X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FCMakelibMUONcalign.pkg;h=e223e6b79af822604e726ea8860bd9937759ca01;hb=f0e880b507696f81874d3ebce48858769e56ebfa;hp=07ea6d4d9f7c6f4baef0581b24dfe98fef098127;hpb=6db3170859444cc30c9e5a12dad1ed2b28eb1ea6;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/CMakelibMUONcalign.pkg b/MUON/CMakelibMUONcalign.pkg index 07ea6d4d9f7..e223e6b79af 100644 --- a/MUON/CMakelibMUONcalign.pkg +++ b/MUON/CMakelibMUONcalign.pkg @@ -1,3 +1,4 @@ +# -*- mode: CMake -*- #--------------------------------------------------------------------------------# # Package File for MUONcalign # # Author : Johny Jose (johny.jose@cern.ch) # @@ -25,16 +26,18 @@ # SHLIBS - Shared Libraries and objects for linking (Executables only) # #--------------------------------------------------------------------------------# -set ( SRCS AliMUONClusterInfo.cxx AliMUONPadInfo.cxx AliMUONAlignment.cxx AliMUONAlignmentTask.cxx AliMUONReAlignTask.cxx AliMUONChamberCalibrationTask.cxx) +set ( SRCS + AliMUONClusterInfo.cxx + AliMUONPadInfo.cxx + AliMUONAlignment.cxx + AliMUONAlignmentRecord.cxx + AliMUONAlignmentTask.cxx + AliMUONReAlignTask.cxx + AliMUONChamberCalibrationTask.cxx + ) string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" ) set ( DHDR MUONcalignLinkDef.h) -set ( EINCLUDE MUON/mapping ANALYSIS) - -if( ALICE_TARGET STREQUAL "win32gcc") - - set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase -lANALYSIS -lANALYSISalice) - -endif( ALICE_TARGET STREQUAL "win32gcc") +set ( EINCLUDE MUON/mapping ANALYSIS STEER/AOD STEER/STEERBase)