all: test.so.la

test.so.la: libtest.la
	cp libtest.la test.so.la

include ../../make_libs

clean::
	rm -f test.so.la

.PHONY: all clean