Commit | Line | Data |
---|---|---|
1 | #-*- Mode: Makefile -*- | |
2 | # | |
3 | # $Id$ | |
4 | ||
5 | SRCS = AliFMD.cxx \ | |
6 | AliFMDSubDetector.cxx \ | |
7 | AliFMD1.cxx \ | |
8 | AliFMD2.cxx \ | |
9 | AliFMD3.cxx \ | |
10 | AliFMDRing.cxx \ | |
11 | AliFMDPolygon.cxx \ | |
12 | AliFMDHit.cxx \ | |
13 | AliFMDDigitizer.cxx | |
14 | HDRS = $(SRCS:.cxx=.h) AliFMDMap.h | |
15 | DHDR := FMDsimLinkDef.h | |
16 | EINCLUDE := $(ALICE)/RAW | |
17 | ||
18 | # | |
19 | # EOF | |
20 | # |