]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - HLT/libAliHLTEMCAL.pkg
Fixing comments
[u/mrichter/AliRoot.git] / HLT / libAliHLTEMCAL.pkg
... / ...
CommitLineData
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:= \
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# 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
24MODULE_HDRS:= $(CLASS_HDRS) \
25 AliHLTEMCALConstant.h
26
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
38EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
39
40
41LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB \
42 -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
43 -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
44 -lSTEER -lSTEERBase -lRAWDatarec
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)