#---------------------------------------------------------------------------
include ${SEPINC}/SEP.top
include MIG1makefile
include TEST1makefile
include TEST0makefile
include TECmakefile
LATOPTS = class=geophysics 'style=amsmath,amssymb,epsfig,epsf,color' 
RESULTSER = NewRT Problem
RESULTSCR =
RESULTSNR = Figure1 Figure2 Figure3 Figure4 Figure5 Figure6 Figure7 Figure8


# . . Directory Defns
#RESDIR = ./Figs/

#SRCDIR = ./Src/
#INCDIR = .
#PARDIR = ./Par
#BINDIR = ./Bin/ 
#OBJDIR = ./Src/

# . . Variable Defns
R = ${RESDIR}
S = ${SRCDIR}
B = ./Bin
O = ${OBJDIR}
P = ${PARDIR}

CARgraplim   = min2=${zmin} max2=${zmax} min1=${xmin} max1=${xmax}
CARgreylim   = min1=${zmin} max1=${zmax} min2=${xmin} max2=${xmax}
HWTgrey  = Grey  crowd=${crowd} title=" " label1=" " label2=" "  $(dn)
HWTgraph = Graph crowd=${crowd} wantaxis=n title=" " label1=" " label2=" " yreverse=y  
crowd = 0.8
zmin=-2000 
zmax=8000
xmin=0
xmax=24000
COLOR=n 
dn = >\dev\null


%.x: 
	@-cd ./Src; make default; cd ..

Chapter2-repro-test:
#	make clean
#	rm -f Bin/*.x ./Src/*.o ./Src/*.mod
				# 2.1 NR 
	make NewRT.v		# 2.2 ER
	make Polar.v		# 2.3 ER
				# 2.4 NR
	make SPexamp.v		# 2.5 ER
	make -n SPcompare.v	# 2.6 CR
				# 2.7 NR
	make -n NewPoint.v	# 2.8 CR
clean: jclean

include ${SEPINC}/SEP.bottom

