Rev 30 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Colors to assist visual inspection of make output.# ColorsLGRAY=$$'\e[0;37m'DGRAY=$$'\e[1;30m'LGREEN=$$'\e[1;32m'LBLUE=$$'\e[1;34m'LCYAN=$$'\e[1;36m'LPURPLE=$$'\e[1;35m'LRED=$$'\e[1;31m'NO_COLOR=$$'\e[0m'DEFAULT=$$'\e[0m'BLACK=$$'\e[0;30m'BLUE=$$'\e[0;34m'GREEN=$$'\e[0;32m'CYAN=$$'\e[0;36m'RED=$$'\e[0;31m'PURPLE=$$'\e[0;35m'BROWN=$$'\e[0;33m'YELLOW=$$'\e[1;33m'WHITE=$$'\e[1;37m'BOLD=$$'\e[1;37m'OFF=$$'\e[0m'