]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Place libraries in the global lib dir.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2002 13:41:18 +0000 (13:41 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2002 13:41:18 +0000 (13:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@5437 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/Makefile

index ad68a409161bc5b47ffcf4dcfa202572bd53eb4d..8724740b7d67b10476244f34b06377927632df53 100644 (file)
@@ -27,17 +27,17 @@ lib/o/%.o :
 
 # rules
 ifeq ($(enable-shared),yes)
-  lib: lib/libhsl.so
+  lib: $(LIBDIR)/libhsl.so
 else
-  lib: lib/libhsl.a
+  lib: $(LIBDIR)/libhsl.a
 endif
 
 
-lib/libhsl.a: $(o-files)
+$(LIBDIR)/libhsl.a: $(forward-declarations) $(o-files)
        @echo =====base=============optimized==$(MT)== Linking library:   $@
        @ar ruv $@ $(o-files)
 
-lib/libhsl.so: $(forward-declarations) $(o-files)
+$(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.