]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TOF/libTOFrec.pkg
fixed memory leak in PHYSICS DA and updated configuration file with mean multiplicity...
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
CommitLineData
1ab912b4 1#-*- Mode: Makefile -*-
2# $Id$
3
e3bd5504 4SRCS = AliTOFcluster.cxx AliTOFClusterFinder.cxx \
5 AliTOFClusterFinderV1.cxx \
6 AliTOFtrack.cxx \
7 AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx \
6461bb0e 8 AliTOFReconstructor.cxx AliTOFRecoParam.cxx \
536031f2 9 AliTOFT0maker.cxx \
10 AliTOFT0v1.cxx \
e3bd5504 11 AliTOFQADataMakerRec.cxx
1ab912b4 12
13HDRS:= $(SRCS:.cxx=.h)
14
15DHDR=TOFrecLinkDef.h
f9a78ad8 16
17ifeq (win32gcc,$(ALICE_TARGET))
18PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19 -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
20 -lRAWDatabase \
8b13487a 21 -L$(ROOTLIBDIR) -lGeom
f9a78ad8 22endif