## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libimlib.a libimlib_a_SOURCES = \ filter.cpp filter.h \ image.cpp image.h \ linked.cpp linked.h \ input.cpp input.h \ palette.cpp palette.h \ include.cpp include.h \ fonts.cpp fonts.h \ specs.cpp specs.h \ supmorph.cpp supmorph.h \ pcxread.cpp pcxread.h \ timage.cpp timage.h \ jrand.cpp jrand.h \ keys.cpp keys.h \ dprint.cpp dprint.h \ status.cpp status.h \ readwav.cpp readwav.h \ pmenu.cpp pmenu.h \ scroller.cpp scroller.h \ filesel.cpp filesel.h \ tools.cpp tools.h \ guistat.cpp guistat.h \ sprite.cpp sprite.h \ jwindow.cpp jwindow.h \ macs.h video.h event.h mouse.h timing.h jdir.h \ system.h \ $(NULL) INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(SDL_CFLAGS) CPPFLAGS = @CPPFLAGS@ -DNO_CHECK