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