Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
F77 = ${FORTRAN}
FFLAGS = -O
OBJS = reformat.o ${LAGRANTO}/lib//iotra.a ${LAGRANTO}/lib/libcdfio.a ${LAGRANTO}/lib/libcdfplus.a
INCS = -I ${NETCDF_INC}
LIBS = -L ${NETCDF_LIB} -lnetcdf
.f.o: $*.f
${F77} -c ${FFLAGS} ${INCS} $*.f
reformat: $(OBJS)
${F77} -o reformat $(OBJS) ${INCS} $(LIBS)