genode/repos/demo/lib/mk/mini_c.mk
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

11 lines
263 B
Makefile

SRC_C = mini_c.c
SRC_CC = snprintf.cc vsnprintf.cc atol.cc strtol.cc strtod.cc \
malloc_free.cc memcmp.cc strlen.cc memset.cc abort.cc \
printf.cc
STDINC = yes
vpath % $(REP_DIR)/src/lib/mini_c
include $(REP_DIR)/lib/import/import-mini_c.mk