]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Coding rules
[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 \
c4ecd14c 55 AliTRDtrackGTU.cxx \
0c71f50b 56 AliTRDtrackletBase.cxx \
c4ecd14c 57 AliTRDtrackletGTU.cxx \
58 AliTRDtrackletMCM.cxx \
59 AliTRDtrackletWord.cxx \
c4ecd14c 60 AliTRDgtuSim.cxx \
61 AliTRDgtuTMU.cxx \
74d2e0c7 62 AliTRDhit.cxx \
0016e53e 63 AliTRDrecoParam.cxx \
64 AliTRDSimParam.cxx \
bdbb05bb 65
7754cd1f 66HDRS= $(SRCS:.cxx=.h)
bdbb05bb 67
68DHDR= TRDbaseLinkDef.h
b864d801 69
70EINCLUDE= RAW
74d2e0c7 71
72ifeq (win32gcc,$(ALICE_TARGET))
73PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
74 -lSTEER -lCDB -lESD -lSTEERBase \
75 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
babc70d3 76 -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 77endif