]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTbase.pkg
Adding definitions for the fields of the lookup tables used in the dHLT analysis...
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
index 8ca03e967822bbced95c628e1adda8bc4f447567..90ee6584f244ef9b579865bc80ed5f8c24206654 100644 (file)
@@ -1,29 +1,14 @@
 #-*- Mode: Makefile -*-
-# $Id
+# $Id$
 
 include $(MODDIR)/hlt.conf
 
-MODULE_SRCS=   AliHLTComponent.cxx \
-               AliHLTComponentHandler.cxx \
-               AliHLTSystem.cxx \
-               AliHLT_C_Component_WrapperInterface.cxx \
-               AliHLTProcessor.cxx \
-               AliHLTConfiguration.cxx \
-               AliHLTLogging.cxx \
-               AliHLTDataBuffer.cxx \
-               AliHLTConsumerDescriptor.cxx \
-               AliHLTDataSource.cxx \
-               AliHLTDataSink.cxx \
-               AliHLTFilePublisher.cxx \
-               AliHLTRootFilePublisherComponent.cxx \
-               AliHLTRootFileWriterComponent.cxx \
-               AliHLTFileWriter.cxx \
-               AliHLTMessage.cxx
-
 CLASS_HDRS:=   AliHLTComponent.h \
                AliHLTComponentHandler.h \
                AliHLTSystem.h \
+               AliHLTReconstructorBase.h \
                AliHLTProcessor.h \
+               AliHLTCalibrationProcessor.h \
                AliHLTConfiguration.h \
                AliHLTConfigurationHandler.h \
                AliHLTTask.h \
@@ -32,28 +17,51 @@ CLASS_HDRS:=        AliHLTComponent.h \
                AliHLTConsumerDescriptor.h \
                AliHLTDataSource.h \
                AliHLTDataSink.h \
-               AliHLTFilePublisher.h \
-               AliHLTRootFilePublisherComponent.h \
-               AliHLTRootFileWriterComponent.h \
-               AliHLTFileWriter.h \
-               AliHLTMessage.h
+               AliHLTOfflineInterface.h \
+               AliHLTOfflineDataSource.h \
+               AliHLTOfflineDataSink.h \
+               AliHLTModuleAgent.h \
+               AliHLTModulePreprocessor.h \
+               AliHLTShuttleInterface.h \
+               AliHLTHOMERLibManager.h \
+               AliHLTHOMERBlockDesc.h \
+               AliHLTHOMERSourceDesc.h \
+               AliHLTOUT.h \
+               AliHLTOUTHomerBuffer.h \
+               AliHLTOUTHandler.h \
+               AliHLTOUTHandlerEquId.h \
+               AliHLTMemoryFile.h \
+               AliHLTMessage.h \
+               AliHLTEventStatistics.h \
+                AliHLTRunStatistics.h
+
+
+
+MODULE_SRCS=   AliHLT_C_Component_WrapperInterface.cxx \
+               AliHLTDataTypes.cxx \
+               $(CLASS_HDRS:.h=.cxx)
 
 MODULE_HDRS:=  $(CLASS_HDRS) \
                AliHLTDataTypes.h \
+               AliHLTMisc.h \
                AliHLT_C_Component_WrapperInterface.h \
                AliHLTDefinitions.h \
                AliHLTStdIncludes.h
 
-DHDR:=                 BASE/HLTbaseLinkDef.h
-CINTAUTOLINK:=
+MODULE_DHDR:=
 
 SRCS:=$(patsubst %,BASE/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,BASE/%,$(CLASS_HDRS))
 HDRS:=$(patsubst %,BASE/%,$(MODULE_HDRS))
+DHDR:=$(patsubst %,BASE/%,$(MODULE_DHDR))
+CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
 
 EDEFINE      := ${HLTDEFS}
 PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
-EINCLUDE := HLT/BASE
+# the libHLTbase depends on the abstract interface of the monitoring reader
+# and needs include patch HLT/BASE/HOMER because of that. There is no library
+# dependency. Objects are intantianted dynamically.
+EINCLUDE := HLT/BASE HLT/BASE/HOMER