]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a note about why we actually use CC here, rather than SHLIBLD, to link shared...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Jun 2002 08:05:23 +0000 (08:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Jun 2002 08:05:23 +0000 (08:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@6113 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/Makefile

index 8d29a1208d85e31e416eff7080d86d0705b3299d..18c958305a0100752e465f5e6a6860484ede8df1 100644 (file)
@@ -37,6 +37,8 @@ $(LIBDIR)/libhsl.a: $(forward-declarations) $(o-files)
        @echo =====base=============optimized==$(MT)== Linking library:   $@
        @ar ruv $@ $(o-files)
 
+# link the object files to a shared library. since this is not C++,
+# simply use the C compiler, rather than $(SHLIBLD)
 $(LIBDIR)/libhsl.so: $(forward-declarations) $(o-files)
        @echo =====base=============optimized==$(MT)== Linking library:   $@
        @$(CC) $(LDFLAGS) -shared -o $@ $(o-files)

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.