]>
Commit | Line | Data |
---|---|---|
74d2e0c7 | 1 | #-*- Mode: Makefile -*- |
2 | ||
f162af62 | 3 | SRCS= AliTRDcluster.cxx \ |
bdbb05bb | 4 | AliTRDclusterizer.cxx \ |
af26ce80 | 5 | AliTRDtransform.cxx \ |
bdbb05bb | 6 | AliTRDtrack.cxx \ |
daa7b506 | 7 | AliTRDtracklet.cxx \ |
bdbb05bb | 8 | AliTRDtracker.cxx \ |
75bd7f81 | 9 | AliTRDseed.cxx \ |
7a512a22 | 10 | AliTRDpropagationLayer.cxx \ |
56b32fd7 | 11 | AliTRDpidUtil.cxx \ |
b0f03c34 | 12 | AliTRDpidESD.cxx \ |
50f3bbf4 | 13 | AliTRDReconstructor.cxx \ |
e4f2f73d | 14 | AliTRDseedV1.cxx \ |
0906e73e | 15 | AliTRDtrackV1.cxx \ |
e4f2f73d | 16 | AliTRDtrackerV1.cxx \ |
7a512a22 | 17 | AliTRDtrackerDebug.cxx \ |
18 | AliTRDtrackingSector.cxx \ | |
19 | AliTRDtrackingChamber.cxx \ | |
20 | AliTRDchamberTimeBin.cxx \ | |
8e2f611a | 21 | AliTRDQADataMakerRec.cxx \ |
74d2e0c7 | 22 | AliTRDqaBlackEvents.cxx \ |
039aab22 | 23 | AliTRDqaBuildReference.cxx \ |
74d2e0c7 | 24 | AliTRDCalibraFillHisto.cxx \ |
ff219136 | 25 | Cal/AliTRDCalPIDLQ.cxx \ |
26 | Cal/AliTRDCalPIDNN.cxx \ | |
039aab22 | 27 | AliTRDqaRecPoints.cxx |
bdbb05bb | 28 | |
e4f2f73d | 29 | HDRS= $(SRCS:.cxx=.h) |
bdbb05bb | 30 | |
31 | DHDR= TRDrecLinkDef.h | |
b864d801 | 32 | |
ff219136 | 33 | EINCLUDE= RAW STAT |
74d2e0c7 | 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 \ | |
8b13487a | 39 | -L$(ROOTLIBDIR) -lMinuit -lGeom |
74d2e0c7 | 40 | endif |