]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONbase.pkg
Changed default OCDB from 2009 to 2010
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
index 868b3d1e0641f5866dd1e4e4cfb596c3931f5fb1..409c2195fc32b95f1071371fc7b102bbabe0114a 100644 (file)
@@ -1,27 +1,46 @@
+#-*- 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 \
+        AliMUONDigitStoreVImpl.cxx \
+        AliMUONDigitStoreVImplIterator.cxx \
+        AliMUONDigitStoreV2R.cxx \
+        AliMUONDigitStoreV2S.cxx \
         AliMUONTOTCAStoreIterator.cxx \
-        AliMUONStopwatchGroup.cxx \
         AliMUONVDigit.cxx \
+        AliMUONTriggerCircuit.cxx \
         AliMUONVTriggerStore.cxx \
         AliMUONTriggerStoreV1.cxx \
-        
-HDRS:= $(SRCS:.cxx=.h) AliMUONStopwatchGroupElement.h
+        AliMUONTriggerElectronics.cxx \
+        AliMUONQAChecker.cxx \
+        AliMUONVQAChecker.cxx \
+        AliMUONTrackerQAChecker.cxx \
+        AliMUONTriggerQAChecker.cxx \
+        AliMUONRecoParam.cxx \
+        AliMUONPadStatusMaker.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
+