Make use of more Automake silent rules
authorP. F. Chimento <philip.chimento@gmail.com>
Sun, 1 May 2011 14:44:45 +0000 (16:44 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Sun, 1 May 2011 14:44:45 +0000 (16:44 +0200)
Add $(AM_V_GEN) to shut up Automake while generating some source
files.

interpreters/git/Makefile.am
interpreters/nitfol/Makefile.am
libchimara/Makefile.am

index 8d5766d6c73f912aa8b28b2514df8791872aebc1..89642c8f1304cf2bb8d82d5686ab36b84415a83c 100644 (file)
@@ -3,10 +3,10 @@ MAJOR = 1
 MINOR = 2
 PATCH = 8
 version.h: Makefile.am
-       echo "// Automatically generated file -- do not edit!" > version.h
-       echo "#define GIT_MAJOR" $(MAJOR) >> version.h
-       echo "#define GIT_MINOR" $(MINOR) >> version.h
-       echo "#define GIT_PATCH" $(PATCH) >> version.h
+       $(AM_V_GEN)echo "// Automatically generated file -- do not edit!" > version.h
+       $(AM_V_at)echo "#define GIT_MAJOR" $(MAJOR) >> version.h
+       $(AM_V_at)echo "#define GIT_MINOR" $(MINOR) >> version.h
+       $(AM_V_at)echo "#define GIT_PATCH" $(PATCH) >> version.h
 
 pkglib_LTLIBRARIES = git.la
 BUILT_SOURCES = version.h
index 82791cb6ca895ffd7cbe0e8f73103f32f4c918fb..c1dca0f6b52e553abe98f1fe2f2bbf630414dc5e 100644 (file)
@@ -32,22 +32,22 @@ BUILT_SOURCES = copying.c dbg_help.h startunix.c dbg_help.texi options.texi
 CLEANFILES = $(BUILT_SOURCES) nitfol.6 
 
 dbg_help.h: inform.y y2help.pl
-       $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
+       $(AM_V_GEN)$(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
 
 dbg_help.texi: inform.y y2help.pl
-       $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
+       $(AM_V_GEN)$(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y
 
 copying.c: COPYING copying.awk
-       $(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c
+       $(AM_V_GEN)$(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c
 
 # nitfol.6: nitfol.opt opt2glkc.pl
-#      $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt
+#      $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt
 
 options.texi: nitfol.opt opt2glkc.pl
-       $(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt
+       $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -info $(srcdir)/nitfol.opt
 
 startunix.c: nitfol.opt opt2glkc.pl
-       $(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt
+       $(AM_V_GEN)$(PERL) $(srcdir)/opt2glkc.pl -unix $(srcdir)/nitfol.opt
 
 EXTRA_DIST = nitfol.opt crashme.inf test.inf 
 
index 54ee6b929141772ce7e20a551e768cc8b82bbefd..65b84bb23e6b7ed9da2eecd4dce610d17dcb4418 100644 (file)
@@ -65,9 +65,9 @@ libchimara_include_HEADERS = \
 
 BUILT_SOURCES = chimara-marshallers.c chimara-marshallers.h
 chimara-marshallers.c: chimara-marshallers.txt
-       glib-genmarshal --body --prefix=_chimara_marshal $< > $@
+       $(AM_V_GEN)glib-genmarshal --body --prefix=_chimara_marshal $< > $@
 
 chimara-marshallers.h: chimara-marshallers.txt
-       glib-genmarshal --header --prefix=_chimara_marshal $< > $@
+       $(AM_V_GEN)glib-genmarshal --header --prefix=_chimara_marshal $< > $@
 
 EXTRA_DIST = doc.c glkstart.c chimara-marshallers.txt