$ **** 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    invstack
 
./Fig/invstack.% & : 
	cd invstack; cake ./../Fig/invstack.%;
 
clean & : texclean
	-cd cg; cake clean;
	-cd invstack; cake clean;
 
#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
