include ${SEPINC}/SEP.top
SINGLE = yes
DEBUG = 
BINDIR = /net/kana/louis/Bin/$(SEP_ARCH)
SRCDIR = .
#UF90LIBS = -lgemops -lsep2df90

#--------------------
#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
