]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
Got rid of class template AliFMD<Type> on request of Federico, who
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMDReconstructor.cxx \
6                    AliFMDReconstructionAlgorithm.cxx \
7                    AliFMDRawStream.cxx  \
8                    AliFMDRawReader.cxx  \
9                    AliFMDParticles.cxx  \
10                    AliFMDUShortMap.cxx
11 HDRS            =  $(SRCS:.cxx=.h)
12 DHDR            := FMDrecLinkDef.h
13 EINCLUDE        := $(ALICE)/RAW
14
15 #
16 # EOF
17 #