#include <SEP.defs>
#define FIGDIR ../Fig
#define LIB    ../Lib
#define FIGLIST process

default& : tube

FIGDIR/process.v3 FIGDIR/process.v:  process.p
	! cake Process.x
	  Process.x  - | Smooth par=process.p > junk.H
	  echo title="Shot Gather" >>junk.H
	< junk.H  Byte - > junk1.A
	< junk1.A Window n3=1 | Ta2vplot > junk1.H  out=FIGDIR/process.v
	< junk1.A               Ta2vplot > junk2.H  out=FIGDIR/process.v3

#define PROCESS Process.o process.o ../Lib/MTYPE/libexample.a
Process.x: PROCESS
	FLINK(PROCESS,Process.x)

process.p:  if not exist process.p
	 cake process.p.saverestore

LIB/MTYPE/libexample.a: if not exist LIB/MTYPE/libexample.a
	! cd LIB ; cake 

clean&: jclean

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