]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clean contrib dir.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Feb 2002 11:49:03 +0000 (11:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 11 Feb 2002 11:49:03 +0000 (11:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@5498 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lib/Makefile

index 9383f7c40385ca99593123690143fe6375372976..1bef1ce18ae845ef6543ed3d39b8b6b865dfa3ff 100644 (file)
@@ -11,7 +11,9 @@ clean: clean-objects
        -rm lib*
 
 # only clean object files, not libraries
-clean-objects: clean-base clean-lac clean-1d clean-2d clean-3d
+clean-objects:  clean-base clean-lac \
+               clean-1d clean-2d clean-3d \
+               clean-contrib
 
 
 # clean targets for the individual subdirectories.
@@ -19,5 +21,10 @@ clean-objects: clean-base clean-lac clean-1d clean-2d clean-3d
 clean-base clean-lac clean-1d clean-2d clean-3d:
        -cd $(@:clean-%=%) ; rm *.o
 
+clean-contrib:
+       -rm contrib/*/*.o
 
-.PHONY: clean clean-objects clean-base clean-lac clean-1d clean-2d clean-3d
+
+.PHONY: clean clean-objects 
+.PHONY: clean-base clean-lac clean-1d clean-2d clean-3d
+.PHONY: clean-contrib

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.