From: Wolfgang Bangerth Date: Sun, 14 Feb 2010 05:42:20 +0000 (+0000) Subject: Make generation of .inst files also depend on the time stamp of common/scripts/expand... X-Git-Tag: v8.0.0~6443 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07852581b1fb225d681ed59663dc7724d24812cc;p=dealii.git Make generation of .inst files also depend on the time stamp of common/scripts/expand_instantiations. git-svn-id: https://svn.dealii.org/trunk@20618 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 7d25c3edf4..787f1b98a2 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -72,7 +72,8 @@ $(LIBDIR)/3d/%.$(OBJEXT) : @echo "=====deal.II====3d====optimized==$(MT)== $(<:source/%=%)" @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=3 -c $< -o $@ -source/%.inst : source/%.inst.in $D/common/template-arguments +source/%.inst : source/%.inst.in $D/common/template-arguments \ + $D/common/scripts/expand_instantiations @echo "=====deal.II========================= $(@F)" @$D/common/scripts/expand_instantiations $D/common/template-arguments < $< > $@ diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index deabbaae4a..57a1c482ac 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -37,7 +37,8 @@ $(LIBDIR)/lac/%.$(OBJEXT) : @echo "=====lac==============optimized==$(MT)== $( $@