]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/libTOFrec.pkg
Fixing bugs in FMD reconstruction. Everything should work now
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS  = AliTOFcluster.cxx  AliTOFClusterFinder.cxx  \
5         AliTOFClusterFinderV1.cxx \
6         AliTOFtrack.cxx  \
7         AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx  \
8         AliTOFReconstructor.cxx AliTOFRecoParam.cxx  \
9         AliTOFQADataMakerRec.cxx
10
11 HDRS:= $(SRCS:.cxx=.h)
12
13 DHDR=TOFrecLinkDef.h
14
15 ifeq (win32gcc,$(ALICE_TARGET))
16 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17                          -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
18                          -lRAWDatabase \
19                          -L$(ROOTLIBDIR) -lGeom
20 endif