]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
Replacing array of objects by array of pointers
[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                    AliFMDG3Simulator.cxx        \
11                    AliFMDHit.cxx                \
12                    AliFMDDigitizer.cxx          \
13                    AliFMDEdepMap.cxx            \
14                    AliFMDRawWriter.cxx
15 HDRS            =  $(SRCS:.cxx=.h) 
16 DHDR            := FMDsimLinkDef.h
17 EINCLUDE        := $(ALICE)/RAW
18
19 #
20 # EOF
21 #