$ **** 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   subsine3 subsine5   misif backwards exp center  systems  pefdeburst 
 
./Fig/subsine3.% & : 
	cd levint; cake ./../Fig/subsine3.%;
 
./Fig/subsine5.% & : 
	cd levint; cake ./../Fig/subsine5.%;
 
./Fig/misif.% & : 
	cd misif; cake ./../Fig/misif.%;
 
./Fig/backwards.% & : 
	cd misif; cake ./../Fig/backwards.%;
 
./Fig/exp.% & : 
	cd misif; cake ./../Fig/exp.%;
 
./Fig/center.% & : 
	cd misif; cake ./../Fig/center.%;
 
./Fig/systems.% & : 
	cd nr; cake ./../Fig/systems.%;
 
./Fig/pefdeburst.% & : 
	cd twostage; cake ./../Fig/pefdeburst.%;
 
clean & : texclean
	-cd levint; cake clean;
	-cd misif; cake clean;
	-cd nr; cake clean;
	-cd twostage; cake clean;
 
#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
