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