]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONbase.pkg
The variable fSeed is not really needed as the fitter is called in a way that the...
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
index 6ac82844e2e4a68eaa45c19d9c0bc0abd709cfa7..3d4378ef37dde9390d0500ea9add2ae40be6d549 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:=  AliMUONConstants.cxx \
@@ -7,7 +8,6 @@ SRCS:=  AliMUONConstants.cxx \
         AliMUONVCluster.cxx \
         AliMUONRawCluster.cxx \
         AliMUONRawClusterV2.cxx \
-        AliMUONCalibrationData.cxx \
         AliMUONDigitMaker.cxx \
         AliMUONRawWriter.cxx \
         AliMUONCDB.cxx \
@@ -22,11 +22,19 @@ SRCS:=  AliMUONConstants.cxx \
         AliMUONVDigit.cxx \
         AliMUONTriggerCircuit.cxx \
         AliMUONVTriggerStore.cxx \
-        AliMUONTriggerStoreV1.cxx \
-        
+        AliMUONTriggerStoreV1.cxx
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONbaseLinkDef.h
 
 EINCLUDE:= RAW MUON/mapping
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONmapping -lMUONcalib -lMUONtrigger \
+                         -lMUONgeometry -lMUONraw -lMUONcore \
+                         -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatasim -lRAWDatabase
+endif
+