]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean up make_dependencies script.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 16:33:04 +0000 (16:33 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 16:33:04 +0000 (16:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@7937 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index 3513ecee8d63eefb0ae133dbd2dd9250906c70ef..86cfe932e519cc45294d2ed326cdc3dbfe70313b 100644 (file)
@@ -129,7 +129,7 @@ TAGS:
 
 
 
-clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples clean-lib clean-tests
+clean: clean-contrib clean-base clean-lac clean-dealII clean-doc clean-examples clean-lib clean-tests clean-common-scripts
        -rm -f TODO common/TAGS
 
 clean-contrib:
@@ -157,6 +157,9 @@ clean-lib:
 clean-tests:
        -cd tests && $(MAKE) clean
 
+clean-common-scripts:
+       cd $D/common/scripts && $(MAKE) clean
+
 distclean: clean
        cd lib && $(MAKE) distclean
        -cd tests && $(MAKE) distclean
@@ -164,5 +167,6 @@ distclean: 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 clean-tests distclean \
+       clean-doc clean-examples clean-lib clean-tests clean-common-scripts \
+       distclean \
        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.