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