]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONbase.pkg
Separating run-dependent mapping data from data, which are not
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
index 7c41563de09b6f424da260ac9b3e8b5e6f72f2d2..3d4378ef37dde9390d0500ea9add2ae40be6d549 100644 (file)
@@ -1,16 +1,16 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:=  AliMUONConstants.cxx \
         AliMUONMathieson.cxx \
         AliMUONDigit.cxx \
         AliMUONRealDigit.cxx \
+        AliMUONVCluster.cxx \
         AliMUONRawCluster.cxx \
-        AliMUONCalibrationData.cxx \
+        AliMUONRawClusterV2.cxx \
         AliMUONDigitMaker.cxx \
         AliMUONRawWriter.cxx \
-        AliMUONLogger.cxx \
         AliMUONCDB.cxx \
-        AliMUONHVNamer.cxx \
         AliMUONVDigitStore.cxx \
         AliMUONDigitStoreV1.cxx \
         AliMUONDigitStoreV1Iterator.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
+