summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-03-16 20:22:13 (GMT)
committerBrad King <brad.king@kitware.com>2009-03-16 20:22:13 (GMT)
commit741ae600c411f9226b5e44dfd7319741987d5181 (patch)
tree1e813824e1b54ff73763d140afb14b8448f7df5b /Source/cmMakefileTargetGenerator.h
parent7b9b56d80e330dcf32fe2dc9e8956528f736ab4c (diff)
downloadCMake-741ae600c411f9226b5e44dfd7319741987d5181.zip
CMake-741ae600c411f9226b5e44dfd7319741987d5181.tar.gz
CMake-741ae600c411f9226b5e44dfd7319741987d5181.tar.bz2
ENH: Factor out makefile progress rule commands
This factors duplicate progress rule code into a common method.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index c7cbab9..f743240 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -103,6 +103,8 @@ protected:
void GenerateExtraOutput(const char* out, const char* in,
bool symbolic = false);
+ void AppendProgress(std::vector<std::string>& commands);
+
// write out the variable that lists the objects for this target
void WriteObjectsVariable(std::string& variableName,
std::string& variableNameExternal);