diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-22 18:22:46 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-22 18:22:46 (GMT) |
commit | d774cd7c2be90f55b6d198ab147776a4303ca703 (patch) | |
tree | 4d5924ea4bebc1ad6f88b716c6324e380e5a7a8c /Source/cmUnixMakefileGenerator.h | |
parent | bf228b05c795adaa206f8ef9858068c54aeb44b3 (diff) | |
download | CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.zip CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.gz CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.bz2 |
ENH: make CMake less verbose/precious
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 03875e7..9881484 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -120,7 +120,8 @@ protected: virtual void BuildInSubDirectory(std::ostream& fout, const char* directory, const char* target1, - const char* target2); + const char* target2, + bool silent = false); virtual void OutputSubDirectoryVars(std::ostream& fout, const char* var, @@ -129,7 +130,9 @@ protected: const char* target2, const char* depend, const std::vector<std::string>& - SubDirectories); + SubDirectories, + bool silent = false); + virtual void OutputMakeRule(std::ostream&, const char* comment, const char* target, |