]>
Commit | Line | Data |
---|---|---|
74d2e0c7 | 1 | #-*- Mode: Makefile -*- |
2 | ||
a8b80f2f | 3 | SRCS= AliTRDarraySignal.cxx \ |
b65e5048 | 4 | AliTRDarrayDictionary.cxx \ |
5 | AliTRDarrayADC.cxx \ | |
ca21baaa | 6 | AliTRDSignalIndex.cxx \ |
bdbb05bb | 7 | AliTRDgeometry.cxx \ |
bdbb05bb | 8 | AliTRDdigit.cxx \ |
b864d801 | 9 | AliTRDdigitsManager.cxx \ |
10 | AliTRDrawData.cxx \ | |
bde6446f | 11 | AliTRDpadPlane.cxx \ |
987ba9a3 | 12 | AliTRDrawOldStream.cxx \ |
ecf39416 | 13 | AliTRDRawStreamV2.cxx \ |
987ba9a3 | 14 | AliTRDrawStream.cxx \ |
242f25f2 | 15 | AliTRDrawTPStream.cxx \ |
dfbb4bb9 | 16 | AliTRDrawStreamBase.cxx \ |
0eedb47d | 17 | AliTRDtestBeam.cxx \ |
3551db50 | 18 | AliTRDCommonParam.cxx \ |
022e76c3 | 19 | AliTRDfeeParam.cxx \ |
c4ecd14c | 20 | AliTRDgtuParam.cxx \ |
cc7cef99 | 21 | AliTRDcalibDB.cxx \ |
7754cd1f | 22 | Cal/AliTRDCalROC.cxx \ |
23 | Cal/AliTRDCalPad.cxx \ | |
24 | Cal/AliTRDCalDet.cxx \ | |
aa617684 | 25 | Cal/AliTRDCalFEE.cxx \ |
197b835e | 26 | Cal/AliTRDCalDCS.cxx \ |
27 | Cal/AliTRDCalDCSFEE.cxx \ | |
28 | Cal/AliTRDCalDCSPTR.cxx \ | |
29 | Cal/AliTRDCalDCSGTU.cxx \ | |
720a0a16 | 30 | Cal/AliTRDCalPID.cxx \ |
44dbae42 | 31 | Cal/AliTRDCalPIDLQ.cxx \ |
32 | Cal/AliTRDCalPIDNN.cxx \ | |
dd80ee5c | 33 | Cal/AliTRDCalPIDRefMaker.cxx \ |
7754cd1f | 34 | Cal/AliTRDCalMonitoring.cxx \ |
7754cd1f | 35 | Cal/AliTRDCalChamberStatus.cxx \ |
7754cd1f | 36 | Cal/AliTRDCalPadStatus.cxx \ |
e3b2b5e5 | 37 | Cal/AliTRDCalSingleChamberStatus.cxx \ |
55a288e5 | 38 | AliTRDCalibraFit.cxx \ |
39 | AliTRDCalibraMode.cxx \ | |
40 | AliTRDCalibraVector.cxx \ | |
3a0f6479 | 41 | AliTRDCalibraVdriftLinearFit.cxx \ |
170c35f1 | 42 | AliTRDCalibPadStatus.cxx \ |
ffb5de4c | 43 | AliTRDQAChecker.cxx \ |
e5c60cc7 | 44 | AliTRDPreprocessor.cxx \ |
fdfee371 | 45 | AliTRDSaxHandler.cxx \ |
cd4fc278 | 46 | AliTRDDataDCS.cxx \ |
47 | AliTRDSensor.cxx \ | |
48 | AliTRDSensorArray.cxx \ | |
8775e4e8 | 49 | AliTRDalignment.cxx \ |
e3b2b5e5 | 50 | AliTRDmcmTracklet.cxx \ |
b0a41e80 | 51 | AliTRDtrapConfig.cxx \ |
dfd03fc3 | 52 | AliTRDmcmSim.cxx \ |
06a99e67 | 53 | AliTRDmcm.cxx \ |
e3b2b5e5 | 54 | AliTRDtrigParam.cxx \ |
c4ecd14c | 55 | AliTRDtrackGTU.cxx \ |
0c71f50b | 56 | AliTRDtrackletBase.cxx \ |
c4ecd14c | 57 | AliTRDtrackletGTU.cxx \ |
58 | AliTRDtrackletMCM.cxx \ | |
59 | AliTRDtrackletWord.cxx \ | |
e3b2b5e5 | 60 | AliTRDltuTracklet.cxx \ |
61 | AliTRDgtuTrack.cxx \ | |
c4ecd14c | 62 | AliTRDgtuSim.cxx \ |
63 | AliTRDgtuTMU.cxx \ | |
ceb12049 | 64 | AliTRDtrapAlu.cxx \ |
74d2e0c7 | 65 | AliTRDhit.cxx \ |
0016e53e | 66 | AliTRDrecoParam.cxx \ |
67 | AliTRDSimParam.cxx \ | |
bdbb05bb | 68 | |
7754cd1f | 69 | HDRS= $(SRCS:.cxx=.h) |
bdbb05bb | 70 | |
71 | DHDR= TRDbaseLinkDef.h | |
b864d801 | 72 | |
73 | EINCLUDE= RAW | |
74d2e0c7 | 74 | |
75 | ifeq (win32gcc,$(ALICE_TARGET)) | |
76 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ | |
77 | -lSTEER -lCDB -lESD -lSTEERBase \ | |
78 | -lRAWDatasim -lRAWDatarec -lRAWDatabase \ | |
babc70d3 | 79 | -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser |
74d2e0c7 | 80 | endif |