]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCrec.pkg
Fixes for cmake
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
index 2bf4acb6217bbd27da5a7db917325e1a9ea37c3c..ea63b7471d74568b0869bad1c9cb0f8f015bf412 100644 (file)
@@ -1,16 +1,28 @@
+#-*- 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 \
-       AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
-       AliTPCReconstructor.cxx
+       AliTPCtrackerSector.cxx \
+       AliTPCPid.cxx AliTPCtrackPid.cxx \
+       AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx  \
+        AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
+       AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
+
         
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= TPCrecLinkDef.h
 
-EINCLUDE:= CONTAINERS RAW
+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