ENH: added support for forcing recomputation of depends

This commit is contained in:
Ken Martin
2005-06-10 10:45:08 -04:00
parent e1870805b4
commit e559aa11ac
6 changed files with 39 additions and 7 deletions

View File

@@ -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);