summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-20 15:01:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-20 15:01:21 (GMT)
commit60bcce7fa2956d3017666cd8805979b40ef1523b (patch)
treed81e589ffe9ef2a5abe72e00d1cc4451648d607c /Source/cmLocalUnixMakefileGenerator3.h
parentdb3d2038934eb7defe05a76b5f417781082714de (diff)
downloadCMake-60bcce7fa2956d3017666cd8805979b40ef1523b.zip
CMake-60bcce7fa2956d3017666cd8805979b40ef1523b.tar.gz
CMake-60bcce7fa2956d3017666cd8805979b40ef1523b.tar.bz2
ENH: added help target and made custom commands execute in start output directory
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index a6de93e..9f5735c 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -150,6 +150,9 @@ public:
void AppendGlobalTargetDepends(std::vector<std::string>& depends,
const cmTarget& target);
+ void AppendEcho(std::vector<std::string>& commands,
+ const char* text);
+
protected:
// write the target rules for the local Makefile into the stream
@@ -302,8 +305,6 @@ protected:
const cmCustomCommand& cc);
void AppendCleanCommand(std::vector<std::string>& commands,
const std::vector<std::string>& files);
- void AppendEcho(std::vector<std::string>& commands,
- const char* text);
//==========================================================================
bool SamePath(const char* path1, const char* path2);