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