From: wolf Date: Wed, 4 Aug 1999 14:18:43 +0000 (+0000) Subject: Add a target to clean up all dirs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f55f8b59e6a32c7197c5b87aad862f605c35fde2;p=dealii-svn.git Add a target to clean up all dirs. git-svn-id: https://svn.dealii.org/trunk@1623 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index a50d735a23..f4ee556afa 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -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 diff --git a/deal.II/common/Makefile b/deal.II/common/Makefile index a50d735a23..f4ee556afa 100644 --- a/deal.II/common/Makefile +++ b/deal.II/common/Makefile @@ -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