summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 19:57:28 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 19:57:28 (GMT)
commit33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d (patch)
tree5f2f82863c856ed2f5c1f04158eb228ac1477c24 /Source/cmLocalUnixMakefileGenerator3.h
parentea19994b13273cf6e1f7677cc29ce53cf1a59768 (diff)
downloadCMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.zip
CMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.tar.gz
CMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.tar.bz2
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 0d0a37f..9d2b4c3 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -254,11 +254,6 @@ public:
void GetTargetObjectFileDirectories(cmTarget* target,
std::vector<std::string>& dirs);
protected:
- // these two methods just compute reasonable values for LibraryOutputPath
- // and ExecutableOutputPath
- void ConfigureOutputPaths();
- void FormatOutputPath(std::string& path, const char* name);
-
void WriteLocalMakefile();
@@ -332,8 +327,6 @@ private:
int MakefileVariableSize;
std::string IncludeDirective;
std::string MakeSilentFlag;
- std::string ExecutableOutputPath;
- std::string LibraryOutputPath;
std::string ConfigurationName;
std::string NativeEchoCommand;
bool NativeEchoWindows;