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