62a63,72 > > ## If the NICEOUTPUT CONDITIONAL is defined, enable silent make output > ## and also enable achoing of what is happening > if NICEOUTPUT > .SILENT: > QUIET_ECHO=echo > else > QUIET_ECHO=: > endif >