Add the single suffix rules for FORTRAN.

This commit is contained in:
David E. O'Brien 2001-06-06 16:58:08 +00:00
parent eb73cacd43
commit 7b91cad987

View File

@ -190,6 +190,10 @@ HTAGSFLAGS=
.p.o:
${PC} ${PFLAGS} -c ${.IMPSRC}
.e .r .F .f:
${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} \
-o ${.TARGET}
.e.o .r.o .F.o .f.o:
${FC} ${RFLAGS} ${EFLAGS} ${FFLAGS} -c ${.IMPSRC}