]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDbase.pkg
Added new library libFMDutil. This library contains utility classes that
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMDDigit.cxx              \
6                    AliFMDMap.cxx                \
7                    AliFMDFloatMap.cxx           \
8                    AliFMDBoolMap.cxx            \
9                    AliFMDUShortMap.cxx          \
10                    AliFMDCalibPedestal.cxx      \
11                    AliFMDCalibGain.cxx          \
12                    AliFMDParameters.cxx         \
13                    AliFMDGeometry.cxx           \
14                    AliFMDRing.cxx               \
15                    AliFMDDetector.cxx           \
16                    AliFMD1.cxx                  \
17                    AliFMD2.cxx                  \
18                    AliFMD3.cxx
19 HDRS            =  $(SRCS:.cxx=.h)
20 DHDR            := FMDbaseLinkDef.h
21 # Un comment to use old code with seperate simulator task
22 # PACKCXXFLAGS  := $(CXXFLAGS) -DUSE_PRE_MOVE
23
24 #
25 # EOF
26 #