USE_JAG = yes
include ${SEPINC}/SEP.top
RESULTOLD = quiltInter rabdomain
RESULTSNR = quiltPatch 

default untar : 
	gunzip fig.tar.gz 
	tar -xvf fig.tar 

tar: 
	${RM} fig.tar
	tar -cvf fig.tar *.eps *.fig 
	gzip fig.tar 
	${RM} *.fig *.eps 

clean : 
	@- echo "Nothing to be done"

include ${SEPINC}/SEP.bottom
