]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONgeometry.pkg
- Adding check and flagging for HG present
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
index 072c3f26791180c73576ed6a9694df4a4c1a595b..ac916d1a3f6a571de9a03d7374031e26cba983b3 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 #
 # The framework classes for geometry construction
@@ -8,16 +9,26 @@ SRCS  =  AliMUONGeometryConstituent.cxx \
         AliMUONGeometryEnvelope.cxx \
         AliMUONGeometryEnvelopeStore.cxx \
         AliMUONGeometryDetElement.cxx \
-        AliMUONGeometrySVMap.cxx \
+        AliMUONGeometryModuleTransformer.cxx \
         AliMUONGeometryModule.cxx \
-        AliMUONVGeometryDEIndexing.cxx \
+        AliMUONGeometryTransformer.cxx \
+         AliMUONGeometryMisAligner.cxx \
+        AliMUONGeometry.cxx \
         AliMUONVGeometryBuilder.cxx \
         AliMUONGeometryBuilder.cxx \
-        AliMUONGeometryStore.cxx \
-        AliMUONGeometrySegmentation.cxx 
+         AliMUONSurveyObj.cxx \
+         AliMUONSurveyUtil.cxx \
+         AliMUONSurveyDetElem.cxx \
+         AliMUONSurveyChamber.cxx
 
 HDRS =  $(SRCS:.cxx=.h) 
 
 EINCLUDE:= RAW MUON/mapping
 
-DHDR:= MUONLinkDefGeometry.h
+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