]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add some MT stuff and remove the production rules again, since that
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Sep 1999 08:40:01 +0000 (08:40 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Sep 1999 08:40:01 +0000 (08:40 +0000)
was voluntarily.

git-svn-id: https://svn.dealii.org/trunk@1732 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options

index 037336df92fac3ca02a16fe304376824d218acd0..72c454fb73d3b6f09121c6482d10842efa046f14 100644 (file)
@@ -19,15 +19,13 @@ CXXFLAGS.g= -DDEBUG -ggdb -Wall -W -Wconversion \
             $(INCLUDE)
 CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \
             -felide-constructors -fnonnull-objects \
-           -fno-vtable-thunks -ftemplate-depth-32\
+           -fno-vtable-thunks -ftemplate-depth-32 -pg\
             $(INCLUDE)
 
+ifeq ($(DEAL_II_USE_MT),true)
+  INCLUDE    += -I $(shell echo $$ACE_ROOT)
+  CXXFLAGS.g += -DDEAL_II_USE_MT
+  CXXFLAGS.o += -DDEAL_II_USE_MT
 
-
-%.go : %.cc #Makefile
-       @echo =====debug========= $<
-       @$(CXX) $(flags) -c $< -o $@
-%.o : %.cc #Makefile
-       @echo =====optimized===== $<
-       @$(CXX) $(flags) -c $< -o $@
-
+  user_libs  += $(ACE_ROOT)/ace/libACE.so
+endif

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.