summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-01-30 18:57:01 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-01-30 18:57:01 (GMT)
commit5d35fd4b7ea9699fd114c2176c66fa2c484ec5af (patch)
tree550f76b573f00dc68663ee25d0f087efebe33d2d /Source/cmLocalUnixMakefileGenerator3.h
parent8c77bb3cf36658d8edeb09ddda9f28fcb47a17e6 (diff)
downloadCMake-5d35fd4b7ea9699fd114c2176c66fa2c484ec5af.zip
CMake-5d35fd4b7ea9699fd114c2176c66fa2c484ec5af.tar.gz
CMake-5d35fd4b7ea9699fd114c2176c66fa2c484ec5af.tar.bz2
ENH: cleanup and remove some old code
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index a744b94..6b86ce5 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -192,11 +192,6 @@ protected:
// write the local help rule
void WriteHelpRule(std::ostream& ruleFileStream);
- // create the cd to home commands
- void CreateJumpCommand(std::vector<std::string>& commands,
- const char *MakefileName,
- std::string & localName);
-
// create a command that cds to the start dir then runs the commands
void CreateCDCommand(std::vector<std::string>& commands,
const char *targetDir, const char *returnDir);
@@ -303,10 +298,6 @@ protected:
void WriteLocalMakefile();
-
-
- void WriteLocalRule(std::ostream& ruleFileStream, const char* pass,
- const char* dependency);
void WriteConvenienceRule(std::ostream& ruleFileStream,
const char* realTarget,
const char* helpTarget);
@@ -326,7 +317,6 @@ protected:
const std::vector<std::string>& objects);
std::string GetTargetDirectory(cmTarget& target);
- std::string GetSubdirTargetName(const char* pass, const char* subdir);
std::string GetObjectFileName(cmTarget& target,
const cmSourceFile& source,
std::string* nameWithoutTargetDir = 0);