]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Function Draw(Float...) was hiding TObject::Draw(Option_t*) and HP was
[u/mrichter/AliRoot.git] / Makefile
index e7d9bc723a49faac203ce5d353c6c866d6e6e3de..877e6695f2b830ac98eae10f6c4c1cb8dea5c4b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,12 +83,15 @@ AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz:
                @rm -f $(ALICE)/$@ 
                @rm -f `find . -name '*~' -print` \
                        `find . -name '*.bak' -print` \
-                       `find . -name '.*~' -print` 
+                       `find . -name '.*~' -print` \
+                      `find . -name '*\#*' -print` 
                @rm -f /tmp/saves
                @ls -1d $^ | sed -e "s/^/$(ALICE_LEVEL)\//" > /tmp/saves
                @cd $(ALICE) ; \
                 gtar cvfz $@ --exclude '*.o' --exclude '*Cint.*' \
-                --exclude '*/roothtml/*' --exclude '*/CVS' `cat /tmp/saves` 
+                --exclude '*/roothtml/*' --exclude '*/CVS' \
+               --exclude Make-depend --exclude '*html/gif' \
+                `cat /tmp/saves` 
 
 alidepend:
                @for i in $(ALIROOT_DIRS) ; do \