[telepathy-glib/master] Replace the duplicate definitions of QUIET_GEN with an include of tools/shave.mk.
Jonny Lamb
jonny.lamb at collabora.co.uk
Sat Apr 18 15:12:08 PDT 2009
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
examples/extensions/Makefile.am | 6 ++----
telepathy-glib/Makefile.am | 4 +---
tests/dbus/Makefile.am | 4 +---
tools/Makefile.am | 4 +---
4 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index 84b3041..0bd2e37 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -7,12 +7,10 @@
# class, or by omitting those options entirely we could have made an extension
# that will work on TpProxy or any subclass of TpProxy.
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-
tools_dir = $(top_srcdir)/tools
+include $(tools_dir)/shave.mk
+
AM_CFLAGS = \
$(ERROR_CFLAGS) \
$(DBUS_CFLAGS) \
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 5285a2b..8a3492e 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -1,6 +1,4 @@
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+include $(top_srcdir)/tools/shave.mk
tpgincludedir=$(includedir)/telepathy-1.0/telepathy-glib
genincludedir=$(tpgincludedir)/_gen
diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index af72934..1f6386f 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -1,6 +1,4 @@
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+include $(top_srcdir)/tools/shave.mk
noinst_PROGRAMS = \
test-call-cancellation \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2bc786d..a470704 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,4 @@
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+include $(top_srcdir)/tools/shave.mk
abs_top_builddir = @abs_top_builddir@
--
1.5.6.5
More information about the telepathy-commits
mailing list