$ **** 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   rayab3D rayab3Doper  super  sigmoid0 conflict yc27 dgulf  qdomesico qdometoco qdometora
 
./Fig/rayab3D.% & : 
	cd ray; cake ./../Fig/rayab3D.%;
 
./Fig/rayab3Doper.% & : 
	cd ray; cake ./../Fig/rayab3Doper.%;
 
./Fig/super.% & : 
	cd scale; cake ./../Fig/super.%;
 
./Fig/sigmoid0.% & : 
	cd sep73; cake ./../Fig/sigmoid0.%;
 
./Fig/conflict.% & : 
	cd sep73; cake ./../Fig/conflict.%;
 
./Fig/yc27.% & : 
	cd sep73; cake ./../Fig/yc27.%;
 
./Fig/dgulf.% & : 
	cd sep73; cake ./../Fig/dgulf.%;
 
./Fig/qdomesico.% & : 
	cd sep77; cake ./../Fig/qdomesico.%;
 
./Fig/qdometoco.% & : 
	cd sep77; cake ./../Fig/qdometoco.%;
 
./Fig/qdometora.% & : 
	cd sep77; cake ./../Fig/qdometora.%;
 
clean & : texclean
	-cd ray; cake clean;
	-cd scale; cake clean;
	-cd sep73; cake clean;
	-cd sep77; cake clean;
 
#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
