]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/libTOFrec.pkg
Test suite for event-embedding (Adam).
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS  = AliTOFcluster.cxx  AliTOFClusterFinder.cxx  AliTOFtrack.cxx  AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx  \
5         AliTOFpidESD.cxx  AliTOFReconstructor.cxx AliTOFRecoParam.cxx AliTOFQADataMakerRec.cxx 
6
7 HDRS:= $(SRCS:.cxx=.h)
8
9 DHDR=TOFrecLinkDef.h
10
11 ifeq (win32gcc,$(ALICE_TARGET))
12 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
13                          -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
14                          -lRAWDatabase \
15                          -L$(shell root-config --libdir) -lGeom
16 endif