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

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)