makefile: make silent rule work also for generated files
commitd9438e65efe4e80f5c9e825a7975bd4fded4f868
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 7 Dec 2014 16:10:17 +0000 (7 17:10 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:18 +0000 (10 10:19 +0000)
tree311e30ac76a7d877715dbabf3ff5f399206db990
parent4bed8d14d77e5c66a5f635cc730c3458a1a292a5
makefile: make silent rule work also for generated files

A few files are generated using custom commands, which so far did not
follow the silent rule as the compilation stuff.

This patch adds the needed stuff so they will also be silent if the user
wants so, leading to a cleaner build process where warning/error messages
are more visible.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WindowMaker/Defaults/Makefile.am
WindowMaker/IconSets/Makefile.am
src/Makefile.am
util/Makefile.am