]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move this file to the top-level dir and adjust pathes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Mar 2000 13:07:43 +0000 (13:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Mar 2000 13:07:43 +0000 (13:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@2537 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index e3ad9f856abf7e3d047acdb7802fcd77c650b693..aa64b8cc07355a8aeafd8ae75362b7a20a05ef98 100644 (file)
@@ -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

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.