summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
blob: 74865ebe6df08130b8e4661466dc183c8871b6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 \
	src/u16_wcpncpy.c \
	src/u16_wcsdup.c \

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)