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/sqlite.mk

10 lines
145 B
Makefile

SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
INC_DIR += $(SQLITE_DIR)
LIBS += libc
SRC_C = sqlite3.c
vpath %.c $(SQLITE_DIR)