#---------------------------------------------------------------------------
include ${SEPINC}/SEP.top

include ADCIGmakefile
include TESTmakefile

LATOPTS = class=geophysics 'style=amsmath,amssymb,epsfig,epsf,color' 

RESULTSER = Sheared
RESULTSCR = 
RESULTSNR = rays
RESDIR = ./Fig/
crowd = 0.8
zmin=-2000 
zmax=8000
xmin=0
xmax=24000
COLOR=n 
dn = >\dev\null

S = ./Src
B = ./Bin
R = ./Fig
O = ./Obj

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

Chapter4-repro-test:
	make clean
	rm -f ./Bin/*.[ox]
	make -n Figure7.ps
	make -n Figure8.ps
	make -n Figure9.ps
	make -n Figure10.ps

clean: jclean

include ${SEPINC}/SEP.bottom
