# 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 \
section1-1.ps \
section1-2.ps \
section1-3.ps \
section1-4.ps \
section1-5.ps \
section1-6.ps \
section1-7.ps \
section1-8.ps \
section1-9.ps \
section1-10.ps \
section1-11.ps \
section1-12.ps \
section1-13.ps \
section1-14.ps \
section1-15.ps \
section1-16.ps \
section1-17.ps \
section1-18.ps \
ucla-oac.ps

TXTFILES = \
copyright.txt \
intro.txt \
section1-1.txt \
section1-2.txt \
section1-3.txt \
section1-4.txt \
section1-5.txt \
section1-6.txt \
section1-7.txt \
section1-8.txt \
section1-9.txt \
section1-10.txt \
section1-11.txt \
section1-12.txt \
section1-13.txt \
section1-14.txt \
section1-15.txt \
section1-16.txt \
section1-17.txt \
section1-18.txt \
ucla-oac.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
