]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCrec.pkg
- changes due to deletion of files
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
index a61fe3a360634b9fc1ef00108bc7731658471bc3..3d5113dfe83acb915e328d5f48acaf0fdb1779bd 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 AliTPCtrackerMI.cxx \
-       AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
-       AliTPCReconstructor.cxx
+       AliTPCpolyTrack.cxx  AliTPCseed.cxx AliTPCtrackerMI.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$(ROOTLIBDIR) -lMinuit
+endif