]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/libTRDbase.pkg
Some cleanup in the makefiles
[u/mrichter/AliRoot.git] / TRD / libTRDbase.pkg
index 3ad886eb8d284965c9767fd5394e1109cbe30c0a..ee2759f85c2c9ca15d45e8e122dfa84a7b7cb535 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 \
@@ -25,11 +26,15 @@ SRCS= AliTRDarraySignal.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 \
@@ -73,5 +78,5 @@ 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