mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
STYLE: add some better comments and remove some unused code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user