]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMakelibAliHLTGlobal.pkg
flat 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
766eba9b 57 AliFlatExternalTrackParam.h
48ec9ee6 58 AliFlatTPCseed.h
f078d002 59 physics/AliHLTV0HistoComponent.h
60 physics/AliHLTCaloHistoComponent.h
61 physics/AliHLTCaloHistoProducer.h
62 physics/AliHLTCaloHistoInvMass.h
63 physics/AliHLTCaloHistoMatchedTracks.h
64 physics/AliHLTCaloHistoClusterEnergy.h
65 physics/AliHLTCaloHistoCellEnergy.h
66 physics/AliHLTMultiplicityCorrelations.h
67 physics/AliHLTMultiplicityCorrelationsComponent.h
b9f1d917 68 physics/AliHLTAnaManagerComponent.h
828c4c08 69 physics/AliHLTFlatAnaManagerComponent.h
f078d002 70 )
6db31708 71
72string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
73
74set ( MODULE_HDRS ${CLASS_HDRS})
75
76set ( MODULE_DHDR )
77
251a2c81 78set ( EINCLUDE HLT/global HLT/global/physics HLT/BASE HLT/BASE/util HLT/TPCLib TPC RAW TRD PHOS STEER/ESD STEER/STEERBase ANALYSIS)
6db31708 79
947b5ea7 80set ( ELIBS "HLTbase AliHLTUtil CDB ESD STEER STEERBase TPCrec TPCcalib TPCbase RAWDatarec RAWDatabase TRDbase -lEG")
81
82set ( ELIBSDIR "${ROOTLIBDIR}" )
6db31708 83
84include ("CMakehlt.conf")
85
86if (MODULE_SRCS)
87ALICE_Format (SRCS "global/" "" "${MODULE_SRCS}")
88endif(MODULE_SRCS)
89if (CLASS_HDRS)
90ALICE_Format (CINTHDRS "global/" "" "${CLASS_HDRS}")
91endif(CLASS_HDRS)
92if (MODULE_HDRS)
93ALICE_Format (HDRS "global/" "" "${MODULE_HDRS}")
94endif(MODULE_HDRS)
95if (MODULE_DHDR)
96ALICE_Format (DHDR "global/" "" "${MODULE_DHDR}")
97endif(MODULE_DHDR)
98
99if(NOT DHDR)
100 set(CINTAUTOLINK 1)
101endif(NOT DHDR)
102
103set ( EDEFINE ${HLTDEFS})
104set ( PACKCXXFLAGS ${HLTCXXFLAGS})
105set ( PACKCFLAGS ${HLTCLFAGS})
106set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
107set ( PACKSOFLAGS ${HLTSOFLAGS})