mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
[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:
parent
eb6728f062
commit
83fc188f73
@ -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)
|
||||
|
||||
|
@ -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) \
|
||||
|
@ -1,3 +1,5 @@
|
||||
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||
|
||||
NULL =
|
||||
|
||||
cogl_headers = \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user