]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/libT0rec.pkg
Modified file access mode
[u/mrichter/AliRoot.git] / T0 / libT0rec.pkg
index 91e9bc0e98698ee32c2115a59139697364586f3d..9d6b2a95d73e847fe5cef7f0138e315a6bc945ed 100644 (file)
@@ -1,7 +1,7 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= AliT0RecPoint.cxx AliT0Reconstructor.cxx AliT0RawReader.cxx AliT0Calibrator.cxx AliT0CalibLaserData.cxx
+SRCS= AliT0Reconstructor.cxx AliT0Calibrator.cxx AliT0CalibLaserData.cxx AliT0QADataMakerRec.cxx 
 
 HDRS= $(SRCS:.cxx=.h)
 
@@ -9,3 +9,10 @@ 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