[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.14.1 Compiling Fortran 9x Files
‘N.o’ is made automatically from ‘N.f90’ or ‘N.f95’ by running the Fortran 9x compiler. The precise command used is as follows:
- ‘.f9x’
$(FC) -c $(AM_FCFLAGS) $(FCFLAGS)