STYLE: add some better comments and remove some unused code

This commit is contained in:
Ken Martin
2005-05-31 10:16:28 -04:00
parent d101f94f9b
commit f79376c1d1
4 changed files with 34 additions and 164 deletions

View File

@@ -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);