mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 16:49:45 +08:00
Regenerate Makefile.in. Fixes: 71511d4ac8686 ("getlocalename_l: implement per SUS Base Specifications Issue 8 draft") Reported-by: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca> Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
31 lines
561 B
Makefile
31 lines
561 B
Makefile
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%/getlocalename_l.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%/getlocalename_l.def \
|
|
%D%/locale.def \
|
|
%D%/newlocale.def \
|
|
%D%/uselocale.def
|
|
|
|
LIBC_CHAPTERS += %D%/locale.tex
|