diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-01-30 19:25:07 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-01-30 19:25:07 (GMT) |
commit | 96d754046a379fd05b4a07d20ed4cfc9dcc7f49f (patch) | |
tree | 6eb04b84befbfa89e111a6da8823bafd12f89a89 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 5d35fd4b7ea9699fd114c2176c66fa2c484ec5af (diff) | |
download | CMake-96d754046a379fd05b4a07d20ed4cfc9dcc7f49f.zip CMake-96d754046a379fd05b4a07d20ed4cfc9dcc7f49f.tar.gz CMake-96d754046a379fd05b4a07d20ed4cfc9dcc7f49f.tar.bz2 |
ENH: more cleanup and removal of old code
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 6b86ce5..b0d2599 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -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; |