]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTrigger.pkg
Fixed warnings
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
index ad91cc1e690fd2c445774ffafb5ba2306f698605..c01f789547f6b6fe3af7bb0935eacf219f27ee1f 100644 (file)
@@ -6,12 +6,36 @@
 # and linking process. For further information refer to the 
 # README.
 
-include $(MODDIR)/hlt.conf
-
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
 CLASS_HDRS:= \
-               AliHLTTriggerSelectiveReadoutComponent.h
+                AliHLTTrigger.h                             \
+                AliHLTGlobalTrigger.h                       \
+                AliHLTGlobalTriggerWrapper.h                \
+                AliHLTGlobalTriggerConfig.h                 \
+                AliHLTGlobalTriggerComponent.h              \
+               AliHLTTriggerBarrelMultiplicity.h           \
+               AliHLTD0Trigger.h                           \
+               AliHLTD0toKpi.h                             \
+               AliHLTTriggerITSMultiplicity.h              \
+               AliHLTTriggerBarrelCosmic.h                 \
+                AliHLTTriggerAgent.h                        \
+                AliHLTEventSummary.h                        \
+                AliHLTEventSummaryProducerComponent.h       \
+                AliHLTRunSummary.h                          \
+                AliHLTRunSummaryProducerComponent.h         \
+                AliHLTTriggerSelectiveReadoutComponent.h    \
+                AliHLTTriggerMonitoringComponent.h          \
+               AliHLTTriggerPhosClusterEnergy.h            \
+               AliHLTTriggerPhosMip.h                      \
+               AliHLTTriggerTrdClusterMultiplicity.h       \
+               AliHLTTriggerBarrelGeomMultiplicity.h       \
+               AliHLTTriggerDetectorGeom.h                 \
+               AliHLTTriggerDetectorGeomRectangle.h        \
+               AliHLTTriggerDecisionParameters.h           \
+               AliHLTTriggerGammaConversion.h              \
+               AliHLTMuonSpectroScalars.h                  \
+               AliHLTMuonSpectroTriggerComponent.h
 
 # library sources
 MODULE_SRCS:=  $(CLASS_HDRS:.h=.cxx)
@@ -31,16 +55,21 @@ MODULE_HDRS:=       $(CLASS_HDRS)
 # If the default behavior is not enough, you can provide a custom
 # *LinkDef.h to the MODULE_DHDR variable. Leave MODULE_DHDR empty to
 # enable automatic generation. 
-MODULE_DHDR:=          
+MODULE_DHDR:=  AliHLTTriggerLinkDef.h
+
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/trigger HLT/TPCLib HLT/TRD TRD HLT/ITS HLT/MUON MUON
 
-EINCLUDE := HLT/BASE HLT/trigger HLT/TPCLib
+LIBRARY_DEP := -lHLTbase 
 
 ###############################################################################
 #
 # do not change anything below this line
 #
+include $(MODDIR)/hlt.conf
+
 SRCS:=$(patsubst %,trigger/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,trigger/%,$(CLASS_HDRS))
+CINTSTUBS:=$(patsubst %,trigger/%,$(STUB_HDRS))
 HDRS:=$(patsubst %,trigger/%,$(MODULE_HDRS))
 DHDR:=$(patsubst %,trigger/%,$(MODULE_DHDR))
 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
@@ -49,3 +78,4 @@ EDEFINE      := ${HLTDEFS}
 PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
+PACKSOFLAGS  := $(HLTSOFLAGS)