]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTEMCAL.pkg
Fixing comments
[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         AliHLTEMCALSharedMemoryInterface.h  \
14         AliHLTEMCALConstants.h
15 # library sources
16 MODULE_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
24 MODULE_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. 
36 MODULE_DHDR:=
37
38 EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
39
40
41 LIBRARY_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 #
50 include $(MODDIR)/hlt.conf
51
52 SRCS:=$(patsubst %,EMCAL/%,$(MODULE_SRCS))
53 CINTHDRS:=$(patsubst %,EMCAL/%,$(CLASS_HDRS))
54 HDRS:=$(patsubst %,EMCAL/%,$(MODULE_HDRS))
55 DHDR:=$(patsubst %,EMCAL/%,$(MODULE_DHDR))
56 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
57
58 EDEFINE      := ${HLTDEFS}
59 PACKCXXFLAGS := ${HLTCXXFLAGS}
60 PACKCFLAGS   := ${HLTCLFAGS}
61 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
62 PACKSOFLAGS  := $(HLTSOFLAGS)