$ **** 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   burst norms  galilee  im1-2+1 im1-1a early1-1a usual1-1a schwab1-1a whitvar whititer  mlines mparab mseis      moscil mbest  vesuvio
 
./Fig/burst.% & : 
	cd burst; cake ./../Fig/burst.%;
 
./Fig/norms.% & : 
	cd burst; cake ./../Fig/norms.%;
 
./Fig/galilee.% & : 
	cd galilee; cake ./../Fig/galilee.%;
 
./Fig/im1-2+1.% & : 
	cd invint; cake ./../Fig/im1-2+1.%;
 
./Fig/im1-1a.% & : 
	cd invint; cake ./../Fig/im1-1a.%;
 
./Fig/early1-1a.% & : 
	cd invint; cake ./../Fig/early1-1a.%;
 
./Fig/usual1-1a.% & : 
	cd invint; cake ./../Fig/usual1-1a.%;
 
./Fig/schwab1-1a.% & : 
	cd invint; cake ./../Fig/schwab1-1a.%;
 
./Fig/whitvar.% & : 
	cd invint; cake ./../Fig/whitvar.%;
 
./Fig/whititer.% & : 
	cd invint; cake ./../Fig/whititer.%;
 
./Fig/mlines.% & : 
	cd miss1figs; cake ./../Fig/mlines.%;
 
./Fig/mparab.% & : 
	cd miss1figs; cake ./../Fig/mparab.%;
 
./Fig/mseis.% & : 
	cd miss1figs; cake ./../Fig/mseis.%;
 
./Fig/moscil.% & : 
	cd miss1figs; cake ./../Fig/moscil.%;
 
./Fig/mbest.% & : 
	cd miss1figs; cake ./../Fig/mbest.%;
 
./Fig/vesuvio.% & : 
	cd vesuvio; cake ./../Fig/vesuvio.%;
 
clean & : texclean
	-cd burst; cake clean;
	-cd galilee; cake clean;
	-cd invint; cake clean;
	-cd miss1figs; cake clean;
	-cd vesuvio; cake clean;
 
#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
