summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-10 14:45:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-10 14:45:08 (GMT)
commite559aa11ac92f0cedab7912f0672fb9471124467 (patch)
tree1036d72b3b57d354b367017e5b44d4a52bacc46d /Source/cmLocalUnixMakefileGenerator3.h
parente1870805b4a700e6739f73f66f9be77bcc3e82f4 (diff)
downloadCMake-e559aa11ac92f0cedab7912f0672fb9471124467.zip
CMake-e559aa11ac92f0cedab7912f0672fb9471124467.tar.gz
CMake-e559aa11ac92f0cedab7912f0672fb9471124467.tar.bz2
ENH: added support for forcing recomputation of depends
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 94022d3..4ee0ea1 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -128,7 +128,8 @@ public:
virtual bool ScanDependencies(std::vector<std::string> const& args);
/** Called from command-line hook to check dependencies. */
- virtual void CheckDependencies(cmMakefile* mf, bool verbose);
+ virtual void CheckDependencies(cmMakefile* mf, bool verbose,
+ bool clear);
/** write some extra rules suahc as make test etc */
void WriteSpecialTargetsTop(std::ostream& makefileStream);