]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/libTOFrec.pkg
fix of some rule violations
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
index adde00b677afead59a5ae6d323709c1ad91c5f95..a2fe5d6ce0f3f33e06910bc45e3a3daff91576a1 100644 (file)
@@ -1,10 +1,22 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS  = AliTOFtrack.cxx  AliTOFtracker.cxx  AliTOFpidESD.cxx  \
-       AliTOFReconstructor.cxx  \
-       AliTOFPID.cxx  AliTOFProb.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