the Makefile in the deal.II subdir.
git-svn-id: https://svn.dealii.org/trunk@7940
0785d39b-7218-0410-832d-
ea1e28bc413d
basename = std::string (basename.begin()+basename.rfind("/")+1,
basename.end());
- std::cout << basepath << "/" << basename << ".o "
- << basepath << "/" << basename << ".g.o: \\"
+ std::cout << basepath << "/" << basename << ".o: \\"
<< std::endl
<< "\t\t" << *file;
const std::set<std::string> includes = get_all_includes (*file);
+
+ for (std::set<std::string>::const_iterator i=includes.begin();
+ i!=includes.end(); ++i)
+ std::cout << "\\\n\t\t" << *i;
+ std::cout << std::endl;
+
+ std::cout << basepath << "/" << basename << ".g.o: \\"
+ << std::endl
+ << "\t\t" << *file;
+
for (std::set<std::string>::const_iterator i=includes.begin();
i!=includes.end(); ++i)
std::cout << "\\\n\t\t" << *i;
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams