source: abuse/trunk/src/sdlport/Makefile.am

Last change on this file was 652, checked in by Sam Hocevar, 12 years ago

imlib: merge JCMouse into EventHandler?.

File size: 390 bytes
Line 
1
2DEFS = @DEFS@
3
4noinst_LIBRARIES = libsdlport.a
5
6libsdlport_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)
16libsdlport_a_LIBADD =
17
18INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS)
19
20CPPFLAGS = @CPPFLAGS@ -DNO_CHECK -DASSETDIR=\"$(assetdir)\"
21
Note: See TracBrowser for help on using the repository browser.