]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDrec.pkg
Added the class AliFMDGeometryBuilder (and derived
[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 \
a3537838 13 AliFMDMultStrip.cxx
4347b38f 14HDRS = $(SRCS:.cxx=.h)
15DHDR := FMDrecLinkDef.h
16EINCLUDE := $(ALICE)/RAW
54e415a8 17# Un comment to use old code with seperate simulator task
18# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
44cc5e44 19
4347b38f 20#
21# EOF
22#