74d2e0c7 |
1 | #-*- Mode: Makefile -*- |
2 | |
bdbb05bb |
3 | SRCS= AliTRDarrayI.cxx \ |
625f5260 |
4 | AliTRDarrayS.cxx \ |
bdbb05bb |
5 | AliTRDarrayF.cxx \ |
6 | AliTRDsegmentID.cxx \ |
7 | AliTRDdataArray.cxx \ |
8 | AliTRDdataArrayI.cxx \ |
625f5260 |
9 | AliTRDdataArrayS.cxx \ |
bdbb05bb |
10 | AliTRDdataArrayF.cxx \ |
fb44eb8e |
11 | AliTRDdataArrayDigits.cxx \ |
bdbb05bb |
12 | AliTRDsegmentArray.cxx \ |
ca21baaa |
13 | AliTRDSignalIndex.cxx \ |
bdbb05bb |
14 | AliTRDgeometry.cxx \ |
bdbb05bb |
15 | AliTRDdigit.cxx \ |
b864d801 |
16 | AliTRDdigitsManager.cxx \ |
17 | AliTRDrawData.cxx \ |
bde6446f |
18 | AliTRDpadPlane.cxx \ |
ed25c022 |
19 | AliTRDRawStream.cxx \ |
ecf39416 |
20 | AliTRDRawStreamV2.cxx \ |
d4232bb6 |
21 | AliTRDrawStreamTB.cxx \ |
dfbb4bb9 |
22 | AliTRDrawStreamBase.cxx \ |
0eedb47d |
23 | AliTRDtestBeam.cxx \ |
3551db50 |
24 | AliTRDCommonParam.cxx \ |
022e76c3 |
25 | AliTRDfeeParam.cxx \ |
cc7cef99 |
26 | AliTRDcalibDB.cxx \ |
7754cd1f |
27 | Cal/AliTRDCalROC.cxx \ |
28 | Cal/AliTRDCalPad.cxx \ |
29 | Cal/AliTRDCalDet.cxx \ |
aa617684 |
30 | Cal/AliTRDCalFEE.cxx \ |
197b835e |
31 | Cal/AliTRDCalDCS.cxx \ |
32 | Cal/AliTRDCalDCSFEE.cxx \ |
33 | Cal/AliTRDCalDCSPTR.cxx \ |
34 | Cal/AliTRDCalDCSGTU.cxx \ |
720a0a16 |
35 | Cal/AliTRDCalPID.cxx \ |
44dbae42 |
36 | Cal/AliTRDCalPIDLQ.cxx \ |
37 | Cal/AliTRDCalPIDNN.cxx \ |
dd80ee5c |
38 | Cal/AliTRDCalPIDRefMaker.cxx \ |
7754cd1f |
39 | Cal/AliTRDCalMonitoring.cxx \ |
7754cd1f |
40 | Cal/AliTRDCalChamberStatus.cxx \ |
7754cd1f |
41 | Cal/AliTRDCalPadStatus.cxx \ |
e3b2b5e5 |
42 | Cal/AliTRDCalSingleChamberStatus.cxx \ |
55a288e5 |
43 | AliTRDCalibraFit.cxx \ |
44 | AliTRDCalibraMode.cxx \ |
45 | AliTRDCalibraVector.cxx \ |
3a0f6479 |
46 | AliTRDCalibraVdriftLinearFit.cxx \ |
170c35f1 |
47 | AliTRDCalibPadStatus.cxx \ |
ffb5de4c |
48 | AliTRDQAChecker.cxx \ |
e5c60cc7 |
49 | AliTRDPreprocessor.cxx \ |
cd4fc278 |
50 | AliTRDDataDCS.cxx \ |
51 | AliTRDSensor.cxx \ |
52 | AliTRDSensorArray.cxx \ |
8775e4e8 |
53 | AliTRDalignment.cxx \ |
e3b2b5e5 |
54 | AliTRDTriggerL1.cxx \ |
55 | AliTRDmcmTracklet.cxx \ |
56 | AliTRDmcm.cxx \ |
dfd03fc3 |
57 | AliTRDmcmSim.cxx \ |
e3b2b5e5 |
58 | AliTRDtrigParam.cxx \ |
59 | AliTRDtrigger.cxx \ |
60 | AliTRDltuTracklet.cxx \ |
61 | AliTRDgtuTrack.cxx \ |
ceb12049 |
62 | AliTRDtrapAlu.cxx \ |
ce9a85f5 |
63 | AliTRDmodule.cxx \ |
74d2e0c7 |
64 | AliTRDhit.cxx \ |
65 | AliTRDrecoParam.cxx \ |
66 | AliTRDSimParam.cxx \ |
bdbb05bb |
67 | |
7754cd1f |
68 | HDRS= $(SRCS:.cxx=.h) |
bdbb05bb |
69 | |
70 | DHDR= TRDbaseLinkDef.h |
b864d801 |
71 | |
72 | EINCLUDE= RAW |
74d2e0c7 |
73 | |
74 | ifeq (win32gcc,$(ALICE_TARGET)) |
75 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ |
76 | -lSTEER -lCDB -lESD -lSTEERBase \ |
77 | -lRAWDatasim -lRAWDatarec -lRAWDatabase \ |
78 | -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP |
79 | endif |