Package SCons :: Package Script
[show private | hide private]
[frames | no frames]

Package SCons.Script

SCons.Script

This file implements the main() function used by the scons script.

Architecturally, this *is* the scons script, and will likely only be
called from the external "scons" wrapper.  Consequently, anything here
should not be, or be considered, part of the build engine.  If it's
something that we expect other software to want to use, it should go in
some other module.  If it's specific to the "scons" script invocation,
it goes here.

Submodules
  • Main: SCons.Script This file implements the main() function used by the scons script.
  • SConscript: SCons.Script.SConscript This module defines the Python API provided to SConscript and SConstruct files.

Classes
TargetList  

Function Summary
  HelpFunction(text)
  Options(files, args)

Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net