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

default : tube

#PLOTARGS = title=" " xll=0 yll=0 xll=1.5 yll=.5 xur=10.25 yur=9.25
PLOTARGS = title=" "
${RESDIR}/alias2d.v: Chirp.x chirp.p
	Chirp.x par=chirp.p > chirp.H
	<chirp.H Taplot pclip=100 > chirp.A 
	<chirp.A Ta2vplot  ${PLOTARGS} > junk.V out=${RESDIR}/alias2d.v

clean: jclean



include ${SEPINC}/SEP.bottom
