]> 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 2514a2cf21d198a86afd0a1c2bf05467085cf468..3d4378ef37dde9390d0500ea9add2ae40be6d549 100644 (file)
@@ -1,50 +1,40 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
-SRCS:=  AliMUON.cxx AliMUONv1.cxx \
+SRCS:=  AliMUONConstants.cxx \
         AliMUONMathieson.cxx \
-        AliMUONConstants.cxx \
-        AliMUONDataInterface.cxx \
-        AliMUONLoader.cxx \
-        AliMUONChamber.cxx \
-        AliMUONTriggerCrateStore.cxx \
-        AliMUONChamberTrigger.cxx \
-        AliMUONTriggerCircuit.cxx \
-        AliMUONData.cxx \
-        AliMUONDataIterator.cxx \
-        AliMUONVDataIterator.cxx \
-        AliMUONObjectPair.cxx \
-        AliMUONDataDigitIterator.cxx \
-        AliMUONPoints.cxx \
-        AliMUONHit.cxx \
         AliMUONDigit.cxx \
+        AliMUONRealDigit.cxx \
+        AliMUONVCluster.cxx \
         AliMUONRawCluster.cxx \
-        AliMUONGlobalTrigger.cxx  \
-        AliMUONRegionalTrigger.cxx \
-        AliMUONLocalTrigger.cxx \
-        AliMUONTriggerLut.cxx \
-        AliMUONSt12QuadrantSegmentation.cxx \
-        AliMUONSt345SlatSegmentation.cxx \
-        AliMUONTriggerSegmentation.cxx \
-        AliMUONSegFactory.cxx \
-        AliMUONV2DStore.cxx \
-        AliMUONV1DStore.cxx \
-        AliMUON2DMap.cxx \
-        AliMUON2DMapIterator.cxx \
-        AliMUON1DArray.cxx \
-        AliMUONVCalibParam.cxx \
-        AliMUONCalibParam1I.cxx \
-        AliMUONCalibParam2F.cxx \
-        AliMUONCalibrationData.cxx \
-        AliMUONCheck.cxx \
-        AliMUONTriggerEfficiencyCells.cxx\
-        AliMUONRawStreamTrigger.cxx \
-        AliMUONRawStreamTracker.cxx  \
+        AliMUONRawClusterV2.cxx \
         AliMUONDigitMaker.cxx \
-        AliMUONTriggerChamberEff.cxx
-     
+        AliMUONRawWriter.cxx \
+        AliMUONCDB.cxx \
+        AliMUONVDigitStore.cxx \
+        AliMUONDigitStoreV1.cxx \
+        AliMUONDigitStoreV1Iterator.cxx \
+        AliMUONDigitStoreVImpl.cxx \
+        AliMUONDigitStoreVImplIterator.cxx \
+        AliMUONDigitStoreV2R.cxx \
+        AliMUONDigitStoreV2S.cxx \
+        AliMUONTOTCAStoreIterator.cxx \
+        AliMUONVDigit.cxx \
+        AliMUONTriggerCircuit.cxx \
+        AliMUONVTriggerStore.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
+