1 2 3 4 5 6 7 8 9 10 11 12
HOST_OS=$(shell uname) CC=gcc AR=ar RANLIB=ranlib WFLAGS = -Wall -Werror -Wno-format CFLAGS?=-O2 CPPFLAGS= LDFLAGS= LIBS=