]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
The hardcoded -shared compiler flag is now set according to the
authoroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Oct 2005 18:33:19 +0000 (18:33 +0000)
committeroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Oct 2005 18:33:19 +0000 (18:33 +0000)
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

deal.II/contrib/umfpack/Makefile

index b8661a0dfc119d258236064349588b093d133cbb..01463955a6c764efc08751b7f8a6d12065999a41 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.