Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/iconv/lib/Makefile.inc')
-rw-r--r--newlib/libc/iconv/lib/Makefile.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/newlib/libc/iconv/lib/Makefile.inc b/newlib/libc/iconv/lib/Makefile.inc
index 62a2be87b..6c7d015cd 100644
--- a/newlib/libc/iconv/lib/Makefile.inc
+++ b/newlib/libc/iconv/lib/Makefile.inc
@@ -1 +1,24 @@
+if ENABLE_NEWLIB_ICONV
+
+libc_a_SOURCES += \
+ %D%/aliasesi.c \
+ %D%/ucsconv.c \
+ %D%/nullconv.c \
+ %D%/iconv.c \
+ %D%/aliasesbi.c \
+ %D%/iconvnls.c
+
+## The following interfaces are EL/IX level 2
+if !ELIX_LEVEL_1
+libc_a_SOURCES += \
+ %D%/aliasesi.c \
+ %D%/ucsconv.c \
+ %D%/nullconv.c \
+ %D%/iconv.c \
+ %D%/aliasesbi.c \
+ %D%/iconvnls.c
+endif
+
+endif
+
LIBC_CHEWOUT_FILES += %D%/iconv.def