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