]> 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 e04998aa063c305421792899f32de29f85d7e5ec..3d4378ef37dde9390d0500ea9add2ae40be6d549 100644 (file)
@@ -1,20 +1,28 @@
-SRCS:=  AliMUON.cxx \
-        AliMUONConstants.cxx \
-        AliMUONTriggerConstants.cxx \
-        AliMUONData.cxx \
-        AliMUONDataInterface.cxx \
-        AliMUONLoader.cxx \
-        AliMUONSegmentationDetectionElement.cxx \
-        AliMUONSegmentIndex.cxx \
-        AliMUONSegmentManuIndex.cxx \
-        AliMUONSegmentPosition.cxx\
-        AliMUONChamber.cxx \
-        AliMUONChamberTrigger.cxx \
+#-*- Mode: Makefile -*-
+# $Id$
+
+SRCS:=  AliMUONConstants.cxx \
+        AliMUONMathieson.cxx \
+        AliMUONDigit.cxx \
+        AliMUONRealDigit.cxx \
+        AliMUONVCluster.cxx \
+        AliMUONRawCluster.cxx \
+        AliMUONRawClusterV2.cxx \
+        AliMUONDigitMaker.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 \
-        AliMUONDisplay.cxx \
-        AliMUONPoints.cxx \
-        AliMUONRecoDisplay.cxx \
-        AliMUONRecoCheck.cxx
+        AliMUONVTriggerStore.cxx \
+        AliMUONTriggerStoreV1.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -22,3 +30,11 @@ 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
+