Package SCons :: Package Scanner :: Module Fortran
[hide private]
[frames] | no frames]

Module Fortran

source code

SCons.Scanner.Fortran

This module implements the dependency scanner for Fortran code.

Classes [hide private]
  F90Scanner
A Classic Scanner subclass for Fortran source files which takes into account both USE and INCLUDE statements. This scanner will work for both F77 and F90 (and beyond) compilers.
Functions [hide private]
 
FortranScan(path_variable='FORTRANPATH')
Return a prototype Scanner instance for scanning source files for Fortran USE & INCLUDE statements
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/Fortran.py 3a41ed6b28...
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/Fortran.py 3a41ed6b288cee8d085373ad7fa02894e\
1903864 2019-01-23 17:30:35 bdeegan'