]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libHLTbase.txt
recMC.C submitMC.sh
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTbase.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4BASE/AliHLTComponent.cxx
5BASE/AliHLTComponentHandler.cxx
6BASE/AliHLTSystem.cxx
7BASE/AliHLTReconstructorBase.cxx
8BASE/AliHLTProcessor.cxx
9BASE/AliHLTCalibrationProcessor.cxx
10BASE/AliHLTConfiguration.cxx
11BASE/AliHLTConfigurationHandler.cxx
12BASE/AliHLTTask.cxx
ac5a8530 13BASE/AliHLTDumpTask.cxx
f7d3fd75 14BASE/AliHLTControlTask.cxx
e969a926 15BASE/AliHLTLogging.cxx
16BASE/AliHLTDataBuffer.cxx
17BASE/AliHLTConsumerDescriptor.cxx
18BASE/AliHLTDataSource.cxx
19BASE/AliHLTDataSink.cxx
20BASE/AliHLTOfflineInterface.cxx
21BASE/AliHLTOfflineDataSource.cxx
22BASE/AliHLTOfflineDataSink.cxx
23BASE/AliHLTModuleAgent.cxx
24BASE/AliHLTModulePreprocessor.cxx
25BASE/AliHLTShuttleInterface.cxx
26BASE/AliHLTHOMERLibManager.cxx
27BASE/AliHLTHOMERBlockDesc.cxx
28BASE/AliHLTHOMERSourceDesc.cxx
29BASE/AliHLTEsdManager.cxx
2e73c37a 30BASE/AliHLTDAQ.cxx
e969a926 31BASE/AliHLTOUT.cxx
f7d3fd75 32BASE/AliHLTOUTHandlerChain.cxx
e969a926 33BASE/AliHLTOUTHomerBuffer.cxx
f7d3fd75 34BASE/AliHLTOUTTask.cxx
e969a926 35BASE/AliHLTOUTHandler.cxx
36BASE/AliHLTOUTHandlerEquId.cxx
2e73c37a 37BASE/AliHLTOUTHandlerDetectorDDL.cxx
e969a926 38BASE/AliHLTMemoryFile.cxx
39BASE/AliHLTMessage.cxx
40BASE/AliHLTEventStatistics.cxx
41BASE/AliHLTRunStatistics.cxx
42BASE/AliHLT_C_Component_WrapperInterface.cxx
43BASE/AliHLTDataTypes.cxx
44)
45
46# fill list of header files from list of source files
47# by exchanging the file extension
48String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
49
50set(HDRS ${HDRS}
51BASE/AliHLTCommonCDBEntries.h
52BASE/AliHLTMisc.h
53BASE/AliHLTDefinitions.h
54BASE/AliHLTStdIncludes.h
55)
56
57AddLibrary(HLTbase "${SRCS}" "${HDRS}")
58