| 559 | } |
| 560 | |
| 561 | std::string cmLocalUnixMakefileGenerator3::ConvertToMakefilePath( |
| 562 | std::string const& path) const |
| 563 | { |
| 564 | cmGlobalUnixMakefileGenerator3* gg = |
| 565 | static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator); |
| 566 | return gg->ConvertToMakefilePath(path); |
| 567 | } |
| 568 | |
| 569 | void cmLocalUnixMakefileGenerator3::WriteMakeRule( |
| 570 | std::ostream& os, char const* comment, std::string const& target, |
no outgoing calls
no test coverage detected