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