UF77LIBS = ${TDFLIB}
include ${SEPINC}/SEP.top
RESULTSER = invstack

default: tube

DOTARGS = dots=0 yreverse=1 gaineach=0 title=" " labels=Model:::::::Synthe-:"tic data"::::::niter=0:niter=1:niter=2:niter=3:niter=4

${RESDIR}/invstack.v : box.p Boxconv.x Invstack.x
	Spike  par=box.p | Boxconv.x par=box.p	> model.H
	< model.H   Invstack.x par=box.p 		> invstack.H
	<invstack.H Dots par=box.p ${DOTARGS} > /dev/null out=${RESDIR}/invstack.v

clean: jclean

include ${SEPINC}/SEP.bottom
