]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/libVZEROrec.pkg
Bug fixed
[u/mrichter/AliRoot.git] / VZERO / libVZEROrec.pkg
index 6878a499fe84e54328320574ea37704f689ba9e5..87a01588c6e7417e719ab0e41ae434f78b0409d8 100644 (file)
@@ -1,8 +1,11 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= \
-AliVZEROReconstructor.cxx
+SRCS= AliVZEROReconstructor.cxx \
+      AliVZERORawStream.cxx \
+      AliVZEROQADataMakerRec.cxx \
+      AliVZEROTrigger.cxx \
+      AliVZEROTriggerMask.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -10,3 +13,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$(shell root-config --libdir) -lGeom   
+endif