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

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 372 bytes
Line 
1## Process this file with automake to produce Makefile.in
2DEFS = @DEFS@ @EXPDATADIR@
3
4noinst_LIBRARIES = libsdlport.a
5
6libsdlport_a_SOURCES = video.cpp mouse.cpp event.cpp sound.cpp timing.cpp jdir.cpp joystick.cpp setup.cpp
7libsdlport_a_LIBADD =
8
9INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../imlib/include $(SDL_CFLAGS)
10
11CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.