]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
set PROOF as default
[u/mrichter/AliRoot.git] / TRD / libTRDbase.pkg
CommitLineData
74d2e0c7 1#-*- Mode: Makefile -*-
2
bdbb05bb 3SRCS= AliTRDarrayI.cxx \
625f5260 4 AliTRDarrayS.cxx \
bdbb05bb 5 AliTRDarrayF.cxx \
b65e5048 6 AliTRDarraySignal.cxx \
7 AliTRDarrayDictionary.cxx \
8 AliTRDarrayADC.cxx \
ca21baaa 9 AliTRDSignalIndex.cxx \
bdbb05bb 10 AliTRDgeometry.cxx \
bdbb05bb 11 AliTRDdigit.cxx \
b864d801 12 AliTRDdigitsManager.cxx \
13 AliTRDrawData.cxx \
bde6446f 14 AliTRDpadPlane.cxx \
987ba9a3 15 AliTRDrawOldStream.cxx \
ecf39416 16 AliTRDRawStreamV2.cxx \
987ba9a3 17 AliTRDrawStream.cxx \
242f25f2 18 AliTRDrawTPStream.cxx \
dfbb4bb9 19 AliTRDrawStreamBase.cxx \
0eedb47d 20 AliTRDtestBeam.cxx \
3551db50 21 AliTRDCommonParam.cxx \
022e76c3 22 AliTRDfeeParam.cxx \
c4ecd14c 23 AliTRDgtuParam.cxx \
cc7cef99 24 AliTRDcalibDB.cxx \
7754cd1f 25 Cal/AliTRDCalROC.cxx \
26 Cal/AliTRDCalPad.cxx \
27 Cal/AliTRDCalDet.cxx \
aa617684 28 Cal/AliTRDCalFEE.cxx \
197b835e 29 Cal/AliTRDCalDCS.cxx \
30 Cal/AliTRDCalDCSFEE.cxx \
31 Cal/AliTRDCalDCSPTR.cxx \
32 Cal/AliTRDCalDCSGTU.cxx \
720a0a16 33 Cal/AliTRDCalPID.cxx \
44dbae42 34 Cal/AliTRDCalPIDLQ.cxx \
35 Cal/AliTRDCalPIDNN.cxx \
dd80ee5c 36 Cal/AliTRDCalPIDRefMaker.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 \
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 \
e3b2b5e5 53 AliTRDmcmTracklet.cxx \
dfd03fc3 54 AliTRDmcmSim.cxx \
06a99e67 55 AliTRDmcm.cxx \
e3b2b5e5 56 AliTRDtrigParam.cxx \
c4ecd14c 57 AliTRDtrackGTU.cxx \
0c71f50b 58 AliTRDtrackletBase.cxx \
c4ecd14c 59 AliTRDtrackletGTU.cxx \
60 AliTRDtrackletMCM.cxx \
61 AliTRDtrackletWord.cxx \
e3b2b5e5 62 AliTRDltuTracklet.cxx \
63 AliTRDgtuTrack.cxx \
c4ecd14c 64 AliTRDgtuSim.cxx \
65 AliTRDgtuTMU.cxx \
ceb12049 66 AliTRDtrapAlu.cxx \
74d2e0c7 67 AliTRDhit.cxx \
bdbb05bb 68
7754cd1f 69HDRS= $(SRCS:.cxx=.h)
bdbb05bb 70
71DHDR= TRDbaseLinkDef.h
b864d801 72
73EINCLUDE= RAW
74d2e0c7 74
75ifeq (win32gcc,$(ALICE_TARGET))
76PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
77 -lSTEER -lCDB -lESD -lSTEERBase \
78 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
babc70d3 79 -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 80endif