]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcore.pkg
Adding a protection against division by zero in Fcn1();
[u/mrichter/AliRoot.git] / MUON / libMUONcore.pkg
index 41e1948d0fa67d97c41ba1cf80a44a96e1d4d683..9ab08a92437d5db8ddcd7b55a5a332f432bcf9b9 100644 (file)
@@ -1,25 +1,30 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:=  mapping/AliMpIntPair.cxx  \
         mapping/AliMpExMap.cxx  \
-       mapping/AliMpArrayI.cxx  \
-       mapping/AliMpStringObjMap.cxx  \
+        mapping/AliMpExMapIterator.cxx  \
+        mapping/AliMpArrayI.cxx  \
+        mapping/AliMpStringObjMap.cxx  \
         AliMUONObjectPair.cxx \
-       AliMUONStringIntMap.cxx \
+        AliMUONStringIntMap.cxx \
         AliMUON2DMap.cxx \
         AliMUON2DMapIterator.cxx \
         AliMUON2DMapIteratorByI.cxx \
         AliMUON1DArray.cxx \
         AliMUON1DMap.cxx \
-        AliMUON1DMapIterator.cxx \
         AliMUONCheckItem.cxx \
-        AliMUONCheckItemIterator.cxx \
         AliMUONVStore.cxx \
         AliMUONTreeManager.cxx \
-        AliMUONLogger.cxx \
+        AliMUONLogger.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONcoreLinkDef.h
 
-EINCLUDE:= MUON/mapping
+EINCLUDE:= RAW MUON/mapping
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEERBase
+endif