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