--HG-- rename : test/test-automation/tests/SDL_test.c => test/test-automation/SDL_test.c rename : test/test-automation/tests/SDL_test.h => test/test-automation/SDL_test.h
9 lines
182 B
Makefile
9 lines
182 B
Makefile
lib_LTLIBRARIES = libtest.la
|
|
libtest_la_SOURCES = test.c ../SDL_test.c
|
|
libtest_la_CLAGS = -fPIC -g
|
|
libtest_la_LDFLAGS = `sdl-config --libs`
|
|
|
|
distclean-local:
|
|
-rm *.dylib
|
|
-rm *.so
|
|
|