X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=FMD%2FCMakelibFMDutil.pkg;h=1322b76d1abd2a7dcaf80805a2cdcc22928f42d6;hp=5d4476efb06f684063ecb8977b8eed01ba71f40f;hb=09b6c8043c3cef03baab361e86fca592262c4f35;hpb=6db3170859444cc30c9e5a12dad1ed2b28eb1ea6 diff --git a/FMD/CMakelibFMDutil.pkg b/FMD/CMakelibFMDutil.pkg index 5d4476efb06..1322b76d1ab 100644 --- a/FMD/CMakelibFMDutil.pkg +++ b/FMD/CMakelibFMDutil.pkg @@ -1,40 +1,52 @@ -#--------------------------------------------------------------------------------# -# Package File for FMDutil # -# Author : Johny Jose (johny.jose@cern.ch) # -# Variables Defined : # -# # -# SRCS - C++ source files # -# HDRS - C++ header files # -# DHDR - ROOT Dictionary Linkdef header file # -# CSRCS - C source files # -# CHDRS - C header files # -# EINCLUDE - Include directories # -# EDEFINE - Compiler definitions # -# ELIBS - Extra libraries to link # -# ELIBSDIR - Extra library directories # -# PACKFFLAGS - Fortran compiler flags for package # -# PACKCXXFLAGS - C++ compiler flags for package # -# PACKCFLAGS - C compiler flags for package # -# PACKSOFLAGS - Shared library linking flags # -# PACKLDFLAGS - Module linker flags # -# PACKBLIBS - Libraries to link (Executables only) # -# EXPORT - Header files to be exported # -# CINTHDRS - Dictionary header files # -# CINTAUTOLINK - Set automatic dictionary generation # -# ARLIBS - Archive Libraries and objects for linking (Executables only) # -# SHLIBS - Shared Libraries and objects for linking (Executables only) # -#--------------------------------------------------------------------------------# +# -*- mode: CMake -*- +#------------------------------------------------------------------------# +# Package File for FMDutil # +# Author : Johny Jose (johny.jose@cern.ch) # +# Variables Defined : # +# # +# SRCS - C++ source files # +# HDRS - C++ header files # +# DHDR - ROOT Dictionary Linkdef header file # +# CSRCS - C source files # +# CHDRS - C header files # +# EINCLUDE - Include directories # +# EDEFINE - Compiler definitions # +# ELIBS - Extra libraries to link # +# ELIBSDIR - Extra library directories # +# PACKFFLAGS - Fortran compiler flags for package # +# PACKCXXFLAGS - C++ compiler flags for package # +# PACKCFLAGS - C compiler flags for package # +# PACKSOFLAGS - Shared library linking flags # +# PACKLDFLAGS - Module linker flags # +# PACKBLIBS - Libraries to link (Executables only) # +# EXPORT - Header files to be exported # +# CINTHDRS - Dictionary header files # +# CINTAUTOLINK - Set automatic dictionary generation # +# ARLIBS - Archive Libraries and objects for linking (Executables only) # +# SHLIBS - Shared Libraries and objects for linking (Executables only) # +#------------------------------------------------------------------------# -set ( SRCS AliFMDInput.cxx AliFMDDisplay.cxx AliFMDPattern.cxx AliFMDFancy.cxx AliFMDCalibFaker.cxx AliFMDAlignFaker.cxx AliFMDAnaRing.cxx AliFMDAnaESD.cxx AliFMDBaseDA.cxx AliFMDPedestalDA.cxx AliFMDGainDA.cxx AliFMDSpectraDisplay.cxx) +set ( SRCS + AliFMDInput.cxx + AliFMDDisplay.cxx + AliFMDPattern.cxx + AliFMDFancy.cxx + AliFMDCalibFaker.cxx + AliFMDAlignFaker.cxx + AliFMDBaseDA.cxx + AliFMDPedestalDA.cxx + AliFMDGainDA.cxx + AliFMDSpectraDisplay.cxx) string ( REPLACE ".cxx" ".h" HDRS "${SRCS}") - set ( DHDR FMDutilLinkDef.h) - set ( EINCLUDE RAW) if( ALICE_TARGET STREQUAL "win32gcc") - - set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase -lRAWDatarec -L${ROOTLIBDIR} -lGeom) - + set ( PACKSOFLAGS + ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lFMDrec -lFMDbase + -lSTEER -lCDB -lESD -lSTEERBase -lRAWDatarec -L${ROOTLIBDIR} -lGeom) endif( ALICE_TARGET STREQUAL "win32gcc") +# +# EOF +#