Home | Trees | Indices | Help |
|
---|
|
SCons.SConf Autoconf-like configuration support.
|
|||
SConfWarning | |||
SConfError | |||
ConfigureDryRunError Raised when a file or directory needs to be updated during a Configure... |
|||
ConfigureCacheError Raised when a use explicitely requested the cache feature, but the test is run the first time. |
|||
SConfBuildInfo Special build info for targets of configure tests. |
|||
Streamer 'Sniffer' for a file-like writable object. |
|||
SConfBuildTask This is almost the same as SCons.Script.BuildTask. |
|||
SConfBase This is simply a class to represent a configure context. |
|||
CheckContext Provides a context for configure tests. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
build_type = False
|
|||
build_types =
|
|||
dryrun = 0
|
|||
AUTO = 0
|
|||
FORCE = 1
|
|||
CACHE = 2
|
|||
cache_mode = 0
|
|||
progress_display = SCons.Util.display
|
|||
SConfFS = False
|
|||
_ac_build_counter = 0
|
|||
_ac_config_logs =
|
|||
_ac_config_hs =
|
|||
sconf_global = False
|
|
Set the Configure cache mode. mode must be one of "auto", "force", or "cache". |
A test for a library. See also CheckLibWithHeader. Note that library may also be None to test whether the given symbol compiles without flags. |
Another (more sophisticated) test for a library. Checks, if library and header is available for language (may be 'C' or 'CXX'). Call maybe be a valid expression _with_ a trailing ';'. As in CheckLib, we support library=None, to test if the call compiles without extra link flags. |
|
__revision__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 14 22:07:43 2010 | http://epydoc.sourceforge.net |