diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
commit | aa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch) | |
tree | dec236eb51e746ae123edb3e9c01a5595381e12f /Source/cmUnixMakefile.h | |
parent | e2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff) | |
download | CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.zip CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.gz CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.bz2 |
ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the directories of the system.
Diffstat (limited to 'Source/cmUnixMakefile.h')
-rw-r--r-- | Source/cmUnixMakefile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmUnixMakefile.h b/Source/cmUnixMakefile.h index 67c0911..220a07d 100644 --- a/Source/cmUnixMakefile.h +++ b/Source/cmUnixMakefile.h @@ -25,7 +25,9 @@ class cmUnixMakefile : public cmMakefile { public: - // Write the makefile to the named file + /** + * Write the makefile to the named file + */ void OutputMakefile(const char* file); protected: void OutputDepends(std::ostream&); |