]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/libITSUpgraderec.pkg
Fixes for Coverity reports (A.Dainese)
[u/mrichter/AliRoot.git] / ITS / libITSUpgraderec.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS = UPGRADE/AliITSUpgradeClusterFinder.cxx \
4                 UPGRADE/AliITSUpgradeClusterList.cxx \
5                 UPGRADE/AliITSUpgradeClusterListNode.cxx \
6                 UPGRADE/AliITSlayerUpgrade.cxx \
7                 UPGRADE/AliITStrackerUpgrade.cxx \
8                 UPGRADE/AliITSUpgradeReconstructor.cxx 
9
10 HDRS:=  $(SRCS:.cxx=.h)
11
12 DHDR=ITSUpgradeRecLinkDef.h
13
14 EINCLUDE:=TPC RAW ITS ITS/UPGRADE
15
16 #  EXPORT:=AliITStrackV2.h                \
17 #        AliITSVertexer.h AliITSRecoParam.h
18
19 ifeq (win32gcc,$(ALICE_TARGET))
20 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
21                          -lITSUpgradebase -lSTEER -lESD -lCDB -lSTEERBase \
22                          -lRAWDatarec \
23                          -L$(ROOTLIBDIR) -lEG -lGeom
24 endif