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