]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTTrigger.pkg
removing obsolete component skeleton
[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                 AliHLTTriggerITSMultiplicity.h              \
21                 AliHLTTriggerAgent.h                        \
22                 AliHLTEventSummary.h                        \
23                 AliHLTEventSummaryProducerComponent.h       \
24                 AliHLTRunSummary.h                          \
25                 AliHLTRunSummaryProducerComponent.h         \
26                 AliHLTTriggerMonitoringComponent.h          \
27                 AliHLTTriggerCaloClusterEnergy.h            \
28                 AliHLTTriggerPhosClusterEnergy.h            \
29                 AliHLTTriggerEmcalClusterEnergy.h           \
30                 AliHLTTriggerPhosMip.h                      \
31                 AliHLTTriggerTrdClusterMultiplicity.h       \
32                 AliHLTTriggerBarrelGeomMultiplicity.h       \
33                 AliHLTTriggerDetectorGeom.h                 \
34                 AliHLTTriggerDetectorGeomRectangle.h        \
35                 AliHLTTriggerDecisionParameters.h           \
36                 AliHLTTriggerGammaConversion.h              \
37                 AliHLTMuonSpectroScalars.h                  \
38                 AliHLTMuonSpectroTriggerComponent.h         \
39                 AliHLTUpcTriggerComponent.h
40
41 # library sources
42 MODULE_SRCS:=   $(CLASS_HDRS:.h=.cxx)
43
44 # library headers
45 # in most cases you might have already added all the header files to
46 # the CLASS_HDRS variable. So we just use the content of this. You
47 # can simply add more header files which don't contain classes with
48 # ROOT dictionary support
49 MODULE_HDRS:=   $(CLASS_HDRS)
50
51 # The LinkDef file required by the ROOT dictionary generation can be
52 # generated automatically. For the all header files specified in
53 # CLASS_HDRS an entry will be generated
54 # pragma link C++ class <class-name>+;
55 #
56 # If the default behavior is not enough, you can provide a custom
57 # *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
58 # enable automatic generation. 
59 MODULE_DHDR:=   AliHLTTriggerLinkDef.h
60
61 EINCLUDE := HLT/BASE HLT/BASE/util HLT/trigger HLT/TPCLib HLT/TRD TRD HLT/ITS HLT/MUON MUON
62
63 LIBRARY_DEP := -lHLTbase 
64
65 ###############################################################################
66 #
67 # do not change anything below this line
68 #
69 include $(MODDIR)/hlt.conf
70
71 SRCS:=$(patsubst %,trigger/%,$(MODULE_SRCS))
72 CINTHDRS:=$(patsubst %,trigger/%,$(CLASS_HDRS))
73 CINTSTUBS:=$(patsubst %,trigger/%,$(STUB_HDRS))
74 HDRS:=$(patsubst %,trigger/%,$(MODULE_HDRS))
75 DHDR:=$(patsubst %,trigger/%,$(MODULE_DHDR))
76 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
77
78 EDEFINE      := ${HLTDEFS}
79 PACKCXXFLAGS := ${HLTCXXFLAGS}
80 PACKCFLAGS   := ${HLTCLFAGS}
81 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
82 PACKSOFLAGS  := $(HLTSOFLAGS)