]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMakelibAliHLTFMD.pkg
move TOBject inheritance from AliESDfriendTrack to AliVfriendTrack
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTFMD.pkg
1 # -*- mode: CMake -*- 
2 # $Id$
3 #--------------------------------------------------------------------------------#
4 # Package File for AliHLTFMD                                                     #
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     AliHLTFMDReconstructionComponent.h
32     AliHLTAgentFMD.h
33     )
34
35 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
36
37 set ( MODULE_HDRS       ${CLASS_HDRS})
38
39 set ( MODULE_DHDR )
40
41 set ( EINCLUDE  HLT/BASE HLT/FMD RAW FMD STEER/STEER STEER/ESD STEER/STEERBase)
42
43 set ( ELIBS   "HLTbase AliHLTUtil RAWDatarec RAWDatabase ESD STEER STEERBase FMDbase FMDrec")
44
45 include ("CMakehlt.conf")
46
47 if (MODULE_SRCS)
48 ALICE_Format (SRCS "FMD/" "" "${MODULE_SRCS}")
49 endif(MODULE_SRCS)
50 if (CLASS_HDRS)
51 ALICE_Format (CINTHDRS "FMD/" "" "${CLASS_HDRS}")
52 endif(CLASS_HDRS)
53 if (MODULE_HDRS)
54 ALICE_Format (HDRS "FMD/" "" "${MODULE_HDRS}")
55 endif(MODULE_HDRS)
56 if (MODULE_DHDR)
57 ALICE_Format (DHDR "FMD/" "" "${MODULE_DHDR}")
58 endif(MODULE_DHDR)
59
60 if(NOT DHDR)
61   set(CINTAUTOLINK 1)
62 endif(NOT DHDR)
63
64 set ( EDEFINE  ${HLTDEFS})
65 set ( PACKCXXFLAGS  ${HLTCXXFLAGS})
66 set ( PACKCFLAGS  ${HLTCLFAGS})
67 set ( PACKDCXXFLAGS  ${HLTDCXXFLAGS})
68 set ( PACKSOFLAGS ${HLTSOFLAGS})