summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-30 13:53:03 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-30 13:53:03 (GMT)
commit154a0cd16274832d8d4a64137478ebf65b95c684 (patch)
treeec4b054251577fd6dec762fe879d373ef6b14031 /Source/cmLocalUnixMakefileGenerator3.h
parent33abddf90c9ae09fce93f74eddc8bf9fea16b2c6 (diff)
downloadCMake-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.h3
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,