Commit | Line | Data |
---|---|---|
44cc5e44 | 1 | #-*- Mode: Makefile -*- |
4347b38f | 2 | # |
44cc5e44 | 3 | # $Id$ |
4 | ||
4347b38f | 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 | |
44cc5e44 | 17 | |
4347b38f | 18 | # |
19 | # EOF | |
20 | # |