]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONgeometry.pkg
reduce size on disk for storing PDF nodes
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
index 47b73105a81930418108775b6b4d8bdf08e77d8b..ac916d1a3f6a571de9a03d7374031e26cba983b3 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 #
 # The framework classes for geometry construction
@@ -8,23 +9,26 @@ SRCS  =  AliMUONGeometryConstituent.cxx \
         AliMUONGeometryEnvelope.cxx \
         AliMUONGeometryEnvelopeStore.cxx \
         AliMUONGeometryDetElement.cxx \
-        AliMUONStringIntMap.cxx \
-        AliMUONGeometrySVMap.cxx \
         AliMUONGeometryModuleTransformer.cxx \
         AliMUONGeometryModule.cxx \
         AliMUONGeometryTransformer.cxx \
          AliMUONGeometryMisAligner.cxx \
         AliMUONGeometry.cxx \
-        AliMUONGeometryDEIndexing.cxx \
         AliMUONVGeometryBuilder.cxx \
         AliMUONGeometryBuilder.cxx \
-        AliMUONGeometryStore.cxx \
-        AliMUONVGeometryDESegmentation.cxx \
-        AliMUONGeometrySegmentation.cxx \
-        AliMUONSegmentation.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