@echo "=====deal.II====3d====optimized==$(MT)== $(<:$D/deal.II/source/%=%)"
@$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=3 -c $< -o $@
-source/%.inst : source/%.inst.in $D/common/template-arguments \
- $D/common/scripts/expand_instantiations
+source/%.inst : source/%.inst.in $D/common/template-arguments
@echo "=====deal.II========================= $(@F)"
@$D/common/scripts/expand_instantiations $D/common/template-arguments < $< > $@
@echo "=====lac==============optimized==$(MT)== $(<F)"
@$(CXX) $(CXXFLAGS.o) -c $< -o $@
-source/%.inst : source/%.inst.in $D/common/template-arguments \
- $D/common/scripts/expand_instantiations
+source/%.inst : source/%.inst.in $D/common/template-arguments
@echo "=====lac============================= $(@F)"
@$D/common/scripts/expand_instantiations $D/common/template-arguments < $< > $@
#
# If the command fails, then remove Makefile.dep again and fail
Makefile.dep: include/lac/lapack_templates.h \
- $(cc-files) $(h-files) \
- $(inst-files) \
+ $(cc-files) $(h-files) $(inst-files) \
Makefile $D/common/Make.global_options
@echo ===================================== Remaking lac/Makefile
@$D/common/scripts/make_dependencies $(INCLUDE) "-B$(LIBDIR)/lac" $(cc-files) \