]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTTrigger.pkg
fast global merger installed. To use the previous version of the global merger, set...
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 # This files defines the source and header files for the
5 # libAliHLTTrigger library and additional flags for the compilation
6 # and linking process. For further information refer to the 
7 # README.
8
9 # class header files, the link definition for the root dictionary
10 # will be created from the names of the header files
11 CLASS_HDRS:= \
12                 AliHLTTrigger.h                             \
13                 AliHLTGlobalTrigger.h                       \
14                 AliHLTGlobalTriggerWrapper.h                \
15                 AliHLTGlobalTriggerConfig.h                 \
16                 AliHLTGlobalTriggerComponent.h              \
17                 AliHLTTriggerBarrelMultiplicity.h           \
18                 AliHLTD0Trigger.h                           \
19                 AliHLTD0toKpi.h                             \
20                 AliHLTD0Candidate.h                         \
21                 AliHLTTriggerITSMultiplicity.h              \
22                 AliHLTTriggerAgent.h                        \
23                 AliHLTEventSummary.h                        \
24                 AliHLTEventSummaryProducerComponent.h       \
25                 AliHLTRunSummary.h                          \
26                 AliHLTRunSummaryProducerComponent.h         \
27                 AliHLTTriggerMonitoringComponent.h          \
28                 AliHLTTriggerCaloClusterEnergy.h            \
29                 AliHLTTriggerPhosClusterEnergy.h            \
30                 AliHLTTriggerEmcalClusterEnergy.h           \
31                 AliHLTTriggerPhosMip.h                      \
32                 AliHLTTriggerTrdClusterMultiplicity.h       \
33                 AliHLTTriggerBarrelGeomMultiplicity.h       \
34                 AliHLTTriggerDetectorGeom.h                 \
35                 AliHLTTriggerDetectorGeomRectangle.h        \
36                 AliHLTTriggerDecisionParameters.h           \
37                 AliHLTTriggerGammaConversion.h              \
38                 AliHLTMuonSpectroScalars.h                  \
39                 AliHLTMuonSpectroTriggerComponent.h         \
40                 AliHLTUpcTriggerComponent.h                 \
41                 AliHLTTriggerCounterComponent.h             \
42                 AliHLTTriggerCounters.h
43
44 # library sources
45 MODULE_SRCS:=   $(CLASS_HDRS:.h=.cxx)
46
47 # library headers
48 # in most cases you might have already added all the header files to
49 # the CLASS_HDRS variable. So we just use the content of this. You
50 # can simply add more header files which don't contain classes with
51 # ROOT dictionary support
52 MODULE_HDRS:=   $(CLASS_HDRS)
53
54 # The LinkDef file required by the ROOT dictionary generation can be
55 # generated automatically. For the all header files specified in
56 # CLASS_HDRS an entry will be generated
57 # pragma link C++ class <class-name>+;
58 #
59 # If the default behavior is not enough, you can provide a custom
60 # *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
61 # enable automatic generation. 
62 MODULE_DHDR:=   AliHLTTriggerLinkDef.h
63
64 EINCLUDE := HLT/BASE HLT/BASE/util HLT/trigger HLT/TPCLib HLT/TRD TRD HLT/ITS HLT/MUON MUON
65
66 LIBRARY_DEP := -lHLTbase 
67
68 ###############################################################################
69 #
70 # do not change anything below this line
71 #
72 include $(MODDIR)/hlt.conf
73
74 SRCS:=$(patsubst %,trigger/%,$(MODULE_SRCS))
75 CINTHDRS:=$(patsubst %,trigger/%,$(CLASS_HDRS))
76 CINTSTUBS:=$(patsubst %,trigger/%,$(STUB_HDRS))
77 HDRS:=$(patsubst %,trigger/%,$(MODULE_HDRS))
78 DHDR:=$(patsubst %,trigger/%,$(MODULE_DHDR))
79 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
80
81 EDEFINE      := ${HLTDEFS}
82 PACKCXXFLAGS := ${HLTCXXFLAGS}
83 PACKCFLAGS   := ${HLTCLFAGS}
84 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
85 PACKSOFLAGS  := $(HLTSOFLAGS)