# Truck Computer Dooom! # # Douglas Thrift # # $Id$ SHELL :=/usr/local/bin/bash -O extglob -O xpg_echo CPPFLAGS := -MD -I$(common) $(shell pcre-config --cflags) CXXFLAGS := -Wall -g -O2 $(shell $(common)/cpu.sh) LDFLAGS := -L$(common) LDLIBS := $(shell pcre-config --libs) -lsqlite3 -ltruck -lpthread reset :=\e[0m bright :=\e[1m dim :=\e[2m underscore :=\e[4m blink :=\e[5m reverse :=\e[7m hidden :=\e[8m black :=\e[30m red :=\e[31m green :=\e[32m yellow :=\e[33m blue :=\e[34m magenta :=\e[35m cyan :=\e[36m white :=\e[37m black_ :=\e[40m red_ :=\e[41m green_ :=\e[42m yellow_ :=\e[43m blue_ :=\e[44m magenta_ :=\e[45m cyan_ :=\e[46m white_ :=\e[47m %.o: %.cpp @echo "$(bright)$(white)compile\t$(blue)[$(reset)$(