]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTrigger.pkg
added new PhosClusterEnergy trigger component (Svein)
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
index b014758f3d9a126e86120b33469b92ca2fbb0653..3f67b703da9233f689f3f02e7f45fab90f634966 100644 (file)
@@ -6,12 +6,24 @@
 # 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                       \
+                AliHLTGlobalTriggerConfig.h                 \
+                AliHLTGlobalTriggerComponent.h              \
+               AliHLTTriggerBarrelMultiplicity.h           \
+               AliHLTTriggerBarrelCosmic.h                 \
+                AliHLTTriggerAgent.h                        \
+                AliHLTEventSummary.h                        \
+                AliHLTEventSummaryProducerComponent.h       \
+                AliHLTRunSummary.h                          \
+                AliHLTRunSummaryProducerComponent.h         \
+                AliHLTTriggerSelectiveReadoutComponent.h    \
+                AliHLTTriggerMonitoringComponent.h          \
+               AliHLTTriggerPhosClusterEnergy.h            
+
 
 # library sources
 MODULE_SRCS:=  $(CLASS_HDRS:.h=.cxx)
@@ -31,21 +43,26 @@ 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
+EINCLUDE := HLT/BASE HLT/BASE/util 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))
 DHDR:=$(patsubst %,trigger/%,$(MODULE_DHDR))
-CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" &&! echo 1)
+CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
 
 EDEFINE      := ${HLTDEFS}
 PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
+PACKSOFLAGS  := $(HLTSOFLAGS)