#include <SEP.defs>



all&:
	smoothrandonceslow.sh
	pullout.sh
        compare.sh

iter&:
	smoothranditerslow.sh

rand%smooth.v: all
        Window f1=200 n1=500 <vel%comp.h |Graph title="% vel comparison" label1='depth' label2='velocity' out=rand%smooth.v >/dev/null

rand%.v: all
        Window f1=200 n1=500 n2=1 <velz%.h |Graph title="synthetic % wave sonic" label1='depth' label2='velocity' out=rand%.v >/dev/null

vel%equiviter.v:
	Taplot <vel%smoothequiviter.h allpos=y pclip=99. |Ta2vplot label1='depth' label2='window length' title="% velocity" out=vel%equiviter.v

vel%directiter.v:
	Taplot <vel%smoothdirectiter.h allpos=y pclip=99. | Ta2vplot label1='depth'  label2='window length' title="% velocity" out=vel%directiter.v


%.ps: %.v
	pstexpen %.v %.ps

%.idoc: %.v
	tube %.v

clean&:
	RM_CMD  *.f *.x j*  *.o *.h

veryclean&: 
	RM_CMD *.v  rho vel* *log

%.x BINDIR/%.x: %.o SUBS
	FC LDOPTS  %.o SUBS  VLIB1 SEPLIB SYSLIB -o BINDIR/%.x

#include <SEP.obj.rules>
	
