e118b27e |
1 | # $Id$ |
2 | |
344cf8e0 |
3 | SRCS:= AliMUONClusterReconstructor.cxx \ |
5289cf2f |
4 | AliMUONDigitMapA1.cxx \ |
344cf8e0 |
5 | AliMUONClusterFinderVS.cxx \ |
6 | AliMUONClusterFinderAZ.cxx \ |
7 | AliMUONPixel.cxx \ |
8 | AliMUONClusterInput.cxx \ |
344cf8e0 |
9 | AliMUONReconstructor.cxx \ |
2457f726 |
10 | AliMUONVTrackReconstructor.cxx \ |
29f1b13a |
11 | AliMUONTrackReconstructor.cxx \ |
2457f726 |
12 | AliMUONTrackReconstructorK.cxx \ |
344cf8e0 |
13 | AliMUONTrack.cxx \ |
14 | AliMUONTrackK.cxx \ |
15 | AliMUONTrackParam.cxx \ |
37827b29 |
16 | AliMUONTrackExtrap.cxx \ |
344cf8e0 |
17 | AliMUONTriggerTrack.cxx \ |
18 | AliMUONRecoTrack.cxx \ |
19 | AliMUONHitForRec.cxx \ |
344cf8e0 |
20 | AliMUONSegment.cxx \ |
cc87ebcd |
21 | AliMUONClusterDrawAZ.cxx \ |
22 | AliMUONDetElement.cxx \ |
156df13c |
23 | AliMUONEventRecoCombi.cxx \ |
88b2dec6 |
24 | AliMUONDigitCalibrator.cxx \ |
af4f0ea7 |
25 | AliMillepede.cxx \ |
97d0abba |
26 | AliMUONAlignment.cxx \ |
27 | AliMUONDisplay.cxx \ |
28 | AliMUONRecoCheck.cxx |
344cf8e0 |
29 | |
30 | |
31 | HDRS:= $(SRCS:.cxx=.h) |
32 | |
33 | DHDR:= MUONrecLinkDef.h |
34 | |
35 | |
e118b27e |
36 | EINCLUDE := RAW MUON/mapping |