e756ece8 |
1 | SRCS:= AliSegmentID.cxx AliSegmentArray.cxx AliDigits.cxx AliH2F.cxx \ |
2 | AliTPCLoader.cxx AliTPCPRF2D.cxx AliTPCRF1D.cxx \ |
6d75e4b6 |
3 | AliDetectorParam.cxx AliTPCParam.cxx \ |
4 | AliTPCParamSR.cxx AliTPCParamCR.cxx \ |
5 | AliTPCdigit.cxx \ |
b27ca38e |
6 | AliSimDigits.cxx AliDigitsArray.cxx AliTPCDigitsArray.cxx \ |
a96022a6 |
7 | AliTPCmapper.cxx \ |
4f7b0740 |
8 | AliTPCROC.cxx AliTPCCalROC.cxx AliTPCCalPad.cxx AliTPCCalDet.cxx \ |
c5bbaa2c |
9 | AliTPCcalibDB.cxx \ |
a0918fa7 |
10 | AliTPCAltroMapping.cxx AliTPCRawStream.cxx AliTPCRawStreamFast.cxx \ |
8bc7e885 |
11 | AliTPCLaserTracks.cxx AliTPCSensorTemp.cxx AliTPCSensorTempArray.cxx \ |
088ca509 |
12 | AliTPCCalibPedestal.cxx AliTPCCalibPulser.cxx AliTPCCalibCE.cxx \ |
7b1c94fc |
13 | AliTPCPreprocessor.cxx AliTPCPreprocessorOnline.cxx \ |
faf93237 |
14 | AliTPCCalibViewer.cxx AliTPCCalibViewerGUI.cxx \ |
61fbadb9 |
15 | AliTPCGenDBTemp.cxx AliTPCGenDBConf.cxx \ |
481f877b |
16 | AliTPCExB.cxx AliTPCExBExact.cxx AliTPCExBFirst.cxx \ |
17 | AliTPCTempMap.cxx AliTPCCalibVdrift.cxx \ |
0ffacf98 |
18 | AliTransform.cxx AliTPCTransform.cxx AliTPCAlign.cxx \ |
19 | AliTPCdataQA.cxx |
1209231c |
20 | |
f03a3a6e |
21 | |
be5ffbfe |
22 | |
85f62171 |
23 | |
6d75e4b6 |
24 | |
25 | |
26 | HDRS:= $(SRCS:.cxx=.h) |
6b9d6702 |
27 | HDRS:= $(filter-out AliTPCTrackHitsInterfaces.h, $(HDRS)) |
6d75e4b6 |
28 | |
29 | DHDR:= TPCbaseLinkDef.h |
30 | |
e756ece8 |
31 | EINCLUDE:= RAW |
6d75e4b6 |
32 | |