about summary refs log tree commit diff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-01 17:44:34 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-01 17:44:34 +0000
commitd2374599d441d86cbf4dab69b69d7563c1fcaaa0 (patch)
tree4fdb62c712cf6f071567810400fe1348dc5ecf1b /iconvdata/Makefile
parent8fe0fd03e5fb2b5ce401fc313e714af874cf01b5 (diff)
downloadglibc-d2374599d441d86cbf4dab69b69d7563c1fcaaa0.tar.gz
glibc-d2374599d441d86cbf4dab69b69d7563c1fcaaa0.tar.xz
glibc-d2374599d441d86cbf4dab69b69d7563c1fcaaa0.zip
Update.
1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/gconv?simple.c: New builtins for UCS en/decoding.
	* iconv/gconv_builtin.h: Add definitions for new builtins.
	* iconv/gconv.h: Add prototypes for new builtins.

	* iconvdata/Makefile (modules): Add ISO646.
	Add rules for ISO646 module.
	(distribute): Add iso646.c.
	* iconvdata/gconv-modules: Add module and alias definition for
	ISO646 charsets.
	* iconvdata/iso646.c: New file.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index 14aeaaed1f..bf9a25614b 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -26,7 +26,7 @@ modules	:= ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5		\
 	   ISO8859-6 ISO8859-7 ISO8859-8 ISO8859-9 ISO8859-10		\
 	   T.61 ISO_6937 SJIS KOI-8 KOI8-R LATIN-GREEK LATIN-GREEK-1	\
 	   HP-ROMAN8 EBCDIC-AT-DE EBCDIC-AT-DE-A EBCDIC-CA-FR		\
-	   EUC-KR UHC JOHAB libJIS libKSC
+	   EUC-KR UHC JOHAB libJIS libKSC ISO646
 modules.so := $(addsuffix .so, $(modules))
 
 
@@ -42,6 +42,7 @@ ISO8859-7-routines := iso8859-7
 ISO8859-8-routines := iso8859-8
 ISO8859-9-routines := iso8859-9
 ISO8859-10-routines := iso8859-10
+ISO646-routines := iso646
 T.61-routines := t61
 ISO_6937-routines := iso6937
 SJIS-routines := sjis
@@ -74,7 +75,8 @@ distribute := 8bit-generic.c 8bit-gap.c gap.pl gaptab.pl gconv-modules	    \
 	      koi-8.c koi8-r.c koi8-r.h hp-roman8.c latin-greek.c	    \
 	      latin-greek.h latin-greek-1.c latin-greek-1.h ebcdic-at-de.c  \
 	      ebcdic-at-de-a.c ebcdic-ca-fr.c jis0201.c jis0208.c jis0212.c \
-	      extra-module.mk euckr.c johab.c uhc.c ksc5601.c ksc5601.h
+	      extra-module.mk euckr.c johab.c uhc.c ksc5601.c ksc5601.h	    \
+	      iso646.c
 
 # We build the transformation modules only when we build shared libs.
 ifeq (yes,$(build-shared))