e118b27e |
1 | # $Id$ |
2 | |
7e4a628d |
3 | SRCS:= AliMUON.cxx AliMUONv1.cxx \ |
7e4a628d |
4 | AliMUONCommonGeometryBuilder.cxx \ |
5 | AliMUONSt1GeometryBuilder.cxx \ |
6 | AliMUONSt1GeometryBuilderV2.cxx \ |
7 | AliMUONSt2GeometryBuilder.cxx \ |
a2b41b89 |
8 | AliMUONSt2GeometryBuilderV2.cxx \ |
7e4a628d |
9 | AliMUONSlatGeometryBuilder.cxx \ |
10 | AliMUONTriggerGeometryBuilder.cxx \ |
772a8ded |
11 | AliMUONMathieson.cxx \ |
7e4a628d |
12 | AliMUONConstants.cxx \ |
13 | AliMUONTriggerConstants.cxx \ |
14 | AliMUONDataInterface.cxx \ |
15 | AliMUONLoader.cxx \ |
344cf8e0 |
16 | AliMUONChamber.cxx \ |
17 | AliMUONChamberTrigger.cxx \ |
18 | AliMUONTriggerCircuit.cxx \ |
7e4a628d |
19 | AliMUONData.cxx \ |
344cf8e0 |
20 | AliMUONPoints.cxx \ |
7e4a628d |
21 | AliMUONHit.cxx \ |
7e4a628d |
22 | AliMUONDigit.cxx \ |
23 | AliMUONTransientDigit.cxx \ |
24 | AliMUONRawCluster.cxx \ |
25 | AliMUONGlobalTrigger.cxx \ |
26 | AliMUONLocalTrigger.cxx \ |
27 | AliMUONTriggerLut.cxx \ |
28 | AliMUONDisplay.cxx \ |
e813b49b |
29 | AliMUONRecoCheck.cxx \ |
772a8ded |
30 | AliMUONSt12QuadrantSegmentation.cxx \ |
58d53b65 |
31 | AliMUONSt345SlatSegmentation.cxx \ |
1c43415a |
32 | AliMUONSt345SlatSegmentationV2.cxx \ |
33 | AliMUONTriggerSegmentation.cxx \ |
ca57cd96 |
34 | AliMUONTriggerSegmentationV2.cxx \ |
61ab0996 |
35 | AliMUONSegFactory.cxx |
344cf8e0 |
36 | |
37 | HDRS:= $(SRCS:.cxx=.h) |
38 | |
39 | DHDR:= MUONbaseLinkDef.h |
40 | |
1c14c42e |
41 | EINCLUDE:= RAW MUON/mapping |
344cf8e0 |
42 | |