]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDbase.pkg
Migrated to a geometry implemented via AliFMDGeometry (derives from
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS    =  AliFMDDigit.cxx              \
6            AliFMDMap.cxx                \
7            AliFMDParameters.cxx         \
8            AliFMDGeometry.cxx           \
9            AliFMDRing.cxx               \
10            AliFMDDetector.cxx           \
11            AliFMD1.cxx                  \
12            AliFMD2.cxx                  \
13            AliFMD3.cxx
14 HDRS    =  $(SRCS:.cxx=.h)
15 DHDR    := FMDbaseLinkDef.h
16
17 #
18 # EOF
19 #