]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTrigger.pkg
With Cesar.
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
index b021cffc1c59b2ca1121b257cb84b3b7939d17bb..aa9dd4f5d24bf3394c38ae0013f9c57476b605d2 100644 (file)
@@ -6,17 +6,28 @@
 # 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:= \
+                AliHLTTrigger.h                             \
+                AliHLTTriggerDecision.h                     \
+                AliHLTTriggerDomain.h                       \
+                AliHLTDomainEntry.h                         \
+                AliHLTReadoutList.h                         \
+                AliHLTTriggerMenu.h                         \
+                AliHLTTriggerMenuItem.h                     \
+                AliHLTTriggerMenuSymbol.h                   \
+                AliHLTGlobalTriggerDecision.h               \
+                AliHLTGlobalTrigger.h                       \
+                AliHLTGlobalTriggerConfig.h                 \
+                AliHLTGlobalTriggerComponent.h              \
+                AliHLTTriggerAgent.h                        \
                 AliHLTEventSummary.h                        \
                 AliHLTEventSummaryProducerComponent.h       \
                 AliHLTRunSummary.h                          \
                 AliHLTRunSummaryProducerComponent.h         \
-               AliHLTTriggerSelectiveReadoutComponent.h
-
+                AliHLTTriggerSelectiveReadoutComponent.h    \
+                AliHLTTriggerMonitoringComponent.h
 
 
 # library sources
@@ -37,14 +48,18 @@ 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/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))
 HDRS:=$(patsubst %,trigger/%,$(MODULE_HDRS))
@@ -55,3 +70,4 @@ EDEFINE      := ${HLTDEFS}
 PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
+PACKSOFLAGS  := $(HLTSOFLAGS)