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