]> 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 ec877bbf06f696686ae4042ac7c881d6c6d21627..183861dca24c292076e31df6ecc785018037b467 100644 (file)
@@ -1,10 +1,23 @@
 #-*- Mode: Makefile -*-
+#
 # $Id$
 
-SRCS= AliFMDReconstructor.cxx AliFMDReconstParticles.cxx
+SRCS           =  AliFMDReconstructor.cxx      \
+                  AliFMDRawStream.cxx          \
+                  AliFMDRawReader.cxx          \
+                  AliFMDRecPoint.cxx           \
+                  AliFMDQADataMakerRec.cxx             
 
+HDRS           =  $(SRCS:.cxx=.h)
+DHDR           := FMDrecLinkDef.h
+EINCLUDE       := RAW
 
-HDRS= $(SRCS:.cxx=.h)
-
-DHDR:=FMDrecLinkDef.h
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDbase -lSTEER -lESD -lSTEERBase \
+                         -lRAWDatarec
+endif
 
+#
+# EOF
+#