From e34c6ee92cfab061e7577072f3863938f08e4f7f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 26 Jun 2000 08:49:38 +0000 Subject: [PATCH] indicate MT during compilation if in multithreading mode git-svn-id: https://svn.dealii.org/trunk@3068 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/Makefile | 10 ++++++++-- deal.II/common/Make.rules | 10 ++++++++-- deal.II/deal.II/Makefile | 18 ++++++++++++------ deal.II/lac/Makefile | 10 ++++++++-- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/deal.II/base/Makefile b/deal.II/base/Makefile index 1f5e171f31..ffa73090a0 100644 --- a/deal.II/base/Makefile +++ b/deal.II/base/Makefile @@ -49,12 +49,18 @@ maybe-define-dimension1 = $(strip $(findstring 1,$(findstring _1d.,$@)) \ maybe-define-dimension = $(patsubst %,-Ddata_out_dimension=%,$(maybe-define-dimension1)) # production rules +ifneq ($(with-multithreading),no) + MT = MT +else + MT = == +endif + lib/go/%.go : - @echo =====base=============debug========= $(