# **** 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 = tcai seabeam
RESULTSCR = 
RESULTSNR = idvi

Makefile : ;

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

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

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

clean : texclean jclean
	@-cd ../decon; $(MAKE) clean;
	@-cd ../seabeam; $(MAKE) clean;
	@-cd ../xfig; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
