e118b27e |
1 | # $Id$ |
2 | |
2c80dd80 |
3 | SRCS:= AliMUONResponseFactory.cxx \ |
344cf8e0 |
4 | AliMUONSt1Response.cxx \ |
344cf8e0 |
5 | AliMUONSt1ElectronicElement.cxx \ |
6 | AliMUONSt1SpecialMotif.cxx \ |
7 | AliMUONSt1ResponseParameter.cxx \ |
8 | AliMUONSt1ResponseRule.cxx \ |
9 | AliMUONSt1IniReader.cxx \ |
344cf8e0 |
10 | AliMUONSt1Decoder.cxx \ |
5289cf2f |
11 | AliMUONHitMapA1.cxx \ |
344cf8e0 |
12 | AliMUONDigitizer.cxx \ |
344cf8e0 |
13 | AliMUONDigitizerv2.cxx \ |
14 | AliMUONSDigitizerv1.cxx \ |
7e4a628d |
15 | AliMUONTriggerDecision.cxx \ |
a19e2543 |
16 | AliMUONRawWriter.cxx \ |
772a8ded |
17 | AliMUONTest.cxx \ |
002920d1 |
18 | AliMUONResponse.cxx \ |
19 | AliMUONResponseV0.cxx \ |
20 | AliMUONResponseTrigger.cxx \ |
1c43415a |
21 | AliMUONResponseTriggerV1.cxx |
344cf8e0 |
22 | |
23 | HDRS:= $(SRCS:.cxx=.h) |
24 | |
25 | DHDR:= MUONsimLinkDef.h |
26 | |
27 | EINCLUDE:= RAW MUON/mapping |
28 | |
5289cf2f |
29 | #PACKCXXFLAGS:= $(CXXFLAGS) -Wall |