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