From d9a4858ac6517c735dd599550f6ee3ba805fdca3 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Aug 2004 20:36:29 +0000 Subject: [PATCH] Add umfpack to list of targets to be built. git-svn-id: https://svn.dealii.org/trunk@9563 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/Makefile.in b/deal.II/contrib/Makefile.in index 393b11ab3a..483fbc20e5 100644 --- a/deal.II/contrib/Makefile.in +++ b/deal.II/contrib/Makefile.in @@ -5,7 +5,7 @@ include ../common/Make.global_options # by default make sublibs -default: hsl +default: hsl umfpack # targets for the kdoc package @@ -27,7 +27,10 @@ hsl-clean: endif +umfpack: + cd umfpack ; $(MAKE) + # generic targets clean: kdoc-clean hsl-clean -.PHONY: default kdoc-install kdoc-clean hsl clean +.PHONY: default kdoc-install kdoc-clean hsl clean umfpack -- 2.39.5