# **** 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 = ../xfig/./../Fig

RESULTSER = transmissibility heater impWaveSnap impFlowSnap impDiffSnap resFlowSnap resWave1Snap resWave2Snap resDiffSnap heater frog
RESULTSCR = 
RESULTSNR = cube

Makefile : ;

transmissibility.% : 
	@-cd ../explicit; $(MAKE) transmissibility.$*;

heater.% : 
	@-cd ../explicit; $(MAKE) heater.$*;

impWaveSnap.% : 
	@-cd ../explicit; $(MAKE) impWaveSnap.$*;

impFlowSnap.% : 
	@-cd ../explicit; $(MAKE) impFlowSnap.$*;

impDiffSnap.% : 
	@-cd ../explicit; $(MAKE) impDiffSnap.$*;

resFlowSnap.% : 
	@-cd ../explicit; $(MAKE) resFlowSnap.$*;

resWave1Snap.% : 
	@-cd ../explicit; $(MAKE) resWave1Snap.$*;

resWave2Snap.% : 
	@-cd ../explicit; $(MAKE) resWave2Snap.$*;

resDiffSnap.% : 
	@-cd ../explicit; $(MAKE) resDiffSnap.$*;

heater.% : 
	@-cd ../frog; $(MAKE) heater.$*;

frog.% : 
	@-cd ../frog; $(MAKE) frog.$*;

cube.% : 
	@-cd ../xfig; $(MAKE) cube.$*;

clean : texclean jclean
	@-cd ../explicit; $(MAKE) clean;
	@-cd ../frog; $(MAKE) clean;
	@-cd ../xfig; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
