From: Ralf Hartmann Date: Mon, 26 Jun 2000 08:49:38 +0000 (+0000) Subject: indicate MT during compilation if in multithreading mode X-Git-Tag: v8.0.0~20355 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34c6ee92cfab061e7577072f3863938f08e4f7f;p=dealii.git indicate MT during compilation if in multithreading mode git-svn-id: https://svn.dealii.org/trunk@3068 0785d39b-7218-0410-832d-ea1e28bc413d --- 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========= $(