]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTEMCAL.pkg
adjusting the switch for the component statistics: can be switched on by the configur...
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
1 #-*- Mode: Makefile -*-
2 # package definition for the libAliHLTEMCAL library
3
4 # class header files, the link definition for the root dictionary
5 # will be created from the names of the header files
6 CLASS_HDRS:= \
7         AliHLTEMCALDefinitions.h \
8         AliHLTEMCALRawAnalyzerComponent.h \
9         AliHLTEMCALMapper.h \
10         AliHLTEMCALRawAnalyzerCrudeComponent.h \
11         AliHLTEMCALRawAnalyzerLMSComponent.h \
12         AliHLTEMCALRawAnalyzerPeakFinderComponent.h \
13         AliHLTEMCALSharedMemoryInterface.h  \
14         AliHLTEMCALConstants.h \
15         AliHLTEMCALDigitMakerComponent.h \
16         AliHLTEMCALClusterizerComponent.h \
17         AliHLTEMCALGeometry.h
18 # library sources
19 MODULE_SRCS= \
20         $(CLASS_HDRS:.h=.cxx)
21
22 # library headers
23 # in most cases you might have already added all the header files to
24 # the CLASS_HDRS variable. So we just use the content of this. You
25 # can simply add more header files which don't contain classes with
26 # ROOT dictionary support
27 MODULE_HDRS:=   $(CLASS_HDRS) \
28         AliHLTEMCALConstant.h
29
30
31 # The LinkDef file required by the ROOT dictionary generation can be
32 # generated automatically. For the all header files specified in
33 # CLASS_HDRS an entry will be generated
34 # pragma link C++ class <class-name>+;
35 #
36 # If the default behavior is not enough, you can provide a custom
37 # *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
38 # enable automatic generation. 
39 MODULE_DHDR:=
40
41 EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
42
43
44 LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB  \
45                -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
46                -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
47                -lSTEER -lSTEERBase -lRAWDatarec 
48
49 ###############################################################################
50 #
51 # do not change anything below this line
52 #
53 include $(MODDIR)/hlt.conf
54
55 SRCS:=$(patsubst %,EMCAL/%,$(MODULE_SRCS))
56 CINTHDRS:=$(patsubst %,EMCAL/%,$(CLASS_HDRS))
57 HDRS:=$(patsubst %,EMCAL/%,$(MODULE_HDRS))
58 DHDR:=$(patsubst %,EMCAL/%,$(MODULE_DHDR))
59 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
60
61 EDEFINE      := ${HLTDEFS}
62 PACKCXXFLAGS := ${HLTCXXFLAGS}
63 PACKCFLAGS   := ${HLTCLFAGS}
64 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
65 PACKSOFLAGS  := $(HLTSOFLAGS)