]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDsim.pkg
warning about AddDigit(Int_t*, Int_t*) fixed as Federico asked
[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 \
1a1fdef7 8 AliFMDSimulator.cxx \
9 AliFMDGeoSimulator.cxx \
4ac75127 10 AliFMDGeoOldSimulator.cxx \
1a1fdef7 11 AliFMDG3Simulator.cxx \
4ac75127 12 AliFMDG3OldSimulator.cxx \
4347b38f 13 AliFMDHit.cxx \
e802be3e 14 AliFMDDigitizer.cxx \
e802be3e 15 AliFMDEdepMap.cxx \
f4ee3d57 16 AliFMDRawWriter.cxx \
17 AliFMDAlla.cxx
e802be3e 18HDRS = $(SRCS:.cxx=.h)
4347b38f 19DHDR := FMDsimLinkDef.h
20EINCLUDE := $(ALICE)/RAW
44cc5e44 21
4347b38f 22#
23# EOF
24#