]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Adding the cascade performance task (Antonin Maire)
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index 86eeff7d437267c40ea58de9ab50a0c4d9166bc6..f69ed8b65d9ffb0a51b57e8983915a4225650b8f 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -5,10 +6,12 @@ AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
 AliMUONGMSSubprocessor.cxx \
-AliMUONPedestalEventGenerator.cxx \
 AliMUONHVSubprocessor.cxx \
 AliMUONGainSubprocessor.cxx \
 AliMUONTrackerPreprocessor.cxx \
+AliMUONTriggerSubprocessor.cxx \
+AliMUONTriggerDCSSubprocessor.cxx \
+AliMUONTriggerPreprocessor.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -16,4 +19,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
+