]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDsim.pkg
Got rid of class template AliFMD<Type> on request of Federico, who
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
4347b38f 5SRCS = AliFMD.cxx \
37c4363a 6 AliFMDv0.cxx \
7 AliFMDv1.cxx \
4347b38f 8 AliFMDSubDetector.cxx \
9 AliFMD1.cxx \
10 AliFMD2.cxx \
11 AliFMD3.cxx \
12 AliFMDRing.cxx \
13 AliFMDPolygon.cxx \
14 AliFMDHit.cxx \
e802be3e 15 AliFMDDigitizer.cxx \
16 AliFMDMap.cxx \
17 AliFMDEdepMap.cxx \
18 AliFMDRawWriter.cxx
19HDRS = $(SRCS:.cxx=.h)
4347b38f 20DHDR := FMDsimLinkDef.h
21EINCLUDE := $(ALICE)/RAW
44cc5e44 22
4347b38f 23#
24# EOF
25#