Last change
on this file since 134 was
134,
checked in by Sam Hocevar, 15 years ago
|
- Removed 4300 lines of unused code.
|
File size:
951 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | noinst_LIBRARIES = libimlib.a |
---|
3 | |
---|
4 | libimlib_a_SOURCES = \ |
---|
5 | filter.cpp filter.hpp \ |
---|
6 | globals.cpp \ |
---|
7 | image.cpp image.hpp \ |
---|
8 | linked.cpp linked.hpp \ |
---|
9 | input.cpp input.hpp \ |
---|
10 | palette.cpp palette.hpp \ |
---|
11 | include.cpp include.hpp \ |
---|
12 | fonts.cpp fonts.hpp \ |
---|
13 | specs.cpp specs.hpp \ |
---|
14 | supmorph.cpp supmorph.hpp \ |
---|
15 | pcxread.cpp pcxread.hpp \ |
---|
16 | timage.cpp timage.hpp \ |
---|
17 | jrand.cpp jrand.hpp \ |
---|
18 | keys.cpp keys.hpp \ |
---|
19 | dprint.cpp dprint.hpp \ |
---|
20 | status.cpp status.hpp \ |
---|
21 | readwav.cpp readwav.hpp \ |
---|
22 | pmenu.cpp pmenu.hpp \ |
---|
23 | scroller.cpp scroller.hpp \ |
---|
24 | filesel.cpp filesel.hpp \ |
---|
25 | tools.cpp tools.hpp \ |
---|
26 | guistat.cpp guistat.hpp \ |
---|
27 | sprite.cpp sprite.hpp \ |
---|
28 | jwindow.cpp jwindow.hpp \ |
---|
29 | main.hpp macs.hpp video.hpp event.hpp mouse.hpp timing.hpp jdir.hpp \ |
---|
30 | system.h \ |
---|
31 | $(NULL) |
---|
32 | |
---|
33 | INCLUDES = -I$(srcdir) $(SDL_CFLAGS) |
---|
34 | |
---|
35 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.