]> 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 ce2a2932ca5985cbc760ed3de900430dee42ceef..183861dca24c292076e31df6ecc785018037b467 100644 (file)
@@ -2,12 +2,21 @@
 #
 # $Id$
 
-SRCS           =  AliFMDReconstructor.cxx \
-                  AliFMDRawStream.cxx  \
-                  AliFMDParticles.cxx
+SRCS           =  AliFMDReconstructor.cxx      \
+                  AliFMDRawStream.cxx          \
+                  AliFMDRawReader.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