]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTTRD.pkg
Macro to be attached to the analysis train
[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 \
14 AliHLTTRDCluster.h \
15 AliHLTTRDTracklet.h \
16 AliHLTTRDTrack.h \
dc2e6604 17 AliHLTTRDAgent.h \
18 AliHLTTRDUtils.h
95316e9f 19
20# library sources
21MODULE_SRCS= \
22 $(CLASS_HDRS:.h=.cxx)
23
0f51f5b8 24# library headers
25# in most cases you might have already added all the header files to
26# the CLASS_HDRS variable. So we just use the content of this. You
27# can simply add more header files which don't contain classes with
28# ROOT dictionary support
29MODULE_HDRS:= $(CLASS_HDRS)
30
014e1e83 31# The LinkDef file required by the ROOT dictionary generation can be
32# generated automatically. For the all header files specified in
33# CLASS_HDRS an entry will be generated
34# pragma link C++ class <class-name>+;
35#
36# If the default behavior is not enough, you can provide a custom
37# *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
38# enable automatic generation.
4634c1e4 39MODULE_DHDR:=
0f51f5b8 40
95316e9f 41EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD STEER RAW
0f51f5b8 42
abd75f15 43LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase \
44 -lSTEER -lSTEERBase -lRAWDatarec
45
0f51f5b8 46###############################################################################
47#
48# do not change anything below this line
49#
abd75f15 50include $(MODDIR)/hlt.conf
51
0af7cb2e 52SRCS:=$(patsubst %,TRD/%,$(MODULE_SRCS))
53CINTHDRS:=$(patsubst %,TRD/%,$(CLASS_HDRS))
54HDRS:=$(patsubst %,TRD/%,$(MODULE_HDRS))
014e1e83 55DHDR:=$(patsubst %,TRD/%,$(MODULE_DHDR))
56CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
72ae28cd 57
abd75f15 58EDEFINE := ${HLTDEFS}
59PACKCXXFLAGS := ${HLTCXXFLAGS}
60PACKCFLAGS := ${HLTCLFAGS}
61PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
62PACKSOFLAGS := $(HLTSOFLAGS)