]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibHLTpendolino.pkg
coveritiy
[u/mrichter/AliRoot.git] / HLT / CMakelibHLTpendolino.pkg
1 # $Id$
2 #--------------------------------------------------------------------------------#
3 # Package File for HLTpendolino                                                  #
4 # Author : Johny Jose (johny.jose@cern.ch)                                       #
5 # Variables Defined :                                                            #
6 #                                                                                #
7 # SRCS - C++ source files                                                        #
8 # HDRS - C++ header files                                                        #
9 # DHDR - ROOT Dictionary Linkdef header file                                     #
10 # CSRCS - C source files                                                         #
11 # CHDRS - C header files                                                         #
12 # EINCLUDE - Include directories                                                 #
13 # EDEFINE - Compiler definitions                                                 #
14 # ELIBS - Extra libraries to link                                                #
15 # ELIBSDIR - Extra library directories                                           #
16 # PACKFFLAGS - Fortran compiler flags for package                                #
17 # PACKCXXFLAGS - C++ compiler flags for package                                  #
18 # PACKCFLAGS - C compiler flags for package                                      #
19 # PACKSOFLAGS - Shared library linking flags                                     #
20 # PACKLDFLAGS - Module linker flags                                              #
21 # PACKBLIBS - Libraries to link (Executables only)                               #
22 # EXPORT - Header files to be exported                                           #
23 # CINTHDRS - Dictionary header files                                             #
24 # CINTAUTOLINK - Set automatic dictionary generation                             #
25 # ARLIBS - Archive Libraries and objects for linking (Executables only)          #
26 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
27 #--------------------------------------------------------------------------------#
28
29 set ( CLASS_HDRS
30     AliHLTPendolino.h
31     AliHLTPendolinoListReader.h
32     PredictionProcessor/AliHLTPredictionProcessorInterface.h
33     PredictionProcessor/AliHLTPendolinoLoggerOStream.h
34     PredictionProcessor/AliHLTPredictionProcessorDummy.h
35     PredictionProcessor/AliHLTPendolinoLogger.h
36     PredictionProcessor/AliHLTPendolinoLoggerDump.h
37     PredictionProcessor/HLT/AliHLTPredicProcTempMonitor.h
38     PredictionProcessor/HLT/AliHLTPredictionProcessorHLT.h
39     PredictionProcessor/GRP/AliHLTPredictionProcessorGRP.h
40     PredictionProcessor/MUON/AliHLTPredictionProcessorMCH.h
41     PredictionProcessor/MUON/AliHLTPredictionProcessorMTR.h
42     PredictionProcessor/TPC/AliHLTDCSArray.h
43     PredictionProcessor/TPC/AliHLTPredictionProcessorTPC.h
44     )
45
46 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
47
48 set ( MODULE_HDRS       ${CLASS_HDRS})
49
50 set ( MODULE_DHDR )
51
52 set ( EINCLUDE          HLT/pendolino HLT/pendolino/PredictionProcessor HLT/pendolino/PredictionProcessor/GRP HLT/pendolino/PredictionProcessor/HLT HLT/pendolino/PredictionProcessor/MUON HLT/pendolino/PredictionProcessor/TPC HLT/BASE STEER TPC MUON)
53
54 set ( ELIBS  "HLTbase CDB")
55
56 include ("CMakehlt.conf")
57
58 set ( LIBHLTPENDOLINO_VERSION  0)
59
60 if (MODULE_SRCS)
61 ALICE_Format (SRCS "pendolino/" "" "${MODULE_SRCS}")
62 endif(MODULE_SRCS)
63 if (CLASS_HDRS)
64 ALICE_Format (CINTHDRS "pendolino/" "" "${CLASS_HDRS}")
65 endif(CLASS_HDRS)
66 if (MODULE_HDRS)
67 ALICE_Format (HDRS "pendolino/" "" "${MODULE_HDRS}")
68 endif(MODULE_HDRS)
69 if (MODULE_DHDR)
70 ALICE_Format (DHDR "pendolino/" "" "${MODULE_DHDR}")
71 endif(MODULE_DHDR)
72
73 if(NOT DHDR)
74   set(CINTAUTOLINK 1)
75 endif(NOT DHDR)
76
77 set ( EDEFINE  ${HLTDEFS})
78 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
79 add_definitions("-DLIBHLTPENDELINO_VERSION=${LIBHLTPENDOLINO_VERSION}")
80 set ( PACKCFLAGS  ${HLTCLFAGS})
81 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
82 set ( PACKSOFLAGS ${HLTSOFLAGS})