Subversion Repositories lagranto.ecmwf

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

F77     = ${FORTRAN}
FFLAGS  = -O
OBJS    = extract.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

extract:        $(OBJS)
        ${F77} -o extract $(OBJS) ${INCS}  $(LIBS)