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