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