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