]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDrec.pkg
fix requested by Laurent Aphecetche to clean up the memory properly during simulation...
[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
13 HDRS            =  $(SRCS:.cxx=.h)
14 DHDR            := FMDrecLinkDef.h
15 EINCLUDE        := RAW
16
17 ifeq (win32gcc,$(ALICE_TARGET))
18 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19                          -lFMDbase -lSTEER -lESD -lSTEERBase \
20                          -lRAWDatarec
21 endif
22
23 #
24 # EOF
25 #