Package SCons :: Module SConf :: Class SConfBuildInfo
[show private | hide private]
[frames | no frames]

Class SConfBuildInfo

BuildInfoBase --+    
                |    
    FileBuildInfo --+
                    |
                   SConfBuildInfo


Special build info for targets of configure tests. Additional members are result (did the builder succeed last time?) and string, which contains messages of the original build phase.


Method Summary
  set_build_result(self, result, string)
    Inherited from FileBuildInfo
  convert_from_sconsign(self, dir, name)
Converts a newly-read FileBuildInfo object for in-SCons use
  convert_to_sconsign(self)
Converts this FileBuildInfo object for writing to a .sconsign file
  format(self, names)
  prepare_dependencies(self)
Prepares a FileBuildInfo object for explaining what changed
    Inherited from BuildInfoBase
  __init__(self, node)
  merge(self, other)

Class Variable Summary
NoneType result = None                                                                  
NoneType string = None                                                                  
    Inherited from FileBuildInfo
int current_version_id = 1                                                                     

Class Variable Details

result

Type:
NoneType
Value:
None                                                                  

string

Type:
NoneType
Value:
None                                                                  

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