]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Using fixed number of secondaries - 1 in case of laser tracks
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index ecbfd2427087cef8dbf3b00861a5e54f59e8f9ce..f69ed8b65d9ffb0a51b57e8983915a4225650b8f 100644 (file)
@@ -1,13 +1,17 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
 AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
-AliMUON2DStoreValidator.cxx \
-AliMUONPedestalEventGenerator.cxx \
-AliMUONCheckItem.cxx \
-AliMUONCheckItemIterator.cxx
+AliMUONGMSSubprocessor.cxx \
+AliMUONHVSubprocessor.cxx \
+AliMUONGainSubprocessor.cxx \
+AliMUONTrackerPreprocessor.cxx \
+AliMUONTriggerSubprocessor.cxx \
+AliMUONTriggerDCSSubprocessor.cxx \
+AliMUONTriggerPreprocessor.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -15,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
+