]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
avoid recursive call of make clean, since it takes awfully long.
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 May 2005 14:02:39 +0000 (14:02 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 May 2005 14:02:39 +0000 (14:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@10667 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/Makefile

index d7b5a3ccd464228b1b82f94e8484f6af69c7040f..7ad6b08de4fb87092d05ce8beff27502334433f3 100644 (file)
@@ -15,8 +15,10 @@ default: $(addprefix build-,$(steps)) doxygen
 run: $(addprefix run-,$(steps)) run-doxygen
 
 # clean subdirs; make a target clean-step-N for each N
-clean: $(addprefix clean-,$(steps)) clean-doxygen
-
+clean:
+       -rm -f *~ */*~ */*.$(OBJEXT) */*gmv */*gnuplot */*gpl */*eps */*pov */*tex \
+       $(addsuffix $(EXEEXT),$(basename $(shell echo step-*/step-*.cc))) \
+       doxygen/*.exe */Makefile.dep
 
 
 # for each build/run/clean target: strip the build- prefix of the

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.