]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/libITSbase.pkg
MC label for TRD tracks + bug fix in the stand alone tracker
[u/mrichter/AliRoot.git] / ITS / libITSbase.pkg
index 2a0ae60695126f48b86e857f748ef0046664efb6..bcf8937d03e91e942be8485b6b352ee0703b7a38 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS =         AliITSgeom.cxx \
                AliITSgeomMatrix.cxx \
                AliITSgeomSPD.cxx \
@@ -32,6 +34,7 @@ SRCS =        AliITSgeom.cxx \
                AliITSCalibrationSSD.cxx \
                AliITSMapSDD.cxx \
                AliITSDriftSpeedSDD.cxx \
+               AliITSDDLModuleMapSDD.cxx \
                AliITSDriftSpeedArraySDD.cxx \
                AliITSBadChannelsSSD.cxx \
                AliITSGainSSD.cxx \
@@ -56,7 +59,10 @@ SRCS =       AliITSgeom.cxx \
                AliITSPlaneEffSSD.cxx \
                AliITSRawStreamSPDErrorLog.cxx \
                AliITSDCSAnalyzerSDD.cxx \
-               AliITSDCSDataSDD.cxx
+               AliITSDCSDataSDD.cxx \
+                AliITSIntMap.cxx \
+               AliITSIntMapNode.cxx \
+               AliITSPedestalSSD.cxx
 
 HDRS:=  $(SRCS:.cxx=.h)
 
@@ -64,3 +70,10 @@ DHDR=ITSbaseLinkDef.h
 
 EINCLUDE:=$(GEANT3_ROOT)/TGeant3 TPC RAW
 
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lCDB -lSTEERBase \
+                         -lRAWDatasim -lRAWDatarec -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lGui -lGeom
+endif