f347de98 |
1 | SRCS:= AliTPCClusterFinder.cxx AliTPC.cxx AliTPCv0.cxx AliTPCv1.cxx AliTPCv2.cxx \ |
2 | AliTPCv3.cxx AliDetectorParam.cxx AliTPCParam.cxx \ |
3 | AliTPCParamSR.cxx AliTPCParamCR.cxx AliTPCPRF2D.cxx \ |
4 | AliTPCRF1D.cxx \ |
5 | AliSimDigits.cxx AliDigitsArray.cxx AliTPCDigitsArray.cxx \ |
6 | AliComplexCluster.cxx AliClusters.cxx AliClustersArray.cxx \ |
7 | AliTPCClustersRow.cxx \ |
8 | AliTPCClustersArray.cxx AliH2F.cxx \ |
9 | AliTPCcluster.cxx AliTPCclusterer.cxx \ |
10 | AliTPCtrack.cxx AliTPCtracker.cxx \ |
11 | AliTPCTrackHits.cxx\ |
12 | |
13 | |
14 | HDRS:= $(SRCS:.cxx=.h) |
efaab2ef |
15 | |
efaab2ef |
16 | |
17 | DHDR:= TPCLinkDef.h |
18 | |
f347de98 |
19 | EINCLUDE:= CONTAINERS |
efaab2ef |
20 | |