1 ARCHDIR = $(shell basename $(shell pwd))
3 OS = $(shell uname | tr "[:upper:]" "[:lower:]")
4 ROOT_DIR = ../../../../..
6 include $(ROOT_DIR)/build/unix/config.mk
8 ifeq ($(BLDCFG), release)
11 ifeq ($(BLDCFG), profile)
19 CFLAGS += -fprofile-arcs -ftest-coverage
22 CFLAGS += $(MACH) $(INCLUDE)
28 include ../testrpa2.mk