3 #--------------------------------------------------------------------------------#
4 # Package File for AliHLTFMD #
5 # Author : Johny Jose (johny.jose@cern.ch) #
6 # Variables Defined : #
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 #--------------------------------------------------------------------------------#
31 AliHLTFMDReconstructionComponent.h
35 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
37 set ( MODULE_HDRS ${CLASS_HDRS})
41 set ( EINCLUDE HLT/BASE HLT/FMD RAW FMD STEER/STEER STEER/ESD STEER/STEERBase)
43 set ( ELIBS "HLTbase AliHLTUtil RAWDatarec RAWDatabase ESD STEER STEERBase FMDbase FMDrec")
45 include ("CMakehlt.conf")
48 ALICE_Format (SRCS "FMD/" "" "${MODULE_SRCS}")
51 ALICE_Format (CINTHDRS "FMD/" "" "${CLASS_HDRS}")
54 ALICE_Format (HDRS "FMD/" "" "${MODULE_HDRS}")
57 ALICE_Format (DHDR "FMD/" "" "${MODULE_DHDR}")
64 set ( EDEFINE ${HLTDEFS})
65 set ( PACKCXXFLAGS ${HLTCXXFLAGS})
66 set ( PACKCFLAGS ${HLTCLFAGS})
67 set ( PACKDCXXFLAGS ${HLTDCXXFLAGS})
68 set ( PACKSOFLAGS ${HLTSOFLAGS})