]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add library pathes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Dec 1999 08:34:11 +0000 (08:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Dec 1999 08:34:11 +0000 (08:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@2046 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in

index d65ff4d29c61e6c1b77bfe0fe684ce705c240c19..2aa4321b355af783f2ffe8ab86b41bd217a527fc 100644 (file)
@@ -23,6 +23,9 @@ lib-path-base  = $D/base/lib
 lib-path-lac   = $D/lac/lib
 lib-path-deal2 = $D/deal.II/lib
 
+LIBPATH        = -L$(lib-path-base) -L$(lib-path-lac) -L$(lib-path-deal2)
+
+
 # add search path for libraries for make dependencies
 
 vpath %.a $(lib-path-base)
@@ -42,11 +45,13 @@ INCLUDE     += $(base-include) $(lac-include) $(deal-include)
 CXXFLAGS.g   = -DDEBUG -ggdb -Wall -W -Wconversion \
                -Winline -Woverloaded-virtual\
               -ftemplate-depth-32\
-               $(INCLUDE)
+               $(INCLUDE) \
+              $(LIBPATH)
 CXXFLAGS.o   = -O2 -Wuninitialized -ffast-math \
                -felide-constructors -fnonnull-objects \
               -ftemplate-depth-32 \
-               $(INCLUDE)
+               $(INCLUDE) \
+              $(LIBPATH)
 
 
 # if not egcs-1.1 we can use additional flags for which that compiler

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.