# -*- mode: cmake -*- set(SRCS BASE/AliHLTComponent.cxx BASE/AliHLTComponentHandler.cxx BASE/AliHLTSystem.cxx BASE/AliHLTReconstructorBase.cxx BASE/AliHLTPluginBase.cxx BASE/AliHLTProcessor.cxx BASE/AliHLTCalibrationProcessor.cxx BASE/AliHLTConfiguration.cxx BASE/AliHLTConfigurationHandler.cxx BASE/AliHLTTask.cxx BASE/AliHLTDumpTask.cxx BASE/AliHLTControlTask.cxx BASE/AliHLTLogging.cxx BASE/AliHLTDataBuffer.cxx BASE/AliHLTConsumerDescriptor.cxx BASE/AliHLTDataSource.cxx BASE/AliHLTDataSink.cxx BASE/AliHLTOfflineInterface.cxx BASE/AliHLTOfflineDataSource.cxx BASE/AliHLTOfflineDataSink.cxx BASE/AliHLTModuleAgent.cxx BASE/AliHLTModulePreprocessor.cxx BASE/AliHLTShuttleInterface.cxx BASE/AliHLTHOMERLibManager.cxx BASE/AliHLTHOMERManager.cxx BASE/AliHLTHOMERProxyHandler.cxx BASE/AliHLTHOMERBlockDesc.cxx BASE/AliHLTHOMERSourceDesc.cxx BASE/AliHLTEsdManager.cxx BASE/AliHLTDAQ.cxx BASE/AliHLTOUT.cxx BASE/AliHLTOUTHandlerChain.cxx BASE/AliHLTOUTHomerBuffer.cxx BASE/AliHLTOUTTask.cxx BASE/AliHLTOUTHandler.cxx BASE/AliHLTOUTHandlerEquId.cxx BASE/AliHLTOUTHandlerDetectorDDL.cxx BASE/AliHLTMemoryFile.cxx BASE/AliHLTMessage.cxx BASE/AliHLTEventStatistics.cxx BASE/AliHLTBlockDataCollection.cxx BASE/AliHLTTriggerDecision.h BASE/AliHLTGlobalTriggerDecision.h BASE/AliHLTReadoutList.h BASE/AliHLTTriggerDomain.h BASE/AliHLTDomainEntry.h BASE/AliHLTTriggerMenu.h BASE/AliHLTTriggerMenuItem.h BASE/AliHLTTriggerMenuSymbol.h BASE/AliHLTRunStatistics.cxx BASE/AliHLT_C_Component_WrapperInterface.cxx BASE/AliHLTDataTypes.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") set(HDRS ${HDRS} BASE/AliHLTCommonCDBEntries.h BASE/AliHLTMisc.h BASE/AliHLTDefinitions.h BASE/AliHLTStdIncludes.h ) AddLibrary(HLTbase "${SRCS}" "${HDRS}")