summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-07 15:53:19 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-07 15:53:19 (GMT)
commit773de6e55daa211d0246e0eba1775e07d41bcd43 (patch)
treee92a8a259cd3db43d3f0b63c5cf44fa23908f07c /Source/cmLocalUnixMakefileGenerator.h
parent3cdde6177681fe384cd132bc73fb7dd31ec3f805 (diff)
downloadCMake-773de6e55daa211d0246e0eba1775e07d41bcd43.zip
CMake-773de6e55daa211d0246e0eba1775e07d41bcd43.tar.gz
CMake-773de6e55daa211d0246e0eba1775e07d41bcd43.tar.bz2
ENH: Added convenience signature to OutputMakeRule.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h
index 50cab92..6e16a2c 100644
--- a/Source/cmLocalUnixMakefileGenerator.h
+++ b/Source/cmLocalUnixMakefileGenerator.h
@@ -168,6 +168,12 @@ protected:
const char* comment,
const char* target,
const std::vector<std::string>& depends,
+ const char* command);
+
+ virtual void OutputMakeRule(std::ostream&,
+ const char* comment,
+ const char* target,
+ const std::vector<std::string>& depends,
const std::vector<std::string>& commands);
virtual void OutputMakeRule(std::ostream&,