]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibAliHLTUtil.pkg
HLT submodules
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTUtil.pkg
1 # -*- mode: CMake -*- 
2 # $Id$
3 #--------------------------------------------------------------------------------#
4 # Package File for AliHLTUtil                                                    #
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
30 set ( CLASS_HDRS
31     AliHLTFilePublisher.h
32     AliHLTFileWriter.h
33     AliHLTMCEvent.h
34     AliHLTJets.h
35     AliHLTRootFilePublisherComponent.h
36     AliHLTESDMCEventPublisherComponent.h
37     AliHLTRootFileWriterComponent.h
38     AliHLTRootFileStreamerComponent.h
39     AliHLTRootSchemaEvolutionComponent.h
40     AliHLTRecoParamComponent.h
41     AliHLTLoaderPublisherComponent.h
42     AliHLTRawReaderPublisherComponent.h
43     AliHLTOUTPublisherComponent.h
44     AliHLTEsdCollectorComponent.h
45     AliHLTReadoutListDumpComponent.h
46     AliHLTDataGenerator.h
47     AliHLTBlockFilterComponent.h
48     AliHLTMonitoringRelay.h
49     AliHLTObjectCompressionComponent.h
50     AliHLTCompStatCollector.h
51     AliHLTGlobalBarrelTrack.h
52     AliHLTAgentUtil.h
53     AliHLTESDCaloClusterMaker.h
54     AliHLTCaloClusterReader.h
55     AliHLTCorruptorComponent.h
56     AliHLTESDTrackCuts.h
57     )
58
59 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
60
61 set ( MODULE_HDRS       ${CLASS_HDRS})
62
63 set ( MODULE_DHDR )
64
65 set ( EINCLUDE  HLT/BASE HLT/BASE/util RAW ANALYSIS STEER/ESD STEER/AOD STEER/STEERBase)
66
67 set ( ELIBS  "HLTbase STEER STEERBase RAWDatabase AOD ANALYSIS ANALYSISalice")
68
69 include ("CMakehlt.conf")
70
71 if (MODULE_SRCS)
72 ALICE_Format (SRCS "BASE/util/" "" "${MODULE_SRCS}")
73 endif(MODULE_SRCS)
74 if (CLASS_HDRS)
75 ALICE_Format (CINTHDRS "BASE/util/" "" "${CLASS_HDRS}")
76 endif(CLASS_HDRS)
77 if (MODULE_HDRS)
78 ALICE_Format (HDRS "BASE/util/" "" "${MODULE_HDRS}")
79 endif(MODULE_HDRS)
80 if (MODULE_DHDR)
81 ALICE_Format (DHDR "BASE/util/" "" "${MODULE_DHDR}")
82 endif(MODULE_DHDR)
83
84 if(NOT DHDR)
85   set(CINTAUTOLINK 1)
86 endif(NOT DHDR)
87
88 set ( EDEFINE  ${HLTDEFS})
89 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
90 set ( PACKCFLAGS  ${HLTCLFAGS})
91 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
92 set ( PACKSOFLAGS ${HLTSOFLAGS})