]>
Commit | Line | Data |
---|---|---|
344cf8e0 | 1 | SRCS:= AliMUON.cxx \ |
2 | AliMUONConstants.cxx \ | |
3 | AliMUONTriggerConstants.cxx \ | |
4 | AliMUONData.cxx \ | |
5 | AliMUONDataInterface.cxx \ | |
6 | AliMUONLoader.cxx \ | |
7 | AliMUONSegmentationDetectionElement.cxx \ | |
8 | AliMUONSegmentIndex.cxx \ | |
9 | AliMUONSegmentManuIndex.cxx \ | |
10 | AliMUONSegmentPosition.cxx\ | |
11 | AliMUONChamber.cxx \ | |
12 | AliMUONChamberTrigger.cxx \ | |
13 | AliMUONTriggerCircuit.cxx \ | |
14 | AliMUONDisplay.cxx \ | |
15 | AliMUONPoints.cxx \ | |
16 | AliMUONRecoDisplay.cxx \ | |
17 | AliMUONRecoCheck.cxx | |
18 | ||
19 | HDRS:= $(SRCS:.cxx=.h) | |
20 | ||
21 | DHDR:= MUONbaseLinkDef.h | |
22 | ||
23 | EINCLUDE:= RAW | |
24 |