Last change
on this file since 130 was
130,
checked in by Sam Hocevar, 15 years ago
|
- Remove obsolete MANAGE_MEM macro.
|
File size:
1.3 KB
|
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 | gifread.cpp gifread.hpp \ |
---|
7 | globals.cpp \ |
---|
8 | image.cpp image.hpp \ |
---|
9 | linked.cpp linked.hpp \ |
---|
10 | input.cpp input.hpp \ |
---|
11 | mdlread.cpp mdlread.hpp \ |
---|
12 | palette.cpp palette.hpp \ |
---|
13 | ppmread.cpp ppmread.hpp \ |
---|
14 | include.cpp include.hpp \ |
---|
15 | xwdread.cpp xwdread.hpp \ |
---|
16 | fonts.cpp fonts.hpp \ |
---|
17 | decoder.cpp \ |
---|
18 | loader.cpp loader.hpp \ |
---|
19 | glread.cpp glread.hpp \ |
---|
20 | texture.cpp texture.hpp \ |
---|
21 | specs.cpp specs.hpp \ |
---|
22 | supmorph.cpp supmorph.hpp \ |
---|
23 | image24.cpp image24.hpp \ |
---|
24 | pcxread.cpp pcxread.hpp \ |
---|
25 | timage.cpp timage.hpp \ |
---|
26 | jrand.cpp jrand.hpp \ |
---|
27 | lbmread.cpp lbmread.hpp \ |
---|
28 | targa.cpp targa.hpp \ |
---|
29 | keys.cpp keys.hpp \ |
---|
30 | dprint.cpp dprint.hpp \ |
---|
31 | status.cpp status.hpp \ |
---|
32 | visobj.cpp visobj.hpp \ |
---|
33 | packet.cpp packet.hpp \ |
---|
34 | readwav.cpp readwav.hpp \ |
---|
35 | pmenu.cpp pmenu.hpp \ |
---|
36 | scroller.cpp scroller.hpp \ |
---|
37 | filesel.cpp filesel.hpp \ |
---|
38 | tools.cpp tools.hpp \ |
---|
39 | guistat.cpp guistat.hpp \ |
---|
40 | sprite.cpp sprite.hpp \ |
---|
41 | jwindow.cpp jwindow.hpp \ |
---|
42 | main.hpp macs.hpp video.hpp gifdecod.hpp event.hpp mouse.hpp timing.hpp \ |
---|
43 | jdir.hpp emm.hpp system.h std.h dos.h dir.h errs.h \ |
---|
44 | $(NULL) |
---|
45 | |
---|
46 | INCLUDES = -I$(srcdir) $(SDL_CFLAGS) |
---|
47 | |
---|
48 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.