# 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".
#
# Note!!!  "make Makefiles" will die with a syntax error when it's done.
#          Don't worry about it.

#ifdef BandAidCompiler
#include BandAidCompiler
#endif

#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 appendix

MakeSubdirs(ch02 ch04 ch05 ch06 ch07 ch08 ch09 ch10 ch11 ch12 ch13 ch14 ch15 ch16 ch17 ch18 ch19 ch20 appendix)
