| 1 | # $Id$ |
| 2 | |
| 3 | SRCS:= AliMUON.cxx \ |
| 4 | AliMUONConstants.cxx \ |
| 5 | AliMUONTriggerConstants.cxx \ |
| 6 | AliMUONData.cxx \ |
| 7 | AliMUONDataInterface.cxx \ |
| 8 | AliMUONLoader.cxx \ |
| 9 | AliMUONSegmentationDetectionElement.cxx \ |
| 10 | AliMUONSegmentIndex.cxx \ |
| 11 | AliMUONSegmentManuIndex.cxx \ |
| 12 | AliMUONSegmentPosition.cxx\ |
| 13 | AliMUONChamber.cxx \ |
| 14 | AliMUONChamberTrigger.cxx \ |
| 15 | AliMUONTriggerCircuit.cxx \ |
| 16 | AliMUONDisplay.cxx \ |
| 17 | AliMUONPoints.cxx \ |
| 18 | AliMUONRecoDisplay.cxx \ |
| 19 | AliMUONRecoCheck.cxx |
| 20 | |
| 21 | HDRS:= $(SRCS:.cxx=.h) |
| 22 | |
| 23 | DHDR:= MUONbaseLinkDef.h |
| 24 | |
| 25 | EINCLUDE:= RAW MUON/mapping |
| 26 | |