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