]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
dedx stored directly w/o use of TPCseed
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index 8330bbdf7c90504dabc05008e92934dd9cecfc98..902696982a8cb76ffed4c3fd14063590a5631152 100644 (file)
@@ -13,12 +13,6 @@ SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
 
 CINTHDRS:= $(SRCS:.cxx=.h)
 
-ifdef DIMDIR
-
-SRCS += SORNotifier.cxx
-
-endif
-
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MONITORLinkDef.h
@@ -27,9 +21,12 @@ EINCLUDE:= TPC ITS RAW
 
 ifdef DIMDIR
 
-EINCLUDE += $(DIMDIR)/dim
-ELIBS := dim
-ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
+SRCS          += SORNotifier.cxx
+EINCLUDE      += $(DIMDIR)/dim
+ELIBS         := dim
+ELIBSDIR      := $(DIMDIR)/$(ODIR)
+PACKCXXFLAGS  := $(CXXFLAGS) -DALI_DIM
+PACKDCXXFLAGS := $(CXXFLAGSNO) -DALI_DIM
 
 endif
 
@@ -38,5 +35,5 @@ PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lSTEERBase -lESD \
                          -lTPCbase -lTPCrec -lTPCsim \
                          -lITSbase -lITSrec -lRAWDatarec \
-                         -L$(shell root-config --libdir) -lGui
+                         -L$(ROOTLIBDIR) -lGui
 endif