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