include ${SEPINC}/SEP.top
RESDIR = ../Fig
RESULTSER = wave

${RESDIR}/wave.v :  wave.T wave.p
	Window n3=1 <wave.T |Ta2vplot par=wave.p out=${RESDIR}/wave.v  >/dev/null

wave.T: Wave.x 
	Wave.x >wave.H
	Taplot <wave.H >wave.T

#     make sure Wave.r and wave.p do exist, they get copied from orig files 
#     then compile 

Wave.r: Wave.r.orig
	cp Wave.r.orig Wave.r

wave.p: wave.p.orig
	cp wave.p.orig wave.p

clean: jclean
	@-${TOUCH} wave.T
	@-${RM}    wave.T 

include ${SEPINC}/SEP.bottom
