summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
blob: 66ff3ab09af875c7fbc40e40d009b1ab666b4543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
API_SRCS = \
	src/u16_mbsinit.c \
	src/u16_mbrtowc.c \
	src/u16_mbstowcs.c \
	src/u16_wcstombs.c \
	src/u16_wcslen.c \

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)