]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibAliHLTGlobal.pkg
List of required OCDB objects copied from AliHLTTPCClusterFinderComponent class
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTGlobal.pkg
CommitLineData
947b5ea7 1# $Id$
6db31708 2#--------------------------------------------------------------------------------#
3# Package File for AliHLTGlobal #
4# Author : Johny Jose (johny.jose@cern.ch) #
5# Variables Defined : #
6# #
7# SRCS - C++ source files #
8# HDRS - C++ header files #
9# DHDR - ROOT Dictionary Linkdef header file #
10# CSRCS - C source files #
11# CHDRS - C header files #
12# EINCLUDE - Include directories #
13# EDEFINE - Compiler definitions #
14# ELIBS - Extra libraries to link #
15# ELIBSDIR - Extra library directories #
16# PACKFFLAGS - Fortran compiler flags for package #
17# PACKCXXFLAGS - C++ compiler flags for package #
18# PACKCFLAGS - C compiler flags for package #
19# PACKSOFLAGS - Shared library linking flags #
20# PACKLDFLAGS - Module linker flags #
21# PACKBLIBS - Libraries to link (Executables only) #
22# EXPORT - Header files to be exported #
23# CINTHDRS - Dictionary header files #
24# CINTAUTOLINK - Set automatic dictionary generation #
25# ARLIBS - Archive Libraries and objects for linking (Executables only) #
26# SHLIBS - Shared Libraries and objects for linking (Executables only) #
27#--------------------------------------------------------------------------------#
28
f078d002 29set ( CLASS_HDRS
30 AliHLTGlobalEsdConverterComponent.h
31 AliHLTGlobalTrackMergerComponent.h
32 AliHLTGlobalTrackMerger.h
33 AliHLTGlobalAgent.h
34 AliHLTGlobalDCSPublisherComponent.h
35 AliHLTGlobalVertexerComponent.h
36 AliHLTGlobalOfflineVertexerComponent.h
37 AliHLTGlobalTrackMatcher.h
38 AliHLTGlobalTrackMatcherComponent.h
39 AliHLTGlobalVertexerHistoComponent.h
40 AliHLTGlobalHistoComponent.h
41 AliHLTGlobalHistoCollector.h
42 AliHLTVertexFinderBase.h
43 AliHLTPrimaryVertexFinderComponent.h
44 AliHLTV0FinderComponent.h
45 physics/AliHLTV0HistoComponent.h
46 physics/AliHLTCaloHistoComponent.h
47 physics/AliHLTCaloHistoProducer.h
48 physics/AliHLTCaloHistoInvMass.h
49 physics/AliHLTCaloHistoMatchedTracks.h
50 physics/AliHLTCaloHistoClusterEnergy.h
51 physics/AliHLTCaloHistoCellEnergy.h
52 physics/AliHLTMultiplicityCorrelations.h
53 physics/AliHLTMultiplicityCorrelationsComponent.h
54 )
6db31708 55
56string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
57
58set ( MODULE_HDRS ${CLASS_HDRS})
59
60set ( MODULE_DHDR )
61
62set ( EINCLUDE HLT/global HLT/global/physics HLT/BASE HLT/BASE/util TPC RAW TRD STEER PHOS)
63
947b5ea7 64set ( ELIBS "HLTbase AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase TRDbase -lEG")
65
66set ( ELIBSDIR "${ROOTLIBDIR}" )
6db31708 67
68include ("CMakehlt.conf")
69
70if (MODULE_SRCS)
71ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
72endif(MODULE_SRCS)
73if (CLASS_HDRS)
74ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
75endif(CLASS_HDRS)
76if (MODULE_HDRS)
77ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
78endif(MODULE_HDRS)
79if (MODULE_DHDR)
80ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
81endif(MODULE_DHDR)
82
83if(NOT DHDR)
84 set(CINTAUTOLINK 1)
85endif(NOT DHDR)
86
87set ( EDEFINE ${HLTDEFS})
88set ( PACKCXXFLAGS ${HLTCXXFLAGS})
89set ( PACKCFLAGS ${HLTCLFAGS})
90set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
91set ( PACKSOFLAGS ${HLTSOFLAGS})