summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-31 14:16:28 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-31 14:16:28 (GMT)
commitf79376c1d1211b60f2440a137ed0eeec2dc32677 (patch)
tree1751f1da3871e2e1177bd9d5dce84fbb891d653a /Source/cmLocalUnixMakefileGenerator3.h
parentd101f94f9bb9ef0ee3153cfe2bae209e61007b4a (diff)
downloadCMake-f79376c1d1211b60f2440a137ed0eeec2dc32677.zip
CMake-f79376c1d1211b60f2440a137ed0eeec2dc32677.tar.gz
CMake-f79376c1d1211b60f2440a137ed0eeec2dc32677.tar.bz2
STYLE: add some better comments and remove some unused code
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 39f4048..d107b25 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -127,12 +127,6 @@ public:
/** write some extra rules suahc as make test etc */
void WriteSpecialTargetsTop(std::ostream& makefileStream);
- void WriteMainTargetIncludes(std::ostream& makefileStream,const char *file,
- const char *rule);
- void WriteMainTargetRules(std::ostream& makefileStream,const char *file,
- const char *rule, bool inAll);
-
-
void WriteSpecialTargetsBottom(std::ostream& makefileStream);
std::string GetRelativeTargetDirectory(const cmTarget& target);