]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
Various small fixes. Make sure Emacs knows it's C++ mode, and the like.
[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                    AliFMDGeometryBuilder.cxx            \
9                    AliFMDGeometryBuilderSimple.cxx      \
10                    AliFMDSimulator.cxx                  \
11                    AliFMDGeoSimulator.cxx               \
12                    AliFMDGeoOldSimulator.cxx            \
13                    AliFMDG3Simulator.cxx                \
14                    AliFMDG3OldSimulator.cxx             \
15                    AliFMDHit.cxx                        \
16                    AliFMDDigitizer.cxx                  \
17                    AliFMDDigitizerAlla.cxx              \
18                    AliFMDEdepMap.cxx                    \
19                    AliFMDRawWriter.cxx                  \
20                    AliFMDAlla.cxx               
21 HDRS            =  $(SRCS:.cxx=.h) 
22 DHDR            := FMDsimLinkDef.h
23 EINCLUDE        := $(ALICE)/RAW
24 # Un comment to use old code with seperate simulator task
25 # PACKCXXFLAGS  := $(CXXFLAGS) -DUSE_PRE_MOVE
26
27 #
28 # EOF
29 #