Codebase list teckit / 6891106
New upstream version 2.5.8+ds2 Daniel Glassey 5 years ago
63 changed file(s) with 13471 addition(s) and 5766 deletion(s). Raw diff Collapse all Expand all
00 INSTALL
11
2 Note: If you checked out teckit from svn, or for any other reason don't have
2 Note: If you checked out teckit from a VCS, or for any other reason don't have
33 a file called "configure", you will need to initialize the directory using
44 GNU autotools. Instructions for this are given further down.
55
6262
6363 The results will be in the teckit-linux subdirectory.
6464
65 To build just a source package that can be passed to an external package builder
66 (such as `pbuilder`) add `-S` to the command line. Other `debuild` options can
67 be given as well.
68
6569 BUILDING a MAC PACKAGE
6670
6771 Run the following script:
9195 ./autogen.sh
9296
9397 in the teckit source directory. This normally needs to be done only once, but
94 if you update the directory from svn you may need to run it again.
98 if you update your directory from the VCS you may need to run it again.
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7989 host_triplet = @host@
8090 target_triplet = @target@
8191 subdir = .
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(srcdir)/config.h.in $(srcdir)/installed-top.pc.in \
85 $(srcdir)/teckit.pc.in $(srcdir)/uninstalled-top.pc.in AUTHORS \
86 COPYING ChangeLog INSTALL NEWS README compile config.guess \
87 config.sub depcomp install-sh missing ltmain.sh
8892 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8993 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
9094 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
9397 $(top_srcdir)/zlib-1.2.3/zlib.ac $(top_srcdir)/configure.ac
9498 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9599 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
101 $(am__configure_deps) $(am__DIST_COMMON)
96102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97103 configure.lineno config.status.lineno
98104 mkinstalldirs = $(install_sh) -d
185191 CTAGS = ctags
186192 CSCOPE = cscope
187193 DIST_SUBDIRS = $(SUBDIRS)
194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
195 $(srcdir)/installed-top.pc.in $(srcdir)/teckit.pc.in \
196 $(srcdir)/uninstalled-top.pc.in AUTHORS COPYING ChangeLog \
197 INSTALL NEWS README compile config.guess config.sub install-sh \
198 ltmain.sh missing
188199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189200 distdir = $(PACKAGE)-$(VERSION)
190201 top_distdir = $(distdir)
271282 LIPO = @LIPO@
272283 LN_S = @LN_S@
273284 LTLIBOBJS = @LTLIBOBJS@
285 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
274286 MAINT = @MAINT@
275287 MAKEINFO = @MAKEINFO@
276288 MANIFEST_TOOL = @MANIFEST_TOOL@
346358 prefix = @prefix@
347359 program_transform_name = @program_transform_name@
348360 psdir = @psdir@
361 runstatedir = @runstatedir@
349362 sbindir = @sbindir@
350363 sharedstatedir = @sharedstatedir@
351364 srcdir = @srcdir@
383396 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
384397 $(am__cd) $(top_srcdir) && \
385398 $(AUTOMAKE) --foreign Makefile
386 .PRECIOUS: Makefile
387399 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388400 @case '$?' in \
389401 *config.status*) \
639651 $(am__post_remove_distdir)
640652
641653 dist-tarZ: distdir
642 @echo WARNING: "Support for shar distribution archives is" \
643 "deprecated." >&2
654 @echo WARNING: "Support for distribution archives compressed with" \
655 "legacy program 'compress' is deprecated." >&2
644656 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
645657 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
646658 $(am__post_remove_distdir)
647659
648660 dist-shar: distdir
649 @echo WARNING: "Support for distribution archives compressed with" \
650 "legacy program 'compress' is deprecated." >&2
661 @echo WARNING: "Support for shar distribution archives is" \
662 "deprecated." >&2
651663 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
652664 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
653665 $(am__post_remove_distdir)
683695 esac
684696 chmod -R a-w $(distdir)
685697 chmod u+w $(distdir)
686 mkdir $(distdir)/_build $(distdir)/_inst
698 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
687699 chmod a-w $(distdir)
688700 test -d $(distdir)/_build || exit 0; \
689701 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
690702 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
691703 && am__cwd=`pwd` \
692 && $(am__cd) $(distdir)/_build \
693 && ../configure \
704 && $(am__cd) $(distdir)/_build/sub \
705 && ../../configure \
694706 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
695707 $(DISTCHECK_CONFIGURE_FLAGS) \
696 --srcdir=.. --prefix="$$dc_install_base" \
708 --srcdir=../.. --prefix="$$dc_install_base" \
697709 && $(MAKE) $(AM_MAKEFLAGS) \
698710 && $(MAKE) $(AM_MAKEFLAGS) dvi \
699711 && $(MAKE) $(AM_MAKEFLAGS) check \
873885 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
874886 uninstall-am uninstall-pkgconfigDATA
875887
888 .PRECIOUS: Makefile
889
876890
877891 # Tell versions [3.59,3.63) of GNU make to not export all variables.
878892 # Otherwise a system limit (for SysV at least) may be exceeded.
0 2018-06-18
1 Version 2.5.8
2 Updated Unicode character names and normalization data to 11.0.0
3
4 2017-06-22
5 Version 2.5.7
6 Updated Unicode character names and normalization data to 10.0.0
7 Added a 64-bit Windows build
8 Updated documentation
9
10 2016-04-19
11 Version 2.5.6
12 Added a diversion of /usr/bin/teckit_compile to avoid a conflict with the
13 texlive-binaries package on Linux
14
15 2016-04-11
16 Version 2.5.5
17 Split shared libraries into a separate Linux package
18 Made Linux packages multiarch-compatible
19 Fixed compiler warnings
20
21 2014-07-09
22 Version 2.5.4
23 Improved building and testing scripts
24 Enabled tests to be run on Windows without bash
25
026 2014-06-30
1 Version 2.5.4
227 Updated Unicode character names and normalization data to 7.0.0
328 Fixed data normalization bug
429 Updated tests
00 README
1 ======
12
23 This is TECkit, a library for encoding conversion, usable through standalone
34 tools or by linking with other software packages.
45
6 See the Documentation folder for information on the TECkit mapping language
7 and conversion tool usage notes.
58
6 See the docs folder for TECkit mapping language and conversion tool usage notes.
9 The TECkit libraries have been updated to support the Unicode 11.0.0 character
10 repertoire.
711
8
9 The teckit_compile tool now supports a new option, not described in the PDF
10 documentation:
11
12 -x generate XML representation rather than compiled table
13
14 This is primarily intended for use by the Reprise utility, and the XML format
15 produced is subject to change according to the needs of that tool.
12 Starting with TECkit version 2.5.7 there are several changes with the Windows
13 builds. First, a 64-bit build has been added to the already existing 32-bit
14 build. Second, the runtime files have changed. The file libwinpthread-1.dll
15 is no longer needed. The file libstdc++-6.dll needs to match the build
16 (32 or 64 bit) of the rest of the code. The 32-bit build needs
17 libgcc_s_sjlj-1.dll, while the 64-bit build needs libgcc_s_seh-1.dll.
+0
-539
SFconv/ConvertUTF.c less more
0 /*
1 * Copyright 2001-2004 Unicode, Inc.
2 *
3 * Disclaimer
4 *
5 * This source code is provided as is by Unicode, Inc. No claims are
6 * made as to fitness for any particular purpose. No warranties of any
7 * kind are expressed or implied. The recipient agrees to determine
8 * applicability of information provided. If this file has been
9 * purchased on magnetic or optical media from Unicode, Inc., the
10 * sole remedy for any claim will be exchange of defective media
11 * within 90 days of receipt.
12 *
13 * Limitations on Rights to Redistribute This Code
14 *
15 * Unicode, Inc. hereby grants the right to freely use the information
16 * supplied in this file in the creation of products supporting the
17 * Unicode Standard, and to make copies of this file in any form
18 * for internal or external distribution as long as this notice
19 * remains attached.
20 */
21
22 /* ---------------------------------------------------------------------
23
24 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
25 Author: Mark E. Davis, 1994.
26 Rev History: Rick McGowan, fixes & updates May 2001.
27 Sept 2001: fixed const & error conditions per
28 mods suggested by S. Parent & A. Lillich.
29 June 2002: Tim Dodd added detection and handling of incomplete
30 source sequences, enhanced error detection, added casts
31 to eliminate compiler warnings.
32 July 2003: slight mods to back out aggressive FFFE detection.
33 Jan 2004: updated switches in from-UTF8 conversions.
34 Oct 2004: updated to use UNI_MAX_LEGAL_UTF32 in UTF-32 conversions.
35
36 See the header file "ConvertUTF.h" for complete documentation.
37
38 ------------------------------------------------------------------------ */
39
40
41 #include "ConvertUTF.h"
42 #ifdef CVTUTF_DEBUG
43 #include <stdio.h>
44 #endif
45
46 static const int halfShift = 10; /* used for shifting by 10 bits */
47
48 static const UTF32 halfBase = 0x0010000UL;
49 static const UTF32 halfMask = 0x3FFUL;
50
51 #define UNI_SUR_HIGH_START (UTF32)0xD800
52 #define UNI_SUR_HIGH_END (UTF32)0xDBFF
53 #define UNI_SUR_LOW_START (UTF32)0xDC00
54 #define UNI_SUR_LOW_END (UTF32)0xDFFF
55 #define false 0
56 #define true 1
57
58 /* --------------------------------------------------------------------- */
59
60 ConversionResult ConvertUTF32toUTF16 (
61 const UTF32** sourceStart, const UTF32* sourceEnd,
62 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
63 ConversionResult result = conversionOK;
64 const UTF32* source = *sourceStart;
65 UTF16* target = *targetStart;
66 while (source < sourceEnd) {
67 UTF32 ch;
68 if (target >= targetEnd) {
69 result = targetExhausted; break;
70 }
71 ch = *source++;
72 if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
73 /* UTF-16 surrogate values are illegal in UTF-32; 0xffff or 0xfffe are both reserved values */
74 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
75 if (flags == strictConversion) {
76 --source; /* return to the illegal value itself */
77 result = sourceIllegal;
78 break;
79 } else {
80 *target++ = UNI_REPLACEMENT_CHAR;
81 }
82 } else {
83 *target++ = (UTF16)ch; /* normal case */
84 }
85 } else if (ch > UNI_MAX_LEGAL_UTF32) {
86 if (flags == strictConversion) {
87 result = sourceIllegal;
88 } else {
89 *target++ = UNI_REPLACEMENT_CHAR;
90 }
91 } else {
92 /* target is a character in range 0xFFFF - 0x10FFFF. */
93 if (target + 1 >= targetEnd) {
94 --source; /* Back up source pointer! */
95 result = targetExhausted; break;
96 }
97 ch -= halfBase;
98 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
99 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
100 }
101 }
102 *sourceStart = source;
103 *targetStart = target;
104 return result;
105 }
106
107 /* --------------------------------------------------------------------- */
108
109 ConversionResult ConvertUTF16toUTF32 (
110 const UTF16** sourceStart, const UTF16* sourceEnd,
111 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags) {
112 ConversionResult result = conversionOK;
113 const UTF16* source = *sourceStart;
114 UTF32* target = *targetStart;
115 UTF32 ch, ch2;
116 while (source < sourceEnd) {
117 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
118 ch = *source++;
119 /* If we have a surrogate pair, convert to UTF32 first. */
120 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_HIGH_END) {
121 /* If the 16 bits following the high surrogate are in the source buffer... */
122 if (source < sourceEnd) {
123 ch2 = *source;
124 /* If it's a low surrogate, convert to UTF32. */
125 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) {
126 ch = ((ch - UNI_SUR_HIGH_START) << halfShift)
127 + (ch2 - UNI_SUR_LOW_START) + halfBase;
128 ++source;
129 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */
130 --source; /* return to the illegal value itself */
131 result = sourceIllegal;
132 break;
133 }
134 } else { /* We don't have the 16 bits following the high surrogate. */
135 --source; /* return to the high surrogate */
136 result = sourceExhausted;
137 break;
138 }
139 } else if (flags == strictConversion) {
140 /* UTF-16 surrogate values are illegal in UTF-32 */
141 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
142 --source; /* return to the illegal value itself */
143 result = sourceIllegal;
144 break;
145 }
146 }
147 if (target >= targetEnd) {
148 source = oldSource; /* Back up source pointer! */
149 result = targetExhausted; break;
150 }
151 *target++ = ch;
152 }
153 *sourceStart = source;
154 *targetStart = target;
155 #ifdef CVTUTF_DEBUG
156 if (result == sourceIllegal) {
157 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2);
158 fflush(stderr);
159 }
160 #endif
161 return result;
162 }
163
164 /* --------------------------------------------------------------------- */
165
166 /*
167 * Index into the table below with the first byte of a UTF-8 sequence to
168 * get the number of trailing bytes that are supposed to follow it.
169 * Note that *legal* UTF-8 values can't have 4 or 5-bytes. The table is
170 * left as-is for anyone who may want to do such conversion, which was
171 * allowed in earlier algorithms.
172 */
173 static const char trailingBytesForUTF8[256] = {
174 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
175 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
176 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
177 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
178 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
179 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
180 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
181 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5
182 };
183
184 /*
185 * Magic values subtracted from a buffer value during UTF8 conversion.
186 * This table contains as many values as there might be trailing bytes
187 * in a UTF-8 sequence.
188 */
189 static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
190 0x03C82080UL, 0xFA082080UL, 0x82082080UL };
191
192 /*
193 * Once the bits are split out into bytes of UTF-8, this is a mask OR-ed
194 * into the first byte, depending on how many bytes follow. There are
195 * as many entries in this table as there are UTF-8 sequence types.
196 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
197 * for *legal* UTF-8 will be 4 or fewer bytes total.
198 */
199 static const UTF8 firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
200
201 /* --------------------------------------------------------------------- */
202
203 /* The interface converts a whole buffer to avoid function-call overhead.
204 * Constants have been gathered. Loops & conditionals have been removed as
205 * much as possible for efficiency, in favor of drop-through switches.
206 * (See "Note A" at the bottom of the file for equivalent code.)
207 * If your compiler supports it, the "isLegalUTF8" call can be turned
208 * into an inline function.
209 */
210
211 /* --------------------------------------------------------------------- */
212
213 ConversionResult ConvertUTF16toUTF8 (
214 const UTF16** sourceStart, const UTF16* sourceEnd,
215 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) {
216 ConversionResult result = conversionOK;
217 const UTF16* source = *sourceStart;
218 UTF8* target = *targetStart;
219 while (source < sourceEnd) {
220 UTF32 ch;
221 unsigned short bytesToWrite = 0;
222 const UTF32 byteMask = 0xBF;
223 const UTF32 byteMark = 0x80;
224 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */
225 ch = *source++;
226 /* If we have a surrogate pair, convert to UTF32 first. */
227 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_HIGH_END) {
228 /* If the 16 bits following the high surrogate are in the source buffer... */
229 if (source < sourceEnd) {
230 UTF32 ch2 = *source;
231 /* If it's a low surrogate, convert to UTF32. */
232 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) {
233 ch = ((ch - UNI_SUR_HIGH_START) << halfShift)
234 + (ch2 - UNI_SUR_LOW_START) + halfBase;
235 ++source;
236 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */
237 --source; /* return to the illegal value itself */
238 result = sourceIllegal;
239 break;
240 }
241 } else { /* We don't have the 16 bits following the high surrogate. */
242 --source; /* return to the high surrogate */
243 result = sourceExhausted;
244 break;
245 }
246 } else if (flags == strictConversion) {
247 /* UTF-16 surrogate values are illegal in UTF-32 */
248 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {
249 --source; /* return to the illegal value itself */
250 result = sourceIllegal;
251 break;
252 }
253 }
254 /* Figure out how many bytes the result will require */
255 if (ch < (UTF32)0x80) { bytesToWrite = 1;
256 } else if (ch < (UTF32)0x800) { bytesToWrite = 2;
257 } else if (ch < (UTF32)0x10000) { bytesToWrite = 3;
258 } else if (ch < (UTF32)0x110000) { bytesToWrite = 4;
259 } else { bytesToWrite = 3;
260 ch = UNI_REPLACEMENT_CHAR;
261 }
262
263 target += bytesToWrite;
264 if (target > targetEnd) {
265 source = oldSource; /* Back up source pointer! */
266 target -= bytesToWrite; result = targetExhausted; break;
267 }
268 switch (bytesToWrite) { /* note: everything falls through. */
269 case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
270 case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
271 case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
272 case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite]);
273 }
274 target += bytesToWrite;
275 }
276 *sourceStart = source;
277 *targetStart = target;
278 return result;
279 }
280
281 /* --------------------------------------------------------------------- */
282
283 /*
284 * Utility routine to tell whether a sequence of bytes is legal UTF-8.
285 * This must be called with the length pre-determined by the first byte.
286 * If not calling this from ConvertUTF8to*, then the length can be set by:
287 * length = trailingBytesForUTF8[*source]+1;
288 * and the sequence is illegal right away if there aren't that many bytes
289 * available.
290 * If presented with a length > 4, this returns false. The Unicode
291 * definition of UTF-8 goes up to 4-byte sequences.
292 */
293
294 static Boolean isLegalUTF8(const UTF8 *source, int length) {
295 UTF8 a;
296 const UTF8 *srcptr = source+length;
297 switch (length) {
298 default: return false;
299 /* Everything else falls through when "true"... */
300 case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
301 case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
302 case 2: if ((a = (*--srcptr)) > 0xBF) return false;
303
304 switch (*source) {
305 /* no fall-through in this inner switch */
306 case 0xE0: if (a < 0xA0) return false; break;
307 case 0xED: if (a > 0x9F) return false; break;
308 case 0xF0: if (a < 0x90) return false; break;
309 case 0xF4: if (a > 0x8F) return false; break;
310 default: if (a < 0x80) return false;
311 }
312
313 case 1: if (*source >= 0x80 && *source < 0xC2) return false;
314 }
315 if (*source > 0xF4) return false;
316 return true;
317 }
318
319 /* --------------------------------------------------------------------- */
320
321 /*
322 * Exported function to return whether a UTF-8 sequence is legal or not.
323 * This is not used here; it's just exported.
324 */
325 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) {
326 int length = trailingBytesForUTF8[*source]+1;
327 if (source+length > sourceEnd) {
328 return false;
329 }
330 return isLegalUTF8(source, length);
331 }
332
333 /* --------------------------------------------------------------------- */
334
335 ConversionResult ConvertUTF8toUTF16 (
336 const UTF8** sourceStart, const UTF8* sourceEnd,
337 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags) {
338 ConversionResult result = conversionOK;
339 const UTF8* source = *sourceStart;
340 UTF16* target = *targetStart;
341 while (source < sourceEnd) {
342 UTF32 ch = 0;
343 unsigned short extraBytesToRead = trailingBytesForUTF8[*source];
344 if (source + extraBytesToRead >= sourceEnd) {
345 result = sourceExhausted; break;
346 }
347 /* Do this check whether lenient or strict */
348 if (! isLegalUTF8(source, extraBytesToRead+1)) {
349 result = sourceIllegal;
350 break;
351 }
352 /*
353 * The cases all fall through. See "Note A" below.
354 */
355 switch (extraBytesToRead) {
356 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
357 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
358 case 3: ch += *source++; ch <<= 6;
359 case 2: ch += *source++; ch <<= 6;
360 case 1: ch += *source++; ch <<= 6;
361 case 0: ch += *source++;
362 }
363 ch -= offsetsFromUTF8[extraBytesToRead];
364
365 if (target >= targetEnd) {
366 source -= (extraBytesToRead+1); /* Back up source pointer! */
367 result = targetExhausted; break;
368 }
369 if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
370 /* UTF-16 surrogate values are illegal in UTF-32 */
371 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
372 if (flags == strictConversion) {
373 source -= (extraBytesToRead+1); /* return to the illegal value itself */
374 result = sourceIllegal;
375 break;
376 } else {
377 *target++ = UNI_REPLACEMENT_CHAR;
378 }
379 } else {
380 *target++ = (UTF16)ch; /* normal case */
381 }
382 } else if (ch > UNI_MAX_UTF16) {
383 if (flags == strictConversion) {
384 result = sourceIllegal;
385 source -= (extraBytesToRead+1); /* return to the start */
386 break; /* Bail out; shouldn't continue */
387 } else {
388 *target++ = UNI_REPLACEMENT_CHAR;
389 }
390 } else {
391 /* target is a character in range 0xFFFF - 0x10FFFF. */
392 if (target + 1 >= targetEnd) {
393 source -= (extraBytesToRead+1); /* Back up source pointer! */
394 result = targetExhausted; break;
395 }
396 ch -= halfBase;
397 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
398 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START);
399 }
400 }
401 *sourceStart = source;
402 *targetStart = target;
403 return result;
404 }
405
406 /* --------------------------------------------------------------------- */
407
408 ConversionResult ConvertUTF32toUTF8 (
409 const UTF32** sourceStart, const UTF32* sourceEnd,
410 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags) {
411 ConversionResult result = conversionOK;
412 const UTF32* source = *sourceStart;
413 UTF8* target = *targetStart;
414 while (source < sourceEnd) {
415 UTF32 ch;
416 unsigned short bytesToWrite = 0;
417 const UTF32 byteMask = 0xBF;
418 const UTF32 byteMark = 0x80;
419 ch = *source++;
420 if (flags == strictConversion ) {
421 /* UTF-16 surrogate values are illegal in UTF-32 */
422 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
423 --source; /* return to the illegal value itself */
424 result = sourceIllegal;
425 break;
426 }
427 }
428 /*
429 * Figure out how many bytes the result will require. Turn any
430 * illegally large UTF32 things (> Plane 17) into replacement chars.
431 */
432 if (ch < (UTF32)0x80) { bytesToWrite = 1;
433 } else if (ch < (UTF32)0x800) { bytesToWrite = 2;
434 } else if (ch < (UTF32)0x10000) { bytesToWrite = 3;
435 } else if (ch <= UNI_MAX_LEGAL_UTF32) { bytesToWrite = 4;
436 } else { bytesToWrite = 3;
437 ch = UNI_REPLACEMENT_CHAR;
438 result = sourceIllegal;
439 }
440
441 target += bytesToWrite;
442 if (target > targetEnd) {
443 --source; /* Back up source pointer! */
444 target -= bytesToWrite; result = targetExhausted; break;
445 }
446 switch (bytesToWrite) { /* note: everything falls through. */
447 case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
448 case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
449 case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6;
450 case 1: *--target = (UTF8) (ch | firstByteMark[bytesToWrite]);
451 }
452 target += bytesToWrite;
453 }
454 *sourceStart = source;
455 *targetStart = target;
456 return result;
457 }
458
459 /* --------------------------------------------------------------------- */
460
461 ConversionResult ConvertUTF8toUTF32 (
462 const UTF8** sourceStart, const UTF8* sourceEnd,
463 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags) {
464 ConversionResult result = conversionOK;
465 const UTF8* source = *sourceStart;
466 UTF32* target = *targetStart;
467 while (source < sourceEnd) {
468 UTF32 ch = 0;
469 unsigned short extraBytesToRead = trailingBytesForUTF8[*source];
470 if (source + extraBytesToRead >= sourceEnd) {
471 result = sourceExhausted; break;
472 }
473 /* Do this check whether lenient or strict */
474 if (! isLegalUTF8(source, extraBytesToRead+1)) {
475 result = sourceIllegal;
476 break;
477 }
478 /*
479 * The cases all fall through. See "Note A" below.
480 */
481 switch (extraBytesToRead) {
482 case 5: ch += *source++; ch <<= 6;
483 case 4: ch += *source++; ch <<= 6;
484 case 3: ch += *source++; ch <<= 6;
485 case 2: ch += *source++; ch <<= 6;
486 case 1: ch += *source++; ch <<= 6;
487 case 0: ch += *source++;
488 }
489 ch -= offsetsFromUTF8[extraBytesToRead];
490
491 if (target >= targetEnd) {
492 source -= (extraBytesToRead+1); /* Back up the source pointer! */
493 result = targetExhausted; break;
494 }
495 if (ch <= UNI_MAX_LEGAL_UTF32) {
496 /*
497 * UTF-16 surrogate values are illegal in UTF-32, and anything
498 * over Plane 17 (> 0x10FFFF) is illegal.
499 */
500 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
501 if (flags == strictConversion) {
502 source -= (extraBytesToRead+1); /* return to the illegal value itself */
503 result = sourceIllegal;
504 break;
505 } else {
506 *target++ = UNI_REPLACEMENT_CHAR;
507 }
508 } else {
509 *target++ = ch;
510 }
511 } else { /* i.e., ch > UNI_MAX_LEGAL_UTF32 */
512 result = sourceIllegal;
513 *target++ = UNI_REPLACEMENT_CHAR;
514 }
515 }
516 *sourceStart = source;
517 *targetStart = target;
518 return result;
519 }
520
521 /* ---------------------------------------------------------------------
522
523 Note A.
524 The fall-through switches in UTF-8 reading code save a
525 temp variable, some decrements & conditionals. The switches
526 are equivalent to the following loop:
527 {
528 int tmpBytesToRead = extraBytesToRead+1;
529 do {
530 ch += *source++;
531 --tmpBytesToRead;
532 if (tmpBytesToRead) ch <<= 6;
533 } while (tmpBytesToRead > 0);
534 }
535 In UTF-8 writing code, the switches on "bytesToWrite" are
536 similarly unrolled loops.
537
538 --------------------------------------------------------------------- */
+0
-149
SFconv/ConvertUTF.h less more
0 /*
1 * Copyright 2001-2004 Unicode, Inc.
2 *
3 * Disclaimer
4 *
5 * This source code is provided as is by Unicode, Inc. No claims are
6 * made as to fitness for any particular purpose. No warranties of any
7 * kind are expressed or implied. The recipient agrees to determine
8 * applicability of information provided. If this file has been
9 * purchased on magnetic or optical media from Unicode, Inc., the
10 * sole remedy for any claim will be exchange of defective media
11 * within 90 days of receipt.
12 *
13 * Limitations on Rights to Redistribute This Code
14 *
15 * Unicode, Inc. hereby grants the right to freely use the information
16 * supplied in this file in the creation of products supporting the
17 * Unicode Standard, and to make copies of this file in any form
18 * for internal or external distribution as long as this notice
19 * remains attached.
20 */
21
22 /* ---------------------------------------------------------------------
23
24 Conversions between UTF32, UTF-16, and UTF-8. Header file.
25
26 Several funtions are included here, forming a complete set of
27 conversions between the three formats. UTF-7 is not included
28 here, but is handled in a separate source file.
29
30 Each of these routines takes pointers to input buffers and output
31 buffers. The input buffers are const.
32
33 Each routine converts the text between *sourceStart and sourceEnd,
34 putting the result into the buffer between *targetStart and
35 targetEnd. Note: the end pointers are *after* the last item: e.g.
36 *(sourceEnd - 1) is the last item.
37
38 The return result indicates whether the conversion was successful,
39 and if not, whether the problem was in the source or target buffers.
40 (Only the first encountered problem is indicated.)
41
42 After the conversion, *sourceStart and *targetStart are both
43 updated to point to the end of last text successfully converted in
44 the respective buffers.
45
46 Input parameters:
47 sourceStart - pointer to a pointer to the source buffer.
48 The contents of this are modified on return so that
49 it points at the next thing to be converted.
50 targetStart - similarly, pointer to pointer to the target buffer.
51 sourceEnd, targetEnd - respectively pointers to the ends of the
52 two buffers, for overflow checking only.
53
54 These conversion functions take a ConversionFlags argument. When this
55 flag is set to strict, both irregular sequences and isolated surrogates
56 will cause an error. When the flag is set to lenient, both irregular
57 sequences and isolated surrogates are converted.
58
59 Whether the flag is strict or lenient, all illegal sequences will cause
60 an error return. This includes sequences such as: <F4 90 80 80>, <C0 80>,
61 or <A0> in UTF-8, and values above 0x10FFFF in UTF-32. Conformant code
62 must check for illegal sequences.
63
64 When the flag is set to lenient, characters over 0x10FFFF are converted
65 to the replacement character; otherwise (when the flag is set to strict)
66 they constitute an error.
67
68 Output parameters:
69 The value "sourceIllegal" is returned from some routines if the input
70 sequence is malformed. When "sourceIllegal" is returned, the source
71 value will point to the illegal value that caused the problem. E.g.,
72 in UTF-8 when a sequence is malformed, it points to the start of the
73 malformed sequence.
74
75 Author: Mark E. Davis, 1994.
76 Rev History: Rick McGowan, fixes & updates May 2001.
77 Fixes & updates, Sept 2001.
78
79 ------------------------------------------------------------------------ */
80
81 /* ---------------------------------------------------------------------
82 The following 4 definitions are compiler-specific.
83 The C standard does not guarantee that wchar_t has at least
84 16 bits, so wchar_t is no less portable than unsigned short!
85 All should be unsigned values to avoid sign extension during
86 bit mask & shift operations.
87 ------------------------------------------------------------------------ */
88
89 typedef unsigned long UTF32; /* at least 32 bits */
90 typedef unsigned short UTF16; /* at least 16 bits */
91 typedef unsigned char UTF8; /* typically 8 bits */
92 typedef unsigned char Boolean; /* 0 or 1 */
93
94 /* Some fundamental constants */
95 #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
96 #define UNI_MAX_BMP (UTF32)0x0000FFFF
97 #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
98 #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
99 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
100
101 typedef enum {
102 conversionOK, /* conversion successful */
103 sourceExhausted, /* partial character in source, but hit end */
104 targetExhausted, /* insuff. room in target for conversion */
105 sourceIllegal /* source sequence is illegal/malformed */
106 } ConversionResult;
107
108 typedef enum {
109 strictConversion = 0,
110 lenientConversion
111 } ConversionFlags;
112
113 /* This is for C++ and does no harm in C */
114 #ifdef __cplusplus
115 extern "C" {
116 #endif
117
118 ConversionResult ConvertUTF8toUTF16 (
119 const UTF8** sourceStart, const UTF8* sourceEnd,
120 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
121
122 ConversionResult ConvertUTF16toUTF8 (
123 const UTF16** sourceStart, const UTF16* sourceEnd,
124 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags);
125
126 ConversionResult ConvertUTF8toUTF32 (
127 const UTF8** sourceStart, const UTF8* sourceEnd,
128 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
129
130 ConversionResult ConvertUTF32toUTF8 (
131 const UTF32** sourceStart, const UTF32* sourceEnd,
132 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags);
133
134 ConversionResult ConvertUTF16toUTF32 (
135 const UTF16** sourceStart, const UTF16* sourceEnd,
136 UTF32** targetStart, UTF32* targetEnd, ConversionFlags flags);
137
138 ConversionResult ConvertUTF32toUTF16 (
139 const UTF32** sourceStart, const UTF32* sourceEnd,
140 UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
141
142 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
143
144 #ifdef __cplusplus
145 }
146 #endif
147
148 /* --------------------------------------------------------------------- */
99 using namespace std;
1010
1111 #include "TECkit_Engine.h"
12 #include "ConvertUTF.h"
12 #include "UtfCodec.h"
1313 #include "sfReader.h"
1414
1515 #ifndef platformUTF16
9494 static ustring
9595 Utf8ToString(const char* s)
9696 {
97 int len = strlen(s);
98 UniChar* buf = new UniChar[len];
99 const Byte* sourceStart = (Byte*)s;
100 UniChar* targetStart = buf;
101 int status = ConvertUTF8toUTF16(&sourceStart, sourceStart + len, &targetStart, targetStart + len, lenientConversion);
102 if (status != conversionOK) {
103 fprintf(stderr, "error %d converting UTF-8 to UTF-16\n", status);
104 exit(1);
105 }
106 ustring ustr(buf, targetStart - buf);
97 int len = strlen(s);
98 utf16::codeunit_t * const buf = new utf16::codeunit_t[len];
99
100 utf16::iterator out = buf;
101 utf8::const_iterator in = s,
102 end = s + len;
103 while (in != end && !(in.error() || out.error()))
104 *out++ = *in++;
105
106 if (in.error() || out.error()) {
107 fprintf(stderr, "error %d converting UTF-8 to UTF-16\n", 4);
108 exit(1);
109 }
110
111 ustring ustr(buf, out - buf);
107112 delete[] buf;
108113 return ustr;
109114 }
312317 fprintf(stderr, "unable to read mapping file for %s (file %s)\n", mappingName.c_str(), mapFileName.c_str());
313318 exit(1);
314319 }
315 fread(buf, 1, fileSize, mapFile);
320 fileSize = fread(buf, 1, fileSize, mapFile);
316321 fclose(mapFile);
317322
318323 TECkit_Converter converter;
628633 // *** Unicode to Byte conversion
629634 Byte bom[3];
630635 long pos = ftell(inFile);
631 if (fread(bom, 3, 1, inFile)) {
636 if (fread(bom, 3, 1, inFile) > 0) {
632637 if (bom[0] == 0xef && bom[1] == 0xbb && bom[2] == 0xbf) {
633638 inForm = kForm_UTF8;
634639 }
0 /* GRAPHITE2 LICENSING
1
2 Copyright 2010, SIL International
3 All rights reserved.
4
5 This library is free software; you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as published
7 by the Free Software Foundation; either version 2.1 of License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
14
15 You should also have received a copy of the GNU Lesser General Public
16 License along with this library in the file named "LICENSE".
17 If not, write to the Free Software Foundation, 51 Franklin Street,
18 Suite 500, Boston, MA 02110-1335, USA or visit their web page on the
19 internet at http://www.fsf.org/licenses/lgpl.html.
20
21 Alternatively, the contents of this file may be used under the terms of the
22 Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public
23 License, as published by the Free Software Foundation, either version 2
24 of the License or (at your option) any later version.
25 */
26 #include "UtfCodec.h"
27
28 const int8_t _utf_codec<8>::sz_lut[16] =
29 {
30 1,1,1,1,1,1,1,1, // 1 byte
31 0,0,0,0, // trailing byte
32 2,2, // 2 bytes
33 3, // 3 bytes
34 4 // 4 bytes
35 };
36
37 const uint8_t _utf_codec<8>::mask_lut[5] = {0x7f, 0xff, 0x3f, 0x1f, 0x0f};
0 /* GRAPHITE2 LICENSING
1
2 Copyright 2011, SIL International
3 All rights reserved.
4
5 This library is free software; you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as published
7 by the Free Software Foundation; either version 2.1 of License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
14
15 You should also have received a copy of the GNU Lesser General Public
16 License along with this library in the file named "LICENSE".
17 If not, write to the Free Software Foundation, 51 Franklin Street,
18 Suite 500, Boston, MA 02110-1335, USA or visit their web page on the
19 internet at http://www.fsf.org/licenses/lgpl.html.
20
21 Alternatively, the contents of this file may be used under the terms of the
22 Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public
23 License, as published by the Free Software Foundation, either version 2
24 of the License or (at your option) any later version.
25 */
26 #pragma once
27
28 #include <cstddef>
29 #include <cstdlib>
30 #include <cstdint>
31
32 using std::int8_t;
33 using std::uint8_t;
34 using std::ptrdiff_t;
35
36 typedef uint32_t uchar_t;
37
38 template <int N>
39 struct _utf_codec
40 {
41 typedef uchar_t codeunit_t;
42
43 static void put(codeunit_t * cp, const uchar_t , int8_t & len) throw();
44 static uchar_t get(const codeunit_t * cp, int8_t & len) throw();
45 static bool validate(const codeunit_t * s, const codeunit_t * e) throw();
46 };
47
48
49 template <>
50 struct _utf_codec<32>
51 {
52 private:
53 static const uchar_t limit = 0x110000;
54 public:
55 typedef uint32_t codeunit_t;
56
57 inline
58 static void put(codeunit_t * cp, const uchar_t usv, int8_t & l) throw()
59 {
60 *cp = usv; l = 1;
61 }
62
63 inline
64 static uchar_t get(const codeunit_t * cp, int8_t & l) throw()
65 {
66 if (cp[0] < limit) { l = 1; return cp[0]; }
67 else { l = -1; return 0xFFFD; }
68 }
69
70 inline
71 static bool validate(codeunit_t * s, codeunit_t * e) throw()
72 {
73 return e > s;
74 }
75 };
76
77
78 template <>
79 struct _utf_codec<16>
80 {
81 private:
82 static const int32_t lead_offset = 0xD800 - (0x10000 >> 10);
83 static const int32_t surrogate_offset = 0x10000 - (0xD800 << 10) - 0xDC00;
84 public:
85 typedef uint16_t codeunit_t;
86
87 inline
88 static void put(codeunit_t * cp, const uchar_t usv, int8_t & l) throw()
89 {
90 if (usv < 0x10000) { l = 1; cp[0] = codeunit_t(usv); }
91 else
92 {
93 cp[0] = codeunit_t(lead_offset + (usv >> 10));
94 cp[1] = codeunit_t(0xDC00 + (usv & 0x3FF));
95 l = 2;
96 }
97 }
98
99 inline
100 static uchar_t get(const codeunit_t * cp, int8_t & l) throw()
101 {
102 const uint32_t uh = cp[0];
103 l = 1;
104
105 if (uh < 0xD800|| uh > 0xDFFF) { return uh; }
106 const uint32_t ul = cp[1];
107 if (uh > 0xDBFF || ul < 0xDC00 || ul > 0xDFFF) { l = -1; return 0xFFFD; }
108 ++l;
109 return (uh<<10) + ul + surrogate_offset;
110 }
111
112 inline
113 static bool validate(codeunit_t * s, codeunit_t * e) throw()
114 {
115 const ptrdiff_t n = e-s;
116 if (n <= 0) return n == 0;
117 const uint32_t u = *(s+(n-1)); // Get the last codepoint
118 return (u < 0xD800 || u > 0xDBFF);
119 }
120 };
121
122
123 template <>
124 struct _utf_codec<8>
125 {
126 private:
127 static const uchar_t limit = 0x110000;
128 static const int8_t sz_lut[16];
129 static const uint8_t mask_lut[5];
130
131
132 public:
133 typedef uint8_t codeunit_t;
134
135 inline
136 static void put(codeunit_t * cp, const uchar_t usv, int8_t & l) throw()
137 {
138 if (usv < 0x80) {l = 1; cp[0] = usv; return; }
139 if (usv < 0x0800) {l = 2; cp[0] = 0xC0 + (usv >> 6); cp[1] = 0x80 + (usv & 0x3F); return; }
140 if (usv < 0x10000) {l = 3; cp[0] = 0xE0 + (usv >> 12); cp[1] = 0x80 + ((usv >> 6) & 0x3F); cp[2] = 0x80 + (usv & 0x3F); return; }
141 else {l = 4; cp[0] = 0xF0 + (usv >> 18); cp[1] = 0x80 + ((usv >> 12) & 0x3F); cp[2] = 0x80 + ((usv >> 6) & 0x3F); cp[3] = 0x80 + (usv & 0x3F); return; }
142 }
143
144 inline
145 static uchar_t get(const codeunit_t * cp, int8_t & l) throw()
146 {
147 const int8_t seq_sz = sz_lut[*cp >> 4];
148 uchar_t u = *cp & mask_lut[seq_sz];
149 l = 1;
150 bool toolong = false;
151
152 switch(seq_sz) {
153 case 4: u <<= 6; u |= *++cp & 0x3F; if (*cp >> 6 != 2) break; ++l; toolong = (u < 0x10);
154 // no break
155 case 3: u <<= 6; u |= *++cp & 0x3F; if (*cp >> 6 != 2) break; ++l; toolong |= (u < 0x20);
156 // no break
157 case 2: u <<= 6; u |= *++cp & 0x3F; if (*cp >> 6 != 2) break; ++l; toolong |= (u < 0x80);
158 // no break
159 case 1: break;
160 case 0: l = -1; return 0xFFFD;
161 }
162
163 if (l != seq_sz || toolong || u >= limit)
164 {
165 l = -l;
166 return 0xFFFD;
167 }
168 return u;
169 }
170
171 inline
172 static bool validate(codeunit_t * s, codeunit_t * e) throw()
173 {
174 const ptrdiff_t n = e-s;
175 if (n <= 0) return n == 0;
176 s += (n-1);
177 if (*s < 0x80) return true;
178 if (*s >= 0xC0) return false;
179 if (n == 1) return true;
180 if (*--s < 0x80) return true;
181 if (*s >= 0xe0) return false;
182 if (n == 2 || *s >= 0xC0) return true;
183 if (*--s < 0x80) return true;
184 if (*s >= 0xF0) return false;
185 return true;
186 }
187
188 };
189
190
191 template <typename C>
192 class _utf_iterator
193 {
194 typedef _utf_codec<sizeof(C)*8> codec;
195
196 C * cp;
197 mutable int8_t sl;
198
199 public:
200 typedef C codeunit_type;
201 typedef uchar_t value_type;
202 typedef uchar_t * pointer;
203
204 class reference
205 {
206 const _utf_iterator & _i;
207
208 reference(const _utf_iterator & i): _i(i) {}
209 public:
210 operator value_type () const throw () { return codec::get(_i.cp, _i.sl); }
211 reference & operator = (const value_type usv) throw() { codec::put(_i.cp, usv, _i.sl); return *this; }
212
213 friend class _utf_iterator;
214 };
215
216
217 _utf_iterator(const void * us=0) : cp(reinterpret_cast<C *>(const_cast<void *>(us))), sl(1) { }
218
219 _utf_iterator & operator ++ () { cp += abs(sl); return *this; }
220 _utf_iterator operator ++ (int) { _utf_iterator tmp(*this); operator++(); return tmp; }
221
222 bool operator == (const _utf_iterator & rhs) const throw() { return cp >= rhs.cp; }
223 bool operator != (const _utf_iterator & rhs) const throw() { return !operator==(rhs); }
224
225 reference operator * () const throw() { return *this; }
226 pointer operator ->() const throw() { return &operator *(); }
227
228 operator codeunit_type * () const throw() { return cp; }
229
230 bool error() const throw() { return sl < 1; }
231 };
232
233 template <typename C>
234 struct utf
235 {
236 typedef typename _utf_codec<sizeof(C)*8>::codeunit_t codeunit_t;
237
238 typedef _utf_iterator<C> iterator;
239 typedef _utf_iterator<const C> const_iterator;
240
241 inline
242 static bool validate(codeunit_t * s, codeunit_t * e) throw() {
243 return _utf_codec<sizeof(C)*8>::validate(s,e);
244 }
245 };
246
247
248 typedef utf<uint32_t> utf32;
249 typedef utf<uint16_t> utf16;
250 typedef utf<uint8_t> utf8;
251
88 #define INLINE_START 2
99 #define INLINE_END 3
1010 #define INLINE_MARKER 4
11 #define UNI_REPLACEMENT_CHAR (uint32_t)0x0000FFFD
12 #define UNI_MAX_BMP (uint32_t)0x0000FFFF
13 #define UNI_MAX_UTF16 (uint32_t)0x0010FFFF
1114
1215 template<class C>
1316 class sfReader
0 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2121
22 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
22 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
2323 #
2424 # This file is free software; the Free Software Foundation
2525 # gives unlimited permission to copy and/or distribute it,
3131 # generated from the m4 files accompanying Automake X.Y.
3232 # (This private macro should not be called outside this file.)
3333 AC_DEFUN([AM_AUTOMAKE_VERSION],
34 [am__api_version='1.14'
34 [am__api_version='1.15'
3535 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3636 dnl require some minimum version. Point them to the right macro.
37 m4_if([$1], [1.14.1], [],
37 m4_if([$1], [1.15], [],
3838 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3939 ])
4040
5050 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5151 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5252 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53 [AM_AUTOMAKE_VERSION([1.14.1])dnl
53 [AM_AUTOMAKE_VERSION([1.15])dnl
5454 m4_ifndef([AC_AUTOCONF_VERSION],
5555 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5656 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5757
5858 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
5959
60 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
60 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
6161 #
6262 # This file is free software; the Free Software Foundation
6363 # gives unlimited permission to copy and/or distribute it,
109109
110110 # AM_CONDITIONAL -*- Autoconf -*-
111111
112 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
112 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
113113 #
114114 # This file is free software; the Free Software Foundation
115115 # gives unlimited permission to copy and/or distribute it,
140140 Usually this means the macro was only invoked conditionally.]])
141141 fi])])
142142
143 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
143 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
144144 #
145145 # This file is free software; the Free Software Foundation
146146 # gives unlimited permission to copy and/or distribute it,
331331
332332 # Generate code to set up dependency tracking. -*- Autoconf -*-
333333
334 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
334 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
335335 #
336336 # This file is free software; the Free Software Foundation
337337 # gives unlimited permission to copy and/or distribute it,
407407
408408 # Do all the work for Automake. -*- Autoconf -*-
409409
410 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
410 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
411411 #
412412 # This file is free software; the Free Software Foundation
413413 # gives unlimited permission to copy and/or distribute it,
497497 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
498498 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
499499 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
500 # We need awk for the "check" target. The system "awk" is bad on
501 # some platforms.
500 # We need awk for the "check" target (and possibly the TAP driver). The
501 # system "awk" is bad on some platforms.
502502 AC_REQUIRE([AC_PROG_AWK])dnl
503503 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
504504 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
572572 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
573573 fi
574574 fi
575 dnl The trailing newline in this macro's definition is deliberate, for
576 dnl backward compatibility and to allow trailing 'dnl'-style comments
577 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
575578 ])
576579
577580 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
601604 done
602605 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
603606
604 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
607 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
605608 #
606609 # This file is free software; the Free Software Foundation
607610 # gives unlimited permission to copy and/or distribute it,
612615 # Define $install_sh.
613616 AC_DEFUN([AM_PROG_INSTALL_SH],
614617 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
615 if test x"${install_sh}" != xset; then
618 if test x"${install_sh+set}" != xset; then
616619 case $am_aux_dir in
617620 *\ * | *\ *)
618621 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
622625 fi
623626 AC_SUBST([install_sh])])
624627
625 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
628 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
626629 #
627630 # This file is free software; the Free Software Foundation
628631 # gives unlimited permission to copy and/or distribute it,
644647 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
645648 # From Jim Meyering
646649
647 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
650 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
648651 #
649652 # This file is free software; the Free Software Foundation
650653 # gives unlimited permission to copy and/or distribute it,
679682
680683 # Check to see how 'make' treats includes. -*- Autoconf -*-
681684
682 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
685 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
683686 #
684687 # This file is free software; the Free Software Foundation
685688 # gives unlimited permission to copy and/or distribute it,
729732
730733 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
731734
732 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
735 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
733736 #
734737 # This file is free software; the Free Software Foundation
735738 # gives unlimited permission to copy and/or distribute it,
770773 # Obsolete and "removed" macros, that must however still report explicit
771774 # error messages when used, to smooth transition.
772775 #
773 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
776 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
774777 #
775778 # This file is free software; the Free Software Foundation
776779 # gives unlimited permission to copy and/or distribute it,
797800
798801 # Helper functions for option handling. -*- Autoconf -*-
799802
800 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
803 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
801804 #
802805 # This file is free software; the Free Software Foundation
803806 # gives unlimited permission to copy and/or distribute it,
826829 AC_DEFUN([_AM_IF_OPTION],
827830 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
828831
829 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
832 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
830833 #
831834 # This file is free software; the Free Software Foundation
832835 # gives unlimited permission to copy and/or distribute it,
873876 # For backward compatibility.
874877 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
875878
876 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
879 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
877880 #
878881 # This file is free software; the Free Software Foundation
879882 # gives unlimited permission to copy and/or distribute it,
892895
893896 # Check to make sure that the build environment is sane. -*- Autoconf -*-
894897
895 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
898 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
896899 #
897900 # This file is free software; the Free Software Foundation
898901 # gives unlimited permission to copy and/or distribute it,
973976 rm -f conftest.file
974977 ])
975978
976 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
979 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
977980 #
978981 # This file is free software; the Free Software Foundation
979982 # gives unlimited permission to copy and/or distribute it,
10331036 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
10341037 ])
10351038
1036 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1039 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
10371040 #
10381041 # This file is free software; the Free Software Foundation
10391042 # gives unlimited permission to copy and/or distribute it,
10611064 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10621065 AC_SUBST([INSTALL_STRIP_PROGRAM])])
10631066
1064 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
1067 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
10651068 #
10661069 # This file is free software; the Free Software Foundation
10671070 # gives unlimited permission to copy and/or distribute it,
10801083
10811084 # Check how to create a tarball. -*- Autoconf -*-
10821085
1083 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
1086 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
10841087 #
10851088 # This file is free software; the Free Software Foundation
10861089 # gives unlimited permission to copy and/or distribute it,
2727 txtconv_SOURCES = @top_builddir@/source/Sample-tools/TxtConv.cpp
2828
2929 sfconv_SOURCES = @top_builddir@/SFconv/SFconv.cpp
30 sfconv_SOURCES += @top_builddir@/SFconv/ConvertUTF.c
30 sfconv_SOURCES += @top_builddir@/SFconv/UtfCodec.cpp
3131 sfconv_CPPFLAGS = $(AM_CPPFLAGS) $(EXPAT_CFLAGS)
32 sfconv_CXXFLAGS = -std=c++11
3233 sfconv_CFLAGS = $(AM_CPPFLAGS) $(EXPAT_CFLAGS)
3334 sfconv_SOURCES += @top_builddir@/SFconv/sfReader.h
34 sfconv_SOURCES += @top_builddir@/SFconv/ConvertUTF.h
35 sfconv_SOURCES += @top_builddir@/SFconv/UtfCodec.h
3536 sfconv_SOURCES += @top_builddir@/SFconv/Debug_Prefix.h
3637 sfconv_SOURCES += @top_builddir@/SFconv/Final_Prefix.h
3738 sfconv_SOURCES += @top_builddir@/SFconv/ushort_chartraits.h
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1515
1616
1717 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
1929 am__make_running_with_option = \
2030 case $${target_option-} in \
2131 ?) ;; \
8898 @OLD_LIB_NAMES_FALSE@ $(top_builddir)/lib/libTECkit.la \
8999 @OLD_LIB_NAMES_FALSE@ $(noinst_LIBRARIES)
90100 subdir = bin
91 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
92 $(top_srcdir)/depcomp
93101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94102 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95103 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98106 $(top_srcdir)/zlib-1.2.3/zlib.ac $(top_srcdir)/configure.ac
99107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100108 $(ACLOCAL_M4)
109 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101110 mkinstalldirs = $(install_sh) -d
102111 CONFIG_HEADER = $(top_builddir)/config.h
103112 CONFIG_CLEAN_FILES =
124133 am__installdirs = "$(DESTDIR)$(bindir)"
125134 PROGRAMS = $(bin_PROGRAMS)
126135 am_sfconv_OBJECTS = @top_builddir@/SFconv/sfconv-SFconv.$(OBJEXT) \
127 @top_builddir@/SFconv/sfconv-ConvertUTF.$(OBJEXT)
136 @top_builddir@/SFconv/sfconv-UtfCodec.$(OBJEXT)
128137 sfconv_OBJECTS = $(am_sfconv_OBJECTS)
129138 AM_V_lt = $(am__v_lt_@AM_V@)
130139 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
131140 am__v_lt_0 = --silent
132141 am__v_lt_1 =
133142 sfconv_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
134 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
143 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(sfconv_CXXFLAGS) \
135144 $(CXXFLAGS) $(sfconv_LDFLAGS) $(LDFLAGS) -o $@
136145 am_teckit_compile_OBJECTS = \
137146 @top_builddir@/source/Sample-tools/TECkit_Compile.$(OBJEXT)
226235 done | $(am__uniquify_input)`
227236 ETAGS = etags
228237 CTAGS = ctags
238 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
229239 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230240 ACLOCAL = @ACLOCAL@
231241 AMTAR = @AMTAR@
271281 LIPO = @LIPO@
272282 LN_S = @LN_S@
273283 LTLIBOBJS = @LTLIBOBJS@
284 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
274285 MAINT = @MAINT@
275286 MAKEINFO = @MAKEINFO@
276287 MANIFEST_TOOL = @MANIFEST_TOOL@
346357 prefix = @prefix@
347358 program_transform_name = @program_transform_name@
348359 psdir = @psdir@
360 runstatedir = @runstatedir@
349361 sbindir = @sbindir@
350362 sharedstatedir = @sharedstatedir@
351363 srcdir = @srcdir@
376388 teckit_compile_SOURCES = @top_builddir@/source/Sample-tools/TECkit_Compile.cpp
377389 txtconv_SOURCES = @top_builddir@/source/Sample-tools/TxtConv.cpp
378390 sfconv_SOURCES = @top_builddir@/SFconv/SFconv.cpp \
379 @top_builddir@/SFconv/ConvertUTF.c \
391 @top_builddir@/SFconv/UtfCodec.cpp \
380392 @top_builddir@/SFconv/sfReader.h \
381 @top_builddir@/SFconv/ConvertUTF.h \
393 @top_builddir@/SFconv/UtfCodec.h \
382394 @top_builddir@/SFconv/Debug_Prefix.h \
383395 @top_builddir@/SFconv/Final_Prefix.h \
384396 @top_builddir@/SFconv/ushort_chartraits.h
385397 sfconv_CPPFLAGS = $(AM_CPPFLAGS) $(EXPAT_CFLAGS)
398 sfconv_CXXFLAGS = -std=c++11
386399 sfconv_CFLAGS = $(AM_CPPFLAGS) $(EXPAT_CFLAGS)
387400 @OLD_LIB_NAMES_FALSE@teckit_compile_LDADD = $(top_builddir)/lib/libTECkit_Compiler.la
388401 @OLD_LIB_NAMES_TRUE@teckit_compile_LDADD = $(top_builddir)/lib/TECkit_Compiler_x86.la
416429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
417430 $(am__cd) $(top_srcdir) && \
418431 $(AUTOMAKE) --foreign bin/Makefile
419 .PRECIOUS: Makefile
420432 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
421433 @case '$?' in \
422434 *config.status*) \
524536 @top_builddir@/SFconv/sfconv-SFconv.$(OBJEXT): \
525537 @top_builddir@/SFconv/$(am__dirstamp) \
526538 @top_builddir@/SFconv/$(DEPDIR)/$(am__dirstamp)
527 @top_builddir@/SFconv/sfconv-ConvertUTF.$(OBJEXT): \
539 @top_builddir@/SFconv/sfconv-UtfCodec.$(OBJEXT): \
528540 @top_builddir@/SFconv/$(am__dirstamp) \
529541 @top_builddir@/SFconv/$(DEPDIR)/$(am__dirstamp)
530542
562574 distclean-compile:
563575 -rm -f *.tab.c
564576
565 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Po@am__quote@
566577 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po@am__quote@
567579 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po@am__quote@
568580 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po@am__quote@
569581 @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po@am__quote@
650662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='@top_builddir@/SFconv/expat/xmltok/xmltok.c' object='@top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.obj' libtool=no @AMDEPBACKSLASH@
651663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexpat_a_CFLAGS) $(CFLAGS) -c -o @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.obj `if test -f '@top_builddir@/SFconv/expat/xmltok/xmltok.c'; then $(CYGPATH_W) '@top_builddir@/SFconv/expat/xmltok/xmltok.c'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/expat/xmltok/xmltok.c'; fi`
653
654 @top_builddir@/SFconv/sfconv-ConvertUTF.o: @top_builddir@/SFconv/ConvertUTF.c
655 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CFLAGS) $(CFLAGS) -MT @top_builddir@/SFconv/sfconv-ConvertUTF.o -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Tpo -c -o @top_builddir@/SFconv/sfconv-ConvertUTF.o `test -f '@top_builddir@/SFconv/ConvertUTF.c' || echo '$(srcdir)/'`@top_builddir@/SFconv/ConvertUTF.c
656 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Po
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='@top_builddir@/SFconv/ConvertUTF.c' object='@top_builddir@/SFconv/sfconv-ConvertUTF.o' libtool=no @AMDEPBACKSLASH@
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CFLAGS) $(CFLAGS) -c -o @top_builddir@/SFconv/sfconv-ConvertUTF.o `test -f '@top_builddir@/SFconv/ConvertUTF.c' || echo '$(srcdir)/'`@top_builddir@/SFconv/ConvertUTF.c
660
661 @top_builddir@/SFconv/sfconv-ConvertUTF.obj: @top_builddir@/SFconv/ConvertUTF.c
662 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CFLAGS) $(CFLAGS) -MT @top_builddir@/SFconv/sfconv-ConvertUTF.obj -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Tpo -c -o @top_builddir@/SFconv/sfconv-ConvertUTF.obj `if test -f '@top_builddir@/SFconv/ConvertUTF.c'; then $(CYGPATH_W) '@top_builddir@/SFconv/ConvertUTF.c'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/ConvertUTF.c'; fi`
663 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-ConvertUTF.Po
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='@top_builddir@/SFconv/ConvertUTF.c' object='@top_builddir@/SFconv/sfconv-ConvertUTF.obj' libtool=no @AMDEPBACKSLASH@
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CFLAGS) $(CFLAGS) -c -o @top_builddir@/SFconv/sfconv-ConvertUTF.obj `if test -f '@top_builddir@/SFconv/ConvertUTF.c'; then $(CYGPATH_W) '@top_builddir@/SFconv/ConvertUTF.c'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/ConvertUTF.c'; fi`
667665
668666 .cpp.o:
669667 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
690688 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
691689
692690 @top_builddir@/SFconv/sfconv-SFconv.o: @top_builddir@/SFconv/SFconv.cpp
693 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-SFconv.o -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo -c -o @top_builddir@/SFconv/sfconv-SFconv.o `test -f '@top_builddir@/SFconv/SFconv.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/SFconv.cpp
691 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-SFconv.o -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo -c -o @top_builddir@/SFconv/sfconv-SFconv.o `test -f '@top_builddir@/SFconv/SFconv.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/SFconv.cpp
694692 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po
695693 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='@top_builddir@/SFconv/SFconv.cpp' object='@top_builddir@/SFconv/sfconv-SFconv.o' libtool=no @AMDEPBACKSLASH@
696694 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
697 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-SFconv.o `test -f '@top_builddir@/SFconv/SFconv.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/SFconv.cpp
695 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-SFconv.o `test -f '@top_builddir@/SFconv/SFconv.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/SFconv.cpp
698696
699697 @top_builddir@/SFconv/sfconv-SFconv.obj: @top_builddir@/SFconv/SFconv.cpp
700 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-SFconv.obj -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo -c -o @top_builddir@/SFconv/sfconv-SFconv.obj `if test -f '@top_builddir@/SFconv/SFconv.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/SFconv.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/SFconv.cpp'; fi`
698 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-SFconv.obj -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo -c -o @top_builddir@/SFconv/sfconv-SFconv.obj `if test -f '@top_builddir@/SFconv/SFconv.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/SFconv.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/SFconv.cpp'; fi`
701699 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po
702700 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='@top_builddir@/SFconv/SFconv.cpp' object='@top_builddir@/SFconv/sfconv-SFconv.obj' libtool=no @AMDEPBACKSLASH@
703701 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
704 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-SFconv.obj `if test -f '@top_builddir@/SFconv/SFconv.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/SFconv.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/SFconv.cpp'; fi`
702 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-SFconv.obj `if test -f '@top_builddir@/SFconv/SFconv.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/SFconv.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/SFconv.cpp'; fi`
703
704 @top_builddir@/SFconv/sfconv-UtfCodec.o: @top_builddir@/SFconv/UtfCodec.cpp
705 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-UtfCodec.o -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Tpo -c -o @top_builddir@/SFconv/sfconv-UtfCodec.o `test -f '@top_builddir@/SFconv/UtfCodec.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/UtfCodec.cpp
706 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po
707 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='@top_builddir@/SFconv/UtfCodec.cpp' object='@top_builddir@/SFconv/sfconv-UtfCodec.o' libtool=no @AMDEPBACKSLASH@
708 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-UtfCodec.o `test -f '@top_builddir@/SFconv/UtfCodec.cpp' || echo '$(srcdir)/'`@top_builddir@/SFconv/UtfCodec.cpp
710
711 @top_builddir@/SFconv/sfconv-UtfCodec.obj: @top_builddir@/SFconv/UtfCodec.cpp
712 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -MT @top_builddir@/SFconv/sfconv-UtfCodec.obj -MD -MP -MF @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Tpo -c -o @top_builddir@/SFconv/sfconv-UtfCodec.obj `if test -f '@top_builddir@/SFconv/UtfCodec.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/UtfCodec.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/UtfCodec.cpp'; fi`
713 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Tpo @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po
714 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='@top_builddir@/SFconv/UtfCodec.cpp' object='@top_builddir@/SFconv/sfconv-UtfCodec.obj' libtool=no @AMDEPBACKSLASH@
715 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfconv_CPPFLAGS) $(CPPFLAGS) $(sfconv_CXXFLAGS) $(CXXFLAGS) -c -o @top_builddir@/SFconv/sfconv-UtfCodec.obj `if test -f '@top_builddir@/SFconv/UtfCodec.cpp'; then $(CYGPATH_W) '@top_builddir@/SFconv/UtfCodec.cpp'; else $(CYGPATH_W) '$(srcdir)/@top_builddir@/SFconv/UtfCodec.cpp'; fi`
705717
706718 mostlyclean-libtool:
707719 -rm -f *.lo
924936 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
925937 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
926938
939 .PRECIOUS: Makefile
940
927941 @SYSTEM_EXPAT_FALSE@$(am_libexpat_a_OBJECTS): CFLAGS := $(filter-out -Wextra, $(CFLAGS))
928942 @OLD_LIB_NAMES_TRUE@TECkit_Compile_ver.o: $(tool_src)/TECkit_Compile_ver.rc
929943 @OLD_LIB_NAMES_TRUE@ $(RC) $(AM_RCFLAGS) $(RCFLAGS) -o $@ $<
22
33 scriptversion=2012-10-14.11; # UTC
44
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright 1992-2014 Free Software Foundation, Inc.
3
4 timestamp='2014-03-23'
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-08-20'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
2323 # program. This Exception is an additional permission under section 7
2424 # of the GNU General Public License, version 3 ("GPLv3").
2525 #
26 # Originally written by Per Bothner.
26 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
2727 #
2828 # You can get the latest version of this script from:
2929 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
3030 #
31 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
31 # Please send patches to <config-patches@gnu.org>.
3232
3333
3434 me=`echo "$0" | sed -e 's,.*/,,'`
4949 GNU config.guess ($timestamp)
5050
5151 Originally written by Per Bothner.
52 Copyright 1992-2014 Free Software Foundation, Inc.
52 Copyright 1992-2015 Free Software Foundation, Inc.
5353
5454 This is free software; see the source for copying conditions. There is NO
5555 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
167167 # Note: NetBSD doesn't particularly care about the vendor
168168 # portion of the name. We always set it to "unknown".
169169 sysctl="sysctl -n hw.machine_arch"
170 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
171 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
170 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
171 /sbin/$sysctl 2>/dev/null || \
172 /usr/sbin/$sysctl 2>/dev/null || \
173 echo unknown)`
172174 case "${UNAME_MACHINE_ARCH}" in
173175 armeb) machine=armeb-unknown ;;
174176 arm*) machine=arm-unknown ;;
175177 sh3el) machine=shl-unknown ;;
176178 sh3eb) machine=sh-unknown ;;
177179 sh5el) machine=sh5le-unknown ;;
180 earmv*)
181 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
182 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
183 machine=${arch}${endian}-unknown
184 ;;
178185 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
179186 esac
180187 # The Operating System including object format, if it has switched
181188 # to ELF recently, or will in the future.
182189 case "${UNAME_MACHINE_ARCH}" in
183 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
190 arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
184191 eval $set_cc_for_build
185192 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
186193 | grep -q __ELF__
196203 os=netbsd
197204 ;;
198205 esac
206 # Determine ABI tags.
207 case "${UNAME_MACHINE_ARCH}" in
208 earm*)
209 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
210 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
211 ;;
212 esac
199213 # The OS release
200214 # Debian GNU/NetBSD machines have a different userland, and
201215 # thus, need a distinct triplet. However, they do not need
206220 release='-gnu'
207221 ;;
208222 *)
209 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
223 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
210224 ;;
211225 esac
212226 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
213227 # contains redundant information, the shorter form:
214228 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
215 echo "${machine}-${os}${release}"
229 echo "${machine}-${os}${release}${abi}"
216230 exit ;;
217231 *:Bitrig:*:*)
218232 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
233247 exit ;;
234248 *:MirBSD:*:*)
235249 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
250 exit ;;
251 *:Sortix:*:*)
252 echo ${UNAME_MACHINE}-unknown-sortix
236253 exit ;;
237254 alpha:OSF1:*:*)
238255 case $UNAME_RELEASE in
578595 else
579596 IBM_ARCH=powerpc
580597 fi
581 if [ -x /usr/bin/oslevel ] ; then
582 IBM_REV=`/usr/bin/oslevel`
598 if [ -x /usr/bin/lslpp ] ; then
599 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
600 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
583601 else
584602 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
585603 fi
931949 crisv32:Linux:*:*)
932950 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
933951 exit ;;
952 e2k:Linux:*:*)
953 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
954 exit ;;
934955 frv:Linux:*:*)
935956 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
936957 exit ;;
10191040 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
10201041 exit ;;
10211042 x86_64:Linux:*:*)
1022 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
1043 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
10231044 exit ;;
10241045 xtensa*:Linux:*:*)
10251046 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
4141 /* Define to 1 if you have the <zlib.h> header file. */
4242 #undef HAVE_ZLIB_H
4343
44 /* Define to the sub-directory in which libtool stores uninstalled libraries.
45 */
44 /* Define to the sub-directory where libtool stores uninstalled libraries. */
4645 #undef LT_OBJDIR
4746
4847 /* Name of package */
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright 1992-2014 Free Software Foundation, Inc.
3
4 timestamp='2014-09-11'
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-08-20'
55
66 # This file is free software; you can redistribute it and/or modify it
77 # under the terms of the GNU General Public License as published by
2424 # of the GNU General Public License, version 3 ("GPLv3").
2525
2626
27 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
27 # Please send patches to <config-patches@gnu.org>.
2828 #
2929 # Configuration subroutine to validate and canonicalize a configuration type.
3030 # Supply the specified configuration type as an argument.
6767 version="\
6868 GNU config.sub ($timestamp)
6969
70 Copyright 1992-2014 Free Software Foundation, Inc.
70 Copyright 1992-2015 Free Software Foundation, Inc.
7171
7272 This is free software; see the source for copying conditions. There is NO
7373 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
116116 case $maybe_os in
117117 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
118118 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
119 knetbsd*-gnu* | netbsd*-gnu* | \
119 knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
120120 kopensolaris*-gnu* | \
121121 storm-chaos* | os2-emx* | rtmk-nova*)
122122 os=-$maybe_os
254254 | arc | arceb \
255255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
256256 | avr | avr32 \
257 | ba \
257258 | be32 | be64 \
258259 | bfin \
259260 | c4x | c8051 | clipper \
260261 | d10v | d30v | dlx | dsp16xx \
261 | epiphany \
262 | fido | fr30 | frv \
262 | e2k | epiphany \
263 | fido | fr30 | frv | ft32 \
263264 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264265 | hexagon \
265266 | i370 | i860 | i960 | ia64 \
304305 | riscv32 | riscv64 \
305306 | rl78 | rx \
306307 | score \
307 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
308 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
308309 | sh64 | sh64le \
309310 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
310311 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
312313 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
313314 | ubicom32 \
314315 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
316 | visium \
315317 | we32k \
316318 | x86 | xc16x | xstormy16 | xtensa \
317319 | z8k | z80)
325327 ;;
326328 c6x)
327329 basic_machine=tic6x-unknown
330 ;;
331 leon|leon[3-9])
332 basic_machine=sparc-$basic_machine
328333 ;;
329334 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
330335 basic_machine=$basic_machine-unknown
371376 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
372377 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
373378 | avr-* | avr32-* \
379 | ba-* \
374380 | be32-* | be64-* \
375381 | bfin-* | bs2000-* \
376382 | c[123]* | c30-* | [cjt]90-* | c4x-* \
377383 | c8051-* | clipper-* | craynv-* | cydra-* \
378384 | d10v-* | d30v-* | dlx-* \
379 | elxsi-* \
385 | e2k-* | elxsi-* \
380386 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
381387 | h8300-* | h8500-* \
382388 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
423429 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
424430 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
425431 | pyramid-* \
432 | riscv32-* | riscv64-* \
426433 | rl78-* | romp-* | rs6000-* | rx-* \
427434 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
428435 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
429436 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
430437 | sparclite-* \
431 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
438 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
432439 | tahoe-* \
433440 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
434441 | tile*-* \
436443 | ubicom32-* \
437444 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
438445 | vax-* \
446 | visium-* \
439447 | we32k-* \
440448 | x86-* | x86_64-* | xc16x-* | xps100-* \
441449 | xstormy16-* | xtensa*-* \
511519 aros)
512520 basic_machine=i386-pc
513521 os=-aros
522 ;;
523 asmjs)
524 basic_machine=asmjs-unknown
514525 ;;
515526 aux)
516527 basic_machine=m68k-apple
772783 isi68 | isi)
773784 basic_machine=m68k-isi
774785 os=-sysv
786 ;;
787 leon-*|leon[3-9]-*)
788 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
775789 ;;
776790 m68knommu)
777791 basic_machine=m68k-unknown
13641378 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
13651379 | -sym* | -kopensolaris* | -plan9* \
13661380 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1367 | -aos* | -aros* \
1381 | -aos* | -aros* | -cloudabi* | -sortix* \
13681382 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13691383 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
13701384 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
+1897
-1347
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for teckit 2.5.4.
2 # Generated by GNU Autoconf 2.69 for teckit 2.5.8.
33 #
44 # Report bugs to <nrsi@sil.org>.
55 #
588588 # Identity of this package.
589589 PACKAGE_NAME='teckit'
590590 PACKAGE_TARNAME='teckit'
591 PACKAGE_VERSION='2.5.4'
592 PACKAGE_STRING='teckit 2.5.4'
591 PACKAGE_VERSION='2.5.8'
592 PACKAGE_STRING='teckit 2.5.8'
593593 PACKAGE_BUGREPORT='nrsi@sil.org'
594594 PACKAGE_URL=''
595595
649649 RC
650650 CXXCPP
651651 CPP
652 LT_SYS_LIBRARY_PATH
652653 OTOOL64
653654 OTOOL
654655 LIPO
754755 docdir
755756 oldincludedir
756757 includedir
758 runstatedir
757759 localstatedir
758760 sharedstatedir
759761 sysconfdir
783785 enable_static
784786 with_pic
785787 enable_fast_install
788 with_aix_soname
786789 with_gnu_ld
787790 with_sysroot
788791 enable_libtool_lock
807810 CCC
808811 CC
809812 CFLAGS
813 LT_SYS_LIBRARY_PATH
810814 CPP
811815 CXXCPP'
812816
847851 sysconfdir='${prefix}/etc'
848852 sharedstatedir='${prefix}/com'
849853 localstatedir='${prefix}/var'
854 runstatedir='${localstatedir}/run'
850855 includedir='${prefix}/include'
851856 oldincludedir='/usr/include'
852857 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
10991104 | -silent | --silent | --silen | --sile | --sil)
11001105 silent=yes ;;
11011106
1107 -runstatedir | --runstatedir | --runstatedi | --runstated \
1108 | --runstate | --runstat | --runsta | --runst | --runs \
1109 | --run | --ru | --r)
1110 ac_prev=runstatedir ;;
1111 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1112 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1113 | --run=* | --ru=* | --r=*)
1114 runstatedir=$ac_optarg ;;
1115
11021116 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11031117 ac_prev=sbindir ;;
11041118 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
12361250 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12371251 datadir sysconfdir sharedstatedir localstatedir includedir \
12381252 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir
1253 libdir localedir mandir runstatedir
12401254 do
12411255 eval ac_val=\$$ac_var
12421256 # Remove trailing slashes.
13491363 # Omit some internal or obsolete options to make the list less imposing.
13501364 # This message is too long to be a string in the A/UX 3.1 sh.
13511365 cat <<_ACEOF
1352 \`configure' configures teckit 2.5.4 to adapt to many kinds of systems.
1366 \`configure' configures teckit 2.5.8 to adapt to many kinds of systems.
13531367
13541368 Usage: $0 [OPTION]... [VAR=VALUE]...
13551369
13891403 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13901404 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13911405 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1406 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13921407 --libdir=DIR object code libraries [EPREFIX/lib]
13931408 --includedir=DIR C header files [PREFIX/include]
13941409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
14201435
14211436 if test -n "$ac_init_help"; then
14221437 case $ac_init_help in
1423 short | recursive ) echo "Configuration of teckit 2.5.4:";;
1438 short | recursive ) echo "Configuration of teckit 2.5.8:";;
14241439 esac
14251440 cat <<\_ACEOF
14261441
14531468 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
14541469 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
14551470 both]
1471 --with-aix-soname=aix|svr4|both
1472 shared library versioning (aka "SONAME") variant to
1473 provide on AIX, [default=aix].
14561474 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1457 --with-sysroot=DIR Search for dependent libraries within DIR
1458 (or the compiler's sysroot if not specified).
1475 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1476 compiler's sysroot if not specified).
14591477 --with-old-lib-names Use old library names (for Windows only)
14601478 --without-system-zlib Don't use installed zlib library
14611479 --with-zlib-libdir=DIR Specify directory where the zlib library resides.
14711489 you have headers in a nonstandard directory <include dir>
14721490 CC C compiler command
14731491 CFLAGS C compiler flags
1492 LT_SYS_LIBRARY_PATH
1493 User-defined run-time library search path.
14741494 CPP C preprocessor
14751495 CXXCPP C++ preprocessor
14761496
15401560 test -n "$ac_init_help" && exit $ac_status
15411561 if $ac_init_version; then
15421562 cat <<\_ACEOF
1543 teckit configure 2.5.4
1563 teckit configure 2.5.8
15441564 generated by GNU Autoconf 2.69
15451565
15461566 Copyright (C) 2012 Free Software Foundation, Inc.
20302050 This file contains any messages produced by compilers while
20312051 running configure, to aid debugging if configure makes a mistake.
20322052
2033 It was created by teckit $as_me 2.5.4, which was
2053 It was created by teckit $as_me 2.5.8, which was
20342054 generated by GNU Autoconf 2.69. Invocation command line was
20352055
20362056 $ $0 $@
25222542 NONENONEs,x,x, &&
25232543 program_prefix=${target_alias}-
25242544
2525 am__api_version='1.14'
2545 am__api_version='1.15'
25262546
25272547 # Find a good install program. We prefer a C program (faster),
25282548 # so one script is as good as another. But avoid the broken or
27142734 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
27152735 fi
27162736
2717 if test x"${install_sh}" != xset; then
2737 if test x"${install_sh+set}" != xset; then
27182738 case $am_aux_dir in
27192739 *\ * | *\ *)
27202740 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
30083028
30093029 # Define the identity of the package.
30103030 PACKAGE='teckit'
3011 VERSION='2.5.4'
3031 VERSION='2.5.8'
30123032
30133033
30143034 cat >>confdefs.h <<_ACEOF
30423062 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
30433063 mkdir_p='$(MKDIR_P)'
30443064
3045 # We need awk for the "check" target. The system "awk" is bad on
3046 # some platforms.
3065 # We need awk for the "check" target (and possibly the TAP driver). The
3066 # system "awk" is bad on some platforms.
30473067 # Always define AMTAR for backward compatibility. Yes, it's still used
30483068 # in the wild :-( We should find a proper way to deprecate it ...
30493069 AMTAR='$${TAR-tar}'
46004620
46014621
46024622
4603 macro_version='2.4.2'
4604 macro_revision='1.3337'
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618 ltmain="$ac_aux_dir/ltmain.sh"
4623 macro_version='2.4.6'
4624 macro_revision='2.4.6'
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638 ltmain=$ac_aux_dir/ltmain.sh
46194639
46204640 # Backslashify metacharacters that are still active within
46214641 # double-quoted strings.
46644684 $ECHO ""
46654685 }
46664686
4667 case "$ECHO" in
4687 case $ECHO in
46684688 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
46694689 $as_echo "printf" >&6; } ;;
46704690 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
49875007
49885008 # Check whether --with-gnu-ld was given.
49895009 if test "${with_gnu_ld+set}" = set; then :
4990 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5010 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
49915011 else
49925012 with_gnu_ld=no
49935013 fi
49945014
49955015 ac_prog=ld
4996 if test "$GCC" = yes; then
5016 if test yes = "$GCC"; then
49975017 # Check if gcc -print-prog-name=ld gives a path.
49985018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
49995019 $as_echo_n "checking for ld used by $CC... " >&6; }
50005020 case $host in
50015021 *-*-mingw*)
5002 # gcc leaves a trailing carriage return which upsets mingw
5022 # gcc leaves a trailing carriage return, which upsets mingw
50035023 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
50045024 *)
50055025 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
50135033 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
50145034 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
50155035 done
5016 test -z "$LD" && LD="$ac_prog"
5036 test -z "$LD" && LD=$ac_prog
50175037 ;;
50185038 "")
50195039 # If it fails, then pretend we aren't using GCC.
50245044 with_gnu_ld=unknown
50255045 ;;
50265046 esac
5027 elif test "$with_gnu_ld" = yes; then
5047 elif test yes = "$with_gnu_ld"; then
50285048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
50295049 $as_echo_n "checking for GNU ld... " >&6; }
50305050 else
50355055 $as_echo_n "(cached) " >&6
50365056 else
50375057 if test -z "$LD"; then
5038 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5058 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
50395059 for ac_dir in $PATH; do
5040 IFS="$lt_save_ifs"
5060 IFS=$lt_save_ifs
50415061 test -z "$ac_dir" && ac_dir=.
50425062 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5043 lt_cv_path_LD="$ac_dir/$ac_prog"
5063 lt_cv_path_LD=$ac_dir/$ac_prog
50445064 # Check to see if the program is GNU ld. I'd rather use --version,
50455065 # but apparently some variants of GNU ld only accept -v.
50465066 # Break only if it was the GNU/non-GNU ld that we prefer.
50475067 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
50485068 *GNU* | *'with BFD'*)
5049 test "$with_gnu_ld" != no && break
5069 test no != "$with_gnu_ld" && break
50505070 ;;
50515071 *)
5052 test "$with_gnu_ld" != yes && break
5072 test yes != "$with_gnu_ld" && break
50535073 ;;
50545074 esac
50555075 fi
50565076 done
5057 IFS="$lt_save_ifs"
5058 else
5059 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5060 fi
5061 fi
5062
5063 LD="$lt_cv_path_LD"
5077 IFS=$lt_save_ifs
5078 else
5079 lt_cv_path_LD=$LD # Let the user override the test with a path.
5080 fi
5081 fi
5082
5083 LD=$lt_cv_path_LD
50645084 if test -n "$LD"; then
50655085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
50665086 $as_echo "$LD" >&6; }
51035123 else
51045124 if test -n "$NM"; then
51055125 # Let the user override the test.
5106 lt_cv_path_NM="$NM"
5107 else
5108 lt_nm_to_check="${ac_tool_prefix}nm"
5126 lt_cv_path_NM=$NM
5127 else
5128 lt_nm_to_check=${ac_tool_prefix}nm
51095129 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
51105130 lt_nm_to_check="$lt_nm_to_check nm"
51115131 fi
51125132 for lt_tmp_nm in $lt_nm_to_check; do
5113 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5133 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
51145134 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5115 IFS="$lt_save_ifs"
5135 IFS=$lt_save_ifs
51165136 test -z "$ac_dir" && ac_dir=.
5117 tmp_nm="$ac_dir/$lt_tmp_nm"
5118 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5137 tmp_nm=$ac_dir/$lt_tmp_nm
5138 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
51195139 # Check to see if the nm accepts a BSD-compat flag.
5120 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5140 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
51215141 # nm: unknown option "B" ignored
51225142 # Tru64's nm complains that /dev/null is an invalid object file
5123 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5124 */dev/null* | *'Invalid file or object type'*)
5143 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
5144 case $build_os in
5145 mingw*) lt_bad_file=conftest.nm/nofile ;;
5146 *) lt_bad_file=/dev/null ;;
5147 esac
5148 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
5149 *$lt_bad_file* | *'Invalid file or object type'*)
51255150 lt_cv_path_NM="$tmp_nm -B"
5126 break
5151 break 2
51275152 ;;
51285153 *)
51295154 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
51305155 */dev/null*)
51315156 lt_cv_path_NM="$tmp_nm -p"
5132 break
5157 break 2
51335158 ;;
51345159 *)
51355160 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
51405165 esac
51415166 fi
51425167 done
5143 IFS="$lt_save_ifs"
5168 IFS=$lt_save_ifs
51445169 done
51455170 : ${lt_cv_path_NM=no}
51465171 fi
51475172 fi
51485173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
51495174 $as_echo "$lt_cv_path_NM" >&6; }
5150 if test "$lt_cv_path_NM" != "no"; then
5151 NM="$lt_cv_path_NM"
5175 if test no != "$lt_cv_path_NM"; then
5176 NM=$lt_cv_path_NM
51525177 else
51535178 # Didn't find any BSD compatible name lister, look for dumpbin.
51545179 if test -n "$DUMPBIN"; then :
52545279 fi
52555280 fi
52565281
5257 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5282 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
52585283 *COFF*)
5259 DUMPBIN="$DUMPBIN -symbols"
5284 DUMPBIN="$DUMPBIN -symbols -headers"
52605285 ;;
52615286 *)
52625287 DUMPBIN=:
52645289 esac
52655290 fi
52665291
5267 if test "$DUMPBIN" != ":"; then
5268 NM="$DUMPBIN"
5292 if test : != "$DUMPBIN"; then
5293 NM=$DUMPBIN
52695294 fi
52705295 fi
52715296 test -z "$NM" && NM=nm
53165341 $as_echo_n "(cached) " >&6
53175342 else
53185343 i=0
5319 teststring="ABCD"
5344 teststring=ABCD
53205345
53215346 case $build_os in
53225347 msdosdjgpp*)
53565381 lt_cv_sys_max_cmd_len=8192;
53575382 ;;
53585383
5359 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5384 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
53605385 # This has been around since 386BSD, at least. Likely further.
53615386 if test -x /sbin/sysctl; then
53625387 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
54075432 *)
54085433 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
54095434 if test -n "$lt_cv_sys_max_cmd_len" && \
5410 test undefined != "$lt_cv_sys_max_cmd_len"; then
5435 test undefined != "$lt_cv_sys_max_cmd_len"; then
54115436 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
54125437 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
54135438 else
54145439 # Make teststring a little bigger before we do anything with it.
54155440 # a 1K string should be a reasonable start.
5416 for i in 1 2 3 4 5 6 7 8 ; do
5441 for i in 1 2 3 4 5 6 7 8; do
54175442 teststring=$teststring$teststring
54185443 done
54195444 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
54205445 # If test is not a shell built-in, we'll probably end up computing a
54215446 # maximum length that is only half of the actual maximum length, but
54225447 # we can't tell.
5423 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5448 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
54245449 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5425 test $i != 17 # 1/2 MB should be enough
5450 test 17 != "$i" # 1/2 MB should be enough
54265451 do
54275452 i=`expr $i + 1`
54285453 teststring=$teststring$teststring
54405465
54415466 fi
54425467
5443 if test -n $lt_cv_sys_max_cmd_len ; then
5468 if test -n "$lt_cv_sys_max_cmd_len"; then
54445469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
54455470 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
54465471 else
54575482 : ${CP="cp -f"}
54585483 : ${MV="mv -f"}
54595484 : ${RM="rm -f"}
5460
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5462 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5463 # Try some XSI features
5464 xsi_shell=no
5465 ( _lt_dummy="a/b/c"
5466 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5467 = c,a/b,b/c, \
5468 && eval 'test $(( 1 + 1 )) -eq 2 \
5469 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5470 && xsi_shell=yes
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5472 $as_echo "$xsi_shell" >&6; }
5473
5474
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5476 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5477 lt_shell_append=no
5478 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5479 >/dev/null 2>&1 \
5480 && lt_shell_append=yes
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5482 $as_echo "$lt_shell_append" >&6; }
5483
54845485
54855486 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
54865487 lt_unset=unset
56045605 reload_cmds='$LD$reload_flag -o $output$reload_objs'
56055606 case $host_os in
56065607 cygwin* | mingw* | pw32* | cegcc*)
5607 if test "$GCC" != yes; then
5608 if test yes != "$GCC"; then
56085609 reload_cmds=false
56095610 fi
56105611 ;;
56115612 darwin*)
5612 if test "$GCC" = yes; then
5613 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5613 if test yes = "$GCC"; then
5614 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
56145615 else
56155616 reload_cmds='$LD$reload_flag -o $output$reload_objs'
56165617 fi
57385739 # Need to set the preceding variable on all platforms that support
57395740 # interlibrary dependencies.
57405741 # 'none' -- dependencies not supported.
5741 # `unknown' -- same as none, but documents that we really don't know.
5742 # 'unknown' -- same as none, but documents that we really don't know.
57425743 # 'pass_all' -- all dependencies passed with no checks.
57435744 # 'test_compile' -- check by making test program.
57445745 # 'file_magic [[regex]]' -- check by looking for files in library path
5745 # which responds to the $file_magic_cmd with a given extended regex.
5746 # If you have `file' or equivalent on your system and you're not sure
5747 # whether `pass_all' will *always* work, you probably want this one.
5746 # that responds to the $file_magic_cmd with a given extended regex.
5747 # If you have 'file' or equivalent on your system and you're not sure
5748 # whether 'pass_all' will *always* work, you probably want this one.
57485749
57495750 case $host_os in
57505751 aix[4-9]*)
57715772 # Base MSYS/MinGW do not provide the 'file' command needed by
57725773 # func_win32_libid shell function, so use a weaker test based on 'objdump',
57735774 # unless we find 'file', for example because we are cross-compiling.
5774 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5775 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5775 if ( file / ) >/dev/null 2>&1; then
57765776 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
57775777 lt_cv_file_magic_cmd='func_win32_libid'
57785778 else
58685868 lt_cv_deplibs_check_method=pass_all
58695869 ;;
58705870
5871 openbsd*)
5872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5871 openbsd* | bitrig*)
5872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
58735873 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
58745874 else
58755875 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
59225922 tpf*)
59235923 lt_cv_deplibs_check_method=pass_all
59245924 ;;
5925 os2*)
5926 lt_cv_deplibs_check_method=pass_all
5927 ;;
59255928 esac
59265929
59275930 fi
60796082
60806083 case $host_os in
60816084 cygwin* | mingw* | pw32* | cegcc*)
6082 # two different shell functions defined in ltmain.sh
6083 # decide which to use based on capabilities of $DLLTOOL
6085 # two different shell functions defined in ltmain.sh;
6086 # decide which one to use based on capabilities of $DLLTOOL
60846087 case `$DLLTOOL --help 2>&1` in
60856088 *--identify-strict*)
60866089 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
60926095 ;;
60936096 *)
60946097 # fallback: assume linklib IS sharedlib
6095 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
6098 lt_cv_sharedlib_from_linklib_cmd=$ECHO
60966099 ;;
60976100 esac
60986101
62476250 ac_status=$?
62486251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
62496252 test $ac_status = 0; }
6250 if test "$ac_status" -eq 0; then
6253 if test 0 -eq "$ac_status"; then
62516254 # Ensure the archiver fails upon bogus file names.
62526255 rm -f conftest.$ac_objext libconftest.a
62536256 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
62556258 ac_status=$?
62566259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
62576260 test $ac_status = 0; }
6258 if test "$ac_status" -ne 0; then
6261 if test 0 -ne "$ac_status"; then
62596262 lt_cv_ar_at_file=@
62606263 fi
62616264 fi
62686271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
62696272 $as_echo "$lt_cv_ar_at_file" >&6; }
62706273
6271 if test "x$lt_cv_ar_at_file" = xno; then
6274 if test no = "$lt_cv_ar_at_file"; then
62726275 archiver_list_spec=
62736276 else
62746277 archiver_list_spec=$lt_cv_ar_at_file
64856488
64866489 if test -n "$RANLIB"; then
64876490 case $host_os in
6488 openbsd*)
6491 bitrig* | openbsd*)
64896492 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
64906493 ;;
64916494 *)
65756578 symcode='[ABCDGISTW]'
65766579 ;;
65776580 hpux*)
6578 if test "$host_cpu" = ia64; then
6581 if test ia64 = "$host_cpu"; then
65796582 symcode='[ABCDEGRST]'
65806583 fi
65816584 ;;
66086611 symcode='[ABCDGIRSTW]' ;;
66096612 esac
66106613
6614 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6615 # Gets list of data symbols to import.
6616 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
6617 # Adjust the below global symbol transforms to fixup imported variables.
6618 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
6619 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
6620 lt_c_name_lib_hook="\
6621 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
6622 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
6623 else
6624 # Disable hooks by default.
6625 lt_cv_sys_global_symbol_to_import=
6626 lt_cdecl_hook=
6627 lt_c_name_hook=
6628 lt_c_name_lib_hook=
6629 fi
6630
66116631 # Transform an extracted symbol line into a proper C declaration.
66126632 # Some systems (esp. on ia64) link data and code symbols differently,
66136633 # so use this general approach.
6614 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6634 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
6635 $lt_cdecl_hook\
6636 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
6637 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
66156638
66166639 # Transform an extracted symbol line into symbol name and symbol address
6617 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6618 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6640 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
6641 $lt_c_name_hook\
6642 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6643 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
6644
6645 # Transform an extracted symbol line into symbol name with lib prefix and
6646 # symbol address.
6647 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
6648 $lt_c_name_lib_hook\
6649 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6650 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
6651 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
66196652
66206653 # Handle CRLF in mingw tool chain
66216654 opt_cr=
66336666
66346667 # Write the raw and C identifiers.
66356668 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6636 # Fake it for dumpbin and say T for any non-static function
6637 # and D for any global variable.
6669 # Fake it for dumpbin and say T for any non-static function,
6670 # D for any global variable and I for any imported variable.
66386671 # Also find C++ and __fastcall symbols from MSVC++,
66396672 # which start with @ or ?.
66406673 lt_cv_sys_global_symbol_pipe="$AWK '"\
66416674 " {last_section=section; section=\$ 3};"\
66426675 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
66436676 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6677 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
6678 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
6679 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
66446680 " \$ 0!~/External *\|/{next};"\
66456681 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
66466682 " {if(hide[section]) next};"\
6647 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6648 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6649 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6650 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6683 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
6684 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
6685 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
6686 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
66516687 " ' prfx=^$ac_symprfx"
66526688 else
66536689 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
66956731 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
66966732 cat <<_LT_EOF > conftest.$ac_ext
66976733 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6698 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6699 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6734 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
6735 /* DATA imports from DLLs on WIN32 can't be const, because runtime
67006736 relocations are performed -- see ld's documentation on pseudo-relocs. */
67016737 # define LT_DLSYM_CONST
6702 #elif defined(__osf__)
6738 #elif defined __osf__
67036739 /* This system does not cope well with relocations in const data. */
67046740 # define LT_DLSYM_CONST
67056741 #else
67256761 {
67266762 { "@PROGRAM@", (void *) 0 },
67276763 _LT_EOF
6728 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6764 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
67296765 cat <<\_LT_EOF >> conftest.$ac_ext
67306766 {0, (void *) 0}
67316767 };
67456781 mv conftest.$ac_objext conftstm.$ac_objext
67466782 lt_globsym_save_LIBS=$LIBS
67476783 lt_globsym_save_CFLAGS=$CFLAGS
6748 LIBS="conftstm.$ac_objext"
6784 LIBS=conftstm.$ac_objext
67496785 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
67506786 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
67516787 (eval $ac_link) 2>&5
67526788 ac_status=$?
67536789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6754 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6790 test $ac_status = 0; } && test -s conftest$ac_exeext; then
67556791 pipe_works=yes
67566792 fi
67576793 LIBS=$lt_globsym_save_LIBS
67726808 rm -rf conftest* conftst*
67736809
67746810 # Do not use the global_symbol_pipe unless it works.
6775 if test "$pipe_works" = yes; then
6811 if test yes = "$pipe_works"; then
67766812 break
67776813 else
67786814 lt_cv_sys_global_symbol_pipe=
68256861
68266862
68276863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
68286874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
68296875 $as_echo_n "checking for sysroot... " >&6; }
68306876
68376883
68386884
68396885 lt_sysroot=
6840 case ${with_sysroot} in #(
6886 case $with_sysroot in #(
68416887 yes)
6842 if test "$GCC" = yes; then
6888 if test yes = "$GCC"; then
68436889 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
68446890 fi
68456891 ;; #(
68496895 no|'')
68506896 ;; #(
68516897 *)
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6853 $as_echo "${with_sysroot}" >&6; }
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
6899 $as_echo "$with_sysroot" >&6; }
68546900 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
68556901 ;;
68566902 esac
68626908
68636909
68646910
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
6912 $as_echo_n "checking for a working dd... " >&6; }
6913 if ${ac_cv_path_lt_DD+:} false; then :
6914 $as_echo_n "(cached) " >&6
6915 else
6916 printf 0123456789abcdef0123456789abcdef >conftest.i
6917 cat conftest.i conftest.i >conftest2.i
6918 : ${lt_DD:=$DD}
6919 if test -z "$lt_DD"; then
6920 ac_path_lt_DD_found=false
6921 # Loop through the user's path and test for each of PROGNAME-LIST
6922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6923 for as_dir in $PATH
6924 do
6925 IFS=$as_save_IFS
6926 test -z "$as_dir" && as_dir=.
6927 for ac_prog in dd; do
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
6930 as_fn_executable_p "$ac_path_lt_DD" || continue
6931 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6932 cmp -s conftest.i conftest.out \
6933 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
6934 fi
6935 $ac_path_lt_DD_found && break 3
6936 done
6937 done
6938 done
6939 IFS=$as_save_IFS
6940 if test -z "$ac_cv_path_lt_DD"; then
6941 :
6942 fi
6943 else
6944 ac_cv_path_lt_DD=$lt_DD
6945 fi
6946
6947 rm -f conftest.i conftest2.i conftest.out
6948 fi
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
6950 $as_echo "$ac_cv_path_lt_DD" >&6; }
6951
6952
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
6954 $as_echo_n "checking how to truncate binary pipes... " >&6; }
6955 if ${lt_cv_truncate_bin+:} false; then :
6956 $as_echo_n "(cached) " >&6
6957 else
6958 printf 0123456789abcdef0123456789abcdef >conftest.i
6959 cat conftest.i conftest.i >conftest2.i
6960 lt_cv_truncate_bin=
6961 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6962 cmp -s conftest.i conftest.out \
6963 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
6964 fi
6965 rm -f conftest.i conftest2.i conftest.out
6966 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
6967 fi
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
6969 $as_echo "$lt_cv_truncate_bin" >&6; }
6970
6971
6972
6973
6974
6975
6976
6977 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
6978 func_cc_basename ()
6979 {
6980 for cc_temp in $*""; do
6981 case $cc_temp in
6982 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6983 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6984 \-*) ;;
6985 *) break;;
6986 esac
6987 done
6988 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
6989 }
6990
68656991 # Check whether --enable-libtool-lock was given.
68666992 if test "${enable_libtool_lock+set}" = set; then :
68676993 enableval=$enable_libtool_lock;
68686994 fi
68696995
6870 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6996 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
68716997
68726998 # Some flags need to be propagated to the compiler or linker for good
68736999 # libtool support.
68747000 case $host in
68757001 ia64-*-hpux*)
6876 # Find out which ABI we are using.
7002 # Find out what ABI is being produced by ac_compile, and set mode
7003 # options accordingly.
68777004 echo 'int i;' > conftest.$ac_ext
68787005 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
68797006 (eval $ac_compile) 2>&5
68827009 test $ac_status = 0; }; then
68837010 case `/usr/bin/file conftest.$ac_objext` in
68847011 *ELF-32*)
6885 HPUX_IA64_MODE="32"
7012 HPUX_IA64_MODE=32
68867013 ;;
68877014 *ELF-64*)
6888 HPUX_IA64_MODE="64"
7015 HPUX_IA64_MODE=64
68897016 ;;
68907017 esac
68917018 fi
68927019 rm -rf conftest*
68937020 ;;
68947021 *-*-irix6*)
6895 # Find out which ABI we are using.
7022 # Find out what ABI is being produced by ac_compile, and set linker
7023 # options accordingly.
68967024 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
68977025 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
68987026 (eval $ac_compile) 2>&5
68997027 ac_status=$?
69007028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
69017029 test $ac_status = 0; }; then
6902 if test "$lt_cv_prog_gnu_ld" = yes; then
7030 if test yes = "$lt_cv_prog_gnu_ld"; then
69037031 case `/usr/bin/file conftest.$ac_objext` in
69047032 *32-bit*)
69057033 LD="${LD-ld} -melf32bsmip"
69287056 rm -rf conftest*
69297057 ;;
69307058
7059 mips64*-*linux*)
7060 # Find out what ABI is being produced by ac_compile, and set linker
7061 # options accordingly.
7062 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7063 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7064 (eval $ac_compile) 2>&5
7065 ac_status=$?
7066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7067 test $ac_status = 0; }; then
7068 emul=elf
7069 case `/usr/bin/file conftest.$ac_objext` in
7070 *32-bit*)
7071 emul="${emul}32"
7072 ;;
7073 *64-bit*)
7074 emul="${emul}64"
7075 ;;
7076 esac
7077 case `/usr/bin/file conftest.$ac_objext` in
7078 *MSB*)
7079 emul="${emul}btsmip"
7080 ;;
7081 *LSB*)
7082 emul="${emul}ltsmip"
7083 ;;
7084 esac
7085 case `/usr/bin/file conftest.$ac_objext` in
7086 *N32*)
7087 emul="${emul}n32"
7088 ;;
7089 esac
7090 LD="${LD-ld} -m $emul"
7091 fi
7092 rm -rf conftest*
7093 ;;
7094
69317095 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
69327096 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6933 # Find out which ABI we are using.
7097 # Find out what ABI is being produced by ac_compile, and set linker
7098 # options accordingly. Note that the listed cases only cover the
7099 # situations where additional linker options are needed (such as when
7100 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
7101 # vice versa); the common cases where no linker options are needed do
7102 # not appear in the list.
69347103 echo 'int i;' > conftest.$ac_ext
69357104 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
69367105 (eval $ac_compile) 2>&5
69537122 ;;
69547123 esac
69557124 ;;
6956 powerpc64le-*)
7125 powerpc64le-*linux*)
69577126 LD="${LD-ld} -m elf32lppclinux"
69587127 ;;
6959 powerpc64-*)
7128 powerpc64-*linux*)
69607129 LD="${LD-ld} -m elf32ppclinux"
69617130 ;;
69627131 s390x-*linux*)
69757144 x86_64-*linux*)
69767145 LD="${LD-ld} -m elf_x86_64"
69777146 ;;
6978 powerpcle-*)
7147 powerpcle-*linux*)
69797148 LD="${LD-ld} -m elf64lppc"
69807149 ;;
6981 powerpc-*)
7150 powerpc-*linux*)
69827151 LD="${LD-ld} -m elf64ppc"
69837152 ;;
69847153 s390*-*linux*|s390*-*tpf*)
69967165
69977166 *-*-sco3.2v5*)
69987167 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6999 SAVE_CFLAGS="$CFLAGS"
7168 SAVE_CFLAGS=$CFLAGS
70007169 CFLAGS="$CFLAGS -belf"
70017170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
70027171 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
70367205 fi
70377206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
70387207 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7039 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7208 if test yes != "$lt_cv_cc_needs_belf"; then
70407209 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7041 CFLAGS="$SAVE_CFLAGS"
7210 CFLAGS=$SAVE_CFLAGS
70427211 fi
70437212 ;;
70447213 *-*solaris*)
7045 # Find out which ABI we are using.
7214 # Find out what ABI is being produced by ac_compile, and set linker
7215 # options accordingly.
70467216 echo 'int i;' > conftest.$ac_ext
70477217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
70487218 (eval $ac_compile) 2>&5
70547224 case $lt_cv_prog_gnu_ld in
70557225 yes*)
70567226 case $host in
7057 i?86-*-solaris*)
7227 i?86-*-solaris*|x86_64-*-solaris*)
70587228 LD="${LD-ld} -m elf_x86_64"
70597229 ;;
70607230 sparc*-*-solaris*)
70637233 esac
70647234 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
70657235 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7066 LD="${LD-ld}_sol2"
7236 LD=${LD-ld}_sol2
70677237 fi
70687238 ;;
70697239 *)
70797249 ;;
70807250 esac
70817251
7082 need_locks="$enable_libtool_lock"
7252 need_locks=$enable_libtool_lock
70837253
70847254 if test -n "$ac_tool_prefix"; then
70857255 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
71907360 fi
71917361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
71927362 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7193 if test "x$lt_cv_path_mainfest_tool" != xyes; then
7363 if test yes != "$lt_cv_path_mainfest_tool"; then
71947364 MANIFEST_TOOL=:
71957365 fi
71967366
76937863 $as_echo_n "(cached) " >&6
76947864 else
76957865 lt_cv_apple_cc_single_mod=no
7696 if test -z "${LT_MULTI_MODULE}"; then
7866 if test -z "$LT_MULTI_MODULE"; then
76977867 # By default we will add the -single_module flag. You can override
76987868 # by either setting the environment variable LT_MULTI_MODULE
76997869 # non-empty at configure time, or by adding -multi_module to the
77117881 cat conftest.err >&5
77127882 # Otherwise, if the output was created with a 0 exit code from
77137883 # the compiler, it worked.
7714 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7884 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
77157885 lt_cv_apple_cc_single_mod=yes
77167886 else
77177887 cat conftest.err >&5
77507920 fi
77517921 rm -f core conftest.err conftest.$ac_objext \
77527922 conftest$ac_exeext conftest.$ac_ext
7753 LDFLAGS="$save_LDFLAGS"
7923 LDFLAGS=$save_LDFLAGS
77547924
77557925 fi
77567926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
77797949 _lt_result=$?
77807950 if test -s conftest.err && $GREP force_load conftest.err; then
77817951 cat conftest.err >&5
7782 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7952 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
77837953 lt_cv_ld_force_load=yes
77847954 else
77857955 cat conftest.err >&5
77927962 $as_echo "$lt_cv_ld_force_load" >&6; }
77937963 case $host_os in
77947964 rhapsody* | darwin1.[012])
7795 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7965 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
77967966 darwin1.*)
7797 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7967 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
77987968 darwin*) # darwin 5.x on
77997969 # if running on 10.5 or later, the deployment target defaults
78007970 # to the OS version, if on x86, and 10.4, the deployment
78017971 # target defaults to 10.4. Don't you love it?
78027972 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
78037973 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7804 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7805 10.[012]*)
7806 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7974 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
7975 10.[012][,.]*)
7976 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
78077977 10.*)
7808 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7978 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
78097979 esac
78107980 ;;
78117981 esac
7812 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7982 if test yes = "$lt_cv_apple_cc_single_mod"; then
78137983 _lt_dar_single_mod='$single_module'
78147984 fi
7815 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7816 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7985 if test yes = "$lt_cv_ld_exported_symbols_list"; then
7986 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
78177987 else
7818 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7988 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
78197989 fi
7820 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7990 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
78217991 _lt_dsymutil='~$DSYMUTIL $lib || :'
78227992 else
78237993 _lt_dsymutil=
78247994 fi
78257995 ;;
78267996 esac
7997
7998 # func_munge_path_list VARIABLE PATH
7999 # -----------------------------------
8000 # VARIABLE is name of variable containing _space_ separated list of
8001 # directories to be munged by the contents of PATH, which is string
8002 # having a format:
8003 # "DIR[:DIR]:"
8004 # string "DIR[ DIR]" will be prepended to VARIABLE
8005 # ":DIR[:DIR]"
8006 # string "DIR[ DIR]" will be appended to VARIABLE
8007 # "DIRP[:DIRP]::[DIRA:]DIRA"
8008 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
8009 # "DIRA[ DIRA]" will be appended to VARIABLE
8010 # "DIR[:DIR]"
8011 # VARIABLE will be replaced by "DIR[ DIR]"
8012 func_munge_path_list ()
8013 {
8014 case x$2 in
8015 x)
8016 ;;
8017 *:)
8018 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
8019 ;;
8020 x:*)
8021 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
8022 ;;
8023 *::*)
8024 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
8025 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
8026 ;;
8027 *)
8028 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
8029 ;;
8030 esac
8031 }
78278032
78288033 ac_ext=c
78298034 ac_cpp='$CPP $CPPFLAGS'
81108315
81118316 func_stripname_cnf ()
81128317 {
8113 case ${2} in
8114 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
8115 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
8318 case $2 in
8319 .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
8320 *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
81168321 esac
81178322 } # func_stripname_cnf
81188323
81398344 *)
81408345 enable_shared=no
81418346 # Look at the argument we got. We use all the common list separators.
8142 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8347 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
81438348 for pkg in $enableval; do
8144 IFS="$lt_save_ifs"
8349 IFS=$lt_save_ifs
81458350 if test "X$pkg" = "X$p"; then
81468351 enable_shared=yes
81478352 fi
81488353 done
8149 IFS="$lt_save_ifs"
8354 IFS=$lt_save_ifs
81508355 ;;
81518356 esac
81528357 else
81708375 *)
81718376 enable_static=no
81728377 # Look at the argument we got. We use all the common list separators.
8173 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8378 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
81748379 for pkg in $enableval; do
8175 IFS="$lt_save_ifs"
8380 IFS=$lt_save_ifs
81768381 if test "X$pkg" = "X$p"; then
81778382 enable_static=yes
81788383 fi
81798384 done
8180 IFS="$lt_save_ifs"
8385 IFS=$lt_save_ifs
81818386 ;;
81828387 esac
81838388 else
82018406 *)
82028407 pic_mode=default
82038408 # Look at the argument we got. We use all the common list separators.
8204 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8409 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
82058410 for lt_pkg in $withval; do
8206 IFS="$lt_save_ifs"
8411 IFS=$lt_save_ifs
82078412 if test "X$lt_pkg" = "X$lt_p"; then
82088413 pic_mode=yes
82098414 fi
82108415 done
8211 IFS="$lt_save_ifs"
8416 IFS=$lt_save_ifs
82128417 ;;
82138418 esac
82148419 else
82158420 pic_mode=default
82168421 fi
82178422
8218
8219 test -z "$pic_mode" && pic_mode=default
82208423
82218424
82228425
82338436 *)
82348437 enable_fast_install=no
82358438 # Look at the argument we got. We use all the common list separators.
8236 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8439 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
82378440 for pkg in $enableval; do
8238 IFS="$lt_save_ifs"
8441 IFS=$lt_save_ifs
82398442 if test "X$pkg" = "X$p"; then
82408443 enable_fast_install=yes
82418444 fi
82428445 done
8243 IFS="$lt_save_ifs"
8446 IFS=$lt_save_ifs
82448447 ;;
82458448 esac
82468449 else
82548457
82558458
82568459
8460 shared_archive_member_spec=
8461 case $host,$enable_shared in
8462 power*-*-aix[5-9]*,yes)
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
8464 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
8465
8466 # Check whether --with-aix-soname was given.
8467 if test "${with_aix_soname+set}" = set; then :
8468 withval=$with_aix_soname; case $withval in
8469 aix|svr4|both)
8470 ;;
8471 *)
8472 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
8473 ;;
8474 esac
8475 lt_cv_with_aix_soname=$with_aix_soname
8476 else
8477 if ${lt_cv_with_aix_soname+:} false; then :
8478 $as_echo_n "(cached) " >&6
8479 else
8480 lt_cv_with_aix_soname=aix
8481 fi
8482
8483 with_aix_soname=$lt_cv_with_aix_soname
8484 fi
8485
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
8487 $as_echo "$with_aix_soname" >&6; }
8488 if test aix != "$with_aix_soname"; then
8489 # For the AIX way of multilib, we name the shared archive member
8490 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
8491 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
8492 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8493 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8494 if test 64 = "${OBJECT_MODE-32}"; then
8495 shared_archive_member_spec=shr_64
8496 else
8497 shared_archive_member_spec=shr
8498 fi
8499 fi
8500 ;;
8501 *)
8502 with_aix_soname=aix
8503 ;;
8504 esac
8505
8506
8507
8508
8509
8510
8511
82578512
82588513
82598514
82608515 # This can be used to rebuild libtool when needed
8261 LIBTOOL_DEPS="$ltmain"
8516 LIBTOOL_DEPS=$ltmain
82628517
82638518 # Always use our own libtool.
82648519 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
83078562
83088563
83098564
8310 if test -n "${ZSH_VERSION+set}" ; then
8565 if test -n "${ZSH_VERSION+set}"; then
83118566 setopt NO_GLOB_SUBST
83128567 fi
83138568
83468601 # AIX sometimes has problems with the GCC collect2 program. For some
83478602 # reason, if we set the COLLECT_NAMES environment variable, the problems
83488603 # vanish in a puff of smoke.
8349 if test "X${COLLECT_NAMES+set}" != Xset; then
8604 if test set != "${COLLECT_NAMES+set}"; then
83508605 COLLECT_NAMES=
83518606 export COLLECT_NAMES
83528607 fi
83578612 ofile=libtool
83588613 can_build_shared=yes
83598614
8360 # All known linkers require a `.a' archive for static linking (except MSVC,
8615 # All known linkers require a '.a' archive for static linking (except MSVC,
83618616 # which needs '.lib').
83628617 libext=a
83638618
8364 with_gnu_ld="$lt_cv_prog_gnu_ld"
8365
8366 old_CC="$CC"
8367 old_CFLAGS="$CFLAGS"
8619 with_gnu_ld=$lt_cv_prog_gnu_ld
8620
8621 old_CC=$CC
8622 old_CFLAGS=$CFLAGS
83688623
83698624 # Set sane defaults for various variables
83708625 test -z "$CC" && CC=cc
83738628 test -z "$LD" && LD=ld
83748629 test -z "$ac_objext" && ac_objext=o
83758630
8376 for cc_temp in $compiler""; do
8377 case $cc_temp in
8378 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8379 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8380 \-*) ;;
8381 *) break;;
8382 esac
8383 done
8384 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8631 func_cc_basename $compiler
8632 cc_basename=$func_cc_basename_result
83858633
83868634
83878635 # Only perform the check for file, if the check method requires it
83968644 else
83978645 case $MAGIC_CMD in
83988646 [\\/*] | ?:[\\/]*)
8399 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8647 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
84008648 ;;
84018649 *)
8402 lt_save_MAGIC_CMD="$MAGIC_CMD"
8403 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8650 lt_save_MAGIC_CMD=$MAGIC_CMD
8651 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
84048652 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
84058653 for ac_dir in $ac_dummy; do
8406 IFS="$lt_save_ifs"
8654 IFS=$lt_save_ifs
84078655 test -z "$ac_dir" && ac_dir=.
8408 if test -f $ac_dir/${ac_tool_prefix}file; then
8409 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8656 if test -f "$ac_dir/${ac_tool_prefix}file"; then
8657 lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
84108658 if test -n "$file_magic_test_file"; then
84118659 case $deplibs_check_method in
84128660 "file_magic "*)
84138661 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8414 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8662 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
84158663 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
84168664 $EGREP "$file_magic_regex" > /dev/null; then
84178665 :
84348682 break
84358683 fi
84368684 done
8437 IFS="$lt_save_ifs"
8438 MAGIC_CMD="$lt_save_MAGIC_CMD"
8685 IFS=$lt_save_ifs
8686 MAGIC_CMD=$lt_save_MAGIC_CMD
84398687 ;;
84408688 esac
84418689 fi
84428690
8443 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8691 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
84448692 if test -n "$MAGIC_CMD"; then
84458693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
84468694 $as_echo "$MAGIC_CMD" >&6; }
84628710 else
84638711 case $MAGIC_CMD in
84648712 [\\/*] | ?:[\\/]*)
8465 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8713 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
84668714 ;;
84678715 *)
8468 lt_save_MAGIC_CMD="$MAGIC_CMD"
8469 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8716 lt_save_MAGIC_CMD=$MAGIC_CMD
8717 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
84708718 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
84718719 for ac_dir in $ac_dummy; do
8472 IFS="$lt_save_ifs"
8720 IFS=$lt_save_ifs
84738721 test -z "$ac_dir" && ac_dir=.
8474 if test -f $ac_dir/file; then
8475 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8722 if test -f "$ac_dir/file"; then
8723 lt_cv_path_MAGIC_CMD=$ac_dir/"file"
84768724 if test -n "$file_magic_test_file"; then
84778725 case $deplibs_check_method in
84788726 "file_magic "*)
84798727 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8480 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8728 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
84818729 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
84828730 $EGREP "$file_magic_regex" > /dev/null; then
84838731 :
85008748 break
85018749 fi
85028750 done
8503 IFS="$lt_save_ifs"
8504 MAGIC_CMD="$lt_save_MAGIC_CMD"
8751 IFS=$lt_save_ifs
8752 MAGIC_CMD=$lt_save_MAGIC_CMD
85058753 ;;
85068754 esac
85078755 fi
85088756
8509 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8757 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
85108758 if test -n "$MAGIC_CMD"; then
85118759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
85128760 $as_echo "$MAGIC_CMD" >&6; }
85278775
85288776 # Use C for the default configuration in the libtool script
85298777
8530 lt_save_CC="$CC"
8778 lt_save_CC=$CC
85318779 ac_ext=c
85328780 ac_cpp='$CPP $CPPFLAGS'
85338781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
85898837
85908838 lt_prog_compiler_no_builtin_flag=
85918839
8592 if test "$GCC" = yes; then
8840 if test yes = "$GCC"; then
85938841 case $cc_basename in
85948842 nvcc*)
85958843 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
86058853 lt_cv_prog_compiler_rtti_exceptions=no
86068854 ac_outfile=conftest.$ac_objext
86078855 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8608 lt_compiler_flag="-fno-rtti -fno-exceptions"
8856 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
86098857 # Insert the option either (1) after the last *FLAGS variable, or
86108858 # (2) before a word containing "conftest.", or (3) at the end.
86118859 # Note that $ac_compile itself does not contain backslashes and begins
86358883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
86368884 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
86378885
8638 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8886 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
86398887 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
86408888 else
86418889 :
86538901 lt_prog_compiler_static=
86548902
86558903
8656 if test "$GCC" = yes; then
8904 if test yes = "$GCC"; then
86578905 lt_prog_compiler_wl='-Wl,'
86588906 lt_prog_compiler_static='-static'
86598907
86608908 case $host_os in
86618909 aix*)
86628910 # All AIX code is PIC.
8663 if test "$host_cpu" = ia64; then
8911 if test ia64 = "$host_cpu"; then
86648912 # AIX 5 now supports IA64 processor
86658913 lt_prog_compiler_static='-Bstatic'
86668914 fi
8915 lt_prog_compiler_pic='-fPIC'
86678916 ;;
86688917
86698918 amigaos*)
86748923 ;;
86758924 m68k)
86768925 # FIXME: we need at least 68020 code to build shared libraries, but
8677 # adding the `-m68020' flag to GCC prevents building anything better,
8678 # like `-m68040'.
8926 # adding the '-m68020' flag to GCC prevents building anything better,
8927 # like '-m68040'.
86798928 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
86808929 ;;
86818930 esac
86918940 # Although the cygwin gcc ignores -fPIC, still need this for old-style
86928941 # (--disable-auto-import) libraries
86938942 lt_prog_compiler_pic='-DDLL_EXPORT'
8943 case $host_os in
8944 os2*)
8945 lt_prog_compiler_static='$wl-static'
8946 ;;
8947 esac
86948948 ;;
86958949
86968950 darwin* | rhapsody*)
87619015 case $host_os in
87629016 aix*)
87639017 lt_prog_compiler_wl='-Wl,'
8764 if test "$host_cpu" = ia64; then
9018 if test ia64 = "$host_cpu"; then
87659019 # AIX 5 now supports IA64 processor
87669020 lt_prog_compiler_static='-Bstatic'
87679021 else
87699023 fi
87709024 ;;
87719025
9026 darwin* | rhapsody*)
9027 # PIC is the default on this platform
9028 # Common symbols not allowed in MH_DYLIB files
9029 lt_prog_compiler_pic='-fno-common'
9030 case $cc_basename in
9031 nagfor*)
9032 # NAG Fortran compiler
9033 lt_prog_compiler_wl='-Wl,-Wl,,'
9034 lt_prog_compiler_pic='-PIC'
9035 lt_prog_compiler_static='-Bstatic'
9036 ;;
9037 esac
9038 ;;
9039
87729040 mingw* | cygwin* | pw32* | os2* | cegcc*)
87739041 # This hack is so that the source file can tell whether it is being
87749042 # built for inclusion in a dll (and should export symbols for example).
87759043 lt_prog_compiler_pic='-DDLL_EXPORT'
9044 case $host_os in
9045 os2*)
9046 lt_prog_compiler_static='$wl-static'
9047 ;;
9048 esac
87769049 ;;
87779050
87789051 hpux9* | hpux10* | hpux11*)
87889061 ;;
87899062 esac
87909063 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8791 lt_prog_compiler_static='${wl}-a ${wl}archive'
9064 lt_prog_compiler_static='$wl-a ${wl}archive'
87929065 ;;
87939066
87949067 irix5* | irix6* | nonstopux*)
87999072
88009073 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
88019074 case $cc_basename in
8802 # old Intel for x86_64 which still supported -KPIC.
9075 # old Intel for x86_64, which still supported -KPIC.
88039076 ecc*)
88049077 lt_prog_compiler_wl='-Wl,'
88059078 lt_prog_compiler_pic='-KPIC'
88239096 lt_prog_compiler_wl='-Wl,-Wl,,'
88249097 lt_prog_compiler_pic='-PIC'
88259098 lt_prog_compiler_static='-Bstatic'
9099 ;;
9100 tcc*)
9101 # Fabrice Bellard et al's Tiny C Compiler
9102 lt_prog_compiler_wl='-Wl,'
9103 lt_prog_compiler_pic='-fPIC'
9104 lt_prog_compiler_static='-static'
88269105 ;;
88279106 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
88289107 # Portland Group compilers (*not* the Pentium gcc compiler,
89219200 ;;
89229201
89239202 sysv4*MP*)
8924 if test -d /usr/nec ;then
9203 if test -d /usr/nec; then
89259204 lt_prog_compiler_pic='-Kconform_pic'
89269205 lt_prog_compiler_static='-Bstatic'
89279206 fi
89509229 fi
89519230
89529231 case $host_os in
8953 # For platforms which do not support PIC, -DPIC is meaningless:
9232 # For platforms that do not support PIC, -DPIC is meaningless:
89549233 *djgpp*)
89559234 lt_prog_compiler_pic=
89569235 ;;
89829261 lt_cv_prog_compiler_pic_works=no
89839262 ac_outfile=conftest.$ac_objext
89849263 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8985 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9264 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
89869265 # Insert the option either (1) after the last *FLAGS variable, or
89879266 # (2) before a word containing "conftest.", or (3) at the end.
89889267 # Note that $ac_compile itself does not contain backslashes and begins
90129291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
90139292 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
90149293
9015 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9294 if test yes = "$lt_cv_prog_compiler_pic_works"; then
90169295 case $lt_prog_compiler_pic in
90179296 "" | " "*) ;;
90189297 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
90449323 $as_echo_n "(cached) " >&6
90459324 else
90469325 lt_cv_prog_compiler_static_works=no
9047 save_LDFLAGS="$LDFLAGS"
9326 save_LDFLAGS=$LDFLAGS
90489327 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
90499328 echo "$lt_simple_link_test_code" > conftest.$ac_ext
90509329 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
90639342 fi
90649343 fi
90659344 $RM -r conftest*
9066 LDFLAGS="$save_LDFLAGS"
9345 LDFLAGS=$save_LDFLAGS
90679346
90689347 fi
90699348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
90709349 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
90719350
9072 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9351 if test yes = "$lt_cv_prog_compiler_static_works"; then
90739352 :
90749353 else
90759354 lt_prog_compiler_static=
91899468
91909469
91919470
9192 hard_links="nottested"
9193 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9471 hard_links=nottested
9472 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
91949473 # do not overwrite the value of need_locks provided by the user
91959474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
91969475 $as_echo_n "checking if we can lock with hard links... " >&6; }
92029481 ln conftest.a conftest.b 2>/dev/null && hard_links=no
92039482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
92049483 $as_echo "$hard_links" >&6; }
9205 if test "$hard_links" = no; then
9206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9207 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9484 if test no = "$hard_links"; then
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9486 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
92089487 need_locks=warn
92099488 fi
92109489 else
92479526 # included in the symbol list
92489527 include_expsyms=
92499528 # exclude_expsyms can be an extended regexp of symbols to exclude
9250 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9251 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9252 # as well as any symbol that contains `d'.
9529 # it will be wrapped by ' (' and ')$', so one must not match beginning or
9530 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
9531 # as well as any symbol that contains 'd'.
92539532 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
92549533 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
92559534 # platforms (ab)use it in PIC code, but their linkers get confused if
92649543 # FIXME: the MSVC++ port hasn't been tested in a loooong time
92659544 # When not using gcc, we currently assume that we are using
92669545 # Microsoft Visual C++.
9267 if test "$GCC" != yes; then
9546 if test yes != "$GCC"; then
92689547 with_gnu_ld=no
92699548 fi
92709549 ;;
92729551 # we just hope/assume this is gcc and not c89 (= MSVC++)
92739552 with_gnu_ld=yes
92749553 ;;
9275 openbsd*)
9554 openbsd* | bitrig*)
92769555 with_gnu_ld=no
92779556 ;;
92789557 linux* | k*bsd*-gnu | gnu*)
92859564 # On some targets, GNU ld is compatible enough with the native linker
92869565 # that we're better off using the native interface for both.
92879566 lt_use_gnu_ld_interface=no
9288 if test "$with_gnu_ld" = yes; then
9567 if test yes = "$with_gnu_ld"; then
92899568 case $host_os in
92909569 aix*)
92919570 # The AIX port of GNU ld has always aspired to compatibility
93079586 esac
93089587 fi
93099588
9310 if test "$lt_use_gnu_ld_interface" = yes; then
9589 if test yes = "$lt_use_gnu_ld_interface"; then
93119590 # If archive_cmds runs LD, not CC, wlarc should be empty
9312 wlarc='${wl}'
9591 wlarc='$wl'
93139592
93149593 # Set some defaults for GNU ld with shared library support. These
93159594 # are reset later if shared libraries are not supported. Putting them
93169595 # here allows them to be overridden if necessary.
93179596 runpath_var=LD_RUN_PATH
9318 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9319 export_dynamic_flag_spec='${wl}--export-dynamic'
9597 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9598 export_dynamic_flag_spec='$wl--export-dynamic'
93209599 # ancient GNU ld didn't support --whole-archive et. al.
93219600 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9322 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9601 whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
93239602 else
93249603 whole_archive_flag_spec=
93259604 fi
93269605 supports_anon_versioning=no
9327 case `$LD -v 2>&1` in
9606 case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
93289607 *GNU\ gold*) supports_anon_versioning=yes ;;
93299608 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
93309609 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
93379616 case $host_os in
93389617 aix[3-9]*)
93399618 # On AIX/PPC, the GNU linker is very broken
9340 if test "$host_cpu" != ia64; then
9619 if test ia64 != "$host_cpu"; then
93419620 ld_shlibs=no
93429621 cat <<_LT_EOF 1>&2
93439622
93569635 case $host_cpu in
93579636 powerpc)
93589637 # see comment about AmigaOS4 .so support
9359 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9638 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
93609639 archive_expsym_cmds=''
93619640 ;;
93629641 m68k)
93729651 allow_undefined_flag=unsupported
93739652 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
93749653 # support --undefined. This deserves some investigation. FIXME
9375 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9654 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
93769655 else
93779656 ld_shlibs=no
93789657 fi
93829661 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
93839662 # as there is no search path for DLLs.
93849663 hardcode_libdir_flag_spec='-L$libdir'
9385 export_dynamic_flag_spec='${wl}--export-all-symbols'
9664 export_dynamic_flag_spec='$wl--export-all-symbols'
93869665 allow_undefined_flag=unsupported
93879666 always_export_symbols=no
93889667 enable_shared_with_static_runtimes=yes
93909669 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
93919670
93929671 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9393 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9394 # If the export-symbols file already is a .def file (1st line
9395 # is EXPORTS), use it as is; otherwise, prepend...
9396 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9397 cp $export_symbols $output_objdir/$soname.def;
9398 else
9399 echo EXPORTS > $output_objdir/$soname.def;
9400 cat $export_symbols >> $output_objdir/$soname.def;
9401 fi~
9402 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9672 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9673 # If the export-symbols file already is a .def file, use it as
9674 # is; otherwise, prepend EXPORTS...
9675 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
9676 cp $export_symbols $output_objdir/$soname.def;
9677 else
9678 echo EXPORTS > $output_objdir/$soname.def;
9679 cat $export_symbols >> $output_objdir/$soname.def;
9680 fi~
9681 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
94039682 else
94049683 ld_shlibs=no
94059684 fi
94069685 ;;
94079686
94089687 haiku*)
9409 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9688 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
94109689 link_all_deplibs=yes
9690 ;;
9691
9692 os2*)
9693 hardcode_libdir_flag_spec='-L$libdir'
9694 hardcode_minus_L=yes
9695 allow_undefined_flag=unsupported
9696 shrext_cmds=.dll
9697 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9698 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9699 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9700 $ECHO EXPORTS >> $output_objdir/$libname.def~
9701 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
9702 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9703 emximp -o $lib $output_objdir/$libname.def'
9704 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9705 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9706 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9707 $ECHO EXPORTS >> $output_objdir/$libname.def~
9708 prefix_cmds="$SED"~
9709 if test EXPORTS = "`$SED 1q $export_symbols`"; then
9710 prefix_cmds="$prefix_cmds -e 1d";
9711 fi~
9712 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
9713 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
9714 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9715 emximp -o $lib $output_objdir/$libname.def'
9716 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
9717 enable_shared_with_static_runtimes=yes
94119718 ;;
94129719
94139720 interix[3-9]*)
94149721 hardcode_direct=no
94159722 hardcode_shlibpath_var=no
9416 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9417 export_dynamic_flag_spec='${wl}-E'
9723 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9724 export_dynamic_flag_spec='$wl-E'
94189725 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
94199726 # Instead, shared libraries are loaded at an image base (0x10000000 by
94209727 # default) and relocated if they conflict, which is a slow very memory
94219728 # consuming and fragmenting process. To avoid this, we pick a random,
94229729 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
94239730 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9424 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9425 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9731 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9732 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
94269733 ;;
94279734
94289735 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
94299736 tmp_diet=no
9430 if test "$host_os" = linux-dietlibc; then
9737 if test linux-dietlibc = "$host_os"; then
94319738 case $cc_basename in
94329739 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
94339740 esac
94349741 fi
94359742 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9436 && test "$tmp_diet" = no
9743 && test no = "$tmp_diet"
94379744 then
94389745 tmp_addflag=' $pic_flag'
94399746 tmp_sharedflag='-shared'
94409747 case $cc_basename,$host_cpu in
94419748 pgcc*) # Portland Group C compiler
9442 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9749 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
94439750 tmp_addflag=' $pic_flag'
94449751 ;;
94459752 pgf77* | pgf90* | pgf95* | pgfortran*)
94469753 # Portland Group f77 and f90 compilers
9447 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9754 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
94489755 tmp_addflag=' $pic_flag -Mnomain' ;;
94499756 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
94509757 tmp_addflag=' -i_dynamic' ;;
94559762 lf95*) # Lahey Fortran 8.1
94569763 whole_archive_flag_spec=
94579764 tmp_sharedflag='--shared' ;;
9765 nagfor*) # NAGFOR 5.3
9766 tmp_sharedflag='-Wl,-shared' ;;
94589767 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
94599768 tmp_sharedflag='-qmkshrobj'
94609769 tmp_addflag= ;;
94619770 nvcc*) # Cuda Compiler Driver 2.2
9462 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9771 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
94639772 compiler_needs_object=yes
94649773 ;;
94659774 esac
94669775 case `$CC -V 2>&1 | sed 5q` in
94679776 *Sun\ C*) # Sun C 5.9
9468 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9777 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
94699778 compiler_needs_object=yes
94709779 tmp_sharedflag='-G' ;;
94719780 *Sun\ F*) # Sun Fortran 8.3
94729781 tmp_sharedflag='-G' ;;
94739782 esac
9474 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9475
9476 if test "x$supports_anon_versioning" = xyes; then
9783 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9784
9785 if test yes = "$supports_anon_versioning"; then
94779786 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9478 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9479 echo "local: *; };" >> $output_objdir/$libname.ver~
9480 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9787 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9788 echo "local: *; };" >> $output_objdir/$libname.ver~
9789 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
94819790 fi
94829791
94839792 case $cc_basename in
9793 tcc*)
9794 export_dynamic_flag_spec='-rdynamic'
9795 ;;
94849796 xlf* | bgf* | bgxlf* | mpixlf*)
94859797 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
94869798 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9487 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9799 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
94889800 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9489 if test "x$supports_anon_versioning" = xyes; then
9801 if test yes = "$supports_anon_versioning"; then
94909802 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9491 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9492 echo "local: *; };" >> $output_objdir/$libname.ver~
9493 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9803 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9804 echo "local: *; };" >> $output_objdir/$libname.ver~
9805 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
94949806 fi
94959807 ;;
94969808 esac
95049816 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
95059817 wlarc=
95069818 else
9507 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9508 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9819 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9820 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
95099821 fi
95109822 ;;
95119823
95239835
95249836 _LT_EOF
95259837 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9526 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9527 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9838 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9839 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
95289840 else
95299841 ld_shlibs=no
95309842 fi
95369848 ld_shlibs=no
95379849 cat <<_LT_EOF 1>&2
95389850
9539 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9851 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
95409852 *** reliably create shared libraries on SCO systems. Therefore, libtool
95419853 *** is disabling shared libraries support. We urge you to upgrade GNU
95429854 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
95519863 # DT_RUNPATH tag from executables and libraries. But doing so
95529864 # requires that you compile everything twice, which is a pain.
95539865 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9554 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9555 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9556 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9866 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9867 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9868 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
95579869 else
95589870 ld_shlibs=no
95599871 fi
95709882
95719883 *)
95729884 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9573 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9574 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9885 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9886 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
95759887 else
95769888 ld_shlibs=no
95779889 fi
95789890 ;;
95799891 esac
95809892
9581 if test "$ld_shlibs" = no; then
9893 if test no = "$ld_shlibs"; then
95829894 runpath_var=
95839895 hardcode_libdir_flag_spec=
95849896 export_dynamic_flag_spec=
95949906 # Note: this linker hardcodes the directories in LIBPATH if there
95959907 # are no directories specified by -L.
95969908 hardcode_minus_L=yes
9597 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9909 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
95989910 # Neither direct hardcoding nor static linking is supported with a
95999911 # broken collect2.
96009912 hardcode_direct=unsupported
96029914 ;;
96039915
96049916 aix[4-9]*)
9605 if test "$host_cpu" = ia64; then
9917 if test ia64 = "$host_cpu"; then
96069918 # On IA64, the linker does run time linking by default, so we don't
96079919 # have to do anything special.
96089920 aix_use_runtimelinking=no
96099921 exp_sym_flag='-Bexport'
9610 no_entry_flag=""
9922 no_entry_flag=
96119923 else
96129924 # If we're using GNU nm, then we don't want the "-C" option.
9613 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9614 # Also, AIX nm treats weak defined symbols like other global
9615 # defined symbols, whereas GNU nm marks them as "W".
9925 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
9926 # Without the "-l" option, or with the "-B" option, AIX nm treats
9927 # weak defined symbols like other global defined symbols, whereas
9928 # GNU nm marks them as "W".
9929 # While the 'weak' keyword is ignored in the Export File, we need
9930 # it in the Import File for the 'aix-soname' feature, so we have
9931 # to replace the "-B" option with "-P" for AIX nm.
96169932 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9617 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9933 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
96189934 else
9619 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9935 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
96209936 fi
96219937 aix_use_runtimelinking=no
96229938
96239939 # Test if we are trying to use run time linking or normal
96249940 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9625 # need to do runtime linking.
9941 # have runtime linking enabled, and use it for executables.
9942 # For shared libraries, we enable/disable runtime linking
9943 # depending on the kind of the shared library created -
9944 # when "with_aix_soname,aix_use_runtimelinking" is:
9945 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
9946 # "aix,yes" lib.so shared, rtl:yes, for executables
9947 # lib.a static archive
9948 # "both,no" lib.so.V(shr.o) shared, rtl:yes
9949 # lib.a(lib.so.V) shared, rtl:no, for executables
9950 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
9951 # lib.a(lib.so.V) shared, rtl:no
9952 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
9953 # lib.a static archive
96269954 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
96279955 for ld_flag in $LDFLAGS; do
9628 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9956 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
96299957 aix_use_runtimelinking=yes
96309958 break
96319959 fi
96329960 done
9961 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
9962 # With aix-soname=svr4, we create the lib.so.V shared archives only,
9963 # so we don't have lib.a shared libs to link our executables.
9964 # We have to force runtime linking in this case.
9965 aix_use_runtimelinking=yes
9966 LDFLAGS="$LDFLAGS -Wl,-brtl"
9967 fi
96339968 ;;
96349969 esac
96359970
96489983 hardcode_direct_absolute=yes
96499984 hardcode_libdir_separator=':'
96509985 link_all_deplibs=yes
9651 file_list_spec='${wl}-f,'
9652
9653 if test "$GCC" = yes; then
9986 file_list_spec='$wl-f,'
9987 case $with_aix_soname,$aix_use_runtimelinking in
9988 aix,*) ;; # traditional, no import file
9989 svr4,* | *,yes) # use import file
9990 # The Import File defines what to hardcode.
9991 hardcode_direct=no
9992 hardcode_direct_absolute=no
9993 ;;
9994 esac
9995
9996 if test yes = "$GCC"; then
96549997 case $host_os in aix4.[012]|aix4.[012].*)
96559998 # We only want to do this on AIX 4.2 and lower, the check
96569999 # below for broken collect2 doesn't work under 4.3+
9657 collect2name=`${CC} -print-prog-name=collect2`
10000 collect2name=`$CC -print-prog-name=collect2`
965810001 if test -f "$collect2name" &&
965910002 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
966010003 then
967310016 ;;
967410017 esac
967510018 shared_flag='-shared'
9676 if test "$aix_use_runtimelinking" = yes; then
9677 shared_flag="$shared_flag "'${wl}-G'
10019 if test yes = "$aix_use_runtimelinking"; then
10020 shared_flag="$shared_flag "'$wl-G'
967810021 fi
9679 link_all_deplibs=no
10022 # Need to ensure runtime linking is disabled for the traditional
10023 # shared library, or the linker may eventually find shared libraries
10024 # /with/ Import File - we do not want to mix them.
10025 shared_flag_aix='-shared'
10026 shared_flag_svr4='-shared $wl-G'
968010027 else
968110028 # not using gcc
9682 if test "$host_cpu" = ia64; then
10029 if test ia64 = "$host_cpu"; then
968310030 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
968410031 # chokes on -Wl,-G. The following line is correct:
968510032 shared_flag='-G'
968610033 else
9687 if test "$aix_use_runtimelinking" = yes; then
9688 shared_flag='${wl}-G'
10034 if test yes = "$aix_use_runtimelinking"; then
10035 shared_flag='$wl-G'
968910036 else
9690 shared_flag='${wl}-bM:SRE'
10037 shared_flag='$wl-bM:SRE'
969110038 fi
10039 shared_flag_aix='$wl-bM:SRE'
10040 shared_flag_svr4='$wl-G'
969210041 fi
969310042 fi
969410043
9695 export_dynamic_flag_spec='${wl}-bexpall'
10044 export_dynamic_flag_spec='$wl-bexpall'
969610045 # It seems that -bexpall does not export symbols beginning with
969710046 # underscore (_), so it is better to generate a list of symbols to export.
969810047 always_export_symbols=yes
9699 if test "$aix_use_runtimelinking" = yes; then
10048 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
970010049 # Warning - without using the other runtime loading flags (-brtl),
970110050 # -berok will link without error, but may produce a broken library.
970210051 allow_undefined_flag='-berok'
970310052 # Determine the default libpath from the value encoded in an
970410053 # empty executable.
9705 if test "${lt_cv_aix_libpath+set}" = set; then
10054 if test set = "${lt_cv_aix_libpath+set}"; then
970610055 aix_libpath=$lt_cv_aix_libpath
970710056 else
970810057 if ${lt_cv_aix_libpath_+:} false; then :
973710086 rm -f core conftest.err conftest.$ac_objext \
973810087 conftest$ac_exeext conftest.$ac_ext
973910088 if test -z "$lt_cv_aix_libpath_"; then
9740 lt_cv_aix_libpath_="/usr/lib:/lib"
10089 lt_cv_aix_libpath_=/usr/lib:/lib
974110090 fi
974210091
974310092 fi
974510094 aix_libpath=$lt_cv_aix_libpath_
974610095 fi
974710096
9748 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9749 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
10097 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
10098 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
975010099 else
9751 if test "$host_cpu" = ia64; then
9752 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10100 if test ia64 = "$host_cpu"; then
10101 hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
975310102 allow_undefined_flag="-z nodefs"
9754 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
10103 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
975510104 else
975610105 # Determine the default libpath from the value encoded in an
975710106 # empty executable.
9758 if test "${lt_cv_aix_libpath+set}" = set; then
10107 if test set = "${lt_cv_aix_libpath+set}"; then
975910108 aix_libpath=$lt_cv_aix_libpath
976010109 else
976110110 if ${lt_cv_aix_libpath_+:} false; then :
979010139 rm -f core conftest.err conftest.$ac_objext \
979110140 conftest$ac_exeext conftest.$ac_ext
979210141 if test -z "$lt_cv_aix_libpath_"; then
9793 lt_cv_aix_libpath_="/usr/lib:/lib"
10142 lt_cv_aix_libpath_=/usr/lib:/lib
979410143 fi
979510144
979610145 fi
979810147 aix_libpath=$lt_cv_aix_libpath_
979910148 fi
980010149
9801 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10150 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
980210151 # Warning - without using the other run time loading flags,
980310152 # -berok will link without error, but may produce a broken library.
9804 no_undefined_flag=' ${wl}-bernotok'
9805 allow_undefined_flag=' ${wl}-berok'
9806 if test "$with_gnu_ld" = yes; then
10153 no_undefined_flag=' $wl-bernotok'
10154 allow_undefined_flag=' $wl-berok'
10155 if test yes = "$with_gnu_ld"; then
980710156 # We only use this code for GNU lds that support --whole-archive.
9808 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10157 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
980910158 else
981010159 # Exported symbols can be pulled into shared objects from archives
981110160 whole_archive_flag_spec='$convenience'
981210161 fi
981310162 archive_cmds_need_lc=yes
9814 # This is similar to how AIX traditionally builds its shared libraries.
9815 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
10163 archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
10164 # -brtl affects multiple linker settings, -berok does not and is overridden later
10165 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
10166 if test svr4 != "$with_aix_soname"; then
10167 # This is similar to how AIX traditionally builds its shared libraries.
10168 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
10169 fi
10170 if test aix != "$with_aix_soname"; then
10171 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
10172 else
10173 # used by -dlpreopen to get the symbols
10174 archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
10175 fi
10176 archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
981610177 fi
981710178 fi
981810179 ;;
982110182 case $host_cpu in
982210183 powerpc)
982310184 # see comment about AmigaOS4 .so support
9824 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10185 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
982510186 archive_expsym_cmds=''
982610187 ;;
982710188 m68k)
985110212 # Tell ltmain to make .lib files, not .a files.
985210213 libext=lib
985310214 # Tell ltmain to make .dll files, not .so files.
9854 shrext_cmds=".dll"
10215 shrext_cmds=.dll
985510216 # FIXME: Setting linknames here is a bad hack.
9856 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9857 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9858 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9859 else
9860 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9861 fi~
9862 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9863 linknames='
10217 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
10218 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
10219 cp "$export_symbols" "$output_objdir/$soname.def";
10220 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
10221 else
10222 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
10223 fi~
10224 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
10225 linknames='
986410226 # The linker will not automatically build a static lib if we build a DLL.
986510227 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
986610228 enable_shared_with_static_runtimes=yes
986910231 # Don't use ranlib
987010232 old_postinstall_cmds='chmod 644 $oldlib'
987110233 postlink_cmds='lt_outputfile="@OUTPUT@"~
9872 lt_tool_outputfile="@TOOL_OUTPUT@"~
9873 case $lt_outputfile in
9874 *.exe|*.EXE) ;;
9875 *)
9876 lt_outputfile="$lt_outputfile.exe"
9877 lt_tool_outputfile="$lt_tool_outputfile.exe"
9878 ;;
9879 esac~
9880 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9881 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9882 $RM "$lt_outputfile.manifest";
9883 fi'
10234 lt_tool_outputfile="@TOOL_OUTPUT@"~
10235 case $lt_outputfile in
10236 *.exe|*.EXE) ;;
10237 *)
10238 lt_outputfile=$lt_outputfile.exe
10239 lt_tool_outputfile=$lt_tool_outputfile.exe
10240 ;;
10241 esac~
10242 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
10243 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
10244 $RM "$lt_outputfile.manifest";
10245 fi'
988410246 ;;
988510247 *)
988610248 # Assume MSVC wrapper
988910251 # Tell ltmain to make .lib files, not .a files.
989010252 libext=lib
989110253 # Tell ltmain to make .dll files, not .so files.
9892 shrext_cmds=".dll"
10254 shrext_cmds=.dll
989310255 # FIXME: Setting linknames here is a bad hack.
989410256 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
989510257 # The linker will automatically build a .lib file if we build a DLL.
990810270 hardcode_direct=no
990910271 hardcode_automatic=yes
991010272 hardcode_shlibpath_var=unsupported
9911 if test "$lt_cv_ld_force_load" = "yes"; then
9912 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10273 if test yes = "$lt_cv_ld_force_load"; then
10274 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
991310275
991410276 else
991510277 whole_archive_flag_spec=''
991610278 fi
991710279 link_all_deplibs=yes
9918 allow_undefined_flag="$_lt_dar_allow_undefined"
10280 allow_undefined_flag=$_lt_dar_allow_undefined
991910281 case $cc_basename in
9920 ifort*) _lt_dar_can_shared=yes ;;
10282 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
992110283 *) _lt_dar_can_shared=$GCC ;;
992210284 esac
9923 if test "$_lt_dar_can_shared" = "yes"; then
10285 if test yes = "$_lt_dar_can_shared"; then
992410286 output_verbose_link_cmd=func_echo_all
9925 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9926 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9927 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9928 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
10287 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
10288 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
10289 archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
10290 module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
992910291
993010292 else
993110293 ld_shlibs=no
996710329 ;;
996810330
996910331 hpux9*)
9970 if test "$GCC" = yes; then
9971 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
10332 if test yes = "$GCC"; then
10333 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
997210334 else
9973 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
10335 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
997410336 fi
9975 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10337 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
997610338 hardcode_libdir_separator=:
997710339 hardcode_direct=yes
997810340
997910341 # hardcode_minus_L: Not really in the search PATH,
998010342 # but as the default location of the library.
998110343 hardcode_minus_L=yes
9982 export_dynamic_flag_spec='${wl}-E'
10344 export_dynamic_flag_spec='$wl-E'
998310345 ;;
998410346
998510347 hpux10*)
9986 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9987 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10348 if test yes,no = "$GCC,$with_gnu_ld"; then
10349 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
998810350 else
998910351 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
999010352 fi
9991 if test "$with_gnu_ld" = no; then
9992 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10353 if test no = "$with_gnu_ld"; then
10354 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
999310355 hardcode_libdir_separator=:
999410356 hardcode_direct=yes
999510357 hardcode_direct_absolute=yes
9996 export_dynamic_flag_spec='${wl}-E'
10358 export_dynamic_flag_spec='$wl-E'
999710359 # hardcode_minus_L: Not really in the search PATH,
999810360 # but as the default location of the library.
999910361 hardcode_minus_L=yes
1000110363 ;;
1000210364
1000310365 hpux11*)
10004 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10366 if test yes,no = "$GCC,$with_gnu_ld"; then
1000510367 case $host_cpu in
1000610368 hppa*64*)
10007 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10369 archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
1000810370 ;;
1000910371 ia64*)
10010 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10372 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1001110373 ;;
1001210374 *)
10013 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10375 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
1001410376 ;;
1001510377 esac
1001610378 else
1001710379 case $host_cpu in
1001810380 hppa*64*)
10019 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10381 archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
1002010382 ;;
1002110383 ia64*)
10022 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10384 archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1002310385 ;;
1002410386 *)
1002510387
1003110393 $as_echo_n "(cached) " >&6
1003210394 else
1003310395 lt_cv_prog_compiler__b=no
10034 save_LDFLAGS="$LDFLAGS"
10396 save_LDFLAGS=$LDFLAGS
1003510397 LDFLAGS="$LDFLAGS -b"
1003610398 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1003710399 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1005010412 fi
1005110413 fi
1005210414 $RM -r conftest*
10053 LDFLAGS="$save_LDFLAGS"
10415 LDFLAGS=$save_LDFLAGS
1005410416
1005510417 fi
1005610418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
1005710419 $as_echo "$lt_cv_prog_compiler__b" >&6; }
1005810420
10059 if test x"$lt_cv_prog_compiler__b" = xyes; then
10060 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10421 if test yes = "$lt_cv_prog_compiler__b"; then
10422 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
1006110423 else
1006210424 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
1006310425 fi
1006510427 ;;
1006610428 esac
1006710429 fi
10068 if test "$with_gnu_ld" = no; then
10069 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10430 if test no = "$with_gnu_ld"; then
10431 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
1007010432 hardcode_libdir_separator=:
1007110433
1007210434 case $host_cpu in
1007710439 *)
1007810440 hardcode_direct=yes
1007910441 hardcode_direct_absolute=yes
10080 export_dynamic_flag_spec='${wl}-E'
10442 export_dynamic_flag_spec='$wl-E'
1008110443
1008210444 # hardcode_minus_L: Not really in the search PATH,
1008310445 # but as the default location of the library.
1008810450 ;;
1008910451
1009010452 irix5* | irix6* | nonstopux*)
10091 if test "$GCC" = yes; then
10092 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10453 if test yes = "$GCC"; then
10454 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
1009310455 # Try to use the -exported_symbol ld option, if it does not
1009410456 # work, assume that -exports_file does not work either and
1009510457 # implicitly export all symbols.
1009910461 if ${lt_cv_irix_exported_symbol+:} false; then :
1010010462 $as_echo_n "(cached) " >&6
1010110463 else
10102 save_LDFLAGS="$LDFLAGS"
10103 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10464 save_LDFLAGS=$LDFLAGS
10465 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
1010410466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1010510467 /* end confdefs.h. */
1010610468 int foo (void) { return 0; }
1011210474 fi
1011310475 rm -f core conftest.err conftest.$ac_objext \
1011410476 conftest$ac_exeext conftest.$ac_ext
10115 LDFLAGS="$save_LDFLAGS"
10477 LDFLAGS=$save_LDFLAGS
1011610478 fi
1011710479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
1011810480 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
10119 if test "$lt_cv_irix_exported_symbol" = yes; then
10120 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10481 if test yes = "$lt_cv_irix_exported_symbol"; then
10482 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
1012110483 fi
10484 link_all_deplibs=no
1012210485 else
10123 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10124 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10486 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10487 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
1012510488 fi
1012610489 archive_cmds_need_lc='no'
10127 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10490 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1012810491 hardcode_libdir_separator=:
1012910492 inherit_rpath=yes
1013010493 link_all_deplibs=yes
10494 ;;
10495
10496 linux*)
10497 case $cc_basename in
10498 tcc*)
10499 # Fabrice Bellard et al's Tiny C Compiler
10500 ld_shlibs=yes
10501 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10502 ;;
10503 esac
1013110504 ;;
1013210505
1013310506 netbsd* | netbsdelf*-gnu)
1014410517 newsos6)
1014510518 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1014610519 hardcode_direct=yes
10147 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10520 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1014810521 hardcode_libdir_separator=:
1014910522 hardcode_shlibpath_var=no
1015010523 ;;
1015210525 *nto* | *qnx*)
1015310526 ;;
1015410527
10155 openbsd*)
10528 openbsd* | bitrig*)
1015610529 if test -f /usr/libexec/ld.so; then
1015710530 hardcode_direct=yes
1015810531 hardcode_shlibpath_var=no
1015910532 hardcode_direct_absolute=yes
10160 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10533 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
1016110534 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10162 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10163 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10164 export_dynamic_flag_spec='${wl}-E'
10535 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
10536 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10537 export_dynamic_flag_spec='$wl-E'
1016510538 else
10166 case $host_os in
10167 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10168 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10169 hardcode_libdir_flag_spec='-R$libdir'
10170 ;;
10171 *)
10172 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10173 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10174 ;;
10175 esac
10539 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10540 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
1017610541 fi
1017710542 else
1017810543 ld_shlibs=no
1018310548 hardcode_libdir_flag_spec='-L$libdir'
1018410549 hardcode_minus_L=yes
1018510550 allow_undefined_flag=unsupported
10186 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
10187 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10551 shrext_cmds=.dll
10552 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10553 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10554 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10555 $ECHO EXPORTS >> $output_objdir/$libname.def~
10556 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
10557 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10558 emximp -o $lib $output_objdir/$libname.def'
10559 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10560 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10561 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10562 $ECHO EXPORTS >> $output_objdir/$libname.def~
10563 prefix_cmds="$SED"~
10564 if test EXPORTS = "`$SED 1q $export_symbols`"; then
10565 prefix_cmds="$prefix_cmds -e 1d";
10566 fi~
10567 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
10568 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
10569 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10570 emximp -o $lib $output_objdir/$libname.def'
10571 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
10572 enable_shared_with_static_runtimes=yes
1018810573 ;;
1018910574
1019010575 osf3*)
10191 if test "$GCC" = yes; then
10192 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10193 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10576 if test yes = "$GCC"; then
10577 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10578 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
1019410579 else
1019510580 allow_undefined_flag=' -expect_unresolved \*'
10196 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10581 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
1019710582 fi
1019810583 archive_cmds_need_lc='no'
10199 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10584 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1020010585 hardcode_libdir_separator=:
1020110586 ;;
1020210587
1020310588 osf4* | osf5*) # as osf3* with the addition of -msym flag
10204 if test "$GCC" = yes; then
10205 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10206 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10589 if test yes = "$GCC"; then
10590 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10591 archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
10592 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
1020810593 else
1020910594 allow_undefined_flag=' -expect_unresolved \*'
10210 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10595 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
1021110596 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
10212 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10597 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
1021310598
1021410599 # Both c and cxx compiler support -rpath directly
1021510600 hardcode_libdir_flag_spec='-rpath $libdir'
1022010605
1022110606 solaris*)
1022210607 no_undefined_flag=' -z defs'
10223 if test "$GCC" = yes; then
10224 wlarc='${wl}'
10225 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10608 if test yes = "$GCC"; then
10609 wlarc='$wl'
10610 archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
1022610611 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10227 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10612 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
1022810613 else
1022910614 case `$CC -V 2>&1` in
1023010615 *"Compilers 5.0"*)
1023110616 wlarc=''
10232 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10617 archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
1023310618 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10234 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10619 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
1023510620 ;;
1023610621 *)
10237 wlarc='${wl}'
10238 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10622 wlarc='$wl'
10623 archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
1023910624 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10240 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10625 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
1024110626 ;;
1024210627 esac
1024310628 fi
1024710632 solaris2.[0-5] | solaris2.[0-5].*) ;;
1024810633 *)
1024910634 # The compiler driver will combine and reorder linker options,
10250 # but understands `-z linker_flag'. GCC discards it without `$wl',
10635 # but understands '-z linker_flag'. GCC discards it without '$wl',
1025110636 # but is careful enough not to reorder.
1025210637 # Supported since Solaris 2.6 (maybe 2.5.1?)
10253 if test "$GCC" = yes; then
10254 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10638 if test yes = "$GCC"; then
10639 whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
1025510640 else
1025610641 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
1025710642 fi
1026110646 ;;
1026210647
1026310648 sunos4*)
10264 if test "x$host_vendor" = xsequent; then
10649 if test sequent = "$host_vendor"; then
1026510650 # Use $CC to link under sequent, because it throws in some extra .o
1026610651 # files that make .init and .fini sections work.
10267 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10652 archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
1026810653 else
1026910654 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
1027010655 fi
1031310698 ;;
1031410699
1031510700 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10316 no_undefined_flag='${wl}-z,text'
10701 no_undefined_flag='$wl-z,text'
1031710702 archive_cmds_need_lc=no
1031810703 hardcode_shlibpath_var=no
1031910704 runpath_var='LD_RUN_PATH'
1032010705
10321 if test "$GCC" = yes; then
10322 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10323 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10706 if test yes = "$GCC"; then
10707 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10708 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1032410709 else
10325 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10326 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10710 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10711 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1032710712 fi
1032810713 ;;
1032910714
1033010715 sysv5* | sco3.2v5* | sco5v6*)
10331 # Note: We can NOT use -z defs as we might desire, because we do not
10716 # Note: We CANNOT use -z defs as we might desire, because we do not
1033210717 # link with -lc, and that would cause any symbols used from libc to
1033310718 # always be unresolved, which means just about no library would
1033410719 # ever link correctly. If we're not using GNU ld we use -z text
1033510720 # though, which does catch some bad symbols but isn't as heavy-handed
1033610721 # as -z defs.
10337 no_undefined_flag='${wl}-z,text'
10338 allow_undefined_flag='${wl}-z,nodefs'
10722 no_undefined_flag='$wl-z,text'
10723 allow_undefined_flag='$wl-z,nodefs'
1033910724 archive_cmds_need_lc=no
1034010725 hardcode_shlibpath_var=no
10341 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10726 hardcode_libdir_flag_spec='$wl-R,$libdir'
1034210727 hardcode_libdir_separator=':'
1034310728 link_all_deplibs=yes
10344 export_dynamic_flag_spec='${wl}-Bexport'
10729 export_dynamic_flag_spec='$wl-Bexport'
1034510730 runpath_var='LD_RUN_PATH'
1034610731
10347 if test "$GCC" = yes; then
10348 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10349 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10732 if test yes = "$GCC"; then
10733 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10734 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1035010735 else
10351 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10352 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10736 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10737 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1035310738 fi
1035410739 ;;
1035510740
1036410749 ;;
1036510750 esac
1036610751
10367 if test x$host_vendor = xsni; then
10752 if test sni = "$host_vendor"; then
1036810753 case $host in
1036910754 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10370 export_dynamic_flag_spec='${wl}-Blargedynsym'
10755 export_dynamic_flag_spec='$wl-Blargedynsym'
1037110756 ;;
1037210757 esac
1037310758 fi
1037510760
1037610761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
1037710762 $as_echo "$ld_shlibs" >&6; }
10378 test "$ld_shlibs" = no && can_build_shared=no
10763 test no = "$ld_shlibs" && can_build_shared=no
1037910764
1038010765 with_gnu_ld=$with_gnu_ld
1038110766
1040110786 # Assume -lc should be added
1040210787 archive_cmds_need_lc=yes
1040310788
10404 if test "$enable_shared" = yes && test "$GCC" = yes; then
10789 if test yes,yes = "$GCC,$enable_shared"; then
1040510790 case $archive_cmds in
1040610791 *'~'*)
1040710792 # FIXME: we may have to deal with multi-command sequences.
1061611001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
1061711002 $as_echo_n "checking dynamic linker characteristics... " >&6; }
1061811003
10619 if test "$GCC" = yes; then
11004 if test yes = "$GCC"; then
1062011005 case $host_os in
10621 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10622 *) lt_awk_arg="/^libraries:/" ;;
11006 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
11007 *) lt_awk_arg='/^libraries:/' ;;
1062311008 esac
1062411009 case $host_os in
10625 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10626 *) lt_sed_strip_eq="s,=/,/,g" ;;
11010 mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
11011 *) lt_sed_strip_eq='s|=/|/|g' ;;
1062711012 esac
1062811013 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
1062911014 case $lt_search_path_spec in
1063911024 ;;
1064011025 esac
1064111026 # Ok, now we have the path, separated by spaces, we can step through it
10642 # and add multilib dir if necessary.
11027 # and add multilib dir if necessary...
1064311028 lt_tmp_lt_search_path_spec=
10644 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11029 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11030 # ...but if some path component already ends with the multilib dir we assume
11031 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
11032 case "$lt_multi_os_dir; $lt_search_path_spec " in
11033 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
11034 lt_multi_os_dir=
11035 ;;
11036 esac
1064511037 for lt_sys_path in $lt_search_path_spec; do
10646 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10647 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10648 else
11038 if test -d "$lt_sys_path$lt_multi_os_dir"; then
11039 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
11040 elif test -n "$lt_multi_os_dir"; then
1064911041 test -d "$lt_sys_path" && \
1065011042 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1065111043 fi
1065211044 done
1065311045 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10654 BEGIN {RS=" "; FS="/|\n";} {
10655 lt_foo="";
10656 lt_count=0;
11046 BEGIN {RS = " "; FS = "/|\n";} {
11047 lt_foo = "";
11048 lt_count = 0;
1065711049 for (lt_i = NF; lt_i > 0; lt_i--) {
1065811050 if ($lt_i != "" && $lt_i != ".") {
1065911051 if ($lt_i == "..") {
1066011052 lt_count++;
1066111053 } else {
1066211054 if (lt_count == 0) {
10663 lt_foo="/" $lt_i lt_foo;
11055 lt_foo = "/" $lt_i lt_foo;
1066411056 } else {
1066511057 lt_count--;
1066611058 }
1067411066 # for these hosts.
1067511067 case $host_os in
1067611068 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10677 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11069 $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
1067811070 esac
1067911071 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
1068011072 else
1068311075 library_names_spec=
1068411076 libname_spec='lib$name'
1068511077 soname_spec=
10686 shrext_cmds=".so"
11078 shrext_cmds=.so
1068711079 postinstall_cmds=
1068811080 postuninstall_cmds=
1068911081 finish_cmds=
1070011092 # flags to be left without arguments
1070111093 need_version=unknown
1070211094
11095
11096
1070311097 case $host_os in
1070411098 aix3*)
1070511099 version_type=linux # correct to gnu/linux during the next big refactor
10706 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11100 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
1070711101 shlibpath_var=LIBPATH
1070811102
1070911103 # AIX 3 has no versioning support, so we append a major version to the name.
10710 soname_spec='${libname}${release}${shared_ext}$major'
11104 soname_spec='$libname$release$shared_ext$major'
1071111105 ;;
1071211106
1071311107 aix[4-9]*)
1071511109 need_lib_prefix=no
1071611110 need_version=no
1071711111 hardcode_into_libs=yes
10718 if test "$host_cpu" = ia64; then
11112 if test ia64 = "$host_cpu"; then
1071911113 # AIX 5 supports IA64
10720 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11114 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
1072111115 shlibpath_var=LD_LIBRARY_PATH
1072211116 else
1072311117 # With GCC up to 2.95.x, collect2 would create an import file
1072411118 # for dependence libraries. The import file would start with
10725 # the line `#! .'. This would cause the generated library to
10726 # depend on `.', always an invalid library. This was fixed in
11119 # the line '#! .'. This would cause the generated library to
11120 # depend on '.', always an invalid library. This was fixed in
1072711121 # development snapshots of GCC prior to 3.0.
1072811122 case $host_os in
1072911123 aix4 | aix4.[01] | aix4.[01].*)
1073011124 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1073111125 echo ' yes '
10732 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11126 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
1073311127 :
1073411128 else
1073511129 can_build_shared=no
1073611130 fi
1073711131 ;;
1073811132 esac
10739 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11133 # Using Import Files as archive members, it is possible to support
11134 # filename-based versioning of shared library archives on AIX. While
11135 # this would work for both with and without runtime linking, it will
11136 # prevent static linking of such archives. So we do filename-based
11137 # shared library versioning with .so extension only, which is used
11138 # when both runtime linking and shared linking is enabled.
11139 # Unfortunately, runtime linking may impact performance, so we do
11140 # not want this to be the default eventually. Also, we use the
11141 # versioned .so libs for executables only if there is the -brtl
11142 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
11143 # To allow for filename-based versioning support, we need to create
11144 # libNAME.so.V as an archive file, containing:
11145 # *) an Import File, referring to the versioned filename of the
11146 # archive as well as the shared archive member, telling the
11147 # bitwidth (32 or 64) of that shared object, and providing the
11148 # list of exported symbols of that shared object, eventually
11149 # decorated with the 'weak' keyword
11150 # *) the shared object with the F_LOADONLY flag set, to really avoid
11151 # it being seen by the linker.
11152 # At run time we better use the real file rather than another symlink,
11153 # but for link time we create the symlink libNAME.so -> libNAME.so.V
11154
11155 case $with_aix_soname,$aix_use_runtimelinking in
11156 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
1074011157 # soname into executable. Probably we can add versioning support to
1074111158 # collect2, so additional links can be useful in future.
10742 if test "$aix_use_runtimelinking" = yes; then
11159 aix,yes) # traditional libtool
11160 dynamic_linker='AIX unversionable lib.so'
1074311161 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1074411162 # instead of lib<name>.a to let people know that these are not
1074511163 # typical AIX shared libraries.
10746 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10747 else
11164 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11165 ;;
11166 aix,no) # traditional AIX only
11167 dynamic_linker='AIX lib.a(lib.so.V)'
1074811168 # We preserve .a as extension for shared libraries through AIX4.2
1074911169 # and later when we are not doing run time linking.
10750 library_names_spec='${libname}${release}.a $libname.a'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 fi
11170 library_names_spec='$libname$release.a $libname.a'
11171 soname_spec='$libname$release$shared_ext$major'
11172 ;;
11173 svr4,*) # full svr4 only
11174 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
11175 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
11176 # We do not specify a path in Import Files, so LIBPATH fires.
11177 shlibpath_overrides_runpath=yes
11178 ;;
11179 *,yes) # both, prefer svr4
11180 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
11181 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
11182 # unpreferred sharedlib libNAME.a needs extra handling
11183 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
11184 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
11185 # We do not specify a path in Import Files, so LIBPATH fires.
11186 shlibpath_overrides_runpath=yes
11187 ;;
11188 *,no) # both, prefer aix
11189 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
11190 library_names_spec='$libname$release.a $libname.a'
11191 soname_spec='$libname$release$shared_ext$major'
11192 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
11193 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
11194 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
11195 ;;
11196 esac
1075311197 shlibpath_var=LIBPATH
1075411198 fi
1075511199 ;;
1075911203 powerpc)
1076011204 # Since July 2007 AmigaOS4 officially supports .so libraries.
1076111205 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10762 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11206 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1076311207 ;;
1076411208 m68k)
1076511209 library_names_spec='$libname.ixlibrary $libname.a'
1076611210 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10767 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
11211 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1076811212 ;;
1076911213 esac
1077011214 ;;
1077111215
1077211216 beos*)
10773 library_names_spec='${libname}${shared_ext}'
11217 library_names_spec='$libname$shared_ext'
1077411218 dynamic_linker="$host_os ld.so"
1077511219 shlibpath_var=LIBRARY_PATH
1077611220 ;;
1077811222 bsdi[45]*)
1077911223 version_type=linux # correct to gnu/linux during the next big refactor
1078011224 need_version=no
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
11225 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11226 soname_spec='$libname$release$shared_ext$major'
1078311227 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1078411228 shlibpath_var=LD_LIBRARY_PATH
1078511229 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1079111235
1079211236 cygwin* | mingw* | pw32* | cegcc*)
1079311237 version_type=windows
10794 shrext_cmds=".dll"
11238 shrext_cmds=.dll
1079511239 need_version=no
1079611240 need_lib_prefix=no
1079711241
1080011244 # gcc
1080111245 library_names_spec='$libname.dll.a'
1080211246 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10803 postinstall_cmds='base_file=`basename \${file}`~
10804 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11247 postinstall_cmds='base_file=`basename \$file`~
11248 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1080511249 dldir=$destdir/`dirname \$dlpath`~
1080611250 test -d \$dldir || mkdir -p \$dldir~
1080711251 $install_prog $dir/$dlname \$dldir/$dlname~
1081711261 case $host_os in
1081811262 cygwin*)
1081911263 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10820 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11264 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1082111265
1082211266 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
1082311267 ;;
1082411268 mingw* | cegcc*)
1082511269 # MinGW DLLs use traditional 'lib' prefix
10826 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11270 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1082711271 ;;
1082811272 pw32*)
1082911273 # pw32 DLLs use 'pw' prefix rather than 'lib'
10830 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11274 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1083111275 ;;
1083211276 esac
1083311277 dynamic_linker='Win32 ld.exe'
1083611280 *,cl*)
1083711281 # Native MSVC
1083811282 libname_spec='$name'
10839 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10840 library_names_spec='${libname}.dll.lib'
11283 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
11284 library_names_spec='$libname.dll.lib'
1084111285
1084211286 case $build_os in
1084311287 mingw*)
1086411308 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1086511309 ;;
1086611310 *)
10867 sys_lib_search_path_spec="$LIB"
11311 sys_lib_search_path_spec=$LIB
1086811312 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
1086911313 # It is most probably a Windows format PATH.
1087011314 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1087711321 esac
1087811322
1087911323 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10880 postinstall_cmds='base_file=`basename \${file}`~
10881 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11324 postinstall_cmds='base_file=`basename \$file`~
11325 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1088211326 dldir=$destdir/`dirname \$dlpath`~
1088311327 test -d \$dldir || mkdir -p \$dldir~
1088411328 $install_prog $dir/$dlname \$dldir/$dlname'
1089111335
1089211336 *)
1089311337 # Assume MSVC wrapper
10894 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11338 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
1089511339 dynamic_linker='Win32 ld.exe'
1089611340 ;;
1089711341 esac
1090411348 version_type=darwin
1090511349 need_lib_prefix=no
1090611350 need_version=no
10907 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10908 soname_spec='${libname}${release}${major}$shared_ext'
11351 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
11352 soname_spec='$libname$release$major$shared_ext'
1090911353 shlibpath_overrides_runpath=yes
1091011354 shlibpath_var=DYLD_LIBRARY_PATH
1091111355 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1091811362 version_type=linux # correct to gnu/linux during the next big refactor
1091911363 need_lib_prefix=no
1092011364 need_version=no
10921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10922 soname_spec='${libname}${release}${shared_ext}$major'
11365 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11366 soname_spec='$libname$release$shared_ext$major'
1092311367 shlibpath_var=LD_LIBRARY_PATH
1092411368 ;;
1092511369
1093711381 version_type=freebsd-$objformat
1093811382 case $version_type in
1093911383 freebsd-elf*)
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11384 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11385 soname_spec='$libname$release$shared_ext$major'
1094111386 need_version=no
1094211387 need_lib_prefix=no
1094311388 ;;
1094411389 freebsd-*)
10945 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11390 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1094611391 need_version=yes
1094711392 ;;
1094811393 esac
1097211417 need_lib_prefix=no
1097311418 need_version=no
1097411419 dynamic_linker="$host_os runtime_loader"
10975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10976 soname_spec='${libname}${release}${shared_ext}$major'
11420 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11421 soname_spec='$libname$release$shared_ext$major'
1097711422 shlibpath_var=LIBRARY_PATH
10978 shlibpath_overrides_runpath=yes
11423 shlibpath_overrides_runpath=no
1097911424 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
1098011425 hardcode_into_libs=yes
1098111426 ;;
1099311438 dynamic_linker="$host_os dld.so"
1099411439 shlibpath_var=LD_LIBRARY_PATH
1099511440 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10996 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10997 soname_spec='${libname}${release}${shared_ext}$major'
10998 if test "X$HPUX_IA64_MODE" = X32; then
11441 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11442 soname_spec='$libname$release$shared_ext$major'
11443 if test 32 = "$HPUX_IA64_MODE"; then
1099911444 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11445 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
1100011446 else
1100111447 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11448 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
1100211449 fi
11003 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1100411450 ;;
1100511451 hppa*64*)
1100611452 shrext_cmds='.sl'
1100811454 dynamic_linker="$host_os dld.sl"
1100911455 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1101011456 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11012 soname_spec='${libname}${release}${shared_ext}$major'
11457 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11458 soname_spec='$libname$release$shared_ext$major'
1101311459 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1101411460 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1101511461 ;;
1101811464 dynamic_linker="$host_os dld.sl"
1101911465 shlibpath_var=SHLIB_PATH
1102011466 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11022 soname_spec='${libname}${release}${shared_ext}$major'
11467 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11468 soname_spec='$libname$release$shared_ext$major'
1102311469 ;;
1102411470 esac
1102511471 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
1103211478 version_type=linux # correct to gnu/linux during the next big refactor
1103311479 need_lib_prefix=no
1103411480 need_version=no
11035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11036 soname_spec='${libname}${release}${shared_ext}$major'
11481 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11482 soname_spec='$libname$release$shared_ext$major'
1103711483 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1103811484 shlibpath_var=LD_LIBRARY_PATH
1103911485 shlibpath_overrides_runpath=no
1104411490 case $host_os in
1104511491 nonstopux*) version_type=nonstopux ;;
1104611492 *)
11047 if test "$lt_cv_prog_gnu_ld" = yes; then
11493 if test yes = "$lt_cv_prog_gnu_ld"; then
1104811494 version_type=linux # correct to gnu/linux during the next big refactor
1104911495 else
1105011496 version_type=irix
1105211498 esac
1105311499 need_lib_prefix=no
1105411500 need_version=no
11055 soname_spec='${libname}${release}${shared_ext}$major'
11056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11501 soname_spec='$libname$release$shared_ext$major'
11502 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
1105711503 case $host_os in
1105811504 irix5* | nonstopux*)
1105911505 libsuff= shlibsuff=
1107211518 esac
1107311519 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1107411520 shlibpath_overrides_runpath=no
11075 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11076 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11521 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
11522 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
1107711523 hardcode_into_libs=yes
1107811524 ;;
1107911525
1108011526 # No shared lib support for Linux oldld, aout, or coff.
1108111527 linux*oldld* | linux*aout* | linux*coff*)
1108211528 dynamic_linker=no
11529 ;;
11530
11531 linux*android*)
11532 version_type=none # Android doesn't support versioned libraries.
11533 need_lib_prefix=no
11534 need_version=no
11535 library_names_spec='$libname$release$shared_ext'
11536 soname_spec='$libname$release$shared_ext'
11537 finish_cmds=
11538 shlibpath_var=LD_LIBRARY_PATH
11539 shlibpath_overrides_runpath=yes
11540
11541 # This implies no fast_install, which is unacceptable.
11542 # Some rework will be needed to allow for fast_install
11543 # before this can be enabled.
11544 hardcode_into_libs=yes
11545
11546 dynamic_linker='Android linker'
11547 # Don't embed -rpath directories since the linker doesn't support them.
11548 hardcode_libdir_flag_spec='-L$libdir'
1108311549 ;;
1108411550
1108511551 # This must be glibc/ELF.
1108711553 version_type=linux # correct to gnu/linux during the next big refactor
1108811554 need_lib_prefix=no
1108911555 need_version=no
11090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11091 soname_spec='${libname}${release}${shared_ext}$major'
11556 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11557 soname_spec='$libname$release$shared_ext$major'
1109211558 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1109311559 shlibpath_var=LD_LIBRARY_PATH
1109411560 shlibpath_overrides_runpath=no
1113211598 # before this can be enabled.
1113311599 hardcode_into_libs=yes
1113411600
11135 # Append ld.so.conf contents to the search path
11601 # Ideally, we could use ldconfig to report *all* directores which are
11602 # searched for libraries, however this is still not possible. Aside from not
11603 # being certain /sbin/ldconfig is available, command
11604 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
11605 # even though it is searched at run-time. Try to do the best guess by
11606 # appending ld.so.conf contents (and includes) to the search path.
1113611607 if test -f /etc/ld.so.conf; then
1113711608 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
1113811609 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1116411635 need_lib_prefix=no
1116511636 need_version=no
1116611637 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11167 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11638 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1116811639 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1116911640 dynamic_linker='NetBSD (a.out) ld.so'
1117011641 else
11171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11172 soname_spec='${libname}${release}${shared_ext}$major'
11642 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11643 soname_spec='$libname$release$shared_ext$major'
1117311644 dynamic_linker='NetBSD ld.elf_so'
1117411645 fi
1117511646 shlibpath_var=LD_LIBRARY_PATH
1117911650
1118011651 newsos6)
1118111652 version_type=linux # correct to gnu/linux during the next big refactor
11182 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11653 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1118311654 shlibpath_var=LD_LIBRARY_PATH
1118411655 shlibpath_overrides_runpath=yes
1118511656 ;;
1118811659 version_type=qnx
1118911660 need_lib_prefix=no
1119011661 need_version=no
11191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11192 soname_spec='${libname}${release}${shared_ext}$major'
11662 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11663 soname_spec='$libname$release$shared_ext$major'
1119311664 shlibpath_var=LD_LIBRARY_PATH
1119411665 shlibpath_overrides_runpath=no
1119511666 hardcode_into_libs=yes
1119611667 dynamic_linker='ldqnx.so'
1119711668 ;;
1119811669
11199 openbsd*)
11670 openbsd* | bitrig*)
1120011671 version_type=sunos
11201 sys_lib_dlsearch_path_spec="/usr/lib"
11672 sys_lib_dlsearch_path_spec=/usr/lib
1120211673 need_lib_prefix=no
11203 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11204 case $host_os in
11205 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11206 *) need_version=no ;;
11207 esac
11208 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11674 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
11675 need_version=no
11676 else
11677 need_version=yes
11678 fi
11679 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1120911680 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1121011681 shlibpath_var=LD_LIBRARY_PATH
11211 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11212 case $host_os in
11213 openbsd2.[89] | openbsd2.[89].*)
11214 shlibpath_overrides_runpath=no
11215 ;;
11216 *)
11217 shlibpath_overrides_runpath=yes
11218 ;;
11219 esac
11220 else
11221 shlibpath_overrides_runpath=yes
11222 fi
11682 shlibpath_overrides_runpath=yes
1122311683 ;;
1122411684
1122511685 os2*)
1122611686 libname_spec='$name'
11227 shrext_cmds=".dll"
11687 version_type=windows
11688 shrext_cmds=.dll
11689 need_version=no
1122811690 need_lib_prefix=no
11229 library_names_spec='$libname${shared_ext} $libname.a'
11691 # OS/2 can only load a DLL with a base name of 8 characters or less.
11692 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
11693 v=$($ECHO $release$versuffix | tr -d .-);
11694 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
11695 $ECHO $n$v`$shared_ext'
11696 library_names_spec='${libname}_dll.$libext'
1123011697 dynamic_linker='OS/2 ld.exe'
11231 shlibpath_var=LIBPATH
11698 shlibpath_var=BEGINLIBPATH
11699 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11700 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11701 postinstall_cmds='base_file=`basename \$file`~
11702 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
11703 dldir=$destdir/`dirname \$dlpath`~
11704 test -d \$dldir || mkdir -p \$dldir~
11705 $install_prog $dir/$dlname \$dldir/$dlname~
11706 chmod a+x \$dldir/$dlname~
11707 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11708 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11709 fi'
11710 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
11711 dlpath=$dir/\$dldll~
11712 $RM \$dlpath'
1123211713 ;;
1123311714
1123411715 osf3* | osf4* | osf5*)
1123511716 version_type=osf
1123611717 need_lib_prefix=no
1123711718 need_version=no
11238 soname_spec='${libname}${release}${shared_ext}$major'
11239 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11719 soname_spec='$libname$release$shared_ext$major'
11720 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1124011721 shlibpath_var=LD_LIBRARY_PATH
1124111722 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11242 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11723 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1124311724 ;;
1124411725
1124511726 rdos*)
1125011731 version_type=linux # correct to gnu/linux during the next big refactor
1125111732 need_lib_prefix=no
1125211733 need_version=no
11253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11254 soname_spec='${libname}${release}${shared_ext}$major'
11734 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11735 soname_spec='$libname$release$shared_ext$major'
1125511736 shlibpath_var=LD_LIBRARY_PATH
1125611737 shlibpath_overrides_runpath=yes
1125711738 hardcode_into_libs=yes
1126111742
1126211743 sunos4*)
1126311744 version_type=sunos
11264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11745 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1126511746 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1126611747 shlibpath_var=LD_LIBRARY_PATH
1126711748 shlibpath_overrides_runpath=yes
11268 if test "$with_gnu_ld" = yes; then
11749 if test yes = "$with_gnu_ld"; then
1126911750 need_lib_prefix=no
1127011751 fi
1127111752 need_version=yes
1127311754
1127411755 sysv4 | sysv4.3*)
1127511756 version_type=linux # correct to gnu/linux during the next big refactor
11276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11277 soname_spec='${libname}${release}${shared_ext}$major'
11757 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11758 soname_spec='$libname$release$shared_ext$major'
1127811759 shlibpath_var=LD_LIBRARY_PATH
1127911760 case $host_vendor in
1128011761 sni)
1129511776 ;;
1129611777
1129711778 sysv4*MP*)
11298 if test -d /usr/nec ;then
11779 if test -d /usr/nec; then
1129911780 version_type=linux # correct to gnu/linux during the next big refactor
11300 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11301 soname_spec='$libname${shared_ext}.$major'
11781 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
11782 soname_spec='$libname$shared_ext.$major'
1130211783 shlibpath_var=LD_LIBRARY_PATH
1130311784 fi
1130411785 ;;
1130511786
1130611787 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11307 version_type=freebsd-elf
11788 version_type=sco
1130811789 need_lib_prefix=no
1130911790 need_version=no
11310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11311 soname_spec='${libname}${release}${shared_ext}$major'
11791 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
11792 soname_spec='$libname$release$shared_ext$major'
1131211793 shlibpath_var=LD_LIBRARY_PATH
1131311794 shlibpath_overrides_runpath=yes
1131411795 hardcode_into_libs=yes
11315 if test "$with_gnu_ld" = yes; then
11796 if test yes = "$with_gnu_ld"; then
1131611797 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1131711798 else
1131811799 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1133011811 version_type=linux # correct to gnu/linux during the next big refactor
1133111812 need_lib_prefix=no
1133211813 need_version=no
11333 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11814 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1133411815 shlibpath_var=LD_LIBRARY_PATH
1133511816 shlibpath_overrides_runpath=no
1133611817 hardcode_into_libs=yes
1133811819
1133911820 uts4*)
1134011821 version_type=linux # correct to gnu/linux during the next big refactor
11341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11342 soname_spec='${libname}${release}${shared_ext}$major'
11822 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11823 soname_spec='$libname$release$shared_ext$major'
1134311824 shlibpath_var=LD_LIBRARY_PATH
1134411825 ;;
1134511826
1134911830 esac
1135011831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1135111832 $as_echo "$dynamic_linker" >&6; }
11352 test "$dynamic_linker" = no && can_build_shared=no
11833 test no = "$dynamic_linker" && can_build_shared=no
1135311834
1135411835 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11355 if test "$GCC" = yes; then
11836 if test yes = "$GCC"; then
1135611837 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1135711838 fi
1135811839
11359 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11360 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11361 fi
11362 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11363 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11364 fi
11840 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
11841 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
11842 fi
11843
11844 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
11845 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
11846 fi
11847
11848 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
11849 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
11850
11851 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
11852 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
11853
11854 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
11855 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
11856
11857
11858
11859
11860
1136511861
1136611862
1136711863
1145911955 hardcode_action=
1146011956 if test -n "$hardcode_libdir_flag_spec" ||
1146111957 test -n "$runpath_var" ||
11462 test "X$hardcode_automatic" = "Xyes" ; then
11958 test yes = "$hardcode_automatic"; then
1146311959
1146411960 # We can hardcode non-existent directories.
11465 if test "$hardcode_direct" != no &&
11961 if test no != "$hardcode_direct" &&
1146611962 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1146711963 # have to relink, otherwise we might link with an installed library
1146811964 # when we should be linking with a yet-to-be-installed one
11469 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11470 test "$hardcode_minus_L" != no; then
11965 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
11966 test no != "$hardcode_minus_L"; then
1147111967 # Linking always hardcodes the temporary library directory.
1147211968 hardcode_action=relink
1147311969 else
1148211978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1148311979 $as_echo "$hardcode_action" >&6; }
1148411980
11485 if test "$hardcode_action" = relink ||
11486 test "$inherit_rpath" = yes; then
11981 if test relink = "$hardcode_action" ||
11982 test yes = "$inherit_rpath"; then
1148711983 # Fast installation is not supported
1148811984 enable_fast_install=no
11489 elif test "$shlibpath_overrides_runpath" = yes ||
11490 test "$enable_shared" = no; then
11985 elif test yes = "$shlibpath_overrides_runpath" ||
11986 test no = "$enable_shared"; then
1149111987 # Fast installation is not necessary
1149211988 enable_fast_install=needless
1149311989 fi
1149711993
1149811994
1149911995
11500 if test "x$enable_dlopen" != xyes; then
11996 if test yes != "$enable_dlopen"; then
1150111997 enable_dlopen=unknown
1150211998 enable_dlopen_self=unknown
1150311999 enable_dlopen_self_static=unknown
1150712003
1150812004 case $host_os in
1150912005 beos*)
11510 lt_cv_dlopen="load_add_on"
12006 lt_cv_dlopen=load_add_on
1151112007 lt_cv_dlopen_libs=
1151212008 lt_cv_dlopen_self=yes
1151312009 ;;
1151412010
1151512011 mingw* | pw32* | cegcc*)
11516 lt_cv_dlopen="LoadLibrary"
12012 lt_cv_dlopen=LoadLibrary
1151712013 lt_cv_dlopen_libs=
1151812014 ;;
1151912015
1152012016 cygwin*)
11521 lt_cv_dlopen="dlopen"
12017 lt_cv_dlopen=dlopen
1152212018 lt_cv_dlopen_libs=
1152312019 ;;
1152412020
1152512021 darwin*)
11526 # if libdl is installed we need to link against it
12022 # if libdl is installed we need to link against it
1152712023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1152812024 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1152912025 if ${ac_cv_lib_dl_dlopen+:} false; then :
1156112057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1156212058 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1156312059 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11564 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11565 else
11566
11567 lt_cv_dlopen="dyld"
12060 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
12061 else
12062
12063 lt_cv_dlopen=dyld
1156812064 lt_cv_dlopen_libs=
1156912065 lt_cv_dlopen_self=yes
1157012066
1157112067 fi
1157212068
12069 ;;
12070
12071 tpf*)
12072 # Don't try to run any link tests for TPF. We know it's impossible
12073 # because TPF is a cross-compiler, and we know how we open DSOs.
12074 lt_cv_dlopen=dlopen
12075 lt_cv_dlopen_libs=
12076 lt_cv_dlopen_self=no
1157312077 ;;
1157412078
1157512079 *)
1157612080 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
1157712081 if test "x$ac_cv_func_shl_load" = xyes; then :
11578 lt_cv_dlopen="shl_load"
12082 lt_cv_dlopen=shl_load
1157912083 else
1158012084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1158112085 $as_echo_n "checking for shl_load in -ldld... " >&6; }
1161412118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1161512119 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
1161612120 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11617 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12121 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
1161812122 else
1161912123 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1162012124 if test "x$ac_cv_func_dlopen" = xyes; then :
11621 lt_cv_dlopen="dlopen"
12125 lt_cv_dlopen=dlopen
1162212126 else
1162312127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1162412128 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1165712161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1165812162 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1165912163 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11660 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12164 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
1166112165 else
1166212166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1166312167 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
1169612200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1169712201 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
1169812202 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11699 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12203 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
1170012204 else
1170112205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1170212206 $as_echo_n "checking for dld_link in -ldld... " >&6; }
1173512239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1173612240 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
1173712241 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11738 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12242 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
1173912243 fi
1174012244
1174112245
1175612260 ;;
1175712261 esac
1175812262
11759 if test "x$lt_cv_dlopen" != xno; then
12263 if test no = "$lt_cv_dlopen"; then
12264 enable_dlopen=no
12265 else
1176012266 enable_dlopen=yes
11761 else
11762 enable_dlopen=no
1176312267 fi
1176412268
1176512269 case $lt_cv_dlopen in
1176612270 dlopen)
11767 save_CPPFLAGS="$CPPFLAGS"
11768 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11769
11770 save_LDFLAGS="$LDFLAGS"
12271 save_CPPFLAGS=$CPPFLAGS
12272 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12273
12274 save_LDFLAGS=$LDFLAGS
1177112275 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1177212276
11773 save_LIBS="$LIBS"
12277 save_LIBS=$LIBS
1177412278 LIBS="$lt_cv_dlopen_libs $LIBS"
1177512279
1177612280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1177812282 if ${lt_cv_dlopen_self+:} false; then :
1177912283 $as_echo_n "(cached) " >&6
1178012284 else
11781 if test "$cross_compiling" = yes; then :
12285 if test yes = "$cross_compiling"; then :
1178212286 lt_cv_dlopen_self=cross
1178312287 else
1178412288 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1182512329 # endif
1182612330 #endif
1182712331
11828 /* When -fvisbility=hidden is used, assume the code has been annotated
12332 /* When -fvisibility=hidden is used, assume the code has been annotated
1182912333 correspondingly for the symbols needed. */
11830 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12334 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1183112335 int fnord () __attribute__((visibility("default")));
1183212336 #endif
1183312337
1185712361 (eval $ac_link) 2>&5
1185812362 ac_status=$?
1185912363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11860 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12364 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1186112365 (./conftest; exit; ) >&5 2>/dev/null
1186212366 lt_status=$?
1186312367 case x$lt_status in
1187712381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1187812382 $as_echo "$lt_cv_dlopen_self" >&6; }
1187912383
11880 if test "x$lt_cv_dlopen_self" = xyes; then
12384 if test yes = "$lt_cv_dlopen_self"; then
1188112385 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1188212386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1188312387 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1188412388 if ${lt_cv_dlopen_self_static+:} false; then :
1188512389 $as_echo_n "(cached) " >&6
1188612390 else
11887 if test "$cross_compiling" = yes; then :
12391 if test yes = "$cross_compiling"; then :
1188812392 lt_cv_dlopen_self_static=cross
1188912393 else
1189012394 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1193112435 # endif
1193212436 #endif
1193312437
11934 /* When -fvisbility=hidden is used, assume the code has been annotated
12438 /* When -fvisibility=hidden is used, assume the code has been annotated
1193512439 correspondingly for the symbols needed. */
11936 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12440 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1193712441 int fnord () __attribute__((visibility("default")));
1193812442 #endif
1193912443
1196312467 (eval $ac_link) 2>&5
1196412468 ac_status=$?
1196512469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11966 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12470 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1196712471 (./conftest; exit; ) >&5 2>/dev/null
1196812472 lt_status=$?
1196912473 case x$lt_status in
1198412488 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1198512489 fi
1198612490
11987 CPPFLAGS="$save_CPPFLAGS"
11988 LDFLAGS="$save_LDFLAGS"
11989 LIBS="$save_LIBS"
12491 CPPFLAGS=$save_CPPFLAGS
12492 LDFLAGS=$save_LDFLAGS
12493 LIBS=$save_LIBS
1199012494 ;;
1199112495 esac
1199212496
1203012534 # FIXME - insert some real tests, host_os isn't really good enough
1203112535 case $host_os in
1203212536 darwin*)
12033 if test -n "$STRIP" ; then
12537 if test -n "$STRIP"; then
1203412538 striplib="$STRIP -x"
1203512539 old_striplib="$STRIP -S"
1203612540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1205812562
1205912563
1206012564
12061 # Report which library types will actually be built
12565 # Report what library types will actually be built
1206212566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1206312567 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
1206412568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1206612570
1206712571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1206812572 $as_echo_n "checking whether to build shared libraries... " >&6; }
12069 test "$can_build_shared" = "no" && enable_shared=no
12573 test no = "$can_build_shared" && enable_shared=no
1207012574
1207112575 # On AIX, shared libraries and static libraries use the same namespace, and
1207212576 # are all built from PIC.
1207312577 case $host_os in
1207412578 aix3*)
12075 test "$enable_shared" = yes && enable_static=no
12579 test yes = "$enable_shared" && enable_static=no
1207612580 if test -n "$RANLIB"; then
1207712581 archive_cmds="$archive_cmds~\$RANLIB \$lib"
1207812582 postinstall_cmds='$RANLIB $lib'
1208012584 ;;
1208112585
1208212586 aix[4-9]*)
12083 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12084 test "$enable_shared" = yes && enable_static=no
12587 if test ia64 != "$host_cpu"; then
12588 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
12589 yes,aix,yes) ;; # shared object as lib.so file only
12590 yes,svr4,*) ;; # shared object as lib.so archive member only
12591 yes,*) enable_static=no ;; # shared object in lib.a archive as well
12592 esac
1208512593 fi
1208612594 ;;
1208712595 esac
1209112599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1209212600 $as_echo_n "checking whether to build static libraries... " >&6; }
1209312601 # Make sure either enable_shared or enable_static is yes.
12094 test "$enable_shared" = yes || enable_static=yes
12602 test yes = "$enable_shared" || enable_static=yes
1209512603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1209612604 $as_echo "$enable_static" >&6; }
1209712605
1210512613 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1210612614 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1210712615
12108 CC="$lt_save_CC"
12109
12110 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12111 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12112 (test "X$CXX" != "Xg++"))) ; then
12616 CC=$lt_save_CC
12617
12618 if test -n "$CXX" && ( test no != "$CXX" &&
12619 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
12620 (test g++ != "$CXX"))); then
1211312621 ac_ext=cpp
1211412622 ac_cpp='$CXXCPP $CPPFLAGS'
1211512623 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1228812796 # the CXX compiler isn't working. Some variables (like enable_shared)
1228912797 # are currently assumed to apply to all compilers on this platform,
1229012798 # and will be corrupted by setting them based on a non-working compiler.
12291 if test "$_lt_caught_CXX_error" != yes; then
12799 if test yes != "$_lt_caught_CXX_error"; then
1229212800 # Code to be used in simple compile tests
1229312801 lt_simple_compile_test_code="int some_variable = 0;"
1229412802
1234912857 CFLAGS=$CXXFLAGS
1235012858 compiler=$CC
1235112859 compiler_CXX=$CC
12352 for cc_temp in $compiler""; do
12353 case $cc_temp in
12354 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12355 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12356 \-*) ;;
12357 *) break;;
12358 esac
12359 done
12360 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12860 func_cc_basename $compiler
12861 cc_basename=$func_cc_basename_result
1236112862
1236212863
1236312864 if test -n "$compiler"; then
1236412865 # We don't want -fno-exception when compiling C++ code, so set the
1236512866 # no_builtin_flag separately
12366 if test "$GXX" = yes; then
12867 if test yes = "$GXX"; then
1236712868 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
1236812869 else
1236912870 lt_prog_compiler_no_builtin_flag_CXX=
1237012871 fi
1237112872
12372 if test "$GXX" = yes; then
12873 if test yes = "$GXX"; then
1237312874 # Set up default GNU C++ configuration
1237412875
1237512876
1237612877
1237712878 # Check whether --with-gnu-ld was given.
1237812879 if test "${with_gnu_ld+set}" = set; then :
12379 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12880 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
1238012881 else
1238112882 with_gnu_ld=no
1238212883 fi
1238312884
1238412885 ac_prog=ld
12385 if test "$GCC" = yes; then
12886 if test yes = "$GCC"; then
1238612887 # Check if gcc -print-prog-name=ld gives a path.
1238712888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
1238812889 $as_echo_n "checking for ld used by $CC... " >&6; }
1238912890 case $host in
1239012891 *-*-mingw*)
12391 # gcc leaves a trailing carriage return which upsets mingw
12892 # gcc leaves a trailing carriage return, which upsets mingw
1239212893 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1239312894 *)
1239412895 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1240212903 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
1240312904 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
1240412905 done
12405 test -z "$LD" && LD="$ac_prog"
12906 test -z "$LD" && LD=$ac_prog
1240612907 ;;
1240712908 "")
1240812909 # If it fails, then pretend we aren't using GCC.
1241312914 with_gnu_ld=unknown
1241412915 ;;
1241512916 esac
12416 elif test "$with_gnu_ld" = yes; then
12917 elif test yes = "$with_gnu_ld"; then
1241712918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
1241812919 $as_echo_n "checking for GNU ld... " >&6; }
1241912920 else
1242412925 $as_echo_n "(cached) " >&6
1242512926 else
1242612927 if test -z "$LD"; then
12427 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12928 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
1242812929 for ac_dir in $PATH; do
12429 IFS="$lt_save_ifs"
12930 IFS=$lt_save_ifs
1243012931 test -z "$ac_dir" && ac_dir=.
1243112932 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12432 lt_cv_path_LD="$ac_dir/$ac_prog"
12933 lt_cv_path_LD=$ac_dir/$ac_prog
1243312934 # Check to see if the program is GNU ld. I'd rather use --version,
1243412935 # but apparently some variants of GNU ld only accept -v.
1243512936 # Break only if it was the GNU/non-GNU ld that we prefer.
1243612937 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1243712938 *GNU* | *'with BFD'*)
12438 test "$with_gnu_ld" != no && break
12939 test no != "$with_gnu_ld" && break
1243912940 ;;
1244012941 *)
12441 test "$with_gnu_ld" != yes && break
12942 test yes != "$with_gnu_ld" && break
1244212943 ;;
1244312944 esac
1244412945 fi
1244512946 done
12446 IFS="$lt_save_ifs"
12447 else
12448 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12449 fi
12450 fi
12451
12452 LD="$lt_cv_path_LD"
12947 IFS=$lt_save_ifs
12948 else
12949 lt_cv_path_LD=$LD # Let the user override the test with a path.
12950 fi
12951 fi
12952
12953 LD=$lt_cv_path_LD
1245312954 if test -n "$LD"; then
1245412955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
1245512956 $as_echo "$LD" >&6; }
1248512986
1248612987 # Check if GNU C++ uses GNU ld as the underlying linker, since the
1248712988 # archiving commands below assume that GNU ld is being used.
12488 if test "$with_gnu_ld" = yes; then
12489 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12490 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12491
12492 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12493 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12989 if test yes = "$with_gnu_ld"; then
12990 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
12991 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
12992
12993 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
12994 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
1249412995
1249512996 # If archive_cmds runs LD, not CC, wlarc should be empty
1249612997 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
1249712998 # investigate it a little bit more. (MM)
12498 wlarc='${wl}'
12999 wlarc='$wl'
1249913000
1250013001 # ancient GNU ld didn't support --whole-archive et. al.
1250113002 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
1250213003 $GREP 'no-whole-archive' > /dev/null; then
12503 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13004 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
1250413005 else
1250513006 whole_archive_flag_spec_CXX=
1250613007 fi
1253713038 ld_shlibs_CXX=no
1253813039 ;;
1253913040 aix[4-9]*)
12540 if test "$host_cpu" = ia64; then
13041 if test ia64 = "$host_cpu"; then
1254113042 # On IA64, the linker does run time linking by default, so we don't
1254213043 # have to do anything special.
1254313044 aix_use_runtimelinking=no
1254413045 exp_sym_flag='-Bexport'
12545 no_entry_flag=""
13046 no_entry_flag=
1254613047 else
1254713048 aix_use_runtimelinking=no
1254813049
1254913050 # Test if we are trying to use run time linking or normal
1255013051 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12551 # need to do runtime linking.
13052 # have runtime linking enabled, and use it for executables.
13053 # For shared libraries, we enable/disable runtime linking
13054 # depending on the kind of the shared library created -
13055 # when "with_aix_soname,aix_use_runtimelinking" is:
13056 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
13057 # "aix,yes" lib.so shared, rtl:yes, for executables
13058 # lib.a static archive
13059 # "both,no" lib.so.V(shr.o) shared, rtl:yes
13060 # lib.a(lib.so.V) shared, rtl:no, for executables
13061 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
13062 # lib.a(lib.so.V) shared, rtl:no
13063 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
13064 # lib.a static archive
1255213065 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1255313066 for ld_flag in $LDFLAGS; do
1255413067 case $ld_flag in
1255813071 ;;
1255913072 esac
1256013073 done
13074 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
13075 # With aix-soname=svr4, we create the lib.so.V shared archives only,
13076 # so we don't have lib.a shared libs to link our executables.
13077 # We have to force runtime linking in this case.
13078 aix_use_runtimelinking=yes
13079 LDFLAGS="$LDFLAGS -Wl,-brtl"
13080 fi
1256113081 ;;
1256213082 esac
1256313083
1257613096 hardcode_direct_absolute_CXX=yes
1257713097 hardcode_libdir_separator_CXX=':'
1257813098 link_all_deplibs_CXX=yes
12579 file_list_spec_CXX='${wl}-f,'
12580
12581 if test "$GXX" = yes; then
13099 file_list_spec_CXX='$wl-f,'
13100 case $with_aix_soname,$aix_use_runtimelinking in
13101 aix,*) ;; # no import file
13102 svr4,* | *,yes) # use import file
13103 # The Import File defines what to hardcode.
13104 hardcode_direct_CXX=no
13105 hardcode_direct_absolute_CXX=no
13106 ;;
13107 esac
13108
13109 if test yes = "$GXX"; then
1258213110 case $host_os in aix4.[012]|aix4.[012].*)
1258313111 # We only want to do this on AIX 4.2 and lower, the check
1258413112 # below for broken collect2 doesn't work under 4.3+
12585 collect2name=`${CC} -print-prog-name=collect2`
13113 collect2name=`$CC -print-prog-name=collect2`
1258613114 if test -f "$collect2name" &&
1258713115 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
1258813116 then
1260013128 fi
1260113129 esac
1260213130 shared_flag='-shared'
12603 if test "$aix_use_runtimelinking" = yes; then
12604 shared_flag="$shared_flag "'${wl}-G'
13131 if test yes = "$aix_use_runtimelinking"; then
13132 shared_flag=$shared_flag' $wl-G'
1260513133 fi
13134 # Need to ensure runtime linking is disabled for the traditional
13135 # shared library, or the linker may eventually find shared libraries
13136 # /with/ Import File - we do not want to mix them.
13137 shared_flag_aix='-shared'
13138 shared_flag_svr4='-shared $wl-G'
1260613139 else
1260713140 # not using gcc
12608 if test "$host_cpu" = ia64; then
13141 if test ia64 = "$host_cpu"; then
1260913142 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
1261013143 # chokes on -Wl,-G. The following line is correct:
1261113144 shared_flag='-G'
1261213145 else
12613 if test "$aix_use_runtimelinking" = yes; then
12614 shared_flag='${wl}-G'
13146 if test yes = "$aix_use_runtimelinking"; then
13147 shared_flag='$wl-G'
1261513148 else
12616 shared_flag='${wl}-bM:SRE'
13149 shared_flag='$wl-bM:SRE'
1261713150 fi
13151 shared_flag_aix='$wl-bM:SRE'
13152 shared_flag_svr4='$wl-G'
1261813153 fi
1261913154 fi
1262013155
12621 export_dynamic_flag_spec_CXX='${wl}-bexpall'
13156 export_dynamic_flag_spec_CXX='$wl-bexpall'
1262213157 # It seems that -bexpall does not export symbols beginning with
1262313158 # underscore (_), so it is better to generate a list of symbols to
1262413159 # export.
1262513160 always_export_symbols_CXX=yes
12626 if test "$aix_use_runtimelinking" = yes; then
13161 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
1262713162 # Warning - without using the other runtime loading flags (-brtl),
1262813163 # -berok will link without error, but may produce a broken library.
12629 allow_undefined_flag_CXX='-berok'
13164 # The "-G" linker flag allows undefined symbols.
13165 no_undefined_flag_CXX='-bernotok'
1263013166 # Determine the default libpath from the value encoded in an empty
1263113167 # executable.
12632 if test "${lt_cv_aix_libpath+set}" = set; then
13168 if test set = "${lt_cv_aix_libpath+set}"; then
1263313169 aix_libpath=$lt_cv_aix_libpath
1263413170 else
1263513171 if ${lt_cv_aix_libpath__CXX+:} false; then :
1266413200 rm -f core conftest.err conftest.$ac_objext \
1266513201 conftest$ac_exeext conftest.$ac_ext
1266613202 if test -z "$lt_cv_aix_libpath__CXX"; then
12667 lt_cv_aix_libpath__CXX="/usr/lib:/lib"
13203 lt_cv_aix_libpath__CXX=/usr/lib:/lib
1266813204 fi
1266913205
1267013206 fi
1267213208 aix_libpath=$lt_cv_aix_libpath__CXX
1267313209 fi
1267413210
12675 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12676
12677 archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
13211 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
13212
13213 archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
1267813214 else
12679 if test "$host_cpu" = ia64; then
12680 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13215 if test ia64 = "$host_cpu"; then
13216 hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
1268113217 allow_undefined_flag_CXX="-z nodefs"
12682 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
13218 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
1268313219 else
1268413220 # Determine the default libpath from the value encoded in an
1268513221 # empty executable.
12686 if test "${lt_cv_aix_libpath+set}" = set; then
13222 if test set = "${lt_cv_aix_libpath+set}"; then
1268713223 aix_libpath=$lt_cv_aix_libpath
1268813224 else
1268913225 if ${lt_cv_aix_libpath__CXX+:} false; then :
1271813254 rm -f core conftest.err conftest.$ac_objext \
1271913255 conftest$ac_exeext conftest.$ac_ext
1272013256 if test -z "$lt_cv_aix_libpath__CXX"; then
12721 lt_cv_aix_libpath__CXX="/usr/lib:/lib"
13257 lt_cv_aix_libpath__CXX=/usr/lib:/lib
1272213258 fi
1272313259
1272413260 fi
1272613262 aix_libpath=$lt_cv_aix_libpath__CXX
1272713263 fi
1272813264
12729 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13265 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
1273013266 # Warning - without using the other run time loading flags,
1273113267 # -berok will link without error, but may produce a broken library.
12732 no_undefined_flag_CXX=' ${wl}-bernotok'
12733 allow_undefined_flag_CXX=' ${wl}-berok'
12734 if test "$with_gnu_ld" = yes; then
13268 no_undefined_flag_CXX=' $wl-bernotok'
13269 allow_undefined_flag_CXX=' $wl-berok'
13270 if test yes = "$with_gnu_ld"; then
1273513271 # We only use this code for GNU lds that support --whole-archive.
12736 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13272 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
1273713273 else
1273813274 # Exported symbols can be pulled into shared objects from archives
1273913275 whole_archive_flag_spec_CXX='$convenience'
1274013276 fi
1274113277 archive_cmds_need_lc_CXX=yes
12742 # This is similar to how AIX traditionally builds its shared
12743 # libraries.
12744 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
13278 archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
13279 # -brtl affects multiple linker settings, -berok does not and is overridden later
13280 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
13281 if test svr4 != "$with_aix_soname"; then
13282 # This is similar to how AIX traditionally builds its shared
13283 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
13284 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
13285 fi
13286 if test aix != "$with_aix_soname"; then
13287 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
13288 else
13289 # used by -dlpreopen to get the symbols
13290 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
13291 fi
13292 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
1274513293 fi
1274613294 fi
1274713295 ;;
1275113299 allow_undefined_flag_CXX=unsupported
1275213300 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
1275313301 # support --undefined. This deserves some investigation. FIXME
12754 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13302 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
1275513303 else
1275613304 ld_shlibs_CXX=no
1275713305 fi
1277913327 # Tell ltmain to make .lib files, not .a files.
1278013328 libext=lib
1278113329 # Tell ltmain to make .dll files, not .so files.
12782 shrext_cmds=".dll"
13330 shrext_cmds=.dll
1278313331 # FIXME: Setting linknames here is a bad hack.
12784 archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
12785 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12786 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
12787 else
12788 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
12789 fi~
12790 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
12791 linknames='
13332 archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
13333 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
13334 cp "$export_symbols" "$output_objdir/$soname.def";
13335 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
13336 else
13337 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
13338 fi~
13339 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
13340 linknames='
1279213341 # The linker will not automatically build a static lib if we build a DLL.
1279313342 # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
1279413343 enable_shared_with_static_runtimes_CXX=yes
1279513344 # Don't use ranlib
1279613345 old_postinstall_cmds_CXX='chmod 644 $oldlib'
1279713346 postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
12798 lt_tool_outputfile="@TOOL_OUTPUT@"~
12799 case $lt_outputfile in
12800 *.exe|*.EXE) ;;
12801 *)
12802 lt_outputfile="$lt_outputfile.exe"
12803 lt_tool_outputfile="$lt_tool_outputfile.exe"
12804 ;;
12805 esac~
12806 func_to_tool_file "$lt_outputfile"~
12807 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
12808 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
12809 $RM "$lt_outputfile.manifest";
12810 fi'
13347 lt_tool_outputfile="@TOOL_OUTPUT@"~
13348 case $lt_outputfile in
13349 *.exe|*.EXE) ;;
13350 *)
13351 lt_outputfile=$lt_outputfile.exe
13352 lt_tool_outputfile=$lt_tool_outputfile.exe
13353 ;;
13354 esac~
13355 func_to_tool_file "$lt_outputfile"~
13356 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
13357 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
13358 $RM "$lt_outputfile.manifest";
13359 fi'
1281113360 ;;
1281213361 *)
1281313362 # g++
1281413363 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
1281513364 # as there is no search path for DLLs.
1281613365 hardcode_libdir_flag_spec_CXX='-L$libdir'
12817 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
13366 export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
1281813367 allow_undefined_flag_CXX=unsupported
1281913368 always_export_symbols_CXX=no
1282013369 enable_shared_with_static_runtimes_CXX=yes
1282113370
1282213371 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12823 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12824 # If the export-symbols file already is a .def file (1st line
12825 # is EXPORTS), use it as is; otherwise, prepend...
12826 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12827 cp $export_symbols $output_objdir/$soname.def;
12828 else
12829 echo EXPORTS > $output_objdir/$soname.def;
12830 cat $export_symbols >> $output_objdir/$soname.def;
12831 fi~
12832 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13372 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13373 # If the export-symbols file already is a .def file, use it as
13374 # is; otherwise, prepend EXPORTS...
13375 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
13376 cp $export_symbols $output_objdir/$soname.def;
13377 else
13378 echo EXPORTS > $output_objdir/$soname.def;
13379 cat $export_symbols >> $output_objdir/$soname.def;
13380 fi~
13381 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
1283313382 else
1283413383 ld_shlibs_CXX=no
1283513384 fi
1284313392 hardcode_direct_CXX=no
1284413393 hardcode_automatic_CXX=yes
1284513394 hardcode_shlibpath_var_CXX=unsupported
12846 if test "$lt_cv_ld_force_load" = "yes"; then
12847 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13395 if test yes = "$lt_cv_ld_force_load"; then
13396 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1284813397
1284913398 else
1285013399 whole_archive_flag_spec_CXX=''
1285113400 fi
1285213401 link_all_deplibs_CXX=yes
12853 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13402 allow_undefined_flag_CXX=$_lt_dar_allow_undefined
1285413403 case $cc_basename in
12855 ifort*) _lt_dar_can_shared=yes ;;
13404 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
1285613405 *) _lt_dar_can_shared=$GCC ;;
1285713406 esac
12858 if test "$_lt_dar_can_shared" = "yes"; then
13407 if test yes = "$_lt_dar_can_shared"; then
1285913408 output_verbose_link_cmd=func_echo_all
12860 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12861 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12862 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
12863 module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
12864 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12865 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12866 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
13409 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
13410 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
13411 archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
13412 module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
13413 if test yes != "$lt_cv_apple_cc_single_mod"; then
13414 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
13415 archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
1286713416 fi
1286813417
1286913418 else
1287013419 ld_shlibs_CXX=no
1287113420 fi
1287213421
13422 ;;
13423
13424 os2*)
13425 hardcode_libdir_flag_spec_CXX='-L$libdir'
13426 hardcode_minus_L_CXX=yes
13427 allow_undefined_flag_CXX=unsupported
13428 shrext_cmds=.dll
13429 archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
13430 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
13431 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
13432 $ECHO EXPORTS >> $output_objdir/$libname.def~
13433 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
13434 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
13435 emximp -o $lib $output_objdir/$libname.def'
13436 archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
13437 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
13438 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
13439 $ECHO EXPORTS >> $output_objdir/$libname.def~
13440 prefix_cmds="$SED"~
13441 if test EXPORTS = "`$SED 1q $export_symbols`"; then
13442 prefix_cmds="$prefix_cmds -e 1d";
13443 fi~
13444 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
13445 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
13446 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
13447 emximp -o $lib $output_objdir/$libname.def'
13448 old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
13449 enable_shared_with_static_runtimes_CXX=yes
1287313450 ;;
1287413451
1287513452 dgux*)
1290713484 ;;
1290813485
1290913486 haiku*)
12910 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13487 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
1291113488 link_all_deplibs_CXX=yes
1291213489 ;;
1291313490
1291413491 hpux9*)
12915 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13492 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
1291613493 hardcode_libdir_separator_CXX=:
12917 export_dynamic_flag_spec_CXX='${wl}-E'
13494 export_dynamic_flag_spec_CXX='$wl-E'
1291813495 hardcode_direct_CXX=yes
1291913496 hardcode_minus_L_CXX=yes # Not in the search PATH,
1292013497 # but as the default
1292613503 ld_shlibs_CXX=no
1292713504 ;;
1292813505 aCC*)
12929 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13506 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
1293013507 # Commands to make compiler produce verbose output that lists
1293113508 # what "hidden" libraries, object files and flags are used when
1293213509 # linking a shared library.
1293513512 # explicitly linking system object files so we need to strip them
1293613513 # from the output so that they don't get included in the library
1293713514 # dependencies.
12938 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13515 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1293913516 ;;
1294013517 *)
12941 if test "$GXX" = yes; then
12942 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13518 if test yes = "$GXX"; then
13519 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
1294313520 else
1294413521 # FIXME: insert proper C++ library support
1294513522 ld_shlibs_CXX=no
1294913526 ;;
1295013527
1295113528 hpux10*|hpux11*)
12952 if test $with_gnu_ld = no; then
12953 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13529 if test no = "$with_gnu_ld"; then
13530 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
1295413531 hardcode_libdir_separator_CXX=:
1295513532
1295613533 case $host_cpu in
1295713534 hppa*64*|ia64*)
1295813535 ;;
1295913536 *)
12960 export_dynamic_flag_spec_CXX='${wl}-E'
13537 export_dynamic_flag_spec_CXX='$wl-E'
1296113538 ;;
1296213539 esac
1296313540 fi
1298313560 aCC*)
1298413561 case $host_cpu in
1298513562 hppa*64*)
12986 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13563 archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1298713564 ;;
1298813565 ia64*)
12989 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13566 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1299013567 ;;
1299113568 *)
12992 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13569 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1299313570 ;;
1299413571 esac
1299513572 # Commands to make compiler produce verbose output that lists
1300013577 # explicitly linking system object files so we need to strip them
1300113578 # from the output so that they don't get included in the library
1300213579 # dependencies.
13003 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13580 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1300413581 ;;
1300513582 *)
13006 if test "$GXX" = yes; then
13007 if test $with_gnu_ld = no; then
13583 if test yes = "$GXX"; then
13584 if test no = "$with_gnu_ld"; then
1300813585 case $host_cpu in
1300913586 hppa*64*)
13010 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13587 archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1301113588 ;;
1301213589 ia64*)
13013 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13590 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1301413591 ;;
1301513592 *)
13016 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13593 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1301713594 ;;
1301813595 esac
1301913596 fi
1302813605 interix[3-9]*)
1302913606 hardcode_direct_CXX=no
1303013607 hardcode_shlibpath_var_CXX=no
13031 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13032 export_dynamic_flag_spec_CXX='${wl}-E'
13608 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
13609 export_dynamic_flag_spec_CXX='$wl-E'
1303313610 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
1303413611 # Instead, shared libraries are loaded at an image base (0x10000000 by
1303513612 # default) and relocated if they conflict, which is a slow very memory
1303613613 # consuming and fragmenting process. To avoid this, we pick a random,
1303713614 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
1303813615 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13039 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13040 archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13616 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13617 archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
1304113618 ;;
1304213619 irix5* | irix6*)
1304313620 case $cc_basename in
1304413621 CC*)
1304513622 # SGI C++
13046 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13623 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
1304713624
1304813625 # Archives containing C++ object files must be created using
1304913626 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
1305213629 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
1305313630 ;;
1305413631 *)
13055 if test "$GXX" = yes; then
13056 if test "$with_gnu_ld" = no; then
13057 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13632 if test yes = "$GXX"; then
13633 if test no = "$with_gnu_ld"; then
13634 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
1305813635 else
13059 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
13636 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
1306013637 fi
1306113638 fi
1306213639 link_all_deplibs_CXX=yes
1306313640 ;;
1306413641 esac
13065 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13642 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
1306613643 hardcode_libdir_separator_CXX=:
1306713644 inherit_rpath_CXX=yes
1306813645 ;;
1307513652 # KCC will only create a shared library if the output file
1307613653 # ends with ".so" (or ".sl" for HP-UX), so rename the library
1307713654 # to its proper name (with version) after linking.
13078 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13079 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13655 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13656 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
1308013657 # Commands to make compiler produce verbose output that lists
1308113658 # what "hidden" libraries, object files and flags are used when
1308213659 # linking a shared library.
1308513662 # explicitly linking system object files so we need to strip them
1308613663 # from the output so that they don't get included in the library
1308713664 # dependencies.
13088 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13089
13090 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13091 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13665 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13666
13667 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
13668 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
1309213669
1309313670 # Archives containing C++ object files must be created using
1309413671 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
1310213679 # earlier do not add the objects themselves.
1310313680 case `$CC -V 2>&1` in
1310413681 *"Version 7."*)
13105 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13106 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13682 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
13683 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
1310713684 ;;
1310813685 *) # Version 8.0 or newer
1310913686 tmp_idyn=
1311013687 case $host_cpu in
1311113688 ia64*) tmp_idyn=' -i_dynamic';;
1311213689 esac
13113 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13114 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13690 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
13691 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
1311513692 ;;
1311613693 esac
1311713694 archive_cmds_need_lc_CXX=no
13118 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13119 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13120 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13695 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
13696 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
13697 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
1312113698 ;;
1312213699 pgCC* | pgcpp*)
1312313700 # Portland Group C++ compiler
1312413701 case `$CC -V` in
1312513702 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
1312613703 prelink_cmds_CXX='tpldir=Template.dir~
13127 rm -rf $tpldir~
13128 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13129 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
13704 rm -rf $tpldir~
13705 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13706 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
1313013707 old_archive_cmds_CXX='tpldir=Template.dir~
13131 rm -rf $tpldir~
13132 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13133 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
13134 $RANLIB $oldlib'
13708 rm -rf $tpldir~
13709 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13710 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
13711 $RANLIB $oldlib'
1313513712 archive_cmds_CXX='tpldir=Template.dir~
13136 rm -rf $tpldir~
13137 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13138 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13713 rm -rf $tpldir~
13714 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13715 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
1313913716 archive_expsym_cmds_CXX='tpldir=Template.dir~
13140 rm -rf $tpldir~
13141 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13142 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13717 rm -rf $tpldir~
13718 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13719 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
1314313720 ;;
1314413721 *) # Version 6 and above use weak symbols
13145 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13146 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13722 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
13723 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
1314713724 ;;
1314813725 esac
1314913726
13150 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13151 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13152 whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
13727 hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
13728 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
13729 whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
1315313730 ;;
1315413731 cxx*)
1315513732 # Compaq C++
13156 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13157 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13733 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
13734 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
1315813735
1315913736 runpath_var=LD_RUN_PATH
1316013737 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
1316813745 # explicitly linking system object files so we need to strip them
1316913746 # from the output so that they don't get included in the library
1317013747 # dependencies.
13171 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
13748 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
1317213749 ;;
1317313750 xl* | mpixl* | bgxl*)
1317413751 # IBM XL 8.0 on PPC, with GNU ld
13175 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13176 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13177 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13178 if test "x$supports_anon_versioning" = xyes; then
13752 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
13753 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
13754 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
13755 if test yes = "$supports_anon_versioning"; then
1317913756 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13180 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13181 echo "local: *; };" >> $output_objdir/$libname.ver~
13182 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13757 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13758 echo "local: *; };" >> $output_objdir/$libname.ver~
13759 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
1318313760 fi
1318413761 ;;
1318513762 *)
1318713764 *Sun\ C*)
1318813765 # Sun C++ 5.9
1318913766 no_undefined_flag_CXX=' -zdefs'
13190 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13191 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13767 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13768 archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
1319213769 hardcode_libdir_flag_spec_CXX='-R$libdir'
13193 whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
13770 whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
1319413771 compiler_needs_object_CXX=yes
1319513772
1319613773 # Not sure whether something based on
1324813825 ld_shlibs_CXX=yes
1324913826 ;;
1325013827
13251 openbsd2*)
13252 # C++ shared libraries are fairly broken
13253 ld_shlibs_CXX=no
13254 ;;
13255
13256 openbsd*)
13828 openbsd* | bitrig*)
1325713829 if test -f /usr/libexec/ld.so; then
1325813830 hardcode_direct_CXX=yes
1325913831 hardcode_shlibpath_var_CXX=no
1326013832 hardcode_direct_absolute_CXX=yes
1326113833 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13262 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13263 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13264 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13265 export_dynamic_flag_spec_CXX='${wl}-E'
13266 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13834 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
13835 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
13836 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
13837 export_dynamic_flag_spec_CXX='$wl-E'
13838 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
1326713839 fi
1326813840 output_verbose_link_cmd=func_echo_all
1326913841 else
1327913851 # KCC will only create a shared library if the output file
1328013852 # ends with ".so" (or ".sl" for HP-UX), so rename the library
1328113853 # to its proper name (with version) after linking.
13282 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13283
13284 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13854 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13855
13856 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
1328513857 hardcode_libdir_separator_CXX=:
1328613858
1328713859 # Archives containing C++ object files must be created using
1329913871 cxx*)
1330013872 case $host in
1330113873 osf3*)
13302 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13303 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13304 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13874 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
13875 archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
13876 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
1330513877 ;;
1330613878 *)
1330713879 allow_undefined_flag_CXX=' -expect_unresolved \*'
13308 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13880 archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
1330913881 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13310 echo "-hidden">> $lib.exp~
13311 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13312 $RM $lib.exp'
13882 echo "-hidden">> $lib.exp~
13883 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
13884 $RM $lib.exp'
1331313885 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
1331413886 ;;
1331513887 esac
1332413896 # explicitly linking system object files so we need to strip them
1332513897 # from the output so that they don't get included in the library
1332613898 # dependencies.
13327 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13899 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1332813900 ;;
1332913901 *)
13330 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13331 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13902 if test yes,no = "$GXX,$with_gnu_ld"; then
13903 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
1333213904 case $host in
1333313905 osf3*)
13334 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13906 archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
1333513907 ;;
1333613908 *)
13337 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13909 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
1333813910 ;;
1333913911 esac
1334013912
13341 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13913 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
1334213914 hardcode_libdir_separator_CXX=:
1334313915
1334413916 # Commands to make compiler produce verbose output that lists
1338413956 # Sun C++ 4.2, 5.x and Centerline C++
1338513957 archive_cmds_need_lc_CXX=yes
1338613958 no_undefined_flag_CXX=' -zdefs'
13387 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13959 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1338813960 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13389 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13961 $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
1339013962
1339113963 hardcode_libdir_flag_spec_CXX='-R$libdir'
1339213964 hardcode_shlibpath_var_CXX=no
1339413966 solaris2.[0-5] | solaris2.[0-5].*) ;;
1339513967 *)
1339613968 # The compiler driver will combine and reorder linker options,
13397 # but understands `-z linker_flag'.
13969 # but understands '-z linker_flag'.
1339813970 # Supported since Solaris 2.6 (maybe 2.5.1?)
1339913971 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
1340013972 ;;
1341113983 ;;
1341213984 gcx*)
1341313985 # Green Hills C++ Compiler
13414 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13986 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
1341513987
1341613988 # The C++ compiler must be used to create the archive.
1341713989 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
1341813990 ;;
1341913991 *)
1342013992 # GNU C++ compiler with Solaris linker
13421 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13422 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13993 if test yes,no = "$GXX,$with_gnu_ld"; then
13994 no_undefined_flag_CXX=' $wl-z ${wl}defs'
1342313995 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13424 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13996 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
1342513997 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13426 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13998 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
1342713999
1342814000 # Commands to make compiler produce verbose output that lists
1342914001 # what "hidden" libraries, object files and flags are used when
1343014002 # linking a shared library.
1343114003 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1343214004 else
13433 # g++ 2.7 appears to require `-G' NOT `-shared' on this
14005 # g++ 2.7 appears to require '-G' NOT '-shared' on this
1343414006 # platform.
13435 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14007 archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
1343614008 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13437 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14009 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
1343814010
1343914011 # Commands to make compiler produce verbose output that lists
1344014012 # what "hidden" libraries, object files and flags are used when
1344214014 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1344314015 fi
1344414016
13445 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14017 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
1344614018 case $host_os in
1344714019 solaris2.[0-5] | solaris2.[0-5].*) ;;
1344814020 *)
13449 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
14021 whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
1345014022 ;;
1345114023 esac
1345214024 fi
1345514027 ;;
1345614028
1345714029 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13458 no_undefined_flag_CXX='${wl}-z,text'
14030 no_undefined_flag_CXX='$wl-z,text'
1345914031 archive_cmds_need_lc_CXX=no
1346014032 hardcode_shlibpath_var_CXX=no
1346114033 runpath_var='LD_RUN_PATH'
1346214034
1346314035 case $cc_basename in
1346414036 CC*)
13465 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13466 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14037 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14038 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1346714039 ;;
1346814040 *)
13469 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13470 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14041 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14042 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1347114043 ;;
1347214044 esac
1347314045 ;;
1347414046
1347514047 sysv5* | sco3.2v5* | sco5v6*)
13476 # Note: We can NOT use -z defs as we might desire, because we do not
14048 # Note: We CANNOT use -z defs as we might desire, because we do not
1347714049 # link with -lc, and that would cause any symbols used from libc to
1347814050 # always be unresolved, which means just about no library would
1347914051 # ever link correctly. If we're not using GNU ld we use -z text
1348014052 # though, which does catch some bad symbols but isn't as heavy-handed
1348114053 # as -z defs.
13482 no_undefined_flag_CXX='${wl}-z,text'
13483 allow_undefined_flag_CXX='${wl}-z,nodefs'
14054 no_undefined_flag_CXX='$wl-z,text'
14055 allow_undefined_flag_CXX='$wl-z,nodefs'
1348414056 archive_cmds_need_lc_CXX=no
1348514057 hardcode_shlibpath_var_CXX=no
13486 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
14058 hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
1348714059 hardcode_libdir_separator_CXX=':'
1348814060 link_all_deplibs_CXX=yes
13489 export_dynamic_flag_spec_CXX='${wl}-Bexport'
14061 export_dynamic_flag_spec_CXX='$wl-Bexport'
1349014062 runpath_var='LD_RUN_PATH'
1349114063
1349214064 case $cc_basename in
1349314065 CC*)
13494 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13495 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14066 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14067 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1349614068 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13497 '"$old_archive_cmds_CXX"
14069 '"$old_archive_cmds_CXX"
1349814070 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13499 '"$reload_cmds_CXX"
14071 '"$reload_cmds_CXX"
1350014072 ;;
1350114073 *)
13502 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13503 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14074 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14075 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
1350414076 ;;
1350514077 esac
1350614078 ;;
1353214104
1353314105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
1353414106 $as_echo "$ld_shlibs_CXX" >&6; }
13535 test "$ld_shlibs_CXX" = no && can_build_shared=no
13536
13537 GCC_CXX="$GXX"
13538 LD_CXX="$LD"
14107 test no = "$ld_shlibs_CXX" && can_build_shared=no
14108
14109 GCC_CXX=$GXX
14110 LD_CXX=$LD
1353914111
1354014112 ## CAVEAT EMPTOR:
1354114113 ## There is no encapsulation within the following macros, do not change
1357914151 pre_test_object_deps_done=no
1358014152
1358114153 for p in `eval "$output_verbose_link_cmd"`; do
13582 case ${prev}${p} in
14154 case $prev$p in
1358314155
1358414156 -L* | -R* | -l*)
1358514157 # Some compilers place space between "-{L,R}" and the path.
1358614158 # Remove the space.
13587 if test $p = "-L" ||
13588 test $p = "-R"; then
14159 if test x-L = "$p" ||
14160 test x-R = "$p"; then
1358914161 prev=$p
1359014162 continue
1359114163 fi
1360114173 case $p in
1360214174 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
1360314175 esac
13604 if test "$pre_test_object_deps_done" = no; then
13605 case ${prev} in
14176 if test no = "$pre_test_object_deps_done"; then
14177 case $prev in
1360614178 -L | -R)
1360714179 # Internal compiler library paths should come after those
1360814180 # provided the user. The postdeps already come after the
1360914181 # user supplied libs so there is no need to process them.
1361014182 if test -z "$compiler_lib_search_path_CXX"; then
13611 compiler_lib_search_path_CXX="${prev}${p}"
14183 compiler_lib_search_path_CXX=$prev$p
1361214184 else
13613 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
14185 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
1361414186 fi
1361514187 ;;
1361614188 # The "-l" case would never come before the object being
1361814190 esac
1361914191 else
1362014192 if test -z "$postdeps_CXX"; then
13621 postdeps_CXX="${prev}${p}"
14193 postdeps_CXX=$prev$p
1362214194 else
13623 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
14195 postdeps_CXX="${postdeps_CXX} $prev$p"
1362414196 fi
1362514197 fi
1362614198 prev=
1363514207 continue
1363614208 fi
1363714209
13638 if test "$pre_test_object_deps_done" = no; then
14210 if test no = "$pre_test_object_deps_done"; then
1363914211 if test -z "$predep_objects_CXX"; then
13640 predep_objects_CXX="$p"
14212 predep_objects_CXX=$p
1364114213 else
1364214214 predep_objects_CXX="$predep_objects_CXX $p"
1364314215 fi
1364414216 else
1364514217 if test -z "$postdep_objects_CXX"; then
13646 postdep_objects_CXX="$p"
14218 postdep_objects_CXX=$p
1364714219 else
1364814220 postdep_objects_CXX="$postdep_objects_CXX $p"
1364914221 fi
1367314245 postdep_objects_CXX=
1367414246 postdeps_CXX=
1367514247 ;;
13676
13677 linux*)
13678 case `$CC -V 2>&1 | sed 5q` in
13679 *Sun\ C*)
13680 # Sun C++ 5.9
13681
13682 # The more standards-conforming stlport4 library is
13683 # incompatible with the Cstd library. Avoid specifying
13684 # it if it's in CXXFLAGS. Ignore libCrun as
13685 # -library=stlport4 depends on it.
13686 case " $CXX $CXXFLAGS " in
13687 *" -library=stlport4 "*)
13688 solaris_use_stlport4=yes
13689 ;;
13690 esac
13691
13692 if test "$solaris_use_stlport4" != yes; then
13693 postdeps_CXX='-library=Cstd -library=Crun'
13694 fi
13695 ;;
13696 esac
13697 ;;
13698
13699 solaris*)
13700 case $cc_basename in
13701 CC* | sunCC*)
13702 # The more standards-conforming stlport4 library is
13703 # incompatible with the Cstd library. Avoid specifying
13704 # it if it's in CXXFLAGS. Ignore libCrun as
13705 # -library=stlport4 depends on it.
13706 case " $CXX $CXXFLAGS " in
13707 *" -library=stlport4 "*)
13708 solaris_use_stlport4=yes
13709 ;;
13710 esac
13711
13712 # Adding this requires a known-good setup of shared libraries for
13713 # Sun compiler versions before 5.6, else PIC objects from an old
13714 # archive will be linked into the output, leading to subtle bugs.
13715 if test "$solaris_use_stlport4" != yes; then
13716 postdeps_CXX='-library=Cstd -library=Crun'
13717 fi
13718 ;;
13719 esac
13720 ;;
1372114248 esac
1372214249
1372314250
1372614253 esac
1372714254 compiler_lib_search_dirs_CXX=
1372814255 if test -n "${compiler_lib_search_path_CXX}"; then
13729 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14256 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
1373014257 fi
1373114258
1373214259
1376514292
1376614293
1376714294 # C++ specific cases for pic, static, wl, etc.
13768 if test "$GXX" = yes; then
14295 if test yes = "$GXX"; then
1376914296 lt_prog_compiler_wl_CXX='-Wl,'
1377014297 lt_prog_compiler_static_CXX='-static'
1377114298
1377214299 case $host_os in
1377314300 aix*)
1377414301 # All AIX code is PIC.
13775 if test "$host_cpu" = ia64; then
14302 if test ia64 = "$host_cpu"; then
1377614303 # AIX 5 now supports IA64 processor
1377714304 lt_prog_compiler_static_CXX='-Bstatic'
1377814305 fi
14306 lt_prog_compiler_pic_CXX='-fPIC'
1377914307 ;;
1378014308
1378114309 amigaos*)
1378614314 ;;
1378714315 m68k)
1378814316 # FIXME: we need at least 68020 code to build shared libraries, but
13789 # adding the `-m68020' flag to GCC prevents building anything better,
13790 # like `-m68040'.
14317 # adding the '-m68020' flag to GCC prevents building anything better,
14318 # like '-m68040'.
1379114319 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
1379214320 ;;
1379314321 esac
1380214330 # Although the cygwin gcc ignores -fPIC, still need this for old-style
1380314331 # (--disable-auto-import) libraries
1380414332 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14333 case $host_os in
14334 os2*)
14335 lt_prog_compiler_static_CXX='$wl-static'
14336 ;;
14337 esac
1380514338 ;;
1380614339 darwin* | rhapsody*)
1380714340 # PIC is the default on this platform
1385114384 case $host_os in
1385214385 aix[4-9]*)
1385314386 # All AIX code is PIC.
13854 if test "$host_cpu" = ia64; then
14387 if test ia64 = "$host_cpu"; then
1385514388 # AIX 5 now supports IA64 processor
1385614389 lt_prog_compiler_static_CXX='-Bstatic'
1385714390 else
1389114424 case $cc_basename in
1389214425 CC*)
1389314426 lt_prog_compiler_wl_CXX='-Wl,'
13894 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13895 if test "$host_cpu" != ia64; then
14427 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
14428 if test ia64 != "$host_cpu"; then
1389614429 lt_prog_compiler_pic_CXX='+Z'
1389714430 fi
1389814431 ;;
1389914432 aCC*)
1390014433 lt_prog_compiler_wl_CXX='-Wl,'
13901 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14434 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
1390214435 case $host_cpu in
1390314436 hppa*64*|ia64*)
1390414437 # +Z the default
1393514468 lt_prog_compiler_pic_CXX='-fPIC'
1393614469 ;;
1393714470 ecpc* )
13938 # old Intel C++ for x86_64 which still supported -KPIC.
14471 # old Intel C++ for x86_64, which still supported -KPIC.
1393914472 lt_prog_compiler_wl_CXX='-Wl,'
1394014473 lt_prog_compiler_pic_CXX='-KPIC'
1394114474 lt_prog_compiler_static_CXX='-static'
1408014613 fi
1408114614
1408214615 case $host_os in
14083 # For platforms which do not support PIC, -DPIC is meaningless:
14616 # For platforms that do not support PIC, -DPIC is meaningless:
1408414617 *djgpp*)
1408514618 lt_prog_compiler_pic_CXX=
1408614619 ;;
1411214645 lt_cv_prog_compiler_pic_works_CXX=no
1411314646 ac_outfile=conftest.$ac_objext
1411414647 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14115 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14648 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment
1411614649 # Insert the option either (1) after the last *FLAGS variable, or
1411714650 # (2) before a word containing "conftest.", or (3) at the end.
1411814651 # Note that $ac_compile itself does not contain backslashes and begins
1414214675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
1414314676 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
1414414677
14145 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14678 if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
1414614679 case $lt_prog_compiler_pic_CXX in
1414714680 "" | " "*) ;;
1414814681 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
1416814701 $as_echo_n "(cached) " >&6
1416914702 else
1417014703 lt_cv_prog_compiler_static_works_CXX=no
14171 save_LDFLAGS="$LDFLAGS"
14704 save_LDFLAGS=$LDFLAGS
1417214705 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
1417314706 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1417414707 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1418714720 fi
1418814721 fi
1418914722 $RM -r conftest*
14190 LDFLAGS="$save_LDFLAGS"
14723 LDFLAGS=$save_LDFLAGS
1419114724
1419214725 fi
1419314726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
1419414727 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
1419514728
14196 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14729 if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
1419714730 :
1419814731 else
1419914732 lt_prog_compiler_static_CXX=
1430714840
1430814841
1430914842
14310 hard_links="nottested"
14311 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14843 hard_links=nottested
14844 if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
1431214845 # do not overwrite the value of need_locks provided by the user
1431314846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
1431414847 $as_echo_n "checking if we can lock with hard links... " >&6; }
1432014853 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1432114854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
1432214855 $as_echo "$hard_links" >&6; }
14323 if test "$hard_links" = no; then
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14325 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14856 if test no = "$hard_links"; then
14857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
14858 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
1432614859 need_locks=warn
1432714860 fi
1432814861 else
1433914872 case $host_os in
1434014873 aix[4-9]*)
1434114874 # If we're using GNU nm, then we don't want the "-C" option.
14342 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14343 # Also, AIX nm treats weak defined symbols like other global defined
14344 # symbols, whereas GNU nm marks them as "W".
14875 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
14876 # Without the "-l" option, or with the "-B" option, AIX nm treats
14877 # weak defined symbols like other global defined symbols, whereas
14878 # GNU nm marks them as "W".
14879 # While the 'weak' keyword is ignored in the Export File, we need
14880 # it in the Import File for the 'aix-soname' feature, so we have
14881 # to replace the "-B" option with "-P" for AIX nm.
1434514882 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14346 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14883 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
1434714884 else
14348 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14885 export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
1434914886 fi
1435014887 ;;
1435114888 pw32*)
14352 export_symbols_cmds_CXX="$ltdll_cmds"
14889 export_symbols_cmds_CXX=$ltdll_cmds
1435314890 ;;
1435414891 cygwin* | mingw* | cegcc*)
1435514892 case $cc_basename in
1437214909
1437314910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
1437414911 $as_echo "$ld_shlibs_CXX" >&6; }
14375 test "$ld_shlibs_CXX" = no && can_build_shared=no
14912 test no = "$ld_shlibs_CXX" && can_build_shared=no
1437614913
1437714914 with_gnu_ld_CXX=$with_gnu_ld
1437814915
1438914926 # Assume -lc should be added
1439014927 archive_cmds_need_lc_CXX=yes
1439114928
14392 if test "$enable_shared" = yes && test "$GCC" = yes; then
14929 if test yes,yes = "$GCC,$enable_shared"; then
1439314930 case $archive_cmds_CXX in
1439414931 *'~'*)
1439514932 # FIXME: we may have to deal with multi-command sequences.
1451715054 library_names_spec=
1451815055 libname_spec='lib$name'
1451915056 soname_spec=
14520 shrext_cmds=".so"
15057 shrext_cmds=.so
1452115058 postinstall_cmds=
1452215059 postuninstall_cmds=
1452315060 finish_cmds=
1453415071 # flags to be left without arguments
1453515072 need_version=unknown
1453615073
15074
15075
1453715076 case $host_os in
1453815077 aix3*)
1453915078 version_type=linux # correct to gnu/linux during the next big refactor
14540 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15079 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
1454115080 shlibpath_var=LIBPATH
1454215081
1454315082 # AIX 3 has no versioning support, so we append a major version to the name.
14544 soname_spec='${libname}${release}${shared_ext}$major'
15083 soname_spec='$libname$release$shared_ext$major'
1454515084 ;;
1454615085
1454715086 aix[4-9]*)
1454915088 need_lib_prefix=no
1455015089 need_version=no
1455115090 hardcode_into_libs=yes
14552 if test "$host_cpu" = ia64; then
15091 if test ia64 = "$host_cpu"; then
1455315092 # AIX 5 supports IA64
14554 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15093 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
1455515094 shlibpath_var=LD_LIBRARY_PATH
1455615095 else
1455715096 # With GCC up to 2.95.x, collect2 would create an import file
1455815097 # for dependence libraries. The import file would start with
14559 # the line `#! .'. This would cause the generated library to
14560 # depend on `.', always an invalid library. This was fixed in
15098 # the line '#! .'. This would cause the generated library to
15099 # depend on '.', always an invalid library. This was fixed in
1456115100 # development snapshots of GCC prior to 3.0.
1456215101 case $host_os in
1456315102 aix4 | aix4.[01] | aix4.[01].*)
1456415103 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1456515104 echo ' yes '
14566 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
15105 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
1456715106 :
1456815107 else
1456915108 can_build_shared=no
1457015109 fi
1457115110 ;;
1457215111 esac
14573 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15112 # Using Import Files as archive members, it is possible to support
15113 # filename-based versioning of shared library archives on AIX. While
15114 # this would work for both with and without runtime linking, it will
15115 # prevent static linking of such archives. So we do filename-based
15116 # shared library versioning with .so extension only, which is used
15117 # when both runtime linking and shared linking is enabled.
15118 # Unfortunately, runtime linking may impact performance, so we do
15119 # not want this to be the default eventually. Also, we use the
15120 # versioned .so libs for executables only if there is the -brtl
15121 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
15122 # To allow for filename-based versioning support, we need to create
15123 # libNAME.so.V as an archive file, containing:
15124 # *) an Import File, referring to the versioned filename of the
15125 # archive as well as the shared archive member, telling the
15126 # bitwidth (32 or 64) of that shared object, and providing the
15127 # list of exported symbols of that shared object, eventually
15128 # decorated with the 'weak' keyword
15129 # *) the shared object with the F_LOADONLY flag set, to really avoid
15130 # it being seen by the linker.
15131 # At run time we better use the real file rather than another symlink,
15132 # but for link time we create the symlink libNAME.so -> libNAME.so.V
15133
15134 case $with_aix_soname,$aix_use_runtimelinking in
15135 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
1457415136 # soname into executable. Probably we can add versioning support to
1457515137 # collect2, so additional links can be useful in future.
14576 if test "$aix_use_runtimelinking" = yes; then
15138 aix,yes) # traditional libtool
15139 dynamic_linker='AIX unversionable lib.so'
1457715140 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1457815141 # instead of lib<name>.a to let people know that these are not
1457915142 # typical AIX shared libraries.
14580 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14581 else
15143 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15144 ;;
15145 aix,no) # traditional AIX only
15146 dynamic_linker='AIX lib.a(lib.so.V)'
1458215147 # We preserve .a as extension for shared libraries through AIX4.2
1458315148 # and later when we are not doing run time linking.
14584 library_names_spec='${libname}${release}.a $libname.a'
14585 soname_spec='${libname}${release}${shared_ext}$major'
14586 fi
15149 library_names_spec='$libname$release.a $libname.a'
15150 soname_spec='$libname$release$shared_ext$major'
15151 ;;
15152 svr4,*) # full svr4 only
15153 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
15154 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
15155 # We do not specify a path in Import Files, so LIBPATH fires.
15156 shlibpath_overrides_runpath=yes
15157 ;;
15158 *,yes) # both, prefer svr4
15159 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
15160 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
15161 # unpreferred sharedlib libNAME.a needs extra handling
15162 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
15163 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
15164 # We do not specify a path in Import Files, so LIBPATH fires.
15165 shlibpath_overrides_runpath=yes
15166 ;;
15167 *,no) # both, prefer aix
15168 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
15169 library_names_spec='$libname$release.a $libname.a'
15170 soname_spec='$libname$release$shared_ext$major'
15171 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
15172 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
15173 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
15174 ;;
15175 esac
1458715176 shlibpath_var=LIBPATH
1458815177 fi
1458915178 ;;
1459315182 powerpc)
1459415183 # Since July 2007 AmigaOS4 officially supports .so libraries.
1459515184 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15185 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1459715186 ;;
1459815187 m68k)
1459915188 library_names_spec='$libname.ixlibrary $libname.a'
1460015189 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14601 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
15190 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1460215191 ;;
1460315192 esac
1460415193 ;;
1460515194
1460615195 beos*)
14607 library_names_spec='${libname}${shared_ext}'
15196 library_names_spec='$libname$shared_ext'
1460815197 dynamic_linker="$host_os ld.so"
1460915198 shlibpath_var=LIBRARY_PATH
1461015199 ;;
1461215201 bsdi[45]*)
1461315202 version_type=linux # correct to gnu/linux during the next big refactor
1461415203 need_version=no
14615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14616 soname_spec='${libname}${release}${shared_ext}$major'
15204 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15205 soname_spec='$libname$release$shared_ext$major'
1461715206 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1461815207 shlibpath_var=LD_LIBRARY_PATH
1461915208 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1462515214
1462615215 cygwin* | mingw* | pw32* | cegcc*)
1462715216 version_type=windows
14628 shrext_cmds=".dll"
15217 shrext_cmds=.dll
1462915218 need_version=no
1463015219 need_lib_prefix=no
1463115220
1463415223 # gcc
1463515224 library_names_spec='$libname.dll.a'
1463615225 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14637 postinstall_cmds='base_file=`basename \${file}`~
14638 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
15226 postinstall_cmds='base_file=`basename \$file`~
15227 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1463915228 dldir=$destdir/`dirname \$dlpath`~
1464015229 test -d \$dldir || mkdir -p \$dldir~
1464115230 $install_prog $dir/$dlname \$dldir/$dlname~
1465115240 case $host_os in
1465215241 cygwin*)
1465315242 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14654 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15243 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1465515244
1465615245 ;;
1465715246 mingw* | cegcc*)
1465815247 # MinGW DLLs use traditional 'lib' prefix
14659 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15248 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1466015249 ;;
1466115250 pw32*)
1466215251 # pw32 DLLs use 'pw' prefix rather than 'lib'
14663 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15252 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1466415253 ;;
1466515254 esac
1466615255 dynamic_linker='Win32 ld.exe'
1466915258 *,cl*)
1467015259 # Native MSVC
1467115260 libname_spec='$name'
14672 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14673 library_names_spec='${libname}.dll.lib'
15261 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
15262 library_names_spec='$libname.dll.lib'
1467415263
1467515264 case $build_os in
1467615265 mingw*)
1469715286 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1469815287 ;;
1469915288 *)
14700 sys_lib_search_path_spec="$LIB"
15289 sys_lib_search_path_spec=$LIB
1470115290 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
1470215291 # It is most probably a Windows format PATH.
1470315292 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1471015299 esac
1471115300
1471215301 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14713 postinstall_cmds='base_file=`basename \${file}`~
14714 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
15302 postinstall_cmds='base_file=`basename \$file`~
15303 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1471515304 dldir=$destdir/`dirname \$dlpath`~
1471615305 test -d \$dldir || mkdir -p \$dldir~
1471715306 $install_prog $dir/$dlname \$dldir/$dlname'
1472415313
1472515314 *)
1472615315 # Assume MSVC wrapper
14727 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15316 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
1472815317 dynamic_linker='Win32 ld.exe'
1472915318 ;;
1473015319 esac
1473715326 version_type=darwin
1473815327 need_lib_prefix=no
1473915328 need_version=no
14740 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14741 soname_spec='${libname}${release}${major}$shared_ext'
15329 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
15330 soname_spec='$libname$release$major$shared_ext'
1474215331 shlibpath_overrides_runpath=yes
1474315332 shlibpath_var=DYLD_LIBRARY_PATH
1474415333 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1475015339 version_type=linux # correct to gnu/linux during the next big refactor
1475115340 need_lib_prefix=no
1475215341 need_version=no
14753 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14754 soname_spec='${libname}${release}${shared_ext}$major'
15342 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15343 soname_spec='$libname$release$shared_ext$major'
1475515344 shlibpath_var=LD_LIBRARY_PATH
1475615345 ;;
1475715346
1476915358 version_type=freebsd-$objformat
1477015359 case $version_type in
1477115360 freebsd-elf*)
14772 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15361 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15362 soname_spec='$libname$release$shared_ext$major'
1477315363 need_version=no
1477415364 need_lib_prefix=no
1477515365 ;;
1477615366 freebsd-*)
14777 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15367 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1477815368 need_version=yes
1477915369 ;;
1478015370 esac
1480415394 need_lib_prefix=no
1480515395 need_version=no
1480615396 dynamic_linker="$host_os runtime_loader"
14807 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14808 soname_spec='${libname}${release}${shared_ext}$major'
15397 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15398 soname_spec='$libname$release$shared_ext$major'
1480915399 shlibpath_var=LIBRARY_PATH
14810 shlibpath_overrides_runpath=yes
15400 shlibpath_overrides_runpath=no
1481115401 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
1481215402 hardcode_into_libs=yes
1481315403 ;;
1482515415 dynamic_linker="$host_os dld.so"
1482615416 shlibpath_var=LD_LIBRARY_PATH
1482715417 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14829 soname_spec='${libname}${release}${shared_ext}$major'
14830 if test "X$HPUX_IA64_MODE" = X32; then
15418 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15419 soname_spec='$libname$release$shared_ext$major'
15420 if test 32 = "$HPUX_IA64_MODE"; then
1483115421 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15422 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
1483215423 else
1483315424 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15425 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
1483415426 fi
14835 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1483615427 ;;
1483715428 hppa*64*)
1483815429 shrext_cmds='.sl'
1484015431 dynamic_linker="$host_os dld.sl"
1484115432 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1484215433 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14843 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14844 soname_spec='${libname}${release}${shared_ext}$major'
15434 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15435 soname_spec='$libname$release$shared_ext$major'
1484515436 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1484615437 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1484715438 ;;
1485015441 dynamic_linker="$host_os dld.sl"
1485115442 shlibpath_var=SHLIB_PATH
1485215443 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14853 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14854 soname_spec='${libname}${release}${shared_ext}$major'
15444 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15445 soname_spec='$libname$release$shared_ext$major'
1485515446 ;;
1485615447 esac
1485715448 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
1486415455 version_type=linux # correct to gnu/linux during the next big refactor
1486515456 need_lib_prefix=no
1486615457 need_version=no
14867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14868 soname_spec='${libname}${release}${shared_ext}$major'
15458 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15459 soname_spec='$libname$release$shared_ext$major'
1486915460 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1487015461 shlibpath_var=LD_LIBRARY_PATH
1487115462 shlibpath_overrides_runpath=no
1487615467 case $host_os in
1487715468 nonstopux*) version_type=nonstopux ;;
1487815469 *)
14879 if test "$lt_cv_prog_gnu_ld" = yes; then
15470 if test yes = "$lt_cv_prog_gnu_ld"; then
1488015471 version_type=linux # correct to gnu/linux during the next big refactor
1488115472 else
1488215473 version_type=irix
1488415475 esac
1488515476 need_lib_prefix=no
1488615477 need_version=no
14887 soname_spec='${libname}${release}${shared_ext}$major'
14888 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15478 soname_spec='$libname$release$shared_ext$major'
15479 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
1488915480 case $host_os in
1489015481 irix5* | nonstopux*)
1489115482 libsuff= shlibsuff=
1490415495 esac
1490515496 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1490615497 shlibpath_overrides_runpath=no
14907 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14908 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15498 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
15499 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
1490915500 hardcode_into_libs=yes
1491015501 ;;
1491115502
1491215503 # No shared lib support for Linux oldld, aout, or coff.
1491315504 linux*oldld* | linux*aout* | linux*coff*)
1491415505 dynamic_linker=no
15506 ;;
15507
15508 linux*android*)
15509 version_type=none # Android doesn't support versioned libraries.
15510 need_lib_prefix=no
15511 need_version=no
15512 library_names_spec='$libname$release$shared_ext'
15513 soname_spec='$libname$release$shared_ext'
15514 finish_cmds=
15515 shlibpath_var=LD_LIBRARY_PATH
15516 shlibpath_overrides_runpath=yes
15517
15518 # This implies no fast_install, which is unacceptable.
15519 # Some rework will be needed to allow for fast_install
15520 # before this can be enabled.
15521 hardcode_into_libs=yes
15522
15523 dynamic_linker='Android linker'
15524 # Don't embed -rpath directories since the linker doesn't support them.
15525 hardcode_libdir_flag_spec_CXX='-L$libdir'
1491515526 ;;
1491615527
1491715528 # This must be glibc/ELF.
1491915530 version_type=linux # correct to gnu/linux during the next big refactor
1492015531 need_lib_prefix=no
1492115532 need_version=no
14922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14923 soname_spec='${libname}${release}${shared_ext}$major'
15533 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15534 soname_spec='$libname$release$shared_ext$major'
1492415535 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1492515536 shlibpath_var=LD_LIBRARY_PATH
1492615537 shlibpath_overrides_runpath=no
1496415575 # before this can be enabled.
1496515576 hardcode_into_libs=yes
1496615577
14967 # Append ld.so.conf contents to the search path
15578 # Ideally, we could use ldconfig to report *all* directores which are
15579 # searched for libraries, however this is still not possible. Aside from not
15580 # being certain /sbin/ldconfig is available, command
15581 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
15582 # even though it is searched at run-time. Try to do the best guess by
15583 # appending ld.so.conf contents (and includes) to the search path.
1496815584 if test -f /etc/ld.so.conf; then
1496915585 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
1497015586 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1499615612 need_lib_prefix=no
1499715613 need_version=no
1499815614 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15615 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1500015616 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1500115617 dynamic_linker='NetBSD (a.out) ld.so'
1500215618 else
15003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15004 soname_spec='${libname}${release}${shared_ext}$major'
15619 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15620 soname_spec='$libname$release$shared_ext$major'
1500515621 dynamic_linker='NetBSD ld.elf_so'
1500615622 fi
1500715623 shlibpath_var=LD_LIBRARY_PATH
1501115627
1501215628 newsos6)
1501315629 version_type=linux # correct to gnu/linux during the next big refactor
15014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15630 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1501515631 shlibpath_var=LD_LIBRARY_PATH
1501615632 shlibpath_overrides_runpath=yes
1501715633 ;;
1502015636 version_type=qnx
1502115637 need_lib_prefix=no
1502215638 need_version=no
15023 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15024 soname_spec='${libname}${release}${shared_ext}$major'
15639 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15640 soname_spec='$libname$release$shared_ext$major'
1502515641 shlibpath_var=LD_LIBRARY_PATH
1502615642 shlibpath_overrides_runpath=no
1502715643 hardcode_into_libs=yes
1502815644 dynamic_linker='ldqnx.so'
1502915645 ;;
1503015646
15031 openbsd*)
15647 openbsd* | bitrig*)
1503215648 version_type=sunos
15033 sys_lib_dlsearch_path_spec="/usr/lib"
15649 sys_lib_dlsearch_path_spec=/usr/lib
1503415650 need_lib_prefix=no
15035 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15036 case $host_os in
15037 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15038 *) need_version=no ;;
15039 esac
15040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15651 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
15652 need_version=no
15653 else
15654 need_version=yes
15655 fi
15656 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1504115657 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1504215658 shlibpath_var=LD_LIBRARY_PATH
15043 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15044 case $host_os in
15045 openbsd2.[89] | openbsd2.[89].*)
15046 shlibpath_overrides_runpath=no
15047 ;;
15048 *)
15049 shlibpath_overrides_runpath=yes
15050 ;;
15051 esac
15052 else
15053 shlibpath_overrides_runpath=yes
15054 fi
15659 shlibpath_overrides_runpath=yes
1505515660 ;;
1505615661
1505715662 os2*)
1505815663 libname_spec='$name'
15059 shrext_cmds=".dll"
15664 version_type=windows
15665 shrext_cmds=.dll
15666 need_version=no
1506015667 need_lib_prefix=no
15061 library_names_spec='$libname${shared_ext} $libname.a'
15668 # OS/2 can only load a DLL with a base name of 8 characters or less.
15669 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
15670 v=$($ECHO $release$versuffix | tr -d .-);
15671 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
15672 $ECHO $n$v`$shared_ext'
15673 library_names_spec='${libname}_dll.$libext'
1506215674 dynamic_linker='OS/2 ld.exe'
15063 shlibpath_var=LIBPATH
15675 shlibpath_var=BEGINLIBPATH
15676 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
15677 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15678 postinstall_cmds='base_file=`basename \$file`~
15679 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
15680 dldir=$destdir/`dirname \$dlpath`~
15681 test -d \$dldir || mkdir -p \$dldir~
15682 $install_prog $dir/$dlname \$dldir/$dlname~
15683 chmod a+x \$dldir/$dlname~
15684 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
15685 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
15686 fi'
15687 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
15688 dlpath=$dir/\$dldll~
15689 $RM \$dlpath'
1506415690 ;;
1506515691
1506615692 osf3* | osf4* | osf5*)
1506715693 version_type=osf
1506815694 need_lib_prefix=no
1506915695 need_version=no
15070 soname_spec='${libname}${release}${shared_ext}$major'
15071 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15696 soname_spec='$libname$release$shared_ext$major'
15697 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1507215698 shlibpath_var=LD_LIBRARY_PATH
1507315699 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15074 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15700 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1507515701 ;;
1507615702
1507715703 rdos*)
1508215708 version_type=linux # correct to gnu/linux during the next big refactor
1508315709 need_lib_prefix=no
1508415710 need_version=no
15085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15086 soname_spec='${libname}${release}${shared_ext}$major'
15711 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15712 soname_spec='$libname$release$shared_ext$major'
1508715713 shlibpath_var=LD_LIBRARY_PATH
1508815714 shlibpath_overrides_runpath=yes
1508915715 hardcode_into_libs=yes
1509315719
1509415720 sunos4*)
1509515721 version_type=sunos
15096 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15722 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1509715723 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1509815724 shlibpath_var=LD_LIBRARY_PATH
1509915725 shlibpath_overrides_runpath=yes
15100 if test "$with_gnu_ld" = yes; then
15726 if test yes = "$with_gnu_ld"; then
1510115727 need_lib_prefix=no
1510215728 fi
1510315729 need_version=yes
1510515731
1510615732 sysv4 | sysv4.3*)
1510715733 version_type=linux # correct to gnu/linux during the next big refactor
15108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15109 soname_spec='${libname}${release}${shared_ext}$major'
15734 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15735 soname_spec='$libname$release$shared_ext$major'
1511015736 shlibpath_var=LD_LIBRARY_PATH
1511115737 case $host_vendor in
1511215738 sni)
1512715753 ;;
1512815754
1512915755 sysv4*MP*)
15130 if test -d /usr/nec ;then
15756 if test -d /usr/nec; then
1513115757 version_type=linux # correct to gnu/linux during the next big refactor
15132 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15133 soname_spec='$libname${shared_ext}.$major'
15758 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
15759 soname_spec='$libname$shared_ext.$major'
1513415760 shlibpath_var=LD_LIBRARY_PATH
1513515761 fi
1513615762 ;;
1513715763
1513815764 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15139 version_type=freebsd-elf
15765 version_type=sco
1514015766 need_lib_prefix=no
1514115767 need_version=no
15142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15143 soname_spec='${libname}${release}${shared_ext}$major'
15768 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
15769 soname_spec='$libname$release$shared_ext$major'
1514415770 shlibpath_var=LD_LIBRARY_PATH
1514515771 shlibpath_overrides_runpath=yes
1514615772 hardcode_into_libs=yes
15147 if test "$with_gnu_ld" = yes; then
15773 if test yes = "$with_gnu_ld"; then
1514815774 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1514915775 else
1515015776 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1516215788 version_type=linux # correct to gnu/linux during the next big refactor
1516315789 need_lib_prefix=no
1516415790 need_version=no
15165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15791 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1516615792 shlibpath_var=LD_LIBRARY_PATH
1516715793 shlibpath_overrides_runpath=no
1516815794 hardcode_into_libs=yes
1517015796
1517115797 uts4*)
1517215798 version_type=linux # correct to gnu/linux during the next big refactor
15173 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15174 soname_spec='${libname}${release}${shared_ext}$major'
15799 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
15800 soname_spec='$libname$release$shared_ext$major'
1517515801 shlibpath_var=LD_LIBRARY_PATH
1517615802 ;;
1517715803
1518115807 esac
1518215808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1518315809 $as_echo "$dynamic_linker" >&6; }
15184 test "$dynamic_linker" = no && can_build_shared=no
15810 test no = "$dynamic_linker" && can_build_shared=no
1518515811
1518615812 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15187 if test "$GCC" = yes; then
15813 if test yes = "$GCC"; then
1518815814 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1518915815 fi
1519015816
15191 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15192 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15193 fi
15194 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15195 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15196 fi
15817 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
15818 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
15819 fi
15820
15821 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
15822 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
15823 fi
15824
15825 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
15826 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
15827
15828 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
15829 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
15830
15831 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
15832 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
15833
15834
1519715835
1519815836
1519915837
1523715875 hardcode_action_CXX=
1523815876 if test -n "$hardcode_libdir_flag_spec_CXX" ||
1523915877 test -n "$runpath_var_CXX" ||
15240 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15878 test yes = "$hardcode_automatic_CXX"; then
1524115879
1524215880 # We can hardcode non-existent directories.
15243 if test "$hardcode_direct_CXX" != no &&
15881 if test no != "$hardcode_direct_CXX" &&
1524415882 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1524515883 # have to relink, otherwise we might link with an installed library
1524615884 # when we should be linking with a yet-to-be-installed one
15247 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15248 test "$hardcode_minus_L_CXX" != no; then
15885 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
15886 test no != "$hardcode_minus_L_CXX"; then
1524915887 # Linking always hardcodes the temporary library directory.
1525015888 hardcode_action_CXX=relink
1525115889 else
1526015898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
1526115899 $as_echo "$hardcode_action_CXX" >&6; }
1526215900
15263 if test "$hardcode_action_CXX" = relink ||
15264 test "$inherit_rpath_CXX" = yes; then
15901 if test relink = "$hardcode_action_CXX" ||
15902 test yes = "$inherit_rpath_CXX"; then
1526515903 # Fast installation is not supported
1526615904 enable_fast_install=no
15267 elif test "$shlibpath_overrides_runpath" = yes ||
15268 test "$enable_shared" = no; then
15905 elif test yes = "$shlibpath_overrides_runpath" ||
15906 test no = "$enable_shared"; then
1526915907 # Fast installation is not necessary
1527015908 enable_fast_install=needless
1527115909 fi
1528815926 lt_cv_path_LD=$lt_save_path_LD
1528915927 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
1529015928 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15291 fi # test "$_lt_caught_CXX_error" != yes
15929 fi # test yes != "$_lt_caught_CXX_error"
1529215930
1529315931 ac_ext=c
1529415932 ac_cpp='$CPP $CPPFLAGS'
1542616064 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
1542716065
1542816066 # Code to be used in simple link tests
15429 lt_simple_link_test_code="$lt_simple_compile_test_code"
16067 lt_simple_link_test_code=$lt_simple_compile_test_code
1543016068
1543116069 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
1543216070
1546016098
1546116099
1546216100 # Allow CC to be a program name with arguments.
15463 lt_save_CC="$CC"
16101 lt_save_CC=$CC
1546416102 lt_save_CFLAGS=$CFLAGS
1546516103 lt_save_GCC=$GCC
1546616104 GCC=
1546816106 CFLAGS=
1546916107 compiler=$CC
1547016108 compiler_RC=$CC
15471 for cc_temp in $compiler""; do
15472 case $cc_temp in
15473 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15474 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
15475 \-*) ;;
15476 *) break;;
15477 esac
15478 done
15479 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
16109 func_cc_basename $compiler
16110 cc_basename=$func_cc_basename_result
1548016111
1548116112 lt_cv_prog_compiler_c_o_RC=yes
1548216113
1606816699 fi
1606916700
1607016701 if test "$enable_final" = yes; then
16071 CFLAGS="-O3 -DNDEBUG"
16072 CXXFLAGS="-O3 -DNDEBUG"
16702 CFLAGS="$CFLAGS -O3 -DNDEBUG"
16703 CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
1607316704 fi
1607416705
1607516706 # Enable profile
1671017341 # report actual input values of CONFIG_FILES etc. instead of their
1671117342 # values after options handling.
1671217343 ac_log="
16713 This file was extended by teckit $as_me 2.5.4, which was
17344 This file was extended by teckit $as_me 2.5.8, which was
1671417345 generated by GNU Autoconf 2.69. Invocation command line was
1671517346
1671617347 CONFIG_FILES = $CONFIG_FILES
1677617407 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1677717408 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1677817409 ac_cs_version="\\
16779 teckit config.status 2.5.4
17410 teckit config.status 2.5.8
1678017411 configured by $0, generated by GNU Autoconf 2.69,
1678117412 with options \\"\$ac_cs_config\\"
1678217413
1691117542 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
1691217543 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
1691317544 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17545 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
1691417546 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
1691517547 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
1691617548 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
1696017592 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
1696117593 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
1696217594 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17595 lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
1696317596 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
1696417597 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17598 lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
1696517599 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
1696617600 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
17601 lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
1696717602 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
1696817603 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
1696917604 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
1702817663 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
1702917664 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
1703017665 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17031 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17666 configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
17667 configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
1703217668 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
1703317669 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
1703417670 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
1718117817 compiler \
1718217818 lt_cv_sys_global_symbol_pipe \
1718317819 lt_cv_sys_global_symbol_to_cdecl \
17820 lt_cv_sys_global_symbol_to_import \
1718417821 lt_cv_sys_global_symbol_to_c_name_address \
1718517822 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17823 lt_cv_nm_interface \
1718617824 nm_file_list_spec \
17825 lt_cv_truncate_bin \
1718717826 lt_prog_compiler_no_builtin_flag \
1718817827 lt_prog_compiler_pic \
1718917828 lt_prog_compiler_wl \
1727417913 compiler_lib_search_path_RC; do
1727517914 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1727617915 *[\\\\\\\`\\"\\\$]*)
17277 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17916 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
1727817917 ;;
1727917918 *)
1728017919 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
1730117940 postuninstall_cmds \
1730217941 finish_cmds \
1730317942 sys_lib_search_path_spec \
17304 sys_lib_dlsearch_path_spec \
17943 configure_time_dlsearch_path \
17944 configure_time_lt_sys_library_path \
1730517945 reload_cmds_CXX \
1730617946 reload_cmds_RC \
1730717947 old_archive_cmds_CXX \
1732617966 postlink_cmds_RC; do
1732717967 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1732817968 *[\\\\\\\`\\"\\\$]*)
17329 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17969 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
1733017970 ;;
1733117971 *)
1733217972 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
1733517975 done
1733617976
1733717977 ac_aux_dir='$ac_aux_dir'
17338 xsi_shell='$xsi_shell'
17339 lt_shell_append='$lt_shell_append'
17340
17341 # See if we are running on zsh, and set the options which allow our
17978
17979 # See if we are running on zsh, and set the options that allow our
1734217980 # commands through without removal of \ escapes INIT.
17343 if test -n "\${ZSH_VERSION+set}" ; then
17981 if test -n "\${ZSH_VERSION+set}"; then
1734417982 setopt NO_GLOB_SUBST
1734517983 fi
1734617984
1734717985
1734817986 PACKAGE='$PACKAGE'
1734917987 VERSION='$VERSION'
17350 TIMESTAMP='$TIMESTAMP'
1735117988 RM='$RM'
1735217989 ofile='$ofile'
1735317990
1806618703 ;;
1806718704 "libtool":C)
1806818705
18069 # See if we are running on zsh, and set the options which allow our
18706 # See if we are running on zsh, and set the options that allow our
1807018707 # commands through without removal of \ escapes.
18071 if test -n "${ZSH_VERSION+set}" ; then
18708 if test -n "${ZSH_VERSION+set}"; then
1807218709 setopt NO_GLOB_SUBST
1807318710 fi
1807418711
18075 cfgfile="${ofile}T"
18712 cfgfile=${ofile}T
1807618713 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1807718714 $RM "$cfgfile"
1807818715
1807918716 cat <<_LT_EOF >> "$cfgfile"
1808018717 #! $SHELL
18081
18082 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18083 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18718 # Generated automatically by $as_me ($PACKAGE) $VERSION
1808418719 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1808518720 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18721
18722 # Provide generalized library-building support services.
18723 # Written by Gordon Matzigkeit, 1996
18724
18725 # Copyright (C) 2014 Free Software Foundation, Inc.
18726 # This is free software; see the source for copying conditions. There is NO
18727 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18728
18729 # GNU Libtool is free software; you can redistribute it and/or modify
18730 # it under the terms of the GNU General Public License as published by
18731 # the Free Software Foundation; either version 2 of of the License, or
18732 # (at your option) any later version.
1808618733 #
18087 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18088 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
18089 # Foundation, Inc.
18090 # Written by Gordon Matzigkeit, 1996
18734 # As a special exception to the GNU General Public License, if you
18735 # distribute this file as part of a program or library that is built
18736 # using GNU Libtool, you may include this file under the same
18737 # distribution terms that you use for the rest of that program.
1809118738 #
18092 # This file is part of GNU Libtool.
18093 #
18094 # GNU Libtool is free software; you can redistribute it and/or
18095 # modify it under the terms of the GNU General Public License as
18096 # published by the Free Software Foundation; either version 2 of
18097 # the License, or (at your option) any later version.
18098 #
18099 # As a special exception to the GNU General Public License,
18100 # if you distribute this file as part of a program or library that
18101 # is built using GNU Libtool, you may include this file under the
18102 # same distribution terms that you use for the rest of that program.
18103 #
18104 # GNU Libtool is distributed in the hope that it will be useful,
18105 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18739 # GNU Libtool is distributed in the hope that it will be useful, but
18740 # WITHOUT ANY WARRANTY; without even the implied warranty of
1810618741 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1810718742 # GNU General Public License for more details.
1810818743 #
1810918744 # You should have received a copy of the GNU General Public License
18110 # along with GNU Libtool; see the file COPYING. If not, a copy
18111 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18112 # obtained by writing to the Free Software Foundation, Inc.,
18113 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18745 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1811418746
1811518747
1811618748 # The names of the tagged configurations supported by this script.
18117 available_tags="CXX RC "
18749 available_tags='CXX RC '
18750
18751 # Configured defaults for sys_lib_dlsearch_path munging.
18752 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1811818753
1811918754 # ### BEGIN LIBTOOL CONFIG
1812018755
1813318768
1813418769 # Whether or not to optimize for fast installation.
1813518770 fast_install=$enable_fast_install
18771
18772 # Shared archive member basename,for filename based shared library versioning on AIX.
18773 shared_archive_member_spec=$shared_archive_member_spec
1813618774
1813718775 # Shell to use when invoking shell scripts.
1813818776 SHELL=$lt_SHELL
1825118889 # Transform the output of nm in a proper C declaration.
1825218890 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1825318891
18892 # Transform the output of nm into a list of symbols to manually relocate.
18893 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
18894
1825418895 # Transform the output of nm in a C name address pair.
1825518896 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1825618897
1825718898 # Transform the output of nm in a C name address pair when lib prefix is needed.
1825818899 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1825918900
18901 # The name lister interface.
18902 nm_interface=$lt_lt_cv_nm_interface
18903
1826018904 # Specify filename containing input files for \$NM.
1826118905 nm_file_list_spec=$lt_nm_file_list_spec
1826218906
18263 # The root where to search for dependent libraries,and in which our libraries should be installed.
18907 # The root where to search for dependent libraries,and where our libraries should be installed.
1826418908 lt_sysroot=$lt_sysroot
18909
18910 # Command to truncate a binary pipe.
18911 lt_truncate_bin=$lt_lt_cv_truncate_bin
1826518912
1826618913 # The name of the directory that contains temporary libtool files.
1826718914 objdir=$objdir
1835319000 # Compile-time system search path for libraries.
1835419001 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1835519002
18356 # Run-time system search path for libraries.
18357 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19003 # Detected run-time system search path for libraries.
19004 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
19005
19006 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
19007 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1835819008
1835919009 # Whether dlopen is supported.
1836019010 dlopen_support=$enable_dlopen
1844719097 # Whether we need a single "-rpath" flag with a separated argument.
1844819098 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1844919099
18450 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19100 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1845119101 # DIR into the resulting binary.
1845219102 hardcode_direct=$hardcode_direct
1845319103
18454 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19104 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1845519105 # DIR into the resulting binary and the resulting library dependency is
18456 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19106 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
1845719107 # library is relocated.
1845819108 hardcode_direct_absolute=$hardcode_direct_absolute
1845919109
1851919169
1852019170 _LT_EOF
1852119171
19172 cat <<'_LT_EOF' >> "$cfgfile"
19173
19174 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
19175
19176 # func_munge_path_list VARIABLE PATH
19177 # -----------------------------------
19178 # VARIABLE is name of variable containing _space_ separated list of
19179 # directories to be munged by the contents of PATH, which is string
19180 # having a format:
19181 # "DIR[:DIR]:"
19182 # string "DIR[ DIR]" will be prepended to VARIABLE
19183 # ":DIR[:DIR]"
19184 # string "DIR[ DIR]" will be appended to VARIABLE
19185 # "DIRP[:DIRP]::[DIRA:]DIRA"
19186 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
19187 # "DIRA[ DIRA]" will be appended to VARIABLE
19188 # "DIR[:DIR]"
19189 # VARIABLE will be replaced by "DIR[ DIR]"
19190 func_munge_path_list ()
19191 {
19192 case x$2 in
19193 x)
19194 ;;
19195 *:)
19196 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
19197 ;;
19198 x:*)
19199 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
19200 ;;
19201 *::*)
19202 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
19203 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
19204 ;;
19205 *)
19206 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
19207 ;;
19208 esac
19209 }
19210
19211
19212 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
19213 func_cc_basename ()
19214 {
19215 for cc_temp in $*""; do
19216 case $cc_temp in
19217 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
19218 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
19219 \-*) ;;
19220 *) break;;
19221 esac
19222 done
19223 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
19224 }
19225
19226
19227 # ### END FUNCTIONS SHARED WITH CONFIGURE
19228
19229 _LT_EOF
19230
1852219231 case $host_os in
1852319232 aix3*)
1852419233 cat <<\_LT_EOF >> "$cfgfile"
1852519234 # AIX sometimes has problems with the GCC collect2 program. For some
1852619235 # reason, if we set the COLLECT_NAMES environment variable, the problems
1852719236 # vanish in a puff of smoke.
18528 if test "X${COLLECT_NAMES+set}" != Xset; then
19237 if test set != "${COLLECT_NAMES+set}"; then
1852919238 COLLECT_NAMES=
1853019239 export COLLECT_NAMES
1853119240 fi
1853419243 esac
1853519244
1853619245
18537 ltmain="$ac_aux_dir/ltmain.sh"
19246 ltmain=$ac_aux_dir/ltmain.sh
1853819247
1853919248
1854019249 # We use sed instead of cat because bash on DJGPP gets confused if
1854419253 sed '$q' "$ltmain" >> "$cfgfile" \
1854519254 || (rm -f "$cfgfile"; exit 1)
1854619255
18547 if test x"$xsi_shell" = xyes; then
18548 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
18549 func_dirname ()\
18550 {\
18551 \ case ${1} in\
18552 \ */*) func_dirname_result="${1%/*}${2}" ;;\
18553 \ * ) func_dirname_result="${3}" ;;\
18554 \ esac\
18555 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
18556 && mv -f "$cfgfile.tmp" "$cfgfile" \
18557 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18558 test 0 -eq $? || _lt_function_replace_fail=:
18559
18560
18561 sed -e '/^func_basename ()$/,/^} # func_basename /c\
18562 func_basename ()\
18563 {\
18564 \ func_basename_result="${1##*/}"\
18565 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
18566 && mv -f "$cfgfile.tmp" "$cfgfile" \
18567 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18568 test 0 -eq $? || _lt_function_replace_fail=:
18569
18570
18571 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
18572 func_dirname_and_basename ()\
18573 {\
18574 \ case ${1} in\
18575 \ */*) func_dirname_result="${1%/*}${2}" ;;\
18576 \ * ) func_dirname_result="${3}" ;;\
18577 \ esac\
18578 \ func_basename_result="${1##*/}"\
18579 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
18580 && mv -f "$cfgfile.tmp" "$cfgfile" \
18581 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18582 test 0 -eq $? || _lt_function_replace_fail=:
18583
18584
18585 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
18586 func_stripname ()\
18587 {\
18588 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
18589 \ # positional parameters, so assign one to ordinary parameter first.\
18590 \ func_stripname_result=${3}\
18591 \ func_stripname_result=${func_stripname_result#"${1}"}\
18592 \ func_stripname_result=${func_stripname_result%"${2}"}\
18593 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
18594 && mv -f "$cfgfile.tmp" "$cfgfile" \
18595 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18596 test 0 -eq $? || _lt_function_replace_fail=:
18597
18598
18599 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
18600 func_split_long_opt ()\
18601 {\
18602 \ func_split_long_opt_name=${1%%=*}\
18603 \ func_split_long_opt_arg=${1#*=}\
18604 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
18605 && mv -f "$cfgfile.tmp" "$cfgfile" \
18606 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18607 test 0 -eq $? || _lt_function_replace_fail=:
18608
18609
18610 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
18611 func_split_short_opt ()\
18612 {\
18613 \ func_split_short_opt_arg=${1#??}\
18614 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
18615 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
18616 && mv -f "$cfgfile.tmp" "$cfgfile" \
18617 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18618 test 0 -eq $? || _lt_function_replace_fail=:
18619
18620
18621 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
18622 func_lo2o ()\
18623 {\
18624 \ case ${1} in\
18625 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
18626 \ *) func_lo2o_result=${1} ;;\
18627 \ esac\
18628 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
18629 && mv -f "$cfgfile.tmp" "$cfgfile" \
18630 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18631 test 0 -eq $? || _lt_function_replace_fail=:
18632
18633
18634 sed -e '/^func_xform ()$/,/^} # func_xform /c\
18635 func_xform ()\
18636 {\
18637 func_xform_result=${1%.*}.lo\
18638 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
18639 && mv -f "$cfgfile.tmp" "$cfgfile" \
18640 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18641 test 0 -eq $? || _lt_function_replace_fail=:
18642
18643
18644 sed -e '/^func_arith ()$/,/^} # func_arith /c\
18645 func_arith ()\
18646 {\
18647 func_arith_result=$(( $* ))\
18648 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
18649 && mv -f "$cfgfile.tmp" "$cfgfile" \
18650 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18651 test 0 -eq $? || _lt_function_replace_fail=:
18652
18653
18654 sed -e '/^func_len ()$/,/^} # func_len /c\
18655 func_len ()\
18656 {\
18657 func_len_result=${#1}\
18658 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
18659 && mv -f "$cfgfile.tmp" "$cfgfile" \
18660 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18661 test 0 -eq $? || _lt_function_replace_fail=:
18662
18663 fi
18664
18665 if test x"$lt_shell_append" = xyes; then
18666 sed -e '/^func_append ()$/,/^} # func_append /c\
18667 func_append ()\
18668 {\
18669 eval "${1}+=\\${2}"\
18670 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
18671 && mv -f "$cfgfile.tmp" "$cfgfile" \
18672 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18673 test 0 -eq $? || _lt_function_replace_fail=:
18674
18675
18676 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
18677 func_append_quoted ()\
18678 {\
18679 \ func_quote_for_eval "${2}"\
18680 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
18681 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
18682 && mv -f "$cfgfile.tmp" "$cfgfile" \
18683 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18684 test 0 -eq $? || _lt_function_replace_fail=:
18685
18686
18687 # Save a `func_append' function call where possible by direct use of '+='
18688 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
18689 && mv -f "$cfgfile.tmp" "$cfgfile" \
18690 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18691 test 0 -eq $? || _lt_function_replace_fail=:
18692 else
18693 # Save a `func_append' function call even when '+=' is not available
18694 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
18695 && mv -f "$cfgfile.tmp" "$cfgfile" \
18696 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
18697 test 0 -eq $? || _lt_function_replace_fail=:
18698 fi
18699
18700 if test x"$_lt_function_replace_fail" = x":"; then
18701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
18702 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
18703 fi
18704
18705
1870619256 mv -f "$cfgfile" "$ofile" ||
1870719257 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1870819258 chmod +x "$ofile"
1878919339 # Whether we need a single "-rpath" flag with a separated argument.
1879019340 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
1879119341
18792 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19342 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1879319343 # DIR into the resulting binary.
1879419344 hardcode_direct=$hardcode_direct_CXX
1879519345
18796 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19346 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1879719347 # DIR into the resulting binary and the resulting library dependency is
18798 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19348 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
1879919349 # library is relocated.
1880019350 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
1880119351
1894219492 # Whether we need a single "-rpath" flag with a separated argument.
1894319493 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
1894419494
18945 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19495 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1894619496 # DIR into the resulting binary.
1894719497 hardcode_direct=$hardcode_direct_RC
1894819498
18949 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19499 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1895019500 # DIR into the resulting binary and the resulting library dependency is
18951 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19501 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
1895219502 # library is relocated.
1895319503 hardcode_direct_absolute=$hardcode_direct_absolute_RC
1895419504
00 AC_PREREQ(2.54)
1 AC_INIT(teckit, 2.5.4, nrsi@sil.org)
1 AC_INIT(teckit, 2.5.8, nrsi@sil.org)
22 AM_CONFIG_HEADER([config.h])
33 AC_CONFIG_SRCDIR([source/UnicodeNames.cpp])
44 AC_CONFIG_MACRO_DIR([m4])
8383 AC_HELP_STRING([--enable-final],
8484 [build for release. (default=no)]))
8585 if test "$enable_final" = yes; then
86 CFLAGS="-O3 -DNDEBUG"
87 CXXFLAGS="-O3 -DNDEBUG"
86 CFLAGS="$CFLAGS -O3 -DNDEBUG"
87 CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
8888 fi
8989
9090 # Enable profile
22
33 scriptversion=2013-05-30.07; # UTC
44
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
0 EXTRA_DIST = TECkit_Binary_Format.doc.pdf
1 EXTRA_DIST += TECkit_Language_2.1.doc.pdf
2 EXTRA_DIST += TECkit_version_2.1.doc.pdf
0 dist_man1_MANS = teckit_compile.1 txtconv.1 sfconv.1
1 EXTRA_DIST = TECkit_Binary_Format.pdf
2 EXTRA_DIST += TECkit_Language.pdf
3 EXTRA_DIST += TECkit_Tools.pdf
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
1727 am__make_running_with_option = \
1828 case $${target_option-} in \
1929 ?) ;; \
7888 host_triplet = @host@
7989 target_triplet = @target@
8090 subdir = docs
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
8493 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
8796 $(top_srcdir)/zlib-1.2.3/zlib.ac $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
110120 n|no|NO) false;; \
111121 *) (install-info --version) >/dev/null 2>&1;; \
112122 esac
123 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124 am__vpath_adj = case $$p in \
125 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126 *) f=$$p;; \
127 esac;
128 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129 am__install_max = 40
130 am__nobase_strip_setup = \
131 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132 am__nobase_strip = \
133 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134 am__nobase_list = $(am__nobase_strip_setup); \
135 for p in $$list; do echo "$$p $$p"; done | \
136 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138 if (++n[$$2] == $(am__install_max)) \
139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140 END { for (dir in files) print dir, files[dir] }'
141 am__base_list = \
142 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144 am__uninstall_files_from_dir = { \
145 test -z "$$files" \
146 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148 $(am__cd) "$$dir" && rm -f $$files; }; \
149 }
150 man1dir = $(mandir)/man1
151 am__installdirs = "$(DESTDIR)$(man1dir)"
152 NROFF = nroff
153 MANS = $(dist_man1_MANS)
113154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155 am__DIST_COMMON = $(dist_man1_MANS) $(srcdir)/Makefile.in
114156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115157 ACLOCAL = @ACLOCAL@
116158 AMTAR = @AMTAR@
156198 LIPO = @LIPO@
157199 LN_S = @LN_S@
158200 LTLIBOBJS = @LTLIBOBJS@
201 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
159202 MAINT = @MAINT@
160203 MAKEINFO = @MAKEINFO@
161204 MANIFEST_TOOL = @MANIFEST_TOOL@
231274 prefix = @prefix@
232275 program_transform_name = @program_transform_name@
233276 psdir = @psdir@
277 runstatedir = @runstatedir@
234278 sbindir = @sbindir@
235279 sharedstatedir = @sharedstatedir@
236280 srcdir = @srcdir@
243287 top_build_prefix = @top_build_prefix@
244288 top_builddir = @top_builddir@
245289 top_srcdir = @top_srcdir@
246 EXTRA_DIST = TECkit_Binary_Format.doc.pdf TECkit_Language_2.1.doc.pdf \
247 TECkit_version_2.1.doc.pdf
290 dist_man1_MANS = teckit_compile.1 txtconv.1 sfconv.1
291 EXTRA_DIST = TECkit_Binary_Format.pdf TECkit_Language.pdf \
292 TECkit_Tools.pdf
248293 all: all-am
249294
250295 .SUFFIXES:
260305 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
261306 $(am__cd) $(top_srcdir) && \
262307 $(AUTOMAKE) --foreign docs/Makefile
263 .PRECIOUS: Makefile
264308 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265309 @case '$?' in \
266310 *config.status*) \
284328
285329 clean-libtool:
286330 -rm -rf .libs _libs
331 install-man1: $(dist_man1_MANS)
332 @$(NORMAL_INSTALL)
333 @list1='$(dist_man1_MANS)'; \
334 list2=''; \
335 test -n "$(man1dir)" \
336 && test -n "`echo $$list1$$list2`" \
337 || exit 0; \
338 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
339 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
340 { for i in $$list1; do echo "$$i"; done; \
341 if test -n "$$list2"; then \
342 for i in $$list2; do echo "$$i"; done \
343 | sed -n '/\.1[a-z]*$$/p'; \
344 fi; \
345 } | while read p; do \
346 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
347 echo "$$d$$p"; echo "$$p"; \
348 done | \
349 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
350 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
351 sed 'N;N;s,\n, ,g' | { \
352 list=; while read file base inst; do \
353 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
354 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
355 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
356 fi; \
357 done; \
358 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
359 while read files; do \
360 test -z "$$files" || { \
361 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
362 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
363 done; }
364
365 uninstall-man1:
366 @$(NORMAL_UNINSTALL)
367 @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
368 files=`{ for i in $$list; do echo "$$i"; done; \
369 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
370 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
371 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
287372 tags TAGS:
288373
289374 ctags CTAGS:
323408 done
324409 check-am: all-am
325410 check: check-am
326 all-am: Makefile
411 all-am: Makefile $(MANS)
327412 installdirs:
413 for dir in "$(DESTDIR)$(man1dir)"; do \
414 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
415 done
328416 install: install-am
329417 install-exec: install-exec-am
330418 install-data: install-data-am
375463
376464 info-am:
377465
378 install-data-am:
466 install-data-am: install-man
379467
380468 install-dvi: install-dvi-am
381469
391479
392480 install-info-am:
393481
394 install-man:
482 install-man: install-man1
395483
396484 install-pdf: install-pdf-am
397485
419507
420508 ps-am:
421509
422 uninstall-am:
510 uninstall-am: uninstall-man
511
512 uninstall-man: uninstall-man1
423513
424514 .MAKE: install-am install-strip
425515
429519 install install-am install-data install-data-am install-dvi \
430520 install-dvi-am install-exec install-exec-am install-html \
431521 install-html-am install-info install-info-am install-man \
432 install-pdf install-pdf-am install-ps install-ps-am \
433 install-strip installcheck installcheck-am installdirs \
434 maintainer-clean maintainer-clean-generic mostlyclean \
435 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
436 tags-am uninstall uninstall-am
522 install-man1 install-pdf install-pdf-am install-ps \
523 install-ps-am install-strip installcheck installcheck-am \
524 installdirs maintainer-clean maintainer-clean-generic \
525 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
526 ps ps-am tags-am uninstall uninstall-am uninstall-man \
527 uninstall-man1
528
529 .PRECIOUS: Makefile
437530
438531
439532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
docs/TECkit_Binary_Format.doc.pdf less more
Binary diff not shown
Binary diff not shown
docs/TECkit_Language_2.1.doc.pdf less more
Binary diff not shown
Binary diff not shown
docs/TECkit_version_2.1.doc.pdf less more
Binary diff not shown
0 .TH SFCONV 1 "2015-11-13" "TECkit"
1 .SH NAME
2 sfconv \- A tool for converting the encoding of Standard Format (SF) files
3 .SH SYNOPSIS
4 .SS "8-bit to Unicode:"
5 .TP
6 sfconv \fB\-8u\fR [\-utf8|\-be|\-le] [\-bom] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile
7 .SS "Unicode to 8-bit:"
8 .TP
9 sfconv \fB\-u8\fR [\-utf8|\-be|\-le] \fB\-c\fR ControlFile [\-d MappingDirectory] \fB\-i\fR InFile \fB\-o\fR OutFile
10 .SH "DESCRIPTION"
11 A tool for converting Standard Format (SF) files is included in the current TECkit package.
12 This is \fBsfconv\fR , a command-line tool that uses an XML โ€œcontrol fileโ€ to specify the
13 mappings associated with the various markers in an SF file. Note that the current SFconv tool
14 should be considered a prototype rather than a full solution to the issue of SF conversions. A
15 more complete tool with an improved user interface would be desirable.
16 .SH "OPTIONS"
17 The SFconv utility uses command-line options to specify the conversion direction,
18 control file, and input and output files. The required arguments are:
19 .TP
20 .BR \-8u | \-u8
21 conversion direction: 8-bit to Unicode or vice versa
22 .TP
23 .BR \-c controlFile
24 specifies XML control file
25 .TP
26 .BR \-i inFile
27 specifies filename of input SF file
28 .TP
29 .BR \-o outFile
30 specifies filename for converted output
31
32 In addition, the following optional arguments may be used if appropriate:
33 .TP
34 .BR \-d mappingDir
35 directory where mapping files ( .tec files) are to be found
36 .TP
37 .BR \-utf8 | \-be | \-le
38 Unicode encoding form: UTF-8, UTF-16BE, or UTF16-LE (default is UTF8 for output, or detected from input file if BOM is present)
39 .TP
40 .BR \-bom
41 (only when mapping to Unicode) write initial BOM to the output file
42 .TP
43 .BR \-nfc | \-nfd
44 (only when mapping to Unicode) normalize to NFC or NFD
45 .SH Further Information
46 For further information see the document TECkit_Tools.pdf.
47 On a Debian system, this can be found in /usr/share/doc/teckit.
0 .TH TECKIT_COMPILE 1 "2015-11-14" "TECkit"
1 .SH NAME
2 teckit_compile \- manual page for command line error at --version
3 .SH SYNOPSIS
4 .B teckit_compile
5 [\fI\,-u\/\fR] [\fI\,-x\/\fR] [\fI\,-z\/\fR] \fI\,mapping_description \/\fR[\fI\,-o compiled_table\/\fR]
6 .SH OPTIONS
7 Required argument:
8 .IP
9 \fBsource\fR mapping description (.map) file
10 .PP
11 Optional arguments:
12 .TP
13 .BR \fB\-o\fR file
14 output compiled table (.tec) file ("\-" for stdout)
15 .TP
16 .BR \fB\-u\fR
17 read source text as UTF8 even if no BOM found
18 .TP
19 .BR \fB\-x\fR
20 generate XML representation rather than compiled table
21 .TP
22 .BR \fB\-z\fR
23 generate uncompressed table format
24 .SH Further Information
25 For further information see the document TECkit_Tools.pdf.
26 A description of the mapping description language used by the compiler, with examples, is found in TECkit_Language.pdf.
27 On a Debian system, these can be found in /usr/share/doc/teckit.
0 .TH TXTCONV 1 "2015-11-13" "TECkit"
1 .SH NAME
2 txtconv \- A tool to apply TECkit mappings to convert the encoding of a plain text file
3 .SH SYNOPSIS
4 .B txtconv
5 \fI\,-i inFile -o outFile \/\fR[\fI\,-t tecFile\/\fR] [\fI\,-r\/\fR] [\fI\,-if inForm\/\fR] [\fI\,-of outForm\/\fR] [\fI\,-nobom\/\fR] [\fI\,-nf\/\fR[\fI\,cd\/\fR]] [\fI\,-u n\/\fR]
6 .SH "OPTIONS"
7 \fBRequired arguments:\fR
8 .TP
9 \fB\-i\fR <file>
10 input file
11 .TP
12 \fB\-o\fR <file>
13 output file
14 .PP
15 \fBOptional arguments:\fR
16 .TP
17 \fB\-t\fR <file>
18 compiled TECkit mapping (.tec) file
19 .TP
20 \fB\-r\fR
21 reverse (RHS\->LHS, or Unicode\->Byte) mapping
22 .TP
23 \fB\-if\fR <form>
24 input encoding form
25 .TP
26 \fB\-of\fR <form>
27 output encoding form
28 .TP
29 \fB\-nobom\fR
30 don't write a BOM to Unicode output
31 .TP
32 \fB\-nf[cd]\fR
33 apply NFC or NFD normalization to Unicode output
34 .TP
35 \fB\-u\fR <n>
36 handling of unmappable input:
37 .IP
38 \(bu 0 = use replacement character
39 \.IP
40 \(bu 1 = use replacement but generate warning
41 \.IP
42 \(bu 2 = stop conversion
43 .PP
44 \fBEncoding forms:\fR
45 .IP
46 bytes utf8 utf16be utf16le utf16 utf32be utf32le utf32
47 .SH Further Information
48 For further information see the document TECkit_Tools.pdf.
49 On a Debian system, this can be found in /usr/share/doc/teckit.
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2011-11-20.07; # UTC
3 scriptversion=2014-09-12.12; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
4040 # This script is compatible with the BSD install script, but was written
4141 # from scratch.
4242
43 tab=' '
4344 nl='
4445 '
45 IFS=" "" $nl"
46
47 # set DOITPROG to echo to test this script
48
49 # Don't use :- since 4.3BSD and earlier shells don't like it.
46 IFS=" $tab$nl"
47
48 # Set DOITPROG to "echo" to test this script.
49
5050 doit=${DOITPROG-}
51 if test -z "$doit"; then
52 doit_exec=exec
53 else
54 doit_exec=$doit
55 fi
51 doit_exec=${doit:-exec}
5652
5753 # Put in absolute file names if you don't have them in your path;
5854 # or use environment vars.
6763 rmprog=${RMPROG-rm}
6864 stripprog=${STRIPPROG-strip}
6965
70 posix_glob='?'
71 initialize_posix_glob='
72 test "$posix_glob" != "?" || {
73 if (set -f) 2>/dev/null; then
74 posix_glob=
75 else
76 posix_glob=:
77 fi
78 }
79 '
80
8166 posix_mkdir=
8267
8368 # Desired mode of installed file.
9681 dst_arg=
9782
9883 copy_on_change=false
99 no_target_directory=
84 is_target_a_directory=possibly
10085
10186 usage="\
10287 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
136121 -d) dir_arg=true;;
137122
138123 -g) chgrpcmd="$chgrpprog $2"
139 shift;;
124 shift;;
140125
141126 --help) echo "$usage"; exit $?;;
142127
143128 -m) mode=$2
144 case $mode in
145 *' '* | *' '* | *'
146 '* | *'*'* | *'?'* | *'['*)
147 echo "$0: invalid mode: $mode" >&2
148 exit 1;;
149 esac
150 shift;;
129 case $mode in
130 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
131 echo "$0: invalid mode: $mode" >&2
132 exit 1;;
133 esac
134 shift;;
151135
152136 -o) chowncmd="$chownprog $2"
153 shift;;
137 shift;;
154138
155139 -s) stripcmd=$stripprog;;
156140
157 -t) dst_arg=$2
158 # Protect names problematic for 'test' and other utilities.
159 case $dst_arg in
160 -* | [=\(\)!]) dst_arg=./$dst_arg;;
161 esac
162 shift;;
163
164 -T) no_target_directory=true;;
141 -t)
142 is_target_a_directory=always
143 dst_arg=$2
144 # Protect names problematic for 'test' and other utilities.
145 case $dst_arg in
146 -* | [=\(\)!]) dst_arg=./$dst_arg;;
147 esac
148 shift;;
149
150 -T) is_target_a_directory=never;;
165151
166152 --version) echo "$0 $scriptversion"; exit $?;;
167153
168 --) shift
169 break;;
170
171 -*) echo "$0: invalid option: $1" >&2
172 exit 1;;
154 --) shift
155 break;;
156
157 -*) echo "$0: invalid option: $1" >&2
158 exit 1;;
173159
174160 *) break;;
175161 esac
176162 shift
177163 done
164
165 # We allow the use of options -d and -T together, by making -d
166 # take the precedence; this is for compatibility with GNU install.
167
168 if test -n "$dir_arg"; then
169 if test -n "$dst_arg"; then
170 echo "$0: target directory not allowed when installing a directory." >&2
171 exit 1
172 fi
173 fi
178174
179175 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
180176 # When -d is used, all remaining arguments are directories to create.
207203 fi
208204
209205 if test -z "$dir_arg"; then
206 if test $# -gt 1 || test "$is_target_a_directory" = always; then
207 if test ! -d "$dst_arg"; then
208 echo "$0: $dst_arg: Is not a directory." >&2
209 exit 1
210 fi
211 fi
212 fi
213
214 if test -z "$dir_arg"; then
210215 do_exit='(exit $ret); exit $ret'
211216 trap "ret=129; $do_exit" 1
212217 trap "ret=130; $do_exit" 2
222227
223228 *[0-7])
224229 if test -z "$stripcmd"; then
225 u_plus_rw=
230 u_plus_rw=
226231 else
227 u_plus_rw='% 200'
232 u_plus_rw='% 200'
228233 fi
229234 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
230235 *)
231236 if test -z "$stripcmd"; then
232 u_plus_rw=
237 u_plus_rw=
233238 else
234 u_plus_rw=,u+rw
239 u_plus_rw=,u+rw
235240 fi
236241 cp_umask=$mode$u_plus_rw;;
237242 esac
268273 # If destination is a directory, append the input filename; won't work
269274 # if double slashes aren't ignored.
270275 if test -d "$dst"; then
271 if test -n "$no_target_directory"; then
272 echo "$0: $dst_arg: Is a directory" >&2
273 exit 1
276 if test "$is_target_a_directory" = never; then
277 echo "$0: $dst_arg: Is a directory" >&2
278 exit 1
274279 fi
275280 dstdir=$dst
276281 dst=$dstdir/`basename "$src"`
277282 dstdir_status=0
278283 else
279 # Prefer dirname, but fall back on a substitute if dirname fails.
280 dstdir=`
281 (dirname "$dst") 2>/dev/null ||
282 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
283 X"$dst" : 'X\(//\)[^/]' \| \
284 X"$dst" : 'X\(//\)$' \| \
285 X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
286 echo X"$dst" |
287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
288 s//\1/
289 q
290 }
291 /^X\(\/\/\)[^/].*/{
292 s//\1/
293 q
294 }
295 /^X\(\/\/\)$/{
296 s//\1/
297 q
298 }
299 /^X\(\/\).*/{
300 s//\1/
301 q
302 }
303 s/.*/./; q'
304 `
305
284 dstdir=`dirname "$dst"`
306285 test -d "$dstdir"
307286 dstdir_status=$?
308287 fi
313292 if test $dstdir_status != 0; then
314293 case $posix_mkdir in
315294 '')
316 # Create intermediate dirs using mode 755 as modified by the umask.
317 # This is like FreeBSD 'install' as of 1997-10-28.
318 umask=`umask`
319 case $stripcmd.$umask in
320 # Optimize common cases.
321 *[2367][2367]) mkdir_umask=$umask;;
322 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
323
324 *[0-7])
325 mkdir_umask=`expr $umask + 22 \
326 - $umask % 100 % 40 + $umask % 20 \
327 - $umask % 10 % 4 + $umask % 2
328 `;;
329 *) mkdir_umask=$umask,go-w;;
330 esac
331
332 # With -d, create the new directory with the user-specified mode.
333 # Otherwise, rely on $mkdir_umask.
334 if test -n "$dir_arg"; then
335 mkdir_mode=-m$mode
336 else
337 mkdir_mode=
338 fi
339
340 posix_mkdir=false
341 case $umask in
342 *[123567][0-7][0-7])
343 # POSIX mkdir -p sets u+wx bits regardless of umask, which
344 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
345 ;;
346 *)
347 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
348 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
349
350 if (umask $mkdir_umask &&
351 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
352 then
353 if test -z "$dir_arg" || {
354 # Check for POSIX incompatibilities with -m.
355 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
356 # other-writable bit of parent directory when it shouldn't.
357 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
358 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 case $ls_ld_tmpdir in
360 d????-?r-*) different_mode=700;;
361 d????-?--*) different_mode=755;;
362 *) false;;
363 esac &&
364 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
365 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
366 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
367 }
368 }
369 then posix_mkdir=:
370 fi
371 rmdir "$tmpdir/d" "$tmpdir"
372 else
373 # Remove any dirs left behind by ancient mkdir implementations.
374 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
375 fi
376 trap '' 0;;
377 esac;;
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311 # With -d, create the new directory with the user-specified mode.
312 # Otherwise, rely on $mkdir_umask.
313 if test -n "$dir_arg"; then
314 mkdir_mode=-m$mode
315 else
316 mkdir_mode=
317 fi
318
319 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
328 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
329 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
330
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
334 if (umask $mkdir_umask &&
335 $mkdirprog $mkdir_mode "$tmpdir" &&
336 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
337 then
338 if test -z "$dir_arg" || {
339 # Check for POSIX incompatibilities with -m.
340 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
341 # other-writable bit of parent directory when it shouldn't.
342 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
343 test_tmpdir="$tmpdir/a"
344 ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
345 case $ls_ld_tmpdir in
346 d????-?r-*) different_mode=700;;
347 d????-?--*) different_mode=755;;
348 *) false;;
349 esac &&
350 $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
351 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
352 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
353 }
354 }
355 then posix_mkdir=:
356 fi
357 rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
358 else
359 # Remove any dirs left behind by ancient mkdir implementations.
360 rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
361 fi
362 trap '' 0;;
363 esac;;
378364 esac
379365
380366 if
381367 $posix_mkdir && (
382 umask $mkdir_umask &&
383 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
368 umask $mkdir_umask &&
369 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
384370 )
385371 then :
386372 else
390376 # directory the slow way, step by step, checking for races as we go.
391377
392378 case $dstdir in
393 /*) prefix='/';;
394 [-=\(\)!]*) prefix='./';;
395 *) prefix='';;
379 /*) prefix='/';;
380 [-=\(\)!]*) prefix='./';;
381 *) prefix='';;
396382 esac
397
398 eval "$initialize_posix_glob"
399383
400384 oIFS=$IFS
401385 IFS=/
402 $posix_glob set -f
386 set -f
403387 set fnord $dstdir
404388 shift
405 $posix_glob set +f
389 set +f
406390 IFS=$oIFS
407391
408392 prefixes=
409393
410394 for d
411395 do
412 test X"$d" = X && continue
413
414 prefix=$prefix$d
415 if test -d "$prefix"; then
416 prefixes=
417 else
418 if $posix_mkdir; then
419 (umask=$mkdir_umask &&
420 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
421 # Don't fail if two instances are running concurrently.
422 test -d "$prefix" || exit 1
423 else
424 case $prefix in
425 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
426 *) qprefix=$prefix;;
427 esac
428 prefixes="$prefixes '$qprefix'"
429 fi
430 fi
431 prefix=$prefix/
396 test X"$d" = X && continue
397
398 prefix=$prefix$d
399 if test -d "$prefix"; then
400 prefixes=
401 else
402 if $posix_mkdir; then
403 (umask=$mkdir_umask &&
404 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
405 # Don't fail if two instances are running concurrently.
406 test -d "$prefix" || exit 1
407 else
408 case $prefix in
409 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
410 *) qprefix=$prefix;;
411 esac
412 prefixes="$prefixes '$qprefix'"
413 fi
414 fi
415 prefix=$prefix/
432416 done
433417
434418 if test -n "$prefixes"; then
435 # Don't fail if two instances are running concurrently.
436 (umask $mkdir_umask &&
437 eval "\$doit_exec \$mkdirprog $prefixes") ||
438 test -d "$dstdir" || exit 1
439 obsolete_mkdir_used=true
419 # Don't fail if two instances are running concurrently.
420 (umask $mkdir_umask &&
421 eval "\$doit_exec \$mkdirprog $prefixes") ||
422 test -d "$dstdir" || exit 1
423 obsolete_mkdir_used=true
440424 fi
441425 fi
442426 fi
471455
472456 # If -C, don't bother to copy if it wouldn't change the file.
473457 if $copy_on_change &&
474 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
475 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
476
477 eval "$initialize_posix_glob" &&
478 $posix_glob set -f &&
458 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
459 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
460 set -f &&
479461 set X $old && old=:$2:$4:$5:$6 &&
480462 set X $new && new=:$2:$4:$5:$6 &&
481 $posix_glob set +f &&
482
463 set +f &&
483464 test "$old" = "$new" &&
484465 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
485466 then
492473 # to itself, or perhaps because mv is so ancient that it does not
493474 # support -f.
494475 {
495 # Now remove or move aside any old file at destination location.
496 # We try this two ways since rm can't unlink itself on some
497 # systems and the destination file might be busy for other
498 # reasons. In this case, the final cleanup might fail but the new
499 # file should still install successfully.
500 {
501 test ! -f "$dst" ||
502 $doit $rmcmd -f "$dst" 2>/dev/null ||
503 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
504 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
505 } ||
506 { echo "$0: cannot unlink or rename $dst" >&2
507 (exit 1); exit 1
508 }
509 } &&
510
511 # Now rename the file to the real destination.
512 $doit $mvcmd "$dsttmp" "$dst"
476 # Now remove or move aside any old file at destination location.
477 # We try this two ways since rm can't unlink itself on some
478 # systems and the destination file might be busy for other
479 # reasons. In this case, the final cleanup might fail but the new
480 # file should still install successfully.
481 {
482 test ! -f "$dst" ||
483 $doit $rmcmd -f "$dst" 2>/dev/null ||
484 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
485 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
486 } ||
487 { echo "$0: cannot unlink or rename $dst" >&2
488 (exit 1); exit 1
489 }
490 } &&
491
492 # Now rename the file to the real destination.
493 $doit $mvcmd "$dsttmp" "$dst"
513494 }
514495 fi || exit 1
515496
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1515
1616
1717 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
1929 am__make_running_with_option = \
2030 case $${target_option-} in \
2131 ?) ;; \
7989 build_triplet = @build@
8090 host_triplet = @host@
8191 target_triplet = @target@
82 DIST_COMMON = $(srcdir)/../source/Makefile.am \
83 $(top_srcdir)/source/Public-headers/Makefile.am \
84 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85 $(top_srcdir)/depcomp $(noinst_HEADERS) $(pkginclude_HEADERS)
8692 subdir = lib
8793 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8894 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
9298 $(top_srcdir)/zlib-1.2.3/zlib.ac $(top_srcdir)/configure.ac
9399 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94100 $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
102 $(pkginclude_HEADERS) $(am__DIST_COMMON)
95103 mkinstalldirs = $(install_sh) -d
96104 CONFIG_HEADER = $(top_builddir)/config.h
97105 CONFIG_CLEAN_FILES =
351359 done | $(am__uniquify_input)`
352360 ETAGS = etags
353361 CTAGS = ctags
362 am__DIST_COMMON = $(srcdir)/../source/Makefile.am \
363 $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
364 $(top_srcdir)/source/Public-headers/Makefile.am
354365 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
355366 ACLOCAL = @ACLOCAL@
356367 AMTAR = @AMTAR@
396407 LIPO = @LIPO@
397408 LN_S = @LN_S@
398409 LTLIBOBJS = @LTLIBOBJS@
410 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
399411 MAINT = @MAINT@
400412 MAKEINFO = @MAKEINFO@
401413 MANIFEST_TOOL = @MANIFEST_TOOL@
471483 prefix = @prefix@
472484 program_transform_name = @program_transform_name@
473485 psdir = @psdir@
486 runstatedir = @runstatedir@
474487 sbindir = @sbindir@
475488 sharedstatedir = @sharedstatedir@
476489 srcdir = @srcdir@
564577 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
565578 $(am__cd) $(top_srcdir) && \
566579 $(AUTOMAKE) --foreign lib/Makefile
567 .PRECIOUS: Makefile
568580 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
569581 @case '$?' in \
570582 *config.status*) \
573585 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
574586 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
575587 esac;
576 $(srcdir)/../source/Makefile.am $(top_srcdir)/source/Public-headers/Makefile.am:
588 $(srcdir)/../source/Makefile.am $(top_srcdir)/source/Public-headers/Makefile.am $(am__empty):
577589
578590 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
579591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
14391451 uninstall-am uninstall-libLTLIBRARIES \
14401452 uninstall-pkgincludeHEADERS
14411453
1454 .PRECIOUS: Makefile
1455
14421456 @OLD_LIB_NAMES_TRUE@Engine_ver.o: $(teckitdir)/Engine_ver.rc
14431457 @OLD_LIB_NAMES_TRUE@ $(RC) $(AM_RCFLAGS) $(RCFLAGS) -o $@ $<
14441458 @OLD_LIB_NAMES_TRUE@Compiler_ver.o: $(teckitdir)/Compiler_ver.rc
00 TECKit Licensing
11
2 Copyright 2002-2014, SIL International
2 A few parts, noted here, have a different license than most of TECkit.
3
4 The files SFconv/UtfCodec.* are
5 Copyright 2010-2011 SIL International
6 with a license of LGPL-2+ or GPL-2+ or Mozilla Public License (http://mozilla.org/MPL)
7
8 The files deb-source/copyright and docs/*.1 are
9 Copyright 2015 Daniel Glassey <wdg@debian.org>
10 with a license of LGPL-2+
11
12 Rest of the project:
13
14 Copyright 2002-2018, SIL International
315 All rights reserved.
416
517 This library is free software; you can redistribute it and/or modify
921 Steward" for that license (currently IBM); either version 0.5
1022 of the License, or (at your option) any later version,
1123
12 or
24 or
1325
14 b) the GNU Lesser General Public License as published by the
26 b) the GNU Lesser General Public License as published by the
1527 Free Software Foundation; either version 2.1 of License, or
1628 (at your option) any later version.
1729
1830 This program is distributed in the hope that it will be useful,
1931 but WITHOUT ANY WARRANTY; without even the implied warranty of
2032 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
21 the Common Public License or the GNU Lesser General Public License
33 the Common Public License or the GNU Lesser General Public License
2234 for more details.
2335
2436 You should have received a plain text copy of the Common Public License
2537 Version 0.5 with this distribution in the file named "License_CPLv05.txt".
26 That text came from http://www.opensource.org/licenses/cpl.html. The
38 That text came from http://www.opensource.org/licenses/cpl.html. The
2739 initial "Agreement Steward" for the CPL displays currently the license at
28 http://www-124.ibm.com/developerworks/oss/license-cpl.html.
40 http://www-124.ibm.com/developerworks/oss/license-cpl.html.
2941
3042 You should also have received a copy of the GNU Lesser General Public
3143 License along with this library in the file named "License_LGPLv21.txt".
32 If not, write to the Free Software Foundation, Inc., 59 Temple Place,
33 Suite 330, Boston, MA 02111-1307, USA or visit their web page on the
44 If not, write to the Free Software Foundation, Inc., 59 Temple Place,
45 Suite 330, Boston, MA 02111-1307, USA or visit their web page on the
3446 internet at http://www.fsf.org/licenses/lgpl.html.
3547
36 The GNU General Public License to which the GNU Lesser General Public
37 License refers can be found at http://www.gnu.org/copyleft/gpl.html.
38 For convenient reference, a text version has been included with this
39 distribution in the file named "License_GPLv2.txt". All of the licenses
48 The GNU General Public License to which the GNU Lesser General Public
49 License refers can be found at http://www.gnu.org/copyleft/gpl.html.
50 For convenient reference, a text version has been included with this
51 distribution in the file named "License_LGPLv21.txt". All of the licenses
4052 mentioned above can also be found at http://www.opensource.org/licenses/.
4153
4254 --------------------------------------------------------------------------
+3656
-2161
ltmain.sh less more
0
1 # libtool (GNU libtool) 2.4.2
0 #! /bin/sh
1 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
2 ## by inline-source v2014-01-03.01
3
4 # libtool (GNU libtool) 2.4.6
5 # Provide generalized library-building support services.
26 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
37
4 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
5 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
69 # This is free software; see the source for copying conditions. There is NO
710 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
811
2225 # General Public License for more details.
2326 #
2427 # You should have received a copy of the GNU General Public License
25 # along with GNU Libtool; see the file COPYING. If not, a copy
26 # can be downloaded from http://www.gnu.org/licenses/gpl.html,
27 # or obtained by writing to the Free Software Foundation, Inc.,
28 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
29
30 # Usage: $progname [OPTION]... [MODE-ARG]...
31 #
32 # Provide generalized library-building support services.
33 #
34 # --config show all configuration variables
35 # --debug enable verbose shell tracing
36 # -n, --dry-run display commands without modifying any files
37 # --features display basic configuration information and exit
38 # --mode=MODE use operation mode MODE
39 # --preserve-dup-deps don't remove duplicate dependency libraries
40 # --quiet, --silent don't print informational messages
41 # --no-quiet, --no-silent
42 # print informational messages (default)
43 # --no-warn don't display warning messages
44 # --tag=TAG use configuration variables from tag TAG
45 # -v, --verbose print more informational messages than default
46 # --no-verbose don't print the extra informational messages
47 # --version print version information
48 # -h, --help, --help-all print short, long, or detailed help message
49 #
50 # MODE must be one of the following:
51 #
52 # clean remove files from the build directory
53 # compile compile a source file into a libtool object
54 # execute automatically set library path, then run a program
55 # finish complete the installation of libtool libraries
56 # install install libraries or executables
57 # link create a library or an executable
58 # uninstall remove libraries from an installed directory
59 #
60 # MODE-ARGS vary depending on the MODE. When passed as first option,
61 # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
62 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
63 #
64 # When reporting a bug, please describe a test case to reproduce it and
65 # include the following information:
66 #
67 # host-triplet: $host
68 # shell: $SHELL
69 # compiler: $LTCC
70 # compiler flags: $LTCFLAGS
71 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11
73 # automake: $automake_version
74 # autoconf: $autoconf_version
75 #
76 # Report bugs to <bug-libtool@gnu.org>.
77 # GNU libtool home page: <http://www.gnu.org/software/libtool/>.
78 # General help using GNU software: <http://www.gnu.org/gethelp/>.
28 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29
7930
8031 PROGRAM=libtool
8132 PACKAGE=libtool
82 VERSION="2.4.2 Debian-2.4.2-1.11"
83 TIMESTAMP=""
84 package_revision=1.3337
85
86 # Be Bourne compatible
87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
33 VERSION="2.4.6 Debian-2.4.6-0.1"
34 package_revision=2.4.6
35
36
37 ## ------ ##
38 ## Usage. ##
39 ## ------ ##
40
41 # Run './libtool --help' for help with using this script from the
42 # command line.
43
44
45 ## ------------------------------- ##
46 ## User overridable command paths. ##
47 ## ------------------------------- ##
48
49 # After configure completes, it has a better idea of some of the
50 # shell tools we need than the defaults used by the functions shared
51 # with bootstrap, so set those here where they can still be over-
52 # ridden by the user, but otherwise take precedence.
53
54 : ${AUTOCONF="autoconf"}
55 : ${AUTOMAKE="automake"}
56
57
58 ## -------------------------- ##
59 ## Source external libraries. ##
60 ## -------------------------- ##
61
62 # Much of our low-level functionality needs to be sourced from external
63 # libraries, which are installed to $pkgauxdir.
64
65 # Set a version string for this script.
66 scriptversion=2015-01-20.17; # UTC
67
68 # General shell script boiler plate, and helper functions.
69 # Written by Gary V. Vaughan, 2004
70
71 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
72 # This is free software; see the source for copying conditions. There is NO
73 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 # This program is free software; you can redistribute it and/or modify
76 # it under the terms of the GNU General Public License as published by
77 # the Free Software Foundation; either version 3 of the License, or
78 # (at your option) any later version.
79
80 # As a special exception to the GNU General Public License, if you distribute
81 # this file as part of a program or library that is built using GNU Libtool,
82 # you may include this file under the same distribution terms that you use
83 # for the rest of that program.
84
85 # This program is distributed in the hope that it will be useful,
86 # but WITHOUT ANY WARRANTY; without even the implied warranty of
87 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
88 # General Public License for more details.
89
90 # You should have received a copy of the GNU General Public License
91 # along with this program. If not, see <http://www.gnu.org/licenses/>.
92
93 # Please report bugs or propose patches to gary@gnu.org.
94
95
96 ## ------ ##
97 ## Usage. ##
98 ## ------ ##
99
100 # Evaluate this file near the top of your script to gain access to
101 # the functions and variables defined here:
102 #
103 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
104 #
105 # If you need to override any of the default environment variable
106 # settings, do that before evaluating this file.
107
108
109 ## -------------------- ##
110 ## Shell normalisation. ##
111 ## -------------------- ##
112
113 # Some shells need a little help to be as Bourne compatible as possible.
114 # Before doing anything else, make sure all that help has been provided!
115
116 DUALCASE=1; export DUALCASE # for MKS sh
117 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
88118 emulate sh
89119 NULLCMD=:
90 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
120 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
91121 # is contrary to our usage. Disable this feature.
92122 alias -g '${1+"$@"}'='"$@"'
93123 setopt NO_GLOB_SUBST
94124 else
95 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
125 case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
96126 fi
97 BIN_SH=xpg4; export BIN_SH # for Tru64
98 DUALCASE=1; export DUALCASE # for MKS sh
99
100 # A function that is used when there is no print builtin or printf.
101 func_fallback_echo ()
102 {
103 eval 'cat <<_LTECHO_EOF
104 $1
105 _LTECHO_EOF'
106 }
107
108 # NLS nuisances: We save the old values to restore during execute mode.
109 lt_user_locale=
110 lt_safe_locale=
111 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
127
128 # NLS nuisances: We save the old values in case they are required later.
129 _G_user_locale=
130 _G_safe_locale=
131 for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
112132 do
113 eval "if test \"\${$lt_var+set}\" = set; then
114 save_$lt_var=\$$lt_var
115 $lt_var=C
116 export $lt_var
117 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
118 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
133 eval "if test set = \"\${$_G_var+set}\"; then
134 save_$_G_var=\$$_G_var
135 $_G_var=C
136 export $_G_var
137 _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
138 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
119139 fi"
120140 done
121 LC_ALL=C
122 LANGUAGE=C
123 export LANGUAGE LC_ALL
124
125 $lt_unset CDPATH
126
141
142 # CDPATH.
143 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
144
145 # Make sure IFS has a sensible default
146 sp=' '
147 nl='
148 '
149 IFS="$sp $nl"
150
151 # There are apparently some retarded systems that use ';' as a PATH separator!
152 if test "${PATH_SEPARATOR+set}" != set; then
153 PATH_SEPARATOR=:
154 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
155 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
156 PATH_SEPARATOR=';'
157 }
158 fi
159
160
161
162 ## ------------------------- ##
163 ## Locate command utilities. ##
164 ## ------------------------- ##
165
166
167 # func_executable_p FILE
168 # ----------------------
169 # Check that FILE is an executable regular file.
170 func_executable_p ()
171 {
172 test -f "$1" && test -x "$1"
173 }
174
175
176 # func_path_progs PROGS_LIST CHECK_FUNC [PATH]
177 # --------------------------------------------
178 # Search for either a program that responds to --version with output
179 # containing "GNU", or else returned by CHECK_FUNC otherwise, by
180 # trying all the directories in PATH with each of the elements of
181 # PROGS_LIST.
182 #
183 # CHECK_FUNC should accept the path to a candidate program, and
184 # set $func_check_prog_result if it truncates its output less than
185 # $_G_path_prog_max characters.
186 func_path_progs ()
187 {
188 _G_progs_list=$1
189 _G_check_func=$2
190 _G_PATH=${3-"$PATH"}
191
192 _G_path_prog_max=0
193 _G_path_prog_found=false
194 _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
195 for _G_dir in $_G_PATH; do
196 IFS=$_G_save_IFS
197 test -z "$_G_dir" && _G_dir=.
198 for _G_prog_name in $_G_progs_list; do
199 for _exeext in '' .EXE; do
200 _G_path_prog=$_G_dir/$_G_prog_name$_exeext
201 func_executable_p "$_G_path_prog" || continue
202 case `"$_G_path_prog" --version 2>&1` in
203 *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
204 *) $_G_check_func $_G_path_prog
205 func_path_progs_result=$func_check_prog_result
206 ;;
207 esac
208 $_G_path_prog_found && break 3
209 done
210 done
211 done
212 IFS=$_G_save_IFS
213 test -z "$func_path_progs_result" && {
214 echo "no acceptable sed could be found in \$PATH" >&2
215 exit 1
216 }
217 }
218
219
220 # We want to be able to use the functions in this file before configure
221 # has figured out where the best binaries are kept, which means we have
222 # to search for them ourselves - except when the results are already set
223 # where we skip the searches.
224
225 # Unless the user overrides by setting SED, search the path for either GNU
226 # sed, or the sed that truncates its output the least.
227 test -z "$SED" && {
228 _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
229 for _G_i in 1 2 3 4 5 6 7; do
230 _G_sed_script=$_G_sed_script$nl$_G_sed_script
231 done
232 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
233 _G_sed_script=
234
235 func_check_prog_sed ()
236 {
237 _G_path_prog=$1
238
239 _G_count=0
240 printf 0123456789 >conftest.in
241 while :
242 do
243 cat conftest.in conftest.in >conftest.tmp
244 mv conftest.tmp conftest.in
245 cp conftest.in conftest.nl
246 echo '' >> conftest.nl
247 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
248 diff conftest.out conftest.nl >/dev/null 2>&1 || break
249 _G_count=`expr $_G_count + 1`
250 if test "$_G_count" -gt "$_G_path_prog_max"; then
251 # Best one so far, save it but keep looking for a better one
252 func_check_prog_result=$_G_path_prog
253 _G_path_prog_max=$_G_count
254 fi
255 # 10*(2^10) chars as input seems more than enough
256 test 10 -lt "$_G_count" && break
257 done
258 rm -f conftest.in conftest.tmp conftest.nl conftest.out
259 }
260
261 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
262 rm -f conftest.sed
263 SED=$func_path_progs_result
264 }
265
266
267 # Unless the user overrides by setting GREP, search the path for either GNU
268 # grep, or the grep that truncates its output the least.
269 test -z "$GREP" && {
270 func_check_prog_grep ()
271 {
272 _G_path_prog=$1
273
274 _G_count=0
275 _G_path_prog_max=0
276 printf 0123456789 >conftest.in
277 while :
278 do
279 cat conftest.in conftest.in >conftest.tmp
280 mv conftest.tmp conftest.in
281 cp conftest.in conftest.nl
282 echo 'GREP' >> conftest.nl
283 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
284 diff conftest.out conftest.nl >/dev/null 2>&1 || break
285 _G_count=`expr $_G_count + 1`
286 if test "$_G_count" -gt "$_G_path_prog_max"; then
287 # Best one so far, save it but keep looking for a better one
288 func_check_prog_result=$_G_path_prog
289 _G_path_prog_max=$_G_count
290 fi
291 # 10*(2^10) chars as input seems more than enough
292 test 10 -lt "$_G_count" && break
293 done
294 rm -f conftest.in conftest.tmp conftest.nl conftest.out
295 }
296
297 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
298 GREP=$func_path_progs_result
299 }
300
301
302 ## ------------------------------- ##
303 ## User overridable command paths. ##
304 ## ------------------------------- ##
305
306 # All uppercase variable names are used for environment variables. These
307 # variables can be overridden by the user before calling a script that
308 # uses them if a suitable command of that name is not already available
309 # in the command search PATH.
310
311 : ${CP="cp -f"}
312 : ${ECHO="printf %s\n"}
313 : ${EGREP="$GREP -E"}
314 : ${FGREP="$GREP -F"}
315 : ${LN_S="ln -s"}
316 : ${MAKE="make"}
317 : ${MKDIR="mkdir"}
318 : ${MV="mv -f"}
319 : ${RM="rm -f"}
320 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
321
322
323 ## -------------------- ##
324 ## Useful sed snippets. ##
325 ## -------------------- ##
326
327 sed_dirname='s|/[^/]*$||'
328 sed_basename='s|^.*/||'
329
330 # Sed substitution that helps us do robust quoting. It backslashifies
331 # metacharacters that are still active within double-quoted strings.
332 sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
333
334 # Same as above, but do not quote variable references.
335 sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
336
337 # Sed substitution that turns a string into a regex matching for the
338 # string literally.
339 sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
340
341 # Sed substitution that converts a w32 file name or path
342 # that contains forward slashes, into one that contains
343 # (escaped) backslashes. A very naive implementation.
344 sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
345
346 # Re-'\' parameter expansions in output of sed_double_quote_subst that
347 # were '\'-ed in input to the same. If an odd number of '\' preceded a
348 # '$' in input to sed_double_quote_subst, that '$' was protected from
349 # expansion. Since each input '\' is now two '\'s, look for any number
350 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
351 _G_bs='\\'
352 _G_bs2='\\\\'
353 _G_bs4='\\\\\\\\'
354 _G_dollar='\$'
355 sed_double_backslash="\
356 s/$_G_bs4/&\\
357 /g
358 s/^$_G_bs2$_G_dollar/$_G_bs&/
359 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
360 s/\n//g"
361
362
363 ## ----------------- ##
364 ## Global variables. ##
365 ## ----------------- ##
366
367 # Except for the global variables explicitly listed below, the following
368 # functions in the '^func_' namespace, and the '^require_' namespace
369 # variables initialised in the 'Resource management' section, sourcing
370 # this file will not pollute your global namespace with anything
371 # else. There's no portable way to scope variables in Bourne shell
372 # though, so actually running these functions will sometimes place
373 # results into a variable named after the function, and often use
374 # temporary variables in the '^_G_' namespace. If you are careful to
375 # avoid using those namespaces casually in your sourcing script, things
376 # should continue to work as you expect. And, of course, you can freely
377 # overwrite any of the functions or variables defined here before
378 # calling anything to customize them.
379
380 EXIT_SUCCESS=0
381 EXIT_FAILURE=1
382 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
383 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
384
385 # Allow overriding, eg assuming that you follow the convention of
386 # putting '$debug_cmd' at the start of all your functions, you can get
387 # bash to show function call trace with:
388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390 debug_cmd=${debug_cmd-":"}
391 exit_cmd=:
392
393 # By convention, finish your script with:
394 #
395 # exit $exit_status
396 #
397 # so that you can set exit_status to non-zero if you want to indicate
398 # something went wrong during execution without actually bailing out at
399 # the point of failure.
400 exit_status=$EXIT_SUCCESS
127401
128402 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
129403 # is ksh but when the shell is invoked as "sh" and the current value of
130404 # the _XPG environment variable is not equal to 1 (one), the special
131405 # positional parameter $0, within a function call, is the name of the
132406 # function.
133 progpath="$0"
134
135
136
137 : ${CP="cp -f"}
138 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
139 : ${MAKE="make"}
140 : ${MKDIR="mkdir"}
141 : ${MV="mv -f"}
142 : ${RM="rm -f"}
143 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
144 : ${Xsed="$SED -e 1s/^X//"}
145
146 # Global variables:
147 EXIT_SUCCESS=0
148 EXIT_FAILURE=1
149 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
150 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
151
152 exit_status=$EXIT_SUCCESS
153
154 # Make sure IFS has a sensible default
155 lt_nl='
156 '
157 IFS=" $lt_nl"
158
159 dirname="s,/[^/]*$,,"
160 basename="s,^.*/,,"
161
162 # func_dirname file append nondir_replacement
407 progpath=$0
408
409 # The name of this program.
410 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
411
412 # Make sure we have an absolute progpath for reexecution:
413 case $progpath in
414 [\\/]*|[A-Za-z]:\\*) ;;
415 *[\\/]*)
416 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
417 progdir=`cd "$progdir" && pwd`
418 progpath=$progdir/$progname
419 ;;
420 *)
421 _G_IFS=$IFS
422 IFS=${PATH_SEPARATOR-:}
423 for progdir in $PATH; do
424 IFS=$_G_IFS
425 test -x "$progdir/$progname" && break
426 done
427 IFS=$_G_IFS
428 test -n "$progdir" || progdir=`pwd`
429 progpath=$progdir/$progname
430 ;;
431 esac
432
433
434 ## ----------------- ##
435 ## Standard options. ##
436 ## ----------------- ##
437
438 # The following options affect the operation of the functions defined
439 # below, and should be set appropriately depending on run-time para-
440 # meters passed on the command line.
441
442 opt_dry_run=false
443 opt_quiet=false
444 opt_verbose=false
445
446 # Categories 'all' and 'none' are always available. Append any others
447 # you will pass as the first argument to func_warning from your own
448 # code.
449 warning_categories=
450
451 # By default, display warnings according to 'opt_warning_types'. Set
452 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
453 # treat the next displayed warning as a fatal error.
454 warning_func=func_warn_and_continue
455
456 # Set to 'all' to display all warnings, 'none' to suppress all
457 # warnings, or a space delimited list of some subset of
458 # 'warning_categories' to display only the listed warnings.
459 opt_warning_types=all
460
461
462 ## -------------------- ##
463 ## Resource management. ##
464 ## -------------------- ##
465
466 # This section contains definitions for functions that each ensure a
467 # particular resource (a file, or a non-empty configuration variable for
468 # example) is available, and if appropriate to extract default values
469 # from pertinent package files. Call them using their associated
470 # 'require_*' variable to ensure that they are executed, at most, once.
471 #
472 # It's entirely deliberate that calling these functions can set
473 # variables that don't obey the namespace limitations obeyed by the rest
474 # of this file, in order that that they be as useful as possible to
475 # callers.
476
477
478 # require_term_colors
479 # -------------------
480 # Allow display of bold text on terminals that support it.
481 require_term_colors=func_require_term_colors
482 func_require_term_colors ()
483 {
484 $debug_cmd
485
486 test -t 1 && {
487 # COLORTERM and USE_ANSI_COLORS environment variables take
488 # precedence, because most terminfo databases neglect to describe
489 # whether color sequences are supported.
490 test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
491
492 if test 1 = "$USE_ANSI_COLORS"; then
493 # Standard ANSI escape sequences
494 tc_reset=''
495 tc_bold=''; tc_standout=''
496 tc_red=''; tc_green=''
497 tc_blue=''; tc_cyan=''
498 else
499 # Otherwise trust the terminfo database after all.
500 test -n "`tput sgr0 2>/dev/null`" && {
501 tc_reset=`tput sgr0`
502 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
503 tc_standout=$tc_bold
504 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
505 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
506 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
507 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
508 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
509 }
510 fi
511 }
512
513 require_term_colors=:
514 }
515
516
517 ## ----------------- ##
518 ## Function library. ##
519 ## ----------------- ##
520
521 # This section contains a variety of useful functions to call in your
522 # scripts. Take note of the portable wrappers for features provided by
523 # some modern shells, which will fall back to slower equivalents on
524 # less featureful shells.
525
526
527 # func_append VAR VALUE
528 # ---------------------
529 # Append VALUE onto the existing contents of VAR.
530
531 # We should try to minimise forks, especially on Windows where they are
532 # unreasonably slow, so skip the feature probes when bash or zsh are
533 # being used:
534 if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
535 : ${_G_HAVE_ARITH_OP="yes"}
536 : ${_G_HAVE_XSI_OPS="yes"}
537 # The += operator was introduced in bash 3.1
538 case $BASH_VERSION in
539 [12].* | 3.0 | 3.0*) ;;
540 *)
541 : ${_G_HAVE_PLUSEQ_OP="yes"}
542 ;;
543 esac
544 fi
545
546 # _G_HAVE_PLUSEQ_OP
547 # Can be empty, in which case the shell is probed, "yes" if += is
548 # useable or anything else if it does not work.
549 test -z "$_G_HAVE_PLUSEQ_OP" \
550 && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
551 && _G_HAVE_PLUSEQ_OP=yes
552
553 if test yes = "$_G_HAVE_PLUSEQ_OP"
554 then
555 # This is an XSI compatible shell, allowing a faster implementation...
556 eval 'func_append ()
557 {
558 $debug_cmd
559
560 eval "$1+=\$2"
561 }'
562 else
563 # ...otherwise fall back to using expr, which is often a shell builtin.
564 func_append ()
565 {
566 $debug_cmd
567
568 eval "$1=\$$1\$2"
569 }
570 fi
571
572
573 # func_append_quoted VAR VALUE
574 # ----------------------------
575 # Quote VALUE and append to the end of shell variable VAR, separated
576 # by a space.
577 if test yes = "$_G_HAVE_PLUSEQ_OP"; then
578 eval 'func_append_quoted ()
579 {
580 $debug_cmd
581
582 func_quote_for_eval "$2"
583 eval "$1+=\\ \$func_quote_for_eval_result"
584 }'
585 else
586 func_append_quoted ()
587 {
588 $debug_cmd
589
590 func_quote_for_eval "$2"
591 eval "$1=\$$1\\ \$func_quote_for_eval_result"
592 }
593 fi
594
595
596 # func_append_uniq VAR VALUE
597 # --------------------------
598 # Append unique VALUE onto the existing contents of VAR, assuming
599 # entries are delimited by the first character of VALUE. For example:
600 #
601 # func_append_uniq options " --another-option option-argument"
602 #
603 # will only append to $options if " --another-option option-argument "
604 # is not already present somewhere in $options already (note spaces at
605 # each end implied by leading space in second argument).
606 func_append_uniq ()
607 {
608 $debug_cmd
609
610 eval _G_current_value='`$ECHO $'$1'`'
611 _G_delim=`expr "$2" : '\(.\)'`
612
613 case $_G_delim$_G_current_value$_G_delim in
614 *"$2$_G_delim"*) ;;
615 *) func_append "$@" ;;
616 esac
617 }
618
619
620 # func_arith TERM...
621 # ------------------
622 # Set func_arith_result to the result of evaluating TERMs.
623 test -z "$_G_HAVE_ARITH_OP" \
624 && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
625 && _G_HAVE_ARITH_OP=yes
626
627 if test yes = "$_G_HAVE_ARITH_OP"; then
628 eval 'func_arith ()
629 {
630 $debug_cmd
631
632 func_arith_result=$(( $* ))
633 }'
634 else
635 func_arith ()
636 {
637 $debug_cmd
638
639 func_arith_result=`expr "$@"`
640 }
641 fi
642
643
644 # func_basename FILE
645 # ------------------
646 # Set func_basename_result to FILE with everything up to and including
647 # the last / stripped.
648 if test yes = "$_G_HAVE_XSI_OPS"; then
649 # If this shell supports suffix pattern removal, then use it to avoid
650 # forking. Hide the definitions single quotes in case the shell chokes
651 # on unsupported syntax...
652 _b='func_basename_result=${1##*/}'
653 _d='case $1 in
654 */*) func_dirname_result=${1%/*}$2 ;;
655 * ) func_dirname_result=$3 ;;
656 esac'
657
658 else
659 # ...otherwise fall back to using sed.
660 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
661 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
662 if test "X$func_dirname_result" = "X$1"; then
663 func_dirname_result=$3
664 else
665 func_append func_dirname_result "$2"
666 fi'
667 fi
668
669 eval 'func_basename ()
670 {
671 $debug_cmd
672
673 '"$_b"'
674 }'
675
676
677 # func_dirname FILE APPEND NONDIR_REPLACEMENT
678 # -------------------------------------------
163679 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
164680 # otherwise set result to NONDIR_REPLACEMENT.
165 func_dirname ()
166 {
167 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
168 if test "X$func_dirname_result" = "X${1}"; then
169 func_dirname_result="${3}"
170 else
171 func_dirname_result="$func_dirname_result${2}"
172 fi
173 } # func_dirname may be replaced by extended shell implementation
174
175
176 # func_basename file
177 func_basename ()
178 {
179 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
180 } # func_basename may be replaced by extended shell implementation
181
182
183 # func_dirname_and_basename file append nondir_replacement
184 # perform func_basename and func_dirname in a single function
681 eval 'func_dirname ()
682 {
683 $debug_cmd
684
685 '"$_d"'
686 }'
687
688
689 # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
690 # --------------------------------------------------------
691 # Perform func_basename and func_dirname in a single function
185692 # call:
186693 # dirname: Compute the dirname of FILE. If nonempty,
187694 # add APPEND to the result, otherwise set result
189696 # value returned in "$func_dirname_result"
190697 # basename: Compute filename of FILE.
191698 # value retuned in "$func_basename_result"
192 # Implementation must be kept synchronized with func_dirname
193 # and func_basename. For efficiency, we do not delegate to
194 # those functions but instead duplicate the functionality here.
195 func_dirname_and_basename ()
196 {
197 # Extract subdirectory from the argument.
198 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
199 if test "X$func_dirname_result" = "X${1}"; then
200 func_dirname_result="${3}"
699 # For efficiency, we do not delegate to the functions above but instead
700 # duplicate the functionality here.
701 eval 'func_dirname_and_basename ()
702 {
703 $debug_cmd
704
705 '"$_b"'
706 '"$_d"'
707 }'
708
709
710 # func_echo ARG...
711 # ----------------
712 # Echo program name prefixed message.
713 func_echo ()
714 {
715 $debug_cmd
716
717 _G_message=$*
718
719 func_echo_IFS=$IFS
720 IFS=$nl
721 for _G_line in $_G_message; do
722 IFS=$func_echo_IFS
723 $ECHO "$progname: $_G_line"
724 done
725 IFS=$func_echo_IFS
726 }
727
728
729 # func_echo_all ARG...
730 # --------------------
731 # Invoke $ECHO with all args, space-separated.
732 func_echo_all ()
733 {
734 $ECHO "$*"
735 }
736
737
738 # func_echo_infix_1 INFIX ARG...
739 # ------------------------------
740 # Echo program name, followed by INFIX on the first line, with any
741 # additional lines not showing INFIX.
742 func_echo_infix_1 ()
743 {
744 $debug_cmd
745
746 $require_term_colors
747
748 _G_infix=$1; shift
749 _G_indent=$_G_infix
750 _G_prefix="$progname: $_G_infix: "
751 _G_message=$*
752
753 # Strip color escape sequences before counting printable length
754 for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
755 do
756 test -n "$_G_tc" && {
757 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
758 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
759 }
760 done
761 _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes
762
763 func_echo_infix_1_IFS=$IFS
764 IFS=$nl
765 for _G_line in $_G_message; do
766 IFS=$func_echo_infix_1_IFS
767 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
768 _G_prefix=$_G_indent
769 done
770 IFS=$func_echo_infix_1_IFS
771 }
772
773
774 # func_error ARG...
775 # -----------------
776 # Echo program name prefixed message to standard error.
777 func_error ()
778 {
779 $debug_cmd
780
781 $require_term_colors
782
783 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2
784 }
785
786
787 # func_fatal_error ARG...
788 # -----------------------
789 # Echo program name prefixed message to standard error, and exit.
790 func_fatal_error ()
791 {
792 $debug_cmd
793
794 func_error "$*"
795 exit $EXIT_FAILURE
796 }
797
798
799 # func_grep EXPRESSION FILENAME
800 # -----------------------------
801 # Check whether EXPRESSION matches any line of FILENAME, without output.
802 func_grep ()
803 {
804 $debug_cmd
805
806 $GREP "$1" "$2" >/dev/null 2>&1
807 }
808
809
810 # func_len STRING
811 # ---------------
812 # Set func_len_result to the length of STRING. STRING may not
813 # start with a hyphen.
814 test -z "$_G_HAVE_XSI_OPS" \
815 && (eval 'x=a/b/c;
816 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
817 && _G_HAVE_XSI_OPS=yes
818
819 if test yes = "$_G_HAVE_XSI_OPS"; then
820 eval 'func_len ()
821 {
822 $debug_cmd
823
824 func_len_result=${#1}
825 }'
826 else
827 func_len ()
828 {
829 $debug_cmd
830
831 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
832 }
833 fi
834
835
836 # func_mkdir_p DIRECTORY-PATH
837 # ---------------------------
838 # Make sure the entire path to DIRECTORY-PATH is available.
839 func_mkdir_p ()
840 {
841 $debug_cmd
842
843 _G_directory_path=$1
844 _G_dir_list=
845
846 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
847
848 # Protect directory names starting with '-'
849 case $_G_directory_path in
850 -*) _G_directory_path=./$_G_directory_path ;;
851 esac
852
853 # While some portion of DIR does not yet exist...
854 while test ! -d "$_G_directory_path"; do
855 # ...make a list in topmost first order. Use a colon delimited
856 # list incase some portion of path contains whitespace.
857 _G_dir_list=$_G_directory_path:$_G_dir_list
858
859 # If the last portion added has no slash in it, the list is done
860 case $_G_directory_path in */*) ;; *) break ;; esac
861
862 # ...otherwise throw away the child directory and loop
863 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
864 done
865 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
866
867 func_mkdir_p_IFS=$IFS; IFS=:
868 for _G_dir in $_G_dir_list; do
869 IFS=$func_mkdir_p_IFS
870 # mkdir can fail with a 'File exist' error if two processes
871 # try to create one of the directories concurrently. Don't
872 # stop in that case!
873 $MKDIR "$_G_dir" 2>/dev/null || :
874 done
875 IFS=$func_mkdir_p_IFS
876
877 # Bail out if we (or some other process) failed to create a directory.
878 test -d "$_G_directory_path" || \
879 func_fatal_error "Failed to create '$1'"
880 fi
881 }
882
883
884 # func_mktempdir [BASENAME]
885 # -------------------------
886 # Make a temporary directory that won't clash with other running
887 # libtool processes, and avoids race conditions if possible. If
888 # given, BASENAME is the basename for that directory.
889 func_mktempdir ()
890 {
891 $debug_cmd
892
893 _G_template=${TMPDIR-/tmp}/${1-$progname}
894
895 if test : = "$opt_dry_run"; then
896 # Return a directory name, but don't create it in dry-run mode
897 _G_tmpdir=$_G_template-$$
201898 else
202 func_dirname_result="$func_dirname_result${2}"
899
900 # If mktemp works, use that first and foremost
901 _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
902
903 if test ! -d "$_G_tmpdir"; then
904 # Failing that, at least try and use $RANDOM to avoid a race
905 _G_tmpdir=$_G_template-${RANDOM-0}$$
906
907 func_mktempdir_umask=`umask`
908 umask 0077
909 $MKDIR "$_G_tmpdir"
910 umask $func_mktempdir_umask
911 fi
912
913 # If we're not in dry-run mode, bomb out on failure
914 test -d "$_G_tmpdir" || \
915 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
203916 fi
204 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
205 } # func_dirname_and_basename may be replaced by extended shell implementation
206
207
208 # func_stripname prefix suffix name
209 # strip PREFIX and SUFFIX off of NAME.
210 # PREFIX and SUFFIX must not contain globbing or regex special
211 # characters, hashes, percent signs, but SUFFIX may contain a leading
212 # dot (in which case that matches only a dot).
213 # func_strip_suffix prefix name
214 func_stripname ()
215 {
216 case ${2} in
217 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
218 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
219 esac
220 } # func_stripname may be replaced by extended shell implementation
221
222
223 # These SED scripts presuppose an absolute path with a trailing slash.
224 pathcar='s,^/\([^/]*\).*$,\1,'
225 pathcdr='s,^/[^/]*,,'
226 removedotparts=':dotsl
227 s@/\./@/@g
228 t dotsl
229 s,/\.$,/,'
230 collapseslashes='s@/\{1,\}@/@g'
231 finalslash='s,/*$,/,'
917
918 $ECHO "$_G_tmpdir"
919 }
920
232921
233922 # func_normal_abspath PATH
923 # ------------------------
234924 # Remove doubled-up and trailing slashes, "." path components,
235925 # and cancel out any ".." path components in PATH after making
236926 # it an absolute path.
237 # value returned in "$func_normal_abspath_result"
238927 func_normal_abspath ()
239928 {
240 # Start from root dir and reassemble the path.
241 func_normal_abspath_result=
242 func_normal_abspath_tpath=$1
243 func_normal_abspath_altnamespace=
244 case $func_normal_abspath_tpath in
245 "")
246 # Empty path, that just means $cwd.
247 func_stripname '' '/' "`pwd`"
248 func_normal_abspath_result=$func_stripname_result
249 return
250 ;;
251 # The next three entries are used to spot a run of precisely
252 # two leading slashes without using negated character classes;
253 # we take advantage of case's first-match behaviour.
254 ///*)
255 # Unusual form of absolute path, do nothing.
256 ;;
257 //*)
258 # Not necessarily an ordinary path; POSIX reserves leading '//'
259 # and for example Cygwin uses it to access remote file shares
260 # over CIFS/SMB, so we conserve a leading double slash if found.
261 func_normal_abspath_altnamespace=/
262 ;;
263 /*)
264 # Absolute path, do nothing.
265 ;;
266 *)
267 # Relative path, prepend $cwd.
268 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
269 ;;
270 esac
271 # Cancel out all the simple stuff to save iterations. We also want
272 # the path to end with a slash for ease of parsing, so make sure
273 # there is one (and only one) here.
274 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
275 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
276 while :; do
277 # Processed it all yet?
278 if test "$func_normal_abspath_tpath" = / ; then
279 # If we ascended to the root using ".." the result may be empty now.
280 if test -z "$func_normal_abspath_result" ; then
281 func_normal_abspath_result=/
282 fi
283 break
284 fi
285 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 -e "$pathcar"`
929 $debug_cmd
930
931 # These SED scripts presuppose an absolute path with a trailing slash.
932 _G_pathcar='s|^/\([^/]*\).*$|\1|'
933 _G_pathcdr='s|^/[^/]*||'
934 _G_removedotparts=':dotsl
935 s|/\./|/|g
936 t dotsl
937 s|/\.$|/|'
938 _G_collapseslashes='s|/\{1,\}|/|g'
939 _G_finalslash='s|/*$|/|'
940
941 # Start from root dir and reassemble the path.
942 func_normal_abspath_result=
943 func_normal_abspath_tpath=$1
944 func_normal_abspath_altnamespace=
945 case $func_normal_abspath_tpath in
946 "")
947 # Empty path, that just means $cwd.
948 func_stripname '' '/' "`pwd`"
949 func_normal_abspath_result=$func_stripname_result
950 return
951 ;;
952 # The next three entries are used to spot a run of precisely
953 # two leading slashes without using negated character classes;
954 # we take advantage of case's first-match behaviour.
955 ///*)
956 # Unusual form of absolute path, do nothing.
957 ;;
958 //*)
959 # Not necessarily an ordinary path; POSIX reserves leading '//'
960 # and for example Cygwin uses it to access remote file shares
961 # over CIFS/SMB, so we conserve a leading double slash if found.
962 func_normal_abspath_altnamespace=/
963 ;;
964 /*)
965 # Absolute path, do nothing.
966 ;;
967 *)
968 # Relative path, prepend $cwd.
969 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
970 ;;
971 esac
972
973 # Cancel out all the simple stuff to save iterations. We also want
974 # the path to end with a slash for ease of parsing, so make sure
975 # there is one (and only one) here.
287976 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
288 -e "$pathcdr"`
289 # Figure out what to do with it
290 case $func_normal_abspath_tcomponent in
291 "")
292 # Trailing empty path component, ignore it.
293 ;;
294 ..)
295 # Parent dir; strip last assembled component from result.
296 func_dirname "$func_normal_abspath_result"
297 func_normal_abspath_result=$func_dirname_result
298 ;;
299 *)
300 # Actual path component, append it.
301 func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
302 ;;
303 esac
304 done
305 # Restore leading double-slash if one was found on entry.
306 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
307 }
308
309 # func_relative_path SRCDIR DSTDIR
310 # generates a relative path from SRCDIR to DSTDIR, with a trailing
311 # slash if non-empty, suitable for immediately appending a filename
312 # without needing to append a separator.
313 # value returned in "$func_relative_path_result"
314 func_relative_path ()
315 {
316 func_relative_path_result=
317 func_normal_abspath "$1"
318 func_relative_path_tlibdir=$func_normal_abspath_result
319 func_normal_abspath "$2"
320 func_relative_path_tbindir=$func_normal_abspath_result
321
322 # Ascend the tree starting from libdir
323 while :; do
324 # check if we have found a prefix of bindir
325 case $func_relative_path_tbindir in
326 $func_relative_path_tlibdir)
327 # found an exact match
328 func_relative_path_tcancelled=
329 break
330 ;;
331 $func_relative_path_tlibdir*)
332 # found a matching prefix
333 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
334 func_relative_path_tcancelled=$func_stripname_result
335 if test -z "$func_relative_path_result"; then
336 func_relative_path_result=.
977 -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
978 while :; do
979 # Processed it all yet?
980 if test / = "$func_normal_abspath_tpath"; then
981 # If we ascended to the root using ".." the result may be empty now.
982 if test -z "$func_normal_abspath_result"; then
983 func_normal_abspath_result=/
337984 fi
338985 break
339 ;;
340 *)
341 func_dirname $func_relative_path_tlibdir
342 func_relative_path_tlibdir=${func_dirname_result}
343 if test "x$func_relative_path_tlibdir" = x ; then
344 # Have to descend all the way to the root!
345 func_relative_path_result=../$func_relative_path_result
346 func_relative_path_tcancelled=$func_relative_path_tbindir
347 break
348 fi
349 func_relative_path_result=../$func_relative_path_result
350 ;;
351 esac
352 done
353
354 # Now calculate path; take care to avoid doubling-up slashes.
355 func_stripname '' '/' "$func_relative_path_result"
356 func_relative_path_result=$func_stripname_result
357 func_stripname '/' '/' "$func_relative_path_tcancelled"
358 if test "x$func_stripname_result" != x ; then
359 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
360 fi
361
362 # Normalisation. If bindir is libdir, return empty string,
363 # else relative path ending with a slash; either way, target
364 # file name can be directly appended.
365 if test ! -z "$func_relative_path_result"; then
366 func_stripname './' '' "$func_relative_path_result/"
367 func_relative_path_result=$func_stripname_result
368 fi
369 }
370
371 # The name of this program:
372 func_dirname_and_basename "$progpath"
373 progname=$func_basename_result
374
375 # Make sure we have an absolute path for reexecution:
376 case $progpath in
377 [\\/]*|[A-Za-z]:\\*) ;;
378 *[\\/]*)
379 progdir=$func_dirname_result
380 progdir=`cd "$progdir" && pwd`
381 progpath="$progdir/$progname"
382 ;;
383 *)
384 save_IFS="$IFS"
385 IFS=${PATH_SEPARATOR-:}
386 for progdir in $PATH; do
387 IFS="$save_IFS"
388 test -x "$progdir/$progname" && break
389 done
390 IFS="$save_IFS"
391 test -n "$progdir" || progdir=`pwd`
392 progpath="$progdir/$progname"
393 ;;
394 esac
395
396 # Sed substitution that helps us do robust quoting. It backslashifies
397 # metacharacters that are still active within double-quoted strings.
398 Xsed="${SED}"' -e 1s/^X//'
399 sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
400
401 # Same as above, but do not quote variable references.
402 double_quote_subst='s/\(["`\\]\)/\\\1/g'
403
404 # Sed substitution that turns a string into a regex matching for the
405 # string literally.
406 sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
407
408 # Sed substitution that converts a w32 file name or path
409 # which contains forward slashes, into one that contains
410 # (escaped) backslashes. A very naive implementation.
411 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
412
413 # Re-`\' parameter expansions in output of double_quote_subst that were
414 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
415 # in input to double_quote_subst, that '$' was protected from expansion.
416 # Since each input `\' is now two `\'s, look for any number of runs of
417 # four `\'s followed by two `\'s and then a '$'. `\' that '$'.
418 bs='\\'
419 bs2='\\\\'
420 bs4='\\\\\\\\'
421 dollar='\$'
422 sed_double_backslash="\
423 s/$bs4/&\\
424 /g
425 s/^$bs2$dollar/$bs&/
426 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
427 s/\n//g"
428
429 # Standard options:
430 opt_dry_run=false
431 opt_help=false
432 opt_quiet=false
433 opt_verbose=false
434 opt_warning=:
435
436 # func_echo arg...
437 # Echo program name prefixed message, along with the current mode
438 # name if it has been set yet.
439 func_echo ()
440 {
441 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
442 }
443
444 # func_verbose arg...
445 # Echo program name prefixed message in verbose mode only.
446 func_verbose ()
447 {
448 $opt_verbose && func_echo ${1+"$@"}
986 fi
987 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
988 -e "$_G_pathcar"`
989 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
990 -e "$_G_pathcdr"`
991 # Figure out what to do with it
992 case $func_normal_abspath_tcomponent in
993 "")
994 # Trailing empty path component, ignore it.
995 ;;
996 ..)
997 # Parent dir; strip last assembled component from result.
998 func_dirname "$func_normal_abspath_result"
999 func_normal_abspath_result=$func_dirname_result
1000 ;;
1001 *)
1002 # Actual path component, append it.
1003 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
1004 ;;
1005 esac
1006 done
1007 # Restore leading double-slash if one was found on entry.
1008 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
1009 }
1010
1011
1012 # func_notquiet ARG...
1013 # --------------------
1014 # Echo program name prefixed message only when not in quiet mode.
1015 func_notquiet ()
1016 {
1017 $debug_cmd
1018
1019 $opt_quiet || func_echo ${1+"$@"}
4491020
4501021 # A bug in bash halts the script if the last line of a function
4511022 # fails when set -e is in force, so we need another command to
4531024 :
4541025 }
4551026
456 # func_echo_all arg...
457 # Invoke $ECHO with all args, space-separated.
458 func_echo_all ()
459 {
460 $ECHO "$*"
461 }
462
463 # func_error arg...
464 # Echo program name prefixed message to standard error.
465 func_error ()
466 {
467 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
468 }
469
470 # func_warning arg...
471 # Echo program name prefixed warning message to standard error.
472 func_warning ()
473 {
474 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
475
476 # bash bug again:
1027
1028 # func_relative_path SRCDIR DSTDIR
1029 # --------------------------------
1030 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1031 func_relative_path ()
1032 {
1033 $debug_cmd
1034
1035 func_relative_path_result=
1036 func_normal_abspath "$1"
1037 func_relative_path_tlibdir=$func_normal_abspath_result
1038 func_normal_abspath "$2"
1039 func_relative_path_tbindir=$func_normal_abspath_result
1040
1041 # Ascend the tree starting from libdir
1042 while :; do
1043 # check if we have found a prefix of bindir
1044 case $func_relative_path_tbindir in
1045 $func_relative_path_tlibdir)
1046 # found an exact match
1047 func_relative_path_tcancelled=
1048 break
1049 ;;
1050 $func_relative_path_tlibdir*)
1051 # found a matching prefix
1052 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
1053 func_relative_path_tcancelled=$func_stripname_result
1054 if test -z "$func_relative_path_result"; then
1055 func_relative_path_result=.
1056 fi
1057 break
1058 ;;
1059 *)
1060 func_dirname $func_relative_path_tlibdir
1061 func_relative_path_tlibdir=$func_dirname_result
1062 if test -z "$func_relative_path_tlibdir"; then
1063 # Have to descend all the way to the root!
1064 func_relative_path_result=../$func_relative_path_result
1065 func_relative_path_tcancelled=$func_relative_path_tbindir
1066 break
1067 fi
1068 func_relative_path_result=../$func_relative_path_result
1069 ;;
1070 esac
1071 done
1072
1073 # Now calculate path; take care to avoid doubling-up slashes.
1074 func_stripname '' '/' "$func_relative_path_result"
1075 func_relative_path_result=$func_stripname_result
1076 func_stripname '/' '/' "$func_relative_path_tcancelled"
1077 if test -n "$func_stripname_result"; then
1078 func_append func_relative_path_result "/$func_stripname_result"
1079 fi
1080
1081 # Normalisation. If bindir is libdir, return '.' else relative path.
1082 if test -n "$func_relative_path_result"; then
1083 func_stripname './' '' "$func_relative_path_result"
1084 func_relative_path_result=$func_stripname_result
1085 fi
1086
1087 test -n "$func_relative_path_result" || func_relative_path_result=.
1088
4771089 :
4781090 }
4791091
480 # func_fatal_error arg...
481 # Echo program name prefixed message to standard error, and exit.
482 func_fatal_error ()
483 {
484 func_error ${1+"$@"}
485 exit $EXIT_FAILURE
486 }
487
488 # func_fatal_help arg...
489 # Echo program name prefixed message to standard error, followed by
490 # a help hint, and exit.
491 func_fatal_help ()
492 {
493 func_error ${1+"$@"}
494 func_fatal_error "$help"
495 }
496 help="Try \`$progname --help' for more information." ## default
497
498
499 # func_grep expression filename
500 # Check whether EXPRESSION matches any line of FILENAME, without output.
501 func_grep ()
502 {
503 $GREP "$1" "$2" >/dev/null 2>&1
504 }
505
506
507 # func_mkdir_p directory-path
508 # Make sure the entire path to DIRECTORY-PATH is available.
509 func_mkdir_p ()
510 {
511 my_directory_path="$1"
512 my_dir_list=
513
514 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
515
516 # Protect directory names starting with `-'
517 case $my_directory_path in
518 -*) my_directory_path="./$my_directory_path" ;;
1092
1093 # func_quote_for_eval ARG...
1094 # --------------------------
1095 # Aesthetically quote ARGs to be evaled later.
1096 # This function returns two values:
1097 # i) func_quote_for_eval_result
1098 # double-quoted, suitable for a subsequent eval
1099 # ii) func_quote_for_eval_unquoted_result
1100 # has all characters that are still active within double
1101 # quotes backslashified.
1102 func_quote_for_eval ()
1103 {
1104 $debug_cmd
1105
1106 func_quote_for_eval_unquoted_result=
1107 func_quote_for_eval_result=
1108 while test 0 -lt $#; do
1109 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
5191114 esac
520
521 # While some portion of DIR does not yet exist...
522 while test ! -d "$my_directory_path"; do
523 # ...make a list in topmost first order. Use a colon delimited
524 # list incase some portion of path contains whitespace.
525 my_dir_list="$my_directory_path:$my_dir_list"
526
527 # If the last portion added has no slash in it, the list is done
528 case $my_directory_path in */*) ;; *) break ;; esac
529
530 # ...otherwise throw away the child directory and loop
531 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
532 done
533 my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
534
535 save_mkdir_p_IFS="$IFS"; IFS=':'
536 for my_dir in $my_dir_list; do
537 IFS="$save_mkdir_p_IFS"
538 # mkdir can fail with a `File exist' error if two processes
539 # try to create one of the directories concurrently. Don't
540 # stop in that case!
541 $MKDIR "$my_dir" 2>/dev/null || :
542 done
543 IFS="$save_mkdir_p_IFS"
544
545 # Bail out if we (or some other process) failed to create a directory.
546 test -d "$my_directory_path" || \
547 func_fatal_error "Failed to create \`$1'"
548 fi
549 }
550
551
552 # func_mktempdir [string]
553 # Make a temporary directory that won't clash with other running
554 # libtool processes, and avoids race conditions if possible. If
555 # given, STRING is the basename for that directory.
556 func_mktempdir ()
557 {
558 my_template="${TMPDIR-/tmp}/${1-$progname}"
559
560 if test "$opt_dry_run" = ":"; then
561 # Return a directory name, but don't create it in dry-run mode
562 my_tmpdir="${my_template}-$$"
563 else
564
565 # If mktemp works, use that first and foremost
566 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
567
568 if test ! -d "$my_tmpdir"; then
569 # Failing that, at least try and use $RANDOM to avoid a race
570 my_tmpdir="${my_template}-${RANDOM-0}$$"
571
572 save_mktempdir_umask=`umask`
573 umask 0077
574 $MKDIR "$my_tmpdir"
575 umask $save_mktempdir_umask
1115 if test -n "$func_quote_for_eval_unquoted_result"; then
1116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1117 else
1118 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
5761119 fi
5771120
578 # If we're not in dry-run mode, bomb out on failure
579 test -d "$my_tmpdir" || \
580 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
581 fi
582
583 $ECHO "$my_tmpdir"
584 }
585
586
587 # func_quote_for_eval arg
588 # Aesthetically quote ARG to be evaled later.
589 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
590 # is double-quoted, suitable for a subsequent eval, whereas
591 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
592 # which are still active within double quotes backslashified.
593 func_quote_for_eval ()
594 {
595 case $1 in
596 *[\\\`\"\$]*)
597 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
598 *)
599 func_quote_for_eval_unquoted_result="$1" ;;
600 esac
601
602 case $func_quote_for_eval_unquoted_result in
603 # Double-quote args containing shell metacharacters to delay
604 # word splitting, command substitution and and variable
605 # expansion for a subsequent eval.
606 # Many Bourne shells cannot handle close brackets correctly
607 # in scan sets, so we specify it separately.
608 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
609 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
610 ;;
611 *)
612 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
613 esac
614 }
615
616
617 # func_quote_for_expand arg
1121 case $_G_unquoted_arg in
1122 # Double-quote args containing shell metacharacters to delay
1123 # word splitting, command substitution and variable expansion
1124 # for a subsequent eval.
1125 # Many Bourne shells cannot handle close brackets correctly
1126 # in scan sets, so we specify it separately.
1127 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1128 _G_quoted_arg=\"$_G_unquoted_arg\"
1129 ;;
1130 *)
1131 _G_quoted_arg=$_G_unquoted_arg
1132 ;;
1133 esac
1134
1135 if test -n "$func_quote_for_eval_result"; then
1136 func_append func_quote_for_eval_result " $_G_quoted_arg"
1137 else
1138 func_append func_quote_for_eval_result "$_G_quoted_arg"
1139 fi
1140 shift
1141 done
1142 }
1143
1144
1145 # func_quote_for_expand ARG
1146 # -------------------------
6181147 # Aesthetically quote ARG to be evaled later; same as above,
6191148 # but do not quote variable references.
6201149 func_quote_for_expand ()
6211150 {
1151 $debug_cmd
1152
6221153 case $1 in
6231154 *[\\\`\"]*)
624 my_arg=`$ECHO "$1" | $SED \
625 -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
1155 _G_arg=`$ECHO "$1" | $SED \
1156 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
6261157 *)
627 my_arg="$1" ;;
1158 _G_arg=$1 ;;
6281159 esac
6291160
630 case $my_arg in
1161 case $_G_arg in
6311162 # Double-quote args containing shell metacharacters to delay
6321163 # word splitting and command substitution for a subsequent eval.
6331164 # Many Bourne shells cannot handle close brackets correctly
6341165 # in scan sets, so we specify it separately.
6351166 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
636 my_arg="\"$my_arg\""
1167 _G_arg=\"$_G_arg\"
6371168 ;;
6381169 esac
6391170
640 func_quote_for_expand_result="$my_arg"
641 }
642
643
644 # func_show_eval cmd [fail_exp]
645 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
1171 func_quote_for_expand_result=$_G_arg
1172 }
1173
1174
1175 # func_stripname PREFIX SUFFIX NAME
1176 # ---------------------------------
1177 # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
1178 # PREFIX and SUFFIX must not contain globbing or regex special
1179 # characters, hashes, percent signs, but SUFFIX may contain a leading
1180 # dot (in which case that matches only a dot).
1181 if test yes = "$_G_HAVE_XSI_OPS"; then
1182 eval 'func_stripname ()
1183 {
1184 $debug_cmd
1185
1186 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1187 # positional parameters, so assign one to ordinary variable first.
1188 func_stripname_result=$3
1189 func_stripname_result=${func_stripname_result#"$1"}
1190 func_stripname_result=${func_stripname_result%"$2"}
1191 }'
1192 else
1193 func_stripname ()
1194 {
1195 $debug_cmd
1196
1197 case $2 in
1198 .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
1199 *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
1200 esac
1201 }
1202 fi
1203
1204
1205 # func_show_eval CMD [FAIL_EXP]
1206 # -----------------------------
1207 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
6461208 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
6471209 # is given, then evaluate it.
6481210 func_show_eval ()
6491211 {
650 my_cmd="$1"
651 my_fail_exp="${2-:}"
652
653 ${opt_silent-false} || {
654 func_quote_for_expand "$my_cmd"
655 eval "func_echo $func_quote_for_expand_result"
1212 $debug_cmd
1213
1214 _G_cmd=$1
1215 _G_fail_exp=${2-':'}
1216
1217 func_quote_for_expand "$_G_cmd"
1218 eval "func_notquiet $func_quote_for_expand_result"
1219
1220 $opt_dry_run || {
1221 eval "$_G_cmd"
1222 _G_status=$?
1223 if test 0 -ne "$_G_status"; then
1224 eval "(exit $_G_status); $_G_fail_exp"
1225 fi
6561226 }
657
658 if ${opt_dry_run-false}; then :; else
659 eval "$my_cmd"
660 my_status=$?
661 if test "$my_status" -eq 0; then :; else
662 eval "(exit $my_status); $my_fail_exp"
663 fi
664 fi
665 }
666
667
668 # func_show_eval_locale cmd [fail_exp]
669 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
1227 }
1228
1229
1230 # func_show_eval_locale CMD [FAIL_EXP]
1231 # ------------------------------------
1232 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
6701233 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
6711234 # is given, then evaluate it. Use the saved locale for evaluation.
6721235 func_show_eval_locale ()
6731236 {
674 my_cmd="$1"
675 my_fail_exp="${2-:}"
676
677 ${opt_silent-false} || {
678 func_quote_for_expand "$my_cmd"
1237 $debug_cmd
1238
1239 _G_cmd=$1
1240 _G_fail_exp=${2-':'}
1241
1242 $opt_quiet || {
1243 func_quote_for_expand "$_G_cmd"
6791244 eval "func_echo $func_quote_for_expand_result"
6801245 }
6811246
682 if ${opt_dry_run-false}; then :; else
683 eval "$lt_user_locale
684 $my_cmd"
685 my_status=$?
686 eval "$lt_safe_locale"
687 if test "$my_status" -eq 0; then :; else
688 eval "(exit $my_status); $my_fail_exp"
1247 $opt_dry_run || {
1248 eval "$_G_user_locale
1249 $_G_cmd"
1250 _G_status=$?
1251 eval "$_G_safe_locale"
1252 if test 0 -ne "$_G_status"; then
1253 eval "(exit $_G_status); $_G_fail_exp"
6891254 fi
690 fi
691 }
1255 }
1256 }
1257
6921258
6931259 # func_tr_sh
1260 # ----------
6941261 # Turn $1 into a string suitable for a shell variable name.
6951262 # Result is stored in $func_tr_sh_result. All characters
6961263 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
6971264 # if $1 begins with a digit, a '_' is prepended as well.
6981265 func_tr_sh ()
6991266 {
700 case $1 in
701 [0-9]* | *[!a-zA-Z0-9_]*)
702 func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
703 ;;
704 * )
705 func_tr_sh_result=$1
706 ;;
707 esac
708 }
709
710
711 # func_version
712 # Echo version message to standard output and exit.
713 func_version ()
714 {
715 $opt_debug
716
717 $SED -n '/(C)/!b go
718 :more
719 /\./!{
720 N
721 s/\n# / /
722 b more
723 }
724 :go
725 /^# '$PROGRAM' (GNU /,/# warranty; / {
726 s/^# //
727 s/^# *$//
728 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
729 p
730 }' < "$progpath"
731 exit $?
732 }
733
734 # func_usage
735 # Echo short help message to standard output and exit.
736 func_usage ()
737 {
738 $opt_debug
739
740 $SED -n '/^# Usage:/,/^# *.*--help/ {
741 s/^# //
742 s/^# *$//
743 s/\$progname/'$progname'/
744 p
745 }' < "$progpath"
746 echo
747 $ECHO "run \`$progname --help | more' for full usage"
748 exit $?
749 }
750
751 # func_help [NOEXIT]
752 # Echo long help message to standard output and exit,
753 # unless 'noexit' is passed as argument.
1267 $debug_cmd
1268
1269 case $1 in
1270 [0-9]* | *[!a-zA-Z0-9_]*)
1271 func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
1272 ;;
1273 * )
1274 func_tr_sh_result=$1
1275 ;;
1276 esac
1277 }
1278
1279
1280 # func_verbose ARG...
1281 # -------------------
1282 # Echo program name prefixed message in verbose mode only.
1283 func_verbose ()
1284 {
1285 $debug_cmd
1286
1287 $opt_verbose && func_echo "$*"
1288
1289 :
1290 }
1291
1292
1293 # func_warn_and_continue ARG...
1294 # -----------------------------
1295 # Echo program name prefixed warning message to standard error.
1296 func_warn_and_continue ()
1297 {
1298 $debug_cmd
1299
1300 $require_term_colors
1301
1302 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
1303 }
1304
1305
1306 # func_warning CATEGORY ARG...
1307 # ----------------------------
1308 # Echo program name prefixed warning message to standard error. Warning
1309 # messages can be filtered according to CATEGORY, where this function
1310 # elides messages where CATEGORY is not listed in the global variable
1311 # 'opt_warning_types'.
1312 func_warning ()
1313 {
1314 $debug_cmd
1315
1316 # CATEGORY must be in the warning_categories list!
1317 case " $warning_categories " in
1318 *" $1 "*) ;;
1319 *) func_internal_error "invalid warning category '$1'" ;;
1320 esac
1321
1322 _G_category=$1
1323 shift
1324
1325 case " $opt_warning_types " in
1326 *" $_G_category "*) $warning_func ${1+"$@"} ;;
1327 esac
1328 }
1329
1330
1331 # func_sort_ver VER1 VER2
1332 # -----------------------
1333 # 'sort -V' is not generally available.
1334 # Note this deviates from the version comparison in automake
1335 # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
1336 # but this should suffice as we won't be specifying old
1337 # version formats or redundant trailing .0 in bootstrap.conf.
1338 # If we did want full compatibility then we should probably
1339 # use m4_version_compare from autoconf.
1340 func_sort_ver ()
1341 {
1342 $debug_cmd
1343
1344 printf '%s\n%s\n' "$1" "$2" \
1345 | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
1346 }
1347
1348 # func_lt_ver PREV CURR
1349 # ---------------------
1350 # Return true if PREV and CURR are in the correct order according to
1351 # func_sort_ver, otherwise false. Use it like this:
1352 #
1353 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
1354 func_lt_ver ()
1355 {
1356 $debug_cmd
1357
1358 test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
1359 }
1360
1361
1362 # Local variables:
1363 # mode: shell-script
1364 # sh-indentation: 2
1365 # eval: (add-hook 'before-save-hook 'time-stamp)
1366 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1367 # time-stamp-time-zone: "UTC"
1368 # End:
1369 #! /bin/sh
1370
1371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1373
1374 # A portable, pluggable option parser for Bourne shell.
1375 # Written by Gary V. Vaughan, 2010
1376
1377 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
1378 # This is free software; see the source for copying conditions. There is NO
1379 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1380
1381 # This program is free software: you can redistribute it and/or modify
1382 # it under the terms of the GNU General Public License as published by
1383 # the Free Software Foundation, either version 3 of the License, or
1384 # (at your option) any later version.
1385
1386 # This program is distributed in the hope that it will be useful,
1387 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1388 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1389 # GNU General Public License for more details.
1390
1391 # You should have received a copy of the GNU General Public License
1392 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1393
1394 # Please report bugs or propose patches to gary@gnu.org.
1395
1396
1397 ## ------ ##
1398 ## Usage. ##
1399 ## ------ ##
1400
1401 # This file is a library for parsing options in your shell scripts along
1402 # with assorted other useful supporting features that you can make use
1403 # of too.
1404 #
1405 # For the simplest scripts you might need only:
1406 #
1407 # #!/bin/sh
1408 # . relative/path/to/funclib.sh
1409 # . relative/path/to/options-parser
1410 # scriptversion=1.0
1411 # func_options ${1+"$@"}
1412 # eval set dummy "$func_options_result"; shift
1413 # ...rest of your script...
1414 #
1415 # In order for the '--version' option to work, you will need to have a
1416 # suitably formatted comment like the one at the top of this file
1417 # starting with '# Written by ' and ending with '# warranty; '.
1418 #
1419 # For '-h' and '--help' to work, you will also need a one line
1420 # description of your script's purpose in a comment directly above the
1421 # '# Written by ' line, like the one at the top of this file.
1422 #
1423 # The default options also support '--debug', which will turn on shell
1424 # execution tracing (see the comment above debug_cmd below for another
1425 # use), and '--verbose' and the func_verbose function to allow your script
1426 # to display verbose messages only when your user has specified
1427 # '--verbose'.
1428 #
1429 # After sourcing this file, you can plug processing for additional
1430 # options by amending the variables from the 'Configuration' section
1431 # below, and following the instructions in the 'Option parsing'
1432 # section further down.
1433
1434 ## -------------- ##
1435 ## Configuration. ##
1436 ## -------------- ##
1437
1438 # You should override these variables in your script after sourcing this
1439 # file so that they reflect the customisations you have added to the
1440 # option parser.
1441
1442 # The usage line for option parsing errors and the start of '-h' and
1443 # '--help' output messages. You can embed shell variables for delayed
1444 # expansion at the time the message is displayed, but you will need to
1445 # quote other shell meta-characters carefully to prevent them being
1446 # expanded when the contents are evaled.
1447 usage='$progpath [OPTION]...'
1448
1449 # Short help message in response to '-h' and '--help'. Add to this or
1450 # override it after sourcing this library to reflect the full set of
1451 # options your script accepts.
1452 usage_message="\
1453 --debug enable verbose shell tracing
1454 -W, --warnings=CATEGORY
1455 report the warnings falling in CATEGORY [all]
1456 -v, --verbose verbosely report processing
1457 --version print version information and exit
1458 -h, --help print short or long help message and exit
1459 "
1460
1461 # Additional text appended to 'usage_message' in response to '--help'.
1462 long_help_message="
1463 Warning categories include:
1464 'all' show all warnings
1465 'none' turn off all the warnings
1466 'error' warnings are treated as fatal errors"
1467
1468 # Help message printed before fatal option parsing errors.
1469 fatal_help="Try '\$progname --help' for more information."
1470
1471
1472
1473 ## ------------------------- ##
1474 ## Hook function management. ##
1475 ## ------------------------- ##
1476
1477 # This section contains functions for adding, removing, and running hooks
1478 # to the main code. A hook is just a named list of of function, that can
1479 # be run in order later on.
1480
1481 # func_hookable FUNC_NAME
1482 # -----------------------
1483 # Declare that FUNC_NAME will run hooks added with
1484 # 'func_add_hook FUNC_NAME ...'.
1485 func_hookable ()
1486 {
1487 $debug_cmd
1488
1489 func_append hookable_fns " $1"
1490 }
1491
1492
1493 # func_add_hook FUNC_NAME HOOK_FUNC
1494 # ---------------------------------
1495 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must
1496 # first have been declared "hookable" by a call to 'func_hookable'.
1497 func_add_hook ()
1498 {
1499 $debug_cmd
1500
1501 case " $hookable_fns " in
1502 *" $1 "*) ;;
1503 *) func_fatal_error "'$1' does not accept hook functions." ;;
1504 esac
1505
1506 eval func_append ${1}_hooks '" $2"'
1507 }
1508
1509
1510 # func_remove_hook FUNC_NAME HOOK_FUNC
1511 # ------------------------------------
1512 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
1513 func_remove_hook ()
1514 {
1515 $debug_cmd
1516
1517 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
1518 }
1519
1520
1521 # func_run_hooks FUNC_NAME [ARG]...
1522 # ---------------------------------
1523 # Run all hook functions registered to FUNC_NAME.
1524 # It is assumed that the list of hook functions contains nothing more
1525 # than a whitespace-delimited list of legal shell function names, and
1526 # no effort is wasted trying to catch shell meta-characters or preserve
1527 # whitespace.
1528 func_run_hooks ()
1529 {
1530 $debug_cmd
1531
1532 case " $hookable_fns " in
1533 *" $1 "*) ;;
1534 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
1535 esac
1536
1537 eval _G_hook_fns=\$$1_hooks; shift
1538
1539 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1546 done
1547
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1550 }
1551
1552
1553
1554 ## --------------- ##
1555 ## Option parsing. ##
1556 ## --------------- ##
1557
1558 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1563 #
1564 # my_options_prep ()
1565 # {
1566 # $debug_cmd
1567 #
1568 # # Extend the existing usage message.
1569 # usage_message=$usage_message'
1570 # -s, --silent don'\''t print informational messages
1571 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1575 # }
1576 # func_add_hook func_options_prep my_options_prep
1577 #
1578 #
1579 # my_silent_option ()
1580 # {
1581 # $debug_cmd
1582 #
1583 # # Note that for efficiency, we parse as many options as we can
1584 # # recognise in a loop before passing the remainder back to the
1585 # # caller on the first unrecognised argument we encounter.
1586 # while test $# -gt 0; do
1587 # opt=$1; shift
1588 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1590 # # Separate non-argument short options:
1591 # -s*) func_split_short_opt "$_G_opt"
1592 # set dummy "$func_split_short_opt_name" \
1593 # "-$func_split_short_opt_arg" ${1+"$@"}
1594 # shift
1595 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1597 # esac
1598 # done
1599 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1602 # }
1603 # func_add_hook func_parse_options my_silent_option
1604 #
1605 #
1606 # my_option_validation ()
1607 # {
1608 # $debug_cmd
1609 #
1610 # $opt_silent && $opt_verbose && func_fatal_help "\
1611 # '--silent' and '--verbose' options are mutually exclusive."
1612 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1615 # }
1616 # func_add_hook func_validate_options my_option_validation
1617 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1619 # options you parse. It's preferable to append if you can, so that
1620 # multiple option parsing hooks can be added safely.
1621
1622
1623 # func_options [ARG]...
1624 # ---------------------
1625 # All the functions called inside func_options are hookable. See the
1626 # individual implementations for details.
1627 func_hookable func_options
1628 func_options ()
1629 {
1630 $debug_cmd
1631
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1643 }
1644
1645
1646 # func_options_prep [ARG]...
1647 # --------------------------
1648 # All initialisations required before starting the option parse loop.
1649 # Note that when calling hook functions, we pass through the list of
1650 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1652 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1654 func_hookable func_options_prep
1655 func_options_prep ()
1656 {
1657 $debug_cmd
1658
1659 # Option defaults:
1660 opt_verbose=false
1661 opt_warning_types=
1662
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1667 }
1668
1669
1670 # func_parse_options [ARG]...
1671 # ---------------------------
1672 # The main option parsing loop.
1673 func_hookable func_parse_options
1674 func_parse_options ()
1675 {
1676 $debug_cmd
1677
1678 func_parse_options_result=
1679
1680 # this just eases exit handling
1681 while test $# -gt 0; do
1682 # Defer to hook functions for initial option parsing, so they
1683 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1688
1689 # Break out of the loop if we already parsed every option.
1690 test $# -gt 0 || break
1691
1692 _G_opt=$1
1693 shift
1694 case $_G_opt in
1695 --debug|-x) debug_cmd='set -x'
1696 func_echo "enabling shell trace mode"
1697 $debug_cmd
1698 ;;
1699
1700 --no-warnings|--no-warning|--no-warn)
1701 set dummy --warnings none ${1+"$@"}
1702 shift
1703 ;;
1704
1705 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1707 case " $warning_categories $1" in
1708 *" $1 "*)
1709 # trailing space prevents matching last $1 above
1710 func_append_uniq opt_warning_types " $1"
1711 ;;
1712 *all)
1713 opt_warning_types=$warning_categories
1714 ;;
1715 *none)
1716 opt_warning_types=none
1717 warning_func=:
1718 ;;
1719 *error)
1720 opt_warning_types=$warning_categories
1721 warning_func=func_fatal_error
1722 ;;
1723 *)
1724 func_fatal_error \
1725 "unsupported warning category: '$1'"
1726 ;;
1727 esac
1728 shift
1729 ;;
1730
1731 --verbose|-v) opt_verbose=: ;;
1732 --version) func_version ;;
1733 -\?|-h) func_usage ;;
1734 --help) func_help ;;
1735
1736 # Separate optargs to long options (plugins may need this):
1737 --*=*) func_split_equals "$_G_opt"
1738 set dummy "$func_split_equals_lhs" \
1739 "$func_split_equals_rhs" ${1+"$@"}
1740 shift
1741 ;;
1742
1743 # Separate optargs to short options:
1744 -W*)
1745 func_split_short_opt "$_G_opt"
1746 set dummy "$func_split_short_opt_name" \
1747 "$func_split_short_opt_arg" ${1+"$@"}
1748 shift
1749 ;;
1750
1751 # Separate non-argument short options:
1752 -\?*|-h*|-v*|-x*)
1753 func_split_short_opt "$_G_opt"
1754 set dummy "$func_split_short_opt_name" \
1755 "-$func_split_short_opt_arg" ${1+"$@"}
1756 shift
1757 ;;
1758
1759 --) break ;;
1760 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1762 esac
1763 done
1764
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1768 }
1769
1770
1771 # func_validate_options [ARG]...
1772 # ------------------------------
1773 # Perform any sanity checks on option settings and/or unconsumed
1774 # arguments.
1775 func_hookable func_validate_options
1776 func_validate_options ()
1777 {
1778 $debug_cmd
1779
1780 # Display all warnings if -W was not given.
1781 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
1782
1783 func_run_hooks func_validate_options ${1+"$@"}
1784
1785 # Bail if the options were screwed!
1786 $exit_cmd $EXIT_FAILURE
1787
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1790 }
1791
1792
1793
1794 ## ----------------- ##
1795 ## Helper functions. ##
1796 ## ----------------- ##
1797
1798 # This section contains the helper functions used by the rest of the
1799 # hookable option parser framework in ascii-betical order.
1800
1801
1802 # func_fatal_help ARG...
1803 # ----------------------
1804 # Echo program name prefixed message to standard error, followed by
1805 # a help hint, and exit.
1806 func_fatal_help ()
1807 {
1808 $debug_cmd
1809
1810 eval \$ECHO \""Usage: $usage"\"
1811 eval \$ECHO \""$fatal_help"\"
1812 func_error ${1+"$@"}
1813 exit $EXIT_FAILURE
1814 }
1815
1816
1817 # func_help
1818 # ---------
1819 # Echo long help message to standard output and exit.
7541820 func_help ()
7551821 {
756 $opt_debug
757
758 $SED -n '/^# Usage:/,/# Report bugs to/ {
759 :print
760 s/^# //
761 s/^# *$//
762 s*\$progname*'$progname'*
763 s*\$host*'"$host"'*
764 s*\$SHELL*'"$SHELL"'*
765 s*\$LTCC*'"$LTCC"'*
766 s*\$LTCFLAGS*'"$LTCFLAGS"'*
767 s*\$LD*'"$LD"'*
768 s/\$with_gnu_ld/'"$with_gnu_ld"'/
769 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
770 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
771 p
772 d
773 }
774 /^# .* home page:/b print
775 /^# General help using/b print
776 ' < "$progpath"
777 ret=$?
778 if test -z "$1"; then
779 exit $ret
780 fi
781 }
782
783 # func_missing_arg argname
1822 $debug_cmd
1823
1824 func_usage_message
1825 $ECHO "$long_help_message"
1826 exit 0
1827 }
1828
1829
1830 # func_missing_arg ARGNAME
1831 # ------------------------
7841832 # Echo program name prefixed message to standard error and set global
7851833 # exit_cmd.
7861834 func_missing_arg ()
7871835 {
788 $opt_debug
789
790 func_error "missing argument for $1."
1836 $debug_cmd
1837
1838 func_error "Missing argument for '$1'."
7911839 exit_cmd=exit
7921840 }
7931841
7941842
795 # func_split_short_opt shortopt
1843 # func_split_equals STRING
1844 # ------------------------
1845 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
1846 # splitting STRING at the '=' sign.
1847 test -z "$_G_HAVE_XSI_OPS" \
1848 && (eval 'x=a/b/c;
1849 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
1850 && _G_HAVE_XSI_OPS=yes
1851
1852 if test yes = "$_G_HAVE_XSI_OPS"
1853 then
1854 # This is an XSI compatible shell, allowing a faster implementation...
1855 eval 'func_split_equals ()
1856 {
1857 $debug_cmd
1858
1859 func_split_equals_lhs=${1%%=*}
1860 func_split_equals_rhs=${1#*=}
1861 test "x$func_split_equals_lhs" = "x$1" \
1862 && func_split_equals_rhs=
1863 }'
1864 else
1865 # ...otherwise fall back to using expr, which is often a shell builtin.
1866 func_split_equals ()
1867 {
1868 $debug_cmd
1869
1870 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
1871 func_split_equals_rhs=
1872 test "x$func_split_equals_lhs" = "x$1" \
1873 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
1874 }
1875 fi #func_split_equals
1876
1877
1878 # func_split_short_opt SHORTOPT
1879 # -----------------------------
7961880 # Set func_split_short_opt_name and func_split_short_opt_arg shell
7971881 # variables after splitting SHORTOPT after the 2nd character.
798 func_split_short_opt ()
799 {
800 my_sed_short_opt='1s/^\(..\).*$/\1/;q'
801 my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
802
803 func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
804 func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
805 } # func_split_short_opt may be replaced by extended shell implementation
806
807
808 # func_split_long_opt longopt
809 # Set func_split_long_opt_name and func_split_long_opt_arg shell
810 # variables after splitting LONGOPT at the `=' sign.
811 func_split_long_opt ()
812 {
813 my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
814 my_sed_long_arg='1s/^--[^=]*=//'
815
816 func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
817 func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
818 } # func_split_long_opt may be replaced by extended shell implementation
819
820 exit_cmd=:
821
822
823
824
825
826 magic="%%%MAGIC variable%%%"
827 magic_exe="%%%MAGIC EXE variable%%%"
828
829 # Global variables.
830 nonopt=
831 preserve_args=
832 lo2o="s/\\.lo\$/.${objext}/"
833 o2lo="s/\\.${objext}\$/.lo/"
834 extracted_archives=
835 extracted_serial=0
836
837 # If this variable is set in any of the actions, the command in it
838 # will be execed at the end. This prevents here-documents from being
839 # left over by shells.
840 exec_cmd=
841
842 # func_append var value
843 # Append VALUE to the end of shell variable VAR.
844 func_append ()
845 {
846 eval "${1}=\$${1}\${2}"
847 } # func_append may be replaced by extended shell implementation
848
849 # func_append_quoted var value
850 # Quote VALUE and append to the end of shell variable VAR, separated
851 # by a space.
852 func_append_quoted ()
853 {
854 func_quote_for_eval "${2}"
855 eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
856 } # func_append_quoted may be replaced by extended shell implementation
857
858
859 # func_arith arithmetic-term...
860 func_arith ()
861 {
862 func_arith_result=`expr "${@}"`
863 } # func_arith may be replaced by extended shell implementation
864
865
866 # func_len string
867 # STRING may not start with a hyphen.
868 func_len ()
869 {
870 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
871 } # func_len may be replaced by extended shell implementation
872
873
874 # func_lo2o object
875 func_lo2o ()
876 {
877 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
878 } # func_lo2o may be replaced by extended shell implementation
879
880
881 # func_xform libobj-or-source
882 func_xform ()
883 {
884 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
885 } # func_xform may be replaced by extended shell implementation
886
887
888 # func_fatal_configuration arg...
1882 if test yes = "$_G_HAVE_XSI_OPS"
1883 then
1884 # This is an XSI compatible shell, allowing a faster implementation...
1885 eval 'func_split_short_opt ()
1886 {
1887 $debug_cmd
1888
1889 func_split_short_opt_arg=${1#??}
1890 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
1891 }'
1892 else
1893 # ...otherwise fall back to using expr, which is often a shell builtin.
1894 func_split_short_opt ()
1895 {
1896 $debug_cmd
1897
1898 func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
1899 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
1900 }
1901 fi #func_split_short_opt
1902
1903
1904 # func_usage
1905 # ----------
1906 # Echo short help message to standard output and exit.
1907 func_usage ()
1908 {
1909 $debug_cmd
1910
1911 func_usage_message
1912 $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
1913 exit 0
1914 }
1915
1916
1917 # func_usage_message
1918 # ------------------
1919 # Echo short help message to standard output.
1920 func_usage_message ()
1921 {
1922 $debug_cmd
1923
1924 eval \$ECHO \""Usage: $usage"\"
1925 echo
1926 $SED -n 's|^# ||
1927 /^Written by/{
1928 x;p;x
1929 }
1930 h
1931 /^Written by/q' < "$progpath"
1932 echo
1933 eval \$ECHO \""$usage_message"\"
1934 }
1935
1936
1937 # func_version
1938 # ------------
1939 # Echo version message to standard output and exit.
1940 func_version ()
1941 {
1942 $debug_cmd
1943
1944 printf '%s\n' "$progname $scriptversion"
1945 $SED -n '
1946 /(C)/!b go
1947 :more
1948 /\./!{
1949 N
1950 s|\n# | |
1951 b more
1952 }
1953 :go
1954 /^# Written by /,/# warranty; / {
1955 s|^# ||
1956 s|^# *$||
1957 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
1958 p
1959 }
1960 /^# Written by / {
1961 s|^# ||
1962 p
1963 }
1964 /^warranty; /q' < "$progpath"
1965
1966 exit $?
1967 }
1968
1969
1970 # Local variables:
1971 # mode: shell-script
1972 # sh-indentation: 2
1973 # eval: (add-hook 'before-save-hook 'time-stamp)
1974 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-time-zone: "UTC"
1976 # End:
1977
1978 # Set a version string.
1979 scriptversion='(GNU libtool) 2.4.6'
1980
1981
1982 # func_echo ARG...
1983 # ----------------
1984 # Libtool also displays the current mode in messages, so override
1985 # funclib.sh func_echo with this custom definition.
1986 func_echo ()
1987 {
1988 $debug_cmd
1989
1990 _G_message=$*
1991
1992 func_echo_IFS=$IFS
1993 IFS=$nl
1994 for _G_line in $_G_message; do
1995 IFS=$func_echo_IFS
1996 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
1997 done
1998 IFS=$func_echo_IFS
1999 }
2000
2001
2002 # func_warning ARG...
2003 # -------------------
2004 # Libtool warnings are not categorized, so override funclib.sh
2005 # func_warning with this simpler definition.
2006 func_warning ()
2007 {
2008 $debug_cmd
2009
2010 $warning_func ${1+"$@"}
2011 }
2012
2013
2014 ## ---------------- ##
2015 ## Options parsing. ##
2016 ## ---------------- ##
2017
2018 # Hook in the functions to make sure our own options are parsed during
2019 # the option parsing loop.
2020
2021 usage='$progpath [OPTION]... [MODE-ARG]...'
2022
2023 # Short help message in response to '-h'.
2024 usage_message="Options:
2025 --config show all configuration variables
2026 --debug enable verbose shell tracing
2027 -n, --dry-run display commands without modifying any files
2028 --features display basic configuration information and exit
2029 --mode=MODE use operation mode MODE
2030 --no-warnings equivalent to '-Wnone'
2031 --preserve-dup-deps don't remove duplicate dependency libraries
2032 --quiet, --silent don't print informational messages
2033 --tag=TAG use configuration variables from tag TAG
2034 -v, --verbose print more informational messages than default
2035 --version print version information
2036 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all]
2037 -h, --help, --help-all print short, long, or detailed help message
2038 "
2039
2040 # Additional text appended to 'usage_message' in response to '--help'.
2041 func_help ()
2042 {
2043 $debug_cmd
2044
2045 func_usage_message
2046 $ECHO "$long_help_message
2047
2048 MODE must be one of the following:
2049
2050 clean remove files from the build directory
2051 compile compile a source file into a libtool object
2052 execute automatically set library path, then run a program
2053 finish complete the installation of libtool libraries
2054 install install libraries or executables
2055 link create a library or an executable
2056 uninstall remove libraries from an installed directory
2057
2058 MODE-ARGS vary depending on the MODE. When passed as first option,
2059 '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
2060 Try '$progname --help --mode=MODE' for a more detailed description of MODE.
2061
2062 When reporting a bug, please describe a test case to reproduce it and
2063 include the following information:
2064
2065 host-triplet: $host
2066 shell: $SHELL
2067 compiler: $LTCC
2068 compiler flags: $LTCFLAGS
2069 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname (GNU libtool) 2.4.6
2071 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
2072 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
2073
2074 Report bugs to <bug-libtool@gnu.org>.
2075 GNU libtool home page: <http://www.gnu.org/s/libtool/>.
2076 General help using GNU software: <http://www.gnu.org/gethelp/>."
2077 exit 0
2078 }
2079
2080
2081 # func_lo2o OBJECT-NAME
2082 # ---------------------
2083 # Transform OBJECT-NAME from a '.lo' suffix to the platform specific
2084 # object suffix.
2085
2086 lo2o=s/\\.lo\$/.$objext/
2087 o2lo=s/\\.$objext\$/.lo/
2088
2089 if test yes = "$_G_HAVE_XSI_OPS"; then
2090 eval 'func_lo2o ()
2091 {
2092 case $1 in
2093 *.lo) func_lo2o_result=${1%.lo}.$objext ;;
2094 * ) func_lo2o_result=$1 ;;
2095 esac
2096 }'
2097
2098 # func_xform LIBOBJ-OR-SOURCE
2099 # ---------------------------
2100 # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
2101 # suffix to a '.lo' libtool-object suffix.
2102 eval 'func_xform ()
2103 {
2104 func_xform_result=${1%.*}.lo
2105 }'
2106 else
2107 # ...otherwise fall back to using sed.
2108 func_lo2o ()
2109 {
2110 func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
2111 }
2112
2113 func_xform ()
2114 {
2115 func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
2116 }
2117 fi
2118
2119
2120 # func_fatal_configuration ARG...
2121 # -------------------------------
8892122 # Echo program name prefixed message to standard error, followed by
8902123 # a configuration failure hint, and exit.
8912124 func_fatal_configuration ()
8922125 {
893 func_error ${1+"$@"}
894 func_error "See the $PACKAGE documentation for more information."
895 func_fatal_error "Fatal configuration error."
2126 func__fatal_error ${1+"$@"} \
2127 "See the $PACKAGE documentation for more information." \
2128 "Fatal configuration error."
8962129 }
8972130
8982131
8992132 # func_config
2133 # -----------
9002134 # Display the configuration for all the tags in this script.
9012135 func_config ()
9022136 {
9142148 exit $?
9152149 }
9162150
2151
9172152 # func_features
2153 # -------------
9182154 # Display the features supported by this script.
9192155 func_features ()
9202156 {
9212157 echo "host: $host"
922 if test "$build_libtool_libs" = yes; then
2158 if test yes = "$build_libtool_libs"; then
9232159 echo "enable shared libraries"
9242160 else
9252161 echo "disable shared libraries"
9262162 fi
927 if test "$build_old_libs" = yes; then
2163 if test yes = "$build_old_libs"; then
9282164 echo "enable static libraries"
9292165 else
9302166 echo "disable static libraries"
9332169 exit $?
9342170 }
9352171
936 # func_enable_tag tagname
2172
2173 # func_enable_tag TAGNAME
2174 # -----------------------
9372175 # Verify that TAGNAME is valid, and either flag an error and exit, or
9382176 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
9392177 # variable here.
9402178 func_enable_tag ()
9412179 {
942 # Global variable:
943 tagname="$1"
944
945 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
946 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
947 sed_extractcf="/$re_begincf/,/$re_endcf/p"
948
949 # Validate tagname.
950 case $tagname in
951 *[!-_A-Za-z0-9,/]*)
952 func_fatal_error "invalid tag name: $tagname"
953 ;;
954 esac
955
956 # Don't test for the "default" C tag, as we know it's
957 # there but not specially marked.
958 case $tagname in
959 CC) ;;
2180 # Global variable:
2181 tagname=$1
2182
2183 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2184 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2185 sed_extractcf=/$re_begincf/,/$re_endcf/p
2186
2187 # Validate tagname.
2188 case $tagname in
2189 *[!-_A-Za-z0-9,/]*)
2190 func_fatal_error "invalid tag name: $tagname"
2191 ;;
2192 esac
2193
2194 # Don't test for the "default" C tag, as we know it's
2195 # there but not specially marked.
2196 case $tagname in
2197 CC) ;;
9602198 *)
961 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
962 taglist="$taglist $tagname"
963
964 # Evaluate the configuration. Be careful to quote the path
965 # and the sed script, to avoid splitting on whitespace, but
966 # also don't use non-portable quotes within backquotes within
967 # quotes we have to do it in 2 steps:
968 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
969 eval "$extractedcf"
970 else
971 func_error "ignoring unknown tag $tagname"
972 fi
973 ;;
974 esac
975 }
2199 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
2200 taglist="$taglist $tagname"
2201
2202 # Evaluate the configuration. Be careful to quote the path
2203 # and the sed script, to avoid splitting on whitespace, but
2204 # also don't use non-portable quotes within backquotes within
2205 # quotes we have to do it in 2 steps:
2206 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
2207 eval "$extractedcf"
2208 else
2209 func_error "ignoring unknown tag $tagname"
2210 fi
2211 ;;
2212 esac
2213 }
2214
9762215
9772216 # func_check_version_match
2217 # ------------------------
9782218 # Ensure that we are using m4 macros, and libtool script from the same
9792219 # release of libtool.
9802220 func_check_version_match ()
9812221 {
982 if test "$package_revision" != "$macro_revision"; then
983 if test "$VERSION" != "$macro_version"; then
984 if test -z "$macro_version"; then
985 cat >&2 <<_LT_EOF
2222 if test "$package_revision" != "$macro_revision"; then
2223 if test "$VERSION" != "$macro_version"; then
2224 if test -z "$macro_version"; then
2225 cat >&2 <<_LT_EOF
9862226 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
9872227 $progname: definition of this LT_INIT comes from an older release.
9882228 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
9892229 $progname: and run autoconf again.
9902230 _LT_EOF
991 else
992 cat >&2 <<_LT_EOF
2231 else
2232 cat >&2 <<_LT_EOF
9932233 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
9942234 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
9952235 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
9962236 $progname: and run autoconf again.
9972237 _LT_EOF
998 fi
999 else
1000 cat >&2 <<_LT_EOF
2238 fi
2239 else
2240 cat >&2 <<_LT_EOF
10012241 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
10022242 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
10032243 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
10042244 $progname: of $PACKAGE $VERSION and run autoconf again.
10052245 _LT_EOF
2246 fi
2247
2248 exit $EXIT_MISMATCH
10062249 fi
1007
1008 exit $EXIT_MISMATCH
1009 fi
1010 }
1011
1012
1013 # Shorthand for --mode=foo, only valid as the first argument
1014 case $1 in
1015 clean|clea|cle|cl)
1016 shift; set dummy --mode clean ${1+"$@"}; shift
1017 ;;
1018 compile|compil|compi|comp|com|co|c)
1019 shift; set dummy --mode compile ${1+"$@"}; shift
1020 ;;
1021 execute|execut|execu|exec|exe|ex|e)
1022 shift; set dummy --mode execute ${1+"$@"}; shift
1023 ;;
1024 finish|finis|fini|fin|fi|f)
1025 shift; set dummy --mode finish ${1+"$@"}; shift
1026 ;;
1027 install|instal|insta|inst|ins|in|i)
1028 shift; set dummy --mode install ${1+"$@"}; shift
1029 ;;
1030 link|lin|li|l)
1031 shift; set dummy --mode link ${1+"$@"}; shift
1032 ;;
1033 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
1034 shift; set dummy --mode uninstall ${1+"$@"}; shift
1035 ;;
1036 esac
1037
1038
1039
1040 # Option defaults:
1041 opt_debug=:
1042 opt_dry_run=false
1043 opt_config=false
1044 opt_preserve_dup_deps=false
1045 opt_features=false
1046 opt_finish=false
1047 opt_help=false
1048 opt_help_all=false
1049 opt_silent=:
1050 opt_warning=:
1051 opt_verbose=:
1052 opt_silent=false
1053 opt_verbose=false
1054
1055
1056 # Parse options once, thoroughly. This comes as soon as possible in the
1057 # script to make things like `--version' happen as quickly as we can.
1058 {
1059 # this just eases exit handling
1060 while test $# -gt 0; do
1061 opt="$1"
1062 shift
1063 case $opt in
1064 --debug|-x) opt_debug='set -x'
1065 func_echo "enabling shell trace mode"
1066 $opt_debug
1067 ;;
1068 --dry-run|--dryrun|-n)
1069 opt_dry_run=:
1070 ;;
1071 --config)
1072 opt_config=:
1073 func_config
1074 ;;
1075 --dlopen|-dlopen)
1076 optarg="$1"
1077 opt_dlopen="${opt_dlopen+$opt_dlopen
1078 }$optarg"
1079 shift
1080 ;;
1081 --preserve-dup-deps)
1082 opt_preserve_dup_deps=:
1083 ;;
1084 --features)
1085 opt_features=:
1086 func_features
1087 ;;
1088 --finish)
1089 opt_finish=:
1090 set dummy --mode finish ${1+"$@"}; shift
1091 ;;
1092 --help)
1093 opt_help=:
1094 ;;
1095 --help-all)
1096 opt_help_all=:
1097 opt_help=': help-all'
1098 ;;
1099 --mode)
1100 test $# = 0 && func_missing_arg $opt && break
1101 optarg="$1"
1102 opt_mode="$optarg"
1103 case $optarg in
1104 # Valid mode arguments:
1105 clean|compile|execute|finish|install|link|relink|uninstall) ;;
1106
1107 # Catch anything else as an error
1108 *) func_error "invalid argument for $opt"
1109 exit_cmd=exit
1110 break
1111 ;;
1112 esac
1113 shift
1114 ;;
1115 --no-silent|--no-quiet)
1116 opt_silent=false
1117 func_append preserve_args " $opt"
1118 ;;
1119 --no-warning|--no-warn)
1120 opt_warning=false
1121 func_append preserve_args " $opt"
1122 ;;
1123 --no-verbose)
1124 opt_verbose=false
1125 func_append preserve_args " $opt"
1126 ;;
1127 --silent|--quiet)
1128 opt_silent=:
1129 func_append preserve_args " $opt"
1130 opt_verbose=false
1131 ;;
1132 --verbose|-v)
1133 opt_verbose=:
1134 func_append preserve_args " $opt"
1135 opt_silent=false
1136 ;;
1137 --tag)
1138 test $# = 0 && func_missing_arg $opt && break
1139 optarg="$1"
1140 opt_tag="$optarg"
1141 func_append preserve_args " $opt $optarg"
1142 func_enable_tag "$optarg"
1143 shift
1144 ;;
1145
1146 -\?|-h) func_usage ;;
1147 --help) func_help ;;
1148 --version) func_version ;;
1149
1150 # Separate optargs to long options:
1151 --*=*)
1152 func_split_long_opt "$opt"
1153 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
1154 shift
1155 ;;
1156
1157 # Separate non-argument short options:
1158 -\?*|-h*|-n*|-v*)
1159 func_split_short_opt "$opt"
1160 set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
1161 shift
1162 ;;
1163
1164 --) break ;;
1165 -*) func_fatal_help "unrecognized option \`$opt'" ;;
1166 *) set dummy "$opt" ${1+"$@"}; shift; break ;;
2250 }
2251
2252
2253 # libtool_options_prep [ARG]...
2254 # -----------------------------
2255 # Preparation for options parsed by libtool.
2256 libtool_options_prep ()
2257 {
2258 $debug_mode
2259
2260 # Option defaults:
2261 opt_config=false
2262 opt_dlopen=
2263 opt_dry_run=false
2264 opt_help=false
2265 opt_mode=
2266 opt_preserve_dup_deps=false
2267 opt_quiet=false
2268
2269 nonopt=
2270 preserve_args=
2271
2272 # Shorthand for --mode=foo, only valid as the first argument
2273 case $1 in
2274 clean|clea|cle|cl)
2275 shift; set dummy --mode clean ${1+"$@"}; shift
2276 ;;
2277 compile|compil|compi|comp|com|co|c)
2278 shift; set dummy --mode compile ${1+"$@"}; shift
2279 ;;
2280 execute|execut|execu|exec|exe|ex|e)
2281 shift; set dummy --mode execute ${1+"$@"}; shift
2282 ;;
2283 finish|finis|fini|fin|fi|f)
2284 shift; set dummy --mode finish ${1+"$@"}; shift
2285 ;;
2286 install|instal|insta|inst|ins|in|i)
2287 shift; set dummy --mode install ${1+"$@"}; shift
2288 ;;
2289 link|lin|li|l)
2290 shift; set dummy --mode link ${1+"$@"}; shift
2291 ;;
2292 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
2293 shift; set dummy --mode uninstall ${1+"$@"}; shift
2294 ;;
11672295 esac
1168 done
1169
1170 # Validate options:
1171
1172 # save first non-option argument
1173 if test "$#" -gt 0; then
1174 nonopt="$opt"
1175 shift
1176 fi
1177
1178 # preserve --debug
1179 test "$opt_debug" = : || func_append preserve_args " --debug"
1180
1181 case $host in
1182 *cygwin* | *mingw* | *pw32* | *cegcc*)
1183 # don't eliminate duplications in $postdeps and $predeps
1184 opt_duplicate_compiler_generated_deps=:
1185 ;;
1186 *)
1187 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
1188 ;;
1189 esac
1190
1191 $opt_help || {
1192 # Sanity checks first:
1193 func_check_version_match
1194
1195 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
1196 func_fatal_configuration "not configured to build any kind of library"
2296
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2300 }
2301 func_add_hook func_options_prep libtool_options_prep
2302
2303
2304 # libtool_parse_options [ARG]...
2305 # ---------------------------------
2306 # Provide handling for libtool specific options.
2307 libtool_parse_options ()
2308 {
2309 $debug_cmd
2310
2311 # Perform our own loop to consume as many options as possible in
2312 # each iteration.
2313 while test $# -gt 0; do
2314 _G_opt=$1
2315 shift
2316 case $_G_opt in
2317 --dry-run|--dryrun|-n)
2318 opt_dry_run=:
2319 ;;
2320
2321 --config) func_config ;;
2322
2323 --dlopen|-dlopen)
2324 opt_dlopen="${opt_dlopen+$opt_dlopen
2325 }$1"
2326 shift
2327 ;;
2328
2329 --preserve-dup-deps)
2330 opt_preserve_dup_deps=: ;;
2331
2332 --features) func_features ;;
2333
2334 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
2335
2336 --help) opt_help=: ;;
2337
2338 --help-all) opt_help=': help-all' ;;
2339
2340 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2341 opt_mode=$1
2342 case $1 in
2343 # Valid mode arguments:
2344 clean|compile|execute|finish|install|link|relink|uninstall) ;;
2345
2346 # Catch anything else as an error
2347 *) func_error "invalid argument for $_G_opt"
2348 exit_cmd=exit
2349 break
2350 ;;
2351 esac
2352 shift
2353 ;;
2354
2355 --no-silent|--no-quiet)
2356 opt_quiet=false
2357 func_append preserve_args " $_G_opt"
2358 ;;
2359
2360 --no-warnings|--no-warning|--no-warn)
2361 opt_warning=false
2362 func_append preserve_args " $_G_opt"
2363 ;;
2364
2365 --no-verbose)
2366 opt_verbose=false
2367 func_append preserve_args " $_G_opt"
2368 ;;
2369
2370 --silent|--quiet)
2371 opt_quiet=:
2372 opt_verbose=false
2373 func_append preserve_args " $_G_opt"
2374 ;;
2375
2376 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2377 opt_tag=$1
2378 func_append preserve_args " $_G_opt $1"
2379 func_enable_tag "$1"
2380 shift
2381 ;;
2382
2383 --verbose|-v) opt_quiet=false
2384 opt_verbose=:
2385 func_append preserve_args " $_G_opt"
2386 ;;
2387
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2390 esac
2391 done
2392
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2397 }
2398 func_add_hook func_parse_options libtool_parse_options
2399
2400
2401
2402 # libtool_validate_options [ARG]...
2403 # ---------------------------------
2404 # Perform any sanity checks on option settings and/or unconsumed
2405 # arguments.
2406 libtool_validate_options ()
2407 {
2408 # save first non-option argument
2409 if test 0 -lt $#; then
2410 nonopt=$1
2411 shift
11972412 fi
11982413
1199 # Darwin sucks
1200 eval std_shrext=\"$shrext_cmds\"
1201
1202 # Only execute mode is allowed to have -dlopen flags.
1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1204 func_error "unrecognized option \`-dlopen'"
1205 $ECHO "$help" 1>&2
1206 exit $EXIT_FAILURE
1207 fi
1208
1209 # Change the help message to a mode-specific one.
1210 generic_help="$help"
1211 help="Try \`$progname --help --mode=$opt_mode' for more information."
1212 }
1213
1214
1215 # Bail if the options were screwed
1216 $exit_cmd $EXIT_FAILURE
1217 }
1218
2414 # preserve --debug
2415 test : = "$debug_cmd" || func_append preserve_args " --debug"
2416
2417 case $host in
2418 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
2419 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
2420 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
2421 # don't eliminate duplications in $postdeps and $predeps
2422 opt_duplicate_compiler_generated_deps=:
2423 ;;
2424 *)
2425 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
2426 ;;
2427 esac
2428
2429 $opt_help || {
2430 # Sanity checks first:
2431 func_check_version_match
2432
2433 test yes != "$build_libtool_libs" \
2434 && test yes != "$build_old_libs" \
2435 && func_fatal_configuration "not configured to build any kind of library"
2436
2437 # Darwin sucks
2438 eval std_shrext=\"$shrext_cmds\"
2439
2440 # Only execute mode is allowed to have -dlopen flags.
2441 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
2442 func_error "unrecognized option '-dlopen'"
2443 $ECHO "$help" 1>&2
2444 exit $EXIT_FAILURE
2445 fi
2446
2447 # Change the help message to a mode-specific one.
2448 generic_help=$help
2449 help="Try '$progname --help --mode=$opt_mode' for more information."
2450 }
2451
2452 # Pass back the unparsed argument list
2453 func_quote_for_eval ${1+"$@"}
2454 libtool_validate_options_result=$func_quote_for_eval_result
2455 }
2456 func_add_hook func_validate_options libtool_validate_options
2457
2458
2459 # Process options as early as possible so that --help and --version
2460 # can return quickly.
2461 func_options ${1+"$@"}
2462 eval set dummy "$func_options_result"; shift
12192463
12202464
12212465
12232467 ## Main. ##
12242468 ## ----------- ##
12252469
2470 magic='%%%MAGIC variable%%%'
2471 magic_exe='%%%MAGIC EXE variable%%%'
2472
2473 # Global variables.
2474 extracted_archives=
2475 extracted_serial=0
2476
2477 # If this variable is set in any of the actions, the command in it
2478 # will be execed at the end. This prevents here-documents from being
2479 # left over by shells.
2480 exec_cmd=
2481
2482
2483 # A function that is used when there is no print builtin or printf.
2484 func_fallback_echo ()
2485 {
2486 eval 'cat <<_LTECHO_EOF
2487 $1
2488 _LTECHO_EOF'
2489 }
2490
2491 # func_generated_by_libtool
2492 # True iff stdin has been generated by Libtool. This function is only
2493 # a basic sanity check; it will hardly flush out determined imposters.
2494 func_generated_by_libtool_p ()
2495 {
2496 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2497 }
2498
12262499 # func_lalib_p file
1227 # True iff FILE is a libtool `.la' library or `.lo' object file.
2500 # True iff FILE is a libtool '.la' library or '.lo' object file.
12282501 # This function is only a basic sanity check; it will hardly flush out
12292502 # determined imposters.
12302503 func_lalib_p ()
12312504 {
12322505 test -f "$1" &&
1233 $SED -e 4q "$1" 2>/dev/null \
1234 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2506 $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
12352507 }
12362508
12372509 # func_lalib_unsafe_p file
1238 # True iff FILE is a libtool `.la' library or `.lo' object file.
2510 # True iff FILE is a libtool '.la' library or '.lo' object file.
12392511 # This function implements the same check as func_lalib_p without
12402512 # resorting to external programs. To this end, it redirects stdin and
12412513 # closes it afterwards, without saving the original file descriptor.
12422514 # As a safety measure, use it only where a negative result would be
1243 # fatal anyway. Works if `file' does not exist.
2515 # fatal anyway. Works if 'file' does not exist.
12442516 func_lalib_unsafe_p ()
12452517 {
12462518 lalib_p=no
12482520 for lalib_p_l in 1 2 3 4
12492521 do
12502522 read lalib_p_line
1251 case "$lalib_p_line" in
2523 case $lalib_p_line in
12522524 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
12532525 esac
12542526 done
12552527 exec 0<&5 5<&-
12562528 fi
1257 test "$lalib_p" = yes
2529 test yes = "$lalib_p"
12582530 }
12592531
12602532 # func_ltwrapper_script_p file
12632535 # determined imposters.
12642536 func_ltwrapper_script_p ()
12652537 {
1266 func_lalib_p "$1"
2538 test -f "$1" &&
2539 $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
12672540 }
12682541
12692542 # func_ltwrapper_executable_p file
12882561 {
12892562 func_dirname_and_basename "$1" "" "."
12902563 func_stripname '' '.exe' "$func_basename_result"
1291 func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
2564 func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
12922565 }
12932566
12942567 # func_ltwrapper_p file
13072580 # FAIL_CMD may read-access the current command in variable CMD!
13082581 func_execute_cmds ()
13092582 {
1310 $opt_debug
2583 $debug_cmd
2584
13112585 save_ifs=$IFS; IFS='~'
13122586 for cmd in $1; do
2587 IFS=$sp$nl
2588 eval cmd=\"$cmd\"
13132589 IFS=$save_ifs
1314 eval cmd=\"$cmd\"
13152590 func_show_eval "$cmd" "${2-:}"
13162591 done
13172592 IFS=$save_ifs
13232598 # Note that it is not necessary on cygwin/mingw to append a dot to
13242599 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
13252600 # behavior happens only for exec(3), not for open(2)! Also, sourcing
1326 # `FILE.' does not work on cygwin managed mounts.
2601 # 'FILE.' does not work on cygwin managed mounts.
13272602 func_source ()
13282603 {
1329 $opt_debug
2604 $debug_cmd
2605
13302606 case $1 in
13312607 */* | *\\*) . "$1" ;;
13322608 *) . "./$1" ;;
13532629 # store the result into func_replace_sysroot_result.
13542630 func_replace_sysroot ()
13552631 {
1356 case "$lt_sysroot:$1" in
2632 case $lt_sysroot:$1 in
13572633 ?*:"$lt_sysroot"*)
13582634 func_stripname "$lt_sysroot" '' "$1"
1359 func_replace_sysroot_result="=$func_stripname_result"
2635 func_replace_sysroot_result='='$func_stripname_result
13602636 ;;
13612637 *)
13622638 # Including no sysroot.
13732649 # arg is usually of the form 'gcc ...'
13742650 func_infer_tag ()
13752651 {
1376 $opt_debug
2652 $debug_cmd
2653
13772654 if test -n "$available_tags" && test -z "$tagname"; then
13782655 CC_quoted=
13792656 for arg in $CC; do
13922669 for z in $available_tags; do
13932670 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
13942671 # Evaluate the configuration.
1395 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
2672 eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
13962673 CC_quoted=
13972674 for arg in $CC; do
13982675 # Double-quote args containing other shell metacharacters.
14172694 # line option must be used.
14182695 if test -z "$tagname"; then
14192696 func_echo "unable to infer tagged configuration"
1420 func_fatal_error "specify a tag with \`--tag'"
2697 func_fatal_error "specify a tag with '--tag'"
14212698 # else
14222699 # func_verbose "using $tagname tagged configuration"
14232700 fi
14332710 # but don't create it if we're doing a dry run.
14342711 func_write_libtool_object ()
14352712 {
1436 write_libobj=${1}
1437 if test "$build_libtool_libs" = yes; then
1438 write_lobj=\'${2}\'
2713 write_libobj=$1
2714 if test yes = "$build_libtool_libs"; then
2715 write_lobj=\'$2\'
14392716 else
14402717 write_lobj=none
14412718 fi
14422719
1443 if test "$build_old_libs" = yes; then
1444 write_oldobj=\'${3}\'
2720 if test yes = "$build_old_libs"; then
2721 write_oldobj=\'$3\'
14452722 else
14462723 write_oldobj=none
14472724 fi
14492726 $opt_dry_run || {
14502727 cat >${write_libobj}T <<EOF
14512728 # $write_libobj - a libtool object file
1452 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
2729 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
14532730 #
14542731 # Please DO NOT delete this file!
14552732 # It is necessary for linking the library.
14612738 non_pic_object=$write_oldobj
14622739
14632740 EOF
1464 $MV "${write_libobj}T" "${write_libobj}"
2741 $MV "${write_libobj}T" "$write_libobj"
14652742 }
14662743 }
14672744
14812758 # be empty on error (or when ARG is empty)
14822759 func_convert_core_file_wine_to_w32 ()
14832760 {
1484 $opt_debug
1485 func_convert_core_file_wine_to_w32_result="$1"
2761 $debug_cmd
2762
2763 func_convert_core_file_wine_to_w32_result=$1
14862764 if test -n "$1"; then
14872765 # Unfortunately, winepath does not exit with a non-zero error code, so we
14882766 # are forced to check the contents of stdout. On the other hand, if the
14902768 # *an error message* to stdout. So we must check for both error code of
14912769 # zero AND non-empty stdout, which explains the odd construction:
14922770 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
1493 if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
2771 if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
14942772 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
1495 $SED -e "$lt_sed_naive_backslashify"`
2773 $SED -e "$sed_naive_backslashify"`
14962774 else
14972775 func_convert_core_file_wine_to_w32_result=
14982776 fi
15132791 # are convertible, then the result may be empty.
15142792 func_convert_core_path_wine_to_w32 ()
15152793 {
1516 $opt_debug
2794 $debug_cmd
2795
15172796 # unfortunately, winepath doesn't convert paths, only file names
1518 func_convert_core_path_wine_to_w32_result=""
2797 func_convert_core_path_wine_to_w32_result=
15192798 if test -n "$1"; then
15202799 oldIFS=$IFS
15212800 IFS=:
15222801 for func_convert_core_path_wine_to_w32_f in $1; do
15232802 IFS=$oldIFS
15242803 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
1525 if test -n "$func_convert_core_file_wine_to_w32_result" ; then
2804 if test -n "$func_convert_core_file_wine_to_w32_result"; then
15262805 if test -z "$func_convert_core_path_wine_to_w32_result"; then
1527 func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
2806 func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
15282807 else
15292808 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
15302809 fi
15532832 # environment variable; do not put it in $PATH.
15542833 func_cygpath ()
15552834 {
1556 $opt_debug
2835 $debug_cmd
2836
15572837 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
15582838 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
15592839 if test "$?" -ne 0; then
15622842 fi
15632843 else
15642844 func_cygpath_result=
1565 func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
2845 func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
15662846 fi
15672847 }
15682848 #end: func_cygpath
15732853 # result in func_convert_core_msys_to_w32_result.
15742854 func_convert_core_msys_to_w32 ()
15752855 {
1576 $opt_debug
2856 $debug_cmd
2857
15772858 # awkward: cmd appends spaces to result
15782859 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
1579 $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
2860 $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
15802861 }
15812862 #end: func_convert_core_msys_to_w32
15822863
15872868 # func_to_host_file_result to ARG1).
15882869 func_convert_file_check ()
15892870 {
1590 $opt_debug
1591 if test -z "$2" && test -n "$1" ; then
2871 $debug_cmd
2872
2873 if test -z "$2" && test -n "$1"; then
15922874 func_error "Could not determine host file name corresponding to"
1593 func_error " \`$1'"
2875 func_error " '$1'"
15942876 func_error "Continuing, but uninstalled executables may not work."
15952877 # Fallback:
1596 func_to_host_file_result="$1"
2878 func_to_host_file_result=$1
15972879 fi
15982880 }
15992881 # end func_convert_file_check
16052887 # func_to_host_file_result to a simplistic fallback value (see below).
16062888 func_convert_path_check ()
16072889 {
1608 $opt_debug
2890 $debug_cmd
2891
16092892 if test -z "$4" && test -n "$3"; then
16102893 func_error "Could not determine the host path corresponding to"
1611 func_error " \`$3'"
2894 func_error " '$3'"
16122895 func_error "Continuing, but uninstalled executables may not work."
16132896 # Fallback. This is a deliberately simplistic "conversion" and
16142897 # should not be "improved". See libtool.info.
16172900 func_to_host_path_result=`echo "$3" |
16182901 $SED -e "$lt_replace_pathsep_chars"`
16192902 else
1620 func_to_host_path_result="$3"
2903 func_to_host_path_result=$3
16212904 fi
16222905 fi
16232906 }
16292912 # and appending REPL if ORIG matches BACKPAT.
16302913 func_convert_path_front_back_pathsep ()
16312914 {
1632 $opt_debug
2915 $debug_cmd
2916
16332917 case $4 in
1634 $1 ) func_to_host_path_result="$3$func_to_host_path_result"
2918 $1 ) func_to_host_path_result=$3$func_to_host_path_result
16352919 ;;
16362920 esac
16372921 case $4 in
16452929 ##################################################
16462930 # $build to $host FILE NAME CONVERSION FUNCTIONS #
16472931 ##################################################
1648 # invoked via `$to_host_file_cmd ARG'
2932 # invoked via '$to_host_file_cmd ARG'
16492933 #
16502934 # In each case, ARG is the path to be converted from $build to $host format.
16512935 # Result will be available in $func_to_host_file_result.
16562940 # in func_to_host_file_result.
16572941 func_to_host_file ()
16582942 {
1659 $opt_debug
2943 $debug_cmd
2944
16602945 $to_host_file_cmd "$1"
16612946 }
16622947 # end func_to_host_file
16682953 # in (the comma separated) LAZY, no conversion takes place.
16692954 func_to_tool_file ()
16702955 {
1671 $opt_debug
2956 $debug_cmd
2957
16722958 case ,$2, in
16732959 *,"$to_tool_file_cmd",*)
16742960 func_to_tool_file_result=$1
16862972 # Copy ARG to func_to_host_file_result.
16872973 func_convert_file_noop ()
16882974 {
1689 func_to_host_file_result="$1"
2975 func_to_host_file_result=$1
16902976 }
16912977 # end func_convert_file_noop
16922978
16972983 # func_to_host_file_result.
16982984 func_convert_file_msys_to_w32 ()
16992985 {
1700 $opt_debug
1701 func_to_host_file_result="$1"
2986 $debug_cmd
2987
2988 func_to_host_file_result=$1
17022989 if test -n "$1"; then
17032990 func_convert_core_msys_to_w32 "$1"
1704 func_to_host_file_result="$func_convert_core_msys_to_w32_result"
2991 func_to_host_file_result=$func_convert_core_msys_to_w32_result
17052992 fi
17062993 func_convert_file_check "$1" "$func_to_host_file_result"
17072994 }
17133000 # func_to_host_file_result.
17143001 func_convert_file_cygwin_to_w32 ()
17153002 {
1716 $opt_debug
1717 func_to_host_file_result="$1"
3003 $debug_cmd
3004
3005 func_to_host_file_result=$1
17183006 if test -n "$1"; then
17193007 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
17203008 # LT_CYGPATH in this case.
17303018 # and a working winepath. Returns result in func_to_host_file_result.
17313019 func_convert_file_nix_to_w32 ()
17323020 {
1733 $opt_debug
1734 func_to_host_file_result="$1"
3021 $debug_cmd
3022
3023 func_to_host_file_result=$1
17353024 if test -n "$1"; then
17363025 func_convert_core_file_wine_to_w32 "$1"
1737 func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
3026 func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
17383027 fi
17393028 func_convert_file_check "$1" "$func_to_host_file_result"
17403029 }
17463035 # Returns result in func_to_host_file_result.
17473036 func_convert_file_msys_to_cygwin ()
17483037 {
1749 $opt_debug
1750 func_to_host_file_result="$1"
3038 $debug_cmd
3039
3040 func_to_host_file_result=$1
17513041 if test -n "$1"; then
17523042 func_convert_core_msys_to_w32 "$1"
17533043 func_cygpath -u "$func_convert_core_msys_to_w32_result"
1754 func_to_host_file_result="$func_cygpath_result"
3044 func_to_host_file_result=$func_cygpath_result
17553045 fi
17563046 func_convert_file_check "$1" "$func_to_host_file_result"
17573047 }
17643054 # in func_to_host_file_result.
17653055 func_convert_file_nix_to_cygwin ()
17663056 {
1767 $opt_debug
1768 func_to_host_file_result="$1"
3057 $debug_cmd
3058
3059 func_to_host_file_result=$1
17693060 if test -n "$1"; then
17703061 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
17713062 func_convert_core_file_wine_to_w32 "$1"
17723063 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
1773 func_to_host_file_result="$func_cygpath_result"
3064 func_to_host_file_result=$func_cygpath_result
17743065 fi
17753066 func_convert_file_check "$1" "$func_to_host_file_result"
17763067 }
17803071 #############################################
17813072 # $build to $host PATH CONVERSION FUNCTIONS #
17823073 #############################################
1783 # invoked via `$to_host_path_cmd ARG'
3074 # invoked via '$to_host_path_cmd ARG'
17843075 #
17853076 # In each case, ARG is the path to be converted from $build to $host format.
17863077 # The result will be available in $func_to_host_path_result.
18043095 to_host_path_cmd=
18053096 func_init_to_host_path_cmd ()
18063097 {
1807 $opt_debug
3098 $debug_cmd
3099
18083100 if test -z "$to_host_path_cmd"; then
18093101 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
1810 to_host_path_cmd="func_convert_path_${func_stripname_result}"
3102 to_host_path_cmd=func_convert_path_$func_stripname_result
18113103 fi
18123104 }
18133105
18173109 # in func_to_host_path_result.
18183110 func_to_host_path ()
18193111 {
1820 $opt_debug
3112 $debug_cmd
3113
18213114 func_init_to_host_path_cmd
18223115 $to_host_path_cmd "$1"
18233116 }
18283121 # Copy ARG to func_to_host_path_result.
18293122 func_convert_path_noop ()
18303123 {
1831 func_to_host_path_result="$1"
3124 func_to_host_path_result=$1
18323125 }
18333126 # end func_convert_path_noop
18343127
18393132 # func_to_host_path_result.
18403133 func_convert_path_msys_to_w32 ()
18413134 {
1842 $opt_debug
1843 func_to_host_path_result="$1"
3135 $debug_cmd
3136
3137 func_to_host_path_result=$1
18443138 if test -n "$1"; then
18453139 # Remove leading and trailing path separator characters from ARG. MSYS
18463140 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
18483142 func_stripname : : "$1"
18493143 func_to_host_path_tmp1=$func_stripname_result
18503144 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
1851 func_to_host_path_result="$func_convert_core_msys_to_w32_result"
3145 func_to_host_path_result=$func_convert_core_msys_to_w32_result
18523146 func_convert_path_check : ";" \
18533147 "$func_to_host_path_tmp1" "$func_to_host_path_result"
18543148 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
18623156 # func_to_host_file_result.
18633157 func_convert_path_cygwin_to_w32 ()
18643158 {
1865 $opt_debug
1866 func_to_host_path_result="$1"
3159 $debug_cmd
3160
3161 func_to_host_path_result=$1
18673162 if test -n "$1"; then
18683163 # See func_convert_path_msys_to_w32:
18693164 func_stripname : : "$1"
18823177 # a working winepath. Returns result in func_to_host_file_result.
18833178 func_convert_path_nix_to_w32 ()
18843179 {
1885 $opt_debug
1886 func_to_host_path_result="$1"
3180 $debug_cmd
3181
3182 func_to_host_path_result=$1
18873183 if test -n "$1"; then
18883184 # See func_convert_path_msys_to_w32:
18893185 func_stripname : : "$1"
18903186 func_to_host_path_tmp1=$func_stripname_result
18913187 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
1892 func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
3188 func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
18933189 func_convert_path_check : ";" \
18943190 "$func_to_host_path_tmp1" "$func_to_host_path_result"
18953191 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
19033199 # Returns result in func_to_host_file_result.
19043200 func_convert_path_msys_to_cygwin ()
19053201 {
1906 $opt_debug
1907 func_to_host_path_result="$1"
3202 $debug_cmd
3203
3204 func_to_host_path_result=$1
19083205 if test -n "$1"; then
19093206 # See func_convert_path_msys_to_w32:
19103207 func_stripname : : "$1"
19113208 func_to_host_path_tmp1=$func_stripname_result
19123209 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
19133210 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
1914 func_to_host_path_result="$func_cygpath_result"
3211 func_to_host_path_result=$func_cygpath_result
19153212 func_convert_path_check : : \
19163213 "$func_to_host_path_tmp1" "$func_to_host_path_result"
19173214 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
19263223 # func_to_host_file_result.
19273224 func_convert_path_nix_to_cygwin ()
19283225 {
1929 $opt_debug
1930 func_to_host_path_result="$1"
3226 $debug_cmd
3227
3228 func_to_host_path_result=$1
19313229 if test -n "$1"; then
19323230 # Remove leading and trailing path separator characters from
19333231 # ARG. msys behavior is inconsistent here, cygpath turns them
19363234 func_to_host_path_tmp1=$func_stripname_result
19373235 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
19383236 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
1939 func_to_host_path_result="$func_cygpath_result"
3237 func_to_host_path_result=$func_cygpath_result
19403238 func_convert_path_check : : \
19413239 "$func_to_host_path_tmp1" "$func_to_host_path_result"
19423240 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
19453243 # end func_convert_path_nix_to_cygwin
19463244
19473245
3246 # func_dll_def_p FILE
3247 # True iff FILE is a Windows DLL '.def' file.
3248 # Keep in sync with _LT_DLL_DEF_P in libtool.m4
3249 func_dll_def_p ()
3250 {
3251 $debug_cmd
3252
3253 func_dll_def_p_tmp=`$SED -n \
3254 -e 's/^[ ]*//' \
3255 -e '/^\(;.*\)*$/d' \
3256 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
3257 -e q \
3258 "$1"`
3259 test DEF = "$func_dll_def_p_tmp"
3260 }
3261
3262
19483263 # func_mode_compile arg...
19493264 func_mode_compile ()
19503265 {
1951 $opt_debug
3266 $debug_cmd
3267
19523268 # Get the compilation command and the source file.
19533269 base_compile=
1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
3270 srcfile=$nonopt # always keep a non-empty value in "srcfile"
19553271 suppress_opt=yes
19563272 suppress_output=
19573273 arg_mode=normal
19643280 case $arg_mode in
19653281 arg )
19663282 # do not "continue". Instead, add this to base_compile
1967 lastarg="$arg"
3283 lastarg=$arg
19683284 arg_mode=normal
19693285 ;;
19703286
19713287 target )
1972 libobj="$arg"
3288 libobj=$arg
19733289 arg_mode=normal
19743290 continue
19753291 ;;
19793295 case $arg in
19803296 -o)
19813297 test -n "$libobj" && \
1982 func_fatal_error "you cannot specify \`-o' more than once"
3298 func_fatal_error "you cannot specify '-o' more than once"
19833299 arg_mode=target
19843300 continue
19853301 ;;
20083324 func_stripname '-Wc,' '' "$arg"
20093325 args=$func_stripname_result
20103326 lastarg=
2011 save_ifs="$IFS"; IFS=','
3327 save_ifs=$IFS; IFS=,
20123328 for arg in $args; do
2013 IFS="$save_ifs"
3329 IFS=$save_ifs
20143330 func_append_quoted lastarg "$arg"
20153331 done
2016 IFS="$save_ifs"
3332 IFS=$save_ifs
20173333 func_stripname ' ' '' "$lastarg"
20183334 lastarg=$func_stripname_result
20193335
20263342 # Accept the current argument as the source file.
20273343 # The previous "srcfile" becomes the current argument.
20283344 #
2029 lastarg="$srcfile"
2030 srcfile="$arg"
3345 lastarg=$srcfile
3346 srcfile=$arg
20313347 ;;
20323348 esac # case $arg
20333349 ;;
20423358 func_fatal_error "you must specify an argument for -Xcompile"
20433359 ;;
20443360 target)
2045 func_fatal_error "you must specify a target with \`-o'"
3361 func_fatal_error "you must specify a target with '-o'"
20463362 ;;
20473363 *)
20483364 # Get the name of the library object.
20493365 test -z "$libobj" && {
20503366 func_basename "$srcfile"
2051 libobj="$func_basename_result"
3367 libobj=$func_basename_result
20523368 }
20533369 ;;
20543370 esac
20683384 case $libobj in
20693385 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
20703386 *)
2071 func_fatal_error "cannot determine name of library object from \`$libobj'"
3387 func_fatal_error "cannot determine name of library object from '$libobj'"
20723388 ;;
20733389 esac
20743390
20773393 for arg in $later; do
20783394 case $arg in
20793395 -shared)
2080 test "$build_libtool_libs" != yes && \
2081 func_fatal_configuration "can not build a shared library"
3396 test yes = "$build_libtool_libs" \
3397 || func_fatal_configuration "cannot build a shared library"
20823398 build_old_libs=no
20833399 continue
20843400 ;;
21043420 func_quote_for_eval "$libobj"
21053421 test "X$libobj" != "X$func_quote_for_eval_result" \
21063422 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
2107 && func_warning "libobj name \`$libobj' may not contain shell special characters."
3423 && func_warning "libobj name '$libobj' may not contain shell special characters."
21083424 func_dirname_and_basename "$obj" "/" ""
2109 objname="$func_basename_result"
2110 xdir="$func_dirname_result"
2111 lobj=${xdir}$objdir/$objname
3425 objname=$func_basename_result
3426 xdir=$func_dirname_result
3427 lobj=$xdir$objdir/$objname
21123428
21133429 test -z "$base_compile" && \
21143430 func_fatal_help "you must specify a compilation command"
21153431
21163432 # Delete any leftover library objects.
2117 if test "$build_old_libs" = yes; then
3433 if test yes = "$build_old_libs"; then
21183434 removelist="$obj $lobj $libobj ${libobj}T"
21193435 else
21203436 removelist="$lobj $libobj ${libobj}T"
21263442 pic_mode=default
21273443 ;;
21283444 esac
2129 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
3445 if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
21303446 # non-PIC code in shared libraries is not supported
21313447 pic_mode=default
21323448 fi
21333449
21343450 # Calculate the filename of the output object if compiler does
21353451 # not support -o with -c
2136 if test "$compiler_c_o" = no; then
2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2138 lockfile="$output_obj.lock"
3452 if test no = "$compiler_c_o"; then
3453 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3454 lockfile=$output_obj.lock
21393455 else
21403456 output_obj=
21413457 need_locks=no
21443460
21453461 # Lock this critical section if it is needed
21463462 # We use this script file to make the link, it avoids creating a new file
2147 if test "$need_locks" = yes; then
3463 if test yes = "$need_locks"; then
21483464 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
21493465 func_echo "Waiting for $lockfile to be removed"
21503466 sleep 2
21513467 done
2152 elif test "$need_locks" = warn; then
3468 elif test warn = "$need_locks"; then
21533469 if test -f "$lockfile"; then
21543470 $ECHO "\
21553471 *** ERROR, $lockfile exists and contains:
21573473
21583474 This indicates that another process is trying to use the same
21593475 temporary object file, and libtool could not work around it because
2160 your compiler does not support \`-c' and \`-o' together. If you
3476 your compiler does not support '-c' and '-o' together. If you
21613477 repeat this compilation, it may succeed, by chance, but you had better
21623478 avoid parallel builds (make -j) in this platform, or get a better
21633479 compiler."
21793495 qsrcfile=$func_quote_for_eval_result
21803496
21813497 # Only build a PIC object if we are building libtool libraries.
2182 if test "$build_libtool_libs" = yes; then
3498 if test yes = "$build_libtool_libs"; then
21833499 # Without this assignment, base_compile gets emptied.
21843500 fbsd_hideous_sh_bug=$base_compile
21853501
2186 if test "$pic_mode" != no; then
3502 if test no != "$pic_mode"; then
21873503 command="$base_compile $qsrcfile $pic_flag"
21883504 else
21893505 # Don't build PIC code
22003516 func_show_eval_locale "$command" \
22013517 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
22023518
2203 if test "$need_locks" = warn &&
3519 if test warn = "$need_locks" &&
22043520 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
22053521 $ECHO "\
22063522 *** ERROR, $lockfile contains:
22113527
22123528 This indicates that another process is trying to use the same
22133529 temporary object file, and libtool could not work around it because
2214 your compiler does not support \`-c' and \`-o' together. If you
3530 your compiler does not support '-c' and '-o' together. If you
22153531 repeat this compilation, it may succeed, by chance, but you had better
22163532 avoid parallel builds (make -j) in this platform, or get a better
22173533 compiler."
22273543 fi
22283544
22293545 # Allow error messages only from the first compilation.
2230 if test "$suppress_opt" = yes; then
3546 if test yes = "$suppress_opt"; then
22313547 suppress_output=' >/dev/null 2>&1'
22323548 fi
22333549 fi
22343550
22353551 # Only build a position-dependent object if we build old libraries.
2236 if test "$build_old_libs" = yes; then
2237 if test "$pic_mode" != yes; then
3552 if test yes = "$build_old_libs"; then
3553 if test yes != "$pic_mode"; then
22383554 # Don't build PIC code
22393555 command="$base_compile $qsrcfile$pie_flag"
22403556 else
22413557 command="$base_compile $qsrcfile $pic_flag"
22423558 fi
2243 if test "$compiler_c_o" = yes; then
3559 if test yes = "$compiler_c_o"; then
22443560 func_append command " -o $obj"
22453561 fi
22463562
22493565 func_show_eval_locale "$command" \
22503566 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
22513567
2252 if test "$need_locks" = warn &&
3568 if test warn = "$need_locks" &&
22533569 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
22543570 $ECHO "\
22553571 *** ERROR, $lockfile contains:
22603576
22613577 This indicates that another process is trying to use the same
22623578 temporary object file, and libtool could not work around it because
2263 your compiler does not support \`-c' and \`-o' together. If you
3579 your compiler does not support '-c' and '-o' together. If you
22643580 repeat this compilation, it may succeed, by chance, but you had better
22653581 avoid parallel builds (make -j) in this platform, or get a better
22663582 compiler."
22803596 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
22813597
22823598 # Unlock the critical section if it was locked
2283 if test "$need_locks" != no; then
3599 if test no != "$need_locks"; then
22843600 removelist=$lockfile
22853601 $RM "$lockfile"
22863602 fi
22903606 }
22913607
22923608 $opt_help || {
2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
3609 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
22943610 }
22953611
22963612 func_mode_help ()
23103626 Remove files from the build directory.
23113627
23123628 RM is the name of the program to use to delete files associated with each FILE
2313 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
3629 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
23143630 to RM.
23153631
23163632 If FILE is a libtool library, object or program, all the files associated
23293645 -no-suppress do not suppress compiler output for multiple passes
23303646 -prefer-pic try to build PIC objects only
23313647 -prefer-non-pic try to build non-PIC objects only
2332 -shared do not build a \`.o' file suitable for static linking
2333 -static only build a \`.o' file suitable for static linking
3648 -shared do not build a '.o' file suitable for static linking
3649 -static only build a '.o' file suitable for static linking
23343650 -Wc,FLAG pass FLAG directly to the compiler
23353651
2336 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
3652 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
23373653 from the given SOURCEFILE.
23383654
23393655 The output file name is determined by removing the directory component from
2340 SOURCEFILE, then substituting the C source code suffix \`.c' with the
2341 library object suffix, \`.lo'."
3656 SOURCEFILE, then substituting the C source code suffix '.c' with the
3657 library object suffix, '.lo'."
23423658 ;;
23433659
23443660 execute)
23513667
23523668 -dlopen FILE add the directory containing FILE to the library path
23533669
2354 This mode sets the library path environment variable according to \`-dlopen'
3670 This mode sets the library path environment variable according to '-dlopen'
23553671 flags.
23563672
23573673 If any of the ARGS are libtool executable wrappers, then they are translated
23703686 Each LIBDIR is a directory that contains libtool libraries.
23713687
23723688 The commands that this mode executes may require superuser privileges. Use
2373 the \`--dry-run' option if you just want to see what would be executed."
3689 the '--dry-run' option if you just want to see what would be executed."
23743690 ;;
23753691
23763692 install)
23803696 Install executables or libraries.
23813697
23823698 INSTALL-COMMAND is the installation command. The first component should be
2383 either the \`install' or \`cp' program.
3699 either the 'install' or 'cp' program.
23843700
23853701 The following components of INSTALL-COMMAND are treated specially:
23863702
24063722 -avoid-version do not add a version suffix if possible
24073723 -bindir BINDIR specify path to binaries directory (for systems where
24083724 libraries must be found in the PATH setting at runtime)
2409 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
3725 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
24103726 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
24113727 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
24123728 -export-symbols SYMFILE
24203736 -no-install link a not-installable executable
24213737 -no-undefined declare that a library does not refer to external symbols
24223738 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
2423 -objectlist FILE Use a list of object files found in FILE to specify objects
3739 -objectlist FILE use a list of object files found in FILE to specify objects
3740 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
24243741 -precious-files-regex REGEX
24253742 don't remove output files matching REGEX
24263743 -release RELEASE specify package release information
24403757 -Xlinker FLAG pass linker-specific FLAG directly to the linker
24413758 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
24423759
2443 All other options (arguments beginning with \`-') are ignored.
2444
2445 Every other argument is treated as a filename. Files ending in \`.la' are
3760 All other options (arguments beginning with '-') are ignored.
3761
3762 Every other argument is treated as a filename. Files ending in '.la' are
24463763 treated as uninstalled libtool libraries, other files are standard or library
24473764 object files.
24483765
2449 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
3766 If the OUTPUT-FILE ends in '.la', then a libtool library is created,
3767 only library objects ('.lo' files) may be specified, and '-rpath' is
24513768 required, except when creating a convenience library.
24523769
2453 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2454 using \`ar' and \`ranlib', or on Windows using \`lib'.
2455
2456 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
3770 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
3771 using 'ar' and 'ranlib', or on Windows using 'lib'.
3772
3773 If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
24573774 is created, otherwise an executable program is created."
24583775 ;;
24593776
24643781 Remove libraries from an installation directory.
24653782
24663783 RM is the name of the program to use to delete files associated with each FILE
2467 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
3784 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
24683785 to RM.
24693786
24703787 If FILE is a libtool library, all the files associated with it are deleted.
24723789 ;;
24733790
24743791 *)
2475 func_fatal_help "invalid operation mode \`$opt_mode'"
3792 func_fatal_help "invalid operation mode '$opt_mode'"
24763793 ;;
24773794 esac
24783795
24793796 echo
2480 $ECHO "Try \`$progname --help' for more information about other modes."
3797 $ECHO "Try '$progname --help' for more information about other modes."
24813798 }
24823799
24833800 # Now that we've collected a possible --mode arg, show help if necessary
24843801 if $opt_help; then
2485 if test "$opt_help" = :; then
3802 if test : = "$opt_help"; then
24863803 func_mode_help
24873804 else
24883805 {
24903807 for opt_mode in compile link execute install finish uninstall clean; do
24913808 func_mode_help
24923809 done
2493 } | sed -n '1p; 2,$s/^Usage:/ or: /p'
3810 } | $SED -n '1p; 2,$s/^Usage:/ or: /p'
24943811 {
24953812 func_help noexit
24963813 for opt_mode in compile link execute install finish uninstall clean; do
24983815 func_mode_help
24993816 done
25003817 } |
2501 sed '1d
3818 $SED '1d
25023819 /^When reporting/,/^Report/{
25033820 H
25043821 d
25153832 # func_mode_execute arg...
25163833 func_mode_execute ()
25173834 {
2518 $opt_debug
3835 $debug_cmd
3836
25193837 # The first argument is the command name.
2520 cmd="$nonopt"
3838 cmd=$nonopt
25213839 test -z "$cmd" && \
25223840 func_fatal_help "you must specify a COMMAND"
25233841
25243842 # Handle -dlopen flags immediately.
25253843 for file in $opt_dlopen; do
25263844 test -f "$file" \
2527 || func_fatal_help "\`$file' is not a file"
3845 || func_fatal_help "'$file' is not a file"
25283846
25293847 dir=
25303848 case $file in
25343852
25353853 # Check to see that this really is a libtool archive.
25363854 func_lalib_unsafe_p "$file" \
2537 || func_fatal_help "\`$lib' is not a valid libtool archive"
3855 || func_fatal_help "'$lib' is not a valid libtool archive"
25383856
25393857 # Read the libtool library.
25403858 dlname=
25453863 if test -z "$dlname"; then
25463864 # Warn if it was a shared library.
25473865 test -n "$library_names" && \
2548 func_warning "\`$file' was not linked with \`-export-dynamic'"
3866 func_warning "'$file' was not linked with '-export-dynamic'"
25493867 continue
25503868 fi
25513869
25523870 func_dirname "$file" "" "."
2553 dir="$func_dirname_result"
3871 dir=$func_dirname_result
25543872
25553873 if test -f "$dir/$objdir/$dlname"; then
25563874 func_append dir "/$objdir"
25573875 else
25583876 if test ! -f "$dir/$dlname"; then
2559 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
3877 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
25603878 fi
25613879 fi
25623880 ;;
25643882 *.lo)
25653883 # Just add the directory containing the .lo file.
25663884 func_dirname "$file" "" "."
2567 dir="$func_dirname_result"
3885 dir=$func_dirname_result
25683886 ;;
25693887
25703888 *)
2571 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
3889 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
25723890 continue
25733891 ;;
25743892 esac
25753893
25763894 # Get the absolute pathname.
25773895 absdir=`cd "$dir" && pwd`
2578 test -n "$absdir" && dir="$absdir"
3896 test -n "$absdir" && dir=$absdir
25793897
25803898 # Now add the directory to shlibpath_var.
25813899 if eval "test -z \"\$$shlibpath_var\""; then
25873905
25883906 # This variable tells wrapper scripts just to set shlibpath_var
25893907 # rather than running their programs.
2590 libtool_execute_magic="$magic"
3908 libtool_execute_magic=$magic
25913909
25923910 # Check if any of the arguments is a wrapper script.
25933911 args=
26003918 if func_ltwrapper_script_p "$file"; then
26013919 func_source "$file"
26023920 # Transform arg to wrapped name.
2603 file="$progdir/$program"
3921 file=$progdir/$program
26043922 elif func_ltwrapper_executable_p "$file"; then
26053923 func_ltwrapper_scriptname "$file"
26063924 func_source "$func_ltwrapper_scriptname_result"
26073925 # Transform arg to wrapped name.
2608 file="$progdir/$program"
3926 file=$progdir/$program
26093927 fi
26103928 ;;
26113929 esac
26133931 func_append_quoted args "$file"
26143932 done
26153933
2616 if test "X$opt_dry_run" = Xfalse; then
3934 if $opt_dry_run; then
3935 # Display what would be done.
3936 if test -n "$shlibpath_var"; then
3937 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3938 echo "export $shlibpath_var"
3939 fi
3940 $ECHO "$cmd$args"
3941 exit $EXIT_SUCCESS
3942 else
26173943 if test -n "$shlibpath_var"; then
26183944 # Export the shlibpath_var.
26193945 eval "export $shlibpath_var"
26303956 done
26313957
26323958 # Now prepare to actually exec the command.
2633 exec_cmd="\$cmd$args"
2634 else
2635 # Display what would be done.
2636 if test -n "$shlibpath_var"; then
2637 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2638 echo "export $shlibpath_var"
2639 fi
2640 $ECHO "$cmd$args"
2641 exit $EXIT_SUCCESS
3959 exec_cmd=\$cmd$args
26423960 fi
26433961 }
26443962
2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
3963 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
26463964
26473965
26483966 # func_mode_finish arg...
26493967 func_mode_finish ()
26503968 {
2651 $opt_debug
3969 $debug_cmd
3970
26523971 libs=
26533972 libdirs=
26543973 admincmds=
26623981 if func_lalib_unsafe_p "$opt"; then
26633982 func_append libs " $opt"
26643983 else
2665 func_warning "\`$opt' is not a valid libtool archive"
3984 func_warning "'$opt' is not a valid libtool archive"
26663985 fi
26673986
26683987 else
2669 func_fatal_error "invalid argument \`$opt'"
3988 func_fatal_error "invalid argument '$opt'"
26703989 fi
26713990 done
26723991
26814000 # Remove sysroot references
26824001 if $opt_dry_run; then
26834002 for lib in $libs; do
2684 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
4003 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
26854004 done
26864005 else
26874006 tmpdir=`func_mktempdir`
26884007 for lib in $libs; do
2689 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
4008 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
26904009 > $tmpdir/tmp-la
26914010 mv -f $tmpdir/tmp-la $lib
26924011 done
27114030 fi
27124031
27134032 # Exit here if they wanted silent mode.
2714 $opt_silent && exit $EXIT_SUCCESS
4033 $opt_quiet && exit $EXIT_SUCCESS
27154034
27164035 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
27174036 echo "----------------------------------------------------------------------"
27224041 echo
27234042 echo "If you ever happen to want to link against installed libraries"
27244043 echo "in a given directory, LIBDIR, you must either use libtool, and"
2725 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
4044 echo "specify the full pathname of the library, or use the '-LLIBDIR'"
27264045 echo "flag during linking and do at least one of the following:"
27274046 if test -n "$shlibpath_var"; then
2728 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4047 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
27294048 echo " during execution"
27304049 fi
27314050 if test -n "$runpath_var"; then
2732 echo " - add LIBDIR to the \`$runpath_var' environment variable"
4051 echo " - add LIBDIR to the '$runpath_var' environment variable"
27334052 echo " during linking"
27344053 fi
27354054 if test -n "$hardcode_libdir_flag_spec"; then
27364055 libdir=LIBDIR
27374056 eval flag=\"$hardcode_libdir_flag_spec\"
27384057
2739 $ECHO " - use the \`$flag' linker flag"
4058 $ECHO " - use the '$flag' linker flag"
27404059 fi
27414060 if test -n "$admincmds"; then
27424061 $ECHO " - have your system administrator run these commands:$admincmds"
27434062 fi
27444063 if test -f /etc/ld.so.conf; then
2745 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
4064 echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
27464065 fi
27474066 echo
27484067
27614080 exit $EXIT_SUCCESS
27624081 }
27634082
2764 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
4083 test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
27654084
27664085
27674086 # func_mode_install arg...
27684087 func_mode_install ()
27694088 {
2770 $opt_debug
4089 $debug_cmd
4090
27714091 # There may be an optional sh(1) argument at the beginning of
27724092 # install_prog (especially on Windows NT).
2773 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
4093 if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
27744094 # Allow the use of GNU shtool's install command.
2775 case $nonopt in *shtool*) :;; *) false;; esac; then
4095 case $nonopt in *shtool*) :;; *) false;; esac
4096 then
27764097 # Aesthetically quote it.
27774098 func_quote_for_eval "$nonopt"
27784099 install_prog="$func_quote_for_eval_result "
27994120 opts=
28004121 prev=
28014122 install_type=
2802 isdir=no
4123 isdir=false
28034124 stripme=
28044125 no_mode=:
28054126 for arg
28124133 fi
28134134
28144135 case $arg in
2815 -d) isdir=yes ;;
4136 -d) isdir=: ;;
28164137 -f)
28174138 if $install_cp; then :; else
28184139 prev=$arg
28304151 *)
28314152 # If the previous option needed an argument, then skip it.
28324153 if test -n "$prev"; then
2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
4154 if test X-m = "X$prev" && test -n "$install_override_mode"; then
28344155 arg2=$install_override_mode
28354156 no_mode=false
28364157 fi
28554176 func_fatal_help "you must specify an install program"
28564177
28574178 test -n "$prev" && \
2858 func_fatal_help "the \`$prev' option requires an argument"
4179 func_fatal_help "the '$prev' option requires an argument"
28594180
28604181 if test -n "$install_override_mode" && $no_mode; then
28614182 if $install_cp; then :; else
28774198 dest=$func_stripname_result
28784199
28794200 # Check to see that the destination is a directory.
2880 test -d "$dest" && isdir=yes
2881 if test "$isdir" = yes; then
2882 destdir="$dest"
4201 test -d "$dest" && isdir=:
4202 if $isdir; then
4203 destdir=$dest
28834204 destname=
28844205 else
28854206 func_dirname_and_basename "$dest" "" "."
2886 destdir="$func_dirname_result"
2887 destname="$func_basename_result"
4207 destdir=$func_dirname_result
4208 destname=$func_basename_result
28884209
28894210 # Not a directory, so check to see that there is only one file specified.
28904211 set dummy $files; shift
28914212 test "$#" -gt 1 && \
2892 func_fatal_help "\`$dest' is not a directory"
4213 func_fatal_help "'$dest' is not a directory"
28934214 fi
28944215 case $destdir in
28954216 [\\/]* | [A-Za-z]:[\\/]*) ;;
28984219 case $file in
28994220 *.lo) ;;
29004221 *)
2901 func_fatal_help "\`$destdir' must be an absolute directory name"
4222 func_fatal_help "'$destdir' must be an absolute directory name"
29024223 ;;
29034224 esac
29044225 done
29074228
29084229 # This variable tells wrapper scripts just to set variables rather
29094230 # than running their programs.
2910 libtool_install_magic="$magic"
4231 libtool_install_magic=$magic
29114232
29124233 staticlibs=
29134234 future_libdirs=
29274248
29284249 # Check to see that this really is a libtool archive.
29294250 func_lalib_unsafe_p "$file" \
2930 || func_fatal_help "\`$file' is not a valid libtool archive"
4251 || func_fatal_help "'$file' is not a valid libtool archive"
29314252
29324253 library_names=
29334254 old_library=
29494270 fi
29504271
29514272 func_dirname "$file" "/" ""
2952 dir="$func_dirname_result"
4273 dir=$func_dirname_result
29534274 func_append dir "$objdir"
29544275
29554276 if test -n "$relink_command"; then
29634284 # are installed into $libdir/../bin (currently, that works fine)
29644285 # but it's something to keep an eye on.
29654286 test "$inst_prefix_dir" = "$destdir" && \
2966 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
4287 func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
29674288
29684289 if test -n "$inst_prefix_dir"; then
29694290 # Stick the inst_prefix_dir data into the link command.
29724293 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
29734294 fi
29744295
2975 func_warning "relinking \`$file'"
4296 func_warning "relinking '$file'"
29764297 func_show_eval "$relink_command" \
2977 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
4298 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
29784299 fi
29794300
29804301 # See the names of the shared library.
29814302 set dummy $library_names; shift
29824303 if test -n "$1"; then
2983 realname="$1"
4304 realname=$1
29844305 shift
29854306
2986 srcname="$realname"
2987 test -n "$relink_command" && srcname="$realname"T
4307 srcname=$realname
4308 test -n "$relink_command" && srcname=${realname}T
29884309
29894310 # Install the shared library and build the symlinks.
29904311 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
29914312 'exit $?'
2992 tstripme="$stripme"
4313 tstripme=$stripme
29934314 case $host_os in
29944315 cygwin* | mingw* | pw32* | cegcc*)
29954316 case $realname in
29964317 *.dll.a)
2997 tstripme=""
4318 tstripme=
4319 ;;
4320 esac
4321 ;;
4322 os2*)
4323 case $realname in
4324 *_dll.a)
4325 tstripme=
29984326 ;;
29994327 esac
30004328 ;;
30054333
30064334 if test "$#" -gt 0; then
30074335 # Delete the old symlinks, and create new ones.
3008 # Try `ln -sf' first, because the `ln' binary might depend on
4336 # Try 'ln -sf' first, because the 'ln' binary might depend on
30094337 # the symlink we replace! Solaris /bin/ln does not understand -f,
30104338 # so we also need to try rm && ln -s.
30114339 for linkname
30164344 fi
30174345
30184346 # Do each command in the postinstall commands.
3019 lib="$destdir/$realname"
4347 lib=$destdir/$realname
30204348 func_execute_cmds "$postinstall_cmds" 'exit $?'
30214349 fi
30224350
30234351 # Install the pseudo-library for information purposes.
30244352 func_basename "$file"
3025 name="$func_basename_result"
3026 instname="$dir/$name"i
4353 name=$func_basename_result
4354 instname=$dir/${name}i
30274355 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
30284356
30294357 # Maybe install the static library, too.
30354363
30364364 # Figure out destination file name, if it wasn't already specified.
30374365 if test -n "$destname"; then
3038 destfile="$destdir/$destname"
4366 destfile=$destdir/$destname
30394367 else
30404368 func_basename "$file"
3041 destfile="$func_basename_result"
3042 destfile="$destdir/$destfile"
4369 destfile=$func_basename_result
4370 destfile=$destdir/$destfile
30434371 fi
30444372
30454373 # Deduce the name of the destination old-style object file.
30494377 staticdest=$func_lo2o_result
30504378 ;;
30514379 *.$objext)
3052 staticdest="$destfile"
4380 staticdest=$destfile
30534381 destfile=
30544382 ;;
30554383 *)
3056 func_fatal_help "cannot copy a libtool object to \`$destfile'"
4384 func_fatal_help "cannot copy a libtool object to '$destfile'"
30574385 ;;
30584386 esac
30594387
30624390 func_show_eval "$install_prog $file $destfile" 'exit $?'
30634391
30644392 # Install the old object if enabled.
3065 if test "$build_old_libs" = yes; then
4393 if test yes = "$build_old_libs"; then
30664394 # Deduce the name of the old-style object file.
30674395 func_lo2o "$file"
30684396 staticobj=$func_lo2o_result
30744402 *)
30754403 # Figure out destination file name, if it wasn't already specified.
30764404 if test -n "$destname"; then
3077 destfile="$destdir/$destname"
4405 destfile=$destdir/$destname
30784406 else
30794407 func_basename "$file"
3080 destfile="$func_basename_result"
3081 destfile="$destdir/$destfile"
4408 destfile=$func_basename_result
4409 destfile=$destdir/$destfile
30824410 fi
30834411
30844412 # If the file is missing, and there is a .exe on the end, strip it
30854413 # because it is most likely a libtool script we actually want to
30864414 # install
3087 stripped_ext=""
4415 stripped_ext=
30884416 case $file in
30894417 *.exe)
30904418 if test ! -f "$file"; then
30914419 func_stripname '' '.exe' "$file"
30924420 file=$func_stripname_result
3093 stripped_ext=".exe"
4421 stripped_ext=.exe
30944422 fi
30954423 ;;
30964424 esac
31184446
31194447 # Check the variables that should have been set.
31204448 test -z "$generated_by_libtool_version" && \
3121 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3122
3123 finalize=yes
4449 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4450
4451 finalize=:
31244452 for lib in $notinst_deplibs; do
31254453 # Check to see that each library is installed.
31264454 libdir=
31274455 if test -f "$lib"; then
31284456 func_source "$lib"
31294457 fi
3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
4458 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
31314459 if test -n "$libdir" && test ! -f "$libfile"; then
3132 func_warning "\`$lib' has not been installed in \`$libdir'"
3133 finalize=no
4460 func_warning "'$lib' has not been installed in '$libdir'"
4461 finalize=false
31344462 fi
31354463 done
31364464
31384466 func_source "$wrapper"
31394467
31404468 outputname=
3141 if test "$fast_install" = no && test -n "$relink_command"; then
4469 if test no = "$fast_install" && test -n "$relink_command"; then
31424470 $opt_dry_run || {
3143 if test "$finalize" = yes; then
4471 if $finalize; then
31444472 tmpdir=`func_mktempdir`
31454473 func_basename "$file$stripped_ext"
3146 file="$func_basename_result"
3147 outputname="$tmpdir/$file"
4474 file=$func_basename_result
4475 outputname=$tmpdir/$file
31484476 # Replace the output file specification.
31494477 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
31504478
3151 $opt_silent || {
4479 $opt_quiet || {
31524480 func_quote_for_expand "$relink_command"
31534481 eval "func_echo $func_quote_for_expand_result"
31544482 }
31554483 if eval "$relink_command"; then :
31564484 else
3157 func_error "error: relink \`$file' with the above command before installing it"
4485 func_error "error: relink '$file' with the above command before installing it"
31584486 $opt_dry_run || ${RM}r "$tmpdir"
31594487 continue
31604488 fi
3161 file="$outputname"
4489 file=$outputname
31624490 else
3163 func_warning "cannot relink \`$file'"
4491 func_warning "cannot relink '$file'"
31644492 fi
31654493 }
31664494 else
31974525
31984526 for file in $staticlibs; do
31994527 func_basename "$file"
3200 name="$func_basename_result"
4528 name=$func_basename_result
32014529
32024530 # Set up the ranlib parameters.
3203 oldlib="$destdir/$name"
4531 oldlib=$destdir/$name
32044532 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
32054533 tool_oldlib=$func_to_tool_file_result
32064534
32154543 done
32164544
32174545 test -n "$future_libdirs" && \
3218 func_warning "remember to run \`$progname --finish$future_libdirs'"
4546 func_warning "remember to run '$progname --finish$future_libdirs'"
32194547
32204548 if test -n "$current_libdirs"; then
32214549 # Maybe just do a dry run.
32224550 $opt_dry_run && current_libdirs=" -n$current_libdirs"
3223 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
4551 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
32244552 else
32254553 exit $EXIT_SUCCESS
32264554 fi
32274555 }
32284556
3229 test "$opt_mode" = install && func_mode_install ${1+"$@"}
4557 test install = "$opt_mode" && func_mode_install ${1+"$@"}
32304558
32314559
32324560 # func_generate_dlsyms outputname originator pic_p
32344562 # a dlpreopen symbol table.
32354563 func_generate_dlsyms ()
32364564 {
3237 $opt_debug
3238 my_outputname="$1"
3239 my_originator="$2"
3240 my_pic_p="${3-no}"
3241 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
4565 $debug_cmd
4566
4567 my_outputname=$1
4568 my_originator=$2
4569 my_pic_p=${3-false}
4570 my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
32424571 my_dlsyms=
32434572
3244 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
4573 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
32454574 if test -n "$NM" && test -n "$global_symbol_pipe"; then
3246 my_dlsyms="${my_outputname}S.c"
4575 my_dlsyms=${my_outputname}S.c
32474576 else
32484577 func_error "not configured to extract global symbols from dlpreopened files"
32494578 fi
32544583 "") ;;
32554584 *.c)
32564585 # Discover the nlist of each of the dlfiles.
3257 nlist="$output_objdir/${my_outputname}.nm"
4586 nlist=$output_objdir/$my_outputname.nm
32584587
32594588 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
32604589
32624591 func_verbose "creating $output_objdir/$my_dlsyms"
32634592
32644593 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
3265 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
3266 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
4594 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
4595 /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
32674596
32684597 #ifdef __cplusplus
32694598 extern \"C\" {
32704599 #endif
32714600
3272 #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
4601 #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
32734602 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
32744603 #endif
32754604
32764605 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
3277 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
3278 /* DATA imports from DLLs on WIN32 con't be const, because runtime
4606 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4607 /* DATA imports from DLLs on WIN32 can't be const, because runtime
32794608 relocations are performed -- see ld's documentation on pseudo-relocs. */
32804609 # define LT_DLSYM_CONST
3281 #elif defined(__osf__)
4610 #elif defined __osf__
32824611 /* This system does not cope well with relocations in const data. */
32834612 # define LT_DLSYM_CONST
32844613 #else
32854614 # define LT_DLSYM_CONST const
32864615 #endif
32874616
4617 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
4618
32884619 /* External symbol declarations for the compiler. */\
32894620 "
32904621
3291 if test "$dlself" = yes; then
3292 func_verbose "generating symbol list for \`$output'"
4622 if test yes = "$dlself"; then
4623 func_verbose "generating symbol list for '$output'"
32934624
32944625 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
32954626
32974628 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
32984629 for progfile in $progfiles; do
32994630 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
3300 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
4631 func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
33014632 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
33024633 done
33034634
33174648
33184649 # Prepare the list of exported symbols
33194650 if test -z "$export_symbols"; then
3320 export_symbols="$output_objdir/$outputname.exp"
4651 export_symbols=$output_objdir/$outputname.exp
33214652 $opt_dry_run || {
33224653 $RM $export_symbols
3323 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4654 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
33244655 case $host in
33254656 *cygwin* | *mingw* | *cegcc* )
33264657 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
33304661 }
33314662 else
33324663 $opt_dry_run || {
3333 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4664 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
33344665 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
33354666 eval '$MV "$nlist"T "$nlist"'
33364667 case $host in
33444675 fi
33454676
33464677 for dlprefile in $dlprefiles; do
3347 func_verbose "extracting global C symbols from \`$dlprefile'"
4678 func_verbose "extracting global C symbols from '$dlprefile'"
33484679 func_basename "$dlprefile"
3349 name="$func_basename_result"
4680 name=$func_basename_result
33504681 case $host in
33514682 *cygwin* | *mingw* | *cegcc* )
33524683 # if an import library, we need to obtain dlname
33534684 if func_win32_import_lib_p "$dlprefile"; then
33544685 func_tr_sh "$dlprefile"
33554686 eval "curr_lafile=\$libfile_$func_tr_sh_result"
3356 dlprefile_dlbasename=""
4687 dlprefile_dlbasename=
33574688 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
33584689 # Use subshell, to avoid clobbering current variable values
33594690 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
3360 if test -n "$dlprefile_dlname" ; then
4691 if test -n "$dlprefile_dlname"; then
33614692 func_basename "$dlprefile_dlname"
3362 dlprefile_dlbasename="$func_basename_result"
4693 dlprefile_dlbasename=$func_basename_result
33634694 else
33644695 # no lafile. user explicitly requested -dlpreopen <import library>.
33654696 $sharedlib_from_linklib_cmd "$dlprefile"
33674698 fi
33684699 fi
33694700 $opt_dry_run || {
3370 if test -n "$dlprefile_dlbasename" ; then
4701 if test -n "$dlprefile_dlbasename"; then
33714702 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
33724703 else
33734704 func_warning "Could not compute DLL name from $name"
34234754 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
34244755 fi
34254756
4757 func_show_eval '$RM "${nlist}I"'
4758 if test -n "$global_symbol_to_import"; then
4759 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
4760 fi
4761
34264762 echo >> "$output_objdir/$my_dlsyms" "\
34274763
34284764 /* The mapping between symbol names and symbols. */
34314767 void *address;
34324768 } lt_dlsymlist;
34334769 extern LT_DLSYM_CONST lt_dlsymlist
3434 lt_${my_prefix}_LTX_preloaded_symbols[];
4770 lt_${my_prefix}_LTX_preloaded_symbols[];\
4771 "
4772
4773 if test -s "$nlist"I; then
4774 echo >> "$output_objdir/$my_dlsyms" "\
4775 static void lt_syminit(void)
4776 {
4777 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
4778 for (; symbol->name; ++symbol)
4779 {"
4780 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4781 echo >> "$output_objdir/$my_dlsyms" "\
4782 }
4783 }"
4784 fi
4785 echo >> "$output_objdir/$my_dlsyms" "\
34354786 LT_DLSYM_CONST lt_dlsymlist
34364787 lt_${my_prefix}_LTX_preloaded_symbols[] =
3437 {\
3438 { \"$my_originator\", (void *) 0 },"
4788 { {\"$my_originator\", (void *) 0},"
4789
4790 if test -s "$nlist"I; then
4791 echo >> "$output_objdir/$my_dlsyms" "\
4792 {\"@INIT@\", (void *) &lt_syminit},"
4793 fi
34394794
34404795 case $need_lib_prefix in
34414796 no)
34774832 *-*-hpux*)
34784833 pic_flag_for_symtable=" $pic_flag" ;;
34794834 *)
3480 if test "X$my_pic_p" != Xno; then
3481 pic_flag_for_symtable=" $pic_flag"
3482 fi
4835 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
34834836 ;;
34844837 esac
34854838 ;;
34964849 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
34974850
34984851 # Clean up the generated files.
3499 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
4852 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
35004853
35014854 # Transform the symbol file into the correct name.
3502 symfileobj="$output_objdir/${my_outputname}S.$objext"
4855 symfileobj=$output_objdir/${my_outputname}S.$objext
35034856 case $host in
35044857 *cygwin* | *mingw* | *cegcc* )
35054858 if test -f "$output_objdir/$my_outputname.def"; then
35174870 esac
35184871 ;;
35194872 *)
3520 func_fatal_error "unknown suffix for \`$my_dlsyms'"
4873 func_fatal_error "unknown suffix for '$my_dlsyms'"
35214874 ;;
35224875 esac
35234876 else
35294882 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
35304883 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
35314884 fi
4885 }
4886
4887 # func_cygming_gnu_implib_p ARG
4888 # This predicate returns with zero status (TRUE) if
4889 # ARG is a GNU/binutils-style import library. Returns
4890 # with nonzero status (FALSE) otherwise.
4891 func_cygming_gnu_implib_p ()
4892 {
4893 $debug_cmd
4894
4895 func_to_tool_file "$1" func_convert_file_msys_to_w32
4896 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
4897 test -n "$func_cygming_gnu_implib_tmp"
4898 }
4899
4900 # func_cygming_ms_implib_p ARG
4901 # This predicate returns with zero status (TRUE) if
4902 # ARG is an MS-style import library. Returns
4903 # with nonzero status (FALSE) otherwise.
4904 func_cygming_ms_implib_p ()
4905 {
4906 $debug_cmd
4907
4908 func_to_tool_file "$1" func_convert_file_msys_to_w32
4909 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
4910 test -n "$func_cygming_ms_implib_tmp"
35324911 }
35334912
35344913 # func_win32_libid arg
35404919 # Despite the name, also deal with 64 bit binaries.
35414920 func_win32_libid ()
35424921 {
3543 $opt_debug
3544 win32_libid_type="unknown"
4922 $debug_cmd
4923
4924 win32_libid_type=unknown
35454925 win32_fileres=`file -L $1 2>/dev/null`
35464926 case $win32_fileres in
35474927 *ar\ archive\ import\ library*) # definitely import
35514931 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
35524932 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
35534933 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
3554 func_to_tool_file "$1" func_convert_file_msys_to_w32
3555 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
3556 $SED -n -e '
4934 case $nm_interface in
4935 "MS dumpbin")
4936 if func_cygming_ms_implib_p "$1" ||
4937 func_cygming_gnu_implib_p "$1"
4938 then
4939 win32_nmres=import
4940 else
4941 win32_nmres=
4942 fi
4943 ;;
4944 *)
4945 func_to_tool_file "$1" func_convert_file_msys_to_w32
4946 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
4947 $SED -n -e '
35574948 1,100{
35584949 / I /{
3559 s,.*,import,
4950 s|.*|import|
35604951 p
35614952 q
35624953 }
35634954 }'`
4955 ;;
4956 esac
35644957 case $win32_nmres in
35654958 import*) win32_libid_type="x86 archive import";;
35664959 *) win32_libid_type="x86 archive static";;
35924985 # $sharedlib_from_linklib_result
35934986 func_cygming_dll_for_implib ()
35944987 {
3595 $opt_debug
4988 $debug_cmd
4989
35964990 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
35974991 }
35984992
36095003 # specified import library.
36105004 func_cygming_dll_for_implib_fallback_core ()
36115005 {
3612 $opt_debug
5006 $debug_cmd
5007
36135008 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
36145009 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
36155010 $SED '/^Contents of section '"$match_literal"':/{
36455040 /./p' |
36465041 # we now have a list, one entry per line, of the stringified
36475042 # contents of the appropriate section of all members of the
3648 # archive which possess that section. Heuristic: eliminate
3649 # all those which have a first or second character that is
5043 # archive that possess that section. Heuristic: eliminate
5044 # all those that have a first or second character that is
36505045 # a '.' (that is, objdump's representation of an unprintable
36515046 # character.) This should work for all archives with less than
36525047 # 0x302f exports -- but will fail for DLLs whose name actually
36555050 #
36565051 # Of those that remain, print the first one.
36575052 $SED -e '/^\./d;/^.\./d;q'
3658 }
3659
3660 # func_cygming_gnu_implib_p ARG
3661 # This predicate returns with zero status (TRUE) if
3662 # ARG is a GNU/binutils-style import library. Returns
3663 # with nonzero status (FALSE) otherwise.
3664 func_cygming_gnu_implib_p ()
3665 {
3666 $opt_debug
3667 func_to_tool_file "$1" func_convert_file_msys_to_w32
3668 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
3669 test -n "$func_cygming_gnu_implib_tmp"
3670 }
3671
3672 # func_cygming_ms_implib_p ARG
3673 # This predicate returns with zero status (TRUE) if
3674 # ARG is an MS-style import library. Returns
3675 # with nonzero status (FALSE) otherwise.
3676 func_cygming_ms_implib_p ()
3677 {
3678 $opt_debug
3679 func_to_tool_file "$1" func_convert_file_msys_to_w32
3680 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
3681 test -n "$func_cygming_ms_implib_tmp"
36825053 }
36835054
36845055 # func_cygming_dll_for_implib_fallback ARG
36945065 # $sharedlib_from_linklib_result
36955066 func_cygming_dll_for_implib_fallback ()
36965067 {
3697 $opt_debug
3698 if func_cygming_gnu_implib_p "$1" ; then
5068 $debug_cmd
5069
5070 if func_cygming_gnu_implib_p "$1"; then
36995071 # binutils import library
37005072 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
3701 elif func_cygming_ms_implib_p "$1" ; then
5073 elif func_cygming_ms_implib_p "$1"; then
37025074 # ms-generated import library
37035075 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
37045076 else
37055077 # unknown
3706 sharedlib_from_linklib_result=""
5078 sharedlib_from_linklib_result=
37075079 fi
37085080 }
37095081
37115083 # func_extract_an_archive dir oldlib
37125084 func_extract_an_archive ()
37135085 {
3714 $opt_debug
3715 f_ex_an_ar_dir="$1"; shift
3716 f_ex_an_ar_oldlib="$1"
3717 if test "$lock_old_archive_extraction" = yes; then
5086 $debug_cmd
5087
5088 f_ex_an_ar_dir=$1; shift
5089 f_ex_an_ar_oldlib=$1
5090 if test yes = "$lock_old_archive_extraction"; then
37185091 lockfile=$f_ex_an_ar_oldlib.lock
37195092 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
37205093 func_echo "Waiting for $lockfile to be removed"
37235096 fi
37245097 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
37255098 'stat=$?; rm -f "$lockfile"; exit $stat'
3726 if test "$lock_old_archive_extraction" = yes; then
5099 if test yes = "$lock_old_archive_extraction"; then
37275100 $opt_dry_run || rm -f "$lockfile"
37285101 fi
37295102 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
37375110 # func_extract_archives gentop oldlib ...
37385111 func_extract_archives ()
37395112 {
3740 $opt_debug
3741 my_gentop="$1"; shift
5113 $debug_cmd
5114
5115 my_gentop=$1; shift
37425116 my_oldlibs=${1+"$@"}
3743 my_oldobjs=""
3744 my_xlib=""
3745 my_xabs=""
3746 my_xdir=""
5117 my_oldobjs=
5118 my_xlib=
5119 my_xabs=
5120 my_xdir=
37475121
37485122 for my_xlib in $my_oldlibs; do
37495123 # Extract the objects.
37505124 case $my_xlib in
3751 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
5125 [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
37525126 *) my_xabs=`pwd`"/$my_xlib" ;;
37535127 esac
37545128 func_basename "$my_xlib"
3755 my_xlib="$func_basename_result"
5129 my_xlib=$func_basename_result
37565130 my_xlib_u=$my_xlib
37575131 while :; do
37585132 case " $extracted_archives " in
37645138 esac
37655139 done
37665140 extracted_archives="$extracted_archives $my_xlib_u"
3767 my_xdir="$my_gentop/$my_xlib_u"
5141 my_xdir=$my_gentop/$my_xlib_u
37685142
37695143 func_mkdir_p "$my_xdir"
37705144
37775151 cd $my_xdir || exit $?
37785152 darwin_archive=$my_xabs
37795153 darwin_curdir=`pwd`
3780 darwin_base_archive=`basename "$darwin_archive"`
5154 func_basename "$darwin_archive"
5155 darwin_base_archive=$func_basename_result
37815156 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
37825157 if test -n "$darwin_arches"; then
37835158 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
37845159 darwin_arch=
37855160 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
3786 for darwin_arch in $darwin_arches ; do
3787 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
3788 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
3789 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
3790 func_extract_an_archive "`pwd`" "${darwin_base_archive}"
5161 for darwin_arch in $darwin_arches; do
5162 func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
5163 $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
5164 cd "unfat-$$/$darwin_base_archive-$darwin_arch"
5165 func_extract_an_archive "`pwd`" "$darwin_base_archive"
37915166 cd "$darwin_curdir"
3792 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
5167 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
37935168 done # $darwin_arches
37945169 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
3795 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
5170 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
37965171 darwin_file=
37975172 darwin_files=
37985173 for darwin_file in $darwin_filelist; do
38145189 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
38155190 done
38165191
3817 func_extract_archives_result="$my_oldobjs"
5192 func_extract_archives_result=$my_oldobjs
38185193 }
38195194
38205195
38295204 #
38305205 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
38315206 # variable will take. If 'yes', then the emitted script
3832 # will assume that the directory in which it is stored is
5207 # will assume that the directory where it is stored is
38335208 # the $objdir directory. This is a cygwin/mingw-specific
38345209 # behavior.
38355210 func_emit_wrapper ()
38405215 #! $SHELL
38415216
38425217 # $output - temporary wrapper script for $objdir/$outputname
3843 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
5218 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
38445219 #
38455220 # The $output program cannot be directly executed until all the libtool
38465221 # libraries that it depends on are installed.
38975272
38985273 # Very basic option parsing. These options are (a) specific to
38995274 # the libtool wrapper, (b) are identical between the wrapper
3900 # /script/ and the wrapper /executable/ which is used only on
5275 # /script/ and the wrapper /executable/ that is used only on
39015276 # windows platforms, and (c) all begin with the string "--lt-"
3902 # (application programs are unlikely to have options which match
5277 # (application programs are unlikely to have options that match
39035278 # this pattern).
39045279 #
39055280 # There are only two supported options: --lt-debug and
39325307
39335308 # Print the debug banner immediately:
39345309 if test -n \"\$lt_option_debug\"; then
3935 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
5310 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
39365311 fi
39375312 }
39385313
39435318 lt_dump_args_N=1;
39445319 for lt_arg
39455320 do
3946 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
5321 \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
39475322 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
39485323 done
39495324 }
39575332 *-*-mingw | *-*-os2* | *-cegcc*)
39585333 $ECHO "\
39595334 if test -n \"\$lt_option_debug\"; then
3960 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
5335 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
39615336 func_lt_dump_args \${1+\"\$@\"} 1>&2
39625337 fi
39635338 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
39675342 *)
39685343 $ECHO "\
39695344 if test -n \"\$lt_option_debug\"; then
3970 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
5345 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
39715346 func_lt_dump_args \${1+\"\$@\"} 1>&2
39725347 fi
39735348 exec \"\$progdir/\$program\" \${1+\"\$@\"}
40425417 test -n \"\$absdir\" && thisdir=\"\$absdir\"
40435418 "
40445419
4045 if test "$fast_install" = yes; then
5420 if test yes = "$fast_install"; then
40465421 $ECHO "\
40475422 program=lt-'$outputname'$exeext
40485423 progdir=\"\$thisdir/$objdir\"
40495424
40505425 if test ! -f \"\$progdir/\$program\" ||
4051 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
5426 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
40525427 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
40535428
40545429 file=\"\$\$-\$program\"
40655440 if test -n \"\$relink_command\"; then
40665441 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
40675442 else
4068 $ECHO \"\$relink_command_output\" >&2
5443 \$ECHO \"\$relink_command_output\" >&2
40695444 $RM \"\$progdir/\$file\"
40705445 exit 1
40715446 fi
41005475 fi
41015476
41025477 # Export our shlibpath_var if we have one.
4103 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5478 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
41045479 $ECHO "\
41055480 # Add our own library path to $shlibpath_var
41065481 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
41205495 fi
41215496 else
41225497 # The program doesn't exist.
4123 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
5498 \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
41245499 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
41255500 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
41265501 exit 1
41395514 cat <<EOF
41405515
41415516 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4142 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
5517 Generated by $PROGRAM (GNU $PACKAGE) $VERSION
41435518
41445519 The $output program cannot be directly executed until all the libtool
41455520 libraries that it depends on are installed.
41745549 #include <fcntl.h>
41755550 #include <sys/stat.h>
41765551
5552 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
5553
41775554 /* declarations of non-ANSI functions */
4178 #if defined(__MINGW32__)
5555 #if defined __MINGW32__
41795556 # ifdef __STRICT_ANSI__
41805557 int _putenv (const char *);
41815558 # endif
4182 #elif defined(__CYGWIN__)
5559 #elif defined __CYGWIN__
41835560 # ifdef __STRICT_ANSI__
41845561 char *realpath (const char *, char *);
41855562 int putenv (char *);
41865563 int setenv (const char *, const char *, int);
41875564 # endif
4188 /* #elif defined (other platforms) ... */
5565 /* #elif defined other_platform || defined ... */
41895566 #endif
41905567
41915568 /* portability defines, excluding path handling macros */
4192 #if defined(_MSC_VER)
5569 #if defined _MSC_VER
41935570 # define setmode _setmode
41945571 # define stat _stat
41955572 # define chmod _chmod
41965573 # define getcwd _getcwd
41975574 # define putenv _putenv
41985575 # define S_IXUSR _S_IEXEC
4199 # ifndef _INTPTR_T_DEFINED
4200 # define _INTPTR_T_DEFINED
4201 # define intptr_t int
4202 # endif
4203 #elif defined(__MINGW32__)
5576 #elif defined __MINGW32__
42045577 # define setmode _setmode
42055578 # define stat _stat
42065579 # define chmod _chmod
42075580 # define getcwd _getcwd
42085581 # define putenv _putenv
4209 #elif defined(__CYGWIN__)
5582 #elif defined __CYGWIN__
42105583 # define HAVE_SETENV
42115584 # define FOPEN_WB "wb"
4212 /* #elif defined (other platforms) ... */
5585 /* #elif defined other platforms ... */
42135586 #endif
42145587
4215 #if defined(PATH_MAX)
5588 #if defined PATH_MAX
42165589 # define LT_PATHMAX PATH_MAX
4217 #elif defined(MAXPATHLEN)
5590 #elif defined MAXPATHLEN
42185591 # define LT_PATHMAX MAXPATHLEN
42195592 #else
42205593 # define LT_PATHMAX 1024
42335606 # define PATH_SEPARATOR ':'
42345607 #endif
42355608
4236 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
4237 defined (__OS2__)
5609 #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
5610 defined __OS2__
42385611 # define HAVE_DOS_BASED_FILE_SYSTEM
42395612 # define FOPEN_WB "wb"
42405613 # ifndef DIR_SEPARATOR_2
42675640
42685641 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
42695642 #define XFREE(stale) do { \
4270 if (stale) { free ((void *) stale); stale = 0; } \
5643 if (stale) { free (stale); stale = 0; } \
42715644 } while (0)
42725645
4273 #if defined(LT_DEBUGWRAPPER)
5646 #if defined LT_DEBUGWRAPPER
42745647 static int lt_debug = 1;
42755648 #else
42765649 static int lt_debug = 0;
42995672 EOF
43005673
43015674 cat <<EOF
4302 volatile const char * MAGIC_EXE = "$magic_exe";
5675 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5676 # define externally_visible volatile
5677 #else
5678 # define externally_visible __attribute__((externally_visible)) volatile
5679 #endif
5680 externally_visible const char * MAGIC_EXE = "$magic_exe";
43035681 const char * LIB_PATH_VARNAME = "$shlibpath_var";
43045682 EOF
43055683
4306 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5684 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
43075685 func_to_host_path "$temp_rpath"
43085686 cat <<EOF
43095687 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
43275705 EOF
43285706 fi
43295707
4330 if test "$fast_install" = yes; then
5708 if test yes = "$fast_install"; then
43315709 cat <<EOF
43325710 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
43335711 EOF
43565734 char *actual_cwrapper_name;
43575735 char *target_name;
43585736 char *lt_argv_zero;
4359 intptr_t rval = 127;
5737 int rval = 127;
43605738
43615739 int i;
43625740
43635741 program_name = (char *) xstrdup (base_name (argv[0]));
4364 newargz = XMALLOC (char *, argc + 1);
5742 newargz = XMALLOC (char *, (size_t) argc + 1);
43655743
43665744 /* very simple arg parsing; don't want to rely on getopt
43675745 * also, copy all non cwrapper options to newargz, except
43705748 newargc=0;
43715749 for (i = 1; i < argc; i++)
43725750 {
4373 if (strcmp (argv[i], dumpscript_opt) == 0)
5751 if (STREQ (argv[i], dumpscript_opt))
43745752 {
43755753 EOF
4376 case "$host" in
5754 case $host in
43775755 *mingw* | *cygwin* )
43785756 # make stdout use "unix" line endings
43795757 echo " setmode(1,_O_BINARY);"
43845762 lt_dump_script (stdout);
43855763 return 0;
43865764 }
4387 if (strcmp (argv[i], debug_opt) == 0)
5765 if (STREQ (argv[i], debug_opt))
43885766 {
43895767 lt_debug = 1;
43905768 continue;
43915769 }
4392 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
5770 if (STREQ (argv[i], ltwrapper_option_prefix))
43935771 {
43945772 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
43955773 namespace, but it is not one of the ones we know about and
44125790 EOF
44135791 cat <<EOF
44145792 /* The GNU banner must be the first non-error debug message */
4415 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
5793 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
44165794 EOF
44175795 cat <<"EOF"
44185796 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
45235901 cat <<"EOF"
45245902 /* execv doesn't actually work on mingw as expected on unix */
45255903 newargz = prepare_spawn (newargz);
4526 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
5904 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
45275905 if (rval == -1)
45285906 {
45295907 /* failed to start process */
45685946 {
45695947 const char *base;
45705948
4571 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
5949 #if defined HAVE_DOS_BASED_FILE_SYSTEM
45725950 /* Skip over the disk name in MSDOS pathnames. */
45735951 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
45745952 name += 2;
46276005 const char *p_next;
46286006 /* static buffer for getcwd */
46296007 char tmp[LT_PATHMAX + 1];
4630 int tmp_len;
6008 size_t tmp_len;
46316009 char *concat_name;
46326010
46336011 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
46376015 return NULL;
46386016
46396017 /* Absolute path? */
4640 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
6018 #if defined HAVE_DOS_BASED_FILE_SYSTEM
46416019 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
46426020 {
46436021 concat_name = xstrdup (wrapper);
46556033 return concat_name;
46566034 XFREE (concat_name);
46576035 }
4658 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
6036 #if defined HAVE_DOS_BASED_FILE_SYSTEM
46596037 }
46606038 #endif
46616039
46786056 for (q = p; *q; q++)
46796057 if (IS_PATH_SEPARATOR (*q))
46806058 break;
4681 p_len = q - p;
6059 p_len = (size_t) (q - p);
46826060 p_next = (*q == '\0' ? q : q + 1);
46836061 if (p_len == 0)
46846062 {
47976175 if (patlen <= len)
47986176 {
47996177 str += len - patlen;
4800 if (strcmp (str, pat) == 0)
6178 if (STREQ (str, pat))
48016179 *str = '\0';
48026180 }
48036181 return str;
48626240 char *str = xstrdup (value);
48636241 setenv (name, str, 1);
48646242 #else
4865 int len = strlen (name) + 1 + strlen (value) + 1;
6243 size_t len = strlen (name) + 1 + strlen (value) + 1;
48666244 char *str = XMALLOC (char, len);
48676245 sprintf (str, "%s=%s", name, value);
48686246 if (putenv (str) != EXIT_SUCCESS)
48796257 char *new_value;
48806258 if (orig_value && *orig_value)
48816259 {
4882 int orig_value_len = strlen (orig_value);
4883 int add_len = strlen (add);
6260 size_t orig_value_len = strlen (orig_value);
6261 size_t add_len = strlen (add);
48846262 new_value = XMALLOC (char, add_len + orig_value_len + 1);
48856263 if (to_end)
48866264 {
49116289 {
49126290 char *new_value = lt_extend_str (getenv (name), value, 0);
49136291 /* some systems can't cope with a ':'-terminated path #' */
4914 int len = strlen (new_value);
4915 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
6292 size_t len = strlen (new_value);
6293 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
49166294 {
4917 new_value[len-1] = '\0';
6295 new_value[--len] = '\0';
49186296 }
49196297 lt_setenv (name, new_value);
49206298 XFREE (new_value);
50816459 # True if ARG is an import lib, as indicated by $file_magic_cmd
50826460 func_win32_import_lib_p ()
50836461 {
5084 $opt_debug
6462 $debug_cmd
6463
50856464 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
50866465 *import*) : ;;
50876466 *) false ;;
50886467 esac
50896468 }
50906469
6470 # func_suncc_cstd_abi
6471 # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
6472 # Several compiler flags select an ABI that is incompatible with the
6473 # Cstd library. Avoid specifying it if any are in CXXFLAGS.
6474 func_suncc_cstd_abi ()
6475 {
6476 $debug_cmd
6477
6478 case " $compile_command " in
6479 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
6480 suncc_use_cstd_abi=no
6481 ;;
6482 *)
6483 suncc_use_cstd_abi=yes
6484 ;;
6485 esac
6486 }
6487
50916488 # func_mode_link arg...
50926489 func_mode_link ()
50936490 {
5094 $opt_debug
6491 $debug_cmd
6492
50956493 case $host in
50966494 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
50976495 # It is impossible to link a dll without this setting, and
50986496 # we shouldn't force the makefile maintainer to figure out
5099 # which system we are compiling for in order to pass an extra
6497 # what system we are compiling for in order to pass an extra
51006498 # flag for every libtool invocation.
51016499 # allow_undefined=no
51026500
51036501 # FIXME: Unfortunately, there are problems with the above when trying
5104 # to make a dll which has undefined symbols, in which case not
6502 # to make a dll that has undefined symbols, in which case not
51056503 # even a static library is built. For now, we need to specify
51066504 # -no-undefined on the libtool link line when we can be certain
51076505 # that all symbols are satisfied, otherwise we get a static library.
51456543 module=no
51466544 no_install=no
51476545 objs=
6546 os2dllname=
51486547 non_pic_objects=
51496548 precious_files_regex=
51506549 prefer_static_libs=no
5151 preload=no
6550 preload=false
51526551 prev=
51536552 prevarg=
51546553 release=
51606559 vinfo=
51616560 vinfo_number=no
51626561 weak_libs=
5163 single_module="${wl}-single_module"
6562 single_module=$wl-single_module
51646563 func_infer_tag $base_compile
51656564
51666565 # We need to know -static, to get the right output filenames.
51686567 do
51696568 case $arg in
51706569 -shared)
5171 test "$build_libtool_libs" != yes && \
5172 func_fatal_configuration "can not build a shared library"
6570 test yes != "$build_libtool_libs" \
6571 && func_fatal_configuration "cannot build a shared library"
51736572 build_old_libs=no
51746573 break
51756574 ;;
51766575 -all-static | -static | -static-libtool-libs)
51776576 case $arg in
51786577 -all-static)
5179 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
6578 if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
51806579 func_warning "complete static linking is impossible in this configuration"
51816580 fi
51826581 if test -n "$link_static_flag"; then
52096608
52106609 # Go through the arguments, transforming them on the way.
52116610 while test "$#" -gt 0; do
5212 arg="$1"
6611 arg=$1
52136612 shift
52146613 func_quote_for_eval "$arg"
52156614 qarg=$func_quote_for_eval_unquoted_result
52266625
52276626 case $prev in
52286627 bindir)
5229 bindir="$arg"
6628 bindir=$arg
52306629 prev=
52316630 continue
52326631 ;;
52336632 dlfiles|dlprefiles)
5234 if test "$preload" = no; then
6633 $preload || {
52356634 # Add the symbol object into the linking commands.
52366635 func_append compile_command " @SYMFILE@"
52376636 func_append finalize_command " @SYMFILE@"
5238 preload=yes
5239 fi
6637 preload=:
6638 }
52406639 case $arg in
52416640 *.la | *.lo) ;; # We handle these cases below.
52426641 force)
5243 if test "$dlself" = no; then
6642 if test no = "$dlself"; then
52446643 dlself=needless
52456644 export_dynamic=yes
52466645 fi
52486647 continue
52496648 ;;
52506649 self)
5251 if test "$prev" = dlprefiles; then
6650 if test dlprefiles = "$prev"; then
52526651 dlself=yes
5253 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
6652 elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
52546653 dlself=yes
52556654 else
52566655 dlself=needless
52606659 continue
52616660 ;;
52626661 *)
5263 if test "$prev" = dlfiles; then
6662 if test dlfiles = "$prev"; then
52646663 func_append dlfiles " $arg"
52656664 else
52666665 func_append dlprefiles " $arg"
52716670 esac
52726671 ;;
52736672 expsyms)
5274 export_symbols="$arg"
6673 export_symbols=$arg
52756674 test -f "$arg" \
5276 || func_fatal_error "symbol file \`$arg' does not exist"
6675 || func_fatal_error "symbol file '$arg' does not exist"
52776676 prev=
52786677 continue
52796678 ;;
52806679 expsyms_regex)
5281 export_symbols_regex="$arg"
6680 export_symbols_regex=$arg
52826681 prev=
52836682 continue
52846683 ;;
52966695 continue
52976696 ;;
52986697 inst_prefix)
5299 inst_prefix_dir="$arg"
6698 inst_prefix_dir=$arg
6699 prev=
6700 continue
6701 ;;
6702 mllvm)
6703 # Clang does not use LLVM to link, so we can simply discard any
6704 # '-mllvm $arg' options when doing the link step.
53006705 prev=
53016706 continue
53026707 ;;
53206725
53216726 if test -z "$pic_object" ||
53226727 test -z "$non_pic_object" ||
5323 test "$pic_object" = none &&
5324 test "$non_pic_object" = none; then
5325 func_fatal_error "cannot find name of object for \`$arg'"
6728 test none = "$pic_object" &&
6729 test none = "$non_pic_object"; then
6730 func_fatal_error "cannot find name of object for '$arg'"
53266731 fi
53276732
53286733 # Extract subdirectory from the argument.
53296734 func_dirname "$arg" "/" ""
5330 xdir="$func_dirname_result"
5331
5332 if test "$pic_object" != none; then
6735 xdir=$func_dirname_result
6736
6737 if test none != "$pic_object"; then
53336738 # Prepend the subdirectory the object is found in.
5334 pic_object="$xdir$pic_object"
5335
5336 if test "$prev" = dlfiles; then
5337 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
6739 pic_object=$xdir$pic_object
6740
6741 if test dlfiles = "$prev"; then
6742 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
53386743 func_append dlfiles " $pic_object"
53396744 prev=
53406745 continue
53456750 fi
53466751
53476752 # CHECK ME: I think I busted this. -Ossama
5348 if test "$prev" = dlprefiles; then
6753 if test dlprefiles = "$prev"; then
53496754 # Preload the old-style object.
53506755 func_append dlprefiles " $pic_object"
53516756 prev=
53536758
53546759 # A PIC object.
53556760 func_append libobjs " $pic_object"
5356 arg="$pic_object"
6761 arg=$pic_object
53576762 fi
53586763
53596764 # Non-PIC object.
5360 if test "$non_pic_object" != none; then
6765 if test none != "$non_pic_object"; then
53616766 # Prepend the subdirectory the object is found in.
5362 non_pic_object="$xdir$non_pic_object"
6767 non_pic_object=$xdir$non_pic_object
53636768
53646769 # A standard non-PIC object
53656770 func_append non_pic_objects " $non_pic_object"
5366 if test -z "$pic_object" || test "$pic_object" = none ; then
5367 arg="$non_pic_object"
6771 if test -z "$pic_object" || test none = "$pic_object"; then
6772 arg=$non_pic_object
53686773 fi
53696774 else
53706775 # If the PIC object exists, use it instead.
53716776 # $xdir was prepended to $pic_object above.
5372 non_pic_object="$pic_object"
6777 non_pic_object=$pic_object
53736778 func_append non_pic_objects " $non_pic_object"
53746779 fi
53756780 else
53776782 if $opt_dry_run; then
53786783 # Extract subdirectory from the argument.
53796784 func_dirname "$arg" "/" ""
5380 xdir="$func_dirname_result"
6785 xdir=$func_dirname_result
53816786
53826787 func_lo2o "$arg"
53836788 pic_object=$xdir$objdir/$func_lo2o_result
53856790 func_append libobjs " $pic_object"
53866791 func_append non_pic_objects " $non_pic_object"
53876792 else
5388 func_fatal_error "\`$arg' is not a valid libtool object"
6793 func_fatal_error "'$arg' is not a valid libtool object"
53896794 fi
53906795 fi
53916796 done
53926797 else
5393 func_fatal_error "link input file \`$arg' does not exist"
6798 func_fatal_error "link input file '$arg' does not exist"
53946799 fi
53956800 arg=$save_arg
53966801 prev=
53976802 continue
53986803 ;;
6804 os2dllname)
6805 os2dllname=$arg
6806 prev=
6807 continue
6808 ;;
53996809 precious_regex)
5400 precious_files_regex="$arg"
6810 precious_files_regex=$arg
54016811 prev=
54026812 continue
54036813 ;;
54046814 release)
5405 release="-$arg"
6815 release=-$arg
54066816 prev=
54076817 continue
54086818 ;;
54146824 func_fatal_error "only absolute run-paths are allowed"
54156825 ;;
54166826 esac
5417 if test "$prev" = rpath; then
6827 if test rpath = "$prev"; then
54186828 case "$rpath " in
54196829 *" $arg "*) ;;
54206830 *) func_append rpath " $arg" ;;
54296839 continue
54306840 ;;
54316841 shrext)
5432 shrext_cmds="$arg"
6842 shrext_cmds=$arg
54336843 prev=
54346844 continue
54356845 ;;
54696879 esac
54706880 fi # test -n "$prev"
54716881
5472 prevarg="$arg"
6882 prevarg=$arg
54736883
54746884 case $arg in
54756885 -all-static)
54836893
54846894 -allow-undefined)
54856895 # FIXME: remove this flag sometime in the future.
5486 func_fatal_error "\`-allow-undefined' must not be used because it is the default"
6896 func_fatal_error "'-allow-undefined' must not be used because it is the default"
54876897 ;;
54886898
54896899 -avoid-version)
55156925 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
55166926 func_fatal_error "more than one -exported-symbols argument is not allowed"
55176927 fi
5518 if test "X$arg" = "X-export-symbols"; then
6928 if test X-export-symbols = "X$arg"; then
55196929 prev=expsyms
55206930 else
55216931 prev=expsyms_regex
55496959 func_stripname "-L" '' "$arg"
55506960 if test -z "$func_stripname_result"; then
55516961 if test "$#" -gt 0; then
5552 func_fatal_error "require no space between \`-L' and \`$1'"
6962 func_fatal_error "require no space between '-L' and '$1'"
55536963 else
5554 func_fatal_error "need path for \`-L' option"
6964 func_fatal_error "need path for '-L' option"
55556965 fi
55566966 fi
55576967 func_resolve_sysroot "$func_stripname_result"
55626972 *)
55636973 absdir=`cd "$dir" && pwd`
55646974 test -z "$absdir" && \
5565 func_fatal_error "cannot determine absolute directory name of \`$dir'"
5566 dir="$absdir"
6975 func_fatal_error "cannot determine absolute directory name of '$dir'"
6976 dir=$absdir
55676977 ;;
55686978 esac
55696979 case "$deplibs " in
55987008 ;;
55997009
56007010 -l*)
5601 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
7011 if test X-lc = "X$arg" || test X-lm = "X$arg"; then
56027012 case $host in
56037013 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
56047014 # These systems don't actually have a C or math library (as such)
56067016 ;;
56077017 *-*-os2*)
56087018 # These systems don't actually have a C library (as such)
5609 test "X$arg" = "X-lc" && continue
7019 test X-lc = "X$arg" && continue
56107020 ;;
5611 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
7021 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
56127022 # Do not include libc due to us having libc/libc_r.
5613 test "X$arg" = "X-lc" && continue
7023 test X-lc = "X$arg" && continue
56147024 ;;
56157025 *-*-rhapsody* | *-*-darwin1.[012])
56167026 # Rhapsody C and math libraries are in the System framework
56197029 ;;
56207030 *-*-sco3.2v5* | *-*-sco5v6*)
56217031 # Causes problems with __ctype
5622 test "X$arg" = "X-lc" && continue
7032 test X-lc = "X$arg" && continue
56237033 ;;
56247034 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
56257035 # Compiler inserts libc in the correct place for threads to work
5626 test "X$arg" = "X-lc" && continue
7036 test X-lc = "X$arg" && continue
56277037 ;;
56287038 esac
5629 elif test "X$arg" = "X-lc_r"; then
7039 elif test X-lc_r = "X$arg"; then
56307040 case $host in
5631 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
7041 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
56327042 # Do not include libc_r directly, use -pthread flag.
56337043 continue
56347044 ;;
56357045 esac
56367046 fi
56377047 func_append deplibs " $arg"
7048 continue
7049 ;;
7050
7051 -mllvm)
7052 prev=mllvm
56387053 continue
56397054 ;;
56407055
56677082 ;;
56687083
56697084 -multi_module)
5670 single_module="${wl}-multi_module"
7085 single_module=$wl-multi_module
56717086 continue
56727087 ;;
56737088
56817096 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
56827097 # The PATH hackery in wrapper scripts is required on Windows
56837098 # and Darwin in order for the loader to find any dlls it needs.
5684 func_warning "\`-no-install' is ignored for $host"
5685 func_warning "assuming \`-no-fast-install' instead"
7099 func_warning "'-no-install' is ignored for $host"
7100 func_warning "assuming '-no-fast-install' instead"
56867101 fast_install=no
56877102 ;;
56887103 *) no_install=yes ;;
56977112
56987113 -objectlist)
56997114 prev=objectlist
7115 continue
7116 ;;
7117
7118 -os2dllname)
7119 prev=os2dllname
57007120 continue
57017121 ;;
57027122
57877207 func_stripname '-Wc,' '' "$arg"
57887208 args=$func_stripname_result
57897209 arg=
5790 save_ifs="$IFS"; IFS=','
7210 save_ifs=$IFS; IFS=,
57917211 for flag in $args; do
5792 IFS="$save_ifs"
7212 IFS=$save_ifs
57937213 func_quote_for_eval "$flag"
57947214 func_append arg " $func_quote_for_eval_result"
57957215 func_append compiler_flags " $func_quote_for_eval_result"
57967216 done
5797 IFS="$save_ifs"
7217 IFS=$save_ifs
57987218 func_stripname ' ' '' "$arg"
57997219 arg=$func_stripname_result
58007220 ;;
58037223 func_stripname '-Wl,' '' "$arg"
58047224 args=$func_stripname_result
58057225 arg=
5806 save_ifs="$IFS"; IFS=','
7226 save_ifs=$IFS; IFS=,
58077227 for flag in $args; do
5808 IFS="$save_ifs"
7228 IFS=$save_ifs
58097229 func_quote_for_eval "$flag"
58107230 func_append arg " $wl$func_quote_for_eval_result"
58117231 func_append compiler_flags " $wl$func_quote_for_eval_result"
58127232 func_append linker_flags " $func_quote_for_eval_result"
58137233 done
5814 IFS="$save_ifs"
7234 IFS=$save_ifs
58157235 func_stripname ' ' '' "$arg"
58167236 arg=$func_stripname_result
58177237 ;;
58347254 # -msg_* for osf cc
58357255 -msg_*)
58367256 func_quote_for_eval "$arg"
5837 arg="$func_quote_for_eval_result"
7257 arg=$func_quote_for_eval_result
58387258 ;;
58397259
58407260 # Flags to be passed through unchanged, with rationale:
58467266 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
58477267 # -F/path path to uninstalled frameworks, gcc on darwin
58487268 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
7269 # -fstack-protector* stack protector flags for GCC
58497270 # @file GCC response files
58507271 # -tp=* Portland pgcc target processor selection
58517272 # --sysroot=* for sysroot support
5852 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7273 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7274 # -specs=* GCC specs files
7275 # -stdlib=* select c++ std lib with clang
7276 # -fsanitize=* Clang/GCC memory and address sanitizer
58537277 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
58547278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
5855 -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
7279 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
58567281 func_quote_for_eval "$arg"
5857 arg="$func_quote_for_eval_result"
7282 arg=$func_quote_for_eval_result
58587283 func_append compile_command " $arg"
58597284 func_append finalize_command " $arg"
58607285 func_append compiler_flags " $arg"
58617286 continue
58627287 ;;
58637288
7289 -Z*)
7290 if test os2 = "`expr $host : '.*\(os2\)'`"; then
7291 # OS/2 uses -Zxxx to specify OS/2-specific options
7292 compiler_flags="$compiler_flags $arg"
7293 func_append compile_command " $arg"
7294 func_append finalize_command " $arg"
7295 case $arg in
7296 -Zlinker | -Zstack)
7297 prev=xcompiler
7298 ;;
7299 esac
7300 continue
7301 else
7302 # Otherwise treat like 'Some other compiler flag' below
7303 func_quote_for_eval "$arg"
7304 arg=$func_quote_for_eval_result
7305 fi
7306 ;;
7307
58647308 # Some other compiler flag.
58657309 -* | +*)
58667310 func_quote_for_eval "$arg"
5867 arg="$func_quote_for_eval_result"
7311 arg=$func_quote_for_eval_result
58687312 ;;
58697313
58707314 *.$objext)
58857329
58867330 if test -z "$pic_object" ||
58877331 test -z "$non_pic_object" ||
5888 test "$pic_object" = none &&
5889 test "$non_pic_object" = none; then
5890 func_fatal_error "cannot find name of object for \`$arg'"
7332 test none = "$pic_object" &&
7333 test none = "$non_pic_object"; then
7334 func_fatal_error "cannot find name of object for '$arg'"
58917335 fi
58927336
58937337 # Extract subdirectory from the argument.
58947338 func_dirname "$arg" "/" ""
5895 xdir="$func_dirname_result"
5896
5897 if test "$pic_object" != none; then
7339 xdir=$func_dirname_result
7340
7341 test none = "$pic_object" || {
58987342 # Prepend the subdirectory the object is found in.
5899 pic_object="$xdir$pic_object"
5900
5901 if test "$prev" = dlfiles; then
5902 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
7343 pic_object=$xdir$pic_object
7344
7345 if test dlfiles = "$prev"; then
7346 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
59037347 func_append dlfiles " $pic_object"
59047348 prev=
59057349 continue
59107354 fi
59117355
59127356 # CHECK ME: I think I busted this. -Ossama
5913 if test "$prev" = dlprefiles; then
7357 if test dlprefiles = "$prev"; then
59147358 # Preload the old-style object.
59157359 func_append dlprefiles " $pic_object"
59167360 prev=
59187362
59197363 # A PIC object.
59207364 func_append libobjs " $pic_object"
5921 arg="$pic_object"
5922 fi
7365 arg=$pic_object
7366 }
59237367
59247368 # Non-PIC object.
5925 if test "$non_pic_object" != none; then
7369 if test none != "$non_pic_object"; then
59267370 # Prepend the subdirectory the object is found in.
5927 non_pic_object="$xdir$non_pic_object"
7371 non_pic_object=$xdir$non_pic_object
59287372
59297373 # A standard non-PIC object
59307374 func_append non_pic_objects " $non_pic_object"
5931 if test -z "$pic_object" || test "$pic_object" = none ; then
5932 arg="$non_pic_object"
7375 if test -z "$pic_object" || test none = "$pic_object"; then
7376 arg=$non_pic_object
59337377 fi
59347378 else
59357379 # If the PIC object exists, use it instead.
59367380 # $xdir was prepended to $pic_object above.
5937 non_pic_object="$pic_object"
7381 non_pic_object=$pic_object
59387382 func_append non_pic_objects " $non_pic_object"
59397383 fi
59407384 else
59427386 if $opt_dry_run; then
59437387 # Extract subdirectory from the argument.
59447388 func_dirname "$arg" "/" ""
5945 xdir="$func_dirname_result"
7389 xdir=$func_dirname_result
59467390
59477391 func_lo2o "$arg"
59487392 pic_object=$xdir$objdir/$func_lo2o_result
59507394 func_append libobjs " $pic_object"
59517395 func_append non_pic_objects " $non_pic_object"
59527396 else
5953 func_fatal_error "\`$arg' is not a valid libtool object"
7397 func_fatal_error "'$arg' is not a valid libtool object"
59547398 fi
59557399 fi
59567400 ;;
59667410 # A libtool-controlled library.
59677411
59687412 func_resolve_sysroot "$arg"
5969 if test "$prev" = dlfiles; then
7413 if test dlfiles = "$prev"; then
59707414 # This library was specified with -dlopen.
59717415 func_append dlfiles " $func_resolve_sysroot_result"
59727416 prev=
5973 elif test "$prev" = dlprefiles; then
7417 elif test dlprefiles = "$prev"; then
59747418 # The library was specified with -dlpreopen.
59757419 func_append dlprefiles " $func_resolve_sysroot_result"
59767420 prev=
59857429 # Unknown arguments in both finalize_command and compile_command need
59867430 # to be aesthetically quoted because they are evaled later.
59877431 func_quote_for_eval "$arg"
5988 arg="$func_quote_for_eval_result"
7432 arg=$func_quote_for_eval_result
59897433 ;;
59907434 esac # arg
59917435
59977441 done # argument parsing loop
59987442
59997443 test -n "$prev" && \
6000 func_fatal_help "the \`$prevarg' option requires an argument"
6001
6002 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
7444 func_fatal_help "the '$prevarg' option requires an argument"
7445
7446 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
60037447 eval arg=\"$export_dynamic_flag_spec\"
60047448 func_append compile_command " $arg"
60057449 func_append finalize_command " $arg"
60087452 oldlibs=
60097453 # calculate the name of the file, without its directory
60107454 func_basename "$output"
6011 outputname="$func_basename_result"
6012 libobjs_save="$libobjs"
7455 outputname=$func_basename_result
7456 libobjs_save=$libobjs
60137457
60147458 if test -n "$shlibpath_var"; then
60157459 # get the directories listed in $shlibpath_var
6016 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
7460 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
60177461 else
60187462 shlib_search_path=
60197463 fi
60207464 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
60217465 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
60227466
7467 # Definition is injected by LT_CONFIG during libtool generation.
7468 func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
7469
60237470 func_dirname "$output" "/" ""
6024 output_objdir="$func_dirname_result$objdir"
7471 output_objdir=$func_dirname_result$objdir
60257472 func_to_tool_file "$output_objdir/"
60267473 tool_output_objdir=$func_to_tool_file_result
60277474 # Create the object directory.
60447491 # Find all interdependent deplibs by searching for libraries
60457492 # that are linked more than once (e.g. -la -lb -la)
60467493 for deplib in $deplibs; do
6047 if $opt_preserve_dup_deps ; then
7494 if $opt_preserve_dup_deps; then
60487495 case "$libs " in
60497496 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
60507497 esac
60527499 func_append libs " $deplib"
60537500 done
60547501
6055 if test "$linkmode" = lib; then
7502 if test lib = "$linkmode"; then
60567503 libs="$predeps $libs $compiler_lib_search_path $postdeps"
60577504
60587505 # Compute libraries that are listed more than once in $predeps
60847531 case $file in
60857532 *.la) ;;
60867533 *)
6087 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
7534 func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
60887535 ;;
60897536 esac
60907537 done
60927539 prog)
60937540 compile_deplibs=
60947541 finalize_deplibs=
6095 alldeplibs=no
7542 alldeplibs=false
60967543 newdlfiles=
60977544 newdlprefiles=
60987545 passes="conv scan dlopen dlpreopen link"
61047551 for pass in $passes; do
61057552 # The preopen pass in lib mode reverses $deplibs; put it back here
61067553 # so that -L comes before libs that need it for instance...
6107 if test "$linkmode,$pass" = "lib,link"; then
7554 if test lib,link = "$linkmode,$pass"; then
61087555 ## FIXME: Find the place where the list is rebuilt in the wrong
61097556 ## order, and fix it there properly
61107557 tmp_deplibs=
61117558 for deplib in $deplibs; do
61127559 tmp_deplibs="$deplib $tmp_deplibs"
61137560 done
6114 deplibs="$tmp_deplibs"
7561 deplibs=$tmp_deplibs
61157562 fi
61167563
6117 if test "$linkmode,$pass" = "lib,link" ||
6118 test "$linkmode,$pass" = "prog,scan"; then
6119 libs="$deplibs"
7564 if test lib,link = "$linkmode,$pass" ||
7565 test prog,scan = "$linkmode,$pass"; then
7566 libs=$deplibs
61207567 deplibs=
61217568 fi
6122 if test "$linkmode" = prog; then
7569 if test prog = "$linkmode"; then
61237570 case $pass in
6124 dlopen) libs="$dlfiles" ;;
6125 dlpreopen) libs="$dlprefiles" ;;
7571 dlopen) libs=$dlfiles ;;
7572 dlpreopen) libs=$dlprefiles ;;
61267573 link)
61277574 libs="$deplibs %DEPLIBS%"
61287575 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
61297576 ;;
61307577 esac
61317578 fi
6132 if test "$linkmode,$pass" = "lib,dlpreopen"; then
7579 if test lib,dlpreopen = "$linkmode,$pass"; then
61337580 # Collect and forward deplibs of preopened libtool libs
61347581 for lib in $dlprefiles; do
61357582 # Ignore non-libtool-libs
61507597 esac
61517598 done
61527599 done
6153 libs="$dlprefiles"
7600 libs=$dlprefiles
61547601 fi
6155 if test "$pass" = dlopen; then
7602 if test dlopen = "$pass"; then
61567603 # Collect dlpreopened libraries
6157 save_deplibs="$deplibs"
7604 save_deplibs=$deplibs
61587605 deplibs=
61597606 fi
61607607
61617608 for deplib in $libs; do
61627609 lib=
6163 found=no
7610 found=false
61647611 case $deplib in
61657612 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
61667613 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6167 if test "$linkmode,$pass" = "prog,link"; then
7614 if test prog,link = "$linkmode,$pass"; then
61687615 compile_deplibs="$deplib $compile_deplibs"
61697616 finalize_deplibs="$deplib $finalize_deplibs"
61707617 else
61717618 func_append compiler_flags " $deplib"
6172 if test "$linkmode" = lib ; then
7619 if test lib = "$linkmode"; then
61737620 case "$new_inherited_linker_flags " in
61747621 *" $deplib "*) ;;
61757622 * ) func_append new_inherited_linker_flags " $deplib" ;;
61797626 continue
61807627 ;;
61817628 -l*)
6182 if test "$linkmode" != lib && test "$linkmode" != prog; then
6183 func_warning "\`-l' is ignored for archives/objects"
7629 if test lib != "$linkmode" && test prog != "$linkmode"; then
7630 func_warning "'-l' is ignored for archives/objects"
61847631 continue
61857632 fi
61867633 func_stripname '-l' '' "$deplib"
61877634 name=$func_stripname_result
6188 if test "$linkmode" = lib; then
7635 if test lib = "$linkmode"; then
61897636 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
61907637 else
61917638 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
61937640 for searchdir in $searchdirs; do
61947641 for search_ext in .la $std_shrext .so .a; do
61957642 # Search the libtool library
6196 lib="$searchdir/lib${name}${search_ext}"
7643 lib=$searchdir/lib$name$search_ext
61977644 if test -f "$lib"; then
6198 if test "$search_ext" = ".la"; then
6199 found=yes
7645 if test .la = "$search_ext"; then
7646 found=:
62007647 else
6201 found=no
7648 found=false
62027649 fi
62037650 break 2
62047651 fi
62057652 done
62067653 done
6207 if test "$found" != yes; then
6208 # deplib doesn't seem to be a libtool library
6209 if test "$linkmode,$pass" = "prog,link"; then
6210 compile_deplibs="$deplib $compile_deplibs"
6211 finalize_deplibs="$deplib $finalize_deplibs"
6212 else
6213 deplibs="$deplib $deplibs"
6214 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6215 fi
6216 continue
6217 else # deplib is a libtool library
7654 if $found; then
7655 # deplib is a libtool library
62187656 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
62197657 # We need to do some special things here, and not later.
6220 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
7658 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
62217659 case " $predeps $postdeps " in
62227660 *" $deplib "*)
62237661 if func_lalib_p "$lib"; then
62257663 old_library=
62267664 func_source "$lib"
62277665 for l in $old_library $library_names; do
6228 ll="$l"
7666 ll=$l
62297667 done
6230 if test "X$ll" = "X$old_library" ; then # only static version available
6231 found=no
7668 if test "X$ll" = "X$old_library"; then # only static version available
7669 found=false
62327670 func_dirname "$lib" "" "."
6233 ladir="$func_dirname_result"
7671 ladir=$func_dirname_result
62347672 lib=$ladir/$old_library
6235 if test "$linkmode,$pass" = "prog,link"; then
7673 if test prog,link = "$linkmode,$pass"; then
62367674 compile_deplibs="$deplib $compile_deplibs"
62377675 finalize_deplibs="$deplib $finalize_deplibs"
62387676 else
62397677 deplibs="$deplib $deplibs"
6240 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
7678 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
62417679 fi
62427680 continue
62437681 fi
62467684 *) ;;
62477685 esac
62487686 fi
7687 else
7688 # deplib doesn't seem to be a libtool library
7689 if test prog,link = "$linkmode,$pass"; then
7690 compile_deplibs="$deplib $compile_deplibs"
7691 finalize_deplibs="$deplib $finalize_deplibs"
7692 else
7693 deplibs="$deplib $deplibs"
7694 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7695 fi
7696 continue
62497697 fi
62507698 ;; # -l
62517699 *.ltframework)
6252 if test "$linkmode,$pass" = "prog,link"; then
7700 if test prog,link = "$linkmode,$pass"; then
62537701 compile_deplibs="$deplib $compile_deplibs"
62547702 finalize_deplibs="$deplib $finalize_deplibs"
62557703 else
62567704 deplibs="$deplib $deplibs"
6257 if test "$linkmode" = lib ; then
7705 if test lib = "$linkmode"; then
62587706 case "$new_inherited_linker_flags " in
62597707 *" $deplib "*) ;;
62607708 * ) func_append new_inherited_linker_flags " $deplib" ;;
62677715 case $linkmode in
62687716 lib)
62697717 deplibs="$deplib $deplibs"
6270 test "$pass" = conv && continue
7718 test conv = "$pass" && continue
62717719 newdependency_libs="$deplib $newdependency_libs"
62727720 func_stripname '-L' '' "$deplib"
62737721 func_resolve_sysroot "$func_stripname_result"
62747722 func_append newlib_search_path " $func_resolve_sysroot_result"
62757723 ;;
62767724 prog)
6277 if test "$pass" = conv; then
7725 if test conv = "$pass"; then
62787726 deplibs="$deplib $deplibs"
62797727 continue
62807728 fi
6281 if test "$pass" = scan; then
7729 if test scan = "$pass"; then
62827730 deplibs="$deplib $deplibs"
62837731 else
62847732 compile_deplibs="$deplib $compile_deplibs"
62897737 func_append newlib_search_path " $func_resolve_sysroot_result"
62907738 ;;
62917739 *)
6292 func_warning "\`-L' is ignored for archives/objects"
7740 func_warning "'-L' is ignored for archives/objects"
62937741 ;;
62947742 esac # linkmode
62957743 continue
62967744 ;; # -L
62977745 -R*)
6298 if test "$pass" = link; then
7746 if test link = "$pass"; then
62997747 func_stripname '-R' '' "$deplib"
63007748 func_resolve_sysroot "$func_stripname_result"
63017749 dir=$func_resolve_sysroot_result
63137761 lib=$func_resolve_sysroot_result
63147762 ;;
63157763 *.$libext)
6316 if test "$pass" = conv; then
7764 if test conv = "$pass"; then
63177765 deplibs="$deplib $deplibs"
63187766 continue
63197767 fi
63247772 case " $dlpreconveniencelibs " in
63257773 *" $deplib "*) ;;
63267774 *)
6327 valid_a_lib=no
7775 valid_a_lib=false
63287776 case $deplibs_check_method in
63297777 match_pattern*)
63307778 set dummy $deplibs_check_method; shift
63317779 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
63327780 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
63337781 | $EGREP "$match_pattern_regex" > /dev/null; then
6334 valid_a_lib=yes
7782 valid_a_lib=:
63357783 fi
63367784 ;;
63377785 pass_all)
6338 valid_a_lib=yes
7786 valid_a_lib=:
63397787 ;;
63407788 esac
6341 if test "$valid_a_lib" != yes; then
7789 if $valid_a_lib; then
7790 echo
7791 $ECHO "*** Warning: Linking the shared library $output against the"
7792 $ECHO "*** static library $deplib is not portable!"
7793 deplibs="$deplib $deplibs"
7794 else
63427795 echo
63437796 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
63447797 echo "*** I have the capability to make that library automatically link in when"
63467799 echo "*** shared version of the library, which you do not appear to have"
63477800 echo "*** because the file extensions .$libext of this argument makes me believe"
63487801 echo "*** that it is just a static archive that I should not use here."
6349 else
6350 echo
6351 $ECHO "*** Warning: Linking the shared library $output against the"
6352 $ECHO "*** static library $deplib is not portable!"
6353 deplibs="$deplib $deplibs"
63547802 fi
63557803 ;;
63567804 esac
63577805 continue
63587806 ;;
63597807 prog)
6360 if test "$pass" != link; then
7808 if test link != "$pass"; then
63617809 deplibs="$deplib $deplibs"
63627810 else
63637811 compile_deplibs="$deplib $compile_deplibs"
63687816 esac # linkmode
63697817 ;; # *.$libext
63707818 *.lo | *.$objext)
6371 if test "$pass" = conv; then
7819 if test conv = "$pass"; then
63727820 deplibs="$deplib $deplibs"
6373 elif test "$linkmode" = prog; then
6374 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
7821 elif test prog = "$linkmode"; then
7822 if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
63757823 # If there is no dlopen support or we're linking statically,
63767824 # we need to preload.
63777825 func_append newdlprefiles " $deplib"
63847832 continue
63857833 ;;
63867834 %DEPLIBS%)
6387 alldeplibs=yes
7835 alldeplibs=:
63887836 continue
63897837 ;;
63907838 esac # case $deplib
63917839
6392 if test "$found" = yes || test -f "$lib"; then :
6393 else
6394 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6395 fi
7840 $found || test -f "$lib" \
7841 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
63967842
63977843 # Check to see that this really is a libtool archive.
63987844 func_lalib_unsafe_p "$lib" \
6399 || func_fatal_error "\`$lib' is not a valid libtool archive"
7845 || func_fatal_error "'$lib' is not a valid libtool archive"
64007846
64017847 func_dirname "$lib" "" "."
6402 ladir="$func_dirname_result"
7848 ladir=$func_dirname_result
64037849
64047850 dlname=
64057851 dlopen=
64297875 done
64307876 fi
64317877 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
6432 if test "$linkmode,$pass" = "lib,link" ||
6433 test "$linkmode,$pass" = "prog,scan" ||
6434 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
7878 if test lib,link = "$linkmode,$pass" ||
7879 test prog,scan = "$linkmode,$pass" ||
7880 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
64357881 test -n "$dlopen" && func_append dlfiles " $dlopen"
64367882 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
64377883 fi
64387884
6439 if test "$pass" = conv; then
7885 if test conv = "$pass"; then
64407886 # Only check for convenience libraries
64417887 deplibs="$lib $deplibs"
64427888 if test -z "$libdir"; then
64437889 if test -z "$old_library"; then
6444 func_fatal_error "cannot find name of link library for \`$lib'"
7890 func_fatal_error "cannot find name of link library for '$lib'"
64457891 fi
64467892 # It is a libtool convenience library, so add in its objects.
64477893 func_append convenience " $ladir/$objdir/$old_library"
64497895 tmp_libs=
64507896 for deplib in $dependency_libs; do
64517897 deplibs="$deplib $deplibs"
6452 if $opt_preserve_dup_deps ; then
7898 if $opt_preserve_dup_deps; then
64537899 case "$tmp_libs " in
64547900 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
64557901 esac
64567902 fi
64577903 func_append tmp_libs " $deplib"
64587904 done
6459 elif test "$linkmode" != prog && test "$linkmode" != lib; then
6460 func_fatal_error "\`$lib' is not a convenience library"
7905 elif test prog != "$linkmode" && test lib != "$linkmode"; then
7906 func_fatal_error "'$lib' is not a convenience library"
64617907 fi
64627908 continue
64637909 fi # $pass = conv
64667912 # Get the name of the library we link against.
64677913 linklib=
64687914 if test -n "$old_library" &&
6469 { test "$prefer_static_libs" = yes ||
6470 test "$prefer_static_libs,$installed" = "built,no"; }; then
7915 { test yes = "$prefer_static_libs" ||
7916 test built,no = "$prefer_static_libs,$installed"; }; then
64717917 linklib=$old_library
64727918 else
64737919 for l in $old_library $library_names; do
6474 linklib="$l"
7920 linklib=$l
64757921 done
64767922 fi
64777923 if test -z "$linklib"; then
6478 func_fatal_error "cannot find name of link library for \`$lib'"
7924 func_fatal_error "cannot find name of link library for '$lib'"
64797925 fi
64807926
64817927 # This library was specified with -dlopen.
6482 if test "$pass" = dlopen; then
6483 if test -z "$libdir"; then
6484 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6485 fi
7928 if test dlopen = "$pass"; then
7929 test -z "$libdir" \
7930 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
64867931 if test -z "$dlname" ||
6487 test "$dlopen_support" != yes ||
6488 test "$build_libtool_libs" = no; then
7932 test yes != "$dlopen_support" ||
7933 test no = "$build_libtool_libs"
7934 then
64897935 # If there is no dlname, no dlopen support or we're linking
64907936 # statically, we need to preload. We also need to preload any
64917937 # dependent libraries so libltdl's deplib preloader doesn't
64997945
65007946 # We need an absolute path.
65017947 case $ladir in
6502 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
7948 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
65037949 *)
65047950 abs_ladir=`cd "$ladir" && pwd`
65057951 if test -z "$abs_ladir"; then
6506 func_warning "cannot determine absolute directory name of \`$ladir'"
7952 func_warning "cannot determine absolute directory name of '$ladir'"
65077953 func_warning "passing it literally to the linker, although it might fail"
6508 abs_ladir="$ladir"
7954 abs_ladir=$ladir
65097955 fi
65107956 ;;
65117957 esac
65127958 func_basename "$lib"
6513 laname="$func_basename_result"
7959 laname=$func_basename_result
65147960
65157961 # Find the relevant object directory and library name.
6516 if test "X$installed" = Xyes; then
7962 if test yes = "$installed"; then
65177963 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
6518 func_warning "library \`$lib' was moved."
6519 dir="$ladir"
6520 absdir="$abs_ladir"
6521 libdir="$abs_ladir"
7964 func_warning "library '$lib' was moved."
7965 dir=$ladir
7966 absdir=$abs_ladir
7967 libdir=$abs_ladir
65227968 else
6523 dir="$lt_sysroot$libdir"
6524 absdir="$lt_sysroot$libdir"
7969 dir=$lt_sysroot$libdir
7970 absdir=$lt_sysroot$libdir
65257971 fi
6526 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
7972 test yes = "$hardcode_automatic" && avoidtemprpath=yes
65277973 else
65287974 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
6529 dir="$ladir"
6530 absdir="$abs_ladir"
7975 dir=$ladir
7976 absdir=$abs_ladir
65317977 # Remove this search path later
65327978 func_append notinst_path " $abs_ladir"
65337979 else
6534 dir="$ladir/$objdir"
6535 absdir="$abs_ladir/$objdir"
7980 dir=$ladir/$objdir
7981 absdir=$abs_ladir/$objdir
65367982 # Remove this search path later
65377983 func_append notinst_path " $abs_ladir"
65387984 fi
65417987 name=$func_stripname_result
65427988
65437989 # This library was specified with -dlpreopen.
6544 if test "$pass" = dlpreopen; then
6545 if test -z "$libdir" && test "$linkmode" = prog; then
6546 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
7990 if test dlpreopen = "$pass"; then
7991 if test -z "$libdir" && test prog = "$linkmode"; then
7992 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
65477993 fi
6548 case "$host" in
7994 case $host in
65497995 # special handling for platforms with PE-DLLs.
65507996 *cygwin* | *mingw* | *cegcc* )
65517997 # Linker will automatically link against shared library if both
65898035
65908036 if test -z "$libdir"; then
65918037 # Link the convenience library
6592 if test "$linkmode" = lib; then
8038 if test lib = "$linkmode"; then
65938039 deplibs="$dir/$old_library $deplibs"
6594 elif test "$linkmode,$pass" = "prog,link"; then
8040 elif test prog,link = "$linkmode,$pass"; then
65958041 compile_deplibs="$dir/$old_library $compile_deplibs"
65968042 finalize_deplibs="$dir/$old_library $finalize_deplibs"
65978043 else
66018047 fi
66028048
66038049
6604 if test "$linkmode" = prog && test "$pass" != link; then
8050 if test prog = "$linkmode" && test link != "$pass"; then
66058051 func_append newlib_search_path " $ladir"
66068052 deplibs="$lib $deplibs"
66078053
6608 linkalldeplibs=no
6609 if test "$link_all_deplibs" != no || test -z "$library_names" ||
6610 test "$build_libtool_libs" = no; then
6611 linkalldeplibs=yes
8054 linkalldeplibs=false
8055 if test no != "$link_all_deplibs" || test -z "$library_names" ||
8056 test no = "$build_libtool_libs"; then
8057 linkalldeplibs=:
66128058 fi
66138059
66148060 tmp_libs=
66208066 ;;
66218067 esac
66228068 # Need to link against all dependency_libs?
6623 if test "$linkalldeplibs" = yes; then
8069 if $linkalldeplibs; then
66248070 deplibs="$deplib $deplibs"
66258071 else
66268072 # Need to hardcode shared library paths
66278073 # or/and link against static libraries
66288074 newdependency_libs="$deplib $newdependency_libs"
66298075 fi
6630 if $opt_preserve_dup_deps ; then
8076 if $opt_preserve_dup_deps; then
66318077 case "$tmp_libs " in
66328078 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
66338079 esac
66378083 continue
66388084 fi # $linkmode = prog...
66398085
6640 if test "$linkmode,$pass" = "prog,link"; then
8086 if test prog,link = "$linkmode,$pass"; then
66418087 if test -n "$library_names" &&
6642 { { test "$prefer_static_libs" = no ||
6643 test "$prefer_static_libs,$installed" = "built,yes"; } ||
8088 { { test no = "$prefer_static_libs" ||
8089 test built,yes = "$prefer_static_libs,$installed"; } ||
66448090 test -z "$old_library"; }; then
66458091 # We need to hardcode the library path
6646 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8092 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
66478093 # Make sure the rpath contains only unique directories.
6648 case "$temp_rpath:" in
8094 case $temp_rpath: in
66498095 *"$absdir:"*) ;;
66508096 *) func_append temp_rpath "$absdir:" ;;
66518097 esac
66748120 esac
66758121 fi # $linkmode,$pass = prog,link...
66768122
6677 if test "$alldeplibs" = yes &&
6678 { test "$deplibs_check_method" = pass_all ||
6679 { test "$build_libtool_libs" = yes &&
8123 if $alldeplibs &&
8124 { test pass_all = "$deplibs_check_method" ||
8125 { test yes = "$build_libtool_libs" &&
66808126 test -n "$library_names"; }; }; then
66818127 # We only need to search for static libraries
66828128 continue
66858131
66868132 link_static=no # Whether the deplib will be linked statically
66878133 use_static_libs=$prefer_static_libs
6688 if test "$use_static_libs" = built && test "$installed" = yes; then
8134 if test built = "$use_static_libs" && test yes = "$installed"; then
66898135 use_static_libs=no
66908136 fi
66918137 if test -n "$library_names" &&
6692 { test "$use_static_libs" = no || test -z "$old_library"; }; then
8138 { test no = "$use_static_libs" || test -z "$old_library"; }; then
66938139 case $host in
6694 *cygwin* | *mingw* | *cegcc*)
8140 *cygwin* | *mingw* | *cegcc* | *os2*)
66958141 # No point in relinking DLLs because paths are not encoded
66968142 func_append notinst_deplibs " $lib"
66978143 need_relink=no
66988144 ;;
66998145 *)
6700 if test "$installed" = no; then
8146 if test no = "$installed"; then
67018147 func_append notinst_deplibs " $lib"
67028148 need_relink=yes
67038149 fi
67078153
67088154 # Warn about portability, can't link against -module's on some
67098155 # systems (darwin). Don't bleat about dlopened modules though!
6710 dlopenmodule=""
8156 dlopenmodule=
67118157 for dlpremoduletest in $dlprefiles; do
67128158 if test "X$dlpremoduletest" = "X$lib"; then
6713 dlopenmodule="$dlpremoduletest"
8159 dlopenmodule=$dlpremoduletest
67148160 break
67158161 fi
67168162 done
6717 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
8163 if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
67188164 echo
6719 if test "$linkmode" = prog; then
8165 if test prog = "$linkmode"; then
67208166 $ECHO "*** Warning: Linking the executable $output against the loadable module"
67218167 else
67228168 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
67238169 fi
67248170 $ECHO "*** $linklib is not portable!"
67258171 fi
6726 if test "$linkmode" = lib &&
6727 test "$hardcode_into_libs" = yes; then
8172 if test lib = "$linkmode" &&
8173 test yes = "$hardcode_into_libs"; then
67288174 # Hardcode the library path.
67298175 # Skip directories that are in the system default run-time
67308176 # search path.
67528198 # figure out the soname
67538199 set dummy $library_names
67548200 shift
6755 realname="$1"
8201 realname=$1
67568202 shift
67578203 libname=`eval "\\$ECHO \"$libname_spec\""`
67588204 # use dlname if we got it. it's perfectly good, no?
67598205 if test -n "$dlname"; then
6760 soname="$dlname"
8206 soname=$dlname
67618207 elif test -n "$soname_spec"; then
67628208 # bleh windows
67638209 case $host in
6764 *cygwin* | mingw* | *cegcc*)
8210 *cygwin* | mingw* | *cegcc* | *os2*)
67658211 func_arith $current - $age
67668212 major=$func_arith_result
6767 versuffix="-$major"
8213 versuffix=-$major
67688214 ;;
67698215 esac
67708216 eval soname=\"$soname_spec\"
67718217 else
6772 soname="$realname"
8218 soname=$realname
67738219 fi
67748220
67758221 # Make a new name for the extract_expsyms_cmds to use
6776 soroot="$soname"
8222 soroot=$soname
67778223 func_basename "$soroot"
6778 soname="$func_basename_result"
8224 soname=$func_basename_result
67798225 func_stripname 'lib' '.dll' "$soname"
67808226 newlib=libimp-$func_stripname_result.a
67818227
67828228 # If the library has no export list, then create one now
67838229 if test -f "$output_objdir/$soname-def"; then :
67848230 else
6785 func_verbose "extracting exported symbol list from \`$soname'"
8231 func_verbose "extracting exported symbol list from '$soname'"
67868232 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
67878233 fi
67888234
67898235 # Create $newlib
67908236 if test -f "$output_objdir/$newlib"; then :; else
6791 func_verbose "generating import library for \`$soname'"
8237 func_verbose "generating import library for '$soname'"
67928238 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
67938239 fi
67948240 # make sure the library variables are pointing to the new library
67968242 linklib=$newlib
67978243 fi # test -n "$old_archive_from_expsyms_cmds"
67988244
6799 if test "$linkmode" = prog || test "$opt_mode" != relink; then
8245 if test prog = "$linkmode" || test relink != "$opt_mode"; then
68008246 add_shlibpath=
68018247 add_dir=
68028248 add=
68038249 lib_linked=yes
68048250 case $hardcode_action in
68058251 immediate | unsupported)
6806 if test "$hardcode_direct" = no; then
6807 add="$dir/$linklib"
8252 if test no = "$hardcode_direct"; then
8253 add=$dir/$linklib
68088254 case $host in
6809 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
6810 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
8255 *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
8256 *-*-sysv4*uw2*) add_dir=-L$dir ;;
68118257 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
6812 *-*-unixware7*) add_dir="-L$dir" ;;
8258 *-*-unixware7*) add_dir=-L$dir ;;
68138259 *-*-darwin* )
6814 # if the lib is a (non-dlopened) module then we can not
8260 # if the lib is a (non-dlopened) module then we cannot
68158261 # link against it, someone is ignoring the earlier warnings
68168262 if /usr/bin/file -L $add 2> /dev/null |
6817 $GREP ": [^:]* bundle" >/dev/null ; then
8263 $GREP ": [^:]* bundle" >/dev/null; then
68188264 if test "X$dlopenmodule" != "X$lib"; then
68198265 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
6820 if test -z "$old_library" ; then
8266 if test -z "$old_library"; then
68218267 echo
68228268 echo "*** And there doesn't seem to be a static archive available"
68238269 echo "*** The link will probably fail, sorry"
68248270 else
6825 add="$dir/$old_library"
8271 add=$dir/$old_library
68268272 fi
68278273 elif test -n "$old_library"; then
6828 add="$dir/$old_library"
8274 add=$dir/$old_library
68298275 fi
68308276 fi
68318277 esac
6832 elif test "$hardcode_minus_L" = no; then
8278 elif test no = "$hardcode_minus_L"; then
68338279 case $host in
6834 *-*-sunos*) add_shlibpath="$dir" ;;
8280 *-*-sunos*) add_shlibpath=$dir ;;
68358281 esac
6836 add_dir="-L$dir"
6837 add="-l$name"
6838 elif test "$hardcode_shlibpath_var" = no; then
6839 add_shlibpath="$dir"
6840 add="-l$name"
8282 add_dir=-L$dir
8283 add=-l$name
8284 elif test no = "$hardcode_shlibpath_var"; then
8285 add_shlibpath=$dir
8286 add=-l$name
68418287 else
68428288 lib_linked=no
68438289 fi
68448290 ;;
68458291 relink)
6846 if test "$hardcode_direct" = yes &&
6847 test "$hardcode_direct_absolute" = no; then
6848 add="$dir/$linklib"
6849 elif test "$hardcode_minus_L" = yes; then
6850 add_dir="-L$absdir"
8292 if test yes = "$hardcode_direct" &&
8293 test no = "$hardcode_direct_absolute"; then
8294 add=$dir/$linklib
8295 elif test yes = "$hardcode_minus_L"; then
8296 add_dir=-L$absdir
68518297 # Try looking first in the location we're being installed to.
68528298 if test -n "$inst_prefix_dir"; then
68538299 case $libdir in
68568302 ;;
68578303 esac
68588304 fi
6859 add="-l$name"
6860 elif test "$hardcode_shlibpath_var" = yes; then
6861 add_shlibpath="$dir"
6862 add="-l$name"
8305 add=-l$name
8306 elif test yes = "$hardcode_shlibpath_var"; then
8307 add_shlibpath=$dir
8308 add=-l$name
68638309 else
68648310 lib_linked=no
68658311 fi
68678313 *) lib_linked=no ;;
68688314 esac
68698315
6870 if test "$lib_linked" != yes; then
8316 if test yes != "$lib_linked"; then
68718317 func_fatal_configuration "unsupported hardcode properties"
68728318 fi
68738319
68778323 *) func_append compile_shlibpath "$add_shlibpath:" ;;
68788324 esac
68798325 fi
6880 if test "$linkmode" = prog; then
8326 if test prog = "$linkmode"; then
68818327 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
68828328 test -n "$add" && compile_deplibs="$add $compile_deplibs"
68838329 else
68848330 test -n "$add_dir" && deplibs="$add_dir $deplibs"
68858331 test -n "$add" && deplibs="$add $deplibs"
6886 if test "$hardcode_direct" != yes &&
6887 test "$hardcode_minus_L" != yes &&
6888 test "$hardcode_shlibpath_var" = yes; then
8332 if test yes != "$hardcode_direct" &&
8333 test yes != "$hardcode_minus_L" &&
8334 test yes = "$hardcode_shlibpath_var"; then
68898335 case :$finalize_shlibpath: in
68908336 *":$libdir:"*) ;;
68918337 *) func_append finalize_shlibpath "$libdir:" ;;
68948340 fi
68958341 fi
68968342
6897 if test "$linkmode" = prog || test "$opt_mode" = relink; then
8343 if test prog = "$linkmode" || test relink = "$opt_mode"; then
68988344 add_shlibpath=
68998345 add_dir=
69008346 add=
69018347 # Finalize command for both is simple: just hardcode it.
6902 if test "$hardcode_direct" = yes &&
6903 test "$hardcode_direct_absolute" = no; then
6904 add="$libdir/$linklib"
6905 elif test "$hardcode_minus_L" = yes; then
6906 add_dir="-L$libdir"
6907 add="-l$name"
6908 elif test "$hardcode_shlibpath_var" = yes; then
8348 if test yes = "$hardcode_direct" &&
8349 test no = "$hardcode_direct_absolute"; then
8350 add=$libdir/$linklib
8351 elif test yes = "$hardcode_minus_L"; then
8352 add_dir=-L$libdir
8353 add=-l$name
8354 elif test yes = "$hardcode_shlibpath_var"; then
69098355 case :$finalize_shlibpath: in
69108356 *":$libdir:"*) ;;
69118357 *) func_append finalize_shlibpath "$libdir:" ;;
69128358 esac
6913 add="-l$name"
6914 elif test "$hardcode_automatic" = yes; then
8359 add=-l$name
8360 elif test yes = "$hardcode_automatic"; then
69158361 if test -n "$inst_prefix_dir" &&
6916 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6917 add="$inst_prefix_dir$libdir/$linklib"
8362 test -f "$inst_prefix_dir$libdir/$linklib"; then
8363 add=$inst_prefix_dir$libdir/$linklib
69188364 else
6919 add="$libdir/$linklib"
8365 add=$libdir/$linklib
69208366 fi
69218367 else
69228368 # We cannot seem to hardcode it, guess we'll fake it.
6923 add_dir="-L$libdir"
8369 add_dir=-L$libdir
69248370 # Try looking first in the location we're being installed to.
69258371 if test -n "$inst_prefix_dir"; then
69268372 case $libdir in
69298375 ;;
69308376 esac
69318377 fi
6932 add="-l$name"
8378 add=-l$name
69338379 fi
69348380
6935 if test "$linkmode" = prog; then
8381 if test prog = "$linkmode"; then
69368382 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
69378383 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
69388384 else
69408386 test -n "$add" && deplibs="$add $deplibs"
69418387 fi
69428388 fi
6943 elif test "$linkmode" = prog; then
8389 elif test prog = "$linkmode"; then
69448390 # Here we assume that one of hardcode_direct or hardcode_minus_L
69458391 # is not unsupported. This is valid on all known static and
69468392 # shared platforms.
6947 if test "$hardcode_direct" != unsupported; then
6948 test -n "$old_library" && linklib="$old_library"
8393 if test unsupported != "$hardcode_direct"; then
8394 test -n "$old_library" && linklib=$old_library
69498395 compile_deplibs="$dir/$linklib $compile_deplibs"
69508396 finalize_deplibs="$dir/$linklib $finalize_deplibs"
69518397 else
69528398 compile_deplibs="-l$name -L$dir $compile_deplibs"
69538399 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
69548400 fi
6955 elif test "$build_libtool_libs" = yes; then
8401 elif test yes = "$build_libtool_libs"; then
69568402 # Not a shared library
6957 if test "$deplibs_check_method" != pass_all; then
8403 if test pass_all != "$deplibs_check_method"; then
69588404 # We're trying link a shared library against a static one
69598405 # but the system doesn't support it.
69608406
69618407 # Just print a warning and add the library to dependency_libs so
69628408 # that the program can be linked against the static library.
69638409 echo
6964 $ECHO "*** Warning: This system can not link to static lib archive $lib."
8410 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
69658411 echo "*** I have the capability to make that library automatically link in when"
69668412 echo "*** you link to this library. But I can only do this if you have a"
69678413 echo "*** shared version of the library, which you do not appear to have."
6968 if test "$module" = yes; then
8414 if test yes = "$module"; then
69698415 echo "*** But as you try to build a module library, libtool will still create "
69708416 echo "*** a static module, that should work as long as the dlopening application"
69718417 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
69728418 if test -z "$global_symbol_pipe"; then
69738419 echo
69748420 echo "*** However, this would only work if libtool was able to extract symbol"
6975 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
8421 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
69768422 echo "*** not find such a program. So, this module is probably useless."
6977 echo "*** \`nm' from GNU binutils and a full rebuild may help."
8423 echo "*** 'nm' from GNU binutils and a full rebuild may help."
69788424 fi
6979 if test "$build_old_libs" = no; then
8425 if test no = "$build_old_libs"; then
69808426 build_libtool_libs=module
69818427 build_old_libs=yes
69828428 else
69898435 fi
69908436 fi # link shared/static library?
69918437
6992 if test "$linkmode" = lib; then
8438 if test lib = "$linkmode"; then
69938439 if test -n "$dependency_libs" &&
6994 { test "$hardcode_into_libs" != yes ||
6995 test "$build_old_libs" = yes ||
6996 test "$link_static" = yes; }; then
8440 { test yes != "$hardcode_into_libs" ||
8441 test yes = "$build_old_libs" ||
8442 test yes = "$link_static"; }; then
69978443 # Extract -R from dependency_libs
69988444 temp_deplibs=
69998445 for libdir in $dependency_libs; do
70078453 *) func_append temp_deplibs " $libdir";;
70088454 esac
70098455 done
7010 dependency_libs="$temp_deplibs"
8456 dependency_libs=$temp_deplibs
70118457 fi
70128458
70138459 func_append newlib_search_path " $absdir"
70148460 # Link against this library
7015 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
8461 test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
70168462 # ... and its dependency_libs
70178463 tmp_libs=
70188464 for deplib in $dependency_libs; do
70228468 func_resolve_sysroot "$func_stripname_result";;
70238469 *) func_resolve_sysroot "$deplib" ;;
70248470 esac
7025 if $opt_preserve_dup_deps ; then
8471 if $opt_preserve_dup_deps; then
70268472 case "$tmp_libs " in
70278473 *" $func_resolve_sysroot_result "*)
70288474 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
70318477 func_append tmp_libs " $func_resolve_sysroot_result"
70328478 done
70338479
7034 if test "$link_all_deplibs" != no; then
8480 if test no != "$link_all_deplibs"; then
70358481 # Add the search paths of all dependency libraries
70368482 for deplib in $dependency_libs; do
70378483 path=
70388484 case $deplib in
7039 -L*) path="$deplib" ;;
8485 -L*) path=$deplib ;;
70408486 *.la)
70418487 func_resolve_sysroot "$deplib"
70428488 deplib=$func_resolve_sysroot_result
70448490 dir=$func_dirname_result
70458491 # We need an absolute path.
70468492 case $dir in
7047 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
8493 [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
70488494 *)
70498495 absdir=`cd "$dir" && pwd`
70508496 if test -z "$absdir"; then
7051 func_warning "cannot determine absolute directory name of \`$dir'"
7052 absdir="$dir"
8497 func_warning "cannot determine absolute directory name of '$dir'"
8498 absdir=$dir
70538499 fi
70548500 ;;
70558501 esac
70578503 case $host in
70588504 *-*-darwin*)
70598505 depdepl=
7060 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
7061 if test -n "$deplibrary_names" ; then
7062 for tmp in $deplibrary_names ; do
8506 eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
8507 if test -n "$deplibrary_names"; then
8508 for tmp in $deplibrary_names; do
70638509 depdepl=$tmp
70648510 done
7065 if test -f "$absdir/$objdir/$depdepl" ; then
7066 depdepl="$absdir/$objdir/$depdepl"
7067 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8511 if test -f "$absdir/$objdir/$depdepl"; then
8512 depdepl=$absdir/$objdir/$depdepl
8513 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
70688514 if test -z "$darwin_install_name"; then
7069 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8515 darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
70708516 fi
7071 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7072 func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
8517 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8518 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
70738519 path=
70748520 fi
70758521 fi
70768522 ;;
70778523 *)
7078 path="-L$absdir/$objdir"
8524 path=-L$absdir/$objdir
70798525 ;;
70808526 esac
70818527 else
7082 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
8528 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
70838529 test -z "$libdir" && \
7084 func_fatal_error "\`$deplib' is not a valid libtool archive"
8530 func_fatal_error "'$deplib' is not a valid libtool archive"
70858531 test "$absdir" != "$libdir" && \
7086 func_warning "\`$deplib' seems to be moved"
7087
7088 path="-L$absdir"
8532 func_warning "'$deplib' seems to be moved"
8533
8534 path=-L$absdir
70898535 fi
70908536 ;;
70918537 esac
70978543 fi # link_all_deplibs != no
70988544 fi # linkmode = lib
70998545 done # for deplib in $libs
7100 if test "$pass" = link; then
7101 if test "$linkmode" = "prog"; then
8546 if test link = "$pass"; then
8547 if test prog = "$linkmode"; then
71028548 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
71038549 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
71048550 else
71058551 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
71068552 fi
71078553 fi
7108 dependency_libs="$newdependency_libs"
7109 if test "$pass" = dlpreopen; then
8554 dependency_libs=$newdependency_libs
8555 if test dlpreopen = "$pass"; then
71108556 # Link the dlpreopened libraries before other libraries
71118557 for deplib in $save_deplibs; do
71128558 deplibs="$deplib $deplibs"
71138559 done
71148560 fi
7115 if test "$pass" != dlopen; then
7116 if test "$pass" != conv; then
8561 if test dlopen != "$pass"; then
8562 test conv = "$pass" || {
71178563 # Make sure lib_search_path contains only unique directories.
71188564 lib_search_path=
71198565 for dir in $newlib_search_path; do
71238569 esac
71248570 done
71258571 newlib_search_path=
7126 fi
7127
7128 if test "$linkmode,$pass" != "prog,link"; then
7129 vars="deplibs"
8572 }
8573
8574 if test prog,link = "$linkmode,$pass"; then
8575 vars="compile_deplibs finalize_deplibs"
71308576 else
7131 vars="compile_deplibs finalize_deplibs"
8577 vars=deplibs
71328578 fi
71338579 for var in $vars dependency_libs; do
71348580 # Add libraries to $var in reverse order
71868632 eval $var=\"$tmp_libs\"
71878633 done # for var
71888634 fi
8635
8636 # Add Sun CC postdeps if required:
8637 test CXX = "$tagname" && {
8638 case $host_os in
8639 linux*)
8640 case `$CC -V 2>&1 | sed 5q` in
8641 *Sun\ C*) # Sun C++ 5.9
8642 func_suncc_cstd_abi
8643
8644 if test no != "$suncc_use_cstd_abi"; then
8645 func_append postdeps ' -library=Cstd -library=Crun'
8646 fi
8647 ;;
8648 esac
8649 ;;
8650
8651 solaris*)
8652 func_cc_basename "$CC"
8653 case $func_cc_basename_result in
8654 CC* | sunCC*)
8655 func_suncc_cstd_abi
8656
8657 if test no != "$suncc_use_cstd_abi"; then
8658 func_append postdeps ' -library=Cstd -library=Crun'
8659 fi
8660 ;;
8661 esac
8662 ;;
8663 esac
8664 }
8665
71898666 # Last step: remove runtime libs from dependency_libs
71908667 # (they stay in deplibs)
71918668 tmp_libs=
7192 for i in $dependency_libs ; do
8669 for i in $dependency_libs; do
71938670 case " $predeps $postdeps $compiler_lib_search_path " in
71948671 *" $i "*)
7195 i=""
8672 i=
71968673 ;;
71978674 esac
7198 if test -n "$i" ; then
8675 if test -n "$i"; then
71998676 func_append tmp_libs " $i"
72008677 fi
72018678 done
72028679 dependency_libs=$tmp_libs
72038680 done # for pass
7204 if test "$linkmode" = prog; then
7205 dlfiles="$newdlfiles"
8681 if test prog = "$linkmode"; then
8682 dlfiles=$newdlfiles
72068683 fi
7207 if test "$linkmode" = prog || test "$linkmode" = lib; then
7208 dlprefiles="$newdlprefiles"
8684 if test prog = "$linkmode" || test lib = "$linkmode"; then
8685 dlprefiles=$newdlprefiles
72098686 fi
72108687
72118688 case $linkmode in
72128689 oldlib)
7213 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
7214 func_warning "\`-dlopen' is ignored for archives"
8690 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
8691 func_warning "'-dlopen' is ignored for archives"
72158692 fi
72168693
72178694 case " $deplibs" in
72188695 *\ -l* | *\ -L*)
7219 func_warning "\`-l' and \`-L' are ignored for archives" ;;
8696 func_warning "'-l' and '-L' are ignored for archives" ;;
72208697 esac
72218698
72228699 test -n "$rpath" && \
7223 func_warning "\`-rpath' is ignored for archives"
8700 func_warning "'-rpath' is ignored for archives"
72248701
72258702 test -n "$xrpath" && \
7226 func_warning "\`-R' is ignored for archives"
8703 func_warning "'-R' is ignored for archives"
72278704
72288705 test -n "$vinfo" && \
7229 func_warning "\`-version-info/-version-number' is ignored for archives"
8706 func_warning "'-version-info/-version-number' is ignored for archives"
72308707
72318708 test -n "$release" && \
7232 func_warning "\`-release' is ignored for archives"
8709 func_warning "'-release' is ignored for archives"
72338710
72348711 test -n "$export_symbols$export_symbols_regex" && \
7235 func_warning "\`-export-symbols' is ignored for archives"
8712 func_warning "'-export-symbols' is ignored for archives"
72368713
72378714 # Now set the variables for building old libraries.
72388715 build_libtool_libs=no
7239 oldlibs="$output"
8716 oldlibs=$output
72408717 func_append objs "$old_deplibs"
72418718 ;;
72428719
72438720 lib)
7244 # Make sure we only generate libraries of the form `libNAME.la'.
8721 # Make sure we only generate libraries of the form 'libNAME.la'.
72458722 case $outputname in
72468723 lib*)
72478724 func_stripname 'lib' '.la' "$outputname"
72508727 eval libname=\"$libname_spec\"
72518728 ;;
72528729 *)
7253 test "$module" = no && \
7254 func_fatal_help "libtool library \`$output' must begin with \`lib'"
7255
7256 if test "$need_lib_prefix" != no; then
8730 test no = "$module" \
8731 && func_fatal_help "libtool library '$output' must begin with 'lib'"
8732
8733 if test no != "$need_lib_prefix"; then
72578734 # Add the "lib" prefix for modules if required
72588735 func_stripname '' '.la' "$outputname"
72598736 name=$func_stripname_result
72678744 esac
72688745
72698746 if test -n "$objs"; then
7270 if test "$deplibs_check_method" != pass_all; then
7271 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
8747 if test pass_all != "$deplibs_check_method"; then
8748 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
72728749 else
72738750 echo
72748751 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
72778754 fi
72788755 fi
72798756
7280 test "$dlself" != no && \
7281 func_warning "\`-dlopen self' is ignored for libtool libraries"
8757 test no = "$dlself" \
8758 || func_warning "'-dlopen self' is ignored for libtool libraries"
72828759
72838760 set dummy $rpath
72848761 shift
7285 test "$#" -gt 1 && \
7286 func_warning "ignoring multiple \`-rpath's for a libtool library"
7287
7288 install_libdir="$1"
8762 test 1 -lt "$#" \
8763 && func_warning "ignoring multiple '-rpath's for a libtool library"
8764
8765 install_libdir=$1
72898766
72908767 oldlibs=
72918768 if test -z "$rpath"; then
7292 if test "$build_libtool_libs" = yes; then
8769 if test yes = "$build_libtool_libs"; then
72938770 # Building a libtool convenience library.
7294 # Some compilers have problems with a `.al' extension so
8771 # Some compilers have problems with a '.al' extension so
72958772 # convenience libraries should have the same extension an
72968773 # archive normally would.
72978774 oldlibs="$output_objdir/$libname.$libext $oldlibs"
73008777 fi
73018778
73028779 test -n "$vinfo" && \
7303 func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
8780 func_warning "'-version-info/-version-number' is ignored for convenience libraries"
73048781
73058782 test -n "$release" && \
7306 func_warning "\`-release' is ignored for convenience libraries"
8783 func_warning "'-release' is ignored for convenience libraries"
73078784 else
73088785
73098786 # Parse the version information argument.
7310 save_ifs="$IFS"; IFS=':'
8787 save_ifs=$IFS; IFS=:
73118788 set dummy $vinfo 0 0 0
73128789 shift
7313 IFS="$save_ifs"
8790 IFS=$save_ifs
73148791
73158792 test -n "$7" && \
7316 func_fatal_help "too many parameters to \`-version-info'"
8793 func_fatal_help "too many parameters to '-version-info'"
73178794
73188795 # convert absolute version numbers to libtool ages
73198796 # this retains compatibility with .la files and attempts
73218798
73228799 case $vinfo_number in
73238800 yes)
7324 number_major="$1"
7325 number_minor="$2"
7326 number_revision="$3"
8801 number_major=$1
8802 number_minor=$2
8803 number_revision=$3
73278804 #
73288805 # There are really only two kinds -- those that
73298806 # use the current revision as the major version
73308807 # and those that subtract age and use age as
73318808 # a minor version. But, then there is irix
7332 # which has an extra 1 added just for fun
8809 # that has an extra 1 added just for fun
73338810 #
73348811 case $version_type in
73358812 # correct linux to gnu/linux during the next big refactor
7336 darwin|linux|osf|windows|none)
8813 darwin|freebsd-elf|linux|osf|windows|none)
73378814 func_arith $number_major + $number_minor
73388815 current=$func_arith_result
7339 age="$number_minor"
7340 revision="$number_revision"
8816 age=$number_minor
8817 revision=$number_revision
73418818 ;;
7342 freebsd-aout|freebsd-elf|qnx|sunos)
7343 current="$number_major"
7344 revision="$number_minor"
7345 age="0"
8819 freebsd-aout|qnx|sunos)
8820 current=$number_major
8821 revision=$number_minor
8822 age=0
73468823 ;;
73478824 irix|nonstopux)
73488825 func_arith $number_major + $number_minor
73498826 current=$func_arith_result
7350 age="$number_minor"
7351 revision="$number_minor"
8827 age=$number_minor
8828 revision=$number_minor
73528829 lt_irix_increment=no
73538830 ;;
73548831 *)
7355 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
8832 func_fatal_configuration "$modename: unknown library version type '$version_type'"
73568833 ;;
73578834 esac
73588835 ;;
73598836 no)
7360 current="$1"
7361 revision="$2"
7362 age="$3"
8837 current=$1
8838 revision=$2
8839 age=$3
73638840 ;;
73648841 esac
73658842
73678844 case $current in
73688845 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73698846 *)
7370 func_error "CURRENT \`$current' must be a nonnegative integer"
7371 func_fatal_error "\`$vinfo' is not valid version information"
8847 func_error "CURRENT '$current' must be a nonnegative integer"
8848 func_fatal_error "'$vinfo' is not valid version information"
73728849 ;;
73738850 esac
73748851
73758852 case $revision in
73768853 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73778854 *)
7378 func_error "REVISION \`$revision' must be a nonnegative integer"
7379 func_fatal_error "\`$vinfo' is not valid version information"
8855 func_error "REVISION '$revision' must be a nonnegative integer"
8856 func_fatal_error "'$vinfo' is not valid version information"
73808857 ;;
73818858 esac
73828859
73838860 case $age in
73848861 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73858862 *)
7386 func_error "AGE \`$age' must be a nonnegative integer"
7387 func_fatal_error "\`$vinfo' is not valid version information"
8863 func_error "AGE '$age' must be a nonnegative integer"
8864 func_fatal_error "'$vinfo' is not valid version information"
73888865 ;;
73898866 esac
73908867
73918868 if test "$age" -gt "$current"; then
7392 func_error "AGE \`$age' is greater than the current interface number \`$current'"
7393 func_fatal_error "\`$vinfo' is not valid version information"
8869 func_error "AGE '$age' is greater than the current interface number '$current'"
8870 func_fatal_error "'$vinfo' is not valid version information"
73948871 fi
73958872
73968873 # Calculate the version variables.
74058882 # verstring for coding it into the library header
74068883 func_arith $current - $age
74078884 major=.$func_arith_result
7408 versuffix="$major.$age.$revision"
8885 versuffix=$major.$age.$revision
74098886 # Darwin ld doesn't like 0 for these options...
74108887 func_arith $current + 1
74118888 minor_current=$func_arith_result
7412 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
8889 xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
74138890 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8891 # On Darwin other compilers
8892 case $CC in
8893 nagfor*)
8894 verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
8895 ;;
8896 *)
8897 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8898 ;;
8899 esac
74148900 ;;
74158901
74168902 freebsd-aout)
7417 major=".$current"
7418 versuffix=".$current.$revision";
8903 major=.$current
8904 versuffix=.$current.$revision
74198905 ;;
74208906
74218907 freebsd-elf)
7422 major=".$current"
7423 versuffix=".$current"
8908 func_arith $current - $age
8909 major=.$func_arith_result
8910 versuffix=$major.$age.$revision
74248911 ;;
74258912
74268913 irix | nonstopux)
7427 if test "X$lt_irix_increment" = "Xno"; then
8914 if test no = "$lt_irix_increment"; then
74288915 func_arith $current - $age
74298916 else
74308917 func_arith $current - $age + 1
74358922 nonstopux) verstring_prefix=nonstopux ;;
74368923 *) verstring_prefix=sgi ;;
74378924 esac
7438 verstring="$verstring_prefix$major.$revision"
8925 verstring=$verstring_prefix$major.$revision
74398926
74408927 # Add in all the interfaces that we are compatible with.
74418928 loop=$revision
7442 while test "$loop" -ne 0; do
8929 while test 0 -ne "$loop"; do
74438930 func_arith $revision - $loop
74448931 iface=$func_arith_result
74458932 func_arith $loop - 1
74468933 loop=$func_arith_result
7447 verstring="$verstring_prefix$major.$iface:$verstring"
8934 verstring=$verstring_prefix$major.$iface:$verstring
74488935 done
74498936
7450 # Before this point, $major must not contain `.'.
8937 # Before this point, $major must not contain '.'.
74518938 major=.$major
7452 versuffix="$major.$revision"
8939 versuffix=$major.$revision
74538940 ;;
74548941
74558942 linux) # correct to gnu/linux during the next big refactor
74568943 func_arith $current - $age
74578944 major=.$func_arith_result
7458 versuffix="$major.$age.$revision"
8945 versuffix=$major.$age.$revision
74598946 ;;
74608947
74618948 osf)
74628949 func_arith $current - $age
74638950 major=.$func_arith_result
7464 versuffix=".$current.$age.$revision"
7465 verstring="$current.$age.$revision"
8951 versuffix=.$current.$age.$revision
8952 verstring=$current.$age.$revision
74668953
74678954 # Add in all the interfaces that we are compatible with.
74688955 loop=$age
7469 while test "$loop" -ne 0; do
8956 while test 0 -ne "$loop"; do
74708957 func_arith $current - $loop
74718958 iface=$func_arith_result
74728959 func_arith $loop - 1
74738960 loop=$func_arith_result
7474 verstring="$verstring:${iface}.0"
8961 verstring=$verstring:$iface.0
74758962 done
74768963
74778964 # Make executables depend on our current version.
7478 func_append verstring ":${current}.0"
8965 func_append verstring ":$current.0"
74798966 ;;
74808967
74818968 qnx)
7482 major=".$current"
7483 versuffix=".$current"
8969 major=.$current
8970 versuffix=.$current
74848971 ;;
74858972
8973 sco)
8974 major=.$current
8975 versuffix=.$current
8976 ;;
8977
74868978 sunos)
7487 major=".$current"
7488 versuffix=".$current.$revision"
8979 major=.$current
8980 versuffix=.$current.$revision
74898981 ;;
74908982
74918983 windows)
74928984 # Use '-' rather than '.', since we only want one
7493 # extension on DOS 8.3 filesystems.
8985 # extension on DOS 8.3 file systems.
74948986 func_arith $current - $age
74958987 major=$func_arith_result
7496 versuffix="-$major"
8988 versuffix=-$major
74978989 ;;
74988990
74998991 *)
7500 func_fatal_configuration "unknown library version type \`$version_type'"
8992 func_fatal_configuration "unknown library version type '$version_type'"
75018993 ;;
75028994 esac
75038995
75119003 verstring=
75129004 ;;
75139005 *)
7514 verstring="0.0"
9006 verstring=0.0
75159007 ;;
75169008 esac
7517 if test "$need_version" = no; then
9009 if test no = "$need_version"; then
75189010 versuffix=
75199011 else
7520 versuffix=".0.0"
9012 versuffix=.0.0
75219013 fi
75229014 fi
75239015
75249016 # Remove version info from name if versioning should be avoided
7525 if test "$avoid_version" = yes && test "$need_version" = no; then
9017 if test yes,no = "$avoid_version,$need_version"; then
75269018 major=
75279019 versuffix=
7528 verstring=""
9020 verstring=
75299021 fi
75309022
75319023 # Check to see if the archive will have undefined symbols.
7532 if test "$allow_undefined" = yes; then
7533 if test "$allow_undefined_flag" = unsupported; then
7534 func_warning "undefined symbols not allowed in $host shared libraries"
7535 build_libtool_libs=no
7536 build_old_libs=yes
9024 if test yes = "$allow_undefined"; then
9025 if test unsupported = "$allow_undefined_flag"; then
9026 if test yes = "$build_old_libs"; then
9027 func_warning "undefined symbols not allowed in $host shared libraries; building static only"
9028 build_libtool_libs=no
9029 else
9030 func_fatal_error "can't build $host shared library unless -no-undefined is specified"
9031 fi
75379032 fi
75389033 else
75399034 # Don't allow undefined symbols.
7540 allow_undefined_flag="$no_undefined_flag"
9035 allow_undefined_flag=$no_undefined_flag
75419036 fi
75429037
75439038 fi
75449039
7545 func_generate_dlsyms "$libname" "$libname" "yes"
9040 func_generate_dlsyms "$libname" "$libname" :
75469041 func_append libobjs " $symfileobj"
7547 test "X$libobjs" = "X " && libobjs=
7548
7549 if test "$opt_mode" != relink; then
9042 test " " = "$libobjs" && libobjs=
9043
9044 if test relink != "$opt_mode"; then
75509045 # Remove our outputs, but don't remove object files since they
75519046 # may have been created when compiling PIC objects.
75529047 removelist=
75559050 case $p in
75569051 *.$objext | *.gcno)
75579052 ;;
7558 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
7559 if test "X$precious_files_regex" != "X"; then
9053 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
9054 if test -n "$precious_files_regex"; then
75609055 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
75619056 then
75629057 continue
75729067 fi
75739068
75749069 # Now set the variables for building old libraries.
7575 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
9070 if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
75769071 func_append oldlibs " $output_objdir/$libname.$libext"
75779072
75789073 # Transform .lo files to .o files.
7579 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
9074 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
75809075 fi
75819076
75829077 # Eliminate all temporary directories.
75979092 *) func_append finalize_rpath " $libdir" ;;
75989093 esac
75999094 done
7600 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
9095 if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
76019096 dependency_libs="$temp_xrpath $dependency_libs"
76029097 fi
76039098 fi
76049099
76059100 # Make sure dlfiles contains only unique files that won't be dlpreopened
7606 old_dlfiles="$dlfiles"
9101 old_dlfiles=$dlfiles
76079102 dlfiles=
76089103 for lib in $old_dlfiles; do
76099104 case " $dlprefiles $dlfiles " in
76139108 done
76149109
76159110 # Make sure dlprefiles contains only unique files
7616 old_dlprefiles="$dlprefiles"
9111 old_dlprefiles=$dlprefiles
76179112 dlprefiles=
76189113 for lib in $old_dlprefiles; do
76199114 case "$dlprefiles " in
76229117 esac
76239118 done
76249119
7625 if test "$build_libtool_libs" = yes; then
9120 if test yes = "$build_libtool_libs"; then
76269121 if test -n "$rpath"; then
76279122 case $host in
76289123 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
76469141 ;;
76479142 *)
76489143 # Add libc to deplibs on all other systems if necessary.
7649 if test "$build_libtool_need_lc" = "yes"; then
9144 if test yes = "$build_libtool_need_lc"; then
76509145 func_append deplibs " -lc"
76519146 fi
76529147 ;;
76629157 # I'm not sure if I'm treating the release correctly. I think
76639158 # release should show up in the -l (ie -lgmp5) so we don't want to
76649159 # add it in twice. Is that correct?
7665 release=""
7666 versuffix=""
7667 major=""
9160 release=
9161 versuffix=
9162 major=
76689163 newdeplibs=
76699164 droppeddeps=no
76709165 case $deplibs_check_method in
76939188 -l*)
76949189 func_stripname -l '' "$i"
76959190 name=$func_stripname_result
7696 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9191 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
76979192 case " $predeps $postdeps " in
76989193 *" $i "*)
76999194 func_append newdeplibs " $i"
7700 i=""
9195 i=
77019196 ;;
77029197 esac
77039198 fi
7704 if test -n "$i" ; then
9199 if test -n "$i"; then
77059200 libname=`eval "\\$ECHO \"$libname_spec\""`
77069201 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
77079202 set dummy $deplib_matches; shift
77089203 deplib_match=$1
7709 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
9204 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
77109205 func_append newdeplibs " $i"
77119206 else
77129207 droppeddeps=yes
77369231 $opt_dry_run || $RM conftest
77379232 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
77389233 ldd_output=`ldd conftest`
7739 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9234 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
77409235 case " $predeps $postdeps " in
77419236 *" $i "*)
77429237 func_append newdeplibs " $i"
7743 i=""
9238 i=
77449239 ;;
77459240 esac
77469241 fi
7747 if test -n "$i" ; then
9242 if test -n "$i"; then
77489243 libname=`eval "\\$ECHO \"$libname_spec\""`
77499244 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
77509245 set dummy $deplib_matches; shift
77519246 deplib_match=$1
7752 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
9247 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
77539248 func_append newdeplibs " $i"
77549249 else
77559250 droppeddeps=yes
77869281 -l*)
77879282 func_stripname -l '' "$a_deplib"
77889283 name=$func_stripname_result
7789 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9284 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
77909285 case " $predeps $postdeps " in
77919286 *" $a_deplib "*)
77929287 func_append newdeplibs " $a_deplib"
7793 a_deplib=""
9288 a_deplib=
77949289 ;;
77959290 esac
77969291 fi
7797 if test -n "$a_deplib" ; then
9292 if test -n "$a_deplib"; then
77989293 libname=`eval "\\$ECHO \"$libname_spec\""`
77999294 if test -n "$file_magic_glob"; then
78009295 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
78019296 else
78029297 libnameglob=$libname
78039298 fi
7804 test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
9299 test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
78059300 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
7806 if test "$want_nocaseglob" = yes; then
9301 if test yes = "$want_nocaseglob"; then
78079302 shopt -s nocaseglob
78089303 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
78099304 $nocaseglob
78219316 # We might still enter an endless loop, since a link
78229317 # loop can be closed while we follow links,
78239318 # but so what?
7824 potlib="$potent_lib"
9319 potlib=$potent_lib
78259320 while test -h "$potlib" 2>/dev/null; do
7826 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
9321 potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
78279322 case $potliblink in
7828 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
7829 *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
9323 [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
9324 *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
78309325 esac
78319326 done
78329327 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
78339328 $SED -e 10q |
78349329 $EGREP "$file_magic_regex" > /dev/null; then
78359330 func_append newdeplibs " $a_deplib"
7836 a_deplib=""
9331 a_deplib=
78379332 break 2
78389333 fi
78399334 done
78409335 done
78419336 fi
7842 if test -n "$a_deplib" ; then
9337 if test -n "$a_deplib"; then
78439338 droppeddeps=yes
78449339 echo
78459340 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
78479342 echo "*** you link to this library. But I can only do this if you have a"
78489343 echo "*** shared version of the library, which you do not appear to have"
78499344 echo "*** because I did check the linker path looking for a file starting"
7850 if test -z "$potlib" ; then
9345 if test -z "$potlib"; then
78519346 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
78529347 else
78539348 $ECHO "*** with $libname and none of the candidates passed a file format test"
78709365 -l*)
78719366 func_stripname -l '' "$a_deplib"
78729367 name=$func_stripname_result
7873 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9368 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
78749369 case " $predeps $postdeps " in
78759370 *" $a_deplib "*)
78769371 func_append newdeplibs " $a_deplib"
7877 a_deplib=""
9372 a_deplib=
78789373 ;;
78799374 esac
78809375 fi
7881 if test -n "$a_deplib" ; then
9376 if test -n "$a_deplib"; then
78829377 libname=`eval "\\$ECHO \"$libname_spec\""`
78839378 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
78849379 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
78859380 for potent_lib in $potential_libs; do
7886 potlib="$potent_lib" # see symlink-check above in file_magic test
9381 potlib=$potent_lib # see symlink-check above in file_magic test
78879382 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
78889383 $EGREP "$match_pattern_regex" > /dev/null; then
78899384 func_append newdeplibs " $a_deplib"
7890 a_deplib=""
9385 a_deplib=
78919386 break 2
78929387 fi
78939388 done
78949389 done
78959390 fi
7896 if test -n "$a_deplib" ; then
9391 if test -n "$a_deplib"; then
78979392 droppeddeps=yes
78989393 echo
78999394 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
79019396 echo "*** you link to this library. But I can only do this if you have a"
79029397 echo "*** shared version of the library, which you do not appear to have"
79039398 echo "*** because I did check the linker path looking for a file starting"
7904 if test -z "$potlib" ; then
9399 if test -z "$potlib"; then
79059400 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
79069401 else
79079402 $ECHO "*** with $libname and none of the candidates passed a file format test"
79179412 done # Gone through all deplibs.
79189413 ;;
79199414 none | unknown | *)
7920 newdeplibs=""
9415 newdeplibs=
79219416 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
7922 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
7923 for i in $predeps $postdeps ; do
9417 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9418 for i in $predeps $postdeps; do
79249419 # can't use Xsed below, because $i might contain '/'
7925 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
9420 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
79269421 done
79279422 fi
79289423 case $tmp_deplibs in
79299424 *[!\ \ ]*)
79309425 echo
7931 if test "X$deplibs_check_method" = "Xnone"; then
9426 if test none = "$deplibs_check_method"; then
79329427 echo "*** Warning: inter-library dependencies are not supported in this platform."
79339428 else
79349429 echo "*** Warning: inter-library dependencies are not known to be supported."
79529447 ;;
79539448 esac
79549449
7955 if test "$droppeddeps" = yes; then
7956 if test "$module" = yes; then
9450 if test yes = "$droppeddeps"; then
9451 if test yes = "$module"; then
79579452 echo
79589453 echo "*** Warning: libtool could not satisfy all declared inter-library"
79599454 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
79629457 if test -z "$global_symbol_pipe"; then
79639458 echo
79649459 echo "*** However, this would only work if libtool was able to extract symbol"
7965 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
9460 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
79669461 echo "*** not find such a program. So, this module is probably useless."
7967 echo "*** \`nm' from GNU binutils and a full rebuild may help."
9462 echo "*** 'nm' from GNU binutils and a full rebuild may help."
79689463 fi
7969 if test "$build_old_libs" = no; then
7970 oldlibs="$output_objdir/$libname.$libext"
9464 if test no = "$build_old_libs"; then
9465 oldlibs=$output_objdir/$libname.$libext
79719466 build_libtool_libs=module
79729467 build_old_libs=yes
79739468 else
79789473 echo "*** automatically added whenever a program is linked with this library"
79799474 echo "*** or is declared to -dlopen it."
79809475
7981 if test "$allow_undefined" = no; then
9476 if test no = "$allow_undefined"; then
79829477 echo
79839478 echo "*** Since this library must not contain undefined symbols,"
79849479 echo "*** because either the platform does not support them or"
79859480 echo "*** it was explicitly requested with -no-undefined,"
79869481 echo "*** libtool will only create a static version of it."
7987 if test "$build_old_libs" = no; then
7988 oldlibs="$output_objdir/$libname.$libext"
9482 if test no = "$build_old_libs"; then
9483 oldlibs=$output_objdir/$libname.$libext
79899484 build_libtool_libs=module
79909485 build_old_libs=yes
79919486 else
80319526 *) func_append new_libs " $deplib" ;;
80329527 esac
80339528 done
8034 deplibs="$new_libs"
9529 deplibs=$new_libs
80359530
80369531 # All the library-specific variables (install_libdir is set above).
80379532 library_names=
80399534 dlname=
80409535
80419536 # Test again, we may have decided not to build it any more
8042 if test "$build_libtool_libs" = yes; then
8043 # Remove ${wl} instances when linking with ld.
9537 if test yes = "$build_libtool_libs"; then
9538 # Remove $wl instances when linking with ld.
80449539 # FIXME: should test the right _cmds variable.
80459540 case $archive_cmds in
80469541 *\$LD\ *) wl= ;;
80479542 esac
8048 if test "$hardcode_into_libs" = yes; then
9543 if test yes = "$hardcode_into_libs"; then
80499544 # Hardcode the library paths
80509545 hardcode_libdirs=
80519546 dep_rpath=
8052 rpath="$finalize_rpath"
8053 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
9547 rpath=$finalize_rpath
9548 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
80549549 for libdir in $rpath; do
80559550 if test -n "$hardcode_libdir_flag_spec"; then
80569551 if test -n "$hardcode_libdir_separator"; then
80579552 func_replace_sysroot "$libdir"
80589553 libdir=$func_replace_sysroot_result
80599554 if test -z "$hardcode_libdirs"; then
8060 hardcode_libdirs="$libdir"
9555 hardcode_libdirs=$libdir
80619556 else
80629557 # Just accumulate the unique libdirs.
80639558 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
80829577 # Substitute the hardcoded libdirs into the rpath.
80839578 if test -n "$hardcode_libdir_separator" &&
80849579 test -n "$hardcode_libdirs"; then
8085 libdir="$hardcode_libdirs"
9580 libdir=$hardcode_libdirs
80869581 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
80879582 fi
80889583 if test -n "$runpath_var" && test -n "$perm_rpath"; then
80969591 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
80979592 fi
80989593
8099 shlibpath="$finalize_shlibpath"
8100 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
9594 shlibpath=$finalize_shlibpath
9595 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
81019596 if test -n "$shlibpath"; then
81029597 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
81039598 fi
81079602 eval library_names=\"$library_names_spec\"
81089603 set dummy $library_names
81099604 shift
8110 realname="$1"
9605 realname=$1
81119606 shift
81129607
81139608 if test -n "$soname_spec"; then
81149609 eval soname=\"$soname_spec\"
81159610 else
8116 soname="$realname"
9611 soname=$realname
81179612 fi
81189613 if test -z "$dlname"; then
81199614 dlname=$soname
81209615 fi
81219616
8122 lib="$output_objdir/$realname"
9617 lib=$output_objdir/$realname
81239618 linknames=
81249619 for link
81259620 do
81339628 delfiles=
81349629 if test -n "$export_symbols" && test -n "$include_expsyms"; then
81359630 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
8136 export_symbols="$output_objdir/$libname.uexp"
9631 export_symbols=$output_objdir/$libname.uexp
81379632 func_append delfiles " $export_symbols"
81389633 fi
81399634
81429637 cygwin* | mingw* | cegcc*)
81439638 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
81449639 # exporting using user supplied symfile
8145 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
9640 func_dll_def_p "$export_symbols" || {
81469641 # and it's NOT already a .def file. Must figure out
81479642 # which of the given symbols are data symbols and tag
81489643 # them as such. So, trigger use of export_symbols_cmds.
81499644 # export_symbols gets reassigned inside the "prepare
81509645 # the list of exported symbols" if statement, so the
81519646 # include_expsyms logic still works.
8152 orig_export_symbols="$export_symbols"
9647 orig_export_symbols=$export_symbols
81539648 export_symbols=
81549649 always_export_symbols=yes
8155 fi
9650 }
81569651 fi
81579652 ;;
81589653 esac
81599654
81609655 # Prepare the list of exported symbols
81619656 if test -z "$export_symbols"; then
8162 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
8163 func_verbose "generating symbol list for \`$libname.la'"
8164 export_symbols="$output_objdir/$libname.exp"
9657 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9658 func_verbose "generating symbol list for '$libname.la'"
9659 export_symbols=$output_objdir/$libname.exp
81659660 $opt_dry_run || $RM $export_symbols
81669661 cmds=$export_symbols_cmds
8167 save_ifs="$IFS"; IFS='~'
9662 save_ifs=$IFS; IFS='~'
81689663 for cmd1 in $cmds; do
8169 IFS="$save_ifs"
9664 IFS=$save_ifs
81709665 # Take the normal branch if the nm_file_list_spec branch
81719666 # doesn't work or if tool conversion is not needed.
81729667 case $nm_file_list_spec~$to_tool_file_cmd in
81809675 try_normal_branch=no
81819676 ;;
81829677 esac
8183 if test "$try_normal_branch" = yes \
9678 if test yes = "$try_normal_branch" \
81849679 && { test "$len" -lt "$max_cmd_len" \
81859680 || test "$max_cmd_len" -le -1; }
81869681 then
81919686 output_la=$func_basename_result
81929687 save_libobjs=$libobjs
81939688 save_output=$output
8194 output=${output_objdir}/${output_la}.nm
9689 output=$output_objdir/$output_la.nm
81959690 func_to_tool_file "$output"
81969691 libobjs=$nm_file_list_spec$func_to_tool_file_result
81979692 func_append delfiles " $output"
82149709 break
82159710 fi
82169711 done
8217 IFS="$save_ifs"
8218 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
9712 IFS=$save_ifs
9713 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
82199714 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
82209715 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
82219716 fi
82239718 fi
82249719
82259720 if test -n "$export_symbols" && test -n "$include_expsyms"; then
8226 tmp_export_symbols="$export_symbols"
8227 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
9721 tmp_export_symbols=$export_symbols
9722 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
82289723 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
82299724 fi
82309725
8231 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
9726 if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
82329727 # The given exports_symbols file has to be filtered, so filter it.
8233 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
9728 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
82349729 # FIXME: $output_objdir/$libname.filter potentially contains lots of
8235 # 's' commands which not all seds can handle. GNU sed should be fine
9730 # 's' commands, which not all seds can handle. GNU sed should be fine
82369731 # though. Also, the filter scales superlinearly with the number of
82379732 # global variables. join(1) would be nice here, but unfortunately
82389733 # isn't a blessed tool.
82519746 ;;
82529747 esac
82539748 done
8254 deplibs="$tmp_deplibs"
9749 deplibs=$tmp_deplibs
82559750
82569751 if test -n "$convenience"; then
82579752 if test -n "$whole_archive_flag_spec" &&
8258 test "$compiler_needs_object" = yes &&
9753 test yes = "$compiler_needs_object" &&
82599754 test -z "$libobjs"; then
82609755 # extract the archives, so we have objects to list.
82619756 # TODO: could optimize this to just extract one archive.
82669761 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
82679762 test "X$libobjs" = "X " && libobjs=
82689763 else
8269 gentop="$output_objdir/${outputname}x"
9764 gentop=$output_objdir/${outputname}x
82709765 func_append generated " $gentop"
82719766
82729767 func_extract_archives $gentop $convenience
82759770 fi
82769771 fi
82779772
8278 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
9773 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
82799774 eval flag=\"$thread_safe_flag_spec\"
82809775 func_append linker_flags " $flag"
82819776 fi
82829777
82839778 # Make a backup of the uninstalled library when relinking
8284 if test "$opt_mode" = relink; then
9779 if test relink = "$opt_mode"; then
82859780 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
82869781 fi
82879782
82889783 # Do each of the archive commands.
8289 if test "$module" = yes && test -n "$module_cmds" ; then
9784 if test yes = "$module" && test -n "$module_cmds"; then
82909785 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
82919786 eval test_cmds=\"$module_expsym_cmds\"
82929787 cmds=$module_expsym_cmds
83049799 fi
83059800 fi
83069801
8307 if test "X$skipped_export" != "X:" &&
9802 if test : != "$skipped_export" &&
83089803 func_len " $test_cmds" &&
83099804 len=$func_len_result &&
83109805 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
83379832 last_robj=
83389833 k=1
83399834
8340 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
8341 output=${output_objdir}/${output_la}.lnkscript
9835 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
9836 output=$output_objdir/$output_la.lnkscript
83429837 func_verbose "creating GNU ld script: $output"
83439838 echo 'INPUT (' > $output
83449839 for obj in $save_libobjs
83509845 func_append delfiles " $output"
83519846 func_to_tool_file "$output"
83529847 output=$func_to_tool_file_result
8353 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
8354 output=${output_objdir}/${output_la}.lnk
9848 elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
9849 output=$output_objdir/$output_la.lnk
83559850 func_verbose "creating linker input file list: $output"
83569851 : > $output
83579852 set x $save_libobjs
83589853 shift
83599854 firstobj=
8360 if test "$compiler_needs_object" = yes; then
9855 if test yes = "$compiler_needs_object"; then
83619856 firstobj="$1 "
83629857 shift
83639858 fi
83729867 else
83739868 if test -n "$save_libobjs"; then
83749869 func_verbose "creating reloadable object files..."
8375 output=$output_objdir/$output_la-${k}.$objext
9870 output=$output_objdir/$output_la-$k.$objext
83769871 eval test_cmds=\"$reload_cmds\"
83779872 func_len " $test_cmds"
83789873 len0=$func_len_result
83849879 func_len " $obj"
83859880 func_arith $len + $func_len_result
83869881 len=$func_arith_result
8387 if test "X$objlist" = X ||
9882 if test -z "$objlist" ||
83889883 test "$len" -lt "$max_cmd_len"; then
83899884 func_append objlist " $obj"
83909885 else
83919886 # The command $test_cmds is almost too long, add a
83929887 # command to the queue.
8393 if test "$k" -eq 1 ; then
9888 if test 1 -eq "$k"; then
83949889 # The first file doesn't have a previous command to add.
83959890 reload_objs=$objlist
83969891 eval concat_cmds=\"$reload_cmds\"
84009895 reload_objs="$objlist $last_robj"
84019896 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
84029897 fi
8403 last_robj=$output_objdir/$output_la-${k}.$objext
9898 last_robj=$output_objdir/$output_la-$k.$objext
84049899 func_arith $k + 1
84059900 k=$func_arith_result
8406 output=$output_objdir/$output_la-${k}.$objext
9901 output=$output_objdir/$output_la-$k.$objext
84079902 objlist=" $obj"
84089903 func_len " $last_robj"
84099904 func_arith $len0 + $func_len_result
84159910 # files will link in the last one created.
84169911 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
84179912 reload_objs="$objlist $last_robj"
8418 eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
9913 eval concat_cmds=\"\$concat_cmds$reload_cmds\"
84199914 if test -n "$last_robj"; then
8420 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
9915 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
84219916 fi
84229917 func_append delfiles " $output"
84239918
84259920 output=
84269921 fi
84279922
8428 if ${skipped_export-false}; then
8429 func_verbose "generating symbol list for \`$libname.la'"
8430 export_symbols="$output_objdir/$libname.exp"
9923 ${skipped_export-false} && {
9924 func_verbose "generating symbol list for '$libname.la'"
9925 export_symbols=$output_objdir/$libname.exp
84319926 $opt_dry_run || $RM $export_symbols
84329927 libobjs=$output
84339928 # Append the command to create the export file.
84369931 if test -n "$last_robj"; then
84379932 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
84389933 fi
8439 fi
9934 }
84409935
84419936 test -n "$save_libobjs" &&
84429937 func_verbose "creating a temporary reloadable object file: $output"
84439938
84449939 # Loop through the commands generated above and execute them.
8445 save_ifs="$IFS"; IFS='~'
9940 save_ifs=$IFS; IFS='~'
84469941 for cmd in $concat_cmds; do
8447 IFS="$save_ifs"
8448 $opt_silent || {
9942 IFS=$save_ifs
9943 $opt_quiet || {
84499944 func_quote_for_expand "$cmd"
84509945 eval "func_echo $func_quote_for_expand_result"
84519946 }
84539948 lt_exit=$?
84549949
84559950 # Restore the uninstalled library and exit
8456 if test "$opt_mode" = relink; then
9951 if test relink = "$opt_mode"; then
84579952 ( cd "$output_objdir" && \
84589953 $RM "${realname}T" && \
84599954 $MV "${realname}U" "$realname" )
84629957 exit $lt_exit
84639958 }
84649959 done
8465 IFS="$save_ifs"
9960 IFS=$save_ifs
84669961
84679962 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
84689963 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
84709965 fi
84719966 fi
84729967
8473 if ${skipped_export-false}; then
9968 ${skipped_export-false} && {
84749969 if test -n "$export_symbols" && test -n "$include_expsyms"; then
8475 tmp_export_symbols="$export_symbols"
8476 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
9970 tmp_export_symbols=$export_symbols
9971 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
84779972 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
84789973 fi
84799974
84809975 if test -n "$orig_export_symbols"; then
84819976 # The given exports_symbols file has to be filtered, so filter it.
8482 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
9977 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
84839978 # FIXME: $output_objdir/$libname.filter potentially contains lots of
8484 # 's' commands which not all seds can handle. GNU sed should be fine
9979 # 's' commands, which not all seds can handle. GNU sed should be fine
84859980 # though. Also, the filter scales superlinearly with the number of
84869981 # global variables. join(1) would be nice here, but unfortunately
84879982 # isn't a blessed tool.
84909985 export_symbols=$output_objdir/$libname.def
84919986 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
84929987 fi
8493 fi
9988 }
84949989
84959990 libobjs=$output
84969991 # Restore the value of output.
85049999 # value of $libobjs for piecewise linking.
850510000
850610001 # Do each of the archive commands.
8507 if test "$module" = yes && test -n "$module_cmds" ; then
10002 if test yes = "$module" && test -n "$module_cmds"; then
850810003 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
850910004 cmds=$module_expsym_cmds
851010005 else
852610021
852710022 # Add any objects from preloaded convenience libraries
852810023 if test -n "$dlprefiles"; then
8529 gentop="$output_objdir/${outputname}x"
10024 gentop=$output_objdir/${outputname}x
853010025 func_append generated " $gentop"
853110026
853210027 func_extract_archives $gentop $dlprefiles
853410029 test "X$libobjs" = "X " && libobjs=
853510030 fi
853610031
8537 save_ifs="$IFS"; IFS='~'
10032 save_ifs=$IFS; IFS='~'
853810033 for cmd in $cmds; do
8539 IFS="$save_ifs"
10034 IFS=$sp$nl
854010035 eval cmd=\"$cmd\"
8541 $opt_silent || {
10036 IFS=$save_ifs
10037 $opt_quiet || {
854210038 func_quote_for_expand "$cmd"
854310039 eval "func_echo $func_quote_for_expand_result"
854410040 }
854610042 lt_exit=$?
854710043
854810044 # Restore the uninstalled library and exit
8549 if test "$opt_mode" = relink; then
10045 if test relink = "$opt_mode"; then
855010046 ( cd "$output_objdir" && \
855110047 $RM "${realname}T" && \
855210048 $MV "${realname}U" "$realname" )
855510051 exit $lt_exit
855610052 }
855710053 done
8558 IFS="$save_ifs"
10054 IFS=$save_ifs
855910055
856010056 # Restore the uninstalled library and exit
8561 if test "$opt_mode" = relink; then
10057 if test relink = "$opt_mode"; then
856210058 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
856310059
856410060 if test -n "$convenience"; then
857810074 done
857910075
858010076 # If -module or -export-dynamic was specified, set the dlname.
8581 if test "$module" = yes || test "$export_dynamic" = yes; then
10077 if test yes = "$module" || test yes = "$export_dynamic"; then
858210078 # On all known operating systems, these are identical.
8583 dlname="$soname"
10079 dlname=$soname
858410080 fi
858510081 fi
858610082 ;;
858710083
858810084 obj)
8589 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
8590 func_warning "\`-dlopen' is ignored for objects"
10085 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
10086 func_warning "'-dlopen' is ignored for objects"
859110087 fi
859210088
859310089 case " $deplibs" in
859410090 *\ -l* | *\ -L*)
8595 func_warning "\`-l' and \`-L' are ignored for objects" ;;
10091 func_warning "'-l' and '-L' are ignored for objects" ;;
859610092 esac
859710093
859810094 test -n "$rpath" && \
8599 func_warning "\`-rpath' is ignored for objects"
10095 func_warning "'-rpath' is ignored for objects"
860010096
860110097 test -n "$xrpath" && \
8602 func_warning "\`-R' is ignored for objects"
10098 func_warning "'-R' is ignored for objects"
860310099
860410100 test -n "$vinfo" && \
8605 func_warning "\`-version-info' is ignored for objects"
10101 func_warning "'-version-info' is ignored for objects"
860610102
860710103 test -n "$release" && \
8608 func_warning "\`-release' is ignored for objects"
10104 func_warning "'-release' is ignored for objects"
860910105
861010106 case $output in
861110107 *.lo)
861210108 test -n "$objs$old_deplibs" && \
8613 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
10109 func_fatal_error "cannot build library object '$output' from non-libtool objects"
861410110
861510111 libobj=$output
861610112 func_lo2o "$libobj"
861810114 ;;
861910115 *)
862010116 libobj=
8621 obj="$output"
10117 obj=$output
862210118 ;;
862310119 esac
862410120
863110127 # the extraction.
863210128 reload_conv_objs=
863310129 gentop=
8634 # reload_cmds runs $LD directly, so let us get rid of
8635 # -Wl from whole_archive_flag_spec and hope we can get by with
8636 # turning comma into space..
8637 wl=
8638
10130 # if reload_cmds runs $LD directly, get rid of -Wl from
10131 # whole_archive_flag_spec and hope we can get by with turning comma
10132 # into space.
10133 case $reload_cmds in
10134 *\$LD[\ \$]*) wl= ;;
10135 esac
863910136 if test -n "$convenience"; then
864010137 if test -n "$whole_archive_flag_spec"; then
864110138 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
8642 reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10139 test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10140 reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
864310141 else
8644 gentop="$output_objdir/${obj}x"
10142 gentop=$output_objdir/${obj}x
864510143 func_append generated " $gentop"
864610144
864710145 func_extract_archives $gentop $convenience
865010148 fi
865110149
865210150 # If we're not building shared, we need to use non_pic_objs
8653 test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
10151 test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
865410152
865510153 # Create the old-style object.
8656 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
8657
8658 output="$obj"
10154 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
10155
10156 output=$obj
865910157 func_execute_cmds "$reload_cmds" 'exit $?'
866010158
866110159 # Exit if we aren't doing a library object file.
866710165 exit $EXIT_SUCCESS
866810166 fi
866910167
8670 if test "$build_libtool_libs" != yes; then
10168 test yes = "$build_libtool_libs" || {
867110169 if test -n "$gentop"; then
867210170 func_show_eval '${RM}r "$gentop"'
867310171 fi
867710175 # $show "echo timestamp > $libobj"
867810176 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
867910177 exit $EXIT_SUCCESS
8680 fi
8681
8682 if test -n "$pic_flag" || test "$pic_mode" != default; then
10178 }
10179
10180 if test -n "$pic_flag" || test default != "$pic_mode"; then
868310181 # Only do commands if we really have different PIC objects.
868410182 reload_objs="$libobjs $reload_conv_objs"
8685 output="$libobj"
10183 output=$libobj
868610184 func_execute_cmds "$reload_cmds" 'exit $?'
868710185 fi
868810186
869910197 output=$func_stripname_result.exe;;
870010198 esac
870110199 test -n "$vinfo" && \
8702 func_warning "\`-version-info' is ignored for programs"
10200 func_warning "'-version-info' is ignored for programs"
870310201
870410202 test -n "$release" && \
8705 func_warning "\`-release' is ignored for programs"
8706
8707 test "$preload" = yes \
8708 && test "$dlopen_support" = unknown \
8709 && test "$dlopen_self" = unknown \
8710 && test "$dlopen_self_static" = unknown && \
8711 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
10203 func_warning "'-release' is ignored for programs"
10204
10205 $preload \
10206 && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
10207 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
871210208
871310209 case $host in
871410210 *-*-rhapsody* | *-*-darwin1.[012])
872210218 *-*-darwin*)
872310219 # Don't allow lazy linking, it breaks C++ global constructors
872410220 # But is supposedly fixed on 10.4 or later (yay!).
8725 if test "$tagname" = CXX ; then
10221 if test CXX = "$tagname"; then
872610222 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
872710223 10.[0123])
8728 func_append compile_command " ${wl}-bind_at_load"
8729 func_append finalize_command " ${wl}-bind_at_load"
10224 func_append compile_command " $wl-bind_at_load"
10225 func_append finalize_command " $wl-bind_at_load"
873010226 ;;
873110227 esac
873210228 fi
876210258 *) func_append new_libs " $deplib" ;;
876310259 esac
876410260 done
8765 compile_deplibs="$new_libs"
10261 compile_deplibs=$new_libs
876610262
876710263
876810264 func_append compile_command " $compile_deplibs"
878610282 if test -n "$hardcode_libdir_flag_spec"; then
878710283 if test -n "$hardcode_libdir_separator"; then
878810284 if test -z "$hardcode_libdirs"; then
8789 hardcode_libdirs="$libdir"
10285 hardcode_libdirs=$libdir
879010286 else
879110287 # Just accumulate the unique libdirs.
879210288 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
880910305 fi
881010306 case $host in
881110307 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
8812 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
10308 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
881310309 case :$dllsearchpath: in
881410310 *":$libdir:"*) ;;
881510311 ::) dllsearchpath=$libdir;;
882610322 # Substitute the hardcoded libdirs into the rpath.
882710323 if test -n "$hardcode_libdir_separator" &&
882810324 test -n "$hardcode_libdirs"; then
8829 libdir="$hardcode_libdirs"
10325 libdir=$hardcode_libdirs
883010326 eval rpath=\" $hardcode_libdir_flag_spec\"
883110327 fi
8832 compile_rpath="$rpath"
10328 compile_rpath=$rpath
883310329
883410330 rpath=
883510331 hardcode_libdirs=
883710333 if test -n "$hardcode_libdir_flag_spec"; then
883810334 if test -n "$hardcode_libdir_separator"; then
883910335 if test -z "$hardcode_libdirs"; then
8840 hardcode_libdirs="$libdir"
10336 hardcode_libdirs=$libdir
884110337 else
884210338 # Just accumulate the unique libdirs.
884310339 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
886210358 # Substitute the hardcoded libdirs into the rpath.
886310359 if test -n "$hardcode_libdir_separator" &&
886410360 test -n "$hardcode_libdirs"; then
8865 libdir="$hardcode_libdirs"
10361 libdir=$hardcode_libdirs
886610362 eval rpath=\" $hardcode_libdir_flag_spec\"
886710363 fi
8868 finalize_rpath="$rpath"
8869
8870 if test -n "$libobjs" && test "$build_old_libs" = yes; then
10364 finalize_rpath=$rpath
10365
10366 if test -n "$libobjs" && test yes = "$build_old_libs"; then
887110367 # Transform all the library objects into standard objects.
887210368 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
887310369 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
887410370 fi
887510371
8876 func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
10372 func_generate_dlsyms "$outputname" "@PROGRAM@" false
887710373
887810374 # template prelinking step
887910375 if test -n "$prelink_cmds"; then
888010376 func_execute_cmds "$prelink_cmds" 'exit $?'
888110377 fi
888210378
8883 wrappers_required=yes
10379 wrappers_required=:
888410380 case $host in
888510381 *cegcc* | *mingw32ce*)
888610382 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
8887 wrappers_required=no
10383 wrappers_required=false
888810384 ;;
888910385 *cygwin* | *mingw* )
8890 if test "$build_libtool_libs" != yes; then
8891 wrappers_required=no
8892 fi
10386 test yes = "$build_libtool_libs" || wrappers_required=false
889310387 ;;
889410388 *)
8895 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
8896 wrappers_required=no
10389 if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
10390 wrappers_required=false
889710391 fi
889810392 ;;
889910393 esac
8900 if test "$wrappers_required" = no; then
10394 $wrappers_required || {
890110395 # Replace the output file specification.
890210396 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
8903 link_command="$compile_command$compile_rpath"
10397 link_command=$compile_command$compile_rpath
890410398
890510399 # We have no uninstalled library dependencies, so finalize right now.
890610400 exit_status=0
891310407 fi
891410408
891510409 # Delete the generated files.
8916 if test -f "$output_objdir/${outputname}S.${objext}"; then
8917 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
10410 if test -f "$output_objdir/${outputname}S.$objext"; then
10411 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
891810412 fi
891910413
892010414 exit $exit_status
8921 fi
10415 }
892210416
892310417 if test -n "$compile_shlibpath$finalize_shlibpath"; then
892410418 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
894810442 fi
894910443 fi
895010444
8951 if test "$no_install" = yes; then
10445 if test yes = "$no_install"; then
895210446 # We don't need to create a wrapper script.
8953 link_command="$compile_var$compile_command$compile_rpath"
10447 link_command=$compile_var$compile_command$compile_rpath
895410448 # Replace the output file specification.
895510449 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
895610450 # Delete the old output file.
896710461 exit $EXIT_SUCCESS
896810462 fi
896910463
8970 if test "$hardcode_action" = relink; then
8971 # Fast installation is not supported
8972 link_command="$compile_var$compile_command$compile_rpath"
8973 relink_command="$finalize_var$finalize_command$finalize_rpath"
8974
8975 func_warning "this platform does not like uninstalled shared libraries"
8976 func_warning "\`$output' will be relinked during installation"
8977 else
8978 if test "$fast_install" != no; then
8979 link_command="$finalize_var$compile_command$finalize_rpath"
8980 if test "$fast_install" = yes; then
8981 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
8982 else
8983 # fast_install is set to needless
8984 relink_command=
8985 fi
8986 else
8987 link_command="$compile_var$compile_command$compile_rpath"
8988 relink_command="$finalize_var$finalize_command$finalize_rpath"
8989 fi
8990 fi
10464 case $hardcode_action,$fast_install in
10465 relink,*)
10466 # Fast installation is not supported
10467 link_command=$compile_var$compile_command$compile_rpath
10468 relink_command=$finalize_var$finalize_command$finalize_rpath
10469
10470 func_warning "this platform does not like uninstalled shared libraries"
10471 func_warning "'$output' will be relinked during installation"
10472 ;;
10473 *,yes)
10474 link_command=$finalize_var$compile_command$finalize_rpath
10475 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
10476 ;;
10477 *,no)
10478 link_command=$compile_var$compile_command$compile_rpath
10479 relink_command=$finalize_var$finalize_command$finalize_rpath
10480 ;;
10481 *,needless)
10482 link_command=$finalize_var$compile_command$finalize_rpath
10483 relink_command=
10484 ;;
10485 esac
899110486
899210487 # Replace the output file specification.
899310488 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
904410539 func_dirname_and_basename "$output" "" "."
904510540 output_name=$func_basename_result
904610541 output_path=$func_dirname_result
9047 cwrappersource="$output_path/$objdir/lt-$output_name.c"
9048 cwrapper="$output_path/$output_name.exe"
10542 cwrappersource=$output_path/$objdir/lt-$output_name.c
10543 cwrapper=$output_path/$output_name.exe
904910544 $RM $cwrappersource $cwrapper
905010545 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
905110546
906610561 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
906710562 $opt_dry_run || {
906810563 # note: this script will not be executed, so do not chmod.
9069 if test "x$build" = "x$host" ; then
10564 if test "x$build" = "x$host"; then
907010565 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
907110566 else
907210567 func_emit_wrapper no > $func_ltwrapper_scriptname_result
908910584 # See if we need to build an old-fashioned archive.
909010585 for oldlib in $oldlibs; do
909110586
9092 if test "$build_libtool_libs" = convenience; then
9093 oldobjs="$libobjs_save $symfileobj"
9094 addlibs="$convenience"
9095 build_libtool_libs=no
9096 else
9097 if test "$build_libtool_libs" = module; then
9098 oldobjs="$libobjs_save"
10587 case $build_libtool_libs in
10588 convenience)
10589 oldobjs="$libobjs_save $symfileobj"
10590 addlibs=$convenience
909910591 build_libtool_libs=no
9100 else
10592 ;;
10593 module)
10594 oldobjs=$libobjs_save
10595 addlibs=$old_convenience
10596 build_libtool_libs=no
10597 ;;
10598 *)
910110599 oldobjs="$old_deplibs $non_pic_objects"
9102 if test "$preload" = yes && test -f "$symfileobj"; then
9103 func_append oldobjs " $symfileobj"
9104 fi
9105 fi
9106 addlibs="$old_convenience"
9107 fi
10600 $preload && test -f "$symfileobj" \
10601 && func_append oldobjs " $symfileobj"
10602 addlibs=$old_convenience
10603 ;;
10604 esac
910810605
910910606 if test -n "$addlibs"; then
9110 gentop="$output_objdir/${outputname}x"
10607 gentop=$output_objdir/${outputname}x
911110608 func_append generated " $gentop"
911210609
911310610 func_extract_archives $gentop $addlibs
911510612 fi
911610613
911710614 # Do each command in the archive commands.
9118 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
10615 if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
911910616 cmds=$old_archive_from_new_cmds
912010617 else
912110618
912210619 # Add any objects from preloaded convenience libraries
912310620 if test -n "$dlprefiles"; then
9124 gentop="$output_objdir/${outputname}x"
10621 gentop=$output_objdir/${outputname}x
912510622 func_append generated " $gentop"
912610623
912710624 func_extract_archives $gentop $dlprefiles
914210639 :
914310640 else
914410641 echo "copying selected object files to avoid basename conflicts..."
9145 gentop="$output_objdir/${outputname}x"
10642 gentop=$output_objdir/${outputname}x
914610643 func_append generated " $gentop"
914710644 func_mkdir_p "$gentop"
914810645 save_oldobjs=$oldobjs
915110648 for obj in $save_oldobjs
915210649 do
915310650 func_basename "$obj"
9154 objbase="$func_basename_result"
10651 objbase=$func_basename_result
915510652 case " $oldobjs " in
915610653 " ") oldobjs=$obj ;;
915710654 *[\ /]"$objbase "*)
922010717 else
922110718 # the above command should be used before it gets too long
922210719 oldobjs=$objlist
9223 if test "$obj" = "$last_oldobj" ; then
10720 if test "$obj" = "$last_oldobj"; then
922410721 RANLIB=$save_RANLIB
922510722 fi
922610723 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
9227 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
10724 eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
922810725 objlist=
922910726 len=$len0
923010727 fi
923110728 done
923210729 RANLIB=$save_RANLIB
923310730 oldobjs=$objlist
9234 if test "X$oldobjs" = "X" ; then
10731 if test -z "$oldobjs"; then
923510732 eval cmds=\"\$concat_cmds\"
923610733 else
923710734 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
924810745 case $output in
924910746 *.la)
925010747 old_library=
9251 test "$build_old_libs" = yes && old_library="$libname.$libext"
10748 test yes = "$build_old_libs" && old_library=$libname.$libext
925210749 func_verbose "creating $output"
925310750
925410751 # Preserve any variables that may affect compiler behavior
926310760 fi
926410761 done
926510762 # Quote the link command for shipping.
9266 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10763 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
926710764 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
9268 if test "$hardcode_automatic" = yes ; then
10765 if test yes = "$hardcode_automatic"; then
926910766 relink_command=
927010767 fi
927110768
927210769 # Only create the output if not a dry run.
927310770 $opt_dry_run || {
927410771 for installed in no yes; do
9275 if test "$installed" = yes; then
10772 if test yes = "$installed"; then
927610773 if test -z "$install_libdir"; then
927710774 break
927810775 fi
9279 output="$output_objdir/$outputname"i
10776 output=$output_objdir/${outputname}i
928010777 # Replace all uninstalled libtool libraries with the installed ones
928110778 newdependency_libs=
928210779 for deplib in $dependency_libs; do
928310780 case $deplib in
928410781 *.la)
928510782 func_basename "$deplib"
9286 name="$func_basename_result"
10783 name=$func_basename_result
928710784 func_resolve_sysroot "$deplib"
9288 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
10785 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
928910786 test -z "$libdir" && \
9290 func_fatal_error "\`$deplib' is not a valid libtool archive"
10787 func_fatal_error "'$deplib' is not a valid libtool archive"
929110788 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
929210789 ;;
929310790 -L*)
930310800 *) func_append newdependency_libs " $deplib" ;;
930410801 esac
930510802 done
9306 dependency_libs="$newdependency_libs"
10803 dependency_libs=$newdependency_libs
930710804 newdlfiles=
930810805
930910806 for lib in $dlfiles; do
931010807 case $lib in
931110808 *.la)
931210809 func_basename "$lib"
9313 name="$func_basename_result"
9314 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10810 name=$func_basename_result
10811 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
931510812 test -z "$libdir" && \
9316 func_fatal_error "\`$lib' is not a valid libtool archive"
10813 func_fatal_error "'$lib' is not a valid libtool archive"
931710814 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
931810815 ;;
931910816 *) func_append newdlfiles " $lib" ;;
932010817 esac
932110818 done
9322 dlfiles="$newdlfiles"
10819 dlfiles=$newdlfiles
932310820 newdlprefiles=
932410821 for lib in $dlprefiles; do
932510822 case $lib in
932910826 # didn't already link the preopened objects directly into
933010827 # the library:
933110828 func_basename "$lib"
9332 name="$func_basename_result"
9333 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10829 name=$func_basename_result
10830 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
933410831 test -z "$libdir" && \
9335 func_fatal_error "\`$lib' is not a valid libtool archive"
10832 func_fatal_error "'$lib' is not a valid libtool archive"
933610833 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
933710834 ;;
933810835 esac
933910836 done
9340 dlprefiles="$newdlprefiles"
10837 dlprefiles=$newdlprefiles
934110838 else
934210839 newdlfiles=
934310840 for lib in $dlfiles; do
934410841 case $lib in
9345 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
10842 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
934610843 *) abs=`pwd`"/$lib" ;;
934710844 esac
934810845 func_append newdlfiles " $abs"
934910846 done
9350 dlfiles="$newdlfiles"
10847 dlfiles=$newdlfiles
935110848 newdlprefiles=
935210849 for lib in $dlprefiles; do
935310850 case $lib in
9354 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
10851 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
935510852 *) abs=`pwd`"/$lib" ;;
935610853 esac
935710854 func_append newdlprefiles " $abs"
935810855 done
9359 dlprefiles="$newdlprefiles"
10856 dlprefiles=$newdlprefiles
936010857 fi
936110858 $RM $output
936210859 # place dlname in correct position for cygwin
937210869 case $host,$output,$installed,$module,$dlname in
937310870 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
937410871 # If a -bindir argument was supplied, place the dll there.
9375 if test "x$bindir" != x ;
9376 then
10872 if test -n "$bindir"; then
937710873 func_relative_path "$install_libdir" "$bindir"
9378 tdlname=$func_relative_path_result$dlname
10874 tdlname=$func_relative_path_result/$dlname
937910875 else
938010876 # Otherwise fall back on heuristic.
938110877 tdlname=../bin/$dlname
938410880 esac
938510881 $ECHO > $output "\
938610882 # $outputname - a libtool library file
9387 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
10883 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
938810884 #
938910885 # Please DO NOT delete this file!
939010886 # It is necessary for linking the library.
939810894 # The name of the static archive.
939910895 old_library='$old_library'
940010896
9401 # Linker flags that can not go in dependency_libs.
10897 # Linker flags that cannot go in dependency_libs.
940210898 inherited_linker_flags='$new_inherited_linker_flags'
940310899
940410900 # Libraries that this one depends upon.
942410920
942510921 # Directory that this library needs to be installed in:
942610922 libdir='$install_libdir'"
9427 if test "$installed" = no && test "$need_relink" = yes; then
10923 if test no,yes = "$installed,$need_relink"; then
942810924 $ECHO >> $output "\
942910925 relink_command=\"$relink_command\""
943010926 fi
943910935 exit $EXIT_SUCCESS
944010936 }
944110937
9442 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9443 func_mode_link ${1+"$@"}
10938 if test link = "$opt_mode" || test relink = "$opt_mode"; then
10939 func_mode_link ${1+"$@"}
10940 fi
944410941
944510942
944610943 # func_mode_uninstall arg...
944710944 func_mode_uninstall ()
944810945 {
9449 $opt_debug
9450 RM="$nonopt"
10946 $debug_cmd
10947
10948 RM=$nonopt
945110949 files=
9452 rmforce=
10950 rmforce=false
945310951 exit_status=0
945410952
945510953 # This variable tells wrapper scripts just to set variables rather
945610954 # than running their programs.
9457 libtool_install_magic="$magic"
10955 libtool_install_magic=$magic
945810956
945910957 for arg
946010958 do
946110959 case $arg in
9462 -f) func_append RM " $arg"; rmforce=yes ;;
10960 -f) func_append RM " $arg"; rmforce=: ;;
946310961 -*) func_append RM " $arg" ;;
946410962 *) func_append files " $arg" ;;
946510963 esac
947210970
947310971 for file in $files; do
947410972 func_dirname "$file" "" "."
9475 dir="$func_dirname_result"
9476 if test "X$dir" = X.; then
9477 odir="$objdir"
10973 dir=$func_dirname_result
10974 if test . = "$dir"; then
10975 odir=$objdir
947810976 else
9479 odir="$dir/$objdir"
10977 odir=$dir/$objdir
948010978 fi
948110979 func_basename "$file"
9482 name="$func_basename_result"
9483 test "$opt_mode" = uninstall && odir="$dir"
10980 name=$func_basename_result
10981 test uninstall = "$opt_mode" && odir=$dir
948410982
948510983 # Remember odir for removal later, being careful to avoid duplicates
9486 if test "$opt_mode" = clean; then
10984 if test clean = "$opt_mode"; then
948710985 case " $rmdirs " in
948810986 *" $odir "*) ;;
948910987 *) func_append rmdirs " $odir" ;;
949810996 elif test -d "$file"; then
949910997 exit_status=1
950010998 continue
9501 elif test "$rmforce" = yes; then
10999 elif $rmforce; then
950211000 continue
950311001 fi
950411002
9505 rmfiles="$file"
11003 rmfiles=$file
950611004
950711005 case $name in
950811006 *.la)
951611014 done
951711015 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
951811016
9519 case "$opt_mode" in
11017 case $opt_mode in
952011018 clean)
952111019 case " $library_names " in
952211020 *" $dlname "*) ;;
952711025 uninstall)
952811026 if test -n "$library_names"; then
952911027 # Do each command in the postuninstall commands.
9530 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
11028 func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
953111029 fi
953211030
953311031 if test -n "$old_library"; then
953411032 # Do each command in the old_postuninstall commands.
9535 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
11033 func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
953611034 fi
953711035 # FIXME: should reinstall the best remaining shared library.
953811036 ;;
954811046 func_source $dir/$name
954911047
955011048 # Add PIC object to the list of files to remove.
9551 if test -n "$pic_object" &&
9552 test "$pic_object" != none; then
11049 if test -n "$pic_object" && test none != "$pic_object"; then
955311050 func_append rmfiles " $dir/$pic_object"
955411051 fi
955511052
955611053 # Add non-PIC object to the list of files to remove.
9557 if test -n "$non_pic_object" &&
9558 test "$non_pic_object" != none; then
11054 if test -n "$non_pic_object" && test none != "$non_pic_object"; then
955911055 func_append rmfiles " $dir/$non_pic_object"
956011056 fi
956111057 fi
956211058 ;;
956311059
956411060 *)
9565 if test "$opt_mode" = clean ; then
11061 if test clean = "$opt_mode"; then
956611062 noexename=$name
956711063 case $file in
956811064 *.exe)
958911085
959011086 # note $name still contains .exe if it was in $file originally
959111087 # as does the version of $file that was added into $rmfiles
9592 func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
9593 if test "$fast_install" = yes && test -n "$relink_command"; then
11088 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11089 if test yes = "$fast_install" && test -n "$relink_command"; then
959411090 func_append rmfiles " $odir/lt-$name"
959511091 fi
9596 if test "X$noexename" != "X$name" ; then
9597 func_append rmfiles " $odir/lt-${noexename}.c"
11092 if test "X$noexename" != "X$name"; then
11093 func_append rmfiles " $odir/lt-$noexename.c"
959811094 fi
959911095 fi
960011096 fi
960311099 func_show_eval "$RM $rmfiles" 'exit_status=1'
960411100 done
960511101
9606 # Try to remove the ${objdir}s in the directories where we deleted files
11102 # Try to remove the $objdir's in the directories where we deleted files
960711103 for dir in $rmdirs; do
960811104 if test -d "$dir"; then
960911105 func_show_eval "rmdir $dir >/dev/null 2>&1"
961311109 exit $exit_status
961411110 }
961511111
9616 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9617 func_mode_uninstall ${1+"$@"}
11112 if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
11113 func_mode_uninstall ${1+"$@"}
11114 fi
961811115
961911116 test -z "$opt_mode" && {
9620 help="$generic_help"
11117 help=$generic_help
962111118 func_fatal_help "you must specify a MODE"
962211119 }
962311120
962411121 test -z "$exec_cmd" && \
9625 func_fatal_help "invalid operation mode \`$opt_mode'"
11122 func_fatal_help "invalid operation mode '$opt_mode'"
962611123
962711124 if test -n "$exec_cmd"; then
962811125 eval exec "$exec_cmd"
963311130
963411131
963511132 # The TAGs below are defined such that we never get into a situation
9636 # in which we disable both kinds of libraries. Given conflicting
11133 # where we disable both kinds of libraries. Given conflicting
963711134 # choices, we go for a static library, that is the most portable,
963811135 # since we can't tell whether shared libraries were disabled because
963911136 # the user asked for that or because the platform doesn't support
965611153 # mode:shell-script
965711154 # sh-indentation:2
965811155 # End:
9659 # vi:sw=2
9660
00 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
11 #
2 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4 # Foundation, Inc.
2 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
53 # Written by Gordon Matzigkeit, 1996
64 #
75 # This file is free software; the Free Software Foundation gives
97 # modifications, as long as this notice is preserved.
108
119 m4_define([_LT_COPYING], [dnl
12 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14 # Foundation, Inc.
15 # Written by Gordon Matzigkeit, 1996
10 # Copyright (C) 2014 Free Software Foundation, Inc.
11 # This is free software; see the source for copying conditions. There is NO
12 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 # GNU Libtool is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 2 of of the License, or
17 # (at your option) any later version.
1618 #
17 # This file is part of GNU Libtool.
19 # As a special exception to the GNU General Public License, if you
20 # distribute this file as part of a program or library that is built
21 # using GNU Libtool, you may include this file under the same
22 # distribution terms that you use for the rest of that program.
1823 #
19 # GNU Libtool is free software; you can redistribute it and/or
20 # modify it under the terms of the GNU General Public License as
21 # published by the Free Software Foundation; either version 2 of
22 # the License, or (at your option) any later version.
23 #
24 # As a special exception to the GNU General Public License,
25 # if you distribute this file as part of a program or library that
26 # is built using GNU Libtool, you may include this file under the
27 # same distribution terms that you use for the rest of that program.
28 #
29 # GNU Libtool is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # GNU Libtool is distributed in the hope that it will be useful, but
25 # WITHOUT ANY WARRANTY; without even the implied warranty of
3126 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3227 # GNU General Public License for more details.
3328 #
3429 # You should have received a copy of the GNU General Public License
35 # along with GNU Libtool; see the file COPYING. If not, a copy
36 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
37 # obtained by writing to the Free Software Foundation, Inc.,
38 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
30 # along with this program. If not, see <http://www.gnu.org/licenses/>.
3931 ])
4032
41 # serial 57 LT_INIT
33 # serial 58 LT_INIT
4234
4335
4436 # LT_PREREQ(VERSION)
6658 # LT_INIT([OPTIONS])
6759 # ------------------
6860 AC_DEFUN([LT_INIT],
69 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
61 [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
7062 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
7163 AC_BEFORE([$0], [LT_LANG])dnl
7264 AC_BEFORE([$0], [LT_OUTPUT])dnl
9082 _LT_SET_OPTIONS([$0], [$1])
9183
9284 # This can be used to rebuild libtool when needed
93 LIBTOOL_DEPS="$ltmain"
85 LIBTOOL_DEPS=$ltmain
9486
9587 # Always use our own libtool.
9688 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
110102 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
111103
112104
105 # _LT_PREPARE_CC_BASENAME
106 # -----------------------
107 m4_defun([_LT_PREPARE_CC_BASENAME], [
108 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
109 func_cc_basename ()
110 {
111 for cc_temp in @S|@*""; do
112 case $cc_temp in
113 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
114 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
115 \-*) ;;
116 *) break;;
117 esac
118 done
119 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
120 }
121 ])# _LT_PREPARE_CC_BASENAME
122
123
113124 # _LT_CC_BASENAME(CC)
114125 # -------------------
115 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
126 # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
127 # but that macro is also expanded into generated libtool script, which
128 # arranges for $SED and $ECHO to be set by different means.
116129 m4_defun([_LT_CC_BASENAME],
117 [for cc_temp in $1""; do
118 case $cc_temp in
119 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
120 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
121 \-*) ;;
122 *) break;;
123 esac
124 done
125 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
130 [m4_require([_LT_PREPARE_CC_BASENAME])dnl
131 AC_REQUIRE([_LT_DECL_SED])dnl
132 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
133 func_cc_basename $1
134 cc_basename=$func_cc_basename_result
126135 ])
127136
128137
129138 # _LT_FILEUTILS_DEFAULTS
130139 # ----------------------
131140 # It is okay to use these file commands and assume they have been set
132 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
141 # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
133142 m4_defun([_LT_FILEUTILS_DEFAULTS],
134143 [: ${CP="cp -f"}
135144 : ${MV="mv -f"}
176185 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
177186 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
178187 m4_require([_LT_WITH_SYSROOT])dnl
188 m4_require([_LT_CMD_TRUNCATE])dnl
179189
180190 _LT_CONFIG_LIBTOOL_INIT([
181 # See if we are running on zsh, and set the options which allow our
191 # See if we are running on zsh, and set the options that allow our
182192 # commands through without removal of \ escapes INIT.
183 if test -n "\${ZSH_VERSION+set}" ; then
193 if test -n "\${ZSH_VERSION+set}"; then
184194 setopt NO_GLOB_SUBST
185195 fi
186196 ])
187 if test -n "${ZSH_VERSION+set}" ; then
197 if test -n "${ZSH_VERSION+set}"; then
188198 setopt NO_GLOB_SUBST
189199 fi
190200
197207 # AIX sometimes has problems with the GCC collect2 program. For some
198208 # reason, if we set the COLLECT_NAMES environment variable, the problems
199209 # vanish in a puff of smoke.
200 if test "X${COLLECT_NAMES+set}" != Xset; then
210 if test set != "${COLLECT_NAMES+set}"; then
201211 COLLECT_NAMES=
202212 export COLLECT_NAMES
203213 fi
208218 ofile=libtool
209219 can_build_shared=yes
210220
211 # All known linkers require a `.a' archive for static linking (except MSVC,
221 # All known linkers require a '.a' archive for static linking (except MSVC,
212222 # which needs '.lib').
213223 libext=a
214224
215 with_gnu_ld="$lt_cv_prog_gnu_ld"
216
217 old_CC="$CC"
218 old_CFLAGS="$CFLAGS"
225 with_gnu_ld=$lt_cv_prog_gnu_ld
226
227 old_CC=$CC
228 old_CFLAGS=$CFLAGS
219229
220230 # Set sane defaults for various variables
221231 test -z "$CC" && CC=cc
268278
269279 # _LT_PROG_LTMAIN
270280 # ---------------
271 # Note that this code is called both from `configure', and `config.status'
281 # Note that this code is called both from 'configure', and 'config.status'
272282 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
273 # `config.status' has no value for ac_aux_dir unless we are using Automake,
283 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
274284 # so we pass a copy along to make sure it has a sensible value anyway.
275285 m4_defun([_LT_PROG_LTMAIN],
276286 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
277287 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
278 ltmain="$ac_aux_dir/ltmain.sh"
288 ltmain=$ac_aux_dir/ltmain.sh
279289 ])# _LT_PROG_LTMAIN
280290
281291
285295
286296 # So that we can recreate a full libtool script including additional
287297 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
288 # in macros and then make a single call at the end using the `libtool'
298 # in macros and then make a single call at the end using the 'libtool'
289299 # label.
290300
291301
420430
421431 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
422432 # ------------------------------------
423 # Quote a variable value, and forward it to `config.status' so that its
424 # declaration there will have the same value as in `configure'. VARNAME
433 # Quote a variable value, and forward it to 'config.status' so that its
434 # declaration there will have the same value as in 'configure'. VARNAME
425435 # must have a single quote delimited value for this to work.
426436 m4_define([_LT_CONFIG_STATUS_DECLARE],
427437 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
445455 # Output comment and list of tags supported by the script
446456 m4_defun([_LT_LIBTOOL_TAGS],
447457 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
448 available_tags="_LT_TAGS"dnl
458 available_tags='_LT_TAGS'dnl
449459 ])
450460
451461
473483 # _LT_LIBTOOL_CONFIG_VARS
474484 # -----------------------
475485 # Produce commented declarations of non-tagged libtool config variables
476 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
486 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
477487 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
478488 # section) are produced by _LT_LIBTOOL_TAG_VARS.
479489 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
499509 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
500510 # variables for single and double quote escaping we saved from calls
501511 # to _LT_DECL, we can put quote escaped variables declarations
502 # into `config.status', and then the shell code to quote escape them in
503 # for loops in `config.status'. Finally, any additional code accumulated
512 # into 'config.status', and then the shell code to quote escape them in
513 # for loops in 'config.status'. Finally, any additional code accumulated
504514 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
505515 m4_defun([_LT_CONFIG_COMMANDS],
506516 [AC_PROVIDE_IFELSE([LT_OUTPUT],
546556 ]], lt_decl_quote_varnames); do
547557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
548558 *[[\\\\\\\`\\"\\\$]]*)
549 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
550560 ;;
551561 *)
552562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
559569 ]], lt_decl_dquote_varnames); do
560570 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
561571 *[[\\\\\\\`\\"\\\$]]*)
562 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
572 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
563573 ;;
564574 *)
565575 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
575585 # Generate a child script FILE with all initialization necessary to
576586 # reuse the environment learned by the parent script, and make the
577587 # file executable. If COMMENT is supplied, it is inserted after the
578 # `#!' sequence but before initialization text begins. After this
588 # '#!' sequence but before initialization text begins. After this
579589 # macro, additional text can be appended to FILE to form the body of
580590 # the child script. The macro ends with non-zero status if the
581591 # file could not be fully written (such as if the disk is full).
597607 _AS_PREPARE
598608 exec AS_MESSAGE_FD>&1
599609 _ASEOF
600 test $lt_write_fail = 0 && chmod +x $1[]dnl
610 test 0 = "$lt_write_fail" && chmod +x $1[]dnl
601611 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
602612
603613 # LT_OUTPUT
620630 } >&AS_MESSAGE_LOG_FD
621631
622632 lt_cl_help="\
623 \`$as_me' creates a local libtool stub from the current configuration,
633 '$as_me' creates a local libtool stub from the current configuration,
624634 for use in further configure time tests before the real libtool is
625635 generated.
626636
642652 This config.lt script is free software; the Free Software Foundation
643653 gives unlimited permision to copy, distribute and modify it."
644654
645 while test $[#] != 0
655 while test 0 != $[#]
646656 do
647657 case $[1] in
648658 --version | --v* | -V )
655665 lt_cl_silent=: ;;
656666
657667 -*) AC_MSG_ERROR([unrecognized option: $[1]
658 Try \`$[0] --help' for more information.]) ;;
668 Try '$[0] --help' for more information.]) ;;
659669
660670 *) AC_MSG_ERROR([unrecognized argument: $[1]
661 Try \`$[0] --help' for more information.]) ;;
671 Try '$[0] --help' for more information.]) ;;
662672 esac
663673 shift
664674 done
684694 # open by configure. Here we exec the FD to /dev/null, effectively closing
685695 # config.log, so it can be properly (re)opened and appended to by config.lt.
686696 lt_cl_success=:
687 test "$silent" = yes &&
697 test yes = "$silent" &&
688698 lt_config_lt_args="$lt_config_lt_args --quiet"
689699 exec AS_MESSAGE_LOG_FD>/dev/null
690700 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
704714 _LT_CONFIG_SAVE_COMMANDS([
705715 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
706716 m4_if(_LT_TAG, [C], [
707 # See if we are running on zsh, and set the options which allow our
717 # See if we are running on zsh, and set the options that allow our
708718 # commands through without removal of \ escapes.
709 if test -n "${ZSH_VERSION+set}" ; then
719 if test -n "${ZSH_VERSION+set}"; then
710720 setopt NO_GLOB_SUBST
711721 fi
712722
713 cfgfile="${ofile}T"
723 cfgfile=${ofile}T
714724 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
715725 $RM "$cfgfile"
716726
717727 cat <<_LT_EOF >> "$cfgfile"
718728 #! $SHELL
719
720 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
721 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
729 # Generated automatically by $as_me ($PACKAGE) $VERSION
722730 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
723731 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
724 #
732
733 # Provide generalized library-building support services.
734 # Written by Gordon Matzigkeit, 1996
735
725736 _LT_COPYING
726737 _LT_LIBTOOL_TAGS
738
739 # Configured defaults for sys_lib_dlsearch_path munging.
740 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
727741
728742 # ### BEGIN LIBTOOL CONFIG
729743 _LT_LIBTOOL_CONFIG_VARS
730744 _LT_LIBTOOL_TAG_VARS
731745 # ### END LIBTOOL CONFIG
746
747 _LT_EOF
748
749 cat <<'_LT_EOF' >> "$cfgfile"
750
751 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
752
753 _LT_PREPARE_MUNGE_PATH_LIST
754 _LT_PREPARE_CC_BASENAME
755
756 # ### END FUNCTIONS SHARED WITH CONFIGURE
732757
733758 _LT_EOF
734759
738763 # AIX sometimes has problems with the GCC collect2 program. For some
739764 # reason, if we set the COLLECT_NAMES environment variable, the problems
740765 # vanish in a puff of smoke.
741 if test "X${COLLECT_NAMES+set}" != Xset; then
766 if test set != "${COLLECT_NAMES+set}"; then
742767 COLLECT_NAMES=
743768 export COLLECT_NAMES
744769 fi
754779 # is reportedly fixed, but why not run on old versions too?
755780 sed '$q' "$ltmain" >> "$cfgfile" \
756781 || (rm -f "$cfgfile"; exit 1)
757
758 _LT_PROG_REPLACE_SHELLFNS
759782
760783 mv -f "$cfgfile" "$ofile" ||
761784 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
774797 [m4_if([$1], [], [
775798 PACKAGE='$PACKAGE'
776799 VERSION='$VERSION'
777 TIMESTAMP='$TIMESTAMP'
778800 RM='$RM'
779801 ofile='$ofile'], [])
780802 ])dnl /_LT_CONFIG_SAVE_COMMANDS
973995
974996 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
975997 [lt_cv_apple_cc_single_mod=no
976 if test -z "${LT_MULTI_MODULE}"; then
998 if test -z "$LT_MULTI_MODULE"; then
977999 # By default we will add the -single_module flag. You can override
9781000 # by either setting the environment variable LT_MULTI_MODULE
9791001 # non-empty at configure time, or by adding -multi_module to the
9911013 cat conftest.err >&AS_MESSAGE_LOG_FD
9921014 # Otherwise, if the output was created with a 0 exit code from
9931015 # the compiler, it worked.
994 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
1016 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
9951017 lt_cv_apple_cc_single_mod=yes
9961018 else
9971019 cat conftest.err >&AS_MESSAGE_LOG_FD
10091031 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
10101032 [lt_cv_ld_exported_symbols_list=yes],
10111033 [lt_cv_ld_exported_symbols_list=no])
1012 LDFLAGS="$save_LDFLAGS"
1034 LDFLAGS=$save_LDFLAGS
10131035 ])
10141036
10151037 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
10311053 _lt_result=$?
10321054 if test -s conftest.err && $GREP force_load conftest.err; then
10331055 cat conftest.err >&AS_MESSAGE_LOG_FD
1034 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
1056 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
10351057 lt_cv_ld_force_load=yes
10361058 else
10371059 cat conftest.err >&AS_MESSAGE_LOG_FD
10411063 ])
10421064 case $host_os in
10431065 rhapsody* | darwin1.[[012]])
1044 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
10451067 darwin1.*)
1046 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10471069 darwin*) # darwin 5.x on
10481070 # if running on 10.5 or later, the deployment target defaults
10491071 # to the OS version, if on x86, and 10.4, the deployment
10501072 # target defaults to 10.4. Don't you love it?
10511073 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10521074 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1053 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1054 10.[[012]]*)
1055 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1076 10.[[012]][[,.]]*)
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10561078 10.*)
1057 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10581080 esac
10591081 ;;
10601082 esac
1061 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
1083 if test yes = "$lt_cv_apple_cc_single_mod"; then
10621084 _lt_dar_single_mod='$single_module'
10631085 fi
1064 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
1065 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1086 if test yes = "$lt_cv_ld_exported_symbols_list"; then
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
10661088 else
1067 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
1089 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
10681090 fi
1069 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1091 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
10701092 _lt_dsymutil='~$DSYMUTIL $lib || :'
10711093 else
10721094 _lt_dsymutil=
10861108 _LT_TAGVAR(hardcode_direct, $1)=no
10871109 _LT_TAGVAR(hardcode_automatic, $1)=yes
10881110 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1089 if test "$lt_cv_ld_force_load" = "yes"; then
1090 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1111 if test yes = "$lt_cv_ld_force_load"; then
1112 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10911113 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
10921114 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
10931115 else
10941116 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
10951117 fi
10961118 _LT_TAGVAR(link_all_deplibs, $1)=yes
1097 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
1119 _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
10981120 case $cc_basename in
1099 ifort*) _lt_dar_can_shared=yes ;;
1121 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
11001122 *) _lt_dar_can_shared=$GCC ;;
11011123 esac
1102 if test "$_lt_dar_can_shared" = "yes"; then
1124 if test yes = "$_lt_dar_can_shared"; then
11031125 output_verbose_link_cmd=func_echo_all
1104 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
1105 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
1106 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
1107 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
1126 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
1127 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1128 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1129 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
11081130 m4_if([$1], [CXX],
1109 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
1110 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
1111 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
1131 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
1132 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1133 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
11121134 fi
11131135 ],[])
11141136 else
11281150 # Allow to override them for all tags through lt_cv_aix_libpath.
11291151 m4_defun([_LT_SYS_MODULE_PATH_AIX],
11301152 [m4_require([_LT_DECL_SED])dnl
1131 if test "${lt_cv_aix_libpath+set}" = set; then
1153 if test set = "${lt_cv_aix_libpath+set}"; then
11321154 aix_libpath=$lt_cv_aix_libpath
11331155 else
11341156 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
11461168 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11471169 fi],[])
11481170 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1149 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
1171 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
11501172 fi
11511173 ])
11521174 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
11661188 # -----------------------
11671189 # Find how we can fake an echo command that does not interpret backslash.
11681190 # In particular, with Autoconf 2.60 or later we add some code to the start
1169 # of the generated configure script which will find a shell with a builtin
1170 # printf (which we can use as an echo command).
1191 # of the generated configure script that will find a shell with a builtin
1192 # printf (that we can use as an echo command).
11711193 m4_defun([_LT_PROG_ECHO_BACKSLASH],
11721194 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11731195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
11951217 # Invoke $ECHO with all args, space-separated.
11961218 func_echo_all ()
11971219 {
1198 $ECHO "$*"
1220 $ECHO "$*"
11991221 }
12001222
1201 case "$ECHO" in
1223 case $ECHO in
12021224 printf*) AC_MSG_RESULT([printf]) ;;
12031225 print*) AC_MSG_RESULT([print -r]) ;;
12041226 *) AC_MSG_RESULT([cat]) ;;
12241246 AC_DEFUN([_LT_WITH_SYSROOT],
12251247 [AC_MSG_CHECKING([for sysroot])
12261248 AC_ARG_WITH([sysroot],
1227 [ --with-sysroot[=DIR] Search for dependent libraries within DIR
1228 (or the compiler's sysroot if not specified).],
1249 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1250 [Search for dependent libraries within DIR (or the compiler's sysroot
1251 if not specified).])],
12291252 [], [with_sysroot=no])
12301253
12311254 dnl lt_sysroot will always be passed unquoted. We quote it here
12321255 dnl in case the user passed a directory name.
12331256 lt_sysroot=
1234 case ${with_sysroot} in #(
1257 case $with_sysroot in #(
12351258 yes)
1236 if test "$GCC" = yes; then
1259 if test yes = "$GCC"; then
12371260 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
12381261 fi
12391262 ;; #(
12431266 no|'')
12441267 ;; #(
12451268 *)
1246 AC_MSG_RESULT([${with_sysroot}])
1269 AC_MSG_RESULT([$with_sysroot])
12471270 AC_MSG_ERROR([The sysroot must be an absolute path.])
12481271 ;;
12491272 esac
12501273
12511274 AC_MSG_RESULT([${lt_sysroot:-no}])
12521275 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1253 [dependent libraries, and in which our libraries should be installed.])])
1276 [dependent libraries, and where our libraries should be installed.])])
12541277
12551278 # _LT_ENABLE_LOCK
12561279 # ---------------
12581281 [AC_ARG_ENABLE([libtool-lock],
12591282 [AS_HELP_STRING([--disable-libtool-lock],
12601283 [avoid locking (might break parallel builds)])])
1261 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1284 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
12621285
12631286 # Some flags need to be propagated to the compiler or linker for good
12641287 # libtool support.
12651288 case $host in
12661289 ia64-*-hpux*)
1267 # Find out which ABI we are using.
1290 # Find out what ABI is being produced by ac_compile, and set mode
1291 # options accordingly.
12681292 echo 'int i;' > conftest.$ac_ext
12691293 if AC_TRY_EVAL(ac_compile); then
12701294 case `/usr/bin/file conftest.$ac_objext` in
12711295 *ELF-32*)
1272 HPUX_IA64_MODE="32"
1296 HPUX_IA64_MODE=32
12731297 ;;
12741298 *ELF-64*)
1275 HPUX_IA64_MODE="64"
1299 HPUX_IA64_MODE=64
12761300 ;;
12771301 esac
12781302 fi
12791303 rm -rf conftest*
12801304 ;;
12811305 *-*-irix6*)
1282 # Find out which ABI we are using.
1306 # Find out what ABI is being produced by ac_compile, and set linker
1307 # options accordingly.
12831308 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
12841309 if AC_TRY_EVAL(ac_compile); then
1285 if test "$lt_cv_prog_gnu_ld" = yes; then
1310 if test yes = "$lt_cv_prog_gnu_ld"; then
12861311 case `/usr/bin/file conftest.$ac_objext` in
12871312 *32-bit*)
12881313 LD="${LD-ld} -melf32bsmip"
13111336 rm -rf conftest*
13121337 ;;
13131338
1339 mips64*-*linux*)
1340 # Find out what ABI is being produced by ac_compile, and set linker
1341 # options accordingly.
1342 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1343 if AC_TRY_EVAL(ac_compile); then
1344 emul=elf
1345 case `/usr/bin/file conftest.$ac_objext` in
1346 *32-bit*)
1347 emul="${emul}32"
1348 ;;
1349 *64-bit*)
1350 emul="${emul}64"
1351 ;;
1352 esac
1353 case `/usr/bin/file conftest.$ac_objext` in
1354 *MSB*)
1355 emul="${emul}btsmip"
1356 ;;
1357 *LSB*)
1358 emul="${emul}ltsmip"
1359 ;;
1360 esac
1361 case `/usr/bin/file conftest.$ac_objext` in
1362 *N32*)
1363 emul="${emul}n32"
1364 ;;
1365 esac
1366 LD="${LD-ld} -m $emul"
1367 fi
1368 rm -rf conftest*
1369 ;;
1370
13141371 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
13151372 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1316 # Find out which ABI we are using.
1373 # Find out what ABI is being produced by ac_compile, and set linker
1374 # options accordingly. Note that the listed cases only cover the
1375 # situations where additional linker options are needed (such as when
1376 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
1377 # vice versa); the common cases where no linker options are needed do
1378 # not appear in the list.
13171379 echo 'int i;' > conftest.$ac_ext
13181380 if AC_TRY_EVAL(ac_compile); then
13191381 case `/usr/bin/file conftest.o` in
13321394 ;;
13331395 esac
13341396 ;;
1335 powerpc64le-*)
1397 powerpc64le-*linux*)
13361398 LD="${LD-ld} -m elf32lppclinux"
13371399 ;;
1338 powerpc64-*)
1400 powerpc64-*linux*)
13391401 LD="${LD-ld} -m elf32ppclinux"
13401402 ;;
13411403 s390x-*linux*)
13541416 x86_64-*linux*)
13551417 LD="${LD-ld} -m elf_x86_64"
13561418 ;;
1357 powerpcle-*)
1419 powerpcle-*linux*)
13581420 LD="${LD-ld} -m elf64lppc"
13591421 ;;
1360 powerpc-*)
1422 powerpc-*linux*)
13611423 LD="${LD-ld} -m elf64ppc"
13621424 ;;
13631425 s390*-*linux*|s390*-*tpf*)
13751437
13761438 *-*-sco3.2v5*)
13771439 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1378 SAVE_CFLAGS="$CFLAGS"
1440 SAVE_CFLAGS=$CFLAGS
13791441 CFLAGS="$CFLAGS -belf"
13801442 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
13811443 [AC_LANG_PUSH(C)
13821444 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
13831445 AC_LANG_POP])
1384 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1446 if test yes != "$lt_cv_cc_needs_belf"; then
13851447 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1386 CFLAGS="$SAVE_CFLAGS"
1448 CFLAGS=$SAVE_CFLAGS
13871449 fi
13881450 ;;
13891451 *-*solaris*)
1390 # Find out which ABI we are using.
1452 # Find out what ABI is being produced by ac_compile, and set linker
1453 # options accordingly.
13911454 echo 'int i;' > conftest.$ac_ext
13921455 if AC_TRY_EVAL(ac_compile); then
13931456 case `/usr/bin/file conftest.o` in
13951458 case $lt_cv_prog_gnu_ld in
13961459 yes*)
13971460 case $host in
1398 i?86-*-solaris*)
1461 i?86-*-solaris*|x86_64-*-solaris*)
13991462 LD="${LD-ld} -m elf_x86_64"
14001463 ;;
14011464 sparc*-*-solaris*)
14041467 esac
14051468 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
14061469 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1407 LD="${LD-ld}_sol2"
1470 LD=${LD-ld}_sol2
14081471 fi
14091472 ;;
14101473 *)
14201483 ;;
14211484 esac
14221485
1423 need_locks="$enable_libtool_lock"
1486 need_locks=$enable_libtool_lock
14241487 ])# _LT_ENABLE_LOCK
14251488
14261489
14391502 [echo conftest.$ac_objext > conftest.lst
14401503 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
14411504 AC_TRY_EVAL([lt_ar_try])
1442 if test "$ac_status" -eq 0; then
1505 if test 0 -eq "$ac_status"; then
14431506 # Ensure the archiver fails upon bogus file names.
14441507 rm -f conftest.$ac_objext libconftest.a
14451508 AC_TRY_EVAL([lt_ar_try])
1446 if test "$ac_status" -ne 0; then
1509 if test 0 -ne "$ac_status"; then
14471510 lt_cv_ar_at_file=@
14481511 fi
14491512 fi
14511514 ])
14521515 ])
14531516
1454 if test "x$lt_cv_ar_at_file" = xno; then
1517 if test no = "$lt_cv_ar_at_file"; then
14551518 archiver_list_spec=
14561519 else
14571520 archiver_list_spec=$lt_cv_ar_at_file
14821545
14831546 if test -n "$RANLIB"; then
14841547 case $host_os in
1485 openbsd*)
1548 bitrig* | openbsd*)
14861549 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
14871550 ;;
14881551 *)
15181581 [$2=no
15191582 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
15201583 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1521 lt_compiler_flag="$3"
1584 lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
15221585 # Insert the option either (1) after the last *FLAGS variable, or
15231586 # (2) before a word containing "conftest.", or (3) at the end.
15241587 # Note that $ac_compile itself does not contain backslashes and begins
15451608 $RM conftest*
15461609 ])
15471610
1548 if test x"[$]$2" = xyes; then
1611 if test yes = "[$]$2"; then
15491612 m4_if([$5], , :, [$5])
15501613 else
15511614 m4_if([$6], , :, [$6])
15671630 m4_require([_LT_DECL_SED])dnl
15681631 AC_CACHE_CHECK([$1], [$2],
15691632 [$2=no
1570 save_LDFLAGS="$LDFLAGS"
1633 save_LDFLAGS=$LDFLAGS
15711634 LDFLAGS="$LDFLAGS $3"
15721635 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15731636 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15861649 fi
15871650 fi
15881651 $RM -r conftest*
1589 LDFLAGS="$save_LDFLAGS"
1652 LDFLAGS=$save_LDFLAGS
15901653 ])
15911654
1592 if test x"[$]$2" = xyes; then
1655 if test yes = "[$]$2"; then
15931656 m4_if([$4], , :, [$4])
15941657 else
15951658 m4_if([$5], , :, [$5])
16101673 AC_MSG_CHECKING([the maximum length of command line arguments])
16111674 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
16121675 i=0
1613 teststring="ABCD"
1676 teststring=ABCD
16141677
16151678 case $build_os in
16161679 msdosdjgpp*)
16501713 lt_cv_sys_max_cmd_len=8192;
16511714 ;;
16521715
1653 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1716 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
16541717 # This has been around since 386BSD, at least. Likely further.
16551718 if test -x /sbin/sysctl; then
16561719 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
17011764 *)
17021765 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
17031766 if test -n "$lt_cv_sys_max_cmd_len" && \
1704 test undefined != "$lt_cv_sys_max_cmd_len"; then
1767 test undefined != "$lt_cv_sys_max_cmd_len"; then
17051768 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
17061769 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
17071770 else
17081771 # Make teststring a little bigger before we do anything with it.
17091772 # a 1K string should be a reasonable start.
1710 for i in 1 2 3 4 5 6 7 8 ; do
1773 for i in 1 2 3 4 5 6 7 8; do
17111774 teststring=$teststring$teststring
17121775 done
17131776 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
17141777 # If test is not a shell built-in, we'll probably end up computing a
17151778 # maximum length that is only half of the actual maximum length, but
17161779 # we can't tell.
1717 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1780 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
17181781 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1719 test $i != 17 # 1/2 MB should be enough
1782 test 17 != "$i" # 1/2 MB should be enough
17201783 do
17211784 i=`expr $i + 1`
17221785 teststring=$teststring$teststring
17321795 ;;
17331796 esac
17341797 ])
1735 if test -n $lt_cv_sys_max_cmd_len ; then
1798 if test -n "$lt_cv_sys_max_cmd_len"; then
17361799 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
17371800 else
17381801 AC_MSG_RESULT(none)
17601823 # ----------------------------------------------------------------
17611824 m4_defun([_LT_TRY_DLOPEN_SELF],
17621825 [m4_require([_LT_HEADER_DLFCN])dnl
1763 if test "$cross_compiling" = yes; then :
1826 if test yes = "$cross_compiling"; then :
17641827 [$4]
17651828 else
17661829 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18071870 # endif
18081871 #endif
18091872
1810 /* When -fvisbility=hidden is used, assume the code has been annotated
1873 /* When -fvisibility=hidden is used, assume the code has been annotated
18111874 correspondingly for the symbols needed. */
1812 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1875 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
18131876 int fnord () __attribute__((visibility("default")));
18141877 #endif
18151878
18351898 return status;
18361899 }]
18371900 _LT_EOF
1838 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1901 if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
18391902 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
18401903 lt_status=$?
18411904 case x$lt_status in
18561919 # ------------------
18571920 AC_DEFUN([LT_SYS_DLOPEN_SELF],
18581921 [m4_require([_LT_HEADER_DLFCN])dnl
1859 if test "x$enable_dlopen" != xyes; then
1922 if test yes != "$enable_dlopen"; then
18601923 enable_dlopen=unknown
18611924 enable_dlopen_self=unknown
18621925 enable_dlopen_self_static=unknown
18661929
18671930 case $host_os in
18681931 beos*)
1869 lt_cv_dlopen="load_add_on"
1932 lt_cv_dlopen=load_add_on
18701933 lt_cv_dlopen_libs=
18711934 lt_cv_dlopen_self=yes
18721935 ;;
18731936
18741937 mingw* | pw32* | cegcc*)
1875 lt_cv_dlopen="LoadLibrary"
1938 lt_cv_dlopen=LoadLibrary
18761939 lt_cv_dlopen_libs=
18771940 ;;
18781941
18791942 cygwin*)
1880 lt_cv_dlopen="dlopen"
1943 lt_cv_dlopen=dlopen
18811944 lt_cv_dlopen_libs=
18821945 ;;
18831946
18841947 darwin*)
1885 # if libdl is installed we need to link against it
1948 # if libdl is installed we need to link against it
18861949 AC_CHECK_LIB([dl], [dlopen],
1887 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1888 lt_cv_dlopen="dyld"
1950 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
1951 lt_cv_dlopen=dyld
18891952 lt_cv_dlopen_libs=
18901953 lt_cv_dlopen_self=yes
18911954 ])
18921955 ;;
18931956
1957 tpf*)
1958 # Don't try to run any link tests for TPF. We know it's impossible
1959 # because TPF is a cross-compiler, and we know how we open DSOs.
1960 lt_cv_dlopen=dlopen
1961 lt_cv_dlopen_libs=
1962 lt_cv_dlopen_self=no
1963 ;;
1964
18941965 *)
18951966 AC_CHECK_FUNC([shl_load],
1896 [lt_cv_dlopen="shl_load"],
1967 [lt_cv_dlopen=shl_load],
18971968 [AC_CHECK_LIB([dld], [shl_load],
1898 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1969 [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
18991970 [AC_CHECK_FUNC([dlopen],
1900 [lt_cv_dlopen="dlopen"],
1971 [lt_cv_dlopen=dlopen],
19011972 [AC_CHECK_LIB([dl], [dlopen],
1902 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1973 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
19031974 [AC_CHECK_LIB([svld], [dlopen],
1904 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1975 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
19051976 [AC_CHECK_LIB([dld], [dld_link],
1906 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1977 [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
19071978 ])
19081979 ])
19091980 ])
19121983 ;;
19131984 esac
19141985
1915 if test "x$lt_cv_dlopen" != xno; then
1986 if test no = "$lt_cv_dlopen"; then
1987 enable_dlopen=no
1988 else
19161989 enable_dlopen=yes
1917 else
1918 enable_dlopen=no
19191990 fi
19201991
19211992 case $lt_cv_dlopen in
19221993 dlopen)
1923 save_CPPFLAGS="$CPPFLAGS"
1924 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1925
1926 save_LDFLAGS="$LDFLAGS"
1994 save_CPPFLAGS=$CPPFLAGS
1995 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1996
1997 save_LDFLAGS=$LDFLAGS
19271998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
19281999
1929 save_LIBS="$LIBS"
2000 save_LIBS=$LIBS
19302001 LIBS="$lt_cv_dlopen_libs $LIBS"
19312002
19322003 AC_CACHE_CHECK([whether a program can dlopen itself],
19362007 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
19372008 ])
19382009
1939 if test "x$lt_cv_dlopen_self" = xyes; then
2010 if test yes = "$lt_cv_dlopen_self"; then
19402011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
19412012 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
19422013 lt_cv_dlopen_self_static, [dnl
19462017 ])
19472018 fi
19482019
1949 CPPFLAGS="$save_CPPFLAGS"
1950 LDFLAGS="$save_LDFLAGS"
1951 LIBS="$save_LIBS"
2020 CPPFLAGS=$save_CPPFLAGS
2021 LDFLAGS=$save_LDFLAGS
2022 LIBS=$save_LIBS
19522023 ;;
19532024 esac
19542025
20402111 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
20412112 _LT_COMPILER_C_O([$1])
20422113
2043 hard_links="nottested"
2044 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
2114 hard_links=nottested
2115 if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
20452116 # do not overwrite the value of need_locks provided by the user
20462117 AC_MSG_CHECKING([if we can lock with hard links])
20472118 hard_links=yes
20512122 ln conftest.a conftest.b 2>&5 || hard_links=no
20522123 ln conftest.a conftest.b 2>/dev/null && hard_links=no
20532124 AC_MSG_RESULT([$hard_links])
2054 if test "$hard_links" = no; then
2055 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
2125 if test no = "$hard_links"; then
2126 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
20562127 need_locks=warn
20572128 fi
20582129 else
20792150 _LT_DECL([], [objdir], [0],
20802151 [The name of the directory that contains temporary libtool files])dnl
20812152 m4_pattern_allow([LT_OBJDIR])dnl
2082 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
2083 [Define to the sub-directory in which libtool stores uninstalled libraries.])
2153 AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
2154 [Define to the sub-directory where libtool stores uninstalled libraries.])
20842155 ])# _LT_CHECK_OBJDIR
20852156
20862157
20922163 _LT_TAGVAR(hardcode_action, $1)=
20932164 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
20942165 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
2095 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
2166 test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
20962167
20972168 # We can hardcode non-existent directories.
2098 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
2169 if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
20992170 # If the only mechanism to avoid hardcoding is shlibpath_var, we
21002171 # have to relink, otherwise we might link with an installed library
21012172 # when we should be linking with a yet-to-be-installed one
2102 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
2103 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
2173 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
2174 test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
21042175 # Linking always hardcodes the temporary library directory.
21052176 _LT_TAGVAR(hardcode_action, $1)=relink
21062177 else
21142185 fi
21152186 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
21162187
2117 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
2118 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
2188 if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
2189 test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
21192190 # Fast installation is not supported
21202191 enable_fast_install=no
2121 elif test "$shlibpath_overrides_runpath" = yes ||
2122 test "$enable_shared" = no; then
2192 elif test yes = "$shlibpath_overrides_runpath" ||
2193 test no = "$enable_shared"; then
21232194 # Fast installation is not necessary
21242195 enable_fast_install=needless
21252196 fi
21432214 # FIXME - insert some real tests, host_os isn't really good enough
21442215 case $host_os in
21452216 darwin*)
2146 if test -n "$STRIP" ; then
2217 if test -n "$STRIP"; then
21472218 striplib="$STRIP -x"
21482219 old_striplib="$STRIP -S"
21492220 AC_MSG_RESULT([yes])
21612232 ])# _LT_CMD_STRIPLIB
21622233
21632234
2235 # _LT_PREPARE_MUNGE_PATH_LIST
2236 # ---------------------------
2237 # Make sure func_munge_path_list() is defined correctly.
2238 m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
2239 [[# func_munge_path_list VARIABLE PATH
2240 # -----------------------------------
2241 # VARIABLE is name of variable containing _space_ separated list of
2242 # directories to be munged by the contents of PATH, which is string
2243 # having a format:
2244 # "DIR[:DIR]:"
2245 # string "DIR[ DIR]" will be prepended to VARIABLE
2246 # ":DIR[:DIR]"
2247 # string "DIR[ DIR]" will be appended to VARIABLE
2248 # "DIRP[:DIRP]::[DIRA:]DIRA"
2249 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2250 # "DIRA[ DIRA]" will be appended to VARIABLE
2251 # "DIR[:DIR]"
2252 # VARIABLE will be replaced by "DIR[ DIR]"
2253 func_munge_path_list ()
2254 {
2255 case x@S|@2 in
2256 x)
2257 ;;
2258 *:)
2259 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
2260 ;;
2261 x:*)
2262 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
2263 ;;
2264 *::*)
2265 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2266 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
2267 ;;
2268 *)
2269 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
2270 ;;
2271 esac
2272 }
2273 ]])# _LT_PREPARE_PATH_LIST
2274
2275
21642276 # _LT_SYS_DYNAMIC_LINKER([TAG])
21652277 # -----------------------------
21662278 # PORTME Fill in your ld.so characteristics
21712283 m4_require([_LT_DECL_OBJDUMP])dnl
21722284 m4_require([_LT_DECL_SED])dnl
21732285 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2286 m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
21742287 AC_MSG_CHECKING([dynamic linker characteristics])
21752288 m4_if([$1],
21762289 [], [
2177 if test "$GCC" = yes; then
2290 if test yes = "$GCC"; then
21782291 case $host_os in
2179 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
2180 *) lt_awk_arg="/^libraries:/" ;;
2292 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
2293 *) lt_awk_arg='/^libraries:/' ;;
21812294 esac
21822295 case $host_os in
2183 mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
2184 *) lt_sed_strip_eq="s,=/,/,g" ;;
2296 mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
2297 *) lt_sed_strip_eq='s|=/|/|g' ;;
21852298 esac
21862299 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
21872300 case $lt_search_path_spec in
21972310 ;;
21982311 esac
21992312 # Ok, now we have the path, separated by spaces, we can step through it
2200 # and add multilib dir if necessary.
2313 # and add multilib dir if necessary...
22012314 lt_tmp_lt_search_path_spec=
2202 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2315 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2316 # ...but if some path component already ends with the multilib dir we assume
2317 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2318 case "$lt_multi_os_dir; $lt_search_path_spec " in
2319 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
2320 lt_multi_os_dir=
2321 ;;
2322 esac
22032323 for lt_sys_path in $lt_search_path_spec; do
2204 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
2205 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
2206 else
2324 if test -d "$lt_sys_path$lt_multi_os_dir"; then
2325 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
2326 elif test -n "$lt_multi_os_dir"; then
22072327 test -d "$lt_sys_path" && \
22082328 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
22092329 fi
22102330 done
22112331 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2212 BEGIN {RS=" "; FS="/|\n";} {
2213 lt_foo="";
2214 lt_count=0;
2332 BEGIN {RS = " "; FS = "/|\n";} {
2333 lt_foo = "";
2334 lt_count = 0;
22152335 for (lt_i = NF; lt_i > 0; lt_i--) {
22162336 if ($lt_i != "" && $lt_i != ".") {
22172337 if ($lt_i == "..") {
22182338 lt_count++;
22192339 } else {
22202340 if (lt_count == 0) {
2221 lt_foo="/" $lt_i lt_foo;
2341 lt_foo = "/" $lt_i lt_foo;
22222342 } else {
22232343 lt_count--;
22242344 }
22322352 # for these hosts.
22332353 case $host_os in
22342354 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2235 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
2355 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
22362356 esac
22372357 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
22382358 else
22412361 library_names_spec=
22422362 libname_spec='lib$name'
22432363 soname_spec=
2244 shrext_cmds=".so"
2364 shrext_cmds=.so
22452365 postinstall_cmds=
22462366 postuninstall_cmds=
22472367 finish_cmds=
22582378 # flags to be left without arguments
22592379 need_version=unknown
22602380
2381 AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
2382 [User-defined run-time library search path.])
2383
22612384 case $host_os in
22622385 aix3*)
22632386 version_type=linux # correct to gnu/linux during the next big refactor
2264 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
2387 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
22652388 shlibpath_var=LIBPATH
22662389
22672390 # AIX 3 has no versioning support, so we append a major version to the name.
2268 soname_spec='${libname}${release}${shared_ext}$major'
2391 soname_spec='$libname$release$shared_ext$major'
22692392 ;;
22702393
22712394 aix[[4-9]]*)
22732396 need_lib_prefix=no
22742397 need_version=no
22752398 hardcode_into_libs=yes
2276 if test "$host_cpu" = ia64; then
2399 if test ia64 = "$host_cpu"; then
22772400 # AIX 5 supports IA64
2278 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
2401 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
22792402 shlibpath_var=LD_LIBRARY_PATH
22802403 else
22812404 # With GCC up to 2.95.x, collect2 would create an import file
22822405 # for dependence libraries. The import file would start with
2283 # the line `#! .'. This would cause the generated library to
2284 # depend on `.', always an invalid library. This was fixed in
2406 # the line '#! .'. This would cause the generated library to
2407 # depend on '.', always an invalid library. This was fixed in
22852408 # development snapshots of GCC prior to 3.0.
22862409 case $host_os in
22872410 aix4 | aix4.[[01]] | aix4.[[01]].*)
22882411 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
22892412 echo ' yes '
2290 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
2413 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
22912414 :
22922415 else
22932416 can_build_shared=no
22942417 fi
22952418 ;;
22962419 esac
2297 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
2420 # Using Import Files as archive members, it is possible to support
2421 # filename-based versioning of shared library archives on AIX. While
2422 # this would work for both with and without runtime linking, it will
2423 # prevent static linking of such archives. So we do filename-based
2424 # shared library versioning with .so extension only, which is used
2425 # when both runtime linking and shared linking is enabled.
2426 # Unfortunately, runtime linking may impact performance, so we do
2427 # not want this to be the default eventually. Also, we use the
2428 # versioned .so libs for executables only if there is the -brtl
2429 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2430 # To allow for filename-based versioning support, we need to create
2431 # libNAME.so.V as an archive file, containing:
2432 # *) an Import File, referring to the versioned filename of the
2433 # archive as well as the shared archive member, telling the
2434 # bitwidth (32 or 64) of that shared object, and providing the
2435 # list of exported symbols of that shared object, eventually
2436 # decorated with the 'weak' keyword
2437 # *) the shared object with the F_LOADONLY flag set, to really avoid
2438 # it being seen by the linker.
2439 # At run time we better use the real file rather than another symlink,
2440 # but for link time we create the symlink libNAME.so -> libNAME.so.V
2441
2442 case $with_aix_soname,$aix_use_runtimelinking in
2443 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
22982444 # soname into executable. Probably we can add versioning support to
22992445 # collect2, so additional links can be useful in future.
2300 if test "$aix_use_runtimelinking" = yes; then
2446 aix,yes) # traditional libtool
2447 dynamic_linker='AIX unversionable lib.so'
23012448 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
23022449 # instead of lib<name>.a to let people know that these are not
23032450 # typical AIX shared libraries.
2304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2305 else
2451 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2452 ;;
2453 aix,no) # traditional AIX only
2454 dynamic_linker='AIX lib.a[(]lib.so.V[)]'
23062455 # We preserve .a as extension for shared libraries through AIX4.2
23072456 # and later when we are not doing run time linking.
2308 library_names_spec='${libname}${release}.a $libname.a'
2309 soname_spec='${libname}${release}${shared_ext}$major'
2310 fi
2457 library_names_spec='$libname$release.a $libname.a'
2458 soname_spec='$libname$release$shared_ext$major'
2459 ;;
2460 svr4,*) # full svr4 only
2461 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
2462 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2463 # We do not specify a path in Import Files, so LIBPATH fires.
2464 shlibpath_overrides_runpath=yes
2465 ;;
2466 *,yes) # both, prefer svr4
2467 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
2468 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2469 # unpreferred sharedlib libNAME.a needs extra handling
2470 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
2471 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
2472 # We do not specify a path in Import Files, so LIBPATH fires.
2473 shlibpath_overrides_runpath=yes
2474 ;;
2475 *,no) # both, prefer aix
2476 dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
2477 library_names_spec='$libname$release.a $libname.a'
2478 soname_spec='$libname$release$shared_ext$major'
2479 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
2480 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
2481 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
2482 ;;
2483 esac
23112484 shlibpath_var=LIBPATH
23122485 fi
23132486 ;;
23172490 powerpc)
23182491 # Since July 2007 AmigaOS4 officially supports .so libraries.
23192492 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
2320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2493 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
23212494 ;;
23222495 m68k)
23232496 library_names_spec='$libname.ixlibrary $libname.a'
23242497 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2325 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2498 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
23262499 ;;
23272500 esac
23282501 ;;
23292502
23302503 beos*)
2331 library_names_spec='${libname}${shared_ext}'
2504 library_names_spec='$libname$shared_ext'
23322505 dynamic_linker="$host_os ld.so"
23332506 shlibpath_var=LIBRARY_PATH
23342507 ;;
23362509 bsdi[[45]]*)
23372510 version_type=linux # correct to gnu/linux during the next big refactor
23382511 need_version=no
2339 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2340 soname_spec='${libname}${release}${shared_ext}$major'
2512 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2513 soname_spec='$libname$release$shared_ext$major'
23412514 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
23422515 shlibpath_var=LD_LIBRARY_PATH
23432516 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
23492522
23502523 cygwin* | mingw* | pw32* | cegcc*)
23512524 version_type=windows
2352 shrext_cmds=".dll"
2525 shrext_cmds=.dll
23532526 need_version=no
23542527 need_lib_prefix=no
23552528
23582531 # gcc
23592532 library_names_spec='$libname.dll.a'
23602533 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2361 postinstall_cmds='base_file=`basename \${file}`~
2362 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
2534 postinstall_cmds='base_file=`basename \$file`~
2535 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
23632536 dldir=$destdir/`dirname \$dlpath`~
23642537 test -d \$dldir || mkdir -p \$dldir~
23652538 $install_prog $dir/$dlname \$dldir/$dlname~
23752548 case $host_os in
23762549 cygwin*)
23772550 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2378 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2551 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23792552 m4_if([$1], [],[
23802553 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
23812554 ;;
23822555 mingw* | cegcc*)
23832556 # MinGW DLLs use traditional 'lib' prefix
2384 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2557 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23852558 ;;
23862559 pw32*)
23872560 # pw32 DLLs use 'pw' prefix rather than 'lib'
2388 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2561 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23892562 ;;
23902563 esac
23912564 dynamic_linker='Win32 ld.exe'
23942567 *,cl*)
23952568 # Native MSVC
23962569 libname_spec='$name'
2397 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2398 library_names_spec='${libname}.dll.lib'
2570 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2571 library_names_spec='$libname.dll.lib'
23992572
24002573 case $build_os in
24012574 mingw*)
24222595 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
24232596 ;;
24242597 *)
2425 sys_lib_search_path_spec="$LIB"
2598 sys_lib_search_path_spec=$LIB
24262599 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
24272600 # It is most probably a Windows format PATH.
24282601 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
24352608 esac
24362609
24372610 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2438 postinstall_cmds='base_file=`basename \${file}`~
2439 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
2611 postinstall_cmds='base_file=`basename \$file`~
2612 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
24402613 dldir=$destdir/`dirname \$dlpath`~
24412614 test -d \$dldir || mkdir -p \$dldir~
24422615 $install_prog $dir/$dlname \$dldir/$dlname'
24492622
24502623 *)
24512624 # Assume MSVC wrapper
2452 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
2625 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
24532626 dynamic_linker='Win32 ld.exe'
24542627 ;;
24552628 esac
24622635 version_type=darwin
24632636 need_lib_prefix=no
24642637 need_version=no
2465 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
2466 soname_spec='${libname}${release}${major}$shared_ext'
2638 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
2639 soname_spec='$libname$release$major$shared_ext'
24672640 shlibpath_overrides_runpath=yes
24682641 shlibpath_var=DYLD_LIBRARY_PATH
24692642 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
24762649 version_type=linux # correct to gnu/linux during the next big refactor
24772650 need_lib_prefix=no
24782651 need_version=no
2479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
2480 soname_spec='${libname}${release}${shared_ext}$major'
2652 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2653 soname_spec='$libname$release$shared_ext$major'
24812654 shlibpath_var=LD_LIBRARY_PATH
24822655 ;;
24832656
24952668 version_type=freebsd-$objformat
24962669 case $version_type in
24972670 freebsd-elf*)
2498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2671 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2672 soname_spec='$libname$release$shared_ext$major'
24992673 need_version=no
25002674 need_lib_prefix=no
25012675 ;;
25022676 freebsd-*)
2503 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
2677 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
25042678 need_version=yes
25052679 ;;
25062680 esac
25302704 need_lib_prefix=no
25312705 need_version=no
25322706 dynamic_linker="$host_os runtime_loader"
2533 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2534 soname_spec='${libname}${release}${shared_ext}$major'
2707 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2708 soname_spec='$libname$release$shared_ext$major'
25352709 shlibpath_var=LIBRARY_PATH
2536 shlibpath_overrides_runpath=yes
2710 shlibpath_overrides_runpath=no
25372711 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
25382712 hardcode_into_libs=yes
25392713 ;;
25512725 dynamic_linker="$host_os dld.so"
25522726 shlibpath_var=LD_LIBRARY_PATH
25532727 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2554 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2555 soname_spec='${libname}${release}${shared_ext}$major'
2556 if test "X$HPUX_IA64_MODE" = X32; then
2728 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2729 soname_spec='$libname$release$shared_ext$major'
2730 if test 32 = "$HPUX_IA64_MODE"; then
25572731 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2732 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
25582733 else
25592734 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2735 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
25602736 fi
2561 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
25622737 ;;
25632738 hppa*64*)
25642739 shrext_cmds='.sl'
25662741 dynamic_linker="$host_os dld.sl"
25672742 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
25682743 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2570 soname_spec='${libname}${release}${shared_ext}$major'
2744 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2745 soname_spec='$libname$release$shared_ext$major'
25712746 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
25722747 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
25732748 ;;
25762751 dynamic_linker="$host_os dld.sl"
25772752 shlibpath_var=SHLIB_PATH
25782753 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2580 soname_spec='${libname}${release}${shared_ext}$major'
2754 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2755 soname_spec='$libname$release$shared_ext$major'
25812756 ;;
25822757 esac
25832758 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
25902765 version_type=linux # correct to gnu/linux during the next big refactor
25912766 need_lib_prefix=no
25922767 need_version=no
2593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2594 soname_spec='${libname}${release}${shared_ext}$major'
2768 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2769 soname_spec='$libname$release$shared_ext$major'
25952770 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
25962771 shlibpath_var=LD_LIBRARY_PATH
25972772 shlibpath_overrides_runpath=no
26022777 case $host_os in
26032778 nonstopux*) version_type=nonstopux ;;
26042779 *)
2605 if test "$lt_cv_prog_gnu_ld" = yes; then
2780 if test yes = "$lt_cv_prog_gnu_ld"; then
26062781 version_type=linux # correct to gnu/linux during the next big refactor
26072782 else
26082783 version_type=irix
26102785 esac
26112786 need_lib_prefix=no
26122787 need_version=no
2613 soname_spec='${libname}${release}${shared_ext}$major'
2614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
2788 soname_spec='$libname$release$shared_ext$major'
2789 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
26152790 case $host_os in
26162791 irix5* | nonstopux*)
26172792 libsuff= shlibsuff=
26302805 esac
26312806 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
26322807 shlibpath_overrides_runpath=no
2633 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2634 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2808 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
2809 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
26352810 hardcode_into_libs=yes
26362811 ;;
26372812
26382813 # No shared lib support for Linux oldld, aout, or coff.
26392814 linux*oldld* | linux*aout* | linux*coff*)
26402815 dynamic_linker=no
2816 ;;
2817
2818 linux*android*)
2819 version_type=none # Android doesn't support versioned libraries.
2820 need_lib_prefix=no
2821 need_version=no
2822 library_names_spec='$libname$release$shared_ext'
2823 soname_spec='$libname$release$shared_ext'
2824 finish_cmds=
2825 shlibpath_var=LD_LIBRARY_PATH
2826 shlibpath_overrides_runpath=yes
2827
2828 # This implies no fast_install, which is unacceptable.
2829 # Some rework will be needed to allow for fast_install
2830 # before this can be enabled.
2831 hardcode_into_libs=yes
2832
2833 dynamic_linker='Android linker'
2834 # Don't embed -rpath directories since the linker doesn't support them.
2835 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
26412836 ;;
26422837
26432838 # This must be glibc/ELF.
26452840 version_type=linux # correct to gnu/linux during the next big refactor
26462841 need_lib_prefix=no
26472842 need_version=no
2648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2649 soname_spec='${libname}${release}${shared_ext}$major'
2843 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2844 soname_spec='$libname$release$shared_ext$major'
26502845 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
26512846 shlibpath_var=LD_LIBRARY_PATH
26522847 shlibpath_overrides_runpath=no
26712866 # before this can be enabled.
26722867 hardcode_into_libs=yes
26732868
2674 # Append ld.so.conf contents to the search path
2869 # Ideally, we could use ldconfig to report *all* directores which are
2870 # searched for libraries, however this is still not possible. Aside from not
2871 # being certain /sbin/ldconfig is available, command
2872 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
2873 # even though it is searched at run-time. Try to do the best guess by
2874 # appending ld.so.conf contents (and includes) to the search path.
26752875 if test -f /etc/ld.so.conf; then
26762876 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
26772877 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
27032903 need_lib_prefix=no
27042904 need_version=no
27052905 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
2706 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2906 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
27072907 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
27082908 dynamic_linker='NetBSD (a.out) ld.so'
27092909 else
2710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2711 soname_spec='${libname}${release}${shared_ext}$major'
2910 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2911 soname_spec='$libname$release$shared_ext$major'
27122912 dynamic_linker='NetBSD ld.elf_so'
27132913 fi
27142914 shlibpath_var=LD_LIBRARY_PATH
27182918
27192919 newsos6)
27202920 version_type=linux # correct to gnu/linux during the next big refactor
2721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2921 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
27222922 shlibpath_var=LD_LIBRARY_PATH
27232923 shlibpath_overrides_runpath=yes
27242924 ;;
27272927 version_type=qnx
27282928 need_lib_prefix=no
27292929 need_version=no
2730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2731 soname_spec='${libname}${release}${shared_ext}$major'
2930 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2931 soname_spec='$libname$release$shared_ext$major'
27322932 shlibpath_var=LD_LIBRARY_PATH
27332933 shlibpath_overrides_runpath=no
27342934 hardcode_into_libs=yes
27352935 dynamic_linker='ldqnx.so'
27362936 ;;
27372937
2738 openbsd*)
2938 openbsd* | bitrig*)
27392939 version_type=sunos
2740 sys_lib_dlsearch_path_spec="/usr/lib"
2940 sys_lib_dlsearch_path_spec=/usr/lib
27412941 need_lib_prefix=no
2742 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
2743 case $host_os in
2744 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
2745 *) need_version=no ;;
2746 esac
2747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2942 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
2943 need_version=no
2944 else
2945 need_version=yes
2946 fi
2947 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
27482948 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
27492949 shlibpath_var=LD_LIBRARY_PATH
2750 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2751 case $host_os in
2752 openbsd2.[[89]] | openbsd2.[[89]].*)
2753 shlibpath_overrides_runpath=no
2754 ;;
2755 *)
2756 shlibpath_overrides_runpath=yes
2757 ;;
2758 esac
2759 else
2760 shlibpath_overrides_runpath=yes
2761 fi
2950 shlibpath_overrides_runpath=yes
27622951 ;;
27632952
27642953 os2*)
27652954 libname_spec='$name'
2766 shrext_cmds=".dll"
2955 version_type=windows
2956 shrext_cmds=.dll
2957 need_version=no
27672958 need_lib_prefix=no
2768 library_names_spec='$libname${shared_ext} $libname.a'
2959 # OS/2 can only load a DLL with a base name of 8 characters or less.
2960 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
2961 v=$($ECHO $release$versuffix | tr -d .-);
2962 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
2963 $ECHO $n$v`$shared_ext'
2964 library_names_spec='${libname}_dll.$libext'
27692965 dynamic_linker='OS/2 ld.exe'
2770 shlibpath_var=LIBPATH
2966 shlibpath_var=BEGINLIBPATH
2967 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2968 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2969 postinstall_cmds='base_file=`basename \$file`~
2970 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
2971 dldir=$destdir/`dirname \$dlpath`~
2972 test -d \$dldir || mkdir -p \$dldir~
2973 $install_prog $dir/$dlname \$dldir/$dlname~
2974 chmod a+x \$dldir/$dlname~
2975 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2976 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2977 fi'
2978 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
2979 dlpath=$dir/\$dldll~
2980 $RM \$dlpath'
27712981 ;;
27722982
27732983 osf3* | osf4* | osf5*)
27742984 version_type=osf
27752985 need_lib_prefix=no
27762986 need_version=no
2777 soname_spec='${libname}${release}${shared_ext}$major'
2778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2987 soname_spec='$libname$release$shared_ext$major'
2988 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
27792989 shlibpath_var=LD_LIBRARY_PATH
27802990 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2781 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
2991 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
27822992 ;;
27832993
27842994 rdos*)
27892999 version_type=linux # correct to gnu/linux during the next big refactor
27903000 need_lib_prefix=no
27913001 need_version=no
2792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2793 soname_spec='${libname}${release}${shared_ext}$major'
3002 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3003 soname_spec='$libname$release$shared_ext$major'
27943004 shlibpath_var=LD_LIBRARY_PATH
27953005 shlibpath_overrides_runpath=yes
27963006 hardcode_into_libs=yes
28003010
28013011 sunos4*)
28023012 version_type=sunos
2803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
3013 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
28043014 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
28053015 shlibpath_var=LD_LIBRARY_PATH
28063016 shlibpath_overrides_runpath=yes
2807 if test "$with_gnu_ld" = yes; then
3017 if test yes = "$with_gnu_ld"; then
28083018 need_lib_prefix=no
28093019 fi
28103020 need_version=yes
28123022
28133023 sysv4 | sysv4.3*)
28143024 version_type=linux # correct to gnu/linux during the next big refactor
2815 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2816 soname_spec='${libname}${release}${shared_ext}$major'
3025 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3026 soname_spec='$libname$release$shared_ext$major'
28173027 shlibpath_var=LD_LIBRARY_PATH
28183028 case $host_vendor in
28193029 sni)
28343044 ;;
28353045
28363046 sysv4*MP*)
2837 if test -d /usr/nec ;then
3047 if test -d /usr/nec; then
28383048 version_type=linux # correct to gnu/linux during the next big refactor
2839 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2840 soname_spec='$libname${shared_ext}.$major'
3049 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
3050 soname_spec='$libname$shared_ext.$major'
28413051 shlibpath_var=LD_LIBRARY_PATH
28423052 fi
28433053 ;;
28443054
28453055 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2846 version_type=freebsd-elf
3056 version_type=sco
28473057 need_lib_prefix=no
28483058 need_version=no
2849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2850 soname_spec='${libname}${release}${shared_ext}$major'
3059 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
3060 soname_spec='$libname$release$shared_ext$major'
28513061 shlibpath_var=LD_LIBRARY_PATH
28523062 shlibpath_overrides_runpath=yes
28533063 hardcode_into_libs=yes
2854 if test "$with_gnu_ld" = yes; then
3064 if test yes = "$with_gnu_ld"; then
28553065 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
28563066 else
28573067 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
28693079 version_type=linux # correct to gnu/linux during the next big refactor
28703080 need_lib_prefix=no
28713081 need_version=no
2872 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
3082 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
28733083 shlibpath_var=LD_LIBRARY_PATH
28743084 shlibpath_overrides_runpath=no
28753085 hardcode_into_libs=yes
28773087
28783088 uts4*)
28793089 version_type=linux # correct to gnu/linux during the next big refactor
2880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2881 soname_spec='${libname}${release}${shared_ext}$major'
3090 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3091 soname_spec='$libname$release$shared_ext$major'
28823092 shlibpath_var=LD_LIBRARY_PATH
28833093 ;;
28843094
28873097 ;;
28883098 esac
28893099 AC_MSG_RESULT([$dynamic_linker])
2890 test "$dynamic_linker" = no && can_build_shared=no
3100 test no = "$dynamic_linker" && can_build_shared=no
28913101
28923102 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
2893 if test "$GCC" = yes; then
3103 if test yes = "$GCC"; then
28943104 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
28953105 fi
28963106
2897 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
2898 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
3107 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
3108 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
28993109 fi
2900 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
2901 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
3110
3111 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
3112 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
29023113 fi
3114
3115 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
3116 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
3117
3118 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
3119 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
3120
3121 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
3122 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
29033123
29043124 _LT_DECL([], [variables_saved_for_relink], [1],
29053125 [Variables whose values should be saved in libtool wrapper scripts and
29333153 [Whether we should hardcode library paths into libraries])
29343154 _LT_DECL([], [sys_lib_search_path_spec], [2],
29353155 [Compile-time system search path for libraries])
2936 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
2937 [Run-time system search path for libraries])
3156 _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
3157 [Detected run-time system search path for libraries])
3158 _LT_DECL([], [configure_time_lt_sys_library_path], [2],
3159 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
29383160 ])# _LT_SYS_DYNAMIC_LINKER
29393161
29403162
29413163 # _LT_PATH_TOOL_PREFIX(TOOL)
29423164 # --------------------------
2943 # find a file program which can recognize shared library
3165 # find a file program that can recognize shared library
29443166 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
29453167 [m4_require([_LT_DECL_EGREP])dnl
29463168 AC_MSG_CHECKING([for $1])
29473169 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
29483170 [case $MAGIC_CMD in
29493171 [[\\/*] | ?:[\\/]*])
2950 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3172 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
29513173 ;;
29523174 *)
2953 lt_save_MAGIC_CMD="$MAGIC_CMD"
2954 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3175 lt_save_MAGIC_CMD=$MAGIC_CMD
3176 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
29553177 dnl $ac_dummy forces splitting on constant user-supplied paths.
29563178 dnl POSIX.2 word splitting is done only on the output of word expansions,
29573179 dnl not every word. This closes a longstanding sh security hole.
29583180 ac_dummy="m4_if([$2], , $PATH, [$2])"
29593181 for ac_dir in $ac_dummy; do
2960 IFS="$lt_save_ifs"
3182 IFS=$lt_save_ifs
29613183 test -z "$ac_dir" && ac_dir=.
2962 if test -f $ac_dir/$1; then
2963 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
3184 if test -f "$ac_dir/$1"; then
3185 lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
29643186 if test -n "$file_magic_test_file"; then
29653187 case $deplibs_check_method in
29663188 "file_magic "*)
29673189 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2968 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3190 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
29693191 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
29703192 $EGREP "$file_magic_regex" > /dev/null; then
29713193 :
29883210 break
29893211 fi
29903212 done
2991 IFS="$lt_save_ifs"
2992 MAGIC_CMD="$lt_save_MAGIC_CMD"
3213 IFS=$lt_save_ifs
3214 MAGIC_CMD=$lt_save_MAGIC_CMD
29933215 ;;
29943216 esac])
2995 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3217 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
29963218 if test -n "$MAGIC_CMD"; then
29973219 AC_MSG_RESULT($MAGIC_CMD)
29983220 else
30103232
30113233 # _LT_PATH_MAGIC
30123234 # --------------
3013 # find a file program which can recognize a shared library
3235 # find a file program that can recognize a shared library
30143236 m4_defun([_LT_PATH_MAGIC],
30153237 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
30163238 if test -z "$lt_cv_path_MAGIC_CMD"; then
30373259 AC_ARG_WITH([gnu-ld],
30383260 [AS_HELP_STRING([--with-gnu-ld],
30393261 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
3040 [test "$withval" = no || with_gnu_ld=yes],
3262 [test no = "$withval" || with_gnu_ld=yes],
30413263 [with_gnu_ld=no])dnl
30423264
30433265 ac_prog=ld
3044 if test "$GCC" = yes; then
3266 if test yes = "$GCC"; then
30453267 # Check if gcc -print-prog-name=ld gives a path.
30463268 AC_MSG_CHECKING([for ld used by $CC])
30473269 case $host in
30483270 *-*-mingw*)
3049 # gcc leaves a trailing carriage return which upsets mingw
3271 # gcc leaves a trailing carriage return, which upsets mingw
30503272 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
30513273 *)
30523274 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
30603282 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
30613283 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
30623284 done
3063 test -z "$LD" && LD="$ac_prog"
3285 test -z "$LD" && LD=$ac_prog
30643286 ;;
30653287 "")
30663288 # If it fails, then pretend we aren't using GCC.
30713293 with_gnu_ld=unknown
30723294 ;;
30733295 esac
3074 elif test "$with_gnu_ld" = yes; then
3296 elif test yes = "$with_gnu_ld"; then
30753297 AC_MSG_CHECKING([for GNU ld])
30763298 else
30773299 AC_MSG_CHECKING([for non-GNU ld])
30783300 fi
30793301 AC_CACHE_VAL(lt_cv_path_LD,
30803302 [if test -z "$LD"; then
3081 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3303 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
30823304 for ac_dir in $PATH; do
3083 IFS="$lt_save_ifs"
3305 IFS=$lt_save_ifs
30843306 test -z "$ac_dir" && ac_dir=.
30853307 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3086 lt_cv_path_LD="$ac_dir/$ac_prog"
3308 lt_cv_path_LD=$ac_dir/$ac_prog
30873309 # Check to see if the program is GNU ld. I'd rather use --version,
30883310 # but apparently some variants of GNU ld only accept -v.
30893311 # Break only if it was the GNU/non-GNU ld that we prefer.
30903312 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
30913313 *GNU* | *'with BFD'*)
3092 test "$with_gnu_ld" != no && break
3314 test no != "$with_gnu_ld" && break
30933315 ;;
30943316 *)
3095 test "$with_gnu_ld" != yes && break
3317 test yes != "$with_gnu_ld" && break
30963318 ;;
30973319 esac
30983320 fi
30993321 done
3100 IFS="$lt_save_ifs"
3322 IFS=$lt_save_ifs
31013323 else
3102 lt_cv_path_LD="$LD" # Let the user override the test with a path.
3324 lt_cv_path_LD=$LD # Let the user override the test with a path.
31033325 fi])
3104 LD="$lt_cv_path_LD"
3326 LD=$lt_cv_path_LD
31053327 if test -n "$LD"; then
31063328 AC_MSG_RESULT($LD)
31073329 else
31553377 reload_cmds='$LD$reload_flag -o $output$reload_objs'
31563378 case $host_os in
31573379 cygwin* | mingw* | pw32* | cegcc*)
3158 if test "$GCC" != yes; then
3380 if test yes != "$GCC"; then
31593381 reload_cmds=false
31603382 fi
31613383 ;;
31623384 darwin*)
3163 if test "$GCC" = yes; then
3164 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
3385 if test yes = "$GCC"; then
3386 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
31653387 else
31663388 reload_cmds='$LD$reload_flag -o $output$reload_objs'
31673389 fi
31703392 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
31713393 _LT_TAGDECL([], [reload_cmds], [2])dnl
31723394 ])# _LT_CMD_RELOAD
3395
3396
3397 # _LT_PATH_DD
3398 # -----------
3399 # find a working dd
3400 m4_defun([_LT_PATH_DD],
3401 [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
3402 [printf 0123456789abcdef0123456789abcdef >conftest.i
3403 cat conftest.i conftest.i >conftest2.i
3404 : ${lt_DD:=$DD}
3405 AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
3406 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3407 cmp -s conftest.i conftest.out \
3408 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
3409 fi])
3410 rm -f conftest.i conftest2.i conftest.out])
3411 ])# _LT_PATH_DD
3412
3413
3414 # _LT_CMD_TRUNCATE
3415 # ----------------
3416 # find command to truncate a binary pipe
3417 m4_defun([_LT_CMD_TRUNCATE],
3418 [m4_require([_LT_PATH_DD])
3419 AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
3420 [printf 0123456789abcdef0123456789abcdef >conftest.i
3421 cat conftest.i conftest.i >conftest2.i
3422 lt_cv_truncate_bin=
3423 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3424 cmp -s conftest.i conftest.out \
3425 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
3426 fi
3427 rm -f conftest.i conftest2.i conftest.out
3428 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
3429 _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
3430 [Command to truncate a binary pipe])
3431 ])# _LT_CMD_TRUNCATE
31733432
31743433
31753434 # _LT_CHECK_MAGIC_METHOD
31873446 # Need to set the preceding variable on all platforms that support
31883447 # interlibrary dependencies.
31893448 # 'none' -- dependencies not supported.
3190 # `unknown' -- same as none, but documents that we really don't know.
3449 # 'unknown' -- same as none, but documents that we really don't know.
31913450 # 'pass_all' -- all dependencies passed with no checks.
31923451 # 'test_compile' -- check by making test program.
31933452 # 'file_magic [[regex]]' -- check by looking for files in library path
3194 # which responds to the $file_magic_cmd with a given extended regex.
3195 # If you have `file' or equivalent on your system and you're not sure
3196 # whether `pass_all' will *always* work, you probably want this one.
3453 # that responds to the $file_magic_cmd with a given extended regex.
3454 # If you have 'file' or equivalent on your system and you're not sure
3455 # whether 'pass_all' will *always* work, you probably want this one.
31973456
31983457 case $host_os in
31993458 aix[[4-9]]*)
32203479 # Base MSYS/MinGW do not provide the 'file' command needed by
32213480 # func_win32_libid shell function, so use a weaker test based on 'objdump',
32223481 # unless we find 'file', for example because we are cross-compiling.
3223 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
3224 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
3482 if ( file / ) >/dev/null 2>&1; then
32253483 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
32263484 lt_cv_file_magic_cmd='func_win32_libid'
32273485 else
33173575 lt_cv_deplibs_check_method=pass_all
33183576 ;;
33193577
3320 openbsd*)
3321 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3578 openbsd* | bitrig*)
3579 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
33223580 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
33233581 else
33243582 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
33713629 tpf*)
33723630 lt_cv_deplibs_check_method=pass_all
33733631 ;;
3632 os2*)
3633 lt_cv_deplibs_check_method=pass_all
3634 ;;
33743635 esac
33753636 ])
33763637
34113672 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
34123673 [if test -n "$NM"; then
34133674 # Let the user override the test.
3414 lt_cv_path_NM="$NM"
3675 lt_cv_path_NM=$NM
34153676 else
3416 lt_nm_to_check="${ac_tool_prefix}nm"
3677 lt_nm_to_check=${ac_tool_prefix}nm
34173678 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
34183679 lt_nm_to_check="$lt_nm_to_check nm"
34193680 fi
34203681 for lt_tmp_nm in $lt_nm_to_check; do
3421 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3682 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
34223683 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3423 IFS="$lt_save_ifs"
3684 IFS=$lt_save_ifs
34243685 test -z "$ac_dir" && ac_dir=.
3425 tmp_nm="$ac_dir/$lt_tmp_nm"
3426 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3686 tmp_nm=$ac_dir/$lt_tmp_nm
3687 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
34273688 # Check to see if the nm accepts a BSD-compat flag.
3428 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3689 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
34293690 # nm: unknown option "B" ignored
34303691 # Tru64's nm complains that /dev/null is an invalid object file
3431 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
3432 */dev/null* | *'Invalid file or object type'*)
3692 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
3693 case $build_os in
3694 mingw*) lt_bad_file=conftest.nm/nofile ;;
3695 *) lt_bad_file=/dev/null ;;
3696 esac
3697 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
3698 *$lt_bad_file* | *'Invalid file or object type'*)
34333699 lt_cv_path_NM="$tmp_nm -B"
3434 break
3700 break 2
34353701 ;;
34363702 *)
34373703 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
34383704 */dev/null*)
34393705 lt_cv_path_NM="$tmp_nm -p"
3440 break
3706 break 2
34413707 ;;
34423708 *)
34433709 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
34483714 esac
34493715 fi
34503716 done
3451 IFS="$lt_save_ifs"
3717 IFS=$lt_save_ifs
34523718 done
34533719 : ${lt_cv_path_NM=no}
34543720 fi])
3455 if test "$lt_cv_path_NM" != "no"; then
3456 NM="$lt_cv_path_NM"
3721 if test no != "$lt_cv_path_NM"; then
3722 NM=$lt_cv_path_NM
34573723 else
34583724 # Didn't find any BSD compatible name lister, look for dumpbin.
34593725 if test -n "$DUMPBIN"; then :
34603726 # Let the user override the test.
34613727 else
34623728 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3463 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
3729 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
34643730 *COFF*)
3465 DUMPBIN="$DUMPBIN -symbols"
3731 DUMPBIN="$DUMPBIN -symbols -headers"
34663732 ;;
34673733 *)
34683734 DUMPBIN=:
34703736 esac
34713737 fi
34723738 AC_SUBST([DUMPBIN])
3473 if test "$DUMPBIN" != ":"; then
3474 NM="$DUMPBIN"
3739 if test : != "$DUMPBIN"; then
3740 NM=$DUMPBIN
34753741 fi
34763742 fi
34773743 test -z "$NM" && NM=nm
35173783
35183784 case $host_os in
35193785 cygwin* | mingw* | pw32* | cegcc*)
3520 # two different shell functions defined in ltmain.sh
3521 # decide which to use based on capabilities of $DLLTOOL
3786 # two different shell functions defined in ltmain.sh;
3787 # decide which one to use based on capabilities of $DLLTOOL
35223788 case `$DLLTOOL --help 2>&1` in
35233789 *--identify-strict*)
35243790 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
35303796 ;;
35313797 *)
35323798 # fallback: assume linklib IS sharedlib
3533 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
3799 lt_cv_sharedlib_from_linklib_cmd=$ECHO
35343800 ;;
35353801 esac
35363802 ])
35573823 lt_cv_path_mainfest_tool=yes
35583824 fi
35593825 rm -f conftest*])
3560 if test "x$lt_cv_path_mainfest_tool" != xyes; then
3826 if test yes != "$lt_cv_path_mainfest_tool"; then
35613827 MANIFEST_TOOL=:
35623828 fi
35633829 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
35643830 ])# _LT_PATH_MANIFEST_TOOL
3831
3832
3833 # _LT_DLL_DEF_P([FILE])
3834 # ---------------------
3835 # True iff FILE is a Windows DLL '.def' file.
3836 # Keep in sync with func_dll_def_p in the libtool script
3837 AC_DEFUN([_LT_DLL_DEF_P],
3838 [dnl
3839 test DEF = "`$SED -n dnl
3840 -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
3841 -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
3842 -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
3843 -e q dnl Only consider the first "real" line
3844 $1`" dnl
3845 ])# _LT_DLL_DEF_P
35653846
35663847
35673848 # LT_LIB_M
35753856 # These system don't have libm, or don't need it
35763857 ;;
35773858 *-ncr-sysv4.3*)
3578 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
3859 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
35793860 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
35803861 ;;
35813862 *)
3582 AC_CHECK_LIB(m, cos, LIBM="-lm")
3863 AC_CHECK_LIB(m, cos, LIBM=-lm)
35833864 ;;
35843865 esac
35853866 AC_SUBST([LIBM])
35983879
35993880 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
36003881
3601 if test "$GCC" = yes; then
3882 if test yes = "$GCC"; then
36023883 case $cc_basename in
36033884 nvcc*)
36043885 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
36503931 symcode='[[ABCDGISTW]]'
36513932 ;;
36523933 hpux*)
3653 if test "$host_cpu" = ia64; then
3934 if test ia64 = "$host_cpu"; then
36543935 symcode='[[ABCDEGRST]]'
36553936 fi
36563937 ;;
36833964 symcode='[[ABCDGIRSTW]]' ;;
36843965 esac
36853966
3967 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3968 # Gets list of data symbols to import.
3969 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
3970 # Adjust the below global symbol transforms to fixup imported variables.
3971 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
3972 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
3973 lt_c_name_lib_hook="\
3974 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
3975 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
3976 else
3977 # Disable hooks by default.
3978 lt_cv_sys_global_symbol_to_import=
3979 lt_cdecl_hook=
3980 lt_c_name_hook=
3981 lt_c_name_lib_hook=
3982 fi
3983
36863984 # Transform an extracted symbol line into a proper C declaration.
36873985 # Some systems (esp. on ia64) link data and code symbols differently,
36883986 # so use this general approach.
3689 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3987 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
3988 $lt_cdecl_hook\
3989 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
3990 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
36903991
36913992 # Transform an extracted symbol line into symbol name and symbol address
3692 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
3693 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
3993 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
3994 $lt_c_name_hook\
3995 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
3996 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
3997
3998 # Transform an extracted symbol line into symbol name with lib prefix and
3999 # symbol address.
4000 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
4001 $lt_c_name_lib_hook\
4002 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
4003 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
4004 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
36944005
36954006 # Handle CRLF in mingw tool chain
36964007 opt_cr=
37084019
37094020 # Write the raw and C identifiers.
37104021 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3711 # Fake it for dumpbin and say T for any non-static function
3712 # and D for any global variable.
4022 # Fake it for dumpbin and say T for any non-static function,
4023 # D for any global variable and I for any imported variable.
37134024 # Also find C++ and __fastcall symbols from MSVC++,
37144025 # which start with @ or ?.
37154026 lt_cv_sys_global_symbol_pipe="$AWK ['"\
37164027 " {last_section=section; section=\$ 3};"\
37174028 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
37184029 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4030 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4031 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4032 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
37194033 " \$ 0!~/External *\|/{next};"\
37204034 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
37214035 " {if(hide[section]) next};"\
3722 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
3723 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
3724 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
3725 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
4036 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
4037 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
4038 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
4039 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
37264040 " ' prfx=^$ac_symprfx]"
37274041 else
37284042 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
37624076 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
37634077 cat <<_LT_EOF > conftest.$ac_ext
37644078 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
3765 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
3766 /* DATA imports from DLLs on WIN32 con't be const, because runtime
4079 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4080 /* DATA imports from DLLs on WIN32 can't be const, because runtime
37674081 relocations are performed -- see ld's documentation on pseudo-relocs. */
37684082 # define LT@&t@_DLSYM_CONST
3769 #elif defined(__osf__)
4083 #elif defined __osf__
37704084 /* This system does not cope well with relocations in const data. */
37714085 # define LT@&t@_DLSYM_CONST
37724086 #else
37924106 {
37934107 { "@PROGRAM@", (void *) 0 },
37944108 _LT_EOF
3795 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4109 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
37964110 cat <<\_LT_EOF >> conftest.$ac_ext
37974111 {0, (void *) 0}
37984112 };
38124126 mv conftest.$ac_objext conftstm.$ac_objext
38134127 lt_globsym_save_LIBS=$LIBS
38144128 lt_globsym_save_CFLAGS=$CFLAGS
3815 LIBS="conftstm.$ac_objext"
4129 LIBS=conftstm.$ac_objext
38164130 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
3817 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4131 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
38184132 pipe_works=yes
38194133 fi
38204134 LIBS=$lt_globsym_save_LIBS
38354149 rm -rf conftest* conftst*
38364150
38374151 # Do not use the global_symbol_pipe unless it works.
3838 if test "$pipe_works" = yes; then
4152 if test yes = "$pipe_works"; then
38394153 break
38404154 else
38414155 lt_cv_sys_global_symbol_pipe=
38624176 [Take the output of nm and produce a listing of raw symbols and C names])
38634177 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
38644178 [Transform the output of nm in a proper C declaration])
4179 _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
4180 [Transform the output of nm into a list of symbols to manually relocate])
38654181 _LT_DECL([global_symbol_to_c_name_address],
38664182 [lt_cv_sys_global_symbol_to_c_name_address], [1],
38674183 [Transform the output of nm in a C name address pair])
38684184 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
38694185 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
38704186 [Transform the output of nm in a C name address pair when lib prefix is needed])
4187 _LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
4188 [The name lister interface])
38714189 _LT_DECL([], [nm_file_list_spec], [1],
38724190 [Specify filename containing input files for $NM])
38734191 ]) # _LT_CMD_GLOBAL_SYMBOLS
38834201
38844202 m4_if([$1], [CXX], [
38854203 # C++ specific cases for pic, static, wl, etc.
3886 if test "$GXX" = yes; then
4204 if test yes = "$GXX"; then
38874205 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
38884206 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
38894207
38904208 case $host_os in
38914209 aix*)
38924210 # All AIX code is PIC.
3893 if test "$host_cpu" = ia64; then
4211 if test ia64 = "$host_cpu"; then
38944212 # AIX 5 now supports IA64 processor
38954213 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
38964214 fi
4215 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
38974216 ;;
38984217
38994218 amigaos*)
39044223 ;;
39054224 m68k)
39064225 # FIXME: we need at least 68020 code to build shared libraries, but
3907 # adding the `-m68020' flag to GCC prevents building anything better,
3908 # like `-m68040'.
4226 # adding the '-m68020' flag to GCC prevents building anything better,
4227 # like '-m68040'.
39094228 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
39104229 ;;
39114230 esac
39214240 # (--disable-auto-import) libraries
39224241 m4_if([$1], [GCJ], [],
39234242 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4243 case $host_os in
4244 os2*)
4245 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4246 ;;
4247 esac
39244248 ;;
39254249 darwin* | rhapsody*)
39264250 # PIC is the default on this platform
39704294 case $host_os in
39714295 aix[[4-9]]*)
39724296 # All AIX code is PIC.
3973 if test "$host_cpu" = ia64; then
4297 if test ia64 = "$host_cpu"; then
39744298 # AIX 5 now supports IA64 processor
39754299 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
39764300 else
40114335 case $cc_basename in
40124336 CC*)
40134337 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4014 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4015 if test "$host_cpu" != ia64; then
4338 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4339 if test ia64 != "$host_cpu"; then
40164340 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
40174341 fi
40184342 ;;
40194343 aCC*)
40204344 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4021 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4345 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
40224346 case $host_cpu in
40234347 hppa*64*|ia64*)
40244348 # +Z the default
40554379 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
40564380 ;;
40574381 ecpc* )
4058 # old Intel C++ for x86_64 which still supported -KPIC.
4382 # old Intel C++ for x86_64, which still supported -KPIC.
40594383 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
40604384 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
40614385 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
42004524 fi
42014525 ],
42024526 [
4203 if test "$GCC" = yes; then
4527 if test yes = "$GCC"; then
42044528 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
42054529 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
42064530
42074531 case $host_os in
42084532 aix*)
42094533 # All AIX code is PIC.
4210 if test "$host_cpu" = ia64; then
4534 if test ia64 = "$host_cpu"; then
42114535 # AIX 5 now supports IA64 processor
42124536 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
42134537 fi
4538 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
42144539 ;;
42154540
42164541 amigaos*)
42214546 ;;
42224547 m68k)
42234548 # FIXME: we need at least 68020 code to build shared libraries, but
4224 # adding the `-m68020' flag to GCC prevents building anything better,
4225 # like `-m68040'.
4549 # adding the '-m68020' flag to GCC prevents building anything better,
4550 # like '-m68040'.
42264551 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
42274552 ;;
42284553 esac
42394564 # (--disable-auto-import) libraries
42404565 m4_if([$1], [GCJ], [],
42414566 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4567 case $host_os in
4568 os2*)
4569 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4570 ;;
4571 esac
42424572 ;;
42434573
42444574 darwin* | rhapsody*)
43094639 case $host_os in
43104640 aix*)
43114641 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4312 if test "$host_cpu" = ia64; then
4642 if test ia64 = "$host_cpu"; then
43134643 # AIX 5 now supports IA64 processor
43144644 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
43154645 else
43174647 fi
43184648 ;;
43194649
4650 darwin* | rhapsody*)
4651 # PIC is the default on this platform
4652 # Common symbols not allowed in MH_DYLIB files
4653 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4654 case $cc_basename in
4655 nagfor*)
4656 # NAG Fortran compiler
4657 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4658 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4659 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4660 ;;
4661 esac
4662 ;;
4663
43204664 mingw* | cygwin* | pw32* | os2* | cegcc*)
43214665 # This hack is so that the source file can tell whether it is being
43224666 # built for inclusion in a dll (and should export symbols for example).
43234667 m4_if([$1], [GCJ], [],
43244668 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4669 case $host_os in
4670 os2*)
4671 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4672 ;;
4673 esac
43254674 ;;
43264675
43274676 hpux9* | hpux10* | hpux11*)
43374686 ;;
43384687 esac
43394688 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4340 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4689 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
43414690 ;;
43424691
43434692 irix5* | irix6* | nonstopux*)
43484697
43494698 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
43504699 case $cc_basename in
4351 # old Intel for x86_64 which still supported -KPIC.
4700 # old Intel for x86_64, which still supported -KPIC.
43524701 ecc*)
43534702 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
43544703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
43724721 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
43734722 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
43744723 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4724 ;;
4725 tcc*)
4726 # Fabrice Bellard et al's Tiny C Compiler
4727 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4728 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4729 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
43754730 ;;
43764731 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
43774732 # Portland Group compilers (*not* the Pentium gcc compiler,
44704825 ;;
44714826
44724827 sysv4*MP*)
4473 if test -d /usr/nec ;then
4828 if test -d /usr/nec; then
44744829 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
44754830 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
44764831 fi
44994854 fi
45004855 ])
45014856 case $host_os in
4502 # For platforms which do not support PIC, -DPIC is meaningless:
4857 # For platforms that do not support PIC, -DPIC is meaningless:
45034858 *djgpp*)
45044859 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
45054860 ;;
45654920 case $host_os in
45664921 aix[[4-9]]*)
45674922 # If we're using GNU nm, then we don't want the "-C" option.
4568 # -C means demangle to AIX nm, but means don't demangle with GNU nm
4569 # Also, AIX nm treats weak defined symbols like other global defined
4570 # symbols, whereas GNU nm marks them as "W".
4923 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
4924 # Without the "-l" option, or with the "-B" option, AIX nm treats
4925 # weak defined symbols like other global defined symbols, whereas
4926 # GNU nm marks them as "W".
4927 # While the 'weak' keyword is ignored in the Export File, we need
4928 # it in the Import File for the 'aix-soname' feature, so we have
4929 # to replace the "-B" option with "-P" for AIX nm.
45714930 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4572 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
4931 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
45734932 else
4574 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
4933 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
45754934 fi
45764935 ;;
45774936 pw32*)
4578 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4937 _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
45794938 ;;
45804939 cygwin* | mingw* | cegcc*)
45814940 case $cc_basename in
46244983 # included in the symbol list
46254984 _LT_TAGVAR(include_expsyms, $1)=
46264985 # exclude_expsyms can be an extended regexp of symbols to exclude
4627 # it will be wrapped by ` (' and `)$', so one must not match beginning or
4628 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4629 # as well as any symbol that contains `d'.
4986 # it will be wrapped by ' (' and ')$', so one must not match beginning or
4987 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
4988 # as well as any symbol that contains 'd'.
46304989 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
46314990 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
46324991 # platforms (ab)use it in PIC code, but their linkers get confused if
46425001 # FIXME: the MSVC++ port hasn't been tested in a loooong time
46435002 # When not using gcc, we currently assume that we are using
46445003 # Microsoft Visual C++.
4645 if test "$GCC" != yes; then
5004 if test yes != "$GCC"; then
46465005 with_gnu_ld=no
46475006 fi
46485007 ;;
46505009 # we just hope/assume this is gcc and not c89 (= MSVC++)
46515010 with_gnu_ld=yes
46525011 ;;
4653 openbsd*)
5012 openbsd* | bitrig*)
46545013 with_gnu_ld=no
46555014 ;;
46565015 linux* | k*bsd*-gnu | gnu*)
46635022 # On some targets, GNU ld is compatible enough with the native linker
46645023 # that we're better off using the native interface for both.
46655024 lt_use_gnu_ld_interface=no
4666 if test "$with_gnu_ld" = yes; then
5025 if test yes = "$with_gnu_ld"; then
46675026 case $host_os in
46685027 aix*)
46695028 # The AIX port of GNU ld has always aspired to compatibility
46855044 esac
46865045 fi
46875046
4688 if test "$lt_use_gnu_ld_interface" = yes; then
5047 if test yes = "$lt_use_gnu_ld_interface"; then
46895048 # If archive_cmds runs LD, not CC, wlarc should be empty
4690 wlarc='${wl}'
5049 wlarc='$wl'
46915050
46925051 # Set some defaults for GNU ld with shared library support. These
46935052 # are reset later if shared libraries are not supported. Putting them
46945053 # here allows them to be overridden if necessary.
46955054 runpath_var=LD_RUN_PATH
4696 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4697 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5055 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5056 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
46985057 # ancient GNU ld didn't support --whole-archive et. al.
46995058 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
4700 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5059 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
47015060 else
47025061 _LT_TAGVAR(whole_archive_flag_spec, $1)=
47035062 fi
47045063 supports_anon_versioning=no
4705 case `$LD -v 2>&1` in
5064 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
47065065 *GNU\ gold*) supports_anon_versioning=yes ;;
47075066 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
47085067 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
47155074 case $host_os in
47165075 aix[[3-9]]*)
47175076 # On AIX/PPC, the GNU linker is very broken
4718 if test "$host_cpu" != ia64; then
5077 if test ia64 != "$host_cpu"; then
47195078 _LT_TAGVAR(ld_shlibs, $1)=no
47205079 cat <<_LT_EOF 1>&2
47215080
47345093 case $host_cpu in
47355094 powerpc)
47365095 # see comment about AmigaOS4 .so support
4737 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5096 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47385097 _LT_TAGVAR(archive_expsym_cmds, $1)=''
47395098 ;;
47405099 m68k)
47505109 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
47515110 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
47525111 # support --undefined. This deserves some investigation. FIXME
4753 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5112 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47545113 else
47555114 _LT_TAGVAR(ld_shlibs, $1)=no
47565115 fi
47605119 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
47615120 # as there is no search path for DLLs.
47625121 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4763 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
5122 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
47645123 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
47655124 _LT_TAGVAR(always_export_symbols, $1)=no
47665125 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
47685127 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
47695128
47705129 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
4771 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
4772 # If the export-symbols file already is a .def file (1st line
4773 # is EXPORTS), use it as is; otherwise, prepend...
4774 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4775 cp $export_symbols $output_objdir/$soname.def;
4776 else
4777 echo EXPORTS > $output_objdir/$soname.def;
4778 cat $export_symbols >> $output_objdir/$soname.def;
4779 fi~
4780 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5130 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5131 # If the export-symbols file already is a .def file, use it as
5132 # is; otherwise, prepend EXPORTS...
5133 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5134 cp $export_symbols $output_objdir/$soname.def;
5135 else
5136 echo EXPORTS > $output_objdir/$soname.def;
5137 cat $export_symbols >> $output_objdir/$soname.def;
5138 fi~
5139 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
47815140 else
47825141 _LT_TAGVAR(ld_shlibs, $1)=no
47835142 fi
47845143 ;;
47855144
47865145 haiku*)
4787 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5146 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47885147 _LT_TAGVAR(link_all_deplibs, $1)=yes
5148 ;;
5149
5150 os2*)
5151 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5152 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5153 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5154 shrext_cmds=.dll
5155 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5156 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5157 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5158 $ECHO EXPORTS >> $output_objdir/$libname.def~
5159 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5160 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5161 emximp -o $lib $output_objdir/$libname.def'
5162 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5163 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5164 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5165 $ECHO EXPORTS >> $output_objdir/$libname.def~
5166 prefix_cmds="$SED"~
5167 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5168 prefix_cmds="$prefix_cmds -e 1d";
5169 fi~
5170 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5171 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5172 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5173 emximp -o $lib $output_objdir/$libname.def'
5174 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5175 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
47895176 ;;
47905177
47915178 interix[[3-9]]*)
47925179 _LT_TAGVAR(hardcode_direct, $1)=no
47935180 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
4794 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4795 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5181 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5182 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
47965183 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
47975184 # Instead, shared libraries are loaded at an image base (0x10000000 by
47985185 # default) and relocated if they conflict, which is a slow very memory
47995186 # consuming and fragmenting process. To avoid this, we pick a random,
48005187 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
48015188 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
4802 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
4803 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5189 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5190 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
48045191 ;;
48055192
48065193 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
48075194 tmp_diet=no
4808 if test "$host_os" = linux-dietlibc; then
5195 if test linux-dietlibc = "$host_os"; then
48095196 case $cc_basename in
48105197 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
48115198 esac
48125199 fi
48135200 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
4814 && test "$tmp_diet" = no
5201 && test no = "$tmp_diet"
48155202 then
48165203 tmp_addflag=' $pic_flag'
48175204 tmp_sharedflag='-shared'
48185205 case $cc_basename,$host_cpu in
48195206 pgcc*) # Portland Group C compiler
4820 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5207 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48215208 tmp_addflag=' $pic_flag'
48225209 ;;
48235210 pgf77* | pgf90* | pgf95* | pgfortran*)
48245211 # Portland Group f77 and f90 compilers
4825 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5212 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48265213 tmp_addflag=' $pic_flag -Mnomain' ;;
48275214 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
48285215 tmp_addflag=' -i_dynamic' ;;
48335220 lf95*) # Lahey Fortran 8.1
48345221 _LT_TAGVAR(whole_archive_flag_spec, $1)=
48355222 tmp_sharedflag='--shared' ;;
5223 nagfor*) # NAGFOR 5.3
5224 tmp_sharedflag='-Wl,-shared' ;;
48365225 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
48375226 tmp_sharedflag='-qmkshrobj'
48385227 tmp_addflag= ;;
48395228 nvcc*) # Cuda Compiler Driver 2.2
4840 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5229 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48415230 _LT_TAGVAR(compiler_needs_object, $1)=yes
48425231 ;;
48435232 esac
48445233 case `$CC -V 2>&1 | sed 5q` in
48455234 *Sun\ C*) # Sun C 5.9
4846 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5235 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48475236 _LT_TAGVAR(compiler_needs_object, $1)=yes
48485237 tmp_sharedflag='-G' ;;
48495238 *Sun\ F*) # Sun Fortran 8.3
48505239 tmp_sharedflag='-G' ;;
48515240 esac
4852 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4853
4854 if test "x$supports_anon_versioning" = xyes; then
5241 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5242
5243 if test yes = "$supports_anon_versioning"; then
48555244 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
4856 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4857 echo "local: *; };" >> $output_objdir/$libname.ver~
4858 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5245 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5246 echo "local: *; };" >> $output_objdir/$libname.ver~
5247 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
48595248 fi
48605249
48615250 case $cc_basename in
5251 tcc*)
5252 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
5253 ;;
48625254 xlf* | bgf* | bgxlf* | mpixlf*)
48635255 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
48645256 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
4865 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5257 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
48665258 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
4867 if test "x$supports_anon_versioning" = xyes; then
5259 if test yes = "$supports_anon_versioning"; then
48685260 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
4869 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4870 echo "local: *; };" >> $output_objdir/$libname.ver~
4871 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
5261 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5262 echo "local: *; };" >> $output_objdir/$libname.ver~
5263 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
48725264 fi
48735265 ;;
48745266 esac
48825274 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
48835275 wlarc=
48845276 else
4885 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4886 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5277 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5278 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
48875279 fi
48885280 ;;
48895281
49015293
49025294 _LT_EOF
49035295 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4904 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4905 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5296 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5297 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
49065298 else
49075299 _LT_TAGVAR(ld_shlibs, $1)=no
49085300 fi
49145306 _LT_TAGVAR(ld_shlibs, $1)=no
49155307 cat <<_LT_EOF 1>&2
49165308
4917 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5309 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
49185310 *** reliably create shared libraries on SCO systems. Therefore, libtool
49195311 *** is disabling shared libraries support. We urge you to upgrade GNU
49205312 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
49295321 # DT_RUNPATH tag from executables and libraries. But doing so
49305322 # requires that you compile everything twice, which is a pain.
49315323 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4932 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4933 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4934 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5325 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5326 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
49355327 else
49365328 _LT_TAGVAR(ld_shlibs, $1)=no
49375329 fi
49485340
49495341 *)
49505342 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4951 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4952 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5343 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5344 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
49535345 else
49545346 _LT_TAGVAR(ld_shlibs, $1)=no
49555347 fi
49565348 ;;
49575349 esac
49585350
4959 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
5351 if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
49605352 runpath_var=
49615353 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
49625354 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
49725364 # Note: this linker hardcodes the directories in LIBPATH if there
49735365 # are no directories specified by -L.
49745366 _LT_TAGVAR(hardcode_minus_L, $1)=yes
4975 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5367 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
49765368 # Neither direct hardcoding nor static linking is supported with a
49775369 # broken collect2.
49785370 _LT_TAGVAR(hardcode_direct, $1)=unsupported
49805372 ;;
49815373
49825374 aix[[4-9]]*)
4983 if test "$host_cpu" = ia64; then
5375 if test ia64 = "$host_cpu"; then
49845376 # On IA64, the linker does run time linking by default, so we don't
49855377 # have to do anything special.
49865378 aix_use_runtimelinking=no
49875379 exp_sym_flag='-Bexport'
4988 no_entry_flag=""
5380 no_entry_flag=
49895381 else
49905382 # If we're using GNU nm, then we don't want the "-C" option.
4991 # -C means demangle to AIX nm, but means don't demangle with GNU nm
4992 # Also, AIX nm treats weak defined symbols like other global
4993 # defined symbols, whereas GNU nm marks them as "W".
5383 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
5384 # Without the "-l" option, or with the "-B" option, AIX nm treats
5385 # weak defined symbols like other global defined symbols, whereas
5386 # GNU nm marks them as "W".
5387 # While the 'weak' keyword is ignored in the Export File, we need
5388 # it in the Import File for the 'aix-soname' feature, so we have
5389 # to replace the "-B" option with "-P" for AIX nm.
49945390 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4995 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
5391 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
49965392 else
4997 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
5393 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
49985394 fi
49995395 aix_use_runtimelinking=no
50005396
50015397 # Test if we are trying to use run time linking or normal
50025398 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5003 # need to do runtime linking.
5399 # have runtime linking enabled, and use it for executables.
5400 # For shared libraries, we enable/disable runtime linking
5401 # depending on the kind of the shared library created -
5402 # when "with_aix_soname,aix_use_runtimelinking" is:
5403 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
5404 # "aix,yes" lib.so shared, rtl:yes, for executables
5405 # lib.a static archive
5406 # "both,no" lib.so.V(shr.o) shared, rtl:yes
5407 # lib.a(lib.so.V) shared, rtl:no, for executables
5408 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
5409 # lib.a(lib.so.V) shared, rtl:no
5410 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
5411 # lib.a static archive
50045412 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
50055413 for ld_flag in $LDFLAGS; do
5006 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5414 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
50075415 aix_use_runtimelinking=yes
50085416 break
50095417 fi
50105418 done
5419 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
5420 # With aix-soname=svr4, we create the lib.so.V shared archives only,
5421 # so we don't have lib.a shared libs to link our executables.
5422 # We have to force runtime linking in this case.
5423 aix_use_runtimelinking=yes
5424 LDFLAGS="$LDFLAGS -Wl,-brtl"
5425 fi
50115426 ;;
50125427 esac
50135428
50265441 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
50275442 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
50285443 _LT_TAGVAR(link_all_deplibs, $1)=yes
5029 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
5030
5031 if test "$GCC" = yes; then
5444 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
5445 case $with_aix_soname,$aix_use_runtimelinking in
5446 aix,*) ;; # traditional, no import file
5447 svr4,* | *,yes) # use import file
5448 # The Import File defines what to hardcode.
5449 _LT_TAGVAR(hardcode_direct, $1)=no
5450 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5451 ;;
5452 esac
5453
5454 if test yes = "$GCC"; then
50325455 case $host_os in aix4.[[012]]|aix4.[[012]].*)
50335456 # We only want to do this on AIX 4.2 and lower, the check
50345457 # below for broken collect2 doesn't work under 4.3+
5035 collect2name=`${CC} -print-prog-name=collect2`
5458 collect2name=`$CC -print-prog-name=collect2`
50365459 if test -f "$collect2name" &&
50375460 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
50385461 then
50515474 ;;
50525475 esac
50535476 shared_flag='-shared'
5054 if test "$aix_use_runtimelinking" = yes; then
5055 shared_flag="$shared_flag "'${wl}-G'
5477 if test yes = "$aix_use_runtimelinking"; then
5478 shared_flag="$shared_flag "'$wl-G'
50565479 fi
5057 _LT_TAGVAR(link_all_deplibs, $1)=no
5480 # Need to ensure runtime linking is disabled for the traditional
5481 # shared library, or the linker may eventually find shared libraries
5482 # /with/ Import File - we do not want to mix them.
5483 shared_flag_aix='-shared'
5484 shared_flag_svr4='-shared $wl-G'
50585485 else
50595486 # not using gcc
5060 if test "$host_cpu" = ia64; then
5487 if test ia64 = "$host_cpu"; then
50615488 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
50625489 # chokes on -Wl,-G. The following line is correct:
50635490 shared_flag='-G'
50645491 else
5065 if test "$aix_use_runtimelinking" = yes; then
5066 shared_flag='${wl}-G'
5492 if test yes = "$aix_use_runtimelinking"; then
5493 shared_flag='$wl-G'
50675494 else
5068 shared_flag='${wl}-bM:SRE'
5495 shared_flag='$wl-bM:SRE'
50695496 fi
5497 shared_flag_aix='$wl-bM:SRE'
5498 shared_flag_svr4='$wl-G'
50705499 fi
50715500 fi
50725501
5073 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
5502 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
50745503 # It seems that -bexpall does not export symbols beginning with
50755504 # underscore (_), so it is better to generate a list of symbols to export.
50765505 _LT_TAGVAR(always_export_symbols, $1)=yes
5077 if test "$aix_use_runtimelinking" = yes; then
5506 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
50785507 # Warning - without using the other runtime loading flags (-brtl),
50795508 # -berok will link without error, but may produce a broken library.
50805509 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
50815510 # Determine the default libpath from the value encoded in an
50825511 # empty executable.
50835512 _LT_SYS_MODULE_PATH_AIX([$1])
5084 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5085 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5513 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5514 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
50865515 else
5087 if test "$host_cpu" = ia64; then
5088 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5516 if test ia64 = "$host_cpu"; then
5517 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
50895518 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5090 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
5519 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
50915520 else
50925521 # Determine the default libpath from the value encoded in an
50935522 # empty executable.
50945523 _LT_SYS_MODULE_PATH_AIX([$1])
5095 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5524 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
50965525 # Warning - without using the other run time loading flags,
50975526 # -berok will link without error, but may produce a broken library.
5098 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5099 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5100 if test "$with_gnu_ld" = yes; then
5527 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
5528 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
5529 if test yes = "$with_gnu_ld"; then
51015530 # We only use this code for GNU lds that support --whole-archive.
5102 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
5531 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
51035532 else
51045533 # Exported symbols can be pulled into shared objects from archives
51055534 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
51065535 fi
51075536 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
5108 # This is similar to how AIX traditionally builds its shared libraries.
5109 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5537 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
5538 # -brtl affects multiple linker settings, -berok does not and is overridden later
5539 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
5540 if test svr4 != "$with_aix_soname"; then
5541 # This is similar to how AIX traditionally builds its shared libraries.
5542 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
5543 fi
5544 if test aix != "$with_aix_soname"; then
5545 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
5546 else
5547 # used by -dlpreopen to get the symbols
5548 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
5549 fi
5550 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
51105551 fi
51115552 fi
51125553 ;;
51155556 case $host_cpu in
51165557 powerpc)
51175558 # see comment about AmigaOS4 .so support
5118 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5559 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
51195560 _LT_TAGVAR(archive_expsym_cmds, $1)=''
51205561 ;;
51215562 m68k)
51455586 # Tell ltmain to make .lib files, not .a files.
51465587 libext=lib
51475588 # Tell ltmain to make .dll files, not .so files.
5148 shrext_cmds=".dll"
5589 shrext_cmds=.dll
51495590 # FIXME: Setting linknames here is a bad hack.
5150 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
5151 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5152 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
5153 else
5154 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
5155 fi~
5156 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5157 linknames='
5591 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
5592 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5593 cp "$export_symbols" "$output_objdir/$soname.def";
5594 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
5595 else
5596 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
5597 fi~
5598 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5599 linknames='
51585600 # The linker will not automatically build a static lib if we build a DLL.
51595601 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
51605602 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
51635605 # Don't use ranlib
51645606 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
51655607 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
5166 lt_tool_outputfile="@TOOL_OUTPUT@"~
5167 case $lt_outputfile in
5168 *.exe|*.EXE) ;;
5169 *)
5170 lt_outputfile="$lt_outputfile.exe"
5171 lt_tool_outputfile="$lt_tool_outputfile.exe"
5172 ;;
5173 esac~
5174 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
5175 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5176 $RM "$lt_outputfile.manifest";
5177 fi'
5608 lt_tool_outputfile="@TOOL_OUTPUT@"~
5609 case $lt_outputfile in
5610 *.exe|*.EXE) ;;
5611 *)
5612 lt_outputfile=$lt_outputfile.exe
5613 lt_tool_outputfile=$lt_tool_outputfile.exe
5614 ;;
5615 esac~
5616 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
5617 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5618 $RM "$lt_outputfile.manifest";
5619 fi'
51785620 ;;
51795621 *)
51805622 # Assume MSVC wrapper
51835625 # Tell ltmain to make .lib files, not .a files.
51845626 libext=lib
51855627 # Tell ltmain to make .dll files, not .so files.
5186 shrext_cmds=".dll"
5628 shrext_cmds=.dll
51875629 # FIXME: Setting linknames here is a bad hack.
51885630 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
51895631 # The linker will automatically build a .lib file if we build a DLL.
52335675 ;;
52345676
52355677 hpux9*)
5236 if test "$GCC" = yes; then
5237 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5678 if test yes = "$GCC"; then
5679 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
52385680 else
5239 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5681 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
52405682 fi
5241 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5683 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
52425684 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
52435685 _LT_TAGVAR(hardcode_direct, $1)=yes
52445686
52455687 # hardcode_minus_L: Not really in the search PATH,
52465688 # but as the default location of the library.
52475689 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5248 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5690 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
52495691 ;;
52505692
52515693 hpux10*)
5252 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
5253 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5694 if test yes,no = "$GCC,$with_gnu_ld"; then
5695 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
52545696 else
52555697 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
52565698 fi
5257 if test "$with_gnu_ld" = no; then
5258 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5699 if test no = "$with_gnu_ld"; then
5700 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
52595701 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
52605702 _LT_TAGVAR(hardcode_direct, $1)=yes
52615703 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5262 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5704 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
52635705 # hardcode_minus_L: Not really in the search PATH,
52645706 # but as the default location of the library.
52655707 _LT_TAGVAR(hardcode_minus_L, $1)=yes
52675709 ;;
52685710
52695711 hpux11*)
5270 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
5712 if test yes,no = "$GCC,$with_gnu_ld"; then
52715713 case $host_cpu in
52725714 hppa*64*)
5273 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5715 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
52745716 ;;
52755717 ia64*)
5276 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5718 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
52775719 ;;
52785720 *)
5279 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5721 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
52805722 ;;
52815723 esac
52825724 else
52835725 case $host_cpu in
52845726 hppa*64*)
5285 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5727 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
52865728 ;;
52875729 ia64*)
5288 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5730 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
52895731 ;;
52905732 *)
52915733 m4_if($1, [], [
52935735 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
52945736 _LT_LINKER_OPTION([if $CC understands -b],
52955737 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
5296 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
5738 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
52975739 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
5298 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
5740 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
52995741 ;;
53005742 esac
53015743 fi
5302 if test "$with_gnu_ld" = no; then
5303 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5744 if test no = "$with_gnu_ld"; then
5745 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
53045746 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
53055747
53065748 case $host_cpu in
53115753 *)
53125754 _LT_TAGVAR(hardcode_direct, $1)=yes
53135755 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5314 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5756 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
53155757
53165758 # hardcode_minus_L: Not really in the search PATH,
53175759 # but as the default location of the library.
53225764 ;;
53235765
53245766 irix5* | irix6* | nonstopux*)
5325 if test "$GCC" = yes; then
5326 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5767 if test yes = "$GCC"; then
5768 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
53275769 # Try to use the -exported_symbol ld option, if it does not
53285770 # work, assume that -exports_file does not work either and
53295771 # implicitly export all symbols.
53305772 # This should be the same for all languages, so no per-tag cache variable.
53315773 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
53325774 [lt_cv_irix_exported_symbol],
5333 [save_LDFLAGS="$LDFLAGS"
5334 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
5775 [save_LDFLAGS=$LDFLAGS
5776 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
53355777 AC_LINK_IFELSE(
53365778 [AC_LANG_SOURCE(
53375779 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
53445786 end]])])],
53455787 [lt_cv_irix_exported_symbol=yes],
53465788 [lt_cv_irix_exported_symbol=no])
5347 LDFLAGS="$save_LDFLAGS"])
5348 if test "$lt_cv_irix_exported_symbol" = yes; then
5349 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
5789 LDFLAGS=$save_LDFLAGS])
5790 if test yes = "$lt_cv_irix_exported_symbol"; then
5791 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
53505792 fi
5793 _LT_TAGVAR(link_all_deplibs, $1)=no
53515794 else
5352 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5353 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
5795 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
5796 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
53545797 fi
53555798 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5356 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5799 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
53575800 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
53585801 _LT_TAGVAR(inherit_rpath, $1)=yes
53595802 _LT_TAGVAR(link_all_deplibs, $1)=yes
5803 ;;
5804
5805 linux*)
5806 case $cc_basename in
5807 tcc*)
5808 # Fabrice Bellard et al's Tiny C Compiler
5809 _LT_TAGVAR(ld_shlibs, $1)=yes
5810 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5811 ;;
5812 esac
53605813 ;;
53615814
53625815 netbsd* | netbsdelf*-gnu)
53735826 newsos6)
53745827 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
53755828 _LT_TAGVAR(hardcode_direct, $1)=yes
5376 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5829 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
53775830 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
53785831 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
53795832 ;;
53815834 *nto* | *qnx*)
53825835 ;;
53835836
5384 openbsd*)
5837 openbsd* | bitrig*)
53855838 if test -f /usr/libexec/ld.so; then
53865839 _LT_TAGVAR(hardcode_direct, $1)=yes
53875840 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
53885841 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5389 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5842 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
53905843 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5391 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5392 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5393 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5844 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
5845 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5846 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
53945847 else
5395 case $host_os in
5396 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5397 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5398 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5399 ;;
5400 *)
5401 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5402 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5403 ;;
5404 esac
5848 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5849 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
54055850 fi
54065851 else
54075852 _LT_TAGVAR(ld_shlibs, $1)=no
54125857 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
54135858 _LT_TAGVAR(hardcode_minus_L, $1)=yes
54145859 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5415 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5416 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5860 shrext_cmds=.dll
5861 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5862 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5863 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5864 $ECHO EXPORTS >> $output_objdir/$libname.def~
5865 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5866 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5867 emximp -o $lib $output_objdir/$libname.def'
5868 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5869 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5870 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5871 $ECHO EXPORTS >> $output_objdir/$libname.def~
5872 prefix_cmds="$SED"~
5873 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5874 prefix_cmds="$prefix_cmds -e 1d";
5875 fi~
5876 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5877 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5878 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5879 emximp -o $lib $output_objdir/$libname.def'
5880 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5881 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
54175882 ;;
54185883
54195884 osf3*)
5420 if test "$GCC" = yes; then
5421 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5422 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5885 if test yes = "$GCC"; then
5886 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5887 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
54235888 else
54245889 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5425 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5890 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
54265891 fi
54275892 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5428 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5893 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
54295894 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
54305895 ;;
54315896
54325897 osf4* | osf5*) # as osf3* with the addition of -msym flag
5433 if test "$GCC" = yes; then
5434 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5435 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5436 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5898 if test yes = "$GCC"; then
5899 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5900 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
5901 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
54375902 else
54385903 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5439 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5904 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
54405905 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
5441 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
5906 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
54425907
54435908 # Both c and cxx compiler support -rpath directly
54445909 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
54495914
54505915 solaris*)
54515916 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
5452 if test "$GCC" = yes; then
5453 wlarc='${wl}'
5454 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5917 if test yes = "$GCC"; then
5918 wlarc='$wl'
5919 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
54555920 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5456 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5921 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
54575922 else
54585923 case `$CC -V 2>&1` in
54595924 *"Compilers 5.0"*)
54605925 wlarc=''
5461 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5926 _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
54625927 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5463 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
5928 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
54645929 ;;
54655930 *)
5466 wlarc='${wl}'
5467 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
5931 wlarc='$wl'
5932 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
54685933 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5469 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5934 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
54705935 ;;
54715936 esac
54725937 fi
54765941 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
54775942 *)
54785943 # The compiler driver will combine and reorder linker options,
5479 # but understands `-z linker_flag'. GCC discards it without `$wl',
5944 # but understands '-z linker_flag'. GCC discards it without '$wl',
54805945 # but is careful enough not to reorder.
54815946 # Supported since Solaris 2.6 (maybe 2.5.1?)
5482 if test "$GCC" = yes; then
5483 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5947 if test yes = "$GCC"; then
5948 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
54845949 else
54855950 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
54865951 fi
54905955 ;;
54915956
54925957 sunos4*)
5493 if test "x$host_vendor" = xsequent; then
5958 if test sequent = "$host_vendor"; then
54945959 # Use $CC to link under sequent, because it throws in some extra .o
54955960 # files that make .init and .fini sections work.
5496 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5961 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
54975962 else
54985963 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
54995964 fi
55426007 ;;
55436008
55446009 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5545 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6010 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
55466011 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
55476012 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
55486013 runpath_var='LD_RUN_PATH'
55496014
5550 if test "$GCC" = yes; then
5551 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5552 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6015 if test yes = "$GCC"; then
6016 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6017 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55536018 else
5554 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5555 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6019 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6020 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55566021 fi
55576022 ;;
55586023
55596024 sysv5* | sco3.2v5* | sco5v6*)
5560 # Note: We can NOT use -z defs as we might desire, because we do not
6025 # Note: We CANNOT use -z defs as we might desire, because we do not
55616026 # link with -lc, and that would cause any symbols used from libc to
55626027 # always be unresolved, which means just about no library would
55636028 # ever link correctly. If we're not using GNU ld we use -z text
55646029 # though, which does catch some bad symbols but isn't as heavy-handed
55656030 # as -z defs.
5566 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5567 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
6031 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6032 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
55686033 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
55696034 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5570 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
6035 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
55716036 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
55726037 _LT_TAGVAR(link_all_deplibs, $1)=yes
5573 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6038 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
55746039 runpath_var='LD_RUN_PATH'
55756040
5576 if test "$GCC" = yes; then
5577 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5578 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6041 if test yes = "$GCC"; then
6042 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6043 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55796044 else
5580 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5581 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6045 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6046 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55826047 fi
55836048 ;;
55846049
55936058 ;;
55946059 esac
55956060
5596 if test x$host_vendor = xsni; then
6061 if test sni = "$host_vendor"; then
55976062 case $host in
55986063 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5599 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
6064 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
56006065 ;;
56016066 esac
56026067 fi
56036068 fi
56046069 ])
56056070 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
5606 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6071 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
56076072
56086073 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
56096074
56206085 # Assume -lc should be added
56216086 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
56226087
5623 if test "$enable_shared" = yes && test "$GCC" = yes; then
6088 if test yes,yes = "$GCC,$enable_shared"; then
56246089 case $_LT_TAGVAR(archive_cmds, $1) in
56256090 *'~'*)
56266091 # FIXME: we may have to deal with multi-command sequences.
57006165 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
57016166 [Whether we need a single "-rpath" flag with a separated argument])
57026167 _LT_TAGDECL([], [hardcode_direct], [0],
5703 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
6168 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
57046169 DIR into the resulting binary])
57056170 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
5706 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
6171 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
57076172 DIR into the resulting binary and the resulting library dependency is
5708 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
6173 "absolute", i.e impossible to change by setting $shlibpath_var if the
57096174 library is relocated])
57106175 _LT_TAGDECL([], [hardcode_minus_L], [0],
57116176 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
57466211 # ------------------------
57476212 # Ensure that the configuration variables for a C compiler are suitably
57486213 # defined. These variables are subsequently used by _LT_CONFIG to write
5749 # the compiler configuration to `libtool'.
6214 # the compiler configuration to 'libtool'.
57506215 m4_defun([_LT_LANG_C_CONFIG],
57516216 [m4_require([_LT_DECL_EGREP])dnl
5752 lt_save_CC="$CC"
6217 lt_save_CC=$CC
57536218 AC_LANG_PUSH(C)
57546219
57556220 # Source file extension for C test sources.
57896254 LT_SYS_DLOPEN_SELF
57906255 _LT_CMD_STRIPLIB
57916256
5792 # Report which library types will actually be built
6257 # Report what library types will actually be built
57936258 AC_MSG_CHECKING([if libtool supports shared libraries])
57946259 AC_MSG_RESULT([$can_build_shared])
57956260
57966261 AC_MSG_CHECKING([whether to build shared libraries])
5797 test "$can_build_shared" = "no" && enable_shared=no
6262 test no = "$can_build_shared" && enable_shared=no
57986263
57996264 # On AIX, shared libraries and static libraries use the same namespace, and
58006265 # are all built from PIC.
58016266 case $host_os in
58026267 aix3*)
5803 test "$enable_shared" = yes && enable_static=no
6268 test yes = "$enable_shared" && enable_static=no
58046269 if test -n "$RANLIB"; then
58056270 archive_cmds="$archive_cmds~\$RANLIB \$lib"
58066271 postinstall_cmds='$RANLIB $lib'
58086273 ;;
58096274
58106275 aix[[4-9]]*)
5811 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
5812 test "$enable_shared" = yes && enable_static=no
6276 if test ia64 != "$host_cpu"; then
6277 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
6278 yes,aix,yes) ;; # shared object as lib.so file only
6279 yes,svr4,*) ;; # shared object as lib.so archive member only
6280 yes,*) enable_static=no ;; # shared object in lib.a archive as well
6281 esac
58136282 fi
58146283 ;;
58156284 esac
58176286
58186287 AC_MSG_CHECKING([whether to build static libraries])
58196288 # Make sure either enable_shared or enable_static is yes.
5820 test "$enable_shared" = yes || enable_static=yes
6289 test yes = "$enable_shared" || enable_static=yes
58216290 AC_MSG_RESULT([$enable_static])
58226291
58236292 _LT_CONFIG($1)
58246293 fi
58256294 AC_LANG_POP
5826 CC="$lt_save_CC"
6295 CC=$lt_save_CC
58276296 ])# _LT_LANG_C_CONFIG
58286297
58296298
58316300 # --------------------------
58326301 # Ensure that the configuration variables for a C++ compiler are suitably
58336302 # defined. These variables are subsequently used by _LT_CONFIG to write
5834 # the compiler configuration to `libtool'.
6303 # the compiler configuration to 'libtool'.
58356304 m4_defun([_LT_LANG_CXX_CONFIG],
58366305 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
58376306 m4_require([_LT_DECL_EGREP])dnl
58386307 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
5839 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
5840 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
5841 (test "X$CXX" != "Xg++"))) ; then
6308 if test -n "$CXX" && ( test no != "$CXX" &&
6309 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
6310 (test g++ != "$CXX"))); then
58426311 AC_PROG_CXXCPP
58436312 else
58446313 _lt_caught_CXX_error=yes
58806349 # the CXX compiler isn't working. Some variables (like enable_shared)
58816350 # are currently assumed to apply to all compilers on this platform,
58826351 # and will be corrupted by setting them based on a non-working compiler.
5883 if test "$_lt_caught_CXX_error" != yes; then
6352 if test yes != "$_lt_caught_CXX_error"; then
58846353 # Code to be used in simple compile tests
58856354 lt_simple_compile_test_code="int some_variable = 0;"
58866355
59226391 if test -n "$compiler"; then
59236392 # We don't want -fno-exception when compiling C++ code, so set the
59246393 # no_builtin_flag separately
5925 if test "$GXX" = yes; then
6394 if test yes = "$GXX"; then
59266395 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
59276396 else
59286397 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
59296398 fi
59306399
5931 if test "$GXX" = yes; then
6400 if test yes = "$GXX"; then
59326401 # Set up default GNU C++ configuration
59336402
59346403 LT_PATH_LD
59356404
59366405 # Check if GNU C++ uses GNU ld as the underlying linker, since the
59376406 # archiving commands below assume that GNU ld is being used.
5938 if test "$with_gnu_ld" = yes; then
5939 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
5940 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5941
5942 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5943 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6407 if test yes = "$with_gnu_ld"; then
6408 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6409 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6410
6411 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6412 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
59446413
59456414 # If archive_cmds runs LD, not CC, wlarc should be empty
59466415 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
59476416 # investigate it a little bit more. (MM)
5948 wlarc='${wl}'
6417 wlarc='$wl'
59496418
59506419 # ancient GNU ld didn't support --whole-archive et. al.
59516420 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
59526421 $GREP 'no-whole-archive' > /dev/null; then
5953 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6422 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
59546423 else
59556424 _LT_TAGVAR(whole_archive_flag_spec, $1)=
59566425 fi
59866455 _LT_TAGVAR(ld_shlibs, $1)=no
59876456 ;;
59886457 aix[[4-9]]*)
5989 if test "$host_cpu" = ia64; then
6458 if test ia64 = "$host_cpu"; then
59906459 # On IA64, the linker does run time linking by default, so we don't
59916460 # have to do anything special.
59926461 aix_use_runtimelinking=no
59936462 exp_sym_flag='-Bexport'
5994 no_entry_flag=""
6463 no_entry_flag=
59956464 else
59966465 aix_use_runtimelinking=no
59976466
59986467 # Test if we are trying to use run time linking or normal
59996468 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6000 # need to do runtime linking.
6469 # have runtime linking enabled, and use it for executables.
6470 # For shared libraries, we enable/disable runtime linking
6471 # depending on the kind of the shared library created -
6472 # when "with_aix_soname,aix_use_runtimelinking" is:
6473 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
6474 # "aix,yes" lib.so shared, rtl:yes, for executables
6475 # lib.a static archive
6476 # "both,no" lib.so.V(shr.o) shared, rtl:yes
6477 # lib.a(lib.so.V) shared, rtl:no, for executables
6478 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
6479 # lib.a(lib.so.V) shared, rtl:no
6480 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
6481 # lib.a static archive
60016482 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
60026483 for ld_flag in $LDFLAGS; do
60036484 case $ld_flag in
60076488 ;;
60086489 esac
60096490 done
6491 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
6492 # With aix-soname=svr4, we create the lib.so.V shared archives only,
6493 # so we don't have lib.a shared libs to link our executables.
6494 # We have to force runtime linking in this case.
6495 aix_use_runtimelinking=yes
6496 LDFLAGS="$LDFLAGS -Wl,-brtl"
6497 fi
60106498 ;;
60116499 esac
60126500
60256513 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
60266514 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
60276515 _LT_TAGVAR(link_all_deplibs, $1)=yes
6028 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
6029
6030 if test "$GXX" = yes; then
6516 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
6517 case $with_aix_soname,$aix_use_runtimelinking in
6518 aix,*) ;; # no import file
6519 svr4,* | *,yes) # use import file
6520 # The Import File defines what to hardcode.
6521 _LT_TAGVAR(hardcode_direct, $1)=no
6522 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6523 ;;
6524 esac
6525
6526 if test yes = "$GXX"; then
60316527 case $host_os in aix4.[[012]]|aix4.[[012]].*)
60326528 # We only want to do this on AIX 4.2 and lower, the check
60336529 # below for broken collect2 doesn't work under 4.3+
6034 collect2name=`${CC} -print-prog-name=collect2`
6530 collect2name=`$CC -print-prog-name=collect2`
60356531 if test -f "$collect2name" &&
60366532 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
60376533 then
60496545 fi
60506546 esac
60516547 shared_flag='-shared'
6052 if test "$aix_use_runtimelinking" = yes; then
6053 shared_flag="$shared_flag "'${wl}-G'
6548 if test yes = "$aix_use_runtimelinking"; then
6549 shared_flag=$shared_flag' $wl-G'
60546550 fi
6551 # Need to ensure runtime linking is disabled for the traditional
6552 # shared library, or the linker may eventually find shared libraries
6553 # /with/ Import File - we do not want to mix them.
6554 shared_flag_aix='-shared'
6555 shared_flag_svr4='-shared $wl-G'
60556556 else
60566557 # not using gcc
6057 if test "$host_cpu" = ia64; then
6558 if test ia64 = "$host_cpu"; then
60586559 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
60596560 # chokes on -Wl,-G. The following line is correct:
60606561 shared_flag='-G'
60616562 else
6062 if test "$aix_use_runtimelinking" = yes; then
6063 shared_flag='${wl}-G'
6563 if test yes = "$aix_use_runtimelinking"; then
6564 shared_flag='$wl-G'
60646565 else
6065 shared_flag='${wl}-bM:SRE'
6566 shared_flag='$wl-bM:SRE'
60666567 fi
6568 shared_flag_aix='$wl-bM:SRE'
6569 shared_flag_svr4='$wl-G'
60676570 fi
60686571 fi
60696572
6070 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
6573 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
60716574 # It seems that -bexpall does not export symbols beginning with
60726575 # underscore (_), so it is better to generate a list of symbols to
60736576 # export.
60746577 _LT_TAGVAR(always_export_symbols, $1)=yes
6075 if test "$aix_use_runtimelinking" = yes; then
6578 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
60766579 # Warning - without using the other runtime loading flags (-brtl),
60776580 # -berok will link without error, but may produce a broken library.
6078 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
6581 # The "-G" linker flag allows undefined symbols.
6582 _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
60796583 # Determine the default libpath from the value encoded in an empty
60806584 # executable.
60816585 _LT_SYS_MODULE_PATH_AIX([$1])
6082 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6083
6084 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
6586 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6587
6588 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
60856589 else
6086 if test "$host_cpu" = ia64; then
6087 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
6590 if test ia64 = "$host_cpu"; then
6591 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
60886592 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6089 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
6593 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
60906594 else
60916595 # Determine the default libpath from the value encoded in an
60926596 # empty executable.
60936597 _LT_SYS_MODULE_PATH_AIX([$1])
6094 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6598 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
60956599 # Warning - without using the other run time loading flags,
60966600 # -berok will link without error, but may produce a broken library.
6097 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
6098 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
6099 if test "$with_gnu_ld" = yes; then
6601 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
6602 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
6603 if test yes = "$with_gnu_ld"; then
61006604 # We only use this code for GNU lds that support --whole-archive.
6101 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
6605 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
61026606 else
61036607 # Exported symbols can be pulled into shared objects from archives
61046608 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
61056609 fi
61066610 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6107 # This is similar to how AIX traditionally builds its shared
6108 # libraries.
6109 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
6611 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
6612 # -brtl affects multiple linker settings, -berok does not and is overridden later
6613 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
6614 if test svr4 != "$with_aix_soname"; then
6615 # This is similar to how AIX traditionally builds its shared
6616 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
6617 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
6618 fi
6619 if test aix != "$with_aix_soname"; then
6620 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
6621 else
6622 # used by -dlpreopen to get the symbols
6623 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
6624 fi
6625 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
61106626 fi
61116627 fi
61126628 ;;
61166632 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
61176633 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
61186634 # support --undefined. This deserves some investigation. FIXME
6119 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6635 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
61206636 else
61216637 _LT_TAGVAR(ld_shlibs, $1)=no
61226638 fi
61446660 # Tell ltmain to make .lib files, not .a files.
61456661 libext=lib
61466662 # Tell ltmain to make .dll files, not .so files.
6147 shrext_cmds=".dll"
6663 shrext_cmds=.dll
61486664 # FIXME: Setting linknames here is a bad hack.
6149 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
6150 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6151 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
6152 else
6153 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
6154 fi~
6155 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6156 linknames='
6665 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
6666 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6667 cp "$export_symbols" "$output_objdir/$soname.def";
6668 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
6669 else
6670 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
6671 fi~
6672 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6673 linknames='
61576674 # The linker will not automatically build a static lib if we build a DLL.
61586675 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
61596676 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
61606677 # Don't use ranlib
61616678 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
61626679 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6163 lt_tool_outputfile="@TOOL_OUTPUT@"~
6164 case $lt_outputfile in
6165 *.exe|*.EXE) ;;
6166 *)
6167 lt_outputfile="$lt_outputfile.exe"
6168 lt_tool_outputfile="$lt_tool_outputfile.exe"
6169 ;;
6170 esac~
6171 func_to_tool_file "$lt_outputfile"~
6172 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
6173 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6174 $RM "$lt_outputfile.manifest";
6175 fi'
6680 lt_tool_outputfile="@TOOL_OUTPUT@"~
6681 case $lt_outputfile in
6682 *.exe|*.EXE) ;;
6683 *)
6684 lt_outputfile=$lt_outputfile.exe
6685 lt_tool_outputfile=$lt_tool_outputfile.exe
6686 ;;
6687 esac~
6688 func_to_tool_file "$lt_outputfile"~
6689 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
6690 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6691 $RM "$lt_outputfile.manifest";
6692 fi'
61766693 ;;
61776694 *)
61786695 # g++
61796696 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
61806697 # as there is no search path for DLLs.
61816698 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6182 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
6699 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
61836700 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
61846701 _LT_TAGVAR(always_export_symbols, $1)=no
61856702 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
61866703
61876704 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6188 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6189 # If the export-symbols file already is a .def file (1st line
6190 # is EXPORTS), use it as is; otherwise, prepend...
6191 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6192 cp $export_symbols $output_objdir/$soname.def;
6193 else
6194 echo EXPORTS > $output_objdir/$soname.def;
6195 cat $export_symbols >> $output_objdir/$soname.def;
6196 fi~
6197 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6705 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6706 # If the export-symbols file already is a .def file, use it as
6707 # is; otherwise, prepend EXPORTS...
6708 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6709 cp $export_symbols $output_objdir/$soname.def;
6710 else
6711 echo EXPORTS > $output_objdir/$soname.def;
6712 cat $export_symbols >> $output_objdir/$soname.def;
6713 fi~
6714 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
61986715 else
61996716 _LT_TAGVAR(ld_shlibs, $1)=no
62006717 fi
62036720 ;;
62046721 darwin* | rhapsody*)
62056722 _LT_DARWIN_LINKER_FEATURES($1)
6723 ;;
6724
6725 os2*)
6726 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6727 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6728 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6729 shrext_cmds=.dll
6730 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6731 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6732 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6733 $ECHO EXPORTS >> $output_objdir/$libname.def~
6734 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
6735 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6736 emximp -o $lib $output_objdir/$libname.def'
6737 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6738 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6739 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6740 $ECHO EXPORTS >> $output_objdir/$libname.def~
6741 prefix_cmds="$SED"~
6742 if test EXPORTS = "`$SED 1q $export_symbols`"; then
6743 prefix_cmds="$prefix_cmds -e 1d";
6744 fi~
6745 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
6746 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
6747 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6748 emximp -o $lib $output_objdir/$libname.def'
6749 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
6750 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
62066751 ;;
62076752
62086753 dgux*)
62406785 ;;
62416786
62426787 haiku*)
6243 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6788 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
62446789 _LT_TAGVAR(link_all_deplibs, $1)=yes
62456790 ;;
62466791
62476792 hpux9*)
6248 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6793 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
62496794 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6250 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6795 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
62516796 _LT_TAGVAR(hardcode_direct, $1)=yes
62526797 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
62536798 # but as the default
62596804 _LT_TAGVAR(ld_shlibs, $1)=no
62606805 ;;
62616806 aCC*)
6262 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6807 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
62636808 # Commands to make compiler produce verbose output that lists
62646809 # what "hidden" libraries, object files and flags are used when
62656810 # linking a shared library.
62686813 # explicitly linking system object files so we need to strip them
62696814 # from the output so that they don't get included in the library
62706815 # dependencies.
6271 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6816 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
62726817 ;;
62736818 *)
6274 if test "$GXX" = yes; then
6275 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6819 if test yes = "$GXX"; then
6820 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
62766821 else
62776822 # FIXME: insert proper C++ library support
62786823 _LT_TAGVAR(ld_shlibs, $1)=no
62826827 ;;
62836828
62846829 hpux10*|hpux11*)
6285 if test $with_gnu_ld = no; then
6286 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6830 if test no = "$with_gnu_ld"; then
6831 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
62876832 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
62886833
62896834 case $host_cpu in
62906835 hppa*64*|ia64*)
62916836 ;;
62926837 *)
6293 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6838 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
62946839 ;;
62956840 esac
62966841 fi
63166861 aCC*)
63176862 case $host_cpu in
63186863 hppa*64*)
6319 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6864 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63206865 ;;
63216866 ia64*)
6322 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6867 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63236868 ;;
63246869 *)
6325 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6870 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63266871 ;;
63276872 esac
63286873 # Commands to make compiler produce verbose output that lists
63336878 # explicitly linking system object files so we need to strip them
63346879 # from the output so that they don't get included in the library
63356880 # dependencies.
6336 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6881 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
63376882 ;;
63386883 *)
6339 if test "$GXX" = yes; then
6340 if test $with_gnu_ld = no; then
6884 if test yes = "$GXX"; then
6885 if test no = "$with_gnu_ld"; then
63416886 case $host_cpu in
63426887 hppa*64*)
6343 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6888 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63446889 ;;
63456890 ia64*)
6346 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6891 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63476892 ;;
63486893 *)
6349 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6894 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63506895 ;;
63516896 esac
63526897 fi
63616906 interix[[3-9]]*)
63626907 _LT_TAGVAR(hardcode_direct, $1)=no
63636908 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6364 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6365 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6909 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6910 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
63666911 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
63676912 # Instead, shared libraries are loaded at an image base (0x10000000 by
63686913 # default) and relocated if they conflict, which is a slow very memory
63696914 # consuming and fragmenting process. To avoid this, we pick a random,
63706915 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
63716916 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6372 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6373 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6917 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6918 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
63746919 ;;
63756920 irix5* | irix6*)
63766921 case $cc_basename in
63776922 CC*)
63786923 # SGI C++
6379 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
6924 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
63806925
63816926 # Archives containing C++ object files must be created using
63826927 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
63856930 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
63866931 ;;
63876932 *)
6388 if test "$GXX" = yes; then
6389 if test "$with_gnu_ld" = no; then
6390 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6933 if test yes = "$GXX"; then
6934 if test no = "$with_gnu_ld"; then
6935 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
63916936 else
6392 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
6937 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
63936938 fi
63946939 fi
63956940 _LT_TAGVAR(link_all_deplibs, $1)=yes
63966941 ;;
63976942 esac
6398 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6943 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
63996944 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
64006945 _LT_TAGVAR(inherit_rpath, $1)=yes
64016946 ;;
64086953 # KCC will only create a shared library if the output file
64096954 # ends with ".so" (or ".sl" for HP-UX), so rename the library
64106955 # to its proper name (with version) after linking.
6411 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6412 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
6956 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6957 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
64136958 # Commands to make compiler produce verbose output that lists
64146959 # what "hidden" libraries, object files and flags are used when
64156960 # linking a shared library.
64186963 # explicitly linking system object files so we need to strip them
64196964 # from the output so that they don't get included in the library
64206965 # dependencies.
6421 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6422
6423 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6424 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6966 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6967
6968 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6969 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
64256970
64266971 # Archives containing C++ object files must be created using
64276972 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
64356980 # earlier do not add the objects themselves.
64366981 case `$CC -V 2>&1` in
64376982 *"Version 7."*)
6438 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
6439 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6983 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6984 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64406985 ;;
64416986 *) # Version 8.0 or newer
64426987 tmp_idyn=
64436988 case $host_cpu in
64446989 ia64*) tmp_idyn=' -i_dynamic';;
64456990 esac
6446 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6447 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6991 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6992 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64486993 ;;
64496994 esac
64506995 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6451 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6452 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6453 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
6996 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6997 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6998 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
64546999 ;;
64557000 pgCC* | pgcpp*)
64567001 # Portland Group C++ compiler
64577002 case `$CC -V` in
64587003 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
64597004 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
6460 rm -rf $tpldir~
6461 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
6462 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
7005 rm -rf $tpldir~
7006 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
7007 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
64637008 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
6464 rm -rf $tpldir~
6465 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
6466 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
6467 $RANLIB $oldlib'
7009 rm -rf $tpldir~
7010 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
7011 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
7012 $RANLIB $oldlib'
64687013 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
6469 rm -rf $tpldir~
6470 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
6471 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
7014 rm -rf $tpldir~
7015 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7016 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
64727017 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
6473 rm -rf $tpldir~
6474 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
6475 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
7018 rm -rf $tpldir~
7019 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7020 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64767021 ;;
64777022 *) # Version 6 and above use weak symbols
6478 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
6479 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
7023 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7024 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64807025 ;;
64817026 esac
64827027
6483 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
6484 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6485 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7028 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
7029 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7030 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
64867031 ;;
64877032 cxx*)
64887033 # Compaq C++
6489 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
6490 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
7034 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7035 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
64917036
64927037 runpath_var=LD_RUN_PATH
64937038 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
65017046 # explicitly linking system object files so we need to strip them
65027047 # from the output so that they don't get included in the library
65037048 # dependencies.
6504 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
7049 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
65057050 ;;
65067051 xl* | mpixl* | bgxl*)
65077052 # IBM XL 8.0 on PPC, with GNU ld
6508 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6509 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6510 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6511 if test "x$supports_anon_versioning" = xyes; then
7053 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7054 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7055 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7056 if test yes = "$supports_anon_versioning"; then
65127057 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
6513 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
6514 echo "local: *; };" >> $output_objdir/$libname.ver~
6515 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7058 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7059 echo "local: *; };" >> $output_objdir/$libname.ver~
7060 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
65167061 fi
65177062 ;;
65187063 *)
65207065 *Sun\ C*)
65217066 # Sun C++ 5.9
65227067 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
6523 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6524 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
7068 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7069 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
65257070 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6526 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7071 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
65277072 _LT_TAGVAR(compiler_needs_object, $1)=yes
65287073
65297074 # Not sure whether something based on
65817126 _LT_TAGVAR(ld_shlibs, $1)=yes
65827127 ;;
65837128
6584 openbsd2*)
6585 # C++ shared libraries are fairly broken
6586 _LT_TAGVAR(ld_shlibs, $1)=no
6587 ;;
6588
6589 openbsd*)
7129 openbsd* | bitrig*)
65907130 if test -f /usr/libexec/ld.so; then
65917131 _LT_TAGVAR(hardcode_direct, $1)=yes
65927132 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
65937133 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
65947134 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
6595 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6596 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6597 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
6598 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6599 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7135 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7136 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
7137 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
7138 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
7139 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
66007140 fi
66017141 output_verbose_link_cmd=func_echo_all
66027142 else
66127152 # KCC will only create a shared library if the output file
66137153 # ends with ".so" (or ".sl" for HP-UX), so rename the library
66147154 # to its proper name (with version) after linking.
6615 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6616
6617 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
7155 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
7156
7157 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
66187158 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
66197159
66207160 # Archives containing C++ object files must be created using
66327172 cxx*)
66337173 case $host in
66347174 osf3*)
6635 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6636 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
6637 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
7175 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7176 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
7177 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
66387178 ;;
66397179 *)
66407180 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6641 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
7181 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
66427182 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
6643 echo "-hidden">> $lib.exp~
6644 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
6645 $RM $lib.exp'
7183 echo "-hidden">> $lib.exp~
7184 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
7185 $RM $lib.exp'
66467186 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
66477187 ;;
66487188 esac
66577197 # explicitly linking system object files so we need to strip them
66587198 # from the output so that they don't get included in the library
66597199 # dependencies.
6660 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
7200 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
66617201 ;;
66627202 *)
6663 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
6664 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
7203 if test yes,no = "$GXX,$with_gnu_ld"; then
7204 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
66657205 case $host in
66667206 osf3*)
6667 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
7207 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
66687208 ;;
66697209 *)
6670 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
7210 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
66717211 ;;
66727212 esac
66737213
6674 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
7214 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
66757215 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
66767216
66777217 # Commands to make compiler produce verbose output that lists
67177257 # Sun C++ 4.2, 5.x and Centerline C++
67187258 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
67197259 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
6720 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7260 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
67217261 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6722 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7262 $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67237263
67247264 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
67257265 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
67277267 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
67287268 *)
67297269 # The compiler driver will combine and reorder linker options,
6730 # but understands `-z linker_flag'.
7270 # but understands '-z linker_flag'.
67317271 # Supported since Solaris 2.6 (maybe 2.5.1?)
67327272 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
67337273 ;;
67447284 ;;
67457285 gcx*)
67467286 # Green Hills C++ Compiler
6747 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7287 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67487288
67497289 # The C++ compiler must be used to create the archive.
67507290 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
67517291 ;;
67527292 *)
67537293 # GNU C++ compiler with Solaris linker
6754 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
6755 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
7294 if test yes,no = "$GXX,$with_gnu_ld"; then
7295 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
67567296 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
6757 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7297 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67587298 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6759 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7299 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67607300
67617301 # Commands to make compiler produce verbose output that lists
67627302 # what "hidden" libraries, object files and flags are used when
67637303 # linking a shared library.
67647304 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
67657305 else
6766 # g++ 2.7 appears to require `-G' NOT `-shared' on this
7306 # g++ 2.7 appears to require '-G' NOT '-shared' on this
67677307 # platform.
6768 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7308 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67697309 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6770 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7310 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67717311
67727312 # Commands to make compiler produce verbose output that lists
67737313 # what "hidden" libraries, object files and flags are used when
67757315 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
67767316 fi
67777317
6778 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
7318 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
67797319 case $host_os in
67807320 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
67817321 *)
6782 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
7322 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
67837323 ;;
67847324 esac
67857325 fi
67887328 ;;
67897329
67907330 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6791 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
7331 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
67927332 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
67937333 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
67947334 runpath_var='LD_RUN_PATH'
67957335
67967336 case $cc_basename in
67977337 CC*)
6798 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6799 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7338 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7339 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68007340 ;;
68017341 *)
6802 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6803 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7342 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7343 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68047344 ;;
68057345 esac
68067346 ;;
68077347
68087348 sysv5* | sco3.2v5* | sco5v6*)
6809 # Note: We can NOT use -z defs as we might desire, because we do not
7349 # Note: We CANNOT use -z defs as we might desire, because we do not
68107350 # link with -lc, and that would cause any symbols used from libc to
68117351 # always be unresolved, which means just about no library would
68127352 # ever link correctly. If we're not using GNU ld we use -z text
68137353 # though, which does catch some bad symbols but isn't as heavy-handed
68147354 # as -z defs.
6815 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6816 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
7355 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7356 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
68177357 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
68187358 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6819 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
7359 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
68207360 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
68217361 _LT_TAGVAR(link_all_deplibs, $1)=yes
6822 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
7362 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
68237363 runpath_var='LD_RUN_PATH'
68247364
68257365 case $cc_basename in
68267366 CC*)
6827 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6828 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7367 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7368 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68297369 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
6830 '"$_LT_TAGVAR(old_archive_cmds, $1)"
7370 '"$_LT_TAGVAR(old_archive_cmds, $1)"
68317371 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
6832 '"$_LT_TAGVAR(reload_cmds, $1)"
7372 '"$_LT_TAGVAR(reload_cmds, $1)"
68337373 ;;
68347374 *)
6835 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6836 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7375 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7376 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68377377 ;;
68387378 esac
68397379 ;;
68647404 esac
68657405
68667406 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
6867 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6868
6869 _LT_TAGVAR(GCC, $1)="$GXX"
6870 _LT_TAGVAR(LD, $1)="$LD"
7407 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
7408
7409 _LT_TAGVAR(GCC, $1)=$GXX
7410 _LT_TAGVAR(LD, $1)=$LD
68717411
68727412 ## CAVEAT EMPTOR:
68737413 ## There is no encapsulation within the following macros, do not change
68947434 lt_cv_path_LD=$lt_save_path_LD
68957435 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
68967436 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
6897 fi # test "$_lt_caught_CXX_error" != yes
7437 fi # test yes != "$_lt_caught_CXX_error"
68987438
68997439 AC_LANG_POP
69007440 ])# _LT_LANG_CXX_CONFIG
69167456 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
69177457 func_stripname_cnf ()
69187458 {
6919 case ${2} in
6920 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
6921 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
7459 case @S|@2 in
7460 .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
7461 *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
69227462 esac
69237463 } # func_stripname_cnf
69247464 ])# _LT_FUNC_STRIPNAME_CNF
7465
69257466
69267467 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
69277468 # ---------------------------------
70067547 pre_test_object_deps_done=no
70077548
70087549 for p in `eval "$output_verbose_link_cmd"`; do
7009 case ${prev}${p} in
7550 case $prev$p in
70107551
70117552 -L* | -R* | -l*)
70127553 # Some compilers place space between "-{L,R}" and the path.
70137554 # Remove the space.
7014 if test $p = "-L" ||
7015 test $p = "-R"; then
7555 if test x-L = "$p" ||
7556 test x-R = "$p"; then
70167557 prev=$p
70177558 continue
70187559 fi
70287569 case $p in
70297570 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
70307571 esac
7031 if test "$pre_test_object_deps_done" = no; then
7032 case ${prev} in
7572 if test no = "$pre_test_object_deps_done"; then
7573 case $prev in
70337574 -L | -R)
70347575 # Internal compiler library paths should come after those
70357576 # provided the user. The postdeps already come after the
70367577 # user supplied libs so there is no need to process them.
70377578 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
7038 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
7579 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
70397580 else
7040 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
7581 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
70417582 fi
70427583 ;;
70437584 # The "-l" case would never come before the object being
70457586 esac
70467587 else
70477588 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
7048 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
7589 _LT_TAGVAR(postdeps, $1)=$prev$p
70497590 else
7050 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
7591 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
70517592 fi
70527593 fi
70537594 prev=
70627603 continue
70637604 fi
70647605
7065 if test "$pre_test_object_deps_done" = no; then
7606 if test no = "$pre_test_object_deps_done"; then
70667607 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
7067 _LT_TAGVAR(predep_objects, $1)="$p"
7608 _LT_TAGVAR(predep_objects, $1)=$p
70687609 else
70697610 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
70707611 fi
70717612 else
70727613 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
7073 _LT_TAGVAR(postdep_objects, $1)="$p"
7614 _LT_TAGVAR(postdep_objects, $1)=$p
70747615 else
70757616 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
70767617 fi
71017642 _LT_TAGVAR(postdep_objects,$1)=
71027643 _LT_TAGVAR(postdeps,$1)=
71037644 ;;
7104
7105 linux*)
7106 case `$CC -V 2>&1 | sed 5q` in
7107 *Sun\ C*)
7108 # Sun C++ 5.9
7109
7110 # The more standards-conforming stlport4 library is
7111 # incompatible with the Cstd library. Avoid specifying
7112 # it if it's in CXXFLAGS. Ignore libCrun as
7113 # -library=stlport4 depends on it.
7114 case " $CXX $CXXFLAGS " in
7115 *" -library=stlport4 "*)
7116 solaris_use_stlport4=yes
7117 ;;
7118 esac
7119
7120 if test "$solaris_use_stlport4" != yes; then
7121 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
7122 fi
7123 ;;
7124 esac
7125 ;;
7126
7127 solaris*)
7128 case $cc_basename in
7129 CC* | sunCC*)
7130 # The more standards-conforming stlport4 library is
7131 # incompatible with the Cstd library. Avoid specifying
7132 # it if it's in CXXFLAGS. Ignore libCrun as
7133 # -library=stlport4 depends on it.
7134 case " $CXX $CXXFLAGS " in
7135 *" -library=stlport4 "*)
7136 solaris_use_stlport4=yes
7137 ;;
7138 esac
7139
7140 # Adding this requires a known-good setup of shared libraries for
7141 # Sun compiler versions before 5.6, else PIC objects from an old
7142 # archive will be linked into the output, leading to subtle bugs.
7143 if test "$solaris_use_stlport4" != yes; then
7144 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
7145 fi
7146 ;;
7147 esac
7148 ;;
71497645 esac
71507646 ])
71517647
71547650 esac
71557651 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
71567652 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
7157 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
7653 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
71587654 fi
71597655 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
71607656 [The directories searched by this compiler when creating a shared library])
71747670 # --------------------------
71757671 # Ensure that the configuration variables for a Fortran 77 compiler are
71767672 # suitably defined. These variables are subsequently used by _LT_CONFIG
7177 # to write the compiler configuration to `libtool'.
7673 # to write the compiler configuration to 'libtool'.
71787674 m4_defun([_LT_LANG_F77_CONFIG],
71797675 [AC_LANG_PUSH(Fortran 77)
7180 if test -z "$F77" || test "X$F77" = "Xno"; then
7676 if test -z "$F77" || test no = "$F77"; then
71817677 _lt_disable_F77=yes
71827678 fi
71837679
72147710 # the F77 compiler isn't working. Some variables (like enable_shared)
72157711 # are currently assumed to apply to all compilers on this platform,
72167712 # and will be corrupted by setting them based on a non-working compiler.
7217 if test "$_lt_disable_F77" != yes; then
7713 if test yes != "$_lt_disable_F77"; then
72187714 # Code to be used in simple compile tests
72197715 lt_simple_compile_test_code="\
72207716 subroutine t
72367732 _LT_LINKER_BOILERPLATE
72377733
72387734 # Allow CC to be a program name with arguments.
7239 lt_save_CC="$CC"
7735 lt_save_CC=$CC
72407736 lt_save_GCC=$GCC
72417737 lt_save_CFLAGS=$CFLAGS
72427738 CC=${F77-"f77"}
72507746 AC_MSG_RESULT([$can_build_shared])
72517747
72527748 AC_MSG_CHECKING([whether to build shared libraries])
7253 test "$can_build_shared" = "no" && enable_shared=no
7749 test no = "$can_build_shared" && enable_shared=no
72547750
72557751 # On AIX, shared libraries and static libraries use the same namespace, and
72567752 # are all built from PIC.
72577753 case $host_os in
72587754 aix3*)
7259 test "$enable_shared" = yes && enable_static=no
7755 test yes = "$enable_shared" && enable_static=no
72607756 if test -n "$RANLIB"; then
72617757 archive_cmds="$archive_cmds~\$RANLIB \$lib"
72627758 postinstall_cmds='$RANLIB $lib'
72637759 fi
72647760 ;;
72657761 aix[[4-9]]*)
7266 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
7267 test "$enable_shared" = yes && enable_static=no
7762 if test ia64 != "$host_cpu"; then
7763 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7764 yes,aix,yes) ;; # shared object as lib.so file only
7765 yes,svr4,*) ;; # shared object as lib.so archive member only
7766 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7767 esac
72687768 fi
72697769 ;;
72707770 esac
72727772
72737773 AC_MSG_CHECKING([whether to build static libraries])
72747774 # Make sure either enable_shared or enable_static is yes.
7275 test "$enable_shared" = yes || enable_static=yes
7775 test yes = "$enable_shared" || enable_static=yes
72767776 AC_MSG_RESULT([$enable_static])
72777777
7278 _LT_TAGVAR(GCC, $1)="$G77"
7279 _LT_TAGVAR(LD, $1)="$LD"
7778 _LT_TAGVAR(GCC, $1)=$G77
7779 _LT_TAGVAR(LD, $1)=$LD
72807780
72817781 ## CAVEAT EMPTOR:
72827782 ## There is no encapsulation within the following macros, do not change
72937793 fi # test -n "$compiler"
72947794
72957795 GCC=$lt_save_GCC
7296 CC="$lt_save_CC"
7297 CFLAGS="$lt_save_CFLAGS"
7298 fi # test "$_lt_disable_F77" != yes
7796 CC=$lt_save_CC
7797 CFLAGS=$lt_save_CFLAGS
7798 fi # test yes != "$_lt_disable_F77"
72997799
73007800 AC_LANG_POP
73017801 ])# _LT_LANG_F77_CONFIG
73057805 # -------------------------
73067806 # Ensure that the configuration variables for a Fortran compiler are
73077807 # suitably defined. These variables are subsequently used by _LT_CONFIG
7308 # to write the compiler configuration to `libtool'.
7808 # to write the compiler configuration to 'libtool'.
73097809 m4_defun([_LT_LANG_FC_CONFIG],
73107810 [AC_LANG_PUSH(Fortran)
73117811
7312 if test -z "$FC" || test "X$FC" = "Xno"; then
7812 if test -z "$FC" || test no = "$FC"; then
73137813 _lt_disable_FC=yes
73147814 fi
73157815
73467846 # the FC compiler isn't working. Some variables (like enable_shared)
73477847 # are currently assumed to apply to all compilers on this platform,
73487848 # and will be corrupted by setting them based on a non-working compiler.
7349 if test "$_lt_disable_FC" != yes; then
7849 if test yes != "$_lt_disable_FC"; then
73507850 # Code to be used in simple compile tests
73517851 lt_simple_compile_test_code="\
73527852 subroutine t
73687868 _LT_LINKER_BOILERPLATE
73697869
73707870 # Allow CC to be a program name with arguments.
7371 lt_save_CC="$CC"
7871 lt_save_CC=$CC
73727872 lt_save_GCC=$GCC
73737873 lt_save_CFLAGS=$CFLAGS
73747874 CC=${FC-"f95"}
73847884 AC_MSG_RESULT([$can_build_shared])
73857885
73867886 AC_MSG_CHECKING([whether to build shared libraries])
7387 test "$can_build_shared" = "no" && enable_shared=no
7887 test no = "$can_build_shared" && enable_shared=no
73887888
73897889 # On AIX, shared libraries and static libraries use the same namespace, and
73907890 # are all built from PIC.
73917891 case $host_os in
73927892 aix3*)
7393 test "$enable_shared" = yes && enable_static=no
7893 test yes = "$enable_shared" && enable_static=no
73947894 if test -n "$RANLIB"; then
73957895 archive_cmds="$archive_cmds~\$RANLIB \$lib"
73967896 postinstall_cmds='$RANLIB $lib'
73977897 fi
73987898 ;;
73997899 aix[[4-9]]*)
7400 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
7401 test "$enable_shared" = yes && enable_static=no
7900 if test ia64 != "$host_cpu"; then
7901 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7902 yes,aix,yes) ;; # shared object as lib.so file only
7903 yes,svr4,*) ;; # shared object as lib.so archive member only
7904 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7905 esac
74027906 fi
74037907 ;;
74047908 esac
74067910
74077911 AC_MSG_CHECKING([whether to build static libraries])
74087912 # Make sure either enable_shared or enable_static is yes.
7409 test "$enable_shared" = yes || enable_static=yes
7913 test yes = "$enable_shared" || enable_static=yes
74107914 AC_MSG_RESULT([$enable_static])
74117915
7412 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
7413 _LT_TAGVAR(LD, $1)="$LD"
7916 _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
7917 _LT_TAGVAR(LD, $1)=$LD
74147918
74157919 ## CAVEAT EMPTOR:
74167920 ## There is no encapsulation within the following macros, do not change
74307934 GCC=$lt_save_GCC
74317935 CC=$lt_save_CC
74327936 CFLAGS=$lt_save_CFLAGS
7433 fi # test "$_lt_disable_FC" != yes
7937 fi # test yes != "$_lt_disable_FC"
74347938
74357939 AC_LANG_POP
74367940 ])# _LT_LANG_FC_CONFIG
74407944 # --------------------------
74417945 # Ensure that the configuration variables for the GNU Java Compiler compiler
74427946 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7443 # to write the compiler configuration to `libtool'.
7947 # to write the compiler configuration to 'libtool'.
74447948 m4_defun([_LT_LANG_GCJ_CONFIG],
74457949 [AC_REQUIRE([LT_PROG_GCJ])dnl
74467950 AC_LANG_SAVE
74747978 CFLAGS=$GCJFLAGS
74757979 compiler=$CC
74767980 _LT_TAGVAR(compiler, $1)=$CC
7477 _LT_TAGVAR(LD, $1)="$LD"
7981 _LT_TAGVAR(LD, $1)=$LD
74787982 _LT_CC_BASENAME([$compiler])
74797983
74807984 # GCJ did not exist at the time GCC didn't implicitly link libc in.
75118015 # --------------------------
75128016 # Ensure that the configuration variables for the GNU Go compiler
75138017 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7514 # to write the compiler configuration to `libtool'.
8018 # to write the compiler configuration to 'libtool'.
75158019 m4_defun([_LT_LANG_GO_CONFIG],
75168020 [AC_REQUIRE([LT_PROG_GO])dnl
75178021 AC_LANG_SAVE
75458049 CFLAGS=$GOFLAGS
75468050 compiler=$CC
75478051 _LT_TAGVAR(compiler, $1)=$CC
7548 _LT_TAGVAR(LD, $1)="$LD"
8052 _LT_TAGVAR(LD, $1)=$LD
75498053 _LT_CC_BASENAME([$compiler])
75508054
75518055 # Go did not exist at the time GCC didn't implicitly link libc in.
75828086 # -------------------------
75838087 # Ensure that the configuration variables for the Windows resource compiler
75848088 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7585 # to write the compiler configuration to `libtool'.
8089 # to write the compiler configuration to 'libtool'.
75868090 m4_defun([_LT_LANG_RC_CONFIG],
75878091 [AC_REQUIRE([LT_PROG_RC])dnl
75888092 AC_LANG_SAVE
75988102 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
75998103
76008104 # Code to be used in simple link tests
7601 lt_simple_link_test_code="$lt_simple_compile_test_code"
8105 lt_simple_link_test_code=$lt_simple_compile_test_code
76028106
76038107 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
76048108 _LT_TAG_COMPILER
76088112 _LT_LINKER_BOILERPLATE
76098113
76108114 # Allow CC to be a program name with arguments.
7611 lt_save_CC="$CC"
8115 lt_save_CC=$CC
76128116 lt_save_CFLAGS=$CFLAGS
76138117 lt_save_GCC=$GCC
76148118 GCC=
76378141 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
76388142 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
76398143 [AC_CHECK_TOOL(GCJ, gcj,)
7640 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
8144 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
76418145 AC_SUBST(GCJFLAGS)])])[]dnl
76428146 ])
76438147
77488252 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
77498253 # along with /bin/sed that truncates output.
77508254 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
7751 test ! -f $lt_ac_sed && continue
8255 test ! -f "$lt_ac_sed" && continue
77528256 cat /dev/null > conftest.in
77538257 lt_ac_count=0
77548258 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
77658269 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
77668270 cmp -s conftest.out conftest.nl || break
77678271 # 10000 chars as input seems more than enough
7768 test $lt_ac_count -gt 10 && break
8272 test 10 -lt "$lt_ac_count" && break
77698273 lt_ac_count=`expr $lt_ac_count + 1`
7770 if test $lt_ac_count -gt $lt_ac_max; then
8274 if test "$lt_ac_count" -gt "$lt_ac_max"; then
77718275 lt_ac_max=$lt_ac_count
77728276 lt_cv_path_SED=$lt_ac_sed
77738277 fi
77918295 # Find out whether the shell is Bourne or XSI compatible,
77928296 # or has some other useful features.
77938297 m4_defun([_LT_CHECK_SHELL_FEATURES],
7794 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
7795 # Try some XSI features
7796 xsi_shell=no
7797 ( _lt_dummy="a/b/c"
7798 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
7799 = c,a/b,b/c, \
7800 && eval 'test $(( 1 + 1 )) -eq 2 \
7801 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7802 && xsi_shell=yes
7803 AC_MSG_RESULT([$xsi_shell])
7804 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
7805
7806 AC_MSG_CHECKING([whether the shell understands "+="])
7807 lt_shell_append=no
7808 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
7809 >/dev/null 2>&1 \
7810 && lt_shell_append=yes
7811 AC_MSG_RESULT([$lt_shell_append])
7812 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
7813
7814 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8298 [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
78158299 lt_unset=unset
78168300 else
78178301 lt_unset=false
78358319 ])# _LT_CHECK_SHELL_FEATURES
78368320
78378321
7838 # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
7839 # ------------------------------------------------------
7840 # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
7841 # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
7842 m4_defun([_LT_PROG_FUNCTION_REPLACE],
7843 [dnl {
7844 sed -e '/^$1 ()$/,/^} # $1 /c\
7845 $1 ()\
7846 {\
7847 m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
7848 } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
7849 && mv -f "$cfgfile.tmp" "$cfgfile" \
7850 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7851 test 0 -eq $? || _lt_function_replace_fail=:
7852 ])
7853
7854
7855 # _LT_PROG_REPLACE_SHELLFNS
7856 # -------------------------
7857 # Replace existing portable implementations of several shell functions with
7858 # equivalent extended shell implementations where those features are available..
7859 m4_defun([_LT_PROG_REPLACE_SHELLFNS],
7860 [if test x"$xsi_shell" = xyes; then
7861 _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
7862 case ${1} in
7863 */*) func_dirname_result="${1%/*}${2}" ;;
7864 * ) func_dirname_result="${3}" ;;
7865 esac])
7866
7867 _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
7868 func_basename_result="${1##*/}"])
7869
7870 _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
7871 case ${1} in
7872 */*) func_dirname_result="${1%/*}${2}" ;;
7873 * ) func_dirname_result="${3}" ;;
7874 esac
7875 func_basename_result="${1##*/}"])
7876
7877 _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
7878 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
7879 # positional parameters, so assign one to ordinary parameter first.
7880 func_stripname_result=${3}
7881 func_stripname_result=${func_stripname_result#"${1}"}
7882 func_stripname_result=${func_stripname_result%"${2}"}])
7883
7884 _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
7885 func_split_long_opt_name=${1%%=*}
7886 func_split_long_opt_arg=${1#*=}])
7887
7888 _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
7889 func_split_short_opt_arg=${1#??}
7890 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
7891
7892 _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
7893 case ${1} in
7894 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
7895 *) func_lo2o_result=${1} ;;
7896 esac])
7897
7898 _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo])
7899
7900 _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))])
7901
7902 _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}])
7903 fi
7904
7905 if test x"$lt_shell_append" = xyes; then
7906 _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"])
7907
7908 _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
7909 func_quote_for_eval "${2}"
7910 dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
7911 eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
7912
7913 # Save a `func_append' function call where possible by direct use of '+='
7914 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
7915 && mv -f "$cfgfile.tmp" "$cfgfile" \
7916 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7917 test 0 -eq $? || _lt_function_replace_fail=:
7918 else
7919 # Save a `func_append' function call even when '+=' is not available
7920 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
7921 && mv -f "$cfgfile.tmp" "$cfgfile" \
7922 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7923 test 0 -eq $? || _lt_function_replace_fail=:
7924 fi
7925
7926 if test x"$_lt_function_replace_fail" = x":"; then
7927 AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
7928 fi
7929 ])
7930
79318322 # _LT_PATH_CONVERSION_FUNCTIONS
79328323 # -----------------------------
7933 # Determine which file name conversion functions should be used by
8324 # Determine what file name conversion functions should be used by
79348325 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
79358326 # for certain cross-compile configurations and native mingw.
79368327 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
00 # Helper functions for option handling. -*- Autoconf -*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3 # Inc.
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
3 # Foundation, Inc.
44 # Written by Gary V. Vaughan, 2004
55 #
66 # This file is free software; the Free Software Foundation gives
77 # unlimited permission to copy and/or distribute it, with or without
88 # modifications, as long as this notice is preserved.
99
10 # serial 7 ltoptions.m4
10 # serial 8 ltoptions.m4
1111
1212 # This is to help aclocal find these macros, as it can't see m4_define.
1313 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2828 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
2929 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
3030 _LT_MANGLE_DEFUN([$1], [$2]),
31 [m4_warning([Unknown $1 option `$2'])])[]dnl
31 [m4_warning([Unknown $1 option '$2'])])[]dnl
3232 ])
3333
3434
7474 dnl
7575 dnl If no reference was made to various pairs of opposing options, then
7676 dnl we run the default mode handler for the pair. For example, if neither
77 dnl `shared' nor `disable-shared' was passed, we enable building of shared
77 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
7878 dnl archives by default:
7979 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
8080 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
8181 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
8282 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
83 [_LT_ENABLE_FAST_INSTALL])
83 [_LT_ENABLE_FAST_INSTALL])
84 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
85 [_LT_WITH_AIX_SONAME([aix])])
8486 ])
8587 ])# _LT_SET_OPTIONS
8688
111113 [_LT_SET_OPTION([LT_INIT], [dlopen])
112114 AC_DIAGNOSE([obsolete],
113115 [$0: Remove this warning and the call to _LT_SET_OPTION when you
114 put the `dlopen' option into LT_INIT's first parameter.])
116 put the 'dlopen' option into LT_INIT's first parameter.])
115117 ])
116118
117119 dnl aclocal-1.4 backwards compatibility:
147149 _LT_SET_OPTION([LT_INIT], [win32-dll])
148150 AC_DIAGNOSE([obsolete],
149151 [$0: Remove this warning and the call to _LT_SET_OPTION when you
150 put the `win32-dll' option into LT_INIT's first parameter.])
152 put the 'win32-dll' option into LT_INIT's first parameter.])
151153 ])
152154
153155 dnl aclocal-1.4 backwards compatibility:
156158
157159 # _LT_ENABLE_SHARED([DEFAULT])
158160 # ----------------------------
159 # implement the --enable-shared flag, and supports the `shared' and
160 # `disable-shared' LT_INIT options.
161 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
161 # implement the --enable-shared flag, and supports the 'shared' and
162 # 'disable-shared' LT_INIT options.
163 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
162164 m4_define([_LT_ENABLE_SHARED],
163165 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
164166 AC_ARG_ENABLE([shared],
171173 *)
172174 enable_shared=no
173175 # Look at the argument we got. We use all the common list separators.
174 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
176 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
175177 for pkg in $enableval; do
176 IFS="$lt_save_ifs"
178 IFS=$lt_save_ifs
177179 if test "X$pkg" = "X$p"; then
178180 enable_shared=yes
179181 fi
180182 done
181 IFS="$lt_save_ifs"
183 IFS=$lt_save_ifs
182184 ;;
183185 esac],
184186 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
210212
211213 # _LT_ENABLE_STATIC([DEFAULT])
212214 # ----------------------------
213 # implement the --enable-static flag, and support the `static' and
214 # `disable-static' LT_INIT options.
215 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
215 # implement the --enable-static flag, and support the 'static' and
216 # 'disable-static' LT_INIT options.
217 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
216218 m4_define([_LT_ENABLE_STATIC],
217219 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
218220 AC_ARG_ENABLE([static],
225227 *)
226228 enable_static=no
227229 # Look at the argument we got. We use all the common list separators.
228 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
230 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
229231 for pkg in $enableval; do
230 IFS="$lt_save_ifs"
232 IFS=$lt_save_ifs
231233 if test "X$pkg" = "X$p"; then
232234 enable_static=yes
233235 fi
234236 done
235 IFS="$lt_save_ifs"
237 IFS=$lt_save_ifs
236238 ;;
237239 esac],
238240 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
264266
265267 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
266268 # ----------------------------------
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
269 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
269 # implement the --enable-fast-install flag, and support the 'fast-install'
270 # and 'disable-fast-install' LT_INIT options.
271 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
270272 m4_define([_LT_ENABLE_FAST_INSTALL],
271273 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
272274 AC_ARG_ENABLE([fast-install],
279281 *)
280282 enable_fast_install=no
281283 # Look at the argument we got. We use all the common list separators.
282 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
284 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
283285 for pkg in $enableval; do
284 IFS="$lt_save_ifs"
286 IFS=$lt_save_ifs
285287 if test "X$pkg" = "X$p"; then
286288 enable_fast_install=yes
287289 fi
288290 done
289 IFS="$lt_save_ifs"
291 IFS=$lt_save_ifs
290292 ;;
291293 esac],
292294 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
303305 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
304306 AC_DIAGNOSE([obsolete],
305307 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
306 the `fast-install' option into LT_INIT's first parameter.])
308 the 'fast-install' option into LT_INIT's first parameter.])
307309 ])
308310
309311 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
310312 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
311313 AC_DIAGNOSE([obsolete],
312314 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
313 the `disable-fast-install' option into LT_INIT's first parameter.])
315 the 'disable-fast-install' option into LT_INIT's first parameter.])
314316 ])
315317
316318 dnl aclocal-1.4 backwards compatibility:
318320 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
319321
320322
323 # _LT_WITH_AIX_SONAME([DEFAULT])
324 # ----------------------------------
325 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
326 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
327 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
328 m4_define([_LT_WITH_AIX_SONAME],
329 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
330 shared_archive_member_spec=
331 case $host,$enable_shared in
332 power*-*-aix[[5-9]]*,yes)
333 AC_MSG_CHECKING([which variant of shared library versioning to provide])
334 AC_ARG_WITH([aix-soname],
335 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
336 [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
337 [case $withval in
338 aix|svr4|both)
339 ;;
340 *)
341 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
342 ;;
343 esac
344 lt_cv_with_aix_soname=$with_aix_soname],
345 [AC_CACHE_VAL([lt_cv_with_aix_soname],
346 [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
347 with_aix_soname=$lt_cv_with_aix_soname])
348 AC_MSG_RESULT([$with_aix_soname])
349 if test aix != "$with_aix_soname"; then
350 # For the AIX way of multilib, we name the shared archive member
351 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
352 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
353 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
354 # the AIX toolchain works better with OBJECT_MODE set (default 32).
355 if test 64 = "${OBJECT_MODE-32}"; then
356 shared_archive_member_spec=shr_64
357 else
358 shared_archive_member_spec=shr
359 fi
360 fi
361 ;;
362 *)
363 with_aix_soname=aix
364 ;;
365 esac
366
367 _LT_DECL([], [shared_archive_member_spec], [0],
368 [Shared archive member basename, for filename based shared library versioning on AIX])dnl
369 ])# _LT_WITH_AIX_SONAME
370
371 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
374
375
321376 # _LT_WITH_PIC([MODE])
322377 # --------------------
323 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
378 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
324379 # LT_INIT options.
325 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
380 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
326381 m4_define([_LT_WITH_PIC],
327382 [AC_ARG_WITH([pic],
328383 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
333388 *)
334389 pic_mode=default
335390 # Look at the argument we got. We use all the common list separators.
336 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
391 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
337392 for lt_pkg in $withval; do
338 IFS="$lt_save_ifs"
393 IFS=$lt_save_ifs
339394 if test "X$lt_pkg" = "X$lt_p"; then
340395 pic_mode=yes
341396 fi
342397 done
343 IFS="$lt_save_ifs"
398 IFS=$lt_save_ifs
344399 ;;
345400 esac],
346 [pic_mode=default])
347
348 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
401 [pic_mode=m4_default([$1], [default])])
349402
350403 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
351404 ])# _LT_WITH_PIC
358411 [_LT_SET_OPTION([LT_INIT], [pic-only])
359412 AC_DIAGNOSE([obsolete],
360413 [$0: Remove this warning and the call to _LT_SET_OPTION when you
361 put the `pic-only' option into LT_INIT's first parameter.])
414 put the 'pic-only' option into LT_INIT's first parameter.])
362415 ])
363416
364417 dnl aclocal-1.4 backwards compatibility:
00 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
3 # Foundation, Inc.
34 # Written by Gary V. Vaughan, 2004
45 #
56 # This file is free software; the Free Software Foundation gives
3233 # ------------
3334 # Manipulate m4 lists.
3435 # These macros are necessary as long as will still need to support
35 # Autoconf-2.59 which quotes differently.
36 # Autoconf-2.59, which quotes differently.
3637 m4_define([lt_car], [[$1]])
3738 m4_define([lt_cdr],
3839 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
4344
4445 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
4546 # ------------------------------------------
46 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
47 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
4748 # Note that neither SEPARATOR nor STRING are expanded; they are appended
4849 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
4950 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
00 # ltversion.m4 -- version numbers -*- Autoconf -*-
11 #
2 # Copyright (C) 2004 Free Software Foundation, Inc.
2 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
33 # Written by Scott James Remnant, 2004
44 #
55 # This file is free software; the Free Software Foundation gives
88
99 # @configure_input@
1010
11 # serial 3337 ltversion.m4
11 # serial 4179 ltversion.m4
1212 # This file is part of GNU Libtool
1313
14 m4_define([LT_PACKAGE_VERSION], [2.4.2])
15 m4_define([LT_PACKAGE_REVISION], [1.3337])
14 m4_define([LT_PACKAGE_VERSION], [2.4.6])
15 m4_define([LT_PACKAGE_REVISION], [2.4.6])
1616
1717 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.4.2'
19 macro_revision='1.3337'
18 [macro_version='2.4.6'
19 macro_revision='2.4.6'
2020 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2121 _LT_DECL(, macro_revision, 0)
2222 ])
00 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
3 # Foundation, Inc.
34 # Written by Scott James Remnant, 2004.
45 #
56 # This file is free software; the Free Software Foundation gives
1011
1112 # These exist entirely to fool aclocal when bootstrapping libtool.
1213 #
13 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
1415 # which have later been changed to m4_define as they aren't part of the
1516 # exported API, or moved to Autoconf or Automake where they belong.
1617 #
2425 # included after everything else. This provides aclocal with the
2526 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
2627 # because those macros already exist, or will be overwritten later.
27 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
28 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
2829 #
2930 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3031 # Yes, that means every name once taken will need to remain here until
22
33 scriptversion=2013-10-28.13; # UTC
44
5 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
101101 #endif
102102 }
103103
104 #ifndef __GNUC__
104105 #pragma mark --- class Stage ---
106 #endif
105107
106108 Stage::Stage()
107109 : oBuffer(0)
124126 return 0;
125127 }
126128
129 #ifndef __GNUC__
127130 #pragma mark --- class Normalizer ---
131 #endif
128132
129133 #include "NormalizationData.c"
130134
395399 return c;
396400 }
397401
402 #ifndef __GNUC__
398403 #pragma mark --- class Pass ---
404 #endif
399405
400406 Pass::Pass(const TableHeader* inTable, Converter* cnv)
401407 : converter(cnv)
12811287 return 0;
12821288 }
12831289
1290 #ifndef __GNUC__
12841291 #pragma mark --- class Converter ---
1292 #endif
12851293
12861294 Converter::Converter(const Byte* inTable, UInt32 inTableSize, bool inForward,
12871295 UInt16 inForm, UInt16 outForm)
19331941 return true;
19341942 }
19351943
1944 #ifndef __GNUC__
19361945 #pragma mark --- Public "C" API functions ---
1946 #endif
19371947
19381948 TECkit_Status
19391949 WINAPI
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
00 /*------------------------------------------------------------------------
1 Copyright (c) 2008-2014 SIL International. All rights reserved.
1 Copyright (c) 2008-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
11
22 const UInt8 ccPageMaps[][256] = {
33 {0,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,0,0,15,0,0,0,16,17,18,19,20,21,22,0,0,23,0,0,0,0,0,0,0,0,0,0,0,24,25,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,28,29,30,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,33,0},
4 {0,34,35,36,0,0,0,0,0,0,37,0,0,0,0,0,38,39,40,41,42,43,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4 {0,34,35,36,0,0,0,0,0,0,37,0,0,38,0,39,40,41,42,43,44,45,46,47,48,0,49,0,50,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,56,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
55 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
66 };
77
1111 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1212 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,230,230,230,230,220,230,230,230,222,220,230,230,230,230,230,230,220,220,220,220,220,220,230,230,220,230,230,222,228,230,10,11,12,13,14,15,16,17,18,19,19,20,21,22,0,23,0,24,25,0,230,220,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1313 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,30,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,29,30,31,32,33,34,230,230,220,220,230,230,230,230,230,220,230,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,230,230,230,230,220,230,0,0,230,230,0,220,230,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
14 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,230,220,230,230,220,220,220,230,220,220,230,220,230,230,230,220,230,220,230,220,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,220,230,0,0,0,0,0,0,0,0,0,0,0,0},
15 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,230,230,230,230,230,230,230,230,230,0,230,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,220,230,230,220,230,230,230,220,220,220,27,28,29,230,230,230,220,230,230,220,220,230,230,230,230,230},
16 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
14 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,230,220,230,230,220,220,220,230,220,220,230,220,230,230,230,220,230,220,230,220,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,220,230,0,0,0,0,0,0,0,0,0,220,0,0},
15 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,230,230,230,230,230,230,230,230,230,0,230,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,220,230,230,220,230,230,220,230,230,230,220,220,220,27,28,29,230,230,230,220,230,230,220,220,230,230,230,230,230},
16 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0},
1717 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1818 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
1919 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,84,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
20 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
20 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
2121 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,107,107,107,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,122,122,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
2222 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,220,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,130,0,132,0,0,0,0,0,130,130,130,130,0,0,130,0,230,230,9,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
2323 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
2828 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,220,220,220,220,220,220,230,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
2929 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0},
3030 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,1,220,220,220,220,220,230,230,220,220,220,220,230,0,1,1,1,1,1,1,1,0,0,0,0,220,0,0,0,0,0,0,230,0,0,0,230,230,0,0,0,0,0,0},
31 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,220,230,230,230,230,230,230,230,220,230,230,234,214,220,202,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,0,0,0,0,0,233,220,230,220},
31 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,220,230,230,230,230,230,230,230,220,230,230,234,214,220,202,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,232,228,228,220,0,230,233,220,230,220},
3232 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,1,1,230,230,230,230,1,1,1,230,230,0,0,0,0,230,0,0,0,1,1,230,220,230,1,1,220,220,220,220,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
3333 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
3434 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230},
3535 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,228,232,222,224,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
36 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,230,230,230,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
36 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,230,230,230,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
3737 {0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
3838 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
3939 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,230,230,220,0,0,230,230,0,0,0,0,0,230,230,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0},
4040 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4141 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
42 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,220,220,220,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
42 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,220,220,220,220,220,220,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4343 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0},
4444 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4545 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4646 {0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,1,220,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
47 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
48 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,230,230,230,220,230,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4749 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
48 {230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
50 {230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
4951 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
50 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
51 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
52 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
53 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5254 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5355 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
56 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
57 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
58 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
59 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
60 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5461 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0},
5562 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5663 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5764 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,216,1,1,1,0,0,0,226,216,216,216,216,216,0,0,0,0,0,0,0,0,220,220,220,220,220,220,220,220,0,0,230,230,230,230,230,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5865 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
66 {230,230,230,230,230,230,230,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,0,230,230,230,230,230,230,230,0,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
5967 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
68 {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
6069 };
6170
6271 const UInt8 dcPlaneMap[] = {0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3};
167167 TECkit_ResetConverter((TECkit_Converter)converter);
168168 OUTPUT:
169169 RETVAL
170 hr
170171
171172 void
172173 DESTROY(converter)
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
1414
1515 /*
1616 TECkit_Compiler.h
17 Copyright (c) 2002-2014 SIL International.
17 Copyright (c) 2002-2016 SIL International.
1818 */
1919
2020 #ifndef __TECkit_Compiler_H__
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
00 /*
11 TECkit_Compile.c
2 Copyright (c) 2002-2014 SIL International.
2 Copyright (c) 2002-2016 SIL International.
33
44 2004-03-12 updated to use v2.1 compiler
55 added -u option to force UTF8 mode
134134 if (mapFileName != 0) {
135135 // compile the mapping
136136 FILE* inFile = fopen(mapFileName, "rb");
137 long len;
137 size_t len;
138138 Byte* compiledTable;
139139 UInt32 compiledSize;
140140 TECkit_Status status;
164164 return 1; // not enough memory
165165 }
166166
167 fread(txt, len, 1, inFile);
167 if (fread(txt, len, 1, inFile) != 1) {
168 fprintf(stderr, "not enough data in mapping file\n");
169 return 1;
170 }
168171 fclose(inFile);
169172
170173 status = TECkit_CompileOpt(txt, len, &errFunc, 0, &compiledTable, &compiledSize,
00 /*
11 TxtConv.c
2 Copyright (c) 2002-2014 SIL International.
2 Copyright (c) 2002-2016 SIL International.
33
44 2008-01-23 jk revised endian-ness stuff to allow Universal build
55 5-May-2005 jk added include <stdlib.h> and <string.h> to keep gcc happy
5252 char outBuffer[kOutBufLen];
5353 UInt32 savedLen = 0;
5454 UInt32 offset = 0;
55 TECkit_Status status;
55 TECkit_Status status = kStatus_NeedMoreInput;
5656
5757 inBase = ftell(inFile);
5858 fseek(inFile, 0, SEEK_END);
6060 fseek(inFile, inBase, SEEK_SET);
6161
6262 while (1) {
63 UInt32 inUsed, outUsed, lookahead;
63 UInt32 inUsed = 0, outUsed = 0, lookahead = 0;
6464 UInt32 amountToRead = kInBufLen - savedLen;
6565 char* inPtr = inBuffer;
66 UInt32 inAvail;
66 UInt32 inAvail = savedLen;
6767
6868 if (offset + amountToRead > inLength)
6969 amountToRead = inLength - offset;
7070
71 inAvail = savedLen + amountToRead;
71 if (amountToRead > 0) {
72 amountToRead = fread(inBuffer + savedLen, 1, amountToRead, inFile);
73 offset += amountToRead;
74 inAvail += amountToRead;
75 }
76
7277 if (inAvail > 0) {
73 fread(inBuffer + savedLen, 1, amountToRead, inFile);
74 offset += amountToRead;
75
7678 status = TECkit_ConvertBufferOpt(cnv, (Byte*)inPtr, inAvail, &inUsed,
7779 (Byte*)outBuffer, kOutBufLen, &outUsed, opts, &lookahead);
7880 fwrite(outBuffer, 1, outUsed, outFile);
106108 fwrite(outBuffer, 1, outUsed, outFile);
107109 savedLen -= inUsed;
108110 inPtr += inUsed;
111 inUsed = 0;
109112 } while ((status & kStatusMask_Basic) == kStatus_OutputBufferFull);
110113
111114 if ((status & kStatusMask_Basic) == kStatus_UnmappedChar)
343346 return 1;
344347 }
345348
346 fread(table, 1, len, tecFile);
349 len = fread(table, 1, len, tecFile);
347350 fclose(tecFile);
348351
349352 status = forward
369372 // if the input is supposed to be Unicode, and the inForm is unspecified, try to guess it
370373 // or skip over the BOM if one is found that matches the specified inForm
371374 unsigned char sig[4];
375 size_t sigLen;
372376 if (inForm == kForm_Bytes) {
373377 fprintf(stderr, "improper input encoding form for this mapping");
374378 return 1;
376380
377381 switch (inForm) {
378382 case kForm_Unspecified:
379 fread(sig, 1, 4, inFile);
380 if (sig[0] == 0xef && sig[1] == 0xbb && sig[2] == 0xbf) {
383 sigLen = fread(sig, 1, 4, inFile);
384 if (sigLen >= 3 && sig[0] == 0xef && sig[1] == 0xbb && sig[2] == 0xbf) {
381385 inForm = kForm_UTF8;
382386 fseek(inFile, 3, SEEK_SET);
383387 }
384 else if (sig[0] == 0xfe && sig[1] == 0xff) {
388 else if (sigLen >= 2 && sig[0] == 0xfe && sig[1] == 0xff) {
385389 inForm = kForm_UTF16BE;
386390 fseek(inFile, 2, SEEK_SET);
387391 }
388 else if (sig[0] == 0xff && sig[1] == 0xfe && sig[2] == 0x00 && sig[3] == 0x00) {
392 else if (sigLen >= 4 && sig[0] == 0xff && sig[1] == 0xfe && sig[2] == 0x00 && sig[3] == 0x00) {
389393 inForm = kForm_UTF32LE;
390394 /* fseek(inFile, 4, SEEK_SET); */
391395 }
392 else if (sig[0] == 0xff && sig[1] == 0xfe) {
396 else if (sigLen >= 2 && sig[0] == 0xff && sig[1] == 0xfe) {
393397 inForm = kForm_UTF16LE;
394398 fseek(inFile, 2, SEEK_SET);
395399 }
396 else if (sig[0] == 0x00 && sig[1] == 0x00 && sig[2] == 0xfe && sig[3] == 0xff) {
400 else if (sigLen >= 4 && sig[0] == 0x00 && sig[1] == 0x00 && sig[2] == 0xfe && sig[3] == 0xff) {
397401 inForm = kForm_UTF32BE;
398402 /* fseek(inFile, 4, SEEK_SET); */
399403 }
404408 break;
405409
406410 case kForm_UTF8:
407 fread(sig, 1, 3, inFile);
408 if (!(sig[0] == 0xef && sig[1] == 0xbb && sig[2] == 0xbf))
411 sigLen = fread(sig, 1, 3, inFile);
412 if (sigLen >= 3 && !(sig[0] == 0xef && sig[1] == 0xbb && sig[2] == 0xbf))
409413 fseek(inFile, 0, SEEK_SET);
410414 break;
411415
412416 case kForm_UTF16BE:
413 fread(sig, 1, 2, inFile);
414 if (!(sig[0] == 0xfe && sig[1] == 0xff))
417 sigLen = fread(sig, 1, 2, inFile);
418 if (sigLen >= 2 && !(sig[0] == 0xfe && sig[1] == 0xff))
415419 fseek(inFile, 0, SEEK_SET);
416420 break;
417421
418422 case kForm_UTF16LE:
419 fread(sig, 1, 2, inFile);
420 if (!(sig[0] == 0xff && sig[1] == 0xfe))
423 sigLen = fread(sig, 1, 2, inFile);
424 if (sigLen >= 2 && !(sig[0] == 0xff && sig[1] == 0xfe))
421425 fseek(inFile, 0, SEEK_SET);
422426 break;
423427
424428 case kForm_UTF32BE:
425 fread(sig, 1, 4, inFile);
426 if (!(sig[0] == 0x00 && sig[1] == 0x00 && sig[2] == 0xfe && sig[3] == 0xff))
429 sigLen = fread(sig, 1, 4, inFile);
430 if (sigLen >= 4 && !(sig[0] == 0x00 && sig[1] == 0x00 && sig[2] == 0xfe && sig[3] == 0xff))
427431 fseek(inFile, 0, SEEK_SET);
428432 break;
429433
430434 case kForm_UTF32LE:
431 fread(sig, 1, 4, inFile);
432 if (!(sig[0] == 0xff && sig[1] == 0xfe && sig[2] == 0x00 && sig[3] == 0x00))
435 sigLen = fread(sig, 1, 4, inFile);
436 if (sigLen >= 4 && !(sig[0] == 0xff && sig[1] == 0xfe && sig[2] == 0x00 && sig[3] == 0x00))
433437 fseek(inFile, 0, SEEK_SET);
434438 break;
435439 }
00 /*------------------------------------------------------------------------
1 Copyright (C) 2002-2014 SIL International. All rights reserved.
1 Copyright (C) 2002-2016 SIL International. All rights reserved.
22
33 Distributable under the terms of either the Common Public License or the
44 GNU Lesser General Public License, as specified in the LICENSING.txt file.
00 #include "Compiler.h"
11
22 CharName gUnicodeNames[] = {
3 {0x1F9EE,"ABACUS"},
34 {0x23E6,"AC CURRENT"},
45 {0x2100,"ACCOUNT OF"},
56 {0x206D,"ACTIVATE ARABIC FORM SHAPING"},
89 {0x299F,"ACUTE ANGLE"},
910 {0x2101,"ADDRESSED TO THE SUBJECT"},
1011 {0x262C,"ADI SHAKTI"},
12 {0x1E944,"ADLAM ALIF LENGTHENER"},
13 {0x1E900,"ADLAM CAPITAL LETTER ALIF"},
14 {0x1E904,"ADLAM CAPITAL LETTER BA"},
15 {0x1E907,"ADLAM CAPITAL LETTER BHE"},
16 {0x1E915,"ADLAM CAPITAL LETTER CHI"},
17 {0x1E901,"ADLAM CAPITAL LETTER DAALI"},
18 {0x1E90D,"ADLAM CAPITAL LETTER DHA"},
19 {0x1E909,"ADLAM CAPITAL LETTER E"},
20 {0x1E90A,"ADLAM CAPITAL LETTER FA"},
21 {0x1E918,"ADLAM CAPITAL LETTER GA"},
22 {0x1E91E,"ADLAM CAPITAL LETTER GBE"},
23 {0x1E916,"ADLAM CAPITAL LETTER HA"},
24 {0x1E90B,"ADLAM CAPITAL LETTER I"},
25 {0x1E914,"ADLAM CAPITAL LETTER JIIM"},
26 {0x1E911,"ADLAM CAPITAL LETTER KAF"},
27 {0x1E91D,"ADLAM CAPITAL LETTER KHA"},
28 {0x1E920,"ADLAM CAPITAL LETTER KPO"},
29 {0x1E902,"ADLAM CAPITAL LETTER LAAM"},
30 {0x1E903,"ADLAM CAPITAL LETTER MIIM"},
31 {0x1E91B,"ADLAM CAPITAL LETTER NHA"},
32 {0x1E910,"ADLAM CAPITAL LETTER NUN"},
33 {0x1E919,"ADLAM CAPITAL LETTER NYA"},
34 {0x1E90C,"ADLAM CAPITAL LETTER O"},
35 {0x1E906,"ADLAM CAPITAL LETTER PE"},
36 {0x1E917,"ADLAM CAPITAL LETTER QAAF"},
37 {0x1E908,"ADLAM CAPITAL LETTER RA"},
38 {0x1E921,"ADLAM CAPITAL LETTER SHA"},
39 {0x1E905,"ADLAM CAPITAL LETTER SINNYIIYHE"},
40 {0x1E91A,"ADLAM CAPITAL LETTER TU"},
41 {0x1E913,"ADLAM CAPITAL LETTER U"},
42 {0x1E91C,"ADLAM CAPITAL LETTER VA"},
43 {0x1E90F,"ADLAM CAPITAL LETTER WAW"},
44 {0x1E912,"ADLAM CAPITAL LETTER YA"},
45 {0x1E90E,"ADLAM CAPITAL LETTER YHE"},
46 {0x1E91F,"ADLAM CAPITAL LETTER ZAL"},
47 {0x1E948,"ADLAM CONSONANT MODIFIER"},
48 {0x1E958,"ADLAM DIGIT EIGHT"},
49 {0x1E955,"ADLAM DIGIT FIVE"},
50 {0x1E954,"ADLAM DIGIT FOUR"},
51 {0x1E959,"ADLAM DIGIT NINE"},
52 {0x1E951,"ADLAM DIGIT ONE"},
53 {0x1E957,"ADLAM DIGIT SEVEN"},
54 {0x1E956,"ADLAM DIGIT SIX"},
55 {0x1E953,"ADLAM DIGIT THREE"},
56 {0x1E952,"ADLAM DIGIT TWO"},
57 {0x1E950,"ADLAM DIGIT ZERO"},
58 {0x1E949,"ADLAM GEMINATE CONSONANT MODIFIER"},
59 {0x1E946,"ADLAM GEMINATION MARK"},
60 {0x1E947,"ADLAM HAMZA"},
61 {0x1E95E,"ADLAM INITIAL EXCLAMATION MARK"},
62 {0x1E95F,"ADLAM INITIAL QUESTION MARK"},
63 {0x1E94A,"ADLAM NUKTA"},
64 {0x1E922,"ADLAM SMALL LETTER ALIF"},
65 {0x1E926,"ADLAM SMALL LETTER BA"},
66 {0x1E929,"ADLAM SMALL LETTER BHE"},
67 {0x1E937,"ADLAM SMALL LETTER CHI"},
68 {0x1E923,"ADLAM SMALL LETTER DAALI"},
69 {0x1E92F,"ADLAM SMALL LETTER DHA"},
70 {0x1E92B,"ADLAM SMALL LETTER E"},
71 {0x1E92C,"ADLAM SMALL LETTER FA"},
72 {0x1E93A,"ADLAM SMALL LETTER GA"},
73 {0x1E940,"ADLAM SMALL LETTER GBE"},
74 {0x1E938,"ADLAM SMALL LETTER HA"},
75 {0x1E92D,"ADLAM SMALL LETTER I"},
76 {0x1E936,"ADLAM SMALL LETTER JIIM"},
77 {0x1E933,"ADLAM SMALL LETTER KAF"},
78 {0x1E93F,"ADLAM SMALL LETTER KHA"},
79 {0x1E942,"ADLAM SMALL LETTER KPO"},
80 {0x1E924,"ADLAM SMALL LETTER LAAM"},
81 {0x1E925,"ADLAM SMALL LETTER MIIM"},
82 {0x1E93D,"ADLAM SMALL LETTER NHA"},
83 {0x1E932,"ADLAM SMALL LETTER NUN"},
84 {0x1E93B,"ADLAM SMALL LETTER NYA"},
85 {0x1E92E,"ADLAM SMALL LETTER O"},
86 {0x1E928,"ADLAM SMALL LETTER PE"},
87 {0x1E939,"ADLAM SMALL LETTER QAAF"},
88 {0x1E92A,"ADLAM SMALL LETTER RA"},
89 {0x1E943,"ADLAM SMALL LETTER SHA"},
90 {0x1E927,"ADLAM SMALL LETTER SINNYIIYHE"},
91 {0x1E93C,"ADLAM SMALL LETTER TU"},
92 {0x1E935,"ADLAM SMALL LETTER U"},
93 {0x1E93E,"ADLAM SMALL LETTER VA"},
94 {0x1E931,"ADLAM SMALL LETTER WAW"},
95 {0x1E934,"ADLAM SMALL LETTER YA"},
96 {0x1E930,"ADLAM SMALL LETTER YHE"},
97 {0x1E941,"ADLAM SMALL LETTER ZAL"},
98 {0x1E945,"ADLAM VOWEL LENGTHENER"},
99 {0x2BE5,"ADMETOS"},
11100 {0x1F39F,"ADMISSION TICKETS"},
101 {0x1F9D1,"ADULT"},
12102 {0x10102,"AEGEAN CHECK MARK"},
13103 {0x1013C,"AEGEAN DRY MEASURE FIRST SUBUNIT"},
14104 {0x1013D,"AEGEAN LIQUID MEASURE FIRST SUBUNIT"},
68158 {0x10100,"AEGEAN WORD SEPARATOR LINE"},
69159 {0x1F6A1,"AERIAL TRAMWAY"},
70160 {0x060B,"AFGHANI SIGN"},
161 {0x1171D,"AHOM CONSONANT SIGN MEDIAL LA"},
162 {0x1171F,"AHOM CONSONANT SIGN MEDIAL LIGATING RA"},
163 {0x1171E,"AHOM CONSONANT SIGN MEDIAL RA"},
164 {0x11738,"AHOM DIGIT EIGHT"},
165 {0x11735,"AHOM DIGIT FIVE"},
166 {0x11734,"AHOM DIGIT FOUR"},
167 {0x11739,"AHOM DIGIT NINE"},
168 {0x11731,"AHOM DIGIT ONE"},
169 {0x11737,"AHOM DIGIT SEVEN"},
170 {0x11736,"AHOM DIGIT SIX"},
171 {0x11733,"AHOM DIGIT THREE"},
172 {0x11732,"AHOM DIGIT TWO"},
173 {0x11730,"AHOM DIGIT ZERO"},
174 {0x11712,"AHOM LETTER A"},
175 {0x1171A,"AHOM LETTER ALTERNATE BA"},
176 {0x11716,"AHOM LETTER ALTERNATE GA"},
177 {0x11705,"AHOM LETTER ALTERNATE TA"},
178 {0x11708,"AHOM LETTER BA"},
179 {0x11718,"AHOM LETTER BHA"},
180 {0x1170B,"AHOM LETTER CHA"},
181 {0x11713,"AHOM LETTER DA"},
182 {0x11714,"AHOM LETTER DHA"},
183 {0x11715,"AHOM LETTER GA"},
184 {0x11717,"AHOM LETTER GHA"},
185 {0x11711,"AHOM LETTER HA"},
186 {0x1170A,"AHOM LETTER JA"},
187 {0x11719,"AHOM LETTER JHA"},
188 {0x11700,"AHOM LETTER KA"},
189 {0x11701,"AHOM LETTER KHA"},
190 {0x1170E,"AHOM LETTER LA"},
191 {0x11709,"AHOM LETTER MA"},
192 {0x11703,"AHOM LETTER NA"},
193 {0x11702,"AHOM LETTER NGA"},
194 {0x11710,"AHOM LETTER NYA"},
195 {0x11706,"AHOM LETTER PA"},
196 {0x11707,"AHOM LETTER PHA"},
197 {0x1170D,"AHOM LETTER RA"},
198 {0x1170F,"AHOM LETTER SA"},
199 {0x11704,"AHOM LETTER TA"},
200 {0x1170C,"AHOM LETTER THA"},
201 {0x1173A,"AHOM NUMBER TEN"},
202 {0x1173B,"AHOM NUMBER TWENTY"},
203 {0x1172B,"AHOM SIGN KILLER"},
204 {0x1173E,"AHOM SIGN RULAI"},
205 {0x1173D,"AHOM SIGN SECTION"},
206 {0x1173C,"AHOM SIGN SMALL SECTION"},
207 {0x1173F,"AHOM SYMBOL VI"},
208 {0x11720,"AHOM VOWEL SIGN A"},
209 {0x11721,"AHOM VOWEL SIGN AA"},
210 {0x11729,"AHOM VOWEL SIGN AI"},
211 {0x1172A,"AHOM VOWEL SIGN AM"},
212 {0x11727,"AHOM VOWEL SIGN AW"},
213 {0x11726,"AHOM VOWEL SIGN E"},
214 {0x11722,"AHOM VOWEL SIGN I"},
215 {0x11723,"AHOM VOWEL SIGN II"},
216 {0x11728,"AHOM VOWEL SIGN O"},
217 {0x11724,"AHOM VOWEL SIGN U"},
218 {0x11725,"AHOM VOWEL SIGN UU"},
71219 {0x2708,"AIRPLANE"},
72220 {0x1F6EC,"AIRPLANE ARRIVING"},
73221 {0x1F6EB,"AIRPLANE DEPARTURE"},
203351 {0x1F691,"AMBULANCE"},
204352 {0x1F3C8,"AMERICAN FOOTBALL"},
205353 {0x0026,"AMPERSAND"},
354 {0x1F3FA,"AMPHORA"},
355 {0x14400,"ANATOLIAN HIEROGLYPH A001"},
356 {0x14401,"ANATOLIAN HIEROGLYPH A002"},
357 {0x14402,"ANATOLIAN HIEROGLYPH A003"},
358 {0x14403,"ANATOLIAN HIEROGLYPH A004"},
359 {0x14404,"ANATOLIAN HIEROGLYPH A005"},
360 {0x14405,"ANATOLIAN HIEROGLYPH A006"},
361 {0x14406,"ANATOLIAN HIEROGLYPH A007"},
362 {0x14407,"ANATOLIAN HIEROGLYPH A008"},
363 {0x14408,"ANATOLIAN HIEROGLYPH A009"},
364 {0x14409,"ANATOLIAN HIEROGLYPH A010"},
365 {0x1440A,"ANATOLIAN HIEROGLYPH A010A"},
366 {0x1440B,"ANATOLIAN HIEROGLYPH A011"},
367 {0x1440C,"ANATOLIAN HIEROGLYPH A012"},
368 {0x1440D,"ANATOLIAN HIEROGLYPH A013"},
369 {0x1440E,"ANATOLIAN HIEROGLYPH A014"},
370 {0x1440F,"ANATOLIAN HIEROGLYPH A015"},
371 {0x14410,"ANATOLIAN HIEROGLYPH A016"},
372 {0x14411,"ANATOLIAN HIEROGLYPH A017"},
373 {0x14412,"ANATOLIAN HIEROGLYPH A018"},
374 {0x14413,"ANATOLIAN HIEROGLYPH A019"},
375 {0x14414,"ANATOLIAN HIEROGLYPH A020"},
376 {0x14415,"ANATOLIAN HIEROGLYPH A021"},
377 {0x14416,"ANATOLIAN HIEROGLYPH A022"},
378 {0x14417,"ANATOLIAN HIEROGLYPH A023"},
379 {0x14418,"ANATOLIAN HIEROGLYPH A024"},
380 {0x14419,"ANATOLIAN HIEROGLYPH A025"},
381 {0x1441A,"ANATOLIAN HIEROGLYPH A026"},
382 {0x1441B,"ANATOLIAN HIEROGLYPH A026A"},
383 {0x1441C,"ANATOLIAN HIEROGLYPH A027"},
384 {0x1441D,"ANATOLIAN HIEROGLYPH A028"},
385 {0x1441E,"ANATOLIAN HIEROGLYPH A029"},
386 {0x1441F,"ANATOLIAN HIEROGLYPH A030"},
387 {0x14420,"ANATOLIAN HIEROGLYPH A031"},
388 {0x14421,"ANATOLIAN HIEROGLYPH A032"},
389 {0x14422,"ANATOLIAN HIEROGLYPH A033"},
390 {0x14423,"ANATOLIAN HIEROGLYPH A034"},
391 {0x14424,"ANATOLIAN HIEROGLYPH A035"},
392 {0x14425,"ANATOLIAN HIEROGLYPH A036"},
393 {0x14426,"ANATOLIAN HIEROGLYPH A037"},
394 {0x14427,"ANATOLIAN HIEROGLYPH A038"},
395 {0x14428,"ANATOLIAN HIEROGLYPH A039"},
396 {0x14429,"ANATOLIAN HIEROGLYPH A039A"},
397 {0x1442A,"ANATOLIAN HIEROGLYPH A040"},
398 {0x1442B,"ANATOLIAN HIEROGLYPH A041"},
399 {0x1442C,"ANATOLIAN HIEROGLYPH A041A"},
400 {0x1442D,"ANATOLIAN HIEROGLYPH A042"},
401 {0x1442E,"ANATOLIAN HIEROGLYPH A043"},
402 {0x1442F,"ANATOLIAN HIEROGLYPH A044"},
403 {0x14430,"ANATOLIAN HIEROGLYPH A045"},
404 {0x14431,"ANATOLIAN HIEROGLYPH A045A"},
405 {0x14432,"ANATOLIAN HIEROGLYPH A046"},
406 {0x14433,"ANATOLIAN HIEROGLYPH A046A"},
407 {0x14434,"ANATOLIAN HIEROGLYPH A046B"},
408 {0x14435,"ANATOLIAN HIEROGLYPH A047"},
409 {0x14436,"ANATOLIAN HIEROGLYPH A048"},
410 {0x14437,"ANATOLIAN HIEROGLYPH A049"},
411 {0x14438,"ANATOLIAN HIEROGLYPH A050"},
412 {0x14439,"ANATOLIAN HIEROGLYPH A051"},
413 {0x1443A,"ANATOLIAN HIEROGLYPH A052"},
414 {0x1443B,"ANATOLIAN HIEROGLYPH A053"},
415 {0x1443C,"ANATOLIAN HIEROGLYPH A054"},
416 {0x1443D,"ANATOLIAN HIEROGLYPH A055"},
417 {0x1443E,"ANATOLIAN HIEROGLYPH A056"},
418 {0x1443F,"ANATOLIAN HIEROGLYPH A057"},
419 {0x14440,"ANATOLIAN HIEROGLYPH A058"},
420 {0x14441,"ANATOLIAN HIEROGLYPH A059"},
421 {0x14442,"ANATOLIAN HIEROGLYPH A060"},
422 {0x14443,"ANATOLIAN HIEROGLYPH A061"},
423 {0x14444,"ANATOLIAN HIEROGLYPH A062"},
424 {0x14445,"ANATOLIAN HIEROGLYPH A063"},
425 {0x14446,"ANATOLIAN HIEROGLYPH A064"},
426 {0x14447,"ANATOLIAN HIEROGLYPH A065"},
427 {0x14448,"ANATOLIAN HIEROGLYPH A066"},
428 {0x14449,"ANATOLIAN HIEROGLYPH A066A"},
429 {0x1444A,"ANATOLIAN HIEROGLYPH A066B"},
430 {0x1444B,"ANATOLIAN HIEROGLYPH A066C"},
431 {0x1444C,"ANATOLIAN HIEROGLYPH A067"},
432 {0x1444D,"ANATOLIAN HIEROGLYPH A068"},
433 {0x1444E,"ANATOLIAN HIEROGLYPH A069"},
434 {0x1444F,"ANATOLIAN HIEROGLYPH A070"},
435 {0x14450,"ANATOLIAN HIEROGLYPH A071"},
436 {0x14451,"ANATOLIAN HIEROGLYPH A072"},
437 {0x14452,"ANATOLIAN HIEROGLYPH A073"},
438 {0x14453,"ANATOLIAN HIEROGLYPH A074"},
439 {0x14454,"ANATOLIAN HIEROGLYPH A075"},
440 {0x14455,"ANATOLIAN HIEROGLYPH A076"},
441 {0x14456,"ANATOLIAN HIEROGLYPH A077"},
442 {0x14457,"ANATOLIAN HIEROGLYPH A078"},
443 {0x14458,"ANATOLIAN HIEROGLYPH A079"},
444 {0x14459,"ANATOLIAN HIEROGLYPH A080"},
445 {0x1445A,"ANATOLIAN HIEROGLYPH A081"},
446 {0x1445B,"ANATOLIAN HIEROGLYPH A082"},
447 {0x1445C,"ANATOLIAN HIEROGLYPH A083"},
448 {0x1445D,"ANATOLIAN HIEROGLYPH A084"},
449 {0x1445E,"ANATOLIAN HIEROGLYPH A085"},
450 {0x1445F,"ANATOLIAN HIEROGLYPH A086"},
451 {0x14460,"ANATOLIAN HIEROGLYPH A087"},
452 {0x14461,"ANATOLIAN HIEROGLYPH A088"},
453 {0x14462,"ANATOLIAN HIEROGLYPH A089"},
454 {0x14463,"ANATOLIAN HIEROGLYPH A090"},
455 {0x14464,"ANATOLIAN HIEROGLYPH A091"},
456 {0x14465,"ANATOLIAN HIEROGLYPH A092"},
457 {0x14466,"ANATOLIAN HIEROGLYPH A093"},
458 {0x14467,"ANATOLIAN HIEROGLYPH A094"},
459 {0x14468,"ANATOLIAN HIEROGLYPH A095"},
460 {0x14469,"ANATOLIAN HIEROGLYPH A096"},
461 {0x1446A,"ANATOLIAN HIEROGLYPH A097"},
462 {0x1446B,"ANATOLIAN HIEROGLYPH A097A"},
463 {0x1446C,"ANATOLIAN HIEROGLYPH A098"},
464 {0x1446D,"ANATOLIAN HIEROGLYPH A098A"},
465 {0x1446E,"ANATOLIAN HIEROGLYPH A099"},
466 {0x1446F,"ANATOLIAN HIEROGLYPH A100"},
467 {0x14470,"ANATOLIAN HIEROGLYPH A100A"},
468 {0x14471,"ANATOLIAN HIEROGLYPH A101"},
469 {0x14472,"ANATOLIAN HIEROGLYPH A101A"},
470 {0x14473,"ANATOLIAN HIEROGLYPH A102"},
471 {0x14474,"ANATOLIAN HIEROGLYPH A102A"},
472 {0x14475,"ANATOLIAN HIEROGLYPH A103"},
473 {0x14476,"ANATOLIAN HIEROGLYPH A104"},
474 {0x14477,"ANATOLIAN HIEROGLYPH A104A"},
475 {0x14478,"ANATOLIAN HIEROGLYPH A104B"},
476 {0x14479,"ANATOLIAN HIEROGLYPH A104C"},
477 {0x1447A,"ANATOLIAN HIEROGLYPH A105"},
478 {0x1447B,"ANATOLIAN HIEROGLYPH A105A"},
479 {0x1447C,"ANATOLIAN HIEROGLYPH A105B"},
480 {0x1447D,"ANATOLIAN HIEROGLYPH A106"},
481 {0x1447E,"ANATOLIAN HIEROGLYPH A107"},
482 {0x1447F,"ANATOLIAN HIEROGLYPH A107A"},
483 {0x14480,"ANATOLIAN HIEROGLYPH A107B"},
484 {0x14481,"ANATOLIAN HIEROGLYPH A107C"},
485 {0x14482,"ANATOLIAN HIEROGLYPH A108"},
486 {0x14483,"ANATOLIAN HIEROGLYPH A109"},
487 {0x14484,"ANATOLIAN HIEROGLYPH A110"},
488 {0x14485,"ANATOLIAN HIEROGLYPH A110A"},
489 {0x14486,"ANATOLIAN HIEROGLYPH A110B"},
490 {0x14487,"ANATOLIAN HIEROGLYPH A111"},
491 {0x14488,"ANATOLIAN HIEROGLYPH A112"},
492 {0x14489,"ANATOLIAN HIEROGLYPH A113"},
493 {0x1448A,"ANATOLIAN HIEROGLYPH A114"},
494 {0x1448B,"ANATOLIAN HIEROGLYPH A115"},
495 {0x1448C,"ANATOLIAN HIEROGLYPH A115A"},
496 {0x1448D,"ANATOLIAN HIEROGLYPH A116"},
497 {0x1448E,"ANATOLIAN HIEROGLYPH A117"},
498 {0x1448F,"ANATOLIAN HIEROGLYPH A118"},
499 {0x14490,"ANATOLIAN HIEROGLYPH A119"},
500 {0x14491,"ANATOLIAN HIEROGLYPH A120"},
501 {0x14492,"ANATOLIAN HIEROGLYPH A121"},
502 {0x14493,"ANATOLIAN HIEROGLYPH A122"},
503 {0x14494,"ANATOLIAN HIEROGLYPH A123"},
504 {0x14495,"ANATOLIAN HIEROGLYPH A124"},
505 {0x14496,"ANATOLIAN HIEROGLYPH A125"},
506 {0x14497,"ANATOLIAN HIEROGLYPH A125A"},
507 {0x14498,"ANATOLIAN HIEROGLYPH A126"},
508 {0x14499,"ANATOLIAN HIEROGLYPH A127"},
509 {0x1449A,"ANATOLIAN HIEROGLYPH A128"},
510 {0x1449B,"ANATOLIAN HIEROGLYPH A129"},
511 {0x1449C,"ANATOLIAN HIEROGLYPH A130"},
512 {0x1449D,"ANATOLIAN HIEROGLYPH A131"},
513 {0x1449E,"ANATOLIAN HIEROGLYPH A132"},
514 {0x1449F,"ANATOLIAN HIEROGLYPH A133"},
515 {0x144A0,"ANATOLIAN HIEROGLYPH A134"},
516 {0x144A1,"ANATOLIAN HIEROGLYPH A135"},
517 {0x144A2,"ANATOLIAN HIEROGLYPH A135A"},
518 {0x144A3,"ANATOLIAN HIEROGLYPH A136"},
519 {0x144A4,"ANATOLIAN HIEROGLYPH A137"},
520 {0x144A5,"ANATOLIAN HIEROGLYPH A138"},
521 {0x144A6,"ANATOLIAN HIEROGLYPH A139"},
522 {0x144A7,"ANATOLIAN HIEROGLYPH A140"},
523 {0x144A8,"ANATOLIAN HIEROGLYPH A141"},
524 {0x144A9,"ANATOLIAN HIEROGLYPH A142"},
525 {0x144AA,"ANATOLIAN HIEROGLYPH A143"},
526 {0x144AB,"ANATOLIAN HIEROGLYPH A144"},
527 {0x144AC,"ANATOLIAN HIEROGLYPH A145"},
528 {0x144AD,"ANATOLIAN HIEROGLYPH A146"},
529 {0x144AE,"ANATOLIAN HIEROGLYPH A147"},
530 {0x144AF,"ANATOLIAN HIEROGLYPH A148"},
531 {0x144B0,"ANATOLIAN HIEROGLYPH A149"},
532 {0x144B1,"ANATOLIAN HIEROGLYPH A150"},
533 {0x144B2,"ANATOLIAN HIEROGLYPH A151"},
534 {0x144B3,"ANATOLIAN HIEROGLYPH A152"},
535 {0x144B4,"ANATOLIAN HIEROGLYPH A153"},
536 {0x144B5,"ANATOLIAN HIEROGLYPH A154"},
537 {0x144B6,"ANATOLIAN HIEROGLYPH A155"},
538 {0x144B7,"ANATOLIAN HIEROGLYPH A156"},
539 {0x144B8,"ANATOLIAN HIEROGLYPH A157"},
540 {0x144B9,"ANATOLIAN HIEROGLYPH A158"},
541 {0x144BA,"ANATOLIAN HIEROGLYPH A159"},
542 {0x144BB,"ANATOLIAN HIEROGLYPH A160"},
543 {0x144BC,"ANATOLIAN HIEROGLYPH A161"},
544 {0x144BD,"ANATOLIAN HIEROGLYPH A162"},
545 {0x144BE,"ANATOLIAN HIEROGLYPH A163"},
546 {0x144BF,"ANATOLIAN HIEROGLYPH A164"},
547 {0x144C0,"ANATOLIAN HIEROGLYPH A165"},
548 {0x144C1,"ANATOLIAN HIEROGLYPH A166"},
549 {0x144C2,"ANATOLIAN HIEROGLYPH A167"},
550 {0x144C3,"ANATOLIAN HIEROGLYPH A168"},
551 {0x144C4,"ANATOLIAN HIEROGLYPH A169"},
552 {0x144C5,"ANATOLIAN HIEROGLYPH A170"},
553 {0x144C6,"ANATOLIAN HIEROGLYPH A171"},
554 {0x144C7,"ANATOLIAN HIEROGLYPH A172"},
555 {0x144C8,"ANATOLIAN HIEROGLYPH A173"},
556 {0x144C9,"ANATOLIAN HIEROGLYPH A174"},
557 {0x144CA,"ANATOLIAN HIEROGLYPH A175"},
558 {0x144CB,"ANATOLIAN HIEROGLYPH A176"},
559 {0x144CC,"ANATOLIAN HIEROGLYPH A177"},
560 {0x144CD,"ANATOLIAN HIEROGLYPH A178"},
561 {0x144CE,"ANATOLIAN HIEROGLYPH A179"},
562 {0x144CF,"ANATOLIAN HIEROGLYPH A180"},
563 {0x144D0,"ANATOLIAN HIEROGLYPH A181"},
564 {0x144D1,"ANATOLIAN HIEROGLYPH A182"},
565 {0x144D2,"ANATOLIAN HIEROGLYPH A183"},
566 {0x144D3,"ANATOLIAN HIEROGLYPH A184"},
567 {0x144D4,"ANATOLIAN HIEROGLYPH A185"},
568 {0x144D5,"ANATOLIAN HIEROGLYPH A186"},
569 {0x144D6,"ANATOLIAN HIEROGLYPH A187"},
570 {0x144D7,"ANATOLIAN HIEROGLYPH A188"},
571 {0x144D8,"ANATOLIAN HIEROGLYPH A189"},
572 {0x144D9,"ANATOLIAN HIEROGLYPH A190"},
573 {0x144DA,"ANATOLIAN HIEROGLYPH A191"},
574 {0x144DB,"ANATOLIAN HIEROGLYPH A192"},
575 {0x144DC,"ANATOLIAN HIEROGLYPH A193"},
576 {0x144DD,"ANATOLIAN HIEROGLYPH A194"},
577 {0x144DE,"ANATOLIAN HIEROGLYPH A195"},
578 {0x144DF,"ANATOLIAN HIEROGLYPH A196"},
579 {0x144E0,"ANATOLIAN HIEROGLYPH A197"},
580 {0x144E1,"ANATOLIAN HIEROGLYPH A198"},
581 {0x144E2,"ANATOLIAN HIEROGLYPH A199"},
582 {0x144E3,"ANATOLIAN HIEROGLYPH A200"},
583 {0x144E4,"ANATOLIAN HIEROGLYPH A201"},
584 {0x144E5,"ANATOLIAN HIEROGLYPH A202"},
585 {0x144E6,"ANATOLIAN HIEROGLYPH A202A"},
586 {0x144E7,"ANATOLIAN HIEROGLYPH A202B"},
587 {0x144E8,"ANATOLIAN HIEROGLYPH A203"},
588 {0x144E9,"ANATOLIAN HIEROGLYPH A204"},
589 {0x144EA,"ANATOLIAN HIEROGLYPH A205"},
590 {0x144EB,"ANATOLIAN HIEROGLYPH A206"},
591 {0x144EC,"ANATOLIAN HIEROGLYPH A207"},
592 {0x144ED,"ANATOLIAN HIEROGLYPH A207A"},
593 {0x144EE,"ANATOLIAN HIEROGLYPH A208"},
594 {0x144EF,"ANATOLIAN HIEROGLYPH A209"},
595 {0x144F0,"ANATOLIAN HIEROGLYPH A209A"},
596 {0x144F1,"ANATOLIAN HIEROGLYPH A210"},
597 {0x144F2,"ANATOLIAN HIEROGLYPH A211"},
598 {0x144F3,"ANATOLIAN HIEROGLYPH A212"},
599 {0x144F4,"ANATOLIAN HIEROGLYPH A213"},
600 {0x144F5,"ANATOLIAN HIEROGLYPH A214"},
601 {0x144F6,"ANATOLIAN HIEROGLYPH A215"},
602 {0x144F7,"ANATOLIAN HIEROGLYPH A215A"},
603 {0x144F8,"ANATOLIAN HIEROGLYPH A216"},
604 {0x144F9,"ANATOLIAN HIEROGLYPH A216A"},
605 {0x144FA,"ANATOLIAN HIEROGLYPH A217"},
606 {0x144FB,"ANATOLIAN HIEROGLYPH A218"},
607 {0x144FC,"ANATOLIAN HIEROGLYPH A219"},
608 {0x144FD,"ANATOLIAN HIEROGLYPH A220"},
609 {0x144FE,"ANATOLIAN HIEROGLYPH A221"},
610 {0x144FF,"ANATOLIAN HIEROGLYPH A222"},
611 {0x14500,"ANATOLIAN HIEROGLYPH A223"},
612 {0x14501,"ANATOLIAN HIEROGLYPH A224"},
613 {0x14502,"ANATOLIAN HIEROGLYPH A225"},
614 {0x14503,"ANATOLIAN HIEROGLYPH A226"},
615 {0x14504,"ANATOLIAN HIEROGLYPH A227"},
616 {0x14505,"ANATOLIAN HIEROGLYPH A227A"},
617 {0x14506,"ANATOLIAN HIEROGLYPH A228"},
618 {0x14507,"ANATOLIAN HIEROGLYPH A229"},
619 {0x14508,"ANATOLIAN HIEROGLYPH A230"},
620 {0x14509,"ANATOLIAN HIEROGLYPH A231"},
621 {0x1450A,"ANATOLIAN HIEROGLYPH A232"},
622 {0x1450B,"ANATOLIAN HIEROGLYPH A233"},
623 {0x1450C,"ANATOLIAN HIEROGLYPH A234"},
624 {0x1450D,"ANATOLIAN HIEROGLYPH A235"},
625 {0x1450E,"ANATOLIAN HIEROGLYPH A236"},
626 {0x1450F,"ANATOLIAN HIEROGLYPH A237"},
627 {0x14510,"ANATOLIAN HIEROGLYPH A238"},
628 {0x14511,"ANATOLIAN HIEROGLYPH A239"},
629 {0x14512,"ANATOLIAN HIEROGLYPH A240"},
630 {0x14513,"ANATOLIAN HIEROGLYPH A241"},
631 {0x14514,"ANATOLIAN HIEROGLYPH A242"},
632 {0x14515,"ANATOLIAN HIEROGLYPH A243"},
633 {0x14516,"ANATOLIAN HIEROGLYPH A244"},
634 {0x14517,"ANATOLIAN HIEROGLYPH A245"},
635 {0x14518,"ANATOLIAN HIEROGLYPH A246"},
636 {0x14519,"ANATOLIAN HIEROGLYPH A247"},
637 {0x1451A,"ANATOLIAN HIEROGLYPH A248"},
638 {0x1451B,"ANATOLIAN HIEROGLYPH A249"},
639 {0x1451C,"ANATOLIAN HIEROGLYPH A250"},
640 {0x1451D,"ANATOLIAN HIEROGLYPH A251"},
641 {0x1451E,"ANATOLIAN HIEROGLYPH A252"},
642 {0x1451F,"ANATOLIAN HIEROGLYPH A253"},
643 {0x14520,"ANATOLIAN HIEROGLYPH A254"},
644 {0x14521,"ANATOLIAN HIEROGLYPH A255"},
645 {0x14522,"ANATOLIAN HIEROGLYPH A256"},
646 {0x14523,"ANATOLIAN HIEROGLYPH A257"},
647 {0x14524,"ANATOLIAN HIEROGLYPH A258"},
648 {0x14525,"ANATOLIAN HIEROGLYPH A259"},
649 {0x14526,"ANATOLIAN HIEROGLYPH A260"},
650 {0x14527,"ANATOLIAN HIEROGLYPH A261"},
651 {0x14528,"ANATOLIAN HIEROGLYPH A262"},
652 {0x14529,"ANATOLIAN HIEROGLYPH A263"},
653 {0x1452A,"ANATOLIAN HIEROGLYPH A264"},
654 {0x1452B,"ANATOLIAN HIEROGLYPH A265"},
655 {0x1452C,"ANATOLIAN HIEROGLYPH A266"},
656 {0x1452D,"ANATOLIAN HIEROGLYPH A267"},
657 {0x1452E,"ANATOLIAN HIEROGLYPH A267A"},
658 {0x1452F,"ANATOLIAN HIEROGLYPH A268"},
659 {0x14530,"ANATOLIAN HIEROGLYPH A269"},
660 {0x14531,"ANATOLIAN HIEROGLYPH A270"},
661 {0x14532,"ANATOLIAN HIEROGLYPH A271"},
662 {0x14533,"ANATOLIAN HIEROGLYPH A272"},
663 {0x14534,"ANATOLIAN HIEROGLYPH A273"},
664 {0x14535,"ANATOLIAN HIEROGLYPH A274"},
665 {0x14536,"ANATOLIAN HIEROGLYPH A275"},
666 {0x14537,"ANATOLIAN HIEROGLYPH A276"},
667 {0x14538,"ANATOLIAN HIEROGLYPH A277"},
668 {0x14539,"ANATOLIAN HIEROGLYPH A278"},
669 {0x1453A,"ANATOLIAN HIEROGLYPH A279"},
670 {0x1453B,"ANATOLIAN HIEROGLYPH A280"},
671 {0x1453C,"ANATOLIAN HIEROGLYPH A281"},
672 {0x1453D,"ANATOLIAN HIEROGLYPH A282"},
673 {0x1453E,"ANATOLIAN HIEROGLYPH A283"},
674 {0x1453F,"ANATOLIAN HIEROGLYPH A284"},
675 {0x14540,"ANATOLIAN HIEROGLYPH A285"},
676 {0x14541,"ANATOLIAN HIEROGLYPH A286"},
677 {0x14542,"ANATOLIAN HIEROGLYPH A287"},
678 {0x14543,"ANATOLIAN HIEROGLYPH A288"},
679 {0x14544,"ANATOLIAN HIEROGLYPH A289"},
680 {0x14545,"ANATOLIAN HIEROGLYPH A289A"},
681 {0x14546,"ANATOLIAN HIEROGLYPH A290"},
682 {0x14547,"ANATOLIAN HIEROGLYPH A291"},
683 {0x14548,"ANATOLIAN HIEROGLYPH A292"},
684 {0x14549,"ANATOLIAN HIEROGLYPH A293"},
685 {0x1454A,"ANATOLIAN HIEROGLYPH A294"},
686 {0x1454B,"ANATOLIAN HIEROGLYPH A294A"},
687 {0x1454C,"ANATOLIAN HIEROGLYPH A295"},
688 {0x1454D,"ANATOLIAN HIEROGLYPH A296"},
689 {0x1454E,"ANATOLIAN HIEROGLYPH A297"},
690 {0x1454F,"ANATOLIAN HIEROGLYPH A298"},
691 {0x14550,"ANATOLIAN HIEROGLYPH A299"},
692 {0x14551,"ANATOLIAN HIEROGLYPH A299A"},
693 {0x14552,"ANATOLIAN HIEROGLYPH A300"},
694 {0x14553,"ANATOLIAN HIEROGLYPH A301"},
695 {0x14554,"ANATOLIAN HIEROGLYPH A302"},
696 {0x14555,"ANATOLIAN HIEROGLYPH A303"},
697 {0x14556,"ANATOLIAN HIEROGLYPH A304"},
698 {0x14557,"ANATOLIAN HIEROGLYPH A305"},
699 {0x14558,"ANATOLIAN HIEROGLYPH A306"},
700 {0x14559,"ANATOLIAN HIEROGLYPH A307"},
701 {0x1455A,"ANATOLIAN HIEROGLYPH A308"},
702 {0x1455B,"ANATOLIAN HIEROGLYPH A309"},
703 {0x1455C,"ANATOLIAN HIEROGLYPH A309A"},
704 {0x1455D,"ANATOLIAN HIEROGLYPH A310"},
705 {0x1455E,"ANATOLIAN HIEROGLYPH A311"},
706 {0x1455F,"ANATOLIAN HIEROGLYPH A312"},
707 {0x14560,"ANATOLIAN HIEROGLYPH A313"},
708 {0x14561,"ANATOLIAN HIEROGLYPH A314"},
709 {0x14562,"ANATOLIAN HIEROGLYPH A315"},
710 {0x14563,"ANATOLIAN HIEROGLYPH A316"},
711 {0x14564,"ANATOLIAN HIEROGLYPH A317"},
712 {0x14565,"ANATOLIAN HIEROGLYPH A318"},
713 {0x14566,"ANATOLIAN HIEROGLYPH A319"},
714 {0x14567,"ANATOLIAN HIEROGLYPH A320"},
715 {0x14568,"ANATOLIAN HIEROGLYPH A321"},
716 {0x14569,"ANATOLIAN HIEROGLYPH A322"},
717 {0x1456A,"ANATOLIAN HIEROGLYPH A323"},
718 {0x1456B,"ANATOLIAN HIEROGLYPH A324"},
719 {0x1456C,"ANATOLIAN HIEROGLYPH A325"},
720 {0x1456D,"ANATOLIAN HIEROGLYPH A326"},
721 {0x1456E,"ANATOLIAN HIEROGLYPH A327"},
722 {0x1456F,"ANATOLIAN HIEROGLYPH A328"},
723 {0x14570,"ANATOLIAN HIEROGLYPH A329"},
724 {0x14571,"ANATOLIAN HIEROGLYPH A329A"},
725 {0x14572,"ANATOLIAN HIEROGLYPH A330"},
726 {0x14573,"ANATOLIAN HIEROGLYPH A331"},
727 {0x14574,"ANATOLIAN HIEROGLYPH A332A"},
728 {0x14575,"ANATOLIAN HIEROGLYPH A332B"},
729 {0x14576,"ANATOLIAN HIEROGLYPH A332C"},
730 {0x14577,"ANATOLIAN HIEROGLYPH A333"},
731 {0x14578,"ANATOLIAN HIEROGLYPH A334"},
732 {0x14579,"ANATOLIAN HIEROGLYPH A335"},
733 {0x1457A,"ANATOLIAN HIEROGLYPH A336"},
734 {0x1457B,"ANATOLIAN HIEROGLYPH A336A"},
735 {0x1457C,"ANATOLIAN HIEROGLYPH A336B"},
736 {0x1457D,"ANATOLIAN HIEROGLYPH A336C"},
737 {0x1457E,"ANATOLIAN HIEROGLYPH A337"},
738 {0x1457F,"ANATOLIAN HIEROGLYPH A338"},
739 {0x14580,"ANATOLIAN HIEROGLYPH A339"},
740 {0x14581,"ANATOLIAN HIEROGLYPH A340"},
741 {0x14582,"ANATOLIAN HIEROGLYPH A341"},
742 {0x14583,"ANATOLIAN HIEROGLYPH A342"},
743 {0x14584,"ANATOLIAN HIEROGLYPH A343"},
744 {0x14585,"ANATOLIAN HIEROGLYPH A344"},
745 {0x14586,"ANATOLIAN HIEROGLYPH A345"},
746 {0x14587,"ANATOLIAN HIEROGLYPH A346"},
747 {0x14588,"ANATOLIAN HIEROGLYPH A347"},
748 {0x14589,"ANATOLIAN HIEROGLYPH A348"},
749 {0x1458A,"ANATOLIAN HIEROGLYPH A349"},
750 {0x1458B,"ANATOLIAN HIEROGLYPH A350"},
751 {0x1458C,"ANATOLIAN HIEROGLYPH A351"},
752 {0x1458D,"ANATOLIAN HIEROGLYPH A352"},
753 {0x1458E,"ANATOLIAN HIEROGLYPH A353"},
754 {0x1458F,"ANATOLIAN HIEROGLYPH A354"},
755 {0x14590,"ANATOLIAN HIEROGLYPH A355"},
756 {0x14591,"ANATOLIAN HIEROGLYPH A356"},
757 {0x14592,"ANATOLIAN HIEROGLYPH A357"},
758 {0x14593,"ANATOLIAN HIEROGLYPH A358"},
759 {0x14594,"ANATOLIAN HIEROGLYPH A359"},
760 {0x14595,"ANATOLIAN HIEROGLYPH A359A"},
761 {0x14596,"ANATOLIAN HIEROGLYPH A360"},
762 {0x14597,"ANATOLIAN HIEROGLYPH A361"},
763 {0x14598,"ANATOLIAN HIEROGLYPH A362"},
764 {0x14599,"ANATOLIAN HIEROGLYPH A363"},
765 {0x1459A,"ANATOLIAN HIEROGLYPH A364"},
766 {0x1459B,"ANATOLIAN HIEROGLYPH A364A"},
767 {0x1459C,"ANATOLIAN HIEROGLYPH A365"},
768 {0x1459D,"ANATOLIAN HIEROGLYPH A366"},
769 {0x1459E,"ANATOLIAN HIEROGLYPH A367"},
770 {0x1459F,"ANATOLIAN HIEROGLYPH A368"},
771 {0x145A0,"ANATOLIAN HIEROGLYPH A368A"},
772 {0x145A1,"ANATOLIAN HIEROGLYPH A369"},
773 {0x145A2,"ANATOLIAN HIEROGLYPH A370"},
774 {0x145A3,"ANATOLIAN HIEROGLYPH A371"},
775 {0x145A4,"ANATOLIAN HIEROGLYPH A371A"},
776 {0x145A5,"ANATOLIAN HIEROGLYPH A372"},
777 {0x145A6,"ANATOLIAN HIEROGLYPH A373"},
778 {0x145A7,"ANATOLIAN HIEROGLYPH A374"},
779 {0x145A8,"ANATOLIAN HIEROGLYPH A375"},
780 {0x145A9,"ANATOLIAN HIEROGLYPH A376"},
781 {0x145AA,"ANATOLIAN HIEROGLYPH A377"},
782 {0x145AB,"ANATOLIAN HIEROGLYPH A378"},
783 {0x145AC,"ANATOLIAN HIEROGLYPH A379"},
784 {0x145AD,"ANATOLIAN HIEROGLYPH A380"},
785 {0x145AE,"ANATOLIAN HIEROGLYPH A381"},
786 {0x145AF,"ANATOLIAN HIEROGLYPH A381A"},
787 {0x145B0,"ANATOLIAN HIEROGLYPH A382"},
788 {0x145B1,"ANATOLIAN HIEROGLYPH A383 RA OR RI"},
789 {0x145B2,"ANATOLIAN HIEROGLYPH A383A"},
790 {0x145B3,"ANATOLIAN HIEROGLYPH A384"},
791 {0x145B4,"ANATOLIAN HIEROGLYPH A385"},
792 {0x145B5,"ANATOLIAN HIEROGLYPH A386"},
793 {0x145B6,"ANATOLIAN HIEROGLYPH A386A"},
794 {0x145B7,"ANATOLIAN HIEROGLYPH A387"},
795 {0x145B8,"ANATOLIAN HIEROGLYPH A388"},
796 {0x145B9,"ANATOLIAN HIEROGLYPH A389"},
797 {0x145BA,"ANATOLIAN HIEROGLYPH A390"},
798 {0x145BB,"ANATOLIAN HIEROGLYPH A391"},
799 {0x145BC,"ANATOLIAN HIEROGLYPH A392"},
800 {0x145BD,"ANATOLIAN HIEROGLYPH A393 EIGHT"},
801 {0x145BE,"ANATOLIAN HIEROGLYPH A394"},
802 {0x145BF,"ANATOLIAN HIEROGLYPH A395"},
803 {0x145C0,"ANATOLIAN HIEROGLYPH A396"},
804 {0x145C1,"ANATOLIAN HIEROGLYPH A397"},
805 {0x145C2,"ANATOLIAN HIEROGLYPH A398"},
806 {0x145C3,"ANATOLIAN HIEROGLYPH A399"},
807 {0x145C4,"ANATOLIAN HIEROGLYPH A400"},
808 {0x145C5,"ANATOLIAN HIEROGLYPH A401"},
809 {0x145C6,"ANATOLIAN HIEROGLYPH A402"},
810 {0x145C7,"ANATOLIAN HIEROGLYPH A403"},
811 {0x145C8,"ANATOLIAN HIEROGLYPH A404"},
812 {0x145C9,"ANATOLIAN HIEROGLYPH A405"},
813 {0x145CA,"ANATOLIAN HIEROGLYPH A406"},
814 {0x145CB,"ANATOLIAN HIEROGLYPH A407"},
815 {0x145CC,"ANATOLIAN HIEROGLYPH A408"},
816 {0x145CD,"ANATOLIAN HIEROGLYPH A409"},
817 {0x145CE,"ANATOLIAN HIEROGLYPH A410 BEGIN LOGOGRAM MARK"},
818 {0x145CF,"ANATOLIAN HIEROGLYPH A410A END LOGOGRAM MARK"},
819 {0x145D0,"ANATOLIAN HIEROGLYPH A411"},
820 {0x145D1,"ANATOLIAN HIEROGLYPH A412"},
821 {0x145D2,"ANATOLIAN HIEROGLYPH A413"},
822 {0x145D3,"ANATOLIAN HIEROGLYPH A414"},
823 {0x145D4,"ANATOLIAN HIEROGLYPH A415"},
824 {0x145D5,"ANATOLIAN HIEROGLYPH A416"},
825 {0x145D6,"ANATOLIAN HIEROGLYPH A417"},
826 {0x145D7,"ANATOLIAN HIEROGLYPH A418"},
827 {0x145D8,"ANATOLIAN HIEROGLYPH A419"},
828 {0x145D9,"ANATOLIAN HIEROGLYPH A420"},
829 {0x145DA,"ANATOLIAN HIEROGLYPH A421"},
830 {0x145DB,"ANATOLIAN HIEROGLYPH A422"},
831 {0x145DC,"ANATOLIAN HIEROGLYPH A423"},
832 {0x145DD,"ANATOLIAN HIEROGLYPH A424"},
833 {0x145DE,"ANATOLIAN HIEROGLYPH A425"},
834 {0x145DF,"ANATOLIAN HIEROGLYPH A426"},
835 {0x145E0,"ANATOLIAN HIEROGLYPH A427"},
836 {0x145E1,"ANATOLIAN HIEROGLYPH A428"},
837 {0x145E2,"ANATOLIAN HIEROGLYPH A429"},
838 {0x145E3,"ANATOLIAN HIEROGLYPH A430"},
839 {0x145E4,"ANATOLIAN HIEROGLYPH A431"},
840 {0x145E5,"ANATOLIAN HIEROGLYPH A432"},
841 {0x145E6,"ANATOLIAN HIEROGLYPH A433"},
842 {0x145E7,"ANATOLIAN HIEROGLYPH A434"},
843 {0x145E8,"ANATOLIAN HIEROGLYPH A435"},
844 {0x145E9,"ANATOLIAN HIEROGLYPH A436"},
845 {0x145EA,"ANATOLIAN HIEROGLYPH A437"},
846 {0x145EB,"ANATOLIAN HIEROGLYPH A438"},
847 {0x145EC,"ANATOLIAN HIEROGLYPH A439"},
848 {0x145ED,"ANATOLIAN HIEROGLYPH A440"},
849 {0x145EE,"ANATOLIAN HIEROGLYPH A441"},
850 {0x145EF,"ANATOLIAN HIEROGLYPH A442"},
851 {0x145F0,"ANATOLIAN HIEROGLYPH A443"},
852 {0x145F1,"ANATOLIAN HIEROGLYPH A444"},
853 {0x145F2,"ANATOLIAN HIEROGLYPH A445"},
854 {0x145F3,"ANATOLIAN HIEROGLYPH A446"},
855 {0x145F4,"ANATOLIAN HIEROGLYPH A447"},
856 {0x145F5,"ANATOLIAN HIEROGLYPH A448"},
857 {0x145F6,"ANATOLIAN HIEROGLYPH A449"},
858 {0x145F7,"ANATOLIAN HIEROGLYPH A450"},
859 {0x145F8,"ANATOLIAN HIEROGLYPH A450A"},
860 {0x145F9,"ANATOLIAN HIEROGLYPH A451"},
861 {0x145FA,"ANATOLIAN HIEROGLYPH A452"},
862 {0x145FB,"ANATOLIAN HIEROGLYPH A453"},
863 {0x145FC,"ANATOLIAN HIEROGLYPH A454"},
864 {0x145FD,"ANATOLIAN HIEROGLYPH A455"},
865 {0x145FE,"ANATOLIAN HIEROGLYPH A456"},
866 {0x145FF,"ANATOLIAN HIEROGLYPH A457"},
867 {0x14600,"ANATOLIAN HIEROGLYPH A457A"},
868 {0x14601,"ANATOLIAN HIEROGLYPH A458"},
869 {0x14602,"ANATOLIAN HIEROGLYPH A459"},
870 {0x14603,"ANATOLIAN HIEROGLYPH A460"},
871 {0x14604,"ANATOLIAN HIEROGLYPH A461"},
872 {0x14605,"ANATOLIAN HIEROGLYPH A462"},
873 {0x14606,"ANATOLIAN HIEROGLYPH A463"},
874 {0x14607,"ANATOLIAN HIEROGLYPH A464"},
875 {0x14608,"ANATOLIAN HIEROGLYPH A465"},
876 {0x14609,"ANATOLIAN HIEROGLYPH A466"},
877 {0x1460A,"ANATOLIAN HIEROGLYPH A467"},
878 {0x1460B,"ANATOLIAN HIEROGLYPH A468"},
879 {0x1460C,"ANATOLIAN HIEROGLYPH A469"},
880 {0x1460D,"ANATOLIAN HIEROGLYPH A470"},
881 {0x1460E,"ANATOLIAN HIEROGLYPH A471"},
882 {0x1460F,"ANATOLIAN HIEROGLYPH A472"},
883 {0x14610,"ANATOLIAN HIEROGLYPH A473"},
884 {0x14611,"ANATOLIAN HIEROGLYPH A474"},
885 {0x14612,"ANATOLIAN HIEROGLYPH A475"},
886 {0x14613,"ANATOLIAN HIEROGLYPH A476"},
887 {0x14614,"ANATOLIAN HIEROGLYPH A477"},
888 {0x14615,"ANATOLIAN HIEROGLYPH A478"},
889 {0x14616,"ANATOLIAN HIEROGLYPH A479"},
890 {0x14617,"ANATOLIAN HIEROGLYPH A480"},
891 {0x14618,"ANATOLIAN HIEROGLYPH A481"},
892 {0x14619,"ANATOLIAN HIEROGLYPH A482"},
893 {0x1461A,"ANATOLIAN HIEROGLYPH A483"},
894 {0x1461B,"ANATOLIAN HIEROGLYPH A484"},
895 {0x1461C,"ANATOLIAN HIEROGLYPH A485"},
896 {0x1461D,"ANATOLIAN HIEROGLYPH A486"},
897 {0x1461E,"ANATOLIAN HIEROGLYPH A487"},
898 {0x1461F,"ANATOLIAN HIEROGLYPH A488"},
899 {0x14620,"ANATOLIAN HIEROGLYPH A489"},
900 {0x14621,"ANATOLIAN HIEROGLYPH A490"},
901 {0x14622,"ANATOLIAN HIEROGLYPH A491"},
902 {0x14623,"ANATOLIAN HIEROGLYPH A492"},
903 {0x14624,"ANATOLIAN HIEROGLYPH A493"},
904 {0x14625,"ANATOLIAN HIEROGLYPH A494"},
905 {0x14626,"ANATOLIAN HIEROGLYPH A495"},
906 {0x14627,"ANATOLIAN HIEROGLYPH A496"},
907 {0x14628,"ANATOLIAN HIEROGLYPH A497"},
908 {0x14629,"ANATOLIAN HIEROGLYPH A501"},
909 {0x1462A,"ANATOLIAN HIEROGLYPH A502"},
910 {0x1462B,"ANATOLIAN HIEROGLYPH A503"},
911 {0x1462C,"ANATOLIAN HIEROGLYPH A504"},
912 {0x1462D,"ANATOLIAN HIEROGLYPH A505"},
913 {0x1462E,"ANATOLIAN HIEROGLYPH A506"},
914 {0x1462F,"ANATOLIAN HIEROGLYPH A507"},
915 {0x14630,"ANATOLIAN HIEROGLYPH A508"},
916 {0x14631,"ANATOLIAN HIEROGLYPH A509"},
917 {0x14632,"ANATOLIAN HIEROGLYPH A510"},
918 {0x14633,"ANATOLIAN HIEROGLYPH A511"},
919 {0x14634,"ANATOLIAN HIEROGLYPH A512"},
920 {0x14635,"ANATOLIAN HIEROGLYPH A513"},
921 {0x14636,"ANATOLIAN HIEROGLYPH A514"},
922 {0x14637,"ANATOLIAN HIEROGLYPH A515"},
923 {0x14638,"ANATOLIAN HIEROGLYPH A516"},
924 {0x14639,"ANATOLIAN HIEROGLYPH A517"},
925 {0x1463A,"ANATOLIAN HIEROGLYPH A518"},
926 {0x1463B,"ANATOLIAN HIEROGLYPH A519"},
927 {0x1463C,"ANATOLIAN HIEROGLYPH A520"},
928 {0x1463D,"ANATOLIAN HIEROGLYPH A521"},
929 {0x1463E,"ANATOLIAN HIEROGLYPH A522"},
930 {0x1463F,"ANATOLIAN HIEROGLYPH A523"},
931 {0x14640,"ANATOLIAN HIEROGLYPH A524"},
932 {0x14641,"ANATOLIAN HIEROGLYPH A525"},
933 {0x14642,"ANATOLIAN HIEROGLYPH A526"},
934 {0x14643,"ANATOLIAN HIEROGLYPH A527"},
935 {0x14644,"ANATOLIAN HIEROGLYPH A528"},
936 {0x14645,"ANATOLIAN HIEROGLYPH A529"},
937 {0x14646,"ANATOLIAN HIEROGLYPH A530"},
206938 {0x2693,"ANCHOR"},
207939 {0x27D1,"AND WITH DOT"},
208940 {0x1F4A2,"ANGER SYMBOL"},
2971029 {0x2351,"APL FUNCTIONAL SYMBOL UP TACK OVERBAR"},
2981030 {0x234F,"APL FUNCTIONAL SYMBOL UPWARDS VANE"},
2991031 {0x236C,"APL FUNCTIONAL SYMBOL ZILDE"},
1032 {0x2BE4,"APOLLON"},
3001033 {0x0027,"APOSTROPHE"},
3011034 {0x2250,"APPROACHES THE LIMIT"},
3021035 {0x2246,"APPROXIMATELY BUT NOT ACTUALLY EQUAL TO"},
3191052 {0xFE72,"ARABIC DAMMATAN ISOLATED FORM"},
3201053 {0x060D,"ARABIC DATE SEPARATOR"},
3211054 {0x066B,"ARABIC DECIMAL SEPARATOR"},
1055 {0x08E2,"ARABIC DISPUTED END OF AYAH"},
3221056 {0x08FB,"ARABIC DOUBLE RIGHT ARROWHEAD ABOVE"},
3231057 {0x08FC,"ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT"},
3241058 {0x06EB,"ARABIC EMPTY CENTRE HIGH STOP"},
3471081 {0x08F7,"ARABIC LEFT ARROWHEAD ABOVE"},
3481082 {0x08F9,"ARABIC LEFT ARROWHEAD BELOW"},
3491083 {0x06D5,"ARABIC LETTER AE"},
1084 {0x08BB,"ARABIC LETTER AFRICAN FEH"},
1085 {0x08BD,"ARABIC LETTER AFRICAN NOON"},
1086 {0x08BC,"ARABIC LETTER AFRICAN QAF"},
3501087 {0x0639,"ARABIC LETTER AIN"},
3511088 {0xFECA,"ARABIC LETTER AIN FINAL FORM"},
3521089 {0xFECB,"ARABIC LETTER AIN INITIAL FORM"},
3531090 {0xFEC9,"ARABIC LETTER AIN ISOLATED FORM"},
3541091 {0xFECC,"ARABIC LETTER AIN MEDIAL FORM"},
3551092 {0x06A0,"ARABIC LETTER AIN WITH THREE DOTS ABOVE"},
1093 {0x08B3,"ARABIC LETTER AIN WITH THREE DOTS BELOW"},
3561094 {0x075E,"ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE"},
3571095 {0x075D,"ARABIC LETTER AIN WITH TWO DOTS ABOVE"},
3581096 {0x075F,"ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE"},
3911129 {0x0751,"ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE"},
3921130 {0x08A1,"ARABIC LETTER BEH WITH HAMZA ABOVE"},
3931131 {0x0755,"ARABIC LETTER BEH WITH INVERTED SMALL V BELOW"},
1132 {0x08B6,"ARABIC LETTER BEH WITH SMALL MEEM ABOVE"},
3941133 {0x0756,"ARABIC LETTER BEH WITH SMALL V"},
3951134 {0x08A0,"ARABIC LETTER BEH WITH SMALL V BELOW"},
3961135 {0x0750,"ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW"},
5421281 {0xFED9,"ARABIC LETTER KAF ISOLATED FORM"},
5431282 {0xFEDC,"ARABIC LETTER KAF MEDIAL FORM"},
5441283 {0x06AC,"ARABIC LETTER KAF WITH DOT ABOVE"},
1284 {0x08B4,"ARABIC LETTER KAF WITH DOT BELOW"},
5451285 {0x06AB,"ARABIC LETTER KAF WITH RING"},
5461286 {0x06AE,"ARABIC LETTER KAF WITH THREE DOTS BELOW"},
5471287 {0x077F,"ARABIC LETTER KAF WITH TWO DOTS ABOVE"},
6251365 {0xFB58,"ARABIC LETTER PEH INITIAL FORM"},
6261366 {0xFB56,"ARABIC LETTER PEH ISOLATED FORM"},
6271367 {0xFB59,"ARABIC LETTER PEH MEDIAL FORM"},
1368 {0x08B7,"ARABIC LETTER PEH WITH SMALL MEEM ABOVE"},
6281369 {0x06A6,"ARABIC LETTER PEHEH"},
6291370 {0xFB6F,"ARABIC LETTER PEHEH FINAL FORM"},
6301371 {0xFB70,"ARABIC LETTER PEHEH INITIAL FORM"},
6491390 {0x08AA,"ARABIC LETTER REH WITH LOOP"},
6501391 {0x0693,"ARABIC LETTER REH WITH RING"},
6511392 {0x0771,"ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"},
1393 {0x08B9,"ARABIC LETTER REH WITH SMALL NOON ABOVE"},
6521394 {0x0692,"ARABIC LETTER REH WITH SMALL V"},
6531395 {0x0695,"ARABIC LETTER REH WITH SMALL V BELOW"},
6541396 {0x075B,"ARABIC LETTER REH WITH STROKE"},
7211463 {0xFE93,"ARABIC LETTER TEH MARBUTA ISOLATED FORM"},
7221464 {0xFE98,"ARABIC LETTER TEH MEDIAL FORM"},
7231465 {0x067C,"ARABIC LETTER TEH WITH RING"},
1466 {0x08B8,"ARABIC LETTER TEH WITH SMALL TEH ABOVE"},
7241467 {0x067D,"ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS"},
7251468 {0x067F,"ARABIC LETTER TEHEH"},
7261469 {0xFB63,"ARABIC LETTER TEHEH FINAL FORM"},
7951538 {0x06D1,"ARABIC LETTER YEH WITH THREE DOTS BELOW"},
7961539 {0x08A9,"ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE"},
7971540 {0x08A8,"ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE"},
1541 {0x08BA,"ARABIC LETTER YEH WITH TWO DOTS BELOW AND SMALL NOON ABOVE"},
7981542 {0x06C8,"ARABIC LETTER YU"},
7991543 {0xFBDC,"ARABIC LETTER YU FINAL FORM"},
8001544 {0xFBDB,"ARABIC LETTER YU ISOLATED FORM"},
14602204 {0x0614,"ARABIC SIGN TAKHALLUS"},
14612205 {0x0619,"ARABIC SMALL DAMMA"},
14622206 {0x0618,"ARABIC SMALL FATHA"},
2207 {0x08D6,"ARABIC SMALL HIGH AIN"},
14632208 {0x06E1,"ARABIC SMALL HIGH DOTLESS HEAD OF KHAH"},
2209 {0x08E0,"ARABIC SMALL HIGH FOOTNOTE MARKER"},
14642210 {0x06DA,"ARABIC SMALL HIGH JEEM"},
14652211 {0x06D9,"ARABIC SMALL HIGH LAM ALEF"},
14662212 {0x0616,"ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH"},
14702216 {0x06D8,"ARABIC SMALL HIGH MEEM INITIAL FORM"},
14712217 {0x06E2,"ARABIC SMALL HIGH MEEM ISOLATED FORM"},
14722218 {0x06E8,"ARABIC SMALL HIGH NOON"},
2219 {0x08D8,"ARABIC SMALL HIGH NOON WITH KASRA"},
2220 {0x08D7,"ARABIC SMALL HIGH QAF"},
14732221 {0x06DF,"ARABIC SMALL HIGH ROUNDED ZERO"},
2222 {0x08D5,"ARABIC SMALL HIGH SAD"},
14742223 {0x06DC,"ARABIC SMALL HIGH SEEN"},
2224 {0x08E1,"ARABIC SMALL HIGH SIGN SAFHA"},
14752225 {0x0615,"ARABIC SMALL HIGH TAH"},
14762226 {0x06DB,"ARABIC SMALL HIGH THREE DOTS"},
14772227 {0x06E0,"ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO"},
14782228 {0x08F3,"ARABIC SMALL HIGH WAW"},
2229 {0x08DC,"ARABIC SMALL HIGH WORD AN-NISF"},
2230 {0x08D4,"ARABIC SMALL HIGH WORD AR-RUB"},
2231 {0x08DB,"ARABIC SMALL HIGH WORD AS-SAJDA"},
2232 {0x08DA,"ARABIC SMALL HIGH WORD ATH-THALATHA"},
2233 {0x08DE,"ARABIC SMALL HIGH WORD QIF"},
2234 {0x08DD,"ARABIC SMALL HIGH WORD SAKTA"},
2235 {0x08DF,"ARABIC SMALL HIGH WORD WAQFA"},
14792236 {0x06E7,"ARABIC SMALL HIGH YEH"},
14802237 {0x0617,"ARABIC SMALL HIGH ZAIN"},
14812238 {0x061A,"ARABIC SMALL KASRA"},
14822239 {0x06ED,"ARABIC SMALL LOW MEEM"},
2240 {0x08D9,"ARABIC SMALL LOW NOON WITH KASRA"},
14832241 {0x06E3,"ARABIC SMALL LOW SEEN"},
2242 {0x08D3,"ARABIC SMALL LOW WAW"},
14842243 {0x06E5,"ARABIC SMALL WAW"},
14852244 {0x06E6,"ARABIC SMALL YEH"},
14862245 {0x06DE,"ARABIC START OF RUB EL HIZB"},
15152274 {0x08EB,"ARABIC TONE TWO DOTS ABOVE"},
15162275 {0x08EE,"ARABIC TONE TWO DOTS BELOW"},
15172276 {0x061E,"ARABIC TRIPLE DOT PUNCTUATION MARK"},
2277 {0x08E3,"ARABIC TURNED DAMMA BELOW"},
15182278 {0x065C,"ARABIC VOWEL SIGN DOT BELOW"},
15192279 {0x065B,"ARABIC VOWEL SIGN INVERTED SMALL V ABOVE"},
15202280 {0x065A,"ARABIC VOWEL SIGN SMALL V ABOVE"},
16152375 {0x0577,"ARMENIAN SMALL LETTER SHA"},
16162376 {0x057F,"ARMENIAN SMALL LETTER TIWN"},
16172377 {0x0569,"ARMENIAN SMALL LETTER TO"},
2378 {0x0560,"ARMENIAN SMALL LETTER TURNED AYB"},
16182379 {0x057E,"ARMENIAN SMALL LETTER VEW"},
16192380 {0x0578,"ARMENIAN SMALL LETTER VO"},
16202381 {0x056D,"ARMENIAN SMALL LETTER XEH"},
16212382 {0x0575,"ARMENIAN SMALL LETTER YI"},
2383 {0x0588,"ARMENIAN SMALL LETTER YI WITH STROKE"},
16222384 {0x0582,"ARMENIAN SMALL LETTER YIWN"},
16232385 {0x0566,"ARMENIAN SMALL LETTER ZA"},
16242386 {0x056A,"ARMENIAN SMALL LETTER ZHE"},
16402402 {0x2217,"ASTERISK OPERATOR"},
16412403 {0x2042,"ASTERISM"},
16422404 {0x1F632,"ASTONISHED FACE"},
2405 {0x2BD9,"ASTRAEA"},
16432406 {0x26E2,"ASTRONOMICAL SYMBOL FOR URANUS"},
16442407 {0x2243,"ASYMPTOTICALLY EQUAL TO"},
16452408 {0x1F45F,"ATHLETIC SHOE"},
17032466 {0x10B2A,"AVESTAN LETTER YYE"},
17042467 {0x10B30,"AVESTAN LETTER ZE"},
17052468 {0x10B32,"AVESTAN LETTER ZHE"},
2469 {0x1F951,"AVOCADO"},
17062470 {0x1F476,"BABY"},
17072471 {0x1F47C,"BABY ANGEL"},
17082472 {0x1F37C,"BABY BOTTLE"},
17132477 {0x27AB,"BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW"},
17142478 {0x2B5B,"BACKSLANTED SOUTH ARROW WITH HOOKED TAIL"},
17152479 {0x2B5D,"BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL"},
2480 {0x1F953,"BACON"},
17162481 {0x1F42B,"BACTRIAN CAMEL"},
2482 {0x1F9A1,"BADGER"},
2483 {0x1F3F8,"BADMINTON RACQUET AND SHUTTLECOCK"},
2484 {0x1F96F,"BAGEL"},
17172485 {0x1F6C4,"BAGGAGE CLAIM"},
2486 {0x1F956,"BAGUETTE BREAD"},
17182487 {0x1B44,"BALINESE ADEG ADEG"},
17192488 {0x1B5D,"BALINESE CARIK PAMUNGKAH"},
17202489 {0x1B5F,"BALINESE CARIK PAREREN"},
18362605 {0x1B36,"BALINESE VOWEL SIGN ULU"},
18372606 {0x1B37,"BALINESE VOWEL SIGN ULU SARI"},
18382607 {0x1B5C,"BALINESE WINDU"},
2608 {0x1F9F6,"BALL OF YARN"},
18392609 {0x1F388,"BALLOON"},
18402610 {0x2749,"BALLOON-SPOKED ASTERISK"},
18412611 {0x1F5F6,"BALLOT BOLD SCRIPT X"},
25133283 {0x1F4B7,"BANKNOTE WITH POUND SIGN"},
25143284 {0x1F4B4,"BANKNOTE WITH YEN SIGN"},
25153285 {0x1F4CA,"BAR CHART"},
3286 {0x1F9FC,"BAR OF SOAP"},
25163287 {0x1F488,"BARBER POLE"},
25173288 {0x26BE,"BASEBALL"},
3289 {0x1F9FA,"BASKET"},
25183290 {0x1F3C0,"BASKETBALL AND HOOP"},
25193291 {0x16AF0,"BASSA VAH COMBINING HIGH TONE"},
25203292 {0x16AF4,"BASSA VAH COMBINING HIGH-LOW TONE"},
25523324 {0x16AE4,"BASSA VAH LETTER YEIN"},
25533325 {0x16AD5,"BASSA VAH LETTER YIE"},
25543326 {0x16ADC,"BASSA VAH LETTER ZO"},
3327 {0x1F987,"BAT"},
25553328 {0x1BF1,"BATAK CONSONANT SIGN H"},
25563329 {0x1BF0,"BATAK CONSONANT SIGN NG"},
25573330 {0x1BC0,"BATAK LETTER A"},
26173390 {0x266B,"BEAMED EIGHTH NOTES"},
26183391 {0x266C,"BEAMED SIXTEENTH NOTES"},
26193392 {0x1F43B,"BEAR FACE"},
3393 {0x1F9D4,"BEARDED PERSON"},
26203394 {0x1F493,"BEATING HEART"},
26213395 {0x2235,"BECAUSE"},
26223396 {0x1F6CF,"BED"},
26253399 {0x237E,"BELL SYMBOL"},
26263400 {0x1F515,"BELL WITH CANCELLATION STROKE"},
26273401 {0x1F6CE,"BELLHOP BELL"},
3402 {0x09FD,"BENGALI ABBREVIATION SIGN"},
26283403 {0x0980,"BENGALI ANJI"},
26293404 {0x09D7,"BENGALI AU LENGTH MARK"},
26303405 {0x09F9,"BENGALI CURRENCY DENOMINATOR SIXTEEN"},
26913466 {0x09A0,"BENGALI LETTER TTHA"},
26923467 {0x0989,"BENGALI LETTER U"},
26933468 {0x098A,"BENGALI LETTER UU"},
3469 {0x09FC,"BENGALI LETTER VEDIC ANUSVARA"},
26943470 {0x098C,"BENGALI LETTER VOCALIC L"},
26953471 {0x09E1,"BENGALI LETTER VOCALIC LL"},
26963472 {0x098B,"BENGALI LETTER VOCALIC R"},
26993475 {0x09DF,"BENGALI LETTER YYA"},
27003476 {0x09F2,"BENGALI RUPEE MARK"},
27013477 {0x09F3,"BENGALI RUPEE SIGN"},
3478 {0x09FE,"BENGALI SANDHI MARK"},
27023479 {0x0982,"BENGALI SIGN ANUSVARA"},
27033480 {0x09BD,"BENGALI SIGN AVAGRAHA"},
27043481 {0x0981,"BENGALI SIGN CANDRABINDU"},
27243501 {0x23E3,"BENZENE RING WITH CIRCLE"},
27253502 {0x2136,"BET SYMBOL"},
27263503 {0x226C,"BETWEEN"},
3504 {0x11C41,"BHAIKSUKI DANDA"},
3505 {0x11C58,"BHAIKSUKI DIGIT EIGHT"},
3506 {0x11C55,"BHAIKSUKI DIGIT FIVE"},
3507 {0x11C54,"BHAIKSUKI DIGIT FOUR"},
3508 {0x11C59,"BHAIKSUKI DIGIT NINE"},
3509 {0x11C51,"BHAIKSUKI DIGIT ONE"},
3510 {0x11C57,"BHAIKSUKI DIGIT SEVEN"},
3511 {0x11C56,"BHAIKSUKI DIGIT SIX"},
3512 {0x11C53,"BHAIKSUKI DIGIT THREE"},
3513 {0x11C52,"BHAIKSUKI DIGIT TWO"},
3514 {0x11C50,"BHAIKSUKI DIGIT ZERO"},
3515 {0x11C42,"BHAIKSUKI DOUBLE DANDA"},
3516 {0x11C44,"BHAIKSUKI GAP FILLER-1"},
3517 {0x11C45,"BHAIKSUKI GAP FILLER-2"},
3518 {0x11C6C,"BHAIKSUKI HUNDREDS UNIT MARK"},
3519 {0x11C00,"BHAIKSUKI LETTER A"},
3520 {0x11C01,"BHAIKSUKI LETTER AA"},
3521 {0x11C0B,"BHAIKSUKI LETTER AI"},
3522 {0x11C0D,"BHAIKSUKI LETTER AU"},
3523 {0x11C24,"BHAIKSUKI LETTER BA"},
3524 {0x11C25,"BHAIKSUKI LETTER BHA"},
3525 {0x11C13,"BHAIKSUKI LETTER CA"},
3526 {0x11C14,"BHAIKSUKI LETTER CHA"},
3527 {0x11C1F,"BHAIKSUKI LETTER DA"},
3528 {0x11C1A,"BHAIKSUKI LETTER DDA"},
3529 {0x11C1B,"BHAIKSUKI LETTER DDHA"},
3530 {0x11C20,"BHAIKSUKI LETTER DHA"},
3531 {0x11C0A,"BHAIKSUKI LETTER E"},
3532 {0x11C10,"BHAIKSUKI LETTER GA"},
3533 {0x11C11,"BHAIKSUKI LETTER GHA"},
3534 {0x11C2E,"BHAIKSUKI LETTER HA"},
3535 {0x11C02,"BHAIKSUKI LETTER I"},
3536 {0x11C03,"BHAIKSUKI LETTER II"},
3537 {0x11C15,"BHAIKSUKI LETTER JA"},
3538 {0x11C16,"BHAIKSUKI LETTER JHA"},
3539 {0x11C0E,"BHAIKSUKI LETTER KA"},
3540 {0x11C0F,"BHAIKSUKI LETTER KHA"},
3541 {0x11C29,"BHAIKSUKI LETTER LA"},
3542 {0x11C26,"BHAIKSUKI LETTER MA"},
3543 {0x11C21,"BHAIKSUKI LETTER NA"},
3544 {0x11C12,"BHAIKSUKI LETTER NGA"},
3545 {0x11C1C,"BHAIKSUKI LETTER NNA"},
3546 {0x11C17,"BHAIKSUKI LETTER NYA"},
3547 {0x11C0C,"BHAIKSUKI LETTER O"},
3548 {0x11C22,"BHAIKSUKI LETTER PA"},
3549 {0x11C23,"BHAIKSUKI LETTER PHA"},
3550 {0x11C28,"BHAIKSUKI LETTER RA"},
3551 {0x11C2D,"BHAIKSUKI LETTER SA"},
3552 {0x11C2B,"BHAIKSUKI LETTER SHA"},
3553 {0x11C2C,"BHAIKSUKI LETTER SSA"},
3554 {0x11C1D,"BHAIKSUKI LETTER TA"},
3555 {0x11C1E,"BHAIKSUKI LETTER THA"},
3556 {0x11C18,"BHAIKSUKI LETTER TTA"},
3557 {0x11C19,"BHAIKSUKI LETTER TTHA"},
3558 {0x11C04,"BHAIKSUKI LETTER U"},
3559 {0x11C05,"BHAIKSUKI LETTER UU"},
3560 {0x11C2A,"BHAIKSUKI LETTER VA"},
3561 {0x11C08,"BHAIKSUKI LETTER VOCALIC L"},
3562 {0x11C06,"BHAIKSUKI LETTER VOCALIC R"},
3563 {0x11C07,"BHAIKSUKI LETTER VOCALIC RR"},
3564 {0x11C27,"BHAIKSUKI LETTER YA"},
3565 {0x11C61,"BHAIKSUKI NUMBER EIGHT"},
3566 {0x11C6A,"BHAIKSUKI NUMBER EIGHTY"},
3567 {0x11C67,"BHAIKSUKI NUMBER FIFTY"},
3568 {0x11C5E,"BHAIKSUKI NUMBER FIVE"},
3569 {0x11C66,"BHAIKSUKI NUMBER FORTY"},
3570 {0x11C5D,"BHAIKSUKI NUMBER FOUR"},
3571 {0x11C62,"BHAIKSUKI NUMBER NINE"},
3572 {0x11C6B,"BHAIKSUKI NUMBER NINETY"},
3573 {0x11C5A,"BHAIKSUKI NUMBER ONE"},
3574 {0x11C60,"BHAIKSUKI NUMBER SEVEN"},
3575 {0x11C69,"BHAIKSUKI NUMBER SEVENTY"},
3576 {0x11C5F,"BHAIKSUKI NUMBER SIX"},
3577 {0x11C68,"BHAIKSUKI NUMBER SIXTY"},
3578 {0x11C63,"BHAIKSUKI NUMBER TEN"},
3579 {0x11C65,"BHAIKSUKI NUMBER THIRTY"},
3580 {0x11C5C,"BHAIKSUKI NUMBER THREE"},
3581 {0x11C64,"BHAIKSUKI NUMBER TWENTY"},
3582 {0x11C5B,"BHAIKSUKI NUMBER TWO"},
3583 {0x11C3D,"BHAIKSUKI SIGN ANUSVARA"},
3584 {0x11C40,"BHAIKSUKI SIGN AVAGRAHA"},
3585 {0x11C3C,"BHAIKSUKI SIGN CANDRABINDU"},
3586 {0x11C3F,"BHAIKSUKI SIGN VIRAMA"},
3587 {0x11C3E,"BHAIKSUKI SIGN VISARGA"},
3588 {0x11C2F,"BHAIKSUKI VOWEL SIGN AA"},
3589 {0x11C39,"BHAIKSUKI VOWEL SIGN AI"},
3590 {0x11C3B,"BHAIKSUKI VOWEL SIGN AU"},
3591 {0x11C38,"BHAIKSUKI VOWEL SIGN E"},
3592 {0x11C30,"BHAIKSUKI VOWEL SIGN I"},
3593 {0x11C31,"BHAIKSUKI VOWEL SIGN II"},
3594 {0x11C3A,"BHAIKSUKI VOWEL SIGN O"},
3595 {0x11C32,"BHAIKSUKI VOWEL SIGN U"},
3596 {0x11C33,"BHAIKSUKI VOWEL SIGN UU"},
3597 {0x11C36,"BHAIKSUKI VOWEL SIGN VOCALIC L"},
3598 {0x11C34,"BHAIKSUKI VOWEL SIGN VOCALIC R"},
3599 {0x11C35,"BHAIKSUKI VOWEL SIGN VOCALIC RR"},
3600 {0x11C43,"BHAIKSUKI WORD SEPARATOR"},
27273601 {0x1F6B2,"BICYCLE"},
27283602 {0x1F6B4,"BICYCLIST"},
27293603 {0x29F9,"BIG REVERSE SOLIDUS"},
27303604 {0x29F8,"BIG SOLIDUS"},
27313605 {0x1F459,"BIKINI"},
3606 {0x1F9E2,"BILLED CAP"},
27323607 {0x1F3B1,"BILLIARDS"},
27333608 {0x2623,"BIOHAZARD SIGN"},
27343609 {0x1F426,"BIRD"},
27353610 {0x1F382,"BIRTHDAY CAKE"},
3611 {0x20BF,"BITCOIN SIGN"},
27363612 {0x29D3,"BLACK BOWTIE"},
27373613 {0x272C,"BLACK CENTRE WHITE STAR"},
27383614 {0x265D,"BLACK CHESS BISHOP"},
27593635 {0x25C6,"BLACK DIAMOND"},
27603636 {0x2BC1,"BLACK DIAMOND CENTRED"},
27613637 {0x2756,"BLACK DIAMOND MINUS WHITE X"},
3638 {0x2BDE,"BLACK DIAMOND ON CROSS"},
27623639 {0x2666,"BLACK DIAMOND SUIT"},
27633640 {0x29EA,"BLACK DIAMOND WITH DOWN ARROW"},
27643641 {0x1F5A3,"BLACK DOWN POINTING BACKHAND INDEX"},
27753652 {0x1F5BF,"BLACK FOLDER"},
27763653 {0x2726,"BLACK FOUR POINTED STAR"},
27773654 {0x1F5AA,"BLACK HARD SHELL FLOPPY DISK"},
3655 {0x1F5A4,"BLACK HEART"},
27783656 {0x2665,"BLACK HEART SUIT"},
27793657 {0x2B22,"BLACK HEXAGON"},
27803658 {0x2B2C,"BLACK HORIZONTAL ELLIPSE"},
28953773 {0x1F786,"BOLD WHITE CIRCLE"},
28963774 {0x1F790,"BOLD WHITE SQUARE"},
28973775 {0x1F4A3,"BOMB"},
3776 {0x1F9B4,"BONE"},
28983777 {0x1F56E,"BOOK"},
28993778 {0x1F516,"BOOKMARK"},
29003779 {0x1F4D1,"BOOKMARK TABS"},
29473826 {0x310B,"BOPOMOFO LETTER N"},
29483827 {0x312B,"BOPOMOFO LETTER NG"},
29493828 {0x31AD,"BOPOMOFO LETTER NGG"},
3829 {0x312F,"BOPOMOFO LETTER NN"},
29503830 {0x311B,"BOPOMOFO LETTER O"},
3831 {0x312E,"BOPOMOFO LETTER O WITH DOT ABOVE"},
29513832 {0x31B1,"BOPOMOFO LETTER OM"},
29523833 {0x31B2,"BOPOMOFO LETTER ONG"},
29533834 {0x31A7,"BOPOMOFO LETTER ONN"},
29673848 {0x3113,"BOPOMOFO LETTER ZH"},
29683849 {0x31A1,"BOPOMOFO LETTER ZI"},
29693850 {0x31BA,"BOPOMOFO LETTER ZY"},
3851 {0x1F37E,"BOTTLE WITH POPPING CORK"},
29703852 {0x293B,"BOTTOM ARC ANTICLOCKWISE ARROW"},
29713853 {0x23DF,"BOTTOM CURLY BRACKET"},
29723854 {0x2BCB,"BOTTOM HALF BLACK CIRCLE"},
29833865 {0x23E1,"BOTTOM TORTOISE SHELL BRACKET"},
29843866 {0x1F490,"BOUQUET"},
29853867 {0x1F395,"BOUQUET OF FLOWERS"},
3868 {0x1F3F9,"BOW AND ARROW"},
3869 {0x1F54F,"BOWL OF HYGIEIA"},
3870 {0x1F963,"BOWL WITH SPOON"},
29863871 {0x1F3B3,"BOWLING"},
29873872 {0x22C8,"BOWTIE"},
29883873 {0x29D1,"BOWTIE WITH LEFT HALF BLACK"},
31154000 {0x256A,"BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE"},
31164001 {0x2561,"BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE"},
31174002 {0x255E,"BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE"},
4003 {0x1F94A,"BOXING GLOVE"},
31184004 {0x1F466,"BOY"},
31194005 {0x1F6C9,"BOYS SYMBOL"},
31204006 {0x11047,"BRAHMI DANDA"},
34824368 {0x2840,"BRAILLE PATTERN DOTS-7"},
34834369 {0x28C0,"BRAILLE PATTERN DOTS-78"},
34844370 {0x2880,"BRAILLE PATTERN DOTS-8"},
4371 {0x1F9E0,"BRAIN"},
34854372 {0x1F35E,"BREAD"},
4373 {0x1F931,"BREAST-FEEDING"},
34864374 {0x02D8,"BREVE"},
4375 {0x1F9F1,"BRICK"},
34874376 {0x1F470,"BRIDE WITH VEIL"},
34884377 {0x1F309,"BRIDGE AT NIGHT"},
34894378 {0x1F4BC,"BRIEFCASE"},
4379 {0x1F966,"BROCCOLI"},
34904380 {0x00A6,"BROKEN BAR"},
34914381 {0x238B,"BROKEN CIRCLE WITH NORTHWEST ARROW"},
34924382 {0x1F494,"BROKEN HEART"},
4383 {0x1F9F9,"BROOM"},
34934384 {0x1F41B,"BUG"},
34944385 {0x1A1F,"BUGINESE END OF SECTION"},
34954386 {0x1A15,"BUGINESE LETTER A"},
35474438 {0x1F56B,"BULLHORN"},
35484439 {0x1F56C,"BULLHORN WITH SOUND WAVES"},
35494440 {0x25CE,"BULLSEYE"},
4441 {0x1F32F,"BURRITO"},
35504442 {0x1F68C,"BUS"},
35514443 {0x1F68F,"BUS STOP"},
35524444 {0x1F464,"BUST IN SILHOUETTE"},
35534445 {0x1F465,"BUSTS IN SILHOUETTE"},
4446 {0x1F98B,"BUTTERFLY"},
35544447 {0x1D09C,"BYZANTINE MUSICAL SYMBOL AGOGI ARGI"},
35554448 {0x1D09B,"BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI"},
35564449 {0x1D09F,"BYZANTINE MUSICAL SYMBOL AGOGI GORGI"},
38014694 {0x2106,"CADA UNA"},
38024695 {0x2624,"CADUCEUS"},
38034696 {0x1F4C5,"CALENDAR"},
4697 {0x1F919,"CALL ME HAND"},
38044698 {0x1F4F7,"CAMERA"},
38054699 {0x1F4F8,"CAMERA WITH FLASH"},
38064700 {0x1F3D5,"CAMPING"},
45195413 {0x264B,"CANCER"},
45205414 {0x1F56F,"CANDLE"},
45215415 {0x1F36C,"CANDY"},
5416 {0x1F96B,"CANNED FOOD"},
5417 {0x1F6F6,"CANOE"},
45225418 {0x2E3F,"CAPITULUM"},
45235419 {0x2651,"CAPRICORN"},
45245420 {0x26D0,"CAR SLIDING"},
45805476 {0x02C7,"CARON"},
45815477 {0x1F3A0,"CAROUSEL HORSE"},
45825478 {0x1F38F,"CARP STREAMER"},
5479 {0x1F955,"CARROT"},
45835480 {0x26EB,"CASTLE"},
45845481 {0x1F408,"CAT"},
45855482 {0x1F431,"CAT FACE"},
46805577 {0x11107,"CHAKMA LETTER KAA"},
46815578 {0x11108,"CHAKMA LETTER KHAA"},
46825579 {0x11123,"CHAKMA LETTER LAA"},
5580 {0x11144,"CHAKMA LETTER LHAA"},
46835581 {0x1111F,"CHAKMA LETTER MAA"},
46845582 {0x1111A,"CHAKMA LETTER NAA"},
46855583 {0x1110B,"CHAKMA LETTER NGAA"},
47065604 {0x11102,"CHAKMA SIGN VISARGA"},
47075605 {0x11133,"CHAKMA VIRAMA"},
47085606 {0x11127,"CHAKMA VOWEL SIGN A"},
5607 {0x11145,"CHAKMA VOWEL SIGN AA"},
47095608 {0x1112D,"CHAKMA VOWEL SIGN AI"},
47105609 {0x1112F,"CHAKMA VOWEL SIGN AU"},
47115610 {0x1112C,"CHAKMA VOWEL SIGN E"},
5611 {0x11146,"CHAKMA VOWEL SIGN EI"},
47125612 {0x11128,"CHAKMA VOWEL SIGN I"},
47135613 {0x11129,"CHAKMA VOWEL SIGN II"},
47145614 {0x1112E,"CHAKMA VOWEL SIGN O"},
48055705 {0x2713,"CHECK MARK"},
48065706 {0x1F67E,"CHECKER BOARD"},
48075707 {0x1F4E3,"CHEERING MEGAPHONE"},
5708 {0x1F9C0,"CHEESE WEDGE"},
48085709 {0x1F3C1,"CHEQUERED FLAG"},
48095710 {0x13A0,"CHEROKEE LETTER A"},
48105711 {0x13D3,"CHEROKEE LETTER DA"},
48415742 {0x13BB,"CHEROKEE LETTER MI"},
48425743 {0x13BC,"CHEROKEE LETTER MO"},
48435744 {0x13BD,"CHEROKEE LETTER MU"},
5745 {0x13F5,"CHEROKEE LETTER MV"},
48445746 {0x13BE,"CHEROKEE LETTER NA"},
48455747 {0x13C0,"CHEROKEE LETTER NAH"},
48465748 {0x13C1,"CHEROKEE LETTER NE"},
48915793 {0x13F2,"CHEROKEE LETTER YO"},
48925794 {0x13F3,"CHEROKEE LETTER YU"},
48935795 {0x13F4,"CHEROKEE LETTER YV"},
5796 {0xAB70,"CHEROKEE SMALL LETTER A"},
5797 {0xABA3,"CHEROKEE SMALL LETTER DA"},
5798 {0xABA5,"CHEROKEE SMALL LETTER DE"},
5799 {0xABA7,"CHEROKEE SMALL LETTER DI"},
5800 {0xABAC,"CHEROKEE SMALL LETTER DLA"},
5801 {0xABA9,"CHEROKEE SMALL LETTER DO"},
5802 {0xABAA,"CHEROKEE SMALL LETTER DU"},
5803 {0xABAB,"CHEROKEE SMALL LETTER DV"},
5804 {0xAB71,"CHEROKEE SMALL LETTER E"},
5805 {0xAB76,"CHEROKEE SMALL LETTER GA"},
5806 {0xAB78,"CHEROKEE SMALL LETTER GE"},
5807 {0xAB79,"CHEROKEE SMALL LETTER GI"},
5808 {0xAB7A,"CHEROKEE SMALL LETTER GO"},
5809 {0xAB7B,"CHEROKEE SMALL LETTER GU"},
5810 {0xAB7C,"CHEROKEE SMALL LETTER GV"},
5811 {0xAB7D,"CHEROKEE SMALL LETTER HA"},
5812 {0xAB7E,"CHEROKEE SMALL LETTER HE"},
5813 {0xAB7F,"CHEROKEE SMALL LETTER HI"},
5814 {0xAB8F,"CHEROKEE SMALL LETTER HNA"},
5815 {0xAB80,"CHEROKEE SMALL LETTER HO"},
5816 {0xAB81,"CHEROKEE SMALL LETTER HU"},
5817 {0xAB82,"CHEROKEE SMALL LETTER HV"},
5818 {0xAB72,"CHEROKEE SMALL LETTER I"},
5819 {0xAB77,"CHEROKEE SMALL LETTER KA"},
5820 {0xAB83,"CHEROKEE SMALL LETTER LA"},
5821 {0xAB84,"CHEROKEE SMALL LETTER LE"},
5822 {0xAB85,"CHEROKEE SMALL LETTER LI"},
5823 {0xAB86,"CHEROKEE SMALL LETTER LO"},
5824 {0xAB87,"CHEROKEE SMALL LETTER LU"},
5825 {0xAB88,"CHEROKEE SMALL LETTER LV"},
5826 {0xAB89,"CHEROKEE SMALL LETTER MA"},
5827 {0xAB8A,"CHEROKEE SMALL LETTER ME"},
5828 {0xAB8B,"CHEROKEE SMALL LETTER MI"},
5829 {0xAB8C,"CHEROKEE SMALL LETTER MO"},
5830 {0xAB8D,"CHEROKEE SMALL LETTER MU"},
5831 {0x13FD,"CHEROKEE SMALL LETTER MV"},
5832 {0xAB8E,"CHEROKEE SMALL LETTER NA"},
5833 {0xAB90,"CHEROKEE SMALL LETTER NAH"},
5834 {0xAB91,"CHEROKEE SMALL LETTER NE"},
5835 {0xAB92,"CHEROKEE SMALL LETTER NI"},
5836 {0xAB93,"CHEROKEE SMALL LETTER NO"},
5837 {0xAB94,"CHEROKEE SMALL LETTER NU"},
5838 {0xAB95,"CHEROKEE SMALL LETTER NV"},
5839 {0xAB73,"CHEROKEE SMALL LETTER O"},
5840 {0xAB96,"CHEROKEE SMALL LETTER QUA"},
5841 {0xAB97,"CHEROKEE SMALL LETTER QUE"},
5842 {0xAB98,"CHEROKEE SMALL LETTER QUI"},
5843 {0xAB99,"CHEROKEE SMALL LETTER QUO"},
5844 {0xAB9A,"CHEROKEE SMALL LETTER QUU"},
5845 {0xAB9B,"CHEROKEE SMALL LETTER QUV"},
5846 {0xAB9D,"CHEROKEE SMALL LETTER S"},
5847 {0xAB9C,"CHEROKEE SMALL LETTER SA"},
5848 {0xAB9E,"CHEROKEE SMALL LETTER SE"},
5849 {0xAB9F,"CHEROKEE SMALL LETTER SI"},
5850 {0xABA0,"CHEROKEE SMALL LETTER SO"},
5851 {0xABA1,"CHEROKEE SMALL LETTER SU"},
5852 {0xABA2,"CHEROKEE SMALL LETTER SV"},
5853 {0xABA4,"CHEROKEE SMALL LETTER TA"},
5854 {0xABA6,"CHEROKEE SMALL LETTER TE"},
5855 {0xABA8,"CHEROKEE SMALL LETTER TI"},
5856 {0xABAD,"CHEROKEE SMALL LETTER TLA"},
5857 {0xABAE,"CHEROKEE SMALL LETTER TLE"},
5858 {0xABAF,"CHEROKEE SMALL LETTER TLI"},
5859 {0xABB0,"CHEROKEE SMALL LETTER TLO"},
5860 {0xABB1,"CHEROKEE SMALL LETTER TLU"},
5861 {0xABB2,"CHEROKEE SMALL LETTER TLV"},
5862 {0xABB3,"CHEROKEE SMALL LETTER TSA"},
5863 {0xABB4,"CHEROKEE SMALL LETTER TSE"},
5864 {0xABB5,"CHEROKEE SMALL LETTER TSI"},
5865 {0xABB6,"CHEROKEE SMALL LETTER TSO"},
5866 {0xABB7,"CHEROKEE SMALL LETTER TSU"},
5867 {0xABB8,"CHEROKEE SMALL LETTER TSV"},
5868 {0xAB74,"CHEROKEE SMALL LETTER U"},
5869 {0xAB75,"CHEROKEE SMALL LETTER V"},
5870 {0xABB9,"CHEROKEE SMALL LETTER WA"},
5871 {0xABBA,"CHEROKEE SMALL LETTER WE"},
5872 {0xABBB,"CHEROKEE SMALL LETTER WI"},
5873 {0xABBC,"CHEROKEE SMALL LETTER WO"},
5874 {0xABBD,"CHEROKEE SMALL LETTER WU"},
5875 {0xABBE,"CHEROKEE SMALL LETTER WV"},
5876 {0xABBF,"CHEROKEE SMALL LETTER YA"},
5877 {0x13F8,"CHEROKEE SMALL LETTER YE"},
5878 {0x13F9,"CHEROKEE SMALL LETTER YI"},
5879 {0x13FA,"CHEROKEE SMALL LETTER YO"},
5880 {0x13FB,"CHEROKEE SMALL LETTER YU"},
5881 {0x13FC,"CHEROKEE SMALL LETTER YV"},
48945882 {0x1F352,"CHERRIES"},
48955883 {0x1F338,"CHERRY BLOSSOM"},
48965884 {0x1F330,"CHESTNUT"},
48975885 {0x2627,"CHI RHO"},
48985886 {0x1F414,"CHICKEN"},
5887 {0x1F9D2,"CHILD"},
48995888 {0x1F6B8,"CHILDREN CROSSING"},
49005889 {0x1F43F,"CHIPMUNK"},
49015890 {0x26B7,"CHIRON"},
49025891 {0x1F36B,"CHOCOLATE BAR"},
5892 {0x1F962,"CHOPSTICKS"},
49035893 {0x1F384,"CHRISTMAS TREE"},
49045894 {0x26EA,"CHURCH"},
49055895 {0x1F3A6,"CINEMA"},
49205910 {0x2BBF,"CIRCLED BOLD X"},
49215911 {0x29BF,"CIRCLED BULLET"},
49225912 {0x1F12D,"CIRCLED CD"},
5913 {0x1F902,"CIRCLED CROSS FORMEE"},
5914 {0x1F900,"CIRCLED CROSS FORMEE WITH FOUR DOTS"},
5915 {0x1F901,"CIRCLED CROSS FORMEE WITH TWO DOTS"},
49235916 {0x1F540,"CIRCLED CROSS POMMEE"},
49245917 {0x26D2,"CIRCLED CROSSING LANES"},
49255918 {0x229D,"CIRCLED DASH"},
51876180 {0x3036,"CIRCLED POSTAL MARK"},
51886181 {0x29B8,"CIRCLED REVERSE SOLIDUS"},
51896182 {0x229A,"CIRCLED RING OPERATOR"},
6183 {0x1F7D7,"CIRCLED SQUARE"},
51906184 {0x2297,"CIRCLED TIMES"},
6185 {0x1F7D5,"CIRCLED TRIANGLE"},
51916186 {0x238A,"CIRCLED TRIANGLE DOWN"},
51926187 {0x29B6,"CIRCLED VERTICAL BAR"},
51936188 {0x29BE,"CIRCLED WHITE BULLET"},
63707365 {0x1F3DB,"CLASSICAL BUILDING"},
63717366 {0x239A,"CLEAR SCREEN SYMBOL"},
63727367 {0x1F37B,"CLINKING BEER MUGS"},
7368 {0x1F942,"CLINKING GLASSES"},
63737369 {0x1F4CB,"CLIPBOARD"},
63747370 {0x1F557,"CLOCK FACE EIGHT OCLOCK"},
63757371 {0x1F563,"CLOCK FACE EIGHT-THIRTY"},
64247420 {0x1F327,"CLOUD WITH RAIN"},
64257421 {0x1F328,"CLOUD WITH SNOW"},
64267422 {0x1F32A,"CLOUD WITH TORNADO"},
7423 {0x1F921,"CLOWN FACE"},
7424 {0x1F9E5,"COAT"},
64277425 {0x1F378,"COCKTAIL GLASS"},
7426 {0x1F965,"COCONUT"},
64287427 {0x26B0,"COFFIN"},
64297428 {0x1F4A5,"COLLISION SYMBOL"},
64307429 {0x003A,"COLON"},
64427441 {0x20DA,"COMBINING ANTICLOCKWISE RING OVERLAY"},
64437442 {0x20F0,"COMBINING ASTERISK ABOVE"},
64447443 {0x0359,"COMBINING ASTERISK BELOW"},
7444 {0x1133B,"COMBINING BINDU BELOW"},
64457445 {0x0306,"COMBINING BREVE"},
64467446 {0x032E,"COMBINING BREVE BELOW"},
64477447 {0x1DCB,"COMBINING BREVE-MACRON"},
64707470 {0x2DF1,"COMBINING CYRILLIC LETTER CHE"},
64717471 {0x2DE3,"COMBINING CYRILLIC LETTER DE"},
64727472 {0x2DF8,"COMBINING CYRILLIC LETTER DJERV"},
7473 {0xA69E,"COMBINING CYRILLIC LETTER EF"},
64737474 {0x2DE7,"COMBINING CYRILLIC LETTER EL"},
64747475 {0x2DE8,"COMBINING CYRILLIC LETTER EM"},
64757476 {0x2DE9,"COMBINING CYRILLIC LETTER EN"},
65137514 {0xA670,"COMBINING CYRILLIC TEN MILLIONS SIGN"},
65147515 {0xA672,"COMBINING CYRILLIC THOUSAND MILLIONS SIGN"},
65157516 {0x0483,"COMBINING CYRILLIC TITLO"},
7517 {0xFE2E,"COMBINING CYRILLIC TITLO LEFT HALF"},
7518 {0xFE2F,"COMBINING CYRILLIC TITLO RIGHT HALF"},
65167519 {0xA66F,"COMBINING CYRILLIC VZMET"},
7520 {0x1DFB,"COMBINING DELETION MARK"},
65177521 {0xA8E8,"COMBINING DEVANAGARI DIGIT EIGHT"},
65187522 {0xA8E5,"COMBINING DEVANAGARI DIGIT FIVE"},
65197523 {0xA8E4,"COMBINING DEVANAGARI DIGIT FOUR"},
65367540 {0x0324,"COMBINING DIAERESIS BELOW"},
65377541 {0x1AB1,"COMBINING DIAERESIS-RING"},
65387542 {0x0307,"COMBINING DOT ABOVE"},
7543 {0x1DF8,"COMBINING DOT ABOVE LEFT"},
65397544 {0x0358,"COMBINING DOT ABOVE RIGHT"},
65407545 {0x0323,"COMBINING DOT BELOW"},
65417546 {0x1DC1,"COMBINING DOTTED ACUTE ACCENT"},
65747579 {0x0347,"COMBINING EQUALS SIGN BELOW"},
65757580 {0x0352,"COMBINING FERMATA"},
65767581 {0x20DC,"COMBINING FOUR DOTS ABOVE"},
7582 {0x1E000,"COMBINING GLAGOLITIC LETTER AZU"},
7583 {0x1E028,"COMBINING GLAGOLITIC LETTER BIG YUS"},
7584 {0x1E001,"COMBINING GLAGOLITIC LETTER BUKY"},
7585 {0x1E01D,"COMBINING GLAGOLITIC LETTER CHRIVI"},
7586 {0x1E00C,"COMBINING GLAGOLITIC LETTER DJERVI"},
7587 {0x1E004,"COMBINING GLAGOLITIC LETTER DOBRO"},
7588 {0x1E02A,"COMBINING GLAGOLITIC LETTER FITA"},
7589 {0x1E017,"COMBINING GLAGOLITIC LETTER FRITU"},
7590 {0x1E003,"COMBINING GLAGOLITIC LETTER GLAGOLI"},
7591 {0x1E018,"COMBINING GLAGOLITIC LETTER HERU"},
7592 {0x1E00B,"COMBINING GLAGOLITIC LETTER I"},
7593 {0x1E00A,"COMBINING GLAGOLITIC LETTER INITIAL IZHE"},
7594 {0x1E029,"COMBINING GLAGOLITIC LETTER IOTATED BIG YUS"},
7595 {0x1E027,"COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS"},
7596 {0x1E009,"COMBINING GLAGOLITIC LETTER IZHE"},
7597 {0x1E00D,"COMBINING GLAGOLITIC LETTER KAKO"},
7598 {0x1E00E,"COMBINING GLAGOLITIC LETTER LJUDIJE"},
7599 {0x1E00F,"COMBINING GLAGOLITIC LETTER MYSLITE"},
7600 {0x1E010,"COMBINING GLAGOLITIC LETTER NASHI"},
7601 {0x1E011,"COMBINING GLAGOLITIC LETTER ONU"},
7602 {0x1E012,"COMBINING GLAGOLITIC LETTER POKOJI"},
7603 {0x1E013,"COMBINING GLAGOLITIC LETTER RITSI"},
7604 {0x1E01E,"COMBINING GLAGOLITIC LETTER SHA"},
7605 {0x1E01B,"COMBINING GLAGOLITIC LETTER SHTA"},
7606 {0x1E014,"COMBINING GLAGOLITIC LETTER SLOVO"},
7607 {0x1E024,"COMBINING GLAGOLITIC LETTER SMALL YUS"},
7608 {0x1E01C,"COMBINING GLAGOLITIC LETTER TSI"},
7609 {0x1E015,"COMBINING GLAGOLITIC LETTER TVRIDO"},
7610 {0x1E016,"COMBINING GLAGOLITIC LETTER UKU"},
7611 {0x1E002,"COMBINING GLAGOLITIC LETTER VEDE"},
7612 {0x1E021,"COMBINING GLAGOLITIC LETTER YATI"},
7613 {0x1E020,"COMBINING GLAGOLITIC LETTER YERI"},
7614 {0x1E01F,"COMBINING GLAGOLITIC LETTER YERU"},
7615 {0x1E005,"COMBINING GLAGOLITIC LETTER YESTU"},
7616 {0x1E026,"COMBINING GLAGOLITIC LETTER YO"},
7617 {0x1E023,"COMBINING GLAGOLITIC LETTER YU"},
7618 {0x1E008,"COMBINING GLAGOLITIC LETTER ZEMLJA"},
7619 {0x1E006,"COMBINING GLAGOLITIC LETTER ZHIVETE"},
65777620 {0x1136B,"COMBINING GRANTHA DIGIT FIVE"},
65787621 {0x1136A,"COMBINING GRANTHA DIGIT FOUR"},
65797622 {0x11367,"COMBINING GRANTHA DIGIT ONE"},
66107653 {0x1DD0,"COMBINING IS BELOW"},
66117654 {0x309A,"COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"},
66127655 {0x3099,"COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK"},
7656 {0x1DF7,"COMBINING KAVYKA ABOVE LEFT"},
7657 {0x1DF6,"COMBINING KAVYKA ABOVE RIGHT"},
66137658 {0x1DDB,"COMBINING LATIN LETTER SMALL CAPITAL G"},
66147659 {0x1DDE,"COMBINING LATIN LETTER SMALL CAPITAL L"},
66157660 {0x1DDF,"COMBINING LATIN LETTER SMALL CAPITAL M"},
67507795 {0x0329,"COMBINING VERTICAL LINE BELOW"},
67517796 {0x033E,"COMBINING VERTICAL TILDE"},
67527797 {0x20E9,"COMBINING WIDE BRIDGE ABOVE"},
7798 {0x1DF9,"COMBINING WIDE INVERTED BRIDGE BELOW"},
67537799 {0x1AB6,"COMBINING WIGGLY LINE BELOW"},
67547800 {0x033D,"COMBINING X ABOVE"},
67557801 {0x0353,"COMBINING X BELOW"},
67607806 {0x002C,"COMMA"},
67617807 {0x0040,"COMMERCIAL AT"},
67627808 {0x2052,"COMMERCIAL MINUS SIGN"},
7809 {0x1F9ED,"COMPASS"},
67637810 {0x2201,"COMPLEMENT"},
67647811 {0x2384,"COMPOSITION SYMBOL"},
67657812 {0x1F5DC,"COMPRESSION"},
69497996 {0x2CEA,"COPTIC SYMBOL SHIMA SIMA"},
69507997 {0x2CE7,"COPTIC SYMBOL STAUROS"},
69517998 {0x2CE8,"COPTIC SYMBOL TAU RO"},
7999 {0x1F12F,"COPYLEFT SYMBOL"},
69528000 {0x00A9,"COPYRIGHT SIGN"},
69538001 {0x2258,"CORRESPONDS TO"},
69548002 {0x1F6CB,"COUCH AND LAMP"},
69758023 {0x1F491,"COUPLE WITH HEART"},
69768024 {0x1F404,"COW"},
69778025 {0x1F42E,"COW FACE"},
8026 {0x1F980,"CRAB"},
69788027 {0x1F4B3,"CREDIT CARD"},
69798028 {0x1F319,"CRESCENT MOON"},
8029 {0x1F997,"CRICKET"},
8030 {0x1F3CF,"CRICKET BAT AND BALL"},
69808031 {0x1F40A,"CROCODILE"},
8032 {0x1F950,"CROISSANT"},
69818033 {0x274C,"CROSS MARK"},
69828034 {0x2629,"CROSS OF JERUSALEM"},
69838035 {0x2628,"CROSS OF LORRAINE"},
69938045 {0x1F622,"CRYING FACE"},
69948046 {0x1F52E,"CRYSTAL BALL"},
69958047 {0x221B,"CUBE ROOT"},
8048 {0x1F952,"CUCUMBER"},
69968049 {0x12406,"CUNEIFORM NUMERIC SIGN EIGHT ASH"},
69978050 {0x1240D,"CUNEIFORM NUMERIC SIGN EIGHT DISH"},
69988051 {0x1241C,"CUNEIFORM NUMERIC SIGN EIGHT GESH2"},
71308183 {0x12011,"CUNEIFORM SIGN AB TIMES IMIN"},
71318184 {0x12012,"CUNEIFORM SIGN AB TIMES LAGAB"},
71328185 {0x12370,"CUNEIFORM SIGN AB TIMES NUN"},
8186 {0x12480,"CUNEIFORM SIGN AB TIMES NUN TENU"},
71338187 {0x12013,"CUNEIFORM SIGN AB TIMES SHESH"},
8188 {0x12481,"CUNEIFORM SIGN AB TIMES SHU2"},
71348189 {0x12014,"CUNEIFORM SIGN AB TIMES U PLUS U PLUS U"},
71358190 {0x12016,"CUNEIFORM SIGN AB2"},
71368191 {0x12371,"CUNEIFORM SIGN AB2 TIMES A"},
71408195 {0x1201A,"CUNEIFORM SIGN AB2 TIMES SHA3"},
71418196 {0x1201B,"CUNEIFORM SIGN AB2 TIMES TAK4"},
71428197 {0x1201C,"CUNEIFORM SIGN AD"},
8198 {0x12482,"CUNEIFORM SIGN AD TIMES ESH2"},
71438199 {0x1201D,"CUNEIFORM SIGN AK"},
71448200 {0x1201E,"CUNEIFORM SIGN AK TIMES ERIN2"},
71458201 {0x1201F,"CUNEIFORM SIGN AK TIMES SHITA PLUS GISH"},
71788234 {0x1203F,"CUNEIFORM SIGN ASHGAB"},
71798235 {0x12040,"CUNEIFORM SIGN BA"},
71808236 {0x12041,"CUNEIFORM SIGN BAD"},
8237 {0x12483,"CUNEIFORM SIGN BAD TIMES DISH TENU"},
71818238 {0x12042,"CUNEIFORM SIGN BAG3"},
71828239 {0x12043,"CUNEIFORM SIGN BAHAR2"},
8240 {0x12484,"CUNEIFORM SIGN BAHAR2 TIMES AB2"},
8241 {0x12485,"CUNEIFORM SIGN BAHAR2 TIMES NI"},
8242 {0x12486,"CUNEIFORM SIGN BAHAR2 TIMES ZA"},
71838243 {0x12044,"CUNEIFORM SIGN BAL"},
71848244 {0x12045,"CUNEIFORM SIGN BAL OVER BAL"},
71858245 {0x12046,"CUNEIFORM SIGN BALAG"},
71928252 {0x1204D,"CUNEIFORM SIGN BU"},
71938253 {0x12050,"CUNEIFORM SIGN BU CROSSING BU"},
71948254 {0x1204E,"CUNEIFORM SIGN BU OVER BU AB"},
8255 {0x12487,"CUNEIFORM SIGN BU OVER BU TIMES NA2"},
71958256 {0x1204F,"CUNEIFORM SIGN BU OVER BU UN"},
71968257 {0x12051,"CUNEIFORM SIGN BULUG"},
71978258 {0x12052,"CUNEIFORM SIGN BULUG OVER BULUG"},
71988259 {0x12053,"CUNEIFORM SIGN BUR"},
71998260 {0x12054,"CUNEIFORM SIGN BUR2"},
72008261 {0x12055,"CUNEIFORM SIGN DA"},
8262 {0x12488,"CUNEIFORM SIGN DA TIMES TAK4"},
72018263 {0x12056,"CUNEIFORM SIGN DAG"},
72028264 {0x12057,"CUNEIFORM SIGN DAG KISIM5 TIMES A PLUS MASH"},
72038265 {0x12058,"CUNEIFORM SIGN DAG KISIM5 TIMES AMAR"},
72238285 {0x1206C,"CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS GIR2"},
72248286 {0x12373,"CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH"},
72258287 {0x1206D,"CUNEIFORM SIGN DAG KISIM5 TIMES USH"},
8288 {0x12489,"CUNEIFORM SIGN DAG TIMES KUR"},
72268289 {0x12374,"CUNEIFORM SIGN DAG3"},
72278290 {0x1206E,"CUNEIFORM SIGN DAM"},
72288291 {0x1206F,"CUNEIFORM SIGN DAR"},
72318294 {0x12072,"CUNEIFORM SIGN DI"},
72328295 {0x12073,"CUNEIFORM SIGN DIB"},
72338296 {0x12074,"CUNEIFORM SIGN DIM"},
8297 {0x1248A,"CUNEIFORM SIGN DIM TIMES IGI"},
72348298 {0x12075,"CUNEIFORM SIGN DIM TIMES SHE"},
8299 {0x1248B,"CUNEIFORM SIGN DIM TIMES U U U"},
72358300 {0x12076,"CUNEIFORM SIGN DIM2"},
8301 {0x1248C,"CUNEIFORM SIGN DIM2 TIMES UD"},
72368302 {0x12077,"CUNEIFORM SIGN DIN"},
72378303 {0x12078,"CUNEIFORM SIGN DIN KASKAL U GUNU DISH"},
72388304 {0x12079,"CUNEIFORM SIGN DISH"},
72468312 {0x12376,"CUNEIFORM SIGN DUB TIMES SHE"},
72478313 {0x12080,"CUNEIFORM SIGN DUB2"},
72488314 {0x12081,"CUNEIFORM SIGN DUG"},
8315 {0x1248D,"CUNEIFORM SIGN DUG TIMES ANSHE"},
8316 {0x1248E,"CUNEIFORM SIGN DUG TIMES ASH"},
8317 {0x1248F,"CUNEIFORM SIGN DUG TIMES ASH AT LEFT"},
8318 {0x12490,"CUNEIFORM SIGN DUG TIMES DIN"},
8319 {0x12491,"CUNEIFORM SIGN DUG TIMES DUN"},
8320 {0x12492,"CUNEIFORM SIGN DUG TIMES ERIN2"},
8321 {0x12493,"CUNEIFORM SIGN DUG TIMES GA"},
8322 {0x12494,"CUNEIFORM SIGN DUG TIMES GI"},
8323 {0x12495,"CUNEIFORM SIGN DUG TIMES GIR2 GUNU"},
8324 {0x12496,"CUNEIFORM SIGN DUG TIMES GISH"},
8325 {0x12497,"CUNEIFORM SIGN DUG TIMES HA"},
8326 {0x12498,"CUNEIFORM SIGN DUG TIMES HI"},
8327 {0x12499,"CUNEIFORM SIGN DUG TIMES IGI GUNU"},
8328 {0x1249A,"CUNEIFORM SIGN DUG TIMES KASKAL"},
8329 {0x1249B,"CUNEIFORM SIGN DUG TIMES KUR"},
8330 {0x1249C,"CUNEIFORM SIGN DUG TIMES KUSHU2"},
8331 {0x1249D,"CUNEIFORM SIGN DUG TIMES KUSHU2 PLUS KASKAL"},
8332 {0x1249E,"CUNEIFORM SIGN DUG TIMES LAK-020"},
8333 {0x1249F,"CUNEIFORM SIGN DUG TIMES LAM"},
8334 {0x124A0,"CUNEIFORM SIGN DUG TIMES LAM TIMES KUR"},
8335 {0x124A1,"CUNEIFORM SIGN DUG TIMES LUH PLUS GISH"},
8336 {0x124A2,"CUNEIFORM SIGN DUG TIMES MASH"},
8337 {0x124A3,"CUNEIFORM SIGN DUG TIMES MES"},
8338 {0x124A4,"CUNEIFORM SIGN DUG TIMES MI"},
8339 {0x124A5,"CUNEIFORM SIGN DUG TIMES NI"},
8340 {0x124A6,"CUNEIFORM SIGN DUG TIMES PI"},
8341 {0x124A7,"CUNEIFORM SIGN DUG TIMES SHE"},
8342 {0x124A8,"CUNEIFORM SIGN DUG TIMES SI GUNU"},
72498343 {0x12082,"CUNEIFORM SIGN DUGUD"},
72508344 {0x12083,"CUNEIFORM SIGN DUH"},
72518345 {0x12084,"CUNEIFORM SIGN DUN"},
72608354 {0x1208D,"CUNEIFORM SIGN E2"},
72618355 {0x1208E,"CUNEIFORM SIGN E2 TIMES A PLUS HA PLUS DA"},
72628356 {0x1208F,"CUNEIFORM SIGN E2 TIMES GAR"},
8357 {0x124A9,"CUNEIFORM SIGN E2 TIMES KUR"},
72638358 {0x12090,"CUNEIFORM SIGN E2 TIMES MI"},
8359 {0x124AA,"CUNEIFORM SIGN E2 TIMES PAP"},
72648360 {0x12091,"CUNEIFORM SIGN E2 TIMES SAL"},
72658361 {0x12092,"CUNEIFORM SIGN E2 TIMES SHE"},
72668362 {0x12093,"CUNEIFORM SIGN E2 TIMES U"},
72768372 {0x1209A,"CUNEIFORM SIGN EN TIMES ME"},
72778373 {0x1209E,"CUNEIFORM SIGN EREN"},
72788374 {0x1209F,"CUNEIFORM SIGN ERIN2"},
8375 {0x124AB,"CUNEIFORM SIGN ERIN2 X"},
72798376 {0x120A0,"CUNEIFORM SIGN ESH2"},
8377 {0x124AC,"CUNEIFORM SIGN ESH2 CROSSING ESH2"},
72808378 {0x120A1,"CUNEIFORM SIGN EZEN"},
8379 {0x124AD,"CUNEIFORM SIGN EZEN SHESHIG TIMES ASH"},
8380 {0x124AE,"CUNEIFORM SIGN EZEN SHESHIG TIMES HI"},
8381 {0x124AF,"CUNEIFORM SIGN EZEN SHESHIG TIMES IGI GUNU"},
8382 {0x124B0,"CUNEIFORM SIGN EZEN SHESHIG TIMES LA"},
8383 {0x124B1,"CUNEIFORM SIGN EZEN SHESHIG TIMES LAL"},
8384 {0x124B2,"CUNEIFORM SIGN EZEN SHESHIG TIMES ME"},
8385 {0x124B3,"CUNEIFORM SIGN EZEN SHESHIG TIMES MES"},
8386 {0x124B4,"CUNEIFORM SIGN EZEN SHESHIG TIMES SU"},
72818387 {0x120A2,"CUNEIFORM SIGN EZEN TIMES A"},
72828388 {0x120A3,"CUNEIFORM SIGN EZEN TIMES A PLUS LAL"},
72838389 {0x120A4,"CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL"},
72978403 {0x120B1,"CUNEIFORM SIGN EZEN TIMES LI"},
72988404 {0x120B2,"CUNEIFORM SIGN EZEN TIMES LU"},
72998405 {0x12378,"CUNEIFORM SIGN EZEN TIMES SHE"},
8406 {0x124B5,"CUNEIFORM SIGN EZEN TIMES SU"},
73008407 {0x120B3,"CUNEIFORM SIGN EZEN TIMES U2"},
73018408 {0x120B4,"CUNEIFORM SIGN EZEN TIMES UD"},
73028409 {0x120B5,"CUNEIFORM SIGN GA"},
73138420 {0x1237A,"CUNEIFORM SIGN GA2 TIMES ASH2"},
73148421 {0x120BE,"CUNEIFORM SIGN GA2 TIMES ASH2 PLUS GAL"},
73158422 {0x120BF,"CUNEIFORM SIGN GA2 TIMES BAD"},
8423 {0x124B6,"CUNEIFORM SIGN GA2 TIMES BAHAR2"},
73168424 {0x120C0,"CUNEIFORM SIGN GA2 TIMES BAR PLUS RA"},
73178425 {0x120C1,"CUNEIFORM SIGN GA2 TIMES BUR"},
73188426 {0x120C2,"CUNEIFORM SIGN GA2 TIMES BUR PLUS RA"},
73198427 {0x120C3,"CUNEIFORM SIGN GA2 TIMES DA"},
73208428 {0x120C4,"CUNEIFORM SIGN GA2 TIMES DI"},
8429 {0x124B7,"CUNEIFORM SIGN GA2 TIMES DIM GUNU"},
73218430 {0x120C5,"CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE"},
73228431 {0x120C6,"CUNEIFORM SIGN GA2 TIMES DUB"},
8432 {0x124B8,"CUNEIFORM SIGN GA2 TIMES DUG TIMES IGI GUNU"},
8433 {0x124B9,"CUNEIFORM SIGN GA2 TIMES DUG TIMES KASKAL"},
73238434 {0x120C7,"CUNEIFORM SIGN GA2 TIMES EL"},
73248435 {0x120C8,"CUNEIFORM SIGN GA2 TIMES EL PLUS LA"},
73258436 {0x120C9,"CUNEIFORM SIGN GA2 TIMES EN"},
73268437 {0x120CA,"CUNEIFORM SIGN GA2 TIMES EN TIMES GAN2 TENU"},
8438 {0x124BA,"CUNEIFORM SIGN GA2 TIMES EREN"},
8439 {0x124BB,"CUNEIFORM SIGN GA2 TIMES GA"},
73278440 {0x120CB,"CUNEIFORM SIGN GA2 TIMES GAN2 TENU"},
73288441 {0x120CC,"CUNEIFORM SIGN GA2 TIMES GAR"},
8442 {0x124BC,"CUNEIFORM SIGN GA2 TIMES GAR PLUS DI"},
8443 {0x124BD,"CUNEIFORM SIGN GA2 TIMES GAR PLUS NE"},
73298444 {0x120CD,"CUNEIFORM SIGN GA2 TIMES GI"},
73308445 {0x120CE,"CUNEIFORM SIGN GA2 TIMES GI4"},
73318446 {0x120CF,"CUNEIFORM SIGN GA2 TIMES GI4 PLUS A"},
73328447 {0x120D0,"CUNEIFORM SIGN GA2 TIMES GIR2 PLUS SU"},
8448 {0x124BE,"CUNEIFORM SIGN GA2 TIMES HA PLUS A"},
73338449 {0x120D1,"CUNEIFORM SIGN GA2 TIMES HA PLUS LU PLUS ESH2"},
73348450 {0x120D2,"CUNEIFORM SIGN GA2 TIMES HAL"},
73358451 {0x120D3,"CUNEIFORM SIGN GA2 TIMES HAL PLUS LA"},
73428458 {0x120DA,"CUNEIFORM SIGN GA2 TIMES KID"},
73438459 {0x120DB,"CUNEIFORM SIGN GA2 TIMES KID PLUS LAL"},
73448460 {0x120DC,"CUNEIFORM SIGN GA2 TIMES KU3 PLUS AN"},
8461 {0x124BF,"CUNEIFORM SIGN GA2 TIMES KUSHU2 PLUS KASKAL"},
73458462 {0x120DD,"CUNEIFORM SIGN GA2 TIMES LA"},
8463 {0x124C0,"CUNEIFORM SIGN GA2 TIMES LAM"},
8464 {0x124C1,"CUNEIFORM SIGN GA2 TIMES LAM TIMES KUR"},
8465 {0x124C2,"CUNEIFORM SIGN GA2 TIMES LUH"},
73468466 {0x120DE,"CUNEIFORM SIGN GA2 TIMES ME PLUS EN"},
73478467 {0x120DF,"CUNEIFORM SIGN GA2 TIMES MI"},
8468 {0x124C3,"CUNEIFORM SIGN GA2 TIMES MUSH"},
8469 {0x124C4,"CUNEIFORM SIGN GA2 TIMES NE"},
8470 {0x124C5,"CUNEIFORM SIGN GA2 TIMES NE PLUS E2"},
8471 {0x124C6,"CUNEIFORM SIGN GA2 TIMES NE PLUS GI"},
73488472 {0x120E0,"CUNEIFORM SIGN GA2 TIMES NUN"},
73498473 {0x120E1,"CUNEIFORM SIGN GA2 TIMES NUN OVER NUN"},
73508474 {0x120E2,"CUNEIFORM SIGN GA2 TIMES PA"},
73538477 {0x120E5,"CUNEIFORM SIGN GA2 TIMES SHE"},
73548478 {0x120E6,"CUNEIFORM SIGN GA2 TIMES SHE PLUS TUR"},
73558479 {0x120E7,"CUNEIFORM SIGN GA2 TIMES SHID"},
8480 {0x124C7,"CUNEIFORM SIGN GA2 TIMES SHIM"},
73568481 {0x120E8,"CUNEIFORM SIGN GA2 TIMES SUM"},
73578482 {0x120E9,"CUNEIFORM SIGN GA2 TIMES TAK4"},
73588483 {0x120EA,"CUNEIFORM SIGN GA2 TIMES U"},
73598484 {0x120EB,"CUNEIFORM SIGN GA2 TIMES UD"},
73608485 {0x120EC,"CUNEIFORM SIGN GA2 TIMES UD PLUS DU"},
8486 {0x124C8,"CUNEIFORM SIGN GA2 TIMES ZIZ2"},
73618487 {0x120EE,"CUNEIFORM SIGN GABA"},
73628488 {0x120EF,"CUNEIFORM SIGN GABA CROSSING GABA"},
8489 {0x124C9,"CUNEIFORM SIGN GABA ROTATED NINETY DEGREES"},
73638490 {0x120F0,"CUNEIFORM SIGN GAD"},
73648491 {0x120F1,"CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR"},
73658492 {0x120F2,"CUNEIFORM SIGN GAL"},
73778504 {0x1237B,"CUNEIFORM SIGN GE22"},
73788505 {0x120FE,"CUNEIFORM SIGN GESHTIN"},
73798506 {0x120FF,"CUNEIFORM SIGN GESHTIN TIMES KUR"},
8507 {0x124CA,"CUNEIFORM SIGN GESHTIN TIMES U"},
73808508 {0x12100,"CUNEIFORM SIGN GI"},
73818509 {0x12103,"CUNEIFORM SIGN GI CROSSING GI"},
73828510 {0x12101,"CUNEIFORM SIGN GI TIMES E"},
73998527 {0x12112,"CUNEIFORM SIGN GISH CROSSING GISH"},
74008528 {0x12115,"CUNEIFORM SIGN GISH TENU"},
74018529 {0x12113,"CUNEIFORM SIGN GISH TIMES BAD"},
8530 {0x124CB,"CUNEIFORM SIGN GISH TIMES GISH CROSSING GISH"},
74028531 {0x12114,"CUNEIFORM SIGN GISH TIMES TAK4"},
74038532 {0x12116,"CUNEIFORM SIGN GU"},
74048533 {0x12117,"CUNEIFORM SIGN GU CROSSING GU"},
74058534 {0x12118,"CUNEIFORM SIGN GU2"},
74068535 {0x1211D,"CUNEIFORM SIGN GU2 GUNU"},
8536 {0x124CC,"CUNEIFORM SIGN GU2 TIMES IGI GUNU"},
74078537 {0x12119,"CUNEIFORM SIGN GU2 TIMES KAK"},
74088538 {0x1211A,"CUNEIFORM SIGN GU2 TIMES KAK TIMES IGI GUNU"},
74098539 {0x1211B,"CUNEIFORM SIGN GU2 TIMES NUN"},
74108540 {0x1211C,"CUNEIFORM SIGN GU2 TIMES SAL PLUS TUG2"},
74118541 {0x1211E,"CUNEIFORM SIGN GUD"},
74128542 {0x12121,"CUNEIFORM SIGN GUD OVER GUD LUGAL"},
8543 {0x124CD,"CUNEIFORM SIGN GUD PLUS GISH TIMES TAK4"},
74138544 {0x1211F,"CUNEIFORM SIGN GUD TIMES A PLUS KUR"},
74148545 {0x12120,"CUNEIFORM SIGN GUD TIMES KUR"},
74158546 {0x12122,"CUNEIFORM SIGN GUL"},
74228553 {0x12129,"CUNEIFORM SIGN HA"},
74238554 {0x1212B,"CUNEIFORM SIGN HA GUNU"},
74248555 {0x1212A,"CUNEIFORM SIGN HA TENU"},
8556 {0x124CE,"CUNEIFORM SIGN HA TENU GUNU"},
74258557 {0x1212C,"CUNEIFORM SIGN HAL"},
74268558 {0x1212D,"CUNEIFORM SIGN HI"},
74278559 {0x1212E,"CUNEIFORM SIGN HI TIMES ASH"},
8560 {0x124CF,"CUNEIFORM SIGN HI TIMES ASH OVER HI TIMES ASH"},
74288561 {0x1212F,"CUNEIFORM SIGN HI TIMES ASH2"},
74298562 {0x12130,"CUNEIFORM SIGN HI TIMES BAD"},
74308563 {0x12131,"CUNEIFORM SIGN HI TIMES DISH"},
74778610 {0x1215D,"CUNEIFORM SIGN KA TIMES BALAG"},
74788611 {0x1215E,"CUNEIFORM SIGN KA TIMES BAR"},
74798612 {0x1215F,"CUNEIFORM SIGN KA TIMES BI"},
8613 {0x124D0,"CUNEIFORM SIGN KA TIMES BU"},
74808614 {0x12160,"CUNEIFORM SIGN KA TIMES ERIN2"},
74818615 {0x12161,"CUNEIFORM SIGN KA TIMES ESH2"},
74828616 {0x12162,"CUNEIFORM SIGN KA TIMES GA"},
74958629 {0x12382,"CUNEIFORM SIGN KA TIMES HI TIMES ASH2"},
74968630 {0x1216D,"CUNEIFORM SIGN KA TIMES IGI"},
74978631 {0x1216E,"CUNEIFORM SIGN KA TIMES IM"},
8632 {0x124D1,"CUNEIFORM SIGN KA TIMES KA"},
74988633 {0x1216F,"CUNEIFORM SIGN KA TIMES KAK"},
74998634 {0x12170,"CUNEIFORM SIGN KA TIMES KI"},
75008635 {0x12171,"CUNEIFORM SIGN KA TIMES KID"},
75248659 {0x12186,"CUNEIFORM SIGN KA TIMES TAR"},
75258660 {0x12386,"CUNEIFORM SIGN KA TIMES TU"},
75268661 {0x12187,"CUNEIFORM SIGN KA TIMES U"},
8662 {0x124D2,"CUNEIFORM SIGN KA TIMES U U U"},
75278663 {0x12188,"CUNEIFORM SIGN KA TIMES U2"},
75288664 {0x12189,"CUNEIFORM SIGN KA TIMES UD"},
75298665 {0x1218A,"CUNEIFORM SIGN KA TIMES UMUM TIMES PA"},
8666 {0x124D3,"CUNEIFORM SIGN KA TIMES UR"},
75308667 {0x12387,"CUNEIFORM SIGN KA TIMES UR2"},
75318668 {0x1218B,"CUNEIFORM SIGN KA TIMES USH"},
75328669 {0x1218C,"CUNEIFORM SIGN KA TIMES ZI"},
76278764 {0x121E8,"CUNEIFORM SIGN LAGAB TIMES U2 PLUS ASH"},
76288765 {0x121E9,"CUNEIFORM SIGN LAGAB TIMES UD"},
76298766 {0x121EA,"CUNEIFORM SIGN LAGAB TIMES USH"},
8767 {0x124D4,"CUNEIFORM SIGN LAGAB TIMES ZU OVER ZU"},
76308768 {0x121EC,"CUNEIFORM SIGN LAGAR"},
76318769 {0x121EF,"CUNEIFORM SIGN LAGAR GUNU"},
76328770 {0x121F0,"CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE"},
76338771 {0x121ED,"CUNEIFORM SIGN LAGAR TIMES SHE"},
76348772 {0x121EE,"CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM"},
76358773 {0x121F1,"CUNEIFORM SIGN LAHSHU"},
8774 {0x124D5,"CUNEIFORM SIGN LAK-003"},
8775 {0x124D6,"CUNEIFORM SIGN LAK-021"},
8776 {0x124D7,"CUNEIFORM SIGN LAK-025"},
8777 {0x124D8,"CUNEIFORM SIGN LAK-030"},
8778 {0x124D9,"CUNEIFORM SIGN LAK-050"},
8779 {0x124DA,"CUNEIFORM SIGN LAK-051"},
8780 {0x124DB,"CUNEIFORM SIGN LAK-062"},
8781 {0x124DC,"CUNEIFORM SIGN LAK-079 OVER LAK-079 GUNU"},
8782 {0x124DD,"CUNEIFORM SIGN LAK-080"},
8783 {0x124DE,"CUNEIFORM SIGN LAK-081 OVER LAK-081"},
8784 {0x124DF,"CUNEIFORM SIGN LAK-092"},
8785 {0x124E0,"CUNEIFORM SIGN LAK-130"},
8786 {0x124E1,"CUNEIFORM SIGN LAK-142"},
8787 {0x124E2,"CUNEIFORM SIGN LAK-210"},
8788 {0x124E3,"CUNEIFORM SIGN LAK-219"},
8789 {0x124E4,"CUNEIFORM SIGN LAK-220"},
8790 {0x124E5,"CUNEIFORM SIGN LAK-225"},
8791 {0x124E6,"CUNEIFORM SIGN LAK-228"},
8792 {0x124E7,"CUNEIFORM SIGN LAK-238"},
8793 {0x124E8,"CUNEIFORM SIGN LAK-265"},
8794 {0x124E9,"CUNEIFORM SIGN LAK-266"},
8795 {0x124EA,"CUNEIFORM SIGN LAK-343"},
8796 {0x124EB,"CUNEIFORM SIGN LAK-347"},
8797 {0x124EC,"CUNEIFORM SIGN LAK-348"},
8798 {0x124ED,"CUNEIFORM SIGN LAK-383"},
8799 {0x124EE,"CUNEIFORM SIGN LAK-384"},
8800 {0x124EF,"CUNEIFORM SIGN LAK-390"},
8801 {0x124F0,"CUNEIFORM SIGN LAK-441"},
8802 {0x124F1,"CUNEIFORM SIGN LAK-449"},
8803 {0x124F2,"CUNEIFORM SIGN LAK-449 TIMES GU"},
8804 {0x124F3,"CUNEIFORM SIGN LAK-449 TIMES IGI"},
8805 {0x124F4,"CUNEIFORM SIGN LAK-449 TIMES PAP PLUS LU3"},
8806 {0x124F5,"CUNEIFORM SIGN LAK-449 TIMES PAP PLUS PAP PLUS LU3"},
8807 {0x124F6,"CUNEIFORM SIGN LAK-449 TIMES U2 PLUS BA"},
8808 {0x124F7,"CUNEIFORM SIGN LAK-450"},
8809 {0x124F8,"CUNEIFORM SIGN LAK-457"},
8810 {0x124F9,"CUNEIFORM SIGN LAK-470"},
8811 {0x124FA,"CUNEIFORM SIGN LAK-483"},
8812 {0x124FB,"CUNEIFORM SIGN LAK-490"},
8813 {0x124FC,"CUNEIFORM SIGN LAK-492"},
8814 {0x124FD,"CUNEIFORM SIGN LAK-493"},
8815 {0x124FE,"CUNEIFORM SIGN LAK-495"},
8816 {0x124FF,"CUNEIFORM SIGN LAK-550"},
8817 {0x12500,"CUNEIFORM SIGN LAK-608"},
8818 {0x12501,"CUNEIFORM SIGN LAK-617"},
8819 {0x12502,"CUNEIFORM SIGN LAK-617 TIMES ASH"},
8820 {0x12503,"CUNEIFORM SIGN LAK-617 TIMES BAD"},
8821 {0x12504,"CUNEIFORM SIGN LAK-617 TIMES DUN3 GUNU GUNU"},
8822 {0x12505,"CUNEIFORM SIGN LAK-617 TIMES KU3"},
8823 {0x12506,"CUNEIFORM SIGN LAK-617 TIMES LA"},
8824 {0x12507,"CUNEIFORM SIGN LAK-617 TIMES TAR"},
8825 {0x12508,"CUNEIFORM SIGN LAK-617 TIMES TE"},
8826 {0x12509,"CUNEIFORM SIGN LAK-617 TIMES U2"},
8827 {0x1250A,"CUNEIFORM SIGN LAK-617 TIMES UD"},
8828 {0x1250B,"CUNEIFORM SIGN LAK-617 TIMES URUDA"},
8829 {0x1250C,"CUNEIFORM SIGN LAK-636"},
8830 {0x1250D,"CUNEIFORM SIGN LAK-648"},
8831 {0x1250E,"CUNEIFORM SIGN LAK-648 TIMES DUB"},
8832 {0x1250F,"CUNEIFORM SIGN LAK-648 TIMES GA"},
8833 {0x12510,"CUNEIFORM SIGN LAK-648 TIMES IGI"},
8834 {0x12511,"CUNEIFORM SIGN LAK-648 TIMES IGI GUNU"},
8835 {0x12512,"CUNEIFORM SIGN LAK-648 TIMES NI"},
8836 {0x12513,"CUNEIFORM SIGN LAK-648 TIMES PAP PLUS PAP PLUS LU3"},
8837 {0x12514,"CUNEIFORM SIGN LAK-648 TIMES SHESH PLUS KI"},
8838 {0x12515,"CUNEIFORM SIGN LAK-648 TIMES UD"},
8839 {0x12516,"CUNEIFORM SIGN LAK-648 TIMES URUDA"},
8840 {0x12517,"CUNEIFORM SIGN LAK-724"},
8841 {0x12518,"CUNEIFORM SIGN LAK-749"},
76368842 {0x121F2,"CUNEIFORM SIGN LAL"},
76378843 {0x121F3,"CUNEIFORM SIGN LAL TIMES LAL"},
76388844 {0x121F4,"CUNEIFORM SIGN LAM"},
76468852 {0x121FC,"CUNEIFORM SIGN LU TIMES BAD"},
76478853 {0x121FD,"CUNEIFORM SIGN LU2"},
76488854 {0x12212,"CUNEIFORM SIGN LU2 CROSSING LU2"},
8855 {0x12519,"CUNEIFORM SIGN LU2 GUNU TIMES ASH"},
76498856 {0x12213,"CUNEIFORM SIGN LU2 OPPOSING LU2"},
76508857 {0x12215,"CUNEIFORM SIGN LU2 SHESHIG"},
76518858 {0x12389,"CUNEIFORM SIGN LU2 SHESHIG TIMES BAD"},
76538860 {0x12211,"CUNEIFORM SIGN LU2 TENU"},
76548861 {0x121FE,"CUNEIFORM SIGN LU2 TIMES AL"},
76558862 {0x121FF,"CUNEIFORM SIGN LU2 TIMES BAD"},
8863 {0x1251A,"CUNEIFORM SIGN LU2 TIMES DISH"},
76568864 {0x12200,"CUNEIFORM SIGN LU2 TIMES ESH2"},
76578865 {0x1238A,"CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL"},
76588866 {0x12201,"CUNEIFORM SIGN LU2 TIMES ESH2 TENU"},
76598867 {0x12202,"CUNEIFORM SIGN LU2 TIMES GAN2 TENU"},
8868 {0x1251B,"CUNEIFORM SIGN LU2 TIMES HAL"},
76608869 {0x12203,"CUNEIFORM SIGN LU2 TIMES HI TIMES BAD"},
76618870 {0x12204,"CUNEIFORM SIGN LU2 TIMES IM"},
76628871 {0x12205,"CUNEIFORM SIGN LU2 TIMES KAD2"},
76688877 {0x1220B,"CUNEIFORM SIGN LU2 TIMES ME PLUS EN"},
76698878 {0x1220C,"CUNEIFORM SIGN LU2 TIMES NE"},
76708879 {0x1220D,"CUNEIFORM SIGN LU2 TIMES NU"},
8880 {0x1251C,"CUNEIFORM SIGN LU2 TIMES PAP"},
8881 {0x1251D,"CUNEIFORM SIGN LU2 TIMES PAP PLUS PAP PLUS LU3"},
76718882 {0x1238B,"CUNEIFORM SIGN LU2 TIMES SHU"},
76728883 {0x1220E,"CUNEIFORM SIGN LU2 TIMES SI PLUS ASH"},
76738884 {0x1220F,"CUNEIFORM SIGN LU2 TIMES SIK2 PLUS BU"},
8885 {0x1251E,"CUNEIFORM SIGN LU2 TIMES TAK4"},
76748886 {0x12210,"CUNEIFORM SIGN LU2 TIMES TUG2"},
76758887 {0x12216,"CUNEIFORM SIGN LU3"},
76768888 {0x12217,"CUNEIFORM SIGN LUGAL"},
76948906 {0x12229,"CUNEIFORM SIGN MES"},
76958907 {0x1238C,"CUNEIFORM SIGN MESH"},
76968908 {0x1222A,"CUNEIFORM SIGN MI"},
8909 {0x1251F,"CUNEIFORM SIGN MI PLUS ZA7"},
76978910 {0x1222B,"CUNEIFORM SIGN MIN"},
76988911 {0x1222C,"CUNEIFORM SIGN MU"},
76998912 {0x1222D,"CUNEIFORM SIGN MU OVER MU"},
77058918 {0x12238,"CUNEIFORM SIGN MUSH CROSSING MUSH"},
77068919 {0x12236,"CUNEIFORM SIGN MUSH OVER MUSH"},
77078920 {0x12237,"CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA"},
8921 {0x12520,"CUNEIFORM SIGN MUSH OVER MUSH TIMES GA"},
8922 {0x12521,"CUNEIFORM SIGN MUSH OVER MUSH TIMES KAK"},
77088923 {0x12233,"CUNEIFORM SIGN MUSH TIMES A"},
77098924 {0x12234,"CUNEIFORM SIGN MUSH TIMES KUR"},
77108925 {0x12235,"CUNEIFORM SIGN MUSH TIMES ZA"},
77428957 {0x12254,"CUNEIFORM SIGN NINDA2 TIMES ASH"},
77438958 {0x12255,"CUNEIFORM SIGN NINDA2 TIMES ASH PLUS ASH"},
77448959 {0x12391,"CUNEIFORM SIGN NINDA2 TIMES BAL"},
8960 {0x12522,"CUNEIFORM SIGN NINDA2 TIMES DIM GUNU"},
77458961 {0x12392,"CUNEIFORM SIGN NINDA2 TIMES GI"},
8962 {0x12523,"CUNEIFORM SIGN NINDA2 TIMES GISH"},
77468963 {0x12256,"CUNEIFORM SIGN NINDA2 TIMES GUD"},
8964 {0x12524,"CUNEIFORM SIGN NINDA2 TIMES GUL"},
8965 {0x12525,"CUNEIFORM SIGN NINDA2 TIMES HI"},
8966 {0x12526,"CUNEIFORM SIGN NINDA2 TIMES KESH2"},
8967 {0x12527,"CUNEIFORM SIGN NINDA2 TIMES LAK-050"},
8968 {0x12528,"CUNEIFORM SIGN NINDA2 TIMES MASH"},
77478969 {0x12257,"CUNEIFORM SIGN NINDA2 TIMES ME PLUS GAN2 TENU"},
77488970 {0x12258,"CUNEIFORM SIGN NINDA2 TIMES NE"},
77498971 {0x12259,"CUNEIFORM SIGN NINDA2 TIMES NUN"},
8972 {0x12529,"CUNEIFORM SIGN NINDA2 TIMES PAP PLUS PAP"},
77508973 {0x1225A,"CUNEIFORM SIGN NINDA2 TIMES SHE"},
77518974 {0x1225B,"CUNEIFORM SIGN NINDA2 TIMES SHE PLUS A AN"},
77528975 {0x1225C,"CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH"},
77538976 {0x1225D,"CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH PLUS ASH"},
8977 {0x1252A,"CUNEIFORM SIGN NINDA2 TIMES U"},
8978 {0x1252B,"CUNEIFORM SIGN NINDA2 TIMES U PLUS U"},
77548979 {0x1225E,"CUNEIFORM SIGN NINDA2 TIMES U2 PLUS ASH"},
8980 {0x1252C,"CUNEIFORM SIGN NINDA2 TIMES URUDA"},
77558981 {0x1225F,"CUNEIFORM SIGN NINDA2 TIMES USH"},
77568982 {0x12260,"CUNEIFORM SIGN NISAG"},
77578983 {0x12261,"CUNEIFORM SIGN NU"},
78109036 {0x12293,"CUNEIFORM SIGN SA"},
78119037 {0x12295,"CUNEIFORM SIGN SAG"},
78129038 {0x122A8,"CUNEIFORM SIGN SAG GUNU"},
9039 {0x1252D,"CUNEIFORM SIGN SAG GUNU TIMES HA"},
78139040 {0x12294,"CUNEIFORM SIGN SAG NUTILLU"},
78149041 {0x122A7,"CUNEIFORM SIGN SAG OVER SAG"},
78159042 {0x12296,"CUNEIFORM SIGN SAG TIMES A"},
78169043 {0x12297,"CUNEIFORM SIGN SAG TIMES DU"},
78179044 {0x12298,"CUNEIFORM SIGN SAG TIMES DUB"},
9045 {0x1252E,"CUNEIFORM SIGN SAG TIMES EN"},
78189046 {0x12299,"CUNEIFORM SIGN SAG TIMES HA"},
78199047 {0x12396,"CUNEIFORM SIGN SAG TIMES IGI GUNU"},
78209048 {0x1229A,"CUNEIFORM SIGN SAG TIMES KAK"},
78239051 {0x1229D,"CUNEIFORM SIGN SAG TIMES MI"},
78249052 {0x1229E,"CUNEIFORM SIGN SAG TIMES NUN"},
78259053 {0x1229F,"CUNEIFORM SIGN SAG TIMES SAL"},
9054 {0x1252F,"CUNEIFORM SIGN SAG TIMES SHE AT LEFT"},
78269055 {0x122A0,"CUNEIFORM SIGN SAG TIMES SHID"},
78279056 {0x122A1,"CUNEIFORM SIGN SAG TIMES TAB"},
9057 {0x12530,"CUNEIFORM SIGN SAG TIMES TAK4"},
78289058 {0x122A2,"CUNEIFORM SIGN SAG TIMES U2"},
78299059 {0x122A3,"CUNEIFORM SIGN SAG TIMES UB"},
78309060 {0x122A4,"CUNEIFORM SIGN SAG TIMES UM"},
78459075 {0x122B5,"CUNEIFORM SIGN SHA3 TIMES U"},
78469076 {0x122B6,"CUNEIFORM SIGN SHA3 TIMES U PLUS A"},
78479077 {0x122B7,"CUNEIFORM SIGN SHA6"},
9078 {0x12531,"CUNEIFORM SIGN SHA6 TENU"},
78489079 {0x122B8,"CUNEIFORM SIGN SHAB6"},
78499080 {0x122B9,"CUNEIFORM SIGN SHAR2"},
78509081 {0x122BA,"CUNEIFORM SIGN SHE"},
78519082 {0x122BB,"CUNEIFORM SIGN SHE HU"},
9083 {0x12532,"CUNEIFORM SIGN SHE OVER SHE"},
78529084 {0x122BC,"CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR"},
78539085 {0x122BD,"CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR"},
9086 {0x12533,"CUNEIFORM SIGN SHE PLUS HUB2"},
9087 {0x12534,"CUNEIFORM SIGN SHE PLUS NAM2"},
9088 {0x12535,"CUNEIFORM SIGN SHE PLUS SAR"},
78549089 {0x122BE,"CUNEIFORM SIGN SHEG9"},
78559090 {0x122BF,"CUNEIFORM SIGN SHEN"},
78569091 {0x122C0,"CUNEIFORM SIGN SHESH"},
78799114 {0x122D7,"CUNEIFORM SIGN SHU"},
78809115 {0x122D8,"CUNEIFORM SIGN SHU OVER INVERTED SHU"},
78819116 {0x122D9,"CUNEIFORM SIGN SHU2"},
9117 {0x12536,"CUNEIFORM SIGN SHU2 PLUS DUG TIMES NI"},
9118 {0x12537,"CUNEIFORM SIGN SHU2 PLUS E2 TIMES AN"},
78829119 {0x122DA,"CUNEIFORM SIGN SHUBUR"},
78839120 {0x122DB,"CUNEIFORM SIGN SI"},
78849121 {0x122DC,"CUNEIFORM SIGN SI GUNU"},
9122 {0x12538,"CUNEIFORM SIGN SI TIMES TAK4"},
78859123 {0x122DD,"CUNEIFORM SIGN SIG"},
78869124 {0x122DE,"CUNEIFORM SIGN SIG4"},
78879125 {0x122DF,"CUNEIFORM SIGN SIG4 OVER SIG4 SHU2"},
79129150 {0x122F8,"CUNEIFORM SIGN TAG TIMES TUG2"},
79139151 {0x122F9,"CUNEIFORM SIGN TAG TIMES UD"},
79149152 {0x122FA,"CUNEIFORM SIGN TAK4"},
9153 {0x12539,"CUNEIFORM SIGN TAK4 PLUS SAG"},
79159154 {0x122FB,"CUNEIFORM SIGN TAR"},
79169155 {0x122FC,"CUNEIFORM SIGN TE"},
79179156 {0x122FD,"CUNEIFORM SIGN TE GUNU"},
79279166 {0x12306,"CUNEIFORM SIGN TUG2"},
79289167 {0x12307,"CUNEIFORM SIGN TUK"},
79299168 {0x12308,"CUNEIFORM SIGN TUM"},
9169 {0x1253A,"CUNEIFORM SIGN TUM TIMES GAN2 TENU"},
9170 {0x1253B,"CUNEIFORM SIGN TUM TIMES THREE DISH"},
79309171 {0x12309,"CUNEIFORM SIGN TUR"},
79319172 {0x1230A,"CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA"},
79329173 {0x1230B,"CUNEIFORM SIGN U"},
79349175 {0x1230E,"CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR"},
79359176 {0x1230F,"CUNEIFORM SIGN U OVER U SUR OVER SUR"},
79369177 {0x12310,"CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED"},
9178 {0x12399,"CUNEIFORM SIGN U U"},
79379179 {0x1230D,"CUNEIFORM SIGN U U U"},
79389180 {0x12311,"CUNEIFORM SIGN U2"},
79399181 {0x12312,"CUNEIFORM SIGN UB"},
79639205 {0x12329,"CUNEIFORM SIGN UR CROSSING UR"},
79649206 {0x1232A,"CUNEIFORM SIGN UR SHESHIG"},
79659207 {0x1232B,"CUNEIFORM SIGN UR2"},
9208 {0x1253C,"CUNEIFORM SIGN UR2 INVERTED"},
79669209 {0x1232C,"CUNEIFORM SIGN UR2 TIMES A PLUS HA"},
79679210 {0x1232D,"CUNEIFORM SIGN UR2 TIMES A PLUS NA"},
79689211 {0x1232E,"CUNEIFORM SIGN UR2 TIMES AL"},
79719214 {0x12331,"CUNEIFORM SIGN UR2 TIMES U2"},
79729215 {0x12332,"CUNEIFORM SIGN UR2 TIMES U2 PLUS ASH"},
79739216 {0x12333,"CUNEIFORM SIGN UR2 TIMES U2 PLUS BI"},
9217 {0x1253D,"CUNEIFORM SIGN UR2 TIMES UD"},
79749218 {0x12334,"CUNEIFORM SIGN UR4"},
79759219 {0x12335,"CUNEIFORM SIGN URI"},
79769220 {0x12336,"CUNEIFORM SIGN URI3"},
79789222 {0x12338,"CUNEIFORM SIGN URU TIMES A"},
79799223 {0x12339,"CUNEIFORM SIGN URU TIMES ASHGAB"},
79809224 {0x1233A,"CUNEIFORM SIGN URU TIMES BAR"},
9225 {0x1253E,"CUNEIFORM SIGN URU TIMES DARA3"},
79819226 {0x1233B,"CUNEIFORM SIGN URU TIMES DUN"},
79829227 {0x1233C,"CUNEIFORM SIGN URU TIMES GA"},
79839228 {0x1233D,"CUNEIFORM SIGN URU TIMES GAL"},
79899234 {0x12343,"CUNEIFORM SIGN URU TIMES IM"},
79909235 {0x12344,"CUNEIFORM SIGN URU TIMES ISH"},
79919236 {0x12345,"CUNEIFORM SIGN URU TIMES KI"},
9237 {0x1253F,"CUNEIFORM SIGN URU TIMES LAK-668"},
9238 {0x12540,"CUNEIFORM SIGN URU TIMES LU3"},
79929239 {0x12346,"CUNEIFORM SIGN URU TIMES LUM"},
79939240 {0x12347,"CUNEIFORM SIGN URU TIMES MIN"},
79949241 {0x12348,"CUNEIFORM SIGN URU TIMES PA"},
80159262 {0x1235D,"CUNEIFORM SIGN ZA"},
80169263 {0x1235F,"CUNEIFORM SIGN ZA SQUARED TIMES KUR"},
80179264 {0x1235E,"CUNEIFORM SIGN ZA TENU"},
9265 {0x12541,"CUNEIFORM SIGN ZA7"},
80189266 {0x12360,"CUNEIFORM SIGN ZAG"},
80199267 {0x12361,"CUNEIFORM SIGN ZAMX"},
80209268 {0x12362,"CUNEIFORM SIGN ZE2"},
80269274 {0x12368,"CUNEIFORM SIGN ZIG"},
80279275 {0x12369,"CUNEIFORM SIGN ZIZ2"},
80289276 {0x1236A,"CUNEIFORM SIGN ZU"},
9277 {0x12542,"CUNEIFORM SIGN ZU OVER ZU PLUS SAR"},
80299278 {0x1236B,"CUNEIFORM SIGN ZU5"},
80309279 {0x1236C,"CUNEIFORM SIGN ZU5 TIMES A"},
9280 {0x12543,"CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU"},
80319281 {0x1236D,"CUNEIFORM SIGN ZUBUR"},
80329282 {0x1236E,"CUNEIFORM SIGN ZUM"},
80339283 {0x26FE,"CUP ON BLACK SQUARE"},
9284 {0x1F964,"CUP WITH STRAW"},
9285 {0x1F9C1,"CUPCAKE"},
9286 {0x2BE0,"CUPIDO"},
9287 {0x1F94C,"CURLING STONE"},
80349288 {0x23AA,"CURLY BRACKET EXTENSION"},
80359289 {0x22CF,"CURLY LOGICAL AND"},
80369290 {0x22CE,"CURLY LOGICAL OR"},
80419295 {0x2761,"CURVED STEM PARAGRAPH SIGN ORNAMENT"},
80429296 {0x1F36E,"CUSTARD"},
80439297 {0x1F6C3,"CUSTOMS"},
9298 {0x1F969,"CUT OF MEAT"},
80449299 {0x1F300,"CYCLONE"},
80459300 {0x232D,"CYLINDRICITY"},
80469301 {0x10800,"CYPRIOT SYLLABLE A"},
83969651 {0x0515,"CYRILLIC SMALL LETTER LHA"},
83979652 {0x0467,"CYRILLIC SMALL LETTER LITTLE YUS"},
83989653 {0x0459,"CYRILLIC SMALL LETTER LJE"},
9654 {0x1C81,"CYRILLIC SMALL LETTER LONG-LEGGED DE"},
83999655 {0xA669,"CYRILLIC SMALL LETTER MONOCULAR O"},
84009656 {0xA64B,"CYRILLIC SMALL LETTER MONOGRAPH UK"},
9657 {0x1C82,"CYRILLIC SMALL LETTER NARROW O"},
84019658 {0xA64F,"CYRILLIC SMALL LETTER NEUTRAL YER"},
84029659 {0x045A,"CYRILLIC SMALL LETTER NJE"},
84039660 {0x043E,"CYRILLIC SMALL LETTER O"},
84179674 {0x0511,"CYRILLIC SMALL LETTER REVERSED ZE"},
84189675 {0x0517,"CYRILLIC SMALL LETTER RHA"},
84199676 {0x047B,"CYRILLIC SMALL LETTER ROUND OMEGA"},
9677 {0x1C80,"CYRILLIC SMALL LETTER ROUNDED VE"},
84209678 {0x04D9,"CYRILLIC SMALL LETTER SCHWA"},
84219679 {0x04DB,"CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS"},
84229680 {0x048D,"CYRILLIC SMALL LETTER SEMISOFT SIGN"},
84349692 {0x044C,"CYRILLIC SMALL LETTER SOFT SIGN"},
84359693 {0x04AF,"CYRILLIC SMALL LETTER STRAIGHT U"},
84369694 {0x04B1,"CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE"},
9695 {0x1C86,"CYRILLIC SMALL LETTER TALL HARD SIGN"},
9696 {0x1C84,"CYRILLIC SMALL LETTER TALL TE"},
9697 {0x1C87,"CYRILLIC SMALL LETTER TALL YAT"},
84379698 {0xA693,"CYRILLIC SMALL LETTER TCHE"},
84389699 {0x0442,"CYRILLIC SMALL LETTER TE"},
84399700 {0x04AD,"CYRILLIC SMALL LETTER TE WITH DESCENDER"},
84409701 {0xA68B,"CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK"},
9702 {0x1C85,"CYRILLIC SMALL LETTER THREE-LEGGED TE"},
84419703 {0x0446,"CYRILLIC SMALL LETTER TSE"},
84429704 {0x045B,"CYRILLIC SMALL LETTER TSHE"},
84439705 {0xA691,"CYRILLIC SMALL LETTER TSSE"},
84499711 {0x04EF,"CYRILLIC SMALL LETTER U WITH MACRON"},
84509712 {0x0479,"CYRILLIC SMALL LETTER UK"},
84519713 {0x0454,"CYRILLIC SMALL LETTER UKRAINIAN IE"},
9714 {0x1C88,"CYRILLIC SMALL LETTER UNBLENDED UK"},
84529715 {0x0432,"CYRILLIC SMALL LETTER VE"},
84539716 {0x051D,"CYRILLIC SMALL LETTER WE"},
9717 {0x1C83,"CYRILLIC SMALL LETTER WIDE ES"},
84549718 {0x044F,"CYRILLIC SMALL LETTER YA"},
84559719 {0x0519,"CYRILLIC SMALL LETTER YAE"},
84569720 {0x0463,"CYRILLIC SMALL LETTER YAT"},
84839747 {0x2593,"DARK SHADE"},
84849748 {0x1F576,"DARK SUNGLASSES"},
84859749 {0x1F4A8,"DASH SYMBOL"},
9750 {0x2E43,"DASH WITH LEFT UPTURN"},
84869751 {0xFE4D,"DASHED LOW LINE"},
84879752 {0xFE49,"DASHED OVERLINE"},
84889753 {0x279F,"DASHED TRIANGLE-HEADED RIGHTWARDS ARROW"},
84909755 {0x23E8,"DECIMAL EXPONENT SYMBOL"},
84919756 {0x2396,"DECIMAL SEPARATOR KEY SYMBOL"},
84929757 {0x1F5DB,"DECREASE FONT SIZE SYMBOL"},
9758 {0x1F98C,"DEER"},
84939759 {0x2103,"DEGREE CELSIUS"},
84949760 {0x2109,"DEGREE FAHRENHEIT"},
84959761 {0x00B0,"DEGREE SIGN"},
86159881 {0xA8F9,"DEVANAGARI GAP FILLER"},
86169882 {0x0953,"DEVANAGARI GRAVE ACCENT"},
86179883 {0xA8FB,"DEVANAGARI HEADSTROKE"},
9884 {0xA8FD,"DEVANAGARI JAIN OM"},
86189885 {0x0905,"DEVANAGARI LETTER A"},
86199886 {0x0906,"DEVANAGARI LETTER AA"},
86209887 {0x0910,"DEVANAGARI LETTER AI"},
86219888 {0x0914,"DEVANAGARI LETTER AU"},
86229889 {0x0975,"DEVANAGARI LETTER AW"},
9890 {0xA8FE,"DEVANAGARI LETTER AY"},
86239891 {0x092C,"DEVANAGARI LETTER BA"},
86249892 {0x097F,"DEVANAGARI LETTER BBA"},
86259893 {0x092D,"DEVANAGARI LETTER BHA"},
87069974 {0x0900,"DEVANAGARI SIGN INVERTED CANDRABINDU"},
87079975 {0x093C,"DEVANAGARI SIGN NUKTA"},
87089976 {0xA8F8,"DEVANAGARI SIGN PUSHPIKA"},
9977 {0xA8FC,"DEVANAGARI SIGN SIDDHAM"},
87099978 {0xA8F2,"DEVANAGARI SIGN SPACING CANDRABINDU"},
87109979 {0x094D,"DEVANAGARI SIGN VIRAMA"},
87119980 {0x0903,"DEVANAGARI SIGN VISARGA"},
87159984 {0x0948,"DEVANAGARI VOWEL SIGN AI"},
87169985 {0x094C,"DEVANAGARI VOWEL SIGN AU"},
87179986 {0x094F,"DEVANAGARI VOWEL SIGN AW"},
9987 {0xA8FF,"DEVANAGARI VOWEL SIGN AY"},
87189988 {0x0945,"DEVANAGARI VOWEL SIGN CANDRA E"},
87199989 {0x0955,"DEVANAGARI VOWEL SIGN CANDRA LONG E"},
87209990 {0x0949,"DEVANAGARI VOWEL SIGN CANDRA O"},
883810108 {0x26AE,"DIVORCE SYMBOL"},
883910109 {0x1F635,"DIZZY FACE"},
884010110 {0x1F4AB,"DIZZY SYMBOL"},
10111 {0x1F9EC,"DNA DOUBLE HELIX"},
884110112 {0x1F6AF,"DO NOT LITTER SYMBOL"},
884210113 {0x1F5CE,"DOCUMENT"},
884310114 {0x1F5BB,"DOCUMENT WITH PICTURE"},
885610127 {0x22E1,"DOES NOT SUCCEED OR EQUAL"},
885710128 {0x1F415,"DOG"},
885810129 {0x1F436,"DOG FACE"},
10130 {0x1183B,"DOGRA ABBREVIATION SIGN"},
10131 {0x11800,"DOGRA LETTER A"},
10132 {0x11801,"DOGRA LETTER AA"},
10133 {0x11807,"DOGRA LETTER AI"},
10134 {0x11809,"DOGRA LETTER AU"},
10135 {0x11820,"DOGRA LETTER BA"},
10136 {0x11821,"DOGRA LETTER BHA"},
10137 {0x1180F,"DOGRA LETTER CA"},
10138 {0x11810,"DOGRA LETTER CHA"},
10139 {0x1181B,"DOGRA LETTER DA"},
10140 {0x11816,"DOGRA LETTER DDA"},
10141 {0x11817,"DOGRA LETTER DDHA"},
10142 {0x1181C,"DOGRA LETTER DHA"},
10143 {0x11806,"DOGRA LETTER E"},
10144 {0x1180C,"DOGRA LETTER GA"},
10145 {0x1180D,"DOGRA LETTER GHA"},
10146 {0x1182A,"DOGRA LETTER HA"},
10147 {0x11802,"DOGRA LETTER I"},
10148 {0x11803,"DOGRA LETTER II"},
10149 {0x11811,"DOGRA LETTER JA"},
10150 {0x11812,"DOGRA LETTER JHA"},
10151 {0x1180A,"DOGRA LETTER KA"},
10152 {0x1180B,"DOGRA LETTER KHA"},
10153 {0x11825,"DOGRA LETTER LA"},
10154 {0x11822,"DOGRA LETTER MA"},
10155 {0x1181D,"DOGRA LETTER NA"},
10156 {0x1180E,"DOGRA LETTER NGA"},
10157 {0x11818,"DOGRA LETTER NNA"},
10158 {0x11813,"DOGRA LETTER NYA"},
10159 {0x11808,"DOGRA LETTER O"},
10160 {0x1181E,"DOGRA LETTER PA"},
10161 {0x1181F,"DOGRA LETTER PHA"},
10162 {0x11824,"DOGRA LETTER RA"},
10163 {0x1182B,"DOGRA LETTER RRA"},
10164 {0x11829,"DOGRA LETTER SA"},
10165 {0x11827,"DOGRA LETTER SHA"},
10166 {0x11828,"DOGRA LETTER SSA"},
10167 {0x11819,"DOGRA LETTER TA"},
10168 {0x1181A,"DOGRA LETTER THA"},
10169 {0x11814,"DOGRA LETTER TTA"},
10170 {0x11815,"DOGRA LETTER TTHA"},
10171 {0x11804,"DOGRA LETTER U"},
10172 {0x11805,"DOGRA LETTER UU"},
10173 {0x11826,"DOGRA LETTER VA"},
10174 {0x11823,"DOGRA LETTER YA"},
10175 {0x11837,"DOGRA SIGN ANUSVARA"},
10176 {0x1183A,"DOGRA SIGN NUKTA"},
10177 {0x11839,"DOGRA SIGN VIRAMA"},
10178 {0x11838,"DOGRA SIGN VISARGA"},
10179 {0x1182C,"DOGRA VOWEL SIGN AA"},
10180 {0x11834,"DOGRA VOWEL SIGN AI"},
10181 {0x11836,"DOGRA VOWEL SIGN AU"},
10182 {0x11833,"DOGRA VOWEL SIGN E"},
10183 {0x1182D,"DOGRA VOWEL SIGN I"},
10184 {0x1182E,"DOGRA VOWEL SIGN II"},
10185 {0x11835,"DOGRA VOWEL SIGN O"},
10186 {0x1182F,"DOGRA VOWEL SIGN U"},
10187 {0x11830,"DOGRA VOWEL SIGN UU"},
10188 {0x11831,"DOGRA VOWEL SIGN VOCALIC R"},
10189 {0x11832,"DOGRA VOWEL SIGN VOCALIC RR"},
885910190 {0x0024,"DOLLAR SIGN"},
886010191 {0x1F42C,"DOLPHIN"},
886110192 {0x1F030,"DOMINO TILE HORIZONTAL BACK"},
896910300 {0x2999,"DOTTED FENCE"},
897010301 {0x2E13,"DOTTED OBELOS"},
897110302 {0x2E16,"DOTTED RIGHT-POINTING ANGLE"},
10303 {0x2E4A,"DOTTED SOLIDUS"},
897210304 {0x2B1A,"DOTTED SQUARE"},
897310305 {0x2E08,"DOTTED TRANSPOSITION MARKER"},
897410306 {0x02DD,"DOUBLE ACUTE ACCENT"},
901010342 {0x2AFD,"DOUBLE SOLIDUS OPERATOR"},
901110343 {0x2A4E,"DOUBLE SQUARE INTERSECTION"},
901210344 {0x2A4F,"DOUBLE SQUARE UNION"},
10345 {0x2E49,"DOUBLE STACKED COMMA"},
901310346 {0x2AEC,"DOUBLE STROKE NOT SIGN"},
901410347 {0x22D0,"DOUBLE SUBSET"},
901510348 {0x2ABC,"DOUBLE SUCCEEDS"},
901610349 {0x22D1,"DOUBLE SUPERSET"},
10350 {0x2E44,"DOUBLE SUSPENSION MARK"},
901710351 {0x22D3,"DOUBLE UNION"},
901810352 {0x2AEB,"DOUBLE UP TACK"},
901910353 {0x23F8,"DOUBLE VERTICAL BAR"},
904810382 {0x213C,"DOUBLE-STRUCK SMALL PI"},
904910383 {0x26A2,"DOUBLED FEMALE SIGN"},
905010384 {0x26A3,"DOUBLED MALE SIGN"},
10385 {0x2BFC,"DOUBLED SYMBOL"},
905110386 {0x1F369,"DOUGHNUT"},
905210387 {0x1F54A,"DOVE OF PEACE"},
905310388 {0x2304,"DOWN ARROWHEAD"},
905910394 {0x1F53D,"DOWN-POINTING SMALL RED TRIANGLE"},
906010395 {0x29E8,"DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK"},
906110396 {0x29E9,"DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK"},
10397 {0x1F908,"DOWNWARD FACING HOOK"},
10398 {0x1F90A,"DOWNWARD FACING HOOK WITH DOT"},
10399 {0x1F909,"DOWNWARD FACING NOTCHED HOOK"},
10400 {0x1F90B,"DOWNWARD FACING NOTCHED HOOK WITH DOT"},
906210401 {0x2E14,"DOWNWARDS ANCORA"},
906310402 {0x2193,"DOWNWARDS ARROW"},
906410403 {0x21A7,"DOWNWARDS ARROW FROM BAR"},
911310452 {0x2B4D,"DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW"},
911410453 {0x290B,"DOWNWARDS TRIPLE ARROW"},
911510454 {0x21A1,"DOWNWARDS TWO HEADED ARROW"},
10455 {0x2BEF,"DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS"},
911610456 {0x21E9,"DOWNWARDS WHITE ARROW"},
911710457 {0x1F897,"DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"},
911810458 {0x21AF,"DOWNWARDS ZIGZAG ARROW"},
912310463 {0x1F457,"DRESS"},
912410464 {0x26DA,"DRIVE SLOW SIGN"},
912510465 {0x1F42A,"DROMEDARY CAMEL"},
10466 {0x1F924,"DROOLING FACE"},
912610467 {0x1F4A7,"DROPLET"},
10468 {0x1F941,"DRUM WITH DRUMSTICKS"},
10469 {0x1F986,"DUCK"},
10470 {0x1F95F,"DUMPLING"},
912710471 {0x1BC7A,"DUPLOYAN AFFIX ATTACHED E HOOK"},
912810472 {0x1BC7B,"DUPLOYAN AFFIX ATTACHED I HOOK"},
912910473 {0x1BC77,"DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT"},
926910613 {0x1BC9D,"DUPLOYAN THICK LETTER SELECTOR"},
927010614 {0x1F4C0,"DVD"},
927110615 {0x1F4E7,"E-MAIL SYMBOL"},
10616 {0x1F985,"EAGLE"},
927210617 {0x1F442,"EAR"},
927310618 {0x1F33D,"EAR OF MAIZE"},
927410619 {0x1F33E,"EAR OF RICE"},
927910624 {0x23DA,"EARTH GROUND"},
928010625 {0x2671,"EAST SYRIAC CROSS"},
928110626 {0x2E0E,"EDITORIAL CORONIS"},
10627 {0x1F95A,"EGG"},
928210628 {0x13000,"EGYPTIAN HIEROGLYPH A001"},
928310629 {0x13001,"EGYPTIAN HIEROGLYPH A002"},
928410630 {0x13002,"EGYPTIAN HIEROGLYPH A003"},
1041311759 {0x22F8,"ELEMENT OF WITH UNDERBAR"},
1041411760 {0x22F3,"ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"},
1041511761 {0x1F418,"ELEPHANT"},
11762 {0x1F9DD,"ELF"},
1041611763 {0x2014,"EM DASH"},
1041711764 {0x2001,"EM QUAD"},
1041811765 {0x2003,"EM SPACE"},
11766 {0x1F9B2,"EMOJI COMPONENT BALD"},
11767 {0x1F9B1,"EMOJI COMPONENT CURLY HAIR"},
11768 {0x1F9B0,"EMOJI COMPONENT RED HAIR"},
11769 {0x1F9B3,"EMOJI COMPONENT WHITE HAIR"},
11770 {0x1F3FB,"EMOJI MODIFIER FITZPATRICK TYPE-1-2"},
11771 {0x1F3FC,"EMOJI MODIFIER FITZPATRICK TYPE-3"},
11772 {0x1F3FD,"EMOJI MODIFIER FITZPATRICK TYPE-4"},
11773 {0x1F3FE,"EMOJI MODIFIER FITZPATRICK TYPE-5"},
11774 {0x1F3FF,"EMOJI MODIFIER FITZPATRICK TYPE-6"},
1041911775 {0x2383,"EMPHASIS SYMBOL"},
1042011776 {0x1F5CB,"EMPTY DOCUMENT"},
1042111777 {0x1F5C5,"EMPTY NOTE"},
1045311809 {0x29E4,"EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE"},
1045411810 {0x2AAE,"EQUALS SIGN WITH BUMPY ABOVE"},
1045511811 {0x2A66,"EQUALS SIGN WITH DOT BELOW"},
11812 {0x2BF9,"EQUALS SIGN WITH INFINITY BELOW"},
1045611813 {0x2A77,"EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW"},
1045711814 {0x2A6E,"EQUALS WITH ASTERISK"},
1045811815 {0x225A,"EQUIANGULAR TO"},
1046011817 {0x2A78,"EQUIVALENT WITH FOUR DOTS ABOVE"},
1046111818 {0x232B,"ERASE TO THE LEFT"},
1046211819 {0x2326,"ERASE TO THE RIGHT"},
11820 {0x2BF0,"ERIS FORM ONE"},
11821 {0x2BF1,"ERIS FORM TWO"},
1046311822 {0x29F3,"ERROR-BARRED BLACK CIRCLE"},
1046411823 {0x29F1,"ERROR-BARRED BLACK DIAMOND"},
1046511824 {0x29EF,"ERROR-BARRED BLACK SQUARE"},
1099412353 {0x1F453,"EYEGLASSES"},
1099512354 {0x1F440,"EYES"},
1099612355 {0x1F486,"FACE MASSAGE"},
12356 {0x1F926,"FACE PALM"},
1099712357 {0x1F60B,"FACE SAVOURING DELICIOUS FOOD"},
1099812358 {0x1F631,"FACE SCREAMING IN FEAR"},
1099912359 {0x1F618,"FACE THROWING A KISS"},
1100012360 {0x1F613,"FACE WITH COLD SWEAT"},
12361 {0x1F920,"FACE WITH COWBOY HAT"},
12362 {0x1F92B,"FACE WITH FINGER COVERING CLOSED LIPS"},
12363 {0x1F915,"FACE WITH HEAD-BANDAGE"},
1100112364 {0x1F624,"FACE WITH LOOK OF TRIUMPH"},
1100212365 {0x1F637,"FACE WITH MEDICAL MASK"},
12366 {0x1F9D0,"FACE WITH MONOCLE"},
1100312367 {0x1F645,"FACE WITH NO GOOD GESTURE"},
1100412368 {0x1F646,"FACE WITH OK GESTURE"},
12369 {0x1F928,"FACE WITH ONE EYEBROW RAISED"},
1100512370 {0x1F62E,"FACE WITH OPEN MOUTH"},
1100612371 {0x1F630,"FACE WITH OPEN MOUTH AND COLD SWEAT"},
12372 {0x1F92E,"FACE WITH OPEN MOUTH VOMITING"},
12373 {0x1F973,"FACE WITH PARTY HORN AND PARTY HAT"},
12374 {0x1F97A,"FACE WITH PLEADING EYES"},
12375 {0x1F644,"FACE WITH ROLLING EYES"},
1100712376 {0x1F61B,"FACE WITH STUCK-OUT TONGUE"},
1100812377 {0x1F61D,"FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES"},
1100912378 {0x1F61C,"FACE WITH STUCK-OUT TONGUE AND WINKING EYE"},
1101012379 {0x1F602,"FACE WITH TEARS OF JOY"},
12380 {0x1F912,"FACE WITH THERMOMETER"},
12381 {0x1F974,"FACE WITH UNEVEN EYES AND WAVY MOUTH"},
1101112382 {0x1F636,"FACE WITHOUT MOUTH"},
1101212383 {0x213B,"FACSIMILE SIGN"},
1101312384 {0x1F3ED,"FACTORY"},
12385 {0x1F9DA,"FAIRY"},
1101412386 {0x1F342,"FALLEN LEAF"},
1101512387 {0x292F,"FALLING DIAGONAL CROSSING NORTH EAST ARROW"},
1101612388 {0x292C,"FALLING DIAGONAL CROSSING RISING DIAGONAL"},
1102312395 {0x1F628,"FEARFUL FACE"},
1102412396 {0x2640,"FEMALE SIGN"},
1102512397 {0x00AA,"FEMININE ORDINAL INDICATOR"},
12398 {0x1F93A,"FENCER"},
1102612399 {0x1F3A1,"FERRIS WHEEL"},
1102712400 {0x26F4,"FERRY"},
12401 {0x1F3D1,"FIELD HOCKEY STICK AND BALL"},
1102812402 {0x2012,"FIGURE DASH"},
1102912403 {0x2007,"FIGURE SPACE"},
1103012404 {0x1F5C4,"FILE CABINET"},
1103412408 {0x2A0D,"FINITE PART INTEGRAL"},
1103512409 {0x1F525,"FIRE"},
1103612410 {0x1F692,"FIRE ENGINE"},
12411 {0x1F9EF,"FIRE EXTINGUISHER"},
12412 {0x1F9E8,"FIRECRACKER"},
1103712413 {0x1F387,"FIREWORK SPARKLER"},
1103812414 {0x1F386,"FIREWORKS"},
12415 {0x1F947,"FIRST PLACE MEDAL"},
1103912416 {0x263D,"FIRST QUARTER MOON"},
1104012417 {0x1F313,"FIRST QUARTER MOON SYMBOL"},
1104112418 {0x1F31B,"FIRST QUARTER MOON WITH FACE"},
1104812425 {0x2E2D,"FIVE DOT MARK"},
1104912426 {0x2059,"FIVE DOT PUNCTUATION"},
1105012427 {0x26F3,"FLAG IN HOLE"},
12428 {0x1F97F,"FLAT SHOE"},
1105112429 {0x23E5,"FLATNESS"},
1105212430 {0x269C,"FLEUR-DE-LIS"},
1105312431 {0x1F4AA,"FLEXED BICEPS"},
1105712435 {0x1F3B4,"FLOWER PLAYING CARDS"},
1105812436 {0x2055,"FLOWER PUNCTUATION MARK"},
1105912437 {0x1F633,"FLUSHED FACE"},
12438 {0x1F94F,"FLYING DISC"},
1106012439 {0x1F585,"FLYING ENVELOPE"},
12440 {0x1F6F8,"FLYING SAUCER"},
1106112441 {0x1F32B,"FOG"},
1106212442 {0x1F301,"FOGGY"},
1106312443 {0x1F5C0,"FOLDER"},
12444 {0x1F9B6,"FOOT"},
1106412445 {0x1F463,"FOOTPRINTS"},
1106512446 {0x2200,"FOR ALL"},
1106612447 {0x22A9,"FORCES"},
1106812449 {0x1F37D,"FORK AND KNIFE WITH PLATE"},
1106912450 {0x2E10,"FORKED PARAGRAPHOS"},
1107012451 {0x2ADC,"FORKING"},
12452 {0x1F960,"FORTUNE COOKIE"},
1107112453 {0x26F2,"FOUNTAIN"},
1107212454 {0x2723,"FOUR BALLOON-SPOKED ASTERISK"},
1107312455 {0x2725,"FOUR CLUB-SPOKED ASTERISK"},
1107912461 {0x2722,"FOUR TEARDROP-SPOKED ASTERISK"},
1108012462 {0x2005,"FOUR-PER-EM SPACE"},
1108112463 {0x221C,"FOURTH ROOT"},
12464 {0x1F98A,"FOX FACE"},
1108212465 {0x215F,"FRACTION NUMERATOR ONE"},
1108312466 {0x2044,"FRACTION SLASH"},
1108412467 {0x1F5BE,"FRAME WITH AN X"},
1108512468 {0x1F5BC,"FRAME WITH PICTURE"},
1108612469 {0x1F5BD,"FRAME WITH TILES"},
12470 {0x1F976,"FREEZING FACE"},
1108712471 {0x20A3,"FRENCH FRANC SIGN"},
1108812472 {0x1F35F,"FRENCH FRIES"},
1108912473 {0x1F364,"FRIED SHRIMP"},
1121012594 {0x26ED,"GEAR WITHOUT HUB"},
1121112595 {0x1F48E,"GEM STONE"},
1121212596 {0x264A,"GEMINI"},
12597 {0x1F9DE,"GENIE"},
1121312598 {0x223A,"GEOMETRIC PROPORTION"},
1121412599 {0x2251,"GEOMETRICALLY EQUAL TO"},
1121512600 {0x224E,"GEOMETRICALLY EQUIVALENT TO"},
1129912684 {0x10F7,"GEORGIAN LETTER YN"},
1130012685 {0x10D6,"GEORGIAN LETTER ZEN"},
1130112686 {0x10DF,"GEORGIAN LETTER ZHAR"},
12687 {0x1CBD,"GEORGIAN MTAVRULI CAPITAL LETTER AEN"},
12688 {0x1CBA,"GEORGIAN MTAVRULI CAPITAL LETTER AIN"},
12689 {0x1C90,"GEORGIAN MTAVRULI CAPITAL LETTER AN"},
12690 {0x1C91,"GEORGIAN MTAVRULI CAPITAL LETTER BAN"},
12691 {0x1CAA,"GEORGIAN MTAVRULI CAPITAL LETTER CAN"},
12692 {0x1CAD,"GEORGIAN MTAVRULI CAPITAL LETTER CHAR"},
12693 {0x1CA9,"GEORGIAN MTAVRULI CAPITAL LETTER CHIN"},
12694 {0x1CAC,"GEORGIAN MTAVRULI CAPITAL LETTER CIL"},
12695 {0x1C93,"GEORGIAN MTAVRULI CAPITAL LETTER DON"},
12696 {0x1CB8,"GEORGIAN MTAVRULI CAPITAL LETTER ELIFI"},
12697 {0x1C94,"GEORGIAN MTAVRULI CAPITAL LETTER EN"},
12698 {0x1CB6,"GEORGIAN MTAVRULI CAPITAL LETTER FI"},
12699 {0x1C92,"GEORGIAN MTAVRULI CAPITAL LETTER GAN"},
12700 {0x1CA6,"GEORGIAN MTAVRULI CAPITAL LETTER GHAN"},
12701 {0x1CB0,"GEORGIAN MTAVRULI CAPITAL LETTER HAE"},
12702 {0x1CB4,"GEORGIAN MTAVRULI CAPITAL LETTER HAR"},
12703 {0x1CBE,"GEORGIAN MTAVRULI CAPITAL LETTER HARD SIGN"},
12704 {0x1CB1,"GEORGIAN MTAVRULI CAPITAL LETTER HE"},
12705 {0x1CB2,"GEORGIAN MTAVRULI CAPITAL LETTER HIE"},
12706 {0x1CB5,"GEORGIAN MTAVRULI CAPITAL LETTER HOE"},
12707 {0x1C98,"GEORGIAN MTAVRULI CAPITAL LETTER IN"},
12708 {0x1CAF,"GEORGIAN MTAVRULI CAPITAL LETTER JHAN"},
12709 {0x1CAB,"GEORGIAN MTAVRULI CAPITAL LETTER JIL"},
12710 {0x1C99,"GEORGIAN MTAVRULI CAPITAL LETTER KAN"},
12711 {0x1CA5,"GEORGIAN MTAVRULI CAPITAL LETTER KHAR"},
12712 {0x1CBF,"GEORGIAN MTAVRULI CAPITAL LETTER LABIAL SIGN"},
12713 {0x1C9A,"GEORGIAN MTAVRULI CAPITAL LETTER LAS"},
12714 {0x1C9B,"GEORGIAN MTAVRULI CAPITAL LETTER MAN"},
12715 {0x1C9C,"GEORGIAN MTAVRULI CAPITAL LETTER NAR"},
12716 {0x1C9D,"GEORGIAN MTAVRULI CAPITAL LETTER ON"},
12717 {0x1C9E,"GEORGIAN MTAVRULI CAPITAL LETTER PAR"},
12718 {0x1CA4,"GEORGIAN MTAVRULI CAPITAL LETTER PHAR"},
12719 {0x1CA7,"GEORGIAN MTAVRULI CAPITAL LETTER QAR"},
12720 {0x1CA0,"GEORGIAN MTAVRULI CAPITAL LETTER RAE"},
12721 {0x1CA1,"GEORGIAN MTAVRULI CAPITAL LETTER SAN"},
12722 {0x1CA8,"GEORGIAN MTAVRULI CAPITAL LETTER SHIN"},
12723 {0x1C97,"GEORGIAN MTAVRULI CAPITAL LETTER TAN"},
12724 {0x1CA2,"GEORGIAN MTAVRULI CAPITAL LETTER TAR"},
12725 {0x1CB9,"GEORGIAN MTAVRULI CAPITAL LETTER TURNED GAN"},
12726 {0x1CA3,"GEORGIAN MTAVRULI CAPITAL LETTER UN"},
12727 {0x1C95,"GEORGIAN MTAVRULI CAPITAL LETTER VIN"},
12728 {0x1CB3,"GEORGIAN MTAVRULI CAPITAL LETTER WE"},
12729 {0x1CAE,"GEORGIAN MTAVRULI CAPITAL LETTER XAN"},
12730 {0x1CB7,"GEORGIAN MTAVRULI CAPITAL LETTER YN"},
12731 {0x1C96,"GEORGIAN MTAVRULI CAPITAL LETTER ZEN"},
12732 {0x1C9F,"GEORGIAN MTAVRULI CAPITAL LETTER ZHAR"},
1130212733 {0x10FB,"GEORGIAN PARAGRAPH SEPARATOR"},
1130312734 {0x2D2D,"GEORGIAN SMALL LETTER AEN"},
1130412735 {0x2D00,"GEORGIAN SMALL LETTER AN"},
1134412775 {0x3013,"GETA MARK"},
1134512776 {0x1F47B,"GHOST"},
1134612777 {0x2137,"GIMEL SYMBOL"},
12778 {0x1F992,"GIRAFFE FACE"},
1134712779 {0x1F467,"GIRL"},
1134812780 {0x1F6CA,"GIRLS SYMBOL"},
1134912781 {0x2C00,"GLAGOLITIC CAPITAL LETTER AZU"},
1144012872 {0x2C53,"GLAGOLITIC SMALL LETTER YU"},
1144112873 {0x2C38,"GLAGOLITIC SMALL LETTER ZEMLJA"},
1144212874 {0x2C36,"GLAGOLITIC SMALL LETTER ZHIVETE"},
12875 {0x1F95B,"GLASS OF MILK"},
1144312876 {0x29E6,"GLEICH STARK"},
1144412877 {0x1F310,"GLOBE WITH MERIDIANS"},
12878 {0x1F9E4,"GLOVES"},
1144512879 {0x1F31F,"GLOWING STAR"},
12880 {0x1F945,"GOAL NET"},
1144612881 {0x1F410,"GOAT"},
12882 {0x1F97D,"GOGGLES"},
1144712883 {0x1F3CC,"GOLFER"},
12884 {0x1F98D,"GORILLA"},
1144812885 {0x10330,"GOTHIC LETTER AHSA"},
1144912886 {0x10334,"GOTHIC LETTER AIHVUS"},
1145012887 {0x10331,"GOTHIC LETTER BAIRKAN"},
1152412961 {0x1130B,"GRANTHA LETTER VOCALIC R"},
1152512962 {0x11360,"GRANTHA LETTER VOCALIC RR"},
1152612963 {0x1132F,"GRANTHA LETTER YA"},
12964 {0x11350,"GRANTHA OM"},
1152712965 {0x11302,"GRANTHA SIGN ANUSVARA"},
1152812966 {0x1133D,"GRANTHA SIGN AVAGRAHA"},
1152912967 {0x11301,"GRANTHA SIGN CANDRABINDU"},
12968 {0x11300,"GRANTHA SIGN COMBINING ANUSVARA ABOVE"},
1153012969 {0x1133C,"GRANTHA SIGN NUKTA"},
1153112970 {0x1135D,"GRANTHA SIGN PLUTA"},
1153212971 {0x1134D,"GRANTHA SIGN VIRAMA"},
1178413223 {0x10180,"GREEK FIVE OBOLS SIGN"},
1178513224 {0x1017F,"GREEK FOUR OBOLS SIGN"},
1178613225 {0x10188,"GREEK GRAMMA SIGN"},
13226 {0x1018D,"GREEK INDICTION SIGN"},
1178713227 {0x1D21D,"GREEK INSTRUMENTAL NOTATION SYMBOL-1"},
1178813228 {0x1D223,"GREEK INSTRUMENTAL NOTATION SYMBOL-11"},
1178913229 {0x1D224,"GREEK INSTRUMENTAL NOTATION SYMBOL-12"},
1208713527 {0x1F34F,"GREEN APPLE"},
1208813528 {0x1F4D7,"GREEN BOOK"},
1208913529 {0x1F49A,"GREEN HEART"},
13530 {0x1F957,"GREEN SALAD"},
1209013531 {0x1F62C,"GRIMACING FACE"},
1209113532 {0x1F638,"GRINNING CAT FACE WITH SMILING EYES"},
1209213533 {0x1F600,"GRINNING FACE"},
13534 {0x1F92A,"GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE"},
1209313535 {0x1F601,"GRINNING FACE WITH SMILING EYES"},
13536 {0x1F929,"GRINNING FACE WITH STAR EYES"},
13537 {0x2BD2,"GROUP MARK"},
1209413538 {0x1F497,"GROWING HEART"},
1209513539 {0x20B2,"GUARANI SIGN"},
1209613540 {0x1F482,"GUARDSMAN"},
1215413598 {0x0A8B,"GUJARATI LETTER VOCALIC R"},
1215513599 {0x0AE0,"GUJARATI LETTER VOCALIC RR"},
1215613600 {0x0AAF,"GUJARATI LETTER YA"},
13601 {0x0AF9,"GUJARATI LETTER ZHA"},
1215713602 {0x0AD0,"GUJARATI OM"},
1215813603 {0x0AF1,"GUJARATI RUPEE SIGN"},
1215913604 {0x0A82,"GUJARATI SIGN ANUSVARA"},
1216013605 {0x0ABD,"GUJARATI SIGN AVAGRAHA"},
1216113606 {0x0A81,"GUJARATI SIGN CANDRABINDU"},
13607 {0x0AFE,"GUJARATI SIGN CIRCLE NUKTA ABOVE"},
13608 {0x0AFC,"GUJARATI SIGN MADDAH"},
1216213609 {0x0ABC,"GUJARATI SIGN NUKTA"},
13610 {0x0AFB,"GUJARATI SIGN SHADDA"},
13611 {0x0AFA,"GUJARATI SIGN SUKUN"},
13612 {0x0AFD,"GUJARATI SIGN THREE-DOT NUKTA ABOVE"},
13613 {0x0AFF,"GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE"},
1216313614 {0x0ACD,"GUJARATI SIGN VIRAMA"},
1216413615 {0x0A83,"GUJARATI SIGN VISARGA"},
1216513616 {0x0A8D,"GUJARATI VOWEL CANDRA E"},
1217913630 {0x0AE3,"GUJARATI VOWEL SIGN VOCALIC LL"},
1218013631 {0x0AC3,"GUJARATI VOWEL SIGN VOCALIC R"},
1218113632 {0x0AC4,"GUJARATI VOWEL SIGN VOCALIC RR"},
13633 {0x11DA8,"GUNJALA GONDI DIGIT EIGHT"},
13634 {0x11DA5,"GUNJALA GONDI DIGIT FIVE"},
13635 {0x11DA4,"GUNJALA GONDI DIGIT FOUR"},
13636 {0x11DA9,"GUNJALA GONDI DIGIT NINE"},
13637 {0x11DA1,"GUNJALA GONDI DIGIT ONE"},
13638 {0x11DA7,"GUNJALA GONDI DIGIT SEVEN"},
13639 {0x11DA6,"GUNJALA GONDI DIGIT SIX"},
13640 {0x11DA3,"GUNJALA GONDI DIGIT THREE"},
13641 {0x11DA2,"GUNJALA GONDI DIGIT TWO"},
13642 {0x11DA0,"GUNJALA GONDI DIGIT ZERO"},
13643 {0x11D60,"GUNJALA GONDI LETTER A"},
13644 {0x11D61,"GUNJALA GONDI LETTER AA"},
13645 {0x11D68,"GUNJALA GONDI LETTER AI"},
13646 {0x11D6B,"GUNJALA GONDI LETTER AU"},
13647 {0x11D6E,"GUNJALA GONDI LETTER BA"},
13648 {0x11D6F,"GUNJALA GONDI LETTER BHA"},
13649 {0x11D7B,"GUNJALA GONDI LETTER CA"},
13650 {0x11D7C,"GUNJALA GONDI LETTER CHA"},
13651 {0x11D78,"GUNJALA GONDI LETTER DA"},
13652 {0x11D82,"GUNJALA GONDI LETTER DDA"},
13653 {0x11D83,"GUNJALA GONDI LETTER DDHA"},
13654 {0x11D79,"GUNJALA GONDI LETTER DHA"},
13655 {0x11D67,"GUNJALA GONDI LETTER EE"},
13656 {0x11D76,"GUNJALA GONDI LETTER GA"},
13657 {0x11D77,"GUNJALA GONDI LETTER GHA"},
13658 {0x11D87,"GUNJALA GONDI LETTER HA"},
13659 {0x11D62,"GUNJALA GONDI LETTER I"},
13660 {0x11D63,"GUNJALA GONDI LETTER II"},
13661 {0x11D80,"GUNJALA GONDI LETTER JA"},
13662 {0x11D81,"GUNJALA GONDI LETTER JHA"},
13663 {0x11D71,"GUNJALA GONDI LETTER KA"},
13664 {0x11D72,"GUNJALA GONDI LETTER KHA"},
13665 {0x11D75,"GUNJALA GONDI LETTER LA"},
13666 {0x11D7F,"GUNJALA GONDI LETTER LLA"},
13667 {0x11D70,"GUNJALA GONDI LETTER MA"},
13668 {0x11D7A,"GUNJALA GONDI LETTER NA"},
13669 {0x11D84,"GUNJALA GONDI LETTER NGA"},
13670 {0x11D6A,"GUNJALA GONDI LETTER OO"},
13671 {0x11D85,"GUNJALA GONDI LETTER PA"},
13672 {0x11D86,"GUNJALA GONDI LETTER PHA"},
13673 {0x11D88,"GUNJALA GONDI LETTER RA"},
13674 {0x11D89,"GUNJALA GONDI LETTER SA"},
13675 {0x11D73,"GUNJALA GONDI LETTER TA"},
13676 {0x11D74,"GUNJALA GONDI LETTER THA"},
13677 {0x11D7D,"GUNJALA GONDI LETTER TTA"},
13678 {0x11D7E,"GUNJALA GONDI LETTER TTHA"},
13679 {0x11D64,"GUNJALA GONDI LETTER U"},
13680 {0x11D65,"GUNJALA GONDI LETTER UU"},
13681 {0x11D6D,"GUNJALA GONDI LETTER VA"},
13682 {0x11D6C,"GUNJALA GONDI LETTER YA"},
13683 {0x11D98,"GUNJALA GONDI OM"},
13684 {0x11D95,"GUNJALA GONDI SIGN ANUSVARA"},
13685 {0x11D96,"GUNJALA GONDI SIGN VISARGA"},
13686 {0x11D97,"GUNJALA GONDI VIRAMA"},
13687 {0x11D8A,"GUNJALA GONDI VOWEL SIGN AA"},
13688 {0x11D91,"GUNJALA GONDI VOWEL SIGN AI"},
13689 {0x11D94,"GUNJALA GONDI VOWEL SIGN AU"},
13690 {0x11D90,"GUNJALA GONDI VOWEL SIGN EE"},
13691 {0x11D8B,"GUNJALA GONDI VOWEL SIGN I"},
13692 {0x11D8C,"GUNJALA GONDI VOWEL SIGN II"},
13693 {0x11D93,"GUNJALA GONDI VOWEL SIGN OO"},
13694 {0x11D8D,"GUNJALA GONDI VOWEL SIGN U"},
13695 {0x11D8E,"GUNJALA GONDI VOWEL SIGN UU"},
13696 {0x0A76,"GURMUKHI ABBREVIATION SIGN"},
1218213697 {0x0A71,"GURMUKHI ADDAK"},
1218313698 {0x0A6E,"GURMUKHI DIGIT EIGHT"},
1218413699 {0x0A6B,"GURMUKHI DIGIT FIVE"},
1225813773 {0x0A4B,"GURMUKHI VOWEL SIGN OO"},
1225913774 {0x0A41,"GURMUKHI VOWEL SIGN U"},
1226013775 {0x0A42,"GURMUKHI VOWEL SIGN UU"},
13776 {0x2BE1,"HADES"},
1226113777 {0x200A,"HAIR SPACE"},
1226213778 {0x1F487,"HAIRCUT"},
1226313779 {0xFFED,"HALFWIDTH BLACK SQUARE"},
1238813904 {0x262D,"HAMMER AND SICKLE"},
1238913905 {0x1F6E0,"HAMMER AND WRENCH"},
1239013906 {0x1F439,"HAMSTER FACE"},
13907 {0x1F91E,"HAND WITH INDEX AND MIDDLE FINGERS CROSSED"},
1239113908 {0x1F45C,"HANDBAG"},
13909 {0x1F93E,"HANDBALL"},
13910 {0x1F91D,"HANDSHAKE"},
1239213911 {0x1155,"HANGUL CHOSEONG CEONGCHIEUMCHIEUCH"},
1239313912 {0x1150,"HANGUL CHOSEONG CEONGCHIEUMCIEUC"},
1239413913 {0x113E,"HANGUL CHOSEONG CEONGCHIEUMSIOS"},
1285414373 {0x3023,"HANGZHOU NUMERAL THREE"},
1285514374 {0x3039,"HANGZHOU NUMERAL TWENTY"},
1285614375 {0x3022,"HANGZHOU NUMERAL TWO"},
14376 {0x10D38,"HANIFI ROHINGYA DIGIT EIGHT"},
14377 {0x10D35,"HANIFI ROHINGYA DIGIT FIVE"},
14378 {0x10D34,"HANIFI ROHINGYA DIGIT FOUR"},
14379 {0x10D39,"HANIFI ROHINGYA DIGIT NINE"},
14380 {0x10D31,"HANIFI ROHINGYA DIGIT ONE"},
14381 {0x10D37,"HANIFI ROHINGYA DIGIT SEVEN"},
14382 {0x10D36,"HANIFI ROHINGYA DIGIT SIX"},
14383 {0x10D33,"HANIFI ROHINGYA DIGIT THREE"},
14384 {0x10D32,"HANIFI ROHINGYA DIGIT TWO"},
14385 {0x10D30,"HANIFI ROHINGYA DIGIT ZERO"},
14386 {0x10D00,"HANIFI ROHINGYA LETTER A"},
14387 {0x10D01,"HANIFI ROHINGYA LETTER BA"},
14388 {0x10D06,"HANIFI ROHINGYA LETTER CA"},
14389 {0x10D0A,"HANIFI ROHINGYA LETTER DA"},
14390 {0x10D0B,"HANIFI ROHINGYA LETTER DDA"},
14391 {0x10D09,"HANIFI ROHINGYA LETTER FA"},
14392 {0x10D12,"HANIFI ROHINGYA LETTER GA"},
14393 {0x10D07,"HANIFI ROHINGYA LETTER HA"},
14394 {0x10D05,"HANIFI ROHINGYA LETTER JA"},
14395 {0x10D11,"HANIFI ROHINGYA LETTER KA"},
14396 {0x10D08,"HANIFI ROHINGYA LETTER KHA"},
14397 {0x10D17,"HANIFI ROHINGYA LETTER KINNA WA"},
14398 {0x10D19,"HANIFI ROHINGYA LETTER KINNA YA"},
14399 {0x10D13,"HANIFI ROHINGYA LETTER LA"},
14400 {0x10D14,"HANIFI ROHINGYA LETTER MA"},
14401 {0x10D15,"HANIFI ROHINGYA LETTER NA"},
14402 {0x10D1A,"HANIFI ROHINGYA LETTER NGA"},
14403 {0x10D1B,"HANIFI ROHINGYA LETTER NYA"},
14404 {0x10D02,"HANIFI ROHINGYA LETTER PA"},
14405 {0x10D0C,"HANIFI ROHINGYA LETTER RA"},
14406 {0x10D0D,"HANIFI ROHINGYA LETTER RRA"},
14407 {0x10D0F,"HANIFI ROHINGYA LETTER SA"},
14408 {0x10D10,"HANIFI ROHINGYA LETTER SHA"},
14409 {0x10D03,"HANIFI ROHINGYA LETTER TA"},
14410 {0x10D04,"HANIFI ROHINGYA LETTER TTA"},
14411 {0x10D1C,"HANIFI ROHINGYA LETTER VA"},
14412 {0x10D16,"HANIFI ROHINGYA LETTER WA"},
14413 {0x10D18,"HANIFI ROHINGYA LETTER YA"},
14414 {0x10D0E,"HANIFI ROHINGYA LETTER ZA"},
14415 {0x10D23,"HANIFI ROHINGYA MARK NA KHONNA"},
14416 {0x10D22,"HANIFI ROHINGYA MARK SAKIN"},
14417 {0x10D24,"HANIFI ROHINGYA SIGN HARBAHAY"},
14418 {0x10D25,"HANIFI ROHINGYA SIGN TAHALA"},
14419 {0x10D26,"HANIFI ROHINGYA SIGN TANA"},
14420 {0x10D27,"HANIFI ROHINGYA SIGN TASSI"},
14421 {0x10D1D,"HANIFI ROHINGYA VOWEL A"},
14422 {0x10D20,"HANIFI ROHINGYA VOWEL E"},
14423 {0x10D1E,"HANIFI ROHINGYA VOWEL I"},
14424 {0x10D21,"HANIFI ROHINGYA VOWEL O"},
14425 {0x10D1F,"HANIFI ROHINGYA VOWEL U"},
1285714426 {0x1720,"HANUNOO LETTER A"},
1285814427 {0x172A,"HANUNOO LETTER BA"},
1285914428 {0x1727,"HANUNOO LETTER DA"},
1287814447 {0x1F64B,"HAPPY PERSON RAISING ONE HAND"},
1287914448 {0x1F5B4,"HARD DISK"},
1288014449 {0x1F423,"HATCHING CHICK"},
14450 {0x108E0,"HATRAN LETTER ALEPH"},
14451 {0x108EF,"HATRAN LETTER AYN"},
14452 {0x108E1,"HATRAN LETTER BETH"},
14453 {0x108E3,"HATRAN LETTER DALETH-RESH"},
14454 {0x108E2,"HATRAN LETTER GIMEL"},
14455 {0x108E4,"HATRAN LETTER HE"},
14456 {0x108E7,"HATRAN LETTER HETH"},
14457 {0x108EA,"HATRAN LETTER KAPH"},
14458 {0x108EB,"HATRAN LETTER LAMEDH"},
14459 {0x108EC,"HATRAN LETTER MEM"},
14460 {0x108ED,"HATRAN LETTER NUN"},
14461 {0x108F0,"HATRAN LETTER PE"},
14462 {0x108F2,"HATRAN LETTER QOPH"},
14463 {0x108F1,"HATRAN LETTER SADHE"},
14464 {0x108EE,"HATRAN LETTER SAMEKH"},
14465 {0x108F4,"HATRAN LETTER SHIN"},
14466 {0x108F5,"HATRAN LETTER TAW"},
14467 {0x108E8,"HATRAN LETTER TETH"},
14468 {0x108E5,"HATRAN LETTER WAW"},
14469 {0x108E9,"HATRAN LETTER YODH"},
14470 {0x108E6,"HATRAN LETTER ZAYN"},
14471 {0x108FC,"HATRAN NUMBER FIVE"},
14472 {0x108FB,"HATRAN NUMBER ONE"},
14473 {0x108FF,"HATRAN NUMBER ONE HUNDRED"},
14474 {0x108FD,"HATRAN NUMBER TEN"},
14475 {0x108FE,"HATRAN NUMBER TWENTY"},
1288114476 {0x1F3A7,"HEADPHONE"},
1288214477 {0x26FC,"HEADSTONE GRAVEYARD SYMBOL"},
1288314478 {0x1F649,"HEAR-NO-EVIL MONKEY"},
1311314708 {0x05C6,"HEBREW PUNCTUATION NUN HAFUKHA"},
1311414709 {0x05C0,"HEBREW PUNCTUATION PASEQ"},
1311514710 {0x05C3,"HEBREW PUNCTUATION SOF PASUQ"},
14711 {0x05EF,"HEBREW YOD TRIANGLE"},
14712 {0x1F994,"HEDGEHOG"},
1311614713 {0x1F681,"HELICOPTER"},
1311714714 {0x2388,"HELM SYMBOL"},
1311814715 {0x26D1,"HELMET WITH WHITE CROSS"},
14716 {0x1B002,"HENTAIGANA LETTER A-1"},
14717 {0x1B003,"HENTAIGANA LETTER A-2"},
14718 {0x1B004,"HENTAIGANA LETTER A-3"},
14719 {0x1B005,"HENTAIGANA LETTER A-WO"},
14720 {0x1B00F,"HENTAIGANA LETTER E-2"},
14721 {0x1B010,"HENTAIGANA LETTER E-3"},
14722 {0x1B011,"HENTAIGANA LETTER E-4"},
14723 {0x1B012,"HENTAIGANA LETTER E-5"},
14724 {0x1B013,"HENTAIGANA LETTER E-6"},
14725 {0x1B09E,"HENTAIGANA LETTER HA-1"},
14726 {0x1B0A7,"HENTAIGANA LETTER HA-10"},
14727 {0x1B0A8,"HENTAIGANA LETTER HA-11"},
14728 {0x1B09F,"HENTAIGANA LETTER HA-2"},
14729 {0x1B0A0,"HENTAIGANA LETTER HA-3"},
14730 {0x1B0A1,"HENTAIGANA LETTER HA-4"},
14731 {0x1B0A2,"HENTAIGANA LETTER HA-5"},
14732 {0x1B0A3,"HENTAIGANA LETTER HA-6"},
14733 {0x1B0A4,"HENTAIGANA LETTER HA-7"},
14734 {0x1B0A5,"HENTAIGANA LETTER HA-8"},
14735 {0x1B0A6,"HENTAIGANA LETTER HA-9"},
14736 {0x1B0B3,"HENTAIGANA LETTER HE-1"},
14737 {0x1B0B4,"HENTAIGANA LETTER HE-2"},
14738 {0x1B0B5,"HENTAIGANA LETTER HE-3"},
14739 {0x1B0B6,"HENTAIGANA LETTER HE-4"},
14740 {0x1B0B7,"HENTAIGANA LETTER HE-5"},
14741 {0x1B0B8,"HENTAIGANA LETTER HE-6"},
14742 {0x1B0B9,"HENTAIGANA LETTER HE-7"},
14743 {0x1B0A9,"HENTAIGANA LETTER HI-1"},
14744 {0x1B0AA,"HENTAIGANA LETTER HI-2"},
14745 {0x1B0AB,"HENTAIGANA LETTER HI-3"},
14746 {0x1B0AC,"HENTAIGANA LETTER HI-4"},
14747 {0x1B0AD,"HENTAIGANA LETTER HI-5"},
14748 {0x1B0AE,"HENTAIGANA LETTER HI-6"},
14749 {0x1B0AF,"HENTAIGANA LETTER HI-7"},
14750 {0x1B0BA,"HENTAIGANA LETTER HO-1"},
14751 {0x1B0BB,"HENTAIGANA LETTER HO-2"},
14752 {0x1B0BC,"HENTAIGANA LETTER HO-3"},
14753 {0x1B0BD,"HENTAIGANA LETTER HO-4"},
14754 {0x1B0BE,"HENTAIGANA LETTER HO-5"},
14755 {0x1B0BF,"HENTAIGANA LETTER HO-6"},
14756 {0x1B0C0,"HENTAIGANA LETTER HO-7"},
14757 {0x1B0C1,"HENTAIGANA LETTER HO-8"},
14758 {0x1B0B0,"HENTAIGANA LETTER HU-1"},
14759 {0x1B0B1,"HENTAIGANA LETTER HU-2"},
14760 {0x1B0B2,"HENTAIGANA LETTER HU-3"},
14761 {0x1B006,"HENTAIGANA LETTER I-1"},
14762 {0x1B007,"HENTAIGANA LETTER I-2"},
14763 {0x1B008,"HENTAIGANA LETTER I-3"},
14764 {0x1B009,"HENTAIGANA LETTER I-4"},
14765 {0x1B017,"HENTAIGANA LETTER KA-1"},
14766 {0x1B020,"HENTAIGANA LETTER KA-10"},
14767 {0x1B021,"HENTAIGANA LETTER KA-11"},
14768 {0x1B018,"HENTAIGANA LETTER KA-2"},
14769 {0x1B019,"HENTAIGANA LETTER KA-3"},
14770 {0x1B01A,"HENTAIGANA LETTER KA-4"},
14771 {0x1B01B,"HENTAIGANA LETTER KA-5"},
14772 {0x1B01C,"HENTAIGANA LETTER KA-6"},
14773 {0x1B01D,"HENTAIGANA LETTER KA-7"},
14774 {0x1B01E,"HENTAIGANA LETTER KA-8"},
14775 {0x1B01F,"HENTAIGANA LETTER KA-9"},
14776 {0x1B022,"HENTAIGANA LETTER KA-KE"},
14777 {0x1B032,"HENTAIGANA LETTER KE-1"},
14778 {0x1B033,"HENTAIGANA LETTER KE-2"},
14779 {0x1B034,"HENTAIGANA LETTER KE-3"},
14780 {0x1B035,"HENTAIGANA LETTER KE-4"},
14781 {0x1B036,"HENTAIGANA LETTER KE-5"},
14782 {0x1B037,"HENTAIGANA LETTER KE-6"},
14783 {0x1B023,"HENTAIGANA LETTER KI-1"},
14784 {0x1B024,"HENTAIGANA LETTER KI-2"},
14785 {0x1B025,"HENTAIGANA LETTER KI-3"},
14786 {0x1B026,"HENTAIGANA LETTER KI-4"},
14787 {0x1B027,"HENTAIGANA LETTER KI-5"},
14788 {0x1B028,"HENTAIGANA LETTER KI-6"},
14789 {0x1B029,"HENTAIGANA LETTER KI-7"},
14790 {0x1B02A,"HENTAIGANA LETTER KI-8"},
14791 {0x1B038,"HENTAIGANA LETTER KO-1"},
14792 {0x1B039,"HENTAIGANA LETTER KO-2"},
14793 {0x1B03A,"HENTAIGANA LETTER KO-3"},
14794 {0x1B03B,"HENTAIGANA LETTER KO-KI"},
14795 {0x1B02B,"HENTAIGANA LETTER KU-1"},
14796 {0x1B02C,"HENTAIGANA LETTER KU-2"},
14797 {0x1B02D,"HENTAIGANA LETTER KU-3"},
14798 {0x1B02E,"HENTAIGANA LETTER KU-4"},
14799 {0x1B02F,"HENTAIGANA LETTER KU-5"},
14800 {0x1B030,"HENTAIGANA LETTER KU-6"},
14801 {0x1B031,"HENTAIGANA LETTER KU-7"},
14802 {0x1B0C2,"HENTAIGANA LETTER MA-1"},
14803 {0x1B0C3,"HENTAIGANA LETTER MA-2"},
14804 {0x1B0C4,"HENTAIGANA LETTER MA-3"},
14805 {0x1B0C5,"HENTAIGANA LETTER MA-4"},
14806 {0x1B0C6,"HENTAIGANA LETTER MA-5"},
14807 {0x1B0C7,"HENTAIGANA LETTER MA-6"},
14808 {0x1B0C8,"HENTAIGANA LETTER MA-7"},
14809 {0x1B0D4,"HENTAIGANA LETTER ME-1"},
14810 {0x1B0D5,"HENTAIGANA LETTER ME-2"},
14811 {0x1B0D6,"HENTAIGANA LETTER ME-MA"},
14812 {0x1B0C9,"HENTAIGANA LETTER MI-1"},
14813 {0x1B0CA,"HENTAIGANA LETTER MI-2"},
14814 {0x1B0CB,"HENTAIGANA LETTER MI-3"},
14815 {0x1B0CC,"HENTAIGANA LETTER MI-4"},
14816 {0x1B0CD,"HENTAIGANA LETTER MI-5"},
14817 {0x1B0CE,"HENTAIGANA LETTER MI-6"},
14818 {0x1B0CF,"HENTAIGANA LETTER MI-7"},
14819 {0x1B0D7,"HENTAIGANA LETTER MO-1"},
14820 {0x1B0D8,"HENTAIGANA LETTER MO-2"},
14821 {0x1B0D9,"HENTAIGANA LETTER MO-3"},
14822 {0x1B0DA,"HENTAIGANA LETTER MO-4"},
14823 {0x1B0DB,"HENTAIGANA LETTER MO-5"},
14824 {0x1B0DC,"HENTAIGANA LETTER MO-6"},
14825 {0x1B0D0,"HENTAIGANA LETTER MU-1"},
14826 {0x1B0D1,"HENTAIGANA LETTER MU-2"},
14827 {0x1B0D2,"HENTAIGANA LETTER MU-3"},
14828 {0x1B0D3,"HENTAIGANA LETTER MU-4"},
14829 {0x1B11D,"HENTAIGANA LETTER N-MU-MO-1"},
14830 {0x1B11E,"HENTAIGANA LETTER N-MU-MO-2"},
14831 {0x1B07E,"HENTAIGANA LETTER NA-1"},
14832 {0x1B07F,"HENTAIGANA LETTER NA-2"},
14833 {0x1B080,"HENTAIGANA LETTER NA-3"},
14834 {0x1B081,"HENTAIGANA LETTER NA-4"},
14835 {0x1B082,"HENTAIGANA LETTER NA-5"},
14836 {0x1B083,"HENTAIGANA LETTER NA-6"},
14837 {0x1B084,"HENTAIGANA LETTER NA-7"},
14838 {0x1B085,"HENTAIGANA LETTER NA-8"},
14839 {0x1B086,"HENTAIGANA LETTER NA-9"},
14840 {0x1B092,"HENTAIGANA LETTER NE-1"},
14841 {0x1B093,"HENTAIGANA LETTER NE-2"},
14842 {0x1B094,"HENTAIGANA LETTER NE-3"},
14843 {0x1B095,"HENTAIGANA LETTER NE-4"},
14844 {0x1B096,"HENTAIGANA LETTER NE-5"},
14845 {0x1B097,"HENTAIGANA LETTER NE-6"},
14846 {0x1B098,"HENTAIGANA LETTER NE-KO"},
14847 {0x1B087,"HENTAIGANA LETTER NI-1"},
14848 {0x1B088,"HENTAIGANA LETTER NI-2"},
14849 {0x1B089,"HENTAIGANA LETTER NI-3"},
14850 {0x1B08A,"HENTAIGANA LETTER NI-4"},
14851 {0x1B08B,"HENTAIGANA LETTER NI-5"},
14852 {0x1B08C,"HENTAIGANA LETTER NI-6"},
14853 {0x1B08D,"HENTAIGANA LETTER NI-7"},
14854 {0x1B08E,"HENTAIGANA LETTER NI-TE"},
14855 {0x1B099,"HENTAIGANA LETTER NO-1"},
14856 {0x1B09A,"HENTAIGANA LETTER NO-2"},
14857 {0x1B09B,"HENTAIGANA LETTER NO-3"},
14858 {0x1B09C,"HENTAIGANA LETTER NO-4"},
14859 {0x1B09D,"HENTAIGANA LETTER NO-5"},
14860 {0x1B08F,"HENTAIGANA LETTER NU-1"},
14861 {0x1B090,"HENTAIGANA LETTER NU-2"},
14862 {0x1B091,"HENTAIGANA LETTER NU-3"},
14863 {0x1B014,"HENTAIGANA LETTER O-1"},
14864 {0x1B015,"HENTAIGANA LETTER O-2"},
14865 {0x1B016,"HENTAIGANA LETTER O-3"},
14866 {0x1B0ED,"HENTAIGANA LETTER RA-1"},
14867 {0x1B0EE,"HENTAIGANA LETTER RA-2"},
14868 {0x1B0EF,"HENTAIGANA LETTER RA-3"},
14869 {0x1B0F0,"HENTAIGANA LETTER RA-4"},
14870 {0x1B0FE,"HENTAIGANA LETTER RE-1"},
14871 {0x1B0FF,"HENTAIGANA LETTER RE-2"},
14872 {0x1B100,"HENTAIGANA LETTER RE-3"},
14873 {0x1B101,"HENTAIGANA LETTER RE-4"},
14874 {0x1B0F1,"HENTAIGANA LETTER RI-1"},
14875 {0x1B0F2,"HENTAIGANA LETTER RI-2"},
14876 {0x1B0F3,"HENTAIGANA LETTER RI-3"},
14877 {0x1B0F4,"HENTAIGANA LETTER RI-4"},
14878 {0x1B0F5,"HENTAIGANA LETTER RI-5"},
14879 {0x1B0F6,"HENTAIGANA LETTER RI-6"},
14880 {0x1B0F7,"HENTAIGANA LETTER RI-7"},
14881 {0x1B102,"HENTAIGANA LETTER RO-1"},
14882 {0x1B103,"HENTAIGANA LETTER RO-2"},
14883 {0x1B104,"HENTAIGANA LETTER RO-3"},
14884 {0x1B105,"HENTAIGANA LETTER RO-4"},
14885 {0x1B106,"HENTAIGANA LETTER RO-5"},
14886 {0x1B107,"HENTAIGANA LETTER RO-6"},
14887 {0x1B0F8,"HENTAIGANA LETTER RU-1"},
14888 {0x1B0F9,"HENTAIGANA LETTER RU-2"},
14889 {0x1B0FA,"HENTAIGANA LETTER RU-3"},
14890 {0x1B0FB,"HENTAIGANA LETTER RU-4"},
14891 {0x1B0FC,"HENTAIGANA LETTER RU-5"},
14892 {0x1B0FD,"HENTAIGANA LETTER RU-6"},
14893 {0x1B03C,"HENTAIGANA LETTER SA-1"},
14894 {0x1B03D,"HENTAIGANA LETTER SA-2"},
14895 {0x1B03E,"HENTAIGANA LETTER SA-3"},
14896 {0x1B03F,"HENTAIGANA LETTER SA-4"},
14897 {0x1B040,"HENTAIGANA LETTER SA-5"},
14898 {0x1B041,"HENTAIGANA LETTER SA-6"},
14899 {0x1B042,"HENTAIGANA LETTER SA-7"},
14900 {0x1B043,"HENTAIGANA LETTER SA-8"},
14901 {0x1B052,"HENTAIGANA LETTER SE-1"},
14902 {0x1B053,"HENTAIGANA LETTER SE-2"},
14903 {0x1B054,"HENTAIGANA LETTER SE-3"},
14904 {0x1B055,"HENTAIGANA LETTER SE-4"},
14905 {0x1B056,"HENTAIGANA LETTER SE-5"},
14906 {0x1B044,"HENTAIGANA LETTER SI-1"},
14907 {0x1B045,"HENTAIGANA LETTER SI-2"},
14908 {0x1B046,"HENTAIGANA LETTER SI-3"},
14909 {0x1B047,"HENTAIGANA LETTER SI-4"},
14910 {0x1B048,"HENTAIGANA LETTER SI-5"},
14911 {0x1B049,"HENTAIGANA LETTER SI-6"},
14912 {0x1B057,"HENTAIGANA LETTER SO-1"},
14913 {0x1B058,"HENTAIGANA LETTER SO-2"},
14914 {0x1B059,"HENTAIGANA LETTER SO-3"},
14915 {0x1B05A,"HENTAIGANA LETTER SO-4"},
14916 {0x1B05B,"HENTAIGANA LETTER SO-5"},
14917 {0x1B05C,"HENTAIGANA LETTER SO-6"},
14918 {0x1B05D,"HENTAIGANA LETTER SO-7"},
14919 {0x1B04A,"HENTAIGANA LETTER SU-1"},
14920 {0x1B04B,"HENTAIGANA LETTER SU-2"},
14921 {0x1B04C,"HENTAIGANA LETTER SU-3"},
14922 {0x1B04D,"HENTAIGANA LETTER SU-4"},
14923 {0x1B04E,"HENTAIGANA LETTER SU-5"},
14924 {0x1B04F,"HENTAIGANA LETTER SU-6"},
14925 {0x1B050,"HENTAIGANA LETTER SU-7"},
14926 {0x1B051,"HENTAIGANA LETTER SU-8"},
14927 {0x1B05E,"HENTAIGANA LETTER TA-1"},
14928 {0x1B05F,"HENTAIGANA LETTER TA-2"},
14929 {0x1B060,"HENTAIGANA LETTER TA-3"},
14930 {0x1B061,"HENTAIGANA LETTER TA-4"},
14931 {0x1B06E,"HENTAIGANA LETTER TE-1"},
14932 {0x1B06F,"HENTAIGANA LETTER TE-2"},
14933 {0x1B070,"HENTAIGANA LETTER TE-3"},
14934 {0x1B071,"HENTAIGANA LETTER TE-4"},
14935 {0x1B072,"HENTAIGANA LETTER TE-5"},
14936 {0x1B073,"HENTAIGANA LETTER TE-6"},
14937 {0x1B074,"HENTAIGANA LETTER TE-7"},
14938 {0x1B075,"HENTAIGANA LETTER TE-8"},
14939 {0x1B076,"HENTAIGANA LETTER TE-9"},
14940 {0x1B062,"HENTAIGANA LETTER TI-1"},
14941 {0x1B063,"HENTAIGANA LETTER TI-2"},
14942 {0x1B064,"HENTAIGANA LETTER TI-3"},
14943 {0x1B065,"HENTAIGANA LETTER TI-4"},
14944 {0x1B066,"HENTAIGANA LETTER TI-5"},
14945 {0x1B067,"HENTAIGANA LETTER TI-6"},
14946 {0x1B068,"HENTAIGANA LETTER TI-7"},
14947 {0x1B077,"HENTAIGANA LETTER TO-1"},
14948 {0x1B078,"HENTAIGANA LETTER TO-2"},
14949 {0x1B079,"HENTAIGANA LETTER TO-3"},
14950 {0x1B07A,"HENTAIGANA LETTER TO-4"},
14951 {0x1B07B,"HENTAIGANA LETTER TO-5"},
14952 {0x1B07C,"HENTAIGANA LETTER TO-6"},
14953 {0x1B07D,"HENTAIGANA LETTER TO-RA"},
14954 {0x1B069,"HENTAIGANA LETTER TU-1"},
14955 {0x1B06A,"HENTAIGANA LETTER TU-2"},
14956 {0x1B06B,"HENTAIGANA LETTER TU-3"},
14957 {0x1B06C,"HENTAIGANA LETTER TU-4"},
14958 {0x1B06D,"HENTAIGANA LETTER TU-TO"},
14959 {0x1B00A,"HENTAIGANA LETTER U-1"},
14960 {0x1B00B,"HENTAIGANA LETTER U-2"},
14961 {0x1B00C,"HENTAIGANA LETTER U-3"},
14962 {0x1B00D,"HENTAIGANA LETTER U-4"},
14963 {0x1B00E,"HENTAIGANA LETTER U-5"},
14964 {0x1B108,"HENTAIGANA LETTER WA-1"},
14965 {0x1B109,"HENTAIGANA LETTER WA-2"},
14966 {0x1B10A,"HENTAIGANA LETTER WA-3"},
14967 {0x1B10B,"HENTAIGANA LETTER WA-4"},
14968 {0x1B10C,"HENTAIGANA LETTER WA-5"},
14969 {0x1B112,"HENTAIGANA LETTER WE-1"},
14970 {0x1B113,"HENTAIGANA LETTER WE-2"},
14971 {0x1B114,"HENTAIGANA LETTER WE-3"},
14972 {0x1B115,"HENTAIGANA LETTER WE-4"},
14973 {0x1B10D,"HENTAIGANA LETTER WI-1"},
14974 {0x1B10E,"HENTAIGANA LETTER WI-2"},
14975 {0x1B10F,"HENTAIGANA LETTER WI-3"},
14976 {0x1B110,"HENTAIGANA LETTER WI-4"},
14977 {0x1B111,"HENTAIGANA LETTER WI-5"},
14978 {0x1B116,"HENTAIGANA LETTER WO-1"},
14979 {0x1B117,"HENTAIGANA LETTER WO-2"},
14980 {0x1B118,"HENTAIGANA LETTER WO-3"},
14981 {0x1B119,"HENTAIGANA LETTER WO-4"},
14982 {0x1B11A,"HENTAIGANA LETTER WO-5"},
14983 {0x1B11B,"HENTAIGANA LETTER WO-6"},
14984 {0x1B11C,"HENTAIGANA LETTER WO-7"},
14985 {0x1B0DD,"HENTAIGANA LETTER YA-1"},
14986 {0x1B0DE,"HENTAIGANA LETTER YA-2"},
14987 {0x1B0DF,"HENTAIGANA LETTER YA-3"},
14988 {0x1B0E0,"HENTAIGANA LETTER YA-4"},
14989 {0x1B0E1,"HENTAIGANA LETTER YA-5"},
14990 {0x1B0E2,"HENTAIGANA LETTER YA-YO"},
14991 {0x1B0E7,"HENTAIGANA LETTER YO-1"},
14992 {0x1B0E8,"HENTAIGANA LETTER YO-2"},
14993 {0x1B0E9,"HENTAIGANA LETTER YO-3"},
14994 {0x1B0EA,"HENTAIGANA LETTER YO-4"},
14995 {0x1B0EB,"HENTAIGANA LETTER YO-5"},
14996 {0x1B0EC,"HENTAIGANA LETTER YO-6"},
14997 {0x1B0E3,"HENTAIGANA LETTER YU-1"},
14998 {0x1B0E4,"HENTAIGANA LETTER YU-2"},
14999 {0x1B0E5,"HENTAIGANA LETTER YU-3"},
15000 {0x1B0E6,"HENTAIGANA LETTER YU-4"},
1311915001 {0x1F33F,"HERB"},
1312015002 {0x22B9,"HERMITIAN CONJUGATE MATRIX"},
1312115003 {0x4DF6,"HEXAGRAM FOR ABUNDANCE"},
1318815070 {0x1F460,"HIGH-HEELED SHOE"},
1318915071 {0x1F684,"HIGH-SPEED TRAIN"},
1319015072 {0x1F685,"HIGH-SPEED TRAIN WITH BULLET NOSE"},
15073 {0x1F97E,"HIKING BOOT"},
15074 {0x1F99B,"HIPPOPOTAMUS"},
1319115075 {0x309F,"HIRAGANA DIGRAPH YORI"},
1319215076 {0x309D,"HIRAGANA ITERATION MARK"},
1319315077 {0x3042,"HIRAGANA LETTER A"},
1330315187 {0x1F3C7,"HORSE RACING"},
1330415188 {0x1F3E5,"HOSPITAL"},
1330515189 {0x2615,"HOT BEVERAGE"},
15190 {0x1F32D,"HOT DOG"},
1330615191 {0x1F336,"HOT PEPPER"},
1330715192 {0x2668,"HOT SPRINGS"},
1330815193 {0x1F3E8,"HOTEL"},
1331315198 {0x1F3D8,"HOUSE BUILDINGS"},
1331415199 {0x1F3E1,"HOUSE WITH GARDEN"},
1331515200 {0x20B4,"HRYVNIA SIGN"},
15201 {0x1F917,"HUGGING FACE"},
1331615202 {0x1F4AF,"HUNDRED POINTS SYMBOL"},
1331715203 {0x1F62F,"HUSHED FACE"},
15204 {0x2BDA,"HYGIEA"},
1331815205 {0x2010,"HYPHEN"},
1331915206 {0x2043,"HYPHEN BULLET"},
1332015207 {0x2E1A,"HYPHEN WITH DIAERESIS"},
1332215209 {0x2027,"HYPHENATION POINT"},
1332315210 {0x2E12,"HYPODIASTOLE"},
1332415211 {0x238E,"HYSTERESIS SYMBOL"},
15212 {0x1F91F,"I LOVE YOU HAND SIGN"},
1332515213 {0x1F368,"ICE CREAM"},
15214 {0x1F3D2,"ICE HOCKEY STICK AND PUCK"},
1332615215 {0x26F8,"ICE SKATE"},
1332715216 {0x2261,"IDENTICAL TO"},
1332815217 {0x29E5,"IDENTICAL TO AND SLANTED PARALLEL"},
1336615255 {0x3007,"IDEOGRAPHIC NUMBER ZERO"},
1336715256 {0x302B,"IDEOGRAPHIC RISING TONE MARK"},
1336815257 {0x3000,"IDEOGRAPHIC SPACE"},
15258 {0x1D376,"IDEOGRAPHIC TALLY MARK FIVE"},
15259 {0x1D375,"IDEOGRAPHIC TALLY MARK FOUR"},
15260 {0x1D372,"IDEOGRAPHIC TALLY MARK ONE"},
15261 {0x1D374,"IDEOGRAPHIC TALLY MARK THREE"},
15262 {0x1D373,"IDEOGRAPHIC TALLY MARK TWO"},
1336915263 {0x3037,"IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL"},
1337015264 {0x32C3,"IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL"},
1337115265 {0x32C7,"IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST"},
1347715371 {0x29E1,"INCREASES AS"},
1347815372 {0x2206,"INCREMENT"},
1347915373 {0x20B9,"INDIAN RUPEE SIGN"},
15374 {0x1ECB4,"INDIC SIYAQ ALTERNATE LAKH MARK"},
15375 {0x1ECAE,"INDIC SIYAQ FRACTION ONE HALF"},
15376 {0x1ECAD,"INDIC SIYAQ FRACTION ONE QUARTER"},
15377 {0x1ECAF,"INDIC SIYAQ FRACTION THREE QUARTERS"},
15378 {0x1ECA0,"INDIC SIYAQ LAKH MARK"},
15379 {0x1ECB1,"INDIC SIYAQ NUMBER ALTERNATE ONE"},
15380 {0x1ECB3,"INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND"},
15381 {0x1ECB2,"INDIC SIYAQ NUMBER ALTERNATE TWO"},
15382 {0x1EC78,"INDIC SIYAQ NUMBER EIGHT"},
15383 {0x1EC8A,"INDIC SIYAQ NUMBER EIGHT HUNDRED"},
15384 {0x1EC93,"INDIC SIYAQ NUMBER EIGHT THOUSAND"},
15385 {0x1EC81,"INDIC SIYAQ NUMBER EIGHTY"},
15386 {0x1EC9C,"INDIC SIYAQ NUMBER EIGHTY THOUSAND"},
15387 {0x1EC7E,"INDIC SIYAQ NUMBER FIFTY"},
15388 {0x1EC99,"INDIC SIYAQ NUMBER FIFTY THOUSAND"},
15389 {0x1EC75,"INDIC SIYAQ NUMBER FIVE"},
15390 {0x1EC87,"INDIC SIYAQ NUMBER FIVE HUNDRED"},
15391 {0x1EC90,"INDIC SIYAQ NUMBER FIVE THOUSAND"},
15392 {0x1EC7D,"INDIC SIYAQ NUMBER FORTY"},
15393 {0x1EC98,"INDIC SIYAQ NUMBER FORTY THOUSAND"},
15394 {0x1EC74,"INDIC SIYAQ NUMBER FOUR"},
15395 {0x1EC86,"INDIC SIYAQ NUMBER FOUR HUNDRED"},
15396 {0x1EC8F,"INDIC SIYAQ NUMBER FOUR THOUSAND"},
15397 {0x1ECA1,"INDIC SIYAQ NUMBER KAROR"},
15398 {0x1ECA2,"INDIC SIYAQ NUMBER KARORAN"},
15399 {0x1EC9E,"INDIC SIYAQ NUMBER LAKH"},
15400 {0x1EC9F,"INDIC SIYAQ NUMBER LAKHAN"},
15401 {0x1EC79,"INDIC SIYAQ NUMBER NINE"},
15402 {0x1EC8B,"INDIC SIYAQ NUMBER NINE HUNDRED"},
15403 {0x1EC94,"INDIC SIYAQ NUMBER NINE THOUSAND"},
15404 {0x1EC82,"INDIC SIYAQ NUMBER NINETY"},
15405 {0x1EC9D,"INDIC SIYAQ NUMBER NINETY THOUSAND"},
15406 {0x1EC71,"INDIC SIYAQ NUMBER ONE"},
15407 {0x1EC83,"INDIC SIYAQ NUMBER ONE HUNDRED"},
15408 {0x1EC8C,"INDIC SIYAQ NUMBER ONE THOUSAND"},
15409 {0x1ECAA,"INDIC SIYAQ NUMBER PREFIXED EIGHT"},
15410 {0x1ECA7,"INDIC SIYAQ NUMBER PREFIXED FIVE"},
15411 {0x1ECA6,"INDIC SIYAQ NUMBER PREFIXED FOUR"},
15412 {0x1ECAB,"INDIC SIYAQ NUMBER PREFIXED NINE"},
15413 {0x1ECA3,"INDIC SIYAQ NUMBER PREFIXED ONE"},
15414 {0x1ECA9,"INDIC SIYAQ NUMBER PREFIXED SEVEN"},
15415 {0x1ECA8,"INDIC SIYAQ NUMBER PREFIXED SIX"},
15416 {0x1ECA5,"INDIC SIYAQ NUMBER PREFIXED THREE"},
15417 {0x1ECA4,"INDIC SIYAQ NUMBER PREFIXED TWO"},
15418 {0x1EC77,"INDIC SIYAQ NUMBER SEVEN"},
15419 {0x1EC89,"INDIC SIYAQ NUMBER SEVEN HUNDRED"},
15420 {0x1EC92,"INDIC SIYAQ NUMBER SEVEN THOUSAND"},
15421 {0x1EC80,"INDIC SIYAQ NUMBER SEVENTY"},
15422 {0x1EC9B,"INDIC SIYAQ NUMBER SEVENTY THOUSAND"},
15423 {0x1EC76,"INDIC SIYAQ NUMBER SIX"},
15424 {0x1EC88,"INDIC SIYAQ NUMBER SIX HUNDRED"},
15425 {0x1EC91,"INDIC SIYAQ NUMBER SIX THOUSAND"},
15426 {0x1EC7F,"INDIC SIYAQ NUMBER SIXTY"},
15427 {0x1EC9A,"INDIC SIYAQ NUMBER SIXTY THOUSAND"},
15428 {0x1EC7A,"INDIC SIYAQ NUMBER TEN"},
15429 {0x1EC95,"INDIC SIYAQ NUMBER TEN THOUSAND"},
15430 {0x1EC7C,"INDIC SIYAQ NUMBER THIRTY"},
15431 {0x1EC97,"INDIC SIYAQ NUMBER THIRTY THOUSAND"},
15432 {0x1EC73,"INDIC SIYAQ NUMBER THREE"},
15433 {0x1EC85,"INDIC SIYAQ NUMBER THREE HUNDRED"},
15434 {0x1EC8E,"INDIC SIYAQ NUMBER THREE THOUSAND"},
15435 {0x1EC7B,"INDIC SIYAQ NUMBER TWENTY"},
15436 {0x1EC96,"INDIC SIYAQ NUMBER TWENTY THOUSAND"},
15437 {0x1EC72,"INDIC SIYAQ NUMBER TWO"},
15438 {0x1EC84,"INDIC SIYAQ NUMBER TWO HUNDRED"},
15439 {0x1EC8D,"INDIC SIYAQ NUMBER TWO THOUSAND"},
15440 {0x1ECAC,"INDIC SIYAQ PLACEHOLDER"},
15441 {0x1ECB0,"INDIC SIYAQ RUPEE MARK"},
1348015442 {0x221E,"INFINITY"},
1348115443 {0x29DE,"INFINITY NEGATED WITH VERTICAL BAR"},
1348215444 {0x1F481,"INFORMATION DESK PERSON"},
1357615538 {0x00A1,"INVERTED EXCLAMATION MARK"},
1357715539 {0x2E18,"INVERTED INTERROBANG"},
1357815540 {0x223E,"INVERTED LAZY S"},
15541 {0x2E45,"INVERTED LOW KAVYKA"},
15542 {0x2E46,"INVERTED LOW KAVYKA WITH KAVYKA ABOVE"},
1357915543 {0x2127,"INVERTED OHM SIGN"},
1358015544 {0x26E7,"INVERTED PENTAGRAM"},
1358115545 {0x00BF,"INVERTED QUESTION MARK"},
1368515649 {0xA9B6,"JAVANESE VOWEL SIGN WULU"},
1368615650 {0xA9B7,"JAVANESE VOWEL SIGN WULU MELIK"},
1368715651 {0x1F456,"JEANS"},
15652 {0x1F9E9,"JIGSAW PUZZLE PIECE"},
1368815653 {0x2A1D,"JOIN"},
1368915654 {0x1F579,"JOYSTICK"},
15655 {0x1F939,"JUGGLING"},
1369015656 {0x26B5,"JUNO"},
1369115657 {0x2643,"JUPITER"},
15658 {0x1F54B,"KAABA"},
1369215659 {0x110BB,"KAITHI ABBREVIATION SIGN"},
1369315660 {0x110C0,"KAITHI DANDA"},
1369415661 {0x110C1,"KAITHI DOUBLE DANDA"},
1374015707 {0x110AB,"KAITHI LETTER VA"},
1374115708 {0x110A8,"KAITHI LETTER YA"},
1374215709 {0x110BD,"KAITHI NUMBER SIGN"},
15710 {0x110CD,"KAITHI NUMBER SIGN ABOVE"},
1374315711 {0x110BE,"KAITHI SECTION MARK"},
1374415712 {0x11081,"KAITHI SIGN ANUSVARA"},
1374515713 {0x11080,"KAITHI SIGN CANDRABINDU"},
1375515723 {0x110B7,"KAITHI VOWEL SIGN O"},
1375615724 {0x110B3,"KAITHI VOWEL SIGN U"},
1375715725 {0x110B4,"KAITHI VOWEL SIGN UU"},
15726 {0x1F998,"KANGAROO"},
1375815727 {0x2F1C,"KANGXI RADICAL AGAIN"},
1375915728 {0x2F7D,"KANGXI RADICAL AND"},
1376015729 {0x2F84,"KANGXI RADICAL ARRIVE"},
1403816007 {0x0C81,"KANNADA SIGN CANDRABINDU"},
1403916008 {0x0CF1,"KANNADA SIGN JIHVAMULIYA"},
1404016009 {0x0CBC,"KANNADA SIGN NUKTA"},
16010 {0x0C84,"KANNADA SIGN SIDDHAM"},
16011 {0x0C80,"KANNADA SIGN SPACING CANDRABINDU"},
1404116012 {0x0CF2,"KANNADA SIGN UPADHMANIYA"},
1404216013 {0x0CCD,"KANNADA SIGN VIRAMA"},
1404316014 {0x0C83,"KANNADA SIGN VISARGA"},
1422816199 {0x10A40,"KHAROSHTHI DIGIT ONE"},
1422916200 {0x10A42,"KHAROSHTHI DIGIT THREE"},
1423016201 {0x10A41,"KHAROSHTHI DIGIT TWO"},
16202 {0x10A48,"KHAROSHTHI FRACTION ONE HALF"},
1423116203 {0x10A00,"KHAROSHTHI LETTER A"},
1423216204 {0x10A26,"KHAROSHTHI LETTER BA"},
1423316205 {0x10A27,"KHAROSHTHI LETTER BHA"},
1425916231 {0x10A20,"KHAROSHTHI LETTER THA"},
1426016232 {0x10A1A,"KHAROSHTHI LETTER TTA"},
1426116233 {0x10A1B,"KHAROSHTHI LETTER TTHA"},
16234 {0x10A34,"KHAROSHTHI LETTER TTTA"},
1426216235 {0x10A33,"KHAROSHTHI LETTER TTTHA"},
1426316236 {0x10A2C,"KHAROSHTHI LETTER VA"},
16237 {0x10A35,"KHAROSHTHI LETTER VHA"},
1426416238 {0x10A29,"KHAROSHTHI LETTER YA"},
1426516239 {0x10A30,"KHAROSHTHI LETTER ZA"},
1426616240 {0x10A46,"KHAROSHTHI NUMBER ONE HUNDRED"},
1448616460 {0x11234,"KHOJKI SIGN ANUSVARA"},
1448716461 {0x11236,"KHOJKI SIGN NUKTA"},
1448816462 {0x11237,"KHOJKI SIGN SHADDA"},
16463 {0x1123E,"KHOJKI SIGN SUKUN"},
1448916464 {0x11235,"KHOJKI SIGN VIRAMA"},
1449016465 {0x1122C,"KHOJKI VOWEL SIGN AA"},
1449116466 {0x11231,"KHOJKI VOWEL SIGN AI"},
1457316548 {0x1F617,"KISSING FACE"},
1457416549 {0x1F61A,"KISSING FACE WITH CLOSED EYES"},
1457516550 {0x1F619,"KISSING FACE WITH SMILING EYES"},
16551 {0x1F95D,"KIWIFRUIT"},
1457616552 {0x1F428,"KOALA"},
1457716553 {0x327F,"KOREAN STANDARD SYMBOL"},
16554 {0x2BE3,"KRONOS"},
1457816555 {0x2114,"L B BAR SYMBOL"},
16556 {0x1F97C,"LAB COAT"},
1457916557 {0x1F3F7,"LABEL"},
16558 {0x1F94D,"LACROSSE STICK AND BALL"},
1458016559 {0x1F41E,"LADY BEETLE"},
1458116560 {0xE0001,"LANGUAGE TAG"},
1458216561 {0x0ECC,"LAO CANCELLATION MARK"},
1466116640 {0x27D8,"LARGE UP TACK"},
1466216641 {0x2AAB,"LARGER THAN"},
1466316642 {0x2AAD,"LARGER THAN OR EQUAL TO"},
16643 {0x20BE,"LARI SIGN"},
1466416644 {0x263E,"LAST QUARTER MOON"},
1466516645 {0x1F317,"LAST QUARTER MOON SYMBOL"},
1466616646 {0x1F31C,"LAST QUARTER MOON WITH FACE"},
1471416694 {0x1E06,"LATIN CAPITAL LETTER B WITH LINE BELOW"},
1471516695 {0x0243,"LATIN CAPITAL LETTER B WITH STROKE"},
1471616696 {0x0182,"LATIN CAPITAL LETTER B WITH TOPBAR"},
16697 {0xA7B4,"LATIN CAPITAL LETTER BETA"},
1471716698 {0xA746,"LATIN CAPITAL LETTER BROKEN L"},
1471816699 {0x0043,"LATIN CAPITAL LETTER C"},
1471916700 {0x0106,"LATIN CAPITAL LETTER C WITH ACUTE"},
1472516706 {0x010A,"LATIN CAPITAL LETTER C WITH DOT ABOVE"},
1472616707 {0x0187,"LATIN CAPITAL LETTER C WITH HOOK"},
1472716708 {0x023B,"LATIN CAPITAL LETTER C WITH STROKE"},
16709 {0xA7B3,"LATIN CAPITAL LETTER CHI"},
1472816710 {0xA76E,"LATIN CAPITAL LETTER CON"},
1472916711 {0xA72C,"LATIN CAPITAL LETTER CUATRILLO"},
1473016712 {0xA72E,"LATIN CAPITAL LETTER CUATRILLO WITH COMMA"},
1483716819 {0xA76C,"LATIN CAPITAL LETTER IS"},
1483816820 {0x004A,"LATIN CAPITAL LETTER J"},
1483916821 {0x0134,"LATIN CAPITAL LETTER J WITH CIRCUMFLEX"},
16822 {0xA7B2,"LATIN CAPITAL LETTER J WITH CROSSED-TAIL"},
1484016823 {0x0248,"LATIN CAPITAL LETTER J WITH STROKE"},
1484116824 {0x004B,"LATIN CAPITAL LETTER K"},
1484216825 {0x1E30,"LATIN CAPITAL LETTER K WITH ACUTE"},
1493116914 {0x1E4E,"LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS"},
1493216915 {0x022C,"LATIN CAPITAL LETTER O WITH TILDE AND MACRON"},
1493316916 {0x01A2,"LATIN CAPITAL LETTER OI"},
16917 {0xA7B6,"LATIN CAPITAL LETTER OMEGA"},
1493416918 {0xA74E,"LATIN CAPITAL LETTER OO"},
1493516919 {0x0190,"LATIN CAPITAL LETTER OPEN E"},
1493616920 {0x0186,"LATIN CAPITAL LETTER OPEN O"},
1498116965 {0x018F,"LATIN CAPITAL LETTER SCHWA"},
1498216966 {0xA7AC,"LATIN CAPITAL LETTER SCRIPT G"},
1498316967 {0x1E9E,"LATIN CAPITAL LETTER SHARP S"},
16968 {0xA7AE,"LATIN CAPITAL LETTER SMALL CAPITAL I"},
1498416969 {0x024A,"LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL"},
1498516970 {0x0054,"LATIN CAPITAL LETTER T"},
1498616971 {0x0164,"LATIN CAPITAL LETTER T WITH CARON"},
1504017025 {0x1E7A,"LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS"},
1504117026 {0x0172,"LATIN CAPITAL LETTER U WITH OGONEK"},
1504217027 {0x016E,"LATIN CAPITAL LETTER U WITH RING ABOVE"},
17028 {0xA7B8,"LATIN CAPITAL LETTER U WITH STROKE"},
1504317029 {0x0168,"LATIN CAPITAL LETTER U WITH TILDE"},
1504417030 {0x1E78,"LATIN CAPITAL LETTER U WITH TILDE AND ACUTE"},
1504517031 {0x1E74,"LATIN CAPITAL LETTER U WITH TILDE BELOW"},
1511617102 {0x01C3,"LATIN LETTER RETROFLEX CLICK"},
1511717103 {0x01AA,"LATIN LETTER REVERSED ESH LOOP"},
1511817104 {0x02A2,"LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE"},
17105 {0xA78F,"LATIN LETTER SINOLOGICAL DOT"},
1511917106 {0x1D00,"LATIN LETTER SMALL CAPITAL A"},
1512017107 {0x1D01,"LATIN LETTER SMALL CAPITAL AE"},
1512117108 {0x0299,"LATIN LETTER SMALL CAPITAL B"},
1514217129 {0x1D10,"LATIN LETTER SMALL CAPITAL OPEN O"},
1514317130 {0x1D15,"LATIN LETTER SMALL CAPITAL OU"},
1514417131 {0x1D18,"LATIN LETTER SMALL CAPITAL P"},
17132 {0xA7AF,"LATIN LETTER SMALL CAPITAL Q"},
1514517133 {0x0280,"LATIN LETTER SMALL CAPITAL R"},
1514617134 {0xAB46,"LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG"},
1514717135 {0x1D0E,"LATIN LETTER SMALL CAPITAL REVERSED N"},
1522317211 {0xAB33,"LATIN SMALL LETTER BARRED E"},
1522417212 {0x0275,"LATIN SMALL LETTER BARRED O"},
1522517213 {0xAB4D,"LATIN SMALL LETTER BASELINE ESH"},
17214 {0xA7B5,"LATIN SMALL LETTER BETA"},
1522617215 {0xAB32,"LATIN SMALL LETTER BLACKLETTER E"},
1522717216 {0xAB3D,"LATIN SMALL LETTER BLACKLETTER O"},
1522817217 {0xAB3E,"LATIN SMALL LETTER BLACKLETTER O WITH STROKE"},
1539017379 {0xAB40,"LATIN SMALL LETTER INVERTED OE"},
1539117380 {0x0269,"LATIN SMALL LETTER IOTA"},
1539217381 {0x1D7C,"LATIN SMALL LETTER IOTA WITH STROKE"},
17382 {0xAB61,"LATIN SMALL LETTER IOTIFIED E"},
1539317383 {0xA76D,"LATIN SMALL LETTER IS"},
1539417384 {0x006A,"LATIN SMALL LETTER J"},
1539517385 {0x01F0,"LATIN SMALL LETTER J WITH CARON"},
1551717507 {0x1E4F,"LATIN SMALL LETTER O WITH TILDE AND DIAERESIS"},
1551817508 {0x022D,"LATIN SMALL LETTER O WITH TILDE AND MACRON"},
1551917509 {0x01A3,"LATIN SMALL LETTER OI"},
17510 {0xA7B7,"LATIN SMALL LETTER OMEGA"},
1552017511 {0xA74F,"LATIN SMALL LETTER OO"},
1552117512 {0x025B,"LATIN SMALL LETTER OPEN E"},
1552217513 {0x1D93,"LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK"},
1552317514 {0x0254,"LATIN SMALL LETTER OPEN O"},
1552417515 {0x1D97,"LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK"},
1552517516 {0xAB3F,"LATIN SMALL LETTER OPEN O WITH STROKE"},
17517 {0xAB62,"LATIN SMALL LETTER OPEN OE"},
1552617518 {0x0223,"LATIN SMALL LETTER OU"},
1552717519 {0x0070,"LATIN SMALL LETTER P"},
1552817520 {0x1E55,"LATIN SMALL LETTER P WITH ACUTE"},
1558817580 {0xA7A9,"LATIN SMALL LETTER S WITH OBLIQUE STROKE"},
1558917581 {0x1D8A,"LATIN SMALL LETTER S WITH PALATAL HOOK"},
1559017582 {0x023F,"LATIN SMALL LETTER S WITH SWASH TAIL"},
17583 {0xAB60,"LATIN SMALL LETTER SAKHA YAT"},
1559117584 {0xA78C,"LATIN SMALL LETTER SALTILLO"},
1559217585 {0x0259,"LATIN SMALL LETTER SCHWA"},
1559317586 {0x025A,"LATIN SMALL LETTER SCHWA WITH HOOK"},
1569917692 {0x1D99,"LATIN SMALL LETTER U WITH RETROFLEX HOOK"},
1570017693 {0x016F,"LATIN SMALL LETTER U WITH RING ABOVE"},
1570117694 {0xAB4E,"LATIN SMALL LETTER U WITH SHORT RIGHT LEG"},
17695 {0xA7B9,"LATIN SMALL LETTER U WITH STROKE"},
1570217696 {0x0169,"LATIN SMALL LETTER U WITH TILDE"},
1570317697 {0x1E79,"LATIN SMALL LETTER U WITH TILDE AND ACUTE"},
1570417698 {0x1E75,"LATIN SMALL LETTER U WITH TILDE BELOW"},
1570517699 {0x1D6B,"LATIN SMALL LETTER UE"},
1570617700 {0xAB50,"LATIN SMALL LETTER UI"},
1570717701 {0xA778,"LATIN SMALL LETTER UM"},
17702 {0xAB63,"LATIN SMALL LETTER UO"},
1570817703 {0x028A,"LATIN SMALL LETTER UPSILON"},
1570917704 {0x1D7F,"LATIN SMALL LETTER UPSILON WITH STROKE"},
1571017705 {0x0076,"LATIN SMALL LETTER V"},
1579717792 {0x1D65,"LATIN SUBSCRIPT SMALL LETTER V"},
1579817793 {0x2093,"LATIN SUBSCRIPT SMALL LETTER X"},
1579917794 {0x1F343,"LEAF FLUTTERING IN WIND"},
17795 {0x1F96C,"LEAFY GREEN"},
1580017796 {0x1F4D2,"LEDGER"},
1580117797 {0x27DA,"LEFT AND RIGHT DOUBLE TURNSTILE"},
1580217798 {0x27DB,"LEFT AND RIGHT TACK"},
1582817824 {0x258B,"LEFT FIVE EIGHTHS BLOCK"},
1582917825 {0x230A,"LEFT FLOOR"},
1583017826 {0x25D6,"LEFT HALF BLACK CIRCLE"},
17827 {0x2BE8,"LEFT HALF BLACK STAR"},
1583117828 {0x258C,"LEFT HALF BLOCK"},
17829 {0x1F907,"LEFT HALF CIRCLE"},
17830 {0x1F906,"LEFT HALF CIRCLE WITH DOT"},
17831 {0x1F903,"LEFT HALF CIRCLE WITH FOUR DOTS"},
17832 {0x1F904,"LEFT HALF CIRCLE WITH THREE DOTS"},
17833 {0x1F905,"LEFT HALF CIRCLE WITH TWO DOTS"},
1583217834 {0x1F57B,"LEFT HAND TELEPHONE RECEIVER"},
1583317835 {0x2E1C,"LEFT LOW PARAPHRASE BRACKET"},
1583417836 {0x1F6C5,"LEFT LUGGAGE"},
1588917891 {0x29D8,"LEFT WIGGLY FENCE"},
1589017892 {0x1F58E,"LEFT WRITING HAND"},
1589117893 {0x058E,"LEFT-FACING ARMENIAN ETERNITY SIGN"},
17894 {0x1F91B,"LEFT-FACING FIST"},
1589217895 {0x0FD6,"LEFT-FACING SVASTI SIGN"},
1589317896 {0x0FD8,"LEFT-FACING SVASTI SIGN WITH DOTS"},
1589417897 {0x26E6,"LEFT-HANDED INTERLACED PENTAGRAM"},
1599617999 {0x2B3B,"LEFTWARDS TWO-HEADED ARROW WITH TAIL"},
1599718000 {0x2B3D,"LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"},
1599818001 {0x2B3C,"LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE"},
18002 {0x2BEC,"LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS"},
1599918003 {0x2B34,"LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE"},
1600018004 {0x2B37,"LEFTWARDS TWO-HEADED TRIPLE DASH ARROW"},
1600118005 {0x219C,"LEFTWARDS WAVE ARROW"},
1600218006 {0x21E6,"LEFTWARDS WHITE ARROW"},
1600318007 {0x1F894,"LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"},
18008 {0x1F9B5,"LEG"},
1600418009 {0x1F34B,"LEMON"},
1600518010 {0x264C,"LEO"},
1600618011 {0x1F406,"LEOPARD"},
1675418759 {0x1005D,"LINEAR B SYMBOL B089"},
1675518760 {0x1F517,"LINK SYMBOL"},
1675618761 {0x1F587,"LINKED PAPERCLIPS"},
18762 {0x1F981,"LION FACE"},
1675718763 {0x1F5E2,"LIPS"},
1675818764 {0x1F484,"LIPSTICK"},
1675918765 {0x20A4,"LIRA SIGN"},
1680618812 {0xA4FE,"LISU PUNCTUATION COMMA"},
1680718813 {0xA4FF,"LISU PUNCTUATION FULL STOP"},
1680818814 {0x20B6,"LIVRE TOURNOIS SIGN"},
18815 {0x1F98E,"LIZARD"},
18816 {0x1F999,"LLAMA"},
18817 {0x1F99E,"LOBSTER"},
1680918818 {0x1F512,"LOCK"},
1681018819 {0x1F50F,"LOCK WITH INK PEN"},
1681118820 {0x2227,"LOGICAL AND"},
1683918848 {0x27F9,"LONG RIGHTWARDS DOUBLE ARROW"},
1684018849 {0x27FE,"LONG RIGHTWARDS DOUBLE ARROW FROM BAR"},
1684118850 {0x27FF,"LONG RIGHTWARDS SQUIGGLE ARROW"},
18851 {0x1F9F4,"LOTION BOTTLE"},
1684218852 {0x1F62D,"LOUDLY CRYING FACE"},
1684318853 {0x1F3E9,"LOVE HOTEL"},
1684418854 {0x1F48C,"LOVE LETTER"},
1684518855 {0x204E,"LOW ASTERISK"},
1684618856 {0x1F505,"LOW BRIGHTNESS SYMBOL"},
1684718857 {0x301F,"LOW DOUBLE PRIME QUOTATION MARK"},
18858 {0x2E47,"LOW KAVYKA"},
18859 {0x2E48,"LOW KAVYKA WITH DOT"},
1684818860 {0x005F,"LOW LINE"},
1684918861 {0x2703,"LOWER BLADE SCISSORS"},
1685018862 {0x2585,"LOWER FIVE EIGHTHS BLOCK"},
1687418886 {0x2586,"LOWER THREE QUARTERS BLOCK"},
1687518887 {0x25CA,"LOZENGE"},
1687618888 {0x27E0,"LOZENGE DIVIDED BY HORIZONTAL RULE"},
18889 {0x1F9F3,"LUGGAGE"},
1687718890 {0x10280,"LYCIAN LETTER A"},
1687818891 {0x10299,"LYCIAN LETTER AN"},
1687918892 {0x10282,"LYCIAN LETTER B"},
1693018943 {0x10925,"LYDIAN LETTER V"},
1693118944 {0x10927,"LYDIAN LETTER Y"},
1693218945 {0x1093F,"LYDIAN TRIANGULAR MARK"},
18946 {0x1F925,"LYING FACE"},
1693318947 {0x00AF,"MACRON"},
18948 {0x1F9D9,"MAGE"},
18949 {0x1F9F2,"MAGNET"},
1693418950 {0x11174,"MAHAJANI ABBREVIATION SIGN"},
1693518951 {0x11150,"MAHAJANI LETTER A"},
1693618952 {0x1116A,"MAHAJANI LETTER BA"},
1701419030 {0x1F002,"MAHJONG TILE WEST WIND"},
1701519031 {0x1F006,"MAHJONG TILE WHITE DRAGON"},
1701619032 {0x1F029,"MAHJONG TILE WINTER"},
19033 {0x11EF2,"MAKASAR ANGKA"},
19034 {0x11EF8,"MAKASAR END OF SECTION"},
19035 {0x11EF1,"MAKASAR LETTER A"},
19036 {0x11EE4,"MAKASAR LETTER BA"},
19037 {0x11EE9,"MAKASAR LETTER CA"},
19038 {0x11EE7,"MAKASAR LETTER DA"},
19039 {0x11EE1,"MAKASAR LETTER GA"},
19040 {0x11EEA,"MAKASAR LETTER JA"},
19041 {0x11EE0,"MAKASAR LETTER KA"},
19042 {0x11EEE,"MAKASAR LETTER LA"},
19043 {0x11EE5,"MAKASAR LETTER MA"},
19044 {0x11EE8,"MAKASAR LETTER NA"},
19045 {0x11EE2,"MAKASAR LETTER NGA"},
19046 {0x11EEB,"MAKASAR LETTER NYA"},
19047 {0x11EE3,"MAKASAR LETTER PA"},
19048 {0x11EED,"MAKASAR LETTER RA"},
19049 {0x11EF0,"MAKASAR LETTER SA"},
19050 {0x11EE6,"MAKASAR LETTER TA"},
19051 {0x11EEF,"MAKASAR LETTER VA"},
19052 {0x11EEC,"MAKASAR LETTER YA"},
19053 {0x11EF7,"MAKASAR PASSIMBANG"},
19054 {0x11EF5,"MAKASAR VOWEL SIGN E"},
19055 {0x11EF3,"MAKASAR VOWEL SIGN I"},
19056 {0x11EF6,"MAKASAR VOWEL SIGN O"},
19057 {0x11EF4,"MAKASAR VOWEL SIGN U"},
1701719058 {0x0D57,"MALAYALAM AU LENGTH MARK"},
1701819059 {0x0D79,"MALAYALAM DATE MARK"},
1701919060 {0x0D6E,"MALAYALAM DIGIT EIGHT"},
1702619067 {0x0D69,"MALAYALAM DIGIT THREE"},
1702719068 {0x0D68,"MALAYALAM DIGIT TWO"},
1702819069 {0x0D66,"MALAYALAM DIGIT ZERO"},
19070 {0x0D77,"MALAYALAM FRACTION ONE EIGHTH"},
19071 {0x0D5E,"MALAYALAM FRACTION ONE FIFTH"},
19072 {0x0D59,"MALAYALAM FRACTION ONE FORTIETH"},
1702919073 {0x0D74,"MALAYALAM FRACTION ONE HALF"},
19074 {0x0D58,"MALAYALAM FRACTION ONE ONE-HUNDRED-AND-SIXTIETH"},
1703019075 {0x0D73,"MALAYALAM FRACTION ONE QUARTER"},
19076 {0x0D76,"MALAYALAM FRACTION ONE SIXTEENTH"},
19077 {0x0D5C,"MALAYALAM FRACTION ONE TENTH"},
19078 {0x0D5B,"MALAYALAM FRACTION ONE TWENTIETH"},
19079 {0x0D5A,"MALAYALAM FRACTION THREE EIGHTIETHS"},
1703119080 {0x0D75,"MALAYALAM FRACTION THREE QUARTERS"},
19081 {0x0D78,"MALAYALAM FRACTION THREE SIXTEENTHS"},
19082 {0x0D5D,"MALAYALAM FRACTION THREE TWENTIETHS"},
1703219083 {0x0D05,"MALAYALAM LETTER A"},
1703319084 {0x0D06,"MALAYALAM LETTER AA"},
1703419085 {0x0D10,"MALAYALAM LETTER AI"},
19086 {0x0D5F,"MALAYALAM LETTER ARCHAIC II"},
1703519087 {0x0D14,"MALAYALAM LETTER AU"},
1703619088 {0x0D2C,"MALAYALAM LETTER BA"},
1703719089 {0x0D2D,"MALAYALAM LETTER BHA"},
1704019092 {0x0D7F,"MALAYALAM LETTER CHILLU K"},
1704119093 {0x0D7D,"MALAYALAM LETTER CHILLU L"},
1704219094 {0x0D7E,"MALAYALAM LETTER CHILLU LL"},
19095 {0x0D56,"MALAYALAM LETTER CHILLU LLL"},
19096 {0x0D54,"MALAYALAM LETTER CHILLU M"},
1704319097 {0x0D7B,"MALAYALAM LETTER CHILLU N"},
1704419098 {0x0D7A,"MALAYALAM LETTER CHILLU NN"},
1704519099 {0x0D7C,"MALAYALAM LETTER CHILLU RR"},
19100 {0x0D55,"MALAYALAM LETTER CHILLU Y"},
1704619101 {0x0D26,"MALAYALAM LETTER DA"},
1704719102 {0x0D21,"MALAYALAM LETTER DDA"},
1704819103 {0x0D22,"MALAYALAM LETTER DDHA"},
1709619151 {0x0D02,"MALAYALAM SIGN ANUSVARA"},
1709719152 {0x0D3D,"MALAYALAM SIGN AVAGRAHA"},
1709819153 {0x0D01,"MALAYALAM SIGN CANDRABINDU"},
19154 {0x0D3C,"MALAYALAM SIGN CIRCULAR VIRAMA"},
19155 {0x0D00,"MALAYALAM SIGN COMBINING ANUSVARA ABOVE"},
19156 {0x0D4F,"MALAYALAM SIGN PARA"},
19157 {0x0D3B,"MALAYALAM SIGN VERTICAL BAR VIRAMA"},
1709919158 {0x0D4D,"MALAYALAM SIGN VIRAMA"},
1710019159 {0x0D03,"MALAYALAM SIGN VISARGA"},
1710119160 {0x0D3E,"MALAYALAM VOWEL SIGN AA"},
1712019179 {0x2720,"MALTESE CROSS"},
1712119180 {0x1F468,"MAN"},
1712219181 {0x1F46B,"MAN AND WOMAN HOLDING HANDS"},
19182 {0x1F57A,"MAN DANCING"},
1712319183 {0x1F574,"MAN IN BUSINESS SUIT LEVITATING"},
19184 {0x1F935,"MAN IN TUXEDO"},
1712419185 {0x1F472,"MAN WITH GUA PI MAO"},
1712519186 {0x1F473,"MAN WITH TURBAN"},
1712619187 {0x20BC,"MANAT SIGN"},
1715319214 {0x0845,"MANDAIC LETTER USHENNA"},
1715419215 {0x085E,"MANDAIC PUNCTUATION"},
1715519216 {0x085A,"MANDAIC VOCALIZATION MARK"},
19217 {0x1F96D,"MANGO"},
1715619218 {0x10AE5,"MANICHAEAN ABBREVIATION MARK ABOVE"},
1715719219 {0x10AE6,"MANICHAEAN ABBREVIATION MARK BELOW"},
1715819220 {0x10ADA,"MANICHAEAN LETTER AAYIN"},
1720819270 {0x1F570,"MANTELPIECE CLOCK"},
1720919271 {0x26EF,"MAP SYMBOL FOR LIGHTHOUSE"},
1721019272 {0x1F341,"MAPLE LEAF"},
19273 {0x11C70,"MARCHEN HEAD MARK"},
19274 {0x11C88,"MARCHEN LETTER -A"},
19275 {0x11C8F,"MARCHEN LETTER A"},
19276 {0x11C80,"MARCHEN LETTER BA"},
19277 {0x11C76,"MARCHEN LETTER CA"},
19278 {0x11C77,"MARCHEN LETTER CHA"},
19279 {0x11C7C,"MARCHEN LETTER DA"},
19280 {0x11C84,"MARCHEN LETTER DZA"},
19281 {0x11C74,"MARCHEN LETTER GA"},
19282 {0x11C8E,"MARCHEN LETTER HA"},
19283 {0x11C78,"MARCHEN LETTER JA"},
19284 {0x11C72,"MARCHEN LETTER KA"},
19285 {0x11C73,"MARCHEN LETTER KHA"},
19286 {0x11C8B,"MARCHEN LETTER LA"},
19287 {0x11C81,"MARCHEN LETTER MA"},
19288 {0x11C7D,"MARCHEN LETTER NA"},
19289 {0x11C75,"MARCHEN LETTER NGA"},
19290 {0x11C79,"MARCHEN LETTER NYA"},
19291 {0x11C7E,"MARCHEN LETTER PA"},
19292 {0x11C7F,"MARCHEN LETTER PHA"},
19293 {0x11C8A,"MARCHEN LETTER RA"},
19294 {0x11C8D,"MARCHEN LETTER SA"},
19295 {0x11C8C,"MARCHEN LETTER SHA"},
19296 {0x11C7A,"MARCHEN LETTER TA"},
19297 {0x11C7B,"MARCHEN LETTER THA"},
19298 {0x11C82,"MARCHEN LETTER TSA"},
19299 {0x11C83,"MARCHEN LETTER TSHA"},
19300 {0x11C85,"MARCHEN LETTER WA"},
19301 {0x11C89,"MARCHEN LETTER YA"},
19302 {0x11C87,"MARCHEN LETTER ZA"},
19303 {0x11C86,"MARCHEN LETTER ZHA"},
19304 {0x11C71,"MARCHEN MARK SHAD"},
19305 {0x11CB5,"MARCHEN SIGN ANUSVARA"},
19306 {0x11CB6,"MARCHEN SIGN CANDRABINDU"},
19307 {0x11CAF,"MARCHEN SUBJOINED LETTER A"},
19308 {0x11CA0,"MARCHEN SUBJOINED LETTER BA"},
19309 {0x11C96,"MARCHEN SUBJOINED LETTER CA"},
19310 {0x11C97,"MARCHEN SUBJOINED LETTER CHA"},
19311 {0x11C9C,"MARCHEN SUBJOINED LETTER DA"},
19312 {0x11CA4,"MARCHEN SUBJOINED LETTER DZA"},
19313 {0x11C94,"MARCHEN SUBJOINED LETTER GA"},
19314 {0x11CAE,"MARCHEN SUBJOINED LETTER HA"},
19315 {0x11C98,"MARCHEN SUBJOINED LETTER JA"},
19316 {0x11C92,"MARCHEN SUBJOINED LETTER KA"},
19317 {0x11C93,"MARCHEN SUBJOINED LETTER KHA"},
19318 {0x11CAB,"MARCHEN SUBJOINED LETTER LA"},
19319 {0x11CA1,"MARCHEN SUBJOINED LETTER MA"},
19320 {0x11C9D,"MARCHEN SUBJOINED LETTER NA"},
19321 {0x11C95,"MARCHEN SUBJOINED LETTER NGA"},
19322 {0x11C99,"MARCHEN SUBJOINED LETTER NYA"},
19323 {0x11C9E,"MARCHEN SUBJOINED LETTER PA"},
19324 {0x11C9F,"MARCHEN SUBJOINED LETTER PHA"},
19325 {0x11CAA,"MARCHEN SUBJOINED LETTER RA"},
19326 {0x11CAD,"MARCHEN SUBJOINED LETTER SA"},
19327 {0x11CAC,"MARCHEN SUBJOINED LETTER SHA"},
19328 {0x11C9A,"MARCHEN SUBJOINED LETTER TA"},
19329 {0x11C9B,"MARCHEN SUBJOINED LETTER THA"},
19330 {0x11CA2,"MARCHEN SUBJOINED LETTER TSA"},
19331 {0x11CA3,"MARCHEN SUBJOINED LETTER TSHA"},
19332 {0x11CA5,"MARCHEN SUBJOINED LETTER WA"},
19333 {0x11CA9,"MARCHEN SUBJOINED LETTER YA"},
19334 {0x11CA7,"MARCHEN SUBJOINED LETTER ZA"},
19335 {0x11CA6,"MARCHEN SUBJOINED LETTER ZHA"},
19336 {0x11CB0,"MARCHEN VOWEL SIGN AA"},
19337 {0x11CB3,"MARCHEN VOWEL SIGN E"},
19338 {0x11CB1,"MARCHEN VOWEL SIGN I"},
19339 {0x11CB4,"MARCHEN VOWEL SIGN O"},
19340 {0x11CB2,"MARCHEN VOWEL SIGN U"},
1721119341 {0x26AD,"MARRIAGE SYMBOL"},
19342 {0x1F94B,"MARTIAL ARTS UNIFORM"},
19343 {0x11D58,"MASARAM GONDI DIGIT EIGHT"},
19344 {0x11D55,"MASARAM GONDI DIGIT FIVE"},
19345 {0x11D54,"MASARAM GONDI DIGIT FOUR"},
19346 {0x11D59,"MASARAM GONDI DIGIT NINE"},
19347 {0x11D51,"MASARAM GONDI DIGIT ONE"},
19348 {0x11D57,"MASARAM GONDI DIGIT SEVEN"},
19349 {0x11D56,"MASARAM GONDI DIGIT SIX"},
19350 {0x11D53,"MASARAM GONDI DIGIT THREE"},
19351 {0x11D52,"MASARAM GONDI DIGIT TWO"},
19352 {0x11D50,"MASARAM GONDI DIGIT ZERO"},
19353 {0x11D00,"MASARAM GONDI LETTER A"},
19354 {0x11D01,"MASARAM GONDI LETTER AA"},
19355 {0x11D08,"MASARAM GONDI LETTER AI"},
19356 {0x11D0B,"MASARAM GONDI LETTER AU"},
19357 {0x11D22,"MASARAM GONDI LETTER BA"},
19358 {0x11D23,"MASARAM GONDI LETTER BHA"},
19359 {0x11D11,"MASARAM GONDI LETTER CA"},
19360 {0x11D12,"MASARAM GONDI LETTER CHA"},
19361 {0x11D1D,"MASARAM GONDI LETTER DA"},
19362 {0x11D18,"MASARAM GONDI LETTER DDA"},
19363 {0x11D19,"MASARAM GONDI LETTER DDHA"},
19364 {0x11D1E,"MASARAM GONDI LETTER DHA"},
19365 {0x11D06,"MASARAM GONDI LETTER E"},
19366 {0x11D0E,"MASARAM GONDI LETTER GA"},
19367 {0x11D0F,"MASARAM GONDI LETTER GHA"},
19368 {0x11D2C,"MASARAM GONDI LETTER HA"},
19369 {0x11D02,"MASARAM GONDI LETTER I"},
19370 {0x11D03,"MASARAM GONDI LETTER II"},
19371 {0x11D13,"MASARAM GONDI LETTER JA"},
19372 {0x11D14,"MASARAM GONDI LETTER JHA"},
19373 {0x11D2F,"MASARAM GONDI LETTER JNYA"},
19374 {0x11D0C,"MASARAM GONDI LETTER KA"},
19375 {0x11D0D,"MASARAM GONDI LETTER KHA"},
19376 {0x11D2E,"MASARAM GONDI LETTER KSSA"},
19377 {0x11D27,"MASARAM GONDI LETTER LA"},
19378 {0x11D2D,"MASARAM GONDI LETTER LLA"},
19379 {0x11D24,"MASARAM GONDI LETTER MA"},
19380 {0x11D1F,"MASARAM GONDI LETTER NA"},
19381 {0x11D10,"MASARAM GONDI LETTER NGA"},
19382 {0x11D1A,"MASARAM GONDI LETTER NNA"},
19383 {0x11D15,"MASARAM GONDI LETTER NYA"},
19384 {0x11D09,"MASARAM GONDI LETTER O"},
19385 {0x11D20,"MASARAM GONDI LETTER PA"},
19386 {0x11D21,"MASARAM GONDI LETTER PHA"},
19387 {0x11D26,"MASARAM GONDI LETTER RA"},
19388 {0x11D2B,"MASARAM GONDI LETTER SA"},
19389 {0x11D29,"MASARAM GONDI LETTER SHA"},
19390 {0x11D2A,"MASARAM GONDI LETTER SSA"},
19391 {0x11D1B,"MASARAM GONDI LETTER TA"},
19392 {0x11D1C,"MASARAM GONDI LETTER THA"},
19393 {0x11D30,"MASARAM GONDI LETTER TRA"},
19394 {0x11D16,"MASARAM GONDI LETTER TTA"},
19395 {0x11D17,"MASARAM GONDI LETTER TTHA"},
19396 {0x11D04,"MASARAM GONDI LETTER U"},
19397 {0x11D05,"MASARAM GONDI LETTER UU"},
19398 {0x11D28,"MASARAM GONDI LETTER VA"},
19399 {0x11D25,"MASARAM GONDI LETTER YA"},
19400 {0x11D47,"MASARAM GONDI RA-KARA"},
19401 {0x11D46,"MASARAM GONDI REPHA"},
19402 {0x11D40,"MASARAM GONDI SIGN ANUSVARA"},
19403 {0x11D43,"MASARAM GONDI SIGN CANDRA"},
19404 {0x11D44,"MASARAM GONDI SIGN HALANTA"},
19405 {0x11D42,"MASARAM GONDI SIGN NUKTA"},
19406 {0x11D41,"MASARAM GONDI SIGN VISARGA"},
19407 {0x11D45,"MASARAM GONDI VIRAMA"},
19408 {0x11D31,"MASARAM GONDI VOWEL SIGN AA"},
19409 {0x11D3C,"MASARAM GONDI VOWEL SIGN AI"},
19410 {0x11D3F,"MASARAM GONDI VOWEL SIGN AU"},
19411 {0x11D3A,"MASARAM GONDI VOWEL SIGN E"},
19412 {0x11D32,"MASARAM GONDI VOWEL SIGN I"},
19413 {0x11D33,"MASARAM GONDI VOWEL SIGN II"},
19414 {0x11D3D,"MASARAM GONDI VOWEL SIGN O"},
19415 {0x11D34,"MASARAM GONDI VOWEL SIGN U"},
19416 {0x11D35,"MASARAM GONDI VOWEL SIGN UU"},
19417 {0x11D36,"MASARAM GONDI VOWEL SIGN VOCALIC R"},
1721219418 {0x00BA,"MASCULINE ORDINAL INDICATOR"},
1721319419 {0x303C,"MASU MARK"},
1721419420 {0x1D400,"MATHEMATICAL BOLD CAPITAL A"},
1822020426 {0x1D4CE,"MATHEMATICAL SCRIPT SMALL Y"},
1822120427 {0x1D4CF,"MATHEMATICAL SCRIPT SMALL Z"},
1822220428 {0x1F5D6,"MAXIMIZE"},
20429 {0x1D2E8,"MAYAN NUMERAL EIGHT"},
20430 {0x1D2F2,"MAYAN NUMERAL EIGHTEEN"},
20431 {0x1D2EB,"MAYAN NUMERAL ELEVEN"},
20432 {0x1D2EF,"MAYAN NUMERAL FIFTEEN"},
20433 {0x1D2E5,"MAYAN NUMERAL FIVE"},
20434 {0x1D2E4,"MAYAN NUMERAL FOUR"},
20435 {0x1D2EE,"MAYAN NUMERAL FOURTEEN"},
20436 {0x1D2E9,"MAYAN NUMERAL NINE"},
20437 {0x1D2F3,"MAYAN NUMERAL NINETEEN"},
20438 {0x1D2E1,"MAYAN NUMERAL ONE"},
20439 {0x1D2E7,"MAYAN NUMERAL SEVEN"},
20440 {0x1D2F1,"MAYAN NUMERAL SEVENTEEN"},
20441 {0x1D2E6,"MAYAN NUMERAL SIX"},
20442 {0x1D2F0,"MAYAN NUMERAL SIXTEEN"},
20443 {0x1D2EA,"MAYAN NUMERAL TEN"},
20444 {0x1D2ED,"MAYAN NUMERAL THIRTEEN"},
20445 {0x1D2E3,"MAYAN NUMERAL THREE"},
20446 {0x1D2EC,"MAYAN NUMERAL TWELVE"},
20447 {0x1D2E2,"MAYAN NUMERAL TWO"},
20448 {0x1D2E0,"MAYAN NUMERAL ZERO"},
1822320449 {0x2221,"MEASURED ANGLE"},
1822420450 {0x299B,"MEASURED ANGLE OPENING LEFT"},
1822520451 {0x29AB,"MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT"},
1823320459 {0x225E,"MEASURED BY"},
1823420460 {0x299D,"MEASURED RIGHT ANGLE WITH DOT"},
1823520461 {0x1F356,"MEAT ON BONE"},
20462 {0x16E4D,"MEDEFAIDRIN CAPITAL LETTER A"},
20463 {0x16E5E,"MEDEFAIDRIN CAPITAL LETTER AI"},
20464 {0x16E44,"MEDEFAIDRIN CAPITAL LETTER ATIU"},
20465 {0x16E50,"MEDEFAIDRIN CAPITAL LETTER B"},
20466 {0x16E51,"MEDEFAIDRIN CAPITAL LETTER C"},
20467 {0x16E59,"MEDEFAIDRIN CAPITAL LETTER D"},
20468 {0x16E4F,"MEDEFAIDRIN CAPITAL LETTER E"},
20469 {0x16E4A,"MEDEFAIDRIN CAPITAL LETTER F"},
20470 {0x16E49,"MEDEFAIDRIN CAPITAL LETTER G"},
20471 {0x16E56,"MEDEFAIDRIN CAPITAL LETTER HP"},
20472 {0x16E4B,"MEDEFAIDRIN CAPITAL LETTER I"},
20473 {0x16E4E,"MEDEFAIDRIN CAPITAL LETTER J"},
20474 {0x16E4C,"MEDEFAIDRIN CAPITAL LETTER K"},
20475 {0x16E46,"MEDEFAIDRIN CAPITAL LETTER KP"},
20476 {0x16E54,"MEDEFAIDRIN CAPITAL LETTER L"},
20477 {0x16E40,"MEDEFAIDRIN CAPITAL LETTER M"},
20478 {0x16E5B,"MEDEFAIDRIN CAPITAL LETTER N"},
20479 {0x16E57,"MEDEFAIDRIN CAPITAL LETTER NY"},
20480 {0x16E5D,"MEDEFAIDRIN CAPITAL LETTER O"},
20481 {0x16E5A,"MEDEFAIDRIN CAPITAL LETTER OE"},
20482 {0x16E47,"MEDEFAIDRIN CAPITAL LETTER P"},
20483 {0x16E55,"MEDEFAIDRIN CAPITAL LETTER Q"},
20484 {0x16E5C,"MEDEFAIDRIN CAPITAL LETTER R"},
20485 {0x16E41,"MEDEFAIDRIN CAPITAL LETTER S"},
20486 {0x16E48,"MEDEFAIDRIN CAPITAL LETTER T"},
20487 {0x16E52,"MEDEFAIDRIN CAPITAL LETTER U"},
20488 {0x16E42,"MEDEFAIDRIN CAPITAL LETTER V"},
20489 {0x16E43,"MEDEFAIDRIN CAPITAL LETTER W"},
20490 {0x16E58,"MEDEFAIDRIN CAPITAL LETTER X"},
20491 {0x16E5F,"MEDEFAIDRIN CAPITAL LETTER Y"},
20492 {0x16E53,"MEDEFAIDRIN CAPITAL LETTER YU"},
20493 {0x16E45,"MEDEFAIDRIN CAPITAL LETTER Z"},
20494 {0x16E97,"MEDEFAIDRIN COMMA"},
20495 {0x16E88,"MEDEFAIDRIN DIGIT EIGHT"},
20496 {0x16E85,"MEDEFAIDRIN DIGIT FIVE"},
20497 {0x16E84,"MEDEFAIDRIN DIGIT FOUR"},
20498 {0x16E89,"MEDEFAIDRIN DIGIT NINE"},
20499 {0x16E81,"MEDEFAIDRIN DIGIT ONE"},
20500 {0x16E94,"MEDEFAIDRIN DIGIT ONE ALTERNATE FORM"},
20501 {0x16E87,"MEDEFAIDRIN DIGIT SEVEN"},
20502 {0x16E86,"MEDEFAIDRIN DIGIT SIX"},
20503 {0x16E83,"MEDEFAIDRIN DIGIT THREE"},
20504 {0x16E96,"MEDEFAIDRIN DIGIT THREE ALTERNATE FORM"},
20505 {0x16E82,"MEDEFAIDRIN DIGIT TWO"},
20506 {0x16E95,"MEDEFAIDRIN DIGIT TWO ALTERNATE FORM"},
20507 {0x16E80,"MEDEFAIDRIN DIGIT ZERO"},
20508 {0x16E9A,"MEDEFAIDRIN EXCLAMATION OH"},
20509 {0x16E98,"MEDEFAIDRIN FULL STOP"},
20510 {0x16E92,"MEDEFAIDRIN NUMBER EIGHTEEN"},
20511 {0x16E8B,"MEDEFAIDRIN NUMBER ELEVEN"},
20512 {0x16E8F,"MEDEFAIDRIN NUMBER FIFTEEN"},
20513 {0x16E8E,"MEDEFAIDRIN NUMBER FOURTEEN"},
20514 {0x16E93,"MEDEFAIDRIN NUMBER NINETEEN"},
20515 {0x16E91,"MEDEFAIDRIN NUMBER SEVENTEEN"},
20516 {0x16E90,"MEDEFAIDRIN NUMBER SIXTEEN"},
20517 {0x16E8A,"MEDEFAIDRIN NUMBER TEN"},
20518 {0x16E8D,"MEDEFAIDRIN NUMBER THIRTEEN"},
20519 {0x16E8C,"MEDEFAIDRIN NUMBER TWELVE"},
20520 {0x16E6D,"MEDEFAIDRIN SMALL LETTER A"},
20521 {0x16E7E,"MEDEFAIDRIN SMALL LETTER AI"},
20522 {0x16E64,"MEDEFAIDRIN SMALL LETTER ATIU"},
20523 {0x16E70,"MEDEFAIDRIN SMALL LETTER B"},
20524 {0x16E71,"MEDEFAIDRIN SMALL LETTER C"},
20525 {0x16E79,"MEDEFAIDRIN SMALL LETTER D"},
20526 {0x16E6F,"MEDEFAIDRIN SMALL LETTER E"},
20527 {0x16E6A,"MEDEFAIDRIN SMALL LETTER F"},
20528 {0x16E69,"MEDEFAIDRIN SMALL LETTER G"},
20529 {0x16E76,"MEDEFAIDRIN SMALL LETTER HP"},
20530 {0x16E6B,"MEDEFAIDRIN SMALL LETTER I"},
20531 {0x16E6E,"MEDEFAIDRIN SMALL LETTER J"},
20532 {0x16E6C,"MEDEFAIDRIN SMALL LETTER K"},
20533 {0x16E66,"MEDEFAIDRIN SMALL LETTER KP"},
20534 {0x16E74,"MEDEFAIDRIN SMALL LETTER L"},
20535 {0x16E60,"MEDEFAIDRIN SMALL LETTER M"},
20536 {0x16E7B,"MEDEFAIDRIN SMALL LETTER N"},
20537 {0x16E77,"MEDEFAIDRIN SMALL LETTER NY"},
20538 {0x16E7D,"MEDEFAIDRIN SMALL LETTER O"},
20539 {0x16E7A,"MEDEFAIDRIN SMALL LETTER OE"},
20540 {0x16E67,"MEDEFAIDRIN SMALL LETTER P"},
20541 {0x16E75,"MEDEFAIDRIN SMALL LETTER Q"},
20542 {0x16E7C,"MEDEFAIDRIN SMALL LETTER R"},
20543 {0x16E61,"MEDEFAIDRIN SMALL LETTER S"},
20544 {0x16E68,"MEDEFAIDRIN SMALL LETTER T"},
20545 {0x16E72,"MEDEFAIDRIN SMALL LETTER U"},
20546 {0x16E62,"MEDEFAIDRIN SMALL LETTER V"},
20547 {0x16E63,"MEDEFAIDRIN SMALL LETTER W"},
20548 {0x16E78,"MEDEFAIDRIN SMALL LETTER X"},
20549 {0x16E7F,"MEDEFAIDRIN SMALL LETTER Y"},
20550 {0x16E73,"MEDEFAIDRIN SMALL LETTER YU"},
20551 {0x16E65,"MEDEFAIDRIN SMALL LETTER Z"},
20552 {0x16E99,"MEDEFAIDRIN SYMBOL AIVA"},
20553 {0x2E4C,"MEDIEVAL COMMA"},
1823620554 {0x26AB,"MEDIUM BLACK CIRCLE"},
1823720555 {0x1F785,"MEDIUM BOLD WHITE CIRCLE"},
1823820556 {0x1F7CE,"MEDIUM EIGHT POINTED BLACK STAR"},
1855420872 {0x1E82C,"MENDE KIKAKUI SYLLABLE M195 AN"},
1855520873 {0x1E835,"MENDE KIKAKUI SYLLABLE M196 SIA"},
1855620874 {0x1E861,"MENDE KIKAKUI SYLLABLE M197 FUA"},
20875 {0x1F54E,"MENORAH WITH NINE BRANCHES"},
1855720876 {0x1F6B9,"MENS SYMBOL"},
1855820877 {0x263F,"MERCURY"},
20878 {0x109FD,"MEROITIC CURSIVE FRACTION EIGHT TWELFTHS"},
20879 {0x109BC,"MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS"},
20880 {0x109FA,"MEROITIC CURSIVE FRACTION FIVE TWELFTHS"},
20881 {0x109F9,"MEROITIC CURSIVE FRACTION FOUR TWELFTHS"},
20882 {0x109FE,"MEROITIC CURSIVE FRACTION NINE TWELFTHS"},
20883 {0x109BD,"MEROITIC CURSIVE FRACTION ONE HALF"},
20884 {0x109F6,"MEROITIC CURSIVE FRACTION ONE TWELFTH"},
20885 {0x109FC,"MEROITIC CURSIVE FRACTION SEVEN TWELFTHS"},
20886 {0x109FB,"MEROITIC CURSIVE FRACTION SIX TWELFTHS"},
20887 {0x109FF,"MEROITIC CURSIVE FRACTION TEN TWELFTHS"},
20888 {0x109F8,"MEROITIC CURSIVE FRACTION THREE TWELFTHS"},
20889 {0x109F7,"MEROITIC CURSIVE FRACTION TWO TWELFTHS"},
1855920890 {0x109A0,"MEROITIC CURSIVE LETTER A"},
1856020891 {0x109B0,"MEROITIC CURSIVE LETTER ARCHAIC SA"},
1856120892 {0x109A6,"MEROITIC CURSIVE LETTER BA"},
1858220913 {0x109A4,"MEROITIC CURSIVE LETTER YA"},
1858320914 {0x109BF,"MEROITIC CURSIVE LOGOGRAM IMN"},
1858420915 {0x109BE,"MEROITIC CURSIVE LOGOGRAM RMT"},
20916 {0x109C7,"MEROITIC CURSIVE NUMBER EIGHT"},
20917 {0x109D9,"MEROITIC CURSIVE NUMBER EIGHT HUNDRED"},
20918 {0x109F4,"MEROITIC CURSIVE NUMBER EIGHT HUNDRED THOUSAND"},
20919 {0x109E2,"MEROITIC CURSIVE NUMBER EIGHT THOUSAND"},
20920 {0x109EB,"MEROITIC CURSIVE NUMBER EIGHTY THOUSAND"},
20921 {0x109CD,"MEROITIC CURSIVE NUMBER FIFTY"},
20922 {0x109E8,"MEROITIC CURSIVE NUMBER FIFTY THOUSAND"},
20923 {0x109C4,"MEROITIC CURSIVE NUMBER FIVE"},
20924 {0x109D6,"MEROITIC CURSIVE NUMBER FIVE HUNDRED"},
20925 {0x109F1,"MEROITIC CURSIVE NUMBER FIVE HUNDRED THOUSAND"},
20926 {0x109DF,"MEROITIC CURSIVE NUMBER FIVE THOUSAND"},
20927 {0x109CC,"MEROITIC CURSIVE NUMBER FORTY"},
20928 {0x109E7,"MEROITIC CURSIVE NUMBER FORTY THOUSAND"},
20929 {0x109C3,"MEROITIC CURSIVE NUMBER FOUR"},
20930 {0x109D5,"MEROITIC CURSIVE NUMBER FOUR HUNDRED"},
20931 {0x109F0,"MEROITIC CURSIVE NUMBER FOUR HUNDRED THOUSAND"},
20932 {0x109DE,"MEROITIC CURSIVE NUMBER FOUR THOUSAND"},
20933 {0x109C8,"MEROITIC CURSIVE NUMBER NINE"},
20934 {0x109DA,"MEROITIC CURSIVE NUMBER NINE HUNDRED"},
20935 {0x109F5,"MEROITIC CURSIVE NUMBER NINE HUNDRED THOUSAND"},
20936 {0x109E3,"MEROITIC CURSIVE NUMBER NINE THOUSAND"},
20937 {0x109EC,"MEROITIC CURSIVE NUMBER NINETY THOUSAND"},
20938 {0x109C0,"MEROITIC CURSIVE NUMBER ONE"},
20939 {0x109D2,"MEROITIC CURSIVE NUMBER ONE HUNDRED"},
20940 {0x109ED,"MEROITIC CURSIVE NUMBER ONE HUNDRED THOUSAND"},
20941 {0x109DB,"MEROITIC CURSIVE NUMBER ONE THOUSAND"},
20942 {0x109C6,"MEROITIC CURSIVE NUMBER SEVEN"},
20943 {0x109D8,"MEROITIC CURSIVE NUMBER SEVEN HUNDRED"},
20944 {0x109F3,"MEROITIC CURSIVE NUMBER SEVEN HUNDRED THOUSAND"},
20945 {0x109E1,"MEROITIC CURSIVE NUMBER SEVEN THOUSAND"},
20946 {0x109CF,"MEROITIC CURSIVE NUMBER SEVENTY"},
20947 {0x109EA,"MEROITIC CURSIVE NUMBER SEVENTY THOUSAND"},
20948 {0x109C5,"MEROITIC CURSIVE NUMBER SIX"},
20949 {0x109D7,"MEROITIC CURSIVE NUMBER SIX HUNDRED"},
20950 {0x109F2,"MEROITIC CURSIVE NUMBER SIX HUNDRED THOUSAND"},
20951 {0x109E0,"MEROITIC CURSIVE NUMBER SIX THOUSAND"},
20952 {0x109CE,"MEROITIC CURSIVE NUMBER SIXTY"},
20953 {0x109E9,"MEROITIC CURSIVE NUMBER SIXTY THOUSAND"},
20954 {0x109C9,"MEROITIC CURSIVE NUMBER TEN"},
20955 {0x109E4,"MEROITIC CURSIVE NUMBER TEN THOUSAND"},
20956 {0x109CB,"MEROITIC CURSIVE NUMBER THIRTY"},
20957 {0x109E6,"MEROITIC CURSIVE NUMBER THIRTY THOUSAND"},
20958 {0x109C2,"MEROITIC CURSIVE NUMBER THREE"},
20959 {0x109D4,"MEROITIC CURSIVE NUMBER THREE HUNDRED"},
20960 {0x109EF,"MEROITIC CURSIVE NUMBER THREE HUNDRED THOUSAND"},
20961 {0x109DD,"MEROITIC CURSIVE NUMBER THREE THOUSAND"},
20962 {0x109CA,"MEROITIC CURSIVE NUMBER TWENTY"},
20963 {0x109E5,"MEROITIC CURSIVE NUMBER TWENTY THOUSAND"},
20964 {0x109C1,"MEROITIC CURSIVE NUMBER TWO"},
20965 {0x109D3,"MEROITIC CURSIVE NUMBER TWO HUNDRED"},
20966 {0x109EE,"MEROITIC CURSIVE NUMBER TWO HUNDRED THOUSAND"},
20967 {0x109DC,"MEROITIC CURSIVE NUMBER TWO THOUSAND"},
1858520968 {0x10980,"MEROITIC HIEROGLYPHIC LETTER A"},
1858620969 {0x10986,"MEROITIC HIEROGLYPHIC LETTER BA"},
1858720970 {0x10987,"MEROITIC HIEROGLYPHIC LETTER BA-2"},
1861420997 {0x10984,"MEROITIC HIEROGLYPHIC LETTER YA"},
1861520998 {0x1099E,"MEROITIC HIEROGLYPHIC SYMBOL VIDJ"},
1861620999 {0x1099F,"MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2"},
21000 {0x1F9DC,"MERPERSON"},
1861721001 {0x23D1,"METRICAL BREVE"},
1861821002 {0x23D2,"METRICAL LONG OVER SHORT"},
1861921003 {0x23D4,"METRICAL LONG OVER TWO SHORTS"},
1875821142 {0x16F71,"MIAO VOWEL SIGN Y"},
1875921143 {0x16F72,"MIAO VOWEL SIGN YI"},
1876021144 {0x00B5,"MICRO SIGN"},
21145 {0x1F9A0,"MICROBE"},
1876121146 {0x1F3A4,"MICROPHONE"},
1876221147 {0x1F52C,"MICROSCOPE"},
1876321148 {0x00B7,"MIDDLE DOT"},
1878121166 {0x1F4F4,"MOBILE PHONE OFF"},
1878221167 {0x1F4F2,"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT"},
1878321168 {0x22A7,"MODELS"},
21169 {0x1F93B,"MODERN PENTATHLON"},
1878421170 {0x11643,"MODI ABBREVIATION SIGN"},
1878521171 {0x11641,"MODI DANDA"},
1878621172 {0x11658,"MODI DIGIT EIGHT"},
1907721463 {0x2A0A,"MODULO TWO SUM"},
1907821464 {0x1F4B0,"MONEY BAG"},
1907921465 {0x1F4B8,"MONEY WITH WINGS"},
21466 {0x1F911,"MONEY-MOUTH FACE"},
1908021467 {0x1800,"MONGOLIAN BIRGA"},
21468 {0x11664,"MONGOLIAN BIRGA WITH DOUBLE ORNAMENT"},
21469 {0x11660,"MONGOLIAN BIRGA WITH ORNAMENT"},
1908121470 {0x1804,"MONGOLIAN COLON"},
1908221471 {0x1802,"MONGOLIAN COMMA"},
1908321472 {0x1818,"MONGOLIAN DIGIT EIGHT"},
1909021479 {0x1813,"MONGOLIAN DIGIT THREE"},
1909121480 {0x1812,"MONGOLIAN DIGIT TWO"},
1909221481 {0x1810,"MONGOLIAN DIGIT ZERO"},
21482 {0x11662,"MONGOLIAN DOUBLE BIRGA WITH ORNAMENT"},
1909321483 {0x1801,"MONGOLIAN ELLIPSIS"},
1909421484 {0x1805,"MONGOLIAN FOUR DOTS"},
1909521485 {0x180B,"MONGOLIAN FREE VARIATION SELECTOR ONE"},
1909621486 {0x180D,"MONGOLIAN FREE VARIATION SELECTOR THREE"},
1909721487 {0x180C,"MONGOLIAN FREE VARIATION SELECTOR TWO"},
1909821488 {0x1803,"MONGOLIAN FULL STOP"},
21489 {0x11667,"MONGOLIAN INVERTED BIRGA"},
21490 {0x11668,"MONGOLIAN INVERTED BIRGA WITH DOUBLE ORNAMENT"},
1909921491 {0x1820,"MONGOLIAN LETTER A"},
1910021492 {0x1887,"MONGOLIAN LETTER ALI GALI A"},
1910121493 {0x1897,"MONGOLIAN LETTER ALI GALI AH"},
1912721519 {0x1829,"MONGOLIAN LETTER ANG"},
1912821520 {0x182A,"MONGOLIAN LETTER BA"},
1912921521 {0x1834,"MONGOLIAN LETTER CHA"},
21522 {0x1878,"MONGOLIAN LETTER CHA WITH TWO DOTS"},
1913021523 {0x1842,"MONGOLIAN LETTER CHI"},
1913121524 {0x1833,"MONGOLIAN LETTER DA"},
1913221525 {0x1821,"MONGOLIAN LETTER E"},
1923021623 {0x1808,"MONGOLIAN MANCHU COMMA"},
1923121624 {0x1809,"MONGOLIAN MANCHU FULL STOP"},
1923221625 {0x180A,"MONGOLIAN NIRUGU"},
21626 {0x11661,"MONGOLIAN ROTATED BIRGA"},
21627 {0x11666,"MONGOLIAN ROTATED BIRGA WITH DOUBLE ORNAMENT"},
21628 {0x11665,"MONGOLIAN ROTATED BIRGA WITH ORNAMENT"},
1923321629 {0x1807,"MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER"},
21630 {0x11669,"MONGOLIAN SWIRL BIRGA"},
21631 {0x1166B,"MONGOLIAN SWIRL BIRGA WITH DOUBLE ORNAMENT"},
21632 {0x1166A,"MONGOLIAN SWIRL BIRGA WITH ORNAMENT"},
1923421633 {0x1806,"MONGOLIAN TODO SOFT HYPHEN"},
21634 {0x11663,"MONGOLIAN TRIPLE BIRGA WITH ORNAMENT"},
21635 {0x1166C,"MONGOLIAN TURNED SWIRL BIRGA WITH DOUBLE ORNAMENT"},
1923521636 {0x180E,"MONGOLIAN VOWEL SEPARATOR"},
1923621637 {0x1F412,"MONKEY"},
1923721638 {0x1F435,"MONKEY FACE"},
1924121642 {0x1F69D,"MONORAIL"},
1924221643 {0x238D,"MONOSTABLE SYMBOL"},
1924321644 {0x1F5F0,"MOOD BUBBLE"},
21645 {0x1F96E,"MOON CAKE"},
1924421646 {0x1F391,"MOON VIEWING CEREMONY"},
21647 {0x1F54C,"MOSQUE"},
21648 {0x1F99F,"MOSQUITO"},
21649 {0x1F936,"MOTHER CHRISTMAS"},
1924521650 {0x1F6E5,"MOTOR BOAT"},
21651 {0x1F6F5,"MOTOR SCOOTER"},
1924621652 {0x1F6E3,"MOTORWAY"},
1924721653 {0x1F5FB,"MOUNT FUJI"},
1924821654 {0x26F0,"MOUNTAIN"},
1929921705 {0x16A42,"MRO LETTER YO"},
1930021706 {0x226B,"MUCH GREATER-THAN"},
1930121707 {0x226A,"MUCH LESS-THAN"},
21708 {0x11280,"MULTANI LETTER A"},
21709 {0x1129D,"MULTANI LETTER BA"},
21710 {0x1129F,"MULTANI LETTER BHA"},
21711 {0x1128A,"MULTANI LETTER CA"},
21712 {0x1128B,"MULTANI LETTER CHA"},
21713 {0x11298,"MULTANI LETTER DA"},
21714 {0x11292,"MULTANI LETTER DDA"},
21715 {0x11293,"MULTANI LETTER DDDA"},
21716 {0x11294,"MULTANI LETTER DDHA"},
21717 {0x11299,"MULTANI LETTER DHA"},
21718 {0x11283,"MULTANI LETTER E"},
21719 {0x11286,"MULTANI LETTER GA"},
21720 {0x11288,"MULTANI LETTER GHA"},
21721 {0x112A6,"MULTANI LETTER HA"},
21722 {0x11281,"MULTANI LETTER I"},
21723 {0x1128C,"MULTANI LETTER JA"},
21724 {0x1128D,"MULTANI LETTER JJA"},
21725 {0x11284,"MULTANI LETTER KA"},
21726 {0x11285,"MULTANI LETTER KHA"},
21727 {0x112A3,"MULTANI LETTER LA"},
21728 {0x112A0,"MULTANI LETTER MA"},
21729 {0x1129A,"MULTANI LETTER NA"},
21730 {0x11295,"MULTANI LETTER NNA"},
21731 {0x1128F,"MULTANI LETTER NYA"},
21732 {0x1129B,"MULTANI LETTER PA"},
21733 {0x1129C,"MULTANI LETTER PHA"},
21734 {0x112A2,"MULTANI LETTER RA"},
21735 {0x112A8,"MULTANI LETTER RHA"},
21736 {0x112A7,"MULTANI LETTER RRA"},
21737 {0x112A5,"MULTANI LETTER SA"},
21738 {0x11296,"MULTANI LETTER TA"},
21739 {0x11297,"MULTANI LETTER THA"},
21740 {0x11290,"MULTANI LETTER TTA"},
21741 {0x11291,"MULTANI LETTER TTHA"},
21742 {0x11282,"MULTANI LETTER U"},
21743 {0x112A4,"MULTANI LETTER VA"},
21744 {0x112A1,"MULTANI LETTER YA"},
21745 {0x112A9,"MULTANI SECTION MARK"},
1930221746 {0x22B8,"MULTIMAP"},
1930321747 {0x1F3B6,"MULTIPLE MUSICAL NOTES"},
1930421748 {0x00D7,"MULTIPLICATION SIGN"},
1942421868 {0x1D13C,"MUSICAL SYMBOL HALF REST"},
1942521869 {0x1D1A6,"MUSICAL SYMBOL HAUPTSTIMME"},
1942621870 {0x1D198,"MUSICAL SYMBOL INVERTED TURN"},
21871 {0x1D1DE,"MUSICAL SYMBOL KIEVAN C CLEF"},
21872 {0x1D1E6,"MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN"},
21873 {0x1D1E7,"MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP"},
21874 {0x1D1DF,"MUSICAL SYMBOL KIEVAN END OF PIECE"},
21875 {0x1D1E0,"MUSICAL SYMBOL KIEVAN FINAL NOTE"},
21876 {0x1D1E8,"MUSICAL SYMBOL KIEVAN FLAT SIGN"},
21877 {0x1D1E3,"MUSICAL SYMBOL KIEVAN HALF NOTE"},
21878 {0x1D1E4,"MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN"},
21879 {0x1D1E5,"MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP"},
21880 {0x1D1E1,"MUSICAL SYMBOL KIEVAN RECITATIVE MARK"},
21881 {0x1D1E2,"MUSICAL SYMBOL KIEVAN WHOLE NOTE"},
1942721882 {0x1D106,"MUSICAL SYMBOL LEFT REPEAT SIGN"},
1942821883 {0x1D1B7,"MUSICAL SYMBOL LONGA"},
1942921884 {0x1D1C2,"MUSICAL SYMBOL LONGA IMPERFECTA REST"},
1982722282 {0x202F,"NARROW NO-BREAK SPACE"},
1982822283 {0x206E,"NATIONAL DIGIT SHAPES"},
1982922284 {0x1F3DE,"NATIONAL PARK"},
22285 {0x1F922,"NAUSEATED FACE"},
22286 {0x1F9FF,"NAZAR AMULET"},
1983022287 {0x1F454,"NECKTIE"},
1983122288 {0x22AF,"NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE"},
1983222289 {0x24FF,"NEGATIVE CIRCLED DIGIT ZERO"},
1986622323 {0x24ED,"NEGATIVE CIRCLED NUMBER THIRTEEN"},
1986722324 {0x24EC,"NEGATIVE CIRCLED NUMBER TWELVE"},
1986822325 {0x24F4,"NEGATIVE CIRCLED NUMBER TWENTY"},
22326 {0x1F7D8,"NEGATIVE CIRCLED SQUARE"},
22327 {0x1F7D6,"NEGATIVE CIRCLED TRIANGLE"},
1986922328 {0x1F18E,"NEGATIVE SQUARED AB"},
1987022329 {0x274E,"NEGATIVE SQUARED CROSS MARK"},
1987122330 {0x1F18B,"NEGATIVE SQUARED IC"},
1990822367 {0x2274,"NEITHER LESS-THAN NOR EQUIVALENT TO"},
1990922368 {0x2278,"NEITHER LESS-THAN NOR GREATER-THAN"},
1991022369 {0x2646,"NEPTUNE"},
22370 {0x1F913,"NERD FACE"},
22371 {0x2BDC,"NESSUS"},
1991122372 {0x26B2,"NEUTER"},
1991222373 {0x1F610,"NEUTRAL FACE"},
1991322374 {0x1F311,"NEW MOON SYMBOL"},
1999622457 {0x19B4,"NEW TAI LUE VOWEL SIGN UU"},
1999722458 {0x19BC,"NEW TAI LUE VOWEL SIGN UY"},
1999822459 {0x19B0,"NEW TAI LUE VOWEL SIGN VOWEL SHORTENER"},
22460 {0x1144F,"NEWA ABBREVIATION SIGN"},
22461 {0x1144D,"NEWA COMMA"},
22462 {0x1144B,"NEWA DANDA"},
22463 {0x11458,"NEWA DIGIT EIGHT"},
22464 {0x11455,"NEWA DIGIT FIVE"},
22465 {0x11454,"NEWA DIGIT FOUR"},
22466 {0x11459,"NEWA DIGIT NINE"},
22467 {0x11451,"NEWA DIGIT ONE"},
22468 {0x11457,"NEWA DIGIT SEVEN"},
22469 {0x11456,"NEWA DIGIT SIX"},
22470 {0x11453,"NEWA DIGIT THREE"},
22471 {0x11452,"NEWA DIGIT TWO"},
22472 {0x11450,"NEWA DIGIT ZERO"},
22473 {0x1144C,"NEWA DOUBLE DANDA"},
22474 {0x1144E,"NEWA GAP FILLER"},
22475 {0x1145D,"NEWA INSERTION SIGN"},
22476 {0x11400,"NEWA LETTER A"},
22477 {0x11401,"NEWA LETTER AA"},
22478 {0x1140B,"NEWA LETTER AI"},
22479 {0x1140D,"NEWA LETTER AU"},
22480 {0x11427,"NEWA LETTER BA"},
22481 {0x11428,"NEWA LETTER BHA"},
22482 {0x11414,"NEWA LETTER CA"},
22483 {0x11415,"NEWA LETTER CHA"},
22484 {0x11421,"NEWA LETTER DA"},
22485 {0x1141C,"NEWA LETTER DDA"},
22486 {0x1141D,"NEWA LETTER DDHA"},
22487 {0x11422,"NEWA LETTER DHA"},
22488 {0x1140A,"NEWA LETTER E"},
22489 {0x11410,"NEWA LETTER GA"},
22490 {0x11411,"NEWA LETTER GHA"},
22491 {0x11434,"NEWA LETTER HA"},
22492 {0x11402,"NEWA LETTER I"},
22493 {0x11403,"NEWA LETTER II"},
22494 {0x11416,"NEWA LETTER JA"},
22495 {0x11417,"NEWA LETTER JHA"},
22496 {0x1140E,"NEWA LETTER KA"},
22497 {0x1140F,"NEWA LETTER KHA"},
22498 {0x1142E,"NEWA LETTER LA"},
22499 {0x1142F,"NEWA LETTER LHA"},
22500 {0x11429,"NEWA LETTER MA"},
22501 {0x1142A,"NEWA LETTER MHA"},
22502 {0x11423,"NEWA LETTER NA"},
22503 {0x11412,"NEWA LETTER NGA"},
22504 {0x11413,"NEWA LETTER NGHA"},
22505 {0x11424,"NEWA LETTER NHA"},
22506 {0x1141E,"NEWA LETTER NNA"},
22507 {0x11418,"NEWA LETTER NYA"},
22508 {0x11419,"NEWA LETTER NYHA"},
22509 {0x1140C,"NEWA LETTER O"},
22510 {0x11425,"NEWA LETTER PA"},
22511 {0x11426,"NEWA LETTER PHA"},
22512 {0x1142C,"NEWA LETTER RA"},
22513 {0x1142D,"NEWA LETTER RHA"},
22514 {0x11433,"NEWA LETTER SA"},
22515 {0x11431,"NEWA LETTER SHA"},
22516 {0x11432,"NEWA LETTER SSA"},
22517 {0x1141F,"NEWA LETTER TA"},
22518 {0x11420,"NEWA LETTER THA"},
22519 {0x1141A,"NEWA LETTER TTA"},
22520 {0x1141B,"NEWA LETTER TTHA"},
22521 {0x11404,"NEWA LETTER U"},
22522 {0x11405,"NEWA LETTER UU"},
22523 {0x11408,"NEWA LETTER VOCALIC L"},
22524 {0x11409,"NEWA LETTER VOCALIC LL"},
22525 {0x11406,"NEWA LETTER VOCALIC R"},
22526 {0x11407,"NEWA LETTER VOCALIC RR"},
22527 {0x11430,"NEWA LETTER WA"},
22528 {0x1142B,"NEWA LETTER YA"},
22529 {0x11449,"NEWA OM"},
22530 {0x1145B,"NEWA PLACEHOLDER MARK"},
22531 {0x1145E,"NEWA SANDHI MARK"},
22532 {0x1144A,"NEWA SIDDHI"},
22533 {0x11444,"NEWA SIGN ANUSVARA"},
22534 {0x11447,"NEWA SIGN AVAGRAHA"},
22535 {0x11443,"NEWA SIGN CANDRABINDU"},
22536 {0x11448,"NEWA SIGN FINAL ANUSVARA"},
22537 {0x11446,"NEWA SIGN NUKTA"},
22538 {0x11442,"NEWA SIGN VIRAMA"},
22539 {0x11445,"NEWA SIGN VISARGA"},
22540 {0x11435,"NEWA VOWEL SIGN AA"},
22541 {0x1143F,"NEWA VOWEL SIGN AI"},
22542 {0x11441,"NEWA VOWEL SIGN AU"},
22543 {0x1143E,"NEWA VOWEL SIGN E"},
22544 {0x11436,"NEWA VOWEL SIGN I"},
22545 {0x11437,"NEWA VOWEL SIGN II"},
22546 {0x11440,"NEWA VOWEL SIGN O"},
22547 {0x11438,"NEWA VOWEL SIGN U"},
22548 {0x11439,"NEWA VOWEL SIGN UU"},
22549 {0x1143C,"NEWA VOWEL SIGN VOCALIC L"},
22550 {0x1143D,"NEWA VOWEL SIGN VOCALIC LL"},
22551 {0x1143A,"NEWA VOWEL SIGN VOCALIC R"},
22552 {0x1143B,"NEWA VOWEL SIGN VOCALIC RR"},
1999922553 {0x2B92,"NEWLINE LEFT"},
2000022554 {0x2B93,"NEWLINE RIGHT"},
2000122555 {0x1F4F0,"NEWSPAPER"},
2001122565 {0x07EC,"NKO COMBINING SHORT LOW TONE"},
2001222566 {0x07ED,"NKO COMBINING SHORT RISING TONE"},
2001322567 {0x07F8,"NKO COMMA"},
22568 {0x07FD,"NKO DANTAYALAN"},
2001422569 {0x07C8,"NKO DIGIT EIGHT"},
2001522570 {0x07C5,"NKO DIGIT FIVE"},
2001622571 {0x07C4,"NKO DIGIT FOUR"},
2002122576 {0x07C3,"NKO DIGIT THREE"},
2002222577 {0x07C2,"NKO DIGIT TWO"},
2002322578 {0x07C0,"NKO DIGIT ZERO"},
22579 {0x07FE,"NKO DOROME SIGN"},
2002422580 {0x07F9,"NKO EXCLAMATION MARK"},
2002522581 {0x07F4,"NKO HIGH TONE APOSTROPHE"},
2002622582 {0x07FA,"NKO LAJANYALAN"},
2006022616 {0x07F5,"NKO LOW TONE APOSTROPHE"},
2006122617 {0x07F7,"NKO SYMBOL GBAKURUNEN"},
2006222618 {0x07F6,"NKO SYMBOL OO DENNEN"},
22619 {0x07FF,"NKO TAMAN SIGN"},
2006322620 {0x1F6B3,"NO BICYCLES"},
2006422621 {0x26D4,"NO ENTRY"},
2006522622 {0x1F6AB,"NO ENTRY SIGN"},
2007022627 {0x1F6AD,"NO SMOKING SYMBOL"},
2007122628 {0x00A0,"NO-BREAK SPACE"},
2007222629 {0x206F,"NOMINAL DIGIT SHAPES"},
22630 {0x1018E,"NOMISMA SIGN"},
2007322631 {0x2011,"NON-BREAKING HYPHEN"},
2007422632 {0x1F6B1,"NON-POTABLE WATER SYMBOL"},
2007522633 {0x2ADD,"NONFORKING"},
2016122719 {0x2493,"NUMBER TWELVE FULL STOP"},
2016222720 {0x249B,"NUMBER TWENTY FULL STOP"},
2016322721 {0x2116,"NUMERO SIGN"},
22722 {0x1B170,"NUSHU CHARACTER-1B170"},
22723 {0x1B171,"NUSHU CHARACTER-1B171"},
22724 {0x1B172,"NUSHU CHARACTER-1B172"},
22725 {0x1B173,"NUSHU CHARACTER-1B173"},
22726 {0x1B174,"NUSHU CHARACTER-1B174"},
22727 {0x1B175,"NUSHU CHARACTER-1B175"},
22728 {0x1B176,"NUSHU CHARACTER-1B176"},
22729 {0x1B177,"NUSHU CHARACTER-1B177"},
22730 {0x1B178,"NUSHU CHARACTER-1B178"},
22731 {0x1B179,"NUSHU CHARACTER-1B179"},
22732 {0x1B17A,"NUSHU CHARACTER-1B17A"},
22733 {0x1B17B,"NUSHU CHARACTER-1B17B"},
22734 {0x1B17C,"NUSHU CHARACTER-1B17C"},
22735 {0x1B17D,"NUSHU CHARACTER-1B17D"},
22736 {0x1B17E,"NUSHU CHARACTER-1B17E"},
22737 {0x1B17F,"NUSHU CHARACTER-1B17F"},
22738 {0x1B180,"NUSHU CHARACTER-1B180"},
22739 {0x1B181,"NUSHU CHARACTER-1B181"},
22740 {0x1B182,"NUSHU CHARACTER-1B182"},
22741 {0x1B183,"NUSHU CHARACTER-1B183"},
22742 {0x1B184,"NUSHU CHARACTER-1B184"},
22743 {0x1B185,"NUSHU CHARACTER-1B185"},
22744 {0x1B186,"NUSHU CHARACTER-1B186"},
22745 {0x1B187,"NUSHU CHARACTER-1B187"},
22746 {0x1B188,"NUSHU CHARACTER-1B188"},
22747 {0x1B189,"NUSHU CHARACTER-1B189"},
22748 {0x1B18A,"NUSHU CHARACTER-1B18A"},
22749 {0x1B18B,"NUSHU CHARACTER-1B18B"},
22750 {0x1B18C,"NUSHU CHARACTER-1B18C"},
22751 {0x1B18D,"NUSHU CHARACTER-1B18D"},
22752 {0x1B18E,"NUSHU CHARACTER-1B18E"},
22753 {0x1B18F,"NUSHU CHARACTER-1B18F"},
22754 {0x1B190,"NUSHU CHARACTER-1B190"},
22755 {0x1B191,"NUSHU CHARACTER-1B191"},
22756 {0x1B192,"NUSHU CHARACTER-1B192"},
22757 {0x1B193,"NUSHU CHARACTER-1B193"},
22758 {0x1B194,"NUSHU CHARACTER-1B194"},
22759 {0x1B195,"NUSHU CHARACTER-1B195"},
22760 {0x1B196,"NUSHU CHARACTER-1B196"},
22761 {0x1B197,"NUSHU CHARACTER-1B197"},
22762 {0x1B198,"NUSHU CHARACTER-1B198"},
22763 {0x1B199,"NUSHU CHARACTER-1B199"},
22764 {0x1B19A,"NUSHU CHARACTER-1B19A"},
22765 {0x1B19B,"NUSHU CHARACTER-1B19B"},
22766 {0x1B19C,"NUSHU CHARACTER-1B19C"},
22767 {0x1B19D,"NUSHU CHARACTER-1B19D"},
22768 {0x1B19E,"NUSHU CHARACTER-1B19E"},
22769 {0x1B19F,"NUSHU CHARACTER-1B19F"},
22770 {0x1B1A0,"NUSHU CHARACTER-1B1A0"},
22771 {0x1B1A1,"NUSHU CHARACTER-1B1A1"},
22772 {0x1B1A2,"NUSHU CHARACTER-1B1A2"},
22773 {0x1B1A3,"NUSHU CHARACTER-1B1A3"},
22774 {0x1B1A4,"NUSHU CHARACTER-1B1A4"},
22775 {0x1B1A5,"NUSHU CHARACTER-1B1A5"},
22776 {0x1B1A6,"NUSHU CHARACTER-1B1A6"},
22777 {0x1B1A7,"NUSHU CHARACTER-1B1A7"},
22778 {0x1B1A8,"NUSHU CHARACTER-1B1A8"},
22779 {0x1B1A9,"NUSHU CHARACTER-1B1A9"},
22780 {0x1B1AA,"NUSHU CHARACTER-1B1AA"},
22781 {0x1B1AB,"NUSHU CHARACTER-1B1AB"},
22782 {0x1B1AC,"NUSHU CHARACTER-1B1AC"},
22783 {0x1B1AD,"NUSHU CHARACTER-1B1AD"},
22784 {0x1B1AE,"NUSHU CHARACTER-1B1AE"},
22785 {0x1B1AF,"NUSHU CHARACTER-1B1AF"},
22786 {0x1B1B0,"NUSHU CHARACTER-1B1B0"},
22787 {0x1B1B1,"NUSHU CHARACTER-1B1B1"},
22788 {0x1B1B2,"NUSHU CHARACTER-1B1B2"},
22789 {0x1B1B3,"NUSHU CHARACTER-1B1B3"},
22790 {0x1B1B4,"NUSHU CHARACTER-1B1B4"},
22791 {0x1B1B5,"NUSHU CHARACTER-1B1B5"},
22792 {0x1B1B6,"NUSHU CHARACTER-1B1B6"},
22793 {0x1B1B7,"NUSHU CHARACTER-1B1B7"},
22794 {0x1B1B8,"NUSHU CHARACTER-1B1B8"},
22795 {0x1B1B9,"NUSHU CHARACTER-1B1B9"},
22796 {0x1B1BA,"NUSHU CHARACTER-1B1BA"},
22797 {0x1B1BB,"NUSHU CHARACTER-1B1BB"},
22798 {0x1B1BC,"NUSHU CHARACTER-1B1BC"},
22799 {0x1B1BD,"NUSHU CHARACTER-1B1BD"},
22800 {0x1B1BE,"NUSHU CHARACTER-1B1BE"},
22801 {0x1B1BF,"NUSHU CHARACTER-1B1BF"},
22802 {0x1B1C0,"NUSHU CHARACTER-1B1C0"},
22803 {0x1B1C1,"NUSHU CHARACTER-1B1C1"},
22804 {0x1B1C2,"NUSHU CHARACTER-1B1C2"},
22805 {0x1B1C3,"NUSHU CHARACTER-1B1C3"},
22806 {0x1B1C4,"NUSHU CHARACTER-1B1C4"},
22807 {0x1B1C5,"NUSHU CHARACTER-1B1C5"},
22808 {0x1B1C6,"NUSHU CHARACTER-1B1C6"},
22809 {0x1B1C7,"NUSHU CHARACTER-1B1C7"},
22810 {0x1B1C8,"NUSHU CHARACTER-1B1C8"},
22811 {0x1B1C9,"NUSHU CHARACTER-1B1C9"},
22812 {0x1B1CA,"NUSHU CHARACTER-1B1CA"},
22813 {0x1B1CB,"NUSHU CHARACTER-1B1CB"},
22814 {0x1B1CC,"NUSHU CHARACTER-1B1CC"},
22815 {0x1B1CD,"NUSHU CHARACTER-1B1CD"},
22816 {0x1B1CE,"NUSHU CHARACTER-1B1CE"},
22817 {0x1B1CF,"NUSHU CHARACTER-1B1CF"},
22818 {0x1B1D0,"NUSHU CHARACTER-1B1D0"},
22819 {0x1B1D1,"NUSHU CHARACTER-1B1D1"},
22820 {0x1B1D2,"NUSHU CHARACTER-1B1D2"},
22821 {0x1B1D3,"NUSHU CHARACTER-1B1D3"},
22822 {0x1B1D4,"NUSHU CHARACTER-1B1D4"},
22823 {0x1B1D5,"NUSHU CHARACTER-1B1D5"},
22824 {0x1B1D6,"NUSHU CHARACTER-1B1D6"},
22825 {0x1B1D7,"NUSHU CHARACTER-1B1D7"},
22826 {0x1B1D8,"NUSHU CHARACTER-1B1D8"},
22827 {0x1B1D9,"NUSHU CHARACTER-1B1D9"},
22828 {0x1B1DA,"NUSHU CHARACTER-1B1DA"},
22829 {0x1B1DB,"NUSHU CHARACTER-1B1DB"},
22830 {0x1B1DC,"NUSHU CHARACTER-1B1DC"},
22831 {0x1B1DD,"NUSHU CHARACTER-1B1DD"},
22832 {0x1B1DE,"NUSHU CHARACTER-1B1DE"},
22833 {0x1B1DF,"NUSHU CHARACTER-1B1DF"},
22834 {0x1B1E0,"NUSHU CHARACTER-1B1E0"},
22835 {0x1B1E1,"NUSHU CHARACTER-1B1E1"},
22836 {0x1B1E2,"NUSHU CHARACTER-1B1E2"},
22837 {0x1B1E3,"NUSHU CHARACTER-1B1E3"},
22838 {0x1B1E4,"NUSHU CHARACTER-1B1E4"},
22839 {0x1B1E5,"NUSHU CHARACTER-1B1E5"},
22840 {0x1B1E6,"NUSHU CHARACTER-1B1E6"},
22841 {0x1B1E7,"NUSHU CHARACTER-1B1E7"},
22842 {0x1B1E8,"NUSHU CHARACTER-1B1E8"},
22843 {0x1B1E9,"NUSHU CHARACTER-1B1E9"},
22844 {0x1B1EA,"NUSHU CHARACTER-1B1EA"},
22845 {0x1B1EB,"NUSHU CHARACTER-1B1EB"},
22846 {0x1B1EC,"NUSHU CHARACTER-1B1EC"},
22847 {0x1B1ED,"NUSHU CHARACTER-1B1ED"},
22848 {0x1B1EE,"NUSHU CHARACTER-1B1EE"},
22849 {0x1B1EF,"NUSHU CHARACTER-1B1EF"},
22850 {0x1B1F0,"NUSHU CHARACTER-1B1F0"},
22851 {0x1B1F1,"NUSHU CHARACTER-1B1F1"},
22852 {0x1B1F2,"NUSHU CHARACTER-1B1F2"},
22853 {0x1B1F3,"NUSHU CHARACTER-1B1F3"},
22854 {0x1B1F4,"NUSHU CHARACTER-1B1F4"},
22855 {0x1B1F5,"NUSHU CHARACTER-1B1F5"},
22856 {0x1B1F6,"NUSHU CHARACTER-1B1F6"},
22857 {0x1B1F7,"NUSHU CHARACTER-1B1F7"},
22858 {0x1B1F8,"NUSHU CHARACTER-1B1F8"},
22859 {0x1B1F9,"NUSHU CHARACTER-1B1F9"},
22860 {0x1B1FA,"NUSHU CHARACTER-1B1FA"},
22861 {0x1B1FB,"NUSHU CHARACTER-1B1FB"},
22862 {0x1B1FC,"NUSHU CHARACTER-1B1FC"},
22863 {0x1B1FD,"NUSHU CHARACTER-1B1FD"},
22864 {0x1B1FE,"NUSHU CHARACTER-1B1FE"},
22865 {0x1B1FF,"NUSHU CHARACTER-1B1FF"},
22866 {0x1B200,"NUSHU CHARACTER-1B200"},
22867 {0x1B201,"NUSHU CHARACTER-1B201"},
22868 {0x1B202,"NUSHU CHARACTER-1B202"},
22869 {0x1B203,"NUSHU CHARACTER-1B203"},
22870 {0x1B204,"NUSHU CHARACTER-1B204"},
22871 {0x1B205,"NUSHU CHARACTER-1B205"},
22872 {0x1B206,"NUSHU CHARACTER-1B206"},
22873 {0x1B207,"NUSHU CHARACTER-1B207"},
22874 {0x1B208,"NUSHU CHARACTER-1B208"},
22875 {0x1B209,"NUSHU CHARACTER-1B209"},
22876 {0x1B20A,"NUSHU CHARACTER-1B20A"},
22877 {0x1B20B,"NUSHU CHARACTER-1B20B"},
22878 {0x1B20C,"NUSHU CHARACTER-1B20C"},
22879 {0x1B20D,"NUSHU CHARACTER-1B20D"},
22880 {0x1B20E,"NUSHU CHARACTER-1B20E"},
22881 {0x1B20F,"NUSHU CHARACTER-1B20F"},
22882 {0x1B210,"NUSHU CHARACTER-1B210"},
22883 {0x1B211,"NUSHU CHARACTER-1B211"},
22884 {0x1B212,"NUSHU CHARACTER-1B212"},
22885 {0x1B213,"NUSHU CHARACTER-1B213"},
22886 {0x1B214,"NUSHU CHARACTER-1B214"},
22887 {0x1B215,"NUSHU CHARACTER-1B215"},
22888 {0x1B216,"NUSHU CHARACTER-1B216"},
22889 {0x1B217,"NUSHU CHARACTER-1B217"},
22890 {0x1B218,"NUSHU CHARACTER-1B218"},
22891 {0x1B219,"NUSHU CHARACTER-1B219"},
22892 {0x1B21A,"NUSHU CHARACTER-1B21A"},
22893 {0x1B21B,"NUSHU CHARACTER-1B21B"},
22894 {0x1B21C,"NUSHU CHARACTER-1B21C"},
22895 {0x1B21D,"NUSHU CHARACTER-1B21D"},
22896 {0x1B21E,"NUSHU CHARACTER-1B21E"},
22897 {0x1B21F,"NUSHU CHARACTER-1B21F"},
22898 {0x1B220,"NUSHU CHARACTER-1B220"},
22899 {0x1B221,"NUSHU CHARACTER-1B221"},
22900 {0x1B222,"NUSHU CHARACTER-1B222"},
22901 {0x1B223,"NUSHU CHARACTER-1B223"},
22902 {0x1B224,"NUSHU CHARACTER-1B224"},
22903 {0x1B225,"NUSHU CHARACTER-1B225"},
22904 {0x1B226,"NUSHU CHARACTER-1B226"},
22905 {0x1B227,"NUSHU CHARACTER-1B227"},
22906 {0x1B228,"NUSHU CHARACTER-1B228"},
22907 {0x1B229,"NUSHU CHARACTER-1B229"},
22908 {0x1B22A,"NUSHU CHARACTER-1B22A"},
22909 {0x1B22B,"NUSHU CHARACTER-1B22B"},
22910 {0x1B22C,"NUSHU CHARACTER-1B22C"},
22911 {0x1B22D,"NUSHU CHARACTER-1B22D"},
22912 {0x1B22E,"NUSHU CHARACTER-1B22E"},
22913 {0x1B22F,"NUSHU CHARACTER-1B22F"},
22914 {0x1B230,"NUSHU CHARACTER-1B230"},
22915 {0x1B231,"NUSHU CHARACTER-1B231"},
22916 {0x1B232,"NUSHU CHARACTER-1B232"},
22917 {0x1B233,"NUSHU CHARACTER-1B233"},
22918 {0x1B234,"NUSHU CHARACTER-1B234"},
22919 {0x1B235,"NUSHU CHARACTER-1B235"},
22920 {0x1B236,"NUSHU CHARACTER-1B236"},
22921 {0x1B237,"NUSHU CHARACTER-1B237"},
22922 {0x1B238,"NUSHU CHARACTER-1B238"},
22923 {0x1B239,"NUSHU CHARACTER-1B239"},
22924 {0x1B23A,"NUSHU CHARACTER-1B23A"},
22925 {0x1B23B,"NUSHU CHARACTER-1B23B"},
22926 {0x1B23C,"NUSHU CHARACTER-1B23C"},
22927 {0x1B23D,"NUSHU CHARACTER-1B23D"},
22928 {0x1B23E,"NUSHU CHARACTER-1B23E"},
22929 {0x1B23F,"NUSHU CHARACTER-1B23F"},
22930 {0x1B240,"NUSHU CHARACTER-1B240"},
22931 {0x1B241,"NUSHU CHARACTER-1B241"},
22932 {0x1B242,"NUSHU CHARACTER-1B242"},
22933 {0x1B243,"NUSHU CHARACTER-1B243"},
22934 {0x1B244,"NUSHU CHARACTER-1B244"},
22935 {0x1B245,"NUSHU CHARACTER-1B245"},
22936 {0x1B246,"NUSHU CHARACTER-1B246"},
22937 {0x1B247,"NUSHU CHARACTER-1B247"},
22938 {0x1B248,"NUSHU CHARACTER-1B248"},
22939 {0x1B249,"NUSHU CHARACTER-1B249"},
22940 {0x1B24A,"NUSHU CHARACTER-1B24A"},
22941 {0x1B24B,"NUSHU CHARACTER-1B24B"},
22942 {0x1B24C,"NUSHU CHARACTER-1B24C"},
22943 {0x1B24D,"NUSHU CHARACTER-1B24D"},
22944 {0x1B24E,"NUSHU CHARACTER-1B24E"},
22945 {0x1B24F,"NUSHU CHARACTER-1B24F"},
22946 {0x1B250,"NUSHU CHARACTER-1B250"},
22947 {0x1B251,"NUSHU CHARACTER-1B251"},
22948 {0x1B252,"NUSHU CHARACTER-1B252"},
22949 {0x1B253,"NUSHU CHARACTER-1B253"},
22950 {0x1B254,"NUSHU CHARACTER-1B254"},
22951 {0x1B255,"NUSHU CHARACTER-1B255"},
22952 {0x1B256,"NUSHU CHARACTER-1B256"},
22953 {0x1B257,"NUSHU CHARACTER-1B257"},
22954 {0x1B258,"NUSHU CHARACTER-1B258"},
22955 {0x1B259,"NUSHU CHARACTER-1B259"},
22956 {0x1B25A,"NUSHU CHARACTER-1B25A"},
22957 {0x1B25B,"NUSHU CHARACTER-1B25B"},
22958 {0x1B25C,"NUSHU CHARACTER-1B25C"},
22959 {0x1B25D,"NUSHU CHARACTER-1B25D"},
22960 {0x1B25E,"NUSHU CHARACTER-1B25E"},
22961 {0x1B25F,"NUSHU CHARACTER-1B25F"},
22962 {0x1B260,"NUSHU CHARACTER-1B260"},
22963 {0x1B261,"NUSHU CHARACTER-1B261"},
22964 {0x1B262,"NUSHU CHARACTER-1B262"},
22965 {0x1B263,"NUSHU CHARACTER-1B263"},
22966 {0x1B264,"NUSHU CHARACTER-1B264"},
22967 {0x1B265,"NUSHU CHARACTER-1B265"},
22968 {0x1B266,"NUSHU CHARACTER-1B266"},
22969 {0x1B267,"NUSHU CHARACTER-1B267"},
22970 {0x1B268,"NUSHU CHARACTER-1B268"},
22971 {0x1B269,"NUSHU CHARACTER-1B269"},
22972 {0x1B26A,"NUSHU CHARACTER-1B26A"},
22973 {0x1B26B,"NUSHU CHARACTER-1B26B"},
22974 {0x1B26C,"NUSHU CHARACTER-1B26C"},
22975 {0x1B26D,"NUSHU CHARACTER-1B26D"},
22976 {0x1B26E,"NUSHU CHARACTER-1B26E"},
22977 {0x1B26F,"NUSHU CHARACTER-1B26F"},
22978 {0x1B270,"NUSHU CHARACTER-1B270"},
22979 {0x1B271,"NUSHU CHARACTER-1B271"},
22980 {0x1B272,"NUSHU CHARACTER-1B272"},
22981 {0x1B273,"NUSHU CHARACTER-1B273"},
22982 {0x1B274,"NUSHU CHARACTER-1B274"},
22983 {0x1B275,"NUSHU CHARACTER-1B275"},
22984 {0x1B276,"NUSHU CHARACTER-1B276"},
22985 {0x1B277,"NUSHU CHARACTER-1B277"},
22986 {0x1B278,"NUSHU CHARACTER-1B278"},
22987 {0x1B279,"NUSHU CHARACTER-1B279"},
22988 {0x1B27A,"NUSHU CHARACTER-1B27A"},
22989 {0x1B27B,"NUSHU CHARACTER-1B27B"},
22990 {0x1B27C,"NUSHU CHARACTER-1B27C"},
22991 {0x1B27D,"NUSHU CHARACTER-1B27D"},
22992 {0x1B27E,"NUSHU CHARACTER-1B27E"},
22993 {0x1B27F,"NUSHU CHARACTER-1B27F"},
22994 {0x1B280,"NUSHU CHARACTER-1B280"},
22995 {0x1B281,"NUSHU CHARACTER-1B281"},
22996 {0x1B282,"NUSHU CHARACTER-1B282"},
22997 {0x1B283,"NUSHU CHARACTER-1B283"},
22998 {0x1B284,"NUSHU CHARACTER-1B284"},
22999 {0x1B285,"NUSHU CHARACTER-1B285"},
23000 {0x1B286,"NUSHU CHARACTER-1B286"},
23001 {0x1B287,"NUSHU CHARACTER-1B287"},
23002 {0x1B288,"NUSHU CHARACTER-1B288"},
23003 {0x1B289,"NUSHU CHARACTER-1B289"},
23004 {0x1B28A,"NUSHU CHARACTER-1B28A"},
23005 {0x1B28B,"NUSHU CHARACTER-1B28B"},
23006 {0x1B28C,"NUSHU CHARACTER-1B28C"},
23007 {0x1B28D,"NUSHU CHARACTER-1B28D"},
23008 {0x1B28E,"NUSHU CHARACTER-1B28E"},
23009 {0x1B28F,"NUSHU CHARACTER-1B28F"},
23010 {0x1B290,"NUSHU CHARACTER-1B290"},
23011 {0x1B291,"NUSHU CHARACTER-1B291"},
23012 {0x1B292,"NUSHU CHARACTER-1B292"},
23013 {0x1B293,"NUSHU CHARACTER-1B293"},
23014 {0x1B294,"NUSHU CHARACTER-1B294"},
23015 {0x1B295,"NUSHU CHARACTER-1B295"},
23016 {0x1B296,"NUSHU CHARACTER-1B296"},
23017 {0x1B297,"NUSHU CHARACTER-1B297"},
23018 {0x1B298,"NUSHU CHARACTER-1B298"},
23019 {0x1B299,"NUSHU CHARACTER-1B299"},
23020 {0x1B29A,"NUSHU CHARACTER-1B29A"},
23021 {0x1B29B,"NUSHU CHARACTER-1B29B"},
23022 {0x1B29C,"NUSHU CHARACTER-1B29C"},
23023 {0x1B29D,"NUSHU CHARACTER-1B29D"},
23024 {0x1B29E,"NUSHU CHARACTER-1B29E"},
23025 {0x1B29F,"NUSHU CHARACTER-1B29F"},
23026 {0x1B2A0,"NUSHU CHARACTER-1B2A0"},
23027 {0x1B2A1,"NUSHU CHARACTER-1B2A1"},
23028 {0x1B2A2,"NUSHU CHARACTER-1B2A2"},
23029 {0x1B2A3,"NUSHU CHARACTER-1B2A3"},
23030 {0x1B2A4,"NUSHU CHARACTER-1B2A4"},
23031 {0x1B2A5,"NUSHU CHARACTER-1B2A5"},
23032 {0x1B2A6,"NUSHU CHARACTER-1B2A6"},
23033 {0x1B2A7,"NUSHU CHARACTER-1B2A7"},
23034 {0x1B2A8,"NUSHU CHARACTER-1B2A8"},
23035 {0x1B2A9,"NUSHU CHARACTER-1B2A9"},
23036 {0x1B2AA,"NUSHU CHARACTER-1B2AA"},
23037 {0x1B2AB,"NUSHU CHARACTER-1B2AB"},
23038 {0x1B2AC,"NUSHU CHARACTER-1B2AC"},
23039 {0x1B2AD,"NUSHU CHARACTER-1B2AD"},
23040 {0x1B2AE,"NUSHU CHARACTER-1B2AE"},
23041 {0x1B2AF,"NUSHU CHARACTER-1B2AF"},
23042 {0x1B2B0,"NUSHU CHARACTER-1B2B0"},
23043 {0x1B2B1,"NUSHU CHARACTER-1B2B1"},
23044 {0x1B2B2,"NUSHU CHARACTER-1B2B2"},
23045 {0x1B2B3,"NUSHU CHARACTER-1B2B3"},
23046 {0x1B2B4,"NUSHU CHARACTER-1B2B4"},
23047 {0x1B2B5,"NUSHU CHARACTER-1B2B5"},
23048 {0x1B2B6,"NUSHU CHARACTER-1B2B6"},
23049 {0x1B2B7,"NUSHU CHARACTER-1B2B7"},
23050 {0x1B2B8,"NUSHU CHARACTER-1B2B8"},
23051 {0x1B2B9,"NUSHU CHARACTER-1B2B9"},
23052 {0x1B2BA,"NUSHU CHARACTER-1B2BA"},
23053 {0x1B2BB,"NUSHU CHARACTER-1B2BB"},
23054 {0x1B2BC,"NUSHU CHARACTER-1B2BC"},
23055 {0x1B2BD,"NUSHU CHARACTER-1B2BD"},
23056 {0x1B2BE,"NUSHU CHARACTER-1B2BE"},
23057 {0x1B2BF,"NUSHU CHARACTER-1B2BF"},
23058 {0x1B2C0,"NUSHU CHARACTER-1B2C0"},
23059 {0x1B2C1,"NUSHU CHARACTER-1B2C1"},
23060 {0x1B2C2,"NUSHU CHARACTER-1B2C2"},
23061 {0x1B2C3,"NUSHU CHARACTER-1B2C3"},
23062 {0x1B2C4,"NUSHU CHARACTER-1B2C4"},
23063 {0x1B2C5,"NUSHU CHARACTER-1B2C5"},
23064 {0x1B2C6,"NUSHU CHARACTER-1B2C6"},
23065 {0x1B2C7,"NUSHU CHARACTER-1B2C7"},
23066 {0x1B2C8,"NUSHU CHARACTER-1B2C8"},
23067 {0x1B2C9,"NUSHU CHARACTER-1B2C9"},
23068 {0x1B2CA,"NUSHU CHARACTER-1B2CA"},
23069 {0x1B2CB,"NUSHU CHARACTER-1B2CB"},
23070 {0x1B2CC,"NUSHU CHARACTER-1B2CC"},
23071 {0x1B2CD,"NUSHU CHARACTER-1B2CD"},
23072 {0x1B2CE,"NUSHU CHARACTER-1B2CE"},
23073 {0x1B2CF,"NUSHU CHARACTER-1B2CF"},
23074 {0x1B2D0,"NUSHU CHARACTER-1B2D0"},
23075 {0x1B2D1,"NUSHU CHARACTER-1B2D1"},
23076 {0x1B2D2,"NUSHU CHARACTER-1B2D2"},
23077 {0x1B2D3,"NUSHU CHARACTER-1B2D3"},
23078 {0x1B2D4,"NUSHU CHARACTER-1B2D4"},
23079 {0x1B2D5,"NUSHU CHARACTER-1B2D5"},
23080 {0x1B2D6,"NUSHU CHARACTER-1B2D6"},
23081 {0x1B2D7,"NUSHU CHARACTER-1B2D7"},
23082 {0x1B2D8,"NUSHU CHARACTER-1B2D8"},
23083 {0x1B2D9,"NUSHU CHARACTER-1B2D9"},
23084 {0x1B2DA,"NUSHU CHARACTER-1B2DA"},
23085 {0x1B2DB,"NUSHU CHARACTER-1B2DB"},
23086 {0x1B2DC,"NUSHU CHARACTER-1B2DC"},
23087 {0x1B2DD,"NUSHU CHARACTER-1B2DD"},
23088 {0x1B2DE,"NUSHU CHARACTER-1B2DE"},
23089 {0x1B2DF,"NUSHU CHARACTER-1B2DF"},
23090 {0x1B2E0,"NUSHU CHARACTER-1B2E0"},
23091 {0x1B2E1,"NUSHU CHARACTER-1B2E1"},
23092 {0x1B2E2,"NUSHU CHARACTER-1B2E2"},
23093 {0x1B2E3,"NUSHU CHARACTER-1B2E3"},
23094 {0x1B2E4,"NUSHU CHARACTER-1B2E4"},
23095 {0x1B2E5,"NUSHU CHARACTER-1B2E5"},
23096 {0x1B2E6,"NUSHU CHARACTER-1B2E6"},
23097 {0x1B2E7,"NUSHU CHARACTER-1B2E7"},
23098 {0x1B2E8,"NUSHU CHARACTER-1B2E8"},
23099 {0x1B2E9,"NUSHU CHARACTER-1B2E9"},
23100 {0x1B2EA,"NUSHU CHARACTER-1B2EA"},
23101 {0x1B2EB,"NUSHU CHARACTER-1B2EB"},
23102 {0x1B2EC,"NUSHU CHARACTER-1B2EC"},
23103 {0x1B2ED,"NUSHU CHARACTER-1B2ED"},
23104 {0x1B2EE,"NUSHU CHARACTER-1B2EE"},
23105 {0x1B2EF,"NUSHU CHARACTER-1B2EF"},
23106 {0x1B2F0,"NUSHU CHARACTER-1B2F0"},
23107 {0x1B2F1,"NUSHU CHARACTER-1B2F1"},
23108 {0x1B2F2,"NUSHU CHARACTER-1B2F2"},
23109 {0x1B2F3,"NUSHU CHARACTER-1B2F3"},
23110 {0x1B2F4,"NUSHU CHARACTER-1B2F4"},
23111 {0x1B2F5,"NUSHU CHARACTER-1B2F5"},
23112 {0x1B2F6,"NUSHU CHARACTER-1B2F6"},
23113 {0x1B2F7,"NUSHU CHARACTER-1B2F7"},
23114 {0x1B2F8,"NUSHU CHARACTER-1B2F8"},
23115 {0x1B2F9,"NUSHU CHARACTER-1B2F9"},
23116 {0x1B2FA,"NUSHU CHARACTER-1B2FA"},
23117 {0x1B2FB,"NUSHU CHARACTER-1B2FB"},
23118 {0x16FE1,"NUSHU ITERATION MARK"},
2016423119 {0x1F529,"NUT AND BOLT"},
2016523120 {0xFFFC,"OBJECT REPLACEMENT CHARACTER"},
2016623121 {0x29A7,"OBLIQUE ANGLE OPENING DOWN"},
2016723122 {0x29A6,"OBLIQUE ANGLE OPENING UP"},
23123 {0x23FF,"OBSERVER EYE SYMBOL"},
2016823124 {0x2447,"OCR AMOUNT OF CHECK"},
2016923125 {0x2444,"OCR BELT BUCKLE"},
2017023126 {0x2445,"OCR BOW TIE"},
2017623132 {0x2442,"OCR FORK"},
2017723133 {0x2440,"OCR HOOK"},
2017823134 {0x2443,"OCR INVERTED FORK"},
23135 {0x1F6D1,"OCTAGONAL SIGN"},
2017923136 {0x1F419,"OCTOPUS"},
2018023137 {0x1F362,"ODEN"},
2018123138 {0x1F3E2,"OFFICE BUILDING"},
2026023217 {0x1C7F,"OL CHIKI PUNCTUATION DOUBLE MUCAAD"},
2026123218 {0x1C7E,"OL CHIKI PUNCTUATION MUCAAD"},
2026223219 {0x1C7B,"OL CHIKI RELAA"},
23220 {0x10C80,"OLD HUNGARIAN CAPITAL LETTER A"},
23221 {0x10C81,"OLD HUNGARIAN CAPITAL LETTER AA"},
23222 {0x10C94,"OLD HUNGARIAN CAPITAL LETTER AK"},
23223 {0x10C83,"OLD HUNGARIAN CAPITAL LETTER AMB"},
23224 {0x10C88,"OLD HUNGARIAN CAPITAL LETTER AND"},
23225 {0x10C8A,"OLD HUNGARIAN CAPITAL LETTER CLOSE E"},
23226 {0x10C89,"OLD HUNGARIAN CAPITAL LETTER E"},
23227 {0x10C82,"OLD HUNGARIAN CAPITAL LETTER EB"},
23228 {0x10C84,"OLD HUNGARIAN CAPITAL LETTER EC"},
23229 {0x10CA9,"OLD HUNGARIAN CAPITAL LETTER ECH"},
23230 {0x10C86,"OLD HUNGARIAN CAPITAL LETTER ECS"},
23231 {0x10C87,"OLD HUNGARIAN CAPITAL LETTER ED"},
23232 {0x10C8B,"OLD HUNGARIAN CAPITAL LETTER EE"},
23233 {0x10C8C,"OLD HUNGARIAN CAPITAL LETTER EF"},
23234 {0x10C8D,"OLD HUNGARIAN CAPITAL LETTER EG"},
23235 {0x10C8E,"OLD HUNGARIAN CAPITAL LETTER EGY"},
23236 {0x10C8F,"OLD HUNGARIAN CAPITAL LETTER EH"},
23237 {0x10C92,"OLD HUNGARIAN CAPITAL LETTER EJ"},
23238 {0x10C93,"OLD HUNGARIAN CAPITAL LETTER EK"},
23239 {0x10C96,"OLD HUNGARIAN CAPITAL LETTER EL"},
23240 {0x10C97,"OLD HUNGARIAN CAPITAL LETTER ELY"},
23241 {0x10C98,"OLD HUNGARIAN CAPITAL LETTER EM"},
23242 {0x10CA1,"OLD HUNGARIAN CAPITAL LETTER EMP"},
23243 {0x10C99,"OLD HUNGARIAN CAPITAL LETTER EN"},
23244 {0x10C85,"OLD HUNGARIAN CAPITAL LETTER ENC"},
23245 {0x10CA7,"OLD HUNGARIAN CAPITAL LETTER ENT"},
23246 {0x10CB1,"OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN"},
23247 {0x10C9A,"OLD HUNGARIAN CAPITAL LETTER ENY"},
23248 {0x10CA0,"OLD HUNGARIAN CAPITAL LETTER EP"},
23249 {0x10CA2,"OLD HUNGARIAN CAPITAL LETTER ER"},
23250 {0x10CA4,"OLD HUNGARIAN CAPITAL LETTER ES"},
23251 {0x10CA5,"OLD HUNGARIAN CAPITAL LETTER ESZ"},
23252 {0x10CA6,"OLD HUNGARIAN CAPITAL LETTER ET"},
23253 {0x10CA8,"OLD HUNGARIAN CAPITAL LETTER ETY"},
23254 {0x10CAE,"OLD HUNGARIAN CAPITAL LETTER EV"},
23255 {0x10CAF,"OLD HUNGARIAN CAPITAL LETTER EZ"},
23256 {0x10CB0,"OLD HUNGARIAN CAPITAL LETTER EZS"},
23257 {0x10C90,"OLD HUNGARIAN CAPITAL LETTER I"},
23258 {0x10C91,"OLD HUNGARIAN CAPITAL LETTER II"},
23259 {0x10C9D,"OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG OE"},
23260 {0x10CAC,"OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG UE"},
23261 {0x10C9B,"OLD HUNGARIAN CAPITAL LETTER O"},
23262 {0x10C9F,"OLD HUNGARIAN CAPITAL LETTER OEE"},
23263 {0x10C9C,"OLD HUNGARIAN CAPITAL LETTER OO"},
23264 {0x10C9E,"OLD HUNGARIAN CAPITAL LETTER RUDIMENTA OE"},
23265 {0x10CAD,"OLD HUNGARIAN CAPITAL LETTER RUDIMENTA UE"},
23266 {0x10CA3,"OLD HUNGARIAN CAPITAL LETTER SHORT ER"},
23267 {0x10CAA,"OLD HUNGARIAN CAPITAL LETTER U"},
23268 {0x10C95,"OLD HUNGARIAN CAPITAL LETTER UNK"},
23269 {0x10CB2,"OLD HUNGARIAN CAPITAL LETTER US"},
23270 {0x10CAB,"OLD HUNGARIAN CAPITAL LETTER UU"},
23271 {0x10CFD,"OLD HUNGARIAN NUMBER FIFTY"},
23272 {0x10CFB,"OLD HUNGARIAN NUMBER FIVE"},
23273 {0x10CFA,"OLD HUNGARIAN NUMBER ONE"},
23274 {0x10CFE,"OLD HUNGARIAN NUMBER ONE HUNDRED"},
23275 {0x10CFF,"OLD HUNGARIAN NUMBER ONE THOUSAND"},
23276 {0x10CFC,"OLD HUNGARIAN NUMBER TEN"},
23277 {0x10CC0,"OLD HUNGARIAN SMALL LETTER A"},
23278 {0x10CC1,"OLD HUNGARIAN SMALL LETTER AA"},
23279 {0x10CD4,"OLD HUNGARIAN SMALL LETTER AK"},
23280 {0x10CC3,"OLD HUNGARIAN SMALL LETTER AMB"},
23281 {0x10CC8,"OLD HUNGARIAN SMALL LETTER AND"},
23282 {0x10CCA,"OLD HUNGARIAN SMALL LETTER CLOSE E"},
23283 {0x10CC9,"OLD HUNGARIAN SMALL LETTER E"},
23284 {0x10CC2,"OLD HUNGARIAN SMALL LETTER EB"},
23285 {0x10CC4,"OLD HUNGARIAN SMALL LETTER EC"},
23286 {0x10CE9,"OLD HUNGARIAN SMALL LETTER ECH"},
23287 {0x10CC6,"OLD HUNGARIAN SMALL LETTER ECS"},
23288 {0x10CC7,"OLD HUNGARIAN SMALL LETTER ED"},
23289 {0x10CCB,"OLD HUNGARIAN SMALL LETTER EE"},
23290 {0x10CCC,"OLD HUNGARIAN SMALL LETTER EF"},
23291 {0x10CCD,"OLD HUNGARIAN SMALL LETTER EG"},
23292 {0x10CCE,"OLD HUNGARIAN SMALL LETTER EGY"},
23293 {0x10CCF,"OLD HUNGARIAN SMALL LETTER EH"},
23294 {0x10CD2,"OLD HUNGARIAN SMALL LETTER EJ"},
23295 {0x10CD3,"OLD HUNGARIAN SMALL LETTER EK"},
23296 {0x10CD6,"OLD HUNGARIAN SMALL LETTER EL"},
23297 {0x10CD7,"OLD HUNGARIAN SMALL LETTER ELY"},
23298 {0x10CD8,"OLD HUNGARIAN SMALL LETTER EM"},
23299 {0x10CE1,"OLD HUNGARIAN SMALL LETTER EMP"},
23300 {0x10CD9,"OLD HUNGARIAN SMALL LETTER EN"},
23301 {0x10CC5,"OLD HUNGARIAN SMALL LETTER ENC"},
23302 {0x10CE7,"OLD HUNGARIAN SMALL LETTER ENT"},
23303 {0x10CF1,"OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN"},
23304 {0x10CDA,"OLD HUNGARIAN SMALL LETTER ENY"},
23305 {0x10CE0,"OLD HUNGARIAN SMALL LETTER EP"},
23306 {0x10CE2,"OLD HUNGARIAN SMALL LETTER ER"},
23307 {0x10CE4,"OLD HUNGARIAN SMALL LETTER ES"},
23308 {0x10CE5,"OLD HUNGARIAN SMALL LETTER ESZ"},
23309 {0x10CE6,"OLD HUNGARIAN SMALL LETTER ET"},
23310 {0x10CE8,"OLD HUNGARIAN SMALL LETTER ETY"},
23311 {0x10CEE,"OLD HUNGARIAN SMALL LETTER EV"},
23312 {0x10CEF,"OLD HUNGARIAN SMALL LETTER EZ"},
23313 {0x10CF0,"OLD HUNGARIAN SMALL LETTER EZS"},
23314 {0x10CD0,"OLD HUNGARIAN SMALL LETTER I"},
23315 {0x10CD1,"OLD HUNGARIAN SMALL LETTER II"},
23316 {0x10CDD,"OLD HUNGARIAN SMALL LETTER NIKOLSBURG OE"},
23317 {0x10CEC,"OLD HUNGARIAN SMALL LETTER NIKOLSBURG UE"},
23318 {0x10CDB,"OLD HUNGARIAN SMALL LETTER O"},
23319 {0x10CDF,"OLD HUNGARIAN SMALL LETTER OEE"},
23320 {0x10CDC,"OLD HUNGARIAN SMALL LETTER OO"},
23321 {0x10CDE,"OLD HUNGARIAN SMALL LETTER RUDIMENTA OE"},
23322 {0x10CED,"OLD HUNGARIAN SMALL LETTER RUDIMENTA UE"},
23323 {0x10CE3,"OLD HUNGARIAN SMALL LETTER SHORT ER"},
23324 {0x10CEA,"OLD HUNGARIAN SMALL LETTER U"},
23325 {0x10CD5,"OLD HUNGARIAN SMALL LETTER UNK"},
23326 {0x10CF2,"OLD HUNGARIAN SMALL LETTER US"},
23327 {0x10CEB,"OLD HUNGARIAN SMALL LETTER UU"},
2026323328 {0x10300,"OLD ITALIC LETTER A"},
2026423329 {0x10301,"OLD ITALIC LETTER BE"},
2026523330 {0x1031C,"OLD ITALIC LETTER CHE"},
2028223347 {0x10302,"OLD ITALIC LETTER KE"},
2028323348 {0x10319,"OLD ITALIC LETTER KHE"},
2028423349 {0x10312,"OLD ITALIC LETTER KU"},
23350 {0x1032E,"OLD ITALIC LETTER NORTHERN TSE"},
2028523351 {0x1030F,"OLD ITALIC LETTER O"},
2028623352 {0x10310,"OLD ITALIC LETTER PE"},
2028723353 {0x10318,"OLD ITALIC LETTER PHE"},
2028823354 {0x10311,"OLD ITALIC LETTER SHE"},
23355 {0x1032F,"OLD ITALIC LETTER SOUTHERN TSE"},
2028923356 {0x10315,"OLD ITALIC LETTER TE"},
2029023357 {0x10308,"OLD ITALIC LETTER THE"},
2029123358 {0x10316,"OLD ITALIC LETTER U"},
2029223359 {0x1031E,"OLD ITALIC LETTER UU"},
2029323360 {0x10305,"OLD ITALIC LETTER VE"},
23361 {0x1032D,"OLD ITALIC LETTER YE"},
2029423362 {0x10306,"OLD ITALIC LETTER ZE"},
2029523363 {0x10323,"OLD ITALIC NUMERAL FIFTY"},
2029623364 {0x10321,"OLD ITALIC NUMERAL FIVE"},
2041823486 {0x103C0,"OLD PERSIAN SIGN ZA"},
2041923487 {0x103D0,"OLD PERSIAN WORD DIVIDER"},
2042023488 {0x1F5B3,"OLD PERSONAL COMPUTER"},
23489 {0x10F26,"OLD SOGDIAN FRACTION ONE HALF"},
23490 {0x10F00,"OLD SOGDIAN LETTER ALEPH"},
23491 {0x10F13,"OLD SOGDIAN LETTER ALTERNATE AYIN"},
23492 {0x10F12,"OLD SOGDIAN LETTER AYIN"},
23493 {0x10F02,"OLD SOGDIAN LETTER BETH"},
23494 {0x10F01,"OLD SOGDIAN LETTER FINAL ALEPH"},
23495 {0x10F03,"OLD SOGDIAN LETTER FINAL BETH"},
23496 {0x10F06,"OLD SOGDIAN LETTER FINAL HE"},
23497 {0x10F0F,"OLD SOGDIAN LETTER FINAL NUN"},
23498 {0x10F10,"OLD SOGDIAN LETTER FINAL NUN WITH VERTICAL TAIL"},
23499 {0x10F16,"OLD SOGDIAN LETTER FINAL SADHE"},
23500 {0x10F17,"OLD SOGDIAN LETTER FINAL SADHE WITH VERTICAL TAIL"},
23501 {0x10F1B,"OLD SOGDIAN LETTER FINAL TAW"},
23502 {0x10F1C,"OLD SOGDIAN LETTER FINAL TAW WITH VERTICAL TAIL"},
23503 {0x10F04,"OLD SOGDIAN LETTER GIMEL"},
23504 {0x10F05,"OLD SOGDIAN LETTER HE"},
23505 {0x10F09,"OLD SOGDIAN LETTER HETH"},
23506 {0x10F0B,"OLD SOGDIAN LETTER KAPH"},
23507 {0x10F0C,"OLD SOGDIAN LETTER LAMEDH"},
23508 {0x10F0D,"OLD SOGDIAN LETTER MEM"},
23509 {0x10F0E,"OLD SOGDIAN LETTER NUN"},
23510 {0x10F14,"OLD SOGDIAN LETTER PE"},
23511 {0x10F18,"OLD SOGDIAN LETTER RESH-AYIN-DALETH"},
23512 {0x10F15,"OLD SOGDIAN LETTER SADHE"},
23513 {0x10F11,"OLD SOGDIAN LETTER SAMEKH"},
23514 {0x10F19,"OLD SOGDIAN LETTER SHIN"},
23515 {0x10F1A,"OLD SOGDIAN LETTER TAW"},
23516 {0x10F07,"OLD SOGDIAN LETTER WAW"},
23517 {0x10F0A,"OLD SOGDIAN LETTER YODH"},
23518 {0x10F08,"OLD SOGDIAN LETTER ZAYIN"},
23519 {0x10F27,"OLD SOGDIAN LIGATURE AYIN-DALETH"},
23520 {0x10F21,"OLD SOGDIAN NUMBER FIVE"},
23521 {0x10F20,"OLD SOGDIAN NUMBER FOUR"},
23522 {0x10F1D,"OLD SOGDIAN NUMBER ONE"},
23523 {0x10F25,"OLD SOGDIAN NUMBER ONE HUNDRED"},
23524 {0x10F22,"OLD SOGDIAN NUMBER TEN"},
23525 {0x10F24,"OLD SOGDIAN NUMBER THIRTY"},
23526 {0x10F1F,"OLD SOGDIAN NUMBER THREE"},
23527 {0x10F23,"OLD SOGDIAN NUMBER TWENTY"},
23528 {0x10F1E,"OLD SOGDIAN NUMBER TWO"},
2042123529 {0x10A71,"OLD SOUTH ARABIAN LETTER ALEF"},
2042223530 {0x10A72,"OLD SOUTH ARABIAN LETTER AYN"},
2042323531 {0x10A68,"OLD SOUTH ARABIAN LETTER BETH"},
2052323631 {0x10C08,"OLD TURKIC LETTER YENISEI OE"},
2052423632 {0x10C1D,"OLD TURKIC LETTER YENISEI OEK"},
2052523633 {0x10C39,"OLD TURKIC LETTER YENISEI OQ"},
23634 {0x1F9D3,"OLDER ADULT"},
2052623635 {0x1F474,"OLDER MAN"},
2052723636 {0x1F475,"OLDER WOMAN"},
2052823637 {0x1F549,"OM SYMBOL"},
2055923668 {0x2325,"OPTION KEY"},
2056023669 {0x27C7,"OR WITH DOT INSIDE"},
2056123670 {0x1F4D9,"ORANGE BOOK"},
23671 {0x1F9E1,"ORANGE HEART"},
2056223672 {0x22B6,"ORIGINAL OF"},
2056323673 {0x0B56,"ORIYA AI LENGTH MARK"},
2056423674 {0x0B57,"ORIYA AU LENGTH MARK"},
2065323763 {0xFD3E,"ORNATE LEFT PARENTHESIS"},
2065423764 {0xFD3F,"ORNATE RIGHT PARENTHESIS"},
2065523765 {0x2626,"ORTHODOX CROSS"},
23766 {0x104B0,"OSAGE CAPITAL LETTER A"},
23767 {0x104B3,"OSAGE CAPITAL LETTER AH"},
23768 {0x104B1,"OSAGE CAPITAL LETTER AI"},
23769 {0x104B2,"OSAGE CAPITAL LETTER AIN"},
23770 {0x104B4,"OSAGE CAPITAL LETTER BRA"},
23771 {0x104B5,"OSAGE CAPITAL LETTER CHA"},
23772 {0x104CD,"OSAGE CAPITAL LETTER DHA"},
23773 {0x104B7,"OSAGE CAPITAL LETTER E"},
23774 {0x104B6,"OSAGE CAPITAL LETTER EHCHA"},
23775 {0x104BD,"OSAGE CAPITAL LETTER EHKA"},
23776 {0x104C5,"OSAGE CAPITAL LETTER EHPA"},
23777 {0x104C9,"OSAGE CAPITAL LETTER EHTA"},
23778 {0x104CB,"OSAGE CAPITAL LETTER EHTSA"},
23779 {0x104B8,"OSAGE CAPITAL LETTER EIN"},
23780 {0x104D1,"OSAGE CAPITAL LETTER GHA"},
23781 {0x104B9,"OSAGE CAPITAL LETTER HA"},
23782 {0x104BA,"OSAGE CAPITAL LETTER HYA"},
23783 {0x104BB,"OSAGE CAPITAL LETTER I"},
23784 {0x104BC,"OSAGE CAPITAL LETTER KA"},
23785 {0x104D0,"OSAGE CAPITAL LETTER KHA"},
23786 {0x104BE,"OSAGE CAPITAL LETTER KYA"},
23787 {0x104BF,"OSAGE CAPITAL LETTER LA"},
23788 {0x104C0,"OSAGE CAPITAL LETTER MA"},
23789 {0x104C1,"OSAGE CAPITAL LETTER NA"},
23790 {0x104C2,"OSAGE CAPITAL LETTER O"},
23791 {0x104C3,"OSAGE CAPITAL LETTER OIN"},
23792 {0x104C4,"OSAGE CAPITAL LETTER PA"},
23793 {0x104C6,"OSAGE CAPITAL LETTER SA"},
23794 {0x104C7,"OSAGE CAPITAL LETTER SHA"},
23795 {0x104C8,"OSAGE CAPITAL LETTER TA"},
23796 {0x104CA,"OSAGE CAPITAL LETTER TSA"},
23797 {0x104CC,"OSAGE CAPITAL LETTER TSHA"},
23798 {0x104CE,"OSAGE CAPITAL LETTER U"},
23799 {0x104CF,"OSAGE CAPITAL LETTER WA"},
23800 {0x104D2,"OSAGE CAPITAL LETTER ZA"},
23801 {0x104D3,"OSAGE CAPITAL LETTER ZHA"},
23802 {0x104D8,"OSAGE SMALL LETTER A"},
23803 {0x104DB,"OSAGE SMALL LETTER AH"},
23804 {0x104D9,"OSAGE SMALL LETTER AI"},
23805 {0x104DA,"OSAGE SMALL LETTER AIN"},
23806 {0x104DC,"OSAGE SMALL LETTER BRA"},
23807 {0x104DD,"OSAGE SMALL LETTER CHA"},
23808 {0x104F5,"OSAGE SMALL LETTER DHA"},
23809 {0x104DF,"OSAGE SMALL LETTER E"},
23810 {0x104DE,"OSAGE SMALL LETTER EHCHA"},
23811 {0x104E5,"OSAGE SMALL LETTER EHKA"},
23812 {0x104ED,"OSAGE SMALL LETTER EHPA"},
23813 {0x104F1,"OSAGE SMALL LETTER EHTA"},
23814 {0x104F3,"OSAGE SMALL LETTER EHTSA"},
23815 {0x104E0,"OSAGE SMALL LETTER EIN"},
23816 {0x104F9,"OSAGE SMALL LETTER GHA"},
23817 {0x104E1,"OSAGE SMALL LETTER HA"},
23818 {0x104E2,"OSAGE SMALL LETTER HYA"},
23819 {0x104E3,"OSAGE SMALL LETTER I"},
23820 {0x104E4,"OSAGE SMALL LETTER KA"},
23821 {0x104F8,"OSAGE SMALL LETTER KHA"},
23822 {0x104E6,"OSAGE SMALL LETTER KYA"},
23823 {0x104E7,"OSAGE SMALL LETTER LA"},
23824 {0x104E8,"OSAGE SMALL LETTER MA"},
23825 {0x104E9,"OSAGE SMALL LETTER NA"},
23826 {0x104EA,"OSAGE SMALL LETTER O"},
23827 {0x104EB,"OSAGE SMALL LETTER OIN"},
23828 {0x104EC,"OSAGE SMALL LETTER PA"},
23829 {0x104EE,"OSAGE SMALL LETTER SA"},
23830 {0x104EF,"OSAGE SMALL LETTER SHA"},
23831 {0x104F0,"OSAGE SMALL LETTER TA"},
23832 {0x104F2,"OSAGE SMALL LETTER TSA"},
23833 {0x104F4,"OSAGE SMALL LETTER TSHA"},
23834 {0x104F6,"OSAGE SMALL LETTER U"},
23835 {0x104F7,"OSAGE SMALL LETTER WA"},
23836 {0x104FA,"OSAGE SMALL LETTER ZA"},
23837 {0x104FB,"OSAGE SMALL LETTER ZHA"},
2065623838 {0x104A8,"OSMANYA DIGIT EIGHT"},
2065723839 {0x104A5,"OSMANYA DIGIT FIVE"},
2065823840 {0x104A4,"OSMANYA DIGIT FOUR"},
2069923881 {0x2719,"OUTLINED GREEK CROSS"},
2070023882 {0x271F,"OUTLINED LATIN CROSS"},
2070123883 {0x269D,"OUTLINED WHITE STAR"},
23884 {0x1F975,"OVERHEATED FACE"},
2070223885 {0x1F5D7,"OVERLAP"},
23886 {0x2BBC,"OVERLAPPING BLACK SQUARES"},
23887 {0x2BBB,"OVERLAPPING WHITE AND BLACK SQUARES"},
23888 {0x2BBA,"OVERLAPPING WHITE SQUARES"},
2070323889 {0x203E,"OVERLINE"},
23890 {0x1F989,"OWL"},
2070423891 {0x1F402,"OX"},
2070523892 {0x1F4E6,"PACKAGE"},
2070623893 {0x1F5CF,"PAGE"},
2070923896 {0x1F4C3,"PAGE WITH CURL"},
2071023897 {0x1F4DF,"PAGER"},
2071123898 {0x1F5D0,"PAGES"},
23899 {0x1F6D4,"PAGODA"},
2071223900 {0x16B8B,"PAHAWH HMONG CLAN SIGN FAJ"},
2071323901 {0x16B89,"PAHAWH HMONG CLAN SIGN HAM"},
2071423902 {0x16B83,"PAHAWH HMONG CLAN SIGN HAWJ"},
2083924027 {0x26B4,"PALLAS"},
2084024028 {0x2E19,"PALM BRANCH"},
2084124029 {0x1F334,"PALM TREE"},
24030 {0x1F932,"PALMS UP TOGETHER"},
2084224031 {0x10877,"PALMYRENE LEFT-POINTING FLEURON"},
2084324032 {0x10860,"PALMYRENE LETTER ALEPH"},
2084424033 {0x10870,"PALMYRENE LETTER AYIN"},
2087124060 {0x1087F,"PALMYRENE NUMBER TWENTY"},
2087224061 {0x1087A,"PALMYRENE NUMBER TWO"},
2087324062 {0x10878,"PALMYRENE RIGHT-POINTING FLEURON"},
24063 {0x1F95E,"PANCAKES"},
2087424064 {0x1F43C,"PANDA FACE"},
2087524065 {0x1F4CE,"PAPERCLIP"},
2087624066 {0x2029,"PARAGRAPH SEPARATOR"},
2087724067 {0x2E0F,"PARAGRAPHOS"},
24068 {0x2E4D,"PARAGRAPHUS MARK"},
2087824069 {0x2225,"PARALLEL TO"},
2087924070 {0x2AF2,"PARALLEL WITH HORIZONTAL STROKE"},
2088024071 {0x2AF3,"PARALLEL WITH TILDE OPERATOR"},
2101724208 {0x2480,"PARENTHESIZED NUMBER THIRTEEN"},
2101824209 {0x247F,"PARENTHESIZED NUMBER TWELVE"},
2101924210 {0x2487,"PARENTHESIZED NUMBER TWENTY"},
24211 {0x1F99C,"PARROT"},
2102024212 {0x303D,"PART ALTERNATION MARK"},
2102124213 {0x2202,"PARTIAL DIFFERENTIAL"},
2102224214 {0x267D,"PARTIALLY-RECYCLED PAPER SYMBOL"},
2102324215 {0x3250,"PARTNERSHIP SIGN"},
2102424216 {0x1F389,"PARTY POPPER"},
24217 {0x2BFD,"PASSED SYMBOL"},
2102524218 {0x1F6F3,"PASSENGER SHIP"},
2102624219 {0x2391,"PASSIVE-PULL-DOWN-OUTPUT SYMBOL"},
2102724220 {0x2392,"PASSIVE-PULL-UP-OUTPUT SYMBOL"},
2108624279 {0x1F43E,"PAW PRINTS"},
2108724280 {0x262E,"PEACE SYMBOL"},
2108824281 {0x1F351,"PEACH"},
24282 {0x1F99A,"PEACOCK"},
24283 {0x1F95C,"PEANUTS"},
2108924284 {0x1F350,"PEAR"},
2109024285 {0x1F6B6,"PEDESTRIAN"},
2109124286 {0x1F586,"PEN OVER STAMPED ENVELOPE"},
2110324298 {0x2AE1,"PERPENDICULAR WITH S"},
2110424299 {0x1F623,"PERSEVERING FACE"},
2110524300 {0x1F647,"PERSON BOWING DEEPLY"},
24301 {0x1F9D7,"PERSON CLIMBING"},
24302 {0x1F938,"PERSON DOING CARTWHEEL"},
2110624303 {0x1F64D,"PERSON FROWNING"},
24304 {0x1F9D8,"PERSON IN LOTUS POSITION"},
24305 {0x1F9D6,"PERSON IN STEAMY ROOM"},
2110724306 {0x1F64C,"PERSON RAISING BOTH HANDS IN CELEBRATION"},
2110824307 {0x26F9,"PERSON WITH BALL"},
2110924308 {0x1F471,"PERSON WITH BLOND HAIR"},
2111024309 {0x1F64F,"PERSON WITH FOLDED HANDS"},
24310 {0x1F9D5,"PERSON WITH HEADSCARF"},
2111124311 {0x1F64E,"PERSON WITH POUTING FACE"},
2111224312 {0x1F4BB,"PERSONAL COMPUTER"},
2111324313 {0x2306,"PERSPECTIVE"},
2111424314 {0x20A7,"PESETA SIGN"},
2111524315 {0x20B1,"PESO SIGN"},
24316 {0x1F9EB,"PETRI DISH"},
2111624317 {0xA875,"PHAGS-PA DOUBLE HEAD MARK"},
2111724318 {0xA85D,"PHAGS-PA LETTER A"},
2111824319 {0xA86D,"PHAGS-PA LETTER ALTERNATE YA"},
2124624447 {0x10918,"PHOENICIAN NUMBER TWENTY"},
2124724448 {0x1091A,"PHOENICIAN NUMBER TWO"},
2124824449 {0x1091F,"PHOENICIAN WORD SEPARATOR"},
24450 {0x2BDB,"PHOLUS"},
2124924451 {0x26CF,"PICK"},
24452 {0x1F967,"PIE"},
2125024453 {0x1F416,"PIG"},
2125124454 {0x1F437,"PIG FACE"},
2125224455 {0x1F43D,"PIG NOSE"},
2126124464 {0x22D4,"PITCHFORK"},
2126224465 {0x2ADA,"PITCHFORK WITH TEE TOP"},
2126324466 {0x2318,"PLACE OF INTEREST SIGN"},
24467 {0x1F6D0,"PLACE OF WORSHIP"},
2126424468 {0x210E,"PLANCK CONSTANT"},
2126524469 {0x210F,"PLANCK CONSTANT OVER TWO PI"},
2126624470 {0x1F0D1,"PLAYING CARD ACE OF CLUBS"},
2135924563 {0x2A26,"PLUS SIGN WITH TILDE BELOW"},
2136024564 {0x00B1,"PLUS-MINUS SIGN"},
2136124565 {0x2647,"PLUTO"},
24566 {0x2BD6,"PLUTO FORM FIVE"},
24567 {0x2BD5,"PLUTO FORM FOUR"},
24568 {0x2BD4,"PLUTO FORM THREE"},
24569 {0x2BD3,"PLUTO FORM TWO"},
2136224570 {0x1F5A9,"POCKET CALCULATOR"},
2136324571 {0x1F693,"POLICE CAR"},
2136424572 {0x1F6A8,"POLICE CARS REVOLVING LIGHT"},
2136624574 {0x1F429,"POODLE"},
2136724575 {0x202C,"POP DIRECTIONAL FORMATTING"},
2136824576 {0x2069,"POP DIRECTIONAL ISOLATE"},
24577 {0x1F37F,"POPCORN"},
2136924578 {0x1F4FE,"PORTABLE STEREO"},
24579 {0x2BE7,"POSEIDON"},
2137024580 {0x2316,"POSITION INDICATOR"},
2137124581 {0x1F4EF,"POSTAL HORN"},
2137224582 {0x3012,"POSTAL MARK"},
2137424584 {0x1F4EE,"POSTBOX"},
2137524585 {0x1F372,"POT OF FOOD"},
2137624586 {0x1F6B0,"POTABLE WATER SYMBOL"},
24587 {0x1F954,"POTATO"},
2137724588 {0x1F45D,"POUCH"},
2137824589 {0x1F357,"POULTRY LEG"},
2137924590 {0x00A3,"POUND SIGN"},
2138024591 {0x1F63E,"POUTING CAT FACE"},
2138124592 {0x1F621,"POUTING FACE"},
24593 {0x23FD,"POWER ON SYMBOL"},
24594 {0x23FC,"POWER ON-OFF SYMBOL"},
24595 {0x23FE,"POWER SLEEP SYMBOL"},
24596 {0x23FB,"POWER SYMBOL"},
24597 {0x1F4FF,"PRAYER BEADS"},
2138224598 {0x227A,"PRECEDES"},
2138324599 {0x2AB7,"PRECEDES ABOVE ALMOST EQUAL TO"},
2138424600 {0x2AB3,"PRECEDES ABOVE EQUALS SIGN"},
2139024606 {0x227C,"PRECEDES OR EQUAL TO"},
2139124607 {0x227E,"PRECEDES OR EQUIVALENT TO"},
2139224608 {0x22B0,"PRECEDES UNDER RELATION"},
24609 {0x1F930,"PREGNANT WOMAN"},
2139324610 {0x211E,"PRESCRIPTION TAKE"},
2139424611 {0xFE13,"PRESENTATION FORM FOR VERTICAL COLON"},
2139524612 {0xFE10,"PRESENTATION FORM FOR VERTICAL COMMA"},
2142424641 {0xFE14,"PRESENTATION FORM FOR VERTICAL SEMICOLON"},
2142524642 {0xFE30,"PRESENTATION FORM FOR VERTICAL TWO DOT LEADER"},
2142624643 {0xFE34,"PRESENTATION FORM FOR VERTICAL WAVY LOW LINE"},
24644 {0x1F968,"PRETZEL"},
2142724645 {0x2397,"PREVIOUS PAGE"},
2142824646 {0x2032,"PRIME"},
24647 {0x1F934,"PRINCE"},
2142924648 {0x1F478,"PRINCESS"},
2143024649 {0x2399,"PRINT SCREEN SYMBOL"},
2143124650 {0x1F5A8,"PRINTER"},
2143524654 {0x214A,"PROPERTY LINE"},
2143624655 {0x2237,"PROPORTION"},
2143724656 {0x221D,"PROPORTIONAL TO"},
24657 {0x2BD8,"PROSERPINA"},
2143824658 {0x10B9B,"PSALTER PAHLAVI FOUR DOTS WITH CROSS"},
2143924659 {0x10B9C,"PSALTER PAHLAVI FOUR DOTS WITH DOT"},
2144024660 {0x10B80,"PSALTER PAHLAVI LETTER ALEPH"},
2146624686 {0x10B9A,"PSALTER PAHLAVI TURNED SECTION MARK"},
2146724687 {0x1F4E2,"PUBLIC ADDRESS LOUDSPEAKER"},
2146824688 {0x2008,"PUNCTUATION SPACE"},
24689 {0x2E4E,"PUNCTUS ELEVATUS MARK"},
2146924690 {0x1F49C,"PURPLE HEART"},
2147024691 {0x1F45B,"PURSE"},
2147124692 {0x1F4CC,"PUSHPIN"},
2149124712 {0x0022,"QUOTATION MARK"},
2149224713 {0x1F407,"RABBIT"},
2149324714 {0x1F430,"RABBIT FACE"},
24715 {0x1F99D,"RACCOON"},
2149424716 {0x1F3CE,"RACING CAR"},
2149524717 {0x1F3CD,"RACING MOTORCYCLE"},
2149624718 {0x23B7,"RADICAL SYMBOL BOTTOM"},
2150124723 {0x1F6E4,"RAILWAY TRACK"},
2150224724 {0x26C6,"RAIN"},
2150324725 {0x1F308,"RAINBOW"},
24726 {0x1F91A,"RAISED BACK OF HAND"},
2150424727 {0x2E34,"RAISED COMMA"},
2150524728 {0x2E33,"RAISED DOT"},
2150624729 {0x2E07,"RAISED DOTTED INTERPOLATION MARKER"},
2151524738 {0x1F40F,"RAM"},
2151624739 {0x1F400,"RAT"},
2151724740 {0x2236,"RATIO"},
24741 {0x1F9FE,"RECEIPT"},
2151824742 {0x1F699,"RECREATIONAL VEHICLE"},
2151924743 {0x267C,"RECYCLED PAPER SYMBOL"},
2152024744 {0x267A,"RECYCLING SYMBOL FOR GENERIC MATERIALS"},
2152624750 {0x2678,"RECYCLING SYMBOL FOR TYPE-6 PLASTICS"},
2152724751 {0x2679,"RECYCLING SYMBOL FOR TYPE-7 PLASTICS"},
2152824752 {0x1F34E,"RED APPLE"},
24753 {0x1F9E7,"RED GIFT ENVELOPE"},
2152924754 {0x203B,"REFERENCE MARK"},
2153024755 {0x1F1E6,"REGIONAL INDICATOR SYMBOL LETTER A"},
2153124756 {0x1F1E7,"REGIONAL INDICATOR SYMBOL LETTER B"},
2162324848 {0x2035,"REVERSED PRIME"},
2162424849 {0x2E2E,"REVERSED QUESTION MARK"},
2162524850 {0x1F591,"REVERSED RAISED HAND WITH FINGERS SPLAYED"},
24851 {0x2BFE,"REVERSED RIGHT ANGLE"},
2162624852 {0x2619,"REVERSED ROTATED FLORAL HEART BULLET"},
2162724853 {0x2143,"REVERSED SANS-SERIF CAPITAL L"},
2162824854 {0x204F,"REVERSED SEMICOLON"},
2163324859 {0x2037,"REVERSED TRIPLE PRIME"},
2163424860 {0x1F594,"REVERSED VICTORY HAND"},
2163524861 {0x1F49E,"REVOLVING HEARTS"},
24862 {0x1F98F,"RHINOCEROS"},
2163624863 {0xFDFC,"RIAL SIGN"},
2163724864 {0x1F380,"RIBBON"},
2163824865 {0x2BB0,"RIBBON ARROW DOWN LEFT"},
2164524872 {0x2BB3,"RIBBON ARROW UP RIGHT"},
2164624873 {0x1F359,"RICE BALL"},
2164724874 {0x1F358,"RICE CRACKER"},
24875 {0x1F946,"RIFLE"},
2164824876 {0x1F5EF,"RIGHT ANGER BUBBLE"},
2164924877 {0x221F,"RIGHT ANGLE"},
2165024878 {0x3009,"RIGHT ANGLE BRACKET"},
2167424902 {0x297D,"RIGHT FISH TAIL"},
2167524903 {0x230B,"RIGHT FLOOR"},
2167624904 {0x25D7,"RIGHT HALF BLACK CIRCLE"},
24905 {0x2BE9,"RIGHT HALF BLACK STAR"},
2167724906 {0x2590,"RIGHT HALF BLOCK"},
2167824907 {0x1F57D,"RIGHT HAND TELEPHONE RECEIVER"},
2167924908 {0x2E1D,"RIGHT LOW PARAPHRASE BRACKET"},
2171824947 {0x3019,"RIGHT WHITE TORTOISE SHELL BRACKET"},
2171924948 {0x29D9,"RIGHT WIGGLY FENCE"},
2172024949 {0x058D,"RIGHT-FACING ARMENIAN ETERNITY SIGN"},
24950 {0x1F91C,"RIGHT-FACING FIST"},
2172124951 {0x0FD5,"RIGHT-FACING SVASTI SIGN"},
2172224952 {0x0FD7,"RIGHT-FACING SVASTI SIGN WITH DOTS"},
2172324953 {0x26E5,"RIGHT-HANDED INTERLACED PENTAGRAM"},
2182625056 {0x2916,"RIGHTWARDS TWO-HEADED ARROW WITH TAIL"},
2182725057 {0x2918,"RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE"},
2182825058 {0x2917,"RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE"},
25059 {0x2BEE,"RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS"},
2182925060 {0x2900,"RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE"},
2183025061 {0x2910,"RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW"},
2183125062 {0x219D,"RIGHTWARDS WAVE ARROW"},
2184225073 {0x292B,"RISING DIAGONAL CROSSING FALLING DIAGONAL"},
2184325074 {0x2930,"RISING DIAGONAL CROSSING SOUTH EAST ARROW"},
2184425075 {0x1F360,"ROASTED SWEET POTATO"},
25076 {0x1F916,"ROBOT FACE"},
2184525077 {0x1F680,"ROCKET"},
25078 {0x1F9FB,"ROLL OF PAPER"},
2184625079 {0x1F5DE,"ROLLED-UP NEWSPAPER"},
2184725080 {0x1F3A2,"ROLLER COASTER"},
25081 {0x1F923,"ROLLING ON THE FLOOR LAUGHING"},
2184825082 {0x1019A,"ROMAN AS SIGN"},
2184925083 {0x1019B,"ROMAN CENTURIAL SIGN"},
2185025084 {0x10196,"ROMAN DENARIUS SIGN"},
2189125125 {0x2BCF,"ROTATED WHITE FOUR POINTED CUSP"},
2189225126 {0x1F4CD,"ROUND PUSHPIN"},
2189325127 {0x1F78B,"ROUND TARGET"},
25128 {0x1F265,"ROUNDED SYMBOL FOR CAI"},
25129 {0x1F260,"ROUNDED SYMBOL FOR FU"},
25130 {0x1F261,"ROUNDED SYMBOL FOR LU"},
25131 {0x1F262,"ROUNDED SYMBOL FOR SHOU"},
25132 {0x1F264,"ROUNDED SYMBOL FOR SHUANGXI"},
25133 {0x1F263,"ROUNDED SYMBOL FOR XI"},
2189425134 {0x1F6A3,"ROWBOAT"},
2189525135 {0x20BD,"RUBLE SIGN"},
2189625136 {0x1F3C9,"RUGBY FOOTBALL"},
2201825258 {0x1F3C3,"RUNNER"},
2201925259 {0x1F3BD,"RUNNING SHIRT WITH SASH"},
2202025260 {0x20A8,"RUPEE SIGN"},
25261 {0x2BF6,"RUSSIAN ASTROLOGICAL SYMBOL BINOVILE"},
25262 {0x2BF4,"RUSSIAN ASTROLOGICAL SYMBOL NOVILE"},
25263 {0x2BF5,"RUSSIAN ASTROLOGICAL SYMBOL QUINTILE"},
25264 {0x2BF7,"RUSSIAN ASTROLOGICAL SYMBOL SENTAGON"},
25265 {0x2BF8,"RUSSIAN ASTROLOGICAL SYMBOL TREDECILE"},
25266 {0x2BF3,"RUSSIAN ASTROLOGICAL SYMBOL VIGINTILE"},
2202125267 {0x29CC,"S IN TRIANGLE"},
25268 {0x1F9F7,"SAFETY PIN"},
2202225269 {0x2650,"SAGITTARIUS"},
2202325270 {0x26F5,"SAILBOAT"},
2202425271 {0x1F376,"SAKE BOTTLE AND CUP"},
25272 {0x1F9C2,"SALT SHAKER"},
2202525273 {0x2613,"SALTIRE"},
2202625274 {0x0836,"SAMARITAN ABBREVIATION MARK"},
2202725275 {0x0800,"SAMARITAN LETTER ALAF"},
2208425332 {0x0825,"SAMARITAN VOWEL SIGN SHORT A"},
2208525333 {0x082C,"SAMARITAN VOWEL SIGN SUKUN"},
2208625334 {0x0827,"SAMARITAN VOWEL SIGN U"},
25335 {0x1F96A,"SANDWICH"},
2208725336 {0x1F677,"SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT"},
2208825337 {0x1F676,"SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT"},
2208925338 {0x1F678,"SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT"},
2215525404 {0xA889,"SAURASHTRA LETTER VOCALIC RR"},
2215625405 {0xA8AB,"SAURASHTRA LETTER YA"},
2215725406 {0xA880,"SAURASHTRA SIGN ANUSVARA"},
25407 {0xA8C5,"SAURASHTRA SIGN CANDRABINDU"},
2215825408 {0xA8C4,"SAURASHTRA SIGN VIRAMA"},
2215925409 {0xA881,"SAURASHTRA SIGN VISARGA"},
2216025410 {0xA8B5,"SAURASHTRA VOWEL SIGN AA"},
2217225422 {0xA8BD,"SAURASHTRA VOWEL SIGN VOCALIC LL"},
2217325423 {0xA8BA,"SAURASHTRA VOWEL SIGN VOCALIC R"},
2217425424 {0xA8BB,"SAURASHTRA VOWEL SIGN VOCALIC RR"},
25425 {0x1F995,"SAUROPOD"},
2217525426 {0x1F3B7,"SAXOPHONE"},
2217625427 {0x2696,"SCALES"},
25428 {0x1F9E3,"SCARF"},
2217725429 {0x1F3EB,"SCHOOL"},
2217825430 {0x1F392,"SCHOOL SATCHEL"},
25431 {0x1F6F4,"SCOOTER"},
25432 {0x1F982,"SCORPION"},
2217925433 {0x264F,"SCORPIUS"},
2218025434 {0x1F5B5,"SCREEN"},
2218125435 {0x212C,"SCRIPT CAPITAL B"},
2219525449 {0x1F4DC,"SCROLL"},
2219625450 {0x2108,"SCRUPLE"},
2219725451 {0x1F4BA,"SEAT"},
25452 {0x1F948,"SECOND PLACE MEDAL"},
2219825453 {0x00A7,"SECTION SIGN"},
2219925454 {0x2314,"SECTOR"},
25455 {0x2BF2,"SEDNA"},
2220025456 {0x1F648,"SEE-NO-EVIL MONKEY"},
2220125457 {0x1F331,"SEEDLING"},
2220225458 {0x2313,"SEGMENT"},
25459 {0x1F933,"SELFIE"},
2220325460 {0x003B,"SEMICOLON"},
2220425461 {0x2A32,"SEMIDIRECT PRODUCT WITH BOTTOM CLOSED"},
2220525462 {0x26BA,"SEMISEXTILE"},
25463 {0x2BFB,"SEPARATED SYMBOL"},
25464 {0x1F92C,"SERIOUS FACE WITH SYMBOLS COVERING MOUTH"},
2220625465 {0x2120,"SERVICE MARK"},
2220725466 {0xFE45,"SESAME DOT"},
2220825467 {0x26BC,"SESQUIQUADRATE"},
2221125470 {0x274D,"SHADOWED WHITE CIRCLE"},
2221225471 {0x271E,"SHADOWED WHITE LATIN CROSS"},
2221325472 {0x2730,"SHADOWED WHITE STAR"},
25473 {0x1F958,"SHALLOW PAN OF FOOD"},
2221425474 {0x2618,"SHAMROCK"},
2221525475 {0x111C7,"SHARADA ABBREVIATION SIGN"},
25476 {0x111DD,"SHARADA CONTINUATION SIGN"},
2221625477 {0x111C5,"SHARADA DANDA"},
2221725478 {0x111D8,"SHARADA DIGIT EIGHT"},
2221825479 {0x111D5,"SHARADA DIGIT FIVE"},
2222625487 {0x111D0,"SHARADA DIGIT ZERO"},
2222725488 {0x111C6,"SHARADA DOUBLE DANDA"},
2222825489 {0x111DA,"SHARADA EKAM"},
25490 {0x111CC,"SHARADA EXTRA SHORT VOWEL MARK"},
25491 {0x111DC,"SHARADA HEADSTROKE"},
2222925492 {0x11183,"SHARADA LETTER A"},
2223025493 {0x11184,"SHARADA LETTER AA"},
2223125494 {0x1118E,"SHARADA LETTER AI"},
2227525538 {0x1118A,"SHARADA LETTER VOCALIC RR"},
2227625539 {0x111AA,"SHARADA LETTER YA"},
2227725540 {0x111C4,"SHARADA OM"},
25541 {0x111C9,"SHARADA SANDHI MARK"},
25542 {0x111DE,"SHARADA SECTION MARK-1"},
25543 {0x111DF,"SHARADA SECTION MARK-2"},
2227825544 {0x111C8,"SHARADA SEPARATOR"},
2227925545 {0x11181,"SHARADA SIGN ANUSVARA"},
2228025546 {0x111C1,"SHARADA SIGN AVAGRAHA"},
2228125547 {0x11180,"SHARADA SIGN CANDRABINDU"},
2228225548 {0x111C2,"SHARADA SIGN JIHVAMULIYA"},
25549 {0x111CA,"SHARADA SIGN NUKTA"},
25550 {0x111DB,"SHARADA SIGN SIDDHAM"},
2228325551 {0x111C3,"SHARADA SIGN UPADHMANIYA"},
2228425552 {0x111C0,"SHARADA SIGN VIRAMA"},
2228525553 {0x11182,"SHARADA SIGN VISARGA"},
2228625554 {0x111CD,"SHARADA SUTRA MARK"},
25555 {0x111CB,"SHARADA VOWEL MODIFIER MARK"},
2228725556 {0x111B3,"SHARADA VOWEL SIGN AA"},
2228825557 {0x111BD,"SHARADA VOWEL SIGN AI"},
2228925558 {0x111BF,"SHARADA VOWEL SIGN AU"},
2229725566 {0x111BB,"SHARADA VOWEL SIGN VOCALIC LL"},
2229825567 {0x111B8,"SHARADA VOWEL SIGN VOCALIC R"},
2229925568 {0x111B9,"SHARADA VOWEL SIGN VOCALIC RR"},
25569 {0x1F988,"SHARK"},
2230025570 {0x1F367,"SHAVED ICE"},
2230125571 {0x10469,"SHAVIAN LETTER ADO"},
2230225572 {0x10471,"SHAVIAN LETTER AGE"},
2235025620 {0x1F6E1,"SHIELD"},
2235125621 {0x26E9,"SHINTO SHRINE"},
2235225622 {0x1F6A2,"SHIP"},
25623 {0x1F92F,"SHOCKED FACE WITH EXPLODING HEAD"},
2235325624 {0x1F320,"SHOOTING STAR"},
2235425625 {0x1F6CD,"SHOPPING BAGS"},
25626 {0x1F6D2,"SHOPPING TROLLEY"},
2235525627 {0x2B4F,"SHORT BACKSLANTED SOUTH ARROW"},
2235625628 {0x2B5F,"SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST"},
2235725629 {0x2ADF,"SHORT DOWN TACK"},
2236925641 {0x1BCA3,"SHORTHAND FORMAT UP STEP"},
2237025642 {0x237D,"SHOULDERED OPEN BOX"},
2237125643 {0x1F6BF,"SHOWER"},
25644 {0x1F990,"SHRIMP"},
25645 {0x1F937,"SHRUG"},
2237225646 {0x29E2,"SHUFFLE PRODUCT"},
2237325647 {0x115C2,"SIDDHAM DANDA"},
2237425648 {0x115C3,"SIDDHAM DOUBLE DANDA"},
2237625650 {0x11580,"SIDDHAM LETTER A"},
2237725651 {0x11581,"SIDDHAM LETTER AA"},
2237825652 {0x1158B,"SIDDHAM LETTER AI"},
25653 {0x115DB,"SIDDHAM LETTER ALTERNATE U"},
2237925654 {0x1158D,"SIDDHAM LETTER AU"},
2238025655 {0x115A4,"SIDDHAM LETTER BA"},
2238125656 {0x115A5,"SIDDHAM LETTER BHA"},
2241025685 {0x115AC,"SIDDHAM LETTER SSA"},
2241125686 {0x1159D,"SIDDHAM LETTER TA"},
2241225687 {0x1159E,"SIDDHAM LETTER THA"},
25688 {0x115D8,"SIDDHAM LETTER THREE-CIRCLE ALTERNATE I"},
2241325689 {0x11598,"SIDDHAM LETTER TTA"},
2241425690 {0x11599,"SIDDHAM LETTER TTHA"},
25691 {0x115D9,"SIDDHAM LETTER TWO-CIRCLE ALTERNATE I"},
25692 {0x115DA,"SIDDHAM LETTER TWO-CIRCLE ALTERNATE II"},
2241525693 {0x11584,"SIDDHAM LETTER U"},
2241625694 {0x11585,"SIDDHAM LETTER UU"},
2241725695 {0x115AA,"SIDDHAM LETTER VA"},
2242325701 {0x115C6,"SIDDHAM REPETITION MARK-1"},
2242425702 {0x115C7,"SIDDHAM REPETITION MARK-2"},
2242525703 {0x115C8,"SIDDHAM REPETITION MARK-3"},
25704 {0x115CF,"SIDDHAM SECTION MARK DOUBLE RING"},
25705 {0x115D0,"SIDDHAM SECTION MARK DOUBLE RING WITH RAYS"},
25706 {0x115D7,"SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES"},
25707 {0x115D5,"SIDDHAM SECTION MARK WITH CIRCLES AND RAYS"},
25708 {0x115D6,"SIDDHAM SECTION MARK WITH CIRCLES AND TWO ENCLOSURES"},
25709 {0x115D1,"SIDDHAM SECTION MARK WITH DOUBLE CRESCENTS"},
25710 {0x115D3,"SIDDHAM SECTION MARK WITH QUADRUPLE CRESCENTS"},
25711 {0x115CC,"SIDDHAM SECTION MARK WITH RAYS AND DOTTED CRESCENTS"},
25712 {0x115CD,"SIDDHAM SECTION MARK WITH RAYS AND DOTTED DOUBLE CRESCENTS"},
25713 {0x115CE,"SIDDHAM SECTION MARK WITH RAYS AND DOTTED TRIPLE CRESCENTS"},
25714 {0x115D4,"SIDDHAM SECTION MARK WITH SEPTUPLE CRESCENTS"},
25715 {0x115CB,"SIDDHAM SECTION MARK WITH TRIDENT AND DOTTED CRESCENTS"},
25716 {0x115CA,"SIDDHAM SECTION MARK WITH TRIDENT AND U-SHAPED ORNAMENTS"},
25717 {0x115D2,"SIDDHAM SECTION MARK WITH TRIPLE CRESCENTS"},
2242625718 {0x115C5,"SIDDHAM SEPARATOR BAR"},
2242725719 {0x115C4,"SIDDHAM SEPARATOR DOT"},
2242825720 {0x115BD,"SIDDHAM SIGN ANUSVARA"},
2243325725 {0x115BE,"SIDDHAM SIGN VISARGA"},
2243425726 {0x115AF,"SIDDHAM VOWEL SIGN AA"},
2243525727 {0x115B9,"SIDDHAM VOWEL SIGN AI"},
25728 {0x115DC,"SIDDHAM VOWEL SIGN ALTERNATE U"},
25729 {0x115DD,"SIDDHAM VOWEL SIGN ALTERNATE UU"},
2243625730 {0x115BB,"SIDDHAM VOWEL SIGN AU"},
2243725731 {0x115B8,"SIDDHAM VOWEL SIGN E"},
2243825732 {0x115B0,"SIDDHAM VOWEL SIGN I"},
2245025744 {0x1F598,"SIDEWAYS WHITE LEFT POINTING INDEX"},
2245125745 {0x1F599,"SIDEWAYS WHITE RIGHT POINTING INDEX"},
2245225746 {0x1F59E,"SIDEWAYS WHITE UP POINTING INDEX"},
25747 {0x1F918,"SIGN OF THE HORNS"},
25748 {0x1DA37,"SIGNWRITING AIR BLOW SMALL ROTATIONS"},
25749 {0x1DA35,"SIGNWRITING AIR BLOWING OUT"},
25750 {0x1DA38,"SIGNWRITING AIR SUCK SMALL ROTATIONS"},
25751 {0x1DA36,"SIGNWRITING AIR SUCKING IN"},
25752 {0x1DA3A,"SIGNWRITING BREATH EXHALE"},
25753 {0x1DA39,"SIGNWRITING BREATH INHALE"},
25754 {0x1D910,"SIGNWRITING BRUSH BETWEEN"},
25755 {0x1D90F,"SIGNWRITING BRUSH MULTIPLE"},
25756 {0x1D90E,"SIGNWRITING BRUSH SINGLE"},
25757 {0x1DA2B,"SIGNWRITING CHEEKS NEUTRAL"},
25758 {0x1DA2A,"SIGNWRITING CHEEKS PUFFED"},
25759 {0x1DA2C,"SIGNWRITING CHEEKS SUCKED"},
25760 {0x1DA8A,"SIGNWRITING COLON"},
25761 {0x1DA87,"SIGNWRITING COMMA"},
25762 {0x1DA0E,"SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL"},
25763 {0x1DA0D,"SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN"},
25764 {0x1DA10,"SIGNWRITING DREAMY EYEBROWS NEUTRAL UP"},
25765 {0x1DA0F,"SIGNWRITING DREAMY EYEBROWS UP NEUTRAL"},
25766 {0x1D9F6,"SIGNWRITING DYNAMIC ARROWHEAD LARGE"},
25767 {0x1D9F5,"SIGNWRITING DYNAMIC ARROWHEAD SMALL"},
25768 {0x1D9FD,"SIGNWRITING DYNAMIC EVERY OTHER TIME"},
25769 {0x1D9F7,"SIGNWRITING DYNAMIC FAST"},
25770 {0x1D9FE,"SIGNWRITING DYNAMIC GRADUAL"},
25771 {0x1D9FA,"SIGNWRITING DYNAMIC RELAXED"},
25772 {0x1D9FB,"SIGNWRITING DYNAMIC SIMULTANEOUS"},
25773 {0x1D9FC,"SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING"},
25774 {0x1D9F8,"SIGNWRITING DYNAMIC SLOW"},
25775 {0x1D9F9,"SIGNWRITING DYNAMIC TENSE"},
25776 {0x1DA30,"SIGNWRITING EARS"},
25777 {0x1DA6C,"SIGNWRITING EXCITEMENT"},
25778 {0x1DA18,"SIGNWRITING EYE BLINK MULTIPLE"},
25779 {0x1DA17,"SIGNWRITING EYE BLINK SINGLE"},
25780 {0x1DA1D,"SIGNWRITING EYE WINK"},
25781 {0x1DA0C,"SIGNWRITING EYEBROWS STRAIGHT DOWN"},
25782 {0x1DA0B,"SIGNWRITING EYEBROWS STRAIGHT NEUTRAL"},
25783 {0x1DA0A,"SIGNWRITING EYEBROWS STRAIGHT UP"},
25784 {0x1DA28,"SIGNWRITING EYEGAZE-FLOORPLANE CURVED"},
25785 {0x1DA24,"SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT"},
25786 {0x1DA26,"SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING"},
25787 {0x1DA25,"SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE"},
25788 {0x1DA29,"SIGNWRITING EYEGAZE-WALLPLANE CIRCLING"},
25789 {0x1DA27,"SIGNWRITING EYEGAZE-WALLPLANE CURVED"},
25790 {0x1DA21,"SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT"},
25791 {0x1DA23,"SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING"},
25792 {0x1DA22,"SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE"},
25793 {0x1DA1F,"SIGNWRITING EYELASHES DOWN"},
25794 {0x1DA20,"SIGNWRITING EYELASHES FLUTTERING"},
25795 {0x1DA1E,"SIGNWRITING EYELASHES UP"},
25796 {0x1DA16,"SIGNWRITING EYES CLOSED"},
25797 {0x1DA1B,"SIGNWRITING EYES HALF CLOSED"},
25798 {0x1DA19,"SIGNWRITING EYES HALF OPEN"},
25799 {0x1DA14,"SIGNWRITING EYES OPEN"},
25800 {0x1DA15,"SIGNWRITING EYES SQUEEZED"},
25801 {0x1DA1A,"SIGNWRITING EYES WIDE OPEN"},
25802 {0x1DA1C,"SIGNWRITING EYES WIDENING MOVEMENT"},
25803 {0x1DA07,"SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING"},
25804 {0x1DA08,"SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN"},
25805 {0x1DA09,"SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING"},
25806 {0x1DA9B,"SIGNWRITING FILL MODIFIER-2"},
25807 {0x1DA9C,"SIGNWRITING FILL MODIFIER-3"},
25808 {0x1DA9D,"SIGNWRITING FILL MODIFIER-4"},
25809 {0x1DA9E,"SIGNWRITING FILL MODIFIER-5"},
25810 {0x1DA9F,"SIGNWRITING FILL MODIFIER-6"},
25811 {0x1DA7E,"SIGNWRITING FINGER"},
25812 {0x1D91D,"SIGNWRITING FLICK LARGE MULTIPLE"},
25813 {0x1D91B,"SIGNWRITING FLICK LARGE SINGLE"},
25814 {0x1D91F,"SIGNWRITING FLICK SEQUENTIAL"},
25815 {0x1D91E,"SIGNWRITING FLICK SMALL MULTIPLE"},
25816 {0x1D91C,"SIGNWRITING FLICK SMALL SINGLE"},
25817 {0x1DA70,"SIGNWRITING FLOORPLANE SHOULDER HIP MOVE"},
25818 {0x1DA12,"SIGNWRITING FOREHEAD CONTACT"},
25819 {0x1DA11,"SIGNWRITING FOREHEAD NEUTRAL"},
25820 {0x1DA13,"SIGNWRITING FOREHEAD WRINKLED"},
25821 {0x1DA88,"SIGNWRITING FULL STOP"},
25822 {0x1D90A,"SIGNWRITING GRASP BETWEEN"},
25823 {0x1D909,"SIGNWRITING GRASP MULTIPLE"},
25824 {0x1D908,"SIGNWRITING GRASP SINGLE"},
25825 {0x1DA6B,"SIGNWRITING HAIR"},
25826 {0x1D885,"SIGNWRITING HAND-ANGLE"},
25827 {0x1D805,"SIGNWRITING HAND-ANGLE INDEX"},
25828 {0x1D8A8,"SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE"},
25829 {0x1D889,"SIGNWRITING HAND-ANGLE INDEX MIDDLE RING"},
25830 {0x1D8C3,"SIGNWRITING HAND-ANGLE INDEX RING LITTLE"},
25831 {0x1D8C2,"SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT"},
25832 {0x1D8F4,"SIGNWRITING HAND-ANGLE INDEX THUMB"},
25833 {0x1D8F3,"SIGNWRITING HAND-ANGLE INDEX THUMB IN"},
25834 {0x1D8F2,"SIGNWRITING HAND-ANGLE INDEX THUMB OUT"},
25835 {0x1D8A3,"SIGNWRITING HAND-ANGLE LITTLE INDEX"},
25836 {0x1D89F,"SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB"},
25837 {0x1D89E,"SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT"},
25838 {0x1D896,"SIGNWRITING HAND-ANGLE LITTLE UP"},
25839 {0x1D8D4,"SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE"},
25840 {0x1D8D3,"SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN"},
25841 {0x1D8D2,"SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT"},
25842 {0x1D8AD,"SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS"},
25843 {0x1D8B3,"SIGNWRITING HAND-ANGLE RING LITTLE"},
25844 {0x1D876,"SIGNWRITING HAND-CIRCLE"},
25845 {0x1D801,"SIGNWRITING HAND-CIRCLE INDEX"},
25846 {0x1D807,"SIGNWRITING HAND-CIRCLE INDEX BENT"},
25847 {0x1D80D,"SIGNWRITING HAND-CIRCLE INDEX HINGE"},
25848 {0x1D80F,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE"},
25849 {0x1D8AA,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE"},
25850 {0x1D81B,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED"},
25851 {0x1D8A5,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE"},
25852 {0x1D887,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING"},
25853 {0x1D81F,"SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB"},
25854 {0x1D8BB,"SIGNWRITING HAND-CIRCLE INDEX RING LITTLE"},
25855 {0x1D8A1,"SIGNWRITING HAND-CIRCLE LITTLE INDEX"},
25856 {0x1D894,"SIGNWRITING HAND-CIRCLE LITTLE UP"},
25857 {0x1D8CE,"SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE"},
25858 {0x1D8D5,"SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT"},
25859 {0x1D8C7,"SIGNWRITING HAND-CIRCLE MIDDLE UP"},
25860 {0x1D8B1,"SIGNWRITING HAND-CIRCLE RING LITTLE"},
25861 {0x1D866,"SIGNWRITING HAND-CLAW"},
25862 {0x1D849,"SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED"},
25863 {0x1D8E9,"SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE"},
25864 {0x1D8D6,"SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED"},
25865 {0x1D8D7,"SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE"},
25866 {0x1D868,"SIGNWRITING HAND-CLAW NO THUMB"},
25867 {0x1D869,"SIGNWRITING HAND-CLAW THUMB FORWARD"},
25868 {0x1D867,"SIGNWRITING HAND-CLAW THUMB SIDE"},
25869 {0x1D86D,"SIGNWRITING HAND-CUP"},
25870 {0x1D853,"SIGNWRITING HAND-CUP FIVE FINGERS SPREAD"},
25871 {0x1D854,"SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN"},
25872 {0x1D802,"SIGNWRITING HAND-CUP INDEX"},
25873 {0x1D8C0,"SIGNWRITING HAND-CUP INDEX RING LITTLE"},
25874 {0x1D8EC,"SIGNWRITING HAND-CUP INDEX THUMB"},
25875 {0x1D8ED,"SIGNWRITING HAND-CUP INDEX THUMB OPEN"},
25876 {0x1D8D0,"SIGNWRITING HAND-CUP MIDDLE RING LITTLE"},
25877 {0x1D871,"SIGNWRITING HAND-CUP NO THUMB"},
25878 {0x1D86C,"SIGNWRITING HAND-CUP OPEN"},
25879 {0x1D870,"SIGNWRITING HAND-CUP OPEN NO THUMB"},
25880 {0x1D872,"SIGNWRITING HAND-CUP OPEN THUMB FORWARD"},
25881 {0x1D86E,"SIGNWRITING HAND-CUP OPEN THUMB SIDE"},
25882 {0x1D873,"SIGNWRITING HAND-CUP THUMB FORWARD"},
25883 {0x1D86F,"SIGNWRITING HAND-CUP THUMB SIDE"},
25884 {0x1D875,"SIGNWRITING HAND-CURLICUE"},
25885 {0x1D8BC,"SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON"},
25886 {0x1D8CF,"SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON"},
25887 {0x1D874,"SIGNWRITING HAND-CURLICUE OPEN"},
25888 {0x1D903,"SIGNWRITING HAND-FIST"},
25889 {0x1D84A,"SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT"},
25890 {0x1D904,"SIGNWRITING HAND-FIST HEEL"},
25891 {0x1D800,"SIGNWRITING HAND-FIST INDEX"},
25892 {0x1D806,"SIGNWRITING HAND-FIST INDEX BENT"},
25893 {0x1D81D,"SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE"},
25894 {0x1D80A,"SIGNWRITING HAND-FIST INDEX CUPPED"},
25895 {0x1D80B,"SIGNWRITING HAND-FIST INDEX HINGED"},
25896 {0x1D80C,"SIGNWRITING HAND-FIST INDEX HINGED LOW"},
25897 {0x1D814,"SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP"},
25898 {0x1D826,"SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE"},
25899 {0x1D80E,"SIGNWRITING HAND-FIST INDEX MIDDLE"},
25900 {0x1D810,"SIGNWRITING HAND-FIST INDEX MIDDLE BENT"},
25901 {0x1D821,"SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT"},
25902 {0x1D815,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED"},
25903 {0x1D818,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED"},
25904 {0x1D835,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD"},
25905 {0x1D819,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED"},
25906 {0x1D832,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE"},
25907 {0x1D816,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT"},
25908 {0x1D817,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT"},
25909 {0x1D834,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD"},
25910 {0x1D82D,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE"},
25911 {0x1D82F,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT"},
25912 {0x1D82E,"SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED"},
25913 {0x1D8A9,"SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE"},
25914 {0x1D81A,"SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED"},
25915 {0x1D833,"SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE"},
25916 {0x1D812,"SIGNWRITING HAND-FIST INDEX MIDDLE HINGED"},
25917 {0x1D823,"SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE"},
25918 {0x1D8A4,"SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE"},
25919 {0x1D811,"SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES"},
25920 {0x1D886,"SIGNWRITING HAND-FIST INDEX MIDDLE RING"},
25921 {0x1D88B,"SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT"},
25922 {0x1D88C,"SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED"},
25923 {0x1D820,"SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT"},
25924 {0x1D81E,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB"},
25925 {0x1D83F,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED"},
25926 {0x1D83E,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT"},
25927 {0x1D822,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT"},
25928 {0x1D829,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED"},
25929 {0x1D83D,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED"},
25930 {0x1D828,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED"},
25931 {0x1D82B,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED"},
25932 {0x1D82A,"SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED"},
25933 {0x1D827,"SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD"},
25934 {0x1D809,"SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE"},
25935 {0x1D8BA,"SIGNWRITING HAND-FIST INDEX RING LITTLE"},
25936 {0x1D83B,"SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP"},
25937 {0x1D83A,"SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP"},
25938 {0x1D8EB,"SIGNWRITING HAND-FIST INDEX THUMB CIRCLE"},
25939 {0x1D83C,"SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP"},
25940 {0x1D837,"SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP"},
25941 {0x1D8E7,"SIGNWRITING HAND-FIST INDEX THUMB CURLICUE"},
25942 {0x1D8E8,"SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE"},
25943 {0x1D8EA,"SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER"},
25944 {0x1D8E5,"SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT"},
25945 {0x1D8E4,"SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT"},
25946 {0x1D8E6,"SIGNWRITING HAND-FIST INDEX THUMB HOOK"},
25947 {0x1D843,"SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED"},
25948 {0x1D831,"SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP"},
25949 {0x1D8DC,"SIGNWRITING HAND-FIST INDEX THUMB SIDE"},
25950 {0x1D8E2,"SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT"},
25951 {0x1D8E1,"SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT"},
25952 {0x1D8E3,"SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE"},
25953 {0x1D8E0,"SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT"},
25954 {0x1D8DF,"SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED"},
25955 {0x1D8DE,"SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL"},
25956 {0x1D813,"SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED"},
25957 {0x1D825,"SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED"},
25958 {0x1D824,"SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE"},
25959 {0x1D898,"SIGNWRITING HAND-FIST LITTLE BENT"},
25960 {0x1D88E,"SIGNWRITING HAND-FIST LITTLE DOWN"},
25961 {0x1D891,"SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED"},
25962 {0x1D890,"SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED"},
25963 {0x1D88F,"SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT"},
25964 {0x1D8A0,"SIGNWRITING HAND-FIST LITTLE INDEX"},
25965 {0x1D89C,"SIGNWRITING HAND-FIST LITTLE INDEX THUMB"},
25966 {0x1D897,"SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE"},
25967 {0x1D89A,"SIGNWRITING HAND-FIST LITTLE THUMB"},
25968 {0x1D899,"SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB"},
25969 {0x1D892,"SIGNWRITING HAND-FIST LITTLE UP"},
25970 {0x1D81C,"SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX"},
25971 {0x1D8C4,"SIGNWRITING HAND-FIST MIDDLE DOWN"},
25972 {0x1D8CC,"SIGNWRITING HAND-FIST MIDDLE LITTLE"},
25973 {0x1D8C8,"SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE"},
25974 {0x1D8CD,"SIGNWRITING HAND-FIST MIDDLE RING LITTLE"},
25975 {0x1D842,"SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP"},
25976 {0x1D841,"SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED"},
25977 {0x1D840,"SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP"},
25978 {0x1D839,"SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED"},
25979 {0x1D838,"SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP"},
25980 {0x1D836,"SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP"},
25981 {0x1D830,"SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP"},
25982 {0x1D8CB,"SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE"},
25983 {0x1D8C6,"SIGNWRITING HAND-FIST MIDDLE UP"},
25984 {0x1D8C9,"SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE"},
25985 {0x1D8AB,"SIGNWRITING HAND-FIST RING DOWN"},
25986 {0x1D8B7,"SIGNWRITING HAND-FIST RING INDEX"},
25987 {0x1D8B0,"SIGNWRITING HAND-FIST RING LITTLE"},
25988 {0x1D8B4,"SIGNWRITING HAND-FIST RING MIDDLE"},
25989 {0x1D8B5,"SIGNWRITING HAND-FIST RING MIDDLE CONJOINED"},
25990 {0x1D8B6,"SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES"},
25991 {0x1D8AF,"SIGNWRITING HAND-FIST RING RAISED KNUCKLE"},
25992 {0x1D8B8,"SIGNWRITING HAND-FIST RING THUMB"},
25993 {0x1D8AE,"SIGNWRITING HAND-FIST RING UP"},
25994 {0x1D8F5,"SIGNWRITING HAND-FIST THUMB"},
25995 {0x1D8FB,"SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE"},
25996 {0x1D82C,"SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT"},
25997 {0x1D8FC,"SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING"},
25998 {0x1D8FD,"SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE"},
25999 {0x1D8FA,"SIGNWRITING HAND-FIST THUMB FORWARD"},
26000 {0x1D8F6,"SIGNWRITING HAND-FIST THUMB HEEL"},
26001 {0x1D902,"SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES"},
26002 {0x1D8FF,"SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS"},
26003 {0x1D8F9,"SIGNWRITING HAND-FIST THUMB SIDE BENT"},
26004 {0x1D8F8,"SIGNWRITING HAND-FIST THUMB SIDE CONJOINED"},
26005 {0x1D8F7,"SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL"},
26006 {0x1D901,"SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS"},
26007 {0x1D808,"SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT"},
26008 {0x1D893,"SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP"},
26009 {0x1D900,"SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS"},
26010 {0x1D8FE,"SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS"},
26011 {0x1D85A,"SIGNWRITING HAND-FLAT"},
26012 {0x1D85B,"SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS"},
26013 {0x1D84C,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD"},
26014 {0x1D850,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT"},
26015 {0x1D84E,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT"},
26016 {0x1D857,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED"},
26017 {0x1D859,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB"},
26018 {0x1D858,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE"},
26019 {0x1D852,"SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD"},
26020 {0x1D844,"SIGNWRITING HAND-FLAT FOUR FINGERS"},
26021 {0x1D845,"SIGNWRITING HAND-FLAT FOUR FINGERS BENT"},
26022 {0x1D847,"SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED"},
26023 {0x1D848,"SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT"},
26024 {0x1D846,"SIGNWRITING HAND-FLAT FOUR FINGERS HINGED"},
26025 {0x1D85C,"SIGNWRITING HAND-FLAT HEEL"},
26026 {0x1D84D,"SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD"},
26027 {0x1D851,"SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT"},
26028 {0x1D84F,"SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT"},
26029 {0x1D85E,"SIGNWRITING HAND-FLAT HEEL THUMB SIDE"},
26030 {0x1D862,"SIGNWRITING HAND-FLAT SPLIT CENTRE"},
26031 {0x1D863,"SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE"},
26032 {0x1D864,"SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT"},
26033 {0x1D861,"SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE"},
26034 {0x1D865,"SIGNWRITING HAND-FLAT SPLIT LITTLE"},
26035 {0x1D85F,"SIGNWRITING HAND-FLAT THUMB BENT"},
26036 {0x1D860,"SIGNWRITING HAND-FLAT THUMB FORWARD"},
26037 {0x1D85D,"SIGNWRITING HAND-FLAT THUMB SIDE"},
26038 {0x1D87D,"SIGNWRITING HAND-HINGE"},
26039 {0x1D855,"SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN"},
26040 {0x1D84B,"SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED"},
26041 {0x1D804,"SIGNWRITING HAND-HINGE INDEX"},
26042 {0x1D8DB,"SIGNWRITING HAND-HINGE INDEX HINGED"},
26043 {0x1D8A6,"SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE"},
26044 {0x1D888,"SIGNWRITING HAND-HINGE INDEX MIDDLE RING"},
26045 {0x1D88D,"SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED"},
26046 {0x1D8C1,"SIGNWRITING HAND-HINGE INDEX RING LITTLE"},
26047 {0x1D8F0,"SIGNWRITING HAND-HINGE INDEX THUMB"},
26048 {0x1D8EF,"SIGNWRITING HAND-HINGE INDEX THUMB LARGE"},
26049 {0x1D8EE,"SIGNWRITING HAND-HINGE INDEX THUMB OPEN"},
26050 {0x1D8DD,"SIGNWRITING HAND-HINGE INDEX THUMB SIDE"},
26051 {0x1D8F1,"SIGNWRITING HAND-HINGE INDEX THUMB SMALL"},
26052 {0x1D88A,"SIGNWRITING HAND-HINGE LITTLE"},
26053 {0x1D8A2,"SIGNWRITING HAND-HINGE LITTLE INDEX"},
26054 {0x1D89D,"SIGNWRITING HAND-HINGE LITTLE INDEX THUMB"},
26055 {0x1D89B,"SIGNWRITING HAND-HINGE LITTLE THUMB"},
26056 {0x1D8C5,"SIGNWRITING HAND-HINGE MIDDLE"},
26057 {0x1D8D1,"SIGNWRITING HAND-HINGE MIDDLE RING LITTLE"},
26058 {0x1D882,"SIGNWRITING HAND-HINGE NO THUMB"},
26059 {0x1D87B,"SIGNWRITING HAND-HINGE OPEN"},
26060 {0x1D881,"SIGNWRITING HAND-HINGE OPEN NO THUMB"},
26061 {0x1D87C,"SIGNWRITING HAND-HINGE OPEN THUMB FORWARD"},
26062 {0x1D87F,"SIGNWRITING HAND-HINGE OPEN THUMB SIDE"},
26063 {0x1D8A7,"SIGNWRITING HAND-HINGE RING"},
26064 {0x1D8AC,"SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE"},
26065 {0x1D87E,"SIGNWRITING HAND-HINGE SMALL"},
26066 {0x1D884,"SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING"},
26067 {0x1D880,"SIGNWRITING HAND-HINGE THUMB SIDE"},
26068 {0x1D883,"SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX"},
26069 {0x1D86B,"SIGNWRITING HAND-HOOK"},
26070 {0x1D86A,"SIGNWRITING HAND-HOOK CURLICUE"},
26071 {0x1D8BE,"SIGNWRITING HAND-HOOK INDEX RING LITTLE IN"},
26072 {0x1D8BD,"SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT"},
26073 {0x1D8BF,"SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER"},
26074 {0x1D8DA,"SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED"},
26075 {0x1D8D9,"SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN"},
26076 {0x1D8D8,"SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT"},
26077 {0x1D8CA,"SIGNWRITING HAND-HOOK MIDDLE THUMB"},
26078 {0x1D8B9,"SIGNWRITING HAND-HOOK RING THUMB"},
26079 {0x1D877,"SIGNWRITING HAND-OVAL"},
26080 {0x1D856,"SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD"},
26081 {0x1D803,"SIGNWRITING HAND-OVAL INDEX"},
26082 {0x1D895,"SIGNWRITING HAND-OVAL LITTLE UP"},
26083 {0x1D879,"SIGNWRITING HAND-OVAL NO THUMB"},
26084 {0x1D8B2,"SIGNWRITING HAND-OVAL RING LITTLE"},
26085 {0x1D87A,"SIGNWRITING HAND-OVAL THUMB FORWARD"},
26086 {0x1D878,"SIGNWRITING HAND-OVAL THUMB SIDE"},
26087 {0x1D9FF,"SIGNWRITING HEAD"},
26088 {0x1DA06,"SIGNWRITING HEAD MOVEMENT CIRCLE"},
26089 {0x1DA05,"SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE"},
26090 {0x1DA03,"SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT"},
26091 {0x1DA04,"SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE"},
26092 {0x1DA01,"SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT"},
26093 {0x1DA02,"SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT"},
26094 {0x1DA00,"SIGNWRITING HEAD RIM"},
26095 {0x1DA76,"SIGNWRITING LIMB COMBINATION"},
26096 {0x1DA77,"SIGNWRITING LIMB LENGTH-1"},
26097 {0x1DA78,"SIGNWRITING LIMB LENGTH-2"},
26098 {0x1DA79,"SIGNWRITING LIMB LENGTH-3"},
26099 {0x1DA7A,"SIGNWRITING LIMB LENGTH-4"},
26100 {0x1DA7B,"SIGNWRITING LIMB LENGTH-5"},
26101 {0x1DA7C,"SIGNWRITING LIMB LENGTH-6"},
26102 {0x1DA7D,"SIGNWRITING LIMB LENGTH-7"},
26103 {0x1DA54,"SIGNWRITING LIP LOWER OVER UPPER"},
26104 {0x1DA55,"SIGNWRITING LIP UPPER OVER LOWER"},
26105 {0x1DA53,"SIGNWRITING LIPS PRESSED TOGETHER"},
26106 {0x1DA83,"SIGNWRITING LOCATION DEPTH"},
26107 {0x1DA84,"SIGNWRITING LOCATION HEAD NECK"},
26108 {0x1DA81,"SIGNWRITING LOCATION HEIGHT"},
26109 {0x1DA86,"SIGNWRITING LOCATION LIMBS DIGITS"},
26110 {0x1DA85,"SIGNWRITING LOCATION TORSO"},
26111 {0x1DA82,"SIGNWRITING LOCATION WIDTH"},
26112 {0x1DA80,"SIGNWRITING LOCATION-FLOORPLANE SPACE"},
26113 {0x1DA7F,"SIGNWRITING LOCATION-WALLPLANE SPACE"},
26114 {0x1DA3D,"SIGNWRITING MOUTH CLOSED CONTACT"},
26115 {0x1DA3C,"SIGNWRITING MOUTH CLOSED FORWARD"},
26116 {0x1DA3B,"SIGNWRITING MOUTH CLOSED NEUTRAL"},
26117 {0x1DA56,"SIGNWRITING MOUTH CORNERS"},
26118 {0x1DA41,"SIGNWRITING MOUTH FROWN"},
26119 {0x1DA43,"SIGNWRITING MOUTH FROWN OPEN"},
26120 {0x1DA42,"SIGNWRITING MOUTH FROWN WRINKLED"},
26121 {0x1DA4D,"SIGNWRITING MOUTH KISS"},
26122 {0x1DA4E,"SIGNWRITING MOUTH KISS FORWARD"},
26123 {0x1DA4F,"SIGNWRITING MOUTH KISS WRINKLED"},
26124 {0x1DA44,"SIGNWRITING MOUTH OPEN CIRCLE"},
26125 {0x1DA45,"SIGNWRITING MOUTH OPEN FORWARD"},
26126 {0x1DA47,"SIGNWRITING MOUTH OPEN OVAL"},
26127 {0x1DA48,"SIGNWRITING MOUTH OPEN OVAL WRINKLED"},
26128 {0x1DA49,"SIGNWRITING MOUTH OPEN OVAL YAWN"},
26129 {0x1DA4A,"SIGNWRITING MOUTH OPEN RECTANGLE"},
26130 {0x1DA4B,"SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED"},
26131 {0x1DA4C,"SIGNWRITING MOUTH OPEN RECTANGLE YAWN"},
26132 {0x1DA46,"SIGNWRITING MOUTH OPEN WRINKLED"},
26133 {0x1DA3E,"SIGNWRITING MOUTH SMILE"},
26134 {0x1DA40,"SIGNWRITING MOUTH SMILE OPEN"},
26135 {0x1DA3F,"SIGNWRITING MOUTH SMILE WRINKLED"},
26136 {0x1DA50,"SIGNWRITING MOUTH TENSE"},
26137 {0x1DA51,"SIGNWRITING MOUTH TENSE FORWARD"},
26138 {0x1DA52,"SIGNWRITING MOUTH TENSE SUCKED"},
26139 {0x1DA58,"SIGNWRITING MOUTH WRINKLES DOUBLE"},
26140 {0x1DA57,"SIGNWRITING MOUTH WRINKLES SINGLE"},
26141 {0x1D957,"SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE"},
26142 {0x1D958,"SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST"},
26143 {0x1D956,"SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM"},
26144 {0x1D955,"SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL"},
26145 {0x1D95F,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE"},
26146 {0x1D960,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST"},
26147 {0x1D95E,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM"},
26148 {0x1D95D,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL"},
26149 {0x1D963,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE"},
26150 {0x1D964,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST"},
26151 {0x1D962,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM"},
26152 {0x1D961,"SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL"},
26153 {0x1D95B,"SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE"},
26154 {0x1D95C,"SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST"},
26155 {0x1D95A,"SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM"},
26156 {0x1D959,"SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL"},
26157 {0x1D9EC,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE"},
26158 {0x1D9E9,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE"},
26159 {0x1D9EB,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE"},
26160 {0x1D9E8,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE"},
26161 {0x1D9EA,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE"},
26162 {0x1D9E7,"SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE"},
26163 {0x1D973,"SIGNWRITING MOVEMENT-FLOORPLANE BEND"},
26164 {0x1D97A,"SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE"},
26165 {0x1D979,"SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM"},
26166 {0x1D978,"SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL"},
26167 {0x1D977,"SIGNWRITING MOVEMENT-FLOORPLANE CHECK"},
26168 {0x1D976,"SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE"},
26169 {0x1D975,"SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM"},
26170 {0x1D974,"SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL"},
26171 {0x1D96E,"SIGNWRITING MOVEMENT-FLOORPLANE CROSS"},
26172 {0x1D9D9,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED"},
26173 {0x1D9B8,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE"},
26174 {0x1D9B7,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL"},
26175 {0x1D9C7,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE"},
26176 {0x1D9C6,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL"},
26177 {0x1D9D7,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE"},
26178 {0x1D9D8,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST"},
26179 {0x1D9D6,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM"},
26180 {0x1D9D5,"SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL"},
26181 {0x1D96C,"SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING"},
26182 {0x1D96D,"SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX"},
26183 {0x1D96A,"SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT"},
26184 {0x1D96B,"SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX"},
26185 {0x1D9F4,"SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE"},
26186 {0x1D9F3,"SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE"},
26187 {0x1D929,"SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT"},
26188 {0x1D9BA,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE"},
26189 {0x1D9BC,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE"},
26190 {0x1D9B9,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE"},
26191 {0x1D9BB,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE"},
26192 {0x1D9C9,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE"},
26193 {0x1D9C8,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE"},
26194 {0x1D9CB,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE"},
26195 {0x1D9CA,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE"},
26196 {0x1D9DA,"SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL"},
26197 {0x1DA69,"SIGNWRITING MOVEMENT-FLOORPLANE JAW"},
26198 {0x1D9C0,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE"},
26199 {0x1D9BE,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE"},
26200 {0x1D9BF,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE"},
26201 {0x1D9BD,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE"},
26202 {0x1D9CF,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE"},
26203 {0x1D9CD,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE"},
26204 {0x1D9CE,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE"},
26205 {0x1D9CC,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE"},
26206 {0x1D9DB,"SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL"},
26207 {0x1D980,"SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE"},
26208 {0x1D97F,"SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM"},
26209 {0x1D97E,"SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL"},
26210 {0x1D9E2,"SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL"},
26211 {0x1D967,"SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE"},
26212 {0x1D968,"SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST"},
26213 {0x1D966,"SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM"},
26214 {0x1D965,"SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL"},
26215 {0x1D969,"SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX"},
26216 {0x1D971,"SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT"},
26217 {0x1D972,"SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX"},
26218 {0x1D96F,"SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT"},
26219 {0x1D970,"SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX"},
26220 {0x1D9C2,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE"},
26221 {0x1D9C1,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL"},
26222 {0x1D9D1,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE"},
26223 {0x1D9D0,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL"},
26224 {0x1D9DE,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE"},
26225 {0x1D9DD,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL"},
26226 {0x1D9DC,"SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE"},
26227 {0x1D9F0,"SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE"},
26228 {0x1D9EF,"SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE"},
26229 {0x1D97D,"SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE"},
26230 {0x1D97C,"SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM"},
26231 {0x1D97B,"SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL"},
26232 {0x1D924,"SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL"},
26233 {0x1D927,"SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS"},
26234 {0x1D925,"SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE"},
26235 {0x1D926,"SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL"},
26236 {0x1D921,"SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE"},
26237 {0x1D922,"SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL"},
26238 {0x1D923,"SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL"},
26239 {0x1D9E6,"SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE"},
26240 {0x1D9E4,"SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE"},
26241 {0x1D9E5,"SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE"},
26242 {0x1D9E3,"SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE"},
26243 {0x1D93A,"SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE"},
26244 {0x1D939,"SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM"},
26245 {0x1D938,"SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL"},
26246 {0x1D944,"SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE"},
26247 {0x1D943,"SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM"},
26248 {0x1D942,"SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL"},
26249 {0x1D941,"SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE"},
26250 {0x1D940,"SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM"},
26251 {0x1D93F,"SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL"},
26252 {0x1D93D,"SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE"},
26253 {0x1D93C,"SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM"},
26254 {0x1D93E,"SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION"},
26255 {0x1D93B,"SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL"},
26256 {0x1D933,"SIGNWRITING MOVEMENT-WALLPLANE CROSS"},
26257 {0x1D98E,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE"},
26258 {0x1D98F,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST"},
26259 {0x1D98D,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM"},
26260 {0x1D98C,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL"},
26261 {0x1D9AD,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST"},
26262 {0x1D9A6,"SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL"},
26263 {0x1D98A,"SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE"},
26264 {0x1D98B,"SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST"},
26265 {0x1D989,"SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM"},
26266 {0x1D988,"SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL"},
26267 {0x1D99F,"SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT"},
26268 {0x1D991,"SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM"},
26269 {0x1D990,"SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL"},
26270 {0x1D9A1,"SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM"},
26271 {0x1D9A0,"SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL"},
26272 {0x1D931,"SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING"},
26273 {0x1D932,"SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX"},
26274 {0x1D92F,"SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT"},
26275 {0x1D930,"SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX"},
26276 {0x1D9F2,"SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE"},
26277 {0x1D9F1,"SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE"},
26278 {0x1D928,"SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT"},
26279 {0x1D9AE,"SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST"},
26280 {0x1D9A7,"SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL"},
26281 {0x1D994,"SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE"},
26282 {0x1D993,"SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM"},
26283 {0x1D992,"SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL"},
26284 {0x1DA68,"SIGNWRITING MOVEMENT-WALLPLANE JAW"},
26285 {0x1D9AF,"SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST"},
26286 {0x1D9A8,"SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL"},
26287 {0x1D997,"SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE"},
26288 {0x1D996,"SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM"},
26289 {0x1D995,"SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL"},
26290 {0x1D998,"SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE"},
26291 {0x1D94A,"SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE"},
26292 {0x1D949,"SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM"},
26293 {0x1D948,"SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL"},
26294 {0x1D9A5,"SIGNWRITING MOVEMENT-WALLPLANE SHAKING"},
26295 {0x1D92C,"SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE"},
26296 {0x1D92D,"SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST"},
26297 {0x1D92B,"SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM"},
26298 {0x1D92A,"SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL"},
26299 {0x1D92E,"SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX"},
26300 {0x1D936,"SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING"},
26301 {0x1D937,"SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX"},
26302 {0x1D934,"SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT"},
26303 {0x1D935,"SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX"},
26304 {0x1D99B,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE"},
26305 {0x1D99A,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM"},
26306 {0x1D999,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL"},
26307 {0x1D99E,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE"},
26308 {0x1D99D,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM"},
26309 {0x1D99C,"SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL"},
26310 {0x1D9B6,"SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE"},
26311 {0x1D9B5,"SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM"},
26312 {0x1D9B4,"SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL"},
26313 {0x1D9B0,"SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST"},
26314 {0x1D9A9,"SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL"},
26315 {0x1D9EE,"SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE"},
26316 {0x1D9ED,"SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE"},
26317 {0x1D947,"SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE"},
26318 {0x1D946,"SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM"},
26319 {0x1D945,"SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL"},
26320 {0x1DA6A,"SIGNWRITING NECK"},
26321 {0x1DA32,"SIGNWRITING NOSE CONTACT"},
26322 {0x1DA31,"SIGNWRITING NOSE NEUTRAL"},
26323 {0x1DA34,"SIGNWRITING NOSE WIGGLES"},
26324 {0x1DA33,"SIGNWRITING NOSE WRINKLES"},
26325 {0x1DA8B,"SIGNWRITING PARENTHESIS"},
26326 {0x1DAA9,"SIGNWRITING ROTATION MODIFIER-10"},
26327 {0x1DAAA,"SIGNWRITING ROTATION MODIFIER-11"},
26328 {0x1DAAB,"SIGNWRITING ROTATION MODIFIER-12"},
26329 {0x1DAAC,"SIGNWRITING ROTATION MODIFIER-13"},
26330 {0x1DAAD,"SIGNWRITING ROTATION MODIFIER-14"},
26331 {0x1DAAE,"SIGNWRITING ROTATION MODIFIER-15"},
26332 {0x1DAAF,"SIGNWRITING ROTATION MODIFIER-16"},
26333 {0x1DAA1,"SIGNWRITING ROTATION MODIFIER-2"},
26334 {0x1DAA2,"SIGNWRITING ROTATION MODIFIER-3"},
26335 {0x1DAA3,"SIGNWRITING ROTATION MODIFIER-4"},
26336 {0x1DAA4,"SIGNWRITING ROTATION MODIFIER-5"},
26337 {0x1DAA5,"SIGNWRITING ROTATION MODIFIER-6"},
26338 {0x1DAA6,"SIGNWRITING ROTATION MODIFIER-7"},
26339 {0x1DAA7,"SIGNWRITING ROTATION MODIFIER-8"},
26340 {0x1DAA8,"SIGNWRITING ROTATION MODIFIER-9"},
26341 {0x1D9E1,"SIGNWRITING ROTATION-FLOORPLANE ALTERNATING"},
26342 {0x1D9C5,"SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING"},
26343 {0x1D9D4,"SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR"},
26344 {0x1D9E0,"SIGNWRITING ROTATION-FLOORPLANE DOUBLE"},
26345 {0x1D9C4,"SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING"},
26346 {0x1D9D3,"SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR"},
26347 {0x1D9DF,"SIGNWRITING ROTATION-FLOORPLANE SINGLE"},
26348 {0x1D9C3,"SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING"},
26349 {0x1D9D2,"SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR"},
26350 {0x1D9A4,"SIGNWRITING ROTATION-WALLPLANE ALTERNATE"},
26351 {0x1D9B3,"SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST"},
26352 {0x1D9AC,"SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL"},
26353 {0x1D9A3,"SIGNWRITING ROTATION-WALLPLANE DOUBLE"},
26354 {0x1D9B2,"SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST"},
26355 {0x1D9AB,"SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL"},
26356 {0x1D9A2,"SIGNWRITING ROTATION-WALLPLANE SINGLE"},
26357 {0x1D9B1,"SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST"},
26358 {0x1D9AA,"SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL"},
26359 {0x1D913,"SIGNWRITING RUB BETWEEN"},
26360 {0x1D912,"SIGNWRITING RUB MULTIPLE"},
26361 {0x1D911,"SIGNWRITING RUB SINGLE"},
26362 {0x1DA89,"SIGNWRITING SEMICOLON"},
26363 {0x1DA6E,"SIGNWRITING SHOULDER HIP POSITIONS"},
26364 {0x1DA6D,"SIGNWRITING SHOULDER HIP SPINE"},
26365 {0x1DA71,"SIGNWRITING SHOULDER TILTING FROM WAIST"},
26366 {0x1D920,"SIGNWRITING SQUEEZE FLICK ALTERNATING"},
26367 {0x1D918,"SIGNWRITING SQUEEZE LARGE MULTIPLE"},
26368 {0x1D916,"SIGNWRITING SQUEEZE LARGE SINGLE"},
26369 {0x1D91A,"SIGNWRITING SQUEEZE SEQUENTIAL"},
26370 {0x1D919,"SIGNWRITING SQUEEZE SMALL MULTIPLE"},
26371 {0x1D917,"SIGNWRITING SQUEEZE SMALL SINGLE"},
26372 {0x1D90D,"SIGNWRITING STRIKE BETWEEN"},
26373 {0x1D90C,"SIGNWRITING STRIKE MULTIPLE"},
26374 {0x1D90B,"SIGNWRITING STRIKE SINGLE"},
26375 {0x1D915,"SIGNWRITING SURFACE BETWEEN"},
26376 {0x1D914,"SIGNWRITING SURFACE SYMBOLS"},
26377 {0x1DA61,"SIGNWRITING TEETH"},
26378 {0x1DA67,"SIGNWRITING TEETH BITE LIPS"},
26379 {0x1DA62,"SIGNWRITING TEETH MOVEMENT"},
26380 {0x1DA65,"SIGNWRITING TEETH ON LIPS"},
26381 {0x1DA66,"SIGNWRITING TEETH ON LIPS MOVEMENT"},
26382 {0x1DA63,"SIGNWRITING TEETH ON TONGUE"},
26383 {0x1DA64,"SIGNWRITING TEETH ON TONGUE MOVEMENT"},
26384 {0x1DA2D,"SIGNWRITING TENSE CHEEKS HIGH"},
26385 {0x1DA2F,"SIGNWRITING TENSE CHEEKS LOW"},
26386 {0x1DA2E,"SIGNWRITING TENSE CHEEKS MIDDLE"},
26387 {0x1DA60,"SIGNWRITING TONGUE CENTRE INSIDE MOUTH"},
26388 {0x1DA5F,"SIGNWRITING TONGUE CENTRE STICKING OUT"},
26389 {0x1DA5D,"SIGNWRITING TONGUE INSIDE MOUTH RELAXED"},
26390 {0x1DA5A,"SIGNWRITING TONGUE LICKING LIPS"},
26391 {0x1DA5E,"SIGNWRITING TONGUE MOVES AGAINST CHEEK"},
26392 {0x1DA59,"SIGNWRITING TONGUE STICKING OUT FAR"},
26393 {0x1DA5B,"SIGNWRITING TONGUE TIP BETWEEN LIPS"},
26394 {0x1DA5C,"SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH"},
26395 {0x1DA74,"SIGNWRITING TORSO-FLOORPLANE TWISTING"},
26396 {0x1DA73,"SIGNWRITING TORSO-WALLPLANE CURVED BEND"},
26397 {0x1DA72,"SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH"},
26398 {0x1D907,"SIGNWRITING TOUCH BETWEEN"},
26399 {0x1D906,"SIGNWRITING TOUCH MULTIPLE"},
26400 {0x1D905,"SIGNWRITING TOUCH SINGLE"},
26401 {0x1D983,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING"},
26402 {0x1D982,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE"},
26403 {0x1D981,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE"},
26404 {0x1D986,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING"},
26405 {0x1D985,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE"},
26406 {0x1D984,"SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE"},
26407 {0x1D987,"SIGNWRITING TRAVEL-FLOORPLANE SHAKING"},
26408 {0x1D953,"SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE"},
26409 {0x1D952,"SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE"},
26410 {0x1D954,"SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE"},
26411 {0x1D950,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING"},
26412 {0x1D94F,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE"},
26413 {0x1D94E,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE"},
26414 {0x1D94D,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING"},
26415 {0x1D94C,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE"},
26416 {0x1D94B,"SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE"},
26417 {0x1D951,"SIGNWRITING TRAVEL-WALLPLANE SHAKING"},
26418 {0x1DA75,"SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS"},
26419 {0x1DA6F,"SIGNWRITING WALLPLANE SHOULDER HIP MOVE"},
2245326420 {0x1F5FE,"SILHOUETTE OF JAPAN"},
2245426421 {0x2AA0,"SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN"},
2245526422 {0x2A9F,"SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN"},
2257726544 {0x1F52F,"SIX POINTED STAR WITH MIDDLE DOT"},
2257826545 {0x2006,"SIX-PER-EM SPACE"},
2257926546 {0x273A,"SIXTEEN POINTED ASTERISK"},
26547 {0x1F6F9,"SKATEBOARD"},
2258026548 {0x1F3BF,"SKI AND SKI BOOT"},
2258126549 {0x26F7,"SKIER"},
2258226550 {0x1F480,"SKULL"},
2258826556 {0x2B5A,"SLANTED NORTH ARROW WITH HOOKED HEAD"},
2258926557 {0x2B5C,"SLANTED NORTH ARROW WITH HORIZONTAL TAIL"},
2259026558 {0xA673,"SLAVONIC ASTERISK"},
26559 {0x1F6F7,"SLED"},
2259126560 {0x1F6CC,"SLEEPING ACCOMMODATION"},
2259226561 {0x1F634,"SLEEPING FACE"},
2259326562 {0x1F4A4,"SLEEPING SYMBOL"},
2266826637 {0x1F604,"SMILING FACE WITH OPEN MOUTH AND SMILING EYES"},
2266926638 {0x1F606,"SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES"},
2267026639 {0x1F60A,"SMILING FACE WITH SMILING EYES"},
26640 {0x1F92D,"SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH"},
26641 {0x1F970,"SMILING FACE WITH SMILING EYES AND THREE HEARTS"},
2267126642 {0x1F60E,"SMILING FACE WITH SUNGLASSES"},
2267226643 {0x1F60F,"SMIRKING FACE"},
2267326644 {0x1F6AC,"SMOKING SYMBOL"},
2267426645 {0x1F40C,"SNAIL"},
2267526646 {0x1F40D,"SNAKE"},
26647 {0x1F927,"SNEEZING FACE"},
2267626648 {0x1F3D4,"SNOW CAPPED MOUNTAIN"},
2267726649 {0x1F3C2,"SNOWBOARDER"},
2267826650 {0x2744,"SNOWFLAKE"},
2267926651 {0x2603,"SNOWMAN"},
2268026652 {0x26C4,"SNOWMAN WITHOUT SNOW"},
2268126653 {0x26BD,"SOCCER BALL"},
26654 {0x1F9E6,"SOCKS"},
2268226655 {0x00AD,"SOFT HYPHEN"},
2268326656 {0x1F366,"SOFT ICE CREAM"},
2268426657 {0x1F5AC,"SOFT SHELL FLOPPY DISK"},
26658 {0x1F94E,"SOFTBALL"},
2268526659 {0x2394,"SOFTWARE-FUNCTION SYMBOL"},
26660 {0x10F4A,"SOGDIAN COMBINING CURVE ABOVE"},
26661 {0x10F4B,"SOGDIAN COMBINING CURVE BELOW"},
26662 {0x10F48,"SOGDIAN COMBINING DOT ABOVE"},
26663 {0x10F46,"SOGDIAN COMBINING DOT BELOW"},
26664 {0x10F4C,"SOGDIAN COMBINING HOOK ABOVE"},
26665 {0x10F4D,"SOGDIAN COMBINING HOOK BELOW"},
26666 {0x10F4E,"SOGDIAN COMBINING LONG HOOK BELOW"},
26667 {0x10F4F,"SOGDIAN COMBINING RESH BELOW"},
26668 {0x10F50,"SOGDIAN COMBINING STROKE BELOW"},
26669 {0x10F49,"SOGDIAN COMBINING TWO DOTS ABOVE"},
26670 {0x10F47,"SOGDIAN COMBINING TWO DOTS BELOW"},
26671 {0x10F45,"SOGDIAN INDEPENDENT SHIN"},
26672 {0x10F30,"SOGDIAN LETTER ALEPH"},
26673 {0x10F3D,"SOGDIAN LETTER AYIN"},
26674 {0x10F31,"SOGDIAN LETTER BETH"},
26675 {0x10F43,"SOGDIAN LETTER FETH"},
26676 {0x10F32,"SOGDIAN LETTER GIMEL"},
26677 {0x10F33,"SOGDIAN LETTER HE"},
26678 {0x10F36,"SOGDIAN LETTER HETH"},
26679 {0x10F38,"SOGDIAN LETTER KAPH"},
26680 {0x10F39,"SOGDIAN LETTER LAMEDH"},
26681 {0x10F44,"SOGDIAN LETTER LESH"},
26682 {0x10F3A,"SOGDIAN LETTER MEM"},
26683 {0x10F3B,"SOGDIAN LETTER NUN"},
26684 {0x10F3E,"SOGDIAN LETTER PE"},
26685 {0x10F40,"SOGDIAN LETTER RESH-AYIN"},
26686 {0x10F3F,"SOGDIAN LETTER SADHE"},
26687 {0x10F3C,"SOGDIAN LETTER SAMEKH"},
26688 {0x10F41,"SOGDIAN LETTER SHIN"},
26689 {0x10F42,"SOGDIAN LETTER TAW"},
26690 {0x10F34,"SOGDIAN LETTER WAW"},
26691 {0x10F37,"SOGDIAN LETTER YODH"},
26692 {0x10F35,"SOGDIAN LETTER ZAYIN"},
26693 {0x10F51,"SOGDIAN NUMBER ONE"},
26694 {0x10F54,"SOGDIAN NUMBER ONE HUNDRED"},
26695 {0x10F52,"SOGDIAN NUMBER TEN"},
26696 {0x10F53,"SOGDIAN NUMBER TWENTY"},
26697 {0x10F57,"SOGDIAN PUNCTUATION CIRCLE WITH DOT"},
26698 {0x10F59,"SOGDIAN PUNCTUATION HALF CIRCLE WITH DOT"},
26699 {0x10F58,"SOGDIAN PUNCTUATION TWO CIRCLES WITH DOTS"},
26700 {0x10F55,"SOGDIAN PUNCTUATION TWO VERTICAL BARS"},
26701 {0x10F56,"SOGDIAN PUNCTUATION TWO VERTICAL BARS WITH DOTS"},
2268626702 {0x1F66A,"SOLID QUILT SQUARE ORNAMENT"},
2268726703 {0x1F66B,"SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE"},
2268826704 {0x002F,"SOLIDUS"},
2275026766 {0x2B69,"SOUTH WEST TRIANGLE-HEADED ARROW"},
2275126767 {0x2B79,"SOUTH WEST TRIANGLE-HEADED ARROW TO BAR"},
2275226768 {0x2B03,"SOUTH WEST WHITE ARROW"},
26769 {0x11A87,"SOYOMBO CLUSTER-INITIAL LETTER LA"},
26770 {0x11A86,"SOYOMBO CLUSTER-INITIAL LETTER RA"},
26771 {0x11A89,"SOYOMBO CLUSTER-INITIAL LETTER SA"},
26772 {0x11A88,"SOYOMBO CLUSTER-INITIAL LETTER SHA"},
26773 {0x11A95,"SOYOMBO FINAL CONSONANT SIGN -A"},
26774 {0x11A8F,"SOYOMBO FINAL CONSONANT SIGN B"},
26775 {0x11A8D,"SOYOMBO FINAL CONSONANT SIGN D"},
26776 {0x11A8A,"SOYOMBO FINAL CONSONANT SIGN G"},
26777 {0x11A8B,"SOYOMBO FINAL CONSONANT SIGN K"},
26778 {0x11A92,"SOYOMBO FINAL CONSONANT SIGN L"},
26779 {0x11A90,"SOYOMBO FINAL CONSONANT SIGN M"},
26780 {0x11A8E,"SOYOMBO FINAL CONSONANT SIGN N"},
26781 {0x11A8C,"SOYOMBO FINAL CONSONANT SIGN NG"},
26782 {0x11A91,"SOYOMBO FINAL CONSONANT SIGN R"},
26783 {0x11A94,"SOYOMBO FINAL CONSONANT SIGN S"},
26784 {0x11A93,"SOYOMBO FINAL CONSONANT SIGN SH"},
26785 {0x11A98,"SOYOMBO GEMINATION MARK"},
26786 {0x11AA0,"SOYOMBO HEAD MARK WITH MOON AND SUN"},
26787 {0x11A9F,"SOYOMBO HEAD MARK WITH MOON AND SUN AND FLAME"},
26788 {0x11A9E,"SOYOMBO HEAD MARK WITH MOON AND SUN AND TRIPLE FLAME"},
26789 {0x11A7A,"SOYOMBO LETTER -A"},
26790 {0x11A50,"SOYOMBO LETTER A"},
26791 {0x11A72,"SOYOMBO LETTER BA"},
26792 {0x11A73,"SOYOMBO LETTER BHA"},
26793 {0x11A61,"SOYOMBO LETTER CA"},
26794 {0x11A62,"SOYOMBO LETTER CHA"},
26795 {0x11A6D,"SOYOMBO LETTER DA"},
26796 {0x11A68,"SOYOMBO LETTER DDA"},
26797 {0x11A69,"SOYOMBO LETTER DDHA"},
26798 {0x11A6E,"SOYOMBO LETTER DHA"},
26799 {0x11A77,"SOYOMBO LETTER DZA"},
26800 {0x11A5E,"SOYOMBO LETTER GA"},
26801 {0x11A5F,"SOYOMBO LETTER GHA"},
26802 {0x11A82,"SOYOMBO LETTER HA"},
26803 {0x11A63,"SOYOMBO LETTER JA"},
26804 {0x11A64,"SOYOMBO LETTER JHA"},
26805 {0x11A5C,"SOYOMBO LETTER KA"},
26806 {0x11A5D,"SOYOMBO LETTER KHA"},
26807 {0x11A83,"SOYOMBO LETTER KSSA"},
26808 {0x11A7D,"SOYOMBO LETTER LA"},
26809 {0x11A74,"SOYOMBO LETTER MA"},
26810 {0x11A6F,"SOYOMBO LETTER NA"},
26811 {0x11A60,"SOYOMBO LETTER NGA"},
26812 {0x11A6A,"SOYOMBO LETTER NNA"},
26813 {0x11A65,"SOYOMBO LETTER NYA"},
26814 {0x11A70,"SOYOMBO LETTER PA"},
26815 {0x11A71,"SOYOMBO LETTER PHA"},
26816 {0x11A7C,"SOYOMBO LETTER RA"},
26817 {0x11A81,"SOYOMBO LETTER SA"},
26818 {0x11A7F,"SOYOMBO LETTER SHA"},
26819 {0x11A80,"SOYOMBO LETTER SSA"},
26820 {0x11A6B,"SOYOMBO LETTER TA"},
26821 {0x11A6C,"SOYOMBO LETTER THA"},
26822 {0x11A75,"SOYOMBO LETTER TSA"},
26823 {0x11A76,"SOYOMBO LETTER TSHA"},
26824 {0x11A66,"SOYOMBO LETTER TTA"},
26825 {0x11A67,"SOYOMBO LETTER TTHA"},
26826 {0x11A7E,"SOYOMBO LETTER VA"},
26827 {0x11A7B,"SOYOMBO LETTER YA"},
26828 {0x11A79,"SOYOMBO LETTER ZA"},
26829 {0x11A78,"SOYOMBO LETTER ZHA"},
26830 {0x11A9C,"SOYOMBO MARK DOUBLE SHAD"},
26831 {0x11A9D,"SOYOMBO MARK PLUTA"},
26832 {0x11A9B,"SOYOMBO MARK SHAD"},
26833 {0x11A9A,"SOYOMBO MARK TSHEG"},
26834 {0x11A96,"SOYOMBO SIGN ANUSVARA"},
26835 {0x11A97,"SOYOMBO SIGN VISARGA"},
26836 {0x11A99,"SOYOMBO SUBJOINER"},
26837 {0x11AA1,"SOYOMBO TERMINAL MARK-1"},
26838 {0x11AA2,"SOYOMBO TERMINAL MARK-2"},
26839 {0x11A5B,"SOYOMBO VOWEL LENGTH MARK"},
26840 {0x11A57,"SOYOMBO VOWEL SIGN AI"},
26841 {0x11A58,"SOYOMBO VOWEL SIGN AU"},
26842 {0x11A54,"SOYOMBO VOWEL SIGN E"},
26843 {0x11A51,"SOYOMBO VOWEL SIGN I"},
26844 {0x11A55,"SOYOMBO VOWEL SIGN O"},
26845 {0x11A56,"SOYOMBO VOWEL SIGN OE"},
26846 {0x11A53,"SOYOMBO VOWEL SIGN U"},
26847 {0x11A52,"SOYOMBO VOWEL SIGN UE"},
26848 {0x11A5A,"SOYOMBO VOWEL SIGN VOCALIC L"},
26849 {0x11A59,"SOYOMBO VOWEL SIGN VOCALIC R"},
2275326850 {0x0020,"SPACE"},
2275426851 {0x1F35D,"SPAGHETTI"},
2275526852 {0x2747,"SPARKLE"},
2277326870 {0x1F5D2,"SPIRAL NOTE PAD"},
2277426871 {0x1F41A,"SPIRAL SHELL"},
2277526872 {0x1F4A6,"SPLASHING SWEAT SYMBOL"},
26873 {0x1F9FD,"SPONGE"},
26874 {0x1F9F5,"SPOOL OF THREAD"},
26875 {0x1F944,"SPOON"},
2277626876 {0x1F3C5,"SPORTS MEDAL"},
2277726877 {0x1F433,"SPOUTING WHALE"},
2277826878 {0x33DF,"SQUARE A OVER M"},
2305427154 {0x1F223,"SQUARED CJK UNIFIED IDEOGRAPH-8CA9"},
2305527155 {0x1F230,"SQUARED CJK UNIFIED IDEOGRAPH-8D70"},
2305627156 {0x1F22B,"SQUARED CJK UNIFIED IDEOGRAPH-904A"},
27157 {0x1F23B,"SQUARED CJK UNIFIED IDEOGRAPH-914D"},
2305727158 {0x1F191,"SQUARED CL"},
2305827159 {0x1F192,"SQUARED COOL"},
2305927160 {0x22A1,"SQUARED DOT OPERATOR"},
27161 {0x1F19F,"SQUARED EIGHT K"},
2306027162 {0x29C5,"SQUARED FALLING DIAGONAL SLASH"},
27163 {0x1F1A0,"SQUARED FIVE POINT ONE"},
2306127164 {0x2E2C,"SQUARED FOUR DOT PUNCTUATION"},
27165 {0x1F19E,"SQUARED FOUR K"},
2306227166 {0x1F193,"SQUARED FREE"},
27167 {0x1F1A6,"SQUARED HC"},
27168 {0x1F1A7,"SQUARED HDR"},
27169 {0x1F1A8,"SQUARED HI-RES"},
2306327170 {0x1F14A,"SQUARED HV"},
2306427171 {0x1F194,"SQUARED ID"},
2306527172 {0x1F213,"SQUARED KATAKANA DE"},
2309227199 {0x1F147,"SQUARED LATIN CAPITAL LETTER X"},
2309327200 {0x1F148,"SQUARED LATIN CAPITAL LETTER Y"},
2309427201 {0x1F149,"SQUARED LATIN CAPITAL LETTER Z"},
27202 {0x1F1A5,"SQUARED LATIN SMALL LETTER D"},
2309527203 {0x27CE,"SQUARED LOGICAL AND"},
2309627204 {0x27CF,"SQUARED LOGICAL OR"},
27205 {0x1F1A9,"SQUARED LOSSLESS"},
2309727206 {0x229F,"SQUARED MINUS"},
2309827207 {0x1F14B,"SQUARED MV"},
2309927208 {0x1F195,"SQUARED NEW"},
2310027209 {0x1F196,"SQUARED NG"},
2310127210 {0x1F197,"SQUARED OK"},
27211 {0x1F1A4,"SQUARED ONE HUNDRED TWENTY P"},
2310227212 {0x229E,"SQUARED PLUS"},
2310327213 {0x1F14E,"SQUARED PPV"},
2310427214 {0x29C4,"SQUARED RISING DIAGONAL SLASH"},
2310527215 {0x26DD,"SQUARED SALTIRE"},
2310627216 {0x1F14C,"SQUARED SD"},
27217 {0x1F19C,"SQUARED SECOND SCREEN"},
27218 {0x1F1A1,"SQUARED SEVEN POINT ONE"},
27219 {0x1F1AA,"SQUARED SHV"},
27220 {0x1F1A3,"SQUARED SIXTY P"},
2310727221 {0x29C7,"SQUARED SMALL CIRCLE"},
2310827222 {0x1F198,"SQUARED SOS"},
2310927223 {0x29C8,"SQUARED SQUARE"},
2311027224 {0x1F14D,"SQUARED SS"},
27225 {0x1F19B,"SQUARED THREE D"},
2311127226 {0x22A0,"SQUARED TIMES"},
27227 {0x1F1A2,"SQUARED TWENTY-TWO POINT TWO"},
27228 {0x1F19D,"SQUARED TWO K"},
27229 {0x1F1AB,"SQUARED UHD"},
2311227230 {0x1F199,"SQUARED UP WITH EXCLAMATION MARK"},
27231 {0x1F1AC,"SQUARED VOD"},
2311327232 {0x1F19A,"SQUARED VS"},
2311427233 {0x1F14F,"SQUARED WC"},
2311527234 {0x27A7,"SQUAT BLACK RIGHTWARDS ARROW"},
27235 {0x1F991,"SQUID"},
2311627236 {0x1F3DF,"STADIUM"},
2311727237 {0x2695,"STAFF OF AESCULAPIUS"},
2311827238 {0x269A,"STAFF OF HERMES"},
2312127241 {0x225B,"STAR EQUALS"},
2312227242 {0x2721,"STAR OF DAVID"},
2312327243 {0x22C6,"STAR OPERATOR"},
27244 {0x2BEA,"STAR WITH LEFT HALF BLACK"},
27245 {0x2BEB,"STAR WITH RIGHT HALF BLACK"},
2312427246 {0x1F689,"STATION"},
2312527247 {0x1F5FD,"STATUE OF LIBERTY"},
2312627248 {0x1F682,"STEAM LOCOMOTIVE"},
2313427256 {0x2729,"STRESS OUTLINED WHITE STAR"},
2313527257 {0x2263,"STRICTLY EQUIVALENT TO"},
2313627258 {0x1F399,"STUDIO MICROPHONE"},
27259 {0x1F959,"STUFFED FLATBREAD"},
27260 {0x1F6D3,"STUPA"},
2313727261 {0x2088,"SUBSCRIPT EIGHT"},
2313827262 {0x208C,"SUBSCRIPT EQUALS SIGN"},
2313927263 {0x2085,"SUBSCRIPT FIVE"},
2325627380 {0x1F305,"SUNRISE"},
2325727381 {0x1F304,"SUNRISE OVER MOUNTAINS"},
2325827382 {0x1F307,"SUNSET OVER BUILDINGS"},
27383 {0x1F9B8,"SUPERHERO"},
2325927384 {0x2078,"SUPERSCRIPT EIGHT"},
2326027385 {0x207C,"SUPERSCRIPT EQUALS SIGN"},
2326127386 {0x2075,"SUPERSCRIPT FIVE"},
2329027415 {0x2ABE,"SUPERSET WITH DOT"},
2329127416 {0x2AC2,"SUPERSET WITH MULTIPLICATION SIGN BELOW"},
2329227417 {0x2AC0,"SUPERSET WITH PLUS SIGN BELOW"},
27418 {0x1F9B9,"SUPERVILLAIN"},
2329327419 {0x222F,"SURFACE INTEGRAL"},
2329427420 {0x1F3C4,"SURFER"},
2329527421 {0x1F363,"SUSHI"},
2329627422 {0x1F69F,"SUSPENSION RAILWAY"},
27423 {0x1F9A2,"SWAN"},
2329727424 {0x1F675,"SWASH AMPERSAND ORNAMENT"},
2329827425 {0x1F3CA,"SWIMMER"},
2329927426 {0x2053,"SWUNG DASH"},
2338127508 {0x241F,"SYMBOL FOR UNIT SEPARATOR"},
2338227509 {0x240B,"SYMBOL FOR VERTICAL TABULATION"},
2338327510 {0x232F,"SYMMETRY"},
27511 {0x1F54D,"SYNAGOGUE"},
2338427512 {0x070F,"SYRIAC ABBREVIATION MARK"},
2338527513 {0x074A,"SYRIAC BARREKH"},
2338627514 {0x0706,"SYRIAC COLON SKEWED LEFT"},
2341127539 {0x071A,"SYRIAC LETTER HETH"},
2341227540 {0x071F,"SYRIAC LETTER KAPH"},
2341327541 {0x0720,"SYRIAC LETTER LAMADH"},
27542 {0x0866,"SYRIAC LETTER MALAYALAM BHA"},
27543 {0x0861,"SYRIAC LETTER MALAYALAM JA"},
27544 {0x0868,"SYRIAC LETTER MALAYALAM LLA"},
27545 {0x0869,"SYRIAC LETTER MALAYALAM LLLA"},
27546 {0x0860,"SYRIAC LETTER MALAYALAM NGA"},
27547 {0x0864,"SYRIAC LETTER MALAYALAM NNA"},
27548 {0x0865,"SYRIAC LETTER MALAYALAM NNNA"},
27549 {0x0862,"SYRIAC LETTER MALAYALAM NYA"},
27550 {0x0867,"SYRIAC LETTER MALAYALAM RA"},
27551 {0x086A,"SYRIAC LETTER MALAYALAM SSA"},
27552 {0x0863,"SYRIAC LETTER MALAYALAM TTA"},
2341427553 {0x0721,"SYRIAC LETTER MIM"},
2341527554 {0x0722,"SYRIAC LETTER NUN"},
2341627555 {0x0726,"SYRIAC LETTER PE"},
2345927598 {0x0734,"SYRIAC ZQAPHA BELOW"},
2346027599 {0x0735,"SYRIAC ZQAPHA DOTTED"},
2346127600 {0x1F489,"SYRINGE"},
27601 {0x1F996,"T-REX"},
2346227602 {0x1F455,"T-SHIRT"},
27603 {0x1F3D3,"TABLE TENNIS PADDLE AND BALL"},
27604 {0x1F32E,"TACO"},
2346327605 {0xE0026,"TAG AMPERSAND"},
2346427606 {0xE0027,"TAG APOSTROPHE"},
2346527607 {0xE002A,"TAG ASTERISK"},
2382727969 {0xAABA,"TAI VIET VOWEL UA"},
2382827970 {0xAAB3,"TAI VIET VOWEL UE"},
2382927971 {0xAAB9,"TAI VIET VOWEL UEA"},
27972 {0x1F961,"TAKEOUT BOX"},
2383027973 {0x116C8,"TAKRI DIGIT EIGHT"},
2383127974 {0x116C5,"TAKRI DIGIT FIVE"},
2383227975 {0x116C4,"TAKRI DIGIT FOUR"},
2389328036 {0x116B4,"TAKRI VOWEL SIGN O"},
2389428037 {0x116B0,"TAKRI VOWEL SIGN U"},
2389528038 {0x116B1,"TAKRI VOWEL SIGN UU"},
28039 {0x1D378,"TALLY MARK FIVE"},
28040 {0x1D377,"TALLY MARK ONE"},
2389628041 {0x0BF8,"TAMIL AS ABOVE SIGN"},
2389728042 {0x0BD7,"TAMIL AU LENGTH MARK"},
2389828043 {0x0BF7,"TAMIL CREDIT SIGN"},
2396728112 {0x0BF5,"TAMIL YEAR SIGN"},
2396828113 {0x1F38B,"TANABATA TREE"},
2396928114 {0x1F34A,"TANGERINE"},
28115 {0x18800,"TANGUT COMPONENT-001"},
28116 {0x18801,"TANGUT COMPONENT-002"},
28117 {0x18802,"TANGUT COMPONENT-003"},
28118 {0x18803,"TANGUT COMPONENT-004"},
28119 {0x18804,"TANGUT COMPONENT-005"},
28120 {0x18805,"TANGUT COMPONENT-006"},
28121 {0x18806,"TANGUT COMPONENT-007"},
28122 {0x18807,"TANGUT COMPONENT-008"},
28123 {0x18808,"TANGUT COMPONENT-009"},
28124 {0x18809,"TANGUT COMPONENT-010"},
28125 {0x1880A,"TANGUT COMPONENT-011"},
28126 {0x1880B,"TANGUT COMPONENT-012"},
28127 {0x1880C,"TANGUT COMPONENT-013"},
28128 {0x1880D,"TANGUT COMPONENT-014"},
28129 {0x1880E,"TANGUT COMPONENT-015"},
28130 {0x1880F,"TANGUT COMPONENT-016"},
28131 {0x18810,"TANGUT COMPONENT-017"},
28132 {0x18811,"TANGUT COMPONENT-018"},
28133 {0x18812,"TANGUT COMPONENT-019"},
28134 {0x18813,"TANGUT COMPONENT-020"},
28135 {0x18814,"TANGUT COMPONENT-021"},
28136 {0x18815,"TANGUT COMPONENT-022"},
28137 {0x18816,"TANGUT COMPONENT-023"},
28138 {0x18817,"TANGUT COMPONENT-024"},
28139 {0x18818,"TANGUT COMPONENT-025"},
28140 {0x18819,"TANGUT COMPONENT-026"},
28141 {0x1881A,"TANGUT COMPONENT-027"},
28142 {0x1881B,"TANGUT COMPONENT-028"},
28143 {0x1881C,"TANGUT COMPONENT-029"},
28144 {0x1881D,"TANGUT COMPONENT-030"},
28145 {0x1881E,"TANGUT COMPONENT-031"},
28146 {0x1881F,"TANGUT COMPONENT-032"},
28147 {0x18820,"TANGUT COMPONENT-033"},
28148 {0x18821,"TANGUT COMPONENT-034"},
28149 {0x18822,"TANGUT COMPONENT-035"},
28150 {0x18823,"TANGUT COMPONENT-036"},
28151 {0x18824,"TANGUT COMPONENT-037"},
28152 {0x18825,"TANGUT COMPONENT-038"},
28153 {0x18826,"TANGUT COMPONENT-039"},
28154 {0x18827,"TANGUT COMPONENT-040"},
28155 {0x18828,"TANGUT COMPONENT-041"},
28156 {0x18829,"TANGUT COMPONENT-042"},
28157 {0x1882A,"TANGUT COMPONENT-043"},
28158 {0x1882B,"TANGUT COMPONENT-044"},
28159 {0x1882C,"TANGUT COMPONENT-045"},
28160 {0x1882D,"TANGUT COMPONENT-046"},
28161 {0x1882E,"TANGUT COMPONENT-047"},
28162 {0x1882F,"TANGUT COMPONENT-048"},
28163 {0x18830,"TANGUT COMPONENT-049"},
28164 {0x18831,"TANGUT COMPONENT-050"},
28165 {0x18832,"TANGUT COMPONENT-051"},
28166 {0x18833,"TANGUT COMPONENT-052"},
28167 {0x18834,"TANGUT COMPONENT-053"},
28168 {0x18835,"TANGUT COMPONENT-054"},
28169 {0x18836,"TANGUT COMPONENT-055"},
28170 {0x18837,"TANGUT COMPONENT-056"},
28171 {0x18838,"TANGUT COMPONENT-057"},
28172 {0x18839,"TANGUT COMPONENT-058"},
28173 {0x1883A,"TANGUT COMPONENT-059"},
28174 {0x1883B,"TANGUT COMPONENT-060"},
28175 {0x1883C,"TANGUT COMPONENT-061"},
28176 {0x1883D,"TANGUT COMPONENT-062"},
28177 {0x1883E,"TANGUT COMPONENT-063"},
28178 {0x1883F,"TANGUT COMPONENT-064"},
28179 {0x18840,"TANGUT COMPONENT-065"},
28180 {0x18841,"TANGUT COMPONENT-066"},
28181 {0x18842,"TANGUT COMPONENT-067"},
28182 {0x18843,"TANGUT COMPONENT-068"},
28183 {0x18844,"TANGUT COMPONENT-069"},
28184 {0x18845,"TANGUT COMPONENT-070"},
28185 {0x18846,"TANGUT COMPONENT-071"},
28186 {0x18847,"TANGUT COMPONENT-072"},
28187 {0x18848,"TANGUT COMPONENT-073"},
28188 {0x18849,"TANGUT COMPONENT-074"},
28189 {0x1884A,"TANGUT COMPONENT-075"},
28190 {0x1884B,"TANGUT COMPONENT-076"},
28191 {0x1884C,"TANGUT COMPONENT-077"},
28192 {0x1884D,"TANGUT COMPONENT-078"},
28193 {0x1884E,"TANGUT COMPONENT-079"},
28194 {0x1884F,"TANGUT COMPONENT-080"},
28195 {0x18850,"TANGUT COMPONENT-081"},
28196 {0x18851,"TANGUT COMPONENT-082"},
28197 {0x18852,"TANGUT COMPONENT-083"},
28198 {0x18853,"TANGUT COMPONENT-084"},
28199 {0x18854,"TANGUT COMPONENT-085"},
28200 {0x18855,"TANGUT COMPONENT-086"},
28201 {0x18856,"TANGUT COMPONENT-087"},
28202 {0x18857,"TANGUT COMPONENT-088"},
28203 {0x18858,"TANGUT COMPONENT-089"},
28204 {0x18859,"TANGUT COMPONENT-090"},
28205 {0x1885A,"TANGUT COMPONENT-091"},
28206 {0x1885B,"TANGUT COMPONENT-092"},
28207 {0x1885C,"TANGUT COMPONENT-093"},
28208 {0x1885D,"TANGUT COMPONENT-094"},
28209 {0x1885E,"TANGUT COMPONENT-095"},
28210 {0x1885F,"TANGUT COMPONENT-096"},
28211 {0x18860,"TANGUT COMPONENT-097"},
28212 {0x18861,"TANGUT COMPONENT-098"},
28213 {0x18862,"TANGUT COMPONENT-099"},
28214 {0x18863,"TANGUT COMPONENT-100"},
28215 {0x18864,"TANGUT COMPONENT-101"},
28216 {0x18865,"TANGUT COMPONENT-102"},
28217 {0x18866,"TANGUT COMPONENT-103"},
28218 {0x18867,"TANGUT COMPONENT-104"},
28219 {0x18868,"TANGUT COMPONENT-105"},
28220 {0x18869,"TANGUT COMPONENT-106"},
28221 {0x1886A,"TANGUT COMPONENT-107"},
28222 {0x1886B,"TANGUT COMPONENT-108"},
28223 {0x1886C,"TANGUT COMPONENT-109"},
28224 {0x1886D,"TANGUT COMPONENT-110"},
28225 {0x1886E,"TANGUT COMPONENT-111"},
28226 {0x1886F,"TANGUT COMPONENT-112"},
28227 {0x18870,"TANGUT COMPONENT-113"},
28228 {0x18871,"TANGUT COMPONENT-114"},
28229 {0x18872,"TANGUT COMPONENT-115"},
28230 {0x18873,"TANGUT COMPONENT-116"},
28231 {0x18874,"TANGUT COMPONENT-117"},
28232 {0x18875,"TANGUT COMPONENT-118"},
28233 {0x18876,"TANGUT COMPONENT-119"},
28234 {0x18877,"TANGUT COMPONENT-120"},
28235 {0x18878,"TANGUT COMPONENT-121"},
28236 {0x18879,"TANGUT COMPONENT-122"},
28237 {0x1887A,"TANGUT COMPONENT-123"},
28238 {0x1887B,"TANGUT COMPONENT-124"},
28239 {0x1887C,"TANGUT COMPONENT-125"},
28240 {0x1887D,"TANGUT COMPONENT-126"},
28241 {0x1887E,"TANGUT COMPONENT-127"},
28242 {0x1887F,"TANGUT COMPONENT-128"},
28243 {0x18880,"TANGUT COMPONENT-129"},
28244 {0x18881,"TANGUT COMPONENT-130"},
28245 {0x18882,"TANGUT COMPONENT-131"},
28246 {0x18883,"TANGUT COMPONENT-132"},
28247 {0x18884,"TANGUT COMPONENT-133"},
28248 {0x18885,"TANGUT COMPONENT-134"},
28249 {0x18886,"TANGUT COMPONENT-135"},
28250 {0x18887,"TANGUT COMPONENT-136"},
28251 {0x18888,"TANGUT COMPONENT-137"},
28252 {0x18889,"TANGUT COMPONENT-138"},
28253 {0x1888A,"TANGUT COMPONENT-139"},
28254 {0x1888B,"TANGUT COMPONENT-140"},
28255 {0x1888C,"TANGUT COMPONENT-141"},
28256 {0x1888D,"TANGUT COMPONENT-142"},
28257 {0x1888E,"TANGUT COMPONENT-143"},
28258 {0x1888F,"TANGUT COMPONENT-144"},
28259 {0x18890,"TANGUT COMPONENT-145"},
28260 {0x18891,"TANGUT COMPONENT-146"},
28261 {0x18892,"TANGUT COMPONENT-147"},
28262 {0x18893,"TANGUT COMPONENT-148"},
28263 {0x18894,"TANGUT COMPONENT-149"},
28264 {0x18895,"TANGUT COMPONENT-150"},
28265 {0x18896,"TANGUT COMPONENT-151"},
28266 {0x18897,"TANGUT COMPONENT-152"},
28267 {0x18898,"TANGUT COMPONENT-153"},
28268 {0x18899,"TANGUT COMPONENT-154"},
28269 {0x1889A,"TANGUT COMPONENT-155"},
28270 {0x1889B,"TANGUT COMPONENT-156"},
28271 {0x1889C,"TANGUT COMPONENT-157"},
28272 {0x1889D,"TANGUT COMPONENT-158"},
28273 {0x1889E,"TANGUT COMPONENT-159"},
28274 {0x1889F,"TANGUT COMPONENT-160"},
28275 {0x188A0,"TANGUT COMPONENT-161"},
28276 {0x188A1,"TANGUT COMPONENT-162"},
28277 {0x188A2,"TANGUT COMPONENT-163"},
28278 {0x188A3,"TANGUT COMPONENT-164"},
28279 {0x188A4,"TANGUT COMPONENT-165"},
28280 {0x188A5,"TANGUT COMPONENT-166"},
28281 {0x188A6,"TANGUT COMPONENT-167"},
28282 {0x188A7,"TANGUT COMPONENT-168"},
28283 {0x188A8,"TANGUT COMPONENT-169"},
28284 {0x188A9,"TANGUT COMPONENT-170"},
28285 {0x188AA,"TANGUT COMPONENT-171"},
28286 {0x188AB,"TANGUT COMPONENT-172"},
28287 {0x188AC,"TANGUT COMPONENT-173"},
28288 {0x188AD,"TANGUT COMPONENT-174"},
28289 {0x188AE,"TANGUT COMPONENT-175"},
28290 {0x188AF,"TANGUT COMPONENT-176"},
28291 {0x188B0,"TANGUT COMPONENT-177"},
28292 {0x188B1,"TANGUT COMPONENT-178"},
28293 {0x188B2,"TANGUT COMPONENT-179"},
28294 {0x188B3,"TANGUT COMPONENT-180"},
28295 {0x188B4,"TANGUT COMPONENT-181"},
28296 {0x188B5,"TANGUT COMPONENT-182"},
28297 {0x188B6,"TANGUT COMPONENT-183"},
28298 {0x188B7,"TANGUT COMPONENT-184"},
28299 {0x188B8,"TANGUT COMPONENT-185"},
28300 {0x188B9,"TANGUT COMPONENT-186"},
28301 {0x188BA,"TANGUT COMPONENT-187"},
28302 {0x188BB,"TANGUT COMPONENT-188"},
28303 {0x188BC,"TANGUT COMPONENT-189"},
28304 {0x188BD,"TANGUT COMPONENT-190"},
28305 {0x188BE,"TANGUT COMPONENT-191"},
28306 {0x188BF,"TANGUT COMPONENT-192"},
28307 {0x188C0,"TANGUT COMPONENT-193"},
28308 {0x188C1,"TANGUT COMPONENT-194"},
28309 {0x188C2,"TANGUT COMPONENT-195"},
28310 {0x188C3,"TANGUT COMPONENT-196"},
28311 {0x188C4,"TANGUT COMPONENT-197"},
28312 {0x188C5,"TANGUT COMPONENT-198"},
28313 {0x188C6,"TANGUT COMPONENT-199"},
28314 {0x188C7,"TANGUT COMPONENT-200"},
28315 {0x188C8,"TANGUT COMPONENT-201"},
28316 {0x188C9,"TANGUT COMPONENT-202"},
28317 {0x188CA,"TANGUT COMPONENT-203"},
28318 {0x188CB,"TANGUT COMPONENT-204"},
28319 {0x188CC,"TANGUT COMPONENT-205"},
28320 {0x188CD,"TANGUT COMPONENT-206"},
28321 {0x188CE,"TANGUT COMPONENT-207"},
28322 {0x188CF,"TANGUT COMPONENT-208"},
28323 {0x188D0,"TANGUT COMPONENT-209"},
28324 {0x188D1,"TANGUT COMPONENT-210"},
28325 {0x188D2,"TANGUT COMPONENT-211"},
28326 {0x188D3,"TANGUT COMPONENT-212"},
28327 {0x188D4,"TANGUT COMPONENT-213"},
28328 {0x188D5,"TANGUT COMPONENT-214"},
28329 {0x188D6,"TANGUT COMPONENT-215"},
28330 {0x188D7,"TANGUT COMPONENT-216"},
28331 {0x188D8,"TANGUT COMPONENT-217"},
28332 {0x188D9,"TANGUT COMPONENT-218"},
28333 {0x188DA,"TANGUT COMPONENT-219"},
28334 {0x188DB,"TANGUT COMPONENT-220"},
28335 {0x188DC,"TANGUT COMPONENT-221"},
28336 {0x188DD,"TANGUT COMPONENT-222"},
28337 {0x188DE,"TANGUT COMPONENT-223"},
28338 {0x188DF,"TANGUT COMPONENT-224"},
28339 {0x188E0,"TANGUT COMPONENT-225"},
28340 {0x188E1,"TANGUT COMPONENT-226"},
28341 {0x188E2,"TANGUT COMPONENT-227"},
28342 {0x188E3,"TANGUT COMPONENT-228"},
28343 {0x188E4,"TANGUT COMPONENT-229"},
28344 {0x188E5,"TANGUT COMPONENT-230"},
28345 {0x188E6,"TANGUT COMPONENT-231"},
28346 {0x188E7,"TANGUT COMPONENT-232"},
28347 {0x188E8,"TANGUT COMPONENT-233"},
28348 {0x188E9,"TANGUT COMPONENT-234"},
28349 {0x188EA,"TANGUT COMPONENT-235"},
28350 {0x188EB,"TANGUT COMPONENT-236"},
28351 {0x188EC,"TANGUT COMPONENT-237"},
28352 {0x188ED,"TANGUT COMPONENT-238"},
28353 {0x188EE,"TANGUT COMPONENT-239"},
28354 {0x188EF,"TANGUT COMPONENT-240"},
28355 {0x188F0,"TANGUT COMPONENT-241"},
28356 {0x188F1,"TANGUT COMPONENT-242"},
28357 {0x188F2,"TANGUT COMPONENT-243"},
28358 {0x188F3,"TANGUT COMPONENT-244"},
28359 {0x188F4,"TANGUT COMPONENT-245"},
28360 {0x188F5,"TANGUT COMPONENT-246"},
28361 {0x188F6,"TANGUT COMPONENT-247"},
28362 {0x188F7,"TANGUT COMPONENT-248"},
28363 {0x188F8,"TANGUT COMPONENT-249"},
28364 {0x188F9,"TANGUT COMPONENT-250"},
28365 {0x188FA,"TANGUT COMPONENT-251"},
28366 {0x188FB,"TANGUT COMPONENT-252"},
28367 {0x188FC,"TANGUT COMPONENT-253"},
28368 {0x188FD,"TANGUT COMPONENT-254"},
28369 {0x188FE,"TANGUT COMPONENT-255"},
28370 {0x188FF,"TANGUT COMPONENT-256"},
28371 {0x18900,"TANGUT COMPONENT-257"},
28372 {0x18901,"TANGUT COMPONENT-258"},
28373 {0x18902,"TANGUT COMPONENT-259"},
28374 {0x18903,"TANGUT COMPONENT-260"},
28375 {0x18904,"TANGUT COMPONENT-261"},
28376 {0x18905,"TANGUT COMPONENT-262"},
28377 {0x18906,"TANGUT COMPONENT-263"},
28378 {0x18907,"TANGUT COMPONENT-264"},
28379 {0x18908,"TANGUT COMPONENT-265"},
28380 {0x18909,"TANGUT COMPONENT-266"},
28381 {0x1890A,"TANGUT COMPONENT-267"},
28382 {0x1890B,"TANGUT COMPONENT-268"},
28383 {0x1890C,"TANGUT COMPONENT-269"},
28384 {0x1890D,"TANGUT COMPONENT-270"},
28385 {0x1890E,"TANGUT COMPONENT-271"},
28386 {0x1890F,"TANGUT COMPONENT-272"},
28387 {0x18910,"TANGUT COMPONENT-273"},
28388 {0x18911,"TANGUT COMPONENT-274"},
28389 {0x18912,"TANGUT COMPONENT-275"},
28390 {0x18913,"TANGUT COMPONENT-276"},
28391 {0x18914,"TANGUT COMPONENT-277"},
28392 {0x18915,"TANGUT COMPONENT-278"},
28393 {0x18916,"TANGUT COMPONENT-279"},
28394 {0x18917,"TANGUT COMPONENT-280"},
28395 {0x18918,"TANGUT COMPONENT-281"},
28396 {0x18919,"TANGUT COMPONENT-282"},
28397 {0x1891A,"TANGUT COMPONENT-283"},
28398 {0x1891B,"TANGUT COMPONENT-284"},
28399 {0x1891C,"TANGUT COMPONENT-285"},
28400 {0x1891D,"TANGUT COMPONENT-286"},
28401 {0x1891E,"TANGUT COMPONENT-287"},
28402 {0x1891F,"TANGUT COMPONENT-288"},
28403 {0x18920,"TANGUT COMPONENT-289"},
28404 {0x18921,"TANGUT COMPONENT-290"},
28405 {0x18922,"TANGUT COMPONENT-291"},
28406 {0x18923,"TANGUT COMPONENT-292"},
28407 {0x18924,"TANGUT COMPONENT-293"},
28408 {0x18925,"TANGUT COMPONENT-294"},
28409 {0x18926,"TANGUT COMPONENT-295"},
28410 {0x18927,"TANGUT COMPONENT-296"},
28411 {0x18928,"TANGUT COMPONENT-297"},
28412 {0x18929,"TANGUT COMPONENT-298"},
28413 {0x1892A,"TANGUT COMPONENT-299"},
28414 {0x1892B,"TANGUT COMPONENT-300"},
28415 {0x1892C,"TANGUT COMPONENT-301"},
28416 {0x1892D,"TANGUT COMPONENT-302"},
28417 {0x1892E,"TANGUT COMPONENT-303"},
28418 {0x1892F,"TANGUT COMPONENT-304"},
28419 {0x18930,"TANGUT COMPONENT-305"},
28420 {0x18931,"TANGUT COMPONENT-306"},
28421 {0x18932,"TANGUT COMPONENT-307"},
28422 {0x18933,"TANGUT COMPONENT-308"},
28423 {0x18934,"TANGUT COMPONENT-309"},
28424 {0x18935,"TANGUT COMPONENT-310"},
28425 {0x18936,"TANGUT COMPONENT-311"},
28426 {0x18937,"TANGUT COMPONENT-312"},
28427 {0x18938,"TANGUT COMPONENT-313"},
28428 {0x18939,"TANGUT COMPONENT-314"},
28429 {0x1893A,"TANGUT COMPONENT-315"},
28430 {0x1893B,"TANGUT COMPONENT-316"},
28431 {0x1893C,"TANGUT COMPONENT-317"},
28432 {0x1893D,"TANGUT COMPONENT-318"},
28433 {0x1893E,"TANGUT COMPONENT-319"},
28434 {0x1893F,"TANGUT COMPONENT-320"},
28435 {0x18940,"TANGUT COMPONENT-321"},
28436 {0x18941,"TANGUT COMPONENT-322"},
28437 {0x18942,"TANGUT COMPONENT-323"},
28438 {0x18943,"TANGUT COMPONENT-324"},
28439 {0x18944,"TANGUT COMPONENT-325"},
28440 {0x18945,"TANGUT COMPONENT-326"},
28441 {0x18946,"TANGUT COMPONENT-327"},
28442 {0x18947,"TANGUT COMPONENT-328"},
28443 {0x18948,"TANGUT COMPONENT-329"},
28444 {0x18949,"TANGUT COMPONENT-330"},
28445 {0x1894A,"TANGUT COMPONENT-331"},
28446 {0x1894B,"TANGUT COMPONENT-332"},
28447 {0x1894C,"TANGUT COMPONENT-333"},
28448 {0x1894D,"TANGUT COMPONENT-334"},
28449 {0x1894E,"TANGUT COMPONENT-335"},
28450 {0x1894F,"TANGUT COMPONENT-336"},
28451 {0x18950,"TANGUT COMPONENT-337"},
28452 {0x18951,"TANGUT COMPONENT-338"},
28453 {0x18952,"TANGUT COMPONENT-339"},
28454 {0x18953,"TANGUT COMPONENT-340"},
28455 {0x18954,"TANGUT COMPONENT-341"},
28456 {0x18955,"TANGUT COMPONENT-342"},
28457 {0x18956,"TANGUT COMPONENT-343"},
28458 {0x18957,"TANGUT COMPONENT-344"},
28459 {0x18958,"TANGUT COMPONENT-345"},
28460 {0x18959,"TANGUT COMPONENT-346"},
28461 {0x1895A,"TANGUT COMPONENT-347"},
28462 {0x1895B,"TANGUT COMPONENT-348"},
28463 {0x1895C,"TANGUT COMPONENT-349"},
28464 {0x1895D,"TANGUT COMPONENT-350"},
28465 {0x1895E,"TANGUT COMPONENT-351"},
28466 {0x1895F,"TANGUT COMPONENT-352"},
28467 {0x18960,"TANGUT COMPONENT-353"},
28468 {0x18961,"TANGUT COMPONENT-354"},
28469 {0x18962,"TANGUT COMPONENT-355"},
28470 {0x18963,"TANGUT COMPONENT-356"},
28471 {0x18964,"TANGUT COMPONENT-357"},
28472 {0x18965,"TANGUT COMPONENT-358"},
28473 {0x18966,"TANGUT COMPONENT-359"},
28474 {0x18967,"TANGUT COMPONENT-360"},
28475 {0x18968,"TANGUT COMPONENT-361"},
28476 {0x18969,"TANGUT COMPONENT-362"},
28477 {0x1896A,"TANGUT COMPONENT-363"},
28478 {0x1896B,"TANGUT COMPONENT-364"},
28479 {0x1896C,"TANGUT COMPONENT-365"},
28480 {0x1896D,"TANGUT COMPONENT-366"},
28481 {0x1896E,"TANGUT COMPONENT-367"},
28482 {0x1896F,"TANGUT COMPONENT-368"},
28483 {0x18970,"TANGUT COMPONENT-369"},
28484 {0x18971,"TANGUT COMPONENT-370"},
28485 {0x18972,"TANGUT COMPONENT-371"},
28486 {0x18973,"TANGUT COMPONENT-372"},
28487 {0x18974,"TANGUT COMPONENT-373"},
28488 {0x18975,"TANGUT COMPONENT-374"},
28489 {0x18976,"TANGUT COMPONENT-375"},
28490 {0x18977,"TANGUT COMPONENT-376"},
28491 {0x18978,"TANGUT COMPONENT-377"},
28492 {0x18979,"TANGUT COMPONENT-378"},
28493 {0x1897A,"TANGUT COMPONENT-379"},
28494 {0x1897B,"TANGUT COMPONENT-380"},
28495 {0x1897C,"TANGUT COMPONENT-381"},
28496 {0x1897D,"TANGUT COMPONENT-382"},
28497 {0x1897E,"TANGUT COMPONENT-383"},
28498 {0x1897F,"TANGUT COMPONENT-384"},
28499 {0x18980,"TANGUT COMPONENT-385"},
28500 {0x18981,"TANGUT COMPONENT-386"},
28501 {0x18982,"TANGUT COMPONENT-387"},
28502 {0x18983,"TANGUT COMPONENT-388"},
28503 {0x18984,"TANGUT COMPONENT-389"},
28504 {0x18985,"TANGUT COMPONENT-390"},
28505 {0x18986,"TANGUT COMPONENT-391"},
28506 {0x18987,"TANGUT COMPONENT-392"},
28507 {0x18988,"TANGUT COMPONENT-393"},
28508 {0x18989,"TANGUT COMPONENT-394"},
28509 {0x1898A,"TANGUT COMPONENT-395"},
28510 {0x1898B,"TANGUT COMPONENT-396"},
28511 {0x1898C,"TANGUT COMPONENT-397"},
28512 {0x1898D,"TANGUT COMPONENT-398"},
28513 {0x1898E,"TANGUT COMPONENT-399"},
28514 {0x1898F,"TANGUT COMPONENT-400"},
28515 {0x18990,"TANGUT COMPONENT-401"},
28516 {0x18991,"TANGUT COMPONENT-402"},
28517 {0x18992,"TANGUT COMPONENT-403"},
28518 {0x18993,"TANGUT COMPONENT-404"},
28519 {0x18994,"TANGUT COMPONENT-405"},
28520 {0x18995,"TANGUT COMPONENT-406"},
28521 {0x18996,"TANGUT COMPONENT-407"},
28522 {0x18997,"TANGUT COMPONENT-408"},
28523 {0x18998,"TANGUT COMPONENT-409"},
28524 {0x18999,"TANGUT COMPONENT-410"},
28525 {0x1899A,"TANGUT COMPONENT-411"},
28526 {0x1899B,"TANGUT COMPONENT-412"},
28527 {0x1899C,"TANGUT COMPONENT-413"},
28528 {0x1899D,"TANGUT COMPONENT-414"},
28529 {0x1899E,"TANGUT COMPONENT-415"},
28530 {0x1899F,"TANGUT COMPONENT-416"},
28531 {0x189A0,"TANGUT COMPONENT-417"},
28532 {0x189A1,"TANGUT COMPONENT-418"},
28533 {0x189A2,"TANGUT COMPONENT-419"},
28534 {0x189A3,"TANGUT COMPONENT-420"},
28535 {0x189A4,"TANGUT COMPONENT-421"},
28536 {0x189A5,"TANGUT COMPONENT-422"},
28537 {0x189A6,"TANGUT COMPONENT-423"},
28538 {0x189A7,"TANGUT COMPONENT-424"},
28539 {0x189A8,"TANGUT COMPONENT-425"},
28540 {0x189A9,"TANGUT COMPONENT-426"},
28541 {0x189AA,"TANGUT COMPONENT-427"},
28542 {0x189AB,"TANGUT COMPONENT-428"},
28543 {0x189AC,"TANGUT COMPONENT-429"},
28544 {0x189AD,"TANGUT COMPONENT-430"},
28545 {0x189AE,"TANGUT COMPONENT-431"},
28546 {0x189AF,"TANGUT COMPONENT-432"},
28547 {0x189B0,"TANGUT COMPONENT-433"},
28548 {0x189B1,"TANGUT COMPONENT-434"},
28549 {0x189B2,"TANGUT COMPONENT-435"},
28550 {0x189B3,"TANGUT COMPONENT-436"},
28551 {0x189B4,"TANGUT COMPONENT-437"},
28552 {0x189B5,"TANGUT COMPONENT-438"},
28553 {0x189B6,"TANGUT COMPONENT-439"},
28554 {0x189B7,"TANGUT COMPONENT-440"},
28555 {0x189B8,"TANGUT COMPONENT-441"},
28556 {0x189B9,"TANGUT COMPONENT-442"},
28557 {0x189BA,"TANGUT COMPONENT-443"},
28558 {0x189BB,"TANGUT COMPONENT-444"},
28559 {0x189BC,"TANGUT COMPONENT-445"},
28560 {0x189BD,"TANGUT COMPONENT-446"},
28561 {0x189BE,"TANGUT COMPONENT-447"},
28562 {0x189BF,"TANGUT COMPONENT-448"},
28563 {0x189C0,"TANGUT COMPONENT-449"},
28564 {0x189C1,"TANGUT COMPONENT-450"},
28565 {0x189C2,"TANGUT COMPONENT-451"},
28566 {0x189C3,"TANGUT COMPONENT-452"},
28567 {0x189C4,"TANGUT COMPONENT-453"},
28568 {0x189C5,"TANGUT COMPONENT-454"},
28569 {0x189C6,"TANGUT COMPONENT-455"},
28570 {0x189C7,"TANGUT COMPONENT-456"},
28571 {0x189C8,"TANGUT COMPONENT-457"},
28572 {0x189C9,"TANGUT COMPONENT-458"},
28573 {0x189CA,"TANGUT COMPONENT-459"},
28574 {0x189CB,"TANGUT COMPONENT-460"},
28575 {0x189CC,"TANGUT COMPONENT-461"},
28576 {0x189CD,"TANGUT COMPONENT-462"},
28577 {0x189CE,"TANGUT COMPONENT-463"},
28578 {0x189CF,"TANGUT COMPONENT-464"},
28579 {0x189D0,"TANGUT COMPONENT-465"},
28580 {0x189D1,"TANGUT COMPONENT-466"},
28581 {0x189D2,"TANGUT COMPONENT-467"},
28582 {0x189D3,"TANGUT COMPONENT-468"},
28583 {0x189D4,"TANGUT COMPONENT-469"},
28584 {0x189D5,"TANGUT COMPONENT-470"},
28585 {0x189D6,"TANGUT COMPONENT-471"},
28586 {0x189D7,"TANGUT COMPONENT-472"},
28587 {0x189D8,"TANGUT COMPONENT-473"},
28588 {0x189D9,"TANGUT COMPONENT-474"},
28589 {0x189DA,"TANGUT COMPONENT-475"},
28590 {0x189DB,"TANGUT COMPONENT-476"},
28591 {0x189DC,"TANGUT COMPONENT-477"},
28592 {0x189DD,"TANGUT COMPONENT-478"},
28593 {0x189DE,"TANGUT COMPONENT-479"},
28594 {0x189DF,"TANGUT COMPONENT-480"},
28595 {0x189E0,"TANGUT COMPONENT-481"},
28596 {0x189E1,"TANGUT COMPONENT-482"},
28597 {0x189E2,"TANGUT COMPONENT-483"},
28598 {0x189E3,"TANGUT COMPONENT-484"},
28599 {0x189E4,"TANGUT COMPONENT-485"},
28600 {0x189E5,"TANGUT COMPONENT-486"},
28601 {0x189E6,"TANGUT COMPONENT-487"},
28602 {0x189E7,"TANGUT COMPONENT-488"},
28603 {0x189E8,"TANGUT COMPONENT-489"},
28604 {0x189E9,"TANGUT COMPONENT-490"},
28605 {0x189EA,"TANGUT COMPONENT-491"},
28606 {0x189EB,"TANGUT COMPONENT-492"},
28607 {0x189EC,"TANGUT COMPONENT-493"},
28608 {0x189ED,"TANGUT COMPONENT-494"},
28609 {0x189EE,"TANGUT COMPONENT-495"},
28610 {0x189EF,"TANGUT COMPONENT-496"},
28611 {0x189F0,"TANGUT COMPONENT-497"},
28612 {0x189F1,"TANGUT COMPONENT-498"},
28613 {0x189F2,"TANGUT COMPONENT-499"},
28614 {0x189F3,"TANGUT COMPONENT-500"},
28615 {0x189F4,"TANGUT COMPONENT-501"},
28616 {0x189F5,"TANGUT COMPONENT-502"},
28617 {0x189F6,"TANGUT COMPONENT-503"},
28618 {0x189F7,"TANGUT COMPONENT-504"},
28619 {0x189F8,"TANGUT COMPONENT-505"},
28620 {0x189F9,"TANGUT COMPONENT-506"},
28621 {0x189FA,"TANGUT COMPONENT-507"},
28622 {0x189FB,"TANGUT COMPONENT-508"},
28623 {0x189FC,"TANGUT COMPONENT-509"},
28624 {0x189FD,"TANGUT COMPONENT-510"},
28625 {0x189FE,"TANGUT COMPONENT-511"},
28626 {0x189FF,"TANGUT COMPONENT-512"},
28627 {0x18A00,"TANGUT COMPONENT-513"},
28628 {0x18A01,"TANGUT COMPONENT-514"},
28629 {0x18A02,"TANGUT COMPONENT-515"},
28630 {0x18A03,"TANGUT COMPONENT-516"},
28631 {0x18A04,"TANGUT COMPONENT-517"},
28632 {0x18A05,"TANGUT COMPONENT-518"},
28633 {0x18A06,"TANGUT COMPONENT-519"},
28634 {0x18A07,"TANGUT COMPONENT-520"},
28635 {0x18A08,"TANGUT COMPONENT-521"},
28636 {0x18A09,"TANGUT COMPONENT-522"},
28637 {0x18A0A,"TANGUT COMPONENT-523"},
28638 {0x18A0B,"TANGUT COMPONENT-524"},
28639 {0x18A0C,"TANGUT COMPONENT-525"},
28640 {0x18A0D,"TANGUT COMPONENT-526"},
28641 {0x18A0E,"TANGUT COMPONENT-527"},
28642 {0x18A0F,"TANGUT COMPONENT-528"},
28643 {0x18A10,"TANGUT COMPONENT-529"},
28644 {0x18A11,"TANGUT COMPONENT-530"},
28645 {0x18A12,"TANGUT COMPONENT-531"},
28646 {0x18A13,"TANGUT COMPONENT-532"},
28647 {0x18A14,"TANGUT COMPONENT-533"},
28648 {0x18A15,"TANGUT COMPONENT-534"},
28649 {0x18A16,"TANGUT COMPONENT-535"},
28650 {0x18A17,"TANGUT COMPONENT-536"},
28651 {0x18A18,"TANGUT COMPONENT-537"},
28652 {0x18A19,"TANGUT COMPONENT-538"},
28653 {0x18A1A,"TANGUT COMPONENT-539"},
28654 {0x18A1B,"TANGUT COMPONENT-540"},
28655 {0x18A1C,"TANGUT COMPONENT-541"},
28656 {0x18A1D,"TANGUT COMPONENT-542"},
28657 {0x18A1E,"TANGUT COMPONENT-543"},
28658 {0x18A1F,"TANGUT COMPONENT-544"},
28659 {0x18A20,"TANGUT COMPONENT-545"},
28660 {0x18A21,"TANGUT COMPONENT-546"},
28661 {0x18A22,"TANGUT COMPONENT-547"},
28662 {0x18A23,"TANGUT COMPONENT-548"},
28663 {0x18A24,"TANGUT COMPONENT-549"},
28664 {0x18A25,"TANGUT COMPONENT-550"},
28665 {0x18A26,"TANGUT COMPONENT-551"},
28666 {0x18A27,"TANGUT COMPONENT-552"},
28667 {0x18A28,"TANGUT COMPONENT-553"},
28668 {0x18A29,"TANGUT COMPONENT-554"},
28669 {0x18A2A,"TANGUT COMPONENT-555"},
28670 {0x18A2B,"TANGUT COMPONENT-556"},
28671 {0x18A2C,"TANGUT COMPONENT-557"},
28672 {0x18A2D,"TANGUT COMPONENT-558"},
28673 {0x18A2E,"TANGUT COMPONENT-559"},
28674 {0x18A2F,"TANGUT COMPONENT-560"},
28675 {0x18A30,"TANGUT COMPONENT-561"},
28676 {0x18A31,"TANGUT COMPONENT-562"},
28677 {0x18A32,"TANGUT COMPONENT-563"},
28678 {0x18A33,"TANGUT COMPONENT-564"},
28679 {0x18A34,"TANGUT COMPONENT-565"},
28680 {0x18A35,"TANGUT COMPONENT-566"},
28681 {0x18A36,"TANGUT COMPONENT-567"},
28682 {0x18A37,"TANGUT COMPONENT-568"},
28683 {0x18A38,"TANGUT COMPONENT-569"},
28684 {0x18A39,"TANGUT COMPONENT-570"},
28685 {0x18A3A,"TANGUT COMPONENT-571"},
28686 {0x18A3B,"TANGUT COMPONENT-572"},
28687 {0x18A3C,"TANGUT COMPONENT-573"},
28688 {0x18A3D,"TANGUT COMPONENT-574"},
28689 {0x18A3E,"TANGUT COMPONENT-575"},
28690 {0x18A3F,"TANGUT COMPONENT-576"},
28691 {0x18A40,"TANGUT COMPONENT-577"},
28692 {0x18A41,"TANGUT COMPONENT-578"},
28693 {0x18A42,"TANGUT COMPONENT-579"},
28694 {0x18A43,"TANGUT COMPONENT-580"},
28695 {0x18A44,"TANGUT COMPONENT-581"},
28696 {0x18A45,"TANGUT COMPONENT-582"},
28697 {0x18A46,"TANGUT COMPONENT-583"},
28698 {0x18A47,"TANGUT COMPONENT-584"},
28699 {0x18A48,"TANGUT COMPONENT-585"},
28700 {0x18A49,"TANGUT COMPONENT-586"},
28701 {0x18A4A,"TANGUT COMPONENT-587"},
28702 {0x18A4B,"TANGUT COMPONENT-588"},
28703 {0x18A4C,"TANGUT COMPONENT-589"},
28704 {0x18A4D,"TANGUT COMPONENT-590"},
28705 {0x18A4E,"TANGUT COMPONENT-591"},
28706 {0x18A4F,"TANGUT COMPONENT-592"},
28707 {0x18A50,"TANGUT COMPONENT-593"},
28708 {0x18A51,"TANGUT COMPONENT-594"},
28709 {0x18A52,"TANGUT COMPONENT-595"},
28710 {0x18A53,"TANGUT COMPONENT-596"},
28711 {0x18A54,"TANGUT COMPONENT-597"},
28712 {0x18A55,"TANGUT COMPONENT-598"},
28713 {0x18A56,"TANGUT COMPONENT-599"},
28714 {0x18A57,"TANGUT COMPONENT-600"},
28715 {0x18A58,"TANGUT COMPONENT-601"},
28716 {0x18A59,"TANGUT COMPONENT-602"},
28717 {0x18A5A,"TANGUT COMPONENT-603"},
28718 {0x18A5B,"TANGUT COMPONENT-604"},
28719 {0x18A5C,"TANGUT COMPONENT-605"},
28720 {0x18A5D,"TANGUT COMPONENT-606"},
28721 {0x18A5E,"TANGUT COMPONENT-607"},
28722 {0x18A5F,"TANGUT COMPONENT-608"},
28723 {0x18A60,"TANGUT COMPONENT-609"},
28724 {0x18A61,"TANGUT COMPONENT-610"},
28725 {0x18A62,"TANGUT COMPONENT-611"},
28726 {0x18A63,"TANGUT COMPONENT-612"},
28727 {0x18A64,"TANGUT COMPONENT-613"},
28728 {0x18A65,"TANGUT COMPONENT-614"},
28729 {0x18A66,"TANGUT COMPONENT-615"},
28730 {0x18A67,"TANGUT COMPONENT-616"},
28731 {0x18A68,"TANGUT COMPONENT-617"},
28732 {0x18A69,"TANGUT COMPONENT-618"},
28733 {0x18A6A,"TANGUT COMPONENT-619"},
28734 {0x18A6B,"TANGUT COMPONENT-620"},
28735 {0x18A6C,"TANGUT COMPONENT-621"},
28736 {0x18A6D,"TANGUT COMPONENT-622"},
28737 {0x18A6E,"TANGUT COMPONENT-623"},
28738 {0x18A6F,"TANGUT COMPONENT-624"},
28739 {0x18A70,"TANGUT COMPONENT-625"},
28740 {0x18A71,"TANGUT COMPONENT-626"},
28741 {0x18A72,"TANGUT COMPONENT-627"},
28742 {0x18A73,"TANGUT COMPONENT-628"},
28743 {0x18A74,"TANGUT COMPONENT-629"},
28744 {0x18A75,"TANGUT COMPONENT-630"},
28745 {0x18A76,"TANGUT COMPONENT-631"},
28746 {0x18A77,"TANGUT COMPONENT-632"},
28747 {0x18A78,"TANGUT COMPONENT-633"},
28748 {0x18A79,"TANGUT COMPONENT-634"},
28749 {0x18A7A,"TANGUT COMPONENT-635"},
28750 {0x18A7B,"TANGUT COMPONENT-636"},
28751 {0x18A7C,"TANGUT COMPONENT-637"},
28752 {0x18A7D,"TANGUT COMPONENT-638"},
28753 {0x18A7E,"TANGUT COMPONENT-639"},
28754 {0x18A7F,"TANGUT COMPONENT-640"},
28755 {0x18A80,"TANGUT COMPONENT-641"},
28756 {0x18A81,"TANGUT COMPONENT-642"},
28757 {0x18A82,"TANGUT COMPONENT-643"},
28758 {0x18A83,"TANGUT COMPONENT-644"},
28759 {0x18A84,"TANGUT COMPONENT-645"},
28760 {0x18A85,"TANGUT COMPONENT-646"},
28761 {0x18A86,"TANGUT COMPONENT-647"},
28762 {0x18A87,"TANGUT COMPONENT-648"},
28763 {0x18A88,"TANGUT COMPONENT-649"},
28764 {0x18A89,"TANGUT COMPONENT-650"},
28765 {0x18A8A,"TANGUT COMPONENT-651"},
28766 {0x18A8B,"TANGUT COMPONENT-652"},
28767 {0x18A8C,"TANGUT COMPONENT-653"},
28768 {0x18A8D,"TANGUT COMPONENT-654"},
28769 {0x18A8E,"TANGUT COMPONENT-655"},
28770 {0x18A8F,"TANGUT COMPONENT-656"},
28771 {0x18A90,"TANGUT COMPONENT-657"},
28772 {0x18A91,"TANGUT COMPONENT-658"},
28773 {0x18A92,"TANGUT COMPONENT-659"},
28774 {0x18A93,"TANGUT COMPONENT-660"},
28775 {0x18A94,"TANGUT COMPONENT-661"},
28776 {0x18A95,"TANGUT COMPONENT-662"},
28777 {0x18A96,"TANGUT COMPONENT-663"},
28778 {0x18A97,"TANGUT COMPONENT-664"},
28779 {0x18A98,"TANGUT COMPONENT-665"},
28780 {0x18A99,"TANGUT COMPONENT-666"},
28781 {0x18A9A,"TANGUT COMPONENT-667"},
28782 {0x18A9B,"TANGUT COMPONENT-668"},
28783 {0x18A9C,"TANGUT COMPONENT-669"},
28784 {0x18A9D,"TANGUT COMPONENT-670"},
28785 {0x18A9E,"TANGUT COMPONENT-671"},
28786 {0x18A9F,"TANGUT COMPONENT-672"},
28787 {0x18AA0,"TANGUT COMPONENT-673"},
28788 {0x18AA1,"TANGUT COMPONENT-674"},
28789 {0x18AA2,"TANGUT COMPONENT-675"},
28790 {0x18AA3,"TANGUT COMPONENT-676"},
28791 {0x18AA4,"TANGUT COMPONENT-677"},
28792 {0x18AA5,"TANGUT COMPONENT-678"},
28793 {0x18AA6,"TANGUT COMPONENT-679"},
28794 {0x18AA7,"TANGUT COMPONENT-680"},
28795 {0x18AA8,"TANGUT COMPONENT-681"},
28796 {0x18AA9,"TANGUT COMPONENT-682"},
28797 {0x18AAA,"TANGUT COMPONENT-683"},
28798 {0x18AAB,"TANGUT COMPONENT-684"},
28799 {0x18AAC,"TANGUT COMPONENT-685"},
28800 {0x18AAD,"TANGUT COMPONENT-686"},
28801 {0x18AAE,"TANGUT COMPONENT-687"},
28802 {0x18AAF,"TANGUT COMPONENT-688"},
28803 {0x18AB0,"TANGUT COMPONENT-689"},
28804 {0x18AB1,"TANGUT COMPONENT-690"},
28805 {0x18AB2,"TANGUT COMPONENT-691"},
28806 {0x18AB3,"TANGUT COMPONENT-692"},
28807 {0x18AB4,"TANGUT COMPONENT-693"},
28808 {0x18AB5,"TANGUT COMPONENT-694"},
28809 {0x18AB6,"TANGUT COMPONENT-695"},
28810 {0x18AB7,"TANGUT COMPONENT-696"},
28811 {0x18AB8,"TANGUT COMPONENT-697"},
28812 {0x18AB9,"TANGUT COMPONENT-698"},
28813 {0x18ABA,"TANGUT COMPONENT-699"},
28814 {0x18ABB,"TANGUT COMPONENT-700"},
28815 {0x18ABC,"TANGUT COMPONENT-701"},
28816 {0x18ABD,"TANGUT COMPONENT-702"},
28817 {0x18ABE,"TANGUT COMPONENT-703"},
28818 {0x18ABF,"TANGUT COMPONENT-704"},
28819 {0x18AC0,"TANGUT COMPONENT-705"},
28820 {0x18AC1,"TANGUT COMPONENT-706"},
28821 {0x18AC2,"TANGUT COMPONENT-707"},
28822 {0x18AC3,"TANGUT COMPONENT-708"},
28823 {0x18AC4,"TANGUT COMPONENT-709"},
28824 {0x18AC5,"TANGUT COMPONENT-710"},
28825 {0x18AC6,"TANGUT COMPONENT-711"},
28826 {0x18AC7,"TANGUT COMPONENT-712"},
28827 {0x18AC8,"TANGUT COMPONENT-713"},
28828 {0x18AC9,"TANGUT COMPONENT-714"},
28829 {0x18ACA,"TANGUT COMPONENT-715"},
28830 {0x18ACB,"TANGUT COMPONENT-716"},
28831 {0x18ACC,"TANGUT COMPONENT-717"},
28832 {0x18ACD,"TANGUT COMPONENT-718"},
28833 {0x18ACE,"TANGUT COMPONENT-719"},
28834 {0x18ACF,"TANGUT COMPONENT-720"},
28835 {0x18AD0,"TANGUT COMPONENT-721"},
28836 {0x18AD1,"TANGUT COMPONENT-722"},
28837 {0x18AD2,"TANGUT COMPONENT-723"},
28838 {0x18AD3,"TANGUT COMPONENT-724"},
28839 {0x18AD4,"TANGUT COMPONENT-725"},
28840 {0x18AD5,"TANGUT COMPONENT-726"},
28841 {0x18AD6,"TANGUT COMPONENT-727"},
28842 {0x18AD7,"TANGUT COMPONENT-728"},
28843 {0x18AD8,"TANGUT COMPONENT-729"},
28844 {0x18AD9,"TANGUT COMPONENT-730"},
28845 {0x18ADA,"TANGUT COMPONENT-731"},
28846 {0x18ADB,"TANGUT COMPONENT-732"},
28847 {0x18ADC,"TANGUT COMPONENT-733"},
28848 {0x18ADD,"TANGUT COMPONENT-734"},
28849 {0x18ADE,"TANGUT COMPONENT-735"},
28850 {0x18ADF,"TANGUT COMPONENT-736"},
28851 {0x18AE0,"TANGUT COMPONENT-737"},
28852 {0x18AE1,"TANGUT COMPONENT-738"},
28853 {0x18AE2,"TANGUT COMPONENT-739"},
28854 {0x18AE3,"TANGUT COMPONENT-740"},
28855 {0x18AE4,"TANGUT COMPONENT-741"},
28856 {0x18AE5,"TANGUT COMPONENT-742"},
28857 {0x18AE6,"TANGUT COMPONENT-743"},
28858 {0x18AE7,"TANGUT COMPONENT-744"},
28859 {0x18AE8,"TANGUT COMPONENT-745"},
28860 {0x18AE9,"TANGUT COMPONENT-746"},
28861 {0x18AEA,"TANGUT COMPONENT-747"},
28862 {0x18AEB,"TANGUT COMPONENT-748"},
28863 {0x18AEC,"TANGUT COMPONENT-749"},
28864 {0x18AED,"TANGUT COMPONENT-750"},
28865 {0x18AEE,"TANGUT COMPONENT-751"},
28866 {0x18AEF,"TANGUT COMPONENT-752"},
28867 {0x18AF0,"TANGUT COMPONENT-753"},
28868 {0x18AF1,"TANGUT COMPONENT-754"},
28869 {0x18AF2,"TANGUT COMPONENT-755"},
28870 {0x16FE0,"TANGUT ITERATION MARK"},
2397028871 {0x1F5AD,"TAPE CARTRIDGE"},
2397128872 {0x2707,"TAPE DRIVE"},
2397228873 {0x2649,"TAURUS"},
2397528876 {0x1F4C6,"TEAR-OFF CALENDAR"},
2397628877 {0x27BA,"TEARDROP-BARBED RIGHTWARDS ARROW"},
2397728878 {0x273B,"TEARDROP-SPOKED ASTERISK"},
28879 {0x1F9F8,"TEDDY BEAR"},
2397828880 {0x2706,"TELEPHONE LOCATION SIGN"},
2397928881 {0x1F580,"TELEPHONE ON TOP OF MODEM"},
2398028882 {0x1F4DE,"TELEPHONE RECEIVER"},
2404028942 {0x0C2B,"TELUGU LETTER PHA"},
2404128943 {0x0C30,"TELUGU LETTER RA"},
2404228944 {0x0C31,"TELUGU LETTER RRA"},
28945 {0x0C5A,"TELUGU LETTER RRRA"},
2404328946 {0x0C38,"TELUGU LETTER SA"},
2404428947 {0x0C36,"TELUGU LETTER SHA"},
2404528948 {0x0C37,"TELUGU LETTER SSA"},
2405928962 {0x0C02,"TELUGU SIGN ANUSVARA"},
2406028963 {0x0C3D,"TELUGU SIGN AVAGRAHA"},
2406128964 {0x0C01,"TELUGU SIGN CANDRABINDU"},
28965 {0x0C04,"TELUGU SIGN COMBINING ANUSVARA ABOVE"},
2406228966 {0x0C00,"TELUGU SIGN COMBINING CANDRABINDU ABOVE"},
2406328967 {0x0C7F,"TELUGU SIGN TUUMU"},
2406428968 {0x0C4D,"TELUGU SIGN VIRAMA"},
2408128985 {0x20B8,"TENGE SIGN"},
2408228986 {0x1F3BE,"TENNIS RACQUET AND BALL"},
2408328987 {0x26FA,"TENT"},
28988 {0x1F9EA,"TEST TUBE"},
2408428989 {0x1D341,"TETRAGRAM FOR ACCUMULATION"},
2408528990 {0x1D319,"TETRAGRAM FOR ADVANCE"},
2408628991 {0x1D351,"TETRAGRAM FOR AGGRAVATION"},
2430729212 {0x1F7A1,"THIN GREEK CROSS"},
2430829213 {0x1F7A8,"THIN SALTIRE"},
2430929214 {0x2009,"THIN SPACE"},
29215 {0x1F914,"THINKING FACE"},
29216 {0x1F949,"THIRD PLACE MEDAL"},
2431029217 {0x1F4AD,"THOUGHT BALLOON"},
2431129218 {0x1F5B1,"THREE BUTTON MOUSE"},
2431229219 {0x2A76,"THREE CONSECUTIVE EQUALS SIGNS"},
2470829615 {0x1F5FC,"TOKYO TOWER"},
2470929616 {0x1F345,"TOMATO"},
2471029617 {0x1F445,"TONGUE"},
29618 {0x1F9F0,"TOOLBOX"},
29619 {0x1F9B7,"TOOTH"},
2471129620 {0x293A,"TOP ARC ANTICLOCKWISE ARROW"},
2471229621 {0x293D,"TOP ARC ANTICLOCKWISE ARROW WITH PLUS"},
2471329622 {0x293C,"TOP ARC CLOCKWISE ARROW WITH MINUS"},
2474329652 {0x1F686,"TRAIN"},
2474429653 {0x1F68A,"TRAM"},
2474529654 {0x1F68B,"TRAM CAR"},
29655 {0x2BD7,"TRANSPLUTO"},
2474629656 {0x2ADB,"TRANSVERSAL INTERSECTION"},
2474729657 {0x29CA,"TRIANGLE WITH DOT ABOVE"},
2474829658 {0x1F6C6,"TRIANGLE WITH ROUNDED CORNERS"},
2476329673 {0x2635,"TRIGRAM FOR WATER"},
2476429674 {0x2634,"TRIGRAM FOR WIND"},
2476529675 {0x2AF6,"TRIPLE COLON OPERATOR"},
29676 {0x2E4B,"TRIPLE DAGGER"},
2476629677 {0x2A68,"TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE"},
2476729678 {0x2A69,"TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE"},
2476829679 {0x222D,"TRIPLE INTEGRAL"},
2478129692 {0x1F379,"TROPICAL DRINK"},
2478229693 {0x1F420,"TROPICAL FISH"},
2478329694 {0x22A8,"TRUE"},
29695 {0x2BDF,"TRUE LIGHT MOON ARTA"},
2478429696 {0x1F3BA,"TRUMPET"},
2478529697 {0x20AE,"TUGRIK SIGN"},
2478629698 {0x1F337,"TULIP"},
29699 {0x1F943,"TUMBLER GLASS"},
29700 {0x1F983,"TURKEY"},
2478729701 {0x20BA,"TURKISH LIRA SIGN"},
2478829702 {0x214B,"TURNED AMPERSAND"},
2478929703 {0x29A2,"TURNED ANGLE"},
2479229706 {0x2132,"TURNED CAPITAL F"},
2479329707 {0x2E32,"TURNED COMMA"},
2479429708 {0x2E38,"TURNED DAGGER"},
29709 {0x218B,"TURNED DIGIT THREE"},
29710 {0x218A,"TURNED DIGIT TWO"},
2479529711 {0x2129,"TURNED GREEK SMALL LETTER IOTA"},
2479629712 {0x1F656,"TURNED NORTH EAST POINTING LEAF"},
2479729713 {0x1F654,"TURNED NORTH WEST POINTING LEAF"},
2486229778 {0x2BD1,"UNCERTAINTY SIGN"},
2486329779 {0x203F,"UNDERTIE"},
2486429780 {0x238C,"UNDO SYMBOL"},
29781 {0x1F984,"UNICORN FACE"},
2486529782 {0x222A,"UNION"},
2486629783 {0x2A48,"UNION ABOVE BAR ABOVE INTERSECTION"},
2486729784 {0x2A46,"UNION ABOVE INTERSECTION"},
2486929786 {0x2A45,"UNION WITH LOGICAL OR"},
2487029787 {0x2A41,"UNION WITH MINUS SIGN"},
2487129788 {0x2A42,"UNION WITH OVERBAR"},
29789 {0x2BFA,"UNITED SYMBOL"},
2487229790 {0x2672,"UNIVERSAL RECYCLING SYMBOL"},
2487329791 {0x26AF,"UNMARRIED PARTNERSHIP SYMBOL"},
2487429792 {0x29BD,"UP ARROW THROUGH CIRCLE"},
2491329831 {0x1F53F,"UPPER RIGHT SHADOWED WHITE CIRCLE"},
2491429832 {0x2752,"UPPER RIGHT SHADOWED WHITE SQUARE"},
2491529833 {0x25F9,"UPPER RIGHT TRIANGLE"},
29834 {0x1F643,"UPSIDE-DOWN FACE"},
2491629835 {0x2E15,"UPWARDS ANCORA"},
2491729836 {0x2191,"UPWARDS ARROW"},
2491829837 {0x21A5,"UPWARDS ARROW FROM BAR"},
2496629885 {0x290A,"UPWARDS TRIPLE ARROW"},
2496729886 {0x219F,"UPWARDS TWO HEADED ARROW"},
2496829887 {0x2949,"UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE"},
29888 {0x2BED,"UPWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS"},
2496929889 {0x21E7,"UPWARDS WHITE ARROW"},
2497029890 {0x21EA,"UPWARDS WHITE ARROW FROM BAR"},
2497129891 {0x2BB8,"UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR"},
2527630196 {0xA619,"VAI SYMBOL TAA"},
2527730197 {0xA615,"VAI SYMBOL TING"},
2527830198 {0xA61D,"VAI SYMBOL TONG"},
30199 {0x1F9DB,"VAMPIRE"},
2527930200 {0xFE00,"VARIATION SELECTOR-1"},
2528030201 {0xFE09,"VARIATION SELECTOR-10"},
2528130202 {0xE0153,"VARIATION SELECTOR-100"},
2553930460 {0x1CEB,"VEDIC SIGN ANUSVARA VAMAGOMUKHA"},
2554030461 {0x1CEC,"VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL"},
2554130462 {0x1CF2,"VEDIC SIGN ARDHAVISARGA"},
30463 {0x1CF7,"VEDIC SIGN ATIKRAMA"},
2554230464 {0x1CEE,"VEDIC SIGN HEXIFORM LONG ANUSVARA"},
2554330465 {0x1CF5,"VEDIC SIGN JIHVAMULIYA"},
2554430466 {0x1CEF,"VEDIC SIGN LONG ANUSVARA"},
2562130543 {0x1F3BB,"VIOLIN"},
2562230544 {0x264D,"VIRGO"},
2562330545 {0x1F30B,"VOLCANO"},
30546 {0x1F3D0,"VOLLEYBALL"},
2562430547 {0x2230,"VOLUME INTEGRAL"},
30548 {0x2BE6,"VULCANUS"},
2562530549 {0x215D,"VULGAR FRACTION FIVE EIGHTHS"},
2562630550 {0x215A,"VULGAR FRACTION FIVE SIXTHS"},
2562730551 {0x2158,"VULGAR FRACTION FOUR FIFTHS"},
2573230656 {0x231A,"WATCH"},
2573330657 {0x1F403,"WATER BUFFALO"},
2573430658 {0x1F6BE,"WATER CLOSET"},
30659 {0x1F93D,"WATER POLO"},
2573530660 {0x1F30A,"WATER WAVE"},
2573630661 {0x1F349,"WATERMELON"},
2573730662 {0x2B3F,"WAVE ARROW POINTING DIRECTLY LEFT"},
2581930744 {0x25FD,"WHITE MEDIUM SMALL SQUARE"},
2582030745 {0x25FB,"WHITE MEDIUM SQUARE"},
2582130746 {0x2B50,"WHITE MEDIUM STAR"},
30747 {0x2BDD,"WHITE MOON SELENA"},
2582230748 {0x2711,"WHITE NIB"},
2582330749 {0x25B1,"WHITE PARALLELOGRAM"},
2582430750 {0x1F3F1,"WHITE PENNANT"},
2591530841 {0x1F871,"WIDE-HEADED UPWARDS MEDIUM BARB ARROW"},
2591630842 {0x1F881,"WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW"},
2591730843 {0x2E3E,"WIGGLY VERTICAL LINE"},
30844 {0x1F940,"WILTED FLOWER"},
2591830845 {0x1F32C,"WIND BLOWING FACE"},
2591930846 {0x1F390,"WIND CHIME"},
2592030847 {0x1F377,"WINE GLASS"},
2593630863 {0x1F381,"WRAPPED PRESENT"},
2593730864 {0x2240,"WREATH PRODUCT"},
2593830865 {0x1F527,"WRENCH"},
30866 {0x1F93C,"WRESTLERS"},
2593930867 {0x270D,"WRITING HAND"},
2594030868 {0x2327,"X IN A RECTANGLE BOX"},
30869 {0x1FA6C,"XIANGQI BLACK CANNON"},
30870 {0x1FA6B,"XIANGQI BLACK CHARIOT"},
30871 {0x1FA69,"XIANGQI BLACK ELEPHANT"},
30872 {0x1FA67,"XIANGQI BLACK GENERAL"},
30873 {0x1FA6A,"XIANGQI BLACK HORSE"},
30874 {0x1FA68,"XIANGQI BLACK MANDARIN"},
30875 {0x1FA6D,"XIANGQI BLACK SOLDIER"},
30876 {0x1FA65,"XIANGQI RED CANNON"},
30877 {0x1FA64,"XIANGQI RED CHARIOT"},
30878 {0x1FA62,"XIANGQI RED ELEPHANT"},
30879 {0x1FA60,"XIANGQI RED GENERAL"},
30880 {0x1FA63,"XIANGQI RED HORSE"},
30881 {0x1FA61,"XIANGQI RED MANDARIN"},
30882 {0x1FA66,"XIANGQI RED SOLDIER"},
2594130883 {0x22BB,"XOR"},
2594230884 {0x1F49B,"YELLOW HEART"},
2594330885 {0x00A5,"YEN SIGN"},
2717532117 {0x2A21,"Z NOTATION SCHEMA PROJECTION"},
2717632118 {0x2981,"Z NOTATION SPOT"},
2717732119 {0x2982,"Z NOTATION TYPE COLON"},
32120 {0x11A46,"ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK"},
32121 {0x11A40,"ZANABAZAR SQUARE CLOSING HEAD MARK"},
32122 {0x11A3D,"ZANABAZAR SQUARE CLUSTER-FINAL LETTER LA"},
32123 {0x11A3C,"ZANABAZAR SQUARE CLUSTER-FINAL LETTER RA"},
32124 {0x11A3E,"ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA"},
32125 {0x11A3B,"ZANABAZAR SQUARE CLUSTER-FINAL LETTER YA"},
32126 {0x11A3A,"ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA"},
32127 {0x11A33,"ZANABAZAR SQUARE FINAL CONSONANT MARK"},
32128 {0x11A45,"ZANABAZAR SQUARE INITIAL DOUBLE-LINED HEAD MARK"},
32129 {0x11A3F,"ZANABAZAR SQUARE INITIAL HEAD MARK"},
32130 {0x11A29,"ZANABAZAR SQUARE LETTER -A"},
32131 {0x11A00,"ZANABAZAR SQUARE LETTER A"},
32132 {0x11A20,"ZANABAZAR SQUARE LETTER BA"},
32133 {0x11A21,"ZANABAZAR SQUARE LETTER BHA"},
32134 {0x11A10,"ZANABAZAR SQUARE LETTER CA"},
32135 {0x11A11,"ZANABAZAR SQUARE LETTER CHA"},
32136 {0x11A1B,"ZANABAZAR SQUARE LETTER DA"},
32137 {0x11A16,"ZANABAZAR SQUARE LETTER DDA"},
32138 {0x11A17,"ZANABAZAR SQUARE LETTER DDHA"},
32139 {0x11A1C,"ZANABAZAR SQUARE LETTER DHA"},
32140 {0x11A25,"ZANABAZAR SQUARE LETTER DZA"},
32141 {0x11A26,"ZANABAZAR SQUARE LETTER DZHA"},
32142 {0x11A0D,"ZANABAZAR SQUARE LETTER GA"},
32143 {0x11A0E,"ZANABAZAR SQUARE LETTER GHA"},
32144 {0x11A31,"ZANABAZAR SQUARE LETTER HA"},
32145 {0x11A12,"ZANABAZAR SQUARE LETTER JA"},
32146 {0x11A0B,"ZANABAZAR SQUARE LETTER KA"},
32147 {0x11A0C,"ZANABAZAR SQUARE LETTER KHA"},
32148 {0x11A32,"ZANABAZAR SQUARE LETTER KSSA"},
32149 {0x11A2C,"ZANABAZAR SQUARE LETTER LA"},
32150 {0x11A22,"ZANABAZAR SQUARE LETTER MA"},
32151 {0x11A1D,"ZANABAZAR SQUARE LETTER NA"},
32152 {0x11A0F,"ZANABAZAR SQUARE LETTER NGA"},
32153 {0x11A18,"ZANABAZAR SQUARE LETTER NNA"},
32154 {0x11A13,"ZANABAZAR SQUARE LETTER NYA"},
32155 {0x11A1E,"ZANABAZAR SQUARE LETTER PA"},
32156 {0x11A1F,"ZANABAZAR SQUARE LETTER PHA"},
32157 {0x11A2B,"ZANABAZAR SQUARE LETTER RA"},
32158 {0x11A30,"ZANABAZAR SQUARE LETTER SA"},
32159 {0x11A2E,"ZANABAZAR SQUARE LETTER SHA"},
32160 {0x11A2F,"ZANABAZAR SQUARE LETTER SSA"},
32161 {0x11A19,"ZANABAZAR SQUARE LETTER TA"},
32162 {0x11A1A,"ZANABAZAR SQUARE LETTER THA"},
32163 {0x11A23,"ZANABAZAR SQUARE LETTER TSA"},
32164 {0x11A24,"ZANABAZAR SQUARE LETTER TSHA"},
32165 {0x11A14,"ZANABAZAR SQUARE LETTER TTA"},
32166 {0x11A15,"ZANABAZAR SQUARE LETTER TTHA"},
32167 {0x11A2D,"ZANABAZAR SQUARE LETTER VA"},
32168 {0x11A2A,"ZANABAZAR SQUARE LETTER YA"},
32169 {0x11A28,"ZANABAZAR SQUARE LETTER ZA"},
32170 {0x11A27,"ZANABAZAR SQUARE LETTER ZHA"},
32171 {0x11A43,"ZANABAZAR SQUARE MARK DOUBLE SHAD"},
32172 {0x11A44,"ZANABAZAR SQUARE MARK LONG TSHEG"},
32173 {0x11A42,"ZANABAZAR SQUARE MARK SHAD"},
32174 {0x11A41,"ZANABAZAR SQUARE MARK TSHEG"},
32175 {0x11A38,"ZANABAZAR SQUARE SIGN ANUSVARA"},
32176 {0x11A37,"ZANABAZAR SQUARE SIGN CANDRA WITH ORNAMENT"},
32177 {0x11A35,"ZANABAZAR SQUARE SIGN CANDRABINDU"},
32178 {0x11A36,"ZANABAZAR SQUARE SIGN CANDRABINDU WITH ORNAMENT"},
32179 {0x11A34,"ZANABAZAR SQUARE SIGN VIRAMA"},
32180 {0x11A39,"ZANABAZAR SQUARE SIGN VISARGA"},
32181 {0x11A47,"ZANABAZAR SQUARE SUBJOINER"},
32182 {0x11A0A,"ZANABAZAR SQUARE VOWEL LENGTH MARK"},
32183 {0x11A07,"ZANABAZAR SQUARE VOWEL SIGN AI"},
32184 {0x11A08,"ZANABAZAR SQUARE VOWEL SIGN AU"},
32185 {0x11A04,"ZANABAZAR SQUARE VOWEL SIGN E"},
32186 {0x11A01,"ZANABAZAR SQUARE VOWEL SIGN I"},
32187 {0x11A06,"ZANABAZAR SQUARE VOWEL SIGN O"},
32188 {0x11A05,"ZANABAZAR SQUARE VOWEL SIGN OE"},
32189 {0x11A09,"ZANABAZAR SQUARE VOWEL SIGN REVERSED I"},
32190 {0x11A03,"ZANABAZAR SQUARE VOWEL SIGN U"},
32191 {0x11A02,"ZANABAZAR SQUARE VOWEL SIGN UE"},
32192 {0x1F993,"ZEBRA FACE"},
2717832193 {0x200D,"ZERO WIDTH JOINER"},
2717932194 {0xFEFF,"ZERO WIDTH NO-BREAK SPACE"},
2718032195 {0x200C,"ZERO WIDTH NON-JOINER"},
2718132196 {0x200B,"ZERO WIDTH SPACE"},
32197 {0x2BE2,"ZEUS"},
32198 {0x1F910,"ZIPPER-MOUTH FACE"},
32199 {0x1F9DF,"ZOMBIE"},
2718232200 {0,0}
2718332201 };
00 <?xml version="1.0"?>
1 <!--Copyright (c) 2002-2014 SIL International-->
1 <!--Copyright (c) 2002-2016 SIL International-->
22 <sfConversion defaultMapping="SILGreek">
33 <sfMarkers escape="\"
44 chars="abcdefghijklmnopqrstuvwxyz_ABCDEFGHIJKLMNOPQRSTUVWXYZ"
66 check_DATA += mrk.txt
77 check_DATA += NormalizationTest.txt
88 check_DATA += SILGreek2004-04-27.map
9 check_DATA += SILGreek2004-04-27.tec.orig
109 check_DATA += SILGreek2004-04-27.uncompressed.tec.orig
1110 check_DATA += academy.tec
1211 check_DATA += silipa93.tec
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
1727 am__make_running_with_option = \
1828 case $${target_option-} in \
1929 ?) ;; \
7888 host_triplet = @host@
7989 target_triplet = @target@
8090 subdir = test
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/test-driver
8391 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8492 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
8593 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
8896 $(top_srcdir)/zlib-1.2.3/zlib.ac $(top_srcdir)/configure.ac
8997 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9098 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
91100 mkinstalldirs = $(install_sh) -d
92101 CONFIG_HEADER = $(top_builddir)/config.h
93102 CONFIG_CLEAN_FILES =
316325 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
317326 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
318327 $(TEST_LOG_FLAGS)
328 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/test-driver
319329 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
320330 ACLOCAL = @ACLOCAL@
321331 AMTAR = @AMTAR@
361371 LIPO = @LIPO@
362372 LN_S = @LN_S@
363373 LTLIBOBJS = @LTLIBOBJS@
374 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
364375 MAINT = @MAINT@
365376 MAKEINFO = @MAKEINFO@
366377 MANIFEST_TOOL = @MANIFEST_TOOL@
436447 prefix = @prefix@
437448 program_transform_name = @program_transform_name@
438449 psdir = @psdir@
450 runstatedir = @runstatedir@
439451 sbindir = @sbindir@
440452 sharedstatedir = @sharedstatedir@
441453 srcdir = @srcdir@
451463 check_SCRIPTS = dotests.pl
452464 check_DATA = GNT-map.xml ISO-8859-1.map Mrk-GNT.sf \
453465 mrk.sf.legacy.txt.orig mrk.txt NormalizationTest.txt \
454 SILGreek2004-04-27.map SILGreek2004-04-27.tec.orig \
466 SILGreek2004-04-27.map \
455467 SILGreek2004-04-27.uncompressed.tec.orig academy.tec \
456468 silipa93.tec
457469 EXTRA_DIST = $(check_SCRIPTS) $(check_DATA)
473485 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
474486 $(am__cd) $(top_srcdir) && \
475487 $(AUTOMAKE) --foreign test/Makefile
476 .PRECIOUS: Makefile
477488 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478489 @case '$?' in \
479490 *config.status*) \
534545 if test -n "$$am__remaking_logs"; then \
535546 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
536547 "recursion detected" >&2; \
537 else \
548 elif test -n "$$redo_logs"; then \
538549 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
539550 fi; \
540551 if $(am__make_dryrun); then :; else \
817828 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
818829 uninstall uninstall-am
819830
831 .PRECIOUS: Makefile
832
820833
821834 # Tell versions [3.59,3.63) of GNU make to not export all variables.
822835 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # NormalizationTest-7.0.0.txt
1 # Date: 2013-11-27, 09:54:41 GMT [MD]
0 # NormalizationTest-11.0.0.txt
1 # Date: 2018-02-19, 18:33:08 GMT
2 # ยฉ 2018 Unicodeยฎ, Inc.
3 # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
4 # For terms of use, see http://www.unicode.org/terms_of_use.html
25 #
36 # Unicode Character Database
4 # Copyright (c) 1991-2013 Unicode, Inc.
5 # For terms of use, see http://www.unicode.org/terms_of_use.html
6 # For documentation, see http://www.unicode.org/reports/tr44/
7 # For documentation, see http://www.unicode.org/reports/tr44/
78 #
89 # Normalization Test Suite
910 # Format:
6263 0045 0300 0304;00C8 0304;0045 0300 0304;00C8 0304;0045 0300 0304; # (Eโ—Œฬ€โ—Œฬ„; รˆโ—Œฬ„; Eโ—Œฬ€โ—Œฬ„; รˆโ—Œฬ„; Eโ—Œฬ€โ—Œฬ„; ) LATIN CAPITAL LETTER E, COMBINING GRAVE ACCENT, COMBINING MACRON
6364 05B8 05B9 05B1 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F;05B1 05B8 05B9 0591 05C3 05B0 05AC 059F; # (โ—Œึธโ—Œึนโ—Œึฑโ—Œึ‘ืƒโ—Œึฐโ—Œึฌโ—ŒึŸ; โ—Œึฑโ—Œึธโ—Œึนโ—Œึ‘ืƒโ—Œึฐโ—Œึฌโ—ŒึŸ; โ—Œึฑโ—Œึธโ—Œึนโ—Œึ‘ืƒโ—Œึฐโ—Œึฌโ—ŒึŸ; โ—Œึฑโ—Œึธโ—Œึนโ—Œึ‘ืƒโ—Œึฐโ—Œึฌโ—ŒึŸ; โ—Œึฑโ—Œึธโ—Œึนโ—Œึ‘ืƒโ—Œึฐโ—Œึฌโ—ŒึŸ; ) HEBREW POINT QAMATS, HEBREW POINT HOLAM, HEBREW POINT HATAF SEGOL, HEBREW ACCENT ETNAHTA, HEBREW PUNCTUATION SOF PASUQ, HEBREW POINT SHEVA, HEBREW ACCENT ILUY, HEBREW ACCENT QARNEY PARA
6465 0592 05B7 05BC 05A5 05B0 05C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4; # (โ—Œึ’โ—Œึทโ—Œึผโ—Œึฅโ—Œึฐื€โ—Œื„โ—Œึญ; โ—Œึฐโ—Œึทโ—Œึผโ—Œึฅโ—Œึ’ื€โ—Œึญโ—Œื„; โ—Œึฐโ—Œึทโ—Œึผโ—Œึฅโ—Œึ’ื€โ—Œึญโ—Œื„; โ—Œึฐโ—Œึทโ—Œึผโ—Œึฅโ—Œึ’ื€โ—Œึญโ—Œื„; โ—Œึฐโ—Œึทโ—Œึผโ—Œึฅโ—Œึ’ื€โ—Œึญโ—Œื„; ) HEBREW ACCENT SEGOL, HEBREW POINT PATAH, HEBREW POINT DAGESH OR MAPIQ, HEBREW ACCENT MERKHA, HEBREW POINT SHEVA, HEBREW PUNCTUATION PASEQ, HEBREW MARK UPPER DOT, HEBREW ACCENT DEHI
66 1100 AC00 11A8;1100 AC01;1100 1100 1161 11A8;1100 AC01;1100 1100 1161 11A8; # (แ„€๊ฐ€แ†จ; แ„€๊ฐ; แ„€แ„€แ…กแ†จ; แ„€๊ฐ; แ„€แ„€แ…กแ†จ; ) HANGUL CHOSEONG KIYEOK, HANGUL SYLLABLE GA, HANGUL JONGSEONG KIYEOK
67 1100 AC00 11A8 11A8;1100 AC01 11A8;1100 1100 1161 11A8 11A8;1100 AC01 11A8;1100 1100 1161 11A8 11A8; # (แ„€๊ฐ€แ†จแ†จ; แ„€๊ฐแ†จ; แ„€แ„€แ…กแ†จแ†จ; แ„€๊ฐแ†จ; แ„€แ„€แ…กแ†จแ†จ; ) HANGUL CHOSEONG KIYEOK, HANGUL SYLLABLE GA, HANGUL JONGSEONG KIYEOK, HANGUL JONGSEONG KIYEOK
6568 #
6669 @Part1 # Character by character test
6770 # All characters not explicitly occurring in c1 of Part 1 have identical NFC, D, KC, KD forms.
1640616409 1F238;1F238;1F238;7533;7533; # (๐Ÿˆธ; ๐Ÿˆธ; ๐Ÿˆธ; ็”ณ; ็”ณ; ) SQUARED CJK UNIFIED IDEOGRAPH-7533
1640716410 1F239;1F239;1F239;5272;5272; # (๐Ÿˆน; ๐Ÿˆน; ๐Ÿˆน; ๅ‰ฒ; ๅ‰ฒ; ) SQUARED CJK UNIFIED IDEOGRAPH-5272
1640816411 1F23A;1F23A;1F23A;55B6;55B6; # (๐Ÿˆบ; ๐Ÿˆบ; ๐Ÿˆบ; ๅ–ถ; ๅ–ถ; ) SQUARED CJK UNIFIED IDEOGRAPH-55B6
16412 1F23B;1F23B;1F23B;914D;914D; # (๐Ÿˆป; ๐Ÿˆป; ๐Ÿˆป; ้…; ้…; ) SQUARED CJK UNIFIED IDEOGRAPH-914D
1640916413 1F240;1F240;1F240;3014 672C 3015;3014 672C 3015; # (๐Ÿ‰€; ๐Ÿ‰€; ๐Ÿ‰€; ใ€”ๆœฌใ€•; ใ€”ๆœฌใ€•; ) TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C
1641016414 1F241;1F241;1F241;3014 4E09 3015;3014 4E09 3015; # (๐Ÿ‰; ๐Ÿ‰; ๐Ÿ‰; ใ€”ไธ‰ใ€•; ใ€”ไธ‰ใ€•; ) TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09
1641116415 1F242;1F242;1F242;3014 4E8C 3015;3014 4E8C 3015; # (๐Ÿ‰‚; ๐Ÿ‰‚; ๐Ÿ‰‚; ใ€”ไบŒใ€•; ใ€”ไบŒใ€•; ) TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C
1747417478 0061 07F2 059A 0316 302A 0062;0061 302A 07F2 0316 059A 0062;0061 302A 07F2 0316 059A 0062;0061 302A 07F2 0316 059A 0062;0061 302A 07F2 0316 059A 0062; # (aโ—Œ฿ฒโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ฿ฒโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฒโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฒโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฒโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, NKO COMBINING NASALIZATION MARK, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1747517479 0061 0315 0300 05AE 07F3 0062;00E0 05AE 07F3 0315 0062;0061 05AE 0300 07F3 0315 0062;00E0 05AE 07F3 0315 0062;0061 05AE 0300 07F3 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ฿ณb; ร โ—Œึฎโ—Œ฿ณโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ฿ณโ—Œฬ•b; ร โ—Œึฎโ—Œ฿ณโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ฿ณโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, NKO COMBINING DOUBLE DOT ABOVE, LATIN SMALL LETTER B
1747617480 0061 07F3 0315 0300 05AE 0062;0061 05AE 07F3 0300 0315 0062;0061 05AE 07F3 0300 0315 0062;0061 05AE 07F3 0300 0315 0062;0061 05AE 07F3 0300 0315 0062; # (aโ—Œ฿ณโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ฿ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ฿ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ฿ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ฿ณโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, NKO COMBINING DOUBLE DOT ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17481 0061 059A 0316 302A 07FD 0062;0061 302A 0316 07FD 059A 0062;0061 302A 0316 07FD 059A 0062;0061 302A 0316 07FD 059A 0062;0061 302A 0316 07FD 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ฿ฝb; aโ—Œใ€ชโ—Œฬ–โ—Œ฿ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ฿ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ฿ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ฿ฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, NKO DANTAYALAN, LATIN SMALL LETTER B
17482 0061 07FD 059A 0316 302A 0062;0061 302A 07FD 0316 059A 0062;0061 302A 07FD 0316 059A 0062;0061 302A 07FD 0316 059A 0062;0061 302A 07FD 0316 059A 0062; # (aโ—Œ฿ฝโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ฿ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ฿ฝโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, NKO DANTAYALAN, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1747717483 0061 0315 0300 05AE 0816 0062;00E0 05AE 0816 0315 0062;0061 05AE 0300 0816 0315 0062;00E0 05AE 0816 0315 0062;0061 05AE 0300 0816 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเ –b; ร โ—Œึฎโ—Œเ –โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเ –โ—Œฬ•b; ร โ—Œึฎโ—Œเ –โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเ –โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SAMARITAN MARK IN, LATIN SMALL LETTER B
1747817484 0061 0816 0315 0300 05AE 0062;0061 05AE 0816 0300 0315 0062;0061 05AE 0816 0300 0315 0062;0061 05AE 0816 0300 0315 0062;0061 05AE 0816 0300 0315 0062; # (aโ—Œเ –โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเ –โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเ –โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเ –โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเ –โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, SAMARITAN MARK IN, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1747917485 0061 0315 0300 05AE 0817 0062;00E0 05AE 0817 0315 0062;0061 05AE 0300 0817 0315 0062;00E0 05AE 0817 0315 0062;0061 05AE 0300 0817 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเ —b; ร โ—Œึฎโ—Œเ —โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเ —โ—Œฬ•b; ร โ—Œึฎโ—Œเ —โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเ —โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SAMARITAN MARK IN-ALAF, LATIN SMALL LETTER B
1752217528 0061 085A 059A 0316 302A 0062;0061 302A 085A 0316 059A 0062;0061 302A 085A 0316 059A 0062;0061 302A 085A 0316 059A 0062;0061 302A 085A 0316 059A 0062; # (aโ—Œเกšโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œเกšโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเกšโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเกšโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเกšโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MANDAIC VOCALIZATION MARK, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1752317529 0061 059A 0316 302A 085B 0062;0061 302A 0316 085B 059A 0062;0061 302A 0316 085B 059A 0062;0061 302A 0316 085B 059A 0062;0061 302A 0316 085B 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œเก›b; aโ—Œใ€ชโ—Œฬ–โ—Œเก›โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเก›โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเก›โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเก›โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, MANDAIC GEMINATION MARK, LATIN SMALL LETTER B
1752417530 0061 085B 059A 0316 302A 0062;0061 302A 085B 0316 059A 0062;0061 302A 085B 0316 059A 0062;0061 302A 085B 0316 059A 0062;0061 302A 085B 0316 059A 0062; # (aโ—Œเก›โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œเก›โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเก›โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเก›โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเก›โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MANDAIC GEMINATION MARK, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
17531 0061 059A 0316 302A 08D3 0062;0061 302A 0316 08D3 059A 0062;0061 302A 0316 08D3 059A 0062;0061 302A 0316 08D3 059A 0062;0061 302A 0316 08D3 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œเฃ“b; aโ—Œใ€ชโ—Œฬ–โ—Œเฃ“โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃ“โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃ“โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃ“โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, ARABIC SMALL LOW WAW, LATIN SMALL LETTER B
17532 0061 08D3 059A 0316 302A 0062;0061 302A 08D3 0316 059A 0062;0061 302A 08D3 0316 059A 0062;0061 302A 08D3 0316 059A 0062;0061 302A 08D3 0316 059A 0062; # (aโ—Œเฃ“โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œเฃ“โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃ“โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃ“โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃ“โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, ARABIC SMALL LOW WAW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
17533 0061 0315 0300 05AE 08D4 0062;00E0 05AE 08D4 0315 0062;0061 05AE 0300 08D4 0315 0062;00E0 05AE 08D4 0315 0062;0061 05AE 0300 08D4 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ”b; ร โ—Œึฎโ—Œเฃ”โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ”โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ”โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ”โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD AR-RUB, LATIN SMALL LETTER B
17534 0061 08D4 0315 0300 05AE 0062;0061 05AE 08D4 0300 0315 0062;0061 05AE 08D4 0300 0315 0062;0061 05AE 08D4 0300 0315 0062;0061 05AE 08D4 0300 0315 0062; # (aโ—Œเฃ”โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ”โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD AR-RUB, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17535 0061 0315 0300 05AE 08D5 0062;00E0 05AE 08D5 0315 0062;0061 05AE 0300 08D5 0315 0062;00E0 05AE 08D5 0315 0062;0061 05AE 0300 08D5 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ•b; ร โ—Œึฎโ—Œเฃ•โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ•โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ•โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ•โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH SAD, LATIN SMALL LETTER B
17536 0061 08D5 0315 0300 05AE 0062;0061 05AE 08D5 0300 0315 0062;0061 05AE 08D5 0300 0315 0062;0061 05AE 08D5 0300 0315 0062;0061 05AE 08D5 0300 0315 0062; # (aโ—Œเฃ•โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ•โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH SAD, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17537 0061 0315 0300 05AE 08D6 0062;00E0 05AE 08D6 0315 0062;0061 05AE 0300 08D6 0315 0062;00E0 05AE 08D6 0315 0062;0061 05AE 0300 08D6 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ–b; ร โ—Œึฎโ—Œเฃ–โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ–โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ–โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ–โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH AIN, LATIN SMALL LETTER B
17538 0061 08D6 0315 0300 05AE 0062;0061 05AE 08D6 0300 0315 0062;0061 05AE 08D6 0300 0315 0062;0061 05AE 08D6 0300 0315 0062;0061 05AE 08D6 0300 0315 0062; # (aโ—Œเฃ–โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ–โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH AIN, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17539 0061 0315 0300 05AE 08D7 0062;00E0 05AE 08D7 0315 0062;0061 05AE 0300 08D7 0315 0062;00E0 05AE 08D7 0315 0062;0061 05AE 0300 08D7 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ—b; ร โ—Œึฎโ—Œเฃ—โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ—โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ—โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ—โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH QAF, LATIN SMALL LETTER B
17540 0061 08D7 0315 0300 05AE 0062;0061 05AE 08D7 0300 0315 0062;0061 05AE 08D7 0300 0315 0062;0061 05AE 08D7 0300 0315 0062;0061 05AE 08D7 0300 0315 0062; # (aโ—Œเฃ—โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ—โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH QAF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17541 0061 0315 0300 05AE 08D8 0062;00E0 05AE 08D8 0315 0062;0061 05AE 0300 08D8 0315 0062;00E0 05AE 08D8 0315 0062;0061 05AE 0300 08D8 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ˜b; ร โ—Œึฎโ—Œเฃ˜โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ˜โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ˜โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ˜โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH NOON WITH KASRA, LATIN SMALL LETTER B
17542 0061 08D8 0315 0300 05AE 0062;0061 05AE 08D8 0300 0315 0062;0061 05AE 08D8 0300 0315 0062;0061 05AE 08D8 0300 0315 0062;0061 05AE 08D8 0300 0315 0062; # (aโ—Œเฃ˜โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ˜โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH NOON WITH KASRA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17543 0061 0315 0300 05AE 08D9 0062;00E0 05AE 08D9 0315 0062;0061 05AE 0300 08D9 0315 0062;00E0 05AE 08D9 0315 0062;0061 05AE 0300 08D9 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ™b; ร โ—Œึฎโ—Œเฃ™โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ™โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ™โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ™โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL LOW NOON WITH KASRA, LATIN SMALL LETTER B
17544 0061 08D9 0315 0300 05AE 0062;0061 05AE 08D9 0300 0315 0062;0061 05AE 08D9 0300 0315 0062;0061 05AE 08D9 0300 0315 0062;0061 05AE 08D9 0300 0315 0062; # (aโ—Œเฃ™โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ™โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ™โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ™โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ™โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL LOW NOON WITH KASRA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17545 0061 0315 0300 05AE 08DA 0062;00E0 05AE 08DA 0315 0062;0061 05AE 0300 08DA 0315 0062;00E0 05AE 08DA 0315 0062;0061 05AE 0300 08DA 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃšb; ร โ—Œึฎโ—Œเฃšโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃšโ—Œฬ•b; ร โ—Œึฎโ—Œเฃšโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃšโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD ATH-THALATHA, LATIN SMALL LETTER B
17546 0061 08DA 0315 0300 05AE 0062;0061 05AE 08DA 0300 0315 0062;0061 05AE 08DA 0300 0315 0062;0061 05AE 08DA 0300 0315 0062;0061 05AE 08DA 0300 0315 0062; # (aโ—Œเฃšโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃšโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃšโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃšโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃšโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD ATH-THALATHA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17547 0061 0315 0300 05AE 08DB 0062;00E0 05AE 08DB 0315 0062;0061 05AE 0300 08DB 0315 0062;00E0 05AE 08DB 0315 0062;0061 05AE 0300 08DB 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ›b; ร โ—Œึฎโ—Œเฃ›โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ›โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ›โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ›โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD AS-SAJDA, LATIN SMALL LETTER B
17548 0061 08DB 0315 0300 05AE 0062;0061 05AE 08DB 0300 0315 0062;0061 05AE 08DB 0300 0315 0062;0061 05AE 08DB 0300 0315 0062;0061 05AE 08DB 0300 0315 0062; # (aโ—Œเฃ›โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ›โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD AS-SAJDA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17549 0061 0315 0300 05AE 08DC 0062;00E0 05AE 08DC 0315 0062;0061 05AE 0300 08DC 0315 0062;00E0 05AE 08DC 0315 0062;0061 05AE 0300 08DC 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃœb; ร โ—Œึฎโ—Œเฃœโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃœโ—Œฬ•b; ร โ—Œึฎโ—Œเฃœโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃœโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD AN-NISF, LATIN SMALL LETTER B
17550 0061 08DC 0315 0300 05AE 0062;0061 05AE 08DC 0300 0315 0062;0061 05AE 08DC 0300 0315 0062;0061 05AE 08DC 0300 0315 0062;0061 05AE 08DC 0300 0315 0062; # (aโ—Œเฃœโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃœโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃœโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃœโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃœโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD AN-NISF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17551 0061 0315 0300 05AE 08DD 0062;00E0 05AE 08DD 0315 0062;0061 05AE 0300 08DD 0315 0062;00E0 05AE 08DD 0315 0062;0061 05AE 0300 08DD 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃb; ร โ—Œึฎโ—Œเฃโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃโ—Œฬ•b; ร โ—Œึฎโ—Œเฃโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD SAKTA, LATIN SMALL LETTER B
17552 0061 08DD 0315 0300 05AE 0062;0061 05AE 08DD 0300 0315 0062;0061 05AE 08DD 0300 0315 0062;0061 05AE 08DD 0300 0315 0062;0061 05AE 08DD 0300 0315 0062; # (aโ—Œเฃโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD SAKTA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17553 0061 0315 0300 05AE 08DE 0062;00E0 05AE 08DE 0315 0062;0061 05AE 0300 08DE 0315 0062;00E0 05AE 08DE 0315 0062;0061 05AE 0300 08DE 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃžb; ร โ—Œึฎโ—Œเฃžโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃžโ—Œฬ•b; ร โ—Œึฎโ—Œเฃžโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃžโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD QIF, LATIN SMALL LETTER B
17554 0061 08DE 0315 0300 05AE 0062;0061 05AE 08DE 0300 0315 0062;0061 05AE 08DE 0300 0315 0062;0061 05AE 08DE 0300 0315 0062;0061 05AE 08DE 0300 0315 0062; # (aโ—Œเฃžโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃžโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD QIF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17555 0061 0315 0300 05AE 08DF 0062;00E0 05AE 08DF 0315 0062;0061 05AE 0300 08DF 0315 0062;00E0 05AE 08DF 0315 0062;0061 05AE 0300 08DF 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—ŒเฃŸb; ร โ—Œึฎโ—ŒเฃŸโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—ŒเฃŸโ—Œฬ•b; ร โ—Œึฎโ—ŒเฃŸโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—ŒเฃŸโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH WORD WAQFA, LATIN SMALL LETTER B
17556 0061 08DF 0315 0300 05AE 0062;0061 05AE 08DF 0300 0315 0062;0061 05AE 08DF 0300 0315 0062;0061 05AE 08DF 0300 0315 0062;0061 05AE 08DF 0300 0315 0062; # (aโ—ŒเฃŸโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—ŒเฃŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—ŒเฃŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—ŒเฃŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—ŒเฃŸโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH WORD WAQFA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17557 0061 0315 0300 05AE 08E0 0062;00E0 05AE 08E0 0315 0062;0061 05AE 0300 08E0 0315 0062;00E0 05AE 08E0 0315 0062;0061 05AE 0300 08E0 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃ b; ร โ—Œึฎโ—Œเฃ โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ โ—Œฬ•b; ร โ—Œึฎโ—Œเฃ โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃ โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH FOOTNOTE MARKER, LATIN SMALL LETTER B
17558 0061 08E0 0315 0300 05AE 0062;0061 05AE 08E0 0300 0315 0062;0061 05AE 08E0 0300 0315 0062;0061 05AE 08E0 0300 0315 0062;0061 05AE 08E0 0300 0315 0062; # (aโ—Œเฃ โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃ โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH FOOTNOTE MARKER, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17559 0061 0315 0300 05AE 08E1 0062;00E0 05AE 08E1 0315 0062;0061 05AE 0300 08E1 0315 0062;00E0 05AE 08E1 0315 0062;0061 05AE 0300 08E1 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃกb; ร โ—Œึฎโ—Œเฃกโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃกโ—Œฬ•b; ร โ—Œึฎโ—Œเฃกโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃกโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC SMALL HIGH SIGN SAFHA, LATIN SMALL LETTER B
17560 0061 08E1 0315 0300 05AE 0062;0061 05AE 08E1 0300 0315 0062;0061 05AE 08E1 0300 0315 0062;0061 05AE 08E1 0300 0315 0062;0061 05AE 08E1 0300 0315 0062; # (aโ—Œเฃกโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃกโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃกโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃกโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃกโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC SMALL HIGH SIGN SAFHA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
17561 0061 059A 0316 302A 08E3 0062;0061 302A 0316 08E3 059A 0062;0061 302A 0316 08E3 059A 0062;0061 302A 0316 08E3 059A 0062;0061 302A 0316 08E3 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œเฃฃb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œเฃฃโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, ARABIC TURNED DAMMA BELOW, LATIN SMALL LETTER B
17562 0061 08E3 059A 0316 302A 0062;0061 302A 08E3 0316 059A 0062;0061 302A 08E3 0316 059A 0062;0061 302A 08E3 0316 059A 0062;0061 302A 08E3 0316 059A 0062; # (aโ—Œเฃฃโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œเฃฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œเฃฃโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, ARABIC TURNED DAMMA BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1752517563 0061 0315 0300 05AE 08E4 0062;00E0 05AE 08E4 0315 0062;0061 05AE 0300 08E4 0315 0062;00E0 05AE 08E4 0315 0062;0061 05AE 0300 08E4 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃคb; ร โ—Œึฎโ—Œเฃคโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃคโ—Œฬ•b; ร โ—Œึฎโ—Œเฃคโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃคโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC CURLY FATHA, LATIN SMALL LETTER B
1752617564 0061 08E4 0315 0300 05AE 0062;0061 05AE 08E4 0300 0315 0062;0061 05AE 08E4 0300 0315 0062;0061 05AE 08E4 0300 0315 0062;0061 05AE 08E4 0300 0315 0062; # (aโ—Œเฃคโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเฃคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเฃคโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ARABIC CURLY FATHA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1752717565 0061 0315 0300 05AE 08E5 0062;00E0 05AE 08E5 0315 0062;0061 05AE 0300 08E5 0315 0062;00E0 05AE 08E5 0315 0062;0061 05AE 0300 08E5 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเฃฅb; ร โ—Œึฎโ—Œเฃฅโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃฅโ—Œฬ•b; ร โ—Œึฎโ—Œเฃฅโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเฃฅโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ARABIC CURLY DAMMA, LATIN SMALL LETTER B
1759417632 0061 09BC 3099 093C 0334 0062;0061 0334 09BC 093C 3099 0062;0061 0334 09BC 093C 3099 0062;0061 0334 09BC 093C 3099 0062;0061 0334 09BC 093C 3099 0062; # (aโ—Œเฆผโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œเฆผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฆผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฆผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฆผโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, BENGALI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1759517633 0061 05B0 094D 3099 09CD 0062;0061 3099 094D 09CD 05B0 0062;0061 3099 094D 09CD 05B0 0062;0061 3099 094D 09CD 05B0 0062;0061 3099 094D 09CD 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเงb; aโ—Œใ‚™โ—Œเฅโ—Œเงโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเงโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเงโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเงโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, BENGALI SIGN VIRAMA, LATIN SMALL LETTER B
1759617634 0061 09CD 05B0 094D 3099 0062;0061 3099 09CD 094D 05B0 0062;0061 3099 09CD 094D 05B0 0062;0061 3099 09CD 094D 05B0 0062;0061 3099 09CD 094D 05B0 0062; # (aโ—Œเงโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œเงโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเงโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเงโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเงโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, BENGALI SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
17635 0061 0315 0300 05AE 09FE 0062;00E0 05AE 09FE 0315 0062;0061 05AE 0300 09FE 0315 0062;00E0 05AE 09FE 0315 0062;0061 05AE 0300 09FE 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œเงพb; ร โ—Œึฎโ—Œเงพโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเงพโ—Œฬ•b; ร โ—Œึฎโ—Œเงพโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œเงพโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, BENGALI SANDHI MARK, LATIN SMALL LETTER B
17636 0061 09FE 0315 0300 05AE 0062;0061 05AE 09FE 0300 0315 0062;0061 05AE 09FE 0300 0315 0062;0061 05AE 09FE 0300 0315 0062;0061 05AE 09FE 0300 0315 0062; # (aโ—Œเงพโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œเงพโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเงพโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเงพโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œเงพโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, BENGALI SANDHI MARK, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1759717637 0061 3099 093C 0334 0A3C 0062;0061 0334 093C 0A3C 3099 0062;0061 0334 093C 0A3C 3099 0062;0061 0334 093C 0A3C 3099 0062;0061 0334 093C 0A3C 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œเจผb; aโ—Œฬดโ—Œเคผโ—Œเจผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œเจผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œเจผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œเจผโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, GURMUKHI SIGN NUKTA, LATIN SMALL LETTER B
1759817638 0061 0A3C 3099 093C 0334 0062;0061 0334 0A3C 093C 3099 0062;0061 0334 0A3C 093C 3099 0062;0061 0334 0A3C 093C 3099 0062;0061 0334 0A3C 093C 3099 0062; # (aโ—Œเจผโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œเจผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเจผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเจผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเจผโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, GURMUKHI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1759917639 0061 05B0 094D 3099 0A4D 0062;0061 3099 094D 0A4D 05B0 0062;0061 3099 094D 0A4D 05B0 0062;0061 3099 094D 0A4D 05B0 0062;0061 3099 094D 0A4D 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเฉb; aโ—Œใ‚™โ—Œเฅโ—Œเฉโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเฉโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเฉโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเฉโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, GURMUKHI SIGN VIRAMA, LATIN SMALL LETTER B
1761817658 0061 0CBC 3099 093C 0334 0062;0061 0334 0CBC 093C 3099 0062;0061 0334 0CBC 093C 3099 0062;0061 0334 0CBC 093C 3099 0062;0061 0334 0CBC 093C 3099 0062; # (aโ—Œเฒผโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œเฒผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฒผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฒผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œเฒผโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, KANNADA SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1761917659 0061 05B0 094D 3099 0CCD 0062;0061 3099 094D 0CCD 05B0 0062;0061 3099 094D 0CCD 05B0 0062;0061 3099 094D 0CCD 05B0 0062;0061 3099 094D 0CCD 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเณb; aโ—Œใ‚™โ—Œเฅโ—Œเณโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเณโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเณโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเณโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, KANNADA SIGN VIRAMA, LATIN SMALL LETTER B
1762017660 0061 0CCD 05B0 094D 3099 0062;0061 3099 0CCD 094D 05B0 0062;0061 3099 0CCD 094D 05B0 0062;0061 3099 0CCD 094D 05B0 0062;0061 3099 0CCD 094D 05B0 0062; # (aโ—Œเณโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œเณโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเณโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเณโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเณโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, KANNADA SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
17661 0061 05B0 094D 3099 0D3B 0062;0061 3099 094D 0D3B 05B0 0062;0061 3099 094D 0D3B 05B0 0062;0061 3099 094D 0D3B 05B0 0062;0061 3099 094D 0D3B 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเดปb; aโ—Œใ‚™โ—Œเฅโ—Œเดปโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดปโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดปโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดปโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, MALAYALAM SIGN VERTICAL BAR VIRAMA, LATIN SMALL LETTER B
17662 0061 0D3B 05B0 094D 3099 0062;0061 3099 0D3B 094D 05B0 0062;0061 3099 0D3B 094D 05B0 0062;0061 3099 0D3B 094D 05B0 0062;0061 3099 0D3B 094D 05B0 0062; # (aโ—Œเดปโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œเดปโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดปโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดปโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดปโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, MALAYALAM SIGN VERTICAL BAR VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
17663 0061 05B0 094D 3099 0D3C 0062;0061 3099 094D 0D3C 05B0 0062;0061 3099 094D 0D3C 05B0 0062;0061 3099 094D 0D3C 05B0 0062;0061 3099 094D 0D3C 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเดผb; aโ—Œใ‚™โ—Œเฅโ—Œเดผโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดผโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดผโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเดผโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, MALAYALAM SIGN CIRCULAR VIRAMA, LATIN SMALL LETTER B
17664 0061 0D3C 05B0 094D 3099 0062;0061 3099 0D3C 094D 05B0 0062;0061 3099 0D3C 094D 05B0 0062;0061 3099 0D3C 094D 05B0 0062;0061 3099 0D3C 094D 05B0 0062; # (aโ—Œเดผโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œเดผโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดผโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดผโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเดผโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, MALAYALAM SIGN CIRCULAR VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1762117665 0061 05B0 094D 3099 0D4D 0062;0061 3099 094D 0D4D 05B0 0062;0061 3099 094D 0D4D 05B0 0062;0061 3099 094D 0D4D 05B0 0062;0061 3099 094D 0D4D 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œเตb; aโ—Œใ‚™โ—Œเฅโ—Œเตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œเตโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, MALAYALAM SIGN VIRAMA, LATIN SMALL LETTER B
1762217666 0061 0D4D 05B0 094D 3099 0062;0061 3099 0D4D 094D 05B0 0062;0061 3099 0D4D 094D 05B0 0062;0061 3099 0D4D 094D 05B0 0062;0061 3099 0D4D 094D 05B0 0062; # (aโ—Œเตโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œเตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œเตโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, MALAYALAM SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1762317667 0061 05B0 094D 3099 0DCA 0062;0061 3099 094D 0DCA 05B0 0062;0061 3099 094D 0DCA 05B0 0062;0061 3099 094D 0DCA 05B0 0062;0061 3099 094D 0DCA 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—ŒเทŠb; aโ—Œใ‚™โ—Œเฅโ—ŒเทŠโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—ŒเทŠโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—ŒเทŠโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—ŒเทŠโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, SINHALA SIGN AL-LAKUNA, LATIN SMALL LETTER B
1796418008 0061 1DF4 0315 0300 05AE 0062;0061 05AE 1DF4 0300 0315 0062;0061 05AE 1DF4 0300 0315 0062;0061 05AE 1DF4 0300 0315 0062;0061 05AE 1DF4 0300 0315 0062; # (aโ—Œแทดโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œแทดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทดโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING LATIN SMALL LETTER U WITH DIAERESIS, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1796518009 0061 0315 0300 05AE 1DF5 0062;00E0 05AE 1DF5 0315 0062;0061 05AE 0300 1DF5 0315 0062;00E0 05AE 1DF5 0315 0062;0061 05AE 0300 1DF5 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œแทตb; ร โ—Œึฎโ—Œแทตโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œแทตโ—Œฬ•b; ร โ—Œึฎโ—Œแทตโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œแทตโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING UP TACK ABOVE, LATIN SMALL LETTER B
1796618010 0061 1DF5 0315 0300 05AE 0062;0061 05AE 1DF5 0300 0315 0062;0061 05AE 1DF5 0300 0315 0062;0061 05AE 1DF5 0300 0315 0062;0061 05AE 1DF5 0300 0315 0062; # (aโ—Œแทตโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œแทตโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทตโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทตโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทตโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING UP TACK ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18011 0061 035C 0315 0300 1DF6 0062;00E0 0315 1DF6 035C 0062;0061 0300 0315 1DF6 035C 0062;00E0 0315 1DF6 035C 0062;0061 0300 0315 1DF6 035C 0062; # (aโ—Œอœโ—Œฬ•โ—Œฬ€โ—Œแทถb; ร โ—Œฬ•โ—Œแทถโ—Œอœb; aโ—Œฬ€โ—Œฬ•โ—Œแทถโ—Œอœb; ร โ—Œฬ•โ—Œแทถโ—Œอœb; aโ—Œฬ€โ—Œฬ•โ—Œแทถโ—Œอœb; ) LATIN SMALL LETTER A, COMBINING DOUBLE BREVE BELOW, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, COMBINING KAVYKA ABOVE RIGHT, LATIN SMALL LETTER B
18012 0061 1DF6 035C 0315 0300 0062;00E0 1DF6 0315 035C 0062;0061 0300 1DF6 0315 035C 0062;00E0 1DF6 0315 035C 0062;0061 0300 1DF6 0315 035C 0062; # (aโ—Œแทถโ—Œอœโ—Œฬ•โ—Œฬ€b; ร โ—Œแทถโ—Œฬ•โ—Œอœb; aโ—Œฬ€โ—Œแทถโ—Œฬ•โ—Œอœb; ร โ—Œแทถโ—Œฬ•โ—Œอœb; aโ—Œฬ€โ—Œแทถโ—Œฬ•โ—Œอœb; ) LATIN SMALL LETTER A, COMBINING KAVYKA ABOVE RIGHT, COMBINING DOUBLE BREVE BELOW, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, LATIN SMALL LETTER B
18013 0061 0300 05AE 1D16D 1DF7 0062;00E0 1D16D 05AE 1DF7 0062;0061 1D16D 05AE 1DF7 0300 0062;00E0 1D16D 05AE 1DF7 0062;0061 1D16D 05AE 1DF7 0300 0062; # (aโ—Œฬ€โ—Œึฎ๐…ญโ—Œแททb; ร ๐…ญโ—Œึฎโ—Œแททb; a๐…ญโ—Œึฎโ—Œแททโ—Œฬ€b; ร ๐…ญโ—Œึฎโ—Œแททb; a๐…ญโ—Œึฎโ—Œแททโ—Œฬ€b; ) LATIN SMALL LETTER A, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, MUSICAL SYMBOL COMBINING AUGMENTATION DOT, COMBINING KAVYKA ABOVE LEFT, LATIN SMALL LETTER B
18014 0061 1DF7 0300 05AE 1D16D 0062;00E0 1D16D 1DF7 05AE 0062;0061 1D16D 1DF7 05AE 0300 0062;00E0 1D16D 1DF7 05AE 0062;0061 1D16D 1DF7 05AE 0300 0062; # (aโ—Œแททโ—Œฬ€โ—Œึฎ๐…ญb; ร ๐…ญโ—Œแททโ—Œึฎb; a๐…ญโ—Œแททโ—Œึฎโ—Œฬ€b; ร ๐…ญโ—Œแททโ—Œึฎb; a๐…ญโ—Œแททโ—Œึฎโ—Œฬ€b; ) LATIN SMALL LETTER A, COMBINING KAVYKA ABOVE LEFT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, MUSICAL SYMBOL COMBINING AUGMENTATION DOT, LATIN SMALL LETTER B
18015 0061 0300 05AE 1D16D 1DF8 0062;00E0 1D16D 05AE 1DF8 0062;0061 1D16D 05AE 1DF8 0300 0062;00E0 1D16D 05AE 1DF8 0062;0061 1D16D 05AE 1DF8 0300 0062; # (aโ—Œฬ€โ—Œึฎ๐…ญโ—Œแทธb; ร ๐…ญโ—Œึฎโ—Œแทธb; a๐…ญโ—Œึฎโ—Œแทธโ—Œฬ€b; ร ๐…ญโ—Œึฎโ—Œแทธb; a๐…ญโ—Œึฎโ—Œแทธโ—Œฬ€b; ) LATIN SMALL LETTER A, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, MUSICAL SYMBOL COMBINING AUGMENTATION DOT, COMBINING DOT ABOVE LEFT, LATIN SMALL LETTER B
18016 0061 1DF8 0300 05AE 1D16D 0062;00E0 1D16D 1DF8 05AE 0062;0061 1D16D 1DF8 05AE 0300 0062;00E0 1D16D 1DF8 05AE 0062;0061 1D16D 1DF8 05AE 0300 0062; # (aโ—Œแทธโ—Œฬ€โ—Œึฎ๐…ญb; ร ๐…ญโ—Œแทธโ—Œึฎb; a๐…ญโ—Œแทธโ—Œึฎโ—Œฬ€b; ร ๐…ญโ—Œแทธโ—Œึฎb; a๐…ญโ—Œแทธโ—Œึฎโ—Œฬ€b; ) LATIN SMALL LETTER A, COMBINING DOT ABOVE LEFT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, MUSICAL SYMBOL COMBINING AUGMENTATION DOT, LATIN SMALL LETTER B
18017 0061 059A 0316 302A 1DF9 0062;0061 302A 0316 1DF9 059A 0062;0061 302A 0316 1DF9 059A 0062;0061 302A 0316 1DF9 059A 0062;0061 302A 0316 1DF9 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œแทนb; aโ—Œใ€ชโ—Œฬ–โ—Œแทนโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทนโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทนโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทนโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, COMBINING WIDE INVERTED BRIDGE BELOW, LATIN SMALL LETTER B
18018 0061 1DF9 059A 0316 302A 0062;0061 302A 1DF9 0316 059A 0062;0061 302A 1DF9 0316 059A 0062;0061 302A 1DF9 0316 059A 0062;0061 302A 1DF9 0316 059A 0062; # (aโ—Œแทนโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œแทนโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œแทนโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œแทนโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œแทนโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, COMBINING WIDE INVERTED BRIDGE BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18019 0061 0315 0300 05AE 1DFB 0062;00E0 05AE 1DFB 0315 0062;0061 05AE 0300 1DFB 0315 0062;00E0 05AE 1DFB 0315 0062;0061 05AE 0300 1DFB 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œแทปb; ร โ—Œึฎโ—Œแทปโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œแทปโ—Œฬ•b; ร โ—Œึฎโ—Œแทปโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œแทปโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING DELETION MARK, LATIN SMALL LETTER B
18020 0061 1DFB 0315 0300 05AE 0062;0061 05AE 1DFB 0300 0315 0062;0061 05AE 1DFB 0300 0315 0062;0061 05AE 1DFB 0300 0315 0062;0061 05AE 1DFB 0300 0315 0062; # (aโ—Œแทปโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œแทปโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทปโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทปโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œแทปโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING DELETION MARK, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1796718021 0061 035D 035C 0315 1DFC 0062;0061 0315 035C 1DFC 035D 0062;0061 0315 035C 1DFC 035D 0062;0061 0315 035C 1DFC 035D 0062;0061 0315 035C 1DFC 035D 0062; # (aโ—Œอโ—Œอœโ—Œฬ•โ—Œแทผb; aโ—Œฬ•โ—Œอœโ—Œแทผโ—Œอb; aโ—Œฬ•โ—Œอœโ—Œแทผโ—Œอb; aโ—Œฬ•โ—Œอœโ—Œแทผโ—Œอb; aโ—Œฬ•โ—Œอœโ—Œแทผโ—Œอb; ) LATIN SMALL LETTER A, COMBINING DOUBLE BREVE, COMBINING DOUBLE BREVE BELOW, COMBINING COMMA ABOVE RIGHT, COMBINING DOUBLE INVERTED BREVE BELOW, LATIN SMALL LETTER B
1796818022 0061 1DFC 035D 035C 0315 0062;0061 0315 1DFC 035C 035D 0062;0061 0315 1DFC 035C 035D 0062;0061 0315 1DFC 035C 035D 0062;0061 0315 1DFC 035C 035D 0062; # (aโ—Œแทผโ—Œอโ—Œอœโ—Œฬ•b; aโ—Œฬ•โ—Œแทผโ—Œอœโ—Œอb; aโ—Œฬ•โ—Œแทผโ—Œอœโ—Œอb; aโ—Œฬ•โ—Œแทผโ—Œอœโ—Œอb; aโ—Œฬ•โ—Œแทผโ—Œอœโ—Œอb; ) LATIN SMALL LETTER A, COMBINING DOUBLE INVERTED BREVE BELOW, COMBINING DOUBLE BREVE, COMBINING DOUBLE BREVE BELOW, COMBINING COMMA ABOVE RIGHT, LATIN SMALL LETTER B
1796918023 0061 059A 0316 302A 1DFD 0062;0061 302A 0316 1DFD 059A 0062;0061 302A 0316 1DFD 059A 0062;0061 302A 0316 1DFD 059A 0062;0061 302A 0316 1DFD 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œแทฝb; aโ—Œใ€ชโ—Œฬ–โ—Œแทฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œแทฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, COMBINING ALMOST EQUAL TO BELOW, LATIN SMALL LETTER B
1813418188 0061 A67C 0315 0300 05AE 0062;0061 05AE A67C 0300 0315 0062;0061 05AE A67C 0300 0315 0062;0061 05AE A67C 0300 0315 0062;0061 05AE A67C 0300 0315 0062; # (aโ—Œ๊™ผโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๊™ผโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ผโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ผโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ผโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC KAVYKA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1813518189 0061 0315 0300 05AE A67D 0062;00E0 05AE A67D 0315 0062;0061 05AE 0300 A67D 0315 0062;00E0 05AE A67D 0315 0062;0061 05AE 0300 A67D 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๊™ฝb; ร โ—Œึฎโ—Œ๊™ฝโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊™ฝโ—Œฬ•b; ร โ—Œึฎโ—Œ๊™ฝโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊™ฝโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING CYRILLIC PAYEROK, LATIN SMALL LETTER B
1813618190 0061 A67D 0315 0300 05AE 0062;0061 05AE A67D 0300 0315 0062;0061 05AE A67D 0300 0315 0062;0061 05AE A67D 0300 0315 0062;0061 05AE A67D 0300 0315 0062; # (aโ—Œ๊™ฝโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๊™ฝโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ฝโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ฝโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊™ฝโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC PAYEROK, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18191 0061 0315 0300 05AE A69E 0062;00E0 05AE A69E 0315 0062;0061 05AE 0300 A69E 0315 0062;00E0 05AE A69E 0315 0062;0061 05AE 0300 A69E 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๊šžb; ร โ—Œึฎโ—Œ๊šžโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊šžโ—Œฬ•b; ร โ—Œึฎโ—Œ๊šžโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊šžโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING CYRILLIC LETTER EF, LATIN SMALL LETTER B
18192 0061 A69E 0315 0300 05AE 0062;0061 05AE A69E 0300 0315 0062;0061 05AE A69E 0300 0315 0062;0061 05AE A69E 0300 0315 0062;0061 05AE A69E 0300 0315 0062; # (aโ—Œ๊šžโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๊šžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šžโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šžโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC LETTER EF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1813718193 0061 0315 0300 05AE A69F 0062;00E0 05AE A69F 0315 0062;0061 05AE 0300 A69F 0315 0062;00E0 05AE A69F 0315 0062;0061 05AE 0300 A69F 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๊šŸb; ร โ—Œึฎโ—Œ๊šŸโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊šŸโ—Œฬ•b; ร โ—Œึฎโ—Œ๊šŸโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊šŸโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING CYRILLIC LETTER IOTIFIED E, LATIN SMALL LETTER B
1813818194 0061 A69F 0315 0300 05AE 0062;0061 05AE A69F 0300 0315 0062;0061 05AE A69F 0300 0315 0062;0061 05AE A69F 0300 0315 0062;0061 05AE A69F 0300 0315 0062; # (aโ—Œ๊šŸโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๊šŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šŸโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๊šŸโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC LETTER IOTIFIED E, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1813918195 0061 0315 0300 05AE A6F0 0062;00E0 05AE A6F0 0315 0062;0061 05AE 0300 A6F0 0315 0062;00E0 05AE A6F0 0315 0062;0061 05AE 0300 A6F0 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๊›ฐb; ร โ—Œึฎโ—Œ๊›ฐโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊›ฐโ—Œฬ•b; ร โ—Œึฎโ—Œ๊›ฐโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๊›ฐโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, BAMUM COMBINING MARK KOQNDON, LATIN SMALL LETTER B
1824418300 0061 FE2C 059A 0316 302A 0062;0061 302A FE2C 0316 059A 0062;0061 302A FE2C 0316 059A 0062;0061 302A FE2C 0316 059A 0062;0061 302A FE2C 0316 059A 0062; # (aโ—Œ๏ธฌโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๏ธฌโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธฌโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธฌโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธฌโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, COMBINING MACRON RIGHT HALF BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1824518301 0061 059A 0316 302A FE2D 0062;0061 302A 0316 FE2D 059A 0062;0061 302A 0316 FE2D 059A 0062;0061 302A 0316 FE2D 059A 0062;0061 302A 0316 FE2D 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๏ธญb; aโ—Œใ€ชโ—Œฬ–โ—Œ๏ธญโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๏ธญโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๏ธญโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๏ธญโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, COMBINING CONJOINING MACRON BELOW, LATIN SMALL LETTER B
1824618302 0061 FE2D 059A 0316 302A 0062;0061 302A FE2D 0316 059A 0062;0061 302A FE2D 0316 059A 0062;0061 302A FE2D 0316 059A 0062;0061 302A FE2D 0316 059A 0062; # (aโ—Œ๏ธญโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๏ธญโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธญโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธญโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๏ธญโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, COMBINING CONJOINING MACRON BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18303 0061 0315 0300 05AE FE2E 0062;00E0 05AE FE2E 0315 0062;0061 05AE 0300 FE2E 0315 0062;00E0 05AE FE2E 0315 0062;0061 05AE 0300 FE2E 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๏ธฎb; ร โ—Œึฎโ—Œ๏ธฎโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๏ธฎโ—Œฬ•b; ร โ—Œึฎโ—Œ๏ธฎโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๏ธฎโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING CYRILLIC TITLO LEFT HALF, LATIN SMALL LETTER B
18304 0061 FE2E 0315 0300 05AE 0062;0061 05AE FE2E 0300 0315 0062;0061 05AE FE2E 0300 0315 0062;0061 05AE FE2E 0300 0315 0062;0061 05AE FE2E 0300 0315 0062; # (aโ—Œ๏ธฎโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๏ธฎโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฎโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฎโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฎโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC TITLO LEFT HALF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18305 0061 0315 0300 05AE FE2F 0062;00E0 05AE FE2F 0315 0062;0061 05AE 0300 FE2F 0315 0062;00E0 05AE FE2F 0315 0062;0061 05AE 0300 FE2F 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๏ธฏb; ร โ—Œึฎโ—Œ๏ธฏโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๏ธฏโ—Œฬ•b; ร โ—Œึฎโ—Œ๏ธฏโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๏ธฏโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING CYRILLIC TITLO RIGHT HALF, LATIN SMALL LETTER B
18306 0061 FE2F 0315 0300 05AE 0062;0061 05AE FE2F 0300 0315 0062;0061 05AE FE2F 0300 0315 0062;0061 05AE FE2F 0300 0315 0062;0061 05AE FE2F 0300 0315 0062; # (aโ—Œ๏ธฏโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๏ธฏโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฏโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฏโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๏ธฏโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING CYRILLIC TITLO RIGHT HALF, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1824718307 0061 059A 0316 302A 101FD 0062;0061 302A 0316 101FD 059A 0062;0061 302A 0316 101FD 059A 0062;0061 302A 0316 101FD 059A 0062;0061 302A 0316 101FD 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐‡ฝb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‡ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‡ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‡ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‡ฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE, LATIN SMALL LETTER B
1824818308 0061 101FD 059A 0316 302A 0062;0061 302A 101FD 0316 059A 0062;0061 302A 101FD 0316 059A 0062;0061 302A 101FD 0316 059A 0062;0061 302A 101FD 0316 059A 0062; # (aโ—Œ๐‡ฝโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐‡ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐‡ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐‡ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐‡ฝโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1824918309 0061 059A 0316 302A 102E0 0062;0061 302A 0316 102E0 059A 0062;0061 302A 0316 102E0 059A 0062;0061 302A 0316 102E0 059A 0062;0061 302A 0316 102E0 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐‹ b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‹ โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‹ โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‹ โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐‹ โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, COPTIC EPACT THOUSANDS MARK, LATIN SMALL LETTER B
1827418334 0061 10AE5 0315 0300 05AE 0062;0061 05AE 10AE5 0300 0315 0062;0061 05AE 10AE5 0300 0315 0062;0061 05AE 10AE5 0300 0315 0062;0061 05AE 10AE5 0300 0315 0062; # (aโ—Œ๐ซฅโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ซฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ซฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ซฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ซฅโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, MANICHAEAN ABBREVIATION MARK ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1827518335 0061 059A 0316 302A 10AE6 0062;0061 302A 0316 10AE6 059A 0062;0061 302A 0316 10AE6 059A 0062;0061 302A 0316 10AE6 059A 0062;0061 302A 0316 10AE6 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ซฆb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ซฆโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ซฆโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ซฆโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ซฆโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, MANICHAEAN ABBREVIATION MARK BELOW, LATIN SMALL LETTER B
1827618336 0061 10AE6 059A 0316 302A 0062;0061 302A 10AE6 0316 059A 0062;0061 302A 10AE6 0316 059A 0062;0061 302A 10AE6 0316 059A 0062;0061 302A 10AE6 0316 059A 0062; # (aโ—Œ๐ซฆโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ซฆโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ซฆโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ซฆโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ซฆโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MANICHAEAN ABBREVIATION MARK BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18337 0061 0315 0300 05AE 10D24 0062;00E0 05AE 10D24 0315 0062;0061 05AE 0300 10D24 0315 0062;00E0 05AE 10D24 0315 0062;0061 05AE 0300 10D24 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ดคb; ร โ—Œึฎโ—Œ๐ดคโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดคโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ดคโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดคโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, HANIFI ROHINGYA SIGN HARBAHAY, LATIN SMALL LETTER B
18338 0061 10D24 0315 0300 05AE 0062;0061 05AE 10D24 0300 0315 0062;0061 05AE 10D24 0300 0315 0062;0061 05AE 10D24 0300 0315 0062;0061 05AE 10D24 0300 0315 0062; # (aโ—Œ๐ดคโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ดคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดคโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดคโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, HANIFI ROHINGYA SIGN HARBAHAY, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18339 0061 0315 0300 05AE 10D25 0062;00E0 05AE 10D25 0315 0062;0061 05AE 0300 10D25 0315 0062;00E0 05AE 10D25 0315 0062;0061 05AE 0300 10D25 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ดฅb; ร โ—Œึฎโ—Œ๐ดฅโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดฅโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ดฅโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดฅโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, HANIFI ROHINGYA SIGN TAHALA, LATIN SMALL LETTER B
18340 0061 10D25 0315 0300 05AE 0062;0061 05AE 10D25 0300 0315 0062;0061 05AE 10D25 0300 0315 0062;0061 05AE 10D25 0300 0315 0062;0061 05AE 10D25 0300 0315 0062; # (aโ—Œ๐ดฅโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ดฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฅโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฅโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, HANIFI ROHINGYA SIGN TAHALA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18341 0061 0315 0300 05AE 10D26 0062;00E0 05AE 10D26 0315 0062;0061 05AE 0300 10D26 0315 0062;00E0 05AE 10D26 0315 0062;0061 05AE 0300 10D26 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ดฆb; ร โ—Œึฎโ—Œ๐ดฆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดฆโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ดฆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดฆโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, HANIFI ROHINGYA SIGN TANA, LATIN SMALL LETTER B
18342 0061 10D26 0315 0300 05AE 0062;0061 05AE 10D26 0300 0315 0062;0061 05AE 10D26 0300 0315 0062;0061 05AE 10D26 0300 0315 0062;0061 05AE 10D26 0300 0315 0062; # (aโ—Œ๐ดฆโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ดฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดฆโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, HANIFI ROHINGYA SIGN TANA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18343 0061 0315 0300 05AE 10D27 0062;00E0 05AE 10D27 0315 0062;0061 05AE 0300 10D27 0315 0062;00E0 05AE 10D27 0315 0062;0061 05AE 0300 10D27 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ดงb; ร โ—Œึฎโ—Œ๐ดงโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดงโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ดงโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ดงโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, HANIFI ROHINGYA SIGN TASSI, LATIN SMALL LETTER B
18344 0061 10D27 0315 0300 05AE 0062;0061 05AE 10D27 0300 0315 0062;0061 05AE 10D27 0300 0315 0062;0061 05AE 10D27 0300 0315 0062;0061 05AE 10D27 0300 0315 0062; # (aโ—Œ๐ดงโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ดงโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดงโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดงโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ดงโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, HANIFI ROHINGYA SIGN TASSI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18345 0061 059A 0316 302A 10F46 0062;0061 302A 0316 10F46 059A 0062;0061 302A 0316 10F46 059A 0062;0061 302A 0316 10F46 059A 0062;0061 302A 0316 10F46 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝ†b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ†โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ†โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ†โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ†โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING DOT BELOW, LATIN SMALL LETTER B
18346 0061 10F46 059A 0316 302A 0062;0061 302A 10F46 0316 059A 0062;0061 302A 10F46 0316 059A 0062;0061 302A 10F46 0316 059A 0062;0061 302A 10F46 0316 059A 0062; # (aโ—Œ๐ฝ†โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝ†โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ†โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ†โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ†โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING DOT BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18347 0061 059A 0316 302A 10F47 0062;0061 302A 0316 10F47 059A 0062;0061 302A 0316 10F47 059A 0062;0061 302A 0316 10F47 059A 0062;0061 302A 0316 10F47 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝ‡b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‡โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‡โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‡โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‡โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING TWO DOTS BELOW, LATIN SMALL LETTER B
18348 0061 10F47 059A 0316 302A 0062;0061 302A 10F47 0316 059A 0062;0061 302A 10F47 0316 059A 0062;0061 302A 10F47 0316 059A 0062;0061 302A 10F47 0316 059A 0062; # (aโ—Œ๐ฝ‡โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝ‡โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‡โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‡โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‡โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING TWO DOTS BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18349 0061 0315 0300 05AE 10F48 0062;00E0 05AE 10F48 0315 0062;0061 05AE 0300 10F48 0315 0062;00E0 05AE 10F48 0315 0062;0061 05AE 0300 10F48 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ฝˆb; ร โ—Œึฎโ—Œ๐ฝˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝˆโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ฝˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝˆโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SOGDIAN COMBINING DOT ABOVE, LATIN SMALL LETTER B
18350 0061 10F48 0315 0300 05AE 0062;0061 05AE 10F48 0300 0315 0062;0061 05AE 10F48 0300 0315 0062;0061 05AE 10F48 0300 0315 0062;0061 05AE 10F48 0300 0315 0062; # (aโ—Œ๐ฝˆโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ฝˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝˆโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, SOGDIAN COMBINING DOT ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18351 0061 0315 0300 05AE 10F49 0062;00E0 05AE 10F49 0315 0062;0061 05AE 0300 10F49 0315 0062;00E0 05AE 10F49 0315 0062;0061 05AE 0300 10F49 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ฝ‰b; ร โ—Œึฎโ—Œ๐ฝ‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝ‰โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ฝ‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝ‰โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SOGDIAN COMBINING TWO DOTS ABOVE, LATIN SMALL LETTER B
18352 0061 10F49 0315 0300 05AE 0062;0061 05AE 10F49 0300 0315 0062;0061 05AE 10F49 0300 0315 0062;0061 05AE 10F49 0300 0315 0062;0061 05AE 10F49 0300 0315 0062; # (aโ—Œ๐ฝ‰โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ฝ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝ‰โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, SOGDIAN COMBINING TWO DOTS ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18353 0061 0315 0300 05AE 10F4A 0062;00E0 05AE 10F4A 0315 0062;0061 05AE 0300 10F4A 0315 0062;00E0 05AE 10F4A 0315 0062;0061 05AE 0300 10F4A 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ฝŠb; ร โ—Œึฎโ—Œ๐ฝŠโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝŠโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ฝŠโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝŠโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SOGDIAN COMBINING CURVE ABOVE, LATIN SMALL LETTER B
18354 0061 10F4A 0315 0300 05AE 0062;0061 05AE 10F4A 0300 0315 0062;0061 05AE 10F4A 0300 0315 0062;0061 05AE 10F4A 0300 0315 0062;0061 05AE 10F4A 0300 0315 0062; # (aโ—Œ๐ฝŠโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ฝŠโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŠโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŠโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŠโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, SOGDIAN COMBINING CURVE ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18355 0061 059A 0316 302A 10F4B 0062;0061 302A 0316 10F4B 059A 0062;0061 302A 0316 10F4B 059A 0062;0061 302A 0316 10F4B 059A 0062;0061 302A 0316 10F4B 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝ‹b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‹โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‹โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‹โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝ‹โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING CURVE BELOW, LATIN SMALL LETTER B
18356 0061 10F4B 059A 0316 302A 0062;0061 302A 10F4B 0316 059A 0062;0061 302A 10F4B 0316 059A 0062;0061 302A 10F4B 0316 059A 0062;0061 302A 10F4B 0316 059A 0062; # (aโ—Œ๐ฝ‹โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝ‹โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‹โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‹โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝ‹โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING CURVE BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18357 0061 0315 0300 05AE 10F4C 0062;00E0 05AE 10F4C 0315 0062;0061 05AE 0300 10F4C 0315 0062;00E0 05AE 10F4C 0315 0062;0061 05AE 0300 10F4C 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ฝŒb; ร โ—Œึฎโ—Œ๐ฝŒโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝŒโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ฝŒโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ฝŒโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, SOGDIAN COMBINING HOOK ABOVE, LATIN SMALL LETTER B
18358 0061 10F4C 0315 0300 05AE 0062;0061 05AE 10F4C 0300 0315 0062;0061 05AE 10F4C 0300 0315 0062;0061 05AE 10F4C 0300 0315 0062;0061 05AE 10F4C 0300 0315 0062; # (aโ—Œ๐ฝŒโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ฝŒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ฝŒโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, SOGDIAN COMBINING HOOK ABOVE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18359 0061 059A 0316 302A 10F4D 0062;0061 302A 0316 10F4D 059A 0062;0061 302A 0316 10F4D 059A 0062;0061 302A 0316 10F4D 059A 0062;0061 302A 0316 10F4D 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING HOOK BELOW, LATIN SMALL LETTER B
18360 0061 10F4D 059A 0316 302A 0062;0061 302A 10F4D 0316 059A 0062;0061 302A 10F4D 0316 059A 0062;0061 302A 10F4D 0316 059A 0062;0061 302A 10F4D 0316 059A 0062; # (aโ—Œ๐ฝโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING HOOK BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18361 0061 059A 0316 302A 10F4E 0062;0061 302A 0316 10F4E 059A 0062;0061 302A 0316 10F4E 059A 0062;0061 302A 0316 10F4E 059A 0062;0061 302A 0316 10F4E 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝŽb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝŽโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝŽโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝŽโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝŽโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING LONG HOOK BELOW, LATIN SMALL LETTER B
18362 0061 10F4E 059A 0316 302A 0062;0061 302A 10F4E 0316 059A 0062;0061 302A 10F4E 0316 059A 0062;0061 302A 10F4E 0316 059A 0062;0061 302A 10F4E 0316 059A 0062; # (aโ—Œ๐ฝŽโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝŽโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝŽโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝŽโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝŽโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING LONG HOOK BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18363 0061 059A 0316 302A 10F4F 0062;0061 302A 0316 10F4F 059A 0062;0061 302A 0316 10F4F 059A 0062;0061 302A 0316 10F4F 059A 0062;0061 302A 0316 10F4F 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING RESH BELOW, LATIN SMALL LETTER B
18364 0061 10F4F 059A 0316 302A 0062;0061 302A 10F4F 0316 059A 0062;0061 302A 10F4F 0316 059A 0062;0061 302A 10F4F 0316 059A 0062;0061 302A 10F4F 0316 059A 0062; # (aโ—Œ๐ฝโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING RESH BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18365 0061 059A 0316 302A 10F50 0062;0061 302A 0316 10F50 059A 0062;0061 302A 0316 10F50 059A 0062;0061 302A 0316 10F50 059A 0062;0061 302A 0316 10F50 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐ฝb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐ฝโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, SOGDIAN COMBINING STROKE BELOW, LATIN SMALL LETTER B
18366 0061 10F50 059A 0316 302A 0062;0061 302A 10F50 0316 059A 0062;0061 302A 10F50 0316 059A 0062;0061 302A 10F50 0316 059A 0062;0061 302A 10F50 0316 059A 0062; # (aโ—Œ๐ฝโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐ฝโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, SOGDIAN COMBINING STROKE BELOW, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1827718367 0061 05B0 094D 3099 11046 0062;0061 3099 094D 11046 05B0 0062;0061 3099 094D 11046 05B0 0062;0061 3099 094D 11046 05B0 0062;0061 3099 094D 11046 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘†b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘†โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘†โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘†โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘†โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, BRAHMI VIRAMA, LATIN SMALL LETTER B
1827818368 0061 11046 05B0 094D 3099 0062;0061 3099 11046 094D 05B0 0062;0061 3099 11046 094D 05B0 0062;0061 3099 11046 094D 05B0 0062;0061 3099 11046 094D 05B0 0062; # (aโ—Œ๐‘†โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘†โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘†โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘†โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘†โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, BRAHMI VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1827918369 0061 05B0 094D 3099 1107F 0062;0061 3099 094D 1107F 05B0 0062;0061 3099 094D 1107F 05B0 0062;0061 3099 094D 1107F 05B0 0062;0061 3099 094D 1107F 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ฟb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฟโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, BRAHMI NUMBER JOINER, LATIN SMALL LETTER B
1829618386 0061 11173 3099 093C 0334 0062;0061 0334 11173 093C 3099 0062;0061 0334 11173 093C 3099 0062;0061 0334 11173 093C 3099 0062;0061 0334 11173 093C 3099 0062; # (aโ—Œ๐‘…ณโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘…ณโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘…ณโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘…ณโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘…ณโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, MAHAJANI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1829718387 0061 05B0 094D 3099 111C0 0062;0061 3099 094D 111C0 05B0 0062;0061 3099 094D 111C0 05B0 0062;0061 3099 094D 111C0 05B0 0062;0061 3099 094D 111C0 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™๐‘‡€b; aโ—Œใ‚™โ—Œเฅ๐‘‡€โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘‡€โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘‡€โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘‡€โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, SHARADA SIGN VIRAMA, LATIN SMALL LETTER B
1829818388 0061 111C0 05B0 094D 3099 0062;0061 3099 111C0 094D 05B0 0062;0061 3099 111C0 094D 05B0 0062;0061 3099 111C0 094D 05B0 0062;0061 3099 111C0 094D 05B0 0062; # (a๐‘‡€โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™๐‘‡€โ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘‡€โ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘‡€โ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘‡€โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, SHARADA SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18389 0061 3099 093C 0334 111CA 0062;0061 0334 093C 111CA 3099 0062;0061 0334 093C 111CA 3099 0062;0061 0334 093C 111CA 3099 0062;0061 0334 093C 111CA 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘‡Šb; aโ—Œฬดโ—Œเคผโ—Œ๐‘‡Šโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‡Šโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‡Šโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‡Šโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, SHARADA SIGN NUKTA, LATIN SMALL LETTER B
18390 0061 111CA 3099 093C 0334 0062;0061 0334 111CA 093C 3099 0062;0061 0334 111CA 093C 3099 0062;0061 0334 111CA 093C 3099 0062;0061 0334 111CA 093C 3099 0062; # (aโ—Œ๐‘‡Šโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘‡Šโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‡Šโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‡Šโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‡Šโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, SHARADA SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1829918391 0061 05B0 094D 3099 11235 0062;0061 3099 094D 11235 05B0 0062;0061 3099 094D 11235 05B0 0062;0061 3099 094D 11235 05B0 0062;0061 3099 094D 11235 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™๐‘ˆตb; aโ—Œใ‚™โ—Œเฅ๐‘ˆตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘ˆตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘ˆตโ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘ˆตโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, KHOJKI SIGN VIRAMA, LATIN SMALL LETTER B
1830018392 0061 11235 05B0 094D 3099 0062;0061 3099 11235 094D 05B0 0062;0061 3099 11235 094D 05B0 0062;0061 3099 11235 094D 05B0 0062;0061 3099 11235 094D 05B0 0062; # (a๐‘ˆตโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™๐‘ˆตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘ˆตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘ˆตโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘ˆตโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, KHOJKI SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1830118393 0061 3099 093C 0334 11236 0062;0061 0334 093C 11236 3099 0062;0061 0334 093C 11236 3099 0062;0061 0334 093C 11236 3099 0062;0061 0334 093C 11236 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘ˆถb; aโ—Œฬดโ—Œเคผโ—Œ๐‘ˆถโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ˆถโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ˆถโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ˆถโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, KHOJKI SIGN NUKTA, LATIN SMALL LETTER B
1830418396 0061 112E9 3099 093C 0334 0062;0061 0334 112E9 093C 3099 0062;0061 0334 112E9 093C 3099 0062;0061 0334 112E9 093C 3099 0062;0061 0334 112E9 093C 3099 0062; # (aโ—Œ๐‘‹ฉโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘‹ฉโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‹ฉโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‹ฉโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‹ฉโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, KHUDAWADI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1830518397 0061 05B0 094D 3099 112EA 0062;0061 3099 094D 112EA 05B0 0062;0061 3099 094D 112EA 05B0 0062;0061 3099 094D 112EA 05B0 0062;0061 3099 094D 112EA 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘‹ชb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‹ชโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‹ชโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‹ชโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‹ชโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, KHUDAWADI SIGN VIRAMA, LATIN SMALL LETTER B
1830618398 0061 112EA 05B0 094D 3099 0062;0061 3099 112EA 094D 05B0 0062;0061 3099 112EA 094D 05B0 0062;0061 3099 112EA 094D 05B0 0062;0061 3099 112EA 094D 05B0 0062; # (aโ—Œ๐‘‹ชโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘‹ชโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‹ชโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‹ชโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‹ชโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, KHUDAWADI SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18399 0061 3099 093C 0334 1133B 0062;0061 0334 093C 1133B 3099 0062;0061 0334 093C 1133B 3099 0062;0061 0334 093C 1133B 3099 0062;0061 0334 093C 1133B 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘Œปb; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œปโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œปโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œปโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œปโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, COMBINING BINDU BELOW, LATIN SMALL LETTER B
18400 0061 1133B 3099 093C 0334 0062;0061 0334 1133B 093C 3099 0062;0061 0334 1133B 093C 3099 0062;0061 0334 1133B 093C 3099 0062;0061 0334 1133B 093C 3099 0062; # (aโ—Œ๐‘Œปโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘Œปโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œปโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œปโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œปโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING BINDU BELOW, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1830718401 0061 3099 093C 0334 1133C 0062;0061 0334 093C 1133C 3099 0062;0061 0334 093C 1133C 3099 0062;0061 0334 093C 1133C 3099 0062;0061 0334 093C 1133C 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘Œผb; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œผโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘Œผโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, GRANTHA SIGN NUKTA, LATIN SMALL LETTER B
1830818402 0061 1133C 3099 093C 0334 0062;0061 0334 1133C 093C 3099 0062;0061 0334 1133C 093C 3099 0062;0061 0334 1133C 093C 3099 0062;0061 0334 1133C 093C 3099 0062; # (aโ—Œ๐‘Œผโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘Œผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œผโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘Œผโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, GRANTHA SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1830918403 0061 05B0 094D 3099 1134D 0062;0061 3099 094D 1134D 05B0 0062;0061 3099 094D 1134D 05B0 0062;0061 3099 094D 1134D 05B0 0062;0061 3099 094D 1134D 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™๐‘b; aโ—Œใ‚™โ—Œเฅ๐‘โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘โ—Œึฐb; aโ—Œใ‚™โ—Œเฅ๐‘โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, GRANTHA SIGN VIRAMA, LATIN SMALL LETTER B
1833218426 0061 11373 0315 0300 05AE 0062;0061 05AE 11373 0300 0315 0062;0061 05AE 11373 0300 0315 0062;0061 05AE 11373 0300 0315 0062;0061 05AE 11373 0300 0315 0062; # (aโ—Œ๐‘ณโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐‘ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ณโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ณโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GRANTHA LETTER VI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1833318427 0061 0315 0300 05AE 11374 0062;00E0 05AE 11374 0315 0062;0061 05AE 0300 11374 0315 0062;00E0 05AE 11374 0315 0062;0061 05AE 0300 11374 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐‘ดb; ร โ—Œึฎโ—Œ๐‘ดโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‘ดโ—Œฬ•b; ร โ—Œึฎโ—Œ๐‘ดโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‘ดโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GRANTHA LETTER PA, LATIN SMALL LETTER B
1833418428 0061 11374 0315 0300 05AE 0062;0061 05AE 11374 0300 0315 0062;0061 05AE 11374 0300 0315 0062;0061 05AE 11374 0300 0315 0062;0061 05AE 11374 0300 0315 0062; # (aโ—Œ๐‘ดโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐‘ดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ดโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘ดโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GRANTHA LETTER PA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18429 0061 05B0 094D 3099 11442 0062;0061 3099 094D 11442 05B0 0062;0061 3099 094D 11442 05B0 0062;0061 3099 094D 11442 05B0 0062;0061 3099 094D 11442 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘‘‚b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‘‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‘‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‘‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘‘‚โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, NEWA SIGN VIRAMA, LATIN SMALL LETTER B
18430 0061 11442 05B0 094D 3099 0062;0061 3099 11442 094D 05B0 0062;0061 3099 11442 094D 05B0 0062;0061 3099 11442 094D 05B0 0062;0061 3099 11442 094D 05B0 0062; # (aโ—Œ๐‘‘‚โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘‘‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‘‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‘‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘‘‚โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, NEWA SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18431 0061 3099 093C 0334 11446 0062;0061 0334 093C 11446 3099 0062;0061 0334 093C 11446 3099 0062;0061 0334 093C 11446 3099 0062;0061 0334 093C 11446 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘‘†b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‘†โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‘†โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‘†โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘‘†โ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, NEWA SIGN NUKTA, LATIN SMALL LETTER B
18432 0061 11446 3099 093C 0334 0062;0061 0334 11446 093C 3099 0062;0061 0334 11446 093C 3099 0062;0061 0334 11446 093C 3099 0062;0061 0334 11446 093C 3099 0062; # (aโ—Œ๐‘‘†โ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘‘†โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‘†โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‘†โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘‘†โ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, NEWA SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
18433 0061 0315 0300 05AE 1145E 0062;00E0 05AE 1145E 0315 0062;0061 05AE 0300 1145E 0315 0062;00E0 05AE 1145E 0315 0062;0061 05AE 0300 1145E 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐‘‘žb; ร โ—Œึฎโ—Œ๐‘‘žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‘‘žโ—Œฬ•b; ร โ—Œึฎโ—Œ๐‘‘žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‘‘žโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, NEWA SANDHI MARK, LATIN SMALL LETTER B
18434 0061 1145E 0315 0300 05AE 0062;0061 05AE 1145E 0300 0315 0062;0061 05AE 1145E 0300 0315 0062;0061 05AE 1145E 0300 0315 0062;0061 05AE 1145E 0300 0315 0062; # (aโ—Œ๐‘‘žโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐‘‘žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘‘žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘‘žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‘‘žโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, NEWA SANDHI MARK, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1833518435 0061 05B0 094D 3099 114C2 0062;0061 3099 094D 114C2 05B0 0062;0061 3099 094D 114C2 05B0 0062;0061 3099 094D 114C2 05B0 0062;0061 3099 094D 114C2 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘“‚b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘“‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘“‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘“‚โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘“‚โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, TIRHUTA SIGN VIRAMA, LATIN SMALL LETTER B
1833618436 0061 114C2 05B0 094D 3099 0062;0061 3099 114C2 094D 05B0 0062;0061 3099 114C2 094D 05B0 0062;0061 3099 114C2 094D 05B0 0062;0061 3099 114C2 094D 05B0 0062; # (aโ—Œ๐‘“‚โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘“‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘“‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘“‚โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘“‚โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, TIRHUTA SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1833718437 0061 3099 093C 0334 114C3 0062;0061 0334 093C 114C3 3099 0062;0061 0334 093C 114C3 3099 0062;0061 0334 093C 114C3 3099 0062;0061 0334 093C 114C3 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘“ƒb; aโ—Œฬดโ—Œเคผโ—Œ๐‘“ƒโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘“ƒโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘“ƒโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘“ƒโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, TIRHUTA SIGN NUKTA, LATIN SMALL LETTER B
1834618446 0061 116B6 05B0 094D 3099 0062;0061 3099 116B6 094D 05B0 0062;0061 3099 116B6 094D 05B0 0062;0061 3099 116B6 094D 05B0 0062;0061 3099 116B6 094D 05B0 0062; # (a๐‘šถโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™๐‘šถโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘šถโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘šถโ—Œเฅโ—Œึฐb; aโ—Œใ‚™๐‘šถโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, TAKRI SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1834718447 0061 3099 093C 0334 116B7 0062;0061 0334 093C 116B7 3099 0062;0061 0334 093C 116B7 3099 0062;0061 0334 093C 116B7 3099 0062;0061 0334 093C 116B7 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘šทb; aโ—Œฬดโ—Œเคผโ—Œ๐‘šทโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘šทโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘šทโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘šทโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, TAKRI SIGN NUKTA, LATIN SMALL LETTER B
1834818448 0061 116B7 3099 093C 0334 0062;0061 0334 116B7 093C 3099 0062;0061 0334 116B7 093C 3099 0062;0061 0334 116B7 093C 3099 0062;0061 0334 116B7 093C 3099 0062; # (aโ—Œ๐‘šทโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘šทโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘šทโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘šทโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘šทโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, TAKRI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
18449 0061 05B0 094D 3099 1172B 0062;0061 3099 094D 1172B 05B0 0062;0061 3099 094D 1172B 05B0 0062;0061 3099 094D 1172B 05B0 0062;0061 3099 094D 1172B 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘œซb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘œซโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘œซโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘œซโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘œซโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, AHOM SIGN KILLER, LATIN SMALL LETTER B
18450 0061 1172B 05B0 094D 3099 0062;0061 3099 1172B 094D 05B0 0062;0061 3099 1172B 094D 05B0 0062;0061 3099 1172B 094D 05B0 0062;0061 3099 1172B 094D 05B0 0062; # (aโ—Œ๐‘œซโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘œซโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘œซโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘œซโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘œซโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, AHOM SIGN KILLER, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18451 0061 05B0 094D 3099 11839 0062;0061 3099 094D 11839 05B0 0062;0061 3099 094D 11839 05B0 0062;0061 3099 094D 11839 05B0 0062;0061 3099 094D 11839 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ นb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ นโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ นโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ นโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ นโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DOGRA SIGN VIRAMA, LATIN SMALL LETTER B
18452 0061 11839 05B0 094D 3099 0062;0061 3099 11839 094D 05B0 0062;0061 3099 11839 094D 05B0 0062;0061 3099 11839 094D 05B0 0062;0061 3099 11839 094D 05B0 0062; # (aโ—Œ๐‘ นโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ นโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ นโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ นโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ นโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, DOGRA SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18453 0061 3099 093C 0334 1183A 0062;0061 0334 093C 1183A 3099 0062;0061 0334 093C 1183A 3099 0062;0061 0334 093C 1183A 3099 0062;0061 0334 093C 1183A 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘ บb; aโ—Œฬดโ—Œเคผโ—Œ๐‘ บโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ บโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ บโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ บโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, DOGRA SIGN NUKTA, LATIN SMALL LETTER B
18454 0061 1183A 3099 093C 0334 0062;0061 0334 1183A 093C 3099 0062;0061 0334 1183A 093C 3099 0062;0061 0334 1183A 093C 3099 0062;0061 0334 1183A 093C 3099 0062; # (aโ—Œ๐‘ บโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘ บโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ บโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ บโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ บโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, DOGRA SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
18455 0061 05B0 094D 3099 11A34 0062;0061 3099 094D 11A34 05B0 0062;0061 3099 094D 11A34 05B0 0062;0061 3099 094D 11A34 05B0 0062;0061 3099 094D 11A34 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘จดb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘จดโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘จดโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘จดโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘จดโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, ZANABAZAR SQUARE SIGN VIRAMA, LATIN SMALL LETTER B
18456 0061 11A34 05B0 094D 3099 0062;0061 3099 11A34 094D 05B0 0062;0061 3099 11A34 094D 05B0 0062;0061 3099 11A34 094D 05B0 0062;0061 3099 11A34 094D 05B0 0062; # (aโ—Œ๐‘จดโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘จดโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘จดโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘จดโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘จดโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, ZANABAZAR SQUARE SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18457 0061 05B0 094D 3099 11A47 0062;0061 3099 094D 11A47 05B0 0062;0061 3099 094D 11A47 05B0 0062;0061 3099 094D 11A47 05B0 0062;0061 3099 094D 11A47 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ฉ‡b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฉ‡โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฉ‡โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฉ‡โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฉ‡โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, ZANABAZAR SQUARE SUBJOINER, LATIN SMALL LETTER B
18458 0061 11A47 05B0 094D 3099 0062;0061 3099 11A47 094D 05B0 0062;0061 3099 11A47 094D 05B0 0062;0061 3099 11A47 094D 05B0 0062;0061 3099 11A47 094D 05B0 0062; # (aโ—Œ๐‘ฉ‡โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ฉ‡โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฉ‡โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฉ‡โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฉ‡โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, ZANABAZAR SQUARE SUBJOINER, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18459 0061 05B0 094D 3099 11A99 0062;0061 3099 094D 11A99 05B0 0062;0061 3099 094D 11A99 05B0 0062;0061 3099 094D 11A99 05B0 0062;0061 3099 094D 11A99 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ช™b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ช™โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ช™โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ช™โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ช™โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, SOYOMBO SUBJOINER, LATIN SMALL LETTER B
18460 0061 11A99 05B0 094D 3099 0062;0061 3099 11A99 094D 05B0 0062;0061 3099 11A99 094D 05B0 0062;0061 3099 11A99 094D 05B0 0062;0061 3099 11A99 094D 05B0 0062; # (aโ—Œ๐‘ช™โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ช™โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ช™โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ช™โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ช™โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, SOYOMBO SUBJOINER, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18461 0061 05B0 094D 3099 11C3F 0062;0061 3099 094D 11C3F 05B0 0062;0061 3099 094D 11C3F 05B0 0062;0061 3099 094D 11C3F 05B0 0062;0061 3099 094D 11C3F 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ฐฟb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฐฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฐฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฐฟโ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ฐฟโ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, BHAIKSUKI SIGN VIRAMA, LATIN SMALL LETTER B
18462 0061 11C3F 05B0 094D 3099 0062;0061 3099 11C3F 094D 05B0 0062;0061 3099 11C3F 094D 05B0 0062;0061 3099 11C3F 094D 05B0 0062;0061 3099 11C3F 094D 05B0 0062; # (aโ—Œ๐‘ฐฟโ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ฐฟโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฐฟโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฐฟโ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ฐฟโ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, BHAIKSUKI SIGN VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18463 0061 3099 093C 0334 11D42 0062;0061 0334 093C 11D42 3099 0062;0061 0334 093C 11D42 3099 0062;0061 0334 093C 11D42 3099 0062;0061 0334 093C 11D42 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐‘ต‚b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ต‚โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ต‚โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ต‚โ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐‘ต‚โ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, MASARAM GONDI SIGN NUKTA, LATIN SMALL LETTER B
18464 0061 11D42 3099 093C 0334 0062;0061 0334 11D42 093C 3099 0062;0061 0334 11D42 093C 3099 0062;0061 0334 11D42 093C 3099 0062;0061 0334 11D42 093C 3099 0062; # (aโ—Œ๐‘ต‚โ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐‘ต‚โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ต‚โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ต‚โ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐‘ต‚โ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, MASARAM GONDI SIGN NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
18465 0061 05B0 094D 3099 11D44 0062;0061 3099 094D 11D44 05B0 0062;0061 3099 094D 11D44 05B0 0062;0061 3099 094D 11D44 05B0 0062;0061 3099 094D 11D44 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ต„b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต„โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต„โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต„โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต„โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, MASARAM GONDI SIGN HALANTA, LATIN SMALL LETTER B
18466 0061 11D44 05B0 094D 3099 0062;0061 3099 11D44 094D 05B0 0062;0061 3099 11D44 094D 05B0 0062;0061 3099 11D44 094D 05B0 0062;0061 3099 11D44 094D 05B0 0062; # (aโ—Œ๐‘ต„โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ต„โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต„โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต„โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต„โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, MASARAM GONDI SIGN HALANTA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18467 0061 05B0 094D 3099 11D45 0062;0061 3099 094D 11D45 05B0 0062;0061 3099 094D 11D45 05B0 0062;0061 3099 094D 11D45 05B0 0062;0061 3099 094D 11D45 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ต…b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต…โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต…โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต…โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ต…โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, MASARAM GONDI VIRAMA, LATIN SMALL LETTER B
18468 0061 11D45 05B0 094D 3099 0062;0061 3099 11D45 094D 05B0 0062;0061 3099 11D45 094D 05B0 0062;0061 3099 11D45 094D 05B0 0062;0061 3099 11D45 094D 05B0 0062; # (aโ—Œ๐‘ต…โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ต…โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต…โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต…โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ต…โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, MASARAM GONDI VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
18469 0061 05B0 094D 3099 11D97 0062;0061 3099 094D 11D97 05B0 0062;0061 3099 094D 11D97 05B0 0062;0061 3099 094D 11D97 05B0 0062;0061 3099 094D 11D97 05B0 0062; # (aโ—Œึฐโ—Œเฅโ—Œใ‚™โ—Œ๐‘ถ—b; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ถ—โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ถ—โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ถ—โ—Œึฐb; aโ—Œใ‚™โ—Œเฅโ—Œ๐‘ถ—โ—Œึฐb; ) LATIN SMALL LETTER A, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, GUNJALA GONDI VIRAMA, LATIN SMALL LETTER B
18470 0061 11D97 05B0 094D 3099 0062;0061 3099 11D97 094D 05B0 0062;0061 3099 11D97 094D 05B0 0062;0061 3099 11D97 094D 05B0 0062;0061 3099 11D97 094D 05B0 0062; # (aโ—Œ๐‘ถ—โ—Œึฐโ—Œเฅโ—Œใ‚™b; aโ—Œใ‚™โ—Œ๐‘ถ—โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ถ—โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ถ—โ—Œเฅโ—Œึฐb; aโ—Œใ‚™โ—Œ๐‘ถ—โ—Œเฅโ—Œึฐb; ) LATIN SMALL LETTER A, GUNJALA GONDI VIRAMA, HEBREW POINT SHEVA, DEVANAGARI SIGN VIRAMA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, LATIN SMALL LETTER B
1834918471 0061 093C 0334 16AF0 0062;0061 0334 16AF0 093C 0062;0061 0334 16AF0 093C 0062;0061 0334 16AF0 093C 0062;0061 0334 16AF0 093C 0062; # (aโ—Œเคผโ—Œฬดโ—Œ๐–ซฐb; aโ—Œฬดโ—Œ๐–ซฐโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฐโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฐโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฐโ—Œเคผb; ) LATIN SMALL LETTER A, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, BASSA VAH COMBINING HIGH TONE, LATIN SMALL LETTER B
1835018472 0061 16AF0 093C 0334 0062;0061 16AF0 0334 093C 0062;0061 16AF0 0334 093C 0062;0061 16AF0 0334 093C 0062;0061 16AF0 0334 093C 0062; # (aโ—Œ๐–ซฐโ—Œเคผโ—Œฬดb; aโ—Œ๐–ซฐโ—Œฬดโ—Œเคผb; aโ—Œ๐–ซฐโ—Œฬดโ—Œเคผb; aโ—Œ๐–ซฐโ—Œฬดโ—Œเคผb; aโ—Œ๐–ซฐโ—Œฬดโ—Œเคผb; ) LATIN SMALL LETTER A, BASSA VAH COMBINING HIGH TONE, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1835118473 0061 093C 0334 16AF1 0062;0061 0334 16AF1 093C 0062;0061 0334 16AF1 093C 0062;0061 0334 16AF1 093C 0062;0061 0334 16AF1 093C 0062; # (aโ—Œเคผโ—Œฬดโ—Œ๐–ซฑb; aโ—Œฬดโ—Œ๐–ซฑโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฑโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฑโ—Œเคผb; aโ—Œฬดโ—Œ๐–ซฑโ—Œเคผb; ) LATIN SMALL LETTER A, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, BASSA VAH COMBINING LOW TONE, LATIN SMALL LETTER B
1843818560 0061 1D243 0315 0300 05AE 0062;0061 05AE 1D243 0300 0315 0062;0061 05AE 1D243 0300 0315 0062;0061 05AE 1D243 0300 0315 0062;0061 05AE 1D243 0300 0315 0062; # (aโ—Œ๐‰ƒโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐‰ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰ƒโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GREEK MUSICAL TETRASEME, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1843918561 0061 0315 0300 05AE 1D244 0062;00E0 05AE 1D244 0315 0062;0061 05AE 0300 1D244 0315 0062;00E0 05AE 1D244 0315 0062;0061 05AE 0300 1D244 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐‰„b; ร โ—Œึฎโ—Œ๐‰„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‰„โ—Œฬ•b; ร โ—Œึฎโ—Œ๐‰„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐‰„โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GREEK MUSICAL PENTASEME, LATIN SMALL LETTER B
1844018562 0061 1D244 0315 0300 05AE 0062;0061 05AE 1D244 0300 0315 0062;0061 05AE 1D244 0300 0315 0062;0061 05AE 1D244 0300 0315 0062;0061 05AE 1D244 0300 0315 0062; # (aโ—Œ๐‰„โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐‰„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐‰„โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GREEK MUSICAL PENTASEME, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18563 0061 0315 0300 05AE 1E000 0062;00E0 05AE 1E000 0315 0062;0061 05AE 0300 1E000 0315 0062;00E0 05AE 1E000 0315 0062;0061 05AE 0300 1E000 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€€b; ร โ—Œึฎโ—Œ๐ž€€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER AZU, LATIN SMALL LETTER B
18564 0061 1E000 0315 0300 05AE 0062;0061 05AE 1E000 0300 0315 0062;0061 05AE 1E000 0300 0315 0062;0061 05AE 1E000 0300 0315 0062;0061 05AE 1E000 0300 0315 0062; # (aโ—Œ๐ž€€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER AZU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18565 0061 0315 0300 05AE 1E001 0062;00E0 05AE 1E001 0315 0062;0061 05AE 0300 1E001 0315 0062;00E0 05AE 1E001 0315 0062;0061 05AE 0300 1E001 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER BUKY, LATIN SMALL LETTER B
18566 0061 1E001 0315 0300 05AE 0062;0061 05AE 1E001 0300 0315 0062;0061 05AE 1E001 0300 0315 0062;0061 05AE 1E001 0300 0315 0062;0061 05AE 1E001 0300 0315 0062; # (aโ—Œ๐ž€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER BUKY, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18567 0061 0315 0300 05AE 1E002 0062;00E0 05AE 1E002 0315 0062;0061 05AE 0300 1E002 0315 0062;00E0 05AE 1E002 0315 0062;0061 05AE 0300 1E002 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€‚b; ร โ—Œึฎโ—Œ๐ž€‚โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‚โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€‚โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‚โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER VEDE, LATIN SMALL LETTER B
18568 0061 1E002 0315 0300 05AE 0062;0061 05AE 1E002 0300 0315 0062;0061 05AE 1E002 0300 0315 0062;0061 05AE 1E002 0300 0315 0062;0061 05AE 1E002 0300 0315 0062; # (aโ—Œ๐ž€‚โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€‚โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‚โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‚โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‚โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER VEDE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18569 0061 0315 0300 05AE 1E003 0062;00E0 05AE 1E003 0315 0062;0061 05AE 0300 1E003 0315 0062;00E0 05AE 1E003 0315 0062;0061 05AE 0300 1E003 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ƒb; ร โ—Œึฎโ—Œ๐ž€ƒโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ƒโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ƒโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ƒโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER GLAGOLI, LATIN SMALL LETTER B
18570 0061 1E003 0315 0300 05AE 0062;0061 05AE 1E003 0300 0315 0062;0061 05AE 1E003 0300 0315 0062;0061 05AE 1E003 0300 0315 0062;0061 05AE 1E003 0300 0315 0062; # (aโ—Œ๐ž€ƒโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ƒโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ƒโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER GLAGOLI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18571 0061 0315 0300 05AE 1E004 0062;00E0 05AE 1E004 0315 0062;0061 05AE 0300 1E004 0315 0062;00E0 05AE 1E004 0315 0062;0061 05AE 0300 1E004 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€„b; ร โ—Œึฎโ—Œ๐ž€„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€„โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€„โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER DOBRO, LATIN SMALL LETTER B
18572 0061 1E004 0315 0300 05AE 0062;0061 05AE 1E004 0300 0315 0062;0061 05AE 1E004 0300 0315 0062;0061 05AE 1E004 0300 0315 0062;0061 05AE 1E004 0300 0315 0062; # (aโ—Œ๐ž€„โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€„โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER DOBRO, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18573 0061 0315 0300 05AE 1E005 0062;00E0 05AE 1E005 0315 0062;0061 05AE 0300 1E005 0315 0062;00E0 05AE 1E005 0315 0062;0061 05AE 0300 1E005 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€…b; ร โ—Œึฎโ—Œ๐ž€…โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€…โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€…โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€…โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YESTU, LATIN SMALL LETTER B
18574 0061 1E005 0315 0300 05AE 0062;0061 05AE 1E005 0300 0315 0062;0061 05AE 1E005 0300 0315 0062;0061 05AE 1E005 0300 0315 0062;0061 05AE 1E005 0300 0315 0062; # (aโ—Œ๐ž€…โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€…โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YESTU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18575 0061 0315 0300 05AE 1E006 0062;00E0 05AE 1E006 0315 0062;0061 05AE 0300 1E006 0315 0062;00E0 05AE 1E006 0315 0062;0061 05AE 0300 1E006 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€†b; ร โ—Œึฎโ—Œ๐ž€†โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€†โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€†โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€†โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER ZHIVETE, LATIN SMALL LETTER B
18576 0061 1E006 0315 0300 05AE 0062;0061 05AE 1E006 0300 0315 0062;0061 05AE 1E006 0300 0315 0062;0061 05AE 1E006 0300 0315 0062;0061 05AE 1E006 0300 0315 0062; # (aโ—Œ๐ž€†โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€†โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER ZHIVETE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18577 0061 0315 0300 05AE 1E008 0062;00E0 05AE 1E008 0315 0062;0061 05AE 0300 1E008 0315 0062;00E0 05AE 1E008 0315 0062;0061 05AE 0300 1E008 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ˆb; ร โ—Œึฎโ—Œ๐ž€ˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ˆโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ˆโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER ZEMLJA, LATIN SMALL LETTER B
18578 0061 1E008 0315 0300 05AE 0062;0061 05AE 1E008 0300 0315 0062;0061 05AE 1E008 0300 0315 0062;0061 05AE 1E008 0300 0315 0062;0061 05AE 1E008 0300 0315 0062; # (aโ—Œ๐ž€ˆโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ˆโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER ZEMLJA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18579 0061 0315 0300 05AE 1E009 0062;00E0 05AE 1E009 0315 0062;0061 05AE 0300 1E009 0315 0062;00E0 05AE 1E009 0315 0062;0061 05AE 0300 1E009 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€‰b; ร โ—Œึฎโ—Œ๐ž€‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‰โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‰โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER IZHE, LATIN SMALL LETTER B
18580 0061 1E009 0315 0300 05AE 0062;0061 05AE 1E009 0300 0315 0062;0061 05AE 1E009 0300 0315 0062;0061 05AE 1E009 0300 0315 0062;0061 05AE 1E009 0300 0315 0062; # (aโ—Œ๐ž€‰โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‰โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER IZHE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18581 0061 0315 0300 05AE 1E00A 0062;00E0 05AE 1E00A 0315 0062;0061 05AE 0300 1E00A 0315 0062;00E0 05AE 1E00A 0315 0062;0061 05AE 0300 1E00A 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€Šb; ร โ—Œึฎโ—Œ๐ž€Šโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Šโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€Šโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Šโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER INITIAL IZHE, LATIN SMALL LETTER B
18582 0061 1E00A 0315 0300 05AE 0062;0061 05AE 1E00A 0300 0315 0062;0061 05AE 1E00A 0300 0315 0062;0061 05AE 1E00A 0300 0315 0062;0061 05AE 1E00A 0300 0315 0062; # (aโ—Œ๐ž€Šโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€Šโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Šโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Šโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Šโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER INITIAL IZHE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18583 0061 0315 0300 05AE 1E00B 0062;00E0 05AE 1E00B 0315 0062;0061 05AE 0300 1E00B 0315 0062;00E0 05AE 1E00B 0315 0062;0061 05AE 0300 1E00B 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€‹b; ร โ—Œึฎโ—Œ๐ž€‹โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‹โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€‹โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‹โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER I, LATIN SMALL LETTER B
18584 0061 1E00B 0315 0300 05AE 0062;0061 05AE 1E00B 0300 0315 0062;0061 05AE 1E00B 0300 0315 0062;0061 05AE 1E00B 0300 0315 0062;0061 05AE 1E00B 0300 0315 0062; # (aโ—Œ๐ž€‹โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€‹โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‹โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‹โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‹โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER I, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18585 0061 0315 0300 05AE 1E00C 0062;00E0 05AE 1E00C 0315 0062;0061 05AE 0300 1E00C 0315 0062;00E0 05AE 1E00C 0315 0062;0061 05AE 0300 1E00C 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€Œb; ร โ—Œึฎโ—Œ๐ž€Œโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Œโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€Œโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Œโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER DJERVI, LATIN SMALL LETTER B
18586 0061 1E00C 0315 0300 05AE 0062;0061 05AE 1E00C 0300 0315 0062;0061 05AE 1E00C 0300 0315 0062;0061 05AE 1E00C 0300 0315 0062;0061 05AE 1E00C 0300 0315 0062; # (aโ—Œ๐ž€Œโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€Œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Œโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER DJERVI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18587 0061 0315 0300 05AE 1E00D 0062;00E0 05AE 1E00D 0315 0062;0061 05AE 0300 1E00D 0315 0062;00E0 05AE 1E00D 0315 0062;0061 05AE 0300 1E00D 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER KAKO, LATIN SMALL LETTER B
18588 0061 1E00D 0315 0300 05AE 0062;0061 05AE 1E00D 0300 0315 0062;0061 05AE 1E00D 0300 0315 0062;0061 05AE 1E00D 0300 0315 0062;0061 05AE 1E00D 0300 0315 0062; # (aโ—Œ๐ž€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER KAKO, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18589 0061 0315 0300 05AE 1E00E 0062;00E0 05AE 1E00E 0315 0062;0061 05AE 0300 1E00E 0315 0062;00E0 05AE 1E00E 0315 0062;0061 05AE 0300 1E00E 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€Žb; ร โ—Œึฎโ—Œ๐ž€Žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Žโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€Žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Žโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER LJUDIJE, LATIN SMALL LETTER B
18590 0061 1E00E 0315 0300 05AE 0062;0061 05AE 1E00E 0300 0315 0062;0061 05AE 1E00E 0300 0315 0062;0061 05AE 1E00E 0300 0315 0062;0061 05AE 1E00E 0300 0315 0062; # (aโ—Œ๐ž€Žโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€Žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Žโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER LJUDIJE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18591 0061 0315 0300 05AE 1E00F 0062;00E0 05AE 1E00F 0315 0062;0061 05AE 0300 1E00F 0315 0062;00E0 05AE 1E00F 0315 0062;0061 05AE 0300 1E00F 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER MYSLITE, LATIN SMALL LETTER B
18592 0061 1E00F 0315 0300 05AE 0062;0061 05AE 1E00F 0300 0315 0062;0061 05AE 1E00F 0300 0315 0062;0061 05AE 1E00F 0300 0315 0062;0061 05AE 1E00F 0300 0315 0062; # (aโ—Œ๐ž€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER MYSLITE, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18593 0061 0315 0300 05AE 1E010 0062;00E0 05AE 1E010 0315 0062;0061 05AE 0300 1E010 0315 0062;00E0 05AE 1E010 0315 0062;0061 05AE 0300 1E010 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER NASHI, LATIN SMALL LETTER B
18594 0061 1E010 0315 0300 05AE 0062;0061 05AE 1E010 0300 0315 0062;0061 05AE 1E010 0300 0315 0062;0061 05AE 1E010 0300 0315 0062;0061 05AE 1E010 0300 0315 0062; # (aโ—Œ๐ž€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER NASHI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18595 0061 0315 0300 05AE 1E011 0062;00E0 05AE 1E011 0315 0062;0061 05AE 0300 1E011 0315 0062;00E0 05AE 1E011 0315 0062;0061 05AE 0300 1E011 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€‘b; ร โ—Œึฎโ—Œ๐ž€‘โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‘โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€‘โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€‘โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER ONU, LATIN SMALL LETTER B
18596 0061 1E011 0315 0300 05AE 0062;0061 05AE 1E011 0300 0315 0062;0061 05AE 1E011 0300 0315 0062;0061 05AE 1E011 0300 0315 0062;0061 05AE 1E011 0300 0315 0062; # (aโ—Œ๐ž€‘โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€‘โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‘โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‘โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€‘โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER ONU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18597 0061 0315 0300 05AE 1E012 0062;00E0 05AE 1E012 0315 0062;0061 05AE 0300 1E012 0315 0062;00E0 05AE 1E012 0315 0062;0061 05AE 0300 1E012 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€’b; ร โ—Œึฎโ—Œ๐ž€’โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€’โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€’โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€’โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER POKOJI, LATIN SMALL LETTER B
18598 0061 1E012 0315 0300 05AE 0062;0061 05AE 1E012 0300 0315 0062;0061 05AE 1E012 0300 0315 0062;0061 05AE 1E012 0300 0315 0062;0061 05AE 1E012 0300 0315 0062; # (aโ—Œ๐ž€’โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€’โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€’โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€’โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€’โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER POKOJI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18599 0061 0315 0300 05AE 1E013 0062;00E0 05AE 1E013 0315 0062;0061 05AE 0300 1E013 0315 0062;00E0 05AE 1E013 0315 0062;0061 05AE 0300 1E013 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€“b; ร โ—Œึฎโ—Œ๐ž€“โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€“โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€“โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€“โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER RITSI, LATIN SMALL LETTER B
18600 0061 1E013 0315 0300 05AE 0062;0061 05AE 1E013 0300 0315 0062;0061 05AE 1E013 0300 0315 0062;0061 05AE 1E013 0300 0315 0062;0061 05AE 1E013 0300 0315 0062; # (aโ—Œ๐ž€“โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€“โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€“โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€“โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€“โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER RITSI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18601 0061 0315 0300 05AE 1E014 0062;00E0 05AE 1E014 0315 0062;0061 05AE 0300 1E014 0315 0062;00E0 05AE 1E014 0315 0062;0061 05AE 0300 1E014 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€”b; ร โ—Œึฎโ—Œ๐ž€”โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€”โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€”โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€”โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER SLOVO, LATIN SMALL LETTER B
18602 0061 1E014 0315 0300 05AE 0062;0061 05AE 1E014 0300 0315 0062;0061 05AE 1E014 0300 0315 0062;0061 05AE 1E014 0300 0315 0062;0061 05AE 1E014 0300 0315 0062; # (aโ—Œ๐ž€”โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€”โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€”โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER SLOVO, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18603 0061 0315 0300 05AE 1E015 0062;00E0 05AE 1E015 0315 0062;0061 05AE 0300 1E015 0315 0062;00E0 05AE 1E015 0315 0062;0061 05AE 0300 1E015 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€•b; ร โ—Œึฎโ—Œ๐ž€•โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€•โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€•โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€•โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER TVRIDO, LATIN SMALL LETTER B
18604 0061 1E015 0315 0300 05AE 0062;0061 05AE 1E015 0300 0315 0062;0061 05AE 1E015 0300 0315 0062;0061 05AE 1E015 0300 0315 0062;0061 05AE 1E015 0300 0315 0062; # (aโ—Œ๐ž€•โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€•โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€•โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER TVRIDO, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18605 0061 0315 0300 05AE 1E016 0062;00E0 05AE 1E016 0315 0062;0061 05AE 0300 1E016 0315 0062;00E0 05AE 1E016 0315 0062;0061 05AE 0300 1E016 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€–b; ร โ—Œึฎโ—Œ๐ž€–โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€–โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€–โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€–โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER UKU, LATIN SMALL LETTER B
18606 0061 1E016 0315 0300 05AE 0062;0061 05AE 1E016 0300 0315 0062;0061 05AE 1E016 0300 0315 0062;0061 05AE 1E016 0300 0315 0062;0061 05AE 1E016 0300 0315 0062; # (aโ—Œ๐ž€–โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€–โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€–โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER UKU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18607 0061 0315 0300 05AE 1E017 0062;00E0 05AE 1E017 0315 0062;0061 05AE 0300 1E017 0315 0062;00E0 05AE 1E017 0315 0062;0061 05AE 0300 1E017 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€—b; ร โ—Œึฎโ—Œ๐ž€—โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€—โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€—โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€—โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER FRITU, LATIN SMALL LETTER B
18608 0061 1E017 0315 0300 05AE 0062;0061 05AE 1E017 0300 0315 0062;0061 05AE 1E017 0300 0315 0062;0061 05AE 1E017 0300 0315 0062;0061 05AE 1E017 0300 0315 0062; # (aโ—Œ๐ž€—โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€—โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€—โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER FRITU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18609 0061 0315 0300 05AE 1E018 0062;00E0 05AE 1E018 0315 0062;0061 05AE 0300 1E018 0315 0062;00E0 05AE 1E018 0315 0062;0061 05AE 0300 1E018 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€˜b; ร โ—Œึฎโ—Œ๐ž€˜โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€˜โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€˜โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€˜โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER HERU, LATIN SMALL LETTER B
18610 0061 1E018 0315 0300 05AE 0062;0061 05AE 1E018 0300 0315 0062;0061 05AE 1E018 0300 0315 0062;0061 05AE 1E018 0300 0315 0062;0061 05AE 1E018 0300 0315 0062; # (aโ—Œ๐ž€˜โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€˜โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€˜โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER HERU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18611 0061 0315 0300 05AE 1E01B 0062;00E0 05AE 1E01B 0315 0062;0061 05AE 0300 1E01B 0315 0062;00E0 05AE 1E01B 0315 0062;0061 05AE 0300 1E01B 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€›b; ร โ—Œึฎโ—Œ๐ž€›โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€›โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€›โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€›โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER SHTA, LATIN SMALL LETTER B
18612 0061 1E01B 0315 0300 05AE 0062;0061 05AE 1E01B 0300 0315 0062;0061 05AE 1E01B 0300 0315 0062;0061 05AE 1E01B 0300 0315 0062;0061 05AE 1E01B 0300 0315 0062; # (aโ—Œ๐ž€›โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€›โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€›โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER SHTA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18613 0061 0315 0300 05AE 1E01C 0062;00E0 05AE 1E01C 0315 0062;0061 05AE 0300 1E01C 0315 0062;00E0 05AE 1E01C 0315 0062;0061 05AE 0300 1E01C 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€œb; ร โ—Œึฎโ—Œ๐ž€œโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€œโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€œโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€œโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER TSI, LATIN SMALL LETTER B
18614 0061 1E01C 0315 0300 05AE 0062;0061 05AE 1E01C 0300 0315 0062;0061 05AE 1E01C 0300 0315 0062;0061 05AE 1E01C 0300 0315 0062;0061 05AE 1E01C 0300 0315 0062; # (aโ—Œ๐ž€œโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€œโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€œโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER TSI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18615 0061 0315 0300 05AE 1E01D 0062;00E0 05AE 1E01D 0315 0062;0061 05AE 0300 1E01D 0315 0062;00E0 05AE 1E01D 0315 0062;0061 05AE 0300 1E01D 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER CHRIVI, LATIN SMALL LETTER B
18616 0061 1E01D 0315 0300 05AE 0062;0061 05AE 1E01D 0300 0315 0062;0061 05AE 1E01D 0300 0315 0062;0061 05AE 1E01D 0300 0315 0062;0061 05AE 1E01D 0300 0315 0062; # (aโ—Œ๐ž€โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER CHRIVI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18617 0061 0315 0300 05AE 1E01E 0062;00E0 05AE 1E01E 0315 0062;0061 05AE 0300 1E01E 0315 0062;00E0 05AE 1E01E 0315 0062;0061 05AE 0300 1E01E 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€žb; ร โ—Œึฎโ—Œ๐ž€žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€žโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€žโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€žโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER SHA, LATIN SMALL LETTER B
18618 0061 1E01E 0315 0300 05AE 0062;0061 05AE 1E01E 0300 0315 0062;0061 05AE 1E01E 0300 0315 0062;0061 05AE 1E01E 0300 0315 0062;0061 05AE 1E01E 0300 0315 0062; # (aโ—Œ๐ž€žโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€žโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€žโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER SHA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18619 0061 0315 0300 05AE 1E01F 0062;00E0 05AE 1E01F 0315 0062;0061 05AE 0300 1E01F 0315 0062;00E0 05AE 1E01F 0315 0062;0061 05AE 0300 1E01F 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€Ÿb; ร โ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Ÿโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€Ÿโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YERU, LATIN SMALL LETTER B
18620 0061 1E01F 0315 0300 05AE 0062;0061 05AE 1E01F 0300 0315 0062;0061 05AE 1E01F 0300 0315 0062;0061 05AE 1E01F 0300 0315 0062;0061 05AE 1E01F 0300 0315 0062; # (aโ—Œ๐ž€Ÿโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€Ÿโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YERU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18621 0061 0315 0300 05AE 1E020 0062;00E0 05AE 1E020 0315 0062;0061 05AE 0300 1E020 0315 0062;00E0 05AE 1E020 0315 0062;0061 05AE 0300 1E020 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ b; ร โ—Œึฎโ—Œ๐ž€ โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ โ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YERI, LATIN SMALL LETTER B
18622 0061 1E020 0315 0300 05AE 0062;0061 05AE 1E020 0300 0315 0062;0061 05AE 1E020 0300 0315 0062;0061 05AE 1E020 0300 0315 0062;0061 05AE 1E020 0300 0315 0062; # (aโ—Œ๐ž€ โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YERI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18623 0061 0315 0300 05AE 1E021 0062;00E0 05AE 1E021 0315 0062;0061 05AE 0300 1E021 0315 0062;00E0 05AE 1E021 0315 0062;0061 05AE 0300 1E021 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€กb; ร โ—Œึฎโ—Œ๐ž€กโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€กโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€กโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€กโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YATI, LATIN SMALL LETTER B
18624 0061 1E021 0315 0300 05AE 0062;0061 05AE 1E021 0300 0315 0062;0061 05AE 1E021 0300 0315 0062;0061 05AE 1E021 0300 0315 0062;0061 05AE 1E021 0300 0315 0062; # (aโ—Œ๐ž€กโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€กโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€กโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€กโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€กโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YATI, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18625 0061 0315 0300 05AE 1E023 0062;00E0 05AE 1E023 0315 0062;0061 05AE 0300 1E023 0315 0062;00E0 05AE 1E023 0315 0062;0061 05AE 0300 1E023 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ฃb; ร โ—Œึฎโ—Œ๐ž€ฃโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฃโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ฃโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฃโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YU, LATIN SMALL LETTER B
18626 0061 1E023 0315 0300 05AE 0062;0061 05AE 1E023 0300 0315 0062;0061 05AE 1E023 0300 0315 0062;0061 05AE 1E023 0300 0315 0062;0061 05AE 1E023 0300 0315 0062; # (aโ—Œ๐ž€ฃโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฃโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฃโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YU, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18627 0061 0315 0300 05AE 1E024 0062;00E0 05AE 1E024 0315 0062;0061 05AE 0300 1E024 0315 0062;00E0 05AE 1E024 0315 0062;0061 05AE 0300 1E024 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€คb; ร โ—Œึฎโ—Œ๐ž€คโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€คโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€คโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€คโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER SMALL YUS, LATIN SMALL LETTER B
18628 0061 1E024 0315 0300 05AE 0062;0061 05AE 1E024 0300 0315 0062;0061 05AE 1E024 0300 0315 0062;0061 05AE 1E024 0300 0315 0062;0061 05AE 1E024 0300 0315 0062; # (aโ—Œ๐ž€คโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€คโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€คโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€คโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€คโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER SMALL YUS, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18629 0061 0315 0300 05AE 1E026 0062;00E0 05AE 1E026 0315 0062;0061 05AE 0300 1E026 0315 0062;00E0 05AE 1E026 0315 0062;0061 05AE 0300 1E026 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ฆb; ร โ—Œึฎโ—Œ๐ž€ฆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฆโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ฆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฆโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER YO, LATIN SMALL LETTER B
18630 0061 1E026 0315 0300 05AE 0062;0061 05AE 1E026 0300 0315 0062;0061 05AE 1E026 0300 0315 0062;0061 05AE 1E026 0300 0315 0062;0061 05AE 1E026 0300 0315 0062; # (aโ—Œ๐ž€ฆโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฆโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER YO, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18631 0061 0315 0300 05AE 1E027 0062;00E0 05AE 1E027 0315 0062;0061 05AE 0300 1E027 0315 0062;00E0 05AE 1E027 0315 0062;0061 05AE 0300 1E027 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€งb; ร โ—Œึฎโ—Œ๐ž€งโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€งโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€งโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€งโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS, LATIN SMALL LETTER B
18632 0061 1E027 0315 0300 05AE 0062;0061 05AE 1E027 0300 0315 0062;0061 05AE 1E027 0300 0315 0062;0061 05AE 1E027 0300 0315 0062;0061 05AE 1E027 0300 0315 0062; # (aโ—Œ๐ž€งโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€งโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€งโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€งโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€งโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18633 0061 0315 0300 05AE 1E028 0062;00E0 05AE 1E028 0315 0062;0061 05AE 0300 1E028 0315 0062;00E0 05AE 1E028 0315 0062;0061 05AE 0300 1E028 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€จb; ร โ—Œึฎโ—Œ๐ž€จโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€จโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€จโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€จโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER BIG YUS, LATIN SMALL LETTER B
18634 0061 1E028 0315 0300 05AE 0062;0061 05AE 1E028 0300 0315 0062;0061 05AE 1E028 0300 0315 0062;0061 05AE 1E028 0300 0315 0062;0061 05AE 1E028 0300 0315 0062; # (aโ—Œ๐ž€จโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€จโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€จโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€จโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€จโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER BIG YUS, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18635 0061 0315 0300 05AE 1E029 0062;00E0 05AE 1E029 0315 0062;0061 05AE 0300 1E029 0315 0062;00E0 05AE 1E029 0315 0062;0061 05AE 0300 1E029 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ฉb; ร โ—Œึฎโ—Œ๐ž€ฉโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฉโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ฉโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ฉโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER IOTATED BIG YUS, LATIN SMALL LETTER B
18636 0061 1E029 0315 0300 05AE 0062;0061 05AE 1E029 0300 0315 0062;0061 05AE 1E029 0300 0315 0062;0061 05AE 1E029 0300 0315 0062;0061 05AE 1E029 0300 0315 0062; # (aโ—Œ๐ž€ฉโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ฉโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฉโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฉโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ฉโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER IOTATED BIG YUS, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18637 0061 0315 0300 05AE 1E02A 0062;00E0 05AE 1E02A 0315 0062;0061 05AE 0300 1E02A 0315 0062;00E0 05AE 1E02A 0315 0062;0061 05AE 0300 1E02A 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐ž€ชb; ร โ—Œึฎโ—Œ๐ž€ชโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ชโ—Œฬ•b; ร โ—Œึฎโ—Œ๐ž€ชโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐ž€ชโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, COMBINING GLAGOLITIC LETTER FITA, LATIN SMALL LETTER B
18638 0061 1E02A 0315 0300 05AE 0062;0061 05AE 1E02A 0300 0315 0062;0061 05AE 1E02A 0300 0315 0062;0061 05AE 1E02A 0300 0315 0062;0061 05AE 1E02A 0300 0315 0062; # (aโ—Œ๐ž€ชโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐ž€ชโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ชโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ชโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐ž€ชโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING GLAGOLITIC LETTER FITA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
1844118639 0061 059A 0316 302A 1E8D0 0062;0061 302A 0316 1E8D0 059A 0062;0061 302A 0316 1E8D0 059A 0062;0061 302A 0316 1E8D0 059A 0062;0061 302A 0316 1E8D0 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐žฃb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃโ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃโ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, MENDE KIKAKUI COMBINING NUMBER TEENS, LATIN SMALL LETTER B
1844218640 0061 1E8D0 059A 0316 302A 0062;0061 302A 1E8D0 0316 059A 0062;0061 302A 1E8D0 0316 059A 0062;0061 302A 1E8D0 0316 059A 0062;0061 302A 1E8D0 0316 059A 0062; # (aโ—Œ๐žฃโ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐žฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃโ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃโ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MENDE KIKAKUI COMBINING NUMBER TEENS, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1844318641 0061 059A 0316 302A 1E8D1 0062;0061 302A 0316 1E8D1 059A 0062;0061 302A 0316 1E8D1 059A 0062;0061 302A 0316 1E8D1 059A 0062;0061 302A 0316 1E8D1 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐žฃ‘b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ‘โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ‘โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ‘โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ‘โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, MENDE KIKAKUI COMBINING NUMBER TENS, LATIN SMALL LETTER B
1845218650 0061 1E8D5 059A 0316 302A 0062;0061 302A 1E8D5 0316 059A 0062;0061 302A 1E8D5 0316 059A 0062;0061 302A 1E8D5 0316 059A 0062;0061 302A 1E8D5 0316 059A 0062; # (aโ—Œ๐žฃ•โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐žฃ•โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ•โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ•โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ•โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
1845318651 0061 059A 0316 302A 1E8D6 0062;0061 302A 0316 1E8D6 059A 0062;0061 302A 0316 1E8D6 059A 0062;0061 302A 0316 1E8D6 059A 0062;0061 302A 0316 1E8D6 059A 0062; # (aโ—Œึšโ—Œฬ–โ—Œใ€ชโ—Œ๐žฃ–b; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ–โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ–โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ–โ—Œึšb; aโ—Œใ€ชโ—Œฬ–โ—Œ๐žฃ–โ—Œึšb; ) LATIN SMALL LETTER A, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, MENDE KIKAKUI COMBINING NUMBER MILLIONS, LATIN SMALL LETTER B
1845418652 0061 1E8D6 059A 0316 302A 0062;0061 302A 1E8D6 0316 059A 0062;0061 302A 1E8D6 0316 059A 0062;0061 302A 1E8D6 0316 059A 0062;0061 302A 1E8D6 0316 059A 0062; # (aโ—Œ๐žฃ–โ—Œึšโ—Œฬ–โ—Œใ€ชb; aโ—Œใ€ชโ—Œ๐žฃ–โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ–โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ–โ—Œฬ–โ—Œึšb; aโ—Œใ€ชโ—Œ๐žฃ–โ—Œฬ–โ—Œึšb; ) LATIN SMALL LETTER A, MENDE KIKAKUI COMBINING NUMBER MILLIONS, HEBREW ACCENT YETIV, COMBINING GRAVE ACCENT BELOW, IDEOGRAPHIC LEVEL TONE MARK, LATIN SMALL LETTER B
18653 0061 0315 0300 05AE 1E944 0062;00E0 05AE 1E944 0315 0062;0061 05AE 0300 1E944 0315 0062;00E0 05AE 1E944 0315 0062;0061 05AE 0300 1E944 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅ„b; ร โ—Œึฎโ—Œ๐žฅ„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ„โ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅ„โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ„โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM ALIF LENGTHENER, LATIN SMALL LETTER B
18654 0061 1E944 0315 0300 05AE 0062;0061 05AE 1E944 0300 0315 0062;0061 05AE 1E944 0300 0315 0062;0061 05AE 1E944 0300 0315 0062;0061 05AE 1E944 0300 0315 0062; # (aโ—Œ๐žฅ„โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅ„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ„โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ„โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM ALIF LENGTHENER, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18655 0061 0315 0300 05AE 1E945 0062;00E0 05AE 1E945 0315 0062;0061 05AE 0300 1E945 0315 0062;00E0 05AE 1E945 0315 0062;0061 05AE 0300 1E945 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅ…b; ร โ—Œึฎโ—Œ๐žฅ…โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ…โ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅ…โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ…โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM VOWEL LENGTHENER, LATIN SMALL LETTER B
18656 0061 1E945 0315 0300 05AE 0062;0061 05AE 1E945 0300 0315 0062;0061 05AE 1E945 0300 0315 0062;0061 05AE 1E945 0300 0315 0062;0061 05AE 1E945 0300 0315 0062; # (aโ—Œ๐žฅ…โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅ…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ…โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ…โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM VOWEL LENGTHENER, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18657 0061 0315 0300 05AE 1E946 0062;00E0 05AE 1E946 0315 0062;0061 05AE 0300 1E946 0315 0062;00E0 05AE 1E946 0315 0062;0061 05AE 0300 1E946 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅ†b; ร โ—Œึฎโ—Œ๐žฅ†โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ†โ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅ†โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ†โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM GEMINATION MARK, LATIN SMALL LETTER B
18658 0061 1E946 0315 0300 05AE 0062;0061 05AE 1E946 0300 0315 0062;0061 05AE 1E946 0300 0315 0062;0061 05AE 1E946 0300 0315 0062;0061 05AE 1E946 0300 0315 0062; # (aโ—Œ๐žฅ†โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅ†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ†โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ†โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM GEMINATION MARK, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18659 0061 0315 0300 05AE 1E947 0062;00E0 05AE 1E947 0315 0062;0061 05AE 0300 1E947 0315 0062;00E0 05AE 1E947 0315 0062;0061 05AE 0300 1E947 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅ‡b; ร โ—Œึฎโ—Œ๐žฅ‡โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ‡โ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅ‡โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ‡โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM HAMZA, LATIN SMALL LETTER B
18660 0061 1E947 0315 0300 05AE 0062;0061 05AE 1E947 0300 0315 0062;0061 05AE 1E947 0300 0315 0062;0061 05AE 1E947 0300 0315 0062;0061 05AE 1E947 0300 0315 0062; # (aโ—Œ๐žฅ‡โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅ‡โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‡โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‡โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‡โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM HAMZA, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18661 0061 0315 0300 05AE 1E948 0062;00E0 05AE 1E948 0315 0062;0061 05AE 0300 1E948 0315 0062;00E0 05AE 1E948 0315 0062;0061 05AE 0300 1E948 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅˆb; ร โ—Œึฎโ—Œ๐žฅˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅˆโ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅˆโ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅˆโ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM CONSONANT MODIFIER, LATIN SMALL LETTER B
18662 0061 1E948 0315 0300 05AE 0062;0061 05AE 1E948 0300 0315 0062;0061 05AE 1E948 0300 0315 0062;0061 05AE 1E948 0300 0315 0062;0061 05AE 1E948 0300 0315 0062; # (aโ—Œ๐žฅˆโ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅˆโ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅˆโ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM CONSONANT MODIFIER, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18663 0061 0315 0300 05AE 1E949 0062;00E0 05AE 1E949 0315 0062;0061 05AE 0300 1E949 0315 0062;00E0 05AE 1E949 0315 0062;0061 05AE 0300 1E949 0315 0062; # (aโ—Œฬ•โ—Œฬ€โ—Œึฎโ—Œ๐žฅ‰b; ร โ—Œึฎโ—Œ๐žฅ‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ‰โ—Œฬ•b; ร โ—Œึฎโ—Œ๐žฅ‰โ—Œฬ•b; aโ—Œึฎโ—Œฬ€โ—Œ๐žฅ‰โ—Œฬ•b; ) LATIN SMALL LETTER A, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, ADLAM GEMINATE CONSONANT MODIFIER, LATIN SMALL LETTER B
18664 0061 1E949 0315 0300 05AE 0062;0061 05AE 1E949 0300 0315 0062;0061 05AE 1E949 0300 0315 0062;0061 05AE 1E949 0300 0315 0062;0061 05AE 1E949 0300 0315 0062; # (aโ—Œ๐žฅ‰โ—Œฬ•โ—Œฬ€โ—Œึฎb; aโ—Œึฎโ—Œ๐žฅ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‰โ—Œฬ€โ—Œฬ•b; aโ—Œึฎโ—Œ๐žฅ‰โ—Œฬ€โ—Œฬ•b; ) LATIN SMALL LETTER A, ADLAM GEMINATE CONSONANT MODIFIER, COMBINING COMMA ABOVE RIGHT, COMBINING GRAVE ACCENT, HEBREW ACCENT ZINOR, LATIN SMALL LETTER B
18665 0061 3099 093C 0334 1E94A 0062;0061 0334 093C 1E94A 3099 0062;0061 0334 093C 1E94A 3099 0062;0061 0334 093C 1E94A 3099 0062;0061 0334 093C 1E94A 3099 0062; # (aโ—Œใ‚™โ—Œเคผโ—Œฬดโ—Œ๐žฅŠb; aโ—Œฬดโ—Œเคผโ—Œ๐žฅŠโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐žฅŠโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐žฅŠโ—Œใ‚™b; aโ—Œฬดโ—Œเคผโ—Œ๐žฅŠโ—Œใ‚™b; ) LATIN SMALL LETTER A, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, ADLAM NUKTA, LATIN SMALL LETTER B
18666 0061 1E94A 3099 093C 0334 0062;0061 0334 1E94A 093C 3099 0062;0061 0334 1E94A 093C 3099 0062;0061 0334 1E94A 093C 3099 0062;0061 0334 1E94A 093C 3099 0062; # (aโ—Œ๐žฅŠโ—Œใ‚™โ—Œเคผโ—Œฬดb; aโ—Œฬดโ—Œ๐žฅŠโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐žฅŠโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐žฅŠโ—Œเคผโ—Œใ‚™b; aโ—Œฬดโ—Œ๐žฅŠโ—Œเคผโ—Œใ‚™b; ) LATIN SMALL LETTER A, ADLAM NUKTA, COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK, DEVANAGARI SIGN NUKTA, COMBINING TILDE OVERLAY, LATIN SMALL LETTER B
1845518667 #
1845618668 @Part3 # PRI #29 Test
1845718669 #
00 ;SILGreek.map
1 ;Copyright (c) 2002-2014 SIL International.
1 ;Copyright (c) 2002-2016 SIL International.
22
33 ; SIL Greek
44
test/SILGreek2004-04-27.tec.orig less more
Binary diff not shown
4040 dotest("compiling Greek mapping (compressed)",
4141 "${bindir}teckit_compile ${srcdir}SILGreek2004-04-27.map -o SILGreek.tec");
4242
43 compare("${srcdir}SILGreek2004-04-27.tec.orig", "SILGreek.tec");
43 # Don't bother to check the compressed file as changes to the compression library can
44 # slightly change the resulting image. The tests below which use the compressed file
45 # should be sufficient to verify that it can be decompressed/used properly
4446
4547 dotest("converting plain-text file to unicode",
4648 "${bindir}txtconv -t SILGreek.tec -i ${srcdir}mrk.txt -o mrk.utf8.txt -nfc");
22
33 scriptversion=2013-07-13.22; # UTC
44
5 # Copyright (C) 2011-2013 Free Software Foundation, Inc.
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
66 #
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
105105 # Test script is run here.
106106 "$@" >$log_file 2>&1
107107 estatus=$?
108
108109 if test $enable_hard_errors = no && test $estatus -eq 99; then
109 estatus=1
110 tweaked_estatus=1
111 else
112 tweaked_estatus=$estatus
110113 fi
111114
112 case $estatus:$expect_failure in
115 case $tweaked_estatus:$expect_failure in
113116 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
114117 0:*) col=$grn res=PASS recheck=no gcopy=no;;
115118 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
117120 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
118121 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
119122 esac
123
124 # Report the test outcome and exit status in the logs, so that one can
125 # know whether the test passed or failed simply by looking at the '.log'
126 # file, without the need of also peaking into the corresponding '.trs'
127 # file (automake bug#11814).
128 echo "$res $test_name (exit status: $estatus)" >>$log_file
120129
121130 # Report outcome to console.
122131 echo "${col}${res}${std}: $test_name"