]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/libT0rec.pkg
updated dndeta analysis
[u/mrichter/AliRoot.git] / T0 / libT0rec.pkg
index 24efca5c3fc14297752637a4001031d3ffbdade8..600d396d2c55ed06ded574266c74b6ec7eb32175 100644 (file)
@@ -1,10 +1,18 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= AliT0RecPoint.cxx AliT0Reconstructor.cxx AliT0RawReader.cxx AliT0Calibrator.cxx
+SRCS= AliT0Reconstructor.cxx AliT0Calibrator.cxx AliT0CalibLaserData.cxx AliT0QADataMakerRec.cxx AliT0RecoParam.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
 
 DHDR:= T0recLinkDef.h
 
+EINCLUDE:= RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lT0base -lSTEER -lCDB -lSTEERBase \
+                         -lRAWDatarec \
+                         -L$(ROOTLIBDIR) -lGui
+endif