]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/libVZEROrec.pkg
Merging of the three alignment macros into one
[u/mrichter/AliRoot.git] / VZERO / libVZEROrec.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS= AliVZEROReconstructor.cxx \
5       AliVZERORawStream.cxx \
6       AliVZEROQADataMakerRec.cxx \
7       AliVZEROTrigger.cxx \
8       AliVZEROTriggerMask.cxx
9
10 HDRS:= $(SRCS:.cxx=.h)
11
12 DHDR:=VZEROrecLinkDef.h
13
14 EINCLUDE:= STRUCT STEER RAW
15
16 ifeq (win32gcc,$(ALICE_TARGET))   
17 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
18                          -lVZERObase -lSTEER -lCDB -lESD -lSTEERBase \
19                          -lRAWDatarec -lRAWDatabase   \
20                          -L$(shell root-config --libdir) -lGeom   
21 endif