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