]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/libTRDbase.pkg
Some hick-up with common blocks solved.
[u/mrichter/AliRoot.git] / TRD / libTRDbase.pkg
index 3ad886eb8d284965c9767fd5394e1109cbe30c0a..b59e7b680f2165bdab7de2ace2b0c9ebfd559357 100644 (file)
@@ -7,10 +7,11 @@ SRCS= AliTRDarraySignal.cxx \
       AliTRDgeometry.cxx \
       AliTRDdigit.cxx \
       AliTRDdigitsManager.cxx \
+      AliTRDdigitsParam.cxx \
       AliTRDrawData.cxx \
       AliTRDpadPlane.cxx \
-      AliTRDrawOldStream.cxx \
       AliTRDrawStream.cxx \
+      AliTRDrawFastStream.cxx \
       AliTRDrawTPStream.cxx \
       AliTRDrawStreamBase.cxx \
       AliTRDtestBeam.cxx \
@@ -21,15 +22,18 @@ SRCS= AliTRDarraySignal.cxx \
       Cal/AliTRDCalROC.cxx \
       Cal/AliTRDCalPad.cxx \
       Cal/AliTRDCalDet.cxx \
-      Cal/AliTRDCalFEE.cxx \
       Cal/AliTRDCalDCS.cxx \
       Cal/AliTRDCalDCSFEE.cxx \
       Cal/AliTRDCalDCSPTR.cxx \
+      Cal/AliTRDCalDCSGTUBoardInfo.cxx \
+      Cal/AliTRDCalDCSGTUCtpOpc.cxx \
+      Cal/AliTRDCalDCSGTUSegment.cxx \
+      Cal/AliTRDCalDCSGTUTgu.cxx \
+      Cal/AliTRDCalDCSGTUTmu.cxx \
       Cal/AliTRDCalDCSGTU.cxx \
       Cal/AliTRDCalPID.cxx \
       Cal/AliTRDCalPIDLQ.cxx \
       Cal/AliTRDCalPIDNN.cxx \
-      Cal/AliTRDCalPIDRefMaker.cxx \
       Cal/AliTRDCalMonitoring.cxx \
       Cal/AliTRDCalChamberStatus.cxx \
       Cal/AliTRDCalPadStatus.cxx \
@@ -67,11 +71,11 @@ HDRS= $(SRCS:.cxx=.h)
 
 DHDR= TRDbaseLinkDef.h
 
-EINCLUDE= RAW
+EINCLUDE:= RAW TRD/Cal
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lCDB -lESD -lSTEERBase \
                          -lRAWDatasim -lRAWDatarec -lRAWDatabase \
-                         -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
+                         -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
 endif