From 843cd7511ebeb45ee717b7fe418fce218af640a6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 4 Jan 2000 13:57:24 +0000 Subject: [PATCH] Filter out the right forward_declarations.h files. git-svn-id: https://svn.dealii.org/trunk@2158 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 15 ++++++++------- deal.II/common/Makefile | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 49bb36cca6..a2af9122a1 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -121,6 +121,14 @@ TODO: @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc $D/lac/include/*/*.h $D/lac/source/*.cc $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc >> TODO # @grep \#TODO Makefile Make.g* Makefile.template $D/*/source/Makefile $D/*/Makefile >> TODO +TAGS: $(filter-out %/forward_declarations.h, \ + $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \ + $D/lac/source/*.cc $D/lac/include/*/*.h \ + $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ + $D/tests/*/*.cc $D/tests/*/*.h )) + @etags $^ + + clean: clean-base clean-lac clean-dealII clean-doc -rm TODO TAGS @@ -137,13 +145,6 @@ clean-doc: cd $D/doc ; $(MAKE) clean -TAGS: $(filter-out %/forward-declarations.h, \ - $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \ - $D/lac/source/*.cc $D/lac/include/*/*.h \ - $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ - $D/tests/*/*.cc $D/tests/*/*.h )) - @etags $^ - .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ online-doc printable-doc tex-doc \ diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index 49bb36cca6..a2af9122a1 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -121,6 +121,14 @@ TODO: @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc $D/lac/include/*/*.h $D/lac/source/*.cc $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc >> TODO # @grep \#TODO Makefile Make.g* Makefile.template $D/*/source/Makefile $D/*/Makefile >> TODO +TAGS: $(filter-out %/forward_declarations.h, \ + $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \ + $D/lac/source/*.cc $D/lac/include/*/*.h \ + $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ + $D/tests/*/*.cc $D/tests/*/*.h )) + @etags $^ + + clean: clean-base clean-lac clean-dealII clean-doc -rm TODO TAGS @@ -137,13 +145,6 @@ clean-doc: cd $D/doc ; $(MAKE) clean -TAGS: $(filter-out %/forward-declarations.h, \ - $(shell echo $D/base/source/*.cc $D/base/include/*/*.h \ - $D/lac/source/*.cc $D/lac/include/*/*.h \ - $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ - $D/tests/*/*.cc $D/tests/*/*.h )) - @etags $^ - .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \ online-doc printable-doc tex-doc \ -- 2.39.5