]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Coding convention violations: suppression
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index d3d1e43c9bc818d074f3a3b7d23a44da17fd2997..bcccc199b375f3e098da58990c4d52bd1d66179e 100644 (file)
@@ -3,10 +3,33 @@
 # $Id$
 
 SRCS           =  AliFMDInput.cxx              \
-                  AliFMDDisplay.cxx
+                  AliFMDDisplay.cxx            \
+                  AliFMDPattern.cxx            \
+                  AliFMDFancy.cxx              \
+                  AliFMDCalibFaker.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
+#