]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDrec.pkg
CSP registers depend of FEE firmware, not RCU firmware
[u/mrichter/AliRoot.git] / FMD / libFMDrec.pkg
index cacfcef0ed688d5b8043818be9049f800ab7f858..183861dca24c292076e31df6ecc785018037b467 100644 (file)
@@ -5,15 +5,18 @@
 SRCS           =  AliFMDReconstructor.cxx      \
                   AliFMDRawStream.cxx          \
                   AliFMDRawReader.cxx          \
-                  AliFMDMultAlgorithm.cxx      \
-                  AliFMDMultNaiive.cxx         \
-                  AliFMDMultPoisson.cxx        \
-                  AliFMDMultRegion.cxx         \
-                  AliFMDMult.cxx               \
-                  AliFMDMultStrip.cxx          
+                  AliFMDRecPoint.cxx           \
+                  AliFMDQADataMakerRec.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