diff options
author | Brad King <brad.king@kitware.com> | 2005-02-09 16:40:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-09 16:40:01 (GMT) |
commit | 4931afd89d7d7fe8d4c56aa9a7d62250945edede (patch) | |
tree | 26cbf3de48c7274dc2d5f6ed4cf3d5371daf6414 /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 5798510cc7a7543f3583e36f7860488f1c7f6a69 (diff) | |
download | CMake-4931afd89d7d7fe8d4c56aa9a7d62250945edede.zip CMake-4931afd89d7d7fe8d4c56aa9a7d62250945edede.tar.gz CMake-4931afd89d7d7fe8d4c56aa9a7d62250945edede.tar.bz2 |
ENH: Adding cleaning of custom command outputs during "make clean".
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h index 7cf9a16..0da8998 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -180,6 +180,8 @@ protected: const std::vector<cmCustomCommand>& ccs); void AppendCustomCommand(std::vector<std::string>& commands, const cmCustomCommand& cc); + void AppendCleanCommand(std::vector<std::string>& commands, + const std::vector<std::string>& files); std::string GetRecursiveMakeCall(const char* tgt); void WriteJumpAndBuildRules(std::ostream& makefileStream); |