1 2 3 4 5 6 7 8
lib_LTLIBRARIES = libtest.la libtest_la_SOURCES = test.c asserts.c libtest_la_CLAGS = -fPIC libtest_la_LDFLAGS = `sdl-config --libs` distclean-local: rm *.dylib