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