# WARNING: This Makefile is automatically generated from .././Make.common
# by .././genmake. DO NOT MODIFY IT. If necessary, change .././Make.common or .././genmake.
TOPDIR=../.

PSFILES = \
copyright.ps \
intro.ps \
section5-1.ps \
section5-2.ps \
section5-3.ps \
section5-4.ps \
section5-5.ps \
section5-6.ps \
section5-7.ps \
section5-8.ps \
section5-9.ps \
section5-10.ps \
section5-11.ps \
section5-12.ps \
section5-13.ps \
section5-14.ps \
section5-15.ps \
section5-16.ps \
section5-17.ps \
section5-18.ps \
section5-19.ps \
section5-20.ps \
section5-21.ps \
section5-22.ps \
section5-23.ps \
section5-24.ps \
section5-25.ps \
section5-26.ps \
section5-27.ps \
section5-28.ps \
section5-29.ps \
section5-30.ps \
section5-31.ps \
section5-32.ps \
section5-33.ps

TXTFILES = \
copyright.txt \
intro.txt \
section5-1.txt \
section5-2.txt \
section5-3.txt \
section5-4.txt \
section5-5.txt \
section5-6.txt \
section5-7.txt \
section5-8.txt \
section5-9.txt \
section5-10.txt \
section5-11.txt \
section5-12.txt \
section5-13.txt \
section5-14.txt \
section5-15.txt \
section5-16.txt \
section5-17.txt \
section5-18.txt \
section5-19.txt \
section5-20.txt \
section5-21.txt \
section5-22.txt \
section5-23.txt \
section5-24.txt \
section5-25.txt \
section5-26.txt \
section5-27.txt \
section5-28.txt \
section5-29.txt \
section5-30.txt \
section5-31.txt \
section5-32.txt \
section5-33.txt
SHELL=/bin/sh

all: cat

cat: Makefile
	-@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
	$(MAKE) -f $(TOPDIR)/Make.print FILES="$(TXTFILES)" $@

print: Makefile
	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
	$(MAKE) -f $(TOPDIR)/Make.print FILES="$(PSFILES)" $@

Makefile: $(TOPDIR)/Make.common
	-@(if test -f Makefile ; then \
	 rm -f Makefile.bak; cp Makefile Makefile.bak; rm -f Makefile; \
	 fi)
	sh $(TOPDIR)/genmake $(TOPDIR)/Make.common $(TOPDIR) > Makefile)

coffee:
	@echo "I'm sorry Dave, I can't do that"

clean:
	-rm -f \#* *~ Makefile.bak
