]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
Various small fixes. Make sure Emacs knows it's C++ mode, and the like.
[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                    AliFMDMultRegion.cxx         \
9                    AliFMDMult.cxx               \
10                    AliFMDMultStrip.cxx          
11 HDRS            =  $(SRCS:.cxx=.h)
12 DHDR            := FMDrecLinkDef.h
13 EINCLUDE        := $(ALICE)/RAW
14 # Un comment to use old code with seperate simulator task
15 # PACKCXXFLAGS  := $(CXXFLAGS) -DUSE_PRE_MOVE
16
17 # Not used any more 
18 #                  AliFMDMultAlgorithm.cxx      \
19 #                  AliFMDMultNaiive.cxx         \
20 #                  AliFMDMultPoisson.cxx        \
21
22 #
23 # EOF
24 #