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