]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
Fixes for SDigit generation. First attempt at making SDigit->Digit
[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                    AliFMDPoints.cxx                     \
9                    AliFMDHit.cxx                        \
10                    AliFMDBaseDigitizer.cxx              \
11                    AliFMDDigitizer.cxx                  \
12                    AliFMDSDigitizer.cxx                 \
13                    AliFMDSSDigitizer.cxx                \
14                    AliFMDEdepMap.cxx                    \
15                    AliFMDRawWriter.cxx                  \
16                    AliFMDQADataMakerSim.cxx             
17
18 HDRS            =  $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
19 DHDR            := FMDsimLinkDef.h
20 EINCLUDE        := RAW
21
22 ifeq (win32gcc,$(ALICE_TARGET))
23 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24                          -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
25                          -lRAWDatasim -lRAWDatarec -lRAWDatabase \
26                          -L$(shell root-config --libdir) -lVMC -lEG -lGeom
27 endif
28
29 #
30 # EOF
31 #