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

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

sdlport: add music playback support through SDL_Mixer, courtesy of
Jochen Schleu.

File size: 452 bytes
RevLine 
[2]1## Process this file with automake to produce Makefile.in
2DEFS = @DEFS@ @EXPDATADIR@
3
4noinst_LIBRARIES = libsdlport.a
5
[66]6libsdlport_a_SOURCES = \
7    video.cpp \
8    mouse.cpp \
9    event.cpp \
10    sound.cpp sound.hpp \
11    timing.cpp \
12    jdir.cpp \
13    joystick.cpp joy.hpp \
14    setup.cpp setup.h \
[479]15    hmi.cpp hmi.h \
[66]16    $(NULL)
[2]17libsdlport_a_LIBADD =
18
[57]19INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS)
[2]20
[130]21CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.