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