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/ces/Makefile.am')
-rw-r--r--newlib/libc/iconv/ces/Makefile.am39
1 files changed, 21 insertions, 18 deletions
diff --git a/newlib/libc/iconv/ces/Makefile.am b/newlib/libc/iconv/ces/Makefile.am
index d7fab993b..977d5002b 100644
--- a/newlib/libc/iconv/ces/Makefile.am
+++ b/newlib/libc/iconv/ces/Makefile.am
@@ -4,32 +4,35 @@ AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
-GENERAL_SOURCES = euc-jp.c \
- euc-kr.c \
- euc-tw.c \
- gb2312.c \
- iso-10646-ucs-2.c \
- iso-10646-ucs-4.c \
+GENERAL_SOURCES = \
+ utf-8.c \
+ utf-16.c \
+ ucs-2.c \
+ us-ascii.c \
+ ucs-4.c \
ucs-2-internal.c \
ucs-4-internal.c \
- utf-16.c \
- utf-8.c
+ cesbi.c \
+ table.c \
+ table-pcs.c \
+ euc.c
## The following interfaces are EL/IX level 2
if ELIX_LEVEL_1
-LIB_OBJS =
-else
LIB_OBJS = \
- euc-jp.$(oext) \
- euc-kr.$(oext) \
- euc-tw.$(oext) \
- gb2312.$(oext) \
- iso-10646-ucs-2.$(oext) \
- iso-10646-ucs-4.$(oext) \
+ utf-8.$(oext) \
+ utf-16.$(oext) \
+ ucs-2.$(oext) \
+ us-ascii.$(oext) \
+ ucs-4.$(oext) \
ucs-2-internal.$(oext) \
ucs-4-internal.$(oext) \
- utf-16.$(oext) \
- utf-8.$(oext)
+ cesbi.$(oext) \
+ table.$(oext) \
+ table-pcs.$(oext) \
+ euc.$(oext)
+else
+LIB_OBJS =
endif
noinst_LIBRARIES = lib.a