]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update necessary libs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Dec 1999 11:09:52 +0000 (11:09 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Dec 1999 11:09:52 +0000 (11:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@2120 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile
deal.II/examples/step-4/Makefile

index dc2798f83951ccc2f42089e835bfb57050d1cd1a..ea379565e2521389d4022a9bd4b5a43fef4dde9e 100644 (file)
@@ -27,9 +27,10 @@ include $D/common/Make.global_options
 # get lists of files we need
 
 
-# list of libraries needed to link with
-libs     = -ldeal_II_2d  -llac -lbase
-libs.g   = -ldeal_II_2d.g -llac.g -lbase.g
+# list of libraries needed to link with. this example needs the 3d
+# part as well
+libs.o   = -ldeal_II_2d   -ldeal_II_2d   -llac -lbase
+libs.g   = -ldeal_II_2d.g -ldeal_II_3d.g -llac.g -lbase.g
 
 
 # check whether we use debug mode or not
@@ -37,7 +38,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs)
+  libraries = $(target).go $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
index dc2798f83951ccc2f42089e835bfb57050d1cd1a..ea379565e2521389d4022a9bd4b5a43fef4dde9e 100644 (file)
@@ -27,9 +27,10 @@ include $D/common/Make.global_options
 # get lists of files we need
 
 
-# list of libraries needed to link with
-libs     = -ldeal_II_2d  -llac -lbase
-libs.g   = -ldeal_II_2d.g -llac.g -lbase.g
+# list of libraries needed to link with. this example needs the 3d
+# part as well
+libs.o   = -ldeal_II_2d   -ldeal_II_2d   -llac -lbase
+libs.g   = -ldeal_II_2d.g -ldeal_II_3d.g -llac.g -lbase.g
 
 
 # check whether we use debug mode or not
@@ -37,7 +38,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs)
+  libraries = $(target).go $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 

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.