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

tests/deal.II/Makefile

index 9ce0da270c42f33a4d2c8b59f1af4156d7bd819e..89578da29514673212685e2bdf72f0a397517153 100644 (file)
@@ -50,6 +50,13 @@ flags     = $(CXXFLAGS.o) $(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
+
+
 %.go : %.cc Makefile
        @echo =====debug========= $<
        @$(CXX) $(flags) -c $< -o $@

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.