]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TPC/libTPCrec.pkg
Temporary removed information from the event HEADER (Marian)
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS:= AliTPCcluster.cxx \
4 AliTPCclusterMI.cxx AliComplexCluster.cxx AliTPCclusterInfo.cxx \
5 AliClusters.cxx AliTPCClustersRow.cxx \
6 AliClustersArray.cxx AliTPCClustersArray.cxx \
7 AliTPCclusterer.cxx AliTPCclustererMI.cxx \
8 AliTPCtrack.cxx AliTPCtracker.cxx \
9 AliTPCpolyTrack.cxx AliTPCseed.cxx AliTPCtrackerMI.cxx \
10 AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
11 AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx \
12 AliTPCTracklet.cxx AliTPCQADataMakerRec.cxx \
13 AliPadMax.cxx AliTPCclustererKr.cxx AliTPCclusterKr.cxx AliTPCvtpr.cxx
14
15
16HDRS:= $(SRCS:.cxx=.h)
17
18DHDR:= TPCrecLinkDef.h
19
20EINCLUDE:= RAW
21
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