]> git.uio.no Git - u/mrichter/AliRoot.git/blame - T0/libT0rec.pkg
container for season time shift
[u/mrichter/AliRoot.git] / T0 / libT0rec.pkg
CommitLineData
dc7ca31d 1#-*- Mode: Makefile -*-
2# $Id$
3
455957bc 4SRCS= AliT0Reconstructor.cxx AliT0Calibrator.cxx AliT0CalibLaserData.cxx AliT0QADataMakerRec.cxx AliT0RecoParam.cxx AliT0QARefData.cxx AliT0CalibSeasonTimeShift.cxx
dc7ca31d 5HDRS= $(SRCS:.cxx=.h)
6
7
8DHDR:= T0recLinkDef.h
9
fc387e80 10EINCLUDE:= RAW
00c1f415 11
12ifeq (win32gcc,$(ALICE_TARGET))
13PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
14 -lT0base -lSTEER -lCDB -lSTEERBase \
15 -lRAWDatarec \
8b13487a 16 -L$(ROOTLIBDIR) -lGui
00c1f415 17endif