DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(automk14.info.gz) Preprocessing Fortran 77

Info Catalog (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Compiling Fortran 77 Files
 
 7.8.1 Preprocessing Fortran 77
 ------------------------------
 
 `N.f' is made automatically from `N.F' or `N.r'.  This rule runs just
 the preprocessor to convert a preprocessable Fortran 77 or Ratfor
 source file into a strict Fortran 77 source file.  The precise command
 used is as follows:
 
 `.F'
      `$(F77) -F $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
      $(AM_FFLAGS) $(FFLAGS)'
 
 `.r'
      `$(F77) -F $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)'
 
 
Info Catalog (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Compiling Fortran 77 Files
automatically generated byinfo2html