]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTEMCAL.pkg
- bug fixes/improvements in the CALO library. (Per Thomas)
[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
12 # library sources
13 MODULE_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
21 MODULE_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. 
31 MODULE_DHDR:=
32
33 EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
34
35 LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB  \
36                -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
37                -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
38                -lSTEER -lSTEERBase -lRAWDatarec
39
40 ###############################################################################
41 #
42 # do not change anything below this line
43 #
44 include $(MODDIR)/hlt.conf
45
46 SRCS:=$(patsubst %,EMCAL/%,$(MODULE_SRCS))
47 CINTHDRS:=$(patsubst %,EMCAL/%,$(CLASS_HDRS))
48 HDRS:=$(patsubst %,EMCAL/%,$(MODULE_HDRS))
49 DHDR:=$(patsubst %,EMCAL/%,$(MODULE_DHDR))
50 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
51
52 EDEFINE      := ${HLTDEFS}
53 PACKCXXFLAGS := ${HLTCXXFLAGS}
54 PACKCFLAGS   := ${HLTCLFAGS}
55 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
56 PACKSOFLAGS  := $(HLTSOFLAGS)