aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-05 05:22:24 +0000
committerJoão Valverde <j@v6e.pt>2016-02-11 19:21:22 +0000
commit436d01404a5ebfff2776547da32f1872e9573a56 (patch)
tree8584289a0b8fa70da27af2be4ce17fdbf1f98775 /Makefile.am.inc
parent15862fd3266b38bb3cbb5deba639f0c2bf64671e (diff)
autotools: Add more silent build rules
Change-Id: I4abff8880d5b3ff439e6abc9cf3c2d17897501ea Reviewed-on: https://code.wireshark.org/review/13816 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index 5b171aaf96..e1591a498a 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -65,6 +65,15 @@ AM_V_SED = $(am__v_SED_@AM_V@)
am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@)
am__v_SED_0 = @echo " SED " $@;
+# _PYTHON is a reserved automake keyword
+AM_V_python = $(am__v_python_@AM_V@)
+am__v_python_ = $(am__v_python_@AM_DEFAULT_V@)
+am__v_python_0 = @echo " PYTHON " $@;
+
+AM_V_YACC = $(am__v_YACC_@AM_V@)
+am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
+am__v_YACC_0 = @echo " YACC " $@;
+
.l.c:
$(AM_V_RUNLEX)$(RUNLEX) "$(LEX)" "$(SED)" -o$@ $<