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