include ${SEPINC}/SEP.top
include ../../Src/thesis.include
RESULTSER=newton


oper.H:	${BINDIR}/oper.x oper.P
	${BINDIR}/oper.x  par=oper.P >$@


${RESDIR}/newton.v:	oper.H
	Window < oper.H n2=1 | Graph  wantaxis=n title=" " >a.V plotfat=10 min2=-3 max2=3
	Window < oper.H f2=1 | Graph  wantaxis=n title=" " >b.V plotfat=8 dash=1 min2=-3 max2=3
	Vppen < a.V b.V vpstyle=n erase=o >newton.V out=c.v
	vp_annotate batch=y < c.v text_file=text_file >$@ 


clean: jclean
	${RM} *.v

include ${SEPINC}/SEP.bottom
