[Xfce4-commits] <libxfce4ui:master> Silent the build.
Nick Schermer
noreply at xfce.org
Sun Oct 18 15:26:03 CEST 2009
Updating branch refs/heads/master
to 964038ac034c07552763ec6d262e6a0d651dbd51 (commit)
from 299c131dc729668125c02118c39cc79253764d94 (commit)
commit 964038ac034c07552763ec6d262e6a0d651dbd51
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 15:24:18 2009 +0200
Silent the build.
configure.in.in | 1 +
docs/Makefile.am | 1 -
libxfce4ui/Makefile.am | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index d93e018..f8a7a69 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -43,6 +43,7 @@ dnl ***************************
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl *******************************
dnl *** Check for UNIX variants ***
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ba551be..a64d138 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -30,7 +30,6 @@ CFILE_GLOB=$(top_srcdir)/libxfce4ui/*.c
# Header files to ignore when scanning
IGNORE_HFILES= \
libxfce4ui.h \
- libxfce4ui-alias.h \
libxfce4ui-private.h \
xfce-heading.h
diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index 5515d5a..a208b83 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -101,13 +101,13 @@ TESTS = \
libxfce4ui-marshal.h: stamp-libxfce4ui-marshal.h
@true
stamp-libxfce4ui-marshal.h: libxfce4ui-marshal.list Makefile
- glib-genmarshal --prefix=_libxfce4ui_marshal --header $(srcdir)/libxfce4ui-marshal.list >xgen-lmh
+ $(AM_V_GEN) glib-genmarshal --prefix=_libxfce4ui_marshal --header $(srcdir)/libxfce4ui-marshal.list >xgen-lmh
cmp -s xgen-lmh libxfce4-marshal.h || cp xgen-lmh libxfce4ui-marshal.h
rm -f xgen-lmh
echo timestamp >$(@F)
libxfce4ui-marshal.c: libxfce4ui-marshal.list Makefile
- echo "#include <libxfce4ui/libxfce4ui-marshal.h>" > xgen-lmc
+ $(AM_V_GEN) echo "#include <libxfce4ui/libxfce4ui-marshal.h>" > xgen-lmc
glib-genmarshal --prefix=_libxfce4ui_marshal --body $(srcdir)/libxfce4ui-marshal.list >>xgen-lmc
cmp -s xgen-lmc libxfce4-marshal.c || cp xgen-lmc libxfce4ui-marshal.c
rm -f xgen-lmc
@@ -115,7 +115,7 @@ libxfce4ui-marshal.c: libxfce4ui-marshal.list Makefile
libxfce4ui-enum-types.h: stamp-libxfce4ui-enum-types.h
@true
stamp-libxfce4ui-enum-types.h: $(libxfce4ui_enum_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#ifndef __LIBXFCE4UI_ENUM_TYPES_H__\n#define __LIBXFCE4UI_ENUM_TYPES_H__\n\nG_BEGIN_DECLS\n\n" \
--fprod "/* enumerations from \"@filename@\" */\n\n" \
--vhead "GType @enum_name at _get_type(void) G_GNUC_CONST;\n#define XFCE_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n\n" \
@@ -125,7 +125,7 @@ stamp-libxfce4ui-enum-types.h: $(libxfce4ui_enum_headers) Makefile
rm -f xgen-leth
echo timestamp > $(@F)
libxfce4ui-enum-types.c: $(libxfce4ui_enum_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#include <libxfce4ui/libxfce4ui.h>\n\n" \
--fprod "/* enumerations from \"@filename@\" */\n\n" \
--vhead "GType\n at enum_name@_get_type(void)\n{\n static GType type = 0;\n\n if(!type) {\n static const G at Type@Value values[] = {"\
More information about the Xfce4-commits
mailing list