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