]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibAliHLTGlobal.pkg
AliFLatESDTrigger added
[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
ce392def 31 AliHLTGlobalFlatEsdTestComponent.h
251a2c81 32 AliHLTGlobalFlatEsdConverterComponent.h
f078d002 33 AliHLTGlobalEsdConverterComponent.h
34 AliHLTGlobalTrackMergerComponent.h
35 AliHLTGlobalTrackMerger.h
36 AliHLTGlobalAgent.h
78166d69 37 AliHLTGlobalPreprocessor.h
f078d002 38 AliHLTGlobalDCSPublisherComponent.h
39 AliHLTGlobalVertexerComponent.h
40 AliHLTGlobalOfflineVertexerComponent.h
41 AliHLTGlobalTrackMatcher.h
42 AliHLTGlobalTrackMatcherComponent.h
43 AliHLTGlobalVertexerHistoComponent.h
44 AliHLTGlobalHistoComponent.h
45 AliHLTGlobalHistoCollector.h
46 AliHLTVertexFinderBase.h
47 AliHLTPrimaryVertexFinderComponent.h
48 AliHLTV0FinderComponent.h
251a2c81 49 AliFlatESDEvent.h
9522eec1 50 AliFlatESDVertex.h
6a33e0e9 51 AliFlatESDTrigger.h
251a2c81 52 AliFlatESDTrack.h
53 AliFlatESDV0.h
ce392def 54 AliFlatESDFriend.h
55 AliFlatESDFriendTrack.h
f078d002 56 physics/AliHLTV0HistoComponent.h
57 physics/AliHLTCaloHistoComponent.h
58 physics/AliHLTCaloHistoProducer.h
59 physics/AliHLTCaloHistoInvMass.h
60 physics/AliHLTCaloHistoMatchedTracks.h
61 physics/AliHLTCaloHistoClusterEnergy.h
62 physics/AliHLTCaloHistoCellEnergy.h
63 physics/AliHLTMultiplicityCorrelations.h
64 physics/AliHLTMultiplicityCorrelationsComponent.h
b9f1d917 65 physics/AliHLTAnaManagerComponent.h
f078d002 66 )
6db31708 67
68string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
69
70set ( MODULE_HDRS ${CLASS_HDRS})
71
72set ( MODULE_DHDR )
73
251a2c81 74set ( EINCLUDE HLT/global HLT/global/physics HLT/BASE HLT/BASE/util HLT/TPCLib TPC RAW TRD PHOS STEER/ESD STEER/STEERBase ANALYSIS)
6db31708 75
947b5ea7 76set ( ELIBS "HLTbase AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase TRDbase -lEG")
77
78set ( ELIBSDIR "${ROOTLIBDIR}" )
6db31708 79
80include ("CMakehlt.conf")
81
82if (MODULE_SRCS)
83ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
84endif(MODULE_SRCS)
85if (CLASS_HDRS)
86ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
87endif(CLASS_HDRS)
88if (MODULE_HDRS)
89ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
90endif(MODULE_HDRS)
91if (MODULE_DHDR)
92ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
93endif(MODULE_DHDR)
94
95if(NOT DHDR)
96 set(CINTAUTOLINK 1)
97endif(NOT DHDR)
98
99set ( EDEFINE ${HLTDEFS})
100set ( PACKCXXFLAGS ${HLTCXXFLAGS})
101set ( PACKCFLAGS ${HLTCLFAGS})
102set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
103set ( PACKSOFLAGS ${HLTSOFLAGS})