# **** MACHINE MADE MAKEFILE (by makemake) ****


# This Makefile is generated by executing the "makemake" perl script
# in this directory. To generate a Makefile for all chapter directories 
# in a book, you execute "Tour makemake" in the Adm directory.

include ${SEPINC}/SEP.top
RESDIR = ./Fig

remake_file = junk.dontremake
Makefile : FORCE_REMAKE
	@-if [ ! -f ${remake_file} ] ; \
	then makemake - ; touch ${remake_file} ; \
	else rm ${remake_file} ; \
	fi

.PHONY : FORCE_REMAKE 
FORCE_REMAKE : ; 

RESULTSER = invstack
RESULTSCR =
RESULTSNR =

Fig/invstack.% : 
	${VERBOSE_FLAG}cd invstack; $(MAKE) ../Fig/invstack.$*; 
 
clean : texclean
	${VERBOSE_FLAG}-cd cg; $(MAKE) clean;
	${VERBOSE_FLAG}-cd invstack; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
