]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libHLTbase.txt
making AlitroChannelSelector more robust against DDL without payloads and zero length...
[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/AliHLTLogging.cxx
14 BASE/AliHLTDataBuffer.cxx
15 BASE/AliHLTConsumerDescriptor.cxx
16 BASE/AliHLTDataSource.cxx
17 BASE/AliHLTDataSink.cxx
18 BASE/AliHLTOfflineInterface.cxx
19 BASE/AliHLTOfflineDataSource.cxx
20 BASE/AliHLTOfflineDataSink.cxx
21 BASE/AliHLTModuleAgent.cxx
22 BASE/AliHLTModulePreprocessor.cxx
23 BASE/AliHLTShuttleInterface.cxx
24 BASE/AliHLTHOMERLibManager.cxx
25 BASE/AliHLTHOMERBlockDesc.cxx
26 BASE/AliHLTHOMERSourceDesc.cxx
27 BASE/AliHLTEsdManager.cxx
28 BASE/AliHLTOUT.cxx
29 BASE/AliHLTOUTHomerBuffer.cxx
30 BASE/AliHLTOUTHandler.cxx
31 BASE/AliHLTOUTHandlerEquId.cxx
32 BASE/AliHLTMemoryFile.cxx
33 BASE/AliHLTMessage.cxx
34 BASE/AliHLTEventStatistics.cxx
35 BASE/AliHLTRunStatistics.cxx
36 BASE/AliHLT_C_Component_WrapperInterface.cxx
37 BASE/AliHLTDataTypes.cxx 
38 )
39
40 # fill list of header files from list of source files
41 # by exchanging the file extension
42 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
43
44 set(HDRS ${HDRS}
45 BASE/AliHLTCommonCDBEntries.h 
46 BASE/AliHLTMisc.h 
47 BASE/AliHLTDefinitions.h 
48 BASE/AliHLTStdIncludes.h
49 )
50
51 AddLibrary(HLTbase "${SRCS}" "${HDRS}")
52