]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/libZDCrec.pkg
STANDALONE RunType added
[u/mrichter/AliRoot.git] / ZDC / libZDCrec.pkg
index f53af0377c79fa3ae2aad446e29409d4f344e4f9..a914a8fd983c2a8ddad181e193e812d6052f758d 100644 (file)
@@ -1,10 +1,18 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= AliZDCReco.cxx AliZDCReconstructor.cxx
+SRCS= AliZDCReco.cxx AliZDCRecoParam.cxx AliZDCRecoParampp.cxx \
+AliZDCRecoParamPbPb.cxx AliZDCReconstructor.cxx \
+AliZDCQADataMakerRec.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=ZDCrecLinkDef.h
 
 EINCLUDE:=RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEER -lESD -lCDB -lSTEERBase -lZDCbase
+
+endif