]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
New FMD correction objects. Again.
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMDReconstructor.cxx      \
6                    AliFMDRecoParam.cxx          \
7                    AliFMDRawStream.cxx          \
8                    AliFMDRawReader.cxx          \
9                    AliFMDRecPoint.cxx           \
10                    AliFMDQADataMakerRec.cxx             
11
12 HDRS            =  $(SRCS:.cxx=.h)
13 DHDR            := FMDrecLinkDef.h
14 EINCLUDE        := RAW
15
16 ifeq (win32gcc,$(ALICE_TARGET))
17 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18                          -lFMDbase -lSTEER -lESD -lSTEERBase \
19                          -lRAWDatarec
20 endif
21
22 #
23 # EOF
24 #