]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
Compilation on Windows/Cygwin
[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                    AliFMDEdepMap.cxx                    \
14                    AliFMDRawWriter.cxx                  \
15                    AliFMDQADataMakerSim.cxx             
16
17 HDRS            =  $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
18 DHDR            := FMDsimLinkDef.h
19 EINCLUDE        := RAW
20
21 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
24                          -lRAWDatasim -lRAWDatarec -lRAWDatabase \
25                          -L$(shell root-config --libdir) -lVMC -lEG -lGeom
26 endif
27
28 #
29 # EOF
30 #