]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
warning about AddDigit(Int_t*, Int_t*) fixed as Federico asked
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMD.cxx                   \
6                    AliFMDv0.cxx                 \
7                    AliFMDv1.cxx                 \
8                    AliFMDSimulator.cxx          \
9                    AliFMDGeoSimulator.cxx       \
10                    AliFMDGeoOldSimulator.cxx    \
11                    AliFMDG3Simulator.cxx        \
12                    AliFMDG3OldSimulator.cxx     \
13                    AliFMDHit.cxx                \
14                    AliFMDDigitizer.cxx          \
15                    AliFMDEdepMap.cxx            \
16                    AliFMDRawWriter.cxx          \
17                    AliFMDAlla.cxx               
18 HDRS            =  $(SRCS:.cxx=.h) 
19 DHDR            := FMDsimLinkDef.h
20 EINCLUDE        := $(ALICE)/RAW
21
22 #
23 # EOF
24 #