]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Some cleanup in the makefiles
[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 \
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 \
3821ce70 29 Cal/AliTRDCalDCSGTUBoardInfo.cxx \
30 Cal/AliTRDCalDCSGTUCtpOpc.cxx \
31 Cal/AliTRDCalDCSGTUSegment.cxx \
32 Cal/AliTRDCalDCSGTUTgu.cxx \
33 Cal/AliTRDCalDCSGTUTmu.cxx \
197b835e 34 Cal/AliTRDCalDCSGTU.cxx \
720a0a16 35 Cal/AliTRDCalPID.cxx \
44dbae42 36 Cal/AliTRDCalPIDLQ.cxx \
37 Cal/AliTRDCalPIDNN.cxx \
7754cd1f 38 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 39 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 40 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 41 Cal/AliTRDCalSingleChamberStatus.cxx \
55a288e5 42 AliTRDCalibraFit.cxx \
43 AliTRDCalibraMode.cxx \
44 AliTRDCalibraVector.cxx \
3a0f6479 45 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 46 AliTRDCalibPadStatus.cxx \
e526983e 47 AliTRDEntriesInfo.cxx \
48 AliTRDPhInfo.cxx \
49 AliTRDPrfInfo.cxx \
50 AliTRDUshortInfo.cxx \
ffb5de4c 51 AliTRDQAChecker.cxx \
e5c60cc7 52 AliTRDPreprocessor.cxx \
fdfee371 53 AliTRDSaxHandler.cxx \
cd4fc278 54 AliTRDDataDCS.cxx \
55 AliTRDSensor.cxx \
56 AliTRDSensorArray.cxx \
8775e4e8 57 AliTRDalignment.cxx \
b0a41e80 58 AliTRDtrapConfig.cxx \
dfd03fc3 59 AliTRDmcmSim.cxx \
c4ecd14c 60 AliTRDtrackGTU.cxx \
0c71f50b 61 AliTRDtrackletBase.cxx \
c4ecd14c 62 AliTRDtrackletGTU.cxx \
63 AliTRDtrackletMCM.cxx \
64 AliTRDtrackletWord.cxx \
c4ecd14c 65 AliTRDgtuSim.cxx \
66 AliTRDgtuTMU.cxx \
74d2e0c7 67 AliTRDhit.cxx \
0016e53e 68 AliTRDrecoParam.cxx \
69 AliTRDSimParam.cxx \
bdbb05bb 70
7754cd1f 71HDRS= $(SRCS:.cxx=.h)
bdbb05bb 72
73DHDR= TRDbaseLinkDef.h
b864d801 74
75EINCLUDE= RAW
74d2e0c7 76
77ifeq (win32gcc,$(ALICE_TARGET))
78PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
79 -lSTEER -lCDB -lESD -lSTEERBase \
80 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
8b13487a 81 -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 82endif