]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/CMakelibFMDutil.pkg
Fix for null fMCevent pointer
[u/mrichter/AliRoot.git] / FMD / CMakelibFMDutil.pkg
index 5d4476efb06f684063ecb8977b8eed01ba71f40f..41854d8ecc6162afded3018a1605618f76f650ea 100644 (file)
@@ -1,40 +1,57 @@
-#--------------------------------------------------------------------------------#
-# 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
+  AliFMDCalibDrawer.cxx)
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
 set ( DHDR  FMDutilLinkDef.h)
-
-set ( EINCLUDE  RAW)
+set ( EINCLUDE  RAW STEER/ESD)
 
 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")
+
+#PH install(PROGRAMS ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/FMDGainda ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/FMDPedestalda ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/FMDBaseda
+#PH  DESTINATION bin/tgt_${ALICE_TARGET})
+
+#
+# EOF
+#