summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-03-02 21:04:26 (GMT)
committerBrad King <brad.king@kitware.com>2001-03-02 21:04:26 (GMT)
commit278bcbd7be5ff39973221a5cb7bebcbc02e943f9 (patch)
treeb86b54ba05047793b0d2162a5639df3c31fa76bb /Source/cmUnixMakefileGenerator.h
parent9f98906e9218ab92ca78ed73add456363748b123 (diff)
downloadCMake-278bcbd7be5ff39973221a5cb7bebcbc02e943f9.zip
CMake-278bcbd7be5ff39973221a5cb7bebcbc02e943f9.tar.gz
CMake-278bcbd7be5ff39973221a5cb7bebcbc02e943f9.tar.bz2
ENH: Added custom rule support to cmUnixMakefileGenerator.
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index d956a47..0a5b17a 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -49,6 +49,7 @@ protected:
void OutputSubDirectoryRules(std::ostream&);
void OutputDependInformation(std::ostream&);
void OutputDependLibraries(std::ostream&);
+ void OutputCustomRules(std::ostream&);
};
#endif