]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - HLT/libAliHLTTRD.pkg
fix coverity and codding conventions
[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 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
28MODULE_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
36MODULE_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.
48MODULE_DHDR:=
49
50EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD TRD/Cal STEER RAW STAT
51
52LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase \
53 -lSTEER -lSTEERBase -lRAWDatarec
54
55###############################################################################
56#
57# do not change anything below this line
58#
59include $(MODDIR)/hlt.conf
60
61SRCS:=$(patsubst %,TRD/%,$(MODULE_SRCS))
62CINTHDRS:=$(patsubst %,TRD/%,$(CLASS_HDRS))
63HDRS:=$(patsubst %,TRD/%,$(MODULE_HDRS))
64DHDR:=$(patsubst %,TRD/%,$(MODULE_DHDR))
65CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
66
67EDEFINE := ${HLTDEFS}
68PACKCXXFLAGS := ${HLTCXXFLAGS}
69PACKCFLAGS := ${HLTCLFAGS}
70PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
71PACKSOFLAGS := $(HLTSOFLAGS)