]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDrec.pkg
added macro to access noise reference data
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
index 9a701591c4e21e7de81bce573d9a2face1235464..0505030b7b8edbb4d9e20366d6f0353a94274c94 100644 (file)
@@ -3,13 +3,24 @@
 # $Id$
 
 SRCS           =  AliFMDReconstructor.cxx      \
+                  AliFMDRecoParam.cxx          \
                   AliFMDRawStream.cxx          \
                   AliFMDRawReader.cxx          \
-                  AliFMDRecPoint.cxx           
+                  AliFMDRecPoint.cxx           \
+                  AliFMDQADataMakerRec.cxx     \
+                  AliFMDOfflineTrigger.cxx     \
+                  AliFMDESDRevertexer.cxx      
+
 HDRS           =  $(SRCS:.cxx=.h)
 DHDR           := FMDrecLinkDef.h
 EINCLUDE       := RAW
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDbase -lSTEER -lESD -lSTEERBase \
+                         -lRAWDatarec
+endif
+
 #
 # EOF
 #