]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDrec.pkg
Load some libs
[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 \
86878381 11 AliFMDOfflineTrigger.cxx \
12 AliFMDESDRevertexer.cxx
c9dd1c4d 13
4347b38f 14HDRS = $(SRCS:.cxx=.h)
15DHDR := FMDrecLinkDef.h
89038aed 16EINCLUDE := RAW
8f6ee336 17
35528b28 18ifeq (win32gcc,$(ALICE_TARGET))
19PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
20 -lFMDbase -lSTEER -lESD -lSTEERBase \
21 -lRAWDatarec
22endif
23
4347b38f 24#
25# EOF
26#