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