diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-06 18:41:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-06 18:41:18 (GMT) |
commit | a1ec2852af9508016fae37e425de70265a949cb7 (patch) | |
tree | 16e868b9f6bd1cb6ead21506f406066d539ac6af /Source/cmUnixMakefileGenerator.h | |
parent | f1892133c9a9d93742856e5f07f62c676604dfd6 (diff) | |
download | CMake-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.h | 1 |
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, |