SCons :: Action :: CommandGeneratorAction :: Class CommandGeneratorAction
[hide private]
[frames] | no frames]

Class CommandGeneratorAction

source code

ActionBase --+
             |
            CommandGeneratorAction
Known Subclasses:
LazyAction

Class for command-generator actions.

Instance Methods [hide private]
 
__init__(self, generator, *args, **kw) source code
 
_generate(self, target, source, env, for_signature) source code
 
__str__(self) source code
 
genstring(self, target, source, env) source code
 
__call__(self, target, source, env, exitstatfunc=<class SCons.Action._Null at 0xcaf530>, presub=<class SCons.Action._Null at 0xcaf530>, show=<class SCons.Action._Null at 0xcaf530>, execute=<class SCons.Action._Null at 0xcaf530>, chdir=<class SCons.Action._Null at 0xcaf530>) source code
 
get_contents(self, target, source, env)
Return the signature contents of this action's command line.
source code
 
get_implicit_deps(self, target, source, env) source code

Inherited from ActionBase: __add__, __cmp__, __radd__, get_executor, presub_lines

Method Details [hide private]

genstring(self, target, source, env)

source code 
Overrides: ActionBase.genstring

get_contents(self, target, source, env)

source code 

Return the signature contents of this action's command line.

This strips $(-$) and everything in between the string, since those parts don't affect signatures.