summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
blob: 5dd6a16502c2ce3995069dd31a22b614d49cba55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
API_SRCS = \
	src/u16_mbsinit.c \
	src/u16_mbrtowc.c \
	src/u16_mbstowcs.c \
	src/u16_wcstombs.c \
	src/u16_wcslen.c \
	src/u16_wcsnlen.c \
	src/u16_wcsspn.c \
	src/u16_wcscspn.c \
	src/u16_wcscmp.c \
	src/u16_wcsncmp.c \
	src/u16_wcscpy.c \
	src/u16_wcsncpy.c \
	src/u16_wcpcpy.c \

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)