4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 21:09:22 +08:00

29 lines
509 B
PHP
Raw Normal View History

libc_a_SOURCES += \
%D%/setlocale.h \
%D%/locale.c \
%D%/localeconv.c
## The following interfaces are EL/IX level 2
if !ELIX_LEVEL_1
libc_a_SOURCES += \
%D%/duplocale.c \
%D%/freelocale.c \
%D%/lctype.c \
%D%/lmessages.c \
%D%/lnumeric.c \
%D%/lmonetary.c \
%D%/newlocale.c \
%D%/nl_langinfo.c \
%D%/timelocal.c \
%D%/uselocale.c
endif
LIBC_CHEWOUT_FILES += \
%D%/duplocale.def \
%D%/freelocale.def \
%D%/locale.def \
%D%/newlocale.def \
%D%/uselocale.def
LIBC_CHAPTERS += %D%/locale.tex