]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCrec.pkg
Removing obsolete mapping macro
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
index ec0e3d8dfd2ba5b0574940402c9e44e9c88db085..d33e5a2f35ca273369d349ff13a3bea0380201d0 100644 (file)
@@ -1,12 +1,18 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=  AliTPCcluster.cxx \
-        AliTPCclusterMI.cxx AliComplexCluster.cxx \
+        AliTPCclusterMI.cxx AliComplexCluster.cxx  AliTPCclusterInfo.cxx \
        AliClusters.cxx AliTPCClustersRow.cxx \
         AliClustersArray.cxx AliTPCClustersArray.cxx \
        AliTPCclusterer.cxx AliTPCclustererMI.cxx \
        AliTPCtrack.cxx AliTPCtracker.cxx \
        AliTPCpolyTrack.cxx  AliTPCseed.cxx AliTPCtrackerMI.cxx \
+       AliTPCtrackerSector.cxx \
        AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
-       AliTPCReconstructor.cxx AliTPCRecoParam.cxx
+       AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx  \
+        AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
+       AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
+
         
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -14,3 +20,9 @@ DHDR:= TPCrecLinkDef.h
 
 EINCLUDE:= RAW
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lTPCbase -lSTEER -lESD -lCDB -lSTEERBase \
+                         -lRAWDatarec -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lMinuit
+endif