# Type "xmkmf" to turn this Imakefile into a Makefile.  Then type
# "make Makefiles" to turn all the subdirectories' Imakefiles into
# Makefiles... then type "make" and each subdir will get "made".

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

SUBDIRS = ch02 ch04 ch05 ch06 ch07 ch08 ch09 ch10 ch11 ch12 ch13 ch14 ch15 ch16 ch17 ch18 ch19 ch20 ch21 ch22 ch24 ch25 ch26 appendix


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