#undef HARDCOPY
#define PSARGS color=y fatmult=1.5 
#define FIGDIR ./Fig
#define TEXPROPTS -v -bib
#define REPORT all
#define FIGLIST medium drot.-60.60.i rrot.-60.60.i seismo.i rrot.-60.60.b  xxbefore+after beforereci afterreci wnrecicorr
$
#define NEEDDATA xxbefore+after beforereci afterreci wnrecicorr
#include "../Cakerules/SEP.martin.rules"
#include <SEP.defs>
#define SUBDIRS Recip Pem Marm Tslice


%.needdata&:
	cat README.data >FIGDIR/%.warning

/* make slides :  cake shootslides  */

clean&: texclean subdirclean

FIGDIR/medium.v: if not {{ cd Recip; cake -q ../Fig/medium.v }}
	( cd Recip; cake ../Fig/medium.v )

FIGDIR/seismo.v: if not {{ cd Recip ; cake -q ../Fig/seismo.v }}
	( cd Recip ; cake ../Fig/seismo.v )

FIGDIR/drot.-60.60.i.v: if not {{ cd Recip ; cake -q ../Fig/drot.-60.60.i.v }}
	( cd Recip ; cake ../Fig/drot.-60.60.i.v )

FIGDIR/rrot.-60.60.i.v: if not {{cd Recip ; cake -q ../Fig/rrot.-60.60.i.v }}
	( cd Recip ; cake ../Fig/rrot.-60.60.i.v )

FIGDIR/rrot.-60.60.b.v: if not {{ cd Recip ; cake -q ../Fig/rrot.-60.60.b.v }}
	( cd Recip ; cake ../Fig/rrot.-60.60.b.v )

FIGDIR/xxbefore+after.v: if not {{  cd Tslice ; cake -q ../Fig/xxbefore+after.v }}
	( cd Tslice ; cake ../Fig/xxbefore+after.v )

FIGDIR/beforereci.v: if not {{  cd Tslice ; cake -q ../Fig/beforereci.v }}
	( cd Tslice ; cake ../Fig/beforereci.v )

FIGDIR/afterreci.v: if not {{  cd Tslice ; cake -q ../Fig/afterreci.v }}
	( cd Tslice ; cake ../Fig/afterreci.v )

FIGDIR/wnrecicorr.v: if not {{  cd Tslice ; cake -q ../Fig/wnrecicorr.v }}
	( cd Corr ; cake ../Fig/wnrecicorr.v )


#include <SEP.prog.rules>
#include <SEP.obj.rules>
#include <SEP.idoc.rules>
