From 5ebee007221e2933a047cde1029dd405355346f0 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 23 Dec 1999 11:09:52 +0000 Subject: [PATCH] Update necessary libs. git-svn-id: https://svn.dealii.org/trunk@2120 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/step-by-step/step-4/Makefile | 9 +++++---- deal.II/examples/step-4/Makefile | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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 -- 2.39.5