]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTZDC.pkg
Fixing memory leak introduced with rev. 45388
[u/mrichter/AliRoot.git] / HLT / libAliHLTZDC.pkg
CommitLineData
57cd80a1 1#-*- Mode: Makefile -*-
2# $Id: libAliHLTZDC.pkg $
3
4# This files defines the source and header files for the
5# libAliHLTZDC library and additional flags for the compilation
6# and linking process.
7
8# class header files, the link definition for the root dictionary
9# will be created from the names of the header files
10CLASS_HDRS:= AliHLTZDCESDRecoComponent.h \
11 AliHLTZDCAgent.h
12
13# library sources, generated from the class headers
14MODULE_SRCS= $(CLASS_HDRS:.h=.cxx)
15
16# library headers
17MODULE_HDRS:= $(CLASS_HDRS)
18
19# Leave MODULE_DHDR empty to enable automatic generation of *LinkDef.h
20MODULE_DHDR:=
21
22EINCLUDE := HLT/BASE \
23 HLT/ZDC \
24 ZDC \
25 STEER \
26 RAW
27
28LIBRARY_DEP := -lHLTbase \
29 -lCDB -lESD -lSTEER -lSTEERBase \
30 -lRAWDatarec -lRAWDatabase \
31 -lZDCbase -lZDCrec \
32 -L$(ROOTLIBDIR) -lEG
33
34###############################################################################
35#
36# do not change anything below this line
37#
38include $(MODDIR)/hlt.conf
39
40SRCS := $(patsubst %,ZDC/%,$(MODULE_SRCS))
41CINTHDRS := $(patsubst %,ZDC/%,$(CLASS_HDRS))
42HDRS := $(patsubst %,ZDC/%,$(MODULE_HDRS))
43DHDR := $(patsubst %,ZDC/%,$(MODULE_DHDR))
44CINTAUTOLINK := $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
45
46EDEFINE := ${HLTDEFS}
47PACKCXXFLAGS := ${HLTCXXFLAGS}
48PACKCFLAGS := ${HLTCLFAGS}
49PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
50PACKSOFLAGS := $(HLTSOFLAGS)