]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/libTOFrec.pkg
c Version 1.38
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
index 86b7f6644f76d669d00dc277c3ef7600113132f2..a2fe5d6ce0f3f33e06910bc45e3a3daff91576a1 100644 (file)
@@ -1,9 +1,22 @@
 #-*- 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)
 
 DHDR=TOFrecLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lTOFbase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatabase \
+                         -L$(ROOTLIBDIR) -lGeom
+endif