ENH: Proper dependencies between shared libraries now exist in the generated makefiles. If a shared library links to another, the other will be built before the link is attempted.

This commit is contained in:
Brad King
2001-08-29 10:46:59 -04:00
parent 94337f8015
commit 82996a636e
2 changed files with 120 additions and 70 deletions
+2 -1
View File
@@ -101,7 +101,8 @@ private:
void OutputTargets(std::ostream&);
void OutputSubDirectoryRules(std::ostream&);
void OutputDependInformation(std::ostream&);
void OutputDependencies(std::ostream&);
void OutputDependLibs(std::ostream&);
void OutputLibDepend(std::ostream&, const char*);
void OutputCustomRules(std::ostream&);
void OutputMakeVariables(std::ostream&);
void OutputMakeRules(std::ostream&);