From: Wolfgang Bangerth Date: Wed, 1 Mar 2000 13:07:43 +0000 (+0000) Subject: Move this file to the top-level dir and adjust pathes. X-Git-Tag: v8.0.0~20827 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0db392ad8e65632a0a9d570e4396fd51562c0ee;p=dealii.git Move this file to the top-level dir and adjust pathes. git-svn-id: https://svn.dealii.org/trunk@2537 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index e3ad9f856a..aa64b8cc07 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -3,7 +3,7 @@ # Makefile for the whole library # include global options and pathes -include Make.global_options +include common/Make.global_options help: @@ -129,11 +129,11 @@ TAGS: $(filter-out %/forward_declarations.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 $^ + @cd $D/common ; etags $^ clean: clean-base clean-lac clean-dealII clean-doc - -rm -f TODO TAGS + -cd $D/common ; rm -f TODO TAGS clean-base: cd $D/base ; $(MAKE) clean