]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDutil.pkg
Taking into account that only 1 or 2 values may be present for the
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMDInput.cxx              \
6                    AliFMDDisplay.cxx            \
7                    AliFMDPattern.cxx            \
8                    AliFMDFancy.cxx              \
9                    AliFMDCalibFaker.cxx         \
10                    AliFMDAlignFaker.cxx         \
11                    AliFMDAnaRing.cxx            \
12                    AliFMDAnaESD.cxx             \
13                    AliFMDBaseDA.cxx             \
14                    AliFMDPedestalDA.cxx         \
15                    AliFMDGainDA.cxx             \
16                    AliFMDSpectraDisplay.cxx     
17
18
19 HDRS            =  $(SRCS:.cxx=.h) 
20 DHDR            := FMDutilLinkDef.h
21 EINCLUDE        := RAW
22
23 #ELIBS           := FMDanalysis
24 #ELIBSDIR       := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
25
26 ifeq (win32gcc,$(ALICE_TARGET))
27 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28                          -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
29                          -lRAWDatarec \
30                          -L$(ROOTLIBDIR) -lGeom
31 endif
32
33 #
34 # EOF
35 #