]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/libTPCrec.pkg
Temporary removed information from the event HEADER (Marian)
[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 \
6d75e4b6 10 AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
69209e2c 11 AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx \
6ad6aa8d 12 AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
13 AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
69209e2c 14
6d75e4b6 15
16HDRS:= $(SRCS:.cxx=.h)
17
18DHDR:= TPCrecLinkDef.h
19
e756ece8 20EINCLUDE:= RAW
6d75e4b6 21
e085c242 22ifeq (win32gcc,$(ALICE_TARGET))
23PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24 -lTPCbase -lSTEER -lESD -lCDB -lSTEERBase \
25 -lRAWDatarec -lRAWDatabase \
26 -L$(shell root-config --libdir) -lMinuit
27endif