]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Add in the UserCreateOutputObjects a set owner and post data for the output container...
[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 \
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 \
197b835e 24 Cal/AliTRDCalDCS.cxx \
25 Cal/AliTRDCalDCSFEE.cxx \
26 Cal/AliTRDCalDCSPTR.cxx \
3821ce70 27 Cal/AliTRDCalDCSGTUBoardInfo.cxx \
28 Cal/AliTRDCalDCSGTUCtpOpc.cxx \
29 Cal/AliTRDCalDCSGTUSegment.cxx \
30 Cal/AliTRDCalDCSGTUTgu.cxx \
31 Cal/AliTRDCalDCSGTUTmu.cxx \
197b835e 32 Cal/AliTRDCalDCSGTU.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
ff219136 70EINCLUDE:= RAW TRD/Cal
e295c3f5 71
74d2e0c7 72ifeq (win32gcc,$(ALICE_TARGET))
73PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
74 -lSTEER -lCDB -lESD -lSTEERBase \
75 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
8b13487a 76 -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 77endif