#
# Makefile for samples of ispack-f90
#
GT4FRT=/usr/bin/gt4frt
#MODSRC=../src/ctpack.f90
MODSRC=../../matrix/src/lumatrix.f90 ../../matrix/src/lumatrix_f77.f ../src/ctpack.f90 
#LIB=-lisp-ffc
LIB=-lisp-ifc

.SUFFIXES: .f90 .o .out

clean:
	$(RM) *.out *.nc *.o *.mod *.bak *~ work.pc work.pcl *.d

.f90.out:
	$(GT4FRT) $(MODSRC) $< $(LIB) -o $@ 
