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.am')
-rw-r--r--newlib/libc/iconv/lib/Makefile.am34
1 files changed, 11 insertions, 23 deletions
diff --git a/newlib/libc/iconv/lib/Makefile.am b/newlib/libc/iconv/lib/Makefile.am
index 9754d6d7b..e138ddd0e 100644
--- a/newlib/libc/iconv/lib/Makefile.am
+++ b/newlib/libc/iconv/lib/Makefile.am
@@ -5,36 +5,25 @@ AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
GENERAL_SOURCES = \
-aliases.c \
-ces.c \
-ces_iso2022.c \
-converter.c \
-ccs.c \
-ces_euc.c \
-ces_table.c \
+aliasesi.c \
+ucsconv.c \
+nullconv.c \
iconv.c \
-loaddata.c \
-bialiasesi.c \
-biccs.c \
-bices.c
+aliasesbi.c \
+iconvnls.c
+
## The following interfaces are EL/IX level 2
if ELIX_LEVEL_1
LIB_OBJS =
else
LIB_OBJS = \
-aliases.$(oext) \
-ces.$(oext) \
-ces_iso2022.$(oext) \
-converter.$(oext) \
-ccs.$(oext) \
-ces_euc.$(oext) \
-ces_table.$(oext) \
+aliasesi.$(oext) \
+ucsconv.$(oext) \
+nullconv.$(oext) \
iconv.$(oext) \
-loaddata.$(oext) \
-bialiasesi.$(oext) \
-biccs.$(oext) \
-bices.$(oext)
+aliasesbi.$(oext) \
+iconvnls.$(oext)
endif
noinst_LIBRARIES = lib.a
@@ -59,4 +48,3 @@ doc: $(CHEWOUT_FILES)
CLEANFILES = $(CHEWOUT_FILES) *.ref
-