repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
locale
/
Makefile.inc
blob
0189643c2a9438eee3032f565c18947f2cfbcd50
1
libc_a_SOURCES += \
2
%D%/setlocale.h \
3
%D%/locale.c \
4
%D%/localeconv.c
5
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
21
22
LIBC_CHEWOUT_FILES += \
23
%D%/duplocale.def \
24
%D%/freelocale.def \
25
%D%/locale.def \
26
%D%/newlocale.def \
27
%D%/uselocale.def
28
29
LIBC_CHAPTERS += %D%/locale.tex