summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-07-06 18:41:18 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-07-06 18:41:18 (GMT)
commita1ec2852af9508016fae37e425de70265a949cb7 (patch)
tree16e868b9f6bd1cb6ead21506f406066d539ac6af /Source/cmUnixMakefileGenerator.h
parentf1892133c9a9d93742856e5f07f62c676604dfd6 (diff)
downloadCMake-a1ec2852af9508016fae37e425de70265a949cb7.zip
CMake-a1ec2852af9508016fae37e425de70265a949cb7.tar.gz
CMake-a1ec2852af9508016fae37e425de70265a949cb7.tar.bz2
ENH: some clean up, and better checking to see if we are building cmake
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 82230bc..db3b450 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -106,6 +106,7 @@ private:
void OutputMakeVariables(std::ostream&);
void OutputMakeRules(std::ostream&);
void OutputInstallRules(std::ostream&);
+ void OutputSourceObjectBuildRules(std::ostream& fout);
void OutputSubDirectoryVars(std::ostream& fout,
const char* var,
const char* target,