]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
Minor fixes
[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                    AliFMDOfflineTrigger.cxx     \
12                    AliFMDESDRevertexer.cxx      
13
14 HDRS            =  $(SRCS:.cxx=.h)
15 DHDR            := FMDrecLinkDef.h
16 EINCLUDE        := RAW
17
18 ifeq (win32gcc,$(ALICE_TARGET))
19 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
20                          -lFMDbase -lSTEER -lESD -lSTEERBase \
21                          -lRAWDatarec
22 endif
23
24 #
25 # EOF
26 #