]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDrec.pkg
These files were moved to ANALYSIS
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
56b1929b 5SRCS = AliFMDReconstructor.cxx \
6 AliFMDRawStream.cxx \
7 AliFMDRawReader.cxx \
8 AliFMDMultAlgorithm.cxx \
9 AliFMDMultNaiive.cxx \
10 AliFMDMultPoisson.cxx \
11 AliFMDMultRegion.cxx \
12 AliFMDMult.cxx \
13 AliFMDMultStrip.cxx \
14 AliFMDUShortMap.cxx \
15 AliFMDBoolMap.cxx
4347b38f 16HDRS = $(SRCS:.cxx=.h)
17DHDR := FMDrecLinkDef.h
18EINCLUDE := $(ALICE)/RAW
44cc5e44 19
4347b38f 20#
21# EOF
22#