Last change
on this file since 15 was
2,
checked in by Sam Hocevar, 17 years ago
|
- imported original 0.7.0 tarball
|
File size:
639 bytes
|
Rev | Line | |
---|
[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | noinst_LIBRARIES = libimlib.a |
---|
| 3 | |
---|
| 4 | libimlib_a_SOURCES = filter.cpp gifread.cpp globals.cpp image.cpp \ |
---|
| 5 | linked.cpp input.cpp mdlread.cpp palette.cpp ppmread.cpp \ |
---|
| 6 | include.cpp xwdread.cpp fonts.cpp decoder.cpp loader.cpp \ |
---|
| 7 | glread.cpp texture.cpp specs.cpp supmorph.cpp image24.cpp \ |
---|
| 8 | pcxread.cpp timage.cpp jmalloc.cpp jrand.cpp lbmread.cpp \ |
---|
| 9 | targa.cpp keys.cpp dprint.cpp status.cpp visobj.cpp \ |
---|
| 10 | packet.cpp readwav.cpp pmenu.cpp scroller.cpp filesel.cpp \ |
---|
| 11 | tools.cpp guistat.cpp sprite.cpp jwindow.cpp |
---|
| 12 | |
---|
| 13 | INCLUDES = -I$(srcdir)/include |
---|
| 14 | |
---|
| 15 | CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.