include ${SEPINC}/SEP.top
UF77LIBS = ${TDFLIB}
RESULTSER = causint
default : tube

LABELS = labels='in1:C in1:C` in1:in2:C in2:C` in2:CC in2' labelsz=10
DOTARGS = yreverse=1 overlap=.8 constsep=1 Xdots=0 connect=0
${RESDIR}/causint.v : Causint.x 
	Causint.x hello > junk.H
	<junk.H Dots ${LABELS} ${DOTARGS} > junk2.H out=${RESDIR}/causint.v

#Causint.x : Causint.o causint.o

clean: jclean

include ${SEPINC}/SEP.bottom
