]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTTRD.pkg
adding support for custom tree names: option '-treename=name'
[u/mrichter/AliRoot.git] / HLT / libAliHLTTRD.pkg
CommitLineData
0f51f5b8 1#-*- Mode: Makefile -*-
95316e9f 2# $Id$
3# package definition for the libAliHLTTRD library
0f51f5b8 4
0f51f5b8 5# class header files, the link definition for the root dictionary
6# will be created from the names of the header files
0af7cb2e 7CLASS_HDRS:= \
0af7cb2e 8 AliHLTTRDClusterizerComponent.h \
9 AliHLTTRDDefinitions.h \
0e339ac7 10 AliHLTTRDTrackerV1Component.h \
dc2e6604 11 AliHLTTRDClusterizer.h \
95259bbb 12 AliHLTTRDEsdWriterComponent.h \
d679dd6c 13 AliHLTTRDCalibrationComponent.h \
cad0c17d 14 AliHLTTRDCalibFitComponent.h \
15 AliHLTTRDCalibHistoComponent.h \
d679dd6c 16 AliHLTTRDCluster.h \
17 AliHLTTRDTracklet.h \
18 AliHLTTRDTrack.h \
dc2e6604 19 AliHLTTRDAgent.h \
ef29c6da 20 AliHLTTRDUtils.h \
4de61263 21 AliHLTTRDOfflineClusterizerComponent.h \
22 AliHLTTRDOfflineTrackerV1Component.h \
ae24e8b7 23 AliHLTTRDClusterHistoComponent.h \
b21edf6e 24 AliHLTTRDTrackHistoComponent.h \
25 AliHLTTRDHistoMergerComponent.h
95316e9f 26
27# library sources
28MODULE_SRCS= \
29 $(CLASS_HDRS:.h=.cxx)
30
0f51f5b8 31# library headers
32# in most cases you might have already added all the header files to
33# the CLASS_HDRS variable. So we just use the content of this. You
34# can simply add more header files which don't contain classes with
35# ROOT dictionary support
68d281dc 36MODULE_HDRS:= \
37 AliHLTTRDTrackletWordArray.h \
38 $(CLASS_HDRS)
0f51f5b8 39
014e1e83 40# The LinkDef file required by the ROOT dictionary generation can be
41# generated automatically. For the all header files specified in
42# CLASS_HDRS an entry will be generated
43# pragma link C++ class <class-name>+;
44#
45# If the default behavior is not enough, you can provide a custom
46# *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
47# enable automatic generation.
4634c1e4 48MODULE_DHDR:=
0f51f5b8 49
ae24e8b7 50EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD TRD/Cal STEER RAW STAT
0f51f5b8 51
abd75f15 52LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase \
53 -lSTEER -lSTEERBase -lRAWDatarec
54
0f51f5b8 55###############################################################################
56#
57# do not change anything below this line
58#
abd75f15 59include $(MODDIR)/hlt.conf
60
0af7cb2e 61SRCS:=$(patsubst %,TRD/%,$(MODULE_SRCS))
62CINTHDRS:=$(patsubst %,TRD/%,$(CLASS_HDRS))
63HDRS:=$(patsubst %,TRD/%,$(MODULE_HDRS))
014e1e83 64DHDR:=$(patsubst %,TRD/%,$(MODULE_DHDR))
65CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
72ae28cd 66
abd75f15 67EDEFINE := ${HLTDEFS}
68PACKCXXFLAGS := ${HLTCXXFLAGS}
69PACKCFLAGS := ${HLTCLFAGS}
70PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
71PACKSOFLAGS := $(HLTSOFLAGS)