]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Adding TString in the included files.
[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 \
966f6939 10 AliTRDdigitsParam.cxx \
b864d801 11 AliTRDrawData.cxx \
bde6446f 12 AliTRDpadPlane.cxx \
987ba9a3 13 AliTRDrawStream.cxx \
860f3a82 14 AliTRDrawFastStream.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 \
197b835e 25 Cal/AliTRDCalDCS.cxx \
26 Cal/AliTRDCalDCSFEE.cxx \
27 Cal/AliTRDCalDCSPTR.cxx \
3821ce70 28 Cal/AliTRDCalDCSGTUBoardInfo.cxx \
29 Cal/AliTRDCalDCSGTUCtpOpc.cxx \
30 Cal/AliTRDCalDCSGTUSegment.cxx \
31 Cal/AliTRDCalDCSGTUTgu.cxx \
32 Cal/AliTRDCalDCSGTUTmu.cxx \
197b835e 33 Cal/AliTRDCalDCSGTU.cxx \
720a0a16 34 Cal/AliTRDCalPID.cxx \
44dbae42 35 Cal/AliTRDCalPIDLQ.cxx \
36 Cal/AliTRDCalPIDNN.cxx \
7754cd1f 37 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 38 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 39 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 40 Cal/AliTRDCalSingleChamberStatus.cxx \
55a288e5 41 AliTRDCalibraFit.cxx \
42 AliTRDCalibraMode.cxx \
43 AliTRDCalibraVector.cxx \
3a0f6479 44 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 45 AliTRDCalibPadStatus.cxx \
e526983e 46 AliTRDEntriesInfo.cxx \
47 AliTRDPhInfo.cxx \
48 AliTRDPrfInfo.cxx \
49 AliTRDUshortInfo.cxx \
ffb5de4c 50 AliTRDQAChecker.cxx \
e5c60cc7 51 AliTRDPreprocessor.cxx \
fdfee371 52 AliTRDSaxHandler.cxx \
cd4fc278 53 AliTRDDataDCS.cxx \
54 AliTRDSensor.cxx \
55 AliTRDSensorArray.cxx \
8775e4e8 56 AliTRDalignment.cxx \
b0a41e80 57 AliTRDtrapConfig.cxx \
dfd03fc3 58 AliTRDmcmSim.cxx \
c4ecd14c 59 AliTRDtrackGTU.cxx \
0c71f50b 60 AliTRDtrackletBase.cxx \
c4ecd14c 61 AliTRDtrackletGTU.cxx \
62 AliTRDtrackletMCM.cxx \
63 AliTRDtrackletWord.cxx \
c4ecd14c 64 AliTRDgtuSim.cxx \
65 AliTRDgtuTMU.cxx \
74d2e0c7 66 AliTRDhit.cxx \
0016e53e 67 AliTRDrecoParam.cxx \
68 AliTRDSimParam.cxx \
bdbb05bb 69
7754cd1f 70HDRS= $(SRCS:.cxx=.h)
bdbb05bb 71
72DHDR= TRDbaseLinkDef.h
b864d801 73
96c0c856 74EINCLUDE:= RAW TRD/Cal
74d2e0c7 75
76ifeq (win32gcc,$(ALICE_TARGET))
77PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
78 -lSTEER -lCDB -lESD -lSTEERBase \
79 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
8b13487a 80 -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 81endif