]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Minor change in error code
[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 \
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 \
aa617684 25 Cal/AliTRDCalFEE.cxx \
197b835e 26 Cal/AliTRDCalDCS.cxx \
27 Cal/AliTRDCalDCSFEE.cxx \
28 Cal/AliTRDCalDCSPTR.cxx \
29 Cal/AliTRDCalDCSGTU.cxx \
720a0a16 30 Cal/AliTRDCalPID.cxx \
44dbae42 31 Cal/AliTRDCalPIDLQ.cxx \
32 Cal/AliTRDCalPIDNN.cxx \
dd80ee5c 33 Cal/AliTRDCalPIDRefMaker.cxx \
7754cd1f 34 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 35 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 36 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 37 Cal/AliTRDCalSingleChamberStatus.cxx \
55a288e5 38 AliTRDCalibraFit.cxx \
39 AliTRDCalibraMode.cxx \
40 AliTRDCalibraVector.cxx \
3a0f6479 41 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 42 AliTRDCalibPadStatus.cxx \
e526983e 43 AliTRDEntriesInfo.cxx \
44 AliTRDPhInfo.cxx \
45 AliTRDPrfInfo.cxx \
46 AliTRDUshortInfo.cxx \
ffb5de4c 47 AliTRDQAChecker.cxx \
e5c60cc7 48 AliTRDPreprocessor.cxx \
fdfee371 49 AliTRDSaxHandler.cxx \
cd4fc278 50 AliTRDDataDCS.cxx \
51 AliTRDSensor.cxx \
52 AliTRDSensorArray.cxx \
8775e4e8 53 AliTRDalignment.cxx \
b0a41e80 54 AliTRDtrapConfig.cxx \
dfd03fc3 55 AliTRDmcmSim.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