Last change
on this file since 88 was
66,
checked in by Sam Hocevar, 14 years ago
|
- Added the proper .h and .hpp files to _SOURCES variables. As a result,
"make dist" now generates a buildable tarball.
|
File size:
445 bytes
|
Line | |
---|
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 = \ |
---|
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 \ |
---|
15 | $(NULL) |
---|
16 | libsdlport_a_LIBADD = |
---|
17 | |
---|
18 | INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
---|
19 | |
---|
20 | CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.