]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Coding rule violations (Raphaelle)
[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 \
ef1860eb 13 AliTRDrawStreamOld.cxx \
860f3a82 14 AliTRDrawFastStream.cxx \
dfbb4bb9 15 AliTRDrawStreamBase.cxx \
d60fe037 16 AliTRDrawStream.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 \
7754cd1f 34 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 35 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 36 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 37 Cal/AliTRDCalSingleChamberStatus.cxx \
ea6a6b52 38 Cal/AliTRDCalPID.cxx \
55a288e5 39 AliTRDCalibraFit.cxx \
40 AliTRDCalibraMode.cxx \
41 AliTRDCalibraVector.cxx \
3a0f6479 42 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 43 AliTRDCalibPadStatus.cxx \
6c1053a8 44 AliTRDCalibChamberStatus.cxx \
e526983e 45 AliTRDEntriesInfo.cxx \
46 AliTRDPhInfo.cxx \
47 AliTRDPrfInfo.cxx \
48 AliTRDUshortInfo.cxx \
ffb5de4c 49 AliTRDQAChecker.cxx \
e5c60cc7 50 AliTRDPreprocessor.cxx \
fdfee371 51 AliTRDSaxHandler.cxx \
cd4fc278 52 AliTRDDataDCS.cxx \
53 AliTRDSensor.cxx \
54 AliTRDSensorArray.cxx \
8775e4e8 55 AliTRDalignment.cxx \
b0a41e80 56 AliTRDtrapConfig.cxx \
dfd03fc3 57 AliTRDmcmSim.cxx \
c4ecd14c 58 AliTRDtrackGTU.cxx \
0c71f50b 59 AliTRDtrackletBase.cxx \
c4ecd14c 60 AliTRDtrackletGTU.cxx \
61 AliTRDtrackletMCM.cxx \
62 AliTRDtrackletWord.cxx \
c4ecd14c 63 AliTRDgtuSim.cxx \
64 AliTRDgtuTMU.cxx \
74d2e0c7 65 AliTRDhit.cxx \
0016e53e 66 AliTRDrecoParam.cxx \
510e56b7 67 AliTRDSimParam.cxx
bdbb05bb 68
7754cd1f 69HDRS= $(SRCS:.cxx=.h)
bdbb05bb 70
71DHDR= TRDbaseLinkDef.h
b864d801 72
ff219136 73EINCLUDE:= RAW TRD/Cal
e295c3f5 74
74d2e0c7 75ifeq (win32gcc,$(ALICE_TARGET))
76PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
77 -lSTEER -lCDB -lESD -lSTEERBase \
78 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
8b13487a 79 -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 80endif