#
# example programs top level Imakefile
#
#

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

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

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

LinkFile(XIcon,XHello)
LinkFile(XIcon2,XHello)
