]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONgeometry.pkg
bug fixed
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
index f64b5082e3a055ec2731d5839e93eb38b188470e..ac916d1a3f6a571de9a03d7374031e26cba983b3 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 #
 # The framework classes for geometry construction
@@ -8,17 +9,26 @@ SRCS  =  AliMUONGeometryConstituent.cxx \
         AliMUONGeometryEnvelope.cxx \
         AliMUONGeometryEnvelopeStore.cxx \
         AliMUONGeometryDetElement.cxx \
-        AliMUONStringIntMap.cxx \
         AliMUONGeometryModuleTransformer.cxx \
         AliMUONGeometryModule.cxx \
         AliMUONGeometryTransformer.cxx \
-   AliMUONGeometryMisAligner.cxx \
+         AliMUONGeometryMisAligner.cxx \
         AliMUONGeometry.cxx \
         AliMUONVGeometryBuilder.cxx \
-        AliMUONGeometryBuilder.cxx
-   
+        AliMUONGeometryBuilder.cxx \
+         AliMUONSurveyObj.cxx \
+         AliMUONSurveyUtil.cxx \
+         AliMUONSurveyDetElem.cxx \
+         AliMUONSurveyChamber.cxx
+
 HDRS =  $(SRCS:.cxx=.h) 
 
 EINCLUDE:= RAW MUON/mapping
 
 DHDR:= MUONgeometryLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lMUONmapping  -lMUONcore -lSTEERBase \
+                         -L$(ROOTLIBDIR) -lVMC -lGeom -lMinuit
+endif