]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - FMD/libFMDrec.pkg
Fixes for Pythia
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2#
3# $Id$
4
5SRCS = AliFMDReconstructor.cxx \
6 AliFMDRawStream.cxx \
7 AliFMDRawReader.cxx \
8 AliFMDRecPoint.cxx \
9 AliFMDQADataMakerRec.cxx
10
11HDRS = $(SRCS:.cxx=.h)
12DHDR := FMDrecLinkDef.h
13EINCLUDE := RAW
14
15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17 -lFMDbase -lSTEER -lESD -lSTEERBase \
18 -lRAWDatarec
19endif
20
21#
22# EOF
23#