Subversion Repositories lagranto.icon

Rev

Blame | Last modification | View Log | Download | RSS feed

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

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

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