# 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 \
toc.ps

TXTFILES = \
copyright.txt \
intro.txt \
toc.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
