[build] Split out the custom silent rules

The silent rules we use for custom targets should be moved into a
separate Makefile.am that gets included from all the others.
This commit is contained in:
Emmanuele Bassi 2009-09-16 17:43:58 +01:00
parent eb6728f062
commit 83fc188f73
4 changed files with 8 additions and 12 deletions

View File

@ -1,10 +1,6 @@
NULL =
include $(top_srcdir)/build/autotools/Makefile.am.silent
if USE_SHAVE
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
else
QUIET_GEN = $(AM_V_GEN)
endif # USE_SHAVE
NULL =
SUBDIRS = common $(CLUTTER_COGL)

View File

@ -1,10 +1,6 @@
NULL =
include $(top_srcdir)/build/autotools/Makefile.am.silent
if USE_SHAVE
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
else
QUIET_GEN = $(AM_V_GEN)
endif # USE_SHAVE
NULL =
INCLUDES = \
-I$(top_srcdir) \

View File

@ -1,3 +1,5 @@
include $(top_srcdir)/build/autotools/Makefile.am.silent
NULL =
cogl_headers = \

View File

@ -1,3 +1,5 @@
include $(top_srcdir)/build/autotools/Makefile.am.silent
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
libclutterinclude_HEADERS = \
$(top_builddir)/clutter/cogl/cogl.h \