4 T_PRFFLAGS := ${G_DBGFLAGS} -pg
5 T_WARFLAGS := -Wall -Wextra -pedantic -ansi
7 G_CXXFLAGS := ${T_WARFLAGS}
9 G_CXXFLAGS += ${T_OPTFLAGS}
12 G_CXXFLAGS += ${T_OPTFLAGS}
14 G_CXXFLAGS += ${T_DBGFLAGS}
31 PRNTFMT := printf "%-12s: %s\n"
33 PRNTFMT := printf "%-8s: %s\n"
39 # quiet the printf command
41 # quiet the command that is `replaced' by an echo
44 # EAT the printf command as if it was not there
45 Q1 := @true # NOTE: the space between @true and the # is VERY important!!
46 # do not quiet the command output