]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/libTOFrec.pkg
added class to handle TOF information including event-time measurement performed...
[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         AliTOFT0maker.cxx \
10         AliTOFT0v1.cxx \
11         AliTOFQADataMakerRec.cxx
12
13 HDRS:= $(SRCS:.cxx=.h)
14
15 DHDR=TOFrecLinkDef.h
16
17 ifeq (win32gcc,$(ALICE_TARGET))
18 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19                          -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
20                          -lRAWDatabase \
21                          -L$(ROOTLIBDIR) -lGeom
22 endif