]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a target to clean up all dirs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Aug 1999 14:18:43 +0000 (14:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Aug 1999 14:18:43 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@1623 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/common/Makefile

index a50d735a23a269cca3b1a8496a496d2bb90e555e..f4ee556afaf28a718536b4833e48945a6d9cbe0f 100644 (file)
@@ -17,6 +17,7 @@ help:
        @echo "= (7) printable-doc: generate the documentation in Postscript format.   ="
        @echo "=     You need to have Doc++ and LaTeX installed for that.              ="
        @echo "= (8) tex-doc: same, but only generate the LaTeX file, don't compile it ="
+       @echo "= (9) clean: removes all object files, libraries, etc in all subdirs    ="
        @echo "=                                                                       ="
        @echo "=The following additional parameters may be specified to make:          ="
        @echo "=  PAR=-jn where n is the number of parallel processes for parallel     ="
@@ -94,8 +95,14 @@ tex-doc:
        @echo
        @echo
 
+clean:
+       cd ../base ; make clean
+       cd ../lac ; make clean
+       cd ../deal.II ; make clean
+       cd ../doc/auto ; make clean
+
 
 TAGS:
        etags ../base/source/*.cc ../base/include/*/*.h ../lac/source/*.cc ../lac/include/*/*.h ../deal.II/source/*/*.cc ../deal.II/include/*/*.h
 
-.PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all online-doc printable-doc tex-doc TAGS
+.PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all online-doc printable-doc tex-doc clean TAGS
index a50d735a23a269cca3b1a8496a496d2bb90e555e..f4ee556afaf28a718536b4833e48945a6d9cbe0f 100644 (file)
@@ -17,6 +17,7 @@ help:
        @echo "= (7) printable-doc: generate the documentation in Postscript format.   ="
        @echo "=     You need to have Doc++ and LaTeX installed for that.              ="
        @echo "= (8) tex-doc: same, but only generate the LaTeX file, don't compile it ="
+       @echo "= (9) clean: removes all object files, libraries, etc in all subdirs    ="
        @echo "=                                                                       ="
        @echo "=The following additional parameters may be specified to make:          ="
        @echo "=  PAR=-jn where n is the number of parallel processes for parallel     ="
@@ -94,8 +95,14 @@ tex-doc:
        @echo
        @echo
 
+clean:
+       cd ../base ; make clean
+       cd ../lac ; make clean
+       cd ../deal.II ; make clean
+       cd ../doc/auto ; make clean
+
 
 TAGS:
        etags ../base/source/*.cc ../base/include/*/*.h ../lac/source/*.cc ../lac/include/*/*.h ../deal.II/source/*/*.cc ../deal.II/include/*/*.h
 
-.PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all online-doc printable-doc tex-doc TAGS
+.PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all online-doc printable-doc tex-doc clean TAGS

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.