]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/libTOFrec.pkg
c Version 1.38
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
index b2d73efbb0af74a0fa4ab71fa3622bc160ccbd23..a2fe5d6ce0f3f33e06910bc45e3a3daff91576a1 100644 (file)
@@ -1,8 +1,14 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS  = AliTOFcluster.cxx  AliTOFClusterFinder.cxx  AliTOFtrack.cxx  AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx  \
-       AliTOFpidESD.cxx  AliTOFReconstructor.cxx AliTOFRecoParam.cxx AliTOFQADataMakerRec.cxx 
+SRCS  = AliTOFcluster.cxx  AliTOFClusterFinder.cxx  \
+       AliTOFClusterFinderV1.cxx \
+        AliTOFtrack.cxx  \
+       AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx  \
+       AliTOFReconstructor.cxx AliTOFRecoParam.cxx  \
+       AliTOFT0maker.cxx \
+       AliTOFT0v1.cxx \
+       AliTOFQADataMakerRec.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -12,5 +18,5 @@ ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
                          -lRAWDatabase \
-                         -L$(shell root-config --libdir) -lGeom
+                         -L$(ROOTLIBDIR) -lGeom
 endif