MAKE_DEPEND=yes
include $(SEPINC)/SEP.top

SRCDIR = ./
BINDIR = ../../Bin

include ../COMPILE_RULES
#include ULTI1Dmakefile         # 1-D ultimatch stuff
include ULTI2Dmakefile         # 2-D ultimatch stuff (patches)
include WORKmakefile           # create data and do migrations
include ulti2dmakefile         # 2-D ultimatch stuff (patches)

ulti: ${BINDIR}/Ultimatch-new-all.x 
ulti1: ${BINDIR}/Ultimatch-new.x 


default:ulti

%.F90:  %.f90s
	ln -s $*.f90s $*.F90


clean:
	rm -f *.x *.fix.* *.mod *.o .make.dependencies.LINUX

include $(SEPINC)/SEP.bottom
