]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTCalo.pkg
Trigger for gamma conversions. test macros are added soon.
[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
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
30 MODULE_SRCS=    $(CLASS_HDRS:.h=.cxx)
31
32 ## all header files of this module
33 MODULE_HDRS:=   $(CLASS_HDRS)                           \
34                 AliHLTCaloConstants.h
35
36
37 ## the link def file for this module
38 ## generated automatically if empty
39 MODULE_DHDR:=
40
41 ## AliRoot include paths
42 EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO
43
44 LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec
45
46 ###############################################################################
47 #
48 # do not change anything below this line
49 #
50 include $(MODDIR)/hlt.conf
51
52 SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
53 CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
54 HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))
55 DHDR:=$(patsubst %,CALO/%,$(MODULE_DHDR))
56 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
57
58 EDEFINE      := ${HLTDEFS}
59 PACKCXXFLAGS := ${HLTCXXFLAGS}
60 PACKCFLAGS   := ${HLTCLFAGS}
61 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
62 PACKSOFLAGS  := $(HLTSOFLAGS)