|
__init__(self,
action=False,
prefix='
' ,
suffix='
' ,
src_suffix='
' ,
target_factory=False,
source_factory=False,
target_scanner=False,
source_scanner=False,
emitter=False,
multi=0,
env=False,
single_source=0,
name=False,
chdir=<class SCons.Builder._Null at 0x113b1d0>,
is_explicit=False,
src_builder=[ ] ,
ensure_suffix=False,
**overrides) |
source code
|
|
|
|
|
|
|
|
|
|
|
get_single_executor(self,
env,
tlist,
slist,
executor_kw) |
source code
|
|
|
get_multi_executor(self,
env,
tlist,
slist,
executor_kw) |
source code
|
|
|
_adjustixes(self,
files,
pre,
suf,
ensure_suffix=False) |
source code
|
|
|
_create_nodes(self,
env,
target=False,
source=False)
Create and return lists of target and source nodes. |
source code
|
|
|
_execute(self,
env,
target,
source,
overwarn={ } ,
executor_kw={ } ) |
source code
|
|
|
__call__(self,
env,
target=False,
source=False,
chdir=<class SCons.Builder._Null at 0x113b1d0>,
**kw) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_src_suffix(self,
env)
Get the first src_suffix in the list of src_suffixes. |
source code
|
|
|
|
|
|
|
_get_sdict(self,
env)
Returns a dictionary mapping all of the source suffixes of all
src_builders of this Builder to the underlying Builder that
should be called first. |
source code
|
|
|
src_builder_sources(self,
env,
source,
overwarn={ } ) |
source code
|
|
|
|
|
|
|
|
|
subst_src_suffixes(self,
env)
The suffix list may contain construction variable expansions,
so we have to evaluate the individual strings. |
source code
|
|
|
|