# **** 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 = causint conv
RESULTSCR = 
RESULTSNR = 

  # always automatically recreate Makefile
REMAKEFLAG = junk.dontremake
Makefile : FORCEREMAKE
	@-if [ ! -f ${REMAKEFLAG} ] ;		\
	  then makemake - ; ${TOUCH} ${REMAKEFLAG} ;	\
	  else rm ${REMAKEFLAG} ;		\
	fi

.PHONY : FORCEREMAKE
FORCEREMAKE : ;

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

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

clean : texclean
	@-cd causint; $(MAKE) clean;
	@-cd conv; $(MAKE) clean;
	@-cd nop; $(MAKE) clean;

include ${SEPINC}/SEP.bottom
