Public Attributes | |
string_list | targets |
Files produced by this rule. More... | |
string_list | deps |
Files used for an implicit call to remake at the start of the script. More... | |
std::string | script |
Shell script for building the targets. More... | |
A rule loaded from Remakefile.
Definition at line 426 of file remake.cpp.
string_list rule_t::deps |
Files used for an implicit call to remake at the start of the script.
Definition at line 429 of file remake.cpp.
Referenced by find_generic_rule(), find_rule(), load_rule(), run_script(), and start().
std::string rule_t::script |
Shell script for building the targets.
Definition at line 430 of file remake.cpp.
Referenced by find_generic_rule(), load_rule(), and run_script().
string_list rule_t::targets |
Files produced by this rule.
Definition at line 428 of file remake.cpp.
Referenced by complete_request(), find_generic_rule(), load_rule(), run_script(), and start().