diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-30 13:53:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-30 13:53:03 (GMT) |
commit | 154a0cd16274832d8d4a64137478ebf65b95c684 (patch) | |
tree | ec4b054251577fd6dec762fe879d373ef6b14031 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 33abddf90c9ae09fce93f74eddc8bf9fea16b2c6 (diff) | |
download | CMake-154a0cd16274832d8d4a64137478ebf65b95c684.zip CMake-154a0cd16274832d8d4a64137478ebf65b95c684.tar.gz CMake-154a0cd16274832d8d4a64137478ebf65b95c684.tar.bz2 |
ENH: added local help and install targets
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 826b053..8ba857d 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -157,6 +157,9 @@ protected: // write the target rules for the local Makefile into the stream void WriteLocalMakefileTargets(std::ostream& ruleFileStream); + + // write the local help rule + void WriteHelpRule(std::ostream& ruleFileStream); // create the cd to home commands void CreateJumpCommand(std::vector<std::string>& commands, |