]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
Fixed coding violations and compile-time warnings.
[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                    AliFMDRecPoint.cxx           \
9                    AliFMDQADataMakerRec.cxx             
10
11 HDRS            =  $(SRCS:.cxx=.h)
12 DHDR            := FMDrecLinkDef.h
13 EINCLUDE        := RAW
14
15 #
16 # EOF
17 #