summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-01-14 01:51:45 (GMT)
committerBrad King <brad.king@kitware.com>2006-01-14 01:51:45 (GMT)
commit8340c0d18611d9ff6a8237ffe3d3cd6655a1c518 (patch)
tree412c5eb73b7b014c665b96511f31047a7616d13c /Source/cmLocalUnixMakefileGenerator3.h
parent18477b194ca49a58c253af76bf11504dd51edaef (diff)
downloadCMake-8340c0d18611d9ff6a8237ffe3d3cd6655a1c518.zip
CMake-8340c0d18611d9ff6a8237ffe3d3cd6655a1c518.tar.gz
CMake-8340c0d18611d9ff6a8237ffe3d3cd6655a1c518.tar.bz2
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index cf383c3..b7a5b9b 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -327,7 +327,6 @@ protected:
const char* GetSourceFileLanguage(const cmSourceFile& source);
std::string ConvertToQuotedOutputPath(const char* p);
- void AppendAnyDepend(std::vector<std::string>& depends, const char* name);
void AppendRuleDepend(std::vector<std::string>& depends,
const char* ruleFileName);
void AppendCustomDepends(std::vector<std::string>& depends,