|
|
|
|
|
| _generate(self,
target,
source,
env,
for_signature,
executor=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| __call__(self,
target,
source,
env,
exitstatfunc=<class SCons.Action._null at 0x843dd1c>,
presub=<class SCons.Action._null at 0x843dd1c>,
show=<class SCons.Action._null at 0x843dd1c>,
execute=<class SCons.Action._null at 0x843dd1c>,
chdir=<class SCons.Action._null at 0x843dd1c>,
executor=False) |
source code
|
|
|
|
get_presig(self,
target,
source,
env,
executor=False)
Return the signature contents of this action's command line. |
source code
|
|
|
|
| get_implicit_deps(self,
target,
source,
env,
executor=False) |
source code
|
|
|
|
|
|
|
get_targets(self,
env,
executor)
Returns the type of targets ($TARGETS, $CHANGED_TARGETS) used
by this action. |
source code
|
|
|
Inherited from ActionBase:
__add__,
__cmp__,
__radd__,
get_contents,
no_batch_key,
presub_lines
|