]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONbase.pkg
Adding HPTDC parameters that are to be used in MC (hits->digits). The preprocessor...
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
index f3babe9652837159f6d31ccf9de78d3d26d0a28a..409c2195fc32b95f1071371fc7b102bbabe0114a 100644 (file)
@@ -1,16 +1,15 @@
+#-*- 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 \
@@ -20,12 +19,28 @@ SRCS:=  AliMUONConstants.cxx \
         AliMUONDigitStoreV2S.cxx \
         AliMUONTOTCAStoreIterator.cxx \
         AliMUONVDigit.cxx \
+        AliMUONTriggerCircuit.cxx \
         AliMUONVTriggerStore.cxx \
         AliMUONTriggerStoreV1.cxx \
-        
+        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
+