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