Remake
|
Functions | |
static void | register_transparent_rule (rule_t const &rule, string_list const &targets) |
static void | register_scripted_rule (rule_t const &rule) |
static void | load_rule (std::istream &in, std::string const &first) |
static void | load_rules (std::string const &remakefile) |
|
static |
Read a rule starting with target first, if nonempty. Store into generic_rules or specific_rules depending on its genericity.
Definition at line 1579 of file remake.cpp.
Referenced by load_rules().
|
static |
Load rules from remakefile. If some rules have dependencies and non-generic targets, add these dependencies to the targets.
Definition at line 1713 of file remake.cpp.
Referenced by server_mode().
|
static |
Register a specific rule with a nonempty script:
Definition at line 1549 of file remake.cpp.
Referenced by load_rule().
|
static |
Register a specific rule with an empty script:
Definition at line 1506 of file remake.cpp.
Referenced by load_rule().