]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTrigger.pkg
Trigger for gamma conversions. test macros are added soon.
[u/mrichter/AliRoot.git] / HLT / libAliHLTTrigger.pkg
index fb7bd44d961aa91ae34966c53f92772c0f052b91..fe8d6bee66e92a4d08b019f3886fc499994dcf76 100644 (file)
@@ -6,18 +6,31 @@
 # 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                             \
+                AliHLTGlobalTrigger.h                       \
+                AliHLTGlobalTriggerWrapper.h                \
+                AliHLTGlobalTriggerConfig.h                 \
+                AliHLTGlobalTriggerComponent.h              \
+               AliHLTTriggerBarrelMultiplicity.h           \
+               AliHLTTriggerBarrelCosmic.h                 \
+                AliHLTTriggerAgent.h                        \
                 AliHLTEventSummary.h                        \
                 AliHLTEventSummaryProducerComponent.h       \
                 AliHLTRunSummary.h                          \
                 AliHLTRunSummaryProducerComponent.h         \
-               AliHLTTriggerSelectiveReadoutComponent.h
-
-
+                AliHLTTriggerSelectiveReadoutComponent.h    \
+                AliHLTTriggerMonitoringComponent.h          \
+               AliHLTTriggerPhosClusterEnergy.h            \
+               AliHLTTriggerPhosMip.h                      \
+               AliHLTTriggerTrdClusterMultiplicity.h       \
+               AliHLTTriggerBarrelGeomMultiplicity.h       \
+               AliHLTTriggerDetectorGeom.h                 \
+               AliHLTTriggerDetectorGeomRectangle.h        \
+               AliHLTTriggerDecisionParameters.h           \
+               AliHLTTriggerGammaConversion.h
 
 # library sources
 MODULE_SRCS:=  $(CLASS_HDRS:.h=.cxx)
@@ -37,16 +50,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/trigger HLT/TPCLib
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/trigger HLT/TPCLib HLT/TRD TRD
+
+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)
@@ -55,8 +73,4 @@ EDEFINE      := ${HLTDEFS}
 PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
-
-ifeq (win32gcc,$(ALICE_TARGET))
-PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lHLTbase
-endif
+PACKSOFLAGS  := $(HLTSOFLAGS)