Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

File metadata and controls

9 lines (7 loc) · 282 Bytes
 
1
lib_LTLIBRARIES = libtestdummy.la
Jul 1, 2011
Jul 1, 2011
2
libtestdummy_la_SOURCES = testdummy.c ../SDL_test.c ../logger.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
3
4
5
6
7
8
libtestdummy_la_CLAGS = -fPIC -g
libtestdummy_la_LDFLAGS = `sdl-config --libs`
distclean-local:
-rm *.dylib
-rm *.so