]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TOF/libTOFrec.pkg
Minor changes
[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 \
e3bd5504 9 AliTOFQADataMakerRec.cxx
1ab912b4 10
11HDRS:= $(SRCS:.cxx=.h)
12
13DHDR=TOFrecLinkDef.h
f9a78ad8 14
15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17 -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
18 -lRAWDatabase \
19 -L$(shell root-config --libdir) -lGeom
20endif