]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Added a protection against bad (wrt pedestal values) channels, and removed an inadequ...
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index 86eeff7d437267c40ea58de9ab50a0c4d9166bc6..ec30de353ff1ea9b8f9d9beec35a683ef9619b08 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -5,10 +6,11 @@ AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
 AliMUONGMSSubprocessor.cxx \
-AliMUONPedestalEventGenerator.cxx \
 AliMUONHVSubprocessor.cxx \
 AliMUONGainSubprocessor.cxx \
 AliMUONTrackerPreprocessor.cxx \
+AliMUONTriggerSubprocessor.cxx \
+AliMUONTriggerPreprocessor.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -16,4 +18,10 @@ DHDR:= MUONshuttleLinkDef.h
 
 EINCLUDE := MUON/mapping
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONmapping -lMUONgeometry -lMUONcalib \
+                         -lMUONbase -lMUONcore -lCDB -lSTEERBase
+endif
+