Subversion Repositories lagranto.icon

Rev

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

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

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

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