]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Adding the new AliRawReaderChain to the Create() mactory method. The URI syntax is...
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index 20312f2e8011906ea94ca50c7faa52e1193772ad..b8400d089f802a62ca0e47f096a268d3fea97d5b 100644 (file)
@@ -7,11 +7,24 @@ SRCS          =  AliFMDInput.cxx              \
                   AliFMDPattern.cxx            \
                   AliFMDFancy.cxx              \
                   AliFMDCalibFaker.cxx         \
-                  AliFMDAlignFaker.cxx         
+                  AliFMDAlignFaker.cxx         \
+                  AliFMDAnaRing.cxx            \
+                  AliFMDAnaESD.cxx             \
+                  AliFMDBaseDA.cxx             \
+                   AliFMDPedestalDA.cxx                \
+                  AliFMDGainDA.cxx
+
 HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDutilLinkDef.h
 EINCLUDE       := RAW
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lGeom
+endif
+
 #
 # EOF
 #