]> https://gitweb.dealii.org/ - dealii.git/commitdiff
if that directory exists, go into 'tests' and clean up there as well
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 30 Apr 2001 17:16:50 +0000 (17:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 30 Apr 2001 17:16:50 +0000 (17:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@4512 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index 5ddf8bac29196d59393c327124607e8dd7d763f6..2d5fb3b3e3b58f48b3a27c444cef60729c821d39 100644 (file)
@@ -151,7 +151,7 @@ TAGS: $(filter-out %/forward_declarations.h,                                \
        @cd $D/common ; etags $^
 
 
-clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples clean-lib
+clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples clean-lib clean-tests
        -rm -f TODO common/TAGS
 
 clean-contrib:
@@ -175,8 +175,12 @@ clean-examples:
 clean-lib:
        -rm $(LIBDIR)/lib*
 
+# if that directory exists, go into 'tests' and clean up there as well
+clean-tests:
+       -cd tests ; $(MAKE) clean
+
 
 .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \
         online-doc printable-doc tex-doc contrib \
         clean clean-contrib clean-base clean-lac clean-dealII \
-       clean-doc clean-examples clean-lib TAGS TODO
+       clean-doc clean-examples clean-lib clean-tests TAGS TODO

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.