]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Small update (number of bins)
[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 \
e526983e 42 AliTRDEntriesInfo.cxx \
43 AliTRDPhInfo.cxx \
44 AliTRDPrfInfo.cxx \
45 AliTRDUshortInfo.cxx \
ffb5de4c 46 AliTRDQAChecker.cxx \
e5c60cc7 47 AliTRDPreprocessor.cxx \
fdfee371 48 AliTRDSaxHandler.cxx \
cd4fc278 49 AliTRDDataDCS.cxx \
50 AliTRDSensor.cxx \
51 AliTRDSensorArray.cxx \
8775e4e8 52 AliTRDalignment.cxx \
b0a41e80 53 AliTRDtrapConfig.cxx \
dfd03fc3 54 AliTRDmcmSim.cxx \
daa7b506 55 AliTRDmcmTracklet.cxx \
c4ecd14c 56 AliTRDtrackGTU.cxx \
0c71f50b 57 AliTRDtrackletBase.cxx \
c4ecd14c 58 AliTRDtrackletGTU.cxx \
59 AliTRDtrackletMCM.cxx \
60 AliTRDtrackletWord.cxx \
c4ecd14c 61 AliTRDgtuSim.cxx \
62 AliTRDgtuTMU.cxx \
74d2e0c7 63 AliTRDhit.cxx \
0016e53e 64 AliTRDrecoParam.cxx \
65 AliTRDSimParam.cxx \
bdbb05bb 66
7754cd1f 67HDRS= $(SRCS:.cxx=.h)
bdbb05bb 68
69DHDR= TRDbaseLinkDef.h
b864d801 70
71EINCLUDE= RAW
74d2e0c7 72
73ifeq (win32gcc,$(ALICE_TARGET))
74PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
75 -lSTEER -lCDB -lESD -lSTEERBase \
76 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
babc70d3 77 -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 78endif