]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Version number incremented
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index e094ed7f1c65d0ad80564269ddffd9e34836d422..ec30de353ff1ea9b8f9d9beec35a683ef9619b08 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -5,11 +6,11 @@ AliMUONPreprocessor.cxx \
 AliMUONVSubprocessor.cxx \
 AliMUONPedestalSubprocessor.cxx \
 AliMUONGMSSubprocessor.cxx \
-AliMUON2DStoreValidator.cxx \
-AliMUONPedestalEventGenerator.cxx \
-AliMUONCheckItem.cxx \
-AliMUONCheckItemIterator.cxx \
-AliMUONHVSubprocessor.cxx
+AliMUONHVSubprocessor.cxx \
+AliMUONGainSubprocessor.cxx \
+AliMUONTrackerPreprocessor.cxx \
+AliMUONTriggerSubprocessor.cxx \
+AliMUONTriggerPreprocessor.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -17,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
+