]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make makefiles MT aware.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Feb 2000 10:38:01 +0000 (10:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Feb 2000 10:38:01 +0000 (10:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@2316 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Attic/examples/dof/Makefile
deal.II/deal.II/Attic/examples/error-estimation/Makefile
deal.II/deal.II/Attic/examples/grid/Makefile
deal.II/deal.II/Attic/examples/multigrid/Makefile
deal.II/deal.II/Attic/examples/nonlinear/fixed-point-iteration/Makefile
deal.II/deal.II/Attic/examples/poisson/Makefile
tests/big-tests/convergence/Makefile
tests/big-tests/dof/Makefile
tests/big-tests/error-estimation/Makefile
tests/big-tests/grid/Makefile
tests/big-tests/multigrid/Makefile
tests/big-tests/nonlinear/fixed-point-iteration/Makefile
tests/big-tests/poisson/Makefile

index dae78cbddbb7dfd33f93c14c516f85cb840ad824..c0815b3799ebf1a006040bdc5fe401ac983850ae 100644 (file)
@@ -71,6 +71,13 @@ flags     = $(CXXFLAGS.o)
 endif
 
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
+
+
 
 # make rule for the target
 $(target) : $(libraries)
index 82401e23ed27bfae20bee1c79b81e575a59ef4cc..3f7be46d144fdea03db4ec7233f537e0ca545f89 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index ce492a697edaf6ff6cde66d3acf4a3c089c793a5..3744bd3dbd96fa39105b6ac89927c99c56f2a00b 100644 (file)
@@ -75,6 +75,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index d6edea4a303405451abf2c87a701b991a76e4a21..9bd38ee827a2cbfe22f00e3d6b9ef8891aac775c 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index f5d4be0a4b1b255058cedab9982ffe774cabb4e3..6ed598d4339d7865a598287c4c6c042b6fe2d99f 100644 (file)
@@ -72,6 +72,11 @@ flags     = $(CXXFLAGS)
 endif
 
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 # make rule for the target
 $(target) : $(libraries)
index eb69a945e5c04d2c6e316e202b92ca677b0bef01..0010ae461fe742ebaa4b7bd4faa1879c5bbb0c8c 100644 (file)
@@ -72,6 +72,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index 313599ef7f4b0e148aca0d8b2b9f0a0e08b65616..2c1e787bc50527d1624fa1e735d1ce494184a7c1 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index dae78cbddbb7dfd33f93c14c516f85cb840ad824..c0815b3799ebf1a006040bdc5fe401ac983850ae 100644 (file)
@@ -71,6 +71,13 @@ flags     = $(CXXFLAGS.o)
 endif
 
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
+
+
 
 # make rule for the target
 $(target) : $(libraries)
index 82401e23ed27bfae20bee1c79b81e575a59ef4cc..3f7be46d144fdea03db4ec7233f537e0ca545f89 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index ce492a697edaf6ff6cde66d3acf4a3c089c793a5..3744bd3dbd96fa39105b6ac89927c99c56f2a00b 100644 (file)
@@ -75,6 +75,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index d6edea4a303405451abf2c87a701b991a76e4a21..9bd38ee827a2cbfe22f00e3d6b9ef8891aac775c 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index f5d4be0a4b1b255058cedab9982ffe774cabb4e3..6ed598d4339d7865a598287c4c6c042b6fe2d99f 100644 (file)
@@ -72,6 +72,11 @@ flags     = $(CXXFLAGS)
 endif
 
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 # make rule for the target
 $(target) : $(libraries)
index eb69a945e5c04d2c6e316e202b92ca677b0bef01..0010ae461fe742ebaa4b7bd4faa1879c5bbb0c8c 100644 (file)
@@ -72,6 +72,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target
index 313599ef7f4b0e148aca0d8b2b9f0a0e08b65616..2c1e787bc50527d1624fa1e735d1ce494184a7c1 100644 (file)
@@ -73,6 +73,11 @@ libraries = $(libs)
 flags     = $(CXXFLAGS)
 endif
 
+# If in multithread mode, add the ACE library to the libraries which
+# we need to link with:
+ifneq ($(with-multithreading),no)
+  libraries += $(lib-ACE)
+endif
 
 
 # make rule for the target

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.