]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Top-level Makefile needs to ensure that we build expand_instantiations up front.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 Dec 2007 05:52:19 +0000 (05:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 Dec 2007 05:52:19 +0000 (05:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@15589 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index 012705129fcba34f3970888ba111c599c8b4599e..24a5ad1395960215c0e725a52719b24ef85302cb 100644 (file)
@@ -41,9 +41,12 @@ help:
 
 
 common/scripts/make_dependencies:
-       cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS)
+       cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS) make_dependencies
 
-deps: common/scripts/make_dependencies
+common/scripts/expand_instantiations:
+       cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS) expand_instantiations
+
+deps: common/scripts/make_dependencies common/scripts/expand_instantiations
        cd $D/base && $(MAKE) $(MAKEOPTIONS) Makefile.dep
        cd $D/lac && $(MAKE) $(MAKEOPTIONS) Makefile.dep
        cd $D/deal.II && $(MAKE) $(MAKEOPTIONS) Makefile.dep

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


Typeset in Trocchi and Trocchi Bold Sans Serif.