all: test.la

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

include ../make_libs

clean::
	rm -f ./test.la

.PHONY: all clean

