
#define FIGDIR ./Fig
#define PSARGS color=n

#include <SEP.defs>

$ names of the figures ( vplot files and postscript files )
#define FIGLIST tsl-greens zsl-greens twophase 4blob blob-ttamp blob-compz blob-compt blob-over 

#define FIG3NAMES 4blob blob-ttamp blob-compz blob-compt

#define V3FILES [[ sub X FIGDIR/X.v3 FIG3NAMES ]]

v3plots&:  V3FILES


v3plots&: 

over-three.action:  FIGDIR/over-kz.v FIGDIR/over-kr.v FIGDIR/over-parax.v
	tube FIGDIR/over-kz.v FIGDIR/over-kr.v FIGDIR/over-parax.v xscale=.5

blob-three.action: FIGDIR/blob-kz.v FIGDIR/blob-kr.v FIGDIR/blob-parax.v
	tube FIGDIR/blob-kz.v FIGDIR/blob-kr.v FIGDIR/blob-parax.v xscale=.5

refl-three.action: FIGDIR/refl-kz.v FIGDIR/refl-kr.v FIGDIR/refl-parax.v
	tube FIGDIR/refl-kz.v FIGDIR/refl-kr.v FIGDIR/refl-parax.v xscale=.5

clean&: 
	-RM_CMD *.log 
        -RM_CMD *.aux 
	pushd Src; cake clean; popd
	pushd Data; cake clean; popd
	pushd Fig; cake clean; popd
	
FIGDIR/%.v :   if % in FIGLIST and not {{ pushd FIGDIR; cake -q %.v }}
	pushd FIGDIR; cake %.v

FIGDIR/%.v3 :   if % in FIG3NAMES and not {{ pushd FIGDIR; cake -q %.v3 }}
        pushd FIGDIR; cake %.v3



#include <SEP.idoc.rules>

