2011-05-25 18:53:48 +03:00
|
|
|
lib_LTLIBRARIES = libtest.la
|
2011-05-30 21:57:04 +03:00
|
|
|
libtest_la_SOURCES = test.c ../SDL_test.c
|
2011-05-26 18:38:56 +03:00
|
|
|
libtest_la_CLAGS = -fPIC -g
|
2011-05-25 18:53:48 +03:00
|
|
|
libtest_la_LDFLAGS = `sdl-config --libs`
|
|
|
|
|
|
|
|
distclean-local:
|
2011-05-26 19:57:03 +03:00
|
|
|
-rm *.dylib
|
|
|
|
-rm *.so
|
2011-05-25 18:53:48 +03:00
|
|
|
|