]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDrec.pkg
Fix for FPE in the reconstruction QA of simulated raw data (Laurent)
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
56b1929b 5SRCS = AliFMDReconstructor.cxx \
818fff8d 6 AliFMDRecoParam.cxx \
56b1929b 7 AliFMDRawStream.cxx \
8 AliFMDRawReader.cxx \
c9dd1c4d 9 AliFMDRecPoint.cxx \
3d7ed4ed 10 AliFMDQADataMakerRec.cxx \
11 AliFMDOfflineTrigger.cxx
c9dd1c4d 12
4347b38f 13HDRS = $(SRCS:.cxx=.h)
14DHDR := FMDrecLinkDef.h
89038aed 15EINCLUDE := RAW
8f6ee336 16
35528b28 17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lFMDbase -lSTEER -lESD -lSTEERBase \
20 -lRAWDatarec
21endif
22
4347b38f 23#
24# EOF
25#