include ${SEPINC}/SEP.top
BINDIR=/bob/bin/${SEP_ARCH}
RESDIR=Figs
RESULTSER=first.tomo init.overlay cor.overlay reg.tomo intro-rays rays ref-movement
RESULTSNR=newton ray-limit ref.tomo

SUBDIRS=lib main

paper.tex:	field.tex nonlinear.tex tau.tex limit.tex steer.tex


all: 
	$(MakeSubDirs)
	@echo "finished making all in Src : done"



test: a.H
	Grey < a.H label1="thisis's" out=s.v>/dev/null
	tube s.v
	

deinstall:
	$(MakeSubDirs)

clean: 
	$(MakeSubDirs)



include ${SEPINC}/SEP.bottom
