]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/binalieve.pkg
AliEveEventManager - reduce log level while trying to open raw-file.
[u/mrichter/AliRoot.git] / EVE / binalieve.pkg
index c07431161291ac318a59bc5f5d74e8420148d23c..5aaf3746ae91623328ddf8870fcb3ccff08ac3fb 100644 (file)
@@ -28,6 +28,13 @@ ELIBS    := EveBase EveDet EveHLT \
 
 PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL -lEve $(SYSLIBS)
 
+$(BINPATH)/alieve: alieve_clean_compiled_macros
+
+.PHONY: alieve_clean_compiled_macros
+
+alieve_clean_compiled_macros:
+       rm -f $(ALICE_ROOT)/EVE/alice-macros/*_C.d
+       rm -f $(ALICE_ROOT)/EVE/alice-macros/*_C.$(SOEXT)
 
 ifeq (macosx,$(ALICE_TARGET))