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