|
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 |
| 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 load_rule(), register_scripted_rule(), and register_transparent_rule().
| std::string rule_t::script |
Shell script for building the targets.
Definition at line 565 of file remake.cpp.
Referenced by load_rule(), 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.
| string_list rule_t::targets |
Files produced by this rule.
Definition at line 560 of file remake.cpp.
Referenced by load_rule(), register_rule(), and register_scripted_rule().
| 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 load_rule().