USE_JAG = yes
include ${SEPINC}/SEP.top
RESULTSNR = graph merge stack onepatchout patchout 

# I don't think I will use any of these ...

default:
	gunzip fig.tar.gz 
	tar -xvf fig.tar 
	cp graph.ps merge.ps stack.ps onepatchout.ps patchout.ps ../Fig

clean: 
	@- echo "Nothing to be done"
include ${SEPINC}/SEP.bottom
