]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/libTPCrec.pkg
Updates for the TPC calibration using laser:
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
CommitLineData
e085c242 1#-*- Mode: Makefile -*-
2
6d75e4b6 3SRCS:= AliTPCcluster.cxx \
5926c250 4 AliTPCclusterMI.cxx AliComplexCluster.cxx AliTPCclusterInfo.cxx \
6d75e4b6 5 AliClusters.cxx AliTPCClustersRow.cxx \
6 AliClustersArray.cxx AliTPCClustersArray.cxx \
7 AliTPCclusterer.cxx AliTPCclustererMI.cxx \
8 AliTPCtrack.cxx AliTPCtracker.cxx \
81e97e0d 9 AliTPCpolyTrack.cxx AliTPCseed.cxx AliTPCtrackerMI.cxx \
9350f379 10 AliTPCtrackerSector.cxx \
b9d9108c 11 AliTPCPid.cxx AliTPCtrackPid.cxx \
69209e2c 12 AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx \
6ad6aa8d 13 AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
14 AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
69209e2c 15
6d75e4b6 16
17HDRS:= $(SRCS:.cxx=.h)
18
19DHDR:= TPCrecLinkDef.h
20
e756ece8 21EINCLUDE:= RAW
6d75e4b6 22
e085c242 23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25 -lTPCbase -lSTEER -lESD -lCDB -lSTEERBase \
26 -lRAWDatarec -lRAWDatabase \
27 -L$(shell root-config --libdir) -lMinuit
28endif