diff options
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index b941470..d956a47 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -42,6 +42,12 @@ public: protected: void OutputMakefile(const char* file); + void OutputMakeFlags(std::ostream&); + void OutputVerbatim(std::ostream&); + void OutputSourceToObjectList(std::ostream& fout); + void OutputExecutableRules(std::ostream&); + void OutputSubDirectoryRules(std::ostream&); + void OutputDependInformation(std::ostream&); void OutputDependLibraries(std::ostream&); }; |