mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
ca971bbfd8
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
11 lines
263 B
Makefile
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
|