#
# example programs top level Imakefile
#
#

#define IHaveSubdirs
#define XMLIB /usr/lib/libXm.a
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS = ch02 ch03 ch04 ch05 ch08 ch09 ch10 ch11 ch12 ch13 ch14

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
