summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-12 09:30:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-12 09:30:35 (GMT)
commitaa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch)
treedec236eb51e746ae123edb3e9c01a5595381e12f /Source/cmUnixMakefile.h
parente2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff)
downloadCMake-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.h4
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&);