]> 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 8a2516e0dd2bd6f25acc4f0fc1b23416a0f30802..76f09caefa66263a301f5d53ce9b9b0ea693a2bb 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -5,10 +6,13 @@ AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
 AliMUONGMSSubprocessor.cxx \
-AliMUON2DStoreValidator.cxx \
-AliMUONPedestalEventGenerator.cxx \
-AliMUONCheckItem.cxx \
-AliMUONCheckItemIterator.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
+