repro::tools::rush Namespace Reference


Functions

def generate
 Add Rush builder to the environment and do many other things.
def exists
 Return True (this tool always exists).

Variables

dictionary RUSH_EMITTERS = {'.rsf':rsf_emitter}
string STDIN = "${stdin and SOURCES and '< ' + SOURCES[0].path or ''}"
string STDOUT = "${stdout and TARGETS and '> ' + TARGETS[0].path or ''}"
 stdin = True
 stdout = True
list REPROEXPORTS = ['RSFROOT','DATAPATH','TMPDATAPATH','RSFDOC','RSFFIGS']
string CMDLIST = "${flow_join(_flow_command)}"
string RUSHSTR = "$STDIN $CMDLIST $STDOUT"
dictionary SF = {}


Function Documentation

def repro::tools::rush::exists (   env  ) 

Return True (this tool always exists).

Definition at line 149 of file build/lib/repro/tools/rush.py.

def repro::tools::rush::generate (   env  ) 

Add Rush builder to the environment and do many other things.

..

Definition at line 70 of file build/lib/repro/tools/rush.py.


Variable Documentation

string repro::tools::rush::CMDLIST = "${flow_join(_flow_command)}"

Definition at line 61 of file build/lib/repro/tools/rush.py.

list repro::tools::rush::REPROEXPORTS = ['RSFROOT','DATAPATH','TMPDATAPATH','RSFDOC','RSFFIGS']

Definition at line 59 of file build/lib/repro/tools/rush.py.

dictionary repro::tools::rush::RUSH_EMITTERS = {'.rsf':rsf_emitter}

Definition at line 52 of file build/lib/repro/tools/rush.py.

Definition at line 62 of file build/lib/repro/tools/rush.py.

dictionary repro::tools::rush::SF = {}

Definition at line 64 of file build/lib/repro/tools/rush.py.

Definition at line 56 of file build/lib/repro/tools/rush.py.

string repro::tools::rush::STDIN = "${stdin and SOURCES and '< ' + SOURCES[0].path or ''}"

Definition at line 54 of file build/lib/repro/tools/rush.py.

Definition at line 57 of file build/lib/repro/tools/rush.py.

string repro::tools::rush::STDOUT = "${stdout and TARGETS and '> ' + TARGETS[0].path or ''}"

Definition at line 55 of file build/lib/repro/tools/rush.py.


Generated on Fri Sep 12 18:43:56 2008 for SLab-repro by  doxygen 1.5.6