[gnome-online-accounts] build: Use AM_V_GEN where applicable



commit 1af4107dfb84a00727c0c2ecfc182fb86d7c832c
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Oct 3 15:37:59 2013 +0200

    build: Use AM_V_GEN where applicable

 src/goa/Makefile.am         |   10 +++++-----
 src/goaidentity/Makefile.am |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/goa/Makefile.am b/src/goa/Makefile.am
index 6531830..8334a79 100644
--- a/src/goa/Makefile.am
+++ b/src/goa/Makefile.am
@@ -36,7 +36,7 @@ dbus_built_sources = goa-generated.c goa-generated.h goa-generated-doc-org.gnome
 BUILT_SOURCES += $(dbus_built_sources)
 
 $(dbus_built_sources) : Makefile.am $(top_srcdir)/data/dbus-interfaces.xml
-       gdbus-codegen                                                                   \
+       $(AM_V_GEN) gdbus-codegen                                                                       \
                --interface-prefix org.gnome.OnlineAccounts.                            \
                --c-namespace Goa                                                       \
                --c-generate-object-manager                                             \
@@ -48,12 +48,12 @@ $(dbus_built_sources) : Makefile.am $(top_srcdir)/data/dbus-interfaces.xml
 # ----------------------------------------------------------------------------------------------------
 
 goaenumtypes.h: goaenums.h goaenumtypes.h.template
-       ( top_builddir=`cd $(top_builddir) && pwd`;                                             \
+       $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`;                                               
  \
         cd $(srcdir) && glib-mkenums --template goaenumtypes.h.template goaenums.h ) >         \
           goaenumtypes.h.tmp && mv goaenumtypes.h.tmp goaenumtypes.h
 
 goaenumtypes.c: goaenums.h goaenumtypes.h goaenumtypes.c.template
-       ( top_builddir=`cd $(top_builddir) && pwd`;                                             \
+       $(AM_V_GEN) ( top_builddir=`cd $(top_builddir) && pwd`;                                               
  \
         cd $(srcdir) && glib-mkenums --template goaenumtypes.c.template goaenums.h ) >         \
           goaenumtypes.c.tmp && mv goaenumtypes.c.tmp goaenumtypes.c
 
@@ -123,7 +123,7 @@ typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = Goa-1.0.typelib
 
 Goa-1.0.gir: $(libgoa_1_0_la_SOURCES)
-       $(INTROSPECTION_SCANNER) -v                             \
+       $(AM_V_GEN) $(INTROSPECTION_SCANNER) -v                                 \
                --warn-all                                      \
                --namespace Goa                                 \
                --nsversion=1.0                                 \
@@ -148,7 +148,7 @@ Goa-1.0.gir: libgoa-1.0.la $(INTROSPECTION_SCANNER) Makefile.am
 
 
 Goa-1.0.typelib: Goa-1.0.gir $(INTROSPECTION_COMPILER)
-       $(INTROSPECTION_COMPILER) $< -o $@
+       $(AM_V_GEN) $(INTROSPECTION_COMPILER) $< -o $@
 
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 
diff --git a/src/goaidentity/Makefile.am b/src/goaidentity/Makefile.am
index dbce960..43fe26c 100644
--- a/src/goaidentity/Makefile.am
+++ b/src/goaidentity/Makefile.am
@@ -52,7 +52,7 @@ identity_dbus_built_sources =                                 \
        $(NULL)
 
 $(identity_dbus_built_sources) : Makefile.am org.gnome.Identity.xml
-       gdbus-codegen                                           \
+       $(AM_V_GEN) gdbus-codegen                                               \
                --interface-prefix org.gnome.Identity.          \
                --c-namespace GoaIdentityService                \
                --c-generate-object-manager                     \
@@ -80,7 +80,7 @@ realmd_dbus_built_sources =                                   \
        $(NULL)
 
 $(realmd_dbus_built_sources) : Makefile.am org.freedesktop.realmd.xml
-       gdbus-codegen                                           \
+       $(AM_V_GEN) gdbus-codegen                                               \
                --interface-prefix org.freedesktop.realmd.      \
                --generate-c-code org.freedesktop.realmd        \
                --c-generate-object-manager                     \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]