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