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

RESULTSER = subsine3 subsine5 misif backwards exp center pefdeburst
RESULTSCR = 
RESULTSNR = systems

Makefile : ;

subsine3.% subsine5.% : 
	@-cd levint; $(MAKE) $@;

misif.% backwards.% exp.% center.% : 
	@-cd misif; $(MAKE) $@;

systems.% : 
	@-cd nr; $(MAKE) $@;

pefdeburst.% : 
	@-cd twostage; $(MAKE) $@;

clean : texclean
	@-cd levint; $(MAKE) clean;
	@-cd misif; $(MAKE) clean;
	@-cd nr; $(MAKE) clean;
	@-cd twostage; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
