]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/clean.tpl
1 object for all runs
[u/mrichter/AliRoot.git] / build / clean.tpl
index 355d1f863dafce9b5a47ad7828662c1e5fd92fe7..34aabd62f5b6cfae949ca5610b3f1eca553df4e0 100644 (file)
@@ -1,5 +1,20 @@
 #-*- Mode: Makefile -*-
 
+
+reveng-@MODULE@:               @MODULE@/check/classDiagram.dot
+
+@MODULE@/check/classDiagram.dot:       $(PACKREVENG)
+       @$(REV_ENG) $^
+       @-mv classDiagram.dot $@
+
+revdisp-@MODULE@:      reveng-@MODULE@
+       @echo revdisp for @MODULE@
+       @cd @MODULE@/check ; \
+      $(IRST_INSTALLDIR)/webreveng/create-class-diagram-pages.sh
+       @sed -e "s/STEER/@MODULE@/g" < $(IRST_INSTALLDIR)/webreveng/WWW/STEER/HomePage.html > @MODULE@/check/HomePage.html
+
+PACKREVENG =
+
 #  Clean option for the whole module
 clean-@MODULE@:
 ifndef ALIQUIET
@@ -16,6 +31,12 @@ ifndef ALIQUIET
 endif
                $(MUTE)rm -f `find @MODULE@/check -name '*.i'` `find @MODULE@/check -name '*.ii'` `find @MODULE@/check -name '*.viol'`
 
+clean-smell-@MODULE@:
+ifndef ALIQUIET
+               @echo "***** Cleaning code smell for @MODULE@ *****"
+endif
+               $(MUTE)rm -f `find @MODULE@/check -name '*.ml'` `find @MODULE@/check -name '*.smell'`
+
 clean-reveng-@MODULE@:
 ifndef ALIQUIET
                @echo "***** Cleaning reverse engineering files for @MODULE@ *****"