Remake
|
Public Attributes | |
string_list | targets |
Files produced by this rule. | |
string_list | deps |
Dependencies used for an implicit call to remake at the start of the script. | |
string_list | wdeps |
Like deps, except that they are not registered as dependencies. | |
assign_map | assigns |
Assignment of variables. | |
std::string | stem |
Stem used to instantiate the rule, if any. | |
std::string | script |
Shell script for building the targets. |
A rule loaded from Remakefile.
Definition at line 558 of file remake.cpp.
assign_map rule_t::assigns |
Assignment of variables.
Definition at line 563 of file remake.cpp.
Referenced by load_rule(), merge_rule(), and start().
string_list rule_t::deps |
Dependencies used for an implicit call to remake at the start of the script.
Definition at line 561 of file remake.cpp.
Referenced by instantiate_rule(), load_rule(), merge_rule(), prepare_script(), register_scripted_rule(), register_transparent_rule(), run_script(), and start().
std::string rule_t::script |
Shell script for building the targets.
Definition at line 565 of file remake.cpp.
Referenced by instantiate_rule(), load_rule(), prepare_script(), register_rule(), and register_transparent_rule().
std::string rule_t::stem |
Stem used to instantiate the rule, if any.
Definition at line 564 of file remake.cpp.
Referenced by instantiate_rule(), load_rule(), and prepare_script().
string_list rule_t::targets |
Files produced by this rule.
Definition at line 560 of file remake.cpp.
Referenced by find_rule(), instantiate_rule(), load_rule(), prepare_script(), register_rule(), register_scripted_rule(), run_script(), and start().
string_list rule_t::wdeps |
Like deps, except that they are not registered as dependencies.
Definition at line 562 of file remake.cpp.
Referenced by instantiate_rule(), load_rule(), merge_rule(), and start().