summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index a23fa11..2556601 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -339,7 +339,13 @@ public:
* entry in the m_Definitions map. Also @var@ is
* expanded to match autoconf style expansions.
*/
- void ExpandVariblesInString(std::string& source);
+ void ExpandVariablesInString(std::string& source);
+
+ /**
+ * Expand variables in the makefiles ivars such as link directories etc
+ */
+ void ExpandVariables();
+
protected:
std::string m_Prefix;
std::vector<std::string> m_AuxSourceDirectories; //
@@ -384,11 +390,6 @@ private:
*/
std::string GetParentListFileName(const char *listFileName);
- /**
- * Parse a file for includes links and libs
- */
- void ExpandVaribles();
-
void ReadClasses(std::ifstream& fin, bool t);
friend class cmMakeDepend; // make depend needs direct access
// to the m_Classes array