]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDutil.pkg
ACORDEv1 is now the default
[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
17 HDRS            =  $(SRCS:.cxx=.h) 
18 DHDR            := FMDutilLinkDef.h
19 EINCLUDE        := RAW
20
21 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
24                          -lRAWDatarec \
25                          -L$(shell root-config --libdir) -lGeom
26 endif
27
28 #
29 # EOF
30 #