Remake
|
Functions | |
static void | substitute_pattern (std::string const &pat, string_list const &src, string_list &dst) |
static rule_t | find_generic_rule (std::string const &target) |
static rule_t | find_rule (std::string const &target) |
|
static |
Find a generic rule matching target:
Definition at line 1686 of file remake.cpp.
Referenced by find_rule().
|
static |
Find a specific rule matching target. Return a generic one otherwise. If there is both a specific rule with an empty script and a generic rule, the generic one is returned after adding the dependencies of the specific one.
Definition at line 1722 of file remake.cpp.
Referenced by start().
|
static |
Substitute a pattern into a list of strings.
Definition at line 1670 of file remake.cpp.
Referenced by find_generic_rule().