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

RESULTSER = burst galilee im1-2+1 im1-1a early1-1a usual1-1a schwab1-1a whitvar whititer mlines mparab mseis moscil mbest vesuvio
RESULTSCR = norms
RESULTSNR = 

Makefile : ;

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

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

im1-2+1.% im1-1a.% early1-1a.% usual1-1a.% schwab1-1a.% whitvar.% whititer.% : 
	@-cd invint; $(MAKE) $@;

mlines.% mparab.% mseis.% moscil.% mbest.% : 
	@-cd miss1figs; $(MAKE) $@;

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

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

clean : texclean
	@-cd burst; $(MAKE) clean;
	@-cd galilee; $(MAKE) clean;
	@-cd invint; $(MAKE) clean;
	@-cd miss1figs; $(MAKE) clean;
	@-cd norms; $(MAKE) clean;
	@-cd vesuvio; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
