]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Fixed coverty 'defects'
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index 6519ca17cf532bdd30f8c4b6029d88a3487c4ff3..bcccc199b375f3e098da58990c4d52bd1d66179e 100644 (file)
@@ -13,21 +13,21 @@ SRCS                =  AliFMDInput.cxx              \
                   AliFMDBaseDA.cxx             \
                    AliFMDPedestalDA.cxx                \
                   AliFMDGainDA.cxx             \
-                  AliFMDSpectraDisplay.cxx     \
-                  AliFMDBackgroundCorrection.cxx 
+                  AliFMDSpectraDisplay.cxx     
+
 
 HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDutilLinkDef.h
-EINCLUDE       := RAW FMD/analysis
+EINCLUDE       := RAW
 
-ELIBS           := FMDanalysis
-ELIBSDIR       := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
+#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$(shell root-config --libdir) -lGeom
+                         -L$(ROOTLIBDIR) -lGeom
 endif
 
 #