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