# **** 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 = patchwt quiltwt gather nStatVar nStatVarEnum
RESULTSCR = 
RESULTSNR = quiltPatch

Makefile : ;

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

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

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

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

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

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

clean : texclean jclean
	@-cd ../patch; $(MAKE) clean;
	@-cd ../patchF; $(MAKE) clean;
	@-cd ../var; $(MAKE) clean;
	@-cd ../xfig; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
