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