]> git.uio.no Git - u/mrichter/AliRoot.git/blame - T0/libT0shuttle.pkg
For rare clusters with equal charge pads do just CoG().
[u/mrichter/AliRoot.git] / T0 / libT0shuttle.pkg
CommitLineData
dc7ca31d 1#-*- Mode: Makefile -*-
2# $Id$
3
297e6de7 4SRCS = AliT0Preprocessor.cxx AliT0DataDCS.cxx AliT0PreprocessorCosmic.cxx
2962b5f7 5# AliT0CalibWalk.cxx AliT0CalibTimeEq.cxx
dc7ca31d 6HDRS:= $(SRCS:.cxx=.h)
7
8DHDR= T0shuttleLinkDef.h
9
10EINCLUDE:=RAW
00c1f415 11
12ifeq (win32gcc,$(ALICE_TARGET))
13PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
14 -lT0base -lCDB -lSTEERBase
15endif