]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONbase.pkg
In MUONmappingLinkDef.h:
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
index 2fcf9e6742afb2911a2ed5fd98447a2a137ee7e9..3d4378ef37dde9390d0500ea9add2ae40be6d549 100644 (file)
@@ -1,51 +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 \
-        AliMUONTriggerCircuitNew.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 \
-        AliMUONSt345SlatSegmentationV2.cxx \
-        AliMUONTriggerSegmentation.cxx \
-        AliMUONTriggerSegmentationV2.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  \
-        AliMUONDigitMaker.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 \
+        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
+