$ **** MACHINE MADE CAKEFILE (by makecake) ****


$ This Cakefile is generated by executing the "makecake" perl script
$ in this directory. To generate a Cakefile for all chapter directories 
$ in a book, you execute "Tour makecake" in the Adm directory.
 
#define FIGDIR ./Fig
#include <SEP.defs>
 
#define FIGLIST   causint  conv  
 
./Fig/causint.% & : 
	cd causint; cake ./../Fig/causint.%;
 
./Fig/conv.% & : 
	cd conv; cake ./../Fig/conv.%;
 
clean & : texclean
	-cd causint; cake clean;
	-cd conv; cake clean;
	-cd nop; cake clean;
 
#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
