]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Introducing target veryclean to remove libs
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Jun 2002 09:48:50 +0000 (09:48 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Jun 2002 09:48:50 +0000 (09:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@6023 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/lib/Makefile

index 998a5602a58e77bf6593ad0ca90db1d5eac5ee22..cd20330a0b81b3a9ca11c43e0392ec9190c9c903 100644 (file)
@@ -156,8 +156,11 @@ clean-lib:
 clean-tests:
        -cd tests && $(MAKE) clean
 
+veryclean: clean
+       cd lib ; $(MAKE) veryclean
 
 .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 clean-tests TAGS TODO
+       clean-doc clean-examples clean-lib clean-tests veryclean \
+       TAGS TODO
index 1bef1ce18ae845ef6543ed3d39b8b6b865dfa3ff..327f01ea0fcedd757f06086818ceea20fdde430f 100644 (file)
@@ -8,7 +8,6 @@ default:
 
 # clean everything
 clean: clean-objects
-       -rm lib*
 
 # only clean object files, not libraries
 clean-objects:  clean-base clean-lac \
@@ -24,6 +23,8 @@ clean-base clean-lac clean-1d clean-2d clean-3d:
 clean-contrib:
        -rm contrib/*/*.o
 
+veryclean: clean
+       -rm -f lib*
 
 .PHONY: clean clean-objects 
 .PHONY: clean-base clean-lac clean-1d clean-2d clean-3d

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.