mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -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
|
NULL =
|
||||||
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
|
|
||||||
else
|
|
||||||
QUIET_GEN = $(AM_V_GEN)
|
|
||||||
endif # USE_SHAVE
|
|
||||||
|
|
||||||
SUBDIRS = common $(CLUTTER_COGL)
|
SUBDIRS = common $(CLUTTER_COGL)
|
||||||
|
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
NULL =
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||||
|
|
||||||
if USE_SHAVE
|
NULL =
|
||||||
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
|
|
||||||
else
|
|
||||||
QUIET_GEN = $(AM_V_GEN)
|
|
||||||
endif # USE_SHAVE
|
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
cogl_headers = \
|
cogl_headers = \
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
include $(top_srcdir)/build/autotools/Makefile.am.silent
|
||||||
|
|
||||||
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/cogl
|
||||||
libclutterinclude_HEADERS = \
|
libclutterinclude_HEADERS = \
|
||||||
$(top_builddir)/clutter/cogl/cogl.h \
|
$(top_builddir)/clutter/cogl/cogl.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user