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