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