1 ARCHDIR = $(shell basename $(shell pwd))
3 OS = $(shell uname | tr "[:upper:]" "[:lower:]")
6 include $(ROOT_DIR)/build/unix/config.mk
9 ifeq ($(BLDCFG), release)
12 ifeq ($(BLDCFG), profile)
15 CFLAGS += -g -O0 -Wall
20 CFLAGS += -fprofile-arcs -ftest-coverage