Add libc/regex to libc, fix #64

This commit is contained in:
Norman Feske 2012-01-04 22:10:46 +01:00
parent 0938e3ef06
commit 938ffd2bd5
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
LIBC_REGEX_DIR = $(LIBC_DIR)/libc/regex
#
# 'engine.c' is meant to be included by other compilation units. It cannot
# be compiled individually.
#
FILTER_OUT = engine.c
SRC_C = $(filter-out $(FILTER_OUT),$(notdir $(wildcard $(LIBC_REGEX_DIR)/*.c)))
include $(REP_DIR)/lib/mk/libc-common.inc
vpath %.c $(LIBC_REGEX_DIR)

View File

@ -3,7 +3,7 @@
#
LIBS = libc-string libc-locale libc-stdlib libc-stdio libc-gen libc-gdtoa \
libc-inet libc-stdtime
libc-inet libc-stdtime libc-regex
LIBS += timed_semaphore cxx
#