You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genode/repos/libports/lib/mk/libc-isc.mk

10 lines
198 B
Makefile

LIBC_ISC_DIR = $(LIBC_DIR)/lib/libc/isc
INC_DIR += $(LIBC_DIR)/lib/libc/isc
SRC_C = $(notdir $(wildcard $(LIBC_ISC_DIR)/*.c))
include $(REP_DIR)/lib/mk/libc-common.inc
vpath %.c $(LIBC_ISC_DIR)