Remake
|
Functions | |
static void | init_working_dir () |
static void | init_prefix_dir () |
static std::string | normalize_abs (std::string const &s, std::string const &p) |
static std::string | normalize (std::string const &s, std::string const &w, std::string const &p) |
static void | normalize_list (string_list &l, std::string const &w, std::string const &p) |
|
static |
Initialize prefix_dir and switch to it.
Definition at line 897 of file remake.cpp.
Referenced by main().
|
static |
Initialize working_dir.
Definition at line 875 of file remake.cpp.
Referenced by main().
|
static |
Normalize path s (possibly relative to w) with respect to p.
Definition at line 953 of file remake.cpp.
Referenced by main(), normalize(), and normalize_list().
|
static |
Normalize an absolute path with respect to p. Paths outside the subtree are left unchanged.
Definition at line 931 of file remake.cpp.
Referenced by normalize().
|
static |
Normalize the content of a list of targets.
Definition at line 1004 of file remake.cpp.
Referenced by load_rule(), and main().