Last change
on this file since 534 was
481,
checked in by Sam Hocevar, 12 years ago
|
Fuck the history, I'm renaming all .hpp files to .h for my own sanity.
|
File size:
448 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 | |
---|
[66] | 6 | libsdlport_a_SOURCES = \ |
---|
| 7 | video.cpp \ |
---|
| 8 | mouse.cpp \ |
---|
| 9 | event.cpp \ |
---|
[481] | 10 | sound.cpp sound.h \ |
---|
[66] | 11 | timing.cpp \ |
---|
| 12 | jdir.cpp \ |
---|
[481] | 13 | joystick.cpp joy.h \ |
---|
[66] | 14 | setup.cpp setup.h \ |
---|
[479] | 15 | hmi.cpp hmi.h \ |
---|
[66] | 16 | $(NULL) |
---|
[2] | 17 | libsdlport_a_LIBADD = |
---|
| 18 | |
---|
[57] | 19 | INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
---|
[2] | 20 | |
---|
[130] | 21 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.