source:
abuse/trunk/src/sdlport/Makefile.am
Last change on this file was 652, checked in by , 12 years ago | |
---|---|
File size: 390 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | |
[614] | 2 | DEFS = @DEFS@ |
3 | ||
[2] | 4 | noinst_LIBRARIES = libsdlport.a |
5 | ||
[66] | 6 | libsdlport_a_SOURCES = \ |
7 | video.cpp \ | |
8 | event.cpp \ | |
[481] | 9 | sound.cpp sound.h \ |
[66] | 10 | timing.cpp \ |
11 | jdir.cpp \ | |
[481] | 12 | joystick.cpp joy.h \ |
[66] | 13 | setup.cpp setup.h \ |
[479] | 14 | hmi.cpp hmi.h \ |
[66] | 15 | $(NULL) |
[2] | 16 | libsdlport_a_LIBADD = |
17 | ||
[57] | 18 | INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
[2] | 19 | |
[623] | 20 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK -DASSETDIR=\"$(assetdir)\" |
[614] | 21 |
Note: See TracBrowser
for help on using the repository browser.