]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Coding convention violations: suppression
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index af636328be52308ac7b51406658cd251e5fc5c7c..bcccc199b375f3e098da58990c4d52bd1d66179e 100644 (file)
@@ -9,16 +9,25 @@ SRCS          =  AliFMDInput.cxx              \
                   AliFMDCalibFaker.cxx         \
                   AliFMDAlignFaker.cxx         \
                   AliFMDAnaRing.cxx            \
-                  AliFMDAnaESD.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$(shell root-config --libdir) -lGeom
+                         -L$(ROOTLIBDIR) -lGeom
 endif
 
 #