]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTCalo.pkg
bugfixes for CALO/PHOS in the HLT build system
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
CommitLineData
fe8738cf 1#-*- Mode: Makefile -*-
431c519f 2# $Id$
ae445782 3
fe8738cf 4
a55e3379 5include $(MODDIR)/hlt.conf
6
ae445782 7
fe8738cf 8## header files of all classes
9## optionally, the link def file of the library is generated
10## automatically from those header files
aa2ffd19 11CLASS_HDRS:= AliHLTCaloRawAnalyzerComponentv3.h \
bc99dfb1 12AliHLTCaloUtilities.h \
13AliHLTCaloMapper.h \
14AliHLTCaloDefinitions.h \
15AliHLTCaloSanityInspector.h \
16AliHLTCaloSharedMemoryInterfacev2.h \
17AliHLTCaloFourier.h \
18AliHLTCaloConstantsHandler.h \
19AliHLTCaloClusterizer.h \
20AliHLTCaloClusterizerComponent.h \
21AliHLTCaloDigitMaker.h \
22AliHLTCaloClusterAnalyser.h \
23AliHLTCaloRcuProcessor.h \
bc99dfb1 24AliHLTCaloProcessor.h
fe8738cf 25
26## all source files of this module
27## all source files corresponding to the class headers
28## and eventually additional sources not considered in
29## the dictionary
30MODULE_SRCS= $(CLASS_HDRS:.h=.cxx)
31
32## all header files of this module
77f350f7 33MODULE_HDRS:= $(CLASS_HDRS) \
5aa87645 34 AliHLTCaloConstant.h \
35 AliHLTCaloDigitDataStruct.h \
36 AliHLTCaloDigitContainerDataStruct.h \
37 AliHLTCaloRecPointDataStruct.h \
38 AliHLTCaloRecPointContainerStruct.h \
cb41788f 39 AliHLTCaloRecPointHeaderStruct.h \
40 AliHLTCaloConstants.h
77f350f7 41## AliHLTCaloChannelDataStruct.h \
42## AliHLTCaloChannelDataHeaderStruct.h
fe8738cf 43
44## the link def file for this module
45## generated automatically if empty
431c519f 46MODULE_DHDR:=
fe8738cf 47
48## AliRoot include paths
3264ceed 49EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
fe8738cf 50
44160b88 51## LIBRARY_DEP := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
52LIBRARY_DEP := -lHLTbase -lEMCALrec -lESD -lSTEER -lRAWDatarec
53
fe8738cf 54
55###############################################################################
56#
57# do not change anything below this line
58#
59include $(MODDIR)/hlt.conf
60
61SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
62CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
63HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))
64DHDR:=$(patsubst %,CALO/%,$(MODULE_DHDR))
65CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
66
67EDEFINE := ${HLTDEFS}
68PACKCXXFLAGS := ${HLTCXXFLAGS}
69PACKCFLAGS := ${HLTCLFAGS}
70PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
71PACKSOFLAGS := $(HLTSOFLAGS)