all: test.la.so

test.la.so: ../.libs/libtest.so
	cp ../.libs/libtest.so test.la.so

clean: 
	rm -f test.la.so

.PHONY: all clean     