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

UF90DEFINES=-DLINUX -DUSE_FFTW -DFFTW=1 -DSEP_OMP -DOMP # -DDBUG 
UF90INCLUDES=-I. 
UF90FLAGS=-O3 -openmp -openmp_report2 -fast
MAINLIBS=-lsupersetf90 -lsuperset -lsepparf90 -lseppar -lsep2df90 -lsep3df90 -lsep3d -lsepf90 -lsep -lsepgeef90
UF90LIBS=-lsep2df90 -lsepparf90 -lseppar -lsupersetf90 -lsuperset ${MAINLIBS} -openmp -lpthread 

BIN=/net/koko/claudio/Research/Prst_ExpRefl/Tese/bin
SRCDIR=./

##########################
#
# Progs
# 
#
owspln: owspline.x
	rm -f ${BIN}/owspline.x; make owspline.x; mv -f owspline.x ${BIN}/.

##########################################
regclean_%:
	@-touch $*; Rm $*; touch $*; \rm $*

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

include ${SEPINC}/SEP.bottom
