MAKE_DEPEND=yes
include ${SEPINC}/SEP.top

LATOPTS  = style=html
SIGDIR = /data/sigsbee_multiple
OLEVEL=2
UF90FLAGS =-openmp -openmp_report2 -check bounds -O3
MAINLIBS=-lsep2df90 -lsep3df90 -lsep3d -lsepf90 -lsep -L${LIBDIR}  -lsepgeef90
UF77LIBS = ${BEILIB}
UF90DEFINES = -DSEP_OMP

WHEREFFTW = /opt/FFTW/lib/lib
UF90LIBS=${MPILIBS} ${MAINLIBS} -lsepparf90 -lsepgeef90 -lsep2df90 -static-libcxa -lguide -lseppar  -lsuperset -lsupersetf90 -lsuperset -lsepauxf90 -lsepmathf90 -lsep3df90 -lsep3d -lsepf90 -lsep $(WHEREFFTW)fftw3f.a # -lseppar_mpi

F90=ifort

RESULTSER = 

BIN=./
#PAR=./par
#RESDIR=./fig_new
#FIG=./fig_new
#RESDIR=./fig
#FIG=./fig
#DATA=./data
#OBJ=./obj
SRCDIR=./

##########################
#
# Programs
#
isoh:isochron.x
	rm -f ${BIN}/isochron.x;make isochron.x

##########################################

clean : texclean 
	@-touch j.o j.mod j.x *.fix.f90; \rm *.o *.mod *.x *.fix.f90

include ${SEPINC}/SEP.bottom

