]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Makefile update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 May 1998 14:44:14 +0000 (14:44 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 May 1998 14:44:14 +0000 (14:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Makefile

index 1de1718ad3deeceee24b38dacf6504b32ba08622..6b864a04421bd20bc06269fd6d7198deb8886deb 100644 (file)
@@ -3,7 +3,8 @@
 
 all: deal.II doc examples
 
-clean: lib-clean examples-clean doc-clean
+clean: examples-clean doc-clean source-clean
+       rm -f *~ include/*~ include/*/*~ lib/lib*
 
 
 deal.II:
@@ -16,16 +17,16 @@ examples:
        cd examples ; make
 
 
-lib-clean:
-       cd lib ; rm lib*
-
 doc-clean:
        cd doc ; make clean
 
 examples-clean:
        cd examples ; make clean
 
+source-clean:
+       cd source ; make clean
+
 
 
 .PHONY: all deal.II doc examples
-.PHONY: clean lib-clean doc-clean examples-clean
+.PHONY: clean doc-clean examples-clean source-clean

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.