755625c758
• Depend on autoconf 2.63 • Depend on automake 1.11 • Depend on gobject-introspection 0.6.7 • Depend on gtk-doc 1.13 • Remove Shave from the build
12 lines
285 B
Makefile
12 lines
285 B
Makefile
# custom rules for quiet builds
|
|
|
|
QUIET_GEN = $(AM_V_GEN)
|
|
|
|
QUIET_LN = $(QUIET_LN_$(V))
|
|
QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
|
|
QUIET_LN_0 = @echo ' LN '$@;
|
|
|
|
QUIET_RM = $(QUIET_RM_$(V))
|
|
QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
|
|
QUIET_RM_0 = @echo ' RM '$@;
|