]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/CMakelibMUONgeometry.pkg
Fix bug when displaying non-bending plane results as a function of local boards norma...
[u/mrichter/AliRoot.git] / MUON / CMakelibMUONgeometry.pkg
index daf05bc46ab35d53c7bdf89c0e2159c033d88117..2a0a73d6a199b96732006662786c0e8b09b5ebcf 100644 (file)
@@ -1,3 +1,5 @@
+# -*- mode: CMake -*-
+
 #--------------------------------------------------------------------------------#
 # Package File for MUONgeometry                                                  #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS   AliMUONGeometryConstituent.cxx AliMUONGeometryEnvelope.cxx AliMUONGeometryEnvelopeStore.cxx AliMUONGeometryDetElement.cxx AliMUONGeometryModuleTransformer.cxx AliMUONGeometryModule.cxx AliMUONGeometryTransformer.cxx AliMUONGeometryMisAligner.cxx AliMUONGeometry.cxx AliMUONVGeometryBuilder.cxx AliMUONGeometryBuilder.cxx AliMUONSurveyObj.cxx AliMUONSurveyUtil.cxx AliMUONSurveyDetElem.cxx AliMUONSurveyChamber.cxx)
+set ( SRCS   
+    AliMUONGeometryConstituent.cxx 
+    AliMUONGeometryEnvelope.cxx 
+    AliMUONGeometryEnvelopeStore.cxx 
+    AliMUONGeometryDetElement.cxx 
+    AliMUONGeometryModuleTransformer.cxx 
+    AliMUONGeometryModule.cxx 
+    AliMUONGeometryTransformer.cxx 
+    AliMUONGeometryMisAligner.cxx 
+    AliMUONGeometry.cxx 
+    AliMUONVGeometryBuilder.cxx 
+    AliMUONGeometryBuilder.cxx 
+    AliMUONSurveyObj.cxx 
+    AliMUONSurveyUtil.cxx 
+    AliMUONSurveyDetElem.cxx 
+    AliMUONSurveyChamber.cxx
+    )
 
 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
@@ -33,8 +51,4 @@ set ( EINCLUDE  RAW MUON/mapping)
 
 set ( DHDR  MUONgeometryLinkDef.h)
 
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-                       set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEER -lMUONmapping  -lMUONcore -lSTEERBase -L${ROOTLIBDIR} -lVMC -lGeom -lMinuit)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EXPORT AliMUONGeometryTransformer.h )