From b5f3b59db47b230fe21f99a977b514fa506d1390 Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 4 Nov 1999 20:38:59 +0000 Subject: [PATCH] respect Todo in base and lac, too\ git-svn-id: https://svn.dealii.org/trunk@1827 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 2 +- deal.II/common/Make.global_options | 4 ++-- deal.II/common/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 7d6620b910..fd4cd54326 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -97,7 +97,7 @@ tex-doc: @echo TODO: - @cat ../deal.II/Todo > TODO + @cat ../base/Todo ../lac/Todo ../deal.II/Todo > TODO @grep //TODO ../base/include/*/*.h ../base/source/*.cc ../lac/include/*/*.h ../lac/source/*.cc ../deal.II/include/*/*.h ../deal.II/source/*/*.cc >> TODO # @grep \#TODO Makefile Make.g* Makefile.template ../*/source/Makefile ../*/Makefile >> TODO diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index d73b982d94..4618585f81 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -18,11 +18,11 @@ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include CXXFLAGS.g= -DDEBUG -ggdb -Wall -W -Wconversion \ -Winline -Woverloaded-virtual\ - -fno-vtable-thunks -ftemplate-depth-32\ + -ftemplate-depth-32\ $(INCLUDE) CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ - -fno-vtable-thunks -ftemplate-depth-32 \ + -ftemplate-depth-32 \ $(INCLUDE) # DEAL_II_USE_MT=true diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index 7d6620b910..fd4cd54326 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -97,7 +97,7 @@ tex-doc: @echo TODO: - @cat ../deal.II/Todo > TODO + @cat ../base/Todo ../lac/Todo ../deal.II/Todo > TODO @grep //TODO ../base/include/*/*.h ../base/source/*.cc ../lac/include/*/*.h ../lac/source/*.cc ../deal.II/include/*/*.h ../deal.II/source/*/*.cc >> TODO # @grep \#TODO Makefile Make.g* Makefile.template ../*/source/Makefile ../*/Makefile >> TODO -- 2.39.5