# hhl.staticlib.sbase.mk - hhl - /usr/include/mk # Copyright 2020 Nathan Fisher # doinstall = false src = $(shell find src/ -name '*.c') include hhl.staticlib.mk cppflags += -D__LIBC__ cppflags += -DHAVE_CONFIG_H cflags += -Werror=deprecated-declarations cflags += -Werror-implicit-function-declaration ldflags += -I../../include/openbsd ldflags += -I./include ldflags += -I./include/hidden ldflags += -include config.h ldflags += -include namespace.h