Last change
on this file since 142 was
142,
checked in by Sam Hocevar, 15 years ago
|
- Remove 12 unused files (300 lines).
|
File size:
933 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 | image.cpp image.hpp \ |
---|
7 | linked.cpp linked.hpp \ |
---|
8 | input.cpp input.hpp \ |
---|
9 | palette.cpp palette.hpp \ |
---|
10 | include.cpp include.hpp \ |
---|
11 | fonts.cpp fonts.hpp \ |
---|
12 | specs.cpp specs.hpp \ |
---|
13 | supmorph.cpp supmorph.hpp \ |
---|
14 | pcxread.cpp pcxread.hpp \ |
---|
15 | timage.cpp timage.hpp \ |
---|
16 | jrand.cpp jrand.hpp \ |
---|
17 | keys.cpp keys.hpp \ |
---|
18 | dprint.cpp dprint.hpp \ |
---|
19 | status.cpp status.hpp \ |
---|
20 | readwav.cpp readwav.hpp \ |
---|
21 | pmenu.cpp pmenu.hpp \ |
---|
22 | scroller.cpp scroller.hpp \ |
---|
23 | filesel.cpp filesel.hpp \ |
---|
24 | tools.cpp tools.hpp \ |
---|
25 | guistat.cpp guistat.hpp \ |
---|
26 | sprite.cpp sprite.hpp \ |
---|
27 | jwindow.cpp jwindow.hpp \ |
---|
28 | main.hpp macs.hpp video.hpp event.hpp mouse.hpp timing.hpp jdir.hpp \ |
---|
29 | system.h \ |
---|
30 | $(NULL) |
---|
31 | |
---|
32 | INCLUDES = -I$(srcdir) $(SDL_CFLAGS) |
---|
33 | |
---|
34 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.