4 PRFFLAGS := ${DBGFLAGS} -pg
5 WARFLAGS := -Wall -Wextra -pedantic -ansi
7 CXXFLAGS := ${WARFLAGS}
16 PRNTFMT := printf "%-12s: %s\n"
18 PRNTFMT := printf "%-8s: %s\n"
24 # quiet the printf command
26 # quiet the command that is `replaced' by an echo
29 # EAT the printf command as if it was not there
30 Q1 := @true # NOTE: the space between @true and the # is VERY important!!
31 # do not quiet the command output