From: wolf Date: Mon, 29 Jan 2001 16:37:57 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742eb7f7bed83c44f1e22d03b3d00a426aef3d28;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@3825 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile new file mode 100644 index 0000000000..6f64ef3518 --- /dev/null +++ b/deal.II/contrib/hsl/Makefile @@ -0,0 +1,74 @@ +# $Id$ +# Copyright (C) 2001 by Wolfgang Bangerth + + +D = ../.. + +include $D/common/Make.global_options + +ifneq ($(with-multithreading),no) + MT = MT +else + MT = == +endif + + + +# get lists of files we need +f-files = $(shell a="`echo source/*.f`"; if test $$a != "source/*.f" ; then echo $$a ; fi) +o-files = $(f-files:source/%.f=lib/o/%.o) + + + +lib/o/%.o : + @echo =====hsl==============optimized==$(MT)== $( lib/Makefile.dep + + +# include all the dependencies +include lib/Makefile.dep + + +.PHONY: clean +.PHONY: lib lib.a lib.g.a