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