summaryrefslogtreecommitdiff
path: root/build/autotools/Makefile.am.silent
diff options
context:
space:
mode:
Diffstat (limited to 'build/autotools/Makefile.am.silent')
-rw-r--r--build/autotools/Makefile.am.silent15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/autotools/Makefile.am.silent b/build/autotools/Makefile.am.silent
new file mode 100644
index 0000000..cb0260d
--- /dev/null
+++ b/build/autotools/Makefile.am.silent
@@ -0,0 +1,15 @@
+# custom rules for quiet builds
+
+QUIET_GEN = $(AM_V_GEN)
+
+QUIET_CGC = $(QUIET_CGC_$(V))
+QUIET_CGC_ = $(QUIET_CGC_$(AM_DEFAULT_VERBOSITY))
+QUIET_CGC_0 = @echo ' CGC '$@;
+
+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 '$@;