]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDrec.pkg
Added the class AliFMDGeometryBuilder (and derived
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2#
3# $Id$
4
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
14HDRS = $(SRCS:.cxx=.h)
15DHDR := FMDrecLinkDef.h
16EINCLUDE := $(ALICE)/RAW
17# Un comment to use old code with seperate simulator task
18# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
19
20#
21# EOF
22#