# **** 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 = super sigmoid0 conflict yc27 dgulf
RESULTSCR = qdomesico qdometoco qdometora
RESULTSNR = rayab3D rayab3Doper

Fig/rayab3D.% : 
	${VERBOSE_FLAG}cd ray; $(MAKE) ../Fig/rayab3D.$*; 
 
Fig/rayab3Doper.% : 
	${VERBOSE_FLAG}cd ray; $(MAKE) ../Fig/rayab3Doper.$*; 
 
Fig/super.% : 
	${VERBOSE_FLAG}cd scale; $(MAKE) ../Fig/super.$*; 
 
Fig/sigmoid0.% : 
	${VERBOSE_FLAG}cd sep73; $(MAKE) ../Fig/sigmoid0.$*; 
 
Fig/conflict.% : 
	${VERBOSE_FLAG}cd sep73; $(MAKE) ../Fig/conflict.$*; 
 
Fig/yc27.% : 
	${VERBOSE_FLAG}cd sep73; $(MAKE) ../Fig/yc27.$*; 
 
Fig/dgulf.% : 
	${VERBOSE_FLAG}cd sep73; $(MAKE) ../Fig/dgulf.$*; 
 
Fig/qdomesico.% : 
	${VERBOSE_FLAG}cd sep77; $(MAKE) ../Fig/qdomesico.$*; 
 
Fig/qdometoco.% : 
	${VERBOSE_FLAG}cd sep77; $(MAKE) ../Fig/qdometoco.$*; 
 
Fig/qdometora.% : 
	${VERBOSE_FLAG}cd sep77; $(MAKE) ../Fig/qdometora.$*; 
 
clean : texclean
	${VERBOSE_FLAG}-cd ray; $(MAKE) clean;
	${VERBOSE_FLAG}-cd scale; $(MAKE) clean;
	${VERBOSE_FLAG}-cd sep73; $(MAKE) clean;
	${VERBOSE_FLAG}-cd sep77; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
