]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTTRD.pkg
enhanced version of the selector component for increased performance of selective...
[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         AliHLTTRDTrackerComponent.h \
11         AliHLTTRDTrackerV1Component.h \
12         AliTRDclusterizerHLT.h \
13         AliHLTTRDEsdWriterComponent.h \
14         AliHLTTRDCalibrationComponent.h
15
16 # library sources
17 MODULE_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
25 MODULE_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. 
35 MODULE_DHDR:=
36
37 EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD STEER RAW
38
39 LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase \
40                -lSTEER -lSTEERBase -lRAWDatarec
41
42 ###############################################################################
43 #
44 # do not change anything below this line
45 #
46 include $(MODDIR)/hlt.conf
47
48 SRCS:=$(patsubst %,TRD/%,$(MODULE_SRCS))
49 CINTHDRS:=$(patsubst %,TRD/%,$(CLASS_HDRS))
50 HDRS:=$(patsubst %,TRD/%,$(MODULE_HDRS))
51 DHDR:=$(patsubst %,TRD/%,$(MODULE_DHDR))
52 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
53
54 EDEFINE      := ${HLTDEFS}
55 PACKCXXFLAGS := ${HLTCXXFLAGS}
56 PACKCFLAGS   := ${HLTCLFAGS}
57 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
58 PACKSOFLAGS  := $(HLTSOFLAGS)