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