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

RESULTSER = alias2d duelin dueleither duelversus hole passfill msiter mshole synsat seasat whitepruf
RESULTSCR = last18 lap18 lint18 compare
RESULTSNR = 3dpef lace3 fullcube tenthou

Makefile : ;

alias2d.% : 
	@-cd chirp; $(MAKE) $@;

duelin.% dueleither.% duelversus.% : 
	@-cd duel; $(MAKE) $@;

hole.% : 
	@-cd hole; $(MAKE) $@;

3dpef.% : 
	@-cd idraw; $(MAKE) $@;

lace3.% : 
	@-cd lace; $(MAKE) $@;

passfill.% fullcube.% : 
	@-cd miss3; $(MAKE) $@;

msiter.% mshole.% : 
	@-cd multiscale; $(MAKE) $@;

last18.% lap18.% lint18.% compare.% tenthou.% : 
	@-cd seabeam; $(MAKE) $@;

synsat.% seasat.% : 
	@-cd seasat; $(MAKE) $@;

whitepruf.% : 
	@-cd whitepruf; $(MAKE) $@;

clean : texclean
	@-cd chirp; $(MAKE) clean;
	@-cd duel; $(MAKE) clean;
	@-cd hole; $(MAKE) clean;
	@-cd idraw; $(MAKE) clean;
	@-cd lace; $(MAKE) clean;
	@-cd miss3; $(MAKE) clean;
	@-cd multiscale; $(MAKE) clean;
	@-cd seabeam; $(MAKE) clean;
	@-cd seasat; $(MAKE) clean;
	@-cd whitepruf; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
