]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/libT0rec.pkg
for current DA
[u/mrichter/AliRoot.git] / T0 / libT0rec.pkg
index 5d0d86619a712ca6418a096b3e523a8dfb35b53f..9d6b2a95d73e847fe5cef7f0138e315a6bc945ed 100644 (file)
@@ -1,10 +1,18 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= AliT0RecPoint.cxx AliT0Reconstructor.cxx AliT0RawReader.cxx 
+SRCS= AliT0Reconstructor.cxx AliT0Calibrator.cxx AliT0CalibLaserData.cxx AliT0QADataMakerRec.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$(shell root-config --libdir) -lGui
+endif