changeset 138:8b9b31acf632

build: Apply silent rules to mkoctfile * Makefile.am (AM_V_MKOCTFILE): Define new silent rule prefix.
author Mike Miller <mtmiller@octave.org>
date Mon, 04 Apr 2016 16:13:03 -0700
parents e803c9927dd9
children b12908ffa6df
files Makefile.am
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Apr 04 15:59:32 2016 -0700
+++ b/Makefile.am	Mon Apr 04 16:13:03 2016 -0700
@@ -15,10 +15,15 @@
 arrayobjectdefs.h octave_to_python.h exceptions.h   \
 exceptions.cc python_to_octave.h config.h
 
+AM_V_MKOCTFILE = $(am__v_MKOCTFILE_$(V))
+am__v_MKOCTFILE_ = $(am__v_MKOCTFILE_$(AM_DEFAULT_VERBOSITY))
+am__v_MKOCTFILE_0 = @echo "  MKOCTFIL" $@;
+am__v_MKOCTFILE_1 =
+
 all-am: py.oct
 
 %.oct: %.cc arrayobjectdefs.h config.h exceptions.h octave_to_python.h python_to_octave.h
-	$(MKOCTFILE) $(DEFS) $(DEFAULT_INCLUDES) $(_pytave_la_CPPFLAGS) $< exceptions.cc octave_to_python.cc python_to_octave.cc -l$(BOOST_PYTHON_LIB) $(PYTHON_LIBS) -o $@
+	$(AM_V_MKOCTFILE)$(MKOCTFILE) $(DEFS) $(DEFAULT_INCLUDES) $(_pytave_la_CPPFLAGS) $< exceptions.cc octave_to_python.cc python_to_octave.cc -l$(BOOST_PYTHON_LIB) $(PYTHON_LIBS) -o $@
 
 CLEANFILES = *.oct