]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONgeometry.pkg
READMErec.txt updated.
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
index 75b16c427665e0c0c04afbec67e69381e8593429..52a58fd6a5003eeb3399c3a6299d55be7f2e46ea 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 #
 # The framework classes for geometry construction
@@ -14,10 +15,20 @@ SRCS  =  AliMUONGeometryConstituent.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$(shell root-config --libdir) -lVMC -lGeom -lMinuit
+endif