Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / locale / Makefile.inc
blob0189643c2a9438eee3032f565c18947f2cfbcd50
1 libc_a_SOURCES += \
2         %D%/setlocale.h \
3         %D%/locale.c \
4         %D%/localeconv.c
6 ## The following interfaces are EL/IX level 2
7 if !ELIX_LEVEL_1
8 libc_a_SOURCES += \
9         %D%/duplocale.c \
10         %D%/freelocale.c \
11         %D%/getlocalename_l.c \
12         %D%/lctype.c \
13         %D%/lmessages.c \
14         %D%/lnumeric.c \
15         %D%/lmonetary.c \
16         %D%/newlocale.c \
17         %D%/nl_langinfo.c \
18         %D%/timelocal.c \
19         %D%/uselocale.c
20 endif
22 LIBC_CHEWOUT_FILES += \
23         %D%/duplocale.def \
24         %D%/freelocale.def \
25         %D%/locale.def \
26         %D%/newlocale.def \
27         %D%/uselocale.def
29 LIBC_CHAPTERS += %D%/locale.tex