]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean the contrib directory upon `clean' as well.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Sep 2000 16:25:46 +0000 (16:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Sep 2000 16:25:46 +0000 (16:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@3300 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index b6da5647dcd6e19b7b5bf95aff25dd5efad5c464..7f863cbed45a6c3ff1c54b67e8f86d99771995bb 100644 (file)
@@ -140,9 +140,12 @@ TAGS: $(filter-out %/forward_declarations.h,                                \
        @cd $D/common ; etags $^
 
 
-clean: clean-base clean-lac clean-dealII clean-doc clean-examples
+clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples
        -rm -f TODO common/TAGS
 
+clean-contrib:
+       cd $D/contrib ; $(MAKE) clean
+
 clean-base:
        cd $D/base ; $(MAKE) clean
 
@@ -161,5 +164,5 @@ clean-examples:
 
 .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \
         online-doc printable-doc tex-doc \
-        clean clean-base clean-lac clean-dealII \
+        clean clean-contrib clean-base clean-lac clean-dealII \
        clean-doc clean-examples 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.