From: hartmann Date: Mon, 26 Jun 2000 08:49:38 +0000 (+0000) Subject: indicate MT during compilation if in multithreading mode X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37666ae267635f6bb5f92aa6e652046b8bce8e62;p=dealii-svn.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========= $(