all: test_local.so

test_local.so: libtest_local.la
	cp .libs/libtest_local.so test_local.so

include ../../make_libs

clean::
	rm -f test_local.so

.PHONY: all clean