include ${SEPINC}/SEP.top
SINGLE = yes
DEBUG = 
BINDIR = .
SRCDIR = .

UF90DEFINES=-DLINUX -DUSE_FFTW -DFFTW=1 -DSEP_OMP -DOMP # -DDBUG 
UF90INCLUDES=-I.
UF90FLAGS=-O3 -openmp -openmp_report2 -fast
FFTWLIBS=-L/opt/FFTW/lib -lfftw3f
MAINLIBS=-lsupersetf90 -lsuperset -lsepparf90 -lseppar -lsep2df90 -lsep3df90 -lsep3d -lsepf90 -lsep -lsepgeef90

VEC= -L/opt/intel/Compiler/11.1/059/mkl/lib/em64t -lmkl -lvml
UF90LIBS=-lsep2df90 -lsepparf90 -lseppar -lsupersetf90 -lsuperset ${FFTWLIBS} ${ACMLIB} ${MAINLIBS} -openmp -lpthread


#--------------------
#Your makerules here.
#--------------------

default: $(BINDIR)/plane.x

# linking and compilation dependancies
$(BINDIR)/plane.x: plane.o

#-----------------------------------------------
#links and cleaning and stuff
#-----------------------------------------------

# cleaning rule
clean: jclean

include ${SEPINC}/SEP.bottom
