]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/CMakelibMUONcalign.pkg
Go from pointer to ifstream to ifstream.
[u/mrichter/AliRoot.git] / MUON / CMakelibMUONcalign.pkg
index 07ea6d4d9f7c6f4baef0581b24dfe98fef098127..e223e6b79af822604e726ea8860bd9937759ca01 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 #--------------------------------------------------------------------------------#
 # Package File for MUONcalign                                                    #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # 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)