From: oliver Date: Thu, 27 Oct 2005 18:33:19 +0000 (+0000) Subject: The hardcoded -shared compiler flag is now set according to the X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3136450589b5ca5c950e86aa4028af5a890e56b;p=dealii-svn.git The hardcoded -shared compiler flag is now set according to the platform. For Apples OSX platform "-dynamiclib", for the rest of the work "-shared". git-svn-id: https://svn.dealii.org/trunk@11663 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/umfpack/Makefile b/deal.II/contrib/umfpack/Makefile index b8661a0dfc..01463955a6 100644 --- a/deal.II/contrib/umfpack/Makefile +++ b/deal.II/contrib/umfpack/Makefile @@ -28,7 +28,7 @@ UMFPACK: $(LIBDIR)/liblac_umfpack$(shared-lib-suffix): AMD UMFPACK @echo "=====umfpack==========optimized==$(MT)== Linking library: $(@F)" - @$(SHLIBLD) $(LDFLAGS) -shared -o $@ $D/lib/contrib/umfpack/*.o $(deplibs) + @$(SHLIBLD) $(LDFLAGS) $(SHLIBFLAGS) -o $@ $D/lib/contrib/umfpack/*.o $(deplibs) $(LIBDIR)/liblac_umfpack$(static-lib-suffix): AMD UMFPACK