summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-15 12:52:24 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-15 12:52:24 (GMT)
commita4ca3229ff87bffb5e5fa0531f4499b53b005c70 (patch)
tree12e44b821a3b07111a3e01f5d8a15a8ed8a2401f /Source/cmMakefile.h
parentb67f7451fdc3f148ce2e78cc62aa7e42e69224fd (diff)
downloadCMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.zip
CMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.tar.gz
CMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.tar.bz2
renamed GenerateMakefile to ConfigureFinalPass
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 76ed2a1..ae5704c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -98,9 +98,10 @@ public:
{ return m_LocalGenerator;}
/**
- * Produce the output makefile.
+ * Perform FinalPass, Library dependency analysis etc before output of the
+ * makefile.
*/
- void GenerateMakefile();
+ void ConfigureFinalPass();
/**
* run the final pass on all commands.