]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTEMCAL.pkg
rotr replaced with a pointer *rotr
[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:= \
7 AliHLTEMCALClusterizerComponent.h \
8 AliHLTEMCALDefinitions.h \
9 AliHLTEMCALTrackerComponent.h \
10 AliHLTEMCALCalibrationComponent.h
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
33EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD EMCAL TPC TRD STEER RAW
34
35LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB \
36 -lEMCALrec -lEMCALbase -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
37 -lSTEER -lSTEERBase -lRAWDatarec
38
39###############################################################################
40#
41# do not change anything below this line
42#
43include $(MODDIR)/hlt.conf
44
45SRCS:=$(patsubst %,EMCAL/%,$(MODULE_SRCS))
46CINTHDRS:=$(patsubst %,EMCAL/%,$(CLASS_HDRS))
47HDRS:=$(patsubst %,EMCAL/%,$(MODULE_HDRS))
48DHDR:=$(patsubst %,EMCAL/%,$(MODULE_DHDR))
49CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
50
51EDEFINE := ${HLTDEFS}
52PACKCXXFLAGS := ${HLTCXXFLAGS}
53PACKCFLAGS := ${HLTCLFAGS}
54PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
55PACKSOFLAGS := $(HLTSOFLAGS)