]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/libVZEROrec.pkg
totEt updates from Christine
[u/mrichter/AliRoot.git] / VZERO / libVZEROrec.pkg
index 2ca005672d419790fd0036a0766e3ebad89c3c87..04addcf05205f2ff7d84dc64f369afb4491ece3a 100644 (file)
@@ -2,7 +2,11 @@
 # $Id$
 
 SRCS= AliVZEROReconstructor.cxx \
-      AliVZERORawStream.cxx
+      AliVZERORawStream.cxx \
+      AliVZEROQADataMakerRec.cxx \
+      AliVZEROTrigger.cxx \
+      AliVZEROTriggerMask.cxx \
+      AliVZERORecoParam.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -10,3 +14,9 @@ DHDR:=VZEROrecLinkDef.h
 
 EINCLUDE:= STRUCT STEER RAW
 
+ifeq (win32gcc,$(ALICE_TARGET))   
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lVZERObase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatarec -lRAWDatabase   \
+                         -L$(ROOTLIBDIR) -lGeom   
+endif