]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/libTOFrec.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / TOF / libTOFrec.pkg
index 503bfda1fa9a02e50979e485f5a237582e94652c..b2d73efbb0af74a0fa4ab71fa3622bc160ccbd23 100644 (file)
@@ -2,8 +2,15 @@
 # $Id$
 
 SRCS  = AliTOFcluster.cxx  AliTOFClusterFinder.cxx  AliTOFtrack.cxx  AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx  \
-       AliTOFpidESD.cxx  AliTOFReconstructor.cxx AliTOFRecoParam.cxx
+       AliTOFpidESD.cxx  AliTOFReconstructor.cxx AliTOFRecoParam.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$(shell root-config --libdir) -lGeom
+endif