include ${SEPINC}/SEP.top
include Elfmakefile
include Cggmakefile

RESDIR = ./Fig
SRCDIR = ./Src

RESULTSER = cgg003sort_shot cgg004sort_recv cgg005sort_suprecv cgg006sort_suprecv cgg005sup cgg006sup suprec
RESULTSCR =
RESULTSNR = f1015 f1030 f1080 0f1015 0f1030 0f1080 saddlem
R = ${RESDIR}
G = Grey title="" > /dev/null
GR = Graph title="" > /dev/null

########################################
# Cleaning all we have created, and only that
unixclean_%:
	@-touch $*; \rm $*

regclean_%:
	@-touch $*; Rm   $*; touch $*; \rm $*

3dclean_%:
	@-touch $*; Rm3d $*; touch $*; \rm $*

clean: texclean unixclean_data.H unixclean_data.H@@ unixclean_math1.H regclean_math1.H@@

include ${SEPINC}/SEP.bottom
