]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Fixed coverty 'defects'
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index 697416506ab4a30dbce751e8ddfb387703568758..bcccc199b375f3e098da58990c4d52bd1d66179e 100644 (file)
@@ -4,11 +4,32 @@
 
 SRCS           =  AliFMDInput.cxx              \
                   AliFMDDisplay.cxx            \
+                  AliFMDPattern.cxx            \
+                  AliFMDFancy.cxx              \
                   AliFMDCalibFaker.cxx         \
-                  AliFMDAlignFaker.cxx         
+                  AliFMDAlignFaker.cxx         \
+                  AliFMDAnaRing.cxx            \
+                  AliFMDAnaESD.cxx             \
+                  AliFMDBaseDA.cxx             \
+                   AliFMDPedestalDA.cxx                \
+                  AliFMDGainDA.cxx             \
+                  AliFMDSpectraDisplay.cxx     
+
+
 HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDutilLinkDef.h
+EINCLUDE       := RAW
+
+#ELIBS           := FMDanalysis
+#ELIBSDIR      := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatarec \
+                         -L$(ROOTLIBDIR) -lGeom
+endif
 
 #
 # EOF
-#
\ No newline at end of file
+#