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