/* Imakefile for AfterStep. */
/* Procedure is xmkmf; make Makefiles; make all */
/* make install; make install.man */
/* I need to get the #define XPM from configuration.h if its in there, */
/* so that I can tell if I should include -lXpm */
#include <configure.h>
#define IHaveSubdirs
/* Can define CDEBUGFLAGS to anything you need */
/*CDEBUGFLAGS = -LMyLibrarydir*/
ALLSUBDIRS = lib \
afterstep \
modules/Audio \
modules/Auto \
modules/Wharf \
modules/Banner \
modules/Pager \
modules/Animate
SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
/* I have absolutely no idea what this does, but it seems to be needed */
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
MakeSubdirs($(SUBDIRS))
/* Doesn't work for me! */
#DependSubdirs($(SUBDIRS))
syntax highlighted by Code2HTML, v. 0.9.1