]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTEMCAL.pkg
Initial HLT-EMCAL components.
[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         AliHLTEMCALClusterizerComponent.h \
8         AliHLTEMCALDefinitions.h \
9         AliHLTEMCALTrackerComponent.h \
10         AliHLTEMCALCalibrationComponent.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 EMCAL TPC TRD STEER RAW
34
35 LIBRARY_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 #
43 include $(MODDIR)/hlt.conf
44
45 SRCS:=$(patsubst %,EMCAL/%,$(MODULE_SRCS))
46 CINTHDRS:=$(patsubst %,EMCAL/%,$(CLASS_HDRS))
47 HDRS:=$(patsubst %,EMCAL/%,$(MODULE_HDRS))
48 DHDR:=$(patsubst %,EMCAL/%,$(MODULE_DHDR))
49 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
50
51 EDEFINE      := ${HLTDEFS}
52 PACKCXXFLAGS := ${HLTCXXFLAGS}
53 PACKCFLAGS   := ${HLTCLFAGS}
54 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
55 PACKSOFLAGS  := $(HLTSOFLAGS)