From: wolf Date: Thu, 23 Dec 1999 11:09:52 +0000 (+0000) Subject: Update necessary libs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ebee007221e2933a047cde1029dd405355346f0;p=dealii-svn.git Update necessary libs. git-svn-id: https://svn.dealii.org/trunk@2120 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile b/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile index dc2798f839..ea379565e2 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-4/Makefile @@ -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 diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index dc2798f839..ea379565e2 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -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