]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Completing commit 45100 - .h file was missing
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index 86eeff7d437267c40ea58de9ab50a0c4d9166bc6..76f09caefa66263a301f5d53ce9b9b0ea693a2bb 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -5,10 +6,13 @@ AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
 AliMUONGMSSubprocessor.cxx \
-AliMUONPedestalEventGenerator.cxx \
 AliMUONHVSubprocessor.cxx \
 AliMUONGainSubprocessor.cxx \
 AliMUONTrackerPreprocessor.cxx \
+AliMUONTriggerSubprocessor.cxx \
+AliMUONTriggerDCSSubprocessor.cxx \
+AliMUONTriggerPreprocessor.cxx \
+AliMUONOccupancySubprocessor.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -16,4 +20,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
+