Subversion Repositories lagranto.um

Rev

Rev 16 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

F77     = ${FORTRAN}
FFLAGS  = -O
OBJS    = ptos.o ${LAGRANTO}/lib/times.a ${LAGRANTO}/lib/iotra.a ${LAGRANTO}/lib/libcdfio.a ${LAGRANTO}/lib/libcdfplus.a
INCS    = ${NETCDF_INC}
LIBS    = ${NETCDF_LIB}

.f.o: $*.f
        ${F77} -c ${FFLAGS} ${INCS} $*.f

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