]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDrec.pkg
C0OB0-D-NOPF-ALLNOTRD trigger added to the cosmic list.
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
index cacfcef0ed688d5b8043818be9049f800ab7f858..0505030b7b8edbb4d9e20366d6f0353a94274c94 100644 (file)
@@ -3,17 +3,23 @@
 # $Id$
 
 SRCS           =  AliFMDReconstructor.cxx      \
+                  AliFMDRecoParam.cxx          \
                   AliFMDRawStream.cxx          \
                   AliFMDRawReader.cxx          \
-                  AliFMDMultAlgorithm.cxx      \
-                  AliFMDMultNaiive.cxx         \
-                  AliFMDMultPoisson.cxx        \
-                  AliFMDMultRegion.cxx         \
-                  AliFMDMult.cxx               \
-                  AliFMDMultStrip.cxx          
+                  AliFMDRecPoint.cxx           \
+                  AliFMDQADataMakerRec.cxx     \
+                  AliFMDOfflineTrigger.cxx     \
+                  AliFMDESDRevertexer.cxx      
+
 HDRS           =  $(SRCS:.cxx=.h)
 DHDR           := FMDrecLinkDef.h
-EINCLUDE       := $(ALICE)/RAW
+EINCLUDE       := RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDbase -lSTEER -lESD -lSTEERBase \
+                         -lRAWDatarec
+endif
 
 #
 # EOF