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 issue-2856...
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/Fortran.py issue-2856:2676:d23b7a2f45e8 2012\
/08/05 15:38:28 garyo'