]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/libTRDrec.pkg
Fixes for report #68312: Improper usage of TClonesArrays in ITS
[u/mrichter/AliRoot.git] / TRD / libTRDrec.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= AliTRDcluster.cxx \
4       AliTRDclusterizer.cxx \
5       AliTRDtransform.cxx \
6       AliTRDtrack.cxx \
7       AliTRDtracklet.cxx \
8       AliTRDtracker.cxx \
9       AliTRDseed.cxx \
10       AliTRDpropagationLayer.cxx \
11       AliTRDpidUtil.cxx \
12       AliTRDpidESD.cxx \
13       AliTRDReconstructor.cxx \
14       AliTRDseedV1.cxx \
15       AliTRDtrackV1.cxx \
16       AliTRDtrackerV1.cxx \
17       AliTRDtrackerDebug.cxx \
18       AliTRDtrackingSector.cxx \
19       AliTRDtrackingChamber.cxx \
20       AliTRDchamberTimeBin.cxx \
21       AliTRDQADataMakerRec.cxx \
22       AliTRDqaBlackEvents.cxx \
23       AliTRDqaBuildReference.cxx \
24       AliTRDCalibraFillHisto.cxx \
25       Cal/AliTRDCalPIDLQ.cxx \
26       Cal/AliTRDCalPIDNN.cxx \
27       AliTRDqaRecPoints.cxx
28
29 HDRS= $(SRCS:.cxx=.h)
30
31 DHDR= TRDrecLinkDef.h
32
33 EINCLUDE= RAW STAT
34
35 ifeq (win32gcc,$(ALICE_TARGET))
36 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37                          -lTRDbase -lSTEER -lESD -lCDB -lSTEERBase \
38                          -lRAWDatarec -lRAWDatabase \
39                          -L$(ROOTLIBDIR) -lMinuit -lGeom
40 endif