]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONgeometry.pkg
Compilation on Windows/Cygwin. Corrected dependences
[u/mrichter/AliRoot.git] / MUON / libMUONgeometry.pkg
index 75b16c427665e0c0c04afbec67e69381e8593429..0cfe35d16f72f6707dc30f00b251f70d4f0c27e0 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 #
 # The framework classes for geometry construction
@@ -15,9 +16,15 @@ SRCS  =  AliMUONGeometryConstituent.cxx \
         AliMUONGeometry.cxx \
         AliMUONVGeometryBuilder.cxx \
         AliMUONGeometryBuilder.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
+endif