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