ENH: more cleanup and removal of old code

This commit is contained in:
Ken Martin
2006-01-30 14:25:07 -05:00
parent 5d35fd4b7e
commit 96d754046a
2 changed files with 9 additions and 101 deletions
+1 -18
View File
@@ -84,12 +84,7 @@ public:
std::string &GetMakeSilentFlag() { return m_MakeSilentFlag; }
/** used to create a recursive make call */
std::string GetRecursiveMakeCall(const char *makefile, const char* tgt);
std::string GetRecursiveMakeCall(const char *makefile, const char* tgt);
/** Set whether the echo command needs its argument quoted. */
@@ -243,15 +238,6 @@ protected:
void WriteObjectDependRules(cmSourceFile& source,
std::vector<std::string>& depends);
// this is used only by WriteObjectDependFile
bool GenerateDependsMakeFile(const std::string& lang,
const char* objFile);
// return the appropriate depends checker
cmDepends* GetDependsChecker(const std::string& lang,
bool verbose);
void GenerateCustomRuleFile(const cmCustomCommand& cc,
std::ostream &ruleStream);
@@ -337,13 +323,10 @@ protected:
const std::vector<std::string>& files);
//==========================================================================
bool SamePath(const char* path1, const char* path2);
std::string& CreateSafeUniqueObjectFileName(const char* sin);
std::string CreateMakeVariable(const char* sin, const char* s2in);
//==========================================================================
void ComputeHomeRelativeOutputPath();
private:
std::map<cmStdString, IntegrityCheckSetMap> m_CheckDependFiles;