Codebase list ibus-array / 9e672c5
Import upstream version 0.2.2+git20210616.1.0bec63d Debian Janitor 1 year, 6 months ago
56 changed file(s) with 50475 addition(s) and 112213 deletion(s). Raw diff Collapse all Expand all
+0
-32
.gitignore less more
0 compile
1 config.guess
2 config.rpath
3 config.sub
4 depcomp
5 install-sh
6 m4/codeset.m4
7 m4/glibc2.m4
8 m4/glibc21.m4
9 m4/intdiv0.m4
10 m4/intl.m4
11 m4/intldir.m4
12 m4/intmax.m4
13 m4/inttypes-pri.m4
14 m4/inttypes_h.m4
15 m4/lcmessage.m4
16 m4/lock.m4
17 m4/longdouble.m4
18 m4/longlong.m4
19 m4/ltsugar.m4
20 m4/printf-posix.m4
21 m4/size_max.m4
22 m4/stdint_h.m4
23 m4/uintmax_t.m4
24 m4/ulonglong.m4
25 m4/visibility.m4
26 m4/wchar_t.m4
27 m4/wint_t.m4
28 m4/xsize.m4
29 missing
30 po/Makevars.template
31
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 iBus engine
17 #
18 # Copyright (c) 2007-2014 Huang Peng <shawn.p.huang@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 subdir = .
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
112 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
113 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
114 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
115 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
116 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
117 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
118 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120 $(ACLOCAL_M4)
121 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
122 $(am__configure_deps) $(am__DIST_COMMON)
123 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124 configure.lineno config.status.lineno
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = config.h
127 CONFIG_CLEAN_FILES = ibus-array.spec
128 CONFIG_CLEAN_VPATH_FILES =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo " GEN " $@;
136 am__v_GEN_1 =
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 =
141 SOURCES =
142 DIST_SOURCES =
143 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
144 ctags-recursive dvi-recursive html-recursive info-recursive \
145 install-data-recursive install-dvi-recursive \
146 install-exec-recursive install-html-recursive \
147 install-info-recursive install-pdf-recursive \
148 install-ps-recursive install-recursive installcheck-recursive \
149 installdirs-recursive pdf-recursive ps-recursive \
150 tags-recursive uninstall-recursive
151 am__can_run_installinfo = \
152 case $$AM_UPDATE_INFO_DIR in \
153 n|no|NO) false;; \
154 *) (install-info --version) >/dev/null 2>&1;; \
155 esac
156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
157 distclean-recursive maintainer-clean-recursive
158 am__recursive_targets = \
159 $(RECURSIVE_TARGETS) \
160 $(RECURSIVE_CLEAN_TARGETS) \
161 $(am__extra_recursive_targets)
162 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163 cscope distdir distdir-am dist dist-all distcheck
164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
165 config.h.in
166 # Read a list of newline-separated strings from the standard input,
167 # and print each of them once, without duplicates. Input order is
168 # *not* preserved.
169 am__uniquify_input = $(AWK) '\
170 BEGIN { nonempty = 0; } \
171 { items[$$0] = 1; nonempty = 1; } \
172 END { if (nonempty) { for (i in items) print i; }; } \
173 '
174 # Make sure the list of sources is unique. This is necessary because,
175 # e.g., the same source file might be shared among _SOURCES variables
176 # for different programs/libraries.
177 am__define_uniq_tagged_files = \
178 list='$(am__tagged_files)'; \
179 unique=`for i in $$list; do \
180 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181 done | $(am__uniquify_input)`
182 DIST_SUBDIRS = $(SUBDIRS)
183 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
184 $(srcdir)/ibus-array.spec.in ABOUT-NLS AUTHORS COPYING \
185 ChangeLog INSTALL NEWS README compile config.guess \
186 config.rpath config.sub depcomp install-sh ltmain.sh missing
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 distdir = $(PACKAGE)-$(VERSION)
189 top_distdir = $(distdir)
190 am__remove_distdir = \
191 if test -d "$(distdir)"; then \
192 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193 && rm -rf "$(distdir)" \
194 || { sleep 5 && rm -rf "$(distdir)"; }; \
195 else :; fi
196 am__post_remove_distdir = $(am__remove_distdir)
197 am__relativize = \
198 dir0=`pwd`; \
199 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200 sed_rest='s,^[^/]*/*,,'; \
201 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202 sed_butlast='s,/*[^/]*$$,,'; \
203 while test -n "$$dir1"; do \
204 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205 if test "$$first" != "."; then \
206 if test "$$first" = ".."; then \
207 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209 else \
210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211 if test "$$first2" = "$$first"; then \
212 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213 else \
214 dir2="../$$dir2"; \
215 fi; \
216 dir0="$$dir0"/"$$first"; \
217 fi; \
218 fi; \
219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220 done; \
221 reldir="$$dir2"
222 DIST_ARCHIVES = $(distdir).tar.gz
223 GZIP_ENV = --best
224 DIST_TARGETS = dist-gzip
225 # Exists only to be overridden by the user if desired.
226 AM_DISTCHECK_DVI_TARGET = dvi
227 distuninstallcheck_listfiles = find . -type f -print
228 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
229 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
230 distcleancheck_listfiles = find . -type f -print
231 ACLOCAL = @ACLOCAL@
232 AMTAR = @AMTAR@
233 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234 AR = @AR@
235 AUTOCONF = @AUTOCONF@
236 AUTOHEADER = @AUTOHEADER@
237 AUTOMAKE = @AUTOMAKE@
238 AWK = @AWK@
239 CC = @CC@
240 CCDEPMODE = @CCDEPMODE@
241 CFLAGS = @CFLAGS@
242 CPPFLAGS = @CPPFLAGS@
243 CSCOPE = @CSCOPE@
244 CTAGS = @CTAGS@
245 CXX = @CXX@
246 CXXCPP = @CXXCPP@
247 CXXDEPMODE = @CXXDEPMODE@
248 CXXFLAGS = @CXXFLAGS@
249 CYGPATH_W = @CYGPATH_W@
250 DEFS = @DEFS@
251 DEPDIR = @DEPDIR@
252 DLLTOOL = @DLLTOOL@
253 DSYMUTIL = @DSYMUTIL@
254 DUMPBIN = @DUMPBIN@
255 ECHO_C = @ECHO_C@
256 ECHO_N = @ECHO_N@
257 ECHO_T = @ECHO_T@
258 EGREP = @EGREP@
259 ETAGS = @ETAGS@
260 EXEEXT = @EXEEXT@
261 FGREP = @FGREP@
262 FILECMD = @FILECMD@
263 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
264 GMSGFMT = @GMSGFMT@
265 GMSGFMT_015 = @GMSGFMT_015@
266 GREP = @GREP@
267 IBUS_CFLAGS = @IBUS_CFLAGS@
268 IBUS_LIBS = @IBUS_LIBS@
269 INSTALL = @INSTALL@
270 INSTALL_DATA = @INSTALL_DATA@
271 INSTALL_PROGRAM = @INSTALL_PROGRAM@
272 INSTALL_SCRIPT = @INSTALL_SCRIPT@
273 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274 INTLLIBS = @INTLLIBS@
275 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
276 LD = @LD@
277 LDFLAGS = @LDFLAGS@
278 LIBICONV = @LIBICONV@
279 LIBINTL = @LIBINTL@
280 LIBOBJS = @LIBOBJS@
281 LIBS = @LIBS@
282 LIBTOOL = @LIBTOOL@
283 LIPO = @LIPO@
284 LN_S = @LN_S@
285 LTLIBICONV = @LTLIBICONV@
286 LTLIBINTL = @LTLIBINTL@
287 LTLIBOBJS = @LTLIBOBJS@
288 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
289 MAINT = @MAINT@
290 MAKEINFO = @MAKEINFO@
291 MANIFEST_TOOL = @MANIFEST_TOOL@
292 MKDIR_P = @MKDIR_P@
293 MSGFMT = @MSGFMT@
294 MSGFMT_015 = @MSGFMT_015@
295 MSGMERGE = @MSGMERGE@
296 NM = @NM@
297 NMEDIT = @NMEDIT@
298 OBJDUMP = @OBJDUMP@
299 OBJEXT = @OBJEXT@
300 OTOOL = @OTOOL@
301 OTOOL64 = @OTOOL64@
302 PACKAGE = @PACKAGE@
303 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304 PACKAGE_NAME = @PACKAGE_NAME@
305 PACKAGE_STRING = @PACKAGE_STRING@
306 PACKAGE_TARNAME = @PACKAGE_TARNAME@
307 PACKAGE_URL = @PACKAGE_URL@
308 PACKAGE_VERSION = @PACKAGE_VERSION@
309 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
310 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
311 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
312 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
313 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
314 PATH_SEPARATOR = @PATH_SEPARATOR@
315 PKG_CONFIG = @PKG_CONFIG@
316 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318 POSUB = @POSUB@
319 PYTHON = @PYTHON@
320 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
321 PYTHON_PLATFORM = @PYTHON_PLATFORM@
322 PYTHON_PREFIX = @PYTHON_PREFIX@
323 PYTHON_VERSION = @PYTHON_VERSION@
324 RANLIB = @RANLIB@
325 SED = @SED@
326 SET_MAKE = @SET_MAKE@
327 SHELL = @SHELL@
328 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
329 SQLITE3_LIBS = @SQLITE3_LIBS@
330 STRIP = @STRIP@
331 USE_NLS = @USE_NLS@
332 VERSION = @VERSION@
333 XGETTEXT = @XGETTEXT@
334 XGETTEXT_015 = @XGETTEXT_015@
335 abs_builddir = @abs_builddir@
336 abs_srcdir = @abs_srcdir@
337 abs_top_builddir = @abs_top_builddir@
338 abs_top_srcdir = @abs_top_srcdir@
339 ac_ct_AR = @ac_ct_AR@
340 ac_ct_CC = @ac_ct_CC@
341 ac_ct_CXX = @ac_ct_CXX@
342 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343 am__include = @am__include@
344 am__leading_dot = @am__leading_dot@
345 am__quote = @am__quote@
346 am__tar = @am__tar@
347 am__untar = @am__untar@
348 bindir = @bindir@
349 build = @build@
350 build_alias = @build_alias@
351 build_cpu = @build_cpu@
352 build_os = @build_os@
353 build_vendor = @build_vendor@
354 builddir = @builddir@
355 datadir = @datadir@
356 datarootdir = @datarootdir@
357 docdir = @docdir@
358 dvidir = @dvidir@
359 exec_prefix = @exec_prefix@
360 host = @host@
361 host_alias = @host_alias@
362 host_cpu = @host_cpu@
363 host_os = @host_os@
364 host_vendor = @host_vendor@
365 htmldir = @htmldir@
366 includedir = @includedir@
367 infodir = @infodir@
368 install_sh = @install_sh@
369 libdir = @libdir@
370 libexecdir = @libexecdir@
371 localedir = @localedir@
372 localstatedir = @localstatedir@
373 mandir = @mandir@
374 mkdir_p = @mkdir_p@
375 oldincludedir = @oldincludedir@
376 pdfdir = @pdfdir@
377 pkgpyexecdir = @pkgpyexecdir@
378 pkgpythondir = @pkgpythondir@
379 prefix = @prefix@
380 program_transform_name = @program_transform_name@
381 psdir = @psdir@
382 pyexecdir = @pyexecdir@
383 pythondir = @pythondir@
384 runstatedir = @runstatedir@
385 sbindir = @sbindir@
386 sharedstatedir = @sharedstatedir@
387 srcdir = @srcdir@
388 sysconfdir = @sysconfdir@
389 target_alias = @target_alias@
390 top_build_prefix = @top_build_prefix@
391 top_builddir = @top_builddir@
392 top_srcdir = @top_srcdir@
393 SUBDIRS = \
394 src \
395 setup \
396 icons \
397 data \
398 m4 \
399 po \
400 $(NULL)
401
402 ACLOCAL_AMFLAGS = -I m4
403 EXTRA_DIST = \
404 autogen.sh \
405 @PACKAGE_NAME@.spec.in \
406 $(NULL)
407
408 noinst_DIST = \
409 $(NULL)
410
411 DISTCLEANFILES = \
412 po/stamp-it \
413 $(NULL)
414
415 all: config.h
416 $(MAKE) $(AM_MAKEFLAGS) all-recursive
417
418 .SUFFIXES:
419 am--refresh: Makefile
420 @:
421 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
422 @for dep in $?; do \
423 case '$(am__configure_deps)' in \
424 *$$dep*) \
425 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
426 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
427 && exit 0; \
428 exit 1;; \
429 esac; \
430 done; \
431 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
432 $(am__cd) $(top_srcdir) && \
433 $(AUTOMAKE) --gnu Makefile
434 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435 @case '$?' in \
436 *config.status*) \
437 echo ' $(SHELL) ./config.status'; \
438 $(SHELL) ./config.status;; \
439 *) \
440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
441 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
442 esac;
443
444 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445 $(SHELL) ./config.status --recheck
446
447 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
448 $(am__cd) $(srcdir) && $(AUTOCONF)
449 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
451 $(am__aclocal_m4_deps):
452
453 config.h: stamp-h1
454 @test -f $@ || rm -f stamp-h1
455 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
456
457 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
458 @rm -f stamp-h1
459 cd $(top_builddir) && $(SHELL) ./config.status config.h
460 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
461 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
462 rm -f stamp-h1
463 touch $@
464
465 distclean-hdr:
466 -rm -f config.h stamp-h1
467 ibus-array.spec: $(top_builddir)/config.status $(srcdir)/ibus-array.spec.in
468 cd $(top_builddir) && $(SHELL) ./config.status $@
469
470 mostlyclean-libtool:
471 -rm -f *.lo
472
473 clean-libtool:
474 -rm -rf .libs _libs
475
476 distclean-libtool:
477 -rm -f libtool config.lt
478
479 # This directory's subdirectories are mostly independent; you can cd
480 # into them and run 'make' without going through this Makefile.
481 # To change the values of 'make' variables: instead of editing Makefiles,
482 # (1) if the variable is set in 'config.status', edit 'config.status'
483 # (which will cause the Makefiles to be regenerated when you run 'make');
484 # (2) otherwise, pass the desired values on the 'make' command line.
485 $(am__recursive_targets):
486 @fail=; \
487 if $(am__make_keepgoing); then \
488 failcom='fail=yes'; \
489 else \
490 failcom='exit 1'; \
491 fi; \
492 dot_seen=no; \
493 target=`echo $@ | sed s/-recursive//`; \
494 case "$@" in \
495 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
496 *) list='$(SUBDIRS)' ;; \
497 esac; \
498 for subdir in $$list; do \
499 echo "Making $$target in $$subdir"; \
500 if test "$$subdir" = "."; then \
501 dot_seen=yes; \
502 local_target="$$target-am"; \
503 else \
504 local_target="$$target"; \
505 fi; \
506 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
507 || eval $$failcom; \
508 done; \
509 if test "$$dot_seen" = "no"; then \
510 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
511 fi; test -z "$$fail"
512
513 ID: $(am__tagged_files)
514 $(am__define_uniq_tagged_files); mkid -fID $$unique
515 tags: tags-recursive
516 TAGS: tags
517
518 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
519 set x; \
520 here=`pwd`; \
521 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
522 include_option=--etags-include; \
523 empty_fix=.; \
524 else \
525 include_option=--include; \
526 empty_fix=; \
527 fi; \
528 list='$(SUBDIRS)'; for subdir in $$list; do \
529 if test "$$subdir" = .; then :; else \
530 test ! -f $$subdir/TAGS || \
531 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
532 fi; \
533 done; \
534 $(am__define_uniq_tagged_files); \
535 shift; \
536 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537 test -n "$$unique" || unique=$$empty_fix; \
538 if test $$# -gt 0; then \
539 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540 "$$@" $$unique; \
541 else \
542 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543 $$unique; \
544 fi; \
545 fi
546 ctags: ctags-recursive
547
548 CTAGS: ctags
549 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550 $(am__define_uniq_tagged_files); \
551 test -z "$(CTAGS_ARGS)$$unique" \
552 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553 $$unique
554
555 GTAGS:
556 here=`$(am__cd) $(top_builddir) && pwd` \
557 && $(am__cd) $(top_srcdir) \
558 && gtags -i $(GTAGS_ARGS) "$$here"
559 cscope: cscope.files
560 test ! -s cscope.files \
561 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
562 clean-cscope:
563 -rm -f cscope.files
564 cscope.files: clean-cscope cscopelist
565 cscopelist: cscopelist-recursive
566
567 cscopelist-am: $(am__tagged_files)
568 list='$(am__tagged_files)'; \
569 case "$(srcdir)" in \
570 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
571 *) sdir=$(subdir)/$(srcdir) ;; \
572 esac; \
573 for i in $$list; do \
574 if test -f "$$i"; then \
575 echo "$(subdir)/$$i"; \
576 else \
577 echo "$$sdir/$$i"; \
578 fi; \
579 done >> $(top_builddir)/cscope.files
580
581 distclean-tags:
582 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
583 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
584 distdir: $(BUILT_SOURCES)
585 $(MAKE) $(AM_MAKEFLAGS) distdir-am
586
587 distdir-am: $(DISTFILES)
588 $(am__remove_distdir)
589 test -d "$(distdir)" || mkdir "$(distdir)"
590 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592 list='$(DISTFILES)'; \
593 dist_files=`for file in $$list; do echo $$file; done | \
594 sed -e "s|^$$srcdirstrip/||;t" \
595 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
596 case $$dist_files in \
597 */*) $(MKDIR_P) `echo "$$dist_files" | \
598 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
599 sort -u` ;; \
600 esac; \
601 for file in $$dist_files; do \
602 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
603 if test -d $$d/$$file; then \
604 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
605 if test -d "$(distdir)/$$file"; then \
606 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607 fi; \
608 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
609 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
610 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 fi; \
612 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613 else \
614 test -f "$(distdir)/$$file" \
615 || cp -p $$d/$$file "$(distdir)/$$file" \
616 || exit 1; \
617 fi; \
618 done
619 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
620 if test "$$subdir" = .; then :; else \
621 $(am__make_dryrun) \
622 || test -d "$(distdir)/$$subdir" \
623 || $(MKDIR_P) "$(distdir)/$$subdir" \
624 || exit 1; \
625 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
626 $(am__relativize); \
627 new_distdir=$$reldir; \
628 dir1=$$subdir; dir2="$(top_distdir)"; \
629 $(am__relativize); \
630 new_top_distdir=$$reldir; \
631 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
632 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
633 ($(am__cd) $$subdir && \
634 $(MAKE) $(AM_MAKEFLAGS) \
635 top_distdir="$$new_top_distdir" \
636 distdir="$$new_distdir" \
637 am__remove_distdir=: \
638 am__skip_length_check=: \
639 am__skip_mode_fix=: \
640 distdir) \
641 || exit 1; \
642 fi; \
643 done
644 -test -n "$(am__skip_mode_fix)" \
645 || find "$(distdir)" -type d ! -perm -755 \
646 -exec chmod u+rwx,go+rx {} \; -o \
647 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
648 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
649 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
650 || chmod -R a+r "$(distdir)"
651 dist-gzip: distdir
652 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
653 $(am__post_remove_distdir)
654
655 dist-bzip2: distdir
656 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
657 $(am__post_remove_distdir)
658
659 dist-lzip: distdir
660 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
661 $(am__post_remove_distdir)
662
663 dist-xz: distdir
664 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
665 $(am__post_remove_distdir)
666
667 dist-zstd: distdir
668 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
669 $(am__post_remove_distdir)
670
671 dist-tarZ: distdir
672 @echo WARNING: "Support for distribution archives compressed with" \
673 "legacy program 'compress' is deprecated." >&2
674 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
675 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
676 $(am__post_remove_distdir)
677
678 dist-shar: distdir
679 @echo WARNING: "Support for shar distribution archives is" \
680 "deprecated." >&2
681 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
682 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
683 $(am__post_remove_distdir)
684
685 dist-zip: distdir
686 -rm -f $(distdir).zip
687 zip -rq $(distdir).zip $(distdir)
688 $(am__post_remove_distdir)
689
690 dist dist-all:
691 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
692 $(am__post_remove_distdir)
693
694 # This target untars the dist file and tries a VPATH configuration. Then
695 # it guarantees that the distribution is self-contained by making another
696 # tarfile.
697 distcheck: dist
698 case '$(DIST_ARCHIVES)' in \
699 *.tar.gz*) \
700 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
701 *.tar.bz2*) \
702 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
703 *.tar.lz*) \
704 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
705 *.tar.xz*) \
706 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
707 *.tar.Z*) \
708 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
709 *.shar.gz*) \
710 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
711 *.zip*) \
712 unzip $(distdir).zip ;;\
713 *.tar.zst*) \
714 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
715 esac
716 chmod -R a-w $(distdir)
717 chmod u+w $(distdir)
718 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
719 chmod a-w $(distdir)
720 test -d $(distdir)/_build || exit 0; \
721 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
722 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
723 && am__cwd=`pwd` \
724 && $(am__cd) $(distdir)/_build/sub \
725 && ../../configure \
726 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
727 $(DISTCHECK_CONFIGURE_FLAGS) \
728 --srcdir=../.. --prefix="$$dc_install_base" \
729 && $(MAKE) $(AM_MAKEFLAGS) \
730 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
731 && $(MAKE) $(AM_MAKEFLAGS) check \
732 && $(MAKE) $(AM_MAKEFLAGS) install \
733 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
734 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
735 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
736 distuninstallcheck \
737 && chmod -R a-w "$$dc_install_base" \
738 && ({ \
739 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
740 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
741 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
742 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
743 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
744 } || { rm -rf "$$dc_destdir"; exit 1; }) \
745 && rm -rf "$$dc_destdir" \
746 && $(MAKE) $(AM_MAKEFLAGS) dist \
747 && rm -rf $(DIST_ARCHIVES) \
748 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
749 && cd "$$am__cwd" \
750 || exit 1
751 $(am__post_remove_distdir)
752 @(echo "$(distdir) archives ready for distribution: "; \
753 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
754 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
755 distuninstallcheck:
756 @test -n '$(distuninstallcheck_dir)' || { \
757 echo 'ERROR: trying to run $@ with an empty' \
758 '$$(distuninstallcheck_dir)' >&2; \
759 exit 1; \
760 }; \
761 $(am__cd) '$(distuninstallcheck_dir)' || { \
762 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
763 exit 1; \
764 }; \
765 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
766 || { echo "ERROR: files left after uninstall:" ; \
767 if test -n "$(DESTDIR)"; then \
768 echo " (check DESTDIR support)"; \
769 fi ; \
770 $(distuninstallcheck_listfiles) ; \
771 exit 1; } >&2
772 distcleancheck: distclean
773 @if test '$(srcdir)' = . ; then \
774 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
775 exit 1 ; \
776 fi
777 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
778 || { echo "ERROR: files left in build directory after distclean:" ; \
779 $(distcleancheck_listfiles) ; \
780 exit 1; } >&2
781 check-am: all-am
782 check: check-recursive
783 all-am: Makefile config.h
784 installdirs: installdirs-recursive
785 installdirs-am:
786 install: install-recursive
787 install-exec: install-exec-recursive
788 install-data: install-data-recursive
789 uninstall: uninstall-recursive
790
791 install-am: all-am
792 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794 installcheck: installcheck-recursive
795 install-strip:
796 if test -z '$(STRIP)'; then \
797 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
798 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
799 install; \
800 else \
801 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804 fi
805 mostlyclean-generic:
806
807 clean-generic:
808
809 distclean-generic:
810 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
813
814 maintainer-clean-generic:
815 @echo "This command is intended for maintainers to use"
816 @echo "it deletes files that may require special tools to rebuild."
817 clean: clean-recursive
818
819 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
820
821 distclean: distclean-recursive
822 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
823 -rm -f Makefile
824 distclean-am: clean-am distclean-generic distclean-hdr \
825 distclean-libtool distclean-tags
826
827 dvi: dvi-recursive
828
829 dvi-am:
830
831 html: html-recursive
832
833 html-am:
834
835 info: info-recursive
836
837 info-am:
838
839 install-data-am:
840
841 install-dvi: install-dvi-recursive
842
843 install-dvi-am:
844
845 install-exec-am:
846
847 install-html: install-html-recursive
848
849 install-html-am:
850
851 install-info: install-info-recursive
852
853 install-info-am:
854
855 install-man:
856
857 install-pdf: install-pdf-recursive
858
859 install-pdf-am:
860
861 install-ps: install-ps-recursive
862
863 install-ps-am:
864
865 installcheck-am:
866
867 maintainer-clean: maintainer-clean-recursive
868 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
869 -rm -rf $(top_srcdir)/autom4te.cache
870 -rm -f Makefile
871 maintainer-clean-am: distclean-am maintainer-clean-generic
872
873 mostlyclean: mostlyclean-recursive
874
875 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
876
877 pdf: pdf-recursive
878
879 pdf-am:
880
881 ps: ps-recursive
882
883 ps-am:
884
885 uninstall-am:
886
887 .MAKE: $(am__recursive_targets) all install-am install-strip
888
889 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
890 am--refresh check check-am clean clean-cscope clean-generic \
891 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
892 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
893 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
894 distclean-generic distclean-hdr distclean-libtool \
895 distclean-tags distcleancheck distdir distuninstallcheck dvi \
896 dvi-am html html-am info info-am install install-am \
897 install-data install-data-am install-dvi install-dvi-am \
898 install-exec install-exec-am install-html install-html-am \
899 install-info install-info-am install-man install-pdf \
900 install-pdf-am install-ps install-ps-am install-strip \
901 installcheck installcheck-am installdirs installdirs-am \
902 maintainer-clean maintainer-clean-generic mostlyclean \
903 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
904 tags tags-am uninstall uninstall-am
905
906 .PRECIOUS: Makefile
907
908
909 rpm: dist @PACKAGE_NAME@.spec
910 rpmbuild -bb \
911 --define "_sourcedir `pwd`" \
912 --define "_builddir `pwd`" \
913 --define "_specdir `pwd`" \
914 --define "_rpmdir `pwd`" \
915 --define "_srcrpmdir `pwd`" \
916 @PACKAGE_NAME@.spec
917 clean-rpm:
918 $(RM) -r "`uname -i`"
919
920 clean-local: clean-rpm
921
922 # Tell versions [3.59,3.63) of GNU make to not export all variables.
923 # Otherwise a system limit (for SysV at least) may be exceeded.
924 .NOEXPORT:
22
33 The source code can be obtained from:
44 https://github.com/lexical/ibus-array
5
6 To test your contribution locally
7 1. Make sure `ibus-array` is working before your changes.
8 2. Locate the working installation of `ibus-array` (likely under `/usr`).
9 3. Use `autogen.sh --prefix` to specify where `make install` copies your custom build to.
10 4. `make` and `make install` your changes, make sure it overwrites existing installation.
11 5. `kill` and restart `ibus-daemon --xim`.
0 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
3
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
14 m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
17 [m4_warning([this file was generated for autoconf 2.71.
18 You have another version of autoconf. It may work, but is not guaranteed to.
19 If you have problems, you may need to regenerate the build system entirely.
20 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
21
22 # pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
23 # serial 12 (pkg-config-0.29.2)
24
25 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
26 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
27 dnl
28 dnl This program is free software; you can redistribute it and/or modify
29 dnl it under the terms of the GNU General Public License as published by
30 dnl the Free Software Foundation; either version 2 of the License, or
31 dnl (at your option) any later version.
32 dnl
33 dnl This program is distributed in the hope that it will be useful, but
34 dnl WITHOUT ANY WARRANTY; without even the implied warranty of
35 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
36 dnl General Public License for more details.
37 dnl
38 dnl You should have received a copy of the GNU General Public License
39 dnl along with this program; if not, write to the Free Software
40 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
41 dnl 02111-1307, USA.
42 dnl
43 dnl As a special exception to the GNU General Public License, if you
44 dnl distribute this file as part of a program that contains a
45 dnl configuration script generated by Autoconf, you may include it under
46 dnl the same distribution terms that you use for the rest of that
47 dnl program.
48
49 dnl PKG_PREREQ(MIN-VERSION)
50 dnl -----------------------
51 dnl Since: 0.29
52 dnl
53 dnl Verify that the version of the pkg-config macros are at least
54 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
55 dnl installed version of pkg-config, this checks the developer's version
56 dnl of pkg.m4 when generating configure.
57 dnl
58 dnl To ensure that this macro is defined, also add:
59 dnl m4_ifndef([PKG_PREREQ],
60 dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
61 dnl
62 dnl See the "Since" comment for each macro you use to see what version
63 dnl of the macros you require.
64 m4_defun([PKG_PREREQ],
65 [m4_define([PKG_MACROS_VERSION], [0.29.2])
66 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
67 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
68 ])dnl PKG_PREREQ
69
70 dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
71 dnl ----------------------------------
72 dnl Since: 0.16
73 dnl
74 dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
75 dnl first found in the path. Checks that the version of pkg-config found
76 dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
77 dnl used since that's the first version where most current features of
78 dnl pkg-config existed.
79 AC_DEFUN([PKG_PROG_PKG_CONFIG],
80 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
81 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
82 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
83 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
84 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
85 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
86
87 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
88 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
89 fi
90 if test -n "$PKG_CONFIG"; then
91 _pkg_min_version=m4_default([$1], [0.9.0])
92 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
93 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
94 AC_MSG_RESULT([yes])
95 else
96 AC_MSG_RESULT([no])
97 PKG_CONFIG=""
98 fi
99 fi[]dnl
100 ])dnl PKG_PROG_PKG_CONFIG
101
102 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
103 dnl -------------------------------------------------------------------
104 dnl Since: 0.18
105 dnl
106 dnl Check to see whether a particular set of modules exists. Similar to
107 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
108 dnl
109 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
110 dnl only at the first occurrence in configure.ac, so if the first place
111 dnl it's called might be skipped (such as if it is within an "if", you
112 dnl have to call PKG_CHECK_EXISTS manually
113 AC_DEFUN([PKG_CHECK_EXISTS],
114 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
115 if test -n "$PKG_CONFIG" && \
116 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
117 m4_default([$2], [:])
118 m4_ifvaln([$3], [else
119 $3])dnl
120 fi])
121
122 dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
123 dnl ---------------------------------------------
124 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
125 dnl pkg_failed based on the result.
126 m4_define([_PKG_CONFIG],
127 [if test -n "$$1"; then
128 pkg_cv_[]$1="$$1"
129 elif test -n "$PKG_CONFIG"; then
130 PKG_CHECK_EXISTS([$3],
131 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
132 test "x$?" != "x0" && pkg_failed=yes ],
133 [pkg_failed=yes])
134 else
135 pkg_failed=untried
136 fi[]dnl
137 ])dnl _PKG_CONFIG
138
139 dnl _PKG_SHORT_ERRORS_SUPPORTED
140 dnl ---------------------------
141 dnl Internal check to see if pkg-config supports short errors.
142 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
143 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
144 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
145 _pkg_short_errors_supported=yes
146 else
147 _pkg_short_errors_supported=no
148 fi[]dnl
149 ])dnl _PKG_SHORT_ERRORS_SUPPORTED
150
151
152 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
153 dnl [ACTION-IF-NOT-FOUND])
154 dnl --------------------------------------------------------------
155 dnl Since: 0.4.0
156 dnl
157 dnl Note that if there is a possibility the first call to
158 dnl PKG_CHECK_MODULES might not happen, you should be sure to include an
159 dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
160 AC_DEFUN([PKG_CHECK_MODULES],
161 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
162 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
163 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
164
165 pkg_failed=no
166 AC_MSG_CHECKING([for $2])
167
168 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
169 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
170 _PKG_CONFIG([$1][_VERSION], [modversion], [$2])
171
172 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
173 and $1[]_LIBS to avoid the need to call pkg-config.
174 See the pkg-config man page for more details.])
175
176 if test $pkg_failed = yes; then
177 AC_MSG_RESULT([no])
178 _PKG_SHORT_ERRORS_SUPPORTED
179 if test $_pkg_short_errors_supported = yes; then
180 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
181 else
182 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
183 fi
184 # Put the nasty error message in config.log where it belongs
185 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
186
187 m4_default([$4], [AC_MSG_ERROR(
188 [Package requirements ($2) were not met:
189
190 $$1_PKG_ERRORS
191
192 Consider adjusting the PKG_CONFIG_PATH environment variable if you
193 installed software in a non-standard prefix.
194
195 _PKG_TEXT])[]dnl
196 ])
197 elif test $pkg_failed = untried; then
198 AC_MSG_RESULT([no])
199 m4_default([$4], [AC_MSG_FAILURE(
200 [The pkg-config script could not be found or is too old. Make sure it
201 is in your PATH or set the PKG_CONFIG environment variable to the full
202 path to pkg-config.
203
204 _PKG_TEXT
205
206 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
207 ])
208 else
209 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
210 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
211 $1[]_VERSION=$pkg_cv_[]$1[]_VERSION
212 AC_MSG_RESULT([yes])
213 $3
214 fi[]dnl
215 ])dnl PKG_CHECK_MODULES
216
217
218 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
219 dnl [ACTION-IF-NOT-FOUND])
220 dnl ---------------------------------------------------------------------
221 dnl Since: 0.29
222 dnl
223 dnl Checks for existence of MODULES and gathers its build flags with
224 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
225 dnl and VARIABLE-PREFIX_LIBS from --libs.
226 dnl
227 dnl Note that if there is a possibility the first call to
228 dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to
229 dnl include an explicit call to PKG_PROG_PKG_CONFIG in your
230 dnl configure.ac.
231 AC_DEFUN([PKG_CHECK_MODULES_STATIC],
232 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
233 _save_PKG_CONFIG=$PKG_CONFIG
234 PKG_CONFIG="$PKG_CONFIG --static"
235 PKG_CHECK_MODULES($@)
236 PKG_CONFIG=$_save_PKG_CONFIG[]dnl
237 ])dnl PKG_CHECK_MODULES_STATIC
238
239
240 dnl PKG_INSTALLDIR([DIRECTORY])
241 dnl -------------------------
242 dnl Since: 0.27
243 dnl
244 dnl Substitutes the variable pkgconfigdir as the location where a module
245 dnl should install pkg-config .pc files. By default the directory is
246 dnl $libdir/pkgconfig, but the default can be changed by passing
247 dnl DIRECTORY. The user can override through the --with-pkgconfigdir
248 dnl parameter.
249 AC_DEFUN([PKG_INSTALLDIR],
250 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
251 m4_pushdef([pkg_description],
252 [pkg-config installation directory @<:@]pkg_default[@:>@])
253 AC_ARG_WITH([pkgconfigdir],
254 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
255 [with_pkgconfigdir=]pkg_default)
256 AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
257 m4_popdef([pkg_default])
258 m4_popdef([pkg_description])
259 ])dnl PKG_INSTALLDIR
260
261
262 dnl PKG_NOARCH_INSTALLDIR([DIRECTORY])
263 dnl --------------------------------
264 dnl Since: 0.27
265 dnl
266 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
267 dnl module should install arch-independent pkg-config .pc files. By
268 dnl default the directory is $datadir/pkgconfig, but the default can be
269 dnl changed by passing DIRECTORY. The user can override through the
270 dnl --with-noarch-pkgconfigdir parameter.
271 AC_DEFUN([PKG_NOARCH_INSTALLDIR],
272 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
273 m4_pushdef([pkg_description],
274 [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
275 AC_ARG_WITH([noarch-pkgconfigdir],
276 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
277 [with_noarch_pkgconfigdir=]pkg_default)
278 AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
279 m4_popdef([pkg_default])
280 m4_popdef([pkg_description])
281 ])dnl PKG_NOARCH_INSTALLDIR
282
283
284 dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
285 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
286 dnl -------------------------------------------
287 dnl Since: 0.28
288 dnl
289 dnl Retrieves the value of the pkg-config variable for the given module.
290 AC_DEFUN([PKG_CHECK_VAR],
291 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
292 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
293
294 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
295 AS_VAR_COPY([$1], [pkg_cv_][$1])
296
297 AS_VAR_IF([$1], [""], [$5], [$4])dnl
298 ])dnl PKG_CHECK_VAR
299
300 dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
301 dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
302 dnl [DESCRIPTION], [DEFAULT])
303 dnl ------------------------------------------
304 dnl
305 dnl Prepare a "--with-" configure option using the lowercase
306 dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
307 dnl PKG_CHECK_MODULES in a single macro.
308 AC_DEFUN([PKG_WITH_MODULES],
309 [
310 m4_pushdef([with_arg], m4_tolower([$1]))
311
312 m4_pushdef([description],
313 [m4_default([$5], [build with ]with_arg[ support])])
314
315 m4_pushdef([def_arg], [m4_default([$6], [auto])])
316 m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
317 m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
318
319 m4_case(def_arg,
320 [yes],[m4_pushdef([with_without], [--without-]with_arg)],
321 [m4_pushdef([with_without],[--with-]with_arg)])
322
323 AC_ARG_WITH(with_arg,
324 AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),,
325 [AS_TR_SH([with_]with_arg)=def_arg])
326
327 AS_CASE([$AS_TR_SH([with_]with_arg)],
328 [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)],
329 [auto],[PKG_CHECK_MODULES([$1],[$2],
330 [m4_n([def_action_if_found]) $3],
331 [m4_n([def_action_if_not_found]) $4])])
332
333 m4_popdef([with_arg])
334 m4_popdef([description])
335 m4_popdef([def_arg])
336
337 ])dnl PKG_WITH_MODULES
338
339 dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
340 dnl [DESCRIPTION], [DEFAULT])
341 dnl -----------------------------------------------
342 dnl
343 dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES
344 dnl check._[VARIABLE-PREFIX] is exported as make variable.
345 AC_DEFUN([PKG_HAVE_WITH_MODULES],
346 [
347 PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
348
349 AM_CONDITIONAL([HAVE_][$1],
350 [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
351 ])dnl PKG_HAVE_WITH_MODULES
352
353 dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
354 dnl [DESCRIPTION], [DEFAULT])
355 dnl ------------------------------------------------------
356 dnl
357 dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after
358 dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make
359 dnl and preprocessor variable.
360 AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES],
361 [
362 PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
363
364 AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
365 [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
366 ])dnl PKG_HAVE_DEFINE_WITH_MODULES
367
368 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
369 #
370 # This file is free software; the Free Software Foundation
371 # gives unlimited permission to copy and/or distribute it,
372 # with or without modifications, as long as this notice is preserved.
373
374 # AM_AUTOMAKE_VERSION(VERSION)
375 # ----------------------------
376 # Automake X.Y traces this macro to ensure aclocal.m4 has been
377 # generated from the m4 files accompanying Automake X.Y.
378 # (This private macro should not be called outside this file.)
379 AC_DEFUN([AM_AUTOMAKE_VERSION],
380 [am__api_version='1.16'
381 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
382 dnl require some minimum version. Point them to the right macro.
383 m4_if([$1], [1.16.5], [],
384 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
385 ])
386
387 # _AM_AUTOCONF_VERSION(VERSION)
388 # -----------------------------
389 # aclocal traces this macro to find the Autoconf version.
390 # This is a private macro too. Using m4_define simplifies
391 # the logic in aclocal, which can simply ignore this definition.
392 m4_define([_AM_AUTOCONF_VERSION], [])
393
394 # AM_SET_CURRENT_AUTOMAKE_VERSION
395 # -------------------------------
396 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
397 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
398 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
399 [AM_AUTOMAKE_VERSION([1.16.5])dnl
400 m4_ifndef([AC_AUTOCONF_VERSION],
401 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
402 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
403
404 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
405
406 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
407 #
408 # This file is free software; the Free Software Foundation
409 # gives unlimited permission to copy and/or distribute it,
410 # with or without modifications, as long as this notice is preserved.
411
412 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
413 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
414 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
415 #
416 # Of course, Automake must honor this variable whenever it calls a
417 # tool from the auxiliary directory. The problem is that $srcdir (and
418 # therefore $ac_aux_dir as well) can be either absolute or relative,
419 # depending on how configure is run. This is pretty annoying, since
420 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
421 # source directory, any form will work fine, but in subdirectories a
422 # relative path needs to be adjusted first.
423 #
424 # $ac_aux_dir/missing
425 # fails when called from a subdirectory if $ac_aux_dir is relative
426 # $top_srcdir/$ac_aux_dir/missing
427 # fails if $ac_aux_dir is absolute,
428 # fails when called from a subdirectory in a VPATH build with
429 # a relative $ac_aux_dir
430 #
431 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
432 # are both prefixed by $srcdir. In an in-source build this is usually
433 # harmless because $srcdir is '.', but things will broke when you
434 # start a VPATH build or use an absolute $srcdir.
435 #
436 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
437 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
438 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
439 # and then we would define $MISSING as
440 # MISSING="\${SHELL} $am_aux_dir/missing"
441 # This will work as long as MISSING is not called from configure, because
442 # unfortunately $(top_srcdir) has no meaning in configure.
443 # However there are other variables, like CC, which are often used in
444 # configure, and could therefore not use this "fixed" $ac_aux_dir.
445 #
446 # Another solution, used here, is to always expand $ac_aux_dir to an
447 # absolute PATH. The drawback is that using absolute paths prevent a
448 # configured tree to be moved without reconfiguration.
449
450 AC_DEFUN([AM_AUX_DIR_EXPAND],
451 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
452 # Expand $ac_aux_dir to an absolute path.
453 am_aux_dir=`cd "$ac_aux_dir" && pwd`
454 ])
455
456 # AM_CONDITIONAL -*- Autoconf -*-
457
458 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
459 #
460 # This file is free software; the Free Software Foundation
461 # gives unlimited permission to copy and/or distribute it,
462 # with or without modifications, as long as this notice is preserved.
463
464 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
465 # -------------------------------------
466 # Define a conditional.
467 AC_DEFUN([AM_CONDITIONAL],
468 [AC_PREREQ([2.52])dnl
469 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
470 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
471 AC_SUBST([$1_TRUE])dnl
472 AC_SUBST([$1_FALSE])dnl
473 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
474 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
475 m4_define([_AM_COND_VALUE_$1], [$2])dnl
476 if $2; then
477 $1_TRUE=
478 $1_FALSE='#'
479 else
480 $1_TRUE='#'
481 $1_FALSE=
482 fi
483 AC_CONFIG_COMMANDS_PRE(
484 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
485 AC_MSG_ERROR([[conditional "$1" was never defined.
486 Usually this means the macro was only invoked conditionally.]])
487 fi])])
488
489 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
490 #
491 # This file is free software; the Free Software Foundation
492 # gives unlimited permission to copy and/or distribute it,
493 # with or without modifications, as long as this notice is preserved.
494
495
496 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
497 # written in clear, in which case automake, when reading aclocal.m4,
498 # will think it sees a *use*, and therefore will trigger all it's
499 # C support machinery. Also note that it means that autoscan, seeing
500 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
501
502
503 # _AM_DEPENDENCIES(NAME)
504 # ----------------------
505 # See how the compiler implements dependency checking.
506 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
507 # We try a few techniques and use that to set a single cache variable.
508 #
509 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
510 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
511 # dependency, and given that the user is not expected to run this macro,
512 # just rely on AC_PROG_CC.
513 AC_DEFUN([_AM_DEPENDENCIES],
514 [AC_REQUIRE([AM_SET_DEPDIR])dnl
515 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
516 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
517 AC_REQUIRE([AM_DEP_TRACK])dnl
518
519 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
520 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
521 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
522 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
523 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
524 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
525 [depcc="$$1" am_compiler_list=])
526
527 AC_CACHE_CHECK([dependency style of $depcc],
528 [am_cv_$1_dependencies_compiler_type],
529 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
530 # We make a subdir and do the tests there. Otherwise we can end up
531 # making bogus files that we don't know about and never remove. For
532 # instance it was reported that on HP-UX the gcc test will end up
533 # making a dummy file named 'D' -- because '-MD' means "put the output
534 # in D".
535 rm -rf conftest.dir
536 mkdir conftest.dir
537 # Copy depcomp to subdir because otherwise we won't find it if we're
538 # using a relative directory.
539 cp "$am_depcomp" conftest.dir
540 cd conftest.dir
541 # We will build objects and dependencies in a subdirectory because
542 # it helps to detect inapplicable dependency modes. For instance
543 # both Tru64's cc and ICC support -MD to output dependencies as a
544 # side effect of compilation, but ICC will put the dependencies in
545 # the current directory while Tru64 will put them in the object
546 # directory.
547 mkdir sub
548
549 am_cv_$1_dependencies_compiler_type=none
550 if test "$am_compiler_list" = ""; then
551 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
552 fi
553 am__universal=false
554 m4_case([$1], [CC],
555 [case " $depcc " in #(
556 *\ -arch\ *\ -arch\ *) am__universal=true ;;
557 esac],
558 [CXX],
559 [case " $depcc " in #(
560 *\ -arch\ *\ -arch\ *) am__universal=true ;;
561 esac])
562
563 for depmode in $am_compiler_list; do
564 # Setup a source with many dependencies, because some compilers
565 # like to wrap large dependency lists on column 80 (with \), and
566 # we should not choose a depcomp mode which is confused by this.
567 #
568 # We need to recreate these files for each test, as the compiler may
569 # overwrite some of them when testing with obscure command lines.
570 # This happens at least with the AIX C compiler.
571 : > sub/conftest.c
572 for i in 1 2 3 4 5 6; do
573 echo '#include "conftst'$i'.h"' >> sub/conftest.c
574 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
575 # Solaris 10 /bin/sh.
576 echo '/* dummy */' > sub/conftst$i.h
577 done
578 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
579
580 # We check with '-c' and '-o' for the sake of the "dashmstdout"
581 # mode. It turns out that the SunPro C++ compiler does not properly
582 # handle '-M -o', and we need to detect this. Also, some Intel
583 # versions had trouble with output in subdirs.
584 am__obj=sub/conftest.${OBJEXT-o}
585 am__minus_obj="-o $am__obj"
586 case $depmode in
587 gcc)
588 # This depmode causes a compiler race in universal mode.
589 test "$am__universal" = false || continue
590 ;;
591 nosideeffect)
592 # After this tag, mechanisms are not by side-effect, so they'll
593 # only be used when explicitly requested.
594 if test "x$enable_dependency_tracking" = xyes; then
595 continue
596 else
597 break
598 fi
599 ;;
600 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
601 # This compiler won't grok '-c -o', but also, the minuso test has
602 # not run yet. These depmodes are late enough in the game, and
603 # so weak that their functioning should not be impacted.
604 am__obj=conftest.${OBJEXT-o}
605 am__minus_obj=
606 ;;
607 none) break ;;
608 esac
609 if depmode=$depmode \
610 source=sub/conftest.c object=$am__obj \
611 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
612 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
613 >/dev/null 2>conftest.err &&
614 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
615 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
616 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
617 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
618 # icc doesn't choke on unknown options, it will just issue warnings
619 # or remarks (even with -Werror). So we grep stderr for any message
620 # that says an option was ignored or not supported.
621 # When given -MP, icc 7.0 and 7.1 complain thusly:
622 # icc: Command line warning: ignoring option '-M'; no argument required
623 # The diagnosis changed in icc 8.0:
624 # icc: Command line remark: option '-MP' not supported
625 if (grep 'ignoring option' conftest.err ||
626 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
627 am_cv_$1_dependencies_compiler_type=$depmode
628 break
629 fi
630 fi
631 done
632
633 cd ..
634 rm -rf conftest.dir
635 else
636 am_cv_$1_dependencies_compiler_type=none
637 fi
638 ])
639 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
640 AM_CONDITIONAL([am__fastdep$1], [
641 test "x$enable_dependency_tracking" != xno \
642 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
643 ])
644
645
646 # AM_SET_DEPDIR
647 # -------------
648 # Choose a directory name for dependency files.
649 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
650 AC_DEFUN([AM_SET_DEPDIR],
651 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
652 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
653 ])
654
655
656 # AM_DEP_TRACK
657 # ------------
658 AC_DEFUN([AM_DEP_TRACK],
659 [AC_ARG_ENABLE([dependency-tracking], [dnl
660 AS_HELP_STRING(
661 [--enable-dependency-tracking],
662 [do not reject slow dependency extractors])
663 AS_HELP_STRING(
664 [--disable-dependency-tracking],
665 [speeds up one-time build])])
666 if test "x$enable_dependency_tracking" != xno; then
667 am_depcomp="$ac_aux_dir/depcomp"
668 AMDEPBACKSLASH='\'
669 am__nodep='_no'
670 fi
671 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
672 AC_SUBST([AMDEPBACKSLASH])dnl
673 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
674 AC_SUBST([am__nodep])dnl
675 _AM_SUBST_NOTMAKE([am__nodep])dnl
676 ])
677
678 # Generate code to set up dependency tracking. -*- Autoconf -*-
679
680 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
681 #
682 # This file is free software; the Free Software Foundation
683 # gives unlimited permission to copy and/or distribute it,
684 # with or without modifications, as long as this notice is preserved.
685
686 # _AM_OUTPUT_DEPENDENCY_COMMANDS
687 # ------------------------------
688 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
689 [{
690 # Older Autoconf quotes --file arguments for eval, but not when files
691 # are listed without --file. Let's play safe and only enable the eval
692 # if we detect the quoting.
693 # TODO: see whether this extra hack can be removed once we start
694 # requiring Autoconf 2.70 or later.
695 AS_CASE([$CONFIG_FILES],
696 [*\'*], [eval set x "$CONFIG_FILES"],
697 [*], [set x $CONFIG_FILES])
698 shift
699 # Used to flag and report bootstrapping failures.
700 am_rc=0
701 for am_mf
702 do
703 # Strip MF so we end up with the name of the file.
704 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
705 # Check whether this is an Automake generated Makefile which includes
706 # dependency-tracking related rules and includes.
707 # Grep'ing the whole file directly is not great: AIX grep has a line
708 # limit of 2048, but all sed's we know have understand at least 4000.
709 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
710 || continue
711 am_dirpart=`AS_DIRNAME(["$am_mf"])`
712 am_filepart=`AS_BASENAME(["$am_mf"])`
713 AM_RUN_LOG([cd "$am_dirpart" \
714 && sed -e '/# am--include-marker/d' "$am_filepart" \
715 | $MAKE -f - am--depfiles]) || am_rc=$?
716 done
717 if test $am_rc -ne 0; then
718 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
719 for automatic dependency tracking. If GNU make was not used, consider
720 re-running the configure script with MAKE="gmake" (or whatever is
721 necessary). You can also try re-running configure with the
722 '--disable-dependency-tracking' option to at least be able to build
723 the package (albeit without support for automatic dependency tracking).])
724 fi
725 AS_UNSET([am_dirpart])
726 AS_UNSET([am_filepart])
727 AS_UNSET([am_mf])
728 AS_UNSET([am_rc])
729 rm -f conftest-deps.mk
730 }
731 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
732
733
734 # AM_OUTPUT_DEPENDENCY_COMMANDS
735 # -----------------------------
736 # This macro should only be invoked once -- use via AC_REQUIRE.
737 #
738 # This code is only required when automatic dependency tracking is enabled.
739 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
740 # order to bootstrap the dependency handling code.
741 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
742 [AC_CONFIG_COMMANDS([depfiles],
743 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
744 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
745
746 # Do all the work for Automake. -*- Autoconf -*-
747
748 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
749 #
750 # This file is free software; the Free Software Foundation
751 # gives unlimited permission to copy and/or distribute it,
752 # with or without modifications, as long as this notice is preserved.
753
754 # This macro actually does too much. Some checks are only needed if
755 # your package does certain things. But this isn't really a big deal.
756
757 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
758 m4_define([AC_PROG_CC],
759 m4_defn([AC_PROG_CC])
760 [_AM_PROG_CC_C_O
761 ])
762
763 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
764 # AM_INIT_AUTOMAKE([OPTIONS])
765 # -----------------------------------------------
766 # The call with PACKAGE and VERSION arguments is the old style
767 # call (pre autoconf-2.50), which is being phased out. PACKAGE
768 # and VERSION should now be passed to AC_INIT and removed from
769 # the call to AM_INIT_AUTOMAKE.
770 # We support both call styles for the transition. After
771 # the next Automake release, Autoconf can make the AC_INIT
772 # arguments mandatory, and then we can depend on a new Autoconf
773 # release and drop the old call support.
774 AC_DEFUN([AM_INIT_AUTOMAKE],
775 [AC_PREREQ([2.65])dnl
776 m4_ifdef([_$0_ALREADY_INIT],
777 [m4_fatal([$0 expanded multiple times
778 ]m4_defn([_$0_ALREADY_INIT]))],
779 [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
780 dnl Autoconf wants to disallow AM_ names. We explicitly allow
781 dnl the ones we care about.
782 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
783 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
784 AC_REQUIRE([AC_PROG_INSTALL])dnl
785 if test "`cd $srcdir && pwd`" != "`pwd`"; then
786 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
787 # is not polluted with repeated "-I."
788 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
789 # test to see if srcdir already configured
790 if test -f $srcdir/config.status; then
791 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
792 fi
793 fi
794
795 # test whether we have cygpath
796 if test -z "$CYGPATH_W"; then
797 if (cygpath --version) >/dev/null 2>/dev/null; then
798 CYGPATH_W='cygpath -w'
799 else
800 CYGPATH_W=echo
801 fi
802 fi
803 AC_SUBST([CYGPATH_W])
804
805 # Define the identity of the package.
806 dnl Distinguish between old-style and new-style calls.
807 m4_ifval([$2],
808 [AC_DIAGNOSE([obsolete],
809 [$0: two- and three-arguments forms are deprecated.])
810 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
811 AC_SUBST([PACKAGE], [$1])dnl
812 AC_SUBST([VERSION], [$2])],
813 [_AM_SET_OPTIONS([$1])dnl
814 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
815 m4_if(
816 m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
817 [ok:ok],,
818 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
819 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
820 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
821
822 _AM_IF_OPTION([no-define],,
823 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
824 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
825
826 # Some tools Automake needs.
827 AC_REQUIRE([AM_SANITY_CHECK])dnl
828 AC_REQUIRE([AC_ARG_PROGRAM])dnl
829 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
830 AM_MISSING_PROG([AUTOCONF], [autoconf])
831 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
832 AM_MISSING_PROG([AUTOHEADER], [autoheader])
833 AM_MISSING_PROG([MAKEINFO], [makeinfo])
834 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
835 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
836 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
837 # For better backward compatibility. To be removed once Automake 1.9.x
838 # dies out for good. For more background, see:
839 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
840 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
841 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
842 # We need awk for the "check" target (and possibly the TAP driver). The
843 # system "awk" is bad on some platforms.
844 AC_REQUIRE([AC_PROG_AWK])dnl
845 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
846 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
847 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
848 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
849 [_AM_PROG_TAR([v7])])])
850 _AM_IF_OPTION([no-dependencies],,
851 [AC_PROVIDE_IFELSE([AC_PROG_CC],
852 [_AM_DEPENDENCIES([CC])],
853 [m4_define([AC_PROG_CC],
854 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
855 AC_PROVIDE_IFELSE([AC_PROG_CXX],
856 [_AM_DEPENDENCIES([CXX])],
857 [m4_define([AC_PROG_CXX],
858 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
859 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
860 [_AM_DEPENDENCIES([OBJC])],
861 [m4_define([AC_PROG_OBJC],
862 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
863 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
864 [_AM_DEPENDENCIES([OBJCXX])],
865 [m4_define([AC_PROG_OBJCXX],
866 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
867 ])
868 # Variables for tags utilities; see am/tags.am
869 if test -z "$CTAGS"; then
870 CTAGS=ctags
871 fi
872 AC_SUBST([CTAGS])
873 if test -z "$ETAGS"; then
874 ETAGS=etags
875 fi
876 AC_SUBST([ETAGS])
877 if test -z "$CSCOPE"; then
878 CSCOPE=cscope
879 fi
880 AC_SUBST([CSCOPE])
881
882 AC_REQUIRE([AM_SILENT_RULES])dnl
883 dnl The testsuite driver may need to know about EXEEXT, so add the
884 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
885 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
886 AC_CONFIG_COMMANDS_PRE(dnl
887 [m4_provide_if([_AM_COMPILER_EXEEXT],
888 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
889
890 # POSIX will say in a future version that running "rm -f" with no argument
891 # is OK; and we want to be able to make that assumption in our Makefile
892 # recipes. So use an aggressive probe to check that the usage we want is
893 # actually supported "in the wild" to an acceptable degree.
894 # See automake bug#10828.
895 # To make any issue more visible, cause the running configure to be aborted
896 # by default if the 'rm' program in use doesn't match our expectations; the
897 # user can still override this though.
898 if rm -f && rm -fr && rm -rf; then : OK; else
899 cat >&2 <<'END'
900 Oops!
901
902 Your 'rm' program seems unable to run without file operands specified
903 on the command line, even when the '-f' option is present. This is contrary
904 to the behaviour of most rm programs out there, and not conforming with
905 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
906
907 Please tell bug-automake@gnu.org about your system, including the value
908 of your $PATH and any error possibly output before this message. This
909 can help us improve future automake versions.
910
911 END
912 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
913 echo 'Configuration will proceed anyway, since you have set the' >&2
914 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
915 echo >&2
916 else
917 cat >&2 <<'END'
918 Aborting the configuration process, to ensure you take notice of the issue.
919
920 You can download and install GNU coreutils to get an 'rm' implementation
921 that behaves properly: <https://www.gnu.org/software/coreutils/>.
922
923 If you want to complete the configuration process using your problematic
924 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
925 to "yes", and re-run configure.
926
927 END
928 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
929 fi
930 fi
931 dnl The trailing newline in this macro's definition is deliberate, for
932 dnl backward compatibility and to allow trailing 'dnl'-style comments
933 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
934 ])
935
936 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
937 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
938 dnl mangled by Autoconf and run in a shell conditional statement.
939 m4_define([_AC_COMPILER_EXEEXT],
940 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
941
942 # When config.status generates a header, we must update the stamp-h file.
943 # This file resides in the same directory as the config header
944 # that is generated. The stamp files are numbered to have different names.
945
946 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
947 # loop where config.status creates the headers, so we can generate
948 # our stamp files there.
949 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
950 [# Compute $1's index in $config_headers.
951 _am_arg=$1
952 _am_stamp_count=1
953 for _am_header in $config_headers :; do
954 case $_am_header in
955 $_am_arg | $_am_arg:* )
956 break ;;
957 * )
958 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
959 esac
960 done
961 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
962
963 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
964 #
965 # This file is free software; the Free Software Foundation
966 # gives unlimited permission to copy and/or distribute it,
967 # with or without modifications, as long as this notice is preserved.
968
969 # AM_PROG_INSTALL_SH
970 # ------------------
971 # Define $install_sh.
972 AC_DEFUN([AM_PROG_INSTALL_SH],
973 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
974 if test x"${install_sh+set}" != xset; then
975 case $am_aux_dir in
976 *\ * | *\ *)
977 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
978 *)
979 install_sh="\${SHELL} $am_aux_dir/install-sh"
980 esac
981 fi
982 AC_SUBST([install_sh])])
983
984 # Copyright (C) 2003-2021 Free Software Foundation, Inc.
985 #
986 # This file is free software; the Free Software Foundation
987 # gives unlimited permission to copy and/or distribute it,
988 # with or without modifications, as long as this notice is preserved.
989
990 # Check whether the underlying file-system supports filenames
991 # with a leading dot. For instance MS-DOS doesn't.
992 AC_DEFUN([AM_SET_LEADING_DOT],
993 [rm -rf .tst 2>/dev/null
994 mkdir .tst 2>/dev/null
995 if test -d .tst; then
996 am__leading_dot=.
997 else
998 am__leading_dot=_
999 fi
1000 rmdir .tst 2>/dev/null
1001 AC_SUBST([am__leading_dot])])
1002
1003 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
1004 # From Jim Meyering
1005
1006 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
1007 #
1008 # This file is free software; the Free Software Foundation
1009 # gives unlimited permission to copy and/or distribute it,
1010 # with or without modifications, as long as this notice is preserved.
1011
1012 # AM_MAINTAINER_MODE([DEFAULT-MODE])
1013 # ----------------------------------
1014 # Control maintainer-specific portions of Makefiles.
1015 # Default is to disable them, unless 'enable' is passed literally.
1016 # For symmetry, 'disable' may be passed as well. Anyway, the user
1017 # can override the default with the --enable/--disable switch.
1018 AC_DEFUN([AM_MAINTAINER_MODE],
1019 [m4_case(m4_default([$1], [disable]),
1020 [enable], [m4_define([am_maintainer_other], [disable])],
1021 [disable], [m4_define([am_maintainer_other], [enable])],
1022 [m4_define([am_maintainer_other], [enable])
1023 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
1024 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1025 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1026 AC_ARG_ENABLE([maintainer-mode],
1027 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1028 am_maintainer_other[ make rules and dependencies not useful
1029 (and sometimes confusing) to the casual installer])],
1030 [USE_MAINTAINER_MODE=$enableval],
1031 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1032 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1033 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1034 MAINT=$MAINTAINER_MODE_TRUE
1035 AC_SUBST([MAINT])dnl
1036 ]
1037 )
1038
1039 # Check to see how 'make' treats includes. -*- Autoconf -*-
1040
1041 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1042 #
1043 # This file is free software; the Free Software Foundation
1044 # gives unlimited permission to copy and/or distribute it,
1045 # with or without modifications, as long as this notice is preserved.
1046
1047 # AM_MAKE_INCLUDE()
1048 # -----------------
1049 # Check whether make has an 'include' directive that can support all
1050 # the idioms we need for our automatic dependency tracking code.
1051 AC_DEFUN([AM_MAKE_INCLUDE],
1052 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
1053 cat > confinc.mk << 'END'
1054 am__doit:
1055 @echo this is the am__doit target >confinc.out
1056 .PHONY: am__doit
1057 END
1058 am__include="#"
1059 am__quote=
1060 # BSD make does it like this.
1061 echo '.include "confinc.mk" # ignored' > confmf.BSD
1062 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
1063 echo 'include confinc.mk # ignored' > confmf.GNU
1064 _am_result=no
1065 for s in GNU BSD; do
1066 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
1067 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
1068 ['0:this is the am__doit target'],
1069 [AS_CASE([$s],
1070 [BSD], [am__include='.include' am__quote='"'],
1071 [am__include='include' am__quote=''])])
1072 if test "$am__include" != "#"; then
1073 _am_result="yes ($s style)"
1074 break
1075 fi
1076 done
1077 rm -f confinc.* confmf.*
1078 AC_MSG_RESULT([${_am_result}])
1079 AC_SUBST([am__include])])
1080 AC_SUBST([am__quote])])
1081
1082 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1083
1084 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
1085 #
1086 # This file is free software; the Free Software Foundation
1087 # gives unlimited permission to copy and/or distribute it,
1088 # with or without modifications, as long as this notice is preserved.
1089
1090 # AM_MISSING_PROG(NAME, PROGRAM)
1091 # ------------------------------
1092 AC_DEFUN([AM_MISSING_PROG],
1093 [AC_REQUIRE([AM_MISSING_HAS_RUN])
1094 $1=${$1-"${am_missing_run}$2"}
1095 AC_SUBST($1)])
1096
1097 # AM_MISSING_HAS_RUN
1098 # ------------------
1099 # Define MISSING if not defined so far and test if it is modern enough.
1100 # If it is, set am_missing_run to use it, otherwise, to nothing.
1101 AC_DEFUN([AM_MISSING_HAS_RUN],
1102 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1103 AC_REQUIRE_AUX_FILE([missing])dnl
1104 if test x"${MISSING+set}" != xset; then
1105 MISSING="\${SHELL} '$am_aux_dir/missing'"
1106 fi
1107 # Use eval to expand $SHELL
1108 if eval "$MISSING --is-lightweight"; then
1109 am_missing_run="$MISSING "
1110 else
1111 am_missing_run=
1112 AC_MSG_WARN(['missing' script is too old or missing])
1113 fi
1114 ])
1115
1116 # Copyright (C) 2003-2021 Free Software Foundation, Inc.
1117 #
1118 # This file is free software; the Free Software Foundation
1119 # gives unlimited permission to copy and/or distribute it,
1120 # with or without modifications, as long as this notice is preserved.
1121
1122 # AM_PROG_MKDIR_P
1123 # ---------------
1124 # Check for 'mkdir -p'.
1125 AC_DEFUN([AM_PROG_MKDIR_P],
1126 [AC_PREREQ([2.60])dnl
1127 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1128 dnl FIXME we are no longer going to remove this! adjust warning
1129 dnl FIXME message accordingly.
1130 AC_DIAGNOSE([obsolete],
1131 [$0: this macro is deprecated, and will soon be removed.
1132 You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
1133 and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.])
1134 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
1135 dnl while keeping a definition of mkdir_p for backward compatibility.
1136 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1137 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1138 dnl Makefile.ins that do not define MKDIR_P, so we do our own
1139 dnl adjustment using top_builddir (which is defined more often than
1140 dnl MKDIR_P).
1141 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1142 case $mkdir_p in
1143 [[\\/$]]* | ?:[[\\/]]*) ;;
1144 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1145 esac
1146 ])
1147
1148 # Helper functions for option handling. -*- Autoconf -*-
1149
1150 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1151 #
1152 # This file is free software; the Free Software Foundation
1153 # gives unlimited permission to copy and/or distribute it,
1154 # with or without modifications, as long as this notice is preserved.
1155
1156 # _AM_MANGLE_OPTION(NAME)
1157 # -----------------------
1158 AC_DEFUN([_AM_MANGLE_OPTION],
1159 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1160
1161 # _AM_SET_OPTION(NAME)
1162 # --------------------
1163 # Set option NAME. Presently that only means defining a flag for this option.
1164 AC_DEFUN([_AM_SET_OPTION],
1165 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1166
1167 # _AM_SET_OPTIONS(OPTIONS)
1168 # ------------------------
1169 # OPTIONS is a space-separated list of Automake options.
1170 AC_DEFUN([_AM_SET_OPTIONS],
1171 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1172
1173 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1174 # -------------------------------------------
1175 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1176 AC_DEFUN([_AM_IF_OPTION],
1177 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1178
1179 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
1180 #
1181 # This file is free software; the Free Software Foundation
1182 # gives unlimited permission to copy and/or distribute it,
1183 # with or without modifications, as long as this notice is preserved.
1184
1185 # _AM_PROG_CC_C_O
1186 # ---------------
1187 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1188 # to automatically call this.
1189 AC_DEFUN([_AM_PROG_CC_C_O],
1190 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1191 AC_REQUIRE_AUX_FILE([compile])dnl
1192 AC_LANG_PUSH([C])dnl
1193 AC_CACHE_CHECK(
1194 [whether $CC understands -c and -o together],
1195 [am_cv_prog_cc_c_o],
1196 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1197 # Make sure it works both with $CC and with simple cc.
1198 # Following AC_PROG_CC_C_O, we do the test twice because some
1199 # compilers refuse to overwrite an existing .o file with -o,
1200 # though they will create one.
1201 am_cv_prog_cc_c_o=yes
1202 for am_i in 1 2; do
1203 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1204 && test -f conftest2.$ac_objext; then
1205 : OK
1206 else
1207 am_cv_prog_cc_c_o=no
1208 break
1209 fi
1210 done
1211 rm -f core conftest*
1212 unset am_i])
1213 if test "$am_cv_prog_cc_c_o" != yes; then
1214 # Losing compiler, so override with the script.
1215 # FIXME: It is wrong to rewrite CC.
1216 # But if we don't then we get into trouble of one sort or another.
1217 # A longer-term fix would be to have automake use am__CC in this case,
1218 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1219 CC="$am_aux_dir/compile $CC"
1220 fi
1221 AC_LANG_POP([C])])
1222
1223 # For backward compatibility.
1224 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1225
1226 # Copyright (C) 1999-2021 Free Software Foundation, Inc.
1227 #
1228 # This file is free software; the Free Software Foundation
1229 # gives unlimited permission to copy and/or distribute it,
1230 # with or without modifications, as long as this notice is preserved.
1231
1232
1233 # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1234 # ---------------------------------------------------------------------------
1235 # Adds support for distributing Python modules and packages. To
1236 # install modules, copy them to $(pythondir), using the python_PYTHON
1237 # automake variable. To install a package with the same name as the
1238 # automake package, install to $(pkgpythondir), or use the
1239 # pkgpython_PYTHON automake variable.
1240 #
1241 # The variables $(pyexecdir) and $(pkgpyexecdir) are provided as
1242 # locations to install python extension modules (shared libraries).
1243 # Another macro is required to find the appropriate flags to compile
1244 # extension modules.
1245 #
1246 # If your package is configured with a different prefix to python,
1247 # users will have to add the install directory to the PYTHONPATH
1248 # environment variable, or create a .pth file (see the python
1249 # documentation for details).
1250 #
1251 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
1252 # cause an error if the version of python installed on the system
1253 # doesn't meet the requirement. MINIMUM-VERSION should consist of
1254 # numbers and dots only.
1255 AC_DEFUN([AM_PATH_PYTHON],
1256 [
1257 dnl Find a Python interpreter. Python versions prior to 2.0 are not
1258 dnl supported. (2.0 was released on October 16, 2000).
1259 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
1260 [python python2 python3 dnl
1261 python3.11 python3.10 dnl
1262 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
1263 python3.2 python3.1 python3.0 dnl
1264 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
1265 python2.0])
1266
1267 AC_ARG_VAR([PYTHON], [the Python interpreter])
1268
1269 m4_if([$1],[],[
1270 dnl No version check is needed.
1271 # Find any Python interpreter.
1272 if test -z "$PYTHON"; then
1273 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
1274 fi
1275 am_display_PYTHON=python
1276 ], [
1277 dnl A version check is needed.
1278 if test -n "$PYTHON"; then
1279 # If the user set $PYTHON, use it and don't search something else.
1280 AC_MSG_CHECKING([whether $PYTHON version is >= $1])
1281 AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
1282 [AC_MSG_RESULT([yes])],
1283 [AC_MSG_RESULT([no])
1284 AC_MSG_ERROR([Python interpreter is too old])])
1285 am_display_PYTHON=$PYTHON
1286 else
1287 # Otherwise, try each interpreter until we find one that satisfies
1288 # VERSION.
1289 AC_CACHE_CHECK([for a Python interpreter with version >= $1],
1290 [am_cv_pathless_PYTHON],[
1291 for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
1292 test "$am_cv_pathless_PYTHON" = none && break
1293 AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
1294 done])
1295 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
1296 if test "$am_cv_pathless_PYTHON" = none; then
1297 PYTHON=:
1298 else
1299 AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
1300 fi
1301 am_display_PYTHON=$am_cv_pathless_PYTHON
1302 fi
1303 ])
1304
1305 if test "$PYTHON" = :; then
1306 dnl Run any user-specified action, or abort.
1307 m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
1308 else
1309
1310 dnl Query Python for its version number. Although site.py simply uses
1311 dnl sys.version[:3], printing that failed with Python 3.10, since the
1312 dnl trailing zero was eliminated. So now we output just the major
1313 dnl and minor version numbers, as numbers. Apparently the tertiary
1314 dnl version is not of interest.
1315 dnl
1316 AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
1317 [am_cv_python_version=`$PYTHON -c "import sys; print ('%u.%u' % sys.version_info[[:2]])"`])
1318 AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
1319
1320 dnl At times, e.g., when building shared libraries, you may want
1321 dnl to know which OS platform Python thinks this is.
1322 dnl
1323 AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
1324 [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
1325 AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
1326
1327 dnl emacs-page
1328 dnl If --with-python-sys-prefix is given, use the values of sys.prefix
1329 dnl and sys.exec_prefix for the corresponding values of PYTHON_PREFIX
1330 dnl and PYTHON_EXEC_PREFIX. Otherwise, use the GNU ${prefix} and
1331 dnl ${exec_prefix} variables.
1332 dnl
1333 dnl The two are made distinct variables so they can be overridden if
1334 dnl need be, although general consensus is that you shouldn't need
1335 dnl this separation.
1336 dnl
1337 dnl Also allow directly setting the prefixes via configure options,
1338 dnl overriding any default.
1339 dnl
1340 if test "x$prefix" = xNONE; then
1341 am__usable_prefix=$ac_default_prefix
1342 else
1343 am__usable_prefix=$prefix
1344 fi
1345
1346 # Allow user to request using sys.* values from Python,
1347 # instead of the GNU $prefix values.
1348 AC_ARG_WITH([python-sys-prefix],
1349 [AS_HELP_STRING([--with-python-sys-prefix],
1350 [use Python's sys.prefix and sys.exec_prefix values])],
1351 [am_use_python_sys=:],
1352 [am_use_python_sys=false])
1353
1354 # Allow user to override whatever the default Python prefix is.
1355 AC_ARG_WITH([python_prefix],
1356 [AS_HELP_STRING([--with-python_prefix],
1357 [override the default PYTHON_PREFIX])],
1358 [am_python_prefix_subst=$withval
1359 am_cv_python_prefix=$withval
1360 AC_MSG_CHECKING([for explicit $am_display_PYTHON prefix])
1361 AC_MSG_RESULT([$am_cv_python_prefix])],
1362 [
1363 if $am_use_python_sys; then
1364 # using python sys.prefix value, not GNU
1365 AC_CACHE_CHECK([for python default $am_display_PYTHON prefix],
1366 [am_cv_python_prefix],
1367 [am_cv_python_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.prefix)"`])
1368
1369 dnl If sys.prefix is a subdir of $prefix, replace the literal value of
1370 dnl $prefix with a variable reference so it can be overridden.
1371 case $am_cv_python_prefix in
1372 $am__usable_prefix*)
1373 am__strip_prefix=`echo "$am__usable_prefix" | sed 's|.|.|g'`
1374 am_python_prefix_subst=`echo "$am_cv_python_prefix" | sed "s,^$am__strip_prefix,\\${prefix},"`
1375 ;;
1376 *)
1377 am_python_prefix_subst=$am_cv_python_prefix
1378 ;;
1379 esac
1380 else # using GNU prefix value, not python sys.prefix
1381 am_python_prefix_subst='${prefix}'
1382 am_python_prefix=$am_python_prefix_subst
1383 AC_MSG_CHECKING([for GNU default $am_display_PYTHON prefix])
1384 AC_MSG_RESULT([$am_python_prefix])
1385 fi])
1386 # Substituting python_prefix_subst value.
1387 AC_SUBST([PYTHON_PREFIX], [$am_python_prefix_subst])
1388
1389 # emacs-page Now do it all over again for Python exec_prefix, but with yet
1390 # another conditional: fall back to regular prefix if that was specified.
1391 AC_ARG_WITH([python_exec_prefix],
1392 [AS_HELP_STRING([--with-python_exec_prefix],
1393 [override the default PYTHON_EXEC_PREFIX])],
1394 [am_python_exec_prefix_subst=$withval
1395 am_cv_python_exec_prefix=$withval
1396 AC_MSG_CHECKING([for explicit $am_display_PYTHON exec_prefix])
1397 AC_MSG_RESULT([$am_cv_python_exec_prefix])],
1398 [
1399 # no explicit --with-python_exec_prefix, but if
1400 # --with-python_prefix was given, use its value for python_exec_prefix too.
1401 AS_IF([test -n "$with_python_prefix"],
1402 [am_python_exec_prefix_subst=$with_python_prefix
1403 am_cv_python_exec_prefix=$with_python_prefix
1404 AC_MSG_CHECKING([for python_prefix-given $am_display_PYTHON exec_prefix])
1405 AC_MSG_RESULT([$am_cv_python_exec_prefix])],
1406 [
1407 # Set am__usable_exec_prefix whether using GNU or Python values,
1408 # since we use that variable for pyexecdir.
1409 if test "x$exec_prefix" = xNONE; then
1410 am__usable_exec_prefix=$am__usable_prefix
1411 else
1412 am__usable_exec_prefix=$exec_prefix
1413 fi
1414 #
1415 if $am_use_python_sys; then # using python sys.exec_prefix, not GNU
1416 AC_CACHE_CHECK([for python default $am_display_PYTHON exec_prefix],
1417 [am_cv_python_exec_prefix],
1418 [am_cv_python_exec_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.exec_prefix)"`])
1419 dnl If sys.exec_prefix is a subdir of $exec_prefix, replace the
1420 dnl literal value of $exec_prefix with a variable reference so it can
1421 dnl be overridden.
1422 case $am_cv_python_exec_prefix in
1423 $am__usable_exec_prefix*)
1424 am__strip_prefix=`echo "$am__usable_exec_prefix" | sed 's|.|.|g'`
1425 am_python_exec_prefix_subst=`echo "$am_cv_python_exec_prefix" | sed "s,^$am__strip_prefix,\\${exec_prefix},"`
1426 ;;
1427 *)
1428 am_python_exec_prefix_subst=$am_cv_python_exec_prefix
1429 ;;
1430 esac
1431 else # using GNU $exec_prefix, not python sys.exec_prefix
1432 am_python_exec_prefix_subst='${exec_prefix}'
1433 am_python_exec_prefix=$am_python_exec_prefix_subst
1434 AC_MSG_CHECKING([for GNU default $am_display_PYTHON exec_prefix])
1435 AC_MSG_RESULT([$am_python_exec_prefix])
1436 fi])])
1437 # Substituting python_exec_prefix_subst.
1438 AC_SUBST([PYTHON_EXEC_PREFIX], [$am_python_exec_prefix_subst])
1439
1440 # Factor out some code duplication into this shell variable.
1441 am_python_setup_sysconfig="\
1442 import sys
1443 # Prefer sysconfig over distutils.sysconfig, for better compatibility
1444 # with python 3.x. See automake bug#10227.
1445 try:
1446 import sysconfig
1447 except ImportError:
1448 can_use_sysconfig = 0
1449 else:
1450 can_use_sysconfig = 1
1451 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
1452 # <https://github.com/pypa/virtualenv/issues/118>
1453 try:
1454 from platform import python_implementation
1455 if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
1456 can_use_sysconfig = 0
1457 except ImportError:
1458 pass"
1459
1460 dnl emacs-page Set up 4 directories:
1461
1462 dnl 1. pythondir: where to install python scripts. This is the
1463 dnl site-packages directory, not the python standard library
1464 dnl directory like in previous automake betas. This behavior
1465 dnl is more consistent with lispdir.m4 for example.
1466 dnl Query distutils for this directory.
1467 dnl
1468 AC_CACHE_CHECK([for $am_display_PYTHON script directory (pythondir)],
1469 [am_cv_python_pythondir],
1470 [if test "x$am_cv_python_prefix" = x; then
1471 am_py_prefix=$am__usable_prefix
1472 else
1473 am_py_prefix=$am_cv_python_prefix
1474 fi
1475 am_cv_python_pythondir=`$PYTHON -c "
1476 $am_python_setup_sysconfig
1477 if can_use_sysconfig:
1478 if hasattr(sysconfig, 'get_default_scheme'):
1479 scheme = sysconfig.get_default_scheme()
1480 else:
1481 scheme = sysconfig._get_default_scheme()
1482 if scheme == 'posix_local':
1483 # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
1484 scheme = 'posix_prefix'
1485 sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
1486 else:
1487 from distutils import sysconfig
1488 sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
1489 sys.stdout.write(sitedir)"`
1490 #
1491 case $am_cv_python_pythondir in
1492 $am_py_prefix*)
1493 am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
1494 am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,\\${PYTHON_PREFIX},"`
1495 ;;
1496 *)
1497 case $am_py_prefix in
1498 /usr|/System*) ;;
1499 *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
1500 ;;
1501 esac
1502 ;;
1503 esac
1504 ])
1505 AC_SUBST([pythondir], [$am_cv_python_pythondir])
1506
1507 dnl 2. pkgpythondir: $PACKAGE directory under pythondir. Was
1508 dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
1509 dnl more consistent with the rest of automake.
1510 dnl
1511 AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
1512
1513 dnl 3. pyexecdir: directory for installing python extension modules
1514 dnl (shared libraries).
1515 dnl Query distutils for this directory.
1516 dnl
1517 AC_CACHE_CHECK([for $am_display_PYTHON extension module directory (pyexecdir)],
1518 [am_cv_python_pyexecdir],
1519 [if test "x$am_cv_python_exec_prefix" = x; then
1520 am_py_exec_prefix=$am__usable_exec_prefix
1521 else
1522 am_py_exec_prefix=$am_cv_python_exec_prefix
1523 fi
1524 am_cv_python_pyexecdir=`$PYTHON -c "
1525 $am_python_setup_sysconfig
1526 if can_use_sysconfig:
1527 if hasattr(sysconfig, 'get_default_scheme'):
1528 scheme = sysconfig.get_default_scheme()
1529 else:
1530 scheme = sysconfig._get_default_scheme()
1531 if scheme == 'posix_local':
1532 # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
1533 scheme = 'posix_prefix'
1534 sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
1535 else:
1536 from distutils import sysconfig
1537 sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
1538 sys.stdout.write(sitedir)"`
1539 #
1540 case $am_cv_python_pyexecdir in
1541 $am_py_exec_prefix*)
1542 am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
1543 am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,\\${PYTHON_EXEC_PREFIX},"`
1544 ;;
1545 *)
1546 case $am_py_exec_prefix in
1547 /usr|/System*) ;;
1548 *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
1549 ;;
1550 esac
1551 ;;
1552 esac
1553 ])
1554 AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
1555
1556 dnl 4. pkgpyexecdir: $(pyexecdir)/$(PACKAGE)
1557 dnl
1558 AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
1559
1560 dnl Run any user-specified action.
1561 $2
1562 fi
1563 ])
1564
1565
1566 # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
1567 # ---------------------------------------------------------------------------
1568 # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION.
1569 # Run ACTION-IF-FALSE otherwise.
1570 # This test uses sys.hexversion instead of the string equivalent (first
1571 # word of sys.version), in order to cope with versions such as 2.2c1.
1572 # This supports Python 2.0 or higher. (2.0 was released on October 16, 2000).
1573 AC_DEFUN([AM_PYTHON_CHECK_VERSION],
1574 [prog="import sys
1575 # split strings by '.' and convert to numeric. Append some zeros
1576 # because we need at least 4 digits for the hex conversion.
1577 # map returns an iterator in Python 3.0 and a list in 2.x
1578 minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
1579 minverhex = 0
1580 # xrange is not present in Python 3.0 and range returns an iterator
1581 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
1582 sys.exit(sys.hexversion < minverhex)"
1583 AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1584
1585 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1586 #
1587 # This file is free software; the Free Software Foundation
1588 # gives unlimited permission to copy and/or distribute it,
1589 # with or without modifications, as long as this notice is preserved.
1590
1591 # AM_RUN_LOG(COMMAND)
1592 # -------------------
1593 # Run COMMAND, save the exit status in ac_status, and log it.
1594 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1595 AC_DEFUN([AM_RUN_LOG],
1596 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1597 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1598 ac_status=$?
1599 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1600 (exit $ac_status); }])
1601
1602 # Check to make sure that the build environment is sane. -*- Autoconf -*-
1603
1604 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
1605 #
1606 # This file is free software; the Free Software Foundation
1607 # gives unlimited permission to copy and/or distribute it,
1608 # with or without modifications, as long as this notice is preserved.
1609
1610 # AM_SANITY_CHECK
1611 # ---------------
1612 AC_DEFUN([AM_SANITY_CHECK],
1613 [AC_MSG_CHECKING([whether build environment is sane])
1614 # Reject unsafe characters in $srcdir or the absolute working directory
1615 # name. Accept space and tab only in the latter.
1616 am_lf='
1617 '
1618 case `pwd` in
1619 *[[\\\"\#\$\&\'\`$am_lf]]*)
1620 AC_MSG_ERROR([unsafe absolute working directory name]);;
1621 esac
1622 case $srcdir in
1623 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1624 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1625 esac
1626
1627 # Do 'set' in a subshell so we don't clobber the current shell's
1628 # arguments. Must try -L first in case configure is actually a
1629 # symlink; some systems play weird games with the mod time of symlinks
1630 # (eg FreeBSD returns the mod time of the symlink's containing
1631 # directory).
1632 if (
1633 am_has_slept=no
1634 for am_try in 1 2; do
1635 echo "timestamp, slept: $am_has_slept" > conftest.file
1636 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1637 if test "$[*]" = "X"; then
1638 # -L didn't work.
1639 set X `ls -t "$srcdir/configure" conftest.file`
1640 fi
1641 if test "$[*]" != "X $srcdir/configure conftest.file" \
1642 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1643
1644 # If neither matched, then we have a broken ls. This can happen
1645 # if, for instance, CONFIG_SHELL is bash and it inherits a
1646 # broken ls alias from the environment. This has actually
1647 # happened. Such a system could not be considered "sane".
1648 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1649 alias in your environment])
1650 fi
1651 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1652 break
1653 fi
1654 # Just in case.
1655 sleep 1
1656 am_has_slept=yes
1657 done
1658 test "$[2]" = conftest.file
1659 )
1660 then
1661 # Ok.
1662 :
1663 else
1664 AC_MSG_ERROR([newly created file is older than distributed files!
1665 Check your system clock])
1666 fi
1667 AC_MSG_RESULT([yes])
1668 # If we didn't sleep, we still need to ensure time stamps of config.status and
1669 # generated files are strictly newer.
1670 am_sleep_pid=
1671 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1672 ( sleep 1 ) &
1673 am_sleep_pid=$!
1674 fi
1675 AC_CONFIG_COMMANDS_PRE(
1676 [AC_MSG_CHECKING([that generated files are newer than configure])
1677 if test -n "$am_sleep_pid"; then
1678 # Hide warnings about reused PIDs.
1679 wait $am_sleep_pid 2>/dev/null
1680 fi
1681 AC_MSG_RESULT([done])])
1682 rm -f conftest.file
1683 ])
1684
1685 # Copyright (C) 2009-2021 Free Software Foundation, Inc.
1686 #
1687 # This file is free software; the Free Software Foundation
1688 # gives unlimited permission to copy and/or distribute it,
1689 # with or without modifications, as long as this notice is preserved.
1690
1691 # AM_SILENT_RULES([DEFAULT])
1692 # --------------------------
1693 # Enable less verbose build rules; with the default set to DEFAULT
1694 # ("yes" being less verbose, "no" or empty being verbose).
1695 AC_DEFUN([AM_SILENT_RULES],
1696 [AC_ARG_ENABLE([silent-rules], [dnl
1697 AS_HELP_STRING(
1698 [--enable-silent-rules],
1699 [less verbose build output (undo: "make V=1")])
1700 AS_HELP_STRING(
1701 [--disable-silent-rules],
1702 [verbose build output (undo: "make V=0")])dnl
1703 ])
1704 case $enable_silent_rules in @%:@ (((
1705 yes) AM_DEFAULT_VERBOSITY=0;;
1706 no) AM_DEFAULT_VERBOSITY=1;;
1707 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1708 esac
1709 dnl
1710 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1711 dnl do not support nested variable expansions.
1712 dnl See automake bug#9928 and bug#10237.
1713 am_make=${MAKE-make}
1714 AC_CACHE_CHECK([whether $am_make supports nested variables],
1715 [am_cv_make_support_nested_variables],
1716 [if AS_ECHO([['TRUE=$(BAR$(V))
1717 BAR0=false
1718 BAR1=true
1719 V=1
1720 am__doit:
1721 @$(TRUE)
1722 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1723 am_cv_make_support_nested_variables=yes
1724 else
1725 am_cv_make_support_nested_variables=no
1726 fi])
1727 if test $am_cv_make_support_nested_variables = yes; then
1728 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1729 AM_V='$(V)'
1730 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1731 else
1732 AM_V=$AM_DEFAULT_VERBOSITY
1733 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1734 fi
1735 AC_SUBST([AM_V])dnl
1736 AM_SUBST_NOTMAKE([AM_V])dnl
1737 AC_SUBST([AM_DEFAULT_V])dnl
1738 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1739 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1740 AM_BACKSLASH='\'
1741 AC_SUBST([AM_BACKSLASH])dnl
1742 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1743 ])
1744
1745 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1746 #
1747 # This file is free software; the Free Software Foundation
1748 # gives unlimited permission to copy and/or distribute it,
1749 # with or without modifications, as long as this notice is preserved.
1750
1751 # AM_PROG_INSTALL_STRIP
1752 # ---------------------
1753 # One issue with vendor 'install' (even GNU) is that you can't
1754 # specify the program used to strip binaries. This is especially
1755 # annoying in cross-compiling environments, where the build's strip
1756 # is unlikely to handle the host's binaries.
1757 # Fortunately install-sh will honor a STRIPPROG variable, so we
1758 # always use install-sh in "make install-strip", and initialize
1759 # STRIPPROG with the value of the STRIP variable (set by the user).
1760 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1761 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1762 # Installed binaries are usually stripped using 'strip' when the user
1763 # run "make install-strip". However 'strip' might not be the right
1764 # tool to use in cross-compilation environments, therefore Automake
1765 # will honor the 'STRIP' environment variable to overrule this program.
1766 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1767 if test "$cross_compiling" != no; then
1768 AC_CHECK_TOOL([STRIP], [strip], :)
1769 fi
1770 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1771 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1772
1773 # Copyright (C) 2006-2021 Free Software Foundation, Inc.
1774 #
1775 # This file is free software; the Free Software Foundation
1776 # gives unlimited permission to copy and/or distribute it,
1777 # with or without modifications, as long as this notice is preserved.
1778
1779 # _AM_SUBST_NOTMAKE(VARIABLE)
1780 # ---------------------------
1781 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1782 # This macro is traced by Automake.
1783 AC_DEFUN([_AM_SUBST_NOTMAKE])
1784
1785 # AM_SUBST_NOTMAKE(VARIABLE)
1786 # --------------------------
1787 # Public sister of _AM_SUBST_NOTMAKE.
1788 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1789
1790 # Check how to create a tarball. -*- Autoconf -*-
1791
1792 # Copyright (C) 2004-2021 Free Software Foundation, Inc.
1793 #
1794 # This file is free software; the Free Software Foundation
1795 # gives unlimited permission to copy and/or distribute it,
1796 # with or without modifications, as long as this notice is preserved.
1797
1798 # _AM_PROG_TAR(FORMAT)
1799 # --------------------
1800 # Check how to create a tarball in format FORMAT.
1801 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1802 #
1803 # Substitute a variable $(am__tar) that is a command
1804 # writing to stdout a FORMAT-tarball containing the directory
1805 # $tardir.
1806 # tardir=directory && $(am__tar) > result.tar
1807 #
1808 # Substitute a variable $(am__untar) that extract such
1809 # a tarball read from stdin.
1810 # $(am__untar) < result.tar
1811 #
1812 AC_DEFUN([_AM_PROG_TAR],
1813 [# Always define AMTAR for backward compatibility. Yes, it's still used
1814 # in the wild :-( We should find a proper way to deprecate it ...
1815 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1816
1817 # We'll loop over all known methods to create a tar archive until one works.
1818 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1819
1820 m4_if([$1], [v7],
1821 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1822
1823 [m4_case([$1],
1824 [ustar],
1825 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1826 # There is notably a 21 bits limit for the UID and the GID. In fact,
1827 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1828 # and bug#13588).
1829 am_max_uid=2097151 # 2^21 - 1
1830 am_max_gid=$am_max_uid
1831 # The $UID and $GID variables are not portable, so we need to resort
1832 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1833 # below are definitely unexpected, so allow the users to see them
1834 # (that is, avoid stderr redirection).
1835 am_uid=`id -u || echo unknown`
1836 am_gid=`id -g || echo unknown`
1837 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1838 if test $am_uid -le $am_max_uid; then
1839 AC_MSG_RESULT([yes])
1840 else
1841 AC_MSG_RESULT([no])
1842 _am_tools=none
1843 fi
1844 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1845 if test $am_gid -le $am_max_gid; then
1846 AC_MSG_RESULT([yes])
1847 else
1848 AC_MSG_RESULT([no])
1849 _am_tools=none
1850 fi],
1851
1852 [pax],
1853 [],
1854
1855 [m4_fatal([Unknown tar format])])
1856
1857 AC_MSG_CHECKING([how to create a $1 tar archive])
1858
1859 # Go ahead even if we have the value already cached. We do so because we
1860 # need to set the values for the 'am__tar' and 'am__untar' variables.
1861 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1862
1863 for _am_tool in $_am_tools; do
1864 case $_am_tool in
1865 gnutar)
1866 for _am_tar in tar gnutar gtar; do
1867 AM_RUN_LOG([$_am_tar --version]) && break
1868 done
1869 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1870 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1871 am__untar="$_am_tar -xf -"
1872 ;;
1873 plaintar)
1874 # Must skip GNU tar: if it does not support --format= it doesn't create
1875 # ustar tarball either.
1876 (tar --version) >/dev/null 2>&1 && continue
1877 am__tar='tar chf - "$$tardir"'
1878 am__tar_='tar chf - "$tardir"'
1879 am__untar='tar xf -'
1880 ;;
1881 pax)
1882 am__tar='pax -L -x $1 -w "$$tardir"'
1883 am__tar_='pax -L -x $1 -w "$tardir"'
1884 am__untar='pax -r'
1885 ;;
1886 cpio)
1887 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1888 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1889 am__untar='cpio -i -H $1 -d'
1890 ;;
1891 none)
1892 am__tar=false
1893 am__tar_=false
1894 am__untar=false
1895 ;;
1896 esac
1897
1898 # If the value was cached, stop now. We just wanted to have am__tar
1899 # and am__untar set.
1900 test -n "${am_cv_prog_tar_$1}" && break
1901
1902 # tar/untar a dummy directory, and stop if the command works.
1903 rm -rf conftest.dir
1904 mkdir conftest.dir
1905 echo GrepMe > conftest.dir/file
1906 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1907 rm -rf conftest.dir
1908 if test -s conftest.tar; then
1909 AM_RUN_LOG([$am__untar <conftest.tar])
1910 AM_RUN_LOG([cat conftest.dir/file])
1911 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1912 fi
1913 done
1914 rm -rf conftest.dir
1915
1916 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1917 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1918
1919 AC_SUBST([am__tar])
1920 AC_SUBST([am__untar])
1921 ]) # _AM_PROG_TAR
1922
1923 m4_include([m4/as-version.m4])
1924 m4_include([m4/gettext.m4])
1925 m4_include([m4/iconv.m4])
1926 m4_include([m4/lib-ld.m4])
1927 m4_include([m4/lib-link.m4])
1928 m4_include([m4/lib-prefix.m4])
1929 m4_include([m4/libtool.m4])
1930 m4_include([m4/ltoptions.m4])
1931 m4_include([m4/ltsugar.m4])
1932 m4_include([m4/ltversion.m4])
1933 m4_include([m4/lt~obsolete.m4])
1934 m4_include([m4/nls.m4])
1935 m4_include([m4/po.m4])
1936 m4_include([m4/progtest.m4])
0 /* config.h.in. Generated from configure.ac by autoheader. */
1
2 /* Define to 1 if translation of program messages to the user's native
3 language is requested. */
4 #undef ENABLE_NLS
5
6 /* Define to the read-only architecture-independent data directory. */
7 #undef GETTEXT_PACKAGE
8
9 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
10 CoreFoundation framework. */
11 #undef HAVE_CFLOCALECOPYCURRENT
12
13 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
14 the CoreFoundation framework. */
15 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
16
17 /* Define if the GNU dcgettext() function is already present or preinstalled.
18 */
19 #undef HAVE_DCGETTEXT
20
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
23
24 /* Define if the GNU gettext() function is already present or preinstalled. */
25 #undef HAVE_GETTEXT
26
27 /* Define if you have the iconv() function. */
28 #undef HAVE_ICONV
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define to 1 if you have the <minix/config.h> header file. */
34 #undef HAVE_MINIX_CONFIG_H
35
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #undef HAVE_STDINT_H
38
39 /* Define to 1 if you have the <stdio.h> header file. */
40 #undef HAVE_STDIO_H
41
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #undef HAVE_STDLIB_H
44
45 /* Define to 1 if you have the <strings.h> header file. */
46 #undef HAVE_STRINGS_H
47
48 /* Define to 1 if you have the <string.h> header file. */
49 #undef HAVE_STRING_H
50
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #undef HAVE_SYS_STAT_H
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #undef HAVE_UNISTD_H
59
60 /* Define to 1 if you have the <wchar.h> header file. */
61 #undef HAVE_WCHAR_H
62
63 /* Define to the sub-directory where libtool stores uninstalled libraries. */
64 #undef LT_OBJDIR
65
66 /* Name of package */
67 #undef PACKAGE
68
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
71
72 /* Define to the full name of this package. */
73 #undef PACKAGE_NAME
74
75 /* Define to the full name and version of this package. */
76 #undef PACKAGE_STRING
77
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
80
81 /* Define to the home page for this package. */
82 #undef PACKAGE_URL
83
84 /* Define to the version of this package. */
85 #undef PACKAGE_VERSION
86
87 /* Define to 1 if all of the C90 standard headers exist (not just the ones
88 required in a freestanding environment). This macro is provided for
89 backward compatibility; new code need not use it. */
90 #undef STDC_HEADERS
91
92 /* Enable extensions on AIX 3, Interix. */
93 #ifndef _ALL_SOURCE
94 # undef _ALL_SOURCE
95 #endif
96 /* Enable general extensions on macOS. */
97 #ifndef _DARWIN_C_SOURCE
98 # undef _DARWIN_C_SOURCE
99 #endif
100 /* Enable general extensions on Solaris. */
101 #ifndef __EXTENSIONS__
102 # undef __EXTENSIONS__
103 #endif
104 /* Enable GNU extensions on systems that have them. */
105 #ifndef _GNU_SOURCE
106 # undef _GNU_SOURCE
107 #endif
108 /* Enable X/Open compliant socket functions that do not require linking
109 with -lxnet on HP-UX 11.11. */
110 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
111 # undef _HPUX_ALT_XOPEN_SOCKET_API
112 #endif
113 /* Identify the host operating system as Minix.
114 This macro does not affect the system headers' behavior.
115 A future release of Autoconf may stop defining this macro. */
116 #ifndef _MINIX
117 # undef _MINIX
118 #endif
119 /* Enable general extensions on NetBSD.
120 Enable NetBSD compatibility extensions on Minix. */
121 #ifndef _NETBSD_SOURCE
122 # undef _NETBSD_SOURCE
123 #endif
124 /* Enable OpenBSD compatibility extensions on NetBSD.
125 Oddly enough, this does nothing on OpenBSD. */
126 #ifndef _OPENBSD_SOURCE
127 # undef _OPENBSD_SOURCE
128 #endif
129 /* Define to 1 if needed for POSIX-compatible behavior. */
130 #ifndef _POSIX_SOURCE
131 # undef _POSIX_SOURCE
132 #endif
133 /* Define to 2 if needed for POSIX-compatible behavior. */
134 #ifndef _POSIX_1_SOURCE
135 # undef _POSIX_1_SOURCE
136 #endif
137 /* Enable POSIX-compatible threading on Solaris. */
138 #ifndef _POSIX_PTHREAD_SEMANTICS
139 # undef _POSIX_PTHREAD_SEMANTICS
140 #endif
141 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
142 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
143 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
144 #endif
145 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
146 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
147 # undef __STDC_WANT_IEC_60559_BFP_EXT__
148 #endif
149 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
150 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
151 # undef __STDC_WANT_IEC_60559_DFP_EXT__
152 #endif
153 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
154 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
155 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
156 #endif
157 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
158 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
159 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
160 #endif
161 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
162 #ifndef __STDC_WANT_LIB_EXT2__
163 # undef __STDC_WANT_LIB_EXT2__
164 #endif
165 /* Enable extensions specified by ISO/IEC 24747:2009. */
166 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
167 # undef __STDC_WANT_MATH_SPEC_FUNCS__
168 #endif
169 /* Enable extensions on HP NonStop. */
170 #ifndef _TANDEM_SOURCE
171 # undef _TANDEM_SOURCE
172 #endif
173 /* Enable X/Open extensions. Define to 500 only if necessary
174 to make mbstate_t available. */
175 #ifndef _XOPEN_SOURCE
176 # undef _XOPEN_SOURCE
177 #endif
178
179
180 /* Version number of package */
181 #undef VERSION
0 #! /bin/sh
1 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.71 for ibus-array 0.2.2.
3 #
4 # Report bugs to <https://github.com/lexical/ibus-array/issues>.
5 #
6 #
7 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
8 # Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 as_nop=:
20 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21 then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else $as_nop
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
34 esac
35 fi
36
37
38
39 # Reset variables that may have inherited troublesome values from
40 # the environment.
41
42 # IFS needs to be set, to space, tab, and newline, in precisely that order.
43 # (If _AS_PATH_WALK were called with IFS unset, it would have the
44 # side effect of setting IFS to empty, thus disabling word splitting.)
45 # Quoting is to prevent editors from complaining about space-tab.
46 as_nl='
47 '
48 export as_nl
49 IFS=" "" $as_nl"
50
51 PS1='$ '
52 PS2='> '
53 PS4='+ '
54
55 # Ensure predictable behavior from utilities with locale-dependent output.
56 LC_ALL=C
57 export LC_ALL
58 LANGUAGE=C
59 export LANGUAGE
60
61 # We cannot yet rely on "unset" to work, but we need these variables
62 # to be unset--not just set to an empty or harmless value--now, to
63 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
64 # also avoids known problems related to "unset" and subshell syntax
65 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
66 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
67 do eval test \${$as_var+y} \
68 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
69 done
70
71 # Ensure that fds 0, 1, and 2 are open.
72 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
73 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
74 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
75
76 # The user is always right.
77 if ${PATH_SEPARATOR+false} :; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
83 fi
84
85
86 # Find who we are. Look in the path if we contain no directory separator.
87 as_myself=
88 case $0 in #((
89 *[\\/]* ) as_myself=$0 ;;
90 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
91 for as_dir in $PATH
92 do
93 IFS=$as_save_IFS
94 case $as_dir in #(((
95 '') as_dir=./ ;;
96 */) ;;
97 *) as_dir=$as_dir/ ;;
98 esac
99 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
100 done
101 IFS=$as_save_IFS
102
103 ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
113 fi
114
115
116 # Use a proper internal environment variable to ensure we don't fall
117 # into an infinite loop, continuously re-executing ourselves.
118 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
119 _as_can_reexec=no; export _as_can_reexec;
120 # We cannot yet assume a decent shell, so we have to provide a
121 # neutralization value for shells without unset; and this also
122 # works around shells that cannot unset nonexistent variables.
123 # Preserve -v and -x to the replacement shell.
124 BASH_ENV=/dev/null
125 ENV=/dev/null
126 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
127 case $- in # ((((
128 *v*x* | *x*v* ) as_opts=-vx ;;
129 *v* ) as_opts=-v ;;
130 *x* ) as_opts=-x ;;
131 * ) as_opts= ;;
132 esac
133 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
134 # Admittedly, this is quite paranoid, since all the known shells bail
135 # out after a failed `exec'.
136 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
137 exit 255
138 fi
139 # We don't want this to propagate to other subprocesses.
140 { _as_can_reexec=; unset _as_can_reexec;}
141 if test "x$CONFIG_SHELL" = x; then
142 as_bourne_compatible="as_nop=:
143 if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
144 then :
145 emulate sh
146 NULLCMD=:
147 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
148 # is contrary to our usage. Disable this feature.
149 alias -g '\${1+\"\$@\"}'='\"\$@\"'
150 setopt NO_GLOB_SUBST
151 else \$as_nop
152 case \`(set -o) 2>/dev/null\` in #(
153 *posix*) :
154 set -o posix ;; #(
155 *) :
156 ;;
157 esac
158 fi
159 "
160 as_required="as_fn_return () { (exit \$1); }
161 as_fn_success () { as_fn_return 0; }
162 as_fn_failure () { as_fn_return 1; }
163 as_fn_ret_success () { return 0; }
164 as_fn_ret_failure () { return 1; }
165
166 exitcode=0
167 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
168 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
169 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
170 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
171 if ( set x; as_fn_ret_success y && test x = \"\$1\" )
172 then :
173
174 else \$as_nop
175 exitcode=1; echo positional parameters were not saved.
176 fi
177 test x\$exitcode = x0 || exit 1
178 blah=\$(echo \$(echo blah))
179 test x\"\$blah\" = xblah || exit 1
180 test -x / || exit 1"
181 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
182 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
183 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
184 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
185 test \$(( 1 + 1 )) = 2 || exit 1
186
187 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
188 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
189 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
190 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
191 PATH=/empty FPATH=/empty; export PATH FPATH
192 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
193 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
194 if (eval "$as_required") 2>/dev/null
195 then :
196 as_have_required=yes
197 else $as_nop
198 as_have_required=no
199 fi
200 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
201 then :
202
203 else $as_nop
204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
205 as_found=false
206 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
207 do
208 IFS=$as_save_IFS
209 case $as_dir in #(((
210 '') as_dir=./ ;;
211 */) ;;
212 *) as_dir=$as_dir/ ;;
213 esac
214 as_found=:
215 case $as_dir in #(
216 /*)
217 for as_base in sh bash ksh sh5; do
218 # Try only shells that exist, to save several forks.
219 as_shell=$as_dir$as_base
220 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
221 as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
222 then :
223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
225 then :
226 break 2
227 fi
228 fi
229 done;;
230 esac
231 as_found=false
232 done
233 IFS=$as_save_IFS
234 if $as_found
235 then :
236
237 else $as_nop
238 if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
239 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
240 then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi
243 fi
244
245
246 if test "x$CONFIG_SHELL" != x
247 then :
248 export CONFIG_SHELL
249 # We cannot yet assume a decent shell, so we have to provide a
250 # neutralization value for shells without unset; and this also
251 # works around shells that cannot unset nonexistent variables.
252 # Preserve -v and -x to the replacement shell.
253 BASH_ENV=/dev/null
254 ENV=/dev/null
255 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256 case $- in # ((((
257 *v*x* | *x*v* ) as_opts=-vx ;;
258 *v* ) as_opts=-v ;;
259 *x* ) as_opts=-x ;;
260 * ) as_opts= ;;
261 esac
262 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
263 # Admittedly, this is quite paranoid, since all the known shells bail
264 # out after a failed `exec'.
265 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
266 exit 255
267 fi
268
269 if test x$as_have_required = xno
270 then :
271 printf "%s\n" "$0: This script requires a shell more modern than all"
272 printf "%s\n" "$0: the shells that I found on your system."
273 if test ${ZSH_VERSION+y} ; then
274 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
276 else
277 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
278 $0: https://github.com/lexical/ibus-array/issues about your
279 $0: system, including any error possibly output before this
280 $0: message. Then install a modern shell, or manually run
281 $0: the script under such a shell if you do have one."
282 fi
283 exit 1
284 fi
285 fi
286 fi
287 SHELL=${CONFIG_SHELL-/bin/sh}
288 export SHELL
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE= GREP_OPTIONS=
291 unset CLICOLOR_FORCE GREP_OPTIONS
292
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
296 # as_fn_unset VAR
297 # ---------------
298 # Portably unset VAR.
299 as_fn_unset ()
300 {
301 { eval $1=; unset $1;}
302 }
303 as_unset=as_fn_unset
304
305
306 # as_fn_set_status STATUS
307 # -----------------------
308 # Set $? to STATUS, without forking.
309 as_fn_set_status ()
310 {
311 return $1
312 } # as_fn_set_status
313
314 # as_fn_exit STATUS
315 # -----------------
316 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 as_fn_exit ()
318 {
319 set +e
320 as_fn_set_status $1
321 exit $1
322 } # as_fn_exit
323 # as_fn_nop
324 # ---------
325 # Do nothing but, unlike ":", preserve the value of $?.
326 as_fn_nop ()
327 {
328 return $?
329 }
330 as_nop=as_fn_nop
331
332 # as_fn_mkdir_p
333 # -------------
334 # Create "$as_dir" as a directory, including parents if necessary.
335 as_fn_mkdir_p ()
336 {
337
338 case $as_dir in #(
339 -*) as_dir=./$as_dir;;
340 esac
341 test -d "$as_dir" || eval $as_mkdir_p || {
342 as_dirs=
343 while :; do
344 case $as_dir in #(
345 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
346 *) as_qdir=$as_dir;;
347 esac
348 as_dirs="'$as_qdir' $as_dirs"
349 as_dir=`$as_dirname -- "$as_dir" ||
350 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
351 X"$as_dir" : 'X\(//\)[^/]' \| \
352 X"$as_dir" : 'X\(//\)$' \| \
353 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
354 printf "%s\n" X"$as_dir" |
355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
356 s//\1/
357 q
358 }
359 /^X\(\/\/\)[^/].*/{
360 s//\1/
361 q
362 }
363 /^X\(\/\/\)$/{
364 s//\1/
365 q
366 }
367 /^X\(\/\).*/{
368 s//\1/
369 q
370 }
371 s/.*/./; q'`
372 test -d "$as_dir" && break
373 done
374 test -z "$as_dirs" || eval "mkdir $as_dirs"
375 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
376
377
378 } # as_fn_mkdir_p
379
380 # as_fn_executable_p FILE
381 # -----------------------
382 # Test if FILE is an executable regular file.
383 as_fn_executable_p ()
384 {
385 test -f "$1" && test -x "$1"
386 } # as_fn_executable_p
387 # as_fn_append VAR VALUE
388 # ----------------------
389 # Append the text in VALUE to the end of the definition contained in VAR. Take
390 # advantage of any shell optimizations that allow amortized linear growth over
391 # repeated appends, instead of the typical quadratic growth present in naive
392 # implementations.
393 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
394 then :
395 eval 'as_fn_append ()
396 {
397 eval $1+=\$2
398 }'
399 else $as_nop
400 as_fn_append ()
401 {
402 eval $1=\$$1\$2
403 }
404 fi # as_fn_append
405
406 # as_fn_arith ARG...
407 # ------------------
408 # Perform arithmetic evaluation on the ARGs, and store the result in the
409 # global $as_val. Take advantage of shells that can avoid forks. The arguments
410 # must be portable across $(()) and expr.
411 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
412 then :
413 eval 'as_fn_arith ()
414 {
415 as_val=$(( $* ))
416 }'
417 else $as_nop
418 as_fn_arith ()
419 {
420 as_val=`expr "$@" || test $? -eq 1`
421 }
422 fi # as_fn_arith
423
424 # as_fn_nop
425 # ---------
426 # Do nothing but, unlike ":", preserve the value of $?.
427 as_fn_nop ()
428 {
429 return $?
430 }
431 as_nop=as_fn_nop
432
433 # as_fn_error STATUS ERROR [LINENO LOG_FD]
434 # ----------------------------------------
435 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
436 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
437 # script with STATUS, using 1 if that was 0.
438 as_fn_error ()
439 {
440 as_status=$1; test $as_status -eq 0 && as_status=1
441 if test "$4"; then
442 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
443 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
444 fi
445 printf "%s\n" "$as_me: error: $2" >&2
446 as_fn_exit $as_status
447 } # as_fn_error
448
449 if expr a : '\(a\)' >/dev/null 2>&1 &&
450 test "X`expr 00001 : '.*\(...\)'`" = X001; then
451 as_expr=expr
452 else
453 as_expr=false
454 fi
455
456 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
457 as_basename=basename
458 else
459 as_basename=false
460 fi
461
462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
463 as_dirname=dirname
464 else
465 as_dirname=false
466 fi
467
468 as_me=`$as_basename -- "$0" ||
469 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
470 X"$0" : 'X\(//\)$' \| \
471 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
472 printf "%s\n" X/"$0" |
473 sed '/^.*\/\([^/][^/]*\)\/*$/{
474 s//\1/
475 q
476 }
477 /^X\/\(\/\/\)$/{
478 s//\1/
479 q
480 }
481 /^X\/\(\/\).*/{
482 s//\1/
483 q
484 }
485 s/.*/./; q'`
486
487 # Avoid depending upon Character Ranges.
488 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
489 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
490 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
491 as_cr_digits='0123456789'
492 as_cr_alnum=$as_cr_Letters$as_cr_digits
493
494
495 as_lineno_1=$LINENO as_lineno_1a=$LINENO
496 as_lineno_2=$LINENO as_lineno_2a=$LINENO
497 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
498 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
499 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
500 sed -n '
501 p
502 /[$]LINENO/=
503 ' <$as_myself |
504 sed '
505 s/[$]LINENO.*/&-/
506 t lineno
507 b
508 :lineno
509 N
510 :loop
511 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
512 t loop
513 s/-\n.*//
514 ' >$as_me.lineno &&
515 chmod +x "$as_me.lineno" ||
516 { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
517
518 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
519 # already done that, so ensure we don't try to do so again and fall
520 # in an infinite loop. This has already happened in practice.
521 _as_can_reexec=no; export _as_can_reexec
522 # Don't try to exec as it changes $[0], causing all sort of problems
523 # (the dirname of $[0] is not the place where we might find the
524 # original and so on. Autoconf is especially sensitive to this).
525 . "./$as_me.lineno"
526 # Exit status is that of the last command.
527 exit
528 }
529
530
531 # Determine whether it's possible to make 'echo' print without a newline.
532 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
533 # for compatibility with existing Makefiles.
534 ECHO_C= ECHO_N= ECHO_T=
535 case `echo -n x` in #(((((
536 -n*)
537 case `echo 'xy\c'` in
538 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
539 xy) ECHO_C='\c';;
540 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
541 ECHO_T=' ';;
542 esac;;
543 *)
544 ECHO_N='-n';;
545 esac
546
547 # For backward compatibility with old third-party macros, we provide
548 # the shell variables $as_echo and $as_echo_n. New code should use
549 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
550 as_echo='printf %s\n'
551 as_echo_n='printf %s'
552
553
554 rm -f conf$$ conf$$.exe conf$$.file
555 if test -d conf$$.dir; then
556 rm -f conf$$.dir/conf$$.file
557 else
558 rm -f conf$$.dir
559 mkdir conf$$.dir 2>/dev/null
560 fi
561 if (echo >conf$$.file) 2>/dev/null; then
562 if ln -s conf$$.file conf$$ 2>/dev/null; then
563 as_ln_s='ln -s'
564 # ... but there are two gotchas:
565 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
566 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
567 # In both cases, we have to default to `cp -pR'.
568 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
569 as_ln_s='cp -pR'
570 elif ln conf$$.file conf$$ 2>/dev/null; then
571 as_ln_s=ln
572 else
573 as_ln_s='cp -pR'
574 fi
575 else
576 as_ln_s='cp -pR'
577 fi
578 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
579 rmdir conf$$.dir 2>/dev/null
580
581 if mkdir -p . 2>/dev/null; then
582 as_mkdir_p='mkdir -p "$as_dir"'
583 else
584 test -d ./-p && rmdir ./-p
585 as_mkdir_p=false
586 fi
587
588 as_test_x='test -x'
589 as_executable_p=as_fn_executable_p
590
591 # Sed expression to map a string onto a valid CPP name.
592 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
593
594 # Sed expression to map a string onto a valid variable name.
595 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
596
597 SHELL=${CONFIG_SHELL-/bin/sh}
598
599
600 test -n "$DJDIR" || exec 7<&0 </dev/null
601 exec 6>&1
602
603 # Name of the host.
604 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
605 # so uname gets run too.
606 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
607
608 #
609 # Initializations.
610 #
611 ac_default_prefix=/usr/local
612 ac_clean_files=
613 ac_config_libobj_dir=.
614 LIBOBJS=
615 cross_compiling=no
616 subdirs=
617 MFLAGS=
618 MAKEFLAGS=
619
620 # Identity of this package.
621 PACKAGE_NAME='ibus-array'
622 PACKAGE_TARNAME='ibus-array'
623 PACKAGE_VERSION='0.2.2'
624 PACKAGE_STRING='ibus-array 0.2.2'
625 PACKAGE_BUGREPORT='https://github.com/lexical/ibus-array/issues'
626 PACKAGE_URL=''
627
628 # Factoring default headers for most tests.
629 ac_includes_default="\
630 #include <stddef.h>
631 #ifdef HAVE_STDIO_H
632 # include <stdio.h>
633 #endif
634 #ifdef HAVE_STDLIB_H
635 # include <stdlib.h>
636 #endif
637 #ifdef HAVE_STRING_H
638 # include <string.h>
639 #endif
640 #ifdef HAVE_INTTYPES_H
641 # include <inttypes.h>
642 #endif
643 #ifdef HAVE_STDINT_H
644 # include <stdint.h>
645 #endif
646 #ifdef HAVE_STRINGS_H
647 # include <strings.h>
648 #endif
649 #ifdef HAVE_SYS_TYPES_H
650 # include <sys/types.h>
651 #endif
652 #ifdef HAVE_SYS_STAT_H
653 # include <sys/stat.h>
654 #endif
655 #ifdef HAVE_UNISTD_H
656 # include <unistd.h>
657 #endif"
658
659 ac_header_c_list=
660 gt_needs=
661 ac_subst_vars='am__EXEEXT_FALSE
662 am__EXEEXT_TRUE
663 LTLIBOBJS
664 LIBOBJS
665 POSUB
666 LTLIBINTL
667 LIBINTL
668 INTLLIBS
669 LTLIBICONV
670 LIBICONV
671 INTL_MACOSX_LIBS
672 MSGMERGE
673 XGETTEXT_015
674 XGETTEXT
675 GMSGFMT_015
676 MSGFMT_015
677 GMSGFMT
678 MSGFMT
679 USE_NLS
680 GETTEXT_PACKAGE
681 SQLITE3_LIBS
682 SQLITE3_CFLAGS
683 pkgpyexecdir
684 pyexecdir
685 pkgpythondir
686 pythondir
687 PYTHON_EXEC_PREFIX
688 PYTHON_PREFIX
689 PYTHON_PLATFORM
690 PYTHON_VERSION
691 PYTHON
692 IBUS_LIBS
693 IBUS_CFLAGS
694 PKG_CONFIG_LIBDIR
695 PKG_CONFIG_PATH
696 PKG_CONFIG
697 CXXCPP
698 LT_SYS_LIBRARY_PATH
699 OTOOL64
700 OTOOL
701 LIPO
702 NMEDIT
703 DSYMUTIL
704 MANIFEST_TOOL
705 RANLIB
706 ac_ct_AR
707 AR
708 DLLTOOL
709 OBJDUMP
710 FILECMD
711 LN_S
712 NM
713 ac_ct_DUMPBIN
714 DUMPBIN
715 LD
716 FGREP
717 SED
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 LIBTOOL
727 EGREP
728 GREP
729 am__fastdepCXX_FALSE
730 am__fastdepCXX_TRUE
731 CXXDEPMODE
732 ac_ct_CXX
733 CXXFLAGS
734 CXX
735 MAINT
736 MAINTAINER_MODE_FALSE
737 MAINTAINER_MODE_TRUE
738 PACKAGE_VERSION_RELEASE
739 PACKAGE_VERSION_NANO
740 PACKAGE_VERSION_MICRO
741 PACKAGE_VERSION_MINOR
742 PACKAGE_VERSION_MAJOR
743 am__fastdepCC_FALSE
744 am__fastdepCC_TRUE
745 CCDEPMODE
746 am__nodep
747 AMDEPBACKSLASH
748 AMDEP_FALSE
749 AMDEP_TRUE
750 am__include
751 DEPDIR
752 OBJEXT
753 EXEEXT
754 ac_ct_CC
755 CPPFLAGS
756 LDFLAGS
757 CFLAGS
758 CC
759 AM_BACKSLASH
760 AM_DEFAULT_VERBOSITY
761 AM_DEFAULT_V
762 AM_V
763 CSCOPE
764 ETAGS
765 CTAGS
766 am__untar
767 am__tar
768 AMTAR
769 am__leading_dot
770 SET_MAKE
771 AWK
772 mkdir_p
773 MKDIR_P
774 INSTALL_STRIP_PROGRAM
775 STRIP
776 install_sh
777 MAKEINFO
778 AUTOHEADER
779 AUTOMAKE
780 AUTOCONF
781 ACLOCAL
782 VERSION
783 PACKAGE
784 CYGPATH_W
785 am__isrc
786 INSTALL_DATA
787 INSTALL_SCRIPT
788 INSTALL_PROGRAM
789 target_alias
790 host_alias
791 build_alias
792 LIBS
793 ECHO_T
794 ECHO_N
795 ECHO_C
796 DEFS
797 mandir
798 localedir
799 libdir
800 psdir
801 pdfdir
802 dvidir
803 htmldir
804 infodir
805 docdir
806 oldincludedir
807 includedir
808 runstatedir
809 localstatedir
810 sharedstatedir
811 sysconfdir
812 datadir
813 datarootdir
814 libexecdir
815 sbindir
816 bindir
817 program_transform_name
818 prefix
819 exec_prefix
820 PACKAGE_URL
821 PACKAGE_BUGREPORT
822 PACKAGE_STRING
823 PACKAGE_VERSION
824 PACKAGE_TARNAME
825 PACKAGE_NAME
826 PATH_SEPARATOR
827 SHELL
828 am__quote'
829 ac_subst_files=''
830 ac_user_opts='
831 enable_option_checking
832 enable_silent_rules
833 enable_dependency_tracking
834 enable_maintainer_mode
835 enable_static
836 enable_shared
837 with_pic
838 enable_fast_install
839 with_aix_soname
840 with_gnu_ld
841 with_sysroot
842 enable_libtool_lock
843 with_python_sys_prefix
844 with_python_prefix
845 with_python_exec_prefix
846 enable_nls
847 enable_rpath
848 with_libiconv_prefix
849 with_libintl_prefix
850 '
851 ac_precious_vars='build_alias
852 host_alias
853 target_alias
854 CC
855 CFLAGS
856 LDFLAGS
857 LIBS
858 CPPFLAGS
859 CXX
860 CXXFLAGS
861 CCC
862 LT_SYS_LIBRARY_PATH
863 CXXCPP
864 PKG_CONFIG
865 PKG_CONFIG_PATH
866 PKG_CONFIG_LIBDIR
867 IBUS_CFLAGS
868 IBUS_LIBS
869 PYTHON
870 SQLITE3_CFLAGS
871 SQLITE3_LIBS'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 runstatedir='${localstatedir}/run'
911 includedir='${prefix}/include'
912 oldincludedir='/usr/include'
913 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
914 infodir='${datarootdir}/info'
915 htmldir='${docdir}'
916 dvidir='${docdir}'
917 pdfdir='${docdir}'
918 psdir='${docdir}'
919 libdir='${exec_prefix}/lib'
920 localedir='${datarootdir}/locale'
921 mandir='${datarootdir}/man'
922
923 ac_prev=
924 ac_dashdash=
925 for ac_option
926 do
927 # If the previous option needs an argument, assign it.
928 if test -n "$ac_prev"; then
929 eval $ac_prev=\$ac_option
930 ac_prev=
931 continue
932 fi
933
934 case $ac_option in
935 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
936 *=) ac_optarg= ;;
937 *) ac_optarg=yes ;;
938 esac
939
940 case $ac_dashdash$ac_option in
941 --)
942 ac_dashdash=yes ;;
943
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
948
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
953
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
960
961 --config-cache | -C)
962 cache_file=config.cache ;;
963
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
968
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
975
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 as_fn_error $? "invalid feature name: \`$ac_useropt'"
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
984 *"
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
991
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
996
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1001
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 as_fn_error $? "invalid feature name: \`$ac_useropt'"
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1010 *"
1011 "enable_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval enable_$ac_useropt=\$ac_optarg ;;
1017
1018 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020 | --exec | --exe | --ex)
1021 ac_prev=exec_prefix ;;
1022 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024 | --exec=* | --exe=* | --ex=*)
1025 exec_prefix=$ac_optarg ;;
1026
1027 -gas | --gas | --ga | --g)
1028 # Obsolete; use --with-gas.
1029 with_gas=yes ;;
1030
1031 -help | --help | --hel | --he | -h)
1032 ac_init_help=long ;;
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034 ac_init_help=recursive ;;
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036 ac_init_help=short ;;
1037
1038 -host | --host | --hos | --ho)
1039 ac_prev=host_alias ;;
1040 -host=* | --host=* | --hos=* | --ho=*)
1041 host_alias=$ac_optarg ;;
1042
1043 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 ac_prev=htmldir ;;
1045 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 | --ht=*)
1047 htmldir=$ac_optarg ;;
1048
1049 -includedir | --includedir | --includedi | --included | --include \
1050 | --includ | --inclu | --incl | --inc)
1051 ac_prev=includedir ;;
1052 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053 | --includ=* | --inclu=* | --incl=* | --inc=*)
1054 includedir=$ac_optarg ;;
1055
1056 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 ac_prev=infodir ;;
1058 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059 infodir=$ac_optarg ;;
1060
1061 -libdir | --libdir | --libdi | --libd)
1062 ac_prev=libdir ;;
1063 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064 libdir=$ac_optarg ;;
1065
1066 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067 | --libexe | --libex | --libe)
1068 ac_prev=libexecdir ;;
1069 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070 | --libexe=* | --libex=* | --libe=*)
1071 libexecdir=$ac_optarg ;;
1072
1073 -localedir | --localedir | --localedi | --localed | --locale)
1074 ac_prev=localedir ;;
1075 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076 localedir=$ac_optarg ;;
1077
1078 -localstatedir | --localstatedir | --localstatedi | --localstated \
1079 | --localstate | --localstat | --localsta | --localst | --locals)
1080 ac_prev=localstatedir ;;
1081 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083 localstatedir=$ac_optarg ;;
1084
1085 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 ac_prev=mandir ;;
1087 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088 mandir=$ac_optarg ;;
1089
1090 -nfp | --nfp | --nf)
1091 # Obsolete; use --without-fp.
1092 with_fp=no ;;
1093
1094 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095 | --no-cr | --no-c | -n)
1096 no_create=yes ;;
1097
1098 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100 no_recursion=yes ;;
1101
1102 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104 | --oldin | --oldi | --old | --ol | --o)
1105 ac_prev=oldincludedir ;;
1106 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109 oldincludedir=$ac_optarg ;;
1110
1111 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 ac_prev=prefix ;;
1113 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114 prefix=$ac_optarg ;;
1115
1116 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117 | --program-pre | --program-pr | --program-p)
1118 ac_prev=program_prefix ;;
1119 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121 program_prefix=$ac_optarg ;;
1122
1123 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124 | --program-suf | --program-su | --program-s)
1125 ac_prev=program_suffix ;;
1126 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128 program_suffix=$ac_optarg ;;
1129
1130 -program-transform-name | --program-transform-name \
1131 | --program-transform-nam | --program-transform-na \
1132 | --program-transform-n | --program-transform- \
1133 | --program-transform | --program-transfor \
1134 | --program-transfo | --program-transf \
1135 | --program-trans | --program-tran \
1136 | --progr-tra | --program-tr | --program-t)
1137 ac_prev=program_transform_name ;;
1138 -program-transform-name=* | --program-transform-name=* \
1139 | --program-transform-nam=* | --program-transform-na=* \
1140 | --program-transform-n=* | --program-transform-=* \
1141 | --program-transform=* | --program-transfor=* \
1142 | --program-transfo=* | --program-transf=* \
1143 | --program-trans=* | --program-tran=* \
1144 | --progr-tra=* | --program-tr=* | --program-t=*)
1145 program_transform_name=$ac_optarg ;;
1146
1147 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 ac_prev=pdfdir ;;
1149 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150 pdfdir=$ac_optarg ;;
1151
1152 -psdir | --psdir | --psdi | --psd | --ps)
1153 ac_prev=psdir ;;
1154 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155 psdir=$ac_optarg ;;
1156
1157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158 | -silent | --silent | --silen | --sile | --sil)
1159 silent=yes ;;
1160
1161 -runstatedir | --runstatedir | --runstatedi | --runstated \
1162 | --runstate | --runstat | --runsta | --runst | --runs \
1163 | --run | --ru | --r)
1164 ac_prev=runstatedir ;;
1165 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1166 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1167 | --run=* | --ru=* | --r=*)
1168 runstatedir=$ac_optarg ;;
1169
1170 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1171 ac_prev=sbindir ;;
1172 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1173 | --sbi=* | --sb=*)
1174 sbindir=$ac_optarg ;;
1175
1176 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1177 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1178 | --sharedst | --shareds | --shared | --share | --shar \
1179 | --sha | --sh)
1180 ac_prev=sharedstatedir ;;
1181 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1182 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1183 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1184 | --sha=* | --sh=*)
1185 sharedstatedir=$ac_optarg ;;
1186
1187 -site | --site | --sit)
1188 ac_prev=site ;;
1189 -site=* | --site=* | --sit=*)
1190 site=$ac_optarg ;;
1191
1192 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1193 ac_prev=srcdir ;;
1194 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1195 srcdir=$ac_optarg ;;
1196
1197 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1198 | --syscon | --sysco | --sysc | --sys | --sy)
1199 ac_prev=sysconfdir ;;
1200 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1201 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1202 sysconfdir=$ac_optarg ;;
1203
1204 -target | --target | --targe | --targ | --tar | --ta | --t)
1205 ac_prev=target_alias ;;
1206 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1207 target_alias=$ac_optarg ;;
1208
1209 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1210 verbose=yes ;;
1211
1212 -version | --version | --versio | --versi | --vers | -V)
1213 ac_init_version=: ;;
1214
1215 -with-* | --with-*)
1216 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1217 # Reject names that are not valid shell variable names.
1218 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1219 as_fn_error $? "invalid package name: \`$ac_useropt'"
1220 ac_useropt_orig=$ac_useropt
1221 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1222 case $ac_user_opts in
1223 *"
1224 "with_$ac_useropt"
1225 "*) ;;
1226 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1227 ac_unrecognized_sep=', ';;
1228 esac
1229 eval with_$ac_useropt=\$ac_optarg ;;
1230
1231 -without-* | --without-*)
1232 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1233 # Reject names that are not valid shell variable names.
1234 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1235 as_fn_error $? "invalid package name: \`$ac_useropt'"
1236 ac_useropt_orig=$ac_useropt
1237 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1238 case $ac_user_opts in
1239 *"
1240 "with_$ac_useropt"
1241 "*) ;;
1242 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1243 ac_unrecognized_sep=', ';;
1244 esac
1245 eval with_$ac_useropt=no ;;
1246
1247 --x)
1248 # Obsolete; use --with-x.
1249 with_x=yes ;;
1250
1251 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1252 | --x-incl | --x-inc | --x-in | --x-i)
1253 ac_prev=x_includes ;;
1254 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1255 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1256 x_includes=$ac_optarg ;;
1257
1258 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1259 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1260 ac_prev=x_libraries ;;
1261 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1262 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1263 x_libraries=$ac_optarg ;;
1264
1265 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1266 Try \`$0 --help' for more information"
1267 ;;
1268
1269 *=*)
1270 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1271 # Reject names that are not valid shell variable names.
1272 case $ac_envvar in #(
1273 '' | [0-9]* | *[!_$as_cr_alnum]* )
1274 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1275 esac
1276 eval $ac_envvar=\$ac_optarg
1277 export $ac_envvar ;;
1278
1279 *)
1280 # FIXME: should be removed in autoconf 3.0.
1281 printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1282 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1283 printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1284 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1285 ;;
1286
1287 esac
1288 done
1289
1290 if test -n "$ac_prev"; then
1291 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1292 as_fn_error $? "missing argument to $ac_option"
1293 fi
1294
1295 if test -n "$ac_unrecognized_opts"; then
1296 case $enable_option_checking in
1297 no) ;;
1298 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1299 *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1300 esac
1301 fi
1302
1303 # Check all directory arguments for consistency.
1304 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1305 datadir sysconfdir sharedstatedir localstatedir includedir \
1306 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1307 libdir localedir mandir runstatedir
1308 do
1309 eval ac_val=\$$ac_var
1310 # Remove trailing slashes.
1311 case $ac_val in
1312 */ )
1313 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1314 eval $ac_var=\$ac_val;;
1315 esac
1316 # Be sure to have absolute directory names.
1317 case $ac_val in
1318 [\\/$]* | ?:[\\/]* ) continue;;
1319 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1320 esac
1321 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1322 done
1323
1324 # There might be people who depend on the old broken behavior: `$host'
1325 # used to hold the argument of --host etc.
1326 # FIXME: To remove some day.
1327 build=$build_alias
1328 host=$host_alias
1329 target=$target_alias
1330
1331 # FIXME: To remove some day.
1332 if test "x$host_alias" != x; then
1333 if test "x$build_alias" = x; then
1334 cross_compiling=maybe
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1337 fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 as_fn_error $? "working directory cannot be determined"
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 as_fn_error $? "pwd does not report name of working directory"
1352
1353
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 printf "%s\n" X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1366 q
1367 }
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1370 q
1371 }
1372 /^X\(\/\/\)$/{
1373 s//\1/
1374 q
1375 }
1376 /^X\(\/\).*/{
1377 s//\1/
1378 q
1379 }
1380 s/.*/./; q'`
1381 srcdir=$ac_confdir
1382 if test ! -r "$srcdir/$ac_unique_file"; then
1383 srcdir=..
1384 fi
1385 else
1386 ac_srcdir_defaulted=no
1387 fi
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1391 fi
1392 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1393 ac_abs_confdir=`(
1394 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1395 pwd)`
1396 # When building in place, set srcdir=.
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then
1398 srcdir=.
1399 fi
1400 # Remove unnecessary trailing slashes from srcdir.
1401 # Double slashes in file names in object file debugging info
1402 # mess up M-x gdb in Emacs.
1403 case $srcdir in
1404 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405 esac
1406 for ac_var in $ac_precious_vars; do
1407 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1408 eval ac_env_${ac_var}_value=\$${ac_var}
1409 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1411 done
1412
1413 #
1414 # Report the --help message.
1415 #
1416 if test "$ac_init_help" = "long"; then
1417 # Omit some internal or obsolete options to make the list less imposing.
1418 # This message is too long to be a string in the A/UX 3.1 sh.
1419 cat <<_ACEOF
1420 \`configure' configures ibus-array 0.2.2 to adapt to many kinds of systems.
1421
1422 Usage: $0 [OPTION]... [VAR=VALUE]...
1423
1424 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1425 VAR=VALUE. See below for descriptions of some of the useful variables.
1426
1427 Defaults for the options are specified in brackets.
1428
1429 Configuration:
1430 -h, --help display this help and exit
1431 --help=short display options specific to this package
1432 --help=recursive display the short help of all the included packages
1433 -V, --version display version information and exit
1434 -q, --quiet, --silent do not print \`checking ...' messages
1435 --cache-file=FILE cache test results in FILE [disabled]
1436 -C, --config-cache alias for \`--cache-file=config.cache'
1437 -n, --no-create do not create output files
1438 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439
1440 Installation directories:
1441 --prefix=PREFIX install architecture-independent files in PREFIX
1442 [$ac_default_prefix]
1443 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1444 [PREFIX]
1445
1446 By default, \`make install' will install all the files in
1447 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1448 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1449 for instance \`--prefix=\$HOME'.
1450
1451 For better control, use the options below.
1452
1453 Fine tuning of the installation directories:
1454 --bindir=DIR user executables [EPREFIX/bin]
1455 --sbindir=DIR system admin executables [EPREFIX/sbin]
1456 --libexecdir=DIR program executables [EPREFIX/libexec]
1457 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1458 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1459 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1460 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1461 --libdir=DIR object code libraries [EPREFIX/lib]
1462 --includedir=DIR C header files [PREFIX/include]
1463 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1464 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1465 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1466 --infodir=DIR info documentation [DATAROOTDIR/info]
1467 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1468 --mandir=DIR man documentation [DATAROOTDIR/man]
1469 --docdir=DIR documentation root [DATAROOTDIR/doc/ibus-array]
1470 --htmldir=DIR html documentation [DOCDIR]
1471 --dvidir=DIR dvi documentation [DOCDIR]
1472 --pdfdir=DIR pdf documentation [DOCDIR]
1473 --psdir=DIR ps documentation [DOCDIR]
1474 _ACEOF
1475
1476 cat <<\_ACEOF
1477
1478 Program names:
1479 --program-prefix=PREFIX prepend PREFIX to installed program names
1480 --program-suffix=SUFFIX append SUFFIX to installed program names
1481 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1482
1483 System types:
1484 --build=BUILD configure for building on BUILD [guessed]
1485 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1487 fi
1488
1489 if test -n "$ac_init_help"; then
1490 case $ac_init_help in
1491 short | recursive ) echo "Configuration of ibus-array 0.2.2:";;
1492 esac
1493 cat <<\_ACEOF
1494
1495 Optional Features:
1496 --disable-option-checking ignore unrecognized --enable/--with options
1497 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1498 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1499 --enable-silent-rules less verbose build output (undo: "make V=1")
1500 --disable-silent-rules verbose build output (undo: "make V=0")
1501 --enable-dependency-tracking
1502 do not reject slow dependency extractors
1503 --disable-dependency-tracking
1504 speeds up one-time build
1505 --enable-maintainer-mode
1506 enable make rules and dependencies not useful (and
1507 sometimes confusing) to the casual installer
1508 --enable-static[=PKGS] build static libraries [default=no]
1509 --enable-shared[=PKGS] build shared libraries [default=yes]
1510 --enable-fast-install[=PKGS]
1511 optimize for fast installation [default=yes]
1512 --disable-libtool-lock avoid locking (might break parallel builds)
1513 --disable-nls do not use Native Language Support
1514 --disable-rpath do not hardcode runtime library paths
1515
1516 Optional Packages:
1517 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1518 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1519 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1520 both]
1521 --with-aix-soname=aix|svr4|both
1522 shared library versioning (aka "SONAME") variant to
1523 provide on AIX, [default=aix].
1524 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1525 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1526 compiler's sysroot if not specified).
1527 --with-python-sys-prefix
1528 use Python's sys.prefix and sys.exec_prefix values
1529 --with-python_prefix override the default PYTHON_PREFIX
1530 --with-python_exec_prefix
1531 override the default PYTHON_EXEC_PREFIX
1532 --with-gnu-ld assume the C compiler uses GNU ld default=no
1533 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1534 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1535 --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
1536 --without-libintl-prefix don't search for libintl in includedir and libdir
1537
1538 Some influential environment variables:
1539 CC C compiler command
1540 CFLAGS C compiler flags
1541 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1542 nonstandard directory <lib dir>
1543 LIBS libraries to pass to the linker, e.g. -l<library>
1544 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1545 you have headers in a nonstandard directory <include dir>
1546 CXX C++ compiler command
1547 CXXFLAGS C++ compiler flags
1548 LT_SYS_LIBRARY_PATH
1549 User-defined run-time library search path.
1550 CXXCPP C++ preprocessor
1551 PKG_CONFIG path to pkg-config utility
1552 PKG_CONFIG_PATH
1553 directories to add to pkg-config's search path
1554 PKG_CONFIG_LIBDIR
1555 path overriding pkg-config's built-in search path
1556 IBUS_CFLAGS C compiler flags for IBUS, overriding pkg-config
1557 IBUS_LIBS linker flags for IBUS, overriding pkg-config
1558 PYTHON the Python interpreter
1559 SQLITE3_CFLAGS
1560 C compiler flags for SQLITE3, overriding pkg-config
1561 SQLITE3_LIBS
1562 linker flags for SQLITE3, overriding pkg-config
1563
1564 Use these variables to override the choices made by `configure' or to help
1565 it to find libraries and programs with nonstandard names/locations.
1566
1567 Report bugs to <https://github.com/lexical/ibus-array/issues>.
1568 _ACEOF
1569 ac_status=$?
1570 fi
1571
1572 if test "$ac_init_help" = "recursive"; then
1573 # If there are subdirs, report their specific --help.
1574 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1575 test -d "$ac_dir" ||
1576 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1577 continue
1578 ac_builddir=.
1579
1580 case "$ac_dir" in
1581 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582 *)
1583 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1584 # A ".." for each directory in $ac_dir_suffix.
1585 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1586 case $ac_top_builddir_sub in
1587 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1588 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1589 esac ;;
1590 esac
1591 ac_abs_top_builddir=$ac_pwd
1592 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1593 # for backward compatibility:
1594 ac_top_builddir=$ac_top_build_prefix
1595
1596 case $srcdir in
1597 .) # We are building in place.
1598 ac_srcdir=.
1599 ac_top_srcdir=$ac_top_builddir_sub
1600 ac_abs_top_srcdir=$ac_pwd ;;
1601 [\\/]* | ?:[\\/]* ) # Absolute name.
1602 ac_srcdir=$srcdir$ac_dir_suffix;
1603 ac_top_srcdir=$srcdir
1604 ac_abs_top_srcdir=$srcdir ;;
1605 *) # Relative name.
1606 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1607 ac_top_srcdir=$ac_top_build_prefix$srcdir
1608 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1609 esac
1610 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1611
1612 cd "$ac_dir" || { ac_status=$?; continue; }
1613 # Check for configure.gnu first; this name is used for a wrapper for
1614 # Metaconfig's "Configure" on case-insensitive file systems.
1615 if test -f "$ac_srcdir/configure.gnu"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1618 elif test -f "$ac_srcdir/configure"; then
1619 echo &&
1620 $SHELL "$ac_srcdir/configure" --help=recursive
1621 else
1622 printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1623 fi || ac_status=$?
1624 cd "$ac_pwd" || { ac_status=$?; break; }
1625 done
1626 fi
1627
1628 test -n "$ac_init_help" && exit $ac_status
1629 if $ac_init_version; then
1630 cat <<\_ACEOF
1631 ibus-array configure 0.2.2
1632 generated by GNU Autoconf 2.71
1633
1634 Copyright (C) 2021 Free Software Foundation, Inc.
1635 This configure script is free software; the Free Software Foundation
1636 gives unlimited permission to copy, distribute and modify it.
1637 _ACEOF
1638 exit
1639 fi
1640
1641 ## ------------------------ ##
1642 ## Autoconf initialization. ##
1643 ## ------------------------ ##
1644
1645 # ac_fn_c_try_compile LINENO
1646 # --------------------------
1647 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1648 ac_fn_c_try_compile ()
1649 {
1650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1651 rm -f conftest.$ac_objext conftest.beam
1652 if { { ac_try="$ac_compile"
1653 case "(($ac_try" in
1654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1655 *) ac_try_echo=$ac_try;;
1656 esac
1657 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1658 printf "%s\n" "$ac_try_echo"; } >&5
1659 (eval "$ac_compile") 2>conftest.err
1660 ac_status=$?
1661 if test -s conftest.err; then
1662 grep -v '^ *+' conftest.err >conftest.er1
1663 cat conftest.er1 >&5
1664 mv -f conftest.er1 conftest.err
1665 fi
1666 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667 test $ac_status = 0; } && {
1668 test -z "$ac_c_werror_flag" ||
1669 test ! -s conftest.err
1670 } && test -s conftest.$ac_objext
1671 then :
1672 ac_retval=0
1673 else $as_nop
1674 printf "%s\n" "$as_me: failed program was:" >&5
1675 sed 's/^/| /' conftest.$ac_ext >&5
1676
1677 ac_retval=1
1678 fi
1679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1680 as_fn_set_status $ac_retval
1681
1682 } # ac_fn_c_try_compile
1683
1684 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1685 # -------------------------------------------------------
1686 # Tests whether HEADER exists and can be compiled using the include files in
1687 # INCLUDES, setting the cache variable VAR accordingly.
1688 ac_fn_c_check_header_compile ()
1689 {
1690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1691 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1692 printf %s "checking for $2... " >&6; }
1693 if eval test \${$3+y}
1694 then :
1695 printf %s "(cached) " >&6
1696 else $as_nop
1697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1698 /* end confdefs.h. */
1699 $4
1700 #include <$2>
1701 _ACEOF
1702 if ac_fn_c_try_compile "$LINENO"
1703 then :
1704 eval "$3=yes"
1705 else $as_nop
1706 eval "$3=no"
1707 fi
1708 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1709 fi
1710 eval ac_res=\$$3
1711 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712 printf "%s\n" "$ac_res" >&6; }
1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714
1715 } # ac_fn_c_check_header_compile
1716
1717 # ac_fn_cxx_try_compile LINENO
1718 # ----------------------------
1719 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_cxx_try_compile ()
1721 {
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 rm -f conftest.$ac_objext conftest.beam
1724 if { { ac_try="$ac_compile"
1725 case "(($ac_try" in
1726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727 *) ac_try_echo=$ac_try;;
1728 esac
1729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730 printf "%s\n" "$ac_try_echo"; } >&5
1731 (eval "$ac_compile") 2>conftest.err
1732 ac_status=$?
1733 if test -s conftest.err; then
1734 grep -v '^ *+' conftest.err >conftest.er1
1735 cat conftest.er1 >&5
1736 mv -f conftest.er1 conftest.err
1737 fi
1738 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; } && {
1740 test -z "$ac_cxx_werror_flag" ||
1741 test ! -s conftest.err
1742 } && test -s conftest.$ac_objext
1743 then :
1744 ac_retval=0
1745 else $as_nop
1746 printf "%s\n" "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1748
1749 ac_retval=1
1750 fi
1751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1752 as_fn_set_status $ac_retval
1753
1754 } # ac_fn_cxx_try_compile
1755
1756 # ac_fn_c_try_link LINENO
1757 # -----------------------
1758 # Try to link conftest.$ac_ext, and return whether this succeeded.
1759 ac_fn_c_try_link ()
1760 {
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
1763 if { { ac_try="$ac_link"
1764 case "(($ac_try" in
1765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766 *) ac_try_echo=$ac_try;;
1767 esac
1768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769 printf "%s\n" "$ac_try_echo"; } >&5
1770 (eval "$ac_link") 2>conftest.err
1771 ac_status=$?
1772 if test -s conftest.err; then
1773 grep -v '^ *+' conftest.err >conftest.er1
1774 cat conftest.er1 >&5
1775 mv -f conftest.er1 conftest.err
1776 fi
1777 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1778 test $ac_status = 0; } && {
1779 test -z "$ac_c_werror_flag" ||
1780 test ! -s conftest.err
1781 } && test -s conftest$ac_exeext && {
1782 test "$cross_compiling" = yes ||
1783 test -x conftest$ac_exeext
1784 }
1785 then :
1786 ac_retval=0
1787 else $as_nop
1788 printf "%s\n" "$as_me: failed program was:" >&5
1789 sed 's/^/| /' conftest.$ac_ext >&5
1790
1791 ac_retval=1
1792 fi
1793 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1794 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1795 # interfere with the next link command; also delete a directory that is
1796 # left behind by Apple's compiler. We do this before executing the actions.
1797 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1798 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 as_fn_set_status $ac_retval
1800
1801 } # ac_fn_c_try_link
1802
1803 # ac_fn_c_check_func LINENO FUNC VAR
1804 # ----------------------------------
1805 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1806 ac_fn_c_check_func ()
1807 {
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1810 printf %s "checking for $2... " >&6; }
1811 if eval test \${$3+y}
1812 then :
1813 printf %s "(cached) " >&6
1814 else $as_nop
1815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1816 /* end confdefs.h. */
1817 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1819 #define $2 innocuous_$2
1820
1821 /* System header to define __stub macros and hopefully few prototypes,
1822 which can conflict with char $2 (); below. */
1823
1824 #include <limits.h>
1825 #undef $2
1826
1827 /* Override any GCC internal prototype to avoid an error.
1828 Use char because int might match the return type of a GCC
1829 builtin and then its argument prototype would still apply. */
1830 #ifdef __cplusplus
1831 extern "C"
1832 #endif
1833 char $2 ();
1834 /* The GNU C library defines this for functions which it implements
1835 to always fail with ENOSYS. Some functions are actually named
1836 something starting with __ and the normal name is an alias. */
1837 #if defined __stub_$2 || defined __stub___$2
1838 choke me
1839 #endif
1840
1841 int
1842 main (void)
1843 {
1844 return $2 ();
1845 ;
1846 return 0;
1847 }
1848 _ACEOF
1849 if ac_fn_c_try_link "$LINENO"
1850 then :
1851 eval "$3=yes"
1852 else $as_nop
1853 eval "$3=no"
1854 fi
1855 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1856 conftest$ac_exeext conftest.$ac_ext
1857 fi
1858 eval ac_res=\$$3
1859 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1860 printf "%s\n" "$ac_res" >&6; }
1861 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1862
1863 } # ac_fn_c_check_func
1864
1865 # ac_fn_cxx_try_cpp LINENO
1866 # ------------------------
1867 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1868 ac_fn_cxx_try_cpp ()
1869 {
1870 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1871 if { { ac_try="$ac_cpp conftest.$ac_ext"
1872 case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 printf "%s\n" "$ac_try_echo"; } >&5
1878 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1879 ac_status=$?
1880 if test -s conftest.err; then
1881 grep -v '^ *+' conftest.err >conftest.er1
1882 cat conftest.er1 >&5
1883 mv -f conftest.er1 conftest.err
1884 fi
1885 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1886 test $ac_status = 0; } > conftest.i && {
1887 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1888 test ! -s conftest.err
1889 }
1890 then :
1891 ac_retval=0
1892 else $as_nop
1893 printf "%s\n" "$as_me: failed program was:" >&5
1894 sed 's/^/| /' conftest.$ac_ext >&5
1895
1896 ac_retval=1
1897 fi
1898 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1899 as_fn_set_status $ac_retval
1900
1901 } # ac_fn_cxx_try_cpp
1902
1903 # ac_fn_cxx_try_link LINENO
1904 # -------------------------
1905 # Try to link conftest.$ac_ext, and return whether this succeeded.
1906 ac_fn_cxx_try_link ()
1907 {
1908 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1909 rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
1910 if { { ac_try="$ac_link"
1911 case "(($ac_try" in
1912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1913 *) ac_try_echo=$ac_try;;
1914 esac
1915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1916 printf "%s\n" "$ac_try_echo"; } >&5
1917 (eval "$ac_link") 2>conftest.err
1918 ac_status=$?
1919 if test -s conftest.err; then
1920 grep -v '^ *+' conftest.err >conftest.er1
1921 cat conftest.er1 >&5
1922 mv -f conftest.er1 conftest.err
1923 fi
1924 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1925 test $ac_status = 0; } && {
1926 test -z "$ac_cxx_werror_flag" ||
1927 test ! -s conftest.err
1928 } && test -s conftest$ac_exeext && {
1929 test "$cross_compiling" = yes ||
1930 test -x conftest$ac_exeext
1931 }
1932 then :
1933 ac_retval=0
1934 else $as_nop
1935 printf "%s\n" "$as_me: failed program was:" >&5
1936 sed 's/^/| /' conftest.$ac_ext >&5
1937
1938 ac_retval=1
1939 fi
1940 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1941 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1942 # interfere with the next link command; also delete a directory that is
1943 # left behind by Apple's compiler. We do this before executing the actions.
1944 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1945 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1946 as_fn_set_status $ac_retval
1947
1948 } # ac_fn_cxx_try_link
1949 ac_configure_args_raw=
1950 for ac_arg
1951 do
1952 case $ac_arg in
1953 *\'*)
1954 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1955 esac
1956 as_fn_append ac_configure_args_raw " '$ac_arg'"
1957 done
1958
1959 case $ac_configure_args_raw in
1960 *$as_nl*)
1961 ac_safe_unquote= ;;
1962 *)
1963 ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
1964 ac_unsafe_a="$ac_unsafe_z#~"
1965 ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1966 ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1967 esac
1968
1969 cat >config.log <<_ACEOF
1970 This file contains any messages produced by compilers while
1971 running configure, to aid debugging if configure makes a mistake.
1972
1973 It was created by ibus-array $as_me 0.2.2, which was
1974 generated by GNU Autoconf 2.71. Invocation command line was
1975
1976 $ $0$ac_configure_args_raw
1977
1978 _ACEOF
1979 exec 5>>config.log
1980 {
1981 cat <<_ASUNAME
1982 ## --------- ##
1983 ## Platform. ##
1984 ## --------- ##
1985
1986 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1987 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1988 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1989 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1990 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1991
1992 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1993 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1994
1995 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1996 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1997 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1998 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1999 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2000 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2001 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2002
2003 _ASUNAME
2004
2005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2006 for as_dir in $PATH
2007 do
2008 IFS=$as_save_IFS
2009 case $as_dir in #(((
2010 '') as_dir=./ ;;
2011 */) ;;
2012 *) as_dir=$as_dir/ ;;
2013 esac
2014 printf "%s\n" "PATH: $as_dir"
2015 done
2016 IFS=$as_save_IFS
2017
2018 } >&5
2019
2020 cat >&5 <<_ACEOF
2021
2022
2023 ## ----------- ##
2024 ## Core tests. ##
2025 ## ----------- ##
2026
2027 _ACEOF
2028
2029
2030 # Keep a trace of the command line.
2031 # Strip out --no-create and --no-recursion so they do not pile up.
2032 # Strip out --silent because we don't want to record it for future runs.
2033 # Also quote any args containing shell meta-characters.
2034 # Make two passes to allow for proper duplicate-argument suppression.
2035 ac_configure_args=
2036 ac_configure_args0=
2037 ac_configure_args1=
2038 ac_must_keep_next=false
2039 for ac_pass in 1 2
2040 do
2041 for ac_arg
2042 do
2043 case $ac_arg in
2044 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2045 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2046 | -silent | --silent | --silen | --sile | --sil)
2047 continue ;;
2048 *\'*)
2049 ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2050 esac
2051 case $ac_pass in
2052 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2053 2)
2054 as_fn_append ac_configure_args1 " '$ac_arg'"
2055 if test $ac_must_keep_next = true; then
2056 ac_must_keep_next=false # Got value, back to normal.
2057 else
2058 case $ac_arg in
2059 *=* | --config-cache | -C | -disable-* | --disable-* \
2060 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2061 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2062 | -with-* | --with-* | -without-* | --without-* | --x)
2063 case "$ac_configure_args0 " in
2064 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2065 esac
2066 ;;
2067 -* ) ac_must_keep_next=true ;;
2068 esac
2069 fi
2070 as_fn_append ac_configure_args " '$ac_arg'"
2071 ;;
2072 esac
2073 done
2074 done
2075 { ac_configure_args0=; unset ac_configure_args0;}
2076 { ac_configure_args1=; unset ac_configure_args1;}
2077
2078 # When interrupted or exit'd, cleanup temporary files, and complete
2079 # config.log. We remove comments because anyway the quotes in there
2080 # would cause problems or look ugly.
2081 # WARNING: Use '\'' to represent an apostrophe within the trap.
2082 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2083 trap 'exit_status=$?
2084 # Sanitize IFS.
2085 IFS=" "" $as_nl"
2086 # Save into config.log some information that might help in debugging.
2087 {
2088 echo
2089
2090 printf "%s\n" "## ---------------- ##
2091 ## Cache variables. ##
2092 ## ---------------- ##"
2093 echo
2094 # The following way of writing the cache mishandles newlines in values,
2095 (
2096 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2097 eval ac_val=\$$ac_var
2098 case $ac_val in #(
2099 *${as_nl}*)
2100 case $ac_var in #(
2101 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2102 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2103 esac
2104 case $ac_var in #(
2105 _ | IFS | as_nl) ;; #(
2106 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2107 *) { eval $ac_var=; unset $ac_var;} ;;
2108 esac ;;
2109 esac
2110 done
2111 (set) 2>&1 |
2112 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2113 *${as_nl}ac_space=\ *)
2114 sed -n \
2115 "s/'\''/'\''\\\\'\'''\''/g;
2116 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2117 ;; #(
2118 *)
2119 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2120 ;;
2121 esac |
2122 sort
2123 )
2124 echo
2125
2126 printf "%s\n" "## ----------------- ##
2127 ## Output variables. ##
2128 ## ----------------- ##"
2129 echo
2130 for ac_var in $ac_subst_vars
2131 do
2132 eval ac_val=\$$ac_var
2133 case $ac_val in
2134 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2135 esac
2136 printf "%s\n" "$ac_var='\''$ac_val'\''"
2137 done | sort
2138 echo
2139
2140 if test -n "$ac_subst_files"; then
2141 printf "%s\n" "## ------------------- ##
2142 ## File substitutions. ##
2143 ## ------------------- ##"
2144 echo
2145 for ac_var in $ac_subst_files
2146 do
2147 eval ac_val=\$$ac_var
2148 case $ac_val in
2149 *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2150 esac
2151 printf "%s\n" "$ac_var='\''$ac_val'\''"
2152 done | sort
2153 echo
2154 fi
2155
2156 if test -s confdefs.h; then
2157 printf "%s\n" "## ----------- ##
2158 ## confdefs.h. ##
2159 ## ----------- ##"
2160 echo
2161 cat confdefs.h
2162 echo
2163 fi
2164 test "$ac_signal" != 0 &&
2165 printf "%s\n" "$as_me: caught signal $ac_signal"
2166 printf "%s\n" "$as_me: exit $exit_status"
2167 } >&5
2168 rm -f core *.core core.conftest.* &&
2169 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2170 exit $exit_status
2171 ' 0
2172 for ac_signal in 1 2 13 15; do
2173 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2174 done
2175 ac_signal=0
2176
2177 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2178 rm -f -r conftest* confdefs.h
2179
2180 printf "%s\n" "/* confdefs.h */" > confdefs.h
2181
2182 # Predefined preprocessor variables.
2183
2184 printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
2185
2186 printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
2187
2188 printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2189
2190 printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2191
2192 printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2193
2194 printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
2195
2196
2197 # Let the site file select an alternate cache file if it wants to.
2198 # Prefer an explicitly selected file to automatically selected ones.
2199 if test -n "$CONFIG_SITE"; then
2200 ac_site_files="$CONFIG_SITE"
2201 elif test "x$prefix" != xNONE; then
2202 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
2203 else
2204 ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
2205 fi
2206
2207 for ac_site_file in $ac_site_files
2208 do
2209 case $ac_site_file in #(
2210 */*) :
2211 ;; #(
2212 *) :
2213 ac_site_file=./$ac_site_file ;;
2214 esac
2215 if test -f "$ac_site_file" && test -r "$ac_site_file"; then
2216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2217 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
2218 sed 's/^/| /' "$ac_site_file" >&5
2219 . "$ac_site_file" \
2220 || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2221 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2222 as_fn_error $? "failed to load site script $ac_site_file
2223 See \`config.log' for more details" "$LINENO" 5; }
2224 fi
2225 done
2226
2227 if test -r "$cache_file"; then
2228 # Some versions of bash will fail to source /dev/null (special files
2229 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2230 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2231 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2232 printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
2233 case $cache_file in
2234 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2235 *) . "./$cache_file";;
2236 esac
2237 fi
2238 else
2239 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2240 printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
2241 >$cache_file
2242 fi
2243
2244 as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
2245 # Test code for whether the C compiler supports C89 (global declarations)
2246 ac_c_conftest_c89_globals='
2247 /* Does the compiler advertise C89 conformance?
2248 Do not test the value of __STDC__, because some compilers set it to 0
2249 while being otherwise adequately conformant. */
2250 #if !defined __STDC__
2251 # error "Compiler does not advertise C89 conformance"
2252 #endif
2253
2254 #include <stddef.h>
2255 #include <stdarg.h>
2256 struct stat;
2257 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2258 struct buf { int x; };
2259 struct buf * (*rcsopen) (struct buf *, struct stat *, int);
2260 static char *e (p, i)
2261 char **p;
2262 int i;
2263 {
2264 return p[i];
2265 }
2266 static char *f (char * (*g) (char **, int), char **p, ...)
2267 {
2268 char *s;
2269 va_list v;
2270 va_start (v,p);
2271 s = g (p, va_arg (v,int));
2272 va_end (v);
2273 return s;
2274 }
2275
2276 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2277 function prototypes and stuff, but not \xHH hex character constants.
2278 These do not provoke an error unfortunately, instead are silently treated
2279 as an "x". The following induces an error, until -std is added to get
2280 proper ANSI mode. Curiously \x00 != x always comes out true, for an
2281 array size at least. It is necessary to write \x00 == 0 to get something
2282 that is true only with -std. */
2283 int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
2284
2285 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2286 inside strings and character constants. */
2287 #define FOO(x) '\''x'\''
2288 int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
2289
2290 int test (int i, double x);
2291 struct s1 {int (*f) (int a);};
2292 struct s2 {int (*f) (double a);};
2293 int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
2294 int, int);'
2295
2296 # Test code for whether the C compiler supports C89 (body of main).
2297 ac_c_conftest_c89_main='
2298 ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
2299 '
2300
2301 # Test code for whether the C compiler supports C99 (global declarations)
2302 ac_c_conftest_c99_globals='
2303 // Does the compiler advertise C99 conformance?
2304 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
2305 # error "Compiler does not advertise C99 conformance"
2306 #endif
2307
2308 #include <stdbool.h>
2309 extern int puts (const char *);
2310 extern int printf (const char *, ...);
2311 extern int dprintf (int, const char *, ...);
2312 extern void *malloc (size_t);
2313
2314 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2315 // dprintf is used instead of fprintf to avoid needing to declare
2316 // FILE and stderr.
2317 #define debug(...) dprintf (2, __VA_ARGS__)
2318 #define showlist(...) puts (#__VA_ARGS__)
2319 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
2320 static void
2321 test_varargs_macros (void)
2322 {
2323 int x = 1234;
2324 int y = 5678;
2325 debug ("Flag");
2326 debug ("X = %d\n", x);
2327 showlist (The first, second, and third items.);
2328 report (x>y, "x is %d but y is %d", x, y);
2329 }
2330
2331 // Check long long types.
2332 #define BIG64 18446744073709551615ull
2333 #define BIG32 4294967295ul
2334 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
2335 #if !BIG_OK
2336 #error "your preprocessor is broken"
2337 #endif
2338 #if BIG_OK
2339 #else
2340 #error "your preprocessor is broken"
2341 #endif
2342 static long long int bignum = -9223372036854775807LL;
2343 static unsigned long long int ubignum = BIG64;
2344
2345 struct incomplete_array
2346 {
2347 int datasize;
2348 double data[];
2349 };
2350
2351 struct named_init {
2352 int number;
2353 const wchar_t *name;
2354 double average;
2355 };
2356
2357 typedef const char *ccp;
2358
2359 static inline int
2360 test_restrict (ccp restrict text)
2361 {
2362 // See if C++-style comments work.
2363 // Iterate through items via the restricted pointer.
2364 // Also check for declarations in for loops.
2365 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
2366 continue;
2367 return 0;
2368 }
2369
2370 // Check varargs and va_copy.
2371 static bool
2372 test_varargs (const char *format, ...)
2373 {
2374 va_list args;
2375 va_start (args, format);
2376 va_list args_copy;
2377 va_copy (args_copy, args);
2378
2379 const char *str = "";
2380 int number = 0;
2381 float fnumber = 0;
2382
2383 while (*format)
2384 {
2385 switch (*format++)
2386 {
2387 case '\''s'\'': // string
2388 str = va_arg (args_copy, const char *);
2389 break;
2390 case '\''d'\'': // int
2391 number = va_arg (args_copy, int);
2392 break;
2393 case '\''f'\'': // float
2394 fnumber = va_arg (args_copy, double);
2395 break;
2396 default:
2397 break;
2398 }
2399 }
2400 va_end (args_copy);
2401 va_end (args);
2402
2403 return *str && number && fnumber;
2404 }
2405 '
2406
2407 # Test code for whether the C compiler supports C99 (body of main).
2408 ac_c_conftest_c99_main='
2409 // Check bool.
2410 _Bool success = false;
2411 success |= (argc != 0);
2412
2413 // Check restrict.
2414 if (test_restrict ("String literal") == 0)
2415 success = true;
2416 char *restrict newvar = "Another string";
2417
2418 // Check varargs.
2419 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
2420 test_varargs_macros ();
2421
2422 // Check flexible array members.
2423 struct incomplete_array *ia =
2424 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
2425 ia->datasize = 10;
2426 for (int i = 0; i < ia->datasize; ++i)
2427 ia->data[i] = i * 1.234;
2428
2429 // Check named initializers.
2430 struct named_init ni = {
2431 .number = 34,
2432 .name = L"Test wide string",
2433 .average = 543.34343,
2434 };
2435
2436 ni.number = 58;
2437
2438 int dynamic_array[ni.number];
2439 dynamic_array[0] = argv[0][0];
2440 dynamic_array[ni.number - 1] = 543;
2441
2442 // work around unused variable warnings
2443 ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
2444 || dynamic_array[ni.number - 1] != 543);
2445 '
2446
2447 # Test code for whether the C compiler supports C11 (global declarations)
2448 ac_c_conftest_c11_globals='
2449 // Does the compiler advertise C11 conformance?
2450 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
2451 # error "Compiler does not advertise C11 conformance"
2452 #endif
2453
2454 // Check _Alignas.
2455 char _Alignas (double) aligned_as_double;
2456 char _Alignas (0) no_special_alignment;
2457 extern char aligned_as_int;
2458 char _Alignas (0) _Alignas (int) aligned_as_int;
2459
2460 // Check _Alignof.
2461 enum
2462 {
2463 int_alignment = _Alignof (int),
2464 int_array_alignment = _Alignof (int[100]),
2465 char_alignment = _Alignof (char)
2466 };
2467 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
2468
2469 // Check _Noreturn.
2470 int _Noreturn does_not_return (void) { for (;;) continue; }
2471
2472 // Check _Static_assert.
2473 struct test_static_assert
2474 {
2475 int x;
2476 _Static_assert (sizeof (int) <= sizeof (long int),
2477 "_Static_assert does not work in struct");
2478 long int y;
2479 };
2480
2481 // Check UTF-8 literals.
2482 #define u8 syntax error!
2483 char const utf8_literal[] = u8"happens to be ASCII" "another string";
2484
2485 // Check duplicate typedefs.
2486 typedef long *long_ptr;
2487 typedef long int *long_ptr;
2488 typedef long_ptr long_ptr;
2489
2490 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2491 struct anonymous
2492 {
2493 union {
2494 struct { int i; int j; };
2495 struct { int k; long int l; } w;
2496 };
2497 int m;
2498 } v1;
2499 '
2500
2501 # Test code for whether the C compiler supports C11 (body of main).
2502 ac_c_conftest_c11_main='
2503 _Static_assert ((offsetof (struct anonymous, i)
2504 == offsetof (struct anonymous, w.k)),
2505 "Anonymous union alignment botch");
2506 v1.i = 2;
2507 v1.w.k = 5;
2508 ok |= v1.i != 5;
2509 '
2510
2511 # Test code for whether the C compiler supports C11 (complete).
2512 ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
2513 ${ac_c_conftest_c99_globals}
2514 ${ac_c_conftest_c11_globals}
2515
2516 int
2517 main (int argc, char **argv)
2518 {
2519 int ok = 0;
2520 ${ac_c_conftest_c89_main}
2521 ${ac_c_conftest_c99_main}
2522 ${ac_c_conftest_c11_main}
2523 return ok;
2524 }
2525 "
2526
2527 # Test code for whether the C compiler supports C99 (complete).
2528 ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
2529 ${ac_c_conftest_c99_globals}
2530
2531 int
2532 main (int argc, char **argv)
2533 {
2534 int ok = 0;
2535 ${ac_c_conftest_c89_main}
2536 ${ac_c_conftest_c99_main}
2537 return ok;
2538 }
2539 "
2540
2541 # Test code for whether the C compiler supports C89 (complete).
2542 ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
2543
2544 int
2545 main (int argc, char **argv)
2546 {
2547 int ok = 0;
2548 ${ac_c_conftest_c89_main}
2549 return ok;
2550 }
2551 "
2552
2553 as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
2554 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
2555 as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
2556 as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
2557 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
2558 as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
2559 as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
2560 as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
2561 as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H"
2562 as_fn_append ac_header_c_list " minix/config.h minix_config_h HAVE_MINIX_CONFIG_H"
2563 # Test code for whether the C++ compiler supports C++98 (global declarations)
2564 ac_cxx_conftest_cxx98_globals='
2565 // Does the compiler advertise C++98 conformance?
2566 #if !defined __cplusplus || __cplusplus < 199711L
2567 # error "Compiler does not advertise C++98 conformance"
2568 #endif
2569
2570 // These inclusions are to reject old compilers that
2571 // lack the unsuffixed header files.
2572 #include <cstdlib>
2573 #include <exception>
2574
2575 // <cassert> and <cstring> are *not* freestanding headers in C++98.
2576 extern void assert (int);
2577 namespace std {
2578 extern int strcmp (const char *, const char *);
2579 }
2580
2581 // Namespaces, exceptions, and templates were all added after "C++ 2.0".
2582 using std::exception;
2583 using std::strcmp;
2584
2585 namespace {
2586
2587 void test_exception_syntax()
2588 {
2589 try {
2590 throw "test";
2591 } catch (const char *s) {
2592 // Extra parentheses suppress a warning when building autoconf itself,
2593 // due to lint rules shared with more typical C programs.
2594 assert (!(strcmp) (s, "test"));
2595 }
2596 }
2597
2598 template <typename T> struct test_template
2599 {
2600 T const val;
2601 explicit test_template(T t) : val(t) {}
2602 template <typename U> T add(U u) { return static_cast<T>(u) + val; }
2603 };
2604
2605 } // anonymous namespace
2606 '
2607
2608 # Test code for whether the C++ compiler supports C++98 (body of main)
2609 ac_cxx_conftest_cxx98_main='
2610 assert (argc);
2611 assert (! argv[0]);
2612 {
2613 test_exception_syntax ();
2614 test_template<double> tt (2.0);
2615 assert (tt.add (4) == 6.0);
2616 assert (true && !false);
2617 }
2618 '
2619
2620 # Test code for whether the C++ compiler supports C++11 (global declarations)
2621 ac_cxx_conftest_cxx11_globals='
2622 // Does the compiler advertise C++ 2011 conformance?
2623 #if !defined __cplusplus || __cplusplus < 201103L
2624 # error "Compiler does not advertise C++11 conformance"
2625 #endif
2626
2627 namespace cxx11test
2628 {
2629 constexpr int get_val() { return 20; }
2630
2631 struct testinit
2632 {
2633 int i;
2634 double d;
2635 };
2636
2637 class delegate
2638 {
2639 public:
2640 delegate(int n) : n(n) {}
2641 delegate(): delegate(2354) {}
2642
2643 virtual int getval() { return this->n; };
2644 protected:
2645 int n;
2646 };
2647
2648 class overridden : public delegate
2649 {
2650 public:
2651 overridden(int n): delegate(n) {}
2652 virtual int getval() override final { return this->n * 2; }
2653 };
2654
2655 class nocopy
2656 {
2657 public:
2658 nocopy(int i): i(i) {}
2659 nocopy() = default;
2660 nocopy(const nocopy&) = delete;
2661 nocopy & operator=(const nocopy&) = delete;
2662 private:
2663 int i;
2664 };
2665
2666 // for testing lambda expressions
2667 template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
2668 {
2669 return f(v);
2670 }
2671
2672 // for testing variadic templates and trailing return types
2673 template <typename V> auto sum(V first) -> V
2674 {
2675 return first;
2676 }
2677 template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
2678 {
2679 return first + sum(rest...);
2680 }
2681 }
2682 '
2683
2684 # Test code for whether the C++ compiler supports C++11 (body of main)
2685 ac_cxx_conftest_cxx11_main='
2686 {
2687 // Test auto and decltype
2688 auto a1 = 6538;
2689 auto a2 = 48573953.4;
2690 auto a3 = "String literal";
2691
2692 int total = 0;
2693 for (auto i = a3; *i; ++i) { total += *i; }
2694
2695 decltype(a2) a4 = 34895.034;
2696 }
2697 {
2698 // Test constexpr
2699 short sa[cxx11test::get_val()] = { 0 };
2700 }
2701 {
2702 // Test initializer lists
2703 cxx11test::testinit il = { 4323, 435234.23544 };
2704 }
2705 {
2706 // Test range-based for
2707 int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
2708 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
2709 for (auto &x : array) { x += 23; }
2710 }
2711 {
2712 // Test lambda expressions
2713 using cxx11test::eval;
2714 assert (eval ([](int x) { return x*2; }, 21) == 42);
2715 double d = 2.0;
2716 assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
2717 assert (d == 5.0);
2718 assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
2719 assert (d == 5.0);
2720 }
2721 {
2722 // Test use of variadic templates
2723 using cxx11test::sum;
2724 auto a = sum(1);
2725 auto b = sum(1, 2);
2726 auto c = sum(1.0, 2.0, 3.0);
2727 }
2728 {
2729 // Test constructor delegation
2730 cxx11test::delegate d1;
2731 cxx11test::delegate d2();
2732 cxx11test::delegate d3(45);
2733 }
2734 {
2735 // Test override and final
2736 cxx11test::overridden o1(55464);
2737 }
2738 {
2739 // Test nullptr
2740 char *c = nullptr;
2741 }
2742 {
2743 // Test template brackets
2744 test_template<::test_template<int>> v(test_template<int>(12));
2745 }
2746 {
2747 // Unicode literals
2748 char const *utf8 = u8"UTF-8 string \u2500";
2749 char16_t const *utf16 = u"UTF-8 string \u2500";
2750 char32_t const *utf32 = U"UTF-32 string \u2500";
2751 }
2752 '
2753
2754 # Test code for whether the C compiler supports C++11 (complete).
2755 ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals}
2756 ${ac_cxx_conftest_cxx11_globals}
2757
2758 int
2759 main (int argc, char **argv)
2760 {
2761 int ok = 0;
2762 ${ac_cxx_conftest_cxx98_main}
2763 ${ac_cxx_conftest_cxx11_main}
2764 return ok;
2765 }
2766 "
2767
2768 # Test code for whether the C compiler supports C++98 (complete).
2769 ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals}
2770 int
2771 main (int argc, char **argv)
2772 {
2773 int ok = 0;
2774 ${ac_cxx_conftest_cxx98_main}
2775 return ok;
2776 }
2777 "
2778
2779 gt_needs="$gt_needs "
2780
2781 # Auxiliary files required by this configure script.
2782 ac_aux_files="config.rpath config.guess config.sub ltmain.sh compile missing install-sh"
2783
2784 # Locations in which to look for auxiliary files.
2785 ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
2786
2787 # Search for a directory containing all of the required auxiliary files,
2788 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
2789 # If we don't find one directory that contains all the files we need,
2790 # we report the set of missing files from the *first* directory in
2791 # $ac_aux_dir_candidates and give up.
2792 ac_missing_aux_files=""
2793 ac_first_candidate=:
2794 printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
2795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2796 as_found=false
2797 for as_dir in $ac_aux_dir_candidates
2798 do
2799 IFS=$as_save_IFS
2800 case $as_dir in #(((
2801 '') as_dir=./ ;;
2802 */) ;;
2803 *) as_dir=$as_dir/ ;;
2804 esac
2805 as_found=:
2806
2807 printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
2808 ac_aux_dir_found=yes
2809 ac_install_sh=
2810 for ac_aux in $ac_aux_files
2811 do
2812 # As a special case, if "install-sh" is required, that requirement
2813 # can be satisfied by any of "install-sh", "install.sh", or "shtool",
2814 # and $ac_install_sh is set appropriately for whichever one is found.
2815 if test x"$ac_aux" = x"install-sh"
2816 then
2817 if test -f "${as_dir}install-sh"; then
2818 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
2819 ac_install_sh="${as_dir}install-sh -c"
2820 elif test -f "${as_dir}install.sh"; then
2821 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
2822 ac_install_sh="${as_dir}install.sh -c"
2823 elif test -f "${as_dir}shtool"; then
2824 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
2825 ac_install_sh="${as_dir}shtool install -c"
2826 else
2827 ac_aux_dir_found=no
2828 if $ac_first_candidate; then
2829 ac_missing_aux_files="${ac_missing_aux_files} install-sh"
2830 else
2831 break
2832 fi
2833 fi
2834 else
2835 if test -f "${as_dir}${ac_aux}"; then
2836 printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
2837 else
2838 ac_aux_dir_found=no
2839 if $ac_first_candidate; then
2840 ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
2841 else
2842 break
2843 fi
2844 fi
2845 fi
2846 done
2847 if test "$ac_aux_dir_found" = yes; then
2848 ac_aux_dir="$as_dir"
2849 break
2850 fi
2851 ac_first_candidate=false
2852
2853 as_found=false
2854 done
2855 IFS=$as_save_IFS
2856 if $as_found
2857 then :
2858
2859 else $as_nop
2860 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
2861 fi
2862
2863
2864 # These three variables are undocumented and unsupported,
2865 # and are intended to be withdrawn in a future Autoconf release.
2866 # They can cause serious problems if a builder's source tree is in a directory
2867 # whose full name contains unusual characters.
2868 if test -f "${ac_aux_dir}config.guess"; then
2869 ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
2870 fi
2871 if test -f "${ac_aux_dir}config.sub"; then
2872 ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
2873 fi
2874 if test -f "$ac_aux_dir/configure"; then
2875 ac_configure="$SHELL ${ac_aux_dir}configure"
2876 fi
2877
2878 # Check that the precious variables saved in the cache have kept the same
2879 # value.
2880 ac_cache_corrupted=false
2881 for ac_var in $ac_precious_vars; do
2882 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2883 eval ac_new_set=\$ac_env_${ac_var}_set
2884 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2885 eval ac_new_val=\$ac_env_${ac_var}_value
2886 case $ac_old_set,$ac_new_set in
2887 set,)
2888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2889 printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2890 ac_cache_corrupted=: ;;
2891 ,set)
2892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2893 printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2894 ac_cache_corrupted=: ;;
2895 ,);;
2896 *)
2897 if test "x$ac_old_val" != "x$ac_new_val"; then
2898 # differences in whitespace do not lead to failure.
2899 ac_old_val_w=`echo x $ac_old_val`
2900 ac_new_val_w=`echo x $ac_new_val`
2901 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2902 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2903 printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2904 ac_cache_corrupted=:
2905 else
2906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2907 printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2908 eval $ac_var=\$ac_old_val
2909 fi
2910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2911 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
2912 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2913 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
2914 fi;;
2915 esac
2916 # Pass precious variables to config.status.
2917 if test "$ac_new_set" = set; then
2918 case $ac_new_val in
2919 *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2920 *) ac_arg=$ac_var=$ac_new_val ;;
2921 esac
2922 case " $ac_configure_args " in
2923 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2924 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2925 esac
2926 fi
2927 done
2928 if $ac_cache_corrupted; then
2929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2930 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2932 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
2933 as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
2934 and start over" "$LINENO" 5
2935 fi
2936 ## -------------------- ##
2937 ## Main body of script. ##
2938 ## -------------------- ##
2939
2940 ac_ext=c
2941 ac_cpp='$CPP $CPPFLAGS'
2942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2945
2946
2947 am__api_version='1.16'
2948
2949
2950
2951 # Find a good install program. We prefer a C program (faster),
2952 # so one script is as good as another. But avoid the broken or
2953 # incompatible versions:
2954 # SysV /etc/install, /usr/sbin/install
2955 # SunOS /usr/etc/install
2956 # IRIX /sbin/install
2957 # AIX /bin/install
2958 # AmigaOS /C/install, which installs bootblocks on floppy discs
2959 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2960 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2961 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2962 # OS/2's system install, which has a completely different semantic
2963 # ./install, which can be erroneously created by make from ./install.sh.
2964 # Reject install programs that cannot install multiple files.
2965 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2966 printf %s "checking for a BSD-compatible install... " >&6; }
2967 if test -z "$INSTALL"; then
2968 if test ${ac_cv_path_install+y}
2969 then :
2970 printf %s "(cached) " >&6
2971 else $as_nop
2972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2973 for as_dir in $PATH
2974 do
2975 IFS=$as_save_IFS
2976 case $as_dir in #(((
2977 '') as_dir=./ ;;
2978 */) ;;
2979 *) as_dir=$as_dir/ ;;
2980 esac
2981 # Account for fact that we put trailing slashes in our PATH walk.
2982 case $as_dir in #((
2983 ./ | /[cC]/* | \
2984 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2985 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2986 /usr/ucb/* ) ;;
2987 *)
2988 # OSF1 and SCO ODT 3.0 have their own names for install.
2989 # Don't use installbsd from OSF since it installs stuff as root
2990 # by default.
2991 for ac_prog in ginstall scoinst install; do
2992 for ac_exec_ext in '' $ac_executable_extensions; do
2993 if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
2994 if test $ac_prog = install &&
2995 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2996 # AIX install. It has an incompatible calling convention.
2997 :
2998 elif test $ac_prog = install &&
2999 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3000 # program-specific install script used by HP pwplus--don't use.
3001 :
3002 else
3003 rm -rf conftest.one conftest.two conftest.dir
3004 echo one > conftest.one
3005 echo two > conftest.two
3006 mkdir conftest.dir
3007 if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
3008 test -s conftest.one && test -s conftest.two &&
3009 test -s conftest.dir/conftest.one &&
3010 test -s conftest.dir/conftest.two
3011 then
3012 ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
3013 break 3
3014 fi
3015 fi
3016 fi
3017 done
3018 done
3019 ;;
3020 esac
3021
3022 done
3023 IFS=$as_save_IFS
3024
3025 rm -rf conftest.one conftest.two conftest.dir
3026
3027 fi
3028 if test ${ac_cv_path_install+y}; then
3029 INSTALL=$ac_cv_path_install
3030 else
3031 # As a last resort, use the slow shell script. Don't cache a
3032 # value for INSTALL within a source directory, because that will
3033 # break other packages using the cache if that directory is
3034 # removed, or if the value is a relative name.
3035 INSTALL=$ac_install_sh
3036 fi
3037 fi
3038 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3039 printf "%s\n" "$INSTALL" >&6; }
3040
3041 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3042 # It thinks the first close brace ends the variable substitution.
3043 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3044
3045 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3046
3047 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3048
3049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3050 printf %s "checking whether build environment is sane... " >&6; }
3051 # Reject unsafe characters in $srcdir or the absolute working directory
3052 # name. Accept space and tab only in the latter.
3053 am_lf='
3054 '
3055 case `pwd` in
3056 *[\\\"\#\$\&\'\`$am_lf]*)
3057 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3058 esac
3059 case $srcdir in
3060 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3061 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3062 esac
3063
3064 # Do 'set' in a subshell so we don't clobber the current shell's
3065 # arguments. Must try -L first in case configure is actually a
3066 # symlink; some systems play weird games with the mod time of symlinks
3067 # (eg FreeBSD returns the mod time of the symlink's containing
3068 # directory).
3069 if (
3070 am_has_slept=no
3071 for am_try in 1 2; do
3072 echo "timestamp, slept: $am_has_slept" > conftest.file
3073 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3074 if test "$*" = "X"; then
3075 # -L didn't work.
3076 set X `ls -t "$srcdir/configure" conftest.file`
3077 fi
3078 if test "$*" != "X $srcdir/configure conftest.file" \
3079 && test "$*" != "X conftest.file $srcdir/configure"; then
3080
3081 # If neither matched, then we have a broken ls. This can happen
3082 # if, for instance, CONFIG_SHELL is bash and it inherits a
3083 # broken ls alias from the environment. This has actually
3084 # happened. Such a system could not be considered "sane".
3085 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3086 alias in your environment" "$LINENO" 5
3087 fi
3088 if test "$2" = conftest.file || test $am_try -eq 2; then
3089 break
3090 fi
3091 # Just in case.
3092 sleep 1
3093 am_has_slept=yes
3094 done
3095 test "$2" = conftest.file
3096 )
3097 then
3098 # Ok.
3099 :
3100 else
3101 as_fn_error $? "newly created file is older than distributed files!
3102 Check your system clock" "$LINENO" 5
3103 fi
3104 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3105 printf "%s\n" "yes" >&6; }
3106 # If we didn't sleep, we still need to ensure time stamps of config.status and
3107 # generated files are strictly newer.
3108 am_sleep_pid=
3109 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3110 ( sleep 1 ) &
3111 am_sleep_pid=$!
3112 fi
3113
3114 rm -f conftest.file
3115
3116 test "$program_prefix" != NONE &&
3117 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3118 # Use a double $ so make ignores it.
3119 test "$program_suffix" != NONE &&
3120 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3121 # Double any \ or $.
3122 # By default was `s,x,x', remove it if useless.
3123 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3124 program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
3125
3126
3127 # Expand $ac_aux_dir to an absolute path.
3128 am_aux_dir=`cd "$ac_aux_dir" && pwd`
3129
3130
3131 if test x"${MISSING+set}" != xset; then
3132 MISSING="\${SHELL} '$am_aux_dir/missing'"
3133 fi
3134 # Use eval to expand $SHELL
3135 if eval "$MISSING --is-lightweight"; then
3136 am_missing_run="$MISSING "
3137 else
3138 am_missing_run=
3139 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3140 printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3141 fi
3142
3143 if test x"${install_sh+set}" != xset; then
3144 case $am_aux_dir in
3145 *\ * | *\ *)
3146 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3147 *)
3148 install_sh="\${SHELL} $am_aux_dir/install-sh"
3149 esac
3150 fi
3151
3152 # Installed binaries are usually stripped using 'strip' when the user
3153 # run "make install-strip". However 'strip' might not be the right
3154 # tool to use in cross-compilation environments, therefore Automake
3155 # will honor the 'STRIP' environment variable to overrule this program.
3156 if test "$cross_compiling" != no; then
3157 if test -n "$ac_tool_prefix"; then
3158 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3159 set dummy ${ac_tool_prefix}strip; ac_word=$2
3160 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3161 printf %s "checking for $ac_word... " >&6; }
3162 if test ${ac_cv_prog_STRIP+y}
3163 then :
3164 printf %s "(cached) " >&6
3165 else $as_nop
3166 if test -n "$STRIP"; then
3167 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3168 else
3169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3170 for as_dir in $PATH
3171 do
3172 IFS=$as_save_IFS
3173 case $as_dir in #(((
3174 '') as_dir=./ ;;
3175 */) ;;
3176 *) as_dir=$as_dir/ ;;
3177 esac
3178 for ac_exec_ext in '' $ac_executable_extensions; do
3179 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3180 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3181 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3182 break 2
3183 fi
3184 done
3185 done
3186 IFS=$as_save_IFS
3187
3188 fi
3189 fi
3190 STRIP=$ac_cv_prog_STRIP
3191 if test -n "$STRIP"; then
3192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3193 printf "%s\n" "$STRIP" >&6; }
3194 else
3195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3196 printf "%s\n" "no" >&6; }
3197 fi
3198
3199
3200 fi
3201 if test -z "$ac_cv_prog_STRIP"; then
3202 ac_ct_STRIP=$STRIP
3203 # Extract the first word of "strip", so it can be a program name with args.
3204 set dummy strip; ac_word=$2
3205 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3206 printf %s "checking for $ac_word... " >&6; }
3207 if test ${ac_cv_prog_ac_ct_STRIP+y}
3208 then :
3209 printf %s "(cached) " >&6
3210 else $as_nop
3211 if test -n "$ac_ct_STRIP"; then
3212 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3213 else
3214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3215 for as_dir in $PATH
3216 do
3217 IFS=$as_save_IFS
3218 case $as_dir in #(((
3219 '') as_dir=./ ;;
3220 */) ;;
3221 *) as_dir=$as_dir/ ;;
3222 esac
3223 for ac_exec_ext in '' $ac_executable_extensions; do
3224 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3225 ac_cv_prog_ac_ct_STRIP="strip"
3226 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3227 break 2
3228 fi
3229 done
3230 done
3231 IFS=$as_save_IFS
3232
3233 fi
3234 fi
3235 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3236 if test -n "$ac_ct_STRIP"; then
3237 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3238 printf "%s\n" "$ac_ct_STRIP" >&6; }
3239 else
3240 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3241 printf "%s\n" "no" >&6; }
3242 fi
3243
3244 if test "x$ac_ct_STRIP" = x; then
3245 STRIP=":"
3246 else
3247 case $cross_compiling:$ac_tool_warned in
3248 yes:)
3249 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3250 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3251 ac_tool_warned=yes ;;
3252 esac
3253 STRIP=$ac_ct_STRIP
3254 fi
3255 else
3256 STRIP="$ac_cv_prog_STRIP"
3257 fi
3258
3259 fi
3260 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3261
3262
3263 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
3264 printf %s "checking for a race-free mkdir -p... " >&6; }
3265 if test -z "$MKDIR_P"; then
3266 if test ${ac_cv_path_mkdir+y}
3267 then :
3268 printf %s "(cached) " >&6
3269 else $as_nop
3270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3272 do
3273 IFS=$as_save_IFS
3274 case $as_dir in #(((
3275 '') as_dir=./ ;;
3276 */) ;;
3277 *) as_dir=$as_dir/ ;;
3278 esac
3279 for ac_prog in mkdir gmkdir; do
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
3282 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
3283 'mkdir ('*'coreutils) '* | \
3284 'BusyBox '* | \
3285 'mkdir (fileutils) '4.1*)
3286 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
3287 break 3;;
3288 esac
3289 done
3290 done
3291 done
3292 IFS=$as_save_IFS
3293
3294 fi
3295
3296 test -d ./--version && rmdir ./--version
3297 if test ${ac_cv_path_mkdir+y}; then
3298 MKDIR_P="$ac_cv_path_mkdir -p"
3299 else
3300 # As a last resort, use the slow shell script. Don't cache a
3301 # value for MKDIR_P within a source directory, because that will
3302 # break other packages using the cache if that directory is
3303 # removed, or if the value is a relative name.
3304 MKDIR_P="$ac_install_sh -d"
3305 fi
3306 fi
3307 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3308 printf "%s\n" "$MKDIR_P" >&6; }
3309
3310 for ac_prog in gawk mawk nawk awk
3311 do
3312 # Extract the first word of "$ac_prog", so it can be a program name with args.
3313 set dummy $ac_prog; ac_word=$2
3314 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3315 printf %s "checking for $ac_word... " >&6; }
3316 if test ${ac_cv_prog_AWK+y}
3317 then :
3318 printf %s "(cached) " >&6
3319 else $as_nop
3320 if test -n "$AWK"; then
3321 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3322 else
3323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3324 for as_dir in $PATH
3325 do
3326 IFS=$as_save_IFS
3327 case $as_dir in #(((
3328 '') as_dir=./ ;;
3329 */) ;;
3330 *) as_dir=$as_dir/ ;;
3331 esac
3332 for ac_exec_ext in '' $ac_executable_extensions; do
3333 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3334 ac_cv_prog_AWK="$ac_prog"
3335 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3336 break 2
3337 fi
3338 done
3339 done
3340 IFS=$as_save_IFS
3341
3342 fi
3343 fi
3344 AWK=$ac_cv_prog_AWK
3345 if test -n "$AWK"; then
3346 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3347 printf "%s\n" "$AWK" >&6; }
3348 else
3349 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3350 printf "%s\n" "no" >&6; }
3351 fi
3352
3353
3354 test -n "$AWK" && break
3355 done
3356
3357 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3358 printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3359 set x ${MAKE-make}
3360 ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3361 if eval test \${ac_cv_prog_make_${ac_make}_set+y}
3362 then :
3363 printf %s "(cached) " >&6
3364 else $as_nop
3365 cat >conftest.make <<\_ACEOF
3366 SHELL = /bin/sh
3367 all:
3368 @echo '@@@%%%=$(MAKE)=@@@%%%'
3369 _ACEOF
3370 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3371 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3372 *@@@%%%=?*=@@@%%%*)
3373 eval ac_cv_prog_make_${ac_make}_set=yes;;
3374 *)
3375 eval ac_cv_prog_make_${ac_make}_set=no;;
3376 esac
3377 rm -f conftest.make
3378 fi
3379 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3380 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3381 printf "%s\n" "yes" >&6; }
3382 SET_MAKE=
3383 else
3384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3385 printf "%s\n" "no" >&6; }
3386 SET_MAKE="MAKE=${MAKE-make}"
3387 fi
3388
3389 rm -rf .tst 2>/dev/null
3390 mkdir .tst 2>/dev/null
3391 if test -d .tst; then
3392 am__leading_dot=.
3393 else
3394 am__leading_dot=_
3395 fi
3396 rmdir .tst 2>/dev/null
3397
3398 # Check whether --enable-silent-rules was given.
3399 if test ${enable_silent_rules+y}
3400 then :
3401 enableval=$enable_silent_rules;
3402 fi
3403
3404 case $enable_silent_rules in # (((
3405 yes) AM_DEFAULT_VERBOSITY=0;;
3406 no) AM_DEFAULT_VERBOSITY=1;;
3407 *) AM_DEFAULT_VERBOSITY=1;;
3408 esac
3409 am_make=${MAKE-make}
3410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3411 printf %s "checking whether $am_make supports nested variables... " >&6; }
3412 if test ${am_cv_make_support_nested_variables+y}
3413 then :
3414 printf %s "(cached) " >&6
3415 else $as_nop
3416 if printf "%s\n" 'TRUE=$(BAR$(V))
3417 BAR0=false
3418 BAR1=true
3419 V=1
3420 am__doit:
3421 @$(TRUE)
3422 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3423 am_cv_make_support_nested_variables=yes
3424 else
3425 am_cv_make_support_nested_variables=no
3426 fi
3427 fi
3428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3429 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
3430 if test $am_cv_make_support_nested_variables = yes; then
3431 AM_V='$(V)'
3432 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3433 else
3434 AM_V=$AM_DEFAULT_VERBOSITY
3435 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3436 fi
3437 AM_BACKSLASH='\'
3438
3439 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3440 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3441 # is not polluted with repeated "-I."
3442 am__isrc=' -I$(srcdir)'
3443 # test to see if srcdir already configured
3444 if test -f $srcdir/config.status; then
3445 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3446 fi
3447 fi
3448
3449 # test whether we have cygpath
3450 if test -z "$CYGPATH_W"; then
3451 if (cygpath --version) >/dev/null 2>/dev/null; then
3452 CYGPATH_W='cygpath -w'
3453 else
3454 CYGPATH_W=echo
3455 fi
3456 fi
3457
3458
3459 # Define the identity of the package.
3460 PACKAGE='ibus-array'
3461 VERSION='0.2.2'
3462
3463
3464 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
3465
3466
3467 printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
3468
3469 # Some tools Automake needs.
3470
3471 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3472
3473
3474 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3475
3476
3477 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3478
3479
3480 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3481
3482
3483 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3484
3485 # For better backward compatibility. To be removed once Automake 1.9.x
3486 # dies out for good. For more background, see:
3487 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3488 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3489 mkdir_p='$(MKDIR_P)'
3490
3491 # We need awk for the "check" target (and possibly the TAP driver). The
3492 # system "awk" is bad on some platforms.
3493 # Always define AMTAR for backward compatibility. Yes, it's still used
3494 # in the wild :-( We should find a proper way to deprecate it ...
3495 AMTAR='$${TAR-tar}'
3496
3497
3498 # We'll loop over all known methods to create a tar archive until one works.
3499 _am_tools='gnutar pax cpio none'
3500
3501 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3502
3503
3504
3505
3506
3507 # Variables for tags utilities; see am/tags.am
3508 if test -z "$CTAGS"; then
3509 CTAGS=ctags
3510 fi
3511
3512 if test -z "$ETAGS"; then
3513 ETAGS=etags
3514 fi
3515
3516 if test -z "$CSCOPE"; then
3517 CSCOPE=cscope
3518 fi
3519
3520
3521
3522 # POSIX will say in a future version that running "rm -f" with no argument
3523 # is OK; and we want to be able to make that assumption in our Makefile
3524 # recipes. So use an aggressive probe to check that the usage we want is
3525 # actually supported "in the wild" to an acceptable degree.
3526 # See automake bug#10828.
3527 # To make any issue more visible, cause the running configure to be aborted
3528 # by default if the 'rm' program in use doesn't match our expectations; the
3529 # user can still override this though.
3530 if rm -f && rm -fr && rm -rf; then : OK; else
3531 cat >&2 <<'END'
3532 Oops!
3533
3534 Your 'rm' program seems unable to run without file operands specified
3535 on the command line, even when the '-f' option is present. This is contrary
3536 to the behaviour of most rm programs out there, and not conforming with
3537 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3538
3539 Please tell bug-automake@gnu.org about your system, including the value
3540 of your $PATH and any error possibly output before this message. This
3541 can help us improve future automake versions.
3542
3543 END
3544 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3545 echo 'Configuration will proceed anyway, since you have set the' >&2
3546 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3547 echo >&2
3548 else
3549 cat >&2 <<'END'
3550 Aborting the configuration process, to ensure you take notice of the issue.
3551
3552 You can download and install GNU coreutils to get an 'rm' implementation
3553 that behaves properly: <https://www.gnu.org/software/coreutils/>.
3554
3555 If you want to complete the configuration process using your problematic
3556 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3557 to "yes", and re-run configure.
3558
3559 END
3560 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3561 fi
3562 fi
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573 DEPDIR="${am__leading_dot}deps"
3574
3575 ac_config_commands="$ac_config_commands depfiles"
3576
3577 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3578 printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; }
3579 cat > confinc.mk << 'END'
3580 am__doit:
3581 @echo this is the am__doit target >confinc.out
3582 .PHONY: am__doit
3583 END
3584 am__include="#"
3585 am__quote=
3586 # BSD make does it like this.
3587 echo '.include "confinc.mk" # ignored' > confmf.BSD
3588 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3589 echo 'include confinc.mk # ignored' > confmf.GNU
3590 _am_result=no
3591 for s in GNU BSD; do
3592 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3593 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3594 ac_status=$?
3595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); }
3597 case $?:`cat confinc.out 2>/dev/null` in #(
3598 '0:this is the am__doit target') :
3599 case $s in #(
3600 BSD) :
3601 am__include='.include' am__quote='"' ;; #(
3602 *) :
3603 am__include='include' am__quote='' ;;
3604 esac ;; #(
3605 *) :
3606 ;;
3607 esac
3608 if test "$am__include" != "#"; then
3609 _am_result="yes ($s style)"
3610 break
3611 fi
3612 done
3613 rm -f confinc.* confmf.*
3614 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3615 printf "%s\n" "${_am_result}" >&6; }
3616
3617 # Check whether --enable-dependency-tracking was given.
3618 if test ${enable_dependency_tracking+y}
3619 then :
3620 enableval=$enable_dependency_tracking;
3621 fi
3622
3623 if test "x$enable_dependency_tracking" != xno; then
3624 am_depcomp="$ac_aux_dir/depcomp"
3625 AMDEPBACKSLASH='\'
3626 am__nodep='_no'
3627 fi
3628 if test "x$enable_dependency_tracking" != xno; then
3629 AMDEP_TRUE=
3630 AMDEP_FALSE='#'
3631 else
3632 AMDEP_TRUE='#'
3633 AMDEP_FALSE=
3634 fi
3635
3636
3637 ac_ext=c
3638 ac_cpp='$CPP $CPPFLAGS'
3639 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3640 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3641 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3642 if test -n "$ac_tool_prefix"; then
3643 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3644 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3645 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3646 printf %s "checking for $ac_word... " >&6; }
3647 if test ${ac_cv_prog_CC+y}
3648 then :
3649 printf %s "(cached) " >&6
3650 else $as_nop
3651 if test -n "$CC"; then
3652 ac_cv_prog_CC="$CC" # Let the user override the test.
3653 else
3654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3655 for as_dir in $PATH
3656 do
3657 IFS=$as_save_IFS
3658 case $as_dir in #(((
3659 '') as_dir=./ ;;
3660 */) ;;
3661 *) as_dir=$as_dir/ ;;
3662 esac
3663 for ac_exec_ext in '' $ac_executable_extensions; do
3664 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3665 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3666 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3667 break 2
3668 fi
3669 done
3670 done
3671 IFS=$as_save_IFS
3672
3673 fi
3674 fi
3675 CC=$ac_cv_prog_CC
3676 if test -n "$CC"; then
3677 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3678 printf "%s\n" "$CC" >&6; }
3679 else
3680 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3681 printf "%s\n" "no" >&6; }
3682 fi
3683
3684
3685 fi
3686 if test -z "$ac_cv_prog_CC"; then
3687 ac_ct_CC=$CC
3688 # Extract the first word of "gcc", so it can be a program name with args.
3689 set dummy gcc; ac_word=$2
3690 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 printf %s "checking for $ac_word... " >&6; }
3692 if test ${ac_cv_prog_ac_ct_CC+y}
3693 then :
3694 printf %s "(cached) " >&6
3695 else $as_nop
3696 if test -n "$ac_ct_CC"; then
3697 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3698 else
3699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3700 for as_dir in $PATH
3701 do
3702 IFS=$as_save_IFS
3703 case $as_dir in #(((
3704 '') as_dir=./ ;;
3705 */) ;;
3706 *) as_dir=$as_dir/ ;;
3707 esac
3708 for ac_exec_ext in '' $ac_executable_extensions; do
3709 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3710 ac_cv_prog_ac_ct_CC="gcc"
3711 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3712 break 2
3713 fi
3714 done
3715 done
3716 IFS=$as_save_IFS
3717
3718 fi
3719 fi
3720 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3721 if test -n "$ac_ct_CC"; then
3722 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3723 printf "%s\n" "$ac_ct_CC" >&6; }
3724 else
3725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3726 printf "%s\n" "no" >&6; }
3727 fi
3728
3729 if test "x$ac_ct_CC" = x; then
3730 CC=""
3731 else
3732 case $cross_compiling:$ac_tool_warned in
3733 yes:)
3734 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3735 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3736 ac_tool_warned=yes ;;
3737 esac
3738 CC=$ac_ct_CC
3739 fi
3740 else
3741 CC="$ac_cv_prog_CC"
3742 fi
3743
3744 if test -z "$CC"; then
3745 if test -n "$ac_tool_prefix"; then
3746 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3747 set dummy ${ac_tool_prefix}cc; ac_word=$2
3748 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3749 printf %s "checking for $ac_word... " >&6; }
3750 if test ${ac_cv_prog_CC+y}
3751 then :
3752 printf %s "(cached) " >&6
3753 else $as_nop
3754 if test -n "$CC"; then
3755 ac_cv_prog_CC="$CC" # Let the user override the test.
3756 else
3757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758 for as_dir in $PATH
3759 do
3760 IFS=$as_save_IFS
3761 case $as_dir in #(((
3762 '') as_dir=./ ;;
3763 */) ;;
3764 *) as_dir=$as_dir/ ;;
3765 esac
3766 for ac_exec_ext in '' $ac_executable_extensions; do
3767 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3768 ac_cv_prog_CC="${ac_tool_prefix}cc"
3769 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3770 break 2
3771 fi
3772 done
3773 done
3774 IFS=$as_save_IFS
3775
3776 fi
3777 fi
3778 CC=$ac_cv_prog_CC
3779 if test -n "$CC"; then
3780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3781 printf "%s\n" "$CC" >&6; }
3782 else
3783 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3784 printf "%s\n" "no" >&6; }
3785 fi
3786
3787
3788 fi
3789 fi
3790 if test -z "$CC"; then
3791 # Extract the first word of "cc", so it can be a program name with args.
3792 set dummy cc; ac_word=$2
3793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3794 printf %s "checking for $ac_word... " >&6; }
3795 if test ${ac_cv_prog_CC+y}
3796 then :
3797 printf %s "(cached) " >&6
3798 else $as_nop
3799 if test -n "$CC"; then
3800 ac_cv_prog_CC="$CC" # Let the user override the test.
3801 else
3802 ac_prog_rejected=no
3803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3804 for as_dir in $PATH
3805 do
3806 IFS=$as_save_IFS
3807 case $as_dir in #(((
3808 '') as_dir=./ ;;
3809 */) ;;
3810 *) as_dir=$as_dir/ ;;
3811 esac
3812 for ac_exec_ext in '' $ac_executable_extensions; do
3813 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3814 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3815 ac_prog_rejected=yes
3816 continue
3817 fi
3818 ac_cv_prog_CC="cc"
3819 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3820 break 2
3821 fi
3822 done
3823 done
3824 IFS=$as_save_IFS
3825
3826 if test $ac_prog_rejected = yes; then
3827 # We found a bogon in the path, so make sure we never use it.
3828 set dummy $ac_cv_prog_CC
3829 shift
3830 if test $# != 0; then
3831 # We chose a different compiler from the bogus one.
3832 # However, it has the same basename, so the bogon will be chosen
3833 # first if we set CC to just the basename; use the full file name.
3834 shift
3835 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
3836 fi
3837 fi
3838 fi
3839 fi
3840 CC=$ac_cv_prog_CC
3841 if test -n "$CC"; then
3842 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3843 printf "%s\n" "$CC" >&6; }
3844 else
3845 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3846 printf "%s\n" "no" >&6; }
3847 fi
3848
3849
3850 fi
3851 if test -z "$CC"; then
3852 if test -n "$ac_tool_prefix"; then
3853 for ac_prog in cl.exe
3854 do
3855 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3856 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3858 printf %s "checking for $ac_word... " >&6; }
3859 if test ${ac_cv_prog_CC+y}
3860 then :
3861 printf %s "(cached) " >&6
3862 else $as_nop
3863 if test -n "$CC"; then
3864 ac_cv_prog_CC="$CC" # Let the user override the test.
3865 else
3866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3867 for as_dir in $PATH
3868 do
3869 IFS=$as_save_IFS
3870 case $as_dir in #(((
3871 '') as_dir=./ ;;
3872 */) ;;
3873 *) as_dir=$as_dir/ ;;
3874 esac
3875 for ac_exec_ext in '' $ac_executable_extensions; do
3876 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3877 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3878 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3879 break 2
3880 fi
3881 done
3882 done
3883 IFS=$as_save_IFS
3884
3885 fi
3886 fi
3887 CC=$ac_cv_prog_CC
3888 if test -n "$CC"; then
3889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3890 printf "%s\n" "$CC" >&6; }
3891 else
3892 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3893 printf "%s\n" "no" >&6; }
3894 fi
3895
3896
3897 test -n "$CC" && break
3898 done
3899 fi
3900 if test -z "$CC"; then
3901 ac_ct_CC=$CC
3902 for ac_prog in cl.exe
3903 do
3904 # Extract the first word of "$ac_prog", so it can be a program name with args.
3905 set dummy $ac_prog; ac_word=$2
3906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907 printf %s "checking for $ac_word... " >&6; }
3908 if test ${ac_cv_prog_ac_ct_CC+y}
3909 then :
3910 printf %s "(cached) " >&6
3911 else $as_nop
3912 if test -n "$ac_ct_CC"; then
3913 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3914 else
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916 for as_dir in $PATH
3917 do
3918 IFS=$as_save_IFS
3919 case $as_dir in #(((
3920 '') as_dir=./ ;;
3921 */) ;;
3922 *) as_dir=$as_dir/ ;;
3923 esac
3924 for ac_exec_ext in '' $ac_executable_extensions; do
3925 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3926 ac_cv_prog_ac_ct_CC="$ac_prog"
3927 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3928 break 2
3929 fi
3930 done
3931 done
3932 IFS=$as_save_IFS
3933
3934 fi
3935 fi
3936 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3937 if test -n "$ac_ct_CC"; then
3938 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3939 printf "%s\n" "$ac_ct_CC" >&6; }
3940 else
3941 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3942 printf "%s\n" "no" >&6; }
3943 fi
3944
3945
3946 test -n "$ac_ct_CC" && break
3947 done
3948
3949 if test "x$ac_ct_CC" = x; then
3950 CC=""
3951 else
3952 case $cross_compiling:$ac_tool_warned in
3953 yes:)
3954 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3955 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3956 ac_tool_warned=yes ;;
3957 esac
3958 CC=$ac_ct_CC
3959 fi
3960 fi
3961
3962 fi
3963 if test -z "$CC"; then
3964 if test -n "$ac_tool_prefix"; then
3965 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
3966 set dummy ${ac_tool_prefix}clang; ac_word=$2
3967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3968 printf %s "checking for $ac_word... " >&6; }
3969 if test ${ac_cv_prog_CC+y}
3970 then :
3971 printf %s "(cached) " >&6
3972 else $as_nop
3973 if test -n "$CC"; then
3974 ac_cv_prog_CC="$CC" # Let the user override the test.
3975 else
3976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3977 for as_dir in $PATH
3978 do
3979 IFS=$as_save_IFS
3980 case $as_dir in #(((
3981 '') as_dir=./ ;;
3982 */) ;;
3983 *) as_dir=$as_dir/ ;;
3984 esac
3985 for ac_exec_ext in '' $ac_executable_extensions; do
3986 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3987 ac_cv_prog_CC="${ac_tool_prefix}clang"
3988 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3989 break 2
3990 fi
3991 done
3992 done
3993 IFS=$as_save_IFS
3994
3995 fi
3996 fi
3997 CC=$ac_cv_prog_CC
3998 if test -n "$CC"; then
3999 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4000 printf "%s\n" "$CC" >&6; }
4001 else
4002 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4003 printf "%s\n" "no" >&6; }
4004 fi
4005
4006
4007 fi
4008 if test -z "$ac_cv_prog_CC"; then
4009 ac_ct_CC=$CC
4010 # Extract the first word of "clang", so it can be a program name with args.
4011 set dummy clang; ac_word=$2
4012 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4013 printf %s "checking for $ac_word... " >&6; }
4014 if test ${ac_cv_prog_ac_ct_CC+y}
4015 then :
4016 printf %s "(cached) " >&6
4017 else $as_nop
4018 if test -n "$ac_ct_CC"; then
4019 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4020 else
4021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4022 for as_dir in $PATH
4023 do
4024 IFS=$as_save_IFS
4025 case $as_dir in #(((
4026 '') as_dir=./ ;;
4027 */) ;;
4028 *) as_dir=$as_dir/ ;;
4029 esac
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
4032 ac_cv_prog_ac_ct_CC="clang"
4033 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
4034 break 2
4035 fi
4036 done
4037 done
4038 IFS=$as_save_IFS
4039
4040 fi
4041 fi
4042 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4043 if test -n "$ac_ct_CC"; then
4044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4045 printf "%s\n" "$ac_ct_CC" >&6; }
4046 else
4047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4048 printf "%s\n" "no" >&6; }
4049 fi
4050
4051 if test "x$ac_ct_CC" = x; then
4052 CC=""
4053 else
4054 case $cross_compiling:$ac_tool_warned in
4055 yes:)
4056 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4057 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4058 ac_tool_warned=yes ;;
4059 esac
4060 CC=$ac_ct_CC
4061 fi
4062 else
4063 CC="$ac_cv_prog_CC"
4064 fi
4065
4066 fi
4067
4068
4069 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4070 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4071 as_fn_error $? "no acceptable C compiler found in \$PATH
4072 See \`config.log' for more details" "$LINENO" 5; }
4073
4074 # Provide some information about the compiler.
4075 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4076 set X $ac_compile
4077 ac_compiler=$2
4078 for ac_option in --version -v -V -qversion -version; do
4079 { { ac_try="$ac_compiler $ac_option >&5"
4080 case "(($ac_try" in
4081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4082 *) ac_try_echo=$ac_try;;
4083 esac
4084 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4085 printf "%s\n" "$ac_try_echo"; } >&5
4086 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4087 ac_status=$?
4088 if test -s conftest.err; then
4089 sed '10a\
4090 ... rest of stderr output deleted ...
4091 10q' conftest.err >conftest.er1
4092 cat conftest.er1 >&5
4093 fi
4094 rm -f conftest.er1 conftest.err
4095 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4096 test $ac_status = 0; }
4097 done
4098
4099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4100 /* end confdefs.h. */
4101
4102 int
4103 main (void)
4104 {
4105
4106 ;
4107 return 0;
4108 }
4109 _ACEOF
4110 ac_clean_files_save=$ac_clean_files
4111 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4112 # Try to create an executable without -o first, disregard a.out.
4113 # It will help us diagnose broken compilers, and finding out an intuition
4114 # of exeext.
4115 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4116 printf %s "checking whether the C compiler works... " >&6; }
4117 ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4118
4119 # The possible output files:
4120 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4121
4122 ac_rmfiles=
4123 for ac_file in $ac_files
4124 do
4125 case $ac_file in
4126 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4127 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4128 esac
4129 done
4130 rm -f $ac_rmfiles
4131
4132 if { { ac_try="$ac_link_default"
4133 case "(($ac_try" in
4134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4135 *) ac_try_echo=$ac_try;;
4136 esac
4137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4138 printf "%s\n" "$ac_try_echo"; } >&5
4139 (eval "$ac_link_default") 2>&5
4140 ac_status=$?
4141 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4142 test $ac_status = 0; }
4143 then :
4144 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4145 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4146 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4147 # so that the user can short-circuit this test for compilers unknown to
4148 # Autoconf.
4149 for ac_file in $ac_files ''
4150 do
4151 test -f "$ac_file" || continue
4152 case $ac_file in
4153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4154 ;;
4155 [ab].out )
4156 # We found the default executable, but exeext='' is most
4157 # certainly right.
4158 break;;
4159 *.* )
4160 if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
4161 then :; else
4162 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4163 fi
4164 # We set ac_cv_exeext here because the later test for it is not
4165 # safe: cross compilers may not add the suffix if given an `-o'
4166 # argument, so we may need to know it at that point already.
4167 # Even if this section looks crufty: it has the advantage of
4168 # actually working.
4169 break;;
4170 * )
4171 break;;
4172 esac
4173 done
4174 test "$ac_cv_exeext" = no && ac_cv_exeext=
4175
4176 else $as_nop
4177 ac_file=''
4178 fi
4179 if test -z "$ac_file"
4180 then :
4181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
4182 printf "%s\n" "no" >&6; }
4183 printf "%s\n" "$as_me: failed program was:" >&5
4184 sed 's/^/| /' conftest.$ac_ext >&5
4185
4186 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4187 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4188 as_fn_error 77 "C compiler cannot create executables
4189 See \`config.log' for more details" "$LINENO" 5; }
4190 else $as_nop
4191 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4192 printf "%s\n" "yes" >&6; }
4193 fi
4194 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4195 printf %s "checking for C compiler default output file name... " >&6; }
4196 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4197 printf "%s\n" "$ac_file" >&6; }
4198 ac_exeext=$ac_cv_exeext
4199
4200 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4201 ac_clean_files=$ac_clean_files_save
4202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4203 printf %s "checking for suffix of executables... " >&6; }
4204 if { { ac_try="$ac_link"
4205 case "(($ac_try" in
4206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4207 *) ac_try_echo=$ac_try;;
4208 esac
4209 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 printf "%s\n" "$ac_try_echo"; } >&5
4211 (eval "$ac_link") 2>&5
4212 ac_status=$?
4213 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }
4215 then :
4216 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4217 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4218 # work properly (i.e., refer to `conftest.exe'), while it won't with
4219 # `rm'.
4220 for ac_file in conftest.exe conftest conftest.*; do
4221 test -f "$ac_file" || continue
4222 case $ac_file in
4223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4224 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4225 break;;
4226 * ) break;;
4227 esac
4228 done
4229 else $as_nop
4230 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4231 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4232 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4233 See \`config.log' for more details" "$LINENO" 5; }
4234 fi
4235 rm -f conftest conftest$ac_cv_exeext
4236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4237 printf "%s\n" "$ac_cv_exeext" >&6; }
4238
4239 rm -f conftest.$ac_ext
4240 EXEEXT=$ac_cv_exeext
4241 ac_exeext=$EXEEXT
4242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4243 /* end confdefs.h. */
4244 #include <stdio.h>
4245 int
4246 main (void)
4247 {
4248 FILE *f = fopen ("conftest.out", "w");
4249 return ferror (f) || fclose (f) != 0;
4250
4251 ;
4252 return 0;
4253 }
4254 _ACEOF
4255 ac_clean_files="$ac_clean_files conftest.out"
4256 # Check that the compiler produces executables we can run. If not, either
4257 # the compiler is broken, or we cross compile.
4258 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4259 printf %s "checking whether we are cross compiling... " >&6; }
4260 if test "$cross_compiling" != yes; then
4261 { { ac_try="$ac_link"
4262 case "(($ac_try" in
4263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4264 *) ac_try_echo=$ac_try;;
4265 esac
4266 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4267 printf "%s\n" "$ac_try_echo"; } >&5
4268 (eval "$ac_link") 2>&5
4269 ac_status=$?
4270 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4271 test $ac_status = 0; }
4272 if { ac_try='./conftest$ac_cv_exeext'
4273 { { case "(($ac_try" in
4274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4275 *) ac_try_echo=$ac_try;;
4276 esac
4277 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4278 printf "%s\n" "$ac_try_echo"; } >&5
4279 (eval "$ac_try") 2>&5
4280 ac_status=$?
4281 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4282 test $ac_status = 0; }; }; then
4283 cross_compiling=no
4284 else
4285 if test "$cross_compiling" = maybe; then
4286 cross_compiling=yes
4287 else
4288 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4289 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4290 as_fn_error 77 "cannot run C compiled programs.
4291 If you meant to cross compile, use \`--host'.
4292 See \`config.log' for more details" "$LINENO" 5; }
4293 fi
4294 fi
4295 fi
4296 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4297 printf "%s\n" "$cross_compiling" >&6; }
4298
4299 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4300 ac_clean_files=$ac_clean_files_save
4301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4302 printf %s "checking for suffix of object files... " >&6; }
4303 if test ${ac_cv_objext+y}
4304 then :
4305 printf %s "(cached) " >&6
4306 else $as_nop
4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308 /* end confdefs.h. */
4309
4310 int
4311 main (void)
4312 {
4313
4314 ;
4315 return 0;
4316 }
4317 _ACEOF
4318 rm -f conftest.o conftest.obj
4319 if { { ac_try="$ac_compile"
4320 case "(($ac_try" in
4321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4322 *) ac_try_echo=$ac_try;;
4323 esac
4324 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4325 printf "%s\n" "$ac_try_echo"; } >&5
4326 (eval "$ac_compile") 2>&5
4327 ac_status=$?
4328 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4329 test $ac_status = 0; }
4330 then :
4331 for ac_file in conftest.o conftest.obj conftest.*; do
4332 test -f "$ac_file" || continue;
4333 case $ac_file in
4334 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4335 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4336 break;;
4337 esac
4338 done
4339 else $as_nop
4340 printf "%s\n" "$as_me: failed program was:" >&5
4341 sed 's/^/| /' conftest.$ac_ext >&5
4342
4343 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4344 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4345 as_fn_error $? "cannot compute suffix of object files: cannot compile
4346 See \`config.log' for more details" "$LINENO" 5; }
4347 fi
4348 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4349 fi
4350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4351 printf "%s\n" "$ac_cv_objext" >&6; }
4352 OBJEXT=$ac_cv_objext
4353 ac_objext=$OBJEXT
4354 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
4355 printf %s "checking whether the compiler supports GNU C... " >&6; }
4356 if test ${ac_cv_c_compiler_gnu+y}
4357 then :
4358 printf %s "(cached) " >&6
4359 else $as_nop
4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4362
4363 int
4364 main (void)
4365 {
4366 #ifndef __GNUC__
4367 choke me
4368 #endif
4369
4370 ;
4371 return 0;
4372 }
4373 _ACEOF
4374 if ac_fn_c_try_compile "$LINENO"
4375 then :
4376 ac_compiler_gnu=yes
4377 else $as_nop
4378 ac_compiler_gnu=no
4379 fi
4380 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4381 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4382
4383 fi
4384 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4385 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
4386 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4387
4388 if test $ac_compiler_gnu = yes; then
4389 GCC=yes
4390 else
4391 GCC=
4392 fi
4393 ac_test_CFLAGS=${CFLAGS+y}
4394 ac_save_CFLAGS=$CFLAGS
4395 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4396 printf %s "checking whether $CC accepts -g... " >&6; }
4397 if test ${ac_cv_prog_cc_g+y}
4398 then :
4399 printf %s "(cached) " >&6
4400 else $as_nop
4401 ac_save_c_werror_flag=$ac_c_werror_flag
4402 ac_c_werror_flag=yes
4403 ac_cv_prog_cc_g=no
4404 CFLAGS="-g"
4405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4406 /* end confdefs.h. */
4407
4408 int
4409 main (void)
4410 {
4411
4412 ;
4413 return 0;
4414 }
4415 _ACEOF
4416 if ac_fn_c_try_compile "$LINENO"
4417 then :
4418 ac_cv_prog_cc_g=yes
4419 else $as_nop
4420 CFLAGS=""
4421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4422 /* end confdefs.h. */
4423
4424 int
4425 main (void)
4426 {
4427
4428 ;
4429 return 0;
4430 }
4431 _ACEOF
4432 if ac_fn_c_try_compile "$LINENO"
4433 then :
4434
4435 else $as_nop
4436 ac_c_werror_flag=$ac_save_c_werror_flag
4437 CFLAGS="-g"
4438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4439 /* end confdefs.h. */
4440
4441 int
4442 main (void)
4443 {
4444
4445 ;
4446 return 0;
4447 }
4448 _ACEOF
4449 if ac_fn_c_try_compile "$LINENO"
4450 then :
4451 ac_cv_prog_cc_g=yes
4452 fi
4453 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4454 fi
4455 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4456 fi
4457 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4458 ac_c_werror_flag=$ac_save_c_werror_flag
4459 fi
4460 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4461 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
4462 if test $ac_test_CFLAGS; then
4463 CFLAGS=$ac_save_CFLAGS
4464 elif test $ac_cv_prog_cc_g = yes; then
4465 if test "$GCC" = yes; then
4466 CFLAGS="-g -O2"
4467 else
4468 CFLAGS="-g"
4469 fi
4470 else
4471 if test "$GCC" = yes; then
4472 CFLAGS="-O2"
4473 else
4474 CFLAGS=
4475 fi
4476 fi
4477 ac_prog_cc_stdc=no
4478 if test x$ac_prog_cc_stdc = xno
4479 then :
4480 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
4481 printf %s "checking for $CC option to enable C11 features... " >&6; }
4482 if test ${ac_cv_prog_cc_c11+y}
4483 then :
4484 printf %s "(cached) " >&6
4485 else $as_nop
4486 ac_cv_prog_cc_c11=no
4487 ac_save_CC=$CC
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4490 $ac_c_conftest_c11_program
4491 _ACEOF
4492 for ac_arg in '' -std=gnu11
4493 do
4494 CC="$ac_save_CC $ac_arg"
4495 if ac_fn_c_try_compile "$LINENO"
4496 then :
4497 ac_cv_prog_cc_c11=$ac_arg
4498 fi
4499 rm -f core conftest.err conftest.$ac_objext conftest.beam
4500 test "x$ac_cv_prog_cc_c11" != "xno" && break
4501 done
4502 rm -f conftest.$ac_ext
4503 CC=$ac_save_CC
4504 fi
4505
4506 if test "x$ac_cv_prog_cc_c11" = xno
4507 then :
4508 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4509 printf "%s\n" "unsupported" >&6; }
4510 else $as_nop
4511 if test "x$ac_cv_prog_cc_c11" = x
4512 then :
4513 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4514 printf "%s\n" "none needed" >&6; }
4515 else $as_nop
4516 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
4517 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
4518 CC="$CC $ac_cv_prog_cc_c11"
4519 fi
4520 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
4521 ac_prog_cc_stdc=c11
4522 fi
4523 fi
4524 if test x$ac_prog_cc_stdc = xno
4525 then :
4526 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
4527 printf %s "checking for $CC option to enable C99 features... " >&6; }
4528 if test ${ac_cv_prog_cc_c99+y}
4529 then :
4530 printf %s "(cached) " >&6
4531 else $as_nop
4532 ac_cv_prog_cc_c99=no
4533 ac_save_CC=$CC
4534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4535 /* end confdefs.h. */
4536 $ac_c_conftest_c99_program
4537 _ACEOF
4538 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
4539 do
4540 CC="$ac_save_CC $ac_arg"
4541 if ac_fn_c_try_compile "$LINENO"
4542 then :
4543 ac_cv_prog_cc_c99=$ac_arg
4544 fi
4545 rm -f core conftest.err conftest.$ac_objext conftest.beam
4546 test "x$ac_cv_prog_cc_c99" != "xno" && break
4547 done
4548 rm -f conftest.$ac_ext
4549 CC=$ac_save_CC
4550 fi
4551
4552 if test "x$ac_cv_prog_cc_c99" = xno
4553 then :
4554 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4555 printf "%s\n" "unsupported" >&6; }
4556 else $as_nop
4557 if test "x$ac_cv_prog_cc_c99" = x
4558 then :
4559 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4560 printf "%s\n" "none needed" >&6; }
4561 else $as_nop
4562 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4563 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
4564 CC="$CC $ac_cv_prog_cc_c99"
4565 fi
4566 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
4567 ac_prog_cc_stdc=c99
4568 fi
4569 fi
4570 if test x$ac_prog_cc_stdc = xno
4571 then :
4572 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
4573 printf %s "checking for $CC option to enable C89 features... " >&6; }
4574 if test ${ac_cv_prog_cc_c89+y}
4575 then :
4576 printf %s "(cached) " >&6
4577 else $as_nop
4578 ac_cv_prog_cc_c89=no
4579 ac_save_CC=$CC
4580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4581 /* end confdefs.h. */
4582 $ac_c_conftest_c89_program
4583 _ACEOF
4584 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4585 do
4586 CC="$ac_save_CC $ac_arg"
4587 if ac_fn_c_try_compile "$LINENO"
4588 then :
4589 ac_cv_prog_cc_c89=$ac_arg
4590 fi
4591 rm -f core conftest.err conftest.$ac_objext conftest.beam
4592 test "x$ac_cv_prog_cc_c89" != "xno" && break
4593 done
4594 rm -f conftest.$ac_ext
4595 CC=$ac_save_CC
4596 fi
4597
4598 if test "x$ac_cv_prog_cc_c89" = xno
4599 then :
4600 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4601 printf "%s\n" "unsupported" >&6; }
4602 else $as_nop
4603 if test "x$ac_cv_prog_cc_c89" = x
4604 then :
4605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4606 printf "%s\n" "none needed" >&6; }
4607 else $as_nop
4608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4609 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
4610 CC="$CC $ac_cv_prog_cc_c89"
4611 fi
4612 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
4613 ac_prog_cc_stdc=c89
4614 fi
4615 fi
4616
4617 ac_ext=c
4618 ac_cpp='$CPP $CPPFLAGS'
4619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4622
4623
4624 ac_ext=c
4625 ac_cpp='$CPP $CPPFLAGS'
4626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4629 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4630 printf %s "checking whether $CC understands -c and -o together... " >&6; }
4631 if test ${am_cv_prog_cc_c_o+y}
4632 then :
4633 printf %s "(cached) " >&6
4634 else $as_nop
4635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4636 /* end confdefs.h. */
4637
4638 int
4639 main (void)
4640 {
4641
4642 ;
4643 return 0;
4644 }
4645 _ACEOF
4646 # Make sure it works both with $CC and with simple cc.
4647 # Following AC_PROG_CC_C_O, we do the test twice because some
4648 # compilers refuse to overwrite an existing .o file with -o,
4649 # though they will create one.
4650 am_cv_prog_cc_c_o=yes
4651 for am_i in 1 2; do
4652 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4653 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4654 ac_status=$?
4655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4656 (exit $ac_status); } \
4657 && test -f conftest2.$ac_objext; then
4658 : OK
4659 else
4660 am_cv_prog_cc_c_o=no
4661 break
4662 fi
4663 done
4664 rm -f core conftest*
4665 unset am_i
4666 fi
4667 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4668 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
4669 if test "$am_cv_prog_cc_c_o" != yes; then
4670 # Losing compiler, so override with the script.
4671 # FIXME: It is wrong to rewrite CC.
4672 # But if we don't then we get into trouble of one sort or another.
4673 # A longer-term fix would be to have automake use am__CC in this case,
4674 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4675 CC="$am_aux_dir/compile $CC"
4676 fi
4677 ac_ext=c
4678 ac_cpp='$CPP $CPPFLAGS'
4679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4682
4683
4684 depcc="$CC" am_compiler_list=
4685
4686 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4687 printf %s "checking dependency style of $depcc... " >&6; }
4688 if test ${am_cv_CC_dependencies_compiler_type+y}
4689 then :
4690 printf %s "(cached) " >&6
4691 else $as_nop
4692 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4693 # We make a subdir and do the tests there. Otherwise we can end up
4694 # making bogus files that we don't know about and never remove. For
4695 # instance it was reported that on HP-UX the gcc test will end up
4696 # making a dummy file named 'D' -- because '-MD' means "put the output
4697 # in D".
4698 rm -rf conftest.dir
4699 mkdir conftest.dir
4700 # Copy depcomp to subdir because otherwise we won't find it if we're
4701 # using a relative directory.
4702 cp "$am_depcomp" conftest.dir
4703 cd conftest.dir
4704 # We will build objects and dependencies in a subdirectory because
4705 # it helps to detect inapplicable dependency modes. For instance
4706 # both Tru64's cc and ICC support -MD to output dependencies as a
4707 # side effect of compilation, but ICC will put the dependencies in
4708 # the current directory while Tru64 will put them in the object
4709 # directory.
4710 mkdir sub
4711
4712 am_cv_CC_dependencies_compiler_type=none
4713 if test "$am_compiler_list" = ""; then
4714 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4715 fi
4716 am__universal=false
4717 case " $depcc " in #(
4718 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4719 esac
4720
4721 for depmode in $am_compiler_list; do
4722 # Setup a source with many dependencies, because some compilers
4723 # like to wrap large dependency lists on column 80 (with \), and
4724 # we should not choose a depcomp mode which is confused by this.
4725 #
4726 # We need to recreate these files for each test, as the compiler may
4727 # overwrite some of them when testing with obscure command lines.
4728 # This happens at least with the AIX C compiler.
4729 : > sub/conftest.c
4730 for i in 1 2 3 4 5 6; do
4731 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4732 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4733 # Solaris 10 /bin/sh.
4734 echo '/* dummy */' > sub/conftst$i.h
4735 done
4736 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4737
4738 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4739 # mode. It turns out that the SunPro C++ compiler does not properly
4740 # handle '-M -o', and we need to detect this. Also, some Intel
4741 # versions had trouble with output in subdirs.
4742 am__obj=sub/conftest.${OBJEXT-o}
4743 am__minus_obj="-o $am__obj"
4744 case $depmode in
4745 gcc)
4746 # This depmode causes a compiler race in universal mode.
4747 test "$am__universal" = false || continue
4748 ;;
4749 nosideeffect)
4750 # After this tag, mechanisms are not by side-effect, so they'll
4751 # only be used when explicitly requested.
4752 if test "x$enable_dependency_tracking" = xyes; then
4753 continue
4754 else
4755 break
4756 fi
4757 ;;
4758 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4759 # This compiler won't grok '-c -o', but also, the minuso test has
4760 # not run yet. These depmodes are late enough in the game, and
4761 # so weak that their functioning should not be impacted.
4762 am__obj=conftest.${OBJEXT-o}
4763 am__minus_obj=
4764 ;;
4765 none) break ;;
4766 esac
4767 if depmode=$depmode \
4768 source=sub/conftest.c object=$am__obj \
4769 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4770 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4771 >/dev/null 2>conftest.err &&
4772 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4773 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4774 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4775 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4776 # icc doesn't choke on unknown options, it will just issue warnings
4777 # or remarks (even with -Werror). So we grep stderr for any message
4778 # that says an option was ignored or not supported.
4779 # When given -MP, icc 7.0 and 7.1 complain thusly:
4780 # icc: Command line warning: ignoring option '-M'; no argument required
4781 # The diagnosis changed in icc 8.0:
4782 # icc: Command line remark: option '-MP' not supported
4783 if (grep 'ignoring option' conftest.err ||
4784 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4785 am_cv_CC_dependencies_compiler_type=$depmode
4786 break
4787 fi
4788 fi
4789 done
4790
4791 cd ..
4792 rm -rf conftest.dir
4793 else
4794 am_cv_CC_dependencies_compiler_type=none
4795 fi
4796
4797 fi
4798 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4799 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
4800 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4801
4802 if
4803 test "x$enable_dependency_tracking" != xno \
4804 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4805 am__fastdepCC_TRUE=
4806 am__fastdepCC_FALSE='#'
4807 else
4808 am__fastdepCC_TRUE='#'
4809 am__fastdepCC_FALSE=
4810 fi
4811
4812
4813
4814 ac_header= ac_cache=
4815 for ac_item in $ac_header_c_list
4816 do
4817 if test $ac_cache; then
4818 ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
4819 if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
4820 printf "%s\n" "#define $ac_item 1" >> confdefs.h
4821 fi
4822 ac_header= ac_cache=
4823 elif test $ac_header; then
4824 ac_cache=$ac_item
4825 else
4826 ac_header=$ac_item
4827 fi
4828 done
4829
4830
4831
4832
4833
4834
4835
4836
4837 if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
4838 then :
4839
4840 printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
4841
4842 fi
4843
4844
4845
4846
4847
4848
4849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4850 printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4851 if test ${ac_cv_safe_to_define___extensions__+y}
4852 then :
4853 printf %s "(cached) " >&6
4854 else $as_nop
4855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4856 /* end confdefs.h. */
4857
4858 # define __EXTENSIONS__ 1
4859 $ac_includes_default
4860 int
4861 main (void)
4862 {
4863
4864 ;
4865 return 0;
4866 }
4867 _ACEOF
4868 if ac_fn_c_try_compile "$LINENO"
4869 then :
4870 ac_cv_safe_to_define___extensions__=yes
4871 else $as_nop
4872 ac_cv_safe_to_define___extensions__=no
4873 fi
4874 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4875 fi
4876 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4877 printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; }
4878
4879 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
4880 printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; }
4881 if test ${ac_cv_should_define__xopen_source+y}
4882 then :
4883 printf %s "(cached) " >&6
4884 else $as_nop
4885 ac_cv_should_define__xopen_source=no
4886 if test $ac_cv_header_wchar_h = yes
4887 then :
4888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4889 /* end confdefs.h. */
4890
4891 #include <wchar.h>
4892 mbstate_t x;
4893 int
4894 main (void)
4895 {
4896
4897 ;
4898 return 0;
4899 }
4900 _ACEOF
4901 if ac_fn_c_try_compile "$LINENO"
4902 then :
4903
4904 else $as_nop
4905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4906 /* end confdefs.h. */
4907
4908 #define _XOPEN_SOURCE 500
4909 #include <wchar.h>
4910 mbstate_t x;
4911 int
4912 main (void)
4913 {
4914
4915 ;
4916 return 0;
4917 }
4918 _ACEOF
4919 if ac_fn_c_try_compile "$LINENO"
4920 then :
4921 ac_cv_should_define__xopen_source=yes
4922 fi
4923 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4924 fi
4925 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
4926 fi
4927 fi
4928 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
4929 printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; }
4930
4931 printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h
4932
4933 printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h
4934
4935 printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h
4936
4937 printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h
4938
4939 printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h
4940
4941 printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h
4942
4943 printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4944
4945 printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h
4946
4947 printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h
4948
4949 printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h
4950
4951 printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h
4952
4953 printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h
4954
4955 printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h
4956
4957 printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h
4958
4959 printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h
4960
4961 if test $ac_cv_header_minix_config_h = yes
4962 then :
4963 MINIX=yes
4964 printf "%s\n" "#define _MINIX 1" >>confdefs.h
4965
4966 printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h
4967
4968 printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h
4969
4970 else $as_nop
4971 MINIX=
4972 fi
4973 if test $ac_cv_safe_to_define___extensions__ = yes
4974 then :
4975 printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h
4976
4977 fi
4978 if test $ac_cv_should_define__xopen_source = yes
4979 then :
4980 printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h
4981
4982 fi
4983
4984
4985
4986 ac_config_headers="$ac_config_headers config.h"
4987
4988
4989
4990 # define PACKAGE_VERSION_* variables
4991
4992 PACKAGE_VERSION_MAJOR=$(echo 0.2.2 | cut -d'.' -f1)
4993 PACKAGE_VERSION_MINOR=$(echo 0.2.2 | cut -d'.' -f2)
4994 PACKAGE_VERSION_MICRO=$(echo 0.2.2 | cut -d'.' -f3)
4995
4996
4997
4998
4999
5000
5001 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
5002 printf %s "checking nano version... " >&6; }
5003
5004 NANO=$(echo 0.2.2 | cut -d'.' -f4)
5005
5006 if test x"$NANO" = x || test "x$NANO" = "x0" ; then
5007 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
5008 printf "%s\n" "0 (release)" >&6; }
5009 NANO=0
5010 PACKAGE_VERSION_RELEASE=1
5011 :
5012 else
5013 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NANO" >&5
5014 printf "%s\n" "$NANO" >&6; }
5015 PACKAGE_VERSION_RELEASE=0.`date +%Y%m%d.%H%M%S`
5016 :
5017 fi
5018 PACKAGE_VERSION_NANO=$NANO
5019
5020
5021
5022 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
5023 printf %s "checking whether build environment is sane... " >&6; }
5024 # Reject unsafe characters in $srcdir or the absolute working directory
5025 # name. Accept space and tab only in the latter.
5026 am_lf='
5027 '
5028 case `pwd` in
5029 *[\\\"\#\$\&\'\`$am_lf]*)
5030 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
5031 esac
5032 case $srcdir in
5033 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
5034 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
5035 esac
5036
5037 # Do 'set' in a subshell so we don't clobber the current shell's
5038 # arguments. Must try -L first in case configure is actually a
5039 # symlink; some systems play weird games with the mod time of symlinks
5040 # (eg FreeBSD returns the mod time of the symlink's containing
5041 # directory).
5042 if (
5043 am_has_slept=no
5044 for am_try in 1 2; do
5045 echo "timestamp, slept: $am_has_slept" > conftest.file
5046 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
5047 if test "$*" = "X"; then
5048 # -L didn't work.
5049 set X `ls -t "$srcdir/configure" conftest.file`
5050 fi
5051 if test "$*" != "X $srcdir/configure conftest.file" \
5052 && test "$*" != "X conftest.file $srcdir/configure"; then
5053
5054 # If neither matched, then we have a broken ls. This can happen
5055 # if, for instance, CONFIG_SHELL is bash and it inherits a
5056 # broken ls alias from the environment. This has actually
5057 # happened. Such a system could not be considered "sane".
5058 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
5059 alias in your environment" "$LINENO" 5
5060 fi
5061 if test "$2" = conftest.file || test $am_try -eq 2; then
5062 break
5063 fi
5064 # Just in case.
5065 sleep 1
5066 am_has_slept=yes
5067 done
5068 test "$2" = conftest.file
5069 )
5070 then
5071 # Ok.
5072 :
5073 else
5074 as_fn_error $? "newly created file is older than distributed files!
5075 Check your system clock" "$LINENO" 5
5076 fi
5077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5078 printf "%s\n" "yes" >&6; }
5079 # If we didn't sleep, we still need to ensure time stamps of config.status and
5080 # generated files are strictly newer.
5081 am_sleep_pid=
5082 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
5083 ( sleep 1 ) &
5084 am_sleep_pid=$!
5085 fi
5086
5087 rm -f conftest.file
5088
5089
5090 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
5091 printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
5092 # Check whether --enable-maintainer-mode was given.
5093 if test ${enable_maintainer_mode+y}
5094 then :
5095 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
5096 else $as_nop
5097 USE_MAINTAINER_MODE=no
5098 fi
5099
5100 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
5101 printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
5102 if test $USE_MAINTAINER_MODE = yes; then
5103 MAINTAINER_MODE_TRUE=
5104 MAINTAINER_MODE_FALSE='#'
5105 else
5106 MAINTAINER_MODE_TRUE='#'
5107 MAINTAINER_MODE_FALSE=
5108 fi
5109
5110 MAINT=$MAINTAINER_MODE_TRUE
5111
5112
5113 # Check whether --enable-static was given.
5114 if test ${enable_static+y}
5115 then :
5116 enableval=$enable_static; p=${PACKAGE-default}
5117 case $enableval in
5118 yes) enable_static=yes ;;
5119 no) enable_static=no ;;
5120 *)
5121 enable_static=no
5122 # Look at the argument we got. We use all the common list separators.
5123 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
5124 for pkg in $enableval; do
5125 IFS=$lt_save_ifs
5126 if test "X$pkg" = "X$p"; then
5127 enable_static=yes
5128 fi
5129 done
5130 IFS=$lt_save_ifs
5131 ;;
5132 esac
5133 else $as_nop
5134 enable_static=no
5135 fi
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145 ac_ext=c
5146 ac_cpp='$CPP $CPPFLAGS'
5147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5150 if test -n "$ac_tool_prefix"; then
5151 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5152 set dummy ${ac_tool_prefix}gcc; ac_word=$2
5153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5154 printf %s "checking for $ac_word... " >&6; }
5155 if test ${ac_cv_prog_CC+y}
5156 then :
5157 printf %s "(cached) " >&6
5158 else $as_nop
5159 if test -n "$CC"; then
5160 ac_cv_prog_CC="$CC" # Let the user override the test.
5161 else
5162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5163 for as_dir in $PATH
5164 do
5165 IFS=$as_save_IFS
5166 case $as_dir in #(((
5167 '') as_dir=./ ;;
5168 */) ;;
5169 *) as_dir=$as_dir/ ;;
5170 esac
5171 for ac_exec_ext in '' $ac_executable_extensions; do
5172 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5173 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5174 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5175 break 2
5176 fi
5177 done
5178 done
5179 IFS=$as_save_IFS
5180
5181 fi
5182 fi
5183 CC=$ac_cv_prog_CC
5184 if test -n "$CC"; then
5185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5186 printf "%s\n" "$CC" >&6; }
5187 else
5188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5189 printf "%s\n" "no" >&6; }
5190 fi
5191
5192
5193 fi
5194 if test -z "$ac_cv_prog_CC"; then
5195 ac_ct_CC=$CC
5196 # Extract the first word of "gcc", so it can be a program name with args.
5197 set dummy gcc; ac_word=$2
5198 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5199 printf %s "checking for $ac_word... " >&6; }
5200 if test ${ac_cv_prog_ac_ct_CC+y}
5201 then :
5202 printf %s "(cached) " >&6
5203 else $as_nop
5204 if test -n "$ac_ct_CC"; then
5205 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5206 else
5207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208 for as_dir in $PATH
5209 do
5210 IFS=$as_save_IFS
5211 case $as_dir in #(((
5212 '') as_dir=./ ;;
5213 */) ;;
5214 *) as_dir=$as_dir/ ;;
5215 esac
5216 for ac_exec_ext in '' $ac_executable_extensions; do
5217 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5218 ac_cv_prog_ac_ct_CC="gcc"
5219 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5220 break 2
5221 fi
5222 done
5223 done
5224 IFS=$as_save_IFS
5225
5226 fi
5227 fi
5228 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5229 if test -n "$ac_ct_CC"; then
5230 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5231 printf "%s\n" "$ac_ct_CC" >&6; }
5232 else
5233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5234 printf "%s\n" "no" >&6; }
5235 fi
5236
5237 if test "x$ac_ct_CC" = x; then
5238 CC=""
5239 else
5240 case $cross_compiling:$ac_tool_warned in
5241 yes:)
5242 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5243 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5244 ac_tool_warned=yes ;;
5245 esac
5246 CC=$ac_ct_CC
5247 fi
5248 else
5249 CC="$ac_cv_prog_CC"
5250 fi
5251
5252 if test -z "$CC"; then
5253 if test -n "$ac_tool_prefix"; then
5254 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5255 set dummy ${ac_tool_prefix}cc; ac_word=$2
5256 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5257 printf %s "checking for $ac_word... " >&6; }
5258 if test ${ac_cv_prog_CC+y}
5259 then :
5260 printf %s "(cached) " >&6
5261 else $as_nop
5262 if test -n "$CC"; then
5263 ac_cv_prog_CC="$CC" # Let the user override the test.
5264 else
5265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5266 for as_dir in $PATH
5267 do
5268 IFS=$as_save_IFS
5269 case $as_dir in #(((
5270 '') as_dir=./ ;;
5271 */) ;;
5272 *) as_dir=$as_dir/ ;;
5273 esac
5274 for ac_exec_ext in '' $ac_executable_extensions; do
5275 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5276 ac_cv_prog_CC="${ac_tool_prefix}cc"
5277 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5278 break 2
5279 fi
5280 done
5281 done
5282 IFS=$as_save_IFS
5283
5284 fi
5285 fi
5286 CC=$ac_cv_prog_CC
5287 if test -n "$CC"; then
5288 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5289 printf "%s\n" "$CC" >&6; }
5290 else
5291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5292 printf "%s\n" "no" >&6; }
5293 fi
5294
5295
5296 fi
5297 fi
5298 if test -z "$CC"; then
5299 # Extract the first word of "cc", so it can be a program name with args.
5300 set dummy cc; ac_word=$2
5301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5302 printf %s "checking for $ac_word... " >&6; }
5303 if test ${ac_cv_prog_CC+y}
5304 then :
5305 printf %s "(cached) " >&6
5306 else $as_nop
5307 if test -n "$CC"; then
5308 ac_cv_prog_CC="$CC" # Let the user override the test.
5309 else
5310 ac_prog_rejected=no
5311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5312 for as_dir in $PATH
5313 do
5314 IFS=$as_save_IFS
5315 case $as_dir in #(((
5316 '') as_dir=./ ;;
5317 */) ;;
5318 *) as_dir=$as_dir/ ;;
5319 esac
5320 for ac_exec_ext in '' $ac_executable_extensions; do
5321 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5322 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5323 ac_prog_rejected=yes
5324 continue
5325 fi
5326 ac_cv_prog_CC="cc"
5327 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5328 break 2
5329 fi
5330 done
5331 done
5332 IFS=$as_save_IFS
5333
5334 if test $ac_prog_rejected = yes; then
5335 # We found a bogon in the path, so make sure we never use it.
5336 set dummy $ac_cv_prog_CC
5337 shift
5338 if test $# != 0; then
5339 # We chose a different compiler from the bogus one.
5340 # However, it has the same basename, so the bogon will be chosen
5341 # first if we set CC to just the basename; use the full file name.
5342 shift
5343 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
5344 fi
5345 fi
5346 fi
5347 fi
5348 CC=$ac_cv_prog_CC
5349 if test -n "$CC"; then
5350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5351 printf "%s\n" "$CC" >&6; }
5352 else
5353 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5354 printf "%s\n" "no" >&6; }
5355 fi
5356
5357
5358 fi
5359 if test -z "$CC"; then
5360 if test -n "$ac_tool_prefix"; then
5361 for ac_prog in cl.exe
5362 do
5363 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5364 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 printf %s "checking for $ac_word... " >&6; }
5367 if test ${ac_cv_prog_CC+y}
5368 then :
5369 printf %s "(cached) " >&6
5370 else $as_nop
5371 if test -n "$CC"; then
5372 ac_cv_prog_CC="$CC" # Let the user override the test.
5373 else
5374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5375 for as_dir in $PATH
5376 do
5377 IFS=$as_save_IFS
5378 case $as_dir in #(((
5379 '') as_dir=./ ;;
5380 */) ;;
5381 *) as_dir=$as_dir/ ;;
5382 esac
5383 for ac_exec_ext in '' $ac_executable_extensions; do
5384 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5385 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5386 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5387 break 2
5388 fi
5389 done
5390 done
5391 IFS=$as_save_IFS
5392
5393 fi
5394 fi
5395 CC=$ac_cv_prog_CC
5396 if test -n "$CC"; then
5397 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5398 printf "%s\n" "$CC" >&6; }
5399 else
5400 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401 printf "%s\n" "no" >&6; }
5402 fi
5403
5404
5405 test -n "$CC" && break
5406 done
5407 fi
5408 if test -z "$CC"; then
5409 ac_ct_CC=$CC
5410 for ac_prog in cl.exe
5411 do
5412 # Extract the first word of "$ac_prog", so it can be a program name with args.
5413 set dummy $ac_prog; ac_word=$2
5414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5415 printf %s "checking for $ac_word... " >&6; }
5416 if test ${ac_cv_prog_ac_ct_CC+y}
5417 then :
5418 printf %s "(cached) " >&6
5419 else $as_nop
5420 if test -n "$ac_ct_CC"; then
5421 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5422 else
5423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5424 for as_dir in $PATH
5425 do
5426 IFS=$as_save_IFS
5427 case $as_dir in #(((
5428 '') as_dir=./ ;;
5429 */) ;;
5430 *) as_dir=$as_dir/ ;;
5431 esac
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5434 ac_cv_prog_ac_ct_CC="$ac_prog"
5435 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5436 break 2
5437 fi
5438 done
5439 done
5440 IFS=$as_save_IFS
5441
5442 fi
5443 fi
5444 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5445 if test -n "$ac_ct_CC"; then
5446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5447 printf "%s\n" "$ac_ct_CC" >&6; }
5448 else
5449 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450 printf "%s\n" "no" >&6; }
5451 fi
5452
5453
5454 test -n "$ac_ct_CC" && break
5455 done
5456
5457 if test "x$ac_ct_CC" = x; then
5458 CC=""
5459 else
5460 case $cross_compiling:$ac_tool_warned in
5461 yes:)
5462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5463 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5464 ac_tool_warned=yes ;;
5465 esac
5466 CC=$ac_ct_CC
5467 fi
5468 fi
5469
5470 fi
5471 if test -z "$CC"; then
5472 if test -n "$ac_tool_prefix"; then
5473 # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
5474 set dummy ${ac_tool_prefix}clang; ac_word=$2
5475 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5476 printf %s "checking for $ac_word... " >&6; }
5477 if test ${ac_cv_prog_CC+y}
5478 then :
5479 printf %s "(cached) " >&6
5480 else $as_nop
5481 if test -n "$CC"; then
5482 ac_cv_prog_CC="$CC" # Let the user override the test.
5483 else
5484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5485 for as_dir in $PATH
5486 do
5487 IFS=$as_save_IFS
5488 case $as_dir in #(((
5489 '') as_dir=./ ;;
5490 */) ;;
5491 *) as_dir=$as_dir/ ;;
5492 esac
5493 for ac_exec_ext in '' $ac_executable_extensions; do
5494 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5495 ac_cv_prog_CC="${ac_tool_prefix}clang"
5496 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5497 break 2
5498 fi
5499 done
5500 done
5501 IFS=$as_save_IFS
5502
5503 fi
5504 fi
5505 CC=$ac_cv_prog_CC
5506 if test -n "$CC"; then
5507 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5508 printf "%s\n" "$CC" >&6; }
5509 else
5510 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5511 printf "%s\n" "no" >&6; }
5512 fi
5513
5514
5515 fi
5516 if test -z "$ac_cv_prog_CC"; then
5517 ac_ct_CC=$CC
5518 # Extract the first word of "clang", so it can be a program name with args.
5519 set dummy clang; ac_word=$2
5520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5521 printf %s "checking for $ac_word... " >&6; }
5522 if test ${ac_cv_prog_ac_ct_CC+y}
5523 then :
5524 printf %s "(cached) " >&6
5525 else $as_nop
5526 if test -n "$ac_ct_CC"; then
5527 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5528 else
5529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5530 for as_dir in $PATH
5531 do
5532 IFS=$as_save_IFS
5533 case $as_dir in #(((
5534 '') as_dir=./ ;;
5535 */) ;;
5536 *) as_dir=$as_dir/ ;;
5537 esac
5538 for ac_exec_ext in '' $ac_executable_extensions; do
5539 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
5540 ac_cv_prog_ac_ct_CC="clang"
5541 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
5542 break 2
5543 fi
5544 done
5545 done
5546 IFS=$as_save_IFS
5547
5548 fi
5549 fi
5550 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5551 if test -n "$ac_ct_CC"; then
5552 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5553 printf "%s\n" "$ac_ct_CC" >&6; }
5554 else
5555 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 printf "%s\n" "no" >&6; }
5557 fi
5558
5559 if test "x$ac_ct_CC" = x; then
5560 CC=""
5561 else
5562 case $cross_compiling:$ac_tool_warned in
5563 yes:)
5564 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5565 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5566 ac_tool_warned=yes ;;
5567 esac
5568 CC=$ac_ct_CC
5569 fi
5570 else
5571 CC="$ac_cv_prog_CC"
5572 fi
5573
5574 fi
5575
5576
5577 test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5578 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5579 as_fn_error $? "no acceptable C compiler found in \$PATH
5580 See \`config.log' for more details" "$LINENO" 5; }
5581
5582 # Provide some information about the compiler.
5583 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5584 set X $ac_compile
5585 ac_compiler=$2
5586 for ac_option in --version -v -V -qversion -version; do
5587 { { ac_try="$ac_compiler $ac_option >&5"
5588 case "(($ac_try" in
5589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5590 *) ac_try_echo=$ac_try;;
5591 esac
5592 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5593 printf "%s\n" "$ac_try_echo"; } >&5
5594 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5595 ac_status=$?
5596 if test -s conftest.err; then
5597 sed '10a\
5598 ... rest of stderr output deleted ...
5599 10q' conftest.err >conftest.er1
5600 cat conftest.er1 >&5
5601 fi
5602 rm -f conftest.er1 conftest.err
5603 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5604 test $ac_status = 0; }
5605 done
5606
5607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
5608 printf %s "checking whether the compiler supports GNU C... " >&6; }
5609 if test ${ac_cv_c_compiler_gnu+y}
5610 then :
5611 printf %s "(cached) " >&6
5612 else $as_nop
5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5614 /* end confdefs.h. */
5615
5616 int
5617 main (void)
5618 {
5619 #ifndef __GNUC__
5620 choke me
5621 #endif
5622
5623 ;
5624 return 0;
5625 }
5626 _ACEOF
5627 if ac_fn_c_try_compile "$LINENO"
5628 then :
5629 ac_compiler_gnu=yes
5630 else $as_nop
5631 ac_compiler_gnu=no
5632 fi
5633 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5634 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5635
5636 fi
5637 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5638 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
5639 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5640
5641 if test $ac_compiler_gnu = yes; then
5642 GCC=yes
5643 else
5644 GCC=
5645 fi
5646 ac_test_CFLAGS=${CFLAGS+y}
5647 ac_save_CFLAGS=$CFLAGS
5648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5649 printf %s "checking whether $CC accepts -g... " >&6; }
5650 if test ${ac_cv_prog_cc_g+y}
5651 then :
5652 printf %s "(cached) " >&6
5653 else $as_nop
5654 ac_save_c_werror_flag=$ac_c_werror_flag
5655 ac_c_werror_flag=yes
5656 ac_cv_prog_cc_g=no
5657 CFLAGS="-g"
5658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5659 /* end confdefs.h. */
5660
5661 int
5662 main (void)
5663 {
5664
5665 ;
5666 return 0;
5667 }
5668 _ACEOF
5669 if ac_fn_c_try_compile "$LINENO"
5670 then :
5671 ac_cv_prog_cc_g=yes
5672 else $as_nop
5673 CFLAGS=""
5674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5675 /* end confdefs.h. */
5676
5677 int
5678 main (void)
5679 {
5680
5681 ;
5682 return 0;
5683 }
5684 _ACEOF
5685 if ac_fn_c_try_compile "$LINENO"
5686 then :
5687
5688 else $as_nop
5689 ac_c_werror_flag=$ac_save_c_werror_flag
5690 CFLAGS="-g"
5691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5692 /* end confdefs.h. */
5693
5694 int
5695 main (void)
5696 {
5697
5698 ;
5699 return 0;
5700 }
5701 _ACEOF
5702 if ac_fn_c_try_compile "$LINENO"
5703 then :
5704 ac_cv_prog_cc_g=yes
5705 fi
5706 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5707 fi
5708 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5709 fi
5710 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5711 ac_c_werror_flag=$ac_save_c_werror_flag
5712 fi
5713 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5714 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
5715 if test $ac_test_CFLAGS; then
5716 CFLAGS=$ac_save_CFLAGS
5717 elif test $ac_cv_prog_cc_g = yes; then
5718 if test "$GCC" = yes; then
5719 CFLAGS="-g -O2"
5720 else
5721 CFLAGS="-g"
5722 fi
5723 else
5724 if test "$GCC" = yes; then
5725 CFLAGS="-O2"
5726 else
5727 CFLAGS=
5728 fi
5729 fi
5730 ac_prog_cc_stdc=no
5731 if test x$ac_prog_cc_stdc = xno
5732 then :
5733 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
5734 printf %s "checking for $CC option to enable C11 features... " >&6; }
5735 if test ${ac_cv_prog_cc_c11+y}
5736 then :
5737 printf %s "(cached) " >&6
5738 else $as_nop
5739 ac_cv_prog_cc_c11=no
5740 ac_save_CC=$CC
5741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5742 /* end confdefs.h. */
5743 $ac_c_conftest_c11_program
5744 _ACEOF
5745 for ac_arg in '' -std=gnu11
5746 do
5747 CC="$ac_save_CC $ac_arg"
5748 if ac_fn_c_try_compile "$LINENO"
5749 then :
5750 ac_cv_prog_cc_c11=$ac_arg
5751 fi
5752 rm -f core conftest.err conftest.$ac_objext conftest.beam
5753 test "x$ac_cv_prog_cc_c11" != "xno" && break
5754 done
5755 rm -f conftest.$ac_ext
5756 CC=$ac_save_CC
5757 fi
5758
5759 if test "x$ac_cv_prog_cc_c11" = xno
5760 then :
5761 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5762 printf "%s\n" "unsupported" >&6; }
5763 else $as_nop
5764 if test "x$ac_cv_prog_cc_c11" = x
5765 then :
5766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5767 printf "%s\n" "none needed" >&6; }
5768 else $as_nop
5769 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
5770 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
5771 CC="$CC $ac_cv_prog_cc_c11"
5772 fi
5773 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
5774 ac_prog_cc_stdc=c11
5775 fi
5776 fi
5777 if test x$ac_prog_cc_stdc = xno
5778 then :
5779 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
5780 printf %s "checking for $CC option to enable C99 features... " >&6; }
5781 if test ${ac_cv_prog_cc_c99+y}
5782 then :
5783 printf %s "(cached) " >&6
5784 else $as_nop
5785 ac_cv_prog_cc_c99=no
5786 ac_save_CC=$CC
5787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5788 /* end confdefs.h. */
5789 $ac_c_conftest_c99_program
5790 _ACEOF
5791 for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
5792 do
5793 CC="$ac_save_CC $ac_arg"
5794 if ac_fn_c_try_compile "$LINENO"
5795 then :
5796 ac_cv_prog_cc_c99=$ac_arg
5797 fi
5798 rm -f core conftest.err conftest.$ac_objext conftest.beam
5799 test "x$ac_cv_prog_cc_c99" != "xno" && break
5800 done
5801 rm -f conftest.$ac_ext
5802 CC=$ac_save_CC
5803 fi
5804
5805 if test "x$ac_cv_prog_cc_c99" = xno
5806 then :
5807 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5808 printf "%s\n" "unsupported" >&6; }
5809 else $as_nop
5810 if test "x$ac_cv_prog_cc_c99" = x
5811 then :
5812 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5813 printf "%s\n" "none needed" >&6; }
5814 else $as_nop
5815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
5816 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
5817 CC="$CC $ac_cv_prog_cc_c99"
5818 fi
5819 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
5820 ac_prog_cc_stdc=c99
5821 fi
5822 fi
5823 if test x$ac_prog_cc_stdc = xno
5824 then :
5825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
5826 printf %s "checking for $CC option to enable C89 features... " >&6; }
5827 if test ${ac_cv_prog_cc_c89+y}
5828 then :
5829 printf %s "(cached) " >&6
5830 else $as_nop
5831 ac_cv_prog_cc_c89=no
5832 ac_save_CC=$CC
5833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5834 /* end confdefs.h. */
5835 $ac_c_conftest_c89_program
5836 _ACEOF
5837 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5838 do
5839 CC="$ac_save_CC $ac_arg"
5840 if ac_fn_c_try_compile "$LINENO"
5841 then :
5842 ac_cv_prog_cc_c89=$ac_arg
5843 fi
5844 rm -f core conftest.err conftest.$ac_objext conftest.beam
5845 test "x$ac_cv_prog_cc_c89" != "xno" && break
5846 done
5847 rm -f conftest.$ac_ext
5848 CC=$ac_save_CC
5849 fi
5850
5851 if test "x$ac_cv_prog_cc_c89" = xno
5852 then :
5853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5854 printf "%s\n" "unsupported" >&6; }
5855 else $as_nop
5856 if test "x$ac_cv_prog_cc_c89" = x
5857 then :
5858 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5859 printf "%s\n" "none needed" >&6; }
5860 else $as_nop
5861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5862 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
5863 CC="$CC $ac_cv_prog_cc_c89"
5864 fi
5865 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
5866 ac_prog_cc_stdc=c89
5867 fi
5868 fi
5869
5870 ac_ext=c
5871 ac_cpp='$CPP $CPPFLAGS'
5872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5875
5876
5877 ac_ext=c
5878 ac_cpp='$CPP $CPPFLAGS'
5879 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5880 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5881 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5882 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5883 printf %s "checking whether $CC understands -c and -o together... " >&6; }
5884 if test ${am_cv_prog_cc_c_o+y}
5885 then :
5886 printf %s "(cached) " >&6
5887 else $as_nop
5888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5889 /* end confdefs.h. */
5890
5891 int
5892 main (void)
5893 {
5894
5895 ;
5896 return 0;
5897 }
5898 _ACEOF
5899 # Make sure it works both with $CC and with simple cc.
5900 # Following AC_PROG_CC_C_O, we do the test twice because some
5901 # compilers refuse to overwrite an existing .o file with -o,
5902 # though they will create one.
5903 am_cv_prog_cc_c_o=yes
5904 for am_i in 1 2; do
5905 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5906 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5907 ac_status=$?
5908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5909 (exit $ac_status); } \
5910 && test -f conftest2.$ac_objext; then
5911 : OK
5912 else
5913 am_cv_prog_cc_c_o=no
5914 break
5915 fi
5916 done
5917 rm -f core conftest*
5918 unset am_i
5919 fi
5920 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5921 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
5922 if test "$am_cv_prog_cc_c_o" != yes; then
5923 # Losing compiler, so override with the script.
5924 # FIXME: It is wrong to rewrite CC.
5925 # But if we don't then we get into trouble of one sort or another.
5926 # A longer-term fix would be to have automake use am__CC in this case,
5927 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5928 CC="$am_aux_dir/compile $CC"
5929 fi
5930 ac_ext=c
5931 ac_cpp='$CPP $CPPFLAGS'
5932 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5933 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5934 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5935
5936
5937 depcc="$CC" am_compiler_list=
5938
5939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5940 printf %s "checking dependency style of $depcc... " >&6; }
5941 if test ${am_cv_CC_dependencies_compiler_type+y}
5942 then :
5943 printf %s "(cached) " >&6
5944 else $as_nop
5945 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5946 # We make a subdir and do the tests there. Otherwise we can end up
5947 # making bogus files that we don't know about and never remove. For
5948 # instance it was reported that on HP-UX the gcc test will end up
5949 # making a dummy file named 'D' -- because '-MD' means "put the output
5950 # in D".
5951 rm -rf conftest.dir
5952 mkdir conftest.dir
5953 # Copy depcomp to subdir because otherwise we won't find it if we're
5954 # using a relative directory.
5955 cp "$am_depcomp" conftest.dir
5956 cd conftest.dir
5957 # We will build objects and dependencies in a subdirectory because
5958 # it helps to detect inapplicable dependency modes. For instance
5959 # both Tru64's cc and ICC support -MD to output dependencies as a
5960 # side effect of compilation, but ICC will put the dependencies in
5961 # the current directory while Tru64 will put them in the object
5962 # directory.
5963 mkdir sub
5964
5965 am_cv_CC_dependencies_compiler_type=none
5966 if test "$am_compiler_list" = ""; then
5967 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5968 fi
5969 am__universal=false
5970 case " $depcc " in #(
5971 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5972 esac
5973
5974 for depmode in $am_compiler_list; do
5975 # Setup a source with many dependencies, because some compilers
5976 # like to wrap large dependency lists on column 80 (with \), and
5977 # we should not choose a depcomp mode which is confused by this.
5978 #
5979 # We need to recreate these files for each test, as the compiler may
5980 # overwrite some of them when testing with obscure command lines.
5981 # This happens at least with the AIX C compiler.
5982 : > sub/conftest.c
5983 for i in 1 2 3 4 5 6; do
5984 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5985 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5986 # Solaris 10 /bin/sh.
5987 echo '/* dummy */' > sub/conftst$i.h
5988 done
5989 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5990
5991 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5992 # mode. It turns out that the SunPro C++ compiler does not properly
5993 # handle '-M -o', and we need to detect this. Also, some Intel
5994 # versions had trouble with output in subdirs.
5995 am__obj=sub/conftest.${OBJEXT-o}
5996 am__minus_obj="-o $am__obj"
5997 case $depmode in
5998 gcc)
5999 # This depmode causes a compiler race in universal mode.
6000 test "$am__universal" = false || continue
6001 ;;
6002 nosideeffect)
6003 # After this tag, mechanisms are not by side-effect, so they'll
6004 # only be used when explicitly requested.
6005 if test "x$enable_dependency_tracking" = xyes; then
6006 continue
6007 else
6008 break
6009 fi
6010 ;;
6011 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6012 # This compiler won't grok '-c -o', but also, the minuso test has
6013 # not run yet. These depmodes are late enough in the game, and
6014 # so weak that their functioning should not be impacted.
6015 am__obj=conftest.${OBJEXT-o}
6016 am__minus_obj=
6017 ;;
6018 none) break ;;
6019 esac
6020 if depmode=$depmode \
6021 source=sub/conftest.c object=$am__obj \
6022 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6023 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6024 >/dev/null 2>conftest.err &&
6025 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6026 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6027 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6028 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6029 # icc doesn't choke on unknown options, it will just issue warnings
6030 # or remarks (even with -Werror). So we grep stderr for any message
6031 # that says an option was ignored or not supported.
6032 # When given -MP, icc 7.0 and 7.1 complain thusly:
6033 # icc: Command line warning: ignoring option '-M'; no argument required
6034 # The diagnosis changed in icc 8.0:
6035 # icc: Command line remark: option '-MP' not supported
6036 if (grep 'ignoring option' conftest.err ||
6037 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6038 am_cv_CC_dependencies_compiler_type=$depmode
6039 break
6040 fi
6041 fi
6042 done
6043
6044 cd ..
6045 rm -rf conftest.dir
6046 else
6047 am_cv_CC_dependencies_compiler_type=none
6048 fi
6049
6050 fi
6051 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6052 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
6053 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6054
6055 if
6056 test "x$enable_dependency_tracking" != xno \
6057 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
6058 am__fastdepCC_TRUE=
6059 am__fastdepCC_FALSE='#'
6060 else
6061 am__fastdepCC_TRUE='#'
6062 am__fastdepCC_FALSE=
6063 fi
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073 ac_ext=cpp
6074 ac_cpp='$CXXCPP $CPPFLAGS'
6075 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6076 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6077 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6078 if test -z "$CXX"; then
6079 if test -n "$CCC"; then
6080 CXX=$CCC
6081 else
6082 if test -n "$ac_tool_prefix"; then
6083 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
6084 do
6085 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6086 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6087 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088 printf %s "checking for $ac_word... " >&6; }
6089 if test ${ac_cv_prog_CXX+y}
6090 then :
6091 printf %s "(cached) " >&6
6092 else $as_nop
6093 if test -n "$CXX"; then
6094 ac_cv_prog_CXX="$CXX" # Let the user override the test.
6095 else
6096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097 for as_dir in $PATH
6098 do
6099 IFS=$as_save_IFS
6100 case $as_dir in #(((
6101 '') as_dir=./ ;;
6102 */) ;;
6103 *) as_dir=$as_dir/ ;;
6104 esac
6105 for ac_exec_ext in '' $ac_executable_extensions; do
6106 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6107 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
6108 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6109 break 2
6110 fi
6111 done
6112 done
6113 IFS=$as_save_IFS
6114
6115 fi
6116 fi
6117 CXX=$ac_cv_prog_CXX
6118 if test -n "$CXX"; then
6119 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
6120 printf "%s\n" "$CXX" >&6; }
6121 else
6122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6123 printf "%s\n" "no" >&6; }
6124 fi
6125
6126
6127 test -n "$CXX" && break
6128 done
6129 fi
6130 if test -z "$CXX"; then
6131 ac_ct_CXX=$CXX
6132 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++
6133 do
6134 # Extract the first word of "$ac_prog", so it can be a program name with args.
6135 set dummy $ac_prog; ac_word=$2
6136 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6137 printf %s "checking for $ac_word... " >&6; }
6138 if test ${ac_cv_prog_ac_ct_CXX+y}
6139 then :
6140 printf %s "(cached) " >&6
6141 else $as_nop
6142 if test -n "$ac_ct_CXX"; then
6143 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
6144 else
6145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146 for as_dir in $PATH
6147 do
6148 IFS=$as_save_IFS
6149 case $as_dir in #(((
6150 '') as_dir=./ ;;
6151 */) ;;
6152 *) as_dir=$as_dir/ ;;
6153 esac
6154 for ac_exec_ext in '' $ac_executable_extensions; do
6155 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
6156 ac_cv_prog_ac_ct_CXX="$ac_prog"
6157 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
6158 break 2
6159 fi
6160 done
6161 done
6162 IFS=$as_save_IFS
6163
6164 fi
6165 fi
6166 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
6167 if test -n "$ac_ct_CXX"; then
6168 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
6169 printf "%s\n" "$ac_ct_CXX" >&6; }
6170 else
6171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172 printf "%s\n" "no" >&6; }
6173 fi
6174
6175
6176 test -n "$ac_ct_CXX" && break
6177 done
6178
6179 if test "x$ac_ct_CXX" = x; then
6180 CXX="g++"
6181 else
6182 case $cross_compiling:$ac_tool_warned in
6183 yes:)
6184 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6185 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6186 ac_tool_warned=yes ;;
6187 esac
6188 CXX=$ac_ct_CXX
6189 fi
6190 fi
6191
6192 fi
6193 fi
6194 # Provide some information about the compiler.
6195 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
6196 set X $ac_compile
6197 ac_compiler=$2
6198 for ac_option in --version -v -V -qversion; do
6199 { { ac_try="$ac_compiler $ac_option >&5"
6200 case "(($ac_try" in
6201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6202 *) ac_try_echo=$ac_try;;
6203 esac
6204 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6205 printf "%s\n" "$ac_try_echo"; } >&5
6206 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
6207 ac_status=$?
6208 if test -s conftest.err; then
6209 sed '10a\
6210 ... rest of stderr output deleted ...
6211 10q' conftest.err >conftest.er1
6212 cat conftest.er1 >&5
6213 fi
6214 rm -f conftest.er1 conftest.err
6215 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6216 test $ac_status = 0; }
6217 done
6218
6219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5
6220 printf %s "checking whether the compiler supports GNU C++... " >&6; }
6221 if test ${ac_cv_cxx_compiler_gnu+y}
6222 then :
6223 printf %s "(cached) " >&6
6224 else $as_nop
6225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6226 /* end confdefs.h. */
6227
6228 int
6229 main (void)
6230 {
6231 #ifndef __GNUC__
6232 choke me
6233 #endif
6234
6235 ;
6236 return 0;
6237 }
6238 _ACEOF
6239 if ac_fn_cxx_try_compile "$LINENO"
6240 then :
6241 ac_compiler_gnu=yes
6242 else $as_nop
6243 ac_compiler_gnu=no
6244 fi
6245 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6246 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
6247
6248 fi
6249 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
6250 printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; }
6251 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6252
6253 if test $ac_compiler_gnu = yes; then
6254 GXX=yes
6255 else
6256 GXX=
6257 fi
6258 ac_test_CXXFLAGS=${CXXFLAGS+y}
6259 ac_save_CXXFLAGS=$CXXFLAGS
6260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
6261 printf %s "checking whether $CXX accepts -g... " >&6; }
6262 if test ${ac_cv_prog_cxx_g+y}
6263 then :
6264 printf %s "(cached) " >&6
6265 else $as_nop
6266 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
6267 ac_cxx_werror_flag=yes
6268 ac_cv_prog_cxx_g=no
6269 CXXFLAGS="-g"
6270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6271 /* end confdefs.h. */
6272
6273 int
6274 main (void)
6275 {
6276
6277 ;
6278 return 0;
6279 }
6280 _ACEOF
6281 if ac_fn_cxx_try_compile "$LINENO"
6282 then :
6283 ac_cv_prog_cxx_g=yes
6284 else $as_nop
6285 CXXFLAGS=""
6286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6287 /* end confdefs.h. */
6288
6289 int
6290 main (void)
6291 {
6292
6293 ;
6294 return 0;
6295 }
6296 _ACEOF
6297 if ac_fn_cxx_try_compile "$LINENO"
6298 then :
6299
6300 else $as_nop
6301 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6302 CXXFLAGS="-g"
6303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6304 /* end confdefs.h. */
6305
6306 int
6307 main (void)
6308 {
6309
6310 ;
6311 return 0;
6312 }
6313 _ACEOF
6314 if ac_fn_cxx_try_compile "$LINENO"
6315 then :
6316 ac_cv_prog_cxx_g=yes
6317 fi
6318 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6319 fi
6320 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6321 fi
6322 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6323 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6324 fi
6325 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
6326 printf "%s\n" "$ac_cv_prog_cxx_g" >&6; }
6327 if test $ac_test_CXXFLAGS; then
6328 CXXFLAGS=$ac_save_CXXFLAGS
6329 elif test $ac_cv_prog_cxx_g = yes; then
6330 if test "$GXX" = yes; then
6331 CXXFLAGS="-g -O2"
6332 else
6333 CXXFLAGS="-g"
6334 fi
6335 else
6336 if test "$GXX" = yes; then
6337 CXXFLAGS="-O2"
6338 else
6339 CXXFLAGS=
6340 fi
6341 fi
6342 ac_prog_cxx_stdcxx=no
6343 if test x$ac_prog_cxx_stdcxx = xno
6344 then :
6345 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
6346 printf %s "checking for $CXX option to enable C++11 features... " >&6; }
6347 if test ${ac_cv_prog_cxx_11+y}
6348 then :
6349 printf %s "(cached) " >&6
6350 else $as_nop
6351 ac_cv_prog_cxx_11=no
6352 ac_save_CXX=$CXX
6353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6354 /* end confdefs.h. */
6355 $ac_cxx_conftest_cxx11_program
6356 _ACEOF
6357 for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA
6358 do
6359 CXX="$ac_save_CXX $ac_arg"
6360 if ac_fn_cxx_try_compile "$LINENO"
6361 then :
6362 ac_cv_prog_cxx_cxx11=$ac_arg
6363 fi
6364 rm -f core conftest.err conftest.$ac_objext conftest.beam
6365 test "x$ac_cv_prog_cxx_cxx11" != "xno" && break
6366 done
6367 rm -f conftest.$ac_ext
6368 CXX=$ac_save_CXX
6369 fi
6370
6371 if test "x$ac_cv_prog_cxx_cxx11" = xno
6372 then :
6373 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6374 printf "%s\n" "unsupported" >&6; }
6375 else $as_nop
6376 if test "x$ac_cv_prog_cxx_cxx11" = x
6377 then :
6378 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6379 printf "%s\n" "none needed" >&6; }
6380 else $as_nop
6381 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5
6382 printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; }
6383 CXX="$CXX $ac_cv_prog_cxx_cxx11"
6384 fi
6385 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11
6386 ac_prog_cxx_stdcxx=cxx11
6387 fi
6388 fi
6389 if test x$ac_prog_cxx_stdcxx = xno
6390 then :
6391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
6392 printf %s "checking for $CXX option to enable C++98 features... " >&6; }
6393 if test ${ac_cv_prog_cxx_98+y}
6394 then :
6395 printf %s "(cached) " >&6
6396 else $as_nop
6397 ac_cv_prog_cxx_98=no
6398 ac_save_CXX=$CXX
6399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6400 /* end confdefs.h. */
6401 $ac_cxx_conftest_cxx98_program
6402 _ACEOF
6403 for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA
6404 do
6405 CXX="$ac_save_CXX $ac_arg"
6406 if ac_fn_cxx_try_compile "$LINENO"
6407 then :
6408 ac_cv_prog_cxx_cxx98=$ac_arg
6409 fi
6410 rm -f core conftest.err conftest.$ac_objext conftest.beam
6411 test "x$ac_cv_prog_cxx_cxx98" != "xno" && break
6412 done
6413 rm -f conftest.$ac_ext
6414 CXX=$ac_save_CXX
6415 fi
6416
6417 if test "x$ac_cv_prog_cxx_cxx98" = xno
6418 then :
6419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6420 printf "%s\n" "unsupported" >&6; }
6421 else $as_nop
6422 if test "x$ac_cv_prog_cxx_cxx98" = x
6423 then :
6424 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6425 printf "%s\n" "none needed" >&6; }
6426 else $as_nop
6427 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5
6428 printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; }
6429 CXX="$CXX $ac_cv_prog_cxx_cxx98"
6430 fi
6431 ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98
6432 ac_prog_cxx_stdcxx=cxx98
6433 fi
6434 fi
6435
6436 ac_ext=c
6437 ac_cpp='$CPP $CPPFLAGS'
6438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6441
6442 depcc="$CXX" am_compiler_list=
6443
6444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6445 printf %s "checking dependency style of $depcc... " >&6; }
6446 if test ${am_cv_CXX_dependencies_compiler_type+y}
6447 then :
6448 printf %s "(cached) " >&6
6449 else $as_nop
6450 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6451 # We make a subdir and do the tests there. Otherwise we can end up
6452 # making bogus files that we don't know about and never remove. For
6453 # instance it was reported that on HP-UX the gcc test will end up
6454 # making a dummy file named 'D' -- because '-MD' means "put the output
6455 # in D".
6456 rm -rf conftest.dir
6457 mkdir conftest.dir
6458 # Copy depcomp to subdir because otherwise we won't find it if we're
6459 # using a relative directory.
6460 cp "$am_depcomp" conftest.dir
6461 cd conftest.dir
6462 # We will build objects and dependencies in a subdirectory because
6463 # it helps to detect inapplicable dependency modes. For instance
6464 # both Tru64's cc and ICC support -MD to output dependencies as a
6465 # side effect of compilation, but ICC will put the dependencies in
6466 # the current directory while Tru64 will put them in the object
6467 # directory.
6468 mkdir sub
6469
6470 am_cv_CXX_dependencies_compiler_type=none
6471 if test "$am_compiler_list" = ""; then
6472 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6473 fi
6474 am__universal=false
6475 case " $depcc " in #(
6476 *\ -arch\ *\ -arch\ *) am__universal=true ;;
6477 esac
6478
6479 for depmode in $am_compiler_list; do
6480 # Setup a source with many dependencies, because some compilers
6481 # like to wrap large dependency lists on column 80 (with \), and
6482 # we should not choose a depcomp mode which is confused by this.
6483 #
6484 # We need to recreate these files for each test, as the compiler may
6485 # overwrite some of them when testing with obscure command lines.
6486 # This happens at least with the AIX C compiler.
6487 : > sub/conftest.c
6488 for i in 1 2 3 4 5 6; do
6489 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6490 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
6491 # Solaris 10 /bin/sh.
6492 echo '/* dummy */' > sub/conftst$i.h
6493 done
6494 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6495
6496 # We check with '-c' and '-o' for the sake of the "dashmstdout"
6497 # mode. It turns out that the SunPro C++ compiler does not properly
6498 # handle '-M -o', and we need to detect this. Also, some Intel
6499 # versions had trouble with output in subdirs.
6500 am__obj=sub/conftest.${OBJEXT-o}
6501 am__minus_obj="-o $am__obj"
6502 case $depmode in
6503 gcc)
6504 # This depmode causes a compiler race in universal mode.
6505 test "$am__universal" = false || continue
6506 ;;
6507 nosideeffect)
6508 # After this tag, mechanisms are not by side-effect, so they'll
6509 # only be used when explicitly requested.
6510 if test "x$enable_dependency_tracking" = xyes; then
6511 continue
6512 else
6513 break
6514 fi
6515 ;;
6516 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
6517 # This compiler won't grok '-c -o', but also, the minuso test has
6518 # not run yet. These depmodes are late enough in the game, and
6519 # so weak that their functioning should not be impacted.
6520 am__obj=conftest.${OBJEXT-o}
6521 am__minus_obj=
6522 ;;
6523 none) break ;;
6524 esac
6525 if depmode=$depmode \
6526 source=sub/conftest.c object=$am__obj \
6527 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6528 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6529 >/dev/null 2>conftest.err &&
6530 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6531 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6532 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6533 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6534 # icc doesn't choke on unknown options, it will just issue warnings
6535 # or remarks (even with -Werror). So we grep stderr for any message
6536 # that says an option was ignored or not supported.
6537 # When given -MP, icc 7.0 and 7.1 complain thusly:
6538 # icc: Command line warning: ignoring option '-M'; no argument required
6539 # The diagnosis changed in icc 8.0:
6540 # icc: Command line remark: option '-MP' not supported
6541 if (grep 'ignoring option' conftest.err ||
6542 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6543 am_cv_CXX_dependencies_compiler_type=$depmode
6544 break
6545 fi
6546 fi
6547 done
6548
6549 cd ..
6550 rm -rf conftest.dir
6551 else
6552 am_cv_CXX_dependencies_compiler_type=none
6553 fi
6554
6555 fi
6556 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
6557 printf "%s\n" "$am_cv_CXX_dependencies_compiler_type" >&6; }
6558 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6559
6560 if
6561 test "x$enable_dependency_tracking" != xno \
6562 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6563 am__fastdepCXX_TRUE=
6564 am__fastdepCXX_FALSE='#'
6565 else
6566 am__fastdepCXX_TRUE='#'
6567 am__fastdepCXX_FALSE=
6568 fi
6569
6570
6571 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
6572 printf %s "checking for library containing strerror... " >&6; }
6573 if test ${ac_cv_search_strerror+y}
6574 then :
6575 printf %s "(cached) " >&6
6576 else $as_nop
6577 ac_func_search_save_LIBS=$LIBS
6578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6579 /* end confdefs.h. */
6580
6581 /* Override any GCC internal prototype to avoid an error.
6582 Use char because int might match the return type of a GCC
6583 builtin and then its argument prototype would still apply. */
6584 char strerror ();
6585 int
6586 main (void)
6587 {
6588 return strerror ();
6589 ;
6590 return 0;
6591 }
6592 _ACEOF
6593 for ac_lib in '' cposix
6594 do
6595 if test -z "$ac_lib"; then
6596 ac_res="none required"
6597 else
6598 ac_res=-l$ac_lib
6599 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6600 fi
6601 if ac_fn_c_try_link "$LINENO"
6602 then :
6603 ac_cv_search_strerror=$ac_res
6604 fi
6605 rm -f core conftest.err conftest.$ac_objext conftest.beam \
6606 conftest$ac_exeext
6607 if test ${ac_cv_search_strerror+y}
6608 then :
6609 break
6610 fi
6611 done
6612 if test ${ac_cv_search_strerror+y}
6613 then :
6614
6615 else $as_nop
6616 ac_cv_search_strerror=no
6617 fi
6618 rm conftest.$ac_ext
6619 LIBS=$ac_func_search_save_LIBS
6620 fi
6621 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
6622 printf "%s\n" "$ac_cv_search_strerror" >&6; }
6623 ac_res=$ac_cv_search_strerror
6624 if test "$ac_res" != no
6625 then :
6626 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6627
6628 fi
6629
6630 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6631 printf %s "checking for grep that handles long lines and -e... " >&6; }
6632 if test ${ac_cv_path_GREP+y}
6633 then :
6634 printf %s "(cached) " >&6
6635 else $as_nop
6636 if test -z "$GREP"; then
6637 ac_path_GREP_found=false
6638 # Loop through the user's path and test for each of PROGNAME-LIST
6639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6640 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6641 do
6642 IFS=$as_save_IFS
6643 case $as_dir in #(((
6644 '') as_dir=./ ;;
6645 */) ;;
6646 *) as_dir=$as_dir/ ;;
6647 esac
6648 for ac_prog in grep ggrep
6649 do
6650 for ac_exec_ext in '' $ac_executable_extensions; do
6651 ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
6652 as_fn_executable_p "$ac_path_GREP" || continue
6653 # Check for GNU ac_path_GREP and select it if it is found.
6654 # Check for GNU $ac_path_GREP
6655 case `"$ac_path_GREP" --version 2>&1` in
6656 *GNU*)
6657 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6658 *)
6659 ac_count=0
6660 printf %s 0123456789 >"conftest.in"
6661 while :
6662 do
6663 cat "conftest.in" "conftest.in" >"conftest.tmp"
6664 mv "conftest.tmp" "conftest.in"
6665 cp "conftest.in" "conftest.nl"
6666 printf "%s\n" 'GREP' >> "conftest.nl"
6667 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6668 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6669 as_fn_arith $ac_count + 1 && ac_count=$as_val
6670 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6671 # Best one so far, save it but keep looking for a better one
6672 ac_cv_path_GREP="$ac_path_GREP"
6673 ac_path_GREP_max=$ac_count
6674 fi
6675 # 10*(2^10) chars as input seems more than enough
6676 test $ac_count -gt 10 && break
6677 done
6678 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6679 esac
6680
6681 $ac_path_GREP_found && break 3
6682 done
6683 done
6684 done
6685 IFS=$as_save_IFS
6686 if test -z "$ac_cv_path_GREP"; then
6687 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6688 fi
6689 else
6690 ac_cv_path_GREP=$GREP
6691 fi
6692
6693 fi
6694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6695 printf "%s\n" "$ac_cv_path_GREP" >&6; }
6696 GREP="$ac_cv_path_GREP"
6697
6698
6699 # Autoupdate added the next two lines to ensure that your configure
6700 # script's behavior did not change. They are probably safe to remove.
6701
6702 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6703 printf %s "checking for egrep... " >&6; }
6704 if test ${ac_cv_path_EGREP+y}
6705 then :
6706 printf %s "(cached) " >&6
6707 else $as_nop
6708 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6709 then ac_cv_path_EGREP="$GREP -E"
6710 else
6711 if test -z "$EGREP"; then
6712 ac_path_EGREP_found=false
6713 # Loop through the user's path and test for each of PROGNAME-LIST
6714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6715 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6716 do
6717 IFS=$as_save_IFS
6718 case $as_dir in #(((
6719 '') as_dir=./ ;;
6720 */) ;;
6721 *) as_dir=$as_dir/ ;;
6722 esac
6723 for ac_prog in egrep
6724 do
6725 for ac_exec_ext in '' $ac_executable_extensions; do
6726 ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
6727 as_fn_executable_p "$ac_path_EGREP" || continue
6728 # Check for GNU ac_path_EGREP and select it if it is found.
6729 # Check for GNU $ac_path_EGREP
6730 case `"$ac_path_EGREP" --version 2>&1` in
6731 *GNU*)
6732 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6733 *)
6734 ac_count=0
6735 printf %s 0123456789 >"conftest.in"
6736 while :
6737 do
6738 cat "conftest.in" "conftest.in" >"conftest.tmp"
6739 mv "conftest.tmp" "conftest.in"
6740 cp "conftest.in" "conftest.nl"
6741 printf "%s\n" 'EGREP' >> "conftest.nl"
6742 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6743 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6744 as_fn_arith $ac_count + 1 && ac_count=$as_val
6745 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6746 # Best one so far, save it but keep looking for a better one
6747 ac_cv_path_EGREP="$ac_path_EGREP"
6748 ac_path_EGREP_max=$ac_count
6749 fi
6750 # 10*(2^10) chars as input seems more than enough
6751 test $ac_count -gt 10 && break
6752 done
6753 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6754 esac
6755
6756 $ac_path_EGREP_found && break 3
6757 done
6758 done
6759 done
6760 IFS=$as_save_IFS
6761 if test -z "$ac_cv_path_EGREP"; then
6762 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6763 fi
6764 else
6765 ac_cv_path_EGREP=$EGREP
6766 fi
6767
6768 fi
6769 fi
6770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6771 printf "%s\n" "$ac_cv_path_EGREP" >&6; }
6772 EGREP="$ac_cv_path_EGREP"
6773
6774
6775
6776 case `pwd` in
6777 *\ * | *\ *)
6778 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6779 printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6780 esac
6781
6782
6783
6784 macro_version='2.4.7'
6785 macro_revision='2.4.7'
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800 ltmain=$ac_aux_dir/ltmain.sh
6801
6802
6803
6804 # Make sure we can run config.sub.
6805 $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
6806 as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
6807
6808 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
6809 printf %s "checking build system type... " >&6; }
6810 if test ${ac_cv_build+y}
6811 then :
6812 printf %s "(cached) " >&6
6813 else $as_nop
6814 ac_build_alias=$build_alias
6815 test "x$ac_build_alias" = x &&
6816 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
6817 test "x$ac_build_alias" = x &&
6818 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6819 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
6820 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
6821
6822 fi
6823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
6824 printf "%s\n" "$ac_cv_build" >&6; }
6825 case $ac_cv_build in
6826 *-*-*) ;;
6827 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6828 esac
6829 build=$ac_cv_build
6830 ac_save_IFS=$IFS; IFS='-'
6831 set x $ac_cv_build
6832 shift
6833 build_cpu=$1
6834 build_vendor=$2
6835 shift; shift
6836 # Remember, the first character of IFS is used to create $*,
6837 # except with old shells:
6838 build_os=$*
6839 IFS=$ac_save_IFS
6840 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
6841
6842
6843 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
6844 printf %s "checking host system type... " >&6; }
6845 if test ${ac_cv_host+y}
6846 then :
6847 printf %s "(cached) " >&6
6848 else $as_nop
6849 if test "x$host_alias" = x; then
6850 ac_cv_host=$ac_cv_build
6851 else
6852 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
6853 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
6854 fi
6855
6856 fi
6857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
6858 printf "%s\n" "$ac_cv_host" >&6; }
6859 case $ac_cv_host in
6860 *-*-*) ;;
6861 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6862 esac
6863 host=$ac_cv_host
6864 ac_save_IFS=$IFS; IFS='-'
6865 set x $ac_cv_host
6866 shift
6867 host_cpu=$1
6868 host_vendor=$2
6869 shift; shift
6870 # Remember, the first character of IFS is used to create $*,
6871 # except with old shells:
6872 host_os=$*
6873 IFS=$ac_save_IFS
6874 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6875
6876
6877 # Backslashify metacharacters that are still active within
6878 # double-quoted strings.
6879 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6880
6881 # Same as above, but do not quote variable references.
6882 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6883
6884 # Sed substitution to delay expansion of an escaped shell variable in a
6885 # double_quote_subst'ed string.
6886 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6887
6888 # Sed substitution to delay expansion of an escaped single quote.
6889 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6890
6891 # Sed substitution to avoid accidental globbing in evaled expressions
6892 no_glob_subst='s/\*/\\\*/g'
6893
6894 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6895 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6896 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6897
6898 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6899 printf %s "checking how to print strings... " >&6; }
6900 # Test print first, because it will be a builtin if present.
6901 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
6902 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6903 ECHO='print -r --'
6904 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6905 ECHO='printf %s\n'
6906 else
6907 # Use this function as a fallback that always works.
6908 func_fallback_echo ()
6909 {
6910 eval 'cat <<_LTECHO_EOF
6911 $1
6912 _LTECHO_EOF'
6913 }
6914 ECHO='func_fallback_echo'
6915 fi
6916
6917 # func_echo_all arg...
6918 # Invoke $ECHO with all args, space-separated.
6919 func_echo_all ()
6920 {
6921 $ECHO ""
6922 }
6923
6924 case $ECHO in
6925 printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6926 printf "%s\n" "printf" >&6; } ;;
6927 print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6928 printf "%s\n" "print -r" >&6; } ;;
6929 *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6930 printf "%s\n" "cat" >&6; } ;;
6931 esac
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6947 printf %s "checking for a sed that does not truncate output... " >&6; }
6948 if test ${ac_cv_path_SED+y}
6949 then :
6950 printf %s "(cached) " >&6
6951 else $as_nop
6952 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6953 for ac_i in 1 2 3 4 5 6 7; do
6954 ac_script="$ac_script$as_nl$ac_script"
6955 done
6956 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6957 { ac_script=; unset ac_script;}
6958 if test -z "$SED"; then
6959 ac_path_SED_found=false
6960 # Loop through the user's path and test for each of PROGNAME-LIST
6961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6962 for as_dir in $PATH
6963 do
6964 IFS=$as_save_IFS
6965 case $as_dir in #(((
6966 '') as_dir=./ ;;
6967 */) ;;
6968 *) as_dir=$as_dir/ ;;
6969 esac
6970 for ac_prog in sed gsed
6971 do
6972 for ac_exec_ext in '' $ac_executable_extensions; do
6973 ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
6974 as_fn_executable_p "$ac_path_SED" || continue
6975 # Check for GNU ac_path_SED and select it if it is found.
6976 # Check for GNU $ac_path_SED
6977 case `"$ac_path_SED" --version 2>&1` in
6978 *GNU*)
6979 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6980 *)
6981 ac_count=0
6982 printf %s 0123456789 >"conftest.in"
6983 while :
6984 do
6985 cat "conftest.in" "conftest.in" >"conftest.tmp"
6986 mv "conftest.tmp" "conftest.in"
6987 cp "conftest.in" "conftest.nl"
6988 printf "%s\n" '' >> "conftest.nl"
6989 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6990 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6991 as_fn_arith $ac_count + 1 && ac_count=$as_val
6992 if test $ac_count -gt ${ac_path_SED_max-0}; then
6993 # Best one so far, save it but keep looking for a better one
6994 ac_cv_path_SED="$ac_path_SED"
6995 ac_path_SED_max=$ac_count
6996 fi
6997 # 10*(2^10) chars as input seems more than enough
6998 test $ac_count -gt 10 && break
6999 done
7000 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7001 esac
7002
7003 $ac_path_SED_found && break 3
7004 done
7005 done
7006 done
7007 IFS=$as_save_IFS
7008 if test -z "$ac_cv_path_SED"; then
7009 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7010 fi
7011 else
7012 ac_cv_path_SED=$SED
7013 fi
7014
7015 fi
7016 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
7017 printf "%s\n" "$ac_cv_path_SED" >&6; }
7018 SED="$ac_cv_path_SED"
7019 rm -f conftest.sed
7020
7021 test -z "$SED" && SED=sed
7022 Xsed="$SED -e 1s/^X//"
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
7035 printf %s "checking for fgrep... " >&6; }
7036 if test ${ac_cv_path_FGREP+y}
7037 then :
7038 printf %s "(cached) " >&6
7039 else $as_nop
7040 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
7041 then ac_cv_path_FGREP="$GREP -F"
7042 else
7043 if test -z "$FGREP"; then
7044 ac_path_FGREP_found=false
7045 # Loop through the user's path and test for each of PROGNAME-LIST
7046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7047 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
7048 do
7049 IFS=$as_save_IFS
7050 case $as_dir in #(((
7051 '') as_dir=./ ;;
7052 */) ;;
7053 *) as_dir=$as_dir/ ;;
7054 esac
7055 for ac_prog in fgrep
7056 do
7057 for ac_exec_ext in '' $ac_executable_extensions; do
7058 ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
7059 as_fn_executable_p "$ac_path_FGREP" || continue
7060 # Check for GNU ac_path_FGREP and select it if it is found.
7061 # Check for GNU $ac_path_FGREP
7062 case `"$ac_path_FGREP" --version 2>&1` in
7063 *GNU*)
7064 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
7065 *)
7066 ac_count=0
7067 printf %s 0123456789 >"conftest.in"
7068 while :
7069 do
7070 cat "conftest.in" "conftest.in" >"conftest.tmp"
7071 mv "conftest.tmp" "conftest.in"
7072 cp "conftest.in" "conftest.nl"
7073 printf "%s\n" 'FGREP' >> "conftest.nl"
7074 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
7075 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7076 as_fn_arith $ac_count + 1 && ac_count=$as_val
7077 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
7078 # Best one so far, save it but keep looking for a better one
7079 ac_cv_path_FGREP="$ac_path_FGREP"
7080 ac_path_FGREP_max=$ac_count
7081 fi
7082 # 10*(2^10) chars as input seems more than enough
7083 test $ac_count -gt 10 && break
7084 done
7085 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7086 esac
7087
7088 $ac_path_FGREP_found && break 3
7089 done
7090 done
7091 done
7092 IFS=$as_save_IFS
7093 if test -z "$ac_cv_path_FGREP"; then
7094 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
7095 fi
7096 else
7097 ac_cv_path_FGREP=$FGREP
7098 fi
7099
7100 fi
7101 fi
7102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
7103 printf "%s\n" "$ac_cv_path_FGREP" >&6; }
7104 FGREP="$ac_cv_path_FGREP"
7105
7106
7107 test -z "$GREP" && GREP=grep
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127 # Check whether --with-gnu-ld was given.
7128 if test ${with_gnu_ld+y}
7129 then :
7130 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
7131 else $as_nop
7132 with_gnu_ld=no
7133 fi
7134
7135 ac_prog=ld
7136 if test yes = "$GCC"; then
7137 # Check if gcc -print-prog-name=ld gives a path.
7138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
7139 printf %s "checking for ld used by $CC... " >&6; }
7140 case $host in
7141 *-*-mingw*)
7142 # gcc leaves a trailing carriage return, which upsets mingw
7143 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7144 *)
7145 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7146 esac
7147 case $ac_prog in
7148 # Accept absolute paths.
7149 [\\/]* | ?:[\\/]*)
7150 re_direlt='/[^/][^/]*/\.\./'
7151 # Canonicalize the pathname of ld
7152 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
7153 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
7154 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
7155 done
7156 test -z "$LD" && LD=$ac_prog
7157 ;;
7158 "")
7159 # If it fails, then pretend we aren't using GCC.
7160 ac_prog=ld
7161 ;;
7162 *)
7163 # If it is relative, then search for the first ld in PATH.
7164 with_gnu_ld=unknown
7165 ;;
7166 esac
7167 elif test yes = "$with_gnu_ld"; then
7168 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
7169 printf %s "checking for GNU ld... " >&6; }
7170 else
7171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
7172 printf %s "checking for non-GNU ld... " >&6; }
7173 fi
7174 if test ${lt_cv_path_LD+y}
7175 then :
7176 printf %s "(cached) " >&6
7177 else $as_nop
7178 if test -z "$LD"; then
7179 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
7180 for ac_dir in $PATH; do
7181 IFS=$lt_save_ifs
7182 test -z "$ac_dir" && ac_dir=.
7183 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7184 lt_cv_path_LD=$ac_dir/$ac_prog
7185 # Check to see if the program is GNU ld. I'd rather use --version,
7186 # but apparently some variants of GNU ld only accept -v.
7187 # Break only if it was the GNU/non-GNU ld that we prefer.
7188 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7189 *GNU* | *'with BFD'*)
7190 test no != "$with_gnu_ld" && break
7191 ;;
7192 *)
7193 test yes != "$with_gnu_ld" && break
7194 ;;
7195 esac
7196 fi
7197 done
7198 IFS=$lt_save_ifs
7199 else
7200 lt_cv_path_LD=$LD # Let the user override the test with a path.
7201 fi
7202 fi
7203
7204 LD=$lt_cv_path_LD
7205 if test -n "$LD"; then
7206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
7207 printf "%s\n" "$LD" >&6; }
7208 else
7209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7210 printf "%s\n" "no" >&6; }
7211 fi
7212 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
7213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
7214 printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
7215 if test ${lt_cv_prog_gnu_ld+y}
7216 then :
7217 printf %s "(cached) " >&6
7218 else $as_nop
7219 # I'd rather use --version here, but apparently some GNU lds only accept -v.
7220 case `$LD -v 2>&1 </dev/null` in
7221 *GNU* | *'with BFD'*)
7222 lt_cv_prog_gnu_ld=yes
7223 ;;
7224 *)
7225 lt_cv_prog_gnu_ld=no
7226 ;;
7227 esac
7228 fi
7229 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
7230 printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
7231 with_gnu_ld=$lt_cv_prog_gnu_ld
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
7242 printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
7243 if test ${lt_cv_path_NM+y}
7244 then :
7245 printf %s "(cached) " >&6
7246 else $as_nop
7247 if test -n "$NM"; then
7248 # Let the user override the test.
7249 lt_cv_path_NM=$NM
7250 else
7251 lt_nm_to_check=${ac_tool_prefix}nm
7252 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
7253 lt_nm_to_check="$lt_nm_to_check nm"
7254 fi
7255 for lt_tmp_nm in $lt_nm_to_check; do
7256 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
7257 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
7258 IFS=$lt_save_ifs
7259 test -z "$ac_dir" && ac_dir=.
7260 tmp_nm=$ac_dir/$lt_tmp_nm
7261 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
7262 # Check to see if the nm accepts a BSD-compat flag.
7263 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
7264 # nm: unknown option "B" ignored
7265 # Tru64's nm complains that /dev/null is an invalid object file
7266 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
7267 case $build_os in
7268 mingw*) lt_bad_file=conftest.nm/nofile ;;
7269 *) lt_bad_file=/dev/null ;;
7270 esac
7271 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
7272 *$lt_bad_file* | *'Invalid file or object type'*)
7273 lt_cv_path_NM="$tmp_nm -B"
7274 break 2
7275 ;;
7276 *)
7277 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
7278 */dev/null*)
7279 lt_cv_path_NM="$tmp_nm -p"
7280 break 2
7281 ;;
7282 *)
7283 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
7284 continue # so that we can try to find one that supports BSD flags
7285 ;;
7286 esac
7287 ;;
7288 esac
7289 fi
7290 done
7291 IFS=$lt_save_ifs
7292 done
7293 : ${lt_cv_path_NM=no}
7294 fi
7295 fi
7296 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
7297 printf "%s\n" "$lt_cv_path_NM" >&6; }
7298 if test no != "$lt_cv_path_NM"; then
7299 NM=$lt_cv_path_NM
7300 else
7301 # Didn't find any BSD compatible name lister, look for dumpbin.
7302 if test -n "$DUMPBIN"; then :
7303 # Let the user override the test.
7304 else
7305 if test -n "$ac_tool_prefix"; then
7306 for ac_prog in dumpbin "link -dump"
7307 do
7308 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7309 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311 printf %s "checking for $ac_word... " >&6; }
7312 if test ${ac_cv_prog_DUMPBIN+y}
7313 then :
7314 printf %s "(cached) " >&6
7315 else $as_nop
7316 if test -n "$DUMPBIN"; then
7317 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
7318 else
7319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 for as_dir in $PATH
7321 do
7322 IFS=$as_save_IFS
7323 case $as_dir in #(((
7324 '') as_dir=./ ;;
7325 */) ;;
7326 *) as_dir=$as_dir/ ;;
7327 esac
7328 for ac_exec_ext in '' $ac_executable_extensions; do
7329 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7330 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
7331 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7332 break 2
7333 fi
7334 done
7335 done
7336 IFS=$as_save_IFS
7337
7338 fi
7339 fi
7340 DUMPBIN=$ac_cv_prog_DUMPBIN
7341 if test -n "$DUMPBIN"; then
7342 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
7343 printf "%s\n" "$DUMPBIN" >&6; }
7344 else
7345 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7346 printf "%s\n" "no" >&6; }
7347 fi
7348
7349
7350 test -n "$DUMPBIN" && break
7351 done
7352 fi
7353 if test -z "$DUMPBIN"; then
7354 ac_ct_DUMPBIN=$DUMPBIN
7355 for ac_prog in dumpbin "link -dump"
7356 do
7357 # Extract the first word of "$ac_prog", so it can be a program name with args.
7358 set dummy $ac_prog; ac_word=$2
7359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360 printf %s "checking for $ac_word... " >&6; }
7361 if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
7362 then :
7363 printf %s "(cached) " >&6
7364 else $as_nop
7365 if test -n "$ac_ct_DUMPBIN"; then
7366 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
7367 else
7368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7369 for as_dir in $PATH
7370 do
7371 IFS=$as_save_IFS
7372 case $as_dir in #(((
7373 '') as_dir=./ ;;
7374 */) ;;
7375 *) as_dir=$as_dir/ ;;
7376 esac
7377 for ac_exec_ext in '' $ac_executable_extensions; do
7378 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7379 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
7380 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7381 break 2
7382 fi
7383 done
7384 done
7385 IFS=$as_save_IFS
7386
7387 fi
7388 fi
7389 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
7390 if test -n "$ac_ct_DUMPBIN"; then
7391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
7392 printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
7393 else
7394 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7395 printf "%s\n" "no" >&6; }
7396 fi
7397
7398
7399 test -n "$ac_ct_DUMPBIN" && break
7400 done
7401
7402 if test "x$ac_ct_DUMPBIN" = x; then
7403 DUMPBIN=":"
7404 else
7405 case $cross_compiling:$ac_tool_warned in
7406 yes:)
7407 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7408 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7409 ac_tool_warned=yes ;;
7410 esac
7411 DUMPBIN=$ac_ct_DUMPBIN
7412 fi
7413 fi
7414
7415 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
7416 *COFF*)
7417 DUMPBIN="$DUMPBIN -symbols -headers"
7418 ;;
7419 *)
7420 DUMPBIN=:
7421 ;;
7422 esac
7423 fi
7424
7425 if test : != "$DUMPBIN"; then
7426 NM=$DUMPBIN
7427 fi
7428 fi
7429 test -z "$NM" && NM=nm
7430
7431
7432
7433
7434
7435
7436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
7437 printf %s "checking the name lister ($NM) interface... " >&6; }
7438 if test ${lt_cv_nm_interface+y}
7439 then :
7440 printf %s "(cached) " >&6
7441 else $as_nop
7442 lt_cv_nm_interface="BSD nm"
7443 echo "int some_variable = 0;" > conftest.$ac_ext
7444 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
7445 (eval "$ac_compile" 2>conftest.err)
7446 cat conftest.err >&5
7447 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7448 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7449 cat conftest.err >&5
7450 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
7451 cat conftest.out >&5
7452 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7453 lt_cv_nm_interface="MS dumpbin"
7454 fi
7455 rm -f conftest*
7456 fi
7457 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
7458 printf "%s\n" "$lt_cv_nm_interface" >&6; }
7459
7460 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7461 printf %s "checking whether ln -s works... " >&6; }
7462 LN_S=$as_ln_s
7463 if test "$LN_S" = "ln -s"; then
7464 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7465 printf "%s\n" "yes" >&6; }
7466 else
7467 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7468 printf "%s\n" "no, using $LN_S" >&6; }
7469 fi
7470
7471 # find the maximum length of command line arguments
7472 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
7473 printf %s "checking the maximum length of command line arguments... " >&6; }
7474 if test ${lt_cv_sys_max_cmd_len+y}
7475 then :
7476 printf %s "(cached) " >&6
7477 else $as_nop
7478 i=0
7479 teststring=ABCD
7480
7481 case $build_os in
7482 msdosdjgpp*)
7483 # On DJGPP, this test can blow up pretty badly due to problems in libc
7484 # (any single argument exceeding 2000 bytes causes a buffer overrun
7485 # during glob expansion). Even if it were fixed, the result of this
7486 # check would be larger than it should be.
7487 lt_cv_sys_max_cmd_len=12288; # 12K is about right
7488 ;;
7489
7490 gnu*)
7491 # Under GNU Hurd, this test is not required because there is
7492 # no limit to the length of command line arguments.
7493 # Libtool will interpret -1 as no limit whatsoever
7494 lt_cv_sys_max_cmd_len=-1;
7495 ;;
7496
7497 cygwin* | mingw* | cegcc*)
7498 # On Win9x/ME, this test blows up -- it succeeds, but takes
7499 # about 5 minutes as the teststring grows exponentially.
7500 # Worse, since 9x/ME are not pre-emptively multitasking,
7501 # you end up with a "frozen" computer, even though with patience
7502 # the test eventually succeeds (with a max line length of 256k).
7503 # Instead, let's just punt: use the minimum linelength reported by
7504 # all of the supported platforms: 8192 (on NT/2K/XP).
7505 lt_cv_sys_max_cmd_len=8192;
7506 ;;
7507
7508 mint*)
7509 # On MiNT this can take a long time and run out of memory.
7510 lt_cv_sys_max_cmd_len=8192;
7511 ;;
7512
7513 amigaos*)
7514 # On AmigaOS with pdksh, this test takes hours, literally.
7515 # So we just punt and use a minimum line length of 8192.
7516 lt_cv_sys_max_cmd_len=8192;
7517 ;;
7518
7519 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
7520 # This has been around since 386BSD, at least. Likely further.
7521 if test -x /sbin/sysctl; then
7522 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
7523 elif test -x /usr/sbin/sysctl; then
7524 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
7525 else
7526 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
7527 fi
7528 # And add a safety zone
7529 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7530 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7531 ;;
7532
7533 interix*)
7534 # We know the value 262144 and hardcode it with a safety zone (like BSD)
7535 lt_cv_sys_max_cmd_len=196608
7536 ;;
7537
7538 os2*)
7539 # The test takes a long time on OS/2.
7540 lt_cv_sys_max_cmd_len=8192
7541 ;;
7542
7543 osf*)
7544 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
7545 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
7546 # nice to cause kernel panics so lets avoid the loop below.
7547 # First set a reasonable default.
7548 lt_cv_sys_max_cmd_len=16384
7549 #
7550 if test -x /sbin/sysconfig; then
7551 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
7552 *1*) lt_cv_sys_max_cmd_len=-1 ;;
7553 esac
7554 fi
7555 ;;
7556 sco3.2v5*)
7557 lt_cv_sys_max_cmd_len=102400
7558 ;;
7559 sysv5* | sco5v6* | sysv4.2uw2*)
7560 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
7561 if test -n "$kargmax"; then
7562 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[ ]//'`
7563 else
7564 lt_cv_sys_max_cmd_len=32768
7565 fi
7566 ;;
7567 *)
7568 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
7569 if test -n "$lt_cv_sys_max_cmd_len" && \
7570 test undefined != "$lt_cv_sys_max_cmd_len"; then
7571 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7572 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7573 else
7574 # Make teststring a little bigger before we do anything with it.
7575 # a 1K string should be a reasonable start.
7576 for i in 1 2 3 4 5 6 7 8; do
7577 teststring=$teststring$teststring
7578 done
7579 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
7580 # If test is not a shell built-in, we'll probably end up computing a
7581 # maximum length that is only half of the actual maximum length, but
7582 # we can't tell.
7583 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
7584 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
7585 test 17 != "$i" # 1/2 MB should be enough
7586 do
7587 i=`expr $i + 1`
7588 teststring=$teststring$teststring
7589 done
7590 # Only check the string length outside the loop.
7591 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
7592 teststring=
7593 # Add a significant safety factor because C++ compilers can tack on
7594 # massive amounts of additional arguments before passing them to the
7595 # linker. It appears as though 1/2 is a usable value.
7596 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
7597 fi
7598 ;;
7599 esac
7600
7601 fi
7602
7603 if test -n "$lt_cv_sys_max_cmd_len"; then
7604 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
7605 printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
7606 else
7607 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
7608 printf "%s\n" "none" >&6; }
7609 fi
7610 max_cmd_len=$lt_cv_sys_max_cmd_len
7611
7612
7613
7614
7615
7616
7617 : ${CP="cp -f"}
7618 : ${MV="mv -f"}
7619 : ${RM="rm -f"}
7620
7621 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7622 lt_unset=unset
7623 else
7624 lt_unset=false
7625 fi
7626
7627
7628
7629
7630
7631 # test EBCDIC or ASCII
7632 case `echo X|tr X '\101'` in
7633 A) # ASCII based system
7634 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
7635 lt_SP2NL='tr \040 \012'
7636 lt_NL2SP='tr \015\012 \040\040'
7637 ;;
7638 *) # EBCDIC based system
7639 lt_SP2NL='tr \100 \n'
7640 lt_NL2SP='tr \r\n \100\100'
7641 ;;
7642 esac
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
7653 printf %s "checking how to convert $build file names to $host format... " >&6; }
7654 if test ${lt_cv_to_host_file_cmd+y}
7655 then :
7656 printf %s "(cached) " >&6
7657 else $as_nop
7658 case $host in
7659 *-*-mingw* )
7660 case $build in
7661 *-*-mingw* ) # actually msys
7662 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
7663 ;;
7664 *-*-cygwin* )
7665 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
7666 ;;
7667 * ) # otherwise, assume *nix
7668 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
7669 ;;
7670 esac
7671 ;;
7672 *-*-cygwin* )
7673 case $build in
7674 *-*-mingw* ) # actually msys
7675 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
7676 ;;
7677 *-*-cygwin* )
7678 lt_cv_to_host_file_cmd=func_convert_file_noop
7679 ;;
7680 * ) # otherwise, assume *nix
7681 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
7682 ;;
7683 esac
7684 ;;
7685 * ) # unhandled hosts (and "normal" native builds)
7686 lt_cv_to_host_file_cmd=func_convert_file_noop
7687 ;;
7688 esac
7689
7690 fi
7691
7692 to_host_file_cmd=$lt_cv_to_host_file_cmd
7693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
7694 printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
7695
7696
7697
7698
7699
7700 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
7701 printf %s "checking how to convert $build file names to toolchain format... " >&6; }
7702 if test ${lt_cv_to_tool_file_cmd+y}
7703 then :
7704 printf %s "(cached) " >&6
7705 else $as_nop
7706 #assume ordinary cross tools, or native build.
7707 lt_cv_to_tool_file_cmd=func_convert_file_noop
7708 case $host in
7709 *-*-mingw* )
7710 case $build in
7711 *-*-mingw* ) # actually msys
7712 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
7713 ;;
7714 esac
7715 ;;
7716 esac
7717
7718 fi
7719
7720 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
7721 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
7722 printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
7723
7724
7725
7726
7727
7728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
7729 printf %s "checking for $LD option to reload object files... " >&6; }
7730 if test ${lt_cv_ld_reload_flag+y}
7731 then :
7732 printf %s "(cached) " >&6
7733 else $as_nop
7734 lt_cv_ld_reload_flag='-r'
7735 fi
7736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
7737 printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
7738 reload_flag=$lt_cv_ld_reload_flag
7739 case $reload_flag in
7740 "" | " "*) ;;
7741 *) reload_flag=" $reload_flag" ;;
7742 esac
7743 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7744 case $host_os in
7745 cygwin* | mingw* | pw32* | cegcc*)
7746 if test yes != "$GCC"; then
7747 reload_cmds=false
7748 fi
7749 ;;
7750 darwin*)
7751 if test yes = "$GCC"; then
7752 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
7753 else
7754 reload_cmds='$LD$reload_flag -o $output$reload_objs'
7755 fi
7756 ;;
7757 esac
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767 if test -n "$ac_tool_prefix"; then
7768 # Extract the first word of "${ac_tool_prefix}file", so it can be a program name with args.
7769 set dummy ${ac_tool_prefix}file; ac_word=$2
7770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7771 printf %s "checking for $ac_word... " >&6; }
7772 if test ${ac_cv_prog_FILECMD+y}
7773 then :
7774 printf %s "(cached) " >&6
7775 else $as_nop
7776 if test -n "$FILECMD"; then
7777 ac_cv_prog_FILECMD="$FILECMD" # Let the user override the test.
7778 else
7779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7780 for as_dir in $PATH
7781 do
7782 IFS=$as_save_IFS
7783 case $as_dir in #(((
7784 '') as_dir=./ ;;
7785 */) ;;
7786 *) as_dir=$as_dir/ ;;
7787 esac
7788 for ac_exec_ext in '' $ac_executable_extensions; do
7789 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7790 ac_cv_prog_FILECMD="${ac_tool_prefix}file"
7791 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7792 break 2
7793 fi
7794 done
7795 done
7796 IFS=$as_save_IFS
7797
7798 fi
7799 fi
7800 FILECMD=$ac_cv_prog_FILECMD
7801 if test -n "$FILECMD"; then
7802 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FILECMD" >&5
7803 printf "%s\n" "$FILECMD" >&6; }
7804 else
7805 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7806 printf "%s\n" "no" >&6; }
7807 fi
7808
7809
7810 fi
7811 if test -z "$ac_cv_prog_FILECMD"; then
7812 ac_ct_FILECMD=$FILECMD
7813 # Extract the first word of "file", so it can be a program name with args.
7814 set dummy file; ac_word=$2
7815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7816 printf %s "checking for $ac_word... " >&6; }
7817 if test ${ac_cv_prog_ac_ct_FILECMD+y}
7818 then :
7819 printf %s "(cached) " >&6
7820 else $as_nop
7821 if test -n "$ac_ct_FILECMD"; then
7822 ac_cv_prog_ac_ct_FILECMD="$ac_ct_FILECMD" # Let the user override the test.
7823 else
7824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7825 for as_dir in $PATH
7826 do
7827 IFS=$as_save_IFS
7828 case $as_dir in #(((
7829 '') as_dir=./ ;;
7830 */) ;;
7831 *) as_dir=$as_dir/ ;;
7832 esac
7833 for ac_exec_ext in '' $ac_executable_extensions; do
7834 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7835 ac_cv_prog_ac_ct_FILECMD="file"
7836 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7837 break 2
7838 fi
7839 done
7840 done
7841 IFS=$as_save_IFS
7842
7843 fi
7844 fi
7845 ac_ct_FILECMD=$ac_cv_prog_ac_ct_FILECMD
7846 if test -n "$ac_ct_FILECMD"; then
7847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FILECMD" >&5
7848 printf "%s\n" "$ac_ct_FILECMD" >&6; }
7849 else
7850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7851 printf "%s\n" "no" >&6; }
7852 fi
7853
7854 if test "x$ac_ct_FILECMD" = x; then
7855 FILECMD=":"
7856 else
7857 case $cross_compiling:$ac_tool_warned in
7858 yes:)
7859 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7860 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7861 ac_tool_warned=yes ;;
7862 esac
7863 FILECMD=$ac_ct_FILECMD
7864 fi
7865 else
7866 FILECMD="$ac_cv_prog_FILECMD"
7867 fi
7868
7869
7870
7871
7872
7873
7874
7875 if test -n "$ac_tool_prefix"; then
7876 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
7877 set dummy ${ac_tool_prefix}objdump; ac_word=$2
7878 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7879 printf %s "checking for $ac_word... " >&6; }
7880 if test ${ac_cv_prog_OBJDUMP+y}
7881 then :
7882 printf %s "(cached) " >&6
7883 else $as_nop
7884 if test -n "$OBJDUMP"; then
7885 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7886 else
7887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888 for as_dir in $PATH
7889 do
7890 IFS=$as_save_IFS
7891 case $as_dir in #(((
7892 '') as_dir=./ ;;
7893 */) ;;
7894 *) as_dir=$as_dir/ ;;
7895 esac
7896 for ac_exec_ext in '' $ac_executable_extensions; do
7897 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7898 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
7899 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7900 break 2
7901 fi
7902 done
7903 done
7904 IFS=$as_save_IFS
7905
7906 fi
7907 fi
7908 OBJDUMP=$ac_cv_prog_OBJDUMP
7909 if test -n "$OBJDUMP"; then
7910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
7911 printf "%s\n" "$OBJDUMP" >&6; }
7912 else
7913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 printf "%s\n" "no" >&6; }
7915 fi
7916
7917
7918 fi
7919 if test -z "$ac_cv_prog_OBJDUMP"; then
7920 ac_ct_OBJDUMP=$OBJDUMP
7921 # Extract the first word of "objdump", so it can be a program name with args.
7922 set dummy objdump; ac_word=$2
7923 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7924 printf %s "checking for $ac_word... " >&6; }
7925 if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
7926 then :
7927 printf %s "(cached) " >&6
7928 else $as_nop
7929 if test -n "$ac_ct_OBJDUMP"; then
7930 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7931 else
7932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7933 for as_dir in $PATH
7934 do
7935 IFS=$as_save_IFS
7936 case $as_dir in #(((
7937 '') as_dir=./ ;;
7938 */) ;;
7939 *) as_dir=$as_dir/ ;;
7940 esac
7941 for ac_exec_ext in '' $ac_executable_extensions; do
7942 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
7943 ac_cv_prog_ac_ct_OBJDUMP="objdump"
7944 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
7945 break 2
7946 fi
7947 done
7948 done
7949 IFS=$as_save_IFS
7950
7951 fi
7952 fi
7953 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7954 if test -n "$ac_ct_OBJDUMP"; then
7955 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7956 printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
7957 else
7958 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7959 printf "%s\n" "no" >&6; }
7960 fi
7961
7962 if test "x$ac_ct_OBJDUMP" = x; then
7963 OBJDUMP="false"
7964 else
7965 case $cross_compiling:$ac_tool_warned in
7966 yes:)
7967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7968 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7969 ac_tool_warned=yes ;;
7970 esac
7971 OBJDUMP=$ac_ct_OBJDUMP
7972 fi
7973 else
7974 OBJDUMP="$ac_cv_prog_OBJDUMP"
7975 fi
7976
7977 test -z "$OBJDUMP" && OBJDUMP=objdump
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
7988 printf %s "checking how to recognize dependent libraries... " >&6; }
7989 if test ${lt_cv_deplibs_check_method+y}
7990 then :
7991 printf %s "(cached) " >&6
7992 else $as_nop
7993 lt_cv_file_magic_cmd='$MAGIC_CMD'
7994 lt_cv_file_magic_test_file=
7995 lt_cv_deplibs_check_method='unknown'
7996 # Need to set the preceding variable on all platforms that support
7997 # interlibrary dependencies.
7998 # 'none' -- dependencies not supported.
7999 # 'unknown' -- same as none, but documents that we really don't know.
8000 # 'pass_all' -- all dependencies passed with no checks.
8001 # 'test_compile' -- check by making test program.
8002 # 'file_magic [[regex]]' -- check by looking for files in library path
8003 # that responds to the $file_magic_cmd with a given extended regex.
8004 # If you have 'file' or equivalent on your system and you're not sure
8005 # whether 'pass_all' will *always* work, you probably want this one.
8006
8007 case $host_os in
8008 aix[4-9]*)
8009 lt_cv_deplibs_check_method=pass_all
8010 ;;
8011
8012 beos*)
8013 lt_cv_deplibs_check_method=pass_all
8014 ;;
8015
8016 bsdi[45]*)
8017 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
8018 lt_cv_file_magic_cmd='$FILECMD -L'
8019 lt_cv_file_magic_test_file=/shlib/libc.so
8020 ;;
8021
8022 cygwin*)
8023 # func_win32_libid is a shell function defined in ltmain.sh
8024 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
8025 lt_cv_file_magic_cmd='func_win32_libid'
8026 ;;
8027
8028 mingw* | pw32*)
8029 # Base MSYS/MinGW do not provide the 'file' command needed by
8030 # func_win32_libid shell function, so use a weaker test based on 'objdump',
8031 # unless we find 'file', for example because we are cross-compiling.
8032 if ( file / ) >/dev/null 2>&1; then
8033 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
8034 lt_cv_file_magic_cmd='func_win32_libid'
8035 else
8036 # Keep this pattern in sync with the one in func_win32_libid.
8037 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
8038 lt_cv_file_magic_cmd='$OBJDUMP -f'
8039 fi
8040 ;;
8041
8042 cegcc*)
8043 # use the weaker test based on 'objdump'. See mingw*.
8044 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
8045 lt_cv_file_magic_cmd='$OBJDUMP -f'
8046 ;;
8047
8048 darwin* | rhapsody*)
8049 lt_cv_deplibs_check_method=pass_all
8050 ;;
8051
8052 freebsd* | dragonfly* | midnightbsd*)
8053 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
8054 case $host_cpu in
8055 i*86 )
8056 # Not sure whether the presence of OpenBSD here was a mistake.
8057 # Let's accept both of them until this is cleared up.
8058 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
8059 lt_cv_file_magic_cmd=$FILECMD
8060 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
8061 ;;
8062 esac
8063 else
8064 lt_cv_deplibs_check_method=pass_all
8065 fi
8066 ;;
8067
8068 haiku*)
8069 lt_cv_deplibs_check_method=pass_all
8070 ;;
8071
8072 hpux10.20* | hpux11*)
8073 lt_cv_file_magic_cmd=$FILECMD
8074 case $host_cpu in
8075 ia64*)
8076 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
8077 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
8078 ;;
8079 hppa*64*)
8080 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
8081 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
8082 ;;
8083 *)
8084 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
8085 lt_cv_file_magic_test_file=/usr/lib/libc.sl
8086 ;;
8087 esac
8088 ;;
8089
8090 interix[3-9]*)
8091 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
8092 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
8093 ;;
8094
8095 irix5* | irix6* | nonstopux*)
8096 case $LD in
8097 *-32|*"-32 ") libmagic=32-bit;;
8098 *-n32|*"-n32 ") libmagic=N32;;
8099 *-64|*"-64 ") libmagic=64-bit;;
8100 *) libmagic=never-match;;
8101 esac
8102 lt_cv_deplibs_check_method=pass_all
8103 ;;
8104
8105 # This must be glibc/ELF.
8106 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
8107 lt_cv_deplibs_check_method=pass_all
8108 ;;
8109
8110 netbsd* | netbsdelf*-gnu)
8111 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
8112 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
8113 else
8114 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
8115 fi
8116 ;;
8117
8118 newos6*)
8119 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
8120 lt_cv_file_magic_cmd=$FILECMD
8121 lt_cv_file_magic_test_file=/usr/lib/libnls.so
8122 ;;
8123
8124 *nto* | *qnx*)
8125 lt_cv_deplibs_check_method=pass_all
8126 ;;
8127
8128 openbsd* | bitrig*)
8129 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
8130 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
8131 else
8132 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
8133 fi
8134 ;;
8135
8136 osf3* | osf4* | osf5*)
8137 lt_cv_deplibs_check_method=pass_all
8138 ;;
8139
8140 rdos*)
8141 lt_cv_deplibs_check_method=pass_all
8142 ;;
8143
8144 solaris*)
8145 lt_cv_deplibs_check_method=pass_all
8146 ;;
8147
8148 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
8149 lt_cv_deplibs_check_method=pass_all
8150 ;;
8151
8152 sysv4 | sysv4.3*)
8153 case $host_vendor in
8154 motorola)
8155 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
8156 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
8157 ;;
8158 ncr)
8159 lt_cv_deplibs_check_method=pass_all
8160 ;;
8161 sequent)
8162 lt_cv_file_magic_cmd='/bin/file'
8163 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
8164 ;;
8165 sni)
8166 lt_cv_file_magic_cmd='/bin/file'
8167 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
8168 lt_cv_file_magic_test_file=/lib/libc.so
8169 ;;
8170 siemens)
8171 lt_cv_deplibs_check_method=pass_all
8172 ;;
8173 pc)
8174 lt_cv_deplibs_check_method=pass_all
8175 ;;
8176 esac
8177 ;;
8178
8179 tpf*)
8180 lt_cv_deplibs_check_method=pass_all
8181 ;;
8182 os2*)
8183 lt_cv_deplibs_check_method=pass_all
8184 ;;
8185 esac
8186
8187 fi
8188 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
8189 printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
8190
8191 file_magic_glob=
8192 want_nocaseglob=no
8193 if test "$build" = "$host"; then
8194 case $host_os in
8195 mingw* | pw32*)
8196 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
8197 want_nocaseglob=yes
8198 else
8199 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
8200 fi
8201 ;;
8202 esac
8203 fi
8204
8205 file_magic_cmd=$lt_cv_file_magic_cmd
8206 deplibs_check_method=$lt_cv_deplibs_check_method
8207 test -z "$deplibs_check_method" && deplibs_check_method=unknown
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230 if test -n "$ac_tool_prefix"; then
8231 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8232 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8234 printf %s "checking for $ac_word... " >&6; }
8235 if test ${ac_cv_prog_DLLTOOL+y}
8236 then :
8237 printf %s "(cached) " >&6
8238 else $as_nop
8239 if test -n "$DLLTOOL"; then
8240 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8241 else
8242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8243 for as_dir in $PATH
8244 do
8245 IFS=$as_save_IFS
8246 case $as_dir in #(((
8247 '') as_dir=./ ;;
8248 */) ;;
8249 *) as_dir=$as_dir/ ;;
8250 esac
8251 for ac_exec_ext in '' $ac_executable_extensions; do
8252 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8253 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8254 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8255 break 2
8256 fi
8257 done
8258 done
8259 IFS=$as_save_IFS
8260
8261 fi
8262 fi
8263 DLLTOOL=$ac_cv_prog_DLLTOOL
8264 if test -n "$DLLTOOL"; then
8265 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8266 printf "%s\n" "$DLLTOOL" >&6; }
8267 else
8268 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8269 printf "%s\n" "no" >&6; }
8270 fi
8271
8272
8273 fi
8274 if test -z "$ac_cv_prog_DLLTOOL"; then
8275 ac_ct_DLLTOOL=$DLLTOOL
8276 # Extract the first word of "dlltool", so it can be a program name with args.
8277 set dummy dlltool; ac_word=$2
8278 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8279 printf %s "checking for $ac_word... " >&6; }
8280 if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
8281 then :
8282 printf %s "(cached) " >&6
8283 else $as_nop
8284 if test -n "$ac_ct_DLLTOOL"; then
8285 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8286 else
8287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8288 for as_dir in $PATH
8289 do
8290 IFS=$as_save_IFS
8291 case $as_dir in #(((
8292 '') as_dir=./ ;;
8293 */) ;;
8294 *) as_dir=$as_dir/ ;;
8295 esac
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8298 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8299 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8300 break 2
8301 fi
8302 done
8303 done
8304 IFS=$as_save_IFS
8305
8306 fi
8307 fi
8308 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8309 if test -n "$ac_ct_DLLTOOL"; then
8310 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8311 printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
8312 else
8313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8314 printf "%s\n" "no" >&6; }
8315 fi
8316
8317 if test "x$ac_ct_DLLTOOL" = x; then
8318 DLLTOOL="false"
8319 else
8320 case $cross_compiling:$ac_tool_warned in
8321 yes:)
8322 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8323 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8324 ac_tool_warned=yes ;;
8325 esac
8326 DLLTOOL=$ac_ct_DLLTOOL
8327 fi
8328 else
8329 DLLTOOL="$ac_cv_prog_DLLTOOL"
8330 fi
8331
8332 test -z "$DLLTOOL" && DLLTOOL=dlltool
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
8344 printf %s "checking how to associate runtime and link libraries... " >&6; }
8345 if test ${lt_cv_sharedlib_from_linklib_cmd+y}
8346 then :
8347 printf %s "(cached) " >&6
8348 else $as_nop
8349 lt_cv_sharedlib_from_linklib_cmd='unknown'
8350
8351 case $host_os in
8352 cygwin* | mingw* | pw32* | cegcc*)
8353 # two different shell functions defined in ltmain.sh;
8354 # decide which one to use based on capabilities of $DLLTOOL
8355 case `$DLLTOOL --help 2>&1` in
8356 *--identify-strict*)
8357 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
8358 ;;
8359 *)
8360 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
8361 ;;
8362 esac
8363 ;;
8364 *)
8365 # fallback: assume linklib IS sharedlib
8366 lt_cv_sharedlib_from_linklib_cmd=$ECHO
8367 ;;
8368 esac
8369
8370 fi
8371 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
8372 printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
8373 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
8374 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
8375
8376
8377
8378
8379
8380
8381
8382 if test -n "$ac_tool_prefix"; then
8383 for ac_prog in ar
8384 do
8385 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8386 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8387 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388 printf %s "checking for $ac_word... " >&6; }
8389 if test ${ac_cv_prog_AR+y}
8390 then :
8391 printf %s "(cached) " >&6
8392 else $as_nop
8393 if test -n "$AR"; then
8394 ac_cv_prog_AR="$AR" # Let the user override the test.
8395 else
8396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8397 for as_dir in $PATH
8398 do
8399 IFS=$as_save_IFS
8400 case $as_dir in #(((
8401 '') as_dir=./ ;;
8402 */) ;;
8403 *) as_dir=$as_dir/ ;;
8404 esac
8405 for ac_exec_ext in '' $ac_executable_extensions; do
8406 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8407 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
8408 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8409 break 2
8410 fi
8411 done
8412 done
8413 IFS=$as_save_IFS
8414
8415 fi
8416 fi
8417 AR=$ac_cv_prog_AR
8418 if test -n "$AR"; then
8419 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8420 printf "%s\n" "$AR" >&6; }
8421 else
8422 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8423 printf "%s\n" "no" >&6; }
8424 fi
8425
8426
8427 test -n "$AR" && break
8428 done
8429 fi
8430 if test -z "$AR"; then
8431 ac_ct_AR=$AR
8432 for ac_prog in ar
8433 do
8434 # Extract the first word of "$ac_prog", so it can be a program name with args.
8435 set dummy $ac_prog; ac_word=$2
8436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8437 printf %s "checking for $ac_word... " >&6; }
8438 if test ${ac_cv_prog_ac_ct_AR+y}
8439 then :
8440 printf %s "(cached) " >&6
8441 else $as_nop
8442 if test -n "$ac_ct_AR"; then
8443 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
8444 else
8445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8446 for as_dir in $PATH
8447 do
8448 IFS=$as_save_IFS
8449 case $as_dir in #(((
8450 '') as_dir=./ ;;
8451 */) ;;
8452 *) as_dir=$as_dir/ ;;
8453 esac
8454 for ac_exec_ext in '' $ac_executable_extensions; do
8455 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8456 ac_cv_prog_ac_ct_AR="$ac_prog"
8457 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8458 break 2
8459 fi
8460 done
8461 done
8462 IFS=$as_save_IFS
8463
8464 fi
8465 fi
8466 ac_ct_AR=$ac_cv_prog_ac_ct_AR
8467 if test -n "$ac_ct_AR"; then
8468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
8469 printf "%s\n" "$ac_ct_AR" >&6; }
8470 else
8471 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8472 printf "%s\n" "no" >&6; }
8473 fi
8474
8475
8476 test -n "$ac_ct_AR" && break
8477 done
8478
8479 if test "x$ac_ct_AR" = x; then
8480 AR="false"
8481 else
8482 case $cross_compiling:$ac_tool_warned in
8483 yes:)
8484 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8485 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8486 ac_tool_warned=yes ;;
8487 esac
8488 AR=$ac_ct_AR
8489 fi
8490 fi
8491
8492 : ${AR=ar}
8493
8494
8495
8496
8497
8498
8499 # Use ARFLAGS variable as AR's operation code to sync the variable naming with
8500 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
8501 # higher priority because thats what people were doing historically (setting
8502 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
8503 # variable obsoleted/removed.
8504
8505 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
8506 lt_ar_flags=$AR_FLAGS
8507
8508
8509
8510
8511
8512
8513 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
8514 # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
8515
8516
8517
8518
8519
8520
8521 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
8522 printf %s "checking for archiver @FILE support... " >&6; }
8523 if test ${lt_cv_ar_at_file+y}
8524 then :
8525 printf %s "(cached) " >&6
8526 else $as_nop
8527 lt_cv_ar_at_file=no
8528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h. */
8530
8531 int
8532 main (void)
8533 {
8534
8535 ;
8536 return 0;
8537 }
8538 _ACEOF
8539 if ac_fn_c_try_compile "$LINENO"
8540 then :
8541 echo conftest.$ac_objext > conftest.lst
8542 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
8543 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
8544 (eval $lt_ar_try) 2>&5
8545 ac_status=$?
8546 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8547 test $ac_status = 0; }
8548 if test 0 -eq "$ac_status"; then
8549 # Ensure the archiver fails upon bogus file names.
8550 rm -f conftest.$ac_objext libconftest.a
8551 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
8552 (eval $lt_ar_try) 2>&5
8553 ac_status=$?
8554 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8555 test $ac_status = 0; }
8556 if test 0 -ne "$ac_status"; then
8557 lt_cv_ar_at_file=@
8558 fi
8559 fi
8560 rm -f conftest.* libconftest.a
8561
8562 fi
8563 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
8564
8565 fi
8566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
8567 printf "%s\n" "$lt_cv_ar_at_file" >&6; }
8568
8569 if test no = "$lt_cv_ar_at_file"; then
8570 archiver_list_spec=
8571 else
8572 archiver_list_spec=$lt_cv_ar_at_file
8573 fi
8574
8575
8576
8577
8578
8579
8580
8581 if test -n "$ac_tool_prefix"; then
8582 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
8583 set dummy ${ac_tool_prefix}strip; ac_word=$2
8584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8585 printf %s "checking for $ac_word... " >&6; }
8586 if test ${ac_cv_prog_STRIP+y}
8587 then :
8588 printf %s "(cached) " >&6
8589 else $as_nop
8590 if test -n "$STRIP"; then
8591 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8592 else
8593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8594 for as_dir in $PATH
8595 do
8596 IFS=$as_save_IFS
8597 case $as_dir in #(((
8598 '') as_dir=./ ;;
8599 */) ;;
8600 *) as_dir=$as_dir/ ;;
8601 esac
8602 for ac_exec_ext in '' $ac_executable_extensions; do
8603 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8604 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
8605 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8606 break 2
8607 fi
8608 done
8609 done
8610 IFS=$as_save_IFS
8611
8612 fi
8613 fi
8614 STRIP=$ac_cv_prog_STRIP
8615 if test -n "$STRIP"; then
8616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8617 printf "%s\n" "$STRIP" >&6; }
8618 else
8619 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8620 printf "%s\n" "no" >&6; }
8621 fi
8622
8623
8624 fi
8625 if test -z "$ac_cv_prog_STRIP"; then
8626 ac_ct_STRIP=$STRIP
8627 # Extract the first word of "strip", so it can be a program name with args.
8628 set dummy strip; ac_word=$2
8629 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8630 printf %s "checking for $ac_word... " >&6; }
8631 if test ${ac_cv_prog_ac_ct_STRIP+y}
8632 then :
8633 printf %s "(cached) " >&6
8634 else $as_nop
8635 if test -n "$ac_ct_STRIP"; then
8636 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
8637 else
8638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 for as_dir in $PATH
8640 do
8641 IFS=$as_save_IFS
8642 case $as_dir in #(((
8643 '') as_dir=./ ;;
8644 */) ;;
8645 *) as_dir=$as_dir/ ;;
8646 esac
8647 for ac_exec_ext in '' $ac_executable_extensions; do
8648 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8649 ac_cv_prog_ac_ct_STRIP="strip"
8650 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8651 break 2
8652 fi
8653 done
8654 done
8655 IFS=$as_save_IFS
8656
8657 fi
8658 fi
8659 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
8660 if test -n "$ac_ct_STRIP"; then
8661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8662 printf "%s\n" "$ac_ct_STRIP" >&6; }
8663 else
8664 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8665 printf "%s\n" "no" >&6; }
8666 fi
8667
8668 if test "x$ac_ct_STRIP" = x; then
8669 STRIP=":"
8670 else
8671 case $cross_compiling:$ac_tool_warned in
8672 yes:)
8673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8674 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8675 ac_tool_warned=yes ;;
8676 esac
8677 STRIP=$ac_ct_STRIP
8678 fi
8679 else
8680 STRIP="$ac_cv_prog_STRIP"
8681 fi
8682
8683 test -z "$STRIP" && STRIP=:
8684
8685
8686
8687
8688
8689
8690 if test -n "$ac_tool_prefix"; then
8691 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8692 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8694 printf %s "checking for $ac_word... " >&6; }
8695 if test ${ac_cv_prog_RANLIB+y}
8696 then :
8697 printf %s "(cached) " >&6
8698 else $as_nop
8699 if test -n "$RANLIB"; then
8700 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8701 else
8702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8703 for as_dir in $PATH
8704 do
8705 IFS=$as_save_IFS
8706 case $as_dir in #(((
8707 '') as_dir=./ ;;
8708 */) ;;
8709 *) as_dir=$as_dir/ ;;
8710 esac
8711 for ac_exec_ext in '' $ac_executable_extensions; do
8712 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8713 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8714 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8715 break 2
8716 fi
8717 done
8718 done
8719 IFS=$as_save_IFS
8720
8721 fi
8722 fi
8723 RANLIB=$ac_cv_prog_RANLIB
8724 if test -n "$RANLIB"; then
8725 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8726 printf "%s\n" "$RANLIB" >&6; }
8727 else
8728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8729 printf "%s\n" "no" >&6; }
8730 fi
8731
8732
8733 fi
8734 if test -z "$ac_cv_prog_RANLIB"; then
8735 ac_ct_RANLIB=$RANLIB
8736 # Extract the first word of "ranlib", so it can be a program name with args.
8737 set dummy ranlib; ac_word=$2
8738 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8739 printf %s "checking for $ac_word... " >&6; }
8740 if test ${ac_cv_prog_ac_ct_RANLIB+y}
8741 then :
8742 printf %s "(cached) " >&6
8743 else $as_nop
8744 if test -n "$ac_ct_RANLIB"; then
8745 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8746 else
8747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8748 for as_dir in $PATH
8749 do
8750 IFS=$as_save_IFS
8751 case $as_dir in #(((
8752 '') as_dir=./ ;;
8753 */) ;;
8754 *) as_dir=$as_dir/ ;;
8755 esac
8756 for ac_exec_ext in '' $ac_executable_extensions; do
8757 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
8758 ac_cv_prog_ac_ct_RANLIB="ranlib"
8759 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
8760 break 2
8761 fi
8762 done
8763 done
8764 IFS=$as_save_IFS
8765
8766 fi
8767 fi
8768 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8769 if test -n "$ac_ct_RANLIB"; then
8770 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8771 printf "%s\n" "$ac_ct_RANLIB" >&6; }
8772 else
8773 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8774 printf "%s\n" "no" >&6; }
8775 fi
8776
8777 if test "x$ac_ct_RANLIB" = x; then
8778 RANLIB=":"
8779 else
8780 case $cross_compiling:$ac_tool_warned in
8781 yes:)
8782 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8783 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8784 ac_tool_warned=yes ;;
8785 esac
8786 RANLIB=$ac_ct_RANLIB
8787 fi
8788 else
8789 RANLIB="$ac_cv_prog_RANLIB"
8790 fi
8791
8792 test -z "$RANLIB" && RANLIB=:
8793
8794
8795
8796
8797
8798
8799 # Determine commands to create old-style static archives.
8800 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
8801 old_postinstall_cmds='chmod 644 $oldlib'
8802 old_postuninstall_cmds=
8803
8804 if test -n "$RANLIB"; then
8805 case $host_os in
8806 bitrig* | openbsd*)
8807 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
8808 ;;
8809 *)
8810 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
8811 ;;
8812 esac
8813 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
8814 fi
8815
8816 case $host_os in
8817 darwin*)
8818 lock_old_archive_extraction=yes ;;
8819 *)
8820 lock_old_archive_extraction=no ;;
8821 esac
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861 # If no C compiler was specified, use CC.
8862 LTCC=${LTCC-"$CC"}
8863
8864 # If no C compiler flags were specified, use CFLAGS.
8865 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8866
8867 # Allow CC to be a program name with arguments.
8868 compiler=$CC
8869
8870
8871 # Check for command to grab the raw symbol name followed by C symbol from nm.
8872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
8873 printf %s "checking command to parse $NM output from $compiler object... " >&6; }
8874 if test ${lt_cv_sys_global_symbol_pipe+y}
8875 then :
8876 printf %s "(cached) " >&6
8877 else $as_nop
8878
8879 # These are sane defaults that work on at least a few old systems.
8880 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
8881
8882 # Character class describing NM global symbol codes.
8883 symcode='[BCDEGRST]'
8884
8885 # Regexp to match symbols that can be accessed directly from C.
8886 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
8887
8888 # Define system-specific variables.
8889 case $host_os in
8890 aix*)
8891 symcode='[BCDT]'
8892 ;;
8893 cygwin* | mingw* | pw32* | cegcc*)
8894 symcode='[ABCDGISTW]'
8895 ;;
8896 hpux*)
8897 if test ia64 = "$host_cpu"; then
8898 symcode='[ABCDEGRST]'
8899 fi
8900 ;;
8901 irix* | nonstopux*)
8902 symcode='[BCDEGRST]'
8903 ;;
8904 osf*)
8905 symcode='[BCDEGQRST]'
8906 ;;
8907 solaris*)
8908 symcode='[BDRT]'
8909 ;;
8910 sco3.2v5*)
8911 symcode='[DT]'
8912 ;;
8913 sysv4.2uw2*)
8914 symcode='[DT]'
8915 ;;
8916 sysv5* | sco5v6* | unixware* | OpenUNIX*)
8917 symcode='[ABDT]'
8918 ;;
8919 sysv4)
8920 symcode='[DFNSTU]'
8921 ;;
8922 esac
8923
8924 # If we're using GNU nm, then use its standard symbol codes.
8925 case `$NM -V 2>&1` in
8926 *GNU* | *'with BFD'*)
8927 symcode='[ABCDGIRSTW]' ;;
8928 esac
8929
8930 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8931 # Gets list of data symbols to import.
8932 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
8933 # Adjust the below global symbol transforms to fixup imported variables.
8934 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
8935 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
8936 lt_c_name_lib_hook="\
8937 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
8938 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
8939 else
8940 # Disable hooks by default.
8941 lt_cv_sys_global_symbol_to_import=
8942 lt_cdecl_hook=
8943 lt_c_name_hook=
8944 lt_c_name_lib_hook=
8945 fi
8946
8947 # Transform an extracted symbol line into a proper C declaration.
8948 # Some systems (esp. on ia64) link data and code symbols differently,
8949 # so use this general approach.
8950 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
8951 $lt_cdecl_hook\
8952 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
8953 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
8954
8955 # Transform an extracted symbol line into symbol name and symbol address
8956 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
8957 $lt_c_name_hook\
8958 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
8959 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
8960
8961 # Transform an extracted symbol line into symbol name with lib prefix and
8962 # symbol address.
8963 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
8964 $lt_c_name_lib_hook\
8965 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
8966 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
8967 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
8968
8969 # Handle CRLF in mingw tool chain
8970 opt_cr=
8971 case $build_os in
8972 mingw*)
8973 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
8974 ;;
8975 esac
8976
8977 # Try without a prefix underscore, then with it.
8978 for ac_symprfx in "" "_"; do
8979
8980 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
8981 symxfrm="\\1 $ac_symprfx\\2 \\2"
8982
8983 # Write the raw and C identifiers.
8984 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
8985 # Fake it for dumpbin and say T for any non-static function,
8986 # D for any global variable and I for any imported variable.
8987 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
8988 # which start with @ or ?.
8989 lt_cv_sys_global_symbol_pipe="$AWK '"\
8990 " {last_section=section; section=\$ 3};"\
8991 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
8992 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
8993 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
8994 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
8995 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
8996 " \$ 0!~/External *\|/{next};"\
8997 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
8998 " {if(hide[section]) next};"\
8999 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
9000 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
9001 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
9002 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
9003 " ' prfx=^$ac_symprfx"
9004 else
9005 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
9006 fi
9007 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
9008
9009 # Check to see that the pipe works correctly.
9010 pipe_works=no
9011
9012 rm -f conftest*
9013 cat > conftest.$ac_ext <<_LT_EOF
9014 #ifdef __cplusplus
9015 extern "C" {
9016 #endif
9017 char nm_test_var;
9018 void nm_test_func(void);
9019 void nm_test_func(void){}
9020 #ifdef __cplusplus
9021 }
9022 #endif
9023 int main(){nm_test_var='a';nm_test_func();return(0);}
9024 _LT_EOF
9025
9026 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9027 (eval $ac_compile) 2>&5
9028 ac_status=$?
9029 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9030 test $ac_status = 0; }; then
9031 # Now try to grab the symbols.
9032 nlist=conftest.nm
9033 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
9034 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
9035 # Try sorting and uniquifying the output.
9036 if sort "$nlist" | uniq > "$nlist"T; then
9037 mv -f "$nlist"T "$nlist"
9038 else
9039 rm -f "$nlist"T
9040 fi
9041
9042 # Make sure that we snagged all the symbols we need.
9043 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
9044 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
9045 cat <<_LT_EOF > conftest.$ac_ext
9046 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
9047 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
9048 /* DATA imports from DLLs on WIN32 can't be const, because runtime
9049 relocations are performed -- see ld's documentation on pseudo-relocs. */
9050 # define LT_DLSYM_CONST
9051 #elif defined __osf__
9052 /* This system does not cope well with relocations in const data. */
9053 # define LT_DLSYM_CONST
9054 #else
9055 # define LT_DLSYM_CONST const
9056 #endif
9057
9058 #ifdef __cplusplus
9059 extern "C" {
9060 #endif
9061
9062 _LT_EOF
9063 # Now generate the symbol file.
9064 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
9065
9066 cat <<_LT_EOF >> conftest.$ac_ext
9067
9068 /* The mapping between symbol names and symbols. */
9069 LT_DLSYM_CONST struct {
9070 const char *name;
9071 void *address;
9072 }
9073 lt__PROGRAM__LTX_preloaded_symbols[] =
9074 {
9075 { "@PROGRAM@", (void *) 0 },
9076 _LT_EOF
9077 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
9078 cat <<\_LT_EOF >> conftest.$ac_ext
9079 {0, (void *) 0}
9080 };
9081
9082 /* This works around a problem in FreeBSD linker */
9083 #ifdef FREEBSD_WORKAROUND
9084 static const void *lt_preloaded_setup() {
9085 return lt__PROGRAM__LTX_preloaded_symbols;
9086 }
9087 #endif
9088
9089 #ifdef __cplusplus
9090 }
9091 #endif
9092 _LT_EOF
9093 # Now try linking the two files.
9094 mv conftest.$ac_objext conftstm.$ac_objext
9095 lt_globsym_save_LIBS=$LIBS
9096 lt_globsym_save_CFLAGS=$CFLAGS
9097 LIBS=conftstm.$ac_objext
9098 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
9099 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
9100 (eval $ac_link) 2>&5
9101 ac_status=$?
9102 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9103 test $ac_status = 0; } && test -s conftest$ac_exeext; then
9104 pipe_works=yes
9105 fi
9106 LIBS=$lt_globsym_save_LIBS
9107 CFLAGS=$lt_globsym_save_CFLAGS
9108 else
9109 echo "cannot find nm_test_func in $nlist" >&5
9110 fi
9111 else
9112 echo "cannot find nm_test_var in $nlist" >&5
9113 fi
9114 else
9115 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
9116 fi
9117 else
9118 echo "$progname: failed program was:" >&5
9119 cat conftest.$ac_ext >&5
9120 fi
9121 rm -rf conftest* conftst*
9122
9123 # Do not use the global_symbol_pipe unless it works.
9124 if test yes = "$pipe_works"; then
9125 break
9126 else
9127 lt_cv_sys_global_symbol_pipe=
9128 fi
9129 done
9130
9131 fi
9132
9133 if test -z "$lt_cv_sys_global_symbol_pipe"; then
9134 lt_cv_sys_global_symbol_to_cdecl=
9135 fi
9136 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
9137 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
9138 printf "%s\n" "failed" >&6; }
9139 else
9140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
9141 printf "%s\n" "ok" >&6; }
9142 fi
9143
9144 # Response file support.
9145 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
9146 nm_file_list_spec='@'
9147 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
9148 nm_file_list_spec='@'
9149 fi
9150
9151
9152
9153
9154
9155
9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
9188 printf %s "checking for sysroot... " >&6; }
9189
9190 # Check whether --with-sysroot was given.
9191 if test ${with_sysroot+y}
9192 then :
9193 withval=$with_sysroot;
9194 else $as_nop
9195 with_sysroot=no
9196 fi
9197
9198
9199 lt_sysroot=
9200 case $with_sysroot in #(
9201 yes)
9202 if test yes = "$GCC"; then
9203 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
9204 fi
9205 ;; #(
9206 /*)
9207 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
9208 ;; #(
9209 no|'')
9210 ;; #(
9211 *)
9212 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
9213 printf "%s\n" "$with_sysroot" >&6; }
9214 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
9215 ;;
9216 esac
9217
9218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
9219 printf "%s\n" "${lt_sysroot:-no}" >&6; }
9220
9221
9222
9223
9224
9225 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
9226 printf %s "checking for a working dd... " >&6; }
9227 if test ${ac_cv_path_lt_DD+y}
9228 then :
9229 printf %s "(cached) " >&6
9230 else $as_nop
9231 printf 0123456789abcdef0123456789abcdef >conftest.i
9232 cat conftest.i conftest.i >conftest2.i
9233 : ${lt_DD:=$DD}
9234 if test -z "$lt_DD"; then
9235 ac_path_lt_DD_found=false
9236 # Loop through the user's path and test for each of PROGNAME-LIST
9237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9238 for as_dir in $PATH
9239 do
9240 IFS=$as_save_IFS
9241 case $as_dir in #(((
9242 '') as_dir=./ ;;
9243 */) ;;
9244 *) as_dir=$as_dir/ ;;
9245 esac
9246 for ac_prog in dd
9247 do
9248 for ac_exec_ext in '' $ac_executable_extensions; do
9249 ac_path_lt_DD="$as_dir$ac_prog$ac_exec_ext"
9250 as_fn_executable_p "$ac_path_lt_DD" || continue
9251 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9252 cmp -s conftest.i conftest.out \
9253 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
9254 fi
9255 $ac_path_lt_DD_found && break 3
9256 done
9257 done
9258 done
9259 IFS=$as_save_IFS
9260 if test -z "$ac_cv_path_lt_DD"; then
9261 :
9262 fi
9263 else
9264 ac_cv_path_lt_DD=$lt_DD
9265 fi
9266
9267 rm -f conftest.i conftest2.i conftest.out
9268 fi
9269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
9270 printf "%s\n" "$ac_cv_path_lt_DD" >&6; }
9271
9272
9273 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
9274 printf %s "checking how to truncate binary pipes... " >&6; }
9275 if test ${lt_cv_truncate_bin+y}
9276 then :
9277 printf %s "(cached) " >&6
9278 else $as_nop
9279 printf 0123456789abcdef0123456789abcdef >conftest.i
9280 cat conftest.i conftest.i >conftest2.i
9281 lt_cv_truncate_bin=
9282 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
9283 cmp -s conftest.i conftest.out \
9284 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
9285 fi
9286 rm -f conftest.i conftest2.i conftest.out
9287 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
9288 fi
9289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
9290 printf "%s\n" "$lt_cv_truncate_bin" >&6; }
9291
9292
9293
9294
9295
9296
9297
9298 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
9299 func_cc_basename ()
9300 {
9301 for cc_temp in $*""; do
9302 case $cc_temp in
9303 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9304 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9305 \-*) ;;
9306 *) break;;
9307 esac
9308 done
9309 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9310 }
9311
9312 # Check whether --enable-libtool-lock was given.
9313 if test ${enable_libtool_lock+y}
9314 then :
9315 enableval=$enable_libtool_lock;
9316 fi
9317
9318 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
9319
9320 # Some flags need to be propagated to the compiler or linker for good
9321 # libtool support.
9322 case $host in
9323 ia64-*-hpux*)
9324 # Find out what ABI is being produced by ac_compile, and set mode
9325 # options accordingly.
9326 echo 'int i;' > conftest.$ac_ext
9327 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9328 (eval $ac_compile) 2>&5
9329 ac_status=$?
9330 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9331 test $ac_status = 0; }; then
9332 case `$FILECMD conftest.$ac_objext` in
9333 *ELF-32*)
9334 HPUX_IA64_MODE=32
9335 ;;
9336 *ELF-64*)
9337 HPUX_IA64_MODE=64
9338 ;;
9339 esac
9340 fi
9341 rm -rf conftest*
9342 ;;
9343 *-*-irix6*)
9344 # Find out what ABI is being produced by ac_compile, and set linker
9345 # options accordingly.
9346 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
9347 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9348 (eval $ac_compile) 2>&5
9349 ac_status=$?
9350 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9351 test $ac_status = 0; }; then
9352 if test yes = "$lt_cv_prog_gnu_ld"; then
9353 case `$FILECMD conftest.$ac_objext` in
9354 *32-bit*)
9355 LD="${LD-ld} -melf32bsmip"
9356 ;;
9357 *N32*)
9358 LD="${LD-ld} -melf32bmipn32"
9359 ;;
9360 *64-bit*)
9361 LD="${LD-ld} -melf64bmip"
9362 ;;
9363 esac
9364 else
9365 case `$FILECMD conftest.$ac_objext` in
9366 *32-bit*)
9367 LD="${LD-ld} -32"
9368 ;;
9369 *N32*)
9370 LD="${LD-ld} -n32"
9371 ;;
9372 *64-bit*)
9373 LD="${LD-ld} -64"
9374 ;;
9375 esac
9376 fi
9377 fi
9378 rm -rf conftest*
9379 ;;
9380
9381 mips64*-*linux*)
9382 # Find out what ABI is being produced by ac_compile, and set linker
9383 # options accordingly.
9384 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
9385 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9386 (eval $ac_compile) 2>&5
9387 ac_status=$?
9388 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9389 test $ac_status = 0; }; then
9390 emul=elf
9391 case `$FILECMD conftest.$ac_objext` in
9392 *32-bit*)
9393 emul="${emul}32"
9394 ;;
9395 *64-bit*)
9396 emul="${emul}64"
9397 ;;
9398 esac
9399 case `$FILECMD conftest.$ac_objext` in
9400 *MSB*)
9401 emul="${emul}btsmip"
9402 ;;
9403 *LSB*)
9404 emul="${emul}ltsmip"
9405 ;;
9406 esac
9407 case `$FILECMD conftest.$ac_objext` in
9408 *N32*)
9409 emul="${emul}n32"
9410 ;;
9411 esac
9412 LD="${LD-ld} -m $emul"
9413 fi
9414 rm -rf conftest*
9415 ;;
9416
9417 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
9418 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
9419 # Find out what ABI is being produced by ac_compile, and set linker
9420 # options accordingly. Note that the listed cases only cover the
9421 # situations where additional linker options are needed (such as when
9422 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
9423 # vice versa); the common cases where no linker options are needed do
9424 # not appear in the list.
9425 echo 'int i;' > conftest.$ac_ext
9426 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9427 (eval $ac_compile) 2>&5
9428 ac_status=$?
9429 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9430 test $ac_status = 0; }; then
9431 case `$FILECMD conftest.o` in
9432 *32-bit*)
9433 case $host in
9434 x86_64-*kfreebsd*-gnu)
9435 LD="${LD-ld} -m elf_i386_fbsd"
9436 ;;
9437 x86_64-*linux*)
9438 case `$FILECMD conftest.o` in
9439 *x86-64*)
9440 LD="${LD-ld} -m elf32_x86_64"
9441 ;;
9442 *)
9443 LD="${LD-ld} -m elf_i386"
9444 ;;
9445 esac
9446 ;;
9447 powerpc64le-*linux*)
9448 LD="${LD-ld} -m elf32lppclinux"
9449 ;;
9450 powerpc64-*linux*)
9451 LD="${LD-ld} -m elf32ppclinux"
9452 ;;
9453 s390x-*linux*)
9454 LD="${LD-ld} -m elf_s390"
9455 ;;
9456 sparc64-*linux*)
9457 LD="${LD-ld} -m elf32_sparc"
9458 ;;
9459 esac
9460 ;;
9461 *64-bit*)
9462 case $host in
9463 x86_64-*kfreebsd*-gnu)
9464 LD="${LD-ld} -m elf_x86_64_fbsd"
9465 ;;
9466 x86_64-*linux*)
9467 LD="${LD-ld} -m elf_x86_64"
9468 ;;
9469 powerpcle-*linux*)
9470 LD="${LD-ld} -m elf64lppc"
9471 ;;
9472 powerpc-*linux*)
9473 LD="${LD-ld} -m elf64ppc"
9474 ;;
9475 s390*-*linux*|s390*-*tpf*)
9476 LD="${LD-ld} -m elf64_s390"
9477 ;;
9478 sparc*-*linux*)
9479 LD="${LD-ld} -m elf64_sparc"
9480 ;;
9481 esac
9482 ;;
9483 esac
9484 fi
9485 rm -rf conftest*
9486 ;;
9487
9488 *-*-sco3.2v5*)
9489 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
9490 SAVE_CFLAGS=$CFLAGS
9491 CFLAGS="$CFLAGS -belf"
9492 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
9493 printf %s "checking whether the C compiler needs -belf... " >&6; }
9494 if test ${lt_cv_cc_needs_belf+y}
9495 then :
9496 printf %s "(cached) " >&6
9497 else $as_nop
9498 ac_ext=c
9499 ac_cpp='$CPP $CPPFLAGS'
9500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9503
9504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9505 /* end confdefs.h. */
9506
9507 int
9508 main (void)
9509 {
9510
9511 ;
9512 return 0;
9513 }
9514 _ACEOF
9515 if ac_fn_c_try_link "$LINENO"
9516 then :
9517 lt_cv_cc_needs_belf=yes
9518 else $as_nop
9519 lt_cv_cc_needs_belf=no
9520 fi
9521 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9522 conftest$ac_exeext conftest.$ac_ext
9523 ac_ext=c
9524 ac_cpp='$CPP $CPPFLAGS'
9525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9528
9529 fi
9530 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
9531 printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
9532 if test yes != "$lt_cv_cc_needs_belf"; then
9533 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
9534 CFLAGS=$SAVE_CFLAGS
9535 fi
9536 ;;
9537 *-*solaris*)
9538 # Find out what ABI is being produced by ac_compile, and set linker
9539 # options accordingly.
9540 echo 'int i;' > conftest.$ac_ext
9541 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9542 (eval $ac_compile) 2>&5
9543 ac_status=$?
9544 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9545 test $ac_status = 0; }; then
9546 case `$FILECMD conftest.o` in
9547 *64-bit*)
9548 case $lt_cv_prog_gnu_ld in
9549 yes*)
9550 case $host in
9551 i?86-*-solaris*|x86_64-*-solaris*)
9552 LD="${LD-ld} -m elf_x86_64"
9553 ;;
9554 sparc*-*-solaris*)
9555 LD="${LD-ld} -m elf64_sparc"
9556 ;;
9557 esac
9558 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
9559 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
9560 LD=${LD-ld}_sol2
9561 fi
9562 ;;
9563 *)
9564 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
9565 LD="${LD-ld} -64"
9566 fi
9567 ;;
9568 esac
9569 ;;
9570 esac
9571 fi
9572 rm -rf conftest*
9573 ;;
9574 esac
9575
9576 need_locks=$enable_libtool_lock
9577
9578 if test -n "$ac_tool_prefix"; then
9579 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
9580 set dummy ${ac_tool_prefix}mt; ac_word=$2
9581 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9582 printf %s "checking for $ac_word... " >&6; }
9583 if test ${ac_cv_prog_MANIFEST_TOOL+y}
9584 then :
9585 printf %s "(cached) " >&6
9586 else $as_nop
9587 if test -n "$MANIFEST_TOOL"; then
9588 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
9589 else
9590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9591 for as_dir in $PATH
9592 do
9593 IFS=$as_save_IFS
9594 case $as_dir in #(((
9595 '') as_dir=./ ;;
9596 */) ;;
9597 *) as_dir=$as_dir/ ;;
9598 esac
9599 for ac_exec_ext in '' $ac_executable_extensions; do
9600 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9601 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
9602 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9603 break 2
9604 fi
9605 done
9606 done
9607 IFS=$as_save_IFS
9608
9609 fi
9610 fi
9611 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
9612 if test -n "$MANIFEST_TOOL"; then
9613 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
9614 printf "%s\n" "$MANIFEST_TOOL" >&6; }
9615 else
9616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9617 printf "%s\n" "no" >&6; }
9618 fi
9619
9620
9621 fi
9622 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
9623 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
9624 # Extract the first word of "mt", so it can be a program name with args.
9625 set dummy mt; ac_word=$2
9626 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9627 printf %s "checking for $ac_word... " >&6; }
9628 if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
9629 then :
9630 printf %s "(cached) " >&6
9631 else $as_nop
9632 if test -n "$ac_ct_MANIFEST_TOOL"; then
9633 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
9634 else
9635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9636 for as_dir in $PATH
9637 do
9638 IFS=$as_save_IFS
9639 case $as_dir in #(((
9640 '') as_dir=./ ;;
9641 */) ;;
9642 *) as_dir=$as_dir/ ;;
9643 esac
9644 for ac_exec_ext in '' $ac_executable_extensions; do
9645 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9646 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
9647 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9648 break 2
9649 fi
9650 done
9651 done
9652 IFS=$as_save_IFS
9653
9654 fi
9655 fi
9656 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
9657 if test -n "$ac_ct_MANIFEST_TOOL"; then
9658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
9659 printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
9660 else
9661 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9662 printf "%s\n" "no" >&6; }
9663 fi
9664
9665 if test "x$ac_ct_MANIFEST_TOOL" = x; then
9666 MANIFEST_TOOL=":"
9667 else
9668 case $cross_compiling:$ac_tool_warned in
9669 yes:)
9670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9671 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9672 ac_tool_warned=yes ;;
9673 esac
9674 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
9675 fi
9676 else
9677 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
9678 fi
9679
9680 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
9681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
9682 printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
9683 if test ${lt_cv_path_mainfest_tool+y}
9684 then :
9685 printf %s "(cached) " >&6
9686 else $as_nop
9687 lt_cv_path_mainfest_tool=no
9688 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
9689 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
9690 cat conftest.err >&5
9691 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
9692 lt_cv_path_mainfest_tool=yes
9693 fi
9694 rm -f conftest*
9695 fi
9696 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
9697 printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
9698 if test yes != "$lt_cv_path_mainfest_tool"; then
9699 MANIFEST_TOOL=:
9700 fi
9701
9702
9703
9704
9705
9706
9707 case $host_os in
9708 rhapsody* | darwin*)
9709 if test -n "$ac_tool_prefix"; then
9710 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
9711 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
9712 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9713 printf %s "checking for $ac_word... " >&6; }
9714 if test ${ac_cv_prog_DSYMUTIL+y}
9715 then :
9716 printf %s "(cached) " >&6
9717 else $as_nop
9718 if test -n "$DSYMUTIL"; then
9719 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
9720 else
9721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9722 for as_dir in $PATH
9723 do
9724 IFS=$as_save_IFS
9725 case $as_dir in #(((
9726 '') as_dir=./ ;;
9727 */) ;;
9728 *) as_dir=$as_dir/ ;;
9729 esac
9730 for ac_exec_ext in '' $ac_executable_extensions; do
9731 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9732 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
9733 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9734 break 2
9735 fi
9736 done
9737 done
9738 IFS=$as_save_IFS
9739
9740 fi
9741 fi
9742 DSYMUTIL=$ac_cv_prog_DSYMUTIL
9743 if test -n "$DSYMUTIL"; then
9744 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
9745 printf "%s\n" "$DSYMUTIL" >&6; }
9746 else
9747 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 printf "%s\n" "no" >&6; }
9749 fi
9750
9751
9752 fi
9753 if test -z "$ac_cv_prog_DSYMUTIL"; then
9754 ac_ct_DSYMUTIL=$DSYMUTIL
9755 # Extract the first word of "dsymutil", so it can be a program name with args.
9756 set dummy dsymutil; ac_word=$2
9757 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9758 printf %s "checking for $ac_word... " >&6; }
9759 if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
9760 then :
9761 printf %s "(cached) " >&6
9762 else $as_nop
9763 if test -n "$ac_ct_DSYMUTIL"; then
9764 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
9765 else
9766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9767 for as_dir in $PATH
9768 do
9769 IFS=$as_save_IFS
9770 case $as_dir in #(((
9771 '') as_dir=./ ;;
9772 */) ;;
9773 *) as_dir=$as_dir/ ;;
9774 esac
9775 for ac_exec_ext in '' $ac_executable_extensions; do
9776 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9777 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
9778 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9779 break 2
9780 fi
9781 done
9782 done
9783 IFS=$as_save_IFS
9784
9785 fi
9786 fi
9787 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
9788 if test -n "$ac_ct_DSYMUTIL"; then
9789 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
9790 printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
9791 else
9792 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9793 printf "%s\n" "no" >&6; }
9794 fi
9795
9796 if test "x$ac_ct_DSYMUTIL" = x; then
9797 DSYMUTIL=":"
9798 else
9799 case $cross_compiling:$ac_tool_warned in
9800 yes:)
9801 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9802 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9803 ac_tool_warned=yes ;;
9804 esac
9805 DSYMUTIL=$ac_ct_DSYMUTIL
9806 fi
9807 else
9808 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
9809 fi
9810
9811 if test -n "$ac_tool_prefix"; then
9812 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
9813 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
9814 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9815 printf %s "checking for $ac_word... " >&6; }
9816 if test ${ac_cv_prog_NMEDIT+y}
9817 then :
9818 printf %s "(cached) " >&6
9819 else $as_nop
9820 if test -n "$NMEDIT"; then
9821 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
9822 else
9823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9824 for as_dir in $PATH
9825 do
9826 IFS=$as_save_IFS
9827 case $as_dir in #(((
9828 '') as_dir=./ ;;
9829 */) ;;
9830 *) as_dir=$as_dir/ ;;
9831 esac
9832 for ac_exec_ext in '' $ac_executable_extensions; do
9833 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9834 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
9835 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9836 break 2
9837 fi
9838 done
9839 done
9840 IFS=$as_save_IFS
9841
9842 fi
9843 fi
9844 NMEDIT=$ac_cv_prog_NMEDIT
9845 if test -n "$NMEDIT"; then
9846 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
9847 printf "%s\n" "$NMEDIT" >&6; }
9848 else
9849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9850 printf "%s\n" "no" >&6; }
9851 fi
9852
9853
9854 fi
9855 if test -z "$ac_cv_prog_NMEDIT"; then
9856 ac_ct_NMEDIT=$NMEDIT
9857 # Extract the first word of "nmedit", so it can be a program name with args.
9858 set dummy nmedit; ac_word=$2
9859 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9860 printf %s "checking for $ac_word... " >&6; }
9861 if test ${ac_cv_prog_ac_ct_NMEDIT+y}
9862 then :
9863 printf %s "(cached) " >&6
9864 else $as_nop
9865 if test -n "$ac_ct_NMEDIT"; then
9866 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
9867 else
9868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9869 for as_dir in $PATH
9870 do
9871 IFS=$as_save_IFS
9872 case $as_dir in #(((
9873 '') as_dir=./ ;;
9874 */) ;;
9875 *) as_dir=$as_dir/ ;;
9876 esac
9877 for ac_exec_ext in '' $ac_executable_extensions; do
9878 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9879 ac_cv_prog_ac_ct_NMEDIT="nmedit"
9880 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9881 break 2
9882 fi
9883 done
9884 done
9885 IFS=$as_save_IFS
9886
9887 fi
9888 fi
9889 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
9890 if test -n "$ac_ct_NMEDIT"; then
9891 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
9892 printf "%s\n" "$ac_ct_NMEDIT" >&6; }
9893 else
9894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9895 printf "%s\n" "no" >&6; }
9896 fi
9897
9898 if test "x$ac_ct_NMEDIT" = x; then
9899 NMEDIT=":"
9900 else
9901 case $cross_compiling:$ac_tool_warned in
9902 yes:)
9903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9904 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9905 ac_tool_warned=yes ;;
9906 esac
9907 NMEDIT=$ac_ct_NMEDIT
9908 fi
9909 else
9910 NMEDIT="$ac_cv_prog_NMEDIT"
9911 fi
9912
9913 if test -n "$ac_tool_prefix"; then
9914 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
9915 set dummy ${ac_tool_prefix}lipo; ac_word=$2
9916 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9917 printf %s "checking for $ac_word... " >&6; }
9918 if test ${ac_cv_prog_LIPO+y}
9919 then :
9920 printf %s "(cached) " >&6
9921 else $as_nop
9922 if test -n "$LIPO"; then
9923 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
9924 else
9925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9926 for as_dir in $PATH
9927 do
9928 IFS=$as_save_IFS
9929 case $as_dir in #(((
9930 '') as_dir=./ ;;
9931 */) ;;
9932 *) as_dir=$as_dir/ ;;
9933 esac
9934 for ac_exec_ext in '' $ac_executable_extensions; do
9935 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9936 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
9937 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9938 break 2
9939 fi
9940 done
9941 done
9942 IFS=$as_save_IFS
9943
9944 fi
9945 fi
9946 LIPO=$ac_cv_prog_LIPO
9947 if test -n "$LIPO"; then
9948 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
9949 printf "%s\n" "$LIPO" >&6; }
9950 else
9951 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9952 printf "%s\n" "no" >&6; }
9953 fi
9954
9955
9956 fi
9957 if test -z "$ac_cv_prog_LIPO"; then
9958 ac_ct_LIPO=$LIPO
9959 # Extract the first word of "lipo", so it can be a program name with args.
9960 set dummy lipo; ac_word=$2
9961 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9962 printf %s "checking for $ac_word... " >&6; }
9963 if test ${ac_cv_prog_ac_ct_LIPO+y}
9964 then :
9965 printf %s "(cached) " >&6
9966 else $as_nop
9967 if test -n "$ac_ct_LIPO"; then
9968 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
9969 else
9970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9971 for as_dir in $PATH
9972 do
9973 IFS=$as_save_IFS
9974 case $as_dir in #(((
9975 '') as_dir=./ ;;
9976 */) ;;
9977 *) as_dir=$as_dir/ ;;
9978 esac
9979 for ac_exec_ext in '' $ac_executable_extensions; do
9980 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
9981 ac_cv_prog_ac_ct_LIPO="lipo"
9982 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
9983 break 2
9984 fi
9985 done
9986 done
9987 IFS=$as_save_IFS
9988
9989 fi
9990 fi
9991 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
9992 if test -n "$ac_ct_LIPO"; then
9993 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
9994 printf "%s\n" "$ac_ct_LIPO" >&6; }
9995 else
9996 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
9997 printf "%s\n" "no" >&6; }
9998 fi
9999
10000 if test "x$ac_ct_LIPO" = x; then
10001 LIPO=":"
10002 else
10003 case $cross_compiling:$ac_tool_warned in
10004 yes:)
10005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10006 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10007 ac_tool_warned=yes ;;
10008 esac
10009 LIPO=$ac_ct_LIPO
10010 fi
10011 else
10012 LIPO="$ac_cv_prog_LIPO"
10013 fi
10014
10015 if test -n "$ac_tool_prefix"; then
10016 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
10017 set dummy ${ac_tool_prefix}otool; ac_word=$2
10018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10019 printf %s "checking for $ac_word... " >&6; }
10020 if test ${ac_cv_prog_OTOOL+y}
10021 then :
10022 printf %s "(cached) " >&6
10023 else $as_nop
10024 if test -n "$OTOOL"; then
10025 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
10026 else
10027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10028 for as_dir in $PATH
10029 do
10030 IFS=$as_save_IFS
10031 case $as_dir in #(((
10032 '') as_dir=./ ;;
10033 */) ;;
10034 *) as_dir=$as_dir/ ;;
10035 esac
10036 for ac_exec_ext in '' $ac_executable_extensions; do
10037 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10038 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
10039 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10040 break 2
10041 fi
10042 done
10043 done
10044 IFS=$as_save_IFS
10045
10046 fi
10047 fi
10048 OTOOL=$ac_cv_prog_OTOOL
10049 if test -n "$OTOOL"; then
10050 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
10051 printf "%s\n" "$OTOOL" >&6; }
10052 else
10053 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10054 printf "%s\n" "no" >&6; }
10055 fi
10056
10057
10058 fi
10059 if test -z "$ac_cv_prog_OTOOL"; then
10060 ac_ct_OTOOL=$OTOOL
10061 # Extract the first word of "otool", so it can be a program name with args.
10062 set dummy otool; ac_word=$2
10063 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10064 printf %s "checking for $ac_word... " >&6; }
10065 if test ${ac_cv_prog_ac_ct_OTOOL+y}
10066 then :
10067 printf %s "(cached) " >&6
10068 else $as_nop
10069 if test -n "$ac_ct_OTOOL"; then
10070 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
10071 else
10072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10073 for as_dir in $PATH
10074 do
10075 IFS=$as_save_IFS
10076 case $as_dir in #(((
10077 '') as_dir=./ ;;
10078 */) ;;
10079 *) as_dir=$as_dir/ ;;
10080 esac
10081 for ac_exec_ext in '' $ac_executable_extensions; do
10082 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10083 ac_cv_prog_ac_ct_OTOOL="otool"
10084 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10085 break 2
10086 fi
10087 done
10088 done
10089 IFS=$as_save_IFS
10090
10091 fi
10092 fi
10093 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
10094 if test -n "$ac_ct_OTOOL"; then
10095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
10096 printf "%s\n" "$ac_ct_OTOOL" >&6; }
10097 else
10098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10099 printf "%s\n" "no" >&6; }
10100 fi
10101
10102 if test "x$ac_ct_OTOOL" = x; then
10103 OTOOL=":"
10104 else
10105 case $cross_compiling:$ac_tool_warned in
10106 yes:)
10107 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10108 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10109 ac_tool_warned=yes ;;
10110 esac
10111 OTOOL=$ac_ct_OTOOL
10112 fi
10113 else
10114 OTOOL="$ac_cv_prog_OTOOL"
10115 fi
10116
10117 if test -n "$ac_tool_prefix"; then
10118 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
10119 set dummy ${ac_tool_prefix}otool64; ac_word=$2
10120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10121 printf %s "checking for $ac_word... " >&6; }
10122 if test ${ac_cv_prog_OTOOL64+y}
10123 then :
10124 printf %s "(cached) " >&6
10125 else $as_nop
10126 if test -n "$OTOOL64"; then
10127 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
10128 else
10129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130 for as_dir in $PATH
10131 do
10132 IFS=$as_save_IFS
10133 case $as_dir in #(((
10134 '') as_dir=./ ;;
10135 */) ;;
10136 *) as_dir=$as_dir/ ;;
10137 esac
10138 for ac_exec_ext in '' $ac_executable_extensions; do
10139 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10140 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
10141 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10142 break 2
10143 fi
10144 done
10145 done
10146 IFS=$as_save_IFS
10147
10148 fi
10149 fi
10150 OTOOL64=$ac_cv_prog_OTOOL64
10151 if test -n "$OTOOL64"; then
10152 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
10153 printf "%s\n" "$OTOOL64" >&6; }
10154 else
10155 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10156 printf "%s\n" "no" >&6; }
10157 fi
10158
10159
10160 fi
10161 if test -z "$ac_cv_prog_OTOOL64"; then
10162 ac_ct_OTOOL64=$OTOOL64
10163 # Extract the first word of "otool64", so it can be a program name with args.
10164 set dummy otool64; ac_word=$2
10165 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10166 printf %s "checking for $ac_word... " >&6; }
10167 if test ${ac_cv_prog_ac_ct_OTOOL64+y}
10168 then :
10169 printf %s "(cached) " >&6
10170 else $as_nop
10171 if test -n "$ac_ct_OTOOL64"; then
10172 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
10173 else
10174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10175 for as_dir in $PATH
10176 do
10177 IFS=$as_save_IFS
10178 case $as_dir in #(((
10179 '') as_dir=./ ;;
10180 */) ;;
10181 *) as_dir=$as_dir/ ;;
10182 esac
10183 for ac_exec_ext in '' $ac_executable_extensions; do
10184 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
10185 ac_cv_prog_ac_ct_OTOOL64="otool64"
10186 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
10187 break 2
10188 fi
10189 done
10190 done
10191 IFS=$as_save_IFS
10192
10193 fi
10194 fi
10195 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
10196 if test -n "$ac_ct_OTOOL64"; then
10197 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
10198 printf "%s\n" "$ac_ct_OTOOL64" >&6; }
10199 else
10200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10201 printf "%s\n" "no" >&6; }
10202 fi
10203
10204 if test "x$ac_ct_OTOOL64" = x; then
10205 OTOOL64=":"
10206 else
10207 case $cross_compiling:$ac_tool_warned in
10208 yes:)
10209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10210 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10211 ac_tool_warned=yes ;;
10212 esac
10213 OTOOL64=$ac_ct_OTOOL64
10214 fi
10215 else
10216 OTOOL64="$ac_cv_prog_OTOOL64"
10217 fi
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
10246 printf %s "checking for -single_module linker flag... " >&6; }
10247 if test ${lt_cv_apple_cc_single_mod+y}
10248 then :
10249 printf %s "(cached) " >&6
10250 else $as_nop
10251 lt_cv_apple_cc_single_mod=no
10252 if test -z "$LT_MULTI_MODULE"; then
10253 # By default we will add the -single_module flag. You can override
10254 # by either setting the environment variable LT_MULTI_MODULE
10255 # non-empty at configure time, or by adding -multi_module to the
10256 # link flags.
10257 rm -rf libconftest.dylib*
10258 echo "int foo(void){return 1;}" > conftest.c
10259 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
10260 -dynamiclib -Wl,-single_module conftest.c" >&5
10261 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
10262 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
10263 _lt_result=$?
10264 # If there is a non-empty error log, and "single_module"
10265 # appears in it, assume the flag caused a linker warning
10266 if test -s conftest.err && $GREP single_module conftest.err; then
10267 cat conftest.err >&5
10268 # Otherwise, if the output was created with a 0 exit code from
10269 # the compiler, it worked.
10270 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
10271 lt_cv_apple_cc_single_mod=yes
10272 else
10273 cat conftest.err >&5
10274 fi
10275 rm -rf libconftest.dylib*
10276 rm -f conftest.*
10277 fi
10278 fi
10279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
10280 printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
10281
10282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
10283 printf %s "checking for -exported_symbols_list linker flag... " >&6; }
10284 if test ${lt_cv_ld_exported_symbols_list+y}
10285 then :
10286 printf %s "(cached) " >&6
10287 else $as_nop
10288 lt_cv_ld_exported_symbols_list=no
10289 save_LDFLAGS=$LDFLAGS
10290 echo "_main" > conftest.sym
10291 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
10292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10293 /* end confdefs.h. */
10294
10295 int
10296 main (void)
10297 {
10298
10299 ;
10300 return 0;
10301 }
10302 _ACEOF
10303 if ac_fn_c_try_link "$LINENO"
10304 then :
10305 lt_cv_ld_exported_symbols_list=yes
10306 else $as_nop
10307 lt_cv_ld_exported_symbols_list=no
10308 fi
10309 rm -f core conftest.err conftest.$ac_objext conftest.beam \
10310 conftest$ac_exeext conftest.$ac_ext
10311 LDFLAGS=$save_LDFLAGS
10312
10313 fi
10314 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
10315 printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
10316
10317 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
10318 printf %s "checking for -force_load linker flag... " >&6; }
10319 if test ${lt_cv_ld_force_load+y}
10320 then :
10321 printf %s "(cached) " >&6
10322 else $as_nop
10323 lt_cv_ld_force_load=no
10324 cat > conftest.c << _LT_EOF
10325 int forced_loaded() { return 2;}
10326 _LT_EOF
10327 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
10328 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
10329 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
10330 $AR $AR_FLAGS libconftest.a conftest.o 2>&5
10331 echo "$RANLIB libconftest.a" >&5
10332 $RANLIB libconftest.a 2>&5
10333 cat > conftest.c << _LT_EOF
10334 int main() { return 0;}
10335 _LT_EOF
10336 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
10337 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
10338 _lt_result=$?
10339 if test -s conftest.err && $GREP force_load conftest.err; then
10340 cat conftest.err >&5
10341 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
10342 lt_cv_ld_force_load=yes
10343 else
10344 cat conftest.err >&5
10345 fi
10346 rm -f conftest.err libconftest.a conftest conftest.c
10347 rm -rf conftest.dSYM
10348
10349 fi
10350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
10351 printf "%s\n" "$lt_cv_ld_force_load" >&6; }
10352 case $host_os in
10353 rhapsody* | darwin1.[012])
10354 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
10355 darwin1.*)
10356 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10357 darwin*)
10358 case $MACOSX_DEPLOYMENT_TARGET,$host in
10359 10.[012],*|,*powerpc*-darwin[5-8]*)
10360 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10361 *)
10362 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10363 esac
10364 ;;
10365 esac
10366 if test yes = "$lt_cv_apple_cc_single_mod"; then
10367 _lt_dar_single_mod='$single_module'
10368 fi
10369 if test yes = "$lt_cv_ld_exported_symbols_list"; then
10370 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
10371 else
10372 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
10373 fi
10374 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
10375 _lt_dsymutil='~$DSYMUTIL $lib || :'
10376 else
10377 _lt_dsymutil=
10378 fi
10379 ;;
10380 esac
10381
10382 # func_munge_path_list VARIABLE PATH
10383 # -----------------------------------
10384 # VARIABLE is name of variable containing _space_ separated list of
10385 # directories to be munged by the contents of PATH, which is string
10386 # having a format:
10387 # "DIR[:DIR]:"
10388 # string "DIR[ DIR]" will be prepended to VARIABLE
10389 # ":DIR[:DIR]"
10390 # string "DIR[ DIR]" will be appended to VARIABLE
10391 # "DIRP[:DIRP]::[DIRA:]DIRA"
10392 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
10393 # "DIRA[ DIRA]" will be appended to VARIABLE
10394 # "DIR[:DIR]"
10395 # VARIABLE will be replaced by "DIR[ DIR]"
10396 func_munge_path_list ()
10397 {
10398 case x$2 in
10399 x)
10400 ;;
10401 *:)
10402 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
10403 ;;
10404 x:*)
10405 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
10406 ;;
10407 *::*)
10408 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
10409 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
10410 ;;
10411 *)
10412 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
10413 ;;
10414 esac
10415 }
10416
10417 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
10418 "
10419 if test "x$ac_cv_header_dlfcn_h" = xyes
10420 then :
10421 printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
10422
10423 fi
10424
10425
10426
10427
10428 func_stripname_cnf ()
10429 {
10430 case $2 in
10431 .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
10432 *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
10433 esac
10434 } # func_stripname_cnf
10435
10436
10437
10438
10439
10440 # Set options
10441
10442
10443
10444 enable_dlopen=no
10445
10446
10447 enable_win32_dll=no
10448
10449
10450 # Check whether --enable-shared was given.
10451 if test ${enable_shared+y}
10452 then :
10453 enableval=$enable_shared; p=${PACKAGE-default}
10454 case $enableval in
10455 yes) enable_shared=yes ;;
10456 no) enable_shared=no ;;
10457 *)
10458 enable_shared=no
10459 # Look at the argument we got. We use all the common list separators.
10460 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
10461 for pkg in $enableval; do
10462 IFS=$lt_save_ifs
10463 if test "X$pkg" = "X$p"; then
10464 enable_shared=yes
10465 fi
10466 done
10467 IFS=$lt_save_ifs
10468 ;;
10469 esac
10470 else $as_nop
10471 enable_shared=yes
10472 fi
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484 # Check whether --with-pic was given.
10485 if test ${with_pic+y}
10486 then :
10487 withval=$with_pic; lt_p=${PACKAGE-default}
10488 case $withval in
10489 yes|no) pic_mode=$withval ;;
10490 *)
10491 pic_mode=default
10492 # Look at the argument we got. We use all the common list separators.
10493 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
10494 for lt_pkg in $withval; do
10495 IFS=$lt_save_ifs
10496 if test "X$lt_pkg" = "X$lt_p"; then
10497 pic_mode=yes
10498 fi
10499 done
10500 IFS=$lt_save_ifs
10501 ;;
10502 esac
10503 else $as_nop
10504 pic_mode=default
10505 fi
10506
10507
10508
10509
10510
10511
10512
10513
10514 # Check whether --enable-fast-install was given.
10515 if test ${enable_fast_install+y}
10516 then :
10517 enableval=$enable_fast_install; p=${PACKAGE-default}
10518 case $enableval in
10519 yes) enable_fast_install=yes ;;
10520 no) enable_fast_install=no ;;
10521 *)
10522 enable_fast_install=no
10523 # Look at the argument we got. We use all the common list separators.
10524 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
10525 for pkg in $enableval; do
10526 IFS=$lt_save_ifs
10527 if test "X$pkg" = "X$p"; then
10528 enable_fast_install=yes
10529 fi
10530 done
10531 IFS=$lt_save_ifs
10532 ;;
10533 esac
10534 else $as_nop
10535 enable_fast_install=yes
10536 fi
10537
10538
10539
10540
10541
10542
10543
10544
10545 shared_archive_member_spec=
10546 case $host,$enable_shared in
10547 power*-*-aix[5-9]*,yes)
10548 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
10549 printf %s "checking which variant of shared library versioning to provide... " >&6; }
10550
10551 # Check whether --with-aix-soname was given.
10552 if test ${with_aix_soname+y}
10553 then :
10554 withval=$with_aix_soname; case $withval in
10555 aix|svr4|both)
10556 ;;
10557 *)
10558 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
10559 ;;
10560 esac
10561 lt_cv_with_aix_soname=$with_aix_soname
10562 else $as_nop
10563 if test ${lt_cv_with_aix_soname+y}
10564 then :
10565 printf %s "(cached) " >&6
10566 else $as_nop
10567 lt_cv_with_aix_soname=aix
10568 fi
10569
10570 with_aix_soname=$lt_cv_with_aix_soname
10571 fi
10572
10573 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
10574 printf "%s\n" "$with_aix_soname" >&6; }
10575 if test aix != "$with_aix_soname"; then
10576 # For the AIX way of multilib, we name the shared archive member
10577 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
10578 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
10579 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
10580 # the AIX toolchain works better with OBJECT_MODE set (default 32).
10581 if test 64 = "${OBJECT_MODE-32}"; then
10582 shared_archive_member_spec=shr_64
10583 else
10584 shared_archive_member_spec=shr
10585 fi
10586 fi
10587 ;;
10588 *)
10589 with_aix_soname=aix
10590 ;;
10591 esac
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602 # This can be used to rebuild libtool when needed
10603 LIBTOOL_DEPS=$ltmain
10604
10605 # Always use our own libtool.
10606 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637 test -z "$LN_S" && LN_S="ln -s"
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652 if test -n "${ZSH_VERSION+set}"; then
10653 setopt NO_GLOB_SUBST
10654 fi
10655
10656 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
10657 printf %s "checking for objdir... " >&6; }
10658 if test ${lt_cv_objdir+y}
10659 then :
10660 printf %s "(cached) " >&6
10661 else $as_nop
10662 rm -f .libs 2>/dev/null
10663 mkdir .libs 2>/dev/null
10664 if test -d .libs; then
10665 lt_cv_objdir=.libs
10666 else
10667 # MS-DOS does not allow filenames that begin with a dot.
10668 lt_cv_objdir=_libs
10669 fi
10670 rmdir .libs 2>/dev/null
10671 fi
10672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
10673 printf "%s\n" "$lt_cv_objdir" >&6; }
10674 objdir=$lt_cv_objdir
10675
10676
10677
10678
10679
10680 printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
10681
10682
10683
10684
10685 case $host_os in
10686 aix3*)
10687 # AIX sometimes has problems with the GCC collect2 program. For some
10688 # reason, if we set the COLLECT_NAMES environment variable, the problems
10689 # vanish in a puff of smoke.
10690 if test set != "${COLLECT_NAMES+set}"; then
10691 COLLECT_NAMES=
10692 export COLLECT_NAMES
10693 fi
10694 ;;
10695 esac
10696
10697 # Global variables:
10698 ofile=libtool
10699 can_build_shared=yes
10700
10701 # All known linkers require a '.a' archive for static linking (except MSVC and
10702 # ICC, which need '.lib').
10703 libext=a
10704
10705 with_gnu_ld=$lt_cv_prog_gnu_ld
10706
10707 old_CC=$CC
10708 old_CFLAGS=$CFLAGS
10709
10710 # Set sane defaults for various variables
10711 test -z "$CC" && CC=cc
10712 test -z "$LTCC" && LTCC=$CC
10713 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
10714 test -z "$LD" && LD=ld
10715 test -z "$ac_objext" && ac_objext=o
10716
10717 func_cc_basename $compiler
10718 cc_basename=$func_cc_basename_result
10719
10720
10721 # Only perform the check for file, if the check method requires it
10722 test -z "$MAGIC_CMD" && MAGIC_CMD=file
10723 case $deplibs_check_method in
10724 file_magic*)
10725 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
10726 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
10727 printf %s "checking for ${ac_tool_prefix}file... " >&6; }
10728 if test ${lt_cv_path_MAGIC_CMD+y}
10729 then :
10730 printf %s "(cached) " >&6
10731 else $as_nop
10732 case $MAGIC_CMD in
10733 [\\/*] | ?:[\\/]*)
10734 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
10735 ;;
10736 *)
10737 lt_save_MAGIC_CMD=$MAGIC_CMD
10738 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
10739 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
10740 for ac_dir in $ac_dummy; do
10741 IFS=$lt_save_ifs
10742 test -z "$ac_dir" && ac_dir=.
10743 if test -f "$ac_dir/${ac_tool_prefix}file"; then
10744 lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
10745 if test -n "$file_magic_test_file"; then
10746 case $deplibs_check_method in
10747 "file_magic "*)
10748 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
10749 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
10750 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
10751 $EGREP "$file_magic_regex" > /dev/null; then
10752 :
10753 else
10754 cat <<_LT_EOF 1>&2
10755
10756 *** Warning: the command libtool uses to detect shared libraries,
10757 *** $file_magic_cmd, produces output that libtool cannot recognize.
10758 *** The result is that libtool may fail to recognize shared libraries
10759 *** as such. This will affect the creation of libtool libraries that
10760 *** depend on shared libraries, but programs linked with such libtool
10761 *** libraries will work regardless of this problem. Nevertheless, you
10762 *** may want to report the problem to your system manager and/or to
10763 *** bug-libtool@gnu.org
10764
10765 _LT_EOF
10766 fi ;;
10767 esac
10768 fi
10769 break
10770 fi
10771 done
10772 IFS=$lt_save_ifs
10773 MAGIC_CMD=$lt_save_MAGIC_CMD
10774 ;;
10775 esac
10776 fi
10777
10778 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
10779 if test -n "$MAGIC_CMD"; then
10780 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
10781 printf "%s\n" "$MAGIC_CMD" >&6; }
10782 else
10783 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10784 printf "%s\n" "no" >&6; }
10785 fi
10786
10787
10788
10789
10790
10791 if test -z "$lt_cv_path_MAGIC_CMD"; then
10792 if test -n "$ac_tool_prefix"; then
10793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
10794 printf %s "checking for file... " >&6; }
10795 if test ${lt_cv_path_MAGIC_CMD+y}
10796 then :
10797 printf %s "(cached) " >&6
10798 else $as_nop
10799 case $MAGIC_CMD in
10800 [\\/*] | ?:[\\/]*)
10801 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
10802 ;;
10803 *)
10804 lt_save_MAGIC_CMD=$MAGIC_CMD
10805 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
10806 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
10807 for ac_dir in $ac_dummy; do
10808 IFS=$lt_save_ifs
10809 test -z "$ac_dir" && ac_dir=.
10810 if test -f "$ac_dir/file"; then
10811 lt_cv_path_MAGIC_CMD=$ac_dir/"file"
10812 if test -n "$file_magic_test_file"; then
10813 case $deplibs_check_method in
10814 "file_magic "*)
10815 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
10816 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
10817 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
10818 $EGREP "$file_magic_regex" > /dev/null; then
10819 :
10820 else
10821 cat <<_LT_EOF 1>&2
10822
10823 *** Warning: the command libtool uses to detect shared libraries,
10824 *** $file_magic_cmd, produces output that libtool cannot recognize.
10825 *** The result is that libtool may fail to recognize shared libraries
10826 *** as such. This will affect the creation of libtool libraries that
10827 *** depend on shared libraries, but programs linked with such libtool
10828 *** libraries will work regardless of this problem. Nevertheless, you
10829 *** may want to report the problem to your system manager and/or to
10830 *** bug-libtool@gnu.org
10831
10832 _LT_EOF
10833 fi ;;
10834 esac
10835 fi
10836 break
10837 fi
10838 done
10839 IFS=$lt_save_ifs
10840 MAGIC_CMD=$lt_save_MAGIC_CMD
10841 ;;
10842 esac
10843 fi
10844
10845 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
10846 if test -n "$MAGIC_CMD"; then
10847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
10848 printf "%s\n" "$MAGIC_CMD" >&6; }
10849 else
10850 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
10851 printf "%s\n" "no" >&6; }
10852 fi
10853
10854
10855 else
10856 MAGIC_CMD=:
10857 fi
10858 fi
10859
10860 fi
10861 ;;
10862 esac
10863
10864 # Use C for the default configuration in the libtool script
10865
10866 lt_save_CC=$CC
10867 ac_ext=c
10868 ac_cpp='$CPP $CPPFLAGS'
10869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10872
10873
10874 # Source file extension for C test sources.
10875 ac_ext=c
10876
10877 # Object file extension for compiled C test sources.
10878 objext=o
10879 objext=$objext
10880
10881 # Code to be used in simple compile tests
10882 lt_simple_compile_test_code="int some_variable = 0;"
10883
10884 # Code to be used in simple link tests
10885 lt_simple_link_test_code='int main(){return(0);}'
10886
10887
10888
10889
10890
10891
10892
10893 # If no C compiler was specified, use CC.
10894 LTCC=${LTCC-"$CC"}
10895
10896 # If no C compiler flags were specified, use CFLAGS.
10897 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
10898
10899 # Allow CC to be a program name with arguments.
10900 compiler=$CC
10901
10902 # Save the default compiler, since it gets overwritten when the other
10903 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
10904 compiler_DEFAULT=$CC
10905
10906 # save warnings/boilerplate of simple test code
10907 ac_outfile=conftest.$ac_objext
10908 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
10909 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10910 _lt_compiler_boilerplate=`cat conftest.err`
10911 $RM conftest*
10912
10913 ac_outfile=conftest.$ac_objext
10914 echo "$lt_simple_link_test_code" >conftest.$ac_ext
10915 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10916 _lt_linker_boilerplate=`cat conftest.err`
10917 $RM -r conftest*
10918
10919
10920 ## CAVEAT EMPTOR:
10921 ## There is no encapsulation within the following macros, do not change
10922 ## the running order or otherwise move them around unless you know exactly
10923 ## what you are doing...
10924 if test -n "$compiler"; then
10925
10926 lt_prog_compiler_no_builtin_flag=
10927
10928 if test yes = "$GCC"; then
10929 case $cc_basename in
10930 nvcc*)
10931 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
10932 *)
10933 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
10934 esac
10935
10936 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10937 printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
10938 if test ${lt_cv_prog_compiler_rtti_exceptions+y}
10939 then :
10940 printf %s "(cached) " >&6
10941 else $as_nop
10942 lt_cv_prog_compiler_rtti_exceptions=no
10943 ac_outfile=conftest.$ac_objext
10944 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10945 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
10946 # Insert the option either (1) after the last *FLAGS variable, or
10947 # (2) before a word containing "conftest.", or (3) at the end.
10948 # Note that $ac_compile itself does not contain backslashes and begins
10949 # with a dollar sign (not a hyphen), so the echo should work correctly.
10950 # The option is referenced via a variable to avoid confusing sed.
10951 lt_compile=`echo "$ac_compile" | $SED \
10952 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10953 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10954 -e 's:$: $lt_compiler_flag:'`
10955 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10956 (eval "$lt_compile" 2>conftest.err)
10957 ac_status=$?
10958 cat conftest.err >&5
10959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10960 if (exit $ac_status) && test -s "$ac_outfile"; then
10961 # The compiler can only warn and ignore the option if not recognized
10962 # So say no if there are warnings other than the usual output.
10963 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10964 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10965 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10966 lt_cv_prog_compiler_rtti_exceptions=yes
10967 fi
10968 fi
10969 $RM conftest*
10970
10971 fi
10972 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10973 printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10974
10975 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
10976 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10977 else
10978 :
10979 fi
10980
10981 fi
10982
10983
10984
10985
10986
10987
10988 lt_prog_compiler_wl=
10989 lt_prog_compiler_pic=
10990 lt_prog_compiler_static=
10991
10992
10993 if test yes = "$GCC"; then
10994 lt_prog_compiler_wl='-Wl,'
10995 lt_prog_compiler_static='-static'
10996
10997 case $host_os in
10998 aix*)
10999 # All AIX code is PIC.
11000 if test ia64 = "$host_cpu"; then
11001 # AIX 5 now supports IA64 processor
11002 lt_prog_compiler_static='-Bstatic'
11003 fi
11004 lt_prog_compiler_pic='-fPIC'
11005 ;;
11006
11007 amigaos*)
11008 case $host_cpu in
11009 powerpc)
11010 # see comment about AmigaOS4 .so support
11011 lt_prog_compiler_pic='-fPIC'
11012 ;;
11013 m68k)
11014 # FIXME: we need at least 68020 code to build shared libraries, but
11015 # adding the '-m68020' flag to GCC prevents building anything better,
11016 # like '-m68040'.
11017 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
11018 ;;
11019 esac
11020 ;;
11021
11022 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
11023 # PIC is the default for these OSes.
11024 ;;
11025
11026 mingw* | cygwin* | pw32* | os2* | cegcc*)
11027 # This hack is so that the source file can tell whether it is being
11028 # built for inclusion in a dll (and should export symbols for example).
11029 # Although the cygwin gcc ignores -fPIC, still need this for old-style
11030 # (--disable-auto-import) libraries
11031 lt_prog_compiler_pic='-DDLL_EXPORT'
11032 case $host_os in
11033 os2*)
11034 lt_prog_compiler_static='$wl-static'
11035 ;;
11036 esac
11037 ;;
11038
11039 darwin* | rhapsody*)
11040 # PIC is the default on this platform
11041 # Common symbols not allowed in MH_DYLIB files
11042 lt_prog_compiler_pic='-fno-common'
11043 ;;
11044
11045 haiku*)
11046 # PIC is the default for Haiku.
11047 # The "-static" flag exists, but is broken.
11048 lt_prog_compiler_static=
11049 ;;
11050
11051 hpux*)
11052 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
11053 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
11054 # sets the default TLS model and affects inlining.
11055 case $host_cpu in
11056 hppa*64*)
11057 # +Z the default
11058 ;;
11059 *)
11060 lt_prog_compiler_pic='-fPIC'
11061 ;;
11062 esac
11063 ;;
11064
11065 interix[3-9]*)
11066 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
11067 # Instead, we relocate shared libraries at runtime.
11068 ;;
11069
11070 msdosdjgpp*)
11071 # Just because we use GCC doesn't mean we suddenly get shared libraries
11072 # on systems that don't support them.
11073 lt_prog_compiler_can_build_shared=no
11074 enable_shared=no
11075 ;;
11076
11077 *nto* | *qnx*)
11078 # QNX uses GNU C++, but need to define -shared option too, otherwise
11079 # it will coredump.
11080 lt_prog_compiler_pic='-fPIC -shared'
11081 ;;
11082
11083 sysv4*MP*)
11084 if test -d /usr/nec; then
11085 lt_prog_compiler_pic=-Kconform_pic
11086 fi
11087 ;;
11088
11089 *)
11090 lt_prog_compiler_pic='-fPIC'
11091 ;;
11092 esac
11093
11094 case $cc_basename in
11095 nvcc*) # Cuda Compiler Driver 2.2
11096 lt_prog_compiler_wl='-Xlinker '
11097 if test -n "$lt_prog_compiler_pic"; then
11098 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
11099 fi
11100 ;;
11101 esac
11102 else
11103 # PORTME Check for flag to pass linker flags through the system compiler.
11104 case $host_os in
11105 aix*)
11106 lt_prog_compiler_wl='-Wl,'
11107 if test ia64 = "$host_cpu"; then
11108 # AIX 5 now supports IA64 processor
11109 lt_prog_compiler_static='-Bstatic'
11110 else
11111 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
11112 fi
11113 ;;
11114
11115 darwin* | rhapsody*)
11116 # PIC is the default on this platform
11117 # Common symbols not allowed in MH_DYLIB files
11118 lt_prog_compiler_pic='-fno-common'
11119 case $cc_basename in
11120 nagfor*)
11121 # NAG Fortran compiler
11122 lt_prog_compiler_wl='-Wl,-Wl,,'
11123 lt_prog_compiler_pic='-PIC'
11124 lt_prog_compiler_static='-Bstatic'
11125 ;;
11126 esac
11127 ;;
11128
11129 mingw* | cygwin* | pw32* | os2* | cegcc*)
11130 # This hack is so that the source file can tell whether it is being
11131 # built for inclusion in a dll (and should export symbols for example).
11132 lt_prog_compiler_pic='-DDLL_EXPORT'
11133 case $host_os in
11134 os2*)
11135 lt_prog_compiler_static='$wl-static'
11136 ;;
11137 esac
11138 ;;
11139
11140 hpux9* | hpux10* | hpux11*)
11141 lt_prog_compiler_wl='-Wl,'
11142 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
11143 # not for PA HP-UX.
11144 case $host_cpu in
11145 hppa*64*|ia64*)
11146 # +Z the default
11147 ;;
11148 *)
11149 lt_prog_compiler_pic='+Z'
11150 ;;
11151 esac
11152 # Is there a better lt_prog_compiler_static that works with the bundled CC?
11153 lt_prog_compiler_static='$wl-a ${wl}archive'
11154 ;;
11155
11156 irix5* | irix6* | nonstopux*)
11157 lt_prog_compiler_wl='-Wl,'
11158 # PIC (with -KPIC) is the default.
11159 lt_prog_compiler_static='-non_shared'
11160 ;;
11161
11162 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
11163 case $cc_basename in
11164 # old Intel for x86_64, which still supported -KPIC.
11165 ecc*)
11166 lt_prog_compiler_wl='-Wl,'
11167 lt_prog_compiler_pic='-KPIC'
11168 lt_prog_compiler_static='-static'
11169 ;;
11170 # flang / f18. f95 an alias for gfortran or flang on Debian
11171 flang* | f18* | f95*)
11172 lt_prog_compiler_wl='-Wl,'
11173 lt_prog_compiler_pic='-fPIC'
11174 lt_prog_compiler_static='-static'
11175 ;;
11176 # icc used to be incompatible with GCC.
11177 # ICC 10 doesn't accept -KPIC any more.
11178 icc* | ifort*)
11179 lt_prog_compiler_wl='-Wl,'
11180 lt_prog_compiler_pic='-fPIC'
11181 lt_prog_compiler_static='-static'
11182 ;;
11183 # Lahey Fortran 8.1.
11184 lf95*)
11185 lt_prog_compiler_wl='-Wl,'
11186 lt_prog_compiler_pic='--shared'
11187 lt_prog_compiler_static='--static'
11188 ;;
11189 nagfor*)
11190 # NAG Fortran compiler
11191 lt_prog_compiler_wl='-Wl,-Wl,,'
11192 lt_prog_compiler_pic='-PIC'
11193 lt_prog_compiler_static='-Bstatic'
11194 ;;
11195 tcc*)
11196 # Fabrice Bellard et al's Tiny C Compiler
11197 lt_prog_compiler_wl='-Wl,'
11198 lt_prog_compiler_pic='-fPIC'
11199 lt_prog_compiler_static='-static'
11200 ;;
11201 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
11202 # Portland Group compilers (*not* the Pentium gcc compiler,
11203 # which looks to be a dead project)
11204 lt_prog_compiler_wl='-Wl,'
11205 lt_prog_compiler_pic='-fpic'
11206 lt_prog_compiler_static='-Bstatic'
11207 ;;
11208 ccc*)
11209 lt_prog_compiler_wl='-Wl,'
11210 # All Alpha code is PIC.
11211 lt_prog_compiler_static='-non_shared'
11212 ;;
11213 xl* | bgxl* | bgf* | mpixl*)
11214 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
11215 lt_prog_compiler_wl='-Wl,'
11216 lt_prog_compiler_pic='-qpic'
11217 lt_prog_compiler_static='-qstaticlink'
11218 ;;
11219 *)
11220 case `$CC -V 2>&1 | $SED 5q` in
11221 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
11222 # Sun Fortran 8.3 passes all unrecognized flags to the linker
11223 lt_prog_compiler_pic='-KPIC'
11224 lt_prog_compiler_static='-Bstatic'
11225 lt_prog_compiler_wl=''
11226 ;;
11227 *Sun\ F* | *Sun*Fortran*)
11228 lt_prog_compiler_pic='-KPIC'
11229 lt_prog_compiler_static='-Bstatic'
11230 lt_prog_compiler_wl='-Qoption ld '
11231 ;;
11232 *Sun\ C*)
11233 # Sun C 5.9
11234 lt_prog_compiler_pic='-KPIC'
11235 lt_prog_compiler_static='-Bstatic'
11236 lt_prog_compiler_wl='-Wl,'
11237 ;;
11238 *Intel*\ [CF]*Compiler*)
11239 lt_prog_compiler_wl='-Wl,'
11240 lt_prog_compiler_pic='-fPIC'
11241 lt_prog_compiler_static='-static'
11242 ;;
11243 *Portland\ Group*)
11244 lt_prog_compiler_wl='-Wl,'
11245 lt_prog_compiler_pic='-fpic'
11246 lt_prog_compiler_static='-Bstatic'
11247 ;;
11248 esac
11249 ;;
11250 esac
11251 ;;
11252
11253 newsos6)
11254 lt_prog_compiler_pic='-KPIC'
11255 lt_prog_compiler_static='-Bstatic'
11256 ;;
11257
11258 *nto* | *qnx*)
11259 # QNX uses GNU C++, but need to define -shared option too, otherwise
11260 # it will coredump.
11261 lt_prog_compiler_pic='-fPIC -shared'
11262 ;;
11263
11264 osf3* | osf4* | osf5*)
11265 lt_prog_compiler_wl='-Wl,'
11266 # All OSF/1 code is PIC.
11267 lt_prog_compiler_static='-non_shared'
11268 ;;
11269
11270 rdos*)
11271 lt_prog_compiler_static='-non_shared'
11272 ;;
11273
11274 solaris*)
11275 lt_prog_compiler_pic='-KPIC'
11276 lt_prog_compiler_static='-Bstatic'
11277 case $cc_basename in
11278 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
11279 lt_prog_compiler_wl='-Qoption ld ';;
11280 *)
11281 lt_prog_compiler_wl='-Wl,';;
11282 esac
11283 ;;
11284
11285 sunos4*)
11286 lt_prog_compiler_wl='-Qoption ld '
11287 lt_prog_compiler_pic='-PIC'
11288 lt_prog_compiler_static='-Bstatic'
11289 ;;
11290
11291 sysv4 | sysv4.2uw2* | sysv4.3*)
11292 lt_prog_compiler_wl='-Wl,'
11293 lt_prog_compiler_pic='-KPIC'
11294 lt_prog_compiler_static='-Bstatic'
11295 ;;
11296
11297 sysv4*MP*)
11298 if test -d /usr/nec; then
11299 lt_prog_compiler_pic='-Kconform_pic'
11300 lt_prog_compiler_static='-Bstatic'
11301 fi
11302 ;;
11303
11304 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
11305 lt_prog_compiler_wl='-Wl,'
11306 lt_prog_compiler_pic='-KPIC'
11307 lt_prog_compiler_static='-Bstatic'
11308 ;;
11309
11310 unicos*)
11311 lt_prog_compiler_wl='-Wl,'
11312 lt_prog_compiler_can_build_shared=no
11313 ;;
11314
11315 uts4*)
11316 lt_prog_compiler_pic='-pic'
11317 lt_prog_compiler_static='-Bstatic'
11318 ;;
11319
11320 *)
11321 lt_prog_compiler_can_build_shared=no
11322 ;;
11323 esac
11324 fi
11325
11326 case $host_os in
11327 # For platforms that do not support PIC, -DPIC is meaningless:
11328 *djgpp*)
11329 lt_prog_compiler_pic=
11330 ;;
11331 *)
11332 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
11333 ;;
11334 esac
11335
11336 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
11337 printf %s "checking for $compiler option to produce PIC... " >&6; }
11338 if test ${lt_cv_prog_compiler_pic+y}
11339 then :
11340 printf %s "(cached) " >&6
11341 else $as_nop
11342 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
11343 fi
11344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
11345 printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
11346 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
11347
11348 #
11349 # Check to make sure the PIC flag actually works.
11350 #
11351 if test -n "$lt_prog_compiler_pic"; then
11352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
11353 printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
11354 if test ${lt_cv_prog_compiler_pic_works+y}
11355 then :
11356 printf %s "(cached) " >&6
11357 else $as_nop
11358 lt_cv_prog_compiler_pic_works=no
11359 ac_outfile=conftest.$ac_objext
11360 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11361 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
11362 # Insert the option either (1) after the last *FLAGS variable, or
11363 # (2) before a word containing "conftest.", or (3) at the end.
11364 # Note that $ac_compile itself does not contain backslashes and begins
11365 # with a dollar sign (not a hyphen), so the echo should work correctly.
11366 # The option is referenced via a variable to avoid confusing sed.
11367 lt_compile=`echo "$ac_compile" | $SED \
11368 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11369 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11370 -e 's:$: $lt_compiler_flag:'`
11371 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
11372 (eval "$lt_compile" 2>conftest.err)
11373 ac_status=$?
11374 cat conftest.err >&5
11375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11376 if (exit $ac_status) && test -s "$ac_outfile"; then
11377 # The compiler can only warn and ignore the option if not recognized
11378 # So say no if there are warnings other than the usual output.
11379 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
11380 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11381 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
11382 lt_cv_prog_compiler_pic_works=yes
11383 fi
11384 fi
11385 $RM conftest*
11386
11387 fi
11388 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
11389 printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
11390
11391 if test yes = "$lt_cv_prog_compiler_pic_works"; then
11392 case $lt_prog_compiler_pic in
11393 "" | " "*) ;;
11394 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
11395 esac
11396 else
11397 lt_prog_compiler_pic=
11398 lt_prog_compiler_can_build_shared=no
11399 fi
11400
11401 fi
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413 #
11414 # Check to make sure the static flag actually works.
11415 #
11416 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
11417 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
11418 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
11419 if test ${lt_cv_prog_compiler_static_works+y}
11420 then :
11421 printf %s "(cached) " >&6
11422 else $as_nop
11423 lt_cv_prog_compiler_static_works=no
11424 save_LDFLAGS=$LDFLAGS
11425 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
11426 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11427 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11428 # The linker can only warn and ignore the option if not recognized
11429 # So say no if there are warnings
11430 if test -s conftest.err; then
11431 # Append any errors to the config.log.
11432 cat conftest.err 1>&5
11433 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11434 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11435 if diff conftest.exp conftest.er2 >/dev/null; then
11436 lt_cv_prog_compiler_static_works=yes
11437 fi
11438 else
11439 lt_cv_prog_compiler_static_works=yes
11440 fi
11441 fi
11442 $RM -r conftest*
11443 LDFLAGS=$save_LDFLAGS
11444
11445 fi
11446 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
11447 printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
11448
11449 if test yes = "$lt_cv_prog_compiler_static_works"; then
11450 :
11451 else
11452 lt_prog_compiler_static=
11453 fi
11454
11455
11456
11457
11458
11459
11460
11461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
11462 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
11463 if test ${lt_cv_prog_compiler_c_o+y}
11464 then :
11465 printf %s "(cached) " >&6
11466 else $as_nop
11467 lt_cv_prog_compiler_c_o=no
11468 $RM -r conftest 2>/dev/null
11469 mkdir conftest
11470 cd conftest
11471 mkdir out
11472 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11473
11474 lt_compiler_flag="-o out/conftest2.$ac_objext"
11475 # Insert the option either (1) after the last *FLAGS variable, or
11476 # (2) before a word containing "conftest.", or (3) at the end.
11477 # Note that $ac_compile itself does not contain backslashes and begins
11478 # with a dollar sign (not a hyphen), so the echo should work correctly.
11479 lt_compile=`echo "$ac_compile" | $SED \
11480 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11481 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11482 -e 's:$: $lt_compiler_flag:'`
11483 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
11484 (eval "$lt_compile" 2>out/conftest.err)
11485 ac_status=$?
11486 cat out/conftest.err >&5
11487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11488 if (exit $ac_status) && test -s out/conftest2.$ac_objext
11489 then
11490 # The compiler can only warn and ignore the option if not recognized
11491 # So say no if there are warnings
11492 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
11493 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
11494 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
11495 lt_cv_prog_compiler_c_o=yes
11496 fi
11497 fi
11498 chmod u+w . 2>&5
11499 $RM conftest*
11500 # SGI C++ compiler will create directory out/ii_files/ for
11501 # template instantiation
11502 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
11503 $RM out/* && rmdir out
11504 cd ..
11505 $RM -r conftest
11506 $RM conftest*
11507
11508 fi
11509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
11510 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
11511
11512
11513
11514
11515
11516
11517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
11518 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
11519 if test ${lt_cv_prog_compiler_c_o+y}
11520 then :
11521 printf %s "(cached) " >&6
11522 else $as_nop
11523 lt_cv_prog_compiler_c_o=no
11524 $RM -r conftest 2>/dev/null
11525 mkdir conftest
11526 cd conftest
11527 mkdir out
11528 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11529
11530 lt_compiler_flag="-o out/conftest2.$ac_objext"
11531 # Insert the option either (1) after the last *FLAGS variable, or
11532 # (2) before a word containing "conftest.", or (3) at the end.
11533 # Note that $ac_compile itself does not contain backslashes and begins
11534 # with a dollar sign (not a hyphen), so the echo should work correctly.
11535 lt_compile=`echo "$ac_compile" | $SED \
11536 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11537 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11538 -e 's:$: $lt_compiler_flag:'`
11539 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
11540 (eval "$lt_compile" 2>out/conftest.err)
11541 ac_status=$?
11542 cat out/conftest.err >&5
11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11544 if (exit $ac_status) && test -s out/conftest2.$ac_objext
11545 then
11546 # The compiler can only warn and ignore the option if not recognized
11547 # So say no if there are warnings
11548 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
11549 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
11550 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
11551 lt_cv_prog_compiler_c_o=yes
11552 fi
11553 fi
11554 chmod u+w . 2>&5
11555 $RM conftest*
11556 # SGI C++ compiler will create directory out/ii_files/ for
11557 # template instantiation
11558 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
11559 $RM out/* && rmdir out
11560 cd ..
11561 $RM -r conftest
11562 $RM conftest*
11563
11564 fi
11565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
11566 printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
11567
11568
11569
11570
11571 hard_links=nottested
11572 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
11573 # do not overwrite the value of need_locks provided by the user
11574 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
11575 printf %s "checking if we can lock with hard links... " >&6; }
11576 hard_links=yes
11577 $RM conftest*
11578 ln conftest.a conftest.b 2>/dev/null && hard_links=no
11579 touch conftest.a
11580 ln conftest.a conftest.b 2>&5 || hard_links=no
11581 ln conftest.a conftest.b 2>/dev/null && hard_links=no
11582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
11583 printf "%s\n" "$hard_links" >&6; }
11584 if test no = "$hard_links"; then
11585 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
11586 printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
11587 need_locks=warn
11588 fi
11589 else
11590 need_locks=no
11591 fi
11592
11593
11594
11595
11596
11597
11598 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11599 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11600
11601 runpath_var=
11602 allow_undefined_flag=
11603 always_export_symbols=no
11604 archive_cmds=
11605 archive_expsym_cmds=
11606 compiler_needs_object=no
11607 enable_shared_with_static_runtimes=no
11608 export_dynamic_flag_spec=
11609 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
11610 hardcode_automatic=no
11611 hardcode_direct=no
11612 hardcode_direct_absolute=no
11613 hardcode_libdir_flag_spec=
11614 hardcode_libdir_separator=
11615 hardcode_minus_L=no
11616 hardcode_shlibpath_var=unsupported
11617 inherit_rpath=no
11618 link_all_deplibs=unknown
11619 module_cmds=
11620 module_expsym_cmds=
11621 old_archive_from_new_cmds=
11622 old_archive_from_expsyms_cmds=
11623 thread_safe_flag_spec=
11624 whole_archive_flag_spec=
11625 # include_expsyms should be a list of space-separated symbols to be *always*
11626 # included in the symbol list
11627 include_expsyms=
11628 # exclude_expsyms can be an extended regexp of symbols to exclude
11629 # it will be wrapped by ' (' and ')$', so one must not match beginning or
11630 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
11631 # as well as any symbol that contains 'd'.
11632 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
11633 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
11634 # platforms (ab)use it in PIC code, but their linkers get confused if
11635 # the symbol is explicitly referenced. Since portable code cannot
11636 # rely on this symbol name, it's probably fine to never include it in
11637 # preloaded symbol tables.
11638 # Exclude shared library initialization/finalization symbols.
11639 extract_expsyms_cmds=
11640
11641 case $host_os in
11642 cygwin* | mingw* | pw32* | cegcc*)
11643 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
11644 # When not using gcc, we currently assume that we are using
11645 # Microsoft Visual C++ or Intel C++ Compiler.
11646 if test yes != "$GCC"; then
11647 with_gnu_ld=no
11648 fi
11649 ;;
11650 interix*)
11651 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
11652 with_gnu_ld=yes
11653 ;;
11654 openbsd* | bitrig*)
11655 with_gnu_ld=no
11656 ;;
11657 linux* | k*bsd*-gnu | gnu*)
11658 link_all_deplibs=no
11659 ;;
11660 esac
11661
11662 ld_shlibs=yes
11663
11664 # On some targets, GNU ld is compatible enough with the native linker
11665 # that we're better off using the native interface for both.
11666 lt_use_gnu_ld_interface=no
11667 if test yes = "$with_gnu_ld"; then
11668 case $host_os in
11669 aix*)
11670 # The AIX port of GNU ld has always aspired to compatibility
11671 # with the native linker. However, as the warning in the GNU ld
11672 # block says, versions before 2.19.5* couldn't really create working
11673 # shared libraries, regardless of the interface used.
11674 case `$LD -v 2>&1` in
11675 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
11676 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
11677 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
11678 *)
11679 lt_use_gnu_ld_interface=yes
11680 ;;
11681 esac
11682 ;;
11683 *)
11684 lt_use_gnu_ld_interface=yes
11685 ;;
11686 esac
11687 fi
11688
11689 if test yes = "$lt_use_gnu_ld_interface"; then
11690 # If archive_cmds runs LD, not CC, wlarc should be empty
11691 wlarc='$wl'
11692
11693 # Set some defaults for GNU ld with shared library support. These
11694 # are reset later if shared libraries are not supported. Putting them
11695 # here allows them to be overridden if necessary.
11696 runpath_var=LD_RUN_PATH
11697 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11698 export_dynamic_flag_spec='$wl--export-dynamic'
11699 # ancient GNU ld didn't support --whole-archive et. al.
11700 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
11701 whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
11702 else
11703 whole_archive_flag_spec=
11704 fi
11705 supports_anon_versioning=no
11706 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
11707 *GNU\ gold*) supports_anon_versioning=yes ;;
11708 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
11709 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
11710 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
11711 *\ 2.11.*) ;; # other 2.11 versions
11712 *) supports_anon_versioning=yes ;;
11713 esac
11714
11715 # See if GNU ld supports shared libraries.
11716 case $host_os in
11717 aix[3-9]*)
11718 # On AIX/PPC, the GNU linker is very broken
11719 if test ia64 != "$host_cpu"; then
11720 ld_shlibs=no
11721 cat <<_LT_EOF 1>&2
11722
11723 *** Warning: the GNU linker, at least up to release 2.19, is reported
11724 *** to be unable to reliably create shared libraries on AIX.
11725 *** Therefore, libtool is disabling shared libraries support. If you
11726 *** really care for shared libraries, you may want to install binutils
11727 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
11728 *** You will then need to restart the configuration process.
11729
11730 _LT_EOF
11731 fi
11732 ;;
11733
11734 amigaos*)
11735 case $host_cpu in
11736 powerpc)
11737 # see comment about AmigaOS4 .so support
11738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11739 archive_expsym_cmds=''
11740 ;;
11741 m68k)
11742 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
11743 hardcode_libdir_flag_spec='-L$libdir'
11744 hardcode_minus_L=yes
11745 ;;
11746 esac
11747 ;;
11748
11749 beos*)
11750 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11751 allow_undefined_flag=unsupported
11752 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
11753 # support --undefined. This deserves some investigation. FIXME
11754 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11755 else
11756 ld_shlibs=no
11757 fi
11758 ;;
11759
11760 cygwin* | mingw* | pw32* | cegcc*)
11761 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
11762 # as there is no search path for DLLs.
11763 hardcode_libdir_flag_spec='-L$libdir'
11764 export_dynamic_flag_spec='$wl--export-all-symbols'
11765 allow_undefined_flag=unsupported
11766 always_export_symbols=no
11767 enable_shared_with_static_runtimes=yes
11768 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
11769 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
11770
11771 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
11772 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11773 # If the export-symbols file already is a .def file, use it as
11774 # is; otherwise, prepend EXPORTS...
11775 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
11776 cp $export_symbols $output_objdir/$soname.def;
11777 else
11778 echo EXPORTS > $output_objdir/$soname.def;
11779 cat $export_symbols >> $output_objdir/$soname.def;
11780 fi~
11781 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11782 else
11783 ld_shlibs=no
11784 fi
11785 ;;
11786
11787 haiku*)
11788 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11789 link_all_deplibs=yes
11790 ;;
11791
11792 os2*)
11793 hardcode_libdir_flag_spec='-L$libdir'
11794 hardcode_minus_L=yes
11795 allow_undefined_flag=unsupported
11796 shrext_cmds=.dll
11797 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
11798 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
11799 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
11800 $ECHO EXPORTS >> $output_objdir/$libname.def~
11801 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
11802 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
11803 emximp -o $lib $output_objdir/$libname.def'
11804 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
11805 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
11806 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
11807 $ECHO EXPORTS >> $output_objdir/$libname.def~
11808 prefix_cmds="$SED"~
11809 if test EXPORTS = "`$SED 1q $export_symbols`"; then
11810 prefix_cmds="$prefix_cmds -e 1d";
11811 fi~
11812 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
11813 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
11814 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
11815 emximp -o $lib $output_objdir/$libname.def'
11816 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
11817 enable_shared_with_static_runtimes=yes
11818 file_list_spec='@'
11819 ;;
11820
11821 interix[3-9]*)
11822 hardcode_direct=no
11823 hardcode_shlibpath_var=no
11824 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
11825 export_dynamic_flag_spec='$wl-E'
11826 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
11827 # Instead, shared libraries are loaded at an image base (0x10000000 by
11828 # default) and relocated if they conflict, which is a slow very memory
11829 # consuming and fragmenting process. To avoid this, we pick a random,
11830 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
11831 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
11832 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11833 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'
11834 ;;
11835
11836 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
11837 tmp_diet=no
11838 if test linux-dietlibc = "$host_os"; then
11839 case $cc_basename in
11840 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
11841 esac
11842 fi
11843 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
11844 && test no = "$tmp_diet"
11845 then
11846 tmp_addflag=' $pic_flag'
11847 tmp_sharedflag='-shared'
11848 case $cc_basename,$host_cpu in
11849 pgcc*) # Portland Group C compiler
11850 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'
11851 tmp_addflag=' $pic_flag'
11852 ;;
11853 pgf77* | pgf90* | pgf95* | pgfortran*)
11854 # Portland Group f77 and f90 compilers
11855 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'
11856 tmp_addflag=' $pic_flag -Mnomain' ;;
11857 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
11858 tmp_addflag=' -i_dynamic' ;;
11859 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
11860 tmp_addflag=' -i_dynamic -nofor_main' ;;
11861 ifc* | ifort*) # Intel Fortran compiler
11862 tmp_addflag=' -nofor_main' ;;
11863 lf95*) # Lahey Fortran 8.1
11864 whole_archive_flag_spec=
11865 tmp_sharedflag='--shared' ;;
11866 nagfor*) # NAGFOR 5.3
11867 tmp_sharedflag='-Wl,-shared' ;;
11868 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
11869 tmp_sharedflag='-qmkshrobj'
11870 tmp_addflag= ;;
11871 nvcc*) # Cuda Compiler Driver 2.2
11872 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'
11873 compiler_needs_object=yes
11874 ;;
11875 esac
11876 case `$CC -V 2>&1 | $SED 5q` in
11877 *Sun\ C*) # Sun C 5.9
11878 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'
11879 compiler_needs_object=yes
11880 tmp_sharedflag='-G' ;;
11881 *Sun\ F*) # Sun Fortran 8.3
11882 tmp_sharedflag='-G' ;;
11883 esac
11884 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11885
11886 if test yes = "$supports_anon_versioning"; then
11887 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11888 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11889 echo "local: *; };" >> $output_objdir/$libname.ver~
11890 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
11891 fi
11892
11893 case $cc_basename in
11894 tcc*)
11895 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11896 export_dynamic_flag_spec='-rdynamic'
11897 ;;
11898 xlf* | bgf* | bgxlf* | mpixlf*)
11899 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
11900 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
11901 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11902 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
11903 if test yes = "$supports_anon_versioning"; then
11904 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
11905 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11906 echo "local: *; };" >> $output_objdir/$libname.ver~
11907 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
11908 fi
11909 ;;
11910 esac
11911 else
11912 ld_shlibs=no
11913 fi
11914 ;;
11915
11916 netbsd* | netbsdelf*-gnu)
11917 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11918 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
11919 wlarc=
11920 else
11921 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11922 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11923 fi
11924 ;;
11925
11926 solaris*)
11927 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
11928 ld_shlibs=no
11929 cat <<_LT_EOF 1>&2
11930
11931 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
11932 *** create shared libraries on Solaris systems. Therefore, libtool
11933 *** is disabling shared libraries support. We urge you to upgrade GNU
11934 *** binutils to release 2.9.1 or newer. Another option is to modify
11935 *** your PATH or compiler configuration so that the native linker is
11936 *** used, and then restart.
11937
11938 _LT_EOF
11939 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11940 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11941 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11942 else
11943 ld_shlibs=no
11944 fi
11945 ;;
11946
11947 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
11948 case `$LD -v 2>&1` in
11949 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
11950 ld_shlibs=no
11951 cat <<_LT_EOF 1>&2
11952
11953 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
11954 *** reliably create shared libraries on SCO systems. Therefore, libtool
11955 *** is disabling shared libraries support. We urge you to upgrade GNU
11956 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
11957 *** your PATH or compiler configuration so that the native linker is
11958 *** used, and then restart.
11959
11960 _LT_EOF
11961 ;;
11962 *)
11963 # For security reasons, it is highly recommended that you always
11964 # use absolute paths for naming shared libraries, and exclude the
11965 # DT_RUNPATH tag from executables and libraries. But doing so
11966 # requires that you compile everything twice, which is a pain.
11967 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11968 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
11969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11970 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11971 else
11972 ld_shlibs=no
11973 fi
11974 ;;
11975 esac
11976 ;;
11977
11978 sunos4*)
11979 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11980 wlarc=
11981 hardcode_direct=yes
11982 hardcode_shlibpath_var=no
11983 ;;
11984
11985 *)
11986 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
11987 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
11988 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
11989 else
11990 ld_shlibs=no
11991 fi
11992 ;;
11993 esac
11994
11995 if test no = "$ld_shlibs"; then
11996 runpath_var=
11997 hardcode_libdir_flag_spec=
11998 export_dynamic_flag_spec=
11999 whole_archive_flag_spec=
12000 fi
12001 else
12002 # PORTME fill in a description of your system's linker (not GNU ld)
12003 case $host_os in
12004 aix3*)
12005 allow_undefined_flag=unsupported
12006 always_export_symbols=yes
12007 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
12008 # Note: this linker hardcodes the directories in LIBPATH if there
12009 # are no directories specified by -L.
12010 hardcode_minus_L=yes
12011 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
12012 # Neither direct hardcoding nor static linking is supported with a
12013 # broken collect2.
12014 hardcode_direct=unsupported
12015 fi
12016 ;;
12017
12018 aix[4-9]*)
12019 if test ia64 = "$host_cpu"; then
12020 # On IA64, the linker does run time linking by default, so we don't
12021 # have to do anything special.
12022 aix_use_runtimelinking=no
12023 exp_sym_flag='-Bexport'
12024 no_entry_flag=
12025 else
12026 # If we're using GNU nm, then we don't want the "-C" option.
12027 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
12028 # Without the "-l" option, or with the "-B" option, AIX nm treats
12029 # weak defined symbols like other global defined symbols, whereas
12030 # GNU nm marks them as "W".
12031 # While the 'weak' keyword is ignored in the Export File, we need
12032 # it in the Import File for the 'aix-soname' feature, so we have
12033 # to replace the "-B" option with "-P" for AIX nm.
12034 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
12035 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'
12036 else
12037 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 == "L") || (\$ 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'
12038 fi
12039 aix_use_runtimelinking=no
12040
12041 # Test if we are trying to use run time linking or normal
12042 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12043 # have runtime linking enabled, and use it for executables.
12044 # For shared libraries, we enable/disable runtime linking
12045 # depending on the kind of the shared library created -
12046 # when "with_aix_soname,aix_use_runtimelinking" is:
12047 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
12048 # "aix,yes" lib.so shared, rtl:yes, for executables
12049 # lib.a static archive
12050 # "both,no" lib.so.V(shr.o) shared, rtl:yes
12051 # lib.a(lib.so.V) shared, rtl:no, for executables
12052 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
12053 # lib.a(lib.so.V) shared, rtl:no
12054 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
12055 # lib.a static archive
12056 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12057 for ld_flag in $LDFLAGS; do
12058 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
12059 aix_use_runtimelinking=yes
12060 break
12061 fi
12062 done
12063 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
12064 # With aix-soname=svr4, we create the lib.so.V shared archives only,
12065 # so we don't have lib.a shared libs to link our executables.
12066 # We have to force runtime linking in this case.
12067 aix_use_runtimelinking=yes
12068 LDFLAGS="$LDFLAGS -Wl,-brtl"
12069 fi
12070 ;;
12071 esac
12072
12073 exp_sym_flag='-bexport'
12074 no_entry_flag='-bnoentry'
12075 fi
12076
12077 # When large executables or shared objects are built, AIX ld can
12078 # have problems creating the table of contents. If linking a library
12079 # or program results in "error TOC overflow" add -mminimal-toc to
12080 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12081 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12082
12083 archive_cmds=''
12084 hardcode_direct=yes
12085 hardcode_direct_absolute=yes
12086 hardcode_libdir_separator=':'
12087 link_all_deplibs=yes
12088 file_list_spec='$wl-f,'
12089 case $with_aix_soname,$aix_use_runtimelinking in
12090 aix,*) ;; # traditional, no import file
12091 svr4,* | *,yes) # use import file
12092 # The Import File defines what to hardcode.
12093 hardcode_direct=no
12094 hardcode_direct_absolute=no
12095 ;;
12096 esac
12097
12098 if test yes = "$GCC"; then
12099 case $host_os in aix4.[012]|aix4.[012].*)
12100 # We only want to do this on AIX 4.2 and lower, the check
12101 # below for broken collect2 doesn't work under 4.3+
12102 collect2name=`$CC -print-prog-name=collect2`
12103 if test -f "$collect2name" &&
12104 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12105 then
12106 # We have reworked collect2
12107 :
12108 else
12109 # We have old collect2
12110 hardcode_direct=unsupported
12111 # It fails to find uninstalled libraries when the uninstalled
12112 # path is not listed in the libpath. Setting hardcode_minus_L
12113 # to unsupported forces relinking
12114 hardcode_minus_L=yes
12115 hardcode_libdir_flag_spec='-L$libdir'
12116 hardcode_libdir_separator=
12117 fi
12118 ;;
12119 esac
12120 shared_flag='-shared'
12121 if test yes = "$aix_use_runtimelinking"; then
12122 shared_flag="$shared_flag "'$wl-G'
12123 fi
12124 # Need to ensure runtime linking is disabled for the traditional
12125 # shared library, or the linker may eventually find shared libraries
12126 # /with/ Import File - we do not want to mix them.
12127 shared_flag_aix='-shared'
12128 shared_flag_svr4='-shared $wl-G'
12129 else
12130 # not using gcc
12131 if test ia64 = "$host_cpu"; then
12132 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12133 # chokes on -Wl,-G. The following line is correct:
12134 shared_flag='-G'
12135 else
12136 if test yes = "$aix_use_runtimelinking"; then
12137 shared_flag='$wl-G'
12138 else
12139 shared_flag='$wl-bM:SRE'
12140 fi
12141 shared_flag_aix='$wl-bM:SRE'
12142 shared_flag_svr4='$wl-G'
12143 fi
12144 fi
12145
12146 export_dynamic_flag_spec='$wl-bexpall'
12147 # It seems that -bexpall does not export symbols beginning with
12148 # underscore (_), so it is better to generate a list of symbols to export.
12149 always_export_symbols=yes
12150 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
12151 # Warning - without using the other runtime loading flags (-brtl),
12152 # -berok will link without error, but may produce a broken library.
12153 allow_undefined_flag='-berok'
12154 # Determine the default libpath from the value encoded in an
12155 # empty executable.
12156 if test set = "${lt_cv_aix_libpath+set}"; then
12157 aix_libpath=$lt_cv_aix_libpath
12158 else
12159 if test ${lt_cv_aix_libpath_+y}
12160 then :
12161 printf %s "(cached) " >&6
12162 else $as_nop
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12165
12166 int
12167 main (void)
12168 {
12169
12170 ;
12171 return 0;
12172 }
12173 _ACEOF
12174 if ac_fn_c_try_link "$LINENO"
12175 then :
12176
12177 lt_aix_libpath_sed='
12178 /Import File Strings/,/^$/ {
12179 /^0/ {
12180 s/^0 *\([^ ]*\) *$/\1/
12181 p
12182 }
12183 }'
12184 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12185 # Check for a 64-bit object if we didn't find anything.
12186 if test -z "$lt_cv_aix_libpath_"; then
12187 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12188 fi
12189 fi
12190 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12191 conftest$ac_exeext conftest.$ac_ext
12192 if test -z "$lt_cv_aix_libpath_"; then
12193 lt_cv_aix_libpath_=/usr/lib:/lib
12194 fi
12195
12196 fi
12197
12198 aix_libpath=$lt_cv_aix_libpath_
12199 fi
12200
12201 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
12202 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
12203 else
12204 if test ia64 = "$host_cpu"; then
12205 hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
12206 allow_undefined_flag="-z nodefs"
12207 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"
12208 else
12209 # Determine the default libpath from the value encoded in an
12210 # empty executable.
12211 if test set = "${lt_cv_aix_libpath+set}"; then
12212 aix_libpath=$lt_cv_aix_libpath
12213 else
12214 if test ${lt_cv_aix_libpath_+y}
12215 then :
12216 printf %s "(cached) " >&6
12217 else $as_nop
12218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12219 /* end confdefs.h. */
12220
12221 int
12222 main (void)
12223 {
12224
12225 ;
12226 return 0;
12227 }
12228 _ACEOF
12229 if ac_fn_c_try_link "$LINENO"
12230 then :
12231
12232 lt_aix_libpath_sed='
12233 /Import File Strings/,/^$/ {
12234 /^0/ {
12235 s/^0 *\([^ ]*\) *$/\1/
12236 p
12237 }
12238 }'
12239 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12240 # Check for a 64-bit object if we didn't find anything.
12241 if test -z "$lt_cv_aix_libpath_"; then
12242 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12243 fi
12244 fi
12245 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12246 conftest$ac_exeext conftest.$ac_ext
12247 if test -z "$lt_cv_aix_libpath_"; then
12248 lt_cv_aix_libpath_=/usr/lib:/lib
12249 fi
12250
12251 fi
12252
12253 aix_libpath=$lt_cv_aix_libpath_
12254 fi
12255
12256 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
12257 # Warning - without using the other run time loading flags,
12258 # -berok will link without error, but may produce a broken library.
12259 no_undefined_flag=' $wl-bernotok'
12260 allow_undefined_flag=' $wl-berok'
12261 if test yes = "$with_gnu_ld"; then
12262 # We only use this code for GNU lds that support --whole-archive.
12263 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
12264 else
12265 # Exported symbols can be pulled into shared objects from archives
12266 whole_archive_flag_spec='$convenience'
12267 fi
12268 archive_cmds_need_lc=yes
12269 archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
12270 # -brtl affects multiple linker settings, -berok does not and is overridden later
12271 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
12272 if test svr4 != "$with_aix_soname"; then
12273 # This is similar to how AIX traditionally builds its shared libraries.
12274 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'
12275 fi
12276 if test aix != "$with_aix_soname"; then
12277 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'
12278 else
12279 # used by -dlpreopen to get the symbols
12280 archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
12281 fi
12282 archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
12283 fi
12284 fi
12285 ;;
12286
12287 amigaos*)
12288 case $host_cpu in
12289 powerpc)
12290 # see comment about AmigaOS4 .so support
12291 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
12292 archive_expsym_cmds=''
12293 ;;
12294 m68k)
12295 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
12296 hardcode_libdir_flag_spec='-L$libdir'
12297 hardcode_minus_L=yes
12298 ;;
12299 esac
12300 ;;
12301
12302 bsdi[45]*)
12303 export_dynamic_flag_spec=-rdynamic
12304 ;;
12305
12306 cygwin* | mingw* | pw32* | cegcc*)
12307 # When not using gcc, we currently assume that we are using
12308 # Microsoft Visual C++ or Intel C++ Compiler.
12309 # hardcode_libdir_flag_spec is actually meaningless, as there is
12310 # no search path for DLLs.
12311 case $cc_basename in
12312 cl* | icl*)
12313 # Native MSVC or ICC
12314 hardcode_libdir_flag_spec=' '
12315 allow_undefined_flag=unsupported
12316 always_export_symbols=yes
12317 file_list_spec='@'
12318 # Tell ltmain to make .lib files, not .a files.
12319 libext=lib
12320 # Tell ltmain to make .dll files, not .so files.
12321 shrext_cmds=.dll
12322 # FIXME: Setting linknames here is a bad hack.
12323 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
12324 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
12325 cp "$export_symbols" "$output_objdir/$soname.def";
12326 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
12327 else
12328 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
12329 fi~
12330 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
12331 linknames='
12332 # The linker will not automatically build a static lib if we build a DLL.
12333 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
12334 enable_shared_with_static_runtimes=yes
12335 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
12336 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
12337 # Don't use ranlib
12338 old_postinstall_cmds='chmod 644 $oldlib'
12339 postlink_cmds='lt_outputfile="@OUTPUT@"~
12340 lt_tool_outputfile="@TOOL_OUTPUT@"~
12341 case $lt_outputfile in
12342 *.exe|*.EXE) ;;
12343 *)
12344 lt_outputfile=$lt_outputfile.exe
12345 lt_tool_outputfile=$lt_tool_outputfile.exe
12346 ;;
12347 esac~
12348 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
12349 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
12350 $RM "$lt_outputfile.manifest";
12351 fi'
12352 ;;
12353 *)
12354 # Assume MSVC and ICC wrapper
12355 hardcode_libdir_flag_spec=' '
12356 allow_undefined_flag=unsupported
12357 # Tell ltmain to make .lib files, not .a files.
12358 libext=lib
12359 # Tell ltmain to make .dll files, not .so files.
12360 shrext_cmds=.dll
12361 # FIXME: Setting linknames here is a bad hack.
12362 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
12363 # The linker will automatically build a .lib file if we build a DLL.
12364 old_archive_from_new_cmds='true'
12365 # FIXME: Should let the user specify the lib program.
12366 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
12367 enable_shared_with_static_runtimes=yes
12368 ;;
12369 esac
12370 ;;
12371
12372 darwin* | rhapsody*)
12373
12374
12375 archive_cmds_need_lc=no
12376 hardcode_direct=no
12377 hardcode_automatic=yes
12378 hardcode_shlibpath_var=unsupported
12379 if test yes = "$lt_cv_ld_force_load"; then
12380 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\"`'
12381
12382 else
12383 whole_archive_flag_spec=''
12384 fi
12385 link_all_deplibs=yes
12386 allow_undefined_flag=$_lt_dar_allow_undefined
12387 case $cc_basename in
12388 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
12389 *) _lt_dar_can_shared=$GCC ;;
12390 esac
12391 if test yes = "$_lt_dar_can_shared"; then
12392 output_verbose_link_cmd=func_echo_all
12393 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
12394 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
12395 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"
12396 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"
12397
12398 else
12399 ld_shlibs=no
12400 fi
12401
12402 ;;
12403
12404 dgux*)
12405 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12406 hardcode_libdir_flag_spec='-L$libdir'
12407 hardcode_shlibpath_var=no
12408 ;;
12409
12410 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
12411 # support. Future versions do this automatically, but an explicit c++rt0.o
12412 # does not break anything, and helps significantly (at the cost of a little
12413 # extra space).
12414 freebsd2.2*)
12415 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
12416 hardcode_libdir_flag_spec='-R$libdir'
12417 hardcode_direct=yes
12418 hardcode_shlibpath_var=no
12419 ;;
12420
12421 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
12422 freebsd2.*)
12423 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
12424 hardcode_direct=yes
12425 hardcode_minus_L=yes
12426 hardcode_shlibpath_var=no
12427 ;;
12428
12429 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
12430 freebsd* | dragonfly* | midnightbsd*)
12431 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
12432 hardcode_libdir_flag_spec='-R$libdir'
12433 hardcode_direct=yes
12434 hardcode_shlibpath_var=no
12435 ;;
12436
12437 hpux9*)
12438 if test yes = "$GCC"; then
12439 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'
12440 else
12441 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'
12442 fi
12443 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
12444 hardcode_libdir_separator=:
12445 hardcode_direct=yes
12446
12447 # hardcode_minus_L: Not really in the search PATH,
12448 # but as the default location of the library.
12449 hardcode_minus_L=yes
12450 export_dynamic_flag_spec='$wl-E'
12451 ;;
12452
12453 hpux10*)
12454 if test yes,no = "$GCC,$with_gnu_ld"; then
12455 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
12456 else
12457 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
12458 fi
12459 if test no = "$with_gnu_ld"; then
12460 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
12461 hardcode_libdir_separator=:
12462 hardcode_direct=yes
12463 hardcode_direct_absolute=yes
12464 export_dynamic_flag_spec='$wl-E'
12465 # hardcode_minus_L: Not really in the search PATH,
12466 # but as the default location of the library.
12467 hardcode_minus_L=yes
12468 fi
12469 ;;
12470
12471 hpux11*)
12472 if test yes,no = "$GCC,$with_gnu_ld"; then
12473 case $host_cpu in
12474 hppa*64*)
12475 archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
12476 ;;
12477 ia64*)
12478 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
12479 ;;
12480 *)
12481 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
12482 ;;
12483 esac
12484 else
12485 case $host_cpu in
12486 hppa*64*)
12487 archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
12488 ;;
12489 ia64*)
12490 archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
12491 ;;
12492 *)
12493
12494 # Older versions of the 11.00 compiler do not understand -b yet
12495 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
12496 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
12497 printf %s "checking if $CC understands -b... " >&6; }
12498 if test ${lt_cv_prog_compiler__b+y}
12499 then :
12500 printf %s "(cached) " >&6
12501 else $as_nop
12502 lt_cv_prog_compiler__b=no
12503 save_LDFLAGS=$LDFLAGS
12504 LDFLAGS="$LDFLAGS -b"
12505 echo "$lt_simple_link_test_code" > conftest.$ac_ext
12506 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
12507 # The linker can only warn and ignore the option if not recognized
12508 # So say no if there are warnings
12509 if test -s conftest.err; then
12510 # Append any errors to the config.log.
12511 cat conftest.err 1>&5
12512 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
12513 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12514 if diff conftest.exp conftest.er2 >/dev/null; then
12515 lt_cv_prog_compiler__b=yes
12516 fi
12517 else
12518 lt_cv_prog_compiler__b=yes
12519 fi
12520 fi
12521 $RM -r conftest*
12522 LDFLAGS=$save_LDFLAGS
12523
12524 fi
12525 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
12526 printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
12527
12528 if test yes = "$lt_cv_prog_compiler__b"; then
12529 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
12530 else
12531 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
12532 fi
12533
12534 ;;
12535 esac
12536 fi
12537 if test no = "$with_gnu_ld"; then
12538 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
12539 hardcode_libdir_separator=:
12540
12541 case $host_cpu in
12542 hppa*64*|ia64*)
12543 hardcode_direct=no
12544 hardcode_shlibpath_var=no
12545 ;;
12546 *)
12547 hardcode_direct=yes
12548 hardcode_direct_absolute=yes
12549 export_dynamic_flag_spec='$wl-E'
12550
12551 # hardcode_minus_L: Not really in the search PATH,
12552 # but as the default location of the library.
12553 hardcode_minus_L=yes
12554 ;;
12555 esac
12556 fi
12557 ;;
12558
12559 irix5* | irix6* | nonstopux*)
12560 if test yes = "$GCC"; then
12561 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'
12562 # Try to use the -exported_symbol ld option, if it does not
12563 # work, assume that -exports_file does not work either and
12564 # implicitly export all symbols.
12565 # This should be the same for all languages, so no per-tag cache variable.
12566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
12567 printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
12568 if test ${lt_cv_irix_exported_symbol+y}
12569 then :
12570 printf %s "(cached) " >&6
12571 else $as_nop
12572 save_LDFLAGS=$LDFLAGS
12573 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
12574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12575 /* end confdefs.h. */
12576 int foo (void) { return 0; }
12577 _ACEOF
12578 if ac_fn_c_try_link "$LINENO"
12579 then :
12580 lt_cv_irix_exported_symbol=yes
12581 else $as_nop
12582 lt_cv_irix_exported_symbol=no
12583 fi
12584 rm -f core conftest.err conftest.$ac_objext conftest.beam \
12585 conftest$ac_exeext conftest.$ac_ext
12586 LDFLAGS=$save_LDFLAGS
12587 fi
12588 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
12589 printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
12590 if test yes = "$lt_cv_irix_exported_symbol"; then
12591 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'
12592 fi
12593 link_all_deplibs=no
12594 else
12595 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'
12596 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'
12597 fi
12598 archive_cmds_need_lc='no'
12599 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
12600 hardcode_libdir_separator=:
12601 inherit_rpath=yes
12602 link_all_deplibs=yes
12603 ;;
12604
12605 linux*)
12606 case $cc_basename in
12607 tcc*)
12608 # Fabrice Bellard et al's Tiny C Compiler
12609 ld_shlibs=yes
12610 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
12611 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
12612 ;;
12613 esac
12614 ;;
12615
12616 netbsd* | netbsdelf*-gnu)
12617 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12618 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
12619 else
12620 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
12621 fi
12622 hardcode_libdir_flag_spec='-R$libdir'
12623 hardcode_direct=yes
12624 hardcode_shlibpath_var=no
12625 ;;
12626
12627 newsos6)
12628 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12629 hardcode_direct=yes
12630 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
12631 hardcode_libdir_separator=:
12632 hardcode_shlibpath_var=no
12633 ;;
12634
12635 *nto* | *qnx*)
12636 ;;
12637
12638 openbsd* | bitrig*)
12639 if test -f /usr/libexec/ld.so; then
12640 hardcode_direct=yes
12641 hardcode_shlibpath_var=no
12642 hardcode_direct_absolute=yes
12643 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
12644 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
12645 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
12646 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
12647 export_dynamic_flag_spec='$wl-E'
12648 else
12649 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
12650 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
12651 fi
12652 else
12653 ld_shlibs=no
12654 fi
12655 ;;
12656
12657 os2*)
12658 hardcode_libdir_flag_spec='-L$libdir'
12659 hardcode_minus_L=yes
12660 allow_undefined_flag=unsupported
12661 shrext_cmds=.dll
12662 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
12663 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
12664 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
12665 $ECHO EXPORTS >> $output_objdir/$libname.def~
12666 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
12667 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
12668 emximp -o $lib $output_objdir/$libname.def'
12669 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
12670 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
12671 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
12672 $ECHO EXPORTS >> $output_objdir/$libname.def~
12673 prefix_cmds="$SED"~
12674 if test EXPORTS = "`$SED 1q $export_symbols`"; then
12675 prefix_cmds="$prefix_cmds -e 1d";
12676 fi~
12677 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
12678 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
12679 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
12680 emximp -o $lib $output_objdir/$libname.def'
12681 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
12682 enable_shared_with_static_runtimes=yes
12683 file_list_spec='@'
12684 ;;
12685
12686 osf3*)
12687 if test yes = "$GCC"; then
12688 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
12689 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'
12690 else
12691 allow_undefined_flag=' -expect_unresolved \*'
12692 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'
12693 fi
12694 archive_cmds_need_lc='no'
12695 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
12696 hardcode_libdir_separator=:
12697 ;;
12698
12699 osf4* | osf5*) # as osf3* with the addition of -msym flag
12700 if test yes = "$GCC"; then
12701 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
12702 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'
12703 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
12704 else
12705 allow_undefined_flag=' -expect_unresolved \*'
12706 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'
12707 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~
12708 $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'
12709
12710 # Both c and cxx compiler support -rpath directly
12711 hardcode_libdir_flag_spec='-rpath $libdir'
12712 fi
12713 archive_cmds_need_lc='no'
12714 hardcode_libdir_separator=:
12715 ;;
12716
12717 solaris*)
12718 no_undefined_flag=' -z defs'
12719 if test yes = "$GCC"; then
12720 wlarc='$wl'
12721 archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
12722 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12723 $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'
12724 else
12725 case `$CC -V 2>&1` in
12726 *"Compilers 5.0"*)
12727 wlarc=''
12728 archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
12729 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12730 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
12731 ;;
12732 *)
12733 wlarc='$wl'
12734 archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
12735 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12736 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
12737 ;;
12738 esac
12739 fi
12740 hardcode_libdir_flag_spec='-R$libdir'
12741 hardcode_shlibpath_var=no
12742 case $host_os in
12743 solaris2.[0-5] | solaris2.[0-5].*) ;;
12744 *)
12745 # The compiler driver will combine and reorder linker options,
12746 # but understands '-z linker_flag'. GCC discards it without '$wl',
12747 # but is careful enough not to reorder.
12748 # Supported since Solaris 2.6 (maybe 2.5.1?)
12749 if test yes = "$GCC"; then
12750 whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
12751 else
12752 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
12753 fi
12754 ;;
12755 esac
12756 link_all_deplibs=yes
12757 ;;
12758
12759 sunos4*)
12760 if test sequent = "$host_vendor"; then
12761 # Use $CC to link under sequent, because it throws in some extra .o
12762 # files that make .init and .fini sections work.
12763 archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
12764 else
12765 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
12766 fi
12767 hardcode_libdir_flag_spec='-L$libdir'
12768 hardcode_direct=yes
12769 hardcode_minus_L=yes
12770 hardcode_shlibpath_var=no
12771 ;;
12772
12773 sysv4)
12774 case $host_vendor in
12775 sni)
12776 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12777 hardcode_direct=yes # is this really true???
12778 ;;
12779 siemens)
12780 ## LD is ld it makes a PLAMLIB
12781 ## CC just makes a GrossModule.
12782 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
12783 reload_cmds='$CC -r -o $output$reload_objs'
12784 hardcode_direct=no
12785 ;;
12786 motorola)
12787 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12788 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
12789 ;;
12790 esac
12791 runpath_var='LD_RUN_PATH'
12792 hardcode_shlibpath_var=no
12793 ;;
12794
12795 sysv4.3*)
12796 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12797 hardcode_shlibpath_var=no
12798 export_dynamic_flag_spec='-Bexport'
12799 ;;
12800
12801 sysv4*MP*)
12802 if test -d /usr/nec; then
12803 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12804 hardcode_shlibpath_var=no
12805 runpath_var=LD_RUN_PATH
12806 hardcode_runpath_var=yes
12807 ld_shlibs=yes
12808 fi
12809 ;;
12810
12811 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12812 no_undefined_flag='$wl-z,text'
12813 archive_cmds_need_lc=no
12814 hardcode_shlibpath_var=no
12815 runpath_var='LD_RUN_PATH'
12816
12817 if test yes = "$GCC"; then
12818 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12819 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12820 else
12821 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12822 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12823 fi
12824 ;;
12825
12826 sysv5* | sco3.2v5* | sco5v6*)
12827 # Note: We CANNOT use -z defs as we might desire, because we do not
12828 # link with -lc, and that would cause any symbols used from libc to
12829 # always be unresolved, which means just about no library would
12830 # ever link correctly. If we're not using GNU ld we use -z text
12831 # though, which does catch some bad symbols but isn't as heavy-handed
12832 # as -z defs.
12833 no_undefined_flag='$wl-z,text'
12834 allow_undefined_flag='$wl-z,nodefs'
12835 archive_cmds_need_lc=no
12836 hardcode_shlibpath_var=no
12837 hardcode_libdir_flag_spec='$wl-R,$libdir'
12838 hardcode_libdir_separator=':'
12839 link_all_deplibs=yes
12840 export_dynamic_flag_spec='$wl-Bexport'
12841 runpath_var='LD_RUN_PATH'
12842
12843 if test yes = "$GCC"; then
12844 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12845 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12846 else
12847 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12848 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12849 fi
12850 ;;
12851
12852 uts4*)
12853 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12854 hardcode_libdir_flag_spec='-L$libdir'
12855 hardcode_shlibpath_var=no
12856 ;;
12857
12858 *)
12859 ld_shlibs=no
12860 ;;
12861 esac
12862
12863 if test sni = "$host_vendor"; then
12864 case $host in
12865 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
12866 export_dynamic_flag_spec='$wl-Blargedynsym'
12867 ;;
12868 esac
12869 fi
12870 fi
12871
12872 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
12873 printf "%s\n" "$ld_shlibs" >&6; }
12874 test no = "$ld_shlibs" && can_build_shared=no
12875
12876 with_gnu_ld=$with_gnu_ld
12877
12878
12879
12880
12881
12882
12883
12884
12885
12886
12887
12888
12889
12890
12891
12892 #
12893 # Do we need to explicitly link libc?
12894 #
12895 case "x$archive_cmds_need_lc" in
12896 x|xyes)
12897 # Assume -lc should be added
12898 archive_cmds_need_lc=yes
12899
12900 if test yes,yes = "$GCC,$enable_shared"; then
12901 case $archive_cmds in
12902 *'~'*)
12903 # FIXME: we may have to deal with multi-command sequences.
12904 ;;
12905 '$CC '*)
12906 # Test whether the compiler implicitly links with -lc since on some
12907 # systems, -lgcc has to come before -lc. If gcc already passes -lc
12908 # to ld, don't add -lc before -lgcc.
12909 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
12910 printf %s "checking whether -lc should be explicitly linked in... " >&6; }
12911 if test ${lt_cv_archive_cmds_need_lc+y}
12912 then :
12913 printf %s "(cached) " >&6
12914 else $as_nop
12915 $RM conftest*
12916 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12917
12918 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12919 (eval $ac_compile) 2>&5
12920 ac_status=$?
12921 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12922 test $ac_status = 0; } 2>conftest.err; then
12923 soname=conftest
12924 lib=conftest
12925 libobjs=conftest.$ac_objext
12926 deplibs=
12927 wl=$lt_prog_compiler_wl
12928 pic_flag=$lt_prog_compiler_pic
12929 compiler_flags=-v
12930 linker_flags=-v
12931 verstring=
12932 output_objdir=.
12933 libname=conftest
12934 lt_save_allow_undefined_flag=$allow_undefined_flag
12935 allow_undefined_flag=
12936 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
12937 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
12938 ac_status=$?
12939 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12940 test $ac_status = 0; }
12941 then
12942 lt_cv_archive_cmds_need_lc=no
12943 else
12944 lt_cv_archive_cmds_need_lc=yes
12945 fi
12946 allow_undefined_flag=$lt_save_allow_undefined_flag
12947 else
12948 cat conftest.err 1>&5
12949 fi
12950 $RM conftest*
12951
12952 fi
12953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
12954 printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
12955 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
12956 ;;
12957 esac
12958 fi
12959 ;;
12960 esac
12961
12962
12963
12964
12965
12966
12967
12968
12969
12970
12971
12972
12973
12974
12975
12976
12977
12978
12979
12980
12981
12982
12983
12984
12985
12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
12996
12997
12998
12999
13000
13001
13002
13003
13004
13005
13006
13007
13008
13009
13010
13011
13012
13013
13014
13015
13016
13017
13018
13019
13020
13021
13022
13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
13034
13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065
13066
13067
13068
13069
13070
13071
13072
13073
13074
13075
13076
13077
13078
13079
13080
13081
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111
13112
13113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13114 printf %s "checking dynamic linker characteristics... " >&6; }
13115
13116 if test yes = "$GCC"; then
13117 case $host_os in
13118 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
13119 *) lt_awk_arg='/^libraries:/' ;;
13120 esac
13121 case $host_os in
13122 mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
13123 *) lt_sed_strip_eq='s|=/|/|g' ;;
13124 esac
13125 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
13126 case $lt_search_path_spec in
13127 *\;*)
13128 # if the path contains ";" then we assume it to be the separator
13129 # otherwise default to the standard path separator (i.e. ":") - it is
13130 # assumed that no part of a normal pathname contains ";" but that should
13131 # okay in the real world where ";" in dirpaths is itself problematic.
13132 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
13133 ;;
13134 *)
13135 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
13136 ;;
13137 esac
13138 # Ok, now we have the path, separated by spaces, we can step through it
13139 # and add multilib dir if necessary...
13140 lt_tmp_lt_search_path_spec=
13141 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
13142 # ...but if some path component already ends with the multilib dir we assume
13143 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
13144 case "$lt_multi_os_dir; $lt_search_path_spec " in
13145 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
13146 lt_multi_os_dir=
13147 ;;
13148 esac
13149 for lt_sys_path in $lt_search_path_spec; do
13150 if test -d "$lt_sys_path$lt_multi_os_dir"; then
13151 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
13152 elif test -n "$lt_multi_os_dir"; then
13153 test -d "$lt_sys_path" && \
13154 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
13155 fi
13156 done
13157 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
13158 BEGIN {RS = " "; FS = "/|\n";} {
13159 lt_foo = "";
13160 lt_count = 0;
13161 for (lt_i = NF; lt_i > 0; lt_i--) {
13162 if ($lt_i != "" && $lt_i != ".") {
13163 if ($lt_i == "..") {
13164 lt_count++;
13165 } else {
13166 if (lt_count == 0) {
13167 lt_foo = "/" $lt_i lt_foo;
13168 } else {
13169 lt_count--;
13170 }
13171 }
13172 }
13173 }
13174 if (lt_foo != "") { lt_freq[lt_foo]++; }
13175 if (lt_freq[lt_foo] == 1) { print lt_foo; }
13176 }'`
13177 # AWK program above erroneously prepends '/' to C:/dos/paths
13178 # for these hosts.
13179 case $host_os in
13180 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
13181 $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
13182 esac
13183 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
13184 else
13185 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
13186 fi
13187 library_names_spec=
13188 libname_spec='lib$name'
13189 soname_spec=
13190 shrext_cmds=.so
13191 postinstall_cmds=
13192 postuninstall_cmds=
13193 finish_cmds=
13194 finish_eval=
13195 shlibpath_var=
13196 shlibpath_overrides_runpath=unknown
13197 version_type=none
13198 dynamic_linker="$host_os ld.so"
13199 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13200 need_lib_prefix=unknown
13201 hardcode_into_libs=no
13202
13203 # when you set need_version to no, make sure it does not cause -set_version
13204 # flags to be left without arguments
13205 need_version=unknown
13206
13207
13208
13209 case $host_os in
13210 aix3*)
13211 version_type=linux # correct to gnu/linux during the next big refactor
13212 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
13213 shlibpath_var=LIBPATH
13214
13215 # AIX 3 has no versioning support, so we append a major version to the name.
13216 soname_spec='$libname$release$shared_ext$major'
13217 ;;
13218
13219 aix[4-9]*)
13220 version_type=linux # correct to gnu/linux during the next big refactor
13221 need_lib_prefix=no
13222 need_version=no
13223 hardcode_into_libs=yes
13224 if test ia64 = "$host_cpu"; then
13225 # AIX 5 supports IA64
13226 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
13227 shlibpath_var=LD_LIBRARY_PATH
13228 else
13229 # With GCC up to 2.95.x, collect2 would create an import file
13230 # for dependence libraries. The import file would start with
13231 # the line '#! .'. This would cause the generated library to
13232 # depend on '.', always an invalid library. This was fixed in
13233 # development snapshots of GCC prior to 3.0.
13234 case $host_os in
13235 aix4 | aix4.[01] | aix4.[01].*)
13236 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13237 echo ' yes '
13238 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
13239 :
13240 else
13241 can_build_shared=no
13242 fi
13243 ;;
13244 esac
13245 # Using Import Files as archive members, it is possible to support
13246 # filename-based versioning of shared library archives on AIX. While
13247 # this would work for both with and without runtime linking, it will
13248 # prevent static linking of such archives. So we do filename-based
13249 # shared library versioning with .so extension only, which is used
13250 # when both runtime linking and shared linking is enabled.
13251 # Unfortunately, runtime linking may impact performance, so we do
13252 # not want this to be the default eventually. Also, we use the
13253 # versioned .so libs for executables only if there is the -brtl
13254 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
13255 # To allow for filename-based versioning support, we need to create
13256 # libNAME.so.V as an archive file, containing:
13257 # *) an Import File, referring to the versioned filename of the
13258 # archive as well as the shared archive member, telling the
13259 # bitwidth (32 or 64) of that shared object, and providing the
13260 # list of exported symbols of that shared object, eventually
13261 # decorated with the 'weak' keyword
13262 # *) the shared object with the F_LOADONLY flag set, to really avoid
13263 # it being seen by the linker.
13264 # At run time we better use the real file rather than another symlink,
13265 # but for link time we create the symlink libNAME.so -> libNAME.so.V
13266
13267 case $with_aix_soname,$aix_use_runtimelinking in
13268 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
13269 # soname into executable. Probably we can add versioning support to
13270 # collect2, so additional links can be useful in future.
13271 aix,yes) # traditional libtool
13272 dynamic_linker='AIX unversionable lib.so'
13273 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13274 # instead of lib<name>.a to let people know that these are not
13275 # typical AIX shared libraries.
13276 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13277 ;;
13278 aix,no) # traditional AIX only
13279 dynamic_linker='AIX lib.a(lib.so.V)'
13280 # We preserve .a as extension for shared libraries through AIX4.2
13281 # and later when we are not doing run time linking.
13282 library_names_spec='$libname$release.a $libname.a'
13283 soname_spec='$libname$release$shared_ext$major'
13284 ;;
13285 svr4,*) # full svr4 only
13286 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
13287 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
13288 # We do not specify a path in Import Files, so LIBPATH fires.
13289 shlibpath_overrides_runpath=yes
13290 ;;
13291 *,yes) # both, prefer svr4
13292 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
13293 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
13294 # unpreferred sharedlib libNAME.a needs extra handling
13295 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"'
13296 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"'
13297 # We do not specify a path in Import Files, so LIBPATH fires.
13298 shlibpath_overrides_runpath=yes
13299 ;;
13300 *,no) # both, prefer aix
13301 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
13302 library_names_spec='$libname$release.a $libname.a'
13303 soname_spec='$libname$release$shared_ext$major'
13304 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
13305 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)'
13306 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"'
13307 ;;
13308 esac
13309 shlibpath_var=LIBPATH
13310 fi
13311 ;;
13312
13313 amigaos*)
13314 case $host_cpu in
13315 powerpc)
13316 # Since July 2007 AmigaOS4 officially supports .so libraries.
13317 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13318 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13319 ;;
13320 m68k)
13321 library_names_spec='$libname.ixlibrary $libname.a'
13322 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13323 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'
13324 ;;
13325 esac
13326 ;;
13327
13328 beos*)
13329 library_names_spec='$libname$shared_ext'
13330 dynamic_linker="$host_os ld.so"
13331 shlibpath_var=LIBRARY_PATH
13332 ;;
13333
13334 bsdi[45]*)
13335 version_type=linux # correct to gnu/linux during the next big refactor
13336 need_version=no
13337 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13338 soname_spec='$libname$release$shared_ext$major'
13339 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13340 shlibpath_var=LD_LIBRARY_PATH
13341 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13342 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13343 # the default ld.so.conf also contains /usr/contrib/lib and
13344 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13345 # libtool to hard-code these into programs
13346 ;;
13347
13348 cygwin* | mingw* | pw32* | cegcc*)
13349 version_type=windows
13350 shrext_cmds=.dll
13351 need_version=no
13352 need_lib_prefix=no
13353
13354 case $GCC,$cc_basename in
13355 yes,*)
13356 # gcc
13357 library_names_spec='$libname.dll.a'
13358 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13359 postinstall_cmds='base_file=`basename \$file`~
13360 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
13361 dldir=$destdir/`dirname \$dlpath`~
13362 test -d \$dldir || mkdir -p \$dldir~
13363 $install_prog $dir/$dlname \$dldir/$dlname~
13364 chmod a+x \$dldir/$dlname~
13365 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13366 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13367 fi'
13368 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13369 dlpath=$dir/\$dldll~
13370 $RM \$dlpath'
13371 shlibpath_overrides_runpath=yes
13372
13373 case $host_os in
13374 cygwin*)
13375 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13376 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13377
13378 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
13379 ;;
13380 mingw* | cegcc*)
13381 # MinGW DLLs use traditional 'lib' prefix
13382 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13383 ;;
13384 pw32*)
13385 # pw32 DLLs use 'pw' prefix rather than 'lib'
13386 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13387 ;;
13388 esac
13389 dynamic_linker='Win32 ld.exe'
13390 ;;
13391
13392 *,cl* | *,icl*)
13393 # Native MSVC or ICC
13394 libname_spec='$name'
13395 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13396 library_names_spec='$libname.dll.lib'
13397
13398 case $build_os in
13399 mingw*)
13400 sys_lib_search_path_spec=
13401 lt_save_ifs=$IFS
13402 IFS=';'
13403 for lt_path in $LIB
13404 do
13405 IFS=$lt_save_ifs
13406 # Let DOS variable expansion print the short 8.3 style file name.
13407 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
13408 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
13409 done
13410 IFS=$lt_save_ifs
13411 # Convert to MSYS style.
13412 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
13413 ;;
13414 cygwin*)
13415 # Convert to unix form, then to dos form, then back to unix form
13416 # but this time dos style (no spaces!) so that the unix form looks
13417 # like /cygdrive/c/PROGRA~1:/cygdr...
13418 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
13419 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
13420 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
13421 ;;
13422 *)
13423 sys_lib_search_path_spec=$LIB
13424 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
13425 # It is most probably a Windows format PATH.
13426 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
13427 else
13428 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
13429 fi
13430 # FIXME: find the short name or the path components, as spaces are
13431 # common. (e.g. "Program Files" -> "PROGRA~1")
13432 ;;
13433 esac
13434
13435 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13436 postinstall_cmds='base_file=`basename \$file`~
13437 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
13438 dldir=$destdir/`dirname \$dlpath`~
13439 test -d \$dldir || mkdir -p \$dldir~
13440 $install_prog $dir/$dlname \$dldir/$dlname'
13441 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13442 dlpath=$dir/\$dldll~
13443 $RM \$dlpath'
13444 shlibpath_overrides_runpath=yes
13445 dynamic_linker='Win32 link.exe'
13446 ;;
13447
13448 *)
13449 # Assume MSVC and ICC wrapper
13450 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
13451 dynamic_linker='Win32 ld.exe'
13452 ;;
13453 esac
13454 # FIXME: first we should search . and the directory the executable is in
13455 shlibpath_var=PATH
13456 ;;
13457
13458 darwin* | rhapsody*)
13459 dynamic_linker="$host_os dyld"
13460 version_type=darwin
13461 need_lib_prefix=no
13462 need_version=no
13463 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
13464 soname_spec='$libname$release$major$shared_ext'
13465 shlibpath_overrides_runpath=yes
13466 shlibpath_var=DYLD_LIBRARY_PATH
13467 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13468
13469 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
13470 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13471 ;;
13472
13473 dgux*)
13474 version_type=linux # correct to gnu/linux during the next big refactor
13475 need_lib_prefix=no
13476 need_version=no
13477 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13478 soname_spec='$libname$release$shared_ext$major'
13479 shlibpath_var=LD_LIBRARY_PATH
13480 ;;
13481
13482 freebsd* | dragonfly* | midnightbsd*)
13483 # DragonFly does not have aout. When/if they implement a new
13484 # versioning mechanism, adjust this.
13485 if test -x /usr/bin/objformat; then
13486 objformat=`/usr/bin/objformat`
13487 else
13488 case $host_os in
13489 freebsd[23].*) objformat=aout ;;
13490 *) objformat=elf ;;
13491 esac
13492 fi
13493 version_type=freebsd-$objformat
13494 case $version_type in
13495 freebsd-elf*)
13496 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13497 soname_spec='$libname$release$shared_ext$major'
13498 need_version=no
13499 need_lib_prefix=no
13500 ;;
13501 freebsd-*)
13502 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
13503 need_version=yes
13504 ;;
13505 esac
13506 shlibpath_var=LD_LIBRARY_PATH
13507 case $host_os in
13508 freebsd2.*)
13509 shlibpath_overrides_runpath=yes
13510 ;;
13511 freebsd3.[01]* | freebsdelf3.[01]*)
13512 shlibpath_overrides_runpath=yes
13513 hardcode_into_libs=yes
13514 ;;
13515 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13516 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13517 shlibpath_overrides_runpath=no
13518 hardcode_into_libs=yes
13519 ;;
13520 *) # from 4.6 on, and DragonFly
13521 shlibpath_overrides_runpath=yes
13522 hardcode_into_libs=yes
13523 ;;
13524 esac
13525 ;;
13526
13527 haiku*)
13528 version_type=linux # correct to gnu/linux during the next big refactor
13529 need_lib_prefix=no
13530 need_version=no
13531 dynamic_linker="$host_os runtime_loader"
13532 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13533 soname_spec='$libname$release$shared_ext$major'
13534 shlibpath_var=LIBRARY_PATH
13535 shlibpath_overrides_runpath=no
13536 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
13537 hardcode_into_libs=yes
13538 ;;
13539
13540 hpux9* | hpux10* | hpux11*)
13541 # Give a soname corresponding to the major version so that dld.sl refuses to
13542 # link against other versions.
13543 version_type=sunos
13544 need_lib_prefix=no
13545 need_version=no
13546 case $host_cpu in
13547 ia64*)
13548 shrext_cmds='.so'
13549 hardcode_into_libs=yes
13550 dynamic_linker="$host_os dld.so"
13551 shlibpath_var=LD_LIBRARY_PATH
13552 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13553 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13554 soname_spec='$libname$release$shared_ext$major'
13555 if test 32 = "$HPUX_IA64_MODE"; then
13556 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13557 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
13558 else
13559 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
13560 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
13561 fi
13562 ;;
13563 hppa*64*)
13564 shrext_cmds='.sl'
13565 hardcode_into_libs=yes
13566 dynamic_linker="$host_os dld.sl"
13567 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
13568 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
13569 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13570 soname_spec='$libname$release$shared_ext$major'
13571 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13572 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13573 ;;
13574 *)
13575 shrext_cmds='.sl'
13576 dynamic_linker="$host_os dld.sl"
13577 shlibpath_var=SHLIB_PATH
13578 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
13579 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13580 soname_spec='$libname$release$shared_ext$major'
13581 ;;
13582 esac
13583 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
13584 postinstall_cmds='chmod 555 $lib'
13585 # or fails outright, so override atomically:
13586 install_override_mode=555
13587 ;;
13588
13589 interix[3-9]*)
13590 version_type=linux # correct to gnu/linux during the next big refactor
13591 need_lib_prefix=no
13592 need_version=no
13593 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13594 soname_spec='$libname$release$shared_ext$major'
13595 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
13596 shlibpath_var=LD_LIBRARY_PATH
13597 shlibpath_overrides_runpath=no
13598 hardcode_into_libs=yes
13599 ;;
13600
13601 irix5* | irix6* | nonstopux*)
13602 case $host_os in
13603 nonstopux*) version_type=nonstopux ;;
13604 *)
13605 if test yes = "$lt_cv_prog_gnu_ld"; then
13606 version_type=linux # correct to gnu/linux during the next big refactor
13607 else
13608 version_type=irix
13609 fi ;;
13610 esac
13611 need_lib_prefix=no
13612 need_version=no
13613 soname_spec='$libname$release$shared_ext$major'
13614 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
13615 case $host_os in
13616 irix5* | nonstopux*)
13617 libsuff= shlibsuff=
13618 ;;
13619 *)
13620 case $LD in # libtool.m4 will add one of these switches to LD
13621 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
13622 libsuff= shlibsuff= libmagic=32-bit;;
13623 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
13624 libsuff=32 shlibsuff=N32 libmagic=N32;;
13625 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
13626 libsuff=64 shlibsuff=64 libmagic=64-bit;;
13627 *) libsuff= shlibsuff= libmagic=never-match;;
13628 esac
13629 ;;
13630 esac
13631 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
13632 shlibpath_overrides_runpath=no
13633 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
13634 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
13635 hardcode_into_libs=yes
13636 ;;
13637
13638 # No shared lib support for Linux oldld, aout, or coff.
13639 linux*oldld* | linux*aout* | linux*coff*)
13640 dynamic_linker=no
13641 ;;
13642
13643 linux*android*)
13644 version_type=none # Android doesn't support versioned libraries.
13645 need_lib_prefix=no
13646 need_version=no
13647 library_names_spec='$libname$release$shared_ext'
13648 soname_spec='$libname$release$shared_ext'
13649 finish_cmds=
13650 shlibpath_var=LD_LIBRARY_PATH
13651 shlibpath_overrides_runpath=yes
13652
13653 # This implies no fast_install, which is unacceptable.
13654 # Some rework will be needed to allow for fast_install
13655 # before this can be enabled.
13656 hardcode_into_libs=yes
13657
13658 dynamic_linker='Android linker'
13659 # Don't embed -rpath directories since the linker doesn't support them.
13660 hardcode_libdir_flag_spec='-L$libdir'
13661 ;;
13662
13663 # This must be glibc/ELF.
13664 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
13665 version_type=linux # correct to gnu/linux during the next big refactor
13666 need_lib_prefix=no
13667 need_version=no
13668 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13669 soname_spec='$libname$release$shared_ext$major'
13670 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
13671 shlibpath_var=LD_LIBRARY_PATH
13672 shlibpath_overrides_runpath=no
13673
13674 # Some binutils ld are patched to set DT_RUNPATH
13675 if test ${lt_cv_shlibpath_overrides_runpath+y}
13676 then :
13677 printf %s "(cached) " >&6
13678 else $as_nop
13679 lt_cv_shlibpath_overrides_runpath=no
13680 save_LDFLAGS=$LDFLAGS
13681 save_libdir=$libdir
13682 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
13683 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
13684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13685 /* end confdefs.h. */
13686
13687 int
13688 main (void)
13689 {
13690
13691 ;
13692 return 0;
13693 }
13694 _ACEOF
13695 if ac_fn_c_try_link "$LINENO"
13696 then :
13697 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
13698 then :
13699 lt_cv_shlibpath_overrides_runpath=yes
13700 fi
13701 fi
13702 rm -f core conftest.err conftest.$ac_objext conftest.beam \
13703 conftest$ac_exeext conftest.$ac_ext
13704 LDFLAGS=$save_LDFLAGS
13705 libdir=$save_libdir
13706
13707 fi
13708
13709 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
13710
13711 # This implies no fast_install, which is unacceptable.
13712 # Some rework will be needed to allow for fast_install
13713 # before this can be enabled.
13714 hardcode_into_libs=yes
13715
13716 # Ideally, we could use ldconfig to report *all* directores which are
13717 # searched for libraries, however this is still not possible. Aside from not
13718 # being certain /sbin/ldconfig is available, command
13719 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
13720 # even though it is searched at run-time. Try to do the best guess by
13721 # appending ld.so.conf contents (and includes) to the search path.
13722 if test -f /etc/ld.so.conf; then
13723 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' ' '`
13724 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
13725 fi
13726
13727 # We used to test for /lib/ld.so.1 and disable shared libraries on
13728 # powerpc, because MkLinux only supported shared libraries with the
13729 # GNU dynamic linker. Since this was broken with cross compilers,
13730 # most powerpc-linux boxes support dynamic linking these days and
13731 # people can always --disable-shared, the test was removed, and we
13732 # assume the GNU/Linux dynamic linker is in use.
13733 dynamic_linker='GNU/Linux ld.so'
13734 ;;
13735
13736 netbsdelf*-gnu)
13737 version_type=linux
13738 need_lib_prefix=no
13739 need_version=no
13740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13741 soname_spec='${libname}${release}${shared_ext}$major'
13742 shlibpath_var=LD_LIBRARY_PATH
13743 shlibpath_overrides_runpath=no
13744 hardcode_into_libs=yes
13745 dynamic_linker='NetBSD ld.elf_so'
13746 ;;
13747
13748 netbsd*)
13749 version_type=sunos
13750 need_lib_prefix=no
13751 need_version=no
13752 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13753 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
13754 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13755 dynamic_linker='NetBSD (a.out) ld.so'
13756 else
13757 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13758 soname_spec='$libname$release$shared_ext$major'
13759 dynamic_linker='NetBSD ld.elf_so'
13760 fi
13761 shlibpath_var=LD_LIBRARY_PATH
13762 shlibpath_overrides_runpath=yes
13763 hardcode_into_libs=yes
13764 ;;
13765
13766 newsos6)
13767 version_type=linux # correct to gnu/linux during the next big refactor
13768 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13769 shlibpath_var=LD_LIBRARY_PATH
13770 shlibpath_overrides_runpath=yes
13771 ;;
13772
13773 *nto* | *qnx*)
13774 version_type=qnx
13775 need_lib_prefix=no
13776 need_version=no
13777 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13778 soname_spec='$libname$release$shared_ext$major'
13779 shlibpath_var=LD_LIBRARY_PATH
13780 shlibpath_overrides_runpath=no
13781 hardcode_into_libs=yes
13782 dynamic_linker='ldqnx.so'
13783 ;;
13784
13785 openbsd* | bitrig*)
13786 version_type=sunos
13787 sys_lib_dlsearch_path_spec=/usr/lib
13788 need_lib_prefix=no
13789 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
13790 need_version=no
13791 else
13792 need_version=yes
13793 fi
13794 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
13795 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13796 shlibpath_var=LD_LIBRARY_PATH
13797 shlibpath_overrides_runpath=yes
13798 ;;
13799
13800 os2*)
13801 libname_spec='$name'
13802 version_type=windows
13803 shrext_cmds=.dll
13804 need_version=no
13805 need_lib_prefix=no
13806 # OS/2 can only load a DLL with a base name of 8 characters or less.
13807 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
13808 v=$($ECHO $release$versuffix | tr -d .-);
13809 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
13810 $ECHO $n$v`$shared_ext'
13811 library_names_spec='${libname}_dll.$libext'
13812 dynamic_linker='OS/2 ld.exe'
13813 shlibpath_var=BEGINLIBPATH
13814 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
13815 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13816 postinstall_cmds='base_file=`basename \$file`~
13817 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
13818 dldir=$destdir/`dirname \$dlpath`~
13819 test -d \$dldir || mkdir -p \$dldir~
13820 $install_prog $dir/$dlname \$dldir/$dlname~
13821 chmod a+x \$dldir/$dlname~
13822 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13823 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13824 fi'
13825 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
13826 dlpath=$dir/\$dldll~
13827 $RM \$dlpath'
13828 ;;
13829
13830 osf3* | osf4* | osf5*)
13831 version_type=osf
13832 need_lib_prefix=no
13833 need_version=no
13834 soname_spec='$libname$release$shared_ext$major'
13835 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13836 shlibpath_var=LD_LIBRARY_PATH
13837 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
13838 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
13839 ;;
13840
13841 rdos*)
13842 dynamic_linker=no
13843 ;;
13844
13845 solaris*)
13846 version_type=linux # correct to gnu/linux during the next big refactor
13847 need_lib_prefix=no
13848 need_version=no
13849 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13850 soname_spec='$libname$release$shared_ext$major'
13851 shlibpath_var=LD_LIBRARY_PATH
13852 shlibpath_overrides_runpath=yes
13853 hardcode_into_libs=yes
13854 # ldd complains unless libraries are executable
13855 postinstall_cmds='chmod +x $lib'
13856 ;;
13857
13858 sunos4*)
13859 version_type=sunos
13860 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
13861 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
13862 shlibpath_var=LD_LIBRARY_PATH
13863 shlibpath_overrides_runpath=yes
13864 if test yes = "$with_gnu_ld"; then
13865 need_lib_prefix=no
13866 fi
13867 need_version=yes
13868 ;;
13869
13870 sysv4 | sysv4.3*)
13871 version_type=linux # correct to gnu/linux during the next big refactor
13872 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13873 soname_spec='$libname$release$shared_ext$major'
13874 shlibpath_var=LD_LIBRARY_PATH
13875 case $host_vendor in
13876 sni)
13877 shlibpath_overrides_runpath=no
13878 need_lib_prefix=no
13879 runpath_var=LD_RUN_PATH
13880 ;;
13881 siemens)
13882 need_lib_prefix=no
13883 ;;
13884 motorola)
13885 need_lib_prefix=no
13886 need_version=no
13887 shlibpath_overrides_runpath=no
13888 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
13889 ;;
13890 esac
13891 ;;
13892
13893 sysv4*MP*)
13894 if test -d /usr/nec; then
13895 version_type=linux # correct to gnu/linux during the next big refactor
13896 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
13897 soname_spec='$libname$shared_ext.$major'
13898 shlibpath_var=LD_LIBRARY_PATH
13899 fi
13900 ;;
13901
13902 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
13903 version_type=sco
13904 need_lib_prefix=no
13905 need_version=no
13906 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
13907 soname_spec='$libname$release$shared_ext$major'
13908 shlibpath_var=LD_LIBRARY_PATH
13909 shlibpath_overrides_runpath=yes
13910 hardcode_into_libs=yes
13911 if test yes = "$with_gnu_ld"; then
13912 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
13913 else
13914 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
13915 case $host_os in
13916 sco3.2v5*)
13917 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
13918 ;;
13919 esac
13920 fi
13921 sys_lib_dlsearch_path_spec='/usr/lib'
13922 ;;
13923
13924 tpf*)
13925 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
13926 version_type=linux # correct to gnu/linux during the next big refactor
13927 need_lib_prefix=no
13928 need_version=no
13929 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13930 shlibpath_var=LD_LIBRARY_PATH
13931 shlibpath_overrides_runpath=no
13932 hardcode_into_libs=yes
13933 ;;
13934
13935 uts4*)
13936 version_type=linux # correct to gnu/linux during the next big refactor
13937 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
13938 soname_spec='$libname$release$shared_ext$major'
13939 shlibpath_var=LD_LIBRARY_PATH
13940 ;;
13941
13942 *)
13943 dynamic_linker=no
13944 ;;
13945 esac
13946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
13947 printf "%s\n" "$dynamic_linker" >&6; }
13948 test no = "$dynamic_linker" && can_build_shared=no
13949
13950 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
13951 if test yes = "$GCC"; then
13952 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
13953 fi
13954
13955 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
13956 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
13957 fi
13958
13959 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
13960 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
13961 fi
13962
13963 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
13964 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
13965
13966 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
13967 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
13968
13969 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
13970 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
13971
13972
13973
13974
13975
13976
13977
13978
13979
13980
13981
13982
13983
13984
13985
13986
13987
13988
13989
13990
13991
13992
13993
13994
13995
13996
13997
13998
13999
14000
14001
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
14033
14034
14035
14036
14037
14038
14039
14040
14041
14042
14043
14044
14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14069 printf %s "checking how to hardcode library paths into programs... " >&6; }
14070 hardcode_action=
14071 if test -n "$hardcode_libdir_flag_spec" ||
14072 test -n "$runpath_var" ||
14073 test yes = "$hardcode_automatic"; then
14074
14075 # We can hardcode non-existent directories.
14076 if test no != "$hardcode_direct" &&
14077 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14078 # have to relink, otherwise we might link with an installed library
14079 # when we should be linking with a yet-to-be-installed one
14080 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
14081 test no != "$hardcode_minus_L"; then
14082 # Linking always hardcodes the temporary library directory.
14083 hardcode_action=relink
14084 else
14085 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14086 hardcode_action=immediate
14087 fi
14088 else
14089 # We cannot hardcode anything, or else we can only hardcode existing
14090 # directories.
14091 hardcode_action=unsupported
14092 fi
14093 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
14094 printf "%s\n" "$hardcode_action" >&6; }
14095
14096 if test relink = "$hardcode_action" ||
14097 test yes = "$inherit_rpath"; then
14098 # Fast installation is not supported
14099 enable_fast_install=no
14100 elif test yes = "$shlibpath_overrides_runpath" ||
14101 test no = "$enable_shared"; then
14102 # Fast installation is not necessary
14103 enable_fast_install=needless
14104 fi
14105
14106
14107
14108
14109
14110
14111 if test yes != "$enable_dlopen"; then
14112 enable_dlopen=unknown
14113 enable_dlopen_self=unknown
14114 enable_dlopen_self_static=unknown
14115 else
14116 lt_cv_dlopen=no
14117 lt_cv_dlopen_libs=
14118
14119 case $host_os in
14120 beos*)
14121 lt_cv_dlopen=load_add_on
14122 lt_cv_dlopen_libs=
14123 lt_cv_dlopen_self=yes
14124 ;;
14125
14126 mingw* | pw32* | cegcc*)
14127 lt_cv_dlopen=LoadLibrary
14128 lt_cv_dlopen_libs=
14129 ;;
14130
14131 cygwin*)
14132 lt_cv_dlopen=dlopen
14133 lt_cv_dlopen_libs=
14134 ;;
14135
14136 darwin*)
14137 # if libdl is installed we need to link against it
14138 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14139 printf %s "checking for dlopen in -ldl... " >&6; }
14140 if test ${ac_cv_lib_dl_dlopen+y}
14141 then :
14142 printf %s "(cached) " >&6
14143 else $as_nop
14144 ac_check_lib_save_LIBS=$LIBS
14145 LIBS="-ldl $LIBS"
14146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14147 /* end confdefs.h. */
14148
14149 /* Override any GCC internal prototype to avoid an error.
14150 Use char because int might match the return type of a GCC
14151 builtin and then its argument prototype would still apply. */
14152 char dlopen ();
14153 int
14154 main (void)
14155 {
14156 return dlopen ();
14157 ;
14158 return 0;
14159 }
14160 _ACEOF
14161 if ac_fn_c_try_link "$LINENO"
14162 then :
14163 ac_cv_lib_dl_dlopen=yes
14164 else $as_nop
14165 ac_cv_lib_dl_dlopen=no
14166 fi
14167 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14168 conftest$ac_exeext conftest.$ac_ext
14169 LIBS=$ac_check_lib_save_LIBS
14170 fi
14171 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14172 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
14173 if test "x$ac_cv_lib_dl_dlopen" = xyes
14174 then :
14175 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
14176 else $as_nop
14177
14178 lt_cv_dlopen=dyld
14179 lt_cv_dlopen_libs=
14180 lt_cv_dlopen_self=yes
14181
14182 fi
14183
14184 ;;
14185
14186 tpf*)
14187 # Don't try to run any link tests for TPF. We know it's impossible
14188 # because TPF is a cross-compiler, and we know how we open DSOs.
14189 lt_cv_dlopen=dlopen
14190 lt_cv_dlopen_libs=
14191 lt_cv_dlopen_self=no
14192 ;;
14193
14194 *)
14195 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
14196 if test "x$ac_cv_func_shl_load" = xyes
14197 then :
14198 lt_cv_dlopen=shl_load
14199 else $as_nop
14200 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
14201 printf %s "checking for shl_load in -ldld... " >&6; }
14202 if test ${ac_cv_lib_dld_shl_load+y}
14203 then :
14204 printf %s "(cached) " >&6
14205 else $as_nop
14206 ac_check_lib_save_LIBS=$LIBS
14207 LIBS="-ldld $LIBS"
14208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14209 /* end confdefs.h. */
14210
14211 /* Override any GCC internal prototype to avoid an error.
14212 Use char because int might match the return type of a GCC
14213 builtin and then its argument prototype would still apply. */
14214 char shl_load ();
14215 int
14216 main (void)
14217 {
14218 return shl_load ();
14219 ;
14220 return 0;
14221 }
14222 _ACEOF
14223 if ac_fn_c_try_link "$LINENO"
14224 then :
14225 ac_cv_lib_dld_shl_load=yes
14226 else $as_nop
14227 ac_cv_lib_dld_shl_load=no
14228 fi
14229 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14230 conftest$ac_exeext conftest.$ac_ext
14231 LIBS=$ac_check_lib_save_LIBS
14232 fi
14233 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
14234 printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
14235 if test "x$ac_cv_lib_dld_shl_load" = xyes
14236 then :
14237 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
14238 else $as_nop
14239 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
14240 if test "x$ac_cv_func_dlopen" = xyes
14241 then :
14242 lt_cv_dlopen=dlopen
14243 else $as_nop
14244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14245 printf %s "checking for dlopen in -ldl... " >&6; }
14246 if test ${ac_cv_lib_dl_dlopen+y}
14247 then :
14248 printf %s "(cached) " >&6
14249 else $as_nop
14250 ac_check_lib_save_LIBS=$LIBS
14251 LIBS="-ldl $LIBS"
14252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14253 /* end confdefs.h. */
14254
14255 /* Override any GCC internal prototype to avoid an error.
14256 Use char because int might match the return type of a GCC
14257 builtin and then its argument prototype would still apply. */
14258 char dlopen ();
14259 int
14260 main (void)
14261 {
14262 return dlopen ();
14263 ;
14264 return 0;
14265 }
14266 _ACEOF
14267 if ac_fn_c_try_link "$LINENO"
14268 then :
14269 ac_cv_lib_dl_dlopen=yes
14270 else $as_nop
14271 ac_cv_lib_dl_dlopen=no
14272 fi
14273 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14274 conftest$ac_exeext conftest.$ac_ext
14275 LIBS=$ac_check_lib_save_LIBS
14276 fi
14277 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14278 printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
14279 if test "x$ac_cv_lib_dl_dlopen" = xyes
14280 then :
14281 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
14282 else $as_nop
14283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
14284 printf %s "checking for dlopen in -lsvld... " >&6; }
14285 if test ${ac_cv_lib_svld_dlopen+y}
14286 then :
14287 printf %s "(cached) " >&6
14288 else $as_nop
14289 ac_check_lib_save_LIBS=$LIBS
14290 LIBS="-lsvld $LIBS"
14291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14292 /* end confdefs.h. */
14293
14294 /* Override any GCC internal prototype to avoid an error.
14295 Use char because int might match the return type of a GCC
14296 builtin and then its argument prototype would still apply. */
14297 char dlopen ();
14298 int
14299 main (void)
14300 {
14301 return dlopen ();
14302 ;
14303 return 0;
14304 }
14305 _ACEOF
14306 if ac_fn_c_try_link "$LINENO"
14307 then :
14308 ac_cv_lib_svld_dlopen=yes
14309 else $as_nop
14310 ac_cv_lib_svld_dlopen=no
14311 fi
14312 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14313 conftest$ac_exeext conftest.$ac_ext
14314 LIBS=$ac_check_lib_save_LIBS
14315 fi
14316 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
14317 printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
14318 if test "x$ac_cv_lib_svld_dlopen" = xyes
14319 then :
14320 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
14321 else $as_nop
14322 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
14323 printf %s "checking for dld_link in -ldld... " >&6; }
14324 if test ${ac_cv_lib_dld_dld_link+y}
14325 then :
14326 printf %s "(cached) " >&6
14327 else $as_nop
14328 ac_check_lib_save_LIBS=$LIBS
14329 LIBS="-ldld $LIBS"
14330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14331 /* end confdefs.h. */
14332
14333 /* Override any GCC internal prototype to avoid an error.
14334 Use char because int might match the return type of a GCC
14335 builtin and then its argument prototype would still apply. */
14336 char dld_link ();
14337 int
14338 main (void)
14339 {
14340 return dld_link ();
14341 ;
14342 return 0;
14343 }
14344 _ACEOF
14345 if ac_fn_c_try_link "$LINENO"
14346 then :
14347 ac_cv_lib_dld_dld_link=yes
14348 else $as_nop
14349 ac_cv_lib_dld_dld_link=no
14350 fi
14351 rm -f core conftest.err conftest.$ac_objext conftest.beam \
14352 conftest$ac_exeext conftest.$ac_ext
14353 LIBS=$ac_check_lib_save_LIBS
14354 fi
14355 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
14356 printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
14357 if test "x$ac_cv_lib_dld_dld_link" = xyes
14358 then :
14359 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
14360 fi
14361
14362
14363 fi
14364
14365
14366 fi
14367
14368
14369 fi
14370
14371
14372 fi
14373
14374
14375 fi
14376
14377 ;;
14378 esac
14379
14380 if test no = "$lt_cv_dlopen"; then
14381 enable_dlopen=no
14382 else
14383 enable_dlopen=yes
14384 fi
14385
14386 case $lt_cv_dlopen in
14387 dlopen)
14388 save_CPPFLAGS=$CPPFLAGS
14389 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
14390
14391 save_LDFLAGS=$LDFLAGS
14392 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
14393
14394 save_LIBS=$LIBS
14395 LIBS="$lt_cv_dlopen_libs $LIBS"
14396
14397 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
14398 printf %s "checking whether a program can dlopen itself... " >&6; }
14399 if test ${lt_cv_dlopen_self+y}
14400 then :
14401 printf %s "(cached) " >&6
14402 else $as_nop
14403 if test yes = "$cross_compiling"; then :
14404 lt_cv_dlopen_self=cross
14405 else
14406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14407 lt_status=$lt_dlunknown
14408 cat > conftest.$ac_ext <<_LT_EOF
14409 #line $LINENO "configure"
14410 #include "confdefs.h"
14411
14412 #if HAVE_DLFCN_H
14413 #include <dlfcn.h>
14414 #endif
14415
14416 #include <stdio.h>
14417
14418 #ifdef RTLD_GLOBAL
14419 # define LT_DLGLOBAL RTLD_GLOBAL
14420 #else
14421 # ifdef DL_GLOBAL
14422 # define LT_DLGLOBAL DL_GLOBAL
14423 # else
14424 # define LT_DLGLOBAL 0
14425 # endif
14426 #endif
14427
14428 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
14429 find out it does not work in some platform. */
14430 #ifndef LT_DLLAZY_OR_NOW
14431 # ifdef RTLD_LAZY
14432 # define LT_DLLAZY_OR_NOW RTLD_LAZY
14433 # else
14434 # ifdef DL_LAZY
14435 # define LT_DLLAZY_OR_NOW DL_LAZY
14436 # else
14437 # ifdef RTLD_NOW
14438 # define LT_DLLAZY_OR_NOW RTLD_NOW
14439 # else
14440 # ifdef DL_NOW
14441 # define LT_DLLAZY_OR_NOW DL_NOW
14442 # else
14443 # define LT_DLLAZY_OR_NOW 0
14444 # endif
14445 # endif
14446 # endif
14447 # endif
14448 #endif
14449
14450 /* When -fvisibility=hidden is used, assume the code has been annotated
14451 correspondingly for the symbols needed. */
14452 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
14453 int fnord () __attribute__((visibility("default")));
14454 #endif
14455
14456 int fnord () { return 42; }
14457 int main ()
14458 {
14459 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
14460 int status = $lt_dlunknown;
14461
14462 if (self)
14463 {
14464 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
14465 else
14466 {
14467 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
14468 else puts (dlerror ());
14469 }
14470 /* dlclose (self); */
14471 }
14472 else
14473 puts (dlerror ());
14474
14475 return status;
14476 }
14477 _LT_EOF
14478 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14479 (eval $ac_link) 2>&5
14480 ac_status=$?
14481 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14482 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
14483 (./conftest; exit; ) >&5 2>/dev/null
14484 lt_status=$?
14485 case x$lt_status in
14486 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
14487 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
14488 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
14489 esac
14490 else :
14491 # compilation failed
14492 lt_cv_dlopen_self=no
14493 fi
14494 fi
14495 rm -fr conftest*
14496
14497
14498 fi
14499 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
14500 printf "%s\n" "$lt_cv_dlopen_self" >&6; }
14501
14502 if test yes = "$lt_cv_dlopen_self"; then
14503 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
14504 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
14505 printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
14506 if test ${lt_cv_dlopen_self_static+y}
14507 then :
14508 printf %s "(cached) " >&6
14509 else $as_nop
14510 if test yes = "$cross_compiling"; then :
14511 lt_cv_dlopen_self_static=cross
14512 else
14513 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14514 lt_status=$lt_dlunknown
14515 cat > conftest.$ac_ext <<_LT_EOF
14516 #line $LINENO "configure"
14517 #include "confdefs.h"
14518
14519 #if HAVE_DLFCN_H
14520 #include <dlfcn.h>
14521 #endif
14522
14523 #include <stdio.h>
14524
14525 #ifdef RTLD_GLOBAL
14526 # define LT_DLGLOBAL RTLD_GLOBAL
14527 #else
14528 # ifdef DL_GLOBAL
14529 # define LT_DLGLOBAL DL_GLOBAL
14530 # else
14531 # define LT_DLGLOBAL 0
14532 # endif
14533 #endif
14534
14535 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
14536 find out it does not work in some platform. */
14537 #ifndef LT_DLLAZY_OR_NOW
14538 # ifdef RTLD_LAZY
14539 # define LT_DLLAZY_OR_NOW RTLD_LAZY
14540 # else
14541 # ifdef DL_LAZY
14542 # define LT_DLLAZY_OR_NOW DL_LAZY
14543 # else
14544 # ifdef RTLD_NOW
14545 # define LT_DLLAZY_OR_NOW RTLD_NOW
14546 # else
14547 # ifdef DL_NOW
14548 # define LT_DLLAZY_OR_NOW DL_NOW
14549 # else
14550 # define LT_DLLAZY_OR_NOW 0
14551 # endif
14552 # endif
14553 # endif
14554 # endif
14555 #endif
14556
14557 /* When -fvisibility=hidden is used, assume the code has been annotated
14558 correspondingly for the symbols needed. */
14559 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
14560 int fnord () __attribute__((visibility("default")));
14561 #endif
14562
14563 int fnord () { return 42; }
14564 int main ()
14565 {
14566 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
14567 int status = $lt_dlunknown;
14568
14569 if (self)
14570 {
14571 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
14572 else
14573 {
14574 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
14575 else puts (dlerror ());
14576 }
14577 /* dlclose (self); */
14578 }
14579 else
14580 puts (dlerror ());
14581
14582 return status;
14583 }
14584 _LT_EOF
14585 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14586 (eval $ac_link) 2>&5
14587 ac_status=$?
14588 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14589 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
14590 (./conftest; exit; ) >&5 2>/dev/null
14591 lt_status=$?
14592 case x$lt_status in
14593 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
14594 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
14595 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
14596 esac
14597 else :
14598 # compilation failed
14599 lt_cv_dlopen_self_static=no
14600 fi
14601 fi
14602 rm -fr conftest*
14603
14604
14605 fi
14606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
14607 printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
14608 fi
14609
14610 CPPFLAGS=$save_CPPFLAGS
14611 LDFLAGS=$save_LDFLAGS
14612 LIBS=$save_LIBS
14613 ;;
14614 esac
14615
14616 case $lt_cv_dlopen_self in
14617 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
14618 *) enable_dlopen_self=unknown ;;
14619 esac
14620
14621 case $lt_cv_dlopen_self_static in
14622 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
14623 *) enable_dlopen_self_static=unknown ;;
14624 esac
14625 fi
14626
14627
14628
14629
14630
14631
14632
14633
14634
14635
14636
14637
14638
14639
14640
14641
14642
14643 striplib=
14644 old_striplib=
14645 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
14646 printf %s "checking whether stripping libraries is possible... " >&6; }
14647 if test -z "$STRIP"; then
14648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14649 printf "%s\n" "no" >&6; }
14650 else
14651 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
14652 old_striplib="$STRIP --strip-debug"
14653 striplib="$STRIP --strip-unneeded"
14654 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14655 printf "%s\n" "yes" >&6; }
14656 else
14657 case $host_os in
14658 darwin*)
14659 # FIXME - insert some real tests, host_os isn't really good enough
14660 striplib="$STRIP -x"
14661 old_striplib="$STRIP -S"
14662 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14663 printf "%s\n" "yes" >&6; }
14664 ;;
14665 freebsd*)
14666 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
14667 old_striplib="$STRIP --strip-debug"
14668 striplib="$STRIP --strip-unneeded"
14669 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14670 printf "%s\n" "yes" >&6; }
14671 else
14672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14673 printf "%s\n" "no" >&6; }
14674 fi
14675 ;;
14676 *)
14677 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
14678 printf "%s\n" "no" >&6; }
14679 ;;
14680 esac
14681 fi
14682 fi
14683
14684
14685
14686
14687
14688
14689
14690
14691
14692
14693
14694
14695 # Report what library types will actually be built
14696 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
14697 printf %s "checking if libtool supports shared libraries... " >&6; }
14698 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
14699 printf "%s\n" "$can_build_shared" >&6; }
14700
14701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
14702 printf %s "checking whether to build shared libraries... " >&6; }
14703 test no = "$can_build_shared" && enable_shared=no
14704
14705 # On AIX, shared libraries and static libraries use the same namespace, and
14706 # are all built from PIC.
14707 case $host_os in
14708 aix3*)
14709 test yes = "$enable_shared" && enable_static=no
14710 if test -n "$RANLIB"; then
14711 archive_cmds="$archive_cmds~\$RANLIB \$lib"
14712 postinstall_cmds='$RANLIB $lib'
14713 fi
14714 ;;
14715
14716 aix[4-9]*)
14717 if test ia64 != "$host_cpu"; then
14718 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
14719 yes,aix,yes) ;; # shared object as lib.so file only
14720 yes,svr4,*) ;; # shared object as lib.so archive member only
14721 yes,*) enable_static=no ;; # shared object in lib.a archive as well
14722 esac
14723 fi
14724 ;;
14725 esac
14726 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
14727 printf "%s\n" "$enable_shared" >&6; }
14728
14729 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
14730 printf %s "checking whether to build static libraries... " >&6; }
14731 # Make sure either enable_shared or enable_static is yes.
14732 test yes = "$enable_shared" || enable_static=yes
14733 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
14734 printf "%s\n" "$enable_static" >&6; }
14735
14736
14737
14738
14739 fi
14740 ac_ext=c
14741 ac_cpp='$CPP $CPPFLAGS'
14742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14745
14746 CC=$lt_save_CC
14747
14748 if test -n "$CXX" && ( test no != "$CXX" &&
14749 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
14750 (test g++ != "$CXX"))); then
14751 ac_ext=cpp
14752 ac_cpp='$CXXCPP $CPPFLAGS'
14753 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14754 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14755 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14756 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
14757 printf %s "checking how to run the C++ preprocessor... " >&6; }
14758 if test -z "$CXXCPP"; then
14759 if test ${ac_cv_prog_CXXCPP+y}
14760 then :
14761 printf %s "(cached) " >&6
14762 else $as_nop
14763 # Double quotes because $CXX needs to be expanded
14764 for CXXCPP in "$CXX -E" cpp /lib/cpp
14765 do
14766 ac_preproc_ok=false
14767 for ac_cxx_preproc_warn_flag in '' yes
14768 do
14769 # Use a header file that comes with gcc, so configuring glibc
14770 # with a fresh cross-compiler works.
14771 # On the NeXT, cc -E runs the code through the compiler's parser,
14772 # not just through cpp. "Syntax error" is here to catch this case.
14773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14774 /* end confdefs.h. */
14775 #include <limits.h>
14776 Syntax error
14777 _ACEOF
14778 if ac_fn_cxx_try_cpp "$LINENO"
14779 then :
14780
14781 else $as_nop
14782 # Broken: fails on valid input.
14783 continue
14784 fi
14785 rm -f conftest.err conftest.i conftest.$ac_ext
14786
14787 # OK, works on sane cases. Now check whether nonexistent headers
14788 # can be detected and how.
14789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14790 /* end confdefs.h. */
14791 #include <ac_nonexistent.h>
14792 _ACEOF
14793 if ac_fn_cxx_try_cpp "$LINENO"
14794 then :
14795 # Broken: success on invalid input.
14796 continue
14797 else $as_nop
14798 # Passes both tests.
14799 ac_preproc_ok=:
14800 break
14801 fi
14802 rm -f conftest.err conftest.i conftest.$ac_ext
14803
14804 done
14805 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14806 rm -f conftest.i conftest.err conftest.$ac_ext
14807 if $ac_preproc_ok
14808 then :
14809 break
14810 fi
14811
14812 done
14813 ac_cv_prog_CXXCPP=$CXXCPP
14814
14815 fi
14816 CXXCPP=$ac_cv_prog_CXXCPP
14817 else
14818 ac_cv_prog_CXXCPP=$CXXCPP
14819 fi
14820 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
14821 printf "%s\n" "$CXXCPP" >&6; }
14822 ac_preproc_ok=false
14823 for ac_cxx_preproc_warn_flag in '' yes
14824 do
14825 # Use a header file that comes with gcc, so configuring glibc
14826 # with a fresh cross-compiler works.
14827 # On the NeXT, cc -E runs the code through the compiler's parser,
14828 # not just through cpp. "Syntax error" is here to catch this case.
14829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14830 /* end confdefs.h. */
14831 #include <limits.h>
14832 Syntax error
14833 _ACEOF
14834 if ac_fn_cxx_try_cpp "$LINENO"
14835 then :
14836
14837 else $as_nop
14838 # Broken: fails on valid input.
14839 continue
14840 fi
14841 rm -f conftest.err conftest.i conftest.$ac_ext
14842
14843 # OK, works on sane cases. Now check whether nonexistent headers
14844 # can be detected and how.
14845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14846 /* end confdefs.h. */
14847 #include <ac_nonexistent.h>
14848 _ACEOF
14849 if ac_fn_cxx_try_cpp "$LINENO"
14850 then :
14851 # Broken: success on invalid input.
14852 continue
14853 else $as_nop
14854 # Passes both tests.
14855 ac_preproc_ok=:
14856 break
14857 fi
14858 rm -f conftest.err conftest.i conftest.$ac_ext
14859
14860 done
14861 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
14862 rm -f conftest.i conftest.err conftest.$ac_ext
14863 if $ac_preproc_ok
14864 then :
14865
14866 else $as_nop
14867 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14868 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
14869 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
14870 See \`config.log' for more details" "$LINENO" 5; }
14871 fi
14872
14873 ac_ext=c
14874 ac_cpp='$CPP $CPPFLAGS'
14875 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14876 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14877 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14878
14879 else
14880 _lt_caught_CXX_error=yes
14881 fi
14882
14883 ac_ext=cpp
14884 ac_cpp='$CXXCPP $CPPFLAGS'
14885 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14886 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14887 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14888
14889 archive_cmds_need_lc_CXX=no
14890 allow_undefined_flag_CXX=
14891 always_export_symbols_CXX=no
14892 archive_expsym_cmds_CXX=
14893 compiler_needs_object_CXX=no
14894 export_dynamic_flag_spec_CXX=
14895 hardcode_direct_CXX=no
14896 hardcode_direct_absolute_CXX=no
14897 hardcode_libdir_flag_spec_CXX=
14898 hardcode_libdir_separator_CXX=
14899 hardcode_minus_L_CXX=no
14900 hardcode_shlibpath_var_CXX=unsupported
14901 hardcode_automatic_CXX=no
14902 inherit_rpath_CXX=no
14903 module_cmds_CXX=
14904 module_expsym_cmds_CXX=
14905 link_all_deplibs_CXX=unknown
14906 old_archive_cmds_CXX=$old_archive_cmds
14907 reload_flag_CXX=$reload_flag
14908 reload_cmds_CXX=$reload_cmds
14909 no_undefined_flag_CXX=
14910 whole_archive_flag_spec_CXX=
14911 enable_shared_with_static_runtimes_CXX=no
14912
14913 # Source file extension for C++ test sources.
14914 ac_ext=cpp
14915
14916 # Object file extension for compiled C++ test sources.
14917 objext=o
14918 objext_CXX=$objext
14919
14920 # No sense in running all these tests if we already determined that
14921 # the CXX compiler isn't working. Some variables (like enable_shared)
14922 # are currently assumed to apply to all compilers on this platform,
14923 # and will be corrupted by setting them based on a non-working compiler.
14924 if test yes != "$_lt_caught_CXX_error"; then
14925 # Code to be used in simple compile tests
14926 lt_simple_compile_test_code="int some_variable = 0;"
14927
14928 # Code to be used in simple link tests
14929 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
14930
14931 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
14932
14933
14934
14935
14936
14937
14938 # If no C compiler was specified, use CC.
14939 LTCC=${LTCC-"$CC"}
14940
14941 # If no C compiler flags were specified, use CFLAGS.
14942 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14943
14944 # Allow CC to be a program name with arguments.
14945 compiler=$CC
14946
14947
14948 # save warnings/boilerplate of simple test code
14949 ac_outfile=conftest.$ac_objext
14950 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14951 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14952 _lt_compiler_boilerplate=`cat conftest.err`
14953 $RM conftest*
14954
14955 ac_outfile=conftest.$ac_objext
14956 echo "$lt_simple_link_test_code" >conftest.$ac_ext
14957 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14958 _lt_linker_boilerplate=`cat conftest.err`
14959 $RM -r conftest*
14960
14961
14962 # Allow CC to be a program name with arguments.
14963 lt_save_CC=$CC
14964 lt_save_CFLAGS=$CFLAGS
14965 lt_save_LD=$LD
14966 lt_save_GCC=$GCC
14967 GCC=$GXX
14968 lt_save_with_gnu_ld=$with_gnu_ld
14969 lt_save_path_LD=$lt_cv_path_LD
14970 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
14971 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
14972 else
14973 $as_unset lt_cv_prog_gnu_ld
14974 fi
14975 if test -n "${lt_cv_path_LDCXX+set}"; then
14976 lt_cv_path_LD=$lt_cv_path_LDCXX
14977 else
14978 $as_unset lt_cv_path_LD
14979 fi
14980 test -z "${LDCXX+set}" || LD=$LDCXX
14981 CC=${CXX-"c++"}
14982 CFLAGS=$CXXFLAGS
14983 compiler=$CC
14984 compiler_CXX=$CC
14985 func_cc_basename $compiler
14986 cc_basename=$func_cc_basename_result
14987
14988
14989 if test -n "$compiler"; then
14990 # We don't want -fno-exception when compiling C++ code, so set the
14991 # no_builtin_flag separately
14992 if test yes = "$GXX"; then
14993 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
14994 else
14995 lt_prog_compiler_no_builtin_flag_CXX=
14996 fi
14997
14998 if test yes = "$GXX"; then
14999 # Set up default GNU C++ configuration
15000
15001
15002
15003 # Check whether --with-gnu-ld was given.
15004 if test ${with_gnu_ld+y}
15005 then :
15006 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
15007 else $as_nop
15008 with_gnu_ld=no
15009 fi
15010
15011 ac_prog=ld
15012 if test yes = "$GCC"; then
15013 # Check if gcc -print-prog-name=ld gives a path.
15014 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15015 printf %s "checking for ld used by $CC... " >&6; }
15016 case $host in
15017 *-*-mingw*)
15018 # gcc leaves a trailing carriage return, which upsets mingw
15019 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15020 *)
15021 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
15022 esac
15023 case $ac_prog in
15024 # Accept absolute paths.
15025 [\\/]* | ?:[\\/]*)
15026 re_direlt='/[^/][^/]*/\.\./'
15027 # Canonicalize the pathname of ld
15028 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15029 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
15030 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15031 done
15032 test -z "$LD" && LD=$ac_prog
15033 ;;
15034 "")
15035 # If it fails, then pretend we aren't using GCC.
15036 ac_prog=ld
15037 ;;
15038 *)
15039 # If it is relative, then search for the first ld in PATH.
15040 with_gnu_ld=unknown
15041 ;;
15042 esac
15043 elif test yes = "$with_gnu_ld"; then
15044 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15045 printf %s "checking for GNU ld... " >&6; }
15046 else
15047 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15048 printf %s "checking for non-GNU ld... " >&6; }
15049 fi
15050 if test ${lt_cv_path_LD+y}
15051 then :
15052 printf %s "(cached) " >&6
15053 else $as_nop
15054 if test -z "$LD"; then
15055 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
15056 for ac_dir in $PATH; do
15057 IFS=$lt_save_ifs
15058 test -z "$ac_dir" && ac_dir=.
15059 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
15060 lt_cv_path_LD=$ac_dir/$ac_prog
15061 # Check to see if the program is GNU ld. I'd rather use --version,
15062 # but apparently some variants of GNU ld only accept -v.
15063 # Break only if it was the GNU/non-GNU ld that we prefer.
15064 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15065 *GNU* | *'with BFD'*)
15066 test no != "$with_gnu_ld" && break
15067 ;;
15068 *)
15069 test yes != "$with_gnu_ld" && break
15070 ;;
15071 esac
15072 fi
15073 done
15074 IFS=$lt_save_ifs
15075 else
15076 lt_cv_path_LD=$LD # Let the user override the test with a path.
15077 fi
15078 fi
15079
15080 LD=$lt_cv_path_LD
15081 if test -n "$LD"; then
15082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15083 printf "%s\n" "$LD" >&6; }
15084 else
15085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
15086 printf "%s\n" "no" >&6; }
15087 fi
15088 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
15089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15090 printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
15091 if test ${lt_cv_prog_gnu_ld+y}
15092 then :
15093 printf %s "(cached) " >&6
15094 else $as_nop
15095 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15096 case `$LD -v 2>&1 </dev/null` in
15097 *GNU* | *'with BFD'*)
15098 lt_cv_prog_gnu_ld=yes
15099 ;;
15100 *)
15101 lt_cv_prog_gnu_ld=no
15102 ;;
15103 esac
15104 fi
15105 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15106 printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
15107 with_gnu_ld=$lt_cv_prog_gnu_ld
15108
15109
15110
15111
15112
15113
15114
15115 # Check if GNU C++ uses GNU ld as the underlying linker, since the
15116 # archiving commands below assume that GNU ld is being used.
15117 if test yes = "$with_gnu_ld"; then
15118 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
15119 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'
15120
15121 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
15122 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
15123
15124 # If archive_cmds runs LD, not CC, wlarc should be empty
15125 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
15126 # investigate it a little bit more. (MM)
15127 wlarc='$wl'
15128
15129 # ancient GNU ld didn't support --whole-archive et. al.
15130 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
15131 $GREP 'no-whole-archive' > /dev/null; then
15132 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
15133 else
15134 whole_archive_flag_spec_CXX=
15135 fi
15136 else
15137 with_gnu_ld=no
15138 wlarc=
15139
15140 # A generic and very simple default shared library creation
15141 # command for GNU C++ for the case where it uses the native
15142 # linker, instead of GNU ld. If possible, this setting should
15143 # overridden to take advantage of the native linker features on
15144 # the platform it is being used on.
15145 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
15146 fi
15147
15148 # Commands to make compiler produce verbose output that lists
15149 # what "hidden" libraries, object files and flags are used when
15150 # linking a shared library.
15151 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
15152
15153 else
15154 GXX=no
15155 with_gnu_ld=no
15156 wlarc=
15157 fi
15158
15159 # PORTME: fill in a description of your system's C++ link characteristics
15160 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15161 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
15162 ld_shlibs_CXX=yes
15163 case $host_os in
15164 aix3*)
15165 # FIXME: insert proper C++ library support
15166 ld_shlibs_CXX=no
15167 ;;
15168 aix[4-9]*)
15169 if test ia64 = "$host_cpu"; then
15170 # On IA64, the linker does run time linking by default, so we don't
15171 # have to do anything special.
15172 aix_use_runtimelinking=no
15173 exp_sym_flag='-Bexport'
15174 no_entry_flag=
15175 else
15176 aix_use_runtimelinking=no
15177
15178 # Test if we are trying to use run time linking or normal
15179 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
15180 # have runtime linking enabled, and use it for executables.
15181 # For shared libraries, we enable/disable runtime linking
15182 # depending on the kind of the shared library created -
15183 # when "with_aix_soname,aix_use_runtimelinking" is:
15184 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
15185 # "aix,yes" lib.so shared, rtl:yes, for executables
15186 # lib.a static archive
15187 # "both,no" lib.so.V(shr.o) shared, rtl:yes
15188 # lib.a(lib.so.V) shared, rtl:no, for executables
15189 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
15190 # lib.a(lib.so.V) shared, rtl:no
15191 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
15192 # lib.a static archive
15193 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
15194 for ld_flag in $LDFLAGS; do
15195 case $ld_flag in
15196 *-brtl*)
15197 aix_use_runtimelinking=yes
15198 break
15199 ;;
15200 esac
15201 done
15202 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
15203 # With aix-soname=svr4, we create the lib.so.V shared archives only,
15204 # so we don't have lib.a shared libs to link our executables.
15205 # We have to force runtime linking in this case.
15206 aix_use_runtimelinking=yes
15207 LDFLAGS="$LDFLAGS -Wl,-brtl"
15208 fi
15209 ;;
15210 esac
15211
15212 exp_sym_flag='-bexport'
15213 no_entry_flag='-bnoentry'
15214 fi
15215
15216 # When large executables or shared objects are built, AIX ld can
15217 # have problems creating the table of contents. If linking a library
15218 # or program results in "error TOC overflow" add -mminimal-toc to
15219 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
15220 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15221
15222 archive_cmds_CXX=''
15223 hardcode_direct_CXX=yes
15224 hardcode_direct_absolute_CXX=yes
15225 hardcode_libdir_separator_CXX=':'
15226 link_all_deplibs_CXX=yes
15227 file_list_spec_CXX='$wl-f,'
15228 case $with_aix_soname,$aix_use_runtimelinking in
15229 aix,*) ;; # no import file
15230 svr4,* | *,yes) # use import file
15231 # The Import File defines what to hardcode.
15232 hardcode_direct_CXX=no
15233 hardcode_direct_absolute_CXX=no
15234 ;;
15235 esac
15236
15237 if test yes = "$GXX"; then
15238 case $host_os in aix4.[012]|aix4.[012].*)
15239 # We only want to do this on AIX 4.2 and lower, the check
15240 # below for broken collect2 doesn't work under 4.3+
15241 collect2name=`$CC -print-prog-name=collect2`
15242 if test -f "$collect2name" &&
15243 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
15244 then
15245 # We have reworked collect2
15246 :
15247 else
15248 # We have old collect2
15249 hardcode_direct_CXX=unsupported
15250 # It fails to find uninstalled libraries when the uninstalled
15251 # path is not listed in the libpath. Setting hardcode_minus_L
15252 # to unsupported forces relinking
15253 hardcode_minus_L_CXX=yes
15254 hardcode_libdir_flag_spec_CXX='-L$libdir'
15255 hardcode_libdir_separator_CXX=
15256 fi
15257 esac
15258 shared_flag='-shared'
15259 if test yes = "$aix_use_runtimelinking"; then
15260 shared_flag=$shared_flag' $wl-G'
15261 fi
15262 # Need to ensure runtime linking is disabled for the traditional
15263 # shared library, or the linker may eventually find shared libraries
15264 # /with/ Import File - we do not want to mix them.
15265 shared_flag_aix='-shared'
15266 shared_flag_svr4='-shared $wl-G'
15267 else
15268 # not using gcc
15269 if test ia64 = "$host_cpu"; then
15270 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
15271 # chokes on -Wl,-G. The following line is correct:
15272 shared_flag='-G'
15273 else
15274 if test yes = "$aix_use_runtimelinking"; then
15275 shared_flag='$wl-G'
15276 else
15277 shared_flag='$wl-bM:SRE'
15278 fi
15279 shared_flag_aix='$wl-bM:SRE'
15280 shared_flag_svr4='$wl-G'
15281 fi
15282 fi
15283
15284 export_dynamic_flag_spec_CXX='$wl-bexpall'
15285 # It seems that -bexpall does not export symbols beginning with
15286 # underscore (_), so it is better to generate a list of symbols to
15287 # export.
15288 always_export_symbols_CXX=yes
15289 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
15290 # Warning - without using the other runtime loading flags (-brtl),
15291 # -berok will link without error, but may produce a broken library.
15292 # The "-G" linker flag allows undefined symbols.
15293 no_undefined_flag_CXX='-bernotok'
15294 # Determine the default libpath from the value encoded in an empty
15295 # executable.
15296 if test set = "${lt_cv_aix_libpath+set}"; then
15297 aix_libpath=$lt_cv_aix_libpath
15298 else
15299 if test ${lt_cv_aix_libpath__CXX+y}
15300 then :
15301 printf %s "(cached) " >&6
15302 else $as_nop
15303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15304 /* end confdefs.h. */
15305
15306 int
15307 main (void)
15308 {
15309
15310 ;
15311 return 0;
15312 }
15313 _ACEOF
15314 if ac_fn_cxx_try_link "$LINENO"
15315 then :
15316
15317 lt_aix_libpath_sed='
15318 /Import File Strings/,/^$/ {
15319 /^0/ {
15320 s/^0 *\([^ ]*\) *$/\1/
15321 p
15322 }
15323 }'
15324 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15325 # Check for a 64-bit object if we didn't find anything.
15326 if test -z "$lt_cv_aix_libpath__CXX"; then
15327 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15328 fi
15329 fi
15330 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15331 conftest$ac_exeext conftest.$ac_ext
15332 if test -z "$lt_cv_aix_libpath__CXX"; then
15333 lt_cv_aix_libpath__CXX=/usr/lib:/lib
15334 fi
15335
15336 fi
15337
15338 aix_libpath=$lt_cv_aix_libpath__CXX
15339 fi
15340
15341 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
15342
15343 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
15344 else
15345 if test ia64 = "$host_cpu"; then
15346 hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
15347 allow_undefined_flag_CXX="-z nodefs"
15348 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"
15349 else
15350 # Determine the default libpath from the value encoded in an
15351 # empty executable.
15352 if test set = "${lt_cv_aix_libpath+set}"; then
15353 aix_libpath=$lt_cv_aix_libpath
15354 else
15355 if test ${lt_cv_aix_libpath__CXX+y}
15356 then :
15357 printf %s "(cached) " >&6
15358 else $as_nop
15359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15360 /* end confdefs.h. */
15361
15362 int
15363 main (void)
15364 {
15365
15366 ;
15367 return 0;
15368 }
15369 _ACEOF
15370 if ac_fn_cxx_try_link "$LINENO"
15371 then :
15372
15373 lt_aix_libpath_sed='
15374 /Import File Strings/,/^$/ {
15375 /^0/ {
15376 s/^0 *\([^ ]*\) *$/\1/
15377 p
15378 }
15379 }'
15380 lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15381 # Check for a 64-bit object if we didn't find anything.
15382 if test -z "$lt_cv_aix_libpath__CXX"; then
15383 lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15384 fi
15385 fi
15386 rm -f core conftest.err conftest.$ac_objext conftest.beam \
15387 conftest$ac_exeext conftest.$ac_ext
15388 if test -z "$lt_cv_aix_libpath__CXX"; then
15389 lt_cv_aix_libpath__CXX=/usr/lib:/lib
15390 fi
15391
15392 fi
15393
15394 aix_libpath=$lt_cv_aix_libpath__CXX
15395 fi
15396
15397 hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
15398 # Warning - without using the other run time loading flags,
15399 # -berok will link without error, but may produce a broken library.
15400 no_undefined_flag_CXX=' $wl-bernotok'
15401 allow_undefined_flag_CXX=' $wl-berok'
15402 if test yes = "$with_gnu_ld"; then
15403 # We only use this code for GNU lds that support --whole-archive.
15404 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
15405 else
15406 # Exported symbols can be pulled into shared objects from archives
15407 whole_archive_flag_spec_CXX='$convenience'
15408 fi
15409 archive_cmds_need_lc_CXX=yes
15410 archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
15411 # -brtl affects multiple linker settings, -berok does not and is overridden later
15412 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
15413 if test svr4 != "$with_aix_soname"; then
15414 # This is similar to how AIX traditionally builds its shared
15415 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
15416 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'
15417 fi
15418 if test aix != "$with_aix_soname"; then
15419 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'
15420 else
15421 # used by -dlpreopen to get the symbols
15422 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
15423 fi
15424 archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
15425 fi
15426 fi
15427 ;;
15428
15429 beos*)
15430 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
15431 allow_undefined_flag_CXX=unsupported
15432 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
15433 # support --undefined. This deserves some investigation. FIXME
15434 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
15435 else
15436 ld_shlibs_CXX=no
15437 fi
15438 ;;
15439
15440 chorus*)
15441 case $cc_basename in
15442 *)
15443 # FIXME: insert proper C++ library support
15444 ld_shlibs_CXX=no
15445 ;;
15446 esac
15447 ;;
15448
15449 cygwin* | mingw* | pw32* | cegcc*)
15450 case $GXX,$cc_basename in
15451 ,cl* | no,cl* | ,icl* | no,icl*)
15452 # Native MSVC or ICC
15453 # hardcode_libdir_flag_spec is actually meaningless, as there is
15454 # no search path for DLLs.
15455 hardcode_libdir_flag_spec_CXX=' '
15456 allow_undefined_flag_CXX=unsupported
15457 always_export_symbols_CXX=yes
15458 file_list_spec_CXX='@'
15459 # Tell ltmain to make .lib files, not .a files.
15460 libext=lib
15461 # Tell ltmain to make .dll files, not .so files.
15462 shrext_cmds=.dll
15463 # FIXME: Setting linknames here is a bad hack.
15464 archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
15465 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
15466 cp "$export_symbols" "$output_objdir/$soname.def";
15467 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
15468 else
15469 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
15470 fi~
15471 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
15472 linknames='
15473 # The linker will not automatically build a static lib if we build a DLL.
15474 # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
15475 enable_shared_with_static_runtimes_CXX=yes
15476 # Don't use ranlib
15477 old_postinstall_cmds_CXX='chmod 644 $oldlib'
15478 postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
15479 lt_tool_outputfile="@TOOL_OUTPUT@"~
15480 case $lt_outputfile in
15481 *.exe|*.EXE) ;;
15482 *)
15483 lt_outputfile=$lt_outputfile.exe
15484 lt_tool_outputfile=$lt_tool_outputfile.exe
15485 ;;
15486 esac~
15487 func_to_tool_file "$lt_outputfile"~
15488 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
15489 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
15490 $RM "$lt_outputfile.manifest";
15491 fi'
15492 ;;
15493 *)
15494 # g++
15495 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
15496 # as there is no search path for DLLs.
15497 hardcode_libdir_flag_spec_CXX='-L$libdir'
15498 export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
15499 allow_undefined_flag_CXX=unsupported
15500 always_export_symbols_CXX=no
15501 enable_shared_with_static_runtimes_CXX=yes
15502
15503 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
15504 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'
15505 # If the export-symbols file already is a .def file, use it as
15506 # is; otherwise, prepend EXPORTS...
15507 archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
15508 cp $export_symbols $output_objdir/$soname.def;
15509 else
15510 echo EXPORTS > $output_objdir/$soname.def;
15511 cat $export_symbols >> $output_objdir/$soname.def;
15512 fi~
15513 $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'
15514 else
15515 ld_shlibs_CXX=no
15516 fi
15517 ;;
15518 esac
15519 ;;
15520 darwin* | rhapsody*)
15521
15522
15523 archive_cmds_need_lc_CXX=no
15524 hardcode_direct_CXX=no
15525 hardcode_automatic_CXX=yes
15526 hardcode_shlibpath_var_CXX=unsupported
15527 if test yes = "$lt_cv_ld_force_load"; then
15528 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\"`'
15529
15530 else
15531 whole_archive_flag_spec_CXX=''
15532 fi
15533 link_all_deplibs_CXX=yes
15534 allow_undefined_flag_CXX=$_lt_dar_allow_undefined
15535 case $cc_basename in
15536 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
15537 *) _lt_dar_can_shared=$GCC ;;
15538 esac
15539 if test yes = "$_lt_dar_can_shared"; then
15540 output_verbose_link_cmd=func_echo_all
15541 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"
15542 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
15543 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"
15544 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"
15545 if test yes != "$lt_cv_apple_cc_single_mod"; then
15546 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"
15547 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"
15548 fi
15549
15550 else
15551 ld_shlibs_CXX=no
15552 fi
15553
15554 ;;
15555
15556 os2*)
15557 hardcode_libdir_flag_spec_CXX='-L$libdir'
15558 hardcode_minus_L_CXX=yes
15559 allow_undefined_flag_CXX=unsupported
15560 shrext_cmds=.dll
15561 archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
15562 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
15563 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
15564 $ECHO EXPORTS >> $output_objdir/$libname.def~
15565 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
15566 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
15567 emximp -o $lib $output_objdir/$libname.def'
15568 archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
15569 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
15570 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
15571 $ECHO EXPORTS >> $output_objdir/$libname.def~
15572 prefix_cmds="$SED"~
15573 if test EXPORTS = "`$SED 1q $export_symbols`"; then
15574 prefix_cmds="$prefix_cmds -e 1d";
15575 fi~
15576 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
15577 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
15578 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
15579 emximp -o $lib $output_objdir/$libname.def'
15580 old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
15581 enable_shared_with_static_runtimes_CXX=yes
15582 file_list_spec_CXX='@'
15583 ;;
15584
15585 dgux*)
15586 case $cc_basename in
15587 ec++*)
15588 # FIXME: insert proper C++ library support
15589 ld_shlibs_CXX=no
15590 ;;
15591 ghcx*)
15592 # Green Hills C++ Compiler
15593 # FIXME: insert proper C++ library support
15594 ld_shlibs_CXX=no
15595 ;;
15596 *)
15597 # FIXME: insert proper C++ library support
15598 ld_shlibs_CXX=no
15599 ;;
15600 esac
15601 ;;
15602
15603 freebsd2.*)
15604 # C++ shared libraries reported to be fairly broken before
15605 # switch to ELF
15606 ld_shlibs_CXX=no
15607 ;;
15608
15609 freebsd-elf*)
15610 archive_cmds_need_lc_CXX=no
15611 ;;
15612
15613 freebsd* | dragonfly* | midnightbsd*)
15614 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
15615 # conventions
15616 ld_shlibs_CXX=yes
15617 ;;
15618
15619 haiku*)
15620 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
15621 link_all_deplibs_CXX=yes
15622 ;;
15623
15624 hpux9*)
15625 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
15626 hardcode_libdir_separator_CXX=:
15627 export_dynamic_flag_spec_CXX='$wl-E'
15628 hardcode_direct_CXX=yes
15629 hardcode_minus_L_CXX=yes # Not in the search PATH,
15630 # but as the default
15631 # location of the library.
15632
15633 case $cc_basename in
15634 CC*)
15635 # FIXME: insert proper C++ library support
15636 ld_shlibs_CXX=no
15637 ;;
15638 aCC*)
15639 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'
15640 # Commands to make compiler produce verbose output that lists
15641 # what "hidden" libraries, object files and flags are used when
15642 # linking a shared library.
15643 #
15644 # There doesn't appear to be a way to prevent this compiler from
15645 # explicitly linking system object files so we need to strip them
15646 # from the output so that they don't get included in the library
15647 # dependencies.
15648 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"'
15649 ;;
15650 *)
15651 if test yes = "$GXX"; then
15652 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'
15653 else
15654 # FIXME: insert proper C++ library support
15655 ld_shlibs_CXX=no
15656 fi
15657 ;;
15658 esac
15659 ;;
15660
15661 hpux10*|hpux11*)
15662 if test no = "$with_gnu_ld"; then
15663 hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
15664 hardcode_libdir_separator_CXX=:
15665
15666 case $host_cpu in
15667 hppa*64*|ia64*)
15668 ;;
15669 *)
15670 export_dynamic_flag_spec_CXX='$wl-E'
15671 ;;
15672 esac
15673 fi
15674 case $host_cpu in
15675 hppa*64*|ia64*)
15676 hardcode_direct_CXX=no
15677 hardcode_shlibpath_var_CXX=no
15678 ;;
15679 *)
15680 hardcode_direct_CXX=yes
15681 hardcode_direct_absolute_CXX=yes
15682 hardcode_minus_L_CXX=yes # Not in the search PATH,
15683 # but as the default
15684 # location of the library.
15685 ;;
15686 esac
15687
15688 case $cc_basename in
15689 CC*)
15690 # FIXME: insert proper C++ library support
15691 ld_shlibs_CXX=no
15692 ;;
15693 aCC*)
15694 case $host_cpu in
15695 hppa*64*)
15696 archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15697 ;;
15698 ia64*)
15699 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15700 ;;
15701 *)
15702 archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15703 ;;
15704 esac
15705 # Commands to make compiler produce verbose output that lists
15706 # what "hidden" libraries, object files and flags are used when
15707 # linking a shared library.
15708 #
15709 # There doesn't appear to be a way to prevent this compiler from
15710 # explicitly linking system object files so we need to strip them
15711 # from the output so that they don't get included in the library
15712 # dependencies.
15713 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"'
15714 ;;
15715 *)
15716 if test yes = "$GXX"; then
15717 if test no = "$with_gnu_ld"; then
15718 case $host_cpu in
15719 hppa*64*)
15720 archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15721 ;;
15722 ia64*)
15723 archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15724 ;;
15725 *)
15726 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'
15727 ;;
15728 esac
15729 fi
15730 else
15731 # FIXME: insert proper C++ library support
15732 ld_shlibs_CXX=no
15733 fi
15734 ;;
15735 esac
15736 ;;
15737
15738 interix[3-9]*)
15739 hardcode_direct_CXX=no
15740 hardcode_shlibpath_var_CXX=no
15741 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15742 export_dynamic_flag_spec_CXX='$wl-E'
15743 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
15744 # Instead, shared libraries are loaded at an image base (0x10000000 by
15745 # default) and relocated if they conflict, which is a slow very memory
15746 # consuming and fragmenting process. To avoid this, we pick a random,
15747 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
15748 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
15749 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'
15750 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'
15751 ;;
15752 irix5* | irix6*)
15753 case $cc_basename in
15754 CC*)
15755 # SGI C++
15756 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'
15757
15758 # Archives containing C++ object files must be created using
15759 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
15760 # necessary to make sure instantiated templates are included
15761 # in the archive.
15762 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
15763 ;;
15764 *)
15765 if test yes = "$GXX"; then
15766 if test no = "$with_gnu_ld"; then
15767 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'
15768 else
15769 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'
15770 fi
15771 fi
15772 link_all_deplibs_CXX=yes
15773 ;;
15774 esac
15775 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
15776 hardcode_libdir_separator_CXX=:
15777 inherit_rpath_CXX=yes
15778 ;;
15779
15780 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
15781 case $cc_basename in
15782 KCC*)
15783 # Kuck and Associates, Inc. (KAI) C++ Compiler
15784
15785 # KCC will only create a shared library if the output file
15786 # ends with ".so" (or ".sl" for HP-UX), so rename the library
15787 # to its proper name (with version) after linking.
15788 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'
15789 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'
15790 # Commands to make compiler produce verbose output that lists
15791 # what "hidden" libraries, object files and flags are used when
15792 # linking a shared library.
15793 #
15794 # There doesn't appear to be a way to prevent this compiler from
15795 # explicitly linking system object files so we need to strip them
15796 # from the output so that they don't get included in the library
15797 # dependencies.
15798 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"'
15799
15800 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15801 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
15802
15803 # Archives containing C++ object files must be created using
15804 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
15805 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
15806 ;;
15807 icpc* | ecpc* )
15808 # Intel C++
15809 with_gnu_ld=yes
15810 # version 8.0 and above of icpc choke on multiply defined symbols
15811 # if we add $predep_objects and $postdep_objects, however 7.1 and
15812 # earlier do not add the objects themselves.
15813 case `$CC -V 2>&1` in
15814 *"Version 7."*)
15815 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
15816 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'
15817 ;;
15818 *) # Version 8.0 or newer
15819 tmp_idyn=
15820 case $host_cpu in
15821 ia64*) tmp_idyn=' -i_dynamic';;
15822 esac
15823 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
15824 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'
15825 ;;
15826 esac
15827 archive_cmds_need_lc_CXX=no
15828 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15829 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
15830 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
15831 ;;
15832 pgCC* | pgcpp*)
15833 # Portland Group C++ compiler
15834 case `$CC -V` in
15835 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
15836 prelink_cmds_CXX='tpldir=Template.dir~
15837 rm -rf $tpldir~
15838 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
15839 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
15840 old_archive_cmds_CXX='tpldir=Template.dir~
15841 rm -rf $tpldir~
15842 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
15843 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
15844 $RANLIB $oldlib'
15845 archive_cmds_CXX='tpldir=Template.dir~
15846 rm -rf $tpldir~
15847 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
15848 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
15849 archive_expsym_cmds_CXX='tpldir=Template.dir~
15850 rm -rf $tpldir~
15851 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
15852 $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'
15853 ;;
15854 *) # Version 6 and above use weak symbols
15855 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
15856 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'
15857 ;;
15858 esac
15859
15860 hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
15861 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
15862 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'
15863 ;;
15864 cxx*)
15865 # Compaq C++
15866 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
15867 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'
15868
15869 runpath_var=LD_RUN_PATH
15870 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
15871 hardcode_libdir_separator_CXX=:
15872
15873 # Commands to make compiler produce verbose output that lists
15874 # what "hidden" libraries, object files and flags are used when
15875 # linking a shared library.
15876 #
15877 # There doesn't appear to be a way to prevent this compiler from
15878 # explicitly linking system object files so we need to strip them
15879 # from the output so that they don't get included in the library
15880 # dependencies.
15881 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'
15882 ;;
15883 xl* | mpixl* | bgxl*)
15884 # IBM XL 8.0 on PPC, with GNU ld
15885 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
15886 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
15887 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
15888 if test yes = "$supports_anon_versioning"; then
15889 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
15890 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15891 echo "local: *; };" >> $output_objdir/$libname.ver~
15892 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
15893 fi
15894 ;;
15895 *)
15896 case `$CC -V 2>&1 | $SED 5q` in
15897 *Sun\ C*)
15898 # Sun C++ 5.9
15899 no_undefined_flag_CXX=' -zdefs'
15900 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
15901 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'
15902 hardcode_libdir_flag_spec_CXX='-R$libdir'
15903 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'
15904 compiler_needs_object_CXX=yes
15905
15906 # Not sure whether something based on
15907 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
15908 # would be better.
15909 output_verbose_link_cmd='func_echo_all'
15910
15911 # Archives containing C++ object files must be created using
15912 # "CC -xar", where "CC" is the Sun C++ compiler. This is
15913 # necessary to make sure instantiated templates are included
15914 # in the archive.
15915 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
15916 ;;
15917 esac
15918 ;;
15919 esac
15920 ;;
15921
15922 lynxos*)
15923 # FIXME: insert proper C++ library support
15924 ld_shlibs_CXX=no
15925 ;;
15926
15927 m88k*)
15928 # FIXME: insert proper C++ library support
15929 ld_shlibs_CXX=no
15930 ;;
15931
15932 mvs*)
15933 case $cc_basename in
15934 cxx*)
15935 # FIXME: insert proper C++ library support
15936 ld_shlibs_CXX=no
15937 ;;
15938 *)
15939 # FIXME: insert proper C++ library support
15940 ld_shlibs_CXX=no
15941 ;;
15942 esac
15943 ;;
15944
15945 netbsd*)
15946 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15947 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
15948 wlarc=
15949 hardcode_libdir_flag_spec_CXX='-R$libdir'
15950 hardcode_direct_CXX=yes
15951 hardcode_shlibpath_var_CXX=no
15952 fi
15953 # Workaround some broken pre-1.5 toolchains
15954 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
15955 ;;
15956
15957 *nto* | *qnx*)
15958 ld_shlibs_CXX=yes
15959 ;;
15960
15961 openbsd* | bitrig*)
15962 if test -f /usr/libexec/ld.so; then
15963 hardcode_direct_CXX=yes
15964 hardcode_shlibpath_var_CXX=no
15965 hardcode_direct_absolute_CXX=yes
15966 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
15967 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15968 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
15969 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
15970 export_dynamic_flag_spec_CXX='$wl-E'
15971 whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
15972 fi
15973 output_verbose_link_cmd=func_echo_all
15974 else
15975 ld_shlibs_CXX=no
15976 fi
15977 ;;
15978
15979 osf3* | osf4* | osf5*)
15980 case $cc_basename in
15981 KCC*)
15982 # Kuck and Associates, Inc. (KAI) C++ Compiler
15983
15984 # KCC will only create a shared library if the output file
15985 # ends with ".so" (or ".sl" for HP-UX), so rename the library
15986 # to its proper name (with version) after linking.
15987 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'
15988
15989 hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
15990 hardcode_libdir_separator_CXX=:
15991
15992 # Archives containing C++ object files must be created using
15993 # the KAI C++ compiler.
15994 case $host in
15995 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
15996 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
15997 esac
15998 ;;
15999 RCC*)
16000 # Rational C++ 2.4.1
16001 # FIXME: insert proper C++ library support
16002 ld_shlibs_CXX=no
16003 ;;
16004 cxx*)
16005 case $host in
16006 osf3*)
16007 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
16008 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'
16009 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
16010 ;;
16011 *)
16012 allow_undefined_flag_CXX=' -expect_unresolved \*'
16013 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'
16014 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
16015 echo "-hidden">> $lib.exp~
16016 $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~
16017 $RM $lib.exp'
16018 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
16019 ;;
16020 esac
16021
16022 hardcode_libdir_separator_CXX=:
16023
16024 # Commands to make compiler produce verbose output that lists
16025 # what "hidden" libraries, object files and flags are used when
16026 # linking a shared library.
16027 #
16028 # There doesn't appear to be a way to prevent this compiler from
16029 # explicitly linking system object files so we need to strip them
16030 # from the output so that they don't get included in the library
16031 # dependencies.
16032 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"'
16033 ;;
16034 *)
16035 if test yes,no = "$GXX,$with_gnu_ld"; then
16036 allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
16037 case $host in
16038 osf3*)
16039 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'
16040 ;;
16041 *)
16042 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'
16043 ;;
16044 esac
16045
16046 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
16047 hardcode_libdir_separator_CXX=:
16048
16049 # Commands to make compiler produce verbose output that lists
16050 # what "hidden" libraries, object files and flags are used when
16051 # linking a shared library.
16052 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
16053
16054 else
16055 # FIXME: insert proper C++ library support
16056 ld_shlibs_CXX=no
16057 fi
16058 ;;
16059 esac
16060 ;;
16061
16062 psos*)
16063 # FIXME: insert proper C++ library support
16064 ld_shlibs_CXX=no
16065 ;;
16066
16067 sunos4*)
16068 case $cc_basename in
16069 CC*)
16070 # Sun C++ 4.x
16071 # FIXME: insert proper C++ library support
16072 ld_shlibs_CXX=no
16073 ;;
16074 lcc*)
16075 # Lucid
16076 # FIXME: insert proper C++ library support
16077 ld_shlibs_CXX=no
16078 ;;
16079 *)
16080 # FIXME: insert proper C++ library support
16081 ld_shlibs_CXX=no
16082 ;;
16083 esac
16084 ;;
16085
16086 solaris*)
16087 case $cc_basename in
16088 CC* | sunCC*)
16089 # Sun C++ 4.2, 5.x and Centerline C++
16090 archive_cmds_need_lc_CXX=yes
16091 no_undefined_flag_CXX=' -zdefs'
16092 archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
16093 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16094 $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'
16095
16096 hardcode_libdir_flag_spec_CXX='-R$libdir'
16097 hardcode_shlibpath_var_CXX=no
16098 case $host_os in
16099 solaris2.[0-5] | solaris2.[0-5].*) ;;
16100 *)
16101 # The compiler driver will combine and reorder linker options,
16102 # but understands '-z linker_flag'.
16103 # Supported since Solaris 2.6 (maybe 2.5.1?)
16104 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
16105 ;;
16106 esac
16107 link_all_deplibs_CXX=yes
16108
16109 output_verbose_link_cmd='func_echo_all'
16110
16111 # Archives containing C++ object files must be created using
16112 # "CC -xar", where "CC" is the Sun C++ compiler. This is
16113 # necessary to make sure instantiated templates are included
16114 # in the archive.
16115 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
16116 ;;
16117 gcx*)
16118 # Green Hills C++ Compiler
16119 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
16120
16121 # The C++ compiler must be used to create the archive.
16122 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
16123 ;;
16124 *)
16125 # GNU C++ compiler with Solaris linker
16126 if test yes,no = "$GXX,$with_gnu_ld"; then
16127 no_undefined_flag_CXX=' $wl-z ${wl}defs'
16128 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
16129 archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
16130 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16131 $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'
16132
16133 # Commands to make compiler produce verbose output that lists
16134 # what "hidden" libraries, object files and flags are used when
16135 # linking a shared library.
16136 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
16137 else
16138 # g++ 2.7 appears to require '-G' NOT '-shared' on this
16139 # platform.
16140 archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
16141 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16142 $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'
16143
16144 # Commands to make compiler produce verbose output that lists
16145 # what "hidden" libraries, object files and flags are used when
16146 # linking a shared library.
16147 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
16148 fi
16149
16150 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
16151 case $host_os in
16152 solaris2.[0-5] | solaris2.[0-5].*) ;;
16153 *)
16154 whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
16155 ;;
16156 esac
16157 fi
16158 ;;
16159 esac
16160 ;;
16161
16162 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
16163 no_undefined_flag_CXX='$wl-z,text'
16164 archive_cmds_need_lc_CXX=no
16165 hardcode_shlibpath_var_CXX=no
16166 runpath_var='LD_RUN_PATH'
16167
16168 case $cc_basename in
16169 CC*)
16170 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16171 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16172 ;;
16173 *)
16174 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16175 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16176 ;;
16177 esac
16178 ;;
16179
16180 sysv5* | sco3.2v5* | sco5v6*)
16181 # Note: We CANNOT use -z defs as we might desire, because we do not
16182 # link with -lc, and that would cause any symbols used from libc to
16183 # always be unresolved, which means just about no library would
16184 # ever link correctly. If we're not using GNU ld we use -z text
16185 # though, which does catch some bad symbols but isn't as heavy-handed
16186 # as -z defs.
16187 no_undefined_flag_CXX='$wl-z,text'
16188 allow_undefined_flag_CXX='$wl-z,nodefs'
16189 archive_cmds_need_lc_CXX=no
16190 hardcode_shlibpath_var_CXX=no
16191 hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
16192 hardcode_libdir_separator_CXX=':'
16193 link_all_deplibs_CXX=yes
16194 export_dynamic_flag_spec_CXX='$wl-Bexport'
16195 runpath_var='LD_RUN_PATH'
16196
16197 case $cc_basename in
16198 CC*)
16199 archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16200 archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16201 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
16202 '"$old_archive_cmds_CXX"
16203 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
16204 '"$reload_cmds_CXX"
16205 ;;
16206 *)
16207 archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16208 archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16209 ;;
16210 esac
16211 ;;
16212
16213 tandem*)
16214 case $cc_basename in
16215 NCC*)
16216 # NonStop-UX NCC 3.20
16217 # FIXME: insert proper C++ library support
16218 ld_shlibs_CXX=no
16219 ;;
16220 *)
16221 # FIXME: insert proper C++ library support
16222 ld_shlibs_CXX=no
16223 ;;
16224 esac
16225 ;;
16226
16227 vxworks*)
16228 # FIXME: insert proper C++ library support
16229 ld_shlibs_CXX=no
16230 ;;
16231
16232 *)
16233 # FIXME: insert proper C++ library support
16234 ld_shlibs_CXX=no
16235 ;;
16236 esac
16237
16238 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
16239 printf "%s\n" "$ld_shlibs_CXX" >&6; }
16240 test no = "$ld_shlibs_CXX" && can_build_shared=no
16241
16242 GCC_CXX=$GXX
16243 LD_CXX=$LD
16244
16245 ## CAVEAT EMPTOR:
16246 ## There is no encapsulation within the following macros, do not change
16247 ## the running order or otherwise move them around unless you know exactly
16248 ## what you are doing...
16249 # Dependencies to place before and after the object being linked:
16250 predep_objects_CXX=
16251 postdep_objects_CXX=
16252 predeps_CXX=
16253 postdeps_CXX=
16254 compiler_lib_search_path_CXX=
16255
16256 cat > conftest.$ac_ext <<_LT_EOF
16257 class Foo
16258 {
16259 public:
16260 Foo (void) { a = 0; }
16261 private:
16262 int a;
16263 };
16264 _LT_EOF
16265
16266
16267 _lt_libdeps_save_CFLAGS=$CFLAGS
16268 case "$CC $CFLAGS " in #(
16269 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
16270 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
16271 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
16272 esac
16273
16274 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16275 (eval $ac_compile) 2>&5
16276 ac_status=$?
16277 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16278 test $ac_status = 0; }; then
16279 # Parse the compiler output and extract the necessary
16280 # objects, libraries and library flags.
16281
16282 # Sentinel used to keep track of whether or not we are before
16283 # the conftest object file.
16284 pre_test_object_deps_done=no
16285
16286 for p in `eval "$output_verbose_link_cmd"`; do
16287 case $prev$p in
16288
16289 -L* | -R* | -l*)
16290 # Some compilers place space between "-{L,R}" and the path.
16291 # Remove the space.
16292 if test x-L = "$p" ||
16293 test x-R = "$p"; then
16294 prev=$p
16295 continue
16296 fi
16297
16298 # Expand the sysroot to ease extracting the directories later.
16299 if test -z "$prev"; then
16300 case $p in
16301 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
16302 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
16303 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
16304 esac
16305 fi
16306 case $p in
16307 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
16308 esac
16309 if test no = "$pre_test_object_deps_done"; then
16310 case $prev in
16311 -L | -R)
16312 # Internal compiler library paths should come after those
16313 # provided the user. The postdeps already come after the
16314 # user supplied libs so there is no need to process them.
16315 if test -z "$compiler_lib_search_path_CXX"; then
16316 compiler_lib_search_path_CXX=$prev$p
16317 else
16318 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
16319 fi
16320 ;;
16321 # The "-l" case would never come before the object being
16322 # linked, so don't bother handling this case.
16323 esac
16324 else
16325 if test -z "$postdeps_CXX"; then
16326 postdeps_CXX=$prev$p
16327 else
16328 postdeps_CXX="${postdeps_CXX} $prev$p"
16329 fi
16330 fi
16331 prev=
16332 ;;
16333
16334 *.lto.$objext) ;; # Ignore GCC LTO objects
16335 *.$objext)
16336 # This assumes that the test object file only shows up
16337 # once in the compiler output.
16338 if test "$p" = "conftest.$objext"; then
16339 pre_test_object_deps_done=yes
16340 continue
16341 fi
16342
16343 if test no = "$pre_test_object_deps_done"; then
16344 if test -z "$predep_objects_CXX"; then
16345 predep_objects_CXX=$p
16346 else
16347 predep_objects_CXX="$predep_objects_CXX $p"
16348 fi
16349 else
16350 if test -z "$postdep_objects_CXX"; then
16351 postdep_objects_CXX=$p
16352 else
16353 postdep_objects_CXX="$postdep_objects_CXX $p"
16354 fi
16355 fi
16356 ;;
16357
16358 *) ;; # Ignore the rest.
16359
16360 esac
16361 done
16362
16363 # Clean up.
16364 rm -f a.out a.exe
16365 else
16366 echo "libtool.m4: error: problem compiling CXX test program"
16367 fi
16368
16369 $RM -f confest.$objext
16370 CFLAGS=$_lt_libdeps_save_CFLAGS
16371
16372 # PORTME: override above test on systems where it is broken
16373 case $host_os in
16374 interix[3-9]*)
16375 # Interix 3.5 installs completely hosed .la files for C++, so rather than
16376 # hack all around it, let's just trust "g++" to DTRT.
16377 predep_objects_CXX=
16378 postdep_objects_CXX=
16379 postdeps_CXX=
16380 ;;
16381 esac
16382
16383
16384 case " $postdeps_CXX " in
16385 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
16386 esac
16387 compiler_lib_search_dirs_CXX=
16388 if test -n "${compiler_lib_search_path_CXX}"; then
16389 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
16390 fi
16391
16392
16393
16394
16395
16396
16397
16398
16399
16400
16401
16402
16403
16404
16405
16406
16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
16417
16418
16419
16420
16421
16422 lt_prog_compiler_wl_CXX=
16423 lt_prog_compiler_pic_CXX=
16424 lt_prog_compiler_static_CXX=
16425
16426
16427 # C++ specific cases for pic, static, wl, etc.
16428 if test yes = "$GXX"; then
16429 lt_prog_compiler_wl_CXX='-Wl,'
16430 lt_prog_compiler_static_CXX='-static'
16431
16432 case $host_os in
16433 aix*)
16434 # All AIX code is PIC.
16435 if test ia64 = "$host_cpu"; then
16436 # AIX 5 now supports IA64 processor
16437 lt_prog_compiler_static_CXX='-Bstatic'
16438 fi
16439 lt_prog_compiler_pic_CXX='-fPIC'
16440 ;;
16441
16442 amigaos*)
16443 case $host_cpu in
16444 powerpc)
16445 # see comment about AmigaOS4 .so support
16446 lt_prog_compiler_pic_CXX='-fPIC'
16447 ;;
16448 m68k)
16449 # FIXME: we need at least 68020 code to build shared libraries, but
16450 # adding the '-m68020' flag to GCC prevents building anything better,
16451 # like '-m68040'.
16452 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
16453 ;;
16454 esac
16455 ;;
16456
16457 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
16458 # PIC is the default for these OSes.
16459 ;;
16460 mingw* | cygwin* | os2* | pw32* | cegcc*)
16461 # This hack is so that the source file can tell whether it is being
16462 # built for inclusion in a dll (and should export symbols for example).
16463 # Although the cygwin gcc ignores -fPIC, still need this for old-style
16464 # (--disable-auto-import) libraries
16465 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
16466 case $host_os in
16467 os2*)
16468 lt_prog_compiler_static_CXX='$wl-static'
16469 ;;
16470 esac
16471 ;;
16472 darwin* | rhapsody*)
16473 # PIC is the default on this platform
16474 # Common symbols not allowed in MH_DYLIB files
16475 lt_prog_compiler_pic_CXX='-fno-common'
16476 ;;
16477 *djgpp*)
16478 # DJGPP does not support shared libraries at all
16479 lt_prog_compiler_pic_CXX=
16480 ;;
16481 haiku*)
16482 # PIC is the default for Haiku.
16483 # The "-static" flag exists, but is broken.
16484 lt_prog_compiler_static_CXX=
16485 ;;
16486 interix[3-9]*)
16487 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
16488 # Instead, we relocate shared libraries at runtime.
16489 ;;
16490 sysv4*MP*)
16491 if test -d /usr/nec; then
16492 lt_prog_compiler_pic_CXX=-Kconform_pic
16493 fi
16494 ;;
16495 hpux*)
16496 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
16497 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
16498 # sets the default TLS model and affects inlining.
16499 case $host_cpu in
16500 hppa*64*)
16501 ;;
16502 *)
16503 lt_prog_compiler_pic_CXX='-fPIC'
16504 ;;
16505 esac
16506 ;;
16507 *qnx* | *nto*)
16508 # QNX uses GNU C++, but need to define -shared option too, otherwise
16509 # it will coredump.
16510 lt_prog_compiler_pic_CXX='-fPIC -shared'
16511 ;;
16512 *)
16513 lt_prog_compiler_pic_CXX='-fPIC'
16514 ;;
16515 esac
16516 else
16517 case $host_os in
16518 aix[4-9]*)
16519 # All AIX code is PIC.
16520 if test ia64 = "$host_cpu"; then
16521 # AIX 5 now supports IA64 processor
16522 lt_prog_compiler_static_CXX='-Bstatic'
16523 else
16524 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
16525 fi
16526 ;;
16527 chorus*)
16528 case $cc_basename in
16529 cxch68*)
16530 # Green Hills C++ Compiler
16531 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
16532 ;;
16533 esac
16534 ;;
16535 mingw* | cygwin* | os2* | pw32* | cegcc*)
16536 # This hack is so that the source file can tell whether it is being
16537 # built for inclusion in a dll (and should export symbols for example).
16538 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
16539 ;;
16540 dgux*)
16541 case $cc_basename in
16542 ec++*)
16543 lt_prog_compiler_pic_CXX='-KPIC'
16544 ;;
16545 ghcx*)
16546 # Green Hills C++ Compiler
16547 lt_prog_compiler_pic_CXX='-pic'
16548 ;;
16549 *)
16550 ;;
16551 esac
16552 ;;
16553 freebsd* | dragonfly* | midnightbsd*)
16554 # FreeBSD uses GNU C++
16555 ;;
16556 hpux9* | hpux10* | hpux11*)
16557 case $cc_basename in
16558 CC*)
16559 lt_prog_compiler_wl_CXX='-Wl,'
16560 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
16561 if test ia64 != "$host_cpu"; then
16562 lt_prog_compiler_pic_CXX='+Z'
16563 fi
16564 ;;
16565 aCC*)
16566 lt_prog_compiler_wl_CXX='-Wl,'
16567 lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
16568 case $host_cpu in
16569 hppa*64*|ia64*)
16570 # +Z the default
16571 ;;
16572 *)
16573 lt_prog_compiler_pic_CXX='+Z'
16574 ;;
16575 esac
16576 ;;
16577 *)
16578 ;;
16579 esac
16580 ;;
16581 interix*)
16582 # This is c89, which is MS Visual C++ (no shared libs)
16583 # Anyone wants to do a port?
16584 ;;
16585 irix5* | irix6* | nonstopux*)
16586 case $cc_basename in
16587 CC*)
16588 lt_prog_compiler_wl_CXX='-Wl,'
16589 lt_prog_compiler_static_CXX='-non_shared'
16590 # CC pic flag -KPIC is the default.
16591 ;;
16592 *)
16593 ;;
16594 esac
16595 ;;
16596 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
16597 case $cc_basename in
16598 KCC*)
16599 # KAI C++ Compiler
16600 lt_prog_compiler_wl_CXX='--backend -Wl,'
16601 lt_prog_compiler_pic_CXX='-fPIC'
16602 ;;
16603 ecpc* )
16604 # old Intel C++ for x86_64, which still supported -KPIC.
16605 lt_prog_compiler_wl_CXX='-Wl,'
16606 lt_prog_compiler_pic_CXX='-KPIC'
16607 lt_prog_compiler_static_CXX='-static'
16608 ;;
16609 icpc* )
16610 # Intel C++, used to be incompatible with GCC.
16611 # ICC 10 doesn't accept -KPIC any more.
16612 lt_prog_compiler_wl_CXX='-Wl,'
16613 lt_prog_compiler_pic_CXX='-fPIC'
16614 lt_prog_compiler_static_CXX='-static'
16615 ;;
16616 pgCC* | pgcpp*)
16617 # Portland Group C++ compiler
16618 lt_prog_compiler_wl_CXX='-Wl,'
16619 lt_prog_compiler_pic_CXX='-fpic'
16620 lt_prog_compiler_static_CXX='-Bstatic'
16621 ;;
16622 cxx*)
16623 # Compaq C++
16624 # Make sure the PIC flag is empty. It appears that all Alpha
16625 # Linux and Compaq Tru64 Unix objects are PIC.
16626 lt_prog_compiler_pic_CXX=
16627 lt_prog_compiler_static_CXX='-non_shared'
16628 ;;
16629 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
16630 # IBM XL 8.0, 9.0 on PPC and BlueGene
16631 lt_prog_compiler_wl_CXX='-Wl,'
16632 lt_prog_compiler_pic_CXX='-qpic'
16633 lt_prog_compiler_static_CXX='-qstaticlink'
16634 ;;
16635 *)
16636 case `$CC -V 2>&1 | $SED 5q` in
16637 *Sun\ C*)
16638 # Sun C++ 5.9
16639 lt_prog_compiler_pic_CXX='-KPIC'
16640 lt_prog_compiler_static_CXX='-Bstatic'
16641 lt_prog_compiler_wl_CXX='-Qoption ld '
16642 ;;
16643 esac
16644 ;;
16645 esac
16646 ;;
16647 lynxos*)
16648 ;;
16649 m88k*)
16650 ;;
16651 mvs*)
16652 case $cc_basename in
16653 cxx*)
16654 lt_prog_compiler_pic_CXX='-W c,exportall'
16655 ;;
16656 *)
16657 ;;
16658 esac
16659 ;;
16660 netbsd* | netbsdelf*-gnu)
16661 ;;
16662 *qnx* | *nto*)
16663 # QNX uses GNU C++, but need to define -shared option too, otherwise
16664 # it will coredump.
16665 lt_prog_compiler_pic_CXX='-fPIC -shared'
16666 ;;
16667 osf3* | osf4* | osf5*)
16668 case $cc_basename in
16669 KCC*)
16670 lt_prog_compiler_wl_CXX='--backend -Wl,'
16671 ;;
16672 RCC*)
16673 # Rational C++ 2.4.1
16674 lt_prog_compiler_pic_CXX='-pic'
16675 ;;
16676 cxx*)
16677 # Digital/Compaq C++
16678 lt_prog_compiler_wl_CXX='-Wl,'
16679 # Make sure the PIC flag is empty. It appears that all Alpha
16680 # Linux and Compaq Tru64 Unix objects are PIC.
16681 lt_prog_compiler_pic_CXX=
16682 lt_prog_compiler_static_CXX='-non_shared'
16683 ;;
16684 *)
16685 ;;
16686 esac
16687 ;;
16688 psos*)
16689 ;;
16690 solaris*)
16691 case $cc_basename in
16692 CC* | sunCC*)
16693 # Sun C++ 4.2, 5.x and Centerline C++
16694 lt_prog_compiler_pic_CXX='-KPIC'
16695 lt_prog_compiler_static_CXX='-Bstatic'
16696 lt_prog_compiler_wl_CXX='-Qoption ld '
16697 ;;
16698 gcx*)
16699 # Green Hills C++ Compiler
16700 lt_prog_compiler_pic_CXX='-PIC'
16701 ;;
16702 *)
16703 ;;
16704 esac
16705 ;;
16706 sunos4*)
16707 case $cc_basename in
16708 CC*)
16709 # Sun C++ 4.x
16710 lt_prog_compiler_pic_CXX='-pic'
16711 lt_prog_compiler_static_CXX='-Bstatic'
16712 ;;
16713 lcc*)
16714 # Lucid
16715 lt_prog_compiler_pic_CXX='-pic'
16716 ;;
16717 *)
16718 ;;
16719 esac
16720 ;;
16721 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
16722 case $cc_basename in
16723 CC*)
16724 lt_prog_compiler_wl_CXX='-Wl,'
16725 lt_prog_compiler_pic_CXX='-KPIC'
16726 lt_prog_compiler_static_CXX='-Bstatic'
16727 ;;
16728 esac
16729 ;;
16730 tandem*)
16731 case $cc_basename in
16732 NCC*)
16733 # NonStop-UX NCC 3.20
16734 lt_prog_compiler_pic_CXX='-KPIC'
16735 ;;
16736 *)
16737 ;;
16738 esac
16739 ;;
16740 vxworks*)
16741 ;;
16742 *)
16743 lt_prog_compiler_can_build_shared_CXX=no
16744 ;;
16745 esac
16746 fi
16747
16748 case $host_os in
16749 # For platforms that do not support PIC, -DPIC is meaningless:
16750 *djgpp*)
16751 lt_prog_compiler_pic_CXX=
16752 ;;
16753 *)
16754 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
16755 ;;
16756 esac
16757
16758 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
16759 printf %s "checking for $compiler option to produce PIC... " >&6; }
16760 if test ${lt_cv_prog_compiler_pic_CXX+y}
16761 then :
16762 printf %s "(cached) " >&6
16763 else $as_nop
16764 lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
16765 fi
16766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
16767 printf "%s\n" "$lt_cv_prog_compiler_pic_CXX" >&6; }
16768 lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
16769
16770 #
16771 # Check to make sure the PIC flag actually works.
16772 #
16773 if test -n "$lt_prog_compiler_pic_CXX"; then
16774 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
16775 printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
16776 if test ${lt_cv_prog_compiler_pic_works_CXX+y}
16777 then :
16778 printf %s "(cached) " >&6
16779 else $as_nop
16780 lt_cv_prog_compiler_pic_works_CXX=no
16781 ac_outfile=conftest.$ac_objext
16782 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16783 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" ## exclude from sc_useless_quotes_in_assignment
16784 # Insert the option either (1) after the last *FLAGS variable, or
16785 # (2) before a word containing "conftest.", or (3) at the end.
16786 # Note that $ac_compile itself does not contain backslashes and begins
16787 # with a dollar sign (not a hyphen), so the echo should work correctly.
16788 # The option is referenced via a variable to avoid confusing sed.
16789 lt_compile=`echo "$ac_compile" | $SED \
16790 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16791 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16792 -e 's:$: $lt_compiler_flag:'`
16793 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16794 (eval "$lt_compile" 2>conftest.err)
16795 ac_status=$?
16796 cat conftest.err >&5
16797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798 if (exit $ac_status) && test -s "$ac_outfile"; then
16799 # The compiler can only warn and ignore the option if not recognized
16800 # So say no if there are warnings other than the usual output.
16801 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
16802 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16803 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16804 lt_cv_prog_compiler_pic_works_CXX=yes
16805 fi
16806 fi
16807 $RM conftest*
16808
16809 fi
16810 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
16811 printf "%s\n" "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
16812
16813 if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
16814 case $lt_prog_compiler_pic_CXX in
16815 "" | " "*) ;;
16816 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
16817 esac
16818 else
16819 lt_prog_compiler_pic_CXX=
16820 lt_prog_compiler_can_build_shared_CXX=no
16821 fi
16822
16823 fi
16824
16825
16826
16827
16828
16829 #
16830 # Check to make sure the static flag actually works.
16831 #
16832 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
16833 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16834 printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
16835 if test ${lt_cv_prog_compiler_static_works_CXX+y}
16836 then :
16837 printf %s "(cached) " >&6
16838 else $as_nop
16839 lt_cv_prog_compiler_static_works_CXX=no
16840 save_LDFLAGS=$LDFLAGS
16841 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
16842 echo "$lt_simple_link_test_code" > conftest.$ac_ext
16843 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
16844 # The linker can only warn and ignore the option if not recognized
16845 # So say no if there are warnings
16846 if test -s conftest.err; then
16847 # Append any errors to the config.log.
16848 cat conftest.err 1>&5
16849 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
16850 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16851 if diff conftest.exp conftest.er2 >/dev/null; then
16852 lt_cv_prog_compiler_static_works_CXX=yes
16853 fi
16854 else
16855 lt_cv_prog_compiler_static_works_CXX=yes
16856 fi
16857 fi
16858 $RM -r conftest*
16859 LDFLAGS=$save_LDFLAGS
16860
16861 fi
16862 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
16863 printf "%s\n" "$lt_cv_prog_compiler_static_works_CXX" >&6; }
16864
16865 if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
16866 :
16867 else
16868 lt_prog_compiler_static_CXX=
16869 fi
16870
16871
16872
16873
16874 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16875 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16876 if test ${lt_cv_prog_compiler_c_o_CXX+y}
16877 then :
16878 printf %s "(cached) " >&6
16879 else $as_nop
16880 lt_cv_prog_compiler_c_o_CXX=no
16881 $RM -r conftest 2>/dev/null
16882 mkdir conftest
16883 cd conftest
16884 mkdir out
16885 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16886
16887 lt_compiler_flag="-o out/conftest2.$ac_objext"
16888 # Insert the option either (1) after the last *FLAGS variable, or
16889 # (2) before a word containing "conftest.", or (3) at the end.
16890 # Note that $ac_compile itself does not contain backslashes and begins
16891 # with a dollar sign (not a hyphen), so the echo should work correctly.
16892 lt_compile=`echo "$ac_compile" | $SED \
16893 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16894 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16895 -e 's:$: $lt_compiler_flag:'`
16896 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16897 (eval "$lt_compile" 2>out/conftest.err)
16898 ac_status=$?
16899 cat out/conftest.err >&5
16900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16902 then
16903 # The compiler can only warn and ignore the option if not recognized
16904 # So say no if there are warnings
16905 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16906 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16907 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16908 lt_cv_prog_compiler_c_o_CXX=yes
16909 fi
16910 fi
16911 chmod u+w . 2>&5
16912 $RM conftest*
16913 # SGI C++ compiler will create directory out/ii_files/ for
16914 # template instantiation
16915 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16916 $RM out/* && rmdir out
16917 cd ..
16918 $RM -r conftest
16919 $RM conftest*
16920
16921 fi
16922 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16923 printf "%s\n" "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16924
16925
16926
16927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16928 printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16929 if test ${lt_cv_prog_compiler_c_o_CXX+y}
16930 then :
16931 printf %s "(cached) " >&6
16932 else $as_nop
16933 lt_cv_prog_compiler_c_o_CXX=no
16934 $RM -r conftest 2>/dev/null
16935 mkdir conftest
16936 cd conftest
16937 mkdir out
16938 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16939
16940 lt_compiler_flag="-o out/conftest2.$ac_objext"
16941 # Insert the option either (1) after the last *FLAGS variable, or
16942 # (2) before a word containing "conftest.", or (3) at the end.
16943 # Note that $ac_compile itself does not contain backslashes and begins
16944 # with a dollar sign (not a hyphen), so the echo should work correctly.
16945 lt_compile=`echo "$ac_compile" | $SED \
16946 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16947 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16948 -e 's:$: $lt_compiler_flag:'`
16949 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16950 (eval "$lt_compile" 2>out/conftest.err)
16951 ac_status=$?
16952 cat out/conftest.err >&5
16953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16954 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16955 then
16956 # The compiler can only warn and ignore the option if not recognized
16957 # So say no if there are warnings
16958 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16959 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16960 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16961 lt_cv_prog_compiler_c_o_CXX=yes
16962 fi
16963 fi
16964 chmod u+w . 2>&5
16965 $RM conftest*
16966 # SGI C++ compiler will create directory out/ii_files/ for
16967 # template instantiation
16968 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16969 $RM out/* && rmdir out
16970 cd ..
16971 $RM -r conftest
16972 $RM conftest*
16973
16974 fi
16975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
16976 printf "%s\n" "$lt_cv_prog_compiler_c_o_CXX" >&6; }
16977
16978
16979
16980
16981 hard_links=nottested
16982 if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
16983 # do not overwrite the value of need_locks provided by the user
16984 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
16985 printf %s "checking if we can lock with hard links... " >&6; }
16986 hard_links=yes
16987 $RM conftest*
16988 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16989 touch conftest.a
16990 ln conftest.a conftest.b 2>&5 || hard_links=no
16991 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16992 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
16993 printf "%s\n" "$hard_links" >&6; }
16994 if test no = "$hard_links"; then
16995 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
16996 printf "%s\n" "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
16997 need_locks=warn
16998 fi
16999 else
17000 need_locks=no
17001 fi
17002
17003
17004
17005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17006 printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
17007
17008 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17009 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
17010 case $host_os in
17011 aix[4-9]*)
17012 # If we're using GNU nm, then we don't want the "-C" option.
17013 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
17014 # Without the "-l" option, or with the "-B" option, AIX nm treats
17015 # weak defined symbols like other global defined symbols, whereas
17016 # GNU nm marks them as "W".
17017 # While the 'weak' keyword is ignored in the Export File, we need
17018 # it in the Import File for the 'aix-soname' feature, so we have
17019 # to replace the "-B" option with "-P" for AIX nm.
17020 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
17021 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'
17022 else
17023 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 == "L") || (\$ 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'
17024 fi
17025 ;;
17026 pw32*)
17027 export_symbols_cmds_CXX=$ltdll_cmds
17028 ;;
17029 cygwin* | mingw* | cegcc*)
17030 case $cc_basename in
17031 cl* | icl*)
17032 exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
17033 ;;
17034 *)
17035 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
17036 exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
17037 ;;
17038 esac
17039 ;;
17040 linux* | k*bsd*-gnu | gnu*)
17041 link_all_deplibs_CXX=no
17042 ;;
17043 *)
17044 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17045 ;;
17046 esac
17047
17048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
17049 printf "%s\n" "$ld_shlibs_CXX" >&6; }
17050 test no = "$ld_shlibs_CXX" && can_build_shared=no
17051
17052 with_gnu_ld_CXX=$with_gnu_ld
17053
17054
17055
17056
17057
17058
17059 #
17060 # Do we need to explicitly link libc?
17061 #
17062 case "x$archive_cmds_need_lc_CXX" in
17063 x|xyes)
17064 # Assume -lc should be added
17065 archive_cmds_need_lc_CXX=yes
17066
17067 if test yes,yes = "$GCC,$enable_shared"; then
17068 case $archive_cmds_CXX in
17069 *'~'*)
17070 # FIXME: we may have to deal with multi-command sequences.
17071 ;;
17072 '$CC '*)
17073 # Test whether the compiler implicitly links with -lc since on some
17074 # systems, -lgcc has to come before -lc. If gcc already passes -lc
17075 # to ld, don't add -lc before -lgcc.
17076 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
17077 printf %s "checking whether -lc should be explicitly linked in... " >&6; }
17078 if test ${lt_cv_archive_cmds_need_lc_CXX+y}
17079 then :
17080 printf %s "(cached) " >&6
17081 else $as_nop
17082 $RM conftest*
17083 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17084
17085 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17086 (eval $ac_compile) 2>&5
17087 ac_status=$?
17088 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17089 test $ac_status = 0; } 2>conftest.err; then
17090 soname=conftest
17091 lib=conftest
17092 libobjs=conftest.$ac_objext
17093 deplibs=
17094 wl=$lt_prog_compiler_wl_CXX
17095 pic_flag=$lt_prog_compiler_pic_CXX
17096 compiler_flags=-v
17097 linker_flags=-v
17098 verstring=
17099 output_objdir=.
17100 libname=conftest
17101 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
17102 allow_undefined_flag_CXX=
17103 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
17104 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
17105 ac_status=$?
17106 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17107 test $ac_status = 0; }
17108 then
17109 lt_cv_archive_cmds_need_lc_CXX=no
17110 else
17111 lt_cv_archive_cmds_need_lc_CXX=yes
17112 fi
17113 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
17114 else
17115 cat conftest.err 1>&5
17116 fi
17117 $RM conftest*
17118
17119 fi
17120 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
17121 printf "%s\n" "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
17122 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
17123 ;;
17124 esac
17125 fi
17126 ;;
17127 esac
17128
17129
17130
17131
17132
17133
17134
17135
17136
17137
17138
17139
17140
17141
17142
17143
17144
17145
17146
17147
17148
17149
17150
17151
17152
17153
17154
17155
17156
17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
17170
17171
17172
17173
17174
17175
17176
17177
17178
17179
17180
17181
17182
17183
17184
17185
17186
17187
17188
17189
17190 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
17191 printf %s "checking dynamic linker characteristics... " >&6; }
17192
17193 library_names_spec=
17194 libname_spec='lib$name'
17195 soname_spec=
17196 shrext_cmds=.so
17197 postinstall_cmds=
17198 postuninstall_cmds=
17199 finish_cmds=
17200 finish_eval=
17201 shlibpath_var=
17202 shlibpath_overrides_runpath=unknown
17203 version_type=none
17204 dynamic_linker="$host_os ld.so"
17205 sys_lib_dlsearch_path_spec="/lib /usr/lib"
17206 need_lib_prefix=unknown
17207 hardcode_into_libs=no
17208
17209 # when you set need_version to no, make sure it does not cause -set_version
17210 # flags to be left without arguments
17211 need_version=unknown
17212
17213
17214
17215 case $host_os in
17216 aix3*)
17217 version_type=linux # correct to gnu/linux during the next big refactor
17218 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
17219 shlibpath_var=LIBPATH
17220
17221 # AIX 3 has no versioning support, so we append a major version to the name.
17222 soname_spec='$libname$release$shared_ext$major'
17223 ;;
17224
17225 aix[4-9]*)
17226 version_type=linux # correct to gnu/linux during the next big refactor
17227 need_lib_prefix=no
17228 need_version=no
17229 hardcode_into_libs=yes
17230 if test ia64 = "$host_cpu"; then
17231 # AIX 5 supports IA64
17232 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
17233 shlibpath_var=LD_LIBRARY_PATH
17234 else
17235 # With GCC up to 2.95.x, collect2 would create an import file
17236 # for dependence libraries. The import file would start with
17237 # the line '#! .'. This would cause the generated library to
17238 # depend on '.', always an invalid library. This was fixed in
17239 # development snapshots of GCC prior to 3.0.
17240 case $host_os in
17241 aix4 | aix4.[01] | aix4.[01].*)
17242 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
17243 echo ' yes '
17244 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
17245 :
17246 else
17247 can_build_shared=no
17248 fi
17249 ;;
17250 esac
17251 # Using Import Files as archive members, it is possible to support
17252 # filename-based versioning of shared library archives on AIX. While
17253 # this would work for both with and without runtime linking, it will
17254 # prevent static linking of such archives. So we do filename-based
17255 # shared library versioning with .so extension only, which is used
17256 # when both runtime linking and shared linking is enabled.
17257 # Unfortunately, runtime linking may impact performance, so we do
17258 # not want this to be the default eventually. Also, we use the
17259 # versioned .so libs for executables only if there is the -brtl
17260 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
17261 # To allow for filename-based versioning support, we need to create
17262 # libNAME.so.V as an archive file, containing:
17263 # *) an Import File, referring to the versioned filename of the
17264 # archive as well as the shared archive member, telling the
17265 # bitwidth (32 or 64) of that shared object, and providing the
17266 # list of exported symbols of that shared object, eventually
17267 # decorated with the 'weak' keyword
17268 # *) the shared object with the F_LOADONLY flag set, to really avoid
17269 # it being seen by the linker.
17270 # At run time we better use the real file rather than another symlink,
17271 # but for link time we create the symlink libNAME.so -> libNAME.so.V
17272
17273 case $with_aix_soname,$aix_use_runtimelinking in
17274 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
17275 # soname into executable. Probably we can add versioning support to
17276 # collect2, so additional links can be useful in future.
17277 aix,yes) # traditional libtool
17278 dynamic_linker='AIX unversionable lib.so'
17279 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
17280 # instead of lib<name>.a to let people know that these are not
17281 # typical AIX shared libraries.
17282 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17283 ;;
17284 aix,no) # traditional AIX only
17285 dynamic_linker='AIX lib.a(lib.so.V)'
17286 # We preserve .a as extension for shared libraries through AIX4.2
17287 # and later when we are not doing run time linking.
17288 library_names_spec='$libname$release.a $libname.a'
17289 soname_spec='$libname$release$shared_ext$major'
17290 ;;
17291 svr4,*) # full svr4 only
17292 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
17293 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
17294 # We do not specify a path in Import Files, so LIBPATH fires.
17295 shlibpath_overrides_runpath=yes
17296 ;;
17297 *,yes) # both, prefer svr4
17298 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
17299 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
17300 # unpreferred sharedlib libNAME.a needs extra handling
17301 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"'
17302 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"'
17303 # We do not specify a path in Import Files, so LIBPATH fires.
17304 shlibpath_overrides_runpath=yes
17305 ;;
17306 *,no) # both, prefer aix
17307 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
17308 library_names_spec='$libname$release.a $libname.a'
17309 soname_spec='$libname$release$shared_ext$major'
17310 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
17311 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)'
17312 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"'
17313 ;;
17314 esac
17315 shlibpath_var=LIBPATH
17316 fi
17317 ;;
17318
17319 amigaos*)
17320 case $host_cpu in
17321 powerpc)
17322 # Since July 2007 AmigaOS4 officially supports .so libraries.
17323 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
17324 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17325 ;;
17326 m68k)
17327 library_names_spec='$libname.ixlibrary $libname.a'
17328 # Create ${libname}_ixlibrary.a entries in /sys/libs.
17329 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'
17330 ;;
17331 esac
17332 ;;
17333
17334 beos*)
17335 library_names_spec='$libname$shared_ext'
17336 dynamic_linker="$host_os ld.so"
17337 shlibpath_var=LIBRARY_PATH
17338 ;;
17339
17340 bsdi[45]*)
17341 version_type=linux # correct to gnu/linux during the next big refactor
17342 need_version=no
17343 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17344 soname_spec='$libname$release$shared_ext$major'
17345 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
17346 shlibpath_var=LD_LIBRARY_PATH
17347 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
17348 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
17349 # the default ld.so.conf also contains /usr/contrib/lib and
17350 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
17351 # libtool to hard-code these into programs
17352 ;;
17353
17354 cygwin* | mingw* | pw32* | cegcc*)
17355 version_type=windows
17356 shrext_cmds=.dll
17357 need_version=no
17358 need_lib_prefix=no
17359
17360 case $GCC,$cc_basename in
17361 yes,*)
17362 # gcc
17363 library_names_spec='$libname.dll.a'
17364 # DLL is installed to $(libdir)/../bin by postinstall_cmds
17365 postinstall_cmds='base_file=`basename \$file`~
17366 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
17367 dldir=$destdir/`dirname \$dlpath`~
17368 test -d \$dldir || mkdir -p \$dldir~
17369 $install_prog $dir/$dlname \$dldir/$dlname~
17370 chmod a+x \$dldir/$dlname~
17371 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
17372 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
17373 fi'
17374 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
17375 dlpath=$dir/\$dldll~
17376 $RM \$dlpath'
17377 shlibpath_overrides_runpath=yes
17378
17379 case $host_os in
17380 cygwin*)
17381 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
17382 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
17383
17384 ;;
17385 mingw* | cegcc*)
17386 # MinGW DLLs use traditional 'lib' prefix
17387 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
17388 ;;
17389 pw32*)
17390 # pw32 DLLs use 'pw' prefix rather than 'lib'
17391 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
17392 ;;
17393 esac
17394 dynamic_linker='Win32 ld.exe'
17395 ;;
17396
17397 *,cl* | *,icl*)
17398 # Native MSVC or ICC
17399 libname_spec='$name'
17400 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
17401 library_names_spec='$libname.dll.lib'
17402
17403 case $build_os in
17404 mingw*)
17405 sys_lib_search_path_spec=
17406 lt_save_ifs=$IFS
17407 IFS=';'
17408 for lt_path in $LIB
17409 do
17410 IFS=$lt_save_ifs
17411 # Let DOS variable expansion print the short 8.3 style file name.
17412 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
17413 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
17414 done
17415 IFS=$lt_save_ifs
17416 # Convert to MSYS style.
17417 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
17418 ;;
17419 cygwin*)
17420 # Convert to unix form, then to dos form, then back to unix form
17421 # but this time dos style (no spaces!) so that the unix form looks
17422 # like /cygdrive/c/PROGRA~1:/cygdr...
17423 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
17424 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
17425 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
17426 ;;
17427 *)
17428 sys_lib_search_path_spec=$LIB
17429 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
17430 # It is most probably a Windows format PATH.
17431 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
17432 else
17433 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
17434 fi
17435 # FIXME: find the short name or the path components, as spaces are
17436 # common. (e.g. "Program Files" -> "PROGRA~1")
17437 ;;
17438 esac
17439
17440 # DLL is installed to $(libdir)/../bin by postinstall_cmds
17441 postinstall_cmds='base_file=`basename \$file`~
17442 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
17443 dldir=$destdir/`dirname \$dlpath`~
17444 test -d \$dldir || mkdir -p \$dldir~
17445 $install_prog $dir/$dlname \$dldir/$dlname'
17446 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
17447 dlpath=$dir/\$dldll~
17448 $RM \$dlpath'
17449 shlibpath_overrides_runpath=yes
17450 dynamic_linker='Win32 link.exe'
17451 ;;
17452
17453 *)
17454 # Assume MSVC and ICC wrapper
17455 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
17456 dynamic_linker='Win32 ld.exe'
17457 ;;
17458 esac
17459 # FIXME: first we should search . and the directory the executable is in
17460 shlibpath_var=PATH
17461 ;;
17462
17463 darwin* | rhapsody*)
17464 dynamic_linker="$host_os dyld"
17465 version_type=darwin
17466 need_lib_prefix=no
17467 need_version=no
17468 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
17469 soname_spec='$libname$release$major$shared_ext'
17470 shlibpath_overrides_runpath=yes
17471 shlibpath_var=DYLD_LIBRARY_PATH
17472 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
17473
17474 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
17475 ;;
17476
17477 dgux*)
17478 version_type=linux # correct to gnu/linux during the next big refactor
17479 need_lib_prefix=no
17480 need_version=no
17481 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17482 soname_spec='$libname$release$shared_ext$major'
17483 shlibpath_var=LD_LIBRARY_PATH
17484 ;;
17485
17486 freebsd* | dragonfly* | midnightbsd*)
17487 # DragonFly does not have aout. When/if they implement a new
17488 # versioning mechanism, adjust this.
17489 if test -x /usr/bin/objformat; then
17490 objformat=`/usr/bin/objformat`
17491 else
17492 case $host_os in
17493 freebsd[23].*) objformat=aout ;;
17494 *) objformat=elf ;;
17495 esac
17496 fi
17497 version_type=freebsd-$objformat
17498 case $version_type in
17499 freebsd-elf*)
17500 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17501 soname_spec='$libname$release$shared_ext$major'
17502 need_version=no
17503 need_lib_prefix=no
17504 ;;
17505 freebsd-*)
17506 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
17507 need_version=yes
17508 ;;
17509 esac
17510 shlibpath_var=LD_LIBRARY_PATH
17511 case $host_os in
17512 freebsd2.*)
17513 shlibpath_overrides_runpath=yes
17514 ;;
17515 freebsd3.[01]* | freebsdelf3.[01]*)
17516 shlibpath_overrides_runpath=yes
17517 hardcode_into_libs=yes
17518 ;;
17519 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
17520 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
17521 shlibpath_overrides_runpath=no
17522 hardcode_into_libs=yes
17523 ;;
17524 *) # from 4.6 on, and DragonFly
17525 shlibpath_overrides_runpath=yes
17526 hardcode_into_libs=yes
17527 ;;
17528 esac
17529 ;;
17530
17531 haiku*)
17532 version_type=linux # correct to gnu/linux during the next big refactor
17533 need_lib_prefix=no
17534 need_version=no
17535 dynamic_linker="$host_os runtime_loader"
17536 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17537 soname_spec='$libname$release$shared_ext$major'
17538 shlibpath_var=LIBRARY_PATH
17539 shlibpath_overrides_runpath=no
17540 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
17541 hardcode_into_libs=yes
17542 ;;
17543
17544 hpux9* | hpux10* | hpux11*)
17545 # Give a soname corresponding to the major version so that dld.sl refuses to
17546 # link against other versions.
17547 version_type=sunos
17548 need_lib_prefix=no
17549 need_version=no
17550 case $host_cpu in
17551 ia64*)
17552 shrext_cmds='.so'
17553 hardcode_into_libs=yes
17554 dynamic_linker="$host_os dld.so"
17555 shlibpath_var=LD_LIBRARY_PATH
17556 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
17557 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17558 soname_spec='$libname$release$shared_ext$major'
17559 if test 32 = "$HPUX_IA64_MODE"; then
17560 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
17561 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
17562 else
17563 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
17564 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
17565 fi
17566 ;;
17567 hppa*64*)
17568 shrext_cmds='.sl'
17569 hardcode_into_libs=yes
17570 dynamic_linker="$host_os dld.sl"
17571 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
17572 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
17573 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17574 soname_spec='$libname$release$shared_ext$major'
17575 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
17576 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
17577 ;;
17578 *)
17579 shrext_cmds='.sl'
17580 dynamic_linker="$host_os dld.sl"
17581 shlibpath_var=SHLIB_PATH
17582 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
17583 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17584 soname_spec='$libname$release$shared_ext$major'
17585 ;;
17586 esac
17587 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
17588 postinstall_cmds='chmod 555 $lib'
17589 # or fails outright, so override atomically:
17590 install_override_mode=555
17591 ;;
17592
17593 interix[3-9]*)
17594 version_type=linux # correct to gnu/linux during the next big refactor
17595 need_lib_prefix=no
17596 need_version=no
17597 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17598 soname_spec='$libname$release$shared_ext$major'
17599 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
17600 shlibpath_var=LD_LIBRARY_PATH
17601 shlibpath_overrides_runpath=no
17602 hardcode_into_libs=yes
17603 ;;
17604
17605 irix5* | irix6* | nonstopux*)
17606 case $host_os in
17607 nonstopux*) version_type=nonstopux ;;
17608 *)
17609 if test yes = "$lt_cv_prog_gnu_ld"; then
17610 version_type=linux # correct to gnu/linux during the next big refactor
17611 else
17612 version_type=irix
17613 fi ;;
17614 esac
17615 need_lib_prefix=no
17616 need_version=no
17617 soname_spec='$libname$release$shared_ext$major'
17618 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
17619 case $host_os in
17620 irix5* | nonstopux*)
17621 libsuff= shlibsuff=
17622 ;;
17623 *)
17624 case $LD in # libtool.m4 will add one of these switches to LD
17625 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
17626 libsuff= shlibsuff= libmagic=32-bit;;
17627 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
17628 libsuff=32 shlibsuff=N32 libmagic=N32;;
17629 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
17630 libsuff=64 shlibsuff=64 libmagic=64-bit;;
17631 *) libsuff= shlibsuff= libmagic=never-match;;
17632 esac
17633 ;;
17634 esac
17635 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
17636 shlibpath_overrides_runpath=no
17637 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
17638 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
17639 hardcode_into_libs=yes
17640 ;;
17641
17642 # No shared lib support for Linux oldld, aout, or coff.
17643 linux*oldld* | linux*aout* | linux*coff*)
17644 dynamic_linker=no
17645 ;;
17646
17647 linux*android*)
17648 version_type=none # Android doesn't support versioned libraries.
17649 need_lib_prefix=no
17650 need_version=no
17651 library_names_spec='$libname$release$shared_ext'
17652 soname_spec='$libname$release$shared_ext'
17653 finish_cmds=
17654 shlibpath_var=LD_LIBRARY_PATH
17655 shlibpath_overrides_runpath=yes
17656
17657 # This implies no fast_install, which is unacceptable.
17658 # Some rework will be needed to allow for fast_install
17659 # before this can be enabled.
17660 hardcode_into_libs=yes
17661
17662 dynamic_linker='Android linker'
17663 # Don't embed -rpath directories since the linker doesn't support them.
17664 hardcode_libdir_flag_spec_CXX='-L$libdir'
17665 ;;
17666
17667 # This must be glibc/ELF.
17668 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
17669 version_type=linux # correct to gnu/linux during the next big refactor
17670 need_lib_prefix=no
17671 need_version=no
17672 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17673 soname_spec='$libname$release$shared_ext$major'
17674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17675 shlibpath_var=LD_LIBRARY_PATH
17676 shlibpath_overrides_runpath=no
17677
17678 # Some binutils ld are patched to set DT_RUNPATH
17679 if test ${lt_cv_shlibpath_overrides_runpath+y}
17680 then :
17681 printf %s "(cached) " >&6
17682 else $as_nop
17683 lt_cv_shlibpath_overrides_runpath=no
17684 save_LDFLAGS=$LDFLAGS
17685 save_libdir=$libdir
17686 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
17687 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
17688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17689 /* end confdefs.h. */
17690
17691 int
17692 main (void)
17693 {
17694
17695 ;
17696 return 0;
17697 }
17698 _ACEOF
17699 if ac_fn_cxx_try_link "$LINENO"
17700 then :
17701 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
17702 then :
17703 lt_cv_shlibpath_overrides_runpath=yes
17704 fi
17705 fi
17706 rm -f core conftest.err conftest.$ac_objext conftest.beam \
17707 conftest$ac_exeext conftest.$ac_ext
17708 LDFLAGS=$save_LDFLAGS
17709 libdir=$save_libdir
17710
17711 fi
17712
17713 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
17714
17715 # This implies no fast_install, which is unacceptable.
17716 # Some rework will be needed to allow for fast_install
17717 # before this can be enabled.
17718 hardcode_into_libs=yes
17719
17720 # Ideally, we could use ldconfig to report *all* directores which are
17721 # searched for libraries, however this is still not possible. Aside from not
17722 # being certain /sbin/ldconfig is available, command
17723 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
17724 # even though it is searched at run-time. Try to do the best guess by
17725 # appending ld.so.conf contents (and includes) to the search path.
17726 if test -f /etc/ld.so.conf; then
17727 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' ' '`
17728 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
17729 fi
17730
17731 # We used to test for /lib/ld.so.1 and disable shared libraries on
17732 # powerpc, because MkLinux only supported shared libraries with the
17733 # GNU dynamic linker. Since this was broken with cross compilers,
17734 # most powerpc-linux boxes support dynamic linking these days and
17735 # people can always --disable-shared, the test was removed, and we
17736 # assume the GNU/Linux dynamic linker is in use.
17737 dynamic_linker='GNU/Linux ld.so'
17738 ;;
17739
17740 netbsdelf*-gnu)
17741 version_type=linux
17742 need_lib_prefix=no
17743 need_version=no
17744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17745 soname_spec='${libname}${release}${shared_ext}$major'
17746 shlibpath_var=LD_LIBRARY_PATH
17747 shlibpath_overrides_runpath=no
17748 hardcode_into_libs=yes
17749 dynamic_linker='NetBSD ld.elf_so'
17750 ;;
17751
17752 netbsd*)
17753 version_type=sunos
17754 need_lib_prefix=no
17755 need_version=no
17756 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
17757 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
17758 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17759 dynamic_linker='NetBSD (a.out) ld.so'
17760 else
17761 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17762 soname_spec='$libname$release$shared_ext$major'
17763 dynamic_linker='NetBSD ld.elf_so'
17764 fi
17765 shlibpath_var=LD_LIBRARY_PATH
17766 shlibpath_overrides_runpath=yes
17767 hardcode_into_libs=yes
17768 ;;
17769
17770 newsos6)
17771 version_type=linux # correct to gnu/linux during the next big refactor
17772 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17773 shlibpath_var=LD_LIBRARY_PATH
17774 shlibpath_overrides_runpath=yes
17775 ;;
17776
17777 *nto* | *qnx*)
17778 version_type=qnx
17779 need_lib_prefix=no
17780 need_version=no
17781 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17782 soname_spec='$libname$release$shared_ext$major'
17783 shlibpath_var=LD_LIBRARY_PATH
17784 shlibpath_overrides_runpath=no
17785 hardcode_into_libs=yes
17786 dynamic_linker='ldqnx.so'
17787 ;;
17788
17789 openbsd* | bitrig*)
17790 version_type=sunos
17791 sys_lib_dlsearch_path_spec=/usr/lib
17792 need_lib_prefix=no
17793 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
17794 need_version=no
17795 else
17796 need_version=yes
17797 fi
17798 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
17799 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17800 shlibpath_var=LD_LIBRARY_PATH
17801 shlibpath_overrides_runpath=yes
17802 ;;
17803
17804 os2*)
17805 libname_spec='$name'
17806 version_type=windows
17807 shrext_cmds=.dll
17808 need_version=no
17809 need_lib_prefix=no
17810 # OS/2 can only load a DLL with a base name of 8 characters or less.
17811 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
17812 v=$($ECHO $release$versuffix | tr -d .-);
17813 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
17814 $ECHO $n$v`$shared_ext'
17815 library_names_spec='${libname}_dll.$libext'
17816 dynamic_linker='OS/2 ld.exe'
17817 shlibpath_var=BEGINLIBPATH
17818 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
17819 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
17820 postinstall_cmds='base_file=`basename \$file`~
17821 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
17822 dldir=$destdir/`dirname \$dlpath`~
17823 test -d \$dldir || mkdir -p \$dldir~
17824 $install_prog $dir/$dlname \$dldir/$dlname~
17825 chmod a+x \$dldir/$dlname~
17826 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
17827 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
17828 fi'
17829 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
17830 dlpath=$dir/\$dldll~
17831 $RM \$dlpath'
17832 ;;
17833
17834 osf3* | osf4* | osf5*)
17835 version_type=osf
17836 need_lib_prefix=no
17837 need_version=no
17838 soname_spec='$libname$release$shared_ext$major'
17839 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17840 shlibpath_var=LD_LIBRARY_PATH
17841 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17842 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
17843 ;;
17844
17845 rdos*)
17846 dynamic_linker=no
17847 ;;
17848
17849 solaris*)
17850 version_type=linux # correct to gnu/linux during the next big refactor
17851 need_lib_prefix=no
17852 need_version=no
17853 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17854 soname_spec='$libname$release$shared_ext$major'
17855 shlibpath_var=LD_LIBRARY_PATH
17856 shlibpath_overrides_runpath=yes
17857 hardcode_into_libs=yes
17858 # ldd complains unless libraries are executable
17859 postinstall_cmds='chmod +x $lib'
17860 ;;
17861
17862 sunos4*)
17863 version_type=sunos
17864 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
17865 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
17866 shlibpath_var=LD_LIBRARY_PATH
17867 shlibpath_overrides_runpath=yes
17868 if test yes = "$with_gnu_ld"; then
17869 need_lib_prefix=no
17870 fi
17871 need_version=yes
17872 ;;
17873
17874 sysv4 | sysv4.3*)
17875 version_type=linux # correct to gnu/linux during the next big refactor
17876 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17877 soname_spec='$libname$release$shared_ext$major'
17878 shlibpath_var=LD_LIBRARY_PATH
17879 case $host_vendor in
17880 sni)
17881 shlibpath_overrides_runpath=no
17882 need_lib_prefix=no
17883 runpath_var=LD_RUN_PATH
17884 ;;
17885 siemens)
17886 need_lib_prefix=no
17887 ;;
17888 motorola)
17889 need_lib_prefix=no
17890 need_version=no
17891 shlibpath_overrides_runpath=no
17892 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
17893 ;;
17894 esac
17895 ;;
17896
17897 sysv4*MP*)
17898 if test -d /usr/nec; then
17899 version_type=linux # correct to gnu/linux during the next big refactor
17900 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
17901 soname_spec='$libname$shared_ext.$major'
17902 shlibpath_var=LD_LIBRARY_PATH
17903 fi
17904 ;;
17905
17906 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
17907 version_type=sco
17908 need_lib_prefix=no
17909 need_version=no
17910 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
17911 soname_spec='$libname$release$shared_ext$major'
17912 shlibpath_var=LD_LIBRARY_PATH
17913 shlibpath_overrides_runpath=yes
17914 hardcode_into_libs=yes
17915 if test yes = "$with_gnu_ld"; then
17916 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17917 else
17918 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
17919 case $host_os in
17920 sco3.2v5*)
17921 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
17922 ;;
17923 esac
17924 fi
17925 sys_lib_dlsearch_path_spec='/usr/lib'
17926 ;;
17927
17928 tpf*)
17929 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
17930 version_type=linux # correct to gnu/linux during the next big refactor
17931 need_lib_prefix=no
17932 need_version=no
17933 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17934 shlibpath_var=LD_LIBRARY_PATH
17935 shlibpath_overrides_runpath=no
17936 hardcode_into_libs=yes
17937 ;;
17938
17939 uts4*)
17940 version_type=linux # correct to gnu/linux during the next big refactor
17941 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
17942 soname_spec='$libname$release$shared_ext$major'
17943 shlibpath_var=LD_LIBRARY_PATH
17944 ;;
17945
17946 *)
17947 dynamic_linker=no
17948 ;;
17949 esac
17950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
17951 printf "%s\n" "$dynamic_linker" >&6; }
17952 test no = "$dynamic_linker" && can_build_shared=no
17953
17954 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
17955 if test yes = "$GCC"; then
17956 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17957 fi
17958
17959 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
17960 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
17961 fi
17962
17963 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
17964 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
17965 fi
17966
17967 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
17968 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
17969
17970 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
17971 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
17972
17973 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
17974 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994
17995
17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
18016 printf %s "checking how to hardcode library paths into programs... " >&6; }
18017 hardcode_action_CXX=
18018 if test -n "$hardcode_libdir_flag_spec_CXX" ||
18019 test -n "$runpath_var_CXX" ||
18020 test yes = "$hardcode_automatic_CXX"; then
18021
18022 # We can hardcode non-existent directories.
18023 if test no != "$hardcode_direct_CXX" &&
18024 # If the only mechanism to avoid hardcoding is shlibpath_var, we
18025 # have to relink, otherwise we might link with an installed library
18026 # when we should be linking with a yet-to-be-installed one
18027 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
18028 test no != "$hardcode_minus_L_CXX"; then
18029 # Linking always hardcodes the temporary library directory.
18030 hardcode_action_CXX=relink
18031 else
18032 # We can link without hardcoding, and we can hardcode nonexisting dirs.
18033 hardcode_action_CXX=immediate
18034 fi
18035 else
18036 # We cannot hardcode anything, or else we can only hardcode existing
18037 # directories.
18038 hardcode_action_CXX=unsupported
18039 fi
18040 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
18041 printf "%s\n" "$hardcode_action_CXX" >&6; }
18042
18043 if test relink = "$hardcode_action_CXX" ||
18044 test yes = "$inherit_rpath_CXX"; then
18045 # Fast installation is not supported
18046 enable_fast_install=no
18047 elif test yes = "$shlibpath_overrides_runpath" ||
18048 test no = "$enable_shared"; then
18049 # Fast installation is not necessary
18050 enable_fast_install=needless
18051 fi
18052
18053
18054
18055
18056
18057
18058
18059 fi # test -n "$compiler"
18060
18061 CC=$lt_save_CC
18062 CFLAGS=$lt_save_CFLAGS
18063 LDCXX=$LD
18064 LD=$lt_save_LD
18065 GCC=$lt_save_GCC
18066 with_gnu_ld=$lt_save_with_gnu_ld
18067 lt_cv_path_LDCXX=$lt_cv_path_LD
18068 lt_cv_path_LD=$lt_save_path_LD
18069 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
18070 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
18071 fi # test yes != "$_lt_caught_CXX_error"
18072
18073 ac_ext=c
18074 ac_cpp='$CPP $CPPFLAGS'
18075 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18076 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18077 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18078
18079
18080
18081
18082
18083
18084
18085
18086
18087
18088
18089
18090
18091
18092
18093 ac_config_commands="$ac_config_commands libtool"
18094
18095
18096
18097
18098 # Only expand once:
18099
18100
18101
18102 # checks for pthreads
18103 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_create" >&5
18104 printf %s "checking for library containing pthread_create... " >&6; }
18105 if test ${ac_cv_search_pthread_create+y}
18106 then :
18107 printf %s "(cached) " >&6
18108 else $as_nop
18109 ac_func_search_save_LIBS=$LIBS
18110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18111 /* end confdefs.h. */
18112
18113 /* Override any GCC internal prototype to avoid an error.
18114 Use char because int might match the return type of a GCC
18115 builtin and then its argument prototype would still apply. */
18116 char pthread_create ();
18117 int
18118 main (void)
18119 {
18120 return pthread_create ();
18121 ;
18122 return 0;
18123 }
18124 _ACEOF
18125 for ac_lib in '' pthread
18126 do
18127 if test -z "$ac_lib"; then
18128 ac_res="none required"
18129 else
18130 ac_res=-l$ac_lib
18131 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18132 fi
18133 if ac_fn_c_try_link "$LINENO"
18134 then :
18135 ac_cv_search_pthread_create=$ac_res
18136 fi
18137 rm -f core conftest.err conftest.$ac_objext conftest.beam \
18138 conftest$ac_exeext
18139 if test ${ac_cv_search_pthread_create+y}
18140 then :
18141 break
18142 fi
18143 done
18144 if test ${ac_cv_search_pthread_create+y}
18145 then :
18146
18147 else $as_nop
18148 ac_cv_search_pthread_create=no
18149 fi
18150 rm conftest.$ac_ext
18151 LIBS=$ac_func_search_save_LIBS
18152 fi
18153 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_create" >&5
18154 printf "%s\n" "$ac_cv_search_pthread_create" >&6; }
18155 ac_res=$ac_cv_search_pthread_create
18156 if test "$ac_res" != no
18157 then :
18158 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18159
18160 fi
18161
18162
18163 # check ibus
18164
18165
18166
18167
18168
18169
18170
18171 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
18172 if test -n "$ac_tool_prefix"; then
18173 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
18174 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
18175 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18176 printf %s "checking for $ac_word... " >&6; }
18177 if test ${ac_cv_path_PKG_CONFIG+y}
18178 then :
18179 printf %s "(cached) " >&6
18180 else $as_nop
18181 case $PKG_CONFIG in
18182 [\\/]* | ?:[\\/]*)
18183 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
18184 ;;
18185 *)
18186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18187 for as_dir in $PATH
18188 do
18189 IFS=$as_save_IFS
18190 case $as_dir in #(((
18191 '') as_dir=./ ;;
18192 */) ;;
18193 *) as_dir=$as_dir/ ;;
18194 esac
18195 for ac_exec_ext in '' $ac_executable_extensions; do
18196 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
18197 ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
18198 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
18199 break 2
18200 fi
18201 done
18202 done
18203 IFS=$as_save_IFS
18204
18205 ;;
18206 esac
18207 fi
18208 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
18209 if test -n "$PKG_CONFIG"; then
18210 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
18211 printf "%s\n" "$PKG_CONFIG" >&6; }
18212 else
18213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18214 printf "%s\n" "no" >&6; }
18215 fi
18216
18217
18218 fi
18219 if test -z "$ac_cv_path_PKG_CONFIG"; then
18220 ac_pt_PKG_CONFIG=$PKG_CONFIG
18221 # Extract the first word of "pkg-config", so it can be a program name with args.
18222 set dummy pkg-config; ac_word=$2
18223 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18224 printf %s "checking for $ac_word... " >&6; }
18225 if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
18226 then :
18227 printf %s "(cached) " >&6
18228 else $as_nop
18229 case $ac_pt_PKG_CONFIG in
18230 [\\/]* | ?:[\\/]*)
18231 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
18232 ;;
18233 *)
18234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18235 for as_dir in $PATH
18236 do
18237 IFS=$as_save_IFS
18238 case $as_dir in #(((
18239 '') as_dir=./ ;;
18240 */) ;;
18241 *) as_dir=$as_dir/ ;;
18242 esac
18243 for ac_exec_ext in '' $ac_executable_extensions; do
18244 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
18245 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
18246 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
18247 break 2
18248 fi
18249 done
18250 done
18251 IFS=$as_save_IFS
18252
18253 ;;
18254 esac
18255 fi
18256 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
18257 if test -n "$ac_pt_PKG_CONFIG"; then
18258 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
18259 printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
18260 else
18261 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18262 printf "%s\n" "no" >&6; }
18263 fi
18264
18265 if test "x$ac_pt_PKG_CONFIG" = x; then
18266 PKG_CONFIG=""
18267 else
18268 case $cross_compiling:$ac_tool_warned in
18269 yes:)
18270 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18271 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18272 ac_tool_warned=yes ;;
18273 esac
18274 PKG_CONFIG=$ac_pt_PKG_CONFIG
18275 fi
18276 else
18277 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
18278 fi
18279
18280 fi
18281 if test -n "$PKG_CONFIG"; then
18282 _pkg_min_version=0.9.0
18283 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
18284 printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
18285 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
18286 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18287 printf "%s\n" "yes" >&6; }
18288 else
18289 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18290 printf "%s\n" "no" >&6; }
18291 PKG_CONFIG=""
18292 fi
18293 fi
18294
18295 pkg_failed=no
18296 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
18297 ibus-1.0
18298 " >&5
18299 printf %s "checking for
18300 ibus-1.0
18301 ... " >&6; }
18302
18303 if test -n "$IBUS_CFLAGS"; then
18304 pkg_cv_IBUS_CFLAGS="$IBUS_CFLAGS"
18305 elif test -n "$PKG_CONFIG"; then
18306 if test -n "$PKG_CONFIG" && \
18307 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18308 ibus-1.0
18309 \""; } >&5
18310 ($PKG_CONFIG --exists --print-errors "
18311 ibus-1.0
18312 ") 2>&5
18313 ac_status=$?
18314 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18315 test $ac_status = 0; }; then
18316 pkg_cv_IBUS_CFLAGS=`$PKG_CONFIG --cflags "
18317 ibus-1.0
18318 " 2>/dev/null`
18319 test "x$?" != "x0" && pkg_failed=yes
18320 else
18321 pkg_failed=yes
18322 fi
18323 else
18324 pkg_failed=untried
18325 fi
18326 if test -n "$IBUS_LIBS"; then
18327 pkg_cv_IBUS_LIBS="$IBUS_LIBS"
18328 elif test -n "$PKG_CONFIG"; then
18329 if test -n "$PKG_CONFIG" && \
18330 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18331 ibus-1.0
18332 \""; } >&5
18333 ($PKG_CONFIG --exists --print-errors "
18334 ibus-1.0
18335 ") 2>&5
18336 ac_status=$?
18337 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18338 test $ac_status = 0; }; then
18339 pkg_cv_IBUS_LIBS=`$PKG_CONFIG --libs "
18340 ibus-1.0
18341 " 2>/dev/null`
18342 test "x$?" != "x0" && pkg_failed=yes
18343 else
18344 pkg_failed=yes
18345 fi
18346 else
18347 pkg_failed=untried
18348 fi
18349 if test -n "$IBUS_VERSION"; then
18350 pkg_cv_IBUS_VERSION="$IBUS_VERSION"
18351 elif test -n "$PKG_CONFIG"; then
18352 if test -n "$PKG_CONFIG" && \
18353 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18354 ibus-1.0
18355 \""; } >&5
18356 ($PKG_CONFIG --exists --print-errors "
18357 ibus-1.0
18358 ") 2>&5
18359 ac_status=$?
18360 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18361 test $ac_status = 0; }; then
18362 pkg_cv_IBUS_VERSION=`$PKG_CONFIG --modversion "
18363 ibus-1.0
18364 " 2>/dev/null`
18365 test "x$?" != "x0" && pkg_failed=yes
18366 else
18367 pkg_failed=yes
18368 fi
18369 else
18370 pkg_failed=untried
18371 fi
18372
18373
18374
18375 if test $pkg_failed = yes; then
18376 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18377 printf "%s\n" "no" >&6; }
18378
18379 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
18380 _pkg_short_errors_supported=yes
18381 else
18382 _pkg_short_errors_supported=no
18383 fi
18384 if test $_pkg_short_errors_supported = yes; then
18385 IBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "
18386 ibus-1.0
18387 " 2>&1`
18388 else
18389 IBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "
18390 ibus-1.0
18391 " 2>&1`
18392 fi
18393 # Put the nasty error message in config.log where it belongs
18394 echo "$IBUS_PKG_ERRORS" >&5
18395
18396 as_fn_error $? "Package requirements (
18397 ibus-1.0
18398 ) were not met:
18399
18400 $IBUS_PKG_ERRORS
18401
18402 Consider adjusting the PKG_CONFIG_PATH environment variable if you
18403 installed software in a non-standard prefix.
18404
18405 Alternatively, you may set the environment variables IBUS_CFLAGS
18406 and IBUS_LIBS to avoid the need to call pkg-config.
18407 See the pkg-config man page for more details." "$LINENO" 5
18408 elif test $pkg_failed = untried; then
18409 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18410 printf "%s\n" "no" >&6; }
18411 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18412 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
18413 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
18414 is in your PATH or set the PKG_CONFIG environment variable to the full
18415 path to pkg-config.
18416
18417 Alternatively, you may set the environment variables IBUS_CFLAGS
18418 and IBUS_LIBS to avoid the need to call pkg-config.
18419 See the pkg-config man page for more details.
18420
18421 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
18422 See \`config.log' for more details" "$LINENO" 5; }
18423 else
18424 IBUS_CFLAGS=$pkg_cv_IBUS_CFLAGS
18425 IBUS_LIBS=$pkg_cv_IBUS_LIBS
18426 IBUS_VERSION=$pkg_cv_IBUS_VERSION
18427 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18428 printf "%s\n" "yes" >&6; }
18429
18430 fi
18431
18432 #check python
18433
18434
18435
18436
18437
18438
18439 if test -n "$PYTHON"; then
18440 # If the user set $PYTHON, use it and don't search something else.
18441 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.0" >&5
18442 printf %s "checking whether $PYTHON version is >= 3.0... " >&6; }
18443 prog="import sys
18444 # split strings by '.' and convert to numeric. Append some zeros
18445 # because we need at least 4 digits for the hex conversion.
18446 # map returns an iterator in Python 3.0 and a list in 2.x
18447 minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0]
18448 minverhex = 0
18449 # xrange is not present in Python 3.0 and range returns an iterator
18450 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
18451 sys.exit(sys.hexversion < minverhex)"
18452 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
18453 ($PYTHON -c "$prog") >&5 2>&5
18454 ac_status=$?
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); }
18457 then :
18458 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18459 printf "%s\n" "yes" >&6; }
18460 else $as_nop
18461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18462 printf "%s\n" "no" >&6; }
18463 as_fn_error $? "Python interpreter is too old" "$LINENO" 5
18464 fi
18465 am_display_PYTHON=$PYTHON
18466 else
18467 # Otherwise, try each interpreter until we find one that satisfies
18468 # VERSION.
18469 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 3.0" >&5
18470 printf %s "checking for a Python interpreter with version >= 3.0... " >&6; }
18471 if test ${am_cv_pathless_PYTHON+y}
18472 then :
18473 printf %s "(cached) " >&6
18474 else $as_nop
18475
18476 for am_cv_pathless_PYTHON in python python2 python3 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
18477 test "$am_cv_pathless_PYTHON" = none && break
18478 prog="import sys
18479 # split strings by '.' and convert to numeric. Append some zeros
18480 # because we need at least 4 digits for the hex conversion.
18481 # map returns an iterator in Python 3.0 and a list in 2.x
18482 minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0]
18483 minverhex = 0
18484 # xrange is not present in Python 3.0 and range returns an iterator
18485 for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
18486 sys.exit(sys.hexversion < minverhex)"
18487 if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
18488 ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
18489 ac_status=$?
18490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); }
18492 then :
18493 break
18494 fi
18495 done
18496 fi
18497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_pathless_PYTHON" >&5
18498 printf "%s\n" "$am_cv_pathless_PYTHON" >&6; }
18499 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
18500 if test "$am_cv_pathless_PYTHON" = none; then
18501 PYTHON=:
18502 else
18503 # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
18504 set dummy $am_cv_pathless_PYTHON; ac_word=$2
18505 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18506 printf %s "checking for $ac_word... " >&6; }
18507 if test ${ac_cv_path_PYTHON+y}
18508 then :
18509 printf %s "(cached) " >&6
18510 else $as_nop
18511 case $PYTHON in
18512 [\\/]* | ?:[\\/]*)
18513 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
18514 ;;
18515 *)
18516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18517 for as_dir in $PATH
18518 do
18519 IFS=$as_save_IFS
18520 case $as_dir in #(((
18521 '') as_dir=./ ;;
18522 */) ;;
18523 *) as_dir=$as_dir/ ;;
18524 esac
18525 for ac_exec_ext in '' $ac_executable_extensions; do
18526 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
18527 ac_cv_path_PYTHON="$as_dir$ac_word$ac_exec_ext"
18528 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
18529 break 2
18530 fi
18531 done
18532 done
18533 IFS=$as_save_IFS
18534
18535 ;;
18536 esac
18537 fi
18538 PYTHON=$ac_cv_path_PYTHON
18539 if test -n "$PYTHON"; then
18540 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
18541 printf "%s\n" "$PYTHON" >&6; }
18542 else
18543 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18544 printf "%s\n" "no" >&6; }
18545 fi
18546
18547
18548 fi
18549 am_display_PYTHON=$am_cv_pathless_PYTHON
18550 fi
18551
18552
18553 if test "$PYTHON" = :; then
18554 as_fn_error $? "no suitable Python interpreter found" "$LINENO" 5
18555 else
18556
18557 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5
18558 printf %s "checking for $am_display_PYTHON version... " >&6; }
18559 if test ${am_cv_python_version+y}
18560 then :
18561 printf %s "(cached) " >&6
18562 else $as_nop
18563 am_cv_python_version=`$PYTHON -c "import sys; print ('%u.%u' % sys.version_info[:2])"`
18564 fi
18565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
18566 printf "%s\n" "$am_cv_python_version" >&6; }
18567 PYTHON_VERSION=$am_cv_python_version
18568
18569
18570 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5
18571 printf %s "checking for $am_display_PYTHON platform... " >&6; }
18572 if test ${am_cv_python_platform+y}
18573 then :
18574 printf %s "(cached) " >&6
18575 else $as_nop
18576 am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
18577 fi
18578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
18579 printf "%s\n" "$am_cv_python_platform" >&6; }
18580 PYTHON_PLATFORM=$am_cv_python_platform
18581
18582
18583 if test "x$prefix" = xNONE; then
18584 am__usable_prefix=$ac_default_prefix
18585 else
18586 am__usable_prefix=$prefix
18587 fi
18588
18589 # Allow user to request using sys.* values from Python,
18590 # instead of the GNU $prefix values.
18591
18592 # Check whether --with-python-sys-prefix was given.
18593 if test ${with_python_sys_prefix+y}
18594 then :
18595 withval=$with_python_sys_prefix; am_use_python_sys=:
18596 else $as_nop
18597 am_use_python_sys=false
18598 fi
18599
18600
18601 # Allow user to override whatever the default Python prefix is.
18602
18603 # Check whether --with-python_prefix was given.
18604 if test ${with_python_prefix+y}
18605 then :
18606 withval=$with_python_prefix; am_python_prefix_subst=$withval
18607 am_cv_python_prefix=$withval
18608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for explicit $am_display_PYTHON prefix" >&5
18609 printf %s "checking for explicit $am_display_PYTHON prefix... " >&6; }
18610 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_prefix" >&5
18611 printf "%s\n" "$am_cv_python_prefix" >&6; }
18612 else $as_nop
18613
18614 if $am_use_python_sys; then
18615 # using python sys.prefix value, not GNU
18616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python default $am_display_PYTHON prefix" >&5
18617 printf %s "checking for python default $am_display_PYTHON prefix... " >&6; }
18618 if test ${am_cv_python_prefix+y}
18619 then :
18620 printf %s "(cached) " >&6
18621 else $as_nop
18622 am_cv_python_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.prefix)"`
18623 fi
18624 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_prefix" >&5
18625 printf "%s\n" "$am_cv_python_prefix" >&6; }
18626
18627 case $am_cv_python_prefix in
18628 $am__usable_prefix*)
18629 am__strip_prefix=`echo "$am__usable_prefix" | sed 's|.|.|g'`
18630 am_python_prefix_subst=`echo "$am_cv_python_prefix" | sed "s,^$am__strip_prefix,\\${prefix},"`
18631 ;;
18632 *)
18633 am_python_prefix_subst=$am_cv_python_prefix
18634 ;;
18635 esac
18636 else # using GNU prefix value, not python sys.prefix
18637 am_python_prefix_subst='${prefix}'
18638 am_python_prefix=$am_python_prefix_subst
18639 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU default $am_display_PYTHON prefix" >&5
18640 printf %s "checking for GNU default $am_display_PYTHON prefix... " >&6; }
18641 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_python_prefix" >&5
18642 printf "%s\n" "$am_python_prefix" >&6; }
18643 fi
18644 fi
18645
18646 # Substituting python_prefix_subst value.
18647 PYTHON_PREFIX=$am_python_prefix_subst
18648
18649
18650 # emacs-page Now do it all over again for Python exec_prefix, but with yet
18651 # another conditional: fall back to regular prefix if that was specified.
18652
18653 # Check whether --with-python_exec_prefix was given.
18654 if test ${with_python_exec_prefix+y}
18655 then :
18656 withval=$with_python_exec_prefix; am_python_exec_prefix_subst=$withval
18657 am_cv_python_exec_prefix=$withval
18658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for explicit $am_display_PYTHON exec_prefix" >&5
18659 printf %s "checking for explicit $am_display_PYTHON exec_prefix... " >&6; }
18660 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_exec_prefix" >&5
18661 printf "%s\n" "$am_cv_python_exec_prefix" >&6; }
18662 else $as_nop
18663
18664 # no explicit --with-python_exec_prefix, but if
18665 # --with-python_prefix was given, use its value for python_exec_prefix too.
18666 if test -n "$with_python_prefix"
18667 then :
18668 am_python_exec_prefix_subst=$with_python_prefix
18669 am_cv_python_exec_prefix=$with_python_prefix
18670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python_prefix-given $am_display_PYTHON exec_prefix" >&5
18671 printf %s "checking for python_prefix-given $am_display_PYTHON exec_prefix... " >&6; }
18672 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_exec_prefix" >&5
18673 printf "%s\n" "$am_cv_python_exec_prefix" >&6; }
18674 else $as_nop
18675
18676 # Set am__usable_exec_prefix whether using GNU or Python values,
18677 # since we use that variable for pyexecdir.
18678 if test "x$exec_prefix" = xNONE; then
18679 am__usable_exec_prefix=$am__usable_prefix
18680 else
18681 am__usable_exec_prefix=$exec_prefix
18682 fi
18683 #
18684 if $am_use_python_sys; then # using python sys.exec_prefix, not GNU
18685 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python default $am_display_PYTHON exec_prefix" >&5
18686 printf %s "checking for python default $am_display_PYTHON exec_prefix... " >&6; }
18687 if test ${am_cv_python_exec_prefix+y}
18688 then :
18689 printf %s "(cached) " >&6
18690 else $as_nop
18691 am_cv_python_exec_prefix=`$PYTHON -c "import sys; sys.stdout.write(sys.exec_prefix)"`
18692 fi
18693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_exec_prefix" >&5
18694 printf "%s\n" "$am_cv_python_exec_prefix" >&6; }
18695 case $am_cv_python_exec_prefix in
18696 $am__usable_exec_prefix*)
18697 am__strip_prefix=`echo "$am__usable_exec_prefix" | sed 's|.|.|g'`
18698 am_python_exec_prefix_subst=`echo "$am_cv_python_exec_prefix" | sed "s,^$am__strip_prefix,\\${exec_prefix},"`
18699 ;;
18700 *)
18701 am_python_exec_prefix_subst=$am_cv_python_exec_prefix
18702 ;;
18703 esac
18704 else # using GNU $exec_prefix, not python sys.exec_prefix
18705 am_python_exec_prefix_subst='${exec_prefix}'
18706 am_python_exec_prefix=$am_python_exec_prefix_subst
18707 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU default $am_display_PYTHON exec_prefix" >&5
18708 printf %s "checking for GNU default $am_display_PYTHON exec_prefix... " >&6; }
18709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_python_exec_prefix" >&5
18710 printf "%s\n" "$am_python_exec_prefix" >&6; }
18711 fi
18712 fi
18713 fi
18714
18715 # Substituting python_exec_prefix_subst.
18716 PYTHON_EXEC_PREFIX=$am_python_exec_prefix_subst
18717
18718
18719 # Factor out some code duplication into this shell variable.
18720 am_python_setup_sysconfig="\
18721 import sys
18722 # Prefer sysconfig over distutils.sysconfig, for better compatibility
18723 # with python 3.x. See automake bug#10227.
18724 try:
18725 import sysconfig
18726 except ImportError:
18727 can_use_sysconfig = 0
18728 else:
18729 can_use_sysconfig = 1
18730 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
18731 # <https://github.com/pypa/virtualenv/issues/118>
18732 try:
18733 from platform import python_implementation
18734 if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
18735 can_use_sysconfig = 0
18736 except ImportError:
18737 pass"
18738
18739
18740 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory (pythondir)" >&5
18741 printf %s "checking for $am_display_PYTHON script directory (pythondir)... " >&6; }
18742 if test ${am_cv_python_pythondir+y}
18743 then :
18744 printf %s "(cached) " >&6
18745 else $as_nop
18746 if test "x$am_cv_python_prefix" = x; then
18747 am_py_prefix=$am__usable_prefix
18748 else
18749 am_py_prefix=$am_cv_python_prefix
18750 fi
18751 am_cv_python_pythondir=`$PYTHON -c "
18752 $am_python_setup_sysconfig
18753 if can_use_sysconfig:
18754 if hasattr(sysconfig, 'get_default_scheme'):
18755 scheme = sysconfig.get_default_scheme()
18756 else:
18757 scheme = sysconfig._get_default_scheme()
18758 if scheme == 'posix_local':
18759 # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
18760 scheme = 'posix_prefix'
18761 sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'})
18762 else:
18763 from distutils import sysconfig
18764 sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
18765 sys.stdout.write(sitedir)"`
18766 #
18767 case $am_cv_python_pythondir in
18768 $am_py_prefix*)
18769 am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
18770 am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,\\${PYTHON_PREFIX},"`
18771 ;;
18772 *)
18773 case $am_py_prefix in
18774 /usr|/System*) ;;
18775 *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
18776 ;;
18777 esac
18778 ;;
18779 esac
18780
18781 fi
18782 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
18783 printf "%s\n" "$am_cv_python_pythondir" >&6; }
18784 pythondir=$am_cv_python_pythondir
18785
18786
18787 pkgpythondir=\${pythondir}/$PACKAGE
18788
18789
18790 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory (pyexecdir)" >&5
18791 printf %s "checking for $am_display_PYTHON extension module directory (pyexecdir)... " >&6; }
18792 if test ${am_cv_python_pyexecdir+y}
18793 then :
18794 printf %s "(cached) " >&6
18795 else $as_nop
18796 if test "x$am_cv_python_exec_prefix" = x; then
18797 am_py_exec_prefix=$am__usable_exec_prefix
18798 else
18799 am_py_exec_prefix=$am_cv_python_exec_prefix
18800 fi
18801 am_cv_python_pyexecdir=`$PYTHON -c "
18802 $am_python_setup_sysconfig
18803 if can_use_sysconfig:
18804 if hasattr(sysconfig, 'get_default_scheme'):
18805 scheme = sysconfig.get_default_scheme()
18806 else:
18807 scheme = sysconfig._get_default_scheme()
18808 if scheme == 'posix_local':
18809 # Debian's default scheme installs to /usr/local/ but we want to find headers in /usr/
18810 scheme = 'posix_prefix'
18811 sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
18812 else:
18813 from distutils import sysconfig
18814 sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_exec_prefix')
18815 sys.stdout.write(sitedir)"`
18816 #
18817 case $am_cv_python_pyexecdir in
18818 $am_py_exec_prefix*)
18819 am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
18820 am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,\\${PYTHON_EXEC_PREFIX},"`
18821 ;;
18822 *)
18823 case $am_py_exec_prefix in
18824 /usr|/System*) ;;
18825 *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
18826 ;;
18827 esac
18828 ;;
18829 esac
18830
18831 fi
18832 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
18833 printf "%s\n" "$am_cv_python_pyexecdir" >&6; }
18834 pyexecdir=$am_cv_python_pyexecdir
18835
18836
18837 pkgpyexecdir=\${pyexecdir}/$PACKAGE
18838
18839
18840
18841 fi
18842
18843
18844 # check sqlite3
18845
18846 pkg_failed=no
18847 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
18848 sqlite3
18849 " >&5
18850 printf %s "checking for
18851 sqlite3
18852 ... " >&6; }
18853
18854 if test -n "$SQLITE3_CFLAGS"; then
18855 pkg_cv_SQLITE3_CFLAGS="$SQLITE3_CFLAGS"
18856 elif test -n "$PKG_CONFIG"; then
18857 if test -n "$PKG_CONFIG" && \
18858 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18859 sqlite3
18860 \""; } >&5
18861 ($PKG_CONFIG --exists --print-errors "
18862 sqlite3
18863 ") 2>&5
18864 ac_status=$?
18865 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18866 test $ac_status = 0; }; then
18867 pkg_cv_SQLITE3_CFLAGS=`$PKG_CONFIG --cflags "
18868 sqlite3
18869 " 2>/dev/null`
18870 test "x$?" != "x0" && pkg_failed=yes
18871 else
18872 pkg_failed=yes
18873 fi
18874 else
18875 pkg_failed=untried
18876 fi
18877 if test -n "$SQLITE3_LIBS"; then
18878 pkg_cv_SQLITE3_LIBS="$SQLITE3_LIBS"
18879 elif test -n "$PKG_CONFIG"; then
18880 if test -n "$PKG_CONFIG" && \
18881 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18882 sqlite3
18883 \""; } >&5
18884 ($PKG_CONFIG --exists --print-errors "
18885 sqlite3
18886 ") 2>&5
18887 ac_status=$?
18888 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18889 test $ac_status = 0; }; then
18890 pkg_cv_SQLITE3_LIBS=`$PKG_CONFIG --libs "
18891 sqlite3
18892 " 2>/dev/null`
18893 test "x$?" != "x0" && pkg_failed=yes
18894 else
18895 pkg_failed=yes
18896 fi
18897 else
18898 pkg_failed=untried
18899 fi
18900 if test -n "$SQLITE3_VERSION"; then
18901 pkg_cv_SQLITE3_VERSION="$SQLITE3_VERSION"
18902 elif test -n "$PKG_CONFIG"; then
18903 if test -n "$PKG_CONFIG" && \
18904 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
18905 sqlite3
18906 \""; } >&5
18907 ($PKG_CONFIG --exists --print-errors "
18908 sqlite3
18909 ") 2>&5
18910 ac_status=$?
18911 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18912 test $ac_status = 0; }; then
18913 pkg_cv_SQLITE3_VERSION=`$PKG_CONFIG --modversion "
18914 sqlite3
18915 " 2>/dev/null`
18916 test "x$?" != "x0" && pkg_failed=yes
18917 else
18918 pkg_failed=yes
18919 fi
18920 else
18921 pkg_failed=untried
18922 fi
18923
18924
18925
18926 if test $pkg_failed = yes; then
18927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18928 printf "%s\n" "no" >&6; }
18929
18930 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
18931 _pkg_short_errors_supported=yes
18932 else
18933 _pkg_short_errors_supported=no
18934 fi
18935 if test $_pkg_short_errors_supported = yes; then
18936 SQLITE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "
18937 sqlite3
18938 " 2>&1`
18939 else
18940 SQLITE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "
18941 sqlite3
18942 " 2>&1`
18943 fi
18944 # Put the nasty error message in config.log where it belongs
18945 echo "$SQLITE3_PKG_ERRORS" >&5
18946
18947 as_fn_error $? "Package requirements (
18948 sqlite3
18949 ) were not met:
18950
18951 $SQLITE3_PKG_ERRORS
18952
18953 Consider adjusting the PKG_CONFIG_PATH environment variable if you
18954 installed software in a non-standard prefix.
18955
18956 Alternatively, you may set the environment variables SQLITE3_CFLAGS
18957 and SQLITE3_LIBS to avoid the need to call pkg-config.
18958 See the pkg-config man page for more details." "$LINENO" 5
18959 elif test $pkg_failed = untried; then
18960 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
18961 printf "%s\n" "no" >&6; }
18962 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18963 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
18964 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
18965 is in your PATH or set the PKG_CONFIG environment variable to the full
18966 path to pkg-config.
18967
18968 Alternatively, you may set the environment variables SQLITE3_CFLAGS
18969 and SQLITE3_LIBS to avoid the need to call pkg-config.
18970 See the pkg-config man page for more details.
18971
18972 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
18973 See \`config.log' for more details" "$LINENO" 5; }
18974 else
18975 SQLITE3_CFLAGS=$pkg_cv_SQLITE3_CFLAGS
18976 SQLITE3_LIBS=$pkg_cv_SQLITE3_LIBS
18977 SQLITE3_VERSION=$pkg_cv_SQLITE3_VERSION
18978 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18979 printf "%s\n" "yes" >&6; }
18980
18981 fi
18982
18983
18984
18985 # define GETTEXT_* variables
18986 GETTEXT_PACKAGE="$PACKAGE_NAME"
18987
18988
18989 printf "%s\n" "#define GETTEXT_PACKAGE \"$GETTEXT_PACKAGE\"" >>confdefs.h
18990
18991
18992
18993 mkdir_p="$MKDIR_P"
18994 case $mkdir_p in
18995 [\\/$]* | ?:[\\/]*) ;;
18996 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
18997 esac
18998
18999
19000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
19001 printf %s "checking whether NLS is requested... " >&6; }
19002 # Check whether --enable-nls was given.
19003 if test ${enable_nls+y}
19004 then :
19005 enableval=$enable_nls; USE_NLS=$enableval
19006 else $as_nop
19007 USE_NLS=yes
19008 fi
19009
19010 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
19011 printf "%s\n" "$USE_NLS" >&6; }
19012
19013
19014
19015
19016
19017
19018 # Prepare PATH_SEPARATOR.
19019 # The user is always right.
19020 if test "${PATH_SEPARATOR+set}" != set; then
19021 echo "#! /bin/sh" >conf$$.sh
19022 echo "exit 0" >>conf$$.sh
19023 chmod +x conf$$.sh
19024 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
19025 PATH_SEPARATOR=';'
19026 else
19027 PATH_SEPARATOR=:
19028 fi
19029 rm -f conf$$.sh
19030 fi
19031
19032 # Find out how to test for executable files. Don't use a zero-byte file,
19033 # as systems may use methods other than mode bits to determine executability.
19034 cat >conf$$.file <<_ASEOF
19035 #! /bin/sh
19036 exit 0
19037 _ASEOF
19038 chmod +x conf$$.file
19039 if test -x conf$$.file >/dev/null 2>&1; then
19040 ac_executable_p="test -x"
19041 else
19042 ac_executable_p="test -f"
19043 fi
19044 rm -f conf$$.file
19045
19046 # Extract the first word of "msgfmt", so it can be a program name with args.
19047 set dummy msgfmt; ac_word=$2
19048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19049 printf %s "checking for $ac_word... " >&6; }
19050 if test ${ac_cv_path_MSGFMT+y}
19051 then :
19052 printf %s "(cached) " >&6
19053 else $as_nop
19054 case "$MSGFMT" in
19055 [\\/]* | ?:[\\/]*)
19056 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
19057 ;;
19058 *)
19059 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
19060 for ac_dir in $PATH; do
19061 IFS="$ac_save_IFS"
19062 test -z "$ac_dir" && ac_dir=.
19063 for ac_exec_ext in '' $ac_executable_extensions; do
19064 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
19065 echo "$as_me: trying $ac_dir/$ac_word..." >&5
19066 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
19067 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
19068 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
19069 break 2
19070 fi
19071 fi
19072 done
19073 done
19074 IFS="$ac_save_IFS"
19075 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
19076 ;;
19077 esac
19078 fi
19079 MSGFMT="$ac_cv_path_MSGFMT"
19080 if test "$MSGFMT" != ":"; then
19081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
19082 printf "%s\n" "$MSGFMT" >&6; }
19083 else
19084 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19085 printf "%s\n" "no" >&6; }
19086 fi
19087
19088 # Extract the first word of "gmsgfmt", so it can be a program name with args.
19089 set dummy gmsgfmt; ac_word=$2
19090 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19091 printf %s "checking for $ac_word... " >&6; }
19092 if test ${ac_cv_path_GMSGFMT+y}
19093 then :
19094 printf %s "(cached) " >&6
19095 else $as_nop
19096 case $GMSGFMT in
19097 [\\/]* | ?:[\\/]*)
19098 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
19099 ;;
19100 *)
19101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19102 for as_dir in $PATH
19103 do
19104 IFS=$as_save_IFS
19105 case $as_dir in #(((
19106 '') as_dir=./ ;;
19107 */) ;;
19108 *) as_dir=$as_dir/ ;;
19109 esac
19110 for ac_exec_ext in '' $ac_executable_extensions; do
19111 if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
19112 ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext"
19113 printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
19114 break 2
19115 fi
19116 done
19117 done
19118 IFS=$as_save_IFS
19119
19120 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
19121 ;;
19122 esac
19123 fi
19124 GMSGFMT=$ac_cv_path_GMSGFMT
19125 if test -n "$GMSGFMT"; then
19126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
19127 printf "%s\n" "$GMSGFMT" >&6; }
19128 else
19129 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19130 printf "%s\n" "no" >&6; }
19131 fi
19132
19133
19134
19135 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
19136 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
19137 *) MSGFMT_015=$MSGFMT ;;
19138 esac
19139
19140 case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
19141 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
19142 *) GMSGFMT_015=$GMSGFMT ;;
19143 esac
19144
19145
19146
19147 # Prepare PATH_SEPARATOR.
19148 # The user is always right.
19149 if test "${PATH_SEPARATOR+set}" != set; then
19150 echo "#! /bin/sh" >conf$$.sh
19151 echo "exit 0" >>conf$$.sh
19152 chmod +x conf$$.sh
19153 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
19154 PATH_SEPARATOR=';'
19155 else
19156 PATH_SEPARATOR=:
19157 fi
19158 rm -f conf$$.sh
19159 fi
19160
19161 # Find out how to test for executable files. Don't use a zero-byte file,
19162 # as systems may use methods other than mode bits to determine executability.
19163 cat >conf$$.file <<_ASEOF
19164 #! /bin/sh
19165 exit 0
19166 _ASEOF
19167 chmod +x conf$$.file
19168 if test -x conf$$.file >/dev/null 2>&1; then
19169 ac_executable_p="test -x"
19170 else
19171 ac_executable_p="test -f"
19172 fi
19173 rm -f conf$$.file
19174
19175 # Extract the first word of "xgettext", so it can be a program name with args.
19176 set dummy xgettext; ac_word=$2
19177 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19178 printf %s "checking for $ac_word... " >&6; }
19179 if test ${ac_cv_path_XGETTEXT+y}
19180 then :
19181 printf %s "(cached) " >&6
19182 else $as_nop
19183 case "$XGETTEXT" in
19184 [\\/]* | ?:[\\/]*)
19185 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
19186 ;;
19187 *)
19188 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
19189 for ac_dir in $PATH; do
19190 IFS="$ac_save_IFS"
19191 test -z "$ac_dir" && ac_dir=.
19192 for ac_exec_ext in '' $ac_executable_extensions; do
19193 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
19194 echo "$as_me: trying $ac_dir/$ac_word..." >&5
19195 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
19196 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
19197 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
19198 break 2
19199 fi
19200 fi
19201 done
19202 done
19203 IFS="$ac_save_IFS"
19204 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
19205 ;;
19206 esac
19207 fi
19208 XGETTEXT="$ac_cv_path_XGETTEXT"
19209 if test "$XGETTEXT" != ":"; then
19210 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
19211 printf "%s\n" "$XGETTEXT" >&6; }
19212 else
19213 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19214 printf "%s\n" "no" >&6; }
19215 fi
19216
19217 rm -f messages.po
19218
19219 case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
19220 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
19221 *) XGETTEXT_015=$XGETTEXT ;;
19222 esac
19223
19224
19225
19226 # Prepare PATH_SEPARATOR.
19227 # The user is always right.
19228 if test "${PATH_SEPARATOR+set}" != set; then
19229 echo "#! /bin/sh" >conf$$.sh
19230 echo "exit 0" >>conf$$.sh
19231 chmod +x conf$$.sh
19232 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
19233 PATH_SEPARATOR=';'
19234 else
19235 PATH_SEPARATOR=:
19236 fi
19237 rm -f conf$$.sh
19238 fi
19239
19240 # Find out how to test for executable files. Don't use a zero-byte file,
19241 # as systems may use methods other than mode bits to determine executability.
19242 cat >conf$$.file <<_ASEOF
19243 #! /bin/sh
19244 exit 0
19245 _ASEOF
19246 chmod +x conf$$.file
19247 if test -x conf$$.file >/dev/null 2>&1; then
19248 ac_executable_p="test -x"
19249 else
19250 ac_executable_p="test -f"
19251 fi
19252 rm -f conf$$.file
19253
19254 # Extract the first word of "msgmerge", so it can be a program name with args.
19255 set dummy msgmerge; ac_word=$2
19256 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19257 printf %s "checking for $ac_word... " >&6; }
19258 if test ${ac_cv_path_MSGMERGE+y}
19259 then :
19260 printf %s "(cached) " >&6
19261 else $as_nop
19262 case "$MSGMERGE" in
19263 [\\/]* | ?:[\\/]*)
19264 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
19265 ;;
19266 *)
19267 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
19268 for ac_dir in $PATH; do
19269 IFS="$ac_save_IFS"
19270 test -z "$ac_dir" && ac_dir=.
19271 for ac_exec_ext in '' $ac_executable_extensions; do
19272 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
19273 echo "$as_me: trying $ac_dir/$ac_word..." >&5
19274 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
19275 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
19276 break 2
19277 fi
19278 fi
19279 done
19280 done
19281 IFS="$ac_save_IFS"
19282 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
19283 ;;
19284 esac
19285 fi
19286 MSGMERGE="$ac_cv_path_MSGMERGE"
19287 if test "$MSGMERGE" != ":"; then
19288 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
19289 printf "%s\n" "$MSGMERGE" >&6; }
19290 else
19291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19292 printf "%s\n" "no" >&6; }
19293 fi
19294
19295
19296 test -n "$localedir" || localedir='${datadir}/locale'
19297
19298
19299 ac_config_commands="$ac_config_commands po-directories"
19300
19301
19302
19303 if test "X$prefix" = "XNONE"; then
19304 acl_final_prefix="$ac_default_prefix"
19305 else
19306 acl_final_prefix="$prefix"
19307 fi
19308 if test "X$exec_prefix" = "XNONE"; then
19309 acl_final_exec_prefix='${prefix}'
19310 else
19311 acl_final_exec_prefix="$exec_prefix"
19312 fi
19313 acl_save_prefix="$prefix"
19314 prefix="$acl_final_prefix"
19315 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
19316 prefix="$acl_save_prefix"
19317
19318
19319 # Check whether --with-gnu-ld was given.
19320 if test ${with_gnu_ld+y}
19321 then :
19322 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
19323 else $as_nop
19324 with_gnu_ld=no
19325 fi
19326
19327 # Prepare PATH_SEPARATOR.
19328 # The user is always right.
19329 if test "${PATH_SEPARATOR+set}" != set; then
19330 echo "#! /bin/sh" >conf$$.sh
19331 echo "exit 0" >>conf$$.sh
19332 chmod +x conf$$.sh
19333 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
19334 PATH_SEPARATOR=';'
19335 else
19336 PATH_SEPARATOR=:
19337 fi
19338 rm -f conf$$.sh
19339 fi
19340 ac_prog=ld
19341 if test "$GCC" = yes; then
19342 # Check if gcc -print-prog-name=ld gives a path.
19343 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
19344 printf %s "checking for ld used by GCC... " >&6; }
19345 case $host in
19346 *-*-mingw*)
19347 # gcc leaves a trailing carriage return which upsets mingw
19348 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
19349 *)
19350 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
19351 esac
19352 case $ac_prog in
19353 # Accept absolute paths.
19354 [\\/]* | [A-Za-z]:[\\/]*)
19355 re_direlt='/[^/][^/]*/\.\./'
19356 # Canonicalize the path of ld
19357 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
19358 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
19359 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
19360 done
19361 test -z "$LD" && LD="$ac_prog"
19362 ;;
19363 "")
19364 # If it fails, then pretend we aren't using GCC.
19365 ac_prog=ld
19366 ;;
19367 *)
19368 # If it is relative, then search for the first ld in PATH.
19369 with_gnu_ld=unknown
19370 ;;
19371 esac
19372 elif test "$with_gnu_ld" = yes; then
19373 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
19374 printf %s "checking for GNU ld... " >&6; }
19375 else
19376 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
19377 printf %s "checking for non-GNU ld... " >&6; }
19378 fi
19379 if test ${acl_cv_path_LD+y}
19380 then :
19381 printf %s "(cached) " >&6
19382 else $as_nop
19383 if test -z "$LD"; then
19384 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
19385 for ac_dir in $PATH; do
19386 test -z "$ac_dir" && ac_dir=.
19387 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
19388 acl_cv_path_LD="$ac_dir/$ac_prog"
19389 # Check to see if the program is GNU ld. I'd rather use --version,
19390 # but apparently some GNU ld's only accept -v.
19391 # Break only if it was the GNU/non-GNU ld that we prefer.
19392 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
19393 *GNU* | *'with BFD'*)
19394 test "$with_gnu_ld" != no && break ;;
19395 *)
19396 test "$with_gnu_ld" != yes && break ;;
19397 esac
19398 fi
19399 done
19400 IFS="$ac_save_ifs"
19401 else
19402 acl_cv_path_LD="$LD" # Let the user override the test with a path.
19403 fi
19404 fi
19405
19406 LD="$acl_cv_path_LD"
19407 if test -n "$LD"; then
19408 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
19409 printf "%s\n" "$LD" >&6; }
19410 else
19411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
19412 printf "%s\n" "no" >&6; }
19413 fi
19414 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
19415 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
19416 printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
19417 if test ${acl_cv_prog_gnu_ld+y}
19418 then :
19419 printf %s "(cached) " >&6
19420 else $as_nop
19421 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
19422 case `$LD -v 2>&1 </dev/null` in
19423 *GNU* | *'with BFD'*)
19424 acl_cv_prog_gnu_ld=yes ;;
19425 *)
19426 acl_cv_prog_gnu_ld=no ;;
19427 esac
19428 fi
19429 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
19430 printf "%s\n" "$acl_cv_prog_gnu_ld" >&6; }
19431 with_gnu_ld=$acl_cv_prog_gnu_ld
19432
19433
19434
19435
19436
19437 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
19438 printf %s "checking for shared library run path origin... " >&6; }
19439 if test ${acl_cv_rpath+y}
19440 then :
19441 printf %s "(cached) " >&6
19442 else $as_nop
19443
19444 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
19445 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
19446 . ./conftest.sh
19447 rm -f ./conftest.sh
19448 acl_cv_rpath=done
19449
19450 fi
19451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
19452 printf "%s\n" "$acl_cv_rpath" >&6; }
19453 wl="$acl_cv_wl"
19454 libext="$acl_cv_libext"
19455 shlibext="$acl_cv_shlibext"
19456 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
19457 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
19458 hardcode_direct="$acl_cv_hardcode_direct"
19459 hardcode_minus_L="$acl_cv_hardcode_minus_L"
19460 # Check whether --enable-rpath was given.
19461 if test ${enable_rpath+y}
19462 then :
19463 enableval=$enable_rpath; :
19464 else $as_nop
19465 enable_rpath=yes
19466 fi
19467
19468
19469
19470 acl_libdirstem=lib
19471 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
19472 if test -n "$searchpath"; then
19473 acl_save_IFS="${IFS= }"; IFS=":"
19474 for searchdir in $searchpath; do
19475 if test -d "$searchdir"; then
19476 case "$searchdir" in
19477 */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
19478 *) searchdir=`cd "$searchdir" && pwd`
19479 case "$searchdir" in
19480 */lib64 ) acl_libdirstem=lib64 ;;
19481 esac ;;
19482 esac
19483 fi
19484 done
19485 IFS="$acl_save_IFS"
19486 fi
19487
19488
19489
19490
19491
19492
19493
19494
19495 use_additional=yes
19496
19497 acl_save_prefix="$prefix"
19498 prefix="$acl_final_prefix"
19499 acl_save_exec_prefix="$exec_prefix"
19500 exec_prefix="$acl_final_exec_prefix"
19501
19502 eval additional_includedir=\"$includedir\"
19503 eval additional_libdir=\"$libdir\"
19504
19505 exec_prefix="$acl_save_exec_prefix"
19506 prefix="$acl_save_prefix"
19507
19508
19509 # Check whether --with-libiconv-prefix was given.
19510 if test ${with_libiconv_prefix+y}
19511 then :
19512 withval=$with_libiconv_prefix;
19513 if test "X$withval" = "Xno"; then
19514 use_additional=no
19515 else
19516 if test "X$withval" = "X"; then
19517
19518 acl_save_prefix="$prefix"
19519 prefix="$acl_final_prefix"
19520 acl_save_exec_prefix="$exec_prefix"
19521 exec_prefix="$acl_final_exec_prefix"
19522
19523 eval additional_includedir=\"$includedir\"
19524 eval additional_libdir=\"$libdir\"
19525
19526 exec_prefix="$acl_save_exec_prefix"
19527 prefix="$acl_save_prefix"
19528
19529 else
19530 additional_includedir="$withval/include"
19531 additional_libdir="$withval/$acl_libdirstem"
19532 fi
19533 fi
19534
19535 fi
19536
19537 LIBICONV=
19538 LTLIBICONV=
19539 INCICONV=
19540 rpathdirs=
19541 ltrpathdirs=
19542 names_already_handled=
19543 names_next_round='iconv '
19544 while test -n "$names_next_round"; do
19545 names_this_round="$names_next_round"
19546 names_next_round=
19547 for name in $names_this_round; do
19548 already_handled=
19549 for n in $names_already_handled; do
19550 if test "$n" = "$name"; then
19551 already_handled=yes
19552 break
19553 fi
19554 done
19555 if test -z "$already_handled"; then
19556 names_already_handled="$names_already_handled $name"
19557 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
19558 eval value=\"\$HAVE_LIB$uppername\"
19559 if test -n "$value"; then
19560 if test "$value" = yes; then
19561 eval value=\"\$LIB$uppername\"
19562 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
19563 eval value=\"\$LTLIB$uppername\"
19564 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
19565 else
19566 :
19567 fi
19568 else
19569 found_dir=
19570 found_la=
19571 found_so=
19572 found_a=
19573 if test $use_additional = yes; then
19574 if test -n "$shlibext" \
19575 && { test -f "$additional_libdir/lib$name.$shlibext" \
19576 || { test "$shlibext" = dll \
19577 && test -f "$additional_libdir/lib$name.dll.a"; }; }; then
19578 found_dir="$additional_libdir"
19579 if test -f "$additional_libdir/lib$name.$shlibext"; then
19580 found_so="$additional_libdir/lib$name.$shlibext"
19581 else
19582 found_so="$additional_libdir/lib$name.dll.a"
19583 fi
19584 if test -f "$additional_libdir/lib$name.la"; then
19585 found_la="$additional_libdir/lib$name.la"
19586 fi
19587 else
19588 if test -f "$additional_libdir/lib$name.$libext"; then
19589 found_dir="$additional_libdir"
19590 found_a="$additional_libdir/lib$name.$libext"
19591 if test -f "$additional_libdir/lib$name.la"; then
19592 found_la="$additional_libdir/lib$name.la"
19593 fi
19594 fi
19595 fi
19596 fi
19597 if test "X$found_dir" = "X"; then
19598 for x in $LDFLAGS $LTLIBICONV; do
19599
19600 acl_save_prefix="$prefix"
19601 prefix="$acl_final_prefix"
19602 acl_save_exec_prefix="$exec_prefix"
19603 exec_prefix="$acl_final_exec_prefix"
19604 eval x=\"$x\"
19605 exec_prefix="$acl_save_exec_prefix"
19606 prefix="$acl_save_prefix"
19607
19608 case "$x" in
19609 -L*)
19610 dir=`echo "X$x" | sed -e 's/^X-L//'`
19611 if test -n "$shlibext" \
19612 && { test -f "$dir/lib$name.$shlibext" \
19613 || { test "$shlibext" = dll \
19614 && test -f "$dir/lib$name.dll.a"; }; }; then
19615 found_dir="$dir"
19616 if test -f "$dir/lib$name.$shlibext"; then
19617 found_so="$dir/lib$name.$shlibext"
19618 else
19619 found_so="$dir/lib$name.dll.a"
19620 fi
19621 if test -f "$dir/lib$name.la"; then
19622 found_la="$dir/lib$name.la"
19623 fi
19624 else
19625 if test -f "$dir/lib$name.$libext"; then
19626 found_dir="$dir"
19627 found_a="$dir/lib$name.$libext"
19628 if test -f "$dir/lib$name.la"; then
19629 found_la="$dir/lib$name.la"
19630 fi
19631 fi
19632 fi
19633 ;;
19634 esac
19635 if test "X$found_dir" != "X"; then
19636 break
19637 fi
19638 done
19639 fi
19640 if test "X$found_dir" != "X"; then
19641 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
19642 if test "X$found_so" != "X"; then
19643 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
19644 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
19645 else
19646 haveit=
19647 for x in $ltrpathdirs; do
19648 if test "X$x" = "X$found_dir"; then
19649 haveit=yes
19650 break
19651 fi
19652 done
19653 if test -z "$haveit"; then
19654 ltrpathdirs="$ltrpathdirs $found_dir"
19655 fi
19656 if test "$hardcode_direct" = yes; then
19657 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
19658 else
19659 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
19660 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
19661 haveit=
19662 for x in $rpathdirs; do
19663 if test "X$x" = "X$found_dir"; then
19664 haveit=yes
19665 break
19666 fi
19667 done
19668 if test -z "$haveit"; then
19669 rpathdirs="$rpathdirs $found_dir"
19670 fi
19671 else
19672 haveit=
19673 for x in $LDFLAGS $LIBICONV; do
19674
19675 acl_save_prefix="$prefix"
19676 prefix="$acl_final_prefix"
19677 acl_save_exec_prefix="$exec_prefix"
19678 exec_prefix="$acl_final_exec_prefix"
19679 eval x=\"$x\"
19680 exec_prefix="$acl_save_exec_prefix"
19681 prefix="$acl_save_prefix"
19682
19683 if test "X$x" = "X-L$found_dir"; then
19684 haveit=yes
19685 break
19686 fi
19687 done
19688 if test -z "$haveit"; then
19689 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
19690 fi
19691 if test "$hardcode_minus_L" != no; then
19692 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
19693 else
19694 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
19695 fi
19696 fi
19697 fi
19698 fi
19699 else
19700 if test "X$found_a" != "X"; then
19701 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
19702 else
19703 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
19704 fi
19705 fi
19706 additional_includedir=
19707 case "$found_dir" in
19708 */$acl_libdirstem | */$acl_libdirstem/)
19709 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
19710 additional_includedir="$basedir/include"
19711 ;;
19712 esac
19713 if test "X$additional_includedir" != "X"; then
19714 if test "X$additional_includedir" != "X/usr/include"; then
19715 haveit=
19716 if test "X$additional_includedir" = "X/usr/local/include"; then
19717 if test -n "$GCC"; then
19718 case $host_os in
19719 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
19720 esac
19721 fi
19722 fi
19723 if test -z "$haveit"; then
19724 for x in $CPPFLAGS $INCICONV; do
19725
19726 acl_save_prefix="$prefix"
19727 prefix="$acl_final_prefix"
19728 acl_save_exec_prefix="$exec_prefix"
19729 exec_prefix="$acl_final_exec_prefix"
19730 eval x=\"$x\"
19731 exec_prefix="$acl_save_exec_prefix"
19732 prefix="$acl_save_prefix"
19733
19734 if test "X$x" = "X-I$additional_includedir"; then
19735 haveit=yes
19736 break
19737 fi
19738 done
19739 if test -z "$haveit"; then
19740 if test -d "$additional_includedir"; then
19741 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
19742 fi
19743 fi
19744 fi
19745 fi
19746 fi
19747 if test -n "$found_la"; then
19748 save_libdir="$libdir"
19749 case "$found_la" in
19750 */* | *\\*) . "$found_la" ;;
19751 *) . "./$found_la" ;;
19752 esac
19753 libdir="$save_libdir"
19754 for dep in $dependency_libs; do
19755 case "$dep" in
19756 -L*)
19757 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
19758 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
19759 haveit=
19760 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
19761 if test -n "$GCC"; then
19762 case $host_os in
19763 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
19764 esac
19765 fi
19766 fi
19767 if test -z "$haveit"; then
19768 haveit=
19769 for x in $LDFLAGS $LIBICONV; do
19770
19771 acl_save_prefix="$prefix"
19772 prefix="$acl_final_prefix"
19773 acl_save_exec_prefix="$exec_prefix"
19774 exec_prefix="$acl_final_exec_prefix"
19775 eval x=\"$x\"
19776 exec_prefix="$acl_save_exec_prefix"
19777 prefix="$acl_save_prefix"
19778
19779 if test "X$x" = "X-L$additional_libdir"; then
19780 haveit=yes
19781 break
19782 fi
19783 done
19784 if test -z "$haveit"; then
19785 if test -d "$additional_libdir"; then
19786 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
19787 fi
19788 fi
19789 haveit=
19790 for x in $LDFLAGS $LTLIBICONV; do
19791
19792 acl_save_prefix="$prefix"
19793 prefix="$acl_final_prefix"
19794 acl_save_exec_prefix="$exec_prefix"
19795 exec_prefix="$acl_final_exec_prefix"
19796 eval x=\"$x\"
19797 exec_prefix="$acl_save_exec_prefix"
19798 prefix="$acl_save_prefix"
19799
19800 if test "X$x" = "X-L$additional_libdir"; then
19801 haveit=yes
19802 break
19803 fi
19804 done
19805 if test -z "$haveit"; then
19806 if test -d "$additional_libdir"; then
19807 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
19808 fi
19809 fi
19810 fi
19811 fi
19812 ;;
19813 -R*)
19814 dir=`echo "X$dep" | sed -e 's/^X-R//'`
19815 if test "$enable_rpath" != no; then
19816 haveit=
19817 for x in $rpathdirs; do
19818 if test "X$x" = "X$dir"; then
19819 haveit=yes
19820 break
19821 fi
19822 done
19823 if test -z "$haveit"; then
19824 rpathdirs="$rpathdirs $dir"
19825 fi
19826 haveit=
19827 for x in $ltrpathdirs; do
19828 if test "X$x" = "X$dir"; then
19829 haveit=yes
19830 break
19831 fi
19832 done
19833 if test -z "$haveit"; then
19834 ltrpathdirs="$ltrpathdirs $dir"
19835 fi
19836 fi
19837 ;;
19838 -l*)
19839 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
19840 ;;
19841 *.la)
19842 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
19843 ;;
19844 *)
19845 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
19846 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
19847 ;;
19848 esac
19849 done
19850 fi
19851 else
19852 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
19853 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
19854 fi
19855 fi
19856 fi
19857 done
19858 done
19859 if test "X$rpathdirs" != "X"; then
19860 if test -n "$hardcode_libdir_separator"; then
19861 alldirs=
19862 for found_dir in $rpathdirs; do
19863 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
19864 done
19865 acl_save_libdir="$libdir"
19866 libdir="$alldirs"
19867 eval flag=\"$hardcode_libdir_flag_spec\"
19868 libdir="$acl_save_libdir"
19869 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
19870 else
19871 for found_dir in $rpathdirs; do
19872 acl_save_libdir="$libdir"
19873 libdir="$found_dir"
19874 eval flag=\"$hardcode_libdir_flag_spec\"
19875 libdir="$acl_save_libdir"
19876 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
19877 done
19878 fi
19879 fi
19880 if test "X$ltrpathdirs" != "X"; then
19881 for found_dir in $ltrpathdirs; do
19882 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
19883 done
19884 fi
19885
19886
19887
19888
19889
19890
19891
19892
19893
19894
19895
19896
19897
19898
19899
19900
19901
19902
19903
19904
19905
19906
19907
19908
19909
19910 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
19911 printf %s "checking for CFPreferencesCopyAppValue... " >&6; }
19912 if test ${gt_cv_func_CFPreferencesCopyAppValue+y}
19913 then :
19914 printf %s "(cached) " >&6
19915 else $as_nop
19916 gt_save_LIBS="$LIBS"
19917 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
19918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19919 /* end confdefs.h. */
19920 #include <CoreFoundation/CFPreferences.h>
19921 int
19922 main (void)
19923 {
19924 CFPreferencesCopyAppValue(NULL, NULL)
19925 ;
19926 return 0;
19927 }
19928 _ACEOF
19929 if ac_fn_c_try_link "$LINENO"
19930 then :
19931 gt_cv_func_CFPreferencesCopyAppValue=yes
19932 else $as_nop
19933 gt_cv_func_CFPreferencesCopyAppValue=no
19934 fi
19935 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19936 conftest$ac_exeext conftest.$ac_ext
19937 LIBS="$gt_save_LIBS"
19938 fi
19939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
19940 printf "%s\n" "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
19941 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
19942
19943 printf "%s\n" "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
19944
19945 fi
19946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
19947 printf %s "checking for CFLocaleCopyCurrent... " >&6; }
19948 if test ${gt_cv_func_CFLocaleCopyCurrent+y}
19949 then :
19950 printf %s "(cached) " >&6
19951 else $as_nop
19952 gt_save_LIBS="$LIBS"
19953 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
19954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19955 /* end confdefs.h. */
19956 #include <CoreFoundation/CFLocale.h>
19957 int
19958 main (void)
19959 {
19960 CFLocaleCopyCurrent();
19961 ;
19962 return 0;
19963 }
19964 _ACEOF
19965 if ac_fn_c_try_link "$LINENO"
19966 then :
19967 gt_cv_func_CFLocaleCopyCurrent=yes
19968 else $as_nop
19969 gt_cv_func_CFLocaleCopyCurrent=no
19970 fi
19971 rm -f core conftest.err conftest.$ac_objext conftest.beam \
19972 conftest$ac_exeext conftest.$ac_ext
19973 LIBS="$gt_save_LIBS"
19974 fi
19975 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
19976 printf "%s\n" "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
19977 if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
19978
19979 printf "%s\n" "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
19980
19981 fi
19982 INTL_MACOSX_LIBS=
19983 if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
19984 INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
19985 fi
19986
19987
19988
19989
19990
19991
19992 LIBINTL=
19993 LTLIBINTL=
19994 POSUB=
19995
19996 case " $gt_needs " in
19997 *" need-formatstring-macros "*) gt_api_version=3 ;;
19998 *" need-ngettext "*) gt_api_version=2 ;;
19999 *) gt_api_version=1 ;;
20000 esac
20001 gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
20002 gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
20003
20004 if test "$USE_NLS" = "yes"; then
20005 gt_use_preinstalled_gnugettext=no
20006
20007
20008 if test $gt_api_version -ge 3; then
20009 gt_revision_test_code='
20010 #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
20011 #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
20012 #endif
20013 typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
20014 '
20015 else
20016 gt_revision_test_code=
20017 fi
20018 if test $gt_api_version -ge 2; then
20019 gt_expression_test_code=' + * ngettext ("", "", 0)'
20020 else
20021 gt_expression_test_code=
20022 fi
20023
20024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
20025 printf %s "checking for GNU gettext in libc... " >&6; }
20026 if eval test \${$gt_func_gnugettext_libc+y}
20027 then :
20028 printf %s "(cached) " >&6
20029 else $as_nop
20030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20031 /* end confdefs.h. */
20032 #include <libintl.h>
20033 $gt_revision_test_code
20034 extern int _nl_msg_cat_cntr;
20035 extern int *_nl_domain_bindings;
20036 int
20037 main (void)
20038 {
20039 bindtextdomain ("", "");
20040 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
20041 ;
20042 return 0;
20043 }
20044 _ACEOF
20045 if ac_fn_c_try_link "$LINENO"
20046 then :
20047 eval "$gt_func_gnugettext_libc=yes"
20048 else $as_nop
20049 eval "$gt_func_gnugettext_libc=no"
20050 fi
20051 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20052 conftest$ac_exeext conftest.$ac_ext
20053 fi
20054 eval ac_res=\$$gt_func_gnugettext_libc
20055 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20056 printf "%s\n" "$ac_res" >&6; }
20057
20058 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
20059
20060
20061
20062
20063
20064 am_save_CPPFLAGS="$CPPFLAGS"
20065
20066 for element in $INCICONV; do
20067 haveit=
20068 for x in $CPPFLAGS; do
20069
20070 acl_save_prefix="$prefix"
20071 prefix="$acl_final_prefix"
20072 acl_save_exec_prefix="$exec_prefix"
20073 exec_prefix="$acl_final_exec_prefix"
20074 eval x=\"$x\"
20075 exec_prefix="$acl_save_exec_prefix"
20076 prefix="$acl_save_prefix"
20077
20078 if test "X$x" = "X$element"; then
20079 haveit=yes
20080 break
20081 fi
20082 done
20083 if test -z "$haveit"; then
20084 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
20085 fi
20086 done
20087
20088
20089 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
20090 printf %s "checking for iconv... " >&6; }
20091 if test ${am_cv_func_iconv+y}
20092 then :
20093 printf %s "(cached) " >&6
20094 else $as_nop
20095
20096 am_cv_func_iconv="no, consider installing GNU libiconv"
20097 am_cv_lib_iconv=no
20098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20099 /* end confdefs.h. */
20100 #include <stdlib.h>
20101 #include <iconv.h>
20102 int
20103 main (void)
20104 {
20105 iconv_t cd = iconv_open("","");
20106 iconv(cd,NULL,NULL,NULL,NULL);
20107 iconv_close(cd);
20108 ;
20109 return 0;
20110 }
20111 _ACEOF
20112 if ac_fn_c_try_link "$LINENO"
20113 then :
20114 am_cv_func_iconv=yes
20115 fi
20116 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20117 conftest$ac_exeext conftest.$ac_ext
20118 if test "$am_cv_func_iconv" != yes; then
20119 am_save_LIBS="$LIBS"
20120 LIBS="$LIBS $LIBICONV"
20121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20122 /* end confdefs.h. */
20123 #include <stdlib.h>
20124 #include <iconv.h>
20125 int
20126 main (void)
20127 {
20128 iconv_t cd = iconv_open("","");
20129 iconv(cd,NULL,NULL,NULL,NULL);
20130 iconv_close(cd);
20131 ;
20132 return 0;
20133 }
20134 _ACEOF
20135 if ac_fn_c_try_link "$LINENO"
20136 then :
20137 am_cv_lib_iconv=yes
20138 am_cv_func_iconv=yes
20139 fi
20140 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20141 conftest$ac_exeext conftest.$ac_ext
20142 LIBS="$am_save_LIBS"
20143 fi
20144
20145 fi
20146 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
20147 printf "%s\n" "$am_cv_func_iconv" >&6; }
20148 if test "$am_cv_func_iconv" = yes; then
20149
20150 printf "%s\n" "#define HAVE_ICONV 1" >>confdefs.h
20151
20152 fi
20153 if test "$am_cv_lib_iconv" = yes; then
20154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
20155 printf %s "checking how to link with libiconv... " >&6; }
20156 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
20157 printf "%s\n" "$LIBICONV" >&6; }
20158 else
20159 CPPFLAGS="$am_save_CPPFLAGS"
20160 LIBICONV=
20161 LTLIBICONV=
20162 fi
20163
20164
20165
20166
20167
20168
20169
20170 use_additional=yes
20171
20172 acl_save_prefix="$prefix"
20173 prefix="$acl_final_prefix"
20174 acl_save_exec_prefix="$exec_prefix"
20175 exec_prefix="$acl_final_exec_prefix"
20176
20177 eval additional_includedir=\"$includedir\"
20178 eval additional_libdir=\"$libdir\"
20179
20180 exec_prefix="$acl_save_exec_prefix"
20181 prefix="$acl_save_prefix"
20182
20183
20184 # Check whether --with-libintl-prefix was given.
20185 if test ${with_libintl_prefix+y}
20186 then :
20187 withval=$with_libintl_prefix;
20188 if test "X$withval" = "Xno"; then
20189 use_additional=no
20190 else
20191 if test "X$withval" = "X"; then
20192
20193 acl_save_prefix="$prefix"
20194 prefix="$acl_final_prefix"
20195 acl_save_exec_prefix="$exec_prefix"
20196 exec_prefix="$acl_final_exec_prefix"
20197
20198 eval additional_includedir=\"$includedir\"
20199 eval additional_libdir=\"$libdir\"
20200
20201 exec_prefix="$acl_save_exec_prefix"
20202 prefix="$acl_save_prefix"
20203
20204 else
20205 additional_includedir="$withval/include"
20206 additional_libdir="$withval/$acl_libdirstem"
20207 fi
20208 fi
20209
20210 fi
20211
20212 LIBINTL=
20213 LTLIBINTL=
20214 INCINTL=
20215 rpathdirs=
20216 ltrpathdirs=
20217 names_already_handled=
20218 names_next_round='intl '
20219 while test -n "$names_next_round"; do
20220 names_this_round="$names_next_round"
20221 names_next_round=
20222 for name in $names_this_round; do
20223 already_handled=
20224 for n in $names_already_handled; do
20225 if test "$n" = "$name"; then
20226 already_handled=yes
20227 break
20228 fi
20229 done
20230 if test -z "$already_handled"; then
20231 names_already_handled="$names_already_handled $name"
20232 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
20233 eval value=\"\$HAVE_LIB$uppername\"
20234 if test -n "$value"; then
20235 if test "$value" = yes; then
20236 eval value=\"\$LIB$uppername\"
20237 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
20238 eval value=\"\$LTLIB$uppername\"
20239 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
20240 else
20241 :
20242 fi
20243 else
20244 found_dir=
20245 found_la=
20246 found_so=
20247 found_a=
20248 if test $use_additional = yes; then
20249 if test -n "$shlibext" \
20250 && { test -f "$additional_libdir/lib$name.$shlibext" \
20251 || { test "$shlibext" = dll \
20252 && test -f "$additional_libdir/lib$name.dll.a"; }; }; then
20253 found_dir="$additional_libdir"
20254 if test -f "$additional_libdir/lib$name.$shlibext"; then
20255 found_so="$additional_libdir/lib$name.$shlibext"
20256 else
20257 found_so="$additional_libdir/lib$name.dll.a"
20258 fi
20259 if test -f "$additional_libdir/lib$name.la"; then
20260 found_la="$additional_libdir/lib$name.la"
20261 fi
20262 else
20263 if test -f "$additional_libdir/lib$name.$libext"; then
20264 found_dir="$additional_libdir"
20265 found_a="$additional_libdir/lib$name.$libext"
20266 if test -f "$additional_libdir/lib$name.la"; then
20267 found_la="$additional_libdir/lib$name.la"
20268 fi
20269 fi
20270 fi
20271 fi
20272 if test "X$found_dir" = "X"; then
20273 for x in $LDFLAGS $LTLIBINTL; do
20274
20275 acl_save_prefix="$prefix"
20276 prefix="$acl_final_prefix"
20277 acl_save_exec_prefix="$exec_prefix"
20278 exec_prefix="$acl_final_exec_prefix"
20279 eval x=\"$x\"
20280 exec_prefix="$acl_save_exec_prefix"
20281 prefix="$acl_save_prefix"
20282
20283 case "$x" in
20284 -L*)
20285 dir=`echo "X$x" | sed -e 's/^X-L//'`
20286 if test -n "$shlibext" \
20287 && { test -f "$dir/lib$name.$shlibext" \
20288 || { test "$shlibext" = dll \
20289 && test -f "$dir/lib$name.dll.a"; }; }; then
20290 found_dir="$dir"
20291 if test -f "$dir/lib$name.$shlibext"; then
20292 found_so="$dir/lib$name.$shlibext"
20293 else
20294 found_so="$dir/lib$name.dll.a"
20295 fi
20296 if test -f "$dir/lib$name.la"; then
20297 found_la="$dir/lib$name.la"
20298 fi
20299 else
20300 if test -f "$dir/lib$name.$libext"; then
20301 found_dir="$dir"
20302 found_a="$dir/lib$name.$libext"
20303 if test -f "$dir/lib$name.la"; then
20304 found_la="$dir/lib$name.la"
20305 fi
20306 fi
20307 fi
20308 ;;
20309 esac
20310 if test "X$found_dir" != "X"; then
20311 break
20312 fi
20313 done
20314 fi
20315 if test "X$found_dir" != "X"; then
20316 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
20317 if test "X$found_so" != "X"; then
20318 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
20319 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
20320 else
20321 haveit=
20322 for x in $ltrpathdirs; do
20323 if test "X$x" = "X$found_dir"; then
20324 haveit=yes
20325 break
20326 fi
20327 done
20328 if test -z "$haveit"; then
20329 ltrpathdirs="$ltrpathdirs $found_dir"
20330 fi
20331 if test "$hardcode_direct" = yes; then
20332 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
20333 else
20334 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
20335 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
20336 haveit=
20337 for x in $rpathdirs; do
20338 if test "X$x" = "X$found_dir"; then
20339 haveit=yes
20340 break
20341 fi
20342 done
20343 if test -z "$haveit"; then
20344 rpathdirs="$rpathdirs $found_dir"
20345 fi
20346 else
20347 haveit=
20348 for x in $LDFLAGS $LIBINTL; do
20349
20350 acl_save_prefix="$prefix"
20351 prefix="$acl_final_prefix"
20352 acl_save_exec_prefix="$exec_prefix"
20353 exec_prefix="$acl_final_exec_prefix"
20354 eval x=\"$x\"
20355 exec_prefix="$acl_save_exec_prefix"
20356 prefix="$acl_save_prefix"
20357
20358 if test "X$x" = "X-L$found_dir"; then
20359 haveit=yes
20360 break
20361 fi
20362 done
20363 if test -z "$haveit"; then
20364 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
20365 fi
20366 if test "$hardcode_minus_L" != no; then
20367 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
20368 else
20369 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
20370 fi
20371 fi
20372 fi
20373 fi
20374 else
20375 if test "X$found_a" != "X"; then
20376 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
20377 else
20378 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
20379 fi
20380 fi
20381 additional_includedir=
20382 case "$found_dir" in
20383 */$acl_libdirstem | */$acl_libdirstem/)
20384 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
20385 additional_includedir="$basedir/include"
20386 ;;
20387 esac
20388 if test "X$additional_includedir" != "X"; then
20389 if test "X$additional_includedir" != "X/usr/include"; then
20390 haveit=
20391 if test "X$additional_includedir" = "X/usr/local/include"; then
20392 if test -n "$GCC"; then
20393 case $host_os in
20394 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
20395 esac
20396 fi
20397 fi
20398 if test -z "$haveit"; then
20399 for x in $CPPFLAGS $INCINTL; do
20400
20401 acl_save_prefix="$prefix"
20402 prefix="$acl_final_prefix"
20403 acl_save_exec_prefix="$exec_prefix"
20404 exec_prefix="$acl_final_exec_prefix"
20405 eval x=\"$x\"
20406 exec_prefix="$acl_save_exec_prefix"
20407 prefix="$acl_save_prefix"
20408
20409 if test "X$x" = "X-I$additional_includedir"; then
20410 haveit=yes
20411 break
20412 fi
20413 done
20414 if test -z "$haveit"; then
20415 if test -d "$additional_includedir"; then
20416 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
20417 fi
20418 fi
20419 fi
20420 fi
20421 fi
20422 if test -n "$found_la"; then
20423 save_libdir="$libdir"
20424 case "$found_la" in
20425 */* | *\\*) . "$found_la" ;;
20426 *) . "./$found_la" ;;
20427 esac
20428 libdir="$save_libdir"
20429 for dep in $dependency_libs; do
20430 case "$dep" in
20431 -L*)
20432 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
20433 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
20434 haveit=
20435 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
20436 if test -n "$GCC"; then
20437 case $host_os in
20438 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
20439 esac
20440 fi
20441 fi
20442 if test -z "$haveit"; then
20443 haveit=
20444 for x in $LDFLAGS $LIBINTL; do
20445
20446 acl_save_prefix="$prefix"
20447 prefix="$acl_final_prefix"
20448 acl_save_exec_prefix="$exec_prefix"
20449 exec_prefix="$acl_final_exec_prefix"
20450 eval x=\"$x\"
20451 exec_prefix="$acl_save_exec_prefix"
20452 prefix="$acl_save_prefix"
20453
20454 if test "X$x" = "X-L$additional_libdir"; then
20455 haveit=yes
20456 break
20457 fi
20458 done
20459 if test -z "$haveit"; then
20460 if test -d "$additional_libdir"; then
20461 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
20462 fi
20463 fi
20464 haveit=
20465 for x in $LDFLAGS $LTLIBINTL; do
20466
20467 acl_save_prefix="$prefix"
20468 prefix="$acl_final_prefix"
20469 acl_save_exec_prefix="$exec_prefix"
20470 exec_prefix="$acl_final_exec_prefix"
20471 eval x=\"$x\"
20472 exec_prefix="$acl_save_exec_prefix"
20473 prefix="$acl_save_prefix"
20474
20475 if test "X$x" = "X-L$additional_libdir"; then
20476 haveit=yes
20477 break
20478 fi
20479 done
20480 if test -z "$haveit"; then
20481 if test -d "$additional_libdir"; then
20482 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
20483 fi
20484 fi
20485 fi
20486 fi
20487 ;;
20488 -R*)
20489 dir=`echo "X$dep" | sed -e 's/^X-R//'`
20490 if test "$enable_rpath" != no; then
20491 haveit=
20492 for x in $rpathdirs; do
20493 if test "X$x" = "X$dir"; then
20494 haveit=yes
20495 break
20496 fi
20497 done
20498 if test -z "$haveit"; then
20499 rpathdirs="$rpathdirs $dir"
20500 fi
20501 haveit=
20502 for x in $ltrpathdirs; do
20503 if test "X$x" = "X$dir"; then
20504 haveit=yes
20505 break
20506 fi
20507 done
20508 if test -z "$haveit"; then
20509 ltrpathdirs="$ltrpathdirs $dir"
20510 fi
20511 fi
20512 ;;
20513 -l*)
20514 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
20515 ;;
20516 *.la)
20517 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
20518 ;;
20519 *)
20520 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
20521 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
20522 ;;
20523 esac
20524 done
20525 fi
20526 else
20527 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
20528 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
20529 fi
20530 fi
20531 fi
20532 done
20533 done
20534 if test "X$rpathdirs" != "X"; then
20535 if test -n "$hardcode_libdir_separator"; then
20536 alldirs=
20537 for found_dir in $rpathdirs; do
20538 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
20539 done
20540 acl_save_libdir="$libdir"
20541 libdir="$alldirs"
20542 eval flag=\"$hardcode_libdir_flag_spec\"
20543 libdir="$acl_save_libdir"
20544 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
20545 else
20546 for found_dir in $rpathdirs; do
20547 acl_save_libdir="$libdir"
20548 libdir="$found_dir"
20549 eval flag=\"$hardcode_libdir_flag_spec\"
20550 libdir="$acl_save_libdir"
20551 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
20552 done
20553 fi
20554 fi
20555 if test "X$ltrpathdirs" != "X"; then
20556 for found_dir in $ltrpathdirs; do
20557 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
20558 done
20559 fi
20560
20561 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
20562 printf %s "checking for GNU gettext in libintl... " >&6; }
20563 if eval test \${$gt_func_gnugettext_libintl+y}
20564 then :
20565 printf %s "(cached) " >&6
20566 else $as_nop
20567 gt_save_CPPFLAGS="$CPPFLAGS"
20568 CPPFLAGS="$CPPFLAGS $INCINTL"
20569 gt_save_LIBS="$LIBS"
20570 LIBS="$LIBS $LIBINTL"
20571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20572 /* end confdefs.h. */
20573 #include <libintl.h>
20574 $gt_revision_test_code
20575 extern int _nl_msg_cat_cntr;
20576 extern
20577 #ifdef __cplusplus
20578 "C"
20579 #endif
20580 const char *_nl_expand_alias (const char *);
20581 int
20582 main (void)
20583 {
20584 bindtextdomain ("", "");
20585 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
20586 ;
20587 return 0;
20588 }
20589 _ACEOF
20590 if ac_fn_c_try_link "$LINENO"
20591 then :
20592 eval "$gt_func_gnugettext_libintl=yes"
20593 else $as_nop
20594 eval "$gt_func_gnugettext_libintl=no"
20595 fi
20596 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20597 conftest$ac_exeext conftest.$ac_ext
20598 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
20599 LIBS="$LIBS $LIBICONV"
20600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20601 /* end confdefs.h. */
20602 #include <libintl.h>
20603 $gt_revision_test_code
20604 extern int _nl_msg_cat_cntr;
20605 extern
20606 #ifdef __cplusplus
20607 "C"
20608 #endif
20609 const char *_nl_expand_alias (const char *);
20610 int
20611 main (void)
20612 {
20613 bindtextdomain ("", "");
20614 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
20615 ;
20616 return 0;
20617 }
20618 _ACEOF
20619 if ac_fn_c_try_link "$LINENO"
20620 then :
20621 LIBINTL="$LIBINTL $LIBICONV"
20622 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
20623 eval "$gt_func_gnugettext_libintl=yes"
20624
20625 fi
20626 rm -f core conftest.err conftest.$ac_objext conftest.beam \
20627 conftest$ac_exeext conftest.$ac_ext
20628 fi
20629 CPPFLAGS="$gt_save_CPPFLAGS"
20630 LIBS="$gt_save_LIBS"
20631 fi
20632 eval ac_res=\$$gt_func_gnugettext_libintl
20633 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
20634 printf "%s\n" "$ac_res" >&6; }
20635 fi
20636
20637 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
20638 || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
20639 && test "$PACKAGE" != gettext-runtime \
20640 && test "$PACKAGE" != gettext-tools; }; then
20641 gt_use_preinstalled_gnugettext=yes
20642 else
20643 LIBINTL=
20644 LTLIBINTL=
20645 INCINTL=
20646 fi
20647
20648
20649
20650 if test -n "$INTL_MACOSX_LIBS"; then
20651 if test "$gt_use_preinstalled_gnugettext" = "yes" \
20652 || test "$nls_cv_use_gnu_gettext" = "yes"; then
20653 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
20654 LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
20655 fi
20656 fi
20657
20658 if test "$gt_use_preinstalled_gnugettext" = "yes" \
20659 || test "$nls_cv_use_gnu_gettext" = "yes"; then
20660
20661 printf "%s\n" "#define ENABLE_NLS 1" >>confdefs.h
20662
20663 else
20664 USE_NLS=no
20665 fi
20666 fi
20667
20668 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
20669 printf %s "checking whether to use NLS... " >&6; }
20670 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
20671 printf "%s\n" "$USE_NLS" >&6; }
20672 if test "$USE_NLS" = "yes"; then
20673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
20674 printf %s "checking where the gettext function comes from... " >&6; }
20675 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
20676 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
20677 gt_source="external libintl"
20678 else
20679 gt_source="libc"
20680 fi
20681 else
20682 gt_source="included intl directory"
20683 fi
20684 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
20685 printf "%s\n" "$gt_source" >&6; }
20686 fi
20687
20688 if test "$USE_NLS" = "yes"; then
20689
20690 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
20691 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
20692 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
20693 printf %s "checking how to link with libintl... " >&6; }
20694 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
20695 printf "%s\n" "$LIBINTL" >&6; }
20696
20697 for element in $INCINTL; do
20698 haveit=
20699 for x in $CPPFLAGS; do
20700
20701 acl_save_prefix="$prefix"
20702 prefix="$acl_final_prefix"
20703 acl_save_exec_prefix="$exec_prefix"
20704 exec_prefix="$acl_final_exec_prefix"
20705 eval x=\"$x\"
20706 exec_prefix="$acl_save_exec_prefix"
20707 prefix="$acl_save_prefix"
20708
20709 if test "X$x" = "X$element"; then
20710 haveit=yes
20711 break
20712 fi
20713 done
20714 if test -z "$haveit"; then
20715 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
20716 fi
20717 done
20718
20719 fi
20720
20721
20722 printf "%s\n" "#define HAVE_GETTEXT 1" >>confdefs.h
20723
20724
20725 printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h
20726
20727 fi
20728
20729 POSUB=po
20730 fi
20731
20732
20733
20734 INTLLIBS="$LIBINTL"
20735
20736
20737
20738
20739
20740
20741
20742
20743
20744 # OUTPUT files
20745 ac_config_files="$ac_config_files po/Makefile.in Makefile ibus-array.spec src/Makefile src/array.inputMethod.xml.in icons/Makefile setup/Makefile setup/ibus-setup-array setup/config.py data/Makefile m4/Makefile"
20746
20747
20748 cat >confcache <<\_ACEOF
20749 # This file is a shell script that caches the results of configure
20750 # tests run on this system so they can be shared between configure
20751 # scripts and configure runs, see configure's option --config-cache.
20752 # It is not useful on other systems. If it contains results you don't
20753 # want to keep, you may remove or edit it.
20754 #
20755 # config.status only pays attention to the cache file if you give it
20756 # the --recheck option to rerun configure.
20757 #
20758 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20759 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20760 # following values.
20761
20762 _ACEOF
20763
20764 # The following way of writing the cache mishandles newlines in values,
20765 # but we know of no workaround that is simple, portable, and efficient.
20766 # So, we kill variables containing newlines.
20767 # Ultrix sh set writes to stderr and can't be redirected directly,
20768 # and sets the high bit in the cache file unless we assign to the vars.
20769 (
20770 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20771 eval ac_val=\$$ac_var
20772 case $ac_val in #(
20773 *${as_nl}*)
20774 case $ac_var in #(
20775 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20776 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20777 esac
20778 case $ac_var in #(
20779 _ | IFS | as_nl) ;; #(
20780 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
20781 *) { eval $ac_var=; unset $ac_var;} ;;
20782 esac ;;
20783 esac
20784 done
20785
20786 (set) 2>&1 |
20787 case $as_nl`(ac_space=' '; set) 2>&1` in #(
20788 *${as_nl}ac_space=\ *)
20789 # `set' does not quote correctly, so add quotes: double-quote
20790 # substitution turns \\\\ into \\, and sed turns \\ into \.
20791 sed -n \
20792 "s/'/'\\\\''/g;
20793 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20794 ;; #(
20795 *)
20796 # `set' quotes correctly as required by POSIX, so do not add quotes.
20797 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20798 ;;
20799 esac |
20800 sort
20801 ) |
20802 sed '
20803 /^ac_cv_env_/b end
20804 t clear
20805 :clear
20806 s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
20807 t end
20808 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20809 :end' >>confcache
20810 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20811 if test -w "$cache_file"; then
20812 if test "x$cache_file" != "x/dev/null"; then
20813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20814 printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
20815 if test ! -f "$cache_file" || test -h "$cache_file"; then
20816 cat confcache >"$cache_file"
20817 else
20818 case $cache_file in #(
20819 */* | ?:*)
20820 mv -f confcache "$cache_file"$$ &&
20821 mv -f "$cache_file"$$ "$cache_file" ;; #(
20822 *)
20823 mv -f confcache "$cache_file" ;;
20824 esac
20825 fi
20826 fi
20827 else
20828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20829 printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
20830 fi
20831 fi
20832 rm -f confcache
20833
20834 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20835 # Let make expand exec_prefix.
20836 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20837
20838 DEFS=-DHAVE_CONFIG_H
20839
20840 ac_libobjs=
20841 ac_ltlibobjs=
20842 U=
20843 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20844 # 1. Remove the extension, and $U if already installed.
20845 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20846 ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
20847 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20848 # will be set to the directory where LIBOBJS objects are built.
20849 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20850 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
20851 done
20852 LIBOBJS=$ac_libobjs
20853
20854 LTLIBOBJS=$ac_ltlibobjs
20855
20856
20857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
20858 printf %s "checking that generated files are newer than configure... " >&6; }
20859 if test -n "$am_sleep_pid"; then
20860 # Hide warnings about reused PIDs.
20861 wait $am_sleep_pid 2>/dev/null
20862 fi
20863 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
20864 printf "%s\n" "done" >&6; }
20865 if test -n "$EXEEXT"; then
20866 am__EXEEXT_TRUE=
20867 am__EXEEXT_FALSE='#'
20868 else
20869 am__EXEEXT_TRUE='#'
20870 am__EXEEXT_FALSE=
20871 fi
20872
20873 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
20874 as_fn_error $? "conditional \"AMDEP\" was never defined.
20875 Usually this means the macro was only invoked conditionally." "$LINENO" 5
20876 fi
20877 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
20878 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
20879 Usually this means the macro was only invoked conditionally." "$LINENO" 5
20880 fi
20881 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
20882 printf %s "checking that generated files are newer than configure... " >&6; }
20883 if test -n "$am_sleep_pid"; then
20884 # Hide warnings about reused PIDs.
20885 wait $am_sleep_pid 2>/dev/null
20886 fi
20887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
20888 printf "%s\n" "done" >&6; }
20889 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
20890 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
20891 Usually this means the macro was only invoked conditionally." "$LINENO" 5
20892 fi
20893 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
20894 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
20895 Usually this means the macro was only invoked conditionally." "$LINENO" 5
20896 fi
20897 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
20898 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
20899 Usually this means the macro was only invoked conditionally." "$LINENO" 5
20900 fi
20901
20902 : "${CONFIG_STATUS=./config.status}"
20903 ac_write_fail=0
20904 ac_clean_files_save=$ac_clean_files
20905 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20907 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
20908 as_write_fail=0
20909 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
20910 #! $SHELL
20911 # Generated by $as_me.
20912 # Run this file to recreate the current configuration.
20913 # Compiler output produced by configure, useful for debugging
20914 # configure, is in config.log if it exists.
20915
20916 debug=false
20917 ac_cs_recheck=false
20918 ac_cs_silent=false
20919
20920 SHELL=\${CONFIG_SHELL-$SHELL}
20921 export SHELL
20922 _ASEOF
20923 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20924 ## -------------------- ##
20925 ## M4sh Initialization. ##
20926 ## -------------------- ##
20927
20928 # Be more Bourne compatible
20929 DUALCASE=1; export DUALCASE # for MKS sh
20930 as_nop=:
20931 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
20932 then :
20933 emulate sh
20934 NULLCMD=:
20935 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20936 # is contrary to our usage. Disable this feature.
20937 alias -g '${1+"$@"}'='"$@"'
20938 setopt NO_GLOB_SUBST
20939 else $as_nop
20940 case `(set -o) 2>/dev/null` in #(
20941 *posix*) :
20942 set -o posix ;; #(
20943 *) :
20944 ;;
20945 esac
20946 fi
20947
20948
20949
20950 # Reset variables that may have inherited troublesome values from
20951 # the environment.
20952
20953 # IFS needs to be set, to space, tab, and newline, in precisely that order.
20954 # (If _AS_PATH_WALK were called with IFS unset, it would have the
20955 # side effect of setting IFS to empty, thus disabling word splitting.)
20956 # Quoting is to prevent editors from complaining about space-tab.
20957 as_nl='
20958 '
20959 export as_nl
20960 IFS=" "" $as_nl"
20961
20962 PS1='$ '
20963 PS2='> '
20964 PS4='+ '
20965
20966 # Ensure predictable behavior from utilities with locale-dependent output.
20967 LC_ALL=C
20968 export LC_ALL
20969 LANGUAGE=C
20970 export LANGUAGE
20971
20972 # We cannot yet rely on "unset" to work, but we need these variables
20973 # to be unset--not just set to an empty or harmless value--now, to
20974 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
20975 # also avoids known problems related to "unset" and subshell syntax
20976 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
20977 for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
20978 do eval test \${$as_var+y} \
20979 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
20980 done
20981
20982 # Ensure that fds 0, 1, and 2 are open.
20983 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
20984 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
20985 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
20986
20987 # The user is always right.
20988 if ${PATH_SEPARATOR+false} :; then
20989 PATH_SEPARATOR=:
20990 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20991 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20992 PATH_SEPARATOR=';'
20993 }
20994 fi
20995
20996
20997 # Find who we are. Look in the path if we contain no directory separator.
20998 as_myself=
20999 case $0 in #((
21000 *[\\/]* ) as_myself=$0 ;;
21001 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21002 for as_dir in $PATH
21003 do
21004 IFS=$as_save_IFS
21005 case $as_dir in #(((
21006 '') as_dir=./ ;;
21007 */) ;;
21008 *) as_dir=$as_dir/ ;;
21009 esac
21010 test -r "$as_dir$0" && as_myself=$as_dir$0 && break
21011 done
21012 IFS=$as_save_IFS
21013
21014 ;;
21015 esac
21016 # We did not find ourselves, most probably we were run as `sh COMMAND'
21017 # in which case we are not to be found in the path.
21018 if test "x$as_myself" = x; then
21019 as_myself=$0
21020 fi
21021 if test ! -f "$as_myself"; then
21022 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21023 exit 1
21024 fi
21025
21026
21027
21028 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21029 # ----------------------------------------
21030 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21031 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21032 # script with STATUS, using 1 if that was 0.
21033 as_fn_error ()
21034 {
21035 as_status=$1; test $as_status -eq 0 && as_status=1
21036 if test "$4"; then
21037 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
21038 printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21039 fi
21040 printf "%s\n" "$as_me: error: $2" >&2
21041 as_fn_exit $as_status
21042 } # as_fn_error
21043
21044
21045
21046 # as_fn_set_status STATUS
21047 # -----------------------
21048 # Set $? to STATUS, without forking.
21049 as_fn_set_status ()
21050 {
21051 return $1
21052 } # as_fn_set_status
21053
21054 # as_fn_exit STATUS
21055 # -----------------
21056 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21057 as_fn_exit ()
21058 {
21059 set +e
21060 as_fn_set_status $1
21061 exit $1
21062 } # as_fn_exit
21063
21064 # as_fn_unset VAR
21065 # ---------------
21066 # Portably unset VAR.
21067 as_fn_unset ()
21068 {
21069 { eval $1=; unset $1;}
21070 }
21071 as_unset=as_fn_unset
21072
21073 # as_fn_append VAR VALUE
21074 # ----------------------
21075 # Append the text in VALUE to the end of the definition contained in VAR. Take
21076 # advantage of any shell optimizations that allow amortized linear growth over
21077 # repeated appends, instead of the typical quadratic growth present in naive
21078 # implementations.
21079 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
21080 then :
21081 eval 'as_fn_append ()
21082 {
21083 eval $1+=\$2
21084 }'
21085 else $as_nop
21086 as_fn_append ()
21087 {
21088 eval $1=\$$1\$2
21089 }
21090 fi # as_fn_append
21091
21092 # as_fn_arith ARG...
21093 # ------------------
21094 # Perform arithmetic evaluation on the ARGs, and store the result in the
21095 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21096 # must be portable across $(()) and expr.
21097 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
21098 then :
21099 eval 'as_fn_arith ()
21100 {
21101 as_val=$(( $* ))
21102 }'
21103 else $as_nop
21104 as_fn_arith ()
21105 {
21106 as_val=`expr "$@" || test $? -eq 1`
21107 }
21108 fi # as_fn_arith
21109
21110
21111 if expr a : '\(a\)' >/dev/null 2>&1 &&
21112 test "X`expr 00001 : '.*\(...\)'`" = X001; then
21113 as_expr=expr
21114 else
21115 as_expr=false
21116 fi
21117
21118 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21119 as_basename=basename
21120 else
21121 as_basename=false
21122 fi
21123
21124 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21125 as_dirname=dirname
21126 else
21127 as_dirname=false
21128 fi
21129
21130 as_me=`$as_basename -- "$0" ||
21131 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21132 X"$0" : 'X\(//\)$' \| \
21133 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21134 printf "%s\n" X/"$0" |
21135 sed '/^.*\/\([^/][^/]*\)\/*$/{
21136 s//\1/
21137 q
21138 }
21139 /^X\/\(\/\/\)$/{
21140 s//\1/
21141 q
21142 }
21143 /^X\/\(\/\).*/{
21144 s//\1/
21145 q
21146 }
21147 s/.*/./; q'`
21148
21149 # Avoid depending upon Character Ranges.
21150 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21151 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21152 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21153 as_cr_digits='0123456789'
21154 as_cr_alnum=$as_cr_Letters$as_cr_digits
21155
21156
21157 # Determine whether it's possible to make 'echo' print without a newline.
21158 # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
21159 # for compatibility with existing Makefiles.
21160 ECHO_C= ECHO_N= ECHO_T=
21161 case `echo -n x` in #(((((
21162 -n*)
21163 case `echo 'xy\c'` in
21164 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
21165 xy) ECHO_C='\c';;
21166 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
21167 ECHO_T=' ';;
21168 esac;;
21169 *)
21170 ECHO_N='-n';;
21171 esac
21172
21173 # For backward compatibility with old third-party macros, we provide
21174 # the shell variables $as_echo and $as_echo_n. New code should use
21175 # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
21176 as_echo='printf %s\n'
21177 as_echo_n='printf %s'
21178
21179 rm -f conf$$ conf$$.exe conf$$.file
21180 if test -d conf$$.dir; then
21181 rm -f conf$$.dir/conf$$.file
21182 else
21183 rm -f conf$$.dir
21184 mkdir conf$$.dir 2>/dev/null
21185 fi
21186 if (echo >conf$$.file) 2>/dev/null; then
21187 if ln -s conf$$.file conf$$ 2>/dev/null; then
21188 as_ln_s='ln -s'
21189 # ... but there are two gotchas:
21190 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21191 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21192 # In both cases, we have to default to `cp -pR'.
21193 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21194 as_ln_s='cp -pR'
21195 elif ln conf$$.file conf$$ 2>/dev/null; then
21196 as_ln_s=ln
21197 else
21198 as_ln_s='cp -pR'
21199 fi
21200 else
21201 as_ln_s='cp -pR'
21202 fi
21203 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21204 rmdir conf$$.dir 2>/dev/null
21205
21206
21207 # as_fn_mkdir_p
21208 # -------------
21209 # Create "$as_dir" as a directory, including parents if necessary.
21210 as_fn_mkdir_p ()
21211 {
21212
21213 case $as_dir in #(
21214 -*) as_dir=./$as_dir;;
21215 esac
21216 test -d "$as_dir" || eval $as_mkdir_p || {
21217 as_dirs=
21218 while :; do
21219 case $as_dir in #(
21220 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21221 *) as_qdir=$as_dir;;
21222 esac
21223 as_dirs="'$as_qdir' $as_dirs"
21224 as_dir=`$as_dirname -- "$as_dir" ||
21225 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21226 X"$as_dir" : 'X\(//\)[^/]' \| \
21227 X"$as_dir" : 'X\(//\)$' \| \
21228 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21229 printf "%s\n" X"$as_dir" |
21230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21231 s//\1/
21232 q
21233 }
21234 /^X\(\/\/\)[^/].*/{
21235 s//\1/
21236 q
21237 }
21238 /^X\(\/\/\)$/{
21239 s//\1/
21240 q
21241 }
21242 /^X\(\/\).*/{
21243 s//\1/
21244 q
21245 }
21246 s/.*/./; q'`
21247 test -d "$as_dir" && break
21248 done
21249 test -z "$as_dirs" || eval "mkdir $as_dirs"
21250 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
21251
21252
21253 } # as_fn_mkdir_p
21254 if mkdir -p . 2>/dev/null; then
21255 as_mkdir_p='mkdir -p "$as_dir"'
21256 else
21257 test -d ./-p && rmdir ./-p
21258 as_mkdir_p=false
21259 fi
21260
21261
21262 # as_fn_executable_p FILE
21263 # -----------------------
21264 # Test if FILE is an executable regular file.
21265 as_fn_executable_p ()
21266 {
21267 test -f "$1" && test -x "$1"
21268 } # as_fn_executable_p
21269 as_test_x='test -x'
21270 as_executable_p=as_fn_executable_p
21271
21272 # Sed expression to map a string onto a valid CPP name.
21273 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21274
21275 # Sed expression to map a string onto a valid variable name.
21276 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21277
21278
21279 exec 6>&1
21280 ## ----------------------------------- ##
21281 ## Main body of $CONFIG_STATUS script. ##
21282 ## ----------------------------------- ##
21283 _ASEOF
21284 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
21285
21286 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21287 # Save the log message, to keep $0 and so on meaningful, and to
21288 # report actual input values of CONFIG_FILES etc. instead of their
21289 # values after options handling.
21290 ac_log="
21291 This file was extended by ibus-array $as_me 0.2.2, which was
21292 generated by GNU Autoconf 2.71. Invocation command line was
21293
21294 CONFIG_FILES = $CONFIG_FILES
21295 CONFIG_HEADERS = $CONFIG_HEADERS
21296 CONFIG_LINKS = $CONFIG_LINKS
21297 CONFIG_COMMANDS = $CONFIG_COMMANDS
21298 $ $0 $@
21299
21300 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21301 "
21302
21303 _ACEOF
21304
21305 case $ac_config_files in *"
21306 "*) set x $ac_config_files; shift; ac_config_files=$*;;
21307 esac
21308
21309 case $ac_config_headers in *"
21310 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
21311 esac
21312
21313
21314 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21315 # Files that config.status was made for.
21316 config_files="$ac_config_files"
21317 config_headers="$ac_config_headers"
21318 config_commands="$ac_config_commands"
21319
21320 _ACEOF
21321
21322 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21323 ac_cs_usage="\
21324 \`$as_me' instantiates files and other configuration actions
21325 from templates according to the current configuration. Unless the files
21326 and actions are specified as TAGs, all are instantiated by default.
21327
21328 Usage: $0 [OPTION]... [TAG]...
21329
21330 -h, --help print this help, then exit
21331 -V, --version print version number and configuration settings, then exit
21332 --config print configuration, then exit
21333 -q, --quiet, --silent
21334 do not print progress messages
21335 -d, --debug don't remove temporary files
21336 --recheck update $as_me by reconfiguring in the same conditions
21337 --file=FILE[:TEMPLATE]
21338 instantiate the configuration file FILE
21339 --header=FILE[:TEMPLATE]
21340 instantiate the configuration header FILE
21341
21342 Configuration files:
21343 $config_files
21344
21345 Configuration headers:
21346 $config_headers
21347
21348 Configuration commands:
21349 $config_commands
21350
21351 Report bugs to <https://github.com/lexical/ibus-array/issues>."
21352
21353 _ACEOF
21354 ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
21355 ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
21356 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21357 ac_cs_config='$ac_cs_config_escaped'
21358 ac_cs_version="\\
21359 ibus-array config.status 0.2.2
21360 configured by $0, generated by GNU Autoconf 2.71,
21361 with options \\"\$ac_cs_config\\"
21362
21363 Copyright (C) 2021 Free Software Foundation, Inc.
21364 This config.status script is free software; the Free Software Foundation
21365 gives unlimited permission to copy, distribute and modify it."
21366
21367 ac_pwd='$ac_pwd'
21368 srcdir='$srcdir'
21369 INSTALL='$INSTALL'
21370 MKDIR_P='$MKDIR_P'
21371 AWK='$AWK'
21372 test -n "\$AWK" || AWK=awk
21373 _ACEOF
21374
21375 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21376 # The default lists apply if the user does not specify any file.
21377 ac_need_defaults=:
21378 while test $# != 0
21379 do
21380 case $1 in
21381 --*=?*)
21382 ac_option=`expr "X$1" : 'X\([^=]*\)='`
21383 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21384 ac_shift=:
21385 ;;
21386 --*=)
21387 ac_option=`expr "X$1" : 'X\([^=]*\)='`
21388 ac_optarg=
21389 ac_shift=:
21390 ;;
21391 *)
21392 ac_option=$1
21393 ac_optarg=$2
21394 ac_shift=shift
21395 ;;
21396 esac
21397
21398 case $ac_option in
21399 # Handling of the options.
21400 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21401 ac_cs_recheck=: ;;
21402 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21403 printf "%s\n" "$ac_cs_version"; exit ;;
21404 --config | --confi | --conf | --con | --co | --c )
21405 printf "%s\n" "$ac_cs_config"; exit ;;
21406 --debug | --debu | --deb | --de | --d | -d )
21407 debug=: ;;
21408 --file | --fil | --fi | --f )
21409 $ac_shift
21410 case $ac_optarg in
21411 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21412 '') as_fn_error $? "missing file argument" ;;
21413 esac
21414 as_fn_append CONFIG_FILES " '$ac_optarg'"
21415 ac_need_defaults=false;;
21416 --header | --heade | --head | --hea )
21417 $ac_shift
21418 case $ac_optarg in
21419 *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21420 esac
21421 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
21422 ac_need_defaults=false;;
21423 --he | --h)
21424 # Conflict between --help and --header
21425 as_fn_error $? "ambiguous option: \`$1'
21426 Try \`$0 --help' for more information.";;
21427 --help | --hel | -h )
21428 printf "%s\n" "$ac_cs_usage"; exit ;;
21429 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21430 | -silent | --silent | --silen | --sile | --sil | --si | --s)
21431 ac_cs_silent=: ;;
21432
21433 # This is an error.
21434 -*) as_fn_error $? "unrecognized option: \`$1'
21435 Try \`$0 --help' for more information." ;;
21436
21437 *) as_fn_append ac_config_targets " $1"
21438 ac_need_defaults=false ;;
21439
21440 esac
21441 shift
21442 done
21443
21444 ac_configure_extra_args=
21445
21446 if $ac_cs_silent; then
21447 exec 6>/dev/null
21448 ac_configure_extra_args="$ac_configure_extra_args --silent"
21449 fi
21450
21451 _ACEOF
21452 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21453 if \$ac_cs_recheck; then
21454 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21455 shift
21456 \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
21457 CONFIG_SHELL='$SHELL'
21458 export CONFIG_SHELL
21459 exec "\$@"
21460 fi
21461
21462 _ACEOF
21463 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21464 exec 5>>config.log
21465 {
21466 echo
21467 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21468 ## Running $as_me. ##
21469 _ASBOX
21470 printf "%s\n" "$ac_log"
21471 } >&5
21472
21473 _ACEOF
21474 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21475 #
21476 # INIT-COMMANDS
21477 #
21478 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
21479
21480
21481 # The HP-UX ksh and POSIX shell print the target directory to stdout
21482 # if CDPATH is set.
21483 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
21484
21485 sed_quote_subst='$sed_quote_subst'
21486 double_quote_subst='$double_quote_subst'
21487 delay_variable_subst='$delay_variable_subst'
21488 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
21489 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
21490 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
21491 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
21492 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
21493 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
21494 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
21495 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
21496 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
21497 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
21498 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
21499 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
21500 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
21501 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
21502 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
21503 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
21504 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
21505 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
21506 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
21507 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
21508 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
21509 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
21510 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
21511 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
21512 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
21513 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
21514 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
21515 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
21516 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
21517 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
21518 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
21519 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
21520 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
21521 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
21522 FILECMD='`$ECHO "$FILECMD" | $SED "$delay_single_quote_subst"`'
21523 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
21524 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
21525 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
21526 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
21527 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
21528 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
21529 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
21530 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
21531 lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
21532 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
21533 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
21534 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
21535 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
21536 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
21537 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
21538 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
21539 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
21540 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
21541 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
21542 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
21543 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
21544 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
21545 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
21546 lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
21547 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
21548 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"`'
21549 lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
21550 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
21551 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
21552 lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
21553 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
21554 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
21555 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
21556 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
21557 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
21558 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
21559 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
21560 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
21561 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
21562 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
21563 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
21564 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
21565 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
21566 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
21567 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
21568 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
21569 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
21570 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
21571 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
21572 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
21573 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
21574 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
21575 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
21576 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
21577 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
21578 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
21579 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
21580 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
21581 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
21582 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
21583 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
21584 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
21585 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
21586 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
21587 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
21588 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
21589 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
21590 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
21591 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
21592 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
21593 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
21594 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
21595 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
21596 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
21597 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
21598 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
21599 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
21600 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
21601 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
21602 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
21603 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
21604 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
21605 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
21606 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
21607 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
21608 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
21609 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
21610 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
21611 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
21612 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
21613 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
21614 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
21615 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
21616 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
21617 configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
21618 configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
21619 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
21620 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
21621 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
21622 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
21623 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
21624 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
21625 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
21626 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
21627 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
21628 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
21629 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
21630 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
21631 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
21632 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
21633 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21634 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21635 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
21636 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
21637 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
21638 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
21639 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
21640 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
21641 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
21642 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
21643 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
21644 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
21645 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
21646 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
21647 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21648 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21649 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21650 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21651 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21652 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21653 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
21654 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
21655 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
21656 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
21657 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
21658 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
21659 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
21660 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
21661 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
21662 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
21663 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
21664 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
21665 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
21666 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21667 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
21668 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
21669 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21670 postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
21671 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
21672 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
21673 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
21674 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
21675 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
21676 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
21677 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
21678 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
21679
21680 LTCC='$LTCC'
21681 LTCFLAGS='$LTCFLAGS'
21682 compiler='$compiler_DEFAULT'
21683
21684 # A function that is used when there is no print builtin or printf.
21685 func_fallback_echo ()
21686 {
21687 eval 'cat <<_LTECHO_EOF
21688 \$1
21689 _LTECHO_EOF'
21690 }
21691
21692 # Quote evaled strings.
21693 for var in SHELL \
21694 ECHO \
21695 PATH_SEPARATOR \
21696 SED \
21697 GREP \
21698 EGREP \
21699 FGREP \
21700 LD \
21701 NM \
21702 LN_S \
21703 lt_SP2NL \
21704 lt_NL2SP \
21705 reload_flag \
21706 FILECMD \
21707 OBJDUMP \
21708 deplibs_check_method \
21709 file_magic_cmd \
21710 file_magic_glob \
21711 want_nocaseglob \
21712 DLLTOOL \
21713 sharedlib_from_linklib_cmd \
21714 AR \
21715 archiver_list_spec \
21716 STRIP \
21717 RANLIB \
21718 CC \
21719 CFLAGS \
21720 compiler \
21721 lt_cv_sys_global_symbol_pipe \
21722 lt_cv_sys_global_symbol_to_cdecl \
21723 lt_cv_sys_global_symbol_to_import \
21724 lt_cv_sys_global_symbol_to_c_name_address \
21725 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
21726 lt_cv_nm_interface \
21727 nm_file_list_spec \
21728 lt_cv_truncate_bin \
21729 lt_prog_compiler_no_builtin_flag \
21730 lt_prog_compiler_pic \
21731 lt_prog_compiler_wl \
21732 lt_prog_compiler_static \
21733 lt_cv_prog_compiler_c_o \
21734 need_locks \
21735 MANIFEST_TOOL \
21736 DSYMUTIL \
21737 NMEDIT \
21738 LIPO \
21739 OTOOL \
21740 OTOOL64 \
21741 shrext_cmds \
21742 export_dynamic_flag_spec \
21743 whole_archive_flag_spec \
21744 compiler_needs_object \
21745 with_gnu_ld \
21746 allow_undefined_flag \
21747 no_undefined_flag \
21748 hardcode_libdir_flag_spec \
21749 hardcode_libdir_separator \
21750 exclude_expsyms \
21751 include_expsyms \
21752 file_list_spec \
21753 variables_saved_for_relink \
21754 libname_spec \
21755 library_names_spec \
21756 soname_spec \
21757 install_override_mode \
21758 finish_eval \
21759 old_striplib \
21760 striplib \
21761 compiler_lib_search_dirs \
21762 predep_objects \
21763 postdep_objects \
21764 predeps \
21765 postdeps \
21766 compiler_lib_search_path \
21767 LD_CXX \
21768 reload_flag_CXX \
21769 compiler_CXX \
21770 lt_prog_compiler_no_builtin_flag_CXX \
21771 lt_prog_compiler_pic_CXX \
21772 lt_prog_compiler_wl_CXX \
21773 lt_prog_compiler_static_CXX \
21774 lt_cv_prog_compiler_c_o_CXX \
21775 export_dynamic_flag_spec_CXX \
21776 whole_archive_flag_spec_CXX \
21777 compiler_needs_object_CXX \
21778 with_gnu_ld_CXX \
21779 allow_undefined_flag_CXX \
21780 no_undefined_flag_CXX \
21781 hardcode_libdir_flag_spec_CXX \
21782 hardcode_libdir_separator_CXX \
21783 exclude_expsyms_CXX \
21784 include_expsyms_CXX \
21785 file_list_spec_CXX \
21786 compiler_lib_search_dirs_CXX \
21787 predep_objects_CXX \
21788 postdep_objects_CXX \
21789 predeps_CXX \
21790 postdeps_CXX \
21791 compiler_lib_search_path_CXX; do
21792 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
21793 *[\\\\\\\`\\"\\\$]*)
21794 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
21795 ;;
21796 *)
21797 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
21798 ;;
21799 esac
21800 done
21801
21802 # Double-quote double-evaled strings.
21803 for var in reload_cmds \
21804 old_postinstall_cmds \
21805 old_postuninstall_cmds \
21806 old_archive_cmds \
21807 extract_expsyms_cmds \
21808 old_archive_from_new_cmds \
21809 old_archive_from_expsyms_cmds \
21810 archive_cmds \
21811 archive_expsym_cmds \
21812 module_cmds \
21813 module_expsym_cmds \
21814 export_symbols_cmds \
21815 prelink_cmds \
21816 postlink_cmds \
21817 postinstall_cmds \
21818 postuninstall_cmds \
21819 finish_cmds \
21820 sys_lib_search_path_spec \
21821 configure_time_dlsearch_path \
21822 configure_time_lt_sys_library_path \
21823 reload_cmds_CXX \
21824 old_archive_cmds_CXX \
21825 old_archive_from_new_cmds_CXX \
21826 old_archive_from_expsyms_cmds_CXX \
21827 archive_cmds_CXX \
21828 archive_expsym_cmds_CXX \
21829 module_cmds_CXX \
21830 module_expsym_cmds_CXX \
21831 export_symbols_cmds_CXX \
21832 prelink_cmds_CXX \
21833 postlink_cmds_CXX; do
21834 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
21835 *[\\\\\\\`\\"\\\$]*)
21836 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
21837 ;;
21838 *)
21839 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
21840 ;;
21841 esac
21842 done
21843
21844 ac_aux_dir='$ac_aux_dir'
21845
21846 # See if we are running on zsh, and set the options that allow our
21847 # commands through without removal of \ escapes INIT.
21848 if test -n "\${ZSH_VERSION+set}"; then
21849 setopt NO_GLOB_SUBST
21850 fi
21851
21852
21853 PACKAGE='$PACKAGE'
21854 VERSION='$VERSION'
21855 RM='$RM'
21856 ofile='$ofile'
21857
21858
21859
21860
21861
21862 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
21863 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
21864 # from automake < 1.5.
21865 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
21866 # Capture the value of LINGUAS because we need it to compute CATALOGS.
21867 LINGUAS="${LINGUAS-%UNSET%}"
21868
21869
21870 _ACEOF
21871
21872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21873
21874 # Handling of arguments.
21875 for ac_config_target in $ac_config_targets
21876 do
21877 case $ac_config_target in
21878 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
21879 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
21880 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
21881 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
21882 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
21883 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21884 "ibus-array.spec") CONFIG_FILES="$CONFIG_FILES ibus-array.spec" ;;
21885 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
21886 "src/array.inputMethod.xml.in") CONFIG_FILES="$CONFIG_FILES src/array.inputMethod.xml.in" ;;
21887 "icons/Makefile") CONFIG_FILES="$CONFIG_FILES icons/Makefile" ;;
21888 "setup/Makefile") CONFIG_FILES="$CONFIG_FILES setup/Makefile" ;;
21889 "setup/ibus-setup-array") CONFIG_FILES="$CONFIG_FILES setup/ibus-setup-array" ;;
21890 "setup/config.py") CONFIG_FILES="$CONFIG_FILES setup/config.py" ;;
21891 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
21892 "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
21893
21894 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
21895 esac
21896 done
21897
21898
21899 # If the user did not use the arguments to specify the items to instantiate,
21900 # then the envvar interface is used. Set only those that are not.
21901 # We use the long form for the default assignment because of an extremely
21902 # bizarre bug on SunOS 4.1.3.
21903 if $ac_need_defaults; then
21904 test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
21905 test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
21906 test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
21907 fi
21908
21909 # Have a temporary directory for convenience. Make it in the build tree
21910 # simply because there is no reason against having it here, and in addition,
21911 # creating and moving files from /tmp can sometimes cause problems.
21912 # Hook for its removal unless debugging.
21913 # Note that there is a small window in which the directory will not be cleaned:
21914 # after its creation but before its name has been assigned to `$tmp'.
21915 $debug ||
21916 {
21917 tmp= ac_tmp=
21918 trap 'exit_status=$?
21919 : "${ac_tmp:=$tmp}"
21920 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
21921 ' 0
21922 trap 'as_fn_exit 1' 1 2 13 15
21923 }
21924 # Create a (secure) tmp directory for tmp files.
21925
21926 {
21927 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21928 test -d "$tmp"
21929 } ||
21930 {
21931 tmp=./conf$$-$RANDOM
21932 (umask 077 && mkdir "$tmp")
21933 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
21934 ac_tmp=$tmp
21935
21936 # Set up the scripts for CONFIG_FILES section.
21937 # No need to generate them if there are no CONFIG_FILES.
21938 # This happens for instance with `./config.status config.h'.
21939 if test -n "$CONFIG_FILES"; then
21940
21941
21942 ac_cr=`echo X | tr X '\015'`
21943 # On cygwin, bash can eat \r inside `` if the user requested igncr.
21944 # But we know of no other shell where ac_cr would be empty at this
21945 # point, so we can use a bashism as a fallback.
21946 if test "x$ac_cr" = x; then
21947 eval ac_cr=\$\'\\r\'
21948 fi
21949 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21950 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21951 ac_cs_awk_cr='\\r'
21952 else
21953 ac_cs_awk_cr=$ac_cr
21954 fi
21955
21956 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
21957 _ACEOF
21958
21959
21960 {
21961 echo "cat >conf$$subs.awk <<_ACEOF" &&
21962 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21963 echo "_ACEOF"
21964 } >conf$$subs.sh ||
21965 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
21966 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
21967 ac_delim='%!_!# '
21968 for ac_last_try in false false false false false :; do
21969 . ./conf$$subs.sh ||
21970 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
21971
21972 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21973 if test $ac_delim_n = $ac_delim_num; then
21974 break
21975 elif $ac_last_try; then
21976 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
21977 else
21978 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21979 fi
21980 done
21981 rm -f conf$$subs.sh
21982
21983 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21984 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
21985 _ACEOF
21986 sed -n '
21987 h
21988 s/^/S["/; s/!.*/"]=/
21989 p
21990 g
21991 s/^[^!]*!//
21992 :repl
21993 t repl
21994 s/'"$ac_delim"'$//
21995 t delim
21996 :nl
21997 h
21998 s/\(.\{148\}\)..*/\1/
21999 t more1
22000 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
22001 p
22002 n
22003 b repl
22004 :more1
22005 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22006 p
22007 g
22008 s/.\{148\}//
22009 t nl
22010 :delim
22011 h
22012 s/\(.\{148\}\)..*/\1/
22013 t more2
22014 s/["\\]/\\&/g; s/^/"/; s/$/"/
22015 p
22016 b
22017 :more2
22018 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
22019 p
22020 g
22021 s/.\{148\}//
22022 t delim
22023 ' <conf$$subs.awk | sed '
22024 /^[^""]/{
22025 N
22026 s/\n//
22027 }
22028 ' >>$CONFIG_STATUS || ac_write_fail=1
22029 rm -f conf$$subs.awk
22030 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22031 _ACAWK
22032 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
22033 for (key in S) S_is_set[key] = 1
22034 FS = ""
22035
22036 }
22037 {
22038 line = $ 0
22039 nfields = split(line, field, "@")
22040 substed = 0
22041 len = length(field[1])
22042 for (i = 2; i < nfields; i++) {
22043 key = field[i]
22044 keylen = length(key)
22045 if (S_is_set[key]) {
22046 value = S[key]
22047 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22048 len += length(value) + length(field[++i])
22049 substed = 1
22050 } else
22051 len += 1 + keylen
22052 }
22053
22054 print line
22055 }
22056
22057 _ACAWK
22058 _ACEOF
22059 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22060 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22061 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22062 else
22063 cat
22064 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
22065 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
22066 _ACEOF
22067
22068 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22069 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
22070 # trailing colons and then remove the whole line if VPATH becomes empty
22071 # (actually we leave an empty line to preserve line numbers).
22072 if test "x$srcdir" = x.; then
22073 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22074 h
22075 s///
22076 s/^/:/
22077 s/[ ]*$/:/
22078 s/:\$(srcdir):/:/g
22079 s/:\${srcdir}:/:/g
22080 s/:@srcdir@:/:/g
22081 s/^:*//
22082 s/:*$//
22083 x
22084 s/\(=[ ]*\).*/\1/
22085 G
22086 s/\n//
22087 s/^[^=]*=[ ]*$//
22088 }'
22089 fi
22090
22091 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22092 fi # test -n "$CONFIG_FILES"
22093
22094 # Set up the scripts for CONFIG_HEADERS section.
22095 # No need to generate them if there are no CONFIG_HEADERS.
22096 # This happens for instance with `./config.status Makefile'.
22097 if test -n "$CONFIG_HEADERS"; then
22098 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
22099 BEGIN {
22100 _ACEOF
22101
22102 # Transform confdefs.h into an awk script `defines.awk', embedded as
22103 # here-document in config.status, that substitutes the proper values into
22104 # config.h.in to produce config.h.
22105
22106 # Create a delimiter string that does not exist in confdefs.h, to ease
22107 # handling of long lines.
22108 ac_delim='%!_!# '
22109 for ac_last_try in false false :; do
22110 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
22111 if test -z "$ac_tt"; then
22112 break
22113 elif $ac_last_try; then
22114 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
22115 else
22116 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22117 fi
22118 done
22119
22120 # For the awk script, D is an array of macro values keyed by name,
22121 # likewise P contains macro parameters if any. Preserve backslash
22122 # newline sequences.
22123
22124 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22125 sed -n '
22126 s/.\{148\}/&'"$ac_delim"'/g
22127 t rset
22128 :rset
22129 s/^[ ]*#[ ]*define[ ][ ]*/ /
22130 t def
22131 d
22132 :def
22133 s/\\$//
22134 t bsnl
22135 s/["\\]/\\&/g
22136 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22137 D["\1"]=" \3"/p
22138 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
22139 d
22140 :bsnl
22141 s/["\\]/\\&/g
22142 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
22143 D["\1"]=" \3\\\\\\n"\\/p
22144 t cont
22145 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
22146 t cont
22147 d
22148 :cont
22149 n
22150 s/.\{148\}/&'"$ac_delim"'/g
22151 t clear
22152 :clear
22153 s/\\$//
22154 t bsnlc
22155 s/["\\]/\\&/g; s/^/"/; s/$/"/p
22156 d
22157 :bsnlc
22158 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
22159 b cont
22160 ' <confdefs.h | sed '
22161 s/'"$ac_delim"'/"\\\
22162 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22163
22164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22165 for (key in D) D_is_set[key] = 1
22166 FS = ""
22167 }
22168 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22169 line = \$ 0
22170 split(line, arg, " ")
22171 if (arg[1] == "#") {
22172 defundef = arg[2]
22173 mac1 = arg[3]
22174 } else {
22175 defundef = substr(arg[1], 2)
22176 mac1 = arg[2]
22177 }
22178 split(mac1, mac2, "(") #)
22179 macro = mac2[1]
22180 prefix = substr(line, 1, index(line, defundef) - 1)
22181 if (D_is_set[macro]) {
22182 # Preserve the white space surrounding the "#".
22183 print prefix "define", macro P[macro] D[macro]
22184 next
22185 } else {
22186 # Replace #undef with comments. This is necessary, for example,
22187 # in the case of _POSIX_SOURCE, which is predefined and required
22188 # on some systems where configure will not decide to define it.
22189 if (defundef == "undef") {
22190 print "/*", prefix defundef, macro, "*/"
22191 next
22192 }
22193 }
22194 }
22195 { print }
22196 _ACAWK
22197 _ACEOF
22198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22199 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
22200 fi # test -n "$CONFIG_HEADERS"
22201
22202
22203 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
22204 shift
22205 for ac_tag
22206 do
22207 case $ac_tag in
22208 :[FHLC]) ac_mode=$ac_tag; continue;;
22209 esac
22210 case $ac_mode$ac_tag in
22211 :[FHL]*:*);;
22212 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
22213 :[FH]-) ac_tag=-:-;;
22214 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22215 esac
22216 ac_save_IFS=$IFS
22217 IFS=:
22218 set x $ac_tag
22219 IFS=$ac_save_IFS
22220 shift
22221 ac_file=$1
22222 shift
22223
22224 case $ac_mode in
22225 :L) ac_source=$1;;
22226 :[FH])
22227 ac_file_inputs=
22228 for ac_f
22229 do
22230 case $ac_f in
22231 -) ac_f="$ac_tmp/stdin";;
22232 *) # Look for the file first in the build tree, then in the source tree
22233 # (if the path is not absolute). The absolute path cannot be DOS-style,
22234 # because $ac_f cannot contain `:'.
22235 test -f "$ac_f" ||
22236 case $ac_f in
22237 [\\/$]*) false;;
22238 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22239 esac ||
22240 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22241 esac
22242 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22243 as_fn_append ac_file_inputs " '$ac_f'"
22244 done
22245
22246 # Let's still pretend it is `configure' which instantiates (i.e., don't
22247 # use $as_me), people would be surprised to read:
22248 # /* config.h. Generated by config.status. */
22249 configure_input='Generated from '`
22250 printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22251 `' by configure.'
22252 if test x"$ac_file" != x-; then
22253 configure_input="$ac_file. $configure_input"
22254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22255 printf "%s\n" "$as_me: creating $ac_file" >&6;}
22256 fi
22257 # Neutralize special characters interpreted by sed in replacement strings.
22258 case $configure_input in #(
22259 *\&* | *\|* | *\\* )
22260 ac_sed_conf_input=`printf "%s\n" "$configure_input" |
22261 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22262 *) ac_sed_conf_input=$configure_input;;
22263 esac
22264
22265 case $ac_tag in
22266 *:-:* | *:-) cat >"$ac_tmp/stdin" \
22267 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
22268 esac
22269 ;;
22270 esac
22271
22272 ac_dir=`$as_dirname -- "$ac_file" ||
22273 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22274 X"$ac_file" : 'X\(//\)[^/]' \| \
22275 X"$ac_file" : 'X\(//\)$' \| \
22276 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22277 printf "%s\n" X"$ac_file" |
22278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22279 s//\1/
22280 q
22281 }
22282 /^X\(\/\/\)[^/].*/{
22283 s//\1/
22284 q
22285 }
22286 /^X\(\/\/\)$/{
22287 s//\1/
22288 q
22289 }
22290 /^X\(\/\).*/{
22291 s//\1/
22292 q
22293 }
22294 s/.*/./; q'`
22295 as_dir="$ac_dir"; as_fn_mkdir_p
22296 ac_builddir=.
22297
22298 case "$ac_dir" in
22299 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22300 *)
22301 ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
22302 # A ".." for each directory in $ac_dir_suffix.
22303 ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22304 case $ac_top_builddir_sub in
22305 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22306 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22307 esac ;;
22308 esac
22309 ac_abs_top_builddir=$ac_pwd
22310 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22311 # for backward compatibility:
22312 ac_top_builddir=$ac_top_build_prefix
22313
22314 case $srcdir in
22315 .) # We are building in place.
22316 ac_srcdir=.
22317 ac_top_srcdir=$ac_top_builddir_sub
22318 ac_abs_top_srcdir=$ac_pwd ;;
22319 [\\/]* | ?:[\\/]* ) # Absolute name.
22320 ac_srcdir=$srcdir$ac_dir_suffix;
22321 ac_top_srcdir=$srcdir
22322 ac_abs_top_srcdir=$srcdir ;;
22323 *) # Relative name.
22324 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22325 ac_top_srcdir=$ac_top_build_prefix$srcdir
22326 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22327 esac
22328 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22329
22330
22331 case $ac_mode in
22332 :F)
22333 #
22334 # CONFIG_FILE
22335 #
22336
22337 case $INSTALL in
22338 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22339 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22340 esac
22341 ac_MKDIR_P=$MKDIR_P
22342 case $MKDIR_P in
22343 [\\/$]* | ?:[\\/]* ) ;;
22344 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
22345 esac
22346 _ACEOF
22347
22348 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22349 # If the template does not know about datarootdir, expand it.
22350 # FIXME: This hack should be removed a few years after 2.60.
22351 ac_datarootdir_hack=; ac_datarootdir_seen=
22352 ac_sed_dataroot='
22353 /datarootdir/ {
22354 p
22355 q
22356 }
22357 /@datadir@/p
22358 /@docdir@/p
22359 /@infodir@/p
22360 /@localedir@/p
22361 /@mandir@/p'
22362 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22363 *datarootdir*) ac_datarootdir_seen=yes;;
22364 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22365 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22366 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22367 _ACEOF
22368 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22369 ac_datarootdir_hack='
22370 s&@datadir@&$datadir&g
22371 s&@docdir@&$docdir&g
22372 s&@infodir@&$infodir&g
22373 s&@localedir@&$localedir&g
22374 s&@mandir@&$mandir&g
22375 s&\\\${datarootdir}&$datarootdir&g' ;;
22376 esac
22377 _ACEOF
22378
22379 # Neutralize VPATH when `$srcdir' = `.'.
22380 # Shell code in configure.ac might set extrasub.
22381 # FIXME: do we really want to maintain this feature?
22382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22383 ac_sed_extra="$ac_vpsub
22384 $extrasub
22385 _ACEOF
22386 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22387 :t
22388 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22389 s|@configure_input@|$ac_sed_conf_input|;t t
22390 s&@top_builddir@&$ac_top_builddir_sub&;t t
22391 s&@top_build_prefix@&$ac_top_build_prefix&;t t
22392 s&@srcdir@&$ac_srcdir&;t t
22393 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22394 s&@top_srcdir@&$ac_top_srcdir&;t t
22395 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22396 s&@builddir@&$ac_builddir&;t t
22397 s&@abs_builddir@&$ac_abs_builddir&;t t
22398 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22399 s&@INSTALL@&$ac_INSTALL&;t t
22400 s&@MKDIR_P@&$ac_MKDIR_P&;t t
22401 $ac_datarootdir_hack
22402 "
22403 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
22404 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22405
22406 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22407 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
22408 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22409 "$ac_tmp/out"`; test -z "$ac_out"; } &&
22410 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22411 which seems to be undefined. Please make sure it is defined" >&5
22412 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22413 which seems to be undefined. Please make sure it is defined" >&2;}
22414
22415 rm -f "$ac_tmp/stdin"
22416 case $ac_file in
22417 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22418 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22419 esac \
22420 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22421 ;;
22422 :H)
22423 #
22424 # CONFIG_HEADER
22425 #
22426 if test x"$ac_file" != x-; then
22427 {
22428 printf "%s\n" "/* $configure_input */" >&1 \
22429 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22430 } >"$ac_tmp/config.h" \
22431 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22432 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22433 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22434 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
22435 else
22436 rm -f "$ac_file"
22437 mv "$ac_tmp/config.h" "$ac_file" \
22438 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22439 fi
22440 else
22441 printf "%s\n" "/* $configure_input */" >&1 \
22442 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22443 || as_fn_error $? "could not create -" "$LINENO" 5
22444 fi
22445 # Compute "$ac_file"'s index in $config_headers.
22446 _am_arg="$ac_file"
22447 _am_stamp_count=1
22448 for _am_header in $config_headers :; do
22449 case $_am_header in
22450 $_am_arg | $_am_arg:* )
22451 break ;;
22452 * )
22453 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
22454 esac
22455 done
22456 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
22457 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22458 X"$_am_arg" : 'X\(//\)[^/]' \| \
22459 X"$_am_arg" : 'X\(//\)$' \| \
22460 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
22461 printf "%s\n" X"$_am_arg" |
22462 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22463 s//\1/
22464 q
22465 }
22466 /^X\(\/\/\)[^/].*/{
22467 s//\1/
22468 q
22469 }
22470 /^X\(\/\/\)$/{
22471 s//\1/
22472 q
22473 }
22474 /^X\(\/\).*/{
22475 s//\1/
22476 q
22477 }
22478 s/.*/./; q'`/stamp-h$_am_stamp_count
22479 ;;
22480
22481 :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22482 printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
22483 ;;
22484 esac
22485
22486
22487 case $ac_file$ac_mode in
22488 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
22489 # Older Autoconf quotes --file arguments for eval, but not when files
22490 # are listed without --file. Let's play safe and only enable the eval
22491 # if we detect the quoting.
22492 # TODO: see whether this extra hack can be removed once we start
22493 # requiring Autoconf 2.70 or later.
22494 case $CONFIG_FILES in #(
22495 *\'*) :
22496 eval set x "$CONFIG_FILES" ;; #(
22497 *) :
22498 set x $CONFIG_FILES ;; #(
22499 *) :
22500 ;;
22501 esac
22502 shift
22503 # Used to flag and report bootstrapping failures.
22504 am_rc=0
22505 for am_mf
22506 do
22507 # Strip MF so we end up with the name of the file.
22508 am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
22509 # Check whether this is an Automake generated Makefile which includes
22510 # dependency-tracking related rules and includes.
22511 # Grep'ing the whole file directly is not great: AIX grep has a line
22512 # limit of 2048, but all sed's we know have understand at least 4000.
22513 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
22514 || continue
22515 am_dirpart=`$as_dirname -- "$am_mf" ||
22516 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22517 X"$am_mf" : 'X\(//\)[^/]' \| \
22518 X"$am_mf" : 'X\(//\)$' \| \
22519 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
22520 printf "%s\n" X"$am_mf" |
22521 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22522 s//\1/
22523 q
22524 }
22525 /^X\(\/\/\)[^/].*/{
22526 s//\1/
22527 q
22528 }
22529 /^X\(\/\/\)$/{
22530 s//\1/
22531 q
22532 }
22533 /^X\(\/\).*/{
22534 s//\1/
22535 q
22536 }
22537 s/.*/./; q'`
22538 am_filepart=`$as_basename -- "$am_mf" ||
22539 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
22540 X"$am_mf" : 'X\(//\)$' \| \
22541 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
22542 printf "%s\n" X/"$am_mf" |
22543 sed '/^.*\/\([^/][^/]*\)\/*$/{
22544 s//\1/
22545 q
22546 }
22547 /^X\/\(\/\/\)$/{
22548 s//\1/
22549 q
22550 }
22551 /^X\/\(\/\).*/{
22552 s//\1/
22553 q
22554 }
22555 s/.*/./; q'`
22556 { echo "$as_me:$LINENO: cd "$am_dirpart" \
22557 && sed -e '/# am--include-marker/d' "$am_filepart" \
22558 | $MAKE -f - am--depfiles" >&5
22559 (cd "$am_dirpart" \
22560 && sed -e '/# am--include-marker/d' "$am_filepart" \
22561 | $MAKE -f - am--depfiles) >&5 2>&5
22562 ac_status=$?
22563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22564 (exit $ac_status); } || am_rc=$?
22565 done
22566 if test $am_rc -ne 0; then
22567 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22568 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
22569 as_fn_error $? "Something went wrong bootstrapping makefile fragments
22570 for automatic dependency tracking. If GNU make was not used, consider
22571 re-running the configure script with MAKE=\"gmake\" (or whatever is
22572 necessary). You can also try re-running configure with the
22573 '--disable-dependency-tracking' option to at least be able to build
22574 the package (albeit without support for automatic dependency tracking).
22575 See \`config.log' for more details" "$LINENO" 5; }
22576 fi
22577 { am_dirpart=; unset am_dirpart;}
22578 { am_filepart=; unset am_filepart;}
22579 { am_mf=; unset am_mf;}
22580 { am_rc=; unset am_rc;}
22581 rm -f conftest-deps.mk
22582 }
22583 ;;
22584 "libtool":C)
22585
22586 # See if we are running on zsh, and set the options that allow our
22587 # commands through without removal of \ escapes.
22588 if test -n "${ZSH_VERSION+set}"; then
22589 setopt NO_GLOB_SUBST
22590 fi
22591
22592 cfgfile=${ofile}T
22593 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
22594 $RM "$cfgfile"
22595
22596 cat <<_LT_EOF >> "$cfgfile"
22597 #! $SHELL
22598 # Generated automatically by $as_me ($PACKAGE) $VERSION
22599 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
22600
22601 # Provide generalized library-building support services.
22602 # Written by Gordon Matzigkeit, 1996
22603
22604 # Copyright (C) 2014 Free Software Foundation, Inc.
22605 # This is free software; see the source for copying conditions. There is NO
22606 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22607
22608 # GNU Libtool is free software; you can redistribute it and/or modify
22609 # it under the terms of the GNU General Public License as published by
22610 # the Free Software Foundation; either version 2 of of the License, or
22611 # (at your option) any later version.
22612 #
22613 # As a special exception to the GNU General Public License, if you
22614 # distribute this file as part of a program or library that is built
22615 # using GNU Libtool, you may include this file under the same
22616 # distribution terms that you use for the rest of that program.
22617 #
22618 # GNU Libtool is distributed in the hope that it will be useful, but
22619 # WITHOUT ANY WARRANTY; without even the implied warranty of
22620 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22621 # GNU General Public License for more details.
22622 #
22623 # You should have received a copy of the GNU General Public License
22624 # along with this program. If not, see <http://www.gnu.org/licenses/>.
22625
22626
22627 # The names of the tagged configurations supported by this script.
22628 available_tags='CXX '
22629
22630 # Configured defaults for sys_lib_dlsearch_path munging.
22631 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
22632
22633 # ### BEGIN LIBTOOL CONFIG
22634
22635 # Whether or not to build static libraries.
22636 build_old_libs=$enable_static
22637
22638 # Which release of libtool.m4 was used?
22639 macro_version=$macro_version
22640 macro_revision=$macro_revision
22641
22642 # Whether or not to build shared libraries.
22643 build_libtool_libs=$enable_shared
22644
22645 # What type of objects to build.
22646 pic_mode=$pic_mode
22647
22648 # Whether or not to optimize for fast installation.
22649 fast_install=$enable_fast_install
22650
22651 # Shared archive member basename,for filename based shared library versioning on AIX.
22652 shared_archive_member_spec=$shared_archive_member_spec
22653
22654 # Shell to use when invoking shell scripts.
22655 SHELL=$lt_SHELL
22656
22657 # An echo program that protects backslashes.
22658 ECHO=$lt_ECHO
22659
22660 # The PATH separator for the build system.
22661 PATH_SEPARATOR=$lt_PATH_SEPARATOR
22662
22663 # The host system.
22664 host_alias=$host_alias
22665 host=$host
22666 host_os=$host_os
22667
22668 # The build system.
22669 build_alias=$build_alias
22670 build=$build
22671 build_os=$build_os
22672
22673 # A sed program that does not truncate output.
22674 SED=$lt_SED
22675
22676 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
22677 Xsed="\$SED -e 1s/^X//"
22678
22679 # A grep program that handles long lines.
22680 GREP=$lt_GREP
22681
22682 # An ERE matcher.
22683 EGREP=$lt_EGREP
22684
22685 # A literal string matcher.
22686 FGREP=$lt_FGREP
22687
22688 # A BSD- or MS-compatible name lister.
22689 NM=$lt_NM
22690
22691 # Whether we need soft or hard links.
22692 LN_S=$lt_LN_S
22693
22694 # What is the maximum length of a command?
22695 max_cmd_len=$max_cmd_len
22696
22697 # Object file suffix (normally "o").
22698 objext=$ac_objext
22699
22700 # Executable file suffix (normally "").
22701 exeext=$exeext
22702
22703 # whether the shell understands "unset".
22704 lt_unset=$lt_unset
22705
22706 # turn spaces into newlines.
22707 SP2NL=$lt_lt_SP2NL
22708
22709 # turn newlines into spaces.
22710 NL2SP=$lt_lt_NL2SP
22711
22712 # convert \$build file names to \$host format.
22713 to_host_file_cmd=$lt_cv_to_host_file_cmd
22714
22715 # convert \$build files to toolchain format.
22716 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
22717
22718 # A file(cmd) program that detects file types.
22719 FILECMD=$lt_FILECMD
22720
22721 # An object symbol dumper.
22722 OBJDUMP=$lt_OBJDUMP
22723
22724 # Method to check whether dependent libraries are shared objects.
22725 deplibs_check_method=$lt_deplibs_check_method
22726
22727 # Command to use when deplibs_check_method = "file_magic".
22728 file_magic_cmd=$lt_file_magic_cmd
22729
22730 # How to find potential files when deplibs_check_method = "file_magic".
22731 file_magic_glob=$lt_file_magic_glob
22732
22733 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
22734 want_nocaseglob=$lt_want_nocaseglob
22735
22736 # DLL creation program.
22737 DLLTOOL=$lt_DLLTOOL
22738
22739 # Command to associate shared and link libraries.
22740 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
22741
22742 # The archiver.
22743 AR=$lt_AR
22744
22745 # Flags to create an archive (by configure).
22746 lt_ar_flags=$lt_ar_flags
22747
22748 # Flags to create an archive.
22749 AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
22750
22751 # How to feed a file listing to the archiver.
22752 archiver_list_spec=$lt_archiver_list_spec
22753
22754 # A symbol stripping program.
22755 STRIP=$lt_STRIP
22756
22757 # Commands used to install an old-style archive.
22758 RANLIB=$lt_RANLIB
22759 old_postinstall_cmds=$lt_old_postinstall_cmds
22760 old_postuninstall_cmds=$lt_old_postuninstall_cmds
22761
22762 # Whether to use a lock for old archive extraction.
22763 lock_old_archive_extraction=$lock_old_archive_extraction
22764
22765 # A C compiler.
22766 LTCC=$lt_CC
22767
22768 # LTCC compiler flags.
22769 LTCFLAGS=$lt_CFLAGS
22770
22771 # Take the output of nm and produce a listing of raw symbols and C names.
22772 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
22773
22774 # Transform the output of nm in a proper C declaration.
22775 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
22776
22777 # Transform the output of nm into a list of symbols to manually relocate.
22778 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
22779
22780 # Transform the output of nm in a C name address pair.
22781 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
22782
22783 # Transform the output of nm in a C name address pair when lib prefix is needed.
22784 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
22785
22786 # The name lister interface.
22787 nm_interface=$lt_lt_cv_nm_interface
22788
22789 # Specify filename containing input files for \$NM.
22790 nm_file_list_spec=$lt_nm_file_list_spec
22791
22792 # The root where to search for dependent libraries,and where our libraries should be installed.
22793 lt_sysroot=$lt_sysroot
22794
22795 # Command to truncate a binary pipe.
22796 lt_truncate_bin=$lt_lt_cv_truncate_bin
22797
22798 # The name of the directory that contains temporary libtool files.
22799 objdir=$objdir
22800
22801 # Used to examine libraries when file_magic_cmd begins with "file".
22802 MAGIC_CMD=$MAGIC_CMD
22803
22804 # Must we lock files when doing compilation?
22805 need_locks=$lt_need_locks
22806
22807 # Manifest tool.
22808 MANIFEST_TOOL=$lt_MANIFEST_TOOL
22809
22810 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
22811 DSYMUTIL=$lt_DSYMUTIL
22812
22813 # Tool to change global to local symbols on Mac OS X.
22814 NMEDIT=$lt_NMEDIT
22815
22816 # Tool to manipulate fat objects and archives on Mac OS X.
22817 LIPO=$lt_LIPO
22818
22819 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
22820 OTOOL=$lt_OTOOL
22821
22822 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
22823 OTOOL64=$lt_OTOOL64
22824
22825 # Old archive suffix (normally "a").
22826 libext=$libext
22827
22828 # Shared library suffix (normally ".so").
22829 shrext_cmds=$lt_shrext_cmds
22830
22831 # The commands to extract the exported symbol list from a shared archive.
22832 extract_expsyms_cmds=$lt_extract_expsyms_cmds
22833
22834 # Variables whose values should be saved in libtool wrapper scripts and
22835 # restored at link time.
22836 variables_saved_for_relink=$lt_variables_saved_for_relink
22837
22838 # Do we need the "lib" prefix for modules?
22839 need_lib_prefix=$need_lib_prefix
22840
22841 # Do we need a version for libraries?
22842 need_version=$need_version
22843
22844 # Library versioning type.
22845 version_type=$version_type
22846
22847 # Shared library runtime path variable.
22848 runpath_var=$runpath_var
22849
22850 # Shared library path variable.
22851 shlibpath_var=$shlibpath_var
22852
22853 # Is shlibpath searched before the hard-coded library search path?
22854 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
22855
22856 # Format of library name prefix.
22857 libname_spec=$lt_libname_spec
22858
22859 # List of archive names. First name is the real one, the rest are links.
22860 # The last name is the one that the linker finds with -lNAME
22861 library_names_spec=$lt_library_names_spec
22862
22863 # The coded name of the library, if different from the real name.
22864 soname_spec=$lt_soname_spec
22865
22866 # Permission mode override for installation of shared libraries.
22867 install_override_mode=$lt_install_override_mode
22868
22869 # Command to use after installation of a shared archive.
22870 postinstall_cmds=$lt_postinstall_cmds
22871
22872 # Command to use after uninstallation of a shared archive.
22873 postuninstall_cmds=$lt_postuninstall_cmds
22874
22875 # Commands used to finish a libtool library installation in a directory.
22876 finish_cmds=$lt_finish_cmds
22877
22878 # As "finish_cmds", except a single script fragment to be evaled but
22879 # not shown.
22880 finish_eval=$lt_finish_eval
22881
22882 # Whether we should hardcode library paths into libraries.
22883 hardcode_into_libs=$hardcode_into_libs
22884
22885 # Compile-time system search path for libraries.
22886 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
22887
22888 # Detected run-time system search path for libraries.
22889 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
22890
22891 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
22892 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
22893
22894 # Whether dlopen is supported.
22895 dlopen_support=$enable_dlopen
22896
22897 # Whether dlopen of programs is supported.
22898 dlopen_self=$enable_dlopen_self
22899
22900 # Whether dlopen of statically linked programs is supported.
22901 dlopen_self_static=$enable_dlopen_self_static
22902
22903 # Commands to strip libraries.
22904 old_striplib=$lt_old_striplib
22905 striplib=$lt_striplib
22906
22907
22908 # The linker used to build libraries.
22909 LD=$lt_LD
22910
22911 # How to create reloadable object files.
22912 reload_flag=$lt_reload_flag
22913 reload_cmds=$lt_reload_cmds
22914
22915 # Commands used to build an old-style archive.
22916 old_archive_cmds=$lt_old_archive_cmds
22917
22918 # A language specific compiler.
22919 CC=$lt_compiler
22920
22921 # Is the compiler the GNU compiler?
22922 with_gcc=$GCC
22923
22924 # Compiler flag to turn off builtin functions.
22925 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
22926
22927 # Additional compiler flags for building library objects.
22928 pic_flag=$lt_lt_prog_compiler_pic
22929
22930 # How to pass a linker flag through the compiler.
22931 wl=$lt_lt_prog_compiler_wl
22932
22933 # Compiler flag to prevent dynamic linking.
22934 link_static_flag=$lt_lt_prog_compiler_static
22935
22936 # Does compiler simultaneously support -c and -o options?
22937 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
22938
22939 # Whether or not to add -lc for building shared libraries.
22940 build_libtool_need_lc=$archive_cmds_need_lc
22941
22942 # Whether or not to disallow shared libs when runtime libs are static.
22943 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
22944
22945 # Compiler flag to allow reflexive dlopens.
22946 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
22947
22948 # Compiler flag to generate shared objects directly from archives.
22949 whole_archive_flag_spec=$lt_whole_archive_flag_spec
22950
22951 # Whether the compiler copes with passing no objects directly.
22952 compiler_needs_object=$lt_compiler_needs_object
22953
22954 # Create an old-style archive from a shared archive.
22955 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
22956
22957 # Create a temporary old-style archive to link instead of a shared archive.
22958 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
22959
22960 # Commands used to build a shared archive.
22961 archive_cmds=$lt_archive_cmds
22962 archive_expsym_cmds=$lt_archive_expsym_cmds
22963
22964 # Commands used to build a loadable module if different from building
22965 # a shared archive.
22966 module_cmds=$lt_module_cmds
22967 module_expsym_cmds=$lt_module_expsym_cmds
22968
22969 # Whether we are building with GNU ld or not.
22970 with_gnu_ld=$lt_with_gnu_ld
22971
22972 # Flag that allows shared libraries with undefined symbols to be built.
22973 allow_undefined_flag=$lt_allow_undefined_flag
22974
22975 # Flag that enforces no undefined symbols.
22976 no_undefined_flag=$lt_no_undefined_flag
22977
22978 # Flag to hardcode \$libdir into a binary during linking.
22979 # This must work even if \$libdir does not exist
22980 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
22981
22982 # Whether we need a single "-rpath" flag with a separated argument.
22983 hardcode_libdir_separator=$lt_hardcode_libdir_separator
22984
22985 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
22986 # DIR into the resulting binary.
22987 hardcode_direct=$hardcode_direct
22988
22989 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
22990 # DIR into the resulting binary and the resulting library dependency is
22991 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
22992 # library is relocated.
22993 hardcode_direct_absolute=$hardcode_direct_absolute
22994
22995 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
22996 # into the resulting binary.
22997 hardcode_minus_L=$hardcode_minus_L
22998
22999 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
23000 # into the resulting binary.
23001 hardcode_shlibpath_var=$hardcode_shlibpath_var
23002
23003 # Set to "yes" if building a shared library automatically hardcodes DIR
23004 # into the library and all subsequent libraries and executables linked
23005 # against it.
23006 hardcode_automatic=$hardcode_automatic
23007
23008 # Set to yes if linker adds runtime paths of dependent libraries
23009 # to runtime path list.
23010 inherit_rpath=$inherit_rpath
23011
23012 # Whether libtool must link a program against all its dependency libraries.
23013 link_all_deplibs=$link_all_deplibs
23014
23015 # Set to "yes" if exported symbols are required.
23016 always_export_symbols=$always_export_symbols
23017
23018 # The commands to list exported symbols.
23019 export_symbols_cmds=$lt_export_symbols_cmds
23020
23021 # Symbols that should not be listed in the preloaded symbols.
23022 exclude_expsyms=$lt_exclude_expsyms
23023
23024 # Symbols that must always be exported.
23025 include_expsyms=$lt_include_expsyms
23026
23027 # Commands necessary for linking programs (against libraries) with templates.
23028 prelink_cmds=$lt_prelink_cmds
23029
23030 # Commands necessary for finishing linking programs.
23031 postlink_cmds=$lt_postlink_cmds
23032
23033 # Specify filename containing input files.
23034 file_list_spec=$lt_file_list_spec
23035
23036 # How to hardcode a shared library path into an executable.
23037 hardcode_action=$hardcode_action
23038
23039 # The directories searched by this compiler when creating a shared library.
23040 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
23041
23042 # Dependencies to place before and after the objects being linked to
23043 # create a shared library.
23044 predep_objects=$lt_predep_objects
23045 postdep_objects=$lt_postdep_objects
23046 predeps=$lt_predeps
23047 postdeps=$lt_postdeps
23048
23049 # The library search path used internally by the compiler when linking
23050 # a shared library.
23051 compiler_lib_search_path=$lt_compiler_lib_search_path
23052
23053 # ### END LIBTOOL CONFIG
23054
23055 _LT_EOF
23056
23057 cat <<'_LT_EOF' >> "$cfgfile"
23058
23059 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
23060
23061 # func_munge_path_list VARIABLE PATH
23062 # -----------------------------------
23063 # VARIABLE is name of variable containing _space_ separated list of
23064 # directories to be munged by the contents of PATH, which is string
23065 # having a format:
23066 # "DIR[:DIR]:"
23067 # string "DIR[ DIR]" will be prepended to VARIABLE
23068 # ":DIR[:DIR]"
23069 # string "DIR[ DIR]" will be appended to VARIABLE
23070 # "DIRP[:DIRP]::[DIRA:]DIRA"
23071 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
23072 # "DIRA[ DIRA]" will be appended to VARIABLE
23073 # "DIR[:DIR]"
23074 # VARIABLE will be replaced by "DIR[ DIR]"
23075 func_munge_path_list ()
23076 {
23077 case x$2 in
23078 x)
23079 ;;
23080 *:)
23081 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
23082 ;;
23083 x:*)
23084 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
23085 ;;
23086 *::*)
23087 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
23088 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
23089 ;;
23090 *)
23091 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
23092 ;;
23093 esac
23094 }
23095
23096
23097 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
23098 func_cc_basename ()
23099 {
23100 for cc_temp in $*""; do
23101 case $cc_temp in
23102 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
23103 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
23104 \-*) ;;
23105 *) break;;
23106 esac
23107 done
23108 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
23109 }
23110
23111
23112 # ### END FUNCTIONS SHARED WITH CONFIGURE
23113
23114 _LT_EOF
23115
23116 case $host_os in
23117 aix3*)
23118 cat <<\_LT_EOF >> "$cfgfile"
23119 # AIX sometimes has problems with the GCC collect2 program. For some
23120 # reason, if we set the COLLECT_NAMES environment variable, the problems
23121 # vanish in a puff of smoke.
23122 if test set != "${COLLECT_NAMES+set}"; then
23123 COLLECT_NAMES=
23124 export COLLECT_NAMES
23125 fi
23126 _LT_EOF
23127 ;;
23128 esac
23129
23130
23131
23132 ltmain=$ac_aux_dir/ltmain.sh
23133
23134
23135 # We use sed instead of cat because bash on DJGPP gets confused if
23136 # if finds mixed CR/LF and LF-only lines. Since sed operates in
23137 # text mode, it properly converts lines to CR/LF. This bash problem
23138 # is reportedly fixed, but why not run on old versions too?
23139 $SED '$q' "$ltmain" >> "$cfgfile" \
23140 || (rm -f "$cfgfile"; exit 1)
23141
23142 mv -f "$cfgfile" "$ofile" ||
23143 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
23144 chmod +x "$ofile"
23145
23146
23147 cat <<_LT_EOF >> "$ofile"
23148
23149 # ### BEGIN LIBTOOL TAG CONFIG: CXX
23150
23151 # The linker used to build libraries.
23152 LD=$lt_LD_CXX
23153
23154 # How to create reloadable object files.
23155 reload_flag=$lt_reload_flag_CXX
23156 reload_cmds=$lt_reload_cmds_CXX
23157
23158 # Commands used to build an old-style archive.
23159 old_archive_cmds=$lt_old_archive_cmds_CXX
23160
23161 # A language specific compiler.
23162 CC=$lt_compiler_CXX
23163
23164 # Is the compiler the GNU compiler?
23165 with_gcc=$GCC_CXX
23166
23167 # Compiler flag to turn off builtin functions.
23168 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
23169
23170 # Additional compiler flags for building library objects.
23171 pic_flag=$lt_lt_prog_compiler_pic_CXX
23172
23173 # How to pass a linker flag through the compiler.
23174 wl=$lt_lt_prog_compiler_wl_CXX
23175
23176 # Compiler flag to prevent dynamic linking.
23177 link_static_flag=$lt_lt_prog_compiler_static_CXX
23178
23179 # Does compiler simultaneously support -c and -o options?
23180 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
23181
23182 # Whether or not to add -lc for building shared libraries.
23183 build_libtool_need_lc=$archive_cmds_need_lc_CXX
23184
23185 # Whether or not to disallow shared libs when runtime libs are static.
23186 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
23187
23188 # Compiler flag to allow reflexive dlopens.
23189 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
23190
23191 # Compiler flag to generate shared objects directly from archives.
23192 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
23193
23194 # Whether the compiler copes with passing no objects directly.
23195 compiler_needs_object=$lt_compiler_needs_object_CXX
23196
23197 # Create an old-style archive from a shared archive.
23198 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
23199
23200 # Create a temporary old-style archive to link instead of a shared archive.
23201 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
23202
23203 # Commands used to build a shared archive.
23204 archive_cmds=$lt_archive_cmds_CXX
23205 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
23206
23207 # Commands used to build a loadable module if different from building
23208 # a shared archive.
23209 module_cmds=$lt_module_cmds_CXX
23210 module_expsym_cmds=$lt_module_expsym_cmds_CXX
23211
23212 # Whether we are building with GNU ld or not.
23213 with_gnu_ld=$lt_with_gnu_ld_CXX
23214
23215 # Flag that allows shared libraries with undefined symbols to be built.
23216 allow_undefined_flag=$lt_allow_undefined_flag_CXX
23217
23218 # Flag that enforces no undefined symbols.
23219 no_undefined_flag=$lt_no_undefined_flag_CXX
23220
23221 # Flag to hardcode \$libdir into a binary during linking.
23222 # This must work even if \$libdir does not exist
23223 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
23224
23225 # Whether we need a single "-rpath" flag with a separated argument.
23226 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
23227
23228 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
23229 # DIR into the resulting binary.
23230 hardcode_direct=$hardcode_direct_CXX
23231
23232 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
23233 # DIR into the resulting binary and the resulting library dependency is
23234 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
23235 # library is relocated.
23236 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
23237
23238 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
23239 # into the resulting binary.
23240 hardcode_minus_L=$hardcode_minus_L_CXX
23241
23242 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
23243 # into the resulting binary.
23244 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
23245
23246 # Set to "yes" if building a shared library automatically hardcodes DIR
23247 # into the library and all subsequent libraries and executables linked
23248 # against it.
23249 hardcode_automatic=$hardcode_automatic_CXX
23250
23251 # Set to yes if linker adds runtime paths of dependent libraries
23252 # to runtime path list.
23253 inherit_rpath=$inherit_rpath_CXX
23254
23255 # Whether libtool must link a program against all its dependency libraries.
23256 link_all_deplibs=$link_all_deplibs_CXX
23257
23258 # Set to "yes" if exported symbols are required.
23259 always_export_symbols=$always_export_symbols_CXX
23260
23261 # The commands to list exported symbols.
23262 export_symbols_cmds=$lt_export_symbols_cmds_CXX
23263
23264 # Symbols that should not be listed in the preloaded symbols.
23265 exclude_expsyms=$lt_exclude_expsyms_CXX
23266
23267 # Symbols that must always be exported.
23268 include_expsyms=$lt_include_expsyms_CXX
23269
23270 # Commands necessary for linking programs (against libraries) with templates.
23271 prelink_cmds=$lt_prelink_cmds_CXX
23272
23273 # Commands necessary for finishing linking programs.
23274 postlink_cmds=$lt_postlink_cmds_CXX
23275
23276 # Specify filename containing input files.
23277 file_list_spec=$lt_file_list_spec_CXX
23278
23279 # How to hardcode a shared library path into an executable.
23280 hardcode_action=$hardcode_action_CXX
23281
23282 # The directories searched by this compiler when creating a shared library.
23283 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
23284
23285 # Dependencies to place before and after the objects being linked to
23286 # create a shared library.
23287 predep_objects=$lt_predep_objects_CXX
23288 postdep_objects=$lt_postdep_objects_CXX
23289 predeps=$lt_predeps_CXX
23290 postdeps=$lt_postdeps_CXX
23291
23292 # The library search path used internally by the compiler when linking
23293 # a shared library.
23294 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
23295
23296 # ### END LIBTOOL TAG CONFIG: CXX
23297 _LT_EOF
23298
23299 ;;
23300 "po-directories":C)
23301 for ac_file in $CONFIG_FILES; do
23302 # Support "outfile[:infile[:infile...]]"
23303 case "$ac_file" in
23304 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
23305 esac
23306 # PO directories have a Makefile.in generated from Makefile.in.in.
23307 case "$ac_file" in */Makefile.in)
23308 # Adjust a relative srcdir.
23309 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
23310 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
23311 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
23312 # In autoconf-2.13 it is called $ac_given_srcdir.
23313 # In autoconf-2.50 it is called $srcdir.
23314 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
23315 case "$ac_given_srcdir" in
23316 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
23317 /*) top_srcdir="$ac_given_srcdir" ;;
23318 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
23319 esac
23320 # Treat a directory as a PO directory if and only if it has a
23321 # POTFILES.in file. This allows packages to have multiple PO
23322 # directories under different names or in different locations.
23323 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
23324 rm -f "$ac_dir/POTFILES"
23325 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
23326 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
23327 POMAKEFILEDEPS="POTFILES.in"
23328 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
23329 # on $ac_dir but don't depend on user-specified configuration
23330 # parameters.
23331 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
23332 # The LINGUAS file contains the set of available languages.
23333 if test -n "$OBSOLETE_ALL_LINGUAS"; then
23334 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
23335 fi
23336 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
23337 # Hide the ALL_LINGUAS assigment from automake < 1.5.
23338 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
23339 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
23340 else
23341 # The set of available languages was given in configure.in.
23342 # Hide the ALL_LINGUAS assigment from automake < 1.5.
23343 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
23344 fi
23345 # Compute POFILES
23346 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
23347 # Compute UPDATEPOFILES
23348 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
23349 # Compute DUMMYPOFILES
23350 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
23351 # Compute GMOFILES
23352 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
23353 case "$ac_given_srcdir" in
23354 .) srcdirpre= ;;
23355 *) srcdirpre='$(srcdir)/' ;;
23356 esac
23357 POFILES=
23358 UPDATEPOFILES=
23359 DUMMYPOFILES=
23360 GMOFILES=
23361 for lang in $ALL_LINGUAS; do
23362 POFILES="$POFILES $srcdirpre$lang.po"
23363 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
23364 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
23365 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
23366 done
23367 # CATALOGS depends on both $ac_dir and the user's LINGUAS
23368 # environment variable.
23369 INST_LINGUAS=
23370 if test -n "$ALL_LINGUAS"; then
23371 for presentlang in $ALL_LINGUAS; do
23372 useit=no
23373 if test "%UNSET%" != "$LINGUAS"; then
23374 desiredlanguages="$LINGUAS"
23375 else
23376 desiredlanguages="$ALL_LINGUAS"
23377 fi
23378 for desiredlang in $desiredlanguages; do
23379 # Use the presentlang catalog if desiredlang is
23380 # a. equal to presentlang, or
23381 # b. a variant of presentlang (because in this case,
23382 # presentlang can be used as a fallback for messages
23383 # which are not translated in the desiredlang catalog).
23384 case "$desiredlang" in
23385 "$presentlang"*) useit=yes;;
23386 esac
23387 done
23388 if test $useit = yes; then
23389 INST_LINGUAS="$INST_LINGUAS $presentlang"
23390 fi
23391 done
23392 fi
23393 CATALOGS=
23394 if test -n "$INST_LINGUAS"; then
23395 for lang in $INST_LINGUAS; do
23396 CATALOGS="$CATALOGS $lang.gmo"
23397 done
23398 fi
23399 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
23400 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
23401 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
23402 if test -f "$f"; then
23403 case "$f" in
23404 *.orig | *.bak | *~) ;;
23405 *) cat "$f" >> "$ac_dir/Makefile" ;;
23406 esac
23407 fi
23408 done
23409 fi
23410 ;;
23411 esac
23412 done ;;
23413
23414 esac
23415 done # for ac_tag
23416
23417
23418 as_fn_exit 0
23419 _ACEOF
23420 ac_clean_files=$ac_clean_files_save
23421
23422 test $ac_write_fail = 0 ||
23423 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
23424
23425
23426 # configure is writing to config.log, and then calls config.status.
23427 # config.status does its own redirection, appending to config.log.
23428 # Unfortunately, on DOS this fails, as config.log is still kept open
23429 # by configure, so config.status won't be able to write to it; its
23430 # output is simply discarded. So we exec the FD to /dev/null,
23431 # effectively closing config.log, so it can be properly (re)opened and
23432 # appended to by config.status. When coming back to configure, we
23433 # need to make the FD available again.
23434 if test "$no_create" != yes; then
23435 ac_cs_success=:
23436 ac_config_status_args=
23437 test "$silent" = yes &&
23438 ac_config_status_args="$ac_config_status_args --quiet"
23439 exec 5>/dev/null
23440 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
23441 exec 5>>config.log
23442 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23443 # would make configure fail if this is the last instruction.
23444 $ac_cs_success || as_fn_exit 1
23445 fi
23446 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23447 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
23448 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23449 fi
23450
23451
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 iBus engine
17 #
18 # Copyright (c) 2007-2014 Huang Peng <shawn.p.huang@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 subdir = data
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
113 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
114 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
115 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
116 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
119 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121 $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
123 mkinstalldirs = $(install_sh) -d
124 CONFIG_HEADER = $(top_builddir)/config.h
125 CONFIG_CLEAN_FILES =
126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 SOURCES =
140 DIST_SOURCES =
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147 am__vpath_adj = case $$p in \
148 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149 *) f=$$p;; \
150 esac;
151 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152 am__install_max = 40
153 am__nobase_strip_setup = \
154 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155 am__nobase_strip = \
156 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157 am__nobase_list = $(am__nobase_strip_setup); \
158 for p in $$list; do echo "$$p $$p"; done | \
159 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161 if (++n[$$2] == $(am__install_max)) \
162 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163 END { for (dir in files) print dir, files[dir] }'
164 am__base_list = \
165 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167 am__uninstall_files_from_dir = { \
168 test -z "$$files" \
169 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171 $(am__cd) "$$dir" && rm -f $$files; }; \
172 }
173 am__installdirs = "$(DESTDIR)$(tablesdir)"
174 DATA = $(tables_DATA)
175 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176 am__DIST_COMMON = $(srcdir)/Makefile.in
177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178 ACLOCAL = @ACLOCAL@
179 AMTAR = @AMTAR@
180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181 AR = @AR@
182 AUTOCONF = @AUTOCONF@
183 AUTOHEADER = @AUTOHEADER@
184 AUTOMAKE = @AUTOMAKE@
185 AWK = @AWK@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CPPFLAGS = @CPPFLAGS@
190 CSCOPE = @CSCOPE@
191 CTAGS = @CTAGS@
192 CXX = @CXX@
193 CXXCPP = @CXXCPP@
194 CXXDEPMODE = @CXXDEPMODE@
195 CXXFLAGS = @CXXFLAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DEFS = @DEFS@
198 DEPDIR = @DEPDIR@
199 DLLTOOL = @DLLTOOL@
200 DSYMUTIL = @DSYMUTIL@
201 DUMPBIN = @DUMPBIN@
202 ECHO_C = @ECHO_C@
203 ECHO_N = @ECHO_N@
204 ECHO_T = @ECHO_T@
205 EGREP = @EGREP@
206 ETAGS = @ETAGS@
207 EXEEXT = @EXEEXT@
208 FGREP = @FGREP@
209 FILECMD = @FILECMD@
210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
211 GMSGFMT = @GMSGFMT@
212 GMSGFMT_015 = @GMSGFMT_015@
213 GREP = @GREP@
214 IBUS_CFLAGS = @IBUS_CFLAGS@
215 IBUS_LIBS = @IBUS_LIBS@
216 INSTALL = @INSTALL@
217 INSTALL_DATA = @INSTALL_DATA@
218 INSTALL_PROGRAM = @INSTALL_PROGRAM@
219 INSTALL_SCRIPT = @INSTALL_SCRIPT@
220 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221 INTLLIBS = @INTLLIBS@
222 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBICONV = @LIBICONV@
226 LIBINTL = @LIBINTL@
227 LIBOBJS = @LIBOBJS@
228 LIBS = @LIBS@
229 LIBTOOL = @LIBTOOL@
230 LIPO = @LIPO@
231 LN_S = @LN_S@
232 LTLIBICONV = @LTLIBICONV@
233 LTLIBINTL = @LTLIBINTL@
234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
236 MAINT = @MAINT@
237 MAKEINFO = @MAKEINFO@
238 MANIFEST_TOOL = @MANIFEST_TOOL@
239 MKDIR_P = @MKDIR_P@
240 MSGFMT = @MSGFMT@
241 MSGFMT_015 = @MSGFMT_015@
242 MSGMERGE = @MSGMERGE@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
257 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
258 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
259 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
260 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
261 PATH_SEPARATOR = @PATH_SEPARATOR@
262 PKG_CONFIG = @PKG_CONFIG@
263 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265 POSUB = @POSUB@
266 PYTHON = @PYTHON@
267 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
268 PYTHON_PLATFORM = @PYTHON_PLATFORM@
269 PYTHON_PREFIX = @PYTHON_PREFIX@
270 PYTHON_VERSION = @PYTHON_VERSION@
271 RANLIB = @RANLIB@
272 SED = @SED@
273 SET_MAKE = @SET_MAKE@
274 SHELL = @SHELL@
275 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
276 SQLITE3_LIBS = @SQLITE3_LIBS@
277 STRIP = @STRIP@
278 USE_NLS = @USE_NLS@
279 VERSION = @VERSION@
280 XGETTEXT = @XGETTEXT@
281 XGETTEXT_015 = @XGETTEXT_015@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_AR = @ac_ct_AR@
287 ac_ct_CC = @ac_ct_CC@
288 ac_ct_CXX = @ac_ct_CXX@
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290 am__include = @am__include@
291 am__leading_dot = @am__leading_dot@
292 am__quote = @am__quote@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build = @build@
297 build_alias = @build_alias@
298 build_cpu = @build_cpu@
299 build_os = @build_os@
300 build_vendor = @build_vendor@
301 builddir = @builddir@
302 datadir = @datadir@
303 datarootdir = @datarootdir@
304 docdir = @docdir@
305 dvidir = @dvidir@
306 exec_prefix = @exec_prefix@
307 host = @host@
308 host_alias = @host_alias@
309 host_cpu = @host_cpu@
310 host_os = @host_os@
311 host_vendor = @host_vendor@
312 htmldir = @htmldir@
313 includedir = @includedir@
314 infodir = @infodir@
315 install_sh = @install_sh@
316 libdir = @libdir@
317 libexecdir = @libexecdir@
318 localedir = @localedir@
319 localstatedir = @localstatedir@
320 mandir = @mandir@
321 mkdir_p = @mkdir_p@
322 oldincludedir = @oldincludedir@
323 pdfdir = @pdfdir@
324 pkgpyexecdir = @pkgpyexecdir@
325 pkgpythondir = @pkgpythondir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 pyexecdir = @pyexecdir@
330 pythondir = @pythondir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 tables_DATA = \
341 array.db \
342 $(NULL)
343
344 tablesdir = $(pkgdatadir)/tables
345 EXTRA_DIST = \
346 array.db \
347 $(NULL)
348
349 all: all-am
350
351 .SUFFIXES:
352 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
353 @for dep in $?; do \
354 case '$(am__configure_deps)' in \
355 *$$dep*) \
356 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357 && { if test -f $@; then exit 0; else break; fi; }; \
358 exit 1;; \
359 esac; \
360 done; \
361 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
362 $(am__cd) $(top_srcdir) && \
363 $(AUTOMAKE) --gnu data/Makefile
364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365 @case '$?' in \
366 *config.status*) \
367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368 *) \
369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
370 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
371 esac;
372
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375
376 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380 $(am__aclocal_m4_deps):
381
382 mostlyclean-libtool:
383 -rm -f *.lo
384
385 clean-libtool:
386 -rm -rf .libs _libs
387 install-tablesDATA: $(tables_DATA)
388 @$(NORMAL_INSTALL)
389 @list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
390 if test -n "$$list"; then \
391 echo " $(MKDIR_P) '$(DESTDIR)$(tablesdir)'"; \
392 $(MKDIR_P) "$(DESTDIR)$(tablesdir)" || exit 1; \
393 fi; \
394 for p in $$list; do \
395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396 echo "$$d$$p"; \
397 done | $(am__base_list) | \
398 while read files; do \
399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tablesdir)'"; \
400 $(INSTALL_DATA) $$files "$(DESTDIR)$(tablesdir)" || exit $$?; \
401 done
402
403 uninstall-tablesDATA:
404 @$(NORMAL_UNINSTALL)
405 @list='$(tables_DATA)'; test -n "$(tablesdir)" || list=; \
406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
407 dir='$(DESTDIR)$(tablesdir)'; $(am__uninstall_files_from_dir)
408 tags TAGS:
409
410 ctags CTAGS:
411
412 cscope cscopelist:
413
414 distdir: $(BUILT_SOURCES)
415 $(MAKE) $(AM_MAKEFLAGS) distdir-am
416
417 distdir-am: $(DISTFILES)
418 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420 list='$(DISTFILES)'; \
421 dist_files=`for file in $$list; do echo $$file; done | \
422 sed -e "s|^$$srcdirstrip/||;t" \
423 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
424 case $$dist_files in \
425 */*) $(MKDIR_P) `echo "$$dist_files" | \
426 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
427 sort -u` ;; \
428 esac; \
429 for file in $$dist_files; do \
430 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431 if test -d $$d/$$file; then \
432 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
433 if test -d "$(distdir)/$$file"; then \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435 fi; \
436 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439 fi; \
440 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441 else \
442 test -f "$(distdir)/$$file" \
443 || cp -p $$d/$$file "$(distdir)/$$file" \
444 || exit 1; \
445 fi; \
446 done
447 check-am: all-am
448 check: check-am
449 all-am: Makefile $(DATA)
450 installdirs:
451 for dir in "$(DESTDIR)$(tablesdir)"; do \
452 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
453 done
454 install: install-am
455 install-exec: install-exec-am
456 install-data: install-data-am
457 uninstall: uninstall-am
458
459 install-am: all-am
460 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
462 installcheck: installcheck-am
463 install-strip:
464 if test -z '$(STRIP)'; then \
465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467 install; \
468 else \
469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
472 fi
473 mostlyclean-generic:
474
475 clean-generic:
476
477 distclean-generic:
478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
481 maintainer-clean-generic:
482 @echo "This command is intended for maintainers to use"
483 @echo "it deletes files that may require special tools to rebuild."
484 clean: clean-am
485
486 clean-am: clean-generic clean-libtool mostlyclean-am
487
488 distclean: distclean-am
489 -rm -f Makefile
490 distclean-am: clean-am distclean-generic
491
492 dvi: dvi-am
493
494 dvi-am:
495
496 html: html-am
497
498 html-am:
499
500 info: info-am
501
502 info-am:
503
504 install-data-am: install-tablesDATA
505
506 install-dvi: install-dvi-am
507
508 install-dvi-am:
509
510 install-exec-am:
511
512 install-html: install-html-am
513
514 install-html-am:
515
516 install-info: install-info-am
517
518 install-info-am:
519
520 install-man:
521
522 install-pdf: install-pdf-am
523
524 install-pdf-am:
525
526 install-ps: install-ps-am
527
528 install-ps-am:
529
530 installcheck-am:
531
532 maintainer-clean: maintainer-clean-am
533 -rm -f Makefile
534 maintainer-clean-am: distclean-am maintainer-clean-generic
535
536 mostlyclean: mostlyclean-am
537
538 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
539
540 pdf: pdf-am
541
542 pdf-am:
543
544 ps: ps-am
545
546 ps-am:
547
548 uninstall-am: uninstall-tablesDATA
549
550 .MAKE: install-am install-strip
551
552 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
553 cscopelist-am ctags-am distclean distclean-generic \
554 distclean-libtool distdir dvi dvi-am html html-am info info-am \
555 install install-am install-data install-data-am install-dvi \
556 install-dvi-am install-exec install-exec-am install-html \
557 install-html-am install-info install-info-am install-man \
558 install-pdf install-pdf-am install-ps install-ps-am \
559 install-strip install-tablesDATA installcheck installcheck-am \
560 installdirs maintainer-clean maintainer-clean-generic \
561 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
562 ps ps-am tags-am uninstall uninstall-am uninstall-tablesDATA
563
564 .PRECIOUS: Makefile
565
566
567 # Tell versions [3.59,3.63) of GNU make to not export all variables.
568 # Otherwise a system limit (for SysV at least) may be exceeded.
569 .NOEXPORT:
+0
-101331
data/array30_OpenVanilla_0.86.cin less more
0 %gen_inp
1 #######################################################################
2 # #
3 # array30.cin for OpenVanilla (v0.86), 2018-04-24 #
4 # #
5 # 本 array30.cin 原始檔案是由霍東靈 Anthony Fok <foka@debian.org> #
6 # 利用行列科技在 porting.exe 檔內提供之 array30.txt 及 arrayhw.txt #
7 # (05/31/1996) 轉換後,由葉光哲 (gontera) 根據行列科技廖明德先生 #
8 # (即行列輸入法發明人)慷慨提供支援 unicode 3.1 中日韓漢字集共七萬 #
9 # 餘字的完整對照檔,製作而成。 #
10 # #
11 # 為便於 OpenVanilla 開發團隊製作行列輸入法模組,本 .cin 檔案已移除 #
12 # 簡碼,另以個別檔案儲存。 #
13 # #
14 # 本檔案跟行列科技所提供的原始檔案一樣公開授權,又或可依據 GNU #
15 # General Public License (GPL) version 2 或新版公開授權,歡迎各界分 #
16 # 布及使用。在此謹致謝行列科技之慷慨大方,讓大家可免費自由地使用行 #
17 # 列輸入法。 #
18 # #
19 # 有關行列輸入法,請參觀 http://www.array.com.tw/ 內的介紹。 #
20 # #
21 #######################################################################
22 # 2005-05-11 配合 OpenVanilla 0.7 將一級簡碼自本檔移除,另獨立至 #
23 # ArrayShortCode.cin 中。(vgod) #
24 # 2007-09-25 將 big5 字集定義【粧銹恒碁墻嫺裏】共七個特殊用字,自 #
25 # cin 檔移除,避免這些字在 unicode 選字窗中重複出現。 #
26 # (gontera) #
27 # 2008-10-27 依行列廖明德先生提供之最新對照檔,再製新版。(gontera) #
28 # 2011-05-15 重新定義 w+8 順序(數字)符號組。(gontera) #
29 # 2011-08-21 依照行列輸入法官網發布的 2008A 版對照表重新定義特別碼, #
30 # 並更正一、二級簡碼。(gontera) #
31 # 2012-12-01 支援 CJK Ext-C/D,相容於行列 2012A 官版對照表。(gontera)#
32 # 2014-05-20 更新 CJK Ext-C/D,相容於行列 2013A 官版對照表。(gontera)#
33 # 2015-09-16 配合行列官網釋出的特別碼版本 V201509,更新特別碼。 #
34 # 2016-03-19 新增支援 CJK Ext-E,並依據行列輸入法官網發布之 CJK #
35 # Ext-B V2016A 版對照表,修正 Ext-B 的部分鍵碼。 #
36 # 2018-04-24 新增支援 CJK Ext-F。 #
37 #######################################################################
38 %ename array30
39 %cname 行列30
40 %encoding UTF-8
41 %selkey 1234567890
42 %keyname begin
43 a 1-
44 b 5⇣
45 c 3⇣
46 d 3-
47 e 3⇡
48 f 4-
49 g 5-
50 h 6-
51 i 8⇡
52 j 7-
53 k 8-
54 l 9-
55 m 7⇣
56 n 6⇣
57 o 9⇡
58 p 0⇡
59 q 1⇡
60 r 4⇡
61 s 2-
62 t 5⇡
63 u 7⇡
64 v 4⇣
65 w 2⇡
66 x 2⇣
67 y 6⇡
68 z 1⇣
69 . 9⇣
70 / 0⇣
71 ; 0-
72 , 8⇣
73 ? ?
74 * *
75 #1 1
76 #2 2
77 #3 3
78 #4 4
79 #5 5
80 #6 6
81 #7 7
82 #8 8
83 #9 9
84 #0 0
85 %keyname end
86 #%quickkey begin
87 #
88 #quickkey definitions
89 #
90 #%quickkey end
91
92 %chardef begin
93 # Begin of CJK Unified Ideographs + Extension A
94 cpu 溫
95 wpu 媼
96 g.; 啟
97 flvl 莠
98 slh 丸
99 xxax 幾
100 ojq, 爨
101 , ,
102 . 。
103 ; 口
104 ; :
105 ; ;
106 ; ○
107 ou ○
108 t 的
109 a 一
110 aa 二
111 aaa 三
112 aaax 貳
113 aac 示
114 aad 亍
115 aae 亓
116 aaes 虣
117 aaex 武
118 aae, 鵡
119 aajh 瓷
120 aajk 次
121 aajm 資
122 aajn 恣
123 aajv 栥
124 aajv 秶
125 aajv 楶
126 aajw 姿
127 aajx 餈
128 aaj; 咨
129 aaj, 粢
130 aas 元
131 aase 刓
132 aasm 頑
133 aast 邧
134 aast 黿
135 aax 云
136 aaxx 魂
137 ac 下
138 acn 忑
139 ad 丁
140 adam 頂
141 ads 屯
142 adsg 丏
143 adsm 頓
144 adsn 迍
145 ae 正
146 ae 耳
147 ae 丌
148 aea 亞
149 aead 耵
150 aeae 聶
151 aeae 聇
152 aeae 聑
153 aeae 聏
154 aeam 顳
155 aean 惡
156 aear 堊
157 aeat 鄢
158 aea/ 蝁
159 aea, 焉
160 aeb 取
161 aebk 聚
162 aebt 鄹
163 aebt 郰
164 aebv 棸
165 aebw 娶
166 aebz 聧
167 aeb, 焣
168 aee 刵
169 aeg 丐
170 aeib 聆
171 aeig 耹
172 aejr 聃
173 aejs 耽
174 aejy 聸
175 aekb 聬
176 aeln 聽
177 aeln 聰
178 aelq 毦
179 ael; 聒
180 aen 恥
181 aend 聹
182 aenq 聜
183 aeoj 聊
184 aepg 聘
185 aeqx 聝
186 aer; 聐
187 aes 耴
188 aet 耶
189 aexb 聈
190 aexw 聯
191 aeyd 聤
192 aeyx 職
193 aezx 耾
194 ae. 政
195 ae;m 聵
196 ae;r 聖
197 ae, 耿
198 ae,x 褧
199 af 干
200 af 于
201 afaf 幵
202 afam 頇
203 afaq 麉
204 afa, 烎
205 afe 刊
206 afe 刑
207 afer 型
208 afky 雃
209 afl, 鳱
210 afl, 鳽
211 afn 迂
212 afo 臿
213 afok 歃
214 aft 邢
215 aft 邗
216 aft 邘
217 afu 盂
218 afx 戒
219 afx 戎
220 af. 形
221 af; 舌
222 af;a 甜
223 af;c 舔
224 af;n 憩
225 af;r 舑
226 af;s 舐
227 af;, 舕
228 af,s 覝
229 aga 与
230 ag. 攷
231 ag;a 亟
232 ai 平
233 ajd 巿
234 ajdk 兩
235 ajea 襾
236 ajhn 邐
237 ajhq 麗
238 ajht 酈
239 ajh, 鸝
240 ajk 丙
241 ajkt 邴
242 ajr 再
243 akjh 璽
244 akjn 邇
245 akj. 爾
246 akj, 鸍
247 al 万
248 alje 而
249 alje 奡
250 aljh 耐
251 aljn 恧
252 aljw 耍
253 aljx 戛
254 aljz 耎
255 alj. 夏
256 alj. 耏
257 alj. 夒
258 alj, 鴯
259 alm 頁
260 alp 百
261 alpe 面
262 alpp 皕
263 alps 靦
264 alp/ 蠠
265 alut 鄾
266 alu. 憂
267 am 歹
268 ama 亙
269 amaa 殭
270 amaa 殛
271 amaq 殌
272 amax 殘
273 ame 列
274 amen 迾
275 amew 姴
276 amex 裂
277 ame, 烈
278 ame, 鮤
279 ame, 鴷
280 amfa 殖
281 amfh 殏
282 amfs 殑
283 amik 殮
284 amjz 殃
285 amkx 殲
286 amkx 餮
287 amk. 殄
288 amlb 歿
289 amlh 殠
290 amlp 殉
291 amlu 殈
292 amlz 殀
293 aml. 歾
294 aml, 殦
295 amnk 殥
296 amnm 殯
297 amop 殙
298 amov 殊
299 amo. 殤
300 amq 死
301 amrd 殢
302 amrm 殰
303 amrr 殣
304 amtc 殔
305 amtf 肂
306 amua 殂
307 amvi 殪
308 amx; 殆
309 amyh 殧
310 amy; 殕
311 amzk 殎
312 amzs 殗
313 am.f 殍
314 am/u 殟
315 am;f 殫
316 am;m 殞
317 anx 忒
318 ap 酉
319 apac 醥
320 apad 酊
321 apaf 酐
322 apaf 醰
323 apaq 釃
324 apax 醆
325 apbb 醱
326 apbb 醊
327 apb. 醪
328 apcz 醭
329 ape. 醵
330 ape; 酟
331 apfh 酎
332 apfr 醛
333 apfu 醐
334 apf; 酤
335 apgs 酏
336 apgu 醑
337 aphd 酬
338 apiq 醝
339 apiv 酴
340 apjq 酮
341 apjs 酖
342 apju 醓
343 apju 醠
344 apkj 酚
345 apky 醀
346 apk, 醮
347 apld 醄
348 aplh 酌
349 aplq 酕
350 aplv 酥
351 apm; 酩
352 apne 醡
353 apnq 酡
354 apn; 醣
355 apn, 醾
356 apob 醙
357 apoe 酢
358 apox 醜
359 apo; 酷
360 apo, 醺
361 appc 醍
362 appi 醴
363 appr 醒
364 appx 醲
365 apqd 酠
366 apqh 酺
367 apqp 酯
368 apq; 醧
369 apra 酣
370 aprf 酵
371 aprp 醋
372 aprp 醏
373 apr, 醼
374 apsb 酘
375 apts 配
376 apvv 醂
377 apwc 醁
378 apxu 酳
379 apx. 酸
380 apyf 醉
381 apyf 醇
382 apym 醨
383 apyn 醷
384 apyx 釀
385 apy; 醅
386 apze 醹
387 apzs 醃
388 apzu 醢
389 apzu 醯
390 apz; 醽
391 ap. 更
392 ap.d 酗
393 ap.h 酹
394 ap.h 釂
395 ap.r 甦
396 ap.t 郠
397 ap.; 酪
398 ap/f 醳
399 ap/u 醞
400 ap;r 酲
401 ap;. 釅
402 ap,n 醚
403 aqx 式
404 ar 王
405 ar 壬
406 arad 玎
407 arae 珥
408 araf 玕
409 araf 玗
410 arag 琴
411 arah 琢
412 arai 玶
413 aral 瑟
414 aral 璱
415 aram 頊
416 araq 琵
417 arar 玨
418 aras 玩
419 aras 琶
420 arav 瑮
421 arax 琖
422 ara; 珸
423 arbb 珝
424 arbf 璻
425 arbi 璒
426 arbj 瑂
427 arb. 璆
428 arb/ 瑵
429 arb; 珈
430 arb; 琚
431 arb; 璚
432 arcm 瑣
433 arcp 璫
434 arcs 珖
435 arcx 琺
436 arcz 璞
437 arde 瑞
438 ardg 琌
439 ardy 璀
440 ard; 瓗
441 areb 瑕
442 areb 琡
443 ared 玔
444 aree 琲
445 areh 瓛
446 arej 璿
447 areq 玼
448 ares 琥
449 are. 璩
450 are; 玷
451 are, 璨
452 arf 弄
453 arf 玤
454 arfb 瓁
455 arfh 球
456 arfk 瑱
457 arfu 瑚
458 arfu 瓂
459 arfv 瑹
460 arfy 瓘
461 arfz 瑛
462 arf. 璥
463 arg, 瑪
464 arh 玉
465 arh 玊
466 arhc 璇
467 arhr 班
468 arht 瑯
469 arhx 琅
470 arib 玲
471 arie 瑜
472 arie 瑐
473 arif 珜
474 arin 璲
475 arip 璯
476 ariq 瑳
477 ari; 珨
478 ari; 琀
479 ari; 瑲
480 arjf 珊
481 arjk 玖
482 arjk 琠
483 arjn 璭
484 arjq 琿
485 arjr 珃
486 arjs 現
487 arjv 琛
488 arjy 玬
489 arjz 瑍
490 arj. 瓊
491 arj; 玿
492 arj; 琱
493 arke 玠
494 arkj 玢
495 arkl 珶
496 arkn 璡
497 arkp 璔
498 arkx 玳
499 ark. 珍
500 arlb 珽
501 arlc 瑔
502 arle 琍
503 arlg 碧
504 arlg 琇
505 arlh 玓
506 arlm 珘
507 arlm 瑀
508 arln 璁
509 arlp 珀
510 arlp 珣
511 arlp 璠
512 arls 玸
513 arlv 瓅
514 arlx 珴
515 arl, 鳿
516 arm 珼
517 armd 瑤
518 armw 瓔
519 arn 迋
520 arna 瑄
521 arnc 琮
522 arne 琯
523 arnl 珌
524 arnl 瑏
525 arnm 璸
526 arns 琬
527 arn; 瑭
528 arn; 瑢
529 aroc 琁
530 arof 玝
531 aroj 珋
532 arok 璵
533 arom 瓚
534 aros 珗
535 arov 珠
536 arox 瑰
537 arpc 璟
538 arpd 珅
539 arpd 玾
540 arpj 瑁
541 arpp 琩
542 arpp 瓃
543 arpq 琨
544 arpr 理
545 arpr 瑆
546 arpz 珚
547 arp. 琝
548 arp. 瑒
549 arq 玒
550 arqd 珂
551 arql 玡
552 arqn 璉
553 arqp 瑎
554 arqq 玭
555 arqt 琊
556 arq. 璷
557 arra 玵
558 arrk 琪
559 arrk 璜
560 arrk 珙
561 arrk 璊
562 arrr 瑾
563 arrr 珪
564 arrs 玴
565 arr. 璈
566 arr, 瓙
567 arsd 珮
568 ars; 璐
569 ars, 珧
570 artb 玻
571 artf 珒
572 arth 璕
573 artk 玦
574 artq 瑋
575 artu 璶
576 art; 珺
577 aru 玥
578 arua 珇
579 arvv 琳
580 arwc 琭
581 arwv 璅
582 arw. 瑙
583 arw. 瑑
584 arx 丟
585 arxx 璣
586 arx; 珆
587 arye 璾
588 aryf 璋
589 arym 璃
590 aryn 瓋
591 aryq 瓏
592 aryr 斑
593 aryx 瓖
594 aryx 玹
595 ary. 玟
596 ary. 珓
597 ary; 琣
598 arzd 琦
599 arze 瓀
600 arzf 珔
601 arzf 琫
602 arzh 瑼
603 arzo 琉
604 arzs 珫
605 arzu 珛
606 arzv 瑧
607 arzx 瑊
608 ar. 玫
609 ar.b 瑗
610 ar.c 瑽
611 ar.d 珩
612 ar.d 琋
613 ar.d 琤
614 ar.f 琈
615 ar.. 璦
616 ar.; 珞
617 ar/x 環
618 ar;c 珿
619 ar;r 珵
620 ar;u 琄
621 ar;v 璪
622 ar,q 璘
623 ar,, 琰
624 as 兀
625 asa. 豗
626 asjs 卼
627 as/ 虺
628 at 五
629 atc 疌
630 atdt 郪
631 atdw 妻
632 atd, 鶈
633 at; 吾
634 at;n 逜
635 at;t 郚
636 at;. 敔
637 av 未
638 av.c 漦
639 av.f 犛
640 av.f 孷
641 av.j 剺
642 av.k 斄
643 av.q 氂
644 av.r 釐
645 av.w 嫠
646 aw 互
647 awq 巠
648 awqb 勁
649 awqe 剄
650 awqm 頸
651 awqn 逕
652 awqo 巰
653 awq, 鵛
654 ax 戈
655 ax 弋
656 axau 盞
657 axax 戔
658 axe 划
659 axky 隿
660 axl, 鳶
661 axm 貣
662 axr 至
663 axre 到
664 axrr 臸
665 axrt 郅
666 axrv 臻
667 axrx 臹
668 axr. 致
669 axxp 晉
670 axxt 鄑
671 axxx 戩
672 az 天
673 azc 忝
674 az/ 蚕
675 az; 吞
676 a. 豕
677 a.af 豜
678 a.a. 豩
679 a.a, 燹
680 a.dd 豳
681 a.eb 豭
682 a.fm 豶
683 a.gs 豟
684 a.h 豖
685 a.he 剢
686 a.n 逐
687 a.rp 豬
688 a.rv 櫫
689 a.ts 豝
690 a.tx 豤
691 a.vi 豷
692 a.yk 豥
693 a.zc 豲
694 a..c 豵
695 a..d 豨
696 a..z 豯
697 a./u 豱
698 a/ 西
699 a/ab 翲
700 a/ac 票
701 a/ae 剽
702 a/ak 瓢
703 a/am 顠
704 a/ax 飄
705 a/a. 彯
706 a/ln 覂
707 a/l. 覈
708 a/m 賈
709 a/n 迺
710 a/pf 覃
711 a/p, 鷣
712 a/r 垔
713 a/rh 甄
714 a/rk 歅
715 a/rt 鄄
716 a/v 栗
717 a/v, 鷅
718 a/w 要
719 a/w. 覅
720 a/zn 遷
721 a/.. 覆
722 a/, 粟
723 b 又
724 b 力
725 baaf 犚
726 baah 尉
727 baan 慰
728 baax 褽
729 baa, 熨
730 bamq 屍
731 baxe 剭
732 baxr 屋
733 baz 癸
734 bazt 鄈
735 bazx 戣
736 bb 羽
737 bbam 頨
738 bbb 劦
739 bbbb 尸
740 bbbe 剟
741 bbbk 欼
742 bbbk 歠
743 bbbm 顙
744 bbbn 勰
745 bbbq 毲
746 bbbu 脅
747 bbbv 桑
748 bbbw 姭
749 bbb. 敪
750 bbb, 鵽
751 bbf 羿
752 bbjq 翬
753 bbkj 翂
754 bbkm 顟
755 bbkt 鄝
756 bbkx 戳
757 bbkx 戮
758 bbky 翟
759 bbky 雡
760 bbkz 翭
761 bbk. 翏
762 bbk, 鷚
763 bbk, 鸐
764 bblp 習
765 bblq 毣
766 bbls 翫
767 bblx 飁
768 bbl; 翑
769 bbl, 翵
770 bboz 翐
771 bbpc 翨
772 bbpk 翼
773 bbq 羾
774 bbqn 翴
775 bbtb 翍
776 bby 翌
777 bby 翋
778 bbyc 翞
779 bbyf 翠
780 bbyw 翣
781 bby; 翯
782 bbzh 翇
783 bbzk 翜
784 bb.. 翪
785 bb;d 翀
786 bc 尿
787 bcof 犀
788 bcon 遲
789 bcu 屑
790 bc/o 斸
791 bc// 屬
792 bdd 屈
793 bdd, 鶌
794 bee 屝
795 bf; 居
796 bf;, 鶋
797 bgd 予
798 bgdb 務
799 bgde 劀
800 bgdf 鞪
801 bgdg 矜
802 bgdi 鍪
803 bgdj 瞀
804 bgdl 矛
805 bgdm 預
806 bgdn 遹
807 bgdp 矠
808 bgdq 氄
809 bgdr 堥
810 bgdv 柔
811 bgdv 楘
812 bgdw 婺
813 bgd. 豫
814 bgd/ 蝥
815 bgd/ 蟊
816 bgd; 矞
817 bgd, 騖
818 bgd, 鶔
819 bgd, 鶩
820 bgd, 鷸
821 bgff 孱
822 bg; 局
823 bh 叉
824 bhh/ 蚤
825 bif 屏
826 biff 羼
827 bj 即
828 bj 眉
829 bjde 刷
830 bjf 甬
831 bjfb 勇
832 bjfn 通
833 bjfn 恿
834 bjr 堲
835 bjt 郿
836 bk 尺
837 bk/p 層
838 bk;k 咫
839 blq 尾
840 blqf 屘
841 bls 尻
842 bl, 鳲
843 bmmm 屭
844 bn 迉
845 bnk 屄
846 bnzc 屪
847 bp 屇
848 bp;w 屢
849 bq 尼
850 bqi 登
851 bqin 邆
852 bqis 凳
853 bqit 鄧
854 bqn 迡
855 bqq 屁
856 bqs 既
857 bqsa 暨
858 bqsr 塈
859 bqs, 鱀
860 br 圣
861 brd 屆
862 brkb 殿
863 brkr 壂
864 brku 臀
865 brlp 屠
866 brl, 鷵
867 brx 展
868 bsb 癹
869 btgb 發
870 btqd 屙
871 byf 屖
872 b.ec 屣
873 b.fb 屐
874 b.l; 屩
875 b.o. 履
876 b.pw 屨
877 b.rs 屜
878 b.rv 屧
879 b; 加
880 b;g, 駕
881 b;jd 屌
882 b;lq 毠
883 b;l, 鴐
884 b;m 賀
885 b;n 迦
886 b;qd 哿
887 b;v 架
888 b;yc 躄
889 b;yd 幦
890 b;yf 辟
891 b;yh 璧
892 b;yh 甓
893 b;yj 劈
894 b;yn 避
895 b;yn 憵
896 b;yo 擘
897 b;yr 壁
898 b;yt 鼊
899 b;yu 臂
900 b;yv 檗
901 b;yw 嬖
902 b;yx 袈
903 b;yx 襞
904 b;yx 繴
905 b;yy 譬
906 b;y, 糪
907 b;y, 鷿
908 b, 屎
909 c 小
910 c 卜
911 c 水
912 caac 沶
913 caag 污
914 caam 澬
915 caas 沅
916 caax 沄
917 cad 汀
918 cadg 沔
919 cads 沌
920 cae 洱
921 caee 灄
922 cae, 漹
923 caf 汗
924 caf 汙
925 caf 汧
926 cafu 盓
927 cai 泙
928 caib 叢
929 caih 對
930 caii 鑿
931 cain 懟
932 cait 鄴
933 caiv 業
934 cajd 沛
935 cajq 灑
936 cak. 濔
937 cale 湎
938 cale 洏
939 calz 渜
940 cal. 瀀
941 came 洌
942 cap 酒
943 capa 洹
944 cap. 浭
945 car 汪
946 carl 濏
947 cas 光
948 casq 輝
949 casy 耀
950 catw 淒
951 cat; 浯
952 cav 沬
953 caw 沍
954 cawq 涇
955 caxp 溍
956 caxr 溼
957 caxr 洷
958 caxx 淺
959 cazc 添
960 ca.h 涿
961 ca.p 瀦
962 ca/ 洒
963 ca/c 漂
964 ca/f 潭
965 ca/r 湮
966 ca/v 溧
967 ca, 黹
968 ca,h 黻
969 ca,h 黼
970 ca,j 黺
971 cb 氻
972 cbar 渥
973 cbaz 湀
974 cbbf 濢
975 cbbk 瀷
976 cbby 濯
977 cbb. 漻
978 cbc/ 灟
979 cbdd 淈
980 cbf; 涺
981 cbgd 沀
982 cbgf 潺
983 cbgm 澦
984 cbg; 潏
985 cbh 汊
986 cbh/ 溞
987 cbj 湄
988 cbjb 湧
989 cbje 涮
990 cbjf 涌
991 cblq 浘
992 cbq 泥
993 cbqi 澄
994 cbqs 溉
995 cbrb 澱
996 cbrp 潳
997 cbtb 潑
998 cbz 漏
999 cb; 泇
1000 cb;f 澼
1001 cc 沝
1002 ccah 濧
1003 ccas 洸
1004 ccav 澲
1005 ccc 淼
1006 ccjp 澢
1007 ccjr 漟
1008 ccj; 淌
1009 ccl 沙
1010 cclg 硰
1011 cclj 渻
1012 ccln 逤
1013 cclo 挲
1014 cclw 娑
1015 cclx 裟
1016 ccl, 鯊
1017 ccp 涾
1018 ccrk 濷
1019 ccu 消
1020 cd 汕
1021 cd 沜
1022 cdae 湍
1023 cda. 溦
1024 cda. 澂
1025 cda/ 滍
1026 cdd 泏
1027 cdig 涔
1028 cdky 漼
1029 cdqi 溰
1030 cduu 漰
1031 cdxs 湚
1032 cdz, 湠
1033 ce 淵
1034 ce 沚
1035 ceab 淑
1036 cear 潤
1037 cea. 澽
1038 cec 涉
1039 cecm 瀕
1040 ced 汌
1041 cejj 濬
1042 celc 灁
1043 celi 滹
1044 cem 湞
1045 cema 瀣
1046 cem, 澯
1047 cep 澗
1048 cepf 淖
1049 ceph 滷
1050 cepn 濾
1051 cepu 瀘
1052 ceq 泚
1053 ces 淲
1054 ces. 滮
1055 cev 澖
1056 cev/ 瀾
1057 cey. 潣
1058 cezx 濊
1059 ce; 沾
1060 ce;f 灛
1061 ce;n 惉
1062 ce;z 澞
1063 cf 汁
1064 cfaf 澕
1065 cfb 汥
1066 cfd 汫
1067 cfdi 灃
1068 cfdu 灩
1069 cfe 淽
1070 cfe/ 灡
1071 cffm 濆
1072 cfg 湱
1073 cfh 淓
1074 cfjb 渤
1075 cfjf 浡
1076 cfjf 湳
1077 cfjx 潔
1078 cfjx 溹
1079 cfjz 渶
1080 cfj. 濛
1081 cfkb 濩
1082 cfk; 濇
1083 cfln 濍
1084 cfn, 瀳
1085 cfp 渵
1086 cfpb 瀚
1087 cfpf 澣
1088 cfpf 濣
1089 cfpm 澫
1090 cfps 漧
1091 cfpu 潮
1092 cfpz 漠
1093 cfqd 渮
1094 cfqu 灆
1095 cfru 濭
1096 cfte 瀟
1097 cfua 淔
1098 cfuk 滇
1099 cfzf 漭
1100 cfz; 渃
1101 cf/x 瀎
1102 cf; 沽
1103 cf;u 湖
1104 cf;y 灌
1105 cg 沰
1106 cgcd 涵
1107 cgcu 湑
1108 cgds 池
1109 cgq 泀
1110 cgs 氾
1111 cgv 淭
1112 cgzh 淚
1113 cg;s 滬
1114 cg, 溤
1115 ch 汸
1116 chb 泳
1117 chdd 洲
1118 chkh 淤
1119 chl, 溈
1120 choc 漩
1121 chof 游
1122 chos 湤
1123 chtx 浪
1124 ci 淦
1125 ci 泮
1126 cib 泠
1127 cica 湴
1128 cicp 潽
1129 cidu 溯
1130 cif 洋
1131 cif 洴
1132 cif; 涻
1133 cign 淰
1134 cijf 淪
1135 ciku 溢
1136 cirb 漾
1137 cirq 溠
1138 cirx 瀁
1139 cirz 渼
1140 cir, 溔
1141 citc 溓
1142 cit; 滄
1143 ciue 渝
1144 ciue 湔
1145 civ 涂
1146 civr 塗
1147 civ. 漵
1148 cixn 濨
1149 cixx 滋
1150 ciz 浂
1151 cizx 潫
1152 ci/p 澮
1153 ci; 洽
1154 ci;b 潝
1155 ci;f 渰
1156 ci;f 瀹
1157 ci;k 澰
1158 ci;. 瀲
1159 cjat 澠
1160 cjcl 渺
1161 cjg 濎
1162 cjhe 澀
1163 cjhn 涊
1164 cjhv 梁
1165 cjh, 粱
1166 cjjf 澥
1167 cjjy 灈
1168 cjjz 渙
1169 cjk 汭
1170 cjku 盜
1171 cjkv 深
1172 cjky 濉
1173 cjk; 浻
1174 cjk; 滘
1175 cjo 淊
1176 cjpk 溟
1177 cjp. 潒
1178 cjq 洞
1179 cjq 渾
1180 cjrk 淟
1181 cjr; 淍
1182 cjs 沈
1183 cjs 沉
1184 cjs 涀
1185 cjy. 浵
1186 cjz 泱
1187 cjzh 湨
1188 cjzs 洈
1189 cjzy 澹
1190 cj; 尚
1191 cj; 沼
1192 cj; 泂
1193 cj;d 常
1194 cj;h 瓽
1195 cj;h 瀺
1196 cj;l 牚
1197 cj;m 賞
1198 cj;o 掌
1199 cj;p 當
1200 cj;p 嘗
1201 cj;q 氅
1202 cj;r 堂
1203 cj;s 党
1204 cj;s 浼
1205 cj;v 棠
1206 cj;x 裳
1207 cj;. 敞
1208 cj;, 黨
1209 ck 尐
1210 ck 汃
1211 ckcz 濮
1212 ckdu 滫
1213 ckdv 滌
1214 ckd. 浟
1215 ckfh 泭
1216 ckif 溣
1217 ckj 汾
1218 ckju 湓
1219 ckkx 瀸
1220 ckk; 浴
1221 ckq 沎
1222 cktl 涕
1223 cktl 洢
1224 ckxb 滃
1225 cky 雀
1226 cky 淮
1227 ckyf 準
1228 ckyv 潗
1229 cky/ 蠽
1230 cky, 潐
1231 ckzh 洑
1232 ck. 沴
1233 ck.i 滏
1234 ck/p 潧
1235 ck; 沿
1236 ck;s 涗
1237 cl 少
1238 clb 劣
1239 clb 沒
1240 clb 汲
1241 clbj 瀄
1242 cleb 涎
1243 cled 溮
1244 clf; 活
1245 clgl 泲
1246 clh 汋
1247 clj 省
1248 clj 洎
1249 clje 濞
1250 cljh 溴
1251 cljz 澳
1252 clm 洀
1253 clmu 瀊
1254 cln 泛
1255 clod 淘
1256 clox 涐
1257 clp 泊
1258 clp 洵
1259 clpf 滜
1260 clpr 湟
1261 clpv 濼
1262 clp. 激
1263 clp; 澔
1264 clqk 澨
1265 cls 氿
1266 clsh 汍
1267 clsv 染
1268 cltf 潷
1269 clts 泡
1270 clu 洫
1271 clvc 潻
1272 clve 浰
1273 clvm 瀩
1274 clvq 溗
1275 clvu 潲
1276 clv, 湫
1277 cly 渹
1278 clz 沃
1279 clzi 鋈
1280 cl. 沕
1281 cl.d 洶
1282 cl.n 淴
1283 cl; 泃
1284 cl, 淗
1285 cl, 鳪
1286 cl,p 潘
1287 cm 汐
1288 cm 浿
1289 cmac 漈
1290 cmax 濺
1291 cme 測
1292 cmmw 瀴
1293 cmqv 滐
1294 cmu 滑
1295 cm; 渦
1296 cm; 洺
1297 cm;n 濄
1298 cn 沁
1299 cnaa 渲
1300 cnab 滱
1301 cnac 淙
1302 cnac 淀
1303 cnad 泞
1304 cnak 演
1305 cnam 濱
1306 cnas 浣
1307 cna; 湉
1308 cne 涫
1309 cneb 漃
1310 cnic 濂
1311 cnk 泬
1312 cnkh 湥
1313 cnkk 溛
1314 cnkq 涳
1315 cnkr 漥
1316 cnk; 溶
1317 cnl 泌
1318 cnlp 瀋
1319 cnms 涴
1320 cnnd 濘
1321 cnnd 滵
1322 cnof 浶
1323 cnor 滻
1324 cno, 瀉
1325 cnpr 瀍
1326 cnq 沱
1327 cnrb 渡
1328 cnrk 瀇
1329 cnrn 瀗
1330 cntc 漮
1331 cntf 滽
1332 cnt; 溏
1333 cnv 浨
1334 cnve 灖
1335 cnw 洝
1336 cnyf 滓
1337 cnzh 涋
1338 cnzx 浤
1339 cn;d 浺
1340 co 汽
1341 co 沂
1342 coaa 泜
1343 coae 淛
1344 coaf 湃
1345 coap 涽
1346 coas 汦
1347 codb 溲
1348 codj 泖
1349 cof 汻
1350 coh 泝
1351 cohe 瀏
1352 cohp 溜
1353 coi; 湁
1354 col, 潟
1355 coo 浙
1356 cop 湩
1357 cop. 漡
1358 cor 泩
1359 cor 垽
1360 cor, 潕
1361 cos 洗
1362 cos 汔
1363 cos 淣
1364 cosi 鍌
1365 cosm 灒
1366 cosx 瀿
1367 cosz 海
1368 cov 洙
1369 cox 溾
1370 coz 泆
1371 cozp 潪
1372 co.s 灚
1373 co; 浩
1374 co, 滊
1375 cp 汨
1376 cp 汩
1377 cp 沓
1378 cp 沺
1379 cpa 泹
1380 cpac 湜
1381 cpae 淠
1382 cpaf 涆
1383 cpah 淂
1384 cpah 璗
1385 cpau 盪
1386 cpax 渨
1387 cpaz 淏
1388 cpa. 湯
1389 cpa. 溷
1390 cpa, 燙
1391 cpcs 滉
1392 cpcs 虩
1393 cpf 油
1394 cpf 浀
1395 cpff 滭
1396 cpfg 涄
1397 cpfi 澧
1398 cpfx 濃
1399 cpf; 涸
1400 cpi 溿
1401 cpk 泅
1402 cpls 渴
1403 cpm 湡
1404 cpor 湦
1405 cpp 淐
1406 cppr 灅
1407 cpqq 混
1408 cpqx 漍
1409 cpr 浬
1410 cpr 涅
1411 cprc 瀑
1412 cprh 溡
1413 cprk 潩
1414 cptq 潿
1415 cpu 渭
1416 cpv 涃
1417 cpv 淉
1418 cpx 洩
1419 cpx 漯
1420 cpxm 灦
1421 cpx, 濕
1422 cpyc 澋
1423 cpym 灝
1424 cpz 洇
1425 cp/b 漫
1426 cp; 洄
1427 cp;w 漊
1428 cp, 潶
1429 cq 江
1430 cqam 澒
1431 cqar 洭
1432 cqax 淢
1433 cqd 河
1434 cqdd 洍
1435 cqdd 滒
1436 cqds 灠
1437 cqdu 濫
1438 cqdx 灢
1439 cqe. 澉
1440 cqh 浦
1441 cqhh 溥
1442 cqi 浢
1443 cqj 沏
1444 cqjd 滆
1445 cqj/ 瀜
1446 cql, 鴻
1447 cqn 漣
1448 cqo 漸
1449 cqox 魙
1450 cqp 漕
1451 cqp 湢
1452 cqq 沘
1453 cqqp 湝
1454 cqsd 灊
1455 cqsp 潛
1456 cqt 洰
1457 cqtv 渠
1458 cqv 柒
1459 cqx 泧
1460 cq;; 漚
1461 cra 泔
1462 crak 淇
1463 crao 澌
1464 crax 濝
1465 crc 浾
1466 crgh 濤
1467 crh. 滶
1468 crif 涬
1469 crjd 滯
1470 crjk 滿
1471 crjn 懣
1472 crjn 懘
1473 crjr 溝
1474 crk 洪
1475 crki 鍙
1476 crkr 淕
1477 crks 港
1478 crk. 淩
1479 crlf 涍
1480 crlg 洘
1481 crlp 渚
1482 crm 漬
1483 crpk 潢
1484 crpx 瀻
1485 crqk 湛
1486 crr 洼
1487 crrs 澆
1488 crs 泄
1489 crsv 渫
1490 cru 清
1491 crx 法
1492 crxu 溘
1493 crz 漢
1494 crzy 灘
1495 cr/m 瀆
1496 cr; 洁
1497 cr;h 澍
1498 cr;x 渽
1499 cr;x 溒
1500 cr;. 澎
1501 csam 洬
1502 csf 汛
1503 csh 汎
1504 cs.; 潞
1505 cs, 洮
1506 ctb 波
1507 ctb 泐
1508 ctbg 碆
1509 ctbw 婆
1510 ctde 潚
1511 ctdu 濜
1512 ctf 津
1513 ctfb 湕
1514 ctfr 堻
1515 ctge 沸
1516 ctge 渳
1517 ctgk 溺
1518 ctgx 漲
1519 ctgx 泓
1520 ctg. 瀰
1521 ctg/ 漒
1522 ctiv 滁
1523 ctjb 浸
1524 ctk 決
1525 ctl; 涒
1526 ctqh 潯
1527 ctra 澅
1528 cts 汜
1529 ctsk 潠
1530 ctsp 湣
1531 ctss 泯
1532 ctzn 瀡
1533 ct;m 濻
1534 ct;q 湋
1535 cu 肖
1536 cua 沮
1537 cue 削
1538 cueo 揱
1539 cun 逍
1540 cuts 淝
1541 cuu 淜
1542 cu, 漁
1543 cv 沐
1544 cva 沫
1545 cva 泍
1546 cvab 瀔
1547 cvab 瀫
1548 cvac 渿
1549 cvh 沭
1550 cvj 湘
1551 cvkc 漆
1552 cvkk 淶
1553 cvkx 淞
1554 cvlb 濲
1555 cvo 淅
1556 cvo. 灪
1557 cvp 涷
1558 cvpa 渣
1559 cvrr 溎
1560 cvv 淋
1561 cvvc 濋
1562 cvvc 澿
1563 cvvh 滼
1564 cvvr 漜
1565 cvvu 潸
1566 cv/ 湅
1567 cv; 涑
1568 cv;k 漱
1569 cv;m 瀨
1570 cw 汝
1571 cwc 淥
1572 cwp 淄
1573 cwpv 漅
1574 cw; 洳
1575 cw;y 灉
1576 cx 渢
1577 cxb 泑
1578 cxky 濰
1579 cxk. 浚
1580 cxof 洠
1581 cxoz 涘
1582 cxs 沇
1583 cxx. 滲
1584 cx; 治
1585 cy 泣
1586 cyc 汴
1587 cykd 渧
1588 cyke 濟
1589 cykf 淬
1590 cykh 滂
1591 cykk 液
1592 cykx 滾
1593 cyk. 洨
1594 cyk; 滴
1595 cyof 滸
1596 cyp 湆
1597 cypa 澶
1598 cypf 漳
1599 cypm 灨
1600 cypn 澺
1601 cypr 潼
1602 cypx 滖
1603 cyqq 漉
1604 cyq, 瀌
1605 cyr 注
1606 cys 沆
1607 cys 汒
1608 cysy 澭
1609 cyu 湇
1610 cyuh 瀛
1611 cyuq 瀧
1612 cyvs 瀙
1613 cyx 泫
1614 cyxg 灣
1615 cyxp 滀
1616 cyxv 灤
1617 cy. 汶
1618 cy.m 漓
1619 cy.y 灕
1620 cy/x 瀤
1621 cy; 涪
1622 cy;c 涼
1623 cy;d 渟
1624 cy;f 淳
1625 cy;s 湸
1626 cy;t 漷
1627 cy;x 瀼
1628 cy;. 濠
1629 cy;. 潡
1630 cy;; 滈
1631 cz 尖
1632 cz 汏
1633 czae 濡
1634 czag 洿
1635 czah 溽
1636 czau 漘
1637 czax 滅
1638 czax 澐
1639 czaz 湊
1640 czb 汳
1641 czc 溙
1642 czdf 洊
1643 czff 渀
1644 czfh 漙
1645 czfm 濿
1646 czh 汰
1647 czh 汱
1648 czib 澪
1649 czkc 潦
1650 czkk 浹
1651 czky 瀖
1652 czlc 源
1653 czle 瀝
1654 czlv 溱
1655 czn 潓
1656 czo 流
1657 czoi 鎏
1658 czp 湷
1659 czpr 湹
1660 czps 淹
1661 czqx 減
1662 czqx 澸
1663 czrr 涯
1664 czru 灞
1665 czsh 沋
1666 cztg 洟
1667 czu 洧
1668 czu 淯
1669 czu. 澈
1670 czvj 灀
1671 czx 汯
1672 cz.h 沷
1673 cz.. 漺
1674 cz, 洃
1675 c.ab 湲
1676 c.ad 洐
1677 c.ec 漇
1678 c.gf 浮
1679 c.js 漞
1680 c.kc 漎
1681 c.lr 淫
1682 c.o 滔
1683 c.ok 派
1684 c.o. 澓
1685 c.q 洚
1686 c.q 洉
1687 c.qn 濦
1688 c.td 淨
1689 c.w 浽
1690 c.xk 泒
1691 c.xz 溪
1692 c.x, 鸂
1693 c.zd 漪
1694 c.zd 浠
1695 c.zu 淆
1696 c..u 潃
1697 c./h 灂
1698 c.; 洛
1699 c/ 泗
1700 c/kk 潀
1701 c/l/ 濁
1702 c/q 渱
1703 c/qx 澴
1704 c/rf 澤
1705 c/u 溫
1706 c/ya 灗
1707 c/ze 瀱
1708 c; 呇
1709 c;ae 湒
1710 c;ax 濈
1711 c;c 浞
1712 c;d 沖
1713 c;dm 潰
1714 c;dn 瀢
1715 c;gz 洖
1716 c;lr 浧
1717 c;lr 塣
1718 c;m 溳
1719 c;s 況
1720 c;ts 浥
1721 c;u 涓
1722 c;;f 潬
1723 c;;n 漶
1724 c;;v 澡
1725 c,mq 潾
1726 c,pk 瀵
1727 c,. 潎
1728 c,, 淡
1729 c,,b 澇
1730 c,,c 濴
1731 c,,h 瀅
1732 c,,x 瀠
1733 c,,; 瀯
1734 d 山
1735 d 片
1736 da 凹
1737 da 凸
1738 daas 岏
1739 dadm 嵿
1740 daf 岍
1741 daff 崋
1742 dale 耑
1743 dale 峏
1744 dale 剬
1745 dalk 歂
1746 dalm 顓
1747 dalm 崸
1748 daln 遄
1749 dame 峛
1750 dapa 峘
1751 das 兕
1752 das 屼
1753 datc 崨
1754 dat; 峿
1755 daxr 峌
1756 daxx 牋
1757 da/ 蚩
1758 db 屴
1759 dbbp 嶍
1760 dbb. 嵺
1761 dbdd 崛
1762 dbf; 崌
1763 dbj 嵋
1764 dbqi 嶝
1765 dcav 嶪
1766 dckx 巀
1767 dcu 峭
1768 dd 出
1769 dd 屾
1770 dd 艸
1771 ddac 祟
1772 ddd 芔
1773 dddd 凵
1774 dddd 屮
1775 dddd 茻
1776 dd,y 糶
1777 deqh 巘
1778 deqx 巇
1779 dfaf 羋
1780 dfb 岐
1781 dfps 嶱
1782 dfum 巔
1783 df; 岵
1784 df;y 巏
1785 dg 岩
1786 dgqh 牖
1787 dhos 崺
1788 dhtx 崀
1789 di 牉
1790 di 崟
1791 dib 岭
1792 dibm 嶺
1793 dig 岑
1794 dig 岒
1795 dijf 崙
1796 dijk 嶔
1797 dilw 巕
1798 dip 崷
1799 diph 嶟
1800 dirq 嵯
1801 dirx 嶬
1802 dit; 嵢
1803 diue 崳
1804 diue 牏
1805 dixx 嵫
1806 di; 峇
1807 di; 峆
1808 di;k 嶮
1809 djh 屻
1810 djid 崗
1811 djjf 嶰
1812 djq 峒
1813 djs 峴
1814 djz 岟
1815 djzs 峗
1816 djzs 峞
1817 dj; 岧
1818 dj; 牊
1819 dj;h 巉
1820 dke 岕
1821 dkk; 峪
1822 dky 崔
1823 dkyd 嶲
1824 dkyt 酅
1825 dky; 巂
1826 dky; 雟
1827 dky, 嶕
1828 dk/p 嶒
1829 dlb 岌
1830 dlb 岋
1831 dled 巋
1832 dlef 嶭
1833 dlev 櫱
1834 dle/ 蠥
1835 dle, 糱
1836 dljv 嵲
1837 dlox 峨
1838 dlp 岶
1839 dlp 峋
1840 dlpf 牌
1841 dlpf 崥
1842 dlpr 崲
1843 dlvf 嵙
1844 dlvq 嵊
1845 dlvw 崣
1846 dlvx 巍
1847 dlz 岆
1848 dlz; 嶠
1849 dl. 岉
1850 dl; 岣
1851 dl, 嵨
1852 dl,p 嶓
1853 dme 崱
1854 dmqv 嵥
1855 dn 辿
1856 dnac 崇
1857 dnk 岤
1858 dnkq 崆
1859 dnk; 嵱
1860 dnor 嵼
1861 dnq 岮
1862 dnt; 嵣
1863 dnw 峖
1864 dn. 嵃
1865 do 岓
1866 doap 崏
1867 doe 岝
1868 dohp 嵧
1869 doky 嶊
1870 dos 屹
1871 dosm 巑
1872 dox 嵬
1873 dozk 嶼
1874 dpac 崼
1875 dpa. 崵
1876 dpd 岬
1877 dpf 岫
1878 dpfx 嶩
1879 dpf; 崮
1880 dpls 嵑
1881 dpm 嵎
1882 dpn 崽
1883 dpqq 崑
1884 dp;w 嶁
1885 dqd 岢
1886 dqdl 岈
1887 dqh 峬
1888 dqi 豈
1889 dqie 剴
1890 dqih 獃
1891 dqim 顗
1892 dqis 凱
1893 dqis 覬
1894 dqix 颽
1895 dqi. 敳
1896 dqo 嶄
1897 dqoc 嶷
1898 dqp 嶆
1899 dqsp 嶜
1900 dqt 岠
1901 dq;; 嶇
1902 drak 嵌
1903 drfh 峙
1904 drjd 嵽
1905 drjk 崁
1906 drk. 崚
1907 drlq 峔
1908 drqk 嵁
1909 drrh 崶
1910 drrs 嶢
1911 drsv 牒
1912 dru 崝
1913 dr/m 牘
1914 dtb 岥
1915 dtge 岪
1916 dtg/ 嵹
1917 dtl; 峮
1918 dts 屺
1919 dtss 岷
1920 dtx 峎
1921 dua 岨
1922 duu 崩
1923 duue 剻
1924 dvkk 崍
1925 dvkx 崧
1926 dvp 崠
1927 dvyr 嵀
1928 dwp 崰
1929 dx 嵐
1930 dxb 岰
1931 dxk. 峻
1932 dxmh 嶈
1933 dxus 胤
1934 dxxd 幽
1935 dxx. 嵾
1936 dy 岦
1937 dyf 峷
1938 dykd 崹
1939 dykf 崒
1940 dykh 牓
1941 dypf 嶂
1942 dyuq 巃
1943 dyxk 峐
1944 dy;d 嵉
1945 dy;f 崞
1946 dy;; 嵩
1947 dza 岯
1948 dzaf 岸
1949 dzag 嶀
1950 dzax 崴
1951 dzb 版
1952 dzgx 峸
1953 dzik 嶡
1954 dzkc 嶚
1955 dzkk 峽
1956 dzps 崦
1957 dzq 輋
1958 dzqd 崎
1959 dzqx 嵅
1960 dzr 峚
1961 dzrr 崖
1962 dztg 峓
1963 dzu 峟
1964 dz, 炭
1965 d.d. 嵕
1966 d.f 峰
1967 d.kc 嵷
1968 d.td 崢
1969 d.tf 嵂
1970 d.yh 嶽
1971 d.zu 崤
1972 d.; 峉
1973 d.; 峈
1974 d/ee 嶵
1975 d/rf 嶧
1976 d;ax 嶯
1977 d;ky 嶉
1978 d;;g 崿
1979 d;;. 巖
1980 d,mq 嶙
1981 d,,b 嶗
1982 d,,v 嶸
1983 d,,; 巆
1984 e 門
1985 e 止
1986 e 鬥
1987 ea 上
1988 ea 閂
1989 eaaa 閆
1990 eac 卡
1991 eacb 叔
1992 eacb 敊
1993 eaci 錖
1994 eacj 督
1995 eacn 惄
1996 eacx 裻
1997 eae 聞
1998 eaf 開
1999 eaf 閈
2000 eai 閛
2001 ean 忐
2002 ear 閏
2003 ea. 豦
2004 ea.e 劇
2005 ea.n 遽
2006 ea/r 闉
2007 ebaz 闋
2008 eb;f 闢
2009 ec 步
2010 ecaf 顰
2011 ecam 頻
2012 ecjp 闣
2013 ecjr 闛
2014 ecl; 闊
2015 ed 川
2016 edam 順
2017 edqi 闓
2018 ee 非
2019 eea 韭
2020 eebb 翡
2021 eee 剕
2022 eeee 虍
2023 eeix 餥
2024 een 悲
2025 eeq 輩
2026 eev 棐
2027 eew 婓
2028 eeyx 裴
2029 eey. 斐
2030 eez 奜
2031 ee/ 蜚
2032 efb 歧
2033 efl 閉
2034 efuk 闐
2035 eg, 闖
2036 eh 閍
2037 ehkh 閼
2038 ehtx 閬
2039 ei 齒
2040 eiab 齱
2041 eia; 齬
2042 eibr 齷
2043 eidk 闕
2044 eieq 齜
2045 eifk 齻
2046 eiib 齡
2047 eiiu 齸
2048 eij; 齠
2049 eike 齘
2050 eild 齺
2051 eilm 齲
2052 eils 齙
2053 eil; 齣
2054 ein. 齴
2055 eio 齗
2056 eios 齕
2057 eios 齯
2058 eipm 齵
2059 eipv 齫
2060 eipx 齥
2061 eiq 齔
2062 eiql 齖
2063 eirp 齰
2064 eirs 齛
2065 eitx 齦
2066 eiua 齟
2067 eix; 齝
2068 eizd 齮
2069 ei; 閤
2070 ei;b 闟
2071 ei;c 齪
2072 ei;g 齶
2073 ei;k 齞
2074 ejab 叡
2075 ejaj 睿
2076 ejar 壑
2077 eja. 敹
2078 ejeb 闅
2079 ejfk 欳
2080 ejj. 鬮
2081 ejo 閻
2082 ejzh 闃
2083 ek 閃
2084 ekax 閥
2085 eky 閵
2086 ekyg 虧
2087 ek;s 閱
2088 eli 虖
2089 elik 歑
2090 eljv 闑
2091 elq 閐
2092 elrb 閮
2093 em 貞
2094 emba 韰
2095 embx 餐
2096 emb, 粲
2097 emn 遉
2098 en 悶
2099 enl 虙
2100 enl 閟
2101 eo 閰
2102 eoap 閽
2103 eos 鬩
2104 ep 間
2105 epbb 闒
2106 epd 閘
2107 epdb 虜
2108 epf 卓
2109 epfn 逴
2110 epf, 鵫
2111 epn 慮
2112 epnb 勴
2113 epp 閶
2114 ept 卣
2115 eptn 逌
2116 epu 膚
2117 epu 盧
2118 epum 顱
2119 epu, 鸕
2120 epv 桌
2121 epv 閫
2122 epy. 閺
2123 ep.h 鹵
2124 ep.k 鹼
2125 ep.q 鹺
2126 ep.x 鹹
2127 eq 此
2128 eq 北
2129 eqa 虐
2130 eqaa 些
2131 eqac 祡
2132 eqax 閾
2133 eqd 閜
2134 eqe. 闞
2135 eqe. 鬫
2136 eqg 砦
2137 eqi 鈭
2138 eqix 戲
2139 eqix 飺
2140 eqj 眥
2141 eqj 觜
2142 eqjd 鬳
2143 eqjh 獻
2144 eqjh 甗
2145 eqji 齾
2146 eqjk 胔
2147 eqky 雌
2148 eqm 貲
2149 eqpk 冀
2150 eqpm 歶
2151 eqt 邶
2152 equ 背
2153 equt 鄁
2154 equ, 鮆
2155 eqv 柴
2156 eqx 紫
2157 eqy 訾
2158 eq; 呰
2159 erfh 歭
2160 erin 闥
2161 erk 鬨
2162 erks 闀
2163 erlp 闍
2164 err 閨
2165 erxu 闔
2166 es 虎
2167 esax 虥
2168 esem 贙
2169 eses 虤
2170 esjs 覤
2171 esk, 虪
2172 esra 甝
2173 es. 彪
2174 etbn 遐
2175 et;q 闈
2176 eu 肯
2177 eu 閒
2178 euab 皻
2179 eul, 鷳
2180 ev 閑
2181 evl, 鷴
2182 evv. 虨
2183 ev/ 闌
2184 ewa 虛
2185 ewak 虡
2186 ewak 歔
2187 ewas 覷
2188 exf 閞
2189 exxw 關
2190 ey 誾
2191 eyjd 鬧
2192 eyp 闇
2193 eys 閌
2194 eyxk 閡
2195 ey. 虔
2196 ey. 閔
2197 ezab 翽
2198 ezae 劌
2199 ezam 顪
2200 ezax 歲
2201 ezjs 闚
2202 ezps 閹
2203 ezx 閎
2204 e.jb 閿
2205 e.s 處
2206 e.; 閣
2207 e/ 閩
2208 e/qx 闤
2209 e; 問
2210 e; 占
2211 e;dm 闠
2212 e;eb 敁
2213 e;gz 虞
2214 e;g, 鸆
2215 e;js 覘
2216 e;l; 閭
2217 e;n 迠
2218 e;s 乩
2219 e;;f 闡
2220 e;;; 闆
2221 e, 焛
2222 f 十
2223 faac 蒜
2224 faad 卍
2225 faak 茨
2226 faam 薋
2227 faas 芫
2228 faax 芸
2229 fac 芐
2230 fad 艼
2231 fads 芚
2232 fae 茸
2233 faeb 菆
2234 faek 藂
2235 faex 蘵
2236 fae, 蔫
2237 faf 芋
2238 fafe 荊
2239 faff 華
2240 fafx 茙
2241 faf, 鷨
2242 fai 苹
2243 fajd 芾
2244 fajk 苪
2245 fak. 薾
2246 fale 荋
2247 fal; 虈
2248 fama 薤
2249 fame 茢
2250 famf 葬
2251 famx 薞
2252 fam. 薚
2253 fap 莤
2254 fapa 薑
2255 fapa 荁
2256 fap, 蘸
2257 fatc 萐
2258 fatw 萋
2259 fawb 葝
2260 fawq 莖
2261 fax 芅
2262 faxe 菿
2263 faxr 荎
2264 fazc 菾
2265 fa.n 蓫
2266 fa.p 藸
2267 fa.r 蕤
2268 fa/ 茜
2269 fa/c 蔈
2270 fa/f 蕈
2271 fa/h 薽
2272 fa/w 葽
2273 fb 支
2274 fbah 蔚
2275 fbam 頍
2276 fban 藯
2277 fbaz 葵
2278 fbbb 協
2279 fbbb 翅
2280 fbbb 荔
2281 fbby 藋
2282 fbb. 蓼
2283 fbgb 蓩
2284 fbgd 芧
2285 fbgl 茅
2286 fbgm 蕷
2287 fbgv 葇
2288 fbg, 鶜
2289 fbjn 蓪
2290 fbl, 鳷
2291 fbq 苨
2292 fbqs 蔇
2293 fbth 攳
2294 fb; 茄
2295 fb;f 薜
2296 fb;v 蘗
2297 fcac 薸
2298 fcaf 藫
2299 fcah 薱
2300 fcai 萍
2301 fcas 茪
2302 fccl 莎
2303 fceb 蔋
2304 fcgs 范
2305 fchx 蒗
2306 fcie 蕍
2307 fcif 蓱
2308 fciv 蒤
2309 fcjs 莐
2310 fcj; 菬
2311 fckx 虃
2312 fcky 蒞
2313 fclb 莈
2314 fclp 藩
2315 fcl; 萿
2316 fcpm 蕅
2317 fcp. 蕩
2318 fcq 茳
2319 fcqd 菏
2320 fcqh 薄
2321 fcqh 蒲
2322 fcqt 菃
2323 fcqv 蕖
2324 fcr. 蔆
2325 fctb 菠
2326 fcu 莦
2327 fcua 菹
2328 fcue 萷
2329 fcv 莯
2330 fcys 茫
2331 fcy; 薃
2332 fczo 蓅
2333 fc.k 蒎
2334 fc.; 落
2335 fc/u 薀
2336 fc;v 藻
2337 fd 井
2338 fdd 茁
2339 fdfi 豐
2340 fdfs 艷
2341 fdft 酆
2342 fdfu 豔
2343 fdh 丼
2344 fdjh 刱
2345 fe 芷
2346 fe 卌
2347 fe 菛
2348 feab 菽
2349 fean 蘧
2350 fecm 蘋
2351 fee 菲
2352 feky 藺
2353 fen 蕄
2354 feph 蓾
2355 fepn 藘
2356 fepu 蘆
2357 feq 茈
2358 fetb 葭
2359 fetn 蕸
2360 feu 蕑
2361 feua 蔖
2362 fev/ 蘭
2363 fezx 薉
2364 fe; 苫
2365 ff 卉
2366 ffb 芰
2367 ffdi 蘴
2368 ffff 廾
2369 ffff 丰
2370 ffff 卅
2371 ffff 卌
2372 fffm 蕡
2373 ffft 蔧
2374 ffjb 葧
2375 ffjf 荸
2376 ffjf 萳
2377 ffkm 藕
2378 ffkp 藉
2379 ffk; 薔
2380 ffm 賁
2381 ffmb 翸
2382 ffmk 歕
2383 ffrb 鼖
2384 fft 彗
2385 fftn 慧
2386 ff; 苦
2387 ff;u 葫
2388 ff,h 莍
2389 fg 砉
2390 fgcd 菡
2391 fgc, 蒸
2392 fgeo 蔬
2393 fgf 芓
2394 fgfk 菰
2395 fgfs 芤
2396 fgfx 蓀
2397 fggg 藞
2398 fgjf 萹
2399 fgu 菺
2400 fg;s 蔰
2401 fh 寸
2402 fh 芳
2403 fhe 刌
2404 fhkh 菸
2405 fhl, 蒍
2406 fhoc 蔙
2407 fhos 葹
2408 fhox 藱
2409 fhoz 蒺
2410 fhoz 蔟
2411 fhtx 莨
2412 fi 菳
2413 fib 苓
2414 fidu 蒴
2415 fif 荓
2416 fig 芩
2417 fijf 菕
2418 fir 荃
2419 firq 蒫
2420 fir, 蓔
2421 fitc 蒹
2422 fit; 蒼
2423 fiue 葥
2424 fiv 荼
2425 fiv, 鷋
2426 fizs 菤
2427 fi/p 薈
2428 fi; 荅
2429 fi;f 蘥
2430 fi;k 薟
2431 fi;. 蘞
2432 fj 苜
2433 fj 芀
2434 fjap 蒏
2435 fjaq 氋
2436 fja. 蒙
2437 fja, 鸏
2438 fjbz 藈
2439 fjc 洯
2440 fjd/ 繭
2441 fjei 齧
2442 fjf 萛
2443 fjg 薡
2444 fjgb 勃
2445 fjgf 孛
2446 fjgt 郣
2447 fjg, 鵓
2448 fjhn 荵
2449 fjif 南
2450 fjis 菵
2451 fjj 觢
2452 fjjf 薢
2453 fjjh 蒬
2454 fjj. 藑
2455 fjk 芮
2456 fjk 芡
2457 fjky 蒮
2458 fjm 萯
2459 fjn 恝
2460 fjo 挈
2461 fjo 萏
2462 fjpc 疐
2463 fjpk 蓂
2464 fjq 葷
2465 fjq 茼
2466 fjr 苒
2467 fjs 莧
2468 fjv 栔
2469 fjx 索
2470 fjx 絜
2471 fjz 英
2472 fjz 契
2473 fjzy 薝
2474 fjz, 鶧
2475 fj/ 蛪
2476 fj; 苕
2477 fj;b 葂
2478 fj;h 菟
2479 fj, 蔝
2480 fk 耒
2481 fkaa 芢
2482 fkam 頛
2483 fkar 荏
2484 fkax 耘
2485 fkax 茷
2486 fka. 耰
2487 fkb; 耞
2488 fkc 苶
2489 fkcl 耖
2490 fkdu 蓨
2491 fkdv 蓧
2492 fke 芥
2493 fke 耜
2494 fkfd 耕
2495 fkfh 苻
2496 fkgf 耔
2497 fkj 芬
2498 fkju 葐
2499 fkjv 棻
2500 fkka 葅
2501 fkke 麵
2502 fkkf 麰
2503 fkki 麷
2504 fkkm 麥
2505 fkkm 麶
2506 fkkn 遳
2507 fkkr 莝
2508 fkks 麧
2509 fkks 麭
2510 fkkx 麮
2511 fkkz 麩
2512 fkk. 蓌
2513 fkk; 嗇
2514 fkk, 麴
2515 fklq 耗
2516 fkoe 莋
2517 fkpm 耦
2518 fkpw 耬
2519 fkq 花
2520 fkqd 荷
2521 fkqt 耟
2522 fkr 茌
2523 fkrp 耤
2524 fkrr 耩
2525 fkru 蒨
2526 fktb 葠
2527 fkts 耙
2528 fktz 葔
2529 fkub 耡
2530 fkv 茶
2531 fkv 茠
2532 fkxb 蓊
2533 fkx. 葰
2534 fkx; 耛
2535 fky 萑
2536 fky 雈
2537 fkyh 耪
2538 fkyo 舊
2539 fky; 蓓
2540 fky, 蕉
2541 fkzh 耨
2542 fkzh 茯
2543 fk;s 莌
2544 fk;v 葆
2545 fl 才
2546 flb 芨
2547 fleb 莚
2548 flec 躠
2549 fled 蘬
2550 flef 薛
2551 flef 孽
2552 flf 芊
2553 flg 艿
2554 flh 芍
2555 fljg 鼒
2556 fljn 蒠
2557 fljz 薁
2558 flmb 蒰
2559 flod 萄
2560 flox 莪
2561 flp 荀
2562 flpf 萆
2563 flph 菂
2564 flpn 蔥
2565 flpq 蓖
2566 flpr 葟
2567 flps 葩
2568 flpv 藥
2569 flp. 薂
2570 flp, 蘤
2571 flq 芼
2572 flqh 葡
2573 flqp 蔔
2574 flrb 莛
2575 fls 艽
2576 flsh 芄
2577 flts 苞
2578 flva 蒩
2579 flvc 藜
2580 flve 莉
2581 flvg 莠
2582 flvl 菞
2583 flvl 蕛
2584 flvp 萫
2585 flvs 藒
2586 flvu 蕱
2587 flvv 蔾
2588 flvw 萎
2589 flvx 蘶
2590 flv. 薐
2591 flv, 萩
2592 flx 芶
2593 flz 芺
2594 flz; 蕎
2595 fl. 芴
2596 fl; 苟
2597 fl; 茍
2598 fl;m 萭
2599 fl;n 憼
2600 fl;o 擎
2601 fl;v 檠
2602 fl;y 警
2603 fl;. 敬
2604 fl;/ 蟼
2605 fl;, 驚
2606 fl, 菊
2607 fl, 蔦
2608 fl,p 蕃
2609 fmac 蔡
2610 fme 萴
2611 fmgn 葾
2612 fmgs 苑
2613 fmix 蕵
2614 fmm 茤
2615 fmmw 蘡
2616 fmq 荈
2617 fmu 蓇
2618 fm; 茗
2619 fm; 萵
2620 fm;n 薖
2621 fn 芝
2622 fn 芯
2623 fnaa 萱
2624 fnab 蔻
2625 fnac 萣
2626 fnad 苧
2627 fnak 蔩
2628 fnas 莞
2629 fne 菅
2630 fng 菪
2631 fnic 薕
2632 fnkg 藭
2633 fnkh 葖
2634 fnkp 蓿
2635 fnk; 蓉
2636 fnl 苾
2637 fnms 菀
2638 fnnd 蔤
2639 fnnd 薴
2640 fnnn 蕊
2641 fnoa 菧
2642 fnrd 蓆
2643 fnro 藆
2644 fnr, 蔗
2645 fntk 菮
2646 fnt; 蓎
2647 fnua 萓
2648 fnve 蘼
2649 fnvg 蘑
2650 fnvo 藦
2651 fnw 荌
2652 fnyx 蘹
2653 fo 芹
2654 fo 芞
2655 focl 莏
2656 fodj 茆
2657 foe 苲
2658 fof 菙
2659 fofk 蒛
2660 fohe 藰
2661 fojj 虋
2662 fok 萸
2663 foky 蓷
2664 fols 菢
2665 fol. 藢
2666 fol; 葀
2667 fol, 蕮
2668 fop 董
2669 fopf 菗
2670 foqh 蒱
2671 for, 蕪
2672 fosb 葮
2673 fosx 蘩
2674 fosz 莓
2675 fos. 薇
2676 fov 茱
2677 fox 蒐
2678 foy 菈
2679 foz 苵
2680 foz 荴
2681 fozh 菝
2682 fozk 藇
2683 fozy 薙
2684 fo/f 蘀
2685 fo/, 薰
2686 fp 苗
2687 fpab 蕞
2688 fpax 葨
2689 fpb 莮
2690 fpf 草
2691 fpf 苖
2692 fpfb 翰
2693 fpff 幹
2694 fpff 斡
2695 fpff 蓽
2696 fpfq 韓
2697 fpfs 乾
2698 fpfu 朝
2699 fpfv 榦
2700 fpfx 戟
2701 fpfy 雗
2702 fpf/ 螒
2703 fpf, 鶾
2704 fpis 蔨
2705 fpj 萺
2706 fpk 苬
2707 fpkj 莔
2708 fpls 葛
2709 fplv 菌
2710 fpm 萬
2711 fpmb 勱
2712 fpmc 躉
2713 fpmn 邁
2714 fpm/ 蠆
2715 fpn 葸
2716 fpoe 葃
2717 fpp 菖
2718 fppp 藟
2719 fppr 蘲
2720 fppx 虆
2721 fpqq 菎
2722 fpqx 蔮
2723 fprh 蒔
2724 fpu 萌
2725 fpx 蔂
2726 fpz 莫
2727 fpz 茵
2728 fpzb 募
2729 fpzc 慕
2730 fpzd 幕
2731 fpzo 摹
2732 fpzp 暮
2733 fpzr 墓
2734 fpzt 鄚
2735 fpz, 驀
2736 fp/b 蔓
2737 fp; 茴
2738 fp;w 蔞
2739 fp;. 藪
2740 fq 莗
2741 fqaf 蓒
2742 fqd 苛
2743 fqdb 菣
2744 fqdd 茞
2745 fqdl 芽
2746 fqdu 藍
2747 fqdx 蘻
2748 fqdy 蕥
2749 fqh 莆
2750 fqhh 博
2751 fqhh 蒪
2752 fqi 荳
2753 fqjd 蒚
2754 fqkk 莁
2755 fqn 蓮
2756 fqo 蔪
2757 fqob 蘙
2758 fqoc 薿
2759 fqp 葍
2760 fqq 芘
2761 fqr 菫
2762 fqsh 茿
2763 fqsw 蒆
2764 fqt 苣
2765 fqx 萇
2766 fq;a 蘁
2767 fq;; 蓲
2768 fr 芏
2769 frak 萁
2770 frax 藄
2771 frf, 蘜
2772 frgh 薵
2773 frh. 蔜
2774 frib 蕔
2775 frih 蓻
2776 frin 薘
2777 frjd 蔕
2778 frjk 莰
2779 frkh 蓺
2780 frkx 藝
2781 frk. 菱
2782 frk, 爇
2783 frla 荺
2784 frlp 著
2785 frlp 蓍
2786 frlq 荖
2787 frpr 蘣
2788 frpr 蘳
2789 frqk 葚
2790 frqu 蘛
2791 frr 茥
2792 frr 蓳
2793 frrh 葑
2794 frrs 蕘
2795 frsv 葉
2796 fru 菁
2797 frxu 蓋
2798 fryx 蘾
2799 fr/m 藚
2800 fr;b 薣
2801 fr;n 薳
2802 fr;r 薹
2803 fsb 芟
2804 fsd. 荍
2805 fsh 芃
2806 fsxt 薌
2807 fsz 苺
2808 fs.; 蕗
2809 ft 邦
2810 ftde 蕭
2811 ftds 芭
2812 ftdu 藎
2813 ftg 芎
2814 ftge 茀
2815 ftge 葞
2816 ftgk 蒻
2817 ftgx 苰
2818 ftgy 虇
2819 ftiv 蒢
2820 ftix 蔭
2821 ftk 芵
2822 ftl 芛
2823 ftl; 莙
2824 ftl, 蔒
2825 ftnr 薩
2826 ftqh 蕁
2827 fts 芑
2828 ftss 苠
2829 ftvp 蔯
2830 ftx 茛
2831 ft.n 蘟
2832 ft;m 藬
2833 ft;q 葦
2834 fua 直
2835 fua 苴
2836 fuaa 矗
2837 fuab 莇
2838 fuak 真
2839 fuam 顛
2840 fua, 鷏
2841 fuic 藤
2842 fujb 菔
2843 ful; 葋
2844 fuoe 葄
2845 futs 萉
2846 fuue 蒯
2847 fu,e 薊
2848 fu,f 蘚
2849 fu,v 蘇
2850 fva 茉
2851 fva 苯
2852 fvj 茦
2853 fvj 葙
2854 fvje 莿
2855 fvjj 蕀
2856 fvjk 蔌
2857 fvj. 蓛
2858 fvkk 萊
2859 fvkx 菘
2860 fvo 菥
2861 fvp 菄
2862 fvq; 藲
2863 fvv 菻
2864 fv/ 萰
2865 fv; 莕
2866 fv;m 藾
2867 fv;n 藗
2868 fwc 菉
2869 fwf; 菇
2870 fwp 菑
2871 fwww 葌
2872 fwzh 薅
2873 fw; 茹
2874 fw;o 蒘
2875 fw;x 蕠
2876 fxb 苭
2877 fxf; 蘠
2878 fxjs 蕝
2879 fxk 苡
2880 fxkj 蒶
2881 fxk. 荾
2882 fxlh 葯
2883 fxmh 蔣
2884 fxq 葒
2885 fxr 莊
2886 fxx 茲
2887 fxx 蕬
2888 fxx. 蔘
2889 fx.h 蔠
2890 fx/u 蘊
2891 fx; 苔
2892 fy 苙
2893 fya, 薦
2894 fyf 莘
2895 fyka 虀
2896 fykd 蒂
2897 fyke 薺
2898 fykf 萃
2899 fykh 蒡
2900 fykn 藡
2901 fyks 萒
2902 fykx 蔉
2903 fyk. 茭
2904 fyk; 蔏
2905 fyl; 蒟
2906 fyp 萻
2907 fypn 薏
2908 fypr 蕫
2909 fyps 藹
2910 fypx 蓑
2911 fyqq 蔍
2912 fyq, 藨
2913 fyq, 蘪
2914 fyrp 藷
2915 fys 芒
2916 fys 苀
2917 fysb 蔎
2918 fysn 莣
2919 fyso 荒
2920 fysy 蕹
2921 fyuq 蘢
2922 fyvo 薪
2923 fyvs 藽
2924 fyw 菨
2925 fyxk 荄
2926 fyxp 蓄
2927 fy. 芠
2928 fy.b 藙
2929 fy.y 蘺
2930 fy; 菩
2931 fy;d 葶
2932 fy;k 藃
2933 fy;q 薧
2934 fy;t 蔀
2935 fy;x 蘘
2936 fy;; 蒿
2937 fz 芙
2938 fz 芣
2939 fza 苤
2940 fzae 薷
2941 fzag 荂
2942 fzah 蓐
2943 fzax 葳
2944 fzax 蕓
2945 fzb 苃
2946 fzdf 荐
2947 fzdr 茬
2948 fzex 蒧
2949 fzf 菶
2950 fzfh 蓴
2951 fzgx 荿
2952 fzhf 莽
2953 fzib 蕶
2954 fzik 蕨
2955 fzkk 莢
2956 fzky 藿
2957 fzlc 蒝
2958 fzle 藶
2959 fzlv 蓁
2960 fzmx 蕆
2961 fzn 蕙
2962 fzp 蕾
2963 fzp 萶
2964 fzps 菴
2965 fzqx 葴
2966 fzrk 蕻
2967 fzs 茺
2968 fzsx 藏
2969 fztf 蕼
2970 fztg 荑
2971 fzx 茂
2972 fz.h 茇
2973 fz; 若
2974 fz;n 惹
2975 fz;n 逽
2976 fz;t 鄀
2977 fz;; 蘦
2978 f. 艾
2979 f.ab 萲
2980 f.ad 荇
2981 f.am 蕦
2982 f.bs 薍
2983 f.ec 蓰
2984 f.fn 蓬
2985 f.gf 莩
2986 f.gr 莥
2987 f.h 苳
2988 f.ip 蕕
2989 f.jq 蕣
2990 f.j. 薆
2991 f.kc 蓯
2992 f.ls 藐
2993 f.l, 鴱
2994 f.oc 蘌
2995 f.oj 蓹
2996 f.o. 蕧
2997 f.pr 薶
2998 f.q 茩
2999 f.rc 蓗
3000 f.tb 蒑
3001 f.tf 葎
3002 f.ud 蘅
3003 f.v 菜
3004 f.vb 蔱
3005 f.w 荽
3006 f.xk 蓏
3007 f.zd 莃
3008 f.; 茖
3009 f., 荻
3010 f/ 茧
3011 f/jb 蘉
3012 f/jh 甍
3013 f/jj 瞢
3014 f/jm 夢
3015 f/jq 薨
3016 f/jt 鄸
3017 f/jx 薎
3018 f/rp 薯
3019 f/xq 藣
3020 f/xy 蘿
3021 f/ye 藅
3022 f/ze 蘮
3023 f/zx 蔑
3024 f; 古
3025 f;ae 葺
3026 f;av 菋
3027 f;ax 蕺
3028 f;dm 蕢
3029 f;eb 嘏
3030 f;ig 荶
3031 f;ky 蓶
3032 f;l; 莒
3033 f;l, 鴣
3034 f;s 克
3035 f;sb 勀
3036 f;se 剋
3037 f;ss 兢
3038 f;u 胡
3039 f;u, 鶘
3040 f;u, 鶦
3041 f;yf 辜
3042 f;. 故
3043 f;;b 勸
3044 f;;f 蕇
3045 f;;g 萼
3046 f;;k 歡
3047 f;;m 顴
3048 f;;o 蘄
3049 f;;s 觀
3050 f;;t 鄿
3051 f;;t 酄
3052 f;;x 喪
3053 f;;x 飌
3054 f;;y 雚
3055 f;;, 鸛
3056 f, 苂
3057 f,am 薠
3058 f,h 求
3059 f,hn 逑
3060 f,hn 慦
3061 f,hu 盚
3062 f,hx 裘
3063 f,h. 救
3064 f,pf 蔊
3065 f,zm 蘱
3066 f,. 蔽
3067 f,.t 虌
3068 f,, 菼
3069 f,,, 藀
3070 g 石
3071 g 戶
3072 ga 刁
3073 gaax 碔
3074 gaf 研
3075 gaf 矸
3076 gafe 硎
3077 gafo 揅
3078 gai 砰
3079 galm 碩
3080 gapa 礓
3081 gap. 硬
3082 garh 砡
3083 gas 矹
3084 gawq 硜
3085 ga/ 硒
3086 ga/f 磹
3087 gbb 扇
3088 gbbv 磉
3089 gbb. 磟
3090 gbqi 磴
3091 gbrx 碾
3092 gb;f 礔
3093 gc 疋
3094 gc 泵
3095 gc 氶
3096 gc 砅
3097 gca 丞
3098 gcas 巹
3099 gcau 脀
3100 gca, 烝
3101 gcd 函
3102 gcdm 顄
3103 gch 砯
3104 gcjp 礑
3105 gcl 砂
3106 gcqv 磲
3107 gcu 硝
3108 gcu 胥
3109 gc/ 蛋
3110 gd 了
3111 gdk 孓
3112 gdky 磪
3113 gdqi 磑
3114 gds 也
3115 gdsn 迆
3116 gduu 磞
3117 gdz, 碳
3118 gee 扉
3119 geph 磠
3120 getb 碬
3121 gezo 疏
3122 ge; 砧
3123 ge; 扂
3124 gf 子
3125 gf 孑
3126 gfaa 孲
3127 gfch 礡
3128 gfgf 孖
3129 gfgk 承
3130 gfjz 碤
3131 gfj. 礞
3132 gfln 遜
3133 gfln 愻
3134 gfls 孢
3135 gflx 孫
3136 gfmc 礤
3137 gfnc 孮
3138 gfs 孔
3139 gft 那
3140 gftu 孻
3141 gfu 孟
3142 gfuk 磌
3143 gfyk 孩
3144 gfys 硭
3145 gfze 孺
3146 gf. 孜
3147 gf.k 孤
3148 gf/x 礣
3149 gg 砳
3150 ggf 矷
3151 ggg 磊
3152 ggjf 碥
3153 ggs 砨
3154 gg, 碼
3155 gh 房
3156 ghf 戽
3157 ghtx 硠
3158 gib 砱
3159 gica 碰
3160 gijf 碖
3161 girq 磋
3162 girx 礒
3163 gitc 磏
3164 giv 硢
3165 gixx 磁
3166 gj 确
3167 gjf 扁
3168 gjfb 翩
3169 gjfh 甂
3170 gjfn 遍
3171 gjf, 鶣
3172 gjid 碙
3173 gjk 砍
3174 gjky 確
3175 gjq 硐
3176 gjrk 碘
3177 gjr; 碉
3178 gjs 硯
3179 gjy 砃
3180 gjzs 硊
3181 gj; 扃
3182 gke 砎
3183 gkj 砏
3184 gky 雇
3185 gky 碓
3186 gkym 顧
3187 gkyv 磼
3188 gky, 礁
3189 gk/p 磳
3190 glb 砐
3191 gln 砭
3192 glox 硪
3193 glpf 碑
3194 glpv 礫
3195 glp. 礉
3196 glq 矺
3197 glts 砲
3198 glz; 礄
3199 gl,p 磻
3200 gm 矽
3201 gmqv 磔
3202 gm; 碢
3203 gnac 碇
3204 gnam 礗
3205 gnkq 硿
3206 gnms 碗
3207 gnq 砣
3208 gnrk 礦
3209 gnr; 磍
3210 gnt; 磄
3211 go 所
3212 go 斫
3213 goaa 砥
3214 goe 砟
3215 gof 硾
3216 goom 礩
3217 gos 矻
3218 gosb 碫
3219 gosm 礸
3220 gov 硃
3221 gox 磈
3222 go; 硞
3223 gpax 碨
3224 gpa. 碭
3225 gpd 砷
3226 gpls 碣
3227 gplv 碅
3228 gppp 礧
3229 gpv 硱
3230 gpx 磥
3231 gq 司
3232 gq 矼
3233 gq 硨
3234 gqd 砢
3235 gqdl 砑
3236 gqdm 礥
3237 gqdu 礛
3238 gqj 砌
3239 gqjd 砸
3240 gqjs 覗
3241 gqoc 礙
3242 gqq 砒
3243 gr 丑
3244 grh. 磝
3245 grm 磧
3246 grp 碏
3247 grpk 磺
3248 grqb 磡
3249 grqk 碪
3250 grr 硅
3251 grrs 磽
3252 grsf 碡
3253 grsv 碟
3254 gru 碃
3255 grx 砝
3256 grxu 磕
3257 gr; 硈
3258 gr;; 礂
3259 gs 乜
3260 gsb 砓
3261 gsz 砪
3262 gtb 破
3263 gtf 硉
3264 gtge 砩
3265 gts 戺
3266 gtx 硍
3267 gu 肩
3268 gua 砠
3269 guam 顅
3270 gul, 鵳
3271 guu 硼
3272 gva 砵
3273 gvkx 硹
3274 gvpa 碴
3275 gvv 碄
3276 gvvc 礎
3277 gwc 碌
3278 gxxx 磯
3279 gxx. 磣
3280 gy 砬
3281 gykd 碲
3282 gykf 碎
3283 gykh 磅
3284 gylx 扆
3285 gyr 砫
3286 gy; 碚
3287 gy;d 碠
3288 gy;. 礅
3289 gy;; 碻
3290 gz 砆
3291 gzae 礝
3292 gzau 磭
3293 gzex 磩
3294 gzfh 磚
3295 gzfm 礪
3296 gzh 戾
3297 gzkk 硤
3298 gzky 礭
3299 gzo 硫
3300 gzp 礌
3301 gzqd 碕
3302 gzsh 硥
3303 gzvj 礵
3304 gz.. 磢
3305 g.es 磃
3306 g.td 碀
3307 g.tf 肇
3308 g.v 棨
3309 g.x 綮
3310 g.xz 磎
3311 g.; 硌
3312 g;ts 扈
3313 g;. 啟
3314 g;;f 磾
3315 g;;. 礹
3316 g, 馬
3317 g,ac 驃
3318 g,ae 駬
3319 g,af 馯
3320 g,af 驔
3321 g,ai 駍
3322 g,ak 驟
3323 g,aq 驪
3324 g,ar 駤
3325 g,aw 騕
3326 g,ax 駥
3327 g,ax 駴
3328 g,b 馭
3329 g,bf 驏
3330 g,bp 騽
3331 g,bv 騥
3332 g,bz 騤
3333 g,b/ 騷
3334 g,b; 駶
3335 g,b; 驈
3336 g,d; 驨
3337 g,ea 驉
3338 g,eb 騢
3339 g,ed 馴
3340 g,ee 騑
3341 g,ek 驥
3342 g,eu 驢
3343 g,f 馵
3344 g,ff 驊
3345 g,ff 騲
3346 g,fg 騞
3347 g,fy 驩
3348 g,gb 騸
3349 g,gf 騙
3350 g,gs 馳
3351 g,g, 驫
3352 g,hx 駺
3353 g,ib 駖
3354 g,ie 騚
3355 g,if 駢
3356 g,ik 驗
3357 g,ir 駩
3358 g,iv 駼
3359 g,i; 騇
3360 g,jq 駧
3361 g,j; 駉
3362 g,j; 駋
3363 g,j; 騆
3364 g,kh 駙
3365 g,kp 驓
3366 g,ks 駾
3367 g,ky 騅
3368 g,k. 駗
3369 g,lb 馺
3370 g,ld 騊
3371 g,ld 騶
3372 g,lh 馰
3373 g,ln 驄
3374 g,lq 馲
3375 g,lq 騬
3376 g,lr 騜
3377 g,l; 驕
3378 g,l; 駒
3379 g,mq 磷
3380 g,m; 騧
3381 g,nl 駜
3382 g,nm 驞
3383 g,nq 駝
3384 g,ob 騪
3385 g,op 騮
3386 g,os 駪
3387 g,ox 騩
3388 g,p 馹
3389 g,pc 騠
3390 g,pf 駎
3391 g,pf 駻
3392 g,pf 驆
3393 g,pg 騁
3394 g,pq 騉
3395 g,ps 騔
3396 g,pv 騍
3397 g,pw 騴
3398 g,px 騾
3399 g,pz 駰
3400 g,qt 駏
3401 g,q; 驅
3402 g,rk 騏
3403 g,rr 騹
3404 g,rs 驍
3405 g,rx 驖
3406 g,r, 驠
3407 g,r, 驧
3408 g,sd 騛
3409 g,s, 駣
3410 g,tb 駸
3411 g,tb 騝
3412 g,te 驌
3413 g,tk 駃
3414 g,ua 駔
3415 g,vk 騋
3416 g,v; 駷
3417 g,wc 騄
3418 g,x 颿
3419 g,xs 馻
3420 g,xz 騃
3421 g,x. 駿
3422 g,x. 驂
3423 g,x; 駘
3424 g,ya 驙
3425 g,yf 騂
3426 g,yf 騿
3427 g,yk 駭
3428 g,yr 駐
3429 g,yx 驤
3430 g,y. 駮
3431 g,y. 驐
3432 g,z 馱
3433 g,za 駓
3434 g,zc 騵
3435 g,zd 騎
3436 g,zh 駹
3437 g,zj 驦
3438 g,. 駇
3439 g,.z 騱
3440 g,.. 駁
3441 g,.. 騣
3442 g,.; 駱
3443 g,/ 駟
3444 g,/f 驛
3445 g,;d 馽
3446 g,;f 驒
3447 g,;u 駽
3448 g,;. 駛
3449 g,, 扊
3450 g,,q 驎
3451 g,,x 礯
3452 h 方
3453 had 疔
3454 hae 症
3455 hajk 病
3456 hat; 痦
3457 hawq 痙
3458 ha.h 瘃
3459 ha/c 瘭
3460 hb 永
3461 hbb. 瘳
3462 hbe 剆
3463 hbh/ 瘙
3464 hbjf 痛
3465 hbjk 欴
3466 hbp 昶
3467 hbrb 癜
3468 hbt 郎
3469 hbtb 癈
3470 hbu 朗
3471 hbur 塱
3472 hbz 瘺
3473 hb; 痂
3474 hb;f 癖
3475 hb;k 瘸
3476 hccl 痧
3477 hcu 痟
3478 hd 疝
3479 hdhd 州
3480 hee 痱
3481 heq 疵
3482 heqa 瘧
3483 hetb 瘕
3484 heu 癇
3485 he; 痁
3486 hf 斗
3487 hff; 瘔
3488 hfi; 瘩
3489 hfjn 瘛
3490 hfjz 瘈
3491 hfpm 癘
3492 hfpz 瘼
3493 hfuk 瘨
3494 hfum 癲
3495 hhkh 瘀
3496 hhoz 瘯
3497 hidk 瘚
3498 hif 痒
3499 hir 痊
3500 hirq 瘥
3501 hirx 癢
3502 hit; 瘡
3503 hiue 瘉
3504 hiun 癒
3505 hi/p 癐
3506 hjjz 瘓
3507 hjk 疚
3508 hjq 痌
3509 hjrk 痶
3510 hjzy 癚
3511 hke 疥
3512 hkh 於
3513 hkkr 痤
3514 hktz 瘊
3515 hky 痽
3516 hk. 疹
3517 hk,u 瘠
3518 hlbj 癤
3519 hlgt 鄬
3520 hlg, 為
3521 hljf 癟
3522 hljn 瘜
3523 hlmb 瘢
3524 hln 疺
3525 hlpf 痺
3526 hlve 痢
3527 hlvf 痵
3528 hlvm 癪
3529 hlvw 痿
3530 hl; 痀
3531 hmac 瘵
3532 hmm 痑
3533 hmmw 癭
3534 hm; 瘑
3535 hne 痯
3536 hoac 旚
3537 hoad 旆
3538 hoae 痸
3539 hoap 痻
3540 hoas 疧
3541 hobq 旎
3542 hocu 旓
3543 hodb 瘦
3544 hoe 痄
3545 hogc 旋
3546 hogf 斿
3547 hogn 遊
3548 hogs 施
3549 hohp 瘤
3550 hoib 旍
3551 hoin 旞
3552 hoip 旝
3553 hojy 旃
3554 hok 瘐
3555 holp 旛
3556 holq 旄
3557 hol. 癥
3558 hoo 旂
3559 hook 旅
3560 hook 旟
3561 hoor 旌
3562 hoou 膂
3563 hooz 族
3564 hoo, 鷟
3565 hork 旗
3566 hos 疙
3567 hos 斻
3568 hosz 痗
3569 hos. 癓
3570 hos, 旐
3571 how 癙
3572 hox 瘣
3573 hoz 疾
3574 hozd 旖
3575 hozo 旒
3576 hoz; 痴
3577 hpa 疸
3578 hpae 痹
3579 hpa. 瘍
3580 hpf; 痼
3581 hpx 瘰
3582 hp; 痐
3583 hq 疕
3584 hq 疘
3585 hqh 瓬
3586 hqh 痡
3587 hqi 痘
3588 hqoc 癡
3589 hqq 疪
3590 hra 疳
3591 hrfh 痔
3592 hrlf 痚
3593 hrlp 瘏
3594 hrn 痣
3595 hrr 瘽
3596 hrs 疶
3597 hrzy 癱
3598 hsb 疫
3599 ht 邡
3600 htb 疲
3601 htds 疤
3602 htge 疿
3603 htqd 痾
3604 htx 良
3605 htx 痕
3606 ht.n 癮
3607 ht.r 癃
3608 hua 疽
3609 huu 痭
3610 hu,f 癬
3611 hvv 痲
3612 hvv 痳
3613 hv;e 瘌
3614 hv;m 癩
3615 hw;y 癰
3616 hx 瘋
3617 hxk. 痠
3618 hyke 癠
3619 hykf 瘁
3620 hyp 瘖
3621 hypf 瘴
3622 hyr 疰
3623 hyxk 痎
3624 hyxk 癵
3625 hzkc 療
3626 hzkn 瘱
3627 hzkr 瘞
3628 hzp 癗
3629 hzps 痷
3630 hzsh 疣
3631 hzsh 痝
3632 hztg 痍
3633 hzu 痏
3634 hz; 痞
3635 h. 放
3636 h.h 疼
3637 h.kc 瘲
3638 h/ 痋
3639 h/c 瘝
3640 h/u 瘟
3641 h;k 疻
3642 h;;d 癌
3643 h;;f 癉
3644 h, 疢
3645 h,, 痰
3646 h,,b 癆
3647 i 金
3648 i 半
3649 iaag 釫
3650 iac 佘
3651 iad 釘
3652 iadd 銂
3653 iads 鈍
3654 iae 鉦
3655 iae 鉺
3656 iaea 錏
3657 iaeb 鋷
3658 iaee 鑷
3659 iaeg 鈣
3660 iaf 釬
3661 iaf 釪
3662 iaf 鈃
3663 iafe 鉶
3664 iafo 鍤
3665 iaf; 銛
3666 iak. 鑈
3667 ialm 頖
3668 ialm 顉
3669 ialp 銆
3670 ianx 鋱
3671 iaqx 鉽
3672 iarh 鈺
3673 iarx 銩
3674 iat; 鋙
3675 iawq 鋞
3676 iax 釴
3677 iaxr 銍
3678 iaxx 錢
3679 ia/c 鏢
3680 ia/f 鐔
3681 ia,b 鋄
3682 ib 令
3683 ibad 飣
3684 ibae 餌
3685 ibam 領
3686 ibar 飪
3687 ibas 飩
3688 ibax 餞
3689 ibaz 餪
3690 iba; 餂
3691 ibbb 翎
3692 ibbb 錣
3693 ibbb 餟
3694 ibbv 鎟
3695 ibb. 鏐
3696 ibcv 饓
3697 ibc/ 钃
3698 ibex 饖
3699 ibff 餑
3700 ibfm 饙
3701 ibfu 餬
3702 ibfz 饃
3703 ibf. 餀
3704 ibf. 饛
3705 ibf; 鋸
3706 ibgq 飼
3707 ibgv 鍒
3708 ibg; 鋦
3709 ibg; 鐍
3710 ibh 釵
3711 ibif 餅
3712 ibir 饈
3713 ibiv 餘
3714 ibjh 饞
3715 ibjk 飲
3716 ibjo 餡
3717 ibjq 餇
3718 ibjq 餫
3719 ibkk 餩
3720 ibkz 餱
3721 iblq 飥
3722 iblr 餭
3723 ibls 飽
3724 iblw 餧
3725 iblx 餓
3726 iblz 飫
3727 ibl; 餉
3728 ibl, 鴒
3729 ibne 館
3730 ibnl 飶
3731 ibob 飭
3732 ibob 餿
3733 ibod 飾
3734 iboj 飹
3735 ibom 饡
3736 ibop 餾
3737 ibox 餽
3738 ibo, 餼
3739 ibpb 饅
3740 ibpq 餛
3741 ibps 餲
3742 ibpx 餵
3743 ibp. 餳
3744 ibq 鈮
3745 ibqh 瓴
3746 ibqh 餔
3747 ibqh 餺
3748 ibqi 餖
3749 ibqi 鐙
3750 ibq; 饇
3751 ibrr 饉
3752 ibrs 饒
3753 ibru 饁
3754 ibr; 饎
3755 ibs 飢
3756 ibtb 鏺
3757 ibtk 饌
3758 ibvi 饐
3759 ibv; 餗
3760 ibw. 餯
3761 ibxx 饑
3762 ibx. 餕
3763 ibx; 飴
3764 ibya 饘
3765 ibyx 饟
3766 iby. 餃
3767 ibzb 飯
3768 ib.d 餰
3769 ib.u 餚
3770 ib.w 餒
3771 ib/ 蝕
3772 ib;m 饋
3773 ib,, 餤
3774 ic 釙
3775 ica 並
3776 icah 鑆
3777 icap 普
3778 icas 銧
3779 icaz 鏷
3780 icjp 鐺
3781 icjr 鏜
3782 icjs 鎲
3783 icjv 鏿
3784 icj; 鋿
3785 icj, 钂
3786 icl 鈔
3787 icm 鎖
3788 icp 錔
3789 icp. 鐋
3790 icu 銷
3791 ic.k 鎃
3792 idky 鏙
3793 idk; 鑴
3794 idn 逆
3795 idqi 鎧
3796 idu 朔
3797 idun 愬
3798 idur 塑
3799 iduv 槊
3800 idzf 錌
3801 ie 判
3802 ie 釗
3803 ie 鍆
3804 ieac 鉲
3805 iea. 鐻
3806 ieb 鈙
3807 ied 釧
3808 ieli 鏬
3809 iem 鍞
3810 iepb 鐪
3811 ieph 鏀
3812 iepn 鑢
3813 iepu 鑪
3814 ieqh 钀
3815 ietb 鍜
3816 ieu 錹
3817 iev/ 鑭
3818 iezx 鐬
3819 ie; 鉆
3820 if 針
3821 if 羊
3822 if 并
3823 ifaf 鏵
3824 ifam 頩
3825 ifaq 羥
3826 ifax 羢
3827 ifbb 翔
3828 ifch 鑮
3829 ifd, 羰
3830 iffm 羵
3831 iffm 鐼
3832 ifft 鏏
3833 ifib 羚
3834 ifie 羭
3835 ifik 羷
3836 ifi; 鎝
3837 ifjf 鋍
3838 ifjs 艵
3839 ifjx 鎍
3840 ifjz 鍥
3841 ifj; 鍣
3842 ifk 銇
3843 ifkb 鑊
3844 ifkj 羒
3845 ifkq 錵
3846 ifl 釮
3847 iflp 羳
3848 ifl, 鵧
3849 ifn 迸
3850 ifnd 羜
3851 ifns 羦
3852 ifoa 羝
3853 ifp 錨
3854 ifps 羯
3855 ifpz 鏌
3856 ifqh 瓶
3857 ifru 鑉
3858 ifrv 鐷
3859 ifsb 羖
3860 ift 郱
3861 ifuk 鎮
3862 ifx. 羧
3863 ifya 羶
3864 ifys 鋩
3865 ify. 羻
3866 ifzc 羱
3867 ifze 羺
3868 ifzg 羠
3869 ifzx 羬
3870 ifzx 鑶
3871 if.n 鑝
3872 if; 舍
3873 if; 鈷
3874 if;d 舒
3875 if;h 舖
3876 if;y 鑵
3877 if;, 鵨
3878 if,h 銶
3879 ig 今
3880 ig 兮
3881 ig 鉐
3882 igap 酓
3883 igap 韽
3884 igau 盦
3885 igd 釕
3886 igf 釨
3887 igfu 錳
3888 igky 雂
3889 igl, 鳹
3890 igm 貪
3891 ign 念
3892 ign. 敜
3893 igq 鉰
3894 igr 鈕
3895 igyx 衾
3896 ig; 含
3897 ig;m 頷
3898 ig, 鎷
3899 ih 鈁
3900 ihb 銢
3901 ihbt 鎯
3902 ihf 鈄
3903 ihoc 鏇
3904 ihoz 鏃
3905 ihtx 鋃
3906 ii 鉡
3907 iib 鈴
3908 iicp 鐠
3909 iidu 鎙
3910 iif 鉼
3911 iig 鈐
3912 iig; 鋡
3913 iii 鑫
3914 iijf 錀
3915 iiku 鎰
3916 iiph 鐏
3917 iir 銓
3918 iirq 鎈
3919 iirs 錓
3920 iirz 鎂
3921 iitc 鎌
3922 iit; 鎗
3923 iixx 鎡
3924 iizs 錈
3925 ii.n 鐩
3926 ii; 鉿
3927 ii;f 鑰
3928 ii;k 鐱
3929 ij 鉬
3930 ijf 侖
3931 ijid 鋼
3932 ijjb 钁
3933 ijk 欽
3934 ijk 鈉
3935 ijo 錎
3936 ijp. 鐌
3937 ijq 銅
3938 ijq 鍕
3939 ijrk 錪
3940 ijr; 錭
3941 ijs 鈂
3942 ijs 鋧
3943 ijts 銫
3944 ijz 鉠
3945 ij; 鉊
3946 ij;h 鑱
3947 ikar 銋
3948 ikd. 鎀
3949 ikj 鈖
3950 ikkr 銼
3951 ikkx 鑯
3952 ikk; 鋊
3953 iktl 銻
3954 iktz 鍭
3955 iku 益
3956 iku/ 蠲
3957 iku, 鷁
3958 ikv 銝
3959 ikx 鈆
3960 iky 錐
3961 ikyd 鐫
3962 ikyf 鎨
3963 ikyv 鏶
3964 iky, 鐎
3965 ik; 鉛
3966 ik;s 銳
3967 ilaa 鈞
3968 ilan 憌
3969 ilb 鈒
3970 ileb 鋋
3971 ilen 鎚
3972 ilfn 懖
3973 ilg 釢
3974 ilh 釣
3975 ilj 首
3976 iljh 導
3977 iljn 道
3978 iljn 鎴
3979 iljv 鎳
3980 iljx 馘
3981 ilj. 夔
3982 ilod 鋾
3983 ilox 鋨
3984 ilp 鉑
3985 ilpd 錦
3986 ilpf 錍
3987 ilpq 鎞
3988 ilpr 鍠
3989 ilpv 鑠
3990 ilrb 鋌
3991 ils 釚
3992 ilts 鉋
3993 ilv 鉌
3994 ilvc 鑗
3995 ilve 鋓
3996 ilvg 銹
3997 ilvj 鏼
3998 ilv, 鍬
3999 ily 鍧
4000 il; 鉤
4001 il, 鎢
4002 il,p 鐇
4003 im 鋇
4004 im 釸
4005 ime 鍘
4006 imm 鉹
4007 im; 銘
4008 im; 鍋
4009 im;n 鐹
4010 in 鈊
4011 inaa 鍹
4012 inac 錠
4013 inac 錝
4014 inak 鏔
4015 inam 鑌
4016 inas 鋎
4017 ina. 鎵
4018 ine 錧
4019 inic 鐮
4020 ink; 鎔
4021 inl 鉍
4022 inms 鋺
4023 innd 鑏
4024 inor 鏟
4025 inq 鉈
4026 inrb 鍍
4027 inrc 鑳
4028 inr, 鏣
4029 intc 鏮
4030 intf 鏞
4031 int; 鎕
4032 inw 銨
4033 inzx 鋐
4034 io 釿
4035 ioap 錉
4036 iodb 鎪
4037 iodj 鉚
4038 iof 錘
4039 iohp 鎦
4040 iojd 鉓
4041 ioom 鑕
4042 iop 鍾
4043 iop. 鍑
4044 ior 鉎
4045 ios 銑
4046 ios 釳
4047 iosb 鍛
4048 iosm 鑽
4049 iosz 鋂
4050 iov 銖
4051 io; 鋯
4052 io, 鎎
4053 ip 酋
4054 ip 鈿
4055 ip 鈤
4056 ipa 鉭
4057 ipac 鍉
4058 ipaf 銲
4059 ipax 鍡
4060 ipa. 鍚
4061 ipbb 鎉
4062 ipcs 鎤
4063 ipd 鉀
4064 ipf 鈾
4065 ipff 鏎
4066 ipfh 尊
4067 ipfn 遵
4068 ipf; 錮
4069 ipf, 鷷
4070 ipls 鍻
4071 ipl. 錫
4072 ipn 遒
4073 ipn 鍶
4074 ipp 錩
4075 ippr 鑸
4076 ipqq 錕
4077 ipr 鋰
4078 iprc 鑤
4079 ipv 錁
4080 ipx 鏍
4081 ipz 奠
4082 ipz 銦
4083 ipzh 猷
4084 ipzt 鄭
4085 ip/b 鏝
4086 ip// 蠤
4087 ip;w 鏤
4088 iq 釭
4089 iqd 鈳
4090 iqdr 鏗
4091 iqdu 鑑
4092 iqh 鋪
4093 iqhh 鎛
4094 iqi 鋀
4095 iqjd 鎘
4096 iqjd 鉔
4097 iqn 鏈
4098 iqq 鈚
4099 iqqp 鍇
4100 iqsp 鐕
4101 iqt 鉅
4102 iqx 鉞
4103 iqx 鋹
4104 iq;a 鑩
4105 iq;; 鏂
4106 ir 全
4107 ir 釷
4108 ira 鉗
4109 irak 羡
4110 irak 錤
4111 irck 羨
4112 irgh 鑄
4113 irhb 羕
4114 irin 鐽
4115 irit 鄯
4116 irix 養
4117 iri; 善
4118 irjk 羑
4119 irkr 錴
4120 irk. 錂
4121 irk, 鯗
4122 irlg 銬
4123 irli 齹
4124 irlp 鍺
4125 irlq 差
4126 irlq 銠
4127 irlr 羞
4128 irlx 義
4129 irlx 羲
4130 irlx 錶
4131 irn 恙
4132 irn 鋕
4133 irp 錯
4134 irqk 鍖
4135 irr 銈
4136 irrs 鐃
4137 irs 羌
4138 irsv 鍱
4139 irte 羛
4140 iru 錆
4141 iru. 鏾
4142 irw 姜
4143 irx 鉣
4144 irxu 鎑
4145 irz 美
4146 ir; 銡
4147 ir;x 鐵
4148 ir;x 鎱
4149 ir, 羔
4150 ir,z 羹
4151 is 釔
4152 is 釓
4153 ish 釩
4154 isz 鉧
4155 is, 銚
4156 itb 鈹
4157 itc 兼
4158 itck 歉
4159 itc, 鶼
4160 itde 鏽
4161 itds 鈀
4162 itfb 鍵
4163 itgd 鈏
4164 itgm 鐨
4165 itg/ 鏹
4166 itjb 鋟
4167 itk 鈌
4168 itle 創
4169 itlx 戧
4170 itl; 倉
4171 itl, 鶬
4172 itp. 鐊
4173 itqd 錒
4174 itsk 鐉
4175 itss 鈱
4176 itx 食
4177 itx 銀
4178 it;q 鍏
4179 iu 鈅
4180 iua 鉏
4181 iuab 鋤
4182 iue 前
4183 iue 俞
4184 iueb 翦
4185 iuej 剪
4186 iuek 歈
4187 iuen 愈
4188 iuen 逾
4189 iueq 毹
4190 iues 覦
4191 iuet 鄃
4192 iue, 煎
4193 iuu 錋
4194 iv 余
4195 ivd 峹
4196 ivdd 嵞
4197 ivh 鉥
4198 ivhf 斜
4199 ivkk 錸
4200 ivky 雓
4201 ivn 途
4202 ivn 悆
4203 ivp 畬
4204 iv. 敘
4205 iv/ 鍊
4206 iv; 鋉
4207 iw 釹
4208 iwc 錄
4209 iwp 錙
4210 iw/w 鑞
4211 iw; 銣
4212 ixk 鉯
4213 ixk. 鋑
4214 ixmh 鏘
4215 ixof 鉾
4216 ixr; 鐑
4217 ixs 鈗
4218 ixxf 孳
4219 ixxn 慈
4220 ixxx 鐖
4221 ixx. 鏒
4222 ixx, 鶿
4223 ix; 鈶
4224 iyf 鋅
4225 iyjd 鈰
4226 iykd 鍗
4227 iyke 鑇
4228 iykh 鎊
4229 iyk. 鉸
4230 iyk; 鏑
4231 iylx 銥
4232 iypn 鐿
4233 iypr 鐘
4234 iyps 鏡
4235 iyqq 鏕
4236 iyq, 鑣
4237 iyr 鉒
4238 iys 鈧
4239 iyuq 鑨
4240 iyx 鉉
4241 iy;f 錞
4242 iy;x 鑲
4243 iy;. 鐓
4244 iy;; 鎬
4245 iz 鈇
4246 iz 釱
4247 izac 錼
4248 izae 鑐
4249 izag 銙
4250 izah 鎒
4251 izax 銊
4252 izax 鋠
4253 iza. 豢
4254 izb 叛
4255 izb 鈑
4256 izdf 銌
4257 izei 齤
4258 izex 鏚
4259 izf 銔
4260 izff 錛
4261 izfh 鏄
4262 izgs 卷
4263 izgx 鋮
4264 izh 鈦
4265 izj 券
4266 izj 眷
4267 izj 觠
4268 izjd 鈽
4269 izjd 帣
4270 izkc 鐐
4271 izkk 鋏
4272 izn 送
4273 izn 鏸
4274 izo 拳
4275 izof 牶
4276 izp 鐳
4277 izqd 錡
4278 izqx 鍼
4279 izrr 鍷
4280 izs 銃
4281 iztg 弮
4282 iztg 銕
4283 iztq 韏
4284 izu 銪
4285 izu 錥
4286 izx 絭
4287 izx 鈜
4288 iz.h 鈸
4289 i. 釤
4290 i. 銵
4291 i.ab 鍰
4292 i.dk 釽
4293 i.d. 鍐
4294 i.f 鋒
4295 i.fh 鋝
4296 i.fj 鍎
4297 i.h 鉖
4298 i.j. 鑀
4299 i.kc 鏦
4300 i.n 遂
4301 i.q 銗
4302 i.td 錚
4303 i.vb 鎩
4304 i.xk 鈲
4305 i.; 鉻
4306 i/l/ 鐲
4307 i/p 會
4308 i/pe 劊
4309 i/pt 鄶
4310 i/qx 鐶
4311 i/rf 鐸
4312 i/xy 鑼
4313 i; 合
4314 i; 釦
4315 i;am 頜
4316 i;bb 翕
4317 i;bk 歙
4318 i;dm 鐀
4319 i;eb 敆
4320 i;f 弇
4321 i;gz 鋘
4322 i;j 命
4323 i;jk 欱
4324 i;l; 鋁
4325 i;l, 鴿
4326 i;o 拿
4327 i;p 畣
4328 i;t 郃
4329 i;u 盒
4330 i;u 鋗
4331 i;vd 樖
4332 i;yq 龕
4333 i;;e 劍
4334 i;;f 龠
4335 i;;g 鍔
4336 i;;k 僉
4337 i;;k 歛
4338 i;;m 顩
4339 i;;p 龤
4340 i;;v 龢
4341 i;;v 鐰
4342 i;;. 斂
4343 i;;, 鸙
4344 i, 鈥
4345 i, 銤
4346 i,mq 鏻
4347 i,, 錟
4348 i,,b 鐒
4349 i,,v 鑅
4350 j 目
4351 j 刀
4352 j 角
4353 jaah 冠
4354 jaat 黽
4355 jaat 鄳
4356 jaax 眃
4357 jad 盯
4358 jadg 眄
4359 jads 盹
4360 jae 眐
4361 jae 眲
4362 jaf 盱
4363 jaf 盰
4364 jatc 睫
4365 jav 眛
4366 ja.h 冢
4367 ja/c 瞟
4368 ja/f 瞫
4369 jb 觔
4370 jbaz 睽
4371 jbc/ 矚
4372 jbg; 瞲
4373 jbqi 瞪
4374 jcas 觥
4375 jcaz 瞨
4376 jcjr 瞠
4377 jcj, 矘
4378 jcl 眇
4379 jcu 睄
4380 jd 巾
4381 jdad 帄
4382 jdam 幁
4383 jdax 帴
4384 jdbr 幄
4385 jdcu 帩
4386 jdem 幀
4387 jde; 帖
4388 jdfm 幩
4389 jdfx 幭
4390 jdfz 幙
4391 jdf. 幪
4392 jdif 帡
4393 jdi; 帢
4394 jdjk 幎
4395 jdjs 帎
4396 jdjy 幨
4397 jdks 帨
4398 jdky 帷
4399 jdk; 觿
4400 jdlj 幯
4401 jdlp 帕
4402 jdlp 幡
4403 jdnh 幮
4404 jdnn 幰
4405 jdn. 幏
4406 jdoz 帙
4407 jdo, 幠
4408 jdpb 幔
4409 jdpc 幜
4410 jdpj 帽
4411 jdps 幌
4412 jdpx 幗
4413 jdqm 幊
4414 jdqp 幅
4415 jdqx 帳
4416 jdrh 幬
4417 jdrm 幘
4418 jdrp 帾
4419 jdsh 帆
4420 jdtb 帔
4421 jdtq 幃
4422 jdts 帊
4423 jdx. 幓
4424 jdyf 幛
4425 jdyr 幢
4426 jdyx 幟
4427 jdzh 帗
4428 jd.o 幍
4429 jd;f 幝
4430 jd;v 幧
4431 jep 瞷
4432 jeq. 矙
4433 jf 用
4434 jf 冊
4435 jfaf 瞱
4436 jfe 刪
4437 jfj. 矇
4438 jfp 瞄
4439 jfpd 冪
4440 jfpz 瞙
4441 jfuk 瞋
4442 jf;y 矔
4443 jf,h 觩
4444 jg 鼎
4445 jgzh 睙
4446 jh 刃
4447 jhf 斛
4448 jhn 忍
4449 jid 岡
4450 jide 剛
4451 jif 眻
4452 jig 盻
4453 jijf 睔
4454 jirf 觲
4455 jiue 睮
4456 jiys 罔
4457 jiz 眹
4458 jizs 睠
4459 ji/p 瞺
4460 ji;k 瞼
4461 jja. 龜
4462 jjg 鼏
4463 jjj. 觼
4464 jjj. 矎
4465 jjkb 矍
4466 jjkq 氍
4467 jjky 瞿
4468 jjkz 奐
4469 jjk. 敻
4470 jjof 解
4471 jjon 邂
4472 jjo/ 蟹
4473 jjpk 瞑
4474 jjr; 睭
4475 jjs 眈
4476 jjs 睍
4477 jjzh 瞁
4478 jjzs 觤
4479 jjzy 瞻
4480 jj; 眧
4481 jj;h 冤
4482 jj;s 睌
4483 jk 內
4484 jk 久
4485 jk 欠
4486 jkaf 罕
4487 jkj 盼
4488 jkk 肉
4489 jktl 睇
4490 jkxb 瞈
4491 jky 睢
4492 jky, 瞧
4493 jky, 鶴
4494 jk. 眕
4495 jk; 冏
4496 jk, 灸
4497 jlaa 盷
4498 jlb 觙
4499 jljh 矏
4500 jln 眨
4501 jlox 睋
4502 jlp 眴
4503 jlpf 睥
4504 jlpv 觻
4505 jlq 眊
4506 jlv, 瞅
4507 jl, 鳭
4508 jl, 瞗
4509 jm 負
4510 jmm 眵
4511 jm; 眳
4512 jnad 眝
4513 jnak 瞚
4514 jnam 矉
4515 jnas 睆
4516 jnms 睕
4517 jnrk 矌
4518 jnr; 瞎
4519 jo 盺
4520 joaa 觝
4521 joap 睧
4522 jodb 瞍
4523 jof 睡
4524 jojk 欿
4525 jop. 觴
4526 jor, 瞴
4527 jos 睨
4528 jos 盵
4529 jos 觬
4530 joz 眣
4531 jo/, 矄
4532 jo,, 燄
4533 jpa 觛
4534 jpac 睼
4535 jpaf 睅
4536 jpd 眒
4537 jpv 睏
4538 jpyk 冥
4539 jpys 覭
4540 jpyt 鄍
4541 jpyt 鼆
4542 jp. 象
4543 jp;w 瞜
4544 jq 同
4545 jq 甩
4546 jq 軍
4547 jqam 顐
4548 jqar 眶
4549 jqax 戙
4550 jqc 觨
4551 jqe. 瞰
4552 jql, 鶤
4553 jqn 運
4554 jqn 迵
4555 jqt 鄆
4556 jqtb 皸
4557 jqx 眓
4558 jr 冉
4559 jre, 觾
4560 jrjk 瞞
4561 jrk 典
4562 jrkr 睦
4563 jrk. 睖
4564 jrlp 睹
4565 jrlp 觰
4566 jrr 眭
4567 jrr 觟
4568 jru 睛
4569 jrxu 瞌
4570 jr; 周
4571 jr;b 翢
4572 jr;n 週
4573 jr;y 雕
4574 jr;. 彫
4575 jr;, 鵰
4576 js 見
4577 js 冗
4578 js 冘
4579 jsc 沊
4580 jsd 觓
4581 jsjs 覞
4582 jsl, 鴆
4583 jso. 覹
4584 jst 邥
4585 jswt 郻
4586 js, 眺
4587 jtds 色
4588 jtk 觖
4589 jtn 急
4590 jtss 眠
4591 jtx 眼
4592 jt., 煞
4593 jvkk 睞
4594 jv; 觫
4595 jwc 睩
4596 jxb 眑
4597 jxld 矊
4598 jxof 眸
4599 jx; 眙
4600 jy 丹
4601 jye 刐
4602 jyfb 雘
4603 jykf 睟
4604 jyl, 鴅
4605 jypf 瞕
4606 jypr 瞳
4607 jys 盳
4608 jyuq 矓
4609 jyx 眩
4610 jy. 彤
4611 jy.m 瞝
4612 jz 央
4613 jzb 眅
4614 jzgm 頠
4615 jzgs 危
4616 jzh 狊
4617 jzht 郹
4618 jzh, 鶪
4619 jzjs 瞡
4620 jzkc 瞭
4621 jzkh 甔
4622 jzky 詹
4623 jzky 矐
4624 jzl, 鴦
4625 jzqd 觭
4626 jzrr 睚
4627 jztg 眱
4628 jzu 盎
4629 j.fj 瞃
4630 j.jq 瞬
4631 j.kc 瞛
4632 j.ok 眽
4633 j.td 睜
4634 j.v 睬
4635 j.xk 觚
4636 j.zd 睎
4637 j.. 网
4638 j.; 觡
4639 j/ 触
4640 j/l/ 觸
4641 j; 召
4642 j;b 劭
4643 j;dm 瞶
4644 j;j 卲
4645 j;n 迢
4646 j;n 迥
4647 j;qe 劖
4648 j;qh 毚
4649 j;qt 酁
4650 j;s 免
4651 j;sb 勉
4652 j;sh 兔
4653 j;sn 逸
4654 j;s, 鵵
4655 j;t 邵
4656 j;u 睊
4657 j;;f 觶
4658 j;;n 瞣
4659 j;;v 矂
4660 j, 冞
4661 j, 眯
4662 j,mq 瞵
4663 j,n 瞇
4664 j,, 睒
4665 k 人
4666 k 入
4667 k 八
4668 kaa 仁
4669 kaaa 仨
4670 kaak 佽
4671 kaaw 佞
4672 kaax 伝
4673 kaax 倵
4674 kad 仃
4675 kads 伅
4676 kae 佴
4677 kae, 傿
4678 kafe 侀
4679 kafo 偛
4680 kai 伻
4681 kajd 伂
4682 kajk 倆
4683 kajq 儷
4684 kale 偭
4685 kale 侕
4686 kalp 佰
4687 kal. 優
4688 kame 例
4689 kame 冽
4690 kapa 僵
4691 kap. 便
4692 kar 任
4693 karm 賃
4694 karn 恁
4695 karv 栠
4696 kar, 鵀
4697 kat 伍
4698 katc 倢
4699 katw 凄
4700 kat; 俉
4701 kaw 冱
4702 kawq 俓
4703 kax 代
4704 kax 伐
4705 kaxd 岱
4706 kaxe 倒
4707 kaxf 牮
4708 kaxm 貸
4709 kaxr 侄
4710 kaxv 柋
4711 kaxx 袋
4712 kaxx 俴
4713 kax, 黛
4714 ka/c 僄
4715 ka/m 價
4716 ka/r 凐
4717 ka/s 僊
4718 ka/w 偠
4719 ka/, 僳
4720 kb 仂
4721 kbar 偓
4722 kbb. 僇
4723 kbdd 倔
4724 kbf; 倨
4725 kbgf 僝
4726 kbg; 侷
4727 kbg; 僪
4728 kbif 偋
4729 kbjf 俑
4730 kbk 伬
4731 kb; 伽
4732 kb;f 僻
4733 kc 冰
4734 kc 仆
4735 kc 尒
4736 kc 汆
4737 kcaz 僕
4738 kcjm 償
4739 kcjp 儅
4740 kcj; 倘
4741 kcj, 儻
4742 kclj 偗
4743 kcu 俏
4744 kd 仙
4745 kd 丫
4746 kd 仚
4747 kd 屳
4748 kdae 偳
4749 kdig 侺
4750 kdky 催
4751 kdky 凗
4752 kdq, 凞
4753 kdtz 候
4754 kduu 傰
4755 kd. 攸
4756 kd.b 翛
4757 kd.c 跾
4758 kd.f 鞗
4759 kd.h 倏
4760 kd.i 鎥
4761 kd.n 悠
4762 kd.u 脩
4763 kd.v 條
4764 kd.x 絛
4765 kd.. 修
4766 kd., 鯈
4767 kd., 焂
4768 kd., 儵
4769 ke 們
4770 ke 企
4771 ke 介
4772 kea 仩
4773 keab 俶
4774 keac 佧
4775 kee 俳
4776 kem 偵
4777 kepf 倬
4778 kepn 儢
4779 keq 佌
4780 kequ 偝
4781 keqv 偨
4782 ketb 假
4783 keu 僩
4784 ke; 佔
4785 kf 什
4786 kfae 傇
4787 kfb 伎
4788 kffm 僨
4789 kfh 付
4790 kfhn 怤
4791 kfhw 姇
4792 kfh, 儰
4793 kfjz 偰
4794 kfjz 偀
4795 kfl. 儆
4796 kfua 值
4797 kfuk 傎
4798 kfz; 偌
4799 kf/m 儚
4800 kf; 估
4801 kf;. 做
4802 kf,h 俅
4803 kgdn 怹
4804 kgds 他
4805 kgf 仔
4806 kgjf 偏
4807 kgky 僱
4808 kgq 伺
4809 kg, 馮
4810 kg, 傌
4811 kg,n 憑
4812 kh 仿
4813 khl, 偽
4814 khtx 俍
4815 kh. 倣
4816 ki 伴
4817 ki 凎
4818 kib 冷
4819 kib 伶
4820 kif 併
4821 kif 佯
4822 kig 仱
4823 kigm 僋
4824 kijf 倫
4825 kip 偤
4826 kiph 僔
4827 kir 佺
4828 kirq 傞
4829 kirx 儀
4830 kitc 傔
4831 kit; 傖
4832 kit; 凔
4833 kiue 偷
4834 kizs 倦
4835 ki/p 儈
4836 ki; 佮
4837 ki; 冾
4838 ki;k 儉
4839 kj 分
4840 kjam 頒
4841 kjat 僶
4842 kjc 你
4843 kjcn 您
4844 kjd 岔
4845 kjf 佣
4846 kjf 弅
4847 kjh 仞
4848 kjkk 肏
4849 kjky 傕
4850 kjl, 鳻
4851 kjm 貧
4852 kjm 偩
4853 kjn 忿
4854 kjp. 像
4855 kjq 侗
4856 kjr 坌
4857 kjrk 倎
4858 kjr; 凋
4859 kjr; 倜
4860 kjs 伔
4861 kjs 俔
4862 kjt 邠
4863 kju 盆
4864 kjz 佒
4865 kjzs 佹
4866 kjzy 儋
4867 kj. 攽
4868 kj;h 儳
4869 kj;s 俛
4870 kj, 炃
4871 kk 仈
4872 kkax 韱
4873 kkd 佡
4874 kke 价
4875 kkj 份
4876 kkkf 傘
4877 kkkr 侳
4878 kkk; 俗
4879 kkr 坐
4880 kkre 剉
4881 kkr. 夎
4882 kku 佾
4883 kkua 俎
4884 kkx 伀
4885 kky 准
4886 kky 倠
4887 kky, 僬
4888 kk/p 僧
4889 kk; 谷
4890 kk;f 谻
4891 kk;j 卻
4892 kk;k 欲
4893 kk;k 谼
4894 kk;n 慾
4895 kk;q 谾
4896 kk;q 豅
4897 kk;s 侻
4898 kk;t 郤
4899 kk;x 谹
4900 kk;. 豂
4901 kk;. 豃
4902 kk;/ 螸
4903 kk;; 谽
4904 kk;, 鵒
4905 klb 伋
4906 klf 仟
4907 klf; 佸
4908 klg 仍
4909 klm 侜
4910 klox 俄
4911 klp 伯
4912 klp 侚
4913 klpf 俾
4914 klpn 傯
4915 klpr 偟
4916 klp. 傻
4917 klp. 儌
4918 klrb 侹
4919 kls 仇
4920 klu 侐
4921 klve 俐
4922 klvn 僽
4923 klvw 倭
4924 klvx 俬
4925 klv, 偢
4926 klx 係
4927 klz; 僑
4928 kl; 佝
4929 kl;m 偊
4930 kl,n 僁
4931 kl,p 僠
4932 kmac 傺
4933 kme 側
4934 kmm 侈
4935 kmod 傜
4936 kmp. 儩
4937 kmqv 傑
4938 kn 伈
4939 knac 倧
4940 knad 佇
4941 knam 儐
4942 kna. 傢
4943 kne 倌
4944 knkh 俯
4945 knkq 倥
4946 knk; 傛
4947 knl 佖
4948 knlq 侘
4949 knlq 侂
4950 knms 倇
4951 knnd 儜
4952 knq 佗
4953 knrr 僿
4954 kntf 傭
4955 knw 侒
4956 ko 伒
4957 koaa 低
4958 koe 作
4959 kof 件
4960 kof 仵
4961 kof 倕
4962 koj 仰
4963 kop 偅
4964 kop. 傷
4965 kos 倪
4966 kos 仡
4967 kos 侁
4968 kos 冼
4969 kosm 儹
4970 kosz 侮
4971 kov 侏
4972 kox 傀
4973 koz 佚
4974 kp 佃
4975 kpa 但
4976 kpac 偍
4977 kpax 偎
4978 kpbb 傝
4979 kpd 伸
4980 kpfg 俜
4981 kpfx 儂
4982 kpf; 個
4983 kpf; 凅
4984 kpls 偈
4985 kpm 偶
4986 kpn 偲
4987 kpp 倡
4988 kppp 儡
4989 kppx 儽
4990 kpqq 倱
4991 kpr 俚
4992 kprc 儤
4993 kpx, 儑
4994 kp/b 僈
4995 kp; 佪
4996 kp;w 僂
4997 kq 化
4998 kq 仜
4999 kq 仝
5000 kqam 傾
5001 kqd 何
5002 kqdl 伢
5003 kqh 佤
5004 kqhh 傅
5005 kqm 貨
5006 kqn 僆
5007 kqoc 凝
5008 kqoc 儗
5009 kqp 偪
5010 kqp 傮
5011 kqpw 偃
5012 kqq 仳
5013 kqqp 偕
5014 kqsp 僭
5015 kqt 佢
5016 kqtd 倳
5017 kqx 倀
5018 kq. 使
5019 kq;; 傴
5020 kr 仕
5021 krak 倛
5022 krak 僛
5023 krao 凘
5024 krfh 侍
5025 krgh 儔
5026 krh. 傲
5027 krif 倖
5028 krjr 傋
5029 krk 供
5030 krk. 凌
5031 krk. 倰
5032 krlf 備
5033 krln 憊
5034 krlq 佬
5035 krlx 俵
5036 krm 債
5037 krp 借
5038 krqk 偡
5039 krr 僅
5040 krr 佳
5041 krrs 僥
5042 krs 伳
5043 krsv 偞
5044 kru 倩
5045 kru 凊
5046 krx 佉
5047 krx 傃
5048 krzy 儺
5049 kr/m 儥
5050 kr; 佶
5051 kr;r 儓
5052 kr;; 僖
5053 ks 仉
5054 ksad 佩
5055 ks, 佻
5056 ktdu 儘
5057 ktfb 健
5058 ktgd 伄
5059 ktgd 弚
5060 ktge 佛
5061 ktge 剃
5062 ktgl 弟
5063 ktg, 鵜
5064 ktjb 侵
5065 ktl 伊
5066 ktot 鄇
5067 ktoz 侯
5068 ktsk 僎
5069 ktx 佷
5070 kt;q 偉
5071 ku 仴
5072 kuak 俱
5073 kuts 俷
5074 kuu 倗
5075 kv 休
5076 kva 体
5077 kvkx 倯
5078 kvl, 鵂
5079 kvp 凍
5080 kvvc 僸
5081 kvvc 儊
5082 kv, 烋
5083 kw/w 儠
5084 kw; 侞
5085 kx 公
5086 kx 偑
5087 kxam 頌
5088 kxbb 翁
5089 kxb, 鶲
5090 kxk 似
5091 kxk. 俊
5092 kxof 侔
5093 kxoz 俟
5094 kxqh 瓮
5095 kxsq 毤
5096 kx; 冶
5097 kx; 佁
5098 ky 位
5099 ky 隹
5100 ky 信
5101 kyb 隻
5102 kyd 雋
5103 kyf 隼
5104 kykb 雙
5105 kyke 儕
5106 kykf 倅
5107 kykf 犨
5108 kykh 傍
5109 kyky 雔
5110 kyky 雥
5111 kyk. 傚
5112 kyk. 佼
5113 kylx 依
5114 kyn 進
5115 kyp 偣
5116 kypa 儃
5117 kypf 傽
5118 kypn 億
5119 kypr 僮
5120 kypv 凜
5121 kyq, 儦
5122 kyr 住
5123 kyrp 儲
5124 kys 伉
5125 kyuq 儱
5126 kyv 集
5127 kyvs 儭
5128 kyx 伭
5129 kyxk 侅
5130 kyyy 讎
5131 ky.m 禽
5132 ky; 倍
5133 ky; 售
5134 ky;c 倞
5135 ky;d 停
5136 ky;h 僦
5137 ky;x 偯
5138 ky;x 儴
5139 ky, 焦
5140 ky,e 劁
5141 ky,, 鷦
5142 kz 伕
5143 kz 伓
5144 kza 伾
5145 kzac 倷
5146 kzae 儒
5147 kzag 侉
5148 kzax 侲
5149 kzc 傣
5150 kzex 傶
5151 kzf 俸
5152 kzfh 傳
5153 kzh 伏
5154 kzjd 佈
5155 kzk 仗
5156 kzkc 僚
5157 kzkk 俠
5158 kzle 儮
5159 kzp 偆
5160 kzps 俺
5161 kzq 佐
5162 kzqd 倚
5163 kzsh 优
5164 kztg 侇
5165 kzu 侑
5166 kzzp 僣
5167 kz.h 冹
5168 kz.. 傸
5169 kz; 佑
5170 kz; 俖
5171 k. 父
5172 k.ai 釜
5173 k.ar 俇
5174 k.at 爺
5175 k.es 傂
5176 k.gf 俘
5177 k.h 佟
5178 k.jr 偁
5179 k.j. 僾
5180 k.kc 傱
5181 k.kp 偺
5182 k.mm 爹
5183 k.o 斧
5184 k.rh 偫
5185 k.td 凈
5186 k.ts 爸
5187 k.w 俀
5188 k.xz 傒
5189 k.zd 俙
5190 k.; 佫
5191 k/p 曾
5192 k/ph 甑
5193 k/pt 鄫
5194 k/qx 儇
5195 k/xy 儸
5196 k;ae 偮
5197 k;c 促
5198 k;d 仲
5199 k;dm 僓
5200 k;gz 俁
5201 k;k 伿
5202 k;l; 侶
5203 k;o 侃
5204 k;s 兌
5205 k;s. 敓
5206 k;ts 俋
5207 k;v 保
5208 k;vr 堡
5209 k;v, 煲
5210 k;;f 僤
5211 k;;. 儼
5212 k, 伙
5213 k,by 糴
5214 k,mq 僯
5215 k,u 脊
5216 k,u, 鶺
5217 k,, 倓
5218 k,,b 僗
5219 l 竹
5220 laa 勻
5221 laa 竺
5222 laas 笎
5223 laf 竿
5224 laf 竽
5225 laf 笄
5226 lai 匉
5227 larf 筭
5228 latc 箑
5229 laxe 箌
5230 laxx 箋
5231 la.n 篴
5232 la/c 篻
5233 la/f 簟
5234 la/h 籈
5235 la/v 篥
5236 lb 及
5237 lb 竻
5238 lbby 籊
5239 lbj 節
5240 lbjf 筩
5241 lbqi 簦
5242 lb; 笳
5243 lcgs 笵
5244 lcjp 簹
5245 lclj 箵
5246 lclp 箔
5247 lclp 籓
5248 lcpr 篞
5249 lcp. 簜
5250 lcqh 簿
5251 lcrk 篊
5252 lcu 筲
5253 lcue 箾
5254 lcx; 箈
5255 ld 島
5256 ldlb 皺
5257 ldld 芻
5258 ldlf 簰
5259 ldlt 鄒
5260 ldly 雛
5261 ldl, 鶵
5262 lead 師
5263 leam 頧
5264 lean 籧
5265 leb 延
5266 lebt 郔
5267 leb/ 蜑
5268 led 峊
5269 leed 歸
5270 lef 阜
5271 lefm 顊
5272 lejd 帥
5273 lel, 鴭
5274 len 追
5275 lep 簡
5276 lepu 籚
5277 les 箎
5278 lev/ 籣
5279 ley. 簢
5280 le/ 蛗
5281 le; 笘
5282 lf 千
5283 lf 升
5284 lfeq 乖
5285 lfft 篲
5286 lfi; 匒
5287 lfkp 籍
5288 lfk; 簭
5289 lfpf 簳
5290 lfqh 簙
5291 lfz; 箬
5292 lf;e 刮
5293 lf;n 适
5294 lf;, 鴰
5295 lg 乃
5296 lgb 夃
5297 lgbu 盈
5298 lgbx 戤
5299 lgc 尕
5300 lgc, 篜
5301 lgfk 箛
5302 lggf 孕
5303 lgjf 篇
5304 lgjg 鼐
5305 lgq 笥
5306 lg, 篤
5307 lh 勺
5308 lhkh 箊
5309 lhos 箷
5310 lhoz 簇
5311 lhtx 筤
5312 li 乎
5313 liax 籛
5314 lib 笭
5315 lig 笒
5316 liop 籦
5317 lir 筌
5318 liue 箭
5319 liv 筡
5320 liwc 籙
5321 li; 答
5322 li;e 劄
5323 li;f 籥
5324 li;k 簽
5325 li;m 籲
5326 lj 自
5327 ljcl 篎
5328 ljf 算
5329 ljf 甪
5330 ljkk 臮
5331 ljky 篧
5332 ljld 嶴
5333 ljlz 奧
5334 ljn 息
5335 ljnn 邊
5336 ljnt 鄎
5337 ljpa 齇
5338 ljpc 齂
5339 ljpe 鼻
5340 ljpe 劓
5341 ljpf 鼾
5342 ljph 齀
5343 ljps 鼽
5344 ljps 齃
5345 ljps 齆
5346 ljpx 齈
5347 ljpx 齉
5348 ljp; 齁
5349 ljq 筒
5350 ljs 筧
5351 ljt 郋
5352 ljv 臬
5353 ljvh 甈
5354 ljvs 臲
5355 ljv, 鷍
5356 ljzh 臭
5357 ljzs 篹
5358 ljzx 篡
5359 ljzx 纂
5360 ljzy 簷
5361 lj; 向
5362 lj; 笤
5363 lkax 筏
5364 lka. 箯
5365 lkdv 篠
5366 lkd. 筱
5367 lkfh 符
5368 lkkx 籤
5369 lkoe 筰
5370 lkru 篟
5371 lktz 篌
5372 llaa 笉
5373 llb 笈
5374 lldd 篘
5375 lleb 筵
5376 lled 篩
5377 llf; 筈
5378 llgl 笫
5379 lljn 籩
5380 llp 筍
5381 llpf 箄
5382 llpq 篦
5383 llpr 篁
5384 llrb 筳
5385 lls 勼
5386 llts 笣
5387 llve 筣
5388 llvm 簃
5389 llz 笑
5390 llz; 簥
5391 ll. 笏
5392 ll; 笱
5393 lm 舟
5394 lmbq 艉
5395 lmcp 艡
5396 lmcu 艄
5397 lmd 舢
5398 lmeb 艣
5399 lmeu 艫
5400 lmf. 艨
5401 lmgf 艑
5402 lmgu 艋
5403 lmh 舫
5404 lmib 舲
5405 lmij 艏
5406 lmiq 艖
5407 lmiu 艗
5408 lmiv 艅
5409 lmix 艤
5410 lmi; 艙
5411 lmj 舠
5412 lmjh 艬
5413 lmkb 艭
5414 lmk; 船
5415 lmlb 艇
5416 lmlp 舶
5417 lmlr 艎
5418 lml, 鵃
5419 lml, 艞
5420 lmnq 舵
5421 lmob 艘
5422 lmoe 舴
5423 lmpd 舺
5424 lmpf 舳
5425 lmpj 艒
5426 lmpw 艛
5427 lmq 舡
5428 lmqd 舸
5429 lmqp 艚
5430 lmqu 艦
5431 lmrd 艜
5432 lmrk 舼
5433 lmrv 艓
5434 lmsb 般
5435 lmsd 幋
5436 lmsf 鞶
5437 lmsg 磐
5438 lmso 搫
5439 lmsu 盤
5440 lmsv 槃
5441 lmsw 媻
5442 lmsx 縏
5443 lmsx 褩
5444 lmts 舥
5445 lmye 艩
5446 lmyh 艕
5447 lmyr 艟
5448 lmys 航
5449 lmyx 舷
5450 lmzb 舨
5451 lmzg 舿
5452 lm.f 艀
5453 lm.f 艂
5454 lm.q 舽
5455 lm.. 艐
5456 lm;d 舯
5457 lm;n 簻
5458 ln 乏
5459 lnas 筦
5460 lna. 簆
5461 lne 管
5462 lnic 簾
5463 lnkq 箜
5464 lnl, 鴔
5465 lnor 簅
5466 lntk 筷
5467 loe 笮
5468 lof 箠
5469 lofd 匋
5470 loop 籀
5471 loqd 箍
5472 lor 笙
5473 lora 箝
5474 lorp 簎
5475 lorr 簼
5476 los 筅
5477 losm 籫
5478 lox 我
5479 lox, 鵝
5480 lozk 籅
5481 lo/f 籜
5482 lo; 筘
5483 lo; 筶
5484 lo;n 簉
5485 lp 白
5486 lp 旬
5487 lp 甸
5488 lpa 笪
5489 lpae 箅
5490 lpaf 筸
5491 lpan 遑
5492 lpar 皇
5493 lpas 皝
5494 lpb 笝
5495 lpc 泉
5496 lpcc 灥
5497 lpd 笚
5498 lpdi 皚
5499 lpeq 皉
5500 lpf 笛
5501 lpf 皁
5502 lpff 篳
5503 lpf; 箇
5504 lphn 邀
5505 lphy 譥
5506 lph, 鸄
5507 lpib 皊
5508 lpif 皏
5509 lpjd 帛
5510 lplf 卑
5511 lplf 皞
5512 lplg 粵
5513 lplh 的
5514 lplp 皤
5515 lplp 皛
5516 lplt 郫
5517 lplv 箘
5518 lplv 皪
5519 lplx 皒
5520 lpl. 皦
5521 lpl, 鵯
5522 lpn 迫
5523 lpn 迿
5524 lpns 皖
5525 lpos 兜
5526 lpox 魄
5527 lpo; 皓
5528 lpq 皂
5529 lpqx 簂
5530 lpq, 鵖
5531 lps 癿
5532 lpt 郇
5533 lpxv 樂
5534 lpy. 皎
5535 lpy; 皜
5536 lpy, 皫
5537 lpzb 皈
5538 lpzb 翱
5539 lpzf 皋
5540 lpz, 鷎
5541 lp. 囟
5542 lp.h 囪
5543 lp.h 皭
5544 lp;w 簍
5545 lp;. 籔
5546 lq 毛
5547 lq 乇
5548 lq 笁
5549 lqar 筐
5550 lqax 毧
5551 lqa/ 毢
5552 lqd 笴
5553 lqdu 籃
5554 lqee 篚
5555 lqfh 毬
5556 lqfz 氁
5557 lqgs 範
5558 lqh 匍
5559 lqhu 簠
5560 lqip 氆
5561 lqj 笻
5562 lqjk 簐
5563 lqkk 筮
5564 lqkn 遾
5565 lqlq 毳
5566 lqm 篢
5567 lqos 毨
5568 lqp 匐
5569 lqpn 毸
5570 lqq 笓
5571 lqsh 筑
5572 lqso 篫
5573 lqsp 簪
5574 lqsv 築
5575 lqt 筇
5576 lqtb 毽
5577 lqup 氌
5578 lqy; 毰
5579 lqzk 篋
5580 lq; 笸
5581 lq,, 毯
5582 lrab 簸
5583 lrak 箕
5584 lrar 簊
5585 lrb 廷
5586 lrbm 頲
5587 lrfh 等
5588 lrgh 籌
5589 lrjr 篝
5590 lrla 筠
5591 lrlp 箸
5592 lrm 簀
5593 lrpk 簧
5594 lrr 筀
5595 lru 箐
5596 lrxu 篕
5597 lr;r 籉
5598 ls 九
5599 lsam 頄
5600 lses 虓
5601 lsh 丸
5602 lshw 奿
5603 lsij 馗
5604 lsl, 鳩
5605 lsp 旭
5606 lsp 旮
5607 lsx 厹
5608 lsy 訄
5609 ls.; 簬
5610 ls, 筄
5611 ltde 簫
5612 ltds 笆
5613 ltf 筆
5614 ltge 笰
5615 ltgk 篛
5616 ltgl 第
5617 ltiv 篨
5618 lts 包
5619 ltse 刨
5620 ltsk 簨
5621 ltss 笢
5622 lts, 炰
5623 ltxu 簋
5624 lu 血
5625 luae 衈
5626 lub 筋
5627 lufx 衊
5628 lugr 衄
5629 luic 籐
5630 luj 卹
5631 lujb 箙
5632 luz 衃
5633 lv 禾
5634 lv 梟
5635 lva 笨
5636 lvai 秤
5637 lvar 秷
5638 lvbq 秜
5639 lvbs 穊
5640 lvb. 穋
5641 lvcl 秒
5642 lvcu 稍
5643 lvd 秈
5644 lve 利
5645 lvee 剩
5646 lvef 犁
5647 lveq 乘
5648 lvev 梨
5649 lvex 穢
5650 lvfa 稙
5651 lvfb 穫
5652 lvfk 稹
5653 lvf; 穡
5654 lvgf 季
5655 lvgf 稨
5656 lvgu 稰
5657 lvhf 科
5658 lvhx 稂
5659 lvif 稐
5660 lvin 稔
5661 lvin 穟
5662 lviv 稌
5663 lvj 策
5664 lvj 箱
5665 lvjz 秧
5666 lvj; 稠
5667 lvkc 黍
5668 lvkj 秎
5669 lvkk 箂
5670 lvkl 稊
5671 lvkm 黐
5672 lvks 稅
5673 lvky 稚
5674 lvk; 黏
5675 lvk, 穛
5676 lvlc 黎
5677 lvlf 稗
5678 lvlg 秀
5679 lvll 秭
5680 lvln 透
5681 lvlq 秅
5682 lvlq 秏
5683 lvlv 秝
5684 lvl. 穆
5685 lvl; 穚
5686 lvl, 鯬
5687 lvl, 鵹
5688 lvl, 黧
5689 lvmc 穄
5690 lvmm 移
5691 lvnk 穬
5692 lvnl 秘
5693 lvnq 秺
5694 lvn. 稼
5695 lvoa 秪
5696 lvop 種
5697 lvos 秖
5698 lvoz 秩
5699 lvp 香
5700 lvpc 馦
5701 lvpe 馡
5702 lvpf 稈
5703 lvpf 秞
5704 lvpf 馞
5705 lvpl 馝
5706 lvpp 馫
5707 lvpq 馜
5708 lvps 馣
5709 lvpu 馧
5710 lvpv 稞
5711 lvpv 稛
5712 lvpx 穠
5713 lvp. 稷
5714 lvp. 馥
5715 lvp; 稒
5716 lvqp 稫
5717 lvqq 秕
5718 lvqt 秬
5719 lvqx 稢
5720 lvrk 稘
5721 lvrk 穔
5722 lvrm 積
5723 lvrp 稓
5724 lvrr 稑
5725 lvrs 穘
5726 lvr. 稜
5727 lvr; 秸
5728 lvs 禿
5729 lvsm 頹
5730 lvsm 穨
5731 lvs, 鵚
5732 lvt 秉
5733 lvt 鄡
5734 lvtq 稦
5735 lvu 盉
5736 lvua 租
5737 lvup 穭
5738 lvv 箖
5739 lvva 秣
5740 lvvh 秫
5741 lvw 委
5742 lvwf 犩
5743 lvwh 瓾
5744 lvwn 逶
5745 lvws 覣
5746 lvwx 魏
5747 lvx 私
5748 lvxx 穖
5749 lvx. 稄
5750 lvx. 穇
5751 lvx; 秮
5752 lvye 穧
5753 lvyf 稕
5754 lvyr 穜
5755 lvyx 穰
5756 lvy; 稿
5757 lvy, 穮
5758 lvza 秠
5759 lvzd 嵇
5760 lvzn 穗
5761 lvzp 稽
5762 lv.d 稀
5763 lv.f 稃
5764 lv.h 穱
5765 lv.n 穩
5766 lv.o 稻
5767 lv.r 稱
5768 lv.. 稯
5769 lv; 和
5770 lv;d 种
5771 lv;k 簌
5772 lv;m 籟
5773 lv;r 程
5774 lv, 秋
5775 lv,h 甃
5776 lv,n 愁
5777 lv,o 揫
5778 lv,w 媝
5779 lv,/ 蝵
5780 lv,, 鶖
5781 lwb 笯
5782 lw. 篆
5783 lw; 筎
5784 lx 系
5785 lx 勾
5786 lx 么
5787 lxf 笲
5788 lxlh 箹
5789 lxxo 籪
5790 lxx. 篸
5791 lx; 笞
5792 ly 笠
5793 ly 訇
5794 lykf 箤
5795 lykh 篣
5796 lyk. 筊
5797 lylx 裊
5798 lyl, 鷑
5799 lypx 簑
5800 lyqq 簏
5801 lys 笀
5802 lys 笐
5803 lyuh 籯
5804 lyuq 籠
5805 ly.m 篱
5806 ly.y 籬
5807 ly;t 篰
5808 ly;. 籇
5809 ly;; 篙
5810 lz 夭
5811 lzfh 篿
5812 lzj 看
5813 lzkc 簝
5814 lzkk 筴
5815 lzky 籗
5816 lzn 迗
5817 lzp 昋
5818 lzps 匎
5819 lzqx 箴
5820 lz;. 敿
5821 lz;; 喬
5822 lz;, 鷮
5823 l. 勿
5824 l.d 匈
5825 l.dk 笊
5826 l.e 刎
5827 l.ec 簁
5828 l.es 篪
5829 l.fn 篷
5830 l.h 匆
5831 l.jf 甮
5832 l.n 忽
5833 l.oj 篽
5834 l.p 曶
5835 l.td 箏
5836 l.tg 匑
5837 l.. 笅
5838 l/rf 睾
5839 l/xy 籮
5840 l/zx 篾
5841 l; 句
5842 l;b 劬
5843 l;dm 簣
5844 l;jk 欨
5845 l;ky 雊
5846 l;l; 筥
5847 l;l, 鴝
5848 l;m 禹
5849 l;m 篔
5850 l;mt 鄅
5851 l;o 斪
5852 l;;f 簞
5853 l, 鳥
5854 l, 烏
5855 l, 釆
5856 l, 匊
5857 l,g, 鷌
5858 l,iv 鵌
5859 l,ix 鸃
5860 l,jk 歍
5861 l,ky 鵻
5862 l,ld 鶳
5863 l,l, 鵴
5864 l,n 悉
5865 l,nk 鴥
5866 l,nq 鴕
5867 l,p 番
5868 l,pb 翻
5869 l,pb 勫
5870 l,pc 鸔
5871 l,pf 鵿
5872 l,pt 鄱
5873 l,p, 鷭
5874 l,rk 鶀
5875 l,s 鳦
5876 l,s 鳧
5877 l,t 鄔
5878 l,tk 鴃
5879 l,x. 鵔
5880 l,y. 鷻
5881 l,.s 鷈
5882 l,/f 釋
5883 l,,b 簩
5884 m 貝
5885 m 夕
5886 maac 祭
5887 maax 賦
5888 mafx 賊
5889 maf/ 蠈
5890 maxx 賤
5891 ma/f 贉
5892 mc 外
5893 me 則
5894 me; 貼
5895 mfam 頯
5896 mfl 財
5897 mf,h 賕
5898 mgds 貤
5899 mgs 夗
5900 mgsj 眢
5901 mgsn 怨
5902 mgsw 妴
5903 mgs, 鴛
5904 mgs, 駌
5905 miac 賒
5906 miku 賹
5907 mitc 賺
5908 mitx 飧
5909 mjkv 賝
5910 mjq 賱
5911 mjrk 賟
5912 mjr; 賙
5913 mjzy 贍
5914 mk/p 贈
5915 mln 貶
5916 ml, 鵙
5917 mm 多
5918 mm 賏
5919 mmbb 翗
5920 mml; 夠
5921 mmm 贔
5922 mmmm 禸
5923 mmn 迻
5924 mmod 罌
5925 mmqh 甖
5926 mmw 嬰
5927 mmws 郺
5928 mmw, 鸚
5929 mmy 譻
5930 mnad 貯
5931 mnak 夤
5932 moaa 貾
5933 mofn 遙
5934 mofx 繇
5935 mofx 颻
5936 mof, 鷂
5937 mor 貹
5938 mpj 賵
5939 mpl. 賜
5940 mq 舛
5941 mqhh 賻
5942 mqi 豋
5943 mqv 桀
5944 mqx 賬
5945 mrjr 購
5946 mrlp 賭
5947 mr/m 贖
5948 mr;x 賳
5949 mt 郥
5950 mtdu 贐
5951 mu 骨
5952 muaf 骭
5953 muam 顝
5954 mua. 骾
5955 mueq 骴
5956 muff 髒
5957 muf; 骷
5958 muif 骿
5959 muiq 髊
5960 muke 骱
5961 mulf 髀
5962 mulh 骫
5963 mul, 鶻
5964 munh 髖
5965 munm 髕
5966 munv 髍
5967 mun; 髂
5968 mupi 體
5969 mupv 髁
5970 mupw 髏
5971 muqh 髆
5972 murs 髐
5973 musb 骰
5974 mutb 骳
5975 muyk 骸
5976 muys 骯
5977 muy. 骹
5978 muy; 髇
5979 muzg 骻
5980 muzn 髓
5981 mu.; 骼
5982 mu// 髑
5983 mxx. 贂
5984 mx; 貽
5985 mykf 賥
5986 mys 貥
5987 myxk 賅
5988 my; 賠
5989 mzax 賑
5990 mzb 販
5991 mzhh 贆
5992 mzh, 然
5993 mzp 賰
5994 mzsx 贓
5995 mzu 賄
5996 m. 敗
5997 m.; 賂
5998 m; 名
5999 m; 咼
6000 m;e 剮
6001 m;n 過
6002 m;s 貺
6003 m;;d 賗
6004 m, 炙
6005 m,, 賧
6006 n 之
6007 n 心
6008 naab 寇
6009 naac 宗
6010 naam 賨
6011 naas 完
6012 naas 忨
6013 nac 定
6014 nacm 賓
6015 nacm 顁
6016 nad 宁
6017 nads 庉
6018 nads 忳
6019 nae 怔
6020 naee 懾
6021 naen 廳
6022 naf 宇
6023 nafx 悈
6024 naf; 恬
6025 nai 怦
6026 najk 怲
6027 najq 廲
6028 nale 愐
6029 nalj 寡
6030 nal. 廈
6031 nal. 懮
6032 nama 恆
6033 nap 庮
6034 napa 宣
6035 napa 恒
6036 napk 寅
6037 napx 戭
6038 narm 寶
6039 natc 寁
6040 natw 悽
6041 nat; 悟
6042 naxr 室
6043 naxr 庢
6044 na. 家
6045 na/ 恓
6046 na/c 慓
6047 na/f 憛
6048 na/v 慄
6049 na/, 憟
6050 nbbb 惙
6051 nbbp 慴
6052 nbbu 愶
6053 nbb. 寥
6054 nbb. 廖
6055 nbb. 憀
6056 nbgd 序
6057 nbg; 憰
6058 nbh/ 慅
6059 nbjf 悀
6060 nbq 怩
6061 nbqs 慨
6062 nbr 怪
6063 nbrp 廜
6064 nbsb 廄
6065 nbtb 廢
6066 nb;f 廦
6067 ncas 恍
6068 ncj. 廠
6069 ncj; 惝
6070 ncj, 戃
6071 nctb 寖
6072 ncu 宵
6073 ncu 悄
6074 ndae 惴
6075 ndky 慛
6076 ndqi 愷
6077 ne 官
6078 neab 寂
6079 nea. 懅
6080 nee 悱
6081 nem 寊
6082 nen 悹
6083 nen 逭
6084 nepf 悼
6085 nepu 廬
6086 neq 庛
6087 neqk 懻
6088 neu 憪
6089 ney. 憫
6090 ne; 店
6091 ne; 怗
6092 nfb 庋
6093 nfb 忮
6094 nffm 憤
6095 nfh 守
6096 nfh 忖
6097 nfjc 懥
6098 nfjf 悖
6099 nfjh 寬
6100 nfjx 緳
6101 nfj. 懞
6102 nfk; 廧
6103 nfop 懂
6104 nfpu 廟
6105 nfpz 寞
6106 nfpz 慔
6107 nfuk 慎
6108 nfuk 寘
6109 nfyo 慌
6110 nf/j 懵
6111 nf/x 懱
6112 nf; 怙
6113 nf;y 懽
6114 ng 宕
6115 ngf 字
6116 ngjf 惼
6117 ngr 忸
6118 ngzh 悷
6119 nhbt 廊
6120 nhl, 寪
6121 nhtx 悢
6122 ni 怑
6123 ni 惍
6124 nib 怜
6125 nif 庠
6126 nif 庰
6127 nif 恲
6128 nig 庈
6129 nig 忴
6130 nijf 惀
6131 nijk 廞
6132 nir 恮
6133 nirx 懩
6134 nitc 廉
6135 nitc 慊
6136 nit; 愴
6137 niue 愉
6138 niv 悇
6139 nizs 惓
6140 ni/p 廥
6141 ni; 恰
6142 ni;k 憸
6143 nj 忉
6144 njat 憴
6145 njis 惘
6146 njjb 戄
6147 njjf 懈
6148 njjf 廨
6149 njjy 懼
6150 njk 忺
6151 njpk 慏
6152 njq 恫
6153 njq 惲
6154 njr; 惆
6155 njs 忱
6156 njz 怏
6157 njzy 憺
6158 nj; 怊
6159 nj;s 悗
6160 nk 穴
6161 nk 庂
6162 nkaf 穻
6163 nkaj 窷
6164 nkak 窉
6165 nkap 宿
6166 nkar 窒
6167 nkas 窀
6168 nkas 竀
6169 nkbd 窟
6170 nkcf 窏
6171 nkcr 窪
6172 nkdd 窋
6173 nkfh 府
6174 nkfk 腐
6175 nkfk 窴
6176 nkfz 窫
6177 nkie 窬
6178 nkin 邃
6179 nki, 窯
6180 nkj 窅
6181 nkjd 帘
6182 nkjo 窞
6183 nkkn 應
6184 nkkr 座
6185 nkku 膺
6186 nkkv 窱
6187 nkkx 懺
6188 nkk; 容
6189 nkk, 鷹
6190 nklh 窗
6191 nklm 竊
6192 nkln 窆
6193 nkln 窸
6194 nklq 竁
6195 nkls 究
6196 nkls 窇
6197 nklz 穾
6198 nkl. 竅
6199 nkl, 窵
6200 nkm 穸
6201 nkm; 窩
6202 nkoe 窄
6203 nkoj 窌
6204 nkow 竄
6205 nko; 窖
6206 nkpv 窠
6207 nkpw 窶
6208 nkq 空
6209 nkql 穿
6210 nkqx 窢
6211 nkrf 窙
6212 nkrk 窾
6213 nkrm 竇
6214 nkrr 窐
6215 nks 穵
6216 nks, 窕
6217 nktb 寑
6218 nktg 穹
6219 nktl 悌
6220 nktr 窿
6221 nkt; 窘
6222 nkv 庥
6223 nkv 恘
6224 nkx 忪
6225 nkxb 窈
6226 nky 惟
6227 nkyb 愯
6228 nkyd 寯
6229 nkyf 窣
6230 nkyp 窨
6231 nky. 窔
6232 nky, 憔
6233 nkzh 突
6234 nkzs 窺
6235 nkz, 鶟
6236 nk.g 窮
6237 nk.k 窳
6238 nk.k 窊
6239 nk/p 憎
6240 nk;s 悅
6241 nk,f 窲
6242 nl 必
6243 nlb 忣
6244 nlf 忏
6245 nljs 覕
6246 nljz 懊
6247 nlj; 恦
6248 nlp 怕
6249 nlp 恂
6250 nlpf 庳
6251 nlpf 惸
6252 nlpr 惶
6253 nlp. 憿
6254 nlp/ 螷
6255 nlp/ 蠯
6256 nlq 宅
6257 nlq 宒
6258 nlrb 庭
6259 nls 宄
6260 nlt 邲
6261 nlts 庖
6262 nlts 怉
6263 nlu 恤
6264 nlvf 悸
6265 nlvj 憡
6266 nlv, 愀
6267 nlz 宎
6268 nlzc 悿
6269 nlz; 憍
6270 nl.d 恟
6271 nl.n 惚
6272 nl; 怐
6273 nl,p 審
6274 nl,s 覾
6275 nmac 察
6276 nme 廁
6277 nme 惻
6278 nmge 剜
6279 nmgn 惌
6280 nmgs 宛
6281 nmg, 鵷
6282 nmm 恀
6283 nmmw 廮
6284 nmod 愮
6285 nmu 愲
6286 nnaa 愃
6287 nnac 悰
6288 nne 悺
6289 nne; 惦
6290 nnjf 甯
6291 nnkq 悾
6292 nnl 宓
6293 nnl 怭
6294 nnld 密
6295 nnl/ 蜜
6296 nnms 惋
6297 nnn 惢
6298 nnnd 懧
6299 nnnv 橤
6300 nnnx 繠
6301 nnrk 懭
6302 nntc 慷
6303 nntf 慵
6304 nnu 寍
6305 nnud 寧
6306 nnu, 鸋
6307 nn.; 愘
6308 no 庍
6309 no 忻
6310 noaa 底
6311 noap 惛
6312 noas 忯
6313 nodb 廋
6314 noe 怍
6315 nof 牢
6316 nof 忤
6317 nofb 庪
6318 nohe 懰
6319 nohp 廇
6320 nok 庾
6321 nol, 寫
6322 noom 懫
6323 nopb 慟
6324 nop. 愎
6325 nor 產
6326 nor 性
6327 nore 剷
6328 nor, 憮
6329 nor, 廡
6330 nos 忔
6331 nosz 悔
6332 nox 愧
6333 nox 廆
6334 noz 怢
6335 no; 悎
6336 no;n 慥
6337 no, 愾
6338 npa 怛
6339 npac 寔
6340 npac 惿
6341 npaf 悍
6342 npax 愄
6343 npa. 愓
6344 npf 宙
6345 npf 怞
6346 npls 愒
6347 npl. 惕
6348 npm 寓
6349 npor 惺
6350 npqq 惃
6351 npqx 慖
6352 npr 悝
6353 nprc 懪
6354 nprk 廙
6355 nprr 廛
6356 npv 悃
6357 npv 惈
6358 npw 宴
6359 npyc 憬
6360 np/b 慢
6361 np; 恛
6362 np;w 寠
6363 np;w 廔
6364 np;w 慺
6365 nq 它
6366 nq 庫
6367 nq 庀
6368 nqam 廎
6369 nqar 恇
6370 nqdd 宦
6371 nqdd 宧
6372 nqdl 庌
6373 nqdr 慳
6374 nqm 愩
6375 nqo 慚
6376 nqoc 寲
6377 nqp 富
6378 nqp 恉
6379 nqp 愊
6380 nqp 慒
6381 nqpw 愝
6382 nqq 庇
6383 nqsp 憯
6384 nqx 悵
6385 nqx 怴
6386 nqzk 愜
6387 nq;; 慪
6388 nr 庄
6389 nrao 廝
6390 nrb 度
6391 nrbe 剫
6392 nrbk 庹
6393 nrf 愅
6394 nrfh 恃
6395 nrfh 庤
6396 nrgh 懤
6397 nrh. 廒
6398 nrif 悻
6399 nrjd 席
6400 nrjd 廗
6401 nrjk 慲
6402 nrkc 蹇
6403 nrkh 寒
6404 nrkm 賽
6405 nrko 搴
6406 nrkr 塞
6407 nrks 寋
6408 nrkv 寨
6409 nrkx 褰
6410 nrky 謇
6411 nrk. 庱
6412 nrk, 騫
6413 nrk, 鶱
6414 nrlf 庨
6415 nrlq 恅
6416 nrp 惜
6417 nrp 庴
6418 nrpk 廣
6419 nrpt 鄺
6420 nrqk 愖
6421 nrr 廑
6422 nrr 慬
6423 nrrs 憢
6424 nrsv 惵
6425 nru 情
6426 nrx 怯
6427 nrx 愫
6428 nrxu 廅
6429 nr/n 憲
6430 nr; 害
6431 nr; 恄
6432 nr;e 割
6433 nr;h 廚
6434 nr;. 憉
6435 nr;; 豁
6436 nr;, 鶷
6437 nr, 庶
6438 nr,n 遮
6439 nr,, 鷓
6440 nsfm 實
6441 nsfm 慣
6442 ns, 宨
6443 ns, 庣
6444 ns, 恌
6445 ntc 康
6446 ntd; 唐
6447 ntd, 鶶
6448 ntge 怫
6449 ntgx 惤
6450 ntix 廕
6451 ntjf 庸
6452 ntjt 鄘
6453 ntj, 鷛
6454 ntk 快
6455 ntk 庚
6456 ntkm 賡
6457 ntk, 鶊
6458 ntl; 宭
6459 ntqh 憳
6460 ntss 怋
6461 ntx 恨
6462 nua 宜
6463 nua 怚
6464 nu,f 廯
6465 nv 宋
6466 nv 床
6467 nvh 怵
6468 nvj 廂
6469 nvkk 庲
6470 nvv 麻
6471 nvv 惏
6472 nvvb 黀
6473 nvve 靡
6474 nvve 劘
6475 nvvf 犘
6476 nvvg 磨
6477 nvvm 黂
6478 nvvo 摩
6479 nvvq 麾
6480 nvvr 塺
6481 nvvv 穈
6482 nvvx 麼
6483 nvvx 魔
6484 nvvx 縻
6485 nvv, 糜
6486 nvv, 爢
6487 nv; 悚
6488 nv;m 懶
6489 nw 安
6490 nwam 頞
6491 nwb 怓
6492 nwl. 惱
6493 nwl, 鴳
6494 nwv 案
6495 nw;y 廱
6496 nxak 寎
6497 nxav 寐
6498 nxa; 寤
6499 nxb 怮
6500 nxk. 悛
6501 nxlv 寱
6502 nxtb 寢
6503 nxx. 慘
6504 nxy 寣
6505 nx; 怡
6506 nyc 忭
6507 nyf 宰
6508 nyke 懠
6509 nykf 悴
6510 nyk. 恔
6511 nyp 愔
6512 nypf 慞
6513 nypn 憶
6514 nypr 憧
6515 nypv 懍
6516 nypv 廩
6517 nyqq 廘
6518 nys 忙
6519 nyuq 龐
6520 nyuq 寵
6521 nyxp 慉
6522 ny/x 懷
6523 ny;c 惊
6524 ny;f 惇
6525 ny;h 憱
6526 ny;t 廓
6527 ny;x 懹
6528 nz 忕
6529 nz 怀
6530 nza 怌
6531 nzae 懦
6532 nzax 宸
6533 nzfh 慱
6534 nzgx 宬
6535 nzjd 怖
6536 nzkc 寮
6537 nzkc 憭
6538 nzn 憓
6539 nzph 懨
6540 nzps 庵
6541 nzqd 寄
6542 nzqr 墯
6543 nzqu 惰
6544 nzqx 憾
6545 nzsh 庬
6546 nztg 恞
6547 nzu 宥
6548 nzx 宏
6549 nz.. 慡
6550 nz, 恢
6551 n. 彥
6552 n.ab 愋
6553 n.am 顏
6554 n.d 忷
6555 n.d. 惾
6556 n.o 慆
6557 n.v 寀
6558 n.xk 寙
6559 n.xz 慀
6560 n.zd 悕
6561 n.; 客
6562 n.; 恪
6563 n.;m 額
6564 n/ 怬
6565 n/h 愣
6566 n/qx 寰
6567 n/qx 懁
6568 n/rf 懌
6569 n/u 慍
6570 n;d 忡
6571 n;dm 憒
6572 n;lr 悜
6573 n;l; 宮
6574 n;s 怳
6575 n;ts 悒
6576 n;u 悁
6577 n;;f 憚
6578 n;;g 愕
6579 n;;v 懆
6580 n,mq 憐
6581 n,, 惔
6582 o 手
6583 o 斤
6584 o 臼
6585 oa 丘
6586 oaas 抏
6587 oaax 抎
6588 oabq 屔
6589 oad 打
6590 oad 岳
6591 oads 扽
6592 oae 挕
6593 oaea 氬
6594 oaea 掗
6595 oaeb 掫
6596 oaee 攝
6597 oaej 卸
6598 oaet 揶
6599 oaf 拜
6600 oaf 扜
6601 oaf 扞
6602 oafo 插
6603 oah 乓
6604 oai 抨
6605 oaje 制
6606 oajo 掣
6607 oajq 攦
6608 oajx 製
6609 oak 兵
6610 oal 乒
6611 oalm 頎
6612 oal. 擾
6613 oap. 挭
6614 oaqx 拭
6615 oas 氏
6616 oas 扤
6617 oasa 氐
6618 oasp 昏
6619 oast 邸
6620 oas, 鴟
6621 oat 邱
6622 oatc 捷
6623 oat; 捂
6624 oawq 氫
6625 oawq 挳
6626 oax 找
6627 oaxe 捯
6628 oaxp 搢
6629 oaxr 挃
6630 oazc 掭
6631 oa/ 氥
6632 oa/c 摽
6633 oa/f 撢
6634 oa/v 搮
6635 ob 扐
6636 obar 握
6637 obaz 揆
6638 obbb 拹
6639 obbb 掇
6640 obbp 摺
6641 obbu 搚
6642 obbv 搡
6643 obby 擢
6644 obb. 摎
6645 obcf 摨
6646 obdd 掘
6647 obf; 据
6648 obgd 抒
6649 obgv 揉
6650 obg; 挶
6651 obh 扠
6652 obh/ 搔
6653 obif 摒
6654 obj 揤
6655 objf 捅
6656 obq 抳
6657 obqi 撜
6658 obqs 摡
6659 obrx 搌
6660 obtb 撥
6661 ob;f 擗
6662 oc 扑
6663 ocaz 撲
6664 ocjl 撐
6665 ocjp 擋
6666 ocj, 攩
6667 ocl 抄
6668 ocu 盥
6669 ocu 捎
6670 od 氙
6671 odae 揣
6672 odb 叟
6673 odbj 卿
6674 odbt 鄋
6675 odd 拙
6676 odj 卯
6677 odky 摧
6678 odk; 攜
6679 oe 扯
6680 oe 乍
6681 oe 捫
6682 oe 氘
6683 oear 撋
6684 oea. 據
6685 oec 捗
6686 oed 氚
6687 oee 排
6688 oen 怎
6689 oen 迮
6690 oepb 擄
6691 oepf 掉
6692 oepn 攄
6693 oepu 攎
6694 oequ 揹
6695 oeu 掯
6696 oeu 撊
6697 oev/ 攔
6698 oe.; 擱
6699 oe; 拈
6700 of 午
6701 of 牛
6702 of 垂
6703 of 舁
6704 ofaq 牼
6705 ofa; 啎
6706 ofa; 牾
6707 ofb 技
6708 ofb 牞
6709 ofd 缶
6710 ofda 缽
6711 ofdf 罈
6712 ofdf 缾
6713 ofdi 罅
6714 ofdk 缺
6715 ofdq 缸
6716 ofdq 缿
6717 ofdu 罏
6718 ofdy 罐
6719 ofd, 缹
6720 ofeb 犌
6721 offa 犆
6722 off; 牯
6723 ofgs 牠
6724 ofir 牷
6725 ofis 犈
6726 ofix 犧
6727 ofi. 犪
6728 ofi; 搭
6729 ofj 觕
6730 ofjd 犅
6731 ofjf 挬
6732 ofjf 揇
6733 ofjh 牣
6734 ofjh 犑
6735 ofjz 揳
6736 ofkb 擭
6737 ofkv 搽
6738 ofld 犓
6739 oflf 犐
6740 ofll 牬
6741 ofl. 物
6742 ofl. 擏
6743 ofl; 犞
6744 ofmc 攃
6745 ofn 迕
6746 ofnf 牸
6747 ofn; 犗
6748 ofoa 牴
6749 ofof 牪
6750 ofor 牲
6751 ofo; 牿
6752 ofp 描
6753 ofpc 犦
6754 ofpf 牰
6755 ofps 擖
6756 ofpx 撠
6757 ofpz 摸
6758 ofq 牝
6759 ofqh 甀
6760 ofr 牡
6761 ofrf 犕
6762 ofrh 特
6763 ofrm 犢
6764 ofrv 擛
6765 ofsz 牳
6766 oft 郵
6767 oftb 犍
6768 ofuk 犋
6769 ofuk 搷
6770 ofww 犣
6771 ofyf 犉
6772 ofyr 犝
6773 ofy; 犒
6774 ofy, 犥
6775 ofzd 犄
6776 ofzh 牻
6777 ofzm 犡
6778 of. 牧
6779 of/q 犤
6780 of;s 氪
6781 of,h 捄
6782 og 拓
6783 ogbb 搧
6784 ogca 拯
6785 ogcu 揟
6786 ogdn 迤
6787 ogds 扡
6788 ogft 挪
6789 ogfx 搎
6790 ogjf 揙
6791 ogr 扭
6792 ogu 掮
6793 ogzh 捩
6794 oh 斥
6795 ohdb 毈
6796 ohdf 孵
6797 ohdh 卵
6798 ohdm 贕
6799 ohf 抖
6800 ohje 劉
6801 ohjm 貿
6802 ohjn 遛
6803 ohjp 留
6804 ohjt 鄮
6805 ohj, 鶹
6806 ohl, 撝
6807 ohos 揓
6808 oi 拌
6809 oib 拎
6810 oica 掽
6811 oidu 搠
6812 oif 拼
6813 oif 氧
6814 oif; 捨
6815 oig 扲
6816 oign 捻
6817 oijf 掄
6818 oijk 撳
6819 oiku 搤
6820 oip 揂
6821 oiph 撙
6822 oipt 擲
6823 oir 拴
6824 oirq 搓
6825 oirx 攁
6826 oitc 搛
6827 oit; 搶
6828 oiue 揃
6829 oiue 揄
6830 oiv 捈
6831 oizs 捲
6832 oi; 拾
6833 oi;f 揜
6834 oi;k 撿
6835 oi;o 搿
6836 oj 印
6837 oj 卬
6838 oj 捔
6839 ojaj 釁
6840 oja, 爨
6841 ojd 帠
6842 ojjb 攫
6843 ojjz 換
6844 ojk 欣
6845 ojk 扻
6846 ojk 氝
6847 ojkv 探
6848 ojky 搉
6849 ojn 迎
6850 ojo 掐
6851 ojq 揮
6852 ojq 挏
6853 ojqa 舋
6854 ojqh 璺
6855 ojqk 興
6856 ojq, 爂
6857 ojr 抩
6858 ojrk 捵
6859 ojs 抌
6860 ojs 挸
6861 ojz 抰
6862 ojzy 擔
6863 oj; 招
6864 oj;h 攙
6865 oj;s 挽
6866 ok 扒
6867 ok 臾
6868 okar 拰
6869 oke 扴
6870 okfh 拊
6871 okhf 斞
6872 okj 扮
6873 okj 氛
6874 okjo 掰
6875 okkr 挫
6876 okkx 攕
6877 oky 推
6878 okym 擒
6879 okyp 摿
6880 ok. 抮
6881 ok;s 挩
6882 ol 氕
6883 olb 扱
6884 olbj 擳
6885 old 搗
6886 oldd 搊
6887 oleb 挻
6888 olen 搥
6889 olf 扦
6890 olf; 括
6891 olg 扔
6892 olg 氖
6893 olh 扚
6894 oli; 撘
6895 olje 擤
6896 oljx 攥
6897 oljz 擙
6898 olmb 搬
6899 oln 抸
6900 olod 掏
6901 olp 拍
6902 olpf 捭
6903 olpn 摠
6904 olpr 揘
6905 olpv 擽
6906 olp. 撽
6907 olq 托
6908 olq 扥
6909 olqq 撬
6910 olrb 挺
6911 olrn 懲
6912 olr. 徵
6913 olts 抱
6914 olvw 捼
6915 olv, 揪
6916 oly 揈
6917 olz 扷
6918 olz; 撟
6919 ol; 拘
6920 ol, 掬
6921 ol, 舄
6922 ol, 摀
6923 ol,p 播
6924 omm 拸
6925 ommw 攖
6926 omod 搖
6927 omu 搰
6928 omz, 撚
6929 om;n 撾
6930 on 近
6931 on 忥
6932 onaa 揎
6933 onaa 揯
6934 onac 掟
6935 onam 擯
6936 onas 捖
6937 one; 掂
6938 onke 搾
6939 onkp 摍
6940 onkq 控
6941 onks 挖
6942 onkw 攛
6943 onlq 挓
6944 onmc 擦
6945 onms 捥
6946 onnd 擰
6947 onrc 攓
6948 onrk 擴
6949 onrn 攇
6950 onrx 攐
6951 onr; 搳
6952 onr, 摭
6953 ons 抭
6954 ont; 搪
6955 onve 攠
6956 onw 按
6957 onw 氨
6958 oo 折
6959 ooaa 抵
6960 ooas 扺
6961 oodb 搜
6962 oof 捶
6963 oog 硩
6964 oogs 拖
6965 ooh 拆
6966 ooi 銴
6967 ooj 抑
6968 oojk 掀
6969 oom 質
6970 oon 逝
6971 oon 悊
6972 ooo 掱
6973 oooo 气
6974 oop 晢
6975 oop 揰
6976 oop. 摥
6977 oor, 撫
6978 oos 扢
6979 oos 掜
6980 oosm 攢
6981 oosz 挴
6982 oov 梊
6983 ooy 誓
6984 ooyx 裚
6985 ooz 抶
6986 oo.s 攪
6987 oo/ 蜇
6988 oo; 哲
6989 oo; 捁
6990 oo;c 踅
6991 oo, 焎
6992 op 重
6993 op 抇
6994 opab 撮
6995 opac 提
6996 opaf 捍
6997 opak 捑
6998 opax 揋
6999 opa. 揚
7000 opb 動
7001 opb 舅
7002 opbb 搨
7003 opcp 濌
7004 opd 押
7005 opd 抻
7006 opd 氠
7007 opf 抽
7008 opfx 擃
7009 opls 揭
7010 opn 揌
7011 opqq 掍
7012 opqx 摑
7013 opr 捏
7014 opr 捚
7015 opv 捆
7016 opv 捰
7017 opx 拽
7018 opx 摞
7019 opz 氤
7020 opzn 摁
7021 op. 复
7022 op.; 撂
7023 op/x 攌
7024 op;w 摟
7025 op;. 擻
7026 op,. 黴
7027 oq 年
7028 oq 扛
7029 oq 捙
7030 oqaf 搟
7031 oqak 輿
7032 oqax 掝
7033 oqdd 挋
7034 oqds 攬
7035 oqdx 攮
7036 oqe. 撖
7037 oqh 捕
7038 oqhh 搏
7039 oqjd 搹
7040 oqm 摃
7041 oqn 摙
7042 oqo 摲
7043 oqoc 擬
7044 oqp 指
7045 oqp 揊
7046 oqpw 揠
7047 oqq 批
7048 oqqp 揩
7049 oqt 拒
7050 oqx 掁
7051 oq;; 摳
7052 or 生
7053 ora 拑
7054 orak 掑
7055 orao 撕
7056 orc 捇
7057 orfh 持
7058 orgh 擣
7059 orin 撻
7060 orj 眚
7061 orjr 搆
7062 ork 拱
7063 orlg 拷
7064 orlp 搘
7065 ormq 舞
7066 oror 甡
7067 orp 措
7068 orpb 甥
7069 orpk 撗
7070 orqk 揕
7071 orr 挂
7072 orrc 掛
7073 orrs 撓
7074 ors 抴
7075 orsb 毀
7076 orsv 揲
7077 oru 掅
7078 oru 氰
7079 oru. 撒
7080 orvv 橆
7081 orx 抾
7082 orxu 搕
7083 orzy 攤
7084 or; 拮
7085 or;m 擷
7086 or, 無
7087 or,h 甒
7088 or,t 鄦
7089 or,, 鷡
7090 os 兒
7091 os 扎
7092 os 先
7093 os 乞
7094 osb 投
7095 osb 段
7096 ose 刉
7097 osfm 摜
7098 osl, 鶂
7099 osn 迄
7100 osoe 劗
7101 osom 贊
7102 osos 兟
7103 osot 酇
7104 ost 郳
7105 osz 每
7106 osz 拇
7107 oszc 瀪
7108 oszo 毓
7109 oszx 繁
7110 osz. 敏
7111 os. 微
7112 os, 挑
7113 otb 披
7114 otc 捸
7115 otds 把
7116 otfb 揵
7117 otge 拂
7118 otge 氟
7119 otgk 搦
7120 otjd 掃
7121 otk 抉
7122 otl; 捃
7123 otqh 撏
7124 otsk 撰
7125 otss 抿
7126 otx 拫
7127 otzu 撱
7128 ou 抈
7129 oua 抯
7130 ouu 掤
7131 ou,p 擼
7132 ou,. 鰴
7133 ov 朱
7134 ova 抹
7135 ovj 拺
7136 ovl, 鴸
7137 ovt 邾
7138 ov/ 揀
7139 ow 鼠
7140 owa; 鼯
7141 owc 氯
7142 owg 鼫
7143 owic 鼸
7144 owjh 鼳
7145 owjq 鼲
7146 owkj 鼢
7147 owlb 鼮
7148 owl; 鼩
7149 owm 拶
7150 owm 鼰
7151 ownh 鼵
7152 owor 鼪
7153 owpf 鼬
7154 owpv 摷
7155 owqw 鼴
7156 owrh 鼭
7157 owru 鼱
7158 owy. 鼤
7159 owzh 鼣
7160 owzh 鼥
7161 ow. 掾
7162 ow.h 鼨
7163 ow.s 鼶
7164 ow.z 鼷
7165 ow./ 攭
7166 ow/w 擸
7167 ox 鬼
7168 oxac 魒
7169 oxak 魎
7170 oxav 魅
7171 oxb 拗
7172 oxcu 魈
7173 oxea 魖
7174 oxf 拚
7175 oxfb 鬾
7176 oxhf 魁
7177 oxjs 魍
7178 oxky 魋
7179 oxk. 捘
7180 oxo 鬿
7181 oxoz 挨
7182 oxqx 魆
7183 oxqx 魊
7184 oxrk 魌
7185 oxs 抁
7186 oxxx 魕
7187 oxx. 摻
7188 oxym 魑
7189 oxzh 魃
7190 ox. 徽
7191 ox; 抬
7192 oy 拉
7193 oyc 抃
7194 oykd 揥
7195 oyke 擠
7196 oykf 捽
7197 oykh 搒
7198 oykk 掖
7199 oykn 擿
7200 oyk. 挍
7201 oyk; 摘
7202 oylx 挔
7203 oypa 擅
7204 oypr 撞
7205 oyps 摬
7206 oyqq 摝
7207 oyq, 攗
7208 oyr 拄
7209 oys 抗
7210 oysy 擁
7211 oyuh 攍
7212 oyuq 攏
7213 oyw 接
7214 oyxf 摔
7215 oyxk 氦
7216 oyxp 搐
7217 oy. 抆
7218 oy.m 摛
7219 oy.y 攡
7220 oy; 掊
7221 oy;c 掠
7222 oy;d 揨
7223 oy;x 攘
7224 oy;; 搞
7225 oz 失
7226 oz 矢
7227 oz 扶
7228 oz 抔
7229 ozac 捺
7230 ozae 擩
7231 ozaf 舉
7232 ozag 挎
7233 ozag 摴
7234 ozag 礜
7235 ozak 與
7236 ozak 歟
7237 ozak 摦
7238 ozaq 轝
7239 ozax 振
7240 ozax 搣
7241 ozay 譽
7242 ozaz 揍
7243 oza, 鸒
7244 ozb 扳
7245 ozb 劮
7246 ozdf 拵
7247 ozex 摵
7248 ozf 捧
7249 ozfb 矱
7250 ozfh 摶
7251 ozgs 扼
7252 ozik 撅
7253 ozjd 抪
7254 ozjs 摫
7255 ozk 扙
7256 ozkc 撩
7257 ozkk 挾
7258 ozkp 矰
7259 ozkr 矬
7260 ozky 雉
7261 ozky 攉
7262 ozlw 矮
7263 ozlz 矨
7264 ozl; 矯
7265 ozl, 鴩
7266 ozl, 鴙
7267 ozn 迭
7268 ozp 擂
7269 ozph 擫
7270 ozps 掩
7271 ozqd 掎
7272 ozqi 短
7273 ozqt 矩
7274 ozqx 撼
7275 ozrp 撦
7276 ozrr 捱
7277 ozsb 拋
7278 ozsh 扰
7279 oztd 矧
7280 ozu. 撤
7281 ozzq 攆
7282 oz.h 拔
7283 oz/q 矲
7284 oz; 知
7285 oz;p 智
7286 oz, 拻
7287 o.ab 援
7288 o.dk 抓
7289 o.ek 擨
7290 o.es 搋
7291 o.f 捀
7292 o.fh 捋
7293 o.fj 揗
7294 o.fn 摓
7295 o.gf 捊
7296 o.h 氡
7297 o.jb 授
7298 o.kc 摐
7299 o.kp 揝
7300 o.o 搯
7301 o.ok 挀
7302 o.td 掙
7303 o.v 採
7304 o.vb 摋
7305 o.w 挼
7306 o..c 澩
7307 o..d 嶨
7308 o..f 學
7309 o..g 礐
7310 o..j 觷
7311 o..k 黌
7312 o..r 壆
7313 o..s 覺
7314 o..; 嚳
7315 o.., 鱟
7316 o.., 燢
7317 o.., 鷽
7318 o.; 挌
7319 o/l/ 擉
7320 o/l/ 斶
7321 o/qx 擐
7322 o/rf 擇
7323 o/u 氳
7324 o/u 搵
7325 o/xq 擺
7326 o/, 熏
7327 o/,b 勳
7328 o; 告
7329 o; 扣
7330 o;ae 揖
7331 o;b 勂
7332 o;c 捉
7333 o;dm 撌
7334 o;ee 靠
7335 o;j 拐
7336 o;le 捌
7337 o;l, 鵠
7338 o;m 損
7339 o;n 造
7340 o;t 郜
7341 o;ts 挹
7342 o;u 捐
7343 o;;f 撣
7344 o;;v 操
7345 o, 氣
7346 o,sb 毇
7347 o,. 撇
7348 o,, 氮
7349 o,, 掞
7350 o,,b 撈
7351 p 日
7352 p 曰
7353 p 田
7354 pa 旦
7355 pac 是
7356 pacl 尟
7357 pacm 題
7358 pacq 匙
7359 pacq 韙
7360 pac, 鶗
7361 pad 町
7362 pads 囤
7363 pads 旽
7364 pae 畀
7365 paeb 最
7366 pae. 晸
7367 paf 旱
7368 paf 旰
7369 paf 旴
7370 pajk 昺
7371 pajq 曬
7372 palm 暊
7373 paln 逿
7374 pal. 昜
7375 pal, 鴠
7376 papa 晅
7377 papr 量
7378 par 旺
7379 pat; 晤
7380 pat; 圄
7381 pav 昧
7382 pax 畏
7383 paxr 晊
7384 paz 昊
7385 pa. 圂
7386 pa.n 慁
7387 pa/ 晒
7388 pa/f 曋
7389 pb 男
7390 pbaz 暌
7391 pbbb 畷
7392 pbbn 遢
7393 pbbq 毾
7394 pbby 曜
7395 pbq 昵
7396 pbwb 嬲
7397 pcas 晃
7398 pcj, 曭
7399 pd 甲
7400 pd 申
7401 pd 旵
7402 pdae 圌
7403 pdd 昢
7404 pdl, 鴨
7405 pdp. 暢
7406 pdqi 暟
7407 pdv/ 朄
7408 ped 甽
7409 petb 暇
7410 pf 由
7411 pf 早
7412 pf 曲
7413 pfaf 曄
7414 pfag 甹
7415 pff 畢
7416 pff, 鷝
7417 pfjf 暔
7418 pfj. 曚
7419 pfn 迪
7420 pfpz 暯
7421 pfqi 豊
7422 pfu 冑
7423 pfu 胄
7424 pfzx 農
7425 pf; 固
7426 pg 昈
7427 pgf 囝
7428 ph 昉
7429 phb 昹
7430 phos 暆
7431 pi 畔
7432 pib 昤
7433 pib 囹
7434 pig 昑
7435 pijf 圇
7436 pirx 曦
7437 pizs 圈
7438 pj 冒
7439 pjb 勖
7440 pjk 欥
7441 pjlq 毷
7442 pjpk 暝
7443 pjq 暈
7444 pjq 暉
7445 pjrk 晪
7446 pjs 晛
7447 pjz 映
7448 pj; 昭
7449 pj;s 晚
7450 pj;s 冕
7451 pj;, 照
7452 pk 囚
7453 pke 界
7454 pkj 囧
7455 pkj 昐
7456 pkq 囮
7457 pktl 晜
7458 pkxb 暡
7459 pkyn 暹
7460 pk. 畛
7461 pk. 畟
7462 plaa 昀
7463 plaa 畇
7464 plb 昅
7465 plf 昇
7466 plh 旳
7467 plj; 晌
7468 plj; 晑
7469 plkk 歇
7470 plkn 遏
7471 plkq 毼
7472 plks 曷
7473 plk, 鶡
7474 plp. 曒
7475 pls 旯
7476 plv 囷
7477 pl. 易
7478 pl. 囫
7479 pl. 昒
7480 pl.e 剔
7481 pl; 昫
7482 pl;, 煦
7483 pm 禺
7484 pmac 暩
7485 pmam 顒
7486 pmn 遇
7487 pmn 愚
7488 pn 思
7489 pnaa 暄
7490 pnas 晥
7491 pnms 晼
7492 pnms 畹
7493 pnrk 曠
7494 pnw 晏
7495 pnw, 鷃
7496 po 昕
7497 podj 昴
7498 poe 昨
7499 poj 昂
7500 pop 畽
7501 por 星
7502 porx 戥
7503 pos 晲
7504 posz 晦
7505 poz 昳
7506 po/, 曛
7507 pp 昌
7508 pp 昍
7509 ppa. 暘
7510 ppls 暍
7511 ppl. 晹
7512 ppp 晶
7513 ppp 畾
7514 pppa 疊
7515 pppd 罍
7516 pppg 礨
7517 pppp 囗
7518 pppr 壘
7519 pppr 壨
7520 pppv 櫐
7521 pppx 纍
7522 ppp, 鸓
7523 pprc 曝
7524 ppyc 暻
7525 pqax 國
7526 pqb 昮
7527 pqf; 暱
7528 pqh 圃
7529 pqh 晡
7530 pqq 昆
7531 pqq 毗
7532 pqq 毘
7533 pqt, 煚
7534 pr 里
7535 prbd 野
7536 prbr 墅
7537 pre, 曣
7538 prfh 時
7539 prfh 畤
7540 prgh 疇
7541 prif 圉
7542 prjk 暪
7543 prk 異
7544 prkc 暴
7545 prky 謈
7546 prlp 暑
7547 prr 畦
7548 prrs 曉
7549 pru 晴
7550 pru 圊
7551 prxu 圔
7552 prz 暵
7553 pr;x 園
7554 psxt 曏
7555 ps, 晁
7556 ptge 昲
7557 ptgm 曊
7558 pt;q 圍
7559 pt;q 暐
7560 pu 明
7561 pu 胃
7562 puab 勗
7563 punq 曌
7564 puu 盟
7565 puzh 猒
7566 pv 果
7567 pv 困
7568 pv 杲
7569 pvam 顆
7570 pveb 敤
7571 pvlx 褁
7572 pvmm 夥
7573 pvo 晰
7574 pvqi 曀
7575 pv/ 暕
7576 pw 囡
7577 px 累
7578 px 曳
7579 pxk. 晙
7580 pxk. 畯
7581 pxxk 歞
7582 pxxm 顯
7583 py 昱
7584 py 圁
7585 pykf 晬
7586 pyp 暗
7587 pypf 暲
7588 pypr 曈
7589 pys 囥
7590 pys 甿
7591 pyuq 曨
7592 pyx 昡
7593 pyxv 圞
7594 py. 旼
7595 py. 旻
7596 py;c 景
7597 py;c 晾
7598 py;m 顥
7599 py;x 曩
7600 py;. 影
7601 py;. 暾
7602 py;; 暠
7603 pz 因
7604 pz 旲
7605 pzae 曘
7606 pzag 晇
7607 pzax 晨
7608 pzax 曇
7609 pza, 鷐
7610 pzb 昄
7611 pzb 畈
7612 pze 昦
7613 pzfh 團
7614 pzfh 暷
7615 pzfm 曞
7616 pzgx 晟
7617 pzh 畎
7618 pzjk 欭
7619 pzk 昃
7620 pzkc 暸
7621 pzky 曤
7622 pzn 恩
7623 pzp 暙
7624 pzps 晻
7625 pzqd 畸
7626 pzu 囿
7627 p. 畋
7628 p.ab 暖
7629 p.j. 曖
7630 p.kc 暰
7631 p.k; 晷
7632 p.yr 暀
7633 p.zd 晞
7634 p.; 略
7635 p/b 曼
7636 p/bt 鄤
7637 p/qx 圜
7638 p/rf 圛
7639 p/rp 曙
7640 p; 回
7641 p;af 冔
7642 p;dm 圚
7643 p;dq 氀
7644 p;dw 婁
7645 p;d. 數
7646 p;d, 鷜
7647 p;m 圓
7648 p;n 迴
7649 p;y; 圖
7650 p;;f 暺
7651 p;;. 曮
7652 p, 黑
7653 p, 炅
7654 p, 炚
7655 p,ar 黫
7656 p,ax 黓
7657 p,dd 黜
7658 p,e; 點
7659 p,fk 黰
7660 p,if 黭
7661 p,ig 黔
7662 p,js 黕
7663 p,jy 黵
7664 p,mm 黟
7665 p,mq 暽
7666 p,mq 疄
7667 p,ns 黦
7668 p,qs 黖
7669 p,r 墨
7670 p,ra 黚
7671 p,rk 黮
7672 p,rm 黷
7673 p,r; 黠
7674 p,xb 黝
7675 p,x. 黲
7676 p,yc 黥
7677 p,yp 黯
7678 p,zh 默
7679 p,zs 黤
7680 p,, 晱
7681 q 工
7682 q 七
7683 q 車
7684 qads 軘
7685 qaes 輒
7686 qaf 軒
7687 qag 巧
7688 qai 軯
7689 qajk 輛
7690 qale 輀
7691 qalm 項
7692 qalm 頃
7693 qaqx 軾
7694 qar 匡
7695 qarb 劻
7696 qas 軏
7697 qawi 鑋
7698 qawq 輕
7699 qax 或
7700 qaxn 惑
7701 qaxr 輊
7702 qaxx 輚
7703 qax. 彧
7704 qb 功
7705 qbbb 輟
7706 qbb. 轇
7707 qbgf 轏
7708 qbgv 輮
7709 qbrx 輾
7710 qc 汞
7711 qcah 轛
7712 qcam 潁
7713 qcaz 轐
7714 qcky 匯
7715 qcu 輎
7716 qd 可
7717 qdae 輲
7718 qdjv 橐
7719 qdjv 櫜
7720 qdjx 囊
7721 qdj/ 蠹
7722 qdj/ 蟗
7723 qdl 牙
7724 qdln 迓
7725 qdlt 邪
7726 qdly 雅
7727 qdl, 鴉
7728 qdqd 哥
7729 qdqk 歌
7730 qdsd 罊
7731 qdso 擊
7732 qdsq 轚
7733 qdsr 墼
7734 qdsv 檕
7735 qdsx 繫
7736 qds/ 蟿
7737 qdtd 臣
7738 qdtg 硻
7739 qdti 鑒
7740 qdti 豎
7741 qdti 鋻
7742 qdtk 臥
7743 qdtm 賢
7744 qdto 掔
7745 qdtr 堅
7746 qdtr 朢
7747 qdts 覽
7748 qdtu 監
7749 qdtu 腎
7750 qdtu 鹽
7751 qdtu 盬
7752 qdtw 婜
7753 qdtx 緊
7754 qdt/ 蜸
7755 qdt; 臨
7756 qd;m 頤
7757 qd;m 賾
7758 qd;w 媐
7759 qd;, 熙
7760 qee 匪
7761 qepu 轤
7762 qe. 敢
7763 qe.n 憨
7764 qffm 轒
7765 qfg, 駂
7766 qfk; 轖
7767 qfl, 鴇
7768 qfps 轕
7769 qfzn 慝
7770 qfz; 匿
7771 qgds 匜
7772 qgjf 匾
7773 qgs 軶
7774 qh 瓦
7775 qh 甫
7776 qhfh 尃
7777 qhh. 敷
7778 qhl, 鵏
7779 qhn 逋
7780 qht 郙
7781 qi 豆
7782 qiam 頭
7783 qib 軨
7784 qif 軿
7785 qifb 豉
7786 qig 軡
7787 qiic 豏
7788 qijf 輪
7789 qilf 豍
7790 qin 逗
7791 qins 豌
7792 qip 輶
7793 qiq 豇
7794 qir 輇
7795 qirx 轙
7796 qit 郖
7797 qiue 輸
7798 qi; 匼
7799 qj 切
7800 qjd 匝
7801 qjh 軔
7802 qjib 翮
7803 qjid 鬲
7804 qjif 鞷
7805 qjis 輞
7806 qji. 鬷
7807 qji. 鬺
7808 qji/ 融
7809 qji, 鷊
7810 qjjy 匷
7811 qjk 軟
7812 qjk 軜
7813 qjr; 輖
7814 qjyx 袃
7815 qjz 軮
7816 qj; 軺
7817 qj;s 輓
7818 qk 匹
7819 qkfh 軵
7820 qkk 巫
7821 qkks 覡
7822 qkk; 輍
7823 qkl, 鴄
7824 qk. 軫
7825 qljf 匴
7826 qlm 輈
7827 qlpv 轢
7828 qlq 軞
7829 qlr 軠
7830 qls 軌
7831 qlvm 穎
7832 qly 輷
7833 qlz; 轎
7834 ql. 匢
7835 ql; 軥
7836 ql,p 轓
7837 qm 貢
7838 qn 連
7839 qnas 輐
7840 qnr; 轄
7841 qo 匠
7842 qo 斬
7843 qoaa 軧
7844 qoas 軝
7845 qog 磛
7846 qoi 鏨
7847 qop 暫
7848 qop. 輹
7849 qor 塹
7850 qos 輗
7851 qov 槧
7852 qoz 軼
7853 qozb 翳
7854 qozc 疑
7855 qozf 肄
7856 qozh 瑿
7857 qozj 觺
7858 qozk 毉
7859 qozm 贀
7860 qozp 醫
7861 qozw 嫛
7862 qozx 繄
7863 qoz, 鷖
7864 qoz, 黳
7865 qo;c 蹔
7866 qp 旨
7867 qp 曹
7868 qpd 匣
7869 qpe 副
7870 qpf 軸
7871 qpls 輵
7872 qpl, 鶝
7873 qpn 逼
7874 qpn 遭
7875 qppp 轠
7876 qpqq 輥
7877 qpv 輠
7878 qpw 匽
7879 qpwt 郾
7880 qpw, 鶠
7881 qq 比
7882 qqd 軻
7883 qqdu 轞
7884 qqh 輔
7885 qqh 瓨
7886 qqlb 勓
7887 qqlp 皆
7888 qqlq 毞
7889 qqls 匭
7890 qql, 鶛
7891 qqn 轋
7892 qqnl 毖
7893 qqp 輻
7894 qqq 轟
7895 qqqq 匕
7896 qqqq 匚
7897 qqr 坒
7898 qq, 粊
7899 qrk 輁
7900 qrk. 輘
7901 qru 輤
7902 qr;x 轅
7903 qs 軋
7904 qs 旡
7905 qsb 軗
7906 qsh 軓
7907 qshc 跫
7908 qshf 鞏
7909 qshi 銎
7910 qshn 恐
7911 qsh/ 蛩
7912 qsqd 鬵
7913 qsqp 朁
7914 qsq/ 蠶
7915 qt 巨
7916 qt 邛
7917 qtd 事
7918 qtde 剚
7919 qtl; 輑
7920 qt// 螶
7921 quu 輣
7922 qwp 輜
7923 qwpv 轈
7924 qx 長
7925 qx 戉
7926 qxam 顈
7927 qxx; 轡
7928 qx; 軩
7929 qyk. 較
7930 qyqq 轆
7931 qyr 軴
7932 qys 匟
7933 qyxk 輆
7934 qy;c 輬
7935 qz 軑
7936 qzaz 輳
7937 qzfh 轉
7938 qzgs 軛
7939 qzkc 轑
7940 qzle 轣
7941 qzlv 轃
7942 qzqx 轗
7943 qzu. 轍
7944 qz.h 軷
7945 q. 攻
7946 q. 吏
7947 q.fj 輴
7948 q.xk 軱
7949 q.; 輅
7950 q/qx 轘
7951 q/u 轀
7952 q; 叵
7953 q;ae 輯
7954 q;dm 匱
7955 q;fa 噩
7956 q;k 軹
7957 q;s 軦
7958 q;sb 毄
7959 q;;b 毆
7960 q;;b 敺
7961 q;;f 匰
7962 q;;h 甌
7963 q;;k 歐
7964 q;;; 區
7965 q;;, 鷗
7966 q,am 熲
7967 q,mq 轔
7968 r 土
7969 r 士
7970 r 廿
7971 ra 甘
7972 raag 圬
7973 raak 款
7974 rad 圢
7975 rads 坉
7976 raea 埡
7977 raew 壣
7978 raf 圩
7979 rai 坪
7980 rak 其
7981 rakg 碁
7982 rakk 欺
7983 rakn 惎
7984 rako 斯
7985 rakr 基
7986 raku 期
7987 rakx 綦
7988 raky 諅
7989 rak/ 蟴
7990 ralz 堧
7991 rapa 垣
7992 rapx 酨
7993 rap. 埂
7994 rat 邯
7995 rav 某
7996 raxr 垤
7997 raxx 臷
7998 ra/c 墂
7999 ra/r 堙
8000 ra/v 塛
8001 rbcf 墀
8002 rbdd 堀
8003 rbj 堳
8004 rbjf 埇
8005 rbq 坭
8006 rbqi 墱
8007 rbsc 漀
8008 rbsd 罄
8009 rbse 聲
8010 rbsg 磬
8011 rbsi 鏧
8012 rbsp 馨
8013 rbsp 韾
8014 rbsy 謦
8015 rbs; 毊
8016 rc 走
8017 rc 赤
8018 rcab 趣
8019 rcae 趔
8020 rcaf 赶
8021 rcak 趑
8022 rcas 垙
8023 rcaz 墣
8024 rcb 赲
8025 rcbb 趐
8026 rcby 趯
8027 rcc 赴
8028 rccl 赻
8029 rccu 趙
8030 rcc; 趟
8031 rcd 赸
8032 rcdd 趉
8033 rceb 赮
8034 rcef 趠
8035 rcem 赬
8036 rci 趛
8037 rcip 趥
8038 rcjb 赧
8039 rcjs 赩
8040 rcj; 超
8041 rckr 趖
8042 rcky 趡
8043 rck. 趁
8044 rck, 趭
8045 rcla 赹
8046 rcld 趨
8047 rcll 趀
8048 rcl; 趏
8049 rcl; 趫
8050 rcl, 趜
8051 rcmm 趍
8052 rcn; 赯
8053 rcom 趲
8054 rcov 趎
8055 rcpc 趧
8056 rcpf 趕
8057 rcqx 越
8058 rcrc 赫
8059 rcrk 趪
8060 rcrp 赭
8061 rcrs 趬
8062 rcr; 趌
8063 rcsd 赳
8064 rcsv 趓
8065 rcs, 趒
8066 rct 郝
8067 rctk 赽
8068 rcts 起
8069 rcua 趄
8070 rc. 赦
8071 rc./ 螫
8072 rc/ 赨
8073 rc;v 趮
8074 rdig 埁
8075 rdky 墔
8076 rdqi 塏
8077 rduu 塴
8078 re 址
8079 reab 埱
8080 rea. 壉
8081 red 圳
8082 rejo 壛
8083 repu 壚
8084 reqt 酀
8085 req, 燕
8086 req, 鷰
8087 rewa 墟
8088 re; 坫
8089 rf 革
8090 rfaa 韁
8091 rfad 靪
8092 rfaf 靬
8093 rfan 韆
8094 rfas 靰
8095 rfb 勒
8096 rfbv 鞣
8097 rfcp 鞜
8098 rfcu 鞘
8099 rfc; 鞝
8100 rffb 韄
8101 rffm 墳
8102 rff; 鞳
8103 rff, 韉
8104 rfh 寺
8105 rfht 邿
8106 rfi 靽
8107 rfif 鞥
8108 rfig 靲
8109 rfi; 塔
8110 rfi; 鞈
8111 rfjs 鞔
8112 rfjz 鞅
8113 rfj; 鞀
8114 rfkq 靴
8115 rfk. 鞭
8116 rfk; 墻
8117 rflb 靸
8118 rflf 鞞
8119 rflh 靮
8120 rfls 鞄
8121 rflv 鞂
8122 rfly 鞫
8123 rfl, 鞠
8124 rfl, 鞦
8125 rfnq 鞚
8126 rfnw 鞍
8127 rfo 靳
8128 rfoy 鞡
8129 rfpa 靼
8130 rfpc 鞮
8131 rfps 墘
8132 rfps 鞨
8133 rfpw 鞻
8134 rfpz 塻
8135 rfp, 韅
8136 rfrm 韇
8137 rfrn 韃
8138 rfrr 鞋
8139 rfrs 靾
8140 rfru 壒
8141 rfrv 鞢
8142 rfr; 鞊
8143 rft 垹
8144 rftb 鞁
8145 rftb 鞬
8146 rftd 靷
8147 rfts 靶
8148 rftx 鞃
8149 rftx 鞎
8150 rfua 埴
8151 rfua 靻
8152 rfuk 填
8153 rfva 靺
8154 rfxb 靿
8155 rfxx 鞿
8156 rfyt 鞹
8157 rf;u 鞙
8158 rgds 地
8159 rgqb 翿
8160 rgqh 壽
8161 rgq, 燾
8162 rh 坊
8163 rhtx 埌
8164 rh. 敖
8165 rh.e 聱
8166 rh.h 獒
8167 rh.i 鏊
8168 rh.m 贅
8169 rh.n 遨
8170 rh.o 摮
8171 rh.t 鼇
8172 rh.y 謷
8173 rh./ 螯
8174 rh., 熬
8175 rh., 驁
8176 rh., 鰲
8177 ri 坢
8178 rib 坽
8179 rif 幸
8180 rif 垟
8181 rifb 報
8182 rifh 執
8183 rifk 瓡
8184 rifm 贄
8185 rifn 達
8186 rifn 慹
8187 rifo 摯
8188 rifr 墊
8189 rifu 盩
8190 rifx 縶
8191 rify 謺
8192 rif/ 蟄
8193 rif, 騺
8194 rif, 鷙
8195 rig 坅
8196 riph 墫
8197 riph 壿
8198 rir; 墡
8199 riue 堬
8200 rizs 埢
8201 ri; 垥
8202 rj 埆
8203 rjah 塚
8204 rjdm 顢
8205 rjid 堈
8206 rjjd 帶
8207 rjjn 遰
8208 rjk 坎
8209 rjkv 堔
8210 rjkx 胾
8211 rjo 埳
8212 rjpk 塓
8213 rjq 垌
8214 rjr 冓
8215 rjrf 斠
8216 rjrm 顜
8217 rjrn 遘
8218 rjrs 覯
8219 rjy 坍
8220 rjz 坱
8221 rjzs 垝
8222 rj; 坰
8223 rj;h 堍
8224 rk 共
8225 rkc 恭
8226 rkj 坋
8227 rkjt 鼀
8228 rko 拲
8229 rkq 輂
8230 rkr 坴
8231 rkrb 勢
8232 rkrh 埶
8233 rkrn 逵
8234 rkro 摰
8235 rkrv 槷
8236 rkr, 熱
8237 rkr, 燅
8238 rkr, 鵱
8239 rkts 巷
8240 rktz 堠
8241 rkxb 塕
8242 rky 堆
8243 rkyx 截
8244 rkzh 垘
8245 rk. 夌
8246 rk/ 蛬
8247 rk/p 增
8248 rk,u 塉
8249 rlaa 均
8250 rlag 考
8251 rlai 鋆
8252 rlb 圾
8253 rleb 埏
8254 rlef 埠
8255 rlgf 孝
8256 rlg. 教
8257 rlh 圴
8258 rli 垀
8259 rljz 墺
8260 rll; 耇
8261 rlp 者
8262 rlpb 翥
8263 rlpf 埤
8264 rlpr 堭
8265 rlpt 都
8266 rlp. 墽
8267 rlp, 煮
8268 rlq 老
8269 rlqp 耆
8270 rlqq 耄
8271 rlqr 耋
8272 rlx 表
8273 rl, 塢
8274 rl,p 墦
8275 rm 責
8276 rmb 勣
8277 rm; 堝
8278 rn 志
8279 rnaa 堩
8280 rnas 垸
8281 rnbd 垿
8282 rnjs 覟
8283 rnk; 塎
8284 rnlq 垞
8285 rnq 坨
8286 rnrk 壙
8287 rntf 墉
8288 rnt; 塘
8289 rnw 垵
8290 ro 圻
8291 roa 坵
8292 roaa 坻
8293 roas 坁
8294 rof 埵
8295 roh 坼
8296 rohp 塯
8297 rop 堹
8298 ros 圪
8299 ros 堄
8300 rox 塊
8301 ro/, 壎
8302 rp 昔
8303 rpa 坦
8304 rpac 堤
8305 rpa. 場
8306 rpbb 塌
8307 rpd 坤
8308 rpe 剒
8309 rpf; 堌
8310 rpk 黃
8311 rpkf 斢
8312 rpkr 黈
8313 rpk, 鷬
8314 rpls 堨
8315 rpl. 埸
8316 rpl, 鵲
8317 rpm 堣
8318 rpo 斮
8319 rpr 埋
8320 rprh 塒
8321 rprx 戴
8322 rptb 皵
8323 rpv 堁
8324 rp/b 墁
8325 rp;w 塿
8326 rqax 域
8327 rqd 坷
8328 rqdu 壏
8329 rqh 埔
8330 rqjd 塥
8331 rqk 甚
8332 rqkb 勘
8333 rqkf 斟
8334 rqkk 歁
8335 rqkx 戡
8336 rqp 堛
8337 rqpw 堰
8338 rqx 載
8339 rr 圭
8340 rr 堇
8341 rra 坩
8342 rrb 勤
8343 rrbn 懃
8344 rrc 卦
8345 rre 刲
8346 rrfd 幫
8347 rrff 犎
8348 rrff 鞤
8349 rrfh 封
8350 rrgh 壔
8351 rrjd 墆
8352 rrjs 覲
8353 rrkc 塨
8354 rrk. 堎
8355 rrlp 堵
8356 rrn 恚
8357 rro 斳
8358 rrqb 墈
8359 rrqk 堪
8360 rrr 垚
8361 rrr 墐
8362 rrrb 翹
8363 rrrm 顤
8364 rrrn 遶
8365 rrrs 堯
8366 rrrs 墝
8367 rrsv 堞
8368 rrsz 奊
8369 rrt 鄞
8370 rrt 邽
8371 rru 埥
8372 rs 世
8373 rs 圠
8374 rsf 毒
8375 rsf 毐
8376 rsfx 纛
8377 rsm 貰
8378 rsmb 勩
8379 rsn 迣
8380 rsv 垛
8381 rsz 坶
8382 rs, 垗
8383 rtb 坡
8384 rtc 埭
8385 rtf 垏
8386 rtge 坲
8387 rtjb 埐
8388 rtjd 埽
8389 rts 圯
8390 rts 圮
8391 rtx 垠
8392 ru 青
8393 ruak 埧
8394 rujs 靘
8395 rujs 靚
8396 rul, 鶄
8397 runc 靛
8398 rut 郬
8399 ruu 堋
8400 ru. 散
8401 ru.d 靜
8402 rvp 埬
8403 rvx 栽
8404 rv/ 堜
8405 rx 去
8406 rx 素
8407 rx 堸
8408 rxb 劫
8409 rxb 坳
8410 rxjt 鼁
8411 rxoz 埃
8412 rxps 朅
8413 rxu 盍
8414 rxx. 墋
8415 ry 垃
8416 ryf 垶
8417 rykf 埣
8418 rykh 塝
8419 ryk; 墑
8420 rylx 裁
8421 ryp 堷
8422 rypa 壇
8423 rypf 墇
8424 rypr 墥
8425 ryps 境
8426 rypv 壈
8427 ryqq 塶
8428 rys 坑
8429 ryxk 垓
8430 ry/x 壞
8431 ry; 培
8432 ry;f 埻
8433 ry;t 墎
8434 ry;x 壤
8435 ry;. 墩
8436 ry;. 壕
8437 ry;; 塙
8438 rz 坏
8439 rza 坯
8440 rzae 壖
8441 rzag 垮
8442 rzf 埲
8443 rzfh 塼
8444 rzgx 城
8445 rzjk 歎
8446 rzkk 臡
8447 rzkn 戁
8448 rzky 難
8449 rzle 壢
8450 rzqd 埼
8451 rzqu 堶
8452 rzqx 堿
8453 rzrr 堐
8454 rzru 壩
8455 rztx 艱
8456 rzu 堉
8457 rz.. 塽
8458 r.fh 埒
8459 r.gf 垺
8460 r.q 垢
8461 r.td 埩
8462 r.v 埰
8463 r/ae 堽
8464 r/m 賣
8465 r/mb 皾
8466 r/ms 覿
8467 r/rf 墿
8468 r/u 塭
8469 r/x 蛓
8470 r; 吉
8471 r;am 頡
8472 r;b 劼
8473 r;dn 壝
8474 r;i 壴
8475 r;ib 鼓
8476 r;ib 敼
8477 r;ie 鼘
8478 r;if 鼙
8479 r;ih 鼕
8480 r;ih 尌
8481 r;ih 甏
8482 r;ij 瞽
8483 r;ik 歖
8484 r;ir 鼞
8485 r;it 壾
8486 r;ix 鼚
8487 r;i. 彭
8488 r;i/ 鼜
8489 r;i; 喜
8490 r;i; 嘉
8491 r;i; 嚭
8492 r;i; 鼛
8493 r;i; 囍
8494 r;i, 熹
8495 r;jk 欯
8496 r;jr 臺
8497 r;ln 遠
8498 r;lr 埕
8499 r;lx 袁
8500 r;l, 鴶
8501 r;m 塤
8502 r;n 迼
8503 r;x 哉
8504 r;;f 墠
8505 r;;g 堮
8506 r;;. 壧
8507 r,, 埮
8508 s 乙
8509 saeb 踙
8510 saee 躡
8511 saes 踂
8512 saf 趶
8513 saf 趼
8514 sak. 躎
8515 sal, 鳳
8516 sam 夙
8517 satc 踕
8518 saxr 跮
8519 saxx 踐
8520 sa/ 虱
8521 sa/ 跴
8522 sa/n 躚
8523 sb 殳
8524 sbby 躍
8525 sbf; 踞
8526 sbgv 蹂
8527 sbg; 跼
8528 sbjb 踴
8529 sbjf 踊
8530 sbq 跜
8531 sbqi 蹬
8532 sbrx 蹍
8533 sbtb 蹳
8534 sb; 跏
8535 scaz 蹼
8536 scjr 蹚
8537 scp 踏
8538 scu 踃
8539 sdae 踹
8540 sduu 蹦
8541 sd. 收
8542 se 趾
8543 seab 踧
8544 sea. 躆
8545 sec 踄
8546 sepf 踔
8547 seq 跐
8548 sev/ 躝
8549 se; 跕
8550 sf 毋
8551 sf 丮
8552 sf 毌
8553 sfb 跂
8554 sfey 躪
8555 sffp 躤
8556 sfl, 鳵
8557 sfm 貫
8558 sfn 迅
8559 sfrp 躇
8560 sfuk 蹎
8561 sf// 蝨
8562 sf; 跍
8563 sg 跖
8564 sgjf 蹁
8565 sh 凡
8566 shtx 踉
8567 si 跘
8568 sica 踫
8569 sif 跰
8570 sign 踗
8571 sijf 踚
8572 sil. 躨
8573 siph 蹲
8574 sipt 躑
8575 sir 跧
8576 sirq 蹉
8577 sit; 蹌
8578 siue 踰
8579 sizs 踡
8580 si; 跲
8581 sjf 跚
8582 sjjb 躩
8583 sjjy 躣
8584 sjzs 跪
8585 sk 趴
8586 skfh 跗
8587 skld 飛
8588 sky 踓
8589 sk. 跈
8590 sk/p 蹭
8591 sk,u 蹐
8592 slb 趿
8593 slh 趵
8594 slpr 凰
8595 slpv 躒
8596 slp. 躈
8597 slts 跑
8598 slvw 踒
8599 slv, 踿
8600 slz; 蹻
8601 sl;m 踽
8602 sl, 踘
8603 sl,p 蹯
8604 smm 跢
8605 sne; 踮
8606 snkp 蹜
8607 snkw 躥
8608 snms 踠
8609 snpr 躔
8610 snq 跎
8611 snrb 踱
8612 snrh 躕
8613 snr, 蹠
8614 soh 跅
8615 sohp 蹓
8616 soom 躓
8617 sop 踵
8618 sorq 躌
8619 sos 趷
8620 sos 跣
8621 sosm 躦
8622 sosz 踇
8623 sov 跦
8624 soz 跌
8625 soz; 踟
8626 spac 踶
8627 spa. 踼
8628 spbb 蹋
8629 spff 蹕
8630 spl. 踢
8631 spv 踝
8632 spx 跩
8633 sqam 蹞
8634 sqn 蹥
8635 sqp 踾
8636 sqp 蹧
8637 sqt 距
8638 srak 踑
8639 src 跿
8640 srfh 跱
8641 srgh 躊
8642 srin 躂
8643 srjd 蹛
8644 srjk 蹣
8645 srkr 踛
8646 srk. 踜
8647 srlf 踍
8648 srm 蹟
8649 srp 踖
8650 srqk 踸
8651 srr 跬
8652 srrs 蹺
8653 srs 跇
8654 srsv 蹀
8655 ssss 几
8656 ssss 儿
8657 ssv 跺
8658 ss, 跳
8659 stb 跛
8660 stds 跁
8661 stgo 斲
8662 stk 趹
8663 stsn 跽
8664 stx 跟
8665 sua 跙
8666 sv 朵
8667 sve 剁
8668 svpa 蹅
8669 sw/w 躐
8670 sxhp 響
8671 sxht 鄉
8672 sxhx 饗
8673 sxh/ 蠁
8674 sxh; 嚮
8675 sxk. 踆
8676 sxmh 蹡
8677 sxxa 躖
8678 sx; 跆
8679 syc 跡
8680 sykd 蹄
8681 syke 躋
8682 sykf 踤
8683 syk. 跤
8684 syk; 蹢
8685 syqq 蹗
8686 syr 跓
8687 syuq 躘
8688 syw 踥
8689 sy; 踣
8690 sy;h 蹴
8691 sy;x 躟
8692 sy,b 躞
8693 sz 母
8694 sz 趺
8695 szag 跨
8696 szik 蹶
8697 szo 蹖
8698 szp 踳
8699 szqd 踦
8700 sztg 跠
8701 sz.h 跋
8702 s.ec 蹝
8703 s.kc 蹤
8704 s.o 蹈
8705 s.v 踩
8706 s.xz 蹊
8707 s.; 路
8708 s.;, 鷺
8709 s/l/ 躅
8710 s;c 踀
8711 s;dm 蹪
8712 s;;v 躁
8713 s, 兆
8714 s,am 頫
8715 s,js 覜
8716 s,mq 蹸
8717 s,n 逃
8718 taas 阮
8719 taeb 陬
8720 tajk 陃
8721 tajs 陋
8722 tak. 隬
8723 tale 陑
8724 talp 陌
8725 talz 陾
8726 tas 阢
8727 tawq 陘
8728 tb 皮
8729 tb 阞
8730 tbaf 皯
8731 tbam 頗
8732 tbls 皰
8733 tclc 隙
8734 tcn 逮
8735 tdam 賮
8736 tdau 盡
8737 tde 肅
8738 tde, 鷫
8739 tdqd 臦
8740 tdqe 臩
8741 tdqi 隑
8742 tdq, 燛
8743 tds 巴
8744 tdsd 岊
8745 te 阯
8746 tec 陟
8747 tec, 騭
8748 tee 陫
8749 te; 阽
8750 tf 聿
8751 tfau 衋
8752 tfb 建
8753 tfd 阱
8754 tg 弓
8755 tgaa 彊
8756 tgae 弭
8757 tgag 弼
8758 tgah 瓕
8759 tgaq 弳
8760 tga. 彌
8761 tgcu 弰
8762 tgd 引
8763 tgd 弔
8764 tgdb 弢
8765 tgds 阤
8766 tgdu 盄
8767 tge 弗
8768 tgee 刜
8769 tgem 費
8770 tges 艴
8771 tget 鄪
8772 tggs 弛
8773 tgjb 彏
8774 tgj; 弨
8775 tgkh 弣
8776 tgkk 弱
8777 tgk, 鶸
8778 tgoa 弤
8779 tgpf 彃
8780 tgqx 張
8781 tgq; 彄
8782 tgra 疆
8783 tgrk 彉
8784 tgts 弝
8785 tguu 弸
8786 tgx 弘
8787 tgxy 謽
8788 tgx/ 強
8789 tgyc 弶
8790 tgyx 弦
8791 tg.k 弧
8792 tg/x 彋
8793 tg;f 彈
8794 tg,d 鬻
8795 tg,g 粥
8796 th 防
8797 tijf 陯
8798 tiku 隘
8799 titc 隒
8800 titx 陰
8801 tiue 隃
8802 tiv 除
8803 ti. 隊
8804 ti.i 鐆
8805 ti.n 隧
8806 ti.r 墜
8807 ti;k 險
8808 tjjd 帚
8809 tjo 陷
8810 tk 夬
8811 tkfh 附
8812 tl 尹
8813 tlf 阡
8814 tlfr 陞
8815 tljz 隩
8816 tlod 陶
8817 tlpf 陴
8818 tlpr 隍
8819 tl; 君
8820 tl;f 群
8821 tl;m 頵
8822 tl;t 郡
8823 tl;, 焄
8824 tl;, 鵘
8825 tl, 陱
8826 tmac 際
8827 tmm 陊
8828 tnas 院
8829 tnor 隡
8830 tnq 陀
8831 toaa 阺
8832 toe 阼
8833 tof 陲
8834 top 隀
8835 tor 隉
8836 tos 阣
8837 tov 陎
8838 tox 隗
8839 tpac 隄
8840 tpax 隈
8841 tpa. 陽
8842 tpm 隅
8843 tpx, 隰
8844 tq 陣
8845 tqd 阿
8846 tqjd 隔
8847 tqq 阰
8848 tqqp 階
8849 tqqr 陛
8850 tq;h 尋
8851 tq;t 鄩
8852 trc 陡
8853 trh. 隞
8854 trkr 陸
8855 trk. 陵
8856 trlp 陼
8857 trp 書
8858 trpa 畫
8859 trpa 晝
8860 trpe 劃
8861 trrs 隢
8862 trx 阹
8863 ts 已
8864 ts 己
8865 ts 巳
8866 tsab 敯
8867 tsae 刡
8868 tsaj 睯
8869 tsan 愍
8870 tsap 暋
8871 tsas 民
8872 tsa. 敃
8873 tsf 异
8874 tsf 阠
8875 tsn 忌
8876 tsn, 鵋
8877 tst 邔
8878 tstk 巽
8879 tstn 選
8880 tsw 妀
8881 ts. 改
8882 ttb 陂
8883 ttx 限
8884 tua 阻
8885 tvp 陳
8886 tvp. 敶
8887 tvp/ 螴
8888 twjq 舝
8889 tw.r 墬
8890 tx 艮
8891 txn 退
8892 txs 阭
8893 tyke 隮
8894 typf 障
8895 tys 阬
8896 tyuq 隴
8897 tyxk 陔
8898 ty; 陪
8899 tzag 陓
8900 tzax 隇
8901 tzb 阪
8902 tzgs 阨
8903 tzkk 陝
8904 tzkk 陜
8905 tzqc 隳
8906 tzqd 陭
8907 tzqd 嶞
8908 tzqn 隨
8909 tzqq 隓
8910 tzqr 墮
8911 tzqu 隋
8912 tzu 陏
8913 t.ar 隆
8914 t.q 降
8915 t.qn 隱
8916 t.qv 檃
8917 t;dm 隤
8918 t;m 隕
8919 t;q 韋
8920 t;qa 韎
8921 t;qf 韕
8922 t;qf 韟
8923 t;qf 韡
8924 t;qh 韌
8925 t;qh 韍
8926 t;qm 韥
8927 t;qn 違
8928 t;qo 韜
8929 t;qq 韗
8930 t;qr 韝
8931 t;qt 郼
8932 t;qu 韞
8933 t;qv 韖
8934 t;qv 韘
8935 t;qx 韔
8936 t;q/ 韣
8937 t;q; 韐
8938 t,xf 彝
8939 u 月
8940 u 皿
8941 ua 且
8942 uaas 朊
8943 uaax 膩
8944 uab 助
8945 uacn 懸
8946 uacx 縣
8947 uads 肫
8948 uae 刞
8949 uaf 肝
8950 uajd 肺
8951 uak 具
8952 uaky 雎
8953 uale 胹
8954 uawq 脛
8955 uaxr 胵
8956 ua. 豚
8957 ua.n 遯
8958 ua/c 膘
8959 ua/w 腰
8960 ub 肋
8961 ubar 腛
8962 ubbb 腏
8963 ubb. 膠
8964 ubf; 腒
8965 ucas 胱
8966 ucjr 膛
8967 udd 朏
8968 udd 胐
8969 udky 膗
8970 ue 刖
8971 uea. 臄
8972 uee 腓
8973 uepu 臚
8974 ufb 肢
8975 uffm 膹
8976 ufh 肘
8977 ufjf 脖
8978 ufjf 腩
8979 ufjz 朠
8980 ufj. 朦
8981 ufkb 臒
8982 ufpz 膜
8983 ufyf 膵
8984 ufzx 臟
8985 uf,h 脙
8986 uh 肪
8987 ui 胖
8988 uif 胼
8989 uig 肣
8990 uign 腍
8991 uiku 膉
8992 uir; 膳
8993 uiue 腧
8994 uiz 朕
8995 uizb 勝
8996 uizc 滕
8997 uizm 賸
8998 uizr 塍
8999 uizs 腃
9000 uizw 媵
9001 uizx 縢
9002 uizy 謄
9003 uiz/ 螣
9004 uiz, 騰
9005 ui/p 膾
9006 ui;k 臉
9007 ujb 服
9008 ujb, 鵩
9009 ujh 肕
9010 ujjy 臞
9011 ujk 肭
9012 ujkk 朒
9013 ujq 胴
9014 ujrk 腆
9015 ujz 胦
9016 ujzs 脆
9017 ujzy 膽
9018 uj;s 脕
9019 ukf 肸
9020 ukfh 胕
9021 ukkj 腳
9022 ukkr 脞
9023 uky 脽
9024 ukyd 臇
9025 uky, 膲
9026 uk. 胗
9027 uk;s 脫
9028 uk,u 膌
9029 ulen 膇
9030 ulgl 胏
9031 ulp 胉
9032 ulpc 腺
9033 ulpf 脾
9034 ulpq 膍
9035 ulqq 膬
9036 ulrb 脡
9037 ulsh 肒
9038 ults 胞
9039 ulvw 腇
9040 ul.d 胸
9041 ul; 朐
9042 ul; 胊
9043 ul,p 膰
9044 um; 腡
9045 um;n 膼
9046 unam 臏
9047 unas 脘
9048 unfh 臗
9049 unkh 腑
9050 unkq 腔
9051 unkr 膣
9052 unms 腕
9053 unw 胺
9054 uo 肵
9055 uoaa 胝
9056 uoe 胙
9057 uof 腄
9058 uogs 胣
9059 uok 腴
9060 uop 腫
9061 uop. 腹
9062 uor 胜
9063 uor, 膴
9064 uos 肐
9065 uosb 腶
9066 uosm 臢
9067 uosz 脢
9068 uoz 胅
9069 uo/, 臐
9070 upax 腲
9071 upa. 腸
9072 upd 胛
9073 upd 胂
9074 upfx 膿
9075 upm 腢
9076 upn 腮
9077 upor 腥
9078 upqx 膕
9079 upz 胭
9080 up;w 膢
9081 uq 肛
9082 uqh 脯
9083 uqhh 膊
9084 uqi 脰
9085 uqjd 膈
9086 uqp 脂
9087 uqp 腷
9088 uqx 脹
9089 ur 肚
9090 urav 腜
9091 ure, 臙
9092 urp 腊
9093 urrs 膮
9094 urx 胠
9095 urx 膆
9096 ur;b 臌
9097 ur;. 膨
9098 us 肌
9099 us 肊
9100 usb 股
9101 usxt 膷
9102 us, 朓
9103 us, 脁
9104 utds 肥
9105 utd/ 蜰
9106 utfb 腱
9107 utge 胇
9108 utg/ 膙
9109 utxn 腿
9110 uu 朋
9111 uul, 鵬
9112 uvkc 膝
9113 uwl. 腦
9114 uw. 腞
9115 uw/w 臘
9116 uxk. 朘
9117 uxk. 脧
9118 ux; 胎
9119 uyke 臍
9120 uykf 脺
9121 uykh 膀
9122 uykk 腋
9123 uyp 腤
9124 uypa 膻
9125 uypn 臆
9126 uypr 朣
9127 uypr 膧
9128 uypx 膱
9129 uyq, 臕
9130 uys 肮
9131 uysy 臃
9132 uyuq 朧
9133 uyx 胘
9134 uyxf 膟
9135 uyxk 胲
9136 uy;d 脝
9137 uza 胚
9138 uzae 臑
9139 uzag 胯
9140 uzax 脤
9141 uzaz 腠
9142 uzfh 膞
9143 uzkc 膫
9144 uzkk 脥
9145 uzky 臛
9146 uzps 腌
9147 uztg 胰
9148 uzx 肱
9149 uz.h 胈
9150 u. 肜
9151 u.ad 胻
9152 u.d. 朡
9153 u.fh 脟
9154 u.fj 腯
9155 u.gf 脬
9156 u.ok 脈
9157 u.xk 胍
9158 u.; 胳
9159 u/l/ 臅
9160 u/u 膃
9161 u;k 胑
9162 u;lr 脭
9163 u;;v 臊
9164 u, 魚
9165 u,ab 鯫
9166 u,ac 鰾
9167 u,ae 鮞
9168 u,an 鱁
9169 u,aq 鱺
9170 u,as 魨
9171 u,as 鮿
9172 u,aw 魱
9173 u,a. 鯁
9174 u,a; 鯃
9175 u,bb 鱍
9176 u,bj 鯽
9177 u,bp 鰼
9178 u,bv 鰇
9179 u,b; 鱊
9180 u,cl 魦
9181 u,cp 鱨
9182 u,cu 鮹
9183 u,ea 鱋
9184 u,ec 鮛
9185 u,ee 鯡
9186 u,eu 鱸
9187 u,e. 鰬
9188 u,fh 鯄
9189 u,fu 鰗
9190 u,fx 鱴
9191 u,fy 鱹
9192 u,f; 鮕
9193 u,h 魴
9194 u,ic 鰜
9195 u,if 鮮
9196 u,ih 鱒
9197 u,in 鯰
9198 u,ip 鱠
9199 u,iv 鮽
9200 u,i; 鱔
9201 u,i; 鮯
9202 u,j 魛
9203 u,jk 魶
9204 u,jq 鮦
9205 u,js 鮠
9206 u,js 鮸
9207 u,jt 鱦
9208 u,j. 鱌
9209 u,j; 鯛
9210 u,kh 鮒
9211 u,kj 魵
9212 u,kq 魤
9213 u,ks 鮵
9214 u,kv 鰷
9215 u,kz 鯸
9216 u,ld 鰤
9217 u,lf 鯚
9218 u,lh 魡
9219 u,lp 鱕
9220 u,lq 魠
9221 u,lr 鰉
9222 u,ls 鮑
9223 u,lv 穌
9224 u,lv 鱳
9225 u,lx 鯀
9226 u,lx 鱵
9227 u,l; 鮈
9228 u,l; 鱎
9229 u,l, 鰍
9230 u,mc 鰶
9231 u,md 鰩
9232 u,mq 膦
9233 u,nl 鮅
9234 u,nq 鮀
9235 u,ns 鯇
9236 u,n; 鰫
9237 u,oe 鮓
9238 u,ok 鱮
9239 u,op 鰡
9240 u,os 鯢
9241 u,ov 鮢
9242 u,o. 鰒
9243 u,p 魯
9244 u,pb 鰻
9245 u,pb 鰨
9246 u,pc 鯷
9247 u,pd 魻
9248 u,ph 鰣
9249 u,pi 鱧
9250 u,pk 鮂
9251 u,pm 鰅
9252 u,pn 鰓
9253 u,pp 鯧
9254 u,pq 鯤
9255 u,pr 鯉
9256 u,q 魟
9257 u,qa 鱷
9258 u,qd 魺
9259 u,qh 鯆
9260 u,qn 鰱
9261 u,qp 鮨
9262 u,qp 鰽
9263 u,qr 鰹
9264 u,qw 鰋
9265 u,ra 魽
9266 u,rb 鰳
9267 u,rk 鯕
9268 u,rm 鰿
9269 u,rp 鰭
9270 u,rr 鮭
9271 u,rr 鯥
9272 u,rs 鱙
9273 u,ru 鯖
9274 u,rv 鰈
9275 u,rx 魼
9276 u,r. 鯪
9277 u,r; 鮚
9278 u,s, 鮡
9279 u,tb 鰎
9280 u,td 鯞
9281 u,te 鱐
9282 u,th 鱘
9283 u,t; 鮶
9284 u,va 鮇
9285 u,vk 鯠
9286 u,wp 鯔
9287 u,x; 鮐
9288 u,ya 鱣
9289 u,yc 鯨
9290 u,ye 鱭
9291 u,yf 鯙
9292 u,yf 鱆
9293 u,ys 魧
9294 u,yw 鯜
9295 u,y. 鮫
9296 u,y. 魰
9297 u,y; 鰝
9298 u,za 魾
9299 u,zb 魬
9300 u,zh 魷
9301 u,zh 鱄
9302 u,zk 鱖
9303 u,zm 鱱
9304 u,zp 鰆
9305 u,zt 鱈
9306 u,zu 鮪
9307 u,zx 鰔
9308 u,. 鯓
9309 u,.; 鮥
9310 u,.; 鯦
9311 u,/c 鰥
9312 u,/x 鱞
9313 u,;v 鱢
9314 u,,q 鱗
9315 v 木
9316 va 本
9317 va 末
9318 vaab 豰
9319 vaac 隸
9320 vaac 柰
9321 vaag 杇
9322 vaak 栨
9323 vaas 杬
9324 vaax 枟
9325 vaax 樲
9326 vabb 翉
9327 vad 朾
9328 vadd 栦
9329 vads 杶
9330 vae 栮
9331 vaea 椏
9332 vaea 壼
9333 vaeb 棷
9334 vaer 檉
9335 vaet 椰
9336 vaf 杆
9337 vaf 杅
9338 vaf 枅
9339 vafx 械
9340 vag 朽
9341 vaga 極
9342 vai 枰
9343 vajb 瞉
9344 vajb 觳
9345 vajk 柄
9346 vajq 欐
9347 vak. 檷
9348 valb 穀
9349 valb 鷇
9350 vale 栭
9351 val. 榎
9352 val. 櫌
9353 vame 栵
9354 vapa 桓
9355 vapa 橿
9356 vap. 梗
9357 vap, 槱
9358 vaqb 轂
9359 vaqx 栻
9360 var 枉
9361 varf 梇
9362 vas 杌
9363 vasb 殼
9364 vasn 愨
9365 vas/ 螜
9366 vatb 彀
9367 vatw 棲
9368 vat; 梧
9369 vavb 榖
9370 vaw 枑
9371 vawq 桱
9372 vax 杙
9373 vaxb 縠
9374 vaxp 榗
9375 vaxr 桎
9376 vaxx 棧
9377 va.h 椓
9378 va/ 栖
9379 va/c 標
9380 va/e 檦
9381 va/f 橝
9382 va/m 檟
9383 va/n 櫏
9384 vb 朸
9385 vbaz 楑
9386 vbb 栩
9387 vbbb 棳
9388 vbbp 槢
9389 vbby 櫂
9390 vbb. 樛
9391 vbcf 樨
9392 vbcu 榍
9393 vbc/ 欘
9394 vbf; 椐
9395 vbgd 杼
9396 vbgf 樼
9397 vbgn 懋
9398 vbgv 楙
9399 vbgv 楺
9400 vbg; 橘
9401 vbg; 梮
9402 vbh 杈
9403 vbj 楣
9404 vbj 楖
9405 vbjf 桶
9406 vbq 柅
9407 vbqi 橙
9408 vbqs 概
9409 vbrx 榐
9410 vb; 枷
9411 vc 朴
9412 vcab 欉
9413 vcas 桄
9414 vcaz 樸
9415 vccl 桫
9416 vcjl 橕
9417 vcjp 檔
9418 vcjr 樘
9419 vcjv 樑
9420 vcjv 橖
9421 vcj, 欓
9422 vcl 杪
9423 vcu 梢
9424 vdae 椯
9425 vdd 柮
9426 vdig 梣
9427 vdkj 梤
9428 vdk; 欈
9429 vdqi 榿
9430 ve 棩
9431 vea 壺
9432 veab 椒
9433 vear 橍
9434 vee 棑
9435 vem 楨
9436 vepf 棹
9437 vepu 櫨
9438 vetb 椵
9439 veua 樝
9440 vev/ 欄
9441 vey. 榩
9442 vezx 檅
9443 ve; 枮
9444 ve;; 櫚
9445 vfae 榵
9446 vfaf 樺
9447 vfb 枝
9448 vfch 欂
9449 vfe/ 欗
9450 vffm 橨
9451 vfft 槥
9452 vff; 楛
9453 vfh 村
9454 vfi; 榙
9455 vfjf 楠
9456 vfjf 桲
9457 vfjz 楔
9458 vfj. 檬
9459 vfkb 檴
9460 vfk; 檣
9461 vfl 材
9462 vflp 槆
9463 vfpx 橶
9464 vfpz 模
9465 vfq; 櫙
9466 vft 梆
9467 vfte 櫹
9468 vfua 植
9469 vfuk 槙
9470 vfz; 楉
9471 vf.f 樥
9472 vf; 枯
9473 vf;f 橭
9474 vf;u 楜
9475 vf;y 權
9476 vf,h 梂
9477 vg 柘
9478 vgcu 楈
9479 vgds 杝
9480 vgf 李
9481 vgf 杍
9482 vgft 梛
9483 vgfx 槂
9484 vgjf 楄
9485 vgq 柌
9486 vgr 杻
9487 vg;s 槴
9488 vg, 榪
9489 vh 朮
9490 vh 枋
9491 vhbt 榔
9492 vhf 枓
9493 vhkh 棜
9494 vhn 述
9495 vhn 怷
9496 vhn, 鶐
9497 vhod 檹
9498 vhos 椸
9499 vhoz 槉
9500 vhtx 桹
9501 vi 柈
9502 vib 柃
9503 vica 椪
9504 vif 栟
9505 vig 枍
9506 vig 枔
9507 vign 棯
9508 vig; 梒
9509 vijf 棆
9510 viln 檤
9511 vip 楢
9512 viph 樽
9513 vir 栓
9514 virb 樣
9515 virk 檨
9516 virq 槎
9517 virx 檥
9518 vir; 橏
9519 vir, 榚
9520 vitc 槏
9521 vitx 檭
9522 vit; 槍
9523 viue 榆
9524 viv 梌
9525 viz 栚
9526 vizs 棬
9527 vi.n 檖
9528 vi/p 檜
9529 vi;k 檢
9530 vj 相
9531 vj 朿
9532 vj 桷
9533 vje 刺
9534 vjf 柵
9535 vjhf 槲
9536 vjid 棡
9537 vjjf 檞
9538 vjjy 欋
9539 vjk 枘
9540 vjk 杴
9541 vjkv 棎
9542 vjky 榷
9543 vjn 想
9544 vjpk 榠
9545 vjp. 橡
9546 vjq 桐
9547 vjq 楎
9548 vjr 柟
9549 vjr; 椆
9550 vjs 枕
9551 vjvj 棗
9552 vjvj 棘
9553 vjvk 僰
9554 vjz 柍
9555 vjzs 桅
9556 vjzy 檐
9557 vj;h 欃
9558 vk 朳
9559 vka. 楩
9560 vkc 桼
9561 vkdu 樇
9562 vkfh 柎
9563 vkj 枌
9564 vkjv 椕
9565 vkk 來
9566 vkkh 猌
9567 vkkm 賚
9568 vkkn 憖
9569 vkkr 桽
9570 vkkt 郲
9571 vkkx 櫼
9572 vkk, 鶆
9573 vkq 杹
9574 vktl 梯
9575 vkx 松
9576 vkxn 棇
9577 vky 椎
9578 vkyd 檇
9579 vkyf 榫
9580 vkym 檎
9581 vky, 樵
9582 vk/p 橧
9583 vk;s 梲
9584 vlaa 枃
9585 vlb 极
9586 vlbj 櫛
9587 vleb 梴
9588 vlen 槌
9589 vlf; 栝
9590 vlgu 楹
9591 vlh 杓
9592 vljh 櫋
9593 vllp 橁
9594 vln 柉
9595 vlp 柏
9596 vlp 栒
9597 vlpd 棉
9598 vlpf 椑
9599 vlpf 槔
9600 vlpr 楻
9601 vlpv 櫟
9602 vlp. 檄
9603 vlq 枆
9604 vlqq 橇
9605 vlrb 梃
9606 vlrp 櫡
9607 vls 朹
9608 vlts 枹
9609 vlv, 楸
9610 vlx 构
9611 vlyr 樦
9612 vlz; 橋
9613 vl; 枸
9614 vl;m 楀
9615 vl, 椈
9616 vl,p 橎
9617 vm 梖
9618 vmm 栘
9619 vmmw 櫻
9620 vmod 榣
9621 vmqv 榤
9622 vmu 榾
9623 vmz, 橪
9624 vm;n 檛
9625 vn 杺
9626 vnaa 楦
9627 vnac 棕
9628 vnac 椗
9629 vnam 檳
9630 vnas 梡
9631 vnbb 櫠
9632 vne 棺
9633 vnk 柼
9634 vnke 榨
9635 vnkq 椌
9636 vnk; 榕
9637 vnl 柲
9638 vnlb 榳
9639 vnlu 榓
9640 vnnd 檸
9641 vnq 柁
9642 vnrh 櫥
9643 vntf 槦
9644 vnt; 榶
9645 vnw 桉
9646 vn. 楌
9647 vn.; 楁
9648 vo 析
9649 vo 杽
9650 voaa 柢
9651 voap 棔
9652 vodj 柳
9653 voe 柞
9654 vof 杵
9655 vof 棰
9656 vof. 鬱
9657 vogs 柂
9658 voh 柝
9659 vohp 榴
9660 vojy 栴
9661 vok 楰
9662 volp 皙
9663 von 惁
9664 voom 櫍
9665 vorb 檓
9666 vos 杚
9667 vosb 椴
9668 vosm 欑
9669 vosz 梅
9670 vov 株
9671 vox 槐
9672 voxf 櫆
9673 voz 柣
9674 vozf 櫸
9675 voz; 椥
9676 vo/ 蜤
9677 vo; 梏
9678 vp 東
9679 vp 杳
9680 vpa 查
9681 vpa 柦
9682 vpaf 桿
9683 vpax 椳
9684 vpa. 楊
9685 vpa, 鸉
9686 vpbb 榻
9687 vpcs 榥
9688 vpd 柙
9689 vpd 柛
9690 vpf 柚
9691 vpfg 梬
9692 vpf; 棝
9693 vpls 楬
9694 vplv 棞
9695 vpl, 鶇
9696 vpn 楒
9697 vppp 櫑
9698 vppx 欙
9699 vpqq 棍
9700 vpqx 槶
9701 vpr 梩
9702 vprh 榯
9703 vpv 棵
9704 vpv 梱
9705 vpx 樏
9706 vp/b 槾
9707 vp;w 樓
9708 vq 杠
9709 vq 朼
9710 vqar 框
9711 vqax 棫
9712 vqd 柯
9713 vqdl 枒
9714 vqds 欖
9715 vqdu 檻
9716 vqee 榧
9717 vqe. 橄
9718 vqhh 榑
9719 vqi 壹
9720 vqi 梪
9721 vqin 懿
9722 vqis 亄
9723 vqjk 柩
9724 vqm 槓
9725 vqn 槤
9726 vqp 槽
9727 vqp 栺
9728 vqp 楅
9729 vqpw 椻
9730 vqq 枇
9731 vqqp 楷
9732 vqqr 梐
9733 vqsb 嗀
9734 vqt 柜
9735 vqt 桏
9736 vqx 棖
9737 vq;a 櫮
9738 vq;m 櫃
9739 vq;; 樞
9740 vr 杜
9741 vra 柑
9742 vrak 棋
9743 vrcx 樾
9744 vrgh 檮
9745 vrjk 樠
9746 vrjr 構
9747 vrk 栱
9748 vrkh 槸
9749 vrk. 棱
9750 vrlg 栲
9751 vrlp 楮
9752 vrlp 榰
9753 vrlq 栳
9754 vrm 樍
9755 vrp 棤
9756 vrpk 橫
9757 vrqk 椹
9758 vrr 桂
9759 vrr 槿
9760 vrrs 橈
9761 vrs 枻
9762 vrsv 楪
9763 vru 棈
9764 vrx 榡
9765 vrxu 榼
9766 vr/m 櫝
9767 vr; 桔
9768 vr;h 樹
9769 vr;r 檯
9770 vr;x 榬
9771 vs 札
9772 vs 机
9773 vsb 杸
9774 vsd 朻
9775 vsh 杋
9776 vsx 紮
9777 vs/ 蚻
9778 vs, 桃
9779 vtb 柀
9780 vtbm 櫇
9781 vtc 棣
9782 vtde 橚
9783 vtds 杷
9784 vtfb 楗
9785 vtge 柫
9786 vtjb 梫
9787 vtl; 桾
9788 vts 杞
9789 vtvp 樄
9790 vtx 根
9791 vtzu 橢
9792 vt;q 椲
9793 vua 柤
9794 vuak 椇
9795 vujb 棴
9796 vuu 棚
9797 vu,p 櫓
9798 vu,v 櫯
9799 vv 林
9800 vva 枺
9801 vvac 禁
9802 vvgc 楚
9803 vvig 棽
9804 vvj 栜
9805 vvkj 棼
9806 vvkk 棶
9807 vvp 棟
9808 vvp 榃
9809 vvpa 楂
9810 vvr 埜
9811 vvsh 梵
9812 vvt 郴
9813 vvv 森
9814 vvvc 檚
9815 vvw 婪
9816 vvx 檒
9817 vvyq 麓
9818 vv. 彬
9819 vv/ 楝
9820 vv; 梀
9821 vv;e 楋
9822 vv;k 樕
9823 vv, 焚
9824 vwp 椔
9825 vwpv 樔
9826 vw. 椽
9827 vw./ 欚
9828 vx 楓
9829 vxb 柪
9830 vxk. 梭
9831 vxr 梉
9832 vxw. 櫞
9833 vxxx 機
9834 vxx. 槮
9835 vy 柆
9836 vyf 梓
9837 vyjd 柿
9838 vykd 楴
9839 vyke 櫅
9840 vykf 椊
9841 vykh 榜
9842 vyk. 校
9843 vyk; 樀
9844 vymx 橠
9845 vypa 檀
9846 vypf 樟
9847 vypn 檍
9848 vypr 橦
9849 vyps 樈
9850 vypv 檁
9851 vypx 榱
9852 vypx 樴
9853 vyr 柱
9854 vyrp 櫧
9855 vys 杭
9856 vyuq 櫳
9857 vyvs 櫬
9858 vyw 椄
9859 vyxk 核
9860 vy.m 樆
9861 vy/x 櫰
9862 vy; 棓
9863 vy;c 椋
9864 vy;d 楟
9865 vy;t 槨
9866 vy;x 欀
9867 vy;. 橔
9868 vy;. 檺
9869 vy;; 槁
9870 vz 杯
9871 vz 杕
9872 vz 枎
9873 vza 柸
9874 vzae 檽
9875 vzag 桍
9876 vzag 樗
9877 vzak 槬
9878 vzax 桭
9879 vzaz 楱
9880 vzb 板
9881 vzdf 栫
9882 vzex 槭
9883 vzf 棒
9884 vzfh 槫
9885 vzgs 枙
9886 vzik 橛
9887 vzjs 槻
9888 vzk 杖
9889 vzkc 橑
9890 vzkk 梜
9891 vzlc 榞
9892 vzle 櫪
9893 vzlv 榛
9894 vzn 橞
9895 vzo 梳
9896 vzo 樁
9897 vzou 橀
9898 vzp 椿
9899 vzp 檑
9900 vzqd 椅
9901 vzqx 椷
9902 vzq; 檶
9903 vzrr 楏
9904 vztg 桋
9905 vzu 栯
9906 vz.h 柭
9907 vz.. 樉
9908 vz; 桮
9909 vz;k 欞
9910 vz;; 櫺
9911 v. 枚
9912 v. 杉
9913 v.ab 楥
9914 v.ad 桁
9915 v.as 梔
9916 v.cd 椼
9917 v.es 榹
9918 v.f 桻
9919 v.fh 榭
9920 v.fj 楯
9921 v.gf 桴
9922 v.h 柊
9923 v.kc 樅
9924 v.o 槄
9925 v.td 棦
9926 v.v 棌
9927 v.vb 樧
9928 v.w 桵
9929 v.xk 柧
9930 v.xz 榽
9931 v.zd 桸
9932 v..g 礬
9933 v..o 攀
9934 v..z 樊
9935 v../ 蠜
9936 v.; 格
9937 v., 梑
9938 v/ 柬
9939 v/ 柶
9940 v/ee 檌
9941 v/h 楞
9942 v/rf 檡
9943 v/xy 欏
9944 v; 束
9945 v; 杏
9946 v;ae 楫
9947 v;ag 枵
9948 v;b, 鶒
9949 v;dm 樻
9950 v;e 剌
9951 v;eo 揧
9952 v;j 枴
9953 v;jk 欶
9954 v;jm 賴
9955 v;k 枳
9956 v;l 柺
9957 v;lr 桯
9958 v;l; 梠
9959 v;n 速
9960 v;s 柷
9961 v;u 梋
9962 v;. 敕
9963 v;.e 整
9964 v;.n 遫
9965 v;., 鷘
9966 v;;f 樿
9967 v;;v 橾
9968 v, 杰
9969 v,mq 橉
9970 v,, 棪
9971 v,,b 橯
9972 v,,s 橩
9973 w 女
9974 waas 妧
9975 waax 妘
9976 wae 姃
9977 waea 婭
9978 waeb 娵
9979 wae, 嫣
9980 waf 奸
9981 waf 妍
9982 wafx 娀
9983 wajq 孋
9984 wak. 嬭
9985 wale 媔
9986 wapa 姮
9987 war 妊
9988 watc 婕
9989 wav 妹
9990 wawq 娙
9991 waxr 姪
9992 wazc 婖
9993 wa/c 嫖
9994 wb 奴
9995 wbb 努
9996 wbby 嬥
9997 wbb. 嫪
9998 wbc/ 孎
9999 wbg 砮
10000 wbgd 妤
10001 wbgf 孥
10002 wbgv 媃
10003 wbg, 駑
10004 wbj 媚
10005 wbjd 帑
10006 wblq 娓
10007 wbn 怒
10008 wbo 拏
10009 wbq 妮
10010 wbqi 嬁
10011 wbtg 弩
10012 wc 彔
10013 wce 剝
10014 wcjd 嫦
10015 wcl 妙
10016 wcn 逯
10017 wcu 盝
10018 wd 奾
10019 wdae 媏
10020 wda. 媺
10021 wda/ 媸
10022 wdk; 孈
10023 wdzf 婩
10024 weab 婌
10025 weli 嫭
10026 wem 媜
10027 wepf 婥
10028 wetb 婽
10029 weu 嫺
10030 wev 嫻
10031 wf 妦
10032 wfae 媶
10033 wfaf 嬅
10034 wfb 妓
10035 wfjf 婻
10036 wfk; 嬙
10037 wfop 嬞
10038 wfp 媌
10039 wfpz 嫫
10040 wfz; 婼
10041 wf; 姑
10042 wf;f 嫴
10043 wf;u 媩
10044 wg 妒
10045 wgcu 婿
10046 wgds 她
10047 wgf 好
10048 wgft 娜
10049 wgjf 媥
10050 wgr 妞
10051 wg, 媽
10052 wh 妨
10053 whl, 媯
10054 whoc 嫙
10055 whoz 嫉
10056 whtx 娘
10057 wi 姅
10058 wib 姈
10059 wif 姘
10060 wig 妗
10061 wir 姾
10062 wirz 媄
10063 wir; 嫸
10064 witc 嫌
10065 wiue 媮
10066 wiue 媊
10067 wixn 嬨
10068 wizs 婘
10069 wi; 姶
10070 wi;f 媕
10071 wi;k 嬐
10072 wjc 妳
10073 wjf 姍
10074 wjk 妠
10075 wjpk 嫇
10076 wjpv 彙
10077 wjq 姛
10078 wjr 姌
10079 wjrk 婰
10080 wjr; 婤
10081 wjs 娊
10082 wjz 姎
10083 wjzs 姽
10084 wj; 妱
10085 wj;r 嬔
10086 wj;s 娩
10087 wke 妎
10088 wkj 妢
10089 wkkx 孅
10090 wktl 娣
10091 wkx 妐
10092 wkyb 孇
10093 wky, 嫶
10094 wk;v 媬
10095 wldd 媰
10096 wlf 奷
10097 wlf; 姡
10098 wlg 奶
10099 wlgl 姊
10100 wlh 妁
10101 wljn 媳
10102 wlj; 姠
10103 wlox 娥
10104 wlpd 婂
10105 wlpf 婢
10106 wlpq 媲
10107 wlpr 媓
10108 wlp. 嬓
10109 wlq 奼
10110 wlrb 娗
10111 wlv 姀
10112 wlve 娳
10113 wlvw 婑
10114 wlyx 嬝
10115 wlz 妖
10116 wlz; 嬌
10117 wl; 姁
10118 wl,p 嬏
10119 wmm 姼
10120 wmod 媱
10121 wm; 媧
10122 wm; 姳
10123 wn 巡
10124 wnaa 媗
10125 wnac 婃
10126 wnac 婝
10127 wnam 嬪
10128 wna. 嫁
10129 wne 婠
10130 wnic 嬚
10131 wnk; 嫆
10132 wnl 妼
10133 wnlp 嬸
10134 wnms 婉
10135 wnnd 嬣
10136 wnr, 嫬
10137 wntc 嫝
10138 wntf 嫞
10139 wnvx 嬤
10140 wnw 姲
10141 wo 妡
10142 woap 婚
10143 wodb 嫂
10144 wof 娷
10145 wohe 嬼
10146 wohp 媹
10147 woq 姩
10148 wor 姓
10149 wor, 嫵
10150 wos 姺
10151 wos 婗
10152 wov 姝
10153 wox 媿
10154 wp 甾
10155 wpa 妲
10156 wpac 媞
10157 wpac 疀
10158 wpa. 婸
10159 wpd 妽
10160 wpf 妯
10161 wpfg 娉
10162 wpf; 婟
10163 wpj 媢
10164 wpl, 鶅
10165 wpp 娼
10166 wpr 娌
10167 wpu 媦
10168 wpv 巢
10169 wpv 婐
10170 wpvb 勦
10171 wpve 剿
10172 wpvt 鄛
10173 wpx 嫘
10174 wpz 姻
10175 wp/b 嫚
10176 wq 妅
10177 wqdd 姬
10178 wqf; 嫟
10179 wqon 嫕
10180 wqoq 彘
10181 wqq 妣
10182 wqt 姖
10183 wq;; 嫗
10184 wra 姏
10185 wrak 娸
10186 wrav 媒
10187 wre, 嬿
10188 wrgh 嬦
10189 wrif 婞
10190 wrjr 媾
10191 wrk. 婈
10192 wrlp 媎
10193 wrlq 姥
10194 wrlx 婊
10195 wrpk 嫹
10196 wrr 娃
10197 wrrs 嬈
10198 wrsv 媟
10199 wru 婧
10200 wrx 嫊
10201 wrz 嫨
10202 wr; 姞
10203 wr;r 嬯
10204 wr;x 媴
10205 wr;; 嬉
10206 wsad 姵
10207 wsz 姆
10208 ws, 姚
10209 wtdu 嬧
10210 wtgk 嫋
10211 wtgx 娹
10212 wtjd 婦
10213 wtqd 婀
10214 wtra 嫿
10215 wts 妃
10216 wtzu 嫷
10217 wua 姐
10218 wva 妺
10219 wv; 娕
10220 wv;m 嬾
10221 wv;. 嫩
10222 ww 奻
10223 www 姦
10224 wwww 丱
10225 wxk 姒
10226 wxoz 娭
10227 wx; 始
10228 wy 娮
10229 wyk. 姣
10230 wyk; 嫡
10231 wypa 嬗
10232 wypf 嫜
10233 wypx 嬂
10234 wyr 妵
10235 wyx 妶
10236 wy. 妏
10237 wy; 婄
10238 wy;c 婛
10239 wy;d 婷
10240 wy;x 孃
10241 wzae 嬬
10242 wzag 姱
10243 wzag 嫮
10244 wzah 媷
10245 wzax 娠
10246 wzfh 嫥
10247 wzkc 嫽
10248 wzlc 嫄
10249 wzlv 嫀
10250 wzp 媋
10251 wzqd 婍
10252 wzrr 娾
10253 wzsh 娏
10254 wztg 姨
10255 wzu 姷
10256 wzvj 孀
10257 w. 彖
10258 w.ab 媛
10259 w.j. 嬡
10260 w.lr 婬
10261 w.l, 鶨
10262 w.o 嫍
10263 w.q 姤
10264 w.v 婇
10265 w.w 娞
10266 w./e 劙
10267 w.// 蠡
10268 w/dz 嬽
10269 w/qx 嬛
10270 w/u 媼
10271 w/wn 邋
10272 w; 如
10273 w;c 娖
10274 w;dm 嬇
10275 w;gz 娛
10276 w;jd 帤
10277 w;l, 鴽
10278 w;n 恕
10279 w;o 挐
10280 w;ts 邕
10281 w;ty 雝
10282 w;u 娟
10283 w;x 絮
10284 w;;f 嬋
10285 w;;v 嬠
10286 w;;. 孍
10287 w, 災
10288 w,, 婒
10289 x 風
10290 xaak 絘
10291 xaax 紜
10292 xad 糽
10293 xadd 絒
10294 xads 純
10295 xaeb 緅
10296 xaf 紆
10297 xafx 絨
10298 xajk 緉
10299 xajq 纚
10300 xale 緬
10301 xalp 絔
10302 xalz 緛
10303 xal. 纋
10304 xame 颲
10305 xap. 綆
10306 xar 紝
10307 xarl 飋
10308 xatc 緁
10309 xatw 緀
10310 xawq 經
10311 xax 戕
10312 xaxp 縉
10313 xaxr 絰
10314 xax. 緻
10315 xa/c 縹
10316 xb 幼
10317 xbbb 綴
10318 xbbv 縔
10319 xbb. 繆
10320 xbb. 飂
10321 xbgd 紓
10322 xbg; 繘
10323 xbh/ 颾
10324 xbl, 鴢
10325 xcas 絖
10326 xcl 紗
10327 xcu 綃
10328 xdd 絀
10329 xdky 繀
10330 xdk; 纗
10331 xduu 繃
10332 xed 紃
10333 xee 緋
10334 xepf 綽
10335 xepu 纑
10336 xe; 颭
10337 xf 弁
10338 xfh 紂
10339 xfjf 綍
10340 xfk; 牆
10341 xfl, 鴘
10342 xfpz 縸
10343 xft 綁
10344 xfuk 縝
10345 xf,h 絿
10346 xg 幻
10347 xgcu 縃
10348 xgjf 編
10349 xgr 紐
10350 xgzh 綟
10351 xh 紡
10352 xhf 紏
10353 xhl, 鶭
10354 xhoc 縼
10355 xi 絆
10356 xidn 縌
10357 xif 牂
10358 xif 絣
10359 xig 紟
10360 xijf 綸
10361 xiku 縊
10362 xip 緧
10363 xiph 繜
10364 xir 絟
10365 xirq 縒
10366 xir; 繕
10367 xitc 縑
10368 xit; 牄
10369 xiue 緰
10370 xizs 綣
10371 xi.n 繸
10372 xi/p 繪
10373 xi; 給
10374 xjat 繩
10375 xjcl 緲
10376 xjh 紉
10377 xjid 綱
10378 xjis 網
10379 xjjf 繲
10380 xjk 納
10381 xjq 絧
10382 xjq 緷
10383 xjr; 綢
10384 xjs 紞
10385 xjs, 繉
10386 xjts 絕
10387 xjt, 繺
10388 xjz 紻
10389 xj; 紹
10390 xj; 絅
10391 xj;h 纔
10392 xj;s 絻
10393 xk 以
10394 xka. 緶
10395 xkcz 纀
10396 xke 紒
10397 xkfh 紨
10398 xkj 紛
10399 xkkx 纖
10400 xkk; 綌
10401 xktl 綈
10402 xktz 緱
10403 xky 維
10404 xk. 紾
10405 xk.b 皴
10406 xk.n 逡
10407 xk/p 繒
10408 xlb 級
10409 xldd 縐
10410 xleb 綖
10411 xlen 縋
10412 xlf; 颳
10413 xlh 約
10414 xlod 綯
10415 xlp 絢
10416 xlpc 線
10417 xlpd 綿
10418 xlpf 綼
10419 xlpn 總
10420 xlp. 繳
10421 xlp. 繌
10422 xlrb 綎
10423 xlsh 紈
10424 xlts 颮
10425 xlvw 緌
10426 xlz; 繑
10427 xl; 絇
10428 xl,p 繙
10429 xmac 縩
10430 xmfc 漿
10431 xmfh 將
10432 xmfh 獎
10433 xmfp 醬
10434 xmfr 墏
10435 xmfv 槳
10436 xmf/ 螿
10437 xmmw 纓
10438 xmu 縎
10439 xm; 緺
10440 xnaa 緪
10441 xnac 綜
10442 xnac 綻
10443 xnad 紵
10444 xnak 縯
10445 xnam 繽
10446 xnas 綄
10447 xne 綰
10448 xnkp 縮
10449 xnms 綩
10450 xnpr 纏
10451 xnq 紽
10452 xnrk 纊
10453 xnr; 縖
10454 xnyf 縡
10455 xo 斨
10456 xoas 紙
10457 xodb 颼
10458 xof 牟
10459 xof 綞
10460 xof, 鴾
10461 xogs 絁
10462 xohp 飀
10463 xop 緟
10464 xop. 緮
10465 xos 紇
10466 xosb 緞
10467 xosm 纘
10468 xov 絑
10469 xoz 矣
10470 xoz 紩
10471 xozk 欸
10472 xo/, 纁
10473 xp 細
10474 xpab 繓
10475 xpac 緹
10476 xpa. 颺
10477 xpd 紳
10478 xpf 紬
10479 xpff 縪
10480 xpfx 繷
10481 xpl. 緆
10482 xpn 緦
10483 xpn 颸
10484 xpqq 緄
10485 xpv 綑
10486 xpx 縲
10487 xpx 絏
10488 xpz 絪
10489 xp/b 縵
10490 xp;w 縷
10491 xp,r 纆
10492 xq 紅
10493 xqax 緎
10494 xqd 牁
10495 xqdl 颬
10496 xqds 纜
10497 xqhh 縛
10498 xqn 縺
10499 xqq 紕
10500 xr 壯
10501 xra 紺
10502 xrf 緙
10503 xrin 繨
10504 xriu 盭
10505 xrk. 綾
10506 xrlp 緒
10507 xrm 績
10508 xrr 絓
10509 xrrs 繞
10510 xrs 紲
10511 xru 綪
10512 xru. 繖
10513 xrx 紶
10514 xrx 縤
10515 xryx 裝
10516 xrz 奘
10517 xr/m 續
10518 xr; 結
10519 xr;m 纈
10520 xr, 焋
10521 xs 允
10522 xsd 糾
10523 xs, 絩
10524 xtde 繡
10525 xtgd 紖
10526 xtge 紼
10527 xtg/ 繈
10528 xtjb 綅
10529 xtra 繣
10530 xts 紀
10531 xtsp 緡
10532 xt;q 緯
10533 xua 組
10534 xuak 颶
10535 xuqn 態
10536 xuqq 能
10537 xuq/ 螚
10538 xuq, 熊
10539 xva 絊
10540 xvj 緗
10541 xvv 綝
10542 xv/ 練
10543 xv; 綀
10544 xw 妝
10545 xwc 綠
10546 xwp 緇
10547 xwpv 繅
10548 xw. 緣
10549 xx 絲
10550 xxao 斷
10551 xxax 畿
10552 xxa/ 蠿
10553 xxl, 鷥
10554 xxxe 剼
10555 xxxq 毿
10556 xxxs 繼
10557 xxxx 糸
10558 xxxx 爿
10559 xxxx 絫
10560 xxx. 參
10561 xxx. 縿
10562 xxzx 幾
10563 xx; 颱
10564 xx; 紿
10565 xykd 締
10566 xykf 綷
10567 xykh 縍
10568 xyk. 絞
10569 xypa 繵
10570 xypn 繶
10571 xypx 織
10572 xypx 縗
10573 xyr 紸
10574 xyx 絃
10575 xyxf 縴
10576 xyxf 繂
10577 xyxk 絯
10578 xy. 紋
10579 xy.m 縭
10580 xy;c 綡
10581 xy;f 綧
10582 xy;x 纕
10583 xy;; 縞
10584 xz 紑
10585 xzae 繻
10586 xzah 縟
10587 xzfh 縳
10588 xzh 狀
10589 xzh 紎
10590 xzkc 繚
10591 xzkc 飉
10592 xzlc 縓
10593 xzlv 縥
10594 xzm 貵
10595 xzn 繐
10596 xzp 畚
10597 xzq 軬
10598 xzqd 綺
10599 xzqx 緘
10600 xzs 統
10601 xzsh 紌
10602 xzx 紘
10603 xz.h 紱
10604 x. 颩
10605 x. 絼
10606 x.ab 緩
10607 x.ad 絎
10608 x.ec 縰
10609 x.fn 縫
10610 x.gf 綒
10611 x.h 終
10612 x.h 紁
10613 x.jb 綬
10614 x.kc 縱
10615 x.k; 綹
10616 x.o 縚
10617 x.q 絳
10618 x.v 綵
10619 x.w 綏
10620 x.zd 絺
10621 x.; 絡
10622 x/qx 繯
10623 x/rf 繹
10624 x/u 縕
10625 x/xy 纙
10626 x; 台
10627 x;ae 緝
10628 x;dm 繢
10629 x;dn 繾
10630 x;l; 絽
10631 x;m 縜
10632 x;n 怠
10633 x;n 迨
10634 x;qh 瓵
10635 x;t 邰
10636 x;u 絹
10637 x;v 枲
10638 x;;f 繟
10639 x;;v 繰
10640 x;, 炱
10641 x,mq 繗
10642 x,, 緂
10643 y 立
10644 y 言
10645 yaa; 諮
10646 yad 訂
10647 yadd 詶
10648 yads 訰
10649 yae 証
10650 yaeb 諏
10651 yaee 讘
10652 yaf 訐
10653 yaf 訏
10654 yafx 誡
10655 yag, 廌
10656 yai 評
10657 yaqx 試
10658 yat; 語
10659 yawq 誙
10660 yaxx 諓
10661 ya.h 諑
10662 ya/c 謤
10663 ya/f 譚
10664 ya/r 諲
10665 ybb 翊
10666 ybb 詡
10667 ybbp 謵
10668 ybb. 謬
10669 ybgx 袤
10670 ybg; 譎
10671 ybif 竮
10672 ybjf 誦
10673 ybqi 證
10674 ybyf 謘
10675 yc 亦
10676 yc 卞
10677 yc 訃
10678 ycf 弈
10679 ycjd 帟
10680 ycj, 讜
10681 ycl 訬
10682 ycp 誻
10683 ycu 誚
10684 ycz 奕
10685 yd 訕
10686 ydae 端
10687 ydae 諯
10688 ydd 詘
10689 yeab 諔
10690 yed 訓
10691 yee 誹
10692 yeli 謼
10693 yeq 訿
10694 yeqa 謔
10695 yeqh 讞
10696 yes 諕
10697 yeu 譋
10698 yeua 謯
10699 yev/ 讕
10700 ye; 站
10701 ye; 詀
10702 yf 計
10703 yf 辛
10704 yfaf 譁
10705 yfbf 辦
10706 yffn 譿
10707 yfh 討
10708 yfhf 辨
10709 yfjf 誖
10710 yfjf 諵
10711 yfk 誄
10712 yfkb 護
10713 yfps 譪
10714 yfpz 謨
10715 yfuk 謓
10716 yfv; 辣
10717 yfxf 辮
10718 yfyf 辯
10719 yfyo 謊
10720 yfz; 諾
10721 yf.f 瓣
10722 yf; 詁
10723 yf;y 讙
10724 ygbb 謆
10725 ygcu 諝
10726 ygds 訑
10727 ygjf 諞
10728 ygn. 慶
10729 ygq 詞
10730 yg,x 褭
10731 yh 訪
10732 yhaf 禫
10733 yhar 禋
10734 yhax 祴
10735 yhaz 祆
10736 yha. 禰
10737 yhb 詠
10738 yhbb 祤
10739 yhe 祉
10740 yhem 禎
10741 yhfk 禛
10742 yhfz 禊
10743 yhf; 祜
10744 yhg 祏
10745 yhgq 祠
10746 yhgs 祂
10747 yhg, 禡
10748 yhh 祊
10749 yhif 祥
10750 yhif 禴
10751 yhin 禭
10752 yhip 禬
10753 yhi; 祫
10754 yhi, 禚
10755 yhjq 禈
10756 yhjs 視
10757 yhjs 祪
10758 yhj; 祒
10759 yhj; 禂
10760 yhke 祄
10761 yhkh 祔
10762 yhld 祹
10763 yhlg 礽
10764 yhlh 礿
10765 yhlz 祅
10766 yhm; 禍
10767 yhnl 祕
10768 yho 祈
10769 yhoa 祗
10770 yhoe 祚
10771 yhok 祣
10772 yhom 禶
10773 yhos 祇
10774 yhov 祩
10775 yhoz 祑
10776 yho; 祰
10777 yhpb 禢
10778 yhpc 禔
10779 yhpd 神
10780 yhpi 禮
10781 yhpn 禗
10782 yhpv 祼
10783 yhp. 禓
10784 yhqp 福
10785 yhr 社
10786 yhrh 禱
10787 yhrk 祺
10788 yhrv 禖
10789 yhrx 祛
10790 yhr; 禧
10791 yhsb 祋
10792 yhs, 祧
10793 yht 祁
10794 yhtb 祲
10795 yhtq 禕
10796 yhts 祀
10797 yhtx 誏
10798 yhua 祖
10799 yhwc 祿
10800 yhw. 禒
10801 yhxx 禨
10802 yhyd 禘
10803 yhyf 祽
10804 yhyx 禳
10805 yhzh 祓
10806 yhzm 禲
10807 yhzx 祳
10808 yhz; 祐
10809 yh.b 禐
10810 yh.s 禠
10811 yh/b 禤
10812 yh;d 祌
10813 yh;f 禪
10814 yh;s 祝
10815 yh,m 禷
10816 yi 詊
10817 yib 詅
10818 yicp 譜
10819 yif 詳
10820 yif 誁
10821 yign 諗
10822 yigu 諡
10823 yijf 論
10824 yiku 謚
10825 yiph 譐
10826 yir 詮
10827 yirx 議
10828 yitc 謙
10829 yit; 謒
10830 yiub 譾
10831 yiue 諭
10832 yi;k 譣
10833 yjat 譝
10834 yjd 市
10835 yjh 訒
10836 yjhe 譅
10837 yjhn 認
10838 yjj. 讂
10839 yjk 訥
10840 yjo 諂
10841 yjq 詷
10842 yjq 諢
10843 yjr; 調
10844 yjzs 詭
10845 yjzy 譫
10846 yj; 詔
10847 yj; 詗
10848 yj;h 讒
10849 yk 六
10850 ykac 褾
10851 ykaf 衧
10852 ykak 裲
10853 ykap 袹
10854 ykaq 襹
10855 ykar 衽
10856 ykas 褼
10857 ykbb 裰
10858 ykbb 襏
10859 ykbh 衩
10860 ykbp 褶
10861 ykbv 褬
10862 ykb; 裾
10863 ykcp 襠
10864 ykcz 襆
10865 ykda 齏
10866 ykdc 齋
10867 ykde 齊
10868 ykde 劑
10869 ykdm 齎
10870 ykdu 齍
10871 ykd, 齌
10872 yke 裫
10873 ykee 裶
10874 ykeu 褙
10875 ykeu 襉
10876 yke/ 襴
10877 ykfb 衼
10878 ykfx 襪
10879 ykfx 襼
10880 ykfz 褉
10881 ykf/ 襺
10882 ykf; 褡
10883 ykgf 褊
10884 ykgs 衪
10885 yki 袢
10886 ykie 褕
10887 ykig 衿
10888 ykik 襝
10889 ykin 襚
10890 ykip 襘
10891 ykis 裷
10892 yki; 袷
10893 ykj 初
10894 ykjd 帝
10895 ykjh 旁
10896 ykjh 甋
10897 ykjk 衲
10898 ykjn 適
10899 ykjq 褌
10900 ykjr 袡
10901 ykjs 衴
10902 ykjy 襜
10903 ykj. 敵
10904 ykj. 襐
10905 ykj; 商
10906 ykj; 啻
10907 ykj; 裯
10908 ykj; 袑
10909 ykj, 鶙
10910 ykkf 卒
10911 ykkh 袱
10912 ykkj 衯
10913 ykks 裞
10914 ykkv 褓
10915 ykkx 讖
10916 ykkx 襳
10917 ykky 雜
10918 ykk. 袗
10919 ykk; 裕
10920 ykla 袀
10921 yklb 衱
10922 ykle 襣
10923 yklf 裨
10924 yklp 袙
10925 ykls 袍
10926 yklz 襖
10927 ykl; 袧
10928 ykmk 夜
10929 yknd 褯
10930 yknk 袕
10931 yknq 褲
10932 yknq 袉
10933 ykn; 褣
10934 ykoa 袛
10935 ykos 衹
10936 ykos 袘
10937 ykov 袾
10938 ykoz 袟
10939 yko. 複
10940 ykp 衵
10941 ykpa 袒
10942 ykpb 褟
10943 ykpc 襮
10944 ykpf 袖
10945 ykpp 裮
10946 ykpr 裡
10947 ykps 褐
10948 ykpv 裸
10949 ykpv 裍
10950 ykpw 褸
10951 ykpx 襛
10952 ykpz 裀
10953 ykp. 裼
10954 ykq 訛
10955 ykqh 補
10956 ykqi 裋
10957 ykqn 褳
10958 ykqp 褔
10959 ykqu 襤
10960 ykqw 褗
10961 ykrc 褂
10962 ykrm 襭
10963 ykrm 襩
10964 ykrp 褚
10965 ykrs 襓
10966 ykrv 褋
10967 ykrx 裱
10968 ykrx 袪
10969 ykrx 襶
10970 ykr. 裬
10971 ykr; 袺
10972 yktb 被
10973 ykth 襑
10974 yktk 袂
10975 yktn 褪
10976 yktq 褘
10977 yktx 裉
10978 ykt/ 襁
10979 ykt; 裙
10980 ykua 袓
10981 ykvc 襟
10982 ykvj 襋
10983 ykvo 襻
10984 ykw. 褖
10985 ykw; 袽
10986 ykx 訟
10987 ykxb 袎
10988 ykxq 褦
10989 ykx. 襂
10990 yky 誰
10991 ykya 襢
10992 ykyb 謢
10993 ykyd 褅
10994 ykym 褵
10995 ykyq 襱
10996 ykys 襯
10997 ykyx 袨
10998 yky, 譙
10999 ykz 衭
11000 ykze 襦
11001 ykzf 袸
11002 ykzh 褥
11003 ykzh 袚
11004 ykzk 裌
11005 ykzo 裗
11006 ykzp 襫
11007 ykzs 裺
11008 ykzx 裖
11009 yk. 交
11010 yk. 衫
11011 yk. 診
11012 yk.b 褑
11013 yk.c 褷
11014 yk.m 頝
11015 yk.q 袶
11016 yk.s 褫
11017 yk.t 郊
11018 yk.. 效
11019 yk.; 袼
11020 yk., 鵁
11021 yk/f 襗
11022 yk/q 襬
11023 yk/u 褞
11024 yk// 襡
11025 yk;d 衶
11026 yk;f 襌
11027 yk;r 裎
11028 yk;s 說
11029 yk;s 兗
11030 yk;u 裐
11031 yk;v 襙
11032 yk;x 袞
11033 yk;x 褒
11034 yk,. 襒
11035 yk,, 裧
11036 yldd 謅
11037 yleb 誕
11038 ylf; 話
11039 yli; 譗
11040 ylp 詢
11041 ylpf 諀
11042 ylpn 謥
11043 ylpr 諻
11044 ylq 託
11045 yltx 袌
11046 ylvg 誘
11047 ylvm 謻
11048 ylvw 諉
11049 ylx 衣
11050 ylx; 裔
11051 ylz 訞
11052 ylz; 譑
11053 yl; 竘
11054 yl, 鴗
11055 yl,p 譒
11056 ymm 誃
11057 ymmx 袲
11058 ymod 謠
11059 ymqv 謋
11060 ym; 詺
11061 yn 這
11062 ynaa 諠
11063 ynic 譧
11064 ynlp 讅
11065 ynlq 詫
11066 ynlu 謐
11067 ynq 詑
11068 ynr, 謶
11069 ynua 誼
11070 ynzx 竤
11071 yn. 諺
11072 yo 訢
11073 yoaa 詆
11074 yoap 諙
11075 yodb 謏
11076 yoe 詐
11077 yof 許
11078 yof 諈
11079 yoh 訴
11080 yoja 亹
11081 yok 諛
11082 yolx 裒
11083 yolx 褎
11084 yorb 譭
11085 yor, 譕
11086 yos 訖
11087 yos 詵
11088 yos 誽
11089 yosm 讚
11090 yosz 誨
11091 yov 誅
11092 yoxx 褢
11093 yoz 詄
11094 yo; 誥
11095 yp 音
11096 ypac 褆
11097 ypac 諟
11098 ypax 戠
11099 ypf 章
11100 ypfb 頀
11101 ypfm 贛
11102 ypfn 遧
11103 ypfn 戇
11104 ypft 鄣
11105 ypfx 譨
11106 ypfz 韺
11107 ypf. 彰
11108 ypf. 竷
11109 ypjk 畝
11110 ypjk 歆
11111 ypj; 韶
11112 ypk. 謖
11113 yplr 韹
11114 ypls 竭
11115 ypls 謁
11116 yplx 衰
11117 ypn 意
11118 ypn 諰
11119 ypn, 鷾
11120 yppp 讄
11121 ypr 童
11122 yprq 氃
11123 yprx 裏
11124 yps 竟
11125 ypu 謂
11126 ypv 課
11127 ypvx 裹
11128 yp.f 韸
11129 yp/b 謾
11130 yp;a 亶
11131 yp;b 勯
11132 yp;b 皽
11133 yp;m 韻
11134 yp;m 顫
11135 yp;n 邅
11136 yp;q 氈
11137 yp;v 稟
11138 yp;w 謱
11139 yp;, 鸇
11140 yq 訌
11141 yqar 誆
11142 yqd 訶
11143 yqdl 訝
11144 yqe. 譀
11145 yqh 誧
11146 yqkk 誣
11147 yqn 謰
11148 yqoc 譺
11149 yqp 詣
11150 yqp 諨
11151 yqq 鹿
11152 yqqa 麆
11153 yqqa 麠
11154 yqqb 麚
11155 yqqe 麛
11156 yqqe 麡
11157 yqqh 麝
11158 yqqi 鏖
11159 yqqk 麒
11160 yqqo 麍
11161 yqqp 諧
11162 yqqq 麟
11163 yqqq 麀
11164 yqqq 麤
11165 yqqr 塵
11166 yqqr 麈
11167 yqqs 麂
11168 yqqs 麑
11169 yqqt 鄜
11170 yqqv 麇
11171 yqqv 麜
11172 yqqx 麎
11173 yqqx 麙
11174 yqqz 麌
11175 yqq; 麔
11176 yqq, 麋
11177 yqq, 麃
11178 yqsp 譖
11179 yqt 詎
11180 yq;; 謳
11181 yr 主
11182 yra 詌
11183 yrak 諆
11184 yrav 謀
11185 yre, 讌
11186 yrfh 詩
11187 yrgh 譸
11188 yrjr 講
11189 yrkx 褻
11190 yrlp 諸
11191 yrlx 諘
11192 yrm 謮
11193 yrn 誌
11194 yrqk 諶
11195 yrr 謹
11196 yrr 詿
11197 yrrs 譊
11198 yrs 詍
11199 yrsb 殶
11200 yrsv 諜
11201 yru 請
11202 yru 靖
11203 yr/m 讀
11204 yr/y 讟
11205 yr; 詰
11206 yr;; 譆
11207 ys 亡
11208 ys 亢
11209 ysam 頏
11210 ysb 設
11211 ysf 訊
11212 ysj 盲
11213 yslu 衁
11214 ysmr 望
11215 ysn 忘
11216 ysn 迒
11217 yso 巟
11218 yst 邙
11219 yst 邟
11220 ysts 氓
11221 ysu 肓
11222 ysv 杗
11223 ysw 妄
11224 ysxd 罋
11225 ysxh 甕
11226 ysxr 壅
11227 ysxx 饔
11228 ysxy 雍
11229 ys, 誂
11230 ytb 詖
11231 ytgx 誸
11232 ytk 訣
11233 yts 記
11234 ytsk 譔
11235 ytsn 誋
11236 yt.n 讔
11237 yt;q 諱
11238 yua 詛
11239 yuih 羸
11240 yulh 鸁
11241 yumh 贏
11242 yuph 臝
11243 yuq 龍
11244 yuqc 龒
11245 yuqe 聾
11246 yuqg 礱
11247 yuqk 龔
11248 yuqq 龘
11249 yuqr 壟
11250 yuqx 襲
11251 yuqy 讋
11252 yuqz 龑
11253 yuq/ 蠪
11254 yuq, 鸗
11255 yuwh 嬴
11256 yu/h 蠃
11257 yvh 訹
11258 yvjs 親
11259 yvkk 誺
11260 yvo 新
11261 yvv 諃
11262 yv/ 諫
11263 yv; 竦
11264 yw 妾
11265 yx 玄
11266 yx 颯
11267 yx 諷
11268 yxb 詏
11269 yxcl 玅
11270 yxjf 牽
11271 yxk 亥
11272 yxkb 劾
11273 yxke 刻
11274 yxkk 欬
11275 yxkm 賌
11276 yxkm 頦
11277 yxk. 竣
11278 yxok 玈
11279 yxoz 誒
11280 yxp 畜
11281 yxpt 鄐
11282 yxxd 巒
11283 yxxf 孿
11284 yxxg 彎
11285 yxxi 鑾
11286 yxxj 矕
11287 yxxk 臠
11288 yxxn 戀
11289 yxxo 攣
11290 yxxp 曫
11291 yxxv 欒
11292 yxxw 孌
11293 yxxx 譏
11294 yxxz 奱
11295 yxx. 變
11296 yxx/ 蠻
11297 yxx, 鸞
11298 yxyx 玆
11299 yx; 詒
11300 yx;x 袬
11301 yx,f 率
11302 yykd 諦
11303 yykf 誶
11304 yykh 謗
11305 yyk. 詨
11306 yyk; 謫
11307 yyk; 謪
11308 yyp 諳
11309 yypa 譠
11310 yypx 識
11311 yyr 註
11312 yyxk 該
11313 yy.m 謧
11314 yy;c 諒
11315 yy;f 諄
11316 yy;x 讓
11317 yy;. 譈
11318 yy;. 譹
11319 yy;; 謞
11320 yzag 誇
11321 yzag 謣
11322 yzax 誫
11323 yzgx 誠
11324 yzlc 謜
11325 yzle 讈
11326 yzn 譓
11327 yzqx 諴
11328 yzrp 譇
11329 yzsh 訧
11330 yzu 詴
11331 yzx 竑
11332 yz.h 詙
11333 yz, 詼
11334 y. 文
11335 y.ab 諼
11336 y.am 贇
11337 y.ar 誑
11338 y.ax 斌
11339 y.dm 离
11340 y.dy 離
11341 y.es 謕
11342 y.e/ 斕
11343 y.fh 謝
11344 y.gf 斒
11345 y.l, 鳼
11346 y.n 忞
11347 y.oa 斖
11348 y.q 詬
11349 y.sb 毅
11350 y.td 諍
11351 y.td 竫
11352 y.x 紊
11353 y.xz 謑
11354 y./k 斔
11355 y./k 螤
11356 y.; 吝
11357 y.; 詻
11358 y/cx 褱
11359 y/rf 譯
11360 y;ae 諿
11361 y;c 京
11362 y;cb 勍
11363 y;ch 就
11364 y;c, 鶁
11365 y;c, 鷲
11366 y;dn 譴
11367 y;dx 衷
11368 y;e 剖
11369 y;gd 亨
11370 y;gf 享
11371 y;gf 嚲
11372 y;gh 孰
11373 y;gn 憝
11374 y;go 撉
11375 y;gr 塾
11376 y;gt 郭
11377 y;gz 誤
11378 y;g. 敦
11379 y;g, 熟
11380 y;g, 烹
11381 y;g, 鶉
11382 y;jb 敲
11383 y;jb 毃
11384 y;jd 亭
11385 y;jf 髜
11386 y;jk 歊
11387 y;jq 毫
11388 y;jq 亳
11389 y;js 亮
11390 y;jt 鄗
11391 y;ju 膏
11392 y;j. 豪
11393 y;j; 高
11394 y;lx 哀
11395 y;qh 瓿
11396 y;ss 競
11397 y;t 部
11398 y;tx 裛
11399 y;. 敨
11400 y;;b 勷
11401 y;;f 譂
11402 y;;g 諤
11403 y;;k 瓤
11404 y;;v 譟
11405 y;;x 襄
11406 y,n 謎
11407 y,, 談
11408 y,,b 燮
11409 z 不
11410 z 大
11411 z 夫
11412 z 雨
11413 za 丕
11414 zaac 奈
11415 zaae 刳
11416 zaag 夸
11417 zaag 雩
11418 zaag 霒
11419 zaah 辱
11420 zaak 瓠
11421 zaan 靆
11422 zaas 匏
11423 zaat 鄏
11424 zaat 鄠
11425 zaau 脣
11426 zaax 辰
11427 zaax 雲
11428 zaax 綔
11429 zaa. 靉
11430 zaa/ 蜃
11431 zaa; 唇
11432 zaa, 鴮
11433 zae 歪
11434 zae 耷
11435 zale 需
11436 zalp 奭
11437 zat 邳
11438 zatw 霋
11439 zawx 威
11440 zax 戌
11441 zaxr 厔
11442 zaz 奏
11443 zb 友
11444 zb 反
11445 zb 夯
11446 zbah 霨
11447 zbbp 霫
11448 zbdd 镼
11449 zbgb 霧
11450 zbgj 霿
11451 zbgl 雺
11452 zbn 返
11453 zbqi 霯
11454 zb;f 霹
11455 zc 泰
11456 zcad 霈
11457 zce 奫
11458 zce; 霑
11459 zcjq 霘
11460 zcrk 霟
11461 zcrk 霮
11462 zctx 霐
11463 zcu 霄
11464 zcv 霂
11465 zcze 靋
11466 zc.r 霪
11467 zdgf 存
11468 zdr 在
11469 zeac 蹙
11470 zeam 顣
11471 zeax 戚
11472 zeax 慼
11473 zed 夼
11474 zee 霏
11475 zee 厞
11476 zetb 霞
11477 zf 奉
11478 zff 奔
11479 zfh 專
11480 zfhe 剸
11481 zfht 鄟
11482 zfh, 鷒
11483 zfjz 霙
11484 zfpb 勵
11485 zfpm 厲
11486 zfuk 厧
11487 zgs 厄
11488 zgx 成
11489 zgxt 郕
11490 zgxu 盛
11491 zh 太
11492 zh 犬
11493 zh 雱
11494 zhn 迖
11495 zhx 戍
11496 zhzh 猋
11497 zhzx 飆
11498 zib 零
11499 zide 劂
11500 zidk 厥
11501 zid/ 蟨
11502 zid, 鷢
11503 zif 羍
11504 zj 冇
11505 zja. 霥
11506 zjd 布
11507 zjf 甭
11508 zjs 規
11509 zjsv 槼
11510 zjsw 嫢
11511 zjz 雵
11512 zk 丈
11513 zk 仄
11514 zkj 雰
11515 zkk 夾
11516 zkkm 頰
11517 zkkt 郟
11518 zkky 雁
11519 zkk, 鵊
11520 zklm 贗
11521 zkl, 鴈
11522 zkpn 遼
11523 zkp, 鷯
11524 zky 霍
11525 zkyh 奪
11526 zkyp 奮
11527 zkyy 靃
11528 zlh 犮
11529 zli 雽
11530 zlpc 原
11531 zlpm 願
11532 zlpn 愿
11533 zlrb 霆
11534 zlts 雹
11535 zlv 秦
11536 zlve 歷
11537 zlvg 磿
11538 zlvp 曆
11539 zlvv 厤
11540 zlz 镺
11541 zl, 鳺
11542 zl, 鴀
11543 zmm 奓
11544 zn 惠
11545 zo 舂
11546 zoaa 厎
11547 zodj 奅
11548 zoe 厏
11549 zof 厜
11550 zofd 厒
11551 zohp 霤
11552 zon 憃
11553 zos 霓
11554 zosz 霉
11555 zos. 霺
11556 zoz 镻
11557 zp 春
11558 zp 雷
11559 zpgf 厚
11560 zpn 惷
11561 zpr 厘
11562 zprk 霬
11563 zps 電
11564 zps 奄
11565 zps, 鵪
11566 zpud 厴
11567 zpue 靨
11568 zpuh 厭
11569 zpur 壓
11570 zpuw 嬮
11571 zpux 饜
11572 zpux 魘
11573 zpu, 黶
11574 zp.; 厬
11575 zp// 蠢
11576 zq 左
11577 zq 厙
11578 zqd 奇
11579 zqdb 攲
11580 zqdb 敧
11581 zqde 剞
11582 zqdk 欹
11583 zqdl 厊
11584 zqd, 鵸
11585 zqnx 感
11586 zquq 毻
11587 zqx 咸
11588 zqxj 觱
11589 zqxm 顑
11590 zq;; 奩
11591 zra 雸
11592 zrfu 霸
11593 zrlf 奲
11594 zrlp 奢
11595 zrp 厝
11596 zrr 奎
11597 zru. 霰
11598 zrv 棄
11599 zs 充
11600 zs 尢
11601 zsar 尪
11602 zsh 尤
11603 zsh. 尨
11604 zske 尬
11605 zslh 尥
11606 zsmu 尳
11607 zsop 尰
11608 zsqu 尷
11609 zszx 臧
11610 zs.; 露
11611 zs, 雿
11612 zt 雪
11613 zt 邞
11614 ztf 肆
11615 ztg 夷
11616 zu 有
11617 zu 育
11618 zu 盃
11619 zun 迶
11620 zuqx 戫
11621 zut 郁
11622 zu.k 霢
11623 zvj 霜
11624 zvv 霖
11625 zvv. 霦
11626 zwgf 孬
11627 zx 戊
11628 zxbb 翃
11629 zxky 雄
11630 zy 霅
11631 zyf 厗
11632 zyig 霠
11633 zyke 霽
11634 zyps 靄
11635 zyuq 靇
11636 zyw 霎
11637 zy. 雯
11638 zy;t 霩
11639 zz 套
11640 zz 奀
11641 zzax 震
11642 zzkc 镽
11643 zzle 靂
11644 zzp 替
11645 zzq 輦
11646 zzqt 鄻
11647 zzsh 厖
11648 zzzz 厂
11649 z. 髟
11650 z.ae 髶
11651 z.as 髡
11652 z.bl 髳
11653 z.cu 髾
11654 z.eq 髭
11655 z.fk 鬒
11656 z.fu 鬍
11657 z.fz 鬕
11658 z.h 髣
11659 z.ic 鬑
11660 z.ie 鬋
11661 z.ip 鬠
11662 z.is 鬈
11663 z.jr 髯
11664 z.js 髧
11665 z.j; 髫
11666 z.kp 鬙
11667 z.kr 髽
11668 z.kv 髹
11669 z.le 鬁
11670 z.lq 髦
11671 z.ls 髱
11672 z.l; 髺
11673 z.nc 鬃
11674 z.nm 鬢
11675 z.pb 鬘
11676 z.pf 髷
11677 z.pr 霾
11678 z.px 鬞
11679 z.p. 鬄
11680 z.rk 鬗
11681 z.rp 鬐
11682 z.r; 髻
11683 z.tb 髲
11684 z.uu 鬅
11685 z.ve 鬎
11686 z.vx 鬆
11687 z.ww 鬣
11688 z.x. 鬖
11689 z.yx 鬤
11690 z.za 髬
11691 z.zh 髮
11692 z.zp 鬊
11693 z.zu 鬌
11694 z..f 髼
11695 z..m 鬚
11696 z... 爽
11697 z.., 鷞
11698 z./x 鬟
11699 z; 右
11700 z; 否
11701 z;ax 霵
11702 z;m 霣
11703 z;;k 靈
11704 z;;t 酃
11705 z;;; 霝
11706 z, 灰
11707 z,u 盔
11708 . 身
11709 .aac 狋
11710 .aad 行
11711 .ae 征
11712 .af 犴
11713 .af 豻
11714 .afd 衎
11715 .afx 狨
11716 .ags 卮
11717 .ak. 獮
11718 .alm 須
11719 .alp 貊
11720 .alw 嬃
11721 .al. 獶
11722 .al. 獿
11723 .apa 狟
11724 .apa 貆
11725 .ar 狂
11726 .arn 逛
11727 .ar, 鵟
11728 .atd 衙
11729 .awq 徑
11730 .azb 爰
11731 .az, 鶢
11732 .a/ 徆
11733 .bcf 徲
11734 .bgv 猱
11735 .bg; 獝
11736 .bmf 辭
11737 .bms 亂
11738 .bms 覶
11739 .bq 狔
11740 .cad 衍
11741 .can 愆
11742 .caz 獛
11743 .ccl 猀
11744 .cj; 躺
11745 .cj; 徜
11746 .d 凶
11747 .dae 貒
11748 .dd 貀
11749 .dk 爪
11750 .dks 爬
11751 .ds 兇
11752 .dy. 徾
11753 .e 刈
11754 .ec 徙
11755 .ee 徘
11756 .es 虒
11757 .es 猇
11758 .esk 歋
11759 .esn 遞
11760 .etb 徦
11761 .etb 猳
11762 .etb 貑
11763 .ezx 獩
11764 .e// 蠫
11765 .f 夆
11766 .fh 射
11767 .fhs 虢
11768 .fj 盾
11769 .fjh 瞂
11770 .fjn 遁
11771 .fjz 猰
11772 .fj, 鶞
11773 .fkb 獲
11774 .fl 豺
11775 .fn 逢
11776 .fp 貓
11777 .fps 獦
11778 .fpz 貘
11779 .f/n 德
11780 .f; 狜
11781 .f;d 衚
11782 .f;o 玂
11783 .f;u 猢
11784 .f;y 獾
11785 .gf 孚
11786 .gfs 乳
11787 .gft 郛
11788 .gfu 猛
11789 .gfx 猻
11790 .gjf 猵
11791 .gr 狃
11792 .grd 峱
11793 .gs 犯
11794 .gu 猏
11795 .h 冬
11796 .h 彷
11797 .hhq 鬯
11798 .htx 狼
11799 .h// 螽
11800 .iad 銜
11801 .ib 彾
11802 .ib 狑
11803 .if 徉
11804 .if; 猞
11805 .ip 猶
11806 .it; 獊
11807 .iue 貐
11808 .iv 徐
11809 .iv 狳
11810 .i/p 獪
11811 .i/p 徻
11812 .i;k 獫
11813 .jb 受
11814 .jfd 狦
11815 .jjb 玃
11816 .jjb 貜
11817 .jjd 衢
11818 .jjf 獬
11819 .jk 豽
11820 .jmq 舜
11821 .jn. 愛
11822 .jq 狪
11823 .jqd 衕
11824 .jr; 徟
11825 .js 覓
11826 .j; 貂
11827 .kkc 從
11828 .kke 聳
11829 .kkn 慫
11830 .kk, 熧
11831 .kp 昝
11832 .ktz 猴
11833 .kv 貅
11834 .kx 彸
11835 .k; 咎
11836 .lb 彶
11837 .leb 狿
11838 .led 獅
11839 .lh 豹
11840 .lh 彴
11841 .lp 徇
11842 .lpf 猈
11843 .lpf 貏
11844 .lpn 邈
11845 .lpq 貔
11846 .lpr 徨
11847 .lps 貌
11848 .lp. 徼
11849 .lp. 獥
11850 .lr 狅
11851 .ls 犰
11852 .lve 猁
11853 .lz; 獢
11854 .l; 狗
11855 .m 狽
11856 .mod 徭
11857 .mod 猺
11858 .mu 猾
11859 .m; 猧
11860 .nac 徖
11861 .nam 軉
11862 .nfh 狩
11863 .nk 狖
11864 .nk 貁
11865 .nnd 獰
11866 .nrk 獷
11867 .o 舀
11868 .oaa 彽
11869 .oac 禦
11870 .oae 猘
11871 .oaj 御
11872 .odb 獀
11873 .oks 覛
11874 .ol, 獡
11875 .oo 狾
11876 .opd 衝
11877 .op. 復
11878 .or 狌
11879 .os 犵
11880 .os 猊
11881 .o/, 獯
11882 .pa 狚
11883 .pac 徥
11884 .pah 得
11885 .pax 猥
11886 .pd 狎
11887 .pdc 忁
11888 .pls 猲
11889 .por 猩
11890 .pp 猖
11891 .pqq 猑
11892 .pr 貍
11893 .pr 狸
11894 .pv 猓
11895 .pwn 邍
11896 .p/b 獌
11897 .p; 徊
11898 .p;w 貗
11899 .q 后
11900 .qdl 犽
11901 .qhh 猼
11902 .qn 逅
11903 .qn 逄
11904 .qo 獑
11905 .qpw 躽
11906 .qqr 狴
11907 .qr 垕
11908 .qt 郈
11909 .qx 狘
11910 .q;; 軀
11911 .q;; 貙
11912 .rc 徒
11913 .rfh 待
11914 .rkd 衖
11915 .rlq 狫
11916 .rpk 獚
11917 .rrd 街
11918 .rrs 獟
11919 .ru 猜
11920 .r; 狤
11921 .r;x 猿
11922 .sb 役
11923 .sbr 垼
11924 .sv 躲
11925 .s, 狣
11926 .tb 彼
11927 .td 爭
11928 .tf 律
11929 .tf 貄
11930 .tg 躬
11931 .tgb 殷
11932 .tge 彿
11933 .tge 狒
11934 .tgn 慇
11935 .tg. 獼
11936 .tx 很
11937 .tx 狠
11938 .txn 懇
11939 .txr 墾
11940 .t;c 躗
11941 .t;d 衛
11942 .t;q 徫
11943 .t;y 讆
11944 .ua 狙
11945 .ua 徂
11946 .uzd 衡
11947 .v 采
11948 .vhb 殺
11949 .vhd 術
11950 .vhe 剎
11951 .vhk 閷
11952 .vhx 弒
11953 .vkk 徠
11954 .vpf 釉
11955 .v. 彩
11956 .v;m 獺
11957 .w 妥
11958 .w. 猭
11959 .w/w 獵
11960 .x 猦
11961 .xk 瓜
11962 .xkh 瓝
11963 .xks 瓟
11964 .xkz 瓞
11965 .xk. 狻
11966 .xk/ 瓥
11967 .xs 狁
11968 .xs 乿
11969 .xz 奚
11970 .xzy 雞
11971 .xz; 谿
11972 .x. 後
11973 .y 狺
11974 .yc 犿
11975 .ykf 猝
11976 .ykh 徬
11977 .yk. 狡
11978 .ypf 獐
11979 .ypr 獞
11980 .yps 獍
11981 .yr 往
11982 .ys 犺
11983 .yuq 徿
11984 .yxd 衒
11985 .yzh 獄
11986 .yz, 鸑
11987 .y;x 忀
11988 .y;x 獽
11989 .za 狉
11990 .zae 獳
11991 .zik 獗
11992 .zjd 希
11993 .zjh 瓻
11994 .zjk 欷
11995 .zjt 郗
11996 .zj, 鵗
11997 .zkc 獠
11998 .zkk 狹
11999 .zlc 獂
12000 .zlv 獉
12001 .zqd 猗
12002 .zqd 徛
12003 .zu 肴
12004 .zub 殽
12005 .zut 郩
12006 .zu. 徹
12007 .. 爻
12008 ..d. 猣
12009 ..fj 循
12010 ..td 猙
12011 ..xk 狐
12012 ..xz 徯
12013 ..xz 貕
12014 ..zd 狶
12015 .... 乂
12016 .... 彳
12017 .... 豸
12018 ..; 貉
12019 ./bh 爵
12020 ./l/ 獨
12021 ./qx 獧
12022 ./xy 玀
12023 .; 各
12024 .;d 狆
12025 .;ky 雒
12026 .;l, 鵅
12027 .;u 狷
12028 .;;f 貚
12029 .;;. 玁
12030 ., 狄
12031 .,n 逖
12032 .,n 悐
12033 .,. 徶
12034 .,. 獙
12035 .,,b 軂
12036 / 四
12037 / 虫
12038 /aam 蠀
12039 /aas 蚖
12040 /ad 虰
12041 /ae 罡
12042 /aer 蟶
12043 /af 虷
12044 /ajk 蛃
12045 /ale 蝒
12046 /alm 蝢
12047 /alp 蛨
12048 /alz 蝡
12049 /ame 蛚
12050 /atc 蜨
12051 /awq 蛵
12052 /axr 蛭
12053 /a/c 螵
12054 /a/f 蟫
12055 /bah 罻
12056 /bbb 罬
12057 /bbb 蝃
12058 /bby 蠗
12059 /bb. 蟉
12060 /bc/ 蠾
12061 /bf; 蜛
12062 /bgl 罞
12063 /bgv 蝚
12064 /bj 蝍
12065 /bj 蝞
12066 /bjf 蛹
12067 /bk 蚇
12068 /cjp 蟷
12069 /cjr 螳
12070 /cn 遝
12071 /cqv 蟝
12072 /cu 蛸
12073 /dff 蝆
12074 /dk; 蠵
12075 /dqi 螘
12076 /d.b 蝂
12077 /e 蜵
12078 /ee 罪
12079 /epf 罩
12080 /epu 蠦
12081 /etb 蝦
12082 /e; 蛅
12083 /f 蚌
12084 /fb 蚑
12085 /ffm 蟦
12086 /fjf 蝻
12087 /fjz 蝧
12088 /fj. 蠓
12089 /fkb 蠖
12090 /fpd 羃
12091 /fpz 蟆
12092 /frv 蠂
12093 /fte 蠨
12094 /fua 置
12095 /fzf 蟒
12096 /f/x 蠛
12097 /f; 罟
12098 /f; 蛄
12099 /f;u 蝴
12100 /f;y 蠸
12101 /f,h 蛷
12102 /gcd 蜬
12103 /gcu 蝑
12104 /gfu 蜢
12105 /gjf 蝙
12106 /gzh 蜧
12107 /g, 罵
12108 /g, 螞
12109 /hbt 螂
12110 /hf 蚪
12111 /hl, 蟡
12112 /hof 蝣
12113 /hoz 螏
12114 /htx 蜋
12115 /ib 蛉
12116 /if 蛘
12117 /if 蛢
12118 /ig 蚙
12119 /ijf 蜦
12120 /ip 蝤
12121 /irs 蜣
12122 /irx 蟻
12123 /iue 蝓
12124 /iv 蜍
12125 /izs 蜷
12126 /i; 蛤
12127 /j 虭
12128 /jat 蠅
12129 /jjb 蠼
12130 /jjy 蠷
12131 /jk 蚋
12132 /jm 蝜
12133 /jo 蜭
12134 /jpk 螟
12135 /jp. 蟓
12136 /jr 蚺
12137 /jr; 蜩
12138 /js 蜆
12139 /jzs 蛫
12140 /jzy 蟾
12141 /j; 蛁
12142 /kam 蟘
12143 /ke 蚧
12144 /kfh 蚹
12145 /kj 蚡
12146 /kkk 眾
12147 /ktl 蛜
12148 /kx 蚣
12149 /kxb 螉
12150 /ky 蜼
12151 /ky, 蟭
12152 /k. 蚥
12153 /k/p 罾
12154 /k;s 蛻
12155 /laa 蚐
12156 /leb 蜒
12157 /led 螄
12158 /lf; 蛞
12159 /lh 虳
12160 /ljh 螑
12161 /ljn 螅
12162 /lod 蜪
12163 /lox 蛾
12164 /lpf 蜱
12165 /lpn 蟌
12166 /lpr 蝗
12167 /lq 虴
12168 /lq 蚝
12169 /lrb 蜓
12170 /lv 蟂
12171 /lve 蜊
12172 /lvf 蝌
12173 /lvw 蜲
12174 /lz; 蟜
12175 /l/ 蜀
12176 /l/b 斀
12177 /l/k 歜
12178 /l/, 鸀
12179 /l; 蚼
12180 /l;m 蝺
12181 /l, 螐
12182 /l,n 蟋
12183 /l,p 蟠
12184 /m 買
12185 /ml, 鷶
12186 /mmw 蠳
12187 /mu 螖
12188 /m; 蝸
12189 /naa 蝖
12190 /nak 螾
12191 /nam 蠙
12192 /nic 蠊
12193 /nid 蝷
12194 /nkr 螲
12195 /nky 罹
12196 /nms 蜿
12197 /nq 蛇
12198 /nr; 螛
12199 /nr, 蟅
12200 /nt; 螗
12201 /o 蚚
12202 /oa 蚯
12203 /oaa 蚳
12204 /oas 蚔
12205 /oe 蚱
12206 /ogc 蜁
12207 /oh 蚸
12208 /ohp 罶
12209 /op 蝩
12210 /op. 蝮
12211 /os 虼
12212 /os 蜺
12213 /ov 蛛
12214 /ox 螝
12215 /oz 蛈
12216 /oz; 蜘
12217 /p 蚎
12218 /pac 蝭
12219 /pa. 蝪
12220 /pf 蛐
12221 /pf 蚰
12222 /pff 罼
12223 /pj 蝐
12224 /plk 蠍
12225 /pls 蝎
12226 /plv 蜠
12227 /pl. 蜴
12228 /pn 罳
12229 /ppp 蠝
12230 /pqx 蟈
12231 /pu 蝟
12232 /pv 蜾
12233 /px 螺
12234 /p/b 蟃
12235 /p; 蛔
12236 /p;w 螻
12237 /p, 蟔
12238 /q 虹
12239 /qax 罭
12240 /qax 蜮
12241 /qd 蚵
12242 /qdl 蚜
12243 /qh 蜅
12244 /qlb 翾
12245 /qln 還
12246 /qo 螹
12247 /qob 蠮
12248 /qp 蝠
12249 /qp 螬
12250 /qpw 蝘
12251 /qq 蚍
12252 /qqp 蝔
12253 /qqr 蜌
12254 /qt 蚷
12255 /ra 蚶
12256 /rak 蜞
12257 /rfd 羇
12258 /rf, 羈
12259 /rif 睪
12260 /ri. 斁
12261 /ri, 鸅
12262 /rjd 螮
12263 /rlp 署
12264 /rlp 蝫
12265 /rp 蜡
12266 /rpk 蟥
12267 /rr 蛙
12268 /rr 罣
12269 /rr 螼
12270 /rrc 罫
12271 /rrs 蟯
12272 /rsf 蝳
12273 /rsv 蝶
12274 /ru 蜻
12275 /r; 蛣
12276 /r;x 瞏
12277 /r;. 蟛
12278 /r;; 蟢
12279 /s 虮
12280 /sd 虯
12281 /tb 蚾
12282 /tds 蚆
12283 /tgd 蚓
12284 /tk 蚗
12285 /tqh 蟳
12286 /tsk 蟤
12287 /tss 罠
12288 /tx 蛝
12289 /txn 螁
12290 /ua 蛆
12291 /ua 罝
12292 /v 蚞
12293 /vkx 蜙
12294 /vo 蜥
12295 /vp 蝀
12296 /vv 罧
12297 /wpv 罺
12298 /w. 蝝
12299 /w/w 蠟
12300 /xb 蚴
12301 /xkn 邏
12302 /xky 羅
12303 /xof 蛑
12304 /xuq 罷
12305 /xu, 羆
12306 /xxx 蟣
12307 /y 詈
12308 /ye 罰
12309 /yke 蠐
12310 /ykh 螃
12311 /yk. 蛟
12312 /yk; 螪
12313 /ypa 蟺
12314 /ypf 蟑
12315 /ypr 罿
12316 /ypx 蟙
12317 /yqq 螰
12318 /yr 蛀
12319 /yr 罜
12320 /yrp 蠩
12321 /ys 虻
12322 /ys 蚢
12323 /yuq 蠬
12324 /yx 蚿
12325 /yxf 蟀
12326 /yxx 羉
12327 /y. 蚊
12328 /y.m 螭
12329 /y;d 蝏
12330 /y;f 蜳
12331 /y;x 蠰
12332 /y;. 蠔
12333 /z 罘
12334 /z 蚨
12335 /za 蚽
12336 /zae 蠕
12337 /zax 蜄
12338 /zax 蝛
12339 /zfm 蠣
12340 /zgs 蚅
12341 /zkc 蟟
12342 /zkk 蛺
12343 /zlc 螈
12344 /zlv 螓
12345 /zn 蟪
12346 /zps 罨
12347 /zsh 蚘
12348 /zsh 蛖
12349 /ztg 蛦
12350 /z.h 蛂
12351 /z,e 罽
12352 /.ab 蝯
12353 /.d. 蝬
12354 /.es 螔
12355 /.f 蜂
12356 /.fh 蛶
12357 /.gf 罦
12358 /.gf 蜉
12359 /.xk 罛
12360 /.xk 蛌
12361 /.xz 螇
12362 //l/ 蠋
12363 //qx 蠉
12364 //rf 蠌
12365 //u 蝹
12366 /// 蟲
12367 ///u 蠱
12368 ///z 奰
12369 /;gz 蜈
12370 /;u 罥
12371 /;u 蜎
12372 /;;f 蟬
12373 /,,b 蟧
12374 /,,v 蠑
12375 ;ad 叮
12376 ;adm 噸
12377 ;ads 吨
12378 ;ae 咡
12379 ;ae 咠
12380 ;aea 啞
12381 ;aee 囁
12382 ;aen 噁
12383 ;aex 戢
12384 ;ae, 嘕
12385 ;af 吁
12386 ;afo 喢
12387 ;ags 號
12388 ;agx 饕
12389 ;ag, 鴞
12390 ;ai 呯
12391 ;ajk 啢
12392 ;ale 喕
12393 ;alx 嘎
12394 ;al. 嗄
12395 ;al. 嚘
12396 ;ame 咧
12397 ;ap 唒
12398 ;apa 咺
12399 ;ap. 哽
12400 ;arf 哢
12401 ;atc 啑
12402 ;at; 唔
12403 ;av 味
12404 ;axr 咥
12405 ;a.h 啄
12406 ;a/ 哂
12407 ;a/c 嘌
12408 ;a/f 嘾
12409 ;a/w 喓
12410 ;b 另
12411 ;b 叻
12412 ;bar 喔
12413 ;bbb 啜
12414 ;bbf 噿
12415 ;bbu 嗋
12416 ;bbv 嗓
12417 ;bby 嚁
12418 ;bb. 嘐
12419 ;bc/ 囑
12420 ;bdd 啒
12421 ;bg; 噊
12422 ;bj 唧
12423 ;bje 唰
12424 ;bk 呎
12425 ;bq 呢
12426 ;b; 咖
12427 ;c 足
12428 ;caz 噗
12429 ;ccl 唦
12430 ;cjp 噹
12431 ;cjp 嚐
12432 ;cl 吵
12433 ;cm 嗩
12434 ;coz 嗨
12435 ;ctb 啵
12436 ;cu 哨
12437 ;d 中
12438 ;dae 喘
12439 ;dam 貴
12440 ;dan 遺
12441 ;dan 遣
12442 ;da/ 嗤
12443 ;dd 咄
12444 ;dky 嗺
12445 ;dn 忠
12446 ;du 盅
12447 ;d;d 喦
12448 ;ea. 噱
12449 ;ecm 嚬
12450 ;ee 啡
12451 ;ei 嚙
12452 ;ejo 嚪
12453 ;epf 啅
12454 ;epu 嚧
12455 ;eq 呲
12456 ;eqj 嘴
12457 ;eqv 喍
12458 ;es 唬
12459 ;eu 啃
12460 ;ewa 噓
12461 ;ezx 噦
12462 ;e; 呫
12463 ;e;z 噳
12464 ;faf 嘩
12465 ;fb 吱
12466 ;ffm 噴
12467 ;fft 嘒
12468 ;fh 吋
12469 ;fi; 嗒
12470 ;fjc 嚏
12471 ;fjf 喃
12472 ;fjf 哱
12473 ;fji 囓
12474 ;fjx 嗦
12475 ;fjz 喫
12476 ;fkb 嚄
12477 ;fkm 嘜
12478 ;fkv 嗏
12479 ;fp 喵
12480 ;fps 噶
12481 ;fpu 嘲
12482 ;fpz 嗼
12483 ;fp/ 囆
12484 ;frx 囈
12485 ;fuk 嗔
12486 ;fuv 囌
12487 ;fy; 嚆
12488 ;fz; 喏
12489 ;f. 哎
12490 ;f; 咕
12491 ;f;y 嚾
12492 ;ga 叼
12493 ;gf 吇
12494 ;gfs 吼
12495 ;gft 哪
12496 ;gr 吜
12497 ;gz 吳
12498 ;gzh 唳
12499 ;g, 嗎
12500 ;hbt 啷
12501 ;hkh 唹
12502 ;hl, 噅
12503 ;hoz 嗾
12504 ;ib 呤
12505 ;idu 嗍
12506 ;if 咩
12507 ;if; 啥
12508 ;ig 吟
12509 ;igm 嗿
12510 ;ign 唸
12511 ;ig; 唅
12512 ;iku 嗌
12513 ;iph 噂
12514 ;irq 嗟
12515 ;irs 唴
12516 ;itc 嗛
12517 ;it; 嗆
12518 ;iue 喻
12519 ;iv 唋
12520 ;i/p 噲
12521 ;i; 哈
12522 ;i;f 啽
12523 ;i;k 噞
12524 ;j 叨
12525 ;j 叩
12526 ;j 唃
12527 ;jd 吊
12528 ;jfq 嗣
12529 ;jhf 嘝
12530 ;jjz 喚
12531 ;jk 吹
12532 ;jk 吶
12533 ;jo 啗
12534 ;jq 哃
12535 ;jr 呥
12536 ;jr; 啁
12537 ;j;h 嚵
12538 ;k 只
12539 ;k 叭
12540 ;ke 吤
12541 ;kfh 咐
12542 ;kj 吩
12543 ;kkr 唑
12544 ;kq 吪
12545 ;ktl 咿
12546 ;ktz 喉
12547 ;kv 咻
12548 ;kxb 嗡
12549 ;ky 唯
12550 ;kym 噙
12551 ;ky, 鷕
12552 ;k.m 嗲
12553 ;k/p 噌
12554 ;laa 呁
12555 ;lb 吸
12556 ;le 別
12557 ;leb 唌
12558 ;lf 呏
12559 ;lf; 咶
12560 ;li 呼
12561 ;lj 咱
12562 ;ljh 嗅
12563 ;ljz 噢
12564 ;lod 啕
12565 ;lox 哦
12566 ;lp 咰
12567 ;lpf 啤
12568 ;lpf 嗥
12569 ;lpr 喤
12570 ;lp. 噭
12571 ;lq 吒
12572 ;lqk 噬
12573 ;lr 呈
12574 ;lrn 逞
12575 ;lrt 郢
12576 ;lts 咆
12577 ;lv 嘄
12578 ;lve 唎
12579 ;lv, 啾
12580 ;lz; 嘺
12581 ;l. 吻
12582 ;l.d 哅
12583 ;l; 呂
12584 ;l; 呴
12585 ;l;t 郘
12586 ;l;, 喣
12587 ;l, 鳴
12588 ;l, 嗚
12589 ;m 員
12590 ;m 唄
12591 ;mb 勛
12592 ;mm 哆
12593 ;mmw 嚶
12594 ;mod 嗂
12595 ;mt 鄖
12596 ;m; 喎
12597 ;naa 喧
12598 ;nac 啶
12599 ;nkp 噾
12600 ;nl 咇
12601 ;nmc 嚓
12602 ;nnd 嚀
12603 ;nnd 嘧
12604 ;nrb 喥
12605 ;nrk 嚝
12606 ;nr; 嗐
12607 ;nvv 嘛
12608 ;n. 喭
12609 ;n.; 喀
12610 ;o 听
12611 ;oaa 呧
12612 ;oad 咑
12613 ;oaj 啣
12614 ;odb 嗖
12615 ;oe 咋
12616 ;of 唾
12617 ;of 吘
12618 ;of 吽
12619 ;olp 啪
12620 ;oo 哳
12621 ;oq 哖
12622 ;or, 嘸
12623 ;os 吃
12624 ;os 唲
12625 ;osm 囋
12626 ;ov 咮
12627 ;oy 啦
12628 ;o; 哠
12629 ;pa 呾
12630 ;pab 嘬
12631 ;paf 哻
12632 ;pax 喂
12633 ;pd 呻
12634 ;pd 呷
12635 ;pff 嗶
12636 ;pfx 噥
12637 ;pls 喝
12638 ;pm 喁
12639 ;pp 唱
12640 ;pqx 嘓
12641 ;pr 哩
12642 ;prc 嚗
12643 ;pu 喟
12644 ;pz 咽
12645 ;pzn 嗯
12646 ;p;w 嘍
12647 ;p, 嘿
12648 ;p,r 嚜
12649 ;q 叱
12650 ;qd 呵
12651 ;qdl 呀
12652 ;qdu 嚂
12653 ;qdx 囔
12654 ;qe. 噉
12655 ;qh 哺
12656 ;qjd 咂
12657 ;qjd 嗝
12658 ;qm 嗊
12659 ;qn 嗹
12660 ;qp 嘈
12661 ;qqp 喈
12662 ;qsp 噆
12663 ;qzh 囀
12664 ;q;; 嘔
12665 ;r 吐
12666 ;ra 咁
12667 ;rak 唭
12668 ;rao 嘶
12669 ;rc 唗
12670 ;rc 哧
12671 ;rcc 嚇
12672 ;re, 嚥
12673 ;rhm 嚽
12674 ;rh. 嗷
12675 ;rif 啈
12676 ;rin 噠
12677 ;rk 哄
12678 ;rlf 哮
12679 ;rlp 嗜
12680 ;rlq 咾
12681 ;rlt 嘟
12682 ;rm 嘖
12683 ;rp 唶
12684 ;rqk 啿
12685 ;rr 哇
12686 ;rrs 嘵
12687 ;rsv 喋
12688 ;rx 嗉
12689 ;rx 呿
12690 ;rxu 嗑
12691 ;rz 嘆
12692 ;r; 咭
12693 ;r;; 嘻
12694 ;s 兄
12695 ;sd 叫
12696 ;sz 呣
12697 ;s, 咷
12698 ;tde 嘯
12699 ;tds 吧
12700 ;tds 邑
12701 ;tdu 嚍
12702 ;tge 咈
12703 ;tjb 唚
12704 ;tk 吷
12705 ;tqd 啊
12706 ;tqh 噚
12707 ;tsk 噀
12708 ;tss 呡
12709 ;tx 哏
12710 ;t;q 喡
12711 ;u 肙
12712 ;ua 咀
12713 ;ul, 鵑
12714 ;u,p 嚕
12715 ;v 呆
12716 ;va 呠
12717 ;vkk 唻
12718 ;vpa 喳
12719 ;vqi 噎
12720 ;vvc 噤
12721 ;v;e 喇
12722 ;v;k 嗽
12723 ;wb 呶
12724 ;w. 喙
12725 ;w;s 嗈
12726 ;x 吆
12727 ;xb 呦
12728 ;xk. 唆
12729 ;xlh 喲
12730 ;xof 哞
12731 ;xoz 唉
12732 ;xs 吮
12733 ;xxx 嘰
12734 ;x; 咍
12735 ;y 唁
12736 ;ykd 啼
12737 ;yke 嚌
12738 ;ykf 啐
12739 ;ykh 嗙
12740 ;yky 囃
12741 ;yk. 咬
12742 ;yk; 嘀
12743 ;yp 喑
12744 ;ypk 噷
12745 ;ypn 噫
12746 ;ypt 鄙
12747 ;ys 吭
12748 ;ysy 噰
12749 ;yuq 嚨
12750 ;yvs 嚫
12751 ;yw 唼
12752 ;yxk 咳
12753 ;y. 呅
12754 ;y;d 哼
12755 ;y;f 啍
12756 ;y;h 噈
12757 ;y;s 喨
12758 ;y;x 嚷
12759 ;y;. 嚎
12760 ;y;; 嗃
12761 ;z 吥
12762 ;za 呸
12763 ;zae 嚅
12764 ;zah 嗕
12765 ;zex 嘁
12766 ;zf 唪
12767 ;zgs 呃
12768 ;zh 吠
12769 ;zh 呔
12770 ;zik 噘
12771 ;zjd 咘
12772 ;zkc 嘹
12773 ;zkk 唊
12774 ;zle 嚦
12775 ;zpr 喱
12776 ;zps 唵
12777 ;zqx 喊
12778 ;zrr 啀
12779 ;zsh 哤
12780 ;ztg 咦
12781 ;zu 唷
12782 ;zx 吰
12783 ;. 史
12784 ;.fh 哷
12785 ;.h 咚
12786 ;.j. 噯
12787 ;.kp 喒
12788 ;.v 啋
12789 ;.w 哸
12790 ;.xk 呱
12791 ;.zd 唏
12792 ;./h 嚼
12793 ;.; 咯
12794 ;/ 呬
12795 ;/cn 嚃
12796 ;/ky 雖
12797 ;/l/ 噣
12798 ;/m 嘪
12799 ;/qx 噮
12800 ;/u 嗢
12801 ;/xy 囉
12802 ;;ad 喌
12803 ;;ag 呺
12804 ;;ag 咢
12805 ;;am 顎
12806 ;;at 鄂
12807 ;;a; 囂
12808 ;;a, 鶚
12809 ;;c 哫
12810 ;;d 串
12811 ;;dm 嘳
12812 ;;dn 患
12813 ;;e 丳
12814 ;;in 遻
12815 ;;jf 斝
12816 ;;pf 單
12817 ;;ph 獸
12818 ;;pt 鄲
12819 ;;pt 鼉
12820 ;;px 戰
12821 ;;px 辴
12822 ;;px 囅
12823 ;;p, 鷤
12824 ;;q; 嚚
12825 ;;s 咒
12826 ;;s; 嘂
12827 ;;ts 唈
12828 ;;zh 哭
12829 ;;z. 嚴
12830 ;;z; 器
12831 ;;; 品
12832 ;;;d 嵒
12833 ;;;e 劋
12834 ;;;f 嘽
12835 ;;;g 碞
12836 ;;;q 氉
12837 ;;;t 鄵
12838 ;;;v 噪
12839 ;;;v 喿
12840 ;, 咪
12841 ;, 吙
12842 ;,, 啖
12843 ;,,b 嘮
12844 , 火
12845 , 米
12846 ,ads 炖
12847 ,ae 炡
12848 ,ajk 炳
12849 ,alm 煩
12850 ,alp 粨
12851 ,apa 烜
12852 ,ap. 粳
12853 ,aqx 烒
12854 ,at; 焐
12855 ,awq 烴
12856 ,a. 烼
12857 ,a/ 粞
12858 ,a/c 熛
12859 ,a/f 燂
12860 ,a/r 煙
12861 ,bbm 燲
12862 ,bbp 熠
12863 ,bbu 熁
12864 ,bby 熤
12865 ,bby 燿
12866 ,bgv 煣
12867 ,bgv 糅
12868 ,bg; 焗
12869 ,bg; 燏
12870 ,bh/ 糔
12871 ,bj 煝
12872 ,bjn 熥
12873 ,bqi 燈
12874 ,cj, 爣
12875 ,cl 炒
12876 ,dae 煓
12877 ,ejo 爓
12878 ,em, 燦
12879 ,en 燜
12880 ,epf 焯
12881 ,epu 爐
12882 ,etb 煆
12883 ,ev/ 爛
12884 ,ey. 燘
12885 ,e; 粘
12886 ,f 籵
12887 ,faf 燁
12888 ,fe/ 糷
12889 ,fh 籿
12890 ,fjz 煐
12891 ,fpm 燤
12892 ,fpz 糢
12893 ,f;u 糊
12894 ,f;y 爟
12895 ,gbb 煽
12896 ,gcu 糈
12897 ,gds 灺
12898 ,gf 籽
12899 ,gjf 煸
12900 ,gr 炄
12901 ,gr 粈
12902 ,g;s 熩
12903 ,hf 料
12904 ,hf 炓
12905 ,htx 烺
12906 ,ib 炩
12907 ,if 烊
12908 ,ig; 焓
12909 ,ip 煪
12910 ,iph 燇
12911 ,ir 烇
12912 ,irx 燨
12913 ,irx 爔
12914 ,ir, 糕
12915 ,it; 熗
12916 ,iue 糋
12917 ,i.n 燧
12918 ,i/p 燴
12919 ,i; 烚
12920 ,i;f 爚
12921 ,j 灱
12922 ,jf 粣
12923 ,jjz 煥
12924 ,jk 炊
12925 ,jo 焰
12926 ,jpk 熐
12927 ,jq 烔
12928 ,jq 粡
12929 ,jq 煇
12930 ,js 粯
12931 ,jy. 烿
12932 ,jz 炴
12933 ,j; 炯
12934 ,j; 炤
12935 ,kj 粉
12936 ,kk; 焀
12937 ,ktl 焍
12938 ,kx 炂
12939 ,ky, 燋
12940 ,leb 烻
12941 ,lf 粁
12942 ,lh 灼
12943 ,ljh 糗
12944 ,ljn 熄
12945 ,ljz 燠
12946 ,lp 粕
12947 ,lpf 粺
12948 ,lpn 熜
12949 ,lpr 煌
12950 ,lpv 爍
12951 ,lq 粍
12952 ,lrb 烶
12953 ,lts 炮
12954 ,lu 烅
12955 ,lvm 熪
12956 ,lv, 煍
12957 ,lz; 燆
12958 ,l. 粅
12959 ,l,p 燔
12960 ,mqb 翷
12961 ,mqh 甐
12962 ,mqn 遴
12963 ,mqs 亃
12964 ,mqs 粼
12965 ,mqt 鄰
12966 ,mz, 燃
12967 ,n 迷
12968 ,nac 粽
12969 ,nas 烷
12970 ,nkq 焢
12971 ,nk; 熔
12972 ,nlq 烢
12973 ,nmq 焥
12974 ,nr 粧
12975 ,nrk 爌
12976 ,ntc 糠
12977 ,nt; 糖
12978 ,nt; 煻
12979 ,o 炘
12980 ,oe 炸
12981 ,ojk 焮
12982 ,op 煄
12983 ,orb 燬
12984 ,os 籺
12985 ,os 烍
12986 ,osz 烸
12987 ,o/, 燻
12988 ,o;n 糙
12989 ,o, 熂
12990 ,pa 炟
12991 ,paf 焊
12992 ,par 糧
12993 ,pax 煨
12994 ,pa. 煬
12995 ,pcs 熀
12996 ,pff 熚
12997 ,plf 焺
12998 ,por 煋
12999 ,pqq 焜
13000 ,pr 粴
13001 ,prc 爆
13002 ,prk 糞
13003 ,prk 熼
13004 ,pu 焨
13005 ,pu 煟
13006 ,pv 粿
13007 ,py 煜
13008 ,pzh 糰
13009 ,p/b 熳
13010 ,p;w 熡
13011 ,p,r 爅
13012 ,q 灴
13013 ,qdr 熞
13014 ,qds 爦
13015 ,qdu 爁
13016 ,qdu 糮
13017 ,qh 烳
13018 ,qhh 糐
13019 ,qp 糟
13020 ,qsp 熸
13021 ,qt 炬
13022 ,qt 粔
13023 ,qx 粻
13024 ,q;; 熰
13025 ,r 灶
13026 ,rav 煤
13027 ,rf 煂
13028 ,rgh 燽
13029 ,rk 烘
13030 ,rk 烡
13031 ,rlf 糒
13032 ,rlg 烤
13033 ,rp 焟
13034 ,rpk 熿
13035 ,rqk 煁
13036 ,rr 烓
13037 ,rrs 燒
13038 ,rsv 煠
13039 ,ru 精
13040 ,rxu 熆
13041 ,rz 熯
13042 ,sf 籸
13043 ,s, 烑
13044 ,tde 熽
13045 ,tds 粑
13046 ,tdu 燼
13047 ,tfb 煡
13048 ,tgd 粌
13049 ,tgk 糑
13050 ,tg/ 糨
13051 ,tk 炔
13052 ,tqh 燖
13053 ,t;q 煒
13054 ,ua 粗
13055 ,v 炑
13056 ,va 粖
13057 ,vc 烞
13058 ,vo. 爩
13059 ,v/ 煉
13060 ,w 籹
13061 ,xam 纇
13062 ,xk. 焌
13063 ,xx. 糝
13064 ,y 粒
13065 ,ykf 粹
13066 ,ykf 焠
13067 ,ykk 焲
13068 ,yk; 熵
13069 ,ypn 燱
13070 ,ypx 熾
13071 ,yqq 熝
13072 ,yqq 麊
13073 ,yq, 爊
13074 ,yr 炷
13075 ,ys 炕
13076 ,yx 炫
13077 ,yxk 烗
13078 ,y. 炆
13079 ,y; 焙
13080 ,y;f 焞
13081 ,y;x 爙
13082 ,y;. 燉
13083 ,y;; 熇
13084 ,zae 糯
13085 ,zae 燸
13086 ,zb 粄
13087 ,zfm 糲
13088 ,zhm 類
13089 ,zk 粀
13090 ,zkc 燎
13091 ,zqx 煘
13092 ,zrr 煃
13093 ,zu 烠
13094 ,z;k 爧
13095 ,. 敝
13096 ,. 敉
13097 ,.ab 煖
13098 ,.ad 烆
13099 ,.aq 斃
13100 ,.f 弊
13101 ,.f 烽
13102 ,.gf 烰
13103 ,.h 炵
13104 ,.j 瞥
13105 ,.jd 幣
13106 ,.j. 燰
13107 ,.kp 糌
13108 ,.l, 鷩
13109 ,.n 憋
13110 ,.tg 彆
13111 ,.u, 鱉
13112 ,.w 嫳
13113 ,.zd 烯
13114 ,.zh 獘
13115 ,./ 蟞
13116 ,./h 爝
13117 ,.; 烙
13118 ,.;c 蹩
13119 ,.;s 鄨
13120 ,/l/ 燭
13121 ,/rf 燡
13122 ,/rp 糬
13123 ,/u 熅
13124 ,/// 爞
13125 ,;m 熉
13126 ,;s 炾
13127 ,;u 焆
13128 ,;;f 燀
13129 ,;;v 燥
13130 ,;;; 煰
13131 ,, 炎
13132 ,,am 顃
13133 ,,e 剡
13134 ,,eb 敥
13135 ,,e; 煔
13136 ,,jb 勞
13137 ,,jc 滎
13138 ,,jc 禜
13139 ,,jd 罃
13140 ,,jf 犖
13141 ,,jh 瑩
13142 ,,jh 煢
13143 ,,jh 甇
13144 ,,ji 鎣
13145 ,,jk 欻
13146 ,,jp 醟
13147 ,,jr 塋
13148 ,,js 覢
13149 ,,js 覮
13150 ,,ju 膋
13151 ,,jv 榮
13152 ,,jw 嫈
13153 ,,jx 縈
13154 ,,jx 褮
13155 ,,jy 謍
13156 ,,j/ 螢
13157 ,,j; 營
13158 ,,j, 鶯
13159 ,,j, 熒
13160 ,,mq 燐
13161 ,,t 郯
13162 ,,ym 顲
13163 ,,, 焱
13164 ,,,v 燊
13165 ,,,v 爃
13166 ,,,, 燚
13167 gfqh 礡
13168 lcpq 篞
13169 zean 慼
13170 rsz 毒
13171 rszx 纛
13172 ls 匕
13173 fd 卅
13174 yxs 充
13175 xyxs 統
13176 yxu 育
13177 ;yxu 唷
13178 cyxo 流
13179 aryo 琉
13180 vyxo 梳
13181 geyo 疏
13182 gyxo 硫
13183 cyx. 澈
13184 .yx. 徹
13185 oyx. 撤
13186 qyx. 轍
13187 yxrv 棄
13188 khg 今
13189 khg; 含
13190 ;khg 吟
13191 dkhg 岑
13192 khgn 念
13193 cdkg 涔
13194 ;khn 唸
13195 okhn 捻
13196 khgm 貪
13197 ftkx 蔭
13198 ikhg 鈐
13199 khgm 頷
13200 p,kg 黔
13201 khb 令
13202 fkhb 苓
13203 kkhb 冷
13204 kkhb 伶
13205 okhb 拎
13206 arkb 玲
13207 ikhb 鈴
13208 aekb 聆
13209 ifkb 羚
13210 tibx 陰
13211 tkhx 陰
13212 khbb 翎
13213 zkhb 零
13214 khbm 領
13215 dkhm 嶺
13216 eikb 齡
13217 khb, 鴒
13218 ;ar 呈
13219 ;arn 逞
13220 ;art 郢
13221 caf; 活
13222 yaf; 話
13223 wagl 姊
13224 oar. 徵
13225 oarn 懲
13226 aean 聽
13227 lz; 吞
13228 lzc 忝
13229 clzc 添
13230 zlz 奏
13231 ozlz 揍
13232 czlz 湊
13233 qzlz 輳
13234 lrx 丟
13235 lf; 舌
13236 nlf; 恬
13237 lf;a 甜
13238 lf;n 憩
13239 lf;s 舐
13240 lf;c 舔
13241 lr 壬
13242 klr 任
13243 wlr 妊
13244 yklr 衽
13245 iblr 飪
13246 fklr 荏
13247 klrm 賃
13248 olfo 插
13249 sl/ 虱
13250 r;f; 喜
13251 r;f, 熹
13252 irf; 善
13253 r;f; 嘉
13254 .b 反
13255 v.b 板
13256 o.b 扳
13257 .bn 返
13258 t.b 阪
13259 m.b 販
13260 d.b 版
13261 lp.b 皈
13262 i.b 叛
13263 ib.b 飯
13264 lk 勻
13265 rlk 均
13266 ilk 鈞
13267 lrlk 筠
13268 kjk 次
13269 kjkn 恣
13270 kjk; 咨
13271 ykj; 諮
13272 kjkw 姿
13273 kjkh 瓷
13274 kjkm 資
13275 adad 州
13276 cadd 洲
13277 apad 酬
13278 csb 沒
13279 amsb 歿
13280 olj 卯
13281 volj 柳
13282 colj 泖
13283 folj 茆
13284 olbj 卿
13285 olhh 卵
13286 ohlh 卵
13287 olhf 孵
13288 ohlf 孵
13289 cyjd 沛
13290 uyjd 肺
13291 fyjd 芾
13292 eajd 鬧
13293 jja 冊
13294 wjja 姍
13295 vjja 柵
13296 arja 珊
13297 sjja 跚
13298 jjae 刪
13299 ag,d 函
13300 cagd 涵
13301 ixx 玆
13302 kyw 佞
13303 .c; 咎
13304 p.c; 晷
13305 qdtc 臥
13306 k.cp 偺
13307 .ve 剎
13308 .vsb 殺
13309 nf; 害
13310 nf;e 割
13311 jnf; 瞎
13312 nf/n 憲
13313 nf;; 豁
13314 qnf; 轄
13315 rjz 契
13316 rjo 挈
13317 ;rjz 喫
13318 vrjz 楔
13319 irjz 鍥
13320 crjx 潔
13321 rjei 齧
13322 npu 慍
13323 rpu 塭
13324 opu 氳
13325 hpu 瘟
13326 appu 醞
13327 fxpu 蘊
13328 .wpw 獵
13329 uwpw 臘
13330 /wpw 蠟
13331 wp.n 邋
13332 uac 縣
13333 agf 與
13334 cbr 涇
13335 tbr 陘
13336 obr 氫
13337 ykav 襪
13338 ykdd 齋
13339 ;;g, 罵
13340 yp;c 稟
13341 cpq 涅
13342 oor 捏
13343 opq 捏
13344 oqsb 毀
13345 t,mq 鄰
13346 l;mm 夠
13347 cel; 闊
13348 cqky 匯
13349 ozao 舉
13350 zsbo 擊
13351 zsbx 繫
13352 lvlf 犁
13353 ibm 貪
13354 fkk. 麥
13355 jjq 解
13356 njjq 懈
13357 ocjo 撐
13358 yo;x 褒
13359 ljpf 鼻
13360 zgux 盛
13361 zqxn 感
13362 ozqn 撼
13363 f.kb 獲
13364 flvb 穫
13365 o/b, 勳
13366 tg;/ 強
13367 x/ky 雖
13368 iveb 敘
13369 ysur 望
13370 izts 卷
13371 kzgs 卷
13372 kzj 券
13373 kzj 眷
13374 kzo 拳
13375 fukc 藤
13376 lukc 籐
13377 kkzs 倦
13378 pkzs 圈
13379 okzs 捲
13380 /kzs 蜷
13381 skzs 踡
13382 ukzm 賸
13383 ukz, 騰
13384 ;lx 吆
13385 cs; 沿
13386 is; 鉛
13387 lms; 船
13388 l.k 匆
13389 kjk 仞
13390 t;qk 韌
13391 jaa. 冢
13392 lpm 囪
13393 nwlm 惱
13394 nwyd 惱
13395 nwlh 惱
13396 uwlm 腦
13397 uwyd 腦
13398 uwlh 腦
13399 arwm 瑙
13400 zme 廁
13401 zal. 廈
13402 zyuq 龐
13403 zr;h 廚
13404 nqih 廚
13405 zqih 廚
13406 vzrh 櫥
13407 vnqh 櫥
13408 vzqh 櫥
13409 xzpr 纏
13410 lske 尬
13411 slke 尬
13412 olsb 拋
13413 oslb 拋
13414 lsqu 尷
13415 slqu 尷
13416 o;b 拐
13417 v;b 枴
13418 ;be 別
13419 o;be 捌
13420 shn 迅
13421 ysh 訊
13422 csh 汛
13423 sh// 蝨
13424 /. 眾
13425 l/. 眾
13426 l/kk 眾
13427 lu. 眾
13428 lukk 眾
13429 u. 眾
13430 ukkk 眾
13431 aeb. 聚
13432 g,a. 驟
13433 u,uc 鰥
13434 reca 墟
13435 aamx 貳
13436 sl, 鳳
13437 lpva 皋
13438 ;lpa 嗥
13439 o.od 搖
13440 .ofn 遙
13441 y.od 謠
13442 x.fh 將
13443 x.fv 槳
13444 x.fc 漿
13445 x.fh 獎
13446 x.fz 獎
13447 x.fp 醬
13448 odkd 攜
13449 odkg 攜
13450 okyd 攜
13451 okyg 攜
13452 pfqs 艷
13453 peqs 艷
13454 pfqu 豔
13455 pequ 豔
13456 ojqj 釁
13457 xhbt 鄉
13458 xhb; 嚮
13459 xhbp 響
13460 xhbx 饗
13461 yxky 雍
13462 yxkr 壅
13463 yxkh 甕
13464 oyxy 擁
13465 uyxy 臃
13466 ;yxy 噰
13467 gl 乃
13468 kgl 仍
13469 ogl 扔
13470 wgl 奶
13471 g.u 盈
13472 glbu 盈
13473 vg.u 楹
13474 vglu 楹
13475 ogl 氖
13476 glgf 孕
13477 lvgl 秀
13478 ylvl 誘
13479 lvgn 透
13480 sl 九
13481 ksl 仇
13482 slp 旭
13483 nksl 究
13484 qsl 軌
13485 sll, 鳩
13486 xgk 級
13487 dgk 岌
13488 rgk 圾
13489 kgk 伋
13490 arb 廷
13491 narb 庭
13492 oarb 挺
13493 varb 梃
13494 /arb 蜓
13495 zarb 霆
13496 skle 飛
13497 sklk 飛
13498 fic 茶
13499 ofic 搽
13500 odhh 卵
13501 odhf 孵
13502 xdxd 幽
13503 dffi 豐
13504 dffs 艷
13505 dffu 豔
13506 fjx/ 繭
13507 xlpv 樂
13508 ,xlv 爍
13509 gxlv 礫
13510 ixlv 鑠
13511 fxlv 藥
13512 xyxn 戀
13513 xyxo 攣
13514 xyx. 變
13515 xyxf 孿
13516 xyxd 巒
13517 xyxg 彎
13518 cxyg 灣
13519 xyx/ 蠻
13520 xyxi 鑾
13521 xyx, 鸞
13522 xqx; 轡
13523 ,y,b 燮
13524 olps 兜
13525 jps 免
13526 pjps 晚
13527 jpsh 兔
13528 jpsn 逸
13529 wjps 娩
13530 ojps 挽
13531 qjps 輓
13532 jpsb 勉
13533 xmfz 獎
13534 kag 兮
13535 ofje 制
13536 ofjo 掣
13537 ofjx 製
13538 ofaj 卸
13539 ;ofj 啣
13540 .ofj 御
13541 .ofc 禦
13542 awh 亙
13543 nawh 恆
13544 yk.h 夜
13545 oykh 掖
13546 cykh 液
13547 uykh 腋
13548 w,xf 彝
13549 pe 曲
13550 pezx 農
13551 ;pex 噥
13552 izq 差
13553 ;izq 嗟
13554 oizq 搓
13555 dizq 嵯
13556 sizq 蹉
13557 gizq 磋
13558 izgr 羞
13559 izs 羌
13560 rakb 勘
13561 rras 堪
13562 cras 湛
13563 yras 諶
13564 rakx 戡
13565 rakf 斟
13566 rl. 敖
13567 rl., 熬
13568 krl. 傲
13569 ;rl. 嗷
13570 rl.n 遨
13571 rl.m 贅
13572 rl.e 聱
13573 rl.t 鼇
13574 jjaa 龜
13575 jjat 龜
13576 rh.a 鼇
13577 rl.a 鼇
13578 cjaa 澠
13579 xjaa 繩
13580 /jaa 蠅
13581 qdlx 衷
13582 ddd 川
13583 dddm 順
13584 rddd 圳
13585 iddd 釧
13586 g,dd 馴
13587 a;;a 噩
13588 u,aa 鱷
13589 ted 肅
13590 fted 蕭
13591 lted 簫
13592 ;ted 嘯
13593 xted 繡
13594 ited 鏽
13595 .da. 微
13596 .da. 徵
13597 epfb 虜
13598 epb 虜
13599 tr,u 盡
13600 ktru 儘
13601 ,tru 燼
13602 szm 貫
13603 pdm 貫
13604 pfm 貫
13605 nszm 實
13606 npdm 實
13607 npfm 實
13608 nszm 慣
13609 npdm 慣
13610 npfm 慣
13611 tfp 書
13612 tfpa 晝
13613 ifi; 善
13614 uif; 膳
13615 .bjs 亂
13616 .bjf 辭
13617 ib; 倉
13618 ib;e 創
13619 cib; 滄
13620 kib; 傖
13621 ;ib; 嗆
13622 nib; 愴
13623 oib; 搶
13624 vib; 槍
13625 fib; 蒼
13626 hib; 瘡
13627 iib; 鎗
13628 kib; 凔
13629 sib; 蹌
13630 plk 昀
13631 ryxu 堉
13632 /pe 蛐
13633 kpex 儂
13634 cpex 濃
13635 upex 膿
13636 cpei 澧
13637 lm.b 舨
13638 brb 勁
13639 brn 逕
13640 hbr 痙
13641 xxz. 縿
13642 lpvb 翱
13643 ix.h 鏘
13644 kct 儅
13645 ;ct 噹
13646 .vax 弒
13647 hoa. 癥
13648 fkjk 茨
13649 nzqn 憾
13650 rkgs 巷
13651 ar.d 瑤
13652 .of, 鷂
13653 lmab 艇
13654 pddd 甽
13655 yddd 訓
13656 xif; 繕
13657 jjqn 邂
13658 jjq/ 蟹
13659 kza. 豢
13660 ukzy 謄
13661 v.od 榣
13662 fx.h 蔣
13663 cslv 染
13664 cxyv 灤
13665 jjph 冤
13666 fjph 菟
13667 cted 潚
13668 lvkn 稔
13669 ckhb 泠
13670 pkhb 昤
13671 /khb 蛉
13672 iolj 鉚
13673 u,av 鮇
13674 grsz 碡
13675 /rsz 蝳
13676
13677 # Begin of Array30 Special Code
13678 ak 大
13679 ah 不
13680 dk 小
13681 pc 是
13682 jj 再
13683 ;; 個
13684 lo 我
13685 dr 在
13686 gk 雇
13687 nn 性
13688 ss 段
13689 yy 診
13690 jp 嘗
13691 ;i 嘉
13692 hh 痕
13693 tt 畫
13694 fs 孔
13695 .k 爪
13696 k; 仲
13697 sw 妄
13698 nf 宇
13699 aq 死
13700 kt 佛
13701 fx 戒
13702 y; 享
13703 je 刺
13704 ab 叔
13705 sp 昏
13706 .l 狗
13707 lt 秉
13708 hs 祇
13709 nh 突
13710 aj 耐
13711 qa 虐
13712 zd 倚
13713 xe 倒
13714 uk 俱
13715 it 倉
13716 nt 唐
13717 rd 席
13718 ns 悔
13719 ot 矩
13720 vu 租
13721 ps 乾
13722 tr 堅
13723 wa 婚
13724 tw 婆
13725 s. 敏
13726 x, 率
13727 zg 盛
13728 vd 術
13729 ty 陪
13730 mx 殘
13731 zi 短
13732 xm 貸
13733 ny 慌
13734 zl 源
13735 zw 矮
13736 sa 跨
13737 tc 歉
13738 q, 熊
13739 zm 厲
13740 su 盤
13741 sq 輝
13742 qe 輯
13743 ud 靜
13744 sx 繁
13745 vw 魏
13746 dl 牙
13747 dt 臣
13748 cs 沈
13749 ef 卓
13750 lw 委
13751 jw 姿
13752 j. 夏
13753 n; 容
13754 an 恥
13755 jn 息
13756 hk 旅
13757 qr 框
13758 .g 浮
13759 h; 祝
13760 zv 秦
13761 jx 索
13762 .t 躬
13763 eb 寂
13764 dc 崇
13765 dq 帳
13766 ,h 救
13767 .n 逢
13768 qu 惰
13769 ao 插
13770 g. 敦
13771 au 期
13772 ex 裂
13773 ;a 貴
13774 .r 隆
13775 yv 集
13776 bd 飾
13777 .z 徹
13778 // 漂
13779 gx 漲
13780 y, 熟
13781 r, 遮
13782 r/ 憲
13783 sy 擁
13784 rv 謀
13785 wm 頸
13786 rt 艱
13787 ,d 騎
13788 x/ 繪
13789 sm 贊
13790 bf 辭
13791 g; 驅
13792 ti 鑒
13793 bg 予
13794 bu 朗
13795 dm 頂
13796 ia 普
13797 ju 盜
13798 hj 視
13799 hm 貿
13800 jv 榮
13801 du 監
13802 ji 網
13803 k/ 價
13804 er 潤
13805 ym 璃
13806 pt 鄭
13807 e. 據
13808 qv 築
13809 q/ 融
13810 .s 乳
13811 bz 飯
13812 bs 概
13813 ,a 煤
13814 ,g 馳
13815 de 端
13816 bm 頗
13817 ix 儀
13818 /x 環
13819 d; 臨
13820 hn 邀
13821 ;h 璧
13822 ds 繫
13823 ay 耀
13824 ,/ 釋
13825 /a 飄
13826 c, 黨
13827 /c 票
13828 bi 澄
13829 by 壁
13830 hi 禮
13831 .j 徜
13832 ik 鈉
13833 xc 綻
13834 jl 幡
13835 bo 餿
13836 ux 魘
13837 ll 等
13838 .a 須
13839 ;t 啊
13840 bl 尾
13841 c. 淨
13842 ca 業
13843 cj 深
13844 cr 清
13845 ez 歲
13846 il 首
13847 jt 急
13848 n, 憐
13849 rl 表
13850 wu 姐
13851 wx 始
13852 xt 紀
13853 xu 態
13854 ya 語
13855 yg 詞
13856 yl 衣
13857 .p 復
13858 /u 罷
13859 a; 聖
13860 np 廣
13861 nx 室
13862 rg 城
13863 rq 越
13864 st 跑
13865 xj 編
13866 xy 裝
13867 y/ 讀
13868 yj 高
13869 /n 還
13870 ;f 單
13871 ;p 唱
13872 bx 展
13873 df 岸
13874 fa 直
13875 fu 朝
13876 fv 葉
13877 kl 弟
13878 km 資
13879 le 利
13880 nb 度
13881 nc 察
13882 nd 序
13883 nm 賽
13884 nu 情
13885 o. 物
13886 om 質
13887 pq 圍
13888 r. 場
13889 sr 望
13890 t. 改
13891 t; 君
13892 tm 費
13893 tn 選
13894 tp 陳
13895 vl 材
13896 wl 妙
13897 wr 姓
13898 ws 她
13899 wv 妹
13900 xa 組
13901 yb 被
13902 ye 刻
13903 yt 部
13904 yu 請
13905 ze 歷
13906 zr 壓
13907 ,p 番
13908 ;e 靠
13909 ;l 遠
13910 ;n 造
13911 bt 廢
13912 d. 條
13913 el 聰
13914 gn 慶
13915 ho 游
13916 hp 神
13917 hr 社
13918 hu 祖
13919 id 剛
13920 la 考
13921 mn 遇
13922 ms 般
13923 my 航
13924 pl 喝
13925 qg 範
13926 tj 掃
13927 xn 退
13928 bv 餘
13929 dz 候
13930 ej 嘴
13931 kg 窮
13932 ql 呀
13933 sn 恐
13934 td 衛
13935 vf 科
13936 xl 樂
13937 ag 與
13938 fm 實
13939 jc 你
13940 gt 那
13941 na 家
13942 rb 聲
13943 i/ 會
13944 ka 但
13945 a, 雨
13946 ./ 獨
13947 ba 喔
13948 be 取
13949 b. 受
13950 dj 希
13951 et 假
13952 ew 聯
13953 fc 活
13954 gv 碟
13955 ha 球
13956 hl 窗
13957 hy 謝
13958 hz 傳
13959 iy 議
13960 ja 次
13961 lc 沒
13962 mh 獎
13963 mj 夢
13964 mk 例
13965 ml 項
13966 mp 題
13967 qf 轉
13968 qy 試
13969 sc 光
13970 sd 吧
13971 sj 晚
13972 so 每
13973 s; 觀
13974 uc 溫
13975 uy 龍
13976 wj 妳
13977 yz 雄
13978 ;g 哪
13979 ,s 鳳
13980 ,; 嗚
13981 .i 隊
13982 /, 罵
13983 bw 辦
13984 b/ 標
13985 dh 底
13986 dv 檔
13987 dw 掉
13988 d, 調
13989 d/ 版
13990 eg 英
13991 fw 歡
13992 gb 建
13993 ge 基
13994 gi 交
13995 gp 景
13996 gw 件
13997 g/ 幹
13998 hc 何
13999 he 凰
14000 hg 哈
14001 hv 呵
14002 hw 換
14003 kw 客
14004 l/ 程
14005 ma 覺
14006 mb 板
14007 md 幫
14008 mf 訊
14009 mg 教
14010 mi 理
14011 mo 魔
14012 mr 至
14013 mv 影
14014 mw 參
14015 mz 讓
14016 m/ 莫
14017 o/ 徵
14018 p/ 星
14019 qw 線
14020 rw 錢
14021 s/ 三
14022 ta 界
14023 to 提
14024 tu 圖
14025 tv 保
14026 tz 團
14027 t, 阿
14028 t/ 引
14029 uf 章
14030 ug 究
14031 uj 卻
14032 ul 啦
14033 um 舍
14034 un 怎
14035 up 者
14036 ut 尚
14037 uv 速
14038 uw 元
14039 uz 雲
14040 u; 商
14041 u/ 您
14042 vt 整
14043 we 演
14044 wk 玩
14045 wt 完
14046 wz 若
14047 w/ 惡
14048 xd 市
14049 z/ 感
14050 ;w 戰
14051 ,b 冷
14052 ,c 卡
14053 ,e 管
14054 ,i 代
14055 ,k 歌
14056 ,l 錄
14057 ,m 站
14058 ,t 討
14059 ,u 許
14060 ,x 式
14061 ,z 笑
14062 .c 貓
14063 .u 需
14064 /b 協
14065 /d 打
14066 /g 灣
14067 /h 守
14068 /i 意
14069 /k 其
14070 /l 戀
14071 /r 佳
14072 /t 統
14073 /w 按
14074 /; 喜
14075 dp 舊
14076 # End of Array30 Special Code
14077
14078 ;gzt 哪
14079 wgzt 娜
14080 ogzt 挪
14081 clzf 湃
14082 vgda 極
14083 kj;. 像
14084 fytx 蓑
14085 vte. 橄
14086 vj;. 橡
14087 h;dd 癌
14088 jte. 瞰
14089 fxax 藏
14090 faxx 藏
14091 hizx 癢
14092 mxax 贓
14093 maxx 贓
14094 ufxx 臟
14095 ufax 臟
14096 zddd 夼
14097 cddd 汌
14098 oddd 氚
14099 ardd 玔
14100 xddd 紃
14101 vgzt 梛
14102 ;;;d 喦
14103 fnoh 菧
14104 ;fic 嗏
14105 c;ar 塣
14106 cytx 滖
14107 rrab 墈
14108 vytx 榱
14109 ;te. 噉
14110 ote. 撖
14111 cte. 澉
14112 cj;. 潒
14113 hrjn 瘛
14114 fv;k 蔌
14115 ykpc 褆
14116 te.n 憨
14117 grab 磡
14118 xytx 縗
14119 nizx 懩
14120 oizx 攁
14121 cizx 瀁
14122 /j;. 蟓
14123 .bjs 覶
14124 yte. 譀
14125 cfy, 瀳
14126 ij;. 鐌
14127 ete. 闞
14128 ete. 鬫
14129 s,yb 躞
14130 jet. 矙
14131 ifxx 鑶
14132 ifax 鑶
14133 ari 琻
14134 amga 殛
14135 r;e, 鷰
14136 re;, 鷰
14137 ;fpt 鄙
14138 p;f; 圖
14139 lj,d 嶴
14140 izhx 銊
14141 xnah 緪
14142 onah 揯
14143 rnah 堩
14144 ;pu 嗢
14145 ampu 殟
14146 /pu 蝹
14147 ykpu 褞
14148 a.pu 豱
14149 ijtd 錚
14150 yjtd 諍
14151 rjtd 埩
14152 vjtd 棦
14153 arjd 琤
14154 gjtd 碀
14155 yjtd 竫
14156 ,oqb 燬
14157 voqb 檓
14158 yoqb 譭
14159 ecas 覷
14160 ecak 虡
14161 ecak 歔
14162 rpfr 黈
14163 rpff 斢
14164 rpf, 鷬
14165 y;az 誤
14166 e;az 虞
14167 e;a, 鸆
14168 /;az 蜈
14169 c;az 洖
14170 i;az 鋘
14171 kf., 儰
14172 ;.l, 噅
14173 n.l, 寪
14174 o.l, 撝
14175 .lgt 鄬
14176 /.l, 蟡
14177 czqn 澸
14178 qzqn 轗
14179 iwpw 鑞
14180 kwpw 儠
14181 owpw 擸
14182 swpw 躐
14183 ;rlm 嚽
14184 rl., 驁
14185 rl., 鰲
14186 nrl. 廒
14187 crl. 滶
14188 trl. 隞
14189 rl.o 摮
14190 rl.h 獒
14191 frl. 蔜
14192 grl. 磝
14193 rl./ 螯
14194 rl.y 謷
14195 rl.i 鏊
14196 litc 籙
14197 otc 氯
14198 .ptn 邍
14199 gtc 碌
14200 artc 琭
14201 ftc 菉
14202 tcn 逯
14203 tcu 盝
14204 jtc 睩
14205 aptc 醁
14206 g,tc 騄
14207 fjpb 葂
14208 pjps 冕
14209 kjps 俛
14210 njps 悗
14211 cjps 浼
14212 ujps 脕
14213 jjps 睌
14214 xjps 絻
14215 wjpr 嬔
14216 rjph 堍
14217 jps, 鵵
14218 sles 虓
14219 v,,f 橩
14220 v,,z 橩
14221 v,,h 橩
14222 ,ku, 鶺
14223 h,ku 瘠
14224 r,ku 塉
14225 u,ku 膌
14226 s,ku 蹐
14227 fjss 矗
14228 vfjs 植
14229 amfs 殖
14230 /fjs 置
14231 rfjs 埴
14232 cfjs 淔
14233 offs 犆
14234 lvfs 稙
14235 rfjk 填
14236 nfjk 慎
14237 vfjk 槙
14238 ifjk 鎮
14239 fjsm 顛
14240 dfjm 巔
14241 hfjm 癲
14242 hqjm 癲
14243 fjs, 鷏
14244 efjk 闐
14245 eqjk 闐
14246 xfjk 縝
14247 xqjk 縝
14248 nfjk 寘
14249 nqjk 寘
14250 jfjk 瞋
14251 jqjk 瞋
14252 nkqk 窴
14253 cfjk 滇
14254 cqjk 滇
14255 kfjk 傎
14256 kqjk 傎
14257 zfjk 厧
14258 zqjk 厧
14259 ;fjk 嗔
14260 ;qjk 嗔
14261 ofjk 搷
14262 oqjk 搷
14263 arqk 瑱
14264 hfjk 瘨
14265 hqjk 瘨
14266 gfjk 磌
14267 gqjk 磌
14268 yhqk 禛
14269 lvqk 稹
14270 yfjk 謓
14271 yqjk 謓
14272 sfjk 蹎
14273 sqjk 蹎
14274 z.qk 鬒
14275 eiqk 齻
14276 p,qk 黰
14277 i.b 鈑
14278 /dzb 蝂
14279 c.b 汳
14280 p.b 昄
14281 p.b 畈
14282 j.b 眅
14283 ,.b 粄
14284 u,.b 魬
14285 xlr 紝
14286 qar 軠
14287 ilrx 銩
14288 w.ar 婬
14289 oklr 拰
14290 klrn 恁
14291 klrv 栠
14292 iklr 銋
14293 klr, 鵀
14294 vnab 榳
14295 karb 侹
14296 warb 娗
14297 ,arb 烶
14298 arab 珽
14299 uarb 脡
14300 farb 莛
14301 larb 筳
14302 xarb 綎
14303 iarb 鋌
14304 earb 閮
14305 arbm 頲
14306 owab 鼮
14307 r;ar 埕
14308 n;ar 悜
14309 c;ar 浧
14310 v;ar 桯
14311 u;ar 脭
14312 foa. 藢
14313 elr 閏
14314 celr 潤
14315 oelr 撋
14316 velr 橍
14317 ,jja 粣
14318 opfm 摜
14319 opdm 摜
14320 oszm 摜
14321 ysz 訊
14322 csz 汛
14323 szn 迅
14324 sz// 蝨
14325 tsz 阠
14326 ,sz 籸
14327 ,,jf 煢
14328 ,,jz 煢
14329 szl, 鳵
14330 yuwf 嬴
14331 yuwz 嬴
14332 cyuf 瀛
14333 cyuz 瀛
14334 oyuf 攍
14335 oyuz 攍
14336 yuif 羸
14337 yuiz 羸
14338 yumf 贏
14339 yumz 贏
14340 lyuf 籯
14341 lyuz 籯
14342 yupf 臝
14343 yupz 臝
14344 yu/f 蠃
14345 yu/z 蠃
14346 yulf 鸁
14347 yulz 鸁
14348 xazx 絨
14349 mazx 賊
14350 maz/ 蠈
14351 wazx 娀
14352 .azx 狨
14353 fazx 茙
14354 xjk 紉
14355 qjk 軔
14356 yjk 訒
14357 djk 屻
14358 ofjk 牣
14359 ujk 肕
14360 nklm 窗
14361 arwh 瑙
14362 zolj 奅
14363 polj 昴
14364 ohlb 毈
14365 odhb 毈
14366 olhb 毈
14367 ohlm 贕
14368 odhm 贕
14369 olhm 贕
14370 ft 菂
14371 vhdd 栦
14372 ;;hd 喌
14373 xhdd 絒
14374 yhdd 詶
14375 ihdd 銂
14376 yoah 詆
14377 koah 低
14378 noah 底
14379 ooah 抵
14380 coah 泜
14381 voah 柢
14382 ofoh 牴
14383 uoah 胝
14384 goah 砥
14385 yhoh 祗
14386 zoah 厎
14387 ;oah 呧
14388 roah 坻
14389 tgoh 弤
14390 .oah 彽
14391 toah 阺
14392 lvoh 秪
14393 ifoh 羝
14394 /oah 蚳
14395 ykoh 袛
14396 joah 觝
14397 moah 貾
14398 qoah 軧
14399 rif; 墡
14400 wif; 嫸
14401 ifit 鄯
14402 irft 鄯
14403 vif; 橏
14404 r;fb 敼
14405 r;fk 歖
14406 r;f; 嚭
14407 r;f; 囍
14408 mrlh 賭
14409 irlh 鍺
14410 erlh 闍
14411 yrlh 諸
14412 kyrh 儲
14413 vyrh 櫧
14414 fyrh 藷
14415 /yrh 蠩
14416 a.rh 豬
14417 fa.h 藸
14418 ca.h 瀦
14419 rrlh 堵
14420 zrlh 奢
14421 brlh 屠
14422 crlh 渚
14423 prlh 暑
14424 vrlh 楮
14425 frlh 著
14426 jrlh 睹
14427 /rlh 署
14428 p/rh 曙
14429 f/rh 薯
14430 ,/rh 糬
14431 lrlh 箸
14432 ykrh 褚
14433 rcrh 赭
14434 wrlh 媎
14435 jdrh 帾
14436 trlh 陼
14437 hrlh 瘏
14438 /rlh 蝫
14439 jrlh 觰
14440 aprh 醏
14441 sfrh 躇
14442 nbrh 廜
14443 ozrh 撦
14444 cbrh 潳
14445 vlrh 櫡
14446 yzrh 譇
14447 muns 髖
14448 unfs 臗
14449 qjk. 鬷
14450 nkrz 窫
14451 qsl, 鴄
14452 zcrs 霮
14453 kras 偡
14454 ;ras 啿
14455 dras 嵁
14456 nras 愖
14457 oras 揕
14458 vras 椹
14459 rakk 歁
14460 ,ras 煁
14461 fras 葚
14462 gras 碪
14463 sras 踸
14464 iras 鍖
14465 frau 蘛
14466 p,rs 黮
14467 qjkb 翮
14468 qjk/ 融
14469 qjkf 鞷
14470 qjk. 鬺
14471 qjk, 鷊
14472 odkl 攜
14473 fcyo 蓅
14474 cyxi 鎏
14475 hoyo 旒
14476 ykyo 裗
14477 vyxu 橀
14478 apyu 醯
14479 arys 珫
14480 fyxs 茺
14481 iyxs 銃
14482 iyxu 錥
14483 cyxu 淯
14484 wlaf 姘
14485 olaf 拼
14486 ilaf 鉼
14487 nlaf 庰
14488 nlaf 恲
14489 claf 洴
14490 fclf 蓱
14491 laft 郱
14492 vlaf 栟
14493 flaf 荓
14494 lplf 皏
14495 xlaf 絣
14496 lafs 艵
14497 /laf 蛢
14498 ylaf 誁
14499 slaf 跰
14500 lafm 頩
14501 mulf 骿
14502 laf, 鵧
14503 oblf 摒
14504 kblf 偋
14505 yblf 竮
14506 ffds 艷
14507 ffdu 豔
14508 cdfu 灩
14509 cffu 灩
14510 cdfi 灃
14511 cffi 灃
14512 dfft 酆
14513 ffdt 酆
14514 fdfi 蘴
14515 fffi 蘴
14516 fpfi 蘴
14517 fpei 蘴
14518 flps 蔇
14519 pxht 曏
14520 uxht 膷
14521 fxht 薌
14522 xhb/ 蠁
14523 bl, 鵖
14524 djjq 嶰
14525 njjq 廨
14526 cjjq 澥
14527 .jjq 獬
14528 vjjq 檞
14529 fjjq 薢
14530 xjjq 繲
14531 cukk 潀
14532 c/. 潀
14533 clu. 潀
14534 cl/k 潀
14535 cl/. 潀
14536 fae. 藂
14537 lj. 臮
14538 rclv 趓
14539 rcgv 趓
14540 xizq 縒
14541 iizq 鎈
14542 kizq 傞
14543 cizq 溠
14544 vizq 槎
14545 fizq 蒫
14546 hizq 瘥
14547 izqi 齹
14548 xzbh 紱
14549 xzlh 紱
14550 izbh 鈸
14551 izlh 鈸
14552 yzbh 詙
14553 yzlh 詙
14554 qzbh 軷
14555 qzlh 軷
14556 ozbh 拔
14557 ozlh 拔
14558 szbh 跋
14559 szlh 跋
14560 kzbh 冹
14561 kzlh 冹
14562 czbh 沷
14563 czlh 沷
14564 vzbh 柭
14565 vzlh 柭
14566 uzbh 胈
14567 uzlh 胈
14568 fzbh 茇
14569 fzlh 茇
14570 /zbh 蛂
14571 /zlh 蛂
14572 xacp 縉
14573 oacp 搢
14574 cacp 溍
14575 acat 鄑
14576 vacp 榗
14577 tg;y 謽
14578 u,.d 鰩
14579 .ofx 颻
14580 k.od 傜
14581 ;.od 嗂
14582 w.od 媱
14583 ..od 徭
14584 n.od 愮
14585 ..od 猺
14586 .ofx 繇
14587 imfh 鋝
14588 x.fr 墏
14589 dx.h 嶈
14590 x.f/ 螿
14591 sx.h 蹡
14592 xh. 紁
14593 xbh 紁
14594 zcyd 霈
14595 kyjd 伂
14596 iaac 銢
14597 ejy. 闅
14598 v;b 柺
14599 ljpl 鼽
14600 oljf 擤
14601 cljf 濞
14602 yklf 襣
14603 jdzh 幮
14604 szpr 躔
14605 kkhm 僋
14606 ;khm 嗿
14607 khg, 鳹
14608 kkhg 仱
14609 rkhg 坅
14610 wkhg 妗
14611 dkhg 岒
14612 nkhg 庈
14613 nkhg 忴
14614 okhg 扲
14615 pkhg 昑
14616 vkhg 枔
14617 ukhg 肣
14618 fkhg 芩
14619 lkhg 笒
14620 xkhg 紟
14621 aekg 耹
14622 /khg 蚙
14623 ykkg 衿
14624 qkhg 軡
14625 vvkg 棽
14626 khgy 雂
14627 rfkg 靲
14628 zykg 霠
14629 kdkg 侺
14630 rdkg 埁
14631 vdkg 梣
14632 ckhn 淰
14633 khg. 敜
14634 vkhn 棯
14635 ukhn 腍
14636 ykhn 諗
14637 skhn 踗
14638 u,kn 鯰
14639 ;kh; 唅
14640 vkh; 梒
14641 ,kh; 焓
14642 ark; 琀
14643 ikh; 鋡
14644 czkb 澪
14645 fzkb 蕶
14646 ;khb 呤
14647 pkhb 囹
14648 rkhb 坽
14649 wkhb 姈
14650 dkhb 岭
14651 .khb 彾
14652 nkhb 怜
14653 .khb 狑
14654 vkhb 柃
14655 ,khb 炩
14656 khbh 瓴
14657 lpkb 皊
14658 gkhb 砱
14659 hokb 旍
14660 lkhb 笭
14661 lmkb 舲
14662 ykhb 詅
14663 qkhb 軨
14664 g,kb 駖
14665 khgu 盦
14666 itpu 盦
14667 khtu 盦
14668 khgp 韽
14669 itpp 韽
14670 khtp 韽
14671 ntkx 廕
14672 dib; 嵢
14673 .ib; 獊
14674 ib;x 戧
14675 ,ib; 熗
14676 xib; 牄
14677 yib; 謒
14678 ib;, 鶬
14679 yxkx 饔
14680 ibl; 餂
14681 vkag 枍
14682 jkag 盻
14683 ykau 諡
14684 toq 隉
14685 ;nf; 嗐
14686 onf; 搳
14687 gnf; 磍
14688 xnf; 縖
14689 /nf; 螛
14690 nf;, 鶷
14691 onfn 攇
14692 cnfn 瀗
14693 krjz 偰
14694 orjz 揳
14695 .rjz 猰
14696 hrjz 瘈
14697 yhrz 禊
14698 ykrz 褉
14699 ;rji 囓
14700 nrjx 緳
14701 x.c; 綹
14702 .cp 昝
14703 ;.cp 喒
14704 o.cp 揝
14705 ,.cp 糌
14706 i;; 鋁
14707 e;; 閭
14708 ;;t 郘
14709 v;; 梠
14710 l;; 筥
14711 x;; 絽
14712 /fzh 蟒
14713 cfzh 漭
14714 opsz 捑
14715 opga 捑
14716 rrga 奊
14717 rrak 奊
14718 ejja 鬮
14719 ejjt 鬮
14720 ejjs 鬮
14721 elj. 鬮
14722 eljt 鬮
14723 cjaq 澠
14724 cjas 澠
14725 xjaq 繩
14726 xjas 繩
14727 /jaq 蠅
14728 /jas 蠅
14729 kjaa 僶
14730 kjaq 僶
14731 kjas 僶
14732 njaa 憴
14733 njaq 憴
14734 njas 憴
14735 aasa 黿
14736 aasq 黿
14737 aass 黿
14738 rxja 鼁
14739 rxjq 鼁
14740 rxjs 鼁
14741 yjaa 譝
14742 yjaq 譝
14743 yjas 譝
14744 jpya 鼆
14745 jpyq 鼆
14746 jpys 鼆
14747 u,ja 鱦
14748 u,jq 鱦
14749 u,js 鱦
14750 ;;pa 鼉
14751 ;;pq 鼉
14752 ;;ps 鼉
14753 b;ya 鼊
14754 b;yq 鼊
14755 b;ys 鼊
14756 f,.a 虌
14757 f,.q 虌
14758 f,.s 虌
14759 rh.q 鼇
14760 rh.s 鼇
14761 rl.q 鼇
14762 rl.s 鼇
14763 yeq 謔
14764 heq 瘧
14765 ,ykh 焲
14766 ;r;, 嚥
14767 wr;, 嬿
14768 r;et 酀
14769 re;t 酀
14770 pr;, 曣
14771 ur;, 臙
14772 jr;, 觾
14773 yr;, 讌
14774 oxlv 擽
14775 cxlv 濼
14776 vxlv 櫟
14777 arxv 瓅
14778 lpxv 皪
14779 jxlv 觻
14780 sxlv 躒
14781 qxlv 轢
14782 u,xv 鱳
14783 arll 琇
14784 glb 夃
14785 g. 夃
14786 glbx 戤
14787 g.ux 戤
14788 glc 尕
14789 fgl 艿
14790 yhgl 礽
14791 igl 釢
14792 gljg 鼐
14793 igk 鈒
14794 ;gk 吸
14795 cgk 汲
14796 dgk 岋
14797 .gk 彶
14798 ngk 忣
14799 ogk 扱
14800 pgk 昅
14801 vgk 极
14802 fgk 芨
14803 ggk 砐
14804 lgk 笈
14805 ykgk 衱
14806 jgk 觙
14807 sgk 趿
14808 rfgk 靸
14809 g,gk 馺
14810 qqsl 匭
14811 lsl 勼
14812 slx 厹
14813 nsl 宄
14814 bsl 尻
14815 csl 氿
14816 .sl 犰
14817 psl 旯
14818 slp 旮
14819 vsl 朹
14820 fsl 艽
14821 sly 訄
14822 isl 釚
14823 slam 頄
14824 slij 馗
14825 cslh 汍
14826 slhw 奿
14827 uslh 肒
14828 fslh 芄
14829 xslh 紈
14830 mush 骫
14831 g,se 騛
14832 g,sk 騛
14833 ilvl 銹
14834 vftd 櫹
14835 cftd 瀟
14836 /ftd 蠨
14837 g,td 驌
14838 ted, 鷫
14839 vted 橚
14840 ,ted 熽
14841 u,td 鱐
14842 zzs. 厖
14843 ;zs. 哤
14844 wzs. 娏
14845 nzs. 庬
14846 ofz. 牻
14847 hzs. 痝
14848 gzs. 硥
14849 /zs. 蛖
14850 g,z. 駹
14851 xyxz 奱
14852 xyxw 孌
14853 xyxp 曫
14854 xyxv 欒
14855 pxyv 圞
14856 xyxj 矕
14857 /xyx 羉
14858 xyxk 臠
14859 hxyk 癵
14860 txx/ 蠿
14861 gxx/ 蠿
14862 sxxd 躖
14863 cpe 浀
14864 z.pe 髷
14865 dpex 嶩
14866 opex 擃
14867 xpex 繷
14868 ypex 譨
14869 ckjm 澬
14870 fkjm 薋
14871 /kjm 蠀
14872 kkjk 佽
14873 vkjk 栨
14874 kjkv 栥
14875 kjkv 秶
14876 kjk, 粢
14877 xkjk 絘
14878 kjkv 楶
14879 rckk 趑
14880 kjkx 餈
14881 frlk 荺
14882 rlki 鋆
14883 ilkn 憌
14884 ;lk 呁
14885 vlk 枃
14886 plk 畇
14887 jlk 盷
14888 llk 笉
14889 /lk 蚐
14890 yklk 袀
14891 rclk 赹
14892 lvav 秣
14893 lnab 簆
14894 daff 岍
14895 caff 汧
14896 vaff 枅
14897 af, 烎
14898 saff 趼
14899 afay 雃
14900 ilfo 鍤
14901 klfo 偛
14902 ;lfo 喢
14903 lfok 歃
14904 eca; 闊
14905 fca; 萿
14906 af;, 鴰
14907 ilf; 銛
14908 iafn 懖
14909 cnl; 湉
14910 af;n 适
14911 af;e 刮
14912 oaf; 括
14913 foa; 葀
14914 aea; 聒
14915 /af; 蛞
14916 xaf; 颳
14917 kaf; 佸
14918 ;af; 咶
14919 waf; 姡
14920 vaf; 栝
14921 lf;r 舑
14922 laf; 筈
14923 rca; 趏
14924 lf;, 舕
14925 z.a; 髺
14926 lz/ 蚕
14927 wlzc 婖
14928 nazc 悿
14929 olzc 掭
14930 flzc 菾
14931 vzlz 楱
14932 uzlz 腠
14933 eblz 闋
14934 oblz 揆
14935 fblz 葵
14936 jblz 睽
14937 cblz 湀
14938 blzt 鄈
14939 blzx 戣
14940 pblz 暌
14941 vblz 楑
14942 azp 昋
14943 yxkd 罋
14944 cofe 淛
14945 .ofe 猘
14946 hofe 痸
14947 zkkm 賚
14948 zkke 麵
14949 vkke 麵
14950 zkki 麷
14951 vkki 麷
14952 zkkz 麩
14953 vkkz 麩
14954 zkk, 麴
14955 vkk, 麴
14956 zkks 麧
14957 vkks 麧
14958 zkkx 麮
14959 vkkx 麮
14960 zkks 麭
14961 vkks 麭
14962 zkkf 麰
14963 vkkf 麰
14964 zkkm 麶
14965 vkkm 麶
14966 ;zkm 嘜
14967 ;vkm 嘜
14968 vrk; 檣
14969 xrk; 牆
14970 fxr; 蘠
14971 frk; 薔
14972 lvr; 穡
14973 wrk; 嬙
14974 nrk; 廧
14975 crk; 濇
14976 qrk; 轖
14977 rrk; 墻
14978 u,q; 鱷
14979 u,a; 鱷
14980 vq;; 櫮
14981 va;; 櫮
14982 va;a 櫮
14983 fq;; 蘁
14984 fa;; 蘁
14985 fa;a 蘁
14986 iq;; 鑩
14987 ia;; 鑩
14988 ia;a 鑩
14989 ojaa 舋
14990 ouda 舋
14991 youa 亹
14992 fouj 虋
14993 vozo 櫸
14994 fagd 菡
14995 /agd 蜬
14996 ag,m 顄
14997 cagl 泲
14998 ofal 牬
14999 lval 秭
15000 lagl 笫
15001 uagl 胏
15002 rcal 趀
15003 cyxy 澭
15004 fyxy 蕹
15005 ia.m 禽
15006 ;iam 噙
15007 oiam 擒
15008 viam 檎
15009 ckzx 潫
15010 ukzx 縢
15011 ukzb 勝
15012 rkzs 埢
15013 wkzs 婘
15014 nkzs 惓
15015 vkzs 棬
15016 ofks 犈
15017 ukzs 腃
15018 fkzs 菤
15019 jkzs 睠
15020 xkzs 綣
15021 ykks 裷
15022 ikzs 錈
15023 z.ks 鬈
15024 fpks 蔨
15025 deyv 櫱
15026 dey, 糱
15027 dey/ 蠥
15028 kk;z 谻
15029 ;rff 嘩
15030 prff 曄
15031 vrff 樺
15032 yrff 譁
15033 wrff 嬅
15034 crff 澕
15035 ,rff 燁
15036 jrff 瞱
15037 irff 鏵
15038 g,rf 驊
15039 rff, 鷨
15040 ;prf 嗶
15041 sprf 蹕
15042 cprf 滭
15043 ,prf 熚
15044 fprf 蓽
15045 /prf 罼
15046 lprf 篳
15047 xprf 縪
15048 iprf 鏎
15049 prf, 鷝
15050 ;izs 唴
15051 /izs 蜣
15052 iizs 錓
15053 clpa 滜
15054 vlpa 槔
15055 lpla 皞
15056 t;qa 韟
15057 lpv, 鷎
15058 f;kg 荶
15059 ;fig 荶
15060 ;fkg 荶
15061 lqj 筇
15062 lqt 笻
15063 rpfk 黃
15064 a/ 襾
15065 ajd 襾
15066 j;. 象
15067 ,ku 脊
15068 fjs 直
15069 fjsk 真
15070 jscx 縣
15071 jscn 懸
15072 c.ar 淫
15073 fcsb 莈
15074 azx 戎
15075 sz 毋
15076 pf 毌
15077 pd 毌
15078 rsz 毐
15079 od 氕
15080 oash 氐
15081 rlph 者
15082 .vek 閷
15083 qs 匹
15084 raks 甚
15085 rkja 鼀
15086 rkjq 鼀
15087 rkjs 鼀
15088 qjkd 鬲
15089 zrdv 棄
15090 zfav 棄
15091 yxfv 棄
15092 z;lx 袬
15093 qash 彧
15094 qaxh 彧
15095 jjas 龜
15096 lja. 龜
15097 ljat 龜
15098 jaaa 黽
15099 jaaq 黽
15100 jaas 黽
15101 eq 虐
15102 qteo 斲
15103 jaao 斲
15104 ;;eo 斲
15105 sdad 卍
15106 ffdi 豐
15107 peqi 豊
15108 xxd 幽
15109 da.d 豳
15110 a.ad 豳
15111 r;e, 燕
15112 re;, 燕
15113 gk 及
15114 dff 羋
15115 fdf 羋
15116 edef 羋
15117 /fdf 蝆
15118 /edf 蝆
15119 zs.h 尨
15120 fzfh 莽
15121 lfo 臿
15122 k.ak 釜
15123 ki 釜
15124 ck.k 滏
15125 cki 滏
15126 azn 迗
15127 blz 癸
15128 hoyd 旆
15129 ukzc 滕
15130 kzjd 帣
15131 kztg 弮
15132 kzof 牶
15133 kzx 絭
15134 ukzr 塍
15135 ukzw 媵
15136 kzj 觠
15137 kztq 韏
15138 ukz/ 螣
15139 kzei 齤
15140 rjn 恝
15141 rjv 栔
15142 rjc 洯
15143 rjx 絜
15144 rj/ 蛪
15145 rjj 觢
15146 gzt 那
15147 lzaf 拜
15148 oj 看
15149 sz 丮
15150 irkk 羡
15151 irkx 養
15152 izhx 養
15153 izu, 鯗
15154 fd 卌
15155 r;r 菫
15156 zkkm 麥
15157 vkkm 麥
15158 zkk. 麥
15159 vkk. 麥
15160 r;;x 喪
15161 rkk; 嗇
15162 q;r; 噩
15163 a;;; 噩
15164 z.h 犮
15165 zbh 犮
15166 lqk; 簭
15167 oud, 爨
15168 oudj 釁
15169 oja, 爂
15170 oud, 爂
15171 khgp 酓
15172 itp 酓
15173 khtp 酓
15174 khgx 衾
15175 ibax 衾
15176 khbx 衾
15177 gfb 承
15178 gd;a 亟
15179 te. 敢
15180 rff 華
15181 prf 畢
15182 darf 崋
15183 ypx 戠
15184 bh/ 蚤
15185 xaqx 臧
15186 axqx 臧
15187 ytdx 衰
15188 ghc 砯
15189 nklx 竊
15190 dflf 巕
15191 .oa, 獡
15192 .og, 獡
15193 ejl. 敹
15194 f;; 莒
15195 l,pf 釉
15196 onky 搉
15197 kqd, 凞
15198 tcpc 隙
15199 oq 扥
15200 xkmb 皴
15201 ,nms 焥
15202 ,mqw 粼
15203 f;;; 虈
15204 cccc 氵
15205 gggg 户
15206 hhhh 丶
15207 hhhh 疒
15208 iiii 钅
15209 jjjj 冂
15210 jjjj 冖
15211 jjjj 卩
15212 kkkk 亻
15213 kkkk 冫
15214 llll 丿
15215 llll 勹
15216 nnnn 产
15217 nnnn 宀
15218 nnnn 广
15219 nnnn 忄
15220 nnnn 辶
15221 tttt 彐
15222 tttt 阝
15223 yyyy 亠
15224 yyyy 讠
15225 /rx 罢
15226 o/rx 摆
15227 ftjd 帮
15228 jsls 饱
15229 ojb 报
15230 uals 鲍
15231 eeqf 辈
15232 .pn 惫
15233 xuu 绷
15234 llq 笔
15235 qqf 毕
15236 qqaq 毙
15237 hjfl 闭
15238 hljq 瘪
15239 cnok 滨
15240 noak 宾
15241 onok 摈
15242 ga.. 驳
15243 ykc 补
15244 nqfo 惭
15245 fkgs 苍
15246 lmks 舱
15247 kgs 仓
15248 ckgs 沧
15249 oxz. 掺
15250 /kpf 蝉
15251 hjkf 阐
15252 rg. 场
15253 ug. 肠
15254 pdg. 畅
15255 .qj 彻
15256 tqc 陈
15257 ykfh 衬
15258 .aen 惩
15259 gapg 骋
15260 gags 驰
15261 ,;k 炽
15262 jtky 雏
15263 gdd 础
15264 hkgs 疮
15265 hjga 闯
15266 kgse 创
15267 aekn 聪
15268 kka 丛
15269 kpft 郸
15270 okpf 掸
15271 nkpf 惮
15272 ypab 诞
15273 tgkf 弹
15274 fcg. 荡
15275 tsfh 导
15276 c.v 涤
15277 vqc 栋
15278 kqc 冻
15279 offz 犊
15280 yfgz 读
15281 bfh 对
15282 tzur 堕
15283 loxa 鹅
15284 acan 恶
15285 jslx 饿
15286 jsae 饵
15287 hjkx 阀
15288 arrx 珐
15289 ry. 坟
15290 vs. 枫
15291 hs. 疯
15292 kga 冯
15293 ys. 讽
15294 qfqp 辐
15295 oazs 抚
15296 qfqh 辅
15297 j.e 刚
15298 ij. 钢
15299 xj. 纲
15300 dj. 岗
15301 ohj; 搁
15302 i;la 鸽
15303 hj.; 阁
15304 ilx 钩
15305 clx 沟
15306 mlx 购
15307 jsne 馆
15308 hjrr 闺
15309 iaxe 刽
15310 qfpq 辊
15311 fhn 过
15312 gayk 骇
15313 hjyk 阂
15314 jkya 鹤
15315 qfbb 轰
15316 cqla 鸿
15317 ;kqf 哗
15318 kqf 华
15319 apd 画
15320 arz 环
15321 ojqf 挥
15322 casf 辉
15323 lvdm 秽
15324 ,iax 烩
15325 xiax 绘
15326 fjqf 荤
15327 cjqf 浑
15328 f.zh 获
15329 bla 鸡
15330 qf;e 辑
15331 fuae 蓟
15332 x,s 继
15333 b;ga 驾
15334 hjp 间
15335 btx 艰
15336 vina 检
15337 gzqx 碱
15338 gina 硷
15339 oina 捡
15340 lhjp 简
15341 kina 俭
15342 kzqx 减
15343 lmjs 舰
15344 inae 剑
15345 cqfo 渐
15346 chjp 涧
15347 uyk. 胶
15348 caxs 浇
15349 onjs 搅
15350 kaxs 侥
15351 jsy. 饺
15352 qfy. 较
15353 bpf 届
15354 ,bkh 烬
15355 bkh 尽
15356 uayc 鲸
15357 y;s 竞
15358 gal; 驹
15359 bf;e 剧
15360 ;ula 鹃
15361 njjs 觉
15362 ktk 决
15363 jqf 军
15364 txr 垦
15365 oq. 抠
15366 nqf 库
15367 yknf 裤
15368 rtk 块
15369 kiax 侩
15370 nfjs 宽
15371 js;m 馈
15372 hjv/ 阑
15373 chj/ 澜
15374 yhj/ 谰
15375 ofjb 捞
15376 fjb 劳
15377 xxxr 垒
15378 uapr 鲤
15379 zal 厉
15380 zalb 励
15381 zabb 励
15382 goc 砾
15383 ka/v 傈
15384 fqfn 莲
15385 qfn 连
15386 cqfn 涟
15387 uina 脸
15388 iqfn 链
15389 qfak 辆
15390 .rp 猎
15391 ua,q 鳞
15392 v,w 楼
15393 l,w 篓
15394 ebam 颅
15395 oeb 掳
15396 uap 鲁
15397 gag 驴
15398 b,w 屡
15399 x,w 缕
15400 cen 滤
15401 cycv 滦
15402 okq 抡
15403 qfkq 轮
15404 kkq 伦
15405 xkq 纶
15406 f/m 萝
15407 /mn 逻
15408 i/m 锣
15409 l/m 箩
15410 gapx 骡
15411 ga.; 骆
15412 wga 妈
15413 arga 玛
15414 gga 码
15415 /ga 蚂
15416 ;;ga 骂
15417 ghz 买
15418 aln 迈
15419 jspb 馒
15420 apoz 酶
15421 hjn 闷
15422 khj 们
15423 vvm 梦
15424 jpzd 幂
15425 nhj. 悯
15426 hj/ 闽
15427 ;la 鸣
15428 bky 难
15429 oaxs 挠
15430 js.w 馁
15431 oxk 拟
15432 ozzf 撵
15433 aebb 聂
15434 vnad 柠
15435 .nad 狞
15436 onad 拧
15437 ujlx 脓
15438 cjlx 浓
15439 q.jk 欧
15440 q.la 鸥
15441 q.sb 殴
15442 ;q. 呕
15443 cq. 沤
15444 lmu 盘
15445 uula 鹏
15446 gazd 骑
15447 zjof 牵
15448 lina 签
15449 czzp 潜
15450 qfor 堑
15451 vkgs 枪
15452 ;kgs 呛
15453 okgs 抢
15454 axab 翘
15455 rcjt 趋
15456 .q. 躯
15457 gaq. 驱
15458 rpla 鹊
15459 yea 让
15460 jsas 饶
15461 xaxs 绕
15462 qfjk 软
15463 hjar 闰
15464 chjr 润
15465 ftn 萨
15466 uapn 鳃
15467 kob 伤
15468 ,axs 烧
15469 naeb 慑
15470 npd 审
15471 wnpd 婶
15472 cpca 湿
15473 js/ 蚀
15474 y;k 识
15475 ga;. 驶
15476 l,bf 释
15477 jsod 饰
15478 kpq 兽
15479 vq. 枢
15480 mfgz 赎
15481 bl;m 属
15482 vbfh 树
15483 ,oc 烁
15484 jsgq 饲
15485 kkae 耸
15486 kkn 怂
15487 o,w. 擞
15488 fbhh 苏
15489 tzun 随
15490 gfc 孙
15491 ltl 笋
15492 apzh 酞
15493 obky 摊
15494 hbky 瘫
15495 cbky 滩
15496 cg. 汤
15497 cg., 烫
15498 brs 屉
15499 ioz 铁
15500 zad 厅
15501 pfl 团
15502 lanq 鸵
15503 gaz 驮
15504 ganq 驼
15505 hjae 闻
15506 lvjn 稳
15507 hj; 问
15508 ofhn 挝
15509 ;la 呜
15510 ila 钨
15511 fazs 芜
15512 rla 坞
15513 z.b 雾
15514 bax 戏
15515 iojk 锨
15516 uaif 鲜
15517 hjv 闲
15518 pca 显
15519 tina 险
15520 uax 县
15521 paxs 晓
15522 fbhh 协
15523 ubhh 胁
15524 jaga 写
15525 lui 衅
15526 c.d 汹
15527 ivb 叙
15528 xfgz 续
15529 uaxn 悬
15530 huaf 癣
15531 njgf 学
15532 tfh 寻
15533 gaed 驯
15534 gadd 驯
15535 gfcn 逊
15536 zrh 压
15537 qdla 鸦
15538 pdla 鸭
15539 ;aca 哑
15540 hjzs 阉
15541 rcu 盐
15542 zzh 厌
15543 gaia 验
15544 jzla 鸯
15545 vg. 杨
15546 og. 扬
15547 hg. 疡
15548 axas 尧
15549 k.j 爷
15550 ybf 译
15551 xbf 绎
15552 ftu 荫
15553 jsjk 饮
15554 tjtn 隐
15555 nkka 鹰
15556 fjah 莹
15557 ojf 拥
15558 hjf 痈
15559 pft 邮
15560 .zsh 犹
15561 daga 屿
15562 naky 誉
15563 gab 驭
15564 mgsa 鸳
15565 qfrx 辕
15566 pjqf 晕
15567 qfop 暂
15568 vjh 枣
15569 obf 择
15570 cbf 泽
15571 qfs 轧
15572 hjpd 闸
15573 lqe; 毡
15574 qfo 斩
15575 qfbx 辗
15576 dqfo 崭
15577 tqf 阵
15578 izt 郑
15579 x;k 织
15580 oizt 掷
15581 jd;k 帜
15582 cfjd 滞
15583 i;d 钟
15584 u;d 肿
15585 kkk 众
15586 yjt 诌
15587 qfpf 轴
15588 jttb 皱
15589 bkpa 昼
15590 jblm 瞩
15591 ;blm 嘱
15592 mna 贮
15593 gayr 驻
15594 tkr 坠
15595 k;n 总
15596 xkk 纵
15597 jtt 邹
15598 zqf 厍
15599 zzhd 厣
15600 zrao 厮
15601 zzhe 靥
15602 kkgs 伧
15603 kna 伫
15604 kbq 伲
15605 kjlx 侬
15606 kacz 俨
15607 kajh 俪
15608 kpv 倮
15609 kl.n 偬
15610 k,w 偻
15611 knok 傧
15612 kbky 傩
15613 yq. 讴
15614 yjqf 诨
15615 yiuj 谫
15616 yfjh 谳
15617 tpr 陧
15618 lat 邬
15619 cat 邺
15620 iaxt 郐
15621 .zxt 郄
15622 jqft 郓
15623 alb 劢
15624 gfub 勐
15625 acar 垩
15626 rzb 坜
15627 reb 垆
15628 raca 垭
15629 rlj; 垧
15630 rpfh 埘
15631 rzps 埯
15632 r/h 塄
15633 rzlc 塬
15634 rcjv 墚
15635 fkk 苁
15636 foas 芪
15637 fyc 苄
15638 fna 苎
15639 fra 苷
15640 fla 茑
15641 foj 茚
15642 faxs 荛
15643 fqqf 荜
15644 fiax 荟
15645 fjof 荦
15646 ftfh 荨
15647 fbkh 荩
15648 fghz 荬
15649 fgfc 荪
15650 fxfh 荮
15651 fpfh 莳
15652 fkd. 莜
15653 fina 莶
15654 f.zh 莸
15655 fjla 莺
15656 fjd; 萜
15657 fqqp 蒈
15658 f,w 蒌
15659 fpza 蓦
15660 fpzn 蒽
15661 fji 蓥
15662 fin. 蔹
15663 fhjy 蔺
15664 fkpo 蕲
15665 f,w. 薮
15666 fuaf 藓
15667 fy;v 藁
15668 flev 蘖
15669 zq. 奁
15670 ohj 扪
15671 opah 掴
15672 oyp 揞
15673 ouap 撸
15674 ;kd 吖
15675 ;azs 呒
15676 ;fs 呓
15677 ;zb 呖
15678 ;qq 吡
15679 ;tgd 吲
15680 ;nad 咛
15681 ;qar 哐
15682 ;zn 哒
15683 ;axs 哓
15684 ;qqf 哔
15685 ;cas 咣
15686 ;dm 哕
15687 ;iax 哙
15688 ;jlx 哝
15689 ;fjb 唠
15690 ;lpq 唣
15691 ;vv 啉
15692 ;l.n 唿
15693 ;,w 喽
15694 ;zlv 嗪
15695 ;aeb 嗫
15696 ;fkd 嗬
15697 ;rfb 嘞
15698 ;duu 嘣
15699 ;r;. 嘭
15700 ;uap 噜
15701 ;bqi 噔
15702 ;nrr 噻
15703 ;b;f 噼
15704 ;zky 嚯
15705 jdph 帼
15706 jdcz 幞
15707 dq. 岖
15708 ds. 岚
15709 dtds 岜
15710 dqc 岽
15711 dbf 峄
15712 dfjb 崂
15713 dfjv 嵘
15714 da/w 崾
15715 d,w 嵝
15716 .ga 犸
15717 .lts 狍
15718 .iax 狯
15719 .gfc 狲
15720 .ina 猃
15721 ./m 猡
15722 .vpa 猹
15723 .pu 猬
15724 .bj 猸
15725 jsg. 饧
15726 jso 饩
15727 jsob 饬
15728 jsx; 饴
15729 jsl; 饷
15730 jsff 饽
15731 jsiv 馀
15732 jspq 馄
15733 jsva 馇
15734 jsob 馊
15735 jsfz 馍
15736 jsrr 馑
15737 jsr. 馓
15738 jstk 馔
15739 nazs 庑
15740 nypc 廪
15741 nazs 怃
15742 nq. 怄
15743 nkgs 怆
15744 nbf 怿
15745 nzzh 恹
15746 njqf 恽
15747 nvvc 憷
15748 nypc 懔
15749 hja 闩
15750 hjzx 闳
15751 hjy. 闵
15752 hjys 闶
15753 hjzn 闼
15754 hjpv 阃
15755 hjjs 阄
15756 hjqx 阈
15757 hjpp 阊
15758 hjos 阋
15759 hj.b 阌
15760 hjop 阍
15761 hjjh 阒
15762 hjru 阖
15763 hjik 阙
15764 hjq. 阚
15765 hjt. 阚
15766 ceb 泸
15767 cogs 沲
15768 coc 泺
15769 ciax 浍
15770 cy.e 浏
15771 chbe 浏
15772 ctfh 浔
15773 cpad 涠
15774 coak 浜
15775 cfgz 渎
15776 cnpd 渖
15777 civb 溆
15778 caeb 滠
15779 cfjh 滢
15780 cpbb 溻
15781 cllq 滗
15782 cvvw 漤
15783 cin. 潋
15784 nrka 骞
15785 b.,w 屦
15786 wazs 妩
15787 wq. 妪
15788 waca 娅
15789 waxs 娆
15790 wnlq 姹
15791 whjv 娴
15792 wkpf 婵
15793 wbjk 胬
15794 wnok 嫔
15795 gaua 驵
15796 gakh 驸
15797 gajt 驺
15798 gabf 驿
15799 wbga 驽
15800 gax; 骀
15801 gaas 骁
15802 gakf 骅
15803 gaah 骊
15804 gark 骐
15805 gapv 骒
15806 gaky 骓
15807 gax. 骖
15808 teca 骘
15809 gabf 骣
15810 gaek 骥
15811 gayx 骧
15812 xjt 绉
15813 xnok 缤
15814 xapa 缰
15815 arts 珉
15816 vga 杩
15817 vfj 栉
15818 veb 栌
15819 voc 栎
15820 vaca 桠
15821 vaxs 桡
15822 vkqf 桦
15823 viax 桧
15824 vfgz 椟
15825 qfov 椠
15826 v/m 椤
15827 vy;f 椁
15828 v;;; 榀
15829 ozqv 榘
15830 vyv 榇
15831 vhj; 榈
15832 vnaf 榉
15833 vnok 槟
15834 vuap 橹
15835 vypc 檩
15836 amia 殓
15837 amkf 殚
15838 qff; 轱
15839 qfqd 轲
15840 qfeb 轳
15841 qf;k 轵
15842 qfoz 轶
15843 qfk. 轸
15844 qfoc 轹
15845 qfj; 轺
15846 qfax 轼
15847 qfar 轾
15848 qfir 辁
15849 qf.; 辂
15850 qfas 辄
15851 zzqf 辇
15852 qfjs 辋
15853 qfbb 辍
15854 qfwp 辎
15855 qfyq 辘
15856 qf,q 辚
15857 kgsx 戗
15858 pkqf 晔
15859 pjqf 晖
15860 mbkh 赆
15861 fghs 觌
15862 oflq 牦
15863 lqxf 毪
15864 xz.q 毵
15865 oaca 氩
15866 lph. 敫
15867 dfgz 牍
15868 uzh 肽
15869 uqc 胨
15870 ueb 胪
15871 uiax 脍
15872 ubc 脲
15873 unac 腚
15874 unok 膑
15875 uyk; 膪
15876 unic 臁
15877 agak 欤
15878 s.ls 飑
15879 ys. 飒
15880 s.ob 飕
15881 zhz. 飙
15882 s.,, 飚
15883 y.h/ 斓
15884 ,g. 炀
15885 ,kgs 炝
15886 ,kqf 烨
15887 ,hjn 焖
15888 ,osb 煅
15889 ,naa 煊
15890 ,txn 煺
15891 yhkf 禅
15892 bfhn 怼
15893 vsn 悫
15894 cfan 懑
15895 njc 泶
15896 gg. 砀
15897 gqf 砗
15898 gs. 砜
15899 gzal 砺
15900 gkq 砼
15901 gaxs 硗
15902 gxz. 碜
15903 gnaa 碹
15904 jq. 眍
15905 jeq 眦
15906 jina 睑
15907 iacp 畲
15908 /rx, 罴
15909 /rfa 羁
15910 ihj 钔
15911 iq; 钷
15912 ioc 铄
15913 ibf 铎
15914 iaxs 铙
15915 iqdt 铘
15916 ict 铛
15917 i;jd 铞
15918 ikqf 铧
15919 icg. 铴
15920 ifjb 铹
15921 ihjp 锏
15922 ifz; 锘
15923 ipah 锝
15924 il.n 锪
15925 iy; 锫
15926 i,w 镂
15927 ibj 镅
15928 ii;o 镎
15929 inok 镔
15930 izik 镢
15931 iuap 镥
15932 ihj/ 镧
15933 axla 鸢
15934 qfla 鸨
15935 jsla 鸩
15936 f;la 鸪
15937 qcla 鸫
15938 ebla 鸬
15939 l;la 鸲
15940 kvla 鸺
15941 fjga 鹁
15942 ajha 鹂
15943 kk;a 鹆
15944 hjva 鹇
15945 fpla 鹋
15946 zpsa 鹌
15947 y;ga 鹑
15948 f;ua 鹕
15949 bjla 鹛
15950 itca 鹣
15951 mmwa 鹦
15952 nr,a 鹧
15953 bbka 鹨
15954 zkpa 鹩
15955 ky,a 鹪
15956 y;ca 鹫
15957 s.;a 鹭
15958 f;;a 鹳
15959 hal 疠
15960 hzb 疬
15961 hqd 疴
15962 hlts 疱
15963 hyx 痃
15964 haca 痖
15965 hfjb 痨
15966 hhjv 痫
15967 hkpf 瘅
15968 h,w 瘘
15969 htjn 瘾
15970 harr 癍
15971 hypn 癔
15972 hjjy 癯
15973 ykct 裆
15974 ykia 裣
15975 ykhp 裥
15976 yk,w 褛
15977 jqfb 皲
15978 fki; 耠
15979 fkfb 耢
15980 fk,w 耧
15981 aebm 颞
15982 al/ 虿
15983 /zal 蛎
15984 /axs 蛲
15985 /pah 蝈
15986 /zp 蝽
15987 /fjv 蝾
15988 /zrr 蝰
15989 /odb 螋
15990 /,w 蝼
15991 lga 笃
15992 lbn 笾
15993 lqqf 筚
15994 lap. 筻
15995 lots 筢
15996 lobf 箨
15997 lkpf 箪
15998 lnms 箢
15999 lmqq 舭
16000 ,zal 粝
16001 dd, 粜
16002 ,ktz 糇
16003 apos 酰
16004 apaz 酽
16005 apah 酾
16006 appq 醌
16007 al;c 趸
16008 skgs 跄
16009 soc 跞
16010 saxs 跷
16011 sqqf 跸
16012 slfn 跹
16013 s.fm 踬
16014 sizt 踯
16015 stfb 踺
16016 sfhy 躏
16017 jog. 觞
16018 jkpf 觯
16019 zzb 雳
16020 qfoi 錾
16021 b;yi 鐾
16022 uazh 鱿
16023 uah 鲂
16024 uae; 鲇
16025 uaeb 鲈
16026 ualv 稣
16027 uakh 鲋
16028 njua 鲎
16029 uax; 鲐
16030 uarr 鲑
16031 uar; 鲒
16032 uazu 鲔
16033 uay. 鲛
16034 uath 鲟
16035 uaa. 鲠
16036 uaah 鲡
16037 uaqn 鲢
16038 uaph 鲥
16039 ua.v 鲦
16040 ualx 鲧
16041 ccla 鲨
16042 uaab 鲰
16043 uaee 鲱
16044 uapq 鲲
16045 uapp 鲳
16046 uap; 鲴
16047 uaos 鲵
16048 uas/ 鲺
16049 uawp 鲻
16050 uafm 鲼
16051 uarv 鲽
16052 ual, 鳅
16053 uao. 鳆
16054 ualr 鳇
16055 uarp 鳍
16056 uapb 鳎
16057 uazt 鳕
16058 uapb 鳗
16059 osza 鳘
16060 uanf 鳙
16061 uazk 鳜
16062 uaih 鳟
16063 rfzn 鞑
16064 rfff 鞯
16065 rfrf 鞴
16066 mula 鹘
16067 mu.q 骺
16068 mu,w 髅
16069 munk 髌
16070 zzhx 魇
16071 z.l, 鬏
16072 z.nk 鬓
16073 p,fz 黩
16074 jlx 农
16075 ep. 卤
16076 nzqh 宠
16077 zqhk 龚
16078 zqhe 聋
16079 ;zqh 咙
16080 lzqh 笼
16081 zqhr 垄
16082 ozqh 拢
16083 tzqh 陇
16084 nzqh 庞
16085 zqhx 袭
16086 rzqh 垅
16087 fzqh 茏
16088 czqh 泷
16089 uzqh 胧
16090 zqhg 砻
16091 i;zh 龛
16092 mnr 赃
16093 unr 脏
16094 vnr 桩
16095 ykxs 兖
16096 ykxx 衮
16097 gykx 磙
16098 ;ps 黾
16099 x;ps 绳
16100 /;ps 蝇
16101 c;ps 渑
16102 khlh 伪
16103 chbh 沩
16104 chlh 沩
16105 whbh 妫
16106 whlh 妫
16107 uru 腈
16108 uaru 鲭
16109 ,.ua 鳖
16110 ;bjn 嗵
16111 ;eac 咔
16112 ueac 胩
16113 /ac 虾
16114 ;ac 吓
16115 upu 腽
16116 aagu 韫
16117 fgpu 韫
16118 .jtd 狰
16119 djtd 峥
16120 ojtd 挣
16121 jjtd 睁
16122 ljtd 筝
16123 rujd 静
16124 kjtd 净
16125 ixxa 鹚
16126 ,ixx 糍
16127 njrk 黉
16128 hrpk 癀
16129 k;az 俣
16130 w;az 娱
16131 tce 剥
16132 yhtc 禄
16133 xtc 绿
16134 ctc 渌
16135 ojph 搀
16136 jsjh 馋
16137 yjph 谗
16138 jss 饥
16139 ars 玑
16140 d,ku 嵴
16141 dk,u 嵴
16142 hjfk 阗
16143 nuak 惧
16144 s.uk 飓
16145 jszb 饭
16146 js.b 饭
16147 rzb 坂
16148 r.b 坂
16149 zgsm 顾
16150 fzgs 苊
16151 qfzs 轭
16152 p.h 图
16153 hjhh 阏
16154 jslr 饪
16155 i;lr 锃
16156 i;ar 锃
16157 gagf 骗
16158 ofgf 犏
16159 uagf 鳊
16160 hjjo 阎
16161 jsjo 馅
16162 fjsf 茕
16163 fjsz 茕
16164 gsh 矾
16165 qfjh 轫
16166 galn 骢
16167 dodj 峁
16168 dolj 峁
16169 jsop 馏
16170 gaop 骝
16171 ,ohp 熘
16172 muoa 骶
16173 muoh 骶
16174 uai; 鳝
16175 /ir; 蟮
16176 /if; 蟮
16177 .rlp 猪
16178 .rlh 猪
16179 .rlv 橥
16180 c.rp 潴
16181 c.rh 潴
16182 u.v 脎
16183 i.v 铩
16184 nkod 窑
16185 nk;d 窜
16186 snkd 蹿
16187 inkd 镩
16188 onkd 撺
16189 nkqg 窍
16190 nkb 穷
16191 nk,w 窭
16192 nk;k 窝
16193 uar. 鲮
16194 gax. 骏
16195 jxk. 睃
16196 iyxo 锍
16197 jsif 饼
16198 gaif 骈
16199 uapi 鳢
16200 zlps 厩
16201 zbqs 厩
16202 uabj 鲫
16203 o;la 鹄
16204 njo; 喾
16205 gagb 骟
16206 ;r. 唛
16207 r.z 麸
16208 rmz 麸
16209 xbq 经
16210 bqam 颈
16211 qfbq 轻
16212 vbr 柽
16213 /br 蛏
16214 fbr 茎
16215 .br 径
16216 bqb 劲
16217 hbq 痉
16218 ,bq 烃
16219 bqe 刭
16220 tbq 陉
16221 bqzo 巯
16222 bqyo 巯
16223 tgbq 弪
16224 ubq 胫
16225 ifbq 羟
16226 gaa. 骤
16227 gab/ 骚
16228 uab/ 鳋
16229 qfie 输
16230 lafb 鹱
16231 fkye 劐
16232 ;jke 剐
16233 yh;k 祸
16234 /;jk 蜗
16235 c;jk 涡
16236 f;jk 莴
16237 w;jk 娲
16238 u;jk 脶
16239 ;sv 哚
16240 ;lgv 哚
16241 ;glv 哚
16242 jsir 馐
16243 uazh 鲅
16244 .jzb 爱
16245 ;.jb 嗳
16246 w.jb 嫒
16247 p.jb 暧
16248 acax 戬
16249 tgxf 犟
16250 .ofa 鹞
16251 ua.d 鳐
16252 dk.h 将
16253 kdmh 将
16254 dkmh 将
16255 ikdh 锵
16256 idkh 锵
16257 fkdh 蒋
16258 fdkh 蒋
16259 fkng 耱
16260 ;z, 咴
16261 ofa/ 牺
16262 lma/ 舾
16263 /.h 蚁
16264 /h. 蚁
16265 y.h 议
16266 yh. 议
16267 lm.h 舣
16268 lmh. 舣
16269 hjyd 闹
16270 uhb 脉
16271 ;hb 咏
16272 idts 铠
16273 lpds 皑
16274 dtse 剀
16275 rdts 垲
16276 ndts 恺
16277 vdts 桤
16278 szqh 蹰
16279 rign 埝
16280 rkhn 埝
16281 uain 鲶
16282 uakn 鲶
16283 pig; 晗
16284 pkh; 晗
16285 ibt 邻
16286 khbt 邻
16287 zzhx 餍
16288 hjhx 阆
16289 aphx 酿
16290 uaj; 鲷
16291 qfn; 辖
16292 ffjz 葜
16293 frjz 葜
16294 hjks 阅
16295 n;; 宫
16296 k;; 侣
16297 fj;; 营
16298 hj;; 闾
16299 lv;; 稆
16300 llps 篼
16301 lols 篼
16302 cy.e 济
16303 y.ee 剂
16304 fy.e 荠
16305 ky.e 侪
16306 oy.e 挤
16307 uy.e 脐
16308 sy.e 跻
16309 zy.e 霁
16310 ;y.e 哜
16311 uaye 鲚
16312 /y.e 蛴
16313 tglk 张
16314 tglx 张
16315 tgqk 张
16316 jdlk 帐
16317 jdlx 帐
16318 jdqk 帐
16319 mlqk 账
16320 mlax 账
16321 mqk 账
16322 ulqk 胀
16323 ulax 胀
16324 uqk 胀
16325 klqk 伥
16326 klax 伥
16327 kqk 伥
16328 flqk 苌
16329 flax 苌
16330 fqk 苌
16331 nlqk 怅
16332 nlax 怅
16333 nqk 怅
16334 vlqk 枨
16335 vlax 枨
16336 vqk 枨
16337 kdr 壮
16338 dkr 壮
16339 kdrx 装
16340 dkrx 装
16341 kdmc 浆
16342 dkmc 浆
16343 kdmv 桨
16344 dkmv 桨
16345 kdmz 奖
16346 dkmz 奖
16347 kdmp 酱
16348 dkmp 酱
16349 nkdb 寝
16350 ndkb 寝
16351 kdw 妆
16352 dkw 妆
16353 kdzh 状
16354 dkzh 状
16355 kylg 隽
16356 kygl 隽
16357 okyl 携
16358 ikyg 镌
16359 ikyl 镌
16360 xlvg 绣
16361 xlvl 绣
16362 lsla 鸠
16363 slla 鸠
16364 qqfs 匦
16365 qqfl 匦
16366 qfls 轨
16367 qfsl 轨
16368 lsv 杂
16369 slv 杂
16370 olsh 执
16371 oslh 执
16372 olsr 垫
16373 oslr 垫
16374 ols, 热
16375 ols/ 蛰
16376 osl/ 蛰
16377 olso 挚
16378 oslo 挚
16379 yosx 亵
16380 olsm 贽
16381 oslm 贽
16382 olsx 絷
16383 oslx 絷
16384 ;tcd 啸
16385 ;tdk 啸
16386 ftcd 萧
16387 ftdk 萧
16388 cftk 潇
16389 ltcd 箫
16390 ltdk 箫
16391 fxas 莼
16392 jsas 饨
16393 gads 砘
16394 s,rb 鼗
16395 ycb 变
16396 ycd 峦
16397 ycn 恋
16398 yc/ 蛮
16399 yctg 弯
16400 cycg 湾
16401 ycgf 孪
16402 yco 挛
16403 yci 銮
16404 ycla 鸾
16405 ycw 娈
16406 ycjk 脔
16407 ycv 栾
16408 ,so 断
16409 l,so 簖
16410 lhdd 筛
16411 lhld 筛
16412 .hdd 狮
16413 .hld 狮
16414 .ead 狮
16415 /hdd 蛳
16416 /hld 蛳
16417 /ead 蛳
16418 eohu 监
16419 feou 蓝
16420 leou 篮
16421 ceou 滥
16422 veou 槛
16423 ebr 坚
16424 nebr 悭
16425 iebr 铿
16426 uaer 鲣
16427 ebx 紧
16428 eohi 鉴
16429 eohs 览
16430 oeos 揽
16431 xeos 缆
16432 veos 榄
16433 eohp 临
16434 ebu 肾
16435 ebm 贤
16436 eby 竖
16437 y.ae 斋
16438 alja 鸸
16439 uaae 鲕
16440 zalm 颥
16441 tke 阶
16442 ypla 韵
16443 yplk 韵
16444 fpfd 韩
16445 fpfg 韩
16446 yaad 讳
16447 yfg 讳
16448 aagn 违
16449 fgn 违
16450 paad 围
16451 pfg 围
16452 ffg 苇
16453 kaad 伟
16454 kfg 伟
16455 xaad 纬
16456 xfg 纬
16457 jdfg 帏
16458 hjad 闱
16459 hjfg 闱
16460 arfg 玮
16461 pacd 韪
16462 pacg 韪
16463 aago 韬
16464 fg.o 韬
16465 ,aad 炜
16466 ,fg 炜
16467 aagh 韧
16468 aagk 韧
16469 fgjh 韧
16470 fgjk 韧
16471 kaab 传
16472 gaab 砖
16473 qfab 转
16474 ;qfb 啭
16475 oaab 抟
16476 laax 笺
16477 saax 践
16478 jsax 饯
16479 iaax 钱
16480 aaxu 盏
16481 fzac 萘
16482 gaac 骠
16483 uaac 鳔
16484 inmc 镲
16485 vnmc 檫
16486 unac 腙
16487 snac 踪
16488 uaag 肟
16489 xzag 绔
16490 ua;g 鳄
16491 ;;aa 鹗
16492 u;;g 腭
16493 cjax 尝
16494 kcjx 偿
16495 raax 坛
16496 aaxn 运
16497 paax 昙
16498 paas 园
16499 aasn 远
16500 uans 鲩
16501 aaea 鹉
16502 viaa 栏
16503 oiaa 拦
16504 ,iaa 烂
16505 xzaa 叁
16506 hjaa 闫
16507 qfaf 轩
16508 lvaf 秆
16509 ihjf 锎
16510 hjc; 阔
16511 af;f 辞
16512 lf;f 辞
16513 af;. 敌
16514 lf;. 敌
16515 ilf 钎
16516 amlf 歼
16517 lfn 迁
16518 xlf 纤
16519 kzaz 凑
16520 kzlz 凑
16521 qfzz 辏
16522 hjbz 阕
16523 jslz 饫
16524 lze 乔
16525 slz 跃
16526 lzd 岙
16527 azd 岙
16528 gale 骄
16529 wlze 娇
16530 ozle 矫
16531 qfle 轿
16532 vlze 桥
16533 klze 侨
16534 flze 荞
16535 olze 挢
16536 dlze 峤
16537 rfle 鞒
16538 uaai 鲆
16539 qfli 轷
16540 ,li 烀
16541 ziam 颊
16542 aikm 颊
16543 izi 铗
16544 iaik 铗
16545 fzi 荚
16546 faik 荚
16547 tzi 陕
16548 taik 陕
16549 dzi 峡
16550 daik 峡
16551 kzi 侠
16552 kaik 侠
16553 .zi 狭
16554 .aik 狭
16555 ozi 挟
16556 oaik 挟
16557 zit 郏
16558 aikt 郏
16559 nqzi 惬
16560 nqak 惬
16561 czi 浃
16562 caik 浃
16563 gzi 硖
16564 gaik 硖
16565 hzir 瘗
16566 hair 瘗
16567 /zi 蛱
16568 /aik 蛱
16569 lqzi 箧
16570 lqak 箧
16571 fvi 莱
16572 fa, 莱
16573 dvi 崃
16574 da, 崃
16575 .vi 徕
16576 .a, 徕
16577 cvi 涞
16578 vim 赉
16579 a,m 赉
16580 jvi 睐
16581 ja, 睐
16582 ivi 铼
16583 ia, 铼
16584 fip; 啬
16585 rkp; 啬
16586 ffi; 蔷
16587 wfi; 嫱
16588 bgda 骛
16589 bgda 鹜
16590 bgda 鹬
16591 hgd 疗
16592 gdn 辽
16593 vca 壶
16594 vqfb 毂
16595 oxbh 拨
16596 nxbh 废
16597 cxbh 泼
16598 ktgn 递
16599 ktga 鹈
16600 fsx 芗
16601 xitx 飨
16602 sxix 飨
16603 uy.d 脑
16604 ny.d 恼
16605 ry.d 垴
16606 fy.m 蓠
16607 yfd 讲
16608 fdn 进
16609 ufd 肼
16610 tgoc 弥
16611 tgjc 弥
16612 .tgc 猕
16613 jcn 迩
16614 jcah 玺
16615 yhjc 祢
16616 xcj; 绱
16617 fkc; 耥
16618 kcjs 傥
16619 ycjs 谠
16620 ;wwa 咝
16621 ;wsa 咝
16622 ;ssa 咝
16623 fjts 艳
16624 jsqx 馕
16625 vt, 棂
16626 acap 晋
16627 ;/ 虽
16628 jtd 争
16629 eca 虚
16630 ;az 吴
16631 zseu 尴
16632 hdt 归
16633 hlt 归
16634 dhdt 岿
16635 dhlt 岿
16636 det 岿
16637 ejd 帅
16638 hdjd 帅
16639 hljd 帅
16640 hdad 师
16641 hlad 师
16642 yxf 弃
16643 y.e 刘
16644 hqa 疟
16645 qfx; 辔
16646 xqf; 辔
16647 y.e 齐
16648 y.ea 齑
16649 y.dd 齑
16650 lqk 长
16651 lax 长
16652 tcdd 肃
16653 tddk 肃
16654 eef 芈
16655 c,dd 渊
16656 cd,d 渊
16657 aagd 韦
16658 aab 专
16659 aag 亏
16660 iaa 兰
16661 azs 无
16662 uiza 腾
16663 ukza 腾
16664 izy 誊
16665 kzy 誊
16666 izv 桊
16667 kzv 桊
16668 izua 鲞
16669 kzua 鲞
16670 irlj 着
16671 ize 养
16672 aca 亚
16673 apa 亘
16674 fix 丧
16675 rkx 丧
16676 aik 夹
16677 oqfk 舆
16678 ljd 币
16679 ajkk 两
16680 .fm 质
16681 ggdh 书
16682 ina 佥
16683 lj,z 奥
16684 lp,g 粤
16685 caid 凿
16686 cfak 满
16687 jfak 瞒
16688 fajm 颟
16689 rjkm 颟
16690 /fak 螨
16691 /rjk 螨
16692 sfak 蹒
16693 ;.ok 哌
16694 rqfx 载
16695 wwa 丝
16696 wssa 丝
16697 sswa 丝
16698 sssa 丝
16699 oqb 拣
16700 ,qb 炼
16701 xqb 练
16702 bhh 办
16703 acz 严
16704 hbh 为
16705 hlgh 为
16706 nakf 举
16707 nak 兴
16708 kpf 单
16709 fghz 卖
16710 jjz 奂
16711 zqh 龙
16712 fjjd 带
16713 nna 应
16714 ;lj; 响
16715 pfh 时
16716 ct 当
16717 vct 档
16718 aaxb 动
16719 e;, 点
16720 aeiz 联
16721 ;ag 号
16722 lvjc 称
16723 xz. 参
16724 parh 国
16725 taac 际
16726 szfh 踌
16727 ae;k 职
16728 yhs 礼
16729 narh 宝
16730 aryc 琼
16731 bjs 观
16732 bjk 欢
16733 ajhh 丽
16734 gpah 碍
16735 fjih 献
16736 ykva 袜
16737 bbba 叠
16738 nkqj 窃
16739 ,ad 灯
16740 upa 胆
16741 opa 担
16742 nhz 实
16743 kars 凭
16744 klrs 凭
16745 ,pz 烟
16746 ycn 迹
16747 iva 钵
16748 ;nlq 咤
16749 rxj 却
16750 urxj 脚
16751 fl.n 葱
16752 e;ax 战
16753 kypc 凛
16754 ;eca 嘘
16755 aaju 盗
16756 kjku 盗
16757 qfz. 辙
16758 qfy. 辙
16759 nxz. 惨
16760 nxza 惨
16761 o,w 搂
16762 oct 挡
16763 ,w. 数
16764 cxz. 渗
16765 ,xz. 糁
16766 ols, 鸷
16767 olsa 鸷
16768 osla 鸷
16769 wwa, 鸶
16770 wss, 鸶
16771 ssw, 鸶
16772 sss, 鸶
16773 wwaa 鸶
16774 wssa 鸶
16775 sswa 鸶
16776 sssa 鸶
16777 qbqh 瓯
16778 q.qh 瓯
16779 ovua 揸
16780 ovpa 揸
16781 bkn 迟
16782 bhn 迟
16783 //// 罒
16784 cccc 氺
16785 gggg 乛
16786 gggg 戸
16787 iiii 亼
16788 iiii 亽
16789 iiii 釒
16790 kkkk 丷
16791 kkkk 乀
16792 kkkk 乁
16793 vvvv 朩
16794 yyyy 吂
16795 yyyy 訁
16796 yopx 褏
16797 lks 乥
16798 hfs 乧
16799 x;s 乨
16800 b;s 乫
16801 qts 乬
16802 yfs 乵
16803 qhs 乶
16804 ccls 乷
16805 gdsz 乸
16806 cyrs 乼
16807 y;p 亯
16808 ypc 亰
16809 klq 仛
16810 eak 仧
16811 kcl 仯
16812 kl. 伆
16813 ksb 伇
16814 kqf 伡
16815 ky. 伩
16816 kwb 伮
16817 kkc 伱
16818 kpf 伷
16819 kua 伹
16820 kra 佄
16821 ktb 佊
16822 kj; 佋
16823 klts 佨
16824 k.q 佭
16825 km; 佲
16826 kcas 侊
16827 ktf 侓
16828 kaqx 侙
16829 kzdf 侟
16830 kajr 侢
16831 krlg 侤
16832 kysw 侫
16833 kbkh 侭
16834 ktl; 侰
16835 kqi 侸
16836 kfjf 侼
16837 kiv 俆
16838 knv 俕
16839 krn 俧
16840 klv; 俰
16841 k.p 俻
16842 kojk 俽
16843 koz; 倁
16844 k.zu 倄
16845 kvkk 倈
16846 kkxn 倊
16847 fpfk 倝
16848 kzff 倴
16849 k.v 倸
16850 kaet 倻
16851 kif; 倽
16852 kpa. 偒
16853 k;;; 偘
16854 kykd 偙
16855 kgcu 偦
16856 kzmm 偧
16857 kd.p 偹
16858 kodb 傁
16859 kzkj 傄
16860 kzlc 傆
16861 k;m 傊
16862 knt; 傏
16863 ky;; 傐
16864 kyxp 傗
16865 kkxb 傟
16866 kyfh 傠
16867 kyy 傡
16868 krqx 傤
16869 kmu 傦
16870 kxx. 傪
16871 kpx 傫
16872 kyps 傹
16873 krz 傼
16874 krjd 僀
16875 kopb 働
16876 kbqi 僜
16877 kzn 僡
16878 k.jq 僢
16879 ka/q 僲
16880 kep 僴
16881 kfrv 僷
16882 k;;v 僺
16883 krqx 儎
16884 kem, 儏
16885 korq 儛
16886 k,,v 儝
16887 kak. 儞
16888 kzzm 儧
16889 koom 儨
16890 ky;. 儫
16891 krus 儬
16892 ark 兲
16893 kj;q 兺
16894 kprk 兾
16895 jua 冝
16896 jlpq 冟
16897 jaeb 冣
16898 jvv 冧
16899 jqp 冨
16900 jol, 冩
16901 ktss 冺
16902 ktf 冿
16903 kv; 凁
16904 kiv 凃
16905 kdqi 凒
16906 ka/v 凓
16907 kkyf 凖
16908 k/rf 凙
16909 sjd 凧
16910 salp 凮
16911 sitc 凲
16912 tke 刔
16913 jjj 刕
16914 j;e 刟
16915 x;e 刣
16916 rxe 刦
16917 apae 刯
16918 qie 剅
16919 ;ue 剈
16920 axae 剗
16921 rake 剘
16922 y;ce 剠
16923 zpse 剦
16924 fge 剨
16925 lvre 剰
16926 lvfe 剰
16927 lare 剰
16928 lafe 剰
16929 fi;e 剳
16930 bbke 剹
16931 q;;e 剾
16932 /l/e 劅
16933 nite 劆
16934 i;;j 劎
16935 cj;e 劏
16936 oome 劕
16937 njb 労
16938 .qb 劶
16939 ifb 劷
16940 xofb 劺
16941 ameb 劽
16942 oszb 勄
16943 y;b 勏
16944 vkkb 勑
16945 alpb 勔
16946 bbkb 勠
16947 jp.b 勨
16948 j;.b 勨
16949 yprb 勭
16950 ea.b 勮
16951 lks 匃
16952 l.;; 匔
16953 qarh 匤
16954 qxf 匥
16955 qxr 匨
16956 ql.p 匫
16957 qz;; 匲
16958 qi;k 匳
16959 qr/m 匵
16960 qfko 匶
16961 em; 卨
16962 mmj 卶
16963 ivhj 厁
16964 ivhd 厁
16965 zlq 厇
16966 z;q 厑
16967 z;o 厛
16968 zi;k 厱
16969 nzq. 厳
16970 nzt. 厳
16971 srx 厾
16972 xxxc 叅
16973 n,b 叜
16974 rxjb 叝
16975 ;gds 吔
16976 ;tl 吚
16977 ;sb 吺
16978 ;hf 呌
16979 ;gq 呞
16980 ;yx 呟
16981 ;rs 呭
16982 ;;k 呮
16983 ;oz 呹
16984 ;kgs 咃
16985 ;jz 咉
16986 ;zq 咗
16987 ;nq 咜
16988 ;alp 咟
16989 ;iz 咲
16990 ;nw 咹
16991 ;rgs 哋
16992 ;qkj 哛
16993 ;qi 哣
16994 ;kqd 哬
16995 ;js 哯
16996 ;nof 哰
16997 ;.gf 哹
16998 ;kk; 唂
16999 gb; 唘
17000 ;., 唙
17001 ;ohf 唞
17002 rx;q 唟
17003 ;tua 唨
17004 ;lvw 唩
17005 ;vo 唽
17006 ;.gs 啂
17007 ;nms 啘
17008 eq;; 啙
17009 ;atw 啛
17010 ;lv; 啝
17011 ;rrc 啩
17012 ;pah 啯
17013 ;dg 啱
17014 ;kpf 啴
17015 ;bf; 啹
17016 ;pa. 啺
17017 ;py 喅
17018 r;r; 喆
17019 ;zut 喐
17020 ;vf; 喖
17021 ;op 喠
17022 ;zff 喯
17023 ;zax 喴
17024 qh;q 喸
17025 ;klx 喺
17026 ;jtn 喼
17027 ;mu 嗗
17028 ;.xz 嗘
17029 .gf; 嗠
17030 ;kp; 嗰
17031 ;i;o 嗱
17032 ;nr, 嗻
17033 ;ntf 嘃
17034 ;xx. 嘇
17035 ;dzr 嘊
17036 ;ctw 嘙
17037 ;.ph 嘚
17038 ;.ec 嘥
17039 ;kaw 嘦
17040 ;mz, 嘫
17041 ;l,p 噃
17042 ;ypr 噇
17043 ;i;b 噏
17044 ;,mq 噒
17045 ;e,d 噛
17046 ;xx 噝
17047 ;fpm 噧
17048 ilj; 噵
17049 ;yvo 噺
17050 ;zph 嚈
17051 ;cah 嚉
17052 ;rgh 嚋
17053 ;o/, 嚑
17054 ;ffn 嚖
17055 r;r; 嚞
17056 ;lvc 嚟
17057 ;ohe 嚠
17058 ;rfr 嚡
17059 ;xqh 嚩
17060 ;eqx 嚱
17061 ;p,; 嚸
17062 ;/in 嚺
17063 ;fko 嚿
17064 ;ajq 囇
17065 ;mkp 囎
17066 ;fe/ 囒
17067 ;l/y 囖
17068 jts 囘
17069 pfh 団
17070 ptss 囻
17071 px; 囼
17072 pxm 圎
17073 p/h 圐
17074 pqhh 圑
17075 pxfe 圗
17076 rea 圵
17077 rsb 坄
17078 .dkr 坕
17079 raw 坘
17080 rua 坥
17081 r.xk 坬
17082 rx; 坮
17083 rl; 坸
17084 rnad 坾
17085 rkfh 坿
17086 roz 垁
17087 rlts 垉
17088 rtss 垊
17089 rlj 垍
17090 r.; 垎
17091 rmm 垑
17092 rle 垖
17093 rnfh 垨
17094 rrk 垬
17095 rzn 垯
17096 rjs 垷
17097 r.f 埄
17098 thr 埅
17099 dcr 埊
17100 r;u 埍
17101 rec 埗
17102 rnac 埞
17103 rnms 埦
17104 aebr 埾
17105 cbqr 埿
17106 hhr 堃
17107 vhr 堏
17108 rpqq 堒
17109 rk;v 堢
17110 rqqp 堦
17111 rrfr 堼
17112 rzp 堾
17113 rfyo 塃
17114 rosb 塅
17115 rrx 塐
17116 rlvq 塖
17117 rlen 塠
17118 tqr 塦
17119 riku 塧
17120 r.o 塪
17121 cosr 塰
17122 rop. 塲
17123 r.fn 塳
17124 rq;; 塸
17125 rzex 墄
17126 rnr, 墌
17127 rae, 墕
17128 ri;p 墖
17129 rkpp 増
17130 rbtb 墢
17131 r;dm 墤
17132 ror, 墲
17133 rrin 墶
17134 rep 墹
17135 rb;f 壀
17136 rcjp 壋
17137 cqor 壍
17138 akjr 壐
17139 rtdu 壗
17140 ryuq 壠
17141 rzpr 壥
17142 rf;y 壦
17143 rgcu 壻
17144 r/p; 夁
17145 mc;q 夞
17146 mmr; 夡
17147 ztds 夿
17148 zqt 奆
17149 zyxk 奒
17150 xzps 奙
17151 zpu 奛
17152 zuu 奟
17153 wad 奵
17154 wtds 妑
17155 wys 妔
17156 w;d 妕
17157 daw 妛
17158 wtk 妜
17159 woe 妰
17160 woz 妷
17161 wqd 妸
17162 b;w 妿
17163 wln 姂
17164 wtss 姄
17165 eqw 姕
17166 wyxk 姟
17167 wxu 姢
17168 wcas 姯
17169 wlp 姰
17170 wrk 娂
17171 wzgx 娍
17172 oow 娎
17173 w.gf 娐
17174 wosz 娒
17175 wf;s 娔
17176 wz; 娝
17177 wrn 娡
17178 xrw 娤
17179 woak 娦
17180 wat; 娪
17181 wleb 娫
17182 wkxk 娰
17183 wbbb 娺
17184 wvp 娻
17185 tqdw 娿
17186 wl, 婅
17187 wky 婎
17188 wee 婔
17189 wvkk 婡
17190 wpqq 婫
17191 wbf; 婮
17192 ajhw 婯
17193 tgyw 婱
17194 wfkq 婲
17195 wapd 婳
17196 wa/w 婹
17197 wpm 媀
17198 wt;q 媁
17199 wykd 媂
17200 wyv 媇
17201 wbar 媉
17202 wop 媑
17203 wfjz 媖
17204 wqqp 媘
17205 wzqu 媠
17206 wv/ 媡
17207 wpn 媤
17208 wip 媨
17209 wykh 嫎
17210 za/w 嫑
17211 wrm 嫧
17212 wv;k 嫰
17213 wp, 嫼
17214 w,mq 嫾
17215 wi;b 嬆
17216 reqw 嬊
17217 r;ew 嬊
17218 re;w 嬊
17219 wypn 嬑
17220 wi/p 嬒
17221 w/rf 嬕
17222 wi.n 嬘
17223 ypjw 嬜
17224 wirx 嬟
17225 wozk 嬩
17226 w,,v 嬫
17227 cqow 嬱
17228 wxld 嬵
17229 wqfn 嬺
17230 wr/m 嬻
17231 z;;w 孁
17232 wltu 孂
17233 wev/ 孄
17234 wmmw 孆
17235 wf;y 孉
17236 wfe/ 孏
17237 gfn 孞
17238 gqgf 孠
17239 gfx; 孡
17240 xbgf 孧
17241 gfm 孭
17242 qdtf 孯
17243 gfgp 孴
17244 gfmw 孾
17245 ntg 宆
17246 nma 宐
17247 nyr 宔
17248 n;v 宲
17249 nl, 宷
17250 nnlr 寗
17251 nyvs 寴
17252 q;fh 尀
17253 f;sh 尅
17254 blqh 屗
17255 brsv 屟
17256 doj 岇
17257 dkj 岎
17258 d;s 岲
17259 doa 岴
17260 de; 岾
17261 njd 峃
17262 dxf 峅
17263 dtf 峍
17264 dir 峑
17265 dyp 峕
17266 daxs 峣
17267 dyk. 峧
17268 dqdt 峫
17269 dlve 峲
17270 dkd. 峳
17271 dnzx 峵
17272 dap. 峺
17273 cod 峾
17274 dina 崄
17275 dcp 崉
17276 dvv 崊
17277 dof 崜
17278 dirz 嵄
17279 d;;; 嵓
17280 dpax 嵔
17281 dvpa 嵖
17282 d.xz 嵠
17283 dkxb 嵡
17284 ddqi 嵦
17285 ditc 嵰
17286 dntc 嵻
17287 dt.r 嶐
17288 djp. 嶑
17289 dj;. 嶑
17290 di;b 嶖
17291 dvax 嶘
17292 da.r 嶳
17293 drgh 嶹
17294 drkx 嶻
17295 dzfm 巁
17296 drf, 巈
17297 dmmw 巊
17298 dnz. 巌
17299 qtg 巪
17300 qbz 巭
17301 j;ts 巶
17302 tdsq 巼
17303 tjd 帇
17304 jdkj 帉
17305 oasd 帋
17306 jdap 帞
17307 tl;d 帬
17308 jdns 帵
17309 jdyw 帹
17310 jdrk 帺
17311 jdkz 帿
17312 jdrv 幉
17313 ftld 幚
17314 jde/ 幱
17315 nlx 庅
17316 nrh 庒
17317 npd 庘
17318 nylx 庡
17319 nqh 庯
17320 nkxv 庺
17321 nrkk 庻
17322 nfp 庿
17323 nn,b 廀
17324 nbas 廃
17325 nlpb 廏
17326 nq;q 廤
17327 nub. 廫
17328 nlvm 廭
17329 p;b 廻
17330 peb 廽
17331 rxf 弆
17332 tga 弖
17333 tgtg 弜
17334 tgjk 弞
17335 tgqt 弡
17336 tg;u 弲
17337 tgyf 弴
17338 tgrv 弽
17339 tgnf 弾
17340 tgqd 彁
17341 catz 彂
17342 tgij 彅
17343 t,kf 彛
17344 w,kf 彜
17345 y.. 彣
17346 ajh. 彨
17347 nkk. 彮
17348 ajh. 彲
17349 .gds 彵
17350 .rr 徍
17351 .ic 従
17352 .v/ 徚
17353 .atc 徢
17354 .rp 徣
17355 .tfb 徤
17356 .aee 徰
17357 .jjy 忂
17358 ngds 忚
17359 ny. 忟
17360 atn 忢
17361 nzh 忲
17362 nar 忹
17363 nlr 忹
17364 nqt 怇
17365 nrs 怈
17366 f;n 怘
17367 nyx 怰
17368 ntb 怶
17369 n;k 怾
17370 nxof 恈
17371 wgfn 恏
17372 naqx 恜
17373 nzdr 恠
17374 n.zx 恡
17375 nkxs 恱
17376 kvn 恷
17377 nfys 恾
17378 nqqr 悂
17379 ny.; 悋
17380 nzkk 悏
17381 nqh 悑
17382 ny;d 悙
17383 lven 悡
17384 nlve 悧
17385 nqax 惐
17386 lv;n 惒
17387 nojk 惞
17388 ofln 惣
17389 okn 惥
17390 ntsp 惽
17391 fjgn 愂
17392 nt;q 愇
17393 n.;n 愙
17394 npn 愢
17395 nfjz 愥
17396 n;m 愪
17397 nrlp 愭
17398 npcs 愰
17399 nhoz 愱
17400 jjn 愳
17401 nnk; 愹
17402 nfpf 愺
17403 nqhh 愽
17404 qmn 慐
17405 qon 慙
17406 oszn 慜
17407 nqn 慩
17408 nzex 慽
17409 opbn 憅
17410 nbqi 憕
17411 ntzu 憜
17412 ny;. 憞
17413 zidn 憠
17414 ,,jn 憥
17415 n,,b 憦
17416 nypa 憻
17417 nfln 憽
17418 nrrb 懄
17419 n.j. 懓
17420 zpun 懕
17421 nrcc 懗
17422 nozk 懙
17423 nr;r 懛
17424 nf/m 懜
17425 qhhn 懯
17426 nffn 懳
17427 nrex 懴
17428 max 戝
17429 npfx 戦
17430 qdqx 戨
17431 jjkx 戵
17432 oar 抂
17433 olx 抅
17434 oxg 抝
17435 obk 択
17436 oajk 抦
17437 o;k 抧
17438 oqd 抲
17439 oza 抷
17440 o;s 拀
17441 ob; 拁
17442 ooe 拃
17443 onq 拕
17444 ooa 拞
17445 o.s 拠
17446 onx 拡
17447 ocas 挄
17448 oame 挒
17449 oztg 挗
17450 oclb 挘
17451 oaca 挜
17452 otfh 挦
17453 occl 挱
17454 oarf 挵
17455 ov; 捒
17456 oqdt 捓
17457 opdb 捜
17458 ooak 捠
17459 oblq 捤
17460 ooap 捪
17461 onkh 捬
17462 ooad 捳
17463 okxn 捴
17464 ozff 捹
17465 one 捾
17466 oatw 捿
17467 ojid 掆
17468 onoa 掋
17469 onoh 掋
17470 oeab 掓
17471 oajk 掚
17472 opl. 掦
17473 oi;j 掵
17474 ontk 掶
17475 ogfu 掹
17476 ofz; 掿
17477 oem 揁
17478 ol.n 揔
17479 on.; 揢
17480 ov;e 揦
17481 ogc 揼
17482 ok;n 搃
17483 onk; 搈
17484 oljh 搝
17485 omqv 搩
17486 obyf 搱
17487 ozlv 搸
17488 i;oo 搻
17489 ozo 摏
17490 orjd 摕
17491 ov;k 摗
17492 oeua 摣
17493 oz.. 摤
17494 op/b 摱
17495 oqdr 摼
17496 rbso 撀
17497 qsbo 撃
17498 oqsp 撍
17499 opyc 撔
17500 o,mq 撛
17501 oxxc 撡
17502 oky, 撨
17503 oxzq 撪
17504 oirj 撯
17505 oizj 撯
17506 oy;. 撴
17507 onjs 撹
17508 ocav 擈
17509 olzk 擌
17510 o;ax 擑
17511 oqcy 擓
17512 opuu 擝
17513 oak. 擟
17514 zpuo 擪
17515 orkx 擮
17516 olie 擶
17517 orzk 擹
17518 oppp 攂
17519 ozzm 攅
17520 oyqv 攈
17521 ozle 攊
17522 o,,; 攚
17523 o/xy 攞
17524 oyqv 攟
17525 fbb 攰
17526 yfb 攱
17527 l;. 敂
17528 .;. 敋
17529 kpd. 敒
17530 pl.b 敡
17531 njg. 敩
17532 dqib 敱
17533 y.ae 斊
17534 y.js 斍
17535 mhf 斘
17536 xxjf 斚
17537 /l/f 斣
17538 ,mqo 斴
17539 hojd 斾
17540 hxc 旀
17541 hotb 旇
17542 qhh 旉
17543 hoqh 旊
17544 hzqd 旑
17545 htfb 旔
17546 hl,p 旙
17547 hoya 旜
17548 m;qs 旤
17549 pg. 旸
17550 pkx 昖
17551 pxf 昪
17552 pqj 昻
17553 pnx 昿
17554 pyk. 晈
17555 pyxk 晐
17556 poo 晣
17557 pepf 晫
17558 vop 晳
17559 pvv 晽
17560 pee 暃
17561 pfjz 暎
17562 ppor 暒
17563 pljv 暞
17564 po, 暣
17565 ppnw 暥
17566 zvvp 暦
17567 pfft 暳
17568 phoc 暶
17569 ptcn 曃
17570 ppp. 曑
17571 pfl. 曔
17572 pcav 曗
17573 pnzc 曢
17574 pepu 曥
17575 p/xy 曪
17576 pxh 曵
17577 pmq 曻
17578 k/p. 朆
17579 i/pf 朇
17580 ukj 朌
17581 urs 朑
17582 yspu 朚
17583 uy;f 朜
17584 uuuu 朤
17585 u,,b 朥
17586 ved 杊
17587 vddd 杊
17588 vtg 杛
17589 val 杤
17590 kxv 枀
17591 qqv 枈
17592 voj 枊
17593 v.dk 枛
17594 vlf 枡
17595 vzh 枤
17596 frv 枽
17597 vff 枿
17598 vlv 柇
17599 vj; 柖
17600 vk; 柗
17601 vzjd 柨
17602 vmj 栁
17603 vsz 栂
17604 njv 栄
17605 vor 栍
17606 v.q 栙
17607 valp 栢
17608 vkax 栰
17609 vpz 栶
17610 vkzh 栿
17611 w;v 桇
17612 ffv 桒
17613 vlu 桖
17614 vle 桘
17615 vxof 桙
17616 vwm 桚
17617 vmq 桝
17618 vmt 桞
17619 vtfh 桪
17620 cclv 桬
17621 voa; 桰
17622 vap 梄
17623 vlpq 梍
17624 vlpq 梎
17625 v;;d 梙
17626 vblq 梶
17627 e;bv 梷
17628 vlve 梸
17629 voak 梹
17630 vkte 梻
17631 vrn 梽
17632 vqfn 梿
17633 vlvt 棅
17634 rakv 棊
17635 vpah 棏
17636 vjis 棢
17637 vnms 椀
17638 vvn 椘
17639 vpp 椙
17640 vfkq 椛
17641 vaxe 椡
17642 vpah 椢
17643 vi;j 椧
17644 vnkh 椨
17645 vntk 椩
17646 vkpf 椫
17647 vnua 椬
17648 vxz. 椮
17649 vop. 椱
17650 vk;v 椺
17651 vbar 楃
17652 va/w 楆
17653 vm; 楇
17654 v;;; 楍
17655 vzqu 楕
17656 vl.n 楤
17657 vrav 楳
17658 vlpc 楾
17659 vlvp 楿
17660 vnar 榁
17661 vyhd 榊
17662 vttt 榋
17663 viku 榏
17664 vnyf 榟
17665 vna. 榢
17666 vrpr 榸
17667 ;v;v 槑
17668 vyxp 槒
17669 vepv 槕
17670 vld 槝
17671 vbbv 槡
17672 vnzd 槣
17673 vdky 槯
17674 v.fn 槰
17675 v;;n 槵
17676 vntc 槺
17677 vnkp 樎
17678 vyqq 樚
17679 vnr, 樜
17680 vqdr 樫
17681 vrar 樭
17682 vzt 樰
17683 vtqh 樳
17684 vpab 樶
17685 vvab 樷
17686 vipz 橂
17687 vbtb 橃
17688 vor, 橅
17689 veu 橌
17690 v.jq 橓
17691 vfpu 橗
17692 zidv 橜
17693 vnnf 橣
17694 vqsp 橬
17695 veqx 橴
17696 vru. 橵
17697 vep 橺
17698 vrin 橽
17699 v,,; 檆
17700 v/qx 檈
17701 vrkq 檋
17702 vcav 檏
17703 vb;f 檘
17704 vjg 檙
17705 v;ax 檝
17706 vfln 檧
17707 vxld 檰
17708 vlrk 檱
17709 vpzh 檲
17710 zpuv 檿
17711 vrax 櫀
17712 vnn/ 櫁
17713 vo/, 櫄
17714 ve.; 櫊
17715 vzfm 櫔
17716 vzzm 櫕
17717 vepn 櫖
17718 vffn 櫘
17719 vp;. 櫢
17720 vfqn 櫣
17721 vyg. 櫦
17722 vfk, 櫵
17723 v,,; 櫿
17724 vkyb 欆
17725 vaee 欇
17726 vfzx 欌
17727 vfxx 欌
17728 vfax 欌
17729 vfko 欍
17730 vjjb 欔
17731 v;;. 欕
17732 vzru 欛
17733 vf;s 欟
17734 j;jk 欩
17735 ddjk 欪
17736 lujk 欰
17737 m;jk 歄
17738 rrjk 歏
17739 ,,,k 歘
17740 /rik 歝
17741 elm 歬
17742 e,d 歯
17743 eop 歱
17744 zvve 歴
17745 erm 歵
17746 amo 歽
17747 amor 殅
17748 amv; 殐
17749 amrv 殜
17750 amzv 殝
17751 am/f 殬
17752 amrx 殱
17753 rbsb 殸
17754 szgs 毑
17755 lqc 毜
17756 lq. 毝
17757 cllq 毟
17758 lqlp 毥
17759 lq, 毩
17760 qilq 毭
17761 oclq 毮
17762 lql, 毱
17763 lqx. 毶
17764 lqya 氊
17765 pppq 氎
17766 oasf 氒
17767 oajk 氞
17768 ovp 氭
17769 cag 汅
17770 cga 汈
17771 clq 汑
17772 cgf 汓
17773 c.dk 沠
17774 cbk 沢
17775 cs. 沨
17776 cff 泋
17777 coe 泎
17778 cxk 泤
17779 ctx 泿
17780 cajr 洅
17781 cku 洕
17782 .;c 洜
17783 cir 洤
17784 calp 洦
17785 ckax 浌
17786 cbkh 浕
17787 cf,h 浗
17788 c.f 浲
17789 caxu 浳
17790 cv. 涁
17791 c.jb 涭
17792 cbbb 涰
17793 clvw 涹
17794 cyw 淁
17795 czf 淎
17796 cnnl 淧
17797 clpd 淿
17798 cpy. 渂
17799 cee 渄
17800 czqd 渏
17801 c.z 渓
17802 cize 渕
17803 cilj 渞
17804 cl;m 渪
17805 crav 湈
17806 calm 湏
17807 cvlp 湐
17808 crrh 湗
17809 cycz 湙
17810 lv,c 湬
17811 cip 湭
17812 cirk 湵
17813 clpc 湶
17814 ck;v 湺
17815 cy;p 湻
17816 coq 湼
17817 cfjv 溁
17818 cv;e 溂
17819 c,w 溇
17820 cetb 溊
17821 cbas 溌
17822 ccm 溑
17823 cja. 溕
17824 cfi; 溚
17825 crvx 溨
17826 c.tb 溵
17827 cyps 滝
17828 cyps 滰
17829 ckdn 滺
17830 cdzr 漄
17831 ct.r 漋
17832 cbbp 漝
17833 c.fn 漨
17834 cv;. 潄
17835 cdpq 潉
17836 civb 潊
17837 cars 潖
17838 ca/, 潥
17839 cru. 潵
17840 cvvv 潹
17841 ceee 澁
17842 .alc 澃
17843 ciph 澊
17844 c;;d 澏
17845 c;dd 澏
17846 cvvp 澘
17847 coa, 澙
17848 cuap 澛
17849 cnnf 澝
17850 cypv 澟
17851 cyvo 澵
17852 cp/h 澷
17853 ci.n 澻
17854 crin 澾
17855 cntb 濅
17856 cfpd 濗
17857 c,,v 濚
17858 cmnk 濥
17859 cosp 濳
17860 cnbm 濵
17861 czzm 濽
17862 cu,p 瀂
17863 cmp. 瀃
17864 cbbq 瀈
17865 crex 瀐
17866 cbb; 瀥
17867 czvv 瀮
17868 cnrc 瀽
17869 ccab 灇
17870 cyax 灋
17871 ceik 灍
17872 c,,i 灐
17873 qs, 炁
17874 ,sb 炈
17875 ,kq 炛
17876 ,yc 炞
17877 ,pd 炠
17878 ,qd 炣
17879 ,tge 炥
17880 ,ogs 炧
17881 ,nq 炨
17882 ,dd 炪
17883 ,x; 炲
17884 ,yk. 烄
17885 ,kv 烌
17886 ,lm 烐
17887 r,x 烖
17888 ,iz 烪
17889 ,flh 烵
17890 ,,r 烾
17891 ;jk, 焁
17892 ,rc 焃
17893 ,cu 焇
17894 ,oap 焝
17895 nkf, 焤
17896 ,kxn 焧
17897 ,uu 焩
17898 ,pl. 焬
17899 ,ky 焳
17900 ,jid 焵
17901 pp, 焸
17902 ,jis 焹
17903 ,pp 焻
17904 pu, 焽
17905 ,ntk 焿
17906 ,bdd 煀
17907 jj, 煛
17908 ,i. 煫
17909 wam, 煭
17910 ,qqp 煯
17911 ,m; 煱
17912 ,fjf 煵
17913 ,pac 煶
17914 ,y;s 煷
17915 ,rjr 煹
17916 ,ldd 煼
17917 ,pzn 煾
17918 ,ek 熌
17919 ,n;; 熍
17920 ,itc 熑
17921 ,l, 熓
17922 ,qm 熕
17923 ,.o 熖
17924 ,.fn 熢
17925 ,dky 熣
17926 ,cky 熦
17927 ,nr, 熫
17928 fft, 熭
17929 ,bb. 熮
17930 ,dpq 熴
17931 ,pab 熶
17932 ,k/p 熷
17933 ,i;b 熻
17934 ,ffm 燌
17935 ,rao 燍
17936 ,ypr 燑
17937 v.., 燓
17938 ,eu 燗
17939 ,pyc 燝
17940 kyj, 燞
17941 ,ypv 燣
17942 ,lp. 燩
17943 ,fln 燪
17944 ,nic 燫
17945 ,pj, 燳
17946 ,rin 燵
17947 ,ypc 燷
17948 ,y;v 燺
17949 ,rcc 爀
17950 ,epn 爈
17951 ,nzc 爎
17952 ,zle 爏
17953 ,fk, 爑
17954 m,zc 爒
17955 ,yuq 爖
17956 ,cab 爜
17957 ,jjy 爠
17958 ,fp/ 爡
17959 pqak 爴
17960 ..ua 爼
17961 xrsv 牃
17962 xntf 牅
17963 dl.n 牎
17964 dqhh 牔
17965 dntf 牗
17966 ofys 牤
17967 ofh 牥
17968 ofys 牨
17969 ofax 牫
17970 of/ 牭
17971 ofqd 牱
17972 ofo, 犔
17973 ofx. 犙
17974 ofy. 犜
17975 kyyf 犫
17976 .ogs 狏
17977 .xb 狕
17978 .y;c 猄
17979 eezh 猆
17980 .rak 猉
17981 .ky 猚
17982 .g, 獁
17983 .iku 獈
17984 .dky 獕
17985 .ffm 獖
17986 .,mq 獜
17987 npqh 獣
17988 .y;. 獤
17989 .epu 獹
17990 ars 玌
17991 ark 玐
17992 araa 玙
17993 arg. 玚
17994 arz 玞
17995 aryc 玣
17996 arxs 玧
17997 arks 玱
17998 arl; 玽
17999 arqh 珁
18000 aror 珄
18001 arsm 珟
18002 arak 珡
18003 artx 珢
18004 arl; 珦
18005 arrq 珯
18006 arct 珰
18007 arnw 珱
18008 aroz 珻
18009 ary 琂
18010 arcu 琑
18011 arlf 琕
18012 arop 琘
18013 arqx 琙
18014 arvk 琜
18015 puah 琞
18016 arky 琟
18017 aref 琸
18018 arzp 瑃
18019 artp 瑉
18020 arv/ 瑓
18021 arob 瑖
18022 arat 瑘
18023 arlr 瑝
18024 arld 瑡
18025 ar.o 瑫
18026 arnk 瑸
18027 arnk 璌
18028 arwq 璏
18029 aro, 璑
18030 arcv 璖
18031 arzc 璙
18032 ar;m 璝
18033 arzn 璤
18034 arl. 璬
18035 arya 璮
18036 arvc 璴
18037 arrh 璹
18038 arrm 瓄
18039 ara. 瓇
18040 arzm 瓉
18041 artn 瓍
18042 areu 瓐
18043 are/ 瓓
18044 qhf 瓧
18045 kjqh 瓫
18046 jsqh 瓭
18047 qhkj 瓰
18048 qhlq 瓱
18049 f;qh 瓳
18050 qhap 瓸
18051 ;uqh 瓹
18052 zqh 瓺
18053 qhpr 瓼
18054 qhzr 甅
18055 itch 甉
18056 p;dh 甊
18057 orou 甧
18058 ypk 畒
18059 p.xk 畖
18060 y;p 畗
18061 pjr 畘
18062 fpjk 畞
18063 lpp 畠
18064 pyxk 畡
18065 pylx 畩
18066 piv 畭
18067 pjua 畳
18068 pbb. 疁
18069 pppw 疉
18070 gcpa 疍
18071 hfh 疛
18072 htk 疦
18073 hqdl 疨
18074 hkk 疭
18075 hbq 痆
18076 haxr 痓
18077 hpl. 痬
18078 hqx 痮
18079 hrp 瘄
18080 hxz. 瘆
18081 hop 瘇
18082 htgx 瘬
18083 hxx. 瘮
18084 hv;k 瘶
18085 hv;. 瘷
18086 hilh 瘹
18087 hp;w 瘻
18088 h.o. 癁
18089 hky, 癄
18090 hep 癎
18091 h/qx 癏
18092 hypv 癛
18093 hypc 癝
18094 hp,r 癦
18095 hzle 癧
18096 hzky 癨
18097 hppx 癳
18098 lpqj 皍
18099 lprm 皟
18100 lpdy 皠
18101 lprs 皢
18102 lp.. 皧
18103 lplr 皨
18104 lpzy 皬
18105 f,hb 皳
18106 vpab 皶
18107 vuab 皶
18108 tbjq 皹
18109 zhu 盇
18110 mgsu 盌
18111 pzhu 盢
18112 .alu 盨
18113 i;au 盫
18114 joas 眂
18115 jjz 眏
18116 jl; 眗
18117 jbq 眤
18118 jajk 眪
18119 jaxr 眰
18120 jkkr 睉
18121 jpl. 睗
18122 jfz; 睰
18123 jetb 睱
18124 jpor 睲
18125 jr;x 睵
18126 jzp 睶
18127 jtfb 睷
18128 jbj 睸
18129 jktz 睺
18130 jnaa 睻
18131 jnt; 瞊
18132 jjj 瞐
18133 jyed 瞓
18134 jydd 瞓
18135 jrm 瞔
18136 jq;; 瞘
18137 jeu 瞯
18138 jfrv 瞸
18139 j.j. 瞹
18140 jlvn 矁
18141 jnnd 矃
18142 jbby 矅
18143 jzfm 矋
18144 jepu 矑
18145 jf/j 矒
18146 jajq 矖
18147 tgoz 矤
18148 ozlm 矪
18149 gad 矴
18150 gtk 砄
18151 gy. 砇
18152 gys 砊
18153 gqh 砙
18154 gogs 砤
18155 glp 砶
18156 gnx 砿
18157 gir 硂
18158 gi; 硆
18159 gyxk 硋
18160 grlq 硓
18161 grk 硔
18162 gp; 硘
18163 gleb 硟
18164 gnzx 硡
18165 grlf 硣
18166 garf 硦
18167 gkk; 硲
18168 grc 硳
18169 gfkq 硴
18170 gep. 硵
18171 ga.h 硺
18172 gzps 硽
18173 goap 碈
18174 gaxx 碊
18175 gdqd 碋
18176 gn.; 碦
18177 gpac 碮
18178 gem 碵
18179 gqm 碽
18180 gbcu 碿
18181 gidn 磀
18182 gmu 磆
18183 g;m 磒
18184 glen 磓
18185 gbbp 磖
18186 gqhh 磗
18187 g.tb 磤
18188 g.kc 磫
18189 g,,b 磱
18190 gep 磵
18191 gol, 磶
18192 gipz 磸
18193 geu 礀
18194 gi;k 礆
18195 gi.n 礈
18196 g/rf 礋
18197 gfps 礍
18198 gcav 礏
18199 b;yg 礕
18200 gozk 礖
18201 gfru 礚
18202 gg,. 礟
18203 gizx 礢
18204 gzle 礰
18205 gyuq 礲
18206 gf;y 礶
18207 yhga 祃
18208 yhp; 祻
18209 yhlf 禆
18210 yhpm 禑
18211 yheu 禙
18212 yhy; 禞
18213 yhn; 禟
18214 yhqh 禣
18215 yhrr 禥
18216 yhpk 禩
18217 yhpm 禵
18218 ep.m 禼
18219 ,lv 秌
18220 lvys 秔
18221 lvi 秚
18222 lvtb 秛
18223 lve; 秥
18224 lvoe 秨
18225 lvjq 秱
18226 lvi; 秴
18227 lvpz 秵
18228 lvov 秼
18229 lvjx 秾
18230 lvqh 秿
18231 lva. 稉
18232 lvuu 稝
18233 lvyc 稤
18234 lv,p 稥
18235 lvo. 稪
18236 lvic 稴
18237 lvyp 稸
18238 lvbf 稺
18239 y;jv 稾
18240 lvan 穂
18241 lvn; 穃
18242 lvnc 穅
18243 lvjs 穐
18244 lvpk 穓
18245 lvkv 穕
18246 lvcz 穙
18247 lvpb 穝
18248 lvok 穥
18249 lvnm 穦
18250 lva. 穪
18251 lvaq 穲
18252 lvom 穳
18253 y;d 竒
18254 ylf 竔
18255 ynad 竚
18256 yalp 竡
18257 yepf 竨
18258 qdty 竪
18259 yl;m 竬
18260 yzpr 竰
18261 yzfh 竱
18262 yk/p 竲
18263 ypss 竸
18264 lgds 竾
18265 lyc 笇
18266 lqdl 笌
18267 lxk 笖
18268 ldd 笜
18269 l.xk 笟
18270 lua 笡
18271 loz 笶
18272 lrs 笹
18273 l.; 笿
18274 lpz 筃
18275 lk;d 筗
18276 lfk 筙
18277 lct 筜
18278 lnv 筞
18279 l.gf 筟
18280 lqpd 筪
18281 lzgx 筬
18282 luab 筯
18283 lqah 筺
18284 l.v 筿
18285 ly; 箁
18286 laeb 箃
18287 ltjd 箒
18288 lpqq 箟
18289 lvje 箣
18290 lctb 箥
18291 lnaa 箮
18292 lcos 箲
18293 lf;u 箶
18294 l.tf 箻
18295 lbar 箼
18296 lop 箽
18297 l;ae 箿
18298 lpor 篂
18299 lrrh 篈
18300 llv, 篍
18301 lvqd 篐
18302 lnt; 篖
18303 lkyb 篗
18304 lyps 篭
18305 l.kc 篵
18306 lae, 篶
18307 lolf 篺
18308 lrfb 簕
18309 lcjv 簗
18310 lrao 簛
18311 l/m 簤
18312 lzzp 簮
18313 lhrk 簱
18314 lulf 簲
18315 lq.; 簵
18316 lnrr 簺
18317 lq;m 籄
18318 lak. 籋
18319 lqoc 籎
18320 lhok 籏
18321 lrex 籖
18322 loik 籡
18323 li;. 籢
18324 lajq 籭
18325 ljjb 籰
18326 ,qq 粃
18327 ,bk 粎
18328 ,zh 粏
18329 ,ra 粓
18330 ,pf 粙
18331 ,ogs 粚
18332 ,rlq 粩
18333 ,l, 粷
18334 ,rak 粸
18335 ,fkq 糀
18336 ,ale 糆
18337 ,bcu 糏
18338 ,na. 糘
18339 ,fxr 糚
18340 ,yps 糡
18341 ,ru. 糤
18342 ,/qx 糫
18343 fle, 糵
18344 osx 紥
18345 xtds 紦
18346 xeq 紪
18347 xtgx 紭
18348 xtb 紴
18349 xnx 絋
18350 xp; 絗
18351 xapa 絙
18352 xama 絚
18353 xzu 絠
18354 xkzh 絥
18355 xiax 絵
18356 xzgx 絾
18357 xy;s 綂
18358 xap 綇
18359 xzkk 綊
18360 xnzx 綋
18361 xrn 綕
18362 x.f 綘
18363 j;tx 綤
18364 xrak 綨
18365 xuu 綳
18366 xkkc 緃
18367 xrif 緈
18368 xoap 緍
18369 xkxn 総
18370 xfjz 緓
18371 lpjx 緜
18372 xfp 緢
18373 xrsv 緤
18374 xk;v 緥
18375 xl.n 緫
18376 xpu 緭
18377 xx;n 緿
18378 xetb 縀
18379 xpps 縄
18380 xzax 縅
18381 x.xz 縘
18382 x.ic 縦
18383 xpcs 縨
18384 xzex 縬
18385 qsbx 繋
18386 xmz, 繎
18387 xtsk 繏
18388 rxef 繛
18389 xeu 繝
18390 xapa 繮
18391 xfln 繱
18392 xf.n 纄
18393 xzzm 纉
18394 xrex 纎
18395 xykm 纐
18396 xppx 纝
18397 xna 纻
18398 xfjz 绬
18399 /yp 罯
18400 /yfh 罸
18401 /x;u 羂
18402 /xef 羄
18403 if. 羏
18404 ifts 羓
18405 bbfb 翄
18406 pdbb 翈
18407 r;bb 翓
18408 dmbb 翙
18409 bbjf 翚
18410 nzxb 翝
18411 napb 翧
18412 rlq; 耈
18413 rla; 耉
18414 rlar 耊
18415 fkad 耓
18416 fkua 耝
18417 fkrm 耫
18418 fk,b 耮
18419 aeax 聀
18420 aekj 聁
18421 aek. 聄
18422 aeoz 聅
18423 aedd 聉
18424 aezk 聗
18425 aelf 聛
18426 oz;e 聟
18427 aekn 聡
18428 aenc 聢
18429 aeos 聣
18430 aelm 聥
18431 aexf 聨
18432 aexz 聫
18433 aeox 聭
18434 aex, 聮
18435 aefn 聴
18436 cqoe 聻
18437 gaxf 肈
18438 ugds 肔
18439 ukj 肦
18440 uzsh 肬
18441 uzh 肰
18442 ul. 肳
18443 uqq 肶
18444 eju 肻
18445 ue; 胋
18446 ubq 胒
18447 uai 胓
18448 usz 胟
18449 uqd 胢
18450 u.q 胮
18451 l.du 胷
18452 urr 胿
18453 jjju 脋
18454 uoq 脌
18455 ul.; 脗
18456 uleb 脠
18457 uanx 脦
18458 uv; 脨
18459 u.zd 脪
18460 u.w 脮
18461 un.d 脳
18462 uz; 脴
18463 ulve 脷
18464 uatc 脻
18465 uajk 脼
18466 urlx 脿
18467 upv 腂
18468 u,, 腅
18469 uvp 腖
18470 upah 腘
18471 upar 腘
18472 unar 腟
18473 uykd 腣
18474 uetb 腵
18475 uitc 膁
18476 uodb 膄
18477 unt; 膅
18478 u.xz 膎
18479 uq;; 膒
18480 uyqq 膔
18481 u.fn 膖
18482 uzt 膤
18483 u;dm 膭
18484 ubqi 膯
18485 uzqn 膸
18486 ufps 臈
18487 brkk 臋
18488 ubbf 臎
18489 uqdm 臔
18490 ljaq 臰
18491 axr; 臵
18492 axrf 臶
18493 oag, 舃
18494 lmzh 舦
18495 lmkx 舩
18496 lmg 舮
18497 lmpr 艃
18498 lmld 艊
18499 lmb; 艍
18500 lmnb 艔
18501 lmzt 艝
18502 lmbi 艠
18503 lm;x 艥
18504 lmup 艪
18505 fjd 芇
18506 f.e 苅
18507 fqj 苆
18508 fkd 苮
18509 for 苼
18510 foa 茊
18511 fl.h 茐
18512 fl.k 茐
18513 fmt 茒
18514 fjjj 茘
18515 ftf 茟
18516 fngf 茡
18517 feac 茮
18518 fp. 茰
18519 fk;d 茽
18520 fub 荕
18521 fvr 荰
18522 fblq 荱
18523 fpr 荲
18524 fec 荹
18525 fap. 莄
18526 f;c 莡
18527 fzff 莾
18528 fpv 菒
18529 fon 菦
18530 fcx; 菭
18531 ftjd 菷
18532 flv; 萂
18533 foj; 萔
18534 fos 萖
18535 fvjs 萙
18536 fobf 萚
18537 flvf 萪
18538 firw 葁
18539 fx;v 葈
18540 fctf 葏
18541 fcrk 葓
18542 fzhu 葢
18543 fxfh 葤
18544 fje 葪
18545 flpc 葲
18546 fbj 葿
18547 fkqq 蒊
18548 f.iv 蒣
18549 fldd 蒭
18550 f.xz 蒵
18551 f;m 蒷
18552 f,n 蒾
18553 fodb 蓃
18554 fvrr 蓕
18555 fnkr 蓙
18556 fkd. 蓚
18557 f.o 蓞
18558 fnzs 蓭
18559 foac 蓵
18560 fypf 蔁
18561 few 蔅
18562 fjhf 蔛
18563 fctw 蔢
18564 fcru 蔳
18565 frm 蔶
18566 feee 蕋
18567 f/m 蕒
18568 feen 蕜
18569 fbtb 蕟
18570 ft.r 蕯
18571 fep 蕳
18572 fem, 薒
18573 fprx 薗
18574 f/l/ 薥
18575 fop, 薫
18576 flvf 薭
18577 fnam 薲
18578 fcwv 薻
18579 fyqr 薼
18580 fnn/ 藌
18581 fnzc 藔
18582 fqdm 藖
18583 fno, 藛
18584 flpp 藠
18585 fvk, 藮
18586 fy;v 藳
18587 fk;x 藵
18588 fnnv 蘂
18589 feev 蘃
18590 fzus 蘎
18591 fqlm 蘔
18592 fx.n 蘕
18593 fcpu 蘯
18594 fxpb 蘰
18595 fppv 蘽
18596 fzs; 虂
18597 eoa 虗
18598 /gds 虵
18599 /gf 虸
18600 /;d 蚛
18601 /ar 蚟
18602 kj/ 蚠
18603 /lts 蚫
18604 /bq 蚭
18605 /kax 蚮
18606 nj/ 蛍
18607 /.; 蛒
18608 /zu 蛕
18609 /bb 蛡
18610 /mm 蛥
18611 /j.. 蛧
18612 /rlq 蛯
18613 /rxb 蜐
18614 /lp 蜔
18615 /pqq 蜫
18616 /zf 蜯
18617 /ykf 蜶
18618 /jis 蝄
18619 /nac 蝊
18620 /nsf 蝋
18621 ys// 蝱
18622 /v;e 蝲
18623 /itc 螊
18624 lms/ 螌
18625 v// 螙
18626 /iku 螠
18627 y.// 螡
18628 /rx 螦
18629 tsa/ 蟁
18630 fpz/ 蟇
18631 /lvv 蟍
18632 /eqj 蟕
18633 /rao 蟖
18634 /zik 蟩
18635 /or, 蟱
18636 a.// 蟸
18637 /rin 蟽
18638 /fpm 蠇
18639 akj/ 蠒
18640 /rkx 蠘
18641 fz;/ 蠚
18642 .fn/ 蠭
18643 lu.; 衉
18644 yqdx 衺
18645 ykzq 袏
18646 yknl 袐
18647 ykqd 袔
18648 yozx 袠
18649 ykg 袥
18650 yke; 袩
18651 szyx 袰
18652 ykmm 袳
18653 ykrr 袿
18654 yklu 裇
18655 ykjf 裈
18656 ykax 裓
18657 tl;x 裠
18658 ykpq 裩
18659 yeex 裵
18660 ykzd 裿
18661 ykrk 褀
18662 ykaw 褄
18663 ykop 褈
18664 ultx 褜
18665 yknf 褝
18666 ykrr 褠
18667 ykep 襇
18668 ykh/ 襕
18669 ykkz 襥
18670 yka. 襧
18671 ykch 襨
18672 ykae 襵
18673 ykoo 襷
18674 ykof 襷
18675 ykom 襸
18676 jsgf 覎
18677 js.. 覐
18678 lqjs 覒
18679 njjs 覚
18680 tl;s 覠
18681 euas 覰
18682 qojs 覱
18683 eujs 覵
18684 epjs 覸
18685 eqis 覻
18686 akjs 覼
18687 jsgf 觃
18688 joas 觗
18689 jyf 觪
18690 ysd 訆
18691 hjy 訚
18692 ytgd 訠
18693 y.. 訤
18694 yjs 訦
18695 y.d 訩
18696 y;d 訲
18697 ybk 訳
18698 ypd 訷
18699 ylv 訸
18700 ykfh 詂
18701 yyx 詃
18702 yjz 詇
18703 ywb 詉
18704 y;s 詋
18705 yrx 詓
18706 ypa 詚
18707 ydb 詜
18708 ynad 詝
18709 yi; 詥
18710 ytx 詪
18711 ylj 詯
18712 yl.d 詾
18713 yaxr 誈
18714 ylox 誐
18715 ylve 誗
18716 yrlf 誟
18717 yjs 誢
18718 yfkq 誮
18719 ypp 誯
18720 yatc 誱
18721 ybdd 誳
18722 y.zu 誵
18723 yjis 誷
18724 ybbb 諁
18725 yvp 諌
18726 yrp 諎
18727 k;oy 諐
18728 ynac 諚
18729 yop 諥
18730 yy;d 諪
18731 lvzy 諬
18732 ypa. 諹
18733 yrf 諽
18734 ypor 謃
18735 yox 謉
18736 yqdd 謌
18737 y.o 謟
18738 fpzy 謩
18739 yiuj 謭
18740 yfpu 謿
18741 yk/p 譄
18742 nkky 譍
18743 yzzp 譛
18744 y/qx 譞
18745 ycjp 譡
18746 yi.n 譢
18747 ylp. 譤
18748 yypn 譩
18749 yi/p 譮
18750 ifyy 譱
18751 ycah 譵
18752 yyy 譶
18753 yykn 讁
18754 yzzm 讃
18755 y;;. 讝
18756 y.d 讻
18757 yzfh 诪
18758 ynpd 谉
18759 kk;l 谺
18760 kk;m 豄
18761 a.sb 豛
18762 a.l; 豞
18763 a.ua 豠
18764 a.qh 豧
18765 a.y; 豴
18766 .qq 豼
18767 .lm 貈
18768 .iku 貖
18769 mtb 貱
18770 mlu 賉
18771 myk. 賋
18772 nbm 賔
18773 miv 賖
18774 zzm 賛
18775 mlpf 賯
18776 k;vm 賲
18777 mbb. 賿
18778 mm. 贁
18779 m;;n 贃
18780 mcaz 贌
18781 mfpm 贎
18782 myuq 贚
18783 mfzx 贜
18784 mfxx 贜
18785 mfax 贜
18786 rcjk 赥
18787 rcjk 赼
18788 rco 赾
18789 rcos 赿
18790 rcoz 趃
18791 rcy 趇
18792 rce; 趈
18793 rc;c 趗
18794 rcbq 趘
18795 rcv; 趚
18796 rcng 趤
18797 rcpk 趩
18798 rca. 趰
18799 sqd 跒
18800 sl; 跔
18801 s.q 跭
18802 sv; 踈
18803 srxj 踋
18804 sz; 踎
18805 skkc 踨
18806 sm; 踻
18807 sfz; 蹃
18808 stxn 蹆
18809 sbb. 蹘
18810 smz, 蹨
18811 sypr 蹱
18812 y;cc 蹵
18813 zidc 蹷
18814 si;b 蹹
18815 szkc 蹽
18816 sy;. 蹾
18817 sb;f 躃
18818 seky 躙
18819 sepb 躢
18820 sajq 躧
18821 .kj 躮
18822 .va 躰
18823 .lvw 躷
18824 .l, 躹
18825 .irz 躾
18826 .zky 軅
18827 .rgh 軇
18828 .nkn 軈
18829 qeb 軙
18830 qzh 軚
18831 qxb 軪
18832 qqar 軭
18833 eqq 軰
18834 qf; 軲
18835 qlts 軳
18836 qcas 輄
18837 qajd 輌
18838 qap 輏
18839 qaeb 輙
18840 qzqd 輢
18841 qne 輨
18842 qpa. 輰
18843 qxzp 輽
18844 q.o 轁
18845 qfft 轊
18846 qzt 轌
18847 qfey 轥
18848 qfz 轪
18849 qflm 辀
18850 qfyc 辌
18851 x;yf 辝
18852 ljyf 辠
18853 v;yf 辢
18854 .jbf 辤
18855 elef 辪
18856 ajdn 迊
18857 pdn 迧
18858 mcn 迯
18859 nqn 迱
18860 rxn 迲
18861 rgdn 逇
18862 lj;n 逈
18863 apn 逎
18864 xozn 逘
18865 pen 逥
18866 zffn 逩
18867 rpn 逪
18868 oogn 逰
18869 pl.n 逷
18870 bifn 遅
18871 pacn 遈
18872 fjin 遖
18873 odbn 遚
18874 byfn 遟
18875 g,n 遤
18876 xxxn 遪
18877 p;dn 遱
18878 adt 邒
18879 f;ts 邫
18880 l;t 邭
18881 qart 邼
18882 yxkt 郂
18883 r;t 郆
18884 rr;s 郌
18885 lmt 郍
18886 y;;s 郶
18887 ntdt 鄌
18888 ljzt 鄓
18889 zzmt 鄼
18890 aphf 酙
18891 apz 酜
18892 apnh 酧
18893 apir 酫
18894 ap.f 酻
18895 ap,, 醈
18896 apzx 醎
18897 lv,p 醔
18898 apyp 醕
18899 apbs 醗
18900 apru 醘
18901 apik 醶
18902 l,bk 釈
18903 its 釲
18904 igds 釶
18905 iqdl 釾
18906 ikq 鈋
18907 ifb 鈘
18908 isb 鈠
18909 i;d 鈡
18910 iy. 鈫
18911 ibk 鈬
18912 idd 鈯
18913 iajk 鈵
18914 ioe 鈼
18915 ik. 鉁
18916 i;. 鉂
18917 ioz 鉃
18918 iogs 鉇
18919 iq; 鉕
18920 itge 鉘
18921 i;k 鉙
18922 ikfh 鉜
18923 iza 鉟
18924 ikc 鉩
18925 inx 鉱
18926 ieq 鉳
18927 irk 鉷
18928 ilj; 銄
18929 itf 銉
18930 amei 銐
18931 lpi 銞
18932 idjd 銟
18933 if. 銰
18934 i;jd 銱
18935 iaes 銸
18936 xri 銺
18937 ioa; 銽
18938 iqc 銾
18939 i.w 鋖
18940 i;;d 鋛
18941 i;c 鋜
18942 i.gf 鋢
18943 iqdt 鋣
18944 lvei 鋫
18945 ioak 鋲
18946 if;s 鋴
18947 iepf 鋽
18948 ctbi 錃
18949 iy; 錇
18950 iykf 錊
18951 ilvw 錗
18952 iv, 錰
18953 iarr 錱
18954 iqs 錷
18955 ifh 錺
18956 ipah 鍀
18957 iojk 鍁
18958 il.n 鍃
18959 iy;c 鍄
18960 icrx 鍅
18961 i;ae 鍓
18962 ipm 鍝
18963 ipor 鍟
18964 iqp 鍢
18965 ihos 鍦
18966 ifz; 鍩
18967 lv,i 鍫
18968 il.n 鍯
18969 itsp 鍲
18970 if;u 鍸
18971 iaet 鎁
18972 iiue 鎆
18973 ibj 鎇
18974 ikxb 鎓
18975 lmsi 鎜
18976 i/ae 鎠
18977 iqdd 鎶
18978 iizn 鎹
18979 iyha 鎺
18980 iwm 鎻
18981 ieo 鎼
18982 id.f 鎽
18983 ii;o 鎿
18984 iwpv 鏁
18985 ikdu 鏅
18986 iv;k 鏉
18987 i.fn 鏠
18988 inkp 鏥
18989 iqo 鏩
18990 iqp 鏪
18991 ilvv 鏫
18992 il,n 鏭
18993 iz.. 鏯
18994 iduu 鏰
18995 iypf 鏱
18996 iyxf 鏲
18997 ik/p 鏳
18998 is.; 鏴
18999 irao 鐁
19000 ipyc 鐛
19001 y;gi 鐜
19002 izik 鐝
19003 itqh 鐞
19004 izzp 鐟
19005 v..i 鐢
19006 ijg 鐤
19007 iep 鐧
19008 ib;f 鐴
19009 io/, 鑂
19010 ibby 鑃
19011 mmi 鑍
19012 iq;m 鑎
19013 ippp 鑘
19014 ilvp 鑙
19015 izzm 鑚
19016 ir/m 鑟
19017 iei 鑡
19018 iu,p 鑥
19019 ijjy 鑺
19020 iv.o 鑻
19021 ife/ 钄
19022 ig. 钖
19023 iaca 铔
19024 i.fm 锧
19025 iduu 镚
19026 zjk 镹
19027 zak. 镾
19028 ead 閅
19029 eqdl 閕
19030 ehf 閗
19031 earh 閠
19032 ekkk 閦
19033 eccl 閯
19034 ea/w 闄
19035 exx, 闗
19036 em. 闝
19037 er;n 闧
19038 hj;m 阓
19039 hjpb 阘
19040 hj/x 阛
19041 thf 阧
19042 tae 阷
19043 togs 陁
19044 tqh 陠
19045 tzfh 陦
19046 tky 陮
19047 tlfp 陹
19048 tqzk 陿
19049 tqpw 隁
19050 tkz 隂
19051 typ 隌
19052 twpv 隟
19053 t.tn 隠
19054 tbqi 隥
19055 tb;f 隦
19056 tffm 隫
19057 trgh 隯
19058 tcl, 隲
19059 teqx 隵
19060 kykv 雧
19061 zlq 雮
19062 zcjs 霃
19063 zcyr 霔
19064 ztgg 霛
19065 zt.r 霳
19066 zcyh 霶
19067 zpp. 霷
19068 zppp 靁
19069 znam 靌
19070 zky, 靍
19071 zil, 靎
19072 zjk, 靏
19073 zpzp 靐
19074 eelq 靟
19075 alp; 靣
19076 alpm 靧
19077 rfr 靯
19078 rfak 鞆
19079 nwrf 鞌
19080 rfa. 鞕
19081 rf.w 鞖
19082 rfy; 鞛
19083 rfyf 鞟
19084 rfip 鞧
19085 rfce 鞩
19086 rf.o 鞱
19087 rf.z 鞵
19088 rf;m 鞼
19089 rfy, 韀
19090 rff/ 韊
19091 ypad 韴
19092 ypdd 韷
19093 yp.n 韼
19094 ealm 頉
19095 pfam 頔
19096 e;am 頕
19097 .;am 頟
19098 cfam 頮
19099 rcam 頳
19100 .alq 頾
19101 .eqm 頿
19102 kyam 顀
19103 ykkm 顇
19104 pnam 顋
19105 pcam 顕
19106 ky,m 顦
19107 cfam 颒
19108 xogc 颴
19109 xzhh 飇
19110 x,,, 飈
19111 ,,,x 飊
19112 xxx 飍
19113 s.g. 飏
19114 s.e; 飐
19115 s.pn 飔
19116 jsad 饤
19117 jslq 饦
19118 jsdd 饳
19119 jsi; 饸
19120 js.; 饹
19121 jsyx 饻
19122 jsqi 饾
19123 jspv 馃
19124 jsmu 馉
19125 jsru 馌
19126 jsqh 馎
19127 lvpj 馚
19128 lvpm 馩
19129 lvpm 馪
19130 g,fb 馶
19131 g,o 馸
19132 g,js 馾
19133 g,g 馿
19134 g,bk 駅
19135 g,q. 駆
19136 g,oa 駈
19137 g,jz 駚
19138 g,lp 駨
19139 g,cs 駫
19140 g,ov 駯
19141 g,lx 騀
19142 g,lc 騡
19143 g,pn 騦
19144 g,nf 騨
19145 g,yh 騯
19146 g,yq 騼
19147 g,bb 驋
19148 g,cv 驜
19149 gap 驲
19150 gapz 骃
19151 gaga 骉
19152 gayf 骍
19153 gazj 骦
19154 muax 骮
19155 muls 骲
19156 muva 骵
19157 mu.w 骽
19158 mupm 髃
19159 muyh 髈
19160 mujy 髉
19161 mub. 髎
19162 mueu 髗
19163 y;jv 髞
19164 z.gs 髢
19165 z.v 髤
19166 z.rs 髰
19167 z.te 髴
19168 z.cl 髿
19169 z.ok 鬂
19170 z..n 鬔
19171 z.eu 鬜
19172 z.ep 鬝
19173 z.nd 鬡
19174 oxic 魐
19175 rgqx 魗
19176 u,k 魜
19177 u,k 魞
19178 u,l. 魩
19179 u,qq 魮
19180 u,ad 魳
19181 u,d 魸
19182 u,pf 鮋
19183 u,yx 鮌
19184 u,e; 鮎
19185 u,or 鮏
19186 u,qt 鮔
19187 u,g 鮖
19188 u,kx 鮘
19189 u,.q 鮜
19190 u,nw 鮟
19191 u,oj 鮣
19192 u,zg 鮧
19193 u,p; 鮰
19194 u,rq 鮱
19195 u,rg 鮳
19196 u,.w 鮾
19197 u,ap 鯂
19198 u,lb 鯅
19199 u,le 鯏
19200 u,rc 鯐
19201 u,lw 鯘
19202 u,p; 鯝
19203 u,vp 鯟
19204 u,p. 鯣
19205 u,gu 鯭
19206 u,na 鯳
19207 u,nh 鯳
19208 u,s/ 鯴
19209 u,x. 鯵
19210 u,ve 鯻
19211 u,k. 鯾
19212 u,lc 鰁
19213 u,me 鰂
19214 u,px 鰃
19215 u,v/ 鰊
19216 u,p. 鰑
19217 u,eb 鰕
19218 u,nr 鰘
19219 u,na 鰚
19220 u,yh 鰟
19221 u,g, 鰢
19222 u,yd 鰰
19223 osz, 鰵
19224 u,x. 鰺
19225 u,nf 鱅
19226 u,;f 鱓
19227 u,kp 鱛
19228 u,fm 鱝
19229 u,.. 鱫
19230 u,ix 鱶
19231 u,u, 鱻
19232 uaj 鱽
19233 uats 鲃
19234 uaqd 鲄
19235 uapf 鲉
19236 uaoe 鲊
19237 ualp 鲌
19238 uatb 鲏
19239 uarg 鲓
19240 uajq 鲖
19241 uame 鲗
19242 ua.q 鲘
19243 uaix 鲙
19244 uat; 鲪
19245 uark 鲯
19246 uax. 鲹
19247 uaqp 鲾
19248 uapc 鳀
19249 uapx 鳂
19250 ualc 鳈
19251 uayh 鳑
19252 uaic 鳒
19253 uabp 鳛
19254 uaya 鳣
19255 l,b 鳨
19256 kl, 鳰
19257 ajd, 鳾
19258 tkl, 鴂
19259 ael, 鴊
19260 f;sf 兙
19261 f;sj 兝
19262 f;sq 兞
19263 f;sp 兡
19264 f;sr 兣
19265 vlie 櫤
19266 ,zpr 糎
19267 yuqf 龏
19268 zuyq 龓
19269 z;;q 龗
19270 eis 齓
19271 eioe 齚
19272 e,db 齢
19273 e,dj 齢
19274 eiy. 齩
19275 eijq 齳
19276 eivc 齼
19277 owj; 鼦
19278 ownq 鼧
19279 owpp 鼺
19280 ejg 鼑
19281 cerb 鼝
19282 r;ii 鼟
19283 p,oz 黣
19284 p,zx 黬
19285 hl, 鴋
19286 q.l, 鴎
19287 l,kx 鴏
19288 wbl, 鴑
19289 nll, 鴓
19290 tsa, 鴖
19291 l,qd 鴚
19292 eql, 鴜
19293 ual, 鴡
19294 pl, 鴫
19295 njl, 鴬
19296 ztg, 鴺
19297 l,.; 鴼
19298 axr, 鵄
19299 oql, 鵇
19300 ael, 鵈
19301 .wl, 鵎
19302 .l, 鵢
19303 v;l, 鵣
19304 iel, 鵥
19305 pqq, 鵾
19306 l,os 鶃
19307 pl., 鶍
19308 .zl, 鶏
19309 ,,l, 鶑
19310 fpl, 鶓
19311 ypl, 鶕
19312 bjl, 鶥
19313 v/l, 鶫
19314 y;j, 鶮
19315 ;ml, 鶰
19316 kyf, 鶽
19317 jjj, 鷪
19318 epl, 鷼
19319 cai, 鸈
19320 mml, 鸎
19321 zky, 鸖
19322 zvj, 鸘
19323 jjk, 鸜
19324 bla 鸤
19325 kgsa 鸧
19326 ;aga 鸮
19327 njla 鸴
19328 lmla 鸼
19329 pqqa 鹍
19330 ntka 鹒
19331 nmga 鹓
19332 plka 鹖
19333 lv,a 鹙
19334 kxba 鹟
19335 ikua 鹢
19336 qoza 鹥
19337 /qla 鹮
19338 zvja 鹴
19339 kjyq 麄
19340 yqqc 麖
19341 yqqf 麞
19342 yqq. 麣
19343 zzh, 黡
19344 p,eu 黸
19345 fqam 蘏
19346 .ntc 躿
19347 u,nc 鱇
19348 xem 緽
19349 k.. 俢
19350 kflf 僃
19351 bpif 圅
19352 n;ao 宺
19353 nbkd 宻
19354 zkpc 尞
19355 dzky 嵟
19356 zkp 昚
19357 gpx, 礘
19358 reex 韯
19359 qzkk 匧
19360 xxx 厽
19361 nzh 宊
19362 kxn 忩
19363 pqt 昛
19364 vkcj 厀
19365 y;jv 槀
19366 .jr 爯
19367 .zh 犾
19368 ,mq 粦
19369 f.f 莑
19370 fjsh 萈
19371 fuu 萠
19372 eua 虘
19373 zqun 遀
19374 elpc 闎
19375 u,e 魝
19376 y./ 蚉
19377 qhu 盙
19378 lpts 皅
19379 qsqs 兓
19380 ifif 羴
19381 lvk 秂
19382 vj. 敇
19383 v;jn 遬
19384 cfk 洡
19385 nn.d 悩
19386 a.or 甤
19387 zqhy 詟
19388 zzqh 厐
19389 pzqh 昽
19390 jzqh 眬
19391 kpb 侽
19392 wpb 娚
19393 wpbw 嫐
19394 mnrh 賘
19395 mnr 賍
19396 d.rh 崻
19397 crfh 洔
19398 lvrh 秲
19399 dprh 嵵
19400 cyks 渷
19401 nyk 宍
19402 pyk 昗
19403 kjpk 凕
19404 .jpk 猽
19405 pqps 鼌
19406 ptrp 圕
19407 ptfp 圕
19408 trpd 畵
19409 lpru 皘
19410 aeru 靕
19411 ruo, 靝
19412 ;ru 啨
19413 aeru 聙
19414 ruo 靔
19415 rucs 靗
19416 vjy 枬
19417 ,ljy 炿
19418 /jy 蚒
19419 k;dn 儙
19420 i;dn 鑓
19421 ,.o 撆
19422 ,.p 暼
19423 ,.i 鐅
19424 gbjf 硧
19425 ibjf 銿
19426 u,bf 鯒
19427 uabf 鲬
19428 cbjn 慂
19429 vbjn 樋
19430 vf/x 櫗
19431 if/x 鑖
19432 rffx 韈
19433 fzhx 荗
19434 zezx 奯
19435 u,ex 鱥
19436 oeac 拤
19437 acs 乤
19438 rac 圷
19439 hac 疜
19440 ykec 裃
19441 zac 雫
19442 acx 颪
19443 rfec 鞐
19444 reac 垰
19445 deac 峠
19446 oeac 挊
19447 veac 桛
19448 pnah 暅
19449 fcpu 蕰
19450 xpu 緼
19451 xpu 缊
19452 u,/u 鰮
19453 u,pu 鰛
19454 uapu 鳁
19455 f/u 蒕
19456 qpu 輼
19457 qfpu 辒
19458 v/u 榲
19459 vpu 榅
19460 ar/u 瑥
19461 arpu 瑥
19462 i/u 鎾
19463 ipu 鎾
19464 ib/u 饂
19465 ibpu 饂
19466 rfpu 鞰
19467 rf/u 鞰
19468 cjtd 浄
19469 crud 瀞
19470 w.td 婙
19471 wjtd 婙
19472 s.td 踭
19473 sjtd 踭
19474 z..d 鬇
19475 z.jd 鬇
19476 fxx, 鷀
19477 ;ixx 嗞
19478 yhix 禌
19479 lvix 稵
19480 /ixx 螆
19481 /fxx 螆
19482 u,ix 鰦
19483 ixxh 甆
19484 yxyf 孶
19485 fxxf 孶
19486 gfxn 礠
19487 gixn 礠
19488 ewax 戱
19489 ecax 戯
19490 lewk 簴
19491 leck 簴
19492 newa 憈
19493 neca 憈
19494 yewa 譃
19495 yeca 譃
19496 rpk; 黇
19497 cask 黋
19498 rpks 黆
19499 rpfs 黆
19500 knrk 儣
19501 cask 兤
19502 tgnk 彍
19503 nrpn 懬
19504 vnrk 櫎
19505 inrk 鑛
19506 krpk 僙
19507 rrpk 墴
19508 prpk 曂
19509 jrpk 觵
19510 irpk 鐄
19511 rpkg 黅
19512 rpfg 黅
19513 n;gz 悞
19514 n;az 悮
19515 w;gk 娯
19516 f;gz 茣
19517 f;az 茣
19518 yh;z 祦
19519 l;gz 筽
19520 l;az 筽
19521 u;az 脵
19522 u;gz 脵
19523 k.l, 僞
19524 c.l, 潙
19525 yhl, 譌
19526 .lg; 噕
19527 hlg; 噕
19528 .lgd 爳
19529 hlgd 爳
19530 u,zn 鱤
19531 uazx 鳡
19532 uazn 鳡
19533 rzgu 墭
19534 cdia 潂
19535 yica 諩
19536 ,w/w 爉
19537 ,wpw 爉
19538 u,ww 鱲
19539 zrh. 厫
19540 zrl. 厫
19541 rh.; 嗸
19542 rl.; 嗸
19543 rh.w 嫯
19544 rl.w 嫯
19545 rh.d 嶅
19546 rl.d 嶅
19547 .rh. 獓
19548 .rl. 獓
19549 yrh. 謸
19550 yrl. 謸
19551 dtgk 嵶
19552 ntgk 愵
19553 vtgk 榒
19554 u,tk 鰯
19555 lyhc 簶
19556 xtc 緑
19557 i;;c 龣
19558 l,wc 鵦
19559 l,tc 鵦
19560 wwc 娽
19561 wtc 娽
19562 vwc 椂
19563 lwc 箓
19564 ltc 箓
19565 ,wc 粶
19566 ,tc 粶
19567 rcwc 趢
19568 rctc 趢
19569 xt. 縁
19570 w.e 剶
19571 rw. 堟
19572 cw. 湪
19573 w.u 盠
19574 fw. 蒃
19575 nj;h 寃
19576 njph 寃
19577 ij;s 鋔
19578 ijps 鋔
19579 vj;s 梚
19580 vjps 梚
19581 fj;s 莬
19582 fjps 莬
19583 wj;h 婏
19584 wjph 婏
19585 asar 尫
19586 zsic 尲
19587 zs;m 尵
19588 zslv 尮
19589 zsgv 尮
19590 zssv 尮
19591 zsjs 尯
19592 dos. 嶶
19593 jos. 矀
19594 kes 俿
19595 wes 婋
19596 ves 椃
19597 fes 萀
19598 esl. 虝
19599 axas 虦
19600 ykes 裭
19601 ies 錿
19602 u,es 鯱
19603 ;.es 嗁
19604 s.es 蹏
19605 .es, 鷉
19606 flvm 蘈
19607 hlvs 痜
19608 ilvs 鋵
19609 vvjs 棾
19610 rjs 坈
19611 nsl, 鴧
19612 kg,s 凴
19613 qsz 巬
19614 z.s 髠
19615 dps 児
19616 ksar 尩
19617 kxs 兊
19618 fkyx 耲
19619 bc/e 劚
19620 pbc/ 曯
19621 ,bc/ 爥
19622 cbcf 漽
19623 lvbf 穉
19624 ;ljf 嘷
19625 plpf 暭
19626 pljf 曍
19627 vljf 橰
19628 lp,b 翶
19629 lpab 翶
19630 lj,b 翺
19631 ljab 翺
19632 .ljf 獋
19633 lj,, 鷱
19634 lja, 鷱
19635 ,kua 鹡
19636 k,ua 鹡
19637 oae, 摂
19638 ce, 渋
19639 p,ja 疂
19640 fuan 惪
19641 fjsn 悳
19642 fusn 悳
19643 kfjs 値
19644 fuaq 嗭
19645 fjsq 嗭
19646 .fua 徝
19647 .fjs 徝
19648 .fun 憄
19649 yhfa 禃
19650 yhfs 禃
19651 rqjk 塡
19652 iqjk 鎭
19653 ofum 攧
19654 ofjm 攧
19655 oqjm 攧
19656 qjsm 顚
19657 dqjm 巓
19658 qjs, 鷆
19659 wfuk 嫃
19660 wfjk 嫃
19661 wqjk 嫃
19662 dfuk 嵮
19663 dfjk 嵮
19664 dqjk 嵮
19665 ffuk 蒖
19666 ffjk 蒖
19667 fqjk 蒖
19668 kjak 倶
19669 qhzb 瓪
19670 qh.b 瓪
19671 ozbi 鋬
19672 o.bi 鋬
19673 kzb 仮
19674 k.b 仮
19675 gzgs 砈
19676 zgsm 頋
19677 u,.h 鮗
19678 l,.h 鴤
19679 d.h 峂
19680 n.h 庝
19681 p.h 昸
19682 c.h 泈
19683 okh 扵
19684 hkhs 乻
19685 hkhq 旕
19686 u,hh 鯲
19687 iar 鈓
19688 ilr 鈓
19689 yhlr 祍
19690 wkar 姙
19691 wklr 姙
19692 vkar 栣
19693 vklr 栣
19694 lvkr 秹
19695 xkar 絍
19696 xklr 絍
19697 ykkr 袵
19698 ibkr 餁
19699 clrb 涏
19700 carb 涏
19701 ylrb 誔
19702 yarb 誔
19703 k;lr 侱
19704 k;ar 侱
19705 .;lr 徎
19706 .;ar 徎
19707 o;lr 挰
19708 o;ar 挰
19709 j;lr 睈
19710 j;ar 睈
19711 i;lr 鋥
19712 i;ar 鋥
19713 rf;r 鞓
19714 col. 瀓
19715 coa. 瀓
19716 jelr 瞤
19717 jear 瞤
19718 uelr 膶
19719 uear 膶
19720 ljja 笧
19721 ijja 銏
19722 gdif 磮
19723 rijf 埨
19724 wijf 婨
19725 fkif 耣
19726 uijf 腀
19727 b;if 嗧
19728 flvf 藊
19729 dgjf 牑
19730 igjf 鍽
19731 u,gf 鯿
19732 yi;f 讑
19733 ;jrk 唺
19734 vjrk 椣
19735 .jrk 猠
19736 jjrk 睓
19737 jrks 觍
19738 jrks 覥
19739 vsfm 樌
19740 vpfm 樌
19741 vpdm 樌
19742 vszm 樌
19743 arsm 瑻
19744 arpm 瑻
19745 ofdm 罆
19746 ysfm 謴
19747 ypdm 謴
19748 yszm 謴
19749 ssfm 躀
19750 spfm 躀
19751 spdm 躀
19752 sszm 躀
19753 sfmn 遦
19754 pfmn 遦
19755 pdmn 遦
19756 szmn 遦
19757 isfm 鏆
19758 ipfm 鏆
19759 ipdm 鏆
19760 iszm 鏆
19761 arrf 瑇
19762 arrz 瑇
19763 ,jdp 焔
19764 ,ldp 焔
19765 tjdp 陥
19766 tldp 陥
19767 jpps 亀
19768 jyqq 麁
19769 ov;m 攋
19770 vv;m 櫴
19771 arvm 瓎
19772 ykvm 襰
19773 v;am 頼
19774 wjm 媍
19775 njzs 恑
19776 tjzs 陒
19777 vejo 櫩
19778 yejo 讇
19779 jol, 鵮
19780 jola 鹐
19781 njo 惂
19782 qjo 輡
19783 osf 扟
19784 qsf 軐
19785 qsz 軐
19786 yugh 驘
19787 yugf 驘
19788 yugz 驘
19789 nsh 忛
19790 cshu 盕
19791 lmsh 舤
19792 qshe 聓
19793 u,mx 鱡
19794 i;;h 劒
19795 ijh 釰
19796 rfjh 靭
19797 vjh 杒
19798 ,jh 籾
19799 lujh 衂
19800 lujk 衂
19801 ojh 扨
19802 rxjk 刼
19803 rxjh 刼
19804 vjhn 梕
19805 xjhn 綛
19806 .jhn 躵
19807 jhee 歰
19808 jhje 歰
19809 jdln 幒
19810 nlpn 憁
19811 clpn 漗
19812 dlpn 牕
19813 ilpn 鏓
19814 vlpn 樬
19815 glpq 磇
19816 /lpq 螕
19817 lp.m 顖
19818 gwl. 碯
19819 gwlm 碯
19820 gwlh 碯
19821 qwl. 匘
19822 qwlm 匘
19823 qwlh 匘
19824 rwl. 堖
19825 rwlm 堖
19826 rwlh 堖
19827 ohjo 斵
19828 odjs 乮
19829 oljs 乮
19830 lodj 笷
19831 lolj 笷
19832 g,oj 駠
19833 vohm 橮
19834 vodm 橮
19835 volm 橮
19836 ohja 鹠
19837 s.op 飗
19838 arop 瑠
19839 gohp 磂
19840 fohp 蒥
19841 ;lph 啲
19842 klh 仢
19843 kslh 尦
19844 pdlh 畃
19845 ulh 肑
19846 ylh 訋
19847 g,hd 駲
19848 g,ad 駲
19849 doaa 岻
19850 doah 岻
19851 hoaa 疷
19852 hoah 疷
19853 foaa 茋
19854 foah 茋
19855 rcoa 趆
19856 rcoh 趆
19857 n.n 遃
19858 kn. 偐
19859 onor 摌
19860 f/.r 虄
19861 iir; 鐥
19862 iif; 鐥
19863 iri. 敾
19864 ifi. 敾
19865 irf. 敾
19866 irik 歚
19867 irfk 歚
19868 kir; 僐
19869 kif; 僐
19870 gir; 磰
19871 gif; 磰
19872 r;ia 噽
19873 r;fa 噽
19874 rzr; 囏
19875 r;in 憙
19876 r;fn 憙
19877 pr;; 暿
19878 vr;; 橲
19879 ,r;; 熺
19880 jr;; 瞦
19881 ,r;; 糦
19882 xr;; 繥
19883 xrlh 緖
19884 hjrp 阇
19885 f.rp 蕏
19886 f.rh 蕏
19887 rlps 覩
19888 /f/p 蠴
19889 /f/h 蠴
19890 c/rp 濖
19891 c/rh 濖
19892 u,/p 鱰
19893 u,/h 鱰
19894 rlps 乽
19895 krlp 偖
19896 krlh 偖
19897 ;rlh 啫
19898 rlpo 斱
19899 arrp 琽
19900 arrh 琽
19901 yhrp 禇
19902 srlp 踷
19903 srlh 踷
19904 u,rh 鯺
19905 rfrp 墸
19906 rfrh 墸
19907 ofrp 擆
19908 ifrp 鐯
19909 ifrh 鐯
19910 cprp 濐
19911 infh 鑧
19912 infs 鑧
19913 k.h. 儍
19914 ,.h. 糭
19915 i.h. 鑁
19916 pkr 囶
19917 pkae 圙
19918 pkh 圀
19919 cjkf 浫
19920 r.d. 堫
19921 v.d. 椶
19922 ,.d. 糉
19923 x.d. 緵
19924 f.d. 葼
19925 u,.. 鯼
19926 ;nkq 啌
19927 rnkq 埪
19928 jjnq 瞾
19929 ifnq 羫
19930 .nkq 躻
19931 nkq, 鵼
19932 ,nkg 焪
19933 rnkh 堗
19934 onkh 揬
19935 inkw 鑹
19936 onkk 搲
19937 onkk 攨
19938 nkof 窂
19939 nkzx 窚
19940 nkaw 窛
19941 nkbb 窡
19942 nkpq 窤
19943 nkef 窧
19944 nkx; 窹
19945 nkwv 窼
19946 nkzc 竂
19947 nkrs 竃
19948 nk.; 竆
19949 nkyq 竉
19950 ljnh 臱
19951 jlph 矈
19952 nkla 窎
19953 nkxn 窓
19954 rnk 坹
19955 fnk 茓
19956 fqk 苉
19957 fqs 苉
19958 rqkm 夦
19959 rakm 夦
19960 wrqk 媅
19961 wras 媅
19962 rqkl 尠
19963 rakl 尠
19964 hrqk 瘎
19965 hras 瘎
19966 yfrx 讛
19967 rkrp 暬
19968 fkr. 蓤
19969 ork. 掕
19970 grk. 碐
19971 yhr. 祾
19972 rxk. 埈
19973 mxk. 賐
19974 txk. 陖
19975 jsx. 馂
19976 u,x. 鮻
19977 cpk. 溭
19978 pqj/ 曧
19979 ;eqh 囐
19980 qjia 鹝
19981 qjka 鹝
19982 fqj, 虉
19983 vqjd 槅
19984 /qjd 螎
19985 qjih 鬴
19986 qjkh 鬴
19987 zjsd 鬶
19988 zjsd 鬹
19989 qjip 鬸
19990 qjkp 鬸
19991 kdk; 儶
19992 ydk; 讗
19993 kkyd 儁
19994 jkyd 觹
19995 jdkd 觽
19996 rjk; 埛
19997 ,jk; 烱
19998 xjk; 綗
19999 pkju 朙
20000 njjz 寏
20001 njjz 愌
20002 ;jzy 噡
20003 djzy 嶦
20004 pjzy 曕
20005 rfjy 韂
20006 czoh 瑬
20007 cyxh 瑬
20008 hzo 旈
20009 hyxo 旈
20010 lmzo 艈
20011 lmyo 艈
20012 apzo 酼
20013 apyo 酼
20014 iyxo 鋶
20015 u,zo 鯍
20016 u,yo 鯍
20017 kyxu 俼
20018 ,yxu 焴
20019 /zu 蜟
20020 /yxu 蜟
20021 yxun 逳
20022 .yxb 勶
20023 jzu. 瞮
20024 jyx. 瞮
20025 lafh 甁
20026 ulaf 腁
20027 iblf 餠
20028 g,lf 騈
20029 lafn 逬
20030 qlaf 輧
20031 klaf 倂
20032 jdlf 帲
20033 ifjh 剏
20034 lafh 剏
20035 lafk 剏
20036 ifjh 剙
20037 lafh 剙
20038 rlaf 垪
20039 cife 渆
20040 clae 渆
20041 gif 硑
20042 glaf 硑
20043 aeif 聠
20044 aelf 聠
20045 mif 賆
20046 mlaf 賆
20047 al.f 豣
20048 a.lf 豣
20049 a.if 豣
20050 lbif 箳
20051 lblf 簈
20052 rbif 塀
20053 rblf 塀
20054 jdbf 幈
20055 cfds 灧
20056 cdfs 灧
20057 cffs 灧
20058 cpfs 灔
20059 cpes 灔
20060 cpfu 灎
20061 cpeu 灎
20062 fdfl 豒
20063 dffl 豒
20064 ffdl 豒
20065 pfql 豑
20066 peql 豑
20067 pfqt 鄷
20068 peqt 鄷
20069 zfdi 靊
20070 zdfi 靊
20071 zffi 靊
20072 zpfi 霻
20073 zpei 霻
20074 nfdi 寷
20075 ndfi 寷
20076 nffi 寷
20077 npfi 寷
20078 npei 寷
20079 kpfi 僼
20080 kpei 僼
20081 .pfi 軆
20082 .pei 軆
20083 epfi 闦
20084 epei 闦
20085 lpqs 旣
20086 nlps 廐
20087 lpqr 墍
20088 lpqa 曁
20089 vbqa 櫭
20090 vlps 槪
20091 clps 漑
20092 lpqv 槩
20093 bqsv 槩
20094 ;lps 嘅
20095 ;bqs 嘅
20096 lpqj 卽
20097 ;lpj 喞
20098 fbj 莭
20099 llp/ 蠞
20100 lbj/ 蠞
20101 xlpt 鄕
20102 sxlt 鄕
20103 xbt 郷
20104 sxbt 郷
20105 u,xt 鱜
20106 u,st 鱜
20107 itek 飮
20108 itqk 飮
20109 llpb 匓
20110 lbsb 匓
20111 v..h 欎
20112 v..h 欝
20113 /jjf 蠏
20114 /jjq 蠏
20115 ko; 俈
20116 do; 峼
20117 po; 晧
20118 ,o; 焅
20119 aeo; 聕
20120 lmo; 艁
20121 o;am 頶
20122 u,o; 鯌
20123 gax; 啔
20124 eg;. 闙
20125 eg.; 闙
20126 kgbb 傓
20127 lg;s 簄
20128 gjd 帍
20129 ;gs 呝
20130 tgs 阸
20131 cgz 涙
20132 gmm 扅
20133 g.p 晵
20134 u,g 魲
20135 gl, 鳸
20136 vgh 椖
20137 igzh 錑
20138 vgzh 棙
20139 eigo 齭
20140 gts, 焈
20141 glj; 扄
20142 r.l, 麹
20143 rml, 麹
20144 r.ae 麺
20145 rmae 麺
20146 xbr 経
20147 bram 頚
20148 qbr 軽
20149 gbq 硁
20150 sawq 踁
20151 u,b/ 鰠
20152 kiuw 偸
20153 ;iuw 喩
20154 viuw 楡
20155 wiuw 婾
20156 cqie 瀭
20157 iiue 鍮
20158 lqiw 毺
20159 lqie 毺
20160 l,fb 鸌
20161 u,fb 鱯
20162 uafb 鳠
20163 wfkb 嬳
20164 tfhb 彟
20165 tq;b 彠
20166 jfkb 矆
20167 lfkb 籆
20168 fkfb 耯
20169 lmfb 艧
20170 fkyb 蒦
20171 fxjk 蒳
20172 ,fjk 焫
20173 /fjk 蜹
20174 ljk 笍
20175 lgve 刴
20176 glve 刴
20177 slgv 跥
20178 sglv 跥
20179 .lgv 躱
20180 .glv 躱
20181 osv 挆
20182 olgv 挅
20183 oglv 挅
20184 rlgv 垜
20185 rglv 垜
20186 vlgv 桗
20187 vglv 桗
20188 vsv 桗
20189 u,ir 鱃
20190 wirq 嫅
20191 wizq 嫅
20192 pirq 暛
20193 pizq 暛
20194 ykiq 褨
20195 z.zb 髪
20196 aagh 韨
20197 fgzh 韨
20198 wz.h 妭
20199 wzbh 妭
20200 wzlh 妭
20201 ,z.h 炦
20202 ,zbh 炦
20203 ,zlh 炦
20204 z.hu 盋
20205 zbhu 盋
20206 zlhu 盋
20207 lvzh 秡
20208 rz.h 坺
20209 rzbh 坺
20210 rzlh 坺
20211 lvph 馛
20212 kzb 伖
20213 arap 瑨
20214 tg;b 勥
20215 tgxb 勥
20216 otg/ 摾
20217 ftg/ 蔃
20218 .of. 飖
20219 vmox 櫾
20220 v.ox 櫾
20221 fmox 蘨
20222 f.ox 蘨
20223 pmod 暚
20224 p.od 暚
20225 ,mod 熎
20226 ,.od 熎
20227 gmod 磘
20228 g.od 磘
20229 imod 鎐
20230 i.od 鎐
20231 nkmd 窰
20232 nk.d 窰
20233 c.od 滛
20234 cmod 滛
20235 rmfh 埓
20236 c.fh 浖
20237 .fhm 頱
20238 kd.p 醤
20239 dk.p 醤
20240 kdmp 醤
20241 dkmp 醤
20242 kd.z 奨
20243 dk.z 奨
20244 kdmz 奨
20245 dkmz 奨
20246 kdm/ 螀
20247 dkm/ 螀
20248 uakh 鳉
20249 uadh 鳉
20250 oxmh 摪
20251 ox.h 摪
20252 u,xh 鱂
20253 fnvv 蔴
20254 ;nvx 嚒
20255 nnvx 懡
20256 ;nvo 嚤
20257 onvo 擵
20258 ;nvg 嚰
20259 gnvg 礳
20260 wnve 孊
20261 nnve 戂
20262 apnx 醿
20263 wnvv 嫲
20264 nvvp 黁
20265 rrks 塂
20266 ,z, 烣
20267 uz, 脄
20268 ea/ 閪
20269 xa/ 絤
20270 ;pa/ 嗮
20271 a/b 廼
20272 ra/f 墰
20273 xa/r 緸
20274 ta/r 陻
20275 sa/s 蹮
20276 ka/ 価
20277 a/kh 覄
20278 a/ru 覇
20279 ajdu 覇
20280 ajeu 覇
20281 a/rd 覉
20282 ajdd 覉
20283 ajed 覉
20284 a/r, 覊
20285 ajd, 覊
20286 aje, 覊
20287 u,af 鱏
20288 u.h 肞
20289 uh. 肞
20290 ubh 肞
20291 fh. 芆
20292 fbh 芆
20293 ybh 訍
20294 rfbh 靫
20295 vajd 杮
20296 .ajd 犻
20297 .yjd 犻
20298 g,ad 馷
20299 g,yd 馷
20300 pajd 昁
20301 pyjd 昁
20302 wajd 姉
20303 wyjd 姉
20304 zuhb 霡
20305 zuac 霡
20306 nhb 怺
20307 vhb 栐
20308 jhb 眿
20309 lo;j 箉
20310 lo;b 箉
20311 lo;l 箉
20312 ;;le 哵
20313 ;;be 哵
20314 f;be 莂
20315 f;le 莂
20316 ia,. 錽
20317 arts 玘
20318 gdts 硙
20319 hjds 闿
20320 vtsn 梞
20321 dzas 嶏
20322 faps 蓜
20323 nts 忋
20324 u,ts 魢
20325 uats 鱾
20326 fal. 蘷
20327 rlj. 蘷
20328 fal. 虁
20329 fil. 虁
20330 dil. 巙
20331 dal. 巎
20332 ;lje 嚊
20333 ;ljf 嚊
20334 wlje 嬶
20335 wljf 嬶
20336 ljpd 鼼
20337 alme 顨
20338 almf 顨
20339 jpae 睤
20340 xpae 綥
20341 pfae 畁
20342 upfe 腗
20343 nbjb 愑
20344 /zqh 蟵
20345 /nrh 蟵
20346 nprt 鄽
20347 igre 侴
20348 ;arg 噖
20349 oigx 搇
20350 okhx 搇
20351 oibx 搇
20352 igjk 欦
20353 khgk 欦
20354 cig 汵
20355 ckhg 汵
20356 arig 玪
20357 arkg 玪
20358 gig 砛
20359 gkhg 砛
20360 yig 訡
20361 ykhg 訡
20362 rcig 赺
20363 rckg 赺
20364 sig 趻
20365 skhg 趻
20366 ep.g 鹶
20367 gdig 硶
20368 gdkg 硶
20369 nign 惗
20370 nkhn 惗
20371 ,ign 焾
20372 ,khn 焾
20373 lmin 艌
20374 lmkn 艌
20375 fign 菍
20376 fkhn 菍
20377 rcin 趝
20378 rckn 趝
20379 iign 錜
20380 ikhn 錜
20381 g,in 騐
20382 g,kn 騐
20383 wig; 娢
20384 wkh; 娢
20385 cig; 浛
20386 ckh; 浛
20387 lig; 筨
20388 lkh; 筨
20389 fig; 莟
20390 fkh; 莟
20391 yig; 誝
20392 ykh; 誝
20393 /ig; 蛿
20394 /kh; 蛿
20395 ibla 鸰
20396 khba 鸰
20397 ;kib 唥
20398 ;kkb 唥
20399 ,zib 燯
20400 ,zkb 燯
20401 zcib 霗
20402 zckb 霗
20403 ibe 刢
20404 khbe 刢
20405 uib 朎
20406 ukhb 朎
20407 lvib 秢
20408 lvkb 秢
20409 xib 紷
20410 xkhb 紷
20411 ykib 袊
20412 ykkb 袊
20413 sib 跉
20414 skhb 跉
20415 eib 閝
20416 ekhb 閝
20417 tib 阾
20418 tkhb 阾
20419 u,ib 魿
20420 u,kb 魿
20421 ep.b 鹷
20422 htix 癊
20423 htkx 癊
20424 cfi; 濸
20425 lib; 篬
20426 lit; 篬
20427 /ib; 螥
20428 /it; 螥
20429 mib; 賶
20430 mit; 賶
20431 ,emx 爘
20432 ;itx 喰
20433 citx 湌
20434 litx 篒
20435 kitx 飡
20436 qe.x 饏
20437 te.x 饏
20438 amix 飱
20439 libd 籂
20440 ibk 飤
20441 ibyr 飳
20442 iboe 飵
20443 ibua 飷
20444 ibk. 飻
20445 ibdd 飿
20446 ibi; 餄
20447 ib.; 餎
20448 ibpv 餜
20449 ibfh 餝
20450 iby; 餢
20451 ibzs 餣
20452 ibqx 餦
20453 ibzf 餴
20454 ibmu 餶
20455 ibva 餷
20456 ibin 餸
20457 ibn; 餹
20458 ibi, 餻
20459 ib.o 饀
20460 ibcr 饄
20461 ibpf 饆
20462 ibr. 饊
20463 ibng 饝
20464 ib/y 饠
20465 ibqx 饢
20466 ibi; 饍
20467 htxt 郞
20468 whbt 嫏
20469 fhbt 蓈
20470 vhtu 樃
20471 vhbu 樃
20472 htxs 郒
20473 hb;s 郒
20474 htxb 勆
20475 hbb 勆
20476 ;htx 哴
20477 y.hx 斏
20478 uhtx 朖
20479 ifhx 羪
20480 lmhx 艆
20481 ukag 肹
20482 kxxx 僟
20483 fkxx 耭
20484 ooq 揑
20485 ljr. 簓
20486 zjr; 奝
20487 pjr; 晭
20488 lpj; 皗
20489 jr;t 郮
20490 zjr; 霌
20491 inr; 鎋
20492 inf; 鎋
20493 vnrn 櫶
20494 vnfn 櫶
20495 fnrn 藼
20496 fnfn 藼
20497 grjz 碶
20498 lvfz 稧
20499 lvrz 稧
20500 ;rjx 噄
20501 yhks 祱
20502 hk;s 痥
20503 xk;s 綐
20504 ;k;s 哾
20505 wk;s 娧
20506 k.k; 倃
20507 k.c; 倃
20508 nj;; 営
20509 cj;; 営
20510 o;l; 捛
20511 o;; 捛
20512 ,;l; 焒
20513 ,;; 焒
20514 .;l; 躳
20515 .;; 躳
20516 nvv; 麿
20517 lvqh 稶
20518 lvq. 稶
20519 eqto 鬭
20520 ejao 鬭
20521 esto 鬭
20522 e;;o 鬭
20523 ejao 鬬
20524 eqto 鬬
20525 esto 鬬
20526 e;;o 鬬
20527 rda 垇
20528 g,at 駵
20529 aeqp 畱
20530 vaep 橊
20531 caep 澑
20532 arap 璢
20533 haep 癅
20534 loap 籒
20535 j..p 羀
20536 iaep 鐂
20537 xaep 飅
20538 g,ap 驑
20539 vjjt 櫷
20540 vjj. 櫷
20541 vjjs 櫷
20542 vlj. 櫷
20543 vljt 櫷
20544 ,.ja 龞
20545 ,.jt 龞
20546 ,.js 龞
20547 ,.l. 龞
20548 ,.lt 龞
20549 lvja 龝
20550 lvjt 龝
20551 lvj. 龝
20552 lvjs 龝
20553 lvlt 龝
20554 pajt 鼂
20555 paja 鼂
20556 pajs 鼂
20557 rrjt 鼃
20558 rrja 鼃
20559 rrjq 鼃
20560 ovjt 鼄
20561 ovja 鼄
20562 ovjq 鼄
20563 ovjs 鼄
20564 oz;t 鼅
20565 oz;a 鼅
20566 oz;q 鼅
20567 oz;s 鼅
20568 ,.jt 鼈
20569 ,.ja 鼈
20570 ,.jq 鼈
20571 ,.js 鼈
20572 nkrt 竈
20573 nkra 竈
20574 nkrq 竈
20575 nkrs 竈
20576 vykk 棭
20577 ykm, 鵺
20578 haen 癋
20579 kaen 僫
20580 iaen 鐚
20581 kaea 俹
20582 aeah 琧
20583 haea 瘂
20584 lvaa 稏
20585 eaea 閸
20586 vgrr 橻
20587 cgr 沑
20588 rfgr 靵
20589 vlps 橷
20590 vels 橷
20591 ;lpv 嚛
20592 ;xlv 嚛
20593 xxlv 纅
20594 vklv 檪
20595 fklv 薬
20596 cy.e 済
20597 y.ee 剤
20598 xyke 纃
20599 xy.e 緕
20600 fy.e 萕
20601 fkdr 荘
20602 fdkr 荘
20603 ikyg 鎸
20604 ikyl 鎸
20605 vkyg 槜
20606 vkyl 槜
20607 arfg 璓
20608 arfl 璓
20609 ;lvg 唀
20610 ;lvl 唀
20611 /lvg 蜏
20612 /lvl 蜏
20613 lvlm 頺
20614 lvgm 頺
20615 clgu 溋
20616 cglu 溋
20617 cg.u 溋
20618 flgu 萾
20619 fglu 萾
20620 fg.u 萾
20621 fklg 芿
20622 fkgl 芿
20623 flgq 莻
20624 fglq 莻
20625 lgf; 呄
20626 glf; 呄
20627 dlg 屷
20628 dgl 屷
20629 hlg 疓
20630 hgl 疓
20631 lgu 盁
20632 glu 盁
20633 lgn 辸
20634 ylb 訯
20635 ygk 訯
20636 zlb 雭
20637 zgk 雭
20638 u,lb 魥
20639 u,gk 魥
20640 lsvy 雑
20641 slvy 雑
20642 y;jl 髛
20643 cbls 泦
20644 cbsl 泦
20645 wclv 媣
20646 wcsv 媣
20647 fclv 蒅
20648 fcsv 蒅
20649 ls; 叴
20650 sl; 叴
20651 uls 肍
20652 usl 肍
20653 yls 訅
20654 ysl 訅
20655 muls 骩
20656 musl 骩
20657 lsf 卆
20658 slf 卆
20659 klsf 伜
20660 kslf 伜
20661 nlsf 忰
20662 nslf 忰
20663 vlsf 枠
20664 vslf 枠
20665 hlsf 疩
20666 hslf 疩
20667 glsf 砕
20668 gslf 砕
20669 ,lsf 粋
20670 ,slf 粋
20671 xlsf 紣
20672 xslf 紣
20673 bblf 翆
20674 bbsf 翆
20675 aplf 酔
20676 apsf 酔
20677 rifc 漐
20678 .lsh 犱
20679 .slh 犱
20680 lvlh 秇
20681 lvsh 秇
20682 flvh 萟
20683 llsh 笂
20684 lslh 笂
20685 ylsh 訙
20686 yslh 訙
20687 ilsh 釻
20688 islh 釻
20689 vskd 榌
20690 vske 榌
20691 vskk 榌
20692 l,pd 飜
20693 l,pe 飜
20694 l,pk 飜
20695 xt,d 繍
20696 xlvg 綉
20697 xlvl 綉
20698 ;t,d 嘨
20699 /ftk 蟏
20700 lt,d 簘
20701 gatd 骕
20702 gatk 骕
20703 tcda 鹔
20704 tdda 鹔
20705 tgte 彇
20706 tgtd 彇
20707 tdek 歗
20708 tedk 歗
20709 arte 璛
20710 artd 璛
20711 /tde 蟰
20712 /ted 蟰
20713 fxas 蒓
20714 qhas 瓲
20715 a.as 豘
20716 p,as 黗
20717 adsp 旾
20718 fadp 萅
20719 aes, 聎
20720 rfs, 鞉
20721 ibs, 餆
20722 s,l, 鴵
20723 czs. 浝
20724 .zsh 狵
20725 .zs. 狵
20726 yc. 変
20727 xxyn 纞
20728 ryxg 壪
20729 rxyg 壪
20730 rycg 塆
20731 hyxo 癴
20732 hxyo 癴
20733 ycl, 鵉
20734 fyxv 虊
20735 fxyv 虊
20736 pyxx 圝
20737 pxyx 圝
20738 yxxc 灓
20739 xyxc 灓
20740 gyc 硛
20741 y,,, 爕
20742 ,y,, 爕
20743 x,s 継
20744 chld 浉
20745 cead 浉
20746 qphp 疈
20747 ;qea 唖
20748 ;a;a 唖
20749 qean 悪
20750 a;en 悪
20751 ,ale 粫
20752 ,ale 糥
20753 ykae 袻
20754 lvze 穤
20755 yzae 譳
20756 qzae 轜
20757 tzae 隭
20758 zalm 顬
20759 u,ze 鱬
20760 dzae 嶿
20761 kalz 偄
20762 walz 媆
20763 nalz 愞
20764 ,alz 煗
20765 araz 瑌
20766 galz 碝
20767 lvaz 稬
20768 ualz 腝
20769 ldae 篅
20770 udae 腨
20771 idae 鍴
20772 rpke 堺
20773 vpke 楐
20774 arpe 琾
20775 ipke 鎅
20776 rke 圿
20777 nke 庎
20778 nke 忦
20779 ,ke 炌
20780 ykke 衸
20781 oxke 魀
20782 u,ke 魪
20783 lpe 筁
20784 ,pf 粬
20785 ,pe 粬
20786 npfx 憹
20787 npex 憹
20788 vpfx 檂
20789 vpex 檂
20790 vpfv 欁
20791 vpev 欁
20792 ,pfx 燶
20793 ,pex 燶
20794 hpfx 癑
20795 hpex 癑
20796 yhpx 禯
20797 fpex 蕽
20798 aaaa 亖
20799 daa 亗
20800 xxxa 亝
20801 zaa 夳
20802 aan 忈
20803 jaa 冃
20804 .aan 逓
20805 rck; 趦
20806 aajs 乲
20807 kjks 乲
20808 aajr 垐
20809 kjkr 垐
20810 klaa 伨
20811 klk 伨
20812 olaa 抣
20813 olk 抣
20814 claa 汮
20815 clk 汮
20816 kav 佅
20817 nav 怽
20818 oav 抺
20819 yhav 祙
20820 fav 苿
20821 sav 跊
20822 va;q 唜
20823 jdva 帓
20824 pva 昩
20825 jva 眜
20826 vazk 膥
20827 yhad 祎
20828 yhfg 祎
20829 ykad 袆
20830 ykfg 袆
20831 aaxe 刬
20832 rbah 墛
20833 dbah 嶎
20834 baa/ 螱
20835 uabh 鳚
20836 jdac 幖
20837 .a/c 徱
20838 ga/c 磦
20839 aenc 聺
20840 inmc 鑔
20841 omac 摖
20842 gmac 磜
20843 vfmc 櫒
20844 eivc 齽
20845 ;aac 呩
20846 jaac 眎
20847 raac 隷
20848 qaam 頴
20849 qaam 颕
20850 baab 叞
20851 cdnc 漴
20852 naad 崈
20853 ynac 誴
20854 mnac 賩
20855 g,nc 騌
20856 ganc 骔
20857 u,nc 鯮
20858 naa, 鶎
20859 .qtd 衐
20860 .ild 衜
20861 .l,d 鵆
20862 .fud 衠
20863 .fjd 衠
20864 .qjd 衠
20865 .ibd 衑
20866 .khd 衑
20867 .aa, 鴴
20868 .aaa 鸻
20869 ;.ad 哘
20870 r.ad 垳
20871 l.ad 筕
20872 yk.d 裄
20873 f.cd 葕
20874 oaag 扝
20875 haag 疞
20876 faag 芌
20877 aagn 迃
20878 xzag 絝
20879 ;zag 咵
20880 nzag 恗
20881 u,zg 鮬
20882 ykzg 袴
20883 u,;g 鰐
20884 k;;g 偔
20885 ;;aj 卾
20886 c;;g 湂
20887 ;;as 覨
20888 ;;an 遌
20889 iolx 兿
20890 iosx 兿
20891 folx 兿
20892 rzax 墵
20893 rpzx 壜
20894 xzax 繧
20895 zaam 靅
20896 ofdx 罎
20897 saax 凨
20898 aaxb 叆
20899 aaxn 叇
20900 ;aax 呍
20901 paax 囩
20902 naax 忶
20903 lvax 秐
20904 aeax 耺
20905 qaax 転
20906 fjah 蒄
20907 jaab 冦
20908 naaw 宼
20909 fna. 蔲
20910 knas 俒
20911 ;nas 唍
20912 naa, 鵍
20913 aas; 兘
20914 raas 坃
20915 aasr 坖
20916 maas 貦
20917 apas 酛
20918 iaas 鈨
20919 vjaa 枏
20920 aeja 耼
20921 ykja 衻
20922 z.ja 髥
20923 iaax 錻
20924 taax 陚
20925 bzax 屒
20926 jdzx 帪
20927 vvzx 辳
20928 kzah 傉
20929 ozah 搙
20930 vzah 槈
20931 cza; 滣
20932 fjaa 鹲
20933 .fj. 獴
20934 zfj. 靀
20935 xxxa 叄
20936 lzb 叐
20937 zaf 厈
20938 gdzf 硸
20939 rdzf 堓
20940 rpaf 垾
20941 .paf 猂
20942 lppf 皔
20943 wpaf 娨
20944 ppaf 晘
20945 .paf 貋
20946 vfpf 檊
20947 kaf 仠
20948 wwaf 姧
20949 hjaf 闬
20950 ibaf 飦
20951 iaff 銒
20952 yaff 詽
20953 gaff 硏
20954 laff 筓
20955 waff 姸
20956 afat 郉
20957 ieaf 鐦
20958 afav 栞
20959 ;aff 咞
20960 olad 揷
20961 afob 敮
20962 lfob 敮
20963 dafo 牐
20964 dlfo 牐
20965 fx.b 藧
20966 f,.b 蕿
20967 ;.ab 喛
20968 d.ab 嵈
20969 ..ab 猨
20970 cea; 濶
20971 .af; 狧
20972 .lf; 狧
20973 raa; 甛
20974 ral; 甛
20975 lva; 秳
20976 af;d 舏
20977 lf;d 舏
20978 af;. 舓
20979 lf;. 舓
20980 af;; 舙
20981 lf;; 舙
20982 af;m 頢
20983 lf;m 頢
20984 af;y 舚
20985 lf;y 舚
20986 ilf 釺
20987 lfr 圱
20988 rlf 圲
20989 lfn 忎
20990 vlf 杄
20991 clf 汘
20992 ylf 竏
20993 f;sf 兛
20994 qhlf 瓩
20995 tgaf 弙
20996 azpu 奣
20997 aza/ 蝅
20998 aza/ 蠺
20999 azl, 鴌
21000 gabz 骙
21001 .baz 猤
21002 .blz 猤
21003 klz 仸
21004 vlz 枖
21005 lvlz 秗
21006 lzl, 鴁
21007 glze 硚
21008 lz;b 勪
21009 rlz; 墧
21010 lz;b 敽
21011 ilz; 鐈
21012 rfl; 鞽
21013 bxl; 屫
21014 dai 岼
21015 /ai 蚲
21016 u,ai 鮃
21017 ;eli 嘑
21018 oeli 摢
21019 lis 乯
21020 cli 泘
21021 fli 苸
21022 qli 軤
21023 pof 旿
21024 ykld 裪
21025 nard 寚
21026 arod 珤
21027 ofdj 缷
21028 ofdh 缻
21029 ofdd 罁
21030 ;ofi 嚹
21031 ofdh 罇
21032 ofdo 罉
21033 l.oc 籞
21034 oaek 欫
21035 ofak 欫
21036 .oad 衘
21037 .ofd 衘
21038 ziam 頬
21039 aikm 頬
21040 zie 刾
21041 aike 刾
21042 kvi 俫
21043 ka, 俫
21044 vizn 慭
21045 a,zn 慭
21046 vvi 梾
21047 va, 梾
21048 fkkg 麪
21049 zkkg 麪
21050 vkkg 麪
21051 fkkg 麫
21052 zkkg 麫
21053 vkkg 麫
21054 fkkl 麨
21055 zkkl 麨
21056 vkkl 麨
21057 fkkb 麬
21058 zkkb 麬
21059 vkkb 麬
21060 fkkh 麱
21061 zkkh 麱
21062 fkkk 麳
21063 zkkk 麳
21064 vkkk 麳
21065 qkk, 鵐
21066 qkka 鹀
21067 lmf; 艢
21068 lmr; 艢
21069 yq;a 讍
21070 ya;; 讍
21071 ya;a 讍
21072 wojk 嬹
21073 ojqu 臖
21074 oozf 攑
21075 oozo 攑
21076 o..b 斅
21077 o... 斆
21078 o..y 雤
21079 ;prd 嘢
21080 vbg. 櫲
21081 kbgd 伃
21082 u,bd 魣
21083 cbgv 渘
21084 arbv 瑈
21085 ubgv 腬
21086 vbgr 壄
21087 vbgl 柕
21088 bgdu 矟
21089 yobx 裦
21090 bgdz 奦
21091 bgdd 嵍
21092 zbg. 霚
21093 zbg; 霱
21094 gd; 叾
21095 gda 孒
21096 gd;, 焏
21097 cgca 洆
21098 dgcd 崡
21099 dagd 崡
21100 vssn 慤
21101 vaca 壸
21102 vgv 槖
21103 g,vv 驝
21104 vg// 蠧
21105 yvs 読
21106 cvs 涜
21107 xvs 続
21108 wvqi 嬄
21109 ovqi 撎
21110 cvqi 潱
21111 vqib 皼
21112 vqi, 鷧
21113 ykxh 袯
21114 apxh 酦
21115 if;e 舘
21116 ftgl 苐
21117 kktl 俤
21118 oktl 挮
21119 yhkl 祶
21120 z.kl 鬀
21121 u,kl 鮷
21122 vlgl 柹
21123 vagl 柹
21124 sx/ 蚃
21125 xaet 鄊
21126 sxat 鄊
21127 hyxy 癕
21128 hysy 癕
21129 /kym 蠄
21130 /iam 蠄
21131 ;y.y 囄
21132 tgqd 弬
21133 qd;s 巸
21134 qdg, 煕
21135 arfn 琎
21136 pfd 囲
21137 fdr 坓
21138 wfd 妌
21139 nfd 宑
21140 fdc 汬
21141 pfd 畊
21142 nkfd 穽
21143 cqd; 瀶
21144 tgqd 弫
21145 vqdd 栕
21146 ,qdd 烥
21147 dqd, 熈
21148 dqdm 頥
21149 ;qds 囕
21150 qdty 譼
21151 iqds 鑬
21152 fcqu 蘫
21153 gfqu 礷
21154 kqdu 儖
21155 nqdu 懢
21156 arqu 璼
21157 xqdu 繿
21158 ykoc 袮
21159 ykjc 袮
21160 cjc 沵
21161 coc 沵
21162 .jc 狝
21163 .oc 狝
21164 arjc 珎
21165 jcjs 覙
21166 ocjs 覙
21167 rcjc 趂
21168 ijc 鉨
21169 fvhn 蒁
21170 ,vh 炢
21171 xvh 絉
21172 reph 塷
21173 veph 樐
21174 ep.c 鹻
21175 mcjm 贘
21176 icjm 鑜
21177 ;cjr 嘡
21178 ,cjr 糛
21179 tcjr 隚
21180 ncjr 憆
21181 ocjr 摚
21182 rfcr 鞺
21183 jdco 幥
21184 gcjo 礃
21185 icjo 鐣
21186 ccj, 灙
21187 cj;a 甞
21188 kcj. 僘
21189 zcj. 厰
21190 xcj; 緔
21191 arcd 瑺
21192 /cjd 蟐
21193 icjd 鏛
21194 cjr 坣
21195 hypx 旘
21196 .ypx 軄
21197 oase 刏
21198 luix 籘
21199 lukx 籘
21200 izxb 勬
21201 kzxb 勬
21202 vuib 橳
21203 vukb 橳
21204 fuib 蕂
21205 fukb 蕂
21206 vizb 椦
21207 vkzb 椦
21208 uizv 榺
21209 ukzv 榺
21210 oizo 搼
21211 okzo 搼
21212 nizj 慻
21213 nkzj 慻
21214 uizj 膡
21215 ukzj 膡
21216 uizd 幐
21217 ukzd 幐
21218 fui, 虅
21219 fuk, 虅
21220 kiz, 儯
21221 kkz, 儯
21222 g,i, 驣
21223 g,k, 驣
21224 izgb 勌
21225 kzgb 勌
21226 ;kzs 啳
21227 cizs 淃
21228 ckzs 淃
21229 lizs 箞
21230 lkzs 箞
21231 eizs 闂
21232 ekzs 闂
21233 deyf 辥
21234 deyf 孼
21235 z.ag 髩
21236 ,o/b 爋
21237 fo/b 蘍
21238 ofaf 撶
21239 orff 撶
21240 arff 璍
21241 arrf 璍
21242 rfff 鞾
21243 rfrf 鞾
21244 rfpf 鞸
21245 oxpf 魓
21246 pfrs 暁
21247 ,frs 焼
21248 .irs 猐
21249 .izs 猐
21250 aris 琷
21251 irsx 羗
21252 izsx 羗
21253 ;irx 嗴
21254 ;izx 嗴
21255 .irx 獇
21256 .izx 獇
21257 plpf 暤
21258 plpa 暤
21259 .lpa 獆
21260 ujts 脃
21261 crus 濪
21262 vjts 栬
21263 kqdx 儾
21264 vqdx 欜
21265 yck 亪
21266 ama, 殩
21267 vkdv 樤
21268 xkdv 縧
21269 /kdv 螩
21270 y;jl 亴
21271 y;jv 稁
21272 obb 挧
21273 nkxv 梥
21274 k.fj 偱
21275 g.fj 碷
21276 s.fj 踲
21277 ofae 搑
21278 lvfe 穁
21279 xfae 縙
21280 qdar 匩
21281 qdr 匩
21282 .fm 貭
21283 iuw 兪
21284 lgv 朶
21285 glv 朶
21286 ;gak 呉
21287 .lg, 爲
21288 opb, 勲
21289 rf/x 壊
21290 xrcx 繊
21291 xrwx 繊
21292 w/w 巤
21293 wp.w 巤
21294 z./w 鬛
21295 z.pw 鬛
21296 wljq 嫓
21297 wjjq 嫓
21298 pajb 朂
21299 awr 坙
21300 tjpv 彚
21301 l;sh 兎
21302 fl;h 莵
21303 ols 扏
21304 osl 扏
21305 asqu 尶
21306 lp,f 皐
21307 lj,f 臯
21308 ljaf 臯
21309 qjsk 眞
21310 qusk 眞
21311 or. 徴
21312 ;jfb 翤
21313 jzoz 矦
21314 osf 毎
21315 i;kk 剱
21316 i;kh 剱
21317 i;ke 剣
21318 lpmn 悤
21319 lp.n 悤
21320 lp.n 恖
21321 sdb 収
21322 hdtd 帰
21323 hltd 帰
21324 etjd 帰
21325 nfjs 寛
21326 jkv 罙
21327 jjk, 烉
21328 z/jm 夣
21329 yx/m 夣
21330 hbfh 対
21331 kqa 仺
21332 gka 夨
21333 agk 夨
21334 gqat 戼
21335 aeqt 丣
21336 vfdd 枾
21337 vfed 枾
21338 gada 卐
21339 fdda 卐
21340 lpes 兠
21341 elps 兠
21342 lp,v 楽
21343 lpkv 楽
21344 klpv 楽
21345 y,,. 夑
21346 ,y,. 夑
21347 y.e 斉
21348 y.ec 斎
21349 t,dd 粛
21350 aagh 夀
21351 fg;h 夀
21352 aag 亐
21353 jaa 冄
21354 zaaa 霊
21355 iaax 銭
21356 lfe 刋
21357 fpas 亁
21358 olad 挿
21359 olfp 挿
21360 oeq 埀
21361 lvr 乗
21362 larc 乗
21363 lafv 乗
21364 laff 幷
21365 blaf 屛
21366 o.ad 揺
21367 bazs 発
21368 baas 発
21369 ozdb 勧
21370 ozds 観
21371 vozy 権
21372 ozdk 歓
21373 cozy 潅
21374 cozr 潅
21375 of; 吿
21376 izix 餋
21377 kzix 餋
21378 kzhx 飬
21379 kzts 巻
21380 kzb 劵
21381 rizr 堘
21382 rkzr 堘
21383 ize 奍
21384 kze 奍
21385 cizc 漛
21386 ckzc 漛
21387 pizr 畻
21388 pkzr 畻
21389 izg, 駦
21390 kzg, 駦
21391 kzu, 鮝
21392 irl, 鮺
21393 irla 鲝
21394 izua 鲝
21395 virc 様
21396 caiz 菐
21397 pda 甴
21398 kkdj 睂
21399 v;ea 壷
21400 qea 亜
21401 a;ea 亜
21402 jda 円
21403 rjda 靑
21404 crja 淸
21405 qlrx 戜
21406 qarx 戜
21407 yqqd 竵
21408 /qlx 睘
21409 qdb 叓
21410 va/, 樮
21411 vae, 樮
21412 dap 旹
21413 sap 凬
21414 apfx 叀
21415 apdx 叀
21416 apdh 専
21417 apfn 恵
21418 apdn 恵
21419 apfp 曺
21420 apdp 曺
21421 ypp 曺
21422 apaa 畺
21423 qdsg 礊
21424 qkh 栆
21425 qdkh 栆
21426 z;h 栆
21427 z;k 栆
21428 cvk; 瀒
21429 rdjd 帯
21430 l/ax 簚
21431 za,x 烕
21432 .ats 巵
21433 v.al 栃
21434 itax 侌
21435 kr;h 舗
21436 gd;d 凾
21437 ag;d 凾
21438 vssb 殻
21439 va,b 糓
21440 qefn 聼
21441 tefn 聼
21442 ykfk 襔
21443 ykrk 襔
21444 cfad 満
21445 fakf 蕐
21446 rkkf 蕐
21447 famr 塟
21448 frs 尭
21449 yhac 祘
21450 aacc 祘
21451 qdtb 臤
21452 d.qn 嶾
21453 n.qn 懚
21454 v.qn 檼
21455 gljz 礇
21456 iljz 鐭
21457 cljg 澚
21458 clpg 澚
21459 caif 丵
21460 cai, 糳
21461 cwap 湽
21462 fwap 葘
21463 qwap 輺
21464 iwap 鍿
21465 rykx 壌
21466 wykx 嬢
21467 yykx 譲
21468 ojd. 幑
21469 .dl. 幑
21470 lvlj 剓
21471 lvlj 睝
21472 lvli 錅
21473 /rjk 蟎
21474 lu.k 衇
21475 ytjb 誛
21476 gatb 骎
21477 nrkg 弿
21478 jha 丒
21479 jka 丒
21480 g.a 丒
21481 zvvh 厯
21482 zvvn 厯
21483 ph. 図
21484 phh. 図
21485 p.h 図
21486 p.hh 図
21487 cprr 濹
21488 cp,r 濹
21489 etb 叚
21490 ;yp; 啚
21491 ;fp; 啚
21492 vxzf 桳
21493 vxva 桳
21494 lytx 簔
21495 .eas 兏
21496 zeas 兏
21497 /pps 蝿
21498 kgfn 慿
21499 aktd 亊
21500 ketc 偼
21501 tdb 叏
21502 wetc 媫
21503 nald 寕
21504 alux 戞
21505 nako 挙
21506 onkm 摉
21507 vxxs 檵
21508 ualj 脜
21509 lmlh 舧
21510 ljkq 箆
21511 fjkq 萞
21512 .wad 衟
21513 ykso 詤
21514 rkk 赱
21515 rxxn 逺
21516 rxdn 逺
21517 myln 邎
21518 yej; 髙
21519 v..v 棥
21520 nsf 鼡
21521 .nsf 猟
21522 jhh 刅
21523 qozn 悘
21524 idjk 欮
21525 v... 鬰
21526 l.hn 怱
21527 pr, 黒
21528 prz, 黙
21529 pzh, 黙
21530 lv.p 稲
21531 ecl 歩
21532 cecl 渉
21533 hpdb 痩
21534 oplq 掲
21535 cplq 渇
21536 ob/ 掻
21537 ioz 鉄
21538 e;z 奌
21539 eiz 関
21540 bjs 覌
21541 ro;u 塩
21542 xk;n 縂
21543 feea 韮
21544 fpv 菓
21545 xv 牀
21546 iva 鉢
21547 xaxx 綫
21548 ilx 鈎
21549 pfb 廸
21550 adst 邨
21551 .xz, 鷄
21552 gg,. 礮
21553 eqih 闘
21554 eqih 鬪
21555 ehf 鬦
21556 zfhh 甎
21557 qalz 輭
21558 .zg. 敎
21559 rxj 刧
21560 or;r 擡
21561 vx; 枱
21562 rja. 塜
21563 gev; 疎
21564 fjaf 荢
21565 fnaf 荢
21566 fbu 蓢
21567 fhbu 蓢
21568 fpzx 繤
21569 fjzx 繤
21570 pl.n 惖
21571 fcls 萢
21572 c/a. 潈
21573 iqds 鑦
21574 iqdm 鑦
21575 pdda 曓
21576 pddf 曓
21577 baf 癷
21578 ibyc 飰
21579 ibfh 飰
21580 xk., 鵕
21581 xkm, 鵕
21582 cd.f 溄
21583 /kh 罖
21584 c,,, 濙
21585 cccc 㣺
21586 iiii 䒑
21587 nnnn 㣺
21588 apk 㐁
21589 lss 㐇
21590 sls 㐇
21591 y.s 㐎
21592 ats 㐏
21593 wbs 㐐
21594 .hs 㐑
21595 qds 㐓
21596 y;s 㐔
21597 pfs 㐕
21598 r;s 㐖
21599 rlqs 㐗
21600 qis 㐙
21601 at;s 㐚
21602 kz;s 㐛
21603 f,hs 㐜
21604 f,hl 㐜
21605 ol;s 㐝
21606 ees 㐟
21607 lsaz 㐡
21608 slaz 㐡
21609 c.gs 㐢
21610 nqs 㐣
21611 lsfk 㐤
21612 lsqk 㐤
21613 slfk 㐤
21614 slqk 㐤
21615 iuas 㐥
21616 ozas 㐦
21617 hfl 㐧
21618 bgdd 㐨
21619 fdfd 㐩
21620 adk 㐪
21621 y.d 㐫
21622 yxo 㐬
21623 yp; 㐭
21624 y;;p 㐯
21625 kas 㐳
21626 kaf 㐵
21627 kts 㐶
21628 kga 㐷
21629 kkk 㐺
21630 ks. 㐽
21631 kaas 㐾
21632 kdd 㑁
21633 kxb 㑃
21634 ksz 㑄
21635 koea 㑅
21636 kqc 㑈
21637 ksam 㑉
21638 kyc 㑊
21639 kpf 㑋
21640 kpe 㑋
21641 kqar 㑌
21642 kfk 㑍
21643 kwd 㑎
21644 knfh 㑏
21645 klj 㑑
21646 i;k 㑒
21647 kxzb 㑓
21648 kalm 㑔
21649 kdm 㑕
21650 kk;d 㑖
21651 kafx 㑘
21652 kaes 㑙
21653 kgft 㑚
21654 kgzt 㑚
21655 kv; 㑛
21656 koo 㑜
21657 karf 㑝
21658 k,f 㑞
21659 koak 㑟
21660 kebr 㑠
21661 kbj 㑡
21662 klpj 㑡
21663 krxj 㑢
21664 kvv 㑣
21665 kfp 㑤
21666 kpl. 㑥
21667 kgzh 㑦
21668 klvf 㑧
21669 k;oz 㑨
21670 k/m 㑩
21671 ky.e 㑪
21672 kign 㑫
21673 kkhn 㑫
21674 kwf; 㑬
21675 kpae 㑭
21676 kalm 㑯
21677 kw. 㑰
21678 kbgv 㑱
21679 kfjf 㑲
21680 kldd 㑳
21681 khoz 㑵
21682 ko, 㑶
21683 kxuq 㑷
21684 kf;d 㑸
21685 ipfp 㑹
21686 kkyg 㑺
21687 kkyl 㑺
21688 kp.; 㑼
21689 kcjr 㑽
21690 kmy 㑾
21691 kwpv 㑿
21692 kyk; 㒀
21693 kprf 㒁
21694 kfrp 㒂
21695 kfrh 㒂
21696 kmz, 㒄
21697 kymx 㒅
21698 ki;b 㒆
21699 kor, 㒇
21700 kqe. 㒈
21701 kte. 㒈
21702 kcjv 㒉
21703 kjhe 㒊
21704 k,,s 㒌
21705 kxxx 㒍
21706 kaze 㒎
21707 klze 㒎
21708 knrh 㒏
21709 kllp 㒐
21710 kqcy 㒑
21711 kcav 㒒
21712 krin 㒓
21713 k/l/ 㒔
21714 kyxy 㒕
21715 kysy 㒕
21716 kfpm 㒖
21717 kqdy 㒘
21718 kxld 㒙
21719 k.qn 㒚
21720 kbby 㒛
21721 kozk 㒜
21722 kf/x 㒝
21723 kdkd 㒞
21724 kygx 㒟
21725 kema 㒠
21726 kmox 㒡
21727 k.ox 㒡
21728 ki;f 㒢
21729 knkn 㒣
21730 kaee 㒤
21731 kfdi 㒥
21732 kdfi 㒥
21733 kffi 㒥
21734 kpfi 㒥
21735 kpei 㒥
21736 kppr 㒦
21737 ky.y 㒧
21738 kols 㒨
21739 kw./ 㒩
21740 kqd. 㒪
21741 aeas 㒫
21742 aasr 㒬
21743 ;s;s 㒭
21744 aas. 㒮
21745 casf 㒯
21746 jdkk 㒳
21747 kdd 㒴
21748 lpk 㒵
21749 jkak 㒷
21750 qjsk 㒹
21751 fjak 㒹
21752 jiks 㒺
21753 rjdk 㒼
21754 py.y 㒿
21755 jaaw 㓂
21756 jylq 㓃
21757 kkq 㓆
21758 klz 㓇
21759 kzs 㓍
21760 kyxs 㓍
21761 krkr 㓐
21762 kqkc 㓒
21763 kfjf 㓓
21764 k.fh 㓔
21765 kpff 㓖
21766 kprf 㓖
21767 kfjx 㓗
21768 krjx 㓗
21769 samr 㓘
21770 y.d 㓙
21771 fde 㓝
21772 tbe 㓟
21773 e;e 㓠
21774 ofde 㓡
21775 .;e 㓢
21776 i;e 㓣
21777 r;e 㓤
21778 cte 㓥
21779 ig;e 㓧
21780 khge 㓧
21781 htxj 㓪
21782 zafe 㓫
21783 izje 㓬
21784 kzje 㓬
21785 plke 㓭
21786 jr;e 㓮
21787 wpe 㓯
21788 apfe 㓰
21789 apde 㓰
21790 iuee 㓱
21791 gjfe 㓲
21792 pace 㓳
21793 ;;ae 㓵
21794 fjze 㓶
21795 rjze 㓶
21796 ljve 㓷
21797 qtee 㓸
21798 jaae 㓸
21799 stge 㓸
21800 ;;ee 㓸
21801 z,,e 㓹
21802 ey.e 㓺
21803 /aee 㓻
21804 vkce 㓼
21805 dnae 㓽
21806 bcoe 㓾
21807 lvke 㓿
21808 py;e 㔀
21809 bqie 㔁
21810 ,mqe 㔂
21811 xjtj 㔃
21812 a/,e 㔄
21813 tdee 㔅
21814 tede 㔅
21815 qsqe 㔆
21816 btge 㔇
21817 feee 㔈
21818 bl;e 㔉
21819 yp;e 㔊
21820 qdte 㔋
21821 aebe 㔌
21822 ljfe 㔍
21823 dlej 㔎
21824 deyj 㔎
21825 ggge 㔏
21826 laee 㔐
21827 flej 㔑
21828 dkye 㔒
21829 lfb 㔓
21830 b;; 㔔
21831 oasb 㔕
21832 b;g 㔖
21833 tgeb 㔗
21834 ddb 㔘
21835 ifb 㔙
21836 lafb 㔙
21837 af;b 㔚
21838 lf;b 㔚
21839 .gfb 㔜
21840 ajdb 㔝
21841 lfeb 㔞
21842 orlb 㔟
21843 plkb 㔠
21844 xjtb 㔢
21845 pppb 㔣
21846 nl,b 㔤
21847 /xub 㔥
21848 irib 㔦
21849 irkb 㔦
21850 izhb 㔦
21851 epub 㔧
21852 lequ 㔨
21853 leph 㔪
21854 qpac 㔭
21855 rzxq 㔮
21856 qk; 㔯
21857 qmc 㔰
21858 qok 㔱
21859 qibs 㔲
21860 qibl 㔲
21861 qibs 㔳
21862 qprk 㔴
21863 qtsk 㔵
21864 qypm 㔶
21865 q.es 㔸
21866 fqf 㔺
21867 okyf 㔼
21868 ep; 㔽
21869 asd 㔿
21870 pfgs 㕀
21871 .zxj 㕁
21872 zig 㕂
21873 zkhg 㕂
21874 zaf 㕃
21875 zaff 㕃
21876 zpd 㕅
21877 zf; 㕆
21878 zylx 㕈
21879 zi; 㕉
21880 zqh 㕊
21881 zpah 㕌
21882 zrxu 㕎
21883 zqif 㕏
21884 zol, 㕐
21885 zirx 㕒
21886 zp,r 㕓
21887 zaen 㕔
21888 xxxv 㕖
21889 irjx 㕗
21890 xxxc 㕘
21891 xk.h 㕙
21892 bhh 㕚
21893 ;db 㕜
21894 f;b 㕝
21895 bjdb 㕞
21896 ejfb 㕟
21897 kkyb 㕠
21898 ;ls 㕤
21899 ;sl 㕤
21900 ;sh 㕨
21901 ;js 㕪
21902 ;kx 㕬
21903 ;lz 㕭
21904 ;k. 㕮
21905 ;.d 㕳
21906 ;js 㕴
21907 ;at 㕶
21908 ;z.h 㕹
21909 ;zbh 㕹
21910 ;zlh 㕹
21911 ylc; 㕻
21912 ykh; 㕻
21913 yc; 㕻
21914 ;l.s 㕼
21915 ;xk 㕽
21916 c;q 㕾
21917 ;tf 㖀
21918 ;.zx 㖁
21919 ;px 㖂
21920 ;.q 㖃
21921 ;hdd 㖄
21922 ;add 㖄
21923 ;zax 㖅
21924 ;zhx 㖅
21925 ;pf 㖆
21926 ;pe 㖆
21927 rlq; 㖈
21928 ;tfh 㖊
21929 ke;q 㖋
21930 klsq 㖌
21931 kslq 㖌
21932 hf;q 㖍
21933 ;qke 㖎
21934 ;;tl 㖐
21935 ;afx 㖑
21936 ;.f 㖓
21937 ;az; 㖔
21938 ;yf 㖕
21939 ;dig 㖗
21940 ;dkg 㖗
21941 ;zax 㖘
21942 b;;q 㖙
21943 kfhq 㖚
21944 f;;q 㖛
21945 y;;q 㖜
21946 av;q 㖝
21947 ;;jk 㖞
21948 ;.jb 㖟
21949 ;zac 㖠
21950 ;ykk 㖡
21951 ;neq 㖢
21952 ;y; 㖣
21953 ;gcd 㖤
21954 ;agd 㖤
21955 ;plv 㖥
21956 ;vp 㖦
21957 ;oap 㖧
21958 ;wc 㖨
21959 ;tc 㖨
21960 ;aeb 㖩
21961 ;qax 㖪
21962 ;rk. 㖫
21963 ;ob 㖬
21964 ;azc 㖭
21965 ;lzc 㖭
21966 ;ijf 㖮
21967 jq;q 㖯
21968 ;qjq 㖰
21969 ykm; 㖱
21970 w;;q 㖲
21971 cw;q 㖳
21972 ;fl. 㖴
21973 ;uak 㖵
21974 ;a/r 㖶
21975 ;pac 㖷
21976 ;eqa 㖸
21977 ;kju 㖹
21978 ;zp 㖺
21979 ;bgv 㖻
21980 ;rav 㖼
21981 ;alm 㖽
21982 ;;id 㖾
21983 ;aet 㖿
21984 ;dxd 㗀
21985 ;xdd 㗀
21986 ;xxd 㗀
21987 ;clj 㗂
21988 ;tsp 㗃
21989 ;/h 㗄
21990 ;f;u 㗅
21991 ;rf 㗆
21992 ;etb 㗇
21993 ;bjb 㗈
21994 fj.; 㗉
21995 rj.; 㗉
21996 ;;;; 㗊
21997 ;jzz 㗋
21998 ;nar 㗌
21999 ;lvp 㗍
22000 ;b;v 㗎
22001 ;zhu 㗐
22002 ;oaf 㗑
22003 ;lzf 㗑
22004 ;len 㗓
22005 ;ey. 㗔
22006 ;rjr 㗕
22007 ;.o 㗖
22008 ;llf 㗗
22009 ;qhh 㗘
22010 ;ldd 㗙
22011 ;a/v 㗚
22012 ;llz 㗛
22013 ;yxp 㗜
22014 ;ir, 㗝
22015 ;gtb 㗞
22016 cyrq 㗟
22017 wx;q 㗠
22018 fkgq 㗡
22019 ;opb 㗢
22020 ;rjd 㗣
22021 zea; 㗤
22022 ;y;t 㗥
22023 ;aej 㗦
22024 ;nkr 㗧
22025 qoz; 㗨
22026 ;bbp 㗩
22027 ;eqx 㗪
22028 ;mac 㗫
22029 ;l,n 㗭
22030 m;nk 㗮
22031 rlpq 㗯
22032 ;.kc 㗰
22033 ;kyv 㗱
22034 ;tra 㗲
22035 ;li; 㗳
22036 ;,,k 㗵
22037 ;btb 㗶
22038 ;nrm 㗷
22039 ;kyn 㗹
22040 ;aze 㗺
22041 ;lze 㗺
22042 ;m;n 㗻
22043 ;cav 㗼
22044 ;rfq 㗾
22045 ;eqd 㗿
22046 ;o, 㘀
22047 ;/rf 㘁
22048 ;ixn 㘂
22049 ;fzn 㘃
22050 ;v/h 㘄
22051 ;.id 㘅
22052 ;r;r 㘆
22053 ;,,v 㘇
22054 ;qoc 㘈
22055 ;lbj 㘉
22056 ;zy 㘊
22057 ;qdm 㘋
22058 ;eae 㘌
22059 ;ckx 㘍
22060 ;hj. 㘎
22061 iljq 㘏
22062 ;g,. 㘐
22063 ;rac 㘑
22064 lvoq 㘒
22065 ;ev/ 㘓
22066 ;nrm 㘔
22067 ;fqu 㘕
22068 ;n.m 㘖
22069 ;jjy 㘗
22070 yxx; 㘘
22071 xyx; 㘘
22072 ;;;. 㘙
22073 ;eq. 㘚
22074 ;et. 㘚
22075 ;i;q 㘛
22076 kyy; 㘜
22077 pnl 㘠
22078 ppd 㘡
22079 p;u 㘣
22080 pce 㘤
22081 pmox 㘥
22082 p.ox 㘥
22083 rbgd 㘧
22084 rqq 㘩
22085 rfd 㘫
22086 rxg 㘭
22087 rbk 㘮
22088 rob 㘯
22089 rhf 㘰
22090 rbls 㘲
22091 rbsl 㘲
22092 eqr 㘳
22093 ;kr 㘴
22094 rzjd 㘵
22095 mqr 㘶
22096 rf. 㘷
22097 amqr 㘸
22098 eqr 㘹
22099 rkax 㘺
22100 rpz 㘻
22101 rrlg 㘼
22102 rrx 㘽
22103 rnaf 㘾
22104 rnks 㙀
22105 rnkl 㙀
22106 rosz 㙁
22107 rk;s 㙂
22108 roak 㙃
22109 rqqr 㙄
22110 r;v 㙅
22111 rnzx 㙆
22112 ra.h 㙇
22113 res 㙈
22114 rjrk 㙉
22115 rtcd 㙌
22116 rtdk 㙌
22117 rbbb 㙍
22118 rzax 㙎
22119 rop. 㙏
22120 rdae 㙐
22121 l;mr 㙑
22122 pbgr 㙒
22123 rrrr 㙓
22124 rt;q 㙔
22125 rl;m 㙖
22126 rpax 㙗
22127 ra/w 㙘
22128 czsr 㙙
22129 rirf 㙚
22130 rqhh 㙛
22131 y;jr 㙜
22132 rbbu 㙝
22133 rljv 㙞
22134 rhbu 㙟
22135 qozr 㙠
22136 r.kc 㙡
22137 rrjk 㙢
22138 rtgx 㙣
22139 reli 㙤
22140 rykx 㙥
22141 ivhr 㙦
22142 raep 㙧
22143 rxxx 㙨
22144 rzkc 㙩
22145 rvqi 㙪
22146 rkyv 㙫
22147 rzik 㙭
22148 rli; 㙮
22149 rkrx 㙯
22150 jjor 㙰
22151 jjqr 㙰
22152 ;agr 㙱
22153 ryxy 㙲
22154 rysy 㙲
22155 rzqn 㙳
22156 rjzy 㙴
22157 ry;r 㙵
22158 y;cr 㙶
22159 rpx, 㙷
22160 rkcz 㙸
22161 rf/m 㙹
22162 rq;m 㙺
22163 rnpr 㙻
22164 rppp 㙼
22165 rzap 㙽
22166 ro.f 㙾
22167 rirx 㙿
22168 reqx 㚀
22169 rqdx 㚂
22170 v.di 㚃
22171 vpgc 㚄
22172 .aor 㚅
22173 yp. 㚆
22174 .dk. 㚇
22175 lgmm 㚉
22176 glmm 㚉
22177 mmyk 㚊
22178 mmj; 㚋
22179 mmpv 㚌
22180 mm;m 㚍
22181 ztge 㚕
22182 lpz 㚖
22183 zua 㚗
22184 b;z 㚙
22185 zm; 㚚
22186 zqp 㚛
22187 zqax 㚜
22188 zkrr 㚝
22189 j;qz 㚟
22190 zir, 㚠
22191 zqdd 㚡
22192 wax 㚤
22193 wsf 㚨
22194 wjaa 㚩
22195 wlb 㚫
22196 wgk 㚫
22197 wlaa 㚬
22198 wlk 㚬
22199 ws. 㚯
22200 wza 㚰
22201 woa 㚱
22202 we; 㚲
22203 wb; 㚳
22204 wzjd 㚴
22205 w.h 㚵
22206 wkc 㚷
22207 wgq 㚸
22208 wodj 㚹
22209 wolj 㚹
22210 wlgf 㚺
22211 wglf 㚺
22212 qagw 㚽
22213 w;s 㚾
22214 wlts 㚿
22215 wjt 㛀
22216 wai 㛁
22217 w.ts 㛂
22218 fjw 㛃
22219 rjw 㛃
22220 wylx 㛄
22221 wlgv 㛆
22222 wglv 㛆
22223 wsv 㛆
22224 wnr 㛇
22225 wrlg 㛈
22226 wa/ 㛉
22227 wsv 㛊
22228 wlgv 㛊
22229 wglv 㛊
22230 wkc 㛋
22231 wxof 㛌
22232 wzkk 㛍
22233 w;l; 㛎
22234 w;; 㛎
22235 wf,h 㛏
22236 wap. 㛐
22237 embw 㛑
22238 wqi 㛒
22239 w.zd 㛓
22240 w.f 㛔
22241 wxk. 㛖
22242 wkkr 㛗
22243 wyf 㛙
22244 wbjf 㛚
22245 kd.w 㛜
22246 warf 㛞
22247 wjjz 㛟
22248 whjp 㛠
22249 wnas 㛡
22250 wlvg 㛢
22251 wlvl 㛢
22252 w;m 㛣
22253 wajh 㛤
22254 wcp 㛥
22255 wvv 㛦
22256 wdg 㛧
22257 wirs 㛨
22258 wyxu 㛩
22259 wzps 㛪
22260 wpl. 㛫
22261 wrkr 㛬
22262 wrp 㛭
22263 wn,b 㛮
22264 wj;b 㛯
22265 wjpb 㛯
22266 wtsp 㛰
22267 wpax 㛱
22268 walm 㛲
22269 ykjw 㛳
22270 wwl. 㛴
22271 wwlm 㛴
22272 wwlh 㛴
22273 w.jr 㛵
22274 wdz, 㛶
22275 lvzw 㛷
22276 wr;i 㛸
22277 wka. 㛹
22278 wyp 㛺
22279 wafo 㛼
22280 wlfo 㛼
22281 wn, 㛽
22282 wzqx 㛾
22283 wfjd 㛿
22284 wvj 㜀
22285 wvpa 㜁
22286 rrfw 㜂
22287 wky 㜃
22288 wyxp 㜅
22289 w,n 㜆
22290 wrrn 㜇
22291 ww;s 㜉
22292 wbrx 㜊
22293 wiku 㜋
22294 vawb 㜌
22295 wnt; 㜍
22296 w.xz 㜎
22297 w;m 㜏
22298 wdqi 㜐
22299 cqhw 㜑
22300 wfi; 㜓
22301 wy;s 㜔
22302 wqn 㜕
22303 wqp 㜖
22304 wxx. 㜗
22305 weua 㜘
22306 wyqq 㜙
22307 wnkp 㜚
22308 wqjk 㜛
22309 wrh. 㜜
22310 wrl. 㜜
22311 wigp 㜝
22312 wkhp 㜝
22313 witp 㜝
22314 qow 㜞
22315 wqe. 㜟
22316 wte. 㜟
22317 wdky 㜠
22318 w.kc 㜡
22319 wp;w 㜢
22320 wmz, 㜣
22321 wa/f 㜤
22322 w/m 㜥
22323 wtqh 㜦
22324 wzik 㜧
22325 wbcf 㜨
22326 wljz 㜩
22327 yvow 㜪
22328 wos. 㜫
22329 wjzy 㜬
22330 wcjp 㜭
22331 wqdu 㜮
22332 wqd, 㜯
22333 wlpv 㜰
22334 wxlv 㜰
22335 woom 㜱
22336 wyuh 㜲
22337 wyuf 㜲
22338 wyuz 㜲
22339 wy/x 㜳
22340 wf/j 㜴
22341 wygx 㜵
22342 wj;h 㜶
22343 tgaw 㜷
22344 flew 㜸
22345 wjjy 㜹
22346 wosm 㜺
22347 wyxn 㜻
22348 wxyn 㜻
22349 wppa 㜼
22350 gfke 㜾
22351 gfbd 㜿
22352 szgf 㝀
22353 lpgf 㝁
22354 gfoo 㝂
22355 gfjs 㝃
22356 y;gs 㝄
22357 vagb 㝅
22358 gfr; 㝆
22359 ngd 㝋
22360 naga 㝍
22361 nke 㝏
22362 nnb 㝕
22363 nark 㝙
22364 nleb 㝚
22365 naea 㝞
22366 najs 㝟
22367 npyk 㝠
22368 naeb 㝡
22369 nl;m 㝢
22370 nfjz 㝣
22371 nrjz 㝣
22372 nrjr 㝤
22373 nx, 㝥
22374 nkyg 㝦
22375 nkyl 㝦
22376 nwkr 㝧
22377 nr;x 㝨
22378 nrih 㝪
22379 nt.r 㝫
22380 nr;z 㝬
22381 nf;z 㝬
22382 nnpr 㝭
22383 nddb 㝮
22384 nljh 㝰
22385 nxfm 㝱
22386 nxfd 㝲
22387 fkh 㝳
22388 flhh 㝳
22389 aash 㝴
22390 pafh 㝵
22391 /sfh 㝶
22392 ;sfh 㝶
22393 tqlh 㝷
22394 tqsh 㝷
22395 clps 㝸
22396 cljs 㝹
22397 itcl 㝺
22398 rrcl 㝻
22399 zsaf 㝼
22400 zsc 㝽
22401 zszq 㝾
22402 zstb 㝿
22403 zsz, 㞀
22404 zspq 㞁
22405 zs.w 㞂
22406 kk;h 㞃
22407 zszs 㞄
22408 zspv 㞅
22409 zszd 㞆
22410 zspx 㞇
22411 zsgf 㞈
22412 zsiq 㞉
22413 ddah 㞊
22414 bgf 㞌
22415 blsh 㞍
22416 bslh 㞍
22417 btds 㞎
22418 bln 㞏
22419 b,s 㞑
22420 baas 㞑
22421 blj 㞒
22422 bqp 㞓
22423 bmm 㞔
22424 bku 㞕
22425 bvj 㞖
22426 bf,h 㞗
22427 ba.h 㞘
22428 blqc 㞙
22429 bafo 㞚
22430 blfo 㞚
22431 b.qp 㞛
22432 b.lw 㞜
22433 zeab 㞝
22434 b.kc 㞞
22435 bipz 㞟
22436 bzkc 㞠
22437 bqqx 㞡
22438 dkj 㞣
22439 dlg 㞧
22440 dgl 㞧
22441 dgf 㞨
22442 dsh 㞩
22443 tsd 㞯
22444 dof 㞰
22445 d;d 㞲
22446 dhf 㞳
22447 doas 㞴
22448 dy. 㞵
22449 dy. 㞶
22450 dar 㞷
22451 doz 㞺
22452 d;ag 㞻
22453 dqx 㞽
22454 dbq 㞾
22455 dr. 㞿
22456 dsz 㟂
22457 dgq 㟃
22458 dif 㟄
22459 d.ds 㟅
22460 dkqf 㟆
22461 dkkr 㟇
22462 df,h 㟈
22463 dnof 㟉
22464 d.gf 㟊
22465 dk;s 㟋
22466 dzsh 㟌
22467 dzs. 㟌
22468 d.w 㟎
22469 dig; 㟏
22470 dkh; 㟏
22471 dfys 㟐
22472 dfjf 㟑
22473 d.zd 㟓
22474 dig; 㟔
22475 dkh; 㟔
22476 d;hf 㟕
22477 dkjd 㟗
22478 kjkd 㟗
22479 djr; 㟘
22480 drp 㟙
22481 vfbd 㟚
22482 dora 㟛
22483 dtgc 㟜
22484 dy; 㟝
22485 drks 㟟
22486 dizs 㟡
22487 dkzs 㟡
22488 dtc 㟤
22489 dwc 㟤
22490 dxz. 㟥
22491 ddae 㟨
22492 tsad 㟩
22493 dpax 㟪
22494 dlpc 㟫
22495 dodb 㟬
22496 dtsp 㟭
22497 dnkh 㟮
22498 dn.; 㟯
22499 djpk 㟰
22500 dir, 㟱
22501 dzlc 㟲
22502 da/v 㟳
22503 d/ae 㟵
22504 dzlc 㟶
22505 dfi; 㟷
22506 dlpa 㟸
22507 daej 㟹
22508 qod 㟻
22509 drh. 㟼
22510 drl. 㟼
22511 da/c 㟽
22512 dntf 㟾
22513 dfzf 㟿
22514 dfzh 㟿
22515 l,d 㠀
22516 drh. 㠂
22517 drl. 㠂
22518 dyk; 㠃
22519 d.o. 㠅
22520 d;;f 㠆
22521 dy;h 㠇
22522 delr 㠈
22523 dear 㠈
22524 dypr 㠉
22525 dewa 㠊
22526 deca 㠊
22527 dkyv 㠍
22528 dkyv 㠎
22529 drff 㠏
22530 da/e 㠒
22531 dfj. 㠓
22532 db;f 㠔
22533 dtox 㠕
22534 dljz 㠗
22535 dy;. 㠙
22536 dcah 㠚
22537 dfkb 㠛
22538 dzzm 㠝
22539 olrd 㠞
22540 oard 㠞
22541 dlvc 㠟
22542 depu 㠠
22543 dygx 㠡
22544 doxx 㠢
22545 dzle 㠣
22546 dy;x 㠤
22547 dppr 㠥
22548 dfdi 㠦
22549 ddfi 㠦
22550 dpfi 㠦
22551 dpei 㠦
22552 dnve 㠧
22553 dv.h 㠨
22554 kso 㠩
22555 qshz 㠫
22556 q;z 㠬
22557 icaq 㠮
22558 tdt 㠯
22559 b;ts 㠰
22560 tsrk 㠱
22561 jdq 㠲
22562 jdjh 㠴
22563 ysjd 㠵
22564 jdls 㠶
22565 jdlb 㠷
22566 jdgk 㠷
22567 jdz 㠸
22568 jdke 㠹
22569 jdcl 㠺
22570 rljd 㠻
22571 jdo 㠼
22572 jd.h 㠽
22573 mgsd 㠾
22574 jdzg 㡁
22575 amed 㡂
22576 jdko 㡃
22577 jdmm 㡅
22578 jdyo 㡆
22579 jdas 㡇
22580 jdtx 㡉
22581 jdjo 㡊
22582 jdzs 㡋
22583 jdpu 㡌
22584 lpzd 㡍
22585 jdie 㡏
22586 jdie 㡐
22587 lv,d 㡑
22588 jd.j 㡒
22589 jdjq 㡓
22590 bgdd 㡔
22591 jdop 㡖
22592 jd.s 㡗
22593 jdic 㡘
22594 jdlq 㡙
22595 jdrr 㡚
22596 jdfo 㡛
22597 jdmc 㡜
22598 jd.n 㡝
22599 jdpw 㡞
22600 jdbi 㡠
22601 jdpl 㡢
22602 jdcv 㡤
22603 jd.n 㡥
22604 jdnm 㡦
22605 jdni 㡧
22606 jdkx 㡨
22607 jd.. 㡪
22608 xpls 㡫
22609 xxas 㡭
22610 xxzo 㡮
22611 xxzs 㡮
22612 xxas 㡮
22613 nax 㡲
22614 n;k 㡶
22615 nva 㡷
22616 nodj 㡻
22617 nolj 㡻
22618 npx 㡼
22619 npxh 㡼
22620 ntf 㡽
22621 nid 㡿
22622 nle 㢂
22623 nqi 㢄
22624 narf 㢅
22625 nlvq 㢉
22626 nkmm 㢋
22627 ntqd 㢌
22628 nfjz 㢍
22629 nafo 㢎
22630 nlfo 㢎
22631 nm; 㢐
22632 neua 㢒
22633 n.kc 㢔
22634 nxky 㢕
22635 nsxy 㢕
22636 nit, 㢘
22637 nrrb 㢙
22638 nepb 㢚
22639 nrpn 㢜
22640 nu,v 㢝
22641 nbbk 㢞
22642 xmff 㢡
22643 x.ff 㢡
22644 cj;f 㢢
22645 fl;f 㢣
22646 qdqx 㢦
22647 tga 㢧
22648 tgaf 㢨
22649 tglh 㢩
22650 tgzx 㢬
22651 tgeb 㢭
22652 tgos 㢮
22653 tgtb 㢰
22654 tgxc 㢱
22655 tgtk 㢲
22656 tgok 㢳
22657 tgph 㢴
22658 tgi; 㢵
22659 tgap 㢶
22660 tgdm 㢷
22661 tgt. 㢸
22662 tgyf 㢹
22663 tgyw 㢺
22664 tglw 㢻
22665 tg, 㢼
22666 tgar 㢾
22667 tgkz 㢿
22668 tgfk 㣀
22669 tgqk 㣀
22670 tgrf 㣁
22671 tgqd 㣂
22672 tgzg 㣃
22673 tgyg 㣃
22674 tgcv 㣄
22675 tgqp 㣅
22676 tgar 㣆
22677 w.jd 㣇
22678 w.jd 㣈
22679 fdh. 㣋
22680 e;. 㣌
22681 x;. 㣍
22682 lpc. 㣎
22683 zpf. 㣏
22684 lpc. 㣐
22685 ntj. 㣑
22686 k/p. 㣒
22687 emb. 㣓
22688 .ad 㣔
22689 .zh 㣖
22690 .pf 㣙
22691 .i; 㣛
22692 .afe 㣜
22693 .kxs 㣞
22694 .d.h 㣠
22695 .k;d 㣡
22696 .ktl 㣢
22697 .axx 㣤
22698 .krh 㣥
22699 .lvw 㣦
22700 .xus 㣧
22701 .wf; 㣨
22702 .vv 㣩
22703 ..ab 㣪
22704 .op 㣫
22705 .;ae 㣬
22706 .fjf 㣮
22707 .bcu 㣯
22708 .l,n 㣰
22709 .rm 㣱
22710 o;. 㣲
22711 .or, 㣳
22712 .rin 㣵
22713 .ypa 㣶
22714 .car 㣸
22715 .nkn 㣹
22716 njh 㣼
22717 nbh 㣾
22718 nlh 㣿
22719 ksn 㤀
22720 lbn 㤂
22721 gkn 㤂
22722 najd 㤄
22723 nyjd 㤄
22724 qsn 㤅
22725 nzb 㤆
22726 n.b 㤆
22727 n.. 㤊
22728 nra 㤌
22729 qagn 㤍
22730 n.h 㤏
22731 nz; 㤑
22732 nzf 㤒
22733 nva 㤒
22734 nva 㤓
22735 ndd 㤕
22736 nnad 㤖
22737 njt 㤘
22738 ptn 㤙
22739 n.ad 㤚
22740 nklr 㤛
22741 nzhx 㤜
22742 nzs 㤝
22743 nyxs 㤝
22744 nnlq 㤞
22745 pen 㤟
22746 name 㤡
22747 lafn 㤣
22748 np. 㤤
22749 nyxk 㤥
22750 nq. 㤦
22751 n.q 㤧
22752 nrk 㤨
22753 .;n 㤩
22754 amgn 㤪
22755 nlze 㤭
22756 njk; 㤯
22757 koen 㤰
22758 nqi 㤱
22759 zkkn 㤲
22760 nz; 㤳
22761 naes 㤴
22762 gf.n 㤵
22763 nig; 㤷
22764 nkh; 㤷
22765 nrc 㤸
22766 nf,h 㤹
22767 nzo 㤺
22768 nyxo 㤺
22769 ohdn 㤻
22770 ohln 㤻
22771 odhn 㤻
22772 olhn 㤻
22773 nrxb 㤼
22774 njkv 㤾
22775 nfua 㥀
22776 nfjs 㥀
22777 f/sn 㥁
22778 f/an 㥁
22779 npah 㥂
22780 n.jb 㥅
22781 naxx 㥇
22782 jden 㥈
22783 ny; 㥉
22784 nuu 㥊
22785 kyln 㥋
22786 nl, 㥌
22787 nrak 㥍
22788 njrk 㥏
22789 i;jn 㥐
22790 alun 㥑
22791 nyxu 㥔
22792 ,,n 㥕
22793 jykn 㥖
22794 npy. 㥗
22795 nrxk 㥘
22796 nrxh 㥘
22797 n;dn 㥙
22798 naga 㥛
22799 ngda 㥛
22800 ni. 㥞
22801 nw. 㥟
22802 ngcu 㥠
22803 nbqv 㥡
22804 nip 㥢
22805 zrrn 㥣
22806 qzkn 㥦
22807 nalm 㥧
22808 wrrn 㥨
22809 nrlp 㥩
22810 nrlh 㥩
22811 n,w 㥪
22812 ny;p 㥫
22813 nykh 㥬
22814 nzc 㥭
22815 nldd 㥮
22816 .qtn 㥯
22817 nqee 㥱
22818 fuan 㥲
22819 fjsn 㥲
22820 qjsn 㥲
22821 nzlc 㥳
22822 n.es 㥴
22823 nrkn 㥶
22824 nzkn 㥷
22825 ,kjn 㥹
22826 zlvn 㥻
22827 nae, 㥼
22828 nrm 㥽
22829 nqf; 㥾
22830 n.fn 㦀
22831 qnn 㦁
22832 cj;n 㦂
22833 nnor 㦃
22834 nvvn 㦄
22835 neli 㦆
22836 niru 㦈
22837 nvqi 㦉
22838 nfaf 㦊
22839 nrff 㦊
22840 nzrp 㦋
22841 nzrh 㦋
22842 lqln 㦌
22843 n;;d 㦍
22844 ntra 㦎
22845 ntsk 㦏
22846 naax 㦐
22847 nqe. 㦑
22848 nte. 㦑
22849 n/y 㦒
22850 nmz, 㦓
22851 puzn 㦔
22852 nt.r 㦕
22853 nvvc 㦗
22854 npmn 㦙
22855 yfnf 㦚
22856 ozan 㦛
22857 nfkb 㦜
22858 rgqn 㦞
22859 .prn 㦟
22860 ncah 㦠
22861 nlpv 㦡
22862 nlbj 㦢
22863 .t;n 㦣
22864 nnrn 㦥
22865 nnfn 㦥
22866 neos 㦦
22867 nosp 㦧
22868 nev/ 㦨
22869 nt.n 㦩
22870 ny,b 㦪
22871 n,yb 㦪
22872 nosm 㦫
22873 n/xy 㦬
22874 nz;k 㦭
22875 aarx 㦱
22876 rrx 㦳
22877 a.;x 㦴
22878 ovax 㦵
22879 bjfx 㦷
22880 epfx 㦸
22881 palx 㦹
22882 zoax 㦼
22883 ggds 㦾
22884 osd 㧃
22885 oja 㧇
22886 otg 㧈
22887 oajd 㧊
22888 oyjd 㧊
22889 ozh 㧋
22890 oqdl 㧎
22891 oj. 㧏
22892 obb 㧐
22893 ohbh 㧑
22894 onk 㧒
22895 o.xk 㧓
22896 ozx 㧔
22897 oodj 㧕
22898 oolj 㧕
22899 ogs 㧖
22900 oeq 㧗
22901 eqo 㧘
22902 onl 㧙
22903 eoho 㧛
22904 b;o 㧝
22905 olzb 㧞
22906 ocq 㧟
22907 oxc 㧠
22908 ozs 㧤
22909 oyxs 㧤
22910 ozo 㧧
22911 oyxo 㧧
22912 o.q 㧨
22913 osad 㧩
22914 ojzs 㧪
22915 oale 㧫
22916 qsho 㧬
22917 qto 㧭
22918 orlq 㧯
22919 ooc 㧰
22920 onv 㧲
22921 olox 㧴
22922 oaz; 㧷
22923 opah 㧹
22924 ocp 㧺
22925 oa.h 㧻
22926 orlx 㧼
22927 opf; 㧽
22928 ol.n 㧾
22929 okkc 㧿
22930 olvt 㨀
22931 ofua 㨁
22932 ofjs 㨁
22933 ovp 㨂
22934 oy;f 㨃
22935 ojr; 㨄
22936 ovv 㨆
22937 ctbo 㨇
22938 oy.e 㨈
22939 otsp 㨉
22940 ozqu 㨊
22941 orlh 㨋
22942 rrfo 㨍
22943 oalz 㨎
22944 odz, 㨏
22945 ok;v 㨐
22946 o.d. 㨑
22947 onkf 㨓
22948 olgu 㨕
22949 oglu 㨕
22950 og.u 㨕
22951 oax. 㨖
22952 oetc 㨗
22953 oclj 㨘
22954 o.xz 㨙
22955 oflp 㨚
22956 oek 㨛
22957 oey. 㨜
22958 obcu 㨝
22959 odqi 㨟
22960 ojpk 㨠
22961 oxuq 㨢
22962 okxb 㨣
22963 oqky 㨤
22964 oxjk 㨥
22965 okyb 㨦
22966 oxzp 㨧
22967 oohp 㨨
22968 onlb 㨩
22969 onab 㨩
22970 opcs 㨪
22971 oeou 㨫
22972 or;x 㨬
22973 og;s 㨭
22974 ools 㨮
22975 oy;t 㨯
22976 oykx 㨰
22977 omy 㨱
22978 ofnv 㨲
22979 onzd 㨳
22980 oiuj 㨵
22981 offt 㨹
22982 orjk 㨺
22983 qoo 㨻
22984 p.;o 㨼
22985 oqpe 㨽
22986 oirb 㨾
22987 oe.s 㨿
22988 oelh 㩀
22989 oelk 㩀
22990 ojhf 㩂
22991 onrh 㩃
22992 odpn 㩄
22993 oaep 㩅
22994 oy;h 㩆
22995 otra 㩇
22996 onk; 㩈
22997 oi;b 㩉
22998 o./h 㩊
22999 otde 㩋
23000 oted 㩋
23001 otgm 㩌
23002 olvj 㩍
23003 opuh 㩎
23004 op, 㩏
23005 olrh 㩐
23006 oaze 㩑
23007 olze 㩑
23008 ovvc 㩒
23009 orso 㩓
23010 oqso 㩓
23011 obrb 㩔
23012 ozib 㩕
23013 ozkb 㩕
23014 oapa 㩖
23015 onrr 㩙
23016 ofj. 㩚
23017 opzh 㩛
23018 oqdu 㩜
23019 oy;. 㩝
23020 o,,v 㩞
23021 onrv 㩟
23022 oggg 㩡
23023 of/x 㩢
23024 obbq 㩣
23025 oqh. 㩤
23026 orex 㩥
23027 oky; 㩦
23028 oprc 㩧
23029 offn 㩨
23030 oqcm 㩩
23031 oxam 㩪
23032 ooom 㩫
23033 oewx 㩬
23034 oecx 㩬
23035 oo.f 㩭
23036 oozo 㩮
23037 oosx 㩯
23038 of;v 㩰
23039 o./h 㩱
23040 of;y 㩲
23041 okyb 㩳
23042 ojjy 㩴
23043 oeqh 㩵
23044 ola. 㩶
23045 oppa 㩸
23046 oppa 㩹
23047 qqfb 㩺
23048 jzgb 㩻
23049 mmfb 㩼
23050 v;fb 㩽
23051 offb 㩾
23052 ig. 㪁
23053 oeb 㪂
23054 oasb 㪂
23055 qdeb 㪃
23056 tge. 㪄
23057 ajkb 㪅
23058 oasb 㪆
23059 rr. 㪈
23060 i;. 㪉
23061 tl;b 㪊
23062 pafb 㪋
23063 bjf. 㪌
23064 fjg. 㪍
23065 lplb 㪏
23066 gzhb 㪐
23067 zpsb 㪑
23068 oseb 㪒
23069 lfeb 㪓
23070 vveb 㪔
23071 wceb 㪖
23072 tceb 㪖
23073 y;eb 㪗
23074 i;k. 㪘
23075 pv. 㪙
23076 rp. 㪚
23077 rqk. 㪛
23078 rak. 㪛
23079 dal. 㪜
23080 v/eb 㪝
23081 pjeb 㪞
23082 y;p. 㪟
23083 itcb 㪠
23084 nr;b 㪡
23085 nf;b 㪡
23086 odb. 㪢
23087 pff. 㪤
23088 prf. 㪤
23089 nap. 㪦
23090 irib 㪨
23091 irfb 㪨
23092 tdeb 㪩
23093 tedb 㪩
23094 azeb 㪪
23095 lzeb 㪪
23096 epub 㪭
23097 z;;b 㪮
23098 y.f 㪯
23099 y., 㪰
23100 y.jz 㪱
23101 hfg 㪲
23102 hf; 㪳
23103 aasf 㪴
23104 alpf 㪶
23105 qihf 㪷
23106 p;df 㪹
23107 zjjf 㪺
23108 qdo 㪼
23109 apo 㪽
23110 .;o 㪾
23111 ddo 㪿
23112 ppo 㫀
23113 xxzo 㫁
23114 nr,o 㫂
23115 aalh 㫄
23116 hiae 㫅
23117 hkc 㫆
23118 hkhg 㫇
23119 hkh; 㫈
23120 hjzs 㫉
23121 hoqd 㫊
23122 hojr 㫋
23123 hok. 㫍
23124 hojq 㫎
23125 hoaw 㫏
23126 pea 㫔
23127 pas 㫕
23128 eap 㫖
23129 p;s 㫛
23130 ppa 㫜
23131 poaa 㫝
23132 poah 㫝
23133 pdb 㫞
23134 pk; 㫟
23135 ps; 㫟
23136 p.h 㫡
23137 prx 㫢
23138 pps 㫣
23139 pab 㫤
23140 pm; 㫥
23141 kd.p 㫦
23142 ffp 㫩
23143 zdp 㫪
23144 paca 㫫
23145 plp 㫬
23146 eqp 㫮
23147 ppas 㫯
23148 phtx 㫰
23149 prc 㫱
23150 zaap 㫳
23151 prlf 㫴
23152 pee 㫵
23153 ptjd 㫶
23154 rakp 㫷
23155 patc 㫸
23156 pgo 㫹
23157 kkkp 㫺
23158 poae 㫼
23159 pofe 㫼
23160 pwc 㫽
23161 ptc 㫽
23162 pcj; 㫾
23163 pky 㫿
23164 py;f 㬀
23165 pci; 㬁
23166 ppm 㬂
23167 px;, 㬃
23168 pzrc 㬄
23169 p/h 㬅
23170 ptsp 㬆
23171 pjjz 㬇
23172 ppu 㬈
23173 p/u 㬈
23174 palz 㬉
23175 pktz 㬋
23176 pypc 㬌
23177 pqhh 㬍
23178 pxx, 㬎
23179 pqjd 㬏
23180 paxp 㬐
23181 pacp 㬐
23182 py;t 㬑
23183 pfzf 㬒
23184 pfzh 㬒
23185 pa/c 㬓
23186 pbb. 㬔
23187 pyhf 㬕
23188 pg.; 㬖
23189 pg;. 㬖
23190 pmz, 㬗
23191 ptde 㬘
23192 pted 㬘
23193 p.l, 㬙
23194 phl, 㬙
23195 pzu. 㬚
23196 pyx. 㬚
23197 pi;b 㬛
23198 axrp 㬜
23199 pk/p 㬝
23200 pdps 㬞
23201 l.kp 㬟
23202 pjt, 㬠
23203 pzib 㬡
23204 pzkb 㬡
23205 pcah 㬣
23206 ppx, 㬤
23207 pdd, 㬥
23208 pfkb 㬦
23209 pddx 㬧
23210 prcc 㬨
23211 pffn 㬩
23212 pppw 㬪
23213 reqp 㬫
23214 r;ep 㬫
23215 re;p 㬫
23216 pjjy 㬬
23217 p./h 㬭
23218 przy 㬮
23219 pyuh 㬯
23220 pyuf 㬯
23221 pyuz 㬯
23222 osop 㬱
23223 ap.u 㬲
23224 urk 㬴
23225 uyk. 㬵
23226 uo; 㬶
23227 upv 㬷
23228 ufkq 㬸
23229 u.td 㬹
23230 ujtd 㬹
23231 uizd 㬺
23232 ukzd 㬺
23233 ufyo 㬻
23234 zuo. 㬼
23235 u;;g 㬽
23236 qozu 㬾
23237 uy;. 㬿
23238 ulqk 㭀
23239 vlg 㭁
23240 vgl 㭁
23241 vsf 㭄
23242 vsz 㭄
23243 vaaa 㭅
23244 lgva 㭆
23245 glva 㭆
23246 vxs 㭇
23247 vtk 㭈
23248 kqv 㭍
23249 vj. 㭎
23250 vaad 㭏
23251 vfg 㭏
23252 zva 㭐
23253 vav 㭑
23254 vxf 㭓
23255 vli 㭔
23256 vkax 㭖
23257 vi; 㭘
23258 vrfh 㭙
23259 vook 㭚
23260 v.ok 㭛
23261 vazx 㭜
23262 vvls 㭝
23263 vvsl 㭝
23264 vclb 㭞
23265 rkv 㭟
23266 vafe 㭢
23267 vhj; 㭣
23268 vla 㭤
23269 vjm 㭥
23270 vnlq 㭦
23271 lmv 㭧
23272 vqdt 㭨
23273 vqh 㭪
23274 va. 㭬
23275 v;le 㭭
23276 v;be 㭭
23277 vwam 㭮
23278 vaes 㭯
23279 eqvj 㭰
23280 vqpd 㭱
23281 vkk; 㭲
23282 vrlf 㭳
23283 vebr 㭴
23284 vpb 㭷
23285 vjph 㭸
23286 vtgx 㭹
23287 vzps 㭺
23288 vcj; 㭻
23289 vcp 㭼
23290 vnoa 㭽
23291 vnoh 㭽
23292 vbdd 㭾
23293 vpoj 㭿
23294 vgcd 㮀
23295 vagd 㮀
23296 v.zu 㮁
23297 jzv 㮂
23298 vlvw 㮃
23299 vaah 㮄
23300 vkif 㮆
23301 vazc 㮇
23302 vlzc 㮇
23303 vzac 㮈
23304 vkzi 㮉
23305 vkak 㮉
23306 vzut 㮋
23307 iuev 㮍
23308 vclj 㮐
23309 vafo 㮑
23310 vlfo 㮑
23311 va/r 㮒
23312 vnah 㮓
23313 vop 㮔
23314 valz 㮕
23315 vrf 㮖
23316 vbg. 㮘
23317 v;;g 㮙
23318 epkv 㮚
23319 vpac 㮛
23320 vqxr 㮜
23321 vaa; 㮞
23322 vkj; 㮞
23323 vgv 㮟
23324 vfjv 㮠
23325 ,qtv 㮡
23326 vktz 㮢
23327 bqsv 㮣
23328 lpqv 㮣
23329 vxzp 㮥
23330 vfjx 㮦
23331 vpk. 㮨
23332 vljn 㮩
23333 vqsv 㮪
23334 vnr; 㮫
23335 vnf; 㮫
23336 vkxb 㮬
23337 vbpf 㮭
23338 vfjo 㮮
23339 vrjo 㮮
23340 vlpq 㮰
23341 vfos 㮱
23342 vldd 㮲
23343 vuiz 㮳
23344 vodb 㮴
23345 vhoy 㮵
23346 vidu 㮶
23347 vzsp 㮷
23348 vizn 㮸
23349 vax. 㮹
23350 vbh/ 㮻
23351 vgbb 㮼
23352 vlmb 㮽
23353 hbuv 㮾
23354 vpff 㮿
23355 vprf 㮿
23356 vhoc 㯀
23357 vty; 㯁
23358 vrjd 㯂
23359 vvkc 㯃
23360 vv.s 㯄
23361 vnlf 㯅
23362 vnor 㯆
23363 veer 㯇
23364 vv;n 㯈
23365 veli 㯉
23366 vae, 㯊
23367 qvam 㯋
23368 va.n 㯌
23369 vxmh 㯍
23370 vx.h 㯍
23371 vyv 㯎
23372 rbsv 㯏
23373 tzqv 㯐
23374 vtgx 㯑
23375 v.js 㯒
23376 vi;b 㯓
23377 lqlv 㯔
23378 vrao 㯕
23379 vf/n 㯖
23380 vev 㯗
23381 vzu. 㯙
23382 vyx. 㯙
23383 vli; 㯚
23384 vvea 㯛
23385 vfyf 㯜
23386 vs.; 㯝
23387 vx;u 㯞
23388 vvwc 㯟
23389 vvtc 㯟
23390 vyxf 㯠
23391 vkcs 㯡
23392 vtsk 㯢
23393 vfkv 㯣
23394 vkkk 㯤
23395 vpvp 㯥
23396 vrav 㯦
23397 vrc; 㯧
23398 va/, 㯨
23399 bbbg 㯩
23400 vzib 㯪
23401 vzkb 㯪
23402 vea. 㯫
23403 vvtb 㯬
23404 vepb 㯭
23405 v/l/ 㯮
23406 v.qm 㯯
23407 v/fa 㯰
23408 v/fs 㯰
23409 vfl. 㯳
23410 vfn; 㯴
23411 vfop 㯵
23412 v.h. 㯶
23413 vkcz 㯷
23414 vtdu 㯸
23415 va/h 㯹
23416 qdtv 㯺
23417 vfru 㯼
23418 vnbm 㯽
23419 vqpn 㯾
23420 vw/w 㯿
23421 vwpw 㯿
23422 vlvc 㰀
23423 vggg 㰁
23424 vnlp 㰂
23425 vlpx 㰃
23426 vmax 㰄
23427 vykn 㰅
23428 vrex 㰇
23429 vvqn 㰈
23430 vaxv 㰉
23431 vrk, 㰊
23432 vecm 㰋
23433 vzky 㰌
23434 yuqv 㰍
23435 vdkd 㰎
23436 vly; 㰏
23437 vtzn 㰐
23438 vnnv 㰑
23439 vo.f 㰒
23440 vqdm 㰓
23441 vy,b 㰔
23442 v,yb 㰔
23443 vzec 㰗
23444 vw,f 㰘
23445 vt,f 㰘
23446 vrzy 㰙
23447 vy.y 㰚
23448 vflv 㰛
23449 vfxv 㰛
23450 vqjm 㰜
23451 vfum 㰜
23452 vfjm 㰜
23453 tsjk 㰝
23454 oask 㰟
23455 ysjk 㰠
23456 kejk 㰡
23457 afjk 㰢
23458 afak 㰢
23459 qdjk 㰤
23460 rsjk 㰥
23461 rxjk 㰦
23462 x;jk 㰧
23463 ;kjk 㰨
23464 rrjk 㰪
23465 osjk 㰫
23466 lpjk 㰬
23467 qijk 㰯
23468 zkkk 㰰
23469 lapk 㰱
23470 qaxk 㰲
23471 aeak 㰳
23472 ykkk 㰵
23473 .k;k 㰶
23474 .c;k 㰶
23475 amqk 㰷
23476 i;kk 㰸
23477 zqxk 㰹
23478 etbk 㰺
23479 qzkk 㰼
23480 qpwk 㰽
23481 lphk 㰾
23482 .xzk 㰿
23483 ldlk 㱀
23484 ddak 㱁
23485 ntck 㱂
23486 igak 㱃
23487 khgk 㱃
23488 itpk 㱃
23489 khtk 㱃
23490 p,jk 㱄
23491 vqik 㱅
23492 eqik 㱆
23493 fkkk 㱇
23494 rkkk 㱇
23495 vvak 㱈
23496 caik 㱉
23497 aluk 㱊
23498 zkyk 㱋
23499 aeak 㱌
23500 /cuk 㱎
23501 aaeh 㱐
23502 aahe 㱐
23503 eib 㱓
23504 ekhb 㱓
23505 etjd 㱕
23506 eykf 㱖
23507 eljh 㱗
23508 amag 㱙
23509 amu 㱚
23510 amam 㱛
23511 amc 㱜
23512 amqb 㱝
23513 amy 㱞
23514 amtb 㱟
23515 amf; 㱠
23516 amos 㱡
23517 amhx 㱢
23518 am.w 㱣
23519 amvo 㱤
23520 amr. 㱥
23521 amzd 㱦
23522 amns 㱧
23523 amnc 㱨
23524 amfz 㱩
23525 amtp 㱪
23526 amv/ 㱫
23527 ampx 㱬
23528 amob 㱭
23529 amdi 㱯
23530 amnf 㱰
23531 amox 㱱
23532 amiu 㱲
23533 fpzm 㱳
23534 amfm 㱵
23535 amr. 㱶
23536 amkv 㱷
23537 ambf 㱸
23538 amze 㱹
23539 ameu 㱺
23540 amyf 㱻
23541 amyz 㱻
23542 tssb 㱼
23543 jssb 㱽
23544 rjab 㱿
23545 zaab 㲀
23546 nkqb 㲁
23547 cj;b 㲂
23548 epqb 㲃
23549 nr;b 㲅
23550 nf;b 㲅
23551 rbsb 㲆
23552 rbsh 㲇
23553 vaob 㲉
23554 eglb 㲊
23555 ebab 㲊
23556 j;qq 㲋
23557 lqlg 㲌
23558 lqgl 㲌
23559 fblq 㲍
23560 dlq 㲏
23561 lqig 㲐
23562 lqkg 㲐
23563 lqc 㲑
23564 l;lq 㲒
23565 lqzx 㲓
23566 yflq 㲔
23567 .fhq 㲕
23568 culq 㲖
23569 .gfq 㲗
23570 mlq 㲘
23571 lqzo 㲙
23572 lqyo 㲙
23573 cclq 㲚
23574 oz;q 㲛
23575 ,,lq 㲜
23576 lqky 㲝
23577 ykkq 㲞
23578 fjzq 㲟
23579 vaaq 㲡
23580 gjfq 㲢
23581 odbq 㲣
23582 yplq 㲤
23583 ytdq 㲤
23584 ntdq 㲥
23585 lqb/ 㲧
23586 faeq 㲨
23587 lqpb 㲩
23588 bqiq 㲪
23589 caiq 㲫
23590 ky,q 㲬
23591 ,,,q 㲭
23592 lql; 㲮
23593 qdtq 㲯
23594 nnuq 㲰
23595 lqww 㲱
23596 pppq 㲲
23597 oasz 㲳
23598 o;d 㲴
23599 oeph 㲶
23600 cjh 㲽
23601 cax 㳀
23602 czk 㳁
23603 ckx 㳂
23604 clsf 㳃
23605 cslf 㳃
23606 chf 㳆
23607 coa 㳋
23608 cpd 㳌
23609 czjd 㳍
23610 cxf 㳎
23611 c;. 㳏
23612 cvs 㳐
23613 cz; 㳓
23614 cbfh 㳔
23615 ciaa 㳕
23616 cylx 㳖
23617 c.hr 㳗
23618 ch.r 㳗
23619 czs 㳘
23620 cyxs 㳘
23621 cxu 㳙
23622 czhx 㳚
23623 ckv 㳜
23624 ckar 㳝
23625 cklr 㳝
23626 ck;d 㳞
23627 cfhn 㳡
23628 clze 㳢
23629 crlq 㳣
23630 chfh 㳤
23631 carf 㳥
23632 cafx 㳦
23633 caes 㳧
23634 cwam 㳨
23635 cqjy 㳩
23636 cz; 㳪
23637 cogc 㳬
23638 c;v 㳭
23639 cbc 㳮
23640 cyf 㳯
23641 czf 㳰
23642 cyxf 㳰
23643 ctp 㳱
23644 cczh 㳲
23645 cf;s 㳳
23646 cnlr 㳴
23647 clvf 㳵
23648 c.gs 㳶
23649 cl.p 㳷
23650 cfkq 㳸
23651 cvar 㳹
23652 coof 㳺
23653 crp 㳻
23654 qaxc 㳼
23655 ctgc 㳽
23656 cirs 㳾
23657 cizs 㳾
23658 czv 㳿
23659 clzd 㴁
23660 cqjr 㴂
23661 cgc 㴃
23662 cpk; 㴄
23663 cpk; 㴅
23664 ctjd 㴆
23665 coad 㴈
23666 cxxa 㴉
23667 cide 㴊
23668 ctcd 㴋
23669 ctdk 㴋
23670 cwf; 㴌
23671 cgfk 㴍
23672 cgfb 㴍
23673 czac 㴎
23674 cjag 㴐
23675 cnid 㴑
23676 cycf 㴒
23677 cpn 㴓
23678 cjtn 㴔
23679 cflv 㴕
23680 crf 㴖
23681 ca/w 㴗
23682 cpj 㴘
23683 cafo 㴙
23684 clfo 㴙
23685 ci. 㴚
23686 cax. 㴛
23687 cgjf 㴜
23688 lvec 㴝
23689 c.dp 㴞
23690 czpf 㴟
23691 cgdd 㴠
23692 clvp 㴡
23693 cckd 㴢
23694 cczg 㴣
23695 cvyr 㴤
23696 cdcu 㴥
23697 cn;; 㴦
23698 cljn 㴧
23699 cuiz 㴨
23700 cw;s 㴩
23701 cljv 㴪
23702 ctlt 㴫
23703 c.fh 㴬
23704 cnkj 㴭
23705 cbcu 㴮
23706 cuqp 㴯
23707 cxuq 㴰
23708 c.es 㴲
23709 cqzh 㴳
23710 cqz. 㴳
23711 c,ss 㴴
23712 cnlu 㴵
23713 caes 㴷
23714 cek 㴸
23715 c,n 㴹
23716 cczk 㴺
23717 cqih 㴻
23718 cnkp 㴼
23719 cl,n 㴽
23720 cadm 㴿
23721 choz 㵀
23722 cfzo 㵁
23723 cfyo 㵁
23724 cnr, 㵂
23725 c/nq 㵃
23726 cigm 㵅
23727 ckhm 㵅
23728 cpo; 㵆
23729 cafa 㵇
23730 clfa 㵇
23731 ccw; 㵈
23732 ccvv 㵉
23733 cpab 㵊
23734 c/m 㵋
23735 c..j 㵌
23736 cen 㵍
23737 ceu 㵎
23738 cfyf 㵏
23739 czik 㵐
23740 cb;m 㵑
23741 ctgm 㵒
23742 cnpc 㵓
23743 czrp 㵔
23744 czrh 㵔
23745 cxxc 㵕
23746 cw;x 㵖
23747 kg,c 㵗
23748 cccc 㵘
23749 cr;; 㵙
23750 cir; 㵛
23751 ccff 㵜
23752 cyl; 㵝
23753 clvn 㵞
23754 cos. 㵟
23755 cnkd 㵠
23756 czls 㵡
23757 cplk 㵣
23758 cnnu 㵥
23759 cfrv 㵩
23760 cirk 㵪
23761 cgfp 㵫
23762 culu 㵬
23763 cugu 㵬
23764 crl, 㵭
23765 czrf 㵮
23766 csa, 㵯
23767 csl, 㵯
23768 cozk 㵰
23769 ca/h 㵱
23770 corq 㵲
23771 cnb. 㵳
23772 czsx 㵴
23773 cxax 㵴
23774 cae. 㵵
23775 caek 㵵
23776 crkx 㵶
23777 yfcf 㵷
23778 cdfz 㵹
23779 cllf 㵺
23780 cuob 㵻
23781 cjo, 㵼
23782 cppp 㵽
23783 crus 㵾
23784 clpp 㵿
23785 cub. 㶀
23786 c.fs 㶁
23787 cco, 㶃
23788 cejo 㶄
23789 co.f 㶅
23790 cyrp 㶆
23791 cyrh 㶆
23792 cvrk 㶇
23793 c,,/ 㶈
23794 c.xa 㶉
23795 cqdm 㶊
23796 ccar 㶋
23797 caew 㶌
23798 cu,f 㶍
23799 c/qn 㶎
23800 ct.n 㶏
23801 cnkn 㶐
23802 ceg, 㶒
23803 cfzx 㶓
23804 cfxx 㶓
23805 cfax 㶓
23806 c//z 㶔
23807 clep 㶕
23808 ckd, 㶖
23809 cccr 㶙
23810 ca/u 㶚
23811 caju 㶚
23812 chok 㶛
23813 cbie 㶜
23814 cble 㶜
23815 ccnn 㶝
23816 cpyx 㶞
23817 cppx 㶟
23818 cg,f 㶠
23819 ,ls 㶢
23820 ,sl 㶢
23821 ,af 㶥
23822 ,bgd 㶦
23823 zk, 㶫
23824 ,xb 㶭
23825 ajk, 㶮
23826 ,odj 㶯
23827 ,olj 㶯
23828 ,ra 㶰
23829 tf, 㶳
23830 ,mm 㶴
23831 ,jlx 㶶
23832 ,bbb 㶸
23833 ,qc 㶹
23834 ,az; 㶺
23835 .f, 㶻
23836 ,xoz 㶼
23837 ,;jk 㶽
23838 a/a, 㶾
23839 ,fjf 㶿
23840 ,,sh 㷀
23841 ,,sf 㷀
23842 ,,sz 㷀
23843 ,bjf 㷁
23844 qdt, 㷂
23845 ,lef 㷆
23846 mmz, 㷇
23847 ,zps 㷈
23848 ,tjd 㷌
23849 ,ijf 㷍
23850 ,pls 㷎
23851 lvo, 㷏
23852 ,or 㷐
23853 ,pm 㷒
23854 ,l.n 㷓
23855 ,.dp 㷔
23856 ip, 㷕
23857 p,j; 㷖
23858 det, 㷗
23859 ,x;v 㷘
23860 ,y;d 㷚
23861 ,ycz 㷜
23862 ,nkh 㷝
23863 ,zpf 㷞
23864 ,len 㷟
23865 jqt, 㷡
23866 irl, 㷢
23867 izq, 㷢
23868 ,irf 㷣
23869 va,b 㷤
23870 ,,ga 㷥
23871 ae,, 㷦
23872 ,zlc 㷧
23873 ,d.f 㷨
23874 dqd, 㷩
23875 ,kyg 㷪
23876 ,kyl 㷪
23877 rbs, 㷫
23878 .fn, 㷭
23879 ,rzf 㷯
23880 ,y.m 㷰
23881 xur, 㷱
23882 ,opb 㷲
23883 zlv, 㷴
23884 ,p, 㷵
23885 krl, 㷶
23886 ,tsk 㷷
23887 ,fef 㷹
23888 jo., 㷺
23889 ,or, 㷻
23890 ,ir; 㷽
23891 ,if; 㷽
23892 ,ea. 㷾
23893 ,i;k 㷿
23894 ,y;r 㸀
23895 ,cav 㸁
23896 i.n, 㸂
23897 pe;, 㸃
23898 ,yke 㸄
23899 ,lbj 㸅
23900 ,o;e 㸆
23901 ,zzm 㸇
23902 kyk, 㸈
23903 ,yf, 㸉
23904 yf,, 㸉
23905 ,v;m 㸊
23906 m,lp 㸋
23907 ,zky 㸌
23908 ,eqx 㸍
23909 ,aee 㸎
23910 rzk, 㸐
23911 lilj 㸔
23912 .dkb 㸕
23913 k.ua 㸖
23914 k.jq 㸗
23915 k./d 㸘
23916 k.rp 㸙
23917 xnkq 㸜
23918 ds, 㸠
23919 dov 㸡
23920 drlf 㸢
23921 yfdf 㸤
23922 qdk 㸦
23923 ofsd 㸨
23924 ofaf 㸩
23925 ofed 㸪
23926 ofdd 㸪
23927 ofo 㸫
23928 ofad 㸬
23929 ofyd 㸬
23930 ofts 㸭
23931 ofkj 㸮
23932 ofhf 㸯
23933 ofnq 㸰
23934 ofos 㸱
23935 ofoe 㸲
23936 ofib 㸳
23937 ofr; 㸵
23938 fjof 㸷
23939 rjof 㸷
23940 of.q 㸸
23941 of.h 㸹
23942 cclf 㸺
23943 ofxz 㸻
23944 of.f 㸼
23945 ofm 㸽
23946 ofjn 㸾
23947 ofvs 㸿
23948 offf 㹀
23949 ofyc 㹁
23950 qdtf 㹂
23951 eeof 㹃
23952 ofp. 㹄
23953 ofln 㹅
23954 ofjq 㹆
23955 ofzc 㹉
23956 ofjy 㹊
23957 ofk. 㹋
23958 ofnr 㹌
23959 ofrr 㹏
23960 .kkf 㹐
23961 ofax 㹑
23962 ofcz 㹒
23963 ofrs 㹓
23964 ofaa 㹔
23965 aasf 㹕
23966 ofk. 㹖
23967 ofze 㹘
23968 of,j 㹙
23969 of,; 㹚
23970 ofa. 㹛
23971 .oas 㹝
23972 .tk 㹟
23973 .ads 㹠
23974 .yx 㹡
23975 .b; 㹢
23976 ..h 㹣
23977 .rx 㹤
23978 .jz 㹧
23979 .pf 㹨
23980 .br 㹩
23981 .jja 㹪
23982 .jf 㹪
23983 .ztg 㹫
23984 .q. 㹬
23985 .px 㹭
23986 .cas 㹰
23987 .;c 㹱
23988 .rlf 㹲
23989 .at; 㹳
23990 .ap. 㹴
23991 .lrb 㹶
23992 .arb 㹶
23993 .ntk 㹹
23994 .lvw 㹻
23995 .l, 㹼
23996 .axx 㹽
23997 ..k; 㹾
23998 ..c; 㹾
23999 .epf 㹿
24000 .l.n 㺀
24001 .wl. 㺁
24002 .wlm 㺁
24003 .wlh 㺁
24004 .zqx 㺂
24005 .fl; 㺃
24006 .jzz 㺅
24007 .yzm 㺆
24008 .qdh 㺇
24009 .da/ 㺈
24010 vazb 㺉
24011 .irn 㺊
24012 .kxb 㺋
24013 .itc 㺌
24014 .nok 㺍
24015 .ntf 㺎
24016 .wpv 㺐
24017 .xx. 㺑
24018 .bb. 㺒
24019 .rm 㺓
24020 .hl, 㺔
24021 ..l, 㺔
24022 .l,p 㺕
24023 .qe. 㺖
24024 .te. 㺖
24025 .ky, 㺘
24026 .nsm 㺙
24027 .npm 㺙
24028 .rin 㺚
24029 .g,f 㺛
24030 .pfx 㺜
24031 .pex 㺜
24032 .qdu 㺝
24033 .ozk 㺞
24034 .bby 㺟
24035 .nkk 㺠
24036 .zle 㺡
24037 .zky 㺢
24038 .eqx 㺣
24039 .kkx 㺤
24040 .j;h 㺥
24041 .aew 㺦
24042 .;;; 㺧
24043 arc 㺪
24044 are 㺫
24045 arsh 㺬
24046 arsf 㺬
24047 arsz 㺬
24048 argf 㺭
24049 arz 㺯
24050 klgh 㺱
24051 kglh 㺱
24052 argr 㺲
24053 arhf 㺶
24054 arvh 㺷
24055 kshh 㺸
24056 arxf 㺹
24057 arj 㺺
24058 aryd 㺻
24059 argc 㺼
24060 arza 㺽
24061 arp; 㻁
24062 arlf 㻂
24063 pfah 㻃
24064 peah 㻃
24065 arix 㻅
24066 arxu 㻆
24067 arir 㻇
24068 ar.q 㻈
24069 arec 㻉
24070 arv; 㻋
24071 ariv 㻌
24072 ar;z 㻍
24073 zarr 㻎
24074 art, 㻏
24075 arx. 㻐
24076 arlf 㻑
24077 arpv 㻒
24078 arbd 㻕
24079 eeah 㻗
24080 arnd 㻘
24081 aryu 㻙
24082 aruu 㻚
24083 arkc 㻜
24084 arve 㻝
24085 argf 㻞
24086 arnh 㻠
24087 arrv 㻡
24088 arhs 㻢
24089 arf; 㻤
24090 arpm 㻦
24091 armv 㻧
24092 qdth 㻨
24093 aric 㻩
24094 arkg 㻪
24095 arpf 㻫
24096 arzg 㻬
24097 armc 㻮
24098 arei 㻯
24099 arft 㻰
24100 ar.n 㻱
24101 arpw 㻲
24102 arfe 㻳
24103 arpb 㻴
24104 arlf 㻶
24105 arvj 㻷
24106 ga.h 㻹
24107 zlvh 㻺
24108 arkd 㻽
24109 ar// 㻿
24110 arrn 㼀
24111 arix 㼁
24112 ozjh 㼂
24113 arww 㼃
24114 arnk 㼅
24115 ar,h 㼆
24116 ar/y 㼈
24117 adsk 㼊
24118 f;.k 㼋
24119 .xkk 㼌
24120 fk.k 㼍
24121 .w.k 㼏
24122 gjfk 㼐
24123 v/.k 㼑
24124 .xkc 㼓
24125 /u.k 㼔
24126 pu.k 㼔
24127 cj;k 㼕
24128 adqh 㼗
24129 jdqh 㼙
24130 ysqh 㼚
24131 afqh 㼛
24132 afah 㼛
24133 jzqh 㼜
24134 mgsh 㼝
24135 aiqh 㼞
24136 lpqh 㼟
24137 nqqh 㼠
24138 ovqh 㼡
24139 qd;h 㼢
24140 alph 㼣
24141 fjqh 㼤
24142 rjqh 㼤
24143 rlah 㼥
24144 qshh 㼦
24145 bjfh 㼧
24146 ig;h 㼨
24147 khgh 㼨
24148 zgxh 㼩
24149 zkkh 㼪
24150 pvqh 㼫
24151 re;h 㼭
24152 atdh 㼮
24153 vpqh 㼯
24154 pmqh 㼴
24155 pach 㼵
24156 iueh 㼶
24157 dalh 㼷
24158 nkkh 㼸
24159 fysh 㼹
24160 ntdh 㼺
24161 .kkh 㼻
24162 a/ah 㼼
24163 z..h 㼽
24164 yprh 㼿
24165 zlvh 㽁
24166 i;bh 㽂
24167 l,ph 㽃
24168 rakh 㽄
24169 bqih 㽅
24170 o..h 㽇
24171 qdth 㽉
24172 y,,h 㽊
24173 ,y,h 㽊
24174 yxxh 㽋
24175 xyxh 㽋
24176 zohh 㽌
24177 raqh 㽍
24178 rqks 㽎
24179 ci;a 㽏
24180 raic 㽐
24181 raaf 㽑
24182 pbor 㽒
24183 ca.r 㽔
24184 pfg 㽕
24185 pxs 㽙
24186 pof 㽚
24187 mgsp 㽜
24188 amep 㽝
24189 ;;p 㽞
24190 p.fh 㽟
24191 pzkk 㽠
24192 plpf 㽡
24193 pl, 㽤
24194 pbgv 㽥
24195 pfxx 㽧
24196 pixx 㽧
24197 pirq 㽨
24198 pizq 㽨
24199 pxx. 㽩
24200 pk/p 㽪
24201 yxkp 㽫
24202 ysxp 㽫
24203 qpqp 㽬
24204 pdk; 㽯
24205 uugc 㽰
24206 hsd 㽱
24207 hag 㽲
24208 haf 㽳
24209 hzk 㽴
24210 hts 㽶
24211 hjs 㽸
24212 hzb 㽹
24213 h.b 㽹
24214 hlb 㽺
24215 hgk 㽺
24216 hfb 㽻
24217 htgd 㽼
24218 hf; 㽽
24219 hdd 㽾
24220 h.xk 㽿
24221 hrx 㾀
24222 hvh 㾁
24223 hx; 㾂
24224 hnq 㾃
24225 hpf 㾄
24226 hlgl 㾅
24227 hagl 㾅
24228 hjr 㾆
24229 hkfh 㾈
24230 hib 㾉
24231 hkhb 㾉
24232 hvj 㾊
24233 hkv 㾋
24234 hale 㾍
24235 hda 㾎
24236 hame 㾐
24237 hi; 㾑
24238 hw; 㾒
24239 h;u 㾓
24240 h;l; 㾔
24241 h;; 㾔
24242 hyf 㾕
24243 hpr 㾖
24244 hhtx 㾗
24245 hap. 㾘
24246 h.zd 㾙
24247 htjb 㾛
24248 hzkk 㾜
24249 hap 㾞
24250 hec 㾟
24251 h.ar 㾠
24252 hrxj 㾡
24253 hvkk 㾢
24254 hnkq 㾤
24255 heab 㾥
24256 hy; 㾦
24257 hpv 㾧
24258 hzqd 㾨
24259 hlfq 㾩
24260 hclj 㾪
24261 hgjf 㾫
24262 hqqp 㾬
24263 hlv, 㾭
24264 hlpr 㾮
24265 hpax 㾯
24266 hf;u 㾰
24267 hbas 㾱
24268 hrh. 㾲
24269 hrl. 㾲
24270 haaw 㾳
24271 hkjw 㾳
24272 hvua 㾴
24273 hyf 㾵
24274 hmu 㾶
24275 h.es 㾷
24276 hy;; 㾸
24277 heqv 㾹
24278 hg, 㾺
24279 htiv 㾻
24280 htxn 㾼
24281 hlen 㾽
24282 hitc 㾾
24283 hhbt 㾿
24284 harr 㿀
24285 hlpa 㿁
24286 hda. 㿂
24287 hrjd 㿃
24288 hqob 㿄
24289 h.ec 㿅
24290 hlvx 㿆
24291 hbbp 㿇
24292 hxky 㿈
24293 hsxy 㿈
24294 h;dm 㿉
24295 hqsp 㿊
24296 h;;v 㿋
24297 hi;k 㿌
24298 hjjf 㿍
24299 hjjq 㿍
24300 hffm 㿎
24301 htlf 㿏
24302 hrcm 㿐
24303 hbby 㿑
24304 hrgh 㿒
24305 hppp 㿔
24306 hejo 㿕
24307 hepu 㿖
24308 h,,; 㿘
24309 h//z 㿙
24310 h/xy 㿚
24311 hajq 㿛
24312 lpx 㿝
24313 lplq 㿞
24314 lpcs 㿠
24315 lps, 㿡
24316 pulp 㿢
24317 lpps 㿣
24318 lpzp 㿤
24319 lpjy 㿥
24320 lprh 㿧
24321 lpze 㿨
24322 lpc, 㿩
24323 tblh 㿪
24324 tbsh 㿪
24325 qqtb 㿫
24326 tbts 㿬
24327 ohtb 㿭
24328 jztb 㿮
24329 i;tb 㿯
24330 ootb 㿱
24331 tbwp 㿳
24332 zaeb 㿴
24333 tbaz 㿵
24334 ykjb 㿶
24335 irlb 㿷
24336 izqb 㿷
24337 tbpb 㿸
24338 tbrn 㿹
24339 prkb 㿺
24340 afau 㿼
24341 kagu 㿽
24342 igu 㿽
24343 nadu 㿾
24344 cgsu 䀀
24345 zuu 䀁
24346 nwu 䀂
24347 a.u 䀃
24348 nnlu 䀄
24349 yhru 䀅
24350 f;ou 䀇
24351 bqsu 䀈
24352 lpqu 䀈
24353 lz;u 䀉
24354 cbbu 䀊
24355 roeu 䀋
24356 ypfu 䀍
24357 jag 䀎
24358 jbh 䀑
24359 jlf 䀒
24360 jlsh 䀓
24361 jslh 䀓
24362 jjh 䀔
24363 jjk 䀔
24364 jtgd 䀕
24365 jaz 䀖
24366 jaff 䀘
24367 jqj 䀙
24368 joj 䀚
24369 jl. 䀛
24370 l.j 䀜
24371 jqq 䀝
24372 jtge 䀟
24373 je; 䀡
24374 jnl 䀣
24375 mcj 䀤
24376 joc 䀥
24377 jf; 䀦
24378 jaf; 䀨
24379 jlf; 䀨
24380 j.ad 䀪
24381 ji; 䀫
24382 jir 䀬
24383 jyxk 䀭
24384 jyso 䀮
24385 jqh 䀯
24386 jkk; 䀰
24387 j.f 䀱
24388 josz 䀲
24389 jawq 䀴
24390 jxoz 䀵
24391 jhtx 䀶
24392 jrxb 䀷
24393 jzkk 䀹
24394 kd.j 䀺
24395 jpfg 䀻
24396 jzax 䀼
24397 jleb 䀽
24398 gbj 䀾
24399 joo 䀿
24400 joo 䁀
24401 jy;c 䁁
24402 qdtj 䁂
24403 jrlx 䁃
24404 jrif 䁄
24405 jgfu 䁅
24406 jzps 䁆
24407 nnlj 䁇
24408 g.j 䁈
24409 gaxj 䁉
24410 jbhj 䁊
24411 jrsv 䁋
24412 jpu 䁌
24413 jzqx 䁍
24414 jy;d 䁎
24415 ja/w 䁏
24416 jfjz 䁐
24417 jpa. 䁑
24418 j;ae 䁒
24419 j.d. 䁓
24420 j.ab 䁔
24421 jtsp 䁕
24422 j,w 䁖
24423 jdqi 䁗
24424 jmod 䁘
24425 j.od 䁘
24426 jpnw 䁙
24427 j;m 䁚
24428 jox 䁛
24429 jpcs 䁜
24430 ,,jj 䁝
24431 kkkj 䁞
24432 jirq 䁟
24433 jizq 䁟
24434 jitc 䁠
24435 jek 䁡
24436 jhoc 䁢
24437 jzfh 䁣
24438 jyk; 䁤
24439 jqf; 䁥
24440 jeua 䁦
24441 jrz 䁧
24442 jy;t 䁨
24443 ju, 䁩
24444 jqo 䁪
24445 jp, 䁫
24446 jk/p 䁬
24447 jzhh 䁭
24448 jqsp 䁮
24449 ji;b 䁯
24450 jrrs 䁱
24451 j/m 䁲
24452 jfzf 䁳
24453 jfzh 䁳
24454 jypa 䁴
24455 j/qx 䁵
24456 jlp. 䁶
24457 jpfx 䁸
24458 jpex 䁸
24459 jb;f 䁹
24460 j/rf 䁺
24461 jp,r 䁼
24462 jw/w 䁽
24463 jwpw 䁽
24464 jf/x 䁾
24465 p,zj 䁿
24466 jirx 䂀
24467 jjjy 䂂
24468 j./h 䂃
24469 jjjb 䂄
24470 jyx/ 䂅
24471 jxy/ 䂅
24472 bgdh 䂆
24473 bgdz 䂉
24474 f;qv 䂋
24475 bgdc 䂍
24476 ozj; 䂏
24477 ozdd 䂐
24478 ozeq 䂑
24479 ozr; 䂒
24480 ozrf 䂔
24481 ozw. 䂕
24482 ak; 䂖
24483 gbh 䂘
24484 g.. 䂚
24485 gbgd 䂛
24486 gax 䂝
24487 b;g 䂟
24488 goz 䂠
24489 goa 䂡
24490 g.h 䂢
24491 geq 䂣
24492 gkfh 䂤
24493 gtss 䂥
24494 gk. 䂦
24495 gjc 䂧
24496 goh 䂨
24497 gpz 䂩
24498 gs, 䂪
24499 g.q 䂫
24500 qshg 䂬
24501 gyk. 䂭
24502 fbg 䂮
24503 gnr 䂯
24504 glve 䂰
24505 gk;s 䂱
24506 rxbg 䂲
24507 gkkr 䂳
24508 gqm 䂵
24509 grxb 䂶
24510 glfq 䂷
24511 gqax 䂸
24512 gm, 䂹
24513 gqx 䂻
24514 gign 䂼
24515 gkhn 䂼
24516 gepf 䂽
24517 gvkk 䂾
24518 gcp 䂿
24519 gatw 䃀
24520 gaea 䃁
24521 gpqq 䃂
24522 gjis 䃃
24523 gy;c 䃄
24524 gkpf 䃅
24525 grak 䃆
24526 glpd 䃇
24527 gqqp 䃈
24528 gtsp 䃉
24529 gfua 䃊
24530 giue 䃋
24531 ga/r 䃌
24532 gi. 䃍
24533 gzmm 䃎
24534 gpor 䃏
24535 gnkh 䃐
24536 glmb 䃑
24537 grjr 䃓
24538 gn;; 䃔
24539 ,,jg 䃕
24540 gl, 䃖
24541 gwce 䃗
24542 gqdr 䃘
24543 gyqq 䃙
24544 ghoz 䃚
24545 gqn 䃛
24546 qozg 䃜
24547 y;gg 䃞
24548 gru. 䃟
24549 ghoc 䃠
24550 gqsp 䃡
24551 gijk 䃢
24552 ghl, 䃣
24553 g.l, 䃣
24554 gtde 䃤
24555 gted 䃤
24556 gypr 䃥
24557 y;gg 䃦
24558 t.ag 䃧
24559 gtg/ 䃨
24560 gpfx 䃩
24561 gpex 䃩
24562 gypa 䃪
24563 gjzy 䃫
24564 gdox 䃬
24565 gzqx 䃭
24566 gzqn 䃭
24567 grin 䃮
24568 gklv 䃯
24569 gnmc 䃰
24570 grex 䃱
24571 glmu 䃲
24572 gw/w 䃳
24573 gwpw 䃳
24574 gyrp 䃴
24575 gyrh 䃴
24576 gygx 䃵
24577 gy/x 䃶
24578 gyuh 䃷
24579 gyuf 䃷
24580 gyuz 䃷
24581 gkkx 䃸
24582 gev/ 䃹
24583 gnve 䃺
24584 gzru 䃻
24585 yhc 䃼
24586 yhfb 䃽
24587 yhqq 䃾
24588 yhz 䃿
24589 yhrs 䄁
24590 yhpf 䄂
24591 yhjz 䄃
24592 yhpz 䄄
24593 yha; 䄆
24594 yhl; 䄆
24595 yh;r 䄇
24596 yhqi 䄈
24597 yhlx 䄉
24598 yhrn 䄊
24599 yhzs 䄋
24600 yhrp 䄍
24601 yhzd 䄎
24602 ddas 䄐
24603 yhop 䄑
24604 yhkn 䄒
24605 yhlr 䄓
24606 yhlm 䄔
24607 yhcp 䄕
24608 yhiw 䄖
24609 yhie 䄖
24610 yhyh 䄘
24611 yhjk 䄙
24612 yhpw 䄛
24613 yhym 䄜
24614 yhzo 䄝
24615 yhmc 䄞
24616 lqlc 䄟
24617 yhya 䄠
24618 yhjy 䄡
24619 yhye 䄢
24620 yhrm 䄣
24621 yhvm 䄤
24622 yhzk 䄥
24623 lvgd 䄦
24624 lvaf 䄨
24625 lvax 䄩
24626 lvlh 䄪
24627 lvts 䄫
24628 lvgs 䄬
24629 lvz 䄮
24630 lvaf 䄯
24631 lvql 䄰
24632 lvh 䄱
24633 lvjk 䄲
24634 lvq 䄵
24635 lvte 䄶
24636 lvg 䄷
24637 lvlp 䄸
24638 lvkf 䄹
24639 lvzg 䄺
24640 lvak 䄼
24641 lva/ 䄽
24642 lvax 䄾
24643 lvae 䅀
24644 nwlv 䅁
24645 lv.; 䅂
24646 qshv 䅃
24647 lvbb 䅄
24648 lvak 䅆
24649 a/lv 䅇
24650 izlv 䅈
24651 kzlv 䅈
24652 lvaa 䅉
24653 lvjs 䅋
24654 lv;u 䅌
24655 lvlb 䅍
24656 lvab 䅍
24657 lvjs 䅐
24658 lv.w 䅑
24659 lvlb 䅓
24660 lvwp 䅔
24661 lvb; 䅕
24662 lvzs 䅖
24663 lvlw 䅗
24664 lvvk 䅘
24665 lvis 䅚
24666 lvof 䅜
24667 lvph 䅞
24668 lvam 䅡
24669 lvlr 䅣
24670 lvao 䅤
24671 lvlo 䅤
24672 lvfp 䅦
24673 lvyp 䅧
24674 lvlp 䅨
24675 lvyc 䅫
24676 lviu 䅬
24677 lvyh 䅭
24678 lvi; 䅮
24679 lvn; 䅯
24680 lvpn 䅰
24681 lvdi 䅱
24682 lvld 䅳
24683 lvfx 䅴
24684 lvi, 䅵
24685 lvzh 䅶
24686 lvfv 䅷
24687 lvff 䅸
24688 lvpw 䅹
24689 lvac 䅺
24690 lvym 䅻
24691 lvpb 䅼
24692 rbsv 䅽
24693 lvff 䅿
24694 lvrf 䅿
24695 lvp, 䆀
24696 lv/f 䆁
24697 lvnc 䆂
24698 lvya 䆄
24699 lvam 䆅
24700 lv;v 䆆
24701 lvbn 䆈
24702 lv/q 䆉
24703 lvek 䆊
24704 lvjt 䆋
24705 lvja 䆋
24706 lvly 䆌
24707 lvyq 䆍
24708 lvkx 䆎
24709 lv,k 䆏
24710 nkad 䆑
24711 nksh 䆒
24712 nkxs 䆓
24713 nk;d 䆔
24714 nktk 䆕
24715 nkzx 䆖
24716 nk;d 䆗
24717 nkpd 䆘
24718 nkae 䆙
24719 nkjq 䆚
24720 nk;q 䆛
24721 nkzu 䆜
24722 nklu 䆝
24723 nkpq 䆞
24724 nki; 䆟
24725 nkqd 䆠
24726 nkhx 䆡
24727 nkok 䆢
24728 nkzx 䆣
24729 nk. 䆤
24730 nka. 䆥
24731 nk,, 䆦
24732 nklw 䆧
24733 nkpz 䆨
24734 nkjz 䆩
24735 nk;m 䆬
24736 nkqf 䆭
24737 nkcb 䆮
24738 nkbw 䆯
24739 nkq; 䆰
24740 nkc, 䆱
24741 nknc 䆲
24742 nkan 䆳
24743 nkjs 䆴
24744 nkkp 䆵
24745 nkb; 䆷
24746 nkbi 䆸
24747 nkyr 䆹
24748 nklp 䆺
24749 nkq. 䆻
24750 nkt. 䆻
24751 nkmn 䆼
24752 nke. 䆽
24753 nkqu 䆾
24754 nkxv 䆿
24755 nkre 䇀
24756 nkuf 䇁
24757 yax 䇅
24758 yhf 䇆
24759 ytss 䇇
24760 ybr 䇈
24761 ybq 䇈
24762 ynx 䇊
24763 yrp 䇎
24764 ytc 䇐
24765 bqsy 䇒
24766 lpqy 䇒
24767 .aly 䇓
24768 yuyh 䇔
24769 yuyf 䇔
24770 yuyz 䇔
24771 yzae 䇕
24772 lll 䇖
24773 lkx 䇗
24774 law 䇘
24775 ltgd 䇙
24776 lkc 䇚
24777 ljk 䇜
24778 lax 䇝
24779 lra 䇞
24780 lmb 䇟
24781 lyr 䇠
24782 lnad 䇡
24783 lkc 䇣
24784 lajk 䇤
24785 lae 䇥
24786 ljz 䇦
24787 lapk 䇧
24788 l.q 䇨
24789 lpx 䇩
24790 laxr 䇪
24791 lqdd 䇫
24792 lov 䇬
24793 lrlq 䇭
24794 lkar 䇮
24795 lklr 䇮
24796 lae 䇯
24797 lgca 䇰
24798 lzi 䇲
24799 laik 䇲
24800 laax 䇳
24801 la/ 䇴
24802 lco 䇵
24803 l;le 䇷
24804 l;be 䇷
24805 l;lr 䇸
24806 l;ar 䇸
24807 ltl; 䇹
24808 lqi 䇺
24809 lblq 䇻
24810 l;ts 䇼
24811 loo 䇽
24812 ljfe 䈀
24813 lijf 䈁
24814 lif 䈂
24815 llaf 䈂
24816 lcj; 䈃
24817 lgcd 䈄
24818 lagd 䈄
24819 lgzh 䈆
24820 lepf 䈇
24821 luts 䈈
24822 lyw 䈉
24823 lrk. 䈊
24824 lcp 䈋
24825 lcua 䈌
24826 lysj 䈍
24827 lrsv 䈎
24828 lnz, 䈐
24829 lm; 䈑
24830 lfjf 䈒
24831 lpls 䈓
24832 letb 䈔
24833 lpac 䈕
24834 llvf 䈖
24835 lkx. 䈗
24836 lixx 䈘
24837 lfxx 䈘
24838 lxfh 䈙
24839 lx;n 䈚
24840 lejb 䈛
24841 lktb 䈜
24842 lgcu 䈝
24843 ly;p 䈞
24844 lme 䈟
24845 l.ab 䈠
24846 ll.n 䈡
24847 lx;v 䈢
24848 lae. 䈣
24849 lvra 䈤
24850 ljb 䈥
24851 l.d. 䈦
24852 lhl, 䈧
24853 l.l, 䈧
24854 lttx 䈨
24855 line 䈩
24856 lqjd 䈪
24857 lxjk 䈫
24858 lyl; 䈮
24859 lfuk 䈯
24860 lfjk 䈯
24861 locu 䈰
24862 l.o 䈱
24863 llmb 䈲
24864 lpbb 䈳
24865 lkxb 䈵
24866 lnk; 䈶
24867 lv.; 䈷
24868 ljhf 䈸
24869 lnkp 䈹
24870 lx.h 䈺
24871 luqh 䈻
24872 lnnd 䈼
24873 lnpk 䈿
24874 lnr, 䉀
24875 laeb 䉁
24876 lpx 䉂
24877 lxmh 䉃
24878 lx.h 䉃
24879 ltr. 䉄
24880 lrih 䉅
24881 ll, 䉆
24882 lrqe 䉇
24883 lrae 䉇
24884 lru. 䉈
24885 lj.k 䉉
24886 lxzq 䉊
24887 lwbj 䉋
24888 lti. 䉌
24889 lcjv 䉎
24890 ljjf 䉏
24891 ljjq 䉏
24892 lqf; 䉐
24893 lor, 䉑
24894 ll,p 䉒
24895 lamx 䉔
24896 lk/p 䉕
24897 lqib 䉖
24898 lqkb 䉖
24899 lo;e 䉗
24900 lvnc 䉘
24901 lzax 䉙
24902 l/jh 䉚
24903 lljz 䉛
24904 lozy 䉜
24905 lirx 䉝
24906 lzqn 䉞
24907 lokb 䉟
24908 los. 䉠
24909 lypa 䉡
24910 lrk; 䉢
24911 lol, 䉣
24912 l,w. 䉤
24913 loln 䉥
24914 la/n 䉦
24915 lohe 䉧
24916 ly.b 䉨
24917 lvq; 䉩
24918 lppp 䉪
24919 llvc 䉫
24920 lnbb 䉬
24921 lw/w 䉭
24922 lwpw 䉭
24923 leky 䉮
24924 lqdm 䉯
24925 lmu. 䉰
24926 lyk; 䉱
24927 ltg. 䉲
24928 lu,f 䉳
24929 ly;x 䉴
24930 lkyb 䉶
24931 l;;. 䉷
24932 lyff 䉸
24933 lz;k 䉹
24934 ,oas 䉻
24935 eq, 䉾
24936 ,li 䉿
24937 ,f; 䊀
24938 ,vj 䊂
24939 ,sad 䊃
24940 qsh, 䊄
24941 ,m; 䊅
24942 ,nv 䊉
24943 ,blq 䊊
24944 ,xr 䊋
24945 ,nqq 䊌
24946 ,izs 䊎
24947 ,kzs 䊎
24948 ,cj; 䊑
24949 ,ky 䊒
24950 ,pac 䊓
24951 ,fjf 䊖
24952 ,pfu 䊘
24953 gaf, 䊙
24954 ,len 䊚
24955 ,.vb 䊛
24956 ,zfh 䊜
24957 ,l,n 䊝
24958 ,rjk 䊟
24959 xmf, 䊢
24960 x.f, 䊢
24961 ,vqi 䊦
24962 ,tgm 䊧
24963 yu,s 䊨
24964 ,/ee 䊫
24965 lvp, 䊬
24966 ,yrp 䊰
24967 ,yrh 䊰
24968 ,kkx 䊱
24969 a/,r 䊲
24970 ,nve 䊳
24971 ,lik 䊴
24972 xls 䊵
24973 xsl 䊵
24974 xgds 䊶
24975 xfl 䊷
24976 xaag 䊸
24977 xlf 䊹
24978 xaw 䊺
24979 xtk 䊽
24980 xv 䊾
24981 xys 䋁
24982 x.. 䋂
24983 xlq 䋃
24984 xj. 䋄
24985 xbk 䋇
24986 wbx 䋈
24987 xnk 䋉
24988 xae 䋊
24989 xtss 䋋
24990 xqt 䋌
24991 xpa 䋎
24992 xoe 䋏
24993 xqx 䋐
24994 xbgl 䋒
24995 xjt 䋓
24996 xza 䋔
24997 karx 䋕
24998 klrx 䋕
24999 xtf 䋖
25000 xqdd 䋗
25001 xfk 䋘
25002 xae 䋙
25003 xbb 䋚
25004 gbx 䋜
25005 xnw 䋝
25006 xj.. 䋞
25007 xtsn 䋟
25008 xqh 䋠
25009 xiv 䋡
25010 oox 䋢
25011 rxlh 䋤
25012 xpr 䋥
25013 xosz 䋦
25014 xbf; 䋧
25015 xy; 䋨
25016 xtqd 䋪
25017 x.td 䋫
25018 xjtd 䋫
25019 xazc 䋬
25020 xlzc 䋬
25021 xzu 䋭
25022 xyxu 䋭
25023 gaxx 䋯
25024 jzx 䋰
25025 xvkk 䋱
25026 x;ps 䋲
25027 xequ 䋳
25028 xbgv 䋴
25029 xpls 䋵
25030 xalm 䋶
25031 bgdx 䋷
25032 x.fj 䋸
25033 xqp 䋹
25034 xlv, 䋺
25035 xlgu 䋼
25036 xglu 䋼
25037 xg.u 䋼
25038 xrrh 䋽
25039 xzmm 䋾
25040 xpax 䋿
25041 xlvf 䌀
25042 xa/w 䌁
25043 xajw 䌁
25044 xbar 䌂
25045 xcue 䌃
25046 xajb 䌄
25047 xnt; 䌅
25048 xox 䌆
25049 xfjx 䌇
25050 xpbb 䌈
25051 x/ae 䌉
25052 xmod 䌊
25053 x.od 䌊
25054 xfi; 䌋
25055 xbbp 䌌
25056 p.;x 䌎
25057 xnnd 䌏
25058 x.js 䌐
25059 xqdr 䌑
25060 xyqq 䌒
25061 xq;; 䌔
25062 xnvv 䌕
25063 xkyv 䌖
25064 xor, 䌗
25065 ,.x 䌘
25066 xrpk 䌙
25067 xa/, 䌚
25068 mylx 䌛
25069 xcav 䌜
25070 xvvc 䌝
25071 xi;k 䌞
25072 xb;f 䌟
25073 zqxx 䌠
25074 xpfi 䌡
25075 xpei 䌡
25076 xfdi 䌡
25077 xdfi 䌡
25078 xffi 䌡
25079 xzib 䌢
25080 xzkb 䌢
25081 xlne 䌣
25082 xak. 䌤
25083 x.qn 䌥
25084 xbby 䌦
25085 xrgh 䌧
25086 xfmc 䌨
25087 xf/x 䌩
25088 xejo 䌪
25089 xyuq 䌬
25090 xfk, 䌭
25091 xzvj 䌮
25092 xf;y 䌯
25093 xaee 䌰
25094 xyuh 䌱
25095 xyuf 䌱
25096 xyuz 䌱
25097 xfo, 䌲
25098 xakh 䌳
25099 xyuh 䌴
25100 xyuf 䌴
25101 xyuz 䌴
25102 xbc/ 䌵
25103 xfl 䌶
25104 xaab 䌸
25105 xae 䌺
25106 xbb 䌻
25107 xk;s 䌼
25108 xqp 䌿
25109 xeou 䍀
25110 mofd 䍃
25111 .ofd 䍃
25112 ofd; 䍄
25113 ofdb 䍅
25114 ofdd 䍆
25115 ofdn 䍇
25116 ofd. 䍊
25117 ofd; 䍌
25118 vaob 䍍
25119 jea 䍏
25120 j..f 䍑
25121 /zx 䍔
25122 /lts 䍖
25123 j..z 䍙
25124 /pf; 䍛
25125 /cp 䍝
25126 j..x 䍞
25127 /or, 䍢
25128 /zp 䍣
25129 /zle 䍥
25130 /y.y 䍦
25131 ofif 䍧
25132 ifad 䍨
25133 ifyd 䍨
25134 if. 䍩
25135 ifva 䍪
25136 ifnq 䍫
25137 ifai 䍬
25138 ifsz 䍭
25139 ifs, 䍮
25140 ifiv 䍱
25141 ifos 䍲
25142 iflw 䍴
25143 if.d 䍵
25144 ifjd 䍵
25145 ifvp 䍶
25146 iftq 䍷
25147 iflh 䍹
25148 if;n 䍺
25149 iftk 䍻
25150 ifqp 䍼
25151 afbb 䍾
25152 afab 䍾
25153 bbar 䍿
25154 bbqx 䎀
25155 f;bb 䎁
25156 jrbb 䎃
25157 j;bb 䎄
25158 lpbb 䎅
25159 bbib 䎆
25160 bbkb 䎆
25161 lmbb 䎇
25162 bbpx 䎈
25163 bbzx 䎉
25164 .;bb 䎊
25165 o;bb 䎋
25166 bb;c 䎌
25167 bbqh 䎍
25168 bbas 䎎
25169 ig;b 䎏
25170 khgb 䎏
25171 bbwc 䎑
25172 bbtc 䎑
25173 bbax 䎒
25174 bbcp 䎓
25175 bbqh 䎔
25176 k/pb 䎖
25177 lz;b 䎗
25178 tdeb 䎘
25179 tedb 䎘
25180 nacb 䎙
25181 bbfn 䎚
25182 rlq; 䎛
25183 rlqb 䎝
25184 rlpg 䎞
25185 lshe 䎠
25186 slhe 䎠
25187 fkos 䎢
25188 fkxk 䎣
25189 fk,, 䎦
25190 fkwp 䎩
25191 fkph 䎪
25192 fk.. 䎫
25193 fk/x 䎬
25194 fkon 䎭
25195 fkrz 䎯
25196 fkro 䎰
25197 fk/q 䎱
25198 aeu 䎳
25199 aefd 䎴
25200 aenl 䎵
25201 aepd 䎶
25202 aeov 䎷
25203 l,ae 䎹
25204 aeoe 䎺
25205 aej; 䎻
25206 aewc 䎼
25207 aetc 䎼
25208 aeop 䎽
25209 aeif 䎾
25210 ael, 䎿
25211 aeve 䏀
25212 aenf 䏁
25213 aeob 䏂
25214 aejk 䏃
25215 aenr 䏄
25216 aemc 䏅
25217 aeqp 䏆
25218 aeac 䏇
25219 aexx 䏈
25220 aep, 䏉
25221 aeyq 䏊
25222 tcns 䏋
25223 ush 䏎
25224 utk 䏐
25225 mjkk 䏑
25226 ugr 䏔
25227 ulr 䏕
25228 uar 䏕
25229 utgd 䏖
25230 uoas 䏗
25231 uqk 䏘
25232 uqs 䏘
25233 ujs 䏙
25234 ucl 䏚
25235 ulaa 䏛
25236 ulk 䏛
25237 ulb 䏜
25238 ugk 䏜
25239 uaab 䏝
25240 uav 䏞
25241 unl 䏟
25242 uaac 䏡
25243 utb 䏢
25244 uua 䏣
25245 ugq 䏤
25246 ujr 䏥
25247 uaf; 䏦
25248 ulf; 䏦
25249 umm 䏧
25250 ule 䏨
25251 ui; 䏩
25252 ukv 䏫
25253 uxof 䏬
25254 uov 䏭
25255 ub, 䏮
25256 urn 䏯
25257 ujhn 䏰
25258 ubg; 䏱
25259 uktl 䏲
25260 uoo 䏳
25261 ucu 䏴
25262 uzsh 䏵
25263 uzs. 䏵
25264 uqqr 䏶
25265 upaf 䏷
25266 uat; 䏸
25267 ujs 䏹
25268 u.f 䏺
25269 xurx 䏻
25270 uaxx 䏼
25271 uy; 䏽
25272 uzf 䏾
25273 uzqd 䐀
25274 ua.h 䐁
25275 uwc 䐂
25276 utc 䐂
25277 uplv 䐃
25278 ujo 䐄
25279 uboz 䐅
25280 u.v 䐆
25281 ul.p 䐇
25282 ufua 䐈
25283 ufjs 䐈
25284 uwp 䐉
25285 upqq 䐊
25286 ukxn 䐋
25287 jrku 䐌
25288 ur;i 䐍
25289 upac 䐎
25290 uzp 䐏
25291 ulv, 䐐
25292 ursv 䐑
25293 uzmm 䐒
25294 ualm 䐓
25295 ugjf 䐔
25296 u;ae 䐕
25297 ub, 䐖
25298 urlp 䐗
25299 urlh 䐗
25300 u.ab 䐘
25301 urf 䐙
25302 ubj 䐚
25303 ulpj 䐚
25304 ufuk 䐜
25305 ufjk 䐜
25306 uqjk 䐜
25307 ucm 䐝
25308 utgk 䐞
25309 urjr 䐟
25310 ufyo 䐠
25311 ykdk 䐡
25312 uldd 䐢
25313 u;m 䐣
25314 uirq 䐤
25315 uizq 䐤
25316 ukxb 䐥
25317 urxu 䐦
25318 uy;; 䐧
25319 vaub 䐨
25320 udqi 䐩
25321 ukyg 䐪
25322 ukyl 䐪
25323 u.kc 䐫
25324 urjd 䐭
25325 unor 䐮
25326 upx 䐯
25327 ukdu 䐰
25328 uyk; 䐱
25329 ubbp 䐲
25330 uu, 䐳
25331 bqsu 䐴
25332 lpqu 䐴
25333 urpk 䐵
25334 uqsp 䐶
25335 u;;f 䐷
25336 utra 䐸
25337 utde 䐹
25338 uted 䐹
25339 ua/f 䐺
25340 uf;f 䐻
25341 ufjx 䐼
25342 urjx 䐼
25343 urjk 䐽
25344 u/rf 䐾
25345 uljz 䐿
25346 ub;f 䑀
25347 o..u 䑁
25348 uozk 䑂
25349 ulje 䑄
25350 uljf 䑄
25351 uf/m 䑅
25352 uirx 䑆
25353 uoom 䑇
25354 ulpv 䑈
25355 uxlv 䑈
25356 uyuh 䑉
25357 uyuf 䑉
25358 uyuz 䑉
25359 u;dn 䑊
25360 uy;x 䑋
25361 uev/ 䑌
25362 ummw 䑍
25363 ukkx 䑎
25364 uf;y 䑏
25365 qdtz 䑑
25366 axrk 䑒
25367 axrh 䑒
25368 rjar 䑓
25369 oajd 䑔
25370 oyjd 䑔
25371 osf 䑕
25372 af;u 䑚
25373 lf;u 䑚
25374 af;h 䑛
25375 lf;h 䑛
25376 af;v 䑜
25377 lf;v 䑜
25378 ;;jq 䑝
25379 q,,q 䑞
25380 .jmr 䑟
25381 lmgd 䑠
25382 lmbh 䑡
25383 lmas 䑢
25384 lm. 䑣
25385 lmig 䑤
25386 lmkg 䑤
25387 lmgk 䑥
25388 lml; 䑦
25389 lmkh 䑧
25390 lmos 䑨
25391 lmf; 䑩
25392 lmif 䑫
25393 lmlf 䑫
25394 lms, 䑬
25395 lmcq 䑭
25396 lmlv 䑮
25397 lmgv 䑮
25398 lmkl 䑯
25399 lmec 䑰
25400 lmns 䑱
25401 lmef 䑲
25402 lmif 䑳
25403 lmpu 䑵
25404 lmru 䑶
25405 lmnc 䑸
25406 lmnb 䑹
25407 lmx 䑺
25408 lmhf 䑻
25409 lmld 䑼
25410 lmpb 䑽
25411 lmnp 䑿
25412 lmlh 䒀
25413 lmbp 䒁
25414 lmxh 䒂
25415 lmon 䒃
25416 lmjp 䒄
25417 lmkj 䒅
25418 lmz. 䒆
25419 lmy. 䒆
25420 lmnp 䒇
25421 lmfm 䒈
25422 lmoq 䒉
25423 kags 䒊
25424 igjs 䒊
25425 fzhs 䒎
25426 fzfs 䒎
25427 k/ps 䒏
25428 f/js 䒐
25429 fga 䒒
25430 fag 䒓
25431 fsf 䒖
25432 fos 䒗
25433 fea 䒙
25434 fcl 䒚
25435 fxg 䒛
25436 f.. 䒝
25437 fjy 䒟
25438 ftgd 䒡
25439 foj 䒢
25440 fjaa 䒣
25441 fln 䒦
25442 frx 䒧
25443 flv 䒩
25444 fxf 䒪
25445 ftfh 䒭
25446 fjsh 䒮
25447 fjlh 䒯
25448 fjsh 䒯
25449 fqar 䒰
25450 fgca 䒱
25451 fwlq 䒲
25452 flgv 䒳
25453 fglv 䒳
25454 fsv 䒳
25455 fzu 䒴
25456 fwgf 䒵
25457 faf; 䒷
25458 flf; 䒷
25459 flu 䒸
25460 ffk 䒹
25461 fdts 䒻
25462 fpe 䒼
25463 fj.. 䒽
25464 fylx 䒾
25465 fju 䒿
25466 fr; 䓀
25467 frfh 䓁
25468 f;ts 䓃
25469 f.o 䓄
25470 fco 䓅
25471 foo 䓆
25472 frc 䓇
25473 f.sb 䓈
25474 fqdt 䓉
25475 fat; 䓊
25476 fcos 䓋
25477 frn 䓌
25478 fpaf 䓍
25479 f,lh 䓎
25480 fzas 䓐
25481 frlf 䓔
25482 faan 䓕
25483 fnkb 䓖
25484 fkxn 䓗
25485 f.k; 䓘
25486 f.c; 䓘
25487 flfq 䓙
25488 f.ua 䓚
25489 fbdd 䓛
25490 fcoa 䓜
25491 fcoh 䓜
25492 fgfu 䓝
25493 fgzh 䓞
25494 fjr; 䓟
25495 fcp 䓠
25496 foz; 䓡
25497 fpf; 䓢
25498 fl.n 䓤
25499 kfpf 䓥
25500 fjrk 䓦
25501 faga 䓧
25502 fgda 䓧
25503 fjod 䓨
25504 fvfb 䓩
25505 fpl. 䓪
25506 fzqd 䓫
25507 fepf 䓬
25508 f.ve 䓭
25509 fbg. 䓮
25510 frsf 䓯
25511 frsz 䓯
25512 fa/r 䓰
25513 feqv 䓱
25514 f.tx 䓳
25515 falz 䓴
25516 fv;e 䓶
25517 fc.d 䓷
25518 fwwf 䓸
25519 fitx 䓹
25520 firz 䓺
25521 fjaw 䓻
25522 fwz. 䓼
25523 fyts 䓽
25524 fccw 䓾
25525 fbpf 䓿
25526 fklw 䔀
25527 fa/v 䔁
25528 fnyf 䔂
25529 fyha 䔃
25530 fmod 䔄
25531 f.od 䔄
25532 fdqi 䔇
25533 fqm 䔈
25534 farf 䔊
25535 fxcl 䔋
25536 flpa 䔌
25537 fg, 䔍
25538 fo;n 䔏
25539 fcax 䔐
25540 fivf 䔑
25541 fty; 䔒
25542 fyof 䔓
25543 fuqh 䔕
25544 ftr. 䔖
25545 fyhf 䔗
25546 fofa 䔘
25547 filh 䔙
25548 fzau 䔚
25549 fqam 䔛
25550 faer 䔜
25551 feqx 䔝
25552 fyxf 䔞
25553 flvm 䔟
25554 fvcu 䔠
25555 fu, 䔡
25556 fkkg 䔢
25557 flvf 䔣
25558 flpp 䔤
25559 ft,d 䔥
25560 fvoz 䔦
25561 fxky 䔨
25562 fsxy 䔨
25563 fv;. 䔩
25564 fgej 䔫
25565 fprk 䔬
25566 fnnf 䔭
25567 frao 䔮
25568 fap; 䔯
25569 fnqp 䔰
25570 fo;e 䔱
25571 fbqi 䔲
25572 fmz, 䔳
25573 fddb 䔴
25574 fev 䔵
25575 fopc 䔶
25576 farg 䔷
25577 fzhh 䔸
25578 fti. 䔹
25579 ftzu 䔺
25580 fy;. 䔻
25581 fjhe 䔼
25582 fcps 䔽
25583 fops 䔾
25584 fiph 䔿
25585 feev 䕁
25586 fx;n 䕂
25587 ftkz 䕃
25588 fgcu 䕄
25589 fwob 䕅
25590 fvie 䕆
25591 fnox 䕇
25592 fdrv 䕈
25593 f/rf 䕉
25594 fypa 䕊
25595 frn; 䕋
25596 flvy 䕌
25597 fpqp 䕎
25598 firx 䕏
25599 fyhp 䕐
25600 fx.w 䕑
25601 fr;; 䕒
25602 fnmc 䕓
25603 f.id 䕔
25604 fcpb 䕕
25605 fgfn 䕖
25606 flje 䕗
25607 fljf 䕗
25608 fibm 䕘
25609 fkhm 䕘
25610 fq;m 䕚
25611 fyzk 䕛
25612 fbbf 䕜
25613 flvr 䕝
25614 fehx 䕞
25615 fojk 䕟
25616 fnbb 䕠
25617 fe;; 䕡
25618 fgiq 䕢
25619 fyuh 䕦
25620 fyuf 䕦
25621 fyuz 䕦
25622 fmu. 䕧
25623 fuix 䕨
25624 fukx 䕨
25625 fvzc 䕩
25626 fc/f 䕪
25627 fel. 䕫
25628 ftga 䕬
25629 fri, 䕮
25630 fa/k 䕯
25631 f,lp 䕰
25632 fqim 䕱
25633 fnyc 䕲
25634 ftg. 䕳
25635 fr;, 䕵
25636 fykb 䕶
25637 fnvx 䕷
25638 fp,; 䕸
25639 fyky 䕹
25640 fcab 䕺
25641 fajq 䕻
25642 frzy 䕼
25643 fs// 䕽
25644 f;;. 䕾
25645 frz, 䕿
25646 fyxo 䖂
25647 fxyo 䖂
25648 frz, 䖄
25649 fz;k 䖅
25650 fapx 䖆
25651 fvo. 䖇
25652 esk 䖋
25653 ese 䖌
25654 tes 䖎
25655 el.h 䖏
25656 el.k 䖏
25657 oes 䖐
25658 esp 䖑
25659 ddes 䖓
25660 rxes 䖔
25661 esua 䖕
25662 espd 䖖
25663 ezqx 䖗
25664 esjh 䖘
25665 esl, 䖚
25666 esfx 䖛
25667 esep 䖜
25668 /fh 䖞
25669 ys/ 䖟
25670 /sh 䖠
25671 /gr 䖡
25672 /cl 䖢
25673 /.dk 䖣
25674 mgs/ 䖤
25675 /dd 䖦
25676 /pa 䖧
25677 /nl 䖩
25678 eq/ 䖪
25679 /kaf 䖫
25680 /pd 䖬
25681 iz/ 䖭
25682 kz/ 䖭
25683 /lj; 䖮
25684 rr/ 䖯
25685 /.ok 䖰
25686 /qar 䖱
25687 /lp 䖲
25688 /nlq 䖳
25689 /s, 䖴
25690 /a. 䖶
25691 /.zd 䖷
25692 lox/ 䖸
25693 /ff 䖹
25694 /eef 䖹
25695 kd./ 䖺
25696 /zo 䖻
25697 /yxo 䖻
25698 /rxj 䖼
25699 lve/ 䖽
25700 /nas 䖾
25701 lvl/ 䖿
25702 /rk. 䗀
25703 /zqd 䗁
25704 /es 䗂
25705 /axx 䗃
25706 /k.o 䗄
25707 /qx 䗅
25708 /ne 䗆
25709 /ysj 䗈
25710 /pp 䗉
25711 /,, 䗊
25712 /rav 䗋
25713 /por 䗌
25714 w./ 䗍
25715 /a/r 䗎
25716 /n,b 䗏
25717 hog/ 䗐
25718 /py 䗑
25719 /ica 䗒
25720 /l.n 䗓
25721 /ktz 䗔
25722 nmg/ 䗕
25723 /fjd 䗖
25724 /rxu 䗘
25725 nrk/ 䗙
25726 /qhh 䗚
25727 /kdu 䗛
25728 yhp/ 䗝
25729 az// 䗞
25730 qoz/ 䗟
25731 hog/ 䗠
25732 /ae, 䗡
25733 /o;n 䗢
25734 ra// 䗣
25735 /ntf 䗤
25736 /.kc 䗥
25737 /.fn 䗦
25738 /ntc 䗧
25739 /u, 䗨
25740 /zex 䗩
25741 nr,/ 䗪
25742 /nvv 䗫
25743 .fn/ 䗬
25744 /;;n 䗭
25745 /z.. 䗮
25746 /kyn 䗯
25747 /sfm 䗰
25748 /pfm 䗰
25749 /pdm 䗰
25750 /szm 䗰
25751 /caz 䗱
25752 /,mq 䗲
25753 /bqi 䗳
25754 /llb 䗴
25755 /lab 䗴
25756 /apa 䗵
25757 /fps 䗶
25758 /ypn 䗷
25759 yxk/ 䗸
25760 ysx/ 䗸
25761 /ixn 䗹
25762 /lbj 䗻
25763 /o/, 䗼
25764 xky/ 䗽
25765 /px, 䗾
25766 /nnd 䗿
25767 lef/ 䘀
25768 rky/ 䘁
25769 /rex 䘂
25770 /p,r 䘃
25771 rlp/ 䘄
25772 /nrn 䘆
25773 /nfn 䘆
25774 y.// 䘇
25775 /zfb 䘈
25776 az// 䘉
25777 /l/x 䘊
25778 /kkx 䘋
25779 qfz/ 䘌
25780 /yxg 䘎
25781 /xyg 䘎
25782 lut 䘏
25783 lujh 䘐
25784 luhb 䘑
25785 lux. 䘒
25786 lujo 䘓
25787 lun; 䘔
25788 .ysd 䘕
25789 .ofd 䘖
25790 oxad 䘗
25791 .rxd 䘘
25792 ylxf 䘚
25793 yks 䘛
25794 ykax 䘝
25795 ykga 䘞
25796 yktd 䘟
25797 ykz. 䘠
25798 qqyx 䘡
25799 ykeq 䘣
25800 ykvh 䘤
25801 ykpd 䘥
25802 ykbq 䘦
25803 ykjz 䘧
25804 yky. 䘨
25805 w;yx 䘫
25806 ykax 䘬
25807 rkkx 䘮
25808 ykcu 䘯
25809 ykvx 䘴
25810 ykwc 䘵
25811 yktc 䘵
25812 ykgd 䘶
25813 ykad 䘶
25814 yk, 䘷
25815 ykyk 䘸
25816 ykyh 䘸
25817 ykyf 䘹
25818 yknc 䘺
25819 ykzu 䘻
25820 ykyu 䘻
25821 ykns 䘼
25822 ykne 䘾
25823 ykbd 䘿
25824 ykuu 䙀
25825 ykax 䙁
25826 ykkn 䙂
25827 ykzu 䙃
25828 ykao 䙄
25829 yklo 䙄
25830 ykaw 䙅
25831 ykbz 䙆
25832 ykaz 䙇
25833 ykkz 䙈
25834 yk.j 䙉
25835 ykfd 䙊
25836 ykna 䙋
25837 yk;m 䙌
25838 yksd 䙍
25839 ykse 䙍
25840 yksk 䙍
25841 yk.z 䙎
25842 ykqd 䙐
25843 ykyp 䙒
25844 yk/x 䙓
25845 ykq; 䙔
25846 yky; 䙗
25847 ykbf 䙙
25848 l,yx 䙚
25849 yk.n 䙜
25850 yrix 䙝
25851 ykbi 䙞
25852 ykpq 䙟
25853 yk;m 䙡
25854 ykkp 䙢
25855 ykae 䙣
25856 ykmn 䙤
25857 ykzb 䙥
25858 ykfm 䙦
25859 yko, 䙧
25860 ykf. 䙩
25861 v..x 䙪
25862 ykek 䙫
25863 ykmw 䙬
25864 yknc 䙭
25865 ykfy 䙮
25866 ykzc 䙯
25867 ykyy 䙰
25868 ykb/ 䙱
25869 a/z 䙲
25870 a/zs 䙴
25871 a/rr 䙵
25872 a/jx 䙶
25873 jsfh 䙷
25874 jsfh 䙸
25875 afjs 䙹
25876 afas 䙹
25877 lgds 䙻
25878 agds 䙻
25879 j;js 䙼
25880 zkjs 䙽
25881 nqjs 䙾
25882 avjs 䙿
25883 lmjs 䚀
25884 lj;s 䚁
25885 epts 䚃
25886 wcjs 䚄
25887 tcjs 䚄
25888 fjzs 䚆
25889 cljs 䚇
25890 a/rs 䚈
25891 fjzs 䚉
25892 ikus 䚊
25893 ;mjs 䚋
25894 lpzs 䚌
25895 lpvs 䚌
25896 rmjs 䚍
25897 zojs 䚎
25898 oz;s 䚐
25899 /mjs 䚑
25900 yprs 䚒
25901 a/ps 䚓
25902 nacs 䚔
25903 ajhs 䚕
25904 z;;s 䚖
25905 jkx 䚗
25906 .jad 䚘
25907 japa 䚙
25908 jo; 䚛
25909 jpah 䚟
25910 jpqq 䚠
25911 jpn 䚡
25912 jrsv 䚢
25913 jpm 䚤
25914 jtgk 䚥
25915 j.es 䚦
25916 jbb. 䚧
25917 jbtb 䚨
25918 jlz; 䚩
25919 j/qx 䚪
25920 lphj 䚫
25921 ylg 䚮
25922 ygl 䚮
25923 yfb 䚳
25924 yhf 䚵
25925 yaz 䚶
25926 ykag 䚷
25927 yig 䚷
25928 ygr 䚼
25929 yar 䚾
25930 yzb 䛀
25931 y.b 䛀
25932 ylf 䛂
25933 yaas 䛃
25934 ymgs 䛄
25935 ypd 䛅
25936 yk; 䛇
25937 ys; 䛇
25938 ytss 䛉
25939 y;k 䛊
25940 ylts 䛌
25941 ytge 䛍
25942 yns 䛎
25943 ybq 䛏
25944 gqy 䛐
25945 ynl 䛑
25946 qagy 䛒
25947 eohy 䛓
25948 yale 䛔
25949 yp. 䛕
25950 qdty 䛗
25951 ykv 䛙
25952 fjy 䛚
25953 yp; 䛛
25954 ylp. 䛜
25955 ygrd 䛝
25956 ypaf 䛞
25957 yzkk 䛟
25958 yqi 䛠
25959 yoa; 䛡
25960 ylvs 䛢
25961 ypfg 䛣
25962 y.zd 䛥
25963 y,s 䛧
25964 yyf 䛨
25965 yaea 䛩
25966 ynkg 䛪
25967 yqx 䛫
25968 ylod 䛬
25969 yrif 䛭
25970 y.k; 䛮
25971 y.c; 䛮
25972 ybf; 䛯
25973 ypqq 䛰
25974 ylpd 䛲
25975 yzps 䛳
25976 yzqd 䛴
25977 y.jb 䛵
25978 yfv 䛶
25979 ynms 䛷
25980 yne; 䛸
25981 yw. 䛹
25982 ypke 䛺
25983 y.fj 䛻
25984 yoq 䛼
25985 yor 䛼
25986 yafo 䛽
25987 ylfo 䛽
25988 yrx 䛾
25989 yqjd 䛿
25990 yrrz 䜁
25991 yrra 䜁
25992 yrrk 䜁
25993 ylpa 䜂
25994 ykyr 䜃
25995 ybcf 䜄
25996 ydky 䜅
25997 nvvy 䜆
25998 yykx 䜇
25999 ywpv 䜈
26000 yvkc 䜉
26001 y;dm 䜋
26002 yxx 䜌
26003 yzkc 䜍
26004 ytzu 䜏
26005 tzqy 䜐
26006 yaen 䜑
26007 yljz 䜒
26008 yfrv 䜓
26009 yzqn 䜔
26010 yfpm 䜕
26011 ya/m 䜖
26012 yzqn 䜗
26013 yfl. 䜘
26014 ypx, 䜙
26015 y/cn 䜚
26016 yj;s 䜛
26017 yjps 䜛
26018 yegj 䜜
26019 yebj 䜜
26020 yxxs 䜝
26021 yyke 䜞
26022 yrex 䜟
26023 yoom 䜠
26024 yal. 䜡
26025 ynrn 䜢
26026 ynfn 䜢
26027 yrk 䜤
26028 ypab 䜥
26029 yflp 䜦
26030 y;;n 䜨
26031 kk;l 䜪
26032 eja; 䜭
26033 kk;a 䜰
26034 kk;b 䜱
26035 kk;w 䜲
26036 qis 䜳
26037 qieb 䜴
26038 qitb 䜵
26039 qi.q 䜶
26040 qitb 䜷
26041 qibq 䜸
26042 qiv; 䜹
26043 qirp 䜺
26044 qipc 䜻
26045 qiie 䜽
26046 qiyp 䜾
26047 qiop 䝀
26048 qip, 䝃
26049 qikb 䝄
26050 a.r 䝅
26051 l.a. 䝆
26052 ksa. 䝇
26053 a.zs 䝈
26054 cja. 䝉
26055 a.ac 䝊
26056 a.nc 䝋
26057 a.bb 䝌
26058 a.jq 䝍
26059 a.de 䝎
26060 a.pw 䝏
26061 a.tu 䝐
26062 a.yr 䝑
26063 a.ak 䝒
26064 a.ww 䝓
26065 a.fy 䝔
26066 a.ae 䝕
26067 ..dk 䝖
26068 .q. 䝙
26069 .rjk 䝡
26070 .cqv 䝣
26071 .ljf 䝥
26072 ./kk 䝦
26073 .ukk 䝦
26074 ./. 䝦
26075 .lu. 䝦
26076 .l/k 䝦
26077 .l/. 䝦
26078 mlaa 䝧
26079 mlk 䝧
26080 ebm 䝨
26081 mk. 䝩
26082 mgc 䝪
26083 moe 䝫
26084 myr 䝬
26085 ml; 䝭
26086 myx 䝮
26087 mogs 䝯
26088 mrfh 䝰
26089 mbkh 䝲
26090 embm 䝳
26091 qdjm 䝴
26092 mqh 䝵
26093 my;c 䝶
26094 oz;m 䝷
26095 mffb 䝸
26096 mnms 䝹
26097 y.ym 䝺
26098 mbf; 䝻
26099 mru 䝼
26100 mzrr 䝽
26101 aaem 䝾
26102 okm 䝿
26103 mktz 䞀
26104 mqpw 䞁
26105 malz 䞂
26106 max. 䞃
26107 hogm 䞄
26108 mza; 䞅
26109 mcm 䞆
26110 rkrm 䞇
26111 mhl, 䞈
26112 m.l, 䞈
26113 mizm 䞉
26114 mkzm 䞉
26115 mekj 䞊
26116 myvs 䞋
26117 maf; 䞌
26118 mlf; 䞌
26119 mru 䞍
26120 mpp 䞎
26121 mpn 䞏
26122 rcq 䞑
26123 rcjq 䞒
26124 rcaq 䞓
26125 rcbq 䞔
26126 rcze 䞕
26127 rcax 䞖
26128 rcfl 䞗
26129 rcos 䞘
26130 rcad 䞙
26131 rcfb 䞚
26132 rcag 䞛
26133 rcz 䞜
26134 rcah 䞝
26135 rcte 䞞
26136 rclp 䞟
26137 rcg 䞠
26138 rcpa 䞡
26139 rcoe 䞢
26140 rcoh 䞣
26141 rczu 䞥
26142 rc.; 䞦
26143 rc.q 䞧
26144 rcrr 䞨
26145 rci; 䞩
26146 rcqo 䞪
26147 rct; 䞫
26148 rclg 䞬
26149 rcx. 䞭
26150 rciv 䞮
26151 rc.f 䞯
26152 rck; 䞱
26153 rclx 䞲
26154 rcy; 䞳
26155 rcp. 䞶
26156 rcbd 䞷
26157 rclr 䞹
26158 rc.j 䞺
26159 rcw. 䞼
26160 rcfx 䞽
26161 rc.s 䞾
26162 rciq 䟀
26163 rcwv 䟁
26164 rcpb 䟂
26165 rcx. 䟃
26166 rcrm 䟄
26167 qorc 䟅
26168 rcxx 䟇
26169 rcrx 䟈
26170 rc// 䟉
26171 rce. 䟊
26172 rcjy 䟋
26173 rcrx 䟌
26174 rclh 䟍
26175 rczm 䟎
26176 rcxv 䟏
26177 rcze 䟐
26178 rcif 䟑
26179 rcfy 䟒
26180 sad 䟓
26181 sbh 䟕
26182 soas 䟗
26183 sys 䟘
26184 sqj 䟙
26185 saae 䟚
26186 sajd 䟛
26187 syjd 䟛
26188 sjk 䟜
26189 ssb 䟝
26190 scl 䟞
26191 oh;c 䟟
26192 sqx 䟠
26193 soaa 䟡
26194 soah 䟡
26195 soc 䟢
26196 svh 䟣
26197 snl 䟤
26198 sbgl 䟥
26199 slzb 䟦
26200 stss 䟨
26201 srx 䟩
26202 sln 䟪
26203 cj;c 䟫
26204 soa 䟬
26205 soe 䟭
26206 skzh 䟮
26207 saf; 䟯
26208 slf; 䟯
26209 s.ad 䟰
26210 svj 䟱
26211 szs 䟲
26212 syxs 䟲
26213 ;cbb 䟳
26214 szax 䟴
26215 sf,h 䟵
26216 skkr 䟶
26217 soo 䟷
26218 smf 䟸
26219 s.fh 䟹
26220 siv 䟻
26221 saax 䟼
26222 syxo 䟽
26223 sbbb 䟾
26224 swc 䟿
26225 stc 䟿
26226 scj; 䠀
26227 vv;c 䠂
26228 sajk 䠃
26229 sjrk 䠄
26230 splv 䠅
26231 sqx 䠆
26232 sbdd 䠇
26233 stc 䠈
26234 sne 䠉
26235 see 䠊
26236 slpf 䠋
26237 setb 䠍
26238 sbar 䠎
26239 sbaz 䠏
26240 sblz 䠏
26241 sjzh 䠐
26242 szrr 䠑
26243 sf;u 䠒
26244 sip 䠓
26245 si. 䠔
26246 seqv 䠕
26247 saa; 䠖
26248 skj; 䠖
26249 sljh 䠗
26250 slpq 䠘
26251 sykh 䠙
26252 snkk 䠚
26253 smod 䠛
26254 s.od 䠛
26255 sfae 䠜
26256 s;m 䠝
26257 szex 䠞
26258 rifc 䠟
26259 rjjc 䠠
26260 seua 䠡
26261 f/jc 䠢
26262 stsk 䠣
26263 s;;f 䠤
26264 s,. 䠥
26265 sozp 䠦
26266 sbrp 䠧
26267 sbrh 䠧
26268 sjzy 䠨
26269 sezx 䠩
26270 sxxs 䠪
26271 sae. 䠫
26272 saek 䠫
26273 sbqt 䠬
26274 sv;m 䠭
26275 siz, 䠮
26276 skz, 䠮
26277 si;f 䠯
26278 sf;y 䠰
26279 sbc/ 䠱
26280 .kfh 䠵
26281 .oz 䠶
26282 .zag 䠸
26283 .yxk 䠹
26284 .hj; 䠺
26285 .nkg 䠻
26286 .dqi 䠽
26287 .ek 䠾
26288 .;dm 䠿
26289 .ypa 䡀
26290 qsd 䡂
26291 qed 䡅
26292 qddd 䡅
26293 qkx 䡆
26294 qaas 䡇
26295 q.. 䡈
26296 qzb 䡊
26297 q.b 䡊
26298 qfb 䡋
26299 qzx 䡌
26300 qtgx 䡏
26301 qnq 䡐
26302 qtss 䡑
26303 .qad 䡓
26304 qmm 䡔
26305 qgca 䡕
26306 qakr 䡖
26307 qshq 䡗
26308 qlp 䡘
26309 qhtx 䡙
26310 qlps 䡚
26311 qrkr 䡜
26312 qnms 䡝
26313 jzq 䡞
26314 qlpf 䡟
26315 qem 䡠
26316 qqqp 䡡
26317 qjq 䡣
26318 rlpq 䡤
26319 qnk; 䡥
26320 qbbv 䡦
26321 ql, 䡧
26322 izqq 䡨
26323 qfuk 䡩
26324 qfjk 䡩
26325 qqjk 䡩
26326 qgbb 䡪
26327 q.fn 䡫
26328 qp/b 䡬
26329 qirr 䡭
26330 qizr 䡭
26331 q.kc 䡮
26332 qlpn 䡯
26333 rbsq 䡰
26334 qq;; 䡱
26335 qrao 䡳
26336 qypr 䡴
26337 qi.n 䡵
26338 qb;f 䡶
26339 qfru 䡷
26340 qf/x 䡸
26341 qfjc 䡹
26342 qffn 䡺
26343 qljh 䡻
26344 qz;; 䡼
26345 qosm 䡽
26346 qeqh 䡾
26347 qz;k 䡿
26348 qfos 䢀
26349 qfu 䢁
26350 qfy 䢂
26351 b;y. 䢃
26352 x;yv 䢄
26353 x;vv 䢄
26354 jszh 䢆
26355 nszh 䢇
26356 zaap 䢈
26357 olpx 䢉
26358 gfn 䢊
26359 ajdn 䢌
26360 yjdn 䢌
26361 afan 䢎
26362 hfn 䢏
26363 uan 䢐
26364 oasn 䢑
26365 yk.n 䢒
26366 nafn 䢓
26367 i;n 䢔
26368 zaxn 䢕
26369 zhxn 䢕
26370 tfn 䢖
26371 pen 䢗
26372 nfhn 䢘
26373 ap.n 䢚
26374 jk;n 䢛
26375 tjjn 䢜
26376 vvn 䢞
26377 h.n 䢟
26378 ,fn 䢠
26379 rsvn 䢡
26380 ib;n 䢢
26381 itln 䢢
26382 myn 䢣
26383 lvvn 䢤
26384 aejn 䢥
26385 yx,n 䢦
26386 bbkn 䢧
26387 lz;n 䢪
26388 .jmn 䢬
26389 ircn 䢭
26390 ,,mn 䢯
26391 bbkn 䢰
26392 r/mn 䢱
26393 jjkn 䢲
26394 lft 䢴
26395 aaxt 䢵
26396 jyt 䢷
26397 uat 䢸
26398 qtt 䢹
26399 ddt 䢺
26400 qdtt 䢻
26401 rkt 䢼
26402 rk;s 䢽
26403 nwt 䢿
26404 jzgt 䣀
26405 bbt 䣁
26406 fkt 䣂
26407 ofat 䣃
26408 ivt 䣄
26409 awqt 䣆
26410 f,ht 䣇
26411 ccls 䣉
26412 cj;t 䣊
26413 .vt 䣋
26414 noat 䣌
26415 zpst 䣍
26416 wpt 䣎
26417 krkt 䣏
26418 fjzt 䣐
26419 zprt 䣑
26420 ;dat 䣒
26421 qjit 䣓
26422 qjkt 䣓
26423 cmt 䣔
26424 g,t 䣕
26425 g,;s 䣖
26426 lpzt 䣗
26427 lpvt 䣗
26428 cj;t 䣘
26429 duut 䣙
26430 p;dt 䣚
26431 vkct 䣛
26432 euat 䣜
26433 brlt 䣝
26434 ;;it 䣞
26435 qsqt 䣟
26436 zzpt 䣠
26437 irlt 䣡
26438 fkrt 䣢
26439 cj;t 䣣
26440 jjkt 䣤
26441 apq 䣥
26442 apb 䣦
26443 apq 䣨
26444 apas 䣩
26445 apyd 䣪
26446 apfb 䣫
26447 apzh 䣭
26448 apzh 䣮
26449 apua 䣯
26450 apqt 䣰
26451 apl; 䣱
26452 apxf 䣲
26453 apgq 䣳
26454 ap.s 䣴
26455 apae 䣵
26456 apa; 䣶
26457 apl; 䣶
26458 apov 䣷
26459 karp 䣸
26460 klrp 䣸
26461 apkx 䣹
26462 ap;u 䣺
26463 api; 䣻
26464 apk; 䣻
26465 apyc 䣼
26466 apna 䣾
26467 apau 䣿
26468 aprk 䤁
26469 aprs 䤁
26470 aprv 䤂
26471 apyp 䤃
26472 apae 䤄
26473 apie 䤅
26474 apbz 䤆
26475 apnb 䤇
26476 apku 䤈
26477 apiu 䤈
26478 apnu 䤉
26479 apfe 䤊
26480 ipqx 䤋
26481 api; 䤌
26482 aprk 䤍
26483 apb; 䤎
26484 apeo 䤏
26485 aprk 䤑
26486 apxx 䤒
26487 apf. 䤓
26488 cqop 䤔
26489 apxv 䤕
26490 ypfp 䤗
26491 apkx 䤘
26492 apw/ 䤙
26493 upr 䤚
26494 isd 䤛
26495 ilq 䤜
26496 ioj 䤝
26497 izsh 䤞
26498 ijr 䤡
26499 i;l 䤢
26500 ili 䤣
26501 iyxk 䤤
26502 ijzs 䤥
26503 ikax 䤦
26504 ip; 䤧
26505 i.ok 䤨
26506 inlq 䤩
26507 isv 䤪
26508 ilgv 䤪
26509 iglv 䤪
26510 idig 䤫
26511 idkg 䤫
26512 iccl 䤬
26513 i.zd 䤭
26514 iec 䤮
26515 iaf. 䤯
26516 rjki 䤰
26517 ido 䤱
26518 irc 䤲
26519 iykk 䤳
26520 igcd 䤴
26521 iagd 䤴
26522 iee 䤵
26523 izps 䤶
26524 iqpw 䤷
26525 iw. 䤸
26526 in,b 䤹
26527 igo 䤺
26528 izqu 䤻
26529 ilpc 䤼
26530 i/c 䤽
26531 i.o 䤾
26532 ifjo 䤿
26533 irjo 䤿
26534 ida/ 䥀
26535 ibpf 䥁
26536 ija. 䥂
26537 ijky 䥃
26538 izrp 䥄
26539 fari 䥅
26540 yeei 䥆
26541 igbb 䥇
26542 ifzf 䥈
26543 ifzh 䥈
26544 injh 䥉
26545 irm 䥊
26546 iy;, 䥋
26547 nppi 䥌
26548 rifi 䥍
26549 izau 䥎
26550 i.oj 䥏
26551 ifkm 䥑
26552 izkm 䥑
26553 ivkm 䥑
26554 ifk. 䥑
26555 izk. 䥑
26556 ivk. 䥑
26557 tgxi 䥒
26558 tg;i 䥒
26559 irar 䥓
26560 ia/, 䥔
26561 i,. 䥕
26562 iipz 䥖
26563 ikkp 䥘
26564 iti. 䥙
26565 sjji 䥚
26566 irjx 䥛
26567 iev 䥜
26568 ilp. 䥞
26569 iops 䥟
26570 idrv 䥡
26571 r;ii 䥢
26572 orsi 䥣
26573 oqsi 䥣
26574 izls 䥤
26575 inkc 䥥
26576 izqn 䥦
26577 iegj 䥧
26578 iebj 䥧
26579 ie;; 䥨
26580 ios. 䥩
26581 ipx, 䥪
26582 f,hi 䥭
26583 ia/j 䥮
26584 i/xq 䥯
26585 iys/ 䥰
26586 ino, 䥱
26587 iq;k 䥲
26588 ial. 䥳
26589 idkd 䥴
26590 iprs 䥵
26591 izle 䥶
26592 ilje 䥷
26593 tgai 䥸
26594 ifji 䥹
26595 irji 䥹
26596 iqdl 䥺
26597 iazs 䥻
26598 il. 䥼
26599 ixbh 䥽
26600 ijaa 䥾
26601 i.al 䥿
26602 ibb 䦀
26603 igbb 䦂
26604 ifrp 䦃
26605 ifrh 䦃
26606 izlx 䦄
26607 iir; 䦅
26608 iif; 䦅
26609 zkg 䦇
26610 zrh. 䦋
26611 zrl. 䦋
26612 eaas 䦎
26613 eke 䦏
26614 etk 䦑
26615 ee; 䦓
26616 epa 䦔
26617 eif 䦕
26618 elaf 䦕
26619 er; 䦖
26620 elu 䦗
26621 etx 䦘
26622 eaf; 䦚
26623 elf; 䦚
26624 ejtd 䦛
26625 e.td 䦛
26626 eat; 䦜
26627 erc 䦝
26628 ecar 䦞
26629 ekkr 䦟
26630 ea.h 䦠
26631 ene 䦡
26632 ecrx 䦢
26633 ey; 䦣
26634 ebbb 䦤
26635 evv 䦥
26636 evp 䦨
26637 ej. 䦩
26638 epls 䦪
26639 efjz 䦫
26640 efjz 䦬
26641 erjz 䦬
26642 elvp 䦭
26643 ezp 䦮
26644 eax. 䦯
26645 ejps 䦰
26646 ehl, 䦱
26647 e.l, 䦱
26648 ejzy 䦲
26649 exht 䦳
26650 esxt 䦳
26651 e/rf 䦴
26652 eak. 䦵
26653 hjjd 䦶
26654 hj.d 䦶
26655 hjkr 䦷
26656 hjpm 䦸
26657 tad 䦺
26658 tgf 䦻
26659 ttk 䦼
26660 tbgd 䦽
26661 lexs 䦾
26662 t;d 䦿
26663 tzx 䧀
26664 tj; 䧂
26665 t.; 䧄
26666 tztg 䧅
26667 trk 䧆
26668 tylx 䧇
26669 ta/ 䧈
26670 tpr 䧉
26671 to; 䧊
26672 tjs 䧋
26673 t.w 䧌
26674 tkk; 䧍
26675 t;u 䧎
26676 t.f 䧏
26677 ty;f 䧐
26678 tnac 䧑
26679 tvkk 䧒
26680 tjr; 䧓
26681 tign 䧔
26682 tkhn 䧔
26683 tqax 䧕
26684 taxx 䧖
26685 top. 䧗
26686 tw. 䧘
26687 tdkc 䧙
26688 ty;; 䧚
26689 tykh 䧛
26690 tnt; 䧜
26691 tda/ 䧝
26692 tg, 䧞
26693 t.o 䧟
26694 tzfh 䧠
26695 tntf 䧡
26696 tq;; 䧢
26697 ta/c 䧣
26698 tcaz 䧤
26699 tzn 䧥
26700 t.l, 䧦
26701 thl, 䧦
26702 tirx 䧧
26703 tcav 䧨
26704 tqe. 䧩
26705 tte. 䧩
26706 tnzw 䧪
26707 ty;. 䧫
26708 tnam 䧬
26709 tlpn 䧭
26710 tnrn 䧮
26711 tnfn 䧮
26712 tj;h 䧯
26713 tu,x 䧰
26714 lsky 䧱
26715 slky 䧱
26716 fbky 䧴
26717 jsky 䧵
26718 kyyk 䧶
26719 .hky 䧷
26720 nkky 䧹
26721 z;ky 䧺
26722 i;ky 䧻
26723 o;ky 䧼
26724 rpky 䧿
26725 k,ky 䨀
26726 bgdy 䨁
26727 lv,y 䨂
26728 pnwy 䨃
26729 igay 䨄
26730 itpy 䨄
26731 khty 䨄
26732 zkpy 䨅
26733 ,.ky 䨆
26734 kybb 䨇
26735 nacy 䨈
26736 mmwy 䨉
26737 zlq 䨋
26738 zfd 䨍
26739 ztgx 䨎
26740 zkjk 䨏
26741 zi; 䨐
26742 zztg 䨑
26743 zbb 䨒
26744 zp; 䨓
26745 zcas 䨔
26746 zcaf 䨕
26747 zzu 䨖
26748 z.gf 䨗
26749 zclr 䨙
26750 zcar 䨙
26751 zl.n 䨚
26752 zvo 䨛
26753 zuu 䨜
26754 zru 䨝
26755 zl;m 䨞
26756 zcrr 䨟
26757 zpls 䨠
26758 zgcd 䨡
26759 zagd 䨡
26760 zrqk 䨢
26761 zras 䨢
26762 zrf 䨣
26763 zpfn 䨤
26764 zkyb 䨥
26765 zykh 䨦
26766 zyib 䨧
26767 zykb 䨧
26768 zlen 䨨
26769 zyhd 䨩
26770 zrpr 䨪
26771 zfkm 䨫
26772 zzkm 䨫
26773 zvkm 䨫
26774 zfk. 䨫
26775 zzk. 䨫
26776 zvk. 䨫
26777 zcvv 䨬
26778 zfft 䨮
26779 ztvp 䨯
26780 zcrf 䨰
26781 z.o. 䨱
26782 zalh 䨲
26783 zjss 䨳
26784 zcah 䨴
26785 zcaf 䨵
26786 zxjg 䨶
26787 zvvb 䨷
26788 zt.n 䨸
26789 zkd, 䨹
26790 zpzp 䨻
26791 rufb 䨼
26792 eets 䨽
26793 azee 䨿
26794 lzee 䨿
26795 eem 䩀
26796 eelq 䩁
26797 alpg 䩂
26798 alpq 䩃
26799 alpb 䩅
26800 alp; 䩇
26801 alpz 䩈
26802 alph 䩉
26803 alpv 䩋
26804 alp, 䩌
26805 alpc 䩍
26806 alpk 䩎
26807 alpx 䩏
26808 rfos 䩐
26809 rftg 䩑
26810 rflx 䩓
26811 rfsb 䩔
26812 rfoj 䩕
26813 rfcl 䩖
26814 rfu 䩗
26815 rfax 䩘
26816 rfyx 䩙
26817 rfoa 䩚
26818 rfoh 䩚
26819 rfnl 䩛
26820 rfpf 䩜
26821 rf.k 䩝
26822 rfe; 䩞
26823 rfzg 䩟
26824 rfab 䩠
26825 rfzk 䩡
26826 rfoo 䩢
26827 rfiv 䩣
26828 rfy 䩧
26829 rfqx 䩨
26830 rfns 䩩
26831 rfne 䩪
26832 rfak 䩫
26833 rfzf 䩬
26834 rfzd 䩭
26835 rfwc 䩮
26836 rftc 䩮
26837 rfga 䩯
26838 rf;e 䩰
26839 rfie 䩱
26840 rfnb 䩲
26841 rfnb 䩳
26842 rffu 䩴
26843 rfjq 䩵
26844 rfd/ 䩶
26845 rfyh 䩷
26846 rffe 䩸
26847 rfqd 䩹
26848 rfkb 䩺
26849 rfg, 䩻
26850 rf.n 䩼
26851 rfq; 䩽
26852 rfn, 䩾
26853 rfnn 䪀
26854 rfcz 䪁
26855 rfvj 䪂
26856 rfy. 䪃
26857 rfrk 䪄
26858 rf// 䪅
26859 rfpi 䪆
26860 rffi 䪆
26861 rfdi 䪆
26862 rffh 䪇
26863 rf;n 䪈
26864 rfww 䪉
26865 rfyq 䪊
26866 rf;n 䪋
26867 rfjh 䪌
26868 rfe/ 䪍
26869 rfd; 䪎
26870 t;ql 䪐
26871 t;q, 䪕
26872 t;q. 䪖
26873 t;qb 䪗
26874 t;qc 䪘
26875 t;qb 䪚
26876 t;qp 䪛
26877 t;qy 䪜
26878 t;qb 䪝
26879 azea 䪞
26880 lzea 䪞
26881 ajda 䪟
26882 yjda 䪟
26883 lgda 䪠
26884 agda 䪠
26885 lgda 䪡
26886 agda 䪡
26887 lgda 䪢
26888 agda 䪢
26889 ajda 䪣
26890 eeap 䪤
26891 ejaa 䪥
26892 ypq 䪦
26893 ypgs 䪧
26894 yplh 䪨
26895 ypig 䪩
26896 ypkg 䪩
26897 b;yp 䪪
26898 ypaq 䪫
26899 ypff 䪬
26900 ypyp 䪭
26901 ypld 䪮
26902 ypyn 䪰
26903 tsam 䪱
26904 tlam 䪳
26905 jsam 䪴
26906 qdlm 䪵
26907 uaam 䪶
26908 l;am 䪷
26909 tsam 䪸
26910 zaam 䪹
26911 rxam 䪺
26912 xfam 䪻
26913 ddam 䪼
26914 ;agm 䪽
26915 alm. 䪾
26916 lp.m 䪿
26917 txam 䫀
26918 ljam 䫁
26919 mmam 䫂
26920 zaam 䫃
26921 k;sm 䫄
26922 nvam 䫅
26923 zgxm 䫆
26924 .jam 䫇
26925 digm 䫈
26926 z;am 䫊
26927 lvwm 䫋
26928 lplm 䫌
26929 eeam 䫍
26930 rakm 䫏
26931 vvam 䫐
26932 zqdm 䫑
26933 oasm 䫒
26934 y;am 䫓
26935 fjzm 䫔
26936 rjzm 䫔
26937 ykjm 䫕
26938 rqkm 䫖
26939 rakm 䫖
26940 etbm 䫗
26941 plkm 䫘
26942 ffvm 䫙
26943 m;am 䫚
26944 ktom 䫛
26945 dxxm 䫜
26946 xdxm 䫜
26947 xxdm 䫜
26948 lvpm 䫝
26949 ir,m 䫞
26950 ;mam 䫟
26951 .z;m 䫠
26952 itcm 䫡
26953 .esm 䫢
26954 .xzm 䫣
26955 jpym 䫤
26956 oxam 䫥
26957 rxum 䫦
26958 lpzm 䫧
26959 lpvm 䫧
26960 xxxm 䫩
26961 qsqm 䫬
26962 tq;m 䫮
26963 hzqm 䫯
26964 almq 䫰
26965 aljm 䫱
26966 zqnm 䫲
26967 /l/m 䫳
26968 vvam 䫴
26969 ljnm 䫵
26970 v..m 䫶
26971 q;rm 䫷
26972 q;fm 䫷
26973 a;;m 䫷
26974 zxx 䫺
26975 xtk 䫼
26976 xlq 䫽
26977 xnl 䫾
26978 xxb 䬀
26979 xqx 䬂
26980 xzax 䬄
26981 xzhx 䬄
26982 xlve 䬆
26983 k;sx 䬇
26984 xk;s 䬈
26985 xrc 䬉
26986 xzkk 䬊
26987 esx 䬌
26988 xl.n 䬍
26989 xy; 䬏
26990 xpu 䬑
26991 xnkb 䬒
26992 xyp 䬓
26993 xlpr 䬖
26994 palx 䬗
26995 xmod 䬙
26996 x.od 䬙
26997 xg, 䬚
26998 xrpk 䬝
26999 xrgh 䬞
27000 xohe 䬟
27001 zskd 䬠
27002 zskk 䬠
27003 rlpd 䬡
27004 rlpe 䬡
27005 rlpk 䬡
27006 ibj 䬢
27007 ibos 䬣
27008 bitx 䬤
27009 axix 䬥
27010 ibsb 䬦
27011 ibll 䬨
27012 zitx 䬩
27013 ibz 䬪
27014 iboa 䬫
27015 iboh 䬫
27016 ibjz 䬬
27017 ;jix 䬭
27018 ibxk 䬮
27019 ibe; 䬯
27020 ibj; 䬰
27021 ibva 䬱
27022 ibi 䬳
27023 ibva 䬴
27024 ibyk 䬵
27025 ibtx 䬶
27026 ibmm 䬷
27027 ambx 䬸
27028 ib;u 䬼
27029 ibks 䬽
27030 ibkl 䬾
27031 ibbq 䬿
27032 ibsn 䭀
27033 ooix 䭁
27034 ib;s 䭂
27035 ibin 䭃
27036 ibkn 䭃
27037 ibqd 䭄
27038 ibp; 䭅
27039 ibzu 䭉
27040 ibkv 䭋
27041 f;ux 䭌
27042 ibrv 䭎
27043 ibgf 䭏
27044 ibin 䭐
27045 ibic 䭑
27046 ibln 䭒
27047 ibdi 䭓
27048 ibln 䭔
27049 qoix 䭕
27050 ibn, 䭖
27051 ibys 䭗
27052 ibpc 䭘
27053 ibqp 䭙
27054 ibyr 䭚
27055 ibq. 䭛
27056 ibt. 䭛
27057 ibzc 䭜
27058 ibip 䭝
27059 ib/f 䭞
27060 ibfv 䭟
27061 ibnc 䭠
27062 ib.n 䭡
27063 ibnd 䭢
27064 ibye 䭣
27065 ib;n 䭤
27066 ibix 䭥
27067 ibfh 䭦
27068 ibnx 䭧
27069 ibd; 䭨
27070 jspr 䭪
27071 qpij 䭫
27072 qpwj 䭬
27073 iljm 䭭
27074 z.ij 䭮
27075 lvpd 䭯
27076 lvp, 䭱
27077 lvpd 䭲
27078 lvwp 䭳
27079 g,sh 䭵
27080 g,oj 䭹
27081 g,ys 䭺
27082 g,kj 䭻
27083 g,of 䭽
27084 g,oz 䭿
27085 g,ls 䮀
27086 g,xf 䮁
27087 g,zx 䮅
27088 g,zf 䮆
27089 g,tf 䮇
27090 g,mm 䮈
27091 g,ok 䮉
27092 g,zg 䮊
27093 g,kv 䮌
27094 g,.d 䮎
27095 g,a; 䮏
27096 g,.h 䮑
27097 g,qh 䮒
27098 g,ef 䮓
27099 g,of 䮔
27100 g,bb 䮕
27101 g,pp 䮖
27102 g,df 䮗
27103 g,qx 䮙
27104 g,r. 䮚
27105 g,th 䮛
27106 g,rv 䮜
27107 g,zp 䮞
27108 g,nb 䮟
27109 g,qp 䮠
27110 g,o. 䮡
27111 g,ao 䮢
27112 g,lo 䮢
27113 g,jy 䮤
27114 g,qd 䮥
27115 g,y; 䮦
27116 g,nf 䮨
27117 g,mu 䮩
27118 g,mv 䮪
27119 g,fz 䮬
27120 g,.s 䮭
27121 g,fm 䮮
27122 g,zm 䮮
27123 g,vm 䮮
27124 g,f. 䮮
27125 g,v. 䮮
27126 g,r. 䮯
27127 g,y; 䮰
27128 g,an 䮱
27129 g,lp 䮳
27130 g,bi 䮴
27131 g,kv 䮶
27132 g,// 䮷
27133 g,ex 䮹
27134 g,ye 䮺
27135 g,rh 䮻
27136 g,y, 䮽
27137 g,yq 䮾
27138 g,nc 䮿
27139 g,yh 䯁
27140 g,yz 䯁
27141 g,gv 䯂
27142 ganw 䯃
27143 ga;k 䯄
27144 gaab 䯅
27145 mus 䯆
27146 mub 䯇
27147 muas 䯈
27148 mujk 䯉
27149 muqd 䯊
27150 muzh 䯋
27151 mubs 䯌
27152 mubl 䯌
27153 muib 䯍
27154 mukb 䯍
27155 mukf 䯎
27156 mua; 䯏
27157 mul; 䯏
27158 mujk 䯐
27159 mucs 䯑
27160 mu.d 䯒
27161 murr 䯓
27162 munq 䯔
27163 mulb 䯕
27164 muab 䯕
27165 muhx 䯖
27166 muqr 䯗
27167 muxu 䯚
27168 mup. 䯜
27169 muzu 䯝
27170 mum; 䯞
27171 mui. 䯟
27172 mu/u 䯠
27173 mupu 䯠
27174 muic 䯡
27175 nvvu 䯢
27176 mu;m 䯣
27177 muip 䯤
27178 mup, 䯥
27179 mufx 䯦
27180 y;jz 䯨
27181 y;jm 䯪
27182 y;pf 䯬
27183 z.b 䯭
27184 z.lg 䯮
27185 z.gl 䯮
27186 z.cl 䯯
27187 z.ke 䯰
27188 z.z 䯱
27189 z.ts 䯲
27190 z.kx 䯳
27191 z.sb 䯴
27192 z.ff 䯵
27193 z.ua 䯶
27194 z.ax 䯷
27195 z.ak 䯸
27196 z.kk 䯸
27197 z.o; 䯺
27198 z.o; 䯻
27199 z.y; 䯽
27200 z.yf 䯿
27201 z.lw 䰀
27202 z.wc 䰁
27203 z.tc 䰁
27204 z..v 䰂
27205 z.ia 䰃
27206 z.pn 䰄
27207 z.am 䰅
27208 z.bv 䰆
27209 z.rh 䰇
27210 z.iq 䰈
27211 z.lb 䰉
27212 z.qh 䰊
27213 z.pw 䰋
27214 z..c 䰌
27215 z.vc 䰍
27216 z.;m 䰎
27217 z.rx 䰏
27218 z.qu 䰐
27219 z.ze 䰑
27220 z.f. 䰒
27221 z.lh 䰓
27222 z.lu 䰔
27223 z.eu 䰕
27224 z.om 䰖
27225 ej;s 䰗
27226 ebb. 䰘
27227 qjih 䰛
27228 qjkh 䰛
27229 tgqg 䰜
27230 qjip 䰝
27231 qjkp 䰝
27232 tgrd 䰞
27233 oxpd 䰠
27234 ox.d 䰢
27235 oxj. 䰣
27236 vpox 䰤
27237 oxlf 䰦
27238 oxes 䰧
27239 oxbj 䰨
27240 rlpx 䰩
27241 ,kux 䰪
27242 k,ux 䰪
27243 oxrs 䰫
27244 oxb; 䰬
27245 oxix 䰮
27246 oxqc 䰯
27247 zalx 䰰
27248 z;;x 䰱
27249 u,s 䰲
27250 u,ad 䰳
27251 u,gf 䰵
27252 u,f 䰷
27253 u,kx 䰸
27254 u,ax 䰹
27255 u,o 䰺
27256 u,ig 䰼
27257 u,kg 䰼
27258 u,ad 䰽
27259 u,yd 䰽
27260 u,ts 䰾
27261 u,jz 䱀
27262 u,zf 䱁
27263 u,xb 䱂
27264 u,oz 䱃
27265 u,.k 䱄
27266 u,gf 䱆
27267 u,pa 䱇
27268 u,ua 䱉
27269 u,, 䱊
27270 u,qi 䱏
27271 u,.f 䱐
27272 u,oo 䱑
27273 u,;s 䱒
27274 u,lb 䱓
27275 u,k. 䱔
27276 u,oz 䱕
27277 u,at 䱖
27278 lve, 䱘
27279 u,eb 䱙
27280 u,wc 䱚
27281 u,tc 䱚
27282 u,qx 䱛
27283 u,zc 䱞
27284 u,ax 䱠
27285 u,jd 䱢
27286 u,jo 䱤
27287 oaj, 䱥
27288 ofj, 䱥
27289 u,ky 䱦
27290 u,is 䱧
27291 u,ve 䱨
27292 v;e, 䱫
27293 u,gu 䱬
27294 u,na 䱭
27295 u,nh 䱭
27296 u,fz 䱮
27297 u,rz 䱮
27298 u,yd 䱱
27299 u,w. 䱲
27300 u,zr 䱳
27301 u,na 䱴
27302 u,nh 䱴
27303 u,kb 䱵
27304 u,ht 䱶
27305 eu,. 䱷
27306 u,ob 䱸
27307 u,iq 䱹
27308 u,di 䱺
27309 u,mu 䱻
27310 u,bx 䱼
27311 u,pw 䱾
27312 u,qo 䱿
27313 u,bh 䲁
27314 u,hc 䲂
27315 u,wv 䲃
27316 u,zs 䲅
27317 u,u, 䲆
27318 u,vn 䲇
27319 u,nv 䲈
27320 u,ro 䲉
27321 u,tu 䲊
27322 lmi, 䲍
27323 lmk, 䲍
27324 u,q. 䲎
27325 u,t. 䲎
27326 u,,b 䲏
27327 u,eb 䲐
27328 u,ix 䲑
27329 u,jf 䲒
27330 u,ik 䲓
27331 u,rh 䲖
27332 u,le 䲘
27333 u,lj 䲙
27334 u,vm 䲚
27335 u,fj 䲛
27336 u,u, 䲜
27337 uaks 䲝
27338 uay 䲞
27339 uaoj 䲟
27340 uazp 䲠
27341 uaip 䲡
27342 uiza 䲢
27343 ukza 䲢
27344 eua. 䲣
27345 uacp 䲤
27346 l,z 䲦
27347 ql, 䲨
27348 asl, 䲫
27349 l,os 䲬
27350 aas, 䲮
27351 lbl, 䲯
27352 gkl, 䲯
27353 aax, 䲰
27354 l,h 䲱
27355 kxl, 䲲
27356 ysl, 䲳
27357 ,l, 䲴
27358 cll, 䲵
27359 aas, 䲶
27360 l,v 䲷
27361 kel, 䲸
27362 zal, 䲹
27363 ral, 䲺
27364 yxl, 䲻
27365 orl, 䲼
27366 gl, 䲽
27367 qag, 䲾
27368 bql, 䲿
27369 l,oz 䳀
27370 l,zh 䳁
27371 j;l, 䳂
27372 l,ms 䳃
27373 eql, 䳄
27374 l,;k 䳅
27375 l,ls 䳈
27376 .hl, 䳉
27377 z.h, 䳊
27378 zbh, 䳊
27379 zlh, 䳊
27380 xul, 䳌
27381 rkl, 䳍
27382 rrl, 䳏
27383 zul, 䳑
27384 rl,x 䳒
27385 rlq, 䳓
27386 .gf, 䳕
27387 l,as 䳖
27388 l,lx 䳗
27389 l,lx 䳘
27390 pfa, 䳙
27391 paf, 䳚
27392 pwl, 䳛
27393 ivl, 䳜
27394 y;l, 䳝
27395 zfl, 䳞
27396 pul, 䳟
27397 ofl, 䳠
27398 kyl, 䳡
27399 rak, 䳢
27400 rlx, 䳣
27401 ,l, 䳤
27402 dib, 䳥
27403 dkh, 䳥
27404 nap, 䳦
27405 l,kz 䳧
27406 lpa, 䳨
27407 a/w, 䳩
27408 dal, 䳪
27409 baz, 䳫
27410 blz, 䳫
27411 bjl, 䳭
27412 uhb, 䳮
27413 opl, 䳯
27414 dda, 䳳
27415 /cl, 䳴
27416 l,.z 䳶
27417 l,nb 䳹
27418 iga, 䳺
27419 itp, 䳺
27420 kht, 䳺
27421 qol, 䳻
27422 l,q; 䳼
27423 bqi, 䳾
27424 ypr, 䴀
27425 npm, 䴁
27426 jp., 䴂
27427 j;., 䴂
27428 rrr, 䴃
27429 .jm, 䴄
27430 ffm, 䴅
27431 cai, 䴆
27432 zib, 䴇
27433 zkh, 䴇
27434 ljl, 䴈
27435 lj,, 䴈
27436 /ql, 䴉
27437 irl, 䴊
27438 l,/x 䴋
27439 l,f. 䴌
27440 mml, 䴍
27441 nar, 䴐
27442 z;;, 䴒
27443 ajda 䴓
27444 yk.a 䴔
27445 amea 䴕
27446 rula 䴖
27447 jzha 䴗
27448 .esa 䴘
27449 ep.s 䴚
27450 ep.u 䴛
27451 ep.b 䴝
27452 ep.y 䴞
27453 aczq 䴡
27454 yqqy 䴦
27455 yqqw 䴧
27456 yqqc 䴨
27457 yqqc 䴩
27458 yqqc 䴪
27459 fkkl 䴭
27460 zkkl 䴭
27461 vkkl 䴭
27462 fkkd 䴮
27463 zkkd 䴮
27464 vkkd 䴮
27465 fkkq 䴱
27466 zkkq 䴱
27467 vkkq 䴱
27468 zkka 䴲
27469 vkka 䴲
27470 fkkk 䴳
27471 zkkk 䴳
27472 vkkk 䴳
27473 zkk; 䴴
27474 vkk; 䴴
27475 fkkv 䴹
27476 zkkv 䴹
27477 vkkv 䴹
27478 zkk; 䴺
27479 vkk; 䴺
27480 lvlm 䴻
27481 fkkq 䴾
27482 zkkq 䴾
27483 vkkq 䴾
27484 fkkh 䵁
27485 zkkh 䵁
27486 zkk; 䵂
27487 vkk; 䵂
27488 fkkk 䵃
27489 zkkk 䵃
27490 vkkk 䵃
27491 rh.. 䵅
27492 rl.. 䵅
27493 nvv. 䵇
27494 .x.v 䵈
27495 jyrk 䵊
27496 rpku 䵋
27497 rpfu 䵋
27498 rpkk 䵌
27499 rpke 䵎
27500 rpfe 䵎
27501 rpk. 䵏
27502 rpf. 䵏
27503 lvkh 䵑
27504 lvkp 䵒
27505 lvkf 䵓
27506 lvkp 䵔
27507 lvkp 䵗
27508 lvk. 䵘
27509 lvko 䵚
27510 lvkr 䵛
27511 lvkx 䵜
27512 p,s 䵝
27513 p,e 䵞
27514 p,af 䵟
27515 p,lh 䵠
27516 azp, 䵡
27517 p,av 䵢
27518 p,pa 䵣
27519 afp, 䵤
27520 p,cf 䵦
27521 rp,x 䵧
27522 p,z. 䵨
27523 lve, 䵩
27524 p,pq 䵪
27525 p,cp 䵬
27526 p,rp 䵭
27527 p,rh 䵭
27528 p,p. 䵮
27529 p,op 䵯
27530 p,o. 䵰
27531 p,;v 䵲
27532 p,ip 䵳
27533 p,jt 䵴
27534 p,ja 䵴
27535 p,jq 䵴
27536 ljz, 䵵
27537 l;jt 䵶
27538 l;ja 䵶
27539 l;jq 䵶
27540 l;js 䵶
27541 rrjt 䵷
27542 rrja 䵷
27543 rrjq 䵷
27544 lv,t 䵸
27545 lv,a 䵸
27546 lv,q 䵸
27547 lv,s 䵸
27548 oz;t 䵹
27549 oz;a 䵹
27550 oz;q 䵹
27551 oz;s 䵹
27552 rjg 䵺
27553 jgft 䵻
27554 xmfg 䵼
27555 x.fg 䵼
27556 kfhb 䵾
27557 r;ip 䶁
27558 owlh 䶂
27559 owig 䶃
27560 owkg 䶃
27561 owai 䶄
27562 ow.; 䶅
27563 owky 䶆
27564 owpu 䶇
27565 owqh 䶈
27566 owop 䶉
27567 ljpr 䶊
27568 ljpb 䶋
27569 ljpk 䶋
27570 axrf 䶍
27571 ktgf 䶏
27572 ljpp 䶐
27573 ykdw 䶒
27574 jdye 䶓
27575 eigs 䶔
27576 eits 䶕
27577 eiig 䶖
27578 eikg 䶖
27579 eiqd 䶗
27580 eiy 䶘
27581 eiqt 䶙
27582 ei/ 䶚
27583 amei 䶛
27584 eio; 䶜
27585 eizk 䶝
27586 eirk 䶞
27587 eijo 䶟
27588 zqxi 䶠
27589 eime 䶡
27590 eizx 䶢
27591 eidi 䶣
27592 eimu 䶤
27593 eiea 䶥
27594 eirm 䶦
27595 eiik 䶨
27596 eiye 䶩
27597 eirx 䶪
27598 ei;. 䶫
27599 afyq 䶬
27600 zqhr 䶭
27601 zqhz 䶮
27602 wjjt 䶯
27603 wjj. 䶯
27604 wjjs 䶯
27605 wlj. 䶯
27606 wljt 䶯
27607 jjaq 䶰
27608 ljaq 䶰
27609 .hja 䶱
27610 .hjt 䶱
27611 .hj. 䶱
27612 .hjs 䶱
27613 .hl. 䶱
27614 .hlt 䶱
27615 jrl. 䶲
27616 jrlt 䶲
27617 jrja 䶲
27618 jrjt 䶲
27619 jrj. 䶲
27620 jrjs 䶲
27621 i;;s 䶳
27622 ,jkf 䶴
27623 i;;s 䶵
27624 lz; 呑
27625 lrx 丢
27626 csb 没
27627 amsb 殁
27628 jja 册
27629 wjja 姗
27630 vjja 栅
27631 jjae 删
27632 ixx 兹
27633 .ve 刹
27634 cpu 温
27635 npu 愠
27636 wpu 媪
27637 opu 氲
27638 appu 醖
27639 fxpu 藴
27640 uac 県
27641 ;;g, 駡
27642 yp;c 禀
27643 oqsb 毁
27644 t,mq 隣
27645 l;mm 够
27646 cel; 濶
27647 cqky 滙
27648 ozao 擧
27649 lvlf 犂
27650 ocjo 撑
27651 yo;x 襃
27652 g.; 啓
27653 tg;/ 强
27654 iveb 敍
27655 izts 巻
27656 kjk 仭
27657 jaa. 冡
27658 lpm 囱
27659 zme 厠
27660 zal. 厦
27661 zyuq 龎
27662 zqih 厨
27663 vzrh 櫉
27664 vzqh 橱
27665 xzpr 纒
27666 olsb 抛
27667 oslb 抛
27668 ;be 别
27669 lu. 衆
27670 aamx 貮
27671 sl, 鳯
27672 o.od 摇
27673 .ofn 遥
27674 y.od 謡
27675 okyd 擕
27676 okyg 携
27677 pfqs 艶
27678 peqs 艶
27679 xmfz 奬
27680 w,xf 彞
27681 .vax 弑
27682 ar.d 瑶
27683 y.n 这
27684 fky 莅
27685 aee 耻
27686 uale 腼
27687 yk.b 効
27688 k.h 仪
27689 ,,i 炏
27690 ,,,i 㷋
27691 ,,,i 䊏
27692 ,,,,i 灬
27693 ,,,,i 㡀
27694 ,,jbi 䎕
27695 ,,jdi 嵤
27696 ,,jii 䝁
27697 ,,jpi 㽦
27698 ,,jpi 䪯
27699 ,,jsi 焭
27700 ,,jvi 檾
27701 ,,mqi 㷠
27702 ,.i 炇
27703 ,.bi 炍
27704 ,.gfi 粰
27705 ,.j.i 龞
27706 ,/i 烛
27707 ,a/fi 䊤
27708 ,a/ri 㷑
27709 ,almi 烦
27710 ,almi 頪
27711 ,bbyi 䊮
27712 ,cli 粆
27713 ,di 灿
27714 ,di 籼
27715 ,ei 灲
27716 ,e;i 炶
27717 ,fi 灷
27718 ,fi 炐
27719 ,f;ui 煳
27720 ,fe/i 爤
27721 ,fjzi 䊔
27722 ,fpmi 䊪
27723 ,fpzi 㷬
27724 ,gi 炻
27725 ,gi 炉
27726 ,gi 粐
27727 ,gjfi 糄
27728 ,htxi 粮
27729 ,ii 䉽
27730 ,i/pi 糩
27731 ,i;i 粭
27732 ,iuei 㷙
27733 ,jfi 㶲
27734 ,jjzi 焕
27735 ,jki 籾
27736 ,jki 㶧
27737 ,jsi 㶩
27738 ,jsi 䙺
27739 ,l,pi 䊩
27740 ,lpi 㶷
27741 ,lpfi 焷
27742 ,lpri 䊗
27743 ,lqi 灹
27744 ,lqi 籷
27745 ,lz;i 㶺
27746 ,mi 㶤
27747 ,mqsi 䚏
27748 ,nrki 䊯
27749 ,oi 䉼
27750 ,o/,i 爋
27751 ,osi 䊁
27752 ,oszi 䊈
27753 ,pi 畑
27754 ,pi 畨
27755 ,p/bi 䊡
27756 ,pa.i 糃
27757 ,pafi 㷸
27758 ,pffi 爗
27759 ,pqqi 䊐
27760 ,prfi 爗
27761 ,pui 煴
27762 ,pvi 焑
27763 ,pvi 㷄
27764 ,qi 䉺
27765 ,qhi 䊇
27766 ,qhhi 煿
27767 ,qpi 煏
27768 ,qpi 㷮
27769 ,qspi 糣
27770 ,qxi 㷃
27771 ,rasi 糂
27772 ,rghi 䊭
27773 ,rki 粪
27774 ,rki 粠
27775 ,rpki 䊣
27776 ,rqki 糂
27777 ,si 籶
27778 ,si 灮
27779 ,si 㐘
27780 ,ti 邩
27781 ,tdei 䊥
27782 ,tedi 䊥
27783 ,tfbi 䊕
27784 ,vai 㶬
27785 ,vai 㶱
27786 ,wi 娄
27787 ,xi 煈
27788 ,xami 颣
27789 ,yk;i 䊞
27790 ,ysi 粇
27791 ,zi 类
27792 ,zi 炋
27793 ,zbi 炍
27794 ,zfmi 爄
27795 ,zui 焴
27796 .,i 夈
27797 ..i 㣊
27798 ....i 夂
27799 ....i 彡
27800 ....i 攵
27801 ....i 犭
27802 ....i 乑
27803 ....i 夊
27804 ....i 爫
27805 ....i 㐅
27806 ....i 㸚
27807 ..;i 狢
27808 ..d.i 㣭
27809 ./i 独
27810 .;;fi 軃
27811 .;;fi 㺗
27812 .aadi 衏
27813 .aadi 乕
27814 .afxi 㣝
27815 .almi 须
27816 .almi 䫉
27817 .alpi 㹮
27818 .alwi 媭
27819 .ari 彺
27820 .ari 㸒
27821 .arni 㤮
27822 .awqi 㹵
27823 .azxi 㣝
27824 .bi 务
27825 .bqi 径
27826 .bqi 㹩
27827 .bqi 䝚
27828 .ci 处
27829 .ci 辵
27830 .cpi 㹺
27831 .daei 猯
27832 .ddi 䠳
27833 .dksi 爮
27834 .eci 徏
27835 .eei 猅
27836 .esi 䖊
27837 .esi 䝞
27838 .f/ni 徳
27839 .f;yi 貛
27840 .fhi 寽
27841 .fji 乕
27842 .fjni 憄
27843 .fjni 逓
27844 .fjzi 䝟
27845 .fli 犲
27846 .fni 徔
27847 .fpi 猫
27848 .fpzi 獏
27849 .gi 㣗
27850 .gfsi 犼
27851 .gfsi 㐠
27852 .gjfi 徧
27853 .hi 义
27854 .htxi 躴
27855 .iadi 衔
27856 .ibi 䠲
27857 .iuei 㺄
27858 .iuei 䠼
27859 .j;i 㹦
27860 .jqi 㣚
27861 .jsi 觅
27862 .jsi 躭
27863 .ki 处
27864 .khbi 䠲
27865 .kk,i 䳷
27866 .kkni 䢨
27867 .kvi 㹯
27868 .l;i 豿
27869 .l;i 㣘
27870 .lhi 犳
27871 .lpi 狛
27872 .lpi 狥
27873 .lpi 貃
27874 .lpfi 獔
27875 .lpfi 獆
27876 .lpni 㦝
27877 .lpsi 㹸
27878 .lri 㸒
27879 .mi 狈
27880 .ni 犷
27881 .ni 㣻
27882 .naci 猔
27883 .nami 獱
27884 .nndi 㣷
27885 .oi 㹞
27886 .ofni 遥
27887 .ori 徃
27888 .osi 貎
27889 .pi 备
27890 .pi 㸓
27891 .p/bi 䝢
27892 .p;wi 軁
27893 .p;wi 㺏
27894 .pvi 躶
27895 .qi 夅
27896 .qxi 躼
27897 .r;i 㣟
27898 .rjzi 䝟
27899 .rpki 㣴
27900 .rrsi 徺
27901 .si 処
27902 .si 㐍
27903 .s,i 䠷
27904 .sbi 䝘
27905 .t;ci 躛
27906 .t;di 衞
27907 .t;di 䘙
27908 .t;yi 讏
27909 .tbi 狓
27910 .tbi 䝛
27911 .tgi 㐆
27912 .txi 貇
27913 .vi 条
27914 .vi 杀
27915 .vi 狇
27916 .vi 䝗
27917 .v;mi 獭
27918 .vaxi 弑
27919 .vei 刹
27920 .vkki 猍
27921 .xk.i 㼎
27922 .xk.i 㼒
27923 .xk.i 䝜
27924 .xk/i 㼖
27925 .xksi 㼉
27926 .yi 䠴
27927 .ypri 徸
27928 .yri 㹥
27929 .yuqi 䡁
27930 .yzhi 狱
27931 .zi 㣕
27932 .zai 豾
27933 .zjhi 㹷
27934 .zkci 䝤
27935 .zkki 㣣
27936 .zlci 䝠
27937 .zqdi 躸
27938 .zqdi 䝝
27939 .zubi 勶
27940 /,i 䍘
27941 /.d.i 䍟
27942 //i 䖵
27943 /afi 蚈
27944 /afi 虶
27945 /afi 䍐
27946 /ajki 蜽
27947 /bbbi 蛠
27948 /ci 虲
27949 /ci 眔
27950 /fjfi 罱
27951 /ftdi 蟏
27952 /fzfi 蠎
27953 /gi 䖨
27954 /hi 蚄
27955 /htxi 䍚
27956 /ii 罖
27957 /ifi 䖫
27958 /jaai 蚦
27959 /jki 㰩
27960 /jsi 蚬
27961 /k;si 蜕
27962 /kfhi 㝶
27963 /ktli 罤
27964 /kyi 䍜
27965 /l,i 䗇
27966 /l,i 䳋
27967 /lafi 䗗
27968 /mi 罗
27969 /mi 蛽
27970 /oaai 䍕
27971 /oahi 䍕
27972 /ohpi 䗜
27973 /pei 蜖
27974 /qi 蛼
27975 /qdli 䍓
27976 /rlpi 螧
27977 /si 虬
27978 /ui 蛊
27979 /ui 蚏
27980 /ui 昷
27981 /vi 䍒
27982 /y.mi 䍠
27983 /yei 罚
27984 /ykei 䍤
27985 /yqqi 䍡
27986 /yxi 䍗
27987 ;.i 呚
27988 ;.odi 㗸
27989 ;/mi 啰
27990 ;;i 吕
27991 ;;i 吅
27992 ;;;gi 㗁
27993 ;;a;i 嚣
27994 ;;a;i 嚻
27995 ;;agi 㕺
27996 ;;ami 颚
27997 ;;g,i 駡
27998 ;;pqi 嘼
27999 ;;psi 鼍
28000 ;;q;i 噐
28001 ;;si 呪
28002 ;afi 咞
28003 ;agxi 飸
28004 ;ajki 唡
28005 ;alei 㖇
28006 ;alxi 嘠
28007 ;ari 㕵
28008 ;bi 叹
28009 ;bi 㕧
28010 ;bei 别
28011 ;ci 卟
28012 ;cmi 唢
28013 ;dami 贵
28014 ;dami 䫭
28015 ;dani 遗
28016 ;dni 迚
28017 ;eii 啮
28018 ;eqi 㖸
28019 ;eui 㗴
28020 ;fi 叶
28021 ;fi 㕩
28022 ;fafi 哶
28023 ;ffmi 喷
28024 ;fjci 嚔
28025 ;fjxi 噄
28026 ;gai 吗
28027 ;hi 㕫
28028 ;ii 唫
28029 ;izsi 啳
28030 ;ji 叧
28031 ;jjzi 唤
28032 ;jki 呐
28033 ;jki 呙
28034 ;jqi 喗
28035 ;ki 叺
28036 ;ki 㕥
28037 ;kei 㖉
28038 ;ktli 㖒
28039 ;ky,i 噍
28040 ;lfi 吀
28041 ;lpi 㕷
28042 ;lpfi 唕
28043 ;lpfi 噑
28044 ;lqi 㕰
28045 ;lvi 咊
28046 ;lz;i 㖔
28047 ;mi 员
28048 ;mi 呗
28049 ;mbi 勋
28050 ;mmwi 嘤
28051 ;mti 郧
28052 ;ni 吣
28053 ;pri 㖏
28054 ;qi 叿
28055 ;qi 唓
28056 ;qhi 咓
28057 ;qmi 唝
28058 ;rl.i 嘋
28059 ;rlpi 啫
28060 ;rmi 啧
28061 ;si 叽
28062 ;ti 啲
28063 ;tdsi 䣈
28064 ;vi 㕲
28065 ;xlhi 哟
28066 ;yi 㕸
28067 ;y;.i 噋
28068 ;y;xi 㗒
28069 ;ykhi 㖡
28070 ;zi 呋
28071 ;zi 㕦
28072 ;zaei 㗏
28073 ;zrri 喹
28074 ;zshi 㕱
28075 ;zui 哊
28076 a,i 灭
28077 a,i 来
28078 a.a.i 䝒
28079 a.afi 豣
28080 a.fmi 豮
28081 a/i 覀
28082 a/i 䖝
28083 a/,i 䙳
28084 a/a.i 飘
28085 a/abi 勡
28086 a/mi 贾
28087 aaaxi 贰
28088 aaaxi 弍
28089 aaaxi 弐
28090 aaaxi 弎
28091 aaaxi 㦮
28092 aaei 㱏
28093 aaj,i 䳐
28094 aamxi 貮
28095 aasmi 顽
28096 aassi 鼋
28097 aaxi 戋
28098 aaxi 弌
28099 aaxxi 㦶
28100 aaxxi 䰟
28101 aci 㝳
28102 adi 丅
28103 adami 顶
28104 adsi 㐉
28105 adsmi 顿
28106 ae;mi 聩
28107 aeai 㠪
28108 aea,i 鵶
28109 aea;i 䎸
28110 aeami 頙
28111 aeami 䪲
28112 aeani 䢝
28113 aeb,i 㷅
28114 aeei 耻
28115 aelni 聦
28116 aeni 䢋
28117 aendi 聍
28118 aesi 䎲
28119 afi 开
28120 af,i 㶣
28121 af.i 攼
28122 af.i 㪀
28123 af;ai 鸹
28124 af;ai 䑙
28125 af;ai 䑛
28126 af;ni 憇
28127 af;si 乱
28128 afa,i 䵤
28129 afami 顸
28130 afaqi 䶬
28131 afkyi 䧲
28132 afni 迀
28133 afni 䢎
28134 afui 㿻
28135 afui 㿼
28136 agi 丂
28137 ajdi 両
28138 ajdi 帀
28139 ajhni 逦
28140 ajhti 郦
28141 ali 丆
28142 alj,i 䎡
28143 aljei 㓴
28144 aljhi 㼲
28145 aljxi 䰭
28146 almi 页
28147 alpei 㓦
28148 alpei 䩆
28149 alpsi 靤
28150 alpsi 䩄
28151 alpsi 䩊
28152 am;mi 殒
28153 am;mi 殨
28154 am;mi 㱮
28155 amaxi 残
28156 ame,i 烮
28157 ame,i 殩
28158 ameni 㤠
28159 amnki 殡
28160 amo.i 殇
28161 amrmi 㱴
28162 amsbi 殁
28163 amyhi 㱻
28164 ani 辷
28165 apadi 䣪
28166 apafi 酑
28167 apaxi 酝
28168 apaxi 䣧
28169 apaxi 䣬
28170 apf;i 䤀
28171 apfhi 専
28172 aplqi 䣨
28173 aplvi 䤕
28174 apnei 釄
28175 appci 䤖
28176 appui 醖
28177 apqpi 醩
28178 apqpi 䤐
28179 aprhi 醻
28180 apx.i 醦
28181 apyxi 醸
28182 apzui 酭
28183 ar.bi 瑷
28184 ar.ci 㻩
28185 ar.di 瑶
28186 ar.fi 琒
28187 arabi 㻓
28188 aradi 玮
28189 aradi 㺰
28190 arafi 㻼
28191 aragi 㺮
28192 arahi 珏
28193 arami 顼
28194 aravi 琹
28195 araxi 甙
28196 araxi 珷
28197 arbi 玏
28198 arbbi 珕
28199 arbfi 㻵
28200 arbmi 颋
28201 arcmi 琐
28202 arddi 㼇
28203 arebi 㺳
28204 arifi 㻂
28205 aripi 㻥
28206 arj;i 㺾
28207 arjfi 珲
28208 arjki 㺵
28209 arjsi 现
28210 arjsi 㻊
28211 arkli 㻪
28212 arkxi 玜
28213 arl,i 瑦
28214 arlci 瓈
28215 arlci 㻄
28216 armwi 璎
28217 arnci 琔
28218 arnsi 琓
28219 arofi 㻔
28220 aromi 瓒
28221 aromi 璳
28222 aromi 瓆
28223 arp.i 㻀
28224 arp.i 㻛
28225 arpci 瑅
28226 arqdi 㺿
28227 arqni 琏
28228 arqpi 㻸
28229 arrki 㻣
28230 arrri 璂
28231 arrsi 㻣
28232 arsdi 㺩
28233 artci 㻖
28234 arxi 㺨
28235 arxxi 㼄
28236 ary.i 珳
28237 ary.i 㻻
28238 aryfi 琗
28239 aryfi 㻭
28240 arysi 璄
28241 aryxi 瓌
28242 arzei 瓑
28243 arzhi 珑
28244 arzhi 㺴
28245 arzui 㻙
28246 arzui 㻟
28247 arzxi 珹
28248 arzxi 珬
28249 at;ni 䢩
28250 av.fi 㹈
28251 av.qi 㲠
28252 axaxi 㦯
28253 axrei 䶍
28254 azci 沗
28255 azni 㤁
28256 b;mi 贺
28257 b;ni 㤎
28258 b;y,i 鸊
28259 b;yai 䴙
28260 b;yci 㵨
28261 b;yfi 孹
28262 baahi 㷉
28263 baaxi 层
28264 bbi 劝
28265 bbi 双
28266 bbi 㕛
28267 bbi 㞋
28268 bbbi 叒
28269 bbbbi 习
28270 bbbbi 廴
28271 bbbbi 癶
28272 bbbbi 敠
28273 bbbbi 叕
28274 bbbmi 颡
28275 bbbmi 䝱
28276 bbbmi 䫎
28277 bbbni 逫
28278 bbk.i 㪬
28279 bblsi 䎂
28280 bblxi 㦻
28281 bfi 癷
28282 bgd,i 熃
28283 bgd,i 䱯
28284 bgd,i 䳱
28285 bgd.i 敄
28286 bgd.i 䂊
28287 bgd/i 䂈
28288 bgd/i 䖥
28289 bgdbi 矝
28290 bgdbi 矡
28291 bgdii 䜼
28292 bgdii 䥐
28293 bgdmi 预
28294 bgdmi 䂎
28295 bgdni 愗
28296 bgdni 㥤
28297 bgdpi 暓
28298 bgdri 䂇
28299 bgdri 䂌
28300 bgdvi 㮗
28301 bgdwi 㜈
28302 bhi 㕚
28303 bjfbi 勈
28304 bl,i 鳮
28305 bl,i 䲩
28306 bmi 屃
28307 bmi 屓
28308 bni 边
28309 bqisi 覴
28310 bqni 迳
28311 bqs,i 䊠
28312 bsi 劜
28313 bsi 凥
28314 bti 邓
28315 bvi 杘
28316 byi 㞐
28317 bzi 屚
28318 c,i 洣
28319 c.i 汷
28320 c.i 㲼
28321 c.i 㳊
28322 c.ari 湰
28323 c/i 浊
28324 c/.i 潨
28325 c/.i 潈
28326 c/kki 潨
28327 c/kki 潈
28328 c;dmi 溃
28329 c;mi 涢
28330 cai 业
28331 ca,i 涞
28332 caagi 汚
28333 caaxi 浅
28334 caei 泟
28335 cagdi 㴠
28336 cajdi 沞
28337 casqi 尡
28338 casqi 韑
28339 casqi 䆪
28340 caxxi 㵴
28341 cbi 汉
28342 cbbki 㵤
28343 cbgdi 汿
28344 cbgmi 滪
28345 cbqi 泾
28346 ccci 尛
28347 ccci 渁
28348 ccci 㴇
28349 ccrki 㶂
28350 cdi 凼
28351 cecmi 濒
28352 cel;i 濶
28353 cemi 浈
28354 cfi 沣
28355 cfj.i 㴾
28356 cfjbi 涝
28357 cfjsi 滟
28358 cfjxi 潆
28359 cfk;i 瀒
28360 cflni 㴀
28361 cfpsi 㵧
28362 cftdi 潇
28363 cgi 沪
28364 cgi 沯
28365 chddi 浉
28366 ci;fi 㵸
28367 ci;ki 㶑
28368 cif;i 㵛
28369 cirxi 溬
28370 cizxi 溬
28371 cji 泪
28372 cj;i 尙
28373 cj;di 幤
28374 cj;hi 㽆
28375 cj;mi 赏
28376 cj;mi 㗬
28377 cjaai 泻
28378 cjhei 涩
28379 cjjzi 涣
28380 cjki 汣
28381 cjki 㲽
28382 cjki 㳄
28383 cjkyi 㴶
28384 cjsi 覍
28385 cki 氼
28386 cki 汄
28387 ck.i 㳇
28388 ck.ii 㵚
28389 ck;si 涚
28390 ckqi 沦
28391 ckyi 涖
28392 cl,i 溩
28393 cl/.i 潨
28394 cl/.i 潈
28395 cl/ki 潨
28396 cl/ki 潈
28397 clafi 㶘
28398 cljhi 㼳
28399 clpfi 渒
28400 clu.i 潨
28401 clu.i 潈
28402 cmaxi 溅
28403 cmei 测
28404 cni 浐
28405 cni 㲿
28406 cnkki 㴱
28407 cnkri 潌
28408 cnkri 㴏
28409 cntci 濓
28410 coi 㳫
28411 cofi 汼
28412 cofi 涶
28413 cpi 畓
28414 cpfgi 涠
28415 cpki 㳛
28416 cprhi 濐
28417 cpui 温
28418 cpymi 灏
28419 cqi 汇
28420 cqi 㲺
28421 cqaxi 㵄
28422 cqkyi 滙
28423 cqxi 涱
28424 cri 尘
28425 cri 坔
28426 cri 汢
28427 crjdi 満
28428 crjki 满
28429 crjni 懑
28430 crl.i 漖
28431 crmi 渍
28432 crri 漌
28433 crxi 溸
28434 csi 㲸
28435 csi 㲹
28436 csbi 没
28437 ctgki 涨
28438 ctgxi 涨
28439 cui 泴
28440 cui 盀
28441 cui 㳉
28442 cui 㳑
28443 cuai 渔
28444 cvi 㳈
28445 cv;mi 濑
28446 cv;mi 瀬
28447 cvji 洓
28448 cxkyi 潍
28449 cy;di 涥
28450 cyci 洂
28451 cyk.i 滧
28452 cyk;i 滳
28453 cykxi 滚
28454 cyofi 浒
28455 cyufi 灜
28456 cyuhi 灜
28457 cyuzi 灜
28458 cyxvi 㳿
28459 czi 㳅
28460 czaxi 浱
28461 czbi 沥
28462 czci 尜
28463 czfhi 涛
28464 czni 㳠
28465 czpi 㵢
28466 czqni 㵦
28467 czshi 浝
28468 czxi 㳒
28469 d.bi 岅
28470 d.d.i 嵏
28471 d.fi 峯
28472 d.kci 嵸
28473 d/eei 㠑
28474 d;;.i 巗
28475 d;;gi 㟧
28476 d;;gi 㠋
28477 dai 丄
28478 dai 㞢
28479 dafi 屽
28480 dalmi 颛
28481 damei 峢
28482 darfi 㟖
28483 daxxi 㟞
28484 dbbpi 㠄
28485 dbddi 崫
28486 dci 汖
28487 dcavi 嶫
28488 dcavi 㸣
28489 ddi 岀
28490 ddi 㸞
28491 ddddi 丨
28492 ddddi 亅
28493 dddmi 顺
28494 deqhi 巚
28495 dfafi 㠏
28496 dffii 㠦
28497 dffui 豓
28498 dfjmi 巅
28499 dfjmi 巓
28500 dfumi 巅
28501 dfumi 巓
28502 dhtxi 㟍
28503 dii 崯
28504 dibi 岺
28505 dijfi 崘
28506 dijki 嵚
28507 dirqi 嵳
28508 dirxi 㠖
28509 diuei 嵛
28510 dizqi 嵳
28511 dji 屶
28512 dji 崅
28513 dj;i 岹
28514 dj;hi 㸥
28515 djhi 岃
28516 djhi 㞮
28517 djidi 㟠
28518 djki 岃
28519 djki 㰞
28520 djki 㸝
28521 djqi 峝
28522 djqi 㟦
28523 djsi 岘
28524 djsi 覑
28525 dki 丬
28526 dki 㞤
28527 dki 㞥
28528 dkei 峜
28529 dkhbi 岺
28530 dkhmi 䫈
28531 dky,i 嶣
28532 dky,i 䳽
28533 dl,i 嶋
28534 dl,i 嶌
28535 dlefi 辥
28536 dlefi 孼
28537 dloxi 峩
28538 dlpfi 㟸
28539 dlz;i 㠐
28540 dmi 岁
28541 dmei 刿
28542 dni 㞫
28543 doei 岞
28544 doxi 㟴
28545 dozki 㠘
28546 dpi 旧
28547 dpi 峀
28548 dpi 㞱
28549 dp;wi 㟺
28550 dpfi 峀
28551 dpf;i 崓
28552 dpqqi 崐
28553 dqi 屸
28554 dqi 㞬
28555 dqdi 㞹
28556 dqhi 㼘
28557 dqoi 嶃
28558 dqoci 㠜
28559 dqpi 㸟
28560 draki 㠌
28561 drrsi 嶤
28562 dsi 乢
28563 dsi 凣
28564 dsi 㞦
28565 dti 邖
28566 dtl;i 㟒
28567 dtsi 岂
28568 dtssi 凯
28569 dtssi 觊
28570 dui 岄
28571 dvkxi 㟣
28572 dvpi 崬
28573 dxx.i 㠁
28574 dyi 訔
28575 dy;;i 嵪
28576 dy;di 嵜
28577 dy;fi 巐
28578 dykfi 崪
28579 dykhi 嵭
28580 dyuqi 巄
28581 dzi 屵
28582 dzi 㞸
28583 dzafi 㟁
28584 dzaxi 嵗
28585 dzbi 岅
28586 dziki 嶥
28587 dzkci 嶛
28588 dzqdi 㟢
28589 dzrri 崕
28590 e.i 䖍
28591 e;jsi 觇
28592 e;ni 㤐
28593 eaci 尗
28594 eaci 閇
28595 eafi 䖉
28596 eajdi 师
28597 ebi 虏
28598 ebi 卢
28599 ebi 攴
28600 ebi 㢟
28601 eci 閖
28602 eci 歨
28603 ecafi 颦
28604 ecami 频
28605 ecasi 觑
28606 edi 閊
28607 edami 顺
28608 eei 闁
28609 eeei 歮
28610 eeeei 刂
28611 egi 䦒
28612 eii 齿
28613 eii 䦦
28614 ei;ci 龊
28615 eia;i 龉
28616 eibri 龌
28617 eieqi 龇
28618 eiibi 龄
28619 eij;i 龆
28620 eikbi 龄
28621 eilmi 龋
28622 eilsi 龅
28623 eioi 齨
28624 eioi 龂
28625 eiosi 龁
28626 eiqi 龀
28627 eirsi 䶧
28628 eitxi 龈
28629 eiuai 龃
28630 ejabi 㕡
28631 ejabi 㕢
28632 ejabi 㪫
28633 ejari 壡
28634 eki 閄
28635 ek;si 閲
28636 ekyi 雐
28637 ekyi 䧳
28638 eli 閁
28639 emi 贞
28640 emi 閴
28641 emi 歺
28642 emi 㱑
28643 emb,i 䱗
28644 eni 虑
28645 eoi 䦐
28646 eosi 䦍
28647 eosi 䦧
28648 ep.hi 卥
28649 ep.ki 鹸
28650 ep.qi 鹾
28651 ep.xi 䴜
28652 epfbi 㪕
28653 eqi 閳
28654 eqi 䖈
28655 eqai 丠
28656 eqdi 㱒
28657 eqii 䖒
28658 eqjdi 㠿
28659 eqjhi 㼱
28660 eqjki 㰣
28661 eqmi 赀
28662 eqmi 㱔
28663 eqti 歫
28664 eri 䦌
28665 erfhi 䦙
28666 erki 閧
28667 eti 归
28668 euabi 㪥
28669 exi 闏
28670 eyi 閚
28671 eyjdi 閙
28672 ezaxi 歳
28673 f.i 䒘
28674 f.hi 芆
28675 f.l,i 蔿
28676 f.pri 䔆
28677 f.xki 苽
28678 f/jmi 顭
28679 f;;;i 䓵
28680 f;;;i 䖀
28681 f;;gi 蕚
28682 f;;mi 颧
28683 f;;mi 賷
28684 f;;ti 䕤
28685 f;dmi 蒉
28686 f;kyi 䧸
28687 f;sbi 勊
28688 fai 丗
28689 fai 㐀
28690 faaci 䒬
28691 faadi 苇
28692 fafi 芉
28693 fafi 茾
28694 fafei 荆
28695 fajdi 帯
28696 fajdi 䒥
28697 fajki 䓣
28698 faxxi 菚
28699 fbi 艻
28700 fbi 㔹
28701 fbgmi 蓣
28702 fbqi 茎
28703 fci 䒕
28704 fcafi 䓑
28705 fclpi 萡
28706 fctbi 蓡
28707 fctbi 薓
28708 fdi 击
28709 fdfui 豓
28710 fei 苢
28711 fe;i 蔄
28712 feqi 苝
28713 ffi 芈
28714 ffi 䒠
28715 ffdui 豓
28716 ffffi 艹
28717 ffffi 卄
28718 ffffi 丯
28719 ffffi 卝
28720 ffmi 贲
28721 fgi 芦
28722 fgi 韦
28723 fi;fi 葊
28724 fi;ki 蘝
28725 fiuei 萮
28726 fji 节
28727 fji 㓞
28728 fj,i 荧
28729 fj/i 萤
28730 fj;i 苘
28731 fjci 荥
28732 fjfi 苚
28733 fjri 茔
28734 fjsi 苋
28735 fjsi 䒞
28736 fjski 㒹
28737 fjsmi 颠
28738 fjvi 荣
28739 fjxi 萦
28740 fki 䒔
28741 fkaxi 䒫
28742 fkb;i 䎤
28743 fkk.i 䕥
28744 fkk.i 䴯
28745 fkk.i 䴿
28746 fkk.i 䵆
28747 fkk;i 䎥
28748 fkk;i 䴴
28749 fkk;i 䴺
28750 fkk;i 䵂
28751 fkkai 䴲
28752 fkkei 麯
28753 fkkfi 麯
28754 fkkfi 䴵
28755 fkkfi 䴶
28756 fkkfi 䴸
28757 fkkfi 䴽
28758 fkkii 䵄
28759 fkkmi 赍
28760 fkkmi 賫
28761 fkkmi 䵀
28762 fkksi 麲
28763 fkksi 䓲
28764 fkksi 䴷
28765 fkkxi 䘮
28766 fkkxi 䴬
28767 fkkxi 䴰
28768 fkkxi 䴼
28769 fklqi 㗡
28770 fkqi 芲
28771 fktbi 耚
28772 fkyi 莅
28773 fky;i 䎧
28774 fky;i 䎮
28775 fkzsi 䎨
28776 fledi 蒒
28777 flpi 苩
28778 flpi 䓒
28779 flp.i 䕫
28780 flpfi 䔌
28781 flphi 莵
28782 flpsi 蔸
28783 flpvi 薬
28784 fltsi 萢
28785 flv,i 蘓
28786 flv,i 䕴
28787 flvsi 蘒
28788 flvvi 䔉
28789 flvvi 䔧
28790 fmi 芕
28791 fmei 荝
28792 fni 辻
28793 fnaci 萗
28794 fo/,i 蘍
28795 fofi 䒜
28796 folsi 蔸
28797 fosxi 兿
28798 fozi 䒨
28799 fpi 䒤
28800 fpfi 䒼
28801 fpf,i 䮧
28802 fpfbi 䎐
28803 fpfqi 㲦
28804 fpfsi 乹
28805 fpfxi 蕽
28806 fplsi 亁
28807 fpm/i 䘍
28808 fpmni 䖁
28809 fpppi 蕌
28810 fpui 蒀
28811 fpxi 䒶
28812 fqddi 茝
28813 fqddi 䔅
28814 fqpi 蓸
28815 fri 卋
28816 fraki 䕀
28817 frjki 羐
28818 frk,i 䕭
28819 frk;i 蔷
28820 frkxi 䕙
28821 fsi 艺
28822 fsi 芁
28823 fszi 䒖
28824 fuaki 㒹
28825 fuami 颠
28826 fvi 㭉
28827 fv;ni 䔎
28828 fwzhi 䓼
28829 fxi 芗
28830 fxi 葻
28831 fxi 䒺
28832 fxlhi 药
28833 fxpui 蕴
28834 fxpui 藴
28835 fxqi 荭
28836 fyi 䓂
28837 fy.bi 蘐
28838 fyk;i 蔐
28839 fyksi 䕣
28840 fykxi 蓘
28841 fyl;i 䕍
28842 fypsi 蔼
28843 fypsi 䔔
28844 fzi 芖
28845 fz;i 䓏
28846 fz;;i 䖃
28847 fzaxi 莀
28848 fzbi 苈
28849 fzfhi 䓓
28850 fzkki 䔪
28851 fzmxi 蒇
28852 fzni 荙
28853 fzqxi 蔵
28854 g,,qi 䮼
28855 g,aei 䭶
28856 g,aei 䭼
28857 g,aei 䮋
28858 g,aei 䯀
28859 g,b/i 騒
28860 g,bvi 䮣
28861 g,fi 䭴
28862 g,g,i 騳
28863 g,iei 騟
28864 g,iki 験
28865 g,j;i 䮐
28866 g,jqi 䮝
28867 g,k.i 䭸
28868 g,lbi 駳
28869 g,lni 騘
28870 g,lqi 䭷
28871 g,osi 駞
28872 g,osi 䮘
28873 g,pwi 䮫
28874 g,rki 䮲
28875 g,rxi 䮃
28876 g,tbi 駊
28877 g,y.i 馼
28878 g,yfi 䯁
28879 g,yri 䮵
28880 g,yxi 䮄
28881 g,yxi 䮍
28882 g,z.i 騻
28883 g,z.i 䮮
28884 g,zhi 駀
28885 g,zhi 駄
28886 g,zhi 䭾
28887 g,zhi 䮂
28888 g.;i 啓
28889 g.ui 䏿
28890 g;i 启
28891 gai 马
28892 ga/i 驷
28893 galmi 硕
28894 gbi 劯
28895 gcasi 卺
28896 gcasi 硄
28897 gcdi 㞼
28898 gcui 㿿
28899 gei 矵
28900 gei 砋
28901 gfi 䂜
28902 gf.i 砹
28903 gfchi 礴
28904 gfgfi 孨
28905 gfjzi 碶
28906 ggki 㧀
28907 ghi 乄
28908 gii 碒
28909 girxi 礢
28910 gjfi 砽
28911 gjf,i 騗
28912 gjsi 砚
28913 glbi 㧀
28914 glni 辸
28915 glp.i 硇
28916 glpvi 䃯
28917 gni 矿
28918 gnaci 碂
28919 gofi 㸴
28920 gosi 乺
28921 gpi 㧂
28922 gpvi 䂺
28923 gqi 䂗
28924 gqjdi 䃒
28925 grl.i 䃝
28926 grmi 碛
28927 grxi 㧁
28928 gsi 矶
28929 gsi 乭
28930 gsi 戹
28931 gsi 㔾
28932 gti 䂙
28933 gtfi 肁
28934 gvi 㦿
28935 gvi 䂞
28936 gvai 砞
28937 gxi 碸
28938 gxi 䋀
28939 gyi 䂴
28940 gzi 戻
28941 h.i 义
28942 hbei 刘
28943 hci 氷
28944 hci 㽷
28945 heqai 㾚
28946 hfjmi 癫
28947 hfumi 癫
28948 hii 㾣
28949 hji 疖
28950 hji 门
28951 hji 㾇
28952 hjjzi 痪
28953 hjki 闪
28954 hjqi 瘒
28955 hki 㫃
28956 hkei 斺
28957 hljfi 㿜
28958 hlpfi 㿁
28959 hlvmi 㿗
28960 hmmwi 瘿
28961 hni 䢍
28962 hoaei 㫌
28963 hooki 膐
28964 hosi 㾌
28965 hqi 疟
28966 hqi 㾝
28967 hri 㽵
28968 hrri 㾏
28969 hsi 凣
28970 hv;mi 癞
28971 hzi 头
28972 hz;i 㕻
28973 hzkci 㿓
28974 i,i 钬
28975 i,,i 锬
28976 i.i 钐
28977 i.i 㒸
28978 i.;i 铬
28979 i.abi 锾
28980 i.bi 钣
28981 i.fi 锋
28982 i.fhi 锊
28983 i/i 鉵
28984 i/l/i 镯
28985 i/qxi 镮
28986 i;;i 铝
28987 i;;gi 锷
28988 i;;ki 龡
28989 i;;ki 劔
28990 i;;mi 龥
28991 i;ami 颌
28992 i;bbi 翖
28993 i;bbi 㪧
28994 i;jki 锅
28995 i;oi 㧱
28996 ia/ci 镖
28997 ia/fi 镡
28998 iadi 钉
28999 iadsi 钝
29000 iaei 钲
29001 iaei 铒
29002 iaei 佱
29003 iaebi 镊
29004 iaegi 钙
29005 iafi 钘
29006 iaf;i 铦
29007 iafei 铏
29008 iafoi 锸
29009 ianxi 铽
29010 iarbi 铤
29011 iarhi 钰
29012 iat;i 铻
29013 iaxi 会
29014 iaxi 鈛
29015 iaxri 铚
29016 ibi 釛
29017 ibi 飠
29018 ib.di 餙
29019 ib;i 鉫
29020 ibami 领
29021 ibari 䬹
29022 ibasi 䬧
29023 ibaxi 侌
29024 ibaxi 䬻
29025 ibazi 鍨
29026 ibb.i 镠
29027 ibf;i 锯
29028 ibfui 饚
29029 ibfzi 䭊
29030 ibg;i 锔
29031 ibhi 钗
29032 ibifi 䬺
29033 ibl;i 䬲
29034 ibl;i 䭇
29035 iblsi 䬨
29036 iblzi 鍨
29037 ibnei 䭩
29038 ibqi 铌
29039 ibqii 镫
29040 ibrui 䭍
29041 ibtbi 䭈
29042 ibyxi 餏
29043 ici 钋
29044 ici 淾
29045 ici 釥
29046 icazi 镤
29047 icjri 镗
29048 icjsi 镋
29049 icli 钞
29050 icmi 锁
29051 icui 销
29052 idi 屰
29053 idi 㐃
29054 idddi 钏
29055 iduni 遡
29056 iei 钊
29057 iei 鈻
29058 iei 䤠
29059 ie;i 钻
29060 iedi 钏
29061 ieui 鐗
29062 ifi 针
29063 if;i 钴
29064 if;yi 䧾
29065 ifbbi 䍳
29066 ifibi 㪨
29067 ifiki 歚
29068 ifjki 镇
29069 ifjki 剏
29070 ifjsi 䍯
29071 ifjxi 䥛
29072 ifjzi 锲
29073 ifjzi 鍈
29074 ifjzi 锳
29075 ifkbi 镬
29076 ifl,i 鴹
29077 ifni 㤣
29078 ifpi 锚
29079 ifpzi 镆
29080 ifpzi 䍰
29081 ifqhi 䍸
29082 ifqhi 䥬
29083 ifti 䦁
29084 ifuki 镇
29085 ifysi 铓
29086 ifzei 䍽
29087 ifzxi 䥠
29088 igi 鈩
29089 ig;mi 颔
29090 igdi 钌
29091 igfui 锰
29092 igki 钑
29093 igmi 贪
29094 igri 钮
29095 ihi 钫
29096 ihfi 钭
29097 ihfi 㪵
29098 ihoci 镟
29099 ihozi 镞
29100 ihtxi 锒
29101 iii 鍂
29102 ii;i 铪
29103 iibi 铃
29104 iicpi 镨
29105 iigi 钤
29106 iikui 镒
29107 iiri 铨
29108 iirzi 镁
29109 iixxi 镃
29110 iizsi 锩
29111 iji 钼
29112 iji 釖
29113 ij;hi 镵
29114 ijfi 銏
29115 ijjbi 䦆
29116 ijki 钦
29117 ijki 钠
29118 ijki 釼
29119 ijqi 铜
29120 ijsi 䤟
29121 ijtdi 铮
29122 ijtsi 铯
29123 iki 釞
29124 iki 釟
29125 ik;i 铅
29126 ik;si 锐
29127 ik;si 鋭
29128 ikhbi 铃
29129 ikhgi 钤
29130 ikkri 锉
29131 iktli 锑
29132 ikyi 锥
29133 ikzsi 锩
29134 il,i 鵭
29135 ilaai 钧
29136 ilbi 钑
29137 ilf;i 铦
29138 ilfoi 锸
29139 ilhi 钓
29140 ilj.i 鎫
29141 iljvi 镍
29142 iljvi 䆃
29143 ilki 钧
29144 iloxi 锇
29145 ilpi 铂
29146 ilpi 銁
29147 ilpdi 锦
29148 ilpri 锽
29149 ilrbi 铤
29150 ilrxi 铥
29151 iltsi 铇
29152 ilv,i 锹
29153 ilvgi 锈
29154 ilvli 锈
29155 imi 钡
29156 im;i 铭
29157 imei 铡
29158 ini 铲
29159 ina.i 敛
29160 ina.i 镓
29161 inaci 锭
29162 inici 镰
29163 ink;i 镕
29164 inli 铋
29165 inqi 铊
29166 inrbi 镀
29167 intfi 镛
29168 inwi 铵
29169 io;i 锆
29170 iodbi 锼
29171 iodji 铆
29172 iofi 锤
29173 iofi 鈝
29174 iohpi 镏
29175 iolji 铆
29176 iopi 锺
29177 iosi 铣
29178 iosbi 锻
29179 iovi 铢
29180 ipi 钿
29181 ip/bi 镘
29182 ipai 钽
29183 ipdi 钾
29184 ipdi 鉮
29185 ipfi 铀
29186 ipf;i 锢
29187 ipl.i 锡
29188 ipni 锶
29189 ippi 锠
29190 ipqqi 锟
29191 ipri 锂
29192 ipvi 锞
29193 ipxi 镙
29194 ipzi 铟
29195 ipzhi 㽀
29196 iqi 䤜
29197 iqdi 钶
29198 iqhi 铺
29199 iqhhi 镈
29200 iqjdi 镉
29201 iqqpi 锴
29202 iqti 钜
29203 iqxi 钺
29204 iri 钍
29205 ir,i 羙
29206 ir,zi 羮
29207 ir;xi 鐡
29208 irai 钳
29209 iraki 䥗
29210 irjki 鏋
29211 irjzi 锲
29212 irkxi 䥫
29213 irlgi 铐
29214 irlpi 锗
29215 irlqi 铑
29216 irlqi 䡨
29217 irpi 错
29218 irsi 鉪
29219 irui 锖
29220 irui 盖
29221 isi 钆
29222 isi 钇
29223 isi 釠
29224 is,i 铫
29225 is;i 铅
29226 ishi 钒
29227 itbi 铍
29228 itci 録
29229 itdsi 钯
29230 itfbi 键
29231 itg/i 镪
29232 itgdi 鈟
29233 itgmi 镄
29234 itjbi 锓
29235 itqdi 锕
29236 itxi 银
29237 iui 钥
29238 iuabi 锄
29239 iuesi 觎
29240 ivi 鈢
29241 ivebi 敍
29242 ivpi 錬
29243 iwi 钕
29244 iw/wi 镴
29245 iw;i 铷
29246 iwpi 锱
29247 iwpwi 镴
29248 ixi 銯
29249 ixxi 兹
29250 ixx,i 鷀
29251 iyi 鉝
29252 iy;.i 镦
29253 iy;;i 镐
29254 iy;xi 镶
29255 iy;xi 锿
29256 iy;xi 鎄
29257 iyfi 锌
29258 iyjdi 铈
29259 iyk.i 铰
29260 iyk;i 镝
29261 iykhi 镑
29262 iykhi 䤳
29263 iylxi 铱
29264 iypni 镱
29265 iypsi 镜
29266 iyq,i 镳
29267 iyqqi 䥝
29268 iysi 钪
29269 iysi 釯
29270 iyxi 铉
29271 iyxsi 铳
29272 izi 钚
29273 izi 关
29274 izi 鈈
29275 izaci 䄅
29276 izaxi 飬
29277 izbi 钣
29278 izbi 劵
29279 izbhi 钹
29280 izffi 锛
29281 izfhi 铸
29282 izfhi 鋳
29283 izgsi 鈪
29284 izgxi 铖
29285 izhi 钛
29286 izhxi 飬
29287 izji 着
29288 izjdi 钸
29289 izkci 镣
29290 izoi 锍
29291 izoi 鋶
29292 izpi 镭
29293 izqdi 锜
29294 izsi 铳
29295 iztsi 巻
29296 izui 铕
29297 izu,i 鮝
29298 izu,i 鮺
29299 j,mqi 䚬
29300 j.i 冈
29301 j.i 罓
29302 j.i 䀐
29303 j.;i 䀩
29304 j;i 冋
29305 j;bi 㢠
29306 j;dmi 瞆
29307 j;si 眖
29308 j;si 㐒
29309 jai 卫
29310 jaa.i 冡
29311 jaasi 盶
29312 jafi 䀘
29313 jci 尔
29314 jci 㓀
29315 jcli 觘
29316 jdi 冚
29317 jdi 亇
29318 jdadi 帏
29319 jdemi 帧
29320 jdfzi 㡕
29321 jdjki 㠴
29322 jdjsi 㡈
29323 jdlpi 㡄
29324 jdnhi 㡡
29325 jdpsi 幆
29326 jdqpi 㡟
29327 jdrmi 帻
29328 jdx.i 㡎
29329 jdzhi 帱
29330 jdzhi 㡡
29331 jei 㓩
29332 jfi 盽
29333 jf;yi 䚭
29334 jhi 卪
29335 jhi 眆
29336 jhfi 䀞
29337 jii 眫
29338 jifi 觧
29339 jji 䀠
29340 jj;hi 䂁
29341 jjai 册
29342 jjaei 删
29343 jjk.i 夐
29344 jjqi 眮
29345 jjqi 睴
29346 jki 内
29347 jki 刄
29348 jki 㓁
29349 jk,i 粂
29350 jk;i 㕯
29351 jkyi 隺
29352 jl,i 鵤
29353 jlpfi 䚜
29354 jlpvi 䁻
29355 jmi 负
29356 jni 辺
29357 joi 臽
29358 joaai 眡
29359 joahi 眡
29360 josi 䚚
29361 jozi 䀢
29362 jpaci 䚣
29363 jpsi 龟
29364 jpysi 䒌
29365 jqami 䁰
29366 jqaxi 㢥
29367 jrjki 瞒
29368 jrki 䀧
29369 jrk.i 敟
29370 jsi 饣
29371 jsi 见
29372 jsi 㓁
29373 jsci 県
29374 jti 刍
29375 jtci 觮
29376 jtki 䀗
29377 jui 眀
29378 jui 肎
29379 jv;i 䀳
29380 jvkki 䚞
29381 jwci 觮
29382 jxlvi 䁻
29383 jy.i 盿
29384 jykfi 䚝
29385 jzi 厃
29386 jzjsi 䒋
29387 jzrri 睳
29388 k,i 籴
29389 k,i 侎
29390 k.i 㐱
29391 k.i 㑗
29392 k.hi 仪
29393 k.rhi 㸙
29394 k/i 伵
29395 k;i 㐰
29396 k;i 㕣
29397 k;di 冲
29398 k;si 况
29399 k;si 兑
29400 k;si 㑆
29401 k;s.i 敚
29402 k;v,i 㷛
29403 k;v,i 䳰
29404 kai 亼
29405 kaaxi 㒃
29406 kadi 㐃
29407 kadi 㓅
29408 kaei 佂
29409 kaf;i 㓉
29410 kajki 俩
29411 kajki 㑂
29412 kari 仼
29413 kar,i 㶵
29414 karmi 赁
29415 kawi 仾
29416 kaxdi 帒
29417 kaxmi 贷
29418 kaxri 垡
29419 kaxri 垈
29420 kbi 仅
29421 kci 氽
29422 kci 仦
29423 kci 㲻
29424 kdi 丬
29425 kdi 个
29426 kd.,i 倐
29427 kd.fi 䩦
29428 kd.hi 将
29429 kd.ii 鋚
29430 kei 佀
29431 keaci 㑐
29432 kemi 侦
29433 kfi 仐
29434 kfi 仹
29435 kffmi 偾
29436 kgi 佦
29437 kgi 㓈
29438 khi 仒
29439 khi 亽
29440 kh.i 仪
29441 khbhi 伪
29442 khbmi 领
29443 khg,i 䳺
29444 khg.i 㪁
29445 khgmi 贪
29446 khgmi 颔
29447 khgyi 䨄
29448 khtxi 侌
29449 kii 伞
29450 kii 冸
29451 kii 釡
29452 ki;ki 倹
29453 kiri 㓌
29454 kiuei 偂
29455 kji 兯
29456 kj;si 凂
29457 kjami 颁
29458 kjdi 㠳
29459 kjki 仭
29460 kjki 㐸
29461 kjki 㐻
29462 kjk,i 䳐
29463 kjk;i 㓏
29464 kjkmi 资
29465 kjmi 贫
29466 kjpsi 凂
29467 kjqi 㑮
29468 kjqi 㓊
29469 kjsi 伣
29470 kjti 㑇
29471 kki 从
29472 kki 仌
29473 kk;,i 䜯
29474 kk;fi 䜬
29475 kk;fi 䜮
29476 kk;fi 䜰
29477 kk;ni 逧
29478 kk;qi 䜫
29479 kk;si 䜪
29480 kk;zi 豀
29481 kkaxi 㦰
29482 klfi 㐼
29483 klf;i 㓉
29484 klpi 㒶
29485 klr,i 㶵
29486 klrmi 赁
29487 klxi 仫
29488 kmi 㐴
29489 kmi 㒱
29490 kmei 侧
29491 kni 込
29492 knk;i 僒
29493 knndi 㑻
29494 koi 㐹
29495 koi 㐿
29496 kpi 㒲
29497 kpfxi 冁
29498 kppi 曽
29499 kqi 仑
29500 kqi 俥
29501 kqi 冮
29502 kqi 仺
29503 kqi 㒰
29504 kq.i 伛
29505 kq.i 僌
29506 kqami 倾
29507 kqdli 冴
29508 kqhi 俌
29509 kqmi 货
29510 kr/mi 凟
29511 kr;i 舎
29512 kraoi 㒋
29513 krifi 㓑
29514 krjri 㒗
29515 krki 㓋
29516 krlfi 侾
29517 krmi 债
29518 ksi 亿
29519 ksi 亾
29520 ksi 兦
29521 ksi 尣
29522 ksi 㐈
29523 ktgei 䶏
29524 ktjbi 㑴
29525 ktjbi 㓎
29526 kui 䏌
29527 kvkxi 凇
29528 kvpi 倲
29529 kvvci 凚
29530 kwi 㚢
29531 kxi 仏
29532 kxami 颂
29533 kxbbi 勜
29534 ky;ci 凉
29535 kykbi 俲
29536 kykbi 䨇
29537 kykei 䨊
29538 kykyi 讐
29539 kykyi 雦
29540 kyrpi 储
29541 kywi 倿
29542 kyyyi 雠
29543 kzi 㐲
29544 kzaci 䄅
29545 kzaxi 飬
29546 kzaxi 㓕
29547 kzfhi 俦
29548 kzgsi 伌
29549 kzhi 㑀
29550 kzui 俼
29551 l,i 灳
29552 l,kyi 䧽
29553 l,ti 鄥
29554 l.i 匁
29555 l.hi 笗
29556 l.pi 㫚
29557 l/i 䖝
29558 l/.i 衆
29559 l/kki 衆
29560 l;dmi 篑
29561 l;mi 筼
29562 l;mmi 够
29563 lai 鸟
29564 lai 乌
29565 lbji 篃
29566 lcgsi 筂
29567 lcqhi 䈬
29568 ldi 岛
29569 ldi 屲
29570 lei 䇛
29571 leadi 筛
29572 leb/i 䗺
29573 leni 䉍
29574 lf;i 䇢
29575 lf;ai 鸹
29576 lf;ai 䑙
29577 lf;ai 䑛
29578 lf;ni 憇
29579 lf;si 乱
29580 lfk;i 谸
29581 lfk;i 䉢
29582 li;i 匌
29583 li;ei 箚
29584 li;ki 籨
29585 liaxi 篯
29586 litci 䈴
29587 lji 䀏
29588 lji 䇶
29589 ljfi 笧
29590 ljnni 邉
29591 ljp;i 䶎
29592 ljpai 齄
29593 ljpci 䶑
29594 ljphi 齅
29595 ljpsi 鼿
29596 ljpsi 䶌
29597 ljsi 笕
29598 ljsi 臫
29599 ljzxi 簒
29600 ljzxi 籑
29601 ljzxi 䉵
29602 lki 匀
29603 lki 勽
29604 lki 乊
29605 lkaxi 笩
29606 llpfi 箰
29607 lmi 匇
29608 lmi 筫
29609 lmebi 舻
29610 lmgui 䑷
29611 lmi;i 䑪
29612 lmiji 䒅
29613 lmkbi 䑾
29614 lmlbi 䑥
29615 lmrki 䑴
29616 lmsvi 䑮
29617 loxi 䈭
29618 lox,i 鵞
29619 lpi 甶
29620 lp.i 敀
29621 lp.bi 㔡
29622 lpafi 皐
29623 lpasi 皩
29624 lpbi 劰
29625 lpbi 廹
29626 lpfi 筁
29627 lpffi 皣
29628 lphni 㦘
29629 lpl,i 䳆
29630 lplai 鹎
29631 lplfi 皡
29632 lplfi 皥
29633 lplhi 㼰
29634 lplpi 㿟
29635 lpmi 囱
29636 lpmi 䇱
29637 lpqi 皀
29638 lpq,i 䊠
29639 lpq,i 䳭
29640 lprfi 皣
29641 lpsi 皃
29642 lpvai 皌
29643 lqi 匂
29644 lqaxi 䈅
29645 lqeei 毴
29646 lqjki 䈯
29647 lqlqi 㲎
29648 lqpi 䈏
29649 lqupi 氇
29650 lraki 篏
29651 lrbmi 颋
29652 lrmi 箦
29653 lrri 䈽
29654 lrxi 丢
29655 lrxui 㔩
29656 lsi 凫
29657 lsi 凢
29658 lsi 鳬
29659 lshi 竼
29660 lsl,i 䲥
29661 lui 笽
29662 lu.i 衆
29663 lvi 枭
29664 lv.ni 穏
29665 lv;i 㕿
29666 lv;i 䇿
29667 lv;ki 积
29668 lv;mi 籁
29669 lv;mi 䅪
29670 lvbqi 䅏
29671 lvcui 䈾
29672 lvdi 㟀
29673 lvei 䄳
29674 lvf;i 穑
29675 lvf;i 秙
29676 lvf;i 穯
29677 lvfai 乗
29678 lvfbi 秓
29679 lvfki 䅩
29680 lvfsi 䅒
29681 lvgfi 秄
29682 lvgli 䄧
29683 lvk;i 䵕
29684 lvkki 䅆
29685 lvkki 䵑
29686 lvkmi 䆅
29687 lvkmi 䵙
29688 lvksi 税
29689 lvksi 䅚
29690 lvl,i 穒
29691 lvl,i 䊍
29692 lvl.i 龝
29693 lvl.i 䴻
29694 lvl;i 秳
29695 lvlfi 秊
29696 lvlfi 犂
29697 lvlfi 䄭
29698 lvlgi 䄧
29699 lvlgi 䅎
29700 lvlli 䅎
29701 lvlni 邌
29702 lvlni 㥎
29703 lvlvi 棃
29704 lvnqi 䅊
29705 lvnqi 䅝
29706 lvopi 籕
29707 lvp;i 馠
29708 lvpci 䅠
29709 lvpfi 馟
29710 lvpfi 䭰
29711 lvppi 䅛
29712 lvpqi 䅙
29713 lvpsi 馤
29714 lvpsi 䅥
29715 lvpui 稩
29716 lvpui 䅢
29717 lvpvi 稇
29718 lvpvi 䉓
29719 lvpxi 馢
29720 lvpxi 䄿
29721 lvqpi 稭
29722 lvqpi 䅾
29723 lvr;i 穑
29724 lvr;i 穯
29725 lvrki 簯
29726 lvrpi 䅲
29727 lvrri 䅅
29728 lvsi 秃
29729 lvs,i 䄻
29730 lvs,i 䆇
29731 lvsmi 颓
29732 lvsmi 頽
29733 lvui 䄴
29734 lvupi 穞
29735 lvx.i 䅟
29736 lvy;i 稖
29737 lvyfi 稡
29738 lvyxi 穣
29739 lvzdi 嵆
29740 lyi 䇾
29741 lylxi 袅
29742 lysi 匄
29743 lyufi 籝
29744 lyuhi 籝
29745 lyuzi 籝
29746 lz;i 呑
29747 lzci 沗
29748 lzfhi 筹
29749 lzkyi 籱
29750 lzpi 箺
29751 lzqxi 䉞
29752 m,,i 赕
29753 m.i 败
29754 m.;i 赂
29755 m.bi 贩
29756 m;si 贶
29757 maaxi 贱
29758 maaxi 赋
29759 maaxi 賎
29760 mafxi 贼
29761 mazxi 贼
29762 mei 则
29763 me;i 贴
29764 mfi 㚈
29765 mf,hi 赇
29766 mfli 财
29767 miaci 赊
29768 mitci 赚
29769 mji 夘
29770 mjr;i 赒
29771 mjzyi 赡
29772 mk/pi 赠
29773 mlni 贬
29774 mmmi 赑
29775 mmmmi 贝
29776 mmmmi 冎
29777 mmodi 罂
29778 mmwi 婴
29779 mni 䢙
29780 mori 夝
29781 mpji 赗
29782 mpl.i 赐
29783 mqhhi 赙
29784 mrlpi 赌
29785 mti 邜
29786 muafi 骬
29787 muifi 䯎
29788 munsi 髋
29789 munsi 䯘
29790 munsi 䯛
29791 muqhi 䯙
29792 mushi 骪
29793 muzni 髄
29794 mx;i 贻
29795 myi 詧
29796 myi 䚻
29797 my;i 赔
29798 myxki 赅
29799 mzaxi 赈
29800 mzbi 贩
29801 mzh,i 䳿
29802 mzpi 䞐
29803 mzui 贿
29804 n,i 灾
29805 n,i 宩
29806 n.i 彦
29807 n.;mi 额
29808 n.ami 颜
29809 n.ami 顔
29810 n.vi 㥒
29811 n;i 吢
29812 n;dmi 愦
29813 nai 㝉
29814 naabi 恸
29815 nacmi 顮
29816 nadi 庁
29817 nadi 忊
29818 naeni 廰
29819 nafi 忓
29820 nafi 㡰
29821 namai 宐
29822 narmi 寳
29823 naxri 恎
29824 nbi 忇
29825 nbi 㝊
29826 nbbbi 恊
29827 nbgdi 忬
29828 nbqsi 廐
29829 nci 㲾
29830 nei 㥃
29831 neei 䨾
29832 neni 㦖
29833 nf;i 㝒
29834 nffmi 愤
29835 nfk;i 懎
29836 ngi 庐
29837 nhi 㝑
29838 nhi 㤃
29839 nhtxi 㝗
29840 nhtxi 㢃
29841 ni/pi 懀
29842 ni;i 㝓
29843 ni;ki 㢛
29844 nibi 㡵
29845 niuei 㢏
29846 nivi 庩
29847 njki 㝌
29848 njki 㡱
29849 njki 㣼
29850 njsi 悓
29851 nk;si 悦
29852 nkaki 㝛
29853 nkari 㤛
29854 nkfhi 㤔
29855 nkfzi 窦
29856 nkhbi 㡵
29857 nkji 㤋
29858 nkk,i 䆶
29859 nkk;i 噟
29860 nkkvi 㮤
29861 nkl,i 鴪
29862 nklhi 䆒
29863 nklni 窻
29864 nklni 䆫
29865 nkoei 宱
29866 nkqki 窽
29867 nkvi 穼
29868 nkxi 㝐
29869 nkxbi 慃
29870 nkyi 寉
29871 nkyi 㢈
29872 nkydi 懏
29873 nkyfi 㢑
29874 nkzsi 窥
29875 nl,pi 憣
29876 nl,pi 㢖
29877 nl.ni 愡
29878 nlqi 㡯
29879 nlzi 㤇
29880 nlz;i 㝯
29881 nlz;i 㢗
29882 nmaci 憏
29883 nmei 恻
29884 nmg,i 䵫
29885 nmmi 㝖
29886 nmmi 㢁
29887 nni 応
29888 nni 㝎
29889 nni 㤈
29890 nntci 㝩
29891 nnudi 寜
29892 noi 忾
29893 noaai 怟
29894 noahi 怟
29895 noasi 忾
29896 noasi 㡳
29897 nodbi 㥰
29898 noei 㡸
29899 noki 㥚
29900 nop.i 慯
29901 nori 産
29902 nosi 宪
29903 npi 畄
29904 npai 㡺
29905 npa.i 㥵
29906 npdmi 惯
29907 npfi 庙
29908 npfi 単
29909 npfmi 惯
29910 npmi 庽
29911 npmi 㥥
29912 npri 㢆
29913 npui 愠
29914 npui 㥜
29915 npvi 巣
29916 nqami 庼
29917 nqdli 㤉
29918 nqjki 愼
29919 nqoci 懝
29920 nr;;i 憘
29921 nr;hi 㕑
29922 nrh.i 慠
29923 nrjdi 㦅
29924 nrk.i 㥄
29925 nrk;i 懎
29926 nrkci 䞿
29927 nrkmi 赛
29928 nrl.i 慠
29929 nrlfi 宯
29930 nrpi 㝜
29931 nrri 㤬
29932 nrui 寈
29933 nrxui 㥺
29934 nsi 忆
29935 nsi 宂
29936 nsfmi 惯
29937 nti 邝
29938 ntci 亷
29939 ntci 㥆
29940 ntgei 㥝
29941 ntgxi 宖
29942 ntkmi 赓
29943 ntxi 㡾
29944 nuai 㡹
29945 nv;mi 懒
29946 nvji 㢀
29947 nvvi 㝝
29948 nvv,i 㸏
29949 nvv,i 䳸
29950 nvvei 䵉
29951 nvvxi 麽
29952 nxi 広
29953 nxlvi 㦡
29954 nyi 㝘
29955 nyi 㡴
29956 nyi 㢇
29957 ny/xi 懐
29958 ny;ti 廍
29959 nyk.i 㝔
29960 nypfi 㢓
29961 nyqqi 㦇
29962 nysi 忼
29963 nzi 庆
29964 nzi 実
29965 nzfhi 㤽
29966 nzni 寭
29967 nzpsi 㤿
29968 nzqdi 㢊
29969 nzqdi 㥓
29970 nzs.i 㤶
29971 nzshi 忧
29972 nzshi 㤶
29973 nzui 㤢
29974 nzui 㥔
29975 o,i 䊆
29976 o.i 気
29977 o.i 㧶
29978 o..,i 䮸
29979 o..ji 䁷
29980 o.odi 摇
29981 o;;fi 㲷
29982 o;mi 损
29983 oa/i 拪
29984 oaebi 摄
29985 oaeti 䣃
29986 oafi 拝
29987 oal.i 夓
29988 oalmi 颀
29989 oas,i 䲭
29990 oasai 鸱
29991 oatci 䑖
29992 obi 劤
29993 obi 劧
29994 obi 㔕
29995 obqi 氢
29996 oci 乐
29997 oci 尓
29998 ocjoi 撑
29999 ocui 㲵
30000 odi 扸
30001 odi 亇
30002 odi 㧄
30003 odkgi 㩗
30004 odkli 㩗
30005 oei 刏
30006 oeni 摅
30007 ofi 牜
30008 ofd,i 罀
30009 ofd,i 䍎
30010 ofdfi 䍂
30011 ofdfi 䍋
30012 ofdii 䍈
30013 ofdki 缼
30014 ofdki 䍉
30015 ofi.i 㹖
30016 ofixi 犠
30017 ofjhi 擜
30018 ofjki 㨅
30019 ofkbi 㸳
30020 ofofi 犇
30021 ofpfi 擀
30022 ofpsi 㨴
30023 ofpsi 㹇
30024 ofpxi 㹎
30025 ofpzi 㸶
30026 ofrhi 擆
30027 ofrhi 㹗
30028 ofti 挷
30029 ofy;i 犃
30030 ofy;i 㹍
30031 ogi 护
30032 ogdsi 㐌
30033 ohi 㧍
30034 ohjmi 贸
30035 ohlhi 㧑
30036 oii 捦
30037 oijki 揿
30038 oirqi 䑘
30039 oirxi 㩘
30040 oizqi 䑘
30041 oji 㧅
30042 oj;hi 搀
30043 ojdi 㧆
30044 ojjzi 换
30045 ojki 扨
30046 ojki 抐
30047 ojki 㰟
30048 ojq,i 㸑
30049 oki 扖
30050 ok;si 捝
30051 okjoi 㧳
30052 okydi 擕
30053 okygi 携
30054 ol,i 㨶
30055 ol,i 䳎
30056 ol,i 䳔
30057 oldi 捣
30058 olfi 抍
30059 olfoi 揷
30060 olpi 㧦
30061 olpsi 㨮
30062 olqi 㧌
30063 olsbi 势
30064 olsbi 抛
30065 olz;i 㧷
30066 ommwi 撄
30067 oni 扩
30068 oni 抋
30069 onaai 搄
30070 onkyi 㩁
30071 onndi 㨸
30072 onr,i 㩷
30073 ooi 抙
30074 ooi 斦
30075 ooi 㧉
30076 ooi 㧮
30077 oo,i 烲
30078 oo;i 啠
30079 ooji 䀸
30080 ooooi 扌
30081 oori 埑
30082 oosi 乴
30083 oosi 㧥
30084 oosmi 攒
30085 oovi 㧣
30086 opi 氜
30087 opa.i 氱
30088 opa.i 㨡
30089 opa.i 䑗
30090 opdmi 掼
30091 opfmi 掼
30092 opui 氲
30093 opui 揾
30094 opzi 㧢
30095 oqhi 㧚
30096 oqjdi 㧜
30097 oqsbi 毁
30098 ori 扗
30099 ori 玍
30100 or;mi 撷
30101 orlpi 㨋
30102 orori 㽓
30103 orri 㨷
30104 orsbi 㔟
30105 orxi 㨞
30106 os.i 㩿
30107 os.i 㪇
30108 osfmi 掼
30109 osl,i 热
30110 osl,i 鸷
30111 oslbi 势
30112 oslbi 抛
30113 osni 选
30114 osomi 赞
30115 osoti 酂
30116 osti 䢾
30117 oszi 扟
30118 oszci 㶗
30119 oszxi 緐
30120 oszxi 䋣
30121 oszxi 䌓
30122 oti 扫
30123 oti 邤
30124 owpwi 鼹
30125 oxi 払
30126 ox.i 鬽
30127 oxaki 魉
30128 oxjsi 撧
30129 oxozi 䰡
30130 oy;di 㧸
30131 oyq,i 㩠
30132 oyxfi 撁
30133 oyxki 㧡
30134 oz;i 㧵
30135 oz;pi 䣽
30136 oza,i 䳲
30137 ozaoi 擧
30138 ozaxi 揻
30139 ozaxi 䢅
30140 ozbi 抜
30141 ozjsi 䂓
30142 ozni 挞
30143 ozni 怣
30144 ozqxi 㨔
30145 ozrri 㨒
30146 p,i 㫧
30147 p,jsi 䵥
30148 p,jsi 䵴
30149 p,ri 塁
30150 p,r;i 䵱
30151 p,x.i 黪
30152 p,x.i 黢
30153 p,zhi 䵨
30154 p.;i 畧
30155 p.abi 㬊
30156 p/rfi 曎
30157 p;dmi 䫫
30158 p;mi 圆
30159 pacmi 题
30160 padi 甼
30161 paei 囸
30162 paei 昰
30163 paebi 朂
30164 pajki 昞
30165 pajqi 鼂
30166 pal.i 敭
30167 palni 惖
30168 papai 疅
30169 pari 囯
30170 pbi 㘝
30171 pbi 㘞
30172 pbi 㫑
30173 pbi 㽖
30174 pci 囦
30175 pcasi 晄
30176 pcasi 㘢
30177 pdi 曱
30178 pdi 甴
30179 pdmi 贯
30180 pei 囬
30181 peqsi 艶
30182 pequi 豓
30183 pfi 旪
30184 pfi 㘟
30185 pfi 㫒
30186 pfafi 曅
30187 pfjfi 㫲
30188 pfmi 贯
30189 pfni 㤟
30190 pfni 䢗
30191 pfqsi 艶
30192 pfqui 豓
30193 pgfi 㫗
30194 phi 昘
30195 phosi 㒾
30196 pii 㫠
30197 pijfi 㫻
30198 pirxi 㬢
30199 pizsi 圏
30200 pizsi 㒽
30201 pji 旫
30202 pjki 畂
30203 pjpsi 晩
30204 pjqi 晍
30205 pjsi 㒻
30206 pki 㬰
30207 pki 㽗
30208 pk.i 昣
30209 pkei 畍
30210 pkqi 囵
30211 pkzsi 圏
30212 pkzsi 㒽
30213 pl;i 㽛
30214 pmami 颙
30215 pni 旷
30216 pnaai 暅
30217 pnwi 㫨
30218 pori 甠
30219 posi 㫓
30220 poszi 畮
30221 ppi 畕
30222 ppa.i 畼
30223 pppi 晿
30224 ppp,i 䴎
30225 ppp,i 䴑
30226 pppai 曡
30227 pppai 㬪
30228 pppri 曐
30229 pppri 㽮
30230 pppxi 曟
30231 pqi 㫐
30232 pqaxi 㽣
30233 pri 圼
30234 prffi 曅
30235 prfhi 㫭
30236 prki 晎
30237 prlhi 暏
30238 prlpi 暏
30239 prri 晆
30240 psi 电
30241 ps,i 晀
30242 pti 囙
30243 pui 冐
30244 pui 昷
30245 pvami 颗
30246 pwi 妟
30247 pwi 㚻
30248 pxi 囜
30249 pxi 曵
30250 py;;i 䯫
30251 py;mi 颢
30252 pypri 疃
30253 pysi 㽘
30254 pzi 畉
30255 pzi 囨
30256 pzi 㫙
30257 pzaei 㽭
30258 pzfhi 畴
30259 pzgxi 晠
30260 pzpsi 㽢
30261 q,i 軣
30262 q,ami 颎
30263 q.i 区
30264 q.i 㣉
30265 q;i 軎
30266 q;;fi 䡲
30267 q;dmi 匮
30268 qajki 㔷
30269 qalmi 顷
30270 qalmi 项
30271 qari 軖
30272 qasi 㒫
30273 qaxxi 䰥
30274 qbi 䡃
30275 qci 东
30276 qcami 颍
30277 qdi 軕
30278 qd;mi 颐
30279 qd;mi 赜
30280 qdjvi 㯱
30281 qdjvi 㯻
30282 qdjvi 㰆
30283 qdjxi 嚢
30284 qdlxi 㸧
30285 qdtci 卧
30286 qdtci 䑐
30287 qdtci 䵖
30288 qdtii 鍳
30289 qdtii 䜿
30290 qdtii 䝂
30291 qdtmi 贒
30292 qdtmi 頣
30293 qdtoi 擥
30294 qdtsi 覧
30295 qdtsi 䖙
30296 qdtxi 䭆
30297 qei 㓚
30298 qeei 輫
30299 qfi 车
30300 qgi 䡎
30301 qgjfi 䡢
30302 qhti 邷
30303 qiuei 匬
30304 qji 卭
30305 qji 㓛
30306 qji.i 䰚
30307 qjibi 䰙
30308 qjki 匛
30309 qjk.i 䰚
30310 qjkbi 䰙
30311 qki 长
30312 qkki 栆
30313 qkksi 觋
30314 qlvmi 颖
30315 qmi 贡
30316 qozi 医
30317 qozbi 殹
30318 qozhi 㽈
30319 qozji 瞖
30320 qozki 欵
30321 qpi 畐
30322 qpi 䡒
30323 qpfi 㔬
30324 qpl,i 鴲
30325 qqi 匞
30326 qqi 䡛
30327 qqqi 㐂
30328 qqqqi 匸
30329 qqqqi 㐄
30330 qqqqi 㠭
30331 qsi 兂
30332 qsi 㒫
30333 qsi 䡄
30334 qshi 巩
30335 qxi 戓
30336 qysi 䡉
30337 qzi 䡍
30338 qzqxi 輱
30339 r,i 灻
30340 r,i 炗
30341 r.i 麦
30342 r.i 坆
30343 r.fhi 塮
30344 r.fhi 埓
30345 r;ami 颉
30346 r;bi 㔛
30347 r;e,i 㷼
30348 r;e,i 䴏
30349 r;i/i 蟚
30350 r;i;i 䵿
30351 r;i;i 䶀
30352 r;ibi 皷
30353 r;ibi 鼔
30354 r;iki 㰻
30355 r;ixi 䵽
30356 r;jki 埚
30357 r;mi 埙
30358 rak/i 蜝
30359 rakfi 卙
30360 rakfi 㪸
30361 raksi 㐞
30362 raksi 㽎
30363 rakui 朞
30364 rapai 壃
30365 rbi 声
30366 rbi 㘦
30367 rbs;i 㲈
30368 rbspi 㿦
30369 rci 圤
30370 rc.i 赵
30371 rca;i 趦
30372 rca;i 䞸
30373 rcbbi 䞵
30374 rcbbi 䞻
30375 rcemi 赪
30376 rcj;i 埫
30377 rcj;i 䞴
30378 rcjsi 䚂
30379 rcl;i 䞤
30380 rclli 䞬
30381 rclvi 䟏
30382 rcomi 趱
30383 rcpfi 䟆
30384 rcrci 䞰
30385 rcrpi 趞
30386 rcti 垱
30387 rdi 圸
30388 rdi 凷
30389 rdi 丗
30390 re;,i 㷼
30391 re;,i 䴏
30392 req,i 㷼
30393 req,i 䴏
30394 rfaai 䩯
30395 rfafi 墷
30396 rfafi 䩒
30397 rffmi 䩿
30398 rfi;i 墙
30399 rfjki 靱
30400 rfjki 靹
30401 rfjsi 䩤
30402 rfkqi 埖
30403 rfl,i 䳬
30404 rflbi 䩠
30405 rflbi 䩥
30406 rfpzi 鞇
30407 rfrri 鞲
30408 rgi 坧
30409 rhi 圡
30410 rh.,i 鷔
30411 rh.ai 骜
30412 rh.ai 鳌
30413 rh.mi 赘
30414 rh.mi 䫨
30415 rh.mi 䵅
30416 rh.ni 㥿
30417 rifi 垪
30418 rif,i 䲀
30419 rifhi 㼬
30420 rifni 逹
30421 rifxi 褺
30422 rji 壭
30423 rji 㓞
30424 rjjni 慸
30425 rjki 㘨
30426 rjqi 堚
30427 rjri 㘱
30428 rjrsi 觏
30429 rjyi 䛚
30430 rjzsi 䚉
30431 rki 圦
30432 rkci 㳟
30433 rkr,i 驇
30434 rkrbi 勎
30435 rli 耂
30436 rl,i 䲧
30437 rl.i 圽
30438 rl.,i 鷔
30439 rl.ai 骜
30440 rl.ai 鳌
30441 rl.mi 赘
30442 rl.mi 䫨
30443 rl.mi 䵅
30444 rl.ni 㥿
30445 rll;i 耉
30446 rlp,i 煑
30447 rlp.i 蘷
30448 rlpbi 殾
30449 rlqi 圫
30450 rlqi 㘪
30451 rlqqi 䎜
30452 rlxi 㘬
30453 rlxi 㢤
30454 rlxi 㦲
30455 rmi 坝
30456 rmi 责
30457 rmi 麦
30458 rmi 垻
30459 rni 圹
30460 rnaai 塇
30461 rpf;i 黇
30462 rpffi 䵍
30463 rpffi 䵐
30464 rpfki 黄
30465 rpfki 䵌
30466 rpfri 黊
30467 rpki 黄
30468 rpkfi 䵍
30469 rpkfi 䵐
30470 rpkri 黊
30471 rpri 㘿
30472 rpui 㙕
30473 rqkfi 卙
30474 rqxi 㙊
30475 rraki 㙋
30476 rrbi 劸
30477 rrfdi 幇
30478 rrffi 墷
30479 rrjsi 觐
30480 rrjsi 鼃
30481 rrjsi 䵷
30482 rrk;i 墙
30483 rrri 壵
30484 rrrsi 㚁
30485 rsi 圥
30486 rsi 㐊
30487 rsi 㐋
30488 rsmi 贳
30489 rsmbi 勚
30490 rsvi 枼
30491 rujsi 靓
30492 ryk;i 墒
30493 rzgxi 墭
30494 rzkki 埉
30495 rzqxi 㙳
30496 s,i 㶡
30497 s.i 风
30498 s;i 㕣
30499 saebi 蹑
30500 sbi 凤
30501 sbg;i 蹫
30502 sci 氹
30503 sci 䟔
30504 scui 䠌
30505 sdi 丩
30506 sdi 䟖
30507 sei 凪
30508 sfi 卂
30509 sfmi 贯
30510 shi 趽
30511 ski 飞
30512 ski 乆
30513 skldi 飝
30514 sklei 飝
30515 sklki 飝
30516 sl,i 鳯
30517 slbi 収
30518 sll,i 䲥
30519 smi 䟺
30520 sosmi 躜
30521 spi 乪
30522 spi 䟧
30523 srjki 蹒
30524 ssssi 乚
30525 sti 䢳
30526 sui 跀
30527 svi 凩
30528 sxi 乡
30529 sxh;i 㗽
30530 sxxai 䠁
30531 szi 卂
30532 szi 夨
30533 szl,i 䳇
30534 szni 跶
30535 szoi 䟽
30536 t,i 灵
30537 t,i 阦
30538 t,mqi 隣
30539 t,xfi 彞
30540 t.qvi 櫽
30541 t;mi 陨
30542 t;q;i 䪓
30543 t;qfi 韚
30544 t;qfi 韛
30545 t;qfi 韠
30546 t;qhi 䪔
30547 t;qhi 䪙
30548 t;qki 䪏
30549 t;qni 韢
30550 t;qqi 䪑
30551 t;qri 䪒
30552 t;qui 韒
30553 t;qxi 韤
30554 tbami 颇
30555 tci 录
30556 tci 隶
30557 tci 阥
30558 tcui 陗
30559 tdi 肀
30560 tdi 㞪
30561 tdaui 䀆
30562 tfi 䦹
30563 tfaui 䀌
30564 tfdi 陆
30565 tg;/i 强
30566 tg;fi 犟
30567 tgagi 弻
30568 tgagi 㢪
30569 tgagi 㢽
30570 tgdi 㢫
30571 tgemi 费
30572 tgtsi 㢯
30573 ti;ki 険
30574 tki 队
30575 tl,i 隖
30576 tl,i 隝
30577 tl;i 䧁
30578 tl;fi 羣
30579 tlfi 阩
30580 tmi 夛
30581 tpi 阳
30582 tpi 䧃
30583 ts.i 攺
30584 tsani 㥸
30585 tsapi 昬
30586 tstki 巺
30587 tui 阴
30588 txni 恳
30589 tzi 阫
30590 tzi 㚑
30591 tzaxi 陙
30592 tzqni 䢫
30593 u,i 脒
30594 u,.i 䰻
30595 u,.bi 鰀
30596 u,.di 鯑
30597 u,.di 䱢
30598 u,.di 䲗
30599 u,aai 䱍
30600 u,aai 䱎
30601 u,aai 䲔
30602 u,abi 䱓
30603 u,aci 䱈
30604 u,asi 魭
30605 u,b;i 䱟
30606 u,bbi 鮙
30607 u,cli 鯋
30608 u,f;i 鰙
30609 u,fxi 鰦
30610 u,i;i 䱽
30611 u,ifi 鯩
30612 u,ifi 鮩
30613 u,ipi 鰌
30614 u,ipi 䲕
30615 u,j;i 鮉
30616 u,jqi 鯶
30617 u,jqi 䲒
30618 u,jsi 魫
30619 u,jsi 䱩
30620 u,khi 鮲
30621 u,ksi 䱧
30622 u,kvi 鮴
30623 u,l,i 鰞
30624 u,l,i 鷠
30625 u,l,i 䱡
30626 u,lfi 鮩
30627 u,lfi 䱆
30628 u,lfi 䱝
30629 u,lpi 鮊
30630 u,lqi 魹
30631 u,o.i 䲄
30632 u,oei 鯯
30633 u,opi 䱰
30634 u,osi 䰴
30635 u,osi 䰿
30636 u,phi 鱪
30637 u,ppi 鱪
30638 u,pri 鯹
30639 u,q;i 鰸
30640 u,qdi 䱌
30641 u,qpi 鰏
30642 u,r;i 鱚
30643 u,rki 鱑
30644 u,rki 䱋
30645 u,rki 䲌
30646 u,rpi 鯺
30647 u,rpi 䱜
30648 u,rui 鰪
30649 u,rxi 䱪
30650 u,tbi 鮍
30651 u,tbi 鮼
30652 u,tei 鮄
30653 u,vai 䱁
30654 u,vai 䱅
30655 u,yfi 䱣
30656 u,ysi 䰶
30657 u,zhi 鮁
30658 u,zpi 鱩
30659 u,zpi 䲋
30660 u,zui 鰖
30661 u,zxi 鯎
30662 u,zxi 鰄
30663 u,zxi 鱤
30664 uai 鱼
30665 ua/ci 鳏
30666 uaasi 鲀
30667 uaasi 䏓
30668 uaaxi 腻
30669 uaci 県
30670 uacxi 鲿
30671 uaei 䏪
30672 uafi 䏏
30673 ualei 腼
30674 ualei 鳤
30675 uarbi 鳓
30676 ubbbi 脇
30677 udi 䏒
30678 ufi 肨
30679 ufj.i 䑃
30680 ufzxi 臓
30681 uifi 羘
30682 uigi 肹
30683 uiz,i 鰧
30684 uiz,i 黱
30685 uizxi 䑆
30686 ujki 肷
30687 ujqi 腪
30688 uk;si 脱
30689 ukz,i 鰧
30690 ukz,i 黱
30691 uni 迌
30692 uoi 䏗
30693 uofi 㬳
30694 uop.i 膓
30695 uosi 腉
30696 uosmi 臜
30697 uqpi 䐬
30698 uwi 肗
30699 uyi 䏠
30700 uzi 肤
30701 uzi 肧
30702 uzaei 䐛
30703 v.asi 栀
30704 v.fhi 㭩
30705 v.vbi 榝
30706 v;.ni 慗
30707 v;bi 勅
30708 v;jmi 赖
30709 va/mi 槚
30710 va;;i 㮺
30711 vaabi 瑴
30712 vaaci 标
30713 vaaci 柡
30714 vaaki 歀
30715 vaaxi 栈
30716 vaaxi 桟
30717 vaddi 枾
30718 vaei 柾
30719 vaeti 桺
30720 vafxi 㭜
30721 valei 㮌
30722 varbi 㲄
30723 vasi 壳
30724 vbi 权
30725 vbbbi 栛
30726 vbgvi 㮊
30727 vbqsi 櫈
30728 vci 㭂
30729 vdi 杣
30730 vdi 㭊
30731 vei 杫
30732 vei 椚
30733 vei 㭒
30734 vemi 桢
30735 vfi 㭋
30736 vfhi 㭶
30737 vfi;i 樯
30738 vfjzi 楧
30739 vgi 枦
30740 vhi 术
30741 vhi 㝳
30742 vhni 怸
30743 vii 来
30744 vi;ki 検
30745 vifi 样
30746 virxi 㰕
30747 viuei 椾
30748 vji 朷
30749 vj;hi 㭸
30750 vjjai 栅
30751 vjjai 櫷
30752 vjki 杦
30753 vjki 杒
30754 vjsi 枧
30755 vjsi 梘
30756 vki 朲
30757 vki 杁
30758 vk;si 棁
30759 vkci 栤
30760 vkki 枞
30761 vkk,i 䳵
30762 vkk.i 䴯
30763 vkk.i 䴿
30764 vkk.i 䵆
30765 vkkei 麯
30766 vkkfi 麯
30767 vkkfi 䴵
30768 vkkfi 䴶
30769 vkkfi 䴸
30770 vkkfi 䴽
30771 vkkhi 麱
30772 vkkhi 䵁
30773 vkkii 䵄
30774 vkkmi 顂
30775 vkkmi 䵀
30776 vkkni 愸
30777 vkkni 憗
30778 vkkni 逨
30779 vkkri 㙬
30780 vkkri 㭫
30781 vkksi 麲
30782 vkksi 䚅
30783 vkksi 䴷
30784 vkkti 㮝
30785 vkkxi 䴬
30786 vkkxi 䴰
30787 vkkxi 䴼
30788 vkxi 枩
30789 vkyi 㮅
30790 vl,i 樢
30791 vl,i 㮧
30792 vlpi 㭵
30793 vlp.i 㭡
30794 vlpfi 槹
30795 vlpvi 檪
30796 vlqi 杔
30797 vmmwi 樱
30798 vnaai 㮓
30799 vnndi 樒
30800 vnrhi 櫉
30801 vnwi 桜
30802 voi 桕
30803 vofi 㭌
30804 vosi 棿
30805 vosi 㭠
30806 vosbi 㨌
30807 vovi 椞
30808 vozoi 欅
30809 vpa.i 㮯
30810 vpppi 橸
30811 vpxi 栧
30812 vqi 杢
30813 vqi 壱
30814 vqdsi 㰖
30815 vqini 㦤
30816 vqjki 槇
30817 vraki 㯘
30818 vrk;i 樯
30819 vrpki 横
30820 vrxi 㭕
30821 vsi 壳
30822 vsi 朰
30823 vsi 売
30824 vti 䢶
30825 vtci 椂
30826 vtzui 椭
30827 vui 枂
30828 vui 㭗
30829 vuai 査
30830 vv,i 㷊
30831 vvaci 梺
30832 vvaci 㮏
30833 vvvci 㯲
30834 vxi 㭃
30835 vxw.i 橼
30836 vy;di 梈
30837 vykhi 棭
30838 vypsi 槞
30839 vyrpi 槠
30840 vysi 杧
30841 vyxui 棛
30842 vz;;i 槗
30843 vzaxi 楲
30844 vzaxi 橒
30845 vzbi 枥
30846 vzfhi 梼
30847 vzqhi 栊
30848 vzqhi 橱
30849 vzrhi 櫉
30850 vzui 棛
30851 vzui 㮎
30852 w,xfi 彞
30853 w.i 㛛
30854 w.l,i 嬀
30855 w;tsi 㛕
30856 waaxi 娬
30857 waei 㚦
30858 waei 㛅
30859 wafi 㚥
30860 walei 䎟
30861 wbi 廵
30862 wcui 娋
30863 wda.i 嬍
30864 wei 婣
30865 wei 㚶
30866 wfjfi 㛘
30867 wgi 妬
30868 wgfi 㜽
30869 wizsi 㛨
30870 wj;ri 嬎
30871 wjjai 姗
30872 wjjai 䶯
30873 wjki 奺
30874 wjpri 嬎
30875 wjqi 媈
30876 wjsi 妉
30877 wjsi 㚮
30878 wlqi 㚪
30879 wmi 㛝
30880 wni 㚧
30881 wni 㣽
30882 wnvxi 嬷
30883 wofi 㜒
30884 wpi 㚼
30885 wpui 媪
30886 wqddi 姫
30887 wrk;i 嫱
30888 wrri 嫤
30889 wszi 㚨
30890 wti 妇
30891 wti 邚
30892 wwi 㚣
30893 wwwwi 巛
30894 wwwwi 巜
30895 wwwwi 彑
30896 wxi 㜄
30897 wzi 妋
30898 wzi 妚
30899 wzaxi 媙
30900 wzrri 㛻
30901 wzshi 㚭
30902 wzui 㛩
30903 x,i 䋛
30904 x,,i 颷
30905 x.;i 络
30906 x.abi 缓
30907 x.adi 绗
30908 x.c;i 绺
30909 x.fni 缝
30910 x.fzi 奬
30911 x.hi 终
30912 x.jbi 绶
30913 x.k;i 绺
30914 x.qi 绛
30915 x.vi 绦
30916 x.vi 䌽
30917 x.wi 绥
30918 x/i 蚃
30919 x/qxi 缳
30920 x;;vi 缲
30921 x;aei 缉
30922 x;dmi 缋
30923 x;dni 缱
30924 x;ui 绢
30925 xa/ci 缥
30926 xa/ci 飃
30927 xaaxi 线
30928 xaaxi 纭
30929 xacpi 缙
30930 xadsi 纯
30931 xafi 纡
30932 xaf;i 絬
30933 xafxi 绒
30934 xajki 䋑
30935 xalei 缅
30936 xap.i 绠
30937 xaxri 绖
30938 xazxi 绒
30939 xbi 糼
30940 xbb.i 缪
30941 xbbbi 缀
30942 xbbbi 䬅
30943 xbgdi 纾
30944 xbhi 发
30945 xci 厼
30946 xcli 纱
30947 xcui 绡
30948 xcui 颵
30949 xddi 绌
30950 xei 䊼
30951 xeei 绯
30952 xepfi 绰
30953 xfhi 纣
30954 xfjfi 䋻
30955 xfjfi 䌾
30956 xfjki 缜
30957 xfk;i 繬
30958 xfti 绑
30959 xfuki 缜
30960 xgi 䋆
30961 xgjfi 编
30962 xgki 级
30963 xgri 纽
30964 xhi 纺
30965 xhb;i 㗽
30966 xii 绊
30967 xii 䋮
30968 xi.ni 䍁
30969 xi;i 给
30970 xifi 絴
30971 xif;i 缮
30972 xikui 缢
30973 xir;i 缮
30974 xitci 缣
30975 xiuei 䬔
30976 xizsi 绻
30977 xji 糿
30978 xji 㓜
30979 xji 䫸
30980 xj;i 绍
30981 xj;i 㸛
30982 xj;i 䌹
30983 xj;i 䫿
30984 xjcli 缈
30985 xjhi 纫
30986 xjki 纳
30987 xjki 䊻
30988 xjr;i 绸
30989 xjsi 絸
30990 xjtsi 绝
30991 xjtsi 絶
30992 xki 乆
30993 xk.i 夋
30994 xk/pi 缯
30995 xka.i 缏
30996 xkji 纷
30997 xkk;i 绤
30998 xktli 绨
30999 xktzi 缑
31000 xkyi 维
31001 xkzsi 绻
31002 xlbi 级
31003 xleni 缒
31004 xlf;i 絬
31005 xlhi 约
31006 xlodi 绹
31007 xlpi 绚
31008 xlpi 絈
31009 xlp.i 缴
31010 xlpci 缐
31011 xlpdi 绵
31012 xlpvi 纅
31013 xlri 纴
31014 xlshi 纨
31015 xlvwi 䬐
31016 xmi 貟
31017 xmi 贠
31018 xmfzi 奬
31019 xmmwi 缨
31020 xni 纩
31021 xnaai 縇
31022 xnaai 縆
31023 xnaci 绽
31024 xnaci 综
31025 xnei 绾
31026 xnkpi 缩
31027 xnpri 缠
31028 xnpri 纒
31029 xnqi 䬁
31030 xoi 紤
31031 xoasi 纸
31032 xofi 缍
31033 xofi 䋅
31034 xosi 纥
31035 xosi 䋩
31036 xosbi 缎
31037 xosmi 缵
31038 xpi 细
31039 xpi 䫻
31040 xp/bi 缦
31041 xpaci 缇
31042 xpdi 绅
31043 xpfi 䌷
31044 xpffi 䬛
31045 xpni 缌
31046 xpqqi 绲
31047 xprfi 䬛
31048 xpvi 綶
31049 xpxi 缧
31050 xqi 红
31051 xqi 䫹
31052 xqaxi 䬎
31053 xqdi 䋍
31054 xqdsi 䌫
31055 xqhhi 缚
31056 xqqi 纰
31057 xr;i 结
31058 xr;mi 缬
31059 xrai 绀
31060 xrfi 缂
31061 xrfi 弉
31062 xrk.i 绫
31063 xrk.i 䬋
31064 xrk;i 繬
31065 xrlpi 绪
31066 xrmi 绩
31067 xrri 䌍
31068 xrsi 绁
31069 xsi 乣
31070 xsi 糺
31071 xsdi 纠
31072 xslhi 纨
31073 xt;qi 颹
31074 xtg/i 繦
31075 xtgdi 纼
31076 xtgei 绋
31077 xtsi 纪
31078 xtspi 缗
31079 xui 䏍
31080 xuai 组
31081 xuq,i 熋
31082 xuq/i 䘅
31083 xvji 缃
31084 xw.i 缘
31085 xwpi 缁
31086 xwpvi 缫
31087 xxi 厸
31088 xxi 㕕
31089 xxi 䬕
31090 xx;i 绐
31091 xxaoi 㡮
31092 xxaxi 㡬
31093 xxxsi 㓄
31094 xxxxi 乡
31095 xxxxi 厶
31096 xxxxi 幺
31097 xxxxi 纟
31098 xxxxi 糹
31099 xxzxi 㡬
31100 xyi 䬃
31101 xy.i 纹
31102 xy.mi 缡
31103 xy.mi 䬜
31104 xy;;i 缟
31105 xy;;i 䬘
31106 xyk.i 绞
31107 xykdi 缔
31108 xypxi 缞
31109 xytxi 缞
31110 xyxi 䜌
31111 xyxdi 㡩
31112 xyxfi 卛
31113 xyxfi 㝈
31114 xyxfi 㪻
31115 xyxki 㱍
31116 xyxni 纞
31117 xyxsi 统
31118 xzi 颫
31119 xzi 䊿
31120 xz.hi 颰
31121 xzahi 缛
31122 xzbhi 绂
31123 xzbhi 颰
31124 xzkci 缭
31125 xzlhi 颰
31126 xzpri 緾
31127 xzpri 纒
31128 xzqdi 绮
31129 xzqxi 缄
31130 xzsi 统
31131 xzxi 纮
31132 y,i 詸
31133 y,,i 谈
31134 y,,bi 䜎
31135 y,ni 谜
31136 y.i 竧
31137 y.i 豙
31138 y.i 䚲
31139 y.i 䚺
31140 y.abi 谖
31141 y.ami 顡
31142 y.ami 赟
31143 y.ari 诳
31144 y.fhi 谢
31145 y.fhi 対
31146 y.gfi 斈
31147 y.l,i 鴍
31148 y.l,i 譌
31149 y.ni 这
31150 y.odi 谣
31151 y.odi 謡
31152 y.qi 诟
31153 y/i 訵
31154 y;i 咅
31155 y;;gi 谔
31156 y;azi 误
31157 y;ci 䇍
31158 y;ci 䛤
31159 y;dni 谴
31160 y;dni 讉
31161 y;dni 䛱
31162 y;gfi 亸
31163 y;gfi 㝇
31164 y;gri 墪
31165 y;j.i 㪣
31166 y;j;i 䯧
31167 y;jbi 髝
31168 y;jki 㰴
31169 y;jsi 髚
31170 y;jsi 髛
31171 y;jsi 亴
31172 y;jsi 䯩
31173 ya.hi 诼
31174 ya/fi 谭
31175 yadi 订
31176 yaei 证
31177 yaei 誀
31178 yaebi 诹
31179 yafi 讦
31180 yafi 訮
31181 yaf;i 话
31182 yafxi 诫
31183 yaii 评
31184 yaqxi 试
31185 yat;i 语
31186 ybbi 诩
31187 ybb.i 谬
31188 ybg;i 谲
31189 ybjfi 诵
31190 ybqii 竳
31191 yci 讣
31192 yci 䚱
31193 ycli 竗
31194 ycui 诮
31195 ycui 䇌
31196 ydi 讪
31197 ydi 䇂
31198 yddi 诎
31199 ydddi 训
31200 yei 亣
31201 yei 訨
31202 yei 䚯
31203 yedi 训
31204 yeei 诽
31205 yeqi 谑
31206 yeqai 谑
31207 yfi 计
31208 yfi 竍
31209 yfi 竎
31210 yf;i 诂
31211 yf;i 㖖
31212 yfhi 讨
31213 yfjfi 辧
31214 yfki 诔
31215 yfpzi 谟
31216 yfxfi 辫
31217 yfyfi 辩
31218 yfyfi 辡
31219 yfyfi 辬
31220 yfyoi 谎
31221 yfz;i 诺
31222 ygi 䇉
31223 ygcui 谞
31224 ygjfi 谝
31225 ygqi 词
31226 yhi 访
31227 yhi 礻
31228 yhari 祬
31229 yhari 祍
31230 yhaxi 䄀
31231 yhbbi 䄌
31232 yhei 䄗
31233 yhemi 祯
31234 yhfzi 䄏
31235 yhini 䄒
31236 yhipi 禉
31237 yhjsi 视
31238 yhp.i 禝
31239 yhpvi 祵
31240 yhqpi 䄚
31241 yhr;i 祮
31242 yhrhi 禇
31243 yhzhi 祷
31244 yibi 竛
31245 yicpi 谱
31246 yifi 详
31247 yigni 谂
31248 yikui 谥
31249 yiphi 竴
31250 yiri 诠
31251 yitci 谦
31252 yiuei 谕
31253 yj;i 诏
31254 yj;i 诇
31255 yj;hi 谗
31256 yjaai 䛁
31257 yjhi 讱
31258 yjhei 䜀
31259 yjhei 䜧
31260 yjki 讷
31261 yjki 䚿
31262 yjoi 谄
31263 yjr;i 调
31264 yjtdi 诤
31265 yjzsi 诡
31266 yjzyi 谵
31267 yki 认
31268 yki 衤
31269 yk.i 诊
31270 yk.i 裑
31271 yk.,i 鵺
31272 yk.;i 㖱
31273 yk.bi 効
31274 yk.bi 㿰
31275 yk.ci 䙕
31276 yk.si 虠
31277 yk;si 说
31278 yk;si 説
31279 ykafi 衦
31280 ykari 䘭
31281 ykari 䛘
31282 ykdai 韲
31283 ykddi 袦
31284 ykdei 褍
31285 ykdui 䙖
31286 ykei 䚸
31287 ykeui 褴
31288 ykeui 褃
31289 ykf/i 襽
31290 ykhbi 竛
31291 ykhni 谂
31292 ykii 䘳
31293 ykji 竕
31294 ykji 訜
31295 ykj;i 谘
31296 ykj;i 啇
31297 ykjdi 䘜
31298 ykjki 歒
31299 ykjni 遆
31300 ykjqi 㡣
31301 ykjsi 覫
31302 ykjsi 䒍
31303 ykjyi 袇
31304 ykk;i 䛦
31305 ykkhi 袝
31306 ykkvi 襍
31307 ykkxi 谶
31308 ykkxi 衳
31309 ykkxi 䘱
31310 yklbi 䘰
31311 yklei 䙣
31312 yklpi 襎
31313 yklpi 䘩
31314 yklri 䛘
31315 yklzi 袄
31316 ykndi 䘢
31317 ykosi 䘽
31318 ykpai 亱
31319 ykpbi 襊
31320 ykpfi 襅
31321 ykpxi 䙨
31322 ykqi 讹
31323 ykqi 论
31324 ykqhi 䙏
31325 ykqni 裢
31326 ykqpi 褿
31327 ykrhi 褹
31328 ykrmi 襀
31329 ykrsi 袣
31330 ykrxi 褤
31331 ykrxi 㐮
31332 yktbi 䘲
31333 yktki 襈
31334 ykxi 讼
31335 ykyi 谁
31336 yky,i 谯
31337 ykysi 䘪
31338 ykyxi 䙑
31339 ykyxi 䙛
31340 ykzki 䙠
31341 ykzsi 䘪
31342 ykzxi 䙘
31343 yl,i 諊
31344 yl;i 訽
31345 ylebi 诞
31346 ylf;i 话
31347 ylpi 询
31348 ylpfi 䇑
31349 ylpfi 䜂
31350 ylqi 竓
31351 ylqi 讬
31352 ylqi 䚽
31353 ylvgi 诱
31354 ylvli 诱
31355 ylvwi 诿
31356 ym;i 諣
31357 ymmi 䇋
31358 ymqvi 椉
31359 yni 訫
31360 yni 悥
31361 yn.i 谚
31362 ynlqi 诧
31363 ynlui 谧
31364 ynuai 谊
31365 ynuai 竩
31366 yoi 䜣
31367 yo;i 诰
31368 yo;xi 襃
31369 yoaai 诋
31370 yoahi 诋
31371 yoei 诈
31372 yofi 许
31373 yohi 诉
31374 yoki 谀
31375 yolxi 亵
31376 yosi 讫
31377 yosi 诜
31378 yosi 䇄
31379 yoszi 诲
31380 yovi 诛
31381 yozi 䛈
31382 ypi 亩
31383 yp/bi 谩
31384 yp;ai 鹯
31385 yp;ci 禀
31386 yp;mi 颤
31387 ypfi 䛆
31388 ypfmi 赣
31389 ypfmi 贑
31390 ypfmi 謴
31391 ypfni 戆
31392 ypfni 戅
31393 ypk.i 谡
31394 yplsi 谒
31395 ypni 恴
31396 ypsi 竜
31397 ypui 谓
31398 ypvi 课
31399 ypxi 畆
31400 ypxi 䛖
31401 yqi 讧
31402 yqi 䚰
31403 yq;;i 讍
31404 yqari 诓
31405 yqdi 诃
31406 yqdli 讶
31407 yqkki 诬
31408 yqpi 诣
31409 yqpi 䜊
31410 yqqi 䚹
31411 yqq;i 麏
31412 yqq;i 麐
31413 yqq;i 麢
31414 yqq;i 䴥
31415 yqqbi 䴫
31416 yqqhi 㼾
31417 yqqhi 䴟
31418 yqqii 䴣
31419 yqqpi 谐
31420 yqqpi 麘
31421 yqqri 䴤
31422 yqqsi 麅
31423 yqqvi 麕
31424 yqqvi 䴢
31425 yqqzi 䴠
31426 yqspi 谮
31427 yqti 讵
31428 yr;i 诘
31429 yr;,i 䜩
31430 yrasi 谌
31431 yravi 谋
31432 yre,i 䜩
31433 yrfhi 诗
31434 yrlpi 诸
31435 yrni 迬
31436 yrqki 谌
31437 yrri 谨
31438 yrri 诖
31439 yrsvi 谍
31440 yrui 请
31441 ysi 讥
31442 ysi 竌
31443 ysami 颃
31444 ysbi 设
31445 ysbi 劥
31446 ysbi 竐
31447 ysfi 讯
31448 yshi 訉
31449 ysxhi 㻾
31450 yszi 讯
31451 ytbi 诐
31452 ytki 诀
31453 ytsi 记
31454 ytsi 䇃
31455 yui 䚴
31456 yuai 诅
31457 yumhi 赢
31458 yuq,i 驡
31459 yuqqi 龖
31460 yvi 亲
31461 yv/i 谏
31462 yv;i 誎
31463 yx;i 诒
31464 yxk.i 誜
31465 yxkbi 㱾
31466 yxkhi 㻾
31467 yxkmi 颏
31468 yxozi 诶
31469 yxozi 竢
31470 yxx.i 謲
31471 yxxdi 㡩
31472 yxxfi 卛
31473 yxxfi 㝈
31474 yxxfi 㪻
31475 yxxki 㱍
31476 yyi 竝
31477 yyi 誩
31478 yy;ci 谅
31479 yy;fi 谆
31480 yy;fi 䇏
31481 yyk;i 谪
31482 yykdi 谛
31483 yykfi 谇
31484 yykhi 谤
31485 yypi 谙
31486 yypi 暜
31487 yyxki 该
31488 yz,i 诙
31489 yzgxi 诚
31490 yzqxi 䜗
31491 yzxi 䛋
31492 z,i 㶨
31493 z,i 㶪
31494 z..,i 䯼
31495 z...i 鬉
31496 z..mi 䫪
31497 z.aei 髵
31498 z.asi 髨
31499 z.j;i 䯾
31500 z.rki 髸
31501 z.rpi 䰇
31502 z.tbi 䯹
31503 z/i 䦉
31504 z;i 夻
31505 zaa,i 霼
31506 zaa.i 敐
31507 zaaci 霴
31508 zaaki 㰭
31509 zaaki 㰮
31510 zaaki 䨏
31511 zaasi 霕
31512 zaasi 䨌
31513 zaati 郀
31514 zaati 䣅
31515 zaaui 䨭
31516 zaaxi 夽
31517 zaaxi 㦺
31518 zaaxi 䨺
31519 zal.i 厦
31520 zalei 奤
31521 zaxi 㕄
31522 zbi 历
31523 zci 夵
31524 zci 㤗
31525 zdi 㐪
31526 zdi 㚎
31527 zdi 㞭
31528 zei 夰
31529 zeaci 䦊
31530 zfi 弃
31531 zfi 夲
31532 zfi 㔻
31533 zfi 㚏
31534 zfhi 夺
31535 zfhi 寿
31536 zfh,i 焘
31537 zgi 雼
31538 zhi 冭
31539 zhni 态
31540 zhni 迏
31541 zhzhi 㹜
31542 zii 夹
31543 zii 㕋
31544 zifi 㚔
31545 zjsi 规
31546 zjsi 覔
31547 zjsi 䨘
31548 zjsvi 椝
31549 zki 冭
31550 zkji 眘
31551 zkki 㚒
31552 zkk,i 㷳
31553 zkk.i 㪎
31554 zkk.i 䴯
31555 zkk.i 䴿
31556 zkk.i 䵆
31557 zkkei 麯
31558 zkkei 㓨
31559 zkkfi 麯
31560 zkkfi 䴵
31561 zkkfi 䴶
31562 zkkfi 䴸
31563 zkkfi 䴽
31564 zkkii 䵄
31565 zkkmi 赝
31566 zkkmi 贋
31567 zkkmi 䵀
31568 zkksi 麲
31569 zkksi 䴷
31570 zkkxi 䴬
31571 zkkxi 䴰
31572 zkkxi 䴼
31573 zkyi 奞
31574 zkyi 㕍
31575 zl,i 鳫
31576 zl,i 䲪
31577 zlpci 厡
31578 zlpci 厵
31579 zlvvi 䆐
31580 zmei 厕
31581 zmei 厠
31582 zni 达
31583 zni 还
31584 zoi 㐬
31585 zoaai 奃
31586 zoahi 奃
31587 zpi 奋
31588 zpi 㫘
31589 zpni 䢮
31590 zpuei 㱘
31591 zqi 㔫
31592 zqdbi 㿲
31593 zqihi 厨
31594 zqxmi 䫲
31595 zri 圧
31596 zri 圶
31597 zr;hi 㕑
31598 zrri 厪
31599 zrri 厓
31600 zskei 䬠
31601 zuni 逳
31602 zuni 㤫
31603 zuqxi 㦽
31604 zvi 雬
31605 zvi 㚓
31606 zvji 厢
31607 zvvi 㚞
31608 zxi 厺
31609 zxi 厷
31610 zyi 雴
31611 zyi 㕇
31612 zypsi 霭
31613 zyuqi 龎
31614 zzi 夶
31615 zzi 㚐
31616 zzi 㚘
31617 zzqi 䦈
31618 zzzzi 镸
31619 # End of CJK Unified Ideographs + Extension A
31620 # Begin of CJK Unified Ideographs Extension B
31621 ffffi 𠀆
31622 ooooi 𠀉
31623 rrrri 𠀎
31624 ////i 𠁤
31625 ....i 𠂆
31626 zzzzi 𠂇
31627 ooooi 𠂉
31628 jjjji 𠂊
31629 ooooi 𠂒
31630 ssssi 𠃉
31631 ssssi 𠃊
31632 ssssi 𠃋
31633 ggggi 𠃌
31634 ggggi 𠃍
31635 ggggi 𠃑
31636 bbbbi 𠃜
31637 ssssi 𠄌
31638 ggggi 𠄎
31639 kkkki 𠆢
31640 ssssi 𠘧
31641 ssssi 𠘨
31642 iiiii 𠚕
31643 qqqqi 𠤎
31644 qqqqi 𠥓
31645 zzzzi 𠫓
31646 qqqqi 𠮛
31647 zzzzi 𡗗
31648 cccci 𡭔
31649 wwwwi 𡿦
31650 ssssi 𡿨
31651 ggggi 𢎘
31652 vvvvi 𣎳
31653 cccci 𣥂
31654 eeeei 𣶒
31655 lllli 𥫗
31656 ooooi 𦥑
31657 ....i 𧰨
31658 ssssi 𧾷
31659 adqi 𠀀
31660 agi 𠀁
31661 asi 𠀂
31662 jai 𠀃
31663 gdai 𠀄
31664 jai 𠀄
31665 agli 𠀅
31666 jaai 𠀇
31667 ldgai 𠀈
31668 leai 𠀉
31669 zdhi 𠀊
31670 zkhi 𠀋
31671 gadai 𠀌
31672 rdi 𠀍
31673 fai 𠀍
31674 adsai 𠀏
31675 ;dai 𠀐
31676 ajki 𠀑
31677 ajlsi 𠀑
31678 akagi 𠀒
31679 tgdai 𠀓
31680 axki 𠀔
31681 awhi 𠀕
31682 rhi 𠀖
31683 rli 𠀗
31684 asasi 𠀘
31685 ajaji 𠀙
31686 axci 𠀚
31687 aajki 𠀛
31688 acai 𠀜
31689 aceai 𠀝
31690 adggi 𠀞
31691 vgi 𠀟
31692 vggi 𠀟
31693 r.i 𠀠
31694 aosi 𠀡
31695 aeqi 𠀢
31696 asdai 𠀣
31697 zzai 𠀤
31698 adpai 𠀥
31699 ahddi 𠀦
31700 aaddi 𠀦
31701 tdsai 𠀧
31702 aclbi 𠀨
31703 acgki 𠀨
31704 asadi 𠀩
31705 rahi 𠀪
31706 rali 𠀫
31707 apkki 𠀬
31708 l,gi 𠀭
31709 akp.i 𠀮
31710 apci 𠀯
31711 zcli 𠀰
31712 zk.i 𠀱
31713 admmi 𠀲
31714 xkaci 𠀳
31715 ddaci 𠀴
31716 adj.i 𠀵
31717 zozi 𠀶
31718 akkzi 𠀶
31719 qjfi 𠀷
31720 aj.si 𠀸
31721 ajmsi 𠀸
31722 akjqi 𠀹
31723 ascki 𠀺
31724 asdki 𠀺
31725 aassi 𠀻
31726 alj.i 𠀼
31727 ajdhi 𠀽
31728 ziaxi 𠀾
31729 ac;ki 𠀿
31730 rskxi 𠁀
31731 qteai 𠁁
31732 jaaai 𠁁
31733 stgai 𠁁
31734 ;;eai 𠁁
31735 rlpdi 𠁂
31736 zv;i 𠁃
31737 ijfci 𠁄
31738 aglhi 𠁅
31739 aglki 𠁅
31740 abrhi 𠁅
31741 abrki 𠁅
31742 zfuai 𠁆
31743 zfjsi 𠁆
31744 znuai 𠁇
31745 ads;i 𠁈
31746 aslri 𠁉
31747 zkkai 𠁊
31748 akkzi 𠁊
31749 zvpi 𠁋
31750 zaeti 𠁌
31751 zirzi 𠁍
31752 qnaci 𠁎
31753 qjaai 𠁏
31754 qjaai 𠁐
31755 rjjci 𠁑
31756 zfuki 𠁒
31757 zfjki 𠁒
31758 zqjki 𠁒
31759 zkkki 𠁓
31760 icagi 𠁔
31761 qdjai 𠁕
31762 ajhdi 𠁖
31763 aalzi 𠁗
31764 zalpi 𠁗
31765 zalai 𠁗
31766 asp,i 𠁘
31767 as/,i 𠁘
31768 zyoei 𠁙
31769 acipi 𠁚
31770 zilni 𠁛
31771 icabi 𠁜
31772 icaxi 𠁝
31773 zi/pi 𠁞
31774 acipi 𠁞
31775 icaci 𠁟
31776 uauai 𠁠
31777 dgi 𠁡
31778 dsi 𠁢
31779 dti 𠁣
31780 kkdi 𠁥
31781 ;ei 𠁦
31782 ;daai 𠁦
31783 ;dtdi 𠁧
31784 ;gadi 𠁧
31785 b;di 𠁨
31786 aa;ai 𠁩
31787 aa;ei 𠁩
31788 lr;di 𠁪
31789 ar;di 𠁪
31790 sdkvi 𠁫
31791 fdgdi 𠁬
31792 fgddi 𠁬
31793 kdkdi 𠁭
31794 kkkdi 𠁮
31795 ;dx;i 𠁯
31796 ftqai 𠁰
31797 ftqi 𠁰
31798 qfgai 𠁱
31799 qfbai 𠁱
31800 qagfi 𠁱
31801 qabfi 𠁱
31802 etfdi 𠁲
31803 tdtdi 𠁲
31804 dttdi 𠁲
31805 fdfdi 𠁳
31806 dffdi 𠁳
31807 ffdi 𠁳
31808 ;d..i 𠁴
31809 pd..i 𠁴
31810 p..di 𠁴
31811 ;deki 𠁵
31812 ;dq.i 𠁶
31813 ;;ddi 𠁷
31814 ;;dfi 𠁸
31815 ;doki 𠁹
31816 ;;dni 𠁺
31817 ;;dgi 𠁻
31818 hhhi 𠁼
31819 shi 𠁽
31820 sfi 𠁽
31821 szi 𠁽
31822 sghi 𠁾
31823 ahdi 𠁿
31824 adhi 𠁿
31825 ffhi 𠂀
31826 fhfi 𠂀
31827 rdhi 𠂀
31828 ehi 𠂁
31829 hjafi 𠂂
31830 f,hhi 𠂃
31831 jypsi 𠂄
31832 yxkhi 𠂅
31833 ysxhi 𠂅
31834 sdi 𠂈
31835 sli 𠂈
31836 .ai 𠂋
31837 lfi 𠂌
31838 llgi 𠂍
31839 oli 𠂎
31840 lgagi 𠂏
31841 glagi 𠂏
31842 lghi 𠂐
31843 glhi 𠂐
31844 ohli 𠂑
31845 odhi 𠂑
31846 olhi 𠂑
31847 .xi 𠂓
31848 lgdli 𠂔
31849 agdli 𠂔
31850 lzi 𠂕
31851 la.di 𠂖
31852 lafi 𠂖
31853 lfi 𠂖
31854 dmsi 𠂗
31855 msi 𠂗
31856 smi 𠂗
31857 .gshi 𠂘
31858 fli 𠂙
31859 lzli 𠂚
31860 lei 𠂛
31861 kadai 𠂜
31862 ledai 𠂜
31863 l;di 𠂝
31864 lkagi 𠂞
31865 lili 𠂟
31866 lkzi 𠂟
31867 ligi 𠂠
31868 sfi 𠂡
31869 .oki 𠂢
31870 .tgi 𠂣
31871 lei 𠂤
31872 ljfi 𠂥
31873 deadi 𠂦
31874 dfadi 𠂦
31875 dafdi 𠂦
31876 lsaxi 𠂧
31877 ljfi 𠂨
31878 ljjai 𠂨
31879 ooi 𠂩
31880 lgyci 𠂪
31881 glyci 𠂪
31882 yclgi 𠂫
31883 ycgli 𠂫
31884 .tdsi 𠂬
31885 .hhhi 𠂭
31886 .adsi 𠂮
31887 lffi 𠂯
31888 .agdi 𠂰
31889 eqlgi 𠂱
31890 eqgli 𠂱
31891 lvii 𠂲
31892 la,i 𠂲
31893 .dxdi 𠂳
31894 fjii 𠂴
31895 drfdi 𠂵
31896 rfddi 𠂵
31897 lali 𠂶
31898 llai 𠂶
31899 lzifi 𠂷
31900 lsrfi 𠂸
31901 kkkki 𠂹
31902 lp.ri 𠂺
31903 lqdxi 𠂻
31904 dqqti 𠂼
31905 eqqti 𠂼
31906 qqeti 𠂼
31907 lpaxi 𠂽
31908 lezi 𠂾
31909 lkkfi 𠂿
31910 kkkgi 𠃀
31911 lp.xi 𠃁
31912 lezai 𠃂
31913 .aghi 𠃃
31914 .okki 𠃄
31915 .ldki 𠃄
31916 ./mi 𠃅
31917 lel,i 𠃆
31918 lfapi 𠃇
31919 odasi 𠃈
31920 lsi 𠃉
31921 ssi 𠃉
31922 dai 𠃎
31923 ssi 𠃏
31924 ssi 𠃐
31925 fsi 𠃒
31926 g.i 𠃓
31927 xsi 𠃔
31928 dsdsi 𠃕
31929 lsdsi 𠃕
31930 qsi 𠃖
31931 afsi 𠃗
31932 .asi 𠃘
31933 lslsi 𠃙
31934 lssli 𠃙
31935 sllsi 𠃙
31936 slsli 𠃙
31937 tsgi 𠃚
31938 jaai 𠃛
31939 dgaai 𠃛
31940 sci 𠃝
31941 awsi 𠃞
31942 rsi 𠃟
31943 thi 𠃠
31944 thhi 𠃠
31945 tzi 𠃠
31946 skdsi 𠃡
31947 sdksi 𠃡
31948 jaaei 𠃢
31949 scli 𠃣
31950 lqoi 𠃤
31951 ooi 𠃤
31952 savi 𠃥
31953 pfsi 𠃦
31954 skski 𠃧
31955 sddi 𠃨
31956 lsk.i 𠃩
31957 slk.i 𠃩
31958 pfsi 𠃪
31959 pesi 𠃪
31960 apdgi 𠃫
31961 tstqi 𠃬
31962 .;si 𠃭
31963 sbci 𠃮
31964 lvlsi 𠃯
31965 lvgsi 𠃯
31966 skjfi 𠃰
31967 xkjfi 𠃰
31968 fjgsi 𠃱
31969 kysi 𠃲
31970 ls;;i 𠃳
31971 sl;;i 𠃳
31972 zusi 𠃴
31973 yxusi 𠃴
31974 epfsi 𠃵
31975 .jbsi 𠃶
31976 lvgsi 𠃷
31977 r;isi 𠃸
31978 .f;si 𠃹
31979 silji 𠃺
31980 aajsi 𠃻
31981 kjksi 𠃻
31982 lp.si 𠃼
31983 kxbsi 𠃽
31984 j..si 𠃾
31985 .nfsi 𠃿
31986 .gffi 𠄀
31987 .gfsi 𠄀
31988 lsipi 𠄁
31989 slipi 𠄁
31990 .x,si 𠄂
31991 vpasi 𠄃
31992 cpasi 𠄄
31993 caisi 𠄅
31994 lsaoi 𠄆
31995 slaoi 𠄆
31996 .gfsi 𠄇
31997 .gf;i 𠄇
31998 ,mqsi 𠄈
31999 .gfsi 𠄉
32000 .gfpi 𠄉
32001 fppsi 𠄊
32002 qppsi 𠄋
32003 sdi 𠄍
32004 ssi 𠄏
32005 dsi 𠄏
32006 gdi 𠄏
32007 gdi 𠄐
32008 sdsi 𠄑
32009 lfli 𠄒
32010 dsdki 𠄓
32011 dskdi 𠄓
32012 sssi 𠄔
32013 fsi 𠄔
32014 gdgi 𠄔
32015 gdgdi 𠄕
32016 ibadi 𠄖
32017 khbdi 𠄖
32018 jrgdi 𠄗
32019 gfgki 𠄘
32020 gfbi 𠄘
32021 qtdi 𠄙
32022 l,adi 𠄚
32023 bgddi 𠄛
32024 qtdvi 𠄜
32025 bgd,i 𠄝
32026 aai 𠄞
32027 aai 𠄟
32028 aai 𠄠
32029 a.ai 𠄡
32030 ajtai 𠄢
32031 aj.ai 𠄣
32032 amai 𠄣
32033 adsai 𠄤
32034 ldsai 𠄤
32035 aaggi 𠄥
32036 aalbi 𠄦
32037 aagki 𠄦
32038 tdsai 𠄧
32039 amcai 𠄨
32040 x;aai 𠄩
32041 gcaai 𠄪
32042 rkei 𠄫
32043 vjaai 𠄬
32044 almai 𠄭
32045 axxai 𠄮
32046 aagai 𠄯
32047 aap,i 𠄰
32048 aaddi 𠄱
32049 atpsi 𠄲
32050 aarbi 𠄳
32051 aaxei 𠄴
32052 appai 𠄵
32053 karti 𠄶
32054 klrti 𠄶
32055 ;;;ai 𠄷
32056 sgsai 𠄷
32057 ag;ai 𠄸
32058 al;ai 𠄹
32059 fdjsi 𠄺
32060 atvvi 𠄻
32061 fjiti 𠄼
32062 aaoei 𠄽
32063 aaq;i 𠄾
32064 aatdi 𠄿
32065 rifxi 𠅀
32066 ydai 𠅁
32067 ysdli 𠅂
32068 ykki 𠅃
32069 yjci 𠅄
32070 yvi 𠅅
32071 yxki 𠅆
32072 yskli 𠅆
32073 yslki 𠅆
32074 iysi 𠅇
32075 yajki 𠅈
32076 ydii 𠅉
32077 y;fi 𠅊
32078 yxfi 𠅋
32079 y;zi 𠅌
32080 vaysi 𠅍
32081 ysozi 𠅎
32082 y;tli 𠅏
32083 ozysi 𠅐
32084 ygdzi 𠅑
32085 yjlzi 𠅑
32086 ysvai 𠅒
32087 ypkki 𠅓
32088 y;tsi 𠅔
32089 yk.xi 𠅕
32090 y;;fi 𠅖
32091 adyki 𠅗
32092 adyhi 𠅗
32093 yejdi 𠅘
32094 yejsi 𠅙
32095 ykq.i 𠅚
32096 y.ddi 𠅛
32097 ykaei 𠅜
32098 y;jfi 𠅝
32099 ymqsi 𠅞
32100 yrrsi 𠅟
32101 y;;di 𠅠
32102 y;bbi 𠅡
32103 yejqi 𠅢
32104 ysx.i 𠅣
32105 ypni 𠅤
32106 ypui 𠅥
32107 yj;bi 𠅦
32108 yjpbi 𠅦
32109 y;;zi 𠅧
32110 yos.i 𠅨
32111 y;phi 𠅩
32112 ysari 𠅪
32113 y..si 𠅫
32114 yosbi 𠅬
32115 y;esi 𠅭
32116 ye;si 𠅭
32117 y;csi 𠅮
32118 ycyci 𠅯
32119 yroqi 𠅰
32120 lxyki 𠅱
32121 lxyhi 𠅱
32122 yozi 𠅲
32123 ys;mi 𠅳
32124 ybsri 𠅴
32125 yxmhi 𠅵
32126 yx.hi 𠅵
32127 yejhi 𠅶
32128 y;;fi 𠅷
32129 y;jqi 𠅸
32130 y;jxi 𠅹
32131 ypxvi 𠅺
32132 ypsvi 𠅺
32133 yscui 𠅻
32134 yslzi 𠅼
32135 yssci 𠅽
32136 ykjsi 𠅾
32137 y;jji 𠅿
32138 y;jfi 𠆀
32139 yp.ki 𠆁
32140 y;kdi 𠆂
32141 y;csi 𠆃
32142 ykbmi 𠆄
32143 yk;vi 𠆅
32144 y;;fi 𠆆
32145 yljzi 𠆇
32146 ykdwi 𠆈
32147 zaffi 𠆉
32148 yxafi 𠆉
32149 y;jai 𠆊
32150 ykd;i 𠆋
32151 y;ppi 𠆌
32152 yufki 𠆍
32153 yuqki 𠆍
32154 yptbi 𠆎
32155 y;zdi 𠆏
32156 y;adi 𠆏
32157 yjj,i 𠆐
32158 ypdki 𠆑
32159 y;jpi 𠆒
32160 y;gki 𠆓
32161 y;ghi 𠆓
32162 y;gsi 𠆔
32163 lafki 𠆕
32164 lafhi 𠆕
32165 ifyki 𠆕
32166 ifyhi 𠆕
32167 yho;i 𠆖
32168 ykd;i 𠆗
32169 ykjxi 𠆘
32170 y;jki 𠆙
32171 y;jhi 𠆙
32172 yjjqi 𠆚
32173 yp;fi 𠆛
32174 ykdwi 𠆜
32175 yppxi 𠆝
32176 y;gai 𠆞
32177 yo..i 𠆟
32178 yoj,i 𠆠
32179 yoj,i 𠆡
32180 aki 𠆣
32181 kdi 𠆤
32182 kli 𠆥
32183 l.i 𠆥
32184 kqi 𠆦
32185 kki 𠆧
32186 kgdi 𠆨
32187 kshi 𠆩
32188 kdqi 𠆪
32189 kfli 𠆫
32190 kaagi 𠆬
32191 ibssi 𠆭
32192 igsi 𠆭
32193 igi 𠆭
32194 kabi 𠆮
32195 kedi 𠆯
32196 kdddi 𠆯
32197 ksdi 𠆰
32198 khfi 𠆱
32199 kni 𠆲
32200 keai 𠆳
32201 ajdki 𠆴
32202 yjdki 𠆴
32203 kkagi 𠆵
32204 kigi 𠆵
32205 kjsi 𠆶
32206 lskei 𠆷
32207 slkei 𠆷
32208 kebi 𠆸
32209 k.si 𠆹
32210 kxdi 𠆺
32211 kafi 𠆻
32212 kaffi 𠆻
32213 kygdi 𠆼
32214 kzxi 𠆽
32215 kyki 𠆾
32216 klai 𠆿
32217 igbi 𠇀
32218 khgbi 𠇀
32219 ktgdi 𠇁
32220 kphi 𠇂
32221 kkqi 𠇃
32222 izi 𠇄
32223 kqi 𠇅
32224 kajdi 𠇆
32225 kaahi 𠇇
32226 kaabi 𠇇
32227 kfhi 𠇇
32228 kafhi 𠇇
32229 kei 𠇈
32230 kdjki 𠇉
32231 koki 𠇊
32232 ifi 𠇋
32233 kafi 𠇋
32234 kaffi 𠇋
32235 aaxki 𠇌
32236 kci 𠇍
32237 kfi 𠇎
32238 kigi 𠇏
32239 kkhgi 𠇏
32240 kagai 𠇐
32241 kk.i 𠇑
32242 kkki 𠇒
32243 klxi 𠇓
32244 klqi 𠇔
32245 ktdsi 𠇕
32246 klni 𠇖
32247 k.xki 𠇗
32248 kqxi 𠇘
32249 kaqi 𠇙
32250 kpdi 𠇚
32251 ktjdi 𠇛
32252 kxgsi 𠇜
32253 k;aai 𠇝
32254 kfbhi 𠇞
32255 khbi 𠇟
32256 avki 𠇠
32257 ktci 𠇡
32258 kal.i 𠇢
32259 kaaci 𠇣
32260 karhi 𠇤
32261 kdy.i 𠇥
32262 kjri 𠇦
32263 kejki 𠇧
32264 kifi 𠇨
32265 kodji 𠇩
32266 kolji 𠇩
32267 kofi 𠇪
32268 kkfi 𠇫
32269 ad.ki 𠇬
32270 a.dki 𠇬
32271 q.ki 𠇬
32272 i;di 𠇭
32273 ijki 𠇮
32274 koai 𠇯
32275 kyjdi 𠇰
32276 iajdi 𠇰
32277 kvai 𠇱
32278 kvhi 𠇲
32279 kzsi 𠇳
32280 kzbi 𠇴
32281 kcsi 𠇵
32282 kj;i 𠇶
32283 kori 𠇷
32284 kykai 𠇸
32285 kbqi 𠇹
32286 kbri 𠇹
32287 kpdi 𠇺
32288 k/i 𠇻
32289 klii 𠇼
32290 kqjdi 𠇽
32291 kvai 𠇾
32292 wki 𠇿
32293 kgkji 𠈀
32294 k.aqi 𠈁
32295 kx;i 𠈂
32296 kbvi 𠈃
32297 kqddi 𠈄
32298 ksd.i 𠈅
32299 klei 𠈆
32300 kapki 𠈇
32301 klp.i 𠈈
32302 k;wi 𠈉
32303 k.tsi 𠈊
32304 kafxi 𠈋
32305 kazxi 𠈋
32306 kkkki 𠈌
32307 k.wi 𠈍
32308 ktddi 𠈎
32309 i;ki 𠈏
32310 kpxi 𠈐
32311 kcasi 𠈑
32312 keaci 𠈒
32313 kajdi 𠈓
32314 keaii 𠈔
32315 kmi 𠈕
32316 kizi 𠈖
32317 kkzi 𠈖
32318 kapai 𠈗
32319 krri 𠈘
32320 kaaxi 𠈙
32321 kzdri 𠈚
32322 kuei 𠈛
32323 kjtsi 𠈜
32324 kkawi 𠈝
32325 kiwi 𠈝
32326 kmqi 𠈞
32327 koji 𠈟
32328 koqi 𠈠
32329 ksadi 𠈡
32330 imgsi 𠈢
32331 oski 𠈣
32332 kcwi 𠈤
32333 kmi 𠈥
32334 kd.i 𠈦
32335 kdbi 𠈧
32336 koeai 𠈨
32337 k.adi 𠈩
32338 kizi 𠈪
32339 kizi 𠈫
32340 kkzi 𠈫
32341 k.ri 𠈬
32342 knofi 𠈭
32343 k;ci 𠈮
32344 kafbi 𠈯
32345 klebi 𠈰
32346 kccli 𠈱
32347 koa;i 𠈲
32348 kw,i 𠈳
32349 kbgci 𠈴
32350 kzshi 𠈵
32351 kzs.i 𠈵
32352 kdlbi 𠈶
32353 kdgki 𠈶
32354 kpodi 𠈷
32355 kplfi 𠈷
32356 kpsdi 𠈷
32357 kanxi 𠈸
32358 kc.i 𠈹
32359 kqqri 𠈺
32360 kkk;i 𠈻
32361 kisbi 𠈼
32362 jbski 𠈽
32363 kfafi 𠈾
32364 kdabi 𠈿
32365 kdtzi 𠉀
32366 jkpki 𠉁
32367 kzni 𠉂
32368 keqai 𠉃
32369 kyfi 𠉄
32370 kikji 𠉅
32371 kkzji 𠉅
32372 knqqi 𠉆
32373 k,;i 𠉇
32374 kzui 𠉈
32375 kv;i 𠉉
32376 kfji 𠉊
32377 kfysi 𠉋
32378 k;ui 𠉌
32379 kpvi 𠉍
32380 kjci 𠉎
32381 k.fi 𠉏
32382 kig;i 𠉐
32383 kkh;i 𠉐
32384 klvgi 𠉑
32385 klvli 𠉑
32386 kkpsi 𠉒
32387 kiii 𠉓
32388 kaffi 𠉔
32389 kqdbi 𠉕
32390 k;ofi 𠉖
32391 kafsi 𠉗
32392 klfsi 𠉗
32393 ksnli 𠉘
32394 iajfi 𠉙
32395 kkkdi 𠉚
32396 kzgxi 𠉛
32397 kblqi 𠉜
32398 koegi 𠉝
32399 igbqi 𠉞
32400 khgqi 𠉞
32401 kvlfi 𠉟
32402 k.i 𠉠
32403 keci 𠉡
32404 kpci 𠉢
32405 koapi 𠉣
32406 kcpi 𠉤
32407 kxusi 𠉥
32408 kapki 𠉦
32409 kaebi 𠉧
32410 krxhi 𠉨
32411 krsfi 𠉩
32412 krszi 𠉩
32413 kzvi 𠉪
32414 kyxvi 𠉪
32415 k.yri 𠉫
32416 k;;zi 𠉬
32417 kkkki 𠉭
32418 kizbi 𠉮
32419 kkzbi 𠉮
32420 katwi 𠉯
32421 k.lri 𠉰
32422 k.ari 𠉰
32423 kghi 𠉱
32424 i;tsi 𠉲
32425 koaei 𠉳
32426 kofei 𠉳
32427 kzi 𠉴
32428 knaci 𠉵
32429 kpfi 𠉶
32430 kntbi 𠉷
32431 ky.ui 𠉸
32432 kgfki 𠉹
32433 kgfbi 𠉹
32434 kbaei 𠉺
32435 krl,i 𠉻
32436 i;kqi 𠉼
32437 iuwi 𠉽
32438 kfigi 𠉾
32439 kfkgi 𠉾
32440 k;d.i 𠉿
32441 kdzfi 𠊀
32442 kfaxi 𠊁
32443 kdk.i 𠊂
32444 kfadi 𠊃
32445 krjdi 𠊃
32446 kii 𠊄
32447 k.,i 𠊅
32448 ki/i 𠊆
32449 kka/i 𠊆
32450 kmjfi 𠊇
32451 ki;ji 𠊈
32452 iax.i 𠊉
32453 ilpqi 𠊊
32454 kipsi 𠊋
32455 k,,i 𠊌
32456 kkvai 𠊍
32457 kzrri 𠊎
32458 kosei 𠊏
32459 klodi 𠊐
32460 khz;i 𠊑
32461 kyl;i 𠊑
32462 kyk;i 𠊑
32463 kyc;i 𠊑
32464 knq.i 𠊒
32465 kylhi 𠊓
32466 kcyi 𠊔
32467 kta,i 𠊕
32468 kwmei 𠊖
32469 k/bi 𠊗
32470 kgui 𠊘
32471 knuai 𠊙
32472 kpahi 𠊚
32473 pafki 𠊛
32474 kwgi 𠊜
32475 kax;i 𠊝
32476 k;dni 𠊞
32477 k;psi 𠊟
32478 kfkji 𠊠
32479 kirsi 𠊡
32480 kizsi 𠊡
32481 knkwi 𠊢
32482 kgrri 𠊣
32483 keki 𠊤
32484 kcci 𠊥
32485 kwaei 𠊦
32486 kicai 𠊧
32487 ktgki 𠊨
32488 kgffi 𠊩
32489 kr;ii 𠊪
32490 klpfi 𠊫
32491 kkkji 𠊬
32492 kzqxi 𠊭
32493 kbg.i 𠊮
32494 knkbi 𠊯
32495 km;i 𠊰
32496 kjzzi 𠊱
32497 knkhi 𠊲
32498 kajbi 𠊳
32499 knidi 𠊴
32500 kdmmi 𠊵
32501 kizwi 𠊶
32502 kkzwi 𠊶
32503 kax.i 𠊷
32504 ktj,i 𠊸
32505 kj.i 𠊹
32506 kyci 𠊺
32507 k.gvi 𠊻
32508 ka/fi 𠊼
32509 ktspi 𠊽
32510 kbazi 𠊾
32511 kblzi 𠊾
32512 knaai 𠊿
32513 kbjbi 𠋀
32514 k.jfi 𠋁
32515 injfi 𠋁
32516 kj;hi 𠋂
32517 kjphi 𠋂
32518 kzusi 𠋃
32519 kyxsi 𠋃
32520 kirwi 𠋄
32521 kgjfi 𠋅
32522 kyvi 𠋆
32523 k,ti 𠋇
32524 kyczi 𠋈
32525 kskdi 𠋉
32526 kskei 𠋉
32527 kskki 𠋉
32528 kzjfi 𠋊
32529 kt;zi 𠋋
32530 kdz,i 𠋌
32531 kpk.i 𠋍
32532 kjtni 𠋎
32533 kxmi 𠋏
32534 kl/gi 𠋐
32535 ij;i 𠋑
32536 i;;gi 𠋒
32537 kctdi 𠋓
32538 kdxdi 𠋔
32539 kxddi 𠋔
32540 kxxdi 𠋔
32541 kqsvi 𠋕
32542 kv/i 𠋖
32543 kqxxi 𠋗
32544 kzaxi 𠋘
32545 kzkei 𠋙
32546 kzkui 𠋚
32547 kdeui 𠋛
32548 kca;i 𠋜
32549 kcaqi 𠋜
32550 kjcli 𠋝
32551 k/gsi 𠋞
32552 koki 𠋟
32553 k.abi 𠋠
32554 kitxi 𠋡
32555 kn,bi 𠋢
32556 ky;di 𠋣
32557 knari 𠋤
32558 kbji 𠋥
32559 kravi 𠋦
32560 knaai 𠋧
32561 knahi 𠋧
32562 k;;si 𠋨
32563 kyp.i 𠋩
32564 knqdi 𠋪
32565 kktzi 𠋫
32566 kjzhi 𠋬
32567 kzo;i 𠋭
32568 kyx;i 𠋭
32569 kzdki 𠋮
32570 k.oi 𠋯
32571 krcxi 𠋰
32572 kbcui 𠋱
32573 kfjxi 𠋲
32574 kbozi 𠋳
32575 k,,ei 𠋴
32576 key.i 𠋵
32577 kjpki 𠋶
32578 kda/i 𠋷
32579 kq;vi 𠋸
32580 klpgi 𠋹
32581 kbh/i 𠋺
32582 kpk.i 𠋻
32583 kpa;i 𠋼
32584 kzlbi 𠋽
32585 kzabi 𠋽
32586 karci 𠋾
32587 kaeri 𠋿
32588 k.bvi 𠌀
32589 k.zhi 𠌁
32590 k..fi 𠌂
32591 kohpi 𠌃
32592 kbrxi 𠌄
32593 kfmmi 𠌅
32594 ireti 𠌆
32595 irqti 𠌆
32596 irqdi 𠌆
32597 khbti 𠌇
32598 ikkfi 𠌈
32599 krizi 𠌉
32600 vkksi 𠌊
32601 kkkhi 𠌋
32602 knkmi 𠌌
32603 kiz.i 𠌍
32604 kkz.i 𠌍
32605 k,,i 𠌎
32606 knaqi 𠌏
32607 ka/li 𠌐
32608 ka/qi 𠌐
32609 iqlsi 𠌑
32610 k/.i 𠌒
32611 kfpfi 𠌓
32612 klpsi 𠌔
32613 kekei 𠌕
32614 kqsvi 𠌖
32615 kamxi 𠌗
32616 kal.i 𠌘
32617 kdrfi 𠌙
32618 kdlfi 𠌚
32619 kpaji 𠌛
32620 k;yi 𠌜
32621 kda.i 𠌝
32622 klubi 𠌞
32623 klpbi 𠌟
32624 k.ari 𠌠
32625 kizni 𠌡
32626 kkkhi 𠌢
32627 knt;i 𠌣
32628 klfni 𠌤
32629 kl,i 𠌥
32630 kxjki 𠌦
32631 ki;oi 𠌧
32632 kqeei 𠌨
32633 kkgsi 𠌩
32634 kd.ji 𠌪
32635 kpffi 𠌫
32636 kprfi 𠌫
32637 kbcfi 𠌬
32638 kyxfi 𠌭
32639 knr,i 𠌮
32640 ky.mi 𠌯
32641 kbqsi 𠌰
32642 klpsi 𠌰
32643 kzkyi 𠌱
32644 kqoi 𠌲
32645 kb;ki 𠌳
32646 kzoi 𠌴
32647 kl,i 𠌵
32648 kkkgi 𠌶
32649 krihi 𠌷
32650 kblfi 𠌸
32651 kbifi 𠌸
32652 kepci 𠌹
32653 ikkdi 𠌺
32654 k,,hi 𠌻
32655 k,,fi 𠌻
32656 k,,zi 𠌻
32657 k;;ni 𠌼
32658 kqhhi 𠌽
32659 kflxi 𠌾
32660 knaci 𠌿
32661 kcvpi 𠍀
32662 kos.i 𠍁
32663 k.;vi 𠍂
32664 kibsi 𠍃
32665 kqtai 𠍄
32666 kjaai 𠍄
32667 kstai 𠍄
32668 k;;ai 𠍄
32669 kfkmi 𠍅
32670 kzkmi 𠍅
32671 kvkmi 𠍅
32672 kfk.i 𠍅
32673 kzk.i 𠍅
32674 kvk.i 𠍅
32675 kflei 𠍆
32676 kemvi 𠍇
32677 kj;ai 𠍈
32678 kyxfi 𠍉
32679 knkpi 𠍊
32680 khg/i 𠍋
32681 knnni 𠍌
32682 ka/xi 𠍍
32683 kaaxi 𠍎
32684 kv;.i 𠍏
32685 ib.ki 𠍐
32686 khbki 𠍐
32687 kfx.i 𠍑
32688 ke;i 𠍒
32689 kdifi 𠍓
32690 kf;di 𠍔
32691 kdpqi 𠍕
32692 kilhi 𠍖
32693 i;oi 𠍗
32694 ikkfi 𠍘
32695 karvi 𠍙
32696 kal.i 𠍚
32697 kalwi 𠍛
32698 kaxai 𠍜
32699 kaxsi 𠍜
32700 kelri 𠍝
32701 kdexi 𠍞
32702 kjqei 𠍟
32703 kkkfi 𠍠
32704 kkkzi 𠍠
32705 kypxi 𠍡
32706 kbgbi 𠍢
32707 koeei 𠍣
32708 kfffi 𠍤
32709 kmlni 𠍥
32710 kebmi 𠍦
32711 k.dri 𠍧
32712 knvvi 𠍨
32713 kalei 𠍩
32714 ka.,i 𠍪
32715 k.zki 𠍫
32716 kqpdi 𠍬
32717 ky;bi 𠍭
32718 ky;ki 𠍭
32719 klkri 𠍮
32720 kkkai 𠍮
32721 k,.i 𠍯
32722 ksrhi 𠍰
32723 kkyvi 𠍱
32724 kcqvi 𠍲
32725 rkkdi 𠍳
32726 kazni 𠍴
32727 kirbi 𠍵
32728 kap,i 𠍶
32729 kvjji 𠍷
32730 k/kki 𠍸
32731 kukki 𠍸
32732 k/.i 𠍸
32733 klu.i 𠍸
32734 kl/ki 𠍸
32735 kl/.i 𠍸
32736 kli;i 𠍹
32737 i/xci 𠍺
32738 ktg;i 𠍻
32739 kvqii 𠍼
32740 kzrpi 𠍽
32741 kzrhi 𠍽
32742 kqpwi 𠍾
32743 ksfmi 𠍿
32744 kpfmi 𠍿
32745 kpdmi 𠍿
32746 kszmi 𠍿
32747 kemvi 𠎀
32748 kp,i 𠎁
32749 kyjhi 𠎂
32750 ikkfi 𠎃
32751 ifkki 𠎃
32752 ky;.i 𠎄
32753 ktqhi 𠎅
32754 kbtbi 𠎆
32755 kf;zi 𠎇
32756 i;.di 𠎈
32757 i;jdi 𠎈
32758 kzaxi 𠎉
32759 kvvvi 𠎊
32760 kzy.i 𠎋
32761 kz,i 𠎌
32762 i;fqi 𠎍
32763 kr;.i 𠎎
32764 i;udi 𠎏
32765 kfrui 𠎐
32766 kfafi 𠎑
32767 krffi 𠎑
32768 keni 𠎒
32769 key.i 𠎓
32770 koffi 𠎔
32771 kd.qi 𠎕
32772 kmq,i 𠎖
32773 kmt,i 𠎖
32774 kykbi 𠎗
32775 kykdi 𠎗
32776 i;;mi 𠎘
32777 vkk;i 𠎙
32778 iljfi 𠎚
32779 i..si 𠎛
32780 dasbi 𠎜
32781 eaabi 𠎜
32782 kzzni 𠎝
32783 kraui 𠎞
32784 kfuhi 𠎟
32785 kpyci 𠎠
32786 kpami 𠎡
32787 kcrni 𠎢
32788 ka/di 𠎣
32789 i;;fi 𠎤
32790 kkkpi 𠎥
32791 ktg/i 𠎦
32792 kfjxi 𠎧
32793 krjxi 𠎧
32794 kxi;i 𠎨
32795 keeni 𠎩
32796 kb,wi 𠎪
32797 kfpui 𠎫
32798 klrhi 𠎬
32799 kru.i 𠎭
32800 kziki 𠎮
32801 kcp.i 𠎯
32802 kafni 𠎰
32803 kqsni 𠎱
32804 kfapi 𠎲
32805 ivivi 𠎳
32806 kbldi 𠎴
32807 ky.i 𠎵
32808 avzki 𠎶
32809 kazai 𠎷
32810 klzai 𠎷
32811 kfk;i 𠎸
32812 krk;i 𠎸
32813 kqj.i 𠎹
32814 kdoxi 𠎺
32815 k.fni 𠎻
32816 ka/ei 𠎼
32817 k,,hi 𠎽
32818 k,,fi 𠎽
32819 k,,zi 𠎽
32820 knrsi 𠎾
32821 kjjfi 𠎿
32822 kjjqi 𠎿
32823 km;ni 𠏀
32824 ktoxi 𠏁
32825 kalri 𠏂
32826 ka.ri 𠏂
32827 k/lxi 𠏃
32828 kaeri 𠏄
32829 knkdi 𠏅
32830 kflhi 𠏆
32831 idxpi 𠏇
32832 klddi 𠏈
32833 fpfvi 𠏉
32834 kakci 𠏊
32835 kacci 𠏊
32836 kpmni 𠏋
32837 kirsi 𠏌
32838 kzqni 𠏍
32839 i;;qi 𠏎
32840 rraki 𠏏
32841 ktdei 𠏐
32842 ktedi 𠏐
32843 kpa.i 𠏑
32844 kfz.i 𠏒
32845 ib;;i 𠏓
32846 itl;i 𠏓
32847 kaexi 𠏔
32848 kvawi 𠏕
32849 kzi,i 𠏖
32850 kzk,i 𠏗
32851 k;oyi 𠏘
32852 kowi 𠏙
32853 kiuni 𠏚
32854 knrhi 𠏛
32855 kiryi 𠏜
32856 kzzji 𠏝
32857 kqmxi 𠏞
32858 kypvi 𠏟
32859 ksrri 𠏠
32860 kzibi 𠏡
32861 kzkbi 𠏡
32862 k.bsi 𠏢
32863 ku,ji 𠏣
32864 k.qmi 𠏤
32865 kdqzi 𠏥
32866 kl.di 𠏦
32867 ib;bi 𠏧
32868 itlbi 𠏧
32869 knkni 𠏨
32870 kdyki 𠏩
32871 kbeai 𠏪
32872 kqdui 𠏫
32873 kypgi 𠏬
32874 kae.i 𠏭
32875 kaeki 𠏭
32876 kcahi 𠏮
32877 knroi 𠏯
32878 kya,i 𠏰
32879 kfkmi 𠏱
32880 krkmi 𠏱
32881 k/rpi 𠏲
32882 k/rhi 𠏲
32883 opkki 𠏳
32884 kfjci 𠏴
32885 ksa,i 𠏵
32886 ksl,i 𠏵
32887 knaji 𠏶
32888 knn/i 𠏷
32889 i;lii 𠏸
32890 ka/hi 𠏹
32891 kq;mi 𠏺
32892 kejji 𠏻
32893 kr;;i 𠏼
32894 krr,i 𠏽
32895 kokxi 𠏾
32896 kljei 𠏿
32897 kljfi 𠏿
32898 k.eki 𠐀
32899 kfj.i 𠐁
32900 kmm;i 𠐂
32901 kd.ni 𠐃
32902 kwjbi 𠐄
32903 kaeai 𠐅
32904 ka/hi 𠐆
32905 vkkki 𠐇
32906 kljhi 𠐈
32907 klbji 𠐉
32908 kqdii 𠐊
32909 kub.i 𠐋
32910 k/xqi 𠐌
32911 kp;.i 𠐍
32912 kfpbi 𠐎
32913 knbii 𠐏
32914 kfmci 𠐐
32915 kfjci 𠐑
32916 kirxi 𠐒
32917 kizxi 𠐒
32918 k,,hi 𠐓
32919 ku,pi 𠐔
32920 k,mti 𠐕
32921 i;;bi 𠐖
32922 i;;ki 𠐖
32923 i;jxi 𠐗
32924 ki;ei 𠐘
32925 iuevi 𠐙
32926 kakqi 𠐚
32927 kacqi 𠐚
32928 k/rxi 𠐛
32929 kyryi 𠐜
32930 kykni 𠐝
32931 kgggi 𠐞
32932 knzci 𠐟
32933 k;;qi 𠐠
32934 keeqi 𠐡
32935 kbbsi 𠐢
32936 kqeni 𠐣
32937 kteni 𠐣
32938 kyoxi 𠐤
32939 ky;ni 𠐥
32940 ky/xi 𠐦
32941 kf/ji 𠐧
32942 k;;yi 𠐨
32943 kejoi 𠐩
32944 kf;ei 𠐪
32945 klshi 𠐫
32946 klvmi 𠐬
32947 kfari 𠐭
32948 ko.fi 𠐮
32949 ktsni 𠐯
32950 kekei 𠐰
32951 fppki 𠐱
32952 kqaxi 𠐲
32953 kqaai 𠐲
32954 kqahi 𠐲
32955 kepui 𠐳
32956 kjsxi 𠐴
32957 kuaxi 𠐴
32958 kilhi 𠐵
32959 kzkyi 𠐶
32960 kosni 𠐷
32961 ivryi 𠐸
32962 k,pui 𠐹
32963 kecmi 𠐺
32964 knrci 𠐻
32965 kqd;i 𠐼
32966 kledi 𠐽
32967 krami 𠐾
32968 kf/qi 𠐿
32969 krpxi 𠑀
32970 ki;ki 𠑁
32971 kek.i 𠑂
32972 kr;,i 𠑃
32973 ky,bi 𠑄
32974 k,ybi 𠑄
32975 knkii 𠑅
32976 keaoi 𠑆
32977 keloi 𠑆
32978 kuimi 𠑇
32979 kukmi 𠑇
32980 kcqui 𠑈
32981 kkkni 𠑉
32982 knz.i 𠑊
32983 kkkfi 𠑋
32984 kd;ni 𠑌
32985 kal.i 𠑍
32986 kol,i 𠑎
32987 kffyi 𠑏
32988 kfryi 𠑏
32989 ib;;i 𠑐
32990 itl;i 𠑐
32991 ke.oi 𠑑
32992 kt;xi 𠑒
32993 kakni 𠑓
32994 kpd,i 𠑔
32995 koj;i 𠑕
32996 kydxi 𠑖
32997 kolsi 𠑗
32998 kfumi 𠑘
32999 kfjmi 𠑘
33000 kqjmi 𠑘
33001 knyqi 𠑙
33002 kalxi 𠑚
33003 kfl.i 𠑛
33004 ib;ui 𠑜
33005 itlui 𠑜
33006 ivbyi 𠑝
33007 kokni 𠑞
33008 kljni 𠑟
33009 kykai 𠑠
33010 ke..i 𠑡
33011 kfrxi 𠑢
33012 kojsi 𠑣
33013 kvppi 𠑤
33014 klrhi 𠑥
33015 kflfi 𠑦
33016 kf;bi 𠑧
33017 keq.i 𠑨
33018 ket.i 𠑨
33019 kjjbi 𠑩
33020 k;;;i 𠑪
33021 kfayi 𠑫
33022 kibsi 𠑬
33023 kqqqi 𠑭
33024 k;s.i 𠑮
33025 k;;.i 𠑮
33026 kremi 𠑯
33027 if;;i 𠑰
33028 i/pci 𠑱
33029 i;;ki 𠑲
33030 kqd.i 𠑳
33031 i;/ui 𠑴
33032 ka/;i 𠑵
33033 qsi 𠑶
33034 easi 𠑷
33035 qssi 𠑸
33036 asssi 𠑸
33037 sqti 𠑹
33038 qtsi 𠑹
33039 ansi 𠑺
33040 tysi 𠑻
33041 otsi 𠑼
33042 y;si 𠑽
33043 jbsi 𠑾
33044 leasi 𠑿
33045 fisi 𠒀
33046 rksi 𠒀
33047 kbsi 𠒁
33048 otsi 𠒂
33049 dkksi 𠒃
33050 kdksi 𠒃
33051 ddasi 𠒄
33052 tdqsi 𠒅
33053 dtqsi 𠒅
33054 tqdsi 𠒅
33055 lp.si 𠒆
33056 l/si 𠒇
33057 fjasi 𠒈
33058 aasri 𠒉
33059 dxxsi 𠒊
33060 xdxsi 𠒊
33061 y.dsi 𠒋
33062 frsi 𠒌
33063 olsi 𠒍
33064 odsi 𠒍
33065 lsi 𠒎
33066 zaasi 𠒏
33067 f;sli 𠒐
33068 osasi 𠒑
33069 ostdi 𠒒
33070 aas/i 𠒓
33071 adssi 𠒔
33072 xs.ki 𠒕
33073 ffasi 𠒖
33074 frasi 𠒖
33075 casdi 𠒗
33076 f;shi 𠒘
33077 f;soi 𠒙
33078 f;sfi 𠒚
33079 pdosi 𠒛
33080 aassi 𠒜
33081 caski 𠒝
33082 aassi 𠒞
33083 rl;si 𠒟
33084 f;sgi 𠒠
33085 casfi 𠒡
33086 aashi 𠒢
33087 os.di 𠒣
33088 irsci 𠒤
33089 izsci 𠒤
33090 casvi 𠒥
33091 cas;i 𠒦
33092 vjvsi 𠒧
33093 zsyci 𠒨
33094 yxsci 𠒨
33095 zsnai 𠒩
33096 yxsai 𠒩
33097 casvi 𠒪
33098 casui 𠒫
33099 casxi 𠒬
33100 f;sxi 𠒭
33101 s,rpi 𠒮
33102 jkksi 𠒯
33103 ospbi 𠒰
33104 b;ysi 𠒱
33105 f;sxi 𠒲
33106 ,.xsi 𠒳
33107 lpxsi 𠒴
33108 xlpsi 𠒴
33109 cas/i 𠒵
33110 rsrsi 𠒶
33111 oskyi 𠒷
33112 ljnsi 𠒸
33113 v;vsi 𠒹
33114 aasmi 𠒺
33115 aaspi 𠒻
33116 cassi 𠒼
33117 caspi 𠒽
33118 j;sfi 𠒾
33119 j;szi 𠒾
33120 jpsfi 𠒾
33121 jpszi 𠒾
33122 cas;i 𠒿
33123 osp;i 𠓀
33124 casbi 𠓁
33125 cas.i 𠓂
33126 casyi 𠓃
33127 j;s,i 𠓄
33128 jps,i 𠓄
33129 casvi 𠓅
33130 f;ssi 𠓆
33131 casui 𠓇
33132 f;s,i 𠓈
33133 cassi 𠓉
33134 casfi 𠓊
33135 casfi 𠓋
33136 casci 𠓌
33137 j;sii 𠓍
33138 jpsii 𠓍
33139 f;s.i 𠓎
33140 f;syi 𠓏
33141 casvi 𠓐
33142 caspi 𠓑
33143 casmi 𠓒
33144 casui 𠓓
33145 osfmi 𠓔
33146 aasmi 𠓕
33147 cas/i 𠓖
33148 j;shi 𠓗
33149 jpshi 𠓗
33150 rrr;i 𠓘
33151 ososi 𠓙
33152 cas/i 𠓚
33153 kai 𠓛
33154 kki 𠓜
33155 kfi 𠓝
33156 iai 𠓞
33157 kaai 𠓞
33158 kosi 𠓟
33159 kebi 𠓠
33160 iaei 𠓡
33161 kaaei 𠓡
33162 koi 𠓢
33163 kni 𠓣
33164 ipi 𠓤
33165 iebi 𠓥
33166 kpi 𠓦
33167 klii 𠓧
33168 ltski 𠓨
33169 fkki 𠓩
33170 kdkdi 𠓪
33171 koaki 𠓫
33172 y.;ki 𠓬
33173 kvvi 𠓭
33174 kal;i 𠓮
33175 knkqi 𠓯
33176 irbbi 𠓰
33177 kxxzi 𠓱
33178 kmqvi 𠓲
33179 ireti 𠓳
33180 irqti 𠓳
33181 irati 𠓴
33182 kzkki 𠓵
33183 rjjki 𠓶
33184 kz..i 𠓷
33185 kqsvi 𠓸
33186 irifi 𠓹
33187 or,ki 𠓺
33188 irifi 𠓻
33189 kvkfi 𠓼
33190 keeqi 𠓽
33191 iriri 𠓾
33192 keeei 𠓿
33193 kai 𠔀
33194 kki 𠔁
33195 nki 𠔂
33196 igi 𠔃
33197 isi 𠔄
33198 kbi 𠔅
33199 kbi 𠔆
33200 k.ki 𠔇
33201 k;di 𠔈
33202 izi 𠔉
33203 kzi 𠔉
33204 oaki 𠔊
33205 kp.i 𠔋
33206 kk;i 𠔌
33207 kpfi 𠔍
33208 kkfi 𠔎
33209 rki 𠔏
33210 raki 𠔏
33211 aeaki 𠔐
33212 kjkji 𠔑
33213 koi 𠔒
33214 pfaki 𠔓
33215 pfyki 𠔔
33216 kjjfi 𠔕
33217 ddaki 𠔖
33218 kv;i 𠔗
33219 tgexi 𠔘
33220 ljpki 𠔙
33221 zrki 𠔚
33222 yxrki 𠔚
33223 ;bdki 𠔛
33224 odaki 𠔜
33225 r..ki 𠔝
33226 f..ki 𠔝
33227 dddki 𠔞
33228 kkybi 𠔟
33229 kjaai 𠔠
33230 kjgai 𠔠
33231 rakji 𠔡
33232 kjvbi 𠔢
33233 qshki 𠔣
33234 i;rki 𠔤
33235 kat,i 𠔥
33236 ite,i 𠔥
33237 ;boki 𠔦
33238 foaki 𠔧
33239 roki 𠔧
33240 xkici 𠔨
33241 skici 𠔨
33242 xhici 𠔨
33243 xxjki 𠔩
33244 k,pi 𠔪
33245 rakei 𠔫
33246 azfki 𠔬
33247 kxx.i 𠔭
33248 itchi 𠔮
33249 kcazi 𠔯
33250 xxjki 𠔰
33251 pddki 𠔱
33252 kkksi 𠔲
33253 nitci 𠔳
33254 rak;i 𠔴
33255 rakdi 𠔵
33256 rakki 𠔶
33257 cj;ki 𠔷
33258 jqpki 𠔸
33259 o..ki 𠔹
33260 itcxi 𠔺
33261 ojqki 𠔻
33262 jai 𠔼
33263 jji 𠔽
33264 ljai 𠔾
33265 jki 𠔿
33266 jbi 𠕀
33267 jfi 𠕁
33268 ajaai 𠕂
33269 jysi 𠕃
33270 jajai 𠕄
33271 jjaai 𠕄
33272 ajaai 𠕅
33273 zjai 𠕆
33274 zjhi 𠕇
33275 jksi 𠕈
33276 hjki 𠕉
33277 jaadi 𠕊
33278 jfdi 𠕋
33279 jpi 𠕌
33280 ljaki 𠕍
33281 ljasi 𠕍
33282 ljzsi 𠕍
33283 jkki 𠕎
33284 jisi 𠕏
33285 jddi 𠕐
33286 jy;i 𠕑
33287 jci 𠕒
33288 dajai 𠕓
33289 jaui 𠕔
33290 j;ji 𠕕
33291 pvi 𠕖
33292 j;dji 𠕗
33293 jhhci 𠕘
33294 jcci 𠕘
33295 jaapi 𠕙
33296 jici 𠕚
33297 jf;i 𠕛
33298 hjkki 𠕜
33299 pmmi 𠕝
33300 kkjji 𠕞
33301 jre;i 𠕟
33302 pzgxi 𠕠
33303 jx;ni 𠕡
33304 jkjdi 𠕢
33305 jdkdi 𠕢
33306 pjoi 𠕣
33307 pj;hi 𠕤
33308 pjphi 𠕤
33309 paxei 𠕥
33310 piuei 𠕦
33311 oz;;i 𠕧
33312 jk;vi 𠕨
33313 mlpfi 𠕩
33314 jjgi 𠕪
33315 ljnni 𠕫
33316 hjnni 𠕫
33317 jicji 𠕬
33318 jikji 𠕬
33319 pvefi 𠕭
33320 px.fi 𠕮
33321 rjdhi 𠕯
33322 pak.i 𠕰
33323 ajrui 𠕱
33324 jaadi 𠕲
33325 jki 𠕳
33326 jlsi 𠕴
33327 jsli 𠕴
33328 jshi 𠕵
33329 jasi 𠕶
33330 jwi 𠕷
33331 j.i 𠕸
33332 jazi 𠕹
33333 jkxi 𠕺
33334 jaasi 𠕻
33335 jyki 𠕼
33336 jci 𠕽
33337 jpi 𠕾
33338 jkqi 𠕿
33339 jaaci 𠖀
33340 jfhbi 𠖁
33341 jfhki 𠖁
33342 jlsxi 𠖂
33343 jslxi 𠖂
33344 jyi 𠖃
33345 jjqi 𠖄
33346 jzui 𠖅
33347 jpqi 𠖆
33348 jpzi 𠖇
33349 jaaci 𠖈
33350 jrzi 𠖉
33351 j.sbi 𠖊
33352 jkpi 𠖋
33353 jykhi 𠖌
33354 jqjsi 𠖍
33355 jbbbi 𠖎
33356 jzqdi 𠖏
33357 j;pi 𠖐
33358 jsaai 𠖑
33359 js.ki 𠖒
33360 jpni 𠖓
33361 jai.i 𠖔
33362 jfuki 𠖕
33363 jfjki 𠖕
33364 jqjki 𠖕
33365 jg,i 𠖖
33366 jtjbi 𠖗
33367 jxjki 𠖘
33368 qejsi 𠖙
33369 tejsi 𠖙
33370 jdpai 𠖚
33371 jaeji 𠖛
33372 jtgri 𠖜
33373 jaabi 𠖝
33374 jaa.i 𠖞
33375 ja/ei 𠖟
33376 jw;;i 𠖠
33377 ojahi 𠖡
33378 j.z.i 𠖢
33379 j.y.i 𠖢
33380 jep,i 𠖣
33381 jaani 𠖤
33382 jyuqi 𠖥
33383 jtgci 𠖦
33384 jal/i 𠖧
33385 jaa.i 𠖨
33386 jfumi 𠖩
33387 jfjmi 𠖩
33388 jqjmi 𠖩
33389 jal/i 𠖪
33390 jypmi 𠖫
33391 ksi 𠖬
33392 kgdi 𠖭
33393 kjki 𠖮
33394 kosi 𠖯
33395 ktsi 𠖰
33396 kqdhi 𠖱
33397 kqci 𠖱
33398 kkji 𠖲
33399 kl.i 𠖳
33400 kofi 𠖴
33401 ksaai 𠖵
33402 kni 𠖶
33403 kj;i 𠖷
33404 kiqi 𠖸
33405 kpdi 𠖹
33406 keaci 𠖺
33407 kji 𠖻
33408 jzhi 𠖼
33409 koei 𠖽
33410 kvai 𠖾
33411 kjfi 𠖿
33412 ;khi 𠗀
33413 ;dkhi 𠗀
33414 qakhi 𠗁
33415 qkhi 𠗁
33416 k.;i 𠗂
33417 kpzi 𠗃
33418 kmmi 𠗄
33419 klui 𠗅
33420 kd.hi 𠗆
33421 kz,i 𠗇
33422 kf,hi 𠗈
33423 kzkki 𠗉
33424 kawqi 𠗊
33425 kjhni 𠗋
33426 kf;si 𠗌
33427 kalji 𠗍
33428 kdiri 𠗎
33429 dkiri 𠗎
33430 k.i 𠗏
33431 kat;i 𠗐
33432 kzci 𠗑
33433 kqhi 𠗒
33434 k;ui 𠗓
33435 kpri 𠗔
33436 kxk.i 𠗕
33437 kkk;i 𠗖
33438 kemei 𠗗
33439 kjrki 𠗘
33440 kgcdi 𠗙
33441 kagdi 𠗙
33442 kykfi 𠗚
33443 kzvi 𠗛
33444 kyxvi 𠗛
33445 kaeei 𠗜
33446 k.lri 𠗝
33447 k.ari 𠗝
33448 knaci 𠗞
33449 kj;hi 𠗟
33450 kjphi 𠗟
33451 kgfui 𠗠
33452 k.vi 𠗡
33453 kwjei 𠗢
33454 kijfi 𠗣
33455 k.yri 𠗤
33456 kypi 𠗥
33457 kgfi 𠗦
33458 kmei 𠗧
33459 krsvi 𠗨
33460 kpdhi 𠗩
33461 ky;xi 𠗪
33462 kjjzi 𠗫
33463 kgjfi 𠗬
33464 kodhi 𠗭
33465 kjdhi 𠗭
33466 krqki 𠗮
33467 krasi 𠗮
33468 klpci 𠗯
33469 kar.i 𠗰
33470 kzdxi 𠗱
33471 uizhi 𠗲
33472 ukzhi 𠗲
33473 uizki 𠗲
33474 ukzki 𠗲
33475 kitci 𠗳
33476 kbpfi 𠗴
33477 kbadi 𠗴
33478 kykhi 𠗵
33479 knt;i 𠗶
33480 khbti 𠗷
33481 kqmi 𠗸
33482 kam,i 𠗹
33483 klvmi 𠗺
33484 kqdri 𠗻
33485 kzexi 𠗼
33486 kbb.i 𠗽
33487 kz..i 𠗾
33488 kxx.i 𠗿
33489 pd;hi 𠘀
33490 pd;ki 𠘀
33491 ky;ti 𠘁
33492 kv;ki 𠘂
33493 kopbi 𠘃
33494 kkh.i 𠘄
33495 kkymi 𠘅
33496 kiami 𠘅
33497 kvvvi 𠘆
33498 k.lmi 𠘇
33499 kbgfi 𠘈
33500 kpyci 𠘉
33501 kpfxi 𠘊
33502 kpexi 𠘊
33503 kjgi 𠘋
33504 kapai 𠘌
33505 kepvi 𠘍
33506 ki/pi 𠘎
33507 k/vvi 𠘏
33508 kypai 𠘐
33509 kqd,i 𠘑
33510 krumi 𠘒
33511 kt.ri 𠘓
33512 kg,li 𠘔
33513 kqd,i 𠘕
33514 koomi 𠘖
33515 pnrhi 𠘗
33516 kyjzi 𠘘
33517 klpvi 𠘙
33518 kxlvi 𠘙
33519 knvoi 𠘚
33520 knrki 𠘛
33521 kl,.i 𠘜
33522 kv;mi 𠘝
33523 kvaci 𠘞
33524 kzlei 𠘟
33525 ky/xi 𠘠
33526 knyvi 𠘡
33527 kepmi 𠘢
33528 k./hi 𠘣
33529 kqoci 𠘤
33530 k;;.i 𠘥
33531 kl/ui 𠘦
33532 ka/ui 𠘦
33533 qsi 𠘩
33534 slsi 𠘪
33535 ssli 𠘪
33536 sbi 𠘫
33537 ssi 𠘬
33538 xsi 𠘭
33539 .si 𠘮
33540 sxi 𠘯
33541 s.i 𠘰
33542 s.i 𠘱
33543 assi 𠘲
33544 sdi 𠘳
33545 slfi 𠘴
33546 sigi 𠘵
33547 zsi 𠘶
33548 lassi 𠘷
33549 adssi 𠘸
33550 ldssi 𠘸
33551 dsaai 𠘹
33552 zsi 𠘺
33553 yxsi 𠘺
33554 shshi 𠘻
33555 sddi 𠘼
33556 cdsi 𠘽
33557 srxi 𠘾
33558 bdssi 𠘿
33559 mgssi 𠙀
33560 aesi 𠙁
33561 s;ki 𠙂
33562 xxasi 𠙃
33563 slfdi 𠙄
33564 syi 𠙅
33565 .zxsi 𠙆
33566 yk.si 𠙇
33567 sofdi 𠙈
33568 qdtsi 𠙉
33569 sapli 𠙊
33570 slapi 𠙊
33571 lesi 𠙋
33572 sifi 𠙌
33573 s/i 𠙍
33574 ovsi 𠙎
33575 .z;si 𠙏
33576 tejsi 𠙐
33577 tfjsi 𠙐
33578 emsi 𠙑
33579 sami 𠙒
33580 rlpsi 𠙓
33581 slpqi 𠙔
33582 sdd;i 𠙕
33583 kgsi 𠙖
33584 sazwi 𠙗
33585 skjdi 𠙘
33586 .xksi 𠙙
33587 aglsi 𠙚
33588 abrsi 𠙚
33589 tqssi 𠙛
33590 rifhi 𠙜
33591 sdmsi 𠙝
33592 sd.si 𠙝
33593 a/wsi 𠙞
33594 yk.si 𠙟
33595 kkksi 𠙠
33596 xlpsi 𠙡
33597 lpxsi 𠙡
33598 ddzsi 𠙢
33599 s/rxi 𠙣
33600 soywi 𠙤
33601 kgfsi 𠙥
33602 ,,jhi 𠙦
33603 olpsi 𠙧
33604 lposi 𠙧
33605 rmesi 𠙨
33606 remsi 𠙨
33607 alphi 𠙩
33608 ealhi 𠙩
33609 lz;si 𠙪
33610 pfqsi 𠙫
33611 peqsi 𠙫
33612 fdfsi 𠙫
33613 dffsi 𠙫
33614 ffdsi 𠙫
33615 sxx/i 𠙬
33616 wa.si 𠙭
33617 b;yhi 𠙮
33618 rlpsi 𠙯
33619 relsi 𠙯
33620 yxkhi 𠙰
33621 ysxhi 𠙰
33622 b;yhi 𠙱
33623 sfkci 𠙲
33624 ssfci 𠙲
33625 yxxsi 𠙳
33626 xyxsi 𠙳
33627 kai 𠙴
33628 ski 𠙴
33629 adi 𠙵
33630 gddi 𠙶
33631 fdi 𠙷
33632 xdi 𠙸
33633 fdi 𠙹
33634 lfdi 𠙺
33635 afdi 𠙻
33636 ;di 𠙼
33637 rdi 𠙽
33638 fdi 𠙾
33639 adadi 𠙿
33640 gaddi 𠙿
33641 sdadi 𠙿
33642 zhdi 𠚀
33643 k.di 𠚁
33644 lrdi 𠚂
33645 ardi 𠚂
33646 qdi 𠚃
33647 kkdi 𠚄
33648 kxdi 𠚅
33649 dfi 𠚆
33650 dadi 𠚆
33651 ajkdi 𠚇
33652 gdi 𠚈
33653 lvdi 𠚉
33654 nldi 𠚊
33655 wfdi 𠚋
33656 r;di 𠚌
33657 .hhdi 𠚍
33658 ;fddi 𠚎
33659 lfkdi 𠚏
33660 ddvi 𠚐
33661 aljdi 𠚑
33662 daadi 𠚒
33663 dasdi 𠚒
33664 eaadi 𠚒
33665 r;bdi 𠚓
33666 baidi 𠚔
33667 arddi 𠚖
33668 argdi 𠚖
33669 ardi 𠚖
33670 ogddi 𠚗
33671 oagdi 𠚗
33672 .odi 𠚘
33673 ;a.di 𠚙
33674 gdgdi 𠚚
33675 rdrdi 𠚛
33676 .oddi 𠚜
33677 .ogdi 𠚜
33678 epbdi 𠚝
33679 tdqai 𠚞
33680 dtqai 𠚞
33681 tq.di 𠚞
33682 lqddi 𠚟
33683 pledi 𠚠
33684 .oddi 𠚡
33685 .ogdi 𠚡
33686 .odi 𠚡
33687 /xkdi 𠚢
33688 gli 𠚣
33689 jhi 𠚤
33690 jei 𠚥
33691 jxi 𠚦
33692 aaei 𠚧
33693 sdji 𠚨
33694 cei 𠚩
33695 jji 𠚪
33696 bei 𠚫
33697 cji 𠚬
33698 laei 𠚭
33699 josi 𠚮
33700 asei 𠚯
33701 wei 𠚰
33702 esji 𠚱
33703 lfji 𠚲
33704 nei 𠚳
33705 wei 𠚴
33706 lbei 𠚵
33707 gkei 𠚵
33708 oei 𠚶
33709 ajdei 𠚷
33710 yjdei 𠚷
33711 lxei 𠚸
33712 sbei 𠚹
33713 clei 𠚺
33714 agaei 𠚻
33715 kjei 𠚼
33716 fbei 𠚽
33717 agdei 𠚾
33718 qdlei 𠚾
33719 bbei 𠚿
33720 kxei 𠛀
33721 dei 𠛁
33722 jhhei 𠛂
33723 oei 𠛃
33724 ..ei 𠛄
33725 q.ei 𠛅
33726 laei 𠛆
33727 jhzi 𠛇
33728 jkzi 𠛇
33729 k.ji 𠛈
33730 fei 𠛉
33731 oasei 𠛊
33732 tdsei 𠛋
33733 jsei 𠛌
33734 hei 𠛍
33735 l;ei 𠛎
33736 xwei 𠛏
33737 avei 𠛐
33738 yxei 𠛑
33739 .xkei 𠛒
33740 odjei 𠛓
33741 oljei 𠛓
33742 lgdei 𠛔
33743 agdei 𠛔
33744 djei 𠛕
33745 al.ei 𠛖
33746 a.ei 𠛖
33747 zxei 𠛗
33748 zlgei 𠛘
33749 zglei 𠛘
33750 eqei 𠛙
33751 bjdei 𠛚
33752 iqei 𠛛
33753 fdhei 𠛜
33754 fdjhi 𠛝
33755 fdjki 𠛝
33756 zkji 𠛞
33757 ffei 𠛟
33758 mgsei 𠛠
33759 nlei 𠛡
33760 oeei 𠛢
33761 paei 𠛣
33762 e;ji 𠛤
33763 ajkei 𠛥
33764 lzsei 𠛦
33765 jkkei 𠛧
33766 fkei 𠛨
33767 xei 𠛩
33768 s,ei 𠛪
33769 mmei 𠛫
33770 afaei 𠛬
33771 afei 𠛬
33772 pzei 𠛭
33773 irei 𠛮
33774 eajei 𠛯
33775 mei 𠛰
33776 wmei 𠛱
33777 iddei 𠛲
33778 iedei 𠛲
33779 kqdei 𠛲
33780 yxkji 𠛳
33781 .cei 𠛴
33782 txei 𠛵
33783 ky.ei 𠛶
33784 kaaei 𠛷
33785 ;dkji 𠛸
33786 jjaei 𠛹
33787 oaeji 𠛺
33788 ofaji 𠛺
33789 lzjei 𠛻
33790 ifei 𠛼
33791 lafei 𠛼
33792 f;ji 𠛽
33793 bkhei 𠛾
33794 /ei 𠛿
33795 qvei 𠜀
33796 ztgei 𠜁
33797 jfdei 𠜂
33798 oei 𠜃
33799 luei 𠜄
33800 yk.ei 𠜅
33801 ylxei 𠜆
33802 ydkei 𠜇
33803 ydhei 𠜇
33804 tfei 𠜈
33805 gcaei 𠜉
33806 wjaei 𠜊
33807 kgrei 𠜋
33808 jjjji 𠜌
33809 jaaei 𠜍
33810 osei 𠜎
33811 ;jdei 𠜏
33812 ejfei 𠜐
33813 k;sei 𠜑
33814 qei 𠜒
33815 .,ji 𠜓
33816 eaaei 𠜔
33817 lapei 𠜕
33818 .fhei 𠜖
33819 .zjei 𠜗
33820 tjbei 𠜘
33821 qhei 𠜙
33822 fdrei 𠜚
33823 jk;ei 𠜛
33824 oasei 𠜜
33825 qoei 𠜝
33826 sjuai 𠜞
33827 kjuai 𠜞
33828 pcei 𠜟
33829 pvei 𠜠
33830 yk.ji 𠜡
33831 yskji 𠜡
33832 nzhei 𠜢
33833 lveji 𠜣
33834 rrjhi 𠜤
33835 rrjki 𠜤
33836 qji 𠜥
33837 jjf;i 𠜦
33838 jbsji 𠜧
33839 yxkhi 𠜨
33840 yxkki 𠜨
33841 rrsei 𠜩
33842 rsrei 𠜩
33843 uei 𠜪
33844 lfkei 𠜫
33845 lvkei 𠜫
33846 kpaji 𠜬
33847 jojsi 𠜭
33848 oszei 𠜮
33849 o;ei 𠜯
33850 jbdji 𠜰
33851 lplei 𠜱
33852 aeaei 𠜲
33853 uuei 𠜳
33854 pvei 𠜴
33855 fjtki 𠜵
33856 rjtki 𠜵
33857 eeei 𠜶
33858 epqei 𠜷
33859 xxxei 𠜸
33860 jzei 𠜹
33861 gzhei 𠜺
33862 qaxei 𠜻
33863 joei 𠜼
33864 ..vei 𠜽
33865 bddei 𠜾
33866 doeei 𠜿
33867 dkqei 𠝀
33868 av.ei 𠝁
33869 izkji 𠝂
33870 kzkji 𠝂
33871 ccei 𠝃
33872 .l.ei 𠝄
33873 epdji 𠝅
33874 epaji 𠝅
33875 fdaei 𠝆
33876 nltei 𠝇
33877 ohjfi 𠝈
33878 ds.ei 𠝉
33879 dlsei 𠝉
33880 zbaei 𠝊
33881 baaji 𠝋
33882 bacei 𠝌
33883 lfeei 𠝍
33884 jei 𠝎
33885 jdtai 𠝎
33886 i;kji 𠝏
33887 fkqei 𠝐
33888 baaei 𠝑
33889 hz;ei 𠝒
33890 ylcei 𠝒
33891 ykhei 𠝒
33892 yc;ei 𠝒
33893 kmmei 𠝓
33894 wx;ji 𠝔
33895 jpqqi 𠝕
33896 rpji 𠝖
33897 jnpai 𠝗
33898 .pei 𠝘
33899 aejei 𠝙
33900 rvei 𠝚
33901 rx;ei 𠝛
33902 ruei 𠝜
33903 rsvei 𠝝
33904 afoei 𠝞
33905 lfoei 𠝞
33906 fjzei 𠝟
33907 nkkei 𠝠
33908 ns,ei 𠝡
33909 i;fei 𠝢
33910 elmei 𠝣
33911 opei 𠝤
33912 zrrei 𠝥
33913 dk.ei 𠝦
33914 ttaji 𠝧
33915 ..vei 𠝨
33916 zpei 𠝩
33917 .s;ei 𠝪
33918 irzei 𠝫
33919 n,bei 𠝬
33920 bifei 𠝭
33921 blaei 𠝭
33922 i.ei 𠝮
33923 lve.i 𠝯
33924 jzgzi 𠝰
33925 zkvei 𠝱
33926 lvpei 𠝲
33927 napei 𠝳
33928 jkkei 𠝴
33929 lafhi 𠝵
33930 lafki 𠝵
33931 ifjhi 𠝵
33932 ifjki 𠝵
33933 ofei 𠝶
33934 lkji 𠝷
33935 bgdji 𠝸
33936 pkeei 𠝹
33937 ravei 𠝺
33938 rqkei 𠝻
33939 rakei 𠝻
33940 ravji 𠝼
33941 jmgpi 𠝽
33942 j..ei 𠝾
33943 cmei 𠝿
33944 nkdei 𠞀
33945 fvjei 𠞁
33946 byfei 𠞂
33947 ldlei 𠞃
33948 .esei 𠞄
33949 pk.ei 𠞅
33950 l,ei 𠞆
33951 lp.ei 𠞇
33952 pbbei 𠞈
33953 a/vei 𠞉
33954 irlei 𠞊
33955 izqei 𠞊
33956 jjfei 𠞋
33957 zo;ei 𠞌
33958 yxoei 𠞌
33959 ;;lei 𠞍
33960 mm,ei 𠞎
33961 oroei 𠞏
33962 aeqei 𠞐
33963 y.aei 𠞑
33964 zkpei 𠞒
33965 rxei 𠞓
33966 lclei 𠞔
33967 opjhi 𠞕
33968 opjki 𠞕
33969 qmei 𠞖
33970 rxrei 𠞗
33971 vkcei 𠞘
33972 lvkei 𠞙
33973 mgsei 𠞚
33974 gbbei 𠞛
33975 wjlei 𠞜
33976 fwmei 𠞝
33977 .oei 𠞞
33978 y;jei 𠞟
33979 jlvzi 𠞠
33980 muei 𠞡
33981 arhji 𠞢
33982 rjrei 𠞣
33983 wjcei 𠞤
33984 nvvei 𠞥
33985 fzkei 𠞦
33986 nvvji 𠞧
33987 bbkei 𠞨
33988 yx,ei 𠞩
33989 rh.ji 𠞪
33990 rl.ji 𠞪
33991 ;;jei 𠞫
33992 yk;ei 𠞬
33993 p;dei 𠞭
33994 z..ei 𠞮
33995 ztei 𠞯
33996 wpvji 𠞰
33997 rrei 𠞱
33998 aveji 𠞲
33999 iuuei 𠞳
34000 ib;hi 𠞴
34001 itlhi 𠞴
34002 ib;ki 𠞴
34003 itlki 𠞴
34004 /kaei 𠞵
34005 ykjei 𠞶
34006 trpei 𠞷
34007 l,ei 𠞸
34008 l,nei 𠞹
34009 ame;i 𠞺
34010 yx,ji 𠞻
34011 ilmei 𠞼
34012 iueji 𠞽
34013 .iei 𠞾
34014 xxmei 𠞿
34015 jl,i 𠟀
34016 diei 𠟁
34017 k/pei 𠟂
34018 ipfei 𠟃
34019 zlvji 𠟄
34020 laxei 𠟅
34021 zzpei 𠟆
34022 ymqei 𠟇
34023 ,.ji 𠟈
34024 bgfei 𠟉
34025 i;bei 𠟊
34026 rrrei 𠟋
34027 fy;ei 𠟌
34028 yprei 𠟍
34029 ;;iei 𠟎
34030 kkkei 𠟏
34031 ib;hi 𠟐
34032 itlhi 𠟐
34033 p.yei 𠟑
34034 b;mei 𠟒
34035 eqmei 𠟓
34036 mjfei 𠟔
34037 aebei 𠟕
34038 i;uei 𠟖
34039 fjqei 𠟗
34040 pjkei 𠟘
34041 zaaei 𠟙
34042 lrfei 𠟚
34043 i,ei 𠟛
34044 reeei 𠟜
34045 fbbei 𠟝
34046 eeeei 𠟞
34047 /yei 𠟟
34048 kydei 𠟠
34049 ,,,ei 𠟡
34050 tq;ei 𠟢
34051 xxzei 𠟣
34052 xxaei 𠟣
34053 iriei 𠟤
34054 ifiei 𠟤
34055 irfei 𠟤
34056 czaei 𠟥
34057 czlei 𠟥
34058 araei 𠟦
34059 jzkei 𠟧
34060 zibei 𠟨
34061 zkhei 𠟨
34062 fkkei 𠟩
34063 rkkei 𠟩
34064 caiei 𠟪
34065 epkei 𠟫
34066 lmei 𠟬
34067 jgei 𠟭
34068 jpkei 𠟮
34069 ;;;ji 𠟯
34070 zjjei 𠟰
34071 tvpei 𠟱
34072 takei 𠟱
34073 lplei 𠟲
34074 lp,ei 𠟲
34075 fdjfi 𠟳
34076 pfjfi 𠟳
34077 fkkei 𠟴
34078 aglei 𠟵
34079 abrei 𠟵
34080 nkbei 𠟶
34081 tcpei 𠟷
34082 yr;ei 𠟸
34083 jbgmi 𠟹
34084 zalei 𠟺
34085 mmei 𠟻
34086 y/qei 𠟼
34087 fnrei 𠟽
34088 fnfei 𠟽
34089 wovei 𠟾
34090 wovji 𠟿
34091 laxei 𠠀
34092 pxxei 𠠁
34093 w.uei 𠠂
34094 kkaei 𠠃
34095 rccei 𠠄
34096 v;vei 𠠅
34097 i;;ei 𠠆
34098 ohjei 𠠇
34099 fibei 𠠈
34100 fitei 𠠈
34101 tbaei 𠠉
34102 jidai 𠠊
34103 embei 𠠋
34104 wp.ei 𠠌
34105 lvlei 𠠍
34106 nrpei 𠠎
34107 zfpei 𠠏
34108 rgqhi 𠠐
34109 rgqki 𠠐
34110 lbjei 𠠑
34111 nvvei 𠠒
34112 ,,kei 𠠓
34113 r/mji 𠠔
34114 fa/ei 𠠕
34115 nkqei 𠠖
34116 w/wei 𠠗
34117 wp.ei 𠠗
34118 zalei 𠠘
34119 nzkei 𠠙
34120 eiei 𠠚
34121 zkyei 𠠛
34122 ,,jei 𠠜
34123 zlvei 𠠝
34124 w./ei 𠠞
34125 nitei 𠠟
34126 r/mhi 𠠠
34127 r/mki 𠠠
34128 p/lei 𠠡
34129 z;;ji 𠠢
34130 nvvei 𠠣
34131 jpqei 𠠤
34132 jpqei 𠠥
34133 qpepi 𠠦
34134 olpei 𠠧
34135 aeaei 𠠨
34136 p.;ei 𠠩
34137 yxxji 𠠪
34138 xyxji 𠠪
34139 ajhei 𠠫
34140 li;ei 𠠬
34141 ykjpi 𠠭
34142 bifei 𠠮
34143 pppei 𠠯
34144 zkyei 𠠰
34145 z;;ei 𠠱
34146 lli 𠠲
34147 lbi 𠠲
34148 sdbi 𠠳
34149 bbi 𠠴
34150 lsbi 𠠵
34151 slbi 𠠵
34152 osbi 𠠶
34153 xsbi 𠠷
34154 ssbi 𠠷
34155 flbi 𠠸
34156 jsbi 𠠹
34157 aasbi 𠠺
34158 zbbi 𠠻
34159 .bbi 𠠻
34160 y.bi 𠠼
34161 ,bi 𠠽
34162 btdsi 𠠾
34163 zbbi 𠠿
34164 a.bi 𠡀
34165 qdlbi 𠡁
34166 tgebi 𠡂
34167 bzqi 𠡃
34168 tbbi 𠡄
34169 qfbi 𠡅
34170 yxbi 𠡆
34171 x;bi 𠡇
34172 lpbi 𠡈
34173 f;bi 𠡉
34174 zkbi 𠡊
34175 j;bi 𠡋
34176 yxsbi 𠡌
34177 brbi 𠡍
34178 bqbi 𠡍
34179 pabi 𠡎
34180 orbi 𠡏
34181 b;agi 𠡐
34182 clhbi 𠡑
34183 lebi 𠡒
34184 nwbi 𠡓
34185 walbi 𠡔
34186 akrbi 𠡕
34187 y.ebi 𠡖
34188 hbebi 𠡖
34189 qdtbi 𠡗
34190 bzdri 𠡘
34191 bvci 𠡙
34192 apabi 𠡚
34193 pzbi 𠡛
34194 zsbi 𠡜
34195 yxsbi 𠡜
34196 wmbi 𠡝
34197 lpsbi 𠡞
34198 f,hbi 𠡟
34199 vibi 𠡠
34200 a,bi 𠡠
34201 embbi 𠡡
34202 wambi 𠡢
34203 ap.bi 𠡣
34204 zobi 𠡤
34205 yxobi 𠡤
34206 boaki 𠡥
34207 labfi 𠡦
34208 lfbai 𠡦
34209 y.;bi 𠡧
34210 blqbi 𠡨
34211 lvebi 𠡩
34212 lpbi 𠡪
34213 tcbi 𠡫
34214 krrbi 𠡬
34215 rk.bi 𠡭
34216 uubi 𠡮
34217 qtdbi 𠡯
34218 bddbi 𠡰
34219 cpabi 𠡱
34220 zs,bi 𠡲
34221 alpbi 𠡳
34222 lvlbi 𠡴
34223 oflbi 𠡵
34224 izbbi 𠡶
34225 kzbbi 𠡶
34226 bbbvi 𠡷
34227 qtdbi 𠡸
34228 eambi 𠡹
34229 rxtbi 𠡺
34230 l.hbi 𠡻
34231 iljbi 𠡼
34232 ypcbi 𠡽
34233 rcbi 𠡾
34234 b;qbi 𠡿
34235 rdabi 𠢀
34236 izabi 𠢁
34237 kzabi 𠢁
34238 izhbi 𠢁
34239 kzhbi 𠢁
34240 rebbi 𠢂
34241 palbi 𠢃
34242 i;rbi 𠢄
34243 ey.bi 𠢅
34244 nr;bi 𠢆
34245 nf;bi 𠢆
34246 fpfbi 𠢇
34247 oqbi 𠢈
34248 rjrbi 𠢉
34249 alubi 𠢊
34250 b;mi 𠢋
34251 zj;bi 𠢌
34252 ey.bi 𠢍
34253 dppbi 𠢎
34254 l,zbi 𠢏
34255 qdlbi 𠢐
34256 zaabi 𠢑
34257 jjkbi 𠢒
34258 fpzbi 𠢓
34259 q;;bi 𠢔
34260 rh.bi 𠢕
34261 rl.bi 𠢕
34262 ykjbi 𠢖
34263 ykjbi 𠢗
34264 alubi 𠢘
34265 lx;bi 𠢙
34266 izjbi 𠢚
34267 kzjbi 𠢚
34268 tg.bi 𠢛
34269 bbkbi 𠢜
34270 p/bbi 𠢝
34271 olsbi 𠢞
34272 oslbi 𠢞
34273 uabhi 𠢟
34274 vjvbi 𠢠
34275 li;bi 𠢡
34276 bgdbi 𠢢
34277 clbki 𠢣
34278 zidbi 𠢤
34279 tgebi 𠢥
34280 v;bei 𠢦
34281 lmibi 𠢧
34282 lmkbi 𠢧
34283 alubi 𠢨
34284 rrrbi 𠢩
34285 ,.bi 𠢪
34286 vibei 𠢫
34287 a,bei 𠢫
34288 or,bi 𠢬
34289 zidbi 𠢭
34290 pfjbi 𠢮
34291 bbkbi 𠢯
34292 jpabi 𠢰
34293 vvabi 𠢱
34294 jjobi 𠢲
34295 jjqbi 𠢲
34296 fkkbi 𠢳
34297 rkkbi 𠢳
34298 jprbi 𠢴
34299 vvabi 𠢵
34300 wovbi 𠢶
34301 vkkvi 𠢷
34302 ,,,bi 𠢸
34303 nrpbi 𠢹
34304 x;vbi 𠢺
34305 yeebi 𠢻
34306 xjgbi 𠢼
34307 fpfbi 𠢽
34308 fprbi 𠢽
34309 apdbi 𠢾
34310 pppbi 𠢿
34311 tgabi 𠣀
34312 ,,jbi 𠣁
34313 yv/bi 𠣂
34314 tgabi 𠣃
34315 j;qbi 𠣄
34316 flebi 𠣅
34317 olpbi 𠣆
34318 clbqi 𠣇
34319 yxxbi 𠣈
34320 xyxbi 𠣈
34321 zalbi 𠣉
34322 eeebi 𠣊
34323 eezbi 𠣋
34324 lfi 𠣌
34325 lzi 𠣌
34326 lafi 𠣍
34327 lxi 𠣎
34328 lei 𠣏
34329 lyli 𠣐
34330 laasi 𠣑
34331 lkaai 𠣒
34332 laaxi 𠣓
34333 lql.i 𠣔
34334 lyri 𠣕
34335 lyxi 𠣖
34336 lrxi 𠣗
34337 llmi 𠣘
34338 lapai 𠣙
34339 laapi 𠣚
34340 lxvi 𠣛
34341 l/i 𠣜
34342 jylai 𠣝
34343 jylki 𠣝
34344 lqi 𠣞
34345 lxk.i 𠣟
34346 lejfi 𠣠
34347 lkpai 𠣡
34348 laadi 𠣢
34349 lkldi 𠣢
34350 aegsi 𠣣
34351 lpkgi 𠣤
34352 lpigi 𠣤
34353 la.hi 𠣥
34354 lr,i 𠣦
34355 lclci 𠣧
34356 lmlmi 𠣨
34357 v;lai 𠣩
34358 v;lhi 𠣩
34359 l;l;i 𠣪
34360 j;l;i 𠣫
34361 lpkgi 𠣬
34362 ly;i 𠣭
34363 lzifi 𠣮
34364 lfpi 𠣯
34365 lrlpi 𠣰
34366 lrlhi 𠣰
34367 lepei 𠣱
34368 lfrdi 𠣲
34369 epfhi 𠣳
34370 lop.i 𠣴
34371 lqhhi 𠣵
34372 ltsei 𠣶
34373 fl;hi 𠣷
34374 ly;.i 𠣸
34375 lbqsi 𠣹
34376 llpsi 𠣹
34377 kqvsi 𠣺
34378 zkasi 𠣻
34379 zaasi 𠣼
34380 lqe.i 𠣽
34381 lte.i 𠣽
34382 l.o.i 𠣾
34383 lepbi 𠣿
34384 jj..i 𠤀
34385 ;;asi 𠤁
34386 l.agi 𠤂
34387 zkasi 𠤃
34388 llrfi 𠤄
34389 lfrui 𠤅
34390 l.cpi 𠤆
34391 l.chi 𠤆
34392 l.y.i 𠤇
34393 lkkdi 𠤈
34394 xxahi 𠤉
34395 xxaai 𠤉
34396 lnkgi 𠤊
34397 l///i 𠤋
34398 l.ypi 𠤌
34399 l.yhi 𠤌
34400 lf;yi 𠤍
34401 qfi 𠤏
34402 qasi 𠤐
34403 qozi 𠤑
34404 keaqi 𠤒
34405 jnqi 𠤓
34406 qrai 𠤔
34407 qozi 𠤕
34408 eqfi 𠤖
34409 qozqi 𠤗
34410 qxozi 𠤘
34411 lslqi 𠤙
34412 sllqi 𠤙
34413 qpjdi 𠤚
34414 qeai 𠤛
34415 eozqi 𠤜
34416 cjaqi 𠤝
34417 qpldi 𠤞
34418 qpjdi 𠤟
34419 cj;qi 𠤠
34420 qvafi 𠤡
34421 eqoai 𠤢
34422 lj.qi 𠤣
34423 qfuki 𠤤
34424 qfjki 𠤤
34425 qqjki 𠤤
34426 eqjsi 𠤥
34427 eqnsi 𠤦
34428 qopci 𠤧
34429 qazfi 𠤨
34430 /xuqi 𠤩
34431 qazpi 𠤪
34432 ojqqi 𠤫
34433 ssi 𠤬
34434 qki 𠤭
34435 qigi 𠤮
34436 qkhgi 𠤮
34437 qzi 𠤯
34438 qkxi 𠤰
34439 qzi 𠤱
34440 qadsi 𠤲
34441 qf;i 𠤳
34442 q;ki 𠤴
34443 qori 𠤵
34444 qhfgi 𠤶
34445 qogsi 𠤷
34446 qofdi 𠤸
34447 qiri 𠤹
34448 q.xli 𠤺
34449 q.ski 𠤺
34450 q,i 𠤻
34451 qkd.i 𠤼
34452 qpkki 𠤽
34453 q;igi 𠤾
34454 q;kgi 𠤾
34455 qig;i 𠤿
34456 qkh;i 𠤿
34457 qz;i 𠥀
34458 qlpki 𠥁
34459 qvjki 𠥂
34460 q.adi 𠥃
34461 aadki 𠥄
34462 aadsi 𠥄
34463 q;;di 𠥅
34464 qdari 𠥆
34465 qyi 𠥇
34466 qrjki 𠥈
34467 qlpfi 𠥉
34468 qraki 𠥊
34469 qclpi 𠥋
34470 q.tbi 𠥌
34471 qtqdi 𠥍
34472 qt;qi 𠥎
34473 qqpi 𠥏
34474 qib;i 𠥐
34475 qit;i 𠥐
34476 qkdvi 𠥑
34477 q.oi 𠥒
34478 qqddi 𠥓
34479 qkkyi 𠥔
34480 qrxui 𠥕
34481 qrjdi 𠥖
34482 qibki 𠥗
34483 qxxmi 𠥘
34484 qiphi 𠥙
34485 qvtbi 𠥚
34486 qvabi 𠥚
34487 qktki 𠥛
34488 qplki 𠥜
34489 q;;bi 𠥝
34490 qejri 𠥞
34491 qf;ii 𠥟
34492 qrqxi 𠥠
34493 qd;;i 𠥡
34494 q;;;i 𠥡
34495 qorqi 𠥢
34496 qljhi 𠥣
34497 qfzpi 𠥤
34498 qkyyi 𠥥
34499 qbbki 𠥦
34500 qqd;i 𠥧
34501 qz;i 𠥧
34502 q///i 𠥨
34503 qqdki 𠥩
34504 qraki 𠥩
34505 qqdoi 𠥪
34506 q.oi 𠥪
34507 qqdhi 𠥫
34508 qljhi 𠥫
34509 qqdoi 𠥬
34510 qfkoi 𠥬
34511 qji 𠥭
34512 qjki 𠥮
34513 qoasi 𠥯
34514 qodji 𠥰
34515 qolji 𠥰
34516 qddi 𠥱
34517 q;ei 𠥲
34518 qcasi 𠥳
34519 qcigi 𠥴
34520 qckgi 𠥴
34521 qyi 𠥵
34522 qesi 𠥶
34523 q;;hi 𠥷
34524 qdtsi 𠥸
34525 q;;,i 𠥹
34526 q;;;i 𠥺
34527 fai 𠥻
34528 rdi 𠥻
34529 rdi 𠥼
34530 ffi 𠥼
34531 vai 𠥽
34532 jkfi 𠥾
34533 gsfi 𠥿
34534 eafi 𠦀
34535 tdfi 𠦁
34536 ,fi 𠦂
34537 ffi 𠦃
34538 ffi 𠦄
34539 lflfi 𠦅
34540 pfi 𠦆
34541 allfi 𠦇
34542 fdfi 𠦈
34543 foi 𠦉
34544 aaxfi 𠦊
34545 ealfi 𠦋
34546 ffi 𠦌
34547 kkfi 𠦍
34548 kkfi 𠦎
34549 kkfi 𠦏
34550 fssi 𠦐
34551 hfhhi 𠦑
34552 hfci 𠦑
34553 rfi 𠦒
34554 a,fi 𠦓
34555 ffai 𠦔
34556 qsfi 𠦕
34557 nzfi 𠦖
34558 fei 𠦗
34559 qshfi 𠦘
34560 ftci 𠦙
34561 labfi 𠦚
34562 lfbbi 𠦚
34563 ofi 𠦛
34564 rri 𠦜
34565 fpfi 𠦝
34566 eqlfi 𠦞
34567 apdi 𠦟
34568 flpai 𠦠
34569 frfi 𠦡
34570 fjjji 𠦢
34571 ;sufi 𠦣
34572 ppfi 𠦤
34573 klefi 𠦥
34574 gshfi 𠦦
34575 riffi 𠦧
34576 jdlfi 𠦨
34577 fv.i 𠦩
34578 ffzfi 𠦪
34579 ffvai 𠦪
34580 ;aefi 𠦫
34581 lkkfi 𠦬
34582 clefi 𠦭
34583 ag,fi 𠦮
34584 ag,ai 𠦮
34585 itxi 𠦯
34586 faeki 𠦰
34587 apd.i 𠦱
34588 epffi 𠦲
34589 n.lfi 𠦳
34590 arsfi 𠦴
34591 frssi 𠦴
34592 z;;fi 𠦵
34593 f;;fi 𠦵
34594 rofi 𠦶
34595 epffi 𠦷
34596 y,fi 𠦸
34597 fa.ni 𠦹
34598 dfsii 𠦺
34599 edsii 𠦺
34600 irk.i 𠦻
34601 xkyfi 𠦼
34602 fzni 𠦽
34603 feeei 𠦾
34604 lvjfi 𠦿
34605 .g,fi 𠧀
34606 fcjpi 𠧁
34607 ffl.i 𠧂
34608 qhlfi 𠧃
34609 epffi 𠧄
34610 m;lfi 𠧅
34611 irkfi 𠧆
34612 epffi 𠧇
34613 f;;fi 𠧈
34614 f;;fi 𠧉
34615 l;;.i 𠧊
34616 fso,i 𠧋
34617 lfa.i 𠧌
34618 zalfi 𠧍
34619 .;lfi 𠧎
34620 .;;fi 𠧎
34621 .x;fi 𠧎
34622 .x;fi 𠧏
34623 .;;fi 𠧏
34624 kyyfi 𠧐
34625 of;fi 𠧑
34626 esi 𠧒
34627 cjhi 𠧓
34628 cjki 𠧓
34629 ea.i 𠧔
34630 eabi 𠧕
34631 emi 𠧖
34632 eaaci 𠧗
34633 eglbi 𠧘
34634 ebbi 𠧘
34635 j;ci 𠧙
34636 epki 𠧚
34637 eabki 𠧛
34638 ejwi 𠧜
34639 esyki 𠧝
34640 s,ci 𠧞
34641 ep.si 𠧟
34642 eptsi 𠧠
34643 ejsi 𠧡
34644 epqi 𠧢
34645 ezoi 𠧣
34646 ep.gi 𠧤
34647 aacci 𠧥
34648 ixci 𠧦
34649 ep.i 𠧧
34650 epmi 𠧧
34651 .;ci 𠧨
34652 oszci 𠧩
34653 epkki 𠧪
34654 ep.i 𠧫
34655 tl;ci 𠧬
34656 zvci 𠧭
34657 blqci 𠧮
34658 ejkki 𠧯
34659 ejaqi 𠧰
34660 eja;i 𠧰
34661 ep.si 𠧱
34662 epmsi 𠧱
34663 ejifi 𠧲
34664 e;d.i 𠧳
34665 e;ci 𠧳
34666 epksi 𠧴
34667 epkzi 𠧵
34668 ejkci 𠧶
34669 epkgi 𠧷
34670 epnli 𠧸
34671 e;dki 𠧹
34672 e;ci 𠧹
34673 epf.i 𠧺
34674 epd.i 𠧻
34675 epci 𠧻
34676 ejbki 𠧼
34677 ejbhi 𠧼
34678 esm,i 𠧽
34679 ep..i 𠧾
34680 epm.i 𠧾
34681 ejkzi 𠧿
34682 ejdwi 𠨀
34683 ejkxi 𠨁
34684 el..i 𠨂
34685 pbmci 𠨃
34686 ep.;i 𠨄
34687 eppsi 𠨅
34688 ejkki 𠨆
34689 ejbvi 𠨇
34690 ejkki 𠨈
34691 dkkci 𠨉
34692 kkdci 𠨉
34693 kkkci 𠨉
34694 rjrci 𠨊
34695 epkki 𠨋
34696 ej.ci 𠨌
34697 sdji 𠨍
34698 slji 𠨍
34699 gsgsi 𠨎
34700 bji 𠨏
34701 qji 𠨐
34702 ysji 𠨑
34703 qqji 𠨒
34704 tglli 𠨓
34705 ltggi 𠨓
34706 asdti 𠨔
34707 aeati 𠨔
34708 gsgsi 𠨕
34709 jhjhi 𠨖
34710 .aghi 𠨗
34711 nlji 𠨘
34712 hgrji 𠨙
34713 .zjji 𠨚
34714 ysnji 𠨛
34715 jzgsi 𠨜
34716 onji 𠨝
34717 sdbji 𠨞
34718 sdlji 𠨞
34719 slbji 𠨞
34720 sllji 𠨞
34721 l,zsi 𠨟
34722 bjjki 𠨠
34723 lpqki 𠨠
34724 xroji 𠨡
34725 jzg.i 𠨢
34726 odjai 𠨣
34727 oljai 𠨣
34728 dddsi 𠨤
34729 odaji 𠨥
34730 olaji 𠨥
34731 aluji 𠨦
34732 olpsi 𠨧
34733 oljsi 𠨨
34734 ojqsi 𠨩
34735 jzgsi 𠨪
34736 yxxhi 𠨫
34737 xyxhi 𠨫
34738 zqi 𠨬
34739 zfi 𠨭
34740 zszi 𠨮
34741 zgkai 𠨮
34742 zagki 𠨮
34743 zgfi 𠨯
34744 ztsi 𠨰
34745 zgdsi 𠨱
34746 dzi 𠨲
34747 zjhi 𠨳
34748 zkei 𠨴
34749 zfi 𠨵
34750 zzi 𠨶
34751 zadsi 𠨷
34752 zlxi 𠨸
34753 zzbi 𠨹
34754 z.bi 𠨹
34755 zofi 𠨺
34756 zsbi 𠨻
34757 zaadi 𠨼
34758 zfgi 𠨼
34759 zqqi 𠨽
34760 zoi 𠨾
34761 zoasi 𠨿
34762 zddi 𠩀
34763 z.hi 𠩁
34764 zrxi 𠩂
34765 ddzi 𠩃
34766 zhddi 𠩄
34767 zhldi 𠩄
34768 zqhi 𠩅
34769 zeqi 𠩆
34770 zls.i 𠩇
34771 zsl.i 𠩇
34772 zyri 𠩈
34773 zddi 𠩉
34774 zqpi 𠩊
34775 zidi 𠩋
34776 zp.hi 𠩌
34777 zdrbi 𠩍
34778 zoeai 𠩎
34779 zeaci 𠩏
34780 zqaki 𠩐
34781 zaaxi 𠩐
34782 ztlqi 𠩑
34783 zpbi 𠩒
34784 zs,i 𠩓
34785 z,qi 𠩔
34786 z,i 𠩕
34787 iltdi 𠩖
34788 kztdi 𠩖
34789 zcjki 𠩗
34790 zzkki 𠩘
34791 zloxi 𠩙
34792 zapi 𠩚
34793 zpkki 𠩛
34794 zkkri 𠩜
34795 zrhi 𠩝
34796 zggfi 𠩞
34797 zfkai 𠩟
34798 zrkki 𠩟
34799 zmi 𠩠
34800 zklpi 𠩡
34801 zlrbi 𠩢
34802 zarbi 𠩢
34803 zk;si 𠩣
34804 zpci 𠩤
34805 z;lri 𠩥
34806 z;ari 𠩥
34807 znjki 𠩦
34808 zigei 𠩧
34809 zkhei 𠩧
34810 zwbfi 𠩨
34811 zpgzi 𠩩
34812 zvjei 𠩪
34813 zosi 𠩫
34814 zvkki 𠩬
34815 zy;fi 𠩭
34816 zzlji 𠩮
34817 zxldi 𠩯
34818 z;;fi 𠩰
34819 zvjki 𠩱
34820 zlpfi 𠩲
34821 zegsi 𠩳
34822 zebsi 𠩳
34823 zlp.i 𠩴
34824 zvvi 𠩵
34825 zpodi 𠩶
34826 zplfi 𠩶
34827 zpsdi 𠩶
34828 zjrki 𠩷
34829 zitxi 𠩸
34830 zn,bi 𠩹
34831 av.zi 𠩺
34832 zosbi 𠩻
34833 zavki 𠩼
34834 zq,ai 𠩽
34835 zlv,i 𠩾
34836 zpffi 𠩿
34837 zprdi 𠩿
34838 zp;fi 𠪀
34839 zlvki 𠪁
34840 zgjfi 𠪂
34841 zbji 𠪃
34842 zfpi 𠪄
34843 zetbi 𠪅
34844 zrrhi 𠪆
34845 zodbi 𠪇
34846 zi;ei 𠪈
34847 zirqi 𠪉
34848 zizqi 𠪉
34849 zitci 𠪊
34850 zp;di 𠪋
34851 zyc,i 𠪌
34852 z.tsi 𠪍
34853 zzksi 𠪎
34854 zftxi 𠪏
34855 zohpi 𠪐
34856 zrkhi 𠪑
34857 z;ii 𠪒
34858 zwbxi 𠪓
34859 z.fbi 𠪔
34860 aczci 𠪕
34861 akzci 𠪕
34862 ailci 𠪕
34863 zvvri 𠪖
34864 zyjki 𠪗
34865 ztubi 𠪘
34866 zprki 𠪙
34867 zqe.i 𠪚
34868 zte.i 𠪚
34869 zr,,i 𠪛
34870 zfii 𠪜
34871 zipzi 𠪝
34872 zkkpi 𠪞
34873 ztxdi 𠪟
34874 zvvui 𠪠
34875 zbrpi 𠪡
34876 zbrhi 𠪡
34877 zijki 𠪢
34878 zru.i 𠪣
34879 zrkri 𠪤
34880 zlpci 𠪥
34881 zi;di 𠪦
34882 ztdvi 𠪧
34883 zprri 𠪨
34884 zp,i 𠪩
34885 zlkri 𠪪
34886 zkkai 𠪪
34887 zfu.i 𠪫
34888 zfj.i 𠪫
34889 zqebi 𠪬
34890 ztebi 𠪬
34891 zdd.i 𠪭
34892 zb;fi 𠪮
34893 z/rfi 𠪯
34894 zlpni 𠪰
34895 zlvhi 𠪱
34896 zrrbi 𠪲
34897 z/o.i 𠪳
34898 z/oki 𠪳
34899 zvvci 𠪴
34900 zropi 𠪵
34901 zamii 𠪶
34902 zpjqi 𠪷
34903 zfrvi 𠪸
34904 za/hi 𠪹
34905 zqehi 𠪹
34906 zlvji 𠪺
34907 .tdhi 𠪻
34908 zrixi 𠪼
34909 zyehi 𠪽
34910 zlvni 𠪾
34911 zfp/i 𠪿
34912 zb;ri 𠫀
34913 zarpi 𠫁
34914 zepui 𠫂
34915 zrivi 𠫃
34916 zifbi 𠫄
34917 fx;fi 𠫅
34918 zpg;i 𠫆
34919 zaeni 𠫇
34920 zx,qi 𠫈
34921 zqjmi 𠫉
34922 zfumi 𠫉
34923 zfjmi 𠫉
34924 zqeni 𠫊
34925 zteni 𠫊
34926 zfuvi 𠫋
34927 zlvbi 𠫌
34928 zmmmi 𠫍
34929 zjjii 𠫎
34930 zlvfi 𠫏
34931 zlpci 𠫐
34932 zg,,i 𠫑
34933 zlpci 𠫒
34934 yxi 𠫓
34935 axi 𠫔
34936 sxi 𠫕
34937 xsi 𠫖
34938 sxi 𠫗
34939 xfi 𠫘
34940 xksi 𠫙
34941 xfi 𠫚
34942 xaxi 𠫛
34943 xsbi 𠫜
34944 xoi 𠫝
34945 xxsi 𠫞
34946 lqxi 𠫟
34947 odaxi 𠫟
34948 xssi 𠫠
34949 xvi 𠫡
34950 fxi 𠫢
34951 xjki 𠫣
34952 .zxi 𠫤
34953 kkxi 𠫥
34954 xjjdi 𠫦
34955 xajki 𠫧
34956 xxshi 𠫨
34957 x;ci 𠫩
34958 x;zi 𠫪
34959 xxxgi 𠫫
34960 xxxxi 𠫬
34961 xzci 𠫭
34962 xpsi 𠫮
34963 xxxki 𠫯
34964 xxxai 𠫰
34965 xxxoi 𠫱
34966 .zxfi 𠫲
34967 .zxzi 𠫲
34968 rxlbi 𠫳
34969 rxgki 𠫳
34970 rxcli 𠫴
34971 xzci 𠫵
34972 xpri 𠫶
34973 .zxhi 𠫷
34974 xxxdi 𠫸
34975 xdxdi 𠫸
34976 xxpfi 𠫹
34977 x;;fi 𠫺
34978 xzrdi 𠫻
34979 xxxei 𠫼
34980 xzaai 𠫽
34981 rxmmi 𠫾
34982 xza.i 𠫿
34983 xxpxi 𠬀
34984 xxxri 𠬁
34985 xxjqi 𠬂
34986 rxqhi 𠬃
34987 xxxai 𠬄
34988 xxxai 𠬅
34989 xxcxi 𠬆
34990 rxyci 𠬇
34991 rxlfi 𠬈
34992 rx.di 𠬉
34993 rxjdi 𠬉
34994 xhh.i 𠬊
34995 xcx.i 𠬊
34996 xxpri 𠬋
34997 ifx.i 𠬌
34998 laf.i 𠬌
34999 xk.si 𠬍
35000 xkmsi 𠬍
35001 xxxwi 𠬎
35002 xofsi 𠬏
35003 xxxui 𠬐
35004 xxxdi 𠬐
35005 rxrxi 𠬑
35006 rxmui 𠬒
35007 xxxsi 𠬓
35008 xxxgi 𠬔
35009 rxyhi 𠬕
35010 rxyhi 𠬖
35011 zxixi 𠬗
35012 xxxai 𠬘
35013 xxxdi 𠬘
35014 xxxki 𠬙
35015 lsbi 𠬚
35016 slbi 𠬚
35017 jbi 𠬛
35018 bssi 𠬜
35019 jbi 𠬝
35020 sdbi 𠬞
35021 slbi 𠬞
35022 bxi 𠬟
35023 kbi 𠬠
35024 zabi 𠬡
35025 dbi 𠬢
35026 agbi 𠬣
35027 egbi 𠬣
35028 bfi 𠬤
35029 jdbi 𠬥
35030 ljbi 𠬦
35031 kdbi 𠬧
35032 dkbi 𠬧
35033 jhbi 𠬨
35034 bbi 𠬩
35035 .bi 𠬪
35036 gstbi 𠬫
35037 klbi 𠬬
35038 kgki 𠬬
35039 bzshi 𠬭
35040 bbi 𠬮
35041 bxdi 𠬯
35042 kjbi 𠬰
35043 ;bbi 𠬱
35044 zkbi 𠬲
35045 sdxbi 𠬳
35046 slxbi 𠬳
35047 bkaai 𠬴
35048 ilbi 𠬵
35049 tjbi 𠬶
35050 at.i 𠬷
35051 atlbi 𠬷
35052 jtsbi 𠬸
35053 bxi 𠬹
35054 bbfi 𠬺
35055 fsdbi 𠬻
35056 fslbi 𠬻
35057 flfbi 𠬼
35058 bfki 𠬽
35059 bxxi 𠬾
35060 oasbi 𠬿
35061 bbb;i 𠭀
35062 mbi 𠭁
35063 brlfi 𠭂
35064 qd;bi 𠭃
35065 v;bi 𠭄
35066 zbaei 𠭅
35067 dqbi 𠭆
35068 ypbi 𠭇
35069 gqjbi 𠭈
35070 ejfbi 𠭉
35071 ajfbi 𠭉
35072 otbi 𠭊
35073 letbi 𠭊
35074 bbbsi 𠭋
35075 bbbsi 𠭌
35076 zbi 𠭍
35077 bb;;i 𠭎
35078 dqdbi 𠭏
35079 rblei 𠭐
35080 bzqdi 𠭑
35081 ppbi 𠭒
35082 ecabi 𠭓
35083 lezbi 𠭔
35084 le.bi 𠭔
35085 akkbi 𠭕
35086 akkki 𠭕
35087 .f;bi 𠭖
35088 eglbi 𠭗
35089 ebabi 𠭗
35090 embdi 𠭘
35091 qadbi 𠭙
35092 qdzbi 𠭙
35093 bbbsi 𠭚
35094 lp.bi 𠭛
35095 lpmbi 𠭛
35096 qadbi 𠭜
35097 qdabi 𠭜
35098 bszbi 𠭝
35099 xtzbi 𠭝
35100 xt.bi 𠭝
35101 bbbji 𠭞
35102 mjxbi 𠭟
35103 jjkbi 𠭠
35104 lkkbi 𠭡
35105 qmbdi 𠭢
35106 w.bi 𠭣
35107 ;l;bi 𠭤
35108 ;;zbi 𠭤
35109 ;;.bi 𠭤
35110 ddabi 𠭥
35111 kodbi 𠭦
35112 .zcbi 𠭧
35113 .zhbi 𠭧
35114 bbbki 𠭨
35115 zpjbi 𠭩
35116 yxpbi 𠭩
35117 aeubi 𠭪
35118 bmaci 𠭫
35119 bl,i 𠭬
35120 ozbi 𠭭
35121 eamdi 𠭮
35122 euabi 𠭯
35123 av.bi 𠭰
35124 a/kbi 𠭱
35125 palbi 𠭲
35126 iddai 𠭳
35127 bbbdi 𠭴
35128 tstbi 𠭵
35129 iltbi 𠭶
35130 kztbi 𠭶
35131 rc.bi 𠭷
35132 embi 𠭸
35133 embbi 𠭹
35134 bbqli 𠭺
35135 iddfi 𠭻
35136 idbfi 𠭻
35137 eqjbi 𠭼
35138 bc.di 𠭽
35139 bbjdi 𠭾
35140 bjjdi 𠭾
35141 al.bi 𠭿
35142 bbb;i 𠮀
35143 .vhbi 𠮁
35144 rkjbi 𠮂
35145 b;ybi 𠮃
35146 bbbsi 𠮄
35147 xqfbi 𠮅
35148 bbm.i 𠮆
35149 bb.di 𠮇
35150 b.jdi 𠮇
35151 hglbi 𠮈
35152 hbqbi 𠮈
35153 nqkbi 𠮈
35154 eglbi 𠮉
35155 ebabi 𠮉
35156 pafbi 𠮊
35157 lzebi 𠮋
35158 bbboi 𠮌
35159 daabi 𠮍
35160 qk;bi 𠮎
35161 ekkbi 𠮏
35162 bbboi 𠮐
35163 rflbi 𠮑
35164 ypfbi 𠮒
35165 yxxbi 𠮓
35166 xyxbi 𠮓
35167 bajqi 𠮔
35168 alubi 𠮕
35169 yxxsi 𠮖
35170 xyxsi 𠮖
35171 .xxbi 𠮗
35172 xdjbi 𠮘
35173 ;si 𠮙
35174 phi 𠮚
35175 ;si 𠮜
35176 ;di 𠮝
35177 s;i 𠮞
35178 ;qi 𠮟
35179 ;li 𠮠
35180 ;aai 𠮡
35181 b;i 𠮢
35182 .;i 𠮣
35183 ;gi 𠮤
35184 ;ggi 𠮤
35185 j;i 𠮥
35186 k;i 𠮦
35187 ;ei 𠮧
35188 ;lgi 𠮨
35189 ;gli 𠮨
35190 ;gdi 𠮩
35191 ;ssi 𠮪
35192 lsh;i 𠮫
35193 slh;i 𠮫
35194 ;lshi 𠮬
35195 ;slhi 𠮬
35196 ;lhi 𠮭
35197 lz;i 𠮮
35198 ts;i 𠮯
35199 ;wi 𠮰
35200 ;aagi 𠮱
35201 ;aagi 𠮲
35202 eqi 𠮳
35203 ea;i 𠮳
35204 ac;i 𠮴
35205 ;eai 𠮵
35206 ;kdi 𠮶
35207 r;i 𠮷
35208 sy;i 𠮸
35209 ;fli 𠮹
35210 ;dki 𠮺
35211 ;jki 𠮻
35212 ;fki 𠮼
35213 ;fi 𠮽
35214 ;asi 𠮾
35215 ;di 𠮿
35216 ;edi 𠯀
35217 ;dddi 𠯀
35218 ;kki 𠯁
35219 ;gfi 𠯂
35220 ;ddi 𠯃
35221 ;jhi 𠯄
35222 ;jki 𠯄
35223 ;axi 𠯅
35224 ;wi 𠯆
35225 ;tsi 𠯇
35226 ;zi 𠯈
35227 j;ai 𠯉
35228 ;afi 𠯊
35229 ;kagi 𠯋
35230 ;igi 𠯋
35231 .z;i 𠯌
35232 ;jaai 𠯍
35233 ;sfi 𠯎
35234 ;szi 𠯎
35235 ;oi 𠯏
35236 ;oasi 𠯏
35237 ;pi 𠯐
35238 oas;i 𠯑
35239 kq;i 𠯒
35240 o;i 𠯓
35241 ;qki 𠯔
35242 ;qsi 𠯔
35243 ;qki 𠯕
35244 ;qsi 𠯕
35245 ;gi 𠯖
35246 ;ajdi 𠯗
35247 ;zbi 𠯘
35248 ;.bi 𠯘
35249 ;cki 𠯙
35250 ;aoi 𠯚
35251 zf;i 𠯛
35252 ;lxi 𠯜
35253 ;axi 𠯝
35254 ;awi 𠯞
35255 ;jsi 𠯟
35256 ;hbhi 𠯠
35257 ;hlhi 𠯠
35258 ;easi 𠯡
35259 ;fi 𠯢
35260 ;ni 𠯣
35261 ;fdi 𠯤
35262 ;lsfi 𠯥
35263 ;slfi 𠯥
35264 ;qji 𠯦
35265 ;jdai 𠯧
35266 kj;i 𠯨
35267 ;osi 𠯩
35268 ;ami 𠯪
35269 ;axi 𠯫
35270 ;ci 𠯬
35271 ;pi 𠯭
35272 ;pi 𠯮
35273 ;di 𠯯
35274 ;kfi 𠯰
35275 ;kki 𠯱
35276 ;ui 𠯲
35277 l.;i 𠯳
35278 ;yci 𠯴
35279 ;tki 𠯵
35280 tgqi 𠯶
35281 ;lgxi 𠯷
35282 ;glxi 𠯷
35283 ;zadi 𠯸
35284 ;klgi 𠯹
35285 ;kgli 𠯹
35286 kq;i 𠯺
35287 ;xgi 𠯻
35288 ;kadi 𠯼
35289 ;ei 𠯽
35290 ;klsi 𠯾
35291 ;ksli 𠯾
35292 ;yki 𠯿
35293 ;tgdi 𠰀
35294 ;aegi 𠰁
35295 ;aasi 𠰂
35296 ;ari 𠰃
35297 ;lri 𠰃
35298 ;bgdi 𠰄
35299 ;oi 𠰅
35300 ;qasi 𠰆
35301 ;qsi 𠰆
35302 ;jagi 𠰇
35303 ;tgxi 𠰈
35304 ;j;i 𠰉
35305 ;gci 𠰊
35306 ;oai 𠰋
35307 ;vai 𠰌
35308 ;yri 𠰍
35309 ;bbi 𠰎
35310 ;lni 𠰏
35311 ;q;i 𠰐
35312 ;zafi 𠰑
35313 ;kci 𠰒
35314 ;lvi 𠰓
35315 sz;i 𠰔
35316 dd;i 𠰕
35317 ;fgdi 𠰖
35318 ;lkgi 𠰗
35319 ;ligi 𠰗
35320 ;ui 𠰘
35321 ;afei 𠰙
35322 ;lfei 𠰙
35323 ;jci 𠰚
35324 df;i 𠰛
35325 ;lii 𠰜
35326 /;i 𠰝
35327 o;;i 𠰞
35328 tag;i 𠰟
35329 ;qti 𠰠
35330 ;nagi 𠰡
35331 ;ii 𠰢
35332 nl;i 𠰣
35333 ;hdi 𠰤
35334 iz;i 𠰥
35335 hb;i 𠰦
35336 ;arhi 𠰧
35337 ;zlqi 𠰨
35338 ;zdqi 𠰨
35339 ;jfi 𠰩
35340 ;aei 𠰪
35341 z;i 𠰫
35342 ;pfi 𠰬
35343 ;odji 𠰭
35344 ;olji 𠰭
35345 ;ori 𠰮
35346 ;l.hi 𠰯
35347 ;l.ki 𠰯
35348 kax;i 𠰰
35349 ;fji 𠰱
35350 ;vhi 𠰲
35351 ;ajki 𠰳
35352 ;gi 𠰴
35353 ;zki 𠰵
35354 atl;i 𠰶
35355 ;ebi 𠰷
35356 ;pti 𠰸
35357 ;ogsi 𠰹
35358 ;kaxi 𠰺
35359 ;mci 𠰻
35360 ;ajdi 𠰼
35361 ;yjdi 𠰼
35362 ;nsi 𠰽
35363 ;bsi 𠰾
35364 ;gci 𠰿
35365 ;tbi 𠱀
35366 ;sci 𠱁
35367 ;dai 𠱂
35368 ;dai 𠱃
35369 ;ui 𠱄
35370 ;bri 𠱅
35371 ;bqi 𠱅
35372 ;lgfi 𠱆
35373 ;glfi 𠱆
35374 ;nki 𠱇
35375 ;ozi 𠱈
35376 ;k.i 𠱉
35377 ;kri 𠱊
35378 ;pfi 𠱋
35379 ;aaxi 𠱌
35380 ;.gsi 𠱍
35381 ;l.ai 𠱎
35382 ;alai 𠱏
35383 ;asai 𠱏
35384 ;;szi 𠱐
35385 ;;gai 𠱐
35386 ;;aki 𠱐
35387 ;z;i 𠱑
35388 ov;i 𠱒
35389 ;jzsi 𠱓
35390 ;nfhi 𠱔
35391 ;kxsi 𠱕
35392 ;lp.i 𠱖
35393 y;jai 𠱗
35394 ;idi 𠱘
35395 ;eaci 𠱙
35396 ;eaci 𠱚
35397 jjk;i 𠱛
35398 ;zdfi 𠱜
35399 ;xui 𠱝
35400 ;lsvi 𠱞
35401 ;slvi 𠱞
35402 ;qvi 𠱟
35403 ;;;i 𠱠
35404 ;jfdi 𠱡
35405 ;cafi 𠱢
35406 ;tgri 𠱣
35407 ;fki 𠱤
35408 ;ffi 𠱥
35409 kkk;i 𠱦
35410 kok;i 𠱧
35411 ;sddi 𠱨
35412 ajkqi 𠱩
35413 ;yii 𠱪
35414 yd;i 𠱫
35415 jf;i 𠱬
35416 dd;i 𠱭
35417 ;xui 𠱮
35418 ;;qi 𠱯
35419 sf;i 𠱰
35420 ;l.ai 𠱱
35421 ;tti 𠱲
35422 ;tggi 𠱳
35423 ;iri 𠱴
35424 phjzi 𠱵
35425 pjzi 𠱵
35426 ;nafi 𠱶
35427 ;m;i 𠱷
35428 ;qddi 𠱸
35429 ;olqi 𠱹
35430 ;gcai 𠱺
35431 ;ajri 𠱻
35432 ;rlgi 𠱼
35433 ;zdri 𠱽
35434 ;rfhi 𠱾
35435 ;bbbi 𠱿
35436 q.;i 𠲀
35437 ;;xi 𠲁
35438 ;;zi 𠲂
35439 ;oji 𠲃
35440 ;mti 𠲄
35441 ;jtsi 𠲅
35442 lva;i 𠲆
35443 ;kzi 𠲇
35444 ;ici 𠲇
35445 ;kci 𠲈
35446 ;kari 𠲉
35447 ;klri 𠲉
35448 ;r.i 𠲊
35449 ;vji 𠲋
35450 ;zhxi 𠲌
35451 ;lrxi 𠲍
35452 ;arxi 𠲍
35453 ;kaxi 𠲎
35454 ;kari 𠲏
35455 ;klri 𠲏
35456 ;.osi 𠲐
35457 i;gi 𠲑
35458 kc;i 𠲒
35459 ;.qi 𠲓
35460 ;yci 𠲔
35461 ;nri 𠲕
35462 ;ylxi 𠲖
35463 ;ydi 𠲗
35464 if;i 𠲘
35465 ;blhi 𠲙
35466 ;bshi 𠲙
35467 ;gffi 𠲚
35468 ;p;i 𠲛
35469 ;.tdi 𠲜
35470 ;jtdi 𠲜
35471 ;y.hi 𠲝
35472 ;hbhi 𠲝
35473 ;oqi 𠲞
35474 ;kofi 𠲟
35475 ;sd.i 𠲠
35476 ;wgfi 𠲡
35477 ;;jdi 𠲢
35478 ;lui 𠲣
35479 ;cwi 𠲤
35480 ;yhsi 𠲥
35481 ;afxi 𠲦
35482 ;azxi 𠲦
35483 ;aqxi 𠲧
35484 ;cgsi 𠲨
35485 ykf;i 𠲩
35486 ;ggsi 𠲪
35487 ;sddi 𠲫
35488 ;qddi 𠲬
35489 ;xjki 𠲭
35490 ;awqi 𠲮
35491 ysz;i 𠲯
35492 ;tl;i 𠲰
35493 f.;i 𠲱
35494 ;y..i 𠲲
35495 ;.i 𠲳
35496 ;osbi 𠲴
35497 ;rxbi 𠲵
35498 ;j;si 𠲶
35499 ;jpsi 𠲶
35500 ;aesi 𠲷
35501 ;pbi 𠲸
35502 ;tsni 𠲹
35503 ;dlbi 𠲺
35504 ;dgki 𠲺
35505 co;i 𠲻
35506 ;oi 𠲼
35507 ;ktei 𠲽
35508 ;lji 𠲾
35509 ;v;i 𠲿
35510 ;bjfi 𠳀
35511 ;pvi 𠳁
35512 ;oa;i 𠳂
35513 ;qci 𠳃
35514 qkk;i 𠳄
35515 l,;i 𠳅
35516 r;xi 𠳆
35517 ;o;i 𠳇
35518 ;.z;i 𠳈
35519 ;lpai 𠳉
35520 qdrxi 𠳊
35521 ;daei 𠳋
35522 rxqdi 𠳌
35523 ;alai 𠳍
35524 ;kxki 𠳎
35525 ;oei 𠳏
35526 ;fti 𠳐
35527 ;ooji 𠳑
35528 ;azai 𠳒
35529 ;nqqi 𠳓
35530 ;kqti 𠳔
35531 ;ocli 𠳕
35532 ;olbi 𠳖
35533 ;ogki 𠳖
35534 ;vsi 𠳗
35535 ;kd.i 𠳘
35536 x;kxi 𠳙
35537 ;ts.i 𠳚
35538 c.;i 𠳛
35539 ;rdki 𠳜
35540 ;fki 𠳜
35541 ;z;i 𠳝
35542 ;rxji 𠳞
35543 ;arsi 𠳟
35544 ;qsi 𠳠
35545 ;;;di 𠳡
35546 ;qnli 𠳢
35547 ;/fi 𠳣
35548 ;eci 𠳤
35549 ;dkqi 𠳥
35550 ;/bi 𠳦
35551 ;qi 𠳧
35552 ;oszi 𠳨
35553 ;ktbi 𠳩
35554 ;l.;i 𠳪
35555 f;jfi 𠳫
35556 f;f;i 𠳬
35557 ;f;si 𠳭
35558 z;j;i 𠳮
35559 ;aggi 𠳯
35560 ;e.i 𠳰
35561 ;ep.i 𠳱
35562 ;pafi 𠳲
35563 ;;vi 𠳳
35564 ;;dwi 𠳴
35565 ;;y.i 𠳵
35566 ;lvsi 𠳶
35567 ;krxi 𠳷
35568 ;jhvi 𠳸
35569 ;nvi 𠳹
35570 ;y.;i 𠳺
35571 ;y.mi 𠳻
35572 ;nvi 𠳼
35573 ;nkdi 𠳽
35574 ;jkfi 𠳾
35575 ;blqi 𠳿
35576 ;tgai 𠴀
35577 ;ts;i 𠴁
35578 ;tdqi 𠴁
35579 ;dtqi 𠴁
35580 ;wbbi 𠴂
35581 ;xxzi 𠴃
35582 ;xsi 𠴄
35583 aac;i 𠴅
35584 ;anxi 𠴆
35585 ;oaki 𠴇
35586 ;nzxi 𠴈
35587 ;tasi 𠴉
35588 ;;l;i 𠴊
35589 ;;;i 𠴊
35590 ;olbi 𠴋
35591 ;osbi 𠴋
35592 ;t,i 𠴌
35593 ;jhni 𠴍
35594 ;clzi 𠴎
35595 ;fysi 𠴏
35596 ;ngri 𠴐
35597 ;fwi 𠴑
35598 ;kibi 𠴒
35599 ;kkbi 𠴒
35600 ;koai 𠴓
35601 ;kohi 𠴓
35602 ;;lri 𠴔
35603 ;;ari 𠴔
35604 ;wcli 𠴕
35605 ;kyi 𠴖
35606 ;vri 𠴗
35607 ;vfhi 𠴘
35608 ;otsi 𠴙
35609 ;koei 𠴚
35610 ;nkbi 𠴛
35611 ;ofbi 𠴜
35612 ;cari 𠴝
35613 ;kii 𠴞
35614 ;ffi 𠴟
35615 ;eefi 𠴟
35616 ;ijki 𠴠
35617 ;kaki 𠴠
35618 ;lpsi 𠴡
35619 ;rbi 𠴢
35620 ;kl;i 𠴣
35621 ;rni 𠴤
35622 ;cjsi 𠴥
35623 l;yri 𠴦
35624 ;xxai 𠴧
35625 ;nei 𠴨
35626 ;raki 𠴩
35627 ;bjbi 𠴪
35628 ;eabi 𠴫
35629 ;zvi 𠴬
35630 ;yxvi 𠴬
35631 ;pl.i 𠴭
35632 ;kjni 𠴮
35633 ;lfai 𠴯
35634 ;lrki 𠴯
35635 ;arki 𠴯
35636 ;.k;i 𠴰
35637 ;.c;i 𠴰
35638 ;pf;i 𠴱
35639 ;cpi 𠴲
35640 ;.zui 𠴳
35641 ;ajni 𠴴
35642 ;tjdi 𠴵
35643 ;l.si 𠴶
35644 ;.zji 𠴷
35645 ctb;i 𠴸
35646 ;cyi 𠴹
35647 ;lpsi 𠴺
35648 ;tosi 𠴻
35649 ;axei 𠴼
35650 ;ymmi 𠴽
35651 ;grri 𠴾
35652 ;lpdi 𠴿
35653 ;;;fi 𠵀
35654 jr;;i 𠵁
35655 vv;i 𠵂
35656 ;zifi 𠵃
35657 ;/afi 𠵄
35658 ;fkqi 𠵅
35659 ;opai 𠵆
35660 ;zqdi 𠵇
35661 ;wavi 𠵈
35662 ;vysi 𠵉
35663 irf;i 𠵊
35664 ;lpqi 𠵋
35665 ;nuai 𠵌
35666 vo;i 𠵍
35667 ;wf;i 𠵎
35668 ;qi;i 𠵏
35669 ;nrxi 𠵐
35670 ;tg;i 𠵑
35671 ;ylfi 𠵒
35672 lphdi 𠵓
35673 dphdi 𠵓
35674 ;icai 𠵔
35675 ;rkri 𠵕
35676 ;axxi 𠵖
35677 ;agsi 𠵗
35678 ;ei 𠵘
35679 ;dibi 𠵙
35680 ;dkbi 𠵙
35681 ;dzfi 𠵚
35682 ;;;gi 𠵛
35683 ;jisi 𠵜
35684 ;fqli 𠵝
35685 o;l.i 𠵞
35686 ;ovi 𠵟
35687 ;az;i 𠵠
35688 ;fddi 𠵡
35689 ;aaci 𠵢
35690 ;fdki 𠵢
35691 ;qsi 𠵣
35692 apf;i 𠵤
35693 apd;i 𠵤
35694 ata;i 𠵥
35695 at;fi 𠵦
35696 zqx;i 𠵧
35697 ;pahi 𠵨
35698 ;pvi 𠵩
35699 ;;q.i 𠵪
35700 ;poji 𠵫
35701 ;;;bi 𠵬
35702 ;;sui 𠵭
35703 ;offi 𠵮
35704 ;afei 𠵯
35705 ;lfei 𠵯
35706 ;ocsi 𠵰
35707 ;kyxi 𠵱
35708 .qqdi 𠵲
35709 .qtbi 𠵳
35710 .qdbi 𠵳
35711 ;i;ji 𠵴
35712 i;ii 𠵵
35713 ;.dbi 𠵶
35714 ;yksi 𠵷
35715 ;tgci 𠵸
35716 ;jidi 𠵹
35717 ;.tsi 𠵺
35718 ;naci 𠵻
35719 ;gfui 𠵼
35720 ;crxi 𠵽
35721 ;apdi 𠵾
35722 ;otbi 𠵿
35723 ;jkvi 𠶀
35724 ;efki 𠶁
35725 ;...i 𠶂
35726 ;arsi 𠶃
35727 ;gfdi 𠶄
35728 ;oj;i 𠶅
35729 ;kfni 𠶆
35730 ;jdbi 𠶇
35731 ;yhri 𠶈
35732 ;kasi 𠶉
35733 ;klsi 𠶉
35734 ;rtbi 𠶊
35735 ;fkei 𠶋
35736 ;oni 𠶌
35737 ;vjsi 𠶍
35738 ;.tbi 𠶎
35739 ;lvti 𠶏
35740 ;ojni 𠶐
35741 ;,di 𠶑
35742 ;npai 𠶒
35743 ;rlxi 𠶓
35744 ;nbri 𠶔
35745 ;cj;i 𠶕
35746 ;vari 𠶖
35747 ;fuai 𠶗
35748 ;fjsi 𠶗
35749 qdaei 𠶘
35750 ;fzi 𠶙
35751 ;wqdi 𠶚
35752 ;y;ci 𠶛
35753 ;oaei 𠶜
35754 ;ofei 𠶜
35755 ;qtdi 𠶝
35756 ;nori 𠶞
35757 ;opdi 𠶟
35758 ;cx;i 𠶠
35759 ;gfi 𠶡
35760 ;cpfi 𠶢
35761 ;v.i 𠶣
35762 ;cj;i 𠶤
35763 ;nkgi 𠶥
35764 ;npfi 𠶦
35765 ;ne;i 𠶧
35766 ;m,i 𠶨
35767 ;boxi 𠶩
35768 ;bohi 𠶩
35769 ;eji 𠶪
35770 ;zgci 𠶫
35771 ;;ari 𠶬
35772 ;pdwi 𠶭
35773 r;f;i 𠶮
35774 ;oddi 𠶯
35775 jhj;i 𠶰
35776 qd.;i 𠶱
35777 ;zodi 𠶲
35778 gsb;i 𠶳
35779 ;tydi 𠶴
35780 ;llki 𠶵
35781 g;axi 𠶶
35782 y;d;i 𠶷
35783 ;kkji 𠶸
35784 ;xosi 𠶹
35785 ;ajbi 𠶺
35786 ;;aei 𠶻
35787 ;jswi 𠶼
35788 ;xxfi 𠶽
35789 ;fqdi 𠶾
35790 ;zifi 𠶿
35791 ;alzi 𠷀
35792 ;iuei 𠷁
35793 ;x;ni 𠷂
35794 ;nkbi 𠷃
35795 ;nodi 𠷄
35796 ;fddi 𠷅
35797 ;foei 𠷆
35798 ;hosi 𠷇
35799 ;.tfi 𠷈
35800 ;b;ni 𠷉
35801 ;ka.i 𠷊
35802 ;zpfi 𠷋
35803 ;mei 𠷌
35804 ;wcsi 𠷍
35805 ;tcsi 𠷍
35806 tgq;i 𠷎
35807 lsh;i 𠷏
35808 slh;i 𠷏
35809 ;naai 𠷐
35810 ;nahi 𠷐
35811 ;bsbi 𠷑
35812 ;.dji 𠷒
35813 pfaki 𠷓
35814 z;;si 𠷔
35815 ;xi 𠷕
35816 ;nkni 𠷖
35817 n.;i 𠷗
35818 ;,lvi 𠷘
35819 ;j.i 𠷙
35820 ;paei 𠷚
35821 ;a.bi 𠷛
35822 kkr;i 𠷜
35823 ;p.hi 𠷝
35824 ohd;i 𠷞
35825 ohl;i 𠷞
35826 odh;i 𠷞
35827 olh;i 𠷞
35828 ;pkei 𠷟
35829 gax;i 𠷠
35830 alp;i 𠷡
35831 ;oadi 𠷢
35832 ;ofdi 𠷢
35833 ;;/i 𠷣
35834 ;ulsi 𠷤
35835 ;y;di 𠷥
35836 ;j;bi 𠷦
35837 ;jpbi 𠷦
35838 ;aaxi 𠷧
35839 ;gjfi 𠷨
35840 ;irwi 𠷩
35841 ;nr;i 𠷪
35842 f;;xi 𠷫
35843 ;v/i 𠷬
35844 ;gddi 𠷭
35845 ;agdi 𠷭
35846 ;rsfi 𠷮
35847 ;rszi 𠷮
35848 ;bji 𠷯
35849 ;alei 𠷰
35850 azk;i 𠷱
35851 ;t;hi 𠷲
35852 p.c;i 𠷳
35853 ;.x.i 𠷴
35854 ;xfhi 𠷵
35855 ;.ari 𠷶
35856 lza;i 𠷷
35857 ;r;ii 𠷸
35858 ;vji 𠷹
35859 ;fjbi 𠷺
35860 ;a/hi 𠷻
35861 ;zaxi 𠷼
35862 ;;vji 𠷽
35863 ;jebi 𠷾
35864 ;oeni 𠷿
35865 ;my.i 𠸀
35866 ;c.ki 𠸁
35867 ;nkhi 𠸂
35868 ;tgki 𠸃
35869 ;fjzi 𠸄
35870 ;;abi 𠸅
35871 aaj;i 𠸆
35872 kjk;i 𠸆
35873 ;tgzi 𠸇
35874 ;;ari 𠸈
35875 ;d.;i 𠸉
35876 ;zaei 𠸊
35877 ;ff;i 𠸋
35878 ;i.i 𠸌
35879 ;irzi 𠸍
35880 ;wboi 𠸎
35881 ;fb;i 𠸏
35882 ;ykgi 𠸐
35883 ;cuei 𠸑
35884 ;k;vi 𠸒
35885 ;oa;i 𠸓
35886 ;ol;i 𠸓
35887 ;fydi 𠸔
35888 ;dxsi 𠸕
35889 ;fibi 𠸖
35890 ;fkbi 𠸖
35891 ykj;i 𠸗
35892 ;kk;i 𠸘
35893 f;afi 𠸙
35894 ;fl;i 𠸚
35895 m;osi 𠸛
35896 osm;i 𠸜
35897 ;etci 𠸝
35898 ;,e;i 𠸞
35899 ;zui 𠸟
35900 ;yc;i 𠸠
35901 ;clui 𠸡
35902 ;qpi 𠸢
35903 ;xqi 𠸣
35904 ;.rhi 𠸤
35905 ;yfi 𠸥
35906 ;lzji 𠸦
35907 ;oji 𠸦
35908 ;n.;i 𠸧
35909 ;kpri 𠸨
35910 ;emi 𠸩
35911 ;c.;i 𠸪
35912 ;zazi 𠸫
35913 ;zlzi 𠸫
35914 ;ktbi 𠸬
35915 pac;i 𠸭
35916 pfagi 𠸮
35917 ;qpwi 𠸯
35918 ;xbki 𠸰
35919 ;d;ci 𠸱
35920 d;;ci 𠸱
35921 axx;i 𠸲
35922 ;tasi 𠸳
35923 ;aqxi 𠸴
35924 ;jawi 𠸵
35925 ;;zsi 𠸶
35926 ;c.fi 𠸷
35927 ;za;i 𠸸
35928 ;qahi 𠸹
35929 ;qa.i 𠸹
35930 ;idni 𠸺
35931 ;tfbi 𠸻
35932 ;alni 𠸼
35933 ;bqni 𠸽
35934 ;ulni 𠸾
35935 epq;i 𠸿
35936 ;gfxi 𠹀
35937 ;nkki 𠹁
35938 ;heqi 𠹂
35939 ;jzui 𠹃
35940 ;bpfi 𠹄
35941 ;rkci 𠹅
35942 ;aesi 𠹆
35943 ;lpqi 𠹇
35944 ;;pri 𠹈
35945 cj;pi 𠹉
35946 ;fpfi 𠹊
35947 ;hozi 𠹋
35948 ;xuqi 𠹌
35949 ;nk;i 𠹍
35950 ;kv,i 𠹎
35951 ;bh/i 𠹏
35952 ;kk.i 𠹐
35953 ;ljvi 𠹑
35954 ;n;;i 𠹒
35955 ;godi 𠹓
35956 ;nt;i 𠹔
35957 ;.lhi 𠹕
35958 ;brxi 𠹖
35959 ;oo;i 𠹗
35960 ;ej.i 𠹘
35961 ;fjoi 𠹙
35962 ;rjoi 𠹙
35963 ;;mi 𠹚
35964 ;dqii 𠹛
35965 ;;;ei 𠹜
35966 vvl;i 𠹝
35967 vvs;i 𠹝
35968 ;igfi 𠹞
35969 ;khfi 𠹞
35970 nrk;i 𠹟
35971 ;ovi 𠹠
35972 ;ljri 𠹡
35973 r;s;i 𠹢
35974 ;;q.i 𠹣
35975 ;rrni 𠹤
35976 ;pbbi 𠹥
35977 ;qqxi 𠹦
35978 yjz;i 𠹧
35979 jb;ei 𠹨
35980 tl;ki 𠹩
35981 tl;ci 𠹩
35982 y;l;i 𠹪
35983 rkk;i 𠹫
35984 fkk;i 𠹫
35985 m;asi 𠹬
35986 ;qddi 𠹭
35987 ;eqfi 𠹮
35988 ;tqri 𠹯
35989 ;mlni 𠹰
35990 ;cqvi 𠹱
35991 ;crpi 𠹲
35992 ;crhi 𠹲
35993 ;mqvi 𠹳
35994 ;tlti 𠹴
35995 ;pnwi 𠹵
35996 ;gaii 𠹶
35997 ;wlxi 𠹷
35998 ;igxi 𠹸
35999 ;khxi 𠹸
36000 ;ibxi 𠹸
36001 ;kifi 𠹹
36002 ;rpri 𠹺
36003 ;uizi 𠹻
36004 ;nyfi 𠹼
36005 ;fyki 𠹽
36006 .jb;i 𠹾
36007 ;axri 𠹿
36008 ;n,;i 𠺀
36009 ;tgki 𠺁
36010 ;zrxi 𠺂
36011 oza;i 𠺃
36012 ;zksi 𠺄
36013 ;am,i 𠺅
36014 ;zzi 𠺆
36015 r;ri 𠺇
36016 ;foqi 𠺈
36017 ;eadi 𠺉
36018 ;faei 𠺊
36019 ;ofki 𠺋
36020 ;oxi 𠺌
36021 ;.jki 𠺍
36022 ;.uki 𠺍
36023 g,;i 𠺎
36024 ;fbbi 𠺏
36025 ;;jsi 𠺐
36026 ;lzhi 𠺑
36027 ;ljni 𠺒
36028 ;iei 𠺓
36029 ;jffi 𠺔
36030 ;ohpi 𠺕
36031 ;ypki 𠺖
36032 ;,ni 𠺗
36033 ;chxi 𠺘
36034 ;txni 𠺙
36035 ;arri 𠺚
36036 rlq;i 𠺛
36037 ;frqi 𠺜
36038 ;v.;i 𠺝
36039 ajf;i 𠺞
36040 ajz;i 𠺞
36041 ajd;i 𠺞
36042 ;nqi 𠺟
36043 ;ypsi 𠺠
36044 ;yxki 𠺡
36045 ;na.i 𠺢
36046 ;tcei 𠺣
36047 ddo;i 𠺤
36048 j;.bi 𠺥
36049 ;krpi 𠺦
36050 ;kdvi 𠺧
36051 ;aeni 𠺨
36052 ;czoi 𠺩
36053 ;cyoi 𠺩
36054 ;o,i 𠺪
36055 ;,hfi 𠺫
36056 ;rcsi 𠺬
36057 ;kzfi 𠺭
36058 ;prhi 𠺮
36059 ;mysi 𠺯
36060 ;lvci 𠺰
36061 ;qsni 𠺱
36062 ;ozxi 𠺲
36063 ;zspi 𠺳
36064 ;f.;i 𠺴
36065 ;aexi 𠺵
36066 ;xjki 𠺶
36067 ;yhsi 𠺷
36068 ;ctbi 𠺸
36069 ;fzgi 𠺹
36070 ;vrri 𠺺
36071 ;xlbi 𠺻
36072 ;xgki 𠺻
36073 ;,jki 𠺼
36074 ;.vbi 𠺽
36075 ;arvi 𠺾
36076 ;zlci 𠺿
36077 ;.rci 𠻀
36078 irsqi 𠻁
36079 izsqi 𠻁
36080 ;dyi 𠻂
36081 ;qafi 𠻃
36082 ;fyoi 𠻄
36083 ;glni 𠻅
36084 ;tqi 𠻆
36085 ;vpxi 𠻇
36086 ;npwi 𠻈
36087 ;afni 𠻉
36088 ;lfni 𠻉
36089 ;nrdi 𠻊
36090 ;rlfi 𠻋
36091 ;;;si 𠻌
36092 ;jobi 𠻍
36093 ;y.ei 𠻎
36094 ;rcxi 𠻏
36095 ;ar;i 𠻐
36096 ;.zti 𠻑
36097 ;zzsi 𠻒
36098 ;jkyi 𠻓
36099 ;aghi 𠻔
36100 ;agki 𠻔
36101 ;abhi 𠻔
36102 ;abki 𠻔
36103 ;nabi 𠻕
36104 ;;;ri 𠻖
36105 ;y.mi 𠻗
36106 ;ckyi 𠻘
36107 ;bp;i 𠻙
36108 fpz;i 𠻚
36109 ;o;ni 𠻛
36110 ;yxfi 𠻜
36111 ;;;.i 𠻝
36112 ;ntci 𠻞
36113 ;vkci 𠻟
36114 ;aebi 𠻠
36115 htx;i 𠻡
36116 ;zagi 𠻢
36117 ;v;ni 𠻣
36118 ;naki 𠻤
36119 ;wpvi 𠻥
36120 ;lp.i 𠻦
36121 ;vo;i 𠻧
36122 ;rri 𠻨
36123 ;nk,i 𠻩
36124 ;c,,i 𠻪
36125 ;yni 𠻫
36126 ;fivi 𠻬
36127 d;d;i 𠻭
36128 vkk;i 𠻮
36129 ;ooni 𠻯
36130 ;;;ai 𠻰
36131 ;tr.i 𠻱
36132 ;rc.i 𠻲
36133 ;v;.i 𠻳
36134 ;hbui 𠻴
36135 ;fzfi 𠻵
36136 ;fzhi 𠻵
36137 ;fpfi 𠻶
36138 ;arsi 𠻷
36139 qjfqi 𠻸
36140 ;caci 𠻹
36141 ;clci 𠻹
36142 ;oaai 𠻺
36143 ;efli 𠻻
36144 ;fqii 𠻼
36145 ;vozi 𠻽
36146 ;ysri 𠻾
36147 ;nori 𠻿
36148 ;ypfi 𠼀
36149 ;ycxi 𠼁
36150 ;tvpi 𠼂
36151 qo;i 𠼃
36152 ;zrki 𠼄
36153 ;;zsi 𠼅
36154 nbb;i 𠼆
36155 ;bzi 𠼇
36156 ;olwi 𠼈
36157 ;zaui 𠼉
36158 ;pyxi 𠼊
36159 ;e;i 𠼋
36160 ;da.i 𠼌
36161 ;lp.i 𠼍
36162 ;lp,i 𠼎
36163 ;kf.i 𠼏
36164 ;lvfi 𠼐
36165 o;o;i 𠼑
36166 ;lvai 𠼒
36167 ;jpsi 𠼓
36168 ;cjdi 𠼔
36169 ;oeei 𠼕
36170 ;vvwi 𠼖
36171 ;qoi 𠼗
36172 ;at;i 𠼘
36173 ;z..i 𠼙
36174 ;m.i 𠼚
36175 ;;;ai 𠼛
36176 ;dpai 𠼜
36177 ;lvvi 𠼝
36178 i;aai 𠼞
36179 ;kaei 𠼟
36180 ;oami 𠼠
36181 tgqbi 𠼡
36182 ;tg/i 𠼢
36183 ;bbpi 𠼣
36184 ;qdri 𠼤
36185 ;elhi 𠼥
36186 ;elki 𠼥
36187 ;p/bi 𠼦
36188 ;;;di 𠼧
36189 ;;d;i 𠼨
36190 ;difi 𠼩
36191 ;lvmi 𠼪
36192 ;iadi 𠼫
36193 ;yk;i 𠼬
36194 ;ofai 𠼭
36195 ;kh,i 𠼮
36196 ;yofi 𠼯
36197 ;va.i 𠼰
36198 ;pxi 𠼱
36199 ;rkyi 𠼲
36200 ;fpsi 𠼳
36201 ;qami 𠼴
36202 ;kydi 𠼵
36203 ;rcbi 𠼶
36204 x;rxi 𠼷
36205 ;kqwi 𠼸
36206 ;moi 𠼹
36207 ;nkfi 𠼺
36208 ;rari 𠼻
36209 ;f.fi 𠼼
36210 ;.jsi 𠼽
36211 ;dnci 𠼾
36212 ;y.ni 𠼿
36213 ;kpmi 𠽀
36214 ;e.si 𠽁
36215 ;tgfi 𠽂
36216 ;rihi 𠽃
36217 ;ojvi 𠽄
36218 ;zoi 𠽅
36219 ;yjki 𠽆
36220 ;clqi 𠽇
36221 ;caxi 𠽈
36222 ;cjvi 𠽉
36223 ;os.i 𠽊
36224 ;qf;i 𠽋
36225 ;zti 𠽌
36226 ;c.ri 𠽍
36227 ;czri 𠽎
36228 ;tjoi 𠽏
36229 ;u,i 𠽐
36230 ;qibi 𠽑
36231 ;admi 𠽒
36232 ;ykxi 𠽓
36233 ;ge;i 𠽔
36234 ;oaci 𠽕
36235 ;a.ni 𠽖
36236 ;jtxi 𠽗
36237 ;av;i 𠽘
36238 ;kebi 𠽙
36239 qdopi 𠽚
36240 ;tixi 𠽛
36241 ;tkxi 𠽛
36242 ;yk;i 𠽜
36243 ;;jki 𠽝
36244 ;cpqi 𠽞
36245 ;b/i 𠽟
36246 f;obi 𠽠
36247 ;zni 𠽡
36248 ;fqhi 𠽢
36249 ;baoi 𠽣
36250 ;bloi 𠽣
36251 ;fpxi 𠽤
36252 ;a/ri 𠽥
36253 ;czxi 𠽦
36254 ;axri 𠽧
36255 ;nypi 𠽨
36256 ;ltfi 𠽩
36257 ;cypi 𠽪
36258 ;eqli 𠽫
36259 ;aaxi 𠽬
36260 ;dpci 𠽭
36261 ;opci 𠽮
36262 ;rpci 𠽯
36263 ;npci 𠽰
36264 ;nrsi 𠽱
36265 ;l,ui 𠽲
36266 ;vkpi 𠽳
36267 ;alei 𠽴
36268 ;mgii 𠽵
36269 ;lqqi 𠽶
36270 ;eqmi 𠽷
36271 ;;ami 𠽸
36272 ;byi 𠽹
36273 qdtri 𠽺
36274 ;r;;i 𠽻
36275 ;jhei 𠽼
36276 ;;t.i 𠽽
36277 ;tq.i 𠽽
36278 ;icpi 𠽾
36279 ;f;fi 𠽿
36280 ;zu.i 𠾀
36281 ;yx.i 𠾀
36282 ;rkfi 𠾁
36283 ;rkzi 𠾁
36284 vkk;i 𠾂
36285 ydd;i 𠾃
36286 ..s;i 𠾄
36287 ;;;;i 𠾅
36288 ;lvfi 𠾆
36289 ;zqhi 𠾇
36290 ;nrhi 𠾇
36291 ;my;i 𠾈
36292 tgqhi 𠾉
36293 ;lkri 𠾊
36294 ;kkai 𠾊
36295 ;eq;i 𠾋
36296 ;idoi 𠾌
36297 ;zrvi 𠾍
36298 ;yxvi 𠾍
36299 ;zfvi 𠾍
36300 ;ru.i 𠾎
36301 ;zrpi 𠾏
36302 ;zrhi 𠾏
36303 ;t.ri 𠾐
36304 ;.odi 𠾑
36305 ;qdyi 𠾒
36306 ;yj;i 𠾓
36307 ;lvsi 𠾔
36308 ;ti.i 𠾕
36309 ;;z;i 𠾖
36310 ;gcki 𠾗
36311 ;agki 𠾗
36312 ;nkyi 𠾘
36313 ;nqpi 𠾙
36314 ;tgmi 𠾚
36315 ;rpki 𠾛
36316 ;eeei 𠾜
36317 ;pa.i 𠾝
36318 ;vvji 𠾞
36319 ;pkdi 𠾟
36320 ;.l;i 𠾠
36321 ;lrhi 𠾡
36322 ;r;hi 𠾢
36323 ;vvvi 𠾣
36324 vvv;i 𠾤
36325 qdqbi 𠾥
36326 ;eeni 𠾦
36327 ;;pmi 𠾧
36328 ;drki 𠾨
36329 ;dpsi 𠾩
36330 ;/a.i 𠾪
36331 ;.ami 𠾫
36332 ;ijki 𠾬
36333 ;flwi 𠾭
36334 ;nk.i 𠾮
36335 ;nkvi 𠾯
36336 ;n.ri 𠾰
36337 ;zzpi 𠾱
36338 ;rcxi 𠾲
36339 qdqdi 𠾳
36340 ;vzfi 𠾴
36341 ;ovai 𠾵
36342 ;pyci 𠾶
36343 ;ribi 𠾷
36344 ;rc;i 𠾸
36345 lz;fi 𠾹
36346 az;fi 𠾹
36347 ;ir;i 𠾺
36348 ;if;i 𠾺
36349 ;crki 𠾻
36350 ;crsi 𠾻
36351 ;xjsi 𠾼
36352 ;elri 𠾽
36353 ;eari 𠾽
36354 ;cpai 𠾾
36355 ;qami 𠾿
36356 ;lvui 𠿀
36357 ;raki 𠿁
36358 ;oaoi 𠿂
36359 ;oloi 𠿂
36360 ;wrvi 𠿃
36361 ;npmi 𠿄
36362 ;fkyi 𠿅
36363 ;xz.i 𠿆
36364 ;jjfi 𠿇
36365 ;jjqi 𠿇
36366 ;lvni 𠿈
36367 qds;i 𠿉
36368 ;qdbi 𠿊
36369 ;lpgi 𠿋
36370 ;mypi 𠿌
36371 ;brbi 𠿍
36372 ;qqdi 𠿎
36373 ;a;di 𠿎
36374 ;iu,i 𠿏
36375 ;p/hi 𠿐
36376 ;zqxi 𠿑
36377 ;zqni 𠿑
36378 ;plki 𠿒
36379 ;azai 𠿓
36380 ;lzai 𠿓
36381 ;w.ni 𠿔
36382 lz;si 𠿕
36383 ;ejki 𠿖
36384 ;arli 𠿗
36385 ;kydi 𠿘
36386 ;zlsi 𠿙
36387 ;frvi 𠿚
36388 ;epbi 𠿛
36389 ;pvhi 𠿜
36390 ;vvci 𠿝
36391 ;ypai 𠿞
36392 o..;i 𠿟
36393 ;;axi 𠿠
36394 nkb;i 𠿡
36395 ;irki 𠿢
36396 ;a/ki 𠿣
36397 ;r;bi 𠿤
36398 ;p.ui 𠿥
36399 qdtri 𠿦
36400 f;;;i 𠿧
36401 ;fpfi 𠿨
36402 ;arei 𠿩
36403 ;a/mi 𠿪
36404 ;lcui 𠿫
36405 ;kl.i 𠿬
36406 ;cmui 𠿭
36407 ;ibki 𠿮
36408 ;doxi 𠿯
36409 ;ibbi 𠿰
36410 ;ilni 𠿱
36411 ky;ai 𠿲
36412 ;nici 𠿳
36413 ;gphi 𠿴
36414 ;.txi 𠿵
36415 ;ckfi 𠿶
36416 ;eydi 𠿷
36417 ;f;gi 𠿸
36418 ;kami 𠿹
36419 ;klmi 𠿹
36420 ;fafi 𠿺
36421 lz;si 𠿻
36422 ;jt,i 𠿼
36423 ;jfhi 𠿽
36424 ;nzsi 𠿾
36425 ;irxi 𠿿
36426 ;ypci 𡀀
36427 ;fk;i 𡀁
36428 ;rk;i 𡀁
36429 ;zpi 𡀂
36430 ;rqfi 𡀃
36431 ;rafi 𡀃
36432 ;vaai 𡀄
36433 ;fkmi 𡀅
36434 r;izi 𡀆
36435 r;fzi 𡀆
36436 ;fopi 𡀇
36437 ;;nbi 𡀈
36438 ;;;ai 𡀉
36439 ;eahi 𡀊
36440 ;;zsi 𡀋
36441 ;fzxi 𡀌
36442 ;iuni 𡀍
36443 ;os.i 𡀎
36444 ;od.i 𡀏
36445 ;.d.i 𡀏
36446 ;vbvi 𡀐
36447 ;qlmi 𡀑
36448 ;ag.i 𡀒
36449 ;;;ri 𡀓
36450 ;s.;i 𡀔
36451 ;dz,i 𡀕
36452 ;ivai 𡀖
36453 ;yrhi 𡀗
36454 ;,,wi 𡀘
36455 ;nkdi 𡀙
36456 ;xkxi 𡀚
36457 ;zlii 𡀛
36458 ;lafi 𡀜
36459 ;lvni 𡀝
36460 ;v;ei 𡀞
36461 ;i.ni 𡀟
36462 ;krfi 𡀠
36463 ;ctki 𡀡
36464 ;dy;i 𡀢
36465 ;rrbi 𡀣
36466 l;zhi 𡀤
36467 ;flsi 𡀥
36468 ;cpui 𡀦
36469 ;hfxi 𡀧
36470 ;ykhi 𡀨
36471 ;fc;i 𡀩
36472 j;oei 𡀪
36473 ;ypvi 𡀫
36474 ;gyfi 𡀬
36475 ;opbi 𡀭
36476 ;lyxi 𡀮
36477 ;kzhi 𡀯
36478 ;kdyi 𡀰
36479 ;;asi 𡀱
36480 ;yyki 𡀲
36481 ;tlfi 𡀳
36482 ;ol,i 𡀴
36483 ;yzgi 𡀵
36484 ;czci 𡀶
36485 ;.fni 𡀷
36486 ,,jqi 𡀸
36487 ;lmi 𡀹
36488 ;bbmi 𡀺
36489 o;p.i 𡀻
36490 ;,,wi 𡀼
36491 ;frui 𡀽
36492 ;px,i 𡀾
36493 ;bpwi 𡀿
36494 ;bpki 𡁀
36495 ;nrbi 𡁁
36496 ;nfbi 𡁁
36497 ;byni 𡁂
36498 ;nsmi 𡁃
36499 ;npmi 𡁃
36500 ;mgxi 𡁄
36501 ;j;si 𡁅
36502 ;jpsi 𡁅
36503 ;,,fi 𡁆
36504 ;xefi 𡁇
36505 ;yffi 𡁈
36506 ;g,di 𡁉
36507 ;,,wi 𡁊
36508 ;.qni 𡁋
36509 ;muki 𡁌
36510 ;nrki 𡁍
36511 ;nfki 𡁍
36512 ;ozki 𡁎
36513 ;fj.i 𡁏
36514 ;fkdi 𡁐
36515 ;qqfi 𡁑
36516 ;a;fi 𡁑
36517 ;q;bi 𡁒
36518 ;alhi 𡁓
36519 ;,rui 𡁔
36520 ;bbwi 𡁕
36521 ;wavi 𡁖
36522 ;cavi 𡁖
36523 lz;ai 𡁗
36524 ;;pdi 𡁘
36525 ;;pfi 𡁘
36526 ;nbsi 𡁙
36527 ;crzi 𡁚
36528 ;wv.i 𡁛
36529 ;yh;i 𡁜
36530 ;ouki 𡁝
36531 ;y;bi 𡁞
36532 ;nami 𡁟
36533 ;ak.i 𡁠
36534 ;ea;i 𡁡
36535 ;el;i 𡁡
36536 ;aeui 𡁢
36537 ;fg,i 𡁣
36538 ;e.;i 𡁤
36539 ;;gsi 𡁥
36540 ;f;ui 𡁦
36541 ;zsxi 𡁧
36542 ;xaxi 𡁧
36543 ;axxi 𡁧
36544 cai;i 𡁨
36545 ;mrbi 𡁩
36546 ;/mei 𡁪
36547 ;kyoi 𡁫
36548 ;itxi 𡁬
36549 ;,eei 𡁭
36550 ;nk;i 𡁮
36551 ;zkhi 𡁯
36552 ;x;ui 𡁰
36553 ;qd,i 𡁱
36554 ;vpci 𡁲
36555 ;;phi 𡁳
36556 ;pzhi 𡁴
36557 ;qdxi 𡁵
36558 ;rkxi 𡁶
36559 ;a.hi 𡁷
36560 ;tcci 𡁸
36561 ;ylgi 𡁹
36562 ;ylli 𡁹
36563 ;cyxi 𡁺
36564 ;rcui 𡁻
36565 ;caci 𡁼
36566 ;vfvi 𡁽
36567 ;vfci 𡁽
36568 ;yksi 𡁾
36569 ;fldi 𡁿
36570 ;vy;i 𡂀
36571 ;nobi 𡂁
36572 ;ya;i 𡂂
36573 ;aaxi 𡂃
36574 ;tbmi 𡂄
36575 ;dl.i 𡂅
36576 ;vopi 𡂆
36577 ;;l.i 𡂇
36578 ;kczi 𡂈
36579 ;ooyi 𡂉
36580 ;kcci 𡂊
36581 ;,,,i 𡂋
36582 ;fuli 𡂌
36583 ;fjli 𡂌
36584 ;qjli 𡂌
36585 ;amui 𡂍
36586 ;xwci 𡂎
36587 ;w/wi 𡂏
36588 ;wpwi 𡂏
36589 ;zzmi 𡂐
36590 ;lmui 𡂑
36591 ;oomi 𡂒
36592 ;ykni 𡂓
36593 ;zexi 𡂔
36594 ;zeni 𡂔
36595 ;fb.i 𡂕
36596 ;zfmi 𡂖
36597 ;ky;i 𡂗
36598 ;yq,i 𡂘
36599 ;bcni 𡂙
36600 ;,,ji 𡂚
36601 ;eqii 𡂛
36602 ;bbpi 𡂜
36603 ;r/mi 𡂝
36604 ;rkxi 𡂞
36605 ;;;si 𡂟
36606 ;fmci 𡂠
36607 ;p;.i 𡂡
36608 ;l,vi 𡂢
36609 ;g,ei 𡂣
36610 q;fsi 𡂤
36611 a;;si 𡂤
36612 ;ekri 𡂥
36613 ae;;i 𡂦
36614 q;e;i 𡂦
36615 q;qsi 𡂧
36616 a;;si 𡂧
36617 ;;q;i 𡂨
36618 ;alei 𡂩
36619 ;nrni 𡂪
36620 ;f.ni 𡂫
36621 tl;ri 𡂬
36622 ;nrni 𡂭
36623 ;fkmi 𡂮
36624 y.;ui 𡂯
36625 ;,mti 𡂰
36626 ;bqti 𡂱
36627 ;azei 𡂲
36628 ;gggi 𡂳
36629 ;fqni 𡂴
36630 ;py.i 𡂵
36631 e;ppi 𡂶
36632 ;nfhi 𡂷
36633 ;nfsi 𡂷
36634 ;ipti 𡂸
36635 ;nlpi 𡂹
36636 ;irxi 𡂺
36637 ;izxi 𡂺
36638 ;yg.i 𡂻
36639 ;/g,i 𡂼
36640 ;;afi 𡂽
36641 ;uici 𡂾
36642 ;ukci 𡂾
36643 ;q;ki 𡂿
36644 ;y.bi 𡃀
36645 ;rusi 𡃁
36646 ;no,i 𡃂
36647 ;x;ei 𡃃
36648 ;vkmi 𡃄
36649 ;zkmi 𡃄
36650 ;,,hi 𡃅
36651 ;bkpi 𡃆
36652 ;,.fi 𡃇
36653 ;xrfi 𡃈
36654 ;b;,i 𡃉
36655 ;lvpi 𡃊
36656 ijfmi 𡃋
36657 ;zk,i 𡃌
36658 ;i;ei 𡃍
36659 ;v.zi 𡃎
36660 ;tzri 𡃏
36661 ;jdfi 𡃐
36662 ;yrui 𡃑
36663 ;oczi 𡃒
36664 ;olpi 𡃓
36665 ;ozci 𡃔
36666 ;nkgi 𡃕
36667 ;epni 𡃖
36668 ;vfzi 𡃗
36669 ;y,,i 𡃘
36670 ;f/xi 𡃙
36671 ;npri 𡃚
36672 ;yibi 𡃛
36673 ;gjyi 𡃜
36674 ;yifi 𡃝
36675 ;qopi 𡃞
36676 r;;xi 𡃟
36677 f;;xi 𡃟
36678 qij;i 𡃠
36679 yuq;i 𡃡
36680 ;bqai 𡃢
36681 ;;pxi 𡃣
36682 ;v;mi 𡃤
36683 ;y;fi 𡃥
36684 ;ekyi 𡃦
36685 ;ewki 𡃧
36686 ;ecki 𡃧
36687 ;r;ni 𡃨
36688 ;y/xi 𡃩
36689 ;okmi 𡃪
36690 ;;zbi 𡃫
36691 ydd;i 𡃬
36692 yd;;i 𡃬
36693 qdq;i 𡃭
36694 ;itpi 𡃮
36695 ntd.i 𡃯
36696 ;ecxi 𡃰
36697 ;/ani 𡃱
36698 ;ibwi 𡃲
36699 ;ojki 𡃳
36700 ;tzni 𡃴
36701 ;oyyi 𡃵
36702 ;ip.i 𡃶
36703 ;;zpi 𡃷
36704 ;eq,i 𡃸
36705 ;;;xi 𡃹
36706 ;rrni 𡃺
36707 ;fbii 𡃻
36708 ;vk,i 𡃼
36709 ;kzei 𡃽
36710 ;vczi 𡃾
36711 ;orni 𡃿
36712 ;l;fi 𡄀
36713 ;;ffi 𡄀
36714 ;l;gi 𡄀
36715 ;;fgi 𡄀
36716 ;nyvi 𡄁
36717 r;iri 𡄂
36718 r;fri 𡄂
36719 ;;;,i 𡄃
36720 ;emxi 𡄄
36721 ;jd;i 𡄅
36722 ;;d;i 𡄅
36723 ;o.fi 𡄆
36724 ;rbgi 𡄇
36725 rbs;i 𡄈
36726 ;;t.i 𡄉
36727 ;lpui 𡄊
36728 ;bqui 𡄊
36729 ;ospi 𡄋
36730 le;pi 𡄌
36731 ;lg,i 𡄍
36732 ;ildi 𡄎
36733 ;nzxi 𡄏
36734 ;nzni 𡄏
36735 ;yxri 𡄐
36736 ;ysri 𡄐
36737 ;kkxi 𡄑
36738 rbs;i 𡄒
36739 ;nrci 𡄓
36740 ;rbei 𡄔
36741 ;y,bi 𡄕
36742 ;,ybi 𡄕
36743 ;nkni 𡄖
36744 ;pryi 𡄗
36745 ;iydi 𡄘
36746 ;f;mi 𡄙
36747 ydd;i 𡄚
36748 ydp;i 𡄚
36749 ;;z;i 𡄛
36750 ;zh;i 𡄛
36751 v;;xi 𡄜
36752 r;f;i 𡄝
36753 r;;;i 𡄝
36754 ;;psi 𡄞
36755 ;zebi 𡄟
36756 ;l,ei 𡄠
36757 ;ykci 𡄡
36758 ;erpi 𡄢
36759 ;erhi 𡄢
36760 ;tg.i 𡄣
36761 ;/qni 𡄤
36762 ;i;ki 𡄥
36763 ;qd;i 𡄦
36764 ;yrri 𡄧
36765 ;dw.i 𡄨
36766 ;.tni 𡄩
36767 ;;/yi 𡄪
36768 ;yici 𡄫
36769 i;axi 𡄬
36770 ;.kei 𡄭
36771 ;iv/i 𡄮
36772 ;uyni 𡄯
36773 irifi 𡄰
36774 ififi 𡄰
36775 irffi 𡄰
36776 ;zeci 𡄱
36777 w;;qi 𡄲
36778 ;ftri 𡄳
36779 ;dk;i 𡄴
36780 ;qopi 𡄵
36781 ;ykmi 𡄶
36782 ;rfci 𡄷
36783 ;w;yi 𡄸
36784 ;;.;i 𡄹
36785 ;ol,i 𡄺
36786 vqi;i 𡄻
36787 ;cpsi 𡄼
36788 ;cn,i 𡄽
36789 ;yrri 𡄾
36790 ;;axi 𡄿
36791 /xx;i 𡅀
36792 x/x;i 𡅀
36793 ;ykvi 𡅁
36794 ;fj,i 𡅂
36795 ;zyqi 𡅃
36796 y;jfi 𡅄
36797 ;n.mi 𡅅
36798 ;fzxi 𡅆
36799 ;fxxi 𡅆
36800 ;faxi 𡅆
36801 ;cabi 𡅇
36802 ;ieoi 𡅈
36803 ;lepi 𡅉
36804 ;ff,i 𡅊
36805 ;vqui 𡅋
36806 ;leui 𡅌
36807 ;xrsi 𡅍
36808 ;lqpi 𡅎
36809 ;yhii 𡅏
36810 fib;i 𡅐
36811 fkh;i 𡅐
36812 ;pmmi 𡅑
36813 ;oa.i 𡅒
36814 ;ykvi 𡅓
36815 ;;;bi 𡅔
36816 r;f;i 𡅕
36817 m;ixi 𡅖
36818 ;clsi 𡅗
36819 ;uwwi 𡅘
36820 ;ypmi 𡅙
36821 ;;qri 𡅚
36822 ;jqhi 𡅛
36823 ;j;hi 𡅛
36824 ;pdyi 𡅜
36825 ;;;bi 𡅝
36826 ;qdui 𡅞
36827 ydd;i 𡅟
36828 ;xjti 𡅠
36829 ;xjai 𡅠
36830 ;xjqi 𡅠
36831 ;xjsi 𡅠
36832 q;r;i 𡅡
36833 q;f;i 𡅡
36834 a;;;i 𡅡
36835 ;ykci 𡅢
36836 ;ltei 𡅣
36837 ;ltdi 𡅣
36838 r;iri 𡅤
36839 r;fri 𡅤
36840 ;fumi 𡅥
36841 ;fjmi 𡅥
36842 ;qjmi 𡅥
36843 r;i;i 𡅦
36844 ;rzyi 𡅧
36845 ;ljyi 𡅨
36846 ;pfsi 𡅩
36847 ;pesi 𡅩
36848 ;zlmi 𡅪
36849 ;ql;i 𡅫
36850 ;nyxi 𡅬
36851 ;exwi 𡅭
36852 ;;;bi 𡅮
36853 ;lvni 𡅯
36854 ;vppi 𡅰
36855 ;;r;i 𡅱
36856 ;flfi 𡅲
36857 ;f;bi 𡅳
36858 ;;;bi 𡅴
36859 ;l,fi 𡅵
36860 ;nr,i 𡅶
36861 ;yixi 𡅷
36862 r;iri 𡅸
36863 r;fri 𡅸
36864 ;y;ai 𡅹
36865 ;z;xi 𡅺
36866 ;;f;i 𡅻
36867 ;yffi 𡅼
36868 ;;f;i 𡅽
36869 ;;;bi 𡅾
36870 ;epdi 𡅿
36871 ;qqqi 𡆀
36872 ;ibsi 𡆁
36873 ;zp/i 𡆂
36874 iri;i 𡆃
36875 ifi;i 𡆃
36876 irf;i 𡆃
36877 ;oaei 𡆄
36878 ;la.i 𡆅
36879 ;o/yi 𡆆
36880 ;ifbi 𡆇
36881 ;ho,i 𡆈
36882 ;;;bi 𡆉
36883 j;c,i 𡆊
36884 ;v.hi 𡆋
36885 ;g,;i 𡆌
36886 ;ho,i 𡆍
36887 ;;pai 𡆎
36888 ;eqoi 𡆏
36889 ;ejoi 𡆏
36890 ;esoi 𡆏
36891 ;e;oi 𡆏
36892 rkk;i 𡆐
36893 r,r;i 𡆐
36894 ;d;.i 𡆑
36895 rda;i 𡆒
36896 ;cspi 𡆓
36897 ;;adi 𡆔
36898 ;yxni 𡆕
36899 ;xyni 𡆕
36900 ;fa,i 𡆖
36901 ;/xni 𡆗
36902 ;pxmi 𡆘
36903 ;yjhi 𡆙
36904 ;.jdi 𡆚
36905 ;;ayi 𡆛
36906 ;fb/i 𡆜
36907 ;yxki 𡆝
36908 ;xyki 𡆝
36909 ;eqoi 𡆞
36910 ;ejoi 𡆞
36911 ;esoi 𡆞
36912 ;e;oi 𡆞
36913 ;.tii 𡆟
36914 psi 𡆠
36915 pki 𡆡
36916 psi 𡆡
36917 p.i 𡆢
36918 pgi 𡆢
36919 pki 𡆣
36920 paai 𡆤
36921 pci 𡆥
36922 pki 𡆦
36923 pci 𡆧
36924 paaai 𡆨
36925 pxi 𡆩
36926 pfi 𡆪
36927 pjdi 𡆫
36928 pqi 𡆬
36929 pali 𡆭
36930 pri 𡆮
36931 pdi 𡆯
36932 pqi 𡆰
36933 p.i 𡆱
36934 pysi 𡆲
36935 ptsi 𡆳
36936 pgri 𡆴
36937 ptdi 𡆴
36938 pdadi 𡆵
36939 peaei 𡆵
36940 pqki 𡆶
36941 pqsi 𡆶
36942 p;ai 𡆷
36943 paegi 𡆸
36944 pbgdi 𡆹
36945 poi 𡆺
36946 paxi 𡆻
36947 plfi 𡆼
36948 pkagi 𡆽
36949 pigi 𡆽
36950 pkxi 𡆾
36951 poasi 𡆿
36952 psbi 𡇀
36953 pzi 𡇁
36954 pyxi 𡇁
36955 p,i 𡇂
36956 ptdsi 𡇃
36957 pbbi 𡇄
36958 phi 𡇅
36959 ptsai 𡇆
36960 pkji 𡇇
36961 pgi 𡇈
36962 p;aai 𡇉
36963 pzjdi 𡇊
36964 pci 𡇋
36965 pji 𡇌
36966 ppi 𡇍
36967 pyxi 𡇎
36968 pili 𡇏
36969 pvai 𡇐
36970 pei 𡇑
36971 p,i 𡇒
36972 paxri 𡇓
36973 pwwi 𡇔
36974 pkami 𡇕
36975 pqddi 𡇖
36976 paxoi 𡇗
36977 pmmi 𡇘
36978 psvi 𡇙
36979 plgvi 𡇙
36980 pglvi 𡇙
36981 palpi 𡇚
36982 pdaxi 𡇛
36983 paf;i 𡇜
36984 plf;i 𡇜
36985 plji 𡇝
36986 pi;i 𡇞
36987 pxxi 𡇟
36988 plpqi 𡇠
36989 pkji 𡇡
36990 palji 𡇢
36991 pkf;i 𡇣
36992 kpf;i 𡇤
36993 poaki 𡇥
36994 prwi 𡇦
36995 pqii 𡇧
36996 ppbi 𡇨
36997 pdksi 𡇩
36998 po;i 𡇪
36999 p.,i 𡇫
37000 piei 𡇬
37001 pwawi 𡇭
37002 pbjfi 𡇮
37003 pv;i 𡇯
37004 pzxsi 𡇰
37005 pg;i 𡇱
37006 p.gsi 𡇲
37007 pi;ji 𡇳
37008 pelxi 𡇴
37009 pngi 𡇵
37010 bpi;i 𡇶
37011 kp.;i 𡇷
37012 plfqi 𡇸
37013 pj;hi 𡇹
37014 pjphi 𡇹
37015 pxs,i 𡇺
37016 pykfi 𡇻
37017 pplsi 𡇼
37018 pa/ri 𡇽
37019 prq;i 𡇾
37020 pv;ei 𡇿
37021 paeai 𡈀
37022 plpri 𡈁
37023 pryxi 𡈂
37024 p;yxi 𡈃
37025 pxfpi 𡈄
37026 pf;ei 𡈅
37027 p;;gi 𡈆
37028 pxpdi 𡈇
37029 popi 𡈈
37030 pfz;i 𡈉
37031 pg,i 𡈊
37032 qdpdi 𡈋
37033 qdpei 𡈋
37034 pfjji 𡈌
37035 pkkki 𡈍
37036 pl,i 𡈎
37037 po,i 𡈏
37038 pfi;i 𡈐
37039 pqdxi 𡈑
37040 pamni 𡈒
37041 pfuki 𡈓
37042 pfjki 𡈓
37043 pqjki 𡈓
37044 pggi 𡈔
37045 pizji 𡈕
37046 pkzji 𡈕
37047 pek.i 𡈖
37048 pfpzi 𡈗
37049 pidji 𡈘
37050 pioji 𡈘
37051 pl,i 𡈙
37052 pieei 𡈚
37053 pc,di 𡈛
37054 pcddi 𡈛
37055 pa/ci 𡈜
37056 plp.i 𡈝
37057 pzkri 𡈞
37058 pjtxi 𡈟
37059 pypfi 𡈠
37060 px.hi 𡈡
37061 pizxi 𡈢
37062 pkzxi 𡈢
37063 p./hi 𡈣
37064 kprxi 𡈤
37065 pfrpi 𡈥
37066 pfrhi 𡈥
37067 prrsi 𡈦
37068 qpaai 𡈧
37069 p;;;i 𡈨
37070 pypri 𡈩
37071 plp.i 𡈪
37072 pxdxi 𡈫
37073 pkzhi 𡈬
37074 p.yhi 𡈭
37075 pfrui 𡈮
37076 zp;mi 𡈯
37077 pya;i 𡈰
37078 pxdxi 𡈱
37079 pzpzi 𡈲
37080 pyqvi 𡈳
37081 pjsxi 𡈴
37082 puaxi 𡈴
37083 parxi 𡈵
37084 pkpki 𡈶
37085 pyqxi 𡈷
37086 pmyxi 𡈸
37087 pvvvi 𡈹
37088 p;mfi 𡈺
37089 pyxni 𡈻
37090 pxyni 𡈻
37091 lri 𡈼
37092 ari 𡈼
37093 rhi 𡈽
37094 sri 𡈾
37095 rfi 𡈿
37096 kri 𡉀
37097 rlgi 𡉁
37098 rgli 𡉁
37099 bri 𡉂
37100 rzi 𡉃
37101 zri 𡉄
37102 rji 𡉅
37103 rdi 𡉆
37104 rki 𡉇
37105 ori 𡉈
37106 rjai 𡉉
37107 akri 𡉊
37108 rzki 𡉋
37109 rjki 𡉌
37110 rlli 𡉍
37111 rqi 𡉎
37112 rtsi 𡉏
37113 qri 𡉐
37114 rzi 𡉑
37115 rlqi 𡉒
37116 rqi 𡉒
37117 rwi 𡉓
37118 jhri 𡉔
37119 jkri 𡉔
37120 rlshi 𡉕
37121 rslhi 𡉕
37122 rtgi 𡉖
37123 rgfi 𡉗
37124 fri 𡉘
37125 qsri 𡉙
37126 dari 𡉚
37127 roi 𡉛
37128 rtfi 𡉜
37129 aaeri 𡉝
37130 rzxi 𡉞
37131 xri 𡉟
37132 rari 𡉠
37133 ;kri 𡉡
37134 kakri 𡉡
37135 skkri 𡉡
37136 hdbri 𡉢
37137 hlbri 𡉢
37138 vri 𡉣
37139 zri 𡉤
37140 r;di 𡉥
37141 rofi 𡉦
37142 rlfi 𡉧
37143 raaei 𡉨
37144 rzhi 𡉩
37145 rqdli 𡉪
37146 adsri 𡉫
37147 raxi 𡉬
37148 rpi 𡉭
37149 jbri 𡉮
37150 rofi 𡉯
37151 .dri 𡉰
37152 rjaai 𡉱
37153 laari 𡉲
37154 lkri 𡉲
37155 rlbi 𡉳
37156 rgi 𡉴
37157 rrsi 𡉵
37158 rsri 𡉵
37159 rtgai 𡉶
37160 tdsri 𡉷
37161 xdri 𡉸
37162 acri 𡉹
37163 addri 𡉹
37164 aderi 𡉹
37165 rci 𡉺
37166 rlsfi 𡉻
37167 rslfi 𡉻
37168 lfri 𡉼
37169 ryki 𡉽
37170 rni 𡉾
37171 rvi 𡉿
37172 rzhi 𡊀
37173 roji 𡊁
37174 ojri 𡊂
37175 zbri 𡊃
37176 .bri 𡊃
37177 xzri 𡊄
37178 xfri 𡊅
37179 raaci 𡊆
37180 rogsi 𡊇
37181 rtsfi 𡊈
37182 rvai 𡊉
37183 rei 𡊊
37184 rrbi 𡊋
37185 rzaai 𡊌
37186 rvhi 𡊍
37187 odjri 𡊎
37188 oljri 𡊎
37189 xdri 𡊏
37190 rdi 𡊐
37191 rjci 𡊑
37192 rkci 𡊒
37193 rtsfi 𡊓
37194 ryjdi 𡊔
37195 raci 𡊕
37196 rvai 𡊖
37197 rb;i 𡊗
37198 rzzi 𡊘
37199 ;bri 𡊙
37200 rlpi 𡊚
37201 rrxi 𡊛
37202 rf;i 𡊜
37203 qhri 𡊝
37204 airi 𡊞
37205 rji 𡊟
37206 rpdi 𡊠
37207 rpfi 𡊡
37208 rjjai 𡊢
37209 rjfi 𡊢
37210 oari 𡊣
37211 rjfi 𡊤
37212 lrrsi 𡊥
37213 rl;i 𡊦
37214 rodji 𡊧
37215 rolji 𡊧
37216 ryxi 𡊨
37217 rarhi 𡊩
37218 risi 𡊪
37219 rnsi 𡊫
37220 rjsai 𡊬
37221 nlri 𡊭
37222 rxxi 𡊮
37223 rxfi 𡊯
37224 rpi 𡊰
37225 rj;i 𡊱
37226 ryri 𡊲
37227 rori 𡊳
37228 bqri 𡊴
37229 gri 𡊵
37230 roji 𡊶
37231 fjri 𡊷
37232 rjri 𡊷
37233 rafxi 𡊸
37234 razxi 𡊸
37235 a/ri 𡊹
37236 ajdri 𡊹
37237 ajeri 𡊹
37238 cafri 𡊺
37239 ramei 𡊻
37240 qshri 𡊼
37241 dfri 𡊽
37242 dlfri 𡊽
37243 rnlqi 𡊾
37244 rzsi 𡊿
37245 ryxsi 𡊿
37246 ryhsi 𡋀
37247 rijdi 𡋁
37248 roqi 𡋂
37249 rfki 𡋃
37250 riri 𡋄
37251 nwri 𡋅
37252 cmri 𡋆
37253 kkjri 𡋇
37254 kori 𡋈
37255 rnksi 𡋉
37256 zhxri 𡋊
37257 cshri 𡋋
37258 rrafi 𡋌
37259 rkri 𡋍
37260 rrlqi 𡋎
37261 ;dkri 𡋏
37262 ;;ri 𡋐
37263 ;;ri 𡋑
37264 rlui 𡋒
37265 rmti 𡋓
37266 rxi 𡋔
37267 rlpi 𡋕
37268 wafri 𡋖
37269 riaxi 𡋗
37270 pzri 𡋘
37271 rp;i 𡋙
37272 kofri 𡋚
37273 i;ri 𡋛
37274 luri 𡋜
37275 rlhhi 𡋝
37276 rmgsi 𡋞
37277 ryk.i 𡋟
37278 rxvi 𡋠
37279 rxlxi 𡋡
37280 xxri 𡋢
37281 rrri 𡋣
37282 rbkhi 𡋤
37283 rr;i 𡋥
37284 ralpi 𡋦
37285 .jri 𡋧
37286 rlaei 𡋨
37287 .rri 𡋩
37288 ejbri 𡋪
37289 raoji 𡋫
37290 ag,ri 𡋬
37291 eqjri 𡋭
37292 ras,i 𡋮
37293 rfjfi 𡋯
37294 rsrsi 𡋰
37295 zszsi 𡋰
37296 rarfi 𡋱
37297 aeqri 𡋲
37298 rjqi 𡋳
37299 tzbri 𡋴
37300 t.bri 𡋴
37301 pzri 𡋵
37302 rtfhi 𡋶
37303 cclri 𡋷
37304 rlkqi 𡋸
37305 embri 𡋹
37306 rlrbi 𡋺
37307 rarbi 𡋺
37308 qkkri 𡋻
37309 rvsi 𡋼
37310 rrci 𡋽
37311 ;leri 𡋾
37312 ;beri 𡋾
37313 r;l;i 𡋿
37314 r;;i 𡋿
37315 r;bei 𡌀
37316 r;lei 𡌀
37317 fdhri 𡌁
37318 ckjri 𡌂
37319 rof;i 𡌃
37320 ro;i 𡌃
37321 rqi 𡌄
37322 ktgri 𡌅
37323 ivri 𡌆
37324 rgji 𡌇
37325 rgfti 𡌈
37326 rgzti 𡌈
37327 rrlfi 𡌉
37328 f,hri 𡌊
37329 rf,hi 𡌋
37330 tori 𡌌
37331 ;lfri 𡌍
37332 wafri 𡌎
37333 r.i 𡌏
37334 r.e;i 𡌐
37335 af.ri 𡌑
37336 fd.ri 𡌒
37337 epkri 𡌓
37338 rcui 𡌔
37339 rpdi 𡌕
37340 rosfi 𡌖
37341 rlpsi 𡌗
37342 rivi 𡌘
37343 rkei 𡌙
37344 rkkri 𡌚
37345 pbri 𡌛
37346 rkddi 𡌜
37347 rjxbi 𡌝
37348 rbgri 𡌞
37349 rbg;i 𡌟
37350 rkoai 𡌠
37351 rkohi 𡌠
37352 rktli 𡌡
37353 rig;i 𡌢
37354 rkh;i 𡌢
37355 r/qi 𡌣
37356 rrzhi 𡌤
37357 axxri 𡌥
37358 eeri 𡌦
37359 rhkhi 𡌧
37360 rpodi 𡌨
37361 rplfi 𡌨
37362 rpsdi 𡌨
37363 rcpi 𡌩
37364 mmbri 𡌪
37365 mmbqi 𡌪
37366 if;ri 𡌫
37367 r;jri 𡌬
37368 bbbri 𡌭
37369 rhz;i 𡌮
37370 ryl;i 𡌮
37371 ryk;i 𡌮
37372 ryc;i 𡌮
37373 qdlri 𡌯
37374 wbqri 𡌰
37375 rkkgi 𡌱
37376 rrl;i 𡌲
37377 qaxri 𡌳
37378 fuari 𡌴
37379 fjsri 𡌴
37380 kjkri 𡌵
37381 ricai 𡌶
37382 rbfdi 𡌷
37383 rpaei 𡌸
37384 rpfi 𡌹
37385 rx/i 𡌺
37386 rntki 𡌻
37387 h.ri 𡌼
37388 rne;i 𡌽
37389 rhjqi 𡌾
37390 ry;ci 𡌿
37391 rghi 𡍀
37392 vfbri 𡍁
37393 zkkri 𡍂
37394 tkfri 𡍃
37395 rbf;i 𡍄
37396 rgcqi 𡍅
37397 rfkji 𡍆
37398 rlpfi 𡍇
37399 rlpdi 𡍈
37400 r.pi 𡍉
37401 rxfri 𡍊
37402 rzffi 𡍋
37403 raxxi 𡍌
37404 reei 𡍍
37405 repfi 𡍎
37406 ep.ri 𡍏
37407 rpmci 𡍐
37408 icri 𡍑
37409 rlodi 𡍒
37410 rnoai 𡍓
37411 rnohi 𡍓
37412 rnifi 𡍔
37413 rzvi 𡍕
37414 ryxvi 𡍕
37415 rtci 𡍖
37416 rwci 𡍖
37417 rwp.i 𡍗
37418 roaei 𡍘
37419 rofei 𡍘
37420 rfsai 𡍙
37421 rvvi 𡍚
37422 r.lri 𡍛
37423 r.ari 𡍛
37424 rei 𡍜
37425 rfjki 𡍝
37426 razci 𡍞
37427 rlzci 𡍞
37428 rgfi 𡍟
37429 rypai 𡍠
37430 rrmsi 𡍡
37431 rgfki 𡍢
37432 rycbi 𡍣
37433 rori 𡍤
37434 reqvi 𡍥
37435 vqi 𡍦
37436 rfjbi 𡍧
37437 rnrbi 𡍨
37438 rnidi 𡍩
37439 rafoi 𡍪
37440 rlfoi 𡍪
37441 rmei 𡍫
37442 rkpji 𡍬
37443 .txri 𡍭
37444 lkkri 𡍮
37445 kkkai 𡍮
37446 tgpri 𡍯
37447 rbsbi 𡍰
37448 qxrri 𡍱
37449 rzaei 𡍲
37450 bgdri 𡍳
37451 lapri 𡍴
37452 txkri 𡍵
37453 axrri 𡍶
37454 rnaai 𡍷
37455 rnahi 𡍷
37456 ;;;ri 𡍸
37457 roafi 𡍹
37458 rlzfi 𡍹
37459 lvpri 𡍺
37460 rkxhi 𡍻
37461 kivri 𡍼
37462 iueri 𡍽
37463 rbbbi 𡍾
37464 rzpwi 𡍿
37465 tdari 𡎀
37466 rf;ui 𡎁
37467 glfri 𡎂
37468 rifri 𡎃
37469 aljri 𡎄
37470 rdz,i 𡎅
37471 r.fji 𡎆
37472 rjzzi 𡎇
37473 rrrhi 𡎈
37474 rlpri 𡎉
37475 fcgri 𡎊
37476 rzpfi 𡎋
37477 rzhui 𡎌
37478 rejdi 𡎍
37479 r;aei 𡎎
37480 rlpci 𡎏
37481 rkrfi 𡎐
37482 rkrzi 𡎐
37483 rn.i 𡎑
37484 cafri 𡎒
37485 clfri 𡎒
37486 rhhhi 𡎓
37487 rhhci 𡎓
37488 rcrhi 𡎓
37489 rcrci 𡎓
37490 rbari 𡎔
37491 rgddi 𡎕
37492 ragdi 𡎕
37493 rxmi 𡎖
37494 rwaei 𡎗
37495 rfjzi 𡎘
37496 embri 𡎙
37497 rgjfi 𡎚
37498 rkjui 𡎛
37499 rfjfi 𡎜
37500 rbazi 𡎝
37501 rblzi 𡎝
37502 remi 𡎞
37503 rlvpi 𡎟
37504 rlgui 𡎠
37505 rglui 𡎠
37506 rg.ui 𡎠
37507 rravi 𡎡
37508 kkrci 𡎢
37509 rpj;i 𡎣
37510 rirzi 𡎤
37511 mckri 𡎥
37512 kkrci 𡎦
37513 rlozi 𡎧
37514 dddri 𡎨
37515 rajbi 𡎩
37516 reri 𡎪
37517 rafdi 𡎫
37518 rlfdi 𡎫
37519 kkrai 𡎬
37520 rxzsi 𡎭
37521 rxysi 𡎭
37522 rbcui 𡎮
37523 /cri 𡎯
37524 rbyfi 𡎰
37525 ep.ri 𡎱
37526 y;jri 𡎲
37527 tgkri 𡎳
37528 rqmi 𡎴
37529 reqgi 𡎵
37530 tzkri 𡎶
37531 rjari 𡎷
37532 rzri 𡎸
37533 rtjbi 𡎹
37534 yh;ri 𡎺
37535 rnkri 𡎻
37536 vkkri 𡎼
37537 r.bvi 𡎽
37538 rluui 𡎾
37539 ybqri 𡎿
37540 raxri 𡏀
37541 rp;ni 𡏁
37542 rnpri 𡏂
37543 qdtri 𡏃
37544 yhuri 𡏄
37545 hbtri 𡏅
37546 rirei 𡏆
37547 ta.ri 𡏇
37548 rgc,i 𡏈
37549 rnpwi 𡏉
37550 ritci 𡏊
37551 cqhri 𡏋
37552 rzahi 𡏌
37553 qeari 𡏍
37554 a;eri 𡏍
37555 aeari 𡏍
37556 zkrsi 𡏎
37557 rrkci 𡏏
37558 qdtri 𡏐
37559 zlvri 𡏑
37560 vtxri 𡏒
37561 r.hqi 𡏓
37562 ;a.ri 𡏔
37563 lferi 𡏕
37564 lzeri 𡏕
37565 rrxui 𡏖
37566 rfmmi 𡏗
37567 ral.i 𡏘
37568 lp.ri 𡏙
37569 lpmri 𡏙
37570 r.esi 𡏚
37571 r.xzi 𡏛
37572 rk.xi 𡏜
37573 rmqvi 𡏝
37574 rrjri 𡏞
37575 r.odi 𡏟
37576 rmodi 𡏟
37577 ruldi 𡏠
37578 rypsi 𡏡
37579 rg,i 𡏢
37580 rljhi 𡏣
37581 ridni 𡏤
37582 roo;i 𡏥
37583 rirqi 𡏦
37584 rizqi 𡏦
37585 rky;i 𡏧
37586 reqpi 𡏨
37587 lekri 𡏩
37588 r.bvi 𡏪
37589 ramvi 𡏫
37590 czori 𡏬
37591 cyxri 𡏬
37592 rlvi 𡏭
37593 rwpvi 𡏮
37594 rm.i 𡏯
37595 r,xfi 𡏰
37596 rpxi 𡏱
37597 rlpsi 𡏲
37598 rbqsi 𡏲
37599 rkkri 𡏳
37600 r,ri 𡏳
37601 v;.ri 𡏴
37602 aljri 𡏵
37603 rcami 𡏶
37604 rtqhi 𡏷
37605 gfxri 𡏸
37606 trkri 𡏹
37607 rbzi 𡏺
37608 rljfi 𡏻
37609 rljai 𡏻
37610 rrh.i 𡏼
37611 rrl.i 𡏼
37612 rbbpi 𡏽
37613 rnzdi 𡏾
37614 ry;ti 𡏿
37615 cplri 𡐀
37616 rykai 𡐁
37617 i.eri 𡐂
37618 rcjsi 𡐃
37619 rgdbi 𡐄
37620 rzti 𡐅
37621 rgc/i 𡐆
37622 rdifi 𡐇
37623 ro;;i 𡐈
37624 rv/i 𡐉
37625 qsbri 𡐊
37626 rqpi 𡐋
37627 ra.ni 𡐌
37628 eglri 𡐍
37629 ebgri 𡐍
37630 r/rri 𡐎
37631 kzqri 𡐏
37632 ru.ui 𡐐
37633 rkppi 𡐑
37634 ry;qi 𡐒
37635 rntci 𡐓
37636 rnaki 𡐔
37637 rwlfi 𡐕
37638 rqdri 𡐖
37639 rjhfi 𡐗
37640 rclqi 𡐘
37641 r.phi 𡐙
37642 ru,i 𡐚
37643 rqoi 𡐛
37644 akrsi 𡐜
37645 ry,i 𡐝
37646 ,.ri 𡐞
37647 rkkgi 𡐟
37648 .fjri 𡐠
37649 rtcni 𡐡
37650 rpfki 𡐢
37651 rprki 𡐢
37652 r.o.i 𡐣
37653 rfjxi 𡐤
37654 rrjxi 𡐤
37655 razei 𡐥
37656 rlzei 𡐥
37657 rtzui 𡐦
37658 ra/fi 𡐧
37659 vbgri 𡐨
37660 m,,ri 𡐩
37661 dasri 𡐪
37662 ddari 𡐪
37663 eaari 𡐪
37664 rwj;i 𡐫
37665 rvl/i 𡐬
37666 rva/i 𡐬
37667 ricpi 𡐭
37668 r.l,i 𡐮
37669 rhl,i 𡐮
37670 rza.i 𡐯
37671 zlvri 𡐰
37672 ofifi 𡐱
37673 oflfi 𡐱
37674 tgpri 𡐲
37675 rpkri 𡐳
37676 rpfri 𡐳
37677 rypui 𡐴
37678 rcfii 𡐵
37679 rr;.i 𡐶
37680 zqiri 𡐷
37681 nr;ri 𡐷
37682 res,i 𡐸
37683 rpyci 𡐹
37684 rfldi 𡐺
37685 rozpi 𡐻
37686 .,,ri 𡐼
37687 rfzvi 𡐽
37688 rfyvi 𡐽
37689 ropci 𡐾
37690 rrini 𡐿
37691 v..ri 𡑀
37692 qk.ri 𡑁
37693 ralei 𡑂
37694 vkkri 𡑃
37695 rcjoi 𡑄
37696 puzri 𡑅
37697 rpari 𡑆
37698 r;;di 𡑇
37699 oflei 𡑈
37700 r.o.i 𡑉
37701 rlkri 𡑊
37702 rkkai 𡑊
37703 rmz,i 𡑋
37704 rypxi 𡑌
37705 r,,bi 𡑍
37706 rtqhi 𡑎
37707 rtg;i 𡑏
37708 rxxci 𡑐
37709 cpari 𡑑
37710 rqe.i 𡑒
37711 rte.i 𡑒
37712 rvvvi 𡑓
37713 hhhri 𡑔
37714 rjkvi 𡑕
37715 rti.i 𡑖
37716 rkjyi 𡑗
37717 oasri 𡑘
37718 ramvi 𡑙
37719 vaari 𡑚
37720 vaaqi 𡑚
37721 rnk;i 𡑛
37722 raexi 𡑜
37723 r,mqi 𡑝
37724 ri.ni 𡑞
37725 rm;ni 𡑟
37726 ypari 𡑠
37727 ypxri 𡑠
37728 r/qxi 𡑡
37729 rfrvi 𡑢
37730 rnkdi 𡑣
37731 yurhi 𡑤
37732 yurfi 𡑤
37733 yurzi 𡑤
37734 rb,di 𡑥
37735 rbsdi 𡑥
37736 rp/hi 𡑦
37737 ejmri 𡑧
37738 ejmqi 𡑧
37739 ribki 𡑨
37740 rlyxi 𡑩
37741 rfpsi 𡑪
37742 na.ri 𡑫
37743 rzlqi 𡑬
37744 ri/pi 𡑭
37745 rnrri 𡑮
37746 ri;ki 𡑯
37747 rprxi 𡑰
37748 rtlfi 𡑱
37749 rvvci 𡑲
37750 rtlfi 𡑳
37751 rbrbi 𡑴
37752 rfxi 𡑵
37753 xmfri 𡑶
37754 x.fri 𡑶
37755 rfzui 𡑷
37756 leari 𡑸
37757 rtg,i 𡑹
37758 z.qri 𡑺
37759 vi.ri 𡑻
37760 apdri 𡑼
37761 rf.zi 𡑽
37762 rz..i 𡑽
37763 rz.ai 𡑽
37764 re;zi 𡑾
37765 rcavi 𡑿
37766 pkpri 𡒀
37767 razai 𡒁
37768 rlzai 𡒁
37769 rorbi 𡒂
37770 roqbi 𡒂
37771 lj,ri 𡒃
37772 ljlri 𡒃
37773 rypci 𡒄
37774 rnr;i 𡒅
37775 rnfki 𡒆
37776 rnqki 𡒆
37777 r.h.i 𡒇
37778 rbcdi 𡒈
37779 zszri 𡒉
37780 xaqri 𡒉
37781 axqri 𡒉
37782 ozari 𡒊
37783 y;jri 𡒋
37784 r;dni 𡒌
37785 aebri 𡒍
37786 fciri 𡒎
37787 rw/si 𡒏
37788 rwpsi 𡒏
37789 gflri 𡒐
37790 dddri 𡒑
37791 m;rdi 𡒒
37792 m;ldi 𡒒
37793 qdtri 𡒓
37794 rbbyi 𡒔
37795 rmnki 𡒕
37796 chbri 𡒖
37797 cbqri 𡒖
37798 clpri 𡒖
37799 crjri 𡒗
37800 rtlri 𡒘
37801 fjxri 𡒙
37802 rak,i 𡒚
37803 rbcqi 𡒛
37804 rzkei 𡒜
37805 rfi;i 𡒝
37806 rlesi 𡒞
37807 ivpri 𡒟
37808 rlp.i 𡒠
37809 rr;bi 𡒡
37810 r;iri 𡒢
37811 rrkri 𡒣
37812 rr,ri 𡒣
37813 rzsxi 𡒤
37814 rxaxi 𡒤
37815 raxxi 𡒤
37816 zszai 𡒥
37817 xaqai 𡒥
37818 axqai 𡒥
37819 pzuri 𡒦
37820 rploi 𡒧
37821 rnami 𡒨
37822 v.kvi 𡒩
37823 v.cvi 𡒩
37824 kkrui 𡒪
37825 rvrri 𡒫
37826 rlrki 𡒬
37827 rkzci 𡒭
37828 pdpri 𡒮
37829 rfj.i 𡒯
37830 lewri 𡒰
37831 ykjri 𡒱
37832 ryqri 𡒲
37833 rljhi 𡒳
37834 ldtri 𡒴
37835 rnfhi 𡒵
37836 rnfsi 𡒵
37837 rirxi 𡒶
37838 rizxi 𡒶
37839 rnlpi 𡒷
37840 rbkpi 𡒸
37841 rfr/i 𡒹
37842 rlgfi 𡒺
37843 roomi 𡒻
37844 r;jri 𡒼
37845 rdrri 𡒽
37846 reoxi 𡒾
37847 letri 𡒿
37848 rflgi 𡓀
37849 r/xqi 𡓁
37850 rbqti 𡓂
37851 rgggi 𡓃
37852 rf.ni 𡓄
37853 rftxi 𡓅
37854 lykri 𡓆
37855 ru,pi 𡓇
37856 rlvpi 𡓈
37857 ibzri 𡓉
37858 rnbbi 𡓊
37859 rkyqi 𡓋
37860 r,d.i 𡓌
37861 rw/wi 𡓍
37862 rwpwi 𡓍
37863 r.tdi 𡓎
37864 r,mti 𡓏
37865 rq;;i 𡓐
37866 rq;ai 𡓐
37867 ra;;i 𡓐
37868 ra;ai 𡓐
37869 ry;fi 𡓑
37870 rv;mi 𡓒
37871 okori 𡓓
37872 rnyvi 𡓔
37873 ro/bi 𡓕
37874 ro/,i 𡓕
37875 rrrxi 𡓖
37876 tzqri 𡓗
37877 rzkyi 𡓘
37878 rcabi 𡓙
37879 d.tri 𡓚
37880 kk;ri 𡓛
37881 rnf;i 𡓜
37882 rnr;i 𡓜
37883 ejari 𡓝
37884 rlg,i 𡓞
37885 rv;ei 𡓟
37886 rirpi 𡓠
37887 rqlmi 𡓡
37888 ,jori 𡓢
37889 ry;fi 𡓣
37890 rokmi 𡓤
37891 r;;xi 𡓥
37892 rj;hi 𡓦
37893 ,fpri 𡓧
37894 rkkri 𡓨
37895 rrkri 𡓨
37896 yxxri 𡓩
37897 cjpri 𡓪
37898 rmmwi 𡓫
37899 letri 𡓬
37900 tgari 𡓭
37901 doxri 𡓮
37902 riopi 𡓯
37903 rekgi 𡓰
37904 w;tri 𡓱
37905 repbi 𡓲
37906 raeei 𡓳
37907 r,pki 𡓴
37908 okori 𡓵
37909 ;;qri 𡓶
37910 ibzri 𡓷
37911 zlvri 𡓸
37912 rbrfi 𡓹
37913 rbyqi 𡓺
37914 ro..i 𡓻
37915 ekkri 𡓼
37916 rfo,i 𡓽
37917 ryhii 𡓾
37918 ;;;ri 𡓿
37919 aluri 𡔀
37920 rppri 𡔁
37921 nqqri 𡔂
37922 rrzyi 𡔃
37923 rl/fi 𡔄
37924 .//ri 𡔅
37925 cyuri 𡔆
37926 ,zhri 𡔇
37927 aksri 𡔈
37928 rajqi 𡔉
37929 y;pri 𡔊
37930 ry;bi 𡔋
37931 pd/ri 𡔌
37932 rnkmi 𡔍
37933 reqhi 𡔎
37934 nw;ri 𡔏
37935 rfjii 𡔐
37936 rrjii 𡔐
37937 rqdsi 𡔑
37938 rpyxi 𡔒
37939 rapqi 𡔓
37940 rajqi 𡔓
37941 rfe/i 𡔔
37942 ypfri 𡔕
37943 ryx.i 𡔖
37944 rxy.i 𡔖
37945 i;;ri 𡔗
37946 rdbdi 𡔘
37947 ryqqi 𡔙
37948 ryqqi 𡔚
37949 jri 𡔛
37950 rbi 𡔜
37951 rglsi 𡔝
37952 rzddi 𡔝
37953 rglai 𡔝
37954 rzedi 𡔝
37955 ysari 𡔞
37956 yslri 𡔞
37957 ksari 𡔟
37958 kslri 𡔟
37959 r;edi 𡔠
37960 r;ddi 𡔠
37961 rkkki 𡔡
37962 r;szi 𡔢
37963 r;gai 𡔢
37964 r;aki 𡔢
37965 r;gzi 𡔣
37966 r;azi 𡔣
37967 r;jyi 𡔤
37968 rrdi 𡔥
37969 r;ri 𡔦
37970 r;fai 𡔦
37971 r;jsi 𡔧
37972 izari 𡔨
37973 izlri 𡔨
37974 kzari 𡔨
37975 kzlri 𡔨
37976 vpsi 𡔩
37977 v;ri 𡔪
37978 vp.ai 𡔫
37979 rspri 𡔬
37980 reei 𡔭
37981 rj;bi 𡔮
37982 r;r;i 𡔯
37983 r/gci 𡔰
37984 vpfzi 𡔱
37985 r;eai 𡔲
37986 vaeai 𡔳
37987 vkxui 𡔴
37988 v.gsi 𡔵
37989 rpaai 𡔶
37990 r;ibi 𡔷
37991 vamri 𡔸
37992 vr;ii 𡔹
37993 vq;hi 𡔺
37994 v.lpi 𡔻
37995 vlspi 𡔻
37996 vaspi 𡔻
37997 r;jri 𡔼
37998 rg;hi 𡔽
37999 vqeai 𡔾
38000 vszzi 𡔿
38001 rsq,i 𡕀
38002 rf;si 𡕁
38003 r;eai 𡕂
38004 r/jii 𡕃
38005 vjrii 𡕄
38006 v/qxi 𡕅
38007 r;i;i 𡕆
38008 r;r;i 𡕇
38009 r;eai 𡕈
38010 r/eai 𡕈
38011 r;jdi 𡕉
38012 r;jci 𡕊
38013 rstpi 𡕋
38014 reyii 𡕌
38015 r;eai 𡕍
38016 r/eai 𡕍
38017 vgggi 𡕎
38018 veavi 𡕏
38019 rgq;i 𡕐
38020 rgqui 𡕑
38021 qdi 𡕒
38022 .ei 𡕓
38023 lgmi 𡕔
38024 glmi 𡕔
38025 lg.i 𡕔
38026 gl.i 𡕔
38027 .gfi 𡕕
38028 .fi 𡕖
38029 .fi 𡕗
38030 .ofi 𡕘
38031 .ui 𡕙
38032 .jsi 𡕚
38033 .r,i 𡕛
38034 ..ddi 𡕜
38035 .,,i 𡕝
38036 lsh.i 𡕞
38037 slh.i 𡕞
38038 r.i 𡕟
38039 azs.i 𡕠
38040 tk.i 𡕡
38041 a,.i 𡕢
38042 q.i 𡕣
38043 z.i 𡕤
38044 j.i 𡕥
38045 pfk.i 𡕦
38046 ysx.i 𡕧
38047 y;;.i 𡕨
38048 lp..i 𡕩
38049 tst.i 𡕪
38050 jjk.i 𡕫
38051 xk.si 𡕬
38052 p;;.i 𡕭
38053 rxr.i 𡕮
38054 ox.i 𡕯
38055 .hh.i 𡕰
38056 jjk.i 𡕱
38057 fkk.i 𡕲
38058 rkk.i 𡕲
38059 jpj.i 𡕳
38060 .l;.i 𡕴
38061 aljgi 𡕵
38062 eqn.i 𡕶
38063 j/j.i 𡕷
38064 ilp.i 𡕸
38065 njj.i 𡕹
38066 p.j.i 𡕺
38067 oal.i 𡕻
38068 .re.i 𡕼
38069 .rs.i 𡕼
38070 .te.i 𡕽
38071 alj.i 𡕾
38072 alj.i 𡕿
38073 .be.i 𡖀
38074 lcb.i 𡖀
38075 rfl.i 𡖁
38076 fal.i 𡖂
38077 alj.i 𡖃
38078 mdgi 𡖄
38079 mqi 𡖅
38080 smi 𡖆
38081 mmi 𡖇
38082 tdtdi 𡖈
38083 mjhi 𡖉
38084 msfi 𡖊
38085 mszi 𡖊
38086 m,i 𡖋
38087 m;di 𡖌
38088 yhkmi 𡖍
38089 yhmki 𡖍
38090 mmbi 𡖎
38091 mgsfi 𡖏
38092 mmgsi 𡖐
38093 mmlhi 𡖑
38094 mmlai 𡖒
38095 mmlki 𡖒
38096 mmjsi 𡖓
38097 mmjai 𡖔
38098 msddi 𡖕
38099 mbji 𡖖
38100 mlpji 𡖖
38101 mhhai 𡖗
38102 mciai 𡖗
38103 r..mi 𡖘
38104 f..mi 𡖘
38105 mm.i 𡖙
38106 m;fdi 𡖚
38107 mjk;i 𡖛
38108 mmlxi 𡖜
38109 mmjri 𡖝
38110 mme;i 𡖞
38111 mmnqi 𡖟
38112 mmzqi 𡖠
38113 e;mmi 𡖡
38114 mmnsi 𡖢
38115 mmpti 𡖣
38116 mmx;i 𡖤
38117 mbti 𡖥
38118 mcpbi 𡖦
38119 mmari 𡖧
38120 mmnwi 𡖨
38121 ttmmi 𡖩
38122 mmzri 𡖪
38123 mmlmi 𡖫
38124 mmosi 𡖬
38125 mmlfi 𡖭
38126 mmzgi 𡖮
38127 mmv;i 𡖯
38128 .emmi 𡖰
38129 mmkii 𡖱
38130 mm.wi 𡖲
38131 zkkmi 𡖳
38132 jndsi 𡖴
38133 ykm;i 𡖵
38134 yk.;i 𡖵
38135 fpzmi 𡖶
38136 mnaki 𡖷
38137 jnlki 𡖸
38138 mjlki 𡖸
38139 cj;mi 𡖹
38140 m;yki 𡖺
38141 m;yhi 𡖺
38142 mmfai 𡖻
38143 mmfsi 𡖻
38144 icami 𡖼
38145 mmosi 𡖽
38146 mmrki 𡖾
38147 mmm;i 𡖿
38148 rlpmi 𡗀
38149 mmkzi 𡗁
38150 irlmi 𡗂
38151 izqmi 𡗂
38152 mhhai 𡗃
38153 mhhqi 𡗃
38154 mclai 𡗃
38155 mclqi 𡗃
38156 itcmi 𡗄
38157 mm,ni 𡗅
38158 p;dmi 𡗆
38159 wjkmi 𡗇
38160 mm;pi 𡗈
38161 rrrmi 𡗉
38162 mmrsi 𡗊
38163 yp;mi 𡗋
38164 mmyyi 𡗌
38165 irimi 𡗍
38166 irkmi 𡗍
38167 izhmi 𡗍
38168 mmqpi 𡗎
38169 ;;zmi 𡗏
38170 f/jti 𡗐
38171 cj;xi 𡗑
38172 t.i 𡗒
38173 zai 𡗓
38174 zdi 𡗔
38175 zki 𡗕
38176 dzi 𡗖
38177 azdi 𡗘
38178 azgi 𡗙
38179 ajki 𡗚
38180 lzi 𡗛
38181 zki 𡗜
38182 ztgi 𡗝
38183 xzi 𡗞
38184 zkdi 𡗟
38185 ljzi 𡗠
38186 zdi 𡗡
38187 zqi 𡗢
38188 azadi 𡗣
38189 azei 𡗤
38190 zadsi 𡗥
38191 zkei 𡗦
38192 zofi 𡗧
38193 zawi 𡗨
38194 ,zi 𡗩
38195 zkbi 𡗪
38196 zhi 𡗫
38197 qqzi 𡗬
38198 zjhi 𡗭
38199 ajkhi 𡗭
38200 ajdhi 𡗭
38201 yjdhi 𡗭
38202 .zi 𡗮
38203 kjzi 𡗯
38204 zaxi 𡗰
38205 zci 𡗱
38206 zoi 𡗲
38207 kxzi 𡗳
38208 zhfi 𡗴
38209 ztgdi 𡗵
38210 azeai 𡗶
38211 z.xki 𡗷
38212 zoei 𡗸
38213 zxfi 𡗹
38214 jizi 𡗺
38215 tgezi 𡗻
38216 zeqi 𡗼
38217 /kzi 𡗽
38218 ;kzi 𡗽
38219 rkei 𡗾
38220 rzei 𡗾
38221 rdzi 𡗿
38222 fazi 𡗿
38223 rzi 𡗿
38224 qdzi 𡘀
38225 zqksi 𡘁
38226 zqski 𡘁
38227 zeaki 𡘂
38228 zui 𡘃
38229 zoai 𡘄
38230 l.szi 𡘅
38231 zkagi 𡘆
38232 zarhi 𡘇
38233 ;kzi 𡘈
38234 tgezi 𡘉
38235 zpfi 𡘊
38236 zhzhi 𡘋
38237 zazai 𡘋
38238 eqzi 𡘌
38239 zapai 𡘍
38240 zl.xi 𡘎
38241 z.xi 𡘎
38242 zlski 𡘎
38243 zwgfi 𡘏
38244 zypi 𡘐
38245 ozi 𡘑
38246 zhpi 𡘒
38247 jzozi 𡘓
38248 kjkzi 𡘔
38249 zni 𡘕
38250 fkkzi 𡘖
38251 zkkai 𡘖
38252 z/i 𡘗
38253 zwwi 𡘘
38254 zzzi 𡘙
38255 zylxi 𡘚
38256 zwwi 𡘛
38257 ;;zi 𡘜
38258 zv;i 𡘝
38259 xzpfi 𡘞
38260 zajai 𡘟
38261 ljozi 𡘠
38262 qd;zi 𡘡
38263 fbtki 𡘢
38264 zaeti 𡘣
38265 zkpsi 𡘤
38266 rczi 𡘥
38267 jzjfi 𡘦
38268 zeci 𡘧
38269 zdpbi 𡘨
38270 ozi 𡘩
38271 odzi 𡘩
38272 z.i 𡘪
38273 zkkri 𡘫
38274 lpszi 𡘬
38275 oozi 𡘭
38276 vaozi 𡘮
38277 y.;zi 𡘯
38278 zqii 𡘰
38279 fltki 𡘱
38280 zrri 𡘲
38281 zhtxi 𡘳
38282 z,i 𡘴
38283 z/ii 𡘵
38284 dakfi 𡘶
38285 dakai 𡘶
38286 dzzfi 𡘶
38287 dzvai 𡘶
38288 zqxi 𡘷
38289 lzv;i 𡘸
38290 zosi 𡘹
38291 zifhi 𡘺
38292 lp.zi 𡘻
38293 ztqai 𡘼
38294 ztqi 𡘼
38295 vvzi 𡘽
38296 xzhzi 𡘾
38297 oz.ki 𡘿
38298 ,szi 𡙀
38299 ,gkai 𡙀
38300 ,agki 𡙀
38301 zkkki 𡙁
38302 zwpi 𡙂
38303 zzyri 𡙃
38304 zaaji 𡙄
38305 izoai 𡙅
38306 kzoai 𡙅
38307 zei 𡙆
38308 oftki 𡙇
38309 zifbi 𡙈
38310 epkzi 𡙉
38311 qozi 𡙊
38312 zj.i 𡙋
38313 zxbci 𡙌
38314 zlzji 𡙍
38315 zoji 𡙍
38316 azazi 𡙎
38317 ep.zi 𡙏
38318 zj.i 𡙐
38319 ypczi 𡙑
38320 zhzhi 𡙒
38321 zn.i 𡙓
38322 zzrri 𡙔
38323 ziffi 𡙕
38324 zifzi 𡙕
38325 j;ski 𡙖
38326 jpski 𡙖
38327 z;;;i 𡙗
38328 zxxfi 𡙘
38329 zlpri 𡙙
38330 vsczi 𡙚
38331 ixxzi 𡙛
38332 fxxzi 𡙛
38333 zkybi 𡙜
38334 jtdzi 𡙝
38335 zjaai 𡙞
38336 jjkzi 𡙟
38337 fxxzi 𡙠
38338 ixxzi 𡙠
38339 ir,zi 𡙡
38340 ,kjzi 𡙢
38341 zal.i 𡙣
38342 zgyxi 𡙤
38343 zsdci 𡙥
38344 zslci 𡙥
38345 ldlzi 𡙦
38346 ztgsi 𡙧
38347 zilei 𡙨
38348 yczki 𡙩
38349 kjcki 𡙪
38350 kkkzi 𡙫
38351 zky;i 𡙬
38352 zjszi 𡙭
38353 zqlxi 𡙮
38354 zqaxi 𡙮
38355 zcii 𡙯
38356 y;gzi 𡙰
38357 okyzi 𡙱
38358 z;;pi 𡙲
38359 zifoi 𡙳
38360 ypszi 𡙴
38361 zjtxi 𡙵
38362 azysi 𡙶
38363 lzysi 𡙶
38364 /z/zi 𡙷
38365 zkyvi 𡙸
38366 zkkfi 𡙹
38367 zfpfi 𡙺
38368 zfpzi 𡙺
38369 zrsvi 𡙻
38370 jzkci 𡙼
38371 zlvzi 𡙽
38372 lvazi 𡙾
38373 zkyxi 𡙿
38374 qdjzi 𡚀
38375 ,.zi 𡚁
38376 lzkci 𡚂
38377 iadzi 𡚃
38378 zepxi 𡚄
38379 kkkzi 𡚅
38380 dkkzi 𡚅
38381 lkkki 𡚆
38382 kkkki 𡚆
38383 /dqzi 𡚇
38384 icazi 𡚈
38385 zarli 𡚉
38386 z;;yi 𡚊
38387 ea,zi 𡚋
38388 azazi 𡚌
38389 z;;ei 𡚍
38390 /zgdi 𡚎
38391 /fgdi 𡚎
38392 zh.si 𡚏
38393 zhhsi 𡚏
38394 zkksi 𡚏
38395 zalji 𡚐
38396 azini 𡚑
38397 zkyoi 𡚒
38398 zezxi 𡚓
38399 zjj,i 𡚔
38400 lv.zi 𡚕
38401 lezdi 𡚖
38402 zpppi 𡚗
38403 .zlpi 𡚘
38404 rdjzi 𡚙
38405 rrjzi 𡚙
38406 rjjzi 𡚙
38407 zv;mi 𡚚
38408 zbbri 𡚛
38409 zqdri 𡚛
38410 zf;yi 𡚜
38411 zjjyi 𡚝
38412 zkyxi 𡚞
38413 zrzyi 𡚟
38414 zjjbi 𡚠
38415 fu,zi 𡚡
38416 zfuvi 𡚢
38417 o..zi 𡚣
38418 /z/zi 𡚤
38419 jjkxi 𡚥
38420 whi 𡚦
38421 wqi 𡚧
38422 wqi 𡚨
38423 bwi 𡚩
38424 lswi 𡚪
38425 slwi 𡚪
38426 wsi 𡚫
38427 aawi 𡚬
38428 wki 𡚭
38429 jkwi 𡚮
38430 waagi 𡚯
38431 jkwi 𡚰
38432 wtsi 𡚱
38433 wasi 𡚲
38434 wri 𡚳
38435 dwi 𡚴
38436 wmi 𡚵
38437 kswi 𡚶
38438 lhwi 𡚷
38439 wlxi 𡚸
38440 wzki 𡚹
38441 wlshi 𡚺
38442 wslhi 𡚺
38443 wzi 𡚻
38444 woasi 𡚼
38445 grwi 𡚽
38446 wsbi 𡚾
38447 wni 𡚿
38448 wzbi 𡛀
38449 wl.i 𡛁
38450 wtli 𡛂
38451 wami 𡛃
38452 wbki 𡛄
38453 wtgdi 𡛅
38454 w.si 𡛆
38455 ws.i 𡛆
38456 w.i 𡛇
38457 wlfi 𡛈
38458 kaawi 𡛉
38459 woi 𡛊
38460 waqi 𡛋
38461 waasi 𡛋
38462 azwi 𡛌
38463 aaxwi 𡛍
38464 adwi 𡛎
38465 waxi 𡛏
38466 wkli 𡛐
38467 kjwi 𡛑
38468 bbwi 𡛒
38469 wjyi 𡛓
38470 waegi 𡛔
38471 wzhi 𡛕
38472 wzgsi 𡛖
38473 qqwi 𡛗
38474 wqki 𡛘
38475 wqsi 𡛘
38476 wxbi 𡛙
38477 wlii 𡛚
38478 wddi 𡛛
38479 woaai 𡛜
38480 woahi 𡛜
38481 emwi 𡛝
38482 wxfi 𡛞
38483 wqxi 𡛟
38484 wrxi 𡛠
38485 wtbi 𡛡
38486 wdzi 𡛢
38487 wzghi 𡛣
38488 wzgsi 𡛣
38489 iwi 𡛤
38490 wnqi 𡛥
38491 wajki 𡛦
38492 wk.i 𡛧
38493 weaci 𡛨
38494 wyi 𡛩
38495 wls.i 𡛪
38496 wsl.i 𡛪
38497 wgci 𡛫
38498 tbwi 𡛬
38499 waaci 𡛭
38500 wz;i 𡛮
38501 wtgei 𡛯
38502 w;ki 𡛰
38503 w;ji 𡛱
38504 wkaxi 𡛲
38505 wlpi 𡛳
38506 wohi 𡛴
38507 aewi 𡛵
38508 wrsi 𡛶
38509 wajli 𡛷
38510 wpti 𡛸
38511 mwi 𡛹
38512 bgdwi 𡛺
38513 whbi 𡛻
38514 warhi 𡛼
38515 pfwi 𡛽
38516 wjfi 𡛾
38517 wzqi 𡛿
38518 xzwi 𡜀
38519 w.xki 𡜁
38520 caawi 𡜂
38521 wjkki 𡜃
38522 wpxi 𡜄
38523 wooki 𡜅
38524 wjtsi 𡜆
38525 wafei 𡜇
38526 cjawi 𡜈
38527 wlsvi 𡜉
38528 wslvi 𡜉
38529 wofdi 𡜊
38530 wysoi 𡜋
38531 fjawi 𡜌
38532 wlji 𡜍
38533 kxswi 𡜎
38534 wwagi 𡜏
38535 wwami 𡜏
38536 wzhxi 𡜐
38537 pywi 𡜑
38538 wzdfi 𡜒
38539 ;;wi 𡜓
38540 weaci 𡜔
38541 weui 𡜕
38542 wqpi 𡜖
38543 wxpi 𡜗
38544 wlfwi 𡜘
38545 wmti 𡜙
38546 walei 𡜚
38547 c;wi 𡜛
38548 wjfdi 𡜜
38549 jqwi 𡜝
38550 wlqsi 𡜞
38551 wlsqi 𡜞
38552 karwi 𡜟
38553 klrwi 𡜟
38554 w.qi 𡜠
38555 cafwi 𡜡
38556 wbbi 𡜢
38557 wwqi 𡜣
38558 wrgsi 𡜤
38559 wlei 𡜥
38560 ffwi 𡜦
38561 wlp.i 𡜧
38562 wkvi 𡜨
38563 r;wi 𡜩
38564 wwdi 𡜪
38565 wxjyi 𡜫
38566 wktli 𡜬
38567 pzwi 𡜭
38568 w.asi 𡜮
38569 waesi 𡜯
38570 pkkwi 𡜰
38571 wtsni 𡜱
38572 wo;i 𡜲
38573 wapi 𡜳
38574 wjk;i 𡜴
38575 wqhi 𡜵
38576 woa;i 𡜶
38577 wnagi 𡜷
38578 pkjwi 𡜸
38579 qdlwi 𡜹
38580 wv;i 𡜺
38581 wnvi 𡜻
38582 wpei 𡜼
38583 cuwi 𡜽
38584 wnbdi 𡜾
38585 wypi 𡜿
38586 wqi 𡝀
38587 v;wi 𡝁
38588 wxri 𡝂
38589 weci 𡝃
38590 wfa.i 𡝄
38591 wr.i 𡝄
38592 wfmi 𡝅
38593 wjk;i 𡝆
38594 w.ri 𡝇
38595 wzwi 𡝈
38596 zwwi 𡝉
38597 wooi 𡝊
38598 wvwi 𡝋
38599 zaawi 𡝌
38600 wa.i 𡝍
38601 pafwi 𡝎
38602 wnagi 𡝏
38603 wivi 𡝐
38604 utswi 𡝑
38605 wn.i 𡝒
38606 wlbwi 𡝓
38607 rxbwi 𡝔
38608 wtdai 𡝕
38609 wjhni 𡝖
38610 wtl;i 𡝗
38611 wtci 𡝘
38612 wwci 𡝘
38613 wiaci 𡝙
38614 w;lri 𡝚
38615 w;ari 𡝚
38616 wbadi 𡝛
38617 w.f;i 𡝜
38618 carwi 𡝝
38619 utdwi 𡝞
38620 wlvfi 𡝟
38621 tgowi 𡝠
38622 tgjwi 𡝠
38623 tgkwi 𡝡
38624 wgzhi 𡝢
38625 cj;wi 𡝣
38626 ;qdwi 𡝤
38627 wzvi 𡝥
38628 wyxvi 𡝥
38629 w.gsi 𡝦
38630 oajwi 𡝧
38631 ofjwi 𡝧
38632 odwi 𡝨
38633 wflzi 𡝩
38634 oaswi 𡝪
38635 ce;wi 𡝫
38636 wnahi 𡝬
38637 wpui 𡝭
38638 wnuai 𡝮
38639 wtci 𡝯
38640 woyi 𡝰
38641 wfkji 𡝱
38642 wl.ni 𡝲
38643 wfni 𡝳
38644 wfasi 𡝴
38645 wykfi 𡝵
38646 h.wi 𡝶
38647 cjnwi 𡝷
38648 irswi 𡝸
38649 izswi 𡝸
38650 wgfui 𡝹
38651 war.i 𡝺
38652 wzkgi 𡝻
38653 bcwi 𡝼
38654 q;dwi 𡝽
38655 wbkfi 𡝾
38656 wfqli 𡝿
38657 wcj;i 𡞀
38658 wfjki 𡞁
38659 wqqui 𡞂
38660 wlpzi 𡞃
38661 woagi 𡞄
38662 xyxwi 𡞅
38663 wif;i 𡞆
38664 wuui 𡞇
38665 wlv;i 𡞈
38666 wowi 𡞉
38667 wlz,i 𡞊
38668 wxz.i 𡞋
38669 wlpfi 𡞌
38670 wapxi 𡞍
38671 wal;i 𡞎
38672 wzaci 𡞏
38673 w;f;i 𡞐
38674 wpfei 𡞑
38675 tjjwi 𡞒
38676 xvwi 𡞓
38677 sf;wi 𡞔
38678 pf;wi 𡞔
38679 pd;wi 𡞔
38680 w.pi 𡞕
38681 wnoai 𡞖
38682 wnohi 𡞖
38683 wzfi 𡞗
38684 wywi 𡞘
38685 wysji 𡞙
38686 weui 𡞚
38687 wnkfi 𡞛
38688 ipwi 𡞜
38689 wilji 𡞝
38690 wclji 𡞞
38691 izbwi 𡞟
38692 i.bwi 𡞟
38693 cafwi 𡞠
38694 clfwi 𡞠
38695 wqzki 𡞡
38696 wf;ei 𡞢
38697 zqxwi 𡞣
38698 wapxi 𡞤
38699 wjzzi 𡞥
38700 wlpfi 𡞦
38701 w.d.i 𡞧
38702 wapxi 𡞨
38703 xmwi 𡞩
38704 wop.i 𡞪
38705 wvaci 𡞫
38706 wgzhi 𡞬
38707 wojdi 𡞭
38708 wqtvi 𡞮
38709 wff;i 𡞯
38710 wixxi 𡞰
38711 wfxxi 𡞰
38712 w,wi 𡞱
38713 wodgi 𡞲
38714 wbazi 𡞳
38715 wblzi 𡞳
38716 wfaii 𡞴
38717 wjjzi 𡞵
38718 wnkhi 𡞶
38719 wgc,i 𡞷
38720 wv;ei 𡞸
38721 wtfbi 𡞹
38722 ae;wi 𡞺
38723 wa/ri 𡞻
38724 wzlci 𡞼
38725 wrcbi 𡞽
38726 walwi 𡞾
38727 wgddi 𡞿
38728 wagdi 𡞿
38729 wfibi 𡟀
38730 wfkbi 𡟀
38731 wf;.i 𡟁
38732 wjhgi 𡟂
38733 wjkgi 𡟂
38734 wfmsi 𡟃
38735 wpyi 𡟄
38736 wxlhi 𡟅
38737 wkjui 𡟆
38738 ww.i 𡟇
38739 w.fji 𡟈
38740 wlpsi 𡟉
38741 wlv,i 𡟊
38742 av.wi 𡟋
38743 wr;wi 𡟌
38744 wrfi 𡟍
38745 w;/i 𡟎
38746 wp/i 𡟏
38747 wo;ci 𡟐
38748 wktzi 𡟑
38749 wizwi 𡟒
38750 wkzwi 𡟒
38751 wy;xi 𡟓
38752 waa;i 𡟔
38753 wkj;i 𡟔
38754 hogwi 𡟕
38755 cnwwi 𡟖
38756 wwwzi 𡟗
38757 wxzwi 𡟘
38758 wpori 𡟙
38759 wlgui 𡟚
38760 wglui 𡟚
38761 wg.ui 𡟚
38762 wbifi 𡟛
38763 wblfi 𡟛
38764 wirwi 𡟜
38765 wi.i 𡟝
38766 wkd.i 𡟞
38767 wl.ni 𡟟
38768 wjswi 𡟠
38769 wazfi 𡟡
38770 wlzfi 𡟡
38771 wafdi 𡟢
38772 wlfdi 𡟢
38773 wejdi 𡟣
38774 w;sji 𡟤
38775 wl;mi 𡟥
38776 wlmti 𡟦
38777 whbji 𡟧
38778 whtji 𡟧
38779 tzkwi 𡟨
38780 wbcui 𡟩
38781 wledi 𡟪
38782 wqmi 𡟫
38783 wzaxi 𡟬
38784 wbyfi 𡟭
38785 dqdwi 𡟮
38786 wpzni 𡟯
38787 wjjhi 𡟰
38788 wflpi 𡟱
38789 wnr;i 𡟲
38790 wnf;i 𡟲
38791 wqtai 𡟳
38792 wjaai 𡟳
38793 wstai 𡟳
38794 w;;ai 𡟳
38795 wleni 𡟴
38796 wqddi 𡟵
38797 wdlxi 𡟶
38798 wlpfi 𡟷
38799 wlpai 𡟷
38800 wkxbi 𡟸
38801 wax.i 𡟹
38802 wal.i 𡟺
38803 wfpzi 𡟻
38804 ww.hi 𡟼
38805 waeri 𡟽
38806 wnlbi 𡟾
38807 wnabi 𡟾
38808 irwti 𡟿
38809 wy;;i 𡠀
38810 wbh/i 𡠁
38811 wacpi 𡠂
38812 waxpi 𡠂
38813 avqwi 𡠃
38814 wl,i 𡠄
38815 ozowi 𡠅
38816 vaswi 𡠆
38817 wa/ni 𡠇
38818 ajkwi 𡠈
38819 qdlwi 𡠉
38820 wkdvi 𡠊
38821 leawi 𡠋
38822 wlpqi 𡠌
38823 l.awi 𡠍
38824 wirxi 𡠎
38825 wizxi 𡠎
38826 wbbvi 𡠏
38827 wxxfi 𡠐
38828 wqtci 𡠑
38829 wxxfi 𡠒
38830 kkywi 𡠓
38831 weuei 𡠔
38832 wpgci 𡠕
38833 wljfi 𡠖
38834 rifwi 𡠗
38835 wfrbi 𡠘
38836 wbjni 𡠙
38837 wpffi 𡠚
38838 wprfi 𡠚
38839 w;;ni 𡠛
38840 fpzwi 𡠜
38841 arjwi 𡠝
38842 wlkhi 𡠞
38843 wblmi 𡠟
38844 wcjri 𡠠
38845 weuei 𡠡
38846 bbkwi 𡠢
38847 wbqsi 𡠣
38848 wlpsi 𡠣
38849 wtg/i 𡠤
38850 tgxwi 𡠥
38851 tg;wi 𡠥
38852 rkrwi 𡠦
38853 rakwi 𡠧
38854 wltli 𡠨
38855 wqdri 𡠩
38856 wrjki 𡠪
38857 wvozi 𡠫
38858 wrc.i 𡠬
38859 wzti 𡠭
38860 wgd,i 𡠮
38861 wrw.i 𡠯
38862 wdpqi 𡠰
38863 wdifi 𡠱
38864 wprki 𡠲
38865 wefli 𡠳
38866 wlpni 𡠴
38867 wu,i 𡠵
38868 wilhi 𡠶
38869 qfzwi 𡠷
38870 wqsei 𡠸
38871 wrjdi 𡠹
38872 ,,nwi 𡠺
38873 ,,jwi 𡠺
38874 wo;ni 𡠻
38875 v;.wi 𡠼
38876 wzexi 𡠽
38877 wdq.i 𡠾
38878 wlvi 𡠿
38879 wizji 𡡀
38880 wkzji 𡡀
38881 wl,ni 𡡁
38882 wirbi 𡡂
38883 wnk,i 𡡃
38884 wfaoi 𡡄
38885 wfqoi 𡡄
38886 wl,i 𡡅
38887 wjtxi 𡡆
38888 wirui 𡡇
38889 wduui 𡡈
38890 nvvwi 𡡉
38891 wwpvi 𡡊
38892 odqwi 𡡋
38893 oqdwi 𡡋
38894 odawi 𡡋
38895 wzkni 𡡌
38896 wh;ci 𡡍
38897 w;qwi 𡡎
38898 lvcwi 𡡏
38899 wcazi 𡡐
38900 wk/pi 𡡑
38901 wraoi 𡡒
38902 .wami 𡡓
38903 wpabi 𡡔
38904 zidwi 𡡕
38905 wqspi 𡡖
38906 w.bbi 𡡗
38907 rifwi 𡡘
38908 tzqwi 𡡙
38909 kkdwi 𡡚
38910 wzgui 𡡛
38911 wzgxi 𡡛
38912 ajawi 𡡜
38913 wicpi 𡡝
38914 w.jqi 𡡞
38915 wjhei 𡡟
38916 wzu.i 𡡠
38917 wyx.i 𡡠
38918 wpyci 𡡡
38919 wcjvi 𡡢
38920 wfl,i 𡡣
38921 wxxxi 𡡤
38922 wcqvi 𡡥
38923 wti.i 𡡦
38924 wozpi 𡡧
38925 wnkki 𡡨
38926 wnqpi 𡡩
38927 wnkxi 𡡪
38928 wytci 𡡫
38929 wy;.i 𡡬
38930 irwui 𡡭
38931 wnbji 𡡮
38932 w,,bi 𡡯
38933 wzeai 𡡰
38934 wargi 𡡱
38935 wfpui 𡡲
38936 wqdyi 𡡳
38937 v..wi 𡡴
38938 wra.i 𡡵
38939 wfnsi 𡡶
38940 wfr.i 𡡷
38941 welei 𡡸
38942 w,.i 𡡹
38943 wccci 𡡺
38944 wdbji 𡡻
38945 ok;wi 𡡼
38946 wi;di 𡡽
38947 wkkji 𡡾
38948 wyk;i 𡡿
38949 wtski 𡢀
38950 rakwi 𡢁
38951 rkrwi 𡢂
38952 wepi 𡢃
38953 wey.i 𡢄
38954 wzaxi 𡢅
38955 wwpni 𡢆
38956 waeni 𡢇
38957 cpawi 𡢈
38958 walei 𡢉
38959 w/pzi 𡢊
38960 weeei 𡢋
38961 wnkki 𡢌
38962 weqmi 𡢍
38963 j;swi 𡢎
38964 jpswi 𡢎
38965 ,wl.i 𡢏
38966 ,w.qi 𡢐
38967 /bbwi 𡢑
38968 wlqii 𡢒
38969 wqqdi 𡢓
38970 wa;di 𡢓
38971 ks;hi 𡢔
38972 ks;fi 𡢔
38973 ks;zi 𡢔
38974 orswi 𡢕
38975 oqswi 𡢕
38976 qdswi 𡢖
38977 olpwi 𡢗
38978 wjati 𡢘
38979 wjaai 𡢘
38980 wjaqi 𡢘
38981 wjasi 𡢘
38982 we.hi 𡢙
38983 wp/hi 𡢚
38984 lxxwi 𡢛
38985 nyhwi 𡢜
38986 wor.i 𡢝
38987 wjjwi 𡢞
38988 wvvci 𡢟
38989 wnk;i 𡢠
38990 wtlfi 𡢡
38991 we;zi 𡢢
38992 i;uhi 𡢣
38993 i;ufi 𡢣
38994 i;uzi 𡢣
38995 wm;ni 𡢤
38996 wifvi 𡢥
38997 nkkwi 𡢦
38998 wyksi 𡢧
38999 waeri 𡢨
39000 wz;.i 𡢩
39001 wfeai 𡢪
39002 wfixi 𡢫
39003 wffxi 𡢫
39004 wfrvi 𡢬
39005 wazai 𡢭
39006 wlzai 𡢭
39007 yxxwi 𡢮
39008 xyxwi 𡢮
39009 wfqwi 𡢯
39010 wqdwi 𡢰
39011 wa/ei 𡢱
39012 wvjmi 𡢲
39013 wzqxi 𡢳
39014 wzqni 𡢳
39015 wzk,i 𡢴
39016 wzxbi 𡢵
39017 worbi 𡢶
39018 woqbi 𡢶
39019 wnkbi 𡢷
39020 wexfi 𡢸
39021 wwwbi 𡢹
39022 p;dki 𡢺
39023 wkrmi 𡢻
39024 wflhi 𡢼
39025 wzpi 𡢽
39026 wvvci 𡢾
39027 wpfxi 𡢿
39028 wpexi 𡢿
39029 tnzwi 𡣀
39030 wgfpi 𡣁
39031 kv;wi 𡣂
39032 wp.ui 𡣃
39033 wctki 𡣄
39034 rcjwi 𡣅
39035 worqi 𡣆
39036 wnzni 𡣇
39037 w/rpi 𡣈
39038 w/rhi 𡣈
39039 lvwxi 𡣉
39040 wibfi 𡣊
39041 wkhfi 𡣊
39042 wa/hi 𡣋
39043 wfayi 𡣌
39044 yuwfi 𡣍
39045 yuwzi 𡣍
39046 yavwi 𡣎
39047 w;;.i 𡣏
39048 rftwi 𡣐
39049 wnami 𡣑
39050 wv;;i 𡣒
39051 wq;mi 𡣓
39052 wigfi 𡣔
39053 wkhfi 𡣔
39054 wnbmi 𡣕
39055 wcjxi 𡣖
39056 wr;;i 𡣗
39057 wcj.i 𡣘
39058 wykei 𡣙
39059 wnfsi 𡣚
39060 wnfhi 𡣚
39061 wyksi 𡣛
39062 wzq.i 𡣜
39063 wzt.i 𡣜
39064 wbbfi 𡣝
39065 wae.i 𡣞
39066 waeki 𡣞
39067 weaei 𡣟
39068 pbpwi 𡣠
39069 wpbbi 𡣡
39070 oplwi 𡣢
39071 wkkji 𡣣
39072 wibfi 𡣤
39073 wkhfi 𡣤
39074 wnvwi 𡣥
39075 wxxsi 𡣦
39076 wz/mi 𡣧
39077 wfrui 𡣨
39078 crjwi 𡣩
39079 wykni 𡣪
39080 wp,ri 𡣫
39081 w/zzi 𡣬
39082 wepni 𡣭
39083 wfmci 𡣮
39084 wckxi 𡣯
39085 wvk;i 𡣰
39086 w/rxi 𡣱
39087 wnzci 𡣲
39088 wrexi 𡣳
39089 wax,i 𡣴
39090 wqdxi 𡣵
39091 wzzmi 𡣶
39092 wqh.i 𡣷
39093 wdkdi 𡣸
39094 y,,wi 𡣹
39095 ,y,wi 𡣹
39096 wffni 𡣺
39097 wfqni 𡣻
39098 ykkwi 𡣼
39099 wejoi 𡣽
39100 wftei 𡣾
39101 wftdi 𡣾
39102 of;wi 𡣿
39103 w;jgi 𡤀
39104 wna,i 𡤁
39105 wo/bi 𡤂
39106 wo/,i 𡤂
39107 wfeui 𡤃
39108 wfevi 𡤄
39109 wyvsi 𡤅
39110 wqawi 𡤆
39111 wdo.i 𡤇
39112 reqwi 𡤈
39113 r;ewi 𡤈
39114 re;wi 𡤈
39115 wecmi 𡤉
39116 warpi 𡤊
39117 warhi 𡤊
39118 wlrpi 𡤊
39119 wlrhi 𡤊
39120 wemai 𡤋
39121 wzlei 𡤌
39122 lvwci 𡤍
39123 wj;si 𡤎
39124 wflfi 𡤏
39125 wnrmi 𡤐
39126 wff;i 𡤑
39127 wfr;i 𡤑
39128 wozfi 𡤒
39129 wx;mi 𡤓
39130 /mw;i 𡤔
39131 wzebi 𡤕
39132 wqobi 𡤖
39133 w/l,i 𡤗
39134 wakni 𡤘
39135 waeei 𡤙
39136 wol,i 𡤚
39137 wqzhi 𡤛
39138 vqiwi 𡤜
39139 wlo,i 𡤝
39140 wjjai 𡤞
39141 wjjti 𡤞
39142 wgfgi 𡤟
39143 wyhii 𡤠
39144 wexwi 𡤡
39145 w/xyi 𡤢
39146 wyxxi 𡤣
39147 wxyxi 𡤣
39148 wflvi 𡤤
39149 wfxvi 𡤤
39150 wkd,i 𡤥
39151 wfrxi 𡤦
39152 wnami 𡤧
39153 xyxwi 𡤨
39154 wpfsi 𡤩
39155 wpesi 𡤩
39156 wlaxi 𡤪
39157 eiqwi 𡤫
39158 wjjbi 𡤬
39159 wcj,i 𡤭
39160 wfayi 𡤮
39161 wppxi 𡤯
39162 w,,,i 𡤰
39163 wqdsi 𡤱
39164 wepdi 𡤲
39165 j;ssi 𡤳
39166 jpssi 𡤳
39167 wzyei 𡤴
39168 wvqni 𡤵
39169 wyxgi 𡤶
39170 wxygi 𡤶
39171 wlkxi 𡤷
39172 wfdsi 𡤸
39173 wdfsi 𡤸
39174 wffsi 𡤸
39175 wj;hi 𡤹
39176 wjphi 𡤹
39177 j;shi 𡤺
39178 jpshi 𡤺
39179 wyx,i 𡤻
39180 wxy,i 𡤻
39181 gdai 𡤼
39182 gfai 𡤽
39183 gfaai 𡤾
39184 gfki 𡤿
39185 gvi 𡥀
39186 gfei 𡥁
39187 zgfi 𡥂
39188 gfwi 𡥃
39189 gf;i 𡥄
39190 ogfi 𡥅
39191 jhafi 𡥆
39192 jkafi 𡥆
39193 g.afi 𡥆
39194 grgfi 𡥆
39195 fgfdi 𡥇
39196 ..gfi 𡥈
39197 .zgfi 𡥉
39198 gflqi 𡥊
39199 eglfi 𡥋
39200 ebgfi 𡥋
39201 gfpi 𡥌
39202 bbgfi 𡥍
39203 eqgfi 𡥎
39204 digfi 𡥏
39205 dkgfi 𡥐
39206 gfvsi 𡥑
39207 avgfi 𡥒
39208 gfszi 𡥓
39209 pgfi 𡥔
39210 ;lgfi 𡥕
39211 ;glfi 𡥕
39212 kaxfi 𡥖
39213 lgmfi 𡥗
39214 glmfi 𡥗
39215 szgfi 𡥘
39216 gfj;i 𡥙
39217 gfqdi 𡥚
39218 gfovi 𡥛
39219 nwgfi 𡥜
39220 xxgfi 𡥝
39221 .jgfi 𡥞
39222 a/gfi 𡥟
39223 gflui 𡥠
39224 gfy.i 𡥡
39225 gfzdi 𡥢
39226 epgfi 𡥣
39227 gffki 𡥤
39228 gfmmi 𡥥
39229 gfgfi 𡥦
39230 gfbhi 𡥧
39231 gfgpi 𡥨
39232 gfkli 𡥩
39233 gfyi 𡥪
39234 iqgfi 𡥫
39235 lvefi 𡥬
39236 jh.fi 𡥭
39237 h.gfi 𡥮
39238 nl;fi 𡥯
39239 gffai 𡥰
39240 gffsi 𡥰
39241 gfj;i 𡥱
39242 osgfi 𡥲
39243 jrkfi 𡥳
39244 gflqi 𡥴
39245 gfpqi 𡥵
39246 gflmi 𡥶
39247 bgffi 𡥷
39248 blqfi 𡥸
39249 y;gki 𡥹
39250 ;sdfi 𡥺
39251 lv,fi 𡥻
39252 gfjmi 𡥼
39253 av.fi 𡥽
39254 gfm;i 𡥾
39255 gfopi 𡥿
39256 gfsui 𡦀
39257 w.gfi 𡦁
39258 ngffi 𡦂
39259 ,,jfi 𡦃
39260 mm.fi 𡦄
39261 gfldi 𡦅
39262 lplfi 𡦆
39263 gfpui 𡦇
39264 ibgki 𡦈
39265 khbki 𡦈
39266 gf/.i 𡦉
39267 rlgfi 𡦊
39268 qdtfi 𡦋
39269 gfapi 𡦌
39270 gfyei 𡦍
39271 gfo,i 𡦎
39272 gfgpi 𡦏
39273 ,lpfi 𡦐
39274 zjsfi 𡦑
39275 gfdqi 𡦒
39276 gfcyi 𡦓
39277 ykjfi 𡦔
39278 gfzhi 𡦕
39279 gfrki 𡦖
39280 gfa,i 𡦗
39281 gfaei 𡦘
39282 dddfi 𡦙
39283 y;g;i 𡦚
39284 loxfi 𡦛
39285 gfyri 𡦜
39286 jr;fi 𡦝
39287 gfe,i 𡦞
39288 y;gfi 𡦟
39289 lvkfi 𡦠
39290 y;gpi 𡦡
39291 y;ghi 𡦡
39292 .gfpi 𡦢
39293 dtyfi 𡦣
39294 ,w.fi 𡦤
39295 blqfi 𡦥
39296 yeg,i 𡦦
39297 lvgfi 𡦧
39298 y;gsi 𡦨
39299 py;fi 𡦩
39300 gfgfi 𡦪
39301 gfomi 𡦫
39302 py;fi 𡦬
39303 .zg,i 𡦭
39304 gffii 𡦮
39305 db;fi 𡦯
39306 gfofi 𡦰
39307 yl,fi 𡦱
39308 rlg,i 𡦲
39309 rlg,i 𡦳
39310 ..g,i 𡦴
39311 yagfi 𡦵
39312 gf.fi 𡦶
39313 gfgfi 𡦷
39314 i;ufi 𡦸
39315 hsgi 𡦹
39316 hsk;i 𡦹
39317 hsggi 𡦹
39318 nlgi 𡦺
39319 ngli 𡦺
39320 ngsi 𡦻
39321 nki 𡦼
39322 nysi 𡦽
39323 noi 𡦾
39324 ndsi 𡦾
39325 ndki 𡦾
39326 nsai 𡦿
39327 ngdsi 𡧀
39328 ngai 𡧁
39329 nali 𡧂
39330 naadi 𡧃
39331 nlshi 𡧄
39332 nslhi 𡧄
39333 nfi 𡧅
39334 naki 𡧆
39335 nqi 𡧇
39336 naagi 𡧈
39337 nasi 𡧉
39338 nali 𡧊
39339 nkji 𡧋
39340 nlsbi 𡧌
39341 nslbi 𡧌
39342 nadgi 𡧍
39343 naegi 𡧎
39344 nqqi 𡧏
39345 ntki 𡧐
39346 n.zi 𡧑
39347 ngzi 𡧑
39348 nami 𡧒
39349 nui 𡧓
39350 nsbi 𡧔
39351 nbbi 𡧕
39352 ngvi 𡧖
39353 nqhi 𡧗
39354 nal.i 𡧘
39355 na.i 𡧘
39356 nodji 𡧙
39357 nolji 𡧙
39358 ndbi 𡧚
39359 nkfhi 𡧛
39360 nklqi 𡧜
39361 ngj.i 𡧝
39362 nzs.i 𡧞
39363 nji 𡧟
39364 nqzi 𡧠
39365 naei 𡧡
39366 nqki 𡧢
39367 nz;i 𡧣
39368 nal.i 𡧤
39369 n;dgi 𡧥
39370 nozi 𡧦
39371 nmai 𡧧
39372 nddi 𡧨
39373 nrri 𡧩
39374 nrlqi 𡧪
39375 nlsni 𡧫
39376 nslni 𡧫
39377 nysoi 𡧬
39378 njzsi 𡧭
39379 npqi 𡧮
39380 neaci 𡧯
39381 nofdi 𡧰
39382 nq;i 𡧱
39383 naddi 𡧲
39384 na/i 𡧳
39385 nalhi 𡧴
39386 nalki 𡧴
39387 nzfi 𡧵
39388 nyxfi 𡧵
39389 nz;i 𡧶
39390 nxofi 𡧷
39391 n.di 𡧸
39392 npfai 𡧹
39393 nlei 𡧺
39394 n.qi 𡧻
39395 nkpi 𡧼
39396 nysoi 𡧽
39397 ngui 𡧾
39398 nlgxi 𡧿
39399 nglxi 𡧿
39400 nivi 𡨀
39401 nrci 𡨁
39402 nat;i 𡨂
39403 nf,hi 𡨃
39404 nrki 𡨄
39405 nbg;i 𡨅
39406 nmmai 𡨆
39407 nlpqi 𡨇
39408 najai 𡨈
39409 nbkqi 𡨉
39410 nvbi 𡨊
39411 nrjbi 𡨊
39412 nuaki 𡨋
39413 nfhdi 𡨌
39414 nsqhi 𡨍
39415 n,fhi 𡨎
39416 nrzi 𡨏
39417 n,;i 𡨐
39418 nnldi 𡨑
39419 narzi 𡨒
39420 natoi 𡨓
39421 nakfi 𡨔
39422 nfkki 𡨔
39423 npaki 𡨕
39424 nlvei 𡨖
39425 nlpqi 𡨗
39426 nl;hi 𡨘
39427 nkkhi 𡨙
39428 nj;si 𡨚
39429 njpsi 𡨚
39430 n.fi 𡨛
39431 nhfhi 𡨜
39432 n,mi 𡨝
39433 ntjbi 𡨞
39434 no;i 𡨟
39435 nkkri 𡨠
39436 njjzi 𡨡
39437 nbf;i 𡨢
39438 nofbi 𡨣
39439 nbbbi 𡨤
39440 naa.i 𡨥
39441 ntjdi 𡨦
39442 nykfi 𡨧
39443 nzkmi 𡨨
39444 noapi 𡨩
39445 nnui 𡨪
39446 nnaci 𡨫
39447 nbudi 𡨬
39448 nvkxi 𡨭
39449 ngzi 𡨮
39450 nofi 𡨯
39451 neei 𡨰
39452 nkrri 𡨱
39453 nrlxi 𡨲
39454 nrlki 𡨳
39455 naldi 𡨴
39456 nzpai 𡨵
39457 np,i 𡨶
39458 noski 𡨷
39459 nadfi 𡨸
39460 nfhdi 𡨹
39461 nadhi 𡨺
39462 n.gsi 𡨻
39463 n,,i 𡨼
39464 nclji 𡨽
39465 na/ri 𡨾
39466 nlj,i 𡨿
39467 nw.i 𡩀
39468 nyvi 𡩁
39469 nalki 𡩂
39470 nnaai 𡩃
39471 nnahi 𡩃
39472 nj;bi 𡩄
39473 njpbi 𡩄
39474 naidi 𡩅
39475 v;nqi 𡩆
39476 njsoi 𡩇
39477 njvi 𡩈
39478 nnpai 𡩉
39479 ntasi 𡩊
39480 nnjri 𡩋
39481 ntfbi 𡩌
39482 nlgxi 𡩍
39483 nglxi 𡩍
39484 nnlvi 𡩎
39485 nbji 𡩏
39486 nrpi 𡩐
39487 n/lxi 𡩑
39488 nlzji 𡩒
39489 noji 𡩒
39490 n./i 𡩓
39491 nozi 𡩔
39492 nhpvi 𡩕
39493 nlpvi 𡩕
39494 nfjsi 𡩖
39495 niuei 𡩗
39496 nypi 𡩘
39497 ni.i 𡩙
39498 nt.i 𡩚
39499 nwapi 𡩛
39500 nr/i 𡩜
39501 nfxti 𡩝
39502 nkxei 𡩞
39503 naoki 𡩟
39504 ntjbi 𡩠
39505 nfjxi 𡩡
39506 nkdvi 𡩢
39507 nmqvi 𡩣
39508 nkrpi 𡩤
39509 nkxbi 𡩥
39510 napai 𡩦
39511 nardi 𡩧
39512 nl,;i 𡩨
39513 nxyi 𡩩
39514 nxy;i 𡩩
39515 nq;ci 𡩪
39516 ntlti 𡩫
39517 nnuai 𡩬
39518 nl,gi 𡩭
39519 nrjsi 𡩮
39520 nzksi 𡩯
39521 naaji 𡩰
39522 nrkgi 𡩱
39523 n/axi 𡩲
39524 npzri 𡩳
39525 n.odi 𡩴
39526 nmodi 𡩴
39527 nai.i 𡩵
39528 nuazi 𡩶
39529 npnwi 𡩷
39530 nlvgi 𡩸
39531 n.oi 𡩹
39532 nna;i 𡩺
39533 nctdi 𡩻
39534 nfjvi 𡩼
39535 nxzhi 𡩽
39536 nxz.i 𡩽
39537 nq;;i 𡩾
39538 nbbri 𡩿
39539 nmaai 𡪀
39540 nxi;i 𡪁
39541 nxk;i 𡪁
39542 n.pri 𡪂
39543 nl,fi 𡪃
39544 nadpi 𡪄
39545 nadhi 𡪄
39546 naeti 𡪅
39547 nnlqi 𡪆
39548 nad.i 𡪇
39549 nrari 𡪈
39550 naeji 𡪉
39551 npfxi 𡪊
39552 npexi 𡪊
39553 n..wi 𡪋
39554 nrcbi 𡪌
39555 nfj,i 𡪍
39556 nvvmi 𡪎
39557 napai 𡪏
39558 nzihi 𡪐
39559 n;;gi 𡪑
39560 njdpi 𡪒
39561 nlrmi 𡪓
39562 narmi 𡪓
39563 nyfvi 𡪔
39564 nn;ai 𡪕
39565 nnlui 𡪖
39566 nxa;i 𡪗
39567 nxl,i 𡪘
39568 nwpui 𡪙
39569 nbbwi 𡪚
39570 nadmi 𡪛
39571 ncjvi 𡪜
39572 nem;i 𡪝
39573 n.;;i 𡪞
39574 nnypi 𡪟
39575 nk/pi 𡪠
39576 nraki 𡪡
39577 nktbi 𡪢
39578 nlqqi 𡪣
39579 nfafi 𡪤
39580 nrffi 𡪤
39581 nneqi 𡪥
39582 ncrpi 𡪦
39583 ncrhi 𡪦
39584 nbbvi 𡪧
39585 nfjxi 𡪨
39586 nrrsi 𡪩
39587 narzi 𡪪
39588 nqpsi 𡪫
39589 naeti 𡪬
39590 n;yxi 𡪭
39591 nszfi 𡪮
39592 nqe.i 𡪯
39593 nte.i 𡪯
39594 nrlqi 𡪰
39595 nzhhi 𡪱
39596 n;dmi 𡪲
39597 nlvsi 𡪳
39598 nkaki 𡪴
39599 niebi 𡪵
39600 nx,,i 𡪶
39601 nxtdi 𡪷
39602 nwzri 𡪸
39603 nbbci 𡪹
39604 nbqii 𡪺
39605 npw;i 𡪻
39606 nnt,i 𡪼
39607 nozsi 𡪽
39608 npmni 𡪾
39609 nljzi 𡪿
39610 nlp.i 𡫀
39611 neasi 𡫁
39612 nx;ui 𡫂
39613 nn/zi 𡫃
39614 nls.i 𡫄
39615 nsl.i 𡫄
39616 naa,i 𡫅
39617 nfk;i 𡫆
39618 nrk;i 𡫆
39619 nnuni 𡫇
39620 na/hi 𡫈
39621 nqebi 𡫉
39622 ntebi 𡫉
39623 na/fi 𡫊
39624 npfii 𡫋
39625 npeii 𡫋
39626 nfdii 𡫋
39627 ndfii 𡫋
39628 nffii 𡫋
39629 nfpbi 𡫌
39630 nnaei 𡫍
39631 nlp.i 𡫎
39632 nctbi 𡫏
39633 nntci 𡫐
39634 nrkri 𡫑
39635 nxtbi 𡫒
39636 nriri 𡫓
39637 nxtji 𡫔
39638 ntl,i 𡫕
39639 n/axi 𡫖
39640 neevi 𡫗
39641 nl,bi 𡫘
39642 nqqbi 𡫙
39643 na/ci 𡫚
39644 nljji 𡫛
39645 nfkki 𡫜
39646 nvzai 𡫝
39647 nsiwi 𡫞
39648 nsiei 𡫞
39649 nqqzi 𡫟
39650 n.z.i 𡫠
39651 n.y.i 𡫠
39652 nof;i 𡫡
39653 nfkmi 𡫢
39654 nqh.i 𡫣
39655 np;wi 𡫤
39656 n.;;i 𡫥
39657 nmghi 𡫦
39658 nxaji 𡫧
39659 nnlsi 𡫨
39660 nttzi 𡫩
39661 nrkbi 𡫪
39662 y.;ki 𡫫
39663 nlrki 𡫬
39664 nri,i 𡫭
39665 nqqki 𡫮
39666 nzlei 𡫯
39667 ngl,i 𡫰
39668 ngb.i 𡫱
39669 nr;;i 𡫲
39670 nf;;i 𡫲
39671 nqqfi 𡫳
39672 nr;xi 𡫴
39673 nf;xi 𡫴
39674 nylvi 𡫵
39675 nrkfi 𡫶
39676 narii 𡫷
39677 nnu;i 𡫸
39678 nnlxi 𡫹
39679 nxfbi 𡫺
39680 ntgci 𡫻
39681 nqqri 𡫼
39682 nxfwi 𡫽
39683 ndddi 𡫾
39684 ndbdi 𡫾
39685 narii 𡫿
39686 narri 𡬀
39687 nrlqi 𡬁
39688 nqpei 𡬂
39689 nossi 𡬃
39690 nxfci 𡬄
39691 nfumi 𡬅
39692 nfjmi 𡬅
39693 nqjmi 𡬅
39694 nnfji 𡬆
39695 nxfzi 𡬇
39696 nyuci 𡬈
39697 .fjri 𡬉
39698 nxfzi 𡬊
39699 nxj;i 𡬋
39700 nxfji 𡬌
39701 nxf,i 𡬍
39702 nirsi 𡬎
39703 nizsi 𡬎
39704 narhi 𡬏
39705 nuaai 𡬐
39706 nxf;i 𡬑
39707 nxfvi 𡬒
39708 nxfbi 𡬓
39709 nmmii 𡬔
39710 nnrqi 𡬕
39711 nxf,i 𡬖
39712 nnuii 𡬗
39713 bbkhi 𡬘
39714 bbksi 𡬘
39715 nxfei 𡬙
39716 n.;;i 𡬚
39717 nny/i 𡬛
39718 nrkhi 𡬜
39719 fdhi 𡬝
39720 fhi 𡬝
39721 ssshi 𡬞
39722 lvfhi 𡬟
39723 bfhi 𡬠
39724 qtfhi 𡬡
39725 bgdhi 𡬢
39726 ;sfhi 𡬣
39727 pdfhi 𡬤
39728 jffhi 𡬥
39729 kqfhi 𡬦
39730 eachi 𡬧
39731 fjfhi 𡬨
39732 rjfhi 𡬨
39733 psfhi 𡬩
39734 lufhi 𡬪
39735 lmfhi 𡬫
39736 jfdhi 𡬬
39737 qfhi 𡬭
39738 nefhi 𡬮
39739 odfhi 𡬯
39740 ufhki 𡬰
39741 y;chi 𡬱
39742 wjfhi 𡬲
39743 ./fhi 𡬳
39744 kqdhi 𡬴
39745 a/rhi 𡬵
39746 tqshi 𡬶
39747 mefhi 𡬷
39748 wofhi 𡬸
39749 walhi 𡬹
39750 /aehi 𡬺
39751 jkkhi 𡬻
39752 jidhi 𡬼
39753 a/ahi 𡬽
39754 vqihi 𡬾
39755 q;;hi 𡬿
39756 /rrhi 𡭀
39757 bbkhi 𡭁
39758 vjphi 𡭂
39759 ajkhi 𡭃
39760 rrrhi 𡭄
39761 y;ghi 𡭅
39762 fpfhi 𡭆
39763 zfhki 𡭇
39764 ;;rhi 𡭈
39765 i.fhi 𡭉
39766 caihi 𡭊
39767 apkhi 𡭋
39768 vbjhi 𡭌
39769 .tdhi 𡭍
39770 walhi 𡭎
39771 zafhi 𡭏
39772 zlfhi 𡭏
39773 .athi 𡭐
39774 .wahi 𡭑
39775 .bjqi 𡭒
39776 olphi 𡭓
39777 aci 𡭕
39778 gci 𡭖
39779 kci 𡭗
39780 lgci 𡭘
39781 glci 𡭘
39782 cjai 𡭙
39783 aaaci 𡭚
39784 cfi 𡭛
39785 hjci 𡭜
39786 clci 𡭝
39787 c,i 𡭞
39788 clzi 𡭟
39789 cjqi 𡭠
39790 zxci 𡭡
39791 cvi 𡭢
39792 ccli 𡭣
39793 cari 𡭤
39794 l.cli 𡭥
39795 cvai 𡭦
39796 ddci 𡭧
39797 jci 𡭨
39798 ctki 𡭩
39799 cpsi 𡭪
39800 mcfhi 𡭫
39801 chjli 𡭬
39802 cq.i 𡭭
39803 czui 𡭮
39804 ccci 𡭯
39805 s,ci 𡭰
39806 ddcli 𡭱
39807 clddi 𡭲
39808 gci 𡭳
39809 cpci 𡭴
39810 cjpdi 𡭵
39811 causi 𡭶
39812 ca.i 𡭷
39813 cljqi 𡭸
39814 yxkli 𡭹
39815 claei 𡭺
39816 czasi 𡭻
39817 cplfi 𡭼
39818 clpci 𡭽
39819 c.gsi 𡭾
39820 cj;ni 𡭿
39821 clpji 𡮀
39822 cpfi 𡮁
39823 clpci 𡮂
39824 ff;ci 𡮃
39825 cnmsi 𡮄
39826 osci 𡮅
39827 cei 𡮆
39828 ykkci 𡮇
39829 .gfci 𡮈
39830 .gfsi 𡮈
39831 eci 𡮉
39832 crxki 𡮊
39833 crxhi 𡮊
39834 cv.i 𡮋
39835 c.tbi 𡮌
39836 coddi 𡮍
39837 ysyci 𡮎
39838 clcli 𡮏
39839 cccci 𡮐
39840 cl.si 𡮑
39841 lvgci 𡮒
39842 lvgsi 𡮒
39843 lfeli 𡮓
39844 irzci 𡮔
39845 cj;di 𡮕
39846 cbdsi 𡮖
39847 clzni 𡮗
39848 ravli 𡮘
39849 xuqci 𡮙
39850 cxj;i 𡮚
39851 ccpri 𡮛
39852 llzci 𡮜
39853 cjpi 𡮝
39854 nr;li 𡮞
39855 nf;li 𡮞
39856 xxcci 𡮟
39857 jcbji 𡮠
39858 ccusi 𡮡
39859 ccdsi 𡮡
39860 cj;pi 𡮢
39861 cefli 𡮣
39862 eflci 𡮤
39863 cefli 𡮥
39864 qpcli 𡮦
39865 jkaci 𡮧
39866 jkjci 𡮧
39867 /mci 𡮨
39868 eflli 𡮩
39869 craki 𡮪
39870 mzhci 𡮫
39871 ceni 𡮬
39872 tstci 𡮭
39873 ceni 𡮮
39874 cloni 𡮯
39875 nlvci 𡮰
39876 .zxci 𡮱
39877 cyrhi 𡮲
39878 /mcli 𡮳
39879 claki 𡮴
39880 clgki 𡮴
39881 cj;pi 𡮵
39882 opc;i 𡮶
39883 cqdmi 𡮷
39884 tstzi 𡮸
39885 clf.i 𡮹
39886 qdtci 𡮺
39887 qdtli 𡮻
39888 qdtli 𡮼
39889 cz.ni 𡮽
39890 rrrci 𡮾
39891 j;qli 𡮿
39892 vofci 𡯀
39893 zsi 𡯁
39894 ksi 𡯂
39895 zqi 𡯃
39896 zsbi 𡯄
39897 asbi 𡯅
39898 zsxi 𡯆
39899 zsei 𡯇
39900 zski 𡯈
39901 zsbi 𡯉
39902 azshi 𡯊
39903 zsafi 𡯋
39904 zsmi 𡯌
39905 zsqdi 𡯍
39906 zs.i 𡯎
39907 zshfi 𡯏
39908 zsvi 𡯐
39909 ksci 𡯑
39910 kspi 𡯒
39911 askei 𡯓
39912 zskli 𡯔
39913 zskji 𡯕
39914 zsl.i 𡯖
39915 kskei 𡯗
39916 zszbi 𡯘
39917 zs.bi 𡯘
39918 zspi 𡯙
39919 kslsi 𡯚
39920 kszqi 𡯛
39921 zsnki 𡯜
39922 asgi 𡯝
39923 zsaki 𡯞
39924 zshpi 𡯟
39925 ksnki 𡯠
39926 zslsi 𡯡
39927 zsa;i 𡯢
39928 zsl;i 𡯢
39929 zstxi 𡯣
39930 .zxsi 𡯤
39931 zs/i 𡯥
39932 zssvi 𡯦
39933 zslvi 𡯦
39934 zsgvi 𡯦
39935 kspqi 𡯧
39936 zskri 𡯨
39937 zscui 𡯩
39938 zsdri 𡯪
39939 kslki 𡯫
39940 zslki 𡯬
39941 zsdri 𡯭
39942 .zxhi 𡯮
39943 zshki 𡯯
39944 zsaxi 𡯰
39945 kslqi 𡯱
39946 ksdri 𡯲
39947 zsy;i 𡯳
39948 zsefi 𡯴
39949 zslwi 𡯵
39950 y;jhi 𡯶
39951 ksy;i 𡯷
39952 kszsi 𡯸
39953 zslxi 𡯹
39954 zsami 𡯺
39955 zspci 𡯻
39956 aeghi 𡯼
39957 zszxi 𡯽
39958 zsipi 𡯾
39959 zsjmi 𡯿
39960 zswoi 𡰀
39961 asopi 𡰁
39962 kspxi 𡰂
39963 zsmdi 𡰃
39964 zs.di 𡰃
39965 zs.zi 𡰄
39966 asmui 𡰅
39967 zslvi 𡰆
39968 ddasi 𡰇
39969 ljvsi 𡰈
39970 ksici 𡰉
39971 ksmui 𡰊
39972 zsdyi 𡰋
39973 zspwi 𡰌
39974 p;dsi 𡰍
39975 zsl,i 𡰎
39976 ascci 𡰏
39977 ewahi 𡰐
39978 ecahi 𡰐
39979 zsl;i 𡰑
39980 zsyri 𡰒
39981 p;dhi 𡰓
39982 y;;hi 𡰔
39983 ksyri 𡰕
39984 zs.ci 𡰖
39985 y;ysi 𡰗
39986 lz;hi 𡰘
39987 ipzhi 𡰙
39988 ,mqhi 𡰚
39989 ksqui 𡰛
39990 y;yhi 𡰜
39991 zsfyi 𡰝
39992 asfyi 𡰞
39993 ksyhi 𡰟
39994 ksyfi 𡰟
39995 ksyzi 𡰟
39996 zsyhi 𡰠
39997 zsyfi 𡰠
39998 zsyzi 𡰠
39999 ks.;i 𡰡
40000 zs.;i 𡰢
40001 tli 𡰣
40002 kbi 𡰤
40003 baai 𡰥
40004 bki 𡰦
40005 tli 𡰧
40006 badi 𡰨
40007 bti 𡰩
40008 b;i 𡰪
40009 bbhi 𡰫
40010 btgi 𡰬
40011 boi 𡰭
40012 edbi 𡰮
40013 dadbi 𡰮
40014 bjdi 𡰯
40015 bkji 𡰰
40016 bqi 𡰱
40017 bbi 𡰲
40018 bbi 𡰳
40019 tli 𡰴
40020 pli 𡰴
40021 bagi 𡰴
40022 bebi 𡰵
40023 bpi 𡰶
40024 bhfi 𡰷
40025 bfbi 𡰸
40026 blci 𡰹
40027 btji 𡰺
40028 btbi 𡰻
40029 bgfsi 𡰼
40030 bzshi 𡰽
40031 blgli 𡰾
40032 bagli 𡰾
40033 bk.i 𡰿
40034 y;bi 𡱀
40035 bozi 𡱁
40036 bassi 𡱂
40037 bjjdi 𡱃
40038 baahi 𡱄
40039 brahi 𡱄
40040 brxi 𡱅
40041 bajki 𡱆
40042 be;i 𡱇
40043 bl;i 𡱈
40044 tltli 𡱉
40045 bgci 𡱊
40046 pfbi 𡱋
40047 bapai 𡱌
40048 byxki 𡱍
40049 bjkki 𡱎
40050 bxi 𡱏
40051 bztgi 𡱐
40052 bxui 𡱑
40053 brki 𡱒
40054 baasi 𡱓
40055 baapi 𡱔
40056 b,qi 𡱕
40057 baaqi 𡱕
40058 bovi 𡱖
40059 brxi 𡱗
40060 bcasi 𡱘
40061 bsd.i 𡱙
40062 bklfi 𡱚
40063 bkozi 𡱛
40064 bs,i 𡱜
40065 bifi 𡱝
40066 bidi 𡱞
40067 bwgfi 𡱟
40068 r;bi 𡱠
40069 baei 𡱡
40070 bxozi 𡱢
40071 b.bdi 𡱣
40072 bclqi 𡱤
40073 bxk.i 𡱥
40074 beni 𡱦
40075 bclsi 𡱧
40076 bcsli 𡱧
40077 kbf;i 𡱨
40078 olqki 𡱩
40079 bnfbi 𡱪
40080 bloxi 𡱫
40081 blqfi 𡱬
40082 blqfi 𡱭
40083 bkpai 𡱮
40084 barfi 𡱯
40085 ba.i 𡱰
40086 b.lzi 𡱱
40087 bkksi 𡱲
40088 bccli 𡱳
40089 bwci 𡱴
40090 blqci 𡱵
40091 b;l;i 𡱶
40092 b;;i 𡱶
40093 baesi 𡱷
40094 j.eki 𡱸
40095 b.qsi 𡱹
40096 b.l;i 𡱺
40097 baeai 𡱻
40098 bpvi 𡱼
40099 bl.ni 𡱽
40100 baebi 𡱾
40101 bpl.i 𡱿
40102 bnkqi 𡲀
40103 b.zhi 𡲁
40104 edbai 𡲂
40105 dadai 𡲂
40106 bzari 𡲃
40107 boafi 𡲄
40108 booi 𡲄
40109 baffi 𡲄
40110 bvfbi 𡲅
40111 bxfbi 𡲆
40112 b;mi 𡲇
40113 blq.i 𡲈
40114 blqpi 𡲉
40115 blqui 𡲊
40116 blqbi 𡲋
40117 bqoai 𡲌
40118 b;xbi 𡲍
40119 blpfi 𡲎
40120 b.qsi 𡲏
40121 b.gsi 𡲐
40122 bwozi 𡲑
40123 bwddi 𡲒
40124 bffi 𡲓
40125 bozqi 𡲔
40126 b.pxi 𡲕
40127 bp.hi 𡲖
40128 bzhdi 𡲗
40129 bcci 𡲘
40130 ba/ri 𡲙
40131 bipi 𡲚
40132 b..qi 𡲛
40133 bkkfi 𡲜
40134 bqpxi 𡲝
40135 kbs;i 𡲞
40136 b.lmi 𡲟
40137 b;gbi 𡲠
40138 b;abi 𡲠
40139 edbqi 𡲡
40140 dadqi 𡲡
40141 edbsi 𡲡
40142 dadsi 𡲡
40143 bfb;i 𡲢
40144 bt.qi 𡲣
40145 blqai 𡲤
40146 blqri 𡲥
40147 bqdni 𡲦
40148 blqvi 𡲧
40149 blqxi 𡲨
40150 bcqqi 𡲩
40151 blqfi 𡲪
40152 blqdi 𡲫
40153 bcddi 𡲬
40154 blqxi 𡲭
40155 blpqi 𡲮
40156 bdkbi 𡲯
40157 bkdbi 𡲯
40158 bkkbi 𡲯
40159 b.ivi 𡲰
40160 bdkfi 𡲱
40161 bkdfi 𡲱
40162 bkkfi 𡲱
40163 b.x.i 𡲲
40164 btgki 𡲳
40165 b,,i 𡲴
40166 bkksi 𡲵
40167 b,sdi 𡲶
40168 baadi 𡲶
40169 bffvi 𡲷
40170 blq,i 𡲸
40171 bl,wi 𡲹
40172 b,kui 𡲺
40173 bk,ui 𡲺
40174 bq;di 𡲻
40175 blqki 𡲼
40176 bljsi 𡲽
40177 b..wi 𡲾
40178 bxpxi 𡲿
40179 blqsi 𡳀
40180 b,zhi 𡳁
40181 bdqii 𡳂
40182 blqxi 𡳃
40183 b;y;i 𡳄
40184 b;f;i 𡳄
40185 blpsi 𡳅
40186 bbqsi 𡳅
40187 beuai 𡳆
40188 bbb.i 𡳇
40189 b,,ri 𡳈
40190 b,,.i 𡳉
40191 blqfi 𡳊
40192 bzhxi 𡳋
40193 bzaxi 𡳋
40194 b.b.i 𡳌
40195 bxl;i 𡳍
40196 blq;i 𡳎
40197 bs,;i 𡳏
40198 b.l.i 𡳐
40199 blkri 𡳑
40200 bkkai 𡳑
40201 blqdi 𡳒
40202 blqci 𡳓
40203 blq.i 𡳔
40204 blqei 𡳕
40205 blqqi 𡳖
40206 blqbi 𡳗
40207 baddi 𡳘
40208 bkdvi 𡳙
40209 bdkvi 𡳙
40210 bgpxi 𡳚
40211 b,r;i 𡳛
40212 blqfi 𡳜
40213 blqfi 𡳝
40214 b,mqi 𡳞
40215 bg;pi 𡳟
40216 bg;si 𡳟
40217 baami 𡳠
40218 bkjmi 𡳠
40219 bdkdi 𡳡
40220 bkddi 𡳡
40221 bkkdi 𡳡
40222 bkrti 𡳢
40223 rlpki 𡳣
40224 bkrti 𡳤
40225 bgyfi 𡳥
40226 blqbi 𡳦
40227 pfbfi 𡳧
40228 bvbvi 𡳨
40229 blqpi 𡳩
40230 blqyi 𡳪
40231 bp,ri 𡳫
40232 bepui 𡳬
40233 bqvvi 𡳭
40234 blvmi 𡳮
40235 bvl;i 𡳯
40236 bp;;i 𡳰
40237 blqmi 𡳱
40238 blqmi 𡳲
40239 blqpi 𡳳
40240 yurhi 𡳴
40241 yurfi 𡳴
40242 yurzi 𡳴
40243 b,wpi 𡳵
40244 fdpwi 𡳶
40245 ba/.i 𡳷
40246 b.zei 𡳸
40247 blqqi 𡳹
40248 blqxi 𡳺
40249 bjbji 𡳻
40250 roddi 𡳼
40251 lg,ri 𡳽
40252 dsi 𡳾
40253 sddai 𡳿
40254 dsdai 𡳿
40255 dfi 𡴀
40256 dxi 𡴁
40257 ddsi 𡴂
40258 agadi 𡴃
40259 djsi 𡴄
40260 djdi 𡴅
40261 dyki 𡴆
40262 dfi 𡴇
40263 addgi 𡴈
40264 agddi 𡴈
40265 adshi 𡴉
40266 dajai 𡴊
40267 dszi 𡴋
40268 ikdi 𡴌
40269 dalri 𡴍
40270 daari 𡴍
40271 dlei 𡴎
40272 dkpi 𡴏
40273 dpfi 𡴐
40274 dk;di 𡴑
40275 daibi 𡴒
40276 dakbi 𡴒
40277 lj.si 𡴓
40278 dzhbi 𡴔
40279 dzabi 𡴔
40280 doszi 𡴕
40281 dkifi 𡴖
40282 d;l;i 𡴗
40283 d;;i 𡴗
40284 lzidi 𡴘
40285 dlpfi 𡴙
40286 ddkji 𡴚
40287 drsfi 𡴛
40288 drszi 𡴛
40289 dkkpi 𡴜
40290 dsdfi 𡴝
40291 dsdai 𡴝
40292 dslfi 𡴝
40293 dslai 𡴝
40294 dzfsi 𡴞
40295 dvasi 𡴞
40296 dkffi 𡴟
40297 dddri 𡴠
40298 dkf;i 𡴡
40299 di;;i 𡴡
40300 did;i 𡴡
40301 adsai 𡴢
40302 adsdi 𡴣
40303 kkkdi 𡴤
40304 dy.mi 𡴥
40305 dp,i 𡴦
40306 deesi 𡴧
40307 deeqi 𡴧
40308 dddfi 𡴨
40309 dkf;i 𡴩
40310 dakki 𡴪
40311 dykki 𡴫
40312 kkkdi 𡴬
40313 dsi 𡴭
40314 dgi 𡴮
40315 dsi 𡴯
40316 dgi 𡴰
40317 dggi 𡴰
40318 dgsi 𡴱
40319 jdi 𡴲
40320 ddi 𡴳
40321 lsdi 𡴴
40322 sldi 𡴴
40323 dadi 𡴵
40324 dadi 𡴶
40325 .di 𡴷
40326 sdi 𡴸
40327 dji 𡴹
40328 jdi 𡴺
40329 jdi 𡴻
40330 dgsi 𡴼
40331 dbi 𡴽
40332 dtsi 𡴾
40333 dlshi 𡴿
40334 dslhi 𡴿
40335 dysi 𡵀
40336 jhdi 𡵁
40337 dasi 𡵂
40338 dafi 𡵃
40339 dfi 𡵄
40340 dedi 𡵅
40341 ddddi 𡵅
40342 dtsi 𡵆
40343 dgfi 𡵇
40344 dzsi 𡵈
40345 dasi 𡵉
40346 desi 𡵊
40347 desi 𡵋
40348 d.hi 𡵌
40349 dh.i 𡵌
40350 ysdi 𡵍
40351 lshdi 𡵎
40352 slhdi 𡵎
40353 dxi 𡵏
40354 dalsi 𡵐
40355 dasli 𡵐
40356 jhdi 𡵑
40357 jkdi 𡵑
40358 tsdi 𡵒
40359 dzxi 𡵓
40360 dzshi 𡵔
40361 jydi 𡵕
40362 d,i 𡵖
40363 dgzi 𡵗
40364 dgi 𡵘
40365 doji 𡵙
40366 dkei 𡵚
40367 dk.i 𡵛
40368 dofi 𡵜
40369 dkki 𡵝
40370 dfi 𡵞
40371 dtdsi 𡵟
40372 jkdi 𡵠
40373 y.di 𡵡
40374 dzbi 𡵢
40375 ofdi 𡵣
40376 dadi 𡵤
40377 dqdli 𡵥
40378 dzxi 𡵦
40379 daasi 𡵧
40380 debi 𡵨
40381 edi 𡵩
40382 madi 𡵪
40383 ddi 𡵫
40384 dvi 𡵬
40385 adsdi 𡵭
40386 daxi 𡵮
40387 dcli 𡵯
40388 dci 𡵰
40389 doi 𡵱
40390 d.i 𡵲
40391 dkji 𡵳
40392 dkxi 𡵴
40393 dsfi 𡵵
40394 l.di 𡵶
40395 dssi 𡵷
40396 dbki 𡵸
40397 ssdi 𡵹
40398 dlxi 𡵺
40399 dysi 𡵻
40400 d,i 𡵼
40401 gaddi 𡵽
40402 gfsdi 𡵾
40403 dxgi 𡵿
40404 djki 𡶀
40405 dadsi 𡶁
40406 dzaai 𡶂
40407 dgsi 𡶃
40408 dltsi 𡶄
40409 dq;i 𡶅
40410 dq;i 𡶆
40411 nldi 𡶇
40412 d;.i 𡶈
40413 dlni 𡶉
40414 dogsi 𡶊
40415 dblsi 𡶋
40416 dbsli 𡶋
40417 dgi 𡶌
40418 dkysi 𡶍
40419 davi 𡶎
40420 dddi 𡶏
40421 db;i 𡶐
40422 drai 𡶑
40423 dtgei 𡶒
40424 ddi 𡶓
40425 dzxi 𡶔
40426 gcdi 𡶕
40427 dz.hi 𡶖
40428 dzbhi 𡶖
40429 dzlhi 𡶖
40430 dtssi 𡶗
40431 tsadi 𡶘
40432 dzxi 𡶙
40433 dpi 𡶚
40434 deaci 𡶛
40435 dohi 𡶜
40436 dj;i 𡶝
40437 d.hi 𡶞
40438 dmgsi 𡶟
40439 oidi 𡶠
40440 dii 𡶡
40441 d;si 𡶢
40442 dk.i 𡶣
40443 djfi 𡶤
40444 db;i 𡶥
40445 doai 𡶦
40446 dyi 𡶧
40447 dzlfi 𡶨
40448 /di 𡶩
40449 gdi 𡶪
40450 dlei 𡶫
40451 j..di 𡶬
40452 dafei 𡶭
40453 djlqi 𡶮
40454 dlp.i 𡶯
40455 drlqi 𡶰
40456 d.zxi 𡶱
40457 dlgvi 𡶲
40458 dglvi 𡶲
40459 dsvi 𡶲
40460 jokdi 𡶳
40461 dni 𡶴
40462 drki 𡶵
40463 d.qi 𡶶
40464 dmqi 𡶷
40465 ;ddi 𡶸
40466 dxagi 𡶹
40467 dsadi 𡶺
40468 dngfi 𡶻
40469 da/i 𡶼
40470 dgcai 𡶽
40471 dalpi 𡶾
40472 dcci 𡶿
40473 casdi 𡷀
40474 dky.i 𡷁
40475 dm;i 𡷂
40476 dlaxi 𡷃
40477 dlari 𡷄
40478 drri 𡷅
40479 apadi 𡷆
40480 ;;di 𡷇
40481 dddi 𡷈
40482 dkhdi 𡷉
40483 dikdi 𡷉
40484 ladi 𡷊
40485 lghdi 𡷊
40486 ldi 𡷊
40487 dkxsi 𡷋
40488 djfdi 𡷌
40489 dcqi 𡷍
40490 dnafi 𡷎
40491 dtfi 𡷏
40492 dtxi 𡷐
40493 daaki 𡷑
40494 dkjki 𡷑
40495 eqadi 𡷒
40496 dzfi 𡷓
40497 dsvi 𡷔
40498 dlgvi 𡷔
40499 dglvi 𡷔
40500 dblqi 𡷕
40501 dqi 𡷖
40502 dnasi 𡷗
40503 d;lei 𡷘
40504 d;bei 𡷘
40505 dgfti 𡷙
40506 dgzti 𡷙
40507 deji 𡷚
40508 dpafi 𡷛
40509 dzyri 𡷜
40510 daesi 𡷝
40511 dtsni 𡷞
40512 darfi 𡷟
40513 dosbi 𡷠
40514 d;ui 𡷡
40515 dysni 𡷢
40516 divi 𡷣
40517 d;gzi 𡷤
40518 d;azi 𡷤
40519 o;di 𡷥
40520 bjdi 𡷦
40521 lpqdi 𡷦
40522 d;igi 𡷧
40523 d;kgi 𡷧
40524 dawqi 𡷨
40525 lfkdi 𡷩
40526 lrkdi 𡷩
40527 ddazi 𡷪
40528 dzgxi 𡷫
40529 ddkgi 𡷬
40530 ddigi 𡷬
40531 dj;si 𡷭
40532 djpsi 𡷭
40533 dy;bi 𡷮
40534 dqkki 𡷯
40535 dzaxi 𡷰
40536 dblqi 𡷱
40537 drysi 𡷲
40538 dztki 𡷳
40539 ddigi 𡷴
40540 ddkgi 𡷴
40541 d;vi 𡷵
40542 ddkfi 𡷶
40543 dbci 𡷷
40544 drlfi 𡷸
40545 djsi 𡷹
40546 fcdi 𡷺
40547 dvdi 𡷻
40548 dvdi 𡷼
40549 dv;i 𡷽
40550 dapi 𡷾
40551 d;ci 𡷿
40552 djk;i 𡸀
40553 lardi 𡸁
40554 lfrdi 𡸁
40555 divi 𡸂
40556 dinai 𡸃
40557 dkkri 𡸄
40558 dtg.i 𡸅
40559 dgrdi 𡸆
40560 d.vi 𡸇
40561 dpii 𡸈
40562 dlvei 𡸉
40563 dj;si 𡸊
40564 djpsi 𡸊
40565 dpkki 𡸋
40566 dkyri 𡸌
40567 dj;bi 𡸍
40568 dbji 𡸎
40569 dlpji 𡸎
40570 dkyi 𡸏
40571 ddkji 𡸐
40572 dpl.i 𡸑
40573 dgzhi 𡸒
40574 dkkki 𡸓
40575 dsrri 𡸔
40576 dnkgi 𡸕
40577 dpvi 𡸖
40578 dqsi 𡸗
40579 daebi 𡸘
40580 dplvi 𡸙
40581 daxxi 𡸚
40582 digki 𡸛
40583 dkhki 𡸛
40584 dfuai 𡸜
40585 dfjsi 𡸜
40586 dylfi 𡸝
40587 djoi 𡸞
40588 dwpi 𡸟
40589 dlefi 𡸠
40590 z;;di 𡸡
40591 dosi 𡸢
40592 dosi 𡸣
40593 dxaxi 𡸤
40594 dnmsi 𡸥
40595 dpgzi 𡸦
40596 tsadi 𡸧
40597 daebi 𡸨
40598 dizsi 𡸩
40599 dkzsi 𡸩
40600 dqtdi 𡸪
40601 dlafi 𡸫
40602 difi 𡸫
40603 dleti 𡸬
40604 aeadi 𡸭
40605 dtci 𡸮
40606 dwci 𡸮
40607 d.vi 𡸯
40608 dghi 𡸰
40609 d,pi 𡸱
40610 dqsi 𡸲
40611 dfrsi 𡸳
40612 di;ki 𡸴
40613 d.tdi 𡸵
40614 djtdi 𡸵
40615 dnaci 𡸶
40616 draki 𡸷
40617 zdi 𡸸
40618 dzi 𡸹
40619 drui 𡸺
40620 dvkei 𡸻
40621 drpdi 𡸼
40622 dfuai 𡸽
40623 dfjsi 𡸽
40624 d;psi 𡸾
40625 d;jdi 𡸿
40626 dkx.i 𡹀
40627 lfedi 𡹁
40628 d.jdi 𡹂
40629 drk.i 𡹃
40630 daeai 𡹄
40631 aeadi 𡹅
40632 drsfi 𡹆
40633 drszi 𡹆
40634 dvvi 𡹇
40635 datci 𡹈
40636 defbi 𡹉
40637 djzi 𡹊
40638 dpy.i 𡹋
40639 dpui 𡹌
40640 dpf;i 𡹍
40641 dpji 𡹎
40642 dpddi 𡹏
40643 dkyi 𡹐
40644 d.lri 𡹑
40645 d.ari 𡹑
40646 dkkpi 𡹒
40647 digni 𡹓
40648 dkhni 𡹓
40649 duui 𡹔
40650 dy.si 𡹕
40651 d,,i 𡹖
40652 dnkgi 𡹗
40653 g.di 𡹘
40654 dtjdi 𡹙
40655 vvdi 𡹚
40656 dzpsi 𡹛
40657 dlvwi 𡹜
40658 dnkqi 𡹝
40659 dy;ci 𡹞
40660 dvjsi 𡹟
40661 dnuai 𡹠
40662 dy;ci 𡹡
40663 doni 𡹢
40664 dtqdi 𡹣
40665 dplvi 𡹤
40666 dodri 𡹥
40667 dolri 𡹥
40668 dnaci 𡹦
40669 deabi 𡹧
40670 dpjbi 𡹨
40671 qdtdi 𡹩
40672 dagai 𡹪
40673 dgdai 𡹪
40674 dgj;i 𡹫
40675 dm;i 𡹬
40676 dnari 𡹭
40677 di;fi 𡹮
40678 dp;bi 𡹯
40679 dfbli 𡹰
40680 dxagi 𡹱
40681 dgcui 𡹲
40682 dkxhi 𡹳
40683 dlvri 𡹴
40684 dlvai 𡹴
40685 dlaci 𡹴
40686 dlavi 𡹴
40687 dktzi 𡹵
40688 dqpwi 𡹶
40689 dt.qi 𡹷
40690 dl.ni 𡹸
40691 f;udi 𡹹
40692 dcuei 𡹺
40693 dzqgi 𡹻
40694 dzyi 𡹼
40695 dskki 𡹽
40696 dkksi 𡹽
40697 dpaki 𡹾
40698 dzfsi 𡹿
40699 dvasi 𡹿
40700 dn.;i 𡺀
40701 detbi 𡺁
40702 dgjfi 𡺂
40703 dkdhi 𡺃
40704 ddkhi 𡺃
40705 dvaxi 𡺄
40706 dtfbi 𡺅
40707 tzudi 𡺆
40708 dtlei 𡺇
40709 dypi 𡺈
40710 dzpri 𡺉
40711 dkkji 𡺊
40712 dalmi 𡺋
40713 djjzi 𡺌
40714 dopi 𡺍
40715 dj;hi 𡺎
40716 djphi 𡺎
40717 dozki 𡺏
40718 drlpi 𡺐
40719 drlhi 𡺐
40720 drsvi 𡺑
40721 dzyxi 𡺒
40722 dqqpi 𡺓
40723 pacdi 𡺔
40724 dmbi 𡺕
40725 ddxdi 𡺖
40726 dxddi 𡺖
40727 dxxdi 𡺖
40728 dlzji 𡺗
40729 doji 𡺗
40730 dlv,i 𡺘
40731 dlpci 𡺙
40732 dipi 𡺚
40733 ddkki 𡺛
40734 dkjhi 𡺜
40735 djzzi 𡺝
40736 dypi 𡺞
40737 dnaai 𡺟
40738 djqi 𡺠
40739 dlgui 𡺡
40740 dglui 𡺡
40741 dg.ui 𡺡
40742 dmei 𡺢
40743 dy;di 𡺣
40744 dxi 𡺤
40745 dpmi 𡺥
40746 dlgui 𡺦
40747 dglui 𡺦
40748 dg.ui 𡺦
40749 jt.di 𡺧
40750 dt;qi 𡺨
40751 dm;i 𡺩
40752 dja.i 𡺪
40753 d.oi 𡺫
40754 dikui 𡺬
40755 dqmi 𡺭
40756 dzusi 𡺮
40757 dmodi 𡺯
40758 d.odi 𡺯
40759 dtyfi 𡺰
40760 dbgbi 𡺱
40761 dtx.i 𡺲
40762 al.di 𡺳
40763 a.adi 𡺳
40764 daldi 𡺳
40765 da.di 𡺳
40766 dnkdi 𡺴
40767 d.fli 𡺵
40768 nrkdi 𡺶
40769 dal.i 𡺷
40770 drlpi 𡺸
40771 dizoi 𡺹
40772 dkzoi 𡺹
40773 d.tgi 𡺺
40774 dgbri 𡺻
40775 dljvi 𡺼
40776 daxpi 𡺽
40777 dacpi 𡺽
40778 dkyfi 𡺾
40779 dtr.i 𡺿
40780 dd.fi 𡻀
40781 dodbi 𡻁
40782 darpi 𡻂
40783 dqmi 𡻃
40784 dprhi 𡻄
40785 dldi 𡻅
40786 dljfi 𡻆
40787 dljfi 𡻇
40788 dzlvi 𡻈
40789 drjri 𡻉
40790 drxui 𡻊
40791 dmui 𡻋
40792 ddzxi 𡻌
40793 ddlxi 𡻍
40794 dkygi 𡻎
40795 dkyli 𡻎
40796 dkksi 𡻏
40797 dkxbi 𡻐
40798 djahi 𡻑
40799 bgddi 𡻒
40800 dky;i 𡻓
40801 dchxi 𡻔
40802 dzaxi 𡻕
40803 d;mi 𡻖
40804 dqjki 𡻗
40805 dquki 𡻗
40806 dfuki 𡻗
40807 dfjki 𡻗
40808 dirui 𡻘
40809 dy;ti 𡻙
40810 dntci 𡻚
40811 dakfi 𡻛
40812 dnkri 𡻜
40813 dwpvi 𡻝
40814 dpffi 𡻞
40815 dprfi 𡻞
40816 dfpzi 𡻟
40817 dnr,i 𡻠
40818 digpi 𡻡
40819 dkhpi 𡻡
40820 ditpi 𡻡
40821 dprfi 𡻢
40822 dlvmi 𡻣
40823 nvvdi 𡻤
40824 dnvvi 𡻥
40825 dddgi 𡻦
40826 qifdi 𡻧
40827 dykxi 𡻨
40828 dp/bi 𡻩
40829 dbb.i 𡻪
40830 dy;;i 𡻫
40831 dhozi 𡻬
40832 dpxi 𡻭
40833 dg;si 𡻮
40834 dz..i 𡻯
40835 dmaci 𡻰
40836 dpxi 𡻱
40837 dzpji 𡻲
40838 dy;ti 𡻳
40839 dtr.i 𡻴
40840 do;;i 𡻵
40841 dca.i 𡻶
40842 dzexi 𡻷
40843 drari 𡻸
40844 df.fi 𡻹
40845 drjdi 𡻺
40846 delii 𡻻
40847 dcpei 𡻼
40848 dprxi 𡻽
40849 dprki 𡻽
40850 dp,di 𡻾
40851 didi 𡻿
40852 dkkfi 𡼀
40853 dy.mi 𡼁
40854 dyqqi 𡼂
40855 dctwi 𡼃
40856 dnkri 𡼄
40857 daeji 𡼅
40858 de.si 𡼆
40859 dp..i 𡼇
40860 dlp.i 𡼇
40861 drihi 𡼈
40862 opbdi 𡼉
40863 dxxxi 𡼊
40864 dzqbi 𡼋
40865 dnrsi 𡼌
40866 dcp.i 𡼍
40867 dr;;i 𡼎
40868 depi 𡼏
40869 oasdi 𡼐
40870 d;;gi 𡼑
40871 da/fi 𡼒
40872 dipzi 𡼓
40873 dqami 𡼔
40874 dkydi 𡼕
40875 y;gdi 𡼖
40876 dljfi 𡼗
40877 dddgi 𡼘
40878 ddkgi 𡼙
40879 ;;d;i 𡼚
40880 dalxi 𡼛
40881 darui 𡼜
40882 dffmi 𡼝
40883 drlti 𡼞
40884 da/si 𡼟
40885 dxxxi 𡼠
40886 dp,i 𡼡
40887 dtqhi 𡼢
40888 dtdei 𡼣
40889 dtedi 𡼣
40890 d;;fi 𡼤
40891 deui 𡼥
40892 dna.i 𡼦
40893 dbcfi 𡼧
40894 dvvvi 𡼨
40895 dpyci 𡼩
40896 dli;i 𡼪
40897 dzzpi 𡼫
40898 da/fi 𡼬
40899 dzqki 𡼭
40900 dpyci 𡼮
40901 ;;pdi 𡼯
40902 dd;gi 𡼰
40903 d;dgi 𡼰
40904 dptqi 𡼱
40905 dijki 𡼲
40906 dk/pi 𡼳
40907 dkkji 𡼴
40908 d,mqi 𡼵
40909 dxxci 𡼶
40910 d,p,i 𡼷
40911 dltfi 𡼸
40912 dvr.i 𡼹
40913 dosci 𡼺
40914 larei 𡼻
40915 lfrei 𡼻
40916 dfpui 𡼼
40917 dibki 𡼽
40918 di/pi 𡼾
40919 dnkdi 𡼿
40920 d.h.i 𡽀
40921 dljfi 𡽁
40922 dr;bi 𡽂
40923 tzqdi 𡽃
40924 dlp.i 𡽄
40925 djqni 𡽅
40926 dnfki 𡽆
40927 dnqki 𡽆
40928 dfpmi 𡽇
40929 dbcdi 𡽈
40930 dykei 𡽉
40931 dcjpi 𡽊
40932 dyhci 𡽋
40933 r;idi 𡽌
40934 dpfii 𡽍
40935 dpeii 𡽍
40936 dfdii 𡽍
40937 ddfii 𡽍
40938 dffii 𡽍
40939 dirai 𡽎
40940 dalsi 𡽏
40941 dzb.i 𡽐
40942 djati 𡽑
40943 djaai 𡽑
40944 djaqi 𡽑
40945 djasi 𡽑
40946 dvaai 𡽒
40947 ddvai 𡽒
40948 ddiqi 𡽓
40949 dpkfi 𡽔
40950 djkri 𡽔
40951 dljfi 𡽕
40952 djjfi 𡽖
40953 djjqi 𡽖
40954 di;ki 𡽗
40955 ds.;i 𡽘
40956 dplki 𡽙
40957 ivddi 𡽚
40958 dgkyi 𡽛
40959 dlvyi 𡽜
40960 dfy;i 𡽝
40961 dsrpi 𡽞
40962 dnb.i 𡽟
40963 dtbmi 𡽠
40964 dj;si 𡽡
40965 djpsi 𡽡
40966 dbbyi 𡽢
40967 dzphi 𡽣
40968 d,,qi 𡽤
40969 dkkxi 𡽥
40970 dnb.i 𡽦
40971 dzrsi 𡽧
40972 dae.i 𡽨
40973 daeki 𡽨
40974 dr;ri 𡽩
40975 d.a.i 𡽪
40976 dwv.i 𡽫
40977 ozadi 𡽬
40978 dxxxi 𡽭
40979 dfg,i 𡽮
40980 dlvpi 𡽯
40981 dxkyi 𡽰
40982 drkxi 𡽱
40983 dvyhi 𡽲
40984 dqdui 𡽳
40985 dzsxi 𡽴
40986 dxaxi 𡽴
40987 daxxi 𡽴
40988 dcahi 𡽵
40989 dljei 𡽶
40990 dljfi 𡽶
40991 dlesi 𡽷
40992 d.qni 𡽸
40993 dibmi 𡽹
40994 dkhmi 𡽹
40995 .yzdi 𡽺
40996 dcqoi 𡽻
40997 dnzci 𡽼
40998 dnyci 𡽼
40999 dnzvi 𡽼
41000 dnyvi 𡽼
41001 d/,,i 𡽽
41002 dqdui 𡽾
41003 dddci 𡽿
41004 ddkgi 𡾀
41005 dkkgi 𡾀
41006 dcbni 𡾁
41007 dalbi 𡾂
41008 dckxi 𡾃
41009 dp;.i 𡾄
41010 depni 𡾅
41011 d.;mi 𡾆
41012 dnrki 𡾇
41013 dnkgi 𡾈
41014 dnvoi 𡾉
41015 dpppi 𡾊
41016 dpppi 𡾋
41017 dyq,i 𡾌
41018 dkpci 𡾍
41019 z,pdi 𡾎
41020 dgggi 𡾏
41021 deii 𡾐
41022 dkkqi 𡾑
41023 dlpvi 𡾒
41024 dxlvi 𡾒
41025 dbkpi 𡾓
41026 pppdi 𡾔
41027 ddc.i 𡾕
41028 dgoxi 𡾖
41029 dddzi 𡾗
41030 dy;fi 𡾘
41031 dq;;i 𡾙
41032 dq;ai 𡾙
41033 da;;i 𡾙
41034 da;ai 𡾙
41035 dnnvi 𡾚
41036 doxfi 𡾛
41037 dzkyi 𡾜
41038 dy/xi 𡾝
41039 dirxi 𡾞
41040 dewxi 𡾟
41041 decxi 𡾠
41042 dcaji 𡾡
41043 dnrni 𡾢
41044 dnfni 𡾢
41045 dqimi 𡾣
41046 db;fi 𡾤
41047 djsxi 𡾥
41048 duaxi 𡾥
41049 ddlfi 𡾦
41050 ddefi 𡾦
41051 dkyei 𡾧
41052 dy/xi 𡾨
41053 yuqdi 𡾩
41054 dtgai 𡾪
41055 dlvmi 𡾫
41056 dlg,i 𡾬
41057 dnyvi 𡾭
41058 du,fi 𡾮
41059 dt.ni 𡾯
41060 dnrci 𡾰
41061 dtg.i 𡾱
41062 dflfi 𡾲
41063 dxlni 𡾳
41064 di;ki 𡾴
41065 doxyi 𡾵
41066 dnkni 𡾶
41067 dzggi 𡾷
41068 dmmwi 𡾸
41069 dlevi 𡾹
41070 dkkxi 𡾺
41071 dzsxi 𡾻
41072 dxaxi 𡾻
41073 daxxi 𡾻
41074 dkybi 𡾼
41075 dxkpi 𡾽
41076 dioxi 𡾾
41077 dfdii 𡾿
41078 ddfii 𡾿
41079 dffii 𡾿
41080 dpfii 𡾿
41081 dpeii 𡾿
41082 ddk;i 𡿀
41083 lvwdi 𡿁
41084 dnari 𡿂
41085 dn.mi 𡿃
41086 dfzxi 𡿄
41087 dfxxi 𡿄
41088 dfaxi 𡿄
41089 dpmmi 𡿅
41090 doxwi 𡿆
41091 d/xyi 𡿇
41092 dggvi 𡿈
41093 fppdi 𡿉
41094 rzkdi 𡿊
41095 dfp/i 𡿋
41096 deevi 𡿌
41097 dosmi 𡿍
41098 dy.yi 𡿎
41099 d/xyi 𡿏
41100 dnvei 𡿐
41101 dj,qi 𡿑
41102 dflfi 𡿒
41103 dcj,i 𡿓
41104 dppxi 𡿔
41105 deqhi 𡿕
41106 dfjii 𡿖
41107 drjii 𡿖
41108 dflvi 𡿗
41109 ddxpi 𡿘
41110 d.x,i 𡿙
41111 dflbi 𡿚
41112 dfebi 𡿚
41113 dzgvi 𡿛
41114 dppxi 𡿜
41115 dqdxi 𡿝
41116 dyxgi 𡿞
41117 dxygi 𡿞
41118 dfe.i 𡿟
41119 dfl.i 𡿟
41120 du,qi 𡿠
41121 dz;ki 𡿡
41122 dlesi 𡿢
41123 dyjhi 𡿣
41124 fkp;i 𡿤
41125 dvo.i 𡿥
41126 kkki 𡿦
41127 wai 𡿧
41128 wjai 𡿩
41129 wmi 𡿪
41130 ysedi 𡿫
41131 ysddi 𡿫
41132 kswi 𡿬
41133 wwi 𡿭
41134 zwi 𡿮
41135 yxwi 𡿮
41136 pwi 𡿯
41137 qawi 𡿰
41138 qwi 𡿰
41139 aeawi 𡿰
41140 awlri 𡿱
41141 awari 𡿱
41142 wjfi 𡿲
41143 wsfi 𡿳
41144 qwi 𡿴
41145 wf;i 𡿵
41146 wvai 𡿶
41147 w;;i 𡿷
41148 wap.i 𡿸
41149 w;ddi 𡿹
41150 w;di 𡿹
41151 wlp.i 𡿺
41152 wlpmi 𡿺
41153 wlphi 𡿺
41154 l/wi 𡿻
41155 w/fi 𡿼
41156 .ewi 𡿽
41157 wkyi 𡿾
41158 qawxi 𡿿
41159 wosi 𢀀
41160 wamhi 𢀁
41161 wjkci 𢀂
41162 rsqwi 𢀃
41163 fdwsi 𢀄
41164 wjkei 𢀅
41165 wl;,i 𢀆
41166 wlpsi 𢀇
41167 wp.si 𢀇
41168 wp.si 𢀈
41169 wp.;i 𢀉
41170 wep;i 𢀉
41171 wpvki 𢀊
41172 wpvdi 𢀋
41173 wpvvi 𢀌
41174 py;si 𢀍
41175 lpwwi 𢀎
41176 wolmi 𢀏
41177 xwpsi 𢀐
41178 wp.si 𢀐
41179 qgi 𢀑
41180 adti 𢀑
41181 qsi 𢀒
41182 qsi 𢀓
41183 qgi 𢀓
41184 qgi 𢀔
41185 qgi 𢀕
41186 bqi 𢀖
41187 bri 𢀖
41188 qdsi 𢀗
41189 qei 𢀘
41190 qsdi 𢀙
41191 aeai 𢀚
41192 qaaai 𢀚
41193 q;i 𢀛
41194 qsfi 𢀜
41195 qszi 𢀜
41196 qkdli 𢀝
41197 qbi 𢀞
41198 qtli 𢀞
41199 xjqi 𢀟
41200 lzzqi 𢀠
41201 ozqi 𢀠
41202 zqzqi 𢀡
41203 qjsi 𢀢
41204 qkkbi 𢀣
41205 qosbi 𢀤
41206 qtfti 𢀥
41207 qtgoi 𢀦
41208 qtifi 𢀧
41209 qthti 𢀨
41210 kkkqi 𢀩
41211 qajki 𢀪
41212 awqsi 𢀫
41213 qthui 𢀬
41214 qtfui 𢀭
41215 yp;ti 𢀮
41216 aezqi 𢀯
41217 adzqi 𢀯
41218 adaqi 𢀰
41219 aeaqi 𢀰
41220 qtuvi 𢀱
41221 qtvmi 𢀲
41222 tsi 𢀳
41223 .tsi 𢀴
41224 tstsi 𢀵
41225 tgtsi 𢀶
41226 gctsi 𢀷
41227 emtsi 𢀸
41228 letsi 𢀹
41229 zdtsi 𢀺
41230 iztsi 𢀻
41231 iaksi 𢀻
41232 rktsi 𢀼
41233 .etsi 𢀽
41234 gfgsi 𢀾
41235 gfbsi 𢀾
41236 gcasi 𢀿
41237 rklsi 𢁀
41238 a.hsi 𢁁
41239 raksi 𢁂
41240 ddksi 𢁃
41241 eozsi 𢁄
41242 eaosi 𢁄
41243 tstfi 𢁅
41244 ykjsi 𢁆
41245 gfgsi 𢁇
41246 gfbsi 𢁇
41247 pacsi 𢁈
41248 tstki 𢁉
41249 tdsxi 𢁊
41250 tds.i 𢁋
41251 tstki 𢁌
41252 tds,i 𢁍
41253 tsfqi 𢁎
41254 tsfli 𢁎
41255 o;lsi 𢁏
41256 pppsi 𢁐
41257 tdsmi 𢁑
41258 jdsi 𢁒
41259 aljdi 𢁓
41260 xjdi 𢁔
41261 jdlhi 𢁕
41262 jdzi 𢁖
41263 jdafi 𢁗
41264 jd.i 𢁘
41265 .jdi 𢁙
41266 jdaai 𢁚
41267 zljdi 𢁛
41268 jdfhi 𢁜
41269 jdjdi 𢁝
41270 jdlli 𢁞
41271 mjdi 𢁟
41272 jdtgi 𢁠
41273 jdghi 𢁡
41274 jdagi 𢁢
41275 jdysi 𢁣
41276 jdoki 𢁤
41277 kjjdi 𢁥
41278 jdqqi 𢁦
41279 jdjki 𢁧
41280 tljdi 𢁨
41281 jdjki 𢁩
41282 jdtki 𢁪
41283 ..jdi 𢁫
41284 jd.ki 𢁬
41285 iajdi 𢁭
41286 jdigi 𢁮
41287 jdkgi 𢁮
41288 jdpi 𢁯
41289 kkjdi 𢁰
41290 jdlzi 𢁱
41291 jdxsi 𢁲
41292 amjdi 𢁳
41293 axjdi 𢁴
41294 jdebi 𢁵
41295 jdjbi 𢁶
41296 jdkxi 𢁷
41297 jdhi 𢁸
41298 ojdi 𢁹
41299 leadi 𢁹
41300 .agdi 𢁺
41301 jdzdi 𢁻
41302 jdndi 𢁼
41303 jdnli 𢁽
41304 jdj;i 𢁾
41305 jdaei 𢁿
41306 jdtei 𢂀
41307 jdl;i 𢂁
41308 ibjdi 𢂂
41309 khbdi 𢂂
41310 jdoei 𢂃
41311 jdyxi 𢂄
41312 jdxji 𢂅
41313 jdkhi 𢂆
41314 akjdi 𢂇
41315 jduai 𢂈
41316 jdaai 𢂉
41317 jdjai 𢂉
41318 jdxbi 𢂊
41319 y;jdi 𢂋
41320 jdkxi 𢂌
41321 jdlli 𢂍
41322 jdali 𢂍
41323 jdpfi 𢂎
41324 ajddi 𢂏
41325 yjddi 𢂏
41326 jdbbi 𢂐
41327 jdaxi 𢂑
41328 jdzgi 𢂒
41329 jdjqi 𢂓
41330 jdrki 𢂔
41331 jdjsi 𢂕
41332 eqadi 𢂖
41333 ojjdi 𢂗
41334 jdiri 𢂘
41335 zojdi 𢂙
41336 yxodi 𢂙
41337 ypjdi 𢂚
41338 ajdbi 𢂛
41339 yjdbi 𢂛
41340 tlzdi 𢂜
41341 jdpxi 𢂝
41342 ..zdi 𢂞
41343 sdbdi 𢂟
41344 slbdi 𢂟
41345 ysodi 𢂠
41346 jdaai 𢂡
41347 jdrqi 𢂢
41348 jdzfi 𢂣
41349 ajdhi 𢂤
41350 yjdhi 𢂤
41351 jdaei 𢂥
41352 epjdi 𢂦
41353 jdkri 𢂧
41354 lsldi 𢂨
41355 jdywi 𢂩
41356 yswdi 𢂪
41357 tljdi 𢂫
41358 wbldi 𢂬
41359 sdbdi 𢂭
41360 slbdi 𢂭
41361 jdlsi 𢂮
41362 jdasi 𢂮
41363 fkkdi 𢂯
41364 akkdi 𢂯
41365 jdjdi 𢂰
41366 jd.di 𢂰
41367 jd;ui 𢂱
41368 jdk;i 𢂲
41369 jdozi 𢂳
41370 jdrni 𢂴
41371 jdaxi 𢂵
41372 jdj;i 𢂶
41373 yjd;i 𢂷
41374 rajdi 𢂸
41375 jdlsi 𢂹
41376 embdi 𢂺
41377 jdjni 𢂻
41378 oojdi 𢂼
41379 jdt;i 𢂽
41380 jdfsi 𢂾
41381 jdzki 𢂿
41382 jdqki 𢃀
41383 ljjdi 𢃁
41384 wb.di 𢃂
41385 uabdi 𢃃
41386 rsjdi 𢃄
41387 jdnvi 𢃅
41388 tl;di 𢃆
41389 jdpri 𢃇
41390 jdafi 𢃈
41391 jd;ei 𢃉
41392 zjdqi 𢃊
41393 ;;adi 𢃋
41394 eqzdi 𢃌
41395 jdlfi 𢃍
41396 jdqxi 𢃎
41397 jdnci 𢃏
41398 jdnqi 𢃐
41399 jdppi 𢃑
41400 jdyfi 𢃒
41401 jdvxi 𢃓
41402 jd,,i 𢃔
41403 jdcpi 𢃕
41404 jdj;i 𢃖
41405 jdgdi 𢃗
41406 jdadi 𢃗
41407 g.jdi 𢃘
41408 jdnei 𢃙
41409 jdpqi 𢃚
41410 rakdi 𢃛
41411 jdfai 𢃜
41412 jdfsi 𢃜
41413 eacdi 𢃝
41414 jdtdi 𢃞
41415 jdrpi 𢃟
41416 jdphi 𢃠
41417 jdp.i 𢃡
41418 jdrui 𢃢
41419 jdabi 𢃣
41420 qaxdi 𢃤
41421 qdtdi 𢃥
41422 jdpvi 𢃦
41423 jdkni 𢃧
41424 jdnzi 𢃨
41425 jdisi 𢃩
41426 jdksi 𢃩
41427 vkxdi 𢃪
41428 jdqki 𢃫
41429 iuedi 𢃬
41430 jdlni 𢃭
41431 jdaei 𢃮
41432 jdbzi 𢃯
41433 jdpci 𢃰
41434 jdrvi 𢃱
41435 jdrfi 𢃲
41436 tjjsi 𢃳
41437 v;edi 𢃴
41438 ojjdi 𢃵
41439 oljdi 𢃵
41440 jdrfi 𢃶
41441 jdrzi 𢃶
41442 djddi 𢃷
41443 jdl,i 𢃸
41444 jjkdi 𢃹
41445 lpjbi 𢃺
41446 lpjki 𢃺
41447 al.di 𢃻
41448 a.zdi 𢃻
41449 a..di 𢃻
41450 jdbji 𢃼
41451 jdawi 𢃽
41452 jdazi 𢃾
41453 jdv/i 𢃿
41454 ajjdi 𢄀
41455 caidi 𢄁
41456 uabdi 𢄂
41457 jdcki 𢄃
41458 dajai 𢄄
41459 jdaxi 𢄅
41460 ddadi 𢄆
41461 lpjxi 𢄇
41462 jdypi 𢄈
41463 ajmdi 𢄉
41464 jdoxi 𢄊
41465 ,,jdi 𢄋
41466 jd.bi 𢄌
41467 jdrui 𢄍
41468 jdyhi 𢄎
41469 nrkdi 𢄏
41470 jdj.i 𢄐
41471 jdidi 𢄑
41472 jdkdi 𢄑
41473 jdgbi 𢄒
41474 jdl,i 𢄓
41475 orjdi 𢄔
41476 ky.di 𢄕
41477 pfxdi 𢄖
41478 pfkdi 𢄖
41479 lpj;i 𢄗
41480 a.ndi 𢄘
41481 jd;mi 𢄙
41482 omjdi 𢄚
41483 jdt;i 𢄛
41484 jdbfi 𢄜
41485 lpjsi 𢄝
41486 ,.jdi 𢄞
41487 jdbni 𢄟
41488 jdq;i 𢄠
41489 av.di 𢄡
41490 rkrdi 𢄢
41491 jdfti 𢄣
41492 qojdi 𢄤
41493 tjjdi 𢄥
41494 jdl,i 𢄦
41495 hoodi 𢄧
41496 jdnki 𢄨
41497 jdrdi 𢄩
41498 jdb.i 𢄪
41499 ykjti 𢄫
41500 fjjdi 𢄬
41501 jdbpi 𢄭
41502 bgddi 𢄮
41503 jdo.i 𢄯
41504 jd.;i 𢄰
41505 jdqni 𢄱
41506 hogdi 𢄲
41507 jdzpi 𢄳
41508 jdzhi 𢄳
41509 jdyxi 𢄴
41510 jdj.i 𢄵
41511 jdtai 𢄶
41512 jdzci 𢄷
41513 jdpbi 𢄸
41514 jdl;i 𢄹
41515 jdk,i 𢄺
41516 jdr.i 𢄻
41517 .aldi 𢄼
41518 jdaxi 𢄽
41519 paadi 𢄾
41520 qdjdi 𢄿
41521 jdafi 𢅀
41522 .gfdi 𢅁
41523 jdt;i 𢅂
41524 jdbsi 𢅃
41525 /rxdi 𢅄
41526 jdzki 𢅅
41527 jdfui 𢅆
41528 djdqi 𢅇
41529 yjddi 𢅈
41530 lpjsi 𢅉
41531 or,di 𢅊
41532 jdkpi 𢅋
41533 .lgdi 𢅌
41534 hlgdi 𢅌
41535 vgzdi 𢅍
41536 jdl.i 𢅎
41537 jdnci 𢅏
41538 jdiki 𢅐
41539 jdj,i 𢅑
41540 jdyai 𢅒
41541 f/adi 𢅓
41542 jdfpi 𢅔
41543 jdfhi 𢅔
41544 jdini 𢅕
41545 jdnci 𢅖
41546 jdmni 𢅗
41547 jdfsi 𢅘
41548 jdvmi 𢅙
41549 jdaei 𢅚
41550 ykjhi 𢅛
41551 ykj.i 𢅛
41552 tjjdi 𢅜
41553 brkdi 𢅝
41554 lpjci 𢅞
41555 jdqci 𢅟
41556 zpudi 𢅠
41557 jdqui 𢅡
41558 daabi 𢅢
41559 jdrri 𢅣
41560 jdfui 𢅤
41561 jdzhi 𢅥
41562 jdnhi 𢅥
41563 tjjci 𢅦
41564 jdxdi 𢅧
41565 pacdi 𢅨
41566 jd/qi 𢅩
41567 jdzxi 𢅪
41568 jdzni 𢅪
41569 jdfni 𢅫
41570 lpjki 𢅬
41571 jdvmi 𢅭
41572 rkrdi 𢅮
41573 jdzpi 𢅯
41574 jdesi 𢅰
41575 jdt,i 𢅱
41576 rifdi 𢅲
41577 jdnci 𢅳
41578 jdfji 𢅴
41579 jdlxi 𢅵
41580 jdlxi 𢅶
41581 f,.di 𢅷
41582 i;;di 𢅸
41583 jdifi 𢅹
41584 trpdi 𢅺
41585 tfpdi 𢅺
41586 jdkbi 𢅻
41587 jda.i 𢅼
41588 jdo,i 𢅽
41589 jd/yi 𢅾
41590 jdzvi 𢅿
41591 jdpri 𢆀
41592 jdlci 𢆁
41593 jdyei 𢆂
41594 jdi.i 𢆃
41595 jdf/i 𢆄
41596 trpdi 𢆅
41597 tfpdi 𢆅
41598 jdf.i 𢆆
41599 lpbvi 𢆇
41600 .t;di 𢆈
41601 ifi 𢆉
41602 aiadi 𢆊
41603 xsafi 𢆋
41604 ezafi 𢆌
41605 lapdi 𢆍
41606 aapdi 𢆍
41607 zkafi 𢆎
41608 ofyfi 𢆏
41609 zfafi 𢆐
41610 kkkfi 𢆑
41611 eaafi 𢆒
41612 zaii 𢆓
41613 ;;afi 𢆔
41614 aizbi 𢆕
41615 ai.bi 𢆕
41616 at;fi 𢆖
41617 ifgri 𢆗
41618 lafri 𢆗
41619 oqjki 𢆘
41620 jaffi 𢆙
41621 jjafi 𢆙
41622 afv;i 𢆚
41623 afa;i 𢆚
41624 afafi 𢆛
41625 afifi 𢆛
41626 aflfi 𢆛
41627 plkfi 𢆜
41628 pacfi 𢆝
41629 afa;i 𢆞
41630 afv;i 𢆞
41631 fdlfi 𢆟
41632 fdifi 𢆟
41633 pflfi 𢆟
41634 pfifi 𢆟
41635 vkkii 𢆠
41636 .gfqi 𢆡
41637 mqtfi 𢆢
41638 ifyki 𢆣
41639 ifyhi 𢆣
41640 lafki 𢆣
41641 lafhi 𢆣
41642 izgqi 𢆤
41643 kzgqi 𢆤
41644 fjiqi 𢆥
41645 /afpi 𢆦
41646 rif.i 𢆧
41647 v.rfi 𢆨
41648 jkqfi 𢆩
41649 rifri 𢆪
41650 oqexi 𢆫
41651 v;vfi 𢆬
41652 w/wqi 𢆭
41653 wp.qi 𢆭
41654 aifxi 𢆮
41655 xdi 𢆯
41656 axi 𢆰
41657 gxi 𢆱
41658 xbi 𢆲
41659 xgdi 𢆳
41660 xssi 𢆴
41661 xdsi 𢆴
41662 xgdi 𢆴
41663 xgai 𢆵
41664 xxi 𢆶
41665 xcli 𢆷
41666 xxsi 𢆸
41667 xaaxi 𢆹
41668 axsxi 𢆺
41669 assxi 𢆺
41670 xxsi 𢆻
41671 xxbi 𢆼
41672 xdcli 𢆽
41673 lxlxi 𢆾
41674 lp.xi 𢆿
41675 xbqi 𢇀
41676 xx,i 𢇁
41677 xkxki 𢇁
41678 xxfi 𢇂
41679 xxkki 𢇃
41680 xkxki 𢇃
41681 xccli 𢇄
41682 xxfi 𢇅
41683 lp.di 𢇆
41684 xxwi 𢇇
41685 xxzki 𢇈
41686 xgyhi 𢇉
41687 xghhi 𢇉
41688 j;tdi 𢇊
41689 xdpsi 𢇋
41690 .ecxi 𢇌
41691 xxadi 𢇍
41692 xxaai 𢇍
41693 xozdi 𢇎
41694 .dkxi 𢇏
41695 xjp.i 𢇐
41696 xj;.i 𢇐
41697 dxxxi 𢇑
41698 xdxxi 𢇑
41699 xxdxi 𢇑
41700 xxzsi 𢇒
41701 xxasi 𢇒
41702 xxzsi 𢇓
41703 xxasi 𢇓
41704 xbpci 𢇔
41705 dxxdi 𢇕
41706 xdxdi 𢇕
41707 xxddi 𢇕
41708 xxyqi 𢇖
41709 naci 𢇗
41710 nwi 𢇘
41711 naxi 𢇙
41712 ngdsi 𢇚
41713 nafi 𢇛
41714 nysi 𢇜
41715 nxi 𢇝
41716 n;i 𢇞
41717 nasi 𢇟
41718 nlqi 𢇠
41719 nqi 𢇠
41720 naagi 𢇡
41721 ndi 𢇢
41722 njki 𢇣
41723 nci 𢇤
41724 nlsfi 𢇥
41725 nslfi 𢇥
41726 nlri 𢇦
41727 nari 𢇦
41728 njsi 𢇧
41729 naxi 𢇨
41730 nafi 𢇩
41731 naffi 𢇩
41732 nzbi 𢇪
41733 n.bi 𢇪
41734 nlni 𢇫
41735 nzbi 𢇬
41736 nnki 𢇭
41737 nhhsi 𢇭
41738 nebi 𢇮
41739 nkbi 𢇯
41740 nxsi 𢇰
41741 nkagi 𢇱
41742 nigi 𢇱
41743 nlvi 𢇲
41744 ntbi 𢇳
41745 nzjdi 𢇴
41746 npbi 𢇵
41747 npi 𢇶
41748 nz.hi 𢇷
41749 nzbhi 𢇷
41750 nzlhi 𢇷
41751 nrsi 𢇸
41752 noai 𢇹
41753 nj;i 𢇺
41754 nozi 𢇻
41755 noasi 𢇼
41756 nrbi 𢇽
41757 nrai 𢇾
41758 nddi 𢇿
41759 ncai 𢈀
41760 nk;i 𢈁
41761 nei 𢈂
41762 ndqi 𢈃
41763 nklqi 𢈄
41764 nkqi 𢈄
41765 n.xki 𢈅
41766 nj;i 𢈆
41767 nosi 𢈇
41768 ni;i 𢈈
41769 njqi 𢈉
41770 nofdi 𢈊
41771 nxui 𢈋
41772 njzsi 𢈌
41773 n,i 𢈍
41774 nrki 𢈎
41775 ntdki 𢈏
41776 nrsi 𢈐
41777 nlsji 𢈑
41778 nslji 𢈑
41779 nf.i 𢈒
41780 nzui 𢈓
41781 np.i 𢈔
41782 n.oki 𢈕
41783 najri 𢈖
41784 n;.si 𢈗
41785 ntci 𢈘
41786 nzkki 𢈙
41787 n;l;i 𢈚
41788 n;;i 𢈚
41789 npvi 𢈛
41790 nxri 𢈜
41791 nf,hi 𢈝
41792 nepti 𢈞
41793 nxozi 𢈟
41794 nv;i 𢈠
41795 nxk.i 𢈡
41796 n;;di 𢈢
41797 nlpmi 𢈣
41798 nlphi 𢈣
41799 nqpdi 𢈤
41800 njsi 𢈥
41801 n.fi 𢈦
41802 nkdbi 𢈧
41803 ndkbi 𢈧
41804 neci 𢈨
41805 nrci 𢈩
41806 nat;i 𢈪
41807 nzaxi 𢈫
41808 nfji 𢈬
41809 ncui 𢈭
41810 n;dki 𢈮
41811 n.i 𢈯
41812 ntkfi 𢈰
41813 nlvei 𢈱
41814 npgfi 𢈲
41815 nkxni 𢈳
41816 ny;ci 𢈴
41817 nnkqi 𢈵
41818 nesi 𢈶
41819 npaei 𢈷
41820 nigni 𢈸
41821 nkhni 𢈸
41822 nlefi 𢈹
41823 nyp;i 𢈺
41824 natci 𢈻
41825 nykfi 𢈼
41826 naxxi 𢈽
41827 naebi 𢈾
41828 nqaxi 𢈿
41829 nzi 𢉀
41830 nuui 𢉁
41831 nnei 𢉂
41832 nif;i 𢉃
41833 nigki 𢉄
41834 nkhki 𢉄
41835 nii 𢉅
41836 ntfbi 𢉆
41837 nlzci 𢉇
41838 nr;di 𢉈
41839 nzkri 𢉉
41840 nybi 𢉊
41841 nfui 𢉋
41842 neabi 𢉌
41843 ne,i 𢉍
41844 nxfbi 𢉎
41845 n.zbi 𢉏
41846 nlq,i 𢉐
41847 nrui 𢉑
41848 ncj;i 𢉒
41849 noasi 𢉓
41850 nofsi 𢉓
41851 nkbci 𢉔
41852 nj;hi 𢉕
41853 njphi 𢉕
41854 yxxi 𢉖
41855 nagai 𢉗
41856 ngdai 𢉗
41857 n,,i 𢉘
41858 nr,i 𢉙
41859 n.gsi 𢉚
41860 nl.ni 𢉛
41861 nrlpi 𢉜
41862 nrlhi 𢉜
41863 npaxi 𢉝
41864 ngjfi 𢉞
41865 n.txi 𢉟
41866 nl;mi 𢉠
41867 nkxzi 𢉡
41868 nf;ui 𢉢
41869 nk;vi 𢉣
41870 nb;vi 𢉤
41871 nplsi 𢉥
41872 njqi 𢉦
41873 nfji 𢉧
41874 nv;ei 𢉨
41875 nypi 𢉩
41876 neqvi 𢉪
41877 ntv;i 𢉫
41878 ntqci 𢉫
41879 na/ri 𢉬
41880 ni.i 𢉭
41881 nrqki 𢉮
41882 nrasi 𢉮
41883 nqmi 𢉯
41884 n;;ri 𢉰
41885 nrpi 𢉱
41886 nkyi 𢉲
41887 nfz;i 𢉳
41888 npaci 𢉴
41889 ndddi 𢉵
41890 nkfzi 𢉶
41891 nipi 𢉷
41892 nnz,i 𢉸
41893 nnbvi 𢉹
41894 yuai 𢉺
41895 yb;i 𢉻
41896 ntkui 𢉼
41897 nvf;i 𢉽
41898 ndxdi 𢉾
41899 nxddi 𢉾
41900 nxxdi 𢉾
41901 ng,i 𢉿
41902 n.esi 𢊀
41903 yl,i 𢊁
41904 yg,i 𢊁
41905 nrp;i 𢊂
41906 nzkri 𢊃
41907 nkybi 𢊄
41908 nleni 𢊅
41909 nlvvi 𢊆
41910 yylxi 𢊇
41911 nnkmi 𢊈
41912 nlr;i 𢊉
41913 nar;i 𢊉
41914 nzksi 𢊊
41915 nrk.i 𢊋
41916 n,kui 𢊌
41917 nk,ui 𢊌
41918 nqihi 𢊍
41919 neeki 𢊎
41920 nfjoi 𢊏
41921 nrjoi 𢊏
41922 n.eki 𢊐
41923 nrlfi 𢊑
41924 nkv,i 𢊒
41925 nccpi 𢊓
41926 njj.i 𢊔
41927 nlpni 𢊕
41928 ncjvi 𢊖
41929 nfpzi 𢊗
41930 nqobi 𢊘
41931 ns,;i 𢊙
41932 n.eci 𢊚
41933 ndkyi 𢊛
41934 ntgxi 𢊜
41935 nd,,i 𢊝
41936 nbbdi 𢊞
41937 nbmi 𢊟
41938 nvv;i 𢊠
41939 nzjsi 𢊡
41940 nvvfi 𢊢
41941 na/ci 𢊣
41942 n/ahi 𢊤
41943 ncjdi 𢊥
41944 nkkki 𢊦
41945 nu,i 𢊧
41946 nwbxi 𢊨
41947 nx/qi 𢊩
41948 ntk,i 𢊪
41949 nry;i 𢊫
41950 np;ci 𢊬
41951 nizxi 𢊭
41952 nkzxi 𢊭
41953 n;dmi 𢊮
41954 nhl,i 𢊯
41955 n.l,i 𢊯
41956 nru.i 𢊰
41957 nffmi 𢊱
41958 nvvvi 𢊲
41959 neq;i 𢊳
41960 ni;;i 𢊴
41961 nlpfi 𢊵
41962 nvvui 𢊶
41963 nzmi 𢊷
41964 npevi 𢊸
41965 nxzmi 𢊹
41966 naepi 𢊺
41967 nokci 𢊻
41968 n.ami 𢊼
41969 n,,,i 𢊽
41970 nkfmi 𢊾
41971 nkk.i 𢊿
41972 neqyi 𢋀
41973 nepbi 𢋁
41974 nprpi 𢋂
41975 nprhi 𢋂
41976 nypai 𢋃
41977 nkydi 𢋄
41978 niuki 𢋅
41979 nypki 𢋆
41980 n/rfi 𢋇
41981 nuavi 𢋈
41982 nlvwi 𢋉
41983 nyxyi 𢋊
41984 nysyi 𢋊
41985 nos.i 𢋋
41986 nkk.i 𢋌
41987 nk;.i 𢋌
41988 nrkmi 𢋍
41989 nvvci 𢋎
41990 nalvi 𢋏
41991 n,kmi 𢋐
41992 nk,mi 𢋐
41993 norqi 𢋑
41994 nfkbi 𢋒
41995 nrkri 𢋓
41996 nr,ri 𢋓
41997 nzq;i 𢋔
41998 nipci 𢋕
41999 ntlfi 𢋖
42000 nkk,i 𢋗
42001 nxkyi 𢋘
42002 nvv/i 𢋙
42003 nvvui 𢋚
42004 nljei 𢋛
42005 nljfi 𢋛
42006 nlp/i 𢋜
42007 noxvi 𢋝
42008 nibmi 𢋞
42009 nkhmi 𢋞
42010 ntevi 𢋟
42011 ykjai 𢋠
42012 ykjhi 𢋠
42013 nu,pi 𢋡
42014 nvk;i 𢋢
42015 nal.i 𢋣
42016 nvv.i 𢋤
42017 nkq,i 𢋥
42018 nfkki 𢋦
42019 nrkki 𢋦
42020 ngggi 𢋧
42021 np,ri 𢋨
42022 nkkhi 𢋩
42023 yko.i 𢋪
42024 yk.oi 𢋪
42025 nbbmi 𢋫
42026 nvdyi 𢋬
42027 nfpxi 𢋭
42028 nvv.i 𢋮
42029 nlvti 𢋯
42030 norvi 𢋰
42031 ddy,i 𢋱
42032 nvvki 𢋲
42033 nr,fi 𢋳
42034 rjjai 𢋴
42035 rjjhi 𢋴
42036 yfpvi 𢋵
42037 nb;fi 𢋶
42038 nv;mi 𢋷
42039 neqki 𢋸
42040 nevvi 𢋹
42041 neevi 𢋹
42042 y.hbi 𢋺
42043 ni;.i 𢋻
42044 neqxi 𢋼
42045 nepti 𢋽
42046 nrk;i 𢋾
42047 nykci 𢋿
42048 nrixi 𢌀
42049 nvvai 𢌁
42050 nal.i 𢌂
42051 npa.i 𢌂
42052 ni;ki 𢌃
42053 njjyi 𢌄
42054 np,ti 𢌅
42055 npf/i 𢌆
42056 yagxi 𢌇
42057 ny.yi 𢌈
42058 nal.i 𢌉
42059 nrpfi 𢌊
42060 nzrvi 𢌋
42061 arfki 𢌌
42062 nitci 𢌍
42063 nflfi 𢌎
42064 ncjyi 𢌏
42065 nv;ai 𢌐
42066 nvvvi 𢌑
42067 najqi 𢌒
42068 ny;si 𢌓
42069 nz;ki 𢌔
42070 nyxwi 𢌕
42071 nxywi 𢌕
42072 nqani 𢌖
42073 fbi 𢌗
42074 .bi 𢌘
42075 lfbi 𢌙
42076 dbi 𢌚
42077 aebi 𢌛
42078 obi 𢌜
42079 k.bi 𢌝
42080 jtsbi 𢌞
42081 bbbi 𢌟
42082 qhbi 𢌠
42083 jk;bi 𢌡
42084 .fbi 𢌢
42085 koebi 𢌣
42086 gtfhi 𢌤
42087 ;lrbi 𢌥
42088 ;arbi 𢌥
42089 lr.bi 𢌦
42090 ar.bi 𢌦
42091 epbi 𢌧
42092 ejbi 𢌨
42093 a/rbi 𢌩
42094 paebi 𢌪
42095 aejbi 𢌫
42096 fsi 𢌬
42097 zsi 𢌬
42098 fhi 𢌭
42099 yfi 𢌮
42100 kfi 𢌯
42101 f.fi 𢌰
42102 r.di 𢌰
42103 ff.i 𢌰
42104 agafi 𢌱
42105 dfi 𢌲
42106 mfi 𢌳
42107 tstfi 𢌴
42108 axfi 𢌵
42109 vfi 𢌶
42110 jkfi 𢌷
42111 ykfi 𢌸
42112 xxfi 𢌹
42113 jkfi 𢌺
42114 rkfi 𢌻
42115 gcfi 𢌼
42116 ffi 𢌽
42117 zkfi 𢌾
42118 pfi 𢌿
42119 efi 𢍀
42120 pffi 𢍁
42121 ljfi 𢍂
42122 lzffi 𢍃
42123 lp.fi 𢍄
42124 jjkfi 𢍅
42125 fjfi 𢍆
42126 rjfi 𢍆
42127 rtsfi 𢍇
42128 amqfi 𢍈
42129 lpfi 𢍉
42130 izfi 𢍊
42131 kzfi 𢍊
42132 kpfi 𢍋
42133 r.fi 𢍌
42134 lp.fi 𢍍
42135 lpmfi 𢍍
42136 o;fi 𢍎
42137 l,fi 𢍏
42138 aefi 𢍐
42139 klpfi 𢍑
42140 .lfi 𢍒
42141 .fi 𢍒
42142 k..fi 𢍒
42143 yjfi 𢍓
42144 jkpfi 𢍔
42145 izgfi 𢍕
42146 kzgfi 𢍕
42147 dapdi 𢍖
42148 ddafi 𢍖
42149 am.fi 𢍗
42150 lpffi 𢍘
42151 lp.fi 𢍙
42152 fjpfi 𢍚
42153 av.fi 𢍛
42154 kapfi 𢍜
42155 ipfi 𢍜
42156 w.fi 𢍝
42157 aaxfi 𢍞
42158 tq;fi 𢍟
42159 rrlfi 𢍠
42160 rrsfi 𢍠
42161 ci;fi 𢍡
42162 ljlfi 𢍢
42163 rxfi 𢍣
42164 zkpfi 𢍤
42165 idufi 𢍥
42166 akkfi 𢍦
42167 /ylfi 𢍧
42168 ,rxfi 𢍨
42169 ,aafi 𢍨
42170 kkpfi 𢍩
42171 ma;fi 𢍪
42172 mqifi 𢍪
42173 mqlfi 𢍪
42174 vbbfi 𢍫
42175 ;d;fi 𢍬
42176 daxfi 𢍭
42177 qk;fi 𢍮
42178 qkkfi 𢍮
42179 ojqfi 𢍯
42180 /rifi 𢍰
42181 olpfi 𢍱
42182 oapfi 𢍲
42183 aljfi 𢍳
42184 td;fi 𢍴
42185 rxxfi 𢍵
42186 yxxfi 𢍶
42187 xyxfi 𢍶
42188 eezfi 𢍷
42189 u,ffi 𢍸
42190 olpfi 𢍹
42191 qhi 𢍺
42192 agxi 𢍻
42193 aaxi 𢍼
42194 zsaxi 𢍽
42195 aaqxi 𢍾
42196 xaxi 𢍿
42197 axui 𢎀
42198 aakxi 𢎁
42199 akkxi 𢎂
42200 apxi 𢎃
42201 qdaxi 𢎄
42202 axl;i 𢎅
42203 aaxxi 𢎆
42204 roxi 𢎇
42205 aajxi 𢎈
42206 alxi 𢎉
42207 bvaxi 𢎊
42208 v;axi 𢎋
42209 rakxi 𢎌
42210 jtaxi 𢎍
42211 xuaxi 𢎎
42212 aaaki 𢎏
42213 zaaxi 𢎐
42214 aprxi 𢎑
42215 k/pxi 𢎒
42216 jt.xi 𢎓
42217 aaesi 𢎔
42218 eiaxi 𢎕
42219 jjkxi 𢎖
42220 tgi 𢎗
42221 ggi 𢎙
42222 tghi 𢎚
42223 tghi 𢎛
42224 adagi 𢎜
42225 tgi 𢎝
42226 tgsi 𢎞
42227 tdgi 𢎟
42228 tgdi 𢎟
42229 tgdi 𢎠
42230 tgki 𢎡
42231 tgki 𢎢
42232 ltgdi 𢎣
42233 tgbi 𢎤
42234 tgaai 𢎥
42235 ktgi 𢎦
42236 tgagi 𢎧
42237 tdtgi 𢎧
42238 tgi 𢎧
42239 tgdli 𢎨
42240 tglsi 𢎩
42241 tgsli 𢎩
42242 tgsi 𢎪
42243 tglhi 𢎫
42244 tgshi 𢎫
42245 tgkhi 𢎬
42246 tgjdi 𢎭
42247 tgkai 𢎮
42248 atgxi 𢎯
42249 tgagi 𢎰
42250 tdgli 𢎱
42251 tgkai 𢎲
42252 tgri 𢎳
42253 tgzi 𢎴
42254 tgedi 𢎵
42255 tgddi 𢎵
42256 tgkai 𢎶
42257 tghi 𢎷
42258 tgawi 𢎸
42259 tgtki 𢎹
42260 tgxdi 𢎺
42261 tgbdi 𢎻
42262 tgfbi 𢎼
42263 tglbi 𢎽
42264 tggki 𢎽
42265 tgazi 𢎾
42266 tg.i 𢎿
42267 tgkbi 𢏀
42268 tgaxi 𢏁
42269 tgoi 𢏂
42270 jjtgi 𢏃
42271 tgtdi 𢏄
42272 tg,i 𢏅
42273 tgf;i 𢏆
42274 tgegi 𢏇
42275 tgei 𢏈
42276 tgqki 𢏉
42277 tgaii 𢏊
42278 tgnqi 𢏋
42279 tgzxi 𢏌
42280 tgesi 𢏍
42281 tg/i 𢏎
42282 tgkci 𢏏
42283 tgjxi 𢏐
42284 tgii 𢏑
42285 lqt.i 𢏒
42286 tgxzi 𢏓
42287 lptgi 𢏔
42288 tgjqi 𢏕
42289 bbtgi 𢏖
42290 afagi 𢏗
42291 aftgi 𢏗
42292 aftfi 𢏘
42293 tgifi 𢏙
42294 tgqqi 𢏚
42295 tgxi 𢏛
42296 tgmmi 𢏜
42297 tgtgi 𢏝
42298 tggai 𢏞
42299 tgxki 𢏟
42300 tgcqi 𢏠
42301 tgosi 𢏡
42302 pftgi 𢏢
42303 petgi 𢏢
42304 tgpfi 𢏣
42305 tgpei 𢏣
42306 tgx.i 𢏤
42307 tgpfi 𢏥
42308 tgxzi 𢏦
42309 tgji 𢏧
42310 ootgi 𢏨
42311 tgpsi 𢏩
42312 oztgi 𢏪
42313 tgdbi 𢏫
42314 tgkri 𢏬
42315 tgzoi 𢏭
42316 tgyoi 𢏭
42317 tgei 𢏮
42318 tgesi 𢏯
42319 tg.di 𢏰
42320 tgjdi 𢏰
42321 tgosi 𢏱
42322 tgzvi 𢏲
42323 tgyvi 𢏲
42324 tgifi 𢏳
42325 tglfi 𢏳
42326 tgofi 𢏴
42327 tgaci 𢏵
42328 tgfsi 𢏶
42329 tgfai 𢏶
42330 tgbdi 𢏷
42331 tgyxi 𢏸
42332 tgnci 𢏹
42333 tgagi 𢏺
42334 jtg.i 𢏻
42335 j;g.i 𢏻
42336 tgrvi 𢏼
42337 ets.i 𢏽
42338 aga.i 𢏽
42339 tgexi 𢏾
42340 tgnsi 𢏿
42341 tgtki 𢐀
42342 tgxgi 𢐁
42343 tgpci 𢐂
42344 tggfi 𢐃
42345 tgw.i 𢐄
42346 tg..i 𢐅
42347 tg;gi 𢐆
42348 tgfvi 𢐇
42349 tgtpi 𢐈
42350 tgrpi 𢐉
42351 tgyhi 𢐊
42352 tg.si 𢐋
42353 tgvgi 𢐌
42354 tgd.i 𢐍
42355 tgici 𢐎
42356 tg.ki 𢐏
42357 tglgi 𢐐
42358 tgtki 𢐑
42359 tgdui 𢐒
42360 tgqgi 𢐓
42361 tg.ci 𢐔
42362 tgaci 𢐕
42363 tgffi 𢐖
42364 tgu,i 𢐗
42365 tgtxi 𢐘
42366 rbsgi 𢐙
42367 tgpxi 𢐚
42368 tgnci 𢐛
42369 tgtki 𢐜
42370 tgasi 𢐝
42371 tgkpi 𢐞
42372 tgl;i 𢐟
42373 tglpi 𢐠
42374 tgaki 𢐡
42375 tga/i 𢐡
42376 tgkbi 𢐢
42377 tgj.i 𢐣
42378 tgapi 𢐤
42379 tgmgi 𢐥
42380 tg.gi 𢐥
42381 b;ygi 𢐦
42382 fl;gi 𢐧
42383 tglgi 𢐨
42384 tga/i 𢐩
42385 tgpxi 𢐪
42386 tg,gi 𢐫
42387 tgmgi 𢐬
42388 hjagi 𢐭
42389 tg,gi 𢐮
42390 fqlgi 𢐯
42391 tgzei 𢐰
42392 frlgi 𢐱
42393 tglgi 𢐲
42394 tgf.i 𢐳
42395 tgkdi 𢐴
42396 tgy/i 𢐵
42397 tgr.i 𢐶
42398 tgkgi 𢐷
42399 tgeui 𢐸
42400 tgygi 𢐹
42401 tglgi 𢐺
42402 tgyfi 𢐻
42403 tgrgi 𢐼
42404 fafri 𢐽
42405 tgfgi 𢐾
42406 tgrgi 𢐾
42407 tgyxi 𢐿
42408 tgn,i 𢑀
42409 tgfei 𢑁
42410 tgfdi 𢑁
42411 mofgi 𢑂
42412 .ofgi 𢑂
42413 tgari 𢑃
42414 tgmxi 𢑄
42415 tg.xi 𢑄
42416 ojqgi 𢑅
42417 tgfyi 𢑆
42418 tgfoi 𢑇
42419 tgmxi 𢑈
42420 mylgi 𢑉
42421 tgomi 𢑊
42422 qsqgi 𢑋
42423 tgigi 𢑌
42424 tgogi 𢑍
42425 tgogi 𢑎
42426 odti 𢑏
42427 olti 𢑏
42428 cti 𢑐
42429 tti 𢑑
42430 twi 𢑒
42431 wk.i 𢑓
42432 tag;i 𢑔
42433 tabbi 𢑕
42434 tpdi 𢑖
42435 tlci 𢑗
42436 tdci 𢑘
42437 tjci 𢑙
42438 qadti 𢑚
42439 qdzti 𢑚
42440 w.ci 𢑛
42441 w.kki 𢑛
42442 w..hi 𢑛
42443 tgpi 𢑜
42444 ttjsi 𢑝
42445 wkadi 𢑞
42446 wijdi 𢑞
42447 tjkxi 𢑟
42448 ttosi 𢑠
42449 wz.i 𢑡
42450 pt.di 𢑢
42451 pw.di 𢑢
42452 wbazi 𢑣
42453 wblzi 𢑣
42454 tjv;i 𢑤
42455 sgjvi 𢑥
42456 sjpvi 𢑥
42457 wjj;i 𢑦
42458 ttv;i 𢑧
42459 tctci 𢑨
42460 tcwci 𢑨
42461 wctci 𢑨
42462 wcwci 𢑨
42463 w.jdi 𢑩
42464 t.l;i 𢑪
42465 ttrri 𢑫
42466 ttvki 𢑬
42467 sgjdi 𢑭
42468 sjpdi 𢑭
42469 ttsdi 𢑮
42470 ttsei 𢑮
42471 ttski 𢑮
42472 tp.vi 𢑯
42473 tqtti 𢑰
42474 t,kzi 𢑱
42475 t,kxi 𢑲
42476 t.rpi 𢑳
42477 t.rhi 𢑳
42478 t,xzi 𢑴
42479 ttlpi 𢑵
42480 ttnxi 𢑶
42481 wjpdi 𢑷
42482 y;jdi 𢑸
42483 fftai 𢑹
42484 tkpdi 𢑺
42485 ttnxi 𢑻
42486 l.adi 𢑼
42487 ttzzi 𢑽
42488 wcpci 𢑾
42489 tcpci 𢑾
42490 tj;vi 𢑿
42491 lg.i 𢒀
42492 gl.i 𢒀
42493 lg.i 𢒁
42494 gl.i 𢒁
42495 ls.i 𢒂
42496 sl.i 𢒂
42497 kd.i 𢒃
42498 q.i 𢒄
42499 q.i 𢒅
42500 n.i 𢒆
42501 aas.i 𢒇
42502 fd.i 𢒈
42503 .uai 𢒉
42504 zz.i 𢒊
42505 hb.i 𢒋
42506 yjd.i 𢒌
42507 tge.i 𢒍
42508 jaa.i 𢒎
42509 .qhi 𢒏
42510 kkr.i 𢒐
42511 kka.i 𢒑
42512 .gf.i 𢒒
42513 tl..i 𢒓
42514 a.h.i 𢒔
42515 elx.i 𢒕
42516 qax.i 𢒖
42517 pl..i 𢒗
42518 irs.i 𢒘
42519 izs.i 𢒘
42520 pv.i 𢒙
42521 wc.i 𢒚
42522 tc.i 𢒚
42523 epf.i 𢒛
42524 ek.i 𢒜
42525 sqd.i 𢒝
42526 v/.i 𢒞
42527 em.i 𢒟
42528 pjj.i 𢒠
42529 ;;r.i 𢒡
42530 ofl.i 𢒢
42531 alp.i 𢒣
42532 .pa.i 𢒤
42533 bbkdi 𢒥
42534 e;c.i 𢒦
42535 p..i 𢒧
42536 fpf.i 𢒨
42537 ..eci 𢒩
42538 eja.i 𢒪
42539 .tqhi 𢒫
42540 .pyci 𢒬
42541 ejc.i 𢒭
42542 cll.i 𢒮
42543 ;ej.i 𢒯
42544 zuqhi 𢒰
42545 zuq.i 𢒰
42546 eza.i 𢒱
42547 y..ci 𢒲
42548 pjlbi 𢒳
42549 acl.i 𢒴
42550 oxa.i 𢒵
42551 n.j.i 𢒶
42552 .al;i 𢒷
42553 qoz.i 𢒸
42554 nvv.i 𢒹
42555 nvv.i 𢒺
42556 v...i 𢒻
42557 .si 𢒼
42558 .si 𢒽
42559 .sdi 𢒾
42560 .gsi 𢒿
42561 .axi 𢓀
42562 .qi 𢓁
42563 .ri 𢓂
42564 .lshi 𢓃
42565 .slhi 𢓃
42566 .afi 𢓄
42567 .affi 𢓄
42568 .kki 𢓅
42569 .aasi 𢓆
42570 .jki 𢓇
42571 .laai 𢓈
42572 .lki 𢓈
42573 .zbi 𢓉
42574 ..bi 𢓉
42575 .ei 𢓊
42576 .oji 𢓋
42577 .yki 𢓌
42578 .azi 𢓍
42579 .axi 𢓎
42580 .jaai 𢓏
42581 .ofi 𢓐
42582 .jki 𢓑
42583 .jri 𢓒
42584 .oei 𢓓
42585 .yi 𢓔
42586 .e;i 𢓕
42587 .zai 𢓖
42588 .eqi 𢓗
42589 ..hi 𢓘
42590 .tgki 𢓙
42591 .bqi 𢓚
42592 .avi 𢓛
42593 ..;i 𢓜
42594 .s,i 𢓝
42595 .gcai 𢓞
42596 .hddi 𢓟
42597 .addi 𢓟
42598 .osi 𢓠
42599 .ztgi 𢓡
42600 .zagi 𢓢
42601 .vji 𢓣
42602 ..qi 𢓤
42603 .casi 𢓥
42604 .rji 𢓦
42605 .rgsi 𢓧
42606 .pzi 𢓨
42607 .laei 𢓩
42608 .xozi 𢓪
42609 .yfi 𢓫
42610 ..zdi 𢓬
42611 .xk.i 𢓭
42612 .cui 𢓮
42613 ..ari 𢓯
42614 ..wi 𢓰
42615 ..fi 𢓱
42616 .at;i 𢓲
42617 .pfgi 𢓳
42618 .p.i 𢓴
42619 .lvgi 𢓵
42620 .lvli 𢓵
42621 .bjfi 𢓶
42622 .ofhi 𢓷
42623 .dari 𢓸
42624 .jd.i 𢓹
42625 .eaci 𢓺
42626 .a.i 𢓻
42627 .jqi 𢓼
42628 ..xzi 𢓽
42629 .kk;i 𢓾
42630 ..ni 𢓿
42631 .tjbi 𢔀
42632 .rk.i 𢔁
42633 .zpsi 𢔂
42634 .lj.i 𢔃
42635 .lm.i 𢔃
42636 .epfi 𢔄
42637 .vpi 𢔅
42638 .cyi 𢔆
42639 .lodi 𢔇
42640 .gcdi 𢔈
42641 .agdi 𢔈
42642 .awri 𢔉
42643 .oz;i 𢔊
42644 .vkxi 𢔋
42645 .lpfi 𢔌
42646 .kkui 𢔍
42647 .dyri 𢔎
42648 ..jbi 𢔏
42649 .lpgi 𢔐
42650 .izsi 𢔑
42651 .kzsi 𢔑
42652 .ppi 𢔒
42653 .zfi 𢔓
42654 .agai 𢔔
42655 .gdai 𢔔
42656 .pzbi 𢔕
42657 .ozdi 𢔖
42658 .lzei 𢔗
42659 ..zji 𢔘
42660 .ykfi 𢔙
42661 .aahi 𢔚
42662 .rifi 𢔛
42663 .d..i 𢔜
42664 .ofi 𢔝
42665 .oasi 𢔞
42666 .oali 𢔞
42667 .ofsi 𢔞
42668 .ofli 𢔞
42669 .bgvi 𢔟
42670 .jebi 𢔠
42671 .jfbi 𢔠
42672 .qqpi 𢔡
42673 .iuei 𢔢
42674 .afoi 𢔣
42675 .lfoi 𢔣
42676 .emi 𢔤
42677 .pui 𢔥
42678 .bifi 𢔦
42679 .bifi 𢔧
42680 .blfi 𢔧
42681 .jahi 𢔨
42682 .dkci 𢔩
42683 .rlpi 𢔪
42684 .rlhi 𢔪
42685 .ofhi 𢔫
42686 .osdi 𢔬
42687 .zyfi 𢔭
42688 .xudi 𢔮
42689 .v;ei 𢔯
42690 .bji 𢔰
42691 .kkji 𢔱
42692 .aepi 𢔲
42693 .bh/i 𢔳
42694 .atti 𢔴
42695 .rjri 𢔵
42696 .jshi 𢔶
42697 ..dri 𢔷
42698 .qjdi 𢔸
42699 .qdxi 𢔹
42700 ..dri 𢔺
42701 .na.i 𢔻
42702 ./.i 𢔼
42703 .prhi 𢔽
42704 .lebi 𢔾
42705 .ifi 𢔿
42706 ..fai 𢕀
42707 ..fsi 𢕀
42708 .ardi 𢕁
42709 .qrxi 𢕂
42710 .;sei 𢕃
42711 osd.i 𢕄
42712 osl.i 𢕄
42713 ox.i 𢕄
42714 .dhdi 𢕅
42715 .lfni 𢕆
42716 .afni 𢕆
42717 .kkci 𢕇
42718 .kkei 𢕈
42719 ..h/i 𢕉
42720 .h./i 𢕉
42721 .lpgi 𢕊
42722 .nadi 𢕋
42723 .byfi 𢕌
42724 .ohpi 𢕍
42725 .y;fi 𢕎
42726 .pffi 𢕏
42727 .prfi 𢕏
42728 .hoci 𢕐
42729 .yxfi 𢕑
42730 .y;.i 𢕒
42731 .q;;i 𢕓
42732 .ypfi 𢕔
42733 .xx.i 𢕕
42734 .a/si 𢕖
42735 .nzdi 𢕗
42736 .dkyi 𢕘
42737 ..gui 𢕙
42738 .cphi 𢕚
42739 .ly.i 𢕛
42740 .ofhi 𢕜
42741 ..fni 𢕝
42742 .fjni 𢕞
42743 .rh.i 𢕟
42744 .rl.i 𢕟
42745 .bpzi 𢕠
42746 .v;.i 𢕡
42747 .qjki 𢕢
42748 .q.i 𢕣
42749 .rcui 𢕤
42750 .radi 𢕥
42751 .d.xi 𢕦
42752 .qa.i 𢕧
42753 .lphi 𢕨
42754 ..kci 𢕩
42755 .lz;i 𢕪
42756 .raki 𢕫
42757 .jhei 𢕬
42758 .qe.i 𢕭
42759 .te.i 𢕭
42760 .yk;i 𢕮
42761 .a/fi 𢕯
42762 .iphi 𢕰
42763 .epli 𢕱
42764 .tc.i 𢕲
42765 .wc.i 𢕲
42766 .rcqi 𢕳
42767 .fp.i 𢕴
42768 .rkdi 𢕵
42769 .al.i 𢕶
42770 ..l,i 𢕷
42771 .hl,i 𢕷
42772 .,mqi 𢕸
42773 .zp.i 𢕹
42774 .yx.i 𢕹
42775 .ezxi 𢕺
42776 .jzyi 𢕻
42777 ./qxi 𢕼
42778 .lpxi 𢕽
42779 .b;fi 𢕾
42780 .rx.i 𢕿
42781 .tfdi 𢖀
42782 .t;ti 𢖁
42783 .rcqi 𢖂
42784 .dczi 𢖃
42785 .d/.i 𢖄
42786 .dydi 𢖅
42787 .jjfi 𢖆
42788 .jjqi 𢖆
42789 .ya,i 𢖇
42790 .bbyi 𢖈
42791 .qj.i 𢖉
42792 .ypgi 𢖊
42793 .rpdi 𢖋
42794 .dzxi 𢖌
42795 .u,di 𢖍
42796 .a/ei 𢖎
42797 .r/mi 𢖏
42798 .yq,i 𢖐
42799 .zzmi 𢖑
42800 .al.i 𢖒
42801 .b..i 𢖓
42802 .prci 𢖔
42803 .x.wi 𢖕
42804 ,w..i 𢖖
42805 v;.ci 𢖗
42806 .nrni 𢖘
42807 .nfni 𢖘
42808 .zlei 𢖙
42809 .pdci 𢖚
42810 .d.,i 𢖛
42811 .yp.i 𢖜
42812 .kkxi 𢖝
42813 .j;hi 𢖞
42814 .moxi 𢖟
42815 ..oxi 𢖟
42816 .mmwi 𢖠
42817 .rxdi 𢖡
42818 .pf.i 𢖢
42819 .pe.i 𢖢
42820 .ol,i 𢖣
42821 .pami 𢖤
42822 .nvei 𢖥
42823 .jjbi 𢖦
42824 .qdxi 𢖧
42825 .t;di 𢖨
42826 hshi 𢖩
42827 nsi 𢖪
42828 jni 𢖫
42829 nqi 𢖬
42830 ngsi 𢖭
42831 snli 𢖮
42832 nsi 𢖯
42833 bni 𢖰
42834 nlgi 𢖱
42835 ngli 𢖱
42836 nlqi 𢖲
42837 nafi 𢖳
42838 osni 𢖴
42839 nwi 𢖵
42840 qni 𢖶
42841 nqi 𢖷
42842 ntgi 𢖸
42843 nci 𢖹
42844 naxi 𢖺
42845 n.i 𢖻
42846 axni 𢖼
42847 rni 𢖽
42848 nlsi 𢖾
42849 cni 𢖿
42850 ;ni 𢗀
42851 ini 𢗁
42852 tgni 𢗂
42853 naagi 𢗃
42854 naci 𢗄
42855 nksi 𢗅
42856 nzki 𢗆
42857 nmi 𢗇
42858 nladi 𢗈
42859 njki 𢗉
42860 keni 𢗊
42861 nlaai 𢗋
42862 nlki 𢗋
42863 ntdsi 𢗌
42864 dani 𢗍
42865 nsbi 𢗎
42866 aaeni 𢗏
42867 jsni 𢗐
42868 njsi 𢗑
42869 nfi 𢗒
42870 agani 𢗓
42871 nadgi 𢗔
42872 nlxi 𢗕
42873 nlri 𢗖
42874 nari 𢗖
42875 nzhi 𢗗
42876 nl.i 𢗘
42877 naegi 𢗙
42878 nami 𢗚
42879 n.fi 𢗛
42880 nbki 𢗜
42881 nawi 𢗝
42882 nzxi 𢗞
42883 nzsi 𢗟
42884 nqji 𢗠
42885 n.i 𢗡
42886 nlfi 𢗢
42887 rni 𢗣
42888 zni 𢗤
42889 aaxni 𢗥
42890 vni 𢗦
42891 qjni 𢗧
42892 cni 𢗨
42893 lrni 𢗩
42894 arni 𢗩
42895 oasni 𢗪
42896 zni 𢗫
42897 qdlni 𢗬
42898 pni 𢗭
42899 n.di 𢗮
42900 uni 𢗯
42901 nni 𢗰
42902 tdni 𢗱
42903 nzi 𢗲
42904 nlqi 𢗳
42905 nkagi 𢗴
42906 nigi 𢗴
42907 ngfsi 𢗵
42908 najai 𢗶
42909 nci 𢗷
42910 nhfi 𢗸
42911 oni 𢗹
42912 nlysi 𢗺
42913 ykni 𢗻
42914 ngi 𢗼
42915 nqqi 𢗽
42916 noji 𢗾
42917 nvai 𢗿
42918 nz.hi 𢘀
42919 nzbhi 𢘀
42920 nzlhi 𢘀
42921 jfni 𢘁
42922 kwni 𢘂
42923 nszi 𢘃
42924 npki 𢘄
42925 bgdni 𢘅
42926 napi 𢘆
42927 pani 𢘇
42928 inji 𢘈
42929 npdi 𢘉
42930 npdi 𢘊
42931 kaxni 𢘋
42932 ntgxi 𢘌
42933 tgeni 𢘍
42934 nbbi 𢘎
42935 ndlgi 𢘏
42936 ndgli 𢘏
42937 nkqi 𢘐
42938 a;dni 𢘑
42939 qdni 𢘑
42940 bqni 𢘒
42941 szni 𢘓
42942 ingsi 𢘔
42943 nbgli 𢘕
42944 ;nji 𢘖
42945 l;dni 𢘗
42946 ntgli 𢘘
42947 nzqhi 𢘙
42948 njshi 𢘚
42949 nohi 𢘛
42950 ngqi 𢘜
42951 njci 𢘝
42952 jcni 𢘞
42953 nqdi 𢘟
42954 eqni 𢘠
42955 orni 𢘡
42956 kaani 𢘢
42957 lpni 𢘣
42958 ini 𢘤
42959 nyjdi 𢘥
42960 ntdbi 𢘦
42961 nbki 𢘧
42962 ndki 𢘨
42963 ndci 𢘨
42964 nlgfi 𢘩
42965 nglfi 𢘩
42966 nzri 𢘪
42967 aeni 𢘫
42968 nogsi 𢘬
42969 njfi 𢘭
42970 nyi 𢘮
42971 nqni 𢘯
42972 qjni 𢘰
42973 rjni 𢘰
42974 znxi 𢘱
42975 jzni 𢘲
42976 lvni 𢘳
42977 odjni 𢘴
42978 oljni 𢘴
42979 mjhni 𢘵
42980 ntfi 𢘶
42981 n/i 𢘷
42982 n.qi 𢘸
42983 n.vi 𢘹
42984 n,i 𢘺
42985 ,ni 𢘻
42986 jfdni 𢘼
42987 npxi 𢘽
42988 nw;i 𢘾
42989 ddni 𢘿
42990 nvji 𢙀
42991 caani 𢙁
42992 auni 𢙂
42993 npqi 𢙃
42994 rkni 𢙄
42995 i;ni 𢙅
42996 nlji 𢙆
42997 nylxi 𢙇
42998 n;;i 𢙈
42999 nwdi 𢙉
43000 naaki 𢙊
43001 nkjki 𢙊
43002 nkkfi 𢙋
43003 drni 𢙌
43004 darni 𢙌
43005 p;ni 𢙍
43006 gdbni 𢙎
43007 gfcni 𢙏
43008 njlxi 𢙐
43009 nghzi 𢙑
43010 naxsi 𢙒
43011 niaxi 𢙓
43012 nyhsi 𢙔
43013 nyci 𢙕
43014 napki 𢙖
43015 nyswi 𢙗
43016 naei 𢙘
43017 ndasi 𢙙
43018 njtsi 𢙚
43019 nm;i 𢙛
43020 nsadi 𢙜
43021 nosi 𢙝
43022 qdtni 𢙞
43023 ;jhni 𢙟
43024 ktlni 𢙠
43025 .aani 𢙡
43026 q;ni 𢙢
43027 a/ni 𢙣
43028 eacni 𢙤
43029 lpkni 𢙥
43030 ldgni 𢙦
43031 ndrsi 𢙧
43032 nzdfi 𢙨
43033 nfki 𢙩
43034 ny.hi 𢙪
43035 nhbhi 𢙪
43036 npzi 𢙫
43037 nktli 𢙬
43038 czni 𢙭
43039 zdrni 𢙮
43040 alpni 𢙯
43041 tgxni 𢙰
43042 narfi 𢙱
43043 n;l;i 𢙲
43044 n;;i 𢙲
43045 nxri 𢙳
43046 qsn.i 𢙴
43047 n.z;i 𢙵
43048 pafni 𢙶
43049 qsfni 𢙷
43050 qszni 𢙷
43051 ;qsni 𢙸
43052 n.,i 𢙹
43053 nrni 𢙺
43054 tfnbi 𢙻
43055 nawqi 𢙼
43056 oszni 𢙽
43057 nap.i 𢙾
43058 ndigi 𢙿
43059 ndkgi 𢙿
43060 nlebi 𢚀
43061 ntsni 𢚁
43062 nkkri 𢚂
43063 n.fhi 𢚃
43064 nnofi 𢚄
43065 okjni 𢚅
43066 nuabi 𢚆
43067 ndri 𢚇
43068 rzci 𢚈
43069 njqi 𢚉
43070 pkjni 𢚊
43071 nlpsi 𢚋
43072 ntk.i 𢚌
43073 nnfai 𢚍
43074 ag,ni 𢚎
43075 digni 𢚏
43076 dkhni 𢚏
43077 ..ni 𢚐
43078 cuni 𢚑
43079 iacni 𢚒
43080 ts.ni 𢚓
43081 nkx.i 𢚔
43082 npxi 𢚕
43083 npxhi 𢚕
43084 ktgni 𢚖
43085 nnvi 𢚗
43086 nyi 𢚘
43087 ny.fi 𢚙
43088 nysni 𢚚
43089 nf;si 𢚛
43090 nxpi 𢚜
43091 nxozi 𢚝
43092 jjni 𢚞
43093 y;gni 𢚟
43094 nvni 𢚠
43095 f,hni 𢚡
43096 ts.ni 𢚢
43097 gd;ni 𢚣
43098 v;ni 𢚤
43099 barni 𢚥
43100 fjgni 𢚦
43101 aljni 𢚧
43102 kqdni 𢚨
43103 .tni 𢚩
43104 b,ni 𢚪
43105 tgdni 𢚫
43106 nzri 𢚬
43107 ndci 𢚭
43108 nozai 𢚮
43109 n.ari 𢚯
43110 nw.di 𢚰
43111 ikxni 𢚱
43112 nts.i 𢚲
43113 vfhni 𢚳
43114 njhni 𢚴
43115 n.i 𢚵
43116 n.wi 𢚶
43117 nqi 𢚷
43118 arfni 𢚸
43119 npagi 𢚹
43120 naz;i 𢚺
43121 nlz;i 𢚺
43122 n;kei 𢚻
43123 ndlbi 𢚼
43124 ndgki 𢚼
43125 ncagi 𢚽
43126 njjzi 𢚾
43127 mjhni 𢚿
43128 adtni 𢛀
43129 oajni 𢛁
43130 ofjni 𢛁
43131 epfni 𢛂
43132 .k;ni 𢛃
43133 .c;ni 𢛃
43134 nzrri 𢛄
43135 npf;i 𢛅
43136 tgyni 𢛆
43137 jr;ni 𢛇
43138 ne;ni 𢛈
43139 nofi 𢛉
43140 nlvwi 𢛊
43141 xueni 𢛋
43142 nkxni 𢛌
43143 noz;i 𢛍
43144 n,i 𢛎
43145 naebi 𢛏
43146 nzvi 𢛐
43147 nyxvi 𢛐
43148 ol;ni 𢛑
43149 nvkxi 𢛒
43150 vvni 𢛓
43151 nvpi 𢛔
43152 nplvi 𢛕
43153 rkgni 𢛖
43154 rktni 𢛖
43155 nizbi 𢛗
43156 nkzbi 𢛗
43157 n.zui 𢛘
43158 nnkgi 𢛙
43159 zaani 𢛚
43160 n.yri 𢛛
43161 cbqni 𢛜
43162 ppni 𢛝
43163 nlpfi 𢛞
43164 naeai 𢛟
43165 n.zji 𢛠
43166 npui 𢛡
43167 nalai 𢛢
43168 ctsni 𢛣
43169 atani 𢛤
43170 bpni 𢛥
43171 l.jni 𢛦
43172 kyni 𢛧
43173 nhkhi 𢛨
43174 eci 𢛩
43175 imgni 𢛪
43176 ya/ni 𢛫
43177 nnlni 𢛬
43178 xqsni 𢛭
43179 sxqni 𢛭
43180 of.ni 𢛮
43181 napdi 𢛯
43182 nicai 𢛰
43183 vjbni 𢛱
43184 ofni 𢛲
43185 f/ani 𢛳
43186 ngfui 𢛴
43187 n.tdi 𢛵
43188 njtdi 𢛵
43189 qdtni 𢛶
43190 nghi 𢛷
43191 nnaci 𢛸
43192 nkpsi 𢛹
43193 nolsi 𢛺
43194 nrui 𢛻
43195 neabi 𢛼
43196 nppi 𢛽
43197 np.hi 𢛾
43198 nplfi 𢛿
43199 natci 𢜀
43200 nmxki 𢜁
43201 izbni 𢜂
43202 cf;ni 𢜃
43203 gsbni 𢜄
43204 cibni 𢜅
43205 ckhni 𢜅
43206 nkfni 𢜆
43207 njni 𢜇
43208 arani 𢜈
43209 ooeni 𢜉
43210 qjni 𢜊
43211 oe;ni 𢜋
43212 oj;ni 𢜌
43213 arlni 𢜍
43214 ffni 𢜎
43215 puni 𢜏
43216 nkyi 𢜐
43217 uy.ni 𢜑
43218 ijfni 𢜒
43219 oflni 𢜓
43220 oz;ni 𢜔
43221 l..ni 𢜕
43222 yj;ni 𢜖
43223 nzfi 𢜗
43224 nzffi 𢜘
43225 nylfi 𢜙
43226 nyxxi 𢜚
43227 ojkni 𢜛
43228 nesi 𢜜
43229 nqtdi 𢜝
43230 nvkki 𢜞
43231 njidi 𢜟
43232 npui 𢜠
43233 nywi 𢜡
43234 n.tbi 𢜢
43235 vdni 𢜣
43236 qjn.i 𢜤
43237 n.k;i 𢜥
43238 n.c;i 𢜥
43239 ,oni 𢜦
43240 pni 𢜧
43241 rsvni 𢜨
43242 nzqxi 𢜩
43243 nfz;i 𢜪
43244 nclji 𢜫
43245 nnrbi 𢜬
43246 nkkji 𢜭
43247 nravi 𢜮
43248 ravni 𢜯
43249 ni;fi 𢜰
43250 n;aei 𢜱
43251 nwboi 𢜲
43252 nr;ii 𢜳
43253 njzzi 𢜴
43254 nktzi 𢜵
43255 nn,bi 𢜶
43256 lujni 𢜷
43257 nbgvi 𢜸
43258 pzuni 𢜹
43259 ny;xi 𢜺
43260 n.jri 𢜻
43261 nlvri 𢜼
43262 nlvai 𢜼
43263 nlaci 𢜼
43264 nlavi 𢜼
43265 nbazi 𢜽
43266 nblzi 𢜽
43267 naqxi 𢜾
43268 nna.i 𢜿
43269 nnkhi 𢝀
43270 nlyi 𢝁
43271 nrsfi 𢝂
43272 nrszi 𢝂
43273 ykjni 𢝃
43274 netbi 𢝄
43275 etbni 𢝅
43276 nopi 𢝆
43277 nfgi 𢝇
43278 n;dui 𢝈
43279 nzaei 𢝉
43280 almni 𢝊
43281 ny;si 𢝋
43282 npji 𢝌
43283 nrxni 𢝍
43284 nqdri 𢝎
43285 lpkni 𢝏
43286 .afni 𢝐
43287 i,kni 𢝑
43288 ikkni 𢝑
43289 naeui 𢝒
43290 nlpci 𢝓
43291 meni 𢝔
43292 pksni 𢝕
43293 rqkni 𢝖
43294 rakni 𢝖
43295 vieni 𢝗
43296 a,eni 𢝗
43297 noqi 𢝘
43298 nzui 𢝙
43299 ncosi 𢝚
43300 nfjzi 𢝛
43301 nrjzi 𢝛
43302 ny;di 𢝜
43303 jacni 𢝝
43304 jscni 𢝝
43305 uacni 𢝝
43306 naeti 𢝞
43307 nb;oi 𢝟
43308 nbgbi 𢝠
43309 nhofi 𢝡
43310 nbmi 𢝢
43311 nzpi 𢝣
43312 nlfai 𢝤
43313 nlvci 𢝥
43314 ,ajni 𢝦
43315 ntxni 𢝧
43316 ff;ni 𢝨
43317 .aani 𢝩
43318 .kjni 𢝩
43319 osbni 𢝪
43320 r;ini 𢝫
43321 rlpni 𢝬
43322 qsdni 𢝭
43323 /pni 𢝮
43324 jyni 𢝯
43325 oflni 𢝰
43326 .,ni 𢝱
43327 ,lvni 𢝲
43328 crkni 𢝳
43329 na/ni 𢝴
43330 sklni 𢝵
43331 nalwi 𢝶
43332 nqqpi 𢝷
43333 nm;i 𢝸
43334 nlzi 𢝹
43335 n.fji 𢝺
43336 nl.ji 𢝻
43337 nlgfi 𢝼
43338 nglfi 𢝼
43339 nbg.i 𢝽
43340 n.adi 𢝾
43341 ndddi 𢝿
43342 jt.ni 𢞀
43343 nxi 𢞁
43344 nkjui 𢞂
43345 nxqi 𢞃
43346 nr.qi 𢞄
43347 na/wi 𢞅
43348 nn.i 𢞆
43349 nfx;i 𢞇
43350 ;ueni 𢞈
43351 cjqni 𢞉
43352 ngddi 𢞊
43353 nagdi 𢞊
43354 kazni 𢞋
43355 klzni 𢞋
43356 nosi 𢞌
43357 qd;ni 𢞍
43358 nrlfi 𢞎
43359 nn;;i 𢞏
43360 nnr;i 𢞐
43361 nnf;i 𢞐
43362 nzqqi 𢞑
43363 .vhni 𢞒
43364 .vsni 𢞒
43365 nohpi 𢞓
43366 tgkni 𢞔
43367 njkyi 𢞕
43368 nllzi 𢞖
43369 nlpqi 𢞗
43370 alpni 𢞘
43371 nw;oi 𢞙
43372 ae,ni 𢞚
43373 nlpgi 𢞛
43374 nbcui 𢞜
43375 nrkci 𢞝
43376 n,ni 𢞞
43377 ny;;i 𢞟
43378 npbbi 𢞠
43379 nrjri 𢞡
43380 ntdni 𢞢
43381 ntkni 𢞢
43382 kd.ni 𢞣
43383 lujni 𢞤
43384 kvvni 𢞥
43385 nopi 𢞦
43386 nrlpi 𢞧
43387 ffpni 𢞨
43388 nr;ni 𢞩
43389 nf;ni 𢞩
43390 .dyni 𢞪
43391 kplni 𢞫
43392 nl,i 𢞬
43393 odjni 𢞭
43394 oljni 𢞭
43395 ncp;i 𢞮
43396 zfhni 𢞯
43397 tsani 𢞰
43398 hozni 𢞱
43399 nnkei 𢞲
43400 ngddi 𢞳
43401 nagdi 𢞳
43402 npzni 𢞴
43403 sklli 𢞵
43404 nwa.i 𢞶
43405 nzksi 𢞷
43406 nvjbi 𢞸
43407 nakzi 𢞹
43408 nrkci 𢞺
43409 nfzfi 𢞻
43410 nmqvi 𢞼
43411 ,.ni 𢞽
43412 kz.ni 𢞾
43413 qasni 𢞿
43414 qaxni 𢞿
43415 g,ni 𢟀
43416 lmsni 𢟁
43417 k.vni 𢟂
43418 qnsdi 𢟃
43419 aljri 𢟄
43420 kd.ni 𢟅
43421 .prni 𢟆
43422 wqoni 𢟇
43423 nqsni 𢟈
43424 nfi;i 𢟉
43425 nlvqi 𢟊
43426 nleni 𢟋
43427 n.vbi 𢟌
43428 zvvni 𢟍
43429 n.eci 𢟎
43430 nam,i 𢟏
43431 narvi 𢟐
43432 nqafi 𢟑
43433 nxuqi 𢟒
43434 nnyfi 𢟓
43435 ntxni 𢟔
43436 nxjki 𢟕
43437 nctbi 𢟖
43438 ncpri 𢟗
43439 naexi 𢟘
43440 nifi 𢟙
43441 nyui 𢟚
43442 aendi 𢟛
43443 aljni 𢟜
43444 n.tbi 𢟝
43445 nkvpi 𢟞
43446 nalxi 𢟟
43447 nzkyi 𢟠
43448 nflfi 𢟡
43449 ny.mi 𢟢
43450 nirbi 𢟣
43451 av.ni 𢟤
43452 fjgni 𢟥
43453 nykxi 𢟦
43454 nephi 𢟧
43455 nfzfi 𢟨
43456 nfzhi 𢟨
43457 nffti 𢟩
43458 bqsni 𢟪
43459 lpqni 𢟪
43460 nnpki 𢟫
43461 baani 𢟬
43462 nna.i 𢟭
43463 rjdni 𢟮
43464 rkrni 𢟯
43465 ny.i 𢟰
43466 nizci 𢟱
43467 nkzci 𢟱
43468 zaani 𢟲
43469 nyxfi 𢟳
43470 nnkyi 𢟴
43471 neeri 𢟵
43472 nelhi 𢟶
43473 nelki 𢟶
43474 n,pi 𢟷
43475 ntrai 𢟸
43476 ntrki 𢟸
43477 nzahi 𢟹
43478 nbbci 𢟺
43479 rc.ni 𢟻
43480 nvvmi 𢟼
43481 fpzni 𢟽
43482 nrlqi 𢟾
43483 n/.ki 𢟿
43484 ykjni 𢠀
43485 nfi;i 𢠁
43486 nrk;i 𢠁
43487 nv;.i 𢠂
43488 .y;ni 𢠃
43489 ndnci 𢠄
43490 nzoi 𢠅
43491 nbjni 𢠆
43492 nyofi 𢠇
43493 nkjmi 𢠈
43494 nkpmi 𢠉
43495 nxxai 𢠊
43496 nnnni 𢠋
43497 ntg/i 𢠌
43498 nfphi 𢠍
43499 ndpqi 𢠎
43500 ni;ui 𢠏
43501 nu,i 𢠐
43502 no;;i 𢠑
43503 ,j;ni 𢠒
43504 ntcni 𢠓
43505 kzqni 𢠔
43506 nqjni 𢠕
43507 vwvni 𢠖
43508 vkkni 𢠗
43509 vmvni 𢠘
43510 kpmni 𢠙
43511 kiuni 𢠚
43512 rlgni 𢠛
43513 fjgni 𢠜
43514 pqani 𢠝
43515 ddpni 𢠞
43516 nae.i 𢠟
43517 nnabi 𢠠
43518 nn,,i 𢠡
43519 nbahi 𢠢
43520 ntvpi 𢠣
43521 ntgfi 𢠤
43522 nfpsi 𢠥
43523 nrzi 𢠦
43524 nlp.i 𢠧
43525 nos.i 𢠨
43526 nnvvi 𢠩
43527 n/rri 𢠪
43528 nnr,i 𢠫
43529 bz;ni 𢠬
43530 nnebi 𢠭
43531 n;;ci 𢠮
43532 nhbui 𢠯
43533 n.kci 𢠰
43534 rctni 𢠱
43535 nnqpi 𢠲
43536 n,.i 𢠳
43537 ,mqni 𢠴
43538 ncj.i 𢠵
43539 efni 𢠶
43540 nqami 𢠷
43541 ;;pni 𢠸
43542 nraoi 𢠹
43543 nbtbi 𢠺
43544 ntcni 𢠻
43545 n/mi 𢠼
43546 njp.i 𢠽
43547 nj;.i 𢠽
43548 ljani 𢠾
43549 ljlni 𢠾
43550 nhl,i 𢠿
43551 n.l,i 𢠿
43552 np,i 𢡀
43553 ni;bi 𢡁
43554 cpani 𢡂
43555 y;dni 𢡃
43556 nlzpi 𢡄
43557 nazpi 𢡄
43558 neevi 𢡅
43559 a.tni 𢡆
43560 nf;fi 𢡇
43561 ddani 𢡈
43562 njhei 𢡉
43563 nazni 𢡊
43564 nljfi 𢡋
43565 nszwi 𢡌
43566 naedi 𢡍
43567 npmni 𢡎
43568 nymxi 𢡏
43569 nylei 𢡐
43570 pv.ni 𢡑
43571 nntei 𢡒
43572 njj,i 𢡓
43573 lp.ni 𢡔
43574 dplni 𢡕
43575 nxxci 𢡖
43576 fpuni 𢡗
43577 ffpni 𢡘
43578 ekjni 𢡙
43579 nzzpi 𢡚
43580 crjni 𢡛
43581 cfani 𢡛
43582 nraki 𢡜
43583 nymi 𢡝
43584 nelri 𢡞
43585 neari 𢡞
43586 v..ni 𢡟
43587 nypxi 𢡠
43588 nqjni 𢡡
43589 tzqni 𢡢
43590 tivci 𢡣
43591 naefi 𢡤
43592 ey.ni 𢡥
43593 ndn;i 𢡦
43594 nxxxi 𢡧
43595 nohfi 𢡨
43596 nlrhi 𢡩
43597 zaani 𢡪
43598 vkyni 𢡫
43599 eeeni 𢡬
43600 cj;ni 𢡭
43601 ijkni 𢡮
43602 .zuni 𢡯
43603 azpni 𢡰
43604 vasni 𢡱
43605 aeani 𢡲
43606 aelni 𢡲
43607 fadni 𢡳
43608 zbgni 𢡴
43609 aljni 𢡵
43610 zifni 𢡶
43611 avhni 𢡷
43612 ahvni 𢡷
43613 jccni 𢡸
43614 .opni 𢡹
43615 .lgni 𢡺
43616 hlgni 𢡺
43617 ey.ni 𢡻
43618 nalei 𢡼
43619 nkkpi 𢡽
43620 nccji 𢡾
43621 nevi 𢡿
43622 nepi 𢢀
43623 nbgfi 𢢁
43624 nxr;i 𢢂
43625 lvnci 𢢃
43626 ndpmi 𢢄
43627 nfpui 𢢅
43628 nir;i 𢢆
43629 nif;i 𢢆
43630 npabi 𢢇
43631 nnrhi 𢢈
43632 cfzni 𢢉
43633 nti.i 𢢊
43634 ndn.i 𢢋
43635 cj;ni 𢢌
43636 .ifni 𢢍
43637 ozani 𢢎
43638 nicpi 𢢏
43639 .fjni 𢢐
43640 kd.ni 𢢑
43641 nnkfi 𢢒
43642 nyxyi 𢢓
43643 nysyi 𢢓
43644 np/hi 𢢔
43645 niphi 𢢕
43646 nfpsi 𢢖
43647 n/l/i 𢢗
43648 nya,i 𢢘
43649 nepvi 𢢙
43650 nplki 𢢚
43651 nepbi 𢢛
43652 ncavi 𢢜
43653 ni.ni 𢢝
43654 qdsni 𢢞
43655 ndddi 𢢟
43656 tzqni 𢢠
43657 ddhni 𢢡
43658 varni 𢢢
43659 jjoni 𢢣
43660 jjqni 𢢣
43661 pufni 𢢤
43662 nmeni 𢢥
43663 ypxni 𢢦
43664 yxpni 𢢦
43665 tgqni 𢢧
43666 pr.ni 𢢨
43667 nfl.i 𢢩
43668 npfii 𢢪
43669 npeii 𢢪
43670 nfdii 𢢪
43671 ndfii 𢢪
43672 nffii 𢢪
43673 vzpni 𢢫
43674 nkymi 𢢬
43675 niami 𢢬
43676 arini 𢢭
43677 nfkzi 𢢮
43678 ndoxi 𢢯
43679 nzjji 𢢰
43680 kd.ni 𢢱
43681 nfrvi 𢢲
43682 npzri 𢢳
43683 njt,i 𢢴
43684 czlni 𢢵
43685 r;ini 𢢶
43686 wg,ni 𢢷
43687 m;qni 𢢸
43688 oflni 𢢹
43689 nqeji 𢢺
43690 nvjmi 𢢻
43691 na/ei 𢢼
43692 n.txi 𢢽
43693 naami 𢢾
43694 nkjmi 𢢾
43695 vagni 𢢿
43696 ngphi 𢣀
43697 nqmni 𢣁
43698 nirxi 𢣂
43699 ngyfi 𢣃
43700 nm;ni 𢣄
43701 nfc;i 𢣅
43702 ndy;i 𢣆
43703 nypki 𢣇
43704 nwl.i 𢣈
43705 ;agni 𢣉
43706 n.hji 𢣊
43707 nh.ji 𢣊
43708 flqni 𢣋
43709 n.h.i 𢣌
43710 kflni 𢣍
43711 nxxsi 𢣎
43712 nfrui 𢣏
43713 nnami 𢣐
43714 yfyni 𢣑
43715 naaxi 𢣒
43716 aljni 𢣓
43717 nljhi 𢣔
43718 qozni 𢣕
43719 nzqni 𢣖
43720 nnvxi 𢣗
43721 xkyni 𢣘
43722 n,,ri 𢣙
43723 nak.i 𢣚
43724 nypbi 𢣛
43725 n.cqi 𢣜
43726 nzshi 𢣝
43727 nzs.i 𢣝
43728 v/nhi 𢣞
43729 ozaci 𢣟
43730 uohni 𢣠
43731 vivni 𢣡
43732 viani 𢣡
43733 a,vni 𢣡
43734 a,ani 𢣡
43735 pnbbi 𢣢
43736 cqnni 𢣣
43737 no/,i 𢣤
43738 nqoni 𢣥
43739 nljei 𢣦
43740 nljfi 𢣦
43741 necgi 𢣧
43742 newgi 𢣧
43743 ndz.i 𢣨
43744 nitxi 𢣩
43745 ypfni 𢣪
43746 ycnni 𢣫
43747 v;jni 𢣬
43748 akjni 𢣭
43749 pnwni 𢣮
43750 vaani 𢣯
43751 itxni 𢣰
43752 v;vni 𢣱
43753 pbnbi 𢣲
43754 nnnxi 𢣳
43755 nfp,i 𢣴
43756 nzrhi 𢣵
43757 nnrhi 𢣵
43758 n,,qi 𢣶
43759 nbbyi 𢣷
43760 nya;i 𢣸
43761 nouki 𢣹
43762 ntdui 𢣺
43763 ne;;i 𢣻
43764 nnmci 𢣼
43765 npuni 𢣽
43766 nnvoi 𢣾
43767 nepni 𢣿
43768 ojqni 𢤀
43769 k;;ni 𢤁
43770 lvlni 𢤂
43771 pqfni 𢤃
43772 nflni 𢤄
43773 emrni 𢤅
43774 nzfmi 𢤆
43775 n/g,i 𢤇
43776 ny;fi 𢤈
43777 ltgni 𢤉
43778 ykjni 𢤊
43779 nfjki 𢤋
43780 nrjki 𢤋
43781 ioani 𢤌
43782 rajni 𢤍
43783 opani 𢤎
43784 afqni 𢤏
43785 afani 𢤏
43786 ohjni 𢤐
43787 nqqni 𢤑
43788 oodni 𢤒
43789 nza;i 𢤓
43790 amrni 𢤔
43791 embni 𢤕
43792 jdyni 𢤖
43793 ncjmi 𢤗
43794 fe;ni 𢤘
43795 apdni 𢤙
43796 nxxxi 𢤚
43797 n/xqi 𢤛
43798 nipti 𢤜
43799 nlzxi 𢤝
43800 nqdmi 𢤞
43801 nzzxi 𢤟
43802 nzzqi 𢤠
43803 ngggi 𢤡
43804 nrk,i 𢤢
43805 nliei 𢤣
43806 nypni 𢤤
43807 r;ini 𢤥
43808 nfyri 𢤦
43809 .alni 𢤧
43810 n,,/i 𢤨
43811 nzlei 𢤩
43812 ni.ni 𢤪
43813 nozfi 𢤫
43814 nzkpi 𢤬
43815 nnyvi 𢤭
43816 ndkdi 𢤮
43817 nemai 𢤯
43818 embni 𢤰
43819 nyuqi 𢤱
43820 yuqni 𢤲
43821 nokmi 𢤳
43822 yfnfi 𢤴
43823 rakni 𢤵
43824 va;ni 𢤶
43825 rjani 𢤶
43826 lg,ni 𢤷
43827 ntini 𢤸
43828 ibfni 𢤹
43829 nfzni 𢤺
43830 nirxi 𢤻
43831 nfk,i 𢤼
43832 nojki 𢤽
43833 no.fi 𢤾
43834 v;jni 𢤿
43835 aluri 𢥀
43836 aluqi 𢥀
43837 dddni 𢥁
43838 niz,i 𢥂
43839 nkz,i 𢥂
43840 nyrpi 𢥃
43841 nyrhi 𢥃
43842 nyqvi 𢥄
43843 nildi 𢥅
43844 nlysi 𢥆
43845 n;;xi 𢥇
43846 nepui 𢥈
43847 nfc.i 𢥉
43848 nqdsi 𢥊
43849 nj;si 𢥋
43850 nj;hi 𢥋
43851 nu,fi 𢥌
43852 aeqni 𢥍
43853 nf;mi 𢥎
43854 n,,;i 𢥏
43855 nyq,i 𢥐
43856 npryi 𢥑
43857 ,,jni 𢥒
43858 ncahi 𢥓
43859 ypfni 𢥔
43860 n.h/i 𢥕
43861 nykci 𢥖
43862 y.dni 𢥗
43863 ndk;i 𢥘
43864 aluqi 𢥙
43865 n./hi 𢥚
43866 nqqni 𢥛
43867 nqqci 𢥜
43868 nal.i 𢥝
43869 n///i 𢥞
43870 npd,i 𢥟
43871 nkybi 𢥠
43872 nol,i 𢥡
43873 nyrri 𢥢
43874 nleui 𢥣
43875 zpani 𢥤
43876 ny,,i 𢥥
43877 n,y,i 𢥥
43878 y;pni 𢥦
43879 zlpni 𢥧
43880 .mani 𢥨
43881 qxxni 𢥩
43882 xqxni 𢥩
43883 nrzyi 𢥪
43884 yp;ni 𢥫
43885 najqi 𢥬
43886 ypn.i 𢥭
43887 yuqni 𢥮
43888 nolxi 𢥯
43889 lrgni 𢥰
43890 nvppi 𢥱
43891 y;pni 𢥲
43892 nqddi 𢥳
43893 n;;.i 𢥴
43894 nkybi 𢥵
43895 npm,i 𢥶
43896 ljnci 𢥷
43897 nlqui 𢥸
43898 ypfni 𢥹
43899 ypyni 𢥺
43900 nzrui 𢥻
43901 nnkti 𢥼
43902 nnkai 𢥼
43903 nnkqi 𢥼
43904 nnksi 𢥼
43905 p,oni 𢥽
43906 nw./i 𢥾
43907 ypfni 𢥿
43908 qe.ni 𢦀
43909 te.ni 𢦀
43910 vqini 𢦁
43911 nfe/i 𢦂
43912 n//ui 𢦃
43913 nkyyi 𢦄
43914 nypmi 𢦅
43915 vqini 𢦆
43916 nbcni 𢦇
43917 nyx/i 𢦈
43918 nxy/i 𢦈
43919 f;;ni 𢦉
43920 rqkni 𢦊
43921 rakni 𢦊
43922 arlni 𢦋
43923 aaxi 𢦌
43924 as.hi 𢦍
43925 axhi 𢦍
43926 ax.i 𢦍
43927 lsaxi 𢦎
43928 slaxi 𢦎
43929 rxi 𢦏
43930 txi 𢦐
43931 as.hi 𢦑
43932 ax.i 𢦑
43933 axhi 𢦑
43934 rxi 𢦒
43935 zjxi 𢦓
43936 flaxi 𢦔
43937 axlsi 𢦕
43938 .axi 𢦖
43939 axlhi 𢦗
43940 axshi 𢦗
43941 ataxi 𢦘
43942 axxi 𢦙
43943 axsfi 𢦚
43944 axszi 𢦚
43945 rfxi 𢦛
43946 rzxi 𢦛
43947 kkaxi 𢦜
43948 jjaxi 𢦝
43949 a.dxi 𢦞
43950 aigxi 𢦟
43951 akhxi 𢦟
43952 al.xi 𢦠
43953 zafxi 𢦡
43954 cgaxi 𢦢
43955 apxi 𢦣
43956 apxhi 𢦣
43957 daxi 𢦤
43958 aykxi 𢦥
43959 apdxi 𢦦
43960 bgdxi 𢦧
43961 ajfxi 𢦨
43962 zofxi 𢦩
43963 qdaxi 𢦪
43964 feaxi 𢦫
43965 fdaxi 𢦫
43966 faxi 𢦫
43967 zkbxi 𢦬
43968 aqhxi 𢦭
43969 f;axi 𢦮
43970 x;axi 𢦯
43971 aaexi 𢦰
43972 aapxi 𢦱
43973 zoxi 𢦲
43974 ktaxi 𢦳
43975 ayrxi 𢦴
43976 abgxi 𢦵
43977 aqkxi 𢦶
43978 rhxi 𢦷
43979 ;;axi 𢦸
43980 zacxi 𢦹
43981 kkaxi 𢦺
43982 axsdi 𢦻
43983 r.dxi 𢦼
43984 zj;xi 𢦽
43985 axrxi 𢦾
43986 zaaxi 𢦿
43987 pafxi 𢧀
43988 ecaxi 𢧁
43989 y;xi 𢧂
43990 tl;xi 𢧃
43991 ;lrxi 𢧄
43992 ;arxi 𢧄
43993 ivaxi 𢧅
43994 aigxi 𢧆
43995 akhxi 𢧆
43996 rk.xi 𢧇
43997 a.hxi 𢧈
43998 rpaxi 𢧉
43999 gvaxi 𢧊
44000 qaxpi 𢧋
44001 qaaxi 𢧌
44002 eaaxi 𢧍
44003 qeaxi 𢧎
44004 teaxi 𢧎
44005 azcxi 𢧏
44006 lzcxi 𢧏
44007 kpfxi 𢧐
44008 r;rxi 𢧑
44009 zigxi 𢧒
44010 zkhxi 𢧒
44011 zxzxi 𢧓
44012 azpxi 𢧔
44013 .fjxi 𢧕
44014 adaxi 𢧖
44015 e;axi 𢧗
44016 m;axi 𢧘
44017 bjfxi 𢧙
44018 oqzxi 𢧚
44019 epwxi 𢧛
44020 r;axi 𢧜
44021 r;lxi 𢧜
44022 eglxi 𢧝
44023 ebexi 𢧝
44024 zklxi 𢧞
44025 atgxi 𢧟
44026 psuxi 𢧠
44027 eaaxi 𢧡
44028 fpfxi 𢧢
44029 vavxi 𢧣
44030 zqlxi 𢧤
44031 zqaxi 𢧤
44032 itcxi 𢧥
44033 za/xi 𢧦
44034 v;axi 𢧧
44035 rzpxi 𢧨
44036 axoxi 𢧩
44037 ntdxi 𢧪
44038 pacxi 𢧫
44039 rdpxi 𢧬
44040 radxi 𢧭
44041 jjaxi 𢧮
44042 zfaxi 𢧯
44043 jqsxi 𢧰
44044 bbbxi 𢧱
44045 loxai 𢧲
44046 ntjxi 𢧳
44047 rh.xi 𢧴
44048 rl.xi 𢧴
44049 ckyxi 𢧵
44050 elixi 𢧶
44051 pqaxi 𢧷
44052 radxi 𢧸
44053 ecvxi 𢧹
44054 valxi 𢧺
44055 adaxi 𢧻
44056 enaxi 𢧼
44057 ep.xi 𢧽
44058 dp,xi 𢧾
44059 zqdxi 𢧿
44060 yprxi 𢨀
44061 axexi 𢨁
44062 xxaxi 𢨂
44063 fpzxi 𢨃
44064 izjxi 𢨄
44065 kzjxi 𢨄
44066 y;axi 𢨅
44067 reexi 𢨆
44068 aprxi 𢨇
44069 kkkxi 𢨈
44070 k/pxi 𢨉
44071 y;gxi 𢨊
44072 qaxxi 𢨋
44073 bgdxi 𢨌
44074 i;jxi 𢨍
44075 rddxi 𢨎
44076 rsjhi 𢨏
44077 ;;xxi 𢨐
44078 zszai 𢨑
44079 xaqai 𢨑
44080 axqai 𢨑
44081 yprxi 𢨒
44082 jt.xi 𢨓
44083 i;;xi 𢨔
44084 jzkxi 𢨕
44085 qeaxi 𢨖
44086 zg,xi 𢨗
44087 ekyxi 𢨘
44088 acaxi 𢨙
44089 axxxi 𢨙
44090 rprxi 𢨚
44091 rpfxi 𢨚
44092 .eqxi 𢨛
44093 aq/xi 𢨜
44094 fmaxi 𢨝
44095 yprxi 𢨞
44096 ep.xi 𢨟
44097 ly;xi 𢨠
44098 lv/xi 𢨡
44099 rddxi 𢨢
44100 r//xi 𢨣
44101 gsi 𢨤
44102 agi 𢨥
44103 gfi 𢨦
44104 gaai 𢨧
44105 gki 𢨨
44106 gqi 𢨩
44107 gtsi 𢨪
44108 gri 𢨫
44109 gfi 𢨬
44110 gwi 𢨭
44111 glfi 𢨮
44112 ggi 𢨯
44113 gk.i 𢨰
44114 gkxi 𢨱
44115 ghi 𢨲
44116 ggi 𢨳
44117 gtdsi 𢨴
44118 gofi 𢨵
44119 gyi 𢨶
44120 guai 𢨷
44121 gyri 𢨸
44122 gogsi 𢨹
44123 godji 𢨺
44124 golji 𢨺
44125 gozi 𢨻
44126 gcai 𢨼
44127 glii 𢨽
44128 glzhi 𢨾
44129 gajki 𢨿
44130 gmi 𢩀
44131 gl;i 𢩁
44132 gs,i 𢩂
44133 gxbi 𢩃
44134 gcfi 𢩄
44135 gi;i 𢩅
44136 gtxi 𢩆
44137 gaei 𢩇
44138 gaxri 𢩈
44139 grki 𢩉
44140 gcasi 𢩊
44141 gr;i 𢩋
44142 gjkki 𢩌
44143 gxf;i 𢩍
44144 gcpi 𢩎
44145 goaei 𢩏
44146 gofsi 𢩏
44147 gigdi 𢩐
44148 gkhdi 𢩐
44149 grk.i 𢩑
44150 gutsi 𢩒
44151 grifi 𢩓
44152 gaeai 𢩔
44153 gggi 𢩕
44154 gafoi 𢩖
44155 glfoi 𢩖
44156 baagi 𢩗
44157 grxui 𢩘
44158 g;g;i 𢩙
44159 gjfqi 𢩚
44160 gqmi 𢩛
44161 ghozi 𢩜
44162 g;ggi 𢩝
44163 gyfki 𢩞
44164 zkkfi 𢩟
44165 g/qxi 𢩠
44166 gtski 𢩡
44167 gj;hi 𢩢
44168 ghfni 𢩣
44169 gkybi 𢩤
44170 lrsi 𢩥
44171 arsi 𢩥
44172 lzsi 𢩥
44173 osi 𢩥
44174 soi 𢩦
44175 osi 𢩧
44176 oagi 𢩨
44177 o.i 𢩩
44178 ogdi 𢩪
44179 osi 𢩫
44180 oei 𢩬
44181 ofhi 𢩭
44182 oaxi 𢩮
44183 ogdai 𢩯
44184 osdi 𢩰
44185 ofli 𢩱
44186 osfi 𢩲
44187 oszi 𢩲
44188 odi 𢩳
44189 ogfi 𢩴
44190 otsi 𢩵
44191 olli 𢩶
44192 olqi 𢩷
44193 .oi 𢩸
44194 oaci 𢩹
44195 olqi 𢩺
44196 olxi 𢩻
44197 oxi 𢩼
44198 otsi 𢩽
44199 olshi 𢩾
44200 oslhi 𢩾
44201 ori 𢩿
44202 oegi 𢪀
44203 oasi 𢪁
44204 ozi 𢪂
44205 oqji 𢪃
44206 olsfi 𢪄
44207 oslfi 𢪄
44208 okji 𢪅
44209 okagi 𢪆
44210 oigi 𢪆
44211 xoi 𢪇
44212 ojaai 𢪈
44213 otgdi 𢪉
44214 oebi 𢪊
44215 ofi 𢪋
44216 okxi 𢪌
44217 ocki 𢪍
44218 okqi 𢪎
44219 opi 𢪏
44220 okki 𢪐
44221 lfkki 𢪐
44222 oqsi 𢪑
44223 ooi 𢪒
44224 agaoi 𢪓
44225 oawi 𢪔
44226 otgai 𢪕
44227 oy.i 𢪖
44228 okci 𢪗
44229 kjoi 𢪘
44230 oafi 𢪙
44231 ooi 𢪙
44232 ojsi 𢪚
44233 o.i 𢪛
44234 ozgi 𢪜
44235 ozggi 𢪜
44236 ofdi 𢪝
44237 oqsi 𢪞
44238 oqfi 𢪟
44239 o;di 𢪠
44240 ojfi 𢪡
44241 oski 𢪢
44242 ol.i 𢪣
44243 ol.i 𢪤
44244 ol.i 𢪥
44245 ozqi 𢪦
44246 oofi 𢪧
44247 ojsi 𢪨
44248 ojbi 𢪩
44249 oaegi 𢪪
44250 oxi 𢪫
44251 ogfsi 𢪬
44252 olri 𢪭
44253 oari 𢪭
44254 ovi 𢪮
44255 ozhi 𢪯
44256 oami 𢪰
44257 ol.i 𢪱
44258 oqqi 𢪲
44259 olbi 𢪳
44260 ogki 𢪳
44261 oyfi 𢪴
44262 ogci 𢪵
44263 o;agi 𢪶
44264 oji 𢪷
44265 mgsoi 𢪸
44266 odki 𢪹
44267 odci 𢪹
44268 olzhi 𢪺
44269 gcoi 𢪻
44270 oljbi 𢪼
44271 kkdoi 𢪽
44272 o/i 𢪾
44273 f;oi 𢪿
44274 rxoi 𢫀
44275 osci 𢫁
44276 odgki 𢫂
44277 oddki 𢫂
44278 o;sdi 𢫃
44279 ovsi 𢫄
44280 olqqi 𢫅
44281 ovai 𢫆
44282 oobi 𢫇
44283 of;i 𢫈
44284 ozbi 𢫉
44285 obfhi 𢫊
44286 odai 𢫋
44287 okgsi 𢫌
44288 ol.hi 𢫍
44289 ol.ki 𢫍
44290 ojtsi 𢫎
44291 ojdi 𢫏
44292 ocki 𢫐
44293 omci 𢫑
44294 ogci 𢫒
44295 owbi 𢫓
44296 oyxi 𢫔
44297 ohbi 𢫕
44298 ovhi 𢫖
44299 olpi 𢫗
44300 oebi 𢫘
44301 okaxi 𢫙
44302 oqagi 𢫚
44303 oarhi 𢫛
44304 okeai 𢫜
44305 o.hi 𢫝
44306 obri 𢫞
44307 obqi 𢫞
44308 okri 𢫟
44309 otgxi 𢫠
44310 olgfi 𢫡
44311 oglfi 𢫡
44312 olci 𢫢
44313 oeqi 𢫣
44314 ol.di 𢫤
44315 olp.i 𢫥
44316 oalpi 𢫦
44317 ohddi 𢫧
44318 oaddi 𢫧
44319 oafxi 𢫨
44320 oazxi 𢫨
44321 okvi 𢫩
44322 uboi 𢫪
44323 otfi 𢫫
44324 o.vi 𢫬
44325 ojkki 𢫭
44326 oamai 𢫮
44327 okzhi 𢫯
44328 mqoi 𢫰
44329 o.adi 𢫱
44330 ozigi 𢫲
44331 ozkgi 𢫲
44332 ozofi 𢫳
44333 aajoi 𢫴
44334 kjkoi 𢫴
44335 opfi 𢫵
44336 ooadi 𢫶
44337 o.tsi 𢫷
44338 o;szi 𢫸
44339 o;gai 𢫸
44340 o;aki 𢫸
44341 okkbi 𢫹
44342 ob.ki 𢫺
44343 oarxi 𢫻
44344 olrxi 𢫻
44345 o/i 𢫼
44346 o.tli 𢫽
44347 oypi 𢫾
44348 o.zxi 𢫿
44349 ooqi 𢬀
44350 okxsi 𢬁
44351 onri 𢬂
44352 ooji 𢬃
44353 okci 𢬄
44354 oczi 𢬅
44355 ojgri 𢬆
44356 onfhi 𢬇
44357 oizi 𢬈
44358 ogqi 𢬉
44359 o,i 𢬊
44360 olsri 𢬋
44361 oslri 𢬋
44362 oazhi 𢬌
44363 ozzhi 𢬍
44364 oapai 𢬎
44365 obbbi 𢬏
44366 olspi 𢬐
44367 oslpi 𢬐
44368 opfi 𢬑
44369 opei 𢬑
44370 opqi 𢬒
44371 omqi 𢬓
44372 olui 𢬔
44373 okkai 𢬕
44374 okei 𢬖
44375 ofki 𢬗
44376 ojtsi 𢬘
44377 bboi 𢬙
44378 o;jdi 𢬚
44379 okoi 𢬛
44380 oooki 𢬜
44381 okrhi 𢬝
44382 otti 𢬞
44383 obgri 𢬟
44384 ohgci 𢬠
44385 oxi 𢬡
44386 o;jdi 𢬢
44387 oa/i 𢬣
44388 oqari 𢬤
44389 ocqi 𢬥
44390 oyhsi 𢬦
44391 ooqi 𢬧
44392 ocwi 𢬨
44393 okaxi 𢬩
44394 oyii 𢬪
44395 gfgdi 𢬫
44396 gfbdi 𢬫
44397 gfgsi 𢬬
44398 gfbsi 𢬬
44399 oy.hi 𢬭
44400 ohbhi 𢬭
44401 ozaxi 𢬮
44402 ozhxi 𢬮
44403 o.asi 𢬯
44404 oclwi 𢬰
44405 orxbi 𢬱
44406 okqdi 𢬲
44407 olvsi 𢬳
44408 oaesi 𢬴
44409 ozfi 𢬵
44410 oyxfi 𢬵
44411 otjbi 𢬶
44412 ojk;i 𢬷
44413 ooa;i 𢬸
44414 orrsi 𢬹
44415 o.vi 𢬺
44416 opgri 𢬻
44417 opasi 𢬼
44418 oplfi 𢬽
44419 o.zdi 𢬾
44420 oafxi 𢬿
44421 oogci 𢭀
44422 olxi 𢭁
44423 onofi 𢭂
44424 oqii 𢭃
44425 otsni 𢭄
44426 oaf,i 𢭅
44427 olvgi 𢭆
44428 olvli 𢭆
44429 olphi 𢭇
44430 olpmi 𢭇
44431 olp.i 𢭇
44432 otadi 𢭈
44433 ooaei 𢭉
44434 oofsi 𢭉
44435 o.qi 𢭊
44436 rxjoi 𢭋
44437 o.ei 𢭌
44438 odadi 𢭍
44439 o.qi 𢭎
44440 ozfhi 𢭏
44441 onjbi 𢭐
44442 olqki 𢭑
44443 o.hvi 𢭒
44444 oh.vi 𢭒
44445 owui 𢭓
44446 onkqi 𢭔
44447 onksi 𢭕
44448 onkli 𢭕
44449 ogosi 𢭖
44450 ohtxi 𢭗
44451 ozyri 𢭘
44452 orxji 𢭙
44453 ojui 𢭚
44454 ozjyi 𢭛
44455 ovsi 𢭜
44456 ojhni 𢭝
44457 odigi 𢭞
44458 odkgi 𢭞
44459 ouabi 𢭟
44460 oqozi 𢭠
44461 oladi 𢭡
44462 okoei 𢭢
44463 ol/di 𢭣
44464 qsfoi 𢭤
44465 qszoi 𢭤
44466 oslfi 𢭥
44467 osoi 𢭥
44468 orlfi 𢭦
44469 okddi 𢭧
44470 ojqhi 𢭨
44471 onvi 𢭩
44472 of;si 𢭪
44473 otasi 𢭫
44474 okii 𢭬
44475 o,ri 𢭭
44476 ots.i 𢭮
44477 octki 𢭯
44478 ovri 𢭰
44479 okpai 𢭱
44480 omi 𢭲
44481 oapi 𢭳
44482 ontki 𢭴
44483 owbbi 𢭵
44484 oblqi 𢭶
44485 ory.i 𢭷
44486 onbdi 𢭸
44487 oy.;i 𢭹
44488 o.i 𢭺
44489 o;jki 𢭻
44490 owcli 𢭼
44491 ocjsi 𢭽
44492 ofshi 𢭾
44493 ocadi 𢭿
44494 ocydi 𢭿
44495 oykji 𢮀
44496 ohkhi 𢮁
44497 otgxi 𢮂
44498 lvloi 𢮃
44499 ogvi 𢮄
44500 opfi 𢮅
44501 oplfi 𢮆
44502 orsfi 𢮇
44503 orszi 𢮇
44504 okjni 𢮈
44505 ozs,i 𢮉
44506 oqsi 𢮊
44507 ogfki 𢮋
44508 ogfbi 𢮋
44509 or;bi 𢮌
44510 onkgi 𢮍
44511 oesi 𢮎
44512 oy;i 𢮏
44513 ocj;i 𢮐
44514 owci 𢮑
44515 otci 𢮑
44516 olefi 𢮒
44517 ooaei 𢮓
44518 oofei 𢮓
44519 oaahi 𢮔
44520 ozvi 𢮕
44521 oyxvi 𢮕
44522 oplvi 𢮖
44523 ubhoi 𢮗
44524 nmgoi 𢮘
44525 oizbi 𢮙
44526 okzbi 𢮙
44527 opazi 𢮚
44528 oplzi 𢮚
44529 ozi 𢮛
44530 rakoi 𢮜
44531 aeboi 𢮝
44532 obhki 𢮞
44533 twjoi 𢮟
44534 agaoi 𢮠
44535 okifi 𢮡
44536 ogrri 𢮢
44537 .dkoi 𢮣
44538 o.tsi 𢮤
44539 oxzci 𢮥
44540 oi;ki 𢮦
44541 opaei 𢮧
44542 oapxi 𢮨
44543 ogfki 𢮩
44544 okrki 𢮪
44545 owbgi 𢮫
44546 oddci 𢮬
44547 ouaki 𢮭
44548 oaeti 𢮮
44549 oyyxi 𢮯
44550 oyxei 𢮰
44551 onaci 𢮱
44552 oirsi 𢮲
44553 ozi 𢮳
44554 ozlsi 𢮴
44555 ozsli 𢮴
44556 oppi 𢮵
44557 odozi 𢮶
44558 ofhi 𢮷
44559 oe;zi 𢮸
44560 odzfi 𢮹
44561 o;jsi 𢮺
44562 ofigi 𢮻
44563 ofkgi 𢮻
44564 ooati 𢮼
44565 oljbi 𢮽
44566 oobqi 𢮾
44567 olfqi 𢮿
44568 olasi 𢯀
44569 olqqi 𢯀
44570 olq,i 𢯁
44571 oj;hi 𢯂
44572 ojphi 𢯂
44573 oarji 𢯃
44574 olrji 𢯃
44575 g.oi 𢯄
44576 orkri 𢯅
44577 oaxxi 𢯆
44578 o;sui 𢯇
44579 odszi 𢯈
44580 o.azi 𢯉
44581 oti 𢯊
44582 olphi 𢯊
44583 ok.oi 𢯋
44584 okjoi 𢯌
44585 objei 𢯍
44586 o.zui 𢯎
44587 o.tbi 𢯏
44588 owf;i 𢯐
44589 onbri 𢯑
44590 ofzi 𢯒
44591 oftsi 𢯓
44592 oafei 𢯔
44593 olfei 𢯔
44594 onuai 𢯕
44595 onrxi 𢯖
44596 olvfi 𢯗
44597 ofkqi 𢯘
44598 ooz;i 𢯙
44599 o.gsi 𢯚
44600 ocyi 𢯛
44601 oxci 𢯜
44602 ocii 𢯝
44603 oaaxi 𢯞
44604 orpai 𢯟
44605 octbi 𢯠
44606 ozui 𢯡
44607 oyxui 𢯡
44608 ogoi 𢯢
44609 occi 𢯣
44610 opoji 𢯤
44611 ofasi 𢯥
44612 ovkki 𢯦
44613 o...i 𢯧
44614 ofadi 𢯨
44615 ofydi 𢯨
44616 omei 𢯩
44617 onidi 𢯪
44618 oosbi 𢯫
44619 oajbi 𢯬
44620 oizdi 𢯭
44621 okzdi 𢯭
44622 opui 𢯮
44623 oejdi 𢯯
44624 o.tfi 𢯰
44625 onkbi 𢯱
44626 jbhoi 𢯲
44627 o.tbi 𢯳
44628 ony.i 𢯴
44629 ojtki 𢯵
44630 onari 𢯶
44631 ot;qi 𢯷
44632 obsbi 𢯸
44633 orfi 𢯹
44634 ol;mi 𢯺
44635 oyksi 𢯻
44636 o.cdi 𢯼
44637 ofuai 𢯽
44638 opji 𢯾
44639 oflsi 𢯿
44640 ofkci 𢰀
44641 oapxi 𢰁
44642 ooaci 𢰂
44643 onkzi 𢰃
44644 olqi 𢰄
44645 otgki 𢰅
44646 ofkhi 𢰆
44647 okxzi 𢰇
44648 oo;;i 𢰈
44649 onksi 𢰉
44650 o;;hi 𢰊
44651 opaei 𢰋
44652 o/ni 𢰌
44653 oy;,i 𢰍
44654 ofadi 𢰎
44655 o.jfi 𢰏
44656 opkhi 𢰐
44657 oksci 𢰑
44658 ozkui 𢰒
44659 olmti 𢰓
44660 oafdi 𢰔
44661 olfdi 𢰔
44662 otg.i 𢰕
44663 otgmi 𢰕
44664 oioi 𢰖
44665 oaxti 𢰗
44666 olpfi 𢰘
44667 oaxhi 𢰙
44668 oqaei 𢰚
44669 oldsi 𢰛
44670 oycxi 𢰜
44671 oycki 𢰜
44672 ofzxi 𢰝
44673 tsaoi 𢰞
44674 ofjfi 𢰟
44675 orjfi 𢰟
44676 odxdi 𢰠
44677 oxddi 𢰠
44678 oxxdi 𢰠
44679 oktzi 𢰡
44680 oilji 𢰢
44681 ,vhoi 𢰣
44682 oy;di 𢰤
44683 ofx;i 𢰥
44684 ozpi 𢰦
44685 ohofi 𢰧
44686 namoi 𢰨
44687 nawoi 𢰨
44688 napoi 𢰨
44689 oixxi 𢰩
44690 ofxxi 𢰩
44691 oiz;i 𢰪
44692 okz;i 𢰪
44693 oqs,i 𢰫
44694 oatci 𢰬
44695 objbi 𢰭
44696 of;ui 𢰮
44697 oqkhi 𢰯
44698 oqdhi 𢰯
44699 oqkki 𢰯
44700 oz;hi 𢰯
44701 oz;ki 𢰯
44702 obfi 𢰰
44703 oboi 𢰱
44704 obji 𢰲
44705 oa/wi 𢰳
44706 of;.i 𢰴
44707 oeafi 𢰵
44708 ofjzi 𢰶
44709 oe;,i 𢰷
44710 om;i 𢰸
44711 oxlhi 𢰹
44712 ojuki 𢰺
44713 ojmi 𢰺
44714 oodgi 𢰻
44715 ojzhi 𢰼
44716 ojtni 𢰽
44717 ox;ni 𢰾
44718 ojoi 𢰿
44719 ,lvoi 𢱀
44720 ofji 𢱁
44721 ozkfi 𢱂
44722 ozkoi 𢱂
44723 olvfi 𢱃
44724 o.gbi 𢱄
44725 ontsi 𢱅
44726 oaa;i 𢱆
44727 okj;i 𢱆
44728 onk.i 𢱇
44729 oetbi 𢱈
44730 ozaei 𢱉
44731 oypci 𢱊
44732 onrbi 𢱋
44733 ob;vi 𢱌
44734 oj;bi 𢱍
44735 ojpbi 𢱍
44736 ooafi 𢱎
44737 olzfi 𢱎
44738 oyadi 𢱏
44739 ows,i 𢱐
44740 onkki 𢱑
44741 oirzi 𢱒
44742 ocosi 𢱓
44743 okjui 𢱔
44744 ozaei 𢱕
44745 oravi 𢱖
44746 off;i 𢱗
44747 on.i 𢱘
44748 ogfki 𢱙
44749 oxi 𢱚
44750 oca/i 𢱛
44751 o.rhi 𢱜
44752 ofddi 𢱝
44753 ofddi 𢱞
44754 oda/i 𢱟
44755 ov;;i 𢱠
44756 oq;ci 𢱠
44757 ocmi 𢱡
44758 ofjxi 𢱢
44759 o,kui 𢱣
44760 ok,ui 𢱣
44761 oizni 𢱤
44762 otjbi 𢱥
44763 oplei 𢱦
44764 olpqi 𢱧
44765 oy.xi 𢱨
44766 opk.i 𢱩
44767 oz;;i 𢱪
44768 o/aei 𢱫
44769 rifoi 𢱬
44770 offfi 𢱭
44771 offai 𢱭
44772 onlui 𢱮
44773 qdtoi 𢱯
44774 olpfi 𢱰
44775 onaai 𢱱
44776 oofi 𢱲
44777 olr,i 𢱳
44778 offvi 𢱴
44779 ofrvi 𢱴
44780 ameoi 𢱵
44781 olni 𢱶
44782 ortbi 𢱷
44783 otxni 𢱸
44784 o.fhi 𢱹
44785 otbbi 𢱺
44786 olpbi 𢱻
44787 oa/fi 𢱼
44788 oamni 𢱽
44789 oa/,i 𢱾
44790 oqhki 𢱿
44791 oamni 𢲀
44792 onkhi 𢲁
44793 ouizi 𢲂
44794 ooo;i 𢲃
44795 orsdi 𢲄
44796 ozksi 𢲅
44797 ovj.i 𢲆
44798 oblvi 𢲇
44799 ob.bi 𢲈
44800 obaci 𢲉
44801 ofbbi 𢲊
44802 opnwi 𢲋
44803 o.fhi 𢲌
44804 ojjui 𢲍
44805 olmhi 𢲎
44806 oliji 𢲏
44807 olkji 𢲏
44808 oledi 𢲐
44809 ollzi 𢲑
44810 ogbbi 𢲒
44811 ozoi 𢲓
44812 oarri 𢲔
44813 obozi 𢲕
44814 oaeri 𢲖
44815 o/aci 𢲗
44816 onkki 𢲘
44817 ogyxi 𢲙
44818 ogq;i 𢲚
44819 o.rci 𢲛
44820 okyfi 𢲜
44821 xadoi 𢲝
44822 ofjoi 𢲞
44823 orjoi 𢲞
44824 onyfi 𢲟
44825 oaesi 𢲠
44826 oi;oi 𢲡
44827 otivi 𢲢
44828 oypsi 𢲣
44829 oy;;i 𢲤
44830 oifi 𢲥
44831 oaexi 𢲦
44832 ofyki 𢲧
44833 ocozi 𢲨
44834 oxlbi 𢲩
44835 oxgki 𢲩
44836 orpri 𢲪
44837 og,i 𢲫
44838 oamvi 𢲬
44839 oapsi 𢲭
44840 oaeei 𢲮
44841 oczki 𢲯
44842 oulpi 𢲰
44843 orjri 𢲱
44844 ohbti 𢲲
44845 orc.i 𢲳
44846 baaoi 𢲴
44847 oqpi 𢲵
44848 oluai 𢲶
44849 onk.i 𢲷
44850 oephi 𢲸
44851 olx;i 𢲹
44852 olkci 𢲺
44853 onabi 𢲻
44854 onkri 𢲼
44855 o.edi 𢲽
44856 oefli 𢲾
44857 lqsoi 𢲿
44858 onvvi 𢳀
44859 neeoi 𢳁
44860 opffi 𢳂
44861 oprfi 𢳂
44862 oae,i 𢳃
44863 ohoci 𢳄
44864 noaoi 𢳅
44865 nofoi 𢳅
44866 orh.i 𢳆
44867 orl.i 𢳆
44868 ohozi 𢳇
44869 hoooi 𢳈
44870 xl;oi 𢳉
44871 orkhi 𢳊
44872 onlfi 𢳋
44873 ofrsi 𢳌
44874 ofrbi 𢳌
44875 oa/si 𢳍
44876 offfi 𢳎
44877 offai 𢳎
44878 oxpfi 𢳏
44879 odaei 𢳐
44880 ofhxi 𢳑
44881 ozzxi 𢳒
44882 oll.i 𢳓
44883 nkaoi 𢳔
44884 odkui 𢳕
44885 onaai 𢳖
44886 oamvi 𢳗
44887 oyni 𢳘
44888 onk,i 𢳙
44889 olvi 𢳚
44890 oepai 𢳛
44891 o.eci 𢳜
44892 orfbi 𢳝
44893 oaeri 𢳞
44894 objni 𢳟
44895 ofzfi 𢳠
44896 ofzhi 𢳠
44897 onpki 𢳡
44898 oeqsi 𢳢
44899 oyk;i 𢳣
44900 onkxi 𢳤
44901 oo;ni 𢳥
44902 onkki 𢳦
44903 ontci 𢳧
44904 oz/i 𢳨
44905 orlai 𢳩
44906 ov;ni 𢳪
44907 otgxi 𢳫
44908 ozti 𢳬
44909 offgi 𢳭
44910 ov;oi 𢳮
44911 ov;.i 𢳯
44912 ob/i 𢳰
44913 ogc/i 𢳱
44914 obcbi 𢳲
44915 odifi 𢳳
44916 oecxi 𢳴
44917 oeaci 𢳵
44918 ou,i 𢳶
44919 ojjui 𢳷
44920 o.oei 𢳸
44921 o.osi 𢳸
44922 ogqhi 𢳹
44923 oos.i 𢳺
44924 o.jhi 𢳻
44925 onl.i 𢳼
44926 olvbi 𢳽
44927 oopbi 𢳾
44928 onaci 𢳿
44929 onkki 𢴀
44930 orzi 𢴁
44931 oqgfi 𢴂
44932 oaghi 𢴃
44933 oagki 𢴃
44934 oabhi 𢴃
44935 oabki 𢴃
44936 o/bbi 𢴄
44937 oy;qi 𢴅
44938 ocrui 𢴆
44939 orihi 𢴇
44940 olpai 𢴈
44941 ofivi 𢴉
44942 oa.ni 𢴊
44943 ox.hi 𢴋
44944 oe;i 𢴌
44945 onaki 𢴍
44946 ouksi 𢴎
44947 oc.ri 𢴏
44948 olvmi 𢴐
44949 ol,ni 𢴑
44950 oy;,i 𢴒
44951 ozjsi 𢴓
44952 omzbi 𢴔
44953 om.bi 𢴔
44954 onadi 𢴕
44955 og.;i 𢴖
44956 og;.i 𢴖
44957 oc,,i 𢴗
44958 o.rui 𢴘
44959 o;vki 𢴙
44960 oqf;i 𢴚
44961 ooobi 𢴛
44962 olpsi 𢴜
44963 oklsi 𢴜
44964 oftsi 𢴝
44965 o/kki 𢴞
44966 oukki 𢴞
44967 o/.i 𢴞
44968 olu.i 𢴞
44969 ol/ki 𢴞
44970 ol/.i 𢴞
44971 otvpi 𢴟
44972 oypxi 𢴠
44973 oqdoi 𢴡
44974 offmi 𢴢
44975 ok/pi 𢴣
44976 ocjvi 𢴤
44977 ozni 𢴥
44978 oqami 𢴦
44979 oaaxi 𢴧
44980 oyk;i 𢴨
44981 oltfi 𢴩
44982 oraki 𢴪
44983 owjfi 𢴫
44984 oarri 𢴬
44985 xjtoi 𢴭
44986 oewai 𢴮
44987 oecai 𢴮
44988 ofr;i 𢴯
44989 oxxxi 𢴰
44990 oxxxi 𢴱
44991 ofjxi 𢴲
44992 orjxi 𢴲
44993 cpaoi 𢴳
44994 oemxi 𢴴
44995 o,,,i 𢴵
44996 oygxi 𢴶
44997 zifoi 𢴷
44998 rkroi 𢴸
44999 olkri 𢴹
45000 okkai 𢴹
45001 zidoi 𢴺
45002 ovvbi 𢴻
45003 ojo.i 𢴼
45004 orrsi 𢴽
45005 oeeni 𢴾
45006 ofpui 𢴿
45007 ollpi 𢵀
45008 oul,i 𢵁
45009 okebi 𢵂
45010 oppni 𢵃
45011 okkpi 𢵄
45012 oozsi 𢵅
45013 ozaxi 𢵆
45014 ofrbi 𢵇
45015 oir;i 𢵈
45016 oif;i 𢵈
45017 omlni 𢵉
45018 oyhii 𢵊
45019 orlti 𢵋
45020 oti.i 𢵌
45021 oamvi 𢵍
45022 ofabi 𢵎
45023 oelei 𢵏
45024 oguhi 𢵐
45025 oaezi 𢵑
45026 orc;i 𢵒
45027 or;.i 𢵓
45028 obgfi 𢵔
45029 ofpfi 𢵕
45030 of;si 𢵖
45031 ofl,i 𢵗
45032 ofldi 𢵘
45033 ofkvi 𢵙
45034 ome;i 𢵚
45035 of.vi 𢵛
45036 ooffi 𢵜
45037 o.fpi 𢵝
45038 ogeei 𢵞
45039 ojzmi 𢵟
45040 jjooi 𢵠
45041 jjqoi 𢵠
45042 ijkoi 𢵡
45043 oey.i 𢵢
45044 oaeni 𢵣
45045 puzoi 𢵤
45046 lvcoi 𢵥
45047 oozii 𢵦
45048 oepi 𢵧
45049 rifoi 𢵨
45050 oti.i 𢵩
45051 oee.i 𢵪
45052 oipzi 𢵫
45053 otski 𢵬
45054 ofvki 𢵭
45055 obg;i 𢵮
45056 o/mi 𢵯
45057 oxi;i 𢵰
45058 oeafi 𢵱
45059 o;n.i 𢵲
45060 ovvvi 𢵳
45061 oetdi 𢵴
45062 ofpvi 𢵵
45063 oiasi 𢵶
45064 onrei 𢵷
45065 onfei 𢵷
45066 okyvi 𢵸
45067 ohozi 𢵹
45068 ocrki 𢵺
45069 ocrsi 𢵺
45070 ocrpi 𢵻
45071 ocrhi 𢵻
45072 orcxi 𢵼
45073 oge;i 𢵽
45074 o.y;i 𢵾
45075 lphoi 𢵿
45076 o/eei 𢶀
45077 oa/fi 𢶁
45078 ojqni 𢶂
45079 o,ami 𢶃
45080 ozami 𢶄
45081 olqki 𢶅
45082 oplki 𢶆
45083 o,,fi 𢶇
45084 o,,zi 𢶇
45085 o,,hi 𢶇
45086 otg;i 𢶈
45087 ozlsi 𢶉
45088 onrsi 𢶊
45089 or;xi 𢶋
45090 olcli 𢶌
45091 oazai 𢶍
45092 olzai 𢶍
45093 oi.ki 𢶎
45094 oa/ei 𢶏
45095 oeqii 𢶐
45096 olyxi 𢶑
45097 oi/pi 𢶒
45098 oljfi 𢶓
45099 op/hi 𢶔
45100 oiu,i 𢶕
45101 oiuki 𢶖
45102 ddhoi 𢶗
45103 oakni 𢶘
45104 oorbi 𢶙
45105 ooqbi 𢶙
45106 og,fi 𢶚
45107 ogffi 𢶛
45108 yxkoi 𢶜
45109 ysxoi 𢶜
45110 otrci 𢶝
45111 ojt,i 𢶞
45112 odoxi 𢶟
45113 olcui 𢶠
45114 lphoi 𢶡
45115 ol/hi 𢶢
45116 oluhi 𢶢
45117 o/khi 𢶢
45118 o/.hi 𢶢
45119 obbai 𢶣
45120 orfqi 𢶤
45121 ockfi 𢶥
45122 o.qmi 𢶦
45123 ontci 𢶧
45124 oiu,i 𢶨
45125 ozpxi 𢶩
45126 orqxi 𢶪
45127 oaeri 𢶫
45128 ofmfi 𢶬
45129 ofpsi 𢶭
45130 odg,i 𢶮
45131 ofpmi 𢶯
45132 oflni 𢶰
45133 olpvi 𢶱
45134 olvni 𢶲
45135 oaavi 𢶳
45136 oixni 𢶴
45137 obcdi 𢶵
45138 oypni 𢶶
45139 ojjfi 𢶷
45140 ojjqi 𢶷
45141 oypvi 𢶸
45142 opypi 𢶹
45143 onkoi 𢶺
45144 ofxi 𢶻
45145 odoxi 𢶼
45146 ot.oi 𢶽
45147 oozyi 𢶾
45148 o.fni 𢶿
45149 oiuni 𢷀
45150 ouffi 𢷁
45151 oem,i 𢷂
45152 oeydi 𢷃
45153 oczxi 𢷄
45154 os.;i 𢷅
45155 oypai 𢷆
45156 ofkki 𢷇
45157 orkki 𢷇
45158 onkdi 𢷈
45159 oylqi 𢷉
45160 oi.ni 𢷊
45161 oa/hi 𢷋
45162 ovgvi 𢷌
45163 o.qni 𢷍
45164 oddfi 𢷎
45165 oddai 𢷎
45166 okczi 𢷏
45167 ofjci 𢷐
45168 opx,i 𢷑
45169 oypsi 𢷒
45170 orcci 𢷓
45171 ohodi 𢷔
45172 o.lsi 𢷕
45173 oxxsi 𢷖
45174 oae.i 𢷗
45175 oaeki 𢷗
45176 onroi 𢷘
45177 olnqi 𢷙
45178 obqei 𢷚
45179 ozm.i 𢷛
45180 ov;;i 𢷜
45181 ojfni 𢷝
45182 ofrui 𢷞
45183 ofjci 𢷟
45184 oo/,i 𢷠
45185 oajvi 𢷡
45186 oypti 𢷢
45187 oozki 𢷣
45188 onbmi 𢷤
45189 o,rzi 𢷥
45190 oqqi 𢷦
45191 otbmi 𢷧
45192 oi;oi 𢷨
45193 ollbi 𢷩
45194 ooxfi 𢷪
45195 omoni 𢷫
45196 oaahi 𢷬
45197 ofghi 𢷬
45198 og,xi 𢷭
45199 ocahi 𢷮
45200 oq;zi 𢷯
45201 oqaqi 𢷰
45202 onpwi 𢷱
45203 oouki 𢷲
45204 ojj.i 𢷳
45205 oq;mi 𢷴
45206 oorqi 𢷵
45207 oohei 𢷶
45208 olrpi 𢷷
45209 olrhi 𢷷
45210 ool.i 𢷸
45211 ooa.i 𢷸
45212 onpri 𢷹
45213 or/mi 𢷺
45214 oxw.i 𢷻
45215 okkqi 𢷼
45216 olpvi 𢷽
45217 obqvi 𢷽
45218 ozexi 𢷾
45219 ozeni 𢷾
45220 ockxi 𢷿
45221 oraci 𢸀
45222 ojqoi 𢸁
45223 oox,i 𢸂
45224 o/rxi 𢸃
45225 oiubi 𢸄
45226 ov.zi 𢸅
45227 ofpoi 𢸆
45228 /xuoi 𢸇
45229 oykki 𢸈
45230 oepai 𢸉
45231 oz;xi 𢸊
45232 orc;i 𢸋
45233 ootdi 𢸌
45234 oftdi 𢸌
45235 ozzxi 𢸍
45236 onfhi 𢸎
45237 onfsi 𢸎
45238 oizqi 𢸏
45239 okzqi 𢸏
45240 ogl,i 𢸐
45241 oyk.i 𢸑
45242 oqdmi 𢸒
45243 ofppi 𢸓
45244 olmui 𢸔
45245 olmfi 𢸕
45246 o.xki 𢸖
45247 o.fsi 𢸗
45248 onzci 𢸘
45249 onlpi 𢸙
45250 of.ni 𢸚
45251 oyj;i 𢸛
45252 o,mti 𢸜
45253 oczpi 𢸝
45254 obqti 𢸞
45255 okiki 𢸟
45256 oypvi 𢸠
45257 oeii 𢸡
45258 olw.i 𢸢
45259 oygxi 𢸣
45260 oirxi 𢸤
45261 oljxi 𢸥
45262 o;dni 𢸦
45263 rkroi 𢸧
45264 oqdvi 𢸨
45265 oaxvi 𢸩
45266 obh/i 𢸪
45267 ou,vi 𢸫
45268 oy/xi 𢸬
45269 yuqoi 𢸭
45270 oorvi 𢸮
45271 oolki 𢸯
45272 oaxpi 𢸰
45273 ork,i 𢸱
45274 ozppi 𢸲
45275 oftei 𢸳
45276 oftdi 𢸳
45277 oejoi 𢸴
45278 ob;ri 𢸵
45279 opabi 𢸶
45280 otsni 𢸷
45281 oqimi 𢸸
45282 oalvi 𢸹
45283 ofk,i 𢸺
45284 ocabi 𢸻
45285 oildi 𢸼
45286 olmfi 𢸽
45287 oojki 𢸾
45288 olqei 𢸿
45289 olvki 𢹀
45290 iesoi 𢹁
45291 odkdi 𢹂
45292 oqlmi 𢹃
45293 oddfi 𢹄
45294 oc//i 𢹅
45295 oyqpi 𢹆
45296 opr,i 𢹇
45297 opz,i 𢹇
45298 olysi 𢹈
45299 olvmi 𢹉
45300 o,yxi 𢹊
45301 olmui 𢹋
45302 obcni 𢹌
45303 oeqxi 𢹍
45304 oal.i 𢹎
45305 oqaoi 𢹏
45306 ob;vi 𢹐
45307 onkii 𢹑
45308 oy,bi 𢹒
45309 o,ybi 𢹒
45310 oykci 𢹓
45311 o,pki 𢹔
45312 ofifi 𢹕
45313 oilxi 𢹖
45314 orini 𢹗
45315 ori.i 𢹗
45316 ofloi 𢹘
45317 o,,ei 𢹙
45318 oz.bi 𢹚
45319 ou,fi 𢹛
45320 ork.i 𢹜
45321 oz;;i 𢹝
45322 og/xi 𢹞
45323 oeami 𢹟
45324 ozlai 𢹠
45325 os.oi 𢹡
45326 olpki 𢹢
45327 ooz;i 𢹣
45328 orcdi 𢹤
45329 ozpri 𢹥
45330 oi;ki 𢹦
45331 oapxi 𢹧
45332 oxx.i 𢹨
45333 ozvji 𢹩
45334 o,x.i 𢹪
45335 fjodi 𢹫
45336 rjodi 𢹫
45337 ow;yi 𢹬
45338 w;toi 𢹭
45339 oppri 𢹮
45340 opd,i 𢹯
45341 ool,i 𢹰
45342 oltei 𢹱
45343 oltdi 𢹱
45344 oyq;i 𢹲
45345 oozui 𢹳
45346 odxdi 𢹴
45347 oxddi 𢹴
45348 oxxdi 𢹴
45349 oftri 𢹵
45350 oex,i 𢹶
45351 on.mi 𢹷
45352 ocabi 𢹸
45353 ofqui 𢹹
45354 ol;fi 𢹺
45355 olpmi 𢹻
45356 oykyi 𢹼
45357 olqpi 𢹽
45358 oledi 𢹾
45359 oyhii 𢹿
45360 oyfzi 𢺀
45361 oa/.i 𢺁
45362 oerni 𢺂
45363 ofj/i 𢺃
45364 oexwi 𢺄
45365 oliki 𢺅
45366 oyuhi 𢺆
45367 oyufi 𢺆
45368 oyuzi 𢺆
45369 oflvi 𢺇
45370 ofxvi 𢺇
45371 oyxxi 𢺈
45372 oxyxi 𢺈
45373 ofp/i 𢺉
45374 ofk.i 𢺊
45375 rzkoi 𢺋
45376 ozrvi 𢺌
45377 ofwwi 𢺍
45378 ouwwi 𢺎
45379 ov.oi 𢺏
45380 ofrxi 𢺐
45381 oyuhi 𢺑
45382 oyufi 𢺑
45383 oyuzi 𢺑
45384 ou,fi 𢺒
45385 ozcri 𢺓
45386 onami 𢺔
45387 oal.i 𢺕
45388 opaxi 𢺖
45389 opqxi 𢺖
45390 ofuki 𢺗
45391 ofjki 𢺗
45392 oqjki 𢺗
45393 o;;.i 𢺘
45394 olqui 𢺙
45395 oiyri 𢺚
45396 oe;fi 𢺛
45397 olbyi 𢺜
45398 ofxui 𢺝
45399 ozrui 𢺞
45400 obifi 𢺟
45401 onwyi 𢺠
45402 obc/i 𢺡
45403 oppxi 𢺢
45404 olk.i 𢺣
45405 ofe/i 𢺤
45406 oyxbi 𢺥
45407 oxybi 𢺥
45408 onddi 𢺦
45409 oyshi 𢺧
45410 oysfi 𢺧
45411 oyszi 𢺧
45412 ozp/i 𢺨
45413 oqqqi 𢺩
45414 ozaxi 𢺪
45415 opuci 𢺫
45416 oepdi 𢺬
45417 oaeni 𢺭
45418 olqsi 𢺮
45419 oyxgi 𢺯
45420 oxygi 𢺯
45421 oz;ki 𢺰
45422 ojj,i 𢺱
45423 oyx.i 𢺲
45424 oxy.i 𢺲
45425 oyx/i 𢺳
45426 oxy/i 𢺳
45427 ovo.i 𢺴
45428 qfbi 𢺵
45429 fbjdi 𢺶
45430 ajdbi 𢺷
45431 yjdbi 𢺷
45432 fbfbi 𢺸
45433 kjfbi 𢺹
45434 fbkji 𢺺
45435 zfbi 𢺻
45436 ofbi 𢺼
45437 ..fbi 𢺽
45438 oasbi 𢺾
45439 rsfbi 𢺿
45440 efbi 𢻀
45441 jjkbi 𢻁
45442 ofdbi 𢻂
45443 eacbi 𢻃
45444 gsfbi 𢻄
45445 pffbi 𢻅
45446 pefbi 𢻅
45447 i;fbi 𢻆
45448 m;fbi 𢻇
45449 fbmmi 𢻈
45450 yxkbi 𢻉
45451 at;bi 𢻊
45452 fb;;i 𢻋
45453 ;tdbi 𢻌
45454 btbbi 𢻍
45455 rufbi 𢻎
45456 rifbi 𢻏
45457 irsbi 𢻐
45458 izsbi 𢻐
45459 ,,fbi 𢻑
45460 cj;bi 𢻒
45461 y;gbi 𢻓
45462 pvfbi 𢻔
45463 ypfbi 𢻕
45464 pacbi 𢻖
45465 afobi 𢻗
45466 lfobi 𢻗
45467 nrrbi 𢻘
45468 x;vbi 𢻙
45469 bbbbi 𢻚
45470 epnbi 𢻛
45471 nr;bi 𢻜
45472 nf;bi 𢻜
45473 rkrbi 𢻝
45474 lpabi 𢻞
45475 n,,bi 𢻟
45476 gkybi 𢻠
45477 /;lbi 𢻡
45478 /;abi 𢻡
45479 zkpbi 𢻢
45480 pq;bi 𢻣
45481 lz;bi 𢻤
45482 ;;;bi 𢻥
45483 vvjbi 𢻦
45484 /l/bi 𢻧
45485 azebi 𢻨
45486 lzebi 𢻨
45487 lpobi 𢻩
45488 ;;zbi 𢻪
45489 gdsbi 𢻫
45490 ys.i 𢻬
45491 lhebi 𢻭
45492 jh.i 𢻮
45493 .gfi 𢻯
45494 tsebi 𢻰
45495 gds.i 𢻱
45496 ksebi 𢻲
45497 zebi 𢻳
45498 adsbi 𢻴
45499 ajdbi 𢻵
45500 yjdbi 𢻵
45501 igebi 𢻶
45502 khgbi 𢻶
45503 tdsbi 𢻷
45504 lkebi 𢻸
45505 laabi 𢻸
45506 qq.i 𢻹
45507 kk.i 𢻺
45508 gebi 𢻻
45509 jsebi 𢻼
45510 axebi 𢻽
45511 v.i 𢻾
45512 ebui 𢻿
45513 jsebi 𢼀
45514 eas.i 𢼁
45515 ...i 𢼂
45516 lx.i 𢼃
45517 g.i 𢼄
45518 bb.i 𢼅
45519 ajd.i 𢼆
45520 yjd.i 𢼆
45521 laa.i 𢼇
45522 lk.i 𢼇
45523 js.i 𢼈
45524 x;.i 𢼉
45525 nq.i 𢼊
45526 ajd.i 𢼋
45527 ltsbi 𢼌
45528 ddebi 𢼍
45529 oeebi 𢼎
45530 ogd.i 𢼏
45531 jshbi 𢼐
45532 qt.i 𢼑
45533 l;ebi 𢼒
45534 pd.i 𢼓
45535 qd.i 𢼔
45536 oas.i 𢼕
45537 eebi 𢼖
45538 aacbi 𢼗
45539 fad.i 𢼘
45540 ;s.i 𢼙
45541 gs.i 𢼚
45542 .;ebi 𢼛
45543 yc.i 𢼜
45544 ifebi 𢼝
45545 bjdbi 𢼞
45546 drebi 𢼟
45547 kxs.i 𢼠
45548 fk.i 𢼡
45549 .vebi 𢼢
45550 r;ebi 𢼣
45551 af;bi 𢼤
45552 lf;bi 𢼤
45553 ...i 𢼥
45554 rkebi 𢼦
45555 qdtbi 𢼧
45556 jzgbi 𢼨
45557 ifebi 𢼩
45558 lafbi 𢼩
45559 qag.i 𢼪
45560 qgf.i 𢼪
45561 ....i 𢼫
45562 ...bi 𢼬
45563 rk.i 𢼭
45564 jzg.i 𢼮
45565 casbi 𢼯
45566 pfebi 𢼰
45567 peebi 𢼰
45568 jkkbi 𢼱
45569 ovebi 𢼲
45570 qar.i 𢼳
45571 cas.i 𢼴
45572 yxk.i 𢼵
45573 if.i 𢼶
45574 laf.i 𢼶
45575 tsf.i 𢼷
45576 das.i 𢼸
45577 qhebi 𢼹
45578 ooebi 𢼺
45579 .webi 𢼻
45580 cuebi 𢼼
45581 kk;bi 𢼽
45582 ejfbi 𢼾
45583 tuebi 𢼿
45584 z,ebi 𢽀
45585 ffebi 𢽁
45586 ebhxi 𢽂
45587 darbi 𢽃
45588 lrbbi 𢽄
45589 arbbi 𢽄
45590 ddbbi 𢽅
45591 cds.i 𢽆
45592 qik.i 𢽇
45593 lvs.i 𢽈
45594 naa.i 𢽉
45595 qh.i 𢽊
45596 ejf.i 𢽋
45597 .dg.i 𢽌
45598 o;.i 𢽍
45599 paf.i 𢽎
45600 tl;.i 𢽏
45601 cu.i 𢽐
45602 kjg.i 𢽑
45603 ypf.i 𢽒
45604 rv.i 𢽓
45605 ftg.i 𢽔
45606 jsebi 𢽕
45607 tjbbi 𢽖
45608 de.i 𢽗
45609 dds.i 𢽘
45610 blq.i 𢽙
45611 a.hbi 𢽚
45612 plf.i 𢽛
45613 bcebi 𢽜
45614 kyebi 𢽝
45615 rifbi 𢽞
45616 vkk.i 𢽟
45617 dal.i 𢽠
45618 daa.i 𢽠
45619 dg.i 𢽡
45620 puebi 𢽢
45621 joebi 𢽣
45622 tf;.i 𢽤
45623 kkkbi 𢽥
45624 nkqbi 𢽦
45625 jr;bi 𢽧
45626 l.nbi 𢽨
45627 uuebi 𢽩
45628 tjjbi 𢽪
45629 zvebi 𢽫
45630 yxvbi 𢽫
45631 vp.i 𢽬
45632 epqbi 𢽭
45633 y.c.i 𢽮
45634 ymh.i 𢽯
45635 ymc.i 𢽯
45636 tjj.i 𢽰
45637 zps.i 𢽱
45638 gzh.i 𢽲
45639 vv.i 𢽳
45640 a.h.i 𢽴
45641 pu.i 𢽵
45642 jo.i 𢽶
45643 bc.i 𢽷
45644 djf.i 𢽸
45645 oas.i 𢽹
45646 yx.i 𢽺
45647 ,,.i 𢽻
45648 tds.i 𢽼
45649 zqd.i 𢽽
45650 njgbi 𢽾
45651 .f;bi 𢽿
45652 rlpbi 𢾀
45653 t;qbi 𢾁
45654 bqvbi 𢾂
45655 epkbi 𢾃
45656 iue.i 𢾄
45657 nrb.i 𢾅
45658 qqlbi 𢾆
45659 qpebi 𢾇
45660 ddlbi 𢾈
45661 yv.i 𢾉
45662 y;jbi 𢾊
45663 dz,.i 𢾋
45664 oqebi 𢾌
45665 ddhbi 𢾍
45666 zpebi 𢾎
45667 n.;bi 𢾏
45668 n,bbi 𢾐
45669 ypebi 𢾑
45670 nq;bi 𢾒
45671 lpkbi 𢾓
45672 jebki 𢾔
45673 ddh.i 𢾕
45674 nrbbi 𢾖
45675 ,z.i 𢾗
45676 ae.ni 𢾘
45677 palbi 𢾙
45678 yp.i 𢾚
45679 y;j.i 𢾛
45680 zp.i 𢾜
45681 t;q.i 𢾝
45682 tsa.i 𢾞
45683 lpv.i 𢾟
45684 fj;bi 𢾠
45685 dz,.i 𢾡
45686 .jg.i 𢾢
45687 zv.i 𢾣
45688 yxv.i 𢾣
45689 rqk.i 𢾤
45690 rak.i 𢾤
45691 gjebi 𢾥
45692 lvrbi 𢾦
45693 lvfbi 𢾦
45694 larbi 𢾦
45695 lafbi 𢾦
45696 gcabi 𢾧
45697 lvlbi 𢾨
45698 rxubi 𢾩
45699 bbbbi 𢾪
45700 da/bi 𢾫
45701 n,ebi 𢾬
45702 qhf.i 𢾭
45703 n;lbi 𢾮
45704 zaabi 𢾯
45705 dax.i 𢾰
45706 lp.bi 𢾱
45707 tgkbi 𢾲
45708 fpf.i 𢾳
45709 zflbi 𢾴
45710 a.abi 𢾵
45711 fkk.i 𢾶
45712 da..i 𢾷
45713 aelbi 𢾸
45714 gtf.i 𢾹
45715 qee.i 𢾺
45716 qeebi 𢾻
45717 tgk.i 𢾼
45718 lvebi 𢾽
45719 apf.i 𢾾
45720 apd.i 𢾾
45721 qjibi 𢾿
45722 qjkbi 𢾿
45723 axjbi 𢿀
45724 dkkbi 𢿁
45725 av.fi 𢿂
45726 ;m.i 𢿃
45727 av.ei 𢿄
45728 kdesi 𢿅
45729 ddabi 𢿆
45730 yqqbi 𢿇
45731 xxxbi 𢿈
45732 lpcbi 𢿉
45733 epebi 𢿊
45734 vj.ei 𢿋
45735 jjkbi 𢿌
45736 av.bi 𢿍
45737 lp,bi 𢿎
45738 lpabi 𢿎
45739 a/abi 𢿏
45740 xri.i 𢿐
45741 ep.bi 𢿑
45742 sfmbi 𢿒
45743 pfmbi 𢿒
45744 pdmbi 𢿒
45745 szmbi 𢿒
45746 ejm.i 𢿓
45747 ldd.i 𢿔
45748 p/bbi 𢿕
45749 a/a.i 𢿖
45750 dij.i 𢿗
45751 p;dbi 𢿘
45752 ;qd.i 𢿙
45753 bbobi 𢿚
45754 q;;.i 𢿛
45755 p/b.i 𢿜
45756 ejkbi 𢿝
45757 zkpbi 𢿞
45758 tgqbi 𢿟
45759 ffmbi 𢿠
45760 ejabi 𢿡
45761 .bmbi 𢿢
45762 .bjbi 𢿢
45763 rrrbi 𢿣
45764 bqibi 𢿤
45765 l,pbi 𢿥
45766 cj;bi 𢿦
45767 cj;bi 𢿧
45768 vvubi 𢿨
45769 fafbi 𢿩
45770 ykjbi 𢿪
45771 v;eei 𢿫
45772 lpc.i 𢿬
45773 g.efi 𢿭
45774 .tjbi 𢿮
45775 .tmbi 𢿮
45776 fpa.i 𢿯
45777 va,.i 𢿰
45778 vvu.i 𢿱
45779 rrr.i 𢿲
45780 .bm.i 𢿳
45781 .bj.i 𢿳
45782 i;b.i 𢿴
45783 cj;.i 𢿵
45784 eja.i 𢿶
45785 f,fbi 𢿷
45786 lvjbi 𢿸
45787 lndbi 𢿹
45788 lcdbi 𢿹
45789 bbbbi 𢿺
45790 ,mq.i 𢿻
45791 tq;.i 𢿼
45792 cj;.i 𢿽
45793 ;;;bi 𢿾
45794 fkkbi 𢿿
45795 rkkbi 𢿿
45796 zpebi 𣀀
45797 jzkbi 𣀁
45798 pfqbi 𣀂
45799 peqbi 𣀂
45800 fdfbi 𣀂
45801 dffbi 𣀂
45802 ffdbi 𣀂
45803 nitbi 𣀃
45804 tl;bi 𣀄
45805 ca,.i 𣀅
45806 tl;.i 𣀆
45807 /ribi 𣀇
45808 /l/.i 𣀈
45809 ;;;.i 𣀉
45810 nit.i 𣀊
45811 qed.i 𣀋
45812 ted.i 𣀋
45813 ;;a.i 𣀌
45814 fjcbi 𣀍
45815 .ddbi 𣀎
45816 cj;bi 𣀏
45817 ljr.i 𣀐
45818 akjbi 𣀑
45819 aebbi 𣀒
45820 rgqbi 𣀓
45821 ljfbi 𣀔
45822 mmebi 𣀕
45823 lqlbi 𣀖
45824 qdlki 𣀗
45825 rgq.i 𣀘
45826 vvjbi 𣀙
45827 ipj.i 𣀚
45828 prkbi 𣀛
45829 pppbi 𣀜
45830 lpxbi 𣀝
45831 xlpbi 𣀝
45832 epnbi 𣀞
45833 tds.i 𣀟
45834 prk.i 𣀠
45835 ppp.i 𣀡
45836 y,,.i 𣀢
45837 ,y,.i 𣀢
45838 zqxbi 𣀣
45839 y/cbi 𣀤
45840 zlvbi 𣀥
45841 y;pbi 𣀦
45842 vvkbi 𣀧
45843 qaxbi 𣀨
45844 y/c.i 𣀩
45845 qaxbi 𣀪
45846 nvvbi 𣀫
45847 ;;z.i 𣀬
45848 oda.i 𣀭
45849 y;;bi 𣀮
45850 nvvbi 𣀯
45851 ,fabi 𣀰
45852 ,ffbi 𣀰
45853 ,rfbi 𣀰
45854 ,rrbi 𣀰
45855 ,rf.i 𣀱
45856 ,rr.i 𣀱
45857 ,prbi 𣀲
45858 aea.i 𣀳
45859 cj;ti 𣀴
45860 cj;ai 𣀴
45861 cj;qi 𣀴
45862 cj;si 𣀴
45863 yxxbi 𣀵
45864 xyxbi 𣀵
45865 osobi 𣀶
45866 ajhbi 𣀷
45867 fjd.i 𣀸
45868 fjx.i 𣀸
45869 oso.i 𣀹
45870 fjdbi 𣀺
45871 fjxbi 𣀺
45872 bc/bi 𣀻
45873 bc/.i 𣀼
45874 ,.opi 𣀽
45875 ,o,pi 𣀽
45876 qaxbi 𣀾
45877 mma.i 𣀿
45878 mam.i 𣀿
45879 zqxbi 𣁀
45880 ky.i 𣁁
45881 cy.i 𣁂
45882 y.gci 𣁃
45883 y.ofi 𣁄
45884 hy.i 𣁅
45885 y.nli 𣁆
45886 y.aei 𣁇
45887 y.lsi 𣁈
45888 nly.i 𣁉
45889 ify.i 𣁊
45890 laf.i 𣁊
45891 das.i 𣁋
45892 y.pfi 𣁌
45893 .jy.i 𣁍
45894 y.yi 𣁎
45895 ivy.i 𣁏
45896 y.jsi 𣁐
45897 y.kri 𣁑
45898 rdk.i 𣁒
45899 ly.i 𣁓
45900 y.;ti 𣁔
45901 y.y.i 𣁕
45902 fpf.i 𣁖
45903 dz,.i 𣁗
45904 y.m;i 𣁘
45905 fkr.i 𣁙
45906 y.bji 𣁚
45907 y.lji 𣁚
45908 av..i 𣁛
45909 p/b.i 𣁜
45910 .vy.i 𣁝
45911 rkr.i 𣁞
45912 av..i 𣁟
45913 y.nfi 𣁠
45914 y.aci 𣁡
45915 ,.y.i 𣁢
45916 ,mq.i 𣁣
45917 zpy.i 𣁤
45918 y.qui 𣁥
45919 y.ari 𣁦
45920 y,,.i 𣁧
45921 ,y,.i 𣁧
45922 alu.i 𣁨
45923 vy.bi 𣁩
45924 y.jai 𣁪
45925 y.oui 𣁫
45926 tfi 𣁬
45927 xshfi 𣁭
45928 fhfi 𣁮
45929 hfasi 𣁯
45930 hfoi 𣁰
45931 pdhfi 𣁱
45932 hf.hi 𣁲
45933 af;fi 𣁳
45934 lf;fi 𣁳
45935 i;hfi 𣁴
45936 ifhfi 𣁵
45937 hfs,i 𣁶
45938 .fhfi 𣁷
45939 zhfi 𣁸
45940 hfapi 𣁹
45941 kjtfi 𣁺
45942 hfmhi 𣁻
45943 hf.hi 𣁻
45944 ylhfi 𣁼
45945 ohfi 𣁽
45946 hfhfi 𣁾
45947 hfz,i 𣁿
45948 zs,fi 𣂀
45949 ns,fi 𣂁
45950 y./fi 𣂂
45951 rlpfi 𣂃
45952 m;hfi 𣂄
45953 yuhfi 𣂅
45954 ykjfi 𣂆
45955 hfzei 𣂇
45956 ,,jfi 𣂈
45957 ykjfi 𣂉
45958 baafi 𣂊
45959 ghf;i 𣂋
45960 hf//i 𣂌
45961 vajfi 𣂍
45962 crjfi 𣂎
45963 zalfi 𣂏
45964 zalfi 𣂐
45965 aalfi 𣂐
45966 .fi 𣂑
45967 boi 𣂒
45968 ori 𣂓
45969 doi 𣂔
45970 aaeoi 𣂕
45971 afoi 𣂖
45972 afaoi 𣂖
45973 fdoi 𣂗
45974 acoi 𣂘
45975 anoi 𣂘
45976 adeoi 𣂘
45977 oohi 𣂙
45978 ddoi 𣂚
45979 ovoi 𣂛
45980 qdtoi 𣂜
45981 olj;i 𣂝
45982 htxoi 𣂞
45983 dadoi 𣂟
45984 .eoi 𣂠
45985 a.hoi 𣂡
45986 epqoi 𣂢
45987 epfoi 𣂣
45988 uuoi 𣂤
45989 .s,oi 𣂥
45990 zqdoi 𣂦
45991 axaoi 𣂧
45992 pl.oi 𣂨
45993 ofoi 𣂩
45994 aeaoi 𣂪
45995 daaoi 𣂫
45996 llodi 𣂬
45997 .aahi 𣂭
45998 iueoi 𣂮
45999 eddoi 𣂯
46000 plkoi 𣂰
46001 adxoi 𣂱
46002 drdoi 𣂲
46003 y;joi 𣂳
46004 oy;di 𣂴
46005 w.oi 𣂵
46006 eofoi 𣂶
46007 rroi 𣂷
46008 epeoi 𣂸
46009 dkkoi 𣂹
46010 yavoi 𣂺
46011 q;;oi 𣂻
46012 r;roi 𣂼
46013 pqaoi 𣂽
46014 xxaoi 𣂾
46015 /kaoi 𣂿
46016 kkkoi 𣃀
46017 bl;oi 𣃁
46018 trpoi 𣃂
46019 ohjoi 𣃃
46020 fruoi 𣃄
46021 ojkhi 𣃅
46022 bqioi 𣃆
46023 lmoi 𣃇
46024 frloi 𣃈
46025 ocjpi 𣃉
46026 joooi 𣃊
46027 ohboi 𣃋
46028 ,,moi 𣃌
46029 ljfoi 𣃍
46030 yfyoi 𣃎
46031 tdaoi 𣃏
46032 oqmbi 𣃐
46033 lrloi 𣃑
46034 jjaoi 𣃒
46035 ;;;oi 𣃓
46036 xxaoi 𣃔
46037 fa/oi 𣃕
46038 jjkoi 𣃖
46039 hji 𣃗
46040 hkdi 𣃘
46041 akhi 𣃙
46042 hysi 𣃚
46043 h,i 𣃛
46044 hfhi 𣃜
46045 hjzi 𣃝
46046 zkdhi 𣃞
46047 zdkhi 𣃞
46048 lejhi 𣃟
46049 aejhi 𣃟
46050 hibi 𣃠
46051 hkhbi 𣃠
46052 hyxi 𣃡
46053 hkysi 𣃢
46054 htbi 𣃣
46055 tbhi 𣃤
46056 hoci 𣃥
46057 hol.i 𣃦
46058 hopi 𣃧
46059 hokki 𣃨
46060 holli 𣃩
46061 hoali 𣃩
46062 asrhi 𣃪
46063 h;jdi 𣃫
46064 holfi 𣃬
46065 hokei 𣃭
46066 hoosi 𣃮
46067 hosyi 𣃯
46068 hojki 𣃰
46069 hqari 𣃱
46070 hoshi 𣃲
46071 hopbi 𣃳
46072 hopki 𣃴
46073 hopdi 𣃵
46074 hkhti 𣃶
46075 hepki 𣃷
46076 pnhi 𣃸
46077 hotsi 𣃹
46078 hkk;i 𣃺
46079 hopdi 𣃻
46080 holmi 𣃼
46081 hommi 𣃽
46082 hzpsi 𣃾
46083 hoesi 𣃿
46084 hoiri 𣄀
46085 h.jbi 𣄁
46086 hatci 𣄂
46087 hraki 𣄃
46088 hfoi 𣄄
46089 hia;i 𣄅
46090 hoyxi 𣄆
46091 hijfi 𣄇
46092 hjqi 𣄈
46093 hoapi 𣄉
46094 hoa,i 𣄊
46095 arlhi 𣄋
46096 hqmi 𣄌
46097 hpaci 𣄍
46098 hqhhi 𣄎
46099 hxzpi 𣄏
46100 hondi 𣄐
46101 hozsi 𣄑
46102 hkhri 𣄒
46103 hllqi 𣄓
46104 ha/ci 𣄔
46105 hoypi 𣄕
46106 hoxi 𣄖
46107 hprki 𣄗
46108 homui 𣄘
46109 hopsi 𣄙
46110 hi.ni 𣄚
46111 hypri 𣄛
46112 h;dmi 𣄜
46113 hi;ki 𣄝
46114 hoyxi 𣄞
46115 hqdai 𣄟
46116 hozhi 𣄠
46117 ho,,i 𣄡
46118 hoyri 𣄢
46119 hozki 𣄣
46120 hu,pi 𣄤
46121 ykjbi 𣄥
46122 hoy,i 𣄦
46123 ho;ni 𣄧
46124 ho;oi 𣄨
46125 haemi 𣄩
46126 hoo,i 𣄪
46127 haemi 𣄫
46128 ykjei 𣄬
46129 qs.i 𣄭
46130 qs;i 𣄮
46131 lsqsi 𣄯
46132 qsqdi 𣄰
46133 qsrri 𣄱
46134 qsjsi 𣄲
46135 azsqi 𣄳
46136 qsyci 𣄴
46137 y;csi 𣄵
46138 ypcsi 𣄶
46139 qsyci 𣄷
46140 qsm;i 𣄸
46141 bblsi 𣄹
46142 qs.,i 𣄺
46143 qsh,i 𣄺
46144 psi 𣄻
46145 api 𣄼
46146 spi 𣄽
46147 paai 𣄾
46148 padi 𣄿
46149 ypi 𣅀
46150 pki 𣅁
46151 pyi 𣅂
46152 pci 𣅃
46153 pbi 𣅄
46154 plgi 𣅅
46155 pgli 𣅅
46156 akpi 𣅆
46157 pysi 𣅇
46158 .pi 𣅈
46159 pjhi 𣅉
46160 pjki 𣅉
46161 p;i 𣅊
46162 pii 𣅋
46163 lfpi 𣅌
46164 ppi 𣅍
46165 .api 𣅎
46166 pssi 𣅏
46167 pa.i 𣅐
46168 ipi 𣅑
46169 plqi 𣅒
46170 pwi 𣅓
46171 pszi 𣅔
46172 pgkai 𣅔
46173 pagki 𣅔
46174 pedi 𣅕
46175 pdddi 𣅕
46176 pysi 𣅖
46177 ptsi 𣅗
46178 paagi 𣅘
46179 paagi 𣅙
46180 pjki 𣅚
46181 zkpi 𣅛
46182 qqpi 𣅜
46183 pkbi 𣅝
46184 lqdpi 𣅞
46185 lsgpi 𣅞
46186 ljapi 𣅞
46187 ldgpi 𣅞
46188 pjsi 𣅟
46189 poi 𣅠
46190 ptki 𣅡
46191 plsfi 𣅢
46192 pslfi 𣅢
46193 pjaai 𣅣
46194 pzhi 𣅤
46195 pawi 𣅥
46196 zkpi 𣅦
46197 pjaai 𣅧
46198 arpi 𣅨
46199 bpi 𣅩
46200 pqqi 𣅪
46201 pofi 𣅫
46202 psali 𣅬
46203 palqi 𣅬
46204 pkhi 𣅭
46205 plfi 𣅮
46206 adpai 𣅯
46207 apdai 𣅯
46208 aegpi 𣅰
46209 capi 𣅱
46210 lqpi 𣅲
46211 lqdpi 𣅲
46212 pgzi 𣅳
46213 pgri 𣅴
46214 pni 𣅵
46215 pyki 𣅶
46216 p;si 𣅷
46217 pnqi 𣅸
46218 pyfi 𣅹
46219 pxbi 𣅺
46220 pj;i 𣅻
46221 ppdi 𣅼
46222 pddi 𣅽
46223 jrpi 𣅾
46224 px;i 𣅿
46225 pjri 𣆀
46226 gcpi 𣆁
46227 pyxi 𣆂
46228 palai 𣆃
46229 palki 𣆃
46230 psl.i 𣆄
46231 plni 𣆅
46232 plpi 𣆆
46233 aacpi 𣆇
46234 pzxi 𣆈
46235 p;fi 𣆉
46236 ;dapi 𣆊
46237 poci 𣆋
46238 mgspi 𣆌
46239 phsi 𣆍
46240 psfi 𣆎
46241 pzai 𣆏
46242 pebi 𣆐
46243 jjapi 𣆑
46244 jfpi 𣆑
46245 pzhxi 𣆒
46246 pbqi 𣆓
46247 plmi 𣆔
46248 bbbpi 𣆕
46249 pysoi 𣆖
46250 pi;i 𣆗
46251 pq.i 𣆘
46252 pcafi 𣆙
46253 pmmi 𣆚
46254 a/pi 𣆛
46255 pdgai 𣆜
46256 palei 𣆝
46257 paaei 𣆞
46258 eqpai 𣆟
46259 pdbsi 𣆠
46260 psdbi 𣆠
46261 pjzsi 𣆡
46262 plji 𣆢
46263 p/i 𣆣
46264 caspi 𣆤
46265 caspi 𣆥
46266 povi 𣆦
46267 passi 𣆧
46268 pakki 𣆧
46269 dpsfi 𣆨
46270 jfdpi 𣆩
46271 p;ddi 𣆪
46272 opi 𣆫
46273 pyswi 𣆬
46274 pzhxi 𣆭
46275 pnri 𣆮
46276 p.adi 𣆯
46277 pztgi 𣆰
46278 pzdfi 𣆱
46279 ptjbi 𣆲
46280 pap.i 𣆳
46281 plebi 𣆴
46282 poi 𣆵
46283 j;spi 𣆶
46284 jpspi 𣆶
46285 prrsi 𣆷
46286 tptbi 𣆸
46287 pjuai 𣆹
46288 pcui 𣆺
46289 pgqti 𣆻
46290 otpfi 𣆼
46291 optfi 𣆼
46292 paodi 𣆽
46293 ojkpi 𣆾
46294 plpsi 𣆿
46295 opi 𣇀
46296 pawqi 𣇁
46297 pdigi 𣇂
46298 pdkgi 𣇂
46299 izdpi 𣇃
46300 kzdpi 𣇃
46301 pooi 𣇄
46302 paei 𣇅
46303 pnvi 𣇆
46304 lebai 𣇇
46305 paxsi 𣇈
46306 ptl;i 𣇉
46307 pz;i 𣇊
46308 pk;si 𣇋
46309 prni 𣇌
46310 pzkki 𣇍
46311 patgi 𣇎
46312 pv;i 𣇏
46313 prci 𣇐
46314 dpfdi 𣇑
46315 dpddi 𣇑
46316 p;lri 𣇒
46317 p;ari 𣇒
46318 pgi 𣇓
46319 p.fi 𣇔
46320 ploxi 𣇕
46321 pqpi 𣇖
46322 pztbi 𣇗
46323 lvepi 𣇘
46324 lpspi 𣇙
46325 pxcbi 𣇚
46326 pyfi 𣇛
46327 pmi 𣇜
46328 pkibi 𣇝
46329 pkkbi 𣇝
46330 pivi 𣇞
46331 pnofi 𣇟
46332 pwfbi 𣇠
46333 ptsni 𣇡
46334 p,i 𣇢
46335 pfjsi 𣇣
46336 pfuai 𣇣
46337 pl.ni 𣇤
46338 pajai 𣇥
46339 pofi 𣇦
46340 pm,i 𣇧
46341 ptci 𣇨
46342 aeapi 𣇩
46343 pr,i 𣇪
46344 ppvi 𣇫
46345 pnkgi 𣇬
46346 p.ori 𣇭
46347 vdpi 𣇮
46348 pggi 𣇯
46349 pvvi 𣇰
46350 jpjpi 𣇱
46351 poapi 𣇲
46352 praki 𣇳
46353 puyki 𣇴
46354 ppui 𣇵
46355 ttjpi 𣇶
46356 pfhi 𣇷
46357 ffkpi 𣇸
46358 ctspi 𣇹
46359 jrkpi 𣇺
46360 oaspi 𣇻
46361 pnaci 𣇼
46362 pbbbi 𣇽
46363 prk.i 𣇾
46364 pvpi 𣇿
46365 ppqqi 𣈀
46366 ppvi 𣈁
46367 puari 𣈂
46368 pulri 𣈂
46369 p.gsi 𣈃
46370 p.vi 𣈄
46371 vvpi 𣈅
46372 q;api 𣈆
46373 a;;pi 𣈆
46374 zpui 𣈇
46375 pxoi 𣈈
46376 eacpi 𣈉
46377 of.pi 𣈊
46378 pykki 𣈋
46379 pykhi 𣈋
46380 hzvpi 𣈌
46381 pnuai 𣈍
46382 pj.vi 𣈎
46383 prpi 𣈏
46384 phri 𣈐
46385 prifi 𣈑
46386 praki 𣈒
46387 potbi 𣈓
46388 pne;i 𣈔
46389 pv.i 𣈕
46390 pzfi 𣈖
46391 pafpi 𣈗
46392 pne;i 𣈘
46393 pkaei 𣈙
46394 pxzhi 𣈚
46395 pafei 𣈛
46396 plfei 𣈛
46397 ppahi 𣈜
46398 py.fi 𣈝
46399 pnkqi 𣈞
46400 palfi 𣈟
46401 palzi 𣈟
46402 pxzfi 𣈠
46403 packi 𣈡
46404 plpfi 𣈢
46405 p;psi 𣈣
46406 dddpi 𣈤
46407 piuei 𣈥
46408 ppmi 𣈦
46409 p.dri 𣈧
46410 plafi 𣈨
46411 pbkki 𣈩
46412 lejpi 𣈪
46413 ppyi 𣈫
46414 pw.i 𣈬
46415 pl;mi 𣈭
46416 pitxi 𣈮
46417 piuei 𣈯
46418 pfydi 𣈰
46419 pdp.i 𣈱
46420 pbji 𣈲
46421 pj;bi 𣈳
46422 pjpbi 𣈳
46423 pfpi 𣈴
46424 poki 𣈵
46425 pnaai 𣈶
46426 pnahi 𣈶
46427 plpri 𣈷
46428 pirzi 𣈸
46429 prrri 𣈹
46430 pa/ai 𣈺
46431 pr;xi 𣈻
46432 pxi 𣈼
46433 prsvi 𣈽
46434 ppofi 𣈾
46435 pqpwi 𣈿
46436 pdxbi 𣉀
46437 p.jri 𣉁
46438 pi;fi 𣉂
46439 podgi 𣉃
46440 fpaci 𣉄
46441 pzazi 𣉅
46442 pzlzi 𣉅
46443 ppaci 𣉆
46444 pmei 𣉇
46445 oas;i 𣉈
46446 pbazi 𣉉
46447 pblzi 𣉉
46448 prisi 𣉊
46449 pa/wi 𣉋
46450 ppui 𣉌
46451 ppaxi 𣉍
46452 pvpai 𣉎
46453 pfibi 𣉏
46454 pfkbi 𣉏
46455 pvhni 𣉐
46456 lswpi 𣉑
46457 slwpi 𣉑
46458 pjkyi 𣉒
46459 paxri 𣉓
46460 pbh/i 𣉔
46461 pbbvi 𣉕
46462 p,aai 𣉖
46463 pjzui 𣉗
46464 xuqpi 𣉘
46465 fpfpi 𣉙
46466 pxifi 𣉚
46467 paeoi 𣉛
46468 p.vbi 𣉜
46469 pl.xi 𣉝
46470 py;;i 𣉞
46471 prlpi 𣉟
46472 oap.i 𣉠
46473 pafbi 𣉡
46474 p,ni 𣉢
46475 hbapi 𣉣
46476 pyedi 𣉤
46477 pyddi 𣉤
46478 p.tbi 𣉥
46479 pdaai 𣉦
46480 pdadi 𣉦
46481 pei 𣉦
46482 pllzi 𣉧
46483 poxi 𣉨
46484 aeapi 𣉩
46485 pfyoi 𣉪
46486 pvifi 𣉫
46487 ppnfi 𣉬
46488 lp,pi 𣉭
46489 pfuki 𣉮
46490 pfjki 𣉮
46491 pqjki 𣉮
46492 civpi 𣉯
46493 pjpvi 𣉰
46494 pddfi 𣉱
46495 pddai 𣉱
46496 pkybi 𣉲
46497 p/rxi 𣉳
46498 pvari 𣉴
46499 plddi 𣉵
46500 pfkqi 𣉶
46501 pl.si 𣉷
46502 pytsi 𣉸
46503 p.ivi 𣉹
46504 palzi 𣉺
46505 oz;pi 𣉻
46506 pirui 𣉼
46507 py.mi 𣉽
46508 pq;;i 𣉾
46509 pqpi 𣉿
46510 pfzoi 𣊀
46511 pfyoi 𣊀
46512 rh.pi 𣊁
46513 rl.pi 𣊁
46514 pykki 𣊂
46515 bgdpi 𣊃
46516 fftpi 𣊄
46517 ljkpi 𣊅
46518 ljipi 𣊅
46519 ljkpi 𣊆
46520 pnaki 𣊇
46521 pyqqi 𣊈
46522 pxxxi 𣊉
46523 pljai 𣊊
46524 paf;i 𣊋
46525 prkyi 𣊌
46526 pnvvi 𣊍
46527 prihi 𣊎
46528 pbbai 𣊏
46529 ppzxi 𣊐
46530 e.spi 𣊑
46531 pachi 𣊒
46532 rifpi 𣊓
46533 f/jpi 𣊔
46534 pjtxi 𣊕
46535 pppzi 𣊖
46536 p.oji 𣊗
46537 pu,i 𣊘
46538 pqoi 𣊙
46539 pakfi 𣊚
46540 pfkki 𣊚
46541 qppi 𣊛
46542 potki 𣊜
46543 prrvi 𣊝
46544 p,,ki 𣊞
46545 pqe.i 𣊟
46546 pte.i 𣊟
46547 pa/,i 𣊠
46548 pxxi 𣊡
46549 pxx,i 𣊡
46550 pa/fi 𣊢
46551 rprpi 𣊣
46552 pl;xi 𣊤
46553 pzr,i 𣊥
46554 kkkpi 𣊦
46555 pupui 𣊧
46556 dddpi 𣊨
46557 pl,pi 𣊩
46558 pcazi 𣊪
46559 ppppi 𣊫
46560 p.jqi 𣊬
46561 ppppi 𣊭
46562 rifpi 𣊮
46563 pzaxi 𣊯
46564 pacai 𣊰
46565 pekji 𣊱
46566 por,i 𣊲
46567 po;,i 𣊳
46568 prkfi 𣊴
46569 palei 𣊵
46570 p,.i 𣊶
46571 pl..i 𣊷
46572 l.pdi 𣊸
46573 pypri 𣊹
46574 pepi 𣊺
46575 pddvi 𣊻
46576 fdpri 𣊼
46577 tsadi 𣊽
46578 peeni 𣊾
46579 pfpui 𣊿
46580 nofri 𣋀
46581 ppabi 𣋁
46582 pfpui 𣋂
46583 pibei 𣋃
46584 pitei 𣋃
46585 rpyfi 𣋄
46586 reqpi 𣋅
46587 r;epi 𣋅
46588 re;pi 𣋅
46589 pelri 𣋆
46590 peari 𣋆
46591 palhi 𣋇
46592 cj;pi 𣋈
46593 pljzi 𣋉
46594 pypai 𣋊
46595 pjati 𣋋
46596 pjaai 𣋋
46597 pjaqi 𣋋
46598 pjasi 𣋋
46599 pkkgi 𣋌
46600 p/usi 𣋍
46601 dddpi 𣋎
46602 ppfxi 𣋏
46603 ppexi 𣋏
46604 purpi 𣋐
46605 purhi 𣋐
46606 pfrvi 𣋑
46607 pfbzi 𣋒
46608 pkkgi 𣋓
46609 pzpsi 𣋔
46610 zpzfi 𣋕
46611 p/eei 𣋖
46612 palpi 𣋗
46613 pi/pi 𣋘
46614 pbrbi 𣋙
46615 pypki 𣋚
46616 pfc;i 𣋛
46617 pvvci 𣋜
46618 p;;vi 𣋝
46619 pfrui 𣋞
46620 pnvxi 𣋟
46621 pykei 𣋠
46622 pcj.i 𣋡
46623 pf;si 𣋢
46624 pqdui 𣋣
46625 .adpi 𣋤
46626 pktli 𣋥
46627 pddfi 𣋦
46628 xdrpi 𣋧
46629 zpkbi 𣋨
46630 pyf;i 𣋩
46631 pnami 𣋪
46632 cqopi 𣋫
46633 prghi 𣋬
46634 pfkgi 𣋭
46635 pfkli 𣋭
46636 porgi 𣋮
46637 oasoi 𣋯
46638 prkhi 𣋰
46639 pouki 𣋱
46640 pw/wi 𣋲
46641 pwpwi 𣋲
46642 pyq,i 𣋳
46643 yqqpi 𣋴
46644 plpvi 𣋵
46645 pxlvi 𣋵
46646 pnkgi 𣋶
46647 pnrki 𣋷
46648 przki 𣋸
46649 p,.fi 𣋹
46650 pr/mi 𣋺
46651 pf/xi 𣋻
46652 pu,pi 𣋼
46653 pi;ei 𣋽
46654 pypvi 𣋾
46655 ymmpi 𣋿
46656 pirxi 𣌀
46657 pa.pi 𣌁
46658 pa.hi 𣌁
46659 pa.pi 𣌂
46660 pa.hi 𣌂
46661 ataui 𣌃
46662 p./bi 𣌄
46663 pzlei 𣌅
46664 pyrpi 𣌆
46665 pyrhi 𣌆
46666 .d.pi 𣌇
46667 .dapi 𣌇
46668 ppryi 𣌈
46669 pekgi 𣌉
46670 pzebi 𣌊
46671 pi;ki 𣌋
46672 pormi 𣌌
46673 paeei 𣌍
46674 pac.i 𣌎
46675 pafbi 𣌏
46676 prjai 𣌐
46677 ppd,i 𣌑
46678 pl.hi 𣌒
46679 pf;yi 𣌓
46680 pn.mi 𣌔
46681 pfo,i 𣌕
46682 przyi 𣌖
46683 pjjbi 𣌗
46684 py;bi 𣌘
46685 peq.i 𣌙
46686 pet.i 𣌙
46687 payci 𣌚
46688 pabmi 𣌛
46689 porei 𣌜
46690 ppyxi 𣌝
46691 icaxi 𣌞
46692 pz;ki 𣌟
46693 zpzpi 𣌠
46694 dpxi 𣌡
46695 pci 𣌢
46696 lpksi 𣌣
46697 pcli 𣌤
46698 pkji 𣌥
46699 ptdi 𣌦
46700 jfpi 𣌧
46701 jjapi 𣌧
46702 pdlai 𣌨
46703 pdlki 𣌨
46704 jpksi 𣌩
46705 pyxi 𣌪
46706 peqi 𣌫
46707 p/i 𣌬
46708 pjkai 𣌬
46709 i;pi 𣌭
46710 phddi 𣌮
46711 paddi 𣌮
46712 pvsi 𣌯
46713 pubi 𣌰
46714 pfcli 𣌱
46715 pecli 𣌱
46716 psqdi 𣌲
46717 psadi 𣌲
46718 xxpi 𣌳
46719 pfui 𣌴
46720 peui 𣌴
46721 pflbi 𣌵
46722 pfgki 𣌵
46723 pelbi 𣌵
46724 pegki 𣌵
46725 kxpfi 𣌶
46726 kxpei 𣌶
46727 phri 𣌷
46728 pbji 𣌸
46729 plpji 𣌸
46730 pfzai 𣌹
46731 pezai 𣌹
46732 pf;di 𣌺
46733 pe;di 𣌺
46734 p,ddi 𣌻
46735 pd,di 𣌻
46736 apfpi 𣌼
46737 apdpi 𣌼
46738 apfai 𣌽
46739 apdai 𣌽
46740 pdvpi 𣌾
46741 p.kpi 𣌿
46742 p.cpi 𣌿
46743 pf;vi 𣍀
46744 pe;vi 𣍀
46745 blqfi 𣍁
46746 blqei 𣍁
46747 kk;fi 𣍂
46748 kk;ei 𣍂
46749 v/pdi 𣍃
46750 ktdki 𣍄
46751 rlxfi 𣍅
46752 rlxei 𣍅
46753 rbspi 𣍆
46754 ap.bi 𣍇
46755 ffpii 𣍈
46756 py;ti 𣍉
46757 plkhi 𣍊
46758 i/pci 𣍋
46759 amapi 𣍌
46760 jj;fi 𣍍
46761 jjpfi 𣍍
46762 jj;ei 𣍍
46763 jjpei 𣍍
46764 k/psi 𣍎
46765 ap.qi 𣍏
46766 l.ipi 𣍐
46767 pxlxi 𣍑
46768 psxxi 𣍑
46769 cpari 𣍒
46770 pak.i 𣍓
46771 o;ppi 𣍔
46772 pfrsi 𣍕
46773 persi 𣍕
46774 qpvpi 𣍖
46775 ky.fi 𣍗
46776 ky.ei 𣍗
46777 ia.fi 𣍗
46778 ia.ei 𣍗
46779 vpvpi 𣍘
46780 ap.ci 𣍙
46781 trp.i 𣍚
46782 tfp.i 𣍚
46783 ap.qi 𣍛
46784 trpki 𣍜
46785 tfpki 𣍜
46786 lui 𣍝
46787 uki 𣍞
46788 jaui 𣍟
46789 uasi 𣍠
46790 akui 𣍡
46791 asui 𣍡
46792 ksui 𣍢
46793 asui 𣍣
46794 cui 𣍤
46795 unsi 𣍥
46796 u;si 𣍦
46797 ddui 𣍧
46798 ujci 𣍨
46799 ulvi 𣍩
46800 uajki 𣍪
46801 uashi 𣍫
46802 uk;i 𣍬
46803 us;i 𣍬
46804 uamai 𣍭
46805 uajai 𣍭
46806 uidi 𣍮
46807 ujqfi 𣍯
46808 uzii 𣍰
46809 uaiki 𣍰
46810 unzxi 𣍱
46811 uatwi 𣍲
46812 zuqdi 𣍳
46813 uamsi 𣍴
46814 uy.;i 𣍵
46815 u.d.i 𣍶
46816 uajki 𣍷
46817 j,ui 𣍸
46818 u,fi 𣍹
46819 ucori 𣍺
46820 uqaxi 𣍻
46821 jr;ui 𣍼
46822 uepmi 𣍽
46823 uep.i 𣍽
46824 uzi 𣍾
46825 uvkki 𣍿
46826 une;i 𣎀
46827 ji;ui 𣎁
46828 uwjfi 𣎂
46829 ucj;i 𣎃
46830 unaai 𣎄
46831 unahi 𣎄
46832 uplsi 𣎅
46833 yushi 𣎆
46834 upji 𣎇
46835 upzi 𣎈
46836 zuzxi 𣎉
46837 ubji 𣎊
46838 lpvui 𣎋
46839 u,fi 𣎌
46840 fpfui 𣎍
46841 uizki 𣎎
46842 ukzki 𣎎
46843 pf;ui 𣎏
46844 udzki 𣎐
46845 unfsi 𣎑
46846 uizpi 𣎒
46847 ukzpi 𣎒
46848 uhoci 𣎓
46849 uarsi 𣎔
46850 ju/ci 𣎕
46851 urihi 𣎖
46852 ulpni 𣎗
46853 ykupi 𣎘
46854 ufnhi 𣎙
46855 up,i 𣎚
46856 ubg;i 𣎛
46857 ujati 𣎜
46858 ujaai 𣎜
46859 ujaqi 𣎜
46860 ujasi 𣎜
46861 u,xi 𣎝
46862 tds.i 𣎞
46863 utqhi 𣎟
46864 fpfui 𣎠
46865 uunci 𣎡
46866 ufpui 𣎢
46867 ulp.i 𣎣
46868 ujbfi 𣎤
46869 zuq;i 𣎥
46870 uprxi 𣎦
46871 url,i 𣎧
46872 uflni 𣎨
46873 zpuui 𣎩
46874 uy;ui 𣎪
46875 upzhi 𣎫
46876 zunpi 𣎬
46877 u..fi 𣎭
46878 u..ei 𣎭
46879 uirxi 𣎮
46880 uospi 𣎯
46881 ufo,i 𣎰
46882 uppzi 𣎱
46883 ucj,i 𣎲
46884 akdi 𣎴
46885 adki 𣎴
46886 dki 𣎵
46887 dci 𣎵
46888 vai 𣎶
46889 vsi 𣎷
46890 vgdi 𣎸
46891 vssi 𣎹
46892 vgi 𣎺
46893 vggi 𣎺
46894 jvi 𣎻
46895 bvi 𣎼
46896 qvi 𣎽
46897 jvi 𣎾
46898 gsvi 𣎿
46899 vei 𣏀
46900 advi 𣏁
46901 .vhi 𣏂
46902 vti 𣏃
46903 rakdi 𣏄
46904 radki 𣏄
46905 rzi 𣏄
46906 rvi 𣏅
46907 vlsi 𣏆
46908 vaxi 𣏇
46909 vlxi 𣏈
46910 jhvi 𣏉
46911 jkvi 𣏉
46912 vjai 𣏊
46913 zvi 𣏋
46914 yxvi 𣏋
46915 vtsi 𣏌
46916 gfvi 𣏍
46917 vkdi 𣏎
46918 axvi 𣏏
46919 vmi 𣏐
46920 vjdi 𣏑
46921 vlshi 𣏒
46922 vslhi 𣏒
46923 vaagi 𣏓
46924 evi 𣏔
46925 vvi 𣏕
46926 vtgdi 𣏖
46927 bgdvi 𣏗
46928 vkbi 𣏘
46929 voi 𣏙
46930 voasi 𣏚
46931 vqdki 𣏛
46932 vadgi 𣏜
46933 vjsi 𣏝
46934 vzshi 𣏞
46935 vvi 𣏟
46936 v..i 𣏠
46937 vci 𣏡
46938 vaabi 𣏢
46939 vyci 𣏣
46940 vk.i 𣏤
46941 vyki 𣏥
46942 ,vi 𣏦
46943 vbki 𣏧
46944 vfdi 𣏨
46945 axvi 𣏩
46946 vbbi 𣏪
46947 vlsbi 𣏫
46948 vslbi 𣏫
46949 vpi 𣏬
46950 vsfi 𣏭
46951 vszi 𣏭
46952 lv;i 𣏮
46953 vl.i 𣏯
46954 kjvi 𣏰
46955 voqi 𣏱
46956 atvi 𣏲
46957 vtai 𣏲
46958 atdvi 𣏲
46959 vaxi 𣏳
46960 vkaai 𣏴
46961 vui 𣏵
46962 vjaai 𣏵
46963 vci 𣏶
46964 jbvi 𣏷
46965 v.fi 𣏸
46966 v,i 𣏹
46967 vgfsi 𣏺
46968 lgkvi 𣏻
46969 glkvi 𣏻
46970 rvi 𣏼
46971 vebi 𣏽
46972 vaxi 𣏾
46973 vazi 𣏿
46974 vy.i 𣐀
46975 fjvi 𣐁
46976 aaxvi 𣐂
46977 zgsvi 𣐃
46978 v;di 𣐄
46979 vlri 𣐅
46980 vari 𣐅
46981 vqji 𣐆
46982 fvi 𣐇
46983 vajli 𣐈
46984 bqvi 𣐉
46985 vblsi 𣐊
46986 vbsli 𣐊
46987 vqxi 𣐋
46988 vgci 𣐌
46989 vkri 𣐍
46990 vqhi 𣐎
46991 vpbi 𣐏
46992 vkci 𣐐
46993 veqi 𣐑
46994 vj;i 𣐒
46995 vbaai 𣐓
46996 vtbi 𣐔
46997 vbqi 𣐕
46998 vbri 𣐕
46999 vgsi 𣐖
47000 kllvi 𣐗
47001 vcadi 𣐘
47002 vyxi 𣐙
47003 vhci 𣐚
47004 vawhi 𣐛
47005 vtgxi 𣐜
47006 vqjdi 𣐝
47007 vz;i 𣐞
47008 rlgvi 𣐟
47009 rglvi 𣐟
47010 vmi 𣐠
47011 vtssi 𣐡
47012 vbtgi 𣐢
47013 vacli 𣐣
47014 vdpi 𣐤
47015 jvi 𣐥
47016 mvi 𣐦
47017 v.bki 𣐧
47018 vwlgi 𣐨
47019 vwgli 𣐨
47020 lpvi 𣐩
47021 vlzbi 𣐪
47022 acvi 𣐫
47023 vpi 𣐬
47024 vpi 𣐭
47025 pkvi 𣐮
47026 ddvi 𣐯
47027 vligi 𣐰
47028 bgkvi 𣐱
47029 v;sdi 𣐲
47030 v;.i 𣐳
47031 vkri 𣐴
47032 vqddi 𣐵
47033 vjkji 𣐶
47034 jkjvi 𣐷
47035 vapki 𣐸
47036 veaci 𣐹
47037 vbbi 𣐺
47038 txvi 𣐻
47039 vnafi 𣐼
47040 yavi 𣐽
47041 vkvi 𣐾
47042 vylxi 𣐿
47043 v;szi 𣑀
47044 v;gai 𣑀
47045 v;aki 𣑀
47046 vzsi 𣑁
47047 vyxsi 𣑁
47048 v.agi 𣑂
47049 cshvi 𣑃
47050 nasvi 𣑄
47051 nakvi 𣑄
47052 nzsvi 𣑄
47053 egv;i 𣑅
47054 v.zxi 𣑆
47055 vxi 𣑇
47056 vlhi 𣑈
47057 vlji 𣑉
47058 vzdri 𣑊
47059 vnfhi 𣑋
47060 vj;si 𣑌
47061 vsj;i 𣑌
47062 mvi 𣑍
47063 viaci 𣑎
47064 a,aci 𣑎
47065 vkci 𣑏
47066 v;jdi 𣑐
47067 vngfi 𣑑
47068 vnksi 𣑒
47069 vqfhi 𣑓
47070 vbvi 𣑔
47071 vgcai 𣑕
47072 vzri 𣑖
47073 vjhhi 𣑗
47074 vjkhi 𣑗
47075 amqvi 𣑘
47076 vqadi 𣑙
47077 vbbbi 𣑚
47078 vqi 𣑛
47079 avjri 𣑜
47080 vpfli 𣑝
47081 dlpvi 𣑞
47082 vplfi 𣑟
47083 i;vi 𣑠
47084 kaxvi 𣑡
47085 vlspi 𣑢
47086 vslpi 𣑢
47087 vmfhi 𣑣
47088 vl.di 𣑤
47089 vrldi 𣑥
47090 qshvi 𣑦
47091 rjhvi 𣑧
47092 rjkvi 𣑧
47093 ajjvi 𣑨
47094 ajfvi 𣑨
47095 vp;i 𣑩
47096 vjsfi 𣑪
47097 vsvi 𣑫
47098 vlgvi 𣑫
47099 vglvi 𣑫
47100 vpfi 𣑬
47101 vjfdi 𣑭
47102 vlmi 𣑮
47103 vs,i 𣑯
47104 vkci 𣑰
47105 clsvi 𣑱
47106 cslvi 𣑱
47107 vsadi 𣑲
47108 vfki 𣑳
47109 vcqi 𣑴
47110 vtfi 𣑵
47111 vyhsi 𣑶
47112 vczi 𣑷
47113 jqvi 𣑸
47114 vdjdi 𣑹
47115 v/i 𣑺
47116 voqi 𣑻
47117 dkdki 𣑼
47118 vvsi 𣑽
47119 eav;i 𣑾
47120 v.tsi 𣑿
47121 vogci 𣒀
47122 v,fi 𣒁
47123 vyji 𣒂
47124 v.sbi 𣒃
47125 veqai 𣒄
47126 v.z;i 𣒅
47127 vvsi 𣒆
47128 vlvsi 𣒇
47129 vdari 𣒈
47130 vdri 𣒈
47131 vesbi 𣒉
47132 gbvi 𣒊
47133 vpqi 𣒋
47134 v;jki 𣒌
47135 vkqdi 𣒍
47136 vzsdi 𣒎
47137 vhfhi 𣒏
47138 nvvi 𣒐
47139 vcvi 𣒑
47140 vy.ti 𣒒
47141 ,tsvi 𣒓
47142 vnksi 𣒔
47143 vnkli 𣒔
47144 cykvi 𣒕
47145 vf;si 𣒖
47146 vrxji 𣒗
47147 vadsi 𣒘
47148 vaesi 𣒘
47149 vv;i 𣒙
47150 qv;i 𣒚
47151 qdv;i 𣒚
47152 qqci 𣒚
47153 v;qi 𣒚
47154 v;vi 𣒛
47155 vvedi 𣒜
47156 vvddi 𣒜
47157 vgdai 𣒝
47158 vqi 𣒞
47159 vzozi 𣒟
47160 avpfi 𣒠
47161 avpei 𣒠
47162 v.vi 𣒡
47163 vfwi 𣒢
47164 vfysi 𣒣
47165 vofsi 𣒤
47166 v.ui 𣒥
47167 vkji 𣒦
47168 laevi 𣒧
47169 lveai 𣒧
47170 vjqi 𣒨
47171 vc;i 𣒩
47172 vptai 𣒪
47173 oszvi 𣒫
47174 vqvai 𣒬
47175 rvxi 𣒭
47176 acvri 𣒮
47177 aderi 𣒮
47178 vajai 𣒯
47179 vojri 𣒰
47180 v;jki 𣒱
47181 vnofi 𣒲
47182 qvari 𣒳
47183 vlvgi 𣒴
47184 vlvli 𣒴
47185 vts.i 𣒵
47186 vvgfi 𣒶
47187 ngvi 𣒷
47188 vasri 𣒸
47189 vclwi 𣒹
47190 vbvi 𣒺
47191 vori 𣒻
47192 kd.vi 𣒼
47193 vzeqi 𣒽
47194 vfshi 𣒾
47195 cjkvi 𣒿
47196 yfvi 𣓀
47197 azavi 𣓁
47198 v.pi 𣓂
47199 vfjki 𣓃
47200 vneqi 𣓄
47201 vgvi 𣓅
47202 v.lri 𣓆
47203 v.ari 𣓆
47204 rrevi 𣓇
47205 vajki 𣓈
47206 vatci 𣓉
47207 vqtdi 𣓊
47208 vfqqi 𣓋
47209 v.k;i 𣓌
47210 v.c;i 𣓌
47211 vpui 𣓍
47212 vflzi 𣓎
47213 vvvi 𣓏
47214 vcpfi 𣓐
47215 fjpvi 𣓑
47216 vfsbi 𣓒
47217 vlpgi 𣓓
47218 tgovi 𣓔
47219 tgjvi 𣓔
47220 vvlxi 𣓕
47221 vvsxi 𣓕
47222 vgui 𣓖
47223 vl.pi 𣓗
47224 vvasi 𣓘
47225 vvsi 𣓘
47226 vhfhi 𣓙
47227 vkkgi 𣓚
47228 vljqi 𣓛
47229 vgevi 𣓜
47230 qejvi 𣓝
47231 ouvi 𣓞
47232 fpfvi 𣓟
47233 vggi 𣓠
47234 vl;;i 𣓡
47235 azsvi 𣓢
47236 vzidi 𣓣
47237 vfrsi 𣓤
47238 cbgvi 𣓥
47239 vclni 𣓦
47240 apfvi 𣓧
47241 apdvi 𣓧
47242 epmvi 𣓨
47243 vwpi 𣓩
47244 zrsvi 𣓪
47245 yxrvi 𣓪
47246 ki;vi 𣓫
47247 clpvi 𣓬
47248 vcji 𣓭
47249 clvvi 𣓮
47250 ghvi 𣓯
47251 y..vi 𣓰
47252 vyti 𣓱
47253 vykbi 𣓲
47254 ,,vi 𣓳
47255 vvkei 𣓴
47256 ffvi 𣓵
47257 vgfui 𣓶
47258 v;vi 𣓷
47259 vaaxi 𣓸
47260 vrxti 𣓹
47261 zav;i 𣓺
47262 vrlxi 𣓻
47263 fjvvi 𣓼
47264 vlasi 𣓽
47265 vlqqi 𣓽
47266 vpl.i 𣓾
47267 vfjbi 𣓿
47268 vfni 𣔀
47269 vfigi 𣔁
47270 vfkgi 𣔁
47271 vpui 𣔂
47272 vetwi 𣔃
47273 vfkji 𣔄
47274 voni 𣔅
47275 voati 𣔆
47276 oz;vi 𣔇
47277 vofi 𣔈
47278 veei 𣔉
47279 vxz;i 𣔊
47280 vii 𣔋
47281 v.vi 𣔌
47282 oszai 𣔍
47283 vfjdi 𣔎
47284 vzkfi 𣔏
47285 v,i 𣔐
47286 vpzhi 𣔑
47287 voui 𣔒
47288 ooui 𣔒
47289 v.tbi 𣔓
47290 v.aei 𣔔
47291 kmqvi 𣔕
47292 vgrri 𣔖
47293 x;vhi 𣔗
47294 rrjvi 𣔘
47295 vojki 𣔙
47296 ujbvi 𣔚
47297 vnksi 𣔛
47298 vwmei 𣔜
47299 vadni 𣔝
47300 vgfki 𣔞
47301 vfzi 𣔟
47302 vfoi 𣔠
47303 vrtbi 𣔡
47304 vkmmi 𣔢
47305 ;vahi 𣔣
47306 vkq.i 𣔤
47307 v.aei 𣔥
47308 vzrri 𣔦
47309 vwgi 𣔧
47310 veui 𣔨
47311 v;zdi 𣔩
47312 vlfqi 𣔪
47313 vorri 𣔫
47314 vljfi 𣔬
47315 vrkri 𣔭
47316 vraxi 𣔮
47317 vzi 𣔯
47318 vfni 𣔰
47319 vnkbi 𣔱
47320 vj;ni 𣔲
47321 vnidi 𣔳
47322 vpfni 𣔴
47323 j;qvi 𣔵
47324 vfcsi 𣔶
47325 vuzei 𣔷
47326 valki 𣔸
47327 vjzzi 𣔹
47328 vpji 𣔺
47329 vnkhi 𣔻
47330 vlafi 𣔼
47331 bazvi 𣔽
47332 blzvi 𣔽
47333 vi.i 𣔾
47334 qdtvi 𣔿
47335 vxxfi 𣕀
47336 wrrvi 𣕁
47337 vizdi 𣕂
47338 vkzdi 𣕂
47339 vpmi 𣕃
47340 vgj;i 𣕄
47341 vlrsi 𣕅
47342 varsi 𣕅
47343 vkaui 𣕆
47344 vigui 𣕆
47345 cuevi 𣕇
47346 vfuai 𣕈
47347 vfl;i 𣕉
47348 vazci 𣕊
47349 vlzci 𣕊
47350 vbkui 𣕋
47351 vl;.i 𣕌
47352 vlpzi 𣕍
47353 vpvi 𣕎
47354 ypfvi 𣕏
47355 dddvi 𣕐
47356 vtrvi 𣕑
47357 vqibi 𣕒
47358 aacvi 𣕓
47359 oafvi 𣕔
47360 olfvi 𣕔
47361 voqi 𣕕
47362 v.tfi 𣕖
47363 virqi 𣕗
47364 vx;vi 𣕘
47365 ixvxi 𣕙
47366 vfzxi 𣕚
47367 vzjri 𣕛
47368 vyxri 𣕛
47369 vixxi 𣕜
47370 vfxxi 𣕜
47371 vcjri 𣕝
47372 virwi 𣕞
47373 yvvi 𣕟
47374 tq;vi 𣕠
47375 tqsvi 𣕡
47376 vvaqi 𣕢
47377 fjfvi 𣕣
47378 qkv;i 𣕤
47379 z;v;i 𣕤
47380 gaxvi 𣕥
47381 vvji 𣕦
47382 vb;vi 𣕧
47383 vzpi 𣕨
47384 vqpwi 𣕩
47385 vbrvi 𣕪
47386 rrrvi 𣕫
47387 vrsfi 𣕬
47388 vrszi 𣕬
47389 vafri 𣕭
47390 zpvi 𣕮
47391 vvibi 𣕯
47392 vvkbi 𣕯
47393 arlvi 𣕰
47394 vjvi 𣕱
47395 vnaai 𣕲
47396 vnahi 𣕲
47397 vp,i 𣕳
47398 vdz,i 𣕴
47399 vfibi 𣕵
47400 vfkbi 𣕵
47401 vphi 𣕶
47402 qv;vi 𣕷
47403 vfqdi 𣕸
47404 vetci 𣕹
47405 vfjsi 𣕺
47406 vlzji 𣕻
47407 voji 𣕻
47408 .lgvi 𣕼
47409 .glvi 𣕼
47410 vvl;i 𣕽
47411 vvnli 𣕾
47412 fjdvi 𣕿
47413 vajbi 𣖀
47414 vzhui 𣖁
47415 vzifi 𣖂
47416 dalvi 𣖃
47417 afovi 𣖄
47418 lfovi 𣖄
47419 lvoai 𣖄
47420 laovi 𣖄
47421 v.yfi 𣖅
47422 vlpfi 𣖆
47423 ypkvi 𣖇
47424 ypjvi 𣖈
47425 vnkvi 𣖉
47426 vwaei 𣖊
47427 vr;xi 𣖋
47428 vfbki 𣖌
47429 vzaei 𣖍
47430 v;;;i 𣖎
47431 vlqsi 𣖏
47432 vlpni 𣖐
47433 vloei 𣖑
47434 vlosi 𣖑
47435 vjkhi 𣖒
47436 vrk.i 𣖓
47437 vzpfi 𣖔
47438 vbifi 𣖕
47439 vblfi 𣖕
47440 vorhi 𣖖
47441 vbqni 𣖗
47442 vxqi 𣖘
47443 virzi 𣖙
47444 vfb;i 𣖚
47445 ykkai 𣖛
47446 vpui 𣖜
47447 vfkri 𣖝
47448 vyc;i 𣖞
47449 vyfi 𣖟
47450 vfddi 𣖠
47451 vmei 𣖡
47452 vayfi 𣖢
47453 vlddi 𣖣
47454 vkk;i 𣖤
47455 vf;oi 𣖥
47456 bgdvi 𣖦
47457 veqvi 𣖧
47458 vfeqi 𣖨
47459 v.aci 𣖩
47460 vevi 𣖪
47461 rjavi 𣖫
47462 vidki 𣖬
47463 vaxri 𣖭
47464 vjzui 𣖮
47465 vlni 𣖯
47466 vlqqi 𣖰
47467 vdx.i 𣖱
47468 vheqi 𣖲
47469 ve.i 𣖳
47470 ep.vi 𣖴
47471 epmvi 𣖴
47472 vnkri 𣖵
47473 bgdvi 𣖶
47474 v,kui 𣖷
47475 vk,ui 𣖷
47476 vnyfi 𣖸
47477 vw;oi 𣖹
47478 vhoki 𣖺
47479 vz;ui 𣖻
47480 vlpgi 𣖼
47481 vtjbi 𣖽
47482 vrlfi 𣖾
47483 vamxi 𣖿
47484 veobi 𣗀
47485 gvgi 𣗁
47486 va.vi 𣗂
47487 va.ri 𣗃
47488 vfyoi 𣗄
47489 r.vki 𣗅
47490 lmzvi 𣗆
47491 va/,i 𣗇
47492 vnwvi 𣗈
47493 vgl;i 𣗉
47494 vfaki 𣗊
47495 vrjki 𣗊
47496 vcjsi 𣗋
47497 v,ni 𣗌
47498 vorki 𣗍
47499 vfiri 𣗎
47500 vd.fi 𣗏
47501 v;lti 𣗐
47502 v;ati 𣗐
47503 vtqi 𣗑
47504 vifi 𣗒
47505 avrpi 𣗓
47506 avrhi 𣗓
47507 vtxni 𣗔
47508 vtsri 𣗕
47509 va/vi 𣗖
47510 vvbsi 𣗗
47511 vzci 𣗘
47512 vbkyi 𣗙
47513 vvzfi 𣗚
47514 vv.;i 𣗛
47515 aravi 𣗜
47516 varri 𣗝
47517 qdj;i 𣗞
47518 vzkci 𣗟
47519 vrahi 𣗠
47520 vvzsi 𣗡
47521 vtsvi 𣗢
47522 vvj.i 𣗣
47523 vpnwi 𣗤
47524 v;v;i 𣗥
47525 vfjhi 𣗦
47526 v;bfi 𣗧
47527 vplfi 𣗨
47528 vfrqi 𣗩
47529 vfkvi 𣗪
47530 vfici 𣗪
47531 vegai 𣗫
47532 vljhi 𣗬
47533 vxdai 𣗭
47534 vxqgi 𣗭
47535 vxjai 𣗭
47536 vs,,i 𣗮
47537 vi;oi 𣗯
47538 kjtvi 𣗰
47539 lveci 𣗱
47540 f,hvi 𣗲
47541 vqihi 𣗳
47542 epnvi 𣗴
47543 v/aei 𣗵
47544 v/ci 𣗶
47545 l,zvi 𣗷
47546 jjkvi 𣗸
47547 virni 𣗹
47548 x;v;i 𣗺
47549 x;vzi 𣗻
47550 v;mi 𣗼
47551 vjjqi 𣗽
47552 ijfvi 𣗾
47553 vyhai 𣗿
47554 vkd.i 𣘀
47555 vqddi 𣘁
47556 rxovi 𣘂
47557 vfyki 𣘃
47558 vylqi 𣘄
47559 vq;.i 𣘅
47560 vxjki 𣘆
47561 vfaai 𣘇
47562 ovifi 𣘈
47563 v.i;i 𣘉
47564 v.k;i 𣘉
47565 v.rci 𣘊
47566 vnbfi 𣘋
47567 vyhsi 𣘌
47568 vnqi 𣘍
47569 virxi 𣘎
47570 vizxi 𣘎
47571 nkkzi 𣘏
47572 vivii 𣘐
47573 via,i 𣘐
47574 a,vii 𣘐
47575 a,a,i 𣘐
47576 lslvi 𣘑
47577 lssvi 𣘑
47578 sllvi 𣘑
47579 slsvi 𣘑
47580 fpavi 𣘒
47581 v/rxi 𣘓
47582 vnpzi 𣘔
47583 vntdi 𣘕
47584 vlvi 𣘖
47585 vqf;i 𣘗
47586 vfyfi 𣘘
47587 vy;ti 𣘙
47588 vyxfi 𣘚
47589 vlpsi 𣘛
47590 volsi 𣘛
47591 vlx;i 𣘜
47592 va/si 𣘝
47593 vajsi 𣘝
47594 vigpi 𣘞
47595 vkhpi 𣘞
47596 vitpi 𣘞
47597 ketvi 𣘟
47598 vlqdi 𣘠
47599 vfcli 𣘡
47600 rh.vi 𣘢
47601 rl.vi 𣘢
47602 vzaui 𣘣
47603 vmaci 𣘤
47604 vefli 𣘥
47605 qozvi 𣘦
47606 vlkhi 𣘧
47607 vyqxi 𣘨
47608 v.eci 𣘩
47609 vaeji 𣘪
47610 ;vesi 𣘫
47611 av.vi 𣘬
47612 vepdi 𣘭
47613 v,.i 𣘮
47614 qdjvi 𣘯
47615 vnaai 𣘰
47616 v.phi 𣘱
47617 vvyfi 𣘲
47618 jhfvi 𣘳
47619 vitxi 𣘴
47620 vlvmi 𣘵
47621 vljfi 𣘶
47622 vljai 𣘶
47623 vlaxi 𣘷
47624 vpr,i 𣘸
47625 vp,i 𣘸
47626 vnaki 𣘹
47627 voe;i 𣘺
47628 vfivi 𣘻
47629 g;.vi 𣘼
47630 g.;vi 𣘼
47631 vclsi 𣘽
47632 vigui 𣘾
47633 a,gui 𣘾
47634 nkivi 𣘿
47635 vrihi 𣙀
47636 vepai 𣙁
47637 izxvi 𣙂
47638 kzxvi 𣙂
47639 vnr,i 𣙃
47640 vcvgi 𣙄
47641 g;avi 𣙅
47642 vzrvi 𣙆
47643 vyxvi 𣙆
47644 vzfvi 𣙆
47645 rkyvi 𣙇
47646 fpf;i 𣙈
47647 vfkci 𣙉
47648 vzkci 𣙉
47649 vvkci 𣙉
47650 vfpvi 𣙊
47651 vdjdi 𣙋
47652 vdii 𣙌
47653 vdpqi 𣙍
47654 ve;i 𣙎
47655 ve/vi 𣙏
47656 v;;di 𣙐
47657 vvvzi 𣙑
47658 vpgi 𣙒
47659 v.v.i 𣙓
47660 vlvvi 𣙔
47661 vos.i 𣙕
47662 vlqdi 𣙖
47663 rifvi 𣙗
47664 vfozi 𣙘
47665 vv;.i 𣙙
47666 vkxri 𣙚
47667 vy.ui 𣙛
47668 vnkyi 𣙜
47669 vb.si 𣙝
47670 vqifi 𣙞
47671 vcjdi 𣙟
47672 v/z,i 𣙠
47673 vjd.i 𣙡
47674 vj..i 𣙡
47675 akj.i 𣙡
47676 vpisi 𣙢
47677 vpksi 𣙢
47678 vnpki 𣙣
47679 kzqvi 𣙤
47680 virui 𣙥
47681 vhrhi 𣙦
47682 vjtxi 𣙧
47683 vltbi 𣙨
47684 vdnci 𣙩
47685 vnvvi 𣙪
47686 vlyi 𣙫
47687 a/vti 𣙬
47688 vlj;i 𣙭
47689 vy.ci 𣙮
47690 vrkyi 𣙯
47691 bqbvi 𣙰
47692 vll;i 𣙱
47693 vofvi 𣙲
47694 v;cvi 𣙳
47695 vzs;i 𣙴
47696 vcphi 𣙵
47697 vtgai 𣙶
47698 vfzfi 𣙷
47699 vfzhi 𣙷
47700 ovfdi 𣙸
47701 v;pqi 𣙹
47702 vlp.i 𣙺
47703 vfabi 𣙻
47704 x;yvi 𣙼
47705 vzlvi 𣙽
47706 vlpgi 𣙾
47707 vtgmi 𣙿
47708 veqji 𣚀
47709 veqmi 𣚁
47710 vhzdi 𣚂
47711 vfjxi 𣚃
47712 vrjxi 𣚃
47713 rakvi 𣚄
47714 vfjni 𣚅
47715 vfuni 𣚅
47716 vadsi 𣚆
47717 qdjvi 𣚇
47718 vxxci 𣚈
47719 vttci 𣚉
47720 valei 𣚊
47721 vfati 𣚋
47722 vyk;i 𣚌
47723 vy;;i 𣚍
47724 vxxxi 𣚎
47725 yjjvi 𣚏
47726 vap,i 𣚐
47727 vtg;i 𣚑
47728 varsi 𣚒
47729 vxxui 𣚓
47730 vol,i 𣚔
47731 vpuhi 𣚕
47732 vfzsi 𣚖
47733 lmivi 𣚗
47734 lmkvi 𣚗
47735 czqvi 𣚘
47736 vdaxi 𣚙
47737 vblmi 𣚚
47738 vewai 𣚛
47739 vecai 𣚛
47740 vfkni 𣚜
47741 vgyxi 𣚝
47742 vikyi 𣚞
47743 vjhei 𣚟
47744 vca,i 𣚠
47745 veevi 𣚡
47746 vapni 𣚢
47747 vprki 𣚣
47748 p;vbi 𣚤
47749 p;.bi 𣚤
47750 vfzui 𣚥
47751 vfyui 𣚥
47752 vtg/i 𣚦
47753 ;agvi 𣚧
47754 rvrvi 𣚨
47755 g;fvi 𣚩
47756 vycei 𣚪
47757 vycai 𣚪
47758 vcrpi 𣚫
47759 vcrhi 𣚫
47760 vxr;i 𣚬
47761 vfl,i 𣚭
47762 oypvi 𣚮
47763 vv;bi 𣚯
47764 virji 𣚰
47765 vizji 𣚰
47766 kgxvi 𣚱
47767 il;vi 𣚱
47768 vnoki 𣚲
47769 vy.yi 𣚳
47770 vicpi 𣚴
47771 vvv,i 𣚵
47772 vargi 𣚶
47773 vf;ci 𣚷
47774 vryxi 𣚸
47775 vgc;i 𣚹
47776 vazzi 𣚺
47777 ravsi 𣚻
47778 vqpwi 𣚼
47779 vzzpi 𣚽
47780 vey.i 𣚾
47781 vcj.i 𣚿
47782 vpari 𣛀
47783 cccvi 𣛁
47784 vfnci 𣛂
47785 vfpvi 𣛃
47786 vdxi 𣛄
47787 vveui 𣛅
47788 vlrhi 𣛆
47789 vmq;i 𣛇
47790 vlqdi 𣛈
47791 vkydi 𣛉
47792 kjqvi 𣛊
47793 vmq;i 𣛋
47794 vkkfi 𣛌
47795 v..ki 𣛍
47796 v..si 𣛍
47797 vkyni 𣛎
47798 voshi 𣛏
47799 vofxi 𣛐
47800 vky,i 𣛑
47801 vaaji 𣛒
47802 vzqxi 𣛓
47803 vepxi 𣛔
47804 pvpvi 𣛕
47805 vlrgi 𣛖
47806 vl.;i 𣛗
47807 v.ozi 𣛘
47808 ilpvi 𣛙
47809 iklvi 𣛙
47810 vnnni 𣛚
47811 vtrai 𣛛
47812 vkyvi 𣛜
47813 v..ji 𣛝
47814 vici 𣛞
47815 vcjoi 𣛟
47816 v/mi 𣛠
47817 vnpmi 𣛡
47818 vblai 𣛢
47819 veafi 𣛣
47820 pvvki 𣛤
47821 veeni 𣛥
47822 vchfi 𣛦
47823 vvvvi 𣛧
47824 vfpui 𣛨
47825 vliri 𣛩
47826 v.ami 𣛪
47827 v;;,i 𣛫
47828 vodji 𣛬
47829 volji 𣛬
47830 vrlti 𣛭
47831 vzgui 𣛮
47832 vzgxi 𣛮
47833 vcjui 𣛯
47834 vfrpi 𣛰
47835 vfrhi 𣛰
47836 vnkoi 𣛱
47837 vzlii 𣛲
47838 fj;vi 𣛳
47839 vzqxi 𣛴
47840 vzqni 𣛴
47841 vrpbi 𣛵
47842 vjt,i 𣛶
47843 vaxui 𣛷
47844 vmaxi 𣛸
47845 vdani 𣛹
47846 vvkji 𣛺
47847 vdrvi 𣛻
47848 veqii 𣛼
47849 vlvai 𣛽
47850 vbgxi 𣛾
47851 vbgmi 𣛿
47852 vlzxi 𣜀
47853 veqyi 𣜁
47854 vazai 𣜂
47855 vlzai 𣜂
47856 vip,i 𣜃
47857 yuvhi 𣜄
47858 yuvfi 𣜄
47859 yuvzi 𣜄
47860 dalvi 𣜅
47861 viryi 𣜆
47862 vvjmi 𣜇
47863 kfbvi 𣜈
47864 krbvi 𣜈
47865 ifbvi 𣜈
47866 vrjri 𣜉
47867 vepdi 𣜊
47868 v;g,i 𣜋
47869 vowi 𣜌
47870 ;agvi 𣜍
47871 vfcei 𣜎
47872 vnnri 𣜏
47873 vyuhi 𣜐
47874 vix,i 𣜑
47875 vfx,i 𣜑
47876 virbi 𣜒
47877 vbggi 𣜓
47878 vtlmi 𣜔
47879 vvzxi 𣜕
47880 vbbai 𣜖
47881 vbbgi 𣜗
47882 vbbli 𣜗
47883 vtlfi 𣜘
47884 vapdi 𣜙
47885 vzpni 𣜚
47886 vpmni 𣜛
47887 vfpmi 𣜜
47888 veahi 𣜝
47889 vmv;i 𣜞
47890 i;;vi 𣜟
47891 vqd,i 𣜠
47892 va./i 𣜡
47893 pvpmi 𣜢
47894 ;;;si 𣜣
47895 vlcli 𣜤
47896 lphvi 𣜥
47897 iljvi 𣜦
47898 v,,fi 𣜧
47899 v,,zi 𣜧
47900 v,,hi 𣜧
47901 x;vsi 𣜨
47902 vaa,i 𣜩
47903 vr.ki 𣜪
47904 vf.ki 𣜪
47905 ozkvi 𣜫
47906 v.j.i 𣜬
47907 viu,i 𣜭
47908 vclli 𣜮
47909 vfnai 𣜯
47910 vnici 𣜰
47911 ovdfi 𣜱
47912 v.fni 𣜲
47913 vfxi 𣜳
47914 viuni 𣜴
47915 v;asi 𣜵
47916 vplni 𣜶
47917 vlvni 𣜷
47918 vpjqi 𣜸
47919 bbbli 𣜹
47920 vvjsi 𣜺
47921 vizhi 𣜻
47922 a,zhi 𣜻
47923 vxhti 𣜼
47924 vsxti 𣜼
47925 bbbxi 𣜽
47926 avcpi 𣜾
47927 avchi 𣜾
47928 vfrvi 𣜿
47929 vrrbi 𣝀
47930 vllfi 𣝁
47931 vaaxi 𣝂
47932 vlnqi 𣝃
47933 vqdai 𣝄
47934 vqoci 𣝅
47935 qozvi 𣝆
47936 vjjvi 𣝇
47937 vfici 𣝈
47938 vcahi 𣝉
47939 vj;si 𣝊
47940 vjpsi 𣝊
47941 v/cni 𣝋
47942 vqdxi 𣝌
47943 vfqhi 𣝍
47944 vl,,i 𣝎
47945 vfy;i 𣝏
47946 qdjvi 𣝐
47947 ozavi 𣝑
47948 vrxvi 𣝒
47949 vzphi 𣝓
47950 vvgvi 𣝔
47951 vlaxi 𣝕
47952 jtpai 𣝖
47953 vumui 𣝗
47954 vf.ni 𣝘
47955 vd/,i 𣝙
47956 vdp,i 𣝙
47957 aljvi 𣝚
47958 vewki 𣝛
47959 vecki 𣝛
47960 x;vfi 𣝜
47961 vss;i 𣝝
47962 v;wvi 𣝞
47963 lvjvi 𣝟
47964 vkfxi 𣝠
47965 vkrxi 𣝠
47966 virxi 𣝡
47967 vizxi 𣝡
47968 vcazi 𣝢
47969 v/bhi 𣝣
47970 vdkni 𣝤
47971 vbgxi 𣝥
47972 vbbfi 𣝦
47973 vak.i 𣝧
47974 cl,vi 𣝨
47975 vy;vi 𣝩
47976 vvjhi 𣝪
47977 vrkxi 𣝫
47978 vv;;i 𣝬
47979 a/vpi 𣝭
47980 v;rki 𣝮
47981 vjvji 𣝯
47982 vfodi 𣝰
47983 vf/xi 𣝱
47984 vsa,i 𣝲
47985 vsl,i 𣝲
47986 vljqi 𣝳
47987 v..fi 𣝴
47988 vxwci 𣝵
47989 vljfi 𣝶
47990 rgqvi 𣝷
47991 vfndi 𣝸
47992 vvoxi 𣝹
47993 vqdvi 𣝺
47994 v/p.i 𣝻
47995 vljji 𣝼
47996 vqq.i 𣝽
47997 vqt.i 𣝽
47998 vfzvi 𣝾
47999 vvksi 𣝿
48000 valai 𣞀
48001 v,,vi 𣞁
48002 vltdi 𣞂
48003 ;vq;i 𣞃
48004 vaipi 𣞄
48005 pvuzi 𣞅
48006 ddvvi 𣞆
48007 yvyi 𣞇
48008 qdpvi 𣞈
48009 qdjvi 𣞉
48010 ovihi 𣞊
48011 vvk;i 𣞋
48012 vlphi 𣞌
48013 v/rpi 𣞍
48014 v/rhi 𣞍
48015 vfeui 𣞎
48016 dddvi 𣞏
48017 vno,i 𣞐
48018 vf/hi 𣞑
48019 vqh.i 𣞒
48020 vfyqi 𣞓
48021 vrzki 𣞔
48022 vfrhi 𣞕
48023 vvp,i 𣞖
48024 vohei 𣞗
48025 vqiki 𣞘
48026 r;ivi 𣞙
48027 vkkqi 𣞚
48028 vlu.i 𣞛
48029 vlj.i 𣞛
48030 vzkfi 𣞜
48031 vzoni 𣞝
48032 vcabi 𣞞
48033 x;vki 𣞟
48034 v.osi 𣞠
48035 vlm.i 𣞡
48036 vfz,i 𣞢
48037 vfn,i 𣞢
48038 orvvi 𣞣
48039 zrrvi 𣞤
48040 vavmi 𣞥
48041 vfzpi 𣞦
48042 vcaci 𣞧
48043 vfbhi 𣞨
48044 vfppi 𣞩
48045 vp,ri 𣞪
48046 vlrvi 𣞫
48047 vlani 𣞬
48048 vj/.i 𣞭
48049 vlyni 𣞮
48050 vleai 𣞯
48051 v/bvi 𣞰
48052 vvk;i 𣞱
48053 v/rxi 𣞲
48054 vo;ei 𣞳
48055 lve;i 𣞴
48056 bbbki 𣞵
48057 bbbsi 𣞵
48058 vzzqi 𣞶
48059 vflni 𣞷
48060 vr;;i 𣞸
48061 vf;;i 𣞸
48062 vjaqi 𣞹
48063 vprci 𣞺
48064 v/xqi 𣞻
48065 virxi 𣞼
48066 vizxi 𣞼
48067 vbqti 𣞽
48068 vfpwi 𣞾
48069 vmoxi 𣞿
48070 v.oxi 𣞿
48071 vf.ni 𣟀
48072 vtzri 𣟁
48073 vnfsi 𣟂
48074 vnfhi 𣟂
48075 vf/mi 𣟃
48076 vqdvi 𣟄
48077 vyuhi 𣟅
48078 vyufi 𣟅
48079 vyuzi 𣟅
48080 vzkni 𣟆
48081 vbbui 𣟇
48082 vvzei 𣟈
48083 .t;vi 𣟉
48084 vygxi 𣟊
48085 vnrxi 𣟋
48086 vraci 𣟌
48087 vra,i 𣟍
48088 vyjxi 𣟎
48089 qdjvi 𣟏
48090 vybyi 𣟐
48091 vbqhi 𣟑
48092 vrrvi 𣟒
48093 vqami 𣟓
48094 vlqhi 𣟔
48095 v,,vi 𣟕
48096 vnvgi 𣟖
48097 vw,fi 𣟗
48098 f;;vi 𣟘
48099 vtsni 𣟙
48100 vnici 𣟚
48101 vre,i 𣟛
48102 vr;,i 𣟛
48103 vvnhi 𣟜
48104 vf/xi 𣟝
48105 vfqpi 𣟞
48106 vfpji 𣟟
48107 vjsxi 𣟠
48108 vuaxi 𣟠
48109 vildi 𣟡
48110 vlqei 𣟢
48111 vlmfi 𣟣
48112 vqlmi 𣟤
48113 vy;ni 𣟥
48114 fafvi 𣟦
48115 rffvi 𣟦
48116 v;dni 𣟧
48117 vokmi 𣟨
48118 vlvmi 𣟩
48119 vfkhi 𣟪
48120 vfeui 𣟫
48121 vevpi 𣟬
48122 v;;,i 𣟭
48123 bgd.i 𣟮
48124 vnrci 𣟯
48125 oqavi 𣟰
48126 vozfi 𣟱
48127 vu,fi 𣟲
48128 v/qni 𣟳
48129 vg/xi 𣟴
48130 veqxi 𣟵
48131 flvvi 𣟶
48132 ved.i 𣟷
48133 vde.i 𣟷
48134 vyq,i 𣟸
48135 vlx.i 𣟹
48136 vi;.i 𣟺
48137 vykni 𣟻
48138 x;v,i 𣟼
48139 x;vbi 𣟽
48140 mofvi 𣟾
48141 .ofvi 𣟾
48142 vflvi 𣟿
48143 vfkvi 𣟿
48144 qdjvi 𣠀
48145 a/vri 𣠁
48146 v,pki 𣠂
48147 vr;,i 𣠃
48148 vz;;i 𣠄
48149 vfkui 𣠅
48150 v;v;i 𣠆
48151 vfiki 𣠇
48152 v..hi 𣠈
48153 vl/xi 𣠉
48154 vl/qi 𣠊
48155 xlpvi 𣠋
48156 lpxvi 𣠋
48157 vz;di 𣠌
48158 vdo,i 𣠍
48159 x;vsi 𣠎
48160 x;vbi 𣠏
48161 vy;di 𣠐
48162 vl.ni 𣠑
48163 nl,vi 𣠒
48164 vlaci 𣠓
48165 qdjvi 𣠔
48166 avapi 𣠕
48167 avahi 𣠕
48168 avypi 𣠖
48169 avyhi 𣠖
48170 vledi 𣠗
48171 vllfi 𣠘
48172 vol,i 𣠙
48173 vzopi 𣠚
48174 ykkvi 𣠛
48175 vbb,i 𣠜
48176 vfa.i 𣠝
48177 aeavi 𣠞
48178 vqsdi 𣠟
48179 vppri 𣠠
48180 vmyxi 𣠡
48181 vpami 𣠢
48182 vnpni 𣠣
48183 vozsi 𣠤
48184 vykyi 𣠥
48185 vnami 𣠦
48186 vv.oi 𣠧
48187 vpz.i 𣠨
48188 vfqui 𣠩
48189 voj,i 𣠪
48190 v..ti 𣠫
48191 vkcci 𣠬
48192 vdxdi 𣠭
48193 vxddi 𣠭
48194 vxxdi 𣠭
48195 zrrvi 𣠮
48196 vnbxi 𣠯
48197 vlepi 𣠰
48198 vlqpi 𣠱
48199 vyhii 𣠲
48200 bgdyi 𣠳
48201 vkc.i 𣠴
48202 vmvhi 𣠵
48203 ovrsi 𣠶
48204 vfj/i 𣠷
48205 vexwi 𣠸
48206 vljxi 𣠹
48207 vliki 𣠺
48208 vqdvi 𣠻
48209 veb.i 𣠼
48210 va/ui 𣠽
48211 vajui 𣠽
48212 vyuhi 𣠾
48213 vyufi 𣠾
48214 vyuzi 𣠾
48215 qdtvi 𣠿
48216 vf;bi 𣡀
48217 vei.i 𣡁
48218 vnvei 𣡂
48219 vbqxi 𣡃
48220 vv.oi 𣡄
48221 vofhi 𣡅
48222 voffi 𣡅
48223 vofzi 𣡅
48224 vaevi 𣡆
48225 v..hi 𣡇
48226 ojqvi 𣡈
48227 bbbzi 𣡉
48228 vfrxi 𣡊
48229 vrk.i 𣡋
48230 veqhi 𣡌
48231 vjvji 𣡍
48232 v.hvi 𣡎
48233 qdpvi 𣡏
48234 vnk;i 𣡐
48235 vvmji 𣡑
48236 vf;bi 𣡒
48237 vlqui 𣡓
48238 vlqmi 𣡔
48239 vvvvi 𣡕
48240 qdjvi 𣡖
48241 pvpvi 𣡗
48242 vvppi 𣡘
48243 pvvmi 𣡙
48244 pvvmi 𣡚
48245 vqfoi 𣡛
48246 v..di 𣡜
48247 zulvi 𣡝
48248 zuxvi 𣡝
48249 vejyi 𣡞
48250 vppai 𣡟
48251 vppwi 𣡟
48252 vjjbi 𣡠
48253 vofhi 𣡡
48254 vzp/i 𣡢
48255 vepdi 𣡣
48256 vpyxi 𣡤
48257 yojvi 𣡥
48258 qdpvi 𣡦
48259 vppdi 𣡧
48260 v.vti 𣡨
48261 vyxgi 𣡩
48262 vxygi 𣡩
48263 qdjvi 𣡪
48264 v;/hi 𣡫
48265 v;;hi 𣡫
48266 vgcxi 𣡬
48267 vppai 𣡭
48268 vvmhi 𣡮
48269 /rxxi 𣡯
48270 kpvvi 𣡰
48271 vmvhi 𣡱
48272 vpxmi 𣡲
48273 lpx;i 𣡳
48274 xlp;i 𣡳
48275 vlqqi 𣡴
48276 vyxvi 𣡵
48277 vxyvi 𣡵
48278 vqdui 𣡶
48279 a/evi 𣡷
48280 vofhi 𣡸
48281 vnani 𣡹
48282 pvppi 𣡺
48283 ppvpi 𣡺
48284 vf;yi 𣡻
48285 epkvi 𣡼
48286 vvvvi 𣡽
48287 pvpvi 𣡾
48288 voj,i 𣡿
48289 vou,i 𣡿
48290 jjki 𣢀
48291 bjki 𣢁
48292 bjki 𣢂
48293 ejki 𣢃
48294 xjki 𣢄
48295 ysjki 𣢅
48296 osjki 𣢆
48297 tsjki 𣢇
48298 qjki 𣢈
48299 kqjki 𣢉
48300 l.jki 𣢊
48301 qqjki 𣢋
48302 jsjki 𣢌
48303 kagki 𣢍
48304 igjki 𣢍
48305 oaski 𣢎
48306 kjjki 𣢏
48307 jkjki 𣢐
48308 dajki 𣢑
48309 cljki 𣢒
48310 rjki 𣢓
48311 ojki 𣢔
48312 qsjki 𣢕
48313 gjki 𣢖
48314 pdjki 𣢗
48315 pdjki 𣢘
48316 eqjki 𣢙
48317 .xkki 𣢚
48318 gsjki 𣢛
48319 xbjki 𣢜
48320 ibjki 𣢝
48321 khbki 𣢝
48322 bqjki 𣢞
48323 rajki 𣢟
48324 nljki 𣢠
48325 orjki 𣢡
48326 xbjki 𣢢
48327 bjki 𣢣
48328 e;jki 𣢤
48329 oajki 𣢥
48330 yjki 𣢦
48331 pkjki 𣢧
48332 .qjki 𣢨
48333 bbbki 𣢩
48334 jzgki 𣢪
48335 drjki 𣢫
48336 zigki 𣢬
48337 zkhki 𣢬
48338 zcjki 𣢭
48339 qd;ki 𣢮
48340 af;ki 𣢯
48341 lf;ki 𣢯
48342 eacki 𣢰
48343 ;wjki 𣢱
48344 kigki 𣢲
48345 kkhki 𣢲
48346 objki 𣢳
48347 oafki 𣢴
48348 gxjki 𣢵
48349 axrki 𣢶
48350 .;jki 𣢷
48351 qazki 𣢸
48352 fkjki 𣢹
48353 ig;ki 𣢺
48354 khgki 𣢺
48355 eacki 𣢻
48356 lpqki 𣢼
48357 digki 𣢽
48358 dkhki 𣢽
48359 qaaki 𣢾
48360 ypjki 𣢿
48361 aajri 𣣀
48362 kjkri 𣣀
48363 tsoki 𣣁
48364 ai;ki 𣣂
48365 zddki 𣣃
48366 at;ki 𣣄
48367 qlvki 𣣅
48368 ;lrki 𣣆
48369 ;arki 𣣆
48370 eazki 𣣇
48371 ignki 𣣈
48372 khgki 𣣈
48373 osjki 𣣉
48374 eq;ki 𣣊
48375 rk.ki 𣣋
48376 rkmki 𣣋
48377 amqki 𣣌
48378 esjki 𣣍
48379 zujki 𣣎
48380 yxuki 𣣎
48381 oaski 𣣏
48382 fajki 𣣐
48383 fyjki 𣣐
48384 nlrki 𣣑
48385 opjki 𣣒
48386 jkjki 𣣓
48387 idqki 𣣔
48388 kq;ki 𣣔
48389 ekjki 𣣕
48390 gcdki 𣣖
48391 ag,ki 𣣖
48392 daaki 𣣗
48393 ppjki 𣣘
48394 fjvki 𣣙
48395 zpski 𣣚
48396 jkj,i 𣣛
48397 xbjki 𣣜
48398 lpqki 𣣝
48399 bjjki 𣣝
48400 jqjki 𣣞
48401 n.;ki 𣣟
48402 ktoki 𣣠
48403 jzoki 𣣡
48404 kyjki 𣣢
48405 brkki 𣣣
48406 tsaki 𣣤
48407 zhuki 𣣥
48408 ;wwki 𣣦
48409 epkki 𣣧
48410 lfkki 𣣨
48411 zypki 𣣩
48412 olpki 𣣪
48413 ipjki 𣣫
48414 aamki 𣣬
48415 zqjki 𣣭
48416 larki 𣣮
48417 lafki 𣣮
48418 lfrki 𣣮
48419 lffki 𣣮
48420 lddki 𣣯
48421 aajsi 𣣰
48422 kjksi 𣣰
48423 y;dki 𣣱
48424 bbbki 𣣲
48425 mofki 𣣳
48426 .ofki 𣣳
48427 /cjki 𣣴
48428 if,ki 𣣵
48429 nr;ki 𣣶
48430 nf;ki 𣣶
48431 da/ki 𣣷
48432 epkki 𣣸
48433 rxuki 𣣹
48434 aljki 𣣺
48435 bpiki 𣣻
48436 ikuki 𣣼
48437 kqaki 𣣽
48438 kqcki 𣣽
48439 kaeki 𣣽
48440 ieqki 𣣽
48441 ieaki 𣣽
48442 zaeki 𣣾
48443 vx;ki 𣣿
48444 qljki 𣤀
48445 qaski 𣤁
48446 qaxki 𣤁
48447 ffaki 𣤂
48448 frvki 𣤂
48449 qaagi 𣤃
48450 qaali 𣤃
48451 nkkki 𣤄
48452 bf;ki 𣤅
48453 qeeki 𣤆
48454 jkyki 𣤇
48455 rmjki 𣤈
48456 igmki 𣤉
48457 khgki 𣤉
48458 bblki 𣤊
48459 p;dki 𣤋
48460 bbbki 𣤌
48461 myjki 𣤍
48462 cujni 𣤎
48463 ilmki 𣤏
48464 qaxki 𣤐
48465 oqdki 𣤑
48466 ol;ki 𣤒
48467 ep.ki 𣤓
48468 ziuki 𣤔
48469 bbaki 𣤕
48470 qsbki 𣤖
48471 kypki 𣤗
48472 rakki 𣤘
48473 lz;ki 𣤙
48474 ky,ki 𣤚
48475 zhzki 𣤛
48476 bbbki 𣤜
48477 eglki 𣤝
48478 ebkki 𣤝
48479 picki 𣤞
48480 vkpki 𣤟
48481 ezaki 𣤠
48482 ljlki 𣤡
48483 lj,ki 𣤡
48484 qdski 𣤢
48485 mypki 𣤣
48486 nitki 𣤤
48487 bbbki 𣤥
48488 eptki 𣤦
48489 ejkki 𣤧
48490 fkyki 𣤨
48491 bbkki 𣤩
48492 bbiki 𣤪
48493 rgqki 𣤫
48494 fakki 𣤬
48495 zqxki 𣤭
48496 zqnki 𣤮
48497 zqxki 𣤮
48498 r/mki 𣤯
48499 lpxki 𣤰
48500 xlpki 𣤰
48501 j;qki 𣤱
48502 q;rki 𣤲
48503 q;fki 𣤲
48504 a;;ki 𣤲
48505 fuaki 𣤳
48506 fjski 𣤳
48507 eqiki 𣤴
48508 mmwki 𣤵
48509 rkjki 𣤶
48510 reeki 𣤷
48511 y;;ki 𣤸
48512 ,kyki 𣤹
48513 r/jki 𣤺
48514 tozki 𣤻
48515 raeki 𣤼
48516 y;;ki 𣤽
48517 f;;ki 𣤾
48518 u,/ki 𣤿
48519 bc/ki 𣥀
48520 rzlki 𣥁
48521 esi 𣥃
48522 aedai 𣥄
48523 eqi 𣥅
48524 .ei 𣥆
48525 esfi 𣥇
48526 eszi 𣥇
48527 ejdi 𣥈
48528 bkei 𣥉
48529 ysei 𣥊
48530 ledai 𣥋
48531 eeai 𣥌
48532 eoi 𣥍
48533 eafi 𣥎
48534 eaffi 𣥎
48535 elxi 𣥏
48536 ekki 𣥐
48537 ejhdi 𣥑
48538 aedei 𣥒
48539 edsei 𣥓
48540 esei 𣥓
48541 qei 𣥔
48542 eei 𣥕
48543 eei 𣥖
48544 eedai 𣥗
48545 etdsi 𣥘
48546 jkei 𣥙
48547 lzei 𣥚
48548 aemi 𣥛
48549 epi 𣥜
48550 kjei 𣥝
48551 efdi 𣥞
48552 efdi 𣥟
48553 edaei 𣥠
48554 elqi 𣥡
48555 yei 𣥢
48556 etbi 𣥣
48557 epi 𣥤
48558 eqlfi 𣥥
48559 etxi 𣥦
48560 e;;i 𣥧
48561 eqlbi 𣥨
48562 eqgki 𣥨
48563 eaaci 𣥩
48564 esoi 𣥪
48565 eeadi 𣥫
48566 edadi 𣥫
48567 ej.xi 𣥬
48568 eaffi 𣥭
48569 eafi 𣥭
48570 erri 𣥮
48571 ezui 𣥯
48572 ekebi 𣥰
48573 eq.i 𣥱
48574 .rei 𣥲
48575 ivei 𣥳
48576 e;jji 𣥴
48577 aeovi 𣥵
48578 epci 𣥶
48579 e.;di 𣥷
48580 ebji 𣥸
48581 eeabi 𣥹
48582 cj;ei 𣥺
48583 erk.i 𣥻
48584 e;;di 𣥼
48585 ersfi 𣥽
48586 erszi 𣥽
48587 ecpi 𣥾
48588 eaaci 𣥿
48589 faaei 𣦀
48590 eekki 𣦁
48591 ekeki 𣦁
48592 apsei 𣦂
48593 elmji 𣦃
48594 ekwai 𣦄
48595 enaci 𣦅
48596 zeq.i 𣦆
48597 eop.i 𣦇
48598 erlpi 𣦈
48599 erlhi 𣦈
48600 eclji 𣦉
48601 ekkki 𣦊
48602 ekadi 𣦋
48603 ebazi 𣦌
48604 eblzi 𣦌
48605 nuaei 𣦍
48606 aec;i 𣦎
48607 aaexi 𣦏
48608 e/aei 𣦐
48609 l,ei 𣦑
48610 e,kui 𣦒
48611 ek,ui 𣦒
48612 aeemi 𣦓
48613 q.ei 𣦔
48614 epeei 𣦕
48615 epfci 𣦖
48616 epkki 𣦗
48617 l,ei 𣦘
48618 eprei 𣦙
48619 zev;i 𣦚
48620 kcjei 𣦛
48621 elz;i 𣦜
48622 eiphi 𣦝
48623 alubi 𣦞
48624 eypri 𣦟
48625 ebrpi 𣦠
48626 ebrhi 𣦠
48627 efrpi 𣦡
48628 efrhi 𣦡
48629 b;yei 𣦢
48630 dddei 𣦣
48631 y;gei 𣦤
48632 aersi 𣦥
48633 ezaji 𣦦
48634 ezadi 𣦧
48635 leeki 𣦨
48636 er;bi 𣦩
48637 bbqei 𣦪
48638 ezaji 𣦫
48639 ezadi 𣦬
48640 ezadi 𣦭
48641 ykkxi 𣦮
48642 zlvei 𣦯
48643 zlv.i 𣦰
48644 yxxei 𣦱
48645 xyxei 𣦱
48646 e,kyi 𣦲
48647 ek,yi 𣦲
48648 e,kyi 𣦳
48649 ek,yi 𣦳
48650 lzeei 𣦴
48651 ejai 𣦵
48652 asgi 𣦶
48653 emsi 𣦷
48654 emki 𣦸
48655 amki 𣦹
48656 ambi 𣦺
48657 ejabi 𣦻
48658 embi 𣦼
48659 amsi 𣦽
48660 amssi 𣦾
48661 amafi 𣦿
48662 amlhi 𣧀
48663 amagi 𣧁
48664 amzi 𣧂
48665 amlqi 𣧃
48666 wami 𣧄
48667 amri 𣧅
48668 amaxi 𣧆
48669 amdsi 𣧇
48670 amlsi 𣧇
48671 amshi 𣧇
48672 amdi 𣧈
48673 amlbi 𣧉
48674 amgki 𣧉
48675 amgri 𣧊
48676 amjki 𣧋
48677 amaxi 𣧌
48678 amjki 𣧍
48679 amtki 𣧎
48680 amebi 𣧏
48681 amei 𣧐
48682 am.di 𣧑
48683 amqdi 𣧒
48684 amafi 𣧒
48685 amgdi 𣧓
48686 amlxi 𣧔
48687 emlzi 𣧕
48688 amcki 𣧖
48689 amzhi 𣧗
48690 amofi 𣧘
48691 amoi 𣧙
48692 uami 𣧚
48693 am,i 𣧛
48694 amtsi 𣧜
48695 ampki 𣧝
48696 amozi 𣧞
48697 amtsi 𣧟
48698 amkci 𣧠
48699 amqxi 𣧡
48700 amjci 𣧢
48701 amvai 𣧣
48702 amqdi 𣧤
48703 amxbi 𣧥
48704 amzdi 𣧦
48705 amzhi 𣧧
48706 amlli 𣧨
48707 am.hi 𣧩
48708 amddi 𣧪
48709 amoei 𣧫
48710 aml;i 𣧬
48711 amoai 𣧭
48712 emf;i 𣧮
48713 amlii 𣧯
48714 amaki 𣧰
48715 amjfi 𣧱
48716 amjai 𣧱
48717 am,i 𣧲
48718 am.;i 𣧳
48719 ampki 𣧴
48720 amzxi 𣧵
48721 am.bi 𣧶
48722 amsvi 𣧷
48723 amlvi 𣧷
48724 amgvi 𣧷
48725 amaki 𣧸
48726 amkki 𣧸
48727 amaei 𣧹
48728 amjdi 𣧺
48729 amjki 𣧻
48730 amjsi 𣧼
48731 amwdi 𣧽
48732 amtxi 𣧾
48733 amaei 𣧿
48734 zamqi 𣨀
48735 amvji 𣨁
48736 amari 𣨂
48737 ampci 𣨃
48738 amphi 𣨃
48739 emi;i 𣨄
48740 am.hi 𣨅
48741 amlsi 𣨆
48742 amati 𣨇
48743 amqhi 𣨈
48744 amydi 𣨉
48745 amodi 𣨊
48746 amooi 𣨋
48747 amyi 𣨌
48748 amji 𣨍
48749 amkri 𣨎
48750 emjbi 𣨏
48751 amkei 𣨐
48752 vamqi 𣨑
48753 rjaqi 𣨑
48754 amlxi 𣨒
48755 amo;i 𣨓
48756 amkpi 𣨔
48757 am;;i 𣨕
48758 em.ai 𣨖
48759 voami 𣨗
48760 amfzi 𣨘
48761 amlwi 𣨙
48762 amzvi 𣨚
48763 amyvi 𣨚
48764 amyfi 𣨛
48765 amyki 𣨜
48766 amyhi 𣨜
48767 amhhi 𣨝
48768 amzfi 𣨞
48769 amp.i 𣨟
48770 amfni 𣨠
48771 amodi 𣨡
48772 ambdi 𣨢
48773 amyci 𣨣
48774 amqxi 𣨤
48775 amuui 𣨥
48776 ejaxi 𣨦
48777 amzui 𣨧
48778 amyui 𣨧
48779 ampbi 𣨨
48780 amnai 𣨩
48781 ampvi 𣨪
48782 amkyi 𣨫
48783 am,,i 𣨬
48784 amnei 𣨭
48785 am.ri 𣨮
48786 emopi 𣨯
48787 olqqi 𣨰
48788 amm;i 𣨱
48789 amnbi 𣨲
48790 amrti 𣨳
48791 amrvi 𣨴
48792 ampsi 𣨵
48793 amw.i 𣨶
48794 emm;i 𣨷
48795 amwei 𣨸
48796 amn.i 𣨹
48797 ammui 𣨺
48798 y;jqi 𣨻
48799 amfdi 𣨼
48800 amfzi 𣨽
48801 ampri 𣨾
48802 amjqi 𣨿
48803 amgfi 𣩀
48804 amqoi 𣩁
48805 ooaqi 𣩂
48806 ambji 𣩃
48807 amlji 𣩃
48808 amrui 𣩄
48809 amy;i 𣩅
48810 amjki 𣩆
48811 nkfqi 𣩇
48812 amiqi 𣩈
48813 vamii 𣩉
48814 ammvi 𣩊
48815 amyei 𣩋
48816 amaei 𣩋
48817 ameoi 𣩌
48818 amb.i 𣩍
48819 amfzi 𣩎
48820 amyqi 𣩏
48821 amnpi 𣩐
48822 amdyi 𣩑
48823 amqpi 𣩒
48824 amwvi 𣩓
48825 amsmi 𣩔
48826 ampmi 𣩔
48827 emu,i 𣩕
48828 .jfqi 𣩖
48829 amxhi 𣩗
48830 amzhi 𣩘
48831 ama,i 𣩙
48832 ama;i 𣩚
48833 amq;i 𣩛
48834 amysi 𣩜
48835 amevi 𣩝
48836 ameui 𣩞
48837 ambii 𣩟
48838 amroi 𣩠
48839 ampbi 𣩡
48840 amzci 𣩢
48841 amfvi 𣩣
48842 amani 𣩤
48843 am/mi 𣩥
48844 amrsi 𣩦
48845 ami;i 𣩧
48846 amfvi 𣩨
48847 b;ymi 𣩩
48848 amexi 𣩪
48849 amcvi 𣩫
48850 amvmi 𣩬
48851 kk;qi 𣩭
48852 amipi 𣩮
48853 amp,i 𣩯
48854 ambyi 𣩰
48855 amfui 𣩱
48856 amrri 𣩲
48857 amqpi 𣩳
48858 tgxqi 𣩴
48859 tg;qi 𣩴
48860 amnmi 𣩵
48861 ambai 𣩶
48862 amf,i 𣩷
48863 gykqi 𣩸
48864 amyxi 𣩹
48865 ojqqi 𣩺
48866 emyxi 𣩻
48867 ame/i 𣩼
48868 amyxi 𣩽
48869 fi;qi 𣩾
48870 am/yi 𣩿
48871 amfmi 𣪀
48872 amqmi 𣪀
48873 amomi 𣪁
48874 jysbi 𣪂
48875 tdgbi 𣪃
48876 tlgbi 𣪃
48877 jksbi 𣪄
48878 aesbi 𣪅
48879 ;agbi 𣪆
48880 f;sbi 𣪇
48881 mmsbi 𣪈
48882 ;bsbi 𣪉
48883 vasbi 𣪊
48884 f,hbi 𣪋
48885 qisbi 𣪌
48886 bssbi 𣪍
48887 rusbi 𣪎
48888 tusbi 𣪏
48889 tstbi 𣪐
48890 qaabi 𣪑
48891 vagbi 𣪒
48892 ;usbi 𣪓
48893 gaabi 𣪔
48894 lpxbi 𣪕
48895 l,sbi 𣪖
48896 rjdbi 𣪗
48897 lpqbi 𣪘
48898 epfbi 𣪙
48899 rusbi 𣪚
48900 vjabi 𣪛
48901 lfebi 𣪜
48902 vrsbi 𣪝
48903 lpfbi 𣪞
48904 zusbi 𣪟
48905 yxubi 𣪟
48906 qdsbi 𣪠
48907 t;qbi 𣪡
48908 y;jbi 𣪢
48909 t.sbi 𣪣
48910 rbsbi 𣪤
48911 vas;i 𣪥
48912 lzjbi 𣪦
48913 ojsbi 𣪦
48914 lphbi 𣪧
48915 vazbi 𣪨
48916 ..vbi 𣪩
48917 hqsbi 𣪪
48918 bakbi 𣪫
48919 vofbi 𣪬
48920 rjsbi 𣪭
48921 nyfbi 𣪮
48922 n;lbi 𣪯
48923 mgsbi 𣪰
48924 dqibi 𣪱
48925 caibi 𣪲
48926 vajbi 𣪳
48927 sgjbi 𣪴
48928 brxbi 𣪵
48929 xxxbi 𣪶
48930 olrbi 𣪷
48931 oarbi 𣪷
48932 vafbi 𣪸
48933 vadbi 𣪹
48934 fjabi 𣪺
48935 caibi 𣪻
48936 cj;bi 𣪼
48937 lz;bi 𣪽
48938 tgqbi 𣪾
48939 cj;bi 𣪿
48940 vo;bi 𣫀
48941 rrrbi 𣫁
48942 fjabi 𣫂
48943 v.gbi 𣫃
48944 vvubi 𣫄
48945 vjsbi 𣫅
48946 rbsei 𣫆
48947 vkabi 𣫇
48948 rjkbi 𣫇
48949 vapbi 𣫈
48950 vlvgi 𣫉
48951 vlvli 𣫉
48952 valgi 𣫉
48953 valli 𣫉
48954 rbs;i 𣫊
48955 ej.bi 𣫋
48956 va.bi 𣫌
48957 i;;bi 𣫍
48958 vavbi 𣫎
48959 oysbi 𣫏
48960 rgqbi 𣫐
48961 ljfbi 𣫑
48962 rbsqi 𣫒
48963 vavbi 𣫓
48964 vaabi 𣫔
48965 pbrbi 𣫕
48966 yr.bi 𣫖
48967 v;,bi 𣫗
48968 rbshi 𣫘
48969 rbsvi 𣫙
48970 yr.bi 𣫚
48971 yejbi 𣫛
48972 rbsfi 𣫜
48973 rbsqi 𣫝
48974 caibi 𣫞
48975 tgqbi 𣫟
48976 fjabi 𣫠
48977 ypfbi 𣫡
48978 li;bi 𣫢
48979 rbs/i 𣫣
48980 rbsii 𣫤
48981 qozci 𣫥
48982 qdssi 𣫦
48983 fzlbi 𣫧
48984 rbsui 𣫨
48985 caibi 𣫩
48986 vlvpi 𣫪
48987 valpi 𣫪
48988 qozii 𣫫
48989 sfi 𣫬
48990 yszi 𣫭
48991 gfszi 𣫮
48992 sfsfi 𣫯
48993 sfszi 𣫯
48994 szsfi 𣫯
48995 szszi 𣫯
48996 sztsi 𣫰
48997 aaxfi 𣫱
48998 aaxzi 𣫱
48999 szkdi 𣫲
49000 sfjfi 𣫳
49001 sfjai 𣫳
49002 szjfi 𣫳
49003 szjai 𣫳
49004 rrsfi 𣫴
49005 rrszi 𣫴
49006 zrsfi 𣫵
49007 zrszi 𣫵
49008 crsfi 𣫶
49009 crszi 𣫶
49010 oszii 𣫷
49011 oszsi 𣫸
49012 pdrfi 𣫹
49013 pdrzi 𣫹
49014 yszui 𣫺
49015 sf;wi 𣫻
49016 pf;wi 𣫻
49017 pd;wi 𣫻
49018 oszsi 𣫼
49019 lvzfi 𣫽
49020 lvzzi 𣫽
49021 osz;i 𣫾
49022 ,zgzi 𣫿
49023 vkkzi 𣬀
49024 oszui 𣬁
49025 qqafi 𣬂
49026 qqogi 𣬃
49027 qqkji 𣬄
49028 qqqqi 𣬅
49029 qqzbi 𣬆
49030 qq.bi 𣬆
49031 qqoji 𣬇
49032 lp.qi 𣬈
49033 lp.qi 𣬉
49034 qqafi 𣬊
49035 j/qqi 𣬋
49036 lj.qi 𣬌
49037 fpqqi 𣬍
49038 j;qki 𣬎
49039 eq/qi 𣬏
49040 j;q.i 𣬐
49041 jqpqi 𣬑
49042 j;q.i 𣬒
49043 qqkfi 𣬓
49044 jpq.i 𣬔
49045 j;q;i 𣬕
49046 lppqi 𣬖
49047 qqpfi 𣬗
49048 qq/fi 𣬘
49049 y;qsi 𣬙
49050 j;qhi 𣬚
49051 lqi 𣬛
49052 lqsi 𣬜
49053 lqgdi 𣬝
49054 lqji 𣬞
49055 lqei 𣬟
49056 lqsi 𣬠
49057 wlqi 𣬡
49058 lqjdi 𣬢
49059 lq;i 𣬣
49060 lqti 𣬤
49061 lqgfi 𣬥
49062 ;lqi 𣬦
49063 lq;i 𣬧
49064 lqjki 𣬨
49065 kjlqi 𣬩
49066 ajdqi 𣬪
49067 yjdqi 𣬪
49068 lqkei 𣬫
49069 lqlbi 𣬬
49070 lqgki 𣬬
49071 jaaqi 𣬭
49072 qklqi 𣬮
49073 qslqi 𣬮
49074 lqhfi 𣬯
49075 lqpi 𣬰
49076 lqkki 𣬱
49077 lq.i 𣬲
49078 lqofi 𣬳
49079 lqjki 𣬴
49080 hlqi 𣬵
49081 lqtsi 𣬶
49082 tdsqi 𣬷
49083 j;lqi 𣬸
49084 iblqi 𣬹
49085 khbqi 𣬹
49086 orlqi 𣬺
49087 gclqi 𣬻
49088 lqtbi 𣬼
49089 lqzxi 𣬽
49090 zalqi 𣬾
49091 lqoei 𣬿
49092 ltsqi 𣭀
49093 eqlqi 𣭁
49094 ;.lqi 𣭂
49095 pklqi 𣭃
49096 wblqi 𣭄
49097 bgdqi 𣭅
49098 lqx;i 𣭆
49099 lqszi 𣭇
49100 lqnli 𣭈
49101 lqyi 𣭉
49102 lqz;i 𣭊
49103 lqb;i 𣭋
49104 lqfdi 𣭌
49105 lqafi 𣭌
49106 lqvhi 𣭍
49107 lqf;i 𣭎
49108 lqgi 𣭏
49109 lqavi 𣭐
49110 lqddi 𣭑
49111 lqji 𣭒
49112 lq;ki 𣭓
49113 lqibi 𣭔
49114 lqkbi 𣭔
49115 lqk.i 𣭕
49116 ;agqi 𣭖
49117 lq;bi 𣭗
49118 tgeqi 𣭘
49119 lqbqi 𣭙
49120 lqlsi 𣭚
49121 lqlni 𣭛
49122 lqbbi 𣭜
49123 lqi;i 𣭝
49124 lqaei 𣭞
49125 oslqi 𣭟
49126 w;lqi 𣭠
49127 oslqi 𣭡
49128 rlqqi 𣭢
49129 ljfqi 𣭣
49130 lqqfi 𣭤
49131 lqbhi 𣭥
49132 lq/i 𣭦
49133 lqmmi 𣭧
49134 lqm;i 𣭨
49135 lqkhi 𣭩
49136 lqa;i 𣭪
49137 lql;i 𣭪
49138 ..lqi 𣭫
49139 lq.ci 𣭬
49140 fjlqi 𣭭
49141 rjlqi 𣭭
49142 izlqi 𣭮
49143 kzlqi 𣭮
49144 lqzgi 𣭯
49145 xofqi 𣭰
49146 lqcui 𣭱
49147 bjfqi 𣭲
49148 f,hqi 𣭳
49149 lqv;i 𣭴
49150 v;lqi 𣭵
49151 zkkqi 𣭶
49152 fjgqi 𣭷
49153 pafqi 𣭸
49154 lzaqi 𣭹
49155 gxlqi 𣭺
49156 slqi 𣭻
49157 bclqi 𣭼
49158 zaaqi 𣭽
49159 lqqhi 𣭾
49160 lqafi 𣭿
49161 lveqi 𣮀
49162 lqlgi 𣮁
49163 lqlli 𣮁
49164 lqlei 𣮂
49165 lq;vi 𣮃
49166 lq.wi 𣮄
49167 lqcli 𣮅
49168 k;sqi 𣮆
49169 ;gzqi 𣮇
49170 ;azqi 𣮇
49171 bddqi 𣮈
49172 vkkqi 𣮉
49173 pafqi 𣮊
49174 lvlqi 𣮋
49175 atcqi 𣮌
49176 lqywi 𣮍
49177 lqpqi 𣮎
49178 lqaxi 𣮏
49179 lqlfi 𣮐
49180 lqppi 𣮑
49181 ntkqi 𣮒
49182 lqjvi 𣮓
49183 pvlqi 𣮔
49184 l,lqi 𣮕
49185 qdlqi 𣮖
49186 lqa;i 𣮗
49187 lqyci 𣮘
49188 lqh.i 𣮙
49189 lqofi 𣮚
49190 lqlfi 𣮚
49191 lqrui 𣮛
49192 lqc;i 𣮜
49193 fflqi 𣮝
49194 lqi;i 𣮞
49195 xzaqi 𣮟
49196 rulqi 𣮠
49197 zffqi 𣮡
49198 y;gqi 𣮢
49199 lqnki 𣮣
49200 lqnci 𣮤
49201 jkvqi 𣮥
49202 zaaqi 𣮦
49203 icaqi 𣮧
49204 lqpmi 𣮨
49205 lqipi 𣮩
49206 bgdqi 𣮪
49207 etbqi 𣮫
49208 lqnbi 𣮬
49209 yvlqi 𣮭
49210 bjlqi 𣮮
49211 nkkqi 𣮯
49212 jvlqi 𣮰
49213 etbqi 𣮱
49214 lqzui 𣮲
49215 jdrqi 𣮳
49216 lqlyi 𣮴
49217 oklqi 𣮵
49218 lqpri 𣮶
49219 lqpsi 𣮷
49220 n,bqi 𣮸
49221 lqiji 𣮹
49222 lqizi 𣮺
49223 lqaei 𣮻
49224 lqdei 𣮼
49225 lqdxi 𣮽
49226 r,lqi 𣮾
49227 alpqi 𣮿
49228 lqpji 𣯀
49229 lqoki 𣯁
49230 lqkvi 𣯂
49231 aajqi 𣯃
49232 kjkqi 𣯃
49233 lqqwi 𣯄
49234 z,,qi 𣯅
49235 rlqqi 𣯆
49236 ir,qi 𣯇
49237 fi;qi 𣯈
49238 /clqi 𣯉
49239 lqyhi 𣯊
49240 lqzhi 𣯋
49241 cclqi 𣯌
49242 lqkfi 𣯍
49243 /ulqi 𣯎
49244 pulqi 𣯎
49245 lqfei 𣯏
49246 lqwji 𣯐
49247 lql,i 𣯑
49248 lqkki 𣯒
49249 yylqi 𣯓
49250 lqn;i 𣯔
49251 f,fqi 𣯕
49252 lqy;i 𣯖
49253 lqzpi 𣯗
49254 lqo,i 𣯘
49255 lqi;i 𣯙
49256 lqf;i 𣯚
49257 qdlqi 𣯛
49258 lqobi 𣯜
49259 ljlqi 𣯝
49260 yylqi 𣯞
49261 ykjqi 𣯟
49262 iqlqi 𣯠
49263 ypsqi 𣯡
49264 lqcwi 𣯢
49265 lqfki 𣯣
49266 lqrki 𣯣
49267 lqymi 𣯤
49268 lqbpi 𣯥
49269 lpqqi 𣯦
49270 bqsqi 𣯦
49271 lqdyi 𣯧
49272 .kkqi 𣯨
49273 lqrki 𣯩
49274 lq.ci 𣯪
49275 lqpwi 𣯫
49276 fzhqi 𣯬
49277 fzfqi 𣯬
49278 lqrhi 𣯭
49279 bblqi 𣯮
49280 dkyqi 𣯯
49281 bbaqi 𣯰
49282 bbqqi 𣯰
49283 ty;qi 𣯱
49284 lqlwi 𣯲
49285 fpzqi 𣯳
49286 lqpfi 𣯴
49287 ykjqi 𣯵
49288 lqx.i 𣯶
49289 aveqi 𣯷
49290 cqtqi 𣯸
49291 lz;qi 𣯹
49292 xxxqi 𣯺
49293 ffmqi 𣯻
49294 a/,qi 𣯼
49295 icaqi 𣯽
49296 lqibi 𣯾
49297 lqkpi 𣯿
49298 lqbbi 𣰀
49299 lqfci 𣰁
49300 lqm,i 𣰂
49301 lqaei 𣰃
49302 aljqi 𣰄
49303 i;bqi 𣰅
49304 lqbii 𣰆
49305 lqb;i 𣰇
49306 lqxxi 𣰈
49307 ,.lqi 𣰉
49308 pfzqi 𣰊
49309 pezqi 𣰊
49310 zjjqi 𣰋
49311 fplqi 𣰌
49312 j,,qi 𣰍
49313 lqodi 𣰎
49314 lqdxi 𣰏
49315 f,hqi 𣰐
49316 lqzpi 𣰑
49317 lqo.i 𣰒
49318 lq..i 𣰓
49319 lqaqi 𣰔
49320 lq;vi 𣰕
49321 lpfqi 𣰖
49322 lplqi 𣰗
49323 fuaqi 𣰘
49324 fjsqi 𣰘
49325 qjsqi 𣰘
49326 lqvci 𣰙
49327 ljfqi 𣰚
49328 frxqi 𣰛
49329 lqksi 𣰜
49330 b;qqi 𣰝
49331 lqbyi 𣰞
49332 p;dqi 𣰟
49333 zjjqi 𣰠
49334 ajjqi 𣰠
49335 pkjqi 𣰡
49336 bp;qi 𣰢
49337 pepqi 𣰣
49338 lq,ci 𣰤
49339 lqf.i 𣰥
49340 lqqui 𣰦
49341 jvjqi 𣰧
49342 nacqi 𣰨
49343 lqwvi 𣰩
49344 lq..i 𣰪
49345 w/wqi 𣰫
49346 wp.qi 𣰫
49347 lqrmi 𣰬
49348 pppqi 𣰭
49349 epkqi 𣰮
49350 u,pqi 𣰯
49351 zalqi 𣰰
49352 ppapi 𣰱
49353 bgdqi 𣰲
49354 lqlsi 𣰳
49355 lypqi 𣰴
49356 lqyqi 𣰵
49357 y;;qi 𣰶
49358 lqkxi 𣰷
49359 pppqi 𣰸
49360 lqehi 𣰹
49361 vqiqi 𣰺
49362 f;;qi 𣰻
49363 lqaei 𣰼
49364 lqjyi 𣰽
49365 lqfxi 𣰾
49366 ajhqi 𣰿
49367 lq/yi 𣱀
49368 lqpai 𣱁
49369 yxxqi 𣱂
49370 xyxqi 𣱂
49371 lqpai 𣱃
49372 qdtqi 𣱄
49373 ystsi 𣱅
49374 goasi 𣱆
49375 gqosi 𣱇
49376 tsasi 𣱈
49377 aaxsi 𣱉
49378 acoai 𣱊
49379 acohi 𣱊
49380 oasxi 𣱋
49381 qeasi 𣱌
49382 a;esi 𣱌
49383 aeasi 𣱌
49384 /lssi 𣱍
49385 /slsi 𣱍
49386 oassi 𣱎
49387 bgdsi 𣱏
49388 oasri 𣱐
49389 oasri 𣱑
49390 oasri 𣱒
49391 o..ai 𣱓
49392 o..hi 𣱓
49393 ,.zsi 𣱔
49394 oji 𣱕
49395 oki 𣱖
49396 oabi 𣱗
49397 owi 𣱘
49398 oui 𣱙
49399 oami 𣱚
49400 o,i 𣱛
49401 op.i 𣱜
49402 oqci 𣱝
49403 oemi 𣱞
49404 opi 𣱟
49405 oyi 𣱠
49406 lpoi 𣱡
49407 opl.i 𣱢
49408 opvi 𣱣
49409 oesi 𣱤
49410 o,di 𣱥
49411 okjui 𣱦
49412 oopi 𣱧
49413 ov/i 𣱨
49414 o,pi 𣱩
49415 oa/ci 𣱪
49416 oasci 𣱪
49417 o,pi 𣱫
49418 .zj,i 𣱬
49419 oypvi 𣱭
49420 oqaqi 𣱮
49421 o,aci 𣱯
49422 okkxi 𣱰
49423 dlki 𣱱
49424 cli 𣱱
49425 cai 𣱲
49426 aci 𣱳
49427 cgi 𣱴
49428 yci 𣱵
49429 cci 𣱶
49430 zci 𣱷
49431 cki 𣱸
49432 jci 𣱹
49433 cki 𣱺
49434 csi 𣱻
49435 cji 𣱼
49436 clgi 𣱽
49437 cgli 𣱽
49438 cgdi 𣱾
49439 cki 𣱿
49440 c.i 𣲀
49441 cesi 𣲁
49442 wci 𣲂
49443 clqi 𣲃
49444 cqi 𣲃
49445 cxki 𣲄
49446 cski 𣲄
49447 cagai 𣲅
49448 ctsi 𣲆
49449 caadi 𣲇
49450 hbei 𣲈
49451 caci 𣲉
49452 esci 𣲊
49453 c.i 𣲋
49454 csfi 𣲌
49455 casi 𣲍
49456 igci 𣲎
49457 khgci 𣲎
49458 cebi 𣲏
49459 cqdki 𣲐
49460 caxi 𣲑
49461 ckbi 𣲒
49462 cci 𣲓
49463 czai 𣲔
49464 cjaai 𣲕
49465 c.ski 𣲖
49466 caadi 𣲗
49467 cfgi 𣲗
49468 cazsi 𣲘
49469 cci 𣲙
49470 ckaai 𣲚
49471 lici 𣲛
49472 fdci 𣲜
49473 kkci 𣲝
49474 cosi 𣲞
49475 cri 𣲟
49476 cami 𣲠
49477 ccki 𣲡
49478 cl.i 𣲢
49479 czgsi 𣲣
49480 c.gsi 𣲣
49481 ckei 𣲤
49482 cjyi 𣲥
49483 ccli 𣲦
49484 c,i 𣲧
49485 cqdli 𣲨
49486 ctdsi 𣲩
49487 cqsi 𣲪
49488 ctli 𣲫
49489 coi 𣲬
49490 clqi 𣲭
49491 zci 𣲮
49492 ctdsi 𣲯
49493 cfbi 𣲰
49494 ,ci 𣲱
49495 clvi 𣲲
49496 cq;i 𣲳
49497 tgeci 𣲴
49498 c;ki 𣲵
49499 cplsi 𣲶
49500 cpsli 𣲶
49501 cpbi 𣲷
49502 cdlgi 𣲸
49503 cdgli 𣲸
49504 cjri 𣲹
49505 ctdbi 𣲺
49506 cbsi 𣲻
49507 cnlsi 𣲼
49508 cnsli 𣲼
49509 cnsi 𣲽
49510 cbri 𣲾
49511 cbqi 𣲾
49512 cljbi 𣲿
49513 c;fi 𣳀
49514 ckysi 𣳁
49515 f;ci 𣳂
49516 cqri 𣳃
49517 c;dai 𣳄
49518 ckci 𣳅
49519 kgaci 𣳆
49520 czqi 𣳇
49521 ckdi 𣳈
49522 c/i 𣳉
49523 cqri 𣳊
49524 cadai 𣳋
49525 cqsdi 𣳋
49526 cyxsi 𣳌
49527 cykgi 𣳍
49528 czai 𣳎
49529 cfbi 𣳏
49530 cqwi 𣳐
49531 cpdi 𣳑
49532 cdbi 𣳒
49533 ceaci 𣳓
49534 cjfi 𣳔
49535 avci 𣳕
49536 cf;i 𣳖
49537 cszi 𣳗
49538 crdi 𣳘
49539 cfai 𣳘
49540 czafi 𣳙
49541 c;bi 𣳚
49542 clci 𣳛
49543 c.gsi 𣳜
49544 cnfi 𣳝
49545 cjsai 𣳞
49546 cgci 𣳟
49547 cszi 𣳠
49548 czxi 𣳡
49549 cmci 𣳢
49550 cblsi 𣳣
49551 cbsli 𣳣
49552 c;ri 𣳤
49553 cnlqi 𣳥
49554 clp.i 𣳦
49555 c;wi 𣳧
49556 clei 𣳨
49557 caaki 𣳩
49558 ckjki 𣳩
49559 cq.i 𣳪
49560 cdari 𣳫
49561 cofdi 𣳬
49562 c.bi 𣳭
49563 c;;i 𣳮
49564 cxxi 𣳯
49565 cvfi 𣳰
49566 cfji 𣳱
49567 cpgfi 𣳲
49568 a/ci 𣳳
49569 claei 𣳴
49570 cxxxi 𣳵
49571 czfi 𣳶
49572 cjfdi 𣳷
49573 c.dsi 𣳸
49574 czafi 𣳹
49575 cwdi 𣳺
49576 ljci 𣳻
49577 csvi 𣳼
49578 clgvi 𣳼
49579 cglvi 𣳼
49580 csadi 𣳽
49581 izci 𣳾
49582 kzci 𣳾
49583 cnafi 𣳿
49584 cjjji 𣴀
49585 cljfi 𣴁
49586 cosbi 𣴂
49587 cyxki 𣴃
49588 cjlbi 𣴄
49589 cjgki 𣴄
49590 cbfi 𣴅
49591 cbbi 𣴆
49592 czzhi 𣴇
49593 cqfei 𣴈
49594 cpbi 𣴉
49595 cjtsi 𣴊
49596 c.tsi 𣴋
49597 cxzi 𣴌
49598 cxi 𣴍
49599 irci 𣴎
49600 hbhbi 𣴏
49601 rlqci 𣴐
49602 caxoi 𣴑
49603 cczi 𣴒
49604 ckofi 𣴓
49605 cnafi 𣴔
49606 c,si 𣴕
49607 cwmi 𣴖
49608 c.jdi 𣴗
49609 cczi 𣴘
49610 cmmi 𣴙
49611 cbbbi 𣴚
49612 cafxi 𣴛
49613 cazxi 𣴛
49614 colqi 𣴜
49615 cs,i 𣴝
49616 ckjri 𣴞
49617 clpsi 𣴟
49618 coa;i 𣴠
49619 clpqi 𣴡
49620 clpfi 𣴢
49621 cxri 𣴣
49622 caxxi 𣴤
49623 c.ari 𣴥
49624 cjtxi 𣴦
49625 crrsi 𣴧
49626 calji 𣴨
49627 cnagi 𣴩
49628 cplfi 𣴪
49629 ctdbi 𣴫
49630 cdtbi 𣴫
49631 cjtbi 𣴬
49632 cfksi 𣴭
49633 crxi 𣴮
49634 cejdi 𣴯
49635 czqdi 𣴰
49636 czafi 𣴰
49637 czqi 𣴰
49638 cffi 𣴱
49639 kk;ci 𣴲
49640 ckkri 𣴳
49641 oszci 𣴴
49642 cptai 𣴵
49643 ckkri 𣴶
49644 cocli 𣴷
49645 cejki 𣴸
49646 cyxsi 𣴹
49647 cpci 𣴺
49648 cbei 𣴻
49649 clpki 𣴼
49650 cd,i 𣴽
49651 ckosi 𣴾
49652 cnofi 𣴿
49653 cpqi 𣵀
49654 cklpi 𣵁
49655 cigci 𣵂
49656 ckhci 𣵂
49657 cifei 𣵃
49658 cnvi 𣵄
49659 cysci 𣵅
49660 cnksi 𣵆
49661 cnksi 𣵇
49662 cnkli 𣵇
49663 cnagi 𣵈
49664 cyezi 𣵉
49665 cgfdi 𣵊
49666 caafi 𣵋
49667 ctci 𣵌
49668 cazai 𣵍
49669 cazti 𣵍
49670 cvgfi 𣵎
49671 ctvi 𣵏
49672 cqi 𣵐
49673 cal.i 𣵑
49674 crmi 𣵒
49675 c;l.i 𣵓
49676 capfi 𣵔
49677 cepi 𣵔
49678 cagci 𣵕
49679 cegci 𣵕
49680 cpzi 𣵖
49681 c;lzi 𣵗
49682 c;azi 𣵗
49683 c;gzi 𣵗
49684 cdasi 𣵘
49685 cddi 𣵙
49686 clzci 𣵚
49687 clvgi 𣵛
49688 clvli 𣵛
49689 clzdi 𣵜
49690 cazdi 𣵜
49691 ctbci 𣵝
49692 caz;i 𣵞
49693 clz;i 𣵞
49694 czci 𣵟
49695 ca.i 𣵠
49696 cpafi 𣵡
49697 c;jai 𣵢
49698 ckqdi 𣵣
49699 ckpai 𣵤
49700 cjdpi 𣵥
49701 clpi 𣵦
49702 cyi 𣵧
49703 cajai 𣵨
49704 cz,i 𣵩
49705 cuabi 𣵪
49706 cjkzi 𣵫
49707 ctsqi 𣵬
49708 cdari 𣵭
49709 cfti 𣵮
49710 ;jkci 𣵯
49711 cy.;i 𣵰
49712 coari 𣵱
49713 colri 𣵱
49714 ckii 𣵲
49715 bjfci 𣵳
49716 c;igi 𣵴
49717 c;kgi 𣵴
49718 cdlbi 𣵵
49719 cdgki 𣵵
49720 c;jki 𣵶
49721 crati 𣵷
49722 clsi 𣵸
49723 cqtri 𣵹
49724 ctosi 𣵺
49725 ctnqi 𣵻
49726 cjafi 𣵼
49727 cflzi 𣵽
49728 caeai 𣵾
49729 ck;oi 𣵿
49730 cpui 𣶀
49731 cvdi 𣶁
49732 c.yri 𣶂
49733 cfpfi 𣶃
49734 cwjei 𣶄
49735 cbyi 𣶅
49736 cnkgi 𣶆
49737 cajhi 𣶇
49738 cajai 𣶇
49739 cjisi 𣶈
49740 cghfi 𣶉
49741 ctapi 𣶊
49742 cm,i 𣶋
49743 coa.i 𣶌
49744 cxzhi 𣶍
49745 cdlpi 𣶎
49746 catci 𣶏
49747 czoji 𣶐
49748 cy.si 𣶑
49749 cepmi 𣶓
49750 cabxi 𣶔
49751 cqdri 𣶕
49752 cawri 𣶖
49753 cigci 𣶗
49754 ckhci 𣶗
49755 csmmi 𣶘
49756 ccjki 𣶙
49757 k;oci 𣶚
49758 ccjki 𣶛
49759 ck;wi 𣶜
49760 cruai 𣶝
49761 c;jri 𣶞
49762 cdksi 𣶟
49763 cqkci 𣶠
49764 cpemi 𣶡
49765 caahi 𣶢
49766 capxi 𣶣
49767 cjz;i 𣶤
49768 crgi 𣶥
49769 cpgi 𣶦
49770 c.d.i 𣶧
49771 cz/i 𣶨
49772 capdi 𣶩
49773 cpari 𣶪
49774 cyqpi 𣶫
49775 cagai 𣶬
49776 cgdai 𣶬
49777 cebi 𣶭
49778 czidi 𣶮
49779 cei 𣶯
49780 ctqdi 𣶰
49781 coz;i 𣶱
49782 cvcli 𣶲
49783 c.ahi 𣶳
49784 cu;di 𣶴
49785 ceci 𣶵
49786 c.vi 𣶶
49787 c,,i 𣶷
49788 clvti 𣶸
49789 c.kdi 𣶹
49790 cnuai 𣶺
49791 cpfbi 𣶻
49792 cfkji 𣶼
49793 cfaxi 𣶽
49794 cqkci 𣶾
49795 cdffi 𣶿
49796 cfdfi 𣶿
49797 cedfi 𣶿
49798 cne;i 𣷀
49799 cnkwi 𣷁
49800 cnahi 𣷂
49801 cizbi 𣷃
49802 cntki 𣷄
49803 cnb;i 𣷅
49804 cnkri 𣷆
49805 c,,i 𣷇
49806 ctjfi 𣷈
49807 cagai 𣷉
49808 cgdai 𣷉
49809 camfi 𣷊
49810 cgl/i 𣷋
49811 cga/i 𣷋
49812 czi 𣷌
49813 cbji 𣷍
49814 cfui 𣷎
49815 cfigi 𣷏
49816 cfkgi 𣷏
49817 cpci 𣷐
49818 cetwi 𣷑
49819 cwiri 𣷒
49820 cssri 𣷒
49821 clv;i 𣷓
49822 cghi 𣷔
49823 cxbi 𣷕
49824 yckci 𣷖
49825 aebci 𣷗
49826 cvci 𣷘
49827 g.ci 𣷙
49828 fkkci 𣷚
49829 zkkci 𣷚
49830 vkkci 𣷚
49831 pfmci 𣷛
49832 cc.i 𣷜
49833 cfrsi 𣷝
49834 crvi 𣷞
49835 czifi 𣷟
49836 cpui 𣷠
49837 c;dni 𣷡
49838 c;sui 𣷢
49839 cjidi 𣷣
49840 cjtpi 𣷤
49841 coui 𣷥
49842 ck,i 𣷦
49843 chz;i 𣷧
49844 cyl;i 𣷧
49845 cyk;i 𣷧
49846 cyc;i 𣷧
49847 cifei 𣷨
49848 c,ui 𣷩
49849 cdyri 𣷪
49850 ch.i 𣷫
49851 cixei 𣷬
49852 cisei 𣷬
49853 c.tbi 𣷭
49854 cgfi 𣷮
49855 coni 𣷯
49856 cdgi 𣷰
49857 ckq.i 𣷱
49858 cgoi 𣷲
49859 cnoai 𣷳
49860 cnohi 𣷳
49861 crlxi 𣷴
49862 caqci 𣷵
49863 cav;i 𣷵
49864 cepxi 𣷶
49865 cycbi 𣷷
49866 cfni 𣷸
49867 cazci 𣷹
49868 clzci 𣷹
49869 cbbbi 𣷺
49870 cajai 𣷻
49871 cadai 𣷻
49872 catai 𣷻
49873 capxi 𣷼
49874 cktbi 𣷽
49875 cqlsi 𣷾
49876 cqsli 𣷾
49877 czqui 𣷿
49878 cas/i 𣸀
49879 ctf.i 𣸁
49880 caqxi 𣸂
49881 cfvhi 𣸃
49882 c.kpi 𣸄
49883 c.cpi 𣸄
49884 coa;i 𣸅
49885 col;i 𣸅
49886 cfeqi 𣸆
49887 cka.i 𣸇
49888 cn,bi 𣸈
49889 crifi 𣸉
49890 citxi 𣸊
49891 ckhxi 𣸊
49892 cibxi 𣸊
49893 cpzhi 𣸋
49894 ccldi 𣸌
49895 cbsbi 𣸍
49896 cejbi 𣸎
49897 cwboi 𣸏
49898 cgci 𣸐
49899 cvavi 𣸑
49900 cvlvi 𣸑
49901 czyfi 𣸒
49902 cxxii 𣸓
49903 cgaci 𣸔
49904 fdlci 𣸕
49905 clzfi 𣸖
49906 av.ci 𣸗
49907 cnqni 𣸘
49908 c;jdi 𣸙
49909 c/gsi 𣸚
49910 ccuei 𣸛
49911 cjkji 𣸜
49912 cqbbi 𣸝
49913 aicci 𣸞
49914 cwaei 𣸟
49915 cxaei 𣸠
49916 cr,i 𣸡
49917 cqqli 𣸢
49918 cffmi 𣸣
49919 c/hi 𣸤
49920 cn.i 𣸥
49921 cjawi 𣸦
49922 cjkki 𣸧
49923 cfj,i 𣸨
49924 c.fji 𣸩
49925 cop.i 𣸪
49926 cxxri 𣸫
49927 cpj;i 𣸬
49928 cpyi 𣸭
49929 citxi 𣸮
49930 ckhxi 𣸮
49931 cibxi 𣸮
49932 cvofi 𣸯
49933 cz;si 𣸰
49934 cfmsi 𣸱
49935 cfjzi 𣸲
49936 crjzi 𣸲
49937 czyxi 𣸳
49938 cvnsi 𣸴
49939 cvnli 𣸴
49940 czaxi 𣸵
49941 camxi 𣸶
49942 czkci 𣸷
49943 cazci 𣸸
49944 clzci 𣸸
49945 cbifi 𣸹
49946 cblfi 𣸹
49947 cgvi 𣸺
49948 cfzxi 𣸻
49949 czphi 𣸼
49950 czpci 𣸼
49951 cfzfi 𣸽
49952 cfvai 𣸽
49953 ce;,i 𣸾
49954 cf;si 𣸿
49955 cflui 𣹀
49956 clpji 𣹁
49957 cosbi 𣹂
49958 cojui 𣹃
49959 c.jfi 𣹄
49960 iueci 𣹅
49961 czhui 𣹆
49962 ccldi 𣹇
49963 cplpi 𣹈
49964 ccui 𣹉
49965 clm.i 𣹊
49966 clsi 𣹋
49967 c,lvi 𣹌
49968 ctghi 𣹍
49969 ctgki 𣹎
49970 cgffi 𣹏
49971 cqpwi 𣹐
49972 c;/i 𣹑
49973 cl.pi 𣹒
49974 cfx;i 𣹓
49975 cj;ni 𣹔
49976 c.tfi 𣹕
49977 camai 𣹖
49978 car.i 𣹗
49979 c.rhi 𣹘
49980 czuti 𣹙
49981 cljfi 𣹚
49982 clpri 𣹛
49983 cbji 𣹜
49984 clpji 𣹜
49985 ctcui 𣹝
49986 cjahi 𣹞
49987 cqmi 𣹟
49988 cjjhi 𣹠
49989 crlpi 𣹡
49990 cbpfi 𣹢
49991 cjjei 𣹣
49992 cw;oi 𣹤
49993 ckrui 𣹥
49994 cntbi 𣹦
49995 cnkei 𣹧
49996 cdaei 𣹨
49997 cbbui 𣹩
49998 choqi 𣹪
49999 cnqi 𣹫
50000 vacbi 𣹬
50001 czoci 𣹭
50002 cyxci 𣹭
50003 clpqi 𣹮
50004 clpgi 𣹯
50005 ctjbi 𣹰
50006 ci;ki 𣹱
50007 cbyfi 𣹲
50008 czoci 𣹳
50009 cyxci 𣹳
50010 corji 𣹴
50011 cdasi 𣹵
50012 ckk.i 𣹶
50013 cqhdi 𣹷
50014 cuizi 𣹸
50015 cukzi 𣹸
50016 za,ai 𣹹
50017 c;wci 𣹺
50018 lplci 𣹻
50019 caeai 𣹼
50020 c;rri 𣹽
50021 cy;fi 𣹾
50022 cykhi 𣹿
50023 cpemi 𣺀
50024 czaxi 𣺁
50025 cpnwi 𣺂
50026 cxxui 𣺃
50027 cyyi 𣺄
50028 col.i 𣺅
50029 cufi 𣺆
50030 cavai 𣺇
50031 ckzdi 𣺈
50032 cjvvi 𣺉
50033 cna.i 𣺊
50034 cfa/i 𣺋
50035 caeli 𣺌
50036 cbozi 𣺍
50037 ctjbi 𣺎
50038 crjki 𣺏
50039 cjozi 𣺐
50040 cnkdi 𣺑
50041 cy.xi 𣺒
50042 cy;xi 𣺓
50043 czqii 𣺔
50044 cqafi 𣺕
50045 crkci 𣺖
50046 ca/,i 𣺗
50047 cbqhi 𣺘
50048 crkai 𣺙
50049 czzxi 𣺚
50050 cf.qi 𣺛
50051 cfgai 𣺜
50052 cpxxi 𣺝
50053 cfpfi 𣺞
50054 cclbi 𣺟
50055 cmfli 𣺠
50056 coeqi 𣺡
50057 ck.vi 𣺢
50058 c.qsi 𣺣
50059 cwpei 𣺤
50060 clddi 𣺥
50061 ckybi 𣺦
50062 c.jdi 𣺧
50063 c.aii 𣺨
50064 c.aki 𣺨
50065 iduci 𣺩
50066 c;mi 𣺪
50067 ckd.i 𣺫
50068 cfyoi 𣺬
50069 czaxi 𣺭
50070 czzi 𣺮
50071 cpaai 𣺯
50072 c;cui 𣺰
50073 cltli 𣺱
50074 c,sbi 𣺲
50075 cbcei 𣺳
50076 cxxei 𣺴
50077 cw.hi 𣺵
50078 qdlci 𣺶
50079 cl.ui 𣺷
50080 cif,i 𣺸
50081 cbrxi 𣺹
50082 c.rci 𣺺
50083 cjzui 𣺻
50084 ccjsi 𣺼
50085 c/rxi 𣺽
50086 cfw;i 𣺾
50087 cd.fi 𣺿
50088 cxjki 𣻀
50089 cifi 𣻁
50090 coo;i 𣻂
50091 cky;i 𣻃
50092 c.ivi 𣻄
50093 r;cli 𣻅
50094 cgfxi 𣻆
50095 ctxni 𣻇
50096 ckzfi 𣻈
50097 crsdi 𣻉
50098 qdlci 𣻊
50099 cepbi 𣻋
50100 circi 𣻌
50101 cj;,i 𣻍
50102 cna.i 𣻎
50103 clvi 𣻏
50104 ceuai 𣻐
50105 c.vbi 𣻑
50106 chobi 𣻒
50107 chori 𣻓
50108 ca/,i 𣻔
50109 cnvvi 𣻕
50110 cclsi 𣻖
50111 clvmi 𣻗
50112 cvcui 𣻘
50113 co;;i 𣻙
50114 c.vdi 𣻚
50115 czoi 𣻛
50116 clkhi 𣻜
50117 ca/si 𣻝
50118 cprhi 𣻞
50119 czqxi 𣻟
50120 civfi 𣻠
50121 cfhxi 𣻡
50122 cbjni 𣻢
50123 cecci 𣻣
50124 czoci 𣻤
50125 cyxci 𣻤
50126 copi 𣻥
50127 cigpi 𣻦
50128 ckhpi 𣻦
50129 citpi 𣻦
50130 coini 𣻧
50131 cokni 𣻧
50132 cblci 𣻨
50133 cozti 𣻩
50134 crc.i 𣻪
50135 cjbbi 𣻫
50136 cb,i 𣻬
50137 cjjui 𣻭
50138 lpcdi 𣻮
50139 qalci 𣻯
50140 cnkyi 𣻰
50141 ctrai 𣻱
50142 ctfai 𣻱
50143 c;d;i 𣻲
50144 cqami 𣻳
50145 cgyxi 𣻴
50146 c;;gi 𣻵
50147 cepri 𣻶
50148 cbahi 𣻷
50149 ccjdi 𣻸
50150 cqdri 𣻹
50151 crari 𣻺
50152 cfnsi 𣻻
50153 cy;qi 𣻼
50154 cuaqi 𣻽
50155 cprli 𣻾
50156 cfyfi 𣻿
50157 cnq.i 𣼀
50158 cifbi 𣼁
50159 cnaji 𣼂
50160 cizvi 𣼃
50161 ckzvi 𣼃
50162 cyzxi 𣼄
50163 cyxvi 𣼅
50164 cy/vi 𣼆
50165 cbgdi 𣼇
50166 cbadi 𣼇
50167 cgc/i 𣼈
50168 cbaei 𣼉
50169 cfkmi 𣼊
50170 czkmi 𣼊
50171 cvkmi 𣼊
50172 cfk.i 𣼊
50173 czk.i 𣼊
50174 cvk.i 𣼊
50175 cqlki 𣼋
50176 crxui 𣼌
50177 cdifi 𣼍
50178 cckyi 𣼎
50179 cfgdi 𣼏
50180 cfadi 𣼏
50181 ceaai 𣼐
50182 cf;vi 𣼑
50183 cflxi 𣼒
50184 cclci 𣼓
50185 cp.fi 𣼔
50186 ci;fi 𣼕
50187 clvvi 𣼖
50188 cjaki 𣼗
50189 rblci 𣼘
50190 rbgci 𣼘
50191 lptci 𣼙
50192 caeri 𣼚
50193 crjci 𣼛
50194 czosi 𣼜
50195 ckdvi 𣼝
50196 ck;;i 𣼞
50197 cyci 𣼟
50198 cyxsi 𣼠
50199 cntdi 𣼡
50200 cbbbi 𣼢
50201 cbaki 𣼣
50202 crrgi 𣼤
50203 cfxri 𣼥
50204 cpbfi 𣼦
50205 cyxfi 𣼧
50206 cbffi 𣼨
50207 ctixi 𣼩
50208 ctkxi 𣼩
50209 kczxi 𣼪
50210 cprdi 𣼫
50211 cpooi 𣼬
50212 crkyi 𣼭
50213 cpaqi 𣼮
50214 cry;i 𣼯
50215 carni 𣼰
50216 ckpmi 𣼱
50217 c;kyi 𣼲
50218 crihi 𣼳
50219 cqjki 𣼴
50220 cflei 𣼵
50221 ce;i 𣼶
50222 crfbi 𣼷
50223 calxi 𣼸
50224 cjtxi 𣼹
50225 clp.i 𣼺
50226 czafi 𣼻
50227 ctvpi 𣼼
50228 chbui 𣼽
50229 caeji 𣼾
50230 zcozi 𣼿
50231 yxczi 𣼿
50232 calei 𣽀
50233 c/a.i 𣽁
50234 czei 𣽂
50235 cjz;i 𣽃
50236 cz,ei 𣽄
50237 cae;i 𣽅
50238 clqhi 𣽆
50239 cfabi 𣽇
50240 calei 𣽈
50241 cap,i 𣽉
50242 cej;i 𣽊
50243 cjo;i 𣽋
50244 cjoki 𣽌
50245 cljki 𣽍
50246 clj.i 𣽍
50247 cljfi 𣽎
50248 caeni 𣽏
50249 caefi 𣽐
50250 czfni 𣽑
50251 crsmi 𣽒
50252 cbbci 𣽓
50253 ctgri 𣽔
50254 cvvxi 𣽕
50255 cdaxi 𣽖
50256 carhi 𣽗
50257 cymvi 𣽘
50258 cpq,i 𣽙
50259 cypxi 𣽚
50260 cli;i 𣽛
50261 c.ozi 𣽜
50262 cqxi 𣽝
50263 cp.;i 𣽞
50264 craki 𣽟
50265 cpabi 𣽠
50266 cfqhi 𣽡
50267 cy;;i 𣽢
50268 c.rdi 𣽣
50269 clvji 𣽤
50270 cafmi 𣽥
50271 czqwi 𣽦
50272 cnkbi 𣽧
50273 lmici 𣽨
50274 lmkci 𣽨
50275 chooi 𣽩
50276 cwbji 𣽪
50277 cfkni 𣽫
50278 cnrhi 𣽬
50279 cpkui 𣽭
50280 cw.di 𣽮
50281 c.jri 𣽯
50282 clm;i 𣽰
50283 czxui 𣽱
50284 cyxui 𣽱
50285 cyxfi 𣽲
50286 citsi 𣽳
50287 c;pui 𣽴
50288 cdbai 𣽵
50289 cbldi 𣽶
50290 cmp.i 𣽷
50291 cnk;i 𣽸
50292 cnnri 𣽹
50293 c;;gi 𣽺
50294 ctpxi 𣽻
50295 czhhi 𣽼
50296 cvvui 𣽽
50297 cyjsi 𣽾
50298 clvri 𣽿
50299 cqkyi 𣾀
50300 cfrki 𣾁
50301 ctqpi 𣾂
50302 czqsi 𣾃
50303 cljki 𣾄
50304 clj.i 𣾄
50305 celei 𣾅
50306 cnf;i 𣾆
50307 cipzi 𣾇
50308 cnnui 𣾈
50309 cnbji 𣾉
50310 cnksi 𣾊
50311 cnkxi 𣾋
50312 cykfi 𣾌
50313 caezi 𣾍
50314 cag,i 𣾎
50315 cgd,i 𣾎
50316 cardi 𣾏
50317 cvzdi 𣾐
50318 cr;ri 𣾑
50319 crqri 𣾑
50320 cz;xi 𣾒
50321 cr;xi 𣾓
50322 cf;xi 𣾓
50323 cargi 𣾔
50324 cvvci 𣾕
50325 cfrmi 𣾖
50326 crxbi 𣾗
50327 cfzfi 𣾘
50328 cczi 𣾙
50329 cdqsi 𣾚
50330 cfaai 𣾛
50331 cfgai 𣾛
50332 cccci 𣾜
50333 ceepi 𣾝
50334 c/a.i 𣾞
50335 cfp;i 𣾟
50336 cijki 𣾠
50337 cgzi 𣾡
50338 eacmi 𣾢
50339 czkni 𣾣
50340 cqs,i 𣾤
50341 celji 𣾥
50342 ccjoi 𣾦
50343 cdxfi 𣾧
50344 cxdfi 𣾧
50345 cxxfi 𣾧
50346 ckkji 𣾨
50347 cnt,i 𣾩
50348 cyk;i 𣾪
50349 cnnni 𣾫
50350 ceasi 𣾬
50351 ctg;i 𣾭
50352 cbabi 𣾮
50353 cxxri 𣾯
50354 cfkci 𣾰
50355 czkci 𣾰
50356 cvkci 𣾰
50357 czzhi 𣾱
50358 czzxi 𣾲
50359 czkqi 𣾳
50360 ccazi 𣾴
50361 cxjsi 𣾵
50362 cti.i 𣾶
50363 clz;i 𣾷
50364 copci 𣾸
50365 cj;ni 𣾹
50366 cjpni 𣾹
50367 ceafi 𣾺
50368 c;rpi 𣾻
50369 c;rhi 𣾻
50370 crcxi 𣾼
50371 clqqi 𣾽
50372 ccl;i 𣾾
50373 c;pxi 𣾿
50374 cqhci 𣿀
50375 c,jki 𣿁
50376 ctzui 𣿂
50377 ctpmi 𣿃
50378 cdzxi 𣿄
50379 cfopi 𣿅
50380 cl,si 𣿆
50381 clvni 𣿇
50382 cnkfi 𣿈
50383 cyqpi 𣿉
50384 cv/.i 𣿊
50385 czlii 𣿋
50386 cplni 𣿌
50387 cwcui 𣿍
50388 ctcui 𣿍
50389 cfzxi 𣿎
50390 cvv;i 𣿏
50391 cmaxi 𣿐
50392 crksi 𣿑
50393 cljfi 𣿒
50394 c/eei 𣿓
50395 czini 𣿔
50396 cya,i 𣿕
50397 ca/ei 𣿖
50398 cdd.i 𣿗
50399 cvp.i 𣿘
50400 cvjmi 𣿙
50401 cepvi 𣿚
50402 cae;i 𣿛
50403 c,lni 𣿜
50404 cfrhi 𣿝
50405 cypxi 𣿞
50406 cnybi 𣿟
50407 cjh;i 𣿠
50408 cjk;i 𣿠
50409 cu,bi 𣿡
50410 crkqi 𣿢
50411 crrui 𣿣
50412 ce;ki 𣿤
50413 cbgpi 𣿥
50414 ca/mi 𣿦
50415 cbgji 𣿧
50416 cjifi 𣿨
50417 c,,ri 𣿩
50418 cilni 𣿪
50419 cbbai 𣿫
50420 cqcyi 𣿬
50421 cirxi 𣿭
50422 cfbzi 𣿮
50423 cftbi 𣿯
50424 cejji 𣿰
50425 cyd,i 𣿱
50426 cbcdi 𣿲
50427 czk,i 𣿳
50428 cfp.i 𣿴
50429 cnkxi 𣿵
50430 cna,i 𣿶
50431 czari 𣿷
50432 ceydi 𣿸
50433 cp;mi 𣿹
50434 cuawi 𣿺
50435 cfnci 𣿻
50436 cegji 𣿼
50437 cebji 𣿼
50438 cmaxi 𣿽
50439 ckndi 𣿾
50440 ci.ki 𣿿
50441 clpgi 𤀀
50442 lpcci 𤀁
50443 cfl.i 𤀂
50444 ceyi 𤀃
50445 cpuui 𤀄
50446 c;d;i 𤀅
50447 cd;;i 𤀅
50448 c;;;i 𤀅
50449 cdyyi 𤀆
50450 cosxi 𤀇
50451 clpzi 𤀈
50452 ci;fi 𤀉
50453 c.txi 𤀊
50454 cnaki 𤀋
50455 capai 𤀌
50456 czk.i 𤀍
50457 c/zfi 𤀎
50458 cyaxi 𤀏
50459 cfydi 𤀐
50460 cnnri 𤀑
50461 ciuni 𤀒
50462 cyhci 𤀓
50463 cibki 𤀔
50464 cnrri 𤀕
50465 cdoxi 𤀖
50466 cos;i 𤀗
50467 cfxi 𤀘
50468 c;l,i 𤀙
50469 cfhvi 𤀚
50470 cbqki 𤀛
50471 cjrui 𤀜
50472 crxti 𤀝
50473 cfrpi 𤀞
50474 cfrhi 𤀞
50475 cixri 𤀟
50476 cfxri 𤀟
50477 cqd,i 𤀠
50478 cirbi 𤀡
50479 crxqi 𤀢
50480 cj.bi 𤀣
50481 cljfi 𤀤
50482 clpei 𤀥
50483 cv;gi 𤀦
50484 cj;si 𤀧
50485 cjpsi 𤀧
50486 cnkei 𤀨
50487 qdtci 𤀩
50488 ctbmi 𤀪
50489 cyffi 𤀫
50490 c,rzi 𤀬
50491 c;;mi 𤀭
50492 cyxvi 𤀮
50493 cu,hi 𤀯
50494 cpy;i 𤀰
50495 czfni 𤀱
50496 yfcfi 𤀲
50497 ceaei 𤀳
50498 cla.i 𤀴
50499 ce.di 𤀵
50500 cekyi 𤀶
50501 ctfui 𤀷
50502 czu,i 𤀸
50503 cegji 𤀹
50504 cebji 𤀹
50505 cr;;i 𤀺
50506 cddvi 𤀻
50507 cxwci 𤀼
50508 cxzdi 𤀽
50509 ccafi 𤀾
50510 cnz.i 𤀿
50511 cyp.i 𤁀
50512 cygfi 𤁁
50513 cgdfi 𤁁
50514 cnsmi 𤁂
50515 cnpmi 𤁂
50516 crjdi 𤁃
50517 czpri 𤁄
50518 cr;ri 𤁅
50519 c/yxi 𤁆
50520 cfn;i 𤁇
50521 clii 𤁈
50522 crkri 𤁉
50523 cr,ri 𤁉
50524 cf/hi 𤁊
50525 czvei 𤁋
50526 cljfi 𤁌
50527 cbeei 𤁍
50528 ca/ii 𤁎
50529 cfkpi 𤁏
50530 ce.;i 𤁐
50531 cdpxi 𤁑
50532 cqoci 𤁒
50533 cardi 𤁓
50534 coxfi 𤁔
50535 cyf;i 𤁕
50536 cykvi 𤁖
50537 cxldi 𤁗
50538 cypdi 𤁘
50539 okcxi 𤁙
50540 coa.i 𤁚
50541 crlfi 𤁛
50542 cykfi 𤁜
50543 ce/i 𤁝
50544 crjci 𤁞
50545 crt;i 𤁟
50546 cmoni 𤁠
50547 coafi 𤁡
50548 cckxi 𤁢
50549 c/xqi 𤁣
50550 crzki 𤁤
50551 czzqi 𤁥
50552 cithi 𤁦
50553 ceii 𤁧
50554 cjobi 𤁨
50555 coomi 𤁩
50556 cafmi 𤁪
50557 clfmi 𤁪
50558 ckxmi 𤁫
50559 cflni 𤁬
50560 cqaji 𤁭
50561 cfq;i 𤁮
50562 cw/wi 𤁯
50563 cwpwi 𤁯
50564 cozdi 𤁰
50565 cfmci 𤁱
50566 c.z.i 𤁲
50567 c.y.i 𤁲
50568 czyi 𤁳
50569 ceaei 𤁴
50570 ce;;i 𤁵
50571 ckk.i 𤁶
50572 cykni 𤁷
50573 cfb.i 𤁸
50574 cerci 𤁹
50575 ckkqi 𤁺
50576 cljhi 𤁻
50577 cqo,i 𤁼
50578 c,,ji 𤁽
50579 c,ami 𤁾
50580 ctrui 𤁿
50581 crjzi 𤂀
50582 cxvfi 𤂁
50583 cyj;i 𤂂
50584 cljki 𤂃
50585 cjgei 𤂄
50586 cruhi 𤂅
50587 c.gsi 𤂆
50588 cfxfi 𤂇
50589 cixfi 𤂇
50590 cepvi 𤂈
50591 cvrki 𤂉
50592 cqtoi 𤂊
50593 cjaoi 𤂊
50594 cstoi 𤂊
50595 c;;oi 𤂊
50596 cfwvi 𤂋
50597 cr;mi 𤂌
50598 cfqni 𤂍
50599 cbcki 𤂎
50600 cbt,i 𤂏
50601 cqdmi 𤂐
50602 cvvxi 𤂑
50603 ccr.i 𤂒
50604 cegmi 𤂓
50605 cebmi 𤂓
50606 ceami 𤂔
50607 cecsi 𤂕
50608 cpy.i 𤂖
50609 ceydi 𤂗
50610 cfzxi 𤂘
50611 cfrki 𤂙
50612 c.osi 𤂚
50613 ckdzi 𤂛
50614 c.xki 𤂜
50615 cajci 𤂝
50616 b,pci 𤂞
50617 qdtci 𤂟
50618 crxxi 𤂠
50619 cfrxi 𤂡
50620 cacqi 𤂢
50621 cftdi 𤂣
50622 czofi 𤂤
50623 cozgi 𤂥
50624 cipyi 𤂦
50625 cf.ni 𤂧
50626 cvfzi 𤂨
50627 cospi 𤂩
50628 coshi 𤂩
50629 czzxi 𤂪
50630 c;fmi 𤂫
50631 cgggi 𤂬
50632 capfi 𤂭
50633 czk,i 𤂮
50634 cqsmi 𤂯
50635 cqlci 𤂰
50636 clvci 𤂱
50637 c.rki 𤂲
50638 cljxi 𤂳
50639 cewxi 𤂴
50640 cuixi 𤂵
50641 cukxi 𤂵
50642 cekyi 𤂶
50643 cehhi 𤂷
50644 cy;fi 𤂸
50645 cfafi 𤂹
50646 cqdsi 𤂺
50647 cbg.i 𤂻
50648 ljnci 𤂼
50649 cpxxi 𤂽
50650 czexi 𤂾
50651 ctsni 𤂿
50652 craci 𤃀
50653 caxri 𤃁
50654 cfthi 𤃂
50655 chlpi 𤃃
50656 jz,ci 𤃄
50657 cpzxi 𤃅
50658 cn/xi 𤃆
50659 cre,i 𤃇
50660 cr;,i 𤃇
50661 cqdxi 𤃈
50662 czlni 𤃉
50663 ccafi 𤃊
50664 crrmi 𤃋
50665 cqimi 𤃌
50666 czeei 𤃍
50667 cb;ri 𤃎
50668 cv;gi 𤃏
50669 crjpi 𤃐
50670 cpgmi 𤃑
50671 ceaji 𤃒
50672 cfeei 𤃓
50673 ce.ji 𤃔
50674 crlbi 𤃕
50675 czk,i 𤃖
50676 cocui 𤃗
50677 cokmi 𤃘
50678 ckcfi 𤃙
50679 cmnki 𤃚
50680 ca/ki 𤃛
50681 czkni 𤃜
50682 czlpi 𤃝
50683 cjrki 𤃞
50684 cyxri 𤃟
50685 cysri 𤃟
50686 cibwi 𤃠
50687 cqlmi 𤃡
50688 cnyvi 𤃢
50689 ca.mi 𤃣
50690 crrni 𤃤
50691 cfbii 𤃥
50692 cfepi 𤃦
50693 corni 𤃧
50694 c,,ei 𤃨
50695 cz;;i 𤃩
50696 ceqxi 𤃪
50697 cf/qi 𤃫
50698 cfpci 𤃬
50699 c/k,i 𤃭
50700 cohoi 𤃮
50701 cepmi 𤃯
50702 cnvxi 𤃰
50703 cyq,i 𤃱
50704 crixi 𤃲
50705 chopi 𤃳
50706 cfexi 𤃴
50707 cpryi 𤃵
50708 cgbii 𤃶
50709 ceypi 𤃷
50710 czrfi 𤃸
50711 czlgi 𤃹
50712 cvvpi 𤃺
50713 jppci 𤃻
50714 czqki 𤃼
50715 cu,ui 𤃽
50716 cltui 𤃾
50717 cf/xi 𤃿
50718 c.fbi 𤄀
50719 cf.bi 𤄀
50720 cri/i 𤄁
50721 cirzi 𤄂
50722 cec;i 𤄃
50723 cvl,i 𤄄
50724 cvs,i 𤄄
50725 cy.oi 𤄅
50726 czfbi 𤄆
50727 ceydi 𤄇
50728 qdtci 𤄈
50729 caeei 𤄉
50730 czpri 𤄊
50731 cxlni 𤄋
50732 oocxi 𤄌
50733 cappi 𤄍
50734 ceosi 𤄎
50735 cu,xi 𤄏
50736 czopi 𤄐
50737 cljbi 𤄑
50738 cleui 𤄒
50739 cfa.i 𤄓
50740 cfaki 𤄓
50741 cdcxi 𤄔
50742 choki 𤄕
50743 cykyi 𤄖
50744 cpd,i 𤄗
50745 cnk.i 𤄘
50746 cltei 𤄙
50747 cltdi 𤄙
50748 col,i 𤄚
50749 coxyi 𤄛
50750 c,lpi 𤄜
50751 cpfxi 𤄝
50752 cpexi 𤄝
50753 cyshi 𤄞
50754 cysfi 𤄞
50755 cyszi 𤄞
50756 cyq;i 𤄟
50757 cfnmi 𤄠
50758 cejsi 𤄡
50759 c/rni 𤄢
50760 cu,xi 𤄣
50761 cl,ki 𤄤
50762 cpp,i 𤄥
50763 ce;ni 𤄦
50764 cmmyi 𤄧
50765 cj.ei 𤄨
50766 cj.,i 𤄩
50767 cl,bi 𤄪
50768 chopi 𤄫
50769 c.xyi 𤄬
50770 cpami 𤄭
50771 crrmi 𤄮
50772 ypsui 𤄯
50773 cn.mi 𤄰
50774 cifki 𤄱
50775 cyrri 𤄲
50776 osoci 𤄳
50777 czpmi 𤄴
50778 czzdi 𤄵
50779 cflvi 𤄶
50780 cfxvi 𤄶
50781 c/xyi 𤄷
50782 ctd,i 𤄸
50783 c,zmi 𤄹
50784 cljni 𤄺
50785 colsi 𤄻
50786 ctd,i 𤄼
50787 cakhi 𤄽
50788 cirzi 𤄾
50789 cvlvi 𤄿
50790 cvxvi 𤄿
50791 cyuhi 𤅀
50792 cyufi 𤅀
50793 cyuzi 𤅀
50794 colxi 𤅁
50795 c.vmi 𤅂
50796 clnci 𤅃
50797 clnci 𤅄
50798 czrvi 𤅅
50799 clpmi 𤅆
50800 cyxxi 𤅇
50801 cxyxi 𤅇
50802 cykai 𤅈
50803 czhui 𤅉
50804 ceqhi 𤅊
50805 cnkmi 𤅋
50806 colsi 𤅌
50807 cvppi 𤅍
50808 crjmi 𤅎
50809 coryi 𤅏
50810 cdqii 𤅐
50811 cryxi 𤅑
50812 czxci 𤅒
50813 cclmi 𤅓
50814 clfpi 𤅔
50815 clrhi 𤅕
50816 cfemi 𤅖
50817 cyuhi 𤅗
50818 cyufi 𤅗
50819 cyuzi 𤅗
50820 cyuui 𤅘
50821 c;;.i 𤅙
50822 cojai 𤅚
50823 colxi 𤅛
50824 ca/xi 𤅜
50825 cy;ti 𤅝
50826 cf;bi 𤅞
50827 czs;i 𤅟
50828 cfp,i 𤅠
50829 cljmi 𤅡
50830 cfifi 𤅢
50831 cyoai 𤅣
50832 cza.i 𤅤
50833 c./bi 𤅥
50834 cepdi 𤅦
50835 czp/i 𤅧
50836 cvtbi 𤅨
50837 cvbbi 𤅨
50838 crz,i 𤅩
50839 c./hi 𤅪
50840 cz;bi 𤅫
50841 cosdi 𤅬
50842 cy;xi 𤅭
50843 cvqni 𤅮
50844 cvtbi 𤅯
50845 cvbbi 𤅯
50846 clifi 𤅰
50847 c//ui 𤅱
50848 clp,i 𤅲
50849 cqaji 𤅳
50850 c/l,i 𤅴
50851 cmuni 𤅵
50852 cyx.i 𤅶
50853 cxy.i 𤅶
50854 cz;ki 𤅷
50855 cqdui 𤅸
50856 c/zzi 𤅹
50857 ciiii 𤅺
50858 cy;si 𤅻
50859 crk,i 𤅼
50860 cr,,i 𤅼
50861 crz,i 𤅽
50862 ce;.i 𤅾
50863 cfdui 𤅿
50864 cdfui 𤅿
50865 cffui 𤅿
50866 cpfui 𤅿
50867 cpeui 𤅿
50868 cg,,i 𤆀
50869 lpcci 𤆁
50870 ,ai 𤆂
50871 x,i 𤆃
50872 lg,i 𤆄
50873 gl,i 𤆄
50874 k,i 𤆅
50875 b,i 𤆆
50876 ,qi 𤆇
50877 ,lgi 𤆈
50878 ,gli 𤆈
50879 ad,i 𤆉
50880 ,ci 𤆊
50881 k,i 𤆋
50882 ,bi 𤆌
50883 z,i 𤆍
50884 o,i 𤆎
50885 ,aagi 𤆏
50886 jk,i 𤆐
50887 ,edi 𤆑
50888 ,dddi 𤆑
50889 jd,i 𤆒
50890 ,ni 𤆓
50891 ts,i 𤆔
50892 jh,i 𤆕
50893 jk,i 𤆕
50894 f,i 𤆖
50895 ;,i 𤆗
50896 ,shi 𤆘
50897 jg,i 𤆙
50898 ,lqi 𤆚
50899 ,qi 𤆚
50900 eg,i 𤆛
50901 ,aaai 𤆜
50902 ,ebi 𤆝
50903 ,l.i 𤆞
50904 ,lxi 𤆟
50905 ,zxi 𤆠
50906 ,lai 𤆡
50907 ,kqi 𤆢
50908 ,lbi 𤆣
50909 ,gki 𤆣
50910 ,jsi 𤆤
50911 ,laai 𤆥
50912 ,lki 𤆥
50913 ,ari 𤆦
50914 ,rhi 𤆧
50915 g;,i 𤆨
50916 ,ci 𤆩
50917 ;d,i 𤆪
50918 lq,i 𤆫
50919 lq,i 𤆬
50920 ,lfi 𤆭
50921 ,zi 𤆮
50922 rl,i 𤆯
50923 v,i 𤆰
50924 ajd,i 𤆱
50925 c,i 𤆲
50926 ,jbi 𤆳
50927 z,i 𤆴
50928 yx,i 𤆴
50929 ,tdsi 𤆵
50930 ,kji 𤆶
50931 ,kqi 𤆷
50932 ,ni 𤆸
50933 ,qdli 𤆹
50934 ,gfsi 𤆺
50935 ,qji 𤆻
50936 ,nadi 𤆼
50937 ,wi 𤆽
50938 ,baai 𤆾
50939 ,tdbi 𤆿
50940 pt,i 𤇀
50941 ,pai 𤇁
50942 ,bri 𤇂
50943 ,bqi 𤇂
50944 ,zali 𤇃
50945 ,hjki 𤇄
50946 ,uai 𤇅
50947 ,pti 𤇆
50948 if,i 𤇇
50949 g,i 𤇈
50950 ,zsbi 𤇉
50951 ,aii 𤇊
50952 ,aaci 𤇋
50953 ,f;i 𤇌
50954 vh,i 𤇍
50955 ,bjki 𤇎
50956 ,bjhi 𤇎
50957 gc,i 𤇏
50958 ets,i 𤇐
50959 cj,i 𤇑
50960 ,jfi 𤇒
50961 ,jjai 𤇒
50962 or,i 𤇓
50963 ,jmi 𤇔
50964 lv,i 𤇕
50965 ,xjai 𤇖
50966 jts,i 𤇗
50967 mgs,i 𤇘
50968 ,uai 𤇙
50969 ,ohi 𤇚
50970 ,jsai 𤇛
50971 ,tssi 𤇜
50972 tge,i 𤇝
50973 b;,i 𤇞
50974 aka,i 𤇟
50975 agk,i 𤇟
50976 li,i 𤇠
50977 oas,i 𤇡
50978 ,lpi 𤇢
50979 ,ori 𤇣
50980 ,qagi 𤇤
50981 ,yi 𤇥
50982 ,zxi 𤇦
50983 ,kri 𤇧
50984 ,zai 𤇨
50985 ,nli 𤇩
50986 ,k.i 𤇪
50987 lv,i 𤇫
50988 eq,i 𤇬
50989 ,zqhi 𤇭
50990 ,lni 𤇮
50991 y,lxi 𤇯
50992 kax,i 𤇰
50993 ,wdi 𤇱
50994 kar,i 𤇲
50995 klr,i 𤇲
50996 ,zaxi 𤇳
50997 ,zhxi 𤇳
50998 qd;,i 𤇴
50999 nm,i 𤇵
51000 ,gcai 𤇶
51001 yk,i 𤇷
51002 qdt,i 𤇸
51003 ,qqfi 𤇹
51004 ,.qi 𤇺
51005 ,cti 𤇻
51006 ,nwi 𤇼
51007 ,afxi 𤇽
51008 ,azxi 𤇽
51009 ,,ji 𤇾
51010 ,,i 𤇿
51011 kv,i 𤈀
51012 ,nfhi 𤈁
51013 qda,i 𤈂
51014 ,ami 𤈃
51015 ,r;i 𤈄
51016 ary,i 𤈅
51017 ,a;.i 𤈆
51018 ,q.i 𤈆
51019 ,a/i 𤈇
51020 rk,i 𤈈
51021 rk,i 𤈉
51022 ,zdfi 𤈊
51023 ,psi 𤈋
51024 pj,i 𤈌
51025 ,lj;i 𤈍
51026 ,lpi 𤈎
51027 ,af;i 𤈏
51028 ,lf;i 𤈏
51029 ,ovi 𤈐
51030 ,pqi 𤈑
51031 ,ofdi 𤈒
51032 ,tgri 𤈓
51033 rtg,i 𤈔
51034 mm,i 𤈕
51035 jtd,i 𤈖
51036 tt,i 𤈗
51037 ,amei 𤈘
51038 ,ztgi 𤈙
51039 .j,i 𤈚
51040 ,casi 𤈛
51041 ,axri 𤈜
51042 ,f.i 𤈝
51043 ,fki 𤈞
51044 w;,i 𤈟
51045 ,tfi 𤈠
51046 ,dasi 𤈡
51047 kv,i 𤈢
51048 ofd,i 𤈣
51049 ,l.di 𤈤
51050 ,lpqi 𤈥
51051 ,blqi 𤈦
51052 ,.sbi 𤈧
51053 aes,i 𤈨
51054 irl,i 𤈩
51055 ,afxi 𤈪
51056 baabi 𤈫
51057 ,/bi 𤈬
51058 ejm,i 𤈭
51059 r,xi 𤈮
51060 ,lkqi 𤈯
51061 ,kkgi 𤈰
51062 ej,i 𤈱
51063 zr,i 𤈲
51064 jb,i 𤈳
51065 ept,i 𤈴
51066 ,;pi 𤈵
51067 ,;mi 𤈶
51068 ,inai 𤈷
51069 ,f;bi 𤈸
51070 d,,i 𤈹
51071 ,,shi 𤈺
51072 ,nzxi 𤈻
51073 ,yfi 𤈼
51074 ,y;di 𤈽
51075 cjk,i 𤈾
51076 f,h,i 𤈿
51077 vaf,i 𤉀
51078 ,qeai 𤉁
51079 ,a;ai 𤉁
51080 ,aeai 𤉁
51081 blq,i 𤉂
51082 ,jhni 𤉃
51083 a.,i 𤉄
51084 tl;,i 𤉅
51085 ,pdi 𤉆
51086 ,;gzi 𤉇
51087 ,;azi 𤉇
51088 ,;;si 𤉈
51089 lve,i 𤉉
51090 ,pqi 𤉊
51091 gfg,i 𤉋
51092 gfb,i 𤉋
51093 lve,i 𤉌
51094 ,nofi 𤉍
51095 j;b,i 𤉎
51096 jb,i 𤉏
51097 dda,i 𤉐
51098 ,ajai 𤉑
51099 ,.i 𤉒
51100 z,pfi 𤉓
51101 ,koei 𤉔
51102 pfz,i 𤉕
51103 ,qi 𤉖
51104 ,rlfi 𤉗
51105 ,yi 𤉘
51106 ,tl;i 𤉙
51107 ,;jki 𤉚
51108 ,kkri 𤉛
51109 ,nvi 𤉜
51110 ,tg;i 𤉝
51111 d,,i 𤉞
51112 fjh,i 𤉟
51113 fjk,i 𤉟
51114 cjs,i 𤉠
51115 dal,i 𤉡
51116 jpl,i 𤉢
51117 ,wpi 𤉣
51118 ,,i 𤉤
51119 mme,i 𤉥
51120 ,lvwi 𤉦
51121 ..,.i 𤉧
51122 qa,xi 𤉨
51123 wme,i 𤉩
51124 ,hkhi 𤉪
51125 ,aaxi 𤉫
51126 ,zvi 𤉬
51127 ,yxvi 𤉬
51128 ep,i 𤉭
51129 ,hz;i 𤉮
51130 ,yl;i 𤉮
51131 ,yk;i 𤉮
51132 ,yc;i 𤉮
51133 jjk,i 𤉯
51134 g.,i 𤉰
51135 l/a,i 𤉱
51136 vp,i 𤉲
51137 ,naci 𤉳
51138 ,.api 𤉴
51139 ;l;,i 𤉵
51140 ,.zui 𤉶
51141 mzh,i 𤉷
51142 ,bf;i 𤉸
51143 qax,i 𤉹
51144 bz,.i 𤉺
51145 ,rfi 𤉻
51146 ,izsi 𤉼
51147 ,kzsi 𤉼
51148 ne;,i 𤉽
51149 ,jkvi 𤉾
51150 y;,i 𤉿
51151 ,njfi 𤊀
51152 ce;,i 𤊁
51153 ,bgni 𤊂
51154 ,nuai 𤊃
51155 ,raki 𤊄
51156 ag;,i 𤊅
51157 gd;,i 𤊅
51158 a/y,i 𤊆
51159 a/zki 𤊆
51160 ar,,i 𤊇
51161 ,fkji 𤊈
51162 ,pui 𤊉
51163 ,fhi 𤊊
51164 ,pyki 𤊋
51165 ;;d,i 𤊌
51166 ,fkei 𤊍
51167 ,pf;i 𤊎
51168 uu,i 𤊏
51169 ,.jbi 𤊐
51170 ojk,i 𤊑
51171 ,wci 𤊒
51172 ,tci 𤊒
51173 ,osi 𤊓
51174 ,lvti 𤊔
51175 ,.vi 𤊕
51176 ,zzi 𤊖
51177 aea,i 𤊗
51178 ofl,i 𤊘
51179 ky,i 𤊙
51180 ,.sai 𤊚
51181 ,grri 𤊛
51182 x;z,i 𤊜
51183 ljl,i 𤊝
51184 ,qxi 𤊞
51185 ,naci 𤊟
51186 ,gfi 𤊠
51187 ,zfi 𤊡
51188 ,pahi 𤊢
51189 ovz,i 𤊣
51190 ,dgi 𤊤
51191 ,rk.i 𤊥
51192 ,h.i 𤊦
51193 ,fuai 𤊧
51194 ,fjsi 𤊧
51195 ,qaxi 𤊨
51196 ,vvi 𤊩
51197 ,efki 𤊪
51198 ,rtbi 𤊫
51199 ,eei 𤊬
51200 ,naci 𤊭
51201 bz,.i 𤊮
51202 uad,i 𤊯
51203 ,ycbi 𤊰
51204 jjk,i 𤊱
51205 ,wl.i 𤊲
51206 ,wlmi 𤊲
51207 ,wlhi 𤊲
51208 ,esbi 𤊳
51209 ,fgi 𤊴
51210 ,lpji 𤊵
51211 ,bji 𤊵
51212 ,v;ei 𤊶
51213 ,equi 𤊷
51214 zqx,i 𤊸
51215 ,fjbi 𤊹
51216 ,w.i 𤊺
51217 ,pji 𤊻
51218 ,,rai 𤊼
51219 zkp,i 𤊽
51220 fj,i 𤊾
51221 ,afoi 𤊿
51222 ,lfoi 𤊿
51223 ,jzhi 𤋀
51224 pal,i 𤋁
51225 f/,i 𤋂
51226 ip,i 𤋃
51227 bgd,i 𤋄
51228 ddg,i 𤋅
51229 egg,i 𤋅
51230 z,,xi 𤋆
51231 joa,i 𤋇
51232 eac,i 𤋈
51233 ,pyxi 𤋉
51234 ,bifi 𤋊
51235 ,blfi 𤋊
51236 ,ykzi 𤋋
51237 i.,i 𤋌
51238 ,,jzi 𤋍
51239 iue,i 𤋎
51240 ,,wi 𤋏
51241 vj;,i 𤋐
51242 ,rrri 𤋑
51243 fe;,i 𤋒
51244 ,zpbi 𤋓
51245 r;f,i 𤋔
51246 aez,i 𤋕
51247 ,ax.i 𤋖
51248 pl;,i 𤋗
51249 ,pni 𤋘
51250 ,fpi 𤋙
51251 ;bk,i 𤋚
51252 ,eggi 𤋛
51253 ,ebgi 𤋛
51254 pj;,i 𤋜
51255 uqt,i 𤋝
51256 lpl,i 𤋞
51257 ,op.i 𤋟
51258 ,./i 𤋠
51259 ,lpzi 𤋡
51260 ,xlhi 𤋢
51261 jtz,i 𤋣
51262 l;l,i 𤋤
51263 l;.,i 𤋥
51264 lv,,i 𤋦
51265 ue;,i 𤋧
51266 ,zqri 𤋨
51267 ,cj.i 𤋩
51268 ,pddi 𤋪
51269 ,dddi 𤋫
51270 ,dd.i 𤋬
51271 ,lvpi 𤋭
51272 qdt,i 𤋮
51273 zkp,i 𤋯
51274 prb,i 𤋰
51275 op,i 𤋱
51276 ,faki 𤋲
51277 jpk,i 𤋳
51278 wam,i 𤋴
51279 ,.rhi 𤋵
51280 ,fibi 𤋶
51281 ,fkbi 𤋶
51282 ,zazi 𤋷
51283 ,zlzi 𤋷
51284 ,fjzi 𤋸
51285 ,rjzi 𤋸
51286 ,vf;i 𤋹
51287 ,emi 𤋺
51288 ,c.ki 𤋻
51289 ,ff;i 𤋼
51290 ,pkei 𤋽
51291 ,ypi 𤋾
51292 ,fddi 𤋿
51293 ,jtni 𤌀
51294 ,.jri 𤌁
51295 ,tfji 𤌂
51296 ,zqui 𤌃
51297 ,rlpi 𤌄
51298 ,rlhi 𤌄
51299 ,t.qi 𤌅
51300 ,bari 𤌆
51301 qd;,i 𤌇
51302 k.p,i 𤌈
51303 ldl,i 𤌉
51304 nyf,i 𤌊
51305 ,oxi 𤌋
51306 ,,jdi 𤌌
51307 ,jkyi 𤌍
51308 aae,i 𤌎
51309 ,kxbi 𤌏
51310 ,bpfi 𤌐
51311 oxa,i 𤌑
51312 ,/rri 𤌒
51313 ,apvi 𤌓
51314 jkk,i 𤌔
51315 ,z;;i 𤌕
51316 ,pszi 𤌖
51317 ,/aei 𤌗
51318 ,fjxi 𤌘
51319 ,pbbi 𤌙
51320 ,fp;i 𤌚
51321 ,tfji 𤌛
51322 ,,aki 𤌜
51323 ljd,i 𤌝
51324 kky,i 𤌞
51325 ,,,i 𤌟
51326 ,,mqi 𤌠
51327 ,,jzi 𤌡
51328 ,al,i 𤌢
51329 ,a/vi 𤌣
51330 ,al.i 𤌤
51331 ,zksi 𤌥
51332 ,qjdi 𤌦
51333 ,bbvi 𤌧
51334 blq,i 𤌨
51335 z.,i 𤌩
51336 ,a/,i 𤌪
51337 ,vgi 𤌫
51338 ,g,i 𤌬
51339 ,fuki 𤌭
51340 ,fjki 𤌭
51341 ,qjki 𤌭
51342 spq,i 𤌮
51343 ,uizi 𤌯
51344 ,paii 𤌰
51345 ,prki 𤌱
51346 trp,i 𤌲
51347 ,.xzi 𤌳
51348 ,mqvi 𤌴
51349 ,.lki 𤌵
51350 ,.lai 𤌵
51351 ,xuqi 𤌶
51352 ,rrni 𤌷
51353 ,fpfi 𤌸
51354 fpf,i 𤌹
51355 elm,i 𤌺
51356 ,;d;i 𤌻
51357 ,ljri 𤌼
51358 ldl,i 𤌽
51359 y;j,i 𤌾
51360 ,hozi 𤌿
51361 ,,l;i 𤍀
51362 .vh,i 𤍁
51363 .vs,i 𤍁
51364 vkk,i 𤍂
51365 ,cozi 𤍃
51366 ,yhai 𤍄
51367 ,am,i 𤍅
51368 ,qasi 𤍆
51369 ,zahi 𤍇
51370 ,dqii 𤍈
51371 ,dyi 𤍉
51372 ,rxi 𤍊
51373 yos,i 𤍋
51374 rbt,i 𤍌
51375 yrr,i 𤍍
51376 yrd,i 𤍍
51377 ,hbti 𤍎
51378 ,ixxi 𤍏
51379 ,fxxi 𤍏
51380 oky,i 𤍐
51381 ,x.hi 𤍑
51382 ,wpvi 𤍒
51383 prb,i 𤍓
51384 ,,j;i 𤍔
51385 vap,i 𤍕
51386 ,qoi 𤍖
51387 ,fj.i 𤍗
51388 naa,i 𤍘
51389 maf,i 𤍙
51390 m,a,i 𤍙
51391 ,/ddi 𤍚
51392 ,ifbi 𤍛
51393 ,xx.i 𤍜
51394 ,b,i 𤍝
51395 ,faai 𤍞
51396 ,rrai 𤍞
51397 a/a,i 𤍟
51398 rif,i 𤍠
51399 ,lkqi 𤍡
51400 ,,,ri 𤍢
51401 ,hhri 𤍣
51402 ,ypfi 𤍤
51403 qdt,i 𤍥
51404 ,g;ui 𤍦
51405 ,,jhi 𤍧
51406 y;g,i 𤍨
51407 ,,jyi 𤍩
51408 ,y;ti 𤍪
51409 rky,i 𤍫
51410 ,rcxi 𤍬
51411 ,a/ci 𤍭
51412 zjs,i 𤍮
51413 ,fpsi 𤍯
51414 a/r,i 𤍰
51415 zt,i 𤍱
51416 ,;;ni 𤍲
51417 cky,i 𤍳
51418 ,pzxi 𤍴
51419 xmf,i 𤍵
51420 x.f,i 𤍵
51421 ,pxi 𤍶
51422 ,spi 𤍷
51423 ,o;;i 𤍸
51424 jto,i 𤍹
51425 ,dkgi 𤍺
51426 ,kkgi 𤍺
51427 wit,i 𤍻
51428 ,i;fi 𤍼
51429 rkr,i 𤍽
51430 vvz,i 𤍾
51431 ,zfhi 𤍿
51432 cai,i 𤎀
51433 wal,i 𤎁
51434 alp,i 𤎂
51435 ,rrgi 𤎃
51436 ,ae,i 𤎄
51437 rh.,i 𤎅
51438 rl.,i 𤎅
51439 ,epri 𤎆
51440 .rr,i 𤎇
51441 ,jjhi 𤎈
51442 nte,i 𤎉
51443 ntf,i 𤎉
51444 ,,v;i 𤎊
51445 ,bbfi 𤎋
51446 ,bbai 𤎋
51447 ,cjri 𤎌
51448 ,pqxi 𤎍
51449 ,nvvi 𤎎
51450 ,/kki 𤎏
51451 ,ukki 𤎏
51452 ,/.i 𤎏
51453 ,lu.i 𤎏
51454 ,l/ki 𤎏
51455 ,l/.i 𤎏
51456 ,ulki 𤎏
51457 ,udki 𤎏
51458 ,qf;i 𤎐
51459 ,lp.i 𤎑
51460 ,rihi 𤎒
51461 rut,i 𤎓
51462 ,irbi 𤎔
51463 ,l,ni 𤎕
51464 ,ntci 𤎖
51465 fzl,i 𤎗
51466 jpa,i 𤎘
51467 ,qpdi 𤎙
51468 dkk,i 𤎚
51469 d,p,i 𤎚
51470 ,c.ri 𤎛
51471 ,hbui 𤎜
51472 zkk,i 𤎝
51473 ,wjfi 𤎞
51474 na/,i 𤎟
51475 ,eeei 𤎠
51476 m,joi 𤎡
51477 m,,,i 𤎢
51478 ,fzsi 𤎣
51479 ,,jli 𤎤
51480 lpj,i 𤎥
51481 .zu,i 𤎦
51482 tgq,i 𤎧
51483 ,.,i 𤎨
51484 ti.,i 𤎩
51485 rqp,i 𤎪
51486 ,,r,i 𤎫
51487 ,idbi 𤎬
51488 ,,y;i 𤎭
51489 rkr,i 𤎮
51490 k/p,i 𤎯
51491 k/p,i 𤎰
51492 ,kydi 𤎱
51493 ,pari 𤎲
51494 ,kkpi 𤎳
51495 elm,i 𤎴
51496 elm,i 𤎵
51497 ,.l,i 𤎶
51498 ,hl,i 𤎶
51499 yp,xi 𤎷
51500 ed,,i 𤎸
51501 kdq,i 𤎹
51502 dkq,i 𤎹
51503 ,zzmi 𤎺
51504 ,ftdi 𤎻
51505 ,ftki 𤎻
51506 y;c,i 𤎼
51507 ,sfmi 𤎽
51508 ,pfmi 𤎽
51509 ,pdmi 𤎽
51510 ,szmi 𤎽
51511 wal,i 𤎾
51512 r;r,i 𤎿
51513 kkk,i 𤏀
51514 cqd,i 𤏁
51515 ,y;,i 𤏂
51516 ,,zdi 𤏃
51517 ciu,i 𤏄
51518 y;c,i 𤏅
51519 ,f.vi 𤏆
51520 vna,i 𤏇
51521 ,vqii 𤏈
51522 ,rcqi 𤏉
51523 rrb,i 𤏊
51524 ,btbi 𤏋
51525 ,ae,i 𤏌
51526 rop,i 𤏍
51527 ,rrri 𤏎
51528 ,pzxi 𤏏
51529 ,epi 𤏐
51530 ,flfi 𤏑
51531 pp,,i 𤏒
51532 ,ljgi 𤏓
51533 ,lp;i 𤏔
51534 wj;,i 𤏕
51535 ,zzpi 𤏖
51536 ,vvvi 𤏗
51537 ,qani 𤏘
51538 ,alei 𤏙
51539 ,zkyi 𤏚
51540 krl,i 𤏛
51541 .lg,i 𤏜
51542 hlg,i 𤏜
51543 m,rri 𤏝
51544 ,,mwi 𤏞
51545 ,xxci 𤏟
51546 zor,i 𤏠
51547 vjv,i 𤏡
51548 ,ti.i 𤏢
51549 ,yohi 𤏣
51550 lv.,i 𤏤
51551 ,kjyi 𤏥
51552 ,fjxi 𤏦
51553 ,rjxi 𤏦
51554 ,li;i 𤏧
51555 ,lvdi 𤏨
51556 ;mb,i 𤏩
51557 ,,,bi 𤏪
51558 ,ltfi 𤏫
51559 ,ibei 𤏬
51560 ,itei 𤏬
51561 ,,joi 𤏭
51562 ,,loi 𤏭
51563 ,cj.i 𤏮
51564 ,tgri 𤏯
51565 ,,.i 𤏰
51566 ,fabi 𤏱
51567 ,irji 𤏲
51568 ,izji 𤏲
51569 ,;dmi 𤏳
51570 r;i,i 𤏴
51571 r;f,i 𤏴
51572 ,/zfi 𤏵
51573 ,yqqi 𤏶
51574 jvv,i 𤏷
51575 ,frpi 𤏸
51576 ,frhi 𤏸
51577 kfl,i 𤏹
51578 ddh,i 𤏺
51579 ,yfbi 𤏻
51580 yf,bi 𤏻
51581 iba,i 𤏼
51582 ibl,i 𤏼
51583 ,irfi 𤏽
51584 ,afpi 𤏾
51585 qdt,i 𤏿
51586 ,apai 𤐀
51587 /dz,i 𤐁
51588 rrb,i 𤐂
51589 ,jjfi 𤐃
51590 ,jjqi 𤐃
51591 ,iu,i 𤐄
51592 hte,i 𤐅
51593 ykq,i 𤐅
51594 kyq,i 𤐅
51595 ,tlfi 𤐆
51596 ,zpsi 𤐇
51597 rop,i 𤐈
51598 ,zqxi 𤐉
51599 ,zqni 𤐉
51600 ,zlsi 𤐊
51601 ,/l,i 𤐋
51602 ,frvi 𤐌
51603 /qj,i 𤐍
51604 ,lhpi 𤐎
51605 lvl,i 𤐏
51606 ,jzyi 𤐐
51607 ,jt,i 𤐑
51608 ,axui 𤐒
51609 ,c.zi 𤐓
51610 ,,pci 𤐔
51611 ,,jqi 𤐕
51612 ,vvci 𤐖
51613 ,zk,i 𤐗
51614 ,jsbi 𤐘
51615 ,uabi 𤐘
51616 ,b;fi 𤐙
51617 ,ypki 𤐚
51618 ,eydi 𤐛
51619 ,doxi 𤐜
51620 ,zpi 𤐝
51621 ,,f;i 𤐞
51622 ,zu;i 𤐟
51623 ,yhci 𤐠
51624 ,roxi 𤐡
51625 ,rlbi 𤐢
51626 ,jgi 𤐣
51627 ,qd,i 𤐤
51628 ,,f,i 𤐥
51629 axx,i 𤐦
51630 lvq,i 𤐧
51631 ,ak.i 𤐨
51632 ,frui 𤐩
51633 ,,,qi 𤐪
51634 olp,i 𤐫
51635 m,v;i 𤐬
51636 m,qci 𤐬
51637 ,aahi 𤐭
51638 ,fghi 𤐭
51639 x;y,i 𤐮
51640 ,i;fi 𤐯
51641 ,fkbi 𤐰
51642 alj,i 𤐱
51643 ,proi 𤐲
51644 ..z,i 𤐳
51645 ,px,i 𤐴
51646 ,r;;i 𤐵
51647 ,y;.i 𤐶
51648 ,yqri 𤐷
51649 lvq,i 𤐸
51650 ,ikni 𤐹
51651 ,,j,i 𤐺
51652 ,,jai 𤐻
51653 ,,jfi 𤐻
51654 ,,jsi 𤐼
51655 ,r;ri 𤐽
51656 ,qmni 𤐾
51657 apo,i 𤐿
51658 .a/,i 𤑀
51659 ,ofwi 𤑁
51660 z,,xi 𤑂
51661 m,ici 𤑃
51662 mm,i 𤑄
51663 kqp,i 𤑅
51664 ,rkri 𤑆
51665 ,r,ri 𤑆
51666 jkj,i 𤑇
51667 ,or.i 𤑈
51668 ,ozki 𤑉
51669 .e.,i 𤑊
51670 ,,f,i 𤑋
51671 zqu,i 𤑌
51672 ,ouki 𤑍
51673 l,pqi 𤑎
51674 yhq,i 𤑏
51675 yhq,i 𤑐
51676 ,j;si 𤑑
51677 ,jpsi 𤑑
51678 fff,i 𤑒
51679 ,,ysi 𤑓
51680 frk,i 𤑔
51681 ,o/bi 𤑕
51682 ,o/,i 𤑕
51683 nvv,i 𤑖
51684 m,wvi 𤑗
51685 uiz,i 𤑘
51686 ukz,i 𤑘
51687 ,ni,i 𤑙
51688 ,,,hi 𤑚
51689 ,op,i 𤑛
51690 tgr,i 𤑜
51691 ,,,pi 𤑝
51692 ,fqni 𤑞
51693 ,u,pi 𤑟
51694 oae,i 𤑠
51695 ,ffni 𤑡
51696 ,flni 𤑢
51697 ,ajki 𤑣
51698 zkl,i 𤑤
51699 ,pdfi 𤑥
51700 ,ykni 𤑦
51701 ,npbi 𤑧
51702 tgr,i 𤑨
51703 m,t,i 𤑩
51704 mee,i 𤑪
51705 ,f.ni 𤑫
51706 ,lvci 𤑬
51707 ,gggi 𤑭
51708 ,fpoi 𤑮
51709 ,i;ei 𤑯
51710 uze,i 𤑰
51711 ,bbqi 𤑱
51712 ,,mti 𤑲
51713 ,ftei 𤑳
51714 ,ftdi 𤑳
51715 ,y;fi 𤑴
51716 tgl,i 𤑵
51717 a/p,i 𤑶
51718 ,ezsi 𤑷
51719 ,qdsi 𤑸
51720 w,/fi 𤑹
51721 ,jjgi 𤑺
51722 ,prai 𤑻
51723 ,pfai 𤑻
51724 ,pdgi 𤑼
51725 ,pkgi 𤑼
51726 ;;i,i 𤑽
51727 ;i,,i 𤑽
51728 ti.,i 𤑾
51729 ,ae,i 𤑿
51730 ,,ysi 𤒀
51731 ,pdci 𤒁
51732 ep,yi 𤒂
51733 ,pffi 𤒃
51734 ,prfi 𤒃
51735 ,nici 𤒄
51736 ,lj.i 𤒅
51737 ,ljti 𤒅
51738 ,jjai 𤒅
51739 ,jjti 𤒅
51740 ,jj.i 𤒅
51741 ,jjsi 𤒅
51742 y;;,i 𤒆
51743 ,,,vi 𤒇
51744 ,re,i 𤒈
51745 ,r;,i 𤒈
51746 qax,i 𤒉
51747 ,vczi 𤒊
51748 ,rr,i 𤒋
51749 ,;;,i 𤒌
51750 pf,,i 𤒍
51751 pe,,i 𤒍
51752 pfp,i 𤒍
51753 pep,i 𤒍
51754 ,o.fi 𤒎
51755 kyk,i 𤒏
51756 lj.,i 𤒐
51757 ljm,i 𤒐
51758 ,f,qi 𤒑
51759 f;;,i 𤒒
51760 qax,i 𤒓
51761 ,xqhi 𤒔
51762 c;;,i 𤒕
51763 vpv,i 𤒖
51764 m,vji 𤒗
51765 ,lg,i 𤒘
51766 k.y,i 𤒙
51767 ,cpxi 𤒚
51768 ,fkhi 𤒛
51769 qax,i 𤒜
51770 ljn,i 𤒝
51771 x;y,i 𤒞
51772 ,lvmi 𤒟
51773 ,rlsi 𤒠
51774 i;;,i 𤒡
51775 ,nyvi 𤒢
51776 m,yqi 𤒣
51777 ,aewi 𤒤
51778 i;;,i 𤒥
51779 ,i;.i 𤒦
51780 m,z,i 𤒧
51781 ,,,;i 𤒨
51782 ,bbki 𤒩
51783 ,ljxi 𤒪
51784 ,pkgi 𤒫
51785 ,faai 𤒬
51786 pju,i 𤒭
51787 let,i 𤒮
51788 ,kkxi 𤒯
51789 ,j;hi 𤒰
51790 ,ykci 𤒱
51791 ,npri 𤒲
51792 ,,zpi 𤒳
51793 ,cp,i 𤒴
51794 crg,i 𤒵
51795 ,f;vi 𤒶
51796 ,fiki 𤒷
51797 i/u,i 𤒸
51798 ipu,i 𤒸
51799 ,pffi 𤒹
51800 ,prfi 𤒹
51801 ,pd,i 𤒺
51802 ,epbi 𤒻
51803 nrp,i 𤒼
51804 ,fbyi 𤒽
51805 ,ol,i 𤒾
51806 rrk,i 𤒿
51807 ,i;di 𤓀
51808 ,kadi 𤓀
51809 ,i;fi 𤓀
51810 ,e.oi 𤓁
51811 ,fo,i 𤓂
51812 ,lepi 𤓃
51813 ,vjbi 𤓄
51814 /,,si 𤓅
51815 ,fqui 𤓆
51816 ,ar.i 𤓇
51817 ,flvi 𤓈
51818 ,fxvi 𤓈
51819 rzk,i 𤓉
51820 ,pdyi 𤓊
51821 ,ljni 𤓋
51822 ,rzyi 𤓌
51823 ,yqii 𤓍
51824 ,osmi 𤓎
51825 m,y,i 𤓏
51826 pac,i 𤓐
51827 mjp,i 𤓑
51828 ,nvei 𤓒
51829 ,/xyi 𤓓
51830 ,,,zi 𤓔
51831 ojq,i 𤓕
51832 yxx,i 𤓖
51833 xyx,i 𤓖
51834 ,vppi 𤓗
51835 f;;,i 𤓘
51836 ,e;fi 𤓙
51837 ,ir,i 𤓚
51838 ,cayi 𤓛
51839 lvk,i 𤓜
51840 ,fifi 𤓝
51841 lvk,i 𤓞
51842 o..,i 𤓟
51843 ,epdi 𤓠
51844 ,./bi 𤓡
51845 ,pyxi 𤓢
51846 ,vvhi 𤓣
51847 e.s,i 𤓤
51848 yjj,i 𤓥
51849 ,fp,i 𤓦
51850 ,,aqi 𤓧
51851 reqti 𤓨
51852 r;eti 𤓨
51853 re;ti 𤓨
51854 ,yx.i 𤓩
51855 ,xy.i 𤓩
51856 kyk,i 𤓪
51857 let,i 𤓫
51858 kyk,i 𤓬
51859 ,v.hi 𤓭
51860 vof,i 𤓮
51861 adki 𤓯
51862 aci 𤓯
51863 .ski 𤓰
51864 .dksi 𤓱
51865 .dkhi 𤓲
51866 .agi 𤓳
51867 .sbi 𤓴
51868 .dkmi 𤓵
51869 .dkbi 𤓶
51870 .dkki 𤓷
51871 .dkbi 𤓷
51872 .dk.i 𤓷
51873 .saai 𤓸
51874 .dkki 𤓹
51875 .dkfi 𤓺
51876 .azi 𤓻
51877 .dkji 𤓼
51878 .gfki 𤓽
51879 .gvi 𤓽
51880 .jzki 𤓾
51881 .tsbi 𤓿
51882 .dkbi 𤔀
51883 .vgi 𤔁
51884 .tsbi 𤔂
51885 .bgli 𤔃
51886 .qdi 𤔄
51887 .dkzi 𤔅
51888 .sfi 𤔆
51889 .atdi 𤔇
51890 .dkai 𤔈
51891 .dkpi 𤔉
51892 .jri 𤔊
51893 .dkti 𤔋
51894 .qti 𤔌
51895 .bgci 𤔍
51896 r;.ki 𤔎
51897 .dkvi 𤔏
51898 .jxbi 𤔐
51899 .dk;i 𤔑
51900 .axfi 𤔒
51901 .j;si 𤔓
51902 .bmbi 𤔔
51903 .bjbi 𤔔
51904 x.yri 𤔕
51905 sx.ri 𤔕
51906 pv.ki 𤔖
51907 pkrki 𤔗
51908 .oai 𤔘
51909 .oi 𤔘
51910 .dkki 𤔙
51911 gc.ki 𤔚
51912 aebki 𤔛
51913 .dkpi 𤔜
51914 pm.ki 𤔝
51915 .;sxi 𤔞
51916 y.zki 𤔟
51917 .jd.i 𤔠
51918 .hl,i 𤔡
51919 ..l,i 𤔡
51920 .dk/i 𤔢
51921 .odbi 𤔣
51922 .jo.i 𤔤
51923 .ovi 𤔥
51924 .;j;i 𤔦
51925 .tjgi 𤔧
51926 nvvki 𤔨
51927 .dkxi 𤔩
51928 .xxbi 𤔪
51929 .p/bi 𤔫
51930 .;jbi 𤔬
51931 .xxfi 𤔭
51932 .dkbi 𤔮
51933 .dkfi 𤔯
51934 .bp.i 𤔰
51935 .opfi 𤔱
51936 .opei 𤔱
51937 .bmqi 𤔲
51938 .bjqi 𤔲
51939 .a,xi 𤔳
51940 ./pji 𤔴
51941 ./bji 𤔴
51942 ./,,i 𤔵
51943 .dkpi 𤔶
51944 lgbdi 𤔷
51945 glbdi 𤔷
51946 g.udi 𤔷
51947 .jkhi 𤔸
51948 .zkdi 𤔹
51949 .zzdi 𤔹
51950 .bjqi 𤔺
51951 f/jki 𤔻
51952 td.ai 𤔼
51953 dt.ai 𤔼
51954 .mtdi 𤔼
51955 t.mdi 𤔼
51956 .dk.i 𤔽
51957 fjaki 𤔾
51958 .be.i 𤔿
51959 .xxwi 𤕀
51960 .ofei 𤕁
51961 mofei 𤕁
51962 .xzdi 𤕂
51963 .j,hi 𤕃
51964 .ospi 𤕄
51965 .oppi 𤕄
51966 .bmdi 𤕅
51967 .bjdi 𤕅
51968 .ofsi 𤕆
51969 mofsi 𤕆
51970 .w.wi 𤕇
51971 .;l;i 𤕈
51972 .;;;i 𤕈
51973 .dk,i 𤕉
51974 .dkai 𤕊
51975 ,sspi 𤕋
51976 clspi 𤕋
51977 .bmpi 𤕌
51978 .bjpi 𤕌
51979 .;lfi 𤕍
51980 .;;fi 𤕍
51981 .x;fi 𤕍
51982 k.afi 𤕎
51983 k.di 𤕏
51984 fjk.i 𤕐
51985 k.afi 𤕑
51986 k.qdi 𤕒
51987 k.qti 𤕓
51988 ;lq.i 𤕔
51989 k.;si 𤕕
51990 k.abi 𤕖
51991 k.obi 𤕗
51992 k.d.i 𤕘
51993 k.qmi 𤕙
51994 yky.i 𤕚
51995 k.ioi 𤕛
51996 .a.i 𤕜
51997 ..ebi 𤕝
51998 ..ndi 𤕞
51999 ..gci 𤕟
52000 ..nhi 𤕠
52001 zm..i 𤕡
52002 ...wi 𤕢
52003 p..si 𤕣
52004 f..ki 𤕤
52005 r..ki 𤕤
52006 ..qsi 𤕥
52007 ;;t.i 𤕦
52008 ;ts.i 𤕦
52009 ;;..i 𤕧
52010 ;;q.i 𤕧
52011 kkj.i 𤕨
52012 v..si 𤕩
52013 qqdi 𤕪
52014 qdqi 𤕪
52015 zszi 𤕫
52016 xai 𤕫
52017 axi 𤕫
52018 xai 𤕬
52019 xbi 𤕭
52020 xgdsi 𤕮
52021 xci 𤕯
52022 xdi 𤕰
52023 xtbi 𤕱
52024 xuai 𤕲
52025 xz.hi 𤕳
52026 xzbhi 𤕳
52027 xzlhi 𤕳
52028 xogsi 𤕴
52029 xibi 𤕵
52030 xkhbi 𤕵
52031 xmaki 𤕶
52032 xs,i 𤕷
52033 xnri 𤕸
52034 xvji 𤕹
52035 zszzi 𤕺
52036 xaozi 𤕺
52037 axozi 𤕺
52038 xat;i 𤕻
52039 xoozi 𤕼
52040 xl,i 𤕽
52041 xf,hi 𤕾
52042 xrsri 𤕿
52043 xrrsi 𤕿
52044 x.fi 𤖀
52045 xfafi 𤖁
52046 xv;i 𤖂
52047 xpri 𤖃
52048 xejei 𤖄
52049 xmci 𤖅
52050 xaxxi 𤖆
52051 xpvi 𤖇
52052 xemki 𤖈
52053 xlvti 𤖉
52054 xejsi 𤖊
52055 xqqdi 𤖋
52056 xhosi 𤖌
52057 x.bri 𤖍
52058 xjdi 𤖎
52059 xhozi 𤖏
52060 xrlfi 𤖐
52061 xnqhi 𤖑
52062 xbbvi 𤖒
52063 xrmi 𤖓
52064 xzqxi 𤖔
52065 xmapi 𤖕
52066 xrpki 𤖖
52067 xjhei 𤖗
52068 xffmi 𤖘
52069 xapui 𤖙
52070 x..ai 𤖚
52071 xmfai 𤖛
52072 x.fai 𤖛
52073 xzibi 𤖜
52074 xzkbi 𤖜
52075 xjzyi 𤖝
52076 x;axi 𤖞
52077 xb;fi 𤖟
52078 xvk;i 𤖠
52079 xnzci 𤖡
52080 xzlei 𤖢
52081 xlv;i 𤖣
52082 xa/zi 𤖤
52083 xz;ai 𤖥
52084 xz;ki 𤖦
52085 xvk;i 𤖧
52086 dsi 𤖨
52087 dwi 𤖩
52088 dgdsi 𤖪
52089 dshi 𤖫
52090 dsbi 𤖬
52091 dkji 𤖭
52092 dlxi 𤖮
52093 dzi 𤖯
52094 dtbi 𤖰
52095 dlvi 𤖱
52096 df;i 𤖲
52097 daii 𤖳
52098 dohi 𤖴
52099 dl;i 𤖵
52100 dajki 𤖶
52101 dtbi 𤖷
52102 dyri 𤖸
52103 dyi 𤖹
52104 damei 𤖺
52105 dmmi 𤖻
52106 d.oki 𤖼
52107 dlj;i 𤖽
52108 djqi 𤖾
52109 dkosi 𤖿
52110 dhtxi 𤗀
52111 d;ci 𤗁
52112 df,hi 𤗂
52113 dqhi 𤗃
52114 dlphi 𤗄
52115 dlpmi 𤗄
52116 dxusi 𤗅
52117 doszi 𤗆
52118 dnkqi 𤗇
52119 dywi 𤗈
52120 dkxni 𤗉
52121 dzvi 𤗊
52122 dyxvi 𤗊
52123 deei 𤗋
52124 d.pi 𤗌
52125 dnmsi 𤗍
52126 dzpsi 𤗎
52127 dy;i 𤗏
52128 dghi 𤗐
52129 desi 𤗑
52130 dylhi 𤗒
52131 dgfki 𤗓
52132 dgfbi 𤗓
52133 yfdi 𤗔
52134 dadsi 𤗕
52135 dgfui 𤗖
52136 dvpi 𤗗
52137 dpaci 𤗘
52138 dnidi 𤗙
52139 dqpi 𤗚
52140 dv/i 𤗛
52141 detbi 𤗜
52142 doki 𤗝
52143 dy;di 𤗞
52144 yvdi 𤗟
52145 dafdi 𤗠
52146 rlpdi 𤗡
52147 d.esi 𤗢
52148 dfavi 𤗣
52149 drdvi 𤗣
52150 dfdvi 𤗣
52151 dqmi 𤗤
52152 dffvi 𤗥
52153 dqjdi 𤗦
52154 doxi 𤗧
52155 dbbpi 𤗨
52156 dflfi 𤗩
52157 dyxfi 𤗪
52158 dy.mi 𤗫
52159 dp;wi 𤗬
52160 delii 𤗭
52161 drmi 𤗮
52162 ddkyi 𤗯
52163 dqpi 𤗰
52164 dpqhi 𤗱
52165 dxx.i 𤗲
52166 dbtbi 𤗳
52167 d;dmi 𤗴
52168 dcazi 𤗵
52169 drpki 𤗶
52170 d,mqi 𤗷
52171 dffmi 𤗸
52172 dl,pi 𤗹
52173 db;fi 𤗺
52174 djzyi 𤗻
52175 dfk;i 𤗼
52176 drk;i 𤗼
52177 dfrvi 𤗽
52178 dcjpi 𤗾
52179 dr;ri 𤗿
52180 drghi 𤘀
52181 dfj.i 𤘁
52182 df/mi 𤘂
52183 dzlei 𤘃
52184 drpmi 𤘄
52185 qdlfi 𤘅
52186 qdlli 𤘆
52187 qdl;i 𤘇
52188 qdloi 𤘈
52189 qdlai 𤘉
52190 qdlti 𤘊
52191 qdlxi 𤘋
52192 qdldi 𤘌
52193 qdldi 𤘍
52194 qdlei 𤘎
52195 qdlpi 𤘏
52196 qdlmi 𤘐
52197 qdlii 𤘑
52198 rh.li 𤘒
52199 rl.li 𤘒
52200 qdldi 𤘓
52201 aofi 𤘔
52202 ofgsi 𤘕
52203 ofadi 𤘖
52204 ofgsi 𤘗
52205 of;i 𤘘
52206 ofwi 𤘙
52207 ofaxi 𤘚
52208 oflqi 𤘛
52209 ofqi 𤘛
52210 ofzhi 𤘜
52211 kjofi 𤘝
52212 ofjhi 𤘞
52213 ofjai 𤘟
52214 ofazi 𤘠
52215 ofigi 𤘡
52216 ofkgi 𤘡
52217 ofzi 𤘢
52218 ofjsi 𤘣
52219 qqofi 𤘤
52220 ofqqi 𤘥
52221 ofkei 𤘦
52222 ofofi 𤘧
52223 igofi 𤘨
52224 khgfi 𤘨
52225 bbofi 𤘩
52226 ofjyi 𤘪
52227 ofasi 𤘫
52228 ofvi 𤘬
52229 of,i 𤘭
52230 zofi 𤘮
52231 ofjki 𤘯
52232 jkofi 𤘰
52233 ofvi 𤘱
52234 ofzhi 𤘲
52235 ofaxi 𤘳
52236 ofebi 𤘴
52237 pofi 𤘵
52238 ofoi 𤘶
52239 ofssi 𤘷
52240 ofdbi 𤘸
52241 ofzai 𤘹
52242 ofnsi 𤘺
52243 oflki 𤘻
52244 ofjri 𤘼
52245 ofl;i 𤘽
52246 ofaii 𤘾
52247 eqofi 𤘿
52248 ofagi 𤙀
52249 ofk.i 𤙁
52250 ofali 𤙂
52251 ofvai 𤙃
52252 b;ofi 𤙄
52253 ofzdi 𤙅
52254 ofaai 𤙆
52255 ofahi 𤙆
52256 ofpdi 𤙇
52257 ofozi 𤙈
52258 ofjfi 𤙉
52259 oflai 𤙊
52260 lxjfi 𤙋
52261 ofbqi 𤙌
52262 ofddi 𤙍
52263 ofdsi 𤙍
52264 oftbi 𤙎
52265 rxofi 𤙏
52266 ofeci 𤙐
52267 of.;i 𤙑
52268 ofbbi 𤙒
52269 ofjqi 𤙓
52270 ofs,i 𤙔
52271 of/i 𤙕
52272 i;ofi 𤙖
52273 oftgi 𤙗
52274 sd.fi 𤙘
52275 ofjsi 𤙙
52276 ofoqi 𤙚
52277 ofivi 𤙛
52278 ofcui 𤙜
52279 of;si 𤙝
52280 ofqri 𤙞
52281 ykjfi 𤙟
52282 offhi 𤙠
52283 ofyfi 𤙡
52284 offfi 𤙢
52285 ig;fi 𤙣
52286 khgfi 𤙣
52287 of.fi 𤙤
52288 offsi 𤙥
52289 ofa.i 𤙦
52290 ofjsi 𤙧
52291 ofv;i 𤙨
52292 ofozi 𤙩
52293 of.i 𤙪
52294 ofyai 𤙫
52295 of;zi 𤙬
52296 ofqhi 𤙭
52297 ofrci 𤙮
52298 offbi 𤙯
52299 ofphi 𤙰
52300 ofi;i 𤙱
52301 oajfi 𤙲
52302 ofjfi 𤙲
52303 of.pi 𤙳
52304 ofefi 𤙴
52305 ofkyi 𤙵
52306 ofaci 𤙶
52307 ofnci 𤙷
52308 ofrsi 𤙸
52309 oflni 𤙹
52310 ykjfi 𤙺
52311 izgfi 𤙻
52312 kzgfi 𤙻
52313 zubfi 𤙼
52314 ofc;i 𤙽
52315 oflfi 𤙾
52316 ofifi 𤙾
52317 ofodi 𤙿
52318 of.vi 𤚀
52319 .zufi 𤚁
52320 oflci 𤚂
52321 ofnai 𤚃
52322 ofnhi 𤚃
52323 ofgri 𤚄
52324 xoffi 𤚅
52325 oftbi 𤚆
52326 ofibi 𤚇
52327 ofdbi 𤚈
52328 aebfi 𤚉
52329 ofzvi 𤚊
52330 ofyvi 𤚊
52331 ofini 𤚋
52332 ofkni 𤚋
52333 b,sfi 𤚌
52334 baafi 𤚌
52335 ofd/i 𤚍
52336 ofiei 𤚎
52337 ofopi 𤚏
52338 offpi 𤚐
52339 of.hi 𤚑
52340 ofyci 𤚒
52341 of..i 𤚓
52342 ofnbi 𤚔
52343 ofari 𤚕
52344 ofiwi 𤚖
52345 ofnai 𤚗
52346 ofawi 𤚘
52347 ofjzi 𤚙
52348 ofrfi 𤚚
52349 ofrzi 𤚚
52350 ofaei 𤚛
52351 ecbfi 𤚜
52352 oflri 𤚝
52353 ofldi 𤚞
52354 of.hi 𤚟
52355 of..i 𤚠
52356 ofnbi 𤚡
52357 ofydi 𤚢
52358 ofnri 𤚣
52359 ofbji 𤚤
52360 xof;i 𤚥
52361 offvi 𤚦
52362 ;lqfi 𤚧
52363 ofzbi 𤚨
52364 ofzvi 𤚩
52365 oflqi 𤚪
52366 ofn;i 𤚫
52367 ofi;i 𤚬
52368 ofmdi 𤚭
52369 of.di 𤚭
52370 ofyfi 𤚮
52371 oflhi 𤚯
52372 ofyhi 𤚰
52373 ofmui 𤚱
52374 vaobi 𤚲
52375 ofe.i 𤚳
52376 ofg,i 𤚴
52377 ofz;i 𤚵
52378 ofy;i 𤚵
52379 mhhfi 𤚶
52380 mclfi 𤚶
52381 xoffi 𤚷
52382 y;jfi 𤚸
52383 otlfi 𤚹
52384 ofpbi 𤚺
52385 ofo;i 𤚻
52386 vasfi 𤚼
52387 ofqhi 𤚽
52388 ofzhi 𤚾
52389 ofzbi 𤚿
52390 ofmhi 𤛀
52391 ofpui 𤛁
52392 of/ui 𤛁
52393 ofoxi 𤛂
52394 oflci 𤛃
52395 ofyei 𤛄
52396 ofypi 𤛅
52397 qdlfi 𤛆
52398 offki 𤛇
52399 ofqki 𤛇
52400 i;ofi 𤛈
52401 twjfi 𤛉
52402 ofbpi 𤛊
52403 ofcri 𤛋
52404 ofbhi 𤛌
52405 ofdyi 𤛍
52406 oszfi 𤛎
52407 ofeai 𤛏
52408 ofq;i 𤛐
52409 ofnfi 𤛑
52410 oft;i 𤛒
52411 vssfi 𤛓
52412 ofpbi 𤛔
52413 ofqfi 𤛕
52414 rcsfi 𤛖
52415 rbsfi 𤛗
52416 offfi 𤛘
52417 offhi 𤛘
52418 djafi 𤛙
52419 ofo.i 𤛚
52420 ofkui 𤛛
52421 ofiei 𤛜
52422 nkafi 𤛝
52423 ofeli 𤛞
52424 offfi 𤛟
52425 ofpwi 𤛠
52426 ofxxi 𤛡
52427 ofkpi 𤛢
52428 ofibi 𤛣
52429 ofxci 𤛤
52430 ofrki 𤛥
52431 ofzki 𤛦
52432 ofthi 𤛧
52433 of.,i 𤛨
52434 ofh,i 𤛨
52435 oftui 𤛩
52436 ofrqi 𤛪
52437 offfi 𤛫
52438 of/mi 𤛬
52439 ofofi 𤛭
52440 of,bi 𤛮
52441 of//i 𤛯
52442 oftfi 𤛰
52443 o..fi 𤛱
52444 ofdxi 𤛲
52445 ofjfi 𤛳
52446 ofjqi 𤛳
52447 oft;i 𤛴
52448 of..i 𤛵
52449 offmi 𤛶
52450 off;i 𤛷
52451 ofr;i 𤛷
52452 ofzxi 𤛸
52453 ofzni 𤛸
52454 ofbyi 𤛹
52455 oflci 𤛺
52456 offxi 𤛻
52457 oflci 𤛼
52458 ofabi 𤛽
52459 ofa.i 𤛾
52460 lvlfi 𤛿
52461 lvkfi 𤛿
52462 ofyfi 𤜀
52463 xofxi 𤜁
52464 xofni 𤜁
52465 .t;fi 𤜂
52466 ofyfi 𤜃
52467 ofyxi 𤜄
52468 ofzyi 𤜅
52469 ofyqi 𤜆
52470 ofjhi 𤜇
52471 ofpyi 𤜈
52472 ofmwi 𤜉
52473 ofqyi 𤜊
52474 ofoyi 𤜋
52475 ofp,i 𤜌
52476 offyi 𤜍
52477 ofzqi 𤜎
52478 ofzmi 𤜏
52479 offxi 𤜐
52480 of/,i 𤜑
52481 off/i 𤜒
52482 ofwti 𤜓
52483 ofwai 𤜓
52484 prifi 𤜔
52485 vofji 𤜕
52486 ofpxi 𤜖
52487 ofz/i 𤜗
52488 nvvfi 𤜘
52489 ofzki 𤜙
52490 .ai 𤜚
52491 .gi 𤜛
52492 .ggi 𤜛
52493 .bi 𤜜
52494 .si 𤜝
52495 .ki 𤜞
52496 .sdi 𤜟
52497 .lgi 𤜠
52498 .gli 𤜠
52499 .ti 𤜡
52500 .sfi 𤜢
52501 .szi 𤜢
52502 .gdsi 𤜣
52503 .lqi 𤜤
52504 ..hi 𤜥
52505 .h.i 𤜥
52506 .shi 𤜦
52507 jdzhi 𤜧
52508 .lqi 𤜨
52509 .qi 𤜨
52510 .lli 𤜩
52511 .ysi 𤜪
52512 .bhi 𤜫
52513 .di 𤜬
52514 .gfi 𤜭
52515 .fhi 𤜮
52516 .lbi 𤜯
52517 .gki 𤜯
52518 .igi 𤜰
52519 .khgi 𤜰
52520 .tdsi 𤜱
52521 ajdhi 𤜲
52522 yjdhi 𤜲
52523 .ajdi 𤜳
52524 .jsi 𤜴
52525 .afi 𤜵
52526 .affi 𤜵
52527 ..dki 𤜶
52528 .awi 𤜷
52529 .zgsi 𤜸
52530 zhjki 𤜹
52531 .lei 𤜺
52532 .qqi 𤜻
52533 .laai 𤜼
52534 .lki 𤜼
52535 .jki 𤜽
52536 .sfi 𤜾
52537 .szi 𤜾
52538 .sdi 𤜿
52539 jkzhi 𤝀
52540 .zhi 𤝁
52541 .vi 𤝂
52542 .axi 𤝃
52543 .lqi 𤝄
52544 .kxi 𤝅
52545 .jki 𤝆
52546 .mki 𤝇
52547 ..hi 𤝇
52548 .sbi 𤝈
52549 .bgdi 𤝉
52550 .lsfi 𤝊
52551 .slfi 𤝊
52552 .y.i 𤝋
52553 .aasi 𤝌
52554 .pi 𤝍
52555 .ci 𤝎
52556 .xfi 𤝏
52557 .;agi 𤝐
52558 .lni 𤝑
52559 .ddi 𤝒
52560 .e;i 𤝓
52561 .kfhi 𤝔
52562 .szi 𤝕
52563 .;ki 𤝖
52564 .pi 𤝗
52565 .lii 𤝘
52566 .qti 𤝙
52567 .pdi 𤝚
52568 .nqi 𤝛
52569 .z.hi 𤝜
52570 .zbhi 𤝜
52571 .zlhi 𤝜
52572 .kci 𤝝
52573 .vhi 𤝞
52574 tgehi 𤝟
52575 .tgdi 𤝠
52576 lpzhi 𤝡
52577 .bfi 𤝢
52578 .hci 𤝣
52579 .gsi 𤝤
52580 ..ki 𤝥
52581 ..ci 𤝥
52582 .kfli 𤝦
52583 .klhi 𤝧
52584 .nlsi 𤝨
52585 .nsli 𤝨
52586 .bgli 𤝩
52587 .ifi 𤝪
52588 .jri 𤝫
52589 .oaai 𤝬
52590 .oahi 𤝬
52591 .eqi 𤝭
52592 lgdhi 𤝮
52593 agdhi 𤝮
52594 .kzhi 𤝯
52595 .i;i 𤝰
52596 .pzi 𤝱
52597 .;gzi 𤝲
52598 .;azi 𤝲
52599 .ktli 𤝳
52600 .ifi 𤝴
52601 .lafi 𤝴
52602 .dri 𤝵
52603 drzhi 𤝶
52604 ..qi 𤝷
52605 .,i 𤝸
52606 .ovi 𤝹
52607 .bqi 𤝺
52608 .mmi 𤝻
52609 .lji 𤝼
52610 .tfi 𤝽
52611 .wdi 𤝾
52612 .qari 𤝿
52613 .zsi 𤞀
52614 .yxsi 𤞀
52615 .sddi 𤞁
52616 .axri 𤞂
52617 .dmi 𤞃
52618 .ixsi 𤞄
52619 .issi 𤞄
52620 ..oki 𤞅
52621 .ooi 𤞆
52622 .rri 𤞇
52623 .aoai 𤞈
52624 .zhxi 𤞉
52625 .amei 𤞊
52626 .pfi 𤞋
52627 .nlqi 𤞌
52628 .tdi 𤞍
52629 .bvi 𤞎
52630 .a/i 𤞏
52631 .zdfi 𤞐
52632 .p;i 𤞑
52633 .rki 𤞒
52634 .osi 𤞓
52635 .aqxi 𤞔
52636 .ajri 𤞕
52637 .fki 𤞖
52638 .kofi 𤞗
52639 .kari 𤞘
52640 .klri 𤞘
52641 ..fhi 𤞙
52642 .cui 𤞚
52643 xrzhi 𤞛
52644 .z;i 𤞜
52645 ..i 𤞝
52646 .kk;i 𤞞
52647 .qii 𤞟
52648 ..vhi 𤞠
52649 .qdti 𤞡
52650 .fafi 𤞢
52651 xuzhi 𤞣
52652 .aczi 𤞤
52653 .;vi 𤞥
52654 .oszi 𤞦
52655 .pvi 𤞧
52656 .qhi 𤞨
52657 .uabi 𤞩
52658 .;l;i 𤞪
52659 .;;i 𤞪
52660 .afxi 𤞫
52661 .arfi 𤞬
52662 .jsi 𤞭
52663 nk.hi 𤞮
52664 .rrsi 𤞯
52665 .f,hi 𤞰
52666 .a.i 𤞱
52667 ..gfi 𤞲
52668 .oa;i 𤞳
52669 .ji 𤞴
52670 .nasi 𤞵
52671 .jkfi 𤞶
52672 vrzhi 𤞷
52673 .ajai 𤞸
52674 .eddi 𤞹
52675 .dddi 𤞹
52676 .dfdi 𤞹
52677 .eedi 𤞹
52678 .o;i 𤞺
52679 .ig;i 𤞻
52680 .kh;i 𤞻
52681 .y.;i 𤞼
52682 .fysi 𤞽
52683 .pqi 𤞾
52684 .afhi 𤞿
52685 lpqhi 𤟀
52686 .jhpi 𤟁
52687 .jkpi 𤟁
52688 .ysui 𤟂
52689 .atci 𤟃
52690 .nkqi 𤟄
52691 .joi 𤟅
52692 ..vei 𤟆
52693 .,,i 𤟇
52694 .vpi 𤟈
52695 .dzfi 𤟉
52696 .nmsi 𤟊
52697 .ykbi 𤟋
52698 xmzhi 𤟌
52699 .pl.i 𤟍
52700 .bddi 𤟎
52701 eachi 𤟏
52702 zfjhi 𤟐
52703 zrjhi 𤟐
52704 .gzhi 𤟑
52705 xmzhi 𤟒
52706 fajhi 𤟓
52707 .qxi 𤟔
52708 .;sui 𤟕
52709 ..vi 𤟖
52710 ..jbi 𤟗
52711 .tci 𤟘
52712 .wci 𤟘
52713 m,zhi 𤟙
52714 .obi 𤟚
52715 .j;hi 𤟛
52716 .jphi 𤟛
52717 e;zhi 𤟜
52718 .ejdi 𤟝
52719 yk.hi 𤟞
52720 .ypi 𤟟
52721 .gcui 𤟠
52722 .lpri 𤟡
52723 .fjhi 𤟢
52724 .lgui 𤟣
52725 .glui 𤟣
52726 .g.ui 𤟣
52727 .jqi 𤟤
52728 .paci 𤟥
52729 .alzi 𤟦
52730 .pni 𤟧
52731 .gfi 𤟨
52732 ;/zhi 𤟩
52733 .nkhi 𤟪
52734 .n,bi 𤟫
52735 .rdvi 𤟬
52736 .favi 𤟬
52737 j;qhi 𤟭
52738 dalhi 𤟮
52739 .alei 𤟯
52740 .v;ei 𤟰
52741 .op.i 𤟱
52742 .irwi 𤟲
52743 .l;ji 𤟳
52744 zhjqi 𤟴
52745 gjzhi 𤟵
52746 euzhi 𤟶
52747 .zaei 𤟷
52748 .pd.i 𤟸
52749 .pmi 𤟹
52750 .pf.i 𤟺
52751 .fjfi 𤟻
52752 .rjfi 𤟻
52753 .lyi 𤟼
52754 .hosi 𤟽
52755 .ykdi 𤟾
52756 .naai 𤟿
52757 .gddi 𤠀
52758 .agdi 𤠀
52759 .ilji 𤠁
52760 .fx;i 𤠂
52761 .awbi 𤠃
52762 ..qdi 𤠄
52763 .zui 𤠅
52764 .y;xi 𤠆
52765 .rfi 𤠇
52766 .ofi 𤠈
52767 .fjzi 𤠉
52768 naphi 𤠊
52769 .,wi 𤠋
52770 .eqvi 𤠌
52771 .lmbi 𤠍
52772 .pk.i 𤠎
52773 .jhei 𤠏
52774 .jkei 𤠏
52775 .pbbi 𤠐
52776 .ohpi 𤠑
52777 .lehi 𤠒
52778 ..xzi 𤠓
52779 .;mi 𤠔
52780 .yxpi 𤠕
52781 .y;;i 𤠖
52782 .xuqi 𤠗
52783 .bh/i 𤠘
52784 .qddi 𤠙
52785 .rxi 𤠚
52786 .fkoi 𤠛
52787 .nlbi 𤠜
52788 .nabi 𤠜
52789 .irqi 𤠝
52790 .izqi 𤠝
52791 .lpqi 𤠞
52792 .fi;i 𤠟
52793 .ypxi 𤠠
52794 .ytxi 𤠠
52795 .rxui 𤠡
52796 ;/zhi 𤠢
52797 .kdzi 𤠣
52798 .fyoi 𤠤
52799 .ddoi 𤠥
52800 .da.i 𤠦
52801 .x/ei 𤠧
52802 fajhi 𤠨
52803 rjchi 𤠨
52804 ljhhi 𤠩
52805 wpahi 𤠪
52806 .a/vi 𤠫
52807 .z;;i 𤠬
52808 ..fhi 𤠭
52809 .lddi 𤠮
52810 .nt;i 𤠯
52811 .rjri 𤠰
52812 .rxzi 𤠱
52813 .dqii 𤠲
52814 .rcsi 𤠳
52815 .tnsi 𤠴
52816 .fjoi 𤠵
52817 .rjoi 𤠵
52818 .fuki 𤠶
52819 .fjki 𤠶
52820 .qjki 𤠶
52821 da/hi 𤠷
52822 .hbti 𤠸
52823 .rjdi 𤠹
52824 .pffi 𤠺
52825 .prfi 𤠺
52826 .yk;i 𤠻
52827 vsshi 𤠼
52828 .zexi 𤠽
52829 .q;;i 𤠾
52830 .qdri 𤠿
52831 .irbi 𤡀
52832 .rjki 𤡁
52833 .pxi 𤡂
52834 .v;ki 𤡃
52835 .q.i 𤡄
52836 .xxci 𤡅
52837 ..kci 𤡆
52838 .y;qi 𤡇
52839 .yofi 𤡈
52840 .rzi 𤡉
52841 .yqqi 𤡊
52842 .qjki 𤡋
52843 .eali 𤡌
52844 .nr,i 𤡍
52845 y;jhi 𤡎
52846 .z.i 𤡏
52847 .qpi 𤡐
52848 .a/ci 𤡑
52849 .prdi 𤡒
52850 .pqxi 𤡓
52851 .lvi 𤡔
52852 .l,i 𤡕
52853 .yni 𤡖
52854 .n,,i 𤡗
52855 .tubi 𤡘
52856 .xxai 𤡙
52857 .bqsi 𤡚
52858 .lpsi 𤡚
52859 .nadi 𤡛
52860 rajhi 𤡜
52861 .eeri 𤡝
52862 .ftci 𤡞
52863 .;;ni 𤡟
52864 .pzxi 𤡠
52865 .olsi 𤡡
52866 .y.mi 𤡢
52867 .ewai 𤡣
52868 .ecai 𤡣
52869 .alei 𤡤
52870 .eui 𤡥
52871 .evi 𤡦
52872 .nnni 𤡧
52873 .xxi 𤡨
52874 ,mqhi 𤡩
52875 .tzui 𤡪
52876 .zlvi 𤡫
52877 .vqii 𤡬
52878 .r;.i 𤡭
52879 .mz,i 𤡮
52880 .oa,i 𤡯
52881 .arri 𤡰
52882 .;dmi 𤡱
52883 .eafi 𤡲
52884 .vp.i 𤡳
52885 ;;/hi 𤡴
52886 gkyhi 𤡵
52887 .fffi 𤡶
52888 .cqvi 𤡷
52889 .jp.i 𤡸
52890 .j;.i 𤡸
52891 .g,fi 𤡹
52892 .nnri 𤡺
52893 .vpki 𤡻
52894 .aepi 𤡼
52895 ipzhi 𤡽
52896 aeahi 𤡾
52897 li;hi 𤡿
52898 .r;;i 𤢀
52899 .f;ei 𤢁
52900 .a/,i 𤢂
52901 .z;di 𤢃
52902 .cj.i 𤢄
52903 .mz,i 𤢅
52904 .nnfi 𤢆
52905 .ltfi 𤢇
52906 .bqii 𤢈
52907 .zu.i 𤢉
52908 .yx.i 𤢉
52909 .s.;i 𤢊
52910 .amdi 𤢋
52911 .amai 𤢋
52912 .kymi 𤢌
52913 .iami 𤢌
52914 .zqni 𤢍
52915 .cjpi 𤢎
52916 .ypai 𤢏
52917 .yxyi 𤢐
52918 .ysyi 𤢐
52919 .fbzi 𤢑
52920 .ya,i 𤢒
52921 .ea.i 𤢓
52922 .plki 𤢔
52923 /rihi 𤢕
52924 .;;vi 𤢖
52925 .zpi 𤢗
52926 ..rxi 𤢘
52927 .zk,i 𤢙
52928 xxphi 𤢚
52929 .ypni 𤢛
52930 /l/hi 𤢜
52931 ddhhi 𤢝
52932 .p/hi 𤢞
52933 ./rfi 𤢟
52934 .dpei 𤢠
52935 .owi 𤢡
52936 .ypxi 𤢢
52937 .b;fi 𤢣
52938 .ypvi 𤢤
52939 .fpmi 𤢥
52940 ..qni 𤢦
52941 .jo,i 𤢧
52942 .fy;i 𤢨
52943 .tzni 𤢩
52944 .wjwi 𤢪
52945 .alfi 𤢫
52946 .r;ri 𤢬
52947 .y;.i 𤢭
52948 .ifhi 𤢮
52949 .,,qi 𤢯
52950 .ypbi 𤢰
52951 .nkwi 𤢱
52952 .itxi 𤢲
52953 .ljei 𤢳
52954 .ljfi 𤢳
52955 .lpvi 𤢴
52956 .xlvi 𤢴
52957 .zfmi 𤢵
52958 .nkgi 𤢶
52959 .rexi 𤢷
52960 .nzci 𤢸
52961 .pppi 𤢹
52962 .r;mi 𤢺
52963 .rjni 𤢻
52964 .ykni 𤢼
52965 .oomi 𤢽
52966 .i;ei 𤢾
52967 .gggi 𤢿
52968 .ipti 𤣀
52969 .pfii 𤣁
52970 .peii 𤣁
52971 ppphi 𤣂
52972 .u,pi 𤣃
52973 .yq,i 𤣄
52974 zkyhi 𤣅
52975 .ae,i 𤣆
52976 .rdni 𤣇
52977 .rrni 𤣇
52978 .rjni 𤣇
52979 .aeki 𤣈
52980 ajrhi 𤣉
52981 .rphi 𤣊
52982 .ziai 𤣋
52983 .o.fi 𤣌
52984 .z;;i 𤣍
52985 .mmwi 𤣎
52986 eu,hi 𤣏
52987 .akri 𤣐
52988 .dk;i 𤣑
52989 .aeei 𤣒
52990 .jjyi 𤣓
52991 .akri 𤣔
52992 ..xyi 𤣕
52993 .fdii 𤣖
52994 .dfii 𤣖
52995 .ffii 𤣖
52996 .pfii 𤣖
52997 .peii 𤣖
52998 .akhi 𤣗
52999 jpypi 𤣘
53000 jpyhi 𤣘
53001 .il.i 𤣙
53002 .pfsi 𤣚
53003 .pesi 𤣚
53004 .nkki 𤣛
53005 .olxi 𤣜
53006 .ak/i 𤣝
53007 .cj,i 𤣞
53008 .qdsi 𤣟
53009 .;;;i 𤣠
53010 ./lai 𤣡
53011 ./lsi 𤣡
53012 .fe/i 𤣢
53013 .;;;i 𤣣
53014 .z;ki 𤣤
53015 ywi 𤣥
53016 yssi 𤣥
53017 ywzxi 𤣦
53018 yssxi 𤣦
53019 yxzxi 𤣦
53020 yxdei 𤣧
53021 yxpsi 𤣨
53022 ari 𤣩
53023 avai 𤣪
53024 argi 𤣫
53025 lsahi 𤣬
53026 slahi 𤣬
53027 arsfi 𤣭
53028 arosi 𤣮
53029 arlqi 𤣯
53030 arri 𤣰
53031 artsi 𤣱
53032 arsfi 𤣲
53033 arszi 𤣲
53034 arlfi 𤣳
53035 ysari 𤣴
53036 arlxi 𤣵
53037 arhdi 𤣶
53038 arwi 𤣷
53039 arzki 𤣸
53040 artli 𤣹
53041 ar.ki 𤣺
53042 arlbi 𤣻
53043 jkahi 𤣼
53044 arjai 𤣽
53045 arui 𤣽
53046 arzxi 𤣾
53047 arafi 𤣿
53048 arasi 𤤀
53049 arhi 𤤁
53050 arbdi 𤤂
53051 arei 𤤃
53052 arsbi 𤤄
53053 arl.i 𤤅
53054 aroi 𤤆
53055 arazi 𤤇
53056 araxi 𤤈
53057 arcli 𤤉
53058 arjji 𤤊
53059 lzahi 𤤋
53060 arjsi 𤤌
53061 arqsi 𤤍
53062 k.ahi 𤤎
53063 artbi 𤤏
53064 arohi 𤤐
53065 arqji 𤤑
53066 arzhi 𤤒
53067 ardfi 𤤓
53068 aryi 𤤔
53069 arkhi 𤤕
53070 artei 𤤖
53071 arbqi 𤤗
53072 eqari 𤤘
53073 arhsi 𤤙
53074 arjdi 𤤚
53075 aryri 𤤛
53076 arrsi 𤤜
53077 araki 𤤝
53078 arahi 𤤞
53079 argi 𤤟
53080 arjzi 𤤠
53081 arjii 𤤡
53082 arjwi 𤤢
53083 arlbi 𤤣
53084 arlvi 𤤤
53085 arozi 𤤥
53086 arpi 𤤦
53087 arpfi 𤤧
53088 arpti 𤤨
53089 arosi 𤤩
53090 arjfi 𤤪
53091 armci 𤤫
53092 arxbi 𤤬
53093 ar;.i 𤤭
53094 ar.hi 𤤮
53095 arhbi 𤤯
53096 arzdi 𤤰
53097 arlbi 𤤱
53098 arqsi 𤤲
53099 arxki 𤤳
53100 arhhi 𤤴
53101 ar.fi 𤤵
53102 qshhi 𤤶
53103 arlei 𤤷
53104 arsvi 𤤸
53105 arlvi 𤤸
53106 argvi 𤤸
53107 arvji 𤤹
53108 arpxi 𤤺
53109 arjri 𤤻
53110 arwdi 𤤼
53111 arkci 𤤽
53112 arcdi 𤤾
53113 arapi 𤤿
53114 armmi 𤥀
53115 arm;i 𤥁
53116 aryci 𤥂
53117 arnwi 𤥃
53118 ar,i 𤥄
53119 arhdi 𤥅
53120 aradi 𤥅
53121 arari 𤥆
53122 arari 𤥇
53123 arbdi 𤥈
53124 arfbi 𤥉
53125 arnhi 𤥊
53126 arnki 𤥊
53127 aroji 𤥋
53128 armti 𤥌
53129 arj.i 𤥍
53130 ar,bi 𤥎
53131 w;ahi 𤥏
53132 arr;i 𤥐
53133 arywi 𤥑
53134 ara/i 𤥒
53135 i;ahi 𤥓
53136 samhi 𤥔
53137 arjsi 𤥕
53138 aroei 𤥖
53139 arosi 𤥖
53140 arati 𤥗
53141 arlbi 𤥘
53142 arabi 𤥙
53143 arpfi 𤥚
53144 arjqi 𤥛
53145 arjbi 𤥜
53146 arrfi 𤥝
53147 ar.bi 𤥞
53148 arpxi 𤥟
53149 arnxi 𤥠
53150 arzfi 𤥡
53151 aryfi 𤥡
53152 aro;i 𤥢
53153 arfsi 𤥣
53154 arnvi 𤥤
53155 arybi 𤥥
53156 arnhi 𤥦
53157 arrqi 𤥧
53158 ara.i 𤥨
53159 areci 𤥩
53160 arpdi 𤥪
53161 ark;i 𤥫
53162 ar..i 𤥬
53163 arqi 𤥭
53164 arc;i 𤥮
53165 ar;vi 𤥯
53166 arlsi 𤥰
53167 arlbi 𤥱
53168 f,hhi 𤥲
53169 arpvi 𤥳
53170 arrni 𤥴
53171 arzki 𤥵
53172 argti 𤥶
53173 areri 𤥷
53174 areti 𤥸
53175 lvlhi 𤥹
53176 lvghi 𤥹
53177 arjzi 𤥺
53178 arlbi 𤥻
53179 arkni 𤥼
53180 arhhi 𤥽
53181 argvi 𤥾
53182 aryki 𤥿
53183 aryhi 𤥿
53184 tgohi 𤦀
53185 tgjhi 𤦀
53186 qdthi 𤦁
53187 qaxhi 𤦂
53188 vkkhi 𤦃
53189 arwsi 𤦄
53190 eeari 𤦅
53191 arjoi 𤦆
53192 arjdi 𤦇
53193 arfji 𤦈
53194 ppari 𤦉
53195 arcpi 𤦊
53196 arlti 𤦋
53197 arnai 𤦌
53198 arkdi 𤦍
53199 arifi 𤦎
53200 arlni 𤦏
53201 arzri 𤦐
53202 arlbi 𤦑
53203 qaxri 𤦒
53204 arn.i 𤦓
53205 arisi 𤦔
53206 arksi 𤦔
53207 argui 𤦕
53208 araqi 𤦖
53209 araci 𤦗
53210 arrpi 𤦘
53211 arfqi 𤦙
53212 aruki 𤦚
53213 arpui 𤦛
53214 ari;i 𤦜
53215 arldi 𤦝
53216 arlfi 𤦞
53217 aebhi 𤦟
53218 araei 𤦠
53219 araki 𤦡
53220 rakri 𤦢
53221 areki 𤦣
53222 arosi 𤦤
53223 aroxi 𤦥
53224 arkri 𤦦
53225 arfni 𤦧
53226 lefhi 𤦨
53227 ofdhi 𤦨
53228 araai 𤦩
53229 arvpi 𤦪
53230 arr.i 𤦫
53231 arini 𤦬
53232 arkni 𤦬
53233 arrui 𤦭
53234 arc;i 𤦮
53235 art.i 𤦯
53236 ar.xi 𤦰
53237 arbxi 𤦱
53238 arqvi 𤦲
53239 arlqi 𤦳
53240 arksi 𤦴
53241 arqwi 𤦵
53242 ar.ri 𤦶
53243 ar.di 𤦷
53244 arkvi 𤦸
53245 aremi 𤦹
53246 arydi 𤦺
53247 arysi 𤦻
53248 jbhhi 𤦼
53249 arhfi 𤦽
53250 arawi 𤦾
53251 arkwi 𤦾
53252 ara;i 𤦿
53253 ark;i 𤦿
53254 arrvi 𤧀
53255 arb,i 𤧁
53256 arabi 𤧂
53257 arfzi 𤧃
53258 arrzi 𤧃
53259 arawi 𤧄
53260 arbfi 𤧅
53261 araai 𤧆
53262 arvji 𤧇
53263 arrsi 𤧈
53264 arrci 𤧉
53265 arzri 𤧊
53266 arawi 𤧋
53267 arfsi 𤧌
53268 arfbi 𤧍
53269 art.i 𤧎
53270 ar.ei 𤧏
53271 arl,i 𤧐
53272 arxi 𤧑
53273 arkui 𤧒
53274 arubi 𤧓
53275 arjbi 𤧓
53276 arjbi 𤧔
53277 arari 𤧕
53278 arpxi 𤧖
53279 arm;i 𤧗
53280 arlpi 𤧘
53281 aroki 𤧙
53282 arlni 𤧚
53283 arydi 𤧛
53284 arwqi 𤧜
53285 arwli 𤧜
53286 arkzi 𤧝
53287 arizi 𤧞
53288 arydi 𤧟
53289 arh/i 𤧠
53290 arrti 𤧡
53291 areti 𤧢
53292 artbi 𤧣
53293 b/ahi 𤧤
53294 arlhi 𤧥
53295 arh,i 𤧦
53296 laehi 𤧧
53297 lfahi 𤧧
53298 arbti 𤧨
53299 jbhhi 𤧩
53300 arnki 𤧪
53301 arlni 𤧫
53302 aebhi 𤧬
53303 aryhi 𤧭
53304 aravi 𤧮
53305 arl.i 𤧯
53306 araqi 𤧰
53307 arb;i 𤧱
53308 arasi 𤧲
53309 arfqi 𤧳
53310 arrci 𤧴
53311 arqhi 𤧵
53312 ara.i 𤧶
53313 arbxi 𤧷
53314 ardii 𤧸
53315 arixi 𤧹
53316 arfxi 𤧹
53317 arnai 𤧺
53318 arnbi 𤧻
53319 ary;i 𤧼
53320 arj.i 𤧽
53321 arhsi 𤧾
53322 aryei 𤧿
53323 arzdi 𤨀
53324 arapi 𤨁
53325 arzni 𤨂
53326 arf;i 𤨃
53327 arr;i 𤨃
53328 arrxi 𤨄
53329 arphi 𤨅
53330 arpsi 𤨆
53331 areoi 𤨇
53332 ardei 𤨈
53333 ard.i 𤨉
53334 ar.zi 𤨊
53335 arlgi 𤨋
53336 arlni 𤨌
53337 arabi 𤨍
53338 arn.i 𤨎
53339 arwmi 𤨏
53340 .oahi 𤨐
53341 arf;i 𤨑
53342 arpni 𤨒
53343 arfvi 𤨓
53344 arfci 𤨓
53345 ar/xi 𤨔
53346 arrbi 𤨕
53347 argsi 𤨖
53348 epthi 𤨗
53349 aryfi 𤨘
53350 rfbhi 𤨙
53351 arn/i 𤨚
53352 arfai 𤨛
53353 arksi 𤨜
53354 arali 𤨝
53355 aryqi 𤨞
53356 arzxi 𤨟
53357 arcri 𤨠
53358 arhui 𤨡
53359 arrzi 𤨢
53360 f,hri 𤨣
53361 arl.i 𤨤
53362 arndi 𤨥
53363 ar.di 𤨦
53364 araci 𤨧
53365 aro.i 𤨨
53366 ariri 𤨩
53367 arevi 𤨪
53368 arnni 𤨫
53369 ary;i 𤨬
53370 arnfi 𤨭
53371 arrdi 𤨮
53372 arzdi 𤨯
53373 arrsi 𤨰
53374 arpri 𤨱
53375 ardci 𤨲
53376 arfhi 𤨳
53377 arpxi 𤨴
53378 arx.i 𤨵
53379 arrci 𤨶
53380 arfvi 𤨷
53381 arrci 𤨸
53382 arzfi 𤨹
53383 arj,i 𤨺
53384 v;;ri 𤨻
53385 arhfi 𤨼
53386 aryfi 𤨼
53387 .v.hi 𤨽
53388 ardqi 𤨾
53389 arxhi 𤨿
53390 arr.i 𤩀
53391 arehi 𤩁
53392 areki 𤩁
53393 ar,bi 𤩂
53394 arjsi 𤩃
53395 artki 𤩄
53396 are;i 𤩅
53397 arjhi 𤩆
53398 art;i 𤩇
53399 art;i 𤩈
53400 arg;i 𤩉
53401 arrsi 𤩊
53402 are;i 𤩋
53403 arcki 𤩌
53404 arcsi 𤩌
53405 arazi 𤩍
53406 arepi 𤩎
53407 arlri 𤩏
53408 arroi 𤩐
53409 ardsi 𤩑
53410 arrvi 𤩒
53411 aripi 𤩓
53412 aryri 𤩔
53413 ari;i 𤩕
53414 arvai 𤩖
53415 ara,i 𤩗
53416 arapi 𤩘
53417 arani 𤩙
53418 arabi 𤩚
53419 arqbi 𤩚
53420 arpbi 𤩛
53421 arppi 𤩜
53422 arl;i 𤩝
53423 arj.i 𤩞
53424 araei 𤩟
53425 arr;i 𤩠
53426 are;i 𤩡
53427 arlfi 𤩢
53428 arkji 𤩣
53429 epthi 𤩤
53430 ar.qi 𤩥
53431 arfxi 𤩦
53432 arrxi 𤩦
53433 ar;fi 𤩧
53434 arxci 𤩨
53435 ar;ai 𤩩
53436 arj.i 𤩪
53437 ardxi 𤩫
53438 arxti 𤩬
53439 arsti 𤩬
53440 ar;si 𤩭
53441 arabi 𤩮
53442 apdhi 𤩯
53443 arevi 𤩰
53444 brkhi 𤩱
53445 arfsi 𤩲
53446 arfmi 𤩳
53447 arbbi 𤩴
53448 arzji 𤩵
53449 arcvi 𤩶
53450 arnji 𤩷
53451 arfzi 𤩸
53452 b;yri 𤩹
53453 arhxi 𤩺
53454 arnni 𤩻
53455 arzni 𤩼
53456 arfhi 𤩽
53457 arapi 𤩾
53458 arfni 𤩿
53459 ar..i 𤪀
53460 ar/ci 𤪁
53461 arini 𤪂
53462 arz,i 𤪃
53463 ar/si 𤪄
53464 armpi 𤪅
53465 artfi 𤪆
53466 epkhi 𤪇
53467 zofri 𤪈
53468 hbyri 𤪉
53469 aribi 𤪊
53470 qdthi 𤪋
53471 arrxi 𤪌
53472 artfi 𤪍
53473 epkhi 𤪎
53474 ar,qi 𤪏
53475 ozahi 𤪐
53476 arf.i 𤪑
53477 arlvi 𤪒
53478 arnji 𤪓
53479 arlei 𤪔
53480 aroqi 𤪕
53481 ard.i 𤪖
53482 ary.i 𤪗
53483 arr;i 𤪘
53484 ara.i 𤪙
53485 arrxi 𤪚
53486 ar;fi 𤪛
53487 arf;i 𤪜
53488 arooi 𤪝
53489 ar..i 𤪞
53490 arkzi 𤪟
53491 aro,i 𤪠
53492 tl;hi 𤪡
53493 arqbi 𤪢
53494 arrri 𤪣
53495 ar,vi 𤪤
53496 arndi 𤪥
53497 arqci 𤪦
53498 ars,i 𤪧
53499 arl.i 𤪨
53500 are.i 𤪨
53501 arkqi 𤪩
53502 arl.i 𤪪
53503 arxxi 𤪫
53504 arfki 𤪬
53505 arrki 𤪬
53506 oofhi 𤪭
53507 arnri 𤪮
53508 arpri 𤪯
53509 ep.hi 𤪰
53510 arl.i 𤪱
53511 arzmi 𤪲
53512 arfni 𤪳
53513 arali 𤪴
53514 arlki 𤪵
53515 araki 𤪵
53516 arfci 𤪶
53517 areii 𤪷
53518 arcmi 𤪸
53519 ar/xi 𤪹
53520 arnpi 𤪺
53521 areji 𤪻
53522 arfni 𤪼
53523 areji 𤪽
53524 arzhi 𤪾
53525 aryxi 𤪿
53526 ejahi 𤫀
53527 ar,/i 𤫁
53528 aroki 𤫂
53529 arfni 𤫃
53530 ar.di 𤫄
53531 aroxi 𤫅
53532 ikjhi 𤫆
53533 arr,i 𤫇
53534 aroni 𤫈
53535 arybi 𤫉
53536 ar,bi 𤫉
53537 z;;ri 𤫊
53538 arsmi 𤫋
53539 aroki 𤫌
53540 zarai 𤫍
53541 zarki 𤫍
53542 ar,;i 𤫎
53543 .akhi 𤫏
53544 ar/ni 𤫐
53545 arzbi 𤫑
53546 zarei 𤫒
53547 aarei 𤫒
53548 aryzi 𤫓
53549 w;thi 𤫔
53550 ara.i 𤫕
53551 arnmi 𤫖
53552 areji 𤫗
53553 ara.i 𤫘
53554 ary,i 𤫙
53555 ar,,i 𤫙
53556 aryyi 𤫚
53557 ar/xi 𤫛
53558 yxxhi 𤫜
53559 xyxhi 𤫜
53560 arrei 𤫝
53561 arnmi 𤫞
53562 araqi 𤫟
53563 ar;.i 𤫠
53564 armdi 𤫡
53565 arz;i 𤫢
53566 arehi 𤫣
53567 arpxi 𤫤
53568 arpdi 𤫥
53569 arzui 𤫦
53570 arfai 𤫧
53571 arodi 𤫨
53572 arzki 𤫩
53573 lq.ki 𤫪
53574 kj.ki 𤫫
53575 .xkfi 𤫬
53576 .xksi 𤫭
53577 .xkui 𤫮
53578 js.ki 𤫯
53579 .xkei 𤫰
53580 l;.ki 𤫱
53581 ib.ki 𤫲
53582 khbki 𤫲
53583 .xk;i 𤫳
53584 oz.ki 𤫴
53585 .xk;i 𤫵
53586 r;.ki 𤫶
53587 vj.ki 𤫷
53588 .xkgi 𤫸
53589 ykkki 𤫹
53590 .xkxi 𤫺
53591 ec.ki 𤫻
53592 .xkli 𤫼
53593 .xksi 𤫽
53594 .xkui 𤫾
53595 iv.ki 𤫿
53596 .xkvi 𤬀
53597 pv.ki 𤬁
53598 eacki 𤬂
53599 y;.ki 𤬃
53600 zkaki 𤬄
53601 .xkxi 𤬅
53602 pp.ki 𤬆
53603 .x.ki 𤬇
53604 ktoki 𤬈
53605 bazki 𤬉
53606 blzki 𤬉
53607 .xkfi 𤬊
53608 .xk;i 𤬋
53609 w..ki 𤬌
53610 mofki 𤬍
53611 .ofki 𤬍
53612 .xkdi 𤬎
53613 p;dki 𤬏
53614 ,,jki 𤬐
53615 .xkki 𤬑
53616 .xkui 𤬒
53617 itcki 𤬓
53618 .xkdi 𤬔
53619 .xkoi 𤬕
53620 m.xxi 𤬖
53621 veaki 𤬗
53622 eqiki 𤬘
53623 .xk;i 𤬙
53624 .xkci 𤬚
53625 epuki 𤬛
53626 .xkui 𤬜
53627 eqjki 𤬝
53628 .xkxi 𤬞
53629 olpki 𤬟
53630 .xkyi 𤬠
53631 olpki 𤬡
53632 olpki 𤬢
53633 olpki 𤬣
53634 w../i 𤬤
53635 y;;xi 𤬥
53636 jqhi 𤬦
53637 qhfi 𤬧
53638 qhshi 𤬨
53639 axqhi 𤬩
53640 rqhi 𤬪
53641 qhsfi 𤬫
53642 qhszi 𤬫
53643 ,qhi 𤬬
53644 zqhi 𤬭
53645 axqhi 𤬮
53646 qhigi 𤬯
53647 qhkgi 𤬯
53648 igqhi 𤬰
53649 khghi 𤬰
53650 qhl.i 𤬱
53651 qhjki 𤬲
53652 qsqhi 𤬳
53653 eqhi 𤬴
53654 oashi 𤬵
53655 jfqhi 𤬶
53656 ddqhi 𤬷
53657 qhori 𤬸
53658 zqhxi 𤬹
53659 jzqhi 𤬺
53660 qhibi 𤬻
53661 qhkbi 𤬻
53662 ddqhi 𤬼
53663 nsqhi 𤬽
53664 svqhi 𤬾
53665 lgvhi 𤬾
53666 glvhi 𤬾
53667 rrqhi 𤬿
53668 jjkhi 𤭀
53669 jqqhi 𤭁
53670 lmqhi 𤭂
53671 aljhi 𤭃
53672 jarhi 𤭄
53673 qhifi 𤭅
53674 qhlfi 𤭅
53675 qhjqi 𤭆
53676 af;hi 𤭇
53677 lf;hi 𤭇
53678 s,qhi 𤭈
53679 yswhi 𤭉
53680 cqqhi 𤭊
53681 pafhi 𤭋
53682 ktghi 𤭌
53683 qhlki 𤭍
53684 aaehi 𤭎
53685 kk;hi 𤭏
53686 oszhi 𤭐
53687 at;hi 𤭑
53688 hbqhi 𤭒
53689 awqhi 𤭓
53690 qqhi 𤭔
53691 zoqhi 𤭕
53692 yxohi 𤭕
53693 qhzi 𤭖
53694 aeshi 𤭗
53695 dqdhi 𤭘
53696 qhi;i 𤭙
53697 qhk;i 𤭙
53698 qho;i 𤭚
53699 jidhi 𤭛
53700 lvlhi 𤭜
53701 rkrhi 𤭝
53702 y;ghi 𤭞
53703 lefhi 𤭟
53704 qdthi 𤭠
53705 aebhi 𤭡
53706 ykkhi 𤭢
53707 rakhi 𤭣
53708 .gfhi 𤭤
53709 oe;hi 𤭥
53710 rakhi 𤭦
53711 qqlhi 𤭧
53712 zquhi 𤭨
53713 rbxhi 𤭩
53714 vjqhi 𤭪
53715 rfqhi 𤭫
53716 ofdhi 𤭬
53717 k;vhi 𤭭
53718 opqhi 𤭮
53719 qhlci 𤭯
53720 ,lvhi 𤭰
53721 f;uhi 𤭱
53722 jbhhi 𤭲
53723 pxxhi 𤭳
53724 rsvhi 𤭴
53725 qhypi 𤭵
53726 l.shi 𤭶
53727 qhiei 𤭷
53728 bifhi 𤭸
53729 blahi 𤭸
53730 jzuhi 𤭹
53731 /aehi 𤭺
53732 qdqhi 𤭻
53733 pbbhi 𤭼
53734 ddahi 𤭽
53735 a/ahi 𤭾
53736 aebhi 𤭿
53737 fxxhi 𤮀
53738 ixxhi 𤮀
53739 aljhi 𤮁
53740 qhn;i 𤮂
53741 qhjui 𤮃
53742 qhqdi 𤮄
53743 rkrhi 𤮅
53744 ewahi 𤮆
53745 ecahi 𤮆
53746 ntjhi 𤮇
53747 qdshi 𤮈
53748 pxqhi 𤮉
53749 ntchi 𤮊
53750 pqahi 𤮋
53751 qhowi 𤮌
53752 qhzhi 𤮍
53753 xxxhi 𤮎
53754 rpkhi 𤮏
53755 rpfhi 𤮏
53756 ipfhi 𤮐
53757 qheni 𤮑
53758 qhbwi 𤮒
53759 rakhi 𤮓
53760 tgphi 𤮔
53761 ,.qhi 𤮕
53762 qxihi 𤮖
53763 qxlhi 𤮖
53764 qhs;i 𤮗
53765 mqihi 𤮘
53766 eqihi 𤮙
53767 zpqhi 𤮚
53768 qdshi 𤮛
53769 yp;hi 𤮜
53770 ejqhi 𤮝
53771 doxhi 𤮞
53772 qhrxi 𤮟
53773 qhf.i 𤮠
53774 fnkzi 𤮡
53775 norhi 𤮢
53776 epuhi 𤮣
53777 eqnzi 𤮤
53778 qhqki 𤮥
53779 pzahi 𤮦
53780 epuhi 𤮧
53781 yuqhi 𤮨
53782 y;phi 𤮩
53783 eqjfi 𤮪
53784 ofdhi 𤮫
53785 oaehi 𤮬
53786 ofahi 𤮬
53787 j;qhi 𤮭
53788 z;;hi 𤮮
53789 dkyhi 𤮯
53790 dkyhi 𤮰
53791 aeahi 𤮱
53792 w;thi 𤮲
53793 qhfyi 𤮳
53794 f;;hi 𤮴
53795 aljii 𤮵
53796 y,,hi 𤮶
53797 ,y,hi 𤮶
53798 zaehi 𤮷
53799 z;;hi 𤮸
53800 z;;hi 𤮹
53801 aadi 𤮺
53802 eai 𤮺
53803 afrai 𤮻
53804 axrai 𤮼
53805 raafi 𤮽
53806 asrai 𤮾
53807 raasi 𤮿
53808 raafi 𤯀
53809 oasai 𤯁
53810 razhi 𤯂
53811 vrai 𤯃
53812 raosi 𤯄
53813 raaei 𤯅
53814 rayi 𤯆
53815 ra,,i 𤯇
53816 rarpi 𤯈
53817 rarhi 𤯈
53818 rqkhi 𤯉
53819 rqk.i 𤯉
53820 rakhi 𤯉
53821 rak.i 𤯉
53822 fkvai 𤯊
53823 ficai 𤯊
53824 ran,i 𤯋
53825 nvvai 𤯌
53826 zlvai 𤯍
53827 nlvai 𤯎
53828 raavi 𤯏
53829 ravvi 𤯏
53830 raeoi 𤯐
53831 rqkvi 𤯑
53832 rakvi 𤯑
53833 rbsai 𤯒
53834 dri 𤯓
53835 aori 𤯔
53836 orwi 𤯕
53837 skori 𤯖
53838 xhori 𤯖
53839 zori 𤯗
53840 orhfi 𤯘
53841 orfbi 𤯙
53842 zori 𤯚
53843 or.i 𤯛
53844 orbbi 𤯜
53845 orui 𤯝
53846 orjai 𤯞
53847 orszi 𤯟
53848 pzori 𤯠
53849 orvji 𤯡
53850 xxxri 𤯢
53851 orlji 𤯣
53852 i;ori 𤯤
53853 w;ori 𤯥
53854 ykjri 𤯦
53855 drpji 𤯧
53856 orafi 𤯨
53857 arfri 𤯩
53858 orlgi 𤯪
53859 orlli 𤯪
53860 orlxi 𤯫
53861 orp;i 𤯬
53862 icari 𤯭
53863 oresi 𤯮
53864 wx;ri 𤯯
53865 ornai 𤯰
53866 ornhi 𤯰
53867 zqdri 𤯱
53868 t.qri 𤯲
53869 ajkri 𤯳
53870 .kori 𤯴
53871 ,,jri 𤯵
53872 efari 𤯶
53873 .jmri 𤯷
53874 orlbi 𤯸
53875 ir.ri 𤯹
53876 orrbi 𤯺
53877 orf.i 𤯻
53878 cjari 𤯼
53879 tgeri 𤯽
53880 fjari 𤯾
53881 noari 𤯿
53882 q,,ri 𤰀
53883 ozari 𤰁
53884 oryxi 𤰂
53885 eei 𤰃
53886 dfadi 𤰃
53887 dfdai 𤰃
53888 jjfi 𤰄
53889 .jfi 𤰅
53890 deadi 𤰆
53891 eafdi 𤰆
53892 rljfi 𤰇
53893 fljfi 𤰈
53894 ;cjfi 𤰉
53895 a/wfi 𤰊
53896 pfnfi 𤰋
53897 jfjfi 𤰌
53898 r,qhi 𤰍
53899 y;gfi 𤰎
53900 bjfqi 𤰏
53901 cakhi 𤰐
53902 z;uhi 𤰑
53903 z;ufi 𤰑
53904 z;uzi 𤰑
53905 yx;hi 𤰑
53906 yx;fi 𤰑
53907 yx;zi 𤰑
53908 yurhi 𤰑
53909 yurfi 𤰑
53910 yurzi 𤰑
53911 k/di 𤰒
53912 api 𤰓
53913 apfi 𤰔
53914 apdi 𤰔
53915 pwi 𤰕
53916 pbi 𤰖
53917 opi 𤰗
53918 pci 𤰘
53919 lspi 𤰙
53920 slpi 𤰙
53921 lspi 𤰚
53922 slpi 𤰚
53923 bpi 𤰛
53924 pxi 𤰜
53925 pwi 𤰝
53926 plfi 𤰞
53927 pafi 𤰟
53928 pafi 𤰠
53929 yspi 𤰡
53930 posi 𤰢
53931 paqi 𤰣
53932 pqai 𤰣
53933 pqi 𤰣
53934 pafi 𤰤
53935 pfhi 𤰥
53936 plqi 𤰦
53937 mpi 𤰧
53938 pbi 𤰨
53939 pbgdi 𤰩
53940 pkji 𤰪
53941 dapi 𤰫
53942 pcli 𤰬
53943 apxi 𤰭
53944 ptki 𤰮
53945 pkbi 𤰯
53946 pf.ki 𤰰
53947 adpai 𤰱
53948 apdai 𤰱
53949 lp.ki 𤰲
53950 azpi 𤰳
53951 pfaai 𤰴
53952 pfaqi 𤰴
53953 paksi 𤰵
53954 pqki 𤰵
53955 pdpdi 𤰶
53956 ppdi 𤰶
53957 pdtsi 𤰷
53958 zpi 𤰸
53959 yxpi 𤰸
53960 p,i 𤰹
53961 zpi 𤰺
53962 rpi 𤰻
53963 pofi 𤰼
53964 pdi 𤰽
53965 pui 𤰾
53966 pl.i 𤰿
53967 pk.i 𤱀
53968 pfzi 𤱁
53969 paaxi 𤱂
53970 pvi 𤱃
53971 pci 𤱄
53972 pjki 𤱅
53973 pjbi 𤱆
53974 k.pi 𤱇
53975 ypci 𤱈
53976 pftki 𤱉
53977 xxpi 𤱊
53978 pdjai 𤱋
53979 puai 𤱌
53980 ptbi 𤱍
53981 pxbi 𤱎
53982 poci 𤱏
53983 pgci 𤱐
53984 fpxki 𤱑
53985 fpski 𤱑
53986 rkpi 𤱒
53987 pdpdi 𤱓
53988 yplxi 𤱔
53989 ptssi 𤱕
53990 lpasi 𤱖
53991 pyi 𤱗
53992 pbosi 𤱘
53993 pvai 𤱙
53994 otpi 𤱚
53995 plvi 𤱛
53996 lvpi 𤱜
53997 pkqi 𤱝
53998 p.hi 𤱞
53999 pddi 𤱟
54000 pj;i 𤱠
54001 bpgsi 𤱡
54002 pdkxi 𤱢
54003 jrpdi 𤱣
54004 pfndi 𤱤
54005 pqddi 𤱥
54006 p,si 𤱦
54007 psvi 𤱧
54008 plgvi 𤱧
54009 pglvi 𤱧
54010 prki 𤱨
54011 ps,i 𤱩
54012 tfpi 𤱪
54013 pfoki 𤱫
54014 plpi 𤱬
54015 ky.pi 𤱭
54016 lplki 𤱮
54017 pjzsi 𤱯
54018 p.oki 𤱰
54019 rpxi 𤱱
54020 prgsi 𤱲
54021 pcasi 𤱳
54022 poeai 𤱴
54023 izpi 𤱵
54024 kzpi 𤱵
54025 ypzhi 𤱶
54026 pbbbi 𤱷
54027 xcpi 𤱸
54028 wapdi 𤱹
54029 rkpi 𤱺
54030 pqddi 𤱻
54031 pzaxi 𤱼
54032 wpzi 𤱽
54033 wptki 𤱾
54034 fjpei 𤱿
54035 pfpgi 𤲀
54036 pxkdi 𤲁
54037 pkeci 𤲂
54038 paafi 𤲃
54039 prfi 𤲃
54040 pfdfi 𤲃
54041 lp.i 𤲄
54042 rkpsi 𤲅
54043 pzaxi 𤲆
54044 q;pi 𤲇
54045 pj;si 𤲈
54046 pjpsi 𤲈
54047 pzpi 𤲉
54048 p;ci 𤲊
54049 pkx.i 𤲋
54050 arfpi 𤲌
54051 pdzki 𤲍
54052 plzci 𤲎
54053 pnksi 𤲏
54054 pnkli 𤲏
54055 prxi 𤲐
54056 wpndi 𤲑
54057 plafi 𤲒
54058 pifi 𤲒
54059 pvkki 𤲓
54060 pkrhi 𤲔
54061 pijfi 𤲕
54062 pazci 𤲖
54063 plzci 𤲖
54064 qdtpi 𤲗
54065 pqxi 𤲘
54066 xzwpi 𤲙
54067 pvpi 𤲚
54068 xxxpi 𤲛
54069 prifi 𤲜
54070 vkkpi 𤲝
54071 k,pi 𤲞
54072 prui 𤲟
54073 pykfi 𤲠
54074 pqlxi 𤲡
54075 aeapi 𤲢
54076 fdaci 𤲣
54077 pfaci 𤲣
54078 pepfi 𤲤
54079 pjjfi 𤲥
54080 ppfei 𤲦
54081 pof.i 𤲧
54082 pizsi 𤲨
54083 pkzsi 𤲨
54084 p,,i 𤲩
54085 prk.i 𤲪
54086 p.abi 𤲫
54087 palzi 𤲬
54088 pvpi 𤲭
54089 ptgqi 𤲮
54090 tdaai 𤲯
54091 taaai 𤲯
54092 tcpai 𤲯
54093 pdpji 𤲰
54094 fadpi 𤲱
54095 rdkpi 𤲱
54096 prkri 𤲲
54097 ppmi 𤲳
54098 pcpi 𤲴
54099 p.rhi 𤲵
54100 pbpbi 𤲶
54101 fkkpi 𤲷
54102 fxxpi 𤲸
54103 ixxpi 𤲸
54104 ptgki 𤲹
54105 p.xzi 𤲺
54106 prkci 𤲻
54107 paxxi 𤲼
54108 z;asi 𤲽
54109 z;ali 𤲽
54110 aeapi 𤲾
54111 tradi 𤲿
54112 traai 𤲿
54113 xxaxi 𤳀
54114 plvqi 𤳁
54115 plvvi 𤳂
54116 pf.zi 𤳃
54117 pf/xi 𤳄
54118 pdpdi 𤳅
54119 pbvki 𤳆
54120 vkkbi 𤳇
54121 pop.i 𤳈
54122 przi 𤳉
54123 wplfi 𤳊
54124 wpifi 𤳊
54125 kdkpi 𤳋
54126 kkkfi 𤳋
54127 kkkpi 𤳋
54128 pnr,i 𤳌
54129 ppasi 𤳍
54130 prmi 𤳎
54131 pppai 𤳏
54132 pfn,i 𤳐
54133 pxxci 𤳑
54134 pxxci 𤳒
54135 ameki 𤳓
54136 lmipi 𤳔
54137 lmkpi 𤳔
54138 tg,pi 𤳕
54139 l,pxi 𤳖
54140 rxlpi 𤳗
54141 pdbii 𤳘
54142 pfnsi 𤳙
54143 ptqhi 𤳚
54144 rxlpi 𤳛
54145 palei 𤳜
54146 plvei 𤳝
54147 .bmpi 𤳞
54148 .bjpi 𤳞
54149 pzaxi 𤳟
54150 peppi 𤳠
54151 avzpi 𤳡
54152 pbqmi 𤳢
54153 ppafi 𤳣
54154 ppffi 𤳣
54155 pprfi 𤳣
54156 wp.zi 𤳤
54157 ppvvi 𤳥
54158 pppzi 𤳦
54159 ;l;ki 𤳧
54160 ;;pki 𤳧
54161 pfyci 𤳨
54162 p,,qi 𤳩
54163 zpupi 𤳪
54164 wpbfi 𤳫
54165 pky;i 𤳬
54166 pprsi 𤳭
54167 lm,pi 𤳮
54168 wpn,i 𤳯
54169 blqdi 𤳰
54170 pnrki 𤳱
54171 wpnci 𤳲
54172 ppppi 𤳳
54173 pqddi 𤳴
54174 ppqdi 𤳴
54175 pdpdi 𤳵
54176 pkkqi 𤳶
54177 /xufi 𤳷
54178 pf/qi 𤳸
54179 ppapi 𤳹
54180 l,p.i 𤳺
54181 pppxi 𤳻
54182 xzp,i 𤳼
54183 pyuqi 𤳽
54184 qeaai 𤳾
54185 teaai 𤳾
54186 .tjpi 𤳿
54187 pprsi 𤴀
54188 pppwi 𤴁
54189 p.;/i 𤴂
54190 prg,i 𤴃
54191 ppzpi 𤴄
54192 wpeui 𤴅
54193 plrhi 𤴆
54194 ppipi 𤴇
54195 pppxi 𤴈
54196 pppdi 𤴉
54197 ppopi 𤴊
54198 .tnpi 𤴋
54199 ppzpi 𤴌
54200 pppdi 𤴍
54201 .tjpi 𤴎
54202 prkyi 𤴏
54203 ppppi 𤴐
54204 pp;pi 𤴐
54205 ppppi 𤴑
54206 pjtpi 𤴒
54207 ppjpi 𤴒
54208 aci 𤴓
54209 gei 𤴔
54210 agci 𤴕
54211 axgci 𤴖
54212 dtci 𤴗
54213 ktci 𤴘
54214 lp.ci 𤴙
54215 lpmci 𤴙
54216 v;gci 𤴚
54217 apfci 𤴛
54218 apdci 𤴛
54219 vgcvi 𤴜
54220 zgci 𤴝
54221 r/xci 𤴞
54222 rjjci 𤴟
54223 xmfci 𤴠
54224 x.fci 𤴠
54225 fjpci 𤴡
54226 rifci 𤴢
54227 b;yci 𤴣
54228 z;;ci 𤴤
54229 hsi 𤴥
54230 hlsi 𤴦
54231 hsli 𤴦
54232 h.i 𤴧
54233 hbi 𤴨
54234 hci 𤴩
54235 hsi 𤴪
54236 hadi 𤴫
54237 hji 𤴬
54238 hki 𤴭
54239 hei 𤴮
54240 hddi 𤴮
54241 hlshi 𤴯
54242 hslhi 𤴯
54243 hasi 𤴰
54244 hlqi 𤴱
54245 hafi 𤴲
54246 hgfi 𤴳
54247 hxsi 𤴴
54248 haxi 𤴵
54249 hri 𤴶
54250 hvi 𤴷
54251 hoi 𤴸
54252 hajdi 𤴹
54253 hyjdi 𤴹
54254 hjsi 𤴺
54255 hzhi 𤴻
54256 hjki 𤴼
54257 higi 𤴽
54258 hkhgi 𤴽
54259 hoi 𤴾
54260 hjaai 𤴿
54261 hqsi 𤵀
54262 hei 𤵁
54263 hni 𤵂
54264 hofi 𤵃
54265 hzxi 𤵄
54266 h.di 𤵅
54267 hlxi 𤵆
54268 hkji 𤵇
54269 hbgdi 𤵈
54270 hzhi 𤵉
54271 hadsi 𤵊
54272 haxi 𤵋
54273 hcli 𤵌
54274 hofi 𤵍
54275 hosi 𤵎
54276 hkli 𤵏
54277 hl.i 𤵐
54278 hoki 𤵑
54279 hy.i 𤵒
54280 hjbi 𤵓
54281 hxsi 𤵔
54282 hkagi 𤵕
54283 higi 𤵕
54284 hpi 𤵖
54285 hzjdi 𤵗
54286 hnli 𤵘
54287 hori 𤵙
54288 hogsi 𤵚
54289 hzai 𤵛
54290 hoci 𤵜
54291 hszi 𤵝
54292 hkri 𤵞
54293 hdbi 𤵟
54294 hodji 𤵠
54295 holji 𤵠
54296 hlii 𤵡
54297 hoai 𤵢
54298 haii 𤵣
54299 htssi 𤵤
54300 hlvi 𤵥
54301 hvsi 𤵦
54302 htdbi 𤵧
54303 hdtbi 𤵧
54304 htki 𤵨
54305 hkgsi 𤵩
54306 hj;i 𤵪
54307 haaci 𤵫
54308 hz.hi 𤵬
54309 hzbhi 𤵬
54310 hzlhi 𤵬
54311 hpdi 𤵭
54312 hl,i 𤵮
54313 hqoi 𤵯
54314 hjti 𤵰
54315 h;bi 𤵱
54316 hkci 𤵲
54317 hvai 𤵳
54318 hkri 𤵴
54319 ht.i 𤵵
54320 hetgi 𤵶
54321 hbbi 𤵷
54322 h.qi 𤵸
54323 hr;i 𤵹
54324 hpxi 𤵺
54325 h.dsi 𤵻
54326 hlj;i 𤵼
54327 hf.i 𤵽
54328 hnlqi 𤵾
54329 hajsi 𤵿
54330 hyk.i 𤶀
54331 hrlqi 𤶁
54332 hgf;i 𤶂
54333 hs,i 𤶃
54334 hkari 𤶄
54335 hklri 𤶄
54336 hdozi 𤶅
54337 hwdi 𤶆
54338 hlpi 𤶇
54339 ha/i 𤶈
54340 hpci 𤶉
54341 hpdhi 𤶉
54342 hiaxi 𤶊
54343 hjtsi 𤶋
54344 h,bi 𤶌
54345 htti 𤶍
54346 hovi 𤶎
54347 hcasi 𤶏
54348 hzdfi 𤶐
54349 hpzi 𤶑
54350 hbni 𤶒
54351 hypi 𤶓
54352 h.ci 𤶔
54353 haz;i 𤶕
54354 hlz;i 𤶕
54355 h.gfi 𤶖
54356 hxozi 𤶗
54357 hyi 𤶘
54358 hkoei 𤶙
54359 hpri 𤶚
54360 h;tsi 𤶛
54361 hxri 𤶜
54362 hjhni 𤶝
54363 h.fi 𤶞
54364 hzkbi 𤶟
54365 hivi 𤶠
54366 hufhi 𤶡
54367 hjuai 𤶢
54368 h.sbi 𤶣
54369 hjcbi 𤶤
54370 hzozi 𤶥
54371 harfi 𤶦
54372 h;mi 𤶧
54373 hjqi 𤶨
54374 hf,hi 𤶩
54375 hffi 𤶪
54376 heefi 𤶪
54377 h.vi 𤶫
54378 hv;i 𤶬
54379 h;vi 𤶭
54380 hajqi 𤶮
54381 hajbi 𤶯
54382 halui 𤶰
54383 h;;di 𤶱
54384 h;lri 𤶲
54385 h;ari 𤶲
54386 ho;i 𤶳
54387 h.i 𤶴
54388 hl.di 𤶵
54389 hcari 𤶶
54390 htl;i 𤶷
54391 hgfti 𤶸
54392 hgzti 𤶸
54393 hbg;i 𤶹
54394 h;jki 𤶺
54395 hjsi 𤶻
54396 hfysi 𤶼
54397 hfjfi 𤶽
54398 hy.;i 𤶾
54399 hpgfi 𤶿
54400 hzsri 𤷀
54401 hzri 𤷁
54402 hutsi 𤷂
54403 haxxi 𤷃
54404 hizsi 𤷄
54405 hkzsi 𤷄
54406 hosi 𤷅
54407 hvpi 𤷆
54408 hqaxi 𤷇
54409 hzaci 𤷈
54410 hagai 𤷉
54411 hgdai 𤷉
54412 huzhi 𤷊
54413 hamqi 𤷋
54414 hqdbi 𤷌
54415 hraki 𤷍
54416 hlefi 𤷎
54417 h.lri 𤷏
54418 h.ari 𤷏
54419 hysji 𤷐
54420 h.k;i 𤷑
54421 h.c;i 𤷑
54422 hpodi 𤷒
54423 hplfi 𤷒
54424 hpsdi 𤷒
54425 hojki 𤷓
54426 hijfi 𤷔
54427 h.vi 𤷕
54428 hrk.i 𤷖
54429 h,i 𤷗
54430 hepfi 𤷘
54431 hpahi 𤷙
54432 hwci 𤷚
54433 htci 𤷚
54434 hcj;i 𤷛
54435 hitxi 𤷜
54436 hkhxi 𤷜
54437 hibxi 𤷜
54438 hoadi 𤷝
54439 hltni 𤷞
54440 hoyi 𤷟
54441 hv.i 𤷠
54442 hesi 𤷡
54443 huaki 𤷢
54444 hofi 𤷣
54445 h.zui 𤷤
54446 hkxui 𤷥
54447 hy;ci 𤷦
54448 hnmsi 𤷧
54449 hgrri 𤷨
54450 hcx;i 𤷩
54451 hgfui 𤷪
54452 hvjei 𤷫
54453 h.ori 𤷬
54454 hti 𤷭
54455 hlphi 𤷭
54456 h.yri 𤷮
54457 hbjei 𤷯
54458 hzfi 𤷰
54459 hei 𤷱
54460 hxvi 𤷲
54461 hdgi 𤷳
54462 hkyxi 𤷴
54463 hrtbi 𤷵
54464 hrlxi 𤷶
54465 haaui 𤷷
54466 h.xti 𤷸
54467 hnlbi 𤷹
54468 hngki 𤷹
54469 hoabi 𤷺
54470 hofbi 𤷺
54471 hwl.i 𤷻
54472 hwlmi 𤷻
54473 hwlhi 𤷻
54474 hvji 𤷼
54475 hkkji 𤷽
54476 hqzki 𤷾
54477 hnkhi 𤷿
54478 hgcui 𤸀
54479 hw.i 𤸁
54480 halzi 𤸂
54481 hn,bi 𤸃
54482 h/ci 𤸄
54483 htspi 𤸅
54484 ht;qi 𤸆
54485 h.ari 𤸇
54486 hipi 𤸈
54487 hi.i 𤸉
54488 hx;ni 𤸊
54489 hpkei 𤸋
54490 hkzi 𤸌
54491 h.xi 𤸍
54492 hplsi 𤸎
54493 hvaci 𤸏
54494 hipxi 𤸐
54495 hkhxi 𤸐
54496 hop.i 𤸑
54497 hpmi 𤸒
54498 hax.i 𤸓
54499 h;;;i 𤸔
54500 hlani 𤸕
54501 hlfni 𤸕
54502 hy;xi 𤸖
54503 hkfhi 𤸗
54504 hemi 𤸘
54505 hzhui 𤸙
54506 hrsfi 𤸚
54507 hrszi 𤸚
54508 hpni 𤸛
54509 hizei 𤸜
54510 hbjbi 𤸝
54511 hfjfi 𤸞
54512 hrjfi 𤸞
54513 horhi 𤸟
54514 hfpi 𤸠
54515 hfjzi 𤸡
54516 hdddi 𤸢
54517 hladi 𤸣
54518 hlfdi 𤸣
54519 hitxi 𤸤
54520 hy;di 𤸥
54521 hgffi 𤸦
54522 hnaai 𤸧
54523 hs,ci 𤸨
54524 hj;bi 𤸩
54525 hjpbi 𤸩
54526 hfjoi 𤸪
54527 hrjoi 𤸪
54528 h;mi 𤸫
54529 hypxi 𤸬
54530 hytxi 𤸬
54531 h.rci 𤸭
54532 hbcui 𤸮
54533 hbbvi 𤸯
54534 hkkyi 𤸰
54535 hrxui 𤸱
54536 hgc,i 𤸲
54537 hdqii 𤸳
54538 hfjxi 𤸴
54539 hqhhi 𤸵
54540 hrlfi 𤸶
54541 htldi 𤸷
54542 hikui 𤸸
54543 h,,ei 𤸹
54544 hyxki 𤸺
54545 hwboi 𤸻
54546 hl,i 𤸼
54547 h,ni 𤸽
54548 hxxui 𤸾
54549 hddsi 𤸿
54550 hpbbi 𤹀
54551 hpa.i 𤹁
54552 hir,i 𤹂
54553 hzksi 𤹃
54554 hp;vi 𤹄
54555 hxxvi 𤹅
54556 hkybi 𤹆
54557 hlv;i 𤹇
54558 hvvsi 𤹈
54559 hal.i 𤹉
54560 hcl/i 𤹊
54561 hlvsi 𤹋
54562 hledi 𤹌
54563 hxuqi 𤹍
54564 hxx,i 𤹎
54565 hxxni 𤹏
54566 ham,i 𤹐
54567 hkini 𤹑
54568 hkkni 𤹑
54569 hykxi 𤹒
54570 htlti 𤹓
54571 hykhi 𤹔
54572 hpzni 𤹕
54573 hqafi 𤹖
54574 hkxbi 𤹗
54575 hzahi 𤹘
54576 hyhsi 𤹙
54577 haexi 𤹚
54578 hrani 𤹛
54579 hn;;i 𤹜
54580 hpffi 𤹝
54581 hprfi 𤹝
54582 hyk;i 𤹞
54583 hyk;i 𤹟
54584 hrmi 𤹠
54585 heuai 𤹡
54586 heqei 𤹢
54587 helii 𤹣
54588 hizci 𤹤
54589 hkzci 𤹤
54590 hrbbi 𤹥
54591 h;y;i 𤹦
54592 h;f;i 𤹦
54593 hnudi 𤹧
54594 hqni 𤹨
54595 hzkyi 𤹩
54596 hq;;i 𤹪
54597 ho;.i 𤹫
54598 h.phi 𤹬
54599 hbbci 𤹭
54600 hxxci 𤹮
54601 hbjni 𤹯
54602 hcjdi 𤹰
54603 hztbi 𤹱
54604 hrkpi 𤹲
54605 hvvdi 𤹳
54606 hvvwi 𤹴
54607 hzfhi 𤹵
54608 hzzi 𤹶
54609 hl,i 𤹷
54610 huni 𤹸
54611 hj/bi 𤹹
54612 hirui 𤹺
54613 hweei 𤹻
54614 hes.i 𤹼
54615 hyjki 𤹽
54616 hpozi 𤹾
54617 hu,i 𤹿
54618 hyyxi 𤺀
54619 hpzxi 𤺁
54620 hzkki 𤺂
54621 hljfi 𤺃
54622 hypri 𤺄
54623 hddbi 𤺅
54624 hprki 𤺆
54625 h.gfi 𤺇
54626 hbrpi 𤺈
54627 hbrhi 𤺈
54628 hhl,i 𤺉
54629 h.l,i 𤺉
54630 hraoi 𤺊
54631 hqk.i 𤺋
54632 hbqii 𤺌
54633 hqe.i 𤺍
54634 hte.i 𤺍
54635 hol,i 𤺎
54636 hl,pi 𤺏
54637 h.psi 𤺐
54638 hxxci 𤺑
54639 heqyi 𤺒
54640 h,.i 𤺓
54641 hrsmi 𤺔
54642 htgmi 𤺕
54643 hey.i 𤺖
54644 hz,ei 𤺗
54645 haeki 𤺘
54646 heeei 𤺙
54647 hfjxi 𤺚
54648 hrjxi 𤺚
54649 hevi 𤺛
54650 htg;i 𤺜
54651 heosi 𤺝
54652 hecai 𤺞
54653 hewai 𤺞
54654 hbbci 𤺟
54655 hi/di 𤺠
54656 hapci 𤺡
54657 hvvvi 𤺢
54658 hvv,i 𤺣
54659 hziki 𤺤
54660 hli;i 𤺥
54661 hiz;i 𤺦
54662 hkz;i 𤺦
54663 hk/pi 𤺧
54664 hibei 𤺨
54665 hitei 𤺨
54666 huibi 𤺩
54667 hukbi 𤺩
54668 hir;i 𤺪
54669 hif;i 𤺪
54670 hnnni 𤺫
54671 hr;.i 𤺬
54672 hltfi 𤺭
54673 hgkyi 𤺮
54674 heni 𤺯
54675 hijki 𤺰
54676 hmz,i 𤺱
54677 hcj.i 𤺲
54678 hbcfi 𤺳
54679 hribi 𤺴
54680 h;ypi 𤺵
54681 hg,bi 𤺶
54682 hvaai 𤺷
54683 hvgai 𤺷
54684 h.pxi 𤺸
54685 htp.i 𤺹
54686 hypai 𤺺
54687 hkydi 𤺻
54688 hbbbi 𤺼
54689 htlfi 𤺽
54690 hljzi 𤺾
54691 hepbi 𤺿
54692 hezxi 𤻀
54693 hljfi 𤻁
54694 h/rfi 𤻂
54695 hprpi 𤻃
54696 hprhi 𤻃
54697 hi.ni 𤻄
54698 h.j.i 𤻅
54699 haami 𤻆
54700 hvvci 𤻇
54701 hpp.i 𤻈
54702 hkl,i 𤻉
54703 hlvmi 𤻊
54704 hjifi 𤻋
54705 hm;ni 𤻌
54706 hiuki 𤻍
54707 hvvci 𤻎
54708 hoqbi 𤻏
54709 horbi 𤻏
54710 hypki 𤻐
54711 hnici 𤻑
54712 hgyfi 𤻒
54713 rakki 𤻓
54714 hfrpi 𤻔
54715 hfrhi 𤻔
54716 hxkyi 𤻕
54717 hljei 𤻖
54718 hljfi 𤻖
54719 hpx,i 𤻗
54720 h.qni 𤻘
54721 hfkbi 𤻙
54722 hvvki 𤻚
54723 hrkxi 𤻛
54724 hfrui 𤻜
54725 hnndi 𤻝
54726 hak.i 𤻞
54727 hf/mi 𤻟
54728 hrk/i 𤻠
54729 hr;ri 𤻡
54730 hqobi 𤻢
54731 hdkpi 𤻣
54732 hkkpi 𤻣
54733 hlvei 𤻤
54734 hlnei 𤻥
54735 hljxi 𤻦
54736 hlmvi 𤻧
54737 hydei 𤻨
54738 hxu,i 𤻩
54739 hzaei 𤻪
54740 hcahi 𤻫
54741 hyf;i 𤻬
54742 hya;i 𤻭
54743 hkkni 𤻮
54744 hozxi 𤻯
54745 hfzxi 𤻰
54746 hepni 𤻱
54747 hlpvi 𤻲
54748 hxlvi 𤻲
54749 hgggi 𤻳
54750 huici 𤻴
54751 hukci 𤻴
54752 hckxi 𤻵
54753 hxgfi 𤻶
54754 hlmui 𤻷
54755 hkkqi 𤻸
54756 hfp/i 𤻹
54757 hp;.i 𤻺
54758 hf/xi 𤻻
54759 hu,pi 𤻼
54760 heii 𤻽
54761 htgfi 𤻾
54762 hbqvi 𤻿
54763 hlpvi 𤻿
54764 hu,vi 𤼀
54765 hf/ji 𤼁
54766 hnrni 𤼂
54767 hnfni 𤼂
54768 hyuqi 𤼃
54769 hoa.i 𤼄
54770 h;;;i 𤼅
54771 huixi 𤼆
54772 hukxi 𤼆
54773 hrihi 𤼇
54774 hojki 𤼈
54775 hqeni 𤼉
54776 hteni 𤼉
54777 hokmi 𤼊
54778 hkkxi 𤼋
54779 hbbki 𤼌
54780 hvvpi 𤼍
54781 hp,ui 𤼎
54782 hi;ki 𤼏
54783 hf;yi 𤼐
54784 hvvui 𤼑
54785 hdk;i 𤼒
54786 hfqui 𤼓
54787 hg,ni 𤼔
54788 haexi 𤼕
54789 h///i 𤼖
54790 hyqci 𤼗
54791 hyuhi 𤼘
54792 hyufi 𤼘
54793 hyuzi 𤼘
54794 hyxxi 𤼙
54795 hxyxi 𤼙
54796 hfp/i 𤼚
54797 hxuxi 𤼛
54798 hlp/i 𤼜
54799 holxi 𤼝
54800 hodki 𤼞
54801 hmmmi 𤼟
54802 hw./i 𤼠
54803 hkk,i 𤼡
54804 hf;ki 𤼢
54805 hyxni 𤼣
54806 hxyni 𤼣
54807 h/zzi 𤼤
54808 bgsi 𤼥
54809 bbi 𤼦
54810 bebi 𤼧
54811 bvi 𤼨
54812 bozi 𤼩
54813 bxfi 𤼪
54814 bbasi 𤼫
54815 bebi 𤼬
54816 b/i 𤼭
54817 b.agi 𤼮
54818 b;ci 𤼯
54819 btgpi 𤼰
54820 fbmi 𤼱
54821 btg.i 𤼲
54822 brkfi 𤼳
54823 brxfi 𤼴
54824 btgzi 𤼵
54825 bqibi 𤼶
54826 bqifi 𤼷
54827 bqiai 𤼸
54828 bm.i 𤼹
54829 bmsbi 𤼺
54830 beii 𤼻
54831 bsdbi 𤼼
54832 bslbi 𤼼
54833 bqibi 𤼼
54834 lpdi 𤼽
54835 lpsi 𤼾
54836 lpdai 𤼿
54837 lpgdi 𤽀
54838 lpfi 𤽁
54839 lpafi 𤽂
54840 lpedi 𤽃
54841 lpddi 𤽃
54842 lpci 𤽄
54843 lpdki 𤽄
54844 lpasi 𤽅
54845 lpdai 𤽆
54846 lpedi 𤽆
54847 lpoi 𤽇
54848 lp,i 𤽈
54849 lpkji 𤽉
54850 lpqqi 𤽊
54851 lpwai 𤽋
54852 lpadi 𤽌
54853 lpydi 𤽌
54854 lpoi 𤽍
54855 lpaxi 𤽎
54856 lpqqi 𤽏
54857 lpebi 𤽐
54858 lpfbi 𤽑
54859 lpfi 𤽒
54860 lpeai 𤽓
54861 lpcai 𤽔
54862 lpysi 𤽕
54863 lpz.i 𤽖
54864 lpagi 𤽗
54865 lpzbi 𤽘
54866 lppfi 𤽙
54867 lp/i 𤽚
54868 lpjai 𤽛
54869 lpavi 𤽜
54870 lpifi 𤽝
54871 yrlpi 𤽞
54872 lpzei 𤽟
54873 ..api 𤽠
54874 lp.ki 𤽡
54875 lpaei 𤽢
54876 nllpi 𤽣
54877 eqlpi 𤽤
54878 lp.;i 𤽥
54879 lpodi 𤽦
54880 lpri 𤽧
54881 lpaqi 𤽨
54882 alzki 𤽩
54883 alzpi 𤽩
54884 lplsi 𤽪
54885 lpzai 𤽫
54886 lpzki 𤽬
54887 lpx.i 𤽭
54888 lpyfi 𤽮
54889 lpzhi 𤽯
54890 lpvhi 𤽰
54891 lpvfi 𤽰
54892 lpvzi 𤽰
54893 lp;ci 𤽱
54894 lppbi 𤽲
54895 lpepi 𤽳
54896 lpdpi 𤽳
54897 lprfi 𤽴
54898 lpobi 𤽵
54899 lpbqi 𤽶
54900 lpzxi 𤽷
54901 lpxri 𤽸
54902 lplfi 𤽹
54903 lpwci 𤽺
54904 lptci 𤽺
54905 lpzfi 𤽻
54906 lpkyi 𤽼
54907 icapi 𤽽
54908 lpesi 𤽾
54909 lpini 𤽿
54910 lpkni 𤽿
54911 lprmi 𤾀
54912 lplfi 𤾁
54913 lpnsi 𤾂
54914 lp,,i 𤾃
54915 azppi 𤾄
54916 lpeei 𤾅
54917 lposi 𤾆
54918 lposi 𤾇
54919 lpjqi 𤾈
54920 lpp.i 𤾉
54921 tgqpi 𤾊
54922 alpfi 𤾋
54923 lpc;i 𤾌
54924 lplfi 𤾍
54925 lplfi 𤾎
54926 lplvi 𤾏
54927 lprqi 𤾐
54928 lpaai 𤾑
54929 lppsi 𤾒
54930 alpvi 𤾓
54931 lpfvi 𤾔
54932 yylpi 𤾕
54933 lpzhi 𤾖
54934 casri 𤾗
54935 lpz;i 𤾘
54936 lpi;i 𤾙
54937 lplvi 𤾚
54938 lpaci 𤾛
54939 lplhi 𤾜
54940 lpnvi 𤾝
54941 z;zpi 𤾞
54942 lpyfi 𤾟
54943 lp;fi 𤾠
54944 lp.,i 𤾡
54945 lph,i 𤾡
54946 lpbii 𤾢
54947 lpczi 𤾣
54948 lpndi 𤾤
54949 lpkpi 𤾥
54950 lpt;i 𤾦
54951 lpcvi 𤾧
54952 lpzbi 𤾨
54953 alppi 𤾩
54954 lplzi 𤾪
54955 lpbyi 𤾫
54956 lpf.i 𤾬
54957 lpapi 𤾭
54958 lprni 𤾮
54959 lpcki 𤾯
54960 lpqci 𤾰
54961 lpndi 𤾱
54962 lpafi 𤾲
54963 lpaai 𤾲
54964 trpri 𤾳
54965 tfpri 𤾳
54966 lpffi 𤾴
54967 lp,fi 𤾵
54968 lpqmi 𤾶
54969 lpozi 𤾷
54970 lpf,i 𤾸
54971 lpffi 𤾹
54972 lprfi 𤾹
54973 lpafi 𤾺
54974 lpz;i 𤾻
54975 lpfgi 𤾼
54976 lp.ji 𤾽
54977 lpjvi 𤾾
54978 mee,i 𤾿
54979 lpomi 𤿀
54980 lpcci 𤿁
54981 lpahi 𤿂
54982 lp.hi 𤿃
54983 lpwwi 𤿄
54984 lpzki 𤿅
54985 tbadi 𤿆
54986 tbji 𤿇
54987 lhtbi 𤿈
54988 tblhi 𤿉
54989 aftbi 𤿊
54990 tbfli 𤿋
54991 ;tbi 𤿌
54992 tbafi 𤿍
54993 qqtbi 𤿎
54994 jktbi 𤿏
54995 aftbi 𤿐
54996 afabi 𤿐
54997 kstbi 𤿑
54998 tbjki 𤿒
54999 ..tbi 𤿓
55000 jytbi 𤿔
55001 tsabi 𤿕
55002 avtbi 𤿖
55003 tbvai 𤿗
55004 l;tbi 𤿘
55005 eqtbi 𤿙
55006 uatbi 𤿚
55007 tbf;i 𤿛
55008 rxtbi 𤿜
55009 e;tbi 𤿝
55010 f;tbi 𤿞
55011 lptbi 𤿟
55012 r;tbi 𤿠
55013 jzgbi 𤿡
55014 a/tbi 𤿢
55015 dafbi 𤿣
55016 ltbi 𤿤
55017 jgrbi 𤿥
55018 tbmmi 𤿦
55019 pafbi 𤿧
55020 cutbi 𤿨
55021 o;tbi 𤿩
55022 lapbi 𤿪
55023 k;sbi 𤿫
55024 tbafi 𤿬
55025 tbqhi 𤿭
55026 ;grbi 𤿮
55027 j;sbi 𤿯
55028 jpsbi 𤿯
55029 arfbi 𤿰
55030 ;bebi 𤿱
55031 ;lebi 𤿱
55032 r.tbi 𤿲
55033 rmtbi 𤿲
55034 qdtbi 𤿳
55035 wctbi 𤿴
55036 tctbi 𤿴
55037 bbbbi 𤿵
55038 jrkbi 𤿶
55039 jotbi 𤿷
55040 tbrpi 𤿸
55041 rifbi 𤿹
55042 rakbi 𤿺
55043 eetbi 𤿻
55044 cj;bi 𤿼
55045 cptbi 𤿽
55046 lplbi 𤿾
55047 grgbi 𤿿
55048 rifbi 𥀀
55049 rlpbi 𥀁
55050 rrfbi 𥀂
55051 ktobi 𥀃
55052 jzobi 𥀄
55053 eqjbi 𥀅
55054 n.tbi 𥀆
55055 fjibi 𥀇
55056 afobi 𥀈
55057 lfobi 𥀈
55058 lfkbi 𥀉
55059 tbtqi 𥀊
55060 tbdpi 𥀋
55061 tbf;i 𥀌
55062 xuqbi 𥀍
55063 vatbi 𥀎
55064 ykkbi 𥀏
55065 fpfbi 𥀐
55066 tbd;i 𥀑
55067 tb;pi 𥀒
55068 ohjbi 𥀓
55069 yqqbi 𥀔
55070 pffbi 𥀕
55071 prfbi 𥀕
55072 tb;;i 𥀖
55073 p/bbi 𥀗
55074 bbtbi 𥀘
55075 jkkbi 𥀙
55076 ;ypbi 𥀚
55077 ;fpbi 𥀚
55078 tbqpi 𥀛
55079 tb;;i 𥀜
55080 tbnpi 𥀝
55081 irlbi 𥀞
55082 izgbi 𥀞
55083 kkkbi 𥀟
55084 tb;mi 𥀠
55085 xaubi 𥀡
55086 ffmbi 𥀢
55087 o..bi 𥀣
55088 tbphi 𥀤
55089 fplbi 𥀥
55090 pulbi 𥀦
55091 pusbi 𥀦
55092 puzbi 𥀦
55093 xuzbi 𥀧
55094 xuybi 𥀧
55095 tbjti 𥀨
55096 tbjai 𥀨
55097 tbjqi 𥀨
55098 tbjsi 𥀨
55099 jaabi 𥀩
55100 tbyyi 𥀪
55101 zalbi 𥀫
55102 zpubi 𥀬
55103 tbzei 𥀭
55104 uwlbi 𥀮
55105 tbfxi 𥀯
55106 w/wbi 𥀰
55107 wp.bi 𥀰
55108 nrpbi 𥀱
55109 tbrmi 𥀲
55110 tbvzi 𥀳
55111 ;;zbi 𥀴
55112 epubi 𥀵
55113 y;;bi 𥀶
55114 r;ifi 𥀷
55115 tbzji 𥀸
55116 fjdbi 𥀹
55117 fjxbi 𥀹
55118 yxxbi 𥀺
55119 xyxbi 𥀺
55120 r;ixi 𥀻
55121 r;iri 𥀼
55122 r;ixi 𥀽
55123 r;ini 𥀽
55124 r;i;i 𥀾
55125 uagi 𥀿
55126 jui 𥁀
55127 qui 𥁁
55128 gfui 𥁂
55129 ysui 𥁃
55130 aagui 𥁄
55131 wui 𥁅
55132 qdlui 𥁆
55133 hfui 𥁇
55134 fbui 𥁈
55135 sfui 𥁉
55136 szui 𥁉
55137 zbui 𥁊
55138 zaui 𥁋
55139 igui 𥁌
55140 khgui 𥁌
55141 utki 𥁍
55142 jfui 𥁎
55143 j;ui 𥁏
55144 x;ui 𥁐
55145 nlui 𥁑
55146 xbui 𥁒
55147 z;ui 𥁓
55148 ulni 𥁔
55149 /ui 𥁕
55150 pui 𥁕
55151 ;eui 𥁖
55152 nqui 𥁗
55153 as.ui 𥁘
55154 axhui 𥁘
55155 kgfui 𥁙
55156 ohjui 𥁚
55157 bgdui 𥁛
55158 tgdui 𥁜
55159 tcui 𥁝
55160 gacui 𥁝
55161 gzui 𥁝
55162 trui 𥁞
55163 ameui 𥁟
55164 izui 𥁠
55165 kzui 𥁠
55166 caaui 𥁡
55167 lzeui 𥁢
55168 kkjui 𥁣
55169 cjhui 𥁤
55170 cjkui 𥁤
55171 tstui 𥁥
55172 aqxui 𥁦
55173 iaxui 𥁧
55174 wgfui 𥁨
55175 clqui 𥁩
55176 bgcui 𥁪
55177 aaaui 𥁫
55178 lpxui 𥁬
55179 cjsui 𥁭
55180 kd.ui 𥁮
55181 ;cui 𥁯
55182 pkjui 𥁰
55183 xgcui 𥁱
55184 cclui 𥁲
55185 ckjui 𥁳
55186 ;l.ui 𥁴
55187 c;dui 𥁵
55188 aequi 𥁶
55189 clnui 𥁷
55190 izgui 𥁸
55191 kzgui 𥁸
55192 vvui 𥁹
55193 ujsui 𥁺
55194 pjsui 𥁻
55195 coaui 𥁼
55196 eacui 𥁽
55197 uzhui 𥁾
55198 ki;ui 𥁿
55199 uuui 𥂀
55200 ro;ui 𥂁
55201 bgdui 𥂂
55202 ..qui 𥂃
55203 jdui 𥂄
55204 rktui 𥂅
55205 rkgui 𥂅
55206 caaui 𥂆
55207 rxuti 𥂇
55208 cqhui 𥂈
55209 adsui 𥂉
55210 rxrui 𥂊
55211 civui 𥂋
55212 v.;ui 𥂌
55213 ;;zui 𥂍
55214 rifui 𥂎
55215 lmzui 𥂏
55216 lmzui 𥂐
55217 l,.ui 𥂑
55218 .v.ui 𥂑
55219 xodui 𥂒
55220 nvvui 𥂓
55221 bbkui 𥂔
55222 rifui 𥂕
55223 cwcui 𥂖
55224 pkjui 𥂗
55225 apjui 𥂘
55226 zkyui 𥂙
55227 yf.ui 𥂚
55228 trpui 𥂛
55229 i;pui 𥂜
55230 kipui 𥂝
55231 o..ui 𥂞
55232 lmkui 𥂟
55233 lmsui 𥂟
55234 qdtui 𥂠
55235 ym;ui 𥂡
55236 rh.ui 𥂢
55237 rl.ui 𥂢
55238 y;gui 𥂣
55239 of;ui 𥂤
55240 emaui 𥂥
55241 y;gui 𥂦
55242 apzui 𥂧
55243 bbiui 𥂨
55244 f;lui 𥂩
55245 ru.ui 𥂪
55246 amaui 𥂫
55247 yjkui 𥂬
55248 qdtui 𥂭
55249 p,ui 𥂮
55250 frpui 𥂯
55251 apfui 𥂰
55252 zifui 𥂱
55253 iebui 𥂲
55254 kg,ui 𥂳
55255 ipzui 𥂴
55256 ctfui 𥂵
55257 yjdui 𥂶
55258 o;qui 𥂷
55259 vpaui 𥂸
55260 apzui 𥂹
55261 pl.ui 𥂺
55262 .xkui 𥂻
55263 .dkui 𥂼
55264 .bmui 𥂽
55265 .bjui 𥂽
55266 kjaui 𥂾
55267 flyui 𥂿
55268 yjkui 𥃀
55269 rifui 𥃁
55270 ypkui 𥃂
55271 .bbui 𥃃
55272 aplui 𥃄
55273 ipxui 𥃅
55274 qdtui 𥃆
55275 pppui 𥃇
55276 ep.ui 𥃈
55277 qdtui 𥃉
55278 xziui 𥃊
55279 i;uai 𥃋
55280 yfvui 𥃌
55281 xriui 𥃍
55282 sxrui 𥃍
55283 xziui 𥃎
55284 .riui 𥃏
55285 yejui 𥃐
55286 lmu.i 𥃑
55287 iaxui 𥃒
55288 e;iui 𥃓
55289 eqiui 𥃓
55290 ocoui 𥃔
55291 veaui 𥃕
55292 ooaui 𥃖
55293 ibaui 𥃗
55294 ojqui 𥃘
55295 irupi 𥃙
55296 yplui 𥃚
55297 lmspi 𥃛
55298 oocui 𥃜
55299 oj;ui 𥃝
55300 tdasi 𥃞
55301 rbsui 𥃟
55302 u,pui 𥃠
55303 qdtui 𥃡
55304 j;qui 𥃢
55305 iruui 𥃣
55306 jsi 𥃤
55307 jgi 𥃥
55308 kji 𥃦
55309 jsdi 𥃧
55310 jci 𥃨
55311 jqi 𥃩
55312 jfi 𥃪
55313 jbi 𥃫
55314 jdi 𥃬
55315 fji 𥃭
55316 kji 𥃮
55317 jsi 𥃯
55318 yji 𥃰
55319 jki 𥃱
55320 jfi 𥃲
55321 jaagi 𥃳
55322 jsfi 𥃴
55323 jszi 𥃴
55324 jshi 𥃵
55325 jlsi 𥃶
55326 jfhi 𥃷
55327 jgdsi 𥃸
55328 jedi 𥃹
55329 jdddi 𥃹
55330 jasi 𥃺
55331 cji 𥃻
55332 jlxi 𥃼
55333 jqi 𥃽
55334 jri 𥃾
55335 jqi 𥃿
55336 jdasi 𥄀
55337 jssi 𥄀
55338 js.i 𥄁
55339 fjai 𥄂
55340 .ji 𥄃
55341 j.dki 𥄄
55342 jgi 𥄅
55343 jaxi 𥄆
55344 oasji 𥄇
55345 ykji 𥄈
55346 jswi 𥄉
55347 jaedi 𥄊
55348 jaddi 𥄊
55349 jjki 𥄋
55350 jlsfi 𥄌
55351 jslfi 𥄌
55352 jkei 𥄍
55353 jebi 𥄎
55354 jfbi 𥄏
55355 jy.i 𥄐
55356 jzi 𥄑
55357 jkqi 𥄒
55358 zji 𥄓
55359 jajdi 𥄔
55360 jyjdi 𥄔
55361 fji 𥄕
55362 jkfi 𥄖
55363 jbhhi 𥄗
55364 jbhi 𥄗
55365 kjji 𥄘
55366 klji 𥄘
55367 jadsi 𥄙
55368 jaci 𥄚
55369 jadki 𥄚
55370 jbgdi 𥄛
55371 jxfi 𥄜
55372 jadi 𥄝
55373 jjbi 𥄞
55374 kjji 𥄟
55375 jxgi 𥄠
55376 j;di 𥄡
55377 jvi 𥄢
55378 j,i 𥄣
55379 oji 𥄤
55380 lqji 𥄥
55381 jysi 𥄦
55382 j,i 𥄧
55383 jgri 𥄨
55384 jxsi 𥄩
55385 atji 𥄪
55386 jlbi 𥄫
55387 jgki 𥄫
55388 jati 𥄬
55389 jofi 𥄭
55390 jlri 𥄮
55391 jari 𥄮
55392 jigi 𥄯
55393 jkhgi 𥄯
55394 jkaai 𥄰
55395 tgeji 𥄱
55396 /ji 𥄲
55397 /ci 𥄳
55398 jnki 𥄴
55399 jvhi 𥄵
55400 jgqi 𥄶
55401 jqti 𥄷
55402 jodji 𥄸
55403 jolji 𥄸
55404 jltsi 𥄹
55405 jifi 𥄺
55406 jnqi 𥄻
55407 j.xki 𥄼
55408 aaaxi 𥄽
55409 dalji 𥄾
55410 jbaai 𥄿
55411 jegki 𥅀
55412 jebi 𥅀
55413 joei 𥅁
55414 jkgsi 𥅂
55415 jpai 𥅃
55416 wbji 𥅄
55417 jfdi 𥅅
55418 jjri 𥅆
55419 j.bi 𥅇
55420 jyi 𥅈
55421 lpji 𥅉
55422 ljaji 𥅉
55423 jzai 𥅊
55424 jrsi 𥅋
55425 ;daji 𥅌
55426 ibji 𥅍
55427 khbji 𥅍
55428 jiagi 𥅎
55429 jkagi 𥅎
55430 japi 𥅏
55431 albji 𥅐
55432 jei 𥅑
55433 jlfdi 𥅒
55434 jogsi 𥅓
55435 joai 𥅔
55436 luji 𥅕
55437 jyri 𥅖
55438 jtbi 𥅗
55439 jjci 𥅘
55440 jajki 𥅙
55441 jzagi 𥅚
55442 jzaxi 𥅛
55443 jzhxi 𥅛
55444 jzaxi 𥅜
55445 jzhxi 𥅜
55446 afaji 𥅝
55447 afji 𥅝
55448 jaqxi 𥅞
55449 jyk.i 𥅟
55450 j.qi 𥅠
55451 jalei 𥅡
55452 j.dbi 𥅢
55453 jbqi 𥅣
55454 rptxi 𥅤
55455 jnwi 𥅥
55456 jfki 𥅦
55457 jlui 𥅧
55458 japai 𥅨
55459 jkaxi 𥅩
55460 jsd.i 𥅪
55461 /jjji 𥅫
55462 jlaxi 𥅬
55463 jaapi 𥅭
55464 ameji 𥅮
55465 jafxi 𥅯
55466 jazxi 𥅯
55467 rjxi 𥅰
55468 ddzji 𥅱
55469 jovi 𥅲
55470 jaffi 𥅳
55471 jafi 𥅳
55472 jzii 𥅴
55473 jaiki 𥅴
55474 ekji 𥅵
55475 ejfdi 𥅶
55476 clyji 𥅷
55477 jlaei 𥅸
55478 jlfsi 𥅸
55479 j.jdi 𥅹
55480 jjtsi 𥅺
55481 jzsi 𥅻
55482 jyxsi 𥅻
55483 j,i 𥅼
55484 i;ji 𥅽
55485 jnri 𥅾
55486 jolhi 𥅿
55487 joshi 𥅿
55488 jcqi 𥆀
55489 jamei 𥆁
55490 jkari 𥆂
55491 jklri 𥆂
55492 jw;i 𥆃
55493 jcasi 𥆄
55494 r;ji 𥆅
55495 jaxoi 𥆆
55496 rkji 𥆇
55497 jrqi 𥆈
55498 jklbi 𥆉
55499 jebi 𥆊
55500 ja.i 𥆋
55501 jji 𥆌
55502 jaesi 𥆍
55503 jxsi 𥆎
55504 jzgxi 𥆏
55505 jat;i 𥆐
55506 jlrbi 𥆑
55507 jarbi 𥆑
55508 jlpsi 𥆒
55509 jkpdi 𥆓
55510 jrlfi 𥆔
55511 y;jji 𥆕
55512 jqii 𥆖
55513 zjebi 𥆗
55514 jmi 𥆘
55515 jzshi 𥆙
55516 jzs.i 𥆙
55517 jcari 𥆚
55518 .sbji 𥆛
55519 j.yri 𥆜
55520 cclji 𥆝
55521 /dz/i 𥆞
55522 jk;si 𥆟
55523 joa;i 𥆠
55524 jig;i 𥆡
55525 jkh;i 𥆡
55526 jjqi 𥆢
55527 jjbi 𥆣
55528 prji 𥆤
55529 jrci 𥆥
55530 jzsri 𥆦
55531 jhjri 𥆧
55532 jzoi 𥆨
55533 jyxoi 𥆨
55534 jdpsi 𥆩
55535 jv;i 𥆪
55536 j;vi 𥆫
55537 j.gfi 𥆬
55538 jozi 𥆭
55539 jrsai 𥆮
55540 jresi 𥆮
55541 jqqri 𥆯
55542 j;aoi 𥆰
55543 jdigi 𥆱
55544 jdkgi 𥆱
55545 jl.di 𥆲
55546 hfhji 𥆳
55547 hfcji 𥆳
55548 hzfji 𥆴
55549 j,fi 𥆵
55550 j.hoi 𥆶
55551 jh.oi 𥆶
55552 jtjbi 𥆷
55553 jwtki 𥆸
55554 jdlbi 𥆹
55555 jdgki 𥆹
55556 japi 𥆺
55557 j;l;i 𥆻
55558 j;;i 𥆻
55559 jpri 𥆼
55560 j;igi 𥆽
55561 j;kgi 𥆽
55562 jjhni 𥆾
55563 jf,hi 𥆿
55564 jfysi 𥇀
55565 jkyri 𥇁
55566 j;bei 𥇂
55567 j;lei 𥇂
55568 j.,i 𥇃
55569 jbji 𥇄
55570 j;sji 𥇅
55571 jpsji 𥇅
55572 j,si 𥇆
55573 jccli 𥇇
55574 jpasi 𥇈
55575 jirsi 𥇉
55576 jizsi 𥇉
55577 jpqqi 𥇊
55578 jysji 𥇋
55579 jjoi 𥇌
55580 jepfi 𥇍
55581 jtgci 𥇎
55582 jp,i 𥇏
55583 joni 𥇐
55584 jajki 𥇑
55585 jywi 𥇒
55586 jnaci 𥇓
55587 jqxi 𥇔
55588 joaei 𥇕
55589 jofei 𥇕
55590 eeji 𥇖
55591 jbpfi 𥇗
55592 jplvi 𥇘
55593 qaxji 𥇙
55594 jzqdi 𥇚
55595 zjji 𥇛
55596 jy;fi 𥇜
55597 jzifi 𥇝
55598 je;ri 𥇞
55599 jykbi 𥇟
55600 .jji 𥇠
55601 /zifi 𥇡
55602 jqfoi 𥇢
55603 jbddi 𥇣
55604 jbfdi 𥇤
55605 ji;ki 𥇥
55606 jvoi 𥇦
55607 jzaci 𥇧
55608 eglji 𥇨
55609 eb,ji 𥇨
55610 joagi 𥇩
55611 jeei 𥇪
55612 jici 𥇫
55613 jigki 𥇫
55614 jibi 𥇫
55615 jpvi 𥇬
55616 joz;i 𥇭
55617 kkeji 𥇮
55618 jl..i 𥇯
55619 jl.ni 𥇰
55620 jzvi 𥇱
55621 jyxvi 𥇱
55622 ctbji 𥇲
55623 jtjdi 𥇳
55624 jxoi 𥇴
55625 jbrdi 𥇵
55626 jii 𥇶
55627 jdgi 𥇷
55628 joadi 𥇸
55629 jpahi 𥇹
55630 jxzhi 𥇺
55631 jnpfi 𥇻
55632 jgfi 𥇼
55633 .gfji 𥇽
55634 .gfsi 𥇽
55635 jlqqi 𥇾
55636 jqaxi 𥇿
55637 jjzi 𥈀
55638 jojni 𥈁
55639 jagai 𥈂
55640 jgdai 𥈂
55641 jnkbi 𥈃
55642 rktji 𥈄
55643 rkgji 𥈄
55644 jalei 𥈅
55645 jpji 𥈆
55646 jalzi 𥈇
55647 jl;,i 𥈈
55648 jjjzi 𥈉
55649 jafoi 𥈊
55650 jlfoi 𥈊
55651 jl;mi 𥈋
55652 jkd.i 𥈌
55653 jjzbi 𥈍
55654 jj.bi 𥈍
55655 jplsi 𥈎
55656 jjlzi 𥈏
55657 jeqvi 𥈐
55658 jjzzi 𥈑
55659 jxxfi 𥈒
55660 jm;i 𥈓
55661 jqpwi 𥈔
55662 jkaui 𥈕
55663 jigui 𥈕
55664 jzifi 𥈖
55665 jalmi 𥈗
55666 jypci 𥈘
55667 jv;ei 𥈙
55668 jnkni 𥈚
55669 jykji 𥈛
55670 fjjki 𥈜
55671 rjjki 𥈜
55672 jl.ni 𥈝
55673 jrjdi 𥈞
55674 jn,bi 𥈟
55675 eglji 𥈠
55676 ebaji 𥈠
55677 jvaci 𥈡
55678 jirzi 𥈢
55679 jfapi 𥈣
55680 jetci 𥈤
55681 jntxi 𥈥
55682 j.jri 𥈦
55683 jlzji 𥈧
55684 joji 𥈧
55685 josbi 𥈨
55686 jrksi 𥈩
55687 jjafi 𥈪
55688 jjzbi 𥈫
55689 jpmi 𥈬
55690 j;;gi 𥈭
55691 j/hi 𥈮
55692 jkpri 𥈯
55693 jcrki 𥈰
55694 jlgui 𥈱
55695 jglui 𥈱
55696 jg.ui 𥈱
55697 jjtni 𥈲
55698 jnkhi 𥈳
55699 jeqai 𥈴
55700 jeqi 𥈴
55701 jv/i 𥈵
55702 jfjfi 𥈶
55703 fjaji 𥈷
55704 vjji 𥈸
55705 jnkli 𥈹
55706 j.dpi 𥈺
55707 jrkri 𥈻
55708 lmsji 𥈼
55709 nrkji 𥈽
55710 jnkji 𥈾
55711 jqmi 𥈿
55712 j/ci 𥉀
55713 jjzei 𥉁
55714 jfyoi 𥉂
55715 xuqji 𥉃
55716 jmui 𥉄
55717 jqjdi 𥉅
55718 eaaji 𥉆
55719 jrjri 𥉇
55720 jkdui 𥉈
55721 jkdvi 𥉉
55722 jg,i 𥉊
55723 jizci 𥉋
55724 jkzci 𥉋
55725 jfi;i 𥉌
55726 jda/i 𥉍
55727 j.jsi 𥉎
55728 fpfji 𥉏
55729 j.xzi 𥉐
55730 jjkyi 𥉑
55731 jljvi 𥉒
55732 jnlui 𥉓
55733 ae,ji 𥉔
55734 jja.i 𥉕
55735 jrrni 𥉖
55736 jbbqi 𥉗
55737 j.esi 𥉘
55738 jrlpi 𥉙
55739 jkkki 𥉚
55740 jnpwi 𥉛
55741 jzlvi 𥉜
55742 jqtai 𥉝
55743 jjaai 𥉝
55744 jstai 𥉝
55745 j;;ai 𥉝
55746 j/ji 𥉞
55747 jlmbi 𥉟
55748 bgdji 𥉠
55749 jnkmi 𥉡
55750 jaeri 𥉢
55751 jykhi 𥉣
55752 j,txi 𥉤
55753 jidni 𥉥
55754 jtsji 𥉦
55755 jtgki 𥉧
55756 j.jsi 𥉨
55757 ypsji 𥉩
55758 jcozi 𥉪
55759 jypsi 𥉫
55760 jam,i 𥉬
55761 joo;i 𥉭
55762 jidui 𥉮
55763 jvrri 𥉯
55764 j.oi 𥉰
55765 jzosi 𥉱
55766 jbrxi 𥉲
55767 johpi 𥉳
55768 jnndi 𥉴
55769 nvvji 𥉵
55770 jyqqi 𥉶
55771 jzexi 𥉷
55772 jqdri 𥉸
55773 jpxi 𥉹
55774 jnkri 𥉺
55775 jmaci 𥉻
55776 jlvi 𥉼
55777 jntci 𥉽
55778 jbb.i 𥉾
55779 jzjsi 𥉿
55780 jxx.i 𥊀
55781 jnabi 𥊁
55782 j.eci 𥊂
55783 kk/ji 𥊃
55784 f/lji 𥊄
55785 jdzri 𥊅
55786 jnaci 𥊆
55787 qdtji 𥊇
55788 jlvvi 𥊈
55789 jnk;i 𥊉
55790 jfffi 𥊊
55791 j.jsi 𥊋
55792 jwpvi 𥊌
55793 rifji 𥊍
55794 jzoi 𥊎
55795 jrlji 𥊏
55796 jjnfi 𥊐
55797 jp/bi 𥊑
55798 j.fni 𥊒
55799 jnori 𥊓
55800 jyk;i 𥊔
55801 jkdui 𥊕
55802 jrkyi 𥊖
55803 jc,,i 𥊗
55804 jnzdi 𥊘
55805 jlp.i 𥊙
55806 jnvvi 𥊚
55807 jysri 𥊛
55808 jytki 𥊜
55809 jrihi 𥊝
55810 jpqxi 𥊞
55811 bjjni 𥊟
55812 jdnci 𥊠
55813 jqjki 𥊡
55814 fua;i 𥊢
55815 fjs;i 𥊢
55816 cj;ai 𥊣
55817 cj;si 𥊣
55818 j.phi 𥊤
55819 jtjoi 𥊥
55820 jbgbi 𥊦
55821 rbsji 𥊧
55822 vaaji 𥊨
55823 jqni 𥊩
55824 jhl,i 𥊪
55825 j.l,i 𥊪
55826 jsfmi 𥊫
55827 jpfmi 𥊫
55828 jpdmi 𥊫
55829 jszmi 𥊫
55830 j;axi 𥊬
55831 jiphi 𥊭
55832 jtrai 𥊮
55833 jfjxi 𥊯
55834 jrjxi 𥊯
55835 jcjci 𥊰
55836 jzgui 𥊱
55837 jzgxi 𥊱
55838 jcjvi 𥊲
55839 jir;i 𥊳
55840 jif;i 𥊳
55841 jpabi 𥊴
55842 jtcni 𥊵
55843 jmz,i 𥊶
55844 pzhji 𥊷
55845 jf/ni 𥊸
55846 nkkji 𥊹
55847 jevi 𥊺
55848 jxxxi 𥊻
55849 jcjli 𥊼
55850 /ckli 𥊽
55851 qjami 𥊾
55852 jj/bi 𥊿
55853 jqabi 𥋀
55854 jqdbi 𥋀
55855 jjjsi 𥋁
55856 jj/.i 𥋂
55857 jalei 𥋃
55858 ja/,i 𥋄
55859 //ji 𥋅
55860 jy;.i 𥋆
55861 jcjoi 𥋇
55862 rrrji 𥋈
55863 jbbei 𥋉
55864 jlz;i 𥋊
55865 jzzpi 𥋋
55866 jru.i 𥋌
55867 jlkri 𥋍
55868 jkkai 𥋍
55869 jkkji 𥋎
55870 jypxi 𥋏
55871 jccji 𥋐
55872 jj;fi 𥋑
55873 jozpi 𥋒
55874 jpyci 𥋓
55875 jda.i 𥋔
55876 jcjui 𥋕
55877 jecai 𥋖
55878 jewai 𥋖
55879 j,.i 𥋗
55880 jlcui 𥋘
55881 jcavi 𥋙
55882 f/aji 𥋚
55883 j/l/i 𥋛
55884 bjnbi 𥋜
55885 jjati 𥋝
55886 jjaai 𥋝
55887 jjaqi 𥋝
55888 jjasi 𥋝
55889 jzibi 𥋞
55890 jzkbi 𥋞
55891 jirxi 𥋟
55892 ja/ei 𥋠
55893 jjjgi 𥋡
55894 jzjji 𥋢
55895 ja/mi 𥋣
55896 cj;ji 𥋤
55897 jjjhi 𥋥
55898 jyxqi 𥋦
55899 jjt,i 𥋧
55900 jyqqi 𥋨
55901 nakji 𥋩
55902 nkkji 𥋩
55903 os.ji 𥋪
55904 jjnci 𥋫
55905 jjjji 𥋬
55906 j/zfi 𥋭
55907 jmyi 𥋮
55908 jmyi 𥋯
55909 jnaki 𥋰
55910 jnnui 𥋱
55911 jnici 𥋲
55912 jdoxi 𥋳
55913 jvvci 𥋴
55914 jypki 𥋵
55915 jypvi 𥋶
55916 jfc;i 𥋷
55917 jzpi 𥋸
55918 pafsi 𥋹
55919 jn.oi 𥋺
55920 jj.mi 𥋻
55921 jkymi 𥋼
55922 jiami 𥋼
55923 j/efi 𥋽
55924 jfopi 𥋾
55925 jrcci 𥋿
55926 jnmci 𥌀
55927 jpx,i 𥌁
55928 jjnhi 𥌂
55929 jak.i 𥌃
55930 ejaji 𥌄
55931 zpuji 𥌅
55932 jrghi 𥌆
55933 jorqi 𥌇
55934 jqdui 𥌈
55935 ji;fi 𥌉
55936 yfjfi 𥌊
55937 jf/mi 𥌋
55938 j,,qi 𥌌
55939 jykbi 𥌍
55940 jzaei 𥌎
55941 bjjki 𥌏
55942 johni 𥌐
55943 jejji 𥌑
55944 r;iji 𥌒
55945 j/rpi 𥌓
55946 j/rhi 𥌓
55947 jj/mi 𥌔
55948 rftji 𥌕
55949 jjp.i 𥌖
55950 jljji 𥌗
55951 ji.ji 𥌘
55952 bjnqi 𥌙
55953 jr/mi 𥌚
55954 jlvci 𥌛
55955 jyq,i 𥌜
55956 jox,i 𥌝
55957 jv.zi 𥌞
55958 eaoji 𥌟
55959 jepni 𥌠
55960 j/rxi 𥌡
55961 jnzci 𥌢
55962 jlpxi 𥌣
55963 jqaci 𥌤
55964 jypvi 𥌥
55965 jzzqi 𥌦
55966 ju,pi 𥌧
55967 j,ami 𥌨
55968 j.fni 𥌩
55969 jfjki 𥌪
55970 jrjki 𥌪
55971 jlw.i 𥌫
55972 jnpri 𥌬
55973 jusxi 𥌭
55974 jjsxi 𥌭
55975 juaxi 𥌭
55976 jzlei 𥌮
55977 jf/hi 𥌯
55978 j;dni 𥌰
55979 f/jsi 𥌱
55980 jy;fi 𥌲
55981 jospi 𥌳
55982 j,,/i 𥌴
55983 rkkqi 𥌵
55984 r,rqi 𥌵
55985 jokmi 𥌶
55986 jnrni 𥌷
55987 jejoi 𥌸
55988 jildi 𥌹
55989 ji;fi 𥌺
55990 jev/i 𥌻
55991 jz;;i 𥌼
55992 jmmwi 𥌽
55993 jnkni 𥌾
55994 jvaci 𥌿
55995 jkkxi 𥍀
55996 leeji 𥍁
55997 jre,i 𥍂
55998 jr;,i 𥍂
55999 j;/yi 𥍃
56000 jcaji 𥍄
56001 kkrfi 𥍅
56002 krkfi 𥍅
56003 jy,bi 𥍆
56004 j,ybi 𥍆
56005 jf/qi 𥍇
56006 jjfmi 𥍈
56007 jaeei 𥍉
56008 f;;ji 𥍊
56009 jdk;i 𥍋
56010 jolki 𥍌
56011 jol,i 𥍌
56012 jfqui 𥍍
56013 jpmmi 𥍎
56014 jy,,i 𥍏
56015 j,y,i 𥍏
56016 jflvi 𥍐
56017 jfxvi 𥍐
56018 jql;i 𥍑
56019 jlzxi 𥍒
56020 jlzni 𥍒
56021 j;;.i 𥍓
56022 jppxi 𥍔
56023 jcaui 𥍕
56024 jqdsi 𥍖
56025 jepdi 𥍗
56026 jibsi 𥍘
56027 uacci 𥍙
56028 jscci 𥍙
56029 jyx.i 𥍚
56030 jxy.i 𥍚
56031 jd;.i 𥍛
56032 jfjbi 𥍜
56033 bgdai 𥍝
56034 bgdhi 𥍞
56035 bgdki 𥍞
56036 bgdbi 𥍟
56037 bgdgi 𥍠
56038 bgdpi 𥍡
56039 bgdsi 𥍢
56040 bgdgi 𥍣
56041 bgdli 𥍤
56042 bgdxi 𥍥
56043 bgddi 𥍦
56044 bgdmi 𥍧
56045 bgdsi 𥍨
56046 bgdqi 𥍩
56047 bgd.i 𥍪
56048 bgdxi 𥍫
56049 bgd.i 𥍬
56050 bgdoi 𥍭
56051 bgdfi 𥍮
56052 bgdbi 𥍯
56053 bgdhi 𥍰
56054 bgd;i 𥍱
56055 bgdki 𥍲
56056 bgdri 𥍳
56057 bgd.i 𥍴
56058 bgdni 𥍵
56059 bgdzi 𥍶
56060 bgdni 𥍷
56061 bgdsi 𥍸
56062 bgdbi 𥍹
56063 bgd.i 𥍺
56064 bgdwi 𥍻
56065 bgdzi 𥍼
56066 bgdpi 𥍽
56067 bgdpi 𥍾
56068 bgdji 𥍿
56069 bgdmi 𥎀
56070 bgd;i 𥎁
56071 bgdei 𥎂
56072 bgd,i 𥎃
56073 bgd;i 𥎄
56074 bgdci 𥎅
56075 bgd;i 𥎆
56076 bgdsi 𥎇
56077 bgdpi 𥎈
56078 bgdmi 𥎉
56079 bgdri 𥎊
56080 bgdni 𥎋
56081 bgdni 𥎌
56082 bgdmi 𥎍
56083 bgdfi 𥎎
56084 bgdqi 𥎎
56085 bgdpi 𥎏
56086 bgddi 𥎐
56087 bgdpi 𥎑
56088 bgdni 𥎒
56089 bgdii 𥎓
56090 bgd/i 𥎔
56091 bgdxi 𥎕
56092 bgd.i 𥎖
56093 bgdki 𥎗
56094 bgdei 𥎘
56095 bgdji 𥎙
56096 bgdri 𥎚
56097 bgdmi 𥎛
56098 bgdzi 𥎜
56099 bgdmi 𥎝
56100 bgdmi 𥎞
56101 bgdfi 𥎟
56102 bgd/i 𥎠
56103 bgdyi 𥎡
56104 bgd,i 𥎢
56105 bgdwi 𥎣
56106 bgd,i 𥎤
56107 bgd,i 𥎥
56108 zozi 𥎦
56109 ozfi 𥎧
56110 adazi 𥎨
56111 aadzi 𥎨
56112 eozi 𥎩
56113 oz.i 𥎪
56114 jjozi 𥎫
56115 ozqqi 𥎬
56116 ozpi 𥎭
56117 ozzbi 𥎮
56118 oz.bi 𥎮
56119 ozjki 𥎯
56120 ozrxi 𥎰
56121 ozzhi 𥎱
56122 tozqi 𥎲
56123 tozsi 𥎲
56124 ozszi 𥎳
56125 ozpi 𥎴
56126 ozqdi 𥎵
56127 ozji 𥎶
56128 ozlpi 𥎷
56129 ozyxi 𥎸
56130 ozari 𥎹
56131 ozs,i 𥎺
56132 lmozi 𥎻
56133 ezozi 𥎼
56134 ozdzi 𥎽
56135 ozjsi 𥎾
56136 oz;fi 𥎿
56137 kkkzi 𥏀
56138 ozegi 𥏁
56139 kkzzi 𥏂
56140 oz;gi 𥏃
56141 ozapi 𥏄
56142 ozpfi 𥏅
56143 ozlji 𥏆
56144 izozi 𥏇
56145 kzozi 𥏇
56146 saxzi 𥏈
56147 yqqzi 𥏉
56148 ozbbi 𥏊
56149 osozi 𥏋
56150 ozosi 𥏌
56151 ozm;i 𥏍
56152 ozlbi 𥏎
56153 ozabi 𥏎
56154 qozbi 𥏏
56155 ozlsi 𥏐
56156 qozki 𥏑
56157 oza;i 𥏒
56158 ozpfi 𥏓
56159 ozyfi 𥏔
56160 oznxi 𥏕
56161 ozxzi 𥏖
56162 ozlgi 𥏗
56163 ozlli 𥏗
56164 ozbdi 𥏘
56165 ozisi 𥏙
56166 ozksi 𥏙
56167 qozdi 𥏚
56168 yozxi 𥏛
56169 ozzdi 𥏜
56170 ozaai 𥏝
56171 ozbbi 𥏞
56172 oz,i 𥏟
56173 ozlfi 𥏠
56174 ozywi 𥏡
56175 ozzfi 𥏢
56176 ozzfi 𥏣
56177 ozzgi 𥏤
56178 ozefi 𥏥
56179 ozjgi 𥏦
56180 oz;ri 𥏧
56181 ozj;i 𥏨
56182 oztki 𥏩
56183 ozqpi 𥏪
56184 ozp.i 𥏫
56185 palzi 𥏬
56186 ozrvi 𥏭
56187 ozypi 𥏮
56188 oz;fi 𥏯
56189 tlqqi 𥏰
56190 tlrqi 𥏰
56191 ozopi 𥏱
56192 ozi;i 𥏲
56193 vkkzi 𥏳
56194 oz;gi 𥏴
56195 ozopi 𥏵
56196 qozwi 𥏶
56197 rlpzi 𥏷
56198 ozdii 𥏸
56199 ozy;i 𥏹
56200 oziqi 𥏺
56201 ozo.i 𥏻
56202 oz;gi 𥏼
56203 ozeii 𥏽
56204 oz;gi 𥏾
56205 oze;i 𥏿
56206 ozroi 𥐀
56207 ozczi 𥐁
56208 eaomi 𥐂
56209 ozegi 𥐃
56210 icazi 𥐄
56211 ozipi 𥐅
56212 ozqii 𥐆
56213 ozqxi 𥐇
56214 oz,.i 𥐈
56215 txoii 𥐉
56216 ozl.i 𥐊
56217 ozq.i 𥐋
56218 ozyei 𥐌
56219 ozqii 𥐍
56220 ozzei 𥐎
56221 ozq;i 𥐏
56222 ozqxi 𥐐
56223 ozmwi 𥐑
56224 ozqui 𥐒
56225 ozfyi 𥐓
56226 ozq;i 𥐔
56227 gsi 𥐕
56228 zqi 𥐖
56229 ggsi 𥐗
56230 zaqi 𥐘
56231 gki 𥐙
56232 gci 𥐚
56233 gji 𥐛
56234 glsi 𥐜
56235 gsli 𥐜
56236 glhi 𥐝
56237 gysi 𥐞
56238 g.hi 𥐟
56239 gh.i 𥐟
56240 glshi 𥐠
56241 gslhi 𥐠
56242 gaadi 𥐡
56243 gdi 𥐢
56244 gedi 𥐣
56245 gdddi 𥐣
56246 gkgi 𥐤
56247 glsi 𥐥
56248 gtsi 𥐦
56249 gfi 𥐧
56250 ggdsi 𥐨
56251 glaai 𥐩
56252 glki 𥐩
56253 gzxi 𥐪
56254 gfi 𥐫
56255 goi 𥐬
56256 goasi 𥐬
56257 gofi 𥐭
56258 gbki 𥐮
56259 gaaxi 𥐯
56260 gq.i 𥐰
56261 gjsi 𥐱
56262 glshi 𥐲
56263 gati 𥐳
56264 gzi 𥐴
56265 gqki 𥐵
56266 gqsi 𥐵
56267 gzshi 𥐶
56268 gl.i 𥐷
56269 gxsi 𥐸
56270 gfdi 𥐹
56271 gaxi 𥐺
56272 gj.i 𥐻
56273 gjbi 𥐼
56274 glqi 𥐽
56275 glxi 𥐾
56276 ghfi 𥐿
56277 gjsi 𥑀
56278 gtdsi 𥑁
56279 gfbi 𥑂
56280 gyci 𥑃
56281 grsi 𥑄
56282 golsi 𥑅
56283 gosli 𥑅
56284 gb;i 𥑆
56285 gozi 𥑇
56286 gnadi 𥑈
56287 gzgsi 𥑉
56288 gbbi 𥑊
56289 gbri 𥑋
56290 gbqi 𥑋
56291 gwbi 𥑌
56292 gii 𥑍
56293 gj;i 𥑎
56294 g;.i 𥑏
56295 gpdi 𥑐
56296 gxbi 𥑑
56297 gkci 𥑒
56298 gdki 𥑓
56299 g.xki 𥑔
56300 gz.hi 𥑕
56301 gzbhi 𥑕
56302 gzlhi 𥑕
56303 gnli 𥑖
56304 gawhi 𥑗
56305 gamai 𥑗
56306 gavi 𥑘
56307 qbgi 𥑙
56308 gljki 𥑚
56309 gz;i 𥑛
56310 gzai 𥑜
56311 ggci 𥑝
56312 gjzi 𥑞
56313 vgi 𥑟
56314 grai 𥑠
56315 gvhi 𥑡
56316 gzjdi 𥑢
56317 gzghi 𥑣
56318 gpfi 𥑤
56319 gori 𥑥
56320 orgi 𥑦
56321 kfhgi 𥑧
56322 glj.i 𥑨
56323 gljbi 𥑩
56324 gl.si 𥑪
56325 gnki 𥑫
56326 gjjai 𥑬
56327 gjfi 𥑬
56328 gqti 𥑭
56329 gf;i 𥑮
56330 gnjsi 𥑯
56331 gzqi 𥑰
56332 qjgi 𥑱
56333 gpai 𥑲
56334 gafxi 𥑳
56335 gazxi 𥑳
56336 gylxi 𥑴
56337 glei 𥑵
56338 gfki 𥑶
56339 gpki 𥑷
56340 glmi 𥑸
56341 gzagi 𥑹
56342 gidi 𥑺
56343 gosi 𥑻
56344 kaxgi 𥑼
56345 g.tsi 𥑽
56346 gffi 𥑾
56347 gzui 𥑿
56348 gcafi 𥒀
56349 ghddi 𥒁
56350 gaddi 𥒁
56351 gamei 𥒂
56352 grgsi 𥒃
56353 g,i 𥒄
56354 gq.i 𥒅
56355 gizi 𥒆
56356 gnwi 𥒇
56357 gnlqi 𥒈
56358 gbbi 𥒉
56359 gm;i 𥒊
56360 gofdi 𥒋
56361 glui 𥒌
56362 gjtsi 𥒍
56363 gaaxi 𥒎
56364 gp.i 𥒏
56365 rrgi 𥒐
56366 gaori 𥒑
56367 gzdri 𥒒
56368 gaxri 𥒓
56369 gebi 𥒔
56370 glji 𥒕
56371 g.qi 𥒖
56372 g.xi 𥒗
56373 glpi 𥒘
56374 g.lhi 𥒙
56375 gl.di 𥒚
56376 gokxi 𥒛
56377 gkci 𥒜
56378 gzsi 𥒝
56379 gyxsi 𥒝
56380 gifi 𥒞
56381 ctsgi 𥒟
56382 trgi 𥒠
56383 ggcai 𥒡
56384 gjjji 𥒢
56385 gbzxi 𥒣
56386 gwdi 𥒤
56387 gmmi 𥒥
56388 grgsi 𥒦
56389 gbci 𥒧
56390 gkci 𥒨
56391 ge,i 𥒩
56392 gnofi 𥒪
56393 g.gfi 𥒫
56394 gnvi 𥒬
56395 g;ci 𥒭
56396 gblqi 𥒮
56397 vgri 𥒯
56398 gqhi 𥒰
56399 gaf.i 𥒱
56400 gxozi 𥒲
56401 ngysi 𥒳
56402 gfksi 𥒴
56403 g;tsi 𥒵
56404 glxi 𥒶
56405 gfti 𥒷
56406 gf,hi 𥒸
56407 gnrhi 𥒹
56408 grni 𥒺
56409 g;lei 𥒻
56410 g;bei 𥒻
56411 geci 𥒼
56412 qsfgi 𥒽
56413 qszgi 𥒽
56414 gat;i 𥒾
56415 geali 𥒿
56416 gjqi 𥓀
56417 glphi 𥓁
56418 glpmi 𥓁
56419 gig;i 𥓂
56420 gkh;i 𥓂
56421 g.vi 𥓃
56422 gpri 𥓄
56423 g;l;i 𥓅
56424 g;;i 𥓅
56425 gbgi 𥓆
56426 megi 𥓇
56427 gfffi 𥓈
56428 gzgxi 𥓉
56429 vogi 𥓊
56430 gosi 𥓋
56431 girsi 𥓌
56432 gizsi 𥓌
56433 eacgi 𥓍
56434 ggzhi 𥓎
56435 gtci 𥓏
56436 gatci 𥓐
56437 g.vei 𥓑
56438 gjoi 𥓒
56439 gpodi 𥓓
56440 gplfi 𥓓
56441 gpsdi 𥓓
56442 glvwi 𥓔
56443 g.lri 𥓕
56444 g.ari 𥓕
56445 gpvi 𥓖
56446 gxxai 𥓗
56447 gpl.i 𥓘
56448 vvgi 𥓙
56449 gesi 𥓚
56450 gaaxi 𥓛
56451 gvkki 𥓜
56452 gvpi 𥓝
56453 ggcdi 𥓞
56454 gagdi 𥓞
56455 gq;di 𥓟
56456 gqjki 𥓠
56457 gcj;i 𥓡
56458 geci 𥓢
56459 gpjsi 𥓣
56460 gdlsi 𥓤
56461 gppi 𥓥
56462 godgi 𥓦
56463 ofogi 𥓧
56464 gafoi 𥓨
56465 grgi 𥓩
56466 grkri 𥓪
56467 gaxei 𥓫
56468 axrgi 𥓬
56469 glefi 𥓭
56470 glodi 𥓮
56471 gylhi 𥓯
56472 gnkgi 𥓰
56473 gwaei 𥓱
56474 gwpi 𥓲
56475 g.tbi 𥓳
56476 gh.i 𥓴
56477 gnoai 𥓵
56478 gnohi 𥓵
56479 g.pi 𥓶
56480 gntki 𥓷
56481 gyk.i 𥓸
56482 gfozi 𥓹
56483 bgdgi 𥓺
56484 g.d.i 𥓻
56485 gqtvi 𥓼
56486 geqvi 𥓽
56487 gafoi 𥓾
56488 glfoi 𥓾
56489 gzqui 𥓿
56490 glyi 𥔀
56491 gqpi 𥔁
56492 gnaai 𥔂
56493 gnahi 𥔂
56494 gzaxi 𥔃
56495 gori 𥔄
56496 gpkei 𥔅
56497 gpkki 𥔆
56498 gzm;i 𥔇
56499 gzyfi 𥔈
56500 gnkbi 𥔉
56501 gtsri 𥔊
56502 gpui 𥔋
56503 g/ui 𥔋
56504 gqpwi 𥔌
56505 glv,i 𥔍
56506 gy;di 𥔎
56507 rpgi 𥔏
56508 gzhui 𥔐
56509 gn,bi 𥔑
56510 gjahi 𥔒
56511 gf;ui 𥔓
56512 gb,i 𥔔
56513 gg,i 𥔕
56514 ga/wi 𥔖
56515 gdaei 𥔗
56516 gpmi 𥔘
56517 gfmsi 𥔙
56518 gkqi 𥔚
56519 g.abi 𥔛
56520 glvpi 𥔜
56521 glvpi 𥔝
56522 gkjui 𥔞
56523 glpvi 𥔟
56524 g.o;i 𥔠
56525 glvpi 𥔡
56526 goki 𥔢
56527 girwi 𥔣
56528 gbrki 𥔤
56529 gwpmi 𥔥
56530 gzui 𥔦
56531 gopi 𥔧
56532 gcgi 𥔨
56533 gjkgi 𥔩
56534 gxxdi 𥔪
56535 gafvi 𥔫
56536 gvri 𥔫
56537 gvfai 𥔫
56538 gt;qi 𥔬
56539 gcmi 𥔭
56540 gey.i 𥔮
56541 gp;ni 𥔯
56542 g.lhi 𥔰
56543 ggbbi 𥔱
56544 g;;gi 𥔲
56545 vagbi 𥔳
56546 gorgi 𥔴
56547 gfxxi 𥔵
56548 gixxi 𥔵
56549 girxi 𥔶
56550 gizxi 𥔶
56551 gnrdi 𥔷
56552 grkci 𥔸
56553 gal.i 𥔹
56554 g.jbi 𥔺
56555 yhpgi 𥔻
56556 vasgi 𥔼
56557 gfi;i 𥔽
56558 gfyoi 𥔾
56559 g.oi 𥔿
56560 gkxbi 𥕀
56561 gy.ei 𥕁
56562 g,kui 𥕂
56563 gk,ui 𥕂
56564 gxx,i 𥕃
56565 grpri 𥕄
56566 gnkai 𥕅
56567 glvvi 𥕆
56568 gqd.i 𥕇
56569 g.ani 𥕈
56570 gzrpi 𥕉
56571 gfzfi 𥕊
56572 godbi 𥕋
56573 gqoi 𥕌
56574 gp;wi 𥕍
56575 gntci 𥕎
56576 gpqxi 𥕏
56577 gyk;i 𥕐
56578 geuai 𥕑
56579 gnrpi 𥕒
56580 gfpzi 𥕓
56581 gjkyi 𥕔
56582 gelii 𥕕
56583 gy;ti 𥕖
56584 f/jgi 𥕗
56585 gwpvi 𥕘
56586 ghogi 𥕙
56587 ak;gi 𥕙
56588 g,,hi 𥕚
56589 g,,fi 𥕚
56590 g,,zi 𥕚
56591 grari 𥕛
56592 gfnsi 𥕜
56593 g,gi 𥕝
56594 gypfi 𥕞
56595 gbzi 𥕟
56596 gzpsi 𥕠
56597 gaeji 𥕡
56598 gqpi 𥕢
56599 g.phi 𥕣
56600 girui 𥕤
56601 gq;;i 𥕥
56602 gykxi 𥕦
56603 grjdi 𥕧
56604 ggc/i 𥕨
56605 gfgci 𥕩
56606 gfzfi 𥕪
56607 g.emi 𥕫
56608 g.oei 𥕬
56609 g.osi 𥕬
56610 o..gi 𥕭
56611 gy.mi 𥕮
56612 gnkpi 𥕯
56613 gewai 𥕰
56614 gecai 𥕰
56615 gr;.i 𥕱
56616 gziki 𥕲
56617 zidgi 𥕳
56618 gzkci 𥕴
56619 gqe.i 𥕵
56620 gte.i 𥕵
56621 graoi 𥕶
56622 galei 𥕷
56623 gpabi 𥕸
56624 glqqi 𥕹
56625 gxxci 𥕺
56626 gor,i 𥕻
56627 gigpi 𥕼
56628 gkhpi 𥕼
56629 gitpi 𥕼
56630 r;igi 𥕽
56631 gfa,i 𥕾
56632 gr,i 𥕾
56633 l,pgi 𥕿
56634 gffmi 𥖀
56635 giphi 𥖁
56636 gyg.i 𥖂
56637 gixwi 𥖃
56638 gfxwi 𥖃
56639 girki 𥖄
56640 gzaxi 𥖅
56641 geafi 𥖆
56642 gtqhi 𥖇
56643 gfisi 𥖈
56644 gpyci 𥖉
56645 g;aei 𥖊
56646 geeei 𥖋
56647 glkri 𥖌
56648 gkkai 𥖌
56649 cv;gi 𥖍
56650 v..gi 𥖎
56651 gsfmi 𥖏
56652 gpfmi 𥖏
56653 gpdmi 𥖏
56654 gszmi 𥖏
56655 gti.i 𥖐
56656 blqbi 𥖑
56657 gnlfi 𥖒
56658 gtb;i 𥖓
56659 gvaxi 𥖔
56660 ;l;bi 𥖕
56661 ;;gbi 𥖕
56662 gtbsi 𥖖
56663 r;igi 𥖗
56664 grqxi 𥖘
56665 graxi 𥖘
56666 g;axi 𥖙
56667 gnkdi 𥖚
56668 gfrpi 𥖛
56669 gfrhi 𥖛
56670 gvvci 𥖜
56671 gnici 𥖝
56672 .txgi 𥖞
56673 gzibi 𥖟
56674 gzkbi 𥖟
56675 g/l/i 𥖠
56676 xlpgi 𥖡
56677 sxlgi 𥖡
56678 xhbgi 𥖡
56679 sxhgi 𥖡
56680 gfrvi 𥖢
56681 gfpmi 𥖣
56682 gm;ni 𥖤
56683 vmvgi 𥖥
56684 g.j.i 𥖦
56685 gql,i 𥖧
56686 g;;vi 𥖨
56687 gi/pi 𥖩
56688 gfkbi 𥖪
56689 r;igi 𥖫
56690 gkgsi 𥖬
56691 gykei 𥖭
56692 gbbfi 𥖮
56693 v..gi 𥖯
56694 gfy;i 𥖰
56695 gdy;i 𥖱
56696 grghi 𥖲
56697 q;sgi 𥖳
56698 gkkdi 𥖴
56699 g.qni 𥖵
56700 gnbmi 𥖶
56701 gjz;i 𥖷
56702 voxgi 𥖸
56703 ijqgi 𥖹
56704 gtbzi 𥖺
56705 gp;.i 𥖻
56706 gepni 𥖼
56707 gno,i 𥖽
56708 gykni 𥖾
56709 gr/mi 𥖿
56710 gfb.i 𥗀
56711 glrpi 𥗁
56712 glrhi 𥗁
56713 gnvoi 𥗂
56714 gz;ri 𥗃
56715 gq;ki 𥗄
56716 gfpii 𥗅
56717 gu,pi 𥗆
56718 gzzqi 𥗇
56719 gvvci 𥗈
56720 ggggi 𥗉
56721 geii 𥗊
56722 gprci 𥗋
56723 geaei 𥗌
56724 glvci 𥗍
56725 glvpi 𥗎
56726 g,,hi 𥗏
56727 ggggi 𥗐
56728 ojqgi 𥗑
56729 gyvsi 𥗒
56730 gv;mi 𥗓
56731 gfc.i 𥗔
56732 gre,i 𥗕
56733 gr;,i 𥗕
56734 glg,i 𥗖
56735 gg,xi 𥗗
56736 gvvoi 𥗘
56737 go.fi 𥗙
56738 rbsgi 𥗚
56739 iaxgi 𥗛
56740 g;;xi 𥗜
56741 gy;xi 𥗝
56742 g,,;i 𥗞
56743 gpryi 𥗟
56744 gzfbi 𥗠
56745 gnkni 𥗡
56746 gcaki 𥗢
56747 vqigi 𥗣
56748 qdjgi 𥗤
56749 gl/xi 𥗥
56750 giopi 𥗦
56751 y;jgi 𥗧
56752 gfpxi 𥗨
56753 gqdoi 𥗩
56754 gfaai 𥗪
56755 gjjyi 𥗫
56756 gppri 𥗬
56757 gykyi 𥗭
56758 geiki 𥗮
56759 gyxhi 𥗯
56760 gyshi 𥗯
56761 gojxi 𥗰
56762 ykkgi 𥗱
56763 gb;gi 𥗲
56764 gn.mi 𥗳
56765 g/xyi 𥗴
56766 gozgi 𥗵
56767 lvpgi 𥗶
56768 gbqxi 𥗷
56769 golxi 𥗸
56770 gfuvi 𥗹
56771 gfe/i 𥗺
56772 gozyi 𥗻
56773 gppxi 𥗼
56774 gqdsi 𥗽
56775 gqdxi 𥗾
56776 gd/yi 𥗿
56777 gpnxi 𥘀
56778 gf/yi 𥘁
56779 gyx.i 𥘂
56780 gxy.i 𥘂
56781 gz;ki 𥘃
56782 gvo.i 𥘄
56783 adsi 𥘅
56784 yhsi 𥘆
56785 yhqi 𥘇
56786 qaaci 𥘈
56787 yhji 𥘉
56788 yhsdi 𥘊
56789 yhbi 𥘋
56790 yhsi 𥘌
56791 yhski 𥘍
56792 yhksi 𥘍
56793 yh.i 𥘎
56794 yhafi 𥘏
56795 qaaci 𥘐
56796 yhfhi 𥘑
56797 yhaxi 𥘒
56798 yhbhi 𥘓
56799 yhfli 𥘔
56800 yhaei 𥘕
56801 aacxi 𥘖
56802 yhpi 𥘗
56803 yhjyi 𥘘
56804 yh,i 𥘙
56805 yhni 𥘚
56806 yhari 𥘛
56807 yhlbi 𥘜
56808 yhgki 𥘜
56809 yhj.i 𥘝
56810 yhigi 𥘞
56811 yhkgi 𥘞
56812 yhaxi 𥘟
56813 yhfai 𥘠
56814 yhawi 𥘡
56815 yhaxi 𥘢
56816 eaaci 𥘣
56817 yhcli 𥘤
56818 yhlfi 𥘥
56819 yh.i 𥘦
56820 aac.i 𥘦
56821 yhlfi 𥘧
56822 yhsfi 𥘧
56823 yhl.i 𥘨
56824 yhlki 𥘩
56825 yhlai 𥘩
56826 yhofi 𥘪
56827 yhqdi 𥘫
56828 yhtei 𥘬
56829 yhyri 𥘭
56830 yhl;i 𥘮
56831 yhvai 𥘯
56832 yhei 𥘰
56833 ac;si 𥘱
56834 adesi 𥘱
56835 acuai 𥘲
56836 adeai 𥘲
56837 yhqhi 𥘳
56838 yhaii 𥘴
56839 yhpai 𥘵
56840 yhsji 𥘶
56841 yhksi 𥘶
56842 yhsli 𥘷
56843 yhcsi 𥘷
56844 yhyi 𥘸
56845 yhqti 𥘹
56846 yhaei 𥘺
56847 yhzai 𥘻
56848 yhk.i 𥘼
56849 yhii 𥘽
56850 zkaci 𥘾
56851 zaaci 𥘿
56852 yhzqi 𥙀
56853 yhosi 𥙁
56854 yhoai 𥙂
56855 yhlpi 𥙃
56856 yhkci 𥙄
56857 yhydi 𥙅
56858 yhyxi 𥙆
56859 yhnqi 𥙇
56860 yhtbi 𥙈
56861 yhx;i 𥙉
56862 baaci 𥙊
56863 yhddi 𥙋
56864 yhlli 𥙌
56865 yhali 𥙌
56866 acpdi 𥙍
56867 yh.ki 𥙎
56868 acddi 𥙏
56869 yh.qi 𥙐
56870 yhcsi 𥙑
56871 yhsxi 𥙒
56872 yhrsi 𥙒
56873 yhsfi 𥙓
56874 yhjsi 𥙓
56875 yhnwi 𥙔
56876 yhrqi 𥙕
56877 yhrki 𥙖
56878 yhz;i 𥙗
56879 yha/i 𥙘
56880 yh;di 𥙙
56881 yhooi 𥙚
56882 yhkri 𥙛
56883 yhkhi 𥙜
56884 yhosi 𥙝
56885 yhrri 𥙞
56886 yhaei 𥙟
56887 yhaai 𥙠
56888 yhoyi 𥙡
56889 yhlei 𥙢
56890 yhlpi 𥙣
56891 yhaqi 𥙤
56892 yhtwi 𥙥
56893 yhtti 𥙥
56894 w;aci 𥙦
56895 yhsci 𥙧
56896 yhjsi 𥙧
56897 yhsvi 𥙨
56898 yhlvi 𥙨
56899 yhgvi 𥙨
56900 yhski 𥙩
56901 yhxsi 𥙩
56902 yhsii 𥙪
56903 yhisi 𥙪
56904 yhapi 𥙫
56905 yhcui 𥙬
56906 yhvri 𥙭
56907 yha.i 𥙮
56908 yhl;i 𥙯
56909 yhg;i 𥙯
56910 yhori 𥙰
56911 yho;i 𥙱
56912 yhcri 𥙲
56913 acqhi 𥙳
56914 yha.i 𥙴
56915 yhjsi 𥙵
56916 yhffi 𥙶
56917 yhqhi 𥙷
56918 yhtqi 𥙸
56919 yhfhi 𥙹
56920 yheci 𥙺
56921 yhj;i 𥙻
56922 yhrci 𥙼
56923 yhafi 𥙽
56924 yhfki 𥙽
56925 yhlgi 𥙾
56926 yhlli 𥙾
56927 yhk;i 𥙿
56928 yh.fi 𥚀
56929 yhl;i 𥚁
56930 yhg;i 𥚁
56931 yhx.i 𥚂
56932 yhpri 𥚃
56933 yhs.i 𥚄
56934 yhqsi 𥚄
56935 yhsei 𥚅
56936 yhasi 𥚅
56937 yhjni 𥚆
56938 yhs;i 𥚇
56939 yhasi 𥚇
56940 yhlsi 𥚇
56941 yhpei 𥚈
56942 yhwpi 𥚉
56943 yhrri 𥚊
56944 ddasi 𥚋
56945 acpvi 𥚌
56946 yhb;i 𥚍
56947 yhnci 𥚎
56948 yhnki 𥚏
56949 yhnri 𥚐
56950 yhb;i 𥚑
56951 yhvki 𥚒
56952 yhzgi 𥚓
56953 yhebi 𥚔
56954 yhppi 𥚕
56955 yh.vi 𥚖
56956 yhifi 𥚗
56957 ideci 𥚘
56958 yhzfi 𥚙
56959 yhesi 𥚚
56960 yhpqi 𥚛
56961 yhpgi 𥚜
56962 yh;ui 𥚝
56963 yhodi 𥚞
56964 yhl;i 𥚟
56965 yhyfi 𥚠
56966 ,,aci 𥚡
56967 ddnci 𥚢
56968 yhl;i 𥚣
56969 yhg;i 𥚣
56970 yhsvi 𥚤
56971 yhisi 𥚤
56972 yhsei 𥚥
56973 yhlsi 𥚥
56974 yhjzi 𥚦
56975 yhrii 𥚧
56976 yhzui 𥚨
56977 yhgui 𥚩
56978 xxxci 𥚪
56979 xdxci 𥚪
56980 yhifi 𥚫
56981 yhlei 𥚬
56982 yhlsi 𥚬
56983 yha;i 𥚭
56984 yhk;i 𥚭
56985 yhrki 𥚮
56986 yhrsi 𥚮
56987 yhs.i 𥚯
56988 yhpsi 𥚯
56989 yhn;i 𥚰
56990 yhypi 𥚱
56991 yhvei 𥚲
56992 yhzri 𥚳
56993 yhami 𥚴
56994 yhbji 𥚵
56995 yh;ei 𥚶
56996 yhpui 𥚷
56997 yhpxi 𥚸
56998 yhgfi 𥚹
56999 yhqpi 𥚺
57000 yhdei 𥚻
57001 yhjhi 𥚼
57002 yhl;i 𥚽
57003 yh..i 𥚾
57004 yhiwi 𥚿
57005 yhkwi 𥚿
57006 yhtbi 𥛀
57007 ddasi 𥛁
57008 yhzui 𥛂
57009 yhqti 𥛃
57010 yhfli 𥛄
57011 yhopi 𥛅
57012 yhtbi 𥛆
57013 yhtqi 𥛇
57014 yhtqi 𥛈
57015 yhsfi 𥛉
57016 yhosi 𥛉
57017 yhlsi 𥛉
57018 yhgbi 𥛊
57019 yhbvi 𥛋
57020 yhqmi 𥛌
57021 yh;mi 𥛍
57022 yh.zi 𥛎
57023 yhoki 𥛏
57024 yhrui 𥛐
57025 yhzhi 𥛑
57026 yhz;i 𥛒
57027 eaaci 𥛓
57028 yhmui 𥛔
57029 yh.ki 𥛕
57030 yh.hi 𥛖
57031 yh.oi 𥛗
57032 yhpfi 𥛘
57033 yho.i 𥛙
57034 yhy;i 𥛚
57035 ja/ci 𥛛
57036 yheai 𥛜
57037 yh.ni 𥛝
57038 yhyqi 𥛞
57039 yh.si 𥛟
57040 aclai 𥛠
57041 yheri 𥛡
57042 yhdci 𥛢
57043 yhrdi 𥛣
57044 qaami 𥛤
57045 yhzhi 𥛥
57046 yhaci 𥛦
57047 yhpxi 𥛧
57048 yh.ci 𥛨
57049 yhnki 𥛩
57050 yhyxi 𥛪
57051 yhcvi 𥛫
57052 eaa,i 𥛬
57053 yhsbi 𥛭
57054 yhksi 𥛭
57055 yhlpi 𥛮
57056 yhb;i 𥛯
57057 yhzci 𥛰
57058 r;ici 𥛱
57059 yhk,i 𥛲
57060 yheai 𥛳
57061 acpki 𥛴
57062 yhffi 𥛵
57063 yhrfi 𥛵
57064 yhi;i 𥛶
57065 yh,qi 𥛷
57066 yhzni 𥛸
57067 yhbfi 𥛹
57068 yhqki 𥛺
57069 yhr.i 𥛻
57070 yhfpi 𥛼
57071 yhapi 𥛽
57072 yhkpi 𥛾
57073 yhtri 𥛿
57074 blqai 𥜀
57075 yhazi 𥜁
57076 qaa.i 𥜂
57077 yh/fi 𥜃
57078 xtgci 𥜄
57079 yhe.i 𥜅
57080 a/aoi 𥜆
57081 yhyni 𥜇
57082 yhfvi 𥜈
57083 yhtfi 𥜉
57084 yhlgi 𥜊
57085 yhiki 𥜋
57086 yhlzi 𥜌
57087 yhfmi 𥜍
57088 yhf;i 𥜎
57089 yhr;i 𥜎
57090 yhp,i 𥜏
57091 yhjti 𥜐
57092 yhjai 𥜐
57093 yhjqi 𥜐
57094 yhjsi 𥜐
57095 yhfpi 𥜑
57096 yhrpi 𥜑
57097 yhzhi 𥜒
57098 yhqui 𥜓
57099 yhbyi 𥜔
57100 yhv;i 𥜕
57101 v;xci 𥜖
57102 yhzei 𥜗
57103 y;;ci 𥜘
57104 cqoci 𥜙
57105 yha.i 𥜚
57106 ,aami 𥜛
57107 yheni 𥜜
57108 yhrmi 𥜝
57109 a/agi 𥜞
57110 yhnki 𥜟
57111 yheui 𥜠
57112 yhjri 𥜡
57113 yhn;i 𥜢
57114 yhr;i 𥜣
57115 yhsxi 𥜤
57116 yhmsi 𥜤
57117 yheki 𥜥
57118 yhari 𥜦
57119 yhz;i 𥜧
57120 yhfii 𥜨
57121 yhdii 𥜨
57122 yhpii 𥜨
57123 yhpai 𥜩
57124 yhfii 𥜪
57125 yhdii 𥜪
57126 yhpii 𥜪
57127 yhiwi 𥜫
57128 yhari 𥜬
57129 yhydi 𥜭
57130 yhy;i 𥜮
57131 yhefi 𥜯
57132 yhaqi 𥜰
57133 dda.i 𥜱
57134 yhf/i 𥜲
57135 yhvoi 𥜳
57136 yhn,i 𥜴
57137 yhjbi 𥜵
57138 yhi.i 𥜶
57139 xxx.i 𥜷
57140 yhedi 𥜸
57141 tsq.i 𥜹
57142 dnayi 𥜺
57143 lmi 𥜻
57144 kkmi 𥜼
57145 ej.mi 𥜽
57146 ea.mi 𥜾
57147 wpmi 𥜿
57148 l;msi 𥝀
57149 wp.mi 𥝁
57150 pmzsi 𥝂
57151 tgemi 𥝃
57152 wp.mi 𥝄
57153 op.mi 𥝅
57154 pomi 𥝆
57155 opmi 𥝇
57156 olpmi 𥝈
57157 pmpmi 𥝉
57158 o..mi 𥝊
57159 oolmi 𥝋
57160 lvi 𥝌
57161 lvai 𥝍
57162 lvsi 𥝎
57163 lvsi 𥝏
57164 lvbi 𥝐
57165 lvagi 𥝑
57166 lvci 𥝒
57167 lvqi 𥝓
57168 lvgfi 𥝔
57169 lvysi 𥝕
57170 lvosi 𥝖
57171 lvtsi 𥝗
57172 lvmi 𥝘
57173 lvtgi 𥝙
57174 lvzi 𥝚
57175 lvzi 𥝛
57176 lvagi 𥝜
57177 lvafi 𥝝
57178 lv.i 𥝞
57179 lvri 𥝟
57180 lvlxi 𥝠
57181 lvsfi 𥝡
57182 lvszi 𥝡
57183 lvlli 𥝢
57184 lvzi 𥝣
57185 lvl.i 𥝤
57186 lvlbi 𥝥
57187 lvgki 𥝥
57188 lvgri 𥝦
57189 lvtsi 𥝧
57190 lvkhi 𥝨
57191 .lvi 𥝩
57192 lvqsi 𥝪
57193 lvofi 𥝫
57194 lvoi 𥝬
57195 lvtki 𥝭
57196 lvaxi 𥝮
57197 lvafi 𥝯
57198 lvvi 𥝰
57199 lvbdi 𥝱
57200 lvxsi 𥝲
57201 lvjyi 𥝳
57202 lvjsi 𥝴
57203 lvkei 𥝵
57204 lvkxi 𥝶
57205 lvfdi 𥝷
57206 lvci 𥝸
57207 lvoi 𥝹
57208 lvkfi 𥝺
57209 lvsbi 𥝻
57210 lvtdi 𥝼
57211 lvagi 𥝽
57212 lvzqi 𥝾
57213 lvb;i 𥝿
57214 lvosi 𥞀
57215 lvpdi 𥞁
57216 lvkhi 𥞂
57217 lvddi 𥞃
57218 lvdi 𥞄
57219 lveqi 𥞅
57220 lvaci 𥞆
57221 lvldi 𥞇
57222 lvsdi 𥞇
57223 lvrai 𥞈
57224 lvldi 𥞉
57225 lvavi 𥞊
57226 lvrxi 𥞋
57227 lvrai 𥞌
57228 lvqdi 𥞍
57229 lvzdi 𥞎
57230 lv;si 𥞏
57231 lvei 𥞐
57232 lvydi 𥞑
57233 lvnqi 𥞒
57234 lvbai 𥞓
57235 lvtsi 𥞔
57236 lvdsi 𥞕
57237 lvjfi 𥞖
57238 lvzji 𥞗
57239 lvzfi 𥞘
57240 lvkoi 𥞙
57241 lvw;i 𥞚
57242 lvsvi 𥞛
57243 lvlvi 𥞛
57244 lvgvi 𥞛
57245 lv.qi 𥞜
57246 lv.si 𥞝
57247 lvypi 𥞞
57248 lvcdi 𥞟
57249 lvrqi 𥞠
57250 lv;di 𥞡
57251 lvmqi 𥞢
57252 q;lvi 𥞣
57253 valvi 𥞤
57254 amevi 𥞥
57255 lvzii 𥞦
57256 lvaki 𥞦
57257 lv.di 𥞧
57258 lvyki 𥞨
57259 lvifi 𥞩
57260 lvlfi 𥞩
57261 lv,i 𥞪
57262 lv,i 𥞫
57263 lvnwi 𥞬
57264 lvbqi 𥞭
57265 lvjji 𥞮
57266 lvyii 𥞯
57267 lvtfi 𥞰
57268 qtlvi 𥞱
57269 lv;ei 𥞲
57270 lvffi 𥞳
57271 lvo;i 𥞴
57272 lvzki 𥞵
57273 lvz;i 𥞶
57274 lvpsi 𥞷
57275 lvo;i 𥞸
57276 cjhvi 𥞹
57277 lv;ci 𥞺
57278 lv,i 𥞻
57279 lv.ui 𥞼
57280 lvyfi 𥞽
57281 lvtci 𥞾
57282 lvwci 𥞾
57283 lvedi 𥞿
57284 lvr.i 𥟀
57285 lvapi 𥟁
57286 lvvii 𥟂
57287 lva,i 𥟂
57288 eglvi 𥟃
57289 eb;vi 𥟃
57290 lvpgi 𥟄
57291 lvpli 𥟄
57292 lvoi 𥟅
57293 lvyfi 𥟆
57294 lvfhi 𥟇
57295 lvv;i 𥟈
57296 lvlsi 𥟉
57297 lva;i 𥟊
57298 lvzfi 𥟋
57299 lvyfi 𥟋
57300 lvfhi 𥟌
57301 lveei 𥟍
57302 lvibi 𥟎
57303 lvkbi 𥟎
57304 lvzdi 𥟏
57305 lvnci 𥟐
57306 lvpdi 𥟑
57307 lvpfi 𥟑
57308 lvbbi 𥟒
57309 lvnei 𥟓
57310 lvpzi 𥟔
57311 lvfki 𥟕
57312 lvlci 𥟖
57313 lvpei 𥟗
57314 lvp.i 𥟘
57315 pg.vi 𥟙
57316 lvnri 𥟚
57317 lv.bi 𥟛
57318 wmevi 𥟜
57319 lv.ei 𥟝
57320 lv.ei 𥟞
57321 pa.vi 𥟟
57322 lvqpi 𥟠
57323 lvnci 𥟡
57324 lv,,i 𥟢
57325 lvywi 𥟣
57326 lvtci 𥟤
57327 lvaxi 𥟥
57328 lveci 𥟦
57329 lvebi 𥟧
57330 lvii 𥟨
57331 lvkii 𥟨
57332 lv.vi 𥟩
57333 lvfqi 𥟪
57334 epmvi 𥟫
57335 lvcfi 𥟬
57336 lvuki 𥟭
57337 lv;ui 𥟮
57338 lvrri 𥟯
57339 lvrsi 𥟯
57340 lvlai 𥟰
57341 lvlki 𥟰
57342 lvlti 𥟱
57343 .vhvi 𥟲
57344 lv.hi 𥟳
57345 lvopi 𥟴
57346 lvlpi 𥟵
57347 lvspi 𥟵
57348 lvnsi 𥟶
57349 lvgri 𥟷
57350 wjavi 𥟸
57351 lvs.i 𥟹
57352 lvsei 𥟺
57353 lvmei 𥟻
57354 lvfzi 𥟼
57355 lvbri 𥟽
57356 lvf;i 𥟾
57357 mmlwi 𥟿
57358 lvpri 𥠀
57359 lvm;i 𥠁
57360 lvi.i 𥠂
57361 lvddi 𥠃
57362 lvxdi 𥠃
57363 lvdei 𥠄
57364 lvjzi 𥠅
57365 lvzxi 𥠆
57366 lvl.i 𥠇
57367 lvlji 𥠈
57368 lvbji 𥠈
57369 lvmei 𥠉
57370 lvbvi 𥠊
57371 lv;ei 𥠋
57372 i/svi 𥠌
57373 lvzri 𥠍
57374 lvpxi 𥠎
57375 lvfxi 𥠏
57376 lvlfi 𥠐
57377 lvn;i 𥠑
57378 lvydi 𥠒
57379 lvrvi 𥠓
57380 lvzpi 𥠔
57381 lviei 𥠕
57382 lvlci 𥠖
57383 lvlpi 𥠗
57384 lvlci 𥠘
57385 lvfai 𥠙
57386 lvfzi 𥠚
57387 lva.i 𥠛
57388 lvp.i 𥠜
57389 lvpzi 𥠝
57390 lvldi 𥠞
57391 lpavi 𥠟
57392 kpfvi 𥠠
57393 kpevi 𥠠
57394 lvlni 𥠡
57395 lv.ri 𥠢
57396 lvydi 𥠣
57397 yp.vi 𥠤
57398 lvhsi 𥠥
57399 lvizi 𥠦
57400 lvbfi 𥠧
57401 lvwmi 𥠨
57402 lvxci 𥠩
57403 bgdvi 𥠪
57404 lvsqi 𥠫
57405 lvzzi 𥠬
57406 oplvi 𥠭
57407 lvffi 𥠮
57408 lvf;i 𥠯
57409 lvpbi 𥠰
57410 lvpki 𥠰
57411 lv.si 𥠱
57412 lvavi 𥠲
57413 lvmui 𥠳
57414 lv.qi 𥠴
57415 lvqhi 𥠵
57416 lvqei 𥠶
57417 lvopi 𥠷
57418 lvfoi 𥠸
57419 lvmvi 𥠹
57420 lv/ui 𥠺
57421 lvpui 𥠺
57422 lvzpi 𥠻
57423 zlvvi 𥠼
57424 lva.i 𥠽
57425 lvrri 𥠾
57426 lvkui 𥠿
57427 tgevi 𥡀
57428 lvnci 𥡁
57429 lvoxi 𥡂
57430 lvfoi 𥡃
57431 lvjsi 𥡄
57432 lvlfi 𥡅
57433 lvlai 𥡅
57434 lvl.i 𥡆
57435 lvgbi 𥡇
57436 lvlni 𥡈
57437 lvwsi 𥡉
57438 lvlxi 𥡊
57439 lvlxi 𥡋
57440 lvjsi 𥡌
57441 lvfwi 𥡍
57442 lvkci 𥡎
57443 lvpji 𥡏
57444 lvlhi 𥡐
57445 lv.ai 𥡑
57446 lvyei 𥡒
57447 lv,.i 𥡓
57448 lvnqi 𥡔
57449 lveki 𥡕
57450 lvbfi 𥡖
57451 lvg,i 𥡗
57452 lvrfi 𥡘
57453 .xzvi 𥡙
57454 lv,xi 𥡚
57455 vasvi 𥡛
57456 lvpxi 𥡜
57457 lvtti 𥡝
57458 lvzpi 𥡞
57459 lvzoi 𥡟
57460 lvz.i 𥡠
57461 fpzvi 𥡡
57462 lvyfi 𥡢
57463 lvrri 𥡣
57464 lva,i 𥡤
57465 lvlni 𥡥
57466 lvy;i 𥡦
57467 lveai 𥡧
57468 lvqhi 𥡨
57469 lvrhi 𥡩
57470 lvbyi 𥡪
57471 lvnri 𥡫
57472 lv.ci 𥡬
57473 oflwi 𥡭
57474 val;i 𥡮
57475 rmlvi 𥡯
57476 bp,vi 𥡰
57477 lva,i 𥡱
57478 lvnfi 𥡲
57479 lvzpi 𥡳
57480 lvzpi 𥡴
57481 lvzhi 𥡵
57482 lvdci 𥡶
57483 lvani 𥡷
57484 lvfzi 𥡸
57485 lvrki 𥡹
57486 lvo;i 𥡺
57487 lpcvi 𥡻
57488 lvlei 𥡼
57489 lvj.i 𥡽
57490 lvjfi 𥡾
57491 lvjfi 𥡿
57492 lv,;i 𥢀
57493 lvl.i 𥢁
57494 lvg.i 𥢁
57495 lvnvi 𥢂
57496 lvndi 𥢃
57497 lvl.i 𥢄
57498 lvxmi 𥢅
57499 lvxmi 𥢆
57500 lvf;i 𥢇
57501 lvaxi 𥢈
57502 vlvji 𥢉
57503 lvfmi 𥢊
57504 lvapi 𥢋
57505 lvlpi 𥢌
57506 lvffi 𥢍
57507 lvihi 𥢎
57508 lvafi 𥢏
57509 lvlfi 𥢐
57510 lvz;i 𥢑
57511 lv,bi 𥢒
57512 lv.xi 𥢓
57513 lvzfi 𥢔
57514 lva,i 𥢕
57515 lvpvi 𥢖
57516 lvr;i 𥢗
57517 lvbxi 𥢘
57518 rlvmi 𥢙
57519 lvzxi 𥢚
57520 lvthi 𥢛
57521 lvlhi 𥢜
57522 a/lki 𥢝
57523 fjzvi 𥢞
57524 lvffi 𥢟
57525 lvaei 𥢠
57526 lvzai 𥢡
57527 lvazi 𥢡
57528 lv;mi 𥢢
57529 lvl.i 𥢣
57530 lvlri 𥢤
57531 lvkai 𥢤
57532 lvkpi 𥢥
57533 lv.,i 𥢦
57534 lvyxi 𥢧
57535 lvbfi 𥢨
57536 lvbci 𥢩
57537 lvfxi 𥢪
57538 lvrxi 𥢪
57539 lvnei 𥢫
57540 lv.,i 𥢬
57541 lvh,i 𥢬
57542 lv,.i 𥢭
57543 rbbvi 𥢮
57544 lvm,i 𥢯
57545 lvlai 𥢰
57546 lvlki 𥢰
57547 lvzui 𥢱
57548 lvzxi 𥢱
57549 lvlxi 𥢲
57550 lvcpi 𥢳
57551 lvchi 𥢳
57552 lvzbi 𥢴
57553 yulhi 𥢵
57554 yulfi 𥢵
57555 yulzi 𥢵
57556 lvipi 𥢶
57557 lvcpi 𥢷
57558 lvfsi 𥢸
57559 lvl.i 𥢹
57560 lvl;i 𥢺
57561 lvvci 𥢻
57562 lvvmi 𥢼
57563 lve,i 𥢽
57564 lvo,i 𥢾
57565 lvqdi 𥢿
57566 lvc.i 𥣀
57567 lv..i 𥣁
57568 i;;vi 𥣂
57569 i/jvi 𥣃
57570 lvlgi 𥣄
57571 lvowi 𥣅
57572 lvzvi 𥣆
57573 lvq,i 𥣇
57574 lvcvi 𥣈
57575 lvpki 𥣉
57576 lvpbi 𥣊
57577 lv//i 𥣋
57578 lvdfi 𥣌
57579 lvkxi 𥣍
57580 lvmii 𥣎
57581 lvi,i 𥣏
57582 lvf,i 𥣏
57583 lvpqi 𥣐
57584 lvfpi 𥣑
57585 lvini 𥣒
57586 lvini 𥣓
57587 lvbni 𥣔
57588 lvkki 𥣕
57589 lvqci 𥣖
57590 lvndi 𥣗
57591 lvzhi 𥣘
57592 lva.i 𥣙
57593 lvaki 𥣙
57594 ljzvi 𥣚
57595 lvf.i 𥣛
57596 lvkzi 𥣜
57597 lvgvi 𥣝
57598 lvbyi 𥣞
57599 lvj,i 𥣟
57600 ifmvi 𥣠
57601 lvbqi 𥣡
57602 lvrki 𥣢
57603 lvchi 𥣣
57604 lvlci 𥣤
57605 lvlci 𥣥
57606 lvbni 𥣦
57607 lvlmi 𥣧
57608 lvgmi 𥣧
57609 lvt.i 𥣨
57610 lvtbi 𥣨
57611 lvtsi 𥣨
57612 lvcxi 𥣩
57613 lvzmi 𥣪
57614 lvfxi 𥣫
57615 lvppi 𥣬
57616 lvzmi 𥣭
57617 lvlji 𥣮
57618 lva.i 𥣯
57619 lvlhi 𥣰
57620 lvv;i 𥣱
57621 lvpvi 𥣲
57622 lvnpi 𥣳
57623 lvfni 𥣴
57624 lvlci 𥣵
57625 lvqmi 𥣶
57626 ppvvi 𥣷
57627 lvlii 𥣸
57628 lvn,i 𥣹
57629 lviri 𥣺
57630 ,,jvi 𥣻
57631 lvdxi 𥣼
57632 lvkdi 𥣽
57633 lvlbi 𥣾
57634 lvfqi 𥣿
57635 lvzei 𥤀
57636 lvyfi 𥤁
57637 lvyxi 𥤂
57638 lvlei 𥤃
57639 lvgei 𥤃
57640 lv,zi 𥤄
57641 lv,bi 𥤅
57642 lvibi 𥤅
57643 lvf,i 𥤆
57644 lvl.i 𥤇
57645 lvlbi 𥤈
57646 lvifi 𥤉
57647 lvfyi 𥤊
57648 aeavi 𥤋
57649 lvbki 𥤌
57650 lvlni 𥤍
57651 lvo,i 𥤎
57652 lvvhi 𥤏
57653 lvpri 𥤐
57654 lvlfi 𥤑
57655 lvsmi 𥤒
57656 lvlni 𥤓
57657 .ve;i 𥤔
57658 lvv;i 𥤕
57659 li/vi 𥤖
57660 li;vi 𥤖
57661 lvc,i 𥤗
57662 lvjbi 𥤘
57663 lvfbi 𥤙
57664 lvj,i 𥤚
57665 lvl,i 𥤚
57666 lvj,i 𥤛
57667 lvf;i 𥤜
57668 lvqsi 𥤝
57669 lvzki 𥤞
57670 lvqui 𥤟
57671 lvtti 𥤠
57672 lvtai 𥤠
57673 lvtqi 𥤠
57674 lvtsi 𥤠
57675 g,gvi 𥤡
57676 ljki 𥤢
57677 nkgdi 𥤣
57678 nksi 𥤤
57679 nkqi 𥤥
57680 nkbi 𥤦
57681 nkri 𥤧
57682 nkwi 𥤨
57683 nkysi 𥤩
57684 nkgfi 𥤪
57685 nkqai 𥤫
57686 nkqi 𥤫
57687 hjkfi 𥤬
57688 nklqi 𥤭
57689 nkqi 𥤭
57690 nkzi 𥤮
57691 nkjki 𥤯
57692 nkfi 𥤰
57693 nkafi 𥤱
57694 nkaci 𥤲
57695 nkxki 𥤳
57696 nkski 𥤳
57697 nkafi 𥤴
57698 nkagi 𥤵
57699 nkoi 𥤶
57700 nkjsi 𥤷
57701 nkasi 𥤸
57702 nk..i 𥤹
57703 nkoi 𥤺
57704 nkqqi 𥤻
57705 nkci 𥤼
57706 nkl.i 𥤽
57707 gfski 𥤾
57708 nklfi 𥤿
57709 nksfi 𥤿
57710 nkyki 𥥀
57711 nkni 𥥁
57712 nkzi 𥥂
57713 nkui 𥥃
57714 nkkji 𥥄
57715 nkgsi 𥥅
57716 nkxgi 𥥆
57717 nkvhi 𥥇
57718 nktxi 𥥈
57719 nkpfi 𥥉
57720 nkui 𥥊
57721 nkibi 𥥋
57722 nkkbi 𥥋
57723 nkozi 𥥌
57724 nkzki 𥥍
57725 nk;ei 𥥎
57726 nkddi 𥥏
57727 nkuai 𥥐
57728 nkvai 𥥑
57729 nka.i 𥥒
57730 nkaci 𥥓
57731 nkgi 𥥔
57732 nkbqi 𥥕
57733 nkf;i 𥥖
57734 nkpsi 𥥗
57735 nkavi 𥥘
57736 nkqbi 𥥙
57737 nkjfi 𥥚
57738 nkzhi 𥥛
57739 nklbi 𥥜
57740 nkjfi 𥥝
57741 nktbi 𥥞
57742 nkqhi 𥥟
57743 nkjsi 𥥠
57744 nkrki 𥥡
57745 nkqxi 𥥢
57746 nkqhi 𥥢
57747 nkaai 𥥣
57748 nkmqi 𥥤
57749 nkq.i 𥥥
57750 nkb,i 𥥦
57751 nkrqi 𥥧
57752 nktti 𥥨
57753 nkl;i 𥥩
57754 nk,i 𥥪
57755 nkafi 𥥫
57756 nkjni 𥥬
57757 nkr;i 𥥭
57758 nkxi 𥥮
57759 nkaei 𥥯
57760 nkzxi 𥥰
57761 nkaqi 𥥱
57762 nklei 𥥲
57763 nklmi 𥥳
57764 nkyxi 𥥴
57765 nkifi 𥥵
57766 nklbi 𥥶
57767 nkabi 𥥶
57768 nkqii 𥥷
57769 nkivi 𥥸
57770 nkati 𥥹
57771 nkgti 𥥺
57772 nkaqi 𥥻
57773 nkjdi 𥥼
57774 nkjei 𥥼
57775 nkfhi 𥥽
57776 nk;ui 𥥾
57777 nkm,i 𥥿
57778 nkjsi 𥦀
57779 nkbfi 𥦁
57780 nk;ei 𥦂
57781 nkbvi 𥦃
57782 nkt.i 𥦄
57783 nkgti 𥦅
57784 nkobi 𥦆
57785 nkjpi 𥦇
57786 nkv;i 𥦈
57787 nklei 𥦉
57788 nkkri 𥦊
57789 nknji 𥦋
57790 nkafi 𥦌
57791 nkpfi 𥦍
57792 nkmi 𥦎
57793 nkpzi 𥦏
57794 nkaai 𥦐
57795 nkafi 𥦑
57796 nkfki 𥦑
57797 nklqi 𥦒
57798 nkl,i 𥦓
57799 nkrki 𥦔
57800 nkpki 𥦕
57801 nk;fi 𥦖
57802 nk;ni 𥦗
57803 nk.fi 𥦘
57804 nkjsi 𥦙
57805 eqnsi 𥦚
57806 eqnli 𥦚
57807 nkrci 𥦛
57808 nkuui 𥦜
57809 nkvvi 𥦝
57810 nkqbi 𥦞
57811 nkjki 𥦟
57812 nkcri 𥦠
57813 nkabi 𥦡
57814 nkqti 𥦢
57815 nkosi 𥦣
57816 nkovi 𥦤
57817 nkoki 𥦥
57818 nkpbi 𥦦
57819 nklei 𥦧
57820 nkii 𥦨
57821 nkzsi 𥦩
57822 nkqsi 𥦪
57823 nk;ki 𥦫
57824 nkkmi 𥦬
57825 nkrfi 𥦭
57826 nk;;i 𥦮
57827 nkeei 𥦯
57828 nkmei 𥦰
57829 nkjhi 𥦱
57830 nka.i 𥦲
57831 nkaai 𥦳
57832 nkuki 𥦴
57833 nkdki 𥦴
57834 nku.i 𥦵
57835 jonki 𥦶
57836 nkcxi 𥦷
57837 nko.i 𥦸
57838 nk.ei 𥦹
57839 nkjzi 𥦺
57840 nkjdi 𥦻
57841 nkgvi 𥦼
57842 nkpci 𥦽
57843 nksni 𥦾
57844 nkn;i 𥦿
57845 nkjfi 𥧀
57846 nkkni 𥧁
57847 nkqei 𥧂
57848 nkxki 𥧃
57849 nkpsi 𥧄
57850 nkqmi 𥧅
57851 nkpmi 𥧆
57852 nklfi 𥧇
57853 nklli 𥧈
57854 nklki 𥧈
57855 nkmni 𥧉
57856 nkbri 𥧊
57857 nkbfi 𥧋
57858 nkxvi 𥧌
57859 nkxai 𥧍
57860 nklpi 𥧎
57861 nkrpi 𥧏
57862 nkrhi 𥧏
57863 eqnsi 𥧐
57864 nkqki 𥧑
57865 nkfki 𥧑
57866 nkrri 𥧒
57867 nkg,i 𥧓
57868 nko,i 𥧔
57869 nkcoi 𥧕
57870 nklbi 𥧖
57871 nksbi 𥧖
57872 nklfi 𥧗
57873 nkaai 𥧘
57874 nkavi 𥧙
57875 nkwri 𥧚
57876 nkani 𥧛
57877 nka.i 𥧜
57878 nkn;i 𥧝
57879 nkebi 𥧞
57880 nkrni 𥧟
57881 nkmfi 𥧠
57882 nkqmi 𥧡
57883 nkaqi 𥧢
57884 nkfvi 𥧣
57885 nkfci 𥧣
57886 nkpzi 𥧤
57887 nkopi 𥧥
57888 nkn;i 𥧦
57889 nknui 𥧧
57890 nkbmi 𥧨
57891 nkxki 𥧩
57892 arfqi 𥧪
57893 nkhti 𥧫
57894 nkqri 𥧬
57895 nkpbi 𥧭
57896 nky;i 𥧮
57897 nkb.i 𥧯
57898 nkzki 𥧰
57899 nknfi 𥧱
57900 nkcdi 𥧲
57901 nkf,i 𥧳
57902 nknci 𥧴
57903 nknvi 𥧵
57904 nknpi 𥧶
57905 nkovi 𥧷
57906 nk,;i 𥧸
57907 nk.oi 𥧹
57908 nka;i 𥧺
57909 nkahi 𥧻
57910 nkaki 𥧻
57911 nknmi 𥧼
57912 nk.vi 𥧽
57913 nkqki 𥧾
57914 nkobi 𥧿
57915 nkt/i 𥨀
57916 nktri 𥨁
57917 nk..i 𥨂
57918 nk.bi 𥨃
57919 nkq.i 𥨄
57920 nkr.i 𥨅
57921 nkr.i 𥨆
57922 nkm.i 𥨇
57923 nk;di 𥨈
57924 nkxyi 𥨉
57925 nkxbi 𥨊
57926 nkqfi 𥨋
57927 nkapi 𥨌
57928 nk..i 𥨍
57929 nkafi 𥨎
57930 eqn.i 𥨏
57931 nkqei 𥨐
57932 nk.vi 𥨑
57933 nkdbi 𥨒
57934 nkibi 𥨓
57935 nkrqi 𥨔
57936 nknri 𥨕
57937 nkosi 𥨖
57938 nkodi 𥨗
57939 nkofi 𥨗
57940 nkovi 𥨘
57941 nkc;i 𥨙
57942 nk.ji 𥨚
57943 nko.i 𥨛
57944 rxfhi 𥨜
57945 nk.bi 𥨝
57946 nkbci 𥨞
57947 nkxsi 𥨟
57948 nkrui 𥨠
57949 nk..i 𥨡
57950 nkdbi 𥨢
57951 nkkdi 𥨣
57952 nkz,i 𥨤
57953 nkoci 𥨥
57954 nkohi 𥨥
57955 nk.bi 𥨦
57956 nk,.i 𥨧
57957 nkqmi 𥨨
57958 nklzi 𥨩
57959 nk.si 𥨪
57960 nkhti 𥨫
57961 nkhai 𥨫
57962 nkhqi 𥨫
57963 nkhsi 𥨫
57964 nklti 𥨫
57965 nklai 𥨫
57966 nklqi 𥨫
57967 nklsi 𥨫
57968 nkjai 𥨬
57969 nkini 𥨭
57970 nkrai 𥨮
57971 nkqci 𥨯
57972 nknii 𥨰
57973 nkfmi 𥨱
57974 nkxwi 𥨲
57975 nkafi 𥨳
57976 nkr,i 𥨴
57977 nk.;i 𥨵
57978 nkl.i 𥨶
57979 nks.i 𥨶
57980 nkx;i 𥨷
57981 nkf;i 𥨸
57982 nklci 𥨹
57983 nkd.i 𥨺
57984 nkzei 𥨻
57985 nklsi 𥨼
57986 nkl,i 𥨽
57987 nkysi 𥨾
57988 nkc.i 𥨿
57989 nkqvi 𥩀
57990 nklki 𥩁
57991 nka.i 𥩂
57992 nkovi 𥩃
57993 nkrhi 𥩄
57994 nklfi 𥩅
57995 nkoki 𥩆
57996 nknxi 𥩇
57997 nknni 𥩇
57998 nkl;i 𥩈
57999 nkqpi 𥩉
58000 nkrqi 𥩊
58001 nkrti 𥩋
58002 nkrai 𥩋
58003 nkrqi 𥩋
58004 nkrsi 𥩋
58005 nkqqi 𥩌
58006 nkqpi 𥩍
58007 nkudi 𥩎
58008 nkufi 𥩎
58009 nkk,i 𥩏
58010 nkrmi 𥩐
58011 nkufi 𥩑
58012 nkx,i 𥩒
58013 nkr;i 𥩓
58014 nkzki 𥩔
58015 ysi 𥩕
58016 yci 𥩖
58017 yasi 𥩗
58018 ylhi 𥩘
58019 ylai 𥩘
58020 ytdsi 𥩙
58021 yywi 𥩚
58022 yyssi 𥩚
58023 yy.i 𥩛
58024 ydi 𥩜
58025 yoi 𥩝
58026 ylxi 𥩞
58027 ynai 𥩟
58028 aeyi 𥩠
58029 yqxi 𥩡
58030 yuai 𥩢
58031 yyri 𥩣
58032 yqdi 𥩤
58033 ybqi 𥩥
58034 ykaxi 𥩦
58035 nbgdi 𥩧
58036 yarhi 𥩨
58037 yrai 𥩩
58038 yf;i 𥩪
58039 ypdi 𥩫
58040 ypdi 𥩬
58041 yag;i 𥩭
58042 yl;i 𥩮
58043 ylgfi 𥩯
58044 yglfi 𥩯
58045 yqti 𥩰
58046 ykaxi 𥩱
58047 yyxki 𥩲
58048 yrfhi 𥩳
58049 zdryi 𥩴
58050 yifi 𥩵
58051 ylafi 𥩵
58052 y;;i 𥩶
58053 yooki 𥩷
58054 yrfhi 𥩸
58055 ylui 𥩹
58056 yzii 𥩺
58057 yaiki 𥩺
58058 yi;i 𥩻
58059 ys,i 𥩼
58060 ynfhi 𥩽
58061 yfjfi 𥩾
58062 ysmyi 𥩿
58063 ysuyi 𥩿
58064 yqhi 𥪀
58065 ypfgi 𥪁
58066 yzkki 𥪂
58067 ylddi 𥪃
58068 ydjdi 𥪄
58069 y;jki 𥪅
58070 yf,hi 𥪆
58071 y;lai 𥪇
58072 y;lki 𥪇
58073 yl.hi 𥪈
58074 y.lhi 𥪈
58075 ykk;i 𥪉
58076 ybddi 𥪊
58077 ywci 𥪋
58078 ytci 𥪋
58079 yazci 𥪌
58080 ylzci 𥪌
58081 ylvwi 𥪍
58082 ypodi 𥪎
58083 yplfi 𥪎
58084 ypsdi 𥪎
58085 yaebi 𥪏
58086 yskki 𥪐
58087 yskfi 𥪑
58088 ybjfi 𥪒
58089 yraki 𥪓
58090 ypl.i 𥪔
58091 ylvti 𥪕
58092 yosi 𥪖
58093 ynaci 𥪗
58094 yrqki 𥪘
58095 yrasi 𥪘
58096 yalmi 𥪙
58097 yop.i 𥪚
58098 ae.yi 𥪛
58099 yy;di 𥪜
58100 ypsdi 𥪝
58101 ypski 𥪞
58102 yykdi 𥪟
58103 yjqi 𥪠
58104 qdtyi 𥪡
58105 yprki 𥪢
58106 yxr.i 𥪣
58107 yrlpi 𥪤
58108 yrlhi 𥪤
58109 ylddi 𥪥
58110 y.xzi 𥪦
58111 yfuki 𥪧
58112 yfjki 𥪧
58113 yqjki 𥪧
58114 qdtyi 𥪨
58115 y;mi 𥪩
58116 ydqii 𥪪
58117 yfmmi 𥪫
58118 yw.ci 𥪬
58119 qoyi 𥪭
58120 yypfi 𥪮
58121 yrrsi 𥪯
58122 yypsi 𥪰
58123 hogyi 𥪱
58124 yfjxi 𥪲
58125 yrjxi 𥪲
58126 ypabi 𥪳
58127 ypfqi 𥪴
58128 afowi 𥪵
58129 lfowi 𥪵
58130 ykkpi 𥪶
58131 tg,yi 𥪷
58132 ylrhi 𥪸
58133 ytzui 𥪹
58134 yfrxi 𥪺
58135 aezyi 𥪻
58136 y;ddi 𥪼
58137 yrpri 𥪽
58138 y;;mi 𥪾
58139 yfopi 𥪿
58140 yq;di 𥫀
58141 ya;di 𥫀
58142 yi/pi 𥫁
58143 lpyri 𥫂
58144 yirxi 𥫃
58145 yutxi 𥫄
58146 xppyi 𥫅
58147 yj,ki 𥫆
58148 ymadi 𥫇
58149 yppki 𥫈
58150 yy;fi 𥫉
58151 ypfui 𥫊
58152 dddyi 𥫋
58153 ddyyi 𥫋
58154 ygggi 𥫌
58155 yrpri 𥫍
58156 yprmi 𥫎
58157 yps.i 𥫏
58158 ydp;i 𥫐
58159 ypfni 𥫑
58160 ypfni 𥫒
58161 ypfbi 𥫓
58162 ypfmi 𥫔
58163 ypfbi 𥫕
58164 ypf.i 𥫖
58165 ldi 𥫘
58166 ladi 𥫙
58167 lji 𥫚
58168 lxi 𥫛
58169 l.i 𥫜
58170 laxi 𥫝
58171 lgfi 𥫞
58172 ltsi 𥫟
58173 lfi 𥫠
58174 laagi 𥫡
58175 lbhi 𥫢
58176 lagai 𥫣
58177 ltgi 𥫤
58178 llqi 𥫥
58179 laqi 𥫥
58180 lri 𥫦
58181 odli 𥫧
58182 jdli 𥫧
58183 ododi 𥫧
58184 jdodi 𥫧
58185 ledi 𥫨
58186 ldddi 𥫨
58187 llhi 𥫩
58188 ldki 𥫪
58189 lxi 𥫪
58190 laci 𥫫
58191 llqi 𥫬
58192 lqi 𥫬
58193 lwi 𥫭
58194 odli 𥫮
58195 jdli 𥫮
58196 ododi 𥫮
58197 odjdi 𥫮
58198 jdodi 𥫮
58199 jdjdi 𥫮
58200 l;di 𥫯
58201 lyki 𥫰
58202 ladsi 𥫱
58203 lfi 𥫲
58204 lhi 𥫳
58205 lajdi 𥫴
58206 lyjdi 𥫴
58207 lzhi 𥫵
58208 laaei 𥫶
58209 lllsi 𥫷
58210 llsli 𥫷
58211 lci 𥫸
58212 ljsi 𥫹
58213 ljsi 𥫺
58214 lqki 𥫻
58215 lqhi 𥫻
58216 lqdhi 𥫻
58217 ljyi 𥫼
58218 loasi 𥫽
58219 ly.i 𥫾
58220 lgi 𥫿
58221 laaxi 𥬀
58222 ltdi 𥬁
58223 laedi 𥬂
58224 laddi 𥬂
58225 lchi 𥬃
58226 lcli 𥬃
58227 loi 𥬄
58228 lui 𥬅
58229 lfdi 𥬆
58230 lzhi 𥬇
58231 lkki 𥬈
58232 llxi 𥬉
58233 loi 𥬊
58234 lkagi 𥬋
58235 ligi 𥬋
58236 lnqi 𥬌
58237 lkdi 𥬍
58238 lvai 𥬎
58239 llii 𥬏
58240 lpdi 𥬐
58241 lqsi 𥬑
58242 lz.hi 𥬒
58243 lzbhi 𥬒
58244 lzlhi 𥬒
58245 lxbi 𥬓
58246 lrxi 𥬔
58247 ljri 𥬕
58248 lbbi 𥬖
58249 lqsi 𥬗
58250 llzi 𥬘
58251 loki 𥬘
58252 lqti 𥬙
58253 loeai 𥬚
58254 llei 𥬛
58255 llqi 𥬜
58256 llpi 𥬝
58257 ljci 𥬞
58258 lzi 𥬟
58259 ljti 𥬠
58260 lz;i 𥬡
58261 lzqi 𥬢
58262 lqji 𥬣
58263 lqagi 𥬤
58264 lji 𥬥
58265 lszi 𥬦
58266 lkeai 𥬧
58267 loai 𥬨
58268 lbqi 𥬩
58269 lafxi 𥬪
58270 lazxi 𥬪
58271 lmqi 𥬫
58272 ltjdi 𥬬
58273 lamei 𥬭
58274 lcqi 𥬮
58275 lrlgi 𥬯
58276 ljfdi 𥬰
58277 lzsi 𥬱
58278 lyxsi 𥬱
58279 lsvi 𥬲
58280 llgvi 𥬲
58281 lglvi 𥬲
58282 leqi 𥬳
58283 lifi 𥬴
58284 lalei 𥬵
58285 larsi 𥬶
58286 leaci 𥬷
58287 llgvi 𥬸
58288 lglvi 𥬸
58289 lsvi 𥬸
58290 lrki 𥬹
58291 ljdki 𥬺
58292 lrqsi 𥬻
58293 lrsqi 𥬻
58294 ll.ei 𥬼
58295 lp.i 𥬽
58296 lusi 𥬾
58297 lleai 𥬿
58298 lrlhi 𥭀
58299 l,i 𥭁
58300 lnshi 𥭂
58301 lredi 𥭃
58302 lrddi 𥭃
58303 lboi 𥭄
58304 lr;i 𥭅
58305 lpfi 𥭆
58306 llf.i 𥭇
58307 llj;i 𥭈
58308 liaxi 𥭉
58309 ljkki 𥭊
58310 lmmi 𥭋
58311 lnlqi 𥭌
58312 lczi 𥭍
58313 lcysi 𥭎
58314 lxofi 𥭏
58315 l.fhi 𥭐
58316 lf,hi 𥭑
58317 lpasi 𥭒
58318 l,lhi 𥭓
58319 le;ei 𥭔
58320 lqdti 𥭕
58321 lulhi 𥭖
58322 l.fi 𥭗
58323 l.zdi 𥭘
58324 laesi 𥭙
58325 lyi 𥭚
58326 lapi 𥭛
58327 ltsni 𥭜
58328 lwcli 𥭝
58329 l;ui 𥭞
58330 lxk.i 𥭟
58331 lat;i 𥭠
58332 lrni 𥭡
58333 lpfgi 𥭢
58334 lpksi 𥭣
58335 l;ri 𥭤
58336 ll/i 𥭥
58337 la/i 𥭥
58338 l.oi 𥭦
58339 lpri 𥭧
58340 llpsi 𥭨
58341 lej;i 𥭩
58342 lktbi 𥭪
58343 ltjci 𥭫
58344 lulqi 𥭬
58345 lkkri 𥭭
58346 lpkji 𥭮
58347 lrlqi 𥭯
58348 lshvi 𥭰
58349 lesi 𥭱
58350 lnofi 𥭲
58351 l.,i 𥭳
58352 lyfi 𥭴
58353 lgfti 𥭵
58354 lgzti 𥭵
58355 lfysi 𥭶
58356 lpksi 𥭷
58357 lkdbi 𥭸
58358 ljkmi 𥭹
58359 lrbi 𥭺
58360 lrl;i 𥭻
58361 ltci 𥭼
58362 lwci 𥭼
58363 l;ci 𥭽
58364 l;;di 𥭾
58365 ljdxi 𥭿
58366 lplhi 𥮀
58367 lolbi 𥮁
58368 logki 𥮁
58369 loz;i 𥮂
58370 lkqdi 𥮃
58371 lutsi 𥮄
58372 larzi 𥮅
58373 lkqdi 𥮆
58374 lfti 𥮇
58375 lkffi 𥮈
58376 lqhi 𥮉
58377 lvri 𥮊
58378 lkvai 𥮋
58379 rlafi 𥮌
58380 l.lri 𥮍
58381 l.ari 𥮍
58382 lzhfi 𥮎
58383 ljrki 𥮏
58384 ljr;i 𥮐
58385 l.k;i 𥮑
58386 l.c;i 𥮑
58387 lce;i 𥮒
58388 lcxfi 𥮓
58389 lapxi 𥮔
58390 lvysi 𥮕
58391 lfuai 𥮖
58392 lfjsi 𥮖
58393 ll,i 𥮗
58394 ligni 𥮘
58395 lkhni 𥮘
58396 llmei 𥮙
58397 ljfei 𥮚
58398 ljoi 𥮛
58399 ltgci 𥮜
58400 lbddi 𥮝
58401 lpfsi 𥮞
58402 lqdfi 𥮟
58403 loe;i 𥮠
58404 li;ji 𥮡
58405 lgrri 𥮢
58406 lj.vi 𥮣
58407 ltci 𥮤
58408 lvoi 𥮥
58409 lpnli 𥮦
58410 lzvi 𥮧
58411 lyxvi 𥮧
58412 lkxni 𥮨
58413 lajki 𥮩
58414 l;sui 𥮪
58415 lj,i 𥮫
58416 lpl.i 𥮬
58417 l;kri 𥮭
58418 lfjvi 𥮮
58419 lkfzi 𥮯
58420 ltgki 𥮰
58421 lbrxi 𥮱
58422 lqxi 𥮲
58423 laeai 𥮳
58424 lkdhi 𥮴
58425 lnaci 𥮵
58426 lj;ri 𥮶
58427 liz;i 𥮷
58428 lsl/i 𥮸
58429 lsa/i 𥮸
58430 lvqki 𥮹
58431 lgeti 𥮺
58432 lrfei 𥮻
58433 lolsi 𥮼
58434 llodi 𥮽
58435 lxz.i 𥮾
58436 llq,i 𥮿
58437 lii 𥯀
58438 l.ori 𥯁
58439 l.yri 𥯂
58440 lzpsi 𥯃
58441 lkyi 𥯄
58442 lzrri 𥯅
58443 lvkxi 𥯆
58444 l.gsi 𥯇
58445 lvzbi 𥯈
58446 lv.bi 𥯈
58447 lwgi 𥯉
58448 lykki 𥯊
58449 lykhi 𥯊
58450 lpui 𥯋
58451 loz;i 𥯌
58452 lv.i 𥯍
58453 lne;i 𥯎
58454 lkrki 𥯏
58455 ltaci 𥯐
58456 la/ri 𥯑
58457 lr;xi 𥯒
58458 lrqki 𥯓
58459 lrasi 𥯓
58460 ll;mi 𥯔
58461 lpa.i 𥯕
58462 lnrbi 𥯖
58463 llpki 𥯗
58464 laeti 𥯘
58465 lawbi 𥯙
58466 ln.;i 𥯚
58467 lc.;i 𥯛
58468 lpaxi 𥯜
58469 lnkhi 𥯝
58470 lhofi 𥯞
58471 loafi 𥯟
58472 llzfi 𥯟
58473 lc.ki 𥯠
58474 lpqqi 𥯡
58475 ly;di 𥯢
58476 ljkxi 𥯣
58477 lt;qi 𥯤
58478 lafoi 𥯥
58479 llfoi 𥯥
58480 ltfbi 𥯦
58481 loeni 𥯧
58482 lpni 𥯨
58483 lgoi 𥯩
58484 lzazi 𥯪
58485 lzlzi 𥯪
58486 lbazi 𥯫
58487 lblzi 𥯫
58488 lalzi 𥯬
58489 lpoei 𥯭
58490 loki 𥯮
58491 lnp.i 𥯯
58492 llgui 𥯰
58493 lglui 𥯰
58494 lg.ui 𥯰
58495 lgqni 𥯱
58496 ly;vi 𥯲
58497 l;;gi 𥯳
58498 ln,bi 𥯴
58499 t.li 𥯵
58500 lff;i 𥯶
58501 lul;i 𥯷
58502 lvyri 𥯸
58503 lqsfi 𥯹
58504 lzkki 𥯺
58505 lvdi 𥯻
58506 lj.bi 𥯼
58507 lj.ki 𥯼
58508 ly;di 𥯽
58509 lna;i 𥯾
58510 lnl;i 𥯾
58511 laari 𥯿
58512 l;sji 𥰀
58513 lhori 𥰁
58514 l,lvi 𥰂
58515 ljqi 𥰃
58516 lfl;i 𥰄
58517 lcifi 𥰅
58518 lclfi 𥰅
58519 lykdi 𥰆
58520 lyfi 𥰇
58521 lk;ri 𥰈
58522 lkazi 𥰉
58523 li;ci 𥰊
58524 ln.;i 𥰋
58525 l,yxi 𥰌
58526 lv;ei 𥰍
58527 laxui 𥰎
58528 lo.qi 𥰏
58529 lbadi 𥰐
58530 lajqi 𥰑
58531 ljkxi 𥰒
58532 ljkxi 𥰓
58533 l;;;i 𥰔
58534 l/qqi 𥰕
58535 lkjsi 𥰖
58536 llpsi 𥰗
58537 lxuqi 𥰘
58538 lda.i 𥰙
58539 laeli 𥰚
58540 lc.fi 𥰛
58541 lvs,i 𥰜
58542 lljni 𥰝
58543 lodbi 𥰞
58544 lr;xi 𥰟
58545 lhoki 𥰠
58546 lvj.i 𥰡
58547 lgbbi 𥰢
58548 lohpi 𥰣
58549 lczoi 𥰤
58550 lcyoi 𥰤
58551 l.xzi 𥰥
58552 lb.bi 𥰦
58553 lkzdi 𥰧
58554 l,,ei 𥰨
58555 lofi 𥰩
58556 lw;oi 𥰪
58557 lzk;i 𥰫
58558 llrfi 𥰬
58559 lirqi 𥰭
58560 lizqi 𥰭
58561 lb;di 𥰮
58562 lqddi 𥰯
58563 lqkfi 𥰰
58564 lbh/i 𥰱
58565 l,rki 𥰲
58566 lqlhi 𥰳
58567 lqshi 𥰳
58568 llpgi 𥰴
58569 ly;ei 𥰵
58570 lnr;i 𥰶
58571 lnf;i 𥰶
58572 lmgpi 𥰷
58573 laxpi 𥰸
58574 lacpi 𥰸
58575 luy.i 𥰹
58576 lqsbi 𥰺
58577 lpz;i 𥰻
58578 lfjxi 𥰼
58579 l.eki 𥰽
58580 lnkei 𥰾
58581 llpvi 𥰿
58582 lczgi 𥱀
58583 ljkzi 𥱁
58584 ltrci 𥱂
58585 ltaci 𥱂
58586 lj;ni 𥱃
58587 ljpni 𥱃
58588 laz/i 𥱄
58589 llz/i 𥱄
58590 lpkfi 𥱅
58591 lyxri 𥱆
58592 lal,i 𥱇
58593 l.fhi 𥱈
58594 l.hxi 𥱉
58595 lnrdi 𥱊
58596 lcjvi 𥱋
58597 lkdzi 𥱌
58598 lqshi 𥱍
58599 lrsri 𥱎
58600 lrjri 𥱏
58601 l;pri 𥱐
58602 lirxi 𥱑
58603 lizxi 𥱑
58604 lcqki 𥱒
58605 lvaki 𥱓
58606 laaui 𥱔
58607 lraxi 𥱕
58608 lgfxi 𥱖
58609 lajxi 𥱗
58610 lzxvi 𥱘
58611 lal.i 𥱙
58612 ltsui 𥱚
58613 lva/i 𥱛
58614 lvqri 𥱜
58615 lvqoi 𥱝
58616 l,lhi 𥱞
58617 l;iqi 𥱟
58618 l;o;i 𥱠
58619 l/zxi 𥱡
58620 l/kxi 𥱢
58621 li;ki 𥱣
58622 lkd.i 𥱤
58623 lt.vi 𥱥
58624 lxhfi 𥱦
58625 lzlvi 𥱧
58626 lrxi 𥱨
58627 lriki 𥱩
58628 lmui 𥱪
58629 lzzi 𥱫
58630 lytsi 𥱬
58631 lkqxi 𥱭
58632 lo.wi 𥱮
58633 lprhi 𥱯
58634 l.rci 𥱰
58635 lye;i 𥱱
58636 ley.i 𥱲
58637 lhbti 𥱳
58638 loqhi 𥱴
58639 lbbpi 𥱵
58640 lz..i 𥱶
58641 ligmi 𥱷
58642 lkhmi 𥱷
58643 lq;;i 𥱸
58644 lfpzi 𥱹
58645 la/si 𥱺
58646 livni 𥱻
58647 lclfi 𥱼
58648 lpisi 𥱽
58649 lpksi 𥱽
58650 lephi 𥱾
58651 le.si 𥱿
58652 lwpvi 𥲀
58653 lalhi 𥲁
58654 lclfi 𥲂
58655 lcifi 𥲂
58656 lna.i 𥲃
58657 lc,,i 𥲄
58658 ltsni 𥲅
58659 lbjni 𥲆
58660 l.jsi 𥲇
58661 lrjki 𥲈
58662 lelii 𥲉
58663 laeji 𥲊
58664 l.ydi 𥲋
58665 lcgdi 𥲌
58666 lcadi 𥲌
58667 lqpi 𥲍
58668 ltrri 𥲎
58669 lpfbi 𥲏
58670 lva;i 𥲐
58671 lp/bi 𥲑
58672 lqsvi 𥲒
58673 laeri 𥲓
58674 lqpri 𥲔
58675 leqxi 𥲕
58676 lej.i 𥲖
58677 ltnci 𥲗
58678 lwbxi 𥲘
58679 lrjdi 𥲙
58680 lcnci 𥲚
58681 lxkhi 𥲛
58682 leui 𥲜
58683 lttbi 𥲝
58684 l;d;i 𥲞
58685 lilhi 𥲟
58686 lysri 𥲠
58687 lnkni 𥲡
58688 lpvvi 𥲢
58689 lmoi 𥲣
58690 lewai 𥲤
58691 lecai 𥲤
58692 li;ui 𥲥
58693 la/ki 𥲦
58694 llvvi 𥲧
58695 lmlqi 𥲨
58696 lziki 𥲩
58697 lavzi 𥲪
58698 liuji 𥲫
58699 lhohi 𥲬
58700 lhoxi 𥲬
58701 lrjdi 𥲭
58702 ly;ei 𥲮
58703 lrl.i 𥲯
58704 ly.i 𥲰
58705 lckyi 𥲱
58706 lra.i 𥲲
58707 lotdi 𥲳
58708 lvaji 𥲴
58709 loiai 𥲵
58710 lozfi 𥲶
58711 lobfi 𥲷
58712 lpzci 𥲸
58713 ljbpi 𥲹
58714 lppfi 𥲺
58715 ljzsi 𥲻
58716 lkabi 𥲼
58717 lkkni 𥲽
58718 lltqi 𥲾
58719 lbb.i 𥲿
58720 lbahi 𥳀
58721 lewai 𥳁
58722 lecai 𥳁
58723 lp.;i 𥳂
58724 lg;.i 𥳃
58725 lg.;i 𥳃
58726 lnaki 𥳄
58727 lyni 𥳅
58728 l,.i 𥳆
58729 l.o.i 𥳇
58730 llqqi 𥳈
58731 lrlti 𥳉
58732 lbtbi 𥳊
58733 lxxci 𥳋
58734 lt.ri 𥳌
58735 ltqhi 𥳍
58736 lqs/i 𥳎
58737 lxxxi 𥳏
58738 leafi 𥳐
58739 leui 𥳑
58740 lczxi 𥳒
58741 llvui 𥳓
58742 ltzui 𥳔
58743 lifdi 𥳕
58744 lvy;i 𥳖
58745 l.ami 𥳗
58746 lypri 𥳘
58747 lpdei 𥳙
58748 lmz,i 𥳚
58749 ly;hi 𥳛
58750 ltp.i 𥳜
58751 lnnni 𥳝
58752 l,mqi 𥳞
58753 lkyni 𥳟
58754 lesni 𥳠
58755 lffmi 𥳡
58756 lipzi 𥳢
58757 lpabi 𥳣
58758 la.ni 𥳤
58759 lnnfi 𥳥
58760 lcjli 𥳦
58761 larci 𥳧
58762 lbsbi 𥳨
58763 lohei 𥳩
58764 ljfni 𥳪
58765 ljrui 𥳫
58766 lp,i 𥳬
58767 lelji 𥳭
58768 lxxxi 𥳮
58769 lvrpi 𥳯
58770 liphi 𥳰
58771 lossi 𥳱
58772 ltpyi 𥳲
58773 lopci 𥳳
58774 l.zbi 𥳴
58775 lxjsi 𥳵
58776 lcjoi 𥳶
58777 lciei 𥳷
58778 lkqsi 𥳸
58779 lkqmi 𥳹
58780 lolni 𥳺
58781 lcrfi 𥳻
58782 lcrzi 𥳻
58783 llvfi 𥳼
58784 lraki 𥳽
58785 lilai 𥳾
58786 lilki 𥳾
58787 lj;ni 𥳿
58788 ljpni 𥳿
58789 ly;ri 𥴀
58790 ly;ri 𥴁
58791 lpafi 𥴂
58792 laafi 𥴃
58793 lkjfi 𥴃
58794 ljkfi 𥴄
58795 l,a/i 𥴅
58796 lribi 𥴆
58797 lvzfi 𥴇
58798 lvaxi 𥴈
58799 llbpi 𥴉
58800 lgkpi 𥴉
58801 lqe.i 𥴊
58802 lte.i 𥴊
58803 lqeki 𥴋
58804 lteki 𥴋
58805 ljzvi 𥴌
58806 lvbfi 𥴍
58807 ljk.i 𥴎
58808 li,i 𥴏
58809 lqqqi 𥴐
58810 lapri 𥴑
58811 llli 𥴒
58812 llkri 𥴓
58813 lkkai 𥴓
58814 lkkji 𥴔
58815 l.ipi 𥴕
58816 lvlfi 𥴖
58817 lxzsi 𥴗
58818 lxysi 𥴗
58819 lwrvi 𥴘
58820 lvefi 𥴙
58821 lljfi 𥴚
58822 lvkyi 𥴛
58823 lyj;i 𥴜
58824 libti 𥴝
58825 lptqi 𥴞
58826 lvlwi 𥴟
58827 ljzci 𥴠
58828 lpfii 𥴡
58829 lpeii 𥴡
58830 lfdii 𥴡
58831 ldfii 𥴡
58832 lffii 𥴡
58833 llvyi 𥴢
58834 llmfi 𥴣
58835 lutbi 𥴤
58836 lexfi 𥴥
58837 li.ni 𥴦
58838 lea.i 𥴧
58839 l.j.i 𥴨
58840 ltqdi 𥴩
58841 lpmni 𥴪
58842 lbrbi 𥴫
58843 lb;fi 𥴬
58844 lvpsi 𥴭
58845 loqhi 𥴮
58846 lnoxi 𥴯
58847 lyrui 𥴰
58848 lya,i 𥴱
58849 ltsni 𥴲
58850 ltgni 𥴳
58851 lil;i 𥴴
58852 lpz/i 𥴵
58853 l.qmi 𥴶
58854 lem,i 𥴷
58855 l/jxi 𥴸
58856 lvjmi 𥴹
58857 lixni 𥴺
58858 loi;i 𥴻
58859 lcavi 𥴼
58860 lckvi 𥴽
58861 lrqhi 𥴾
58862 lyr;i 𥴿
58863 lp/hi 𥵀
58864 ltcui 𥵁
58865 lwcui 𥵁
58866 le;zi 𥵂
58867 laxui 𥵃
58868 lcopi 𥵄
58869 lvlni 𥵅
58870 lypni 𥵆
58871 larei 𥵇
58872 lroui 𥵈
58873 lzpi 𥵉
58874 li/pi 𥵊
58875 li/ai 𥵋
58876 li/fi 𥵋
58877 lkl,i 𥵌
58878 l.ldi 𥵍
58879 lkami 𥵎
58880 lklmi 𥵎
58881 lapri 𥵏
58882 lzk,i 𥵐
58883 ljjji 𥵑
58884 lpjsi 𥵒
58885 lorbi 𥵓
58886 loqbi 𥵓
58887 lglfi 𥵔
58888 lpj,i 𥵕
58889 lupni 𥵖
58890 lypki 𥵗
58891 lpaei 𥵘
58892 l/efi 𥵙
58893 lrrbi 𥵚
58894 lpfxi 𥵛
58895 lpexi 𥵛
58896 lkczi 𥵜
58897 libmi 𥵝
58898 lkhmi 𥵝
58899 lrkxi 𥵞
58900 l/rpi 𥵟
58901 l/rhi 𥵟
58902 lvlbi 𥵠
58903 lvrri 𥵡
58904 lcahi 𥵢
58905 lydei 𥵣
58906 lxefi 𥵤
58907 lcrki 𥵥
58908 lzcui 𥵦
58909 ltdui 𥵧
58910 lljhi 𥵨
58911 lyk.i 𥵩
58912 lybfi 𥵪
58913 lae.i 𥵫
58914 laeki 𥵫
58915 lnb.i 𥵬
58916 lyeri 𥵭
58917 lxini 𥵮
58918 lxkni 𥵮
58919 lalci 𥵯
58920 la.ci 𥵯
58921 lvqdi 𥵰
58922 lzioi 𥵱
58923 ljkei 𥵲
58924 lbbwi 𥵳
58925 losni 𥵴
58926 lfpdi 𥵵
58927 ljr;i 𥵶
58928 l.pri 𥵷
58929 lljji 𥵸
58930 lxnci 𥵹
58931 ljzci 𥵺
58932 lxkyi 𥵻
58933 lqkgi 𥵼
58934 lrs;i 𥵽
58935 llvpi 𥵾
58936 lfj.i 𥵿
58937 lx;si 𥶀
58938 lyf;i 𥶁
58939 lrami 𥶂
58940 lf/mi 𥶃
58941 lwv.i 𥶄
58942 lcapi 𥶅
58943 le;;i 𥶆
58944 lu,pi 𥶇
58945 lldbi 𥶈
58946 ljaxi 𥶉
58947 ljzui 𥶊
58948 ljdpi 𥶋
58949 lepni 𥶌
58950 lx.bi 𥶍
58951 lccui 𥶎
58952 lyj;i 𥶏
58953 lt;mi 𥶐
58954 lirxi 𥶑
58955 lizxi 𥶑
58956 l,,qi 𥶒
58957 l/xqi 𥶓
58958 lyq,i 𥶔
58959 lgq;i 𥶕
58960 l/,ei 𥶖
58961 lqo,i 𥶗
58962 lno,i 𥶘
58963 lffni 𥶙
58964 ljr;i 𥶚
58965 lspci 𥶛
58966 lwffi 𥶜
58967 lxmfi 𥶝
58968 lx.fi 𥶝
58969 lchui 𥶞
58970 l;;ci 𥶟
58971 lvx.i 𥶠
58972 lqifi 𥶡
58973 lwpci 𥶢
58974 lnzci 𥶣
58975 lfk;i 𥶤
58976 lvbni 𥶥
58977 lr/mi 𥶦
58978 lnk;i 𥶧
58979 l/hti 𥶨
58980 lpy.i 𥶩
58981 lokpi 𥶪
58982 lwkji 𥶫
58983 lff,i 𥶬
58984 lfpvi 𥶭
58985 lvdyi 𥶮
58986 oxlfi 𥶯
58987 lbkpi 𥶰
58988 llpxi 𥶱
58989 lgggi 𥶲
58990 lxzxi 𥶳
58991 ltzri 𥶴
58992 lo,bi 𥶵
58993 lri,i 𥶶
58994 ltsni 𥶷
58995 lzfhi 𥶸
58996 lrudi 𥶹
58997 lravi 𥶺
58998 ltzni 𥶻
58999 ltini 𥶼
59000 l.tdi 𥶽
59001 lraci 𥶾
59002 lejoi 𥶿
59003 lre,i 𥷀
59004 lr;,i 𥷀
59005 lyffi 𥷁
59006 lqkfi 𥷂
59007 lxmvi 𥷃
59008 lx.vi 𥷃
59009 lik.i 𥷄
59010 lzl,i 𥷅
59011 lvabi 𥷆
59012 l;;;i 𥷇
59013 lvyri 𥷈
59014 l.uji 𥷉
59015 lzkni 𥷊
59016 l;;oi 𥷋
59017 lqeni 𥷌
59018 lteni 𥷌
59019 lppii 𥷍
59020 lecmi 𥷎
59021 lildi 𥷏
59022 lo/fi 𥷐
59023 lzqji 𥷑
59024 lzlei 𥷒
59025 libwi 𥷓
59026 loqki 𥷔
59027 lravi 𥷕
59028 l,mhi 𥷖
59029 lvaci 𥷗
59030 lobyi 𥷘
59031 l/zei 𥷙
59032 lriyi 𥷚
59033 ly;ai 𥷛
59034 lkyxi 𥷜
59035 lbrui 𥷝
59036 ljxki 𥷞
59037 lccui 𥷟
59038 lephi 𥷠
59039 l,iki 𥷡
59040 laeei 𥷢
59041 lqkbi 𥷣
59042 lziyi 𥷤
59043 lrf,i 𥷥
59044 lepfi 𥷦
59045 lcbyi 𥷧
59046 laeei 𥷨
59047 lykyi 𥷩
59048 lorxi 𥷪
59049 lp,;i 𥷫
59050 lf;yi 𥷬
59051 lvv.i 𥷭
59052 l./hi 𥷮
59053 lrdfi 𥷯
59054 lrrfi 𥷯
59055 lcrxi 𥷰
59056 la/.i 𥷱
59057 l.u.i 𥷲
59058 leisi 𥷳
59059 lziyi 𥷴
59060 lysqi 𥷵
59061 lyshi 𥷶
59062 lysfi 𥷶
59063 lyszi 𥷶
59064 lqd;i 𥷷
59065 lfkpi 𥷸
59066 lllli 𥷹
59067 lyfzi 𥷺
59068 lz,ni 𥷻
59069 ly;ci 𥷼
59070 lbrki 𥷽
59071 l/x,i 𥷾
59072 lwp,i 𥷿
59073 lakhi 𥸀
59074 lrzyi 𥸁
59075 l;;bi 𥸂
59076 loabi 𥸃
59077 lorbi 𥸃
59078 lyqpi 𥸄
59079 lljni 𥸅
59080 luwwi 𥸆
59081 l;;bi 𥸇
59082 lcj,i 𥸈
59083 lyuvi 𥸉
59084 ly.mi 𥸊
59085 lor,i 𥸋
59086 loq,i 𥸋
59087 lkybi 𥸌
59088 le;fi 𥸍
59089 lui,i 𥸎
59090 luk,i 𥸎
59091 ly;hi 𥸏
59092 ly;fi 𥸏
59093 ly;zi 𥸏
59094 lzs;i 𥸐
59095 l;;ji 𥸑
59096 lpyxi 𥸒
59097 loaei 𥸓
59098 lyrxi 𥸔
59099 lppxi 𥸕
59100 lepdi 𥸖
59101 lcaqi 𥸗
59102 lcjbi 𥸘
59103 lsyqi 𥸙
59104 lr/si 𥸚
59105 leici 𥸛
59106 lypmi 𥸜
59107 lyzmi 𥸝
59108 leiki 𥸞
59109 leici 𥸟
59110 lmuii 𥸠
59111 lypmi 𥸡
59112 lqs/i 𥸢
59113 lp,yi 𥸣
59114 li;mi 𥸤
59115 g,i 𥸥
59116 s,i 𥸦
59117 ,adi 𥸧
59118 t,i 𥸨
59119 g,ai 𥸨
59120 ,bi 𥸩
59121 ,ki 𥸪
59122 ls,i 𥸫
59123 ,ti 𥸬
59124 ,fi 𥸭
59125 r,i 𥸮
59126 ,ali 𥸯
59127 ,aadi 𥸰
59128 ,lsi 𥸱
59129 ,tgi 𥸲
59130 ,fbi 𥸳
59131 ,adgi 𥸴
59132 ,adsi 𥸵
59133 ,afi 𥸶
59134 ,affi 𥸶
59135 ,jki 𥸷
59136 ,szi 𥸸
59137 ,y.i 𥸹
59138 ,di 𥸺
59139 ,jdai 𥸻
59140 ,l.i 𥸼
59141 ,oi 𥸽
59142 ,oasi 𥸽
59143 ,oji 𥸾
59144 tds,i 𥸿
59145 ,ni 𥹀
59146 ,oei 𥹁
59147 ,zai 𥹂
59148 ,kfhi 𥹃
59149 ejl,i 𥹄
59150 ,nli 𥹅
59151 ,bqi 𥹆
59152 ,xfi 𥹇
59153 ,nqi 𥹈
59154 ,pbi 𥹉
59155 ,/i 𥹊
59156 ,x;i 𥹋
59157 b;,i 𥹌
59158 ,nadi 𥹍
59159 ,ifi 𥹎
59160 amb,i 𥹏
59161 egl,i 𥹐
59162 ebl,i 𥹐
59163 ,rsi 𥹑
59164 ,aii 𥹒
59165 ,rxi 𥹓
59166 ,z.hi 𥹔
59167 ,zbhi 𥹔
59168 ,zlhi 𥹔
59169 ,ibi 𥹕
59170 ,khbi 𥹕
59171 ,tbi 𥹖
59172 ,tgsi 𥹗
59173 ,ajki 𥹘
59174 ,j;i 𥹙
59175 ,apai 𥹚
59176 ls.,i 𥹛
59177 sl.,i 𥹛
59178 ,yk.i 𥹜
59179 ,lj;i 𥹝
59180 ,pxi 𥹞
59181 ejb,i 𥹟
59182 ,mmi 𥹠
59183 w;,i 𥹡
59184 ,aei 𥹢
59185 ,jri 𥹣
59186 ,jfdi 𥹤
59187 ,cti 𥹥
59188 csh,i 𥹦
59189 csf,i 𥹦
59190 csz,i 𥹦
59191 ,tfi 𥹧
59192 ,aqxi 𥹨
59193 ,rfhi 𥹩
59194 ,.qi 𥹪
59195 ,,i 𥹫
59196 ,rlgi 𥹬
59197 cjh,i 𥹭
59198 cjk,i 𥹭
59199 ,mqi 𥹮
59200 ,fki 𥹯
59201 ,wjki 𥹰
59202 ,xbi 𥹱
59203 ,k;si 𥹲
59204 ,nasi 𥹳
59205 ,eci 𥹴
59206 ,v;i 𥹵
59207 ,cui 𥹶
59208 ,zoi 𥹷
59209 ,yxoi 𥹷
59210 ,fjfi 𥹸
59211 blq,i 𥹹
59212 ntd,i 𥹺
59213 nt,i 𥹺
59214 ,zfi 𥹻
59215 ,yxfi 𥹻
59216 ,xgci 𥹼
59217 ,.fhi 𥹽
59218 ,.fi 𥹾
59219 ,,ri 𥹿
59220 ,ktli 𥺀
59221 ,nrhi 𥺁
59222 ,jk;i 𥺂
59223 ,rni 𥺃
59224 ,rlfi 𥺄
59225 ,zfhi 𥺅
59226 ,;lri 𥺆
59227 ,;ari 𥺆
59228 ,,si 𥺇
59229 ,ooi 𥺈
59230 ,qii 𥺉
59231 ,o;i 𥺊
59232 ddk,i 𥺋
59233 ,ivi 𥺌
59234 ,jkfi 𥺍
59235 ,uaki 𥺎
59236 ,;jki 𥺏
59237 ,;oi 𥺐
59238 ,tjbi 𥺑
59239 ,pfgi 𥺒
59240 ,;l;i 𥺓
59241 ,;;i 𥺓
59242 ;jk,i 𥺔
59243 ,otsi 𥺕
59244 ,z;i 𥺖
59245 ,a/i 𥺗
59246 ,apdi 𥺗
59247 ,apai 𥺗
59248 ,eei 𥺘
59249 ,rk.i 𥺙
59250 ,voi 𥺚
59251 ,podi 𥺛
59252 ,plfi 𥺛
59253 ,psdi 𥺛
59254 cbq,i 𥺜
59255 ,jr;i 𥺝
59256 ,zui 𥺞
59257 ,yxui 𥺞
59258 ee,i 𥺟
59259 qej,i 𥺠
59260 ,tosi 𥺡
59261 ,.pi 𥺢
59262 ,grri 𥺣
59263 eac,i 𥺤
59264 ,nuai 𥺥
59265 ,ne;i 𥺦
59266 ,ntki 𥺧
59267 ,nf;i 𥺨
59268 ,ixci 𥺩
59269 ,y.ui 𥺪
59270 ,q,i 𥺫
59271 ,gfui 𥺬
59272 ,zkgi 𥺭
59273 ,rpi 𥺮
59274 ,fkji 𥺯
59275 ,pvi 𥺰
59276 ,eabi 𥺱
59277 ,.tdi 𥺲
59278 ,jtdi 𥺲
59279 ,;sui 𥺳
59280 ,igni 𥺴
59281 ,khni 𥺴
59282 ,sbui 𥺵
59283 ,bozi 𥺶
59284 ,bddi 𥺷
59285 ,tdpi 𥺸
59286 ,nmsi 𥺹
59287 ,dyi 𥺺
59288 ,ii 𥺻
59289 ,aeai 𥺼
59290 ,ijfi 𥺽
59291 ,eui 𥺾
59292 ,zqdi 𥺿
59293 ,.k;i 𥻀
59294 ,.c;i 𥻀
59295 ,daei 𥻁
59296 ,v/i 𥻂
59297 ,v;ei 𥻃
59298 ,qqpi 𥻄
59299 ,qpi 𥻅
59300 epk,i 𥻆
59301 ,zqxi 𥻇
59302 ,rsvi 𥻈
59303 ,plsi 𥻉
59304 qoz,i 𥻊
59305 ,mqki 𥻋
59306 v;e,i 𥻌
59307 ,;dpi 𥻍
59308 ,rkri 𥻎
59309 ,pni 𥻏
59310 ,b,i 𥻐
59311 ,pmi 𥻑
59312 ,m,i 𥻒
59313 ,aa;i 𥻓
59314 ,kj;i 𥻓
59315 ,rfi 𥻔
59316 ,rdfi 𥻔
59317 ,rfdi 𥻔
59318 ,,avi 𥻕
59319 ,i.i 𥻖
59320 ,vpai 𥻗
59321 ,mqwi 𥻘
59322 ,irzi 𥻙
59323 ,ypi 𥻚
59324 ,a/ri 𥻛
59325 ,pzhi 𥻜
59326 ,opi 𥻝
59327 ,n.;i 𥻞
59328 ,alzi 𥻟
59329 ,jcli 𥻠
59330 ,bji 𥻡
59331 ,;lji 𥻢
59332 ,orhi 𥻣
59333 ,lddi 𥻤
59334 ,qjdi 𥻥
59335 .vh,i 𥻦
59336 .vs,i 𥻦
59337 ,itci 𥻧
59338 ,fjxi 𥻨
59339 ,jpki 𥻩
59340 ,dfki 𥻪
59341 ,fdki 𥻪
59342 t,t,i 𥻫
59343 g,aai 𥻫
59344 ,kybi 𥻬
59345 ,ykhi 𥻭
59346 ,nyfi 𥻮
59347 ,;sei 𥻯
59348 ,rjri 𥻰
59349 ,;mi 𥻱
59350 ,ib;i 𥻲
59351 ,it;i 𥻲
59352 raa,i 𥻳
59353 alj,i 𥻴
59354 ,prhi 𥻵
59355 ,dqii 𥻶
59356 ,lpfi 𥻷
59357 ,lpai 𥻷
59358 ,/vai 𥻸
59359 ,fkvi 𥻹
59360 ,fici 𥻹
59361 ,.xzi 𥻺
59362 ,xjki 𥻻
59363 ,l,i 𥻼
59364 ,zh;i 𥻽
59365 ,,lbi 𥻾
59366 ,,gki 𥻾
59367 ,y.mi 𥻿
59368 ,zexi 𥼀
59369 ,yxfi 𥼁
59370 ,dkyi 𥼂
59371 ,rmi 𥼃
59372 ,lv,i 𥼄
59373 qdl,i 𥼅
59374 rbs,i 𥼆
59375 ,bddi 𥼇
59376 ,bddi 𥼈
59377 ,rkri 𥼉
59378 ,nlfi 𥼊
59379 av.,i 𥼋
59380 ,nr,i 𥼌
59381 ,nkpi 𥼍
59382 ,irci 𥼎
59383 ,qofi 𥼏
59384 ,;;ci 𥼐
59385 ,p,i 𥼑
59386 .am,i 𥼒
59387 ,flfi 𥼓
59388 ,cvoi 𥼔
59389 ,lyi 𥼕
59390 ,os.i 𥼖
59391 ,wlqi 𥼗
59392 ,sgqi 𥼗
59393 ,xxxi 𥼘
59394 ,tc,i 𥼙
59395 ,wc,i 𥼙
59396 ,ky,i 𥼚
59397 lql,i 𥼛
59398 ,cazi 𥼜
59399 ,kymi 𥼝
59400 ,iami 𥼝
59401 ,ee,i 𥼞
59402 ,/kki 𥼟
59403 ,ukki 𥼟
59404 ,/.i 𥼟
59405 ,lu.i 𥼟
59406 ,l/ki 𥼟
59407 ,l/.i 𥼟
59408 ,eevi 𥼠
59409 ,jzqi 𥼡
59410 ,fpki 𥼢
59411 ikfvi 𥼢
59412 ,fpvi 𥼢
59413 ,or,i 𥼣
59414 ,raoi 𥼤
59415 ,ap,i 𥼥
59416 ,appi 𥼦
59417 ,fpvi 𥼧
59418 ,mq,i 𥼨
59419 ,;dmi 𥼩
59420 ,kkpi 𥼪
59421 ,mm,i 𥼫
59422 ,,,i 𥼬
59423 ,,mqi 𥼭
59424 ,x,i 𥼮
59425 ,p,i 𥼯
59426 ,bqii 𥼰
59427 ,lz;i 𥼱
59428 ,qe.i 𥼲
59429 ,te.i 𥼲
59430 ,aeni 𥼳
59431 ,epi 𥼴
59432 ,zgui 𥼵
59433 ,zgxi 𥼵
59434 ,/rfi 𥼶
59435 ,ypai 𥼷
59436 ,zibi 𥼸
59437 ,zkbi 𥼸
59438 ,orbi 𥼹
59439 ,oqbi 𥼹
59440 ,ljfi 𥼺
59441 ,aami 𥼻
59442 ,kjmi 𥼻
59443 ,qh.i 𥼼
59444 ,cjpi 𥼽
59445 ,;;vi 𥼾
59446 qdt,i 𥼿
59447 dd,yi 𥽀
59448 ,ibki 𥽁
59449 ors,i 𥽂
59450 oqs,i 𥽂
59451 ,ljqi 𥽃
59452 ,xysi 𥽄
59453 ,hlfi 𥽅
59454 ,em,i 𥽆
59455 ,zqxi 𥽇
59456 ,zqni 𥽇
59457 ,pfii 𥽈
59458 ,peii 𥽈
59459 ,fdii 𥽈
59460 ,dfii 𥽈
59461 ,ffii 𥽈
59462 ,/zfi 𥽉
59463 ,l,si 𥽊
59464 ,i;ki 𥽋
59465 ,ilni 𥽌
59466 ,vvci 𥽍
59467 ,wici 𥽎
59468 qdt,i 𥽏
59469 qdt,i 𥽐
59470 ,ee,i 𥽑
59471 ,rdvi 𥽒
59472 ,favi 𥽒
59473 ,rrvi 𥽒
59474 ,nvxi 𥽓
59475 ,xldi 𥽔
59476 ,nmci 𥽕
59477 ,xxsi 𥽖
59478 ,lpvi 𥽗
59479 ,xlvi 𥽗
59480 ,f/xi 𥽘
59481 ,plhi 𥽙
59482 fpf,i 𥽚
59483 ,zqki 𥽛
59484 ,epni 𥽜
59485 ,yg.i 𥽝
59486 ,p,ri 𥽞
59487 ,al.i 𥽟
59488 xxasi 𥽠
59489 kj,ki 𥽡
59490 ,v.zi 𥽢
59491 ,zt,i 𥽣
59492 fb,ki 𥽤
59493 ,zkyi 𥽥
59494 cai,i 𥽦
59495 lzi,i 𥽧
59496 ,nvgi 𥽨
59497 ,bcni 𥽩
59498 ,lg,i 𥽪
59499 ,re,i 𥽫
59500 ,r;,i 𥽫
59501 ,y;xi 𥽬
59502 ,ev/i 𥽭
59503 ,ztgi 𥽮
59504 ,zaei 𥽯
59505 ,nv,i 𥽰
59506 o,nri 𥽱
59507 cak,i 𥽲
59508 o,jei 𥽳
59509 ,n.;i 𥽴
59510 ,xrsi 𥽵
59511 ,a/.i 𥽶
59512 ,osmi 𥽷
59513 ,yxxi 𥽸
59514 ,xyxi 𥽸
59515 a/,vi 𥽹
59516 ,/xyi 𥽺
59517 ,cj,i 𥽻
59518 ,feyi 𥽼
59519 epkri 𥽽
59520 ,vppi 𥽾
59521 cai,i 𥽿
59522 ,a/,i 𥾀
59523 ,epdi 𥾁
59524 ,z;ki 𥾂
59525 ,yx/i 𥾃
59526 ,xy/i 𥾃
59527 epk,i 𥾄
59528 xfi 𥾅
59529 xssi 𥾆
59530 xgdi 𥾇
59531 kxi 𥾈
59532 xli 𥾉
59533 xsi 𥾊
59534 xlgi 𥾋
59535 xgli 𥾋
59536 xgfi 𥾌
59537 xafi 𥾍
59538 xaei 𥾎
59539 xtgi 𥾏
59540 xaxi 𥾐
59541 xlqi 𥾑
59542 xqi 𥾑
59543 xfi 𥾒
59544 xafi 𥾒
59545 xkdi 𥾓
59546 xjli 𥾔
59547 xasi 𥾕
59548 xoi 𥾖
59549 xci 𥾗
59550 xri 𥾘
59551 xqdki 𥾙
59552 xjsi 𥾚
59553 xqji 𥾛
59554 .dxi 𥾜
59555 xadgi 𥾝
59556 xjji 𥾞
59557 aaexi 𥾟
59558 xjhhi 𥾠
59559 xlaai 𥾡
59560 xlki 𥾡
59561 xjaai 𥾢
59562 xfbi 𥾣
59563 xbbi 𥾤
59564 ..xi 𥾥
59565 xaaei 𥾦
59566 xajdi 𥾧
59567 xyjdi 𥾧
59568 xoi 𥾨
59569 xoasi 𥾨
59570 zbxi 𥾩
59571 .bxi 𥾩
59572 xkhi 𥾪
59573 xfi 𥾫
59574 xaxi 𥾬
59575 x.dki 𥾭
59576 xaxi 𥾮
59577 xtgdi 𥾯
59578 xri 𥾰
59579 xosi 𥾱
59580 xebi 𥾲
59581 xagsi 𥾳
59582 x;si 𥾴
59583 xzbi 𥾵
59584 x.bi 𥾵
59585 xui 𥾶
59586 xlfi 𥾷
59587 xl.i 𥾸
59588 xoi 𥾹
59589 xkki 𥾺
59590 ykxi 𥾻
59591 xygdi 𥾼
59592 xyci 𥾽
59593 xkci 𥾾
59594 xofi 𥾿
59595 xpi 𥿀
59596 xari 𥿁
59597 xni 𥿂
59598 b;xi 𥿃
59599 xoaai 𥿄
59600 xoahi 𥿄
59601 ozxi 𥿅
59602 xgqi 𥿆
59603 xgci 𥿇
59604 xlzbi 𥿈
59605 xvai 𥿉
59606 xohi 𥿊
59607 xxfi 𥿋
59608 xxbi 𥿌
59609 xf;i 𥿍
59610 xmgsi 𥿎
59611 tgexi 𥿏
59612 xiagi 𥿐
59613 xjfi 𥿑
59614 xjjai 𥿑
59615 xjsai 𥿒
59616 xei 𥿓
59617 xr.i 𥿔
59618 xe;i 𥿕
59619 x/i 𥿖
59620 x;ki 𥿗
59621 xlvi 𥿘
59622 xlfi 𥿙
59623 rjxi 𥿚
59624 xjri 𥿛
59625 xoci 𥿜
59626 kaxxi 𥿝
59627 xkgsi 𥿞
59628 dkxi 𥿟
59629 xzjdi 𥿠
59630 xbqi 𥿡
59631 xjlxi 𥿢
59632 xqagi 𥿣
59633 xoai 𥿤
59634 xkri 𥿥
59635 xlmi 𥿦
59636 xlj;i 𥿧
59637 xm;i 𥿨
59638 aajxi 𥿩
59639 kjkxi 𥿩
59640 xksoi 𥿪
59641 xmmi 𥿫
59642 xidi 𥿬
59643 x.zxi 𥿭
59644 xaqxi 𥿮
59645 x.oki 𥿯
59646 xlgvi 𥿰
59647 xglvi 𥿰
59648 xsvi 𥿰
59649 xlgfi 𥿱
59650 xglfi 𥿱
59651 xtgri 𥿲
59652 xlp.i 𥿳
59653 xqvi 𥿴
59654 xxofi 𥿵
59655 xalei 𥿶
59656 xjhhi 𥿷
59657 xjhki 𥿷
59658 xjkhi 𥿷
59659 xjkki 𥿷
59660 x.jdi 𥿸
59661 xyci 𥿹
59662 xyswi 𥿺
59663 xqpi 𥿻
59664 xysoi 𥿼
59665 xnwi 𥿽
59666 xnfhi 𥿾
59667 ykjxi 𥿿
59668 nwxi 𦀀
59669 xbbbi 𦀁
59670 rxxi 𦀂
59671 xrjdi 𦀃
59672 xpasi 𦀄
59673 xpaki 𦀄
59674 xoqi 𦀅
59675 xjpi 𦀆
59676 xakri 𦀇
59677 xosi 𦀈
59678 xsvi 𦀉
59679 xlgvi 𦀉
59680 xglvi 𦀉
59681 xztgi 𦀊
59682 xkci 𦀋
59683 xw;i 𦀌
59684 xzei 𦀍
59685 xamei 𦀎
59686 xsd.i 𦀏
59687 xnri 𦀐
59688 xy.ei 𦀑
59689 xhbei 𦀑
59690 pxafi 𦀒
59691 xyfi 𦀓
59692 xpfgi 𦀔
59693 x;tsi 𦀕
59694 xrxbi 𦀖
59695 xrci 𦀗
59696 xqqri 𦀘
59697 xlpmi 𦀙
59698 xlphi 𦀙
59699 x;lri 𦀚
59700 x;ari 𦀚
59701 xccli 𦀛
59702 xxri 𦀜
59703 xpkji 𦀝
59704 xajai 𦀞
59705 cclxi 𦀟
59706 xzoi 𦀠
59707 xyxoi 𦀠
59708 xat;i 𦀡
59709 xogci 𦀢
59710 lxxxi 𦀣
59711 pzxi 𦀤
59712 oaxi 𦀥
59713 xoadi 𦀦
59714 j;bxi 𦀧
59715 xgfti 𦀨
59716 xgzti 𦀨
59717 xjlbi 𦀩
59718 xklpi 𦀪
59719 xnzhi 𦀫
59720 xhtxi 𦀬
59721 x,;i 𦀭
59722 xy.qi 𦀮
59723 xbg;i 𦀯
59724 xzri 𦀰
59725 tscxi 𦀱
59726 xtl;i 𦀲
59727 xzfhi 𦀳
59728 xfysi 𦀴
59729 x;;di 𦀵
59730 xpzi 𦀶
59731 xxk.i 𦀷
59732 xlpsi 𦀸
59733 xvfhi 𦀹
59734 xqi 𦀺
59735 xts.i 𦀻
59736 xdjki 𦀼
59737 xo;i 𦀽
59738 xnvi 𦀾
59739 xblqi 𦀿
59740 xmi 𦁀
59741 xngri 𦁁
59742 xkii 𦁂
59743 xkpi 𦁃
59744 xzaxi 𦁄
59745 xykji 𦁅
59746 xapxi 𦁆
59747 xiani 𦁇
59748 xnkqi 𦁈
59749 xywi 𦁉
59750 xrrci 𦁊
59751 yxxi 𦁋
59752 xitxi 𦁌
59753 xkhxi 𦁌
59754 xibxi 𦁌
59755 x.lri 𦁍
59756 x.ari 𦁍
59757 xrpi 𦁎
59758 xzpsi 𦁏
59759 xbddi 𦁐
59760 xzifi 𦁑
59761 jixsi 𦁒
59762 akkxi 𦁓
59763 xazni 𦁔
59764 xl.ni 𦁕
59765 xnpfi 𦁖
59766 xeci 𦁗
59767 am.xi 𦁘
59768 xyksi 𦁙
59769 xxdsi 𦁚
59770 xdxsi 𦁚
59771 xzvi 𦁛
59772 xyxvi 𦁛
59773 xrvi 𦁜
59774 vgfxi 𦁝
59775 nnxi 𦁞
59776 x.qxi 𦁟
59777 xpui 𦁠
59778 xeci 𦁡
59779 xqxi 𦁢
59780 xgfki 𦁣
59781 xigni 𦁤
59782 xkhni 𦁤
59783 xakei 𦁥
59784 xakdi 𦁥
59785 xne;i 𦁦
59786 xgfui 𦁧
59787 xqkhi 𦁨
59788 xqdhi 𦁨
59789 xqkki 𦁨
59790 xz;hi 𦁨
59791 xz;ki 𦁨
59792 xzrri 𦁩
59793 xrkri 𦁪
59794 aebxi 𦁫
59795 rpxi 𦁬
59796 xebi 𦁭
59797 xlaai 𦁮
59798 xlaki 𦁮
59799 xlkai 𦁮
59800 xlkki 𦁮
59801 xl..i 𦁯
59802 xpffi 𦁰
59803 xr;si 𦁱
59804 xesi 𦁲
59805 xlvfi 𦁳
59806 xodi 𦁴
59807 xjoi 𦁵
59808 xntki 𦁶
59809 xhzxi 𦁷
59810 xi;ji 𦁸
59811 xykki 𦁹
59812 xykhi 𦁹
59813 xei 𦁺
59814 xlpqi 𦁻
59815 xv.i 𦁼
59816 xpari 𦁽
59817 xqjzi 𦁾
59818 xwf;i 𦁿
59819 xnrbi 𦂀
59820 xi.i 𦂁
59821 xrldi 𦂂
59822 xy;di 𦂃
59823 xqqpi 𦂄
59824 xx;vi 𦂅
59825 xp;bi 𦂆
59826 xe.i 𦂇
59827 xpfui 𦂈
59828 xafoi 𦂉
59829 xlfoi 𦂉
59830 xyp.i 𦂊
59831 xbqvi 𦂋
59832 rrfxi 𦂌
59833 xfz;i 𦂍
59834 lv,xi 𦂎
59835 x,lvi 𦂏
59836 xjzzi 𦂐
59837 xmr;i 𦂑
59838 xiuei 𦂒
59839 xftei 𦂓
59840 xj;bi 𦂔
59841 xjpbi 𦂔
59842 xpmi 𦂕
59843 xlpfi 𦂖
59844 cuexi 𦂗
59845 xqtvi 𦂘
59846 xizri 𦂙
59847 xkzri 𦂙
59848 xocui 𦂚
59849 xhosi 𦂛
59850 xlzfi 𦂜
59851 x;sui 𦂝
59852 mxxi 𦂞
59853 g.hxi 𦂟
59854 xypci 𦂠
59855 xzifi 𦂡
59856 xlpei 𦂢
59857 xdxdi 𦂣
59858 xxddi 𦂣
59859 xxxdi 𦂣
59860 xbifi 𦂤
59861 xblfi 𦂤
59862 xgci 𦂥
59863 xn.;i 𦂦
59864 xhbti 𦂧
59865 xnapi 𦂨
59866 xtfbi 𦂩
59867 xqhbi 𦂪
59868 xaeti 𦂫
59869 xa/si 𦂬
59870 xfqdi 𦂭
59871 xp.hi 𦂮
59872 xj;hi 𦂯
59873 xjphi 𦂯
59874 xoqbi 𦂰
59875 xxi 𦂱
59876 xa,i 𦂲
59877 qdtxi 𦂳
59878 xj.di 𦂴
59879 x.iki 𦂵
59880 x.isi 𦂵
59881 xy;di 𦂶
59882 xtgmi 𦂷
59883 xlpni 𦂸
59884 xskdi 𦂹
59885 xskei 𦂹
59886 xskki 𦂹
59887 xypi 𦂺
59888 x.tfi 𦂻
59889 xrqki 𦂼
59890 xrasi 𦂼
59891 xnkhi 𦂽
59892 xozni 𦂾
59893 xfjbi 𦂿
59894 x.rhi 𦃀
59895 xkkji 𦃁
59896 qd;xi 𦃂
59897 kkkxi 𦃃
59898 xqeei 𦃄
59899 rx.;i 𦃅
59900 fjx;i 𦃆
59901 x.esi 𦃇
59902 xodbi 𦃈
59903 xlzdi 𦃉
59904 xa/vi 𦃊
59905 xlpqi 𦃋
59906 xtjbi 𦃌
59907 xlpfi 𦃍
59908 xaexi 𦃎
59909 x.vbi 𦃏
59910 xbh/i 𦃐
59911 xfyoi 𦃑
59912 xddci 𦃒
59913 xohpi 𦃓
59914 xqjdi 𦃔
59915 xohni 𦃕
59916 xodni 𦃕
59917 xolni 𦃕
59918 x,,ei 𦃖
59919 iduxi 𦃗
59920 xbyfi 𦃘
59921 prkxi 𦃙
59922 kkkxi 𦃚
59923 xkkti 𦃛
59924 xflpi 𦃜
59925 xfxi 𦃝
59926 xlpni 𦃞
59927 .xxi 𦃟
59928 x;dpi 𦃠
59929 x.xi 𦃡
59930 zqdxi 𦃢
59931 xz;;i 𦃣
59932 bgdxi 𦃤
59933 xlaoi 𦃥
59934 f;;xi 𦃦
59935 xlpgi 𦃧
59936 xovi 𦃨
59937 xpk.i 𦃩
59938 xrjri 𦃪
59939 xlsoi 𦃫
59940 xkdui 𦃬
59941 xldi 𦃭
59942 xfyki 𦃮
59943 xptbi 𦃯
59944 x/psi 𦃰
59945 xlzfi 𦃱
59946 xna.i 𦃲
59947 xycni 𦃳
59948 xtspi 𦃴
59949 xqsni 𦃵
59950 xqkyi 𦃶
59951 xqpfi 𦃷
59952 xae,i 𦃸
59953 xib;i 𦃹
59954 xit;i 𦃹
59955 xkdzi 𦃺
59956 xps,i 𦃻
59957 xjpki 𦃼
59958 xw;si 𦃽
59959 xam,i 𦃾
59960 x/rxi 𦃿
59961 xg,i 𦄀
59962 xtxni 𦄁
59963 xrjdi 𦄂
59964 xoo;i 𦄃
59965 xtlti 𦄄
59966 xzaxi 𦄅
59967 xrpri 𦄆
59968 xcpri 𦄇
59969 xiei 𦄈
59970 zeaxi 𦄉
59971 g.;xi 𦄊
59972 g;.xi 𦄊
59973 xl,i 𦄋
59974 xrkhi 𦄌
59975 xz..i 𦄍
59976 xnabi 𦄎
59977 xvcui 𦄏
59978 yqqxi 𦄐
59979 xffti 𦄑
59980 xqgfi 𦄒
59981 xlpsi 𦄓
59982 xolsi 𦄓
59983 xnkri 𦄔
59984 xeeri 𦄕
59985 xaehi 𦄖
59986 xaeki 𦄖
59987 xadhi 𦄖
59988 xadki 𦄖
59989 xvmi 𦄗
59990 x.a.i 𦄘
59991 xlaei 𦄙
59992 x.cki 𦄚
59993 x;;pi 𦄛
59994 xfjci 𦄜
59995 xrjci 𦄜
59996 xnr,i 𦄝
59997 xe;i 𦄞
59998 x.gfi 𦄟
59999 yjkxi 𦄠
60000 xpuli 𦄡
60001 x/uli 𦄡
60002 xntfi 𦄢
60003 xykxi 𦄣
60004 xzqxi 𦄤
60005 xbbni 𦄥
60006 xgc/i 𦄦
60007 xqpi 𦄧
60008 xvxi 𦄨
60009 xrpxi 𦄩
60010 xbcai 𦄪
60011 xf.wi 𦄫
60012 xdpqi 𦄬
60013 xlvni 𦄭
60014 x.jei 𦄮
60015 zfhxi 𦄯
60016 xpqxi 𦄰
60017 xkabi 𦄱
60018 xnkki 𦄲
60019 t,kxi 𦄳
60020 xy.ci 𦄴
60021 xl,ni 𦄵
60022 x;fei 𦄶
60023 xbjni 𦄷
60024 xykxi 𦄸
60025 xoefi 𦄹
60026 xhbui 𦄺
60027 xsfmi 𦄻
60028 xpfmi 𦄻
60029 xpdmi 𦄻
60030 xszmi 𦄻
60031 x.ami 𦄼
60032 xcqvi 𦄽
60033 xcazi 𦄾
60034 xp,i 𦄿
60035 xtqhi 𦅀
60036 xzrpi 𦅁
60037 xzrhi 𦅁
60038 x.l,i 𦅂
60039 xhl,i 𦅂
60040 xky,i 𦅃
60041 xzu.i 𦅄
60042 xyx.i 𦅄
60043 xypri 𦅅
60044 xipzi 𦅆
60045 xr;xi 𦅇
60046 xf;xi 𦅇
60047 xr;.i 𦅈
60048 xblmi 𦅉
60049 xkkpi 𦅊
60050 xzzni 𦅋
60051 xizxi 𦅌
60052 xkzxi 𦅌
60053 xxxxi 𦅍
60054 xap,i 𦅎
60055 xalei 𦅏
60056 eaxmi 𦅐
60057 x..ji 𦅑
60058 xxxci 𦅒
60059 .alxi 𦅓
60060 p,xi 𦅔
60061 fjxfi 𦅕
60062 xi;bi 𦅖
60063 xirki 𦅗
60064 xepi 𦅘
60065 xzy.i 𦅙
60066 mofxi 𦅚
60067 mo;xi 𦅚
60068 xtqhi 𦅛
60069 xnadi 𦅜
60070 xirji 𦅝
60071 xizji 𦅝
60072 xryxi 𦅞
60073 xzpui 𦅟
60074 xfafi 𦅠
60075 xrffi 𦅠
60076 xpyci 𦅡
60077 xflni 𦅢
60078 xda.i 𦅣
60079 xey.i 𦅤
60080 xjpsi 𦅥
60081 xzzpi 𦅦
60082 xca,i 𦅧
60083 .xami 𦅨
60084 xippi 𦅩
60085 kkkxi 𦅪
60086 rxiji 𦅫
60087 zifxi 𦅬
60088 xti.i 𦅭
60089 xkkfi 𦅮
60090 xlrhi 𦅯
60091 xa/fi 𦅰
60092 x/ovi 𦅱
60093 xrcxi 𦅲
60094 xlpfi 𦅳
60095 blqai 𦅴
60096 blqhi 𦅴
60097 xezxi 𦅵
60098 xfpsi 𦅶
60099 xfrpi 𦅷
60100 xfrhi 𦅷
60101 mofxi 𦅸
60102 .ofxi 𦅸
60103 my;xi 𦅹
60104 xgzui 𦅺
60105 rx.bi 𦅻
60106 xjzyi 𦅼
60107 kkkxi 𦅽
60108 lphxi 𦅾
60109 xpjqi 𦅿
60110 xirki 𦆀
60111 yuxhi 𦆁
60112 yuxfi 𦆁
60113 yuxzi 𦆁
60114 x/l/i 𦆂
60115 xzqki 𦆃
60116 xarli 𦆄
60117 xp/hi 𦆅
60118 xnici 𦆆
60119 xfa;i 𦆇
60120 xkydi 𦆈
60121 xya,i 𦆉
60122 xdpri 𦆊
60123 xpsri 𦆊
60124 xfkmi 𦆋
60125 xybzi 𦆌
60126 xnqki 𦆍
60127 xnaci 𦆍
60128 x/zfi 𦆎
60129 xfaqi 𦆏
60130 xfa;i 𦆏
60131 xrjxi 𦆐
60132 xzpri 𦆑
60133 xlpgi 𦆒
60134 xos.i 𦆓
60135 x.j.i 𦆔
60136 xqxi 𦆕
60137 xzk,i 𦆖
60138 kkkhi 𦆗
60139 xlpsi 𦆘
60140 xzpi 𦆙
60141 xlyxi 𦆚
60142 x.h.i 𦆛
60143 xae.i 𦆜
60144 xaeki 𦆜
60145 xa/hi 𦆝
60146 xorqi 𦆞
60147 xfj.i 𦆟
60148 xq;mi 𦆠
60149 xz,qi 𦆡
60150 xj.ei 𦆢
60151 xbyni 𦆣
60152 xkk.i 𦆤
60153 xnb/i 𦆥
60154 xqoci 𦆦
60155 xdkqi 𦆧
60156 xkkqi 𦆧
60157 xzfmi 𦆨
60158 .dkxi 𦆩
60159 xypxi 𦆪
60160 oicxi 𦆫
60161 xfkci 𦆬
60162 xnndi 𦆭
60163 xda.i 𦆮
60164 xnbmi 𦆯
60165 dkkxi 𦆰
60166 x,,vi 𦆱
60167 xnb.i 𦆲
60168 xk;si 𦆳
60169 xpx,i 𦆴
60170 xj;si 𦆵
60171 xjpsi 𦆵
60172 xfryi 𦆶
60173 xeeri 𦆷
60174 x.oni 𦆸
60175 xcahi 𦆹
60176 xibmi 𦆺
60177 xkhmi 𦆺
60178 xw/wi 𦆻
60179 xwpwi 𦆻
60180 xnfhi 𦆼
60181 xnfsi 𦆼
60182 fjxfi 𦆽
60183 rxyfi 𦆾
60184 xprci 𦆿
60185 xffni 𦇀
60186 xqh.i 𦇁
60187 fak/i 𦇂
60188 xlrpi 𦇃
60189 xlrhi 𦇃
60190 xpppi 𦇄
60191 xqzmi 𦇅
60192 xqdmi 𦇅
60193 p;dxi 𦇆
60194 xrrri 𦇇
60195 xkkqi 𦇈
60196 xa/bi 𦇉
60197 xcaqi 𦇊
60198 xftdi 𦇋
60199 x./hi 𦇌
60200 xvxbi 𦇍
60201 xflni 𦇎
60202 x/rxi 𦇏
60203 xox,i 𦇐
60204 xnvoi 𦇑
60205 xgggi 𦇒
60206 xxxdi 𦇓
60207 xxxai 𦇓
60208 xzlei 𦇔
60209 xvv.i 𦇕
60210 xecmi 𦇖
60211 xtsni 𦇗
60212 xyqvi 𦇘
60213 xozfi 𦇙
60214 t,fxi 𦇚
60215 xv;mi 𦇛
60216 xdjfi 𦇜
60217 x,,xi 𦇝
60218 x;dni 𦇞
60219 xzo,i 𦇟
60220 xfzni 𦇠
60221 xxxdi 𦇡
60222 xaxpi 𦇢
60223 xokmi 𦇣
60224 xtgai 𦇤
60225 yxxki 𦇥
60226 xyxki 𦇥
60227 xzkmi 𦇦
60228 x/zei 𦇧
60229 ysfxi 𦇨
60230 ypfxi 𦇨
60231 ypdxi 𦇨
60232 xfy,i 𦇩
60233 xf/xi 𦇪
60234 xu,fi 𦇫
60235 xi;fi 𦇬
60236 xlpni 𦇭
60237 xiopi 𦇮
60238 xtg.i 𦇯
60239 xzeci 𦇰
60240 xcabi 𦇱
60241 xkkri 𦇲
60242 xol,i 𦇳
60243 xfzxi 𦇴
60244 xfxxi 𦇴
60245 xfaxi 𦇴
60246 dxxxi 𦇵
60247 xdxxi 𦇵
60248 xxdxi 𦇵
60249 xokni 𦇶
60250 yxxsi 𦇷
60251 xyxsi 𦇷
60252 xa/.i 𦇸
60253 xbgxi 𦇹
60254 xnvei 𦇺
60255 kkkbi 𦇻
60256 xak/i 𦇼
60257 xyuui 𦇽
60258 xejyi 𦇾
60259 xj;si 𦇿
60260 xjpsi 𦇿
60261 kkkdi 𦈀
60262 kkkfi 𦈁
60263 xibsi 𦈂
60264 xqdxi 𦈃
60265 xwpxi 𦈄
60266 xppai 𦈅
60267 xy.mi 𦈆
60268 obgxi 𦈇
60269 xohi 𦈈
60270 xjqfi 𦈉
60271 xqkki 𦈊
60272 xapi 𦈋
60273 xv;i 𦈌
60274 xzsei 𦈍
60275 xkpfi 𦈎
60276 xoapi 𦈏
60277 xqfni 𦈐
60278 xa/ri 𦈑
60279 xx;vi 𦈒
60280 xpaxi 𦈓
60281 xmui 𦈔
60282 xiuei 𦈕
60283 xpbbi 𦈖
60284 xqeei 𦈗
60285 xfi;i 𦈘
60286 xaebi 𦈙
60287 xzexi 𦈚
60288 xpabi 𦈛
60289 xkyvi 𦈜
60290 xtski 𦈝
60291 xb;fi 𦈞
60292 xvvci 𦈟
60293 x.qni 𦈠
60294 xzaei 𦈡
60295 oaei 𦈢
60296 ofasi 𦈢
60297 ofdgi 𦈣
60298 ofdgi 𦈤
60299 ofddi 𦈥
60300 ofd,i 𦈦
60301 ofdzi 𦈧
60302 ofdfi 𦈨
60303 qsodi 𦈩
60304 ofdhi 𦈪
60305 ofdbi 𦈫
60306 eqodi 𦈬
60307 ofdhi 𦈭
60308 ofdai 𦈮
60309 ofddi 𦈮
60310 ;;odi 𦈯
60311 ofdri 𦈰
60312 aajdi 𦈱
60313 kjkdi 𦈱
60314 ofdki 𦈲
60315 cgddi 𦈳
60316 ofdfi 𦈴
60317 ofdqi 𦈵
60318 ofd;i 𦈶
60319 ofdoi 𦈷
60320 ofdxi 𦈸
60321 cj;di 𦈹
60322 ofd;i 𦈺
60323 ofdxi 𦈻
60324 ofodi 𦈼
60325 ofdbi 𦈽
60326 ofdoi 𦈾
60327 ofddi 𦈿
60328 ofdgi 𦉀
60329 ofdci 𦉁
60330 ofdpi 𦉂
60331 ofdvi 𦉃
60332 ofdfi 𦉄
60333 ofdgi 𦉅
60334 ofdai 𦉆
60335 ofdfi 𦉇
60336 kkkdi 𦉈
60337 ofdpi 𦉉
60338 ofdhi 𦉊
60339 oaeoi 𦉋
60340 ofaoi 𦉋
60341 ofdoi 𦉌
60342 jjodi 𦉍
60343 ofdyi 𦉎
60344 ofdgi 𦉏
60345 ofdhi 𦉐
60346 oaeii 𦉑
60347 ofaii 𦉑
60348 ofd;i 𦉒
60349 ofd,i 𦉓
60350 .ofsi 𦉔
60351 mofsi 𦉔
60352 ofdfi 𦉕
60353 ofdri 𦉖
60354 ofdai 𦉖
60355 ofdsi 𦉗
60356 ofdli 𦉘
60357 ofd,i 𦉙
60358 vofqi 𦉚
60359 ofddi 𦉛
60360 ofdyi 𦉜
60361 ojqdi 𦉝
60362 qdtdi 𦉞
60363 ofdii 𦉟
60364 vofqi 𦉠
60365 oaexi 𦉡
60366 ofaxi 𦉡
60367 ofd;i 𦉢
60368 z;;di 𦉣
60369 v..hi 𦉤
60370 w;tdi 𦉥
60371 armdi 𦉦
60372 eqjdi 𦉧
60373 nw;di 𦉨
60374 ppopi 𦉩
60375 pofpi 𦉩
60376 jsi 𦉪
60377 jei 𦉫
60378 /adi 𦉬
60379 jaasi 𦉭
60380 j.qi 𦉮
60381 j..ai 𦉯
60382 jii 𦉰
60383 /qi 𦉱
60384 jkfi 𦉲
60385 jbbi 𦉳
60386 /fi 𦉴
60387 /ki 𦉵
60388 /li 𦉶
60389 /ri 𦉷
60390 j..si 𦉸
60391 /lhi 𦉹
60392 jkksi 𦉺
60393 jbbfi 𦉻
60394 /zi 𦉼
60395 j..si 𦉽
60396 /ysi 𦉾
60397 jkagi 𦉿
60398 /agi 𦉿
60399 jkysi 𦊀
60400 /qqi 𦊁
60401 /awi 𦊂
60402 /igi 𦊃
60403 /khgi 𦊃
60404 /ari 𦊄
60405 jkzhi 𦊅
60406 /ei 𦊆
60407 jkyki 𦊇
60408 /ui 𦊈
60409 jeasi 𦊉
60410 /azi 𦊊
60411 j.vi 𦊋
60412 jbui 𦊌
60413 j..wi 𦊍
60414 /aaci 𦊎
60415 /szi 𦊏
60416 /qti 𦊐
60417 /odji 𦊑
60418 /olji 𦊑
60419 /l;i 𦊒
60420 /ibi 𦊓
60421 /khbi 𦊓
60422 /pbi 𦊔
60423 j.uai 𦊕
60424 j.f;i 𦊖
60425 jbmsi 𦊗
60426 j..vi 𦊘
60427 jkf;i 𦊙
60428 /vai 𦊚
60429 /gqi 𦊛
60430 /lvi 𦊜
60431 j..ri 𦊝
60432 j..si 𦊞
60433 j..;i 𦊟
60434 j..si 𦊠
60435 j..ki 𦊡
60436 /yi 𦊢
60437 j.psi 𦊣
60438 /jdi 𦊤
60439 /pai 𦊥
60440 jkjsi 𦊦
60441 pbvi 𦊧
60442 jkuai 𦊨
60443 j..ai 𦊩
60444 j..;i 𦊪
60445 /casi 𦊫
60446 j.yxi 𦊬
60447 jki;i 𦊭
60448 j..,i 𦊮
60449 /;afi 𦊯
60450 jkxui 𦊰
60451 jkrri 𦊱
60452 /.;i 𦊲
60453 /jtsi 𦊳
60454 /i;i 𦊴
60455 /vsi 𦊵
60456 j..xi 𦊶
60457 /axxi 𦊷
60458 /ypi 𦊸
60459 jk.;i 𦊹
60460 /qari 𦊺
60461 pbsvi 𦊻
60462 /;l;i 𦊼
60463 /;;i 𦊼
60464 /a.i 𦊽
60465 /z;i 𦊾
60466 /aeti 𦊿
60467 jk;ui 𦋀
60468 /pafi 𦋁
60469 /pfhi 𦋂
60470 jkpfi 𦋃
60471 j..fi 𦋄
60472 /lrri 𦋅
60473 /gfki 𦋆
60474 j.efi 𦋇
60475 /axxi 𦋈
60476 /ujbi 𦋉
60477 /raki 𦋊
60478 /lqqi 𦋋
60479 jbosi 𦋌
60480 /osi 𦋍
60481 /,,i 𦋎
60482 /tci 𦋏
60483 /wci 𦋏
60484 jkefi 𦋐
60485 j..;i 𦋑
60486 /moi 𦋒
60487 /izsi 𦋓
60488 /kzsi 𦋓
60489 jktci 𦋔
60490 jkwci 𦋔
60491 j..bi 𦋕
60492 j..bi 𦋖
60493 j..vi 𦋗
60494 j..ai 𦋘
60495 j..si 𦋘
60496 j..si 𦋙
60497 j..fi 𦋚
60498 j..ei 𦋛
60499 j..yi 𦋜
60500 /xfhi 𦋝
60501 /cuei 𦋞
60502 j..si 𦋟
60503 /naai 𦋠
60504 /ravi 𦋡
60505 jbiwi 𦋢
60506 jbiei 𦋢
60507 /gddi 𦋣
60508 /agdi 𦋣
60509 /hosi 𦋤
60510 /xlhi 𦋥
60511 /fgdi 𦋦
60512 /zgdi 𦋦
60513 j..pi 𦋧
60514 j..hi 𦋧
60515 /paci 𦋨
60516 jkxhi 𦋩
60517 /flbi 𦋪
60518 j..pi 𦋫
60519 j..ji 𦋬
60520 j..ki 𦋭
60521 j..ni 𦋮
60522 /.xki 𦋯
60523 /itci 𦋰
60524 j.gdi 𦋱
60525 /mmbi 𦋲
60526 //aei 𦋳
60527 /l,,i 𦋴
60528 j.cfi 𦋵
60529 /p.ai 𦋶
60530 /pg.i 𦋷
60531 /pasi 𦋸
60532 ///i 𦋹
60533 /,,ei 𦋺
60534 j..,i 𦋻
60535 j..qi 𦋼
60536 /xuai 𦋽
60537 /euai 𦋾
60538 /qpi 𦋿
60539 /xx.i 𦌀
60540 /p;wi 𦌁
60541 /pafi 𦌂
60542 /p.fi 𦌃
60543 jbxui 𦌄
60544 /xoai 𦌅
60545 /xohi 𦌅
60546 j.ovi 𦌆
60547 /.kci 𦌇
60548 /oywi 𦌈
60549 /v;.i 𦌉
60550 /v;ki 𦌊
60551 /ttri 𦌋
60552 jkrsi 𦌌
60553 jkbhi 𦌍
60554 jkpfi 𦌎
60555 j..qi 𦌏
60556 j..yi 𦌐
60557 j..wi 𦌑
60558 /zkci 𦌒
60559 j.,qi 𦌓
60560 /tski 𦌔
60561 /s.;i 𦌕
60562 /ilbi 𦌖
60563 /i.bi 𦌖
60564 /,,ki 𦌗
60565 jkkpi 𦌘
60566 /ri.i 𦌙
60567 /ipzi 𦌚
60568 jkkpi 𦌛
60569 j..ri 𦌜
60570 j..pi 𦌝
60571 j..ei 𦌞
60572 /yhci 𦌟
60573 /aaci 𦌟
60574 /b;fi 𦌠
60575 /jati 𦌡
60576 /jaai 𦌡
60577 /jaqi 𦌡
60578 /jasi 𦌡
60579 /xkli 𦌢
60580 /,,bi 𦌣
60581 jkkbi 𦌤
60582 /u,ei 𦌥
60583 /y;ki 𦌦
60584 /c,ei 𦌧
60585 j..,i 𦌨
60586 /zibi 𦌩
60587 /x,,i 𦌪
60588 /.idi 𦌫
60589 /orqi 𦌬
60590 /g,di 𦌭
60591 /jjvi 𦌮
60592 jk;,i 𦌯
60593 /xzdi 𦌰
60594 j..di 𦌱
60595 j..,i 𦌲
60596 j..qi 𦌳
60597 j..yi 𦌴
60598 /pppi 𦌵
60599 /xlci 𦌶
60600 /r/mi 𦌷
60601 /u,ki 𦌸
60602 /g,ei 𦌹
60603 tl;xi 𦌺
60604 /tsni 𦌻
60605 j.yqi 𦌼
60606 /kyyi 𦌽
60607 /x/xi 𦌾
60608 /ajqi 𦌿
60609 /rzyi 𦍀
60610 /b;xi 𦍁
60611 /stki 𦍂
60612 j..xi 𦍃
60613 /ppxi 𦍄
60614 j.ski 𦍅
60615 /x/xi 𦍆
60616 /zahi 𦍇
60617 /rfdi 𦍈
60618 /xkdi 𦍉
60619 j..di 𦍊
60620 ffi 𦍋
60621 iri 𦍌
60622 ifi 𦍍
60623 izi 𦍍
60624 iavi 𦍎
60625 ifki 𦍏
60626 kifi 𦍐
60627 irshi 𦍑
60628 izshi 𦍑
60629 rifi 𦍒
60630 iflqi 𦍓
60631 ifqi 𦍓
60632 ifgsi 𦍔
60633 .ifi 𦍕
60634 ifoki 𦍖
60635 ifbdi 𦍗
60636 ifasi 𦍘
60637 amifi 𦍙
60638 fr,i 𦍚
60639 irhsi 𦍛
60640 iflli 𦍜
60641 ifali 𦍜
60642 ifaxi 𦍝
60643 ifawi 𦍞
60644 fafri 𦍟
60645 ifzbi 𦍠
60646 iry.i 𦍡
60647 y.ifi 𦍢
60648 ifasi 𦍣
60649 ifui 𦍤
60650 ifosi 𦍥
60651 ifddi 𦍦
60652 eqifi 𦍧
60653 iflsi 𦍨
60654 iff;i 𦍩
60655 ifk.i 𦍪
60656 ifyxi 𦍫
60657 f;ifi 𦍬
60658 ifqhi 𦍭
60659 frgri 𦍮
60660 irwxi 𦍯
60661 irkfi 𦍰
60662 ifzhi 𦍱
60663 emifi 𦍲
60664 if.ki 𦍳
60665 ifjci 𦍴
60666 ifl;i 𦍵
60667 ir.si 𦍶
60668 iftbi 𦍷
60669 irzhi 𦍸
60670 mmifi 𦍹
60671 ifnfi 𦍺
60672 ifjqi 𦍻
60673 ifaai 𦍼
60674 ttifi 𦍽
60675 iflji 𦍾
60676 iflxi 𦍿
60677 if;zi 𦎀
60678 ifr;i 𦎁
60679 ifaei 𦎂
60680 zifhi 𦎃
60681 ifaqi 𦎄
60682 irxki 𦎅
60683 ifmhi 𦎆
60684 if.hi 𦎆
60685 ifa.i 𦎇
60686 ifji 𦎈
60687 ifrsi 𦎉
60688 ifrri 𦎉
60689 iflki 𦎊
60690 if.i 𦎋
60691 ifi;i 𦎌
60692 ifk;i 𦎌
60693 iryi 𦎍
60694 ifqhi 𦎎
60695 ifv;i 𦎏
60696 ifpri 𦎐
60697 if;;i 𦎑
60698 .ifi 𦎒
60699 ifzoi 𦎓
60700 ifyoi 𦎓
60701 iflsi 𦎔
60702 irfwi 𦎕
60703 ifv;i 𦎖
60704 ifaxi 𦎗
60705 ifqxi 𦎘
60706 ir;ki 𦎙
60707 if;ki 𦎙
60708 iz;;i 𦎙
60709 kifoi 𦎚
60710 irwqi 𦎛
60711 ifahi 𦎜
60712 jzifi 𦎝
60713 if.si 𦎞
60714 ir,,i 𦎟
60715 ifb;i 𦎠
60716 irzri 𦎡
60717 ifaai 𦎢
60718 ifgai 𦎢
60719 ifari 𦎣
60720 ifbvi 𦎤
60721 ifqpi 𦎥
60722 bgdfi 𦎦
60723 y;pfi 𦎧
60724 bjifi 𦎨
60725 ifn;i 𦎩
60726 ifp.i 𦎪
60727 y;pfi 𦎫
60728 ifpri 𦎬
60729 ifo.i 𦎭
60730 ifebi 𦎮
60731 vaibi 𦎯
60732 ifmui 𦎰
60733 ifn;i 𦎱
60734 ifpbi 𦎲
60735 ifzmi 𦎳
60736 ifi,i 𦎴
60737 ifxqi 𦎵
60738 ireqi 𦎶
60739 irkqi 𦎶
60740 irdqi 𦎶
60741 riffi 𦎷
60742 ifrmi 𦎸
60743 ifpwi 𦎹
60744 iffqi 𦎺
60745 iffsi 𦎻
60746 vssfi 𦎼
60747 iffsi 𦎽
60748 ifbqi 𦎾
60749 ifbfi 𦎾
60750 irzui 𦎿
60751 ifzsi 𦏀
60752 irlxi 𦏁
60753 ifj;i 𦏂
60754 bgdfi 𦏃
60755 irzai 𦏄
60756 ifzki 𦏅
60757 ifyri 𦏆
60758 ifiki 𦏇
60759 ifjki 𦏇
60760 ifzvi 𦏈
60761 ifp,i 𦏉
60762 iffhi 𦏊
60763 ifzpi 𦏋
60764 ifaei 𦏌
60765 iftri 𦏍
60766 yfi;i 𦏎
60767 ifipi 𦏏
60768 i;ifi 𦏐
60769 ifxxi 𦏑
60770 irzpi 𦏒
60771 tl;ai 𦏓
60772 ifr;i 𦏔
60773 if//i 𦏕
60774 if/xi 𦏖
60775 o..,i 𦏗
60776 ifjfi 𦏘
60777 ifjqi 𦏘
60778 fafmi 𦏙
60779 fafri 𦏚
60780 if;vi 𦏛
60781 ozafi 𦏜
60782 yqifi 𦏝
60783 yuifi 𦏞
60784 yuizi 𦏞
60785 yuihi 𦏞
60786 irrhi 𦏟
60787 ir,,i 𦏠
60788 frlgi 𦏡
60789 ifrmi 𦏢
60790 iflxi 𦏣
60791 ifqdi 𦏤
60792 ifazi 𦏥
60793 ifd.i 𦏦
60794 y;pdi 𦏧
60795 ifyxi 𦏨
60796 ifzpi 𦏩
60797 ifz;i 𦏪
60798 ifyqi 𦏫
60799 ify,i 𦏬
60800 ifyfi 𦏭
60801 ifiyi 𦏮
60802 ifyyi 𦏯
60803 ifzki 𦏰
60804 irsxi 𦏱
60805 izsxi 𦏱
60806 g.g.i 𦏲
60807 bbsi 𦏳
60808 bbafi 𦏴
60809 bbaxi 𦏵
60810 bbksi 𦏶
60811 zbbi 𦏷
60812 bbgsi 𦏸
60813 bbafi 𦏹
60814 qbbi 𦏺
60815 bbagi 𦏻
60816 qbbi 𦏼
60817 bbfhi 𦏽
60818 ibbi 𦏾
60819 dbbi 𦏿
60820 bbysi 𦐀
60821 gdsbi 𦐁
60822 bbaxi 𦐂
60823 gfbbi 𦐃
60824 gzbbi 𦐃
60825 ysbbi 𦐄
60826 bblbi 𦐅
60827 bbgki 𦐅
60828 bbtsi 𦐆
60829 pbbi 𦐇
60830 kjbbi 𦐈
60831 dabbi 𦐉
60832 bbosi 𦐊
60833 tkbbi 𦐋
60834 bbzxi 𦐌
60835 bbtki 𦐍
60836 jaabi 𦐎
60837 bblbi 𦐏
60838 bbgki 𦐏
60839 bby.i 𦐐
60840 y.bbi 𦐑
60841 bblfi 𦐒
60842 bbzbi 𦐓
60843 bbvi 𦐔
60844 bbrsi 𦐕
60845 bb;ki 𦐖
60846 bbzhi 𦐗
60847 bbjri 𦐘
60848 bbjsi 𦐙
60849 bblpi 𦐚
60850 l;bbi 𦐛
60851 bbaii 𦐜
60852 ozbbi 𦐝
60853 rsbbi 𦐞
60854 bbali 𦐟
60855 bboai 𦐠
60856 bbohi 𦐠
60857 tgebi 𦐡
60858 tbbbi 𦐢
60859 bbovi 𦐣
60860 yxkbi 𦐤
60861 bblpi 𦐥
60862 bb.;i 𦐦
60863 bbafi 𦐧
60864 ovbbi 𦐨
60865 bblmi 𦐩
60866 bbpxi 𦐪
60867 frbbi 𦐫
60868 bbi;i 𦐬
60869 bbski 𦐭
60870 ttypi 𦐮
60871 ttjai 𦐯
60872 ttpai 𦐯
60873 rrbbi 𦐰
60874 ttbbi 𦐱
60875 bbjpi 𦐲
60876 qqjbi 𦐳
60877 zaxbi 𦐴
60878 zhxbi 𦐴
60879 ifbbi 𦐵
60880 lafbi 𦐵
60881 clkbi 𦐶
60882 bblfi 𦐷
60883 bblai 𦐷
60884 z;bbi 𦐸
60885 bbyfi 𦐹
60886 cubbi 𦐺
60887 kd.bi 𦐻
60888 rnbbi 𦐼
60889 ;ubbi 𦐽
60890 v;bbi 𦐾
60891 bblbi 𦐿
60892 bbabi 𦐿
60893 bblsi 𦑀
60894 bbx.i 𦑁
60895 xk.bi 𦑂
60896 ap.bi 𦑃
60897 bbqzi 𦑄
60898 ajdbi 𦑅
60899 zgxbi 𦑆
60900 cpbbi 𦑇
60901 bbaci 𦑈
60902 pubbi 𦑉
60903 bbrui 𦑊
60904 ykkbi 𦑋
60905 bbqxi 𦑌
60906 qaxbi 𦑍
60907 bbzsi 𦑎
60908 bbkyi 𦑏
60909 bbaxi 𦑐
60910 nzqbi 𦑑
60911 iifbi 𦑒
60912 rrbbi 𦑓
60913 k;wbi 𦑔
60914 bbii 𦑕
60915 bbrui 𦑖
60916 gbbki 𦑗
60917 zqxbi 𦑘
60918 w.bbi 𦑙
60919 bbjzi 𦑚
60920 bb.bi 𦑛
60921 rfbbi 𦑜
60922 opbbi 𦑝
60923 bbqpi 𦑞
60924 bblyi 𦑟
60925 bblri 𦑠
60926 pacbi 𦑡
60927 rsfbi 𦑢
60928 rszbi 𦑢
60929 bbaoi 𦑣
60930 bbloi 𦑣
60931 ktobi 𦑤
60932 bbrpi 𦑥
60933 bbrhi 𦑥
60934 iuebi 𦑦
60935 bbpci 𦑧
60936 .dkbi 𦑨
60937 bbjqi 𦑩
60938 afobi 𦑪
60939 lfobi 𦑪
60940 b,bbi 𦑫
60941 ;db.i 𦑬
60942 qpbbi 𦑭
60943 bbgfi 𦑮
60944 bbaci 𦑯
60945 bb;mi 𦑰
60946 jkybi 𦑱
60947 /cbbi 𦑲
60948 elmbi 𦑳
60949 xuqbi 𦑴
60950 qhfbi 𦑵
60951 bb/ci 𦑶
60952 bbqli 𦑷
60953 .c.bi 𦑸
60954 opbbi 𦑹
60955 irlbi 𦑺
60956 izqbi 𦑺
60957 t;qbi 𦑻
60958 bbpbi 𦑼
60959 z;jbi 𦑽
60960 bbapi 𦑾
60961 bbjpi 𦑿
60962 dqibi 𦒀
60963 bbiqi 𦒁
60964 idpbi 𦒂
60965 f/jbi 𦒃
60966 bbfti 𦒄
60967 bbrzi 𦒅
60968 bblbi 𦒆
60969 ts;bi 𦒇
60970 i;jbi 𦒈
60971 caspi 𦒉
60972 bbqhi 𦒊
60973 fpfbi 𦒋
60974 lpobi 𦒌
60975 yprbi 𦒍
60976 bbzni 𦒎
60977 bbrsi 𦒏
60978 bb,.i 𦒐
60979 bgdbi 𦒑
60980 bbrsi 𦒒
60981 bbl;i 𦒓
60982 bbb;i 𦒔
60983 elmbi 𦒕
60984 bbpki 𦒖
60985 bbkpi 𦒗
60986 a/zbi 𦒘
60987 rakbi 𦒙
60988 bbc.i 𦒚
60989 bbt;i 𦒛
60990 yp;bi 𦒜
60991 zqnbi 𦒝
60992 zqxbi 𦒝
60993 bbt;i 𦒞
60994 idobi 𦒟
60995 bb/xi 𦒠
60996 /ribi 𦒡
60997 l/rbi 𦒢
60998 lezpi 𦒣
60999 bba.i 𦒤
61000 kxbhi 𦒥
61001 bbwwi 𦒦
61002 zkybi 𦒧
61003 bbnhi 𦒨
61004 bbnsi 𦒨
61005 w/wbi 𦒩
61006 wp.bi 𦒩
61007 ,,mbi 𦒪
61008 tgtbi 𦒫
61009 /r;bi 𦒬
61010 y;jbi 𦒭
61011 yuqbi 𦒮
61012 tgqbi 𦒯
61013 zcbyi 𦒰
61014 rladi 𦒱
61015 rlqsi 𦒲
61016 rlqi 𦒳
61017 rlqdi 𦒴
61018 rlq;i 𦒵
61019 rll.i 𦒶
61020 rllqi 𦒷
61021 rlq.i 𦒸
61022 rlqki 𦒹
61023 rlqbi 𦒺
61024 rle;i 𦒻
61025 rlqri 𦒼
61026 rlqqi 𦒽
61027 rlq;i 𦒾
61028 rlqji 𦒿
61029 rlqpi 𦓀
61030 rlq;i 𦓁
61031 rlq;i 𦓂
61032 rlt;i 𦓃
61033 y;jqi 𦓄
61034 rlqvi 𦓅
61035 rlqci 𦓅
61036 rlt;i 𦓆
61037 rlq;i 𦓇
61038 rlqqi 𦓈
61039 rlq;i 𦓉
61040 rlqpi 𦓊
61041 rlqqi 𦓋
61042 lvwqi 𦓌
61043 rlpai 𦓍
61044 aljei 𦓎
61045 lsaei 𦓏
61046 slaei 𦓏
61047 ljei 𦓐
61048 aljsi 𦓑
61049 aljli 𦓑
61050 ,alei 𦓒
61051 qhaei 𦓓
61052 aljei 𦓔
61053 aljxi 𦓕
61054 aljni 𦓖
61055 dalhi 𦓗
61056 alj.i 𦓘
61057 .tdei 𦓙
61058 .agei 𦓚
61059 jzgei 𦓛
61060 rlqzi 𦓜
61061 .atei 𦓝
61062 dalhi 𦓞
61063 m,dei 𦓟
61064 qjkei 𦓠
61065 nvvei 𦓡
61066 aljhi 𦓢
61067 dalki 𦓣
61068 lavi 𦓤
61069 lfki 𦓤
61070 oki 𦓤
61071 fkji 𦓥
61072 fkci 𦓦
61073 fkki 𦓧
61074 fktsi 𦓨
61075 axfki 𦓩
61076 fkesi 𦓪
61077 .fki 𦓫
61078 fkaii 𦓬
61079 fklhi 𦓭
61080 fklki 𦓭
61081 fkfhi 𦓮
61082 fkrri 𦓯
61083 fkiri 𦓰
61084 fk.;i 𦓱
61085 fkw;i 𦓲
61086 fkrki 𦓳
61087 fkcui 𦓴
61088 fkpri 𦓵
61089 fkzxi 𦓶
61090 fkfxi 𦓷
61091 fklfi 𦓸
61092 fkvki 𦓹
61093 fk.di 𦓺
61094 fkjdi 𦓺
61095 fkp.i 𦓻
61096 fkpqi 𦓼
61097 fklwi 𦓽
61098 fkpvi 𦓾
61099 fkrki 𦓿
61100 fkbbi 𦔀
61101 fkgxi 𦔁
61102 fkpci 𦔂
61103 fkfzi 𦔃
61104 fkcji 𦔄
61105 fknhi 𦔅
61106 fkqpi 𦔆
61107 fkbvi 𦔇
61108 fkpzi 𦔈
61109 fkopi 𦔉
61110 fklmi 𦔊
61111 fkfei 𦔋
61112 fkrpi 𦔌
61113 fkqhi 𦔍
61114 fkp.i 𦔎
61115 fkrui 𦔏
61116 fk;mi 𦔐
61117 fkz;i 𦔑
61118 fky;i 𦔑
61119 fkixi 𦔒
61120 fkfxi 𦔒
61121 fkymi 𦔓
61122 fkpbi 𦔔
61123 fkl.i 𦔕
61124 fkqni 𦔖
61125 fkyxi 𦔗
61126 fkthi 𦔘
61127 fkbsi 𦔙
61128 fklsi 𦔙
61129 fkrki 𦔚
61130 fkyri 𦔛
61131 fkpki 𦔜
61132 fky;i 𦔝
61133 fkz.i 𦔞
61134 fky.i 𦔞
61135 fkkmi 𦔟
61136 fkimi 𦔟
61137 fkffi 𦔠
61138 fkkpi 𦔡
61139 fkbpi 𦔢
61140 fkzzi 𦔣
61141 fkzui 𦔤
61142 fkzxi 𦔤
61143 fk/fi 𦔥
61144 fkipi 𦔦
61145 fkpni 𦔧
61146 fkphi 𦔨
61147 fky,i 𦔩
61148 fkpwi 𦔪
61149 fkbki 𦔫
61150 fkjyi 𦔬
61151 fknei 𦔭
61152 aesi 𦔮
61153 kaei 𦔯
61154 jaei 𦔰
61155 laei 𦔰
61156 lsaei 𦔱
61157 slaei 𦔱
61158 aeagi 𦔲
61159 aebi 𦔳
61160 kaei 𦔴
61161 kaei 𦔵
61162 aegsi 𦔶
61163 aexi 𦔷
61164 aeqi 𦔸
61165 aebhi 𦔹
61166 aedi 𦔺
61167 ae;i 𦔻
61168 aeebi 𦔼
61169 aelri 𦔽
61170 aeari 𦔽
61171 aezi 𦔾
61172 aeazi 𦔿
61173 aeqji 𦕀
61174 tsaei 𦕁
61175 vaei 𦕂
61176 aejyi 𦕃
61177 aeoi 𦕄
61178 aeoji 𦕅
61179 aeqli 𦕆
61180 aeaxi 𦕇
61181 aecli 𦕈
61182 claei 𦕉
61183 ae;gi 𦕊
61184 aejbi 𦕋
61185 oasei 𦕌
61186 aejsi 𦕍
61187 aekgi 𦕎
61188 aeigi 𦕎
61189 ae;di 𦕏
61190 aerai 𦕐
61191 aeoai 𦕑
61192 aeohi 𦕑
61193 aee;i 𦕒
61194 qsaei 𦕓
61195 aejbi 𦕔
61196 mgsei 𦕕
61197 aelei 𦕖
61198 aeoci 𦕗
61199 aejfi 𦕘
61200 ael;i 𦕙
61201 aetei 𦕚
61202 aetsi 𦕛
61203 aeavi 𦕜
61204 aeaci 𦕝
61205 aeigi 𦕞
61206 aekgi 𦕞
61207 aehbi 𦕟
61208 aerki 𦕠
61209 eaedi 𦕡
61210 eaeri 𦕢
61211 aelbi 𦕣
61212 aecsi 𦕤
61213 rbaei 𦕥
61214 fbaei 𦕥
61215 aekki 𦕦
61216 aeaxi 𦕧
61217 aetxi 𦕨
61218 aea/i 𦕩
61219 zaebi 𦕪
61220 aekei 𦕫
61221 aemti 𦕬
61222 aewqi 𦕭
61223 aelgi 𦕮
61224 aewzi 𦕯
61225 aesvi 𦕰
61226 aelvi 𦕰
61227 aegvi 𦕰
61228 aexi 𦕱
61229 aei;i 𦕲
61230 aerqi 𦕳
61231 rbaei 𦕴
61232 aenfi 𦕵
61233 aeooi 𦕶
61234 aeqci 𦕷
61235 aepri 𦕸
61236 aenxi 𦕹
61237 y;jei 𦕺
61238 aelhi 𦕻
61239 aelmi 𦕻
61240 aeati 𦕼
61241 aekdi 𦕽
61242 aeo;i 𦕾
61243 aeasi 𦕿
61244 ae.fi 𦖀
61245 ae.di 𦖁
61246 aeaei 𦖂
61247 aejsi 𦖃
61248 aejgi 𦖄
61249 aersi 𦖅
61250 aejni 𦖆
61251 ae;ei 𦖇
61252 aezsi 𦖈
61253 aejsi 𦖉
61254 aezdi 𦖊
61255 aeofi 𦖋
61256 aejki 𦖌
61257 aepvi 𦖍
61258 aeaxi 𦖎
61259 aekki 𦖏
61260 aeoji 𦖐
61261 aenai 𦖑
61262 aeyfi 𦖒
61263 aengi 𦖓
61264 aezgi 𦖔
61265 aeeei 𦖕
61266 aeesi 𦖖
61267 .vaei 𦖗
61268 aei;i 𦖘
61269 aeogi 𦖙
61270 aeobi 𦖚
61271 aelgi 𦖛
61272 rgcei 𦖜
61273 vjeei 𦖝
61274 oasei 𦖞
61275 aelni 𦖟
61276 ae,,i 𦖠
61277 aeti 𦖡
61278 aelhi 𦖡
61279 aeypi 𦖢
61280 aekpi 𦖣
61281 aeipi 𦖣
61282 aepri 𦖤
61283 ejfei 𦖥
61284 aeami 𦖦
61285 aeqwi 𦖧
61286 v;eei 𦖨
61287 aljei 𦖩
61288 aenbi 𦖪
61289 tsaei 𦖫
61290 aekui 𦖬
61291 aeiui 𦖬
61292 aeiei 𦖭
61293 aehsi 𦖮
61294 aeh,i 𦖯
61295 ae.,i 𦖯
61296 aeb;i 𦖰
61297 aerxi 𦖱
61298 aeebi 𦖲
61299 aeogi 𦖳
61300 .kkei 𦖴
61301 ae.bi 𦖵
61302 aelhi 𦖶
61303 aelxi 𦖶
61304 pnaei 𦖷
61305 ae..i 𦖸
61306 aem,i 𦖹
61307 aeixi 𦖺
61308 aefxi 𦖺
61309 aepni 𦖻
61310 aemui 𦖼
61311 ,,jei 𦖽
61312 aeici 𦖾
61313 aef;i 𦖿
61314 aefki 𦗀
61315 aeqki 𦗀
61316 qjsei 𦗁
61317 qusei 𦗁
61318 fuaei 𦗁
61319 fjsei 𦗁
61320 aeani 𦗂
61321 aenui 𦗃
61322 aeini 𦗄
61323 aeixi 𦗅
61324 aezsi 𦗆
61325 aetqi 𦗇
61326 aed.i 𦗈
61327 aeffi 𦗉
61328 ozyei 𦗊
61329 aen;i 𦗋
61330 ae.oi 𦗌
61331 aeyhi 𦗍
61332 aempi 𦗎
61333 aehti 𦗏
61334 aey.i 𦗐
61335 aey;i 𦗑
61336 aeyti 𦗒
61337 aeyqi 𦗓
61338 aewvi 𦗔
61339 nvvei 𦗕
61340 aeb.i 𦗖
61341 aebpi 𦗗
61342 aebzi 𦗘
61343 rkrei 𦗙
61344 qoaei 𦗚
61345 aeq;i 𦗛
61346 ae.ci 𦗜
61347 aeqoi 𦗝
61348 aendi 𦗞
61349 aefni 𦗟
61350 aek,i 𦗠
61351 aeafi 𦗡
61352 aei;i 𦗢
61353 aep,i 𦗣
61354 yutei 𦗤
61355 ,.aei 𦗥
61356 ioaei 𦗦
61357 ael;i 𦗧
61358 aelqi 𦗨
61359 aea,i 𦗩
61360 aeq.i 𦗪
61361 aet.i 𦗪
61362 aefzi 𦗫
61363 aeepi 𦗬
61364 r;iei 𦗭
61365 aeeei 𦗮
61366 aej;i 𦗯
61367 aendi 𦗰
61368 avzei 𦗱
61369 ae,qi 𦗲
61370 aepxi 𦗳
61371 aecpi 𦗴
61372 ae;vi 𦗵
61373 odjei 𦗶
61374 ddhei 𦗷
61375 aeo.i 𦗸
61376 aeiki 𦗹
61377 r;iei 𦗺
61378 ae;ni 𦗻
61379 i;;ei 𦗼
61380 aehti 𦗽
61381 aehhi 𦗽
61382 iafei 𦗾
61383 ilfei 𦗾
61384 fuuei 𦗿
61385 aeqci 𦘀
61386 aeeei 𦘁
61387 aexdi 𦘂
61388 fuuei 𦘃
61389 aey.i 𦘄
61390 aenki 𦘅
61391 aecmi 𦘆
61392 aeo.i 𦘇
61393 aelvi 𦘈
61394 aexvi 𦘈
61395 ioaei 𦘉
61396 aezei 𦘊
61397 aeomi 𦘋
61398 ioaei 𦘌
61399 aeezi 𦘍
61400 aea.i 𦘎
61401 reani 𦘏
61402 relni 𦘏
61403 aeaqi 𦘐
61404 aee.i 𦘑
61405 tfi 𦘒
61406 tfbi 𦘓
61407 tf.i 𦘔
61408 trjai 𦘕
61409 emtfi 𦘖
61410 oztfi 𦘗
61411 trjpi 𦘘
61412 trpdi 𦘙
61413 trjdi 𦘚
61414 tfnhi 𦘛
61415 trnhi 𦘜
61416 tfjji 𦘝
61417 tctfi 𦘞
61418 wctfi 𦘞
61419 gebfi 𦘟
61420 tfrpi 𦘠
61421 tfrhi 𦘠
61422 trrpi 𦘠
61423 trrhi 𦘠
61424 tdjhi 𦘡
61425 trpbi 𦘢
61426 tfpbi 𦘢
61427 trpfi 𦘣
61428 trpzi 𦘣
61429 tde.i 𦘤
61430 ted.i 𦘤
61431 g;afi 𦘥
61432 g;.fi 𦘦
61433 g.;fi 𦘦
61434 blqai 𦘧
61435 tfl.i 𦘨
61436 tft.i 𦘨
61437 uki 𦘩
61438 uqi 𦘪
61439 jjkki 𦘫
61440 bjkki 𦘬
61441 uadi 𦘭
61442 ugsi 𦘮
61443 uxi 𦘯
61444 uagi 𦘰
61445 uci 𦘱
61446 uki 𦘲
61447 ussi 𦘳
61448 ulqi 𦘴
61449 ualsi 𦘵
61450 uasli 𦘵
61451 uedi 𦘶
61452 udddi 𦘶
61453 uxi 𦘷
61454 uesi 𦘸
61455 udi 𦘹
61456 utsi 𦘺
61457 ysjki 𦘻
61458 aagui 𦘼
61459 jkkwi 𦘽
61460 jkkhi 𦘾
61461 ulbi 𦘿
61462 uzbi 𦙀
61463 u.bi 𦙀
61464 uawi 𦙁
61465 zjkki 𦙂
61466 ;sui 𦙃
61467 .dui 𦙄
61468 ugi 𦙅
61469 uoasi 𦙆
61470 ujaai 𦙇
61471 ulsfi 𦙈
61472 uslfi 𦙈
61473 ubsi 𦙉
61474 ,ui 𦙊
61475 uoqi 𦙋
61476 xusi 𦙌
61477 dxui 𦙍
61478 jeui 𦙎
61479 udsi 𦙏
61480 ukqi 𦙐
61481 l.ui 𦙑
61482 uhfi 𦙒
61483 uzbi 𦙓
61484 .ui 𦙔
61485 uklgi 𦙕
61486 ukgli 𦙕
61487 azui 𦙖
61488 lzui 𦙖
61489 uati 𦙗
61490 uaxi 𦙘
61491 uci 𦙙
61492 oui 𦙚
61493 uljsi 𦙛
61494 uajsi 𦙛
61495 uzgsi 𦙜
61496 u.gsi 𦙜
61497 ukadi 𦙝
61498 u.di 𦙞
61499 y.ui 𦙟
61500 utgai 𦙠
61501 ejkki 𦙡
61502 jkkdi 𦙢
61503 uvi 𦙣
61504 ulqi 𦙤
61505 ugfsi 𦙥
61506 uni 𦙦
61507 jkkli 𦙧
61508 utgdi 𦙨
61509 rljki 𦙩
61510 lbui 𦙪
61511 ltlui 𦙪
61512 .tui 𦙪
61513 uaei 𦙫
61514 ugci 𦙬
61515 u.hi 𦙭
61516 unki 𦙮
61517 kaxui 𦙯
61518 ukri 𦙰
61519 ujfi 𦙱
61520 ujjai 𦙱
61521 b;jki 𦙲
61522 uoci 𦙳
61523 uyri 𦙴
61524 mgsui 𦙵
61525 uf;i 𦙶
61526 ublsi 𦙷
61527 ubsli 𦙷
61528 ujfi 𦙸
61529 ub.i 𦙹
61530 b;ui 𦙺
61531 ua,i 𦙻
61532 equi 𦙼
61533 ujjai 𦙽
61534 ujfi 𦙽
61535 ubri 𦙾
61536 ubqi 𦙾
61537 u;si 𦙿
61538 utdbi 𦚀
61539 uzxi 𦚁
61540 umbi 𦚂
61541 udsi 𦚃
61542 uzfi 𦚄
61543 uvai 𦚄
61544 .kui 𦚅
61545 .cui 𦚅
61546 jkkbi 𦚆
61547 bgdki 𦚇
61548 ugi 𦚈
61549 zkui 𦚉
61550 u;agi 𦚊
61551 /ui 𦚋
61552 .atui 𦚌
61553 ycui 𦚍
61554 yui 𦚎
61555 yui 𦚏
61556 unqi 𦚐
61557 gaui 𦚑
61558 jkkxi 𦚒
61559 jkkii 𦚓
61560 uj;i 𦚔
61561 urai 𦚕
61562 ulni 𦚖
61563 uqjdi 𦚗
61564 krjki 𦚘
61565 kjkri 𦚙
61566 ueqi 𦚚
61567 emjki 𦚛
61568 uvai 𦚜
61569 ukci 𦚝
61570 uqari 𦚞
61571 uqddi 𦚟
61572 uqddi 𦚠
61573 ului 𦚡
61574 upqi 𦚢
61575 utxi 𦚣
61576 upki 𦚤
61577 uofdi 𦚥
61578 ugcai 𦚦
61579 ulpi 𦚧
61580 fjjki 𦚨
61581 rjjki 𦚨
61582 usvi 𦚩
61583 ulgvi 𦚩
61584 uglvi 𦚩
61585 utsfi 𦚪
61586 uyzi 𦚫
61587 uvfi 𦚬
61588 u/i 𦚭
61589 karki 𦚮
61590 klrki 𦚮
61591 dzusi 𦚯
61592 dyxsi 𦚯
61593 ujjji 𦚰
61594 urlqi 𦚱
61595 ubgri 𦚲
61596 uzsi 𦚳
61597 uyxsi 𦚳
61598 rkui 𦚴
61599 ua/i 𦚵
61600 i;ui 𦚶
61601 i;jki 𦚷
61602 uapai 𦚸
61603 uamai 𦚹
61604 uebi 𦚺
61605 ujfdi 𦚻
61606 upfi 𦚼
61607 upei 𦚼
61608 u;tsi 𦚽
61609 y.dui 𦚾
61610 uijdi 𦚿
61611 u,bi 𦛀
61612 uwdi 𦛁
61613 jnjki 𦛂
61614 jkk;i 𦛃
61615 y.dki 𦛄
61616 jkkwi 𦛅
61617 gcaki 𦛆
61618 ktkki 𦛇
61619 upxi 𦛈
61620 u;jdi 𦛉
61621 uzdfi 𦛊
61622 ur;i 𦛋
61623 utfi 𦛌
61624 uajri 𦛍
61625 udjdi 𦛎
61626 uzri 𦛏
61627 u.tsi 𦛐
61628 utgri 𦛑
61629 uzui 𦛒
61630 uoi 𦛓
61631 uogci 𦛔
61632 urxbi 𦛕
61633 uaesi 𦛖
61634 u;l;i 𦛗
61635 u;;i 𦛗
61636 urci 𦛘
61637 uzgxi 𦛙
61638 ujk;i 𦛚
61639 uyfi 𦛛
61640 uig;i 𦛜
61641 ukh;i 𦛜
61642 ivjki 𦛝
61643 u;tsi 𦛞
61644 uap.i 𦛟
61645 upri 𦛠
61646 u.,i 𦛡
61647 upari 𦛢
61648 urci 𦛣
61649 ulpki 𦛤
61650 u.hfi 𦛥
61651 uh.fi 𦛥
61652 u.l.i 𦛦
61653 u.,i 𦛧
61654 ufjbi 𦛨
61655 uo;i 𦛩
61656 uozji 𦛪
61657 sdgui 𦛫
61658 slgui 𦛫
61659 sdxui 𦛬
61660 slxui 𦛬
61661 upjdi 𦛭
61662 ulpsi 𦛮
61663 gbui 𦛯
61664 uosni 𦛰
61665 ukk;i 𦛱
61666 uji 𦛲
61667 ulddi 𦛳
61668 ulddi 𦛴
61669 ujb;i 𦛵
61670 jkkji 𦛶
61671 jkkhi 𦛷
61672 ubjfi 𦛸
61673 rjkxi 𦛹
61674 u;bei 𦛺
61675 u;lei 𦛺
61676 uvfhi 𦛻
61677 uoaki 𦛼
61678 u;igi 𦛽
61679 u;kgi 𦛽
61680 ungri 𦛾
61681 ufysi 𦛿
61682 u;zhi 𦜀
61683 jkkfi 𦜁
61684 u.ui 𦜂
61685 upzi 𦜃
61686 up.i 𦜄
61687 ufti 𦜅
61688 ugcdi 𦜆
61689 uagdi 𦜆
61690 ubddi 𦜇
61691 uzvi 𦜈
61692 uyxvi 𦜈
61693 updfi 𦜉
61694 upodi 𦜉
61695 uplfi 𦜉
61696 upsdi 𦜉
61697 ujkvi 𦜊
61698 uoaei 𦜋
61699 uofei 𦜋
61700 uqdbi 𦜌
61701 uh.i 𦜍
61702 ugfki 𦜎
61703 ugfbi 𦜎
61704 ugzhi 𦜏
61705 unei 𦜐
61706 g.jki 𦜑
61707 ua,.i 𦜒
61708 uojki 𦜓
61709 ur,i 𦜔
61710 ugcsi 𦜕
61711 uaeai 𦜖
61712 oajui 𦜗
61713 ofjui 𦜗
61714 u.gsi 𦜘
61715 uarni 𦜙
61716 ulrni 𦜙
61717 fbbui 𦜚
61718 uglsi 𦜛
61719 uglli 𦜛
61720 qdtki 𦜜
61721 uy.ei 𦜝
61722 u.rki 𦜞
61723 uhz;i 𦜟
61724 uyl;i 𦜟
61725 uyk;i 𦜟
61726 uyc;i 𦜟
61727 upaei 𦜠
61728 um,i 𦜡
61729 uy.ui 𦜢
61730 urkri 𦜣
61731 uzaui 𦜤
61732 udibi 𦜥
61733 udkbi 𦜥
61734 u;dni 𦜦
61735 uptsi 𦜧
61736 ueui 𦜨
61737 ul.ni 𦜩
61738 urvi 𦜪
61739 urvi 𦜫
61740 ufjki 𦜬
61741 uzffi 𦜭
61742 uzkgi 𦜮
61743 uad,i 𦜯
61744 uepfi 𦜰
61745 uk/i 𦜱
61746 uitxi 𦜲
61747 ukhxi 𦜲
61748 uibxi 𦜲
61749 uuui 𦜳
61750 usbui 𦜴
61751 u.k;i 𦜵
61752 u.c;i 𦜵
61753 uylhi 𦜶
61754 uaahi 𦜶
61755 unapi 𦜷
61756 una.i 𦜸
61757 gebui 𦜹
61758 utzhi 𦜺
61759 ugrri 𦜻
61760 uw.di 𦜼
61761 jkksi 𦜽
61762 oajki 𦜾
61763 ofjki 𦜾
61764 jkkoi 𦜿
61765 uzaci 𦝀
61766 uraki 𦝁
61767 uti 𦝂
61768 ulphi 𦝂
61769 uvvi 𦝃
61770 urk.i 𦝄
61771 ukjni 𦝅
61772 uxvi 𦝆
61773 unpai 𦝇
61774 upzki 𦝈
61775 unoai 𦝉
61776 unohi 𦝉
61777 uadni 𦝊
61778 uei 𦝋
61779 ucrxi 𦝌
61780 xvjki 𦝍
61781 crxki 𦝎
61782 uapxi 𦝏
61783 uzoji 𦝐
61784 uzui 𦝑
61785 uyxui 𦝑
61786 uaebi 𦝒
61787 uj,i 𦝓
61788 uoz;i 𦝔
61789 xu;;i 𦝕
61790 u;sui 𦝖
61791 utkhi 𦝗
61792 jkksi 𦝘
61793 rpjki 𦝙
61794 ulgui 𦝚
61795 uglui 𦝚
61796 ug.ui 𦝚
61797 ut;qi 𦝛
61798 ufjzi 𦝜
61799 urjzi 𦝜
61800 ujjzi 𦝝
61801 uy;di 𦝞
61802 uzpri 𦝟
61803 yushi 𦝠
61804 yusfi 𦝠
61805 yuszi 𦝠
61806 ui;fi 𦝡
61807 ubazi 𦝢
61808 ublzi 𦝢
61809 un.;i 𦝣
61810 uicai 𦝤
61811 uafoi 𦝥
61812 ulfoi 𦝥
61813 uzqui 𦝦
61814 urqki 𦝧
61815 urasi 𦝧
61816 uqqpi 𦝨
61817 upui 𦝩
61818 ua/ri 𦝪
61819 a/wui 𦝫
61820 unkhi 𦝬
61821 lejui 𦝭
61822 utspi 𦝮
61823 uzifi 𦝯
61824 ul.ni 𦝰
61825 uipi 𦝱
61826 ukapi 𦝱
61827 uplsi 𦝲
61828 ujzhi 𦝳
61829 ukzi 𦝴
61830 ukz;i 𦝵
61831 uic;i 𦝵
61832 udddi 𦝶
61833 ubifi 𦝷
61834 ublfi 𦝷
61835 f.u.i 𦝸
61836 fu..i 𦝸
61837 uhjvi 𦝹
61838 uirzi 𦝺
61839 unaai 𦝻
61840 u,wi 𦝼
61841 zaeui 𦝽
61842 utski 𦝾
61843 ue;,i 𦝿
61844 ux;.i 𦞀
61845 ur;xi 𦞁
61846 ufi;i 𦞂
61847 uzkci 𦞃
61848 dddui 𦞄
61849 p.hui 𦞅
61850 uori 𦞆
61851 ul;mi 𦞇
61852 uktzi 𦞈
61853 jkkpi 𦞉
61854 jkkdi 𦞊
61855 ttaki 𦞋
61856 unaai 𦞌
61857 unahi 𦞌
61858 yfjki 𦞍
61859 un.i 𦞎
61860 zawki 𦞏
61861 ueqai 𦞐
61862 ueqi 𦞐
61863 uzui 𦞑
61864 u.rhi 𦞒
61865 uc.ki 𦞓
61866 uncsi 𦞔
61867 ujzzi 𦞕
61868 ulzji 𦞖
61869 uoji 𦞖
61870 u/zxi 𦞗
61871 jkkbi 𦞘
61872 uoxi 𦞙
61873 ubcui 𦞚
61874 uib;i 𦞛
61875 uit;i 𦞛
61876 uljni 𦞜
61877 uo,i 𦞝
61878 ubpfi 𦞞
61879 unlui 𦞟
61880 ukyfi 𦞠
61881 uw;si 𦞡
61882 upa.i 𦞢
61883 ubh/i 𦞣
61884 unyfi 𦞤
61885 uaxri 𦞥
61886 ujkyi 𦞦
61887 uodpi 𦞧
61888 uolpi 𦞧
61889 uohpi 𦞧
61890 un;;i 𦞨
61891 oxui 𦞩
61892 ugc,i 𦞪
61893 nrkui 𦞫
61894 ue.i 𦞬
61895 unkki 𦞭
61896 uidni 𦞮
61897 urlpi 𦞯
61898 ua/vi 𦞰
61899 jkkxi 𦞱
61900 uda/i 𦞲
61901 unk;i 𦞳
61902 uzksi 𦞴
61903 ulpfi 𦞵
61904 ulpai 𦞵
61905 uq;.i 𦞶
61906 unpwi 𦞷
61907 uifni 𦞸
61908 uzahi 𦞹
61909 uda.i 𦞺
61910 ufpfi 𦞻
61911 u.odi 𦞼
61912 umodi 𦞼
61913 umui 𦞽
61914 ukygi 𦞾
61915 ukyli 𦞾
61916 u.boi 𦞿
61917 yusfi 𦟀
61918 yuszi 𦟀
61919 yushi 𦟀
61920 yspui 𦟁
61921 u,ni 𦟂
61922 uxifi 𦟃
61923 ubbvi 𦟄
61924 uxxvi 𦟅
61925 ae/ui 𦟆
61926 ulvqi 𦟇
61927 unr;i 𦟈
61928 unf;i 𦟈
61929 uhrai 𦟉
61930 uapsi 𦟊
61931 uky;i 𦟋
61932 ubrxi 𦟌
61933 ufyki 𦟍
61934 irlki 𦟎
61935 izqki 𦟎
61936 unqi 𦟏
61937 ug,i 𦟐
61938 ukzdi 𦟑
61939 adssi 𦟒
61940 ujbui 𦟓
61941 utdui 𦟓
61942 udtui 𦟓
61943 uax.i 𦟔
61944 uzopi 𦟕
61945 jkk,i 𦟖
61946 ubkyi 𦟗
61947 unaki 𦟘
61948 ua.,i 𦟙
61949 ueqii 𦟚
61950 untfi 𦟛
61951 urmi 𦟜
61952 kkkui 𦟝
61953 uljfi 𦟞
61954 unvvi 𦟟
61955 uzexi 𦟠
61956 lpqki 𦟡
61957 bqski 𦟡
61958 ua.pi 𦟢
61959 ulp.i 𦟣
61960 uirri 𦟤
61961 uizri 𦟤
61962 ua.ni 𦟥
61963 jkkzi 𦟦
61964 uqdqi 𦟧
61965 uy..i 𦟨
61966 uzosi 𦟩
61967 uqni 𦟪
61968 urzi 𦟫
61969 ufk.i 𦟬
61970 uzk.i 𦟬
61971 uvk.i 𦟬
61972 ubsai 𦟭
61973 ubwai 𦟭
61974 ubasi 𦟭
61975 ufzfi 𦟮
61976 ufzhi 𦟮
61977 urfbi 𦟯
61978 ueuai 𦟰
61979 unkpi 𦟱
61980 e;ui 𦟲
61981 uwpvi 𦟳
61982 ,,jki 𦟴
61983 uf.fi 𦟵
61984 u,e;i 𦟶
61985 ury;i 𦟷
61986 ucyki 𦟸
61987 ucyhi 𦟸
61988 udifi 𦟹
61989 uorci 𦟺
61990 uqf;i 𦟻
61991 uefli 𦟼
61992 unndi 𦟽
61993 uq;;i 𦟾
61994 urkyi 𦟿
61995 ucaoi 𦠀
61996 uijoi 𦠀
61997 m,v;i 𦠁
61998 l,jki 𦠂
61999 ykddi 𦠃
62000 ykdui 𦠃
62001 uxxxi 𦠄
62002 utqhi 𦠅
62003 utski 𦠆
62004 uk/pi 𦠇
62005 ubg;i 𦠈
62006 uvqii 𦠉
62007 ueeei 𦠊
62008 x;yui 𦠋
62009 ualei 𦠌
62010 u;;di 𦠍
62011 uzhhi 𦠎
62012 uzrpi 𦠏
62013 uzrhi 𦠏
62014 uru.i 𦠐
62015 uziki 𦠑
62016 zidui 𦠒
62017 zlvui 𦠓
62018 udaoi 𦠔
62019 ykdki 𦠕
62020 uqdsi 𦠖
62021 kkkui 𦠗
62022 guvki 𦠘
62023 udbji 𦠙
62024 ulz;i 𦠚
62025 uzzpi 𦠛
62026 ufafi 𦠜
62027 urffi 𦠜
62028 uaepi 𦠝
62029 ,.ui 𦠞
62030 udaoi 𦠟
62031 udaoi 𦠠
62032 kkkui 𦠡
62033 uy;hi 𦠢
62034 uzu.i 𦠣
62035 uyx.i 𦠣
62036 unnni 𦠤
62037 ueui 𦠥
62038 ugeoi 𦠦
62039 ubbci 𦠧
62040 uxxci 𦠨
62041 zlvki 𦠩
62042 kkkki 𦠪
62043 ykjki 𦠫
62044 x;yki 𦠬
62045 uraoi 𦠭
62046 axrui 𦠮
62047 uevi 𦠯
62048 guefi 𦠰
62049 ulkxi 𦠱
62050 uaeni 𦠲
62051 ubgfi 𦠳
62052 uargi 𦠴
62053 uti.i 𦠵
62054 rcjki 𦠶
62055 lp.ui 𦠷
62056 lpmui 𦠷
62057 uymxi 𦠸
62058 m,m,i 𦠹
62059 m,pqi 𦠺
62060 utgmi 𦠻
62061 uwjfi 𦠼
62062 u.l,i 𦠽
62063 uhl,i 𦠽
62064 u;axi 𦠾
62065 uazai 𦠿
62066 ulzai 𦠿
62067 ufkci 𦡀
62068 uzkci 𦡀
62069 uvkci 𦡀
62070 ucjpi 𦡁
62071 ufopi 𦡂
62072 u;;ri 𦡃
62073 urlti 𦡄
62074 uafpi 𦡅
62075 unkdi 𦡆
62076 jkkfi 𦡇
62077 yxkki 𦡈
62078 ysxki 𦡈
62079 puuui 𦡉
62080 upfii 𦡊
62081 upeii 𦡊
62082 ufdii 𦡊
62083 udfii 𦡊
62084 uffii 𦡊
62085 uadmi 𦡋
62086 ozjui 𦡌
62087 b;ufi 𦡍
62088 ucaii 𦡎
62089 uzpsi 𦡏
62090 uftbi 𦡐
62091 uepsi 𦡑
62092 os.ui 𦡒
62093 uw/fi 𦡓
62094 uowi 𦡔
62095 uzlsi 𦡕
62096 ezaui 𦡖
62097 ulvni 𦡗
62098 uokki 𦡘
62099 u.h.i 𦡙
62100 yxkui 𦡚
62101 ysxui 𦡚
62102 jkkmi 𦡛
62103 b;yki 𦡜
62104 jkk.i 𦡝
62105 uvvci 𦡞
62106 equ.i 𦡟
62107 arfui 𦡠
62108 ugphi 𦡡
62109 uf,wi 𦡢
62110 uypvi 𦡣
62111 uckfi 𦡤
62112 uctki 𦡥
62113 ufopi 𦡦
62114 ucavi 𦡧
62115 vvubi 𦡨
62116 uvkji 𦡩
62117 umqii 𦡪
62118 uirxi 𦡫
62119 ukymi 𦡬
62120 uiami 𦡬
62121 ozjki 𦡭
62122 uicpi 𦡮
62123 urini 𦡯
62124 ufqhi 𦡰
62125 ubbyi 𦡱
62126 unndi 𦡲
62127 uwjci 𦡳
62128 uwjhi 𦡳
62129 urghi 𦡴
62130 upani 𦡵
62131 uqdui 𦡶
62132 ucahi 𦡷
62133 uqoci 𦡸
62134 upx,i 𦡹
62135 mmui 𦡺
62136 ukgsi 𦡻
62137 qozki 𦡼
62138 ulski 𦡽
62139 uslki 𦡽
62140 rqkui 𦡾
62141 rakui 𦡾
62142 utfui 𦡿
62143 ur;ri 𦢀
62144 ufi;i 𦢁
62145 ucazi 𦢂
62146 ufryi 𦢃
62147 ueexi 𦢄
62148 u,s/i 𦢅
62149 mmjki 𦢆
62150 qozui 𦢇
62151 uak.i 𦢈
62152 unn/i 𦢉
62153 uprci 𦢊
62154 uirzi 𦢋
62155 ur/mi 𦢌
62156 uxxxi 𦢍
62157 unrki 𦢎
62158 upppi 𦢏
62159 ufjxi 𦢐
62160 uzexi 𦢑
62161 uzeni 𦢑
62162 ufkmi 𦢒
62163 up,ri 𦢓
62164 uffni 𦢔
62165 ukkui 𦢕
62166 zszui 𦢖
62167 xakui 𦢖
62168 axkui 𦢖
62169 ur;hi 𦢗
62170 ufici 𦢘
62171 ufkci 𦢘
62172 urexi 𦢙
62173 uepui 𦢚
62174 uepni 𦢛
62175 udp,i 𦢜
62176 uhobi 𦢝
62177 uu,pi 𦢞
62178 uoczi 𦢟
62179 ueii 𦢠
62180 baxui 𦢡
62181 kkkri 𦢢
62182 u.j.i 𦢣
62183 uzzmi 𦢤
62184 udkdi 𦢥
62185 uu,vi 𦢦
62186 uf/ji 𦢧
62187 uejoi 𦢨
62188 uftei 𦢩
62189 uftdi 𦢩
62190 utzni 𦢪
62191 uyuqi 𦢫
62192 ufnni 𦢬
62193 uqdvi 𦢭
62194 u;;xi 𦢮
62195 uojki 𦢯
62196 ojqki 𦢰
62197 tl;hi 𦢱
62198 ufo,i 𦢲
62199 gu.,i 𦢳
62200 guh,i 𦢳
62201 uk;hi 𦢴
62202 unyvi 𦢵
62203 ulvmi 𦢶
62204 u;;,i 𦢷
62205 ufchi 𦢸
62206 uirzi 𦢹
62207 u/k,i 𦢺
62208 kknki 𦢻
62209 yumfi 𦢼
62210 yumzi 𦢼
62211 nr;ki 𦢽
62212 nf;ki 𦢽
62213 udqci 𦢾
62214 udk;i 𦢿
62215 uaeei 𦣀
62216 uol,i 𦣁
62217 ufdii 𦣂
62218 udfii 𦣂
62219 uffii 𦣂
62220 upfii 𦣂
62221 upeii 𦣂
62222 upd,i 𦣃
62223 yurhi 𦣄
62224 u./hi 𦣅
62225 unvei 𦣆
62226 u/xyi 𦣇
62227 ulchi 𦣈
62228 yuohi 𦣉
62229 yuofi 𦣉
62230 yuozi 𦣉
62231 rzkui 𦣊
62232 uyxxi 𦣋
62233 uxyxi 𦣋
62234 uzrvi 𦣌
62235 uirzi 𦣍
62236 urzyi 𦣎
62237 yxxui 𦣏
62238 xyxui 𦣏
62239 myxxi 𦣐
62240 mxyxi 𦣐
62241 ufuvi 𦣑
62242 ujjbi 𦣒
62243 viuui 𦣓
62244 a,uui 𦣓
62245 vilui 𦣓
62246 a,lui 𦣓
62247 z/uhi 𦣔
62248 yx/hi 𦣔
62249 ua/xi 𦣕
62250 yuphi 𦣖
62251 yupfi 𦣖
62252 yupzi 𦣖
62253 uibsi 𦣗
62254 uqdxi 𦣘
62255 upnxi 𦣙
62256 rkkki 𦣚
62257 r,rki 𦣚
62258 uyxni 𦣛
62259 uxyni 𦣛
62260 ujjzi 𦣜
62261 qdgdi 𦣝
62262 qd;di 𦣞
62263 dqddi 𦣟
62264 qdtri 𦣠
62265 qdtji 𦣡
62266 qdtdi 𦣢
62267 qdtxi 𦣣
62268 qd;ti 𦣤
62269 qdtli 𦣥
62270 qdtdi 𦣦
62271 qdtdi 𦣧
62272 qdtri 𦣨
62273 qdtdi 𦣩
62274 qdtui 𦣪
62275 qdtki 𦣫
62276 qdtwi 𦣬
62277 ykjdi 𦣭
62278 gf.di 𦣮
62279 qdtbi 𦣯
62280 fjici 𦣰
62281 fjiki 𦣰
62282 qdtmi 𦣱
62283 qdtsi 𦣲
62284 qdt,i 𦣳
62285 qdtxi 𦣴
62286 qdt.i 𦣵
62287 qdtki 𦣶
62288 qdt;i 𦣷
62289 j;qui 𦣸
62290 kaadi 𦣹
62291 ljdi 𦣺
62292 alji 𦣻
62293 zaadi 𦣼
62294 aljsi 𦣽
62295 qlji 𦣽
62296 ljasi 𦣾
62297 ljkdi 𦣿
62298 ljzi 𦤀
62299 lja.i 𦤁
62300 ljsbi 𦤂
62301 ljari 𦤃
62302 flji 𦤄
62303 flji 𦤅
62304 ljaxi 𦤆
62305 ljzbi 𦤇
62306 lj.bi 𦤇
62307 ljkki 𦤈
62308 ljkxi 𦤉
62309 ljgri 𦤊
62310 blji 𦤋
62311 lj.xi 𦤌
62312 ljski 𦤌
62313 ljadi 𦤍
62314 ljvai 𦤎
62315 ljpi 𦤏
62316 ljaii 𦤐
62317 ljaki 𦤐
62318 ljzfi 𦤑
62319 ljz.i 𦤒
62320 ljpdi 𦤓
62321 ljnhi 𦤔
62322 ljzki 𦤕
62323 ljyfi 𦤖
62324 ljzci 𦤗
62325 y;pji 𦤘
62326 ljvdi 𦤙
62327 ljzhi 𦤚
62328 ljofi 𦤛
62329 ljlfi 𦤛
62330 ljk.i 𦤜
62331 ljnji 𦤝
62332 jzgvi 𦤞
62333 lp.hi 𦤟
62334 ljz,i 𦤠
62335 ljzsi 𦤡
62336 cljfi 𦤢
62337 fjghi 𦤣
62338 ljnyi 𦤤
62339 ljibi 𦤥
62340 ljzsi 𦤦
62341 ljzci 𦤧
62342 ljzui 𦤨
62343 ljnci 𦤩
62344 plkhi 𦤪
62345 ljlei 𦤫
62346 ljlfi 𦤫
62347 ljz;i 𦤬
62348 ljz,i 𦤭
62349 txnhi 𦤮
62350 ljzbi 𦤯
62351 ljzmi 𦤰
62352 ljzxi 𦤱
62353 o..ji 𦤲
62354 axri 𦤳
62355 .adri 𦤴
62356 baxri 𦤵
62357 axr.i 𦤶
62358 axrki 𦤷
62359 edari 𦤸
62360 dddri 𦤸
62361 axrzi 𦤹
62362 axrbi 𦤺
62363 .xkri 𦤻
62364 vaxri 𦤼
62365 axrqi 𦤽
62366 axrai 𦤾
62367 fjari 𦤿
62368 axrbi 𦥀
62369 /fari 𦥁
62370 rrjri 𦥂
62371 axrki 𦥃
62372 rakri 𦥄
62373 axrvi 𦥅
62374 fbari 𦥆
62375 rbari 𦥆
62376 axrzi 𦥇
62377 irjri 𦥈
62378 nax;i 𦥉
62379 gflri 𦥊
62380 emkri 𦥋
62381 axrpi 𦥌
62382 axr.i 𦥍
62383 rifri 𦥎
62384 axrri 𦥏
62385 x;v.i 𦥐
62386 dasdi 𦥒
62387 daadi 𦥒
62388 eaadi 𦥒
62389 ldgai 𦥓
62390 odi 𦥔
62391 odgi 𦥕
62392 gdoi 𦥖
62393 odgdi 𦥗
62394 ofhi 𦥘
62395 oxi 𦥙
62396 odagi 𦥚
62397 lfoi 𦥛
62398 moi 𦥜
62399 .dkoi 𦥝
62400 ojki 𦥞
62401 ojsi 𦥟
62402 osdbi 𦥠
62403 oslbi 𦥠
62404 oajdi 𦥡
62405 oyjdi 𦥡
62406 loai 𦥢
62407 loi 𦥢
62408 ozshi 𦥣
62409 odali 𦥤
62410 oajli 𦥥
62411 ovai 𦥦
62412 oni 𦥧
62413 onsi 𦥨
62414 oaui 𦥩
62415 opfi 𦥪
62416 lfoai 𦥫
62417 lfoi 𦥫
62418 ooei 𦥬
62419 idoi 𦥭
62420 odtoi 𦥮
62421 oteoi 𦥮
62422 o..ji 𦥯
62423 ocasi 𦥰
62424 omjdi 𦥱
62425 laeoi 𦥲
62426 okei 𦥳
62427 krkoi 𦥴
62428 jol;i 𦥵
62429 joj;i 𦥵
62430 lol;i 𦥵
62431 opbi 𦥶
62432 ouaki 𦥷
62433 ozfi 𦥸
62434 ozoi 𦥹
62435 ljaoi 𦥺
62436 lja.i 𦥺
62437 ljati 𦥺
62438 oofi 𦥻
62439 jaa.i 𦥼
62440 ofsoi 𦥽
62441 idoai 𦥾
62442 idoi 𦥾
62443 casoi 𦥿
62444 oodi 𦦀
62445 oosi 𦦁
62446 okoi 𦦂
62447 qposi 𦦃
62448 ppoi 𦦄
62449 ozazi 𦦅
62450 ozlzi 𦦅
62451 ozxi 𦦆
62452 odaei 𦦇
62453 oafoi 𦦈
62454 olfoi 𦦈
62455 olpzi 𦦉
62456 oapbi 𦦊
62457 opbi 𦦊
62458 okpri 𦦋
62459 .oj;i 𦦌
62460 oajri 𦦍
62461 o..gi 𦦎
62462 ykdoi 𦦏
62463 oqhhi 𦦐
62464 o..ji 𦦑
62465 olpbi 𦦒
62466 idsai 𦦓
62467 kfsai 𦦓
62468 kfsoi 𦦓
62469 odpmi 𦦔
62470 opmi 𦦔
62471 afoki 𦦕
62472 lfoki 𦦕
62473 bbboi 𦦖
62474 o..vi 𦦗
62475 afoci 𦦘
62476 lfoci 𦦘
62477 ozafi 𦦙
62478 okoki 𦦚
62479 o..ai 𦦛
62480 zolei 𦦜
62481 ojadi 𦦝
62482 ouddi 𦦝
62483 ojqdi 𦦝
62484 ojadi 𦦞
62485 ouddi 𦦞
62486 ojqdi 𦦞
62487 ojqji 𦦟
62488 o..di 𦦠
62489 ojqdi 𦦡
62490 cj;oi 𦦢
62491 opabi 𦦣
62492 olpfi 𦦤
62493 olpei 𦦤
62494 olpai 𦦥
62495 ooksi 𦦦
62496 ojqdi 𦦧
62497 .o,,i 𦦨
62498 oofsi 𦦩
62499 o.oki 𦦪
62500 ooaki 𦦫
62501 of;ki 𦦬
62502 of;hi 𦦬
62503 ooksi 𦦭
62504 ozari 𦦮
62505 o..ei 𦦯
62506 o..si 𦦯
62507 orghi 𦦰
62508 zoaoi 𦦱
62509 zoloi 𦦱
62510 ozoki 𦦲
62511 ozasi 𦦳
62512 ojaki 𦦴
62513 ojdki 𦦴
62514 o..xi 𦦵
62515 of;ki 𦦶
62516 of;hi 𦦶
62517 olpmi 𦦷
62518 oza.i 𦦸
62519 caioi 𦦹
62520 zot;i 𦦺
62521 ojqmi 𦦻
62522 o,jmi 𦦼
62523 yxxoi 𦦽
62524 xyxoi 𦦽
62525 zorhi 𦦾
62526 mmwsi 𦦿
62527 o..,i 𦧀
62528 ojqfi 𦧁
62529 olpzi 𦧂
62530 b,woi 𦧃
62531 rkdfi 𦧄
62532 rsofi 𦧄
62533 rkofi 𦧄
62534 ojqki 𦧅
62535 af;ai 𦧆
62536 lf;ai 𦧆
62537 af;si 𦧇
62538 lf;si 𦧇
62539 af;gi 𦧈
62540 lf;gi 𦧈
62541 af;bi 𦧉
62542 lf;bi 𦧉
62543 af;si 𦧊
62544 lf;si 𦧊
62545 af;fi 𦧋
62546 lf;fi 𦧋
62547 af;fi 𦧌
62548 lf;fi 𦧌
62549 .dk;i 𦧍
62550 iga;i 𦧎
62551 igl;i 𦧎
62552 khg;i 𦧎
62553 af;di 𦧏
62554 lf;di 𦧏
62555 xfa;i 𦧐
62556 xfl;i 𦧐
62557 af;qi 𦧑
62558 lf;qi 𦧑
62559 af;;i 𦧒
62560 lf;;i 𦧒
62561 af;si 𦧓
62562 lf;si 𦧓
62563 af;ki 𦧔
62564 lf;ki 𦧔
62565 jzk;i 𦧕
62566 af;ki 𦧖
62567 lf;ki 𦧖
62568 lja;i 𦧗
62569 ljl;i 𦧗
62570 jkk;i 𦧘
62571 af;vi 𦧙
62572 lf;vi 𦧙
62573 af;;i 𦧚
62574 lf;;i 𦧚
62575 af;;i 𦧛
62576 lf;;i 𦧛
62577 af;.i 𦧜
62578 lf;.i 𦧜
62579 af;bi 𦧝
62580 lf;bi 𦧝
62581 af;;i 𦧞
62582 lf;;i 𦧞
62583 af;pi 𦧟
62584 lf;pi 𦧟
62585 lpj;i 𦧠
62586 ,,a;i 𦧡
62587 ,,l;i 𦧡
62588 af;vi 𦧢
62589 lf;vi 𦧢
62590 af;fi 𦧣
62591 lf;fi 𦧣
62592 af;vi 𦧤
62593 lf;vi 𦧤
62594 cpa;i 𦧥
62595 cpl;i 𦧥
62596 af;bi 𦧦
62597 lf;bi 𦧦
62598 af;ci 𦧧
62599 lf;ci 𦧧
62600 y;l;i 𦧨
62601 y;;;i 𦧨
62602 af;xi 𦧩
62603 lf;xi 𦧩
62604 pac;i 𦧪
62605 af;.i 𦧫
62606 lf;.i 𦧫
62607 w.a;i 𦧬
62608 w.l;i 𦧬
62609 af;bi 𦧭
62610 lf;bi 𦧭
62611 af;;i 𦧮
62612 lf;;i 𦧮
62613 af;ni 𦧯
62614 lf;ni 𦧯
62615 ljn;i 𦧰
62616 af;pi 𦧱
62617 lf;pi 𦧱
62618 af;xi 𦧲
62619 lf;xi 𦧲
62620 af;ci 𦧳
62621 lf;ci 𦧳
62622 af;fi 𦧴
62623 lf;fi 𦧴
62624 af;;i 𦧵
62625 lf;;i 𦧵
62626 trp;i 𦧶
62627 tfp;i 𦧶
62628 af;ci 𦧷
62629 lf;ci 𦧷
62630 if;ki 𦧸
62631 af;fi 𦧹
62632 lf;fi 𦧹
62633 af;mi 𦧺
62634 lf;mi 𦧺
62635 af;hi 𦧻
62636 lf;hi 𦧻
62637 af;/i 𦧼
62638 lf;/i 𦧼
62639 af;/i 𦧽
62640 lf;/i 𦧽
62641 ,mqfi 𦧾
62642 ,mqzi 𦧾
62643 ,,msi 𦧿
62644 vmvqi 𦨀
62645 .jmri 𦨁
62646 ravqi 𦨂
62647 q,,ri 𦨃
62648 q,,ri 𦨄
62649 zrrqi 𦨅
62650 eqnqi 𦨆
62651 lmsi 𦨇
62652 lmki 𦨈
62653 lmei 𦨉
62654 lmlsi 𦨊
62655 lmlgi 𦨋
62656 lmgli 𦨋
62657 lmgsi 𦨌
62658 lmadi 𦨍
62659 lmlqi 𦨎
62660 lmosi 𦨏
62661 lmzi 𦨐
62662 lmfli 𦨑
62663 lmaxi 𦨒
62664 lmlhi 𦨓
62665 lmjhi 𦨔
62666 lmjki 𦨔
62667 lmjbi 𦨕
62668 lmcli 𦨖
62669 lmebi 𦨗
62670 lmaei 𦨘
62671 lmpi 𦨙
62672 lmzhi 𦨚
62673 lmlxi 𦨛
62674 lmaxi 𦨜
62675 lmawi 𦨝
62676 lmasi 𦨞
62677 lmfbi 𦨟
62678 lmaxi 𦨠
62679 lmtei 𦨡
62680 lmoai 𦨢
62681 lmohi 𦨢
62682 lmj;i 𦨣
62683 hblmi 𦨤
62684 lmddi 𦨥
62685 b;lmi 𦨦
62686 lmji 𦨧
62687 lmmsi 𦨨
62688 lmzhi 𦨩
62689 lmpai 𦨪
62690 lmaii 𦨫
62691 lmhbi 𦨬
62692 lmtbi 𦨭
62693 lmkxi 𦨮
62694 lma;i 𦨯
62695 lml;i 𦨯
62696 lmqti 𦨰
62697 lmtfi 𦨱
62698 lmcsi 𦨲
62699 lm;zi 𦨳
62700 lmjqi 𦨴
62701 lm.di 𦨵
62702 lmizi 𦨶
62703 lmkxi 𦨷
62704 lmlfi 𦨸
62705 lmjsi 𦨹
62706 hblsi 𦨺
62707 lmcsi 𦨻
62708 lm;zi 𦨼
62709 lmdgi 𦨽
62710 lmydi 𦨾
62711 lmgbi 𦨿
62712 lmzki 𦩀
62713 lm.vi 𦩁
62714 lmoci 𦩂
62715 lmksi 𦩃
62716 lmrsi 𦩄
62717 lmpfi 𦩅
62718 lmlxi 𦩆
62719 lmxbi 𦩇
62720 lmxzi 𦩈
62721 xozmi 𦩉
62722 lmosi 𦩊
62723 lmeei 𦩋
62724 lmaci 𦩌
62725 lmj;i 𦩍
62726 lm,fi 𦩎
62727 lmkyi 𦩏
62728 lmzsi 𦩐
62729 lmvki 𦩑
62730 lmaai 𦩒
62731 lmxai 𦩓
62732 lmo.i 𦩔
62733 lmesi 𦩕
62734 lmlfi 𦩖
62735 lm,,i 𦩗
62736 lmnci 𦩘
62737 lmgri 𦩙
62738 lmv.i 𦩚
62739 ljf.i 𦩚
62740 lmuki 𦩛
62741 ljfki 𦩛
62742 lmy;i 𦩜
62743 lmpui 𦩝
62744 lmiei 𦩞
62745 lmo.i 𦩟
62746 lmpri 𦩠
62747 lmqpi 𦩡
62748 lmzxi 𦩢
62749 lmfzi 𦩣
62750 lmrzi 𦩣
62751 lmnhi 𦩤
62752 lmpsi 𦩥
62753 lmt.i 𦩦
62754 gfgmi 𦩧
62755 lmcfi 𦩨
62756 lmiwi 𦩩
62757 lmkwi 𦩩
62758 lmbvi 𦩪
62759 lmidi 𦩫
62760 lmkdi 𦩫
62761 lmzxi 𦩬
62762 lmpni 𦩭
62763 lm.bi 𦩮
62764 lmbfi 𦩯
62765 lmbei 𦩯
62766 lmopi 𦩰
62767 lmiri 𦩱
62768 lmkri 𦩱
62769 lmipi 𦩲
62770 lmrpi 𦩳
62771 lmrhi 𦩳
62772 ljfpi 𦩳
62773 ljfhi 𦩳
62774 lmdii 𦩴
62775 lmici 𦩵
62776 lm.zi 𦩶
62777 lmrri 𦩷
62778 lmtki 𦩸
62779 lm.oi 𦩹
62780 lmqvi 𦩺
62781 fpfmi 𦩻
62782 lmqmi 𦩼
62783 lmwji 𦩽
62784 lm.di 𦩾
62785 lmmdi 𦩾
62786 lmloi 𦩿
62787 lmldi 𦩿
62788 lmn;i 𦪀
62789 lmnmi 𦪁
62790 lm.ci 𦪂
62791 lmj.i 𦪃
62792 lmlri 𦪄
62793 lmnbi 𦪅
62794 lmrri 𦪆
62795 lmyqi 𦪇
62796 rh.mi 𦪈
62797 rl.mi 𦪈
62798 lmcyi 𦪉
62799 lmzxi 𦪊
62800 lmiri 𦪋
62801 lmndi 𦪌
62802 lmeii 𦪍
62803 lm.ni 𦪎
62804 lmbni 𦪏
62805 lmlni 𦪐
62806 ljfni 𦪐
62807 lmbbi 𦪑
62808 lm;mi 𦪒
62809 lmtei 𦪓
62810 lmtdi 𦪓
62811 lmy.i 𦪔
62812 lmzci 𦪕
62813 lmlpi 𦪖
62814 lmrki 𦪗
62815 lmzki 𦪘
62816 lmibi 𦪙
62817 lmihi 𦪚
62818 lmrsi 𦪛
62819 lmxci 𦪜
62820 lmixi 𦪝
62821 lmkxi 𦪝
62822 lml;i 𦪞
62823 lmr.i 𦪟
62824 lmffi 𦪠
62825 lmrfi 𦪠
62826 lmeai 𦪡
62827 lm;fi 𦪢
62828 ;;pmi 𦪣
62829 lmlhi 𦪤
62830 lmnpi 𦪥
62831 lmcoi 𦪦
62832 lmq.i 𦪧
62833 lmt.i 𦪧
62834 lms.i 𦪨
62835 lmzbi 𦪩
62836 lmlfi 𦪪
62837 lme,i 𦪫
62838 lmpki 𦪬
62839 lmrni 𦪭
62840 lmkqi 𦪮
62841 lmgui 𦪯
62842 ddhmi 𦪰
62843 qdtmi 𦪱
62844 lmtei 𦪲
62845 lmtdi 𦪲
62846 lmy.i 𦪳
62847 lmwsi 𦪴
62848 lmwwi 𦪴
62849 lmlki 𦪵
62850 lmw/i 𦪶
62851 lmpri 𦪷
62852 lmzmi 𦪸
62853 lmsui 𦪹
62854 lmtdi 𦪺
62855 lmnhi 𦪻
62856 lmnsi 𦪻
62857 ljfhi 𦪻
62858 ljfsi 𦪻
62859 lmlpi 𦪼
62860 ljfpi 𦪼
62861 lmyqi 𦪽
62862 lmzei 𦪾
62863 yuqmi 𦪿
62864 lmi,i 𦫀
62865 lmk,i 𦫀
62866 lm,yi 𦫁
62867 lm,mi 𦫂
62868 lmz;i 𦫃
62869 lmzai 𦫄
62870 lmomi 𦫅
62871 lma/i 𦫆
62872 lmjbi 𦫇
62873 lmw/i 𦫈
62874 lmjai 𦫉
62875 lmjti 𦫉
62876 lmj.i 𦫉
62877 lmjsi 𦫉
62878 lml.i 𦫉
62879 lmlti 𦫉
62880 lmjhi 𦫉
62881 lmzki 𦫊
62882 ystxi 𦫋
62883 lvtxi 𦫌
62884 hbafi 𦫍
62885 fktxi 𦫎
62886 hbifi 𦫏
62887 hblfi 𦫏
62888 zkaxi 𦫐
62889 .xzxi 𦫑
62890 rdaxi 𦫒
62891 rzrxi 𦫒
62892 jtdmi 𦫓
62893 bjtsi 𦫔
62894 vajsi 𦫕
62895 avjsi 𦫕
62896 jtdpi 𦫖
62897 tbjsi 𦫗
62898 jtdhi 𦫘
62899 lpjsi 𦫙
62900 zaasi 𦫚
62901 fjgsi 𦫛
62902 z,jsi 𦫜
62903 xk.si 𦫝
62904 zz.si 𦫞
62905 ,,jsi 𦫟
62906 gfgsi 𦫠
62907 gfbsi 𦫠
62908 raksi 𦫡
62909 cj;si 𦫢
62910 aalsi 𦫣
62911 jtdmi 𦫤
62912 alpsi 𦫥
62913 .azsi 𦫦
62914 irzsi 𦫧
62915 n.jsi 𦫨
62916 ;;asi 𦫩
62917 nk.si 𦫪
62918 kxbsi 𦫫
62919 .xzsi 𦫬
62920 qjssi 𦫭
62921 qussi 𦫭
62922 fuasi 𦫭
62923 fjssi 𦫭
62924 ;mjsi 𦫮
62925 o/,si 𦫯
62926 f/jsi 𦫰
62927 ljpsi 𦫱
62928 yxxsi 𦫲
62929 xyxsi 𦫲
62930 fdi 𦫳
62931 fsi 𦫴
62932 sfi 𦫵
62933 fsdi 𦫶
62934 fssi 𦫷
62935 fki 𦫸
62936 dfdfi 𦫹
62937 fali 𦫺
62938 fki 𦫻
62939 fgdi 𦫼
62940 faai 𦫽
62941 fgsi 𦫾
62942 fbi 𦫿
62943 fqi 𦬀
62944 ffli 𦬁
62945 fasi 𦬂
62946 flqi 𦬃
62947 fjhi 𦬄
62948 fjki 𦬄
62949 f;i 𦬅
62950 fksi 𦬆
62951 ffi 𦬇
62952 fesi 𦬈
62953 fkgi 𦬉
62954 ftsi 𦬊
62955 fabi 𦬋
62956 rbi 𦬋
62957 fgdli 𦬌
62958 fzsi 𦬍
62959 fgdsi 𦬎
62960 fdi 𦬏
62961 flbi 𦬐
62962 fdbi 𦬐
62963 fwi 𦬑
62964 ffi 𦬒
62965 fzshi 𦬓
62966 f.dki 𦬔
62967 f;di 𦬕
62968 fklsi 𦬖
62969 fksli 𦬖
62970 faxi 𦬗
62971 fkxi 𦬘
62972 fkci 𦬙
62973 fawi 𦬚
62974 fadgi 𦬛
62975 faxi 𦬜
62976 ffdgi 𦬝
62977 fazi 𦬞
62978 ddaei 𦬟
62979 ffi 𦬠
62980 flsfi 𦬡
62981 fslfi 𦬡
62982 ffi 𦬢
62983 fjbi 𦬣
62984 fqdki 𦬤
62985 fsddi 𦬥
62986 fsldi 𦬥
62987 ddzhi 𦬦
62988 ddfi 𦬧
62989 fbki 𦬨
62990 fyki 𦬩
62991 fjadi 𦬪
62992 fzhi 𦬫
62993 fari 𦬬
62994 fci 𦬭
62995 fjsi 𦬮
62996 fkfi 𦬯
62997 flri 𦬰
62998 fari 𦬰
62999 flfi 𦬱
63000 fl;i 𦬲
63001 fkgsi 𦬳
63002 fkasi 𦬴
63003 fri 𦬵
63004 fofi 𦬶
63005 flgli 𦬷
63006 fagli 𦬷
63007 fvhi 𦬸
63008 fpai 𦬹
63009 f;si 𦬺
63010 fwbi 𦬻
63011 foci 𦬼
63012 fgvi 𦬽
63013 fyxi 𦬾
63014 fejai 𦬿
63015 fbsi 𦭀
63016 fpbi 𦭁
63017 fjasi 𦭂
63018 fjzsi 𦭂
63019 fasgi 𦭃
63020 fajli 𦭄
63021 fci 𦭅
63022 fkysi 𦭆
63023 fdkbi 𦭇
63024 fqhi 𦭈
63025 fplsi 𦭉
63026 fpsli 𦭉
63027 flfhi 𦭊
63028 fzsbi 𦭋
63029 feaci 𦭌
63030 fggri 𦭍
63031 fqji 𦭎
63032 fk.i 𦭏
63033 fohi 𦭐
63034 fcadi 𦭑
63035 faei 𦭒
63036 frsi 𦭓
63037 fhbi 𦭔
63038 fgci 𦭕
63039 fpdi 𦭖
63040 fdki 𦭗
63041 fmji 𦭘
63042 fxji 𦭙
63043 fxfi 𦭚
63044 fsxfi 𦭚
63045 fklfi 𦭛
63046 f;ki 𦭜
63047 f/i 𦭝
63048 flzbi 𦭞
63049 fkgsi 𦭟
63050 ddkai 𦭠
63051 ddkqi 𦭠
63052 fgqi 𦭡
63053 fadai 𦭢
63054 fasai 𦭢
63055 fqsdi 𦭢
63056 fdei 𦭣
63057 fp.i 𦭤
63058 fogsi 𦭥
63059 fyri 𦭦
63060 fqjdi 𦭧
63061 fjafi 𦭨
63062 fdsai 𦭩
63063 fsdai 𦭩
63064 fseai 𦭩
63065 fl.si 𦭪
63066 ddkai 𦭫
63067 ddkqi 𦭫
63068 fjjdi 𦭬
63069 fqti 𦭭
63070 fapki 𦭮
63071 fajsi 𦭯
63072 fcwi 𦭰
63073 faifi 𦭱
63074 ftggi 𦭲
63075 fbbi 𦭳
63076 fhddi 𦭴
63077 faddi 𦭴
63078 fifi 𦭵
63079 fosi 𦭶
63080 fxofi 𦭷
63081 flmi 𦭸
63082 fz,i 𦭹
63083 fsddi 𦭺
63084 foi 𦭻
63085 f.bi 𦭼
63086 fktli 𦭽
63087 fl/i 𦭾
63088 fkqli 𦭿
63089 fkxsi 𦮀
63090 fssfi 𦮁
63091 fqpi 𦮂
63092 feqdi 𦮃
63093 fdeqi 𦮃
63094 fpkai 𦮄
63095 f/ai 𦮄
63096 ddadi 𦮅
63097 fajbi 𦮆
63098 fadbi 𦮆
63099 faebi 𦮆
63100 fqvi 𦮇
63101 fzaxi 𦮈
63102 fqei 𦮉
63103 fa;ei 𦮉
63104 ftgri 𦮊
63105 fyswi 𦮋
63106 fxui 𦮌
63107 flfdi 𦮍
63108 frki 𦮎
63109 fjjji 𦮏
63110 fxzi 𦮐
63111 ft;i 𦮑
63112 fardi 𦮒
63113 f..ei 𦮓
63114 f.qi 𦮔
63115 fkci 𦮕
63116 fafki 𦮖
63117 fpwi 𦮗
63118 flgfi 𦮘
63119 fglfi 𦮘
63120 fdddi 𦮙
63121 f.dji 𦮙
63122 fcaxi 𦮚
63123 fcjki 𦮛
63124 fjhfi 𦮜
63125 fnysi 𦮝
63126 fysci 𦮞
63127 fchki 𦮟
63128 fzaxi 𦮠
63129 fzhxi 𦮠
63130 fbci 𦮡
63131 frlhi 𦮢
63132 f;afi 𦮣
63133 fqni 𦮤
63134 f;zi 𦮥
63135 fodti 𦮦
63136 folti 𦮦
63137 f.fi 𦮧
63138 fwqi 𦮨
63139 fkni 𦮩
63140 fkkji 𦮪
63141 fky.i 𦮫
63142 fkoi 𦮬
63143 fkci 𦮭
63144 fklzi 𦮮
63145 fuei 𦮯
63146 fyci 𦮰
63147 flari 𦮱
63148 fyhsi 𦮲
63149 fkei 𦮳
63150 foqi 𦮴
63151 ftci 𦮵
63152 f;l.i 𦮶
63153 fmi 𦮷
63154 fxozi 𦮸
63155 fztsi 𦮹
63156 flvxi 𦮺
63157 f;ui 𦮻
63158 ftsni 𦮼
63159 fo;i 𦮽
63160 fojki 𦮾
63161 fl;bi 𦮿
63162 fkjri 𦯀
63163 fpasi 𦯁
63164 fhzci 𦯂
63165 fhfki 𦯂
63166 fbg;i 𦯃
63167 faeti 𦯄
63168 fnbdi 𦯅
63169 fgqti 𦯆
63170 fy;si 𦯇
63171 ftjbi 𦯈
63172 fklpi 𦯉
63173 fct.i 𦯊
63174 fqsfi 𦯋
63175 fqszi 𦯋
63176 fksni 𦯌
63177 faesi 𦯍
63178 flpmi 𦯎
63179 flphi 𦯎
63180 flp.i 𦯎
63181 fwzbi 𦯏
63182 fkj;i 𦯐
63183 flpfi 𦯑
63184 fkoji 𦯒
63185 ftuai 𦯓
63186 fktli 𦯔
63187 fnvi 𦯕
63188 fpri 𦯖
63189 faf;i 𦯗
63190 fa,bi 𦯘
63191 foqli 𦯙
63192 foa;i 𦯚
63193 fjkfi 𦯛
63194 flpsi 𦯜
63195 feci 𦯝
63196 fzjfi 𦯞
63197 fuagi 𦯟
63198 fafsi 𦯠
63199 flfsi 𦯠
63200 ftgni 𦯡
63201 famgi 𦯢
63202 fkuai 𦯣
63203 ddzei 𦯤
63204 ddzai 𦯤
63205 ddzqi 𦯤
63206 ddnwi 𦯥
63207 ddlsi 𦯦
63208 fzvi 𦯧
63209 fyxvi 𦯧
63210 fxffi 𦯨
63211 fxx.i 𦯩
63212 fvlhi 𦯪
63213 fcaxi 𦯫
63214 fiaci 𦯬
63215 fesi 𦯭
63216 fzlqi 𦯮
63217 fpkki 𦯯
63218 fzgi 𦯰
63219 fkqdi 𦯱
63220 fkjsi 𦯲
63221 fkjfi 𦯳
63222 fbbki 𦯴
63223 fosi 𦯵
63224 fldsi 𦯵
63225 fjk;i 𦯶
63226 fwcli 𦯷
63227 ftsfi 𦯸
63228 fcni 𦯹
63229 fykwi 𦯺
63230 fcy.i 𦯻
63231 fjkfi 𦯼
63232 fnwi 𦯽
63233 fyw;i 𦯾
63234 fys;i 𦯾
63235 fyx;i 𦯾
63236 faahi 𦯿
63237 frkmi 𦰀
63238 fvgfi 𦰁
63239 fo,i 𦰂
63240 fzafi 𦰃
63241 foigi 𦰄
63242 fokgi 𦰄
63243 fza;i 𦰅
63244 flgui 𦰆
63245 fglui 𦰆
63246 fpwi 𦰇
63247 fjzhi 𦰈
63248 f;;gi 𦰉
63249 fjkfi 𦰊
63250 f/si 𦰋
63251 f;ri 𦰌
63252 f.ci 𦰍
63253 flzmi 𦰎
63254 f.vi 𦰏
63255 fkibi 𦰐
63256 fkkbi 𦰐
63257 fohbi 𦰑
63258 fkgi 𦰒
63259 fwsfi 𦰓
63260 fwszi 𦰓
63261 fmvi 𦰔
63262 fwvi 𦰕
63263 fozbi 𦰖
63264 frsfi 𦰗
63265 fzoai 𦰘
63266 fzohi 𦰘
63267 fqqfi 𦰙
63268 fclzi 𦰚
63269 fckji 𦰛
63270 ftosi 𦰜
63271 fpfgi 𦰝
63272 fkdbi 𦰞
63273 ftasi 𦰟
63274 fkxfi 𦰠
63275 fgfti 𦰡
63276 fgzti 𦰡
63277 futi 𦰢
63278 fkoai 𦰣
63279 fkohi 𦰣
63280 fnofi 𦰤
63281 foti 𦰥
63282 fts.i 𦰦
63283 fzvi 𦰧
63284 fyxvi 𦰧
63285 fapbi 𦰨
63286 f;zi 𦰩
63287 fcpki 𦰪
63288 fcbqi 𦰫
63289 flpdi 𦰬
63290 fadni 𦰭
63291 fzlsi 𦰮
63292 fwx;i 𦰯
63293 fwl;i 𦰰
63294 fcj;i 𦰱
63295 fjafi 𦰲
63296 fvqli 𦰳
63297 ftgci 𦰴
63298 fmmei 𦰵
63299 frl;i 𦰶
63300 fnldi 𦰷
63301 famni 𦰸
63302 f.jbi 𦰹
63303 flefi 𦰺
63304 fvjki 𦰻
63305 ftoei 𦰼
63306 fotbi 𦰽
63307 fwlsi 𦰾
63308 fkmmi 𦰿
63309 fzui 𦱀
63310 fyxui 𦱀
63311 ftgxi 𦱁
63312 fqaxi 𦱂
63313 fafui 𦱃
63314 f..ki 𦱄
63315 fbf;i 𦱅
63316 ftnqi 𦱆
63317 fnkqi 𦱇
63318 fcvhi 𦱈
63319 fosi 𦱉
63320 f.tdi 𦱊
63321 fjtdi 𦱊
63322 fysji 𦱋
63323 fjidi 𦱌
63324 fvvi 𦱍
63325 fkrhi 𦱎
63326 fzk.i 𦱏
63327 flvsi 𦱐
63328 flvdi 𦱑
63329 fof.i 𦱒
63330 fpfi 𦱓
63331 fuqqi 𦱔
63332 f;qdi 𦱕
63333 ftkhi 𦱖
63334 fdapi 𦱗
63335 faahi 𦱘
63336 fugri 𦱙
63337 faaxi 𦱚
63338 fj.i 𦱛
63339 flvhi 𦱜
63340 fwmei 𦱝
63341 fdszi 𦱞
63342 fpk.i 𦱟
63343 ddxdi 𦱠
63344 ddsdi 𦱠
63345 dddji 𦱡
63346 dddsi 𦱢
63347 fysui 𦱣
63348 fpfi 𦱤
63349 fatei 𦱥
63350 fo;i 𦱦
63351 dddai 𦱧
63352 ftgci 𦱨
63353 fl;ai 𦱩
63354 fgrri 𦱪
63355 f;sai 𦱫
63356 fbri 𦱬
63357 fsdfi 𦱭
63358 fslfi 𦱭
63359 fxqfi 𦱭
63360 flvti 𦱮
63361 fzaai 𦱯
63362 frfei 𦱰
63363 fefi 𦱱
63364 fbjri 𦱲
63365 fxxdi 𦱳
63366 ddafi 𦱴
63367 fpozi 𦱵
63368 dddri 𦱶
63369 fz,i 𦱷
63370 fodi 𦱸
63371 dd.di 𦱹
63372 dddsi 𦱺
63373 fbg,i 𦱻
63374 fzdsi 𦱼
63375 fqdki 𦱽
63376 fqdci 𦱽
63377 fraii 𦱾
63378 f.d.i 𦱿
63379 fnx;i 𦲀
63380 fwbqi 𦲁
63381 fylhi 𦲂
63382 frjxi 𦲃
63383 fnkgi 𦲄
63384 ftjdi 𦲅
63385 faf;i 𦲆
63386 fl.fi 𦲇
63387 fkefi 𦲈
63388 fcrsi 𦲉
63389 f,gi 𦲊
63390 fjmqi 𦲋
63391 f,,i 𦲌
63392 fciki 𦲍
63393 fnkmi 𦲎
63394 fghi 𦲏
63395 fqddi 𦲐
63396 fqjdi 𦲐
63397 fazci 𦲑
63398 flzci 𦲑
63399 fzrri 𦲒
63400 fv,i 𦲓
63401 ffbbi 𦲔
63402 faeai 𦲕
63403 fargi 𦲖
63404 ftgbi 𦲗
63405 fzx.i 𦲘
63406 ftaci 𦲙
63407 ftfki 𦲙
63408 ftfbi 𦲙
63409 fxzhi 𦲚
63410 fwhsi 𦲛
63411 fnvi 𦲜
63412 fwszi 𦲝
63413 fxzai 𦲞
63414 foaei 𦲟
63415 fofei 𦲟
63416 flpsi 𦲠
63417 f.pi 𦲡
63418 flrci 𦲢
63419 flfvi 𦲢
63420 fwpi 𦲣
63421 fkyxi 𦲤
63422 f.pfi 𦲥
63423 flvki 𦲦
63424 fif;i 𦲧
63425 fwyi 𦲨
63426 fl/si 𦲩
63427 fl;si 𦲩
63428 fobi 𦲪
63429 fotei 𦲫
63430 ddvvi 𦲬
63431 f;sui 𦲭
63432 fkksi 𦲮
63433 fa,.i 𦲯
63434 fjagi 𦲰
63435 fkffi 𦲱
63436 fv.i 𦲲
63437 fzksi 𦲳
63438 fkj.i 𦲴
63439 f.aei 𦲵
63440 fgfki 𦲶
63441 fgfbi 𦲶
63442 fcyi 𦲷
63443 fzi 𦲸
63444 fykki 𦲹
63445 fykhi 𦲹
63446 fkq.i 𦲺
63447 f.lri 𦲻
63448 f.ari 𦲻
63449 fwgi 𦲼
63450 fojki 𦲽
63451 fcrxi 𦲾
63452 f/fgi 𦲿
63453 fwavi 𦳀
63454 flvqi 𦳁
63455 fczgi 𦳂
63456 faeti 𦳃
63457 fka.i 𦳄
63458 fnp.i 𦳅
63459 fyksi 𦳆
63460 fna;i 𦳇
63461 fnl;i 𦳇
63462 fpqqi 𦳈
63463 ftzui 𦳉
63464 fp.hi 𦳊
63465 fejbi 𦳋
63466 fjtni 𦳌
63467 fu.ki 𦳍
63468 fuuai 𦳎
63469 fvuai 𦳏
63470 fvaci 𦳐
63471 fravi 𦳑
63472 ftd,i 𦳒
63473 flsi 𦳓
63474 fnrbi 𦳔
63475 fpffi 𦳕
63476 fj;ni 𦳖
63477 fclji 𦳗
63478 fvuai 𦳘
63479 fax.i 𦳙
63480 fpaci 𦳚
63481 fqlsi 𦳛
63482 fqsli 𦳛
63483 ftspi 𦳜
63484 fpa.i 𦳝
63485 foafi 𦳞
63486 flzfi 𦳞
63487 fjdfi 𦳟
63488 fbsbi 𦳠
63489 f.tbi 𦳡
63490 fpui 𦳢
63491 flpzi 𦳣
63492 flt,i 𦳤
63493 fjcli 𦳥
63494 fr;xi 𦳦
63495 fhofi 𦳧
63496 fwz.i 𦳨
63497 fpzui 𦳩
63498 ftgki 𦳪
63499 flvki 𦳫
63500 fpi;i 𦳬
63501 fajni 𦳭
63502 fjvi 𦳮
63503 fvhni 𦳯
63504 fgrxi 𦳰
63505 fppdi 𦳱
63506 fawei 𦳲
63507 ftf.i 𦳳
63508 ffjfi 𦳴
63509 frjfi 𦳴
63510 fgoi 𦳵
63511 fys/i 𦳶
63512 fkapi 𦳷
63513 fipi 𦳷
63514 fclki 𦳸
63515 fwzhi 𦳹
63516 fz.ni 𦳺
63517 fzbni 𦳺
63518 fzlni 𦳺
63519 froti 𦳻
63520 f,aki 𦳼
63521 flvsi 𦳽
63522 fnksi 𦳾
63523 fvozi 𦳿
63524 frji 𦴀
63525 fjs.i 𦴁
63526 flfri 𦴂
63527 fajxi 𦴃
63528 fpkpi 𦴄
63529 fxx.i 𦴅
63530 frl;i 𦴆
63531 ffjvi 𦴇
63532 ffz;i 𦴈
63533 fqdki 𦴉
63534 famzi 𦴊
63535 f/jbi 𦴋
63536 fnmmi 𦴌
63537 f/gsi 𦴍
63538 fjgbi 𦴎
63539 flffi 𦴏
63540 fafzi 𦴐
63541 fvrai 𦴑
63542 fy;pi 𦴒
63543 fzkqi 𦴓
63544 f,ji 𦴔
63545 fn,i 𦴕
63546 fap;i 𦴖
63547 fa/;i 𦴖
63548 fp.ui 𦴗
63549 dddji 𦴘
63550 flv.i 𦴙
63551 fj;ni 𦴚
63552 ftghi 𦴛
63553 fpfni 𦴜
63554 fpeni 𦴜
63555 fcpfi 𦴝
63556 foxi 𦴞
63557 fwaei 𦴟
63558 fpkui 𦴠
63559 fvzhi 𦴡
63560 fceqi 𦴢
63561 fwyxi 𦴣
63562 fpjzi 𦴤
63563 fclpi 𦴥
63564 fn.;i 𦴦
63565 fskdi 𦴧
63566 fskei 𦴧
63567 fskki 𦴧
63568 fkt;i 𦴨
63569 fkyi 𦴩
63570 fhbqi 𦴪
63571 feadi 𦴫
63572 fdddi 𦴬
63573 f.txi 𦴭
63574 fcgfi 𦴮
63575 fnkbi 𦴯
63576 fj;fi 𦴰
63577 fzksi 𦴱
63578 fdj.i 𦴲
63579 fl;fi 𦴳
63580 fcnwi 𦴴
63581 fcaxi 𦴵
63582 fclxi 𦴵
63583 cfkvi 𦴶
63584 cfici 𦴶
63585 fckri 𦴷
63586 fcgai 𦴸
63587 fzaxi 𦴹
63588 fzazi 𦴺
63589 fzlzi 𦴺
63590 fgddi 𦴻
63591 fagdi 𦴻
63592 fzci 𦴼
63593 foiri 𦴽
63594 fbbgi 𦴾
63595 farbi 𦴿
63596 falei 𦵀
63597 fzuti 𦵁
63598 fvoji 𦵂
63599 fqkni 𦵃
63600 femi 𦵄
63601 fj,i 𦵅
63602 fppi 𦵆
63603 fp.ni 𦵇
63604 fpmni 𦵇
63605 f/lhi 𦵈
63606 fetci 𦵉
63607 fqmi 𦵊
63608 fk;di 𦵋
63609 f.s.i 𦵌
63610 fo.i 𦵍
63611 fwm;i 𦵎
63612 famzi 𦵏
63613 fori 𦵐
63614 fylxi 𦵑
63615 f,lvi 𦵒
63616 fdaei 𦵓
63617 f..ai 𦵔
63618 fnaai 𦵕
63619 fnahi 𦵕
63620 fhjci 𦵖
63621 fyfi 𦵗
63622 falwi 𦵘
63623 fcw;i 𦵙
63624 fwbni 𦵚
63625 foddi 𦵛
63626 fca/i 𦵜
63627 f.hfi 𦵝
63628 fyhri 𦵞
63629 frfti 𦵟
63630 fklxi 𦵠
63631 fn;;i 𦵡
63632 fwzxi 𦵢
63633 fpa.i 𦵣
63634 fnahi 𦵤
63635 fbabi 𦵥
63636 fkebi 𦵦
63637 f.hxi 𦵧
63638 fda.i 𦵨
63639 fcapi 𦵩
63640 fvjbi 𦵪
63641 ffjxi 𦵫
63642 fyhei 𦵬
63643 faaei 𦵬
63644 fo.wi 𦵭
63645 ftyfi 𦵮
63646 fnr;i 𦵯
63647 fnf;i 𦵯
63648 f;dpi 𦵰
63649 fbcui 𦵱
63650 ftjbi 𦵲
63651 flrfi 𦵳
63652 fmqvi 𦵴
63653 fepsi 𦵵
63654 fqsvi 𦵶
63655 frjri 𦵷
63656 fae,i 𦵸
63657 f,,ei 𦵹
63658 f/dki 𦵺
63659 f/ci 𦵺
63660 faxpi 𦵻
63661 facpi 𦵻
63662 ftlti 𦵼
63663 fpcsi 𦵽
63664 f,kui 𦵾
63665 fk,ui 𦵾
63666 fy;ei 𦵿
63667 fl,i 𦶀
63668 ftgsi 𦶁
63669 fo;si 𦶂
63670 flpqi 𦶃
63671 fcpri 𦶄
63672 fa/ni 𦶅
63673 fxgri 𦶆
63674 faeqi 𦶇
63675 faeai 𦶈
63676 fheqi 𦶉
63677 fcpgi 𦶊
63678 fgbbi 𦶋
63679 fkj;i 𦶌
63680 fy.ki 𦶍
63681 fkkfi 𦶎
63682 ftkyi 𦶏
63683 fqsni 𦶐
63684 fpbbi 𦶑
63685 fckdi 𦶒
63686 fvrki 𦶓
63687 fjl;i 𦶔
63688 ftrpi 𦶕
63689 ftfpi 𦶕
63690 fxxvi 𦶖
63691 friki 𦶗
63692 fizoi 𦶘
63693 fkzoi 𦶘
63694 fvaai 𦶙
63695 f,kji 𦶚
63696 ddpdi 𦶛
63697 fcqdi 𦶜
63698 flvqi 𦶝
63699 fwnbi 𦶞
63700 fol,i 𦶟
63701 fos,i 𦶟
63702 fvtxi 𦶠
63703 fco;i 𦶡
63704 flmsi 𦶢
63705 fam,i 𦶣
63706 ftnsi 𦶤
63707 fwlxi 𦶥
63708 fwgti 𦶦
63709 fykxi 𦶧
63710 fnk.i 𦶨
63711 fikui 𦶩
63712 faefi 𦶪
63713 fffvi 𦶫
63714 ftx.i 𦶬
63715 fbbfi 𦶭
63716 ffkxi 𦶮
63717 flufi 𦶯
63718 flpqi 𦶰
63719 fhozi 𦶱
63720 fnawi 𦶲
63721 fnpwi 𦶳
63722 fnjsi 𦶴
63723 fceci 𦶵
63724 fc;di 𦶶
63725 fcgdi 𦶷
63726 fcadi 𦶷
63727 fizoi 𦶸
63728 fkzoi 𦶸
63729 fnr;i 𦶹
63730 fnpzi 𦶺
63731 fasui 𦶻
63732 faxui 𦶻
63733 fceci 𦶼
63734 ftlxi 𦶽
63735 farri 𦶾
63736 fbbvi 𦶿
63737 fol,i 𦷀
63738 fo.vi 𦷀
63739 fqeei 𦷁
63740 ffkdi 𦷂
63741 falri 𦷃
63742 fa.ri 𦷃
63743 fwhxi 𦷄
63744 fqqri 𦷅
63745 f;,gi 𦷆
63746 foa.i 𦷇
63747 f.zki 𦷈
63748 fkifi 𦷉
63749 flebi 𦷊
63750 fi;ni 𦷋
63751 fkq;i 𦷌
63752 flvzi 𦷍
63753 fkpvi 𦷎
63754 flvyi 𦷏
63755 fl.ui 𦷐
63756 flvfi 𦷑
63757 f.lhi 𦷒
63758 fr;,i 𦷓
63759 fzfai 𦷔
63760 fzfsi 𦷔
63761 fepli 𦷕
63762 fpfsi 𦷖
63763 f;pri 𦷗
63764 flasi 𦷘
63765 flfsi 𦷘
63766 flv;i 𦷙
63767 foni 𦷚
63768 fkuui 𦷛
63769 fal.i 𦷜
63770 flcci 𦷝
63771 fykvi 𦷞
63772 fccui 𦷟
63773 fts.i 𦷠
63774 fbozi 𦷡
63775 fa/ni 𦷢
63776 fpddi 𦷣
63777 fphdi 𦷣
63778 fpzdi 𦷤
63779 f,.i 𦷥
63780 fbgi 𦷦
63781 frkci 𦷧
63782 fkvbi 𦷨
63783 ficbi 𦷨
63784 fglni 𦷩
63785 fc.wi 𦷪
63786 fcozi 𦷫
63787 flvli 𦷬
63788 fvixi 𦷭
63789 fna;i 𦷮
63790 frpri 𦷯
63791 fc.fi 𦷰
63792 felmi 𦷱
63793 f.xi 𦷲
63794 fnqii 𦷳
63795 fizni 𦷴
63796 fwubi 𦷵
63797 ddzdi 𦷶
63798 fyxni 𦷷
63799 fw;ci 𦷸
63800 f/gpi 𦷹
63801 fxari 𦷺
63802 fxlri 𦷺
63803 ddnbi 𦷻
63804 dndbi 𦷻
63805 ddcbi 𦷻
63806 fi;fi 𦷼
63807 fatti 𦷽
63808 frsdi 𦷾
63809 fepni 𦷿
63810 frari 𦸀
63811 fc,,i 𦸁
63812 fcjvi 𦸂
63813 fqdri 𦸃
63814 fkiwi 𦸄
63815 fnawi 𦸅
63816 ftski 𦸆
63817 f.vdi 𦸇
63818 fafki 𦸈
63819 flfki 𦸈
63820 fr;ki 𦸉
63821 fa/si 𦸊
63822 fppfi 𦸋
63823 funsi 𦸌
63824 fuksi 𦸍
63825 fprhi 𦸎
63826 fdkyi 𦸏
63827 ftrri 𦸐
63828 f/jxi 𦸑
63829 f.zdi 𦸒
63830 fvkci 𦸓
63831 fjr.i 𦸔
63832 fqpei 𦸕
63833 fxpbi 𦸖
63834 fzexi 𦸗
63835 falxi 𦸘
63836 fofti 𦸙
63837 fbbpi 𦸚
63838 fwpvi 𦸛
63839 f;d;i 𦸜
63840 fl,ni 𦸝
63841 fnl/i 𦸞
63842 femfi 𦸟
63843 fp,,i 𦸠
63844 f.jsi 𦸡
63845 fbzi 𦸢
63846 fnlfi 𦸣
63847 fnabi 𦸤
63848 fkppi 𦸥
63849 ffj.i 𦸦
63850 fakri 𦸧
63851 fairi 𦸨
63852 fakri 𦸨
63853 fprfi 𦸩
63854 fpffi 𦸩
63855 fceei 𦸪
63856 fpkli 𦸫
63857 fadki 𦸬
63858 fat;i 𦸭
63859 fkzxi 𦸮
63860 fyfvi 𦸯
63861 fnori 𦸰
63862 fwtdi 𦸱
63863 fkpmi 𦸲
63864 fzafi 𦸳
63865 fqlxi 𦸴
63866 fqaxi 𦸴
63867 felhi 𦸵
63868 felki 𦸵
63869 ddffi 𦸶
63870 fx.ki 𦸷
63871 flvvi 𦸸
63872 fdtdi 𦸹
63873 feqji 𦸺
63874 ffzyi 𦸻
63875 frlyi 𦸻
63876 fcxci 𦸼
63877 fp,i 𦸽
63878 ftgxi 𦸾
63879 fpeqi 𦸿
63880 fxpi 𦹀
63881 ffrvi 𦹁
63882 fv;vi 𦹂
63883 fcy;i 𦹃
63884 fxj;i 𦹄
63885 fwnsi 𦹅
63886 fqdri 𦹆
63887 fqkri 𦹆
63888 fkkni 𦹇
63889 fccfi 𦹈
63890 fgqfi 𦹉
63891 fatfi 𦹊
63892 f/kxi 𦹋
63893 fp./i 𦹌
63894 fivfi 𦹍
63895 fnkni 𦹎
63896 fckyi 𦹏
63897 fy;ti 𦹐
63898 fysri 𦹑
63899 frari 𦹒
63900 ftdai 𦹓
63901 ftrai 𦹓
63902 fqoki 𦹔
63903 frksi 𦹕
63904 ftsxi 𦹖
63905 facmi 𦹗
63906 fagmi 𦹗
63907 fqdmi 𦹗
63908 frlmi 𦹘
63909 farti 𦹙
63910 fjd.i 𦹚
63911 f;;gi 𦹛
63912 fkebi 𦹜
63913 fopbi 𦹝
63914 flvsi 𦹞
63915 f.xsi 𦹟
63916 famri 𦹠
63917 famfi 𦹡
63918 flpni 𦹢
63919 flfpi 𦹣
63920 f.rui 𦹤
63921 ftqxi 𦹥
63922 fnii 𦹦
63923 ftxui 𦹧
63924 fsdri 𦹨
63925 fslri 𦹨
63926 fx,ri 𦹨
63927 fpkui 𦹩
63928 fpz,i 𦹪
63929 f.efi 𦹫
63930 fkkzi 𦹬
63931 fhoki 𦹭
63932 f.v.i 𦹮
63933 f;ffi 𦹯
63934 flp.i 𦹰
63935 fmoi 𦹱
63936 fcpqi 𦹲
63937 figmi 𦹳
63938 fkhmi 𦹳
63939 fxlni 𦹴
63940 fpf;i 𦹵
63941 fvmi 𦹶
63942 fry;i 𦹷
63943 fpfpi 𦹸
63944 fczri 𦹹
63945 fy.mi 𦹺
63946 fc.ri 𦹻
63947 dd.ci 𦹼
63948 ftgfi 𦹽
63949 fy;qi 𦹾
63950 fkx.i 𦹿
63951 fvazi 𦺀
63952 fczvi 𦺁
63953 fcyvi 𦺁
63954 ddl,i 𦺂
63955 fejxi 𦺃
63956 fejmi 𦺃
63957 fodji 𦺄
63958 folji 𦺄
63959 fykai 𦺅
63960 fykdi 𦺅
63961 fljfi 𦺆
63962 fcrfi 𦺇
63963 fcrzi 𦺇
63964 ftski 𦺈
63965 fkqhi 𦺉
63966 fjnsi 𦺊
63967 fwnbi 𦺋
63968 fcnbi 𦺌
63969 fciei 𦺍
63970 fuy;i 𦺎
63971 fpf.i 𦺏
63972 famxi 𦺐
63973 fy;qi 𦺑
63974 fbgwi 𦺒
63975 ffpui 𦺓
63976 f.zbi 𦺔
63977 fobzi 𦺕
63978 fbg;i 𦺖
63979 fifdi 𦺗
63980 fczxi 𦺘
63981 flvfi 𦺙
63982 ftg;i 𦺚
63983 f.w.i 𦺛
63984 f,,bi 𦺜
63985 fnnui 𦺝
63986 fyqdi 𦺞
63987 fveai 𦺟
63988 fj.ki 𦺠
63989 fcjoi 𦺡
63990 fxr;i 𦺢
63991 fqami 𦺣
63992 fobvi 𦺤
63993 frlti 𦺥
63994 fnrhi 𦺦
63995 fnrei 𦺧
63996 fnfei 𦺧
63997 fjp.i 𦺨
63998 fj;.i 𦺨
63999 fepxi 𦺩
64000 flvvi 𦺪
64001 fghxi 𦺫
64002 fxxxi 𦺬
64003 fktbi 𦺭
64004 fnoki 𦺮
64005 fdzvi 𦺯
64006 fdyvi 𦺯
64007 fkdxi 𦺰
64008 feqmi 𦺱
64009 fmgmi 𦺲
64010 fy;;i 𦺳
64011 fkyvi 𦺴
64012 faevi 𦺵
64013 fz,ei 𦺶
64014 fossi 𦺷
64015 f,mqi 𦺸
64016 faeji 𦺹
64017 f,,si 𦺺
64018 fru.i 𦺻
64019 ftypi 𦺼
64020 fpzsi 𦺽
64021 fcazi 𦺾
64022 fypxi 𦺿
64023 f.pci 𦻀
64024 fjoki 𦻁
64025 fcixi 𦻂
64026 fkkyi 𦻃
64027 fct.i 𦻄
64028 fazei 𦻅
64029 flzei 𦻅
64030 fravi 𦻆
64031 dddni 𦻇
64032 fcqbi 𦻈
64033 flmbi 𦻉
64034 fvrki 𦻊
64035 faddi 𦻋
64036 fq;di 𦻋
64037 r;;di 𦻋
64038 fqhui 𦻌
64039 fakri 𦻍
64040 flvdi 𦻎
64041 fdkgi 𦻏
64042 fkkgi 𦻏
64043 f,efi 𦻐
64044 fyhbi 𦻑
64045 fpzhi 𦻒
64046 flvri 𦻓
64047 fee.i 𦻔
64048 ftjni 𦻕
64049 fxlpi 𦻖
64050 fkyni 𦻗
64051 fzzpi 𦻘
64052 faeei 𦻙
64053 fgfti 𦻚
64054 fgf,i 𦻛
64055 fcrvi 𦻜
64056 ffpxi 𦻝
64057 fejzi 𦻞
64058 fcjfi 𦻟
64059 fqrfi 𦻠
64060 faefi 𦻡
64061 faxfi 𦻢
64062 fvkfi 𦻣
64063 f.dpi 𦻤
64064 feefi 𦻥
64065 flofi 𦻦
64066 fkyfi 𦻧
64067 f..fi 𦻨
64068 fjb/i 𦻩
64069 ft;fi 𦻪
64070 fyfxi 𦻫
64071 fhrki 𦻬
64072 fcgdi 𦻭
64073 fcadi 𦻭
64074 fhesi 𦻮
64075 fyssi 𦻯
64076 famei 𦻰
64077 fzy.i 𦻱
64078 fopui 𦻲
64079 fqspi 𦻳
64080 foeci 𦻴
64081 frrbi 𦻵
64082 fehfi 𦻶
64083 fjd/i 𦻷
64084 f;;mi 𦻸
64085 fee,i 𦻹
64086 felri 𦻺
64087 feari 𦻺
64088 fdqsi 𦻻
64089 f/zxi 𦻼
64090 fvpui 𦻽
64091 f,bdi 𦻾
64092 f.pi 𦻿
64093 fl,si 𦼀
64094 flvui 𦼁
64095 firri 𦼂
64096 fibei 𦼃
64097 fitei 𦼃
64098 fohfi 𦼄
64099 fxati 𦼅
64100 fsxti 𦼅
64101 fr.hi 𦼆
64102 frmhi 𦼆
64103 faeni 𦼇
64104 fae,i 𦼈
64105 ffkyi 𦼉
64106 fvr.i 𦼊
64107 fvwci 𦼋
64108 fvtci 𦼋
64109 lffmi 𦼌
64110 flpsi 𦼍
64111 flmmi 𦼎
64112 fk/pi 𦼏
64113 f,,,i 𦼐
64114 fnkpi 𦼑
64115 fxxci 𦼒
64116 far,i 𦼓
64117 fzkci 𦼔
64118 fcjvi 𦼕
64119 fjlvi 𦼖
64120 fbcfi 𦼗
64121 fbqki 𦼘
64122 fbqai 𦼘
64123 fwpci 𦼙
64124 fvvvi 𦼚
64125 frc.i 𦼛
64126 frcci 𦼜
64127 fnw.i 𦼝
64128 fnwmi 𦼝
64129 fnwhi 𦼝
64130 fivpi 𦼞
64131 fxzsi 𦼟
64132 fxysi 𦼟
64133 feafi 𦼠
64134 fxjdi 𦼡
64135 fdaoi 𦼢
64136 fejzi 𦼣
64137 f/wi 𦼤
64138 fcrpi 𦼥
64139 fcrhi 𦼥
64140 fzgui 𦼦
64141 fzgxi 𦼦
64142 fty.i 𦼧
64143 fdpmi 𦼨
64144 fazai 𦼩
64145 flzai 𦼩
64146 fvbvi 𦼪
64147 fea.i 𦼫
64148 fcuui 𦼬
64149 fvqhi 𦼭
64150 ffpfi 𦼮
64151 fi.ni 𦼯
64152 fvpsi 𦼰
64153 fkydi 𦼱
64154 fcjpi 𦼲
64155 fup.i 𦼳
64156 fvp.i 𦼴
64157 fplqi 𦼵
64158 furvi 𦼶
64159 fqdbi 𦼷
64160 foy;i 𦼸
64161 fypvi 𦼹
64162 fr;xi 𦼺
64163 fcd.i 𦼻
64164 fu,bi 𦼼
64165 ft;bi 𦼽
64166 foopi 𦼾
64167 fadmi 𦼿
64168 fofmi 𦽀
64169 fxaqi 𦽁
64170 flvri 𦽂
64171 fdgfi 𦽃
64172 fbrbi 𦽄
64173 feqdi 𦽅
64174 ftyfi 𦽆
64175 futbi 𦽇
64176 fiphi 𦽈
64177 fj,,i 𦽉
64178 f;jqi 𦽊
64179 fil;i 𦽋
64180 fdqpi 𦽌
64181 fpgi 𦽍
64182 fyhci 𦽎
64183 fl,si 𦽏
64184 forbi 𦽐
64185 foqbi 𦽐
64186 flvfi 𦽑
64187 fmaxi 𦽒
64188 f,,fi 𦽓
64189 f,,zi 𦽓
64190 f,,hi 𦽓
64191 fvvci 𦽔
64192 f.qhi 𦽕
64193 fjpvi 𦽖
64194 fkj.i 𦽗
64195 fcoui 𦽘
64196 ftgni 𦽙
64197 ftywi 𦽚
64198 fnybi 𦽛
64199 fnkoi 𦽜
64200 fkpxi 𦽝
64201 ft;si 𦽞
64202 fgjni 𦽟
64203 fdd.i 𦽠
64204 fy;qi 𦽡
64205 ffjci 𦽢
64206 ddvki 𦽣
64207 fy.ki 𦽤
64208 fozvi 𦽥
64209 fp/hi 𦽦
64210 flvgi 𦽧
64211 flvli 𦽧
64212 fqy.i 𦽨
64213 fvbvi 𦽩
64214 foqpi 𦽪
64215 fzqxi 𦽫
64216 fzqni 𦽫
64217 fbqqi 𦽬
64218 fmmoi 𦽭
64219 flmwi 𦽮
64220 fvaai 𦽯
64221 fvgai 𦽯
64222 fbgdi 𦽰
64223 ddldi 𦽱
64224 ff,xi 𦽲
64225 fpmni 𦽳
64226 fyrui 𦽴
64227 ftywi 𦽵
64228 fvati 𦽶
64229 fctfi 𦽷
64230 fetfi 𦽸
64231 fpjfi 𦽹
64232 f;;.i 𦽺
64233 fk;fi 𦽻
64234 fcavi 𦽼
64235 f,kzi 𦽽
64236 fcopi 𦽾
64237 fa/mi 𦽿
64238 fzksi 𦾀
64239 fzlci 𦾁
64240 farni 𦾂
64241 forui 𦾃
64242 fv;wi 𦾄
64243 ffjci 𦾅
64244 frjci 𦾅
64245 f;;xi 𦾆
64246 fjzvi 𦾇
64247 f;;vi 𦾈
64248 fjl,i 𦾉
64249 f;;hi 𦾊
64250 f/jqi 𦾋
64251 f/.fi 𦾌
64252 fmpci 𦾍
64253 flvwi 𦾎
64254 fafdi 𦾏
64255 rffdi 𦾏
64256 fqdui 𦾐
64257 fa/ei 𦾑
64258 f/axi 𦾒
64259 fkkgi 𦾓
64260 fkypi 𦾔
64261 fuqpi 𦾕
64262 fnb/i 𦾖
64263 ftzui 𦾗
64264 ftdui 𦾗
64265 fwnmi 𦾘
64266 foffi 𦾙
64267 fofai 𦾙
64268 fe;zi 𦾚
64269 fptqi 𦾛
64270 f.txi 𦾜
64271 fibdi 𦾝
64272 fitdi 𦾝
64273 ftcui 𦾞
64274 fwcui 𦾞
64275 faxui 𦾟
64276 fpfci 𦾠
64277 fwd.i 𦾡
64278 fvrki 𦾢
64279 fvrsi 𦾢
64280 fojyi 𦾣
64281 fonyi 𦾣
64282 fiuni 𦾤
64283 fpjqi 𦾥
64284 flewi 𦾦
64285 fprpi 𦾧
64286 fprhi 𦾧
64287 ftywi 𦾨
64288 ft.oi 𦾩
64289 fpe.i 𦾪
64290 fep.i 𦾪
64291 fvlbi 𦾫
64292 fobpi 𦾬
64293 fdyhi 𦾭
64294 ffpvi 𦾮
64295 fxwci 𦾯
64296 fnpvi 𦾰
64297 fowvi 𦾱
64298 fkpki 𦾲
64299 falhi 𦾳
64300 fosxi 𦾴
64301 f,,vi 𦾵
64302 fcqoi 𦾶
64303 fcb.i 𦾷
64304 fydei 𦾸
64305 fap.i 𦾹
64306 fis,i 𦾺
64307 f.qni 𦾻
64308 frjni 𦾼
64309 f/cni 𦾽
64310 fmoni 𦾾
64311 f,rui 𦾿
64312 flvpi 𦿀
64313 flvhi 𦿀
64314 flvpi 𦿁
64315 fax,i 𦿂
64316 fzcui 𦿃
64317 fpd.i 𦿄
64318 fkgsi 𦿅
64319 fgp.i 𦿆
64320 fu,ti 𦿇
64321 fi;fi 𦿈
64322 fpzxi 𦿉
64323 fpaxi 𦿉
64324 fewpi 𦿊
64325 frxsi 𦿋
64326 fpx,i 𦿌
64327 fkczi 𦿍
64328 fdd.i 𦿎
64329 ff/mi 𦿏
64330 fcdxi 𦿐
64331 fckxi 𦿐
64332 dpddi 𦿑
64333 ddpdi 𦿑
64334 fvzvi 𦿒
64335 fq;bi 𦿓
64336 f,.fi 𦿔
64337 fokvi 𦿕
64338 fryqi 𦿖
64339 fy;qi 𦿗
64340 fkkui 𦿘
64341 fjjki 𦿙
64342 fjjzi 𦿙
64343 f/cni 𦿚
64344 f/jpi 𦿛
64345 fnbmi 𦿜
64346 f,.di 𦿝
64347 fclni 𦿞
64348 fxzdi 𦿟
64349 fjkfi 𦿠
64350 fpbzi 𦿡
64351 fjafi 𦿢
64352 fy;fi 𦿣
64353 fyxfi 𦿤
64354 fepfi 𦿥
64355 fjkei 𦿦
64356 fezxi 𦿧
64357 flvpi 𦿨
64358 fqpfi 𦿩
64359 f.ffi 𦿪
64360 fyzpi 𦿫
64361 fnl,i 𦿬
64362 fcrki 𦿭
64363 fi.ri 𦿮
64364 fik.i 𦿯
64365 far,i 𦿰
64366 fzexi 𦿱
64367 fzl,i 𦿲
64368 frkri 𦿳
64369 fjzci 𦿴
64370 flp.i 𦿵
64371 fel.i 𦿵
64372 ftgji 𦿶
64373 f.jsi 𦿷
64374 fle/i 𦿸
64375 fpzci 𦿹
64376 flv,i 𦿺
64377 fiiri 𦿻
64378 fleei 𦿼
64379 flvmi 𦿽
64380 flvci 𦿾
64381 fxlwi 𦿿
64382 f.yhi 𧀀
64383 flv;i 𧀁
64384 f.aci 𧀂
64385 fviii 𧀃
64386 fvi,i 𧀃
64387 fa,ii 𧀃
64388 fa,,i 𧀃
64389 fpp.i 𧀄
64390 f/axi 𧀅
64391 f/jii 𧀆
64392 fpxpi 𧀇
64393 f.api 𧀈
64394 fcxci 𧀉
64395 fx.vi 𧀊
64396 fnvxi 𧀋
64397 fcvki 𧀌
64398 ddaki 𧀍
64399 ddadi 𧀍
64400 fy;ui 𧀎
64401 fizsi 𧀏
64402 fiysi 𧀏
64403 farxi 𧀐
64404 flvpi 𧀑
64405 fwv.i 𧀒
64406 fbpwi 𧀓
64407 f.zhi 𧀔
64408 f.z.i 𧀔
64409 ftyni 𧀕
64410 flvci 𧀖
64411 ffkpi 𧀗
64412 fnrmi 𧀘
64413 fae,i 𧀙
64414 flv,i 𧀚
64415 fxu,i 𧀛
64416 f,.oi 𧀜
64417 fckvi 𧀝
64418 fpv.i 𧀞
64419 fx;ui 𧀟
64420 fxpci 𧀠
64421 fck,i 𧀡
64422 fsrvi 𧀢
64423 fykyi 𧀣
64424 feii 𧀤
64425 fal.i 𧀥
64426 fu,pi 𧀦
64427 f/j.i 𧀧
64428 fw/wi 𧀨
64429 fwpwi 𧀨
64430 fmp.i 𧀩
64431 fczci 𧀪
64432 fam.i 𧀫
64433 fuvci 𧀬
64434 fv.zi 𧀭
64435 fqh.i 𧀮
64436 fnlpi 𧀯
64437 fsydi 𧀰
64438 frjni 𧀱
64439 feksi 𧀲
64440 fztci 𧀳
64441 fepui 𧀴
64442 fqovi 𧀵
64443 fvpci 𧀶
64444 f.thi 𧀷
64445 fkcvi 𧀸
64446 fnrni 𧀹
64447 fr;mi 𧀺
64448 fkjyi 𧀻
64449 fdefi 𧀼
64450 flvui 𧀽
64451 fzkli 𧀾
64452 fipti 𧀿
64453 ffpvi 𧁀
64454 f;;xi 𧁁
64455 ftini 𧁂
64456 flvpi 𧁃
64457 fceei 𧁄
64458 flgii 𧁅
64459 fglii 𧁅
64460 fdcii 𧁆
64461 dddbi 𧁇
64462 frkvi 𧁈
64463 fqhsi 𧁉
64464 fjtni 𧁊
64465 fosni 𧁋
64466 f/jki 𧁌
64467 fqabi 𧁍
64468 fpj.i 𧁎
64469 ffjci 𧁏
64470 fnsmi 𧁐
64471 fnpmi 𧁐
64472 fcxci 𧁑
64473 fvibi 𧁒
64474 fkpxi 𧁓
64475 fcqui 𧁔
64476 fcifi 𧁕
64477 fclfi 𧁕
64478 ffxpi 𧁖
64479 fixpi 𧁖
64480 flpfi 𧁗
64481 fwthi 𧁘
64482 firxi 𧁙
64483 fizxi 𧁙
64484 fnnri 𧁚
64485 fca,i 𧁛
64486 fcg,i 𧁛
64487 fffni 𧁜
64488 fae;i 𧁝
64489 ree;i 𧁝
64490 faaci 𧁞
64491 frfwi 𧁟
64492 ftjdi 𧁠
64493 rkjhi 𧁡
64494 r,qhi 𧁡
64495 fakhi 𧁡
64496 fpl,i 𧁢
64497 f/jvi 𧁣
64498 f;kki 𧁤
64499 fjdxi 𧁥
64500 f/g,i 𧁦
64501 fjdxi 𧁧
64502 flvzi 𧁨
64503 flvxi 𧁩
64504 fkysi 𧁪
64505 fk;vi 𧁫
64506 f.odi 𧁬
64507 fx;ei 𧁭
64508 f.tdi 𧁮
64509 fxxi 𧁯
64510 fjjbi 𧁰
64511 fyk.i 𧁱
64512 frroi 𧁲
64513 fqhsi 𧁳
64514 fi;ei 𧁴
64515 foo,i 𧁵
64516 fzpri 𧁶
64517 ff;qi 𧁷
64518 fwnvi 𧁸
64519 fjavi 𧁸
64520 nqf;i 𧁹
64521 fxzxi 𧁺
64522 fetfi 𧁻
64523 ftzni 𧁼
64524 f,mni 𧁽
64525 fp;ki 𧁾
64526 f.//i 𧁿
64527 f.ami 𧂀
64528 f;;xi 𧂁
64529 fiaxi 𧂂
64530 figmi 𧂃
64531 fkhmi 𧂃
64532 fejoi 𧂄
64533 flv.i 𧂅
64534 fi;hi 𧂆
64535 f..hi 𧂇
64536 fo;vi 𧂈
64537 flppi 𧂉
64538 femai 𧂊
64539 fkgni 𧂋
64540 fq,qi 𧂌
64541 ftsni 𧂍
64542 fy;qi 𧂎
64543 fzkni 𧂏
64544 flvmi 𧂐
64545 fyafi 𧂑
64546 f,k,i 𧂒
64547 p..xi 𧂓
64548 fvabi 𧂔
64549 fy;qi 𧂕
64550 farii 𧂖
64551 fkkhi 𧂗
64552 f;;.i 𧂘
64553 f;f.i 𧂘
64554 fco,i 𧂙
64555 fofui 𧂚
64556 ff/hi 𧂛
64557 fnkwi 𧂜
64558 f/jxi 𧂝
64559 fri,i 𧂞
64560 fokmi 𧂟
64561 f;dni 𧂠
64562 feuni 𧂡
64563 fqdpi 𧂢
64564 fvabi 𧂣
64565 fkypi 𧂤
64566 fkyhi 𧂤
64567 ddldi 𧂥
64568 fvaei 𧂦
64569 fcphi 𧂧
64570 fykci 𧂨
64571 fxb/i 𧂩
64572 fzkxi 𧂪
64573 fu,si 𧂫
64574 ffkmi 𧂬
64575 ffkhi 𧂭
64576 frudi 𧂮
64577 fapui 𧂯
64578 ftdmi 𧂰
64579 fzifi 𧂱
64580 fzi,i 𧂲
64581 f;;fi 𧂳
64582 f;ffi 𧂳
64583 ffkfi 𧂴
64584 fl,fi 𧂵
64585 fnk,i 𧂶
64586 fnvci 𧂷
64587 fb;ri 𧂸
64588 ftiki 𧂹
64589 faeni 𧂺
64590 ffkxi 𧂻
64591 fvl;i 𧂼
64592 fpffi 𧂽
64593 fzv,i 𧂾
64594 funni 𧂿
64595 f/kbi 𧃀
64596 feqhi 𧃁
64597 feqki 𧃁
64598 fezhi 𧃁
64599 fezki 𧃁
64600 frpqi 𧃂
64601 fildi 𧃃
64602 f.;yi 𧃄
64603 fulni 𧃅
64604 fiwci 𧃆
64605 fui;i 𧃇
64606 fyfyi 𧃈
64607 fcz,i 𧃉
64608 fpzxi 𧃊
64609 fibvi 𧃋
64610 fscpi 𧃌
64611 flj.i 𧃍
64612 fel.i 𧃍
64613 fdlfi 𧃎
64614 fdefi 𧃎
64615 f/lki 𧃏
64616 fsy;i 𧃐
64617 fitbi 𧃑
64618 fx;wi 𧃒
64619 fziyi 𧃓
64620 fobyi 𧃔
64621 fnrci 𧃕
64622 fkkxi 𧃖
64623 fapui 𧃗
64624 fofai 𧃘
64625 ffpqi 𧃙
64626 fuzni 𧃚
64627 fmrri 𧃛
64628 fj/.i 𧃜
64629 fapxi 𧃝
64630 feqki 𧃞
64631 fbbki 𧃟
64632 frqui 𧃠
64633 fraui 𧃠
64634 fcwvi 𧃡
64635 fepki 𧃢
64636 f/cli 𧃣
64637 ftrmi 𧃤
64638 fykxi 𧃥
64639 fz;yi 𧃦
64640 fyqxi 𧃧
64641 fgfei 𧃨
64642 f.qci 𧃩
64643 mmf;i 𧃪
64644 fyvpi 𧃫
64645 fvz,i 𧃬
64646 ftjvi 𧃭
64647 f,,qi 𧃮
64648 ftnfi 𧃯
64649 fel.i 𧃰
64650 flj.i 𧃰
64651 f;;.i 𧃱
64652 fnv,i 𧃲
64653 frkxi 𧃳
64654 fxnpi 𧃴
64655 ff;ii 𧃵
64656 f.f.i 𧃶
64657 fekgi 𧃷
64658 fox.i 𧃸
64659 fafvi 𧃹
64660 rffvi 𧃹
64661 fvbfi 𧃺
64662 ffkfi 𧃻
64663 frkfi 𧃻
64664 f;;;i 𧃼
64665 fnkni 𧃽
64666 fcpvi 𧃾
64667 faeni 𧃿
64668 fb;ii 𧄀
64669 fzebi 𧄁
64670 fzkxi 𧄂
64671 ffkci 𧄃
64672 flvni 𧄄
64673 f.tni 𧄅
64674 flv.i 𧄆
64675 f.udi 𧄇
64676 fx;ci 𧄈
64677 fxlni 𧄉
64678 fpfzi 𧄊
64679 fbjvi 𧄋
64680 fpmci 𧄌
64681 frrbi 𧄍
64682 fmyxi 𧄎
64683 fa/.i 𧄏
64684 fkybi 𧄐
64685 fx;mi 𧄑
64686 fjjyi 𧄒
64687 r;ipi 𧄓
64688 fkypi 𧄔
64689 fkyhi 𧄔
64690 fxyxi 𧄕
64691 fol,i 𧄖
64692 flvai 𧄗
64693 flvsi 𧄗
64694 fyrbi 𧄘
64695 fa.ui 𧄙
64696 favri 𧄚
64697 frfyi 𧄛
64698 fnnxi 𧄜
64699 f,k,i 𧄝
64700 fml,i 𧄞
64701 fyq.i 𧄟
64702 frsvi 𧄠
64703 fofvi 𧄡
64704 fctki 𧄢
64705 ,,,fi 𧄣
64706 f;;;i 𧄤
64707 ffkhi 𧄥
64708 flv.i 𧄦
64709 ft;ui 𧄧
64710 fvzei 𧄨
64711 fcwfi 𧄩
64712 f;;pi 𧄪
64713 fosfi 𧄫
64714 fakbi 𧄬
64715 fixui 𧄭
64716 fi;;i 𧄮
64717 f/j;i 𧄯
64718 f.xyi 𧄰
64719 fepbi 𧄱
64720 fyfzi 𧄲
64721 fpf;i 𧄳
64722 fpmmi 𧄴
64723 f.wwi 𧄵
64724 fyxxi 𧄶
64725 fxyxi 𧄶
64726 fos,i 𧄷
64727 fojai 𧄸
64728 fouai 𧄸
64729 fyyxi 𧄹
64730 ffumi 𧄺
64731 ffjmi 𧄺
64732 fqjmi 𧄺
64733 fczei 𧄻
64734 f/jii 𧄼
64735 fosmi 𧄽
64736 f/x,i 𧄾
64737 fyuhi 𧄿
64738 fyufi 𧄿
64739 fyuzi 𧄿
64740 fqoii 𧅀
64741 ftgai 𧅁
64742 fx;vi 𧅂
64743 f,y,i 𧅃
64744 fil.i 𧅄
64745 fm.,i 𧅅
64746 fmh,i 𧅅
64747 ffj/i 𧅆
64748 fkk/i 𧅇
64749 flvyi 𧅈
64750 fnksi 𧅉
64751 f,,ni 𧅊
64752 fyuhi 𧅋
64753 fyufi 𧅋
64754 fyuzi 𧅋
64755 fpz,i 𧅌
64756 f;;.i 𧅍
64757 f;f.i 𧅍
64758 fr/fi 𧅎
64759 flvfi 𧅏
64760 fcy,i 𧅐
64761 fzbbi 𧅑
64762 fc;ii 𧅒
64763 fnk;i 𧅓
64764 fibui 𧅔
64765 fuwwi 𧅕
64766 fjz,i 𧅖
64767 fcj,i 𧅗
64768 fifei 𧅘
64769 fy.mi 𧅙
64770 fjjbi 𧅚
64771 f,byi 𧅛
64772 fvysi 𧅜
64773 fvppi 𧅝
64774 faebi 𧅞
64775 faavi 𧅟
64776 fykji 𧅠
64777 f/,;i 𧅡
64778 fmuki 𧅢
64779 ftdni 𧅣
64780 fteni 𧅣
64781 fnami 𧅤
64782 frbpi 𧅥
64783 vfoki 𧅦
64784 f;;,i 𧅧
64785 fl,zi 𧅨
64786 frkoi 𧅩
64787 fad/i 𧅪
64788 fo.si 𧅫
64789 fpv/i 𧅬
64790 fpf.i 𧅭
64791 fw./i 𧅮
64792 fy.,i 𧅯
64793 fyfbi 𧅰
64794 fykdi 𧅱
64795 fykai 𧅱
64796 fpvvi 𧅲
64797 fajqi 𧅳
64798 fykai 𧅴
64799 fecfi 𧅵
64800 fex/i 𧅶
64801 fed/i 𧅶
64802 flpfi 𧅷
64803 fepdi 𧅸
64804 fri,i 𧅹
64805 fqdxi 𧅺
64806 frr,i 𧅻
64807 flvxi 𧅼
64808 fepui 𧅽
64809 fojvi 𧅾
64810 fouvi 𧅾
64811 fpj,i 𧅿
64812 fk,yi 𧆀
64813 fcafi 𧆁
64814 fyrxi 𧆂
64815 fyuhi 𧆃
64816 fyufi 𧆃
64817 fyuzi 𧆃
64818 v;fvi 𧆄
64819 fyxgi 𧆅
64820 fxygi 𧆅
64821 fyhfi 𧆆
64822 faafi 𧆆
64823 fik/i 𧆇
64824 fyrmi 𧆈
64825 f;;xi 𧆉
64826 f,.,i 𧆊
64827 frz,i 𧆋
64828 fykai 𧆌
64829 fyuhi 𧆍
64830 fyufi 𧆍
64831 fyuzi 𧆍
64832 fyxni 𧆎
64833 fxyni 𧆎
64834 fyxji 𧆏
64835 fxyji 𧆏
64836 fypmi 𧆐
64837 fzkyi 𧆑
64838 ffdni 𧆒
64839 fyqqi 𧆓
64840 ff;xi 𧆔
64841 fplvi 𧆕
64842 frr,i 𧆖
64843 frz,i 𧆖
64844 fepui 𧆗
64845 fpvvi 𧆘
64846 ffpxi 𧆙
64847 frzfi 𧆚
64848 ebi 𧆛
64849 eaagi 𧆜
64850 exi 𧆝
64851 ejdi 𧆞
64852 eslsi 𧆟
64853 essli 𧆟
64854 eoi 𧆠
64855 sesi 𧆡
64856 essdi 𧆢
64857 erdi 𧆣
64858 ejdbi 𧆤
64859 epdi 𧆥
64860 osesi 𧆦
64861 eosi 𧆧
64862 epi 𧆨
64863 eoki 𧆩
64864 eakgi 𧆪
64865 esosi 𧆫
64866 eslsi 𧆬
64867 essli 𧆬
64868 eglsi 𧆬
64869 ebqsi 𧆬
64870 eglli 𧆬
64871 ebqli 𧆬
64872 epfi 𧆭
64873 ejddi 𧆮
64874 esfli 𧆯
64875 esgfi 𧆰
64876 ez;i 𧆱
64877 e;ii 𧆲
64878 eeqai 𧆳
64879 ezui 𧆴
64880 e..i 𧆵
64881 e.agi 𧆶
64882 eskxi 𧆷
64883 es,i 𧆸
64884 esni 𧆹
64885 ibesi 𧆺
64886 khbsi 𧆺
64887 esf;i 𧆻
64888 es.hi 𧆼
64889 eslpi 𧆽
64890 efaki 𧆾
64891 erki 𧆾
64892 ebjfi 𧆿
64893 eoaki 𧇀
64894 eeei 𧇁
64895 eqq.i 𧇂
64896 evvi 𧇃
64897 ewpi 𧇄
64898 esjpi 𧇅
64899 evebi 𧇆
64900 ejdai 𧇇
64901 e.uai 𧇈
64902 e.f;i 𧇉
64903 ecagi 𧇊
64904 ewagi 𧇊
64905 ekkpi 𧇋
64906 esjqi 𧇌
64907 ofdsi 𧇍
64908 esi;i 𧇎
64909 ewadi 𧇏
64910 kd.si 𧇐
64911 afxsi 𧇑
64912 esaei 𧇒
64913 esksi 𧇓
64914 eqisi 𧇔
64915 ewapi 𧇕
64916 ekkji 𧇖
64917 ek.ji 𧇗
64918 aceai 𧇘
64919 espbi 𧇙
64920 eskpi 𧇚
64921 es.hi 𧇛
64922 qdtsi 𧇜
64923 eacsi 𧇝
64924 esisi 𧇞
64925 esj;i 𧇟
64926 ewasi 𧇠
64927 ecasi 𧇠
64928 e.s;i 𧇡
64929 j;ssi 𧇢
64930 jpssi 𧇢
64931 euaai 𧇣
64932 e.spi 𧇤
64933 ekvvi 𧇥
64934 esvvi 𧇥
64935 crxsi 𧇦
64936 .gfdi 𧇧
64937 esvvi 𧇨
64938 eakji 𧇩
64939 eglji 𧇩
64940 ebqji 𧇩
64941 e,kpi 𧇪
64942 ek,pi 𧇪
64943 esrki 𧇫
64944 qdtsi 𧇬
64945 esaxi 𧇭
64946 esl;i 𧇮
64947 eslfi 𧇯
64948 eslni 𧇰
64949 eszxi 𧇱
64950 casai 𧇲
64951 njasi 𧇳
64952 ep;ci 𧇴
64953 iqeoi 𧇵
64954 eszpi 𧇶
64955 plksi 𧇷
64956 esl,i 𧇸
64957 eskzi 𧇹
64958 casai 𧇺
64959 esjki 𧇻
64960 ;agii 𧇼
64961 epfki 𧇽
64962 eprki 𧇽
64963 ekygi 𧇾
64964 ea.ai 𧇿
64965 e/qki 𧈀
64966 itcki 𧈁
64967 ejgi 𧈂
64968 ekkgi 𧈃
64969 esa.i 𧈄
64970 clpsi 𧈅
64971 esxhi 𧈆
64972 esv.i 𧈇
64973 eswvi 𧈈
64974 erfui 𧈉
64975 wpvsi 𧈊
64976 esfhi 𧈋
64977 apfsi 𧈌
64978 apdsi 𧈌
64979 ;;psi 𧈍
64980 ekr.i 𧈎
64981 zkpsi 𧈏
64982 ;ibsi 𧈐
64983 esqbi 𧈑
64984 ejdhi 𧈒
64985 ecr.i 𧈓
64986 eu,pi 𧈔
64987 pfeui 𧈕
64988 qdssi 𧈖
64989 qdssi 𧈗
64990 ej/pi 𧈘
64991 esrhi 𧈙
64992 eqiui 𧈚
64993 ky.si 𧈛
64994 ia.si 𧈛
64995 esu,i 𧈜
64996 /si 𧈝
64997 /si 𧈞
64998 q/i 𧈟
64999 z/i 𧈠
65000 b/i 𧈡
65001 /ki 𧈢
65002 /lgi 𧈣
65003 /gli 𧈣
65004 ls/i 𧈤
65005 sl/i 𧈤
65006 /xi 𧈥
65007 lg/i 𧈦
65008 gl/i 𧈦
65009 x/i 𧈧
65010 c/i 𧈨
65011 ax/i 𧈩
65012 d/i 𧈪
65013 q/i 𧈫
65014 q/i 𧈬
65015 /asi 𧈭
65016 /lshi 𧈮
65017 /slhi 𧈮
65018 /aagi 𧈯
65019 /bi 𧈰
65020 a/xi 𧈱
65021 sf/i 𧈲
65022 sz/i 𧈲
65023 /jhi 𧈳
65024 /jki 𧈳
65025 /ni 𧈴
65026 /aaai 𧈵
65027 /edi 𧈶
65028 /dddi 𧈶
65029 /mi 𧈷
65030 ./i 𧈸
65031 z/i 𧈹
65032 /axi 𧈺
65033 /sbi 𧈻
65034 /di 𧈼
65035 /zxi 𧈽
65036 /,i 𧈾
65037 /j.i 𧈿
65038 /ei 𧉀
65039 o/i 𧉁
65040 /azi 𧉂
65041 /xsi 𧉃
65042 /adgi 𧉄
65043 /tli 𧉅
65044 /ci 𧉆
65045 ks/i 𧉇
65046 /zi 𧉈
65047 r/i 𧉉
65048 k./i 𧉊
65049 /adi 𧉋
65050 n/i 𧉌
65051 /cki 𧉍
65052 /ui 𧉎
65053 m/i 𧉏
65054 /bbi 𧉐
65055 /zhi 𧉑
65056 os/i 𧉒
65057 v/i 𧉓
65058 /gfsi 𧉔
65059 lz/i 𧉕
65060 /ofi 𧉖
65061 aas/i 𧉗
65062 e/i 𧉘
65063 /adsi 𧉙
65064 /l.i 𧉚
65065 /axi 𧉛
65066 oas/i 𧉜
65067 /aegi 𧉝
65068 /nadi 𧉞
65069 /x;i 𧉟
65070 /gqi 𧉠
65071 /nsi 𧉡
65072 /nki 𧉢
65073 /arhi 𧉣
65074 /xfi 𧉤
65075 eq/i 𧉥
65076 /zxi 𧉦
65077 /rxi 𧉧
65078 qs/i 𧉨
65079 /zjdi 𧉩
65080 b;/i 𧉪
65081 /pbi 𧉫
65082 /tssi 𧉬
65083 wb/i 𧉭
65084 /ogsi 𧉮
65085 /szi 𧉯
65086 /jci 𧉰
65087 /vhi 𧉱
65088 /.afi 𧉲
65089 /dfi 𧉳
65090 nk/i 𧉴
65091 /gsi 𧉵
65092 yr/i 𧉶
65093 lv/i 𧉷
65094 /tgei 𧉸
65095 /vsi 𧉹
65096 rs/i 𧉺
65097 /ii 𧉻
65098 /yi 𧉼
65099 /yjdi 𧉽
65100 z/i 𧉾
65101 /avi 𧉿
65102 /b;i 𧊀
65103 /ji 𧊁
65104 /.hi 𧊂
65105 .s/i 𧊃
65106 /;ki 𧊄
65107 /;ji 𧊅
65108 kfh/i 𧊆
65109 kax/i 𧊇
65110 tsa/i 𧊈
65111 /lni 𧊉
65112 /jfi 𧊊
65113 /pdi 𧊋
65114 /qagi 𧊌
65115 /;.i 𧊍
65116 /qxi 𧊎
65117 /yxki 𧊏
65118 /tfi 𧊐
65119 /zs.i 𧊑
65120 aaj/i 𧊒
65121 kjk/i 𧊒
65122 /lmi 𧊓
65123 ./adi 𧊔
65124 /afxi 𧊕
65125 /azxi 𧊕
65126 /aqxi 𧊖
65127 /aei 𧊗
65128 /zagi 𧊘
65129 /qpi 𧊙
65130 /jqi 𧊚
65131 /.qi 𧊛
65132 /idi 𧊜
65133 fz/i 𧊝
65134 /afei 𧊞
65135 w;/i 𧊟
65136 /pki 𧊠
65137 qt/i 𧊡
65138 yhs/i 𧊢
65139 aac/i 𧊢
65140 /pxi 𧊣
65141 /yci 𧊤
65142 /zaxi 𧊥
65143 /zhxi 𧊥
65144 /ofdi 𧊦
65145 i;/i 𧊧
65146 /jaai 𧊨
65147 /dafi 𧊩
65148 ala/i 𧊪
65149 /p.si 𧊫
65150 fb/i 𧊬
65151 /pzi 𧊭
65152 f./i 𧊮
65153 yc/i 𧊯
65154 ktl/i 𧊰
65155 /lgvi 𧊱
65156 /glvi 𧊱
65157 /svi 𧊱
65158 /iri 𧊲
65159 /apai 𧊳
65160 /gcai 𧊴
65161 /.qi 𧊵
65162 /svi 𧊶
65163 /lgvi 𧊶
65164 /glvi 𧊶
65165 /yswi 𧊷
65166 /vji 𧊸
65167 nw/i 𧊹
65168 /qddi 𧊺
65169 /akri 𧊻
65170 /jshi 𧊼
65171 /.adi 𧊽
65172 ,/i 𧊾
65173 ame/i 𧊿
65174 /hddi 𧋀
65175 /addi 𧋀
65176 /ajri 𧋁
65177 /cafi 𧋂
65178 /zdfi 𧋃
65179 /rki 𧋄
65180 /bkhi 𧋅
65181 /fki 𧋆
65182 /zei 𧋇
65183 /.i 𧋈
65184 /kk;i 𧋉
65185 ccl/i 𧋊
65186 /at;i 𧋋
65187 qdj/i 𧋌
65188 /ooi 𧋍
65189 /pri 𧋎
65190 /dlbi 𧋏
65191 /dgki 𧋏
65192 /v;i 𧋐
65193 /ap.i 𧋑
65194 /rci 𧋒
65195 /o;i 𧋓
65196 qc/i 𧋔
65197 /pvi 𧋕
65198 /aesi 𧋖
65199 oasri 𧋗
65200 /ktli 𧋘
65201 /lp.i 𧋙
65202 /lpmi 𧋙
65203 /lphi 𧋙
65204 kkz/i 𧋚
65205 f,h/i 𧋛
65206 /s/i 𧋜
65207 /axvi 𧋝
65208 /fazi 𧋞
65209 /oszi 𧋟
65210 a./i 𧋠
65211 /pgri 𧋡
65212 /fjfi 𧋢
65213 /oa;i 𧋣
65214 /rxji 𧋤
65215 /;ci 𧋥
65216 /blqi 𧋦
65217 /y.ri 𧋧
65218 /rci 𧋨
65219 ;c/i 𧋩
65220 /fafi 𧋪
65221 /fgfi 𧋫
65222 /lxi 𧋬
65223 /.ri 𧋭
65224 /.ri 𧋮
65225 pz/i 𧋯
65226 lea/i 𧋰
65227 /pbi 𧋱
65228 yeq/i 𧋲
65229 qsf/i 𧋳
65230 qsz/i 𧋳
65231 qsh/i 𧋳
65232 .f/i 𧋴
65233 /.ari 𧋵
65234 /csbi 𧋶
65235 /tsni 𧋷
65236 /;lri 𧋸
65237 /;ari 𧋸
65238 /azai 𧋹
65239 /rni 𧋺
65240 /y.;i 𧋻
65241 /arfi 𧋼
65242 /fysi 𧋽
65243 /;tsi 𧋾
65244 /ntki 𧋿
65245 /az;i 𧌀
65246 /lz;i 𧌀
65247 kd./i 𧌁
65248 /eci 𧌂
65249 /ywi 𧌃
65250 /zpsi 𧌄
65251 /.jbi 𧌅
65252 /nkqi 𧌆
65253 /uui 𧌇
65254 /tjdi 𧌈
65255 /rkri 𧌉
65256 /ykki 𧌊
65257 /ykhi 𧌊
65258 /oaji 𧌋
65259 /ofji 𧌋
65260 uzs/i 𧌌
65261 /wci 𧌍
65262 /tci 𧌍
65263 /jrki 𧌎
65264 /cpi 𧌏
65265 vje/i 𧌐
65266 /bddi 𧌑
65267 qax/i 𧌒
65268 /lefi 𧌓
65269 vfb/i 𧌔
65270 /oofi 𧌕
65271 /if;i 𧌖
65272 /aebi 𧌗
65273 ujb/i 𧌘
65274 z/i 𧌙
65275 /p,i 𧌚
65276 lef/i 𧌛
65277 xm/i 𧌜
65278 z,l/i 𧌝
65279 z,a/i 𧌝
65280 /yhji 𧌞
65281 qdt/i 𧌟
65282 lpl/i 𧌠
65283 /sl/i 𧌡
65284 /sa/i 𧌡
65285 xk/i 𧌢
65286 j//i 𧌣
65287 /koi 𧌤
65288 /ziei 𧌥
65289 /aiei 𧌥
65290 x//i 𧌦
65291 /eadi 𧌧
65292 /vdi 𧌨
65293 qsq/i 𧌩
65294 jz/i 𧌪
65295 /odi 𧌫
65296 /y;ci 𧌬
65297 /eki 𧌭
65298 /a.hi 𧌮
65299 /ofi 𧌯
65300 /t.qi 𧌰
65301 h./i 𧌱
65302 oz;/i 𧌲
65303 /utsi 𧌳
65304 /yhti 𧌴
65305 /wjei 𧌵
65306 irk/i 𧌶
65307 /ixci 𧌷
65308 /epfi 𧌸
65309 /dgi 𧌹
65310 /fksi 𧌺
65311 vkx/i 𧌻
65312 /axei 𧌼
65313 /,i 𧌽
65314 //adi 𧌾
65315 dzb/i 𧌿
65316 d.b/i 𧌿
65317 l//i 𧍀
65318 /ntki 𧍁
65319 /bzui 𧍂
65320 /eei 𧍃
65321 /yksi 𧍄
65322 kq./i 𧍅
65323 /gfki 𧍆
65324 /kq.i 𧍇
65325 /ne;i 𧍈
65326 /noai 𧍉
65327 /nohi 𧍉
65328 /zrri 𧍊
65329 /pahi 𧍋
65330 /cj;i 𧍌
65331 /vkki 𧍍
65332 /oapi 𧍎
65333 /wf;i 𧍏
65334 /yaei 𧍐
65335 /jisi 𧍑
65336 /daei 𧍒
65337 lej/i 𧍓
65338 /a/wi 𧍔
65339 /kkji 𧍕
65340 /clji 𧍖
65341 /fz;i 𧍗
65342 /dxdi 𧍘
65343 /xddi 𧍘
65344 /xxdi 𧍘
65345 fcg/i 𧍙
65346 /p;bi 𧍚
65347 /bjbi 𧍛
65348 /bazi 𧍜
65349 /blzi 𧍜
65350 /ykdi 𧍝
65351 /;;gi 𧍞
65352 fbg/i 𧍟
65353 /fkci 𧍠
65354 /mei 𧍡
65355 .ca/i 𧍢
65356 fp/i 𧍣
65357 /pni 𧍤
65358 /paxi 𧍥
65359 nla/i 𧍦
65360 nll/i 𧍦
65361 /zqxi 𧍧
65362 ;;z/i 𧍨
65363 /r;zi 𧍩
65364 /r;ai 𧍩
65365 /r;ki 𧍩
65366 /pmi 𧍪
65367 /t;qi 𧍫
65368 /i;fi 𧍬
65369 /lpci 𧍭
65370 /gj;i 𧍮
65371 /xi 𧍯
65372 /.ari 𧍰
65373 /nari 𧍱
65374 /ka.i 𧍲
65375 /oki 𧍳
65376 /v/i 𧍴
65377 f;u/i 𧍵
65378 /.tfi 𧍶
65379 fz;/i 𧍷
65380 .//i 𧍸
65381 /aldi 𧍹
65382 /qati 𧍺
65383 /qdti 𧍺
65384 kap/i 𧍻
65385 /waei 𧍼
65386 nm/ri 𧍽
65387 f;j/i 𧍾
65388 /am.i 𧍿
65389 vd/i 𧎀
65390 /pkei 𧎁
65391 etb/i 𧎂
65392 qoz/i 𧎃
65393 /bg.i 𧎄
65394 v/sbi 𧎅
65395 fl//i 𧎆
65396 /bh/i 𧎇
65397 /zkei 𧎈
65398 /irhi 𧎉
65399 /izhi 𧎉
65400 /jqi 𧎊
65401 /orhi 𧎋
65402 zp/i 𧎌
65403 /egfi 𧎍
65404 /;aei 𧎎
65405 m;/i 𧎏
65406 /lv,i 𧎐
65407 /jjzi 𧎑
65408 /xlhi 𧎒
65409 /./i 𧎓
65410 /zffi 𧎔
65411 eqa/i 𧎕
65412 eql/i 𧎕
65413 //ci 𧎖
65414 lvh/i 𧎗
65415 /.cdi 𧎘
65416 /.zji 𧎙
65417 /osbi 𧎚
65418 /nkhi 𧎛
65419 /bari 𧎜
65420 /zazi 𧎝
65421 /zlzi 𧎝
65422 /zzhi 𧎞
65423 /zz.i 𧎞
65424 /bti 𧎟
65425 /dxsi 𧎠
65426 /n;;i 𧎡
65427 /axmi 𧎢
65428 /faei 𧎣
65429 /gfxi 𧎤
65430 /gbbi 𧎥
65431 /rkci 𧎦
65432 /nkpi 𧎧
65433 /byfi 𧎨
65434 /mqvi 𧎩
65435 oas/i 𧎪
65436 /cmi 𧎫
65437 ofr/i 𧎬
65438 .fh/i 𧎭
65439 bhh/i 𧎮
65440 bh//i 𧎮
65441 /ofki 𧎯
65442 brx/i 𧎰
65443 tds/i 𧎱
65444 /cafi 𧎲
65445 /fjxi 𧎳
65446 /oo;i 𧎴
65447 /o,i 𧎵
65448 xxaxi 𧎶
65449 /lddi 𧎷
65450 /y;;i 𧎸
65451 raa/i 𧎹
65452 /qddi 𧎺
65453 bgd/i 𧎻
65454 /modi 𧎼
65455 /.odi 𧎼
65456 /axpi 𧎽
65457 /acpi 𧎽
65458 /cpci 𧎾
65459 hoz/i 𧎿
65460 /lpni 𧏀
65461 ox/ri 𧏁
65462 oskri 𧏁
65463 odari 𧏁
65464 .adri 𧏁
65465 /rrzi 𧏂
65466 /rrai 𧏂
65467 /rrki 𧏂
65468 /yszi 𧏃
65469 /yazi 𧏃
65470 /hqzi 𧏃
65471 gfo/i 𧏄
65472 yc./i 𧏅
65473 qdt/i 𧏆
65474 .e/i 𧏇
65475 /paji 𧏈
65476 /izzi 𧏉
65477 /kzzi 𧏉
65478 f//i 𧏊
65479 qdj/i 𧏋
65480 rbs/i 𧏌
65481 lea/i 𧏍
65482 /y./i 𧏎
65483 /nkai 𧏏
65484 zlp/i 𧏐
65485 /yyi 𧏑
65486 prk/i 𧏒
65487 /.kpi 𧏓
65488 /.cpi 𧏓
65489 qhbri 𧏔
65490 /.eki 𧏕
65491 /noki 𧏖
65492 /kjmi 𧏗
65493 /lmbi 𧏘
65494 /irxi 𧏙
65495 /izxi 𧏙
65496 va/bi 𧏚
65497 yfh/i 𧏛
65498 /r;zi 𧏜
65499 xxxdi 𧏝
65500 xxx/i 𧏝
65501 /irqi 𧏞
65502 /izqi 𧏞
65503 ,kj/i 𧏟
65504 /bbvi 𧏠
65505 /al.i 𧏡
65506 /d.fi 𧏢
65507 /llzi 𧏣
65508 fqs/i 𧏤
65509 /fkci 𧏥
65510 /al,i 𧏦
65511 /pk.i 𧏧
65512 o,/i 𧏨
65513 /lpxi 𧏩
65514 /izvi 𧏪
65515 /kzvi 𧏪
65516 /.vbi 𧏫
65517 /da/i 𧏬
65518 /.tdi 𧏭
65519 /irni 𧏮
65520 /zahi 𧏯
65521 /aesi 𧏰
65522 /jzui 𧏱
65523 /am,i 𧏲
65524 /oqhi 𧏳
65525 /leni 𧏴
65526 /ypsi 𧏵
65527 /tqi 𧏶
65528 /yxpi 𧏷
65529 /yk;i 𧏸
65530 /y.i 𧏹
65531 /q;;i 𧏺
65532 /pffi 𧏻
65533 /prfi 𧏻
65534 yr//i 𧏼
65535 /qoni 𧏽
65536 qfz/i 𧏾
65537 /a.ni 𧏿
65538 /op.i 𧐀
65539 /v;ki 𧐁
65540 ibk/i 𧐂
65541 /kyzi 𧐃
65542 /kkki 𧐄
65543 /euai 𧐅
65544 bqs/i 𧐆
65545 lpq/i 𧐆
65546 /bahi 𧐇
65547 hoo/i 𧐈
65548 oz;/i 𧐉
65549 /tgxi 𧐊
65550 /p.;i 𧐋
65551 ;ky/i 𧐌
65552 /zoi 𧐍
65553 /.jsi 𧐎
65554 oas/i 𧐏
65555 /rmi 𧐐
65556 /clci 𧐑
65557 /v;ni 𧐒
65558 prb/i 𧐓
65559 /bbpi 𧐔
65560 /zfhi 𧐕
65561 /qni 𧐖
65562 /hoci 𧐗
65563 bjd/i 𧐘
65564 /bgbi 𧐙
65565 /nr,i 𧐚
65566 /y;.i 𧐛
65567 vss/i 𧐜
65568 /qifi 𧐝
65569 /fyfi 𧐞
65570 /osni 𧐟
65571 yqq/i 𧐠
65572 rbs/i 𧐡
65573 /y;qi 𧐢
65574 /p.;i 𧐣
65575 /yxfi 𧐤
65576 /oaci 𧐥
65577 /rcxi 𧐦
65578 z//i 𧐧
65579 rkr/i 𧐨
65580 /difi 𧐩
65581 /eaci 𧐪
65582 /mg/i 𧐫
65583 /cjxi 𧐬
65584 /rc.i 𧐭
65585 qo/i 𧐮
65586 p.;/i 𧐯
65587 jb//i 𧐰
65588 .kk/i 𧐱
65589 /./di 𧐲
65590 /yxxi 𧐳
65591 /nkpi 𧐴
65592 qih/i 𧐵
65593 zea/i 𧐶
65594 /nzri 𧐷
65595 /jr.i 𧐸
65596 /lvmi 𧐹
65597 /bjni 𧐺
65598 /rkyi 𧐻
65599 /oefi 𧐼
65600 /c,,i 𧐽
65601 /y;ti 𧐾
65602 /dnci 𧐿
65603 /wpvi 𧑀
65604 /xx.i 𧑁
65605 /bqsi 𧑂
65606 /lpsi 𧑂
65607 /rh.i 𧑃
65608 /rl.i 𧑃
65609 /lu.i 𧑄
65610 /l/.i 𧑄
65611 /l/ki 𧑄
65612 //kki 𧑄
65613 //.i 𧑄
65614 /rcxi 𧑅
65615 /ypri 𧑆
65616 /lvvi 𧑇
65617 /tgmi 𧑈
65618 lj//i 𧑉
65619 /pyci 𧑊
65620 /;dmi 𧑋
65621 /prki 𧑌
65622 /fafi 𧑍
65623 /rffi 𧑍
65624 dda/i 𧑎
65625 /blmi 𧑏
65626 /bg;i 𧑐
65627 /fzfi 𧑑
65628 /y;.i 𧑒
65629 /lvci 𧑓
65630 /tcni 𧑔
65631 /aeni 𧑕
65632 vj//i 𧑖
65633 /nnfi 𧑗
65634 cpa/i 𧑘
65635 /y;hi 𧑙
65636 /nrhi 𧑚
65637 /tdei 𧑛
65638 /tedi 𧑛
65639 /arqi 𧑜
65640 ow./i 𧑝
65641 /iz/i 𧑞
65642 /kz/i 𧑞
65643 /t.ri 𧑟
65644 /qdgi 𧑠
65645 /arsi 𧑡
65646 n//ri 𧑢
65647 rrr/i 𧑣
65648 ov//i 𧑤
65649 lmi/i 𧑥
65650 lmk/i 𧑥
65651 /kyki 𧑦
65652 goo/i 𧑧
65653 fj//i 𧑨
65654 rj//i 𧑨
65655 //zxi 𧑩
65656 l,p/i 𧑪
65657 /xxci 𧑫
65658 luk/i 𧑬
65659 r;r/i 𧑭
65660 /alei 𧑮
65661 oso/i 𧑯
65662 /aaxi 𧑰
65663 /r;;i 𧑱
65664 /nkpi 𧑲
65665 /wp,i 𧑳
65666 j;s/i 𧑴
65667 /dpxi 𧑵
65668 /nnri 𧑶
65669 /bcfi 𧑷
65670 lu./i 𧑸
65671 l/./i 𧑸
65672 l/k/i 𧑸
65673 /kk/i 𧑸
65674 /./i 𧑸
65675 /icpi 𧑹
65676 /oeci 𧑺
65677 /oeci 𧑻
65678 cj;/i 𧑼
65679 /cjci 𧑽
65680 /xjsi 𧑾
65681 xx/i 𧑿
65682 /,.i 𧒀
65683 lvk/i 𧒁
65684 le//i 𧒂
65685 if//i 𧒃
65686 /epi 𧒄
65687 /mlni 𧒅
65688 /iphi 𧒆
65689 /.rpi 𧒇
65690 /.rhi 𧒇
65691 ame/i 𧒈
65692 zqi/i 𧒉
65693 nr;/i 𧒉
65694 /ozpi 𧒊
65695 /eosi 𧒋
65696 /s.;i 𧒌
65697 s.;/i 𧒍
65698 lox/i 𧒎
65699 zaa/i 𧒏
65700 /nzri 𧒐
65701 /owi 𧒑
65702 .f//i 𧒒
65703 /arli 𧒓
65704 f,h/i 𧒔
65705 r;i/i 𧒕
65706 /m;ni 𧒖
65707 /fk;i 𧒗
65708 /rk;i 𧒗
65709 /qqdi 𧒘
65710 /a;di 𧒘
65711 lea/i 𧒙
65712 fbg/i 𧒚
65713 pw//i 𧒛
65714 zp/i 𧒜
65715 br//i 𧒝
65716 /p,ui 𧒞
65717 hja/i 𧒟
65718 /nbfi 𧒠
65719 nf//i 𧒡
65720 s///i 𧒢
65721 fty/i 𧒣
65722 rj//i 𧒤
65723 ddh/i 𧒥
65724 k.i/i 𧒦
65725 nn//i 𧒧
65726 f//ri 𧒨
65727 /cjai 𧒩
65728 /p;mi 𧒪
65729 /n.fi 𧒫
65730 /nnfi 𧒫
65731 /lyxi 𧒬
65732 /;dni 𧒭
65733 /;;vi 𧒮
65734 /i/pi 𧒯
65735 /os.i 𧒰
65736 /yxyi 𧒱
65737 /ysyi 𧒱
65738 /ntci 𧒲
65739 /jfzi 𧒳
65740 /ilni 𧒴
65741 /r;xi 𧒵
65742 /r;xi 𧒶
65743 /em,i 𧒷
65744 /lvni 𧒸
65745 /lpgi 𧒹
65746 /opbi 𧒺
65747 /jifi 𧒻
65748 /qdbi 𧒼
65749 /zpi 𧒽
65750 cj;/i 𧒾
65751 /maxi 𧒿
65752 ku,/i 𧓀
65753 /.j.i 𧓁
65754 y;j/i 𧓂
65755 plk/i 𧓃
65756 /b;fi 𧓄
65757 /pfxi 𧓅
65758 /pexi 𧓅
65759 /kzhi 𧓆
65760 /brbi 𧓇
65761 /kydi 𧓈
65762 ykd/i 𧓉
65763 ykddi 𧓉
65764 ee//i 𧓊
65765 /zpri 𧓋
65766 /,,,i 𧓌
65767 /nbmi 𧓍
65768 lpl/i 𧓎
65769 /ae.i 𧓏
65770 /aeki 𧓏
65771 alj/i 𧓐
65772 z//i 𧓑
65773 /mnki 𧓒
65774 /xxsi 𧓓
65775 ,ru/i 𧓔
65776 vp//i 𧓕
65777 utd/i 𧓖
65778 /.eki 𧓗
65779 /pzhi 𧓘
65780 /lmvi 𧓙
65781 yej/i 𧓚
65782 /lski 𧓛
65783 /slki 𧓛
65784 /vgvi 𧓜
65785 /ljzi 𧓝
65786 /qjfi 𧓞
65787 ods/i 𧓟
65788 /am;i 𧓠
65789 /fjxi 𧓡
65790 oas/i 𧓢
65791 yal/i 𧓣
65792 rk//i 𧓤
65793 /raxi 𧓥
65794 /qdui 𧓦
65795 /ljei 𧓧
65796 /ljfi 𧓧
65797 q///i 𧓨
65798 /emmi 𧓩
65799 /itxi 𧓪
65800 nnl/i 𧓫
65801 /jj.i 𧓬
65802 /xldi 𧓭
65803 arl/i 𧓮
65804 /k.,i 𧓯
65805 /j;si 𧓰
65806 /jpsi 𧓰
65807 qpw/i 𧓱
65808 /irxi 𧓲
65809 /izxi 𧓲
65810 /oomi 𧓳
65811 /zlbi 𧓴
65812 /zabi 𧓴
65813 fp//i 𧓵
65814 /f.ni 𧓶
65815 cky/i 𧓷
65816 /ipti 𧓸
65817 tsa/i 𧓹
65818 /no,i 𧓺
65819 /epni 𧓻
65820 /no,i 𧓼
65821 zfp/i 𧓽
65822 /jjbi 𧓾
65823 fbg/i 𧓿
65824 /eqhi 𧔀
65825 lqd/i 𧔁
65826 nxo/i 𧔂
65827 n///i 𧔃
65828 rsf/i 𧔄
65829 rsz/i 𧔄
65830 /p;bi 𧔅
65831 pqq/i 𧔆
65832 /daei 𧔇
65833 iku/i 𧔈
65834 /lpvi 𧔉
65835 /xlvi 𧔉
65836 /npri 𧔊
65837 /nrhi 𧔋
65838 /zqhi 𧔋
65839 /lvci 𧔌
65840 /dkdi 𧔍
65841 /u,pi 𧔎
65842 ftg/i 𧔏
65843 fp./i 𧔐
65844 i.//i 𧔑
65845 /rexi 𧔒
65846 rxb/i 𧔓
65847 .///i 𧔔
65848 /fnvi 𧔕
65849 /r/mi 𧔖
65850 l/l/i 𧔗
65851 l/a/i 𧔗
65852 a/l/i 𧔗
65853 a/a/i 𧔗
65854 //rxi 𧔘
65855 /prci 𧔙
65856 /nkgi 𧔚
65857 /bqti 𧔛
65858 /qopi 𧔜
65859 /zlei 𧔝
65860 zlp/i 𧔞
65861 /iz,i 𧔟
65862 /kz,i 𧔟
65863 /irxi 𧔠
65864 brx/i 𧔡
65865 iax/i 𧔢
65866 /v;mi 𧔣
65867 jsc/i 𧔤
65868 uac/i 𧔤
65869 /;dni 𧔥
65870 /re,i 𧔦
65871 /r;,i 𧔦
65872 .qn/i 𧔧
65873 tgd/i 𧔨
65874 ftg/i 𧔩
65875 eca/i 𧔪
65876 /y;fi 𧔫
65877 /qdvi 𧔬
65878 i/k/i 𧔭
65879 ipk/i 𧔭
65880 dqi/i 𧔮
65881 qq//i 𧔯
65882 kyj/i 𧔰
65883 op./i 𧔱
65884 jpy/i 𧔲
65885 ohj/i 𧔳
65886 f///i 𧔴
65887 avu/i 𧔵
65888 lm,/i 𧔶
65889 /pkni 𧔷
65890 /ea;i 𧔸
65891 /zpri 𧔹
65892 ;fp/i 𧔺
65893 qq//i 𧔻
65894 ///xi 𧔼
65895 /ledi 𧔽
65896 /lvmi 𧔾
65897 /jryi 𧔿
65898 /b;ri 𧕀
65899 /q;ri 𧕁
65900 /a;ri 𧕁
65901 /waxi 𧕂
65902 /j;hi 𧕃
65903 /nkni 𧕄
65904 /z;;i 𧕅
65905 /eqxi 𧕆
65906 /u,fi 𧕇
65907 baa/i 𧕈
65908 /.x;i 𧕉
65909 /y,bi 𧕊
65910 /,ybi 𧕊
65911 /i;fi 𧕋
65912 p.;/i 𧕌
65913 /,,;i 𧕍
65914 cqt/i 𧕎
65915 fle/i 𧕏
65916 qp//i 𧕐
65917 bgd/i 𧕑
65918 tge/i 𧕒
65919 /eqti 𧕓
65920 /eqai 𧕓
65921 /eqqi 𧕓
65922 /eqsi 𧕓
65923 y;j/i 𧕔
65924 ys//i 𧕕
65925 /zebi 𧕖
65926 /ev/i 𧕗
65927 /;/yi 𧕘
65928 i;p/i 𧕙
65929 /ykci 𧕚
65930 ;;p/i 𧕛
65931 aas/i 𧕜
65932 nn//i 𧕝
65933 lvw/i 𧕞
65934 /kybi 𧕟
65935 lu./i 𧕠
65936 l/./i 𧕠
65937 l/k/i 𧕠
65938 /kk/i 𧕠
65939 /.//i 𧕠
65940 /a/.i 𧕡
65941 y;d/i 𧕢
65942 kyd/i 𧕣
65943 .fp/i 𧕤
65944 /.fzi 𧕥
65945 ;;p/i 𧕦
65946 op./i 𧕧
65947 /fzxi 𧕨
65948 /fxxi 𧕨
65949 /faxi 𧕨
65950 /aeei 𧕩
65951 /qopi 𧕪
65952 /ppri 𧕫
65953 /yhii 𧕬
65954 /fqui 𧕭
65955 /y.yi 𧕮
65956 /ajqi 𧕯
65957 qdj/i 𧕰
65958 twj/i 𧕱
65959 kyd/i 𧕲
65960 /yuhi 𧕳
65961 /yufi 𧕳
65962 /yuzi 𧕳
65963 rzk/i 𧕴
65964 jaa/i 𧕵
65965 irl/i 𧕶
65966 fzp/i 𧕷
65967 g,l/i 𧕸
65968 axz/i 𧕹
65969 /kyhi 𧕺
65970 /nyqi 𧕻
65971 eza/i 𧕼
65972 qsq/i 𧕽
65973 rky/i 𧕾
65974 ee//i 𧕿
65975 xxa/i 𧖀
65976 yej/i 𧖁
65977 jd/ui 𧖂
65978 /eqhi 𧖃
65979 zfp/i 𧖄
65980 jjg/i 𧖅
65981 /erni 𧖆
65982 nw;/i 𧖇
65983 pqq/i 𧖈
65984 bqq/i 𧖉
65985 ykd/i 𧖊
65986 /epdi 𧖋
65987 //ggi 𧖌
65988 l/u,i 𧖍
65989 a/u,i 𧖍
65990 pqq/i 𧖎
65991 bqq/i 𧖏
65992 bql/i 𧖏
65993 /qdsi 𧖐
65994 tga/i 𧖑
65995 /qdxi 𧖒
65996 qji/i 𧖓
65997 qjk/i 𧖓
65998 aae/i 𧖔
65999 lp./i 𧖕
66000 /yxdi 𧖖
66001 /xydi 𧖖
66002 /y;xi 𧖗
66003 /yxoi 𧖘
66004 /xyoi 𧖘
66005 pxx/i 𧖙
66006 qdj/i 𧖚
66007 qsqqi 𧖛
66008 /z;ki 𧖜
66009 ky,/i 𧖝
66010 u,y/i 𧖞
66011 oso/i 𧖟
66012 eza/i 𧖠
66013 frk/i 𧖡
66014 eza/i 𧖢
66015 /yx/i 𧖣
66016 /xy/i 𧖣
66017 vpv/i 𧖤
66018 ojq/i 𧖥
66019 osz/i 𧖦
66020 luadi 𧖧
66021 luagi 𧖨
66022 lubi 𧖩
66023 lumi 𧖪
66024 lutki 𧖫
66025 aeaui 𧖬
66026 qalui 𧖬
66027 elui 𧖭
66028 lupi 𧖮
66029 zlui 𧖯
66030 luoji 𧖰
66031 luoji 𧖱
66032 lulvi 𧖲
66033 jqlui 𧖳
66034 .okui 𧖴
66035 lujsi 𧖵
66036 cjsui 𧖶
66037 lujni 𧖷
66038 pkjui 𧖸
66039 lua.i 𧖹
66040 ujsui 𧖺
66041 luqxi 𧖻
66042 lu.;i 𧖼
66043 pului 𧖽
66044 lugdi 𧖾
66045 luadi 𧖾
66046 lupfi 𧖿
66047 lurki 𧗀
66048 lursi 𧗀
66049 tf.ui 𧗁
66050 lupni 𧗂
66051 .tfui 𧗃
66052 qdtui 𧗄
66053 lurvi 𧗅
66054 fgcui 𧗆
66055 xxaxi 𧗇
66056 luzhi 𧗈
66057 cqhui 𧗉
66058 tr,ui 𧗊
66059 lux.i 𧗋
66060 lueii 𧗌
66061 iruui 𧗍
66062 fcuui 𧗎
66063 lu;mi 𧗏
66064 luq.i 𧗐
66065 lut.i 𧗐
66066 zifui 𧗑
66067 xxaxi 𧗒
66068 xxzui 𧗓
66069 xxaui 𧗓
66070 lukdi 𧗔
66071 olpui 𧗕
66072 zpuui 𧗖
66073 lulei 𧗗
66074 lulfi 𧗗
66075 fofui 𧗘
66076 tfjui 𧗙
66077 trjui 𧗙
66078 tfaui 𧗚
66079 traui 𧗚
66080 ypfui 𧗛
66081 ypfui 𧗜
66082 .lsdi 𧗝
66083 .sldi 𧗝
66084 .kadi 𧗞
66085 .kadi 𧗟
66086 .kadi 𧗠
66087 .akdi 𧗡
66088 .zsdi 𧗢
66089 .dadi 𧗣
66090 .lfdi 𧗤
66091 .radi 𧗥
66092 .afdi 𧗦
66093 .padi 𧗧
66094 .qsdi 𧗨
66095 z.adi 𧗩
66096 .aedi 𧗪
66097 ..zdi 𧗫
66098 osadi 𧗬
66099 .aadi 𧗭
66100 .t;di 𧗮
66101 .cadi 𧗯
66102 .czdi 𧗰
66103 .,adi 𧗱
66104 oradi 𧗲
66105 .dadi 𧗲
66106 .yadi 𧗳
66107 .bjdi 𧗴
66108 .yxdi 𧗵
66109 .yfdi 𧗶
66110 .f,di 𧗷
66111 .axdi 𧗸
66112 .ypdi 𧗹
66113 .kxdi 𧗺
66114 .jqdi 𧗻
66115 .dxdi 𧗼
66116 .jjdi 𧗽
66117 .jzdi 𧗾
66118 .yxdi 𧗿
66119 .wpdi 𧘀
66120 .pddi 𧘁
66121 .ypdi 𧘂
66122 ./mdi 𧘃
66123 .wadi 𧘄
66124 .r/di 𧘅
66125 .jjdi 𧘆
66126 lxi 𧘇
66127 ykgdi 𧘈
66128 ylxji 𧘉
66129 ylxsi 𧘊
66130 ykki 𧘋
66131 yklgi 𧘌
66132 ykgli 𧘌
66133 ykqi 𧘍
66134 yaaxi 𧘎
66135 yktgi 𧘏
66136 yklqi 𧘐
66137 yklhi 𧘑
66138 ykaki 𧘒
66139 ykkai 𧘒
66140 ykzki 𧘒
66141 ykzki 𧘓
66142 ykaci 𧘔
66143 ykeai 𧘕
66144 ykjki 𧘖
66145 ykjhi 𧘖
66146 ;ylxi 𧘗
66147 yafxi 𧘘
66148 yakxi 𧘙
66149 ykagi 𧘚
66150 ykawi 𧘛
66151 ykasi 𧘛
66152 yklfi 𧘜
66153 ylqxi 𧘝
66154 ykhfi 𧘞
66155 ykadi 𧘟
66156 ykydi 𧘟
66157 ykjxi 𧘠
66158 ykcli 𧘡
66159 ykawi 𧘢
66160 yksbi 𧘣
66161 yklxi 𧘤
66162 ykgri 𧘥
66163 yarxi 𧘦
66164 yklgi 𧘧
66165 ytgxi 𧘨
66166 hylxi 𧘩
66167 ykqli 𧘪
66168 ydaxi 𧘫
66169 ykfi 𧘬
66170 yigxi 𧘭
66171 ykhxi 𧘭
66172 y.dxi 𧘮
66173 ylxui 𧘯
66174 lrlxi 𧘰
66175 ykqqi 𧘱
66176 ykei 𧘲
66177 ykkxi 𧘳
66178 ajdxi 𧘴
66179 yjdxi 𧘴
66180 ykfxi 𧘵
66181 ykzxi 𧘵
66182 ykahi 𧘵
66183 yk.i 𧘶
66184 yk.ki 𧘷
66185 ykasi 𧘸
66186 ykzhi 𧘹
66187 yksbi 𧘺
66188 ykoi 𧘻
66189 yplxi 𧘼
66190 wbyxi 𧘽
66191 ykaxi 𧘾
66192 ykaei 𧘿
66193 ykyi 𧙀
66194 eqyxi 𧙁
66195 yktei 𧙂
66196 yqdxi 𧙃
66197 ykvai 𧙄
66198 ykq;i 𧙅
66199 yk.ki 𧙆
66200 yknsi 𧙇
66201 ykgqi 𧙈
66202 yddxi 𧙉
66203 ykpti 𧙊
66204 yk;ki 𧙋
66205 ylxsi 𧙌
66206 ozyxi 𧙍
66207 yl;xi 𧙎
66208 ypfxi 𧙏
66209 zfyxi 𧙐
66210 vayxi 𧙐
66211 qdyxi 𧙑
66212 ykafi 𧙒
66213 ykoei 𧙓
66214 ykbri 𧙔
66215 ykbqi 𧙔
66216 ykavi 𧙕
66217 ykf;i 𧙖
66218 ykz;i 𧙗
66219 ltsxi 𧙘
66220 yjdxi 𧙙
66221 ylxfi 𧙚
66222 ykzdi 𧙛
66223 hylxi 𧙜
66224 ykohi 𧙝
66225 ykvji 𧙞
66226 ykpxi 𧙟
66227 ykzxi 𧙠
66228 ykyci 𧙡
66229 ykaxi 𧙢
66230 ykzgi 𧙣
66231 yksvi 𧙤
66232 yklvi 𧙤
66233 ykgvi 𧙤
66234 ykjqi 𧙥
66235 yddxi 𧙦
66236 ykafi 𧙧
66237 karxi 𧙨
66238 klrxi 𧙨
66239 yamxi 𧙩
66240 yp;xi 𧙪
66241 ykaei 𧙫
66242 ypyxi 𧙬
66243 tgtxi 𧙭
66244 ykiei 𧙮
66245 izyxi 𧙯
66246 kzyxi 𧙯
66247 yqkxi 𧙰
66248 yksdi 𧙱
66249 ykrgi 𧙲
66250 i;yxi 𧙳
66251 ypyxi 𧙴
66252 ydaxi 𧙵
66253 nafxi 𧙶
66254 ykaei 𧙷
66255 ykaai 𧙸
66256 ykl;i 𧙹
66257 yk.qi 𧙺
66258 yktfi 𧙻
66259 ykzei 𧙼
66260 yk/i 𧙽
66261 kebxi 𧙾
66262 ykyxi 𧙿
66263 ykozi 𧚀
66264 yknsi 𧚁
66265 ykafi 𧚂
66266 yklxi 𧚃
66267 yklxi 𧚄
66268 ykhxi 𧚅
66269 ykffi 𧚆
66270 ykjsi 𧚇
66271 yktni 𧚈
66272 ykx.i 𧚉
66273 ykasi 𧚊
66274 yk.fi 𧚋
66275 yxrxi 𧚌
66276 yf,xi 𧚍
66277 yklfi 𧚎
66278 ykldi 𧚎
66279 ykv;i 𧚏
66280 qdjxi 𧚐
66281 ykqxi 𧚑
66282 ofrxi 𧚒
66283 ykodi 𧚓
66284 ykbfi 𧚔
66285 ykyhi 𧚕
66286 yk;ci 𧚖
66287 ykpgi 𧚗
66288 yklgi 𧚘
66289 yklli 𧚘
66290 ykkei 𧚙
66291 czhxi 𧚚
66292 hfhxi 𧚛
66293 hfcxi 𧚛
66294 yk.di 𧚜
66295 yk.ji 𧚜
66296 rylxi 𧚝
66297 yjkxi 𧚞
66298 ykbqi 𧚟
66299 arfxi 𧚠
66300 ljaxi 𧚡
66301 ykysi 𧚢
66302 pryxi 𧚣
66303 ykmxi 𧚤
66304 ykabi 𧚥
66305 ykzvi 𧚦
66306 ykyvi 𧚦
66307 ykjoi 𧚧
66308 ykaci 𧚨
66309 lvlxi 𧚩
66310 ykywi 𧚪
66311 ykrui 𧚫
66312 yknqi 𧚬
66313 ykifi 𧚭
66314 yklfi 𧚭
66315 ykkyi 𧚮
66316 yk.bi 𧚯
66317 ybbxi 𧚰
66318 yw;xi 𧚱
66319 wjaxi 𧚲
66320 ykoei 𧚳
66321 ykx/i 𧚴
66322 ,pyxi 𧚵
66323 kkpxi 𧚵
66324 ykrxi 𧚶
66325 ykloi 𧚷
66326 ykdfi 𧚸
66327 y;exi 𧚹
66328 ye;xi 𧚹
66329 ykeci 𧚺
66330 ykqpi 𧚻
66331 yki;i 𧚼
66332 ykk;i 𧚼
66333 ypaxi 𧚽
66334 y;;xi 𧚾
66335 aebxi 𧚿
66336 vvyxi 𧛀
66337 ylxxi 𧛁
66338 ykp;i 𧛂
66339 ykpvi 𧛃
66340 ykkxi 𧛄
66341 ykixi 𧛄
66342 ykyxi 𧛅
66343 ykcpi 𧛆
66344 ykqxi 𧛇
66345 ykifi 𧛈
66346 ylx.i 𧛉
66347 ykrpi 𧛊
66348 ykini 𧛋
66349 ykkni 𧛋
66350 ylxhi 𧛌
66351 ykzsi 𧛍
66352 ykdbi 𧛎
66353 ykixi 𧛏
66354 ykfxi 𧛏
66355 ykbri 𧛐
66356 ykari 𧛑
66357 yklzi 𧛒
66358 yke.i 𧛓
66359 ykrfi 𧛔
66360 ykrzi 𧛔
66361 ykpji 𧛕
66362 ykhsi 𧛖
66363 yknhi 𧛗
66364 ykaai 𧛘
66365 ykgai 𧛘
66366 y.bxi 𧛙
66367 ykpxi 𧛚
66368 ykkzi 𧛛
66369 rrfxi 𧛜
66370 yk..i 𧛝
66371 ykfui 𧛞
66372 ykpri 𧛟
66373 ykaxi 𧛠
66374 ykzxi 𧛡
66375 yka.i 𧛢
66376 etbxi 𧛣
66377 yklni 𧛤
66378 ykzri 𧛥
66379 ykyri 𧛥
66380 ajdxi 𧛦
66381 yjdxi 𧛦
66382 ;ymxi 𧛧
66383 ykjxi 𧛨
66384 ykf;i 𧛩
66385 ykn;i 𧛪
66386 yf;xi 𧛫
66387 dd;xi 𧛬
66388 ykf;i 𧛭
66389 ykvci 𧛮
66390 iuexi 𧛯
66391 ykbji 𧛰
66392 k;vxi 𧛱
66393 ljrxi 𧛲
66394 ykodi 𧛳
66395 yktki 𧛴
66396 wamxi 𧛵
66397 yk.hi 𧛶
66398 ykrxi 𧛷
66399 ykldi 𧛸
66400 ykkbi 𧛹
66401 ykbfi 𧛺
66402 ykfxi 𧛻
66403 yk.hi 𧛼
66404 baaxi 𧛽
66405 ykrui 𧛾
66406 ylvxi 𧛿
66407 ykjki 𧜀
66408 yk.bi 𧜁
66409 ykldi 𧜂
66410 yko,i 𧜃
66411 ykbfi 𧜄
66412 ykn;i 𧜅
66413 ykfxi 𧜆
66414 ykwsi 𧜇
66415 yuixi 𧜈
66416 yukxi 𧜈
66417 y;jxi 𧜉
66418 ylxpi 𧜊
66419 yk.fi 𧜋
66420 vj.xi 𧜌
66421 yaaxi 𧜍
66422 ykjxi 𧜍
66423 yknoi 𧜎
66424 yeexi 𧜏
66425 yksni 𧜐
66426 ykxsi 𧜐
66427 yk.di 𧜑
66428 ykffi 𧜒
66429 ykmui 𧜓
66430 ykbui 𧜔
66431 yklzi 𧜕
66432 ykfki 𧜖
66433 ykqki 𧜖
66434 ykg,i 𧜗
66435 yk;mi 𧜘
66436 ykqmi 𧜙
66437 o,yxi 𧜚
66438 ykhti 𧜛
66439 uizxi 𧜜
66440 ukzxi 𧜜
66441 ykvci 𧜝
66442 ykpbi 𧜞
66443 ykjxi 𧜟
66444 ykyfi 𧜠
66445 ykiui 𧜡
66446 yklni 𧜢
66447 ykl,i 𧜣
66448 qozxi 𧜤
66449 ykn,i 𧜥
66450 ykvni 𧜦
66451 ykzoi 𧜧
66452 yk.ni 𧜨
66453 ykqmi 𧜩
66454 youxi 𧜪
66455 yyqxi 𧜫
66456 ykl,i 𧜬
66457 ykbmi 𧜭
66458 yknbi 𧜮
66459 y.;xi 𧜯
66460 yky.i 𧜰
66461 ykawi 𧜱
66462 ykkui 𧜲
66463 ykbsi 𧜳
66464 yklsi 𧜳
66465 ykzsi 𧜴
66466 ykrdi 𧜵
66467 ykqri 𧜶
66468 baaxi 𧜷
66469 yjkxi 𧜸
66470 yk.ui 𧜹
66471 yke.i 𧜺
66472 opbxi 𧜻
66473 rkrxi 𧜼
66474 ykhci 𧜽
66475 ykbzi 𧜾
66476 ykfhi 𧜿
66477 ykpki 𧝀
66478 yk/bi 𧝁
66479 ykbmi 𧝂
66480 ykb;i 𧝃
66481 yka,i 𧝄
66482 ykibi 𧝅
66483 ykqpi 𧝆
66484 yktmi 𧝇
66485 ykk,i 𧝈
66486 ykc,i 𧝉
66487 ykyxi 𧝊
66488 yky.i 𧝋
66489 ykj,i 𧝌
66490 yktui 𧝍
66491 ykyri 𧝎
66492 zlvxi 𧝏
66493 yky;i 𧝐
66494 yqqxi 𧝑
66495 ykrki 𧝒
66496 ykafi 𧝓
66497 ykeai 𧝔
66498 yptxi 𧝕
66499 pt;xi 𧝖
66500 y;gxi 𧝗
66501 ykyxi 𧝘
66502 ykiji 𧝙
66503 bazxi 𧝚
66504 blzxi 𧝚
66505 koxxi 𧝛
66506 ykzci 𧝜
66507 ykvmi 𧝝
66508 ykxxi 𧝞
66509 cj;xi 𧝟
66510 ykr.i 𧝠
66511 ykl;i 𧝡
66512 ylmxi 𧝢
66513 qqqxi 𧝣
66514 ykroi 𧝤
66515 ykgxi 𧝥
66516 zeaxi 𧝦
66517 ykkxi 𧝧
66518 yky;i 𧝨
66519 yk.ji 𧝩
66520 ykahi 𧝪
66521 ykrdi 𧝫
66522 ,.yxi 𧝬
66523 ykzmi 𧝭
66524 yklni 𧝮
66525 ykaxi 𧝯
66526 yklgi 𧝰
66527 yknsi 𧝱
66528 yke.i 𧝲
66529 ykl.i 𧝳
66530 ykeji 𧝴
66531 ykfvi 𧝵
66532 ykfsi 𧝶
66533 orsxi 𧝷
66534 oqsxi 𧝷
66535 ykyyi 𧝸
66536 yuyhi 𧝹
66537 yuyfi 𧝹
66538 yuyzi 𧝹
66539 yvbxi 𧝺
66540 ylmxi 𧝻
66541 ykaei 𧝼
66542 ykpki 𧝽
66543 yo.xi 𧝾
66544 ykaai 𧝿
66545 ykqyi 𧞀
66546 ykaai 𧞁
66547 yklai 𧞁
66548 ybbxi 𧞂
66549 ykbfi 𧞃
66550 yklgi 𧞄
66551 ykrni 𧞅
66552 ykyfi 𧞆
66553 yk..i 𧞇
66554 p.axi 𧞈
66555 vbgxi 𧞉
66556 ykjfi 𧞊
66557 ykjqi 𧞊
66558 yknci 𧞋
66559 ykk,i 𧞌
66560 yknci 𧞍
66561 yk.ni 𧞎
66562 ykoki 𧞏
66563 qtexi 𧞐
66564 jaaxi 𧞐
66565 stgxi 𧞐
66566 ;;exi 𧞐
66567 ykc.i 𧞑
66568 vlvxi 𧞒
66569 ykyei 𧞓
66570 ykfui 𧞔
66571 aljxi 𧞕
66572 ykyei 𧞖
66573 yqtxi 𧞗
66574 yjaxi 𧞗
66575 ystxi 𧞗
66576 y;;xi 𧞗
66577 ykbni 𧞘
66578 a/rxi 𧞙
66579 ylmxi 𧞚
66580 ykrxi 𧞛
66581 or;xi 𧞜
66582 ykzdi 𧞝
66583 ykx,i 𧞞
66584 ykj;i 𧞟
66585 lj,.i 𧞠
66586 lja.i 𧞠
66587 wl,xi 𧞡
66588 qdjxi 𧞢
66589 ykzhi 𧞣
66590 ykfbi 𧞤
66591 ylxwi 𧞥
66592 ykj,i 𧞦
66593 yky,i 𧞧
66594 ykqki 𧞨
66595 ykcxi 𧞩
66596 ykwwi 𧞪
66597 ykqii 𧞫
66598 ykrxi 𧞬
66599 ykppi 𧞭
66600 ya.xi 𧞮
66601 yqqxi 𧞯
66602 ykzxi 𧞰
66603 ykzni 𧞰
66604 ykyxi 𧞱
66605 ykazi 𧞲
66606 ykzai 𧞲
66607 ykzpi 𧞲
66608 ykf,i 𧞳
66609 ylx;i 𧞴
66610 ykzmi 𧞵
66611 ykl,i 𧞶
66612 ykyxi 𧞷
66613 yk;ni 𧞸
66614 va.xi 𧞹
66615 vv;xi 𧞺
66616 y;;xi 𧞻
66617 yknxi 𧞼
66618 ykbni 𧞽
66619 ykphi 𧞾
66620 ykzei 𧞿
66621 yk;xi 𧟀
66622 ykgfi 𧟁
66623 yktai 𧟂
66624 ykd;i 𧟃
66625 ykyxi 𧟄
66626 ykrmi 𧟅
66627 ykf,i 𧟆
66628 ykifi 𧟇
66629 yko,i 𧟈
66630 yklui 𧟉
66631 ykp,i 𧟊
66632 ykfui 𧟋
66633 yk/yi 𧟌
66634 yk/,i 𧟍
66635 ykrmi 𧟎
66636 yxxxi 𧟏
66637 xyxxi 𧟏
66638 yka/i 𧟐
66639 ykn,i 𧟑
66640 ykoxi 𧟒
66641 yk;.i 𧟓
66642 ykvpi 𧟔
66643 ykpai 𧟕
66644 ykpwi 𧟕
66645 yklxi 𧟖
66646 ykyfi 𧟗
66647 ykxfi 𧟗
66648 ykqxi 𧟘
66649 ykzki 𧟙
66650 ykf/i 𧟚
66651 yosxi 𧟛
66652 ykvii 𧟜
66653 ykv,i 𧟜
66654 ykaii 𧟜
66655 yka,i 𧟜
66656 ykibi 𧟝
66657 ykyxi 𧟞
66658 yuqxi 𧟟
66659 a/ai 𧟠
66660 ajdai 𧟠
66661 ajeai 𧟠
66662 a/ai 𧟡
66663 sa/i 𧟢
66664 a/si 𧟣
66665 ajdsi 𧟣
66666 ajesi 𧟣
66667 a/fi 𧟤
66668 ajdfi 𧟤
66669 ajefi 𧟤
66670 a/fi 𧟥
66671 a/aei 𧟦
66672 a/zhi 𧟧
66673 a/lfi 𧟨
66674 a/ui 𧟩
66675 ajdui 𧟩
66676 ajeui 𧟩
66677 a/ahi 𧟪
66678 a/qdi 𧟫
66679 a/oai 𧟬
66680 ra/xi 𧟭
66681 a/pfi 𧟮
66682 a/rgi 𧟯
66683 l.awi 𧟰
66684 a/ubi 𧟱
66685 a/ooi 𧟲
66686 ajdoi 𧟲
66687 ajeoi 𧟲
66688 a/oui 𧟳
66689 ajdui 𧟳
66690 ajeui 𧟳
66691 a/ii 𧟴
66692 ajdii 𧟴
66693 ajeii 𧟴
66694 a/ubi 𧟵
66695 a/oui 𧟶
66696 ffa/i 𧟷
66697 a/kpi 𧟸
66698 a/pfi 𧟹
66699 ajdfi 𧟹
66700 ajefi 𧟹
66701 a/abi 𧟺
66702 ajebi 𧟺
66703 a/efi 𧟻
66704 apdfi 𧟻
66705 apefi 𧟻
66706 a/,ri 𧟼
66707 ajdri 𧟼
66708 ajeri 𧟼
66709 a/xqi 𧟽
66710 ajdqi 𧟽
66711 ajeqi 𧟽
66712 a/adi 𧟾
66713 ajedi 𧟾
66714 a/jri 𧟿
66715 ajdri 𧟿
66716 ajeri 𧟿
66717 abe.i 𧠀
66718 a/l.i 𧠀
66719 a/ffi 𧠁
66720 a/rfi 𧠁
66721 a/z.i 𧠂
66722 a/..i 𧠃
66723 ajd.i 𧠃
66724 aje.i 𧠃
66725 a/rei 𧠄
66726 ajdei 𧠄
66727 ajeei 𧠄
66728 a/asi 𧠅
66729 ajesi 𧠅
66730 a/.si 𧠅
66731 ljsi 𧠆
66732 duasi 𧠇
66733 bjsi 𧠈
66734 gdssi 𧠉
66735 jajsi 𧠊
66736 jsfi 𧠋
66737 jsaei 𧠋
66738 jsfi 𧠌
66739 sfjsi 𧠍
66740 ajdsi 𧠎
66741 yjdsi 𧠎
66742 zgssi 𧠏
66743 jsbdi 𧠐
66744 jslqi 𧠑
66745 lrjsi 𧠒
66746 arjsi 𧠒
66747 jkjsi 𧠓
66748 ..jsi 𧠔
66749 jshfi 𧠕
66750 jsqli 𧠖
66751 jspi 𧠗
66752 js.ki 𧠘
66753 .dksi 𧠙
66754 kjjsi 𧠚
66755 ejsi 𧠛
66756 x;jsi 𧠜
66757 k.jsi 𧠝
66758 gsjsi 𧠞
66759 oassi 𧠟
66760 tsasi 𧠠
66761 ogdsi 𧠡
66762 uajsi 𧠢
66763 gcjsi 𧠣
66764 tgesi 𧠤
66765 ajdsi 𧠥
66766 jsji 𧠦
66767 hbjsi 𧠧
66768 .oksi 𧠨
66769 rkjsi 𧠩
66770 eacsi 𧠪
66771 axrsi 𧠫
66772 ksosi 𧠬
66773 jsy.i 𧠭
66774 js;;i 𧠮
66775 r;jsi 𧠯
66776 ysosi 𧠰
66777 qmjsi 𧠱
66778 p;jsi 𧠲
66779 .jjsi 𧠳
66780 jsrhi 𧠴
66781 vjjsi 𧠵
66782 zujsi 𧠶
66783 yk.si 𧠷
66784 bvjsi 𧠸
66785 rrjsi 𧠹
66786 osjsi 𧠺
66787 jsyi 𧠻
66788 o;jsi 𧠼
66789 nlzsi 𧠽
66790 nazsi 𧠽
66791 .gfsi 𧠾
66792 u.jsi 𧠿
66793 qijsi 𧡀
66794 darsi 𧡁
66795 r,jsi 𧡂
66796 nzxsi 𧡃
66797 jsa.i 𧡄
66798 zazsi 𧡅
66799 zlzsi 𧡅
66800 jkjsi 𧡆
66801 jspbi 𧡇
66802 ;lrsi 𧡈
66803 ;arsi 𧡈
66804 jshhi 𧡉
66805 jshci 𧡉
66806 jsfhi 𧡉
66807 jsfci 𧡉
66808 kvasi 𧡊
66809 zrrsi 𧡋
66810 gujsi 𧡌
66811 vpjsi 𧡍
66812 osjsi 𧡎
66813 bbbsi 𧡏
66814 oz;si 𧡐
66815 epqsi 𧡑
66816 js.ki 𧡒
66817 .jbsi 𧡓
66818 rjasi 𧡔
66819 jsebi 𧡕
66820 kyjsi 𧡖
66821 yrfsi 𧡗
66822 raasi 𧡘
66823 r,jsi 𧡙
66824 fuasi 𧡚
66825 fjssi 𧡚
66826 vkksi 𧡛
66827 pujsi 𧡜
66828 jsjki 𧡝
66829 krrsi 𧡞
66830 icasi 𧡟
66831 ddasi 𧡠
66832 jqjsi 𧡡
66833 napsi 𧡢
66834 lv,si 𧡣
66835 gjfsi 𧡤
66836 rktsi 𧡥
66837 rkgsi 𧡥
66838 lefsi 𧡦
66839 noasi 𧡧
66840 nofsi 𧡧
66841 pacsi 𧡨
66842 .azsi 𧡩
66843 rqksi 𧡪
66844 raksi 𧡪
66845 bazsi 𧡫
66846 blzsi 𧡫
66847 lm.si 𧡬
66848 jspei 𧡭
66849 vjjsi 𧡮
66850 uozsi 𧡯
66851 paesi 𧡰
66852 ypjsi 𧡱
66853 zpjsi 𧡲
66854 .l;si 𧡳
66855 v/jsi 𧡴
66856 zaesi 𧡵
66857 porsi 𧡶
66858 jsmdi 𧡷
66859 js.di 𧡷
66860 qtesi 𧡸
66861 jaasi 𧡸
66862 stgsi 𧡸
66863 ;;esi 𧡸
66864 epksi 𧡹
66865 rlqsi 𧡺
66866 palsi 𧡻
66867 qdtsi 𧡼
66868 vkksi 𧡽
66869 .ofsi 𧡾
66870 mofsi 𧡾
66871 yavsi 𧡿
66872 a/vsi 𧢀
66873 jszhi 𧢁
66874 qozsi 𧢂
66875 p;dsi 𧢃
66876 a/asi 𧢄
66877 jsjni 𧢅
66878 zojsi 𧢆
66879 bblsi 𧢇
66880 e;jsi 𧢈
66881 .dysi 𧢉
66882 lhksi 𧢉
66883 jskki 𧢊
66884 bbksi 𧢋
66885 lj,si 𧢌
66886 ljasi 𧢌
66887 ,.jsi 𧢍
66888 v..si 𧢎
66889 ezrsi 𧢏
66890 k/psi 𧢐
66891 jsepi 𧢑
66892 os.si 𧢒
66893 os.si 𧢓
66894 vjmsi 𧢔
66895 ejksi 𧢕
66896 fatsi 𧢖
66897 ohjsi 𧢗
66898 nbmsi 𧢘
66899 jstui 𧢙
66900 rkksi 𧢚
66901 r,rsi 𧢚
66902 jjjsi 𧢛
66903 jsjsi 𧢛
66904 v..si 𧢜
66905 zfpsi 𧢝
66906 gujsi 𧢞
66907 eijsi 𧢟
66908 jsd.i 𧢠
66909 jso.i 𧢡
66910 i;;si 𧢢
66911 v..si 𧢣
66912 jsf.i 𧢤
66913 z;;si 𧢥
66914 leesi 𧢦
66915 dkysi 𧢧
66916 olpsi 𧢨
66917 jjksi 𧢩
66918 kpcsi 𧢪
66919 leesi 𧢫
66920 rrrsi 𧢬
66921 jjksi 𧢭
66922 ajksi 𧢮
66923 f;;si 𧢯
66924 f;;si 𧢰
66925 z;;si 𧢱
66926 jjkki 𧢲
66927 jsi 𧢳
66928 jadi 𧢴
66929 jagi 𧢵
66930 jqi 𧢶
66931 jbhi 𧢷
66932 jqi 𧢸
66933 jjdi 𧢹
66934 jtgi 𧢺
66935 jofi 𧢻
66936 xji 𧢼
66937 jkqi 𧢽
66938 jqsi 𧢾
66939 jajdi 𧢿
66940 jyjdi 𧢿
66941 jebi 𧣀
66942 jjsi 𧣁
66943 jzgsi 𧣂
66944 jtdsi 𧣃
66945 jfbi 𧣄
66946 qqji 𧣅
66947 eji 𧣆
66948 jsbi 𧣇
66949 jofi 𧣈
66950 dji 𧣉
66951 joi 𧣊
66952 jkei 𧣋
66953 ,ji 𧣌
66954 jjsi 𧣍
66955 jaxi 𧣎
66956 jlaai 𧣏
66957 jlki 𧣏
66958 jqdli 𧣐
66959 jrai 𧣑
66960 jqti 𧣒
66961 jyri 𧣓
66962 jgi 𧣔
66963 jpki 𧣕
66964 jnqi 𧣖
66965 jf;i 𧣗
66966 jajli 𧣘
66967 jyxi 𧣙
66968 jtgki 𧣚
66969 j/i 𧣛
66970 joai 𧣜
66971 joei 𧣝
66972 juai 𧣞
66973 jogsi 𧣟
66974 jaei 𧣠
66975 mmji 𧣡
66976 jtxi 𧣢
66977 jmmi 𧣣
66978 jpqi 𧣤
66979 jkxsi 𧣥
66980 jyk.i 𧣦
66981 jztgi 𧣧
66982 jzaxi 𧣨
66983 j.zdi 𧣩
66984 jcui 𧣪
66985 j;ci 𧣫
66986 jjuai 𧣬
66987 j.i 𧣭
66988 japi 𧣮
66989 ooji 𧣯
66990 jajai 𧣰
66991 jaxxi 𧣱
66992 jap.i 𧣲
66993 jkk;i 𧣳
66994 jaxxi 𧣴
66995 jijfi 𧣵
66996 jdasi 𧣶
66997 jjr;i 𧣷
66998 jbbbi 𧣸
66999 j,,i 𧣹
67000 jepfi 𧣺
67001 jbf;i 𧣻
67002 jqaxi 𧣼
67003 jkyi 𧣽
67004 jesi 𧣾
67005 jyfi 𧣿
67006 jy;ci 𧤀
67007 jrk.i 𧤁
67008 rk.ji 𧤂
67009 jpaei 𧤃
67010 jdksi 𧤄
67011 jkdsi 𧤄
67012 qaxji 𧤅
67013 jtgci 𧤆
67014 jzvi 𧤇
67015 jyxvi 𧤇
67016 jrvi 𧤈
67017 j;sui 𧤉
67018 oajji 𧤊
67019 ofjji 𧤊
67020 jxxfi 𧤋
67021 jzmmi 𧤌
67022 jykdi 𧤍
67023 jnaai 𧤎
67024 j;aei 𧤏
67025 jm;i 𧤐
67026 ozji 𧤑
67027 jrfi 𧤒
67028 jzqui 𧤓
67029 jbsbi 𧤔
67030 jipi 𧤕
67031 jpaxi 𧤖
67032 jdaei 𧤗
67033 pacji 𧤘
67034 lv,ji 𧤙
67035 jypci 𧤚
67036 jzlvi 𧤛
67037 jqjdi 𧤜
67038 jodpi 𧤝
67039 jolpi 𧤝
67040 jykhi 𧤞
67041 jo,i 𧤟
67042 jmqvi 𧤠
67043 jax.i 𧤡
67044 jjlgi 𧤢
67045 jjgli 𧤢
67046 jfpfi 𧤣
67047 jkygi 𧤤
67048 jkyli 𧤤
67049 jey.i 𧤥
67050 jz;;i 𧤦
67051 jesbi 𧤧
67052 jpnwi 𧤨
67053 j/ci 𧤩
67054 jkygi 𧤪
67055 jkyli 𧤪
67056 j.eki 𧤫
67057 jltei 𧤬
67058 tdsfi 𧤭
67059 tdsqi 𧤭
67060 jz;;i 𧤮
67061 jpqxi 𧤯
67062 jqifi 𧤰
67063 jfyfi 𧤱
67064 ja.,i 𧤲
67065 jatli 𧤳
67066 rbsji 𧤴
67067 jqdri 𧤵
67068 ja.ni 𧤶
67069 j.a.i 𧤷
67070 jlp.i 𧤸
67071 okyji 𧤹
67072 jzrpi 𧤺
67073 jzrhi 𧤺
67074 jfafi 𧤻
67075 jrffi 𧤻
67076 jziki 𧤼
67077 jeui 𧤽
67078 jbg;i 𧤾
67079 jdabi 𧤿
67080 qqaji 𧥀
67081 jjo;i 𧥁
67082 jjq;i 𧥁
67083 jbbci 𧥂
67084 jti.i 𧥃
67085 j;axi 𧥄
67086 jdkgi 𧥅
67087 jdkli 𧥅
67088 vaj;i 𧥆
67089 jdoxi 𧥇
67090 jqdui 𧥈
67091 jy;.i 𧥉
67092 j/cki 𧥊
67093 jbbyi 𧥋
67094 jnrki 𧥌
67095 jyq,i 𧥍
67096 jjjbi 𧥎
67097 jky;i 𧥏
67098 jirxi 𧥐
67099 jizxi 𧥐
67100 qaxji 𧥑
67101 jj;hi 𧥒
67102 jjphi 𧥒
67103 jj;hi 𧥓
67104 tds/i 𧥔
67105 jeqti 𧥕
67106 jeqai 𧥕
67107 jeqqi 𧥕
67108 jeqsi 𧥕
67109 jajqi 𧥖
67110 jajqi 𧥗
67111 jky/i 𧥘
67112 zqxbi 𧥙
67113 zqxji 𧥚
67114 yaaji 𧥛
67115 yaadi 𧥜
67116 gyi 𧥝
67117 ydi 𧥞
67118 ygi 𧥟
67119 lsyi 𧥠
67120 slyi 𧥠
67121 ybi 𧥡
67122 zyi 𧥢
67123 y;i 𧥣
67124 ybi 𧥤
67125 wyi 𧥥
67126 yaagi 𧥦
67127 myi 𧥧
67128 yfsi 𧥨
67129 yzsi 𧥩
67130 yqdi 𧥪
67131 ylqi 𧥫
67132 yqi 𧥫
67133 ylsi 𧥬
67134 yalsi 𧥭
67135 yasli 𧥭
67136 yawi 𧥮
67137 yqdhi 𧥯
67138 yqci 𧥯
67139 yklgi 𧥰
67140 ykgli 𧥰
67141 yzi 𧥱
67142 l.yi 𧥲
67143 ydai 𧥳
67144 yoji 𧥴
67145 ypi 𧥵
67146 yari 𧥶
67147 yoi 𧥷
67148 yoasi 𧥷
67149 yofi 𧥸
67150 yfi 𧥹
67151 ylaai 𧥺
67152 ylki 𧥺
67153 laayi 𧥻
67154 yaaxi 𧥼
67155 aakyi 𧥽
67156 yaxi 𧥾
67157 cyi 𧥿
67158 ybbi 𧦀
67159 ykki 𧦁
67160 ygzi 𧦂
67161 ybgdi 𧦃
67162 yoasi 𧦄
67163 yq.i 𧦅
67164 ybdi 𧦆
67165 myi 𧦇
67166 ygi 𧦈
67167 yaegi 𧦉
67168 pyi 𧦊
67169 yci 𧦋
67170 yoi 𧦌
67171 yl.i 𧦍
67172 yl;i 𧦎
67173 yajsi 𧦏
67174 y.dki 𧦐
67175 yysi 𧦑
67176 ytgai 𧦒
67177 ydi 𧦓
67178 syfi 𧦔
67179 yfsi 𧦕
67180 yldsi 𧦖
67181 uyi 𧦗
67182 yjbi 𧦘
67183 bdyi 𧦙
67184 yaxi 𧦚
67185 ylbi 𧦛
67186 ykci 𧦜
67187 ylii 𧦝
67188 yzjdi 𧦞
67189 ylni 𧦟
67190 yzgsi 𧦠
67191 yzafi 𧦡
67192 y;agi 𧦢
67193 yywi 𧦣
67194 yb;i 𧦤
67195 szyi 𧦥
67196 yjri 𧦦
67197 yogsi 𧦧
67198 ymci 𧦨
67199 yqgsi 𧦩
67200 qbyi 𧦪
67201 yei 𧦫
67202 qsyi 𧦬
67203 ykgsi 𧦭
67204 ytgki 𧦮
67205 ytdbi 𧦮
67206 ytlbi 𧦮
67207 yal.i 𧦯
67208 yyi 𧦰
67209 nkyi 𧦱
67210 b;yi 𧦲
67211 ygi 𧦳
67212 byi 𧦴
67213 ypi 𧦵
67214 ylqi 𧦶
67215 yl.si 𧦷
67216 afjyi 𧦸
67217 yvai 𧦹
67218 yoai 𧦺
67219 ylkgi 𧦻
67220 y.xki 𧦼
67221 yjci 𧦽
67222 ytdbi 𧦾
67223 yajki 𧦿
67224 yqhi 𧧀
67225 mgsyi 𧧁
67226 yoci 𧧂
67227 qd;yi 𧧃
67228 yyswi 𧧄
67229 yq.i 𧧅
67230 ylei 𧧆
67231 ylgvi 𧧇
67232 yglvi 𧧇
67233 ysvi 𧧇
67234 yxi 𧧈
67235 ynlqi 𧧉
67236 y.asi 𧧊
67237 yamei 𧧋
67238 yeaci 𧧌
67239 ya/i 𧧍
67240 yeaci 𧧎
67241 w;yi 𧧏
67242 yzaxi 𧧐
67243 yzhxi 𧧐
67244 nyi 𧧑
67245 yvji 𧧒
67246 ylui 𧧓
67247 ylmi 𧧔
67248 yngfi 𧧕
67249 yoi 𧧖
67250 y.dsi 𧧗
67251 yjtsi 𧧘
67252 mybi 𧧙
67253 yjfi 𧧚
67254 yjaai 𧧛
67255 yj..i 𧧜
67256 yzqli 𧧝
67257 .ybi 𧧞
67258 yrxi 𧧟
67259 ytti 𧧠
67260 ykkxi 𧧡
67261 yysoi 𧧢
67262 yy.di 𧧣
67263 yizi 𧧤
67264 ypfi 𧧥
67265 ypei 𧧥
67266 ylj;i 𧧦
67267 j..yi 𧧧
67268 ysvi 𧧨
67269 ylgvi 𧧨
67270 yglvi 𧧨
67271 yyci 𧧩
67272 ytfi 𧧪
67273 ybqi 𧧫
67274 ryxi 𧧬
67275 y.qi 𧧭
67276 yyswi 𧧮
67277 ycasi 𧧯
67278 yqddi 𧧰
67279 ytdi 𧧱
67280 ylrsi 𧧲
67281 yarsi 𧧲
67282 yzqi 𧧳
67283 yksni 𧧴
67284 yzkki 𧧵
67285 yivi 𧧶
67286 yf,hi 𧧷
67287 y;lei 𧧸
67288 y;bei 𧧸
67289 k;kyi 𧧹
67290 yqqri 𧧺
67291 ykoei 𧧻
67292 ynmai 𧧼
67293 ynaai 𧧼
67294 y.fi 𧧽
67295 ymi 𧧾
67296 ..gyi 𧧿
67297 ykkri 𧨀
67298 irlyi 𧨁
67299 ifzyi 𧨁
67300 ykqdi 𧨂
67301 yrci 𧨃
67302 yfagi 𧨄
67303 fryi 𧨅
67304 yzoi 𧨆
67305 yyxoi 𧨆
67306 ybvi 𧨇
67307 qkkyi 𧨈
67308 yysri 𧨉
67309 yzoei 𧨊
67310 yjaei 𧨋
67311 yzzai 𧨌
67312 k;kyi 𧨍
67313 ynasi 𧨎
67314 yjuai 𧨏
67315 yy.wi 𧨐
67316 yy;di 𧨑
67317 yap.i 𧨒
67318 ypbi 𧨓
67319 yfysi 𧨔
67320 yj;si 𧨕
67321 yjpsi 𧨕
67322 yji 𧨖
67323 yaf,i 𧨗
67324 yaf.i 𧨘
67325 yrrsi 𧨙
67326 ypri 𧨚
67327 yjqi 𧨛
67328 yxui 𧨜
67329 yjk;i 𧨝
67330 y.zi 𧨞
67331 yyi 𧨟
67332 ynkbi 𧨠
67333 ytl;i 𧨡
67334 yfafi 𧨢
67335 jk;yi 𧨣
67336 ypqi 𧨤
67337 yokpi 𧨥
67338 yiui 𧨦
67339 ykaui 𧨦
67340 tzqyi 𧨧
67341 ynldi 𧨨
67342 yazci 𧨩
67343 ylzci 𧨩
67344 yebui 𧨪
67345 yzifi 𧨫
67346 ypaei 𧨬
67347 qdtyi 𧨭
67348 ylefi 𧨮
67349 yzvi 𧨯
67350 yyxvi 𧨯
67351 yoaei 𧨰
67352 yofei 𧨰
67353 ynoai 𧨱
67354 ynohi 𧨱
67355 cj;yi 𧨲
67356 yepfi 𧨳
67357 yqtdi 𧨴
67358 yzodi 𧨵
67359 yflzi 𧨶
67360 yeui 𧨷
67361 yjrki 𧨸
67362 ywci 𧨹
67363 ytci 𧨹
67364 yyxi 𧨺
67365 krkyi 𧨻
67366 yepmi 𧨼
67367 ytkhi 𧨽
67368 yjkvi 𧨾
67369 yqlpi 𧨿
67370 ykmmi 𧩀
67371 cyci 𧩁
67372 yaahi 𧩂
67373 yf..i 𧩃
67374 yakqi 𧩄
67375 ynq.i 𧩅
67376 yqtri 𧩆
67377 ynlbi 𧩇
67378 yngki 𧩇
67379 ygzhi 𧩈
67380 yntki 𧩉
67381 yzkgi 𧩊
67382 vvyi 𧩋
67383 ygfui 𧩌
67384 yptki 𧩍
67385 ypl.i 𧩎
67386 jzkyi 𧩏
67387 kjzyi 𧩏
67388 yeki 𧩐
67389 y;sui 𧩑
67390 y.szi 𧩒
67391 yl.ni 𧩓
67392 ynifi 𧩔
67393 yywi 𧩕
67394 ygrri 𧩖
67395 yqzsi 𧩗
67396 yg..i 𧩘
67397 ypabi 𧩙
67398 yzci 𧩚
67399 ylpgi 𧩛
67400 yrvi 𧩜
67401 youi 𧩝
67402 aebyi 𧩞
67403 ykxni 𧩟
67404 ysapi 𧩠
67405 ycj;i 𧩡
67406 yeq;i 𧩢
67407 ywl.i 𧩣
67408 ywlmi 𧩣
67409 ywlhi 𧩣
67410 yalei 𧩤
67411 av.yi 𧩥
67412 yagai 𧩦
67413 ygdai 𧩦
67414 ynrbi 𧩧
67415 yktzi 𧩨
67416 yjzzi 𧩩
67417 yl.ni 𧩪
67418 yzmmi 𧩫
67419 yalmi 𧩬
67420 yzqui 𧩭
67421 ynkbi 𧩮
67422 ynidi 𧩯
67423 ynkni 𧩰
67424 ybifi 𧩱
67425 yblfi 𧩱
67426 yv;ei 𧩲
67427 yfoei 𧩳
67428 ybqvi 𧩴
67429 yhdyi 𧩵
67430 yhlyi 𧩵
67431 yfjzi 𧩶
67432 yrjzi 𧩶
67433 ymgni 𧩷
67434 yi;fi 𧩸
67435 yhosi 𧩹
67436 y.txi 𧩺
67437 yzazi 𧩻
67438 yzlzi 𧩻
67439 yax.i 𧩼
67440 yyefi 𧩽
67441 qdtyi 𧩾
67442 ytgki 𧩿
67443 ytsqi 𧪀
67444 yogni 𧪁
67445 ylpfi 𧪂
67446 ykyi 𧪃
67447 ykyi 𧪄
67448 ywbni 𧪅
67449 yfqdi 𧪆
67450 yzaei 𧪇
67451 yiuei 𧪈
67452 yzyxi 𧪉
67453 ye;,i 𧪊
67454 yfnli 𧪋
67455 yetci 𧪌
67456 ypui 𧪍
67457 y/ui 𧪍
67458 y;/i 𧪎
67459 ypaxi 𧪏
67460 yfaii 𧪐
67461 ylvpi 𧪑
67462 ylpci 𧪒
67463 ypmi 𧪓
67464 /jjyi 𧪔
67465 yetbi 𧪕
67466 yaqxi 𧪖
67467 ylfdi 𧪗
67468 yirqi 𧪘
67469 yizqi 𧪘
67470 ydlei 𧪙
67471 ydqii 𧪚
67472 yl,i 𧪛
67473 yidui 𧪜
67474 ylvqi 𧪝
67475 yrxui 𧪞
67476 y/ci 𧪟
67477 yhozi 𧪠
67478 yrlpi 𧪡
67479 yo,i 𧪢
67480 ygc,i 𧪣
67481 ye.i 𧪤
67482 y.edi 𧪥
67483 ypbbi 𧪦
67484 yqtai 𧪧
67485 yjaai 𧪧
67486 ystai 𧪧
67487 y;;ai 𧪧
67488 yg,i 𧪨
67489 yljni 𧪩
67490 yjzui 𧪪
67491 ylpqi 𧪫
67492 myxi 𧪬
67493 yohpi 𧪭
67494 yfzgi 𧪮
67495 y;dei 𧪯
67496 irlyi 𧪰
67497 izqyi 𧪰
67498 ylpgi 𧪱
67499 yleni 𧪲
67500 ylpni 𧪳
67501 y.dri 𧪴
67502 oxyi 𧪵
67503 ynffi 𧪶
67504 r.yoi 𧪷
67505 yrari 𧪸
67506 yaari 𧪸
67507 yfdri 𧪸
67508 ynyfi 𧪹
67509 yieei 𧪺
67510 yiddi 𧪺
67511 yifdi 𧪺
67512 yyyi 𧪻
67513 y;mi 𧪼
67514 yacpi 𧪽
67515 yaxpi 𧪽
67516 ygfxi 𧪾
67517 yrjri 𧪿
67518 yykxi 𧫀
67519 yr;xi 𧫁
67520 yqgfi 𧫂
67521 rkcyi 𧫃
67522 yz.i 𧫄
67523 yeoi 𧫅
67524 ycjsi 𧫆
67525 ywmi 𧫇
67526 yui;i 𧫈
67527 yrrni 𧫉
67528 qasyi 𧫊
67529 qaxyi 𧫊
67530 iduyi 𧫋
67531 yeuei 𧫌
67532 yljri 𧫍
67533 yaa;i 𧫎
67534 ykj;i 𧫎
67535 oxyi 𧫏
67536 yxcui 𧫐
67537 yllbi 𧫑
67538 ylgki 𧫑
67539 ynyfi 𧫒
67540 yephi 𧫓
67541 yeeri 𧫔
67542 ymaci 𧫕
67543 ypxi 𧫖
67544 yz..i 𧫗
67545 ysysi 𧫘
67546 yypsi 𧫙
67547 yrjdi 𧫚
67548 yirbi 𧫛
67549 bqsyi 𧫜
67550 lpqyi 𧫜
67551 ylp.i 𧫝
67552 ybzi 𧫞
67553 ykyzi 𧫟
67554 yrari 𧫠
67555 ynkri 𧫡
67556 yysri 𧫢
67557 v;.yi 𧫣
67558 ypffi 𧫤
67559 yprfi 𧫤
67560 ynzsi 𧫥
67561 qozyi 𧫦
67562 yigpi 𧫧
67563 ykhpi 𧫧
67564 yitpi 𧫧
67565 yndji 𧫨
67566 yrjki 𧫩
67567 yeoki 𧫪
67568 ytubi 𧫫
67569 qk.yi 𧫬
67570 qc.yi 𧫬
67571 yzzpi 𧫭
67572 yblfi 𧫮
67573 ybifi 𧫮
67574 eqnyi 𧫯
67575 ynaci 𧫰
67576 yypfi 𧫱
67577 ygddi 𧫲
67578 ygfdi 𧫲
67579 ygeei 𧫲
67580 yzexi 𧫳
67581 yf;ri 𧫴
67582 yizfi 𧫵
67583 ykzfi 𧫵
67584 ydifi 𧫶
67585 v;jyi 𧫷
67586 yltbi 𧫸
67587 jzkbi 𧫹
67588 yaaui 𧫺
67589 ykjui 𧫺
67590 yv;ni 𧫻
67591 ynvvi 𧫼
67592 ynr,i 𧫽
67593 yy;hi 𧫾
67594 ytqhi 𧫿
67595 yxxxi 𧬀
67596 yljfi 𧬁
67597 yb;mi 𧬂
67598 yeeei 𧬃
67599 y.ozi 𧬄
67600 ybrpi 𧬅
67601 ybrhi 𧬅
67602 yir;i 𧬆
67603 yif;i 𧬆
67604 yvqii 𧬇
67605 yi;bi 𧬈
67606 pddyi 𧬉
67607 rakyi 𧬊
67608 ybtbi 𧬋
67609 y;;di 𧬌
67610 yyk;i 𧬍
67611 yzlvi 𧬎
67612 yfzfi 𧬏
67613 yfzhi 𧬏
67614 yalei 𧬐
67615 kkkyi 𧬑
67616 yp/hi 𧬒
67617 zifyi 𧬓
67618 yravi 𧬔
67619 yf;fi 𧬕
67620 yfb.i 𧬖
67621 yravi 𧬗
67622 yepi 𧬘
67623 ynqpi 𧬙
67624 ypfti 𧬚
67625 yjp.i 𧬛
67626 yj;.i 𧬛
67627 yraoi 𧬜
67628 yfbmi 𧬝
67629 yzaxi 𧬞
67630 yeqfi 𧬟
67631 ylvci 𧬠
67632 ylkri 𧬡
67633 ykkai 𧬡
67634 ykkpi 𧬢
67635 ypyxi 𧬣
67636 yypri 𧬤
67637 yrlti 𧬥
67638 yjtdi 𧬦
67639 y.tdi 𧬦
67640 yfbzi 𧬧
67641 yezxi 𧬨
67642 yazai 𧬩
67643 ylzai 𧬩
67644 yjqni 𧬪
67645 yiu,i 𧬫
67646 ycavi 𧬬
67647 yqqdi 𧬭
67648 ya;di 𧬭
67649 yjjzi 𧬮
67650 ynrsi 𧬯
67651 xhbyi 𧬰
67652 sxhyi 𧬰
67653 yeqdi 𧬱
67654 ybcdi 𧬲
67655 y/zfi 𧬳
67656 yp.ui 𧬴
67657 ynkfi 𧬵
67658 yg..i 𧬶
67659 yea.i 𧬷
67660 yizyi 𧬸
67661 ykzyi 𧬸
67662 ypfii 𧬹
67663 ypeii 𧬹
67664 yfdii 𧬹
67665 ydfii 𧬹
67666 yffii 𧬹
67667 yfydi 𧬺
67668 yrini 𧬻
67669 yaeri 𧬼
67670 ysl,i 𧬽
67671 ysa,i 𧬽
67672 yxxyi 𧬾
67673 xyxyi 𧬾
67674 ylfdi 𧬿
67675 yl;ei 𧭀
67676 ddkyi 𧭁
67677 ynmci 𧭂
67678 zzjyi 𧭃
67679 ywovi 𧭄
67680 yqdri 𧭅
67681 yi;fi 𧭆
67682 ylphi 𧭇
67683 ynndi 𧭈
67684 yak.i 𧭉
67685 yfj.i 𧭊
67686 ybyni 𧭋
67687 yalhi 𧭌
67688 yae.i 𧭍
67689 yaeki 𧭍
67690 ykczi 𧭎
67691 yr;ri 𧭏
67692 qozyi 𧭐
67693 yjjki 𧭑
67694 ojqyi 𧭒
67695 y,,,i 𧭓
67696 lmbyi 𧭔
67697 y.adi 𧭕
67698 yfrxi 𧭖
67699 yqdui 𧭗
67700 yyypi 𧭘
67701 ycj.i 𧭙
67702 yyksi 𧭚
67703 yyyi 𧭛
67704 yepni 𧭜
67705 yfmci 𧭝
67706 yw/wi 𧭞
67707 ywpwi 𧭞
67708 ybcni 𧭟
67709 yno,i 𧭠
67710 yzfmi 𧭡
67711 ycjmi 𧭢
67712 y.fsi 𧭣
67713 yprci 𧭤
67714 ylpvi 𧭥
67715 yxlvi 𧭥
67716 yjjbi 𧭦
67717 ynrni 𧭧
67718 kkkyi 𧭨
67719 yrkri 𧭩
67720 yr,ri 𧭩
67721 yrkdi 𧭪
67722 yfadi 𧭪
67723 yy;fi 𧭫
67724 yjjei 𧭬
67725 zszyi 𧭭
67726 xakyi 𧭭
67727 axkyi 𧭭
67728 yljhi 𧭮
67729 ykkqi 𧭯
67730 ynrki 𧭰
67731 ya/ni 𧭱
67732 yqp,i 𧭲
67733 qdqyi 𧭳
67734 y/rxi 𧭴
67735 yoxvi 𧭵
67736 yzqxi 𧭶
67737 yu,pi 𧭷
67738 yemai 𧭸
67739 ecayi 𧭹
67740 yy;fi 𧭺
67741 yzqyi 𧭻
67742 yyvsi 𧭼
67743 yfeyi 𧭽
67744 yokmi 𧭾
67745 /jjyi 𧭿
67746 /kkyi 𧮀
67747 yfmbi 𧮁
67748 yospi 𧮂
67749 yre,i 𧮃
67750 yr;,i 𧮃
67751 ydkdi 𧮄
67752 y/qni 𧮅
67753 ymmwi 𧮆
67754 yfpni 𧮇
67755 ynrci 𧮈
67756 yfkgi 𧮉
67757 yoxyi 𧮊
67758 ydkdi 𧮋
67759 yxxsi 𧮌
67760 xyxsi 𧮌
67761 yeypi 𧮍
67762 ynryi 𧮎
67763 yolmi 𧮏
67764 t.qyi 𧮐
67765 yepbi 𧮑
67766 yqopi 𧮒
67767 yoxyi 𧮓
67768 ypd,i 𧮔
67769 yeg,i 𧮕
67770 yoski 𧮖
67771 yyyni 𧮗
67772 yjqqi 𧮘
67773 caiyi 𧮙
67774 yfp/i 𧮚
67775 yy.yi 𧮛
67776 y;;bi 𧮜
67777 cecyi 𧮝
67778 yjjbi 𧮞
67779 iryyi 𧮟
67780 ynvpi 𧮠
67781 ynkmi 𧮡
67782 yppxi 𧮢
67783 mymyi 𧮣
67784 mmyyi 𧮣
67785 yqdsi 𧮤
67786 ;;;yi 𧮥
67787 yyyyi 𧮦
67788 yfe/i 𧮧
67789 yy;xi 𧮨
67790 yuqyi 𧮩
67791 ye;i 𧮪
67792 kk;i 𧮫
67793 kk;fi 𧮬
67794 kk;zi 𧮬
67795 kk;hi 𧮭
67796 kk;fi 𧮮
67797 zxk;i 𧮯
67798 kk;gi 𧮰
67799 kk;ji 𧮱
67800 ejk;i 𧮲
67801 kk;ai 𧮳
67802 kk;;i 𧮴
67803 kk;;i 𧮵
67804 kk;qi 𧮶
67805 kk;di 𧮷
67806 eglbi 𧮸
67807 ebabi 𧮸
67808 kk;gi 𧮹
67809 kk;xi 𧮺
67810 kk;;i 𧮻
67811 y.d;i 𧮼
67812 kk;si 𧮽
67813 .zk;i 𧮾
67814 kk;;i 𧮿
67815 kk;zi 𧯀
67816 kk;zi 𧯁
67817 kk;zi 𧯂
67818 kk;xi 𧯃
67819 lvp;i 𧯄
67820 kk;pi 𧯅
67821 kk;;i 𧯆
67822 kk;si 𧯇
67823 kk;ci 𧯈
67824 nkk;i 𧯉
67825 kk;ci 𧯊
67826 kk;li 𧯋
67827 kk;fi 𧯌
67828 kk;bi 𧯍
67829 kk;ui 𧯎
67830 zlv;i 𧯏
67831 kk;li 𧯐
67832 kk;pi 𧯑
67833 kk;pi 𧯒
67834 kk;di 𧯓
67835 kk;di 𧯔
67836 kk;fi 𧯔
67837 kk;ji 𧯕
67838 kk;ji 𧯖
67839 kk;zi 𧯗
67840 kk;.i 𧯘
67841 kk;ki 𧯙
67842 kqii 𧯚
67843 i;ii 𧯚
67844 dqii 𧯛
67845 nqii 𧯜
67846 qilqi 𧯝
67847 qioi 𧯞
67848 zqii 𧯟
67849 qil;i 𧯠
67850 mgsii 𧯡
67851 gcqii 𧯢
67852 rkqii 𧯣
67853 qioei 𧯤
67854 rqixi 𧯥
67855 izqii 𧯦
67856 kzqii 𧯦
67857 rqaii 𧯧
67858 rqqii 𧯧
67859 qimmi 𧯨
67860 qi;ci 𧯩
67861 qikli 𧯪
67862 bqidi 𧯫
67863 qiaqi 𧯬
67864 mqifi 𧯭
67865 ffqii 𧯮
67866 qirki 𧯯
67867 qijoi 𧯰
67868 qiqxi 𧯱
67869 qivki 𧯲
67870 nmgii 𧯳
67871 vvqii 𧯴
67872 qizfi 𧯵
67873 dqidi 𧯶
67874 fgcii 𧯷
67875 vqibi 𧯸
67876 ypqii 𧯹
67877 yk.ii 𧯺
67878 r;i;i 𧯻
67879 r;i;i 𧯼
67880 ffdii 𧯽
67881 r;ipi 𧯾
67882 r;ifi 𧯿
67883 r;i;i 𧰀
67884 qiari 𧰁
67885 qipbi 𧰂
67886 qipwi 𧰃
67887 y;gii 𧰄
67888 pfqzi 𧰅
67889 peqzi 𧰅
67890 fdfzi 𧰅
67891 dffzi 𧰅
67892 ffdzi 𧰅
67893 qipfi 𧰆
67894 r;iki 𧰇
67895 bgdii 𧰈
67896 qizci 𧰉
67897 r;iki 𧰊
67898 r;ici 𧰋
67899 l,xii 𧰌
67900 sddbi 𧰍
67901 dsdbi 𧰍
67902 qi,bi 𧰎
67903 qil;i 𧰏
67904 qibii 𧰐
67905 ;agii 𧰑
67906 r;ixi 𧰒
67907 aljii 𧰓
67908 vvbii 𧰔
67909 r;iui 𧰕
67910 zopii 𧰖
67911 yxoii 𧰖
67912 zofii 𧰖
67913 zodii 𧰖
67914 qindi 𧰗
67915 r;ifi 𧰘
67916 dqixi 𧰙
67917 pfqui 𧰚
67918 pequi 𧰚
67919 fdfui 𧰚
67920 dffui 𧰚
67921 ffdui 𧰚
67922 aljii 𧰛
67923 eqipi 𧰜
67924 vqiui 𧰝
67925 pfqui 𧰞
67926 pequi 𧰞
67927 fdfui 𧰞
67928 dffui 𧰞
67929 ffdui 𧰞
67930 pfqui 𧰟
67931 pequi 𧰟
67932 fdfui 𧰟
67933 dffui 𧰟
67934 ffdui 𧰟
67935 r;iwi 𧰠
67936 r;iei 𧰡
67937 pfqqi 𧰢
67938 peqqi 𧰢
67939 fdfqi 𧰢
67940 dffqi 𧰢
67941 ffdqi 𧰢
67942 r;i,i 𧰣
67943 qikbi 𧰤
67944 leeii 𧰥
67945 sa.i 𧰦
67946 allki 𧰧
67947 a.adi 𧰩
67948 afa.i 𧰪
67949 a.jki 𧰫
67950 ai.i 𧰬
67951 a.lqi 𧰭
67952 a.qi 𧰭
67953 pa.i 𧰮
67954 a.zxi 𧰯
67955 a.zhi 𧰰
67956 a.jbi 𧰱
67957 wa.i 𧰲
67958 atl.i 𧰳
67959 a.lxi 𧰴
67960 a.hbi 𧰵
67961 a.di 𧰶
67962 a.szi 𧰷
67963 a.tbi 𧰸
67964 a.ddi 𧰹
67965 wja.i 𧰺
67966 a.ibi 𧰻
67967 a.kbi 𧰻
67968 jjk.i 𧰼
67969 da.i 𧰽
67970 al.bi 𧰾
67971 a.ibi 𧰾
67972 a.kbi 𧰾
67973 a.f.i 𧰿
67974 a.osi 𧱀
67975 a.jqi 𧱁
67976 a.aai 𧱂
67977 daa.i 𧱃
67978 ;;a.i 𧱄
67979 a.zgi 𧱅
67980 a.jai 𧱆
67981 a.tfi 𧱇
67982 wka.i 𧱈
67983 a.z,i 𧱉
67984 a.dbi 𧱊
67985 lpa.i 𧱋
67986 .ja.i 𧱌
67987 a.nvi 𧱍
67988 a.bqi 𧱎
67989 yr.i 𧱏
67990 a.rfi 𧱐
67991 a.ubi 𧱑
67992 a..si 𧱒
67993 a.zhi 𧱓
67994 a.z.i 𧱓
67995 ua.di 𧱔
67996 a..bi 𧱕
67997 a.aai 𧱖
67998 a.jqi 𧱗
67999 y.kei 𧱘
68000 a.ywi 𧱙
68001 a.gui 𧱚
68002 a.abi 𧱛
68003 a.ifi 𧱜
68004 bbb.i 𧱝
68005 tzq.i 𧱞
68006 a.pqi 𧱟
68007 a.qi 𧱠
68008 a.nqi 𧱡
68009 a.bbi 𧱢
68010 a.dbi 𧱣
68011 w.kdi 𧱤
68012 a.wpi 𧱥
68013 a.hhi 𧱦
68014 a.h.i 𧱦
68015 a.hqi 𧱧
68016 a.pxi 𧱨
68017 a.k.i 𧱩
68018 a.zzi 𧱪
68019 a.zui 𧱫
68020 a.iei 𧱬
68021 a...i 𧱭
68022 a.ubi 𧱮
68023 a.ubi 𧱯
68024 a.bbi 𧱰
68025 a.n.i 𧱱
68026 a.o,i 𧱲
68027 y.a;i 𧱳
68028 y.l;i 𧱳
68029 a.jki 𧱴
68030 a.n;i 𧱵
68031 tga.i 𧱶
68032 a..ci 𧱷
68033 a..ji 𧱸
68034 a.gji 𧱸
68035 a.qhi 𧱹
68036 a.kdi 𧱺
68037 a..si 𧱻
68038 a.rki 𧱼
68039 a.zui 𧱽
68040 a.ahi 𧱾
68041 a.nfi 𧱿
68042 a.yfi 𧲀
68043 wkadi 𧲁
68044 a.,qi 𧲂
68045 a.e.i 𧲃
68046 a.h,i 𧲄
68047 a..,i 𧲄
68048 a.kpi 𧲅
68049 a.;mi 𧲆
68050 vqs.i 𧲇
68051 a.zni 𧲈
68052 a.bfi 𧲉
68053 yag.i 𧲊
68054 a.e.i 𧲋
68055 a.lci 𧲌
68056 a.fmi 𧲍
68057 f/j.i 𧲎
68058 a.a.i 𧲏
68059 a.pci 𧲐
68060 a.ddi 𧲑
68061 a.fdi 𧲒
68062 a.rdi 𧲒
68063 a..ci 𧲓
68064 .t;.i 𧲔
68065 a.swi 𧲕
68066 a.yqi 𧲖
68067 a.lui 𧲗
68068 a.exi 𧲘
68069 a.z;i 𧲙
68070 a.d;i 𧲚
68071 fya.i 𧲛
68072 b;y.i 𧲜
68073 .t;.i 𧲝
68074 .t;di 𧲞
68075 a.a/i 𧲟
68076 .si 𧲠
68077 .bi 𧲡
68078 .lqi 𧲢
68079 .fhi 𧲣
68080 .ofi 𧲤
68081 .pi 𧲥
68082 .aasi 𧲦
68083 .tdsi 𧲧
68084 .afi 𧲨
68085 .affi 𧲨
68086 .ui 𧲩
68087 .ysi 𧲪
68088 .lbi 𧲫
68089 .gki 𧲫
68090 .;.i 𧲬
68091 .zqi 𧲭
68092 .oei 𧲮
68093 .z.hi 𧲯
68094 .zbhi 𧲯
68095 .zlhi 𧲯
68096 .oai 𧲰
68097 .jzi 𧲱
68098 ..xki 𧲲
68099 .l.si 𧲳
68100 ..hi 𧲴
68101 .bri 𧲵
68102 .bqi 𧲵
68103 .lzhi 𧲶
68104 .vhi 𧲷
68105 .e;i 𧲸
68106 .pfi 𧲹
68107 .aii 𧲺
68108 .;ki 𧲻
68109 .ltsi 𧲼
68110 .qti 𧲽
68111 .jfdi 𧲾
68112 ..qi 𧲿
68113 .wdi 𧳀
68114 .mmi 𧳁
68115 .kzhi 𧳂
68116 ./i 𧳃
68117 .lp.i 𧳄
68118 .q.i 𧳅
68119 .jqi 𧳆
68120 .i;i 𧳇
68121 .oi 𧳈
68122 .ifi 𧳉
68123 .lafi 𧳉
68124 .ji 𧳊
68125 .ktli 𧳋
68126 .lvsi 𧳌
68127 .cui 𧳍
68128 .at;i 𧳎
68129 .z;i 𧳏
68130 ..zdi 𧳐
68131 .zshi 𧳑
68132 .zs.i 𧳑
68133 .mi 𧳒
68134 .htxi 𧳓
68135 .ajai 𧳔
68136 .vii 𧳕
68137 .a,i 𧳕
68138 .lpki 𧳖
68139 .ztsi 𧳗
68140 .ig;i 𧳘
68141 .kh;i 𧳘
68142 .tci 𧳙
68143 .ykfi 𧳚
68144 .ywi 𧳛
68145 .jr;i 𧳜
68146 .epfi 𧳝
68147 .kyi 𧳞
68148 .vkki 𧳟
68149 .paei 𧳠
68150 .kq.i 𧳡
68151 .pqqi 𧳢
68152 .vpi 𧳣
68153 .kmmi 𧳤
68154 ..vi 𧳥
68155 .wl.i 𧳦
68156 .wlmi 𧳦
68157 .wlhi 𧳦
68158 .qqpi 𧳧
68159 .bgvi 𧳨
68160 .w.i 𧳩
68161 .pui 𧳪
68162 .ipi 𧳫
68163 .bji 𧳬
68164 ..abi 𧳭
68165 .opi 𧳮
68166 .rlpi 𧳯
68167 .rlhi 𧳯
68168 .jqi 𧳰
68169 .ldsi 𧳱
68170 .qaei 𧳲
68171 .fjfi 𧳳
68172 .rjfi 𧳳
68173 .lpfi 𧳴
68174 .qhhi 𧳵
68175 .odbi 𧳶
68176 .;mi 𧳷
68177 .mui 𧳸
68178 .lddi 𧳹
68179 .jhei 𧳺
68180 .jkei 𧳺
68181 ..d/i 𧳻
68182 .;kli 𧳼
68183 .ohpi 𧳽
68184 .zrsi 𧳾
68185 .opsi 𧳿
68186 .jjqi 𧴀
68187 .y.mi 𧴁
68188 ..fni 𧴂
68189 .qoi 𧴃
68190 .ntfi 𧴄
68191 .z..i 𧴅
68192 .ewai 𧴆
68193 .ecai 𧴆
68194 ..tci 𧴇
68195 .ypsi 𧴈
68196 .pkli 𧴉
68197 .;;ni 𧴊
68198 .a/ci 𧴋
68199 .cazi 𧴌
68200 .ffmi 𧴍
68201 .eeei 𧴎
68202 .lmmi 𧴏
68203 .kymi 𧴐
68204 .iami 𧴐
68205 ..l,i 𧴑
68206 .hl,i 𧴑
68207 .vqii 𧴒
68208 .alei 𧴓
68209 .p,i 𧴔
68210 .nnni 𧴕
68211 .ezxi 𧴖
68212 .yxyi 𧴗
68213 .ysyi 𧴗
68214 .ea.i 𧴘
68215 .jhei 𧴙
68216 .i/pi 𧴚
68217 .jjfi 𧴛
68218 .jjqi 𧴛
68219 .;;vi 𧴜
68220 .crki 𧴝
68221 .pxqi 𧴞
68222 .f.ni 𧴟
68223 .zlei 𧴠
68224 .v;mi 𧴡
68225 .jjai 𧴢
68226 .;;.i 𧴣
68227 mci 𧴤
68228 bmi 𧴥
68229 qmi 𧴦
68230 mbi 𧴧
68231 ymi 𧴨
68232 mki 𧴩
68233 cmi 𧴪
68234 mfhi 𧴫
68235 mjhi 𧴬
68236 mjki 𧴬
68237 .mi 𧴭
68238 amxi 𧴮
68239 mgfi 𧴯
68240 maxi 𧴰
68241 mwi 𧴱
68242 wmi 𧴲
68243 aaxmi 𧴳
68244 pmi 𧴴
68245 xxmi 𧴵
68246 mqfi 𧴶
68247 madli 𧴷
68248 mjsi 𧴸
68249 rmi 𧴹
68250 lxmi 𧴺
68251 y.mi 𧴻
68252 mhfi 𧴼
68253 mari 𧴽
68254 bkmi 𧴾
68255 vmi 𧴿
68256 mqi 𧵀
68257 mcli 𧵁
68258 mui 𧵂
68259 moi 𧵃
68260 moasi 𧵄
68261 mtdsi 𧵅
68262 moi 𧵆
68263 maxi 𧵇
68264 mlxi 𧵈
68265 moci 𧵉
68266 mrai 𧵊
68267 maaci 𧵋
68268 mjzi 𧵌
68269 mgsmi 𧵍
68270 f;mi 𧵎
68271 mcmi 𧵏
68272 m;si 𧵐
68273 m;gki 𧵐
68274 mf;i 𧵑
68275 nadmi 𧵒
68276 mj;i 𧵓
68277 gmi 𧵔
68278 hbmi 𧵕
68279 mavi 𧵖
68280 pmi 𧵗
68281 mjri 𧵘
68282 m;ki 𧵙
68283 mbmi 𧵚
68284 mmi 𧵚
68285 mqdi 𧵛
68286 adwmi 𧵜
68287 mqxi 𧵝
68288 ;lsmi 𧵞
68289 ;slmi 𧵞
68290 m.xki 𧵟
68291 ddmi 𧵠
68292 mjjai 𧵡
68293 mjfi 𧵡
68294 mltsi 𧵢
68295 mlpi 𧵣
68296 mnfhi 𧵤
68297 mjzsi 𧵥
68298 mcasi 𧵦
68299 m.zxi 𧵧
68300 mnwi 𧵨
68301 vjmi 𧵩
68302 majxi 𧵪
68303 mdei 𧵫
68304 m.oki 𧵬
68305 afami 𧵭
68306 afmi 𧵭
68307 m.dsi 𧵮
68308 pasmi 𧵯
68309 kemi 𧵰
68310 xxxmi 𧵱
68311 amqmi 𧵲
68312 maf;i 𧵳
68313 mlf;i 𧵳
68314 mnafi 𧵴
68315 m,i 𧵵
68316 maaxi 𧵶
68317 mr.i 𧵷
68318 mzbi 𧵷
68319 aaami 𧵸
68320 atkmi 𧵹
68321 movi 𧵺
68322 maqxi 𧵻
68323 axrmi 𧵼
68324 j..mi 𧵽
68325 mhbi 𧵾
68326 nfhmi 𧵿
68327 xmaxi 𧶀
68328 trmi 𧶁
68329 mzhxi 𧶂
68330 bgdmi 𧶃
68331 mjtdi 𧶄
68332 m.tdi 𧶄
68333 moszi 𧶅
68334 my.;i 𧶆
68335 mooi 𧶇
68336 mcui 𧶈
68337 naami 𧶉
68338 ;maxi 𧶊
68339 maesi 𧶋
68340 fjami 𧶌
68341 maxxi 𧶍
68342 naemi 𧶎
68343 z;mi 𧶏
68344 fkkmi 𧶐
68345 rkkmi 𧶐
68346 dbmi 𧶑
68347 ;amxi 𧶒
68348 lzqmi 𧶓
68349 m;lri 𧶔
68350 m;ari 𧶔
68351 mloxi 𧶕
68352 m.zdi 𧶖
68353 mig;i 𧶗
68354 mkh;i 𧶗
68355 zkkmi 𧶘
68356 eqjmi 𧶙
68357 ffami 𧶚
68358 frmi 𧶚
68359 mvkki 𧶛
68360 ykjmi 𧶜
68361 aeqmi 𧶝
68362 mplvi 𧶞
68363 mif;i 𧶟
68364 r/mi 𧶠
68365 nnlmi 𧶡
68366 btgmi 𧶢
68367 kaqmi 𧶣
68368 axami 𧶤
68369 mfddi 𧶥
68370 ,kkmi 𧶦
68371 mppi 𧶧
68372 mp,i 𧶨
68373 mrfdi 𧶩
68374 ajdmi 𧶪
68375 mrlxi 𧶫
68376 mwpai 𧶬
68377 mzffi 𧶭
68378 mpf;i 𧶮
68379 jmrki 𧶯
68380 mzui 𧶰
68381 myxui 𧶰
68382 m.rhi 𧶱
68383 mdaei 𧶲
68384 mgcui 𧶳
68385 mnrbi 𧶴
68386 mafoi 𧶵
68387 mlfoi 𧶵
68388 /mzbi 𧶶
68389 /m.bi 𧶶
68390 aermi 𧶷
68391 memi 𧶸
68392 mmsi 𧶹
68393 my;di 𧶺
68394 gqami 𧶻
68395 nrkmi 𧶼
68396 mpa.i 𧶽
68397 mirzi 𧶾
68398 mrqki 𧶿
68399 mrasi 𧶿
68400 rbkmi 𧷀
68401 ejami 𧷁
68402 mlv,i 𧷂
68403 mosbi 𧷃
68404 qbmi 𧷄
68405 jb;mi 𧷅
68406 mhosi 𧷆
68407 tdami 𧷇
68408 tzkmi 𧷇
68409 odami 𧷈
68410 mjkki 𧷉
68411 mlfdi 𧷊
68412 a/wmi 𧷋
68413 mrabi 𧷌
68414 ,.mi 𧷍
68415 ejari 𧷎
68416 ejaqi 𧷎
68417 rk/mi 𧷏
68418 kjfmi 𧷐
68419 /oami 𧷑
68420 mfuki 𧷒
68421 mfjki 𧷒
68422 mqjki 𧷒
68423 dd/mi 𧷓
68424 ykdmi 𧷔
68425 v;jmi 𧷕
68426 vkkmi 𧷖
68427 rpkmi 𧷗
68428 r/jmi 𧷗
68429 mgbbi 𧷘
68430 qdtmi 𧷙
68431 mkkwi 𧷚
68432 moxi 𧷛
68433 mkxbi 𧷜
68434 ;jkmi 𧷝
68435 ykjmi 𧷞
68436 kjnmi 𧷟
68437 es.mi 𧷠
68438 mp;wi 𧷡
68439 mzqxi 𧷢
68440 mwpvi 𧷣
68441 dqdmi 𧷤
68442 ssbmi 𧷥
68443 mnndi 𧷦
68444 ejcmi 𧷧
68445 ajcmi 𧷧
68446 rkjmi 𧷨
68447 afami 𧷩
68448 jzgmi 𧷪
68449 nirmi 𧷫
68450 mizji 𧷬
68451 mkzji 𧷬
68452 kmydi 𧷭
68453 ykjmi 𧷮
68454 ;my;i 𧷯
68455 mpmi 𧷰
68456 qmfvi 𧷱
68457 mrdxi 𧷲
68458 mpxi 𧷳
68459 km;mi 𧷴
68460 ddjmi 𧷵
68461 mir;i 𧷶
68462 dapmi 𧷷
68463 mfpzi 𧷸
68464 mo;ni 𧷹
68465 ;mifi 𧷺
68466 mrmi 𧷻
68467 m,,,i 𧷼
68468 lmimi 𧷽
68469 lmkmi 𧷽
68470 mbg;i 𧷾
68471 mrlti 𧷿
68472 malei 𧸀
68473 ,.mi 𧸁
68474 mqe.i 𧸂
68475 mte.i 𧸂
68476 m;dmi 𧸃
68477 mryxi 𧸄
68478 mca,i 𧸅
68479 ddami 𧸆
68480 rkpmi 𧸇
68481 nlnmi 𧸈
68482 mypxi 𧸉
68483 mrsmi 𧸊
68484 iokmi 𧸋
68485 mypri 𧸌
68486 m,mqi 𧸍
68487 mnkdi 𧸎
68488 m/mi 𧸏
68489 maaxi 𧸐
68490 k/pmi 𧸑
68491 ozqmi 𧸒
68492 mcrpi 𧸓
68493 mcrhi 𧸓
68494 my.xi 𧸔
68495 mcaki 𧸕
68496 mnici 𧸖
68497 mezxi 𧸗
68498 mi;ki 𧸘
68499 mi.ni 𧸙
68500 ms.;i 𧸚
68501 nkkmi 𧸛
68502 mntci 𧸜
68503 r/mii 𧸝
68504 ddhmi 𧸞
68505 ddhmi 𧸟
68506 y.ami 𧸠
68507 mirxi 𧸡
68508 mcavi 𧸢
68509 mclmi 𧸣
68510 mi/pi 𧸤
68511 mekji 𧸥
68512 mqdui 𧸦
68513 ozami 𧸧
68514 mlphi 𧸨
68515 megji 𧸩
68516 mebji 𧸩
68517 mzpri 𧸪
68518 ;myxi 𧸫
68519 o/,mi 𧸬
68520 mbbyi 𧸭
68521 moa.i 𧸮
68522 pacmi 𧸯
68523 mqaqi 𧸰
68524 mzfmi 𧸱
68525 moomi 𧸲
68526 mnpri 𧸳
68527 mnzci 𧸴
68528 mmnqi 𧸵
68529 iawmi 𧸶
68530 r/mhi 𧸷
68531 mjzyi 𧸸
68532 nolmi 𧸹
68533 mnkgi 𧸺
68534 mz.hi 𧸻
68535 mnrki 𧸼
68536 m;dni 𧸽
68537 esami 𧸾
68538 mno,i 𧸿
68539 mftei 𧹀
68540 mftdi 𧹀
68541 aaemi 𧹁
68542 essmi 𧹂
68543 esemi 𧹂
68544 qm.mi 𧹃
68545 ypfmi 𧹄
68546 rrrmi 𧹅
68547 naami 𧹆
68548 mopmi 𧹇
68549 mmmzi 𧹈
68550 ypfmi 𧹉
68551 mi;fi 𧹊
68552 kax,i 𧹋
68553 vqimi 𧹌
68554 casmi 𧹍
68555 mrkmi 𧹎
68556 mosmi 𧹏
68557 m/xyi 𧹐
68558 mhbhi 𧹑
68559 mhlhi 𧹑
68560 /mi 𧹒
68561 m;lri 𧹓
68562 m;ari 𧹓
68563 mqxi 𧹔
68564 mbf;i 𧹕
68565 mjrki 𧹖
68566 m;;ni 𧹗
68567 aaci 𧹘
68568 fdki 𧹘
68569 rcadi 𧹙
68570 adrci 𧹚
68571 rcfbi 𧹛
68572 rclbi 𧹜
68573 rcgki 𧹜
68574 rc.hi 𧹝
68575 rctbi 𧹞
68576 rcnqi 𧹟
68577 rcbhi 𧹠
68578 rcthi 𧹠
68579 rcdhi 𧹠
68580 rcapi 𧹡
68581 rcpzi 𧹢
68582 rci;i 𧹣
68583 rck;i 𧹣
68584 rc;ci 𧹤
68585 rcvri 𧹥
68586 rcjsi 𧹦
68587 rcbsi 𧹧
68588 rprci 𧹨
68589 rcvpi 𧹩
68590 rcifi 𧹪
68591 vvrci 𧹫
68592 rcari 𧹬
68593 rcqpi 𧹭
68594 rcobi 𧹮
68595 rcv/i 𧹯
68596 rclpi 𧹰
68597 rcrki 𧹱
68598 rcrsi 𧹱
68599 varbi 𧹲
68600 fpfci 𧹳
68601 rcypi 𧹴
68602 rco,i 𧹵
68603 rcpxi 𧹶
68604 rbsci 𧹷
68605 rcaei 𧹸
68606 rcyxi 𧹹
68607 rclqi 𧹺
68608 rcrpi 𧹻
68609 rcrhi 𧹻
68610 rcrti 𧹼
68611 rcp,i 𧹽
68612 qozci 𧹾
68613 rckpi 𧹿
68614 rcnpi 𧺀
68615 nl,ci 𧺁
68616 rlpci 𧺂
68617 rcrsi 𧺃
68618 ,rcii 𧺄
68619 trpci 𧺅
68620 tfpci 𧺅
68621 lzci 𧺆
68622 rcsi 𧺇
68623 rcei 𧺈
68624 rcbi 𧺉
68625 rcqi 𧺊
68626 rcsi 𧺋
68627 rcki 𧺌
68628 rcki 𧺍
68629 rclsi 𧺎
68630 rcsli 𧺎
68631 rcgsi 𧺏
68632 rcgai 𧺐
68633 rcri 𧺑
68634 rcaci 𧺒
68635 rcjki 𧺓
68636 rcri 𧺔
68637 rclhi 𧺕
68638 rcgai 𧺖
68639 rcadi 𧺗
68640 rcfhi 𧺘
68641 rcgfi 𧺙
68642 rc;i 𧺚
68643 rclfi 𧺛
68644 rcwi 𧺜
68645 rcpi 𧺝
68646 rcoi 𧺞
68647 rcosi 𧺞
68648 rcjsi 𧺟
68649 rcei 𧺠
68650 rcadi 𧺡
68651 rcydi 𧺡
68652 rcsbi 𧺢
68653 rckki 𧺣
68654 rclsi 𧺤
68655 rclli 𧺤
68656 rcbdi 𧺥
68657 rcaxi 𧺦
68658 rcri 𧺧
68659 rcni 𧺨
68660 rc,i 𧺩
68661 rcagi 𧺪
68662 rcbki 𧺫
68663 rcjki 𧺬
68664 rckxi 𧺭
68665 rckji 𧺮
68666 rchfi 𧺯
68667 rcami 𧺰
68668 rcaxi 𧺱
68669 rcqqi 𧺲
68670 rcawi 𧺳
68671 rcofi 𧺴
68672 rcci 𧺵
68673 rcvhi 𧺶
68674 rcrxi 𧺷
68675 rcj;i 𧺸
68676 rcqti 𧺹
68677 rczhi 𧺺
68678 rcyxi 𧺻
68679 rceqi 𧺼
68680 rcei 𧺽
68681 rcii 𧺾
68682 rcrsi 𧺿
68683 rczfi 𧻀
68684 rcoai 𧻁
68685 azexi 𧻂
68686 rcji 𧻃
68687 rcyri 𧻄
68688 b;rci 𧻅
68689 rcl.i 𧻆
68690 rcs.i 𧻆
68691 rcavi 𧻇
68692 rcaii 𧻈
68693 rcpfi 𧻉
68694 rcori 𧻊
68695 rcibi 𧻋
68696 rckbi 𧻋
68697 rclmi 𧻌
68698 rc;ki 𧻍
68699 rctsi 𧻎
68700 rcmci 𧻏
68701 rcyhi 𧻐
68702 rchhi 𧻐
68703 rczgi 𧻑
68704 rcbbi 𧻒
68705 rcifi 𧻓
68706 rclfi 𧻓
68707 rcqri 𧻔
68708 rcvji 𧻕
68709 rclmi 𧻖
68710 rczxi 𧻗
68711 rcfji 𧻘
68712 rcrji 𧻘
68713 rcapi 𧻙
68714 rcaai 𧻚
68715 rclpi 𧻛
68716 rcjsi 𧻜
68717 rcobi 𧻝
68718 rclvi 𧻞
68719 rcgvi 𧻞
68720 rcsvi 𧻞
68721 rccdi 𧻟
68722 rctxi 𧻠
68723 rcbri 𧻡
68724 rcp;i 𧻢
68725 rcjki 𧻣
68726 rciri 𧻤
68727 rc.di 𧻥
68728 rcjci 𧻦
68729 rcnfi 𧻧
68730 rcy.i 𧻨
68731 rcrqi 𧻩
68732 rcaxi 𧻪
68733 rctti 𧻫
68734 azcmi 𧻬
68735 rcpxi 𧻭
68736 rcl.i 𧻮
68737 rccki 𧻯
68738 rco;i 𧻰
68739 rcfhi 𧻱
68740 rcpri 𧻲
68741 rcz;i 𧻳
68742 rchxi 𧻴
68743 rczki 𧻵
68744 rc.di 𧻶
68745 rcqhi 𧻷
68746 rcooi 𧻸
68747 rcbfi 𧻹
68748 rc.ri 𧻺
68749 ;crci 𧻻
68750 rcpri 𧻼
68751 rcl/i 𧻽
68752 rca/i 𧻽
68753 rcuki 𧻾
68754 rcqii 𧻿
68755 rcmi 𧼀
68756 rcy;i 𧼁
68757 rcrci 𧼂
68758 rc.,i 𧼃
68759 rckei 𧼄
68760 rc.i 𧼅
68761 rclxi 𧼆
68762 rcjci 𧼇
68763 rcasi 𧼈
68764 rcaai 𧼉
68765 rcjsi 𧼊
68766 rc.i 𧼋
68767 .rci 𧼌
68768 rct,i 𧼍
68769 rczsi 𧼎
68770 rctxi 𧼏
68771 rcpvi 𧼐
68772 rcqxi 𧼑
68773 rcqbi 𧼒
68774 rcvpi 𧼓
68775 rcr.i 𧼔
68776 rcvei 𧼕
68777 vvrci 𧼖
68778 rcdei 𧼗
68779 rczdi 𧼘
68780 rcahi 𧼙
68781 rcisi 𧼚
68782 rcksi 𧼚
68783 rcvki 𧼛
68784 rcbmi 𧼜
68785 rceci 𧼝
68786 rczdi 𧼞
68787 rctpi 𧼟
68788 rclfi 𧼠
68789 rc.ui 𧼡
68790 rcjci 𧼢
68791 rcldi 𧼣
68792 rcaei 𧼤
68793 rceki 𧼥
68794 rcibi 𧼦
68795 rclbi 𧼦
68796 cachi 𧼧
68797 iakhi 𧼧
68798 rcpsi 𧼨
68799 rcopi 𧼩
68800 rcfzi 𧼪
68801 rcrzi 𧼪
68802 rcpui 𧼫
68803 rc..i 𧼬
68804 rcnbi 𧼭
68805 rcp.i 𧼮
68806 rciei 𧼯
68807 rcaoi 𧼰
68808 rcloi 𧼰
68809 rco.i 𧼱
68810 rcbfi 𧼲
68811 rcndi 𧼳
68812 rcdei 𧼴
68813 rcjzi 𧼵
68814 rcldi 𧼶
68815 rclci 𧼷
68816 rcaei 𧼸
68817 rcp;i 𧼹
68818 rcpyi 𧼺
68819 rc;ri 𧼻
68820 rcf;i 𧼼
68821 rcm;i 𧼽
68822 rcjni 𧼾
68823 rcxhi 𧼿
68824 rcjhi 𧽀
68825 rcffi 𧽁
68826 rcrfi 𧽁
68827 rclpi 𧽂
68828 rc.ri 𧽃
68829 rcjei 𧽄
68830 rcrvi 𧽅
68831 rczri 𧽆
68832 pxrsi 𧽇
68833 rctxi 𧽈
68834 rcpwi 𧽉
68835 rcdii 𧽊
68836 rcl,i 𧽋
68837 rcmui 𧽌
68838 rcfki 𧽍
68839 rcqki 𧽍
68840 rcmdi 𧽎
68841 rc.di 𧽎
68842 rcobi 𧽏
68843 rce.i 𧽐
68844 rchzi 𧽑
68845 rclhi 𧽒
68846 rcrki 𧽓
68847 rcnbi 𧽔
68848 rczvi 𧽕
68849 rcopi 𧽖
68850 rchti 𧽗
68851 rczhi 𧽘
68852 rcg,i 𧽙
68853 rcrxi 𧽚
68854 rc;mi 𧽛
68855 rci;i 𧽜
68856 rcrri 𧽝
68857 rca,i 𧽞
68858 rccyi 𧽟
68859 rcdyi 𧽠
68860 rcqri 𧽡
68861 rczhi 𧽢
68862 rcyfi 𧽣
68863 rcaci 𧽤
68864 rcyqi 𧽥
68865 rcy;i 𧽦
68866 rcdci 𧽧
68867 rc.si 𧽨
68868 xmfci 𧽩
68869 x.fci 𧽩
68870 rcl,i 𧽪
68871 rc;xi 𧽫
68872 rcfhi 𧽬
68873 rcryi 𧽭
68874 rcqxi 𧽮
68875 rcqoi 𧽯
68876 rcpgi 𧽰
68877 rcpli 𧽱
68878 rc/li 𧽱
68879 rcpxi 𧽲
68880 rcoyi 𧽳
68881 rcn;i 𧽴
68882 rc.ci 𧽵
68883 rch,i 𧽶
68884 rc.,i 𧽶
68885 rctei 𧽷
68886 rctdi 𧽷
68887 rczki 𧽸
68888 rcfui 𧽹
68889 rczvi 𧽺
68890 rcb;i 𧽻
68891 rcafi 𧽼
68892 rczci 𧽽
68893 rcr.i 𧽾
68894 rcyri 𧽿
68895 rckpi 𧾀
68896 rcaei 𧾁
68897 rclei 𧾁
68898 rcfxi 𧾂
68899 rcipi 𧾃
68900 rckni 𧾄
68901 rc.fi 𧾅
68902 rcfui 𧾆
68903 rcabi 𧾇
68904 rcpli 𧾈
68905 rcpfi 𧾉
68906 rcbii 𧾊
68907 rcxci 𧾋
68908 rctki 𧾌
68909 rcyai 𧾍
68910 rc/xi 𧾎
68911 rciki 𧾏
68912 rcl.i 𧾐
68913 rcbfi 𧾑
68914 rcami 𧾒
68915 rckmi 𧾒
68916 rcaai 𧾓
68917 rclai 𧾓
68918 rczxi 𧾔
68919 rczni 𧾔
68920 rcjyi 𧾕
68921 rcd,i 𧾖
68922 rcfmi 𧾗
68923 rco.i 𧾘
68924 rcyei 𧾙
68925 rcoki 𧾚
68926 rcfbi 𧾛
68927 rcrci 𧾜
68928 rcebi 𧾝
68929 rczxi 𧾞
68930 rclyi 𧾟
68931 rcnbi 𧾠
68932 rcnri 𧾡
68933 rccxi 𧾢
68934 rcj.i 𧾣
68935 rca.i 𧾤
68936 rcrmi 𧾥
68937 rc.di 𧾦
68938 rceni 𧾧
68939 rcnni 𧾨
68940 rcebi 𧾩
68941 rcyqi 𧾪
68942 rclji 𧾫
68943 rcvbi 𧾬
68944 lzlei 𧾭
68945 lzeei 𧾭
68946 rcz;i 𧾮
68947 rcfei 𧾯
68948 rcbki 𧾰
68949 rcjyi 𧾱
68950 rcfui 𧾲
68951 rcfii 𧾳
68952 rcdii 𧾳
68953 rcpii 𧾳
68954 rco,i 𧾴
68955 rcjbi 𧾵
68956 rcl/i 𧾶
68957 rca/i 𧾶
68958 qci 𧾸
68959 ssi 𧾹
68960 k;ci 𧾺
68961 ssdi 𧾻
68962 sbi 𧾼
68963 sfi 𧾽
68964 ssi 𧾾
68965 sgdi 𧾿
68966 ;cei 𧿀
68967 sasi 𧿁
68968 safi 𧿂
68969 b;ci 𧿃
68970 saei 𧿄
68971 ssfi 𧿅
68972 sszi 𧿅
68973 stsi 𧿆
68974 sgdsi 𧿇
68975 sni 𧿈
68976 saagi 𧿉
68977 sasi 𧿊
68978 sasdi 𧿋
68979 slqi 𧿌
68980 i;ci 𧿍
68981 ssfi 𧿎
68982 sgshi 𧿏
68983 sghsi 𧿏
68984 slfi 𧿐
68985 saxi 𧿑
68986 sjsi 𧿒
68987 sqdki 𧿓
68988 sgri 𧿔
68989 skqi 𧿕
68990 s.di 𧿖
68991 llkci 𧿗
68992 .;ci 𧿗
68993 slfi 𧿘
68994 saasi 𧿙
68995 skji 𧿚
68996 skki 𧿛
68997 sjyi 𧿜
68998 skagi 𧿝
68999 sigi 𧿝
69000 sjki 𧿞
69001 sawi 𧿟
69002 saxi 𧿠
69003 szhi 𧿡
69004 slsbi 𧿢
69005 sslbi 𧿢
69006 sfi 𧿣
69007 szi 𧿤
69008 sqqi 𧿥
69009 sosi 𧿦
69010 soi 𧿧
69011 szbi 𧿨
69012 s.bi 𧿨
69013 skei 𧿩
69014 sigi 𧿪
69015 shfi 𧿫
69016 sadsi 𧿬
69017 sldsi 𧿬
69018 spi 𧿭
69019 ;c,i 𧿮
69020 stgdi 𧿯
69021 sri 𧿰
69022 sri 𧿱
69023 slgli 𧿲
69024 sagli 𧿲
69025 stgei 𧿳
69026 svai 𧿴
69027 spdi 𧿵
69028 sogsi 𧿶
69029 sarhi 𧿷
69030 sbbi 𧿸
69031 sszi 𧿹
69032 sddi 𧿺
69033 sblsi 𧿻
69034 sbsli 𧿻
69035 s.xki 𧿼
69036 sq;i 𧿽
69037 svai 𧿾
69038 eq;ci 𧿿
69039 skci 𨀀
69040 szqhi 𨀁
69041 g;ci 𨀂
69042 sbri 𨀃
69043 sbqi 𨀃
69044 sqhi 𨀄
69045 sjri 𨀅
69046 stdbi 𨀆
69047 stgki 𨀇
69048 seqi 𨀈
69049 snadi 𨀉
69050 slgfi 𨀊
69051 sglfi 𨀊
69052 skri 𨀋
69053 s;bi 𨀌
69054 sjfi 𨀍
69055 syi 𨀎
69056 spai 𨀏
69057 s.hi 𨀐
69058 mc;ci 𨀑
69059 szjdi 𨀒
69060 sjtsi 𨀓
69061 sjri 𨀔
69062 sqari 𨀕
69063 syxki 𨀖
69064 szqi 𨀗
69065 sifi 𨀘
69066 sr;i 𨀙
69067 seaci 𨀚
69068 szdfi 𨀛
69069 sjqi 𨀜
69070 sbbbi 𨀝
69071 stfi 𨀞
69072 snlqi 𨀟
69073 snafi 𨀠
69074 sz,i 𨀡
69075 sjfdi 𨀢
69076 skei 𨀣
69077 sfki 𨀤
69078 saaki 𨀥
69079 skjki 𨀥
69080 sfji 𨀦
69081 sgcai 𨀧
69082 swmi 𨀨
69083 smi 𨀩
69084 spfi 𨀪
69085 spei 𨀪
69086 soysi 𨀫
69087 szdri 𨀬
69088 s.fsi 𨀭
69089 s;ui 𨀮
69090 sqti 𨀯
69091 skci 𨀰
69092 sr.i 𨀱
69093 szbi 𨀱
69094 pf;ci 𨀲
69095 pe;ci 𨀲
69096 skaxi 𨀳
69097 slpi 𨀴
69098 snri 𨀵
69099 yc;ci 𨀶
69100 s,i 𨀷
69101 snlqi 𨀸
69102 scqi 𨀹
69103 samei 𨀺
69104 safxi 𨀻
69105 sazxi 𨀻
69106 srlqi 𨀼
69107 s;jdi 𨀽
69108 scwi 𨀾
69109 samai 𨀿
69110 kd.ci 𨁀
69111 sogci 𨁁
69112 szkki 𨁂
69113 sktli 𨁃
69114 spafi 𨁄
69115 syfi 𨁅
69116 slebi 𨁆
69117 saz;i 𨁇
69118 slz;i 𨁇
69119 sap.i 𨁈
69120 spvi 𨁉
69121 sdigi 𨁊
69122 sdkgi 𨁊
69123 sqii 𨁋
69124 sgfti 𨁌
69125 sgzti 𨁌
69126 sjsi 𨁍
69127 s;lri 𨁎
69128 s;ari 𨁎
69129 sqhi 𨁏
69130 szfi 𨁐
69131 syxfi 𨁐
69132 sk;si 𨁑
69133 so;i 𨁒
69134 slesi 𨁓
69135 slsqi 𨁓
69136 skoei 𨁔
69137 shfhi 𨁕
69138 skk;i 𨁖
69139 slrbi 𨁗
69140 sarbi 𨁗
69141 oe;ci 𨁘
69142 sj;si 𨁙
69143 sjpsi 𨁙
69144 snasi 𨁚
69145 f,hci 𨁛
69146 sozi 𨁜
69147 sfjfi 𨁝
69148 sjqi 𨁞
69149 sloxi 𨁟
69150 slfri 𨁠
69151 s.wi 𨁡
69152 l,;ci 𨁢
69153 s.,i 𨁣
69154 snvi 𨁤
69155 vr;ci 𨁥
69156 sarfi 𨁦
69157 sdjki 𨁧
69158 s.ari 𨁨
69159 sotsi 𨁩
69160 sapi 𨁪
69161 spri 𨁫
69162 skpdi 𨁬
69163 swcli 𨁭
69164 sy.;i 𨁮
69165 srci 𨁯
69166 s;jki 𨁰
69167 sblqi 𨁱
69168 s;tsi 𨁲
69169 stghi 𨁳
69170 shjpi 𨁴
69171 snkhi 𨁵
69172 saeai 𨁶
69173 sfuai 𨁷
69174 sfjsi 𨁷
69175 sgzhi 𨁸
69176 s,,i 𨁹
69177 suaki 𨁺
69178 szvi 𨁻
69179 syxvi 𨁻
69180 szffi 𨁼
69181 spahi 𨁽
69182 seci 𨁾
69183 sa.hi 𨁿
69184 stuai 𨂀
69185 szpsi 𨂁
69186 sm,i 𨂂
69187 suui 𨂃
69188 skrhi 𨂄
69189 s,i 𨂅
69190 slodi 𨂆
69191 sgei 𨂇
69192 spari 𨂈
69193 szrri 𨂉
69194 sjr;i 𨂊
69195 sy.ei 𨂋
69196 snaci 𨂌
69197 szkgi 𨂍
69198 szi 𨂎
69199 srvi 𨂏
69200 svkki 𨂐
69201 seki 𨂑
69202 sykki 𨂒
69203 sykhi 𨂒
69204 sgrri 𨂓
69205 szui 𨂔
69206 syxui 𨂔
69207 svvi 𨂕
69208 scyi 𨂖
69209 sgfki 𨂗
69210 s.lri 𨂘
69211 s.ari 𨂘
69212 sy;ci 𨂙
69213 skrki 𨂚
69214 szkfi 𨂛
69215 sesi 𨂜
69216 icaci 𨂝
69217 ;ciai 𨂞
69218 soosi 𨂟
69219 solsi 𨂟
69220 soasi 𨂟
69221 salmi 𨂠
69222 szazi 𨂡
69223 szlzi 𨂡
69224 bj;ci 𨂢
69225 lpqci 𨂢
69226 bgdci 𨂣
69227 sax.i 𨂤
69228 sn.;i 𨂥
69229 sw.i 𨂦
69230 srifi 𨂧
69231 szifi 𨂨
69232 sbsbi 𨂩
69233 sn.i 𨂪
69234 snidi 𨂫
69235 fjpci 𨂬
69236 srsfi 𨂭
69237 srszi 𨂭
69238 i/;ci 𨂮
69239 ska.i 𨂯
69240 sfjzi 𨂰
69241 srjzi 𨂰
69242 sjqi 𨂱
69243 sbifi 𨂲
69244 sblfi 𨂲
69245 stgki 𨂳
69246 sl.ni 𨂴
69247 safoi 𨂵
69248 slfoi 𨂵
69249 sejdi 𨂶
69250 szpri 𨂷
69251 sktzi 𨂸
69252 sjpji 𨂹
69253 sycgi 𨂺
69254 s.dpi 𨂻
69255 s.ki 𨂼
69256 sgci 𨂽
69257 sfjfi 𨂾
69258 szaei 𨂿
69259 sv/i 𨃀
69260 saeli 𨃁
69261 szqxi 𨃂
69262 splsi 𨃃
69263 spaxi 𨃄
69264 soafi 𨃅
69265 slzfi 𨃅
69266 su.ki 𨃆
69267 sirwi 𨃇
69268 srksi 𨃈
69269 s.rhi 𨃉
69270 se;,i 𨃊
69271 sfydi 𨃋
69272 sorhi 𨃌
69273 snkhi 𨃍
69274 sebui 𨃎
69275 sktbi 𨃏
69276 sfx;i 𨃐
69277 sos,i 𨃑
69278 sjjbi 𨃒
69279 sfkvi 𨃓
69280 sfici 𨃓
69281 sljvi 𨃔
69282 syxpi 𨃕
69283 sfzgi 𨃖
69284 uizci 𨃗
69285 ukzci 𨃗
69286 slddi 𨃘
69287 sa/vi 𨃙
69288 sfi;i 𨃚
69289 styfi 𨃛
69290 skdvi 𨃜
69291 s.rci 𨃝
69292 lmsci 𨃞
69293 slmbi 𨃟
69294 snt;i 𨃠
69295 sljni 𨃡
69296 wv;ci 𨃢
69297 sbh/i 𨃣
69298 sy;;i 𨃤
69299 smqvi 𨃥
69300 slzfi 𨃦
69301 sz;;i 𨃧
69302 brxci 𨃨
69303 sgbbi 𨃩
69304 sizoi 𨃪
69305 skzoi 𨃪
69306 kaxci 𨃫
69307 sleni 𨃬
69308 srvxi 𨃭
69309 samvi 𨃮
69310 sprhi 𨃯
69311 sitci 𨃰
69312 yy;ci 𨃱
69313 trpci 𨃲
69314 tfpci 𨃲
69315 sxuqi 𨃳
69316 smui 𨃴
69317 suizi 𨃵
69318 sv.;i 𨃶
69319 syhsi 𨃷
69320 sypsi 𨃸
69321 schxi 𨃹
69322 sxjki 𨃺
69323 sam,i 𨃻
69324 syhei 𨃼
69325 szahi 𨃽
69326 lvjci 𨃾
69327 stsfi 𨃿
69328 sntci 𨄀
69329 saesi 𨄁
69330 shbti 𨄂
69331 sa.ni 𨄃
69332 sycni 𨄄
69333 sq;;i 𨄅
69334 sop.i 𨄆
69335 sizci 𨄇
69336 skzci 𨄇
69337 scjvi 𨄈
69338 snori 𨄉
69339 smaci 𨄊
69340 sbzi 𨄋
69341 sbbpi 𨄌
69342 sdkyi 𨄍
69343 srari 𨄎
69344 sa/ci 𨄏
69345 seqxi 𨄐
69346 slqpi 𨄑
69347 snabi 𨄒
69348 swpvi 𨄓
69349 saphi 𨄔
69350 shozi 𨄕
69351 solwi 𨄖
69352 sntci 𨄗
69353 szk;i 𨄘
69354 sl,i 𨄙
69355 xmfci 𨄚
69356 x.fci 𨄚
69357 sbkci 𨄛
69358 sp;wi 𨄜
69359 bgdci 𨄝
69360 sv;ni 𨄞
69361 rkyci 𨄟
69362 sl,ni 𨄠
69363 y;gci 𨄡
69364 syxfi 𨄢
69365 sfkmi 𨄣
69366 szkmi 𨄣
69367 svkmi 𨄣
69368 sfk.i 𨄣
69369 szk.i 𨄣
69370 svk.i 𨄣
69371 sckyi 𨄤
69372 selii 𨄥
69373 .kkci 𨄦
69374 rkrci 𨄧
69375 srh.i 𨄨
69376 srl.i 𨄨
69377 sqpei 𨄩
69378 s.edi 𨄪
69379 silei 𨄫
69380 nvvci 𨄬
69381 syxxi 𨄭
69382 syxfi 𨄮
69383 baaci 𨄯
69384 stgxi 𨄰
69385 spxi 𨄱
69386 s;;ni 𨄲
69387 sfqhi 𨄳
69388 srihi 𨄴
69389 snefi 𨄵
69390 sirbi 𨄶
69391 sz..i 𨄷
69392 spooi 𨄸
69393 so;ni 𨄹
69394 srkyi 𨄺
69395 snaki 𨄻
69396 slvmi 𨄼
69397 stjoi 𨄽
69398 snzdi 𨄾
69399 sx.hi 𨄿
69400 s,yi 𨅀
69401 slyi 𨅁
69402 szjsi 𨅂
69403 sdnci 𨅃
69404 sqjki 𨅄
69405 seobi 𨅅
69406 szkri 𨅆
69407 ;ykci 𨅇
69408 srxvi 𨅈
69409 sfavi 𨅈
69410 shbui 𨅉
69411 szu.i 𨅊
69412 syx.i 𨅊
69413 stdei 𨅋
69414 stedi 𨅋
69415 s.l,i 𨅌
69416 shl,i 𨅌
69417 sepi 𨅍
69418 spabi 𨅎
69419 sdxi 𨅏
69420 or,ci 𨅐
69421 s.ami 𨅑
69422 sr;hi 𨅒
69423 szrpi 𨅓
69424 szrhi 𨅓
69425 sqspi 𨅔
69426 szzpi 𨅕
69427 sru.i 𨅖
69428 sltfi 𨅗
69429 r;ici 𨅘
69430 syk;i 𨅙
69431 rh.ci 𨅚
69432 rl.ci 𨅚
69433 sblmi 𨅛
69434 sprki 𨅜
69435 scjli 𨅝
69436 sli;i 𨅞
69437 sa/,i 𨅟
69438 ijkci 𨅠
69439 stg;i 𨅡
69440 srh.i 𨅢
69441 srrri 𨅣
69442 sraui 𨅤
69443 seeni 𨅥
69444 skkpi 𨅦
69445 sjz;i 𨅧
69446 scjvi 𨅨
69447 sospi 𨅩
69448 qdlli 𨅪
69449 sr.xi 𨅫
69450 srmxi 𨅫
69451 shj/i 𨅬
69452 sa/fi 𨅭
69453 srlti 𨅮
69454 sfafi 𨅯
69455 srffi 𨅯
69456 svaai 𨅰
69457 svgai 𨅰
69458 sfapi 𨅱
69459 salei 𨅲
69460 slzfi 𨅳
69461 sazfi 𨅳
69462 l,pci 𨅴
69463 sttbi 𨅵
69464 sxxci 𨅶
69465 sti.i 𨅷
69466 slrhi 𨅸
69467 sfpui 𨅹
69468 sqe.i 𨅺
69469 ste.i 𨅺
69470 snk;i 𨅻
69471 sfvki 𨅼
69472 sevi 𨅽
69473 svvvi 𨅾
69474 srcxi 𨅿
69475 seui 𨆀
69476 sypai 𨆁
69477 sazai 𨆂
69478 slzai 𨆂
69479 svvci 𨆃
69480 svvci 𨆄
69481 s/rfi 𨆅
69482 sfbmi 𨆆
69483 sepdi 𨆇
69484 s/qxi 𨆈
69485 scjpi 𨆉
69486 r;ici 𨆊
69487 sirxi 𨆋
69488 s,ami 𨆌
69489 sfpsi 𨆍
69490 smaxi 𨆎
69491 si.ni 𨆏
69492 sizci 𨆐
69493 skzci 𨆐
69494 sl;ci 𨆑
69495 sckfi 𨆒
69496 skymi 𨆓
69497 siami 𨆓
69498 sm;ni 𨆔
69499 fjici 𨆕
69500 szibi 𨆖
69501 szkbi 𨆖
69502 slpgi 𨆗
69503 si;ki 𨆘
69504 sarli 𨆙
69505 szqbi 𨆚
69506 s.fni 𨆛
69507 ,alci 𨆜
69508 si/pi 𨆝
69509 spfxi 𨆞
69510 spexi 𨆞
69511 sfopi 𨆟
69512 sfbzi 𨆠
69513 sfrvi 𨆡
69514 szpi 𨆢
69515 sfpmi 𨆣
69516 stlfi 𨆤
69517 o;mci 𨆥
69518 slmi 𨆦
69519 qaxci 𨆧
69520 s;dsi 𨆨
69521 sgjni 𨆩
69522 qawci 𨆪
69523 sfjci 𨆫
69524 ;c;ci 𨆬
69525 slphi 𨆭
69526 sfkpi 𨆮
69527 skczi 𨆯
69528 spx,i 𨆰
69529 skgsi 𨆱
69530 s.qni 𨆲
69531 sftfi 𨆳
69532 s,,qi 𨆴
69533 stbmi 𨆵
69534 sfchi 𨆶
69535 scahi 𨆷
69536 szlni 𨆸
69537 syf;i 𨆹
69538 scaci 𨆺
69539 crjci 𨆻
69540 szrhi 𨆼
69541 snrhi 𨆼
69542 snvxi 𨆽
69543 snmci 𨆾
69544 se.;i 𨆿
69545 s;dni 𨇀
69546 snrki 𨇁
69547 s.z.i 𨇂
69548 s.y.i 𨇂
69549 szzmi 𨇃
69550 sal.i 𨇄
69551 sprci 𨇅
69552 szfmi 𨇆
69553 sr,mi 𨇇
69554 sfjci 𨇈
69555 sdzci 𨇉
69556 s.l;i 𨇊
69557 skkui 𨇋
69558 vzeci 𨇌
69559 szzqi 𨇍
69560 szpri 𨇎
69561 skkqi 𨇏
69562 lmaci 𨇐
69563 s/xqi 𨇑
69564 sgggi 𨇒
69565 ki;ci 𨇓
69566 sxxdi 𨇔
69567 s.lfi 𨇕
69568 s.lai 𨇕
69569 s.afi 𨇕
69570 s.aai 𨇕
69571 sepui 𨇖
69572 szlei 𨇗
69573 yuqci 𨇘
69574 s.tdi 𨇙
69575 sokmi 𨇚
69576 ;crsi 𨇛
69577 rlpci 𨇜
69578 sejoi 𨇝
69579 sfkxi 𨇞
69580 szkxi 𨇞
69581 svkxi 𨇞
69582 sre,i 𨇟
69583 sr;,i 𨇟
69584 szpri 𨇠
69585 seppi 𨇡
69586 snvgi 𨇢
69587 sqdsi 𨇣
69588 su,fi 𨇤
69589 snrci 𨇥
69590 skkxi 𨇦
69591 seaoi 𨇧
69592 seloi 𨇧
69593 sflfi 𨇨
69594 sj;hi 𨇩
69595 skymi 𨇪
69596 sojsi 𨇫
69597 spaki 𨇬
69598 nrici 𨇭
69599 seiki 𨇮
69600 skybi 𨇯
69601 sxxoi 𨇰
69602 sljni 𨇱
69603 se.oi 𨇲
69604 sakhi 𨇳
69605 solsi 𨇴
69606 srrmi 𨇵
69607 snk.i 𨇶
69608 slvxi 𨇷
69609 slqpi 𨇸
69610 syxhi 𨇹
69611 syshi 𨇹
69612 s./hi 𨇺
69613 snvei 𨇻
69614 syxxi 𨇼
69615 sxyxi 𨇼
69616 s/xyi 𨇽
69617 sy,,i 𨇾
69618 s,y,i 𨇾
69619 sfj/i 𨇿
69620 sfumi 𨈀
69621 sfjmi 𨈀
69622 sqjmi 𨈀
69623 slfpi 𨈁
69624 skybi 𨈂
69625 sfuki 𨈃
69626 sfjki 𨈃
69627 sqjki 𨈃
69628 srexi 𨈄
69629 sfifi 𨈅
69630 sfe/i 𨈆
69631 sqdsi 𨈇
69632 sppai 𨈈
69633 sfa.i 𨈉
69634 srl.i 𨈉
69635 syxgi 𨈊
69636 sxygi 𨈊
69637 slifi 𨈋
69638 syxni 𨈌
69639 sxyni 𨈌
69640 smmbi 𨈍
69641 syx,i 𨈎
69642 sxy,i 𨈎
69643 ljhai 𨈏
69644 ldgai 𨈏
69645 ljyi 𨈏
69646 ldgyi 𨈏
69647 ljali 𨈐
69648 ldgli 𨈐
69649 ljaai 𨈑
69650 ldgai 𨈑
69651 .ci 𨈒
69652 .ci 𨈓
69653 .shi 𨈔
69654 .ti 𨈕
69655 .;i 𨈖
69656 ;.i 𨈗
69657 .cli 𨈘
69658 .ebi 𨈙
69659 .qqi 𨈚
69660 .fbi 𨈛
69661 .jaai 𨈜
69662 .jyi 𨈝
69663 .jbi 𨈞
69664 .axi 𨈟
69665 ...i 𨈠
69666 ..i 𨈡
69667 .ysi 𨈢
69668 .zshi 𨈣
69669 .aasi 𨈤
69670 .lqi 𨈥
69671 .kki 𨈦
69672 .tgdi 𨈧
69673 .osi 𨈨
69674 .z.hi 𨈩
69675 .zbhi 𨈩
69676 .zlhi 𨈩
69677 .;ki 𨈪
69678 .yri 𨈫
69679 .oai 𨈬
69680 .jri 𨈭
69681 .pdi 𨈮
69682 .lgfi 𨈯
69683 .glfi 𨈯
69684 .f;i 𨈰
69685 .pai 𨈱
69686 .iagi 𨈲
69687 .kagi 𨈲
69688 .l;i 𨈳
69689 .k;i 𨈴
69690 .tbi 𨈵
69691 .szi 𨈶
69692 .nqi 𨈷
69693 .af;i 𨈸
69694 .lf;i 𨈸
69695 .jqi 𨈹
69696 .rlqi 𨈺
69697 .lji 𨈻
69698 .wci 𨈼
69699 .izi 𨈽
69700 .ifi 𨈾
69701 .lafi 𨈾
69702 i;.i 𨈿
69703 .zqi 𨉀
69704 .casi 𨉁
69705 .;agi 𨉂
69706 .;fgi 𨉂
69707 kar.i 𨉃
69708 klr.i 𨉃
69709 .lfdi 𨉄
69710 .iaei 𨉅
69711 .jtsi 𨉆
69712 .,ki 𨉇
69713 .lrbi 𨉈
69714 .arbi 𨉈
69715 .qqri 𨉉
69716 .qqzi 𨉊
69717 .k;si 𨉋
69718 .;ci 𨉌
69719 .lpki 𨉍
69720 .zaxi 𨉎
69721 .j;si 𨉏
69722 .jpsi 𨉏
69723 .loxi 𨉐
69724 .;lri 𨉑
69725 .;ari 𨉑
69726 .w,i 𨉒
69727 .ijki 𨉓
69728 .kaki 𨉓
69729 .epfi 𨉔
69730 .gzhi 𨉕
69731 e.i 𨉖
69732 .nahi 𨉗
69733 .oni 𨉘
69734 .aaxi 𨉙
69735 .zpsi 𨉚
69736 .;ozi 𨉛
69737 .jr;i 𨉜
69738 .nmsi 𨉝
69739 .rk.i 𨉞
69740 .i;ji 𨉟
69741 .oii 𨉠
69742 .ofi 𨉡
69743 .opi 𨉢
69744 .etbi 𨉣
69745 .lpri 𨉤
69746 .alei 𨉥
69747 .mui 𨉦
69748 .zaxi 𨉧
69749 .osbi 𨉨
69750 .zpi 𨉩
69751 .plsi 𨉪
69752 .l;;i 𨉫
69753 .y;di 𨉬
69754 .bji 𨉭
69755 .lpqi 𨉮
69756 .odgi 𨉯
69757 .htti 𨉰
69758 .tgki 𨉱
69759 .y;;i 𨉲
69760 .kxbi 𨉳
69761 .faei 𨉴
69762 .oxi 𨉵
69763 .irqi 𨉶
69764 .izqi 𨉶
69765 .nk;i 𨉷
69766 .g,i 𨉸
69767 .pqxi 𨉹
69768 .kjmi 𨉺
69769 .qjki 𨉻
69770 .qeni 𨉼
69771 .a;ni 𨉼
69772 .pari 𨉽
69773 .lji 𨉾
69774 .alei 𨉿
69775 .jjdi 𨊀
69776 .rlqi 𨊁
69777 .p,i 𨊂
69778 l,p.i 𨊃
69779 .l,pi 𨊄
69780 .rrsi 𨊅
69781 .rlri 𨊆
69782 .rpki 𨊇
69783 .a/fi 𨊈
69784 .lqqi 𨊉
69785 .nw;i 𨊊
69786 ./mi 𨊋
69787 .,mqi 𨊌
69788 .jzyi 𨊍
69789 .nqdi 𨊎
69790 .izyi 𨊏
69791 .kzyi 𨊏
69792 .m;ni 𨊐
69793 .apai 𨊑
69794 ./l/i 𨊒
69795 .nndi 𨊓
69796 .qdui 𨊔
69797 .nami 𨊕
69798 .bpwi 𨊖
69799 .jz;i 𨊗
69800 .q;ni 𨊘
69801 .fzxi 𨊙
69802 .gggi 𨊚
69803 .zlei 𨊛
69804 .rlqi 𨊜
69805 .qoci 𨊝
69806 .aeei 𨊞
69807 yxx.i 𨊟
69808 xyx.i 𨊟
69809 qgsi 𨊠
69810 qadi 𨊡
69811 apdxi 𨊢
69812 qxi 𨊢
69813 qci 𨊣
69814 qki 𨊤
69815 qdi 𨊥
69816 zqi 𨊦
69817 qqi 𨊧
69818 q.i 𨊨
69819 qwi 𨊩
69820 qaxi 𨊪
69821 qaadi 𨊫
69822 jaqi 𨊬
69823 qfhi 𨊭
69824 qagai 𨊮
69825 qlqi 𨊯
69826 qqi 𨊯
69827 qosi 𨊰
69828 qafi 𨊱
69829 qtsi 𨊲
69830 qni 𨊳
69831 q.i 𨊴
69832 qlxi 𨊵
69833 qjsi 𨊶
69834 qlaai 𨊷
69835 qlki 𨊷
69836 qui 𨊸
69837 qtdsi 𨊹
69838 qei 𨊺
69839 qafi 𨊻
69840 qaffi 𨊻
69841 qtli 𨊼
69842 qk.i 𨊽
69843 qj.i 𨊾
69844 qbbi 𨊿
69845 qgri 𨋀
69846 qjbi 𨋁
69847 qkji 𨋂
69848 qlbi 𨋃
69849 qgki 𨋃
69850 qjsi 𨋄
69851 qqqi 𨋅
69852 qawi 𨋆
69853 qaxi 𨋇
69854 qci 𨋈
69855 cqi 𨋉
69856 ql.i 𨋊
69857 qbgdi 𨋋
69858 qbbi 𨋌
69859 qxsi 𨋍
69860 qjci 𨋎
69861 qkci 𨋏
69862 qqhi 𨋐
69863 qsqi 𨋑
69864 qxfi 𨋒
69865 qgi 𨋓
69866 qarhi 𨋔
69867 qoji 𨋕
69868 qodji 𨋖
69869 qolji 𨋖
69870 qbqi 𨋗
69871 qoei 𨋘
69872 qpdi 𨋙
69873 qbbi 𨋚
69874 qzsbi 𨋛
69875 qlsbi 𨋛
69876 qslbi 𨋛
69877 q.asi 𨋜
69878 qqbi 𨋝
69879 qzjdi 𨋞
69880 lvqi 𨋟
69881 qnsi 𨋠
69882 ddqi 𨋡
69883 qyi 𨋢
69884 qajki 𨋣
69885 qebi 𨋤
69886 qtgei 𨋥
69887 qljbi 𨋦
69888 lpqi 𨋧
69889 qtxi 𨋨
69890 qkzhi 𨋩
69891 q.qi 𨋪
69892 qs,i 𨋫
69893 gcaqi 𨋬
69894 qjtsi 𨋭
69895 qlpi 𨋮
69896 qpxi 𨋯
69897 qaaki 𨋰
69898 qkjki 𨋰
69899 qlei 𨋱
69900 qkci 𨋲
69901 qpzi 𨋳
69902 qnwi 𨋴
69903 qvji 𨋵
69904 qkari 𨋶
69905 qklri 𨋶
69906 qqqi 𨋷
69907 qzii 𨋸
69908 qaiki 𨋸
69909 qj..i 𨋹
69910 oqi 𨋺
69911 q.bi 𨋻
69912 qkhfi 𨋼
69913 qifi 𨋽
69914 qbbi 𨋾
69915 xxjqi 𨋿
69916 qaei 𨌀
69917 qqpi 𨌁
69918 qdari 𨌂
69919 q.ari 𨌃
69920 xrqi 𨌄
69921 irlqi 𨌅
69922 izqi 𨌅
69923 qnzxi 𨌆
69924 qa.i 𨌇
69925 q.i 𨌈
69926 q;ui 𨌉
69927 qnmai 𨌊
69928 qnaai 𨌊
69929 qg;i 𨌋
69930 q.asi 𨌌
69931 qyfi 𨌍
69932 qivi 𨌎
69933 rqxi 𨌏
69934 qr.i 𨌐
69935 qzaxi 𨌑
69936 qo;i 𨌒
69937 qlpki 𨌓
69938 qk;si 𨌔
69939 qkhli 𨌕
69940 qinli 𨌕
69941 q.ui 𨌖
69942 ddjqi 𨌗
69943 qxk.i 𨌘
69944 qzoi 𨌙
69945 qyxoi 𨌙
69946 qnofi 𨌚
69947 qv;i 𨌛
69948 j;sqi 𨌜
69949 jpsqi 𨌜
69950 qklhi 𨌝
69951 qrxji 𨌞
69952 qnvi 𨌟
69953 qwci 𨌠
69954 qtci 𨌠
69955 qaeti 𨌡
69956 q.tdi 𨌢
69957 qjtdi 𨌢
69958 qfjki 𨌣
69959 ymqqi 𨌤
69960 arqri 𨌥
69961 qpodi 𨌦
69962 qplfi 𨌦
69963 qpsdi 𨌦
69964 qzpsi 𨌧
69965 qlodi 𨌨
69966 qcj;i 𨌩
69967 qkxni 𨌪
69968 qizsi 𨌫
69969 qkzsi 𨌫
69970 qepfi 𨌬
69971 qcpi 𨌭
69972 qnoai 𨌮
69973 qnohi 𨌮
69974 qzui 𨌯
69975 qyxui 𨌯
69976 qkkci 𨌰
69977 ngcqi 𨌱
69978 qoapi 𨌲
69979 qeui 𨌳
69980 qkyi 𨌴
69981 qnuai 𨌵
69982 qysji 𨌶
69983 qawri 𨌷
69984 ..q.i 𨌸
69985 q,,i 𨌹
69986 qkbbi 𨌺
69987 qakri 𨌻
69988 q;ddi 𨌼
69989 qoffi 𨌽
69990 ofoqi 𨌾
69991 qvpi 𨌿
69992 qaxei 𨍀
69993 kkjqi 𨍁
69994 l.lqi 𨍂
69995 xxzqi 𨍃
69996 quaki 𨍄
69997 qfjbi 𨍅
69998 qppi 𨍆
69999 qn.;i 𨍇
70000 q.d.i 𨍈
70001 ql.ni 𨍉
70002 qlv,i 𨍊
70003 qm;i 𨍋
70004 qtspi 𨍌
70005 qbifi 𨍍
70006 qblfi 𨍍
70007 bgdqi 𨍎
70008 qnrbi 𨍏
70009 qgcui 𨍐
70010 qypi 𨍑
70011 qdtqi 𨍒
70012 qkqi 𨍓
70013 rdqdi 𨍔
70014 qrsvi 𨍕
70015 qkkji 𨍖
70016 ngcqi 𨍗
70017 qapgi 𨍘
70018 qkqi 𨍙
70019 qibbi 𨍚
70020 qrsfi 𨍛
70021 qrszi 𨍛
70022 qrqki 𨍜
70023 qrasi 𨍜
70024 qrfi 𨍝
70025 qfjzi 𨍞
70026 q;dpi 𨍟
70027 qj;bi 𨍠
70028 qjpbi 𨍠
70029 qypci 𨍡
70030 qaa;i 𨍢
70031 qkj;i 𨍢
70032 qilji 𨍣
70033 qnq;i 𨍤
70034 qalwi 𨍥
70035 q,wi 𨍦
70036 qlpri 𨍧
70037 qi.i 𨍨
70038 qykhi 𨍩
70039 q.tbi 𨍪
70040 qa/vi 𨍫
70041 qaxpi 𨍬
70042 qacpi 𨍬
70043 qqhhi 𨍭
70044 qqjdi 𨍮
70045 prkqi 𨍯
70046 qrxui 𨍰
70047 qlvqi 𨍱
70048 qpa.i 𨍲
70049 qmodi 𨍳
70050 q.odi 𨍳
70051 qnt;i 𨍴
70052 qnpki 𨍵
70053 ,,jqi 𨍶
70054 qfaei 𨍷
70055 qohpi 𨍸
70056 qoxi 𨍹
70057 qbkbi 𨍺
70058 qbdbi 𨍺
70059 k;bqi 𨍻
70060 qqsqi 𨍼
70061 qykxi 𨍽
70062 qmui 𨍾
70063 qb.bi 𨍿
70064 qlpfi 𨎀
70065 qlpai 𨎀
70066 qjpki 𨎁
70067 qza;i 𨎂
70068 qkxbi 𨎃
70069 qz;;i 𨎄
70070 q/pai 𨎅
70071 ldlqi 𨎆
70072 qg,i 𨎇
70073 qzr;i 𨎈
70074 q.aci 𨎉
70075 qykxi 𨎊
70076 qcjri 𨎋
70077 rifqi 𨎌
70078 qntci 𨎍
70079 qy;ti 𨎎
70080 q;y;i 𨎏
70081 q;f;i 𨎏
70082 rkrqi 𨎐
70083 zqqi 𨎑
70084 ql,ni 𨎒
70085 qofqi 𨎓
70086 qrzi 𨎔
70087 qzixi 𨎕
70088 cj;qi 𨎖
70089 qpl.i 𨎗
70090 q.mi 𨎘
70091 qy;.i 𨎙
70092 q,pi 𨎚
70093 qcjvi 𨎛
70094 qnrfi 𨎜
70095 qqpi 𨎝
70096 qrh.i 𨎞
70097 qrl.i 𨎞
70098 qp.;i 𨎟
70099 p.;qi 𨎠
70100 qybxi 𨎡
70101 qbjni 𨎢
70102 qnk;i 𨎣
70103 qbqii 𨎤
70104 qzni 𨎥
70105 qljfi 𨎦
70106 qr;.i 𨎧
70107 q;dmi 𨎨
70108 qrpki 𨎩
70109 qalei 𨎪
70110 qeui 𨎫
70111 qrrsi 𨎬
70112 qymxi 𨎭
70113 qfabi 𨎮
70114 kkkqi 𨎯
70115 qi;bi 𨎰
70116 qymsi 𨎱
70117 qs.;i 𨎲
70118 ql.fi 𨎳
70119 qcjpi 𨎴
70120 q;axi 𨎵
70121 qea.i 𨎶
70122 qnici 𨎷
70123 qbgvi 𨎸
70124 qypvi 𨎹
70125 qypci 𨎺
70126 qjzyi 𨎻
70127 qzuqi 𨎼
70128 qfpui 𨎽
70129 qqdmi 𨎾
70130 qr;mi 𨎾
70131 qzpi 𨎿
70132 qp/ni 𨏀
70133 qzp.i 𨏁
70134 qyx.i 𨏁
70135 qjqni 𨏂
70136 qapai 𨏃
70137 qawei 𨏄
70138 qycmi 𨏅
70139 qcaqi 𨏆
70140 kkkqi 𨏇
70141 q.qni 𨏈
70142 ljzqi 𨏉
70143 qdtqi 𨏊
70144 qwovi 𨏋
70145 qpx,i 𨏌
70146 q,,vi 𨏍
70147 qu,di 𨏎
70148 q,,qi 𨏏
70149 o..qi 𨏐
70150 qoomi 𨏑
70151 qgggi 𨏒
70152 qrexi 𨏓
70153 qr/mi 𨏔
70154 qf.ni 𨏕
70155 qqaxi 𨏖
70156 qaxxi 𨏖
70157 qu,pi 𨏗
70158 qr,mi 𨏘
70159 q/rxi 𨏙
70160 qi;fi 𨏚
70161 qyxxi 𨏛
70162 kkkqi 𨏜
70163 q.bbi 𨏝
70164 ecaqi 𨏞
70165 qqpqi 𨏟
70166 qyuqi 𨏠
70167 qvpci 𨏡
70168 qirxi 𨏢
70169 qfz.i 𨏣
70170 qfy.i 𨏣
70171 qik.i 𨏤
70172 qka.i 𨏤
70173 qnrni 𨏥
70174 qnfni 𨏥
70175 qekyi 𨏦
70176 epuqi 𨏧
70177 qziai 𨏨
70178 yuqhi 𨏩
70179 yuqfi 𨏩
70180 yuqzi 𨏩
70181 qkkxi 𨏪
70182 qfchi 𨏫
70183 qqjqi 𨏬
70184 qev/i 𨏭
70185 oqaqi 𨏮
70186 yqx;i 𨏯
70187 yxq;i 𨏯
70188 qykqi 𨏰
70189 qt.ni 𨏱
70190 qbrqi 𨏲
70191 qdk;i 𨏳
70192 qaeei 𨏴
70193 q.b.i 𨏵
70194 yxxqi 𨏶
70195 xyxqi 𨏶
70196 qyxxi 𨏷
70197 qxyxi 𨏷
70198 qy;ci 𨏸
70199 qjjbi 𨏹
70200 qaxmi 𨏺
70201 qqami 𨏺
70202 qcj,i 𨏻
70203 qfe/i 𨏼
70204 qajqi 𨏽
70205 eqjqi 𨏾
70206 qqqqi 𨏿
70207 qapqi 𨐀
70208 qppai 𨐁
70209 q.z.i 𨐂
70210 iiiqi 𨐃
70211 q.bpi 𨐄
70212 qp.pi 𨐄
70213 qfsbi 𨐅
70214 qfafi 𨐆
70215 qfzhi 𨐇
70216 qfcsi 𨐈
70217 qffbi 𨐉
70218 qfnni 𨐊
70219 yfi 𨐋
70220 yfi 𨐌
70221 .yfi 𨐍
70222 yfwi 𨐎
70223 yfdi 𨐏
70224 yifsi 𨐐
70225 yfxsi 𨐑
70226 f;yfi 𨐒
70227 j;yfi 𨐓
70228 mmyfi 𨐔
70229 ttyfi 𨐕
70230 .vyfi 𨐖
70231 yfjqi 𨐗
70232 .vhfi 𨐘
70233 g;yfi 𨐙
70234 tl;fi 𨐚
70235 bcyfi 𨐛
70236 yflfi 𨐜
70237 neyfi 𨐝
70238 wf;fi 𨐞
70239 yff;i 𨐟
70240 x;vfi 𨐠
70241 yff;i 𨐡
70242 b;yfi 𨐢
70243 yfqvi 𨐣
70244 yfv/i 𨐤
70245 yfrfi 𨐥
70246 yfxi 𨐦
70247 b;rfi 𨐧
70248 b;ydi 𨐨
70249 yfici 𨐩
70250 yftki 𨐪
70251 byyfi 𨐫
70252 b;yhi 𨐬
70253 yfw,i 𨐭
70254 yffki 𨐮
70255 b;yji 𨐯
70256 yfkfi 𨐰
70257 yfufi 𨐱
70258 .bjfi 𨐲
70259 g;kfi 𨐳
70260 b;ydi 𨐴
70261 yfnfi 𨐵
70262 yftai 𨐶
70263 yfyei 𨐷
70264 yfbii 𨐸
70265 x;y,i 𨐹
70266 yfpxi 𨐺
70267 yvo.i 𨐻
70268 yf;;i 𨐼
70269 yfy;i 𨐼
70270 b;yei 𨐽
70271 syffi 𨐾
70272 yfomi 𨐿
70273 f;yfi 𨑀
70274 f;;fi 𨑀
70275 ojqoi 𨑁
70276 yf;;i 𨑂
70277 zaaki 𨑃
70278 zaaki 𨑄
70279 zaadi 𨑅
70280 ddzxi 𨑆
70281 a/zxi 𨑇
70282 nszhi 𨑈
70283 zaari 𨑉
70284 mmpxi 𨑊
70285 vlpxi 𨑋
70286 pppxi 𨑌
70287 lsni 𨑍
70288 slni 𨑍
70289 dgni 𨑎
70290 jni 𨑏
70291 ssni 𨑐
70292 ysni 𨑑
70293 rni 𨑒
70294 tsni 𨑓
70295 .ctsi 𨑔
70296 ;ni 𨑕
70297 tsni 𨑖
70298 eani 𨑗
70299 fsni 𨑘
70300 shni 𨑙
70301 mni 𨑚
70302 .cagi 𨑛
70303 acni 𨑜
70304 dkni 𨑝
70305 lqni 𨑞
70306 qni 𨑞
70307 ksni 𨑟
70308 .ni 𨑠
70309 .cri 𨑡
70310 .ckki 𨑢
70311 tkni 𨑣
70312 fbni 𨑤
70313 l.ni 𨑥
70314 bgdni 𨑦
70315 jkni 𨑧
70316 pni 𨑨
70317 tgdni 𨑩
70318 kxni 𨑪
70319 zshni 𨑫
70320 rni 𨑬
70321 eni 𨑭
70322 kfni 𨑮
70323 ,ni 𨑯
70324 amni 𨑰
70325 bbni 𨑱
70326 oni 𨑲
70327 lrni 𨑳
70328 arni 𨑳
70329 ofni 𨑴
70330 easni 𨑵
70331 oeni 𨑶
70332 kfni 𨑷
70333 keni 𨑸
70334 kkni 𨑹
70335 lqni 𨑺
70336 jsni 𨑻
70337 axni 𨑼
70338 sfni 𨑽
70339 szni 𨑽
70340 cni 𨑾
70341 fdni 𨑿
70342 jjni 𨒀
70343 ssni 𨒁
70344 leni 𨒂
70345 ini 𨒃
70346 k;ni 𨒄
70347 ;kni 𨒅
70348 nsni 𨒆
70349 pdni 𨒇
70350 baani 𨒈
70351 lgdni 𨒉
70352 agdni 𨒉
70353 pkni 𨒊
70354 qxni 𨒋
70355 aeni 𨒌
70356 ffni 𨒍
70357 qaani 𨒎
70358 qani 𨒎
70359 zkni 𨒏
70360 z;ni 𨒐
70361 qtni 𨒑
70362 alfni 𨒒
70363 gfcni 𨒓
70364 ozni 𨒔
70365 kfhni 𨒕
70366 odjni 𨒖
70367 oljni 𨒖
70368 jfni 𨒗
70369 ajdni 𨒘
70370 gni 𨒙
70371 jni 𨒚
70372 kcni 𨒛
70373 nlni 𨒜
70374 tjdni 𨒝
70375 ddni 𨒞
70376 .hni 𨒟
70377 .edci 𨒠
70378 .edki 𨒠
70379 l;ni 𨒡
70380 xdkni 𨒢
70381 xxni 𨒢
70382 ogfni 𨒣
70383 eqni 𨒤
70384 x.ni 𨒥
70385 ojni 𨒦
70386 pxni 𨒧
70387 yxkni 𨒨
70388 aljni 𨒩
70389 vjni 𨒪
70390 ifni 𨒫
70391 axrni 𨒬
70392 z,ni 𨒭
70393 aajni 𨒮
70394 kjkni 𨒮
70395 ddsni 𨒯
70396 wgfni 𨒰
70397 rkni 𨒱
70398 ovni 𨒲
70399 yini 𨒳
70400 xxxni 𨒴
70401 mni 𨒵
70402 jtdni 𨒶
70403 /ni 𨒷
70404 zdgni 𨒸
70405 alpni 𨒹
70406 casni 𨒺
70407 y.fni 𨒻
70408 hbfni 𨒻
70409 .ctxi 𨒼
70410 ddni 𨒽
70411 ijdni 𨒾
70412 a/ni 𨒿
70413 nlfni 𨓀
70414 xxni 𨓁
70415 dagni 𨓂
70416 ag,ni 𨓃
70417 ffni 𨓄
70418 lpsni 𨓅
70419 pmni 𨓆
70420 .zjni 𨓇
70421 oasni 𨓈
70422 .ni 𨓉
70423 aesni 𨓊
70424 zfni 𨓋
70425 yxfni 𨓋
70426 w,ni 𨓌
70427 noni 𨓍
70428 cgfni 𨓎
70429 darni 𨓏
70430 ;l;ni 𨓐
70431 ;;ni 𨓐
70432 eaoni 𨓑
70433 darni 𨓒
70434 dlrni 𨓒
70435 ohni 𨓓
70436 bauni 𨓔
70437 koeni 𨓕
70438 eqqni 𨓖
70439 ejni 𨓗
70440 ejfni 𨓘
70441 pfni 𨓙
70442 k;sni 𨓚
70443 qjfni 𨓛
70444 j;sni 𨓜
70445 jpsni 𨓜
70446 ljjni 𨓝
70447 zoni 𨓞
70448 yxoni 𨓞
70449 srkni 𨓟
70450 bajni 𨓠
70451 byjni 𨓠
70452 arfni 𨓡
70453 onasi 𨓢
70454 vfhni 𨓣
70455 p.ni 𨓤
70456 bpni 𨓥
70457 prni 𨓦
70458 .eni 𨓧
70459 jni 𨓨
70460 n,ni 𨓩
70461 bcni 𨓪
70462 zvni 𨓫
70463 yxvni 𨓫
70464 cpni 𨓬
70465 aebni 𨓭
70466 .lrni 𨓮
70467 .arni 𨓮
70468 eni 𨓯
70469 atcni 𨓰
70470 lrrni 𨓱
70471 lsrni 𨓱
70472 k;oni 𨓲
70473 vpni 𨓳
70474 oaeni 𨓴
70475 ofani 𨓴
70476 kizni 𨓵
70477 .ct,i 𨓶
70478 awani 𨓷
70479 vjfni 𨓸
70480 dyrni 𨓹
70481 ;j;ni 𨓺
70482 tcni 𨓻
70483 .etdi 𨓼
70484 runi 𨓽
70485 zqdni 𨓾
70486 eeni 𨓿
70487 ecni 𨔀
70488 ep.ni 𨔁
70489 epmni 𨔁
70490 ;;eni 𨔂
70491 k;wni 𨔃
70492 .ajni 𨔄
70493 .dkni 𨔅
70494 hkhni 𨔆
70495 bbnni 𨔇
70496 oajni 𨔈
70497 ofjni 𨔈
70498 y.fni 𨔉
70499 ykkni 𨔊
70500 rvni 𨔋
70501 gf.ni 𨔌
70502 /fgni 𨔍
70503 nrkni 𨔎
70504 nzgni 𨔎
70505 iz;ni 𨔏
70506 zfni 𨔐
70507 euni 𨔑
70508 pjkni 𨔒
70509 oz;ni 𨔓
70510 ./ni 𨔔
70511 .tdni 𨔕
70512 ejqni 𨔖
70513 ;b;ni 𨔗
70514 rvni 𨔘
70515 zgni 𨔙
70516 grgni 𨔚
70517 esni 𨔛
70518 wjani 𨔜
70519 opni 𨔝
70520 almni 𨔞
70521 epkni 𨔟
70522 ofni 𨔠
70523 t.ni 𨔡
70524 d/ni 𨔢
70525 vb;ni 𨔣
70526 vibni 𨔤
70527 a,bni 𨔤
70528 tf.ni 𨔥
70529 r;ini 𨔦
70530 bifni 𨔧
70531 blani 𨔧
70532 afoni 𨔨
70533 lfoni 𨔨
70534 .dkni 𨔩
70535 lqni 𨔪
70536 pk.ni 𨔫
70537 zkani 𨔬
70538 zkoni 𨔬
70539 wamni 𨔭
70540 k,fni 𨔮
70541 pcni 𨔯
70542 a/fni 𨔰
70543 vkfni 𨔱
70544 dqni 𨔲
70545 tzuni 𨔳
70546 fj;ni 𨔴
70547 w.ni 𨔵
70548 zifni 𨔶
70549 rfni 𨔷
70550 rjani 𨔸
70551 plpni 𨔹
70552 ;;ani 𨔺
70553 t;jni 𨔻
70554 vogni 𨔼
70555 fb;ni 𨔽
70556 rlpni 𨔾
70557 a.fni 𨔿
70558 oozni 𨕀
70559 n,ni 𨕁
70560 alpni 𨕂
70561 reni 𨕃
70562 b,ni 𨕄
70563 a/rni 𨕅
70564 aeuni 𨕆
70565 fleni 𨕇
70566 pajni 𨕈
70567 oqbni 𨕉
70568 .rkni 𨕊
70569 leuni 𨕋
70570 zpni 𨕌
70571 rccni 𨕍
70572 zr;ni 𨕎
70573 za/ni 𨕏
70574 ejni 𨕐
70575 ejdni 𨕑
70576 paeni 𨕒
70577 ;;ani 𨕓
70578 p;mni 𨕔
70579 zeni 𨕕
70580 yxeni 𨕕
70581 tgtni 𨕖
70582 sklni 𨕗
70583 l;mni 𨕘
70584 lbni 𨕙
70585 pkpni 𨕚
70586 tf.ni 𨕛
70587 ,nxki 𨕜
70588 ,nski 𨕜
70589 oqhni 𨕝
70590 a/lni 𨕞
70591 pfkni 𨕟
70592 nkoni 𨕠
70593 fpfni 𨕡
70594 yxpni 𨕢
70595 ;;oni 𨕣
70596 ftjni 𨕤
70597 walni 𨕥
70598 nkkni 𨕦
70599 xxani 𨕧
70600 trlni 𨕨
70601 k,sni 𨕩
70602 .ck,i 𨕪
70603 yhpni 𨕫
70604 ;;ani 𨕬
70605 eaqni 𨕭
70606 b;sni 𨕮
70607 zaani 𨕯
70608 dqini 𨕰
70609 d.fni 𨕱
70610 pkeni 𨕲
70611 lmzni 𨕳
70612 lmsni 𨕴
70613 lesni 𨕵
70614 lesni 𨕶
70615 f.jni 𨕷
70616 f;rni 𨕸
70617 vapni 𨕹
70618 zyni 𨕺
70619 ptxni 𨕻
70620 .ckbi 𨕼
70621 .cici 𨕽
70622 .ckci 𨕽
70623 hozni 𨕾
70624 tgrni 𨕿
70625 da/ni 𨖀
70626 .cwji 𨖁
70627 l;ni 𨖂
70628 ll.ni 𨖃
70629 no;ni 𨖄
70630 hbtni 𨖅
70631 euani 𨖆
70632 zfhni 𨖇
70633 myni 𨖈
70634 ,,fni 𨖉
70635 rmni 𨖊
70636 natni 𨖋
70637 irhni 𨖌
70638 at;ni 𨖍
70639 lx;ni 𨖎
70640 ebsni 𨖏
70641 caini 𨖐
70642 fawni 𨖑
70643 vmni 𨖒
70644 nr,ni 𨖓
70645 bcwni 𨖔
70646 zbjni 𨖕
70647 rkrni 𨖖
70648 ftlni 𨖗
70649 fpeni 𨖘
70650 /kkni 𨖙
70651 ukkni 𨖙
70652 /.ni 𨖙
70653 lu.ni 𨖙
70654 l/kni 𨖙
70655 l/.ni 𨖙
70656 vpcni 𨖚
70657 zafni 𨖛
70658 zaani 𨖜
70659 zwni 𨖝
70660 /aani 𨖞
70661 ..ni 𨖟
70662 .gjni 𨖠
70663 .a.ni 𨖡
70664 .arni 𨖢
70665 j.sni 𨖣
70666 j.dni 𨖣
70667 .c.,i 𨖤
70668 yxxni 𨖥
70669 .pfni 𨖦
70670 lqvni 𨖧
70671 lvmni 𨖨
70672 izjni 𨖩
70673 kzjni 𨖩
70674 .c.fi 𨖪
70675 rkyni 𨖫
70676 lorni 𨖬
70677 dzrni 𨖭
70678 ddani 𨖮
70679 eptni 𨖯
70680 o;nki 𨖰
70681 yxjni 𨖱
70682 lfqni 𨖲
70683 ceni 𨖳
70684 or,ni 𨖴
70685 ky,ni 𨖵
70686 jp.ni 𨖶
70687 j;.ni 𨖶
70688 ltfni 𨖷
70689 epcni 𨖸
70690 axrni 𨖹
70691 lalni 𨖺
70692 aeqni 𨖻
70693 lu.ni 𨖼
70694 l/.ni 𨖼
70695 l/kni 𨖼
70696 /kkni 𨖼
70697 /.ni 𨖼
70698 okrni 𨖽
70699 xxni 𨖾
70700 .lgni 𨖿
70701 hlgni 𨖿
70702 kkkni 𨗀
70703 ykjni 𨗁
70704 xxzni 𨗂
70705 xxani 𨗂
70706 .ca.i 𨗃
70707 .cy.i 𨗃
70708 ,,,ni 𨗄
70709 oi.ni 𨗅
70710 a/zni 𨗆
70711 a/zni 𨗇
70712 py;ni 𨗈
70713 nkani 𨗉
70714 rlpni 𨗊
70715 epqni 𨗋
70716 idfni 𨗌
70717 yp;ni 𨗍
70718 ti.ni 𨗎
70719 pppni 𨗏
70720 vppni 𨗐
70721 zxkni 𨗑
70722 zlrni 𨗒
70723 zarni 𨗒
70724 zlrbi 𨗒
70725 zarbi 𨗒
70726 ;ilni 𨗓
70727 ozeni 𨗔
70728 odzni 𨗔
70729 odani 𨗔
70730 ipfni 𨗕
70731 ipzni 𨗖
70732 ykqni 𨗗
70733 xxxni 𨗘
70734 xxini 𨗙
70735 xxlni 𨗙
70736 irini 𨗚
70737 ifini 𨗚
70738 irfni 𨗚
70739 fpfni 𨗛
70740 ibvni 𨗜
70741 khbni 𨗜
70742 .cb;i 𨗝
70743 ddpni 𨗞
70744 xr;ni 𨗟
70745 zaani 𨗠
70746 lr;ni 𨗡
70747 a/yni 𨗢
70748 r/pni 𨗣
70749 ifani 𨗤
70750 kqfni 𨗤
70751 i/pni 𨗥
70752 i;;ni 𨗦
70753 jzkni 𨗧
70754 ft;ni 𨗨
70755 caini 𨗩
70756 fpani 𨗪
70757 /zbni 𨗫
70758 .c.,i 𨗬
70759 odkni 𨗭
70760 okrni 𨗭
70761 odkni 𨗮
70762 ddhni 𨗯
70763 eptni 𨗰
70764 mqini 𨗱
70765 fm;ni 𨗲
70766 iljci 𨗳
70767 /kyni 𨗴
70768 orini 𨗵
70769 afani 𨗶
70770 oalni 𨗶
70771 vm;ni 𨗷
70772 frsni 𨗸
70773 la.ni 𨗹
70774 zibni 𨗺
70775 zkhni 𨗺
70776 /eeni 𨗻
70777 orjni 𨗼
70778 .afni 𨗽
70779 .ofni 𨗽
70780 mofni 𨗽
70781 k.rni 𨗾
70782 .txni 𨗿
70783 arani 𨘀
70784 xhxni 𨘁
70785 tl;ni 𨘂
70786 hneni 𨘃
70787 natni 𨘄
70788 nftni 𨘄
70789 .teni 𨘅
70790 .dtni 𨘅
70791 ylxni 𨘆
70792 twjni 𨘇
70793 erini 𨘈
70794 latni 𨘉
70795 jjani 𨘊
70796 lphni 𨘋
70797 yhmni 𨘌
70798 ztxni 𨘍
70799 fzpni 𨘎
70800 fr;ni 𨘏
70801 klpni 𨘐
70802 f,hni 𨘑
70803 p;dni 𨘒
70804 p;vni 𨘒
70805 .qtni 𨘓
70806 yyni 𨘔
70807 ozani 𨘕
70808 .xkni 𨘖
70809 caini 𨘗
70810 blqni 𨘘
70811 yxjni 𨘙
70812 fjjni 𨘚
70813 yrdni 𨘛
70814 yrrni 𨘛
70815 apfni 𨘜
70816 apdni 𨘜
70817 rlqni 𨘝
70818 fjkni 𨘞
70819 lntni 𨘟
70820 p;dni 𨘠
70821 .ppni 𨘡
70822 ljnni 𨘢
70823 /r;ni 𨘣
70824 okmni 𨘤
70825 lrbni 𨘥
70826 frpni 𨘦
70827 zzmni 𨘧
70828 vqpni 𨘨
70829 jclni 𨘩
70830 jscni 𨘩
70831 uacni 𨘩
70832 zzqni 𨘪
70833 rrrni 𨘫
70834 frjni 𨘬
70835 apwni 𨘭
70836 aptni 𨘭
70837 ejdni 𨘮
70838 lvkni 𨘯
70839 yi;ni 𨘰
70840 v;.ni 𨘱
70841 v;jni 𨘱
70842 lnani 𨘲
70843 .dpni 𨘳
70844 o;eni 𨘴
70845 ep;ni 𨘵
70846 acani 𨘶
70847 aibni 𨘶
70848 .alni 𨘷
70849 zlvni 𨘸
70850 a.uni 𨘹
70851 mofni 𨘺
70852 .ofni 𨘺
70853 lr;ni 𨘻
70854 qdani 𨘼
70855 aemni 𨘽
70856 zkyni 𨘾
70857 y;;ni 𨘿
70858 rrfni 𨙀
70859 .c.mi 𨙁
70860 mofni 𨙂
70861 .ofni 𨙂
70862 eptni 𨙃
70863 i;;ni 𨙄
70864 .pwni 𨙅
70865 a.uni 𨙆
70866 nrkni 𨙇
70867 bctni 𨙈
70868 zetni 𨙉
70869 feani 𨙊
70870 rk/ni 𨙋
70871 lbjni 𨙌
70872 ozlni 𨙍
70873 y/cni 𨙎
70874 ddyni 𨙏
70875 bqsni 𨙐
70876 lpqni 𨙐
70877 lodni 𨙑
70878 koani 𨙑
70879 bbpni 𨙒
70880 aeani 𨙓
70881 ofgni 𨙔
70882 f;;ni 𨙕
70883 bjffi 𨙖
70884 fpmni 𨙗
70885 pppni 𨙘
70886 olpni 𨙙
70887 fpmni 𨙚
70888 v;nki 𨙛
70889 v;n.i 𨙛
70890 rkpni 𨙜
70891 zptni 𨙝
70892 .cosi 𨙞
70893 fekni 𨙟
70894 vpvni 𨙠
70895 lafni 𨙡
70896 larni 𨙡
70897 lffni 𨙡
70898 lfrni 𨙡
70899 lljni 𨙢
70900 .ypni 𨙣
70901 z.jni 𨙤
70902 zp/ni 𨙥
70903 lkkni 𨙦
70904 kkkni 𨙦
70905 .cb,i 𨙧
70906 ;qdgi 𨙨
70907 fti 𨙩
70908 oti 𨙪
70909 ;ti 𨙫
70910 tsti 𨙬
70911 rti 𨙭
70912 shti 𨙮
70913 fhti 𨙯
70914 oti 𨙰
70915 aagti 𨙱
70916 lqti 𨙲
70917 qti 𨙲
70918 bhti 𨙳
70919 flti 𨙴
70920 xti 𨙵
70921 sxti 𨙵
70922 ajdti 𨙶
70923 yjdti 𨙶
70924 fdti 𨙷
70925 fbti 𨙸
70926 clti 𨙹
70927 grti 𨙺
70928 jaati 𨙻
70929 arti 𨙼
70930 lrti 𨙼
70931 igti 𨙽
70932 khgti 𨙽
70933 fb;si 𨙾
70934 zxti 𨙿
70935 zti 𨚀
70936 qsti 𨚁
70937 ksti 𨚂
70938 yxti 𨚃
70939 llati 𨚄
70940 k.ti 𨚅
70941 af;si 𨚆
70942 afasi 𨚆
70943 kj;si 𨚇
70944 cl;si 𨚈
70945 jaasi 𨚉
70946 ,;tsi 𨚊
70947 ;td,i 𨚋
70948 amti 𨚌
70949 qqti 𨚍
70950 awti 𨚎
70951 axti 𨚏
70952 ksti 𨚐
70953 gadti 𨚑
70954 cl;si 𨚒
70955 tgeti 𨚓
70956 ltsti 𨚔
70957 xfti 𨚕
70958 eqti 𨚖
70959 jrti 𨚗
70960 avti 𨚘
70961 ;agti 𨚙
70962 i;tsi 𨚚
70963 qaati 𨚛
70964 ifti 𨚜
70965 arhti 𨚝
70966 z;ti 𨚞
70967 .hti 𨚟
70968 ra;si 𨚠
70969 gc;si 𨚡
70970 fdhti 𨚢
70971 aeti 𨚣
70972 qaati 𨚤
70973 orti 𨚥
70974 dfti 𨚦
70975 b;ti 𨚧
70976 b;ti 𨚨
70977 qdti 𨚩
70978 yti 𨚪
70979 rxti 𨚫
70980 oa;si 𨚬
70981 tgesi 𨚭
70982 lpti 𨚮
70983 jqti 𨚯
70984 pfti 𨚰
70985 gcati 𨚱
70986 zdgti 𨚲
70987 yswti 𨚳
70988 w;ti 𨚴
70989 r;txi 𨚵
70990 oqti 𨚶
70991 m;ti 𨚷
70992 axcti 𨚸
70993 a/ti 𨚹
70994 zu;si 𨚺
70995 rlqsi 𨚻
70996 ;tdui 𨚼
70997 oq;si 𨚽
70998 qdqti 𨚾
70999 jfdti 𨚿
71000 lrxti 𨛀
71001 arxti 𨛀
71002 ifti 𨛁
71003 ,bti 𨛂
71004 ttti 𨛃
71005 tgrti 𨛄
71006 mmti 𨛅
71007 eqati 𨛆
71008 jkkti 𨛇
71009 irti 𨛈
71010 jtdti 𨛉
71011 .zti 𨛊
71012 prti 𨛋
71013 ysvti 𨛌
71014 cuti 𨛍
71015 pafti 𨛎
71016 kkrti 𨛏
71017 xk.ti 𨛐
71018 tsnti 𨛑
71019 ecti 𨛒
71020 arfti 𨛓
71021 z;ti 𨛔
71022 eptti 𨛕
71023 ejfti 𨛖
71024 ;tdti 𨛗
71025 lfrti 𨛘
71026 lfkti 𨛙
71027 fkti 𨛙
71028 r;txi 𨛚
71029 a.;si 𨛛
71030 ;qdsi 𨛜
71031 df;si 𨛝
71032 qaoti 𨛞
71033 qoti 𨛞
71034 qadti 𨛞
71035 qdsti 𨛞
71036 qdkti 𨛞
71037 qacti 𨛞
71038 qcti 𨛞
71039 dfti 𨛟
71040 bz;ti 𨛠
71041 ;uti 𨛡
71042 v;ti 𨛢
71043 ig;ti 𨛣
71044 khgti 𨛣
71045 a.ti 𨛤
71046 jti 𨛥
71047 tl;si 𨛦
71048 zcti 𨛧
71049 yxcti 𨛧
71050 rlgti 𨛨
71051 qti 𨛩
71052 oakti 𨛪
71053 lvlsi 𨛫
71054 ee;si 𨛬
71055 if;ti 𨛭
71056 bf;ti 𨛮
71057 nuati 𨛯
71058 .tdti 𨛰
71059 jtdti 𨛰
71060 naati 𨛱
71061 lvlti 𨛲
71062 rpti 𨛳
71063 pazti 𨛴
71064 esti 𨛵
71065 .jbti 𨛶
71066 elxsi 𨛷
71067 es;si 𨛸
71068 epmti 𨛹
71069 ep.ti 𨛹
71070 rakti 𨛺
71071 lvfti 𨛻
71072 lvzti 𨛻
71073 zuti 𨛼
71074 yxuti 𨛼
71075 lfeti 𨛽
71076 gfgsi 𨛾
71077 gfbsi 𨛾
71078 aebsi 𨛿
71079 zpssi 𨜀
71080 ekksi 𨜁
71081 cj;si 𨜂
71082 aegti 𨜃
71083 zti 𨜄
71084 zqdti 𨜅
71085 zkati 𨜆
71086 uawti 𨜇
71087 grgti 𨜈
71088 grtti 𨜉
71089 odbti 𨜊
71090 olbti 𨜊
71091 df;ti 𨜋
71092 dz;ti 𨜋
71093 neti 𨜌
71094 pvti 𨜍
71095 zvti 𨜎
71096 yxvti 𨜎
71097 lgbti 𨜏
71098 glbti 𨜏
71099 g.uti 𨜏
71100 pnti 𨜐
71101 jvti 𨜑
71102 fjzti 𨜒
71103 rjzti 𨜒
71104 emti 𨜓
71105 lpati 𨜔
71106 xrkti 𨜕
71107 sxrti 𨜕
71108 pmti 𨜖
71109 l./ti 𨜗
71110 baxti 𨜘
71111 bgdti 𨜙
71112 lafti 𨜚
71113 larti 𨜚
71114 lffti 𨜚
71115 lfrti 𨜚
71116 nkkti 𨜛
71117 cljti 𨜜
71118 ;;asi 𨜝
71119 rlpsi 𨜞
71120 ipti 𨜟
71121 zawti 𨜠
71122 qqlti 𨜡
71123 t;qsi 𨜢
71124 fjzsi 𨜣
71125 rjzsi 𨜣
71126 rjhti 𨜤
71127 qjfti 𨜥
71128 ajkti 𨜦
71129 alpti 𨜧
71130 zhuti 𨜨
71131 lpcti 𨜩
71132 kkkti 𨜪
71133 jzoti 𨜫
71134 lptti 𨜬
71135 qmti 𨜭
71136 odhti 𨜮
71137 olhti 𨜮
71138 jzhsi 𨜯
71139 irwti 𨜰
71140 nq;ti 𨜱
71141 lafsi 𨜲
71142 n;lti 𨜳
71143 rxuti 𨜴
71144 /uti 𨜵
71145 puti 𨜵
71146 ikuti 𨜶
71147 ykjti 𨜷
71148 zlpti 𨜸
71149 qteti 𨜹
71150 jaati 𨜹
71151 stgti 𨜹
71152 ;;eti 𨜹
71153 kxbti 𨜺
71154 ey.ti 𨜻
71155 a/vti 𨜼
71156 gmmti 𨜽
71157 ib;ti 𨜾
71158 itlti 𨜾
71159 ddati 𨜿
71160 oxti 𨝀
71161 lpkti 𨝁
71162 lpiti 𨝁
71163 zlpti 𨝂
71164 nr;ti 𨝃
71165 nf;ti 𨝃
71166 lveti 𨝄
71167 xlpsi 𨝅
71168 sxlsi 𨝅
71169 qdqti 𨝆
71170 qdoti 𨝇
71171 krxti 𨝈
71172 wmti 𨝉
71173 fuati 𨝊
71174 fjsti 𨝊
71175 qjsti 𨝊
71176 maati 𨝋
71177 fpfti 𨝌
71178 a/zti 𨝍
71179 ntcti 𨝎
71180 y.dti 𨝏
71181 xxxti 𨝐
71182 sfmti 𨝑
71183 pfmti 𨝑
71184 pdmti 𨝑
71185 szmti 𨝑
71186 fkati 𨝒
71187 fivti 𨝒
71188 a/ati 𨝓
71189 olrti 𨝔
71190 oarti 𨝔
71191 iruti 𨝕
71192 w;tki 𨝖
71193 ykjti 𨝗
71194 eliti 𨝘
71195 iuuti 𨝙
71196 ;ypsi 𨝚
71197 ;fpsi 𨝚
71198 fivti 𨝛
71199 rifbi 𨝜
71200 fpfsi 𨝝
71201 elisi 𨝞
71202 lv.si 𨝟
71203 maasi 𨝠
71204 dnati 𨝡
71205 naeti 𨝢
71206 xypti 𨝣
71207 xxmti 𨝤
71208 fpkti 𨝥
71209 cj;si 𨝦
71210 yxxti 𨝧
71211 orpti 𨝨
71212 q.;si 𨝩
71213 /oati 𨝪
71214 /ofti 𨝪
71215 i;bti 𨝫
71216 or,si 𨝬
71217 kg,ti 𨝭
71218 aebti 𨝮
71219 yprti 𨝯
71220 lz;ti 𨝰
71221 ky,ti 𨝱
71222 lj,ti 𨝲
71223 ljati 𨝲
71224 eqmti 𨝳
71225 rpkti 𨝴
71226 rpfti 𨝴
71227 vvuti 𨝵
71228 a;;ti 𨝶
71229 q;ati 𨝶
71230 zkpti 𨝷
71231 a/pti 𨝸
71232 ecati 𨝹
71233 ewati 𨝹
71234 ljyti 𨝺
71235 tqsti 𨝻
71236 zkpsi 𨝼
71237 zaati 𨝽
71238 /qiti 𨝾
71239 ;fjti 𨝿
71240 ipzsi 𨞀
71241 ,mqsi 𨞁
71242 fkyti 𨞂
71243 lvkti 𨞃
71244 lkkti 𨞄
71245 kkkti 𨞄
71246 kkdti 𨞅
71247 mgsti 𨞆
71248 ,,,ti 𨞇
71249 bbati 𨞈
71250 tgpti 𨞉
71251 caiti 𨞊
71252 zrrti 𨞋
71253 ohjti 𨞌
71254 ;;dti 𨞍
71255 ;jqti 𨞎
71256 ;;psi 𨞏
71257 zgxti 𨞐
71258 zguti 𨞐
71259 w;thi 𨞑
71260 lvrti 𨞒
71261 ljlti 𨞓
71262 lj,ti 𨞓
71263 ;tdsi 𨞔
71264 /l/ti 𨞕
71265 zibti 𨞖
71266 zkhti 𨞖
71267 tl;ti 𨞗
71268 eqiti 𨞘
71269 ea.ti 𨞙
71270 puuti 𨞚
71271 fplti 𨞛
71272 zjjti 𨞜
71273 a/mti 𨞝
71274 uuuti 𨞞
71275 aeqti 𨞟
71276 ;qdsi 𨞠
71277 i/psi 𨞡
71278 fkkti 𨞢
71279 zkkti 𨞢
71280 vkkti 𨞢
71281 ezati 𨞣
71282 i/pti 𨞤
71283 yp;ti 𨞥
71284 ea.si 𨞦
71285 ,,mti 𨞧
71286 frxti 𨞨
71287 bbkti 𨞩
71288 rgqti 𨞪
71289 fjati 𨞫
71290 zprti 𨞬
71291 j;sti 𨞭
71292 jpsti 𨞭
71293 aebsi 𨞮
71294 f/jsi 𨞯
71295 ;qdsi 𨞰
71296 ;cjti 𨞱
71297 og,ti 𨞲
71298 ljpti 𨞳
71299 ,,pti 𨞴
71300 gqati 𨞵
71301 ljpti 𨞶
71302 lzlti 𨞷
71303 azati 𨞷
71304 ;tdsi 𨞸
71305 evvti 𨞹
71306 zfpti 𨞺
71307 yqqti 𨞻
71308 fp/ti 𨞼
71309 pppti 𨞽
71310 ojqti 𨞾
71311 ir,ti 𨞿
71312 lvlti 𨟀
71313 f/jti 𨟁
71314 fu,ti 𨟂
71315 olrti 𨟃
71316 oarti 𨟃
71317 v..si 𨟄
71318 v..ti 𨟅
71319 fbbti 𨟆
71320 u,pti 𨟇
71321 .tqti 𨟈
71322 zalti 𨟉
71323 oomti 𨟊
71324 olpti 𨟋
71325 .t;ti 𨟌
71326 y;pti 𨟍
71327 dkyti 𨟎
71328 ,,yti 𨟏
71329 y;cti 𨟐
71330 zlvti 𨟑
71331 f/jti 𨟒
71332 zkyti 𨟓
71333 fp/ti 𨟔
71334 axrti 𨟕
71335 nvvti 𨟖
71336 fhlti 𨟗
71337 zicti 𨟘
71338 mmwti 𨟙
71339 y;;ti 𨟚
71340 falti 𨟛
71341 ralti 𨟛
71342 ep.ti 𨟜
71343 lvpti 𨟝
71344 y;gti 𨟞
71345 zlvti 𨟟
71346 jjkti 𨟠
71347 aefti 𨟡
71348 arrti 𨟢
71349 ep.ti 𨟣
71350 vvyti 𨟤
71351 gggti 𨟥
71352 olpti 𨟦
71353 ./bti 𨟧
71354 nkati 𨟨
71355 ep.si 𨟩
71356 fafti 𨟪
71357 ajkti 𨟫
71358 ep.ti 𨟬
71359 lepti 𨟭
71360 z;;si 𨟮
71361 z;;ti 𨟯
71362 apti 𨟰
71363 apshi 𨟱
71364 aapxi 𨟲
71365 ap.hi 𨟳
71366 aph.i 𨟳
71367 aplai 𨟴
71368 aplki 𨟴
71369 apqqi 𨟵
71370 axapi 𨟶
71371 apzi 𨟷
71372 apl.i 𨟸
71373 apigi 𨟹
71374 apkgi 𨟹
71375 apagi 𨟺
71376 xapi 𨟻
71377 apysi 𨟼
71378 ,api 𨟽
71379 aposi 𨟾
71380 ap..i 𨟿
71381 apaxi 𨠀
71382 apjsi 𨠁
71383 apawi 𨠂
71384 apebi 𨠃
71385 apzhi 𨠄
71386 apjki 𨠅
71387 capi 𨠆
71388 apoi 𨠇
71389 apbbi 𨠈
71390 apni 𨠉
71391 apci 𨠊
71392 ap.ki 𨠋
71393 ap.hi 𨠌
71394 apkxi 𨠍
71395 apibi 𨠎
71396 apkbi 𨠎
71397 apoai 𨠏
71398 apohi 𨠏
71399 apeqi 𨠐
71400 aposi 𨠑
71401 xzapi 𨠒
71402 aplli 𨠓
71403 apali 𨠓
71404 apnli 𨠔
71405 aphbi 𨠕
71406 aplsi 𨠖
71407 apjzi 𨠗
71408 aplpi 𨠘
71409 apzai 𨠙
71410 appai 𨠚
71411 apqhi 𨠛
71412 aptbi 𨠜
71413 apavi 𨠝
71414 aplhi 𨠞
71415 aplki 𨠞
71416 apaii 𨠟
71417 apori 𨠠
71418 aptbi 𨠡
71419 apdbi 𨠡
71420 apjbi 𨠡
71421 xfapi 𨠢
71422 apaei 𨠣
71423 apaxi 𨠤
71424 apjsi 𨠥
71425 apy.i 𨠦
71426 aeapi 𨠧
71427 apyei 𨠨
71428 aphdi 𨠩
71429 apadi 𨠩
71430 apzfi 𨠪
71431 apyfi 𨠪
71432 ipzhi 𨠫
71433 aprqi 𨠬
71434 i;api 𨠭
71435 apldi 𨠮
71436 apydi 𨠯
71437 kaxpi 𨠰
71438 ap.gi 𨠱
71439 apkri 𨠲
71440 apyki 𨠳
71441 apa/i 𨠴
71442 apcsi 𨠵
71443 apjsi 𨠶
71444 qapi 𨠷
71445 apaqi 𨠸
71446 apzvi 𨠹
71447 apydi 𨠺
71448 apnsi 𨠻
71449 apnvi 𨠼
71450 apzxi 𨠽
71451 rapxi 𨠾
71452 apzki 𨠿
71453 apcui 𨡀
71454 apjsi 𨡁
71455 ap.di 𨡂
71456 ap.fi 𨡃
71457 apyi 𨡄
71458 ap,si 𨡅
71459 ap.fi 𨡆
71460 aptui 𨡇
71461 apxri 𨡈
71462 aptbi 𨡉
71463 ap;ei 𨡊
71464 apv;i 𨡋
71465 aplwi 𨡌
71466 apcpi 𨡍
71467 apini 𨡎
71468 apkni 𨡎
71469 apjki 𨡏
71470 oajpi 𨡐
71471 ofjpi 𨡐
71472 apj;i 𨡑
71473 aplei 𨡒
71474 aplsi 𨡒
71475 xmapi 𨡓
71476 cj;pi 𨡔
71477 aplfi 𨡕
71478 apaui 𨡖
71479 apngi 𨡗
71480 apoei 𨡘
71481 apkfi 𨡙
71482 apzui 𨡚
71483 apyui 𨡚
71484 oapi 𨡛
71485 ap.ui 𨡜
71486 aprui 𨡝
71487 apa;i 𨡞
71488 appfi 𨡟
71489 ap;ui 𨡠
71490 iptii 𨡡
71491 igjpi 𨡢
71492 khgpi 𨡢
71493 ignpi 𨡣
71494 khgpi 𨡣
71495 apyzi 𨡤
71496 aph;i 𨡥
71497 apy;i 𨡥
71498 apxsi 𨡦
71499 apxhi 𨡧
71500 aprki 𨡨
71501 apbbi 𨡩
71502 aphsi 𨡪
71503 apjqi 𨡫
71504 apcui 𨡬
71505 bgdpi 𨡭
71506 aplni 𨡮
71507 apffi 𨡯
71508 xapui 𨡰
71509 apf;i 𨡱
71510 apl,i 𨡲
71511 igasi 𨡳
71512 khgsi 𨡳
71513 itpsi 𨡳
71514 khtsi 𨡳
71515 apipi 𨡴
71516 ap;ui 𨡵
71517 tbapi 𨡶
71518 f;upi 𨡷
71519 apfci 𨡸
71520 aplci 𨡹
71521 ap;mi 𨡺
71522 apnbi 𨡻
71523 apeui 𨡼
71524 apzui 𨡽
71525 appni 𨡾
71526 apzui 𨡿
71527 ap.fi 𨢀
71528 apixi 𨢁
71529 apdsi 𨢂
71530 apnei 𨢃
71531 apnsi 𨢃
71532 appxi 𨢄
71533 ipyfi 𨢅
71534 apbvi 𨢆
71535 apopi 𨢇
71536 fpfpi 𨢈
71537 apdii 𨢉
71538 apj.i 𨢊
71539 vaspi 𨢋
71540 apqdi 𨢌
71541 aprpi 𨢍
71542 apjki 𨢎
71543 uafpi 𨢏
71544 apyhi 𨢐
71545 ap.ci 𨢑
71546 apici 𨢑
71547 qdtpi 𨢒
71548 apy;i 𨢓
71549 apzpi 𨢔
71550 apfvi 𨢕
71551 apfci 𨢕
71552 apxmi 𨢖
71553 apz;i 𨢗
71554 apiui 𨢘
71555 apsoi 𨢙
71556 irlpi 𨢚
71557 izqpi 𨢚
71558 nkopi 𨢛
71559 apjyi 𨢜
71560 ap.oi 𨢝
71561 ykdpi 𨢞
71562 apfki 𨢟
71563 apnui 𨢠
71564 appfi 𨢡
71565 apfzi 𨢢
71566 apqmi 𨢣
71567 rbspi 𨢤
71568 appbi 𨢥
71569 aprmi 𨢦
71570 apndi 𨢧
71571 aplni 𨢨
71572 apo.i 𨢩
71573 apwvi 𨢪
71574 apt;i 𨢫
71575 apfvi 𨢬
71576 apu,i 𨢭
71577 oz;pi 𨢮
71578 cigpi 𨢯
71579 ckhpi 𨢯
71580 ozagi 𨢰
71581 oz;pi 𨢱
71582 apnpi 𨢲
71583 apzpi 𨢳
71584 apiui 𨢴
71585 apmci 𨢵
71586 apy,i 𨢶
71587 apyqi 𨢷
71588 apiui 𨢸
71589 tbapi 𨢹
71590 apxui 𨢺
71591 apjxi 𨢻
71592 apl.i 𨢼
71593 pap.i 𨢽
71594 apaei 𨢾
71595 ap;fi 𨢿
71596 apzci 𨣀
71597 api;i 𨣁
71598 apr/i 𨣂
71599 ap,bi 𨣃
71600 apffi 𨣄
71601 aprfi 𨣄
71602 appbi 𨣅
71603 apizi 𨣆
71604 apeui 𨣇
71605 ap;mi 𨣈
71606 apepi 𨣉
71607 apt;i 𨣊
71608 apkpi 𨣋
71609 apafi 𨣌
71610 apzpi 𨣍
71611 apzhi 𨣍
71612 apoui 𨣎
71613 apl;i 𨣏
71614 ky,pi 𨣐
71615 apafi 𨣑
71616 apfki 𨣑
71617 apyri 𨣒
71618 apzui 𨣓
71619 apyui 𨣓
71620 apxci 𨣔
71621 apcui 𨣕
71622 apzbi 𨣖
71623 qdspi 𨣗
71624 apnui 𨣘
71625 apzsi 𨣙
71626 apyai 𨣚
71627 apcai 𨣛
71628 apvmi 𨣜
71629 apzxi 𨣝
71630 apzni 𨣝
71631 apixi 𨣞
71632 apo.i 𨣟
71633 ap/fi 𨣠
71634 ipnpi 𨣡
71635 apini 𨣢
71636 apkqi 𨣣
71637 apvci 𨣤
71638 ap..i 𨣥
71639 apoki 𨣦
71640 apyei 𨣧
71641 apqui 𨣨
71642 kkkpi 𨣩
71643 apa.i 𨣪
71644 apofi 𨣫
71645 apzsi 𨣬
71646 apnni 𨣭
71647 apnui 𨣮
71648 apjgi 𨣯
71649 apw/i 𨣰
71650 apfxi 𨣱
71651 aprxi 𨣲
71652 apyfi 𨣳
71653 apnoi 𨣴
71654 apzmi 𨣵
71655 apyfi 𨣶
71656 apzei 𨣷
71657 apqsi 𨣸
71658 vpvpi 𨣹
71659 apuvi 𨣺
71660 wi;pi 𨣻
71661 apnni 𨣼
71662 apnci 𨣽
71663 tgapi 𨣾
71664 apy,i 𨣿
71665 apz;i 𨤀
71666 apd,i 𨤁
71667 ap,pi 𨤂
71668 apfxi 𨤃
71669 aplui 𨤄
71670 .ap.i 𨤅
71671 apomi 𨤆
71672 apvpi 𨤇
71673 vpvpi 𨤈
71674 apoxi 𨤉
71675 ap.bi 𨤊
71676 apqsi 𨤋
71677 apedi 𨤌
71678 apzki 𨤍
71679 apqui 𨤎
71680 tl,i 𨤏
71681 gl,ai 𨤏
71682 ej.vi 𨤐
71683 l,sbi 𨤑
71684 l,lai 𨤒
71685 lisji 𨤓
71686 blqvi 𨤔
71687 l,zsi 𨤕
71688 l,xsi 𨤖
71689 l,ssi 𨤖
71690 l,zji 𨤗
71691 l,rvi 𨤘
71692 l,zxi 𨤙
71693 l,rri 𨤚
71694 l,n;i 𨤛
71695 l,r.i 𨤜
71696 l,rfi 𨤝
71697 l,afi 𨤝
71698 l,ffi 𨤝
71699 l,fmi 𨤞
71700 l,lfi 𨤟
71701 l,byi 𨤠
71702 l,nki 𨤡
71703 clpri 𨤢
71704 japri 𨤣
71705 prgsi 𨤤
71706 ;apri 𨤥
71707 ;dpri 𨤦
71708 prjci 𨤧
71709 kdopi 𨤨
71710 nlpri 𨤩
71711 dzpri 𨤪
71712 ykkri 𨤫
71713 rkpri 𨤬
71714 vkkri 𨤭
71715 pr,,i 𨤮
71716 opjqi 𨤯
71717 jcari 𨤰
71718 pacri 𨤱
71719 qdlri 𨤲
71720 vvzri 𨤳
71721 opaci 𨤴
71722 prc,i 𨤵
71723 opopi 𨤶
71724 prpqi 𨤷
71725 v;.ri 𨤸
71726 opkvi 𨤹
71727 vkkbi 𨤺
71728 akjri 𨤻
71729 oppxi 𨤼
71730 iqi 𨤽
71731 kqaai 𨤾
71732 kqcai 𨤾
71733 ieqki 𨤾
71734 ieaai 𨤾
71735 iki 𨤿
71736 kkhai 𨥀
71737 khkai 𨥀
71738 ibi 𨥁
71739 igfi 𨥂
71740 iasi 𨥃
71741 izsi 𨥃
71742 kkkii 𨥄
71743 kkkki 𨥄
71744 kkiii 𨥄
71745 izki 𨥅
71746 ijki 𨥆
71747 ifhi 𨥇
71748 itsi 𨥈
71749 idi 𨥉
71750 ioi 𨥊
71751 ioasi 𨥊
71752 ioi 𨥋
71753 ioasi 𨥌
71754 i.di 𨥍
71755 ikki 𨥎
71756 k.ii 𨥏
71757 iklsi 𨥐
71758 iksli 𨥐
71759 ifi 𨥑
71760 laaii 𨥒
71761 lkii 𨥒
71762 qjii 𨥓
71763 iqji 𨥔
71764 iaaxi 𨥕
71765 ibbi 𨥖
71766 cii 𨥗
71767 imi 𨥘
71768 ifdi 𨥙
71769 iajdi 𨥚
71770 iawi 𨥛
71771 ilzi 𨥜
71772 i.ski 𨥝
71773 ikfi 𨥞
71774 ikagi 𨥟
71775 iigi 𨥟
71776 itli 𨥠
71777 ixsi 𨥡
71778 bdii 𨥢
71779 xdii 𨥣
71780 ibgdi 𨥤
71781 iwi 𨥥
71782 ilgli 𨥦
71783 iagli 𨥦
71784 ilni 𨥧
71785 ibgli 𨥨
71786 isadi 𨥩
71787 ihhfi 𨥪
71788 icfi 𨥪
71789 odjii 𨥫
71790 oljii 𨥫
71791 wbii 𨥬
71792 ihbi 𨥭
71793 iaaci 𨥮
71794 iqhi 𨥯
71795 iz;i 𨥰
71796 ipki 𨥱
71797 qsii 𨥲
71798 iajli 𨥳
71799 gii 𨥴
71800 ieshi 𨥵
71801 ikaxi 𨥶
71802 ibii 𨥷
71803 khbii 𨥷
71804 il.si 𨥸
71805 ijtsi 𨥹
71806 itgxi 𨥺
71807 itdbi 𨥻
71808 ivsi 𨥼
71809 ij;i 𨥽
71810 iaii 𨥾
71811 iqagi 𨥿
71812 i;sdi 𨦀
71813 ikri 𨦁
71814 iyhsi 𨦂
71815 ilgvi 𨦃
71816 iglvi 𨦃
71817 isvi 𨦃
71818 izigi 𨦄
71819 izkgi 𨦄
71820 i.vi 𨦅
71821 ipqi 𨦆
71822 izii 𨦇
71823 iaiki 𨦇
71824 ipfi 𨦈
71825 ipei 𨦈
71826 ivji 𨦉
71827 iarqi 𨦊
71828 irii 𨦋
71829 izaji 𨦌
71830 iqddi 𨦍
71831 ir.i 𨦎
71832 izbi 𨦎
71833 ibbi 𨦏
71834 ighbi 𨦏
71835 iazhi 𨦐
71836 iqlri 𨦑
71837 iqari 𨦑
71838 iclbi 𨦒
71839 ikrhi 𨦓
71840 w;ii 𨦔
71841 ifdei 𨦕
71842 iajsi 𨦖
71843 iz,i 𨦗
71844 iztgi 𨦘
71845 iamei 𨦙
71846 i;zi 𨦚
71847 ikzhi 𨦛
71848 i.agi 𨦜
71849 i.ji 𨦝
71850 ilmi 𨦞
71851 i.qi 𨦟
71852 aajii 𨦠
71853 kjkii 𨦠
71854 iifi 𨦡
71855 ipki 𨦢
71856 ikxsi 𨦣
71857 idasi 𨦤
71858 iyrsi 𨦤
71859 icgsi 𨦥
71860 inafi 𨦦
71861 ioqi 𨦧
71862 isadi 𨦨
71863 iyswi 𨦩
71864 ikoji 𨦪
71865 ibbi 𨦫
71866 iooi 𨦬
71867 inofi 𨦭
71868 clbii 𨦮
71869 cgkii 𨦮
71870 i.sbi 𨦯
71871 iaeti 𨦰
71872 ilpmi 𨦱
71873 ilphi 𨦱
71874 irxbi 𨦲
71875 ijk;i 𨦳
71876 oii 𨦴
71877 ifksi 𨦵
71878 iozi 𨦶
71879 kdeii 𨦷
71880 ie;si 𨦸
71881 iafti 𨦹
71882 i;tsi 𨦺
71883 ipbi 𨦻
71884 iyi 𨦼
71885 iy.;i 𨦽
71886 i.vhi 𨦾
71887 ifdei 𨦿
71888 ivri 𨧀
71889 cjsii 𨧁
71890 ikfei 𨧂
71891 iifei 𨧂
71892 ilaei 𨧂
71893 iv;i 𨧃
71894 iqpdi 𨧄
71895 irbi 𨧅
71896 iz;i 𨧆
71897 iqaki 𨧇
71898 ifagi 𨧈
71899 ipwi 𨧉
71900 oszii 𨧊
71901 oh.ii 𨧋
71902 i.ibi 𨧌
71903 i.kbi 𨧌
71904 imgbi 𨧍
71905 qsfii 𨧎
71906 qszii 𨧎
71907 qshii 𨧎
71908 ijqi 𨧏
71909 ilz;i 𨧐
71910 iaz;i 𨧐
71911 i.qi 𨧑
71912 gtsii 𨧒
71913 i.dri 𨧓
71914 mebii 𨧔
71915 iyi 𨧕
71916 invi 𨧖
71917 ih.i 𨧗
71918 iiei 𨧘
71919 itg;i 𨧙
71920 ixozi 𨧚
71921 iclzi 𨧛
71922 ifti 𨧜
71923 ikpai 𨧝
71924 iojbi 𨧞
71925 iojni 𨧞
71926 ijhni 𨧟
71927 iuafi 𨧠
71928 itl;i 𨧡
71929 i;bei 𨧢
71930 i;lei 𨧢
71931 ivsi 𨧣
71932 iy;di 𨧤
71933 ieqai 𨧥
71934 ttbii 𨧦
71935 ia.hi 𨧧
71936 ifjki 𨧨
71937 ingi 𨧩
71938 itjdi 𨧪
71939 iqtdi 𨧫
71940 iatwi 𨧬
71941 lvrii 𨧭
71942 tgoii 𨧮
71943 tgjii 𨧮
71944 itosi 𨧯
71945 ilfqi 𨧰
71946 ibddi 𨧱
71947 izvi 𨧲
71948 iyxvi 𨧲
71949 oajii 𨧳
71950 ofjii 𨧳
71951 iz,bi 𨧴
71952 ibdri 𨧵
71953 irxki 𨧶
71954 irxhi 𨧶
71955 ieabi 𨧷
71956 vzbii 𨧸
71957 v.bii 𨧸
71958 ipui 𨧹
71959 ilvti 𨧺
71960 itgxi 𨧻
71961 ifkji 𨧼
71962 yhrii 𨧽
71963 ifbbi 𨧾
71964 ,,ii 𨧿
71965 inkqi 𨨀
71966 inkri 𨨁
71967 itjfi 𨨂
71968 igfai 𨨃
71969 iajki 𨨄
71970 iqaxi 𨨅
71971 izkgi 𨨆
71972 ifpqi 𨨇
71973 ifbbi 𨨈
71974 ifghi 𨨈
71975 ifkqi 𨨉
71976 ipafi 𨨊
71977 ip,i 𨨋
71978 iplri 𨨌
71979 ipari 𨨌
71980 ielgi 𨨍
71981 iegli 𨨍
71982 ioati 𨨎
71983 ictbi 𨨏
71984 ikadi 𨨐
71985 lv;ii 𨨑
71986 i.jbi 𨨒
71987 iwavi 𨨓
71988 igui 𨨔
71989 ixz.i 𨨕
71990 araii 𨨖
71991 vvii 𨨗
71992 iqdbi 𨨘
71993 iqxxi 𨨙
71994 icl,i 𨨚
71995 ilv;i 𨨛
71996 i.gsi 𨨜
71997 iif;i 𨨝
71998 ik.oi 𨨞
71999 ikxni 𨨟
72000 il,i 𨨠
72001 ihkhi 𨨡
72002 i,jki 𨨢
72003 iuaki 𨨣
72004 inrxi 𨨤
72005 ijkvi 𨨥
72006 iv.i 𨨦
72007 iywi 𨨧
72008 i.aei 𨨨
72009 i;dni 𨨩
72010 ioaei 𨨪
72011 iofei 𨨪
72012 i.vi 𨨫
72013 walii 𨨬
72014 ifbbi 𨨭
72015 itgci 𨨮
72016 izazi 𨨯
72017 izlzi 𨨯
72018 ialzi 𨨰
72019 ica;i 𨨱
72020 icl;i 𨨱
72021 iorhi 𨨲
72022 i.odi 𨨳
72023 ijswi 𨨴
72024 igafi 𨨵
72025 ioaji 𨨶
72026 iofji 𨨶
72027 inkhi 𨨷
72028 iys/i 𨨸
72029 izaei 𨨹
72030 cueii 𨨺
72031 ibsbi 𨨻
72032 kdiii 𨨼
72033 dkiii 𨨼
72034 ijt.i 𨨽
72035 earii 𨨾
72036 inkbi 𨨿
72037 ijzzi 𨩀
72038 lpoii 𨩁
72039 olpii 𨩁
72040 lvsii 𨩂
72041 izpi 𨩃
72042 ipyi 𨩄
72043 icrki 𨩅
72044 izaxi 𨩆
72045 ifjfi 𨩇
72046 iequi 𨩈
72047 ijjzi 𨩉
72048 iipi 𨩊
72049 ipui 𨩋
72050 iyczi 𨩌
72051 iirwi 𨩍
72052 iy;si 𨩎
72053 iyxfi 𨩏
72054 i,wi 𨩐
72055 ifpfi 𨩑
72056 irrri 𨩒
72057 rrrii 𨩓
72058 ivhni 𨩔
72059 qbii 𨩕
72060 ifibi 𨩖
72061 ifkbi 𨩖
72062 i;;;i 𨩗
72063 iegfi 𨩘
72064 ilgui 𨩙
72065 iglui 𨩙
72066 ig.ui 𨩙
72067 ik;vi 𨩚
72068 ipori 𨩛
72069 ieafi 𨩜
72070 ieti 𨩝
72071 ieqi 𨩞
72072 id.;i 𨩟
72073 iclji 𨩠
72074 i/ami 𨩡
72075 ilzji 𨩢
72076 ioji 𨩢
72077 ikjui 𨩣
72078 iodgi 𨩤
72079 irrhi 𨩥
72080 ifl;i 𨩦
72081 fjiii 𨩧
72082 ivpai 𨩨
72083 ipji 𨩩
72084 id/i 𨩪
72085 ika.i 𨩫
72086 ilpzi 𨩬
72087 iitxi 𨩭
72088 igj;i 𨩮
72089 ij;bi 𨩯
72090 ijpbi 𨩯
72091 i.ari 𨩰
72092 in.i 𨩱
72093 iaa;i 𨩲
72094 ikj;i 𨩲
72095 iiiri 𨩳
72096 inkli 𨩴
72097 inkbi 𨩵
72098 ijahi 𨩶
72099 iesbi 𨩷
72100 itgki 𨩸
72101 bdqii 𨩹
72102 ibg.i 𨩺
72103 ibd.i 𨩻
72104 ietci 𨩼
72105 ieqai 𨩽
72106 ieqi 𨩽
72107 icysi 𨩾
72108 izpfi 𨩿
72109 iravi 𨪀
72110 ia/wi 𨪁
72111 ii.i 𨪂
72112 iy;di 𨪃
72113 rljii 𨪄
72114 itbqi 𨪅
72115 iy;di 𨪆
72116 irsri 𨪇
72117 ioxi 𨪈
72118 i.esi 𨪉
72119 ibh/i 𨪊
72120 irjri 𨪋
72121 irlpi 𨪌
72122 iccwi 𨪍
72123 iqahi 𨪎
72124 iqa.i 𨪎
72125 ihozi 𨪏
72126 iqtai 𨪐
72127 ijaai 𨪐
72128 istai 𨪐
72129 i;;ai 𨪐
72130 iaxei 𨪑
72131 i;agi 𨪒
72132 ifm;i 𨪓
72133 ofiii 𨪔
72134 ilddi 𨪕
72135 araii 𨪖
72136 iljki 𨪗
72137 iz,,i 𨪘
72138 ikdhi 𨪙
72139 idkhi 𨪙
72140 iqafi 𨪚
72141 izlci 𨪛
72142 ipzni 𨪜
72143 iey.i 𨪝
72144 inbfi 𨪞
72145 iy;fi 𨪟
72146 irhxi 𨪠
72147 iy.qi 𨪡
72148 iirxi 𨪢
72149 iizxi 𨪢
72150 yjkii 𨪣
72151 itgki 𨪤
72152 iarvi 𨪥
72153 izlvi 𨪦
72154 v.vii 𨪧
72155 ieofi 𨪨
72156 ifkvi 𨪩
72157 ifici 𨪩
72158 ifjvi 𨪪
72159 icoi 𨪫
72160 iegfi 𨪬
72161 ijzfi 𨪭
72162 iwcui 𨪮
72163 i.ini 𨪯
72164 ioeqi 𨪰
72165 aeaii 𨪱
72166 ifipi 𨪲
72167 irkpi 𨪲
72168 ial,i 𨪳
72169 izspi 𨪴
72170 ijl;i 𨪵
72171 ipnwi 𨪶
72172 imui 𨪷
72173 iladi 𨪸
72174 ilfdi 𨪸
72175 iosri 𨪹
72176 ilfdi 𨪺
72177 ilzfi 𨪻
72178 ikkki 𨪼
72179 iljri 𨪽
72180 i.eki 𨪾
72181 imgfi 𨪿
72182 ibrxi 𨫀
72183 ib;bi 𨫁
72184 inkmi 𨫂
72185 inyfi 𨫃
72186 iarri 𨫄
72187 ikifi 𨫅
72188 inlbi 𨫆
72189 inabi 𨫆
72190 iuizi 𨫇
72191 inkri 𨫈
72192 iprhi 𨫉
72193 ia/vi 𨫊
72194 iqmi 𨫋
72195 iacpi 𨫌
72196 iaxpi 𨫌
72197 iapni 𨫍
72198 iarhi 𨫎
72199 iyxfi 𨫏
72200 inkri 𨫐
72201 i;;ni 𨫑
72202 ibzi 𨫒
72203 iqlxi 𨫓
72204 iqaxi 𨫓
72205 rkrii 𨫔
72206 ina.i 𨫕
72207 ikp.i 𨫖
72208 iu,i 𨫗
72209 i;;di 𨫘
72210 io;.i 𨫙
72211 iy;fi 𨫚
72212 ifjgi 𨫛
72213 irjgi 𨫛
72214 ivpci 𨫜
72215 iozyi 𨫝
72216 ipaqi 𨫞
72217 icjvi 𨫟
72218 ickyi 𨫠
72219 iktbi 𨫡
72220 iyk;i 𨫢
72221 arfii 𨫣
72222 ibjni 𨫤
72223 xmfii 𨫥
72224 x.fii 𨫥
72225 zkaii 𨫦
72226 ibbpi 𨫧
72227 if,,i 𨫨
72228 iv;ni 𨫩
72229 irzi 𨫪
72230 iqami 𨫫
72231 ifpsi 𨫬
72232 itr.i 𨫭
72233 iaaxi 𨫮
72234 i/nqi 𨫯
72235 i;;zi 𨫰
72236 if.fi 𨫱
72237 ifxri 𨫲
72238 ifx.i 𨫳
72239 ie;gi 𨫴
72240 ipqxi 𨫵
72241 iegji 𨫶
72242 iebji 𨫶
72243 ieji 𨫶
72244 iu,i 𨫷
72245 ii;ui 𨫸
72246 zarii 𨫹
72247 ir.li 𨫺
72248 irmli 𨫺
72249 iokyi 𨫻
72250 irh.i 𨫼
72251 irl.i 𨫼
72252 ifyfi 𨫽
72253 iv;.i 𨫾
72254 iz,ui 𨫿
72255 iadhi 𨬀
72256 iadki 𨬀
72257 iijhi 𨬁
72258 i,;ni 𨬂
72259 inkni 𨬃
72260 in,,i 𨬄
72261 ihboi 𨬅
72262 izagi 𨬆
72263 yrrii 𨬇
72264 invvi 𨬈
72265 irkyi 𨬉
72266 irl.i 𨬊
72267 ipjsi 𨬋
72268 idpqi 𨬌
72269 itzui 𨬍
72270 iljqi 𨬎
72271 ilvvi 𨬏
72272 zidii 𨬐
72273 zlvii 𨬑
72274 iqe.i 𨬒
72275 ite.i 𨬒
72276 ircxi 𨬓
72277 ielri 𨬔
72278 ieari 𨬔
72279 if;fi 𨬕
72280 ibgfi 𨬖
72281 i.ami 𨬗
72282 ifzvi 𨬘
72283 ifyvi 𨬘
72284 iyk;i 𨬙
72285 ica,i 𨬚
72286 fccii 𨬛
72287 iza.i 𨬜
72288 rkrii 𨬝
72289 i.l,i 𨬞
72290 ihl,i 𨬞
72291 if;fi 𨬟
72292 ida.i 𨬠
72293 icqvi 𨬡
72294 iirki 𨬢
72295 iirji 𨬣
72296 iizji 𨬣
72297 iy;,i 𨬤
72298 injsi 𨬥
72299 inqoi 𨬦
72300 iypai 𨬧
72301 izjfi 𨬨
72302 iyxfi 𨬨
72303 iargi 𨬩
72304 reqii 𨬪
72305 r;eii 𨬪
72306 re;ii 𨬪
72307 idqsi 𨬫
72308 inqpi 𨬬
72309 icadi 𨬭
72310 vbgii 𨬮
72311 ibcfi 𨬯
72312 iqami 𨬰
72313 i;;gi 𨬱
72314 ieifi 𨬲
72315 iesoi 𨬳
72316 iejji 𨬴
72317 iprfi 𨬵
72318 ifkyi 𨬶
72319 ie;fi 𨬷
72320 i/a.i 𨬸
72321 i/kki 𨬹
72322 iukki 𨬹
72323 i/.i 𨬹
72324 ilu.i 𨬹
72325 il/ki 𨬹
72326 il/.i 𨬹
72327 ikyki 𨬺
72328 ilrhi 𨬻
72329 ilr;i 𨬼
72330 xhbii 𨬽
72331 sxhii 𨬽
72332 iltfi 𨬾
72333 iraxi 𨬿
72334 iaefi 𨭀
72335 izkci 𨭁
72336 iajki 𨭂
72337 icjli 𨭃
72338 ipfki 𨭄
72339 ipdki 𨭄
72340 idzri 𨭅
72341 idyri 𨭅
72342 ip,i 𨭆
72343 ilkri 𨭇
72344 ikkai 𨭇
72345 i.ffi 𨭈
72346 i.fpi 𨭈
72347 y.aii 𨭉
72348 i,,si 𨭊
72349 inadi 𨭋
72350 ir;.i 𨭌
72351 ieeni 𨭍
72352 ir;;i 𨭎
72353 iunqi 𨭏
72354 i;;fi 𨭐
72355 xzsii 𨭑
72356 xyxii 𨭑
72357 iunqi 𨭒
72358 irrxi 𨭓
72359 xxii 𨭔
72360 imqii 𨭕
72361 iypai 𨭖
72362 ii/pi 𨭗
72363 ijati 𨭘
72364 ijaai 𨭘
72365 ijaqi 𨭘
72366 ijasi 𨭘
72367 inrsi 𨭙
72368 ia/ei 𨭚
72369 ifpsi 𨭛
72370 ip/hi 𨭜
72371 ijt,i 𨭝
72372 yuihi 𨭞
72373 yuifi 𨭞
72374 yuizi 𨭞
72375 iaaxi 𨭟
72376 irfoi 𨭠
72377 ic.oi 𨭡
72378 iyuhi 𨭢
72379 ivvci 𨭣
72380 iymqi 𨭤
72381 icavi 𨭥
72382 ip;mi 𨭦
72383 njjii 𨭧
72384 iixni 𨭨
72385 iyvoi 𨭩
72386 iilni 𨭪
72387 ialni 𨭫
72388 ifpmi 𨭬
72389 izibi 𨭭
72390 izkbi 𨭭
72391 iaxui 𨭮
72392 irrbi 𨭯
72393 iaeri 𨭰
72394 irpxi 𨭱
72395 iezri 𨭲
72396 i;;qi 𨭳
72397 ie;oi 𨭴
72398 i/abi 𨭵
72399 iuzdi 𨭶
72400 isa,i 𨭷
72401 isl,i 𨭷
72402 ir;bi 𨭸
72403 ifjhi 𨭹
72404 ivvci 𨭺
72405 f,hii 𨭻
72406 izk,i 𨭼
72407 idkgi 𨭽
72408 idkli 𨭽
72409 iosci 𨭾
72410 iowi 𨭿
72411 ikygi 𨮀
72412 ilpgi 𨮁
72413 ijjfi 𨮂
72414 ijjqi 𨮂
72415 iodai 𨮃
72416 iolai 𨮃
72417 inici 𨮄
72418 in.ci 𨮄
72419 ibbki 𨮅
72420 ojqii 𨮆
72421 ifxi 𨮇
72422 iypki 𨮈
72423 itlfi 𨮉
72424 irqfi 𨮊
72425 irafi 𨮊
72426 iiuni 𨮋
72427 ibgmi 𨮌
72428 iypvi 𨮍
72429 ifc;i 𨮎
72430 iem,i 𨮏
72431 i.fni 𨮐
72432 ikdyi 𨮑
72433 if/mi 𨮒
72434 ikczi 𨮓
72435 iozki 𨮔
72436 iqtoi 𨮕
72437 ijaoi 𨮕
72438 istoi 𨮕
72439 i;;oi 𨮕
72440 ozaii 𨮖
72441 iewki 𨮗
72442 iecki 𨮗
72443 inbmi 𨮘
72444 iy;.i 𨮙
72445 irl;i 𨮚
72446 inb.i 𨮛
72447 cqoii 𨮜
72448 caiii 𨮝
72449 iyqri 𨮞
72450 icrzi 𨮟
72451 casui 𨮠
72452 ieqhi 𨮡
72453 ip;;i 𨮢
72454 ie/di 𨮣
72455 ifi;i 𨮤
72456 ifn;i 𨮥
72457 iewci 𨮦
72458 ietci 𨮦
72459 iorqi 𨮧
72460 ixldi 𨮨
72461 irl;i 𨮩
72462 akjii 𨮪
72463 iqaqi 𨮫
72464 ia/hi 𨮬
72465 izroi 𨮭
72466 ialai 𨮮
72467 izqxi 𨮯
72468 iljfi 𨮰
72469 ilp;i 𨮱
72470 yrrii 𨮲
72471 ixu,i 𨮳
72472 ibqsi 𨮴
72473 ifj.i 𨮵
72474 icaci 𨮶
72475 iedai 𨮷
72476 iohei 𨮸
72477 iykni 𨮹
72478 ilvpi 𨮺
72479 inpri 𨮻
72480 ilzxi 𨮼
72481 ifkli 𨮽
72482 izkli 𨮽
72483 ivkli 𨮽
72484 irghi 𨮾
72485 iaahi 𨮾
72486 ifghi 𨮾
72487 ilrpi 𨮿
72488 ilrhi 𨮿
72489 ilvpi 𨯀
72490 ivbni 𨯁
72491 izzxi 𨯂
72492 ip;.i 𨯃
72493 iyq,i 𨯄
72494 izfmi 𨯅
72495 iirpi 𨯆
72496 iizpi 𨯆
72497 invfi 𨯇
72498 inzci 𨯈
72499 izzqi 𨯉
72500 izlbi 𨯊
72501 izabi 𨯊
72502 iqh.i 𨯋
72503 ifqni 𨯌
72504 fqoii 𨯍
72505 ijkti 𨯎
72506 iorri 𨯏
72507 iafri 𨯐
72508 ilfri 𨯐
72509 ikyni 𨯑
72510 irexi 𨯒
72511 ifmci 𨯓
72512 pppii 𨯔
72513 io;ei 𨯕
72514 ikk.i 𨯖
72515 i,,hi 𨯗
72516 ikiki 𨯘
72517 iyg.i 𨯙
72518 iffni 𨯚
72519 iftxi 𨯛
72520 ojqii 𨯜
72521 itzni 𨯝
72522 tgaii 𨯞
72523 izkyi 𨯟
72524 if/ji 𨯠
72525 ika.i 𨯡
72526 iik.i 𨯡
72527 iy;fi 𨯢
72528 i.oci 𨯣
72529 iyuhi 𨯤
72530 iyufi 𨯤
72531 iyuzi 𨯤
72532 illqi 𨯥
72533 iyvsi 𨯦
72534 ire,i 𨯧
72535 ir;,i 𨯧
72536 ir;,i 𨯨
72537 iospi 𨯩
72538 ifpbi 𨯪
72539 if;gi 𨯫
72540 ip/xi 𨯬
72541 itsni 𨯭
72542 ipffi 𨯮
72543 iprfi 𨯮
72544 i;dni 𨯯
72545 io.fi 𨯰
72546 irjxi 𨯱
72547 iqimi 𨯲
72548 caiii 𨯳
72549 i/qoi 𨯴
72550 iojki 𨯵
72551 inrni 𨯶
72552 infni 𨯶
72553 ifbii 𨯷
72554 ilvmi 𨯸
72555 ilg,i 𨯹
72556 ioj,i 𨯺
72557 iz;;i 𨯻
72558 iepki 𨯼
72559 ilymi 𨯽
72560 iozfi 𨯾
72561 iqdii 𨯿
72562 izzqi 𨰀
72563 id;yi 𨰁
72564 ify,i 𨰂
72565 immwi 𨰃
72566 i/qni 𨰄
72567 iyqqi 𨰅
72568 inkki 𨰆
72569 ii;ki 𨰇
72570 ifloi 𨰈
72571 iljoi 𨰉
72572 iyuhi 𨰊
72573 iyufi 𨰊
72574 iyuzi 𨰊
72575 iyhii 𨰋
72576 rflii 𨰌
72577 i///i 𨰍
72578 iefki 𨰎
72579 ieqki 𨰎
72580 iepbi 𨰏
72581 iol,i 𨰐
72582 ifbyi 𨰑
72583 ei;ii 𨰒
72584 ileui 𨰓
72585 in/,i 𨰔
72586 ir;xi 𨰕
72587 ia.,i 𨰖
72588 ifqui 𨰗
72589 ifdii 𨰘
72590 idfii 𨰘
72591 iffii 𨰘
72592 ipfii 𨰘
72593 ipeii 𨰘
72594 ixx/i 𨰙
72595 ikybi 𨰚
72596 ica.i 𨰛
72597 i./hi 𨰜
72598 ilepi 𨰝
72599 invei 𨰞
72600 i/x,i 𨰟
72601 iyuhi 𨰠
72602 iyufi 𨰠
72603 iyuzi 𨰠
72604 iakhi 𨰡
72605 eisii 𨰢
72606 iajqi 𨰣
72607 iflvi 𨰤
72608 ifxvi 𨰤
72609 i,zmi 𨰥
72610 inami 𨰦
72611 inyqi 𨰧
72612 ioj,i 𨰨
72613 y;pii 𨰩
72614 il,fi 𨰪
72615 i;;.i 𨰫
72616 inr,i 𨰬
72617 iljxi 𨰭
72618 iy;bi 𨰮
72619 y;pii 𨰯
72620 inami 𨰰
72621 cclii 𨰱
72622 clpii 𨰱
72623 iqdsi 𨰲
72624 iepdi 𨰳
72625 ipyxi 𨰴
72626 qqqii 𨰵
72627 iqdii 𨰶
72628 iojmi 𨰷
72629 iyrxi 𨰸
72630 iqdii 𨰹
72631 iyx.i 𨰺
72632 ixy.i 𨰺
72633 iiiii 𨰻
72634 iyxii 𨰼
72635 ixyii 𨰼
72636 iyx,i 𨰽
72637 ixy,i 𨰽
72638 igai 𨰾
72639 iosi 𨰿
72640 iawi 𨱀
72641 isbi 𨱁
72642 ikqi 𨱂
72643 i.xki 𨱃
72644 iddi 𨱄
72645 ik.i 𨱅
72646 izxi 𨱆
72647 if,hi 𨱇
72648 iv;i 𨱈
72649 iy;ci 𨱉
72650 ibddi 𨱊
72651 irk.i 𨱋
72652 isfmi 𨱌
72653 ipfmi 𨱌
72654 ipdmi 𨱌
72655 ihbti 𨱍
72656 iiuei 𨱎
72657 ifi;i 𨱏
72658 ibzi 𨱐
72659 irpki 𨱑
72660 iv;ki 𨱒
72661 iky,i 𨱓
72662 iiphi 𨱔
72663 ijjfi 𨱕
72664 ijjqi 𨱕
72665 ios.i 𨱖
72666 adkxi 𨱗
72667 qkxi 𨱗
72668 adiki 𨱘
72669 qkki 𨱘
72670 zsi 𨱙
72671 zsbi 𨱚
72672 zkxi 𨱛
72673 zfbi 𨱜
72674 z.i 𨱝
72675 zlqi 𨱞
72676 zjki 𨱟
72677 zui 𨱠
72678 zoasi 𨱡
72679 zbgdi 𨱢
72680 zbbi 𨱣
72681 zjsi 𨱤
72682 zqxi 𨱥
72683 zddi 𨱦
72684 zxbi 𨱧
72685 zbgli 𨱨
72686 zlz.i 𨱩
72687 zmi 𨱪
72688 zrai 𨱫
72689 ze;i 𨱬
72690 z;agi 𨱭
72691 z;bi 𨱮
72692 zkci 𨱯
72693 ztgei 𨱰
72694 zszi 𨱱
72695 zeqi 𨱲
72696 zlzhi 𨱳
72697 zlz.i 𨱳
72698 z.;i 𨱴
72699 zs,i 𨱵
72700 zrrsi 𨱶
72701 zlrsi 𨱷
72702 zarsi 𨱷
72703 zjfdi 𨱸
72704 zkfbi 𨱹
72705 zrfi 𨱺
72706 zr;i 𨱻
72707 amqxi 𨱼
72708 zpxi 𨱽
72709 zztgi 𨱾
72710 zafxi 𨱿
72711 zazxi 𨱿
72712 zarfi 𨲀
72713 zlzci 𨲁
72714 zrci 𨲂
72715 z;vi 𨲃
72716 zxcbi 𨲄
72717 qxjni 𨲅
72718 zcui 𨲆
72719 znaci 𨲇
72720 zkyi 𨲈
72721 zofi 𨲉
72722 zdzfi 𨲊
72723 zlpfi 𨲋
72724 z.tdi 𨲌
72725 zjtdi 𨲌
72726 qxqxi 𨲍
72727 zpl.i 𨲎
72728 zizsi 𨲏
72729 zkzsi 𨲏
72730 z.zai 𨲐
72731 zjbxi 𨲑
72732 ztci 𨲒
72733 zwci 𨲒
72734 zclji 𨲓
72735 z.d.i 𨲔
72736 zzqui 𨲕
72737 pmzi 𨲖
72738 r;ixi 𨲗
72739 zrlpi 𨲘
72740 zrlhi 𨲘
72741 zalmi 𨲙
72742 zlvri 𨲚
72743 zilji 𨲛
72744 zgjfi 𨲜
72745 zeqqi 𨲝
72746 zplei 𨲞
72747 znk;i 𨲟
72748 zirqi 𨲠
72749 zizqi 𨲠
72750 zlafi 𨲡
72751 zafri 𨲢
72752 zafri 𨲣
72753 zrlpi 𨲤
72754 zkpfi 𨲥
72755 zeqai 𨲦
72756 z.kci 𨲧
72757 znori 𨲨
72758 zp/bi 𨲩
72759 zrmi 𨲪
72760 z.fni 𨲫
72761 zbgbi 𨲬
72762 zlz;i 𨲭
72763 z,,bi 𨲮
72764 zk/pi 𨲯
72765 zlqui 𨲰
72766 zxxci 𨲱
72767 zdpsi 𨲲
72768 zpfxi 𨲳
72769 zpexi 𨲳
72770 zfpmi 𨲴
72771 zypai 𨲵
72772 zdd.i 𨲶
72773 qxyai 𨲷
72774 znndi 𨲸
72775 zrkxi 𨲹
72776 znami 𨲺
72777 zkkqi 𨲻
72778 zkk.i 𨲼
72779 zzzmi 𨲽
72780 zljhi 𨲾
72781 z.;mi 𨲿
72782 zygxi 𨳀
72783 zyuqi 𨳁
72784 zj;hi 𨳂
72785 zy;xi 𨳃
72786 zosmi 𨳄
72787 znkqi 𨳅
72788 zqdxi 𨳆
72789 aatdi 𨳇
72790 aaddi 𨳇
72791 atddi 𨳇
72792 adtdi 𨳇
72793 aatai 𨳇
72794 aadai 𨳇
72795 atdai 𨳇
72796 adtai 𨳇
72797 jaati 𨳈
72798 dgati 𨳈
72799 eki 𨳉
72800 elsi 𨳊
72801 esli 𨳊
72802 esi 𨳋
72803 aaei 𨳌
72804 eqi 𨳍
72805 eaai 𨳎
72806 aaei 𨳏
72807 ewi 𨳐
72808 eysi 𨳑
72809 eci 𨳒
72810 ezi 𨳓
72811 aaaei 𨳔
72812 egfi 𨳕
72813 ewi 𨳖
72814 ekxi 𨳗
72815 eadsi 𨳘
72816 ejki 𨳙
72817 ekji 𨳚
72818 elbi 𨳛
72819 egki 𨳛
72820 eoi 𨳜
72821 elri 𨳝
72822 eari 𨳝
72823 egri 𨳞
72824 esdbi 𨳟
72825 eslbi 𨳟
72826 ej.i 𨳠
72827 efi 𨳡
72828 ekci 𨳢
72829 ekagi 𨳣
72830 eigi 𨳣
72831 etgdi 𨳤
72832 egkki 𨳥
72833 eghki 𨳥
72834 ebi 𨳥
72835 ebbi 𨳦
72836 ezbi 𨳧
72837 eazi 𨳨
72838 efdi 𨳩
72839 eajdi 𨳪
72840 ezi 𨳫
72841 etli 𨳬
72842 edi 𨳭
72843 eaxi 𨳮
72844 eofi 𨳯
72845 eofi 𨳰
72846 ofei 𨳱
72847 eyci 𨳲
72848 eyri 𨳳
72849 ejci 𨳴
72850 eajki 𨳵
72851 etssi 𨳶
72852 enqi 𨳷
72853 epi 𨳸
72854 ewi 𨳹
72855 eozi 𨳺
72856 ensi 𨳻
72857 erai 𨳼
72858 eqti 𨳽
72859 ez;i 𨳾
72860 emci 𨳿
72861 ej;i 𨴀
72862 epdi 𨴁
72863 eaafi 𨴂
72864 eoei 𨴃
72865 epsi 𨴄
72866 eodji 𨴅
72867 eolji 𨴅
72868 eoadi 𨴆
72869 eqki 𨴇
72870 eacai 𨴇
72871 ezai 𨴈
72872 easbi 𨴉
72873 eozi 𨴊
72874 eyxi 𨴋
72875 exti 𨴌
72876 exofi 𨴍
72877 ealei 𨴎
72878 ejqi 𨴏
72879 eosi 𨴐
72880 eqari 𨴑
72881 efji 𨴒
72882 ejzsi 𨴓
72883 eddi 𨴔
72884 ejfdi 𨴕
72885 el.xi 𨴖
72886 eo.ki 𨴖
72887 elski 𨴖
72888 eaxri 𨴗
72889 exgri 𨴘
72890 aae,i 𨴙
72891 afaei 𨴚
72892 afei 𨴚
72893 erlqi 𨴛
72894 ezui 𨴜
72895 epfi 𨴝
72896 eoqi 𨴞
72897 ekkki 𨴟
72898 e.adi 𨴠
72899 es,i 𨴡
72900 emmi 𨴢
72901 enwi 𨴣
72902 ecysi 𨴤
72903 enlqi 𨴥
72904 bfei 𨴦
72905 ek.ki 𨴧
72906 ek.hi 𨴧
72907 ek.xi 𨴧
72908 ev;i 𨴨
72909 eivi 𨴩
72910 eqhi 𨴪
72911 e.gfi 𨴫
72912 eo;i 𨴬
72913 ebjfi 𨴭
72914 eini 𨴮
72915 ea.i 𨴯
72916 ekoei 𨴰
72917 exozi 𨴱
72918 eyfi 𨴲
72919 ek.xi 𨴳
72920 eoaki 𨴴
72921 enzxi 𨴵
72922 e.kji 𨴶
72923 elvgi 𨴷
72924 elvli 𨴷
72925 eaf.i 𨴸
72926 erlfi 𨴹
72927 evfhi 𨴺
72928 epri 𨴻
72929 ejsi 𨴼
72930 e;ni 𨴽
72931 e;bei 𨴾
72932 e;lei 𨴾
72933 ekrxi 𨴿
72934 ekpai 𨵀
72935 eklpi 𨵁
72936 eoadi 𨵂
72937 ej;si 𨵃
72938 ejpsi 𨵃
72939 enasi 𨵄
72940 ekqdi 𨵅
72941 elxi 𨵆
72942 ewjki 𨵇
72943 eeei 𨵈
72944 erifi 𨵉
72945 eaxxi 𨵊
72946 elvwi 𨵋
72947 etqdi 𨵌
72948 ece;i 𨵍
72949 ey;di 𨵎
72950 epahi 𨵏
72951 eusbi 𨵐
72952 eaddi 𨵑
72953 eplfi 𨵒
72954 e;ddi 𨵓
72955 ecx;i 𨵔
72956 eb/i 𨵕
72957 e;dni 𨵖
72958 errci 𨵗
72959 eesi 𨵘
72960 euaki 𨵙
72961 epvi 𨵚
72962 epui 𨵛
72963 e;psi 𨵜
72964 ecpi 𨵝
72965 elfqi 𨵞
72966 eujbi 𨵟
72967 ebrdi 𨵠
72968 ebddi 𨵡
72969 ejzi 𨵢
72970 efaei 𨵣
72971 ezqdi 𨵤
72972 eclji 𨵥
72973 eiuei 𨵦
72974 em;i 𨵧
72975 eclui 𨵨
72976 eqpi 𨵩
72977 ealmi 𨵪
72978 efz;i 𨵫
72979 ettxi 𨵬
72980 etfbi 𨵭
72981 eopi 𨵮
72982 efui 𨵯
72983 eacci 𨵰
72984 ebari 𨵱
72985 ezhui 𨵲
72986 ersvi 𨵳
72987 efjfi 𨵴
72988 ezhui 𨵵
72989 epa.i 𨵶
72990 epui 𨵷
72991 e/ui 𨵷
72992 eka.i 𨵸
72993 eofi 𨵹
72994 eklxi 𨵺
72995 e.dpi 𨵻
72996 ekddi 𨵼
72997 etspi 𨵽
72998 et;di 𨵾
72999 exxfi 𨵿
73000 efi;i 𨶀
73001 epnwi 𨶁
73002 eikui 𨶂
73003 eylqi 𨶃
73004 aaeyi 𨶄
73005 eir,i 𨶅
73006 eib;i 𨶆
73007 eit;i 𨶆
73008 el,i 𨶇
73009 ent;i 𨶈
73010 egfxi 𨶉
73011 kkyei 𨶊
73012 ebaci 𨶋
73013 e,ni 𨶌
73014 e/pi 𨶍
73015 e;mi 𨶎
73016 eofki 𨶏
73017 eafni 𨶐
73018 elfni 𨶐
73019 eljhi 𨶑
73020 e.oi 𨶒
73021 .vevi 𨶓
73022 eifbi 𨶔
73023 eifki 𨶕
73024 eco;i 𨶖
73025 echxi 𨶗
73026 etsfi 𨶘
73027 exuqi 𨶙
73028 exxfi 𨶚
73029 eqmi 𨶛
73030 eqifi 𨶜
73031 ey;hi 𨶝
73032 etubi 𨶞
73033 ebbti 𨶟
73034 el,i 𨶠
73035 eyni 𨶡
73036 eu,i 𨶢
73037 enl/i 𨶣
73038 eypfi 𨶤
73039 etgzi 𨶥
73040 eqoki 𨶦
73041 eupi 𨶧
73042 ekmei 𨶨
73043 eirui 𨶩
73044 ebb.i 𨶪
73045 emaci 𨶫
73046 etrai 𨶬
73047 eor,i 𨶭
73048 evqii 𨶮
73049 ep,i 𨶯
73050 erpki 𨶰
73051 efafi 𨶱
73052 erffi 𨶱
73053 eky,i 𨶲
73054 eyhsi 𨶳
73055 eaasi 𨶳
73056 e;;ri 𨶴
73057 ea/ti 𨶵
73058 ezrpi 𨶶
73059 ezrhi 𨶶
73060 etski 𨶷
73061 el,pi 𨶸
73062 exxi 𨶹
73063 eccci 𨶺
73064 eypri 𨶻
73065 ykd;i 𨶼
73066 bf;ri 𨶽
73067 etgri 𨶾
73068 ebqii 𨶿
73069 ex.;i 𨷀
73070 errsi 𨷁
73071 eribi 𨷂
73072 ei.ni 𨷃
73073 eprpi 𨷄
73074 eprhi 𨷄
73075 epkri 𨷅
73076 eazai 𨷆
73077 elzai 𨷆
73078 ec/ui 𨷇
73079 efpmi 𨷈
73080 ecjpi 𨷉
73081 etgzi 𨷊
73082 eos.i 𨷋
73083 ej/i 𨷌
73084 ej;si 𨷍
73085 ej;ti 𨷍
73086 zmmri 𨷎
73087 ezpi 𨷏
73088 e,pui 𨷐
73089 irzfi 𨷑
73090 ealdi 𨷒
73091 ea.di 𨷒
73092 edadi 𨷒
73093 eya,i 𨷓
73094 eo/,i 𨷔
73095 eorbi 𨷕
73096 eoqbi 𨷕
73097 eqtoi 𨷖
73098 ejaoi 𨷖
73099 estoi 𨷖
73100 e;;oi 𨷖
73101 efkai 𨷗
73102 erkai 𨷗
73103 ezaei 𨷘
73104 ey;ri 𨷙
73105 enbmi 𨷚
73106 enn/i 𨷛
73107 eg,.i 𨷜
73108 eaesi 𨷝
73109 eqoci 𨷞
73110 ejjti 𨷟
73111 ejjai 𨷟
73112 ejjqi 𨷟
73113 ejjsi 𨷟
73114 enpri 𨷠
73115 erexi 𨷡
73116 ea.,i 𨷢
73117 eol.i 𨷣
73118 eoa.i 𨷣
73119 e/rxi 𨷤
73120 eozzi 𨷥
73121 ezlei 𨷦
73122 erudi 𨷧
73123 eeqki 𨷨
73124 eqimi 𨷩
73125 eokmi 𨷪
73126 ikyei 𨷫
73127 eik.i 𨷬
73128 enpri 𨷭
73129 eeei 𨷮
73130 eozfi 𨷯
73131 ez;;i 𨷰
73132 emoxi 𨷱
73133 e.oxi 𨷱
73134 ei;fi 𨷲
73135 efy,i 𨷳
73136 emyxi 𨷴
73137 eohoi 𨷵
73138 ozaei 𨷶
73139 e///i 𨷷
73140 emyxi 𨷸
73141 ea.,i 𨷹
73142 ejjai 𨷺
73143 ejjti 𨷺
73144 ejj.i 𨷺
73145 ejjsi 𨷺
73146 elj.i 𨷺
73147 eljti 𨷺
73148 eyxxi 𨷻
73149 exyxi 𨷻
73150 ea..i 𨷼
73151 eqdui 𨷽
73152 eeeei 𨷾
73153 hjxi 𨷿
73154 hjsxi 𨷿
73155 hjgfi 𨸀
73156 hjysi 𨸁
73157 hjhi 𨸂
73158 hjlqi 𨸃
73159 hjtxi 𨸄
73160 hjari 𨸅
73161 hjqpi 𨸆
73162 hjk.i 𨸇
73163 hjizi 𨸈
73164 hjf;i 𨸉
73165 hjoki 𨸊
73166 hjk,i 𨸋
73167 hjvii 𨸌
73168 lbhui 𨸍
73169 gkhui 𨸍
73170 hjifi 𨸎
73171 leti 𨸏
73172 tlgi 𨸐
73173 tgli 𨸐
73174 tagi 𨸑
73175 tlsi 𨸒
73176 tsli 𨸒
73177 tji 𨸓
73178 tsi 𨸔
73179 tbi 𨸕
73180 tqi 𨸖
73181 tafi 𨸗
73182 tni 𨸘
73183 tti 𨸙
73184 tlbi 𨸚
73185 tgki 𨸚
73186 toi 𨸛
73187 toasi 𨸛
73188 tsbi 𨸜
73189 toasi 𨸝
73190 taxi 𨸞
73191 tq.i 𨸟
73192 tfbi 𨸠
73193 tofi 𨸡
73194 toi 𨸢
73195 tkji 𨸣
73196 tlki 𨸤
73197 letdi 𨸥
73198 tafi 𨸦
73199 taffi 𨸦
73200 tawi 𨸧
73201 tjaai 𨸨
73202 t.i 𨸩
73203 trsi 𨸪
73204 tyxi 𨸫
73205 tpdi 𨸬
73206 tq;i 𨸭
73207 tk;i 𨸮
73208 t.xki 𨸯
73209 tblsi 𨸰
73210 tbsli 𨸰
73211 tjri 𨸱
73212 tajdi 𨸲
73213 tyjdi 𨸲
73214 tlgfi 𨸳
73215 tglfi 𨸳
73216 tladi 𨸴
73217 tnasi 𨸵
73218 taii 𨸶
73219 letsi 𨸷
73220 tfdi 𨸸
73221 tzai 𨸹
73222 tpdi 𨸺
73223 t.xi 𨸻
73224 tnli 𨸼
73225 taxbi 𨸽
73226 teqi 𨸾
73227 letai 𨸿
73228 teqi 𨹀
73229 t/i 𨹁
73230 tcasi 𨹂
73231 tlgvi 𨹃
73232 tglvi 𨹃
73233 tsvi 𨹃
73234 tsvi 𨹄
73235 tlgvi 𨹄
73236 tglvi 𨹄
73237 tlei 𨹅
73238 txui 𨹆
73239 letxi 𨹇
73240 tk,i 𨹈
73241 tkci 𨹉
73242 tkkki 𨹊
73243 tlari 𨹋
73244 tjkki 𨹌
73245 tyk.i 𨹍
73246 tpqi 𨹎
73247 tnlqi 𨹏
73248 tlqi 𨹐
73249 tiri 𨹑
73250 tzhxi 𨹒
73251 t.jdi 𨹓
73252 tjtsi 𨹔
73253 tntsi 𨹕
73254 tgqi 𨹖
73255 tifi 𨹗
73256 tlafi 𨹗
73257 tnbdi 𨹘
73258 taz;i 𨹙
73259 tlz;i 𨹙
73260 tzgxi 𨹚
73261 thri 𨹛
73262 tqii 𨹜
73263 t;tsi 𨹝
73264 tzpi 𨹞
73265 tqaki 𨹟
73266 t.zxi 𨹠
73267 tblri 𨹡
73268 tbsri 𨹡
73269 t.qi 𨹢
73270 tbtsi 𨹣
73271 tl/i 𨹤
73272 ta/i 𨹤
73273 tktli 𨹥
73274 t;vi 𨹦
73275 tr.i 𨹧
73276 tjqi 𨹨
73277 tizi 𨹩
73278 tk;si 𨹪
73279 tkkri 𨹫
73280 t;l;i 𨹬
73281 t;;i 𨹬
73282 tz;i 𨹭
73283 trci 𨹮
73284 tfagi 𨹯
73285 tpei 𨹰
73286 tlffi 𨹱
73287 t..i 𨹲
73288 tlvgi 𨹳
73289 tlvli 𨹳
73290 t.gfi 𨹴
73291 tizsi 𨹵
73292 tkzsi 𨹵
73293 txxai 𨹶
73294 tatwi 𨹷
73295 tj;ri 𨹸
73296 tuui 𨹹
73297 tlefi 𨹺
73298 tjrki 𨹻
73299 tqqvi 𨹼
73300 tjidi 𨹽
73301 tm,i 𨹾
73302 t.;ai 𨹿
73303 lelgi 𨺀
73304 tpvi 𨺁
73305 tgcdi 𨺂
73306 tagdi 𨺂
73307 tlr;i 𨺃
73308 t.lri 𨺄
73309 t.ari 𨺄
73310 letqi 𨺅
73311 tjzi 𨺆
73312 tatci 𨺇
73313 tzkgi 𨺈
73314 t.vi 𨺉
73315 tyedi 𨺊
73316 tnmsi 𨺋
73317 traki 𨺌
73318 tzpsi 𨺍
73319 tfpbi 𨺎
73320 teabi 𨺏
73321 tpjdi 𨺐
73322 tepfi 𨺑
73323 tplfi 𨺒
73324 t.ori 𨺓
73325 lefdi 𨺔
73326 tzkgi 𨺕
73327 tzshi 𨺖
73328 teci 𨺗
73329 tlabi 𨺘
73330 tlfbi 𨺘
73331 tosi 𨺙
73332 t.adi 𨺚
73333 t.aei 𨺛
73334 ttjdi 𨺜
73335 tbbbi 𨺝
73336 tzidi 𨺞
73337 taidi 𨺞
73338 tfiii 𨺞
73339 trkii 𨺞
73340 temi 𨺟
73341 t.fji 𨺠
73342 t.d.i 𨺡
73343 txi 𨺢
73344 tosbi 𨺣
73345 tqpi 𨺤
73346 tyksi 𨺥
73347 tn,bi 𨺦
73348 tipi 𨺧
73349 t;;gi 𨺨
73350 ttfbi 𨺩
73351 tladi 𨺪
73352 tlfdi 𨺪
73353 oklti 𨺫
73354 tpkei 𨺬
73355 tlfdi 𨺭
73356 txr.i 𨺮
73357 tpni 𨺯
73358 tirzi 𨺰
73359 ty;di 𨺱
73360 tl;mi 𨺲
73361 tbjbi 𨺳
73362 tkyri 𨺴
73363 tiari 𨺴
73364 let.i 𨺵
73365 tfkmi 𨺶
73366 tfk.i 𨺶
73367 tpj;i 𨺷
73368 tpoji 𨺸
73369 tlv,i 𨺹
73370 toki 𨺺
73371 t.dpi 𨺻
73372 t.aei 𨺼
73373 t.asi 𨺼
73374 tetbi 𨺽
73375 t.aei 𨺾
73376 taewi 𨺿
73377 tlpqi 𨻀
73378 tljni 𨻁
73379 tpnwi 𨻂
73380 tqeei 𨻃
73381 tljvi 𨻄
73382 txkdi 𨻅
73383 t.esi 𨻆
73384 tfi;i 𨻇
73385 tcmi 𨻈
73386 tqtai 𨻉
73387 tjaai 𨻉
73388 tstai 𨻉
73389 t;;ai 𨻉
73390 tzkri 𨻊
73391 taxri 𨻋
73392 tkkki 𨻌
73393 tddci 𨻍
73394 tdy.i 𨻎
73395 letri 𨻏
73396 ta.ri 𨻐
73397 lef,i 𨻑
73398 tzaxi 𨻒
73399 tzo;i 𨻓
73400 tyx;i 𨻓
73401 tiaui 𨻔
73402 ty.ei 𨻕
73403 t,.i 𨻖
73404 tbbvi 𨻗
73405 tqqki 𨻘
73406 tpcsi 𨻙
73407 tzksi 𨻚
73408 tae;i 𨻛
73409 trri 𨻜
73410 tzzi 𨻝
73411 tpk;i 𨻞
73412 t;zxi 𨻟
73413 tjj;i 𨻠
73414 tleni 𨻡
73415 tal,i 𨻢
73416 tzlci 𨻣
73417 tzkwi 𨻤
73418 tpaai 𨻥
73419 t.a/i 𨻦
73420 tohpi 𨻧
73421 twmi 𨻨
73422 twpci 𨻩
73423 let.i 𨻪
73424 typsi 𨻫
73425 tljhi 𨻬
73426 tqaii 𨻭
73427 tqqii 𨻭
73428 tna.i 𨻮
73429 tq;ii 𨻯
73430 tvoi 𨻰
73431 tduui 𨻱
73432 telii 𨻲
73433 tae,i 𨻳
73434 tnk;i 𨻴
73435 tdkyi 𨻵
73436 tclci 𨻶
73437 tntci 𨻷
73438 tbbpi 𨻸
73439 tirui 𨻹
73440 tqami 𨻺
73441 tp;wi 𨻻
73442 teeri 𨻼
73443 tpxi 𨻽
73444 tlkfi 𨻾
73445 letpi 𨻿
73446 tyxfi 𨼀
73447 thhri 𨼁
73448 trari 𨼂
73449 tfpsi 𨼃
73450 tqq;i 𨼄
73451 tdii 𨼅
73452 taeni 𨼆
73453 t.qri 𨼇
73454 tnk;i 𨼈
73455 tbbsi 𨼉
73456 tor,i 𨼊
73457 tewai 𨼋
73458 tecai 𨼋
73459 tijki 𨼌
73460 tljfi 𨼍
73461 txjsi 𨼎
73462 talei 𨼏
73463 tqspi 𨼐
73464 tbrpi 𨼑
73465 tbrhi 𨼑
73466 t;;fi 𨼒
73467 tozpi 𨼓
73468 ttqhi 𨼔
73469 letui 𨼕
73470 tuuui 𨼖
73471 tpppi 𨼗
73472 talsi 𨼘
73473 tfzvi 𨼙
73474 tfyvi 𨼙
73475 teeni 𨼚
73476 tyedi 𨼛
73477 tf.ri 𨼜
73478 tevi 𨼝
73479 tfldi 𨼞
73480 tljgi 𨼟
73481 tl,pi 𨼠
73482 tfusi 𨼡
73483 tfuli 𨼡
73484 tfjsi 𨼡
73485 tfjli 𨼡
73486 trzui 𨼢
73487 trafi 𨼣
73488 tvpki 𨼤
73489 tpabi 𨼥
73490 tlkri 𨼦
73491 tkkai 𨼦
73492 tjz;i 𨼧
73493 tyksi 𨼨
73494 tr;;i 𨼩
73495 tvvci 𨼪
73496 tea.i 𨼫
73497 tjjfi 𨼬
73498 tjjqi 𨼬
73499 tnrsi 𨼭
73500 tjzyi 𨼮
73501 t.txi 𨼯
73502 tzqri 𨼰
73503 letqi 𨼱
73504 letdi 𨼱
73505 tfkzi 𨼲
73506 taeri 𨼳
73507 tcjpi 𨼴
73508 tlo;i 𨼵
73509 ti;ni 𨼶
73510 tpfii 𨼷
73511 tpeii 𨼷
73512 tfdii 𨼷
73513 tdfii 𨼷
73514 tffii 𨼷
73515 t/rfi 𨼸
73516 tlqki 𨼹
73517 t,mei 𨼺
73518 tykwi 𨼻
73519 tqdsi 𨼼
73520 lee.i 𨼽
73521 ti.,i 𨼾
73522 tfj.i 𨼿
73523 tzphi 𨽀
73524 tae.i 𨽁
73525 taeki 𨽁
73526 tkczi 𨽂
73527 t,,qi 𨽃
73528 letdi 𨽄
73529 letqi 𨽄
73530 tzzsi 𨽅
73531 tmqii 𨽆
73532 tu,di 𨽇
73533 tfrui 𨽈
73534 t/rpi 𨽉
73535 t/rhi 𨽉
73536 tj;si 𨽊
73537 tjpsi 𨽊
73538 tzqui 𨽋
73539 t.qvi 𨽌
73540 tr/mi 𨽍
73541 ti.ci 𨽎
73542 tnrki 𨽏
73543 trssi 𨽐
73544 trksi 𨽐
73545 t.p.i 𨽑
73546 tnzci 𨽒
73547 t,,hi 𨽓
73548 tntmi 𨽔
73549 tzlbi 𨽕
73550 tzabi 𨽕
73551 tygxi 𨽖
73552 tecmi 𨽗
73553 tykwi 𨽘
73554 tiuki 𨽙
73555 teqdi 𨽚
73556 ti.ti 𨽛
73557 tepui 𨽜
73558 letqi 𨽝
73559 letdi 𨽝
73560 tre,i 𨽞
73561 tr;,i 𨽞
73562 t;dni 𨽟
73563 tokmi 𨽠
73564 letqi 𨽡
73565 ty;xi 𨽢
73566 tf;vi 𨽣
73567 trkmi 𨽤
73568 tec,i 𨽥
73569 taeei 𨽦
73570 tf;yi 𨽧
73571 tqsdi 𨽨
73572 letqi 𨽩
73573 letdi 𨽩
73574 leffi 𨽪
73575 lefki 𨽫
73576 tzrvi 𨽬
73577 tidki 𨽭
73578 tv;ai 𨽮
73579 t.eki 𨽯
73580 tdksi 𨽰
73581 lefsi 𨽱
73582 tz;ki 𨽲
73583 tqs/i 𨽳
73584 letdi 𨽴
73585 letqi 𨽴
73586 letqi 𨽵
73587 tcpi 𨽶
73588 yxkci 𨽷
73589 ztci 𨽸
73590 qozci 𨽹
73591 j;sci 𨽺
73592 jpsci 𨽺
73593 qaaci 𨽻
73594 tctci 𨽼
73595 w.jci 𨽽
73596 eaaci 𨽾
73597 x;vci 𨽿
73598 ddaci 𨾀
73599 keaci 𨾁
73600 tcpki 𨾂
73601 x;aci 𨾃
73602 /,,ci 𨾄
73603 qkyi 𨾅
73604 gakyi 𨾆
73605 ckyi 𨾇
73606 bkyi 𨾈
73607 jkkyi 𨾉
73608 qkyi 𨾊
73609 bkyi 𨾋
73610 afkyi 𨾌
73611 axkyi 𨾍
73612 kyszi 𨾎
73613 kygai 𨾎
73614 kyaki 𨾎
73615 ky.i 𨾏
73616 sfkyi 𨾐
73617 sfkyi 𨾑
73618 szkyi 𨾑
73619 yskyi 𨾒
73620 axkyi 𨾓
73621 hkyi 𨾔
73622 tkkyi 𨾕
73623 aekyi 𨾖
73624 kytki 𨾗
73625 lzkyi 𨾘
73626 qfkyi 𨾙
73627 zkyi 𨾚
73628 oasyi 𨾛
73629 kyaxi 𨾜
73630 k.kyi 𨾝
73631 mkyi 𨾞
73632 ofkyi 𨾟
73633 ibkyi 𨾠
73634 khbyi 𨾠
73635 pdkyi 𨾡
73636 qagyi 𨾢
73637 bgdyi 𨾣
73638 ozkyi 𨾤
73639 szkyi 𨾥
73640 oasyi 𨾦
73641 tsayi 𨾧
73642 yrkyi 𨾨
73643 z.hyi 𨾩
73644 zbhyi 𨾩
73645 zlhyi 𨾩
73646 kfhyi 𨾪
73647 lgjyi 𨾫
73648 gljyi 𨾫
73649 zqkyi 𨾬
73650 zqkyi 𨾭
73651 zkkyi 𨾮
73652 wbkyi 𨾯
73653 xafyi 𨾰
73654 x;kyi 𨾱
73655 ovkyi 𨾲
73656 p.kyi 𨾳
73657 ;;kyi 𨾴
73658 w;kyi 𨾵
73659 nwkyi 𨾶
73660 oskyi 𨾷
73661 ameyi 𨾸
73662 okyi 𨾹
73663 zaayi 𨾺
73664 kycbi 𨾻
73665 jzgyi 𨾼
73666 axryi 𨾽
73667 s,kyi 𨾾
73668 aljyi 𨾿
73669 okyi 𨿀
73670 .agyi 𨿁
73671 karyi 𨿂
73672 klryi 𨿂
73673 karyi 𨿃
73674 ixkyi 𨿄
73675 isxyi 𨿄
73676 m;kyi 𨿅
73677 f.kyi 𨿆
73678 kyjki 𨿇
73679 ky,xi 𨿈
73680 ttkyi 𨿉
73681 bgryi 𨿊
73682 awqyi 𨿋
73683 qhkyi 𨿌
73684 loxyi 𨿍
73685 mkyi 𨿎
73686 qkkyi 𨿏
73687 .fhyi 𨿐
73688 pafyi 𨿑
73689 .sbyi 𨿒
73690 xk.yi 𨿓
73691 ;ukyi 𨿔
73692 .zjyi 𨿕
73693 lvsyi 𨿖
73694 .aryi 𨿗
73695 kykli 𨿘
73696 zs.yi 𨿙
73697 zshyi 𨿙
73698 .gfyi 𨿚
73699 ky.di 𨿛
73700 kk;yi 𨿜
73701 ktgyi 𨿝
73702 ky,;i 𨿞
73703 v;kyi 𨿟
73704 ofkyi 𨿠
73705 y;gyi 𨿡
73706 vpkyi 𨿢
73707 rakyi 𨿣
73708 ykmyi 𨿤
73709 yk.yi 𨿤
73710 l,kyi 𨿥
73711 y;kyi 𨿦
73712 epfyi 𨿧
73713 fpfyi 𨿨
73714 atdyi 𨿩
73715 pqqyi 𨿪
73716 zqdyi 𨿫
73717 rukyi 𨿬
73718 tzqyi 𨿭
73719 j;syi 𨿮
73720 jpsyi 𨿮
73721 lvlyi 𨿯
73722 cj;yi 𨿰
73723 gukyi 𨿱
73724 rkryi 𨿲
73725 zszyi 𨿳
73726 xakyi 𨿳
73727 axkyi 𨿳
73728 wpkyi 𨿴
73729 lplyi 𨿵
73730 ntkyi 𨿶
73731 bbbyi 𨿷
73732 .zkyi 𨿸
73733 oasyi 𨿹
73734 jidyi 𨿺
73735 doayi 𨿻
73736 ykkyi 𨿼
73737 x/kyi 𨿽
73738 zukyi 𨿾
73739 yxuyi 𨿾
73740 opkyi 𨿿
73741 qpwyi 𩀀
73742 bazyi 𩀁
73743 blzyi 𩀁
73744 i;fyi 𩀂
73745 tsayi 𩀃
73746 a/wyi 𩀄
73747 w.kyi 𩀅
73748 nkzyi 𩀆
73749 ;;ayi 𩀇
73750 napyi 𩀈
73751 f;uyi 𩀉
73752 qqlyi 𩀊
73753 aljyi 𩀋
73754 l;myi 𩀌
73755 pmkyi 𩀍
73756 jzhyi 𩀎
73757 ;;;yi 𩀏
73758 .fjyi 𩀐
73759 okkyi 𩀑
73760 lvjyi 𩀒
73761 .qdyi 𩀓
73762 ftsyi 𩀔
73763 kykyi 𩀕
73764 ylxyi 𩀖
73765 ky.si 𩀗
73766 mofyi 𩀘
73767 .ofyi 𩀘
73768 cpiyi 𩀙
73769 /ckyi 𩀚
73770 ntdyi 𩀛
73771 mukyi 𩀜
73772 ajdbi 𩀝
73773 ib;yi 𩀞
73774 itlyi 𩀞
73775 kykgi 𩀟
73776 kykli 𩀟
73777 vasyi 𩀠
73778 dqiyi 𩀡
73779 c;;yi 𩀢
73780 l;lyi 𩀣
73781 rrkyi 𩀤
73782 hooyi 𩀥
73783 bblyi 𩀦
73784 qokyi 𩀧
73785 ky.ci 𩀨
73786 lykyi 𩀩
73787 nvvyi 𩀪
73788 q;;yi 𩀫
73789 kynfi 𩀬
73790 pzayi 𩀭
73791 p;dyi 𩀮
73792 cj;yi 𩀯
73793 .kkyi 𩀰
73794 kyk.i 𩀱
73795 bky,i 𩀲
73796 arfyi 𩀳
73797 ffmyi 𩀴
73798 fafyi 𩀵
73799 rffyi 𩀵
73800 tzqyi 𩀶
73801 l,pyi 𩀷
73802 rrryi 𩀸
73803 lj,yi 𩀹
73804 ljayi 𩀹
73805 /mkyi 𩀺
73806 y;cyi 𩀻
73807 vvk.i 𩀼
73808 a/pyi 𩀽
73809 zidyi 𩀾
73810 qsqyi 𩀿
73811 zzpyi 𩁀
73812 ;;k;i 𩁁
73813 rk;yi 𩁂
73814 aljyi 𩁃
73815 lvkyi 𩁄
73816 lkkyi 𩁅
73817 kkkyi 𩁅
73818 kkkyi 𩁆
73819 /riyi 𩁇
73820 ypnyi 𩁈
73821 yp;yi 𩁉
73822 b;yyi 𩁊
73823 ea.yi 𩁋
73824 tzqyi 𩁌
73825 /l/yi 𩁍
73826 zibyi 𩁎
73827 zkhyi 𩁎
73828 jzkyi 𩁏
73829 s.;yi 𩁐
73830 pfqyi 𩁑
73831 peqyi 𩁑
73832 fdfyi 𩁑
73833 dffyi 𩁑
73834 ffdyi 𩁑
73835 vpayi 𩁒
73836 .yzyi 𩁓
73837 nnuyi 𩁔
73838 ozayi 𩁕
73839 akjyi 𩁖
73840 ky.yi 𩁗
73841 rkkyi 𩁘
73842 r,ryi 𩁘
73843 bbkyi 𩁙
73844 rdayi 𩁚
73845 y;;yi 𩁛
73846 pppyi 𩁜
73847 f/zyi 𩁝
73848 fmayi 𩁞
73849 lvlyi 𩁟
73850 prkyi 𩁠
73851 valyi 𩁡
73852 rrkyi 𩁢
73853 r;dyi 𩁣
73854 rpryi 𩁤
73855 iriyi 𩁥
73856 irkyi 𩁥
73857 izhyi 𩁥
73858 zpkbi 𩁦
73859 s,fyi 𩁧
73860 epuyi 𩁨
73861 fpvyi 𩁩
73862 rkpyi 𩁪
73863 izfyi 𩁫
73864 kzfyi 𩁫
73865 r;dyi 𩁬
73866 zkyyi 𩁭
73867 fi;yi 𩁮
73868 jjkyi 𩁯
73869 krkji 𩁰
73870 kyvui 𩁱
73871 lk;yi 𩁲
73872 lrkyi 𩁳
73873 kyk,i 𩁴
73874 kykei 𩁵
73875 zsi 𩁶
73876 zadi 𩁷
73877 zsi 𩁸
73878 zafi 𩁹
73879 z.i 𩁺
73880 zwi 𩁻
73881 mzi 𩁼
73882 ztgi 𩁽
73883 zbi 𩁾
73884 zqai 𩁿
73885 zqi 𩁿
73886 zafi 𩂀
73887 zasi 𩂁
73888 zl.i 𩂂
73889 ztki 𩂃
73890 zadsi 𩂄
73891 zaxi 𩂅
73892 zzi 𩂆
73893 zigi 𩂇
73894 zkhgi 𩂇
73895 zni 𩂈
73896 zazi 𩂉
73897 zari 𩂊
73898 zoi 𩂋
73899 zdi 𩂌
73900 zci 𩂍
73901 zk.i 𩂎
73902 zfbi 𩂏
73903 zlri 𩂐
73904 zari 𩂐
73905 zs.i 𩂑
73906 zztsi 𩂒
73907 z.hi 𩂓
73908 zz.hi 𩂔
73909 zzbhi 𩂔
73910 zzlhi 𩂔
73911 ztgei 𩂕
73912 zoei 𩂖
73913 zddi 𩂗
73914 zpdi 𩂘
73915 zkmi 𩂙
73916 za.i 𩂚
73917 zalki 𩂚
73918 zagki 𩂚
73919 zkfhi 𩂛
73920 zl.hi 𩂜
73921 zl.ki 𩂜
73922 z;.i 𩂝
73923 zodji 𩂞
73924 zolji 𩂞
73925 zzxi 𩂟
73926 zkaxi 𩂠
73927 z.xki 𩂡
73928 zkkki 𩂢
73929 z.;i 𩂣
73930 zlmi 𩂤
73931 zpzi 𩂥
73932 zifi 𩂦
73933 zlafi 𩂦
73934 zcagi 𩂧
73935 zjfdi 𩂨
73936 z;;i 𩂩
73937 zui 𩂪
73938 z..i 𩂫
73939 zpqi 𩂬
73940 zmmi 𩂭
73941 z,i 𩂮
73942 zkvi 𩂯
73943 zw;i 𩂰
73944 zylxi 𩂱
73945 zqki 𩂲
73946 zacai 𩂳
73947 zvji 𩂴
73948 zbtsi 𩂵
73949 zamei 𩂶
73950 zcasi 𩂷
73951 zcjsi 𩂸
73952 z.sbi 𩂹
73953 zv;i 𩂺
73954 zaesi 𩂻
73955 zap.i 𩂼
73956 zarfi 𩂽
73957 zpagi 𩂾
73958 ztl;i 𩂿
73959 zlebi 𩃀
73960 zclbi 𩃁
73961 zo.i 𩃂
73962 zxx.i 𩃃
73963 zzshi 𩃄
73964 zzs.i 𩃄
73965 ajd;i 𩃅
73966 zke;i 𩃅
73967 znawi 𩃆
73968 zrlai 𩃇
73969 zrlki 𩃇
73970 z;ci 𩃈
73971 z;gzi 𩃉
73972 z;azi 𩃉
73973 zjtsi 𩃊
73974 zaf.i 𩃋
73975 zaaqi 𩃌
73976 zckxi 𩃍
73977 zchi 𩃎
73978 zt,i 𩃏
73979 zkoai 𩃐
73980 zkohi 𩃐
73981 zodi 𩃑
73982 zofi 𩃒
73983 zosi 𩃓
73984 zkkxi 𩃔
73985 zxvi 𩃕
73986 zatci 𩃖
73987 zzpsi 𩃗
73988 zzi 𩃘
73989 zpzi 𩃙
73990 zcyxi 𩃚
73991 zpigi 𩃛
73992 zpkgi 𩃛
73993 zcyi 𩃜
73994 zv.i 𩃝
73995 zggi 𩃞
73996 zpoi 𩃟
73997 zaaki 𩃠
73998 zqati 𩃡
73999 zqdti 𩃡
74000 zdqti 𩃡
74001 zodi 𩃡
74002 zkkxi 𩃢
74003 zykfi 𩃣
74004 zzqdi 𩃤
74005 zksdi 𩃥
74006 zcx;i 𩃦
74007 zolsi 𩃧
74008 zargi 𩃨
74009 z/wi 𩃩
74010 zk/i 𩃪
74011 zkapi 𩃫
74012 zaagi 𩃬
74013 zvkxi 𩃭
74014 zpl.i 𩃮
74015 zc,i 𩃯
74016 zcosi 𩃰
74017 zcnqi 𩃱
74018 zvkki 𩃲
74019 zv.hi 𩃲
74020 zzfi 𩃳
74021 zamui 𩃴
74022 zclvi 𩃵
74023 zcsvi 𩃵
74024 zaahi 𩃶
74025 zaaxi 𩃷
74026 zaaei 𩃸
74027 zafoi 𩃹
74028 zlfoi 𩃹
74029 zktzi 𩃺
74030 zlv.i 𩃻
74031 zgkji 𩃼
74032 nrkzi 𩃽
74033 zaa/i 𩃾
74034 zqati 𩃿
74035 zqdti 𩃿
74036 zzasi 𩄀
74037 zas/i 𩄁
74038 zc.ki 𩄂
74039 zvlsi 𩄃
74040 zzpi 𩄄
74041 zpui 𩄅
74042 z/ui 𩄅
74043 zpori 𩄆
74044 z/ari 𩄇
74045 zibxi 𩄈
74046 zkhxi 𩄈
74047 zmpi 𩄉
74048 zyfi 𩄊
74049 zcaei 𩄋
74050 zbari 𩄌
74051 zlv,i 𩄍
74052 zbji 𩄎
74053 zxi 𩄏
74054 zt.qi 𩄐
74055 zfjfi 𩄑
74056 zypi 𩄒
74057 zrsvi 𩄓
74058 zogai 𩄔
74059 zpaei 𩄕
74060 zw.i 𩄖
74061 zleii 𩄗
74062 zkxbi 𩄘
74063 zbpfi 𩄙
74064 zqjki 𩄚
74065 zquki 𩄚
74066 zfuki 𩄚
74067 zfjki 𩄚
74068 ztqi 𩄛
74069 zfjxi 𩄜
74070 zirqi 𩄝
74071 zizqi 𩄝
74072 zlvvi 𩄞
74073 zdqii 𩄟
74074 zqjki 𩄠
74075 zquki 𩄠
74076 zfuki 𩄠
74077 zfjki 𩄠
74078 zitci 𩄡
74079 zrjri 𩄢
74080 zppi 𩄣
74081 zifui 𩄤
74082 ztsdi 𩄥
74083 z..fi 𩄦
74084 z,.i 𩄧
74085 zmui 𩄨
74086 z.dki 𩄩
74087 z.ski 𩄩
74088 zapki 𩄪
74089 zap,i 𩄪
74090 zofni 𩄫
74091 zcjsi 𩄬
74092 zna;i 𩄭
74093 ztxni 𩄮
74094 zbgji 𩄯
74095 zam,i 𩄰
74096 zypsi 𩄱
74097 z,ni 𩄲
74098 zyyi 𩄳
74099 zkzfi 𩄴
74100 zxjki 𩄵
74101 z,jki 𩄶
74102 zlp;i 𩄷
74103 zkabi 𩄸
74104 zklbi 𩄸
74105 zbui 𩄹
74106 z;afi 𩄺
74107 zfpzi 𩄻
74108 zceei 𩄼
74109 zp;wi 𩄽
74110 zrmi 𩄾
74111 zfj.i 𩄿
74112 zrihi 𩅀
74113 zfzfi 𩅁
74114 zfzhi 𩅁
74115 zzfhi 𩅂
74116 zdnci 𩅃
74117 zyqqi 𩅄
74118 zcifi 𩅅
74119 zclfi 𩅅
74120 zp.ni 𩅆
74121 zy;ti 𩅇
74122 zypfi 𩅈
74123 z/kki 𩅉
74124 zukki 𩅉
74125 z/.i 𩅉
74126 zlu.i 𩅉
74127 zl/ki 𩅉
74128 zl/.i 𩅉
74129 zkp,i 𩅊
74130 zkpki 𩅊
74131 zktbi 𩅋
74132 zcjzi 𩅌
74133 zp/bi 𩅍
74134 zpeti 𩅎
74135 zpqti 𩅎
74136 zpkxi 𩅏
74137 z;;si 𩅐
74138 z;;pi 𩅑
74139 zoy.i 𩅒
74140 zy.oi 𩅒
74141 z..i 𩅓
74142 zu,i 𩅔
74143 zctdi 𩅕
74144 j;zzi 𩅖
74145 zbg;i 𩅗
74146 zv;ni 𩅘
74147 zxx.i 𩅙
74148 zrkyi 𩅚
74149 z.fni 𩅛
74150 zhbui 𩅜
74151 zaasi 𩅝
74152 zaapi 𩅞
74153 zpppi 𩅟
74154 zcffi 𩅠
74155 ztzui 𩅡
74156 zlp.i 𩅢
74157 zaaxi 𩅣
74158 zvv.i 𩅤
74159 zti.i 𩅥
74160 z;;fi 𩅦
74161 zlu.i 𩅧
74162 zl/.i 𩅧
74163 zl/ki 𩅧
74164 z/kki 𩅧
74165 z/.i 𩅧
74166 zqspi 𩅨
74167 zzlvi 𩅩
74168 zcvji 𩅪
74169 zni.i 𩅫
74170 zbg;i 𩅬
74171 ztggi 𩅭
74172 zzzpi 𩅮
74173 zrlqi 𩅯
74174 zraoi 𩅰
74175 zzifi 𩅱
74176 zzizi 𩅱
74177 zjd.i 𩅲
74178 zcpsi 𩅳
74179 zcjqi 𩅴
74180 zcbri 𩅵
74181 zgggi 𩅶
74182 ztrki 𩅷
74183 ztrsi 𩅷
74184 zaepi 𩅸
74185 zcbji 𩅹
74186 z.ami 𩅺
74187 zcrpi 𩅻
74188 zcrhi 𩅻
74189 zi;ki 𩅼
74190 zpfxi 𩅽
74191 zpexi 𩅽
74192 zaaki 𩅾
74193 zaasi 𩅾
74194 zcqhi 𩅿
74195 zckbi 𩆀
74196 zi/pi 𩆁
74197 zaami 𩆂
74198 zkjmi 𩆂
74199 zaami 𩆃
74200 zkjmi 𩆃
74201 zyxyi 𩆄
74202 zysyi 𩆄
74203 zazai 𩆅
74204 zlzai 𩆅
74205 zjgi 𩆆
74206 zyosi 𩆇
74207 zkisi 𩆈
74208 zpaxi 𩆉
74209 zalsi 𩆊
74210 zomdi 𩆋
74211 znici 𩆌
74212 zc.di 𩆍
74213 zcmdi 𩆍
74214 zcopi 𩆎
74215 zfrvi 𩆏
74216 zypvi 𩆐
74217 zap.i 𩆑
74218 z;;.i 𩆒
74219 zcpbi 𩆓
74220 zriri 𩆔
74221 z;;ei 𩆕
74222 z;;di 𩆕
74223 z;;fi 𩆕
74224 z;;bi 𩆖
74225 zpppi 𩆗
74226 zqddi 𩆘
74227 za/hi 𩆙
74228 z;;fi 𩆚
74229 za/hi 𩆛
74230 z;;hi 𩆜
74231 zzvni 𩆝
74232 z;;pi 𩆞
74233 j;sei 𩆟
74234 jpsei 𩆟
74235 zf/mi 𩆠
74236 zmoni 𩆡
74237 zpypi 𩆢
74238 zalhi 𩆣
74239 zcvui 𩆤
74240 zvv.i 𩆥
74241 zaapi 𩆦
74242 zrexi 𩆧
74243 zi.fi 𩆨
74244 zcrhi 𩆩
74245 zf/xi 𩆪
74246 zbpti 𩆫
74247 zca.i 𩆬
74248 zc;xi 𩆭
74249 z;;;i 𩆮
74250 zciki 𩆯
74251 ztini 𩆰
74252 zesvi 𩆱
74253 zlv.i 𩆲
74254 zyk,i 𩆳
74255 zepui 𩆴
74256 zu,fi 𩆵
74257 zy;xi 𩆶
74258 zkkxi 𩆷
74259 zcbyi 𩆸
74260 zxmgi 𩆹
74261 zrfdi 𩆺
74262 z;;vi 𩆻
74263 z;;bi 𩆼
74264 znfmi 𩆽
74265 zekgi 𩆾
74266 zkybi 𩆿
74267 zojxi 𩇀
74268 zpkei 𩇁
74269 z;mgi 𩇂
74270 z;;gi 𩇃
74271 z;;pi 𩇄
74272 zyfzi 𩇅
74273 zpyvi 𩇆
74274 zrlqi 𩇇
74275 zkybi 𩇈
74276 znami 𩇉
74277 zy;si 𩇊
74278 zcaei 𩇋
74279 zzzsi 𩇌
74280 zg,xi 𩇍
74281 z;;ri 𩇎
74282 zxkxi 𩇏
74283 z.jdi 𩇐
74284 zy;si 𩇑
74285 zaa,i 𩇒
74286 z..,i 𩇒
74287 zpppi 𩇓
74288 zaaxi 𩇔
74289 ru.i 𩇕
74290 aasui 𩇖
74291 ruqsi 𩇗
74292 rxrui 𩇘
74293 ruibi 𩇙
74294 rukbi 𩇙
74295 rux;i 𩇚
74296 orrui 𩇛
74297 ruosi 𩇜
74298 krusi 𩇝
74299 rua,i 𩇞
74300 krusi 𩇟
74301 rurui 𩇠
74302 ruffi 𩇡
74303 rucoi 𩇢
74304 ruali 𩇣
74305 ruyhi 𩇤
74306 ruyfi 𩇤
74307 ruyzi 𩇤
74308 ru.bi 𩇥
74309 rufbi 𩇥
74310 eaeai 𩇦
74311 esaki 𩇧
74312 ekaki 𩇧
74313 eseki 𩇧
74314 e,,i 𩇨
74315 ekkki 𩇨
74316 dkkki 𩇨
74317 zeei 𩇩
74318 eejdi 𩇪
74319 eegfi 𩇫
74320 ee;i 𩇬
74321 ee,i 𩇭
74322 eeoi 𩇮
74323 eetsi 𩇯
74324 yeeki 𩇰
74325 eeadi 𩇱
74326 eeasi 𩇲
74327 azsei 𩇳
74328 eekji 𩇴
74329 eef;i 𩇵
74330 vaeei 𩇶
74331 eejqi 𩇷
74332 eeo;i 𩇸
74333 eev;i 𩇹
74334 az;ei 𩇺
74335 lz;ei 𩇺
74336 eejni 𩇻
74337 eezpi 𩇼
74338 ajkei 𩇽
74339 l,pei 𩇾
74340 ddk.i 𩇿
74341 eelpi 𩈀
74342 ti.ei 𩈁
74343 ee/ni 𩈂
74344 alphi 𩈃
74345 alphi 𩈄
74346 alpki 𩈄
74347 alpfi 𩈅
74348 alpsi 𩈆
74349 alpri 𩈇
74350 alpfi 𩈈
74351 alpsi 𩈉
74352 alphi 𩈊
74353 alpei 𩈋
74354 alpsi 𩈌
74355 alpai 𩈍
74356 alpgi 𩈎
74357 alpbi 𩈏
74358 alpvi 𩈐
74359 alpbi 𩈑
74360 alpvi 𩈒
74361 alpai 𩈓
74362 alpdi 𩈔
74363 alpki 𩈕
74364 alpbi 𩈖
74365 alpbi 𩈗
74366 vaaei 𩈘
74367 alp;i 𩈙
74368 alpfi 𩈚
74369 alpki 𩈛
74370 alpei 𩈜
74371 alpbi 𩈝
74372 alp.i 𩈞
74373 alpti 𩈟
74374 l;sei 𩈠
74375 alpqi 𩈡
74376 alpni 𩈢
74377 alp;i 𩈣
74378 alpci 𩈤
74379 alp.i 𩈥
74380 alpsi 𩈦
74381 zkkei 𩈧
74382 qhaei 𩈨
74383 alpti 𩈩
74384 alpri 𩈪
74385 alpci 𩈫
74386 alpei 𩈬
74387 alpai 𩈭
74388 alp;i 𩈮
74389 alpsi 𩈯
74390 nnlei 𩈰
74391 nmgei 𩈱
74392 alpei 𩈲
74393 alpei 𩈳
74394 alppi 𩈴
74395 qdtei 𩈵
74396 alpci 𩈶
74397 alpsi 𩈷
74398 alphi 𩈸
74399 alpki 𩈹
74400 alp,i 𩈺
74401 qoaei 𩈻
74402 alp.i 𩈼
74403 alpwi 𩈽
74404 alpwi 𩈾
74405 alpsi 𩈿
74406 c,,ei 𩉀
74407 alpfi 𩉁
74408 puzei 𩉂
74409 ./fei 𩉃
74410 alp,i 𩉄
74411 ,,,ei 𩉅
74412 alpei 𩉆
74413 alphi 𩉇
74414 alp,i 𩉈
74415 paloi 𩉉
74416 alpai 𩉊
74417 alpni 𩉋
74418 alpxi 𩉌
74419 cqoei 𩉍
74420 pzuei 𩉎
74421 alpci 𩉏
74422 alpci 𩉐
74423 alpoi 𩉑
74424 alpni 𩉒
74425 alpmi 𩉓
74426 alpxi 𩉔
74427 iljei 𩉕
74428 alpei 𩉖
74429 alpyi 𩉗
74430 jjkei 𩉘
74431 alpyi 𩉙
74432 alpei 𩉚
74433 rfji 𩉛
74434 rfsi 𩉜
74435 rflhi 𩉝
74436 rfshi 𩉝
74437 rfagi 𩉞
74438 rfesi 𩉟
74439 rf.hi 𩉠
74440 rfh.i 𩉠
74441 rfkei 𩉡
74442 rfjki 𩉢
74443 rfagi 𩉣
74444 rf..i 𩉤
74445 rftli 𩉥
74446 rfzxi 𩉦
74447 rffi 𩉧
74448 rffbi 𩉨
74449 rf.i 𩉩
74450 rflqi 𩉪
74451 rfqqi 𩉫
74452 rfosi 𩉬
74453 rfkxi 𩉭
74454 rfei 𩉮
74455 rfasi 𩉯
74456 rfadi 𩉰
74457 rfawi 𩉱
74458 rfebi 𩉲
74459 rfosi 𩉳
74460 rfzsi 𩉴
74461 rf.si 𩉴
74462 rfkji 𩉵
74463 rflai 𩉶
74464 rfgai 𩉶
74465 rfxgi 𩉷
74466 rfqti 𩉸
74467 rfbqi 𩉹
74468 rfnqi 𩉺
74469 rfosi 𩉻
74470 rfpdi 𩉼
74471 rftei 𩉽
74472 rfpdi 𩉾
74473 rfl;i 𩉿
74474 rflpi 𩊀
74475 rfmsi 𩊁
74476 rfibi 𩊂
74477 rfkbi 𩊂
74478 rfmci 𩊃
74479 pfrfi 𩊄
74480 rfoji 𩊅
74481 rfqdi 𩊆
74482 rfahi 𩊇
74483 rsrfi 𩊈
74484 rff;i 𩊉
74485 rfzhi 𩊊
74486 rfjsi 𩊋
74487 rfyi 𩊌
74488 rfhbi 𩊍
74489 rftji 𩊎
74490 rfb;i 𩊏
74491 rfaei 𩊐
74492 rfifi 𩊑
74493 rfpxi 𩊒
74494 rfzgi 𩊓
74495 rfy.i 𩊔
74496 rfoji 𩊕
74497 rfifi 𩊖
74498 rflfi 𩊖
74499 rfjqi 𩊗
74500 rfapi 𩊘
74501 rfkhi 𩊙
74502 rf.;i 𩊚
74503 rfjsi 𩊛
74504 rfsvi 𩊜
74505 rflvi 𩊜
74506 rfgvi 𩊜
74507 rfqpi 𩊝
74508 rfari 𩊞
74509 rfjdi 𩊟
74510 rfcsi 𩊠
74511 rfaei 𩊡
74512 rfaqi 𩊢
74513 rfovi 𩊣
74514 rflhi 𩊤
74515 rfmmi 𩊥
74516 rfnhi 𩊦
74517 rfbdi 𩊧
74518 rfgai 𩊨
74519 rf.fi 𩊩
74520 rfqii 𩊪
74521 rfjni 𩊫
74522 rfqhi 𩊬
74523 rfksi 𩊭
74524 rfcli 𩊮
74525 rfv;i 𩊯
74526 rfqri 𩊰
74527 rfozi 𩊱
74528 rfrsi 𩊲
74529 qsffi 𩊳
74530 qszfi 𩊳
74531 rfrni 𩊴
74532 rfzpi 𩊵
74533 rfeci 𩊶
74534 rfjqi 𩊷
74535 rf/si 𩊸
74536 rfkai 𩊹
74537 rfji 𩊺
74538 rfx.i 𩊻
74539 rfwdi 𩊼
74540 rf.di 𩊽
74541 rfbfi 𩊾
74542 rfrpi 𩊿
74543 rfeci 𩋀
74544 rfbbi 𩋁
74545 rfeei 𩋂
74546 rfldi 𩋃
74547 rfabi 𩋄
74548 rfaci 𩋅
74549 rflci 𩋅
74550 qdtfi 𩋆
74551 rf,i 𩋇
74552 rfw.i 𩋈
74553 rfwmi 𩋈
74554 rfwhi 𩋈
74555 rfqxi 𩋉
74556 rfzsi 𩋊
74557 rfaxi 𩋋
74558 rfp.i 𩋌
74559 rfk,i 𩋍
74560 rfbdi 𩋎
74561 rfini 𩋏
74562 rfkni 𩋏
74563 rffbi 𩋐
74564 rfzvi 𩋑
74565 rfyvi 𩋑
74566 rfuui 𩋒
74567 rfgri 𩋓
74568 rfkri 𩋔
74569 rfzsi 𩋕
74570 rffqi 𩋖
74571 rfpvi 𩋗
74572 rfkyi 𩋘
74573 rfj;i 𩋙
74574 rflni 𩋚
74575 rfybi 𩋛
74576 rfb;i 𩋜
74577 rfwpi 𩋝
74578 rfrvi 𩋞
74579 rfo.i 𩋟
74580 rfaei 𩋠
74581 rfnri 𩋡
74582 rfnai 𩋢
74583 rfydi 𩋣
74584 rfpui 𩋤
74585 rfebi 𩋥
74586 rfobi 𩋦
74587 rfqpi 𩋧
74588 rfqpi 𩋨
74589 rfa.i 𩋩
74590 rffqi 𩋪
74591 rf.bi 𩋫
74592 rfp.i 𩋬
74593 rfjbi 𩋭
74594 rfrhi 𩋮
74595 rf..i 𩋯
74596 rfxhi 𩋰
74597 rfkqi 𩋱
74598 rfpsi 𩋲
74599 rfiei 𩋳
74600 rfkzi 𩋴
74601 rfrpi 𩋵
74602 rfrhi 𩋵
74603 rfvji 𩋶
74604 rfvei 𩋷
74605 rfabi 𩋸
74606 rfa,i 𩋹
74607 rfl;i 𩋺
74608 rfypi 𩋻
74609 rfizi 𩋼
74610 rfn;i 𩋽
74611 rftqi 𩋾
74612 rfbji 𩋿
74613 rftpi 𩌀
74614 rfw.i 𩌁
74615 rff;i 𩌂
74616 rfoxi 𩌃
74617 rfldi 𩌄
74618 rfobi 𩌅
74619 rfcmi 𩌆
74620 rfpbi 𩌇
74621 rffxi 𩌈
74622 rfzci 𩌉
74623 varbi 𩌊
74624 rfwsi 𩌋
74625 rfqmi 𩌌
74626 rfrui 𩌍
74627 rfkpi 𩌎
74628 rfqhi 𩌏
74629 rf/ci 𩌐
74630 rfjhi 𩌑
74631 rfiui 𩌒
74632 rft;i 𩌓
74633 rf/ki 𩌔
74634 rfuki 𩌔
74635 rf/.i 𩌔
74636 rfl.i 𩌔
74637 rflki 𩌔
74638 rfasi 𩌕
74639 rfkzi 𩌖
74640 rfl,i 𩌗
74641 rfzvi 𩌘
74642 rffki 𩌙
74643 rfqki 𩌙
74644 rfz;i 𩌚
74645 rfzfi 𩌛
74646 rfkvi 𩌜
74647 rflni 𩌝
74648 rfipi 𩌞
74649 rfjqi 𩌟
74650 rflui 𩌠
74651 rfy;i 𩌡
74652 rfiqi 𩌢
74653 rfi,i 𩌣
74654 rft;i 𩌤
74655 vasfi 𩌥
74656 rf.ci 𩌦
74657 rffzi 𩌧
74658 rfnfi 𩌨
74659 rfdyi 𩌩
74660 rfrmi 𩌪
74661 rfyqi 𩌫
74662 rfyfi 𩌬
74663 rfb.i 𩌭
74664 rfd,i 𩌮
74665 rfahi 𩌯
74666 rfx.i 𩌰
74667 rfvki 𩌱
74668 rfesi 𩌲
74669 rf.ei 𩌳
74670 rfrdi 𩌴
74671 rfiji 𩌵
74672 rfafi 𩌶
74673 rfasi 𩌷
74674 rfafi 𩌸
74675 rfpxi 𩌹
74676 pxrfi 𩌺
74677 rfkbi 𩌻
74678 rfipi 𩌼
74679 rfl.i 𩌽
74680 rft/i 𩌾
74681 rft,i 𩌿
74682 rfwvi 𩍀
74683 rfffi 𩍁
74684 tlofi 𩍂
74685 rf/mi 𩍃
74686 rfaei 𩍄
74687 rfyri 𩍅
74688 rfo,i 𩍆
74689 rf.,i 𩍇
74690 rfh,i 𩍇
74691 rfl;i 𩍈
74692 rfq.i 𩍉
74693 rft.i 𩍉
74694 rfasi 𩍊
74695 rfasi 𩍋
74696 rfphi 𩍌
74697 rf;fi 𩍍
74698 rfnhi 𩍎
74699 rfnpi 𩍏
74700 rfbii 𩍐
74701 rfxci 𩍑
74702 rfz.i 𩍒
74703 rfy.i 𩍒
74704 rfyyi 𩍓
74705 rflmi 𩍔
74706 rfl.i 𩍔
74707 rfyai 𩍕
74708 rfyni 𩍖
74709 rfphi 𩍗
74710 rffhi 𩍘
74711 rff;i 𩍙
74712 rfr;i 𩍙
74713 rfini 𩍚
74714 rffsi 𩍛
74715 rf/fi 𩍜
74716 rfjfi 𩍝
74717 rfjqi 𩍝
74718 rofdi 𩍞
74719 rfzji 𩍟
74720 rfzni 𩍠
74721 rf/xi 𩍡
74722 rfzpi 𩍢
74723 rffvi 𩍣
74724 vqsfi 𩍤
74725 rfzei 𩍥
74726 rfa.i 𩍦
74727 rfa.i 𩍧
74728 rfaki 𩍧
74729 rfqmi 𩍨
74730 rfkzi 𩍩
74731 rfbyi 𩍪
74732 rf.bi 𩍫
74733 rff.i 𩍬
74734 rfzai 𩍭
74735 rfazi 𩍭
74736 rfzji 𩍭
74737 rflki 𩍮
74738 y;jki 𩍯
74739 rffui 𩍰
74740 rf.bi 𩍱
74741 rfk.i 𩍲
74742 rfv.i 𩍳
74743 rfzmi 𩍴
74744 rfomi 𩍵
74745 rfy,i 𩍶
74746 ykjfi 𩍷
74747 lrifi 𩍸
74748 rfnni 𩍹
74749 rfddi 𩍺
74750 qjifi 𩍻
74751 qjkfi 𩍻
74752 rfeui 𩍼
74753 rfdqi 𩍽
74754 rfomi 𩍾
74755 rffhi 𩍿
74756 rfnci 𩎀
74757 rffgi 𩎁
74758 rfp,i 𩎂
74759 rfybi 𩎃
74760 rf,bi 𩎃
74761 rfyqi 𩎄
74762 rfnci 𩎅
74763 rfoxi 𩎆
74764 rfd,i 𩎇
74765 rfomi 𩎈
74766 rfaqi 𩎉
74767 rf/yi 𩎊
74768 rf.bi 𩎋
74769 rfpmi 𩎌
74770 pxxfi 𩎍
74771 rfvji 𩎎
74772 rfysi 𩎏
74773 rff,i 𩎐
74774 rfo,i 𩎑
74775 t;qfi 𩎒
74776 t;qhi 𩎓
74777 t;q.i 𩎔
74778 t;qbi 𩎕
74779 t;qki 𩎕
74780 t;qgi 𩎖
74781 t;qki 𩎗
74782 t;qsi 𩎘
74783 t;qxi 𩎙
74784 t;qhi 𩎚
74785 t;qei 𩎛
74786 t;qai 𩎜
74787 t;qsi 𩎝
74788 x;tqi 𩎞
74789 t;qvi 𩎟
74790 t;qhi 𩎠
74791 tgeqi 𩎡
74792 t;qbi 𩎢
74793 t;q;i 𩎣
74794 t;qxi 𩎤
74795 t;qxi 𩎥
74796 t;q.i 𩎦
74797 t;qhi 𩎧
74798 t;qai 𩎨
74799 t;qgi 𩎩
74800 t;qzi 𩎪
74801 t;qvi 𩎫
74802 t;q;i 𩎬
74803 t;qci 𩎭
74804 ykt.i 𩎮
74805 t;q;i 𩎯
74806 t;qsi 𩎰
74807 t;qki 𩎱
74808 vktqi 𩎲
74809 amqqi 𩎳
74810 t;qgi 𩎴
74811 ktgqi 𩎵
74812 t;qbi 𩎶
74813 t;q,i 𩎷
74814 t;qsi 𩎸
74815 t;qxi 𩎹
74816 t;qsi 𩎺
74817 t;qei 𩎻
74818 t;qqi 𩎼
74819 t;qpi 𩎽
74820 t;qsi 𩎾
74821 t;qpi 𩎿
74822 t;q.i 𩏀
74823 t;qmi 𩏀
74824 t;qhi 𩏀
74825 t;qvi 𩏁
74826 t;qfi 𩏂
74827 t;qbi 𩏃
74828 t;qpi 𩏄
74829 t;qbi 𩏅
74830 t;qai 𩏆
74831 t;qbi 𩏇
74832 t;qsi 𩏈
74833 ypt.i 𩏉
74834 t;qai 𩏊
74835 t;qji 𩏋
74836 t;qsi 𩏌
74837 t;jpi 𩏍
74838 t;qri 𩏎
74839 t;qbi 𩏏
74840 t;qxi 𩏐
74841 fpfqi 𩏑
74842 t;q;i 𩏒
74843 nr;qi 𩏓
74844 nf;qi 𩏓
74845 t;qsi 𩏔
74846 t;qfi 𩏕
74847 t;q;i 𩏖
74848 izoqi 𩏗
74849 kzoqi 𩏗
74850 t;qyi 𩏘
74851 t;qvi 𩏙
74852 t;qti 𩏚
74853 t;qui 𩏛
74854 rbsqi 𩏜
74855 t;qwi 𩏝
74856 t;qxi 𩏞
74857 t;qri 𩏟
74858 t;qii 𩏠
74859 t;qmi 𩏡
74860 t;q,i 𩏢
74861 ewaqi 𩏣
74862 ecaqi 𩏣
74863 t;qfi 𩏤
74864 t;qfi 𩏥
74865 t;q,i 𩏦
74866 fafqi 𩏧
74867 rffqi 𩏧
74868 t;qyi 𩏨
74869 t;qki 𩏩
74870 t;qfi 𩏪
74871 t;q;i 𩏫
74872 t;qgi 𩏬
74873 t;qai 𩏭
74874 t;qvi 𩏮
74875 t;qhi 𩏯
74876 t;q,i 𩏰
74877 t;qmi 𩏱
74878 t;qni 𩏲
74879 t;qxi 𩏳
74880 vofqi 𩏴
74881 t;qhi 𩏵
74882 ,t;,i 𩏶
74883 ,t;,i 𩏷
74884 ,t;,i 𩏸
74885 yxxqi 𩏹
74886 xyxqi 𩏹
74887 t;qbi 𩏺
74888 vl,qi 𩏻
74889 aagki 𩏼
74890 fgjki 𩏼
74891 aagfi 𩏽
74892 fgbfi 𩏽
74893 aagbi 𩏾
74894 fgdbi 𩏾
74895 aagci 𩏿
74896 fgpci 𩏿
74897 aagbi 𩐀
74898 fgebi 𩐀
74899 ameai 𩐁
74900 bbeai 𩐂
74901 epeai 𩐃
74902 az;ai 𩐄
74903 lz;ai 𩐄
74904 azebi 𩐅
74905 lzebi 𩐅
74906 qdlai 𩐆
74907 jk.ai 𩐇
74908 lgdai 𩐈
74909 agdai 𩐈
74910 ;emai 𩐉
74911 ajdai 𩐊
74912 yjdai 𩐊
74913 v;jai 𩐋
74914 ti.ai 𩐌
74915 fpzai 𩐍
74916 v;.ai 𩐎
74917 l,pai 𩐏
74918 ykdai 𩐐
74919 qaaai 𩐑
74920 qkjai 𩐑
74921 v;aai 𩐒
74922 v;kai 𩐒
74923 ykdai 𩐓
74924 araai 𩐔
74925 arqai 𩐔
74926 nv;ai 𩐕
74927 lvfai 𩐖
74928 ypjki 𩐗
74929 aaspi 𩐘
74930 ypoi 𩐙
74931 yptei 𩐚
74932 ypqhi 𩐛
74933 yplsi 𩐜
74934 ypl;i 𩐝
74935 mmypi 𩐞
74936 ypy.i 𩐟
74937 yprki 𩐠
74938 ypeci 𩐡
74939 lj;pi 𩐢
74940 ypcsi 𩐣
74941 ypjqi 𩐤
74942 ypi;i 𩐥
74943 yptfi 𩐦
74944 ypi;i 𩐧
74945 ypk;i 𩐧
74946 yp.qi 𩐨
74947 ypt;i 𩐩
74948 yp;ui 𩐪
74949 ypv;i 𩐫
74950 yp.,i 𩐬
74951 ypini 𩐭
74952 ypkni 𩐭
74953 ypefi 𩐮
74954 yppui 𩐯
74955 ypkki 𩐰
74956 yprvi 𩐱
74957 yppji 𩐲
74958 ypami 𩐳
74959 y;jpi 𩐴
74960 ypqmi 𩐵
74961 yptyi 𩐶
74962 ypfvi 𩐷
74963 ypozi 𩐸
74964 ypbni 𩐹
74965 ypfqi 𩐺
74966 ypfzi 𩐻
74967 ypnpi 𩐼
74968 ypjoi 𩐽
74969 yp.bi 𩐾
74970 yppci 𩐿
74971 ypczi 𩑀
74972 yph,i 𩑁
74973 yp.,i 𩑁
74974 yp//i 𩑂
74975 ypcvi 𩑃
74976 ypwvi 𩑄
74977 ypcvi 𩑄
74978 yp.mi 𩑅
74979 ypzpi 𩑆
74980 yp;bi 𩑇
74981 ypnki 𩑈
74982 ypgni 𩑉
74983 ypzki 𩑊
74984 aljsi 𩑋
74985 balmi 𩑌
74986 almsi 𩑍
74987 ealmi 𩑎
74988 salmi 𩑏
74989 .hami 𩑐
74990 h.ami 𩑐
74991 lxami 𩑑
74992 lqami 𩑒
74993 shami 𩑓
74994 sfami 𩑓
74995 szami 𩑓
74996 osami 𩑔
74997 aagmi 𩑕
74998 lshmi 𩑖
74999 slhmi 𩑖
75000 xalmi 𩑗
75001 alm.i 𩑘
75002 arami 𩑙
75003 falmi 𩑚
75004 ..ami 𩑛
75005 jsami 𩑜
75006 ojami 𩑝
75007 jaami 𩑞
75008 igami 𩑟
75009 khgmi 𩑟
75010 geami 𩑠
75011 oalmi 𩑡
75012 zalmi 𩑢
75013 zshmi 𩑣
75014 ofami 𩑤
75015 oasmi 𩑥
75016 lbami 𩑦
75017 grami 𩑧
75018 easmi 𩑨
75019 ofami 𩑩
75020 ralmi 𩑪
75021 gfami 𩑫
75022 gzami 𩑫
75023 qsami 𩑬
75024 kqami 𩑭
75025 l.ami 𩑮
75026 hfami 𩑯
75027 paami 𩑰
75028 z.hmi 𩑱
75029 zbhmi 𩑱
75030 zlhmi 𩑱
75031 z;ami 𩑲
75032 aiami 𩑳
75033 xbami 𩑴
75034 avami 𩑵
75035 f;ami 𩑶
75036 vaami 𩑷
75037 qdami 𩑸
75038 yxami 𩑹
75039 jrami 𩑺
75040 lpami 𩑻
75041 q;ami 𩑼
75042 eqami 𩑽
75043 oasmi 𩑾
75044 ixami 𩑿
75045 isdmi 𩑿
75046 kcami 𩒀
75047 ;qami 𩒁
75048 nqami 𩒂
75049 zxami 𩒃
75050 jfami 𩒄
75051 jjami 𩒄
75052 vaami 𩒅
75053 adwmi 𩒆
75054 ;sami 𩒇
75055 almci 𩒈
75056 k.ami 𩒉
75057 yrami 𩒊
75058 isdmi 𩒋
75059 islmi 𩒋
75060 djdmi 𩒌
75061 bqami 𩒍
75062 x;ami 𩒎
75063 z,ami 𩒏
75064 axrmi 𩒐
75065 qarmi 𩒑
75066 .tdmi 𩒒
75067 rkami 𩒓
75068 tdami 𩒔
75069 idami 𩒕
75070 afami 𩒖
75071 jqami 𩒗
75072 zsami 𩒘
75073 yxsmi 𩒘
75074 osami 𩒙
75075 casmi 𩒚
75076 eacmi 𩒛
75077 lgvmi 𩒜
75078 glvmi 𩒜
75079 svami 𩒜
75080 pqami 𩒝
75081 qeami 𩒞
75082 aaemi 𩒞
75083 afami 𩒞
75084 .lsmi 𩒟
75085 .slmi 𩒟
75086 qazmi 𩒠
75087 ofdmi 𩒡
75088 apami 𩒢
75089 zigmi 𩒣
75090 zkhmi 𩒣
75091 akrmi 𩒤
75092 aiami 𩒤
75093 qigmi 𩒥
75094 qkhmi 𩒥
75095 oalmi 𩒦
75096 .jdmi 𩒧
75097 qpami 𩒨
75098 nmami 𩒩
75099 n.ami 𩒩
75100 ,fami 𩒪
75101 b;ami 𩒫
75102 kxsmi 𩒬
75103 kawmi 𩒭
75104 iwami 𩒭
75105 f,hmi 𩒮
75106 nigmi 𩒯
75107 nkhmi 𩒯
75108 loxmi 𩒰
75109 pvami 𩒱
75110 oasmi 𩒲
75111 pwami 𩒳
75112 qcami 𩒴
75113 qpami 𩒵
75114 l.fmi 𩒶
75115 qalmi 𩒷
75116 tjbmi 𩒸
75117 .alai 𩒹
75118 qhami 𩒺
75119 ;igmi 𩒻
75120 ;khmi 𩒻
75121 bjfmi 𩒼
75122 .zjmi 𩒽
75123 at;mi 𩒾
75124 zs.mi 𩒿
75125 zshmi 𩒿
75126 xk.mi 𩓀
75127 rhami 𩓁
75128 ktgmi 𩓂
75129 .f;mi 𩓃
75130 .zami 𩓄
75131 jalmi 𩓅
75132 ddami 𩓆
75133 lxami 𩓇
75134 d,ami 𩓈
75135 y.fmi 𩓉
75136 rcami 𩓊
75137 viami 𩓋
75138 a,ami 𩓋
75139 pzami 𩓌
75140 cafmi 𩓍
75141 xozmi 𩓎
75142 apfmi 𩓏
75143 apdmi 𩓏
75144 fjgmi 𩓐
75145 aljmi 𩓑
75146 zibmi 𩓒
75147 zkhmi 𩓒
75148 jqami 𩓓
75149 jtsmi 𩓔
75150 lfkmi 𩓕
75151 fkami 𩓕
75152 .gfmi 𩓖
75153 zfami 𩓗
75154 yxfmi 𩓗
75155 nzxmi 𩓘
75156 qozmi 𩓙
75157 .fami 𩓚
75158 bg;mi 𩓛
75159 fysmi 𩓜
75160 ,almi 𩓝
75161 .tdmi 𩓞
75162 jtdmi 𩓞
75163 joami 𩓟
75164 fbvmi 𩓠
75165 vfbmi 𩓡
75166 pvami 𩓢
75167 .yami 𩓣
75168 dzami 𩓤
75169 oadmi 𩓥
75170 bddmi 𩓦
75171 nuami 𩓧
75172 ruami 𩓨
75173 aeami 𩓩
75174 wcami 𩓪
75175 tcami 𩓪
75176 izgmi 𩓫
75177 kzgmi 𩓫
75178 l.vmi 𩓬
75179 .zami 𩓭
75180 ,vami 𩓮
75181 eacmi 𩓯
75182 .vami 𩓰
75183 if;mi 𩓱
75184 nhsmi 𩓲
75185 nshmi 𩓲
75186 nxami 𩓲
75187 rlxmi 𩓳
75188 qm;mi 𩓴
75189 dlvmi 𩓵
75190 ;yami 𩓶
75191 pjkmi 𩓷
75192 almvi 𩓸
75193 zpsmi 𩓹
75194 p,ami 𩓺
75195 dpdmi 𩓻
75196 djfmi 𩓼
75197 plvmi 𩓽
75198 .alri 𩓾
75199 .jrmi 𩓿
75200 i.ami 𩔀
75201 alpmi 𩔁
75202 w.ami 𩔂
75203 .azmi 𩔃
75204 r;smi 𩔄
75205 r;gmi 𩔄
75206 r;ami 𩔄
75207 lp.mi 𩔅
75208 bazmi 𩔆
75209 blzmi 𩔆
75210 lpami 𩔇
75211 rfami 𩔈
75212 tsami 𩔉
75213 almmi 𩔊
75214 .jrmi 𩔋
75215 kjzmi 𩔌
75216 yuami 𩔍
75217 frsmi 𩔎
75218 plvmi 𩔏
75219 pyami 𩔐
75220 rsvmi 𩔑
75221 ejfmi 𩔒
75222 afomi 𩔓
75223 lfomi 𩔓
75224 l;mmi 𩔔
75225 ipami 𩔕
75226 ,zami 𩔖
75227 ,wami 𩔗
75228 bjfmi 𩔘
75229 lp.mi 𩔙
75230 kxbmi 𩔚
75231 afami 𩔛
75232 afvmi 𩔛
75233 nkkmi 𩔜
75234 igymi 𩔝
75235 khgmi 𩔝
75236 ibami 𩔝
75237 khbmi 𩔝
75238 bpimi 𩔞
75239 ziami 𩔟
75240 javmi 𩔠
75241 qtemi 𩔡
75242 jaami 𩔡
75243 stgmi 𩔡
75244 ;;emi 𩔡
75245 ,nami 𩔢
75246 hojmi 𩔣
75247 eaami 𩔤
75248 rxami 𩔥
75249 lenmi 𩔦
75250 na.mi 𩔧
75251 ljnmi 𩔨
75252 fbimi 𩔩
75253 w;tmi 𩔪
75254 ,kjmi 𩔫
75255 ,y.mi 𩔬
75256 r;lmi 𩔭
75257 arhmi 𩔮
75258 zkkmi 𩔯
75259 pacmi 𩔰
75260 ikumi 𩔱
75261 ohjmi 𩔲
75262 rmami 𩔳
75263 yqqmi 𩔴
75264 vvwmi 𩔵
75265 nvvmi 𩔶
75266 fpzmi 𩔷
75267 q;;mi 𩔸
75268 .lpmi 𩔹
75269 efdmi 𩔺
75270 epfmi 𩔺
75271 .y;mi 𩔻
75272 nr,mi 𩔼
75273 hojmi 𩔽
75274 .alfi 𩔾
75275 q;dmi 𩔿
75276 rh.mi 𩕀
75277 rl.mi 𩕀
75278 zaami 𩕁
75279 almbi 𩕂
75280 pxami 𩕃
75281 lpmmi 𩕄
75282 lp.mi 𩕄
75283 niami 𩕅
75284 ypfmi 𩕆
75285 holmi 𩕇
75286 ,;cmi 𩕈
75287 yprmi 𩕉
75288 irimi 𩕊
75289 ifimi 𩕊
75290 irfmi 𩕊
75291 nnjmi 𩕋
75292 vvvmi 𩕌
75293 lj,mi 𩕍
75294 ljami 𩕍
75295 lmsmi 𩕎
75296 l,pmi 𩕏
75297 zkpmi 𩕐
75298 zkami 𩕑
75299 v..mi 𩕒
75300 jp.mi 𩕓
75301 j;.mi 𩕓
75302 ,mqmi 𩕔
75303 fuumi 𩕕
75304 ./fmi 𩕖
75305 zzpmi 𩕗
75306 eaami 𩕘
75307 aljmi 𩕙
75308 ewami 𩕚
75309 ecami 𩕚
75310 xxami 𩕛
75311 rkrmi 𩕜
75312 n.wmi 𩕝
75313 xxxmi 𩕞
75314 caimi 𩕟
75315 zqxmi 𩕠
75316 fkkmi 𩕡
75317 rkkmi 𩕡
75318 jgami 𩕢
75319 ddhmi 𩕣
75320 nkymi 𩕤
75321 nkkmi 𩕥
75322 zjjmi 𩕦
75323 almki 𩕧
75324 eaami 𩕨
75325 jxomi 𩕩
75326 /qlmi 𩕪
75327 qejmi 𩕫
75328 ljpmi 𩕬
75329 frxmi 𩕭
75330 zlpmi 𩕮
75331 rgqmi 𩕯
75332 lpnmi 𩕰
75333 fjami 𩕱
75334 hozmi 𩕲
75335 nnumi 𩕳
75336 ykcmi 𩕴
75337 ddkmi 𩕵
75338 ,,mmi 𩕶
75339 ekymi 𩕷
75340 flfmi 𩕸
75341 fibmi 𩕹
75342 fitmi 𩕹
75343 yr.mi 𩕺
75344 idami 𩕻
75345 almqi 𩕼
75346 nadmi 𩕽
75347 /z/mi 𩕾
75348 qi;mi 𩕿
75349 zjjmi 𩖀
75350 ajjmi 𩖀
75351 eiami 𩖁
75352 /a/mi 𩖂
75353 zalmi 𩖃
75354 zi;mi 𩖄
75355 p;dmi 𩖅
75356 ni;mi 𩖆
75357 jbbmi 𩖇
75358 ts/mi 𩖈
75359 f/jmi 𩖉
75360 z;;mi 𩖊
75361 ,,ami 𩖋
75362 j;qmi 𩖌
75363 mmwmi 𩖍
75364 f/jmi 𩖎
75365 almmi 𩖏
75366 iljmi 𩖐
75367 zeami 𩖑
75368 zlpmi 𩖒
75369 eaafi 𩖓
75370 alm,i 𩖔
75371 .yami 𩖕
75372 ,,ami 𩖖
75373 vvami 𩖗
75374 fxi 𩖘
75375 xbi 𩖙
75376 xlhi 𩖚
75377 xshi 𩖛
75378 xsai 𩖜
75379 xlli 𩖝
75380 xdi 𩖞
75381 nxi 𩖟
75382 xwi 𩖠
75383 xmi 𩖡
75384 xzxi 𩖢
75385 y.xi 𩖣
75386 xadsi 𩖤
75387 xcli 𩖥
75388 xigi 𩖦
75389 xkhgi 𩖦
75390 x,i 𩖧
75391 xl.i 𩖨
75392 xjbi 𩖩
75393 xlbi 𩖪
75394 xgki 𩖪
75395 xhi 𩖫
75396 zxi 𩖬
75397 xajdi 𩖭
75398 xyjdi 𩖭
75399 xzhi 𩖮
75400 xjki 𩖯
75401 xy.i 𩖰
75402 xci 𩖱
75403 zxi 𩖲
75404 xni 𩖳
75405 xodji 𩖴
75406 xolji 𩖴
75407 xibi 𩖵
75408 xkhbi 𩖵
75409 xvhi 𩖶
75410 xddi 𩖷
75411 x;agi 𩖸
75412 xbqi 𩖹
75413 xrai 𩖺
75414 xhbi 𩖻
75415 xtgei 𩖼
75416 xtbi 𩖽
75417 xbaai 𩖾
75418 mgsxi 𩖿
75419 xlpi 𩗀
75420 xyxi 𩗁
75421 xvai 𩗂
75422 xuai 𩗃
75423 xrki 𩗄
75424 xjjji 𩗅
75425 xkvi 𩗆
75426 x.qi 𩗇
75427 xmmi 𩗈
75428 x.vi 𩗉
75429 xr;i 𩗊
75430 xlmi 𩗋
75431 xy.ei 𩗌
75432 xhbei 𩗌
75433 xbbi 𩗍
75434 xaqxi 𩗎
75435 a/xi 𩗏
75436 x,i 𩗐
75437 xbqi 𩗑
75438 xyk.i 𩗒
75439 xfjfi 𩗓
75440 .wxi 𩗔
75441 xf,hi 𩗕
75442 xhtxi 𩗖
75443 xmi 𩗗
75444 xblqi 𩗘
75445 xooi 𩗙
75446 xkd.i 𩗚
75447 xa.i 𩗛
75448 xjzsi 𩗜
75449 xl/i 𩗝
75450 xa/i 𩗝
75451 xl,i 𩗞
75452 xegci 𩗟
75453 xagci 𩗟
75454 xaei 𩗠
75455 xzfhi 𩗡
75456 xqci 𩗢
75457 xv;i 𩗣
75458 xpafi 𩗤
75459 x;tsi 𩗥
75460 xemei 𩗦
75461 thxi 𩗧
75462 xoz;i 𩗨
75463 ixi 𩗩
75464 xjr;i 𩗪
75465 xlpfi 𩗫
75466 xy;ci 𩗬
75467 xgzhi 𩗭
75468 xwpi 𩗮
75469 lvwxi 𩗯
75470 xofi 𩗰
75471 xvoi 𩗱
75472 x.tdi 𩗲
75473 xjtdi 𩗲
75474 xatci 𩗳
75475 xzfi 𩗴
75476 xcj;i 𩗵
75477 xykfi 𩗶
75478 xzpsi 𩗷
75479 xefi 𩗸
75480 ,,xi 𩗹
75481 xpl.i 𩗺
75482 x;dni 𩗻
75483 xrui 𩗼
75484 xaeai 𩗽
75485 xajki 𩗾
75486 xzi 𩗿
75487 xepfi 𩘀
75488 y;cxi 𩘁
75489 xb,si 𩘂
75490 xbasi 𩘂
75491 xwjei 𩘃
75492 xv.i 𩘄
75493 qqlxi 𩘅
75494 xqpi 𩘆
75495 xlyi 𩘇
75496 xdxdi 𩘈
75497 xxddi 𩘈
75498 xxxdi 𩘈
75499 xl;mi 𩘉
75500 xv;ei 𩘊
75501 xktzi 𩘋
75502 xlv,i 𩘌
75503 yk;xi 𩘍
75504 xn;;i 𩘎
75505 xrsvi 𩘏
75506 xw.i 𩘐
75507 xfjzi 𩘑
75508 napxi 𩘒
75509 xhofi 𩘓
75510 a/rxi 𩘔
75511 fjzxi 𩘕
75512 xzmmi 𩘖
75513 xqqpi 𩘗
75514 xlpci 𩘘
75515 xlpfi 𩘙
75516 t;qxi 𩘚
75517 xwaei 𩘛
75518 xnt;i 𩘜
75519 xfjxi 𩘝
75520 xo,i 𩘞
75521 xa/vi 𩘟
75522 mpmxi 𩘠
75523 xfjji 𩘡
75524 xzlvi 𩘢
75525 xrxi 𩘣
75526 xappi 𩘤
75527 xyppi 𩘤
75528 xdqii 𩘥
75529 xohi 𩘦
75530 x.fhi 𩘧
75531 nkkxi 𩘨
75532 xtxni 𩘩
75533 xnk;i 𩘪
75534 xcozi 𩘫
75535 xtxni 𩘬
75536 xirri 𩘭
75537 xizri 𩘭
75538 rh.xi 𩘮
75539 rl.xi 𩘮
75540 xzfhi 𩘯
75541 xnkpi 𩘰
75542 xyxfi 𩘱
75543 xl,i 𩘲
75544 xqpi 𩘳
75545 xbbpi 𩘴
75546 xl,i 𩘵
75547 xhoci 𩘶
75548 bbkxi 𩘷
75549 bbkxi 𩘸
75550 xtdei 𩘹
75551 xtedi 𩘹
75552 x;dmi 𩘺
75553 xbg;i 𩘻
75554 xbqii 𩘼
75555 cj;xi 𩘽
75556 x;;fi 𩘾
75557 xtg;i 𩘿
75558 a/pxi 𩙀
75559 rpkxi 𩙁
75560 rpfxi 𩙁
75561 zkpxi 𩙂
75562 .t;xi 𩙃
75563 bqixi 𩙄
75564 bgdxi 𩙅
75565 xcjvi 𩙆
75566 xtzui 𩙇
75567 x;;vi 𩙈
75568 xos.i 𩙉
75569 xp.ui 𩙊
75570 xiuni 𩙋
75571 saani 𩙌
75572 xiuni 𩙍
75573 x;;ri 𩙎
75574 r;ixi 𩙏
75575 vvx/i 𩙐
75576 xw/wi 𩙑
75577 xwpwi 𩙑
75578 yqqxi 𩙒
75579 xf/si 𩙓
75580 ohjxi 𩙔
75581 prkxi 𩙕
75582 xzlei 𩙖
75583 xooii 𩙗
75584 xyuqi 𩙘
75585 xepui 𩙙
75586 xftei 𩙚
75587 xftdi 𩙚
75588 xf/qi 𩙛
75589 y,,xi 𩙜
75590 ,y,xi 𩙜
75591 aeaxi 𩙝
75592 olpxi 𩙞
75593 yxxxi 𩙟
75594 xyxxi 𩙟
75595 xxl.i 𩙠
75596 xxlti 𩙠
75597 xxxxi 𩙡
75598 xox.i 𩙢
75599 f;;oi 𩙣
75600 f;;xi 𩙤
75601 s.zhi 𩙥
75602 s.lpi 𩙦
75603 s.zhi 𩙧
75604 s.tdi 𩙨
75605 s.tki 𩙨
75606 s.efi 𩙩
75607 s.,,i 𩙪
75608 s.b/i 𩙫
75609 s.;mi 𩙬
75610 s.fxi 𩙭
75611 s.y;i 𩙮
75612 s.rki 𩙯
75613 s.;vi 𩙰
75614 skkdi 𩙱
75615 skddi 𩙱
75616 skkki 𩙱
75617 skdki 𩙱
75618 ofsdi 𩙲
75619 ofsei 𩙲
75620 ofski 𩙲
75621 ibsdi 𩙳
75622 ibsei 𩙳
75623 ibski 𩙳
75624 khbdi 𩙳
75625 khbei 𩙳
75626 khbki 𩙳
75627 hosdi 𩙴
75628 hosei 𩙴
75629 hoski 𩙴
75630 jqsdi 𩙵
75631 jqsei 𩙵
75632 jqski 𩙵
75633 fpfdi 𩙶
75634 fpfei 𩙶
75635 fpfki 𩙶
75636 y;jdi 𩙷
75637 y;jei 𩙷
75638 y;jki 𩙷
75639 xuqdi 𩙸
75640 xuqei 𩙸
75641 xuqki 𩙸
75642 .fndi 𩙹
75643 .fnei 𩙹
75644 .fnki 𩙹
75645 sklki 𩙺
75646 sklni 𩙻
75647 yp;di 𩙼
75648 yp;ei 𩙼
75649 yp;ki 𩙼
75650 /qldi 𩙽
75651 /qlei 𩙽
75652 /qlki 𩙽
75653 l,ldi 𩙾
75654 l,lei 𩙾
75655 l,lki 𩙾
75656 itei 𩙿
75657 idtai 𩙿
75658 ilpxi 𩚀
75659 ipqi 𩚁
75660 ibsi 𩚂
75661 kepai 𩚃
75662 ibbi 𩚄
75663 ibci 𩚅
75664 ibki 𩚆
75665 itxfi 𩚇
75666 iblhi 𩚈
75667 ibgsi 𩚉
75668 iblqi 𩚊
75669 ibqi 𩚊
75670 ibesi 𩚋
75671 ibasi 𩚌
75672 ibjdi 𩚍
75673 ib.i 𩚎
75674 mitxi 𩚏
75675 iblhi 𩚐
75676 ibshi 𩚐
75677 ibshi 𩚑
75678 ibjhi 𩚒
75679 ibjki 𩚒
75680 witxi 𩚓
75681 ibwi 𩚔
75682 ibsgi 𩚔
75683 ibigi 𩚕
75684 ibkgi 𩚕
75685 ibgri 𩚖
75686 ibjsi 𩚗
75687 iblxi 𩚘
75688 ibcli 𩚙
75689 ibzsi 𩚚
75690 ibjki 𩚛
75691 igixi 𩚜
75692 khgxi 𩚜
75693 ibkbi 𩚝
75694 ibaxi 𩚞
75695 ibtki 𩚟
75696 ibhi 𩚠
75697 ibfbi 𩚡
75698 ibawi 𩚢
75699 ibpi 𩚣
75700 iboi 𩚤
75701 ibosi 𩚤
75702 ibtsi 𩚥
75703 ibqji 𩚦
75704 ibaxi 𩚧
75705 iboai 𩚨
75706 ibf;i 𩚩
75707 ibaci 𩚪
75708 ibaei 𩚫
75709 ibgsi 𩚬
75710 ibkhi 𩚭
75711 iblni 𩚮
75712 ibbqi 𩚯
75713 ibffi 𩚰
75714 ibj;i 𩚱
75715 ibpdi 𩚲
75716 ibxfi 𩚳
75717 mgsxi 𩚴
75718 ibrai 𩚵
75719 ib;si 𩚶
75720 yitxi 𩚷
75721 iboci 𩚸
75722 ibibi 𩚹
75723 ibkbi 𩚹
75724 ibs.i 𩚺
75725 elsxi 𩚻
75726 eslxi 𩚻
75727 ibzai 𩚼
75728 ibahi 𩚽
75729 eqixi 𩚾
75730 iblbi 𩚿
75731 iblai 𩛀
75732 odjxi 𩛁
75733 oljxi 𩛁
75734 ibwbi 𩛂
75735 ib.ki 𩛃
75736 ibaki 𩛄
75737 ibkwi 𩛅
75738 ibosi 𩛆
75739 iblpi 𩛇
75740 emixi 𩛈
75741 ibqdi 𩛉
75742 ibodi 𩛊
75743 ibwdi 𩛋
75744 ibzwi 𩛌
75745 iblei 𩛍
75746 ibd;i 𩛎
75747 ibrwi 𩛏
75748 ibbqi 𩛐
75749 ibkbi 𩛑
75750 oaexi 𩛒
75751 ofaxi 𩛒
75752 ibjni 𩛓
75753 ibosi 𩛔
75754 ofdxi 𩛕
75755 itxwi 𩛖
75756 ibnwi 𩛖
75757 wtsxi 𩛗
75758 ibrki 𩛘
75759 ib.hi 𩛙
75760 ylxxi 𩛚
75761 itxki 𩛛
75762 ibyhi 𩛜
75763 ibhhi 𩛜
75764 ib.hi 𩛝
75765 ib.fi 𩛞
75766 ibjsi 𩛟
75767 ibkri 𩛠
75768 ibhxi 𩛡
75769 kd.xi 𩛢
75770 ibrni 𩛣
75771 ibbfi 𩛤
75772 flifi 𩛥
75773 flizi 𩛥
75774 ib;ri 𩛦
75775 ibpfi 𩛧
75776 iblsi 𩛨
75777 ibzki 𩛩
75778 ibgsi 𩛪
75779 ibzzi 𩛫
75780 frkxi 𩛬
75781 ibzui 𩛭
75782 ibyui 𩛭
75783 ibkki 𩛮
75784 ibj;i 𩛯
75785 f,hxi 𩛰
75786 ibcui 𩛱
75787 ibfsi 𩛲
75788 vshxi 𩛳
75789 ib;vi 𩛴
75790 iblbi 𩛵
75791 ib.;i 𩛶
75792 ibz;i 𩛷
75793 ibozi 𩛸
75794 ibori 𩛹
75795 ibl,i 𩛺
75796 bcixi 𩛻
75797 ibwci 𩛼
75798 ibtci 𩛼
75799 ibldi 𩛽
75800 ibtci 𩛾
75801 ibp.i 𩛿
75802 ibofi 𩜀
75803 ibr.i 𩜁
75804 ibebi 𩜂
75805 ibuki 𩜃
75806 ibaai 𩜄
75807 ibrpi 𩜅
75808 ibxsi 𩜆
75809 ibisi 𩜇
75810 ibksi 𩜇
75811 ibfzi 𩜈
75812 ibi;i 𩜉
75813 ibwpi 𩜊
75814 ibc;i 𩜋
75815 ibnsi 𩜌
75816 ibvpi 𩜍
75817 ibrui 𩜎
75818 ibhhi 𩜏
75819 iboni 𩜐
75820 ibkyi 𩜑
75821 lgixi 𩜒
75822 glixi 𩜒
75823 ib.vi 𩜓
75824 .tbxi 𩜔
75825 gqaxi 𩜕
75826 ibdci 𩜖
75827 ib.pi 𩜗
75828 ibyfi 𩜘
75829 ibfsi 𩜙
75830 ibqsi 𩜚
75831 ibyti 𩜛
75832 ibrfi 𩜜
75833 ibawi 𩜝
75834 iboti 𩜞
75835 ibpji 𩜟
75836 ibdgi 𩜠
75837 ibo,i 𩜡
75838 h.ixi 𩜢
75839 ibivi 𩜣
75840 ibcbi 𩜤
75841 ctbxi 𩜥
75842 ibnci 𩜦
75843 ibbsi 𩜧
75844 eamxi 𩜨
75845 iblri 𩜩
75846 ibzci 𩜪
75847 ibv.i 𩜫
75848 qdtxi 𩜬
75849 iblfi 𩜭
75850 ibqsi 𩜮
75851 ibnbi 𩜯
75852 ibqpi 𩜰
75853 ibrki 𩜱
75854 ibrsi 𩜱
75855 ibo.i 𩜲
75856 ibbbi 𩜳
75857 iba;i 𩜴
75858 ibk;i 𩜴
75859 ibdei 𩜵
75860 ibiei 𩜶
75861 ibbvi 𩜷
75862 yhlxi 𩜸
75863 ibtki 𩜹
75864 iblyi 𩜺
75865 ;;;xi 𩜻
75866 ibrpi 𩜼
75867 ibrhi 𩜼
75868 ibn.i 𩜽
75869 .caxi 𩜾
75870 ib.vi 𩜿
75871 ibfvi 𩝀
75872 ibtfi 𩝁
75873 iblfi 𩝂
75874 ibffi 𩝃
75875 ibm;i 𩝄
75876 ibiwi 𩝅
75877 ibjzi 𩝆
75878 ibrvi 𩝇
75879 ibzxi 𩝈
75880 ibzui 𩝉
75881 ibpci 𩝊
75882 ibl,i 𩝋
75883 ibi.i 𩝌
75884 ibjzi 𩝍
75885 ibjhi 𩝎
75886 ibizi 𩝏
75887 ibixi 𩝐
75888 ibfxi 𩝐
75889 ibnai 𩝑
75890 ibndi 𩝒
75891 nofxi 𩝓
75892 ibgui 𩝔
75893 bgdxi 𩝕
75894 wamxi 𩝖
75895 ibami 𩝗
75896 ibxbi 𩝘
75897 ibrpi 𩝙
75898 ibd/i 𩝚
75899 ibn;i 𩝛
75900 ibnsi 𩝜
75901 ibnhi 𩝜
75902 iby;i 𩝝
75903 ibi;i 𩝞
75904 ibaoi 𩝟
75905 ibloi 𩝟
75906 iblhi 𩝠
75907 ib;ei 𩝡
75908 ibhti 𩝢
75909 ibpbi 𩝣
75910 ibrni 𩝤
75911 ibrxi 𩝥
75912 ykdxi 𩝦
75913 ibk.i 𩝧
75914 ibfqi 𩝨
75915 ibfdi 𩝨
75916 noaxi 𩝩
75917 nofxi 𩝩
75918 ibnfi 𩝪
75919 xmfxi 𩝫
75920 x.fxi 𩝫
75921 ibj.i 𩝬
75922 ibiqi 𩝭
75923 ibqsi 𩝮
75924 ibnmi 𩝯
75925 ib.vi 𩝰
75926 ibiui 𩝱
75927 ibypi 𩝲
75928 ibrfi 𩝳
75929 ibxhi 𩝴
75930 eeixi 𩝵
75931 .d.xi 𩝶
75932 ibl,i 𩝷
75933 ibjhi 𩝸
75934 ibwsi 𩝹
75935 ibowi 𩝺
75936 ibfki 𩝻
75937 ibqki 𩝻
75938 ibafi 𩝼
75939 ibt/i 𩝽
75940 iby;i 𩝾
75941 iby;i 𩝿
75942 ibx.i 𩞀
75943 nvvxi 𩞁
75944 ;esxi 𩞂
75945 ibo.i 𩞃
75946 ibqpi 𩞄
75947 ibdyi 𩞅
75948 ib.ci 𩞆
75949 yqqxi 𩞇
75950 ibani 𩞈
75951 ibdci 𩞉
75952 ibbsi 𩞊
75953 iblsi 𩞊
75954 ibnfi 𩞋
75955 v;jxi 𩞌
75956 ibvni 𩞍
75957 rrixi 𩞎
75958 ibqoi 𩞏
75959 .kkxi 𩞐
75960 ibffi 𩞑
75961 ibfai 𩞑
75962 ib;;i 𩞒
75963 ib;;i 𩞓
75964 ibrfi 𩞔
75965 v;.xi 𩞕
75966 ibiui 𩞖
75967 ibpmi 𩞗
75968 ibrki 𩞘
75969 ibqni 𩞙
75970 lpqxi 𩞚
75971 bqsxi 𩞚
75972 ib.vi 𩞛
75973 ibnui 𩞜
75974 ibl.i 𩞝
75975 ib;si 𩞞
75976 xmfxi 𩞟
75977 x.fxi 𩞟
75978 xkyxi 𩞠
75979 sxkxi 𩞠
75980 ibyxi 𩞡
75981 ibtui 𩞢
75982 ;agxi 𩞣
75983 y;gxi 𩞤
75984 ibc.i 𩞥
75985 ibcoi 𩞦
75986 ibj.i 𩞧
75987 zlvxi 𩞨
75988 ibrki 𩞩
75989 ibaei 𩞪
75990 ibpki 𩞫
75991 ibbii 𩞬
75992 ibibi 𩞭
75993 ib;ei 𩞮
75994 ibpri 𩞯
75995 ibl;i 𩞰
75996 ibrni 𩞱
75997 ibzpi 𩞲
75998 ibffi 𩞳
75999 ibffi 𩞴
76000 ibvai 𩞵
76001 ibfzi 𩞶
76002 ibapi 𩞷
76003 iba,i 𩞸
76004 puzxi 𩞹
76005 jr;xi 𩞺
76006 ib,qi 𩞻
76007 ibxci 𩞼
76008 ibbbi 𩞽
76009 ib//i 𩞾
76010 ibzxi 𩞿
76011 ibzni 𩞿
76012 ibyyi 𩟀
76013 ib/xi 𩟁
76014 ibmni 𩟂
76015 ibzbi 𩟃
76016 ibq,i 𩟄
76017 ibiki 𩟅
76018 ibzni 𩟆
76019 iblzi 𩟇
76020 ibcpi 𩟈
76021 ib/ri 𩟉
76022 ibpxi 𩟊
76023 ibjyi 𩟋
76024 ibfzi 𩟌
76025 ibp,i 𩟍
76026 ib;vi 𩟎
76027 ibaui 𩟏
76028 ibrni 𩟐
76029 ibdei 𩟑
76030 ibn.i 𩟒
76031 ibfbi 𩟓
76032 ibnci 𩟔
76033 ibrhi 𩟕
76034 ibjsi 𩟖
76035 cqoxi 𩟗
76036 ibf,i 𩟘
76037 ibrxi 𩟙
76038 r;ixi 𩟚
76039 ibfhi 𩟛
76040 diboi 𩟜
76041 ibtui 𩟝
76042 ibfmi 𩟞
76043 ibzui 𩟟
76044 ibnxi 𩟠
76045 ibchi 𩟡
76046 ibfhi 𩟢
76047 ibzui 𩟣
76048 ibzui 𩟤
76049 ibddi 𩟥
76050 ibcxi 𩟦
76051 iblvi 𩟧
76052 ibxvi 𩟧
76053 jr;xi 𩟨
76054 ibnci 𩟩
76055 ibzmi 𩟪
76056 ibbpi 𩟫
76057 ibggi 𩟬
76058 ibyqi 𩟭
76059 ibyxi 𩟮
76060 ibzyi 𩟯
76061 ibqvi 𩟰
76062 ibomi 𩟱
76063 ibzmi 𩟲
76064 ibini 𩟳
76065 ibvbi 𩟴
76066 ibl,i 𩟵
76067 ibkxi 𩟶
76068 w;txi 𩟷
76069 nq;xi 𩟸
76070 ibjyi 𩟹
76071 ibfui 𩟺
76072 ibpxi 𩟻
76073 ib.xi 𩟼
76074 ibzki 𩟽
76075 jsosi 𩟾
76076 jsjki 𩟿
76077 jstsi 𩠀
76078 jsrai 𩠁
76079 jsosi 𩠂
76080 jszii 𩠃
76081 jsaki 𩠃
76082 jsvii 𩠄
76083 jsa,i 𩠄
76084 jszni 𩠅
76085 jsnci 𩠆
76086 jssni 𩠇
76087 jsini 𩠈
76088 jskni 𩠈
76089 jsisi 𩠉
76090 jsksi 𩠉
76091 jsdei 𩠊
76092 jsgui 𩠋
76093 jsini 𩠌
76094 jshci 𩠍
76095 jsqpi 𩠎
76096 jscoi 𩠏
76097 walji 𩠐
76098 adiji 𩠑
76099 lswji 𩠒
76100 slwji 𩠒
76101 iljsi 𩠓
76102 iljqi 𩠔
76103 iljhi 𩠕
76104 z.hji 𩠖
76105 zbhji 𩠖
76106 zlhji 𩠖
76107 tbiji 𩠗
76108 iljci 𩠘
76109 z.hji 𩠙
76110 zbhji 𩠙
76111 zlhji 𩠙
76112 iljki 𩠚
76113 iljdi 𩠛
76114 walpi 𩠜
76115 waldi 𩠝
76116 qdtji 𩠞
76117 iljdi 𩠟
76118 iljxi 𩠠
76119 waldi 𩠡
76120 qd;ji 𩠢
76121 zkkji 𩠣
76122 iljhi 𩠤
76123 ejiji 𩠥
76124 cuiji 𩠦
76125 ilj;i 𩠧
76126 lvlji 𩠨
76127 lvsji 𩠨
76128 ilj.i 𩠩
76129 n.wji 𩠪
76130 jqwji 𩠫
76131 iljji 𩠬
76132 iljri 𩠭
76133 iljbi 𩠮
76134 iljdi 𩠯
76135 ilj.i 𩠰
76136 iljni 𩠱
76137 iljxi 𩠲
76138 iljyi 𩠳
76139 iljpi 𩠴
76140 iljvi 𩠵
76141 wv;ji 𩠶
76142 z.zji 𩠷
76143 ilj,i 𩠸
76144 xxaji 𩠹
76145 lvpai 𩠺
76146 lvpgi 𩠻
76147 lvvpi 𩠼
76148 lvpvi 𩠽
76149 hlvpi 𩠾
76150 lvpai 𩠿
76151 lvpki 𩡀
76152 lvpci 𩡀
76153 lvpbi 𩡁
76154 lvp,i 𩡂
76155 lvpdi 𩡃
76156 lvpvi 𩡄
76157 lvp,i 𩡅
76158 lvpsi 𩡆
76159 lvpfi 𩡇
76160 lvpui 𩡈
76161 lvpji 𩡉
76162 lvwpi 𩡊
76163 lvpci 𩡋
76164 lvppi 𩡌
76165 lvchi 𩡍
76166 lvpdi 𩡎
76167 lvpti 𩡏
76168 lvppi 𩡐
76169 ypmpi 𩡑
76170 lvpbi 𩡒
76171 lvpbi 𩡓
76172 lvp;i 𩡔
76173 ykjpi 𩡕
76174 lvpbi 𩡖
76175 lvphi 𩡗
76176 lvp.i 𩡘
76177 lvpki 𩡙
76178 lvpui 𩡚
76179 baapi 𩡛
76180 lvpui 𩡜
76181 lvpfi 𩡝
76182 lvpmi 𩡞
76183 lvpci 𩡟
76184 lvkpi 𩡠
76185 lvp.i 𩡡
76186 lvp,i 𩡢
76187 lvp.i 𩡣
76188 lvpui 𩡤
76189 lvpci 𩡥
76190 lvpvi 𩡦
76191 gfei 𩡧
76192 gfdi 𩡧
76193 gfi 𩡧
76194 gffi 𩡧
76195 lg,i 𩡨
76196 g,ki 𩡩
76197 fg,i 𩡪
76198 sg,i 𩡫
76199 g,ki 𩡬
76200 g,ci 𩡭
76201 g,ki 𩡮
76202 g,adi 𩡯
76203 g,sfi 𩡰
76204 g,szi 𩡰
76205 zg,i 𩡱
76206 g,jhi 𩡲
76207 g,jki 𩡲
76208 g,;i 𩡳
76209 g,lfi 𩡴
76210 sfg,i 𩡵
76211 szg,i 𩡵
76212 g,ri 𩡶
76213 zhg,i 𩡷
76214 g,adi 𩡸
76215 g,oi 𩡹
76216 g,osi 𩡹
76217 g,kei 𩡺
76218 g,lzi 𩡻
76219 g,yci 𩡼
76220 xg,i 𩡽
76221 g,cli 𩡾
76222 dag,i 𩡿
76223 g,asi 𩢀
76224 ilg,i 𩢁
76225 bbg,i 𩢂
76226 g,bbi 𩢃
76227 g,asi 𩢄
76228 g,axi 𩢅
76229 g,jgi 𩢆
76230 g,kbi 𩢇
76231 g,qfi 𩢈
76232 gg,i 𩢉
76233 g,bbi 𩢊
76234 g,ui 𩢋
76235 y.g,i 𩢌
76236 g,.ki 𩢍
76237 g,ddi 𩢎
76238 g,;ei 𩢏
76239 g,oei 𩢐
76240 eqg,i 𩢑
76241 g,xbi 𩢒
76242 g,wi 𩢓
76243 g,ii 𩢔
76244 g,vai 𩢕
76245 g,vai 𩢖
76246 qjg,i 𩢗
76247 g,q;i 𩢘
76248 zkg,i 𩢙
76249 g,l.i 𩢚
76250 g,lsi 𩢛
76251 g,kci 𩢜
76252 g,di 𩢝
76253 g,qji 𩢞
76254 g,b;i 𩢟
76255 x;g,i 𩢠
76256 g,jri 𩢡
76257 g,;ki 𩢢
76258 g,igi 𩢣
76259 g,ahi 𩢤
76260 jzg,i 𩢥
76261 g,.hi 𩢦
76262 g,rxi 𩢧
76263 g,rai 𩢨
76264 g,fai 𩢩
76265 g,f;i 𩢪
76266 org,i 𩢫
76267 g,ebi 𩢬
76268 g,eqi 𩢭
76269 kvg,i 𩢮
76270 g,koi 𩢯
76271 g,khi 𩢰
76272 g,p;i 𩢱
76273 g,q.i 𩢲
76274 bbg,i 𩢳
76275 g,r;i 𩢴
76276 g,nqi 𩢵
76277 g,p.i 𩢶
76278 g,api 𩢷
76279 g,lmi 𩢸
76280 g,oi 𩢹
76281 g,xui 𩢺
76282 ovg,i 𩢻
76283 g,qri 𩢼
76284 qsh,i 𩢽
76285 qsf,i 𩢽
76286 qsz,i 𩢽
76287 ame,i 𩢾
76288 g,odi 𩢿
76289 g,jki 𩣀
76290 g,jgi 𩣁
76291 osg,i 𩣂
76292 g,wdi 𩣃
76293 g,zqi 𩣄
76294 og,i 𩣅
76295 g,ifi 𩣆
76296 g,yoi 𩣇
76297 kso,i 𩣈
76298 w;g,i 𩣉
76299 g,zxi 𩣊
76300 g,zui 𩣋
76301 g,wai 𩣌
76302 g,kji 𩣍
76303 qzg,i 𩣎
76304 mqg,i 𩣏
76305 yso,i 𩣐
76306 g,nwi 𩣑
76307 g,jji 𩣒
76308 g,obi 𩣓
76309 g,zgi 𩣔
76310 g,qoi 𩣕
76311 g,y;i 𩣖
76312 f,h,i 𩣗
76313 g,asi 𩣘
76314 g,adi 𩣙
76315 g,z;i 𩣚
76316 g,lsi 𩣛
76317 g,lqi 𩣛
76318 g,oei 𩣜
76319 g,osi 𩣜
76320 g,eci 𩣝
76321 g,dbi 𩣞
76322 g,dki 𩣞
76323 ccl,i 𩣟
76324 ccl,i 𩣠
76325 g,ffi 𩣡
76326 g,lmi 𩣢
76327 g,lhi 𩣢
76328 lox,i 𩣣
76329 g,.si 𩣤
76330 g,k;i 𩣥
76331 g,jsi 𩣦
76332 g,.wi 𩣧
76333 lox,i 𩣨
76334 g,ooi 𩣩
76335 g,aqi 𩣪
76336 g,lei 𩣫
76337 g,qbi 𩣬
76338 g,kni 𩣭
76339 g,jhi 𩣮
76340 g,cpi 𩣯
76341 g,yfi 𩣰
76342 g,rri 𩣱
76343 g,jki 𩣲
76344 g,vpi 𩣳
76345 g,nxi 𩣴
76346 g,nsi 𩣵
76347 pug,i 𩣶
76348 ofg,i 𩣷
76349 g,lfi 𩣸
76350 bdd,i 𩣹
76351 g,zfi 𩣺
76352 flz,i 𩣻
76353 g,nqi 𩣼
76354 g,l,i 𩣽
76355 g,tsi 𩣾
76356 g,gri 𩣿
76357 g,iai 𩤀
76358 g,pvi 𩤁
76359 g,joi 𩤂
76360 g,aai 𩤃
76361 zg,si 𩤄
76362 g,b;i 𩤅
76363 vvg,i 𩤆
76364 g,ifi 𩤇
76365 g,rpi 𩤈
76366 g,fqi 𩤉
76367 g,axi 𩤊
76368 g,evi 𩤋
76369 esg,i 𩤌
76370 g,ldi 𩤍
76371 g,n;i 𩤎
76372 g,yfi 𩤏
76373 g,ahi 𩤐
76374 g,yfi 𩤑
76375 g,nai 𩤒
76376 g,bdi 𩤓
76377 g,zsi 𩤔
76378 g,rxi 𩤕
76379 g,lsi 𩤖
76380 g,bqi 𩤗
76381 g,w.i 𩤘
76382 g,wmi 𩤘
76383 g,whi 𩤘
76384 g,ydi 𩤙
76385 g,dei 𩤚
76386 g,pmi 𩤛
76387 g,rpi 𩤜
76388 g,rhi 𩤜
76389 g,b.i 𩤝
76390 g,jvi 𩤞
76391 g,p.i 𩤟
76392 g,qpi 𩤠
76393 nap,i 𩤡
76394 g,ydi 𩤢
76395 g,obi 𩤣
76396 alp,i 𩤤
76397 g,zxi 𩤥
76398 www,i 𩤦
76399 g,d,i 𩤧
76400 g,kbi 𩤨
76401 n.;,i 𩤩
76402 g,ldi 𩤪
76403 g,tqi 𩤫
76404 g,q;i 𩤬
76405 g,axi 𩤭
76406 g,tqi 𩤮
76407 fjz,i 𩤯
76408 pfa,i 𩤰
76409 pea,i 𩤰
76410 g,ffi 𩤱
76411 g,vei 𩤲
76412 g,abi 𩤳
76413 g,zhi 𩤴
76414 g,z.i 𩤴
76415 g,pri 𩤵
76416 g,pji 𩤶
76417 g,aei 𩤷
76418 g,pui 𩤸
76419 g,lpi 𩤹
76420 okg,i 𩤺
76421 g,.zi 𩤻
76422 g,iai 𩤼
76423 g,.si 𩤽
76424 g,e.i 𩤾
76425 g,tbi 𩤿
76426 g,o,i 𩥀
76427 g,n;i 𩥁
76428 g,rpi 𩥂
76429 g,j.i 𩥃
76430 g,fki 𩥄
76431 g,qki 𩥄
76432 g,.oi 𩥅
76433 g,hki 𩥆
76434 g,bxi 𩥇
76435 g,/ui 𩥈
76436 g,pui 𩥈
76437 g,dii 𩥉
76438 y;j,i 𩥊
76439 g,g,i 𩥋
76440 g,n;i 𩥌
76441 g,ifi 𩥍
76442 g,bbi 𩥎
76443 g,rri 𩥏
76444 g,ldi 𩥐
76445 g,pbi 𩥑
76446 g,foi 𩥒
76447 .og,i 𩥓
76448 uyc,i 𩥔
76449 uhb,i 𩥔
76450 g,rri 𩥕
76451 odj,i 𩥖
76452 olj,i 𩥖
76453 g,kki 𩥗
76454 g,d.i 𩥘
76455 g,iqi 𩥙
76456 g,zvi 𩥚
76457 g,kbi 𩥛
76458 g,hki 𩥜
76459 g,ani 𩥝
76460 g,kni 𩥝
76461 rlq,i 𩥞
76462 g,vgi 𩥟
76463 g,f;i 𩥠
76464 a/gai 𩥡
76465 oxg,i 𩥢
76466 g,.di 𩥣
76467 g,mdi 𩥣
76468 g,yyi 𩥤
76469 g,npi 𩥥
76470 bgd,i 𩥦
76471 g,lri 𩥧
76472 g,kgi 𩥨
76473 g,lgi 𩥨
76474 g,tki 𩥩
76475 g,t.i 𩥩
76476 g,dfi 𩥪
76477 g,zoi 𩥫
76478 g,ymi 𩥬
76479 g,u,i 𩥭
76480 g,nri 𩥮
76481 qoz,i 𩥯
76482 g,ezi 𩥰
76483 g,ici 𩥱
76484 g,kci 𩥱
76485 g,vzi 𩥲
76486 g,qxi 𩥳
76487 g,lfi 𩥴
76488 g,xci 𩥵
76489 g,tdi 𩥶
76490 g,.ci 𩥷
76491 g,zxi 𩥸
76492 g,v.i 𩥹
76493 g,;pi 𩥺
76494 g,nfi 𩥻
76495 g,zxi 𩥼
76496 g,ini 𩥽
76497 g,iki 𩥾
76498 g,npi 𩥿
76499 g,lvi 𩦀
76500 g,kai 𩦁
76501 g,eui 𩦂
76502 g,evi 𩦃
76503 g,lfi 𩦄
76504 g,lvi 𩦅
76505 g,yvi 𩦆
76506 g,r;i 𩦇
76507 g,a,i 𩦈
76508 ,.g,i 𩦉
76509 g,nhi 𩦊
76510 g,xxi 𩦋
76511 g,rxi 𩦌
76512 g,fxi 𩦌
76513 ypr,i 𩦍
76514 g,e.i 𩦎
76515 g,dsi 𩦏
76516 g,i;i 𩦐
76517 g,t;i 𩦑
76518 g,zki 𩦒
76519 g,efi 𩦓
76520 g,edi 𩦔
76521 g,rxi 𩦕
76522 g,tki 𩦖
76523 g,ffi 𩦗
76524 g,ryi 𩦘
76525 g,vzi 𩦙
76526 g,zci 𩦚
76527 lkk,i 𩦛
76528 kkk,i 𩦛
76529 uiz,i 𩦜
76530 ukz,i 𩦜
76531 g,zui 𩦝
76532 g,zxi 𩦝
76533 g,fsi 𩦞
76534 g,fzi 𩦟
76535 g,aei 𩦠
76536 oza,i 𩦡
76537 g,ezi 𩦢
76538 g,qdi 𩦣
76539 g,adi 𩦣
76540 g,;xi 𩦤
76541 g,fmi 𩦥
76542 g,ffi 𩦦
76543 g,phi 𩦧
76544 lph,i 𩦨
76545 g,kdi 𩦩
76546 g,yxi 𩦪
76547 g,lxi 𩦫
76548 g,ici 𩦬
76549 g,kci 𩦬
76550 g,fvi 𩦭
76551 g,/xi 𩦮
76552 g,/fi 𩦯
76553 g,kgi 𩦰
76554 g,ipi 𩦱
76555 g,..i 𩦲
76556 g,ysi 𩦳
76557 g,edi 𩦴
76558 nkk,i 𩦵
76559 esi,i 𩦶
76560 esk,i 𩦶
76561 g,rxi 𩦷
76562 g,kki 𩦸
76563 g,qui 𩦹
76564 g,f.i 𩦺
76565 ks;fi 𩦻
76566 ks;zi 𩦻
76567 g,.yi 𩦼
76568 g,rri 𩦽
76569 g,ahi 𩦾
76570 g,nmi 𩦿
76571 g,zxi 𩧀
76572 g,aki 𩧁
76573 g,lvi 𩧂
76574 g,xvi 𩧂
76575 g,zmi 𩧃
76576 g,omi 𩧄
76577 g,vzi 𩧅
76578 g,wwi 𩧆
76579 g,fci 𩧇
76580 g,rmi 𩧈
76581 g,nki 𩧉
76582 g,j.i 𩧊
76583 g,lci 𩧋
76584 g,ghi 𩧌
76585 g,ggi 𩧍
76586 g,ddi 𩧎
76587 g,zyi 𩧏
76588 g,qvi 𩧐
76589 g,yhi 𩧑
76590 g,y.i 𩧑
76591 g,l,i 𩧒
76592 g,fei 𩧓
76593 g,fdi 𩧓
76594 ,,a,i 𩧔
76595 gqg,i 𩧕
76596 g,lxi 𩧖
76597 g,fci 𩧗
76598 g,jyi 𩧘
76599 g,o,i 𩧙
76600 jjk,i 𩧚
76601 g,ryi 𩧛
76602 g,qhi 𩧜
76603 g,yxi 𩧝
76604 g,lqi 𩧞
76605 g,y,i 𩧟
76606 g,,,i 𩧟
76607 g,lfi 𩧠
76608 jjk,i 𩧡
76609 g,g,i 𩧢
76610 g,yfi 𩧣
76611 g,yzi 𩧣
76612 g,edi 𩧤
76613 g,gui 𩧥
76614 gakei 𩧦
76615 gayi 𩧧
76616 gapfi 𩧨
76617 gaaxi 𩧩
76618 gazhi 𩧪
76619 gajzi 𩧫
76620 gajri 𩧬
76621 gaozi 𩧭
76622 ameai 𩧮
76623 gaxhi 𩧯
76624 gajfi 𩧰
76625 gadsi 𩧱
76626 gajqi 𩧲
76627 galmi 𩧳
76628 gairi 𩧴
76629 gar;i 𩧵
76630 mqgai 𩧶
76631 nofai 𩧷
76632 lveai 𩧸
76633 gapri 𩧹
76634 gab;i 𩧺
76635 ganqi 𩧻
76636 gazfi 𩧼
76637 gap;i 𩧽
76638 gaari 𩧾
76639 gaqpi 𩧿
76640 gapsi 𩨀
76641 gazpi 𩨁
76642 gakni 𩨂
76643 gatbi 𩨃
76644 gaobi 𩨄
76645 gapui 𩨅
76646 gaydi 𩨆
76647 ga,wi 𩨇
76648 gaiei 𩨈
76649 gavei 𩨉
76650 gaiei 𩨊
76651 gafki 𩨋
76652 gaqki 𩨋
76653 gapbi 𩨌
76654 gabxi 𩨍
76655 gapki 𩨎
76656 galpi 𩨏
76657 gawwi 𩨐
76658 muadi 𩨑
76659 musi 𩨒
76660 muci 𩨓
76661 lsmui 𩨔
76662 slmui 𩨔
76663 mutsi 𩨕
76664 musfi 𩨖
76665 muszi 𩨖
76666 muagi 𩨗
76667 muosi 𩨘
76668 mutgi 𩨙
76669 muwi 𩨚
76670 mulqi 𩨛
76671 mutsi 𩨜
76672 mufbi 𩨝
76673 mulbi 𩨞
76674 mugki 𩨞
76675 mu..i 𩨟
76676 muqli 𩨠
76677 mucli 𩨡
76678 mu.ki 𩨢
76679 muhi 𩨣
76680 muaxi 𩨤
76681 mujsi 𩨥
76682 mukgi 𩨦
76683 muigi 𩨦
76684 mukli 𩨧
76685 muqqi 𩨨
76686 muzbi 𩨩
76687 mu.bi 𩨩
76688 mukli 𩨪
76689 mutli 𩨫
76690 muyxi 𩨬
76691 munqi 𩨭
76692 dzmui 𩨮
76693 muohi 𩨯
76694 muozi 𩨰
76695 eqmui 𩨱
76696 munli 𩨲
76697 ddmui 𩨳
76698 mu;gi 𩨴
76699 mu;ki 𩨵
76700 mulki 𩨶
76701 mudqi 𩨷
76702 muddi 𩨸
76703 mupdi 𩨹
76704 muoai 𩨺
76705 muyri 𩨻
76706 muoai 𩨼
76707 mulei 𩨽
76708 mujsi 𩨾
76709 muz,i 𩨿
76710 muwdi 𩩀
76711 muzsi 𩩁
76712 muysi 𩩁
76713 mui;i 𩩂
76714 muzfi 𩩃
76715 muafi 𩩄
76716 mujqi 𩩅
76717 mudai 𩩆
76718 mudqi 𩩆
76719 zsmui 𩩇
76720 yxsui 𩩇
76721 muixi 𩩈
76722 murfi 𩩉
76723 mui;i 𩩊
76724 muk;i 𩩊
76725 muaqi 𩩋
76726 mulxi 𩩌
76727 mupgi 𩩍
76728 muo;i 𩩎
76729 munki 𩩏
76730 mu;ui 𩩐
76731 mua;i 𩩑
76732 mua.i 𩩒
76733 mucui 𩩓
76734 mu;ci 𩩔
76735 mulsi 𩩕
76736 muafi 𩩖
76737 mui;i 𩩗
76738 hkhui 𩩘
76739 mupdi 𩩙
76740 mupfi 𩩙
76741 mupei 𩩚
76742 muzdi 𩩛
76743 tzqui 𩩜
76744 munqi 𩩝
76745 muofi 𩩞
76746 mubbi 𩩟
76747 muyfi 𩩠
76748 mur.i 𩩡
76749 muosi 𩩢
76750 muzui 𩩣
76751 muyui 𩩣
76752 muaai 𩩤
76753 murvi 𩩥
76754 muhhi 𩩦
76755 mu,,i 𩩧
76756 mutdi 𩩨
76757 murxi 𩩩
76758 ppmui 𩩪
76759 muppi 𩩫
76760 vasui 𩩬
76761 vsmui 𩩬
76762 mucji 𩩭
76763 munbi 𩩮
76764 mugfi 𩩯
76765 muqpi 𩩰
76766 muebi 𩩱
76767 mupsi 𩩲
76768 muopi 𩩳
76769 muzxi 𩩴
76770 mukzi 𩩵
76771 muixi 𩩶
76772 mun.i 𩩷
76773 murfi 𩩸
76774 muabi 𩩹
76775 mulci 𩩺
76776 mu.ji 𩩻
76777 mu.ui 𩩼
76778 mujzi 𩩽
76779 mugsi 𩩾
76780 muypi 𩩿
76781 mulni 𩪀
76782 muoxi 𩪁
76783 mudii 𩪂
76784 mun;i 𩪃
76785 muzqi 𩪄
76786 mulqi 𩪅
76787 mumui 𩪆
76788 muwmi 𩪇
76789 mucmi 𩪈
76790 muyqi 𩪉
76791 muaci 𩪊
76792 rh.ui 𩪋
76793 rl.ui 𩪋
76794 mu.ni 𩪌
76795 muq;i 𩪍
76796 muffi 𩪎
76797 mufhi 𩪎
76798 muzki 𩪏
76799 mupxi 𩪐
76800 muwvi 𩪑
76801 mufqi 𩪒
76802 mudyi 𩪓
76803 bssui 𩪔
76804 mur.i 𩪕
76805 mupfi 𩪖
76806 muzki 𩪗
76807 muyri 𩪘
76808 muy;i 𩪙
76809 muzci 𩪚
76810 muczi 𩪛
76811 zidui 𩪜
76812 mufri 𩪝
76813 mutki 𩪞
76814 muy;i 𩪟
76815 nkkui 𩪠
76816 brkui 𩪡
76817 muyki 𩪢
76818 muyni 𩪣
76819 mucvi 𩪤
76820 muzbi 𩪥
76821 mutqi 𩪦
76822 mubfi 𩪧
76823 ddhui 𩪨
76824 muy;i 𩪩
76825 muz,i 𩪪
76826 mufvi 𩪫
76827 murvi 𩪫
76828 munci 𩪬
76829 mufbi 𩪭
76830 munxi 𩪮
76831 munmi 𩪯
76832 muzei 𩪰
76833 muo,i 𩪱
76834 mueii 𩪲
76835 mukqi 𩪳
76836 muixi 𩪴
76837 mup.i 𩪵
76838 mulji 𩪶
76839 mutni 𩪷
76840 muzei 𩪸
76841 muomi 𩪹
76842 mupxi 𩪺
76843 mulxi 𩪻
76844 mufyi 𩪼
76845 muxoi 𩪽
76846 yxxui 𩪾
76847 xyxui 𩪾
76848 y;jhi 𩪿
76849 y;jzi 𩫀
76850 y;jai 𩫀
76851 y;jki 𩫀
76852 y;jqi 𩫁
76853 y;jsi 𩫂
76854 y;pfi 𩫃
76855 y;jfi 𩫄
76856 y;jxi 𩫅
76857 y;jfi 𩫆
76858 zy;;i 𩫇
76859 y;jhi 𩫈
76860 jjy;i 𩫉
76861 y;jri 𩫊
76862 y;jbi 𩫋
76863 y;j;i 𩫌
76864 y;jri 𩫍
76865 y;jdi 𩫎
76866 y;pfi 𩫏
76867 ify;i 𩫐
76868 laf;i 𩫐
76869 y;jfi 𩫑
76870 y;jdi 𩫒
76871 y;jqi 𩫓
76872 y;jei 𩫔
76873 y;jsi 𩫔
76874 y;j.i 𩫕
76875 y;pdi 𩫖
76876 y;jdi 𩫗
76877 y;jui 𩫘
76878 y;j.i 𩫙
76879 y;jdi 𩫚
76880 y;jfi 𩫛
76881 y;jfi 𩫜
76882 y;jfi 𩫝
76883 y;j.i 𩫞
76884 y;jri 𩫟
76885 y;pki 𩫠
76886 y;jai 𩫡
76887 y;jmi 𩫢
76888 y;jmi 𩫣
76889 y;jvi 𩫤
76890 wpv;i 𩫥
76891 y;j.i 𩫦
76892 y;pai 𩫧
76893 y;pxi 𩫨
76894 y;psi 𩫩
76895 y;jfi 𩫪
76896 y;pdi 𩫫
76897 y;pfi 𩫫
76898 y;jei 𩫬
76899 y;jfi 𩫬
76900 y;ppi 𩫭
76901 y;phi 𩫭
76902 y;pfi 𩫮
76903 y;phi 𩫯
76904 y;pwi 𩫰
76905 y;pfi 𩫱
76906 y;j/i 𩫲
76907 ;l;;i 𩫳
76908 ;;a;i 𩫳
76909 z.lsi 𩫴
76910 z.sli 𩫴
76911 z.ki 𩫵
76912 z.gdi 𩫶
76913 z.qi 𩫷
76914 z.bi 𩫸
76915 z.jdi 𩫹
76916 z.di 𩫺
76917 z.tsi 𩫻
76918 z.shi 𩫼
76919 z.ri 𩫽
76920 z.kdi 𩫾
76921 z.adi 𩫿
76922 z.jki 𩬀
76923 z.osi 𩬁
76924 z.ci 𩬂
76925 z...i 𩬃
76926 z.ci 𩬄
76927 z.jyi 𩬅
76928 z.agi 𩬆
76929 z.zhi 𩬇
76930 z.qqi 𩬈
76931 z.kji 𩬉
76932 z.,i 𩬊
76933 z.bfi 𩬋
76934 z.xsi 𩬌
76935 z.sfi 𩬍
76936 z.szi 𩬍
76937 z.ari 𩬎
76938 z.lri 𩬎
76939 z.ui 𩬏
76940 z..ki 𩬐
76941 z.e;i 𩬑
76942 z.jdi 𩬒
76943 z.odi 𩬓
76944 z.ibi 𩬔
76945 z.kbi 𩬔
76946 z.zxi 𩬕
76947 z.k.i 𩬖
76948 z.xbi 𩬗
76949 z.oci 𩬘
76950 z.khi 𩬙
76951 z.rai 𩬚
76952 z.qsi 𩬛
76953 z.bsi 𩬜
76954 z.bli 𩬜
76955 z.aki 𩬝
76956 z.ji 𩬞
76957 z.oei 𩬟
76958 z.x;i 𩬠
76959 z.oai 𩬡
76960 z.ddi 𩬢
76961 z.bqi 𩬣
76962 z.bri 𩬣
76963 z.zhi 𩬤
76964 z.jai 𩬥
76965 z.jfi 𩬥
76966 z.yi 𩬦
76967 z.aei 𩬧
76968 z.rxi 𩬨
76969 z.f;i 𩬩
76970 z.lni 𩬪
76971 z.;ki 𩬫
76972 z.ui 𩬬
76973 z.ozi 𩬭
76974 z.jfi 𩬮
76975 z.kci 𩬯
76976 z.qhi 𩬰
76977 z.qai 𩬰
76978 z.s,i 𩬱
76979 z.pxi 𩬲
76980 z.jki 𩬳
76981 z.zfi 𩬴
76982 z.oji 𩬵
76983 z.tfi 𩬶
76984 z.wdi 𩬷
76985 z.idi 𩬸
76986 z.qri 𩬹
76987 z.qpi 𩬺
76988 z.svi 𩬻
76989 z.lvi 𩬻
76990 z.gvi 𩬻
76991 z.p.i 𩬼
76992 z.pmi 𩬼
76993 z.bvi 𩬽
76994 z.aai 𩬾
76995 z.yxi 𩬿
76996 z.zui 𩭀
76997 z.edi 𩭁
76998 z.ddi 𩭁
76999 z.csi 𩭂
77000 z./i 𩭃
77001 z.,i 𩭄
77002 z.bbi 𩭅
77003 z.i;i 𩭆
77004 z.pri 𩭇
77005 z.aji 𩭈
77006 z..di 𩭉
77007 z.b;i 𩭊
77008 z.pvi 𩭋
77009 z.zki 𩭌
77010 z.z;i 𩭍
77011 z.dgi 𩭎
77012 z..wi 𩭏
77013 z.a.i 𩭐
77014 z.rci 𩭑
77015 z.zhi 𩭒
77016 z.z.i 𩭒
77017 z.api 𩭓
77018 z..hi 𩭔
77019 z.nsi 𩭕
77020 z.v;i 𩭖
77021 z.qhi 𩭗
77022 z.vli 𩭘
77023 z.aqi 𩭙
77024 z.;vi 𩭚
77025 z.ji 𩭛
77026 z.;ki 𩭜
77027 z.lxi 𩭝
77028 z.tci 𩭞
77029 z.efi 𩭟
77030 z.gui 𩭠
77031 z.rpi 𩭡
77032 z.dfi 𩭢
77033 z.cpi 𩭣
77034 z.kni 𩭤
77035 z.joi 𩭥
77036 z.ofi 𩭦
77037 z.lfi 𩭧
77038 z.qxi 𩭨
77039 z.vpi 𩭩
77040 z.bdi 𩭪
77041 z.aki 𩭫
77042 z..ei 𩭬
77043 z.pqi 𩭭
77044 z.ini 𩭮
77045 z.kni 𩭮
77046 z.aai 𩭯
77047 z.vpi 𩭰
77048 z.api 𩭱
77049 z.ti 𩭲
77050 z.lhi 𩭲
77051 z.lni 𩭳
77052 z.nqi 𩭴
77053 z.nei 𩭵
77054 z.cfi 𩭶
77055 z.vki 𩭷
77056 z.y;i 𩭸
77057 z.h;i 𩭸
77058 z.x.i 𩭹
77059 z.qpi 𩭺
77060 z.zpi 𩭻
77061 z.kvi 𩭼
77062 z.n;i 𩭽
77063 z.b.i 𩭾
77064 z.eui 𩭿
77065 z.lni 𩮀
77066 z.fzi 𩮁
77067 z.rzi 𩮁
77068 z.psi 𩮂
77069 z.nbi 𩮃
77070 z.lqi 𩮄
77071 z.zmi 𩮅
77072 z.mei 𩮆
77073 z.nhi 𩮇
77074 z.ipi 𩮈
77075 z.j.i 𩮉
77076 z.jfi 𩮊
77077 z.ypi 𩮋
77078 z.vji 𩮌
77079 z.ixi 𩮍
77080 z.vai 𩮎
77081 z.zxi 𩮏
77082 z.pmi 𩮐
77083 z.m;i 𩮑
77084 z./hi 𩮒
77085 z.jfi 𩮓
77086 z.jqi 𩮔
77087 z.kbi 𩮕
77088 z.dii 𩮖
77089 z.yyi 𩮗
77090 z.y;i 𩮘
77091 z.fei 𩮙
77092 z.b/i 𩮚
77093 z.fxi 𩮛
77094 z.pei 𩮜
77095 z.n;i 𩮝
77096 z..ri 𩮞
77097 z.aki 𩮟
77098 z.n;i 𩮠
77099 z.j.i 𩮡
77100 z.ari 𩮢
77101 z.emi 𩮣
77102 z.bhi 𩮤
77103 z.zci 𩮥
77104 z.,ui 𩮦
77105 z.kui 𩮦
77106 z.bvi 𩮧
77107 z.rui 𩮨
77108 z.i;i 𩮩
77109 z.pni 𩮪
77110 z..bi 𩮫
77111 z.kbi 𩮬
77112 z.ldi 𩮭
77113 z.l,i 𩮮
77114 z.r.i 𩮯
77115 z.lni 𩮰
77116 z.zoi 𩮱
77117 z.nri 𩮲
77118 z.aci 𩮳
77119 z.dyi 𩮴
77120 qoz.i 𩮵
77121 z.vki 𩮶
77122 z.lsi 𩮷
77123 z.osi 𩮷
77124 z.v.i 𩮸
77125 z.pxi 𩮹
77126 z.pbi 𩮺
77127 z.jwi 𩮻
77128 z.bbi 𩮼
77129 z.rzi 𩮽
77130 z.qbi 𩮾
77131 z.rhi 𩮿
77132 z.vni 𩯀
77133 z.pwi 𩯁
77134 z.bsi 𩯂
77135 z.lsi 𩯂
77136 z.tmi 𩯃
77137 z.ihi 𩯄
77138 z.npi 𩯅
77139 z.rsi 𩯆
77140 z.bii 𩯇
77141 z.yxi 𩯈
77142 z.pbi 𩯉
77143 z.zci 𩯊
77144 z.fxi 𩯋
77145 z.bbi 𩯌
77146 z.fbi 𩯍
77147 z.zui 𩯎
77148 z.zxi 𩯎
77149 z.czi 𩯏
77150 z.fpi 𩯐
77151 z.xci 𩯑
77152 z.zmi 𩯒
77153 z.wfi 𩯓
77154 z.nji 𩯔
77155 z.goi 𩯕
77156 z.vci 𩯖
77157 z.p,i 𩯗
77158 z.l;i 𩯘
77159 z./ki 𩯙
77160 z.uki 𩯙
77161 z./.i 𩯙
77162 z.l.i 𩯙
77163 z.lki 𩯙
77164 z.tui 𩯚
77165 z.l.i 𩯛
77166 z.ebi 𩯜
77167 z.fsi 𩯝
77168 z.e,i 𩯞
77169 z.;vi 𩯟
77170 z.l;i 𩯠
77171 z.owi 𩯡
77172 z.zji 𩯢
77173 z...i 𩯣
77174 z.yai 𩯤
77175 z.z,i 𩯥
77176 z.rhi 𩯦
77177 z.ahi 𩯧
77178 z.a.i 𩯨
77179 z.zxi 𩯩
77180 z.xxi 𩯩
77181 z.axi 𩯩
77182 z.xei 𩯪
77183 z.nmi 𩯫
77184 z..ri 𩯬
77185 z.nmi 𩯭
77186 z.cki 𩯮
77187 z.jsi 𩯯
77188 z.cxi 𩯰
77189 z.pci 𩯱
77190 z.zni 𩯲
77191 z.zmi 𩯳
77192 z./xi 𩯴
77193 z.kni 𩯵
77194 z.rxi 𩯶
77195 z.dxi 𩯷
77196 z.kqi 𩯸
77197 z.ggi 𩯹
77198 z.zei 𩯺
77199 z.jei 𩯻
77200 z.fji 𩯼
77201 z.vmi 𩯽
77202 z.pdi 𩯾
77203 z.omi 𩯿
77204 z.yqi 𩰀
77205 z.kxi 𩰁
77206 z.z;i 𩰂
77207 z.jhi 𩰃
77208 z.cmi 𩰄
77209 z.fxi 𩰅
77210 z.;ei 𩰆
77211 z.ibi 𩰇
77212 z.isi 𩰈
77213 z.qxi 𩰉
77214 ardi 𩰊
77215 dari 𩰋
77216 eosi 𩰌
77217 eyci 𩰍
77218 eaxi 𩰎
77219 ekji 𩰏
77220 ekci 𩰐
77221 ezui 𩰑
77222 eqii 𩰒
77223 erksi 𩰓
77224 eii 𩰔
77225 keosi 𩰕
77226 eqioi 𩰖
77227 eacmi 𩰗
77228 ejpsi 𩰘
77229 ei;bi 𩰙
77230 eaeoi 𩰚
77231 er;bi 𩰛
77232 eal,i 𩰜
77233 ea.,i 𩰜
77234 enami 𩰝
77235 eak.i 𩰞
77236 ea.,i 𩰟
77237 .hhci 𩰠
77238 .hh.i 𩰡
77239 .hh.i 𩰢
77240 .j.bi 𩰣
77241 ozqqi 𩰤
77242 ./.bi 𩰥
77243 v/.bi 𩰦
77244 vte.i 𩰧
77245 vbe.i 𩰧
77246 .b;hi 𩰨
77247 vy.hi 𩰩
77248 oof.i 𩰪
77249 qjiqi 𩰫
77250 qjkqi 𩰫
77251 qqjdi 𩰬
77252 qjixi 𩰭
77253 qjkxi 𩰭
77254 qjifi 𩰮
77255 qjkfi 𩰮
77256 qji;i 𩰯
77257 qjk;i 𩰯
77258 qjiqi 𩰰
77259 qjiri 𩰰
77260 qjkqi 𩰰
77261 qjkri 𩰰
77262 ifqdi 𩰱
77263 ir;di 𩰱
77264 tgtdi 𩰲
77265 qjiri 𩰳
77266 qjkri 𩰳
77267 qjiei 𩰴
77268 qjkei 𩰴
77269 qjiai 𩰵
77270 qjkai 𩰵
77271 qjiki 𩰶
77272 qjkki 𩰶
77273 qjisi 𩰷
77274 qjksi 𩰷
77275 qjiti 𩰸
77276 qjkti 𩰸
77277 qjiqi 𩰹
77278 qjkqi 𩰹
77279 qji.i 𩰺
77280 qjk.i 𩰺
77281 qjihi 𩰻
77282 qjkhi 𩰻
77283 qjibi 𩰼
77284 qjkbi 𩰼
77285 aej.i 𩰽
77286 ctgdi 𩰾
77287 zzqdi 𩰿
77288 frkdi 𩱀
77289 irkdi 𩱁
77290 qjiri 𩱂
77291 qjkri 𩱂
77292 qjibi 𩱃
77293 qjkbi 𩱃
77294 qjizi 𩱄
77295 qjkzi 𩱄
77296 .dkdi 𩱅
77297 tgwdi 𩱆
77298 qjidi 𩱇
77299 qjkdi 𩱇
77300 qjidi 𩱈
77301 qjkdi 𩱈
77302 qjiii 𩱉
77303 qjiki 𩱉
77304 qjkii 𩱉
77305 qjkki 𩱉
77306 qji,i 𩱊
77307 qjk,i 𩱊
77308 ir,di 𩱋
77309 tgydi 𩱌
77310 tgfdi 𩱍
77311 tgtdi 𩱎
77312 rh.di 𩱏
77313 rl.di 𩱏
77314 qji;i 𩱐
77315 qjk;i 𩱐
77316 xmfdi 𩱑
77317 x.fdi 𩱑
77318 tgfgi 𩱒
77319 tgadi 𩱓
77320 zlvdi 𩱔
77321 osodi 𩱕
77322 tgvdi 𩱖
77323 tgadi 𩱗
77324 qjixi 𩱘
77325 qjkxi 𩱘
77326 ,zodi 𩱙
77327 ,yxdi 𩱙
77328 tgfdi 𩱚
77329 qji.i 𩱛
77330 qjk.i 𩱛
77331 tgzdi 𩱜
77332 qjixi 𩱝
77333 qjkxi 𩱝
77334 tgrdi 𩱞
77335 tgodi 𩱟
77336 tgqgi 𩱠
77337 tgkdi 𩱡
77338 oszdi 𩱢
77339 tgcdi 𩱣
77340 tgtdi 𩱤
77341 tgxdi 𩱥
77342 tgldi 𩱦
77343 tgidi 𩱧
77344 tgzdi 𩱨
77345 osodi 𩱩
77346 tgudi 𩱪
77347 tgvdi 𩱫
77348 ovvdi 𩱬
77349 tgkdi 𩱭
77350 tgcdi 𩱮
77351 tg,di 𩱯
77352 tgrdi 𩱰
77353 tgodi 𩱱
77354 tgbdi 𩱲
77355 tgydi 𩱳
77356 ;;adi 𩱴
77357 ,f/di 𩱵
77358 tgzdi 𩱶
77359 tg,di 𩱷
77360 ,f/gi 𩱸
77361 oxbi 𩱹
77362 oxji 𩱺
77363 oxci 𩱻
77364 lsoxi 𩱼
77365 sloxi 𩱼
77366 asoxi 𩱽
77367 lqoxi 𩱾
77368 ysoxi 𩱿
77369 oxdi 𩲀
77370 oxmi 𩲁
77371 oxjhi 𩲂
77372 oxlhi 𩲃
77373 zsoxi 𩲄
77374 oxfhi 𩲅
77375 o.i 𩲆
77376 ogfi 𩲇
77377 oxdi 𩲈
77378 ysoxi 𩲉
77379 oxlqi 𩲊
77380 ysoxi 𩲋
77381 hoxi 𩲌
77382 oxofi 𩲍
77383 oxcli 𩲎
77384 kqoxi 𩲏
77385 oxl.i 𩲐
77386 oxaxi 𩲑
77387 oxlki 𩲒
77388 oxlxi 𩲒
77389 oxqki 𩲒
77390 oxlzi 𩲓
77391 ox.fi 𩲔
77392 ox,i 𩲕
77393 qqoxi 𩲖
77394 oxfi 𩲗
77395 rloxi 𩲘
77396 oxvi 𩲙
77397 acoxi 𩲚
77398 jboxi 𩲛
77399 kqoxi 𩲜
77400 oxkji 𩲝
77401 oxui 𩲞
77402 oxjki 𩲟
77403 oxhi 𩲠
77404 yhoxi 𩲡
77405 oxtbi 𩲢
77406 pdoxi 𩲣
77407 oxj;i 𩲤
77408 oxx;i 𩲥
77409 oxe;i 𩲦
77410 qsoxi 𩲧
77411 eqoxi 𩲨
77412 oxibi 𩲩
77413 oxkbi 𩲩
77414 oxjci 𩲪
77415 ozoxi 𩲫
77416 oxa.i 𩲬
77417 oxaxi 𩲭
77418 oxnqi 𩲮
77419 oxii 𩲯
77420 q;oxi 𩲰
77421 oxf;i 𩲱
77422 oxuai 𩲲
77423 oxpdi 𩲳
77424 oxjzi 𩲴
77425 oxori 𩲵
77426 ozoxi 𩲶
77427 oxlvi 𩲷
77428 lpoxi 𩲸
77429 oxeki 𩲹
77430 ox.vi 𩲺
77431 oxy.i 𩲻
77432 oxei 𩲼
77433 oxaei 𩲽
77434 zuoxi 𩲾
77435 oxcji 𩲿
77436 oxari 𩳀
77437 casxi 𩳁
77438 oxlsi 𩳂
77439 oxasi 𩳂
77440 .voxi 𩳃
77441 pfoxi 𩳄
77442 peoxi 𩳄
77443 oxovi 𩳅
77444 oxfki 𩳆
77445 oxkbi 𩳇
77446 ljoxi 𩳈
77447 oxlmi 𩳉
77448 oxm;i 𩳊
77449 oxi;i 𩳋
77450 oxa;i 𩳌
77451 oxaqi 𩳍
77452 ox.fi 𩳎
77453 .oxi 𩳏
77454 oxqhi 𩳐
77455 oxcli 𩳑
77456 oxv;i 𩳒
77457 oxpri 𩳓
77458 rlgxi 𩳔
77459 ox.wi 𩳕
77460 oxuki 𩳖
77461 oxbvi 𩳗
77462 ox.hi 𩳘
77463 .vhxi 𩳙
77464 oxnsi 𩳚
77465 oxqi 𩳛
77466 oxapi 𩳜
77467 az;xi 𩳝
77468 lz;xi 𩳝
77469 oxfhi 𩳞
77470 oxa.i 𩳟
77471 axxxi 𩳠
77472 ox.hi 𩳡
77473 oxzsi 𩳢
77474 oxzdi 𩳣
77475 oxqxi 𩳤
77476 a.hxi 𩳥
77477 oxo;i 𩳦
77478 zoxi 𩳧
77479 oxehi 𩳨
77480 oxlli 𩳩
77481 oxpfi 𩳪
77482 oxb,i 𩳫
77483 k.uxi 𩳬
77484 oxaxi 𩳭
77485 ajdxi 𩳮
77486 oxqqi 𩳯
77487 oxeki 𩳰
77488 oxodi 𩳱
77489 oxkmi 𩳲
77490 oxvki 𩳳
77491 oxrci 𩳴
77492 oxjhi 𩳵
77493 rsvxi 𩳶
77494 oxtqi 𩳷
77495 oxfpi 𩳸
77496 oxabi 𩳹
77497 pq;xi 𩳺
77498 oxpei 𩳻
77499 n.;xi 𩳼
77500 zpoxi 𩳽
77501 oxaei 𩳾
77502 equxi 𩳿
77503 oxrpi 𩴀
77504 oxrhi 𩴀
77505 oxzxi 𩴁
77506 oxopi 𩴂
77507 oxjni 𩴃
77508 oxgfi 𩴄
77509 oxfzi 𩴅
77510 oxrzi 𩴅
77511 xxaxi 𩴆
77512 ox.bi 𩴇
77513 javxi 𩴈
77514 ox;mi 𩴉
77515 oxfvi 𩴊
77516 oxfci 𩴊
77517 oxqti 𩴋
77518 oxeui 𩴌
77519 oxobi 𩴍
77520 ox,ui 𩴎
77521 oxkui 𩴎
77522 izpxi 𩴏
77523 kzpxi 𩴏
77524 oxyfi 𩴐
77525 oxx.i 𩴑
77526 tgxxi 𩴒
77527 tg;xi 𩴒
77528 oxrzi 𩴓
77529 oxnfi 𩴔
77530 qooxi 𩴕
77531 izjxi 𩴖
77532 kzjxi 𩴖
77533 oxrri 𩴗
77534 oxesi 𩴘
77535 oxcvi 𩴙
77536 oxyci 𩴚
77537 eoaxi 𩴛
77538 oxpki 𩴜
77539 oxbii 𩴝
77540 oxh,i 𩴞
77541 ox.,i 𩴞
77542 zrlxi 𩴟
77543 ox,qi 𩴠
77544 oxgyi 𩴡
77545 bgdxi 𩴢
77546 zlvxi 𩴣
77547 oxzci 𩴤
77548 ewaxi 𩴥
77549 ecaxi 𩴥
77550 epoxi 𩴦
77551 oxk,i 𩴧
77552 ifixi 𩴨
77553 ox,,i 𩴩
77554 xxzxi 𩴪
77555 xxaxi 𩴪
77556 o;;fi 𩴫
77557 /moxi 𩴬
77558 oxdmi 𩴭
77559 ox/fi 𩴮
77560 oxe.i 𩴯
77561 oos.i 𩴰
77562 nacxi 𩴱
77563 f/jxi 𩴲
77564 oxnci 𩴳
77565 oxrri 𩴴
77566 oxqui 𩴵
77567 oxzei 𩴶
77568 qozxi 𩴷
77569 oxnmi 𩴸
77570 oxbyi 𩴹
77571 r/mxi 𩴺
77572 pppxi 𩴻
77573 oxppi 𩴼
77574 irixi 𩴽
77575 irkxi 𩴽
77576 izhxi 𩴽
77577 oxfxi 𩴾
77578 w;oxi 𩴿
77579 z;;xi 𩵀
77580 oxz;i 𩵁
77581 z;;xi 𩵂
77582 oxyci 𩵃
77583 oxfyi 𩵄
77584 oxjyi 𩵅
77585 oxomi 𩵆
77586 ox/yi 𩵇
77587 oxjbi 𩵈
77588 oxf.i 𩵉
77589 oxf.i 𩵊
77590 uzi 𩵋
77591 u,gdi 𩵌
77592 u,lsi 𩵍
77593 u,sli 𩵍
77594 u,bi 𩵎
77595 u,qi 𩵏
77596 u,qi 𩵐
77597 ku,i 𩵑
77598 u,ki 𩵒
77599 u,bi 𩵓
77600 u,gsi 𩵔
77601 u,jhi 𩵕
77602 u,jki 𩵕
77603 u,ci 𩵖
77604 u,tsi 𩵗
77605 u,ri 𩵘
77606 u,edi 𩵙
77607 u,ddi 𩵙
77608 u,ri 𩵚
77609 zsu,i 𩵛
77610 u,odi 𩵜
77611 u,jdi 𩵜
77612 u,fli 𩵝
77613 u,lfi 𩵞
77614 u,afi 𩵟
77615 u,ofi 𩵠
77616 u,zsi 𩵡
77617 u,jki 𩵢
77618 u,zi 𩵣
77619 u,sbi 𩵤
77620 u,zhi 𩵥
77621 u,vi 𩵦
77622 u,aei 𩵧
77623 u,jsi 𩵨
77624 u,zi 𩵩
77625 u,qsi 𩵪
77626 jsu,i 𩵫
77627 u,hfi 𩵬
77628 u,ari 𩵭
77629 clu,i 𩵮
77630 u,qki 𩵯
77631 u,qhi 𩵯
77632 u,,i 𩵰
77633 u,ofi 𩵱
77634 u,..i 𩵲
77635 y.u,i 𩵳
77636 vu,i 𩵴
77637 u,;di 𩵵
77638 aas,i 𩵶
77639 u,axi 𩵷
77640 u,osi 𩵸
77641 u,k.i 𩵹
77642 u,ui 𩵺
77643 u,lxi 𩵻
77644 u,zbi 𩵼
77645 u,ni 𩵽
77646 u,fbi 𩵾
77647 u,egi 𩵿
77648 u,qli 𩶀
77649 u,aki 𩶁
77650 u,ndi 𩶂
77651 u,yri 𩶃
77652 u,vhi 𩶄
77653 u,oai 𩶅
77654 u,ohi 𩶅
77655 u,eqi 𩶆
77656 u,ozi 𩶇
77657 u,lii 𩶈
77658 u,zdi 𩶉
77659 /u,i 𩶊
77660 u,szi 𩶋
77661 u,ddi 𩶌
77662 u,;gi 𩶍
77663 u,jri 𩶎
77664 u,qhi 𩶏
77665 u,ii 𩶐
77666 u,lpi 𩶑
77667 u,bli 𩶒
77668 zu,i 𩶓
77669 ju,i 𩶔
77670 kax,i 𩶕
77671 u,ji 𩶖
77672 u,jci 𩶗
77673 u,yi 𩶘
77674 u,hbi 𩶙
77675 u,dci 𩶚
77676 u,b;i 𩶛
77677 u,bri 𩶜
77678 u,bqi 𩶜
77679 u,aei 𩶝
77680 u,yhi 𩶞
77681 u,lni 𩶟
77682 u,jsi 𩶠
77683 u,koi 𩶡
77684 u,xfi 𩶢
77685 u,lmi 𩶣
77686 u,osi 𩶤
77687 u,/i 𩶥
77688 u,zri 𩶦
77689 u,oi 𩶧
77690 u,zfi 𩶨
77691 u,jki 𩶩
77692 u,ari 𩶪
77693 u,lui 𩶫
77694 u,rhi 𩶬
77695 u,;zi 𩶭
77696 u,;ai 𩶭
77697 u,;ki 𩶭
77698 u,zqi 𩶮
77699 w;u,i 𩶯
77700 u,mmi 𩶰
77701 u,nqi 𩶱
77702 aaj,i 𩶲
77703 kjk,i 𩶲
77704 u,p.i 𩶳
77705 u,csi 𩶴
77706 u,ubi 𩶵
77707 u,yoi 𩶶
77708 uzadi 𩶷
77709 u,csi 𩶸
77710 u,lvi 𩶹
77711 u,gvi 𩶹
77712 u,svi 𩶹
77713 u,axi 𩶺
77714 u,k,i 𩶻
77715 u,.vi 𩶼
77716 u,aei 𩶽
77717 u,pzi 𩶾
77718 ou,i 𩶿
77719 kar,i 𩷀
77720 klr,i 𩷀
77721 u,.si 𩷁
77722 u,jji 𩷂
77723 u,bxi 𩷃
77724 u,.qi 𩷄
77725 u,xbi 𩷅
77726 u,ixi 𩷆
77727 u,.si 𩷇
77728 u,cbi 𩷈
77729 u,yci 𩷉
77730 u,s.i 𩷊
77731 u,ysi 𩷋
77732 u,qvi 𩷌
77733 u,.bi 𩷍
77734 u,.,i 𩷎
77735 u,aqi 𩷏
77736 u,b;i 𩷐
77737 u,pwi 𩷑
77738 u,dgi 𩷒
77739 u,rni 𩷓
77740 u,yfi 𩷔
77741 u,hxi 𩷕
77742 u,eci 𩷖
77743 u,.ri 𩷗
77744 u,dbi 𩷘
77745 u,dki 𩷘
77746 u,zhi 𩷙
77747 u,z.i 𩷙
77748 u,ffi 𩷚
77749 u,ji 𩷛
77750 u,dhi 𩷜
77751 u,k;i 𩷝
77752 ykj,i 𩷞
77753 u,zki 𩷟
77754 u,osi 𩷠
77755 arj,i 𩷡
77756 o.u,i 𩷢
77757 u,;ri 𩷣
77758 u,;ei 𩷤
77759 u,phi 𩷥
77760 u,lxi 𩷦
77761 u,rci 𩷧
77762 u,rfi 𩷨
77763 u,zxi 𩷩
77764 u,jsi 𩷪
77765 u,;ui 𩷫
77766 .ar,i 𩷬
77767 u,.fi 𩷭
77768 u,zwi 𩷮
77769 u,ywi 𩷮
77770 clz,i 𩷯
77771 u,sni 𩷰
77772 u,tni 𩷱
77773 u,k.i 𩷲
77774 u,bqi 𩷳
77775 u,.si 𩷴
77776 u,a;i 𩷵
77777 u,l;i 𩷵
77778 u,fsi 𩷶
77779 tzq,i 𩷷
77780 u,ohi 𩷸
77781 u,efi 𩷹
77782 u,thi 𩷺
77783 u,rbi 𩷻
77784 u,ibi 𩷼
77785 u,kbi 𩷼
77786 u,cpi 𩷽
77787 u,yti 𩷾
77788 u,ati 𩷾
77789 u,tsi 𩷿
77790 u,uui 𩸀
77791 u,,i 𩸁
77792 u,kni 𩸂
77793 u,jhi 𩸃
77794 u,pvi 𩸄
77795 u,nhi 𩸅
77796 u,zsi 𩸆
77797 aea,i 𩸇
77798 u,k/i 𩸈
77799 u,obi 𩸉
77800 u,ldi 𩸊
77801 u,aai 𩸋
77802 u,fli 𩸌
77803 u,iji 𩸍
77804 u,nci 𩸎
77805 u,rvi 𩸏
77806 u,.si 𩸐
77807 u,isi 𩸑
77808 u,jdi 𩸒
77809 ctb,i 𩸓
77810 kr;,i 𩸔
77811 u,qxi 𩸕
77812 aea,i 𩸖
77813 u,ghi 𩸗
77814 u,nei 𩸘
77815 u,tci 𩸙
77816 u,fqi 𩸚
77817 u,cpi 𩸛
77818 u,fxi 𩸜
77819 vkx,i 𩸝
77820 u,zdi 𩸞
77821 u,dsi 𩸟
77822 u,ksi 𩸟
77823 u,;ui 𩸠
77824 ofy,i 𩸡
77825 u,lli 𩸢
77826 u,.bi 𩸣
77827 u,ubi 𩸤
77828 u,,,i 𩸥
77829 u,cqi 𩸦
77830 cbq,i 𩸧
77831 u,nai 𩸨
77832 u,nsi 𩸩
77833 nmg,i 𩸪
77834 u,ofi 𩸫
77835 u,y;i 𩸬
77836 u,ghi 𩸭
77837 u,zfi 𩸮
77838 u,bbi 𩸯
77839 u,gki 𩸰
77840 u,ii 𩸱
77841 u,k.i 𩸲
77842 u,v.i 𩸳
77843 u,o;i 𩸴
77844 u,.ei 𩸵
77845 u,dgi 𩸶
77846 u,gfi 𩸷
77847 u,awi 𩸸
77848 u,tci 𩸹
77849 uztci 𩸺
77850 tog,i 𩸻
77851 u,lsi 𩸼
77852 u,lqi 𩸼
77853 u,fqi 𩸽
77854 u,ati 𩸾
77855 u,bbi 𩸿
77856 u,zzi 𩹀
77857 u,iai 𩹁
77858 u,pui 𩹂
77859 u,n;i 𩹃
77860 u,psi 𩹄
77861 u,fzi 𩹅
77862 u,gfi 𩹆
77863 u,ydi 𩹇
77864 u,a.i 𩹈
77865 u,sdi 𩹉
77866 u,sei 𩹉
77867 u,ski 𩹉
77868 u,hfi 𩹊
77869 u,fli 𩹋
77870 u,/ci 𩹌
77871 u,bzi 𩹍
77872 u,ypi 𩹎
77873 u,lhi 𩹏
77874 u,abi 𩹐
77875 u,i/i 𩹑
77876 wam,i 𩹒
77877 u,azi 𩹓
77878 u,nbi 𩹔
77879 u,n;i 𩹕
77880 u,iwi 𩹖
77881 u,ysi 𩹗
77882 u,cki 𩹘
77883 uzu,i 𩹙
77884 fkw,i 𩹚
77885 u,fxi 𩹛
77886 u,f;i 𩹜
77887 u,rfi 𩹝
77888 u,rzi 𩹝
77889 u,ffi 𩹞
77890 u,vci 𩹟
77891 u,aei 𩹠
77892 u,pji 𩹡
77893 u,m;i 𩹢
77894 u,lri 𩹣
77895 u,lsi 𩹣
77896 lv,,i 𩹤
77897 u,xi 𩹥
77898 u,ihi 𩹦
77899 u,xci 𩹧
77900 u,obi 𩹨
77901 u,fdi 𩹩
77902 u,bji 𩹪
77903 u,;ei 𩹫
77904 u,v;i 𩹬
77905 u,ohi 𩹭
77906 u,rvi 𩹮
77907 u,rxi 𩹯
77908 u,emi 𩹰
77909 u,ypi 𩹱
77910 u,qhi 𩹲
77911 u,cmi 𩹳
77912 u,.oi 𩹴
77913 ykddi 𩹵
77914 ykd,i 𩹵
77915 u,n;i 𩹶
77916 u,oxi 𩹷
77917 u,qmi 𩹸
77918 u,kbi 𩹹
77919 u,qdi 𩹺
77920 u,lqi 𩹻
77921 fpf,i 𩹼
77922 u,pwi 𩹽
77923 u,xki 𩹾
77924 u,v;i 𩹿
77925 u,,ui 𩺀
77926 u,kui 𩺀
77927 frz,i 𩺁
77928 u,aki 𩺂
77929 irl,i 𩺃
77930 izq,i 𩺃
77931 uaf,i 𩺄
77932 u,;pi 𩺅
77933 u,fqi 𩺆
77934 u,e.i 𩺇
77935 xjk,i 𩺈
77936 u,d/i 𩺉
77937 u,foi 𩺊
77938 u,hgi 𩺋
77939 u,rdi 𩺌
77940 u,,ni 𩺍
77941 u,thi 𩺎
77942 u,whi 𩺎
77943 u,api 𩺏
77944 u,tti 𩺐
77945 u,;hi 𩺑
77946 u,jhi 𩺒
77947 lms,i 𩺓
77948 lmz,i 𩺔
77949 u,..i 𩺕
77950 u,oqi 𩺖
77951 u,f;i 𩺗
77952 u,fki 𩺘
77953 u,qki 𩺘
77954 u,z;i 𩺙
77955 u,zci 𩺚
77956 u,.si 𩺛
77957 u,mpi 𩺜
77958 u,ini 𩺝
77959 u,bvi 𩺞
77960 u,kzi 𩺟
77961 u,bki 𩺠
77962 u,ari 𩺡
77963 u,o;i 𩺢
77964 u,p,i 𩺣
77965 u,avi 𩺤
77966 u,ldi 𩺥
77967 u,z;i 𩺦
77968 u,,ri 𩺧
77969 u,kfi 𩺨
77970 u,/xi 𩺩
77971 u,lbi 𩺪
77972 u,kgi 𩺫
77973 u,kli 𩺫
77974 u,lni 𩺬
77975 u,ici 𩺭
77976 u,kci 𩺭
77977 u,yqi 𩺮
77978 hoo,i 𩺯
77979 u,u,i 𩺰
77980 u,q;i 𩺱
77981 u,vci 𩺲
77982 u,fli 𩺳
77983 u,rki 𩺴
77984 u,ffi 𩺵
77985 u,qki 𩺶
77986 u,pfi 𩺷
77987 av.,i 𩺸
77988 u,qhi 𩺹
77989 u,lsi 𩺺
77990 u,bsi 𩺺
77991 u,iui 𩺻
77992 u,qni 𩺼
77993 u,y.i 𩺽
77994 v;.,i 𩺾
77995 u,ysi 𩺿
77996 u,hzi 𩻀
77997 u,fzi 𩻁
77998 u,;;i 𩻂
77999 u,dci 𩻃
78000 u,/.i 𩻄
78001 u,rxi 𩻅
78002 u,abi 𩻆
78003 kk;,i 𩻇
78004 u,.bi 𩻈
78005 rkr,i 𩻉
78006 alj,i 𩻊
78007 u,pli 𩻋
78008 u,lvi 𩻌
78009 baa,i 𩻍
78010 u,bki 𩻎
78011 u,nri 𩻏
78012 u,l.i 𩻐
78013 u,,yi 𩻑
78014 u,lyi 𩻒
78015 u,fvi 𩻓
78016 u,oni 𩻔
78017 u,asi 𩻕
78018 u,kwi 𩻖
78019 u,yti 𩻗
78020 u,eui 𩻘
78021 u,;di 𩻙
78022 u,o,i 𩻚
78023 u,qpi 𩻛
78024 vkk,i 𩻜
78025 u,tki 𩻝
78026 u,aei 𩻞
78027 u,h,i 𩻟
78028 u,.,i 𩻟
78029 u,phi 𩻠
78030 u,yri 𩻡
78031 kkk,i 𩻢
78032 u,bfi 𩻣
78033 u,p,i 𩻤
78034 u,.bi 𩻥
78035 u,xci 𩻦
78036 u,fvi 𩻧
78037 u,;ei 𩻨
78038 u,eei 𩻩
78039 cj;,i 𩻪
78040 u,m,i 𩻫
78041 u,r.i 𩻬
78042 u,vii 𩻭
78043 u,ffi 𩻮
78044 u,rfi 𩻮
78045 vkk,i 𩻯
78046 u,coi 𩻰
78047 u,pci 𩻱
78048 u,jei 𩻲
78049 u,lvi 𩻳
78050 u,l.i 𩻴
78051 u,lki 𩻴
78052 u,/ki 𩻴
78053 u,/.i 𩻴
78054 u,ibi 𩻵
78055 u,kpi 𩻶
78056 uiz,i 𩻷
78057 ukz,i 𩻷
78058 u,tni 𩻸
78059 u,fui 𩻹
78060 u,eni 𩻺
78061 u,zci 𩻻
78062 u,wqi 𩻼
78063 u,tai 𩻽
78064 u,epi 𩻾
78065 u,vhi 𩻿
78066 u,pqi 𩼀
78067 u,rti 𩼁
78068 u,zni 𩼂
78069 u,f.i 𩼃
78070 /u,,i 𩼄
78071 u,pxi 𩼅
78072 u,yxi 𩼆
78073 u,e,i 𩼇
78074 u,lzi 𩼈
78075 u,cpi 𩼉
78076 yuuhi 𩼊
78077 yuufi 𩼊
78078 yuuzi 𩼊
78079 u,cvi 𩼋
78080 u,o.i 𩼌
78081 u,wqi 𩼍
78082 u,bfi 𩼎
78083 tzq,i 𩼏
78084 let,i 𩼐
78085 u,fxi 𩼑
78086 u,f;i 𩼒
78087 u,r;i 𩼒
78088 u,/fi 𩼓
78089 u,nci 𩼔
78090 u,..i 𩼕
78091 u,nci 𩼖
78092 u,lni 𩼗
78093 u,fxi 𩼘
78094 u,fsi 𩼙
78095 u,fji 𩼚
78096 u,ffi 𩼛
78097 u,vmi 𩼜
78098 u,cai 𩼝
78099 u,p/i 𩼞
78100 u,//i 𩼟
78101 jjo,i 𩼠
78102 jjq,i 𩼠
78103 ddh,i 𩼡
78104 b;y,i 𩼢
78105 u,mni 𩼣
78106 u,yvi 𩼤
78107 fzi,i 𩼥
78108 u,a.i 𩼦
78109 u,aki 𩼦
78110 u,nmi 𩼧
78111 u,qci 𩼨
78112 u,,qi 𩼩
78113 cu,,i 𩼪
78114 irupi 𩼫
78115 u,fhi 𩼬
78116 alj,i 𩼭
78117 rkuui 𩼮
78118 u,phi 𩼯
78119 u,fni 𩼰
78120 u,ini 𩼰
78121 u,vmi 𩼱
78122 u,qni 𩼲
78123 u,qui 𩼳
78124 zpu,i 𩼴
78125 u,n.i 𩼵
78126 u,n.i 𩼶
78127 u,chi 𩼷
78128 cai,i 𩼸
78129 oza,i 𩼹
78130 u,f;i 𩼺
78131 fu,ai 𩼻
78132 u,nri 𩼼
78133 u,lci 𩼽
78134 u,o,i 𩼾
78135 u,kui 𩼿
78136 u,yyi 𩽀
78137 u,y,i 𩽁
78138 u,,ti 𩽂
78139 u,f,i 𩽃
78140 u,omi 𩽄
78141 u,rxi 𩽅
78142 u,rmi 𩽆
78143 u,a.i 𩽇
78144 u,upi 𩽈
78145 u,hbi 𩽉
78146 u,ggi 𩽊
78147 u,p.i 𩽋
78148 u,ddi 𩽌
78149 u,eai 𩽍
78150 u,;ni 𩽎
78151 u,zei 𩽏
78152 u,exi 𩽐
78153 v,a,i 𩽑
78154 v,k,i 𩽑
78155 u,r,i 𩽒
78156 v;j,i 𩽓
78157 u,fhi 𩽔
78158 u,lbi 𩽕
78159 u,l,i 𩽖
78160 u,a;i 𩽗
78161 lzi,i 𩽘
78162 u,bai 𩽙
78163 u,o.i 𩽚
78164 u,fhi 𩽛
78165 u,nci 𩽜
78166 u,jhi 𩽝
78167 u,/li 𩽞
78168 jdjai 𩽟
78169 u,rxi 𩽠
78170 u,foi 𩽡
78171 u,mwi 𩽢
78172 u,lxi 𩽣
78173 u,axi 𩽤
78174 u,e/i 𩽥
78175 uzzri 𩽦
78176 u,kbi 𩽧
78177 u,d;i 𩽨
78178 u,jyi 𩽩
78179 u,aei 𩽪
78180 irlpi 𩽫
78181 izqpi 𩽫
78182 u,o,i 𩽬
78183 u,fui 𩽭
78184 u,fxi 𩽮
78185 u,o,i 𩽯
78186 u,/yi 𩽰
78187 u,y/i 𩽱
78188 u,lni 𩽲
78189 u,c,i 𩽳
78190 u,;.i 𩽴
78191 u,w/i 𩽵
78192 u,edi 𩽶
78193 u,zui 𩽷
78194 u,isi 𩽸
78195 ualbi 𩽹
78196 uagki 𩽹
78197 uazi 𩽺
78198 uak.i 𩽻
78199 uajfi 𩽼
78200 uanqi 𩽽
78201 uanwi 𩽾
78202 uammi 𩽿
78203 uzf;i 𩾀
78204 uafhi 𩾁
78205 uazhi 𩾂
78206 uajsi 𩾃
78207 uasni 𩾄
78208 uajhi 𩾅
78209 uacqi 𩾆
78210 uaesi 𩾇
78211 uaebi 𩾈
78212 uzzki 𩾉
78213 uagui 𩾊
78214 uaopi 𩾋
78215 uanci 𩾌
78216 uze,i 𩾍
78217 uaa.i 𩾎
78218 al,i 𩾏
78219 l,si 𩾐
78220 dl,i 𩾑
78221 l,gdi 𩾒
78222 l,ji 𩾓
78223 ql,i 𩾔
78224 ql,i 𩾕
78225 l,lgi 𩾖
78226 l,gli 𩾖
78227 gal,i 𩾗
78228 .l,i 𩾘
78229 l,qi 𩾙
78230 adl,i 𩾚
78231 lsl,i 𩾛
78232 sll,i 𩾛
78233 l,bi 𩾜
78234 l,afi 𩾝
78235 lsh,i 𩾞
78236 slh,i 𩾞
78237 cl,i 𩾟
78238 tsl,i 𩾠
78239 l,lhi 𩾡
78240 axl,i 𩾢
78241 wl,i 𩾣
78242 esl,i 𩾤
78243 osl,i 𩾥
78244 nl,i 𩾦
78245 l,edi 𩾧
78246 l,ddi 𩾧
78247 shl,i 𩾨
78248 l,tsi 𩾩
78249 zl,i 𩾪
78250 l,tgi 𩾫
78251 l,qi 𩾬
78252 lfl,i 𩾭
78253 lxl,i 𩾮
78254 cl,i 𩾯
78255 el,i 𩾰
78256 l,oji 𩾱
78257 l.l,i 𩾲
78258 l,agi 𩾳
78259 l,kei 𩾴
78260 zsh,i 𩾵
78261 l,lbi 𩾶
78262 l,gki 𩾶
78263 axl,i 𩾷
78264 zkl,i 𩾸
78265 kql,i 𩾹
78266 fdl,i 𩾺
78267 ol,i 𩾻
78268 oas,i 𩾻
78269 cl,i 𩾼
78270 l,ni 𩾽
78271 ..l,i 𩾾
78272 k.l,i 𩾿
78273 ;dl,i 𩿀
78274 l,zhi 𩿁
78275 lql,i 𩿂
78276 laa,i 𩿃
78277 lkl,i 𩿃
78278 xl,i 𩿄
78279 zxl,i 𩿅
78280 rsl,i 𩿆
78281 gl,i 𩿇
78282 kjl,i 𩿈
78283 l,kji 𩿉
78284 ul,i 𩿊
78285 l,jji 𩿋
78286 kql,i 𩿌
78287 awl,i 𩿍
78288 bgd,i 𩿎
78289 bbl,i 𩿏
78290 l,adi 𩿐
78291 qsl,i 𩿑
78292 axl,i 𩿒
78293 l,ofi 𩿓
78294 zbl,i 𩿔
78295 .bl,i 𩿔
78296 kkl,i 𩿕
78297 l,lai 𩿖
78298 l,lki 𩿖
78299 bgd,i 𩿗
78300 l,lqi 𩿘
78301 l,axi 𩿙
78302 l,hfi 𩿚
78303 zhl,i 𩿛
78304 ffl,i 𩿜
78305 qtl,i 𩿝
78306 oel,i 𩿞
78307 rxl,i 𩿟
78308 l,qxi 𩿠
78309 l,x;i 𩿡
78310 yrl,i 𩿢
78311 val,i 𩿣
78312 vsl,i 𩿤
78313 jcl,i 𩿥
78314 ;kl,i 𩿦
78315 kfh,i 𩿧
78316 oal,i 𩿨
78317 ddl,i 𩿩
78318 ohl,i 𩿪
78319 zaf,i 𩿫
78320 pfl,i 𩿬
78321 dag,i 𩿭
78322 ttl,i 𩿮
78323 vhl,i 𩿯
78324 qxl,i 𩿰
78325 arh,i 𩿱
78326 avl,i 𩿲
78327 ael,i 𩿳
78328 l,tki 𩿴
78329 l,t.i 𩿴
78330 l,f;i 𩿵
78331 jzl,i 𩿶
78332 yhl,i 𩿷
78333 qag,i 𩿸
78334 rxl,i 𩿹
78335 qhl,i 𩿺
78336 eql,i 𩿻
78337 l,pdi 𩿼
78338 ogd,i 𩿽
78339 jfl,i 𩿾
78340 jtl,i 𩿿
78341 lts,i 𪀀
78342 l,b;i 𪀁
78343 l,xbi 𪀂
78344 l,qji 𪀃
78345 e;l,i 𪀄
78346 .xk,i 𪀅
78347 krl,i 𪀆
78348 l,zai 𪀇
78349 mgs,i 𪀈
78350 qdl,i 𪀉
78351 l,l;i 𪀊
78352 lpdi 𪀋
78353 l,pdi 𪀌
78354 l,oai 𪀍
78355 l,ohi 𪀍
78356 ;.l,i 𪀎
78357 l,qti 𪀏
78358 l,lni 𪀐
78359 gel,i 𪀑
78360 l,ari 𪀒
78361 l,mmi 𪀓
78362 l,rhi 𪀔
78363 pxl,i 𪀕
78364 eac,i 𪀖
78365 jzg,i 𪀗
78366 qol,i 𪀘
78367 pkl,i 𪀙
78368 l,axi 𪀚
78369 qsh,i 𪀛
78370 qsc,i 𪀛
78371 vjl,i 𪀜
78372 idl,i 𪀝
78373 yso,i 𪀞
78374 p;l,i 𪀟
78375 l,lpi 𪀠
78376 fjl,i 𪀡
78377 rjl,i 𪀡
78378 kzh,i 𪀢
78379 .vl,i 𪀣
78380 l,cqi 𪀤
78381 nlq,i 𪀥
78382 aqx,i 𪀦
78383 rlq,i 𪀧
78384 xxl,i 𪀨
78385 mml,i 𪀩
78386 kvl,i 𪀪
78387 ttl,i 𪀫
78388 z,l,i 𪀬
78389 jql,i 𪀭
78390 wgf,i 𪀮
78391 cas,i 𪀯
78392 ylx,i 𪀰
78393 nzl,i 𪀱
78394 izl,i 𪀲
78395 kzl,i 𪀲
78396 l,,i 𪀳
78397 l,tfi 𪀴
78398 afx,i 𪀵
78399 azx,i 𪀵
78400 qvl,i 𪀶
78401 osl,i 𪀷
78402 l,axi 𪀸
78403 a/l,i 𪀹
78404 l,ewi 𪀺
78405 ofq,i 𪀻
78406 kar,i 𪀼
78407 klr,i 𪀼
78408 lpl,i 𪀽
78409 mql,i 𪀾
78410 ,l,i 𪀿
78411 tfl,i 𪁀
78412 bvl,i 𪁁
78413 ycl,i 𪁂
78414 kof,i 𪁃
78415 l,r;i 𪁄
78416 jtd,i 𪁅
78417 l,.qi 𪁆
78418 zsl,i 𪁇
78419 yxs,i 𪁇
78420 nrl,i 𪁈
78421 l,y.i 𪁉
78422 ool,i 𪁊
78423 zgx,i 𪁋
78424 rcl,i 𪁌
78425 rxb,i 𪁍
78426 cul,i 𪁎
78427 dig,i 𪁏
78428 dkh,i 𪁏
78429 lve,i 𪁐
78430 k;s,i 𪁑
78431 l,zhi 𪁒
78432 l,z.i 𪁒
78433 rnl,i 𪁓
78434 nof,i 𪁔
78435 clz,i 𪁕
78436 f,h,i 𪁖
78437 l,;si 𪁗
78438 car,i 𪁘
78439 at;,i 𪁙
78440 y;j,i 𪁚
78441 .sb,i 𪁛
78442 htx,i 𪁜
78443 oas,i 𪁝
78444 qil,i 𪁞
78445 ig;,i 𪁟
78446 khg,i 𪁟
78447 ctk,i 𪁠
78448 .zg,i 𪁡
78449 rlg,i 𪁡
78450 thl,i 𪁢
78451 ;vl,i 𪁣
78452 lps,i 𪁤
78453 a.l,i 𪁥
78454 l,.di 𪁦
78455 zaa,i 𪁧
78456 l,;si 𪁨
78457 l,kli 𪁩
78458 zs.,i 𪁪
78459 zsh,i 𪁪
78460 l,axi 𪁫
78461 qoz,i 𪁬
78462 l,qhi 𪁭
78463 lvl,i 𪁮
78464 lvg,i 𪁮
78465 l,.ci 𪁯
78466 .l,i 𪁰
78467 nvl,i 𪁱
78468 ykj,i 𪁲
78469 ;l;,i 𪁳
78470 ;;l,i 𪁳
78471 l,k;i 𪁴
78472 bg;,i 𪁵
78473 fhn,i 𪁶
78474 l,ndi 𪁷
78475 l,isi 𪁸
78476 l,eei 𪁹
78477 cj;,i 𪁺
78478 vol,i 𪁻
78479 lpj,i 𪁼
78480 ykk,i 𪁽
78481 flz,i 𪁾
78482 vkx,i 𪁿
78483 l,koi 𪂀
78484 nnl,i 𪂁
78485 fpf,i 𪂂
78486 l,lfi 𪂃
78487 kmm,i 𪂄
78488 vfb,i 𪂅
78489 oas,i 𪂆
78490 ppl,i 𪂇
78491 ,,l,i 𪂈
78492 qax,i 𪂉
78493 l,tqi 𪂊
78494 l,tdi 𪂋
78495 cpl,i 𪂌
78496 afa,i 𪂍
78497 l,yfi 𪂎
78498 eel,i 𪂏
78499 akk,i 𪂐
78500 noa,i 𪂑
78501 l.n,i 𪂒
78502 dua,i 𪂓
78503 cua,i 𪂔
78504 zl,i 𪂕
78505 ujb,i 𪂖
78506 byl,i 𪂗
78507 kc;,i 𪂘
78508 l,uui 𪂙
78509 l,rri 𪂚
78510 foa,i 𪂛
78511 v.l,i 𪂜
78512 l,vpi 𪂝
78513 eel,i 𪂞
78514 ,l,i 𪂟
78515 pvl,i 𪂠
78516 pul,i 𪂡
78517 dza,i 𪂢
78518 kyl,i 𪂣
78519 i;j,i 𪂤
78520 k.o,i 𪂥
78521 nmg,i 𪂦
78522 lnmsi 𪂧
78523 nld,i 𪂨
78524 tcl,i 𪂩
78525 tjj,i 𪂪
78526 qsq,i 𪂫
78527 esl,i 𪂬
78528 l,nsi 𪂭
78529 gf.,i 𪂮
78530 l,w;i 𪂯
78531 l,nai 𪂰
78532 l,nhi 𪂰
78533 l,efi 𪂱
78534 gf.,i 𪂲
78535 l,pqi 𪂳
78536 l,rui 𪂴
78537 qax,i 𪂵
78538 zqx,i 𪂶
78539 l,jzi 𪂷
78540 nkk,i 𪂸
78541 zpl,i 𪂹
78542 jtn,i 𪂺
78543 i;f,i 𪂻
78544 vjl,i 𪂼
78545 kju,i 𪂽
78546 ibl,i 𪂾
78547 l,pci 𪂿
78548 l,m;i 𪃀
78549 k;v,i 𪃁
78550 czo,i 𪃂
78551 cyx,i 𪃂
78552 op.,i 𪃃
78553 pnl,i 𪃄
78554 cue,i 𪃅
78555 l,zzi 𪃆
78556 r;s,i 𪃇
78557 r;g,i 𪃇
78558 r;a,i 𪃇
78559 fjz,i 𪃈
78560 rjz,i 𪃈
78561 alj,i 𪃉
78562 .dk,i 𪃊
78563 a/r,i 𪃋
78564 pal,i 𪃌
78565 pml,i 𪃍
78566 iue,i 𪃎
78567 rav,i 𪃏
78568 l,jli 𪃐
78569 pjl,i 𪃑
78570 nrb,i 𪃒
78571 jml,i 𪃓
78572 fts,i 𪃔
78573 c.;,i 𪃕
78574 foa,i 𪃖
78575 l,nai 𪃗
78576 r;x,i 𪃘
78577 rlp,i 𪃙
78578 eaa,i 𪃚
78579 n.l,i 𪃛
78580 nq;,i 𪃜
78581 .rf,i 𪃝
78582 l,fpi 𪃞
78583 vl,bi 𪃟
78584 v;b,i 𪃠
78585 crk,i 𪃡
78586 fji,i 𪃢
78587 zpl,i 𪃣
78588 rrs,i 𪃤
78589 rrg,i 𪃤
78590 rra,i 𪃤
78591 vjl,i 𪃥
78592 jcl,i 𪃦
78593 jcl,i 𪃧
78594 dxx,i 𪃨
78595 xdx,i 𪃨
78596 xxd,i 𪃨
78597 lv,,i 𪃩
78598 okl,i 𪃪
78599 .qr,i 𪃫
78600 ipl,i 𪃬
78601 n.;,i 𪃭
78602 bax,i 𪃮
78603 tsa,i 𪃯
78604 xml,i 𪃰
78605 zpg,i 𪃱
78606 l,rpi 𪃲
78607 l,rhi 𪃲
78608 fjz,i 𪃳
78609 l,.di 𪃴
78610 l,vai 𪃵
78611 kto,i 𪃶
78612 jsc,i 𪃷
78613 uac,i 𪃷
78614 rsv,i 𪃸
78615 bjl,i 𪃹
78616 lpq,i 𪃹
78617 rjr,i 𪃺
78618 u.o,i 𪃻
78619 ljn,i 𪃼
78620 c.g,i 𪃽
78621 nkk,i 𪃾
78622 qdq,i 𪃿
78623 lms,i 𪄀
78624 zlp,i 𪄁
78625 alj,i 𪄂
78626 afa,i 𪄃
78627 kjr,i 𪄄
78628 .vh,i 𪄅
78629 .vs,i 𪄅
78630 lp.,i 𪄆
78631 k.a,i 𪄇
78632 kil,i 𪄇
78633 l,zvi 𪄈
78634 w;t,i 𪄉
78635 jjl,i 𪄊
78636 nbk,i 𪄋
78637 qml,i 𪄌
78638 ;;q,i 𪄍
78639 v.;,i 𪄎
78640 a/k,i 𪄏
78641 frv,i 𪄐
78642 nkx,i 𪄑
78643 z.l,i 𪄒
78644 l,nwi 𪄓
78645 l,oxi 𪄔
78646 arh,i 𪄕
78647 rlq,i 𪄖
78648 va,,i 𪄗
78649 z;j,i 𪄘
78650 jjl,i 𪄙
78651 pbb,i 𪄚
78652 l,lni 𪄛
78653 lea,i 𪄜
78654 l,l,i 𪄝
78655 l,ldi 𪄞
78656 l,hyi 𪄟
78657 cv;,i 𪄠
78658 brx,i 𪄡
78659 jjk,i 𪄢
78660 co;,i 𪄣
78661 zzl,i 𪄤
78662 l,mui 𪄥
78663 l,fvi 𪄦
78664 l,fci 𪄦
78665 l,ini 𪄧
78666 ;cu,i 𪄨
78667 l,kfi 𪄩
78668 vkk,i 𪄪
78669 civ,i 𪄫
78670 yho,i 𪄬
78671 vkc,i 𪄭
78672 zaa,i 𪄮
78673 zjs,i 𪄯
78674 nl/,i 𪄰
78675 ykj,i 𪄱
78676 ykj,i 𪄲
78677 fkk,i 𪄳
78678 zkk,i 𪄳
78679 vkk,i 𪄳
78680 osz,i 𪄴
78681 bqs,i 𪄵
78682 lpq,i 𪄵
78683 bbl,i 𪄶
78684 a/z,i 𪄷
78685 rml,i 𪄸
78686 cj;,i 𪄹
78687 l,n.i 𪄺
78688 l,zoi 𪄻
78689 ;ky,i 𪄼
78690 vao,i 𪄽
78691 kys,i 𪄾
78692 rzl,i 𪄿
78693 rrl,i 𪅀
78694 dna,i 𪅁
78695 ypf,i 𪅂
78696 a/a,i 𪅃
78697 yx,,i 𪅄
78698 p.;,i 𪅅
78699 y.d,i 𪅆
78700 f/j,i 𪅇
78701 kkk,i 𪅈
78702 opl,i 𪅉
78703 .a.,i 𪅊
78704 trk,i 𪅋
78705 lve,i 𪅌
78706 cvk,i 𪅍
78707 .ol,i 𪅎
78708 vss,i 𪅏
78709 fpz,i 𪅐
78710 yps,i 𪅑
78711 ,qh,i 𪅒
78712 cky,i 𪅓
78713 sl,ri 𪅔
78714 salri 𪅔
78715 wpv,i 𪅕
78716 zol,i 𪅖
78717 av.,i 𪅗
78718 l,zhi 𪅘
78719 v;.,i 𪅙
78720 j.o,i 𪅚
78721 l,pwi 𪅛
78722 l,.ci 𪅜
78723 l,l,i 𪅝
78724 l,z,i 𪅞
78725 l,nfi 𪅟
78726 irl,i 𪅠
78727 izg,i 𪅠
78728 l,b.i 𪅡
78729 nal,i 𪅢
78730 zkk,i 𪅣
78731 qdt,i 𪅤
78732 ky.,i 𪅥
78733 l,pxi 𪅦
78734 rky,i 𪅧
78735 lvm,i 𪅨
78736 xxx,i 𪅩
78737 y;g,i 𪅪
78738 rqa,i 𪅫
78739 kqp,i 𪅬
78740 kd.,i 𪅭
78741 nnl,i 𪅮
78742 kg,,i 𪅯
78743 if;,i 𪅰
78744 bl;,i 𪅱
78745 i;b,i 𪅲
78746 aeq,i 𪅳
78747 aea,i 𪅴
78748 /aa,i 𪅵
78749 /kj,i 𪅵
78750 cj;,i 𪅶
78751 qm.,i 𪅷
78752 qjk,i 𪅷
78753 fjx,i 𪅸
78754 rjx,i 𪅸
78755 l,xxi 𪅹
78756 ;kt,i 𪅺
78757 lmi,i 𪅻
78758 lmk,i 𪅻
78759 zlv,i 𪅼
78760 qsq,i 𪅽
78761 rak,i 𪅾
78762 tzq,i 𪅿
78763 tg,,i 𪆀
78764 rak,i 𪆁
78765 cqt,i 𪆂
78766 y;g,i 𪆃
78767 l,k,i 𪆄
78768 ky,,i 𪆅
78769 fj;,i 𪆆
78770 fjp,i 𪆆
78771 tgq,i 𪆇
78772 mzh,i 𪆈
78773 fjk,i 𪆉
78774 zol,i 𪆊
78775 xr;,i 𪆋
78776 pk;,i 𪆌
78777 ps;,i 𪆌
78778 lkk,i 𪆍
78779 cho,i 𪆎
78780 l,yri 𪆏
78781 kyv,i 𪆐
78782 v;s,i 𪆑
78783 zkk,i 𪆒
78784 xxl,i 𪆓
78785 ky,,i 𪆔
78786 nzq,i 𪆕
78787 l,vii 𪆖
78788 rak,i 𪆗
78789 fpf,i 𪆘
78790 zid,i 𪆙
78791 zaa,i 𪆚
78792 eca,i 𪆛
78793 ewa,i 𪆛
78794 lvk,i 𪆜
78795 y;g,i 𪆝
78796 ,mq,i 𪆞
78797 cv;,i 𪆟
78798 nqp,i 𪆠
78799 ykj,i 𪆡
78800 nnj,i 𪆢
78801 py;,i 𪆣
78802 p,l,i 𪆤
78803 l,n;i 𪆥
78804 .al,i 𪆦
78805 l,rxi 𪆧
78806 foa,i 𪆨
78807 y;c,i 𪆩
78808 vas,i 𪆪
78809 l,cvi 𪆫
78810 l,s;i 𪆬
78811 l,tei 𪆭
78812 l,tdi 𪆭
78813 l,nui 𪆮
78814 pfz,i 𪆯
78815 pez,i 𪆯
78816 fpl,i 𪆰
78817 ohj,i 𪆱
78818 a/m,i 𪆲
78819 l,kdi 𪆳
78820 fba,i 𪆴
78821 fbl,i 𪆴
78822 cvk,i 𪆵
78823 emb,i 𪆶
78824 iua,i 𪆷
78825 cmu,i 𪆸
78826 m;n,i 𪆹
78827 ea.,i 𪆺
78828 jzk,i 𪆻
78829 zpl,i 𪆼
78830 s.;,i 𪆽
78831 y;;,i 𪆾
78832 nyl,i 𪆿
78833 r;i,i 𪇀
78834 cj;,i 𪇁
78835 v,s,i 𪇂
78836 a/a,i 𪇃
78837 vao,i 𪇄
78838 l,fxi 𪇅
78839 l,//i 𪇆
78840 i;;,i 𪇇
78841 .jn,i 𪇈
78842 yxk,i 𪇉
78843 ysx,i 𪇉
78844 l,bfi 𪇊
78845 l,dxi 𪇋
78846 l,pxi 𪇌
78847 l,mni 𪇍
78848 vva,i 𪇎
78849 apa,i 𪇏
78850 l,izi 𪇐
78851 o/,,i 𪇑
78852 ,ru,i 𪇒
78853 f/j,i 𪇓
78854 fxx,i 𪇔
78855 ixx,i 𪇔
78856 nac,i 𪇕
78857 qdt,i 𪇖
78858 vlv,i 𪇗
78859 rgq,i 𪇘
78860 lzi,i 𪇙
78861 yhp,i 𪇚
78862 nxk,i 𪇛
78863 nsx,i 𪇛
78864 fnr,i 𪇜
78865 fnf,i 𪇜
78866 ivj,i 𪇝
78867 r;i,i 𪇞
78868 rbk,i 𪇟
78869 rkk,i 𪇠
78870 r,r,i 𪇠
78871 fky,i 𪇡
78872 ll,,i 𪇢
78873 ..l,i 𪇣
78874 myq,i 𪇤
78875 l,hki 𪇥
78876 eky,i 𪇦
78877 nbm,i 𪇧
78878 l,fhi 𪇨
78879 itx,i 𪇩
78880 oyk,i 𪇪
78881 l,ofi 𪇫
78882 oza,i 𪇬
78883 fma,i 𪇭
78884 npr,i 𪇮
78885 bbk,i 𪇯
78886 prk,i 𪇰
78887 lpx,i 𪇱
78888 xlp,i 𪇱
78889 cky,i 𪇲
78890 l,lxi 𪇳
78891 f/z,i 𪇴
78892 nrp,i 𪇵
78893 cky,i 𪇶
78894 l,dfi 𪇷
78895 epn,i 𪇸
78896 w/w,i 𪇹
78897 wp.,i 𪇹
78898 lvk,i 𪇺
78899 yky,i 𪇻
78900 rrk,i 𪇼
78901 rzj,i 𪇽
78902 acz,i 𪇾
78903 ail,i 𪇾
78904 zsz,i 𪇿
78905 xak,i 𪇿
78906 axk,i 𪇿
78907 ;;p,i 𪈀
78908 lzq,i 𪈁
78909 u,p,i 𪈂
78910 y;p,i 𪈃
78911 bgd,i 𪈄
78912 llr,i 𪈅
78913 f/j,i 𪈆
78914 iax,i 𪈇
78915 v;a,i 𪈈
78916 jsc,i 𪈉
78917 uac,i 𪈉
78918 qji,i 𪈊
78919 qjk,i 𪈊
78920 y;;,i 𪈋
78921 ./l,i 𪈌
78922 kz;,i 𪈍
78923 ilc,i 𪈍
78924 ikh,i 𪈍
78925 ic;,i 𪈍
78926 v;j,i 𪈎
78927 req,i 𪈏
78928 r;e,i 𪈏
78929 re;,i 𪈏
78930 v;j,i 𪈐
78931 zpl,i 𪈑
78932 l,eui 𪈒
78933 lri,i 𪈓
78934 o..,i 𪈔
78935 ikj,i 𪈕
78936 kak,i 𪈕
78937 dle,i 𪈖
78938 yuq,i 𪈗
78939 f/j,i 𪈘
78940 l,ffi 𪈙
78941 pdd,i 𪈚
78942 f/j,i 𪈛
78943 xp;,i 𪈜
78944 z;;,i 𪈝
78945 vqi,i 𪈞
78946 fle,i 𪈟
78947 nkk,i 𪈠
78948 d.y,i 𪈡
78949 lri,i 𪈢
78950 lly,i 𪈣
78951 l,mwi 𪈤
78952 dky,i 𪈥
78953 ppp,i 𪈦
78954 fo/,i 𪈧
78955 l,.,i 𪈨
78956 l,fyi 𪈩
78957 ljk,i 𪈪
78958 l,p,i 𪈫
78959 .l,,i 𪈬
78960 fqd,i 𪈭
78961 yxx,i 𪈮
78962 xyx,i 𪈮
78963 czk,i 𪈯
78964 /xk,i 𪈰
78965 jjk,i 𪈱
78966 nky,i 𪈲
78967 l,aqi 𪈳
78968 jjk,i 𪈴
78969 lkd,i 𪈵
78970 l,y.i 𪈶
78971 y;p,i 𪈷
78972 cf;,i 𪈸
78973 ajk,i 𪈹
78974 bc/,i 𪈺
78975 vf;,i 𪈻
78976 l,l,i 𪈼
78977 yxx,i 𪈽
78978 xyx,i 𪈽
78979 nkk,i 𪈾
78980 yxx,i 𪈿
78981 xyx,i 𪈿
78982 ppppi 𪉀
78983 lajki 𪉁
78984 aaxai 𪉂
78985 y.lai 𪉃
78986 ohlai 𪉄
78987 aqxai 𪉅
78988 qplai 𪉆
78989 lazxi 𪉇
78990 eqlai 𪉈
78991 nrlai 𪉉
78992 kqfai 𪉊
78993 mqlai 𪉋
78994 f,hai 𪉌
78995 lvsai 𪉍
78996 oasai 𪉎
78997 ravai 𪉏
78998 pmlai 𪉐
78999 rh.ai 𪉑
79000 rl.ai 𪉑
79001 arhai 𪉒
79002 lalai 𪉓
79003 lp.ai 𪉔
79004 lalxi 𪉕
79005 ep.ri 𪉖
79006 ep.zi 𪉗
79007 ep.bi 𪉘
79008 ep.ai 𪉙
79009 ep.qi 𪉚
79010 ep.si 𪉛
79011 ep.;i 𪉜
79012 bgdhi 𪉝
79013 ep.fi 𪉞
79014 ep.ui 𪉟
79015 ep.xi 𪉠
79016 ep.ai 𪉡
79017 ep.fi 𪉢
79018 ep.ii 𪉣
79019 irlhi 𪉤
79020 izehi 𪉤
79021 ep.zi 𪉥
79022 ep.oi 𪉦
79023 ep.,i 𪉧
79024 ep.pi 𪉨
79025 repui 𪉩
79026 ep.fi 𪉪
79027 ep.fi 𪉫
79028 irshi 𪉬
79029 izshi 𪉬
79030 ep.xi 𪉭
79031 ep.zi 𪉮
79032 ep.ki 𪉯
79033 ep.si 𪉯
79034 ep.ei 𪉰
79035 ep.fi 𪉱
79036 ep.fi 𪉲
79037 zqxhi 𪉳
79038 ep.vi 𪉴
79039 irlhi 𪉵
79040 izqhi 𪉵
79041 ep.ui 𪉶
79042 ep.di 𪉷
79043 ep.ui 𪉸
79044 roeui 𪉹
79045 ep.ri 𪉺
79046 dnahi 𪉻
79047 ep.bi 𪉼
79048 ep.bi 𪉽
79049 ep..i 𪉾
79050 ep..i 𪉿
79051 ep.;i 𪊀
79052 kkkhi 𪊁
79053 ep.pi 𪊂
79054 ep.xi 𪊃
79055 ep.xi 𪊄
79056 ep.ni 𪊄
79057 ep.ci 𪊅
79058 ep.ei 𪊆
79059 ep.ui 𪊇
79060 ep.qi 𪊈
79061 ep.xi 𪊉
79062 ep.xi 𪊊
79063 yqqsi 𪊋
79064 yqqsi 𪊌
79065 yqqli 𪊌
79066 yqqsi 𪊍
79067 yqq.i 𪊎
79068 yqqhi 𪊏
79069 yqqzi 𪊐
79070 yqqfi 𪊑
79071 yqqui 𪊒
79072 yqq.i 𪊓
79073 yqqei 𪊔
79074 yqqqi 𪊕
79075 yqq.i 𪊖
79076 yqqoi 𪊗
79077 yqqxi 𪊘
79078 yqq.i 𪊙
79079 yqqsi 𪊚
79080 yqqbi 𪊛
79081 yqqai 𪊜
79082 yqqhi 𪊝
79083 yqqgi 𪊞
79084 yqqri 𪊟
79085 eqyqi 𪊠
79086 yqqsi 𪊡
79087 yqqzi 𪊢
79088 yqqji 𪊣
79089 yqqti 𪊤
79090 yqqai 𪊥
79091 yqqzi 𪊦
79092 yqqri 𪊧
79093 yqqpi 𪊨
79094 yqqdi 𪊩
79095 yqqfi 𪊩
79096 yqqqi 𪊪
79097 yqqei 𪊫
79098 yqqxi 𪊬
79099 yqqxi 𪊭
79100 yqqbi 𪊮
79101 yqqqi 𪊯
79102 yqqji 𪊰
79103 yqqxi 𪊱
79104 yqq;i 𪊲
79105 yqqci 𪊳
79106 yqq.i 𪊴
79107 yqqqi 𪊵
79108 yqqbi 𪊶
79109 yqqfi 𪊷
79110 yqqvi 𪊸
79111 yqqbi 𪊹
79112 yqq;i 𪊺
79113 yqqki 𪊻
79114 yqqoi 𪊼
79115 yqqvi 𪊽
79116 yqqmi 𪊾
79117 yqq;i 𪊿
79118 yqqqi 𪋀
79119 yqq.i 𪋁
79120 yqqri 𪋂
79121 yqqsi 𪋃
79122 yqqbi 𪋄
79123 yqqsi 𪋅
79124 yqqqi 𪋆
79125 yqqyi 𪋇
79126 yqqci 𪋈
79127 yqqzi 𪋉
79128 yqqvi 𪋊
79129 yqqfi 𪋋
79130 yqqfi 𪋌
79131 wpyqi 𪋍
79132 yqqdi 𪋎
79133 yqqpi 𪋏
79134 yqqhi 𪋏
79135 yqqzi 𪋐
79136 yqqpi 𪋑
79137 yqqhi 𪋑
79138 yqqpi 𪋒
79139 yqq;i 𪋓
79140 yqqci 𪋔
79141 yqqbi 𪋕
79142 yqqxi 𪋖
79143 yqqni 𪋗
79144 ajkqi 𪋘
79145 yqqdi 𪋙
79146 yqqbi 𪋚
79147 yqqfi 𪋛
79148 yqqfi 𪋜
79149 yqqni 𪋝
79150 yqq,i 𪋞
79151 yqqfi 𪋟
79152 yqqri 𪋠
79153 yqqzi 𪋡
79154 yqqji 𪋢
79155 yqqei 𪋣
79156 v..qi 𪋤
79157 yqqri 𪋥
79158 yqq;i 𪋦
79159 yqqzi 𪋧
79160 kjaqi 𪋨
79161 yqqci 𪋩
79162 yqqbi 𪋪
79163 yqqvi 𪋫
79164 yqqzi 𪋬
79165 ajhbi 𪋭
79166 yqqki 𪋮
79167 yqqei 𪋯
79168 yqqpi 𪋰
79169 yqqhi 𪋰
79170 yqq.i 𪋱
79171 yqqqi 𪋲
79172 yqqai 𪋳
79173 yqq,i 𪋴
79174 yqqci 𪋵
79175 yqq;i 𪋶
79176 yqqqi 𪋷
79177 yqq;i 𪋸
79178 yqq.i 𪋹
79179 yqqei 𪋺
79180 yqqri 𪋻
79181 fkkqi 𪋼
79182 zkkqi 𪋼
79183 vkkqi 𪋼
79184 fkkgi 𪋽
79185 zkkgi 𪋽
79186 vkkgi 𪋽
79187 fkkbi 𪋾
79188 zkkbi 𪋾
79189 vkkbi 𪋾
79190 fkkci 𪋿
79191 zkkci 𪋿
79192 vkkci 𪋿
79193 fkkdi 𪌀
79194 zkkdi 𪌀
79195 vkkdi 𪌀
79196 fkksi 𪌁
79197 zkksi 𪌁
79198 vkksi 𪌁
79199 fkkqi 𪌂
79200 zkkqi 𪌂
79201 vkkqi 𪌂
79202 fkkfi 𪌃
79203 zkkfi 𪌃
79204 vkkfi 𪌃
79205 fkksi 𪌄
79206 zkksi 𪌄
79207 vkksi 𪌄
79208 fkkki 𪌅
79209 zkkki 𪌅
79210 vkkki 𪌅
79211 fkkbi 𪌆
79212 zkkbi 𪌆
79213 vkkbi 𪌆
79214 fkkoi 𪌇
79215 zkkoi 𪌇
79216 vkkoi 𪌇
79217 fkksi 𪌇
79218 zkksi 𪌇
79219 vkksi 𪌇
79220 fkkqi 𪌈
79221 zkkqi 𪌈
79222 vkkqi 𪌈
79223 fkkfi 𪌉
79224 zkkfi 𪌉
79225 vkkfi 𪌉
79226 fkkki 𪌊
79227 zkkki 𪌊
79228 vkkki 𪌊
79229 fkksi 𪌋
79230 zkksi 𪌋
79231 vkksi 𪌋
79232 fkk,i 𪌌
79233 zkk,i 𪌌
79234 vkk,i 𪌌
79235 fkkoi 𪌍
79236 zkkoi 𪌍
79237 vkkoi 𪌍
79238 fkkvi 𪌎
79239 zkkvi 𪌎
79240 vkkvi 𪌎
79241 fkkbi 𪌏
79242 zkkbi 𪌏
79243 vkkbi 𪌏
79244 fkkoi 𪌐
79245 zkkoi 𪌐
79246 vkkoi 𪌐
79247 fkk.i 𪌑
79248 zkk.i 𪌑
79249 vkk.i 𪌑
79250 fkkki 𪌒
79251 zkkki 𪌒
79252 vkkki 𪌒
79253 fkkbi 𪌓
79254 zkkbi 𪌓
79255 vkkbi 𪌓
79256 fkkji 𪌔
79257 zkkji 𪌔
79258 vkkji 𪌔
79259 fkk;i 𪌕
79260 zkk;i 𪌕
79261 vkk;i 𪌕
79262 fkkti 𪌖
79263 zkkti 𪌖
79264 vkkti 𪌖
79265 fkkvi 𪌗
79266 zkkvi 𪌗
79267 vkkvi 𪌗
79268 fkkri 𪌘
79269 zkkri 𪌘
79270 vkkri 𪌘
79271 fkkxi 𪌙
79272 zkkxi 𪌙
79273 vkkxi 𪌙
79274 fkkfi 𪌚
79275 zkkfi 𪌚
79276 vkkfi 𪌚
79277 r.ei 𪌛
79278 rmei 𪌛
79279 fkkri 𪌜
79280 zkkri 𪌜
79281 vkkri 𪌜
79282 fkkxi 𪌝
79283 zkkxi 𪌝
79284 vkkxi 𪌝
79285 fkkhi 𪌞
79286 zkkhi 𪌞
79287 vkkhi 𪌞
79288 fkkei 𪌟
79289 zkkei 𪌟
79290 vkkei 𪌟
79291 fkkdi 𪌠
79292 zkkdi 𪌠
79293 vkkdi 𪌠
79294 fkksi 𪌡
79295 zkksi 𪌡
79296 vkksi 𪌡
79297 fkkqi 𪌢
79298 zkkqi 𪌢
79299 vkkqi 𪌢
79300 fkk;i 𪌣
79301 zkk;i 𪌣
79302 vkk;i 𪌣
79303 fkkei 𪌤
79304 zkkei 𪌤
79305 vkkei 𪌤
79306 fkkxi 𪌥
79307 zkkxi 𪌥
79308 vkkxi 𪌥
79309 fkk;i 𪌦
79310 zkk;i 𪌦
79311 vkk;i 𪌦
79312 fkk;i 𪌧
79313 zkk;i 𪌧
79314 vkk;i 𪌧
79315 dbfmi 𪌨
79316 dbzmi 𪌨
79317 dbvmi 𪌨
79318 dbf.i 𪌨
79319 dbz.i 𪌨
79320 dbv.i 𪌨
79321 fkk;i 𪌩
79322 zkk;i 𪌩
79323 vkk;i 𪌩
79324 fkk,i 𪌪
79325 zkk,i 𪌪
79326 vkk,i 𪌪
79327 fkkmi 𪌫
79328 zkkmi 𪌫
79329 vkkmi 𪌫
79330 fkk,i 𪌬
79331 zkk,i 𪌬
79332 vkk,i 𪌬
79333 fkkui 𪌭
79334 zkkui 𪌭
79335 vkkui 𪌭
79336 fkkli 𪌮
79337 zkkli 𪌮
79338 vkkli 𪌮
79339 fkkui 𪌯
79340 zkkui 𪌯
79341 vkkui 𪌯
79342 fkkfi 𪌰
79343 zkkfi 𪌰
79344 vkkfi 𪌰
79345 fkkei 𪌱
79346 zkkei 𪌱
79347 vkkei 𪌱
79348 ofkmi 𪌲
79349 ozkmi 𪌲
79350 ovkmi 𪌲
79351 ofk.i 𪌲
79352 ozk.i 𪌲
79353 ovk.i 𪌲
79354 fkkhi 𪌳
79355 zkkhi 𪌳
79356 vkkhi 𪌳
79357 fkkri 𪌴
79358 zkkri 𪌴
79359 vkkri 𪌴
79360 fkkhi 𪌵
79361 zkkhi 𪌵
79362 vkkhi 𪌵
79363 fkk;i 𪌶
79364 zkk;i 𪌶
79365 vkk;i 𪌶
79366 fkkci 𪌷
79367 zkkci 𪌷
79368 vkkci 𪌷
79369 fkkfi 𪌸
79370 zkkfi 𪌸
79371 vkkfi 𪌸
79372 fkkdi 𪌹
79373 zkkdi 𪌹
79374 vkkdi 𪌹
79375 fkk;i 𪌺
79376 zkk;i 𪌺
79377 vkk;i 𪌺
79378 fkkfi 𪌻
79379 zkkfi 𪌻
79380 vkkfi 𪌻
79381 fkkdi 𪌼
79382 zkkdi 𪌼
79383 vkkdi 𪌼
79384 fkkqi 𪌽
79385 zkkqi 𪌽
79386 vkkqi 𪌽
79387 fkkpi 𪌾
79388 zkkpi 𪌾
79389 vkkpi 𪌾
79390 fkkni 𪌿
79391 zkkni 𪌿
79392 vkkni 𪌿
79393 fkkki 𪍀
79394 zkkki 𪍀
79395 vkkki 𪍀
79396 fkkvi 𪍁
79397 zkkvi 𪍁
79398 vkkvi 𪍁
79399 fkkqi 𪍂
79400 zkkqi 𪍂
79401 vkkqi 𪍂
79402 fkkni 𪍃
79403 zkkni 𪍃
79404 vkkni 𪍃
79405 fkkci 𪍄
79406 zkkci 𪍄
79407 vkkci 𪍄
79408 fkkki 𪍅
79409 zkkki 𪍅
79410 vkkki 𪍅
79411 fkkhi 𪍅
79412 zkkhi 𪍅
79413 vkkhi 𪍅
79414 fkkli 𪍆
79415 zkkli 𪍆
79416 vkkli 𪍆
79417 fkkyi 𪍇
79418 zkkyi 𪍇
79419 vkkyi 𪍇
79420 fkkfi 𪍈
79421 zkkfi 𪍈
79422 vkkfi 𪍈
79423 fkkli 𪍉
79424 zkkli 𪍉
79425 vkkli 𪍉
79426 fkkxi 𪍊
79427 zkkxi 𪍊
79428 vkkxi 𪍊
79429 fkkli 𪍋
79430 zkkli 𪍋
79431 vkkli 𪍋
79432 fkk;i 𪍌
79433 zkk;i 𪍌
79434 vkk;i 𪍌
79435 fkkei 𪍍
79436 zkkei 𪍍
79437 vkkei 𪍍
79438 fkkfi 𪍎
79439 zkkfi 𪍎
79440 vkkfi 𪍎
79441 fkkmi 𪍏
79442 zkkmi 𪍏
79443 vkkmi 𪍏
79444 fkkvi 𪍐
79445 zkkvi 𪍐
79446 vkkvi 𪍐
79447 fkkpi 𪍑
79448 zkkpi 𪍑
79449 vkkpi 𪍑
79450 fkkui 𪍒
79451 zkkui 𪍒
79452 vkkui 𪍒
79453 bgdmi 𪍓
79454 bgd.i 𪍓
79455 fkkxi 𪍔
79456 zkkxi 𪍔
79457 vkkxi 𪍔
79458 fkkmi 𪍕
79459 zkkmi 𪍕
79460 vkkmi 𪍕
79461 fkkri 𪍖
79462 zkkri 𪍖
79463 vkkri 𪍖
79464 fkk,i 𪍗
79465 zkk,i 𪍗
79466 vkk,i 𪍗
79467 fkk.i 𪍘
79468 zkk.i 𪍘
79469 vkk.i 𪍘
79470 fkkqi 𪍙
79471 zkkqi 𪍙
79472 vkkqi 𪍙
79473 fkkvi 𪍚
79474 zkkvi 𪍚
79475 vkkvi 𪍚
79476 fkkui 𪍛
79477 zkkui 𪍛
79478 vkkui 𪍛
79479 fkkqi 𪍜
79480 zkkqi 𪍜
79481 vkkqi 𪍜
79482 fkkui 𪍝
79483 zkkui 𪍝
79484 vkkui 𪍝
79485 fkkpi 𪍞
79486 zkkpi 𪍞
79487 vkkpi 𪍞
79488 fkkxi 𪍟
79489 zkkxi 𪍟
79490 vkkxi 𪍟
79491 vasmi 𪍠
79492 vas.i 𪍠
79493 fkkhi 𪍡
79494 zkkhi 𪍡
79495 vkkhi 𪍡
79496 fkkbi 𪍢
79497 zkkbi 𪍢
79498 vkkbi 𪍢
79499 fkkwi 𪍣
79500 zkkwi 𪍣
79501 vkkwi 𪍣
79502 fkkzi 𪍤
79503 zkkzi 𪍤
79504 vkkzi 𪍤
79505 fkkbi 𪍥
79506 zkkbi 𪍥
79507 vkkbi 𪍥
79508 fkkni 𪍦
79509 zkkni 𪍦
79510 vkkni 𪍦
79511 hogmi 𪍧
79512 hog.i 𪍧
79513 fkkvi 𪍨
79514 zkkvi 𪍨
79515 vkkvi 𪍨
79516 fkkbi 𪍩
79517 zkkbi 𪍩
79518 vkkbi 𪍩
79519 fkkfi 𪍪
79520 zkkfi 𪍪
79521 vkkfi 𪍪
79522 bgdmi 𪍫
79523 bgd.i 𪍫
79524 fkkli 𪍬
79525 zkkli 𪍬
79526 vkkli 𪍬
79527 fkk.i 𪍭
79528 zkk.i 𪍭
79529 vkk.i 𪍭
79530 fkk.i 𪍮
79531 zkk.i 𪍮
79532 vkk.i 𪍮
79533 fkkxi 𪍯
79534 zkkxi 𪍯
79535 vkkxi 𪍯
79536 fkkki 𪍰
79537 zkkki 𪍰
79538 vkkki 𪍰
79539 rbsmi 𪍱
79540 rbs.i 𪍱
79541 fkkpi 𪍲
79542 zkkpi 𪍲
79543 vkkpi 𪍲
79544 fkkui 𪍳
79545 zkkui 𪍳
79546 vkkui 𪍳
79547 fkkqi 𪍴
79548 zkkqi 𪍴
79549 vkkqi 𪍴
79550 fkkfi 𪍵
79551 zkkfi 𪍵
79552 vkkfi 𪍵
79553 fkk;i 𪍶
79554 zkk;i 𪍶
79555 vkk;i 𪍶
79556 fkk;i 𪍷
79557 zkk;i 𪍷
79558 vkk;i 𪍷
79559 fkk.i 𪍸
79560 zkk.i 𪍸
79561 vkk.i 𪍸
79562 fkk/i 𪍹
79563 zkk/i 𪍹
79564 vkk/i 𪍹
79565 fkkxi 𪍺
79566 zkkxi 𪍺
79567 vkkxi 𪍺
79568 ;;;mi 𪍻
79569 ;;;.i 𪍻
79570 fkk;i 𪍼
79571 zkk;i 𪍼
79572 vkk;i 𪍼
79573 fkkvi 𪍽
79574 zkkvi 𪍽
79575 vkkvi 𪍽
79576 ddhmi 𪍾
79577 ddh.i 𪍾
79578 fkkki 𪍿
79579 zkkki 𪍿
79580 vkkki 𪍿
79581 fkkqi 𪎀
79582 zkkqi 𪎀
79583 vkkqi 𪎀
79584 yuqmi 𪎁
79585 yuq.i 𪎁
79586 fkkki 𪎂
79587 zkkki 𪎂
79588 vkkki 𪎂
79589 flemi 𪎃
79590 fle.i 𪎃
79591 fkkhi 𪎄
79592 zkkhi 𪎄
79593 vkkhi 𪎄
79594 fkkri 𪎅
79595 zkkri 𪎅
79596 vkkri 𪎅
79597 fkkyi 𪎆
79598 zkkyi 𪎆
79599 vkkyi 𪎆
79600 caimi 𪎇
79601 cai.i 𪎇
79602 r.axi 𪎈
79603 rmaxi 𪎈
79604 r.jsi 𪎉
79605 rmjsi 𪎉
79606 r.cli 𪎊
79607 rmcli 𪎊
79608 r.e;i 𪎋
79609 rme;i 𪎋
79610 r.vii 𪎌
79611 r.a,i 𪎌
79612 rmvii 𪎌
79613 rma,i 𪎌
79614 ar.ci 𪎍
79615 azbci 𪎍
79616 obci 𪎍
79617 aaa;i 𪎎
79618 zka;i 𪎎
79619 fka;i 𪎎
79620 r.nci 𪎏
79621 rmnci 𪎏
79622 r.rdi 𪎐
79623 rmrdi 𪎐
79624 nvvsi 𪎑
79625 nvvhi 𪎒
79626 .nvvi 𪎓
79627 nvvgi 𪎔
79628 nvvji 𪎕
79629 nvv,i 𪎖
79630 nvvpi 𪎗
79631 nvvbi 𪎘
79632 nvvfi 𪎙
79633 nvvoi 𪎚
79634 nvvsi 𪎛
79635 nvvsi 𪎜
79636 nvvai 𪎝
79637 nvvzi 𪎞
79638 nvvpi 𪎟
79639 nvvmi 𪎠
79640 nvvvi 𪎡
79641 nvv/i 𪎢
79642 nvvoi 𪎣
79643 clzvi 𪎤
79644 nvv.i 𪎥
79645 nvvvi 𪎦
79646 nvv.i 𪎧
79647 iuevi 𪎨
79648 nvv;i 𪎩
79649 nvvdi 𪎪
79650 nvvki 𪎫
79651 nvvmi 𪎬
79652 nvvci 𪎭
79653 nvvoi 𪎮
79654 nvvmi 𪎯
79655 nvvmi 𪎰
79656 nvvei 𪎱
79657 caivi 𪎲
79658 rpkbi 𪎳
79659 rpfbi 𪎳
79660 rpkqi 𪎴
79661 rpfqi 𪎴
79662 rpksi 𪎵
79663 rpfsi 𪎵
79664 rpksi 𪎶
79665 rpfsi 𪎶
79666 rpkqi 𪎷
79667 rpfqi 𪎷
79668 rpksi 𪎸
79669 rpfsi 𪎸
79670 rpksi 𪎹
79671 rpfsi 𪎹
79672 rpkhi 𪎺
79673 rpfhi 𪎺
79674 rpkai 𪎻
79675 rpfai 𪎻
79676 jqrki 𪎼
79677 rpksi 𪎽
79678 rpfsi 𪎽
79679 rpk;i 𪎾
79680 rpf;i 𪎾
79681 rpkei 𪎿
79682 rpfei 𪎿
79683 rpkri 𪏀
79684 rpfri 𪏀
79685 rpk.i 𪏁
79686 rpf.i 𪏁
79687 rpk,i 𪏂
79688 rpf,i 𪏂
79689 rpk,i 𪏃
79690 rpf,i 𪏃
79691 rpkii 𪏄
79692 rpfii 𪏄
79693 rpkqi 𪏅
79694 rpfqi 𪏅
79695 y;gki 𪏆
79696 rpkxi 𪏇
79697 rpfxi 𪏇
79698 rpkpi 𪏈
79699 rpfpi 𪏈
79700 rpkci 𪏉
79701 rpfci 𪏉
79702 rpkxi 𪏊
79703 rpfxi 𪏊
79704 rpk,i 𪏋
79705 rpf,i 𪏋
79706 rpkyi 𪏌
79707 rpfyi 𪏌
79708 ukski 𪏍
79709 jr;ki 𪏎
79710 rpkdi 𪏏
79711 rpfdi 𪏏
79712 rpksi 𪏐
79713 rpfsi 𪏐
79714 lpjki 𪏑
79715 lplki 𪏒
79716 lpaki 𪏓
79717 rpkmi 𪏔
79718 rpfmi 𪏔
79719 rpkqi 𪏕
79720 rpfqi 𪏕
79721 rpkei 𪏖
79722 rpfei 𪏖
79723 rpkfi 𪏗
79724 rpffi 𪏗
79725 rpkpi 𪏘
79726 rpfpi 𪏘
79727 varbi 𪏙
79728 rpkmi 𪏚
79729 rpfmi 𪏚
79730 rpkqi 𪏛
79731 rpfqi 𪏛
79732 yrrri 𪏜
79733 rpk,i 𪏝
79734 rpf,i 𪏝
79735 rpkhi 𪏞
79736 rpk.i 𪏞
79737 rpfhi 𪏞
79738 rpf.i 𪏞
79739 rpkzi 𪏟
79740 rpfzi 𪏟
79741 rpkci 𪏠
79742 rpfci 𪏠
79743 rpkfi 𪏡
79744 rpffi 𪏡
79745 rpkci 𪏢
79746 rpfci 𪏢
79747 rpkei 𪏣
79748 rpfei 𪏣
79749 rpkni 𪏤
79750 rpfni 𪏤
79751 fafki 𪏥
79752 rffki 𪏥
79753 rpkci 𪏦
79754 rpfci 𪏦
79755 rpkci 𪏧
79756 rpfci 𪏧
79757 rpkii 𪏨
79758 rpfii 𪏨
79759 rpk,i 𪏩
79760 rpf,i 𪏩
79761 rpkki 𪏪
79762 rpfki 𪏪
79763 rpkci 𪏫
79764 rpfci 𪏫
79765 ap.ki 𪏬
79766 lveci 𪏭
79767 lvkwi 𪏮
79768 lvkli 𪏯
79769 lvkpi 𪏰
79770 lvkgi 𪏱
79771 lvkri 𪏲
79772 lvkwi 𪏳
79773 lvkoi 𪏴
79774 lvk.i 𪏵
79775 lvksi 𪏶
79776 wblci 𪏷
79777 lvkqi 𪏸
79778 lvkii 𪏹
79779 lvkli 𪏺
79780 lvk;i 𪏻
79781 lvkwi 𪏼
79782 lvkai 𪏽
79783 lvkwi 𪏾
79784 lvkvi 𪏿
79785 lvkmi 𪐀
79786 lvkni 𪐁
79787 lvksi 𪐂
79788 lvkfi 𪐃
79789 lvkfi 𪐄
79790 lvlci 𪐅
79791 lvk,i 𪐆
79792 lvkni 𪐇
79793 lvkpi 𪐈
79794 lvkui 𪐉
79795 lvkni 𪐊
79796 lvkci 𪐋
79797 lvk;i 𪐌
79798 lvkni 𪐍
79799 lvkvi 𪐎
79800 lvk;i 𪐏
79801 lvkci 𪐐
79802 lvkmi 𪐑
79803 lvk.i 𪐒
79804 lvk;i 𪐓
79805 lvkni 𪐔
79806 rbsai 𪐕
79807 lvkqi 𪐖
79808 /,,i 𪐗
79809 p,si 𪐘
79810 p,ci 𪐙
79811 p,agi 𪐚
79812 p,ji 𪐛
79813 p,osi 𪐜
79814 p,zi 𪐝
79815 p,lqi 𪐞
79816 p,lhi 𪐟
79817 p,shi 𪐟
79818 p,lqi 𪐠
79819 p,qi 𪐠
79820 zp,i 𪐡
79821 p,ri 𪐢
79822 p,gfi 𪐣
79823 p,zhi 𪐤
79824 p,zhi 𪐥
79825 p,ysi 𪐦
79826 p,bdi 𪐧
79827 p,jsi 𪐨
79828 p,,i 𪐩
79829 p,;ai 𪐪
79830 p,.i 𪐫
79831 p,asi 𪐬
79832 p,kgi 𪐭
79833 p,igi 𪐭
79834 p,sbi 𪐮
79835 p,lxi 𪐯
79836 y.p,i 𪐰
79837 p,kei 𪐱
79838 p,k.i 𪐲
79839 p,kci 𪐳
79840 p,yri 𪐴
79841 p,uai 𪐵
79842 p,qxi 𪐶
79843 p,yxi 𪐷
79844 p,ibi 𪐸
79845 p,kbi 𪐸
79846 p,dgi 𪐹
79847 p,dli 𪐹
79848 p,lvi 𪐺
79849 p,khi 𪐻
79850 p,lsi 𪐼
79851 ddp,i 𪐽
79852 p,kri 𪐾
79853 p,.qi 𪐿
79854 p,z,i 𪑀
79855 p,kli 𪑁
79856 p,.hi 𪑂
79857 p,jfi 𪑃
79858 p,jai 𪑃
79859 p,oki 𪑄
79860 p,ixi 𪑅
79861 p,zxi 𪑆
79862 p,i;i 𪑇
79863 p,jsi 𪑈
79864 p,abi 𪑉
79865 p,cui 𪑊
79866 p,.hi 𪑋
79867 p,k;i 𪑌
79868 p,bsi 𪑍
79869 p,jai 𪑎
79870 p,ivi 𪑏
79871 blq,i 𪑐
79872 p,;gi 𪑑
79873 p,yfi 𪑒
79874 p,,,i 𪑓
79875 p,wci 𪑔
79876 p,tci 𪑔
79877 p,opi 𪑕
79878 p,zfi 𪑖
79879 p,ywi 𪑗
79880 p,zvi 𪑘
79881 p,yvi 𪑘
79882 p,ii 𪑙
79883 p,vki 𪑚
79884 dap.i 𪑛
79885 p,o;i 𪑜
79886 p,qxi 𪑝
79887 p,rvi 𪑞
79888 vje,i 𪑟
79889 p,tci 𪑠
79890 p,ini 𪑡
79891 p,kni 𪑡
79892 qdl,i 𪑢
79893 p,bsi 𪑣
79894 aav,i 𪑤
79895 p,zji 𪑥
79896 p,psi 𪑦
79897 p,rvi 𪑧
79898 p,vci 𪑨
79899 p,bki 𪑩
79900 jaa,i 𪑪
79901 p,i.i 𪑫
79902 p,ydi 𪑬
79903 p,zri 𪑭
79904 p,ffi 𪑮
79905 p,.fi 𪑯
79906 p,bfi 𪑰
79907 p,bri 𪑱
79908 p,jhi 𪑲
79909 p,emi 𪑳
79910 p,lmi 𪑴
79911 z;;,i 𪑵
79912 p,bvi 𪑶
79913 p,edi 𪑷
79914 p,ami 𪑸
79915 p,pei 𪑹
79916 p,ori 𪑺
79917 p,kzi 𪑻
79918 p,tbi 𪑼
79919 p,evi 𪑽
79920 p,zhi 𪑾
79921 p,fxi 𪑿
79922 p,ixi 𪑿
79923 lms,i 𪒀
79924 vkk,i 𪒁
79925 p,zji 𪒂
79926 p,qhi 𪒃
79927 p,q.i 𪒃
79928 p,jki 𪒄
79929 vkk,i 𪒅
79930 p,zvi 𪒆
79931 p,zai 𪒇
79932 p,zfi 𪒈
79933 p,o,i 𪒉
79934 p,kbi 𪒊
79935 p,lbi 𪒋
79936 p,yxi 𪒌
79937 jvv,i 𪒍
79938 p,/si 𪒎
79939 p,yqi 𪒏
79940 p,.si 𪒐
79941 p,rmi 𪒑
79942 p,nfi 𪒒
79943 p,yki 𪒓
79944 p,ymi 𪒔
79945 prk,i 𪒕
79946 p,zri 𪒖
79947 p,cvi 𪒗
79948 p,bii 𪒘
79949 p,pbi 𪒙
79950 lvk,i 𪒚
79951 p,t.i 𪒛
79952 p,zni 𪒜
79953 p,zxi 𪒝
79954 puz,i 𪒞
79955 p,kpi 𪒟
79956 p,q.i 𪒠
79957 p,t.i 𪒠
79958 p,tni 𪒡
79959 p,czi 𪒢
79960 p,jsi 𪒣
79961 p,afi 𪒤
79962 p,rxi 𪒥
79963 p,omi 𪒦
79964 p,j;i 𪒧
79965 zim,i 𪒨
79966 aik,i 𪒨
79967 p,exi 𪒩
79968 p,fmi 𪒪
79969 p,iki 𪒫
79970 p,pxi 𪒬
79971 p,kmi 𪒭
79972 p,imi 𪒭
79973 p,bbi 𪒮
79974 p,fxi 𪒯
79975 p,fmi 𪒰
79976 p,..i 𪒱
79977 p,cvi 𪒲
79978 p,cci 𪒳
79979 p,rri 𪒴
79980 ojq,i 𪒵
79981 p,chi 𪒶
79982 ofh,i 𪒷
79983 /,,bi 𪒸
79984 p,lxi 𪒹
79985 lvk,i 𪒺
79986 p,z,i 𪒻
79987 p,fci 𪒼
79988 p,ggi 𪒽
79989 p,pzi 𪒾
79990 p,i,i 𪒿
79991 p,k,i 𪒿
79992 p,zei 𪓀
79993 p,chi 𪓁
79994 p,pxi 𪓂
79995 p,yxi 𪓃
79996 p,jhi 𪓄
79997 p,fxi 𪓅
79998 p,jzi 𪓆
79999 p,fmi 𪓇
80000 p,qmi 𪓇
80001 p,ffi 𪓈
80002 p,vhi 𪓉
80003 p,v.i 𪓊
80004 ca,,i 𪓋
80005 ca,fi 𪓌
80006 tsa,i 𪓍
80007 ca,fi 𪓎
80008 tsa,i 𪓏
80009 ca,ai 𪓐
80010 ljati 𪓑
80011 ljaai 𪓑
80012 ljaqi 𪓑
80013 ljasi 𪓑
80014 lsjti 𪓒
80015 lsjai 𪓒
80016 lsjqi 𪓒
80017 lsjsi 𪓒
80018 sljti 𪓒
80019 sljai 𪓒
80020 sljqi 𪓒
80021 sljsi 𪓒
80022 sdjti 𪓓
80023 sdjai 𪓓
80024 sdjqi 𪓓
80025 sdjsi 𪓓
80026 fjati 𪓔
80027 fjaai 𪓔
80028 fjaqi 𪓔
80029 fjasi 𪓔
80030 ;bqsi 𪓕
80031 ;sbpi 𪓕
80032 ;bbsi 𪓕
80033 ykjti 𪓖
80034 ykjai 𪓖
80035 ykjqi 𪓖
80036 ykjsi 𪓖
80037 zjati 𪓗
80038 zjaai 𪓗
80039 zjaqi 𪓗
80040 zjasi 𪓗
80041 jaati 𪓘
80042 jaaai 𪓘
80043 jaaqi 𪓘
80044 jaasi 𪓘
80045 jkjti 𪓙
80046 jkjai 𪓙
80047 jkjqi 𪓙
80048 jkjsi 𪓙
80049 jrjti 𪓚
80050 jrjai 𪓚
80051 jrjqi 𪓚
80052 jrjsi 𪓚
80053 jzjti 𪓛
80054 jzjai 𪓛
80055 jzjqi 𪓛
80056 jzjsi 𪓛
80057 tbjti 𪓜
80058 tbjai 𪓜
80059 tbjqi 𪓜
80060 tbjsi 𪓜
80061 ljati 𪓝
80062 ljaai 𪓝
80063 ljaqi 𪓝
80064 jaa;i 𪓞
80065 l;jti 𪓟
80066 l;jai 𪓟
80067 l;jqi 𪓟
80068 l;jsi 𪓟
80069 ltsti 𪓠
80070 ltsai 𪓠
80071 ltsqi 𪓠
80072 ltssi 𪓠
80073 z;jti 𪓡
80074 z;jai 𪓡
80075 z;jqi 𪓡
80076 z;jsi 𪓡
80077 ojati 𪓢
80078 ojaai 𪓢
80079 ojaqi 𪓢
80080 ojasi 𪓢
80081 aasti 𪓣
80082 aasai 𪓣
80083 aasqi 𪓣
80084 aassi 𪓣
80085 rrjsi 𪓤
80086 rrjpi 𪓤
80087 ttjti 𪓥
80088 ttjai 𪓥
80089 ttjqi 𪓥
80090 ttjsi 𪓥
80091 bbjti 𪓦
80092 bbjai 𪓦
80093 bbjqi 𪓦
80094 bbjsi 𪓦
80095 zaati 𪓧
80096 zaaai 𪓧
80097 zaaqi 𪓧
80098 zaasi 𪓧
80099 lpqti 𪓨
80100 lpqai 𪓨
80101 lpqqi 𪓨
80102 lpqsi 𪓨
80103 bg;ti 𪓩
80104 bg;ai 𪓩
80105 bg;qi 𪓩
80106 bg;si 𪓩
80107 jaari 𪓪
80108 v.jti 𪓫
80109 v.jai 𪓫
80110 v.jqi 𪓫
80111 v.jsi 𪓫
80112 osjti 𪓬
80113 osjai 𪓬
80114 osjqi 𪓬
80115 osjsi 𪓬
80116 bbbti 𪓭
80117 bbbai 𪓭
80118 bbbqi 𪓭
80119 bbbsi 𪓭
80120 plkti 𪓮
80121 plkai 𪓮
80122 plkqi 𪓮
80123 plksi 𪓮
80124 tgati 𪓯
80125 tgaai 𪓯
80126 tgaqi 𪓯
80127 tgasi 𪓯
80128 ipjti 𪓰
80129 ipjai 𪓰
80130 ipjqi 𪓰
80131 ipjsi 𪓰
80132 alpti 𪓱
80133 alpai 𪓱
80134 alpqi 𪓱
80135 alpsi 𪓱
80136 pujti 𪓲
80137 pujai 𪓲
80138 pujqi 𪓲
80139 pujsi 𪓲
80140 /ujti 𪓲
80141 /ujai 𪓲
80142 /ujqi 𪓲
80143 /ujsi 𪓲
80144 ozati 𪓳
80145 ozaai 𪓳
80146 ozaqi 𪓳
80147 ozasi 𪓳
80148 rl.ti 𪓴
80149 rl.ai 𪓴
80150 rl.qi 𪓴
80151 rl.si 𪓴
80152 ipjti 𪓵
80153 ipjai 𪓵
80154 ipjqi 𪓵
80155 ipjsi 𪓵
80156 dd.ti 𪓶
80157 dd.ai 𪓶
80158 dd.qi 𪓶
80159 dd.si 𪓶
80160 .xzti 𪓷
80161 .xzai 𪓷
80162 .xzqi 𪓷
80163 .xzsi 𪓷
80164 ohjti 𪓸
80165 ohjai 𪓸
80166 ohjqi 𪓸
80167 ohjsi 𪓸
80168 nvvti 𪓹
80169 nvvai 𪓹
80170 nvvqi 𪓹
80171 nvvsi 𪓹
80172 uizti 𪓺
80173 ukzti 𪓺
80174 uizai 𪓺
80175 ukzai 𪓺
80176 uizqi 𪓺
80177 ukzqi 𪓺
80178 uizsi 𪓺
80179 ukzsi 𪓺
80180 j/pti 𪓻
80181 j/pai 𪓻
80182 j/pqi 𪓻
80183 j/psi 𪓻
80184 yp;ti 𪓼
80185 yp;ai 𪓼
80186 yp;qi 𪓼
80187 yp;si 𪓼
80188 ;;pti 𪓽
80189 ;;pai 𪓽
80190 ;;pqi 𪓽
80191 ;;psi 𪓽
80192 ddhti 𪓾
80193 ddhai 𪓾
80194 ddhqi 𪓾
80195 ddhsi 𪓾
80196 akjti 𪓿
80197 akjai 𪓿
80198 akjqi 𪓿
80199 akjsi 𪓿
80200 ,k.ti 𪔀
80201 ,k.ai 𪔀
80202 ,k.qi 𪔀
80203 ,k.si 𪔀
80204 kjcti 𪔀
80205 kjcai 𪔀
80206 kjcqi 𪔀
80207 kjcsi 𪔀
80208 lvtti 𪔁
80209 lvtai 𪔁
80210 lvtqi 𪔁
80211 lvtsi 𪔁
80212 jsdgi 𪔂
80213 jgzgi 𪔂
80214 jjgi 𪔃
80215 rjgi 𪔄
80216 ;jgi 𪔅
80217 jgafi 𪔆
80218 vjgi 𪔇
80219 ;jgwi 𪔈
80220 ykdgi 𪔉
80221 jgfni 𪔊
80222 r;iri 𪔋
80223 rr;bi 𪔌
80224 r;ifi 𪔍
80225 r;ixi 𪔎
80226 r;idi 𪔏
80227 r;i;i 𪔐
80228 r;igi 𪔑
80229 /r;bi 𪔒
80230 r;i;i 𪔓
80231 r;iqi 𪔔
80232 r;idi 𪔕
80233 r;i/i 𪔖
80234 r;izi 𪔗
80235 r;iqi 𪔘
80236 r;ifi 𪔙
80237 r;iqi 𪔚
80238 r;i,i 𪔛
80239 r;ifi 𪔜
80240 r;iji 𪔝
80241 r;ifi 𪔞
80242 r;i.i 𪔟
80243 arfbi 𪔠
80244 mr;bi 𪔡
80245 r;iri 𪔢
80246 r;iqi 𪔣
80247 r;iui 𪔤
80248 er;bi 𪔥
80249 r;iqi 𪔦
80250 r;ipi 𪔧
80251 r;ifi 𪔨
80252 r;ixi 𪔩
80253 r;iei 𪔪
80254 dddbi 𪔫
80255 r;ici 𪔬
80256 r;ivi 𪔬
80257 r;imi 𪔭
80258 r;iui 𪔮
80259 r;ixi 𪔯
80260 rbsbi 𪔰
80261 r;iei 𪔱
80262 r;ini 𪔲
80263 t.abi 𪔳
80264 r;iri 𪔴
80265 r;imi 𪔵
80266 r;iii 𪔶
80267 r;iqi 𪔷
80268 owgai 𪔸
80269 owji 𪔹
80270 owjhi 𪔺
80271 owjki 𪔺
80272 ow.i 𪔻
80273 owjki 𪔼
80274 owjsi 𪔽
80275 owafi 𪔾
80276 owebi 𪔿
80277 owasi 𪕀
80278 owjsi 𪕁
80279 owsbi 𪕂
80280 owhi 𪕃
80281 owlai 𪕄
80282 owasi 𪕅
80283 owjki 𪕆
80284 owysi 𪕇
80285 owpi 𪕈
80286 owlii 𪕉
80287 eqowi 𪕊
80288 owoji 𪕋
80289 owibi 𪕌
80290 owkbi 𪕌
80291 owj;i 𪕍
80292 ownsi 𪕎
80293 ownki 𪕏
80294 owe;i 𪕐
80295 oweqi 𪕑
80296 owifi 𪕒
80297 owlfi 𪕒
80298 owcsi 𪕓
80299 owaei 𪕔
80300 ow/i 𪕕
80301 owr;i 𪕖
80302 caswi 𪕗
80303 .;owi 𪕘
80304 owjqi 𪕙
80305 owati 𪕚
80306 owaki 𪕚
80307 owi;i 𪕛
80308 owk;i 𪕛
80309 ow;zi 𪕜
80310 ow;ci 𪕝
80311 owx.i 𪕞
80312 owkhi 𪕟
80313 owt,i 𪕠
80314 at;wi 𪕡
80315 aeqwi 𪕢
80316 owaqi 𪕣
80317 owpwi 𪕤
80318 owj;i 𪕥
80319 ow.hi 𪕦
80320 owkli 𪕧
80321 owosi 𪕨
80322 owp.i 𪕩
80323 kyowi 𪕪
80324 owp.i 𪕫
80325 owydi 𪕬
80326 owpsi 𪕭
80327 f;uwi 𪕮
80328 owami 𪕯
80329 owebi 𪕰
80330 owfui 𪕱
80331 owqpi 𪕲
80332 owpni 𪕳
80333 owxi 𪕴
80334 owphi 𪕵
80335 owiui 𪕶
80336 vaswi 𪕷
80337 vaobi 𪕸
80338 own;i 𪕹
80339 ow.hi 𪕺
80340 .eswi 𪕻
80341 itcwi 𪕼
80342 ow.bi 𪕽
80343 owldi 𪕾
80344 ljpsi 𪕿
80345 owcyi 𪖀
80346 ow.ci 𪖁
80347 owymi 𪖂
80348 owvbi 𪖃
80349 owr.i 𪖄
80350 owfmi 𪖅
80351 owbbi 𪖆
80352 owlpi 𪖇
80353 owczi 𪖈
80354 owroi 𪖉
80355 owcvi 𪖊
80356 owrxi 𪖋
80357 oweui 𪖌
80358 owzei 𪖍
80359 owkxi 𪖎
80360 owjyi 𪖏
80361 ljpsi 𪖐
80362 ljpsi 𪖑
80363 lslei 𪖒
80364 lslfi 𪖒
80365 sllei 𪖒
80366 sllfi 𪖒
80367 ljpki 𪖓
80368 ljphi 𪖔
80369 ljpki 𪖔
80370 qdlei 𪖕
80371 qdlfi 𪖕
80372 ljp.i 𪖖
80373 ljpki 𪖗
80374 ljpfi 𪖘
80375 ljpxi 𪖙
80376 ljp;i 𪖚
80377 ljpai 𪖛
80378 ljpri 𪖜
80379 ljp;i 𪖝
80380 ljpbi 𪖞
80381 ljpai 𪖟
80382 ljp;i 𪖠
80383 ljpsi 𪖡
80384 ljpri 𪖢
80385 ljpri 𪖣
80386 jzgei 𪖤
80387 jzgfi 𪖤
80388 ljpdi 𪖥
80389 ljpli 𪖦
80390 ljpbi 𪖧
80391 ljpki 𪖨
80392 ljpui 𪖩
80393 .zjei 𪖪
80394 .zjfi 𪖪
80395 ljpzi 𪖫
80396 oszei 𪖬
80397 oszfi 𪖬
80398 ljphi 𪖭
80399 ljpci 𪖮
80400 ljpfi 𪖯
80401 ljpdi 𪖰
80402 ljpsi 𪖱
80403 ljpbi 𪖲
80404 ljpci 𪖳
80405 ljp,i 𪖴
80406 w;tei 𪖵
80407 w;tfi 𪖵
80408 ljpfi 𪖶
80409 ljp.i 𪖷
80410 euaei 𪖸
80411 euafi 𪖸
80412 ljpwi 𪖹
80413 ljpsi 𪖺
80414 ljpqi 𪖻
80415 ljppi 𪖼
80416 ljppi 𪖽
80417 ljpxi 𪖾
80418 ljpyi 𪖿
80419 ljpki 𪗀
80420 ljpei 𪗁
80421 ljphi 𪗂
80422 ljphi 𪗃
80423 fmoei 𪗄
80424 ykdbi 𪗅
80425 nykei 𪗆
80426 ykdui 𪗇
80427 ykdmi 𪗈
80428 ykdvi 𪗉
80429 ddyei 𪗊
80430 ykdxi 𪗋
80431 ykdki 𪗌
80432 ykdwi 𪗍
80433 ykdmi 𪗎
80434 ykd,i 𪗏
80435 ykdpi 𪗐
80436 ykd.i 𪗑
80437 ykd.i 𪗒
80438 ykd.i 𪗓
80439 eiki 𪗔
80440 eifi 𪗕
80441 keii 𪗖
80442 eisi 𪗗
80443 eidi 𪗘
80444 eiafi 𪗙
80445 eiesi 𪗚
80446 eiafi 𪗛
80447 eiysi 𪗜
80448 eijki 𪗝
80449 eiaei 𪗞
80450 eioi 𪗟
80451 eiosi 𪗟
80452 eiaxi 𪗠
80453 eiebi 𪗡
80454 ei.ki 𪗢
80455 eikli 𪗣
80456 eijyi 𪗤
80457 eizxi 𪗥
80458 eie;i 𪗦
80459 ei;.i 𪗧
80460 eiddi 𪗨
80461 einqi 𪗩
80462 eigqi 𪗪
80463 eiozi 𪗫
80464 b;eii 𪗬
80465 wbeii 𪗭
80466 eilvi 𪗮
80467 eizsi 𪗯
80468 eiysi 𪗯
80469 eiyxi 𪗰
80470 e,dai 𪗱
80471 kpabi 𪗲
80472 eirai 𪗳
80473 einsi 𪗴
80474 eiwbi 𪗵
80475 eqeii 𪗶
80476 eiqpi 𪗷
80477 eim;i 𪗸
80478 eirri 𪗹
80479 eirhi 𪗺
80480 eiari 𪗻
80481 eijsi 𪗼
80482 eia;i 𪗽
80483 eil;i 𪗽
80484 eir;i 𪗾
80485 eiaei 𪗿
80486 eiifi 𪘀
80487 eilfi 𪘀
80488 eii;i 𪘁
80489 fjedi 𪘂
80490 rjedi 𪘂
80491 eizui 𪘃
80492 eipqi 𪘄
80493 /eii 𪘅
80494 eikvi 𪘆
80495 ei.qi 𪘇
80496 eis,i 𪘈
80497 eisvi 𪘉
80498 eilvi 𪘉
80499 eigvi 𪘉
80500 ei.;i 𪘊
80501 einxi 𪘋
80502 eiq.i 𪘌
80503 eijqi 𪘍
80504 eiyi 𪘎
80505 seii 𪘏
80506 eilxi 𪘐
80507 eix.i 𪘑
80508 eii;i 𪘒
80509 eik;i 𪘒
80510 kzqii 𪘓
80511 ooeii 𪘔
80512 knqii 𪘕
80513 eirbi 𪘖
80514 kogii 𪘗
80515 zkkii 𪘘
80516 yeii 𪘙
80517 e,d;i 𪘚
80518 eiasi 𪘛
80519 eiv;i 𪘜
80520 eizxi 𪘝
80521 eicui 𪘞
80522 eijqi 𪘟
80523 eikai 𪘠
80524 eikqi 𪘡
80525 eio;i 𪘢
80526 eibqi 𪘣
80527 ei.hi 𪘤
80528 oajii 𪘥
80529 ofjii 𪘥
80530 qdtii 𪘦
80531 eiyfi 𪘧
80532 eivki 𪘨
80533 eipvi 𪘩
80534 eiaxi 𪘪
80535 einai 𪘫
80536 eizri 𪘬
80537 eipvi 𪘭
80538 eikyi 𪘮
80539 qdlii 𪘯
80540 eiesi 𪘰
80541 ei.ui 𪘱
80542 einai 𪘲
80543 eibdi 𪘳
80544 eigri 𪘴
80545 eir.i 𪘵
80546 eiei 𪘶
80547 goeii 𪘷
80548 aebii 𪘸
80549 eipsi 𪘹
80550 ein;i 𪘺
80551 av.ii 𪘻
80552 v;eii 𪘼
80553 eieai 𪘽
80554 eieqi 𪘽
80555 eiaoi 𪘾
80556 eiloi 𪘾
80557 eievi 𪘿
80558 eigui 𪙀
80559 eivai 𪙁
80560 eiwei 𪙂
80561 eim;i 𪙃
80562 kszii 𪙄
80563 eikbi 𪙅
80564 eibui 𪙆
80565 bkuii 𪙇
80566 .txii 𪙈
80567 eiiqi 𪙉
80568 eiici 𪙊
80569 eilni 𪙋
80570 bcuii 𪙌
80571 eiqhi 𪙍
80572 eii;i 𪙎
80573 ein;i 𪙏
80574 frlii 𪙐
80575 eibui 𪙑
80576 eildi 𪙒
80577 rrzii 𪙓
80578 ykdii 𪙔
80579 eibxi 𪙕
80580 l,zii 𪙖
80581 ldlii 𪙗
80582 eiyei 𪙘
80583 eil,i 𪙙
80584 eig,i 𪙙
80585 eie;i 𪙚
80586 eiq;i 𪙛
80587 einri 𪙜
80588 eixhi 𪙝
80589 einri 𪙞
80590 eirri 𪙟
80591 rh.ii 𪙠
80592 rl.ii 𪙠
80593 eiqpi 𪙡
80594 eibxi 𪙢
80595 ei;fi 𪙣
80596 vkkii 𪙤
80597 eiemi 𪙥
80598 eipbi 𪙦
80599 eixxi 𪙧
80600 eiepi 𪙨
80601 eieui 𪙩
80602 zlvii 𪙪
80603 eieai 𪙫
80604 af;ii 𪙬
80605 lf;ii 𪙬
80606 eikpi 𪙭
80607 eikpi 𪙮
80608 yzdii 𪙯
80609 yzeii 𪙯
80610 eifsi 𪙰
80611 nlvii 𪙱
80612 a.tii 𪙲
80613 ei/ai 𪙳
80614 ei/si 𪙳
80615 eiixi 𪙴
80616 eiyai 𪙵
80617 pl.ii 𪙶
80618 eiwwi 𪙷
80619 eikqi 𪙸
80620 eieii 𪙹
80621 eizmi 𪙺
80622 eicxi 𪙻
80623 kkkii 𪙼
80624 eizei 𪙽
80625 eieui 𪙾
80626 eqjii 𪙿
80627 aexii 𪚀
80628 aexii 𪚁
80629 eifhi 𪚂
80630 eijhi 𪚃
80631 eiawi 𪚄
80632 ei.hi 𪚅
80633 eisii 𪚆
80634 eiomi 𪚇
80635 eilhi 𪚈
80636 eifmi 𪚉
80637 eiqmi 𪚉
80638 eqjii 𪚊
80639 eiehi 𪚋
80640 eib/i 𪚌
80641 eieqi 𪚍
80642 ykdii 𪚎
80643 eiifi 𪚏
80644 eilfi 𪚏
80645 qdlii 𪚐
80646 yuqdi 𪚑
80647 afyqi 𪚒
80648 .yuqi 𪚓
80649 yuqzi 𪚔
80650 igyqi 𪚕
80651 khgqi 𪚕
80652 dyuqi 𪚖
80653 amyqi 𪚗
80654 jyyqi 𪚘
80655 ibyqi 𪚙
80656 khbqi 𪚙
80657 yuqdi 𪚚
80658 yuqfi 𪚛
80659 yuqfi 𪚜
80660 rryqi 𪚝
80661 yuqui 𪚞
80662 afyfi 𪚟
80663 yuqki 𪚠
80664 kk;qi 𪚡
80665 yuqdi 𪚢
80666 yuqei 𪚢
80667 yuqki 𪚢
80668 rbsqi 𪚣
80669 yuqri 𪚤
80670 yuqqi 𪚥
80671 aeq.i 𪚦
80672 aeqsi 𪚦
80673 aeqti 𪚦
80674 j;sdi 𪚧
80675 nkati 𪚨
80676 nka.i 𪚨
80677 nkasi 𪚨
80678 ;jjai 𪚩
80679 ;jjti 𪚩
80680 ;jj.i 𪚩
80681 ;jjsi 𪚩
80682 ;lj.i 𪚩
80683 ;ljti 𪚩
80684 mjjai 𪚪
80685 mjjti 𪚪
80686 mjj.i 𪚪
80687 mjjsi 𪚪
80688 mlj.i 𪚪
80689 mljti 𪚪
80690 j;syi 𪚫
80691 jjagi 𪚬
80692 ljagi 𪚬
80693 jjaxi 𪚭
80694 ljaxi 𪚭
80695 jaaai 𪚮
80696 jaati 𪚮
80697 jaa.i 𪚮
80698 jaasi 𪚮
80699 ,jjai 𪚯
80700 ,jjti 𪚯
80701 ,jj.i 𪚯
80702 ,jjsi 𪚯
80703 ,lj.i 𪚯
80704 ,ljti 𪚯
80705 jja,i 𪚰
80706 lja,i 𪚰
80707 ,jjai 𪚱
80708 ,jjti 𪚱
80709 ,jj.i 𪚱
80710 ,jjsi 𪚱
80711 ,lj.i 𪚱
80712 ,ljti 𪚱
80713 uupsi 𪚲
80714 ujpsi 𪚲
80715 jjaai 𪚳
80716 ljaai 𪚳
80717 jaahi 𪚴
80718 jaati 𪚴
80719 lxjai 𪚵
80720 lxjti 𪚵
80721 lxj.i 𪚵
80722 lxjsi 𪚵
80723 lxl.i 𪚵
80724 lxlti 𪚵
80725 jja;i 𪚶
80726 lja;i 𪚶
80727 tbjai 𪚷
80728 tbjti 𪚷
80729 tbj.i 𪚷
80730 tbjsi 𪚷
80731 tbl.i 𪚷
80732 tblti 𪚷
80733 rxjai 𪚸
80734 rxjti 𪚸
80735 rxj.i 𪚸
80736 rxjsi 𪚸
80737 rxl.i 𪚸
80738 rxlti 𪚸
80739 yrjai 𪚹
80740 yrjti 𪚹
80741 yrj.i 𪚹
80742 yrjsi 𪚹
80743 yrl.i 𪚹
80744 yrlti 𪚹
80745 jjaai 𪚺
80746 jzjai 𪚻
80747 jzjti 𪚻
80748 jzj.i 𪚻
80749 jzjsi 𪚻
80750 jzl.i 𪚻
80751 jzlti 𪚻
80752 lvjai 𪚼
80753 lvjti 𪚼
80754 lvj.i 𪚼
80755 lvjsi 𪚼
80756 lvl.i 𪚼
80757 lvlti 𪚼
80758 jjahi 𪚽
80759 ljahi 𪚽
80760 j;smi 𪚾
80761 j;sqi 𪚿
80762 yk.pi 𪛀
80763 lv,ai 𪛁
80764 lv,ti 𪛁
80765 lv,.i 𪛁
80766 lv,si 𪛁
80767 dkyai 𪛂
80768 dkyti 𪛂
80769 dky.i 𪛂
80770 dkysi 𪛂
80771 j;s;i 𪛃
80772 ;;pti 𪛄
80773 s.;ai 𪛅
80774 s.;ti 𪛅
80775 s.;.i 𪛅
80776 s.;si 𪛅
80777 cj;ti 𪛆
80778 j;s;i 𪛇
80779 jja;i 𪛇
80780 lja;i 𪛇
80781 z;;ai 𪛈
80782 z;;ti 𪛈
80783 z;;.i 𪛈
80784 z;;si 𪛈
80785 j;;si 𪛉
80786 i;;oi 𪛊
80787 i;;pi 𪛋
80788 i;;si 𪛌
80789 i;;di 𪛍
80790 cljfi 𪛎
80791 i;;pi 𪛏
80792 ddjfi 𪛐
80793 ,.sfi 𪛑
80794 li;bi 𪛒
80795 i;;qi 𪛓
80796 li;si 𪛔
80797 i;;ai 𪛕
80798 i;;ti 𪛕
80799 i;;.i 𪛕
80800 i;;si 𪛕
80801 i;;,i 𪛖
80802 # End of CJK Unified Ideographs Extension B
80803 # Begin of CJK Unified Ideographs Extension C & D
80804 fgi 𪜀
80805 aji 𪜁
80806 alshi 𪜂
80807 aslhi 𪜂
80808 qtsi 𪜃
80809 zqdi 𪜄
80810 vhhdi 𪜅
80811 axxfi 𪜆
80812 axxzi 𪜆
80813 aliki 𪜇
80814 daqi 𪜈
80815 ;daii 𪜉
80816 hgi 𪜊
80817 yraxi 𪜋
80818 lgpi 𪜌
80819 glpi 𪜌
80820 lfs,i 𪜍
80821 lzesi 𪜎
80822 lzidi 𪜏
80823 skqi 𪜐
80824 vasi 𪜑
80825 sr;i 𪜒
80826 kofsi 𪜓
80827 lspfi 𪜔
80828 lspei 𪜔
80829 slpfi 𪜔
80830 slpei 𪜔
80831 rlpsi 𪜕
80832 sfpei 𪜖
80833 szpei 𪜖
80834 lsqxi 𪜗
80835 slqxi 𪜗
80836 sgtbi 𪜘
80837 gstbi 𪜘
80838 lsafi 𪜙
80839 slafi 𪜙
80840 scv.i 𪜚
80841 csv.i 𪜚
80842 cvs.i 𪜚
80843 .gfsi 𪜛
80844 .gfdi 𪜛
80845 eqgdi 𪜜
80846 bgdki 𪜝
80847 aaxvi 𪜞
80848 y;gxi 𪜟
80849 yshi 𪜠
80850 sdysi 𪜡
80851 ydpi 𪜢
80852 ykxxi 𪜣
80853 ykkyi 𪜤
80854 yp;di 𪜥
80855 y;jpi 𪜦
80856 k.i 𪜧
80857 kawi 𪜨
80858 klxi 𪜩
80859 klqi 𪜪
80860 kgri 𪜫
80861 ivi 𪜬
80862 kavi 𪜬
80863 kavi 𪜬
80864 kpti 𪜭
80865 kji 𪜮
80866 k;bi 𪜯
80867 klvi 𪜰
80868 klvi 𪜱
80869 kohi 𪜲
80870 ktssi 𪜳
80871 ktgxi 𪜴
80872 kqpi 𪜵
80873 kpzi 𪜶
80874 klgvi 𪜷
80875 kglvi 𪜷
80876 ksvi 𪜷
80877 kngfi 𪜸
80878 kbbi 𪜹
80879 kxfhi 𪜺
80880 krci 𪜻
80881 kqofi 𪜼
80882 kpri 𪜽
80883 kuabi 𪜾
80884 kpwi 𪜿
80885 kji 𪝀
80886 klgqi 𪝁
80887 kglqi 𪝁
80888 kypai 𪝂
80889 ivbhi 𪝃
80890 kzkgi 𪝄
80891 kv.i 𪝅
80892 kfhi 𪝆
80893 kdd.i 𪝇
80894 k.jbi 𪝈
80895 k.vi 𪝉
80896 knoai 𪝊
80897 knohi 𪝊
80898 kvji 𪝋
80899 krpi 𪝌
80900 kf;ui 𪝍
80901 kvibi 𪝎
80902 kvkbi 𪝎
80903 kqsdi 𪝏
80904 kzpfi 𪝐
80905 kpui 𪝑
80906 k/ui 𪝑
80907 kosbi 𪝒
80908 kkqui 𪝓
80909 kmgni 𪝔
80910 kkjui 𪝕
80911 kqmi 𪝖
80912 vkksi 𪝗
80913 kzuni 𪝘
80914 krxui 𪝙
80915 kpcsi 𪝚
80916 k.tbi 𪝛
80917 kledi 𪝜
80918 kuizi 𪝝
80919 kikui 𪝞
80920 ktgki 𪝟
80921 kqaxi 𪝠
80922 kfpzi 𪝡
80923 k/yxi 𪝢
80924 knzdi 𪝣
80925 knaki 𪝤
80926 kalei 𪝥
80927 kr;;i 𪝦
80928 kp,,i 𪝧
80929 kmq,i 𪝨
80930 kifdi 𪝩
80931 ketdi 𪝪
80932 kacbi 𪝫
80933 kgyfi 𪝬
80934 ke;zi 𪝭
80935 kyosi 𪝮
80936 kyphi 𪝯
80937 kar,i 𪝰
80938 kdkdi 𪝱
80939 lv,ri 𪝲
80940 kcrzi 𪝳
80941 ka/ni 𪝴
80942 kohei 𪝵
80943 ig,qi 𪝶
80944 khgqi 𪝶
80945 kzosi 𪝷
80946 kfz.i 𪝸
80947 kgjli 𪝹
80948 kzebi 𪝺
80949 kax/i 𪝻
80950 kmmwi 𪝼
80951 kemmi 𪝽
80952 kz.pi 𪝾
80953 pdsi 𪝿
80954 casdi 𪞀
80955 j;sxi 𪞁
80956 jpsxi 𪞁
80957 j;sfi 𪞂
80958 jpsfi 𪞂
80959 casri 𪞃
80960 os;zi 𪞄
80961 zsf;i 𪞅
80962 yxs;i 𪞅
80963 cas,i 𪞆
80964 irkji 𪞇
80965 ksfi 𪞈
80966 kpfi 𪞈
80967 kpdi 𪞈
80968 r;rki 𪞉
80969 kyk;i 𪞊
80970 b.rki 𪞋
80971 kpy;i 𪞌
80972 itc;i 𪞍
80973 jf;i 𪞎
80974 jmgsi 𪞏
80975 jkgfi 𪞐
80976 jk;di 𪞑
80977 jaafi 𪞒
80978 jitxi 𪞓
80979 jkabi 𪞔
80980 jalbi 𪞕
80981 kshi 𪞖
80982 kjki 𪞗
80983 kigi 𪞘
80984 kkhgi 𪞘
80985 ky.i 𪞙
80986 kbki 𪞚
80987 kpi 𪞛
80988 klpi 𪞜
80989 kbfi 𪞝
80990 kzgxi 𪞞
80991 f;khi 𪞟
80992 kibdi 𪞠
80993 kkhdi 𪞠
80994 kiaci 𪞡
80995 kzrri 𪞢
80996 kesi 𪞣
80997 kigni 𪞤
80998 kkhni 𪞤
80999 knaci 𪞥
81000 kpui 𪞦
81001 kibmi 𪞧
81002 kkhmi 𪞧
81003 ky;di 𪞨
81004 kqkyi 𪞩
81005 kk.ii 𪞪
81006 kk.ki 𪞪
81007 kkii 𪞪
81008 kv;.i 𪞫
81009 kypfi 𪞬
81010 krrsi 𪞭
81011 kzibi 𪞮
81012 kzkbi 𪞮
81013 ky;.i 𪞯
81014 keg,i 𪞰
81015 fjsi 𪞱
81016 se;i 𪞲
81017 lfesi 𪞳
81018 syfi 𪞴
81019 szti 𪞵
81020 kadi 𪞶
81021 ddfi 𪞷
81022 y.dfi 𪞸
81023 ddjni 𪞹
81024 dd.si 𪞺
81025 y.dzi 𪞻
81026 y.dki 𪞼
81027 y.dxi 𪞽
81028 zei 𪞾
81029 adsei 𪞿
81030 ldsei 𪞿
81031 jhi 𪟀
81032 z.hei 𪟁
81033 zbhei 𪟁
81034 zlhei 𪟁
81035 e;ji 𪟂
81036 zzei 𪟃
81037 idei 𪟄
81038 ktkei 𪟅
81039 zuei 𪟆
81040 yxuei 𪟆
81041 lpkei 𪟇
81042 rlpei 𪟈
81043 zkaei 𪟉
81044 aluji 𪟊
81045 rfei 𪟋
81046 r;iei 𪟌
81047 yuei 𪟍
81048 eohei 𪟎
81049 oeqei 𪟏
81050 kj.di 𪟐
81051 kjjdi 𪟐
81052 hl;ji 𪟑
81053 hooei 𪟒
81054 jgfqi 𪟓
81055 pkkei 𪟔
81056 lraei 𪟕
81057 tdaei 𪟖
81058 b;adi 𪟗
81059 oabi 𪟘
81060 bbi 𪟙
81061 m;bi 𪟚
81062 clsbi 𪟛
81063 cslbi 𪟛
81064 cclbi 𪟜
81065 rmbi 𪟝
81066 pbfli 𪟞
81067 usbi 𪟟
81068 ypbi 𪟠
81069 pbqdi 𪟡
81070 ikubi 𪟢
81071 ;;jbi 𪟣
81072 arfbi 𪟤
81073 fafbi 𪟥
81074 rffbi 𪟥
81075 pbkyi 𪟦
81076 pbpbi 𪟧
81077 qsi 𪟨
81078 qazi 𪟩
81079 eqzi 𪟪
81080 qqlri 𪟫
81081 qui 𪟬
81082 qqtdi 𪟭
81083 q.g.i 𪟮
81084 qpri 𪟯
81085 qk.;i 𪟰
81086 q,a/i 𪟱
81087 qypmi 𪟲
81088 ofodi 𪟳
81089 ofjdi 𪟳
81090 f;fsi 𪟴
81091 fpfhi 𪟵
81092 icj;i 𪟶
81093 epffi 𪟷
81094 iykhi 𪟸
81095 fjxbi 𪟹
81096 fpfei 𪟺
81097 kykfi 𪟻
81098 ykkki 𪟼
81099 egdi 𪟽
81100 avci 𪟾
81101 epfci 𪟿
81102 ejari 𪠀
81103 ejaqi 𪠀
81104 i;ji 𪠁
81105 bbji 𪠂
81106 blpji 𪠂
81107 zgai 𪠃
81108 zpsi 𪠄
81109 zr;i 𪠅
81110 zifi 𪠆
81111 zlafi 𪠆
81112 zrci 𪠇
81113 z;;si 𪠈
81114 zeodi 𪠉
81115 zejdi 𪠉
81116 zpzi 𪠊
81117 zfuai 𪠋
81118 zfjsi 𪠋
81119 zqami 𪠌
81120 zqxi 𪠍
81121 zkxni 𪠎
81122 zzhbi 𪠏
81123 zkrai 𪠐
81124 zqhhi 𪠑
81125 zuidi 𪠒
81126 zrpki 𪠓
81127 zrpki 𪠓
81128 zrpki 𪠓
81129 zrpki 𪠓
81130 zlpbi 𪠔
81131 znkyi 𪠕
81132 zcazi 𪠖
81133 zpg;i 𪠗
81134 zjjfi 𪠘
81135 zjjqi 𪠘
81136 zyuhi 𪠙
81137 zlvpi 𪠚
81138 z;;.i 𪠛
81139 zsadi 𪠜
81140 yxsdi 𪠜
81141 rxbqi 𪠝
81142 mmrxi 𪠞
81143 xz.si 𪠟
81144 xozki 𪠠
81145 xz.ki 𪠡
81146 rxnki 𪠢
81147 .bi 𪠣
81148 jbi 𪠤
81149 bui 𪠥
81150 zrbi 𪠦
81151 a/bi 𪠧
81152 obi 𪠨
81153 iacbi 𪠩
81154 ebbi 𪠪
81155 izzbi 𪠫
81156 iz.bi 𪠫
81157 tf;bi 𪠬
81158 zbtai 𪠭
81159 .btai 𪠭
81160 nkkbi 𪠮
81161 q;;bi 𪠯
81162 bbbei 𪠰
81163 aebki 𪠱
81164 aebhi 𪠱
81165 ;bi 𪠲
81166 ;qfi 𪠳
81167 ;l.i 𪠴
81168 ;llhi 𪠴
81169 ;kqi 𪠵
81170 ;kri 𪠶
81171 ;.;i 𪠷
81172 ;oci 𪠸
81173 yh;i 𪠹
81174 ;olhi 𪠺
81175 ;oshi 𪠺
81176 ;zoi 𪠻
81177 ;yxoi 𪠻
81178 ;jkki 𪠼
81179 ;cti 𪠽
81180 ;lmi 𪠾
81181 ;li 𪠿
81182 ;lzei 𪡀
81183 ;zsi 𪡁
81184 ;yxsi 𪡁
81185 ;xqi 𪡂
81186 ;ghzi 𪡃
81187 ;qpdi 𪡄
81188 q;ri 𪡅
81189 a;;ri 𪡅
81190 ;oigi 𪡆
81191 ;okgi 𪡆
81192 ;kjci 𪡇
81193 ;klpi 𪡈
81194 ;l;di 𪡉
81195 ;;odi 𪡉
81196 ;;jdi 𪡉
81197 ;.i 𪡊
81198 ;inai 𪡋
81199 cjk;i 𪡌
81200 y.;di 𪡍
81201 ;bibi 𪡎
81202 ;bkbi 𪡎
81203 ;qfni 𪡏
81204 z;p;i 𪡐
81205 qdcwi 𪡑
81206 ;rifi 𪡒
81207 ;pqqi 𪡓
81208 ;/fi 𪡔
81209 ;l..i 𪡕
81210 ;.pzi 𪡖
81211 ;ojki 𪡗
81212 ..;fi 𪡘
81213 ..;zi 𪡘
81214 ;hbji 𪡙
81215 ;hlji 𪡙
81216 ;nori 𪡚
81217 ;hjdi 𪡛
81218 f;ksi 𪡜
81219 ;rksi 𪡝
81220 ;;dmi 𪡞
81221 ;kx.i 𪡟
81222 ;lpci 𪡠
81223 ;lyi 𪡡
81224 o;edi 𪡢
81225 o;ddi 𪡢
81226 ;nafi 𪡣
81227 c.o;i 𪡤
81228 ;crki 𪡥
81229 ;hedi 𪡦
81230 ;ipi 𪡧
81231 ;b,i 𪡨
81232 ;dz,i 𪡩
81233 ;dz,i 𪡩
81234 zaa;i 𪡪
81235 ;r;xi 𪡫
81236 alp;i 𪡬
81237 ;apsi 𪡭
81238 ;mfhi 𪡮
81239 ;mhji 𪡯
81240 ;;bji 𪡰
81241 ;;lji 𪡰
81242 ;fkqi 𪡱
81243 o;azi 𪡲
81244 y;x;i 𪡳
81245 ;ytsi 𪡴
81246 ;c;ui 𪡵
81247 ;jjhi 𪡶
81248 ;tivi 𪡷
81249 ;oywi 𪡸
81250 rbs;i 𪡹
81251 ;vimi 𪡺
81252 ;a,mi 𪡺
81253 fdp;i 𪡻
81254 ;;jzi 𪡼
81255 ;effi 𪡽
81256 ;lori 𪡾
81257 ;uaqi 𪡿
81258 ;lp.i 𪢀
81259 ;yeqi 𪢁
81260 ;irji 𪢂
81261 ;izji 𪢂
81262 ;y..i 𪢃
81263 ;bbyi 𪢄
81264 ;obri 𪢅
81265 ;rlni 𪢆
81266 ;vvni 𪢇
81267 .q,wi 𪢈
81268 ;ljqi 𪢉
81269 ;/kki 𪢊
81270 ;ukki 𪢊
81271 ;/.i 𪢊
81272 ;lu.i 𪢊
81273 ;l/ki 𪢊
81274 ;l/.i 𪢊
81275 ;kami 𪢋
81276 ;hj/i 𪢌
81277 ;xr;i 𪢍
81278 ;aeri 𪢎
81279 zaasi 𪢏
81280 ;v;mi 𪢐
81281 ;li;i 𪢑
81282 ;lk;i 𪢑
81283 ;,w.i 𪢒
81284 hb;ki 𪢓
81285 ;ya,i 𪢔
81286 ;rhmi 𪢕
81287 ;rlmi 𪢕
81288 ;lvni 𪢖
81289 ;nn/i 𪢗
81290 ;yf;i 𪢘
81291 ;aedi 𪢙
81292 ;opbi 𪢚
81293 ;m.di 𪢛
81294 ;mjdi 𪢛
81295 ;iqhi 𪢜
81296 ;.fni 𪢝
81297 xae;i 𪢞
81298 sxa;i 𪢞
81299 ;y;fi 𪢟
81300 ;fh/i 𪢠
81301 o;l;i 𪢡
81302 r;iai 𪢢
81303 r;fai 𪢢
81304 r;iui 𪢣
81305 r;fui 𪢣
81306 ;oz;i 𪢤
81307 ;ljni 𪢥
81308 qdqqi 𪢦
81309 ;aeni 𪢧
81310 py.i 𪢨
81311 pzai 𪢩
81312 pifi 𪢪
81313 pqi 𪢫
81314 ppqqi 𪢬
81315 picai 𪢭
81316 pycvi 𪢮
81317 pfjsi 𪢯
81318 p;mhi 𪢰
81319 rci 𪢱
81320 rbi 𪢲
81321 rxgi 𪢳
81322 rri 𪢴
81323 rshi 𪢵
81324 .ri 𪢶
81325 rysi 𪢷
81326 razsi 𪢸
81327 rzji 𪢹
81328 rebi 𪢺
81329 rui 𪢻
81330 rkqi 𪢼
81331 rfi 𪢽
81332 ,ri 𪢾
81333 rci 𪢿
81334 rtdsi 𪣀
81335 rxsi 𪣁
81336 rgfsi 𪣂
81337 rajki 𪣃
81338 rzafi 𪣄
81339 rrsi 𪣅
81340 rqci 𪣆
81341 rlni 𪣇
81342 rk;i 𪣈
81343 rs;i 𪣈
81344 rhbi 𪣉
81345 rnli 𪣊
81346 rzdfi 𪣋
81347 raei 𪣌
81348 rplgi 𪣍
81349 rpgli 𪣍
81350 rovi 𪣎
81351 rhddi 𪣏
81352 raddi 𪣏
81353 rnri 𪣐
81354 rjlxi 𪣑
81355 rjqfi 𪣒
81356 rblqi 𪣓
81357 rat;i 𪣔
81358 rf;si 𪣕
81359 vlsri 𪣖
81360 vslri 𪣖
81361 zaari 𪣗
81362 r;gzi 𪣘
81363 r;azi 𪣘
81364 rpii 𪣙
81365 rpwi 𪣚
81366 rlvei 𪣛
81367 rlvgi 𪣜
81368 rlvli 𪣜
81369 rlpqi 𪣝
81370 rnkqi 𪣞
81371 rjkfi 𪣟
81372 ry.;i 𪣠
81373 clzri 𪣡
81374 rcy.i 𪣢
81375 rtl;i 𪣣
81376 rrpi 𪣤
81377 raaxi 𪣥
81378 rpui 𪣦
81379 rppi 𪣧
81380 rpafi 𪣨
81381 reui 𪣩
81382 ulfri 𪣪
81383 ryxei 𪣫
81384 rnei 𪣬
81385 ctbri 𪣭
81386 rcbqi 𪣮
81387 rnuai 𪣯
81388 r/fi 𪣰
81389 ryodi 𪣱
81390 ryjdi 𪣱
81391 rfpi 𪣲
81392 ralhi 𪣳
81393 rae.i 𪣴
81394 requi 𪣵
81395 ivbri 𪣶
81396 rjjzi 𪣷
81397 ivbri 𪣸
81398 ry;di 𪣹
81399 rni;i 𪣺
81400 r,wi 𪣻
81401 ryczi 𪣼
81402 brffi 𪣽
81403 bqffi 𪣽
81404 rxuqi 𪣾
81405 aelri 𪣿
81406 qdtri 𪤀
81407 rqihi 𪤁
81408 rjui 𪤂
81409 rpnwi 𪤃
81410 r/rxi 𪤄
81411 rcjsi 𪤅
81412 rgbbi 𪤆
81413 rib;i 𪤇
81414 rit;i 𪤇
81415 lmsri 𪤈
81416 rizci 𪤉
81417 rkzci 𪤉
81418 chtri 𪤊
81419 ry.mi 𪤋
81420 rbbvi 𪤌
81421 rbrxi 𪤍
81422 rqni 𪤎
81423 rrari 𪤏
81424 rafdi 𪤐
81425 rpqxi 𪤑
81426 ri;ui 𪤒
81427 ros.i 𪤓
81428 rgqhi 𪤔
81429 rnori 𪤕
81430 rxmhi 𪤖
81431 rx.hi 𪤖
81432 rbb.i 𪤗
81433 xrrvi 𪤘
81434 rz,i 𪤙
81435 raezi 𪤚
81436 rlqqi 𪤛
81437 yhrhi 𪤜
81438 tpari 𪤝
81439 rbrbi 𪤞
81440 fjiri 𪤟
81441 rzpi 𪤠
81442 rpfii 𪤡
81443 rpeii 𪤡
81444 rfdii 𪤡
81445 rdfii 𪤡
81446 rffii 𪤡
81447 r;;vi 𪤢
81448 riuni 𪤣
81449 ryhci 𪤤
81450 rypni 𪤥
81451 rqhci 𪤦
81452 rozki 𪤧
81453 rljei 𪤨
81454 rljfi 𪤨
81455 rjj.i 𪤩
81456 rykei 𪤪
81457 r,dbi 𪤫
81458 gggri 𪤬
81459 reii 𪤭
81460 rnzci 𪤮
81461 ryefi 𪤯
81462 rzvvi 𪤰
81463 rzrii 𪤱
81464 rbodi 𪤲
81465 rbjdi 𪤲
81466 rg;hi 𪤳
81467 vqiui 𪤴
81468 .;cdi 𪤵
81469 aer.i 𪤶
81470 mjdi 𪤷
81471 mcodi 𪤸
81472 mcjdi 𪤸
81473 m,i 𪤹
81474 mmagi 𪤺
81475 mmtbi 𪤻
81476 mhbti 𪤼
81477 rk.mi 𪤽
81478 mfpui 𪤾
81479 mmrri 𪤿
81480 nypmi 𪥀
81481 zgi 𪥁
81482 zji 𪥂
81483 zadi 𪥃
81484 vzi 𪥄
81485 zaxi 𪥅
81486 zkbi 𪥆
81487 ajkzi 𪥇
81488 zaii 𪥈
81489 aztsi 𪥉
81490 avzi 𪥊
81491 zavi 𪥋
81492 ljkzi 𪥌
81493 zapsi 𪥍
81494 qarzi 𪥎
81495 zhki 𪥏
81496 zajdi 𪥐
81497 zyjdi 𪥐
81498 zaagi 𪥑
81499 zaali 𪥑
81500 ;jkzi 𪥒
81501 zajri 𪥓
81502 nkqzi 𪥔
81503 zbddi 𪥕
81504 pqtzi 𪥖
81505 iuezi 𪥗
81506 y;dzi 𪥘
81507 ofqzi 𪥙
81508 zkasi 𪥚
81509 ypszi 𪥛
81510 z;;fi 𪥜
81511 opbzi 𪥝
81512 iruzi 𪥞
81513 ropzi 𪥟
81514 mmmzi 𪥠
81515 ti.zi 𪥡
81516 y,,zi 𪥢
81517 ,y,zi 𪥢
81518 .xzoi 𪥣
81519 eawi 𪥤
81520 wodi 𪥥
81521 wjdi 𪥥
81522 wawi 𪥦
81523 wei 𪥧
81524 wpi 𪥨
81525 webi 𪥩
81526 wssi 𪥪
81527 wbbi 𪥫
81528 wxsi 𪥬
81529 wdadi 𪥭
81530 wdpi 𪥮
81531 odwbi 𪥯
81532 jdwbi 𪥯
81533 wnadi 𪥰
81534 wvji 𪥱
81535 wlzhi 𪥲
81536 w;jdi 𪥳
81537 ljwi 𪥴
81538 wbbi 𪥵
81539 wfti 𪥶
81540 klpwi 𪥷
81541 l.wfi 𪥸
81542 wys.i 𪥹
81543 bqbwi 𪥺
81544 wafni 𪥻
81545 watwi 𪥼
81546 wqxi 𪥽
81547 wgodi 𪥾
81548 wgjdi 𪥾
81549 wfgzi 𪥿
81550 wfhi 𪦀
81551 wlpgi 𪦁
81552 wljzi 𪦂
81553 wne;i 𪦃
81554 wb/i 𪦄
81555 wwp.i 𪦅
81556 wgni 𪦆
81557 wrrhi 𪦇
81558 wqpwi 𪦈
81559 wcaki 𪦉
81560 w;;gi 𪦊
81561 wosbi 𪦋
81562 waawi 𪦌
81563 wkjwi 𪦌
81564 yswsi 𪦍
81565 wn.i 𪦎
81566 wxtsi 𪦏
81567 wj;.i 𪦐
81568 qdtwi 𪦑
81569 wey.i 𪦒
81570 wjtsi 𪦓
81571 wib;i 𪦔
81572 wit;i 𪦔
81573 wk.mi 𪦕
81574 wykvi 𪦖
81575 walwi 𪦗
81576 wrlvi 𪦘
81577 wflxi 𪦙
81578 wm.i 𪦚
81579 wnkzi 𪦛
81580 wcrpi 𪦜
81581 wcrhi 𪦜
81582 wy;hi 𪦝
81583 wbbpi 𪦞
81584 wgfhi 𪦟
81585 g,bwi 𪦠
81586 wvjji 𪦡
81587 w.ii 𪦢
81588 wklri 𪦣
81589 wxxi 𪦤
81590 xxwi 𪦥
81591 wzlhi 𪦦
81592 wzlki 𪦦
81593 waafi 𪦧
81594 wdjfi 𪦧
81595 w/l/i 𪦨
81596 wdx.i 𪦩
81597 wlpgi 𪦪
81598 we.;i 𪦫
81599 wqdmi 𪦬
81600 wf;,i 𪦭
81601 wpppi 𪦮
81602 w,,hi 𪦯
81603 wq;;i 𪦰
81604 wq;ai 𪦰
81605 wa;;i 𪦰
81606 wa;ai 𪦰
81607 w,,/i 𪦱
81608 wx;mi 𪦲
81609 wpa.i 𪦳
81610 wlepi 𪦴
81611 fuawi 𪦵
81612 fjswi 𪦵
81613 qjswi 𪦵
81614 gffbi 𪦶
81615 gfaxi 𪦷
81616 gfyki 𪦸
81617 gfy.i 𪦹
81618 gflpi 𪦺
81619 i;gfi 𪦻
81620 gfti 𪦼
81621 gflhi 𪦼
81622 gaxfi 𪦽
81623 gfwki 𪦾
81624 gfixi 𪦿
81625 gfmwi 𪧀
81626 gf/ai 𪧁
81627 gf/si 𪧁
81628 qdtfi 𪧂
81629 y;gpi 𪧃
81630 gf.xi 𪧄
81631 nadi 𪧅
81632 nbki 𪧆
81633 nxi 𪧇
81634 npi 𪧈
81635 nk.i 𪧉
81636 no;i 𪧊
81637 nmwi 𪧋
81638 nxvi 𪧌
81639 naaci 𪧍
81640 n;ci 𪧎
81641 np,i 𪧏
81642 nklpi 𪧐
81643 nrkhi 𪧑
81644 nk.;i 𪧒
81645 nclpi 𪧓
81646 nrkbi 𪧔
81647 nrodi 𪧕
81648 nlp,i 𪧖
81649 nkkpi 𪧗
81650 n,wi 𪧘
81651 nbbwi 𪧙
81652 ngfhi 𪧚
81653 nzpci 𪧛
81654 nrh.i 𪧜
81655 nrl.i 𪧜
81656 nax,i 𪧝
81657 n.ozi 𪧞
81658 nnlfi 𪧟
81659 nnlai 𪧠
81660 fuahi 𪧡
81661 fjshi 𪧡
81662 nrkhi 𪧢
81663 nf.ci 𪧣
81664 n..i 𪧤
81665 nyhdi 𪧥
81666 nrkci 𪧦
81667 naxri 𪧧
81668 npabi 𪧨
81669 nszwi 𪧩
81670 nszwi 𪧩
81671 ntl/i 𪧪
81672 nzg,i 𪧫
81673 napdi 𪧬
81674 nyvoi 𪧭
81675 nbgxi 𪧮
81676 nljfi 𪧯
81677 nqpui 𪧰
81678 nrk;i 𪧱
81679 nvvbi 𪧲
81680 nvkri 𪧳
81681 nbbki 𪧴
81682 nnrwi 𪧵
81683 nv/pi 𪧶
81684 mfhi 𪧷
81685 rfhri 𪧸
81686 ki;hi 𪧹
81687 pachi 𪧺
81688 .fhii 𪧻
81689 nkqhi 𪧼
81690 zr;hi 𪧽
81691 tfhyi 𪧾
81692 jkci 𪧿
81693 cddi 𪨀
81694 .gfci 𪨁
81695 ycaci 𪨂
81696 coyfi 𪨃
81697 clkmi 𪨄
81698 cozyi 𪨅
81699 cl,xi 𪨆
81700 as;mi 𪨇
81701 zsh/i 𪨈
81702 badi 𪨉
81703 bkki 𪨊
81704 bari 𪨋
81705 blri 𪨋
81706 biqi 𪨌
81707 bksbi 𪨍
81708 bkb;i 𪨎
81709 beci 𪨏
81710 bkhhi 𪨐
81711 bkqi 𪨑
81712 br;ri 𪨒
81713 bfqri 𪨒
81714 brri 𪨒
81715 by;;i 𪨓
81716 bgfsi 𪨔
81717 blqdi 𪨕
81718 blqdi 𪨖
81719 b.lei 𪨗
81720 bmq;i 𪨘
81721 blqri 𪨙
81722 bifri 𪨚
81723 blari 𪨚
81724 bifri 𪨛
81725 blari 𪨛
81726 bk.di 𪨜
81727 blqpi 𪨝
81728 b,wdi 𪨞
81729 blqpi 𪨟
81730 b,wii 𪨠
81731 brici 𪨡
81732 daci 𪨢
81733 dosi 𪨣
81734 cdi 𪨤
81735 dgdsi 𪨥
81736 doi 𪨦
81737 doasi 𪨦
81738 doi 𪨦
81739 dkqi 𪨧
81740 dyci 𪨨
81741 dqfsi 𪨩
81742 djjai 𪨪
81743 djfi 𪨪
81744 dodji 𪨫
81745 dolji 𪨫
81746 dyxi 𪨬
81747 dtgxi 𪨭
81748 dtgxi 𪨮
81749 zgxdi 𪨯
81750 dpfi 𪨰
81751 dpei 𪨰
81752 ds,i 𪨱
81753 dofdi 𪨲
81754 d.adi 𪨳
81755 dovi 𪨴
81756 ofbdi 𪨵
81757 dzqfi 𪨶
81758 daczi 𪨷
81759 d;jki 𪨸
81760 d;jki 𪨹
81761 dkibi 𪨺
81762 dkkbi 𪨺
81763 dzui 𪨻
81764 dzaci 𪨼
81765 deqri 𪨽
81766 d.jbi 𪨾
81767 dnpsi 𪨿
81768 dblii 𪩀
81769 dtuai 𪩁
81770 dfjfi 𪩂
81771 dpaci 𪩃
81772 dd.;i 𪩄
81773 dlpri 𪩅
81774 doaji 𪩆
81775 dofji 𪩆
81776 d,wi 𪩇
81777 dzlxi 𪩈
81778 dqhhi 𪩉
81779 dpzni 𪩊
81780 d,kji 𪩋
81781 dqami 𪩌
81782 dzfhi 𪩍
81783 dmmwi 𪩎
81784 dyqqi 𪩏
81785 dnkyi 𪩐
81786 djkyi 𪩐
81787 dnzsi 𪩑
81788 dbbyi 𪩒
81789 dfafi 𪩓
81790 drffi 𪩓
81791 dkpxi 𪩔
81792 dbtbi 𪩕
81793 dbgfi 𪩖
81794 drfoi 𪩗
81795 dfjhi 𪩘
81796 drrhi 𪩙
81797 di/pi 𪩚
81798 drjii 𪩛
81799 dfjii 𪩛
81800 d..xi 𪩜
81801 dirbi 𪩝
81802 diaxi 𪩞
81803 deisi 𪩟
81804 dajqi 𪩠
81805 wtdsi 𪩡
81806 oaedi 𪩢
81807 ofadi 𪩢
81808 zqi 𪩣
81809 qtaei 𪩤
81810 qty;i 𪩥
81811 qtvvi 𪩦
81812 y;jti 𪩧
81813 j/jti 𪩨
81814 qtini 𪩩
81815 qtiki 𪩪
81816 ztsi 𪩫
81817 tdsdi 𪩬
81818 tdski 𪩭
81819 tds.i 𪩮
81820 tsnri 𪩯
81821 pfqsi 𪩰
81822 peqsi 𪩰
81823 fdfsi 𪩰
81824 dffsi 𪩰
81825 ffdsi 𪩰
81826 tds/i 𪩱
81827 ajdli 𪩲
81828 jda;i 𪩳
81829 jdei 𪩴
81830 .aadi 𪩵
81831 nkzdi 𪩶
81832 jdkfi 𪩷
81833 jdfmi 𪩸
81834 jdofi 𪩹
81835 jdlfi 𪩹
81836 tjjki 𪩺
81837 jdnpi 𪩻
81838 jdh,i 𪩼
81839 jd.,i 𪩼
81840 jdezi 𪩽
81841 jdeki 𪩽
81842 cakhi 𪩾
81843 jdpxi 𪩿
81844 leavi 𪪀
81845 affdi 𪪁
81846 fpffi 𪪂
81847 ifaki 𪪃
81848 lafki 𪪃
81849 aijni 𪪄
81850 aizsi 𪪅
81851 aiini 𪪆
81852 aikni 𪪆
81853 aiyhi 𪪇
81854 eenqi 𪪈
81855 rif.i 𪪉
81856 xlhi 𪪊
81857 xxfli 𪪋
81858 najdi 𪪌
81859 nyjdi 𪪌
81860 ny.i 𪪍
81861 naei 𪪎
81862 nebi 𪪏
81863 nqy.i 𪪐
81864 nlzei 𪪑
81865 ntl;i 𪪒
81866 nz;i 𪪓
81867 nztsi 𪪔
81868 nrxki 𪪕
81869 n.fbi 𪪖
81870 nbji 𪪗
81871 nlpji 𪪗
81872 nqtsi 𪪘
81873 npazi 𪪙
81874 nae;i 𪪚
81875 neqai 𪪛
81876 neqi 𪪛
81877 nkj.i 𪪜
81878 nw;si 𪪝
81879 nfi;i 𪪞
81880 nrk;i 𪪞
81881 n;;ni 𪪟
81882 nkfxi 𪪠
81883 nzkmi 𪪡
81884 nepi 𪪢
81885 nna/i 𪪣
81886 nvvai 𪪤
81887 nizmi 𪪥
81888 nkzmi 𪪥
81889 nkd,i 𪪦
81890 nqoci 𪪧
81891 nyp,i 𪪨
81892 arf,i 𪪩
81893 nrbei 𪪪
81894 rznqi 𪪫
81895 afbi 𪪬
81896 aibi 𪪭
81897 pbi 𪪮
81898 awqbi 𪪯
81899 i/bi 𪪰
81900 lpabi 𪪱
81901 zarbi 𪪲
81902 kxfi 𪪳
81903 bffi 𪪴
81904 f,hfi 𪪵
81905 ykjfi 𪪶
81906 ,kjfi 𪪷
81907 ozafi 𪪸
81908 j./fi 𪪹
81909 tg;i 𪪺
81910 tgaki 𪪻
81911 tgqfi 𪪼
81912 tglui 𪪽
81913 tg;bi 𪪾
81914 tgabi 𪪿
81915 tgtqi 𪫀
81916 tg.ri 𪫁
81917 tgnki 𪫂
81918 ktgmi 𪫃
81919 tgkbi 𪫄
81920 tgu,i 𪫅
81921 cti 𪫆
81922 w,ami 𪫇
81923 qdk.i 𪫈
81924 n..i 𪫉
81925 af.fi 𪫊
81926 .y.i 𪫋
81927 .zqhi 𪫌
81928 .rni 𪫍
81929 .;.i 𪫎
81930 .;d.i 𪫏
81931 .j;hi 𪫐
81932 .jphi 𪫐
81933 .paxi 𪫑
81934 .enqi 𪫒
81935 .tfdi 𪫓
81936 .uzi 𪫔
81937 .x.i 𪫕
81938 .zfhi 𪫖
81939 .caei 𪫗
81940 .esi 𪫘
81941 ./rfi 𪫙
81942 crxfi 𪫚
81943 .vvxi 𪫛
81944 .dd.i 𪫜
81945 nagi 𪫝
81946 nri 𪫞
81947 nvi 𪫟
81948 qqni 𪫠
81949 nzbi 𪫡
81950 negdi 𪫢
81951 nei 𪫣
81952 nxsi 𪫤
81953 tgdni 𪫥
81954 nzqi 𪫦
81955 nqdi 𪫧
81956 nqjki 𪫨
81957 jni 𪫩
81958 nj;i 𪫪
81959 kjhni 𪫫
81960 nyri 𪫬
81961 nrlgi 𪫭
81962 nalpi 𪫮
81963 nq,i 𪫯
81964 ;;ni 𪫰
81965 kkjni 𪫱
81966 nnwi 𪫲
81967 ylxni 𪫳
81968 wtsni 𪫴
81969 arfni 𪫵
81970 igndi 𪫶
81971 khgdi 𪫶
81972 zfhni 𪫷
81973 nrxji 𪫸
81974 nkk;i 𪫹
81975 ninai 𪫺
81976 nnasi 𪫻
81977 y.fni 𪫼
81978 hbfni 𪫼
81979 tcni 𪫽
81980 woni 𪫾
81981 nfni 𪫿
81982 nlpgi 𪬀
81983 nlfqi 𪬁
81984 yhtni 𪬂
81985 nnuai 𪬃
81986 ixcni 𪬄
81987 ngni 𪬅
81988 h.ni 𪬆
81989 ffnli 𪬇
81990 v;bni 𪬈
81991 na/ri 𪬉
81992 jl.ni 𪬊
81993 m;ni 𪬋
81994 nebui 𪬌
81995 ne;ni 𪬍
81996 jtnsi 𪬎
81997 nlvpi 𪬏
81998 iljni 𪬐
81999 nbafi 𪬑
82000 nbafi 𪬑
82001 b.ni 𪬒
82002 vcani 𪬓
82003 namvi 𪬔
82004 naxpi 𪬕
82005 nacpi 𪬕
82006 neki 𪬖
82007 noeqi 𪬗
82008 nikui 𪬘
82009 nc;ui 𪬙
82010 nnoki 𪬚
82011 nkkni 𪬛
82012 nychi 𪬜
82013 nirni 𪬝
82014 nbbei 𪬞
82015 vv.ni 𪬟
82016 nf;;i 𪬠
82017 nebmi 𪬡
82018 npjbi 𪬢
82019 noy;i 𪬣
82020 ljnli 𪬤
82021 ykjni 𪬥
82022 nnaki 𪬦
82023 tsnci 𪬧
82024 npari 𪬨
82025 ;mbni 𪬩
82026 kdini 𪬪
82027 ypndi 𪬫
82028 cqhci 𪬬
82029 ntkdi 𪬭
82030 naeri 𪬮
82031 v;jni 𪬯
82032 neqji 𪬰
82033 np;mi 𪬱
82034 kjnxi 𪬲
82035 ysnmi 𪬳
82036 yvoni 𪬴
82037 tdeni 𪬵
82038 tedni 𪬵
82039 nxozi 𪬶
82040 nqori 𪬷
82041 napri 𪬷
82042 nnaci 𪬸
82043 nnici 𪬸
82044 nyp/i 𪬹
82045 nnlpi 𪬺
82046 nljxi 𪬻
82047 kjnmi 𪬼
82048 jtn;i 𪬽
82049 n,mti 𪬾
82050 rjdni 𪬿
82051 rurni 𪬿
82052 yfhni 𪭀
82053 vqini 𪭁
82054 ypfni 𪭂
82055 nagui 𪭃
82056 nabui 𪭃
82057 nn.mi 𪭄
82058 rfqni 𪭅
82059 nil.i 𪭆
82060 niryi 𪭇
82061 nmmyi 𪭈
82062 axai 𪭉
82063 abxi 𪭊
82064 rgfxi 𪭋
82065 axui 𪭌
82066 rkaxi 𪭍
82067 alpxi 𪭎
82068 zqwxi 𪭏
82069 a.gxi 𪭐
82070 ajdxi 𪭑
82071 r.gxi 𪭒
82072 juaxi 𪭓
82073 aluxi 𪭔
82074 crqxi 𪭕
82075 craxi 𪭕
82076 sfmxi 𪭖
82077 pfmxi 𪭖
82078 pdmxi 𪭖
82079 szmxi 𪭖
82080 yxxxi 𪭗
82081 xyxxi 𪭗
82082 gqti 𪭘
82083 gjk;i 𪭙
82084 geffi 𪭚
82085 gaxfi 𪭛
82086 omi 𪭜
82087 oaadi 𪭝
82088 ofgi 𪭝
82089 olxi 𪭞
82090 oofi 𪭟
82091 olki 𪭠
82092 okfi 𪭡
82093 okki 𪭢
82094 ogghi 𪭣
82095 oaei 𪭤
82096 ozqi 𪭥
82097 o;li 𪭦
82098 ojci 𪭧
82099 oozi 𪭨
82100 okaxi 𪭩
82101 ojjai 𪭪
82102 ojfi 𪭪
82103 oadhi 𪭫
82104 ozjdi 𪭬
82105 o.osi 𪭭
82106 okkki 𪭮
82107 oiaxi 𪭯
82108 oifi 𪭰
82109 oktki 𪭱
82110 obfi 𪭲
82111 otxi 𪭳
82112 orci 𪭴
82113 oajki 𪭵
82114 o;;di 𪭶
82115 o;vi 𪭷
82116 o;hfi 𪭸
82117 olssi 𪭹
82118 oslsi 𪭹
82119 omfhi 𪭺
82120 o.fhi 𪭺
82121 ooaei 𪭻
82122 olvei 𪭼
82123 onrhi 𪭽
82124 ohjui 𪭾
82125 oxri 𪭿
82126 otasi 𪮀
82127 ovjei 𪮁
82128 oaiti 𪮂
82129 qfooi 𪮃
82130 oetwi 𪮄
82131 o.vi 𪮅
82132 olpqi 𪮆
82133 olt;i 𪮇
82134 okq.i 𪮈
82135 oy.fi 𪮉
82136 oycfi 𪮊
82137 otcdi 𪮋
82138 otdki 𪮋
82139 ozuei 𪮌
82140 oyxei 𪮌
82141 oravi 𪮍
82142 ofyxi 𪮎
82143 opni 𪮏
82144 o;;;i 𪮐
82145 olzji 𪮑
82146 ooji 𪮑
82147 olzji 𪮒
82148 ooji 𪮒
82149 olzfi 𪮓
82150 oc.;i 𪮔
82151 oskdi 𪮕
82152 oskei 𪮕
82153 oskki 𪮕
82154 oxjsi 𪮖
82155 ozaxi 𪮗
82156 od.fi 𪮘
82157 ofrki 𪮙
82158 jidoi 𪮚
82159 oprhi 𪮛
82160 ooeqi 𪮜
82161 oo;ui 𪮝
82162 olvzi 𪮞
82163 ok.mi 𪮟
82164 oycni 𪮠
82165 ohbui 𪮡
82166 ozlci 𪮢
82167 ofboi 𪮣
82168 oduui 𪮤
82169 olm;i 𪮥
82170 o.phi 𪮦
82171 ontfi 𪮧
82172 ocjvi 𪮨
82173 o,uai 𪮩
82174 obzi 𪮪
82175 orp.i 𪮫
82176 or;;i 𪮬
82177 orcci 𪮭
82178 oepxi 𪮮
82179 o;adi 𪮯
82180 oeni 𪮰
82181 ojp.i 𪮱
82182 oj;.i 𪮱
82183 oirki 𪮲
82184 oyc/i 𪮳
82185 ob,wi 𪮴
82186 oaxki 𪮵
82187 ov;mi 𪮶
82188 oi;fi 𪮷
82189 oa/bi 𪮸
82190 olzfi 𪮹
82191 otdui 𪮺
82192 oqopi 𪮻
82193 oop,i 𪮼
82194 ooomi 𪮽
82195 oyqvi 𪮾
82196 oyg.i 𪮿
82197 ob;,i 𪯀
82198 obfmi 𪯁
82199 onkni 𪯂
82200 ofixi 𪯃
82201 of;bi 𪯄
82202 ,zfbi 𪯅
82203 fbfai 𪯆
82204 /axbi 𪯇
82205 z.i 𪯈
82206 orebi 𪯉
82207 sd.di 𪯊
82208 ziebi 𪯋
82209 aikbi 𪯋
82210 le.i 𪯌
82211 ap..i 𪯍
82212 rif.i 𪯎
82213 l.n.i 𪯏
82214 ykj.i 𪯐
82215 rx.i 𪯑
82216 y;j.i 𪯒
82217 qp.i 𪯓
82218 ykj.i 𪯔
82219 h.kei 𪯕
82220 bbk.i 𪯖
82221 ru.ji 𪯗
82222 qsq.i 𪯘
82223 ykj.i 𪯙
82224 blq.i 𪯚
82225 h.rxi 𪯛
82226 yp;.i 𪯜
82227 ru./i 𪯝
82228 h.gfi 𪯞
82229 ;;e.i 𪯟
82230 y.edi 𪯠
82231 y.ddi 𪯠
82232 ;dy.i 𪯡
82233 y.y.i 𪯢
82234 y./i 𪯣
82235 y.i;i 𪯤
82236 ara.i 𪯥
82237 y.jki 𪯦
82238 y.ii 𪯧
82239 y.zji 𪯨
82240 y.kbi 𪯩
82241 y.y;i 𪯪
82242 hfoai 𪯫
82243 .qhfi 𪯬
82244 qeefi 𪯭
82245 ;ypfi 𪯮
82246 ;fpfi 𪯮
82247 zeifi 𪯯
82248 ivhbi 𪯰
82249 o.i 𪯱
82250 hoi 𪯲
82251 hobi 𪯳
82252 he;i 𪯴
82253 qarhi 𪯵
82254 hoazi 𪯶
82255 hifi 𪯷
82256 holpi 𪯸
82257 hqxi 𪯹
82258 higni 𪯺
82259 hkhni 𪯺
82260 hnaci 𪯻
82261 hy.ei 𪯼
82262 hojbi 𪯽
82263 h;mi 𪯾
82264 hrjki 𪯿
82265 hoafi 𪰀
82266 hitfi 𪰁
82267 htgmi 𪰂
82268 horii 𪰃
82269 hopqi 𪰄
82270 hooei 𪰅
82271 pqi 𪰆
82272 podi 𪰇
82273 pjdi 𪰇
82274 paasi 𪰈
82275 pfdi 𪰉
82276 pei 𪰊
82277 p.i 𪰋
82278 plqi 𪰌
82279 phfi 𪰍
82280 y.pi 𪰎
82281 pqdi 𪰏
82282 pvai 𪰐
82283 parhi 𪰑
82284 pgi 𪰒
82285 paii 𪰓
82286 pjzi 𪰔
82287 pozi 𪰕
82288 pozi 𪰖
82289 pnli 𪰗
82290 pb;i 𪰘
82291 pr;i 𪰙
82292 prlqi 𪰚
82293 rfhpi 𪰛
82294 paqxi 𪰜
82295 pqdei 𪰝
82296 pffi 𪰞
82297 poqi 𪰟
82298 p.qi 𪰠
82299 piri 𪰡
82300 phddi 𪰢
82301 paddi 𪰢
82302 pbbi 𪰣
82303 pcwi 𪰤
82304 pqeai 𪰥
82305 pa;ai 𪰥
82306 pkkri 𪰦
82307 pnzxi 𪰧
82308 pngi 𪰨
82309 pqtgi 𪰩
82310 pvkki 𪰪
82311 pzffi 𪰫
82312 palei 𪰬
82313 p.tdi 𪰭
82314 pjtdi 𪰭
82315 poaei 𪰮
82316 pofei 𪰮
82317 pacbi 𪰯
82318 prfdi 𪰰
82319 pae.i 𪰱
82320 pzpfi 𪰲
82321 pfjzi 𪰳
82322 prjzi 𪰳
82323 posbi 𪰴
82324 pbjbi 𪰵
82325 pbpbi 𪰵
82326 ptgmi 𪰶
82327 ptfbi 𪰷
82328 prxi 𪰸
82329 prpri 𪰹
82330 ppk.i 𪰺
82331 pib;i 𪰻
82332 pit;i 𪰻
82333 pnt;i 𪰼
82334 pnqi 𪰽
82335 pacpi 𪰾
82336 pacfi 𪰿
82337 ppxi 𪱀
82338 pl.ri 𪱁
82339 p.rpi 𪱂
82340 p.rhi 𪱂
82341 pos.i 𪱃
82342 pnaki 𪱄
82343 pcrpi 𪱅
82344 pcrhi 𪱅
82345 pprxi 𪱆
82346 pzni 𪱇
82347 ppppi 𪱈
82348 pfvki 𪱉
82349 pordi 𪱊
82350 pir;i 𪱋
82351 pif;i 𪱋
82352 p,,bi 𪱌
82353 pypni 𪱍
82354 porei 𪱎
82355 pjj.i 𪱏
82356 ypcji 𪱐
82357 pzpri 𪱑
82358 py;xi 𪱒
82359 py,bi 𪱓
82360 p,ybi 𪱓
82361 pomsi 𪱔
82362 po.si 𪱔
82363 paedi 𪱕
82364 pkyki 𪱖
82365 k/pgi 𪱗
82366 pfuwi 𪱘
82367 peuwi 𪱘
82368 ubi 𪱙
82369 ueai 𪱚
82370 tlui 𪱛
82371 x;ui 𪱜
82372 gcui 𪱝
82373 aaaxi 𪱞
82374 arhui 𪱟
82375 ua,bi 𪱠
82376 uiaci 𪱡
82377 uoeei 𪱢
82378 ujisi 𪱣
82379 zulxi 𪱤
82380 uffmi 𪱥
82381 ulpri 𪱦
82382 uy;si 𪱧
82383 uypsi 𪱨
82384 uy.mi 𪱩
82385 uiz,i 𪱪
82386 ukz,i 𪱪
82387 j;qui 𪱫
82388 uc.ri 𪱬
82389 uy,xi 𪱭
82390 uvixi 𪱭
82391 ua,xi 𪱭
82392 ysmmi 𪱮
82393 ysumi 𪱮
82394 ysmsi 𪱯
82395 ysusi 𪱯
82396 zunri 𪱰
82397 vaci 𪱱
82398 veai 𪱲
82399 v;i 𪱳
82400 vwi 𪱴
82401 wvi 𪱵
82402 fdvi 𪱶
82403 vmi 𪱷
82404 vkhi 𪱸
82405 vci 𪱹
82406 vzqi 𪱺
82407 vvai 𪱻
82408 avigi 𪱼
82409 avkgi 𪱼
82410 vjfi 𪱽
82411 vjci 𪱾
82412 voci 𪱾
82413 vogfi 𪱿
82414 voai 𪲀
82415 kmvi 𪲁
82416 vspi 𪲂
82417 vaaxi 𪲃
82418 vz,i 𪲄
82419 avaii 𪲅
82420 vzshi 𪲆
82421 vzsai 𪲆
82422 vpfi 𪲇
82423 vpei 𪲇
82424 vdji 𪲈
82425 v.qi 𪲉
82426 vshhi 𪲊
82427 v.fi 𪲋
82428 vyjyi 𪲌
82429 vijdi 𪲍
82430 vy.ei 𪲎
82431 vx.i 𪲏
82432 vamti 𪲐
82433 artvi 𪲑
82434 vrci 𪲒
82435 vqii 𪲓
82436 vajhi 𪲔
82437 vjibi 𪲕
82438 vjkbi 𪲕
82439 v;vi 𪲖
82440 vp,i 𪲗
82441 vloxi 𪲘
82442 vlfri 𪲙
82443 vcui 𪲚
82444 v,si 𪲛
82445 kibvi 𪲜
82446 kkhvi 𪲜
82447 vnvi 𪲝
82448 virsi 𪲞
82449 vizsi 𪲞
82450 vrifi 𪲟
82451 arjvi 𪲠
82452 vvaxi 𪲡
82453 vyhsi 𪲢
82454 ravdi 𪲣
82455 vdmsi 𪲤
82456 v;ibi 𪲥
82457 v;kbi 𪲥
82458 vcloi 𪲦
82459 vkkci 𪲧
82460 vl.ni 𪲨
82461 vnpai 𪲩
82462 yp;vi 𪲪
82463 idevi 𪲫
82464 yjdii 𪲬
82465 yjd,i 𪲬
82466 ajdii 𪲬
82467 ajd,i 𪲬
82468 yjdii 𪲬
82469 yjd,i 𪲬
82470 vhtsi 𪲭
82471 vnxhi 𪲮
82472 vtjfi 𪲯
82473 vjjzi 𪲰
82474 vyczi 𪲱
82475 vz;si 𪲲
82476 vajvi 𪲳
82477 vz;vi 𪲴
82478 vvddi 𪲵
82479 vrl;i 𪲶
82480 v/vi 𪲷
82481 vjv;i 𪲸
82482 eohvi 𪲹
82483 vpoji 𪲺
82484 voafi 𪲻
82485 vlzfi 𪲻
82486 vkyi 𪲼
82487 .vooi 𪲽
82488 v.qdi 𪲾
82489 izv;i 𪲿
82490 vypi 𪳀
82491 vnrbi 𪳁
82492 vilji 𪳂
82493 vnwsi 𪳃
82494 vy;si 𪳄
82495 vc.;i 𪳅
82496 vbjbi 𪳆
82497 vbpbi 𪳆
82498 vb;ni 𪳇
82499 arqvi 𪳈
82500 va/ni 𪳉
82501 vzuvi 𪳊
82502 vagni 𪳋
82503 vrubi 𪳌
82504 vaebi 𪳍
82505 ae,vi 𪳎
82506 v;;hi 𪳏
82507 jjvi 𪳐
82508 vp,i 𪳑
82509 vps,i 𪳒
82510 ;a.vi 𪳓
82511 ovifi 𪳔
82512 vlvqi 𪳕
82513 v.qni 𪳖
82514 v.jbi 𪳗
82515 vja.i 𪳘
82516 kkyvi 𪳙
82517 vjvpi 𪳚
82518 vtrpi 𪳛
82519 vtfpi 𪳛
82520 vgc,i 𪳜
82521 vap,i 𪳝
82522 vrl.i 𪳞
82523 vvjsi 𪳟
82524 veqpi 𪳠
82525 vpfqi 𪳡
82526 vdaai 𪳢
82527 vem;i 𪳣
82528 vo;ni 𪳤
82529 vofni 𪳤
82530 vo;ni 𪳤
82531 vjpsi 𪳥
82532 lelvi 𪳦
82533 vsafi 𪳧
82534 jkavi 𪳨
82535 vy.si 𪳩
82536 vctwi 𪳪
82537 bbbfi 𪳫
82538 vbzi 𪳬
82539 zzvpi 𪳭
82540 vvqii 𪳮
82541 vvcri 𪳯
82542 vfpvi 𪳰
82543 v;ddi 𪳱
82544 vozpi 𪳲
82545 vljqi 𪳳
82546 vs/xi 𪳴
82547 v.l,i 𪳵
82548 vhl,i 𪳵
82549 vnrhi 𪳶
82550 cpavi 𪳷
82551 vi.ri 𪳸
82552 vti.i 𪳹
82553 vb;mi 𪳺
82554 vbgvi 𪳻
82555 crlvi 𪳼
82556 vvzqi 𪳽
82557 vrqxi 𪳾
82558 pvnbi 𪳿
82559 vpfii 𪴀
82560 vpeii 𪴀
82561 vfdii 𪴀
82562 vdfii 𪴀
82563 vffii 𪴀
82564 vss,i 𪴁
82565 vp/hi 𪴂
82566 vljzi 𪴃
82567 ovrti 𪴄
82568 vlafi 𪴅
82569 vixni 𪴆
82570 vya,i 𪴇
82571 vbgvi 𪴈
82572 vdx.i 𪴉
82573 vxd.i 𪴉
82574 vxx.i 𪴉
82575 vqqii 𪴊
82576 v;q;i 𪴋
82577 vlnei 𪴌
82578 ,y;vi 𪴍
82579 vnsmi 𪴎
82580 vnpmi 𪴎
82581 vnpmi 𪴎
82582 vgfbi 𪴏
82583 vztni 𪴐
82584 vzapi 𪴑
82585 v.xki 𪴒
82586 vl/yi 𪴓
82587 va/yi 𪴓
82588 vnzci 𪴔
82589 vbkpi 𪴕
82590 vzvvi 𪴖
82591 veqki 𪴗
82592 vpzxi 𪴘
82593 vosmi 𪴙
82594 vo/bi 𪴚
82595 vo/,i 𪴚
82596 vvaci 𪴛
82597 vzvji 𪴜
82598 vu,ei 𪴝
82599 lp,ui 𪴞
82600 lpkui 𪴞
82601 klpui 𪴞
82602 vzbbi 𪴟
82603 vzani 𪴠
82604 vopci 𪴡
82605 vzeci 𪴢
82606 vnkmi 𪴣
82607 vo.si 𪴤
82608 vnami 𪴥
82609 vy.hi 𪴦
82610 vle/i 𪴧
82611 caivi 𪴨
82612 hjki 𪴩
82613 zafki 𪴪
82614 baaki 𪴫
82615 qorki 𪴬
82616 lpbki 𪴭
82617 rpjki 𪴮
82618 pcaki 𪴯
82619 fz;ki 𪴰
82620 kxbki 𪴱
82621 bbaki 𪴲
82622 fkkki 𪴳
82623 ir,ki 𪴴
82624 l.ei 𪴵
82625 eapai 𪴶
82626 ebjfi 𪴷
82627 ernli 𪴸
82628 aecxi 𪴹
82629 vkkei 𪴺
82630 zae;i 𪴻
82631 ezqxi 𪴼
82632 zaeli 𪴽
82633 /yei 𪴾
82634 ozaei 𪴿
82635 amlsi 𪵀
82636 amdbi 𪵁
82637 amydi 𪵂
82638 amwmi 𪵃
82639 amjsi 𪵄
82640 amifi 𪵅
82641 amfki 𪵆
82642 amqki 𪵆
82643 amvmi 𪵇
82644 zaabi 𪵈
82645 ;rsbi 𪵉
82646 qoz.i 𪵊
82647 rlgbi 𪵋
82648 sbkmi 𪵌
82649 i;jbi 𪵍
82650 xaebi 𪵎
82651 n.sbi 𪵏
82652 qhhbi 𪵐
82653 rbsei 𪵑
82654 fpmbi 𪵒
82655 baxbi 𪵓
82656 oszci 𪵔
82657 qqldi 𪵕
82658 lqsi 𪵖
82659 lqui 𪵗
82660 lq,i 𪵘
82661 lql;i 𪵙
82662 lqyxi 𪵚
82663 lqfki 𪵛
82664 lqizi 𪵜
82665 vvlqi 𪵝
82666 lqtci 𪵞
82667 lqbji 𪵟
82668 lqxki 𪵠
82669 lqyqi 𪵡
82670 lqnmi 𪵢
82671 aaxoi 𪵣
82672 oqdi 𪵤
82673 ooszi 𪵥
82674 ypoi 𪵦
82675 orh.i 𪵧
82676 orl.i 𪵧
82677 oas.i 𪵧
82678 xci 𪵨
82679 caci 𪵩
82680 zci 𪵪
82681 caxi 𪵫
82682 clsi 𪵬
82683 czagi 𪵭
82684 coi 𪵮
82685 c.i 𪵯
82686 ctgdi 𪵰
82687 czali 𪵱
82688 cdai 𪵲
82689 cozi 𪵳
82690 cojdi 𪵴
82691 hbui 𪵵
82692 ctsbi 𪵶
82693 caaxi 𪵷
82694 crgsi 𪵸
82695 cqti 𪵹
82696 ce.i 𪵺
82697 clpki 𪵻
82698 cjtsi 𪵼
82699 cbbbi 𪵽
82700 cv;i 𪵾
82701 adlci 𪵿
82702 cpbi 𪶀
82703 cdari 𪶁
82704 cjsi 𪶂
82705 c;bei 𪶃
82706 c;lei 𪶃
82707 cpfhi 𪶄
82708 ciaci 𪶅
82709 c.,i 𪶆
82710 clzri 𪶇
82711 c,si 𪶈
82712 cnkbi 𪶉
82713 cy.hi 𪶊
82714 chbhi 𪶊
82715 cwcli 𪶋
82716 caxei 𪶌
82717 cazfi 𪶍
82718 coj;i 𪶎
82719 crxdi 𪶏
82720 cdzfi 𪶐
82721 cpnli 𪶑
82722 c/mi 𪶒
82723 cljzi 𪶓
82724 ckrri 𪶔
82725 c,di 𪶕
82726 cgfpi 𪶖
82727 cfffi 𪶗
82728 caeti 𪶘
82729 czrri 𪶙
82730 cavni 𪶚
82731 vjci 𪶛
82732 coifi 𪶜
82733 colfi 𪶜
82734 car;i 𪶝
82735 cjd;i 𪶞
82736 csbzi 𪶟
82737 ckx.i 𪶠
82738 cibbi 𪶡
82739 ckivi 𪶢
82740 clpfi 𪶣
82741 ckizi 𪶤
82742 cnaai 𪶥
82743 cnahi 𪶥
82744 cy;xi 𪶦
82745 cycfi 𪶧
82746 cwbni 𪶨
82747 cx;ni 𪶩
82748 capsi 𪶪
82749 czkyi 𪶫
82750 cqeei 𪶬
82751 cam,i 𪶭
82752 cacni 𪶮
82753 cvapi 𪶯
82754 z.ci 𪶰
82755 cdyfi 𪶱
82756 cfpzi 𪶲
82757 cj;hi 𪶳
82758 cjphi 𪶳
82759 c.kpi 𪶴
82760 clvzi 𪶵
82761 cnkri 𪶶
82762 cnkoi 𪶷
82763 cy.xi 𪶸
82764 cnlbi 𪶹
82765 cnabi 𪶹
82766 cyc.i 𪶺
82767 caaui 𪶻
82768 ckjui 𪶻
82769 ccl;i 𪶼
82770 cbbvi 𪶽
82771 ctasi 𪶾
82772 cqoki 𪶿
82773 cf,oi 𪷀
82774 cdl.i 𪷁
82775 cda.i 𪷁
82776 fpzci 𪷂
82777 cebsi 𪷃
82778 cuksi 𪷄
82779 cn,,i 𪷅
82780 cnpki 𪷆
82781 ciuji 𪷇
82782 csfmi 𪷈
82783 cpfmi 𪷈
82784 cpdmi 𪷈
82785 cszmi 𪷈
82786 cxpi 𪷉
82787 cbbyi 𪷊
82788 czofi 𪷋
82789 cal,i 𪷌
82790 crusi 𪷍
82791 cqmxi 𪷎
82792 czqhi 𪷏
82793 cnrhi 𪷏
82794 cqdyi 𪷐
82795 cpari 𪷑
82796 cfldi 𪷒
82797 cepbi 𪷓
82798 cepbi 𪷓
82799 csbmi 𪷔
82800 cee.i 𪷕
82801 cmz,i 𪷖
82802 culfi 𪷗
82803 coaoi 𪷘
82804 cofoi 𪷘
82805 cykii 𪷙
82806 cnkdi 𪷚
82807 cnqpi 𪷛
82808 cxxi 𪷜
82809 czyqi 𪷝
82810 cfeui 𪷞
82811 ccj.i 𪷟
82812 cf.bi 𪷠
82813 c/;.i 𪷡
82814 c;asi 𪷢
82815 leyci 𪷣
82816 cypci 𪷤
82817 cyr.i 𪷥
82818 cjqni 𪷦
82819 ctlfi 𪷧
82820 cqdni 𪷨
82821 calvi 𪷩
82822 caami 𪷪
82823 cqhci 𪷫
82824 cqdxi 𪷬
82825 cerri 𪷭
82826 cos;i 𪷮
82827 c,nci 𪷯
82828 cyp;i 𪷰
82829 cnrmi 𪷱
82830 cnrri 𪷲
82831 czcdi 𪷳
82832 crk,i 𪷴
82833 cftxi 𪷵
82834 c.xbi 𪷶
82835 cnzci 𪷷
82836 cyg.i 𪷸
82837 ypsdi 𪷹
82838 cfzni 𪷺
82839 ciaxi 𪷻
82840 cizdi 𪷼
82841 cosmi 𪷽
82842 cjjai 𪷾
82843 cjjti 𪷾
82844 cjj.i 𪷾
82845 cjjsi 𪷾
82846 clj.i 𪷾
82847 cljti 𪷾
82848 cqami 𪷿
82849 czebi 𪸀
82850 cnrbi 𪸁
82851 cy,bi 𪸂
82852 c,ybi 𪸂
82853 cru,i 𪸃
82854 cqddi 𪸄
82855 cmyxi 𪸅
82856 cin;i 𪸆
82857 cyqri 𪸇
82858 cprhi 𪸈
82859 cu,ci 𪸉
82860 c.tsi 𪸊
82861 cnr,i 𪸋
82862 cebfi 𪸌
82863 s,i 𪸍
82864 ,lsi 𪸎
82865 ,osi 𪸏
82866 ,jhi 𪸐
82867 ,jki 𪸐
82868 ,aasi 𪸑
82869 ,awi 𪸒
82870 azs,i 𪸓
82871 ,ei 𪸔
82872 ,oi 𪸕
82873 ,jki 𪸖
82874 ,xsi 𪸗
82875 ,rxi 𪸘
82876 ,avi 𪸙
82877 ,z;i 𪸚
82878 ,arhi 𪸛
82879 ,pki 𪸜
82880 ,;bi 𪸝
82881 ,jci 𪸞
82882 ,oci 𪸞
82883 ,mci 𪸟
82884 ,hbi 𪸠
82885 ,tgxi 𪸡
82886 ,gci 𪸢
82887 pf,i 𪸣
82888 ,zgxi 𪸤
82889 ,aei 𪸥
82890 rlq,i 𪸦
82891 ,;jdi 𪸧
82892 ,lgvi 𪸨
82893 ,glvi 𪸨
82894 ,svi 𪸨
82895 ,jqfi 𪸩
82896 ,bbi 𪸪
82897 ,ap.i 𪸫
82898 ,qxi 𪸬
82899 ,mi 𪸭
82900 ,pzi 𪸮
82901 ,.wi 𪸯
82902 ,lp;i 𪸰
82903 ,nrhi 𪸱
82904 ,bj;i 𪸲
82905 ,oj;i 𪸳
82906 ,zqdi 𪸴
82907 ,aaxi 𪸵
82908 ,axxi 𪸶
82909 ,rkri 𪸷
82910 ,jrki 𪸸
82911 ,j.i 𪸹
82912 ,poji 𪸺
82913 ,py.i 𪸻
82914 ,jr;i 𪸼
82915 ,kari 𪸽
82916 ,.tdi 𪸾
82917 ,jtdi 𪸾
82918 y;g,i 𪸿
82919 n,bfi 𪹀
82920 ,gfui 𪹁
82921 t,bri 𪹂
82922 t,bqi 𪹂
82923 j;t,i 𪹃
82924 ,ajni 𪹄
82925 ,alhi 𪹅
82926 ,zqui 𪹆
82927 ,dz,i 𪹇
82928 ,dz,i 𪹇
82929 ,paei 𪹈
82930 jts,i 𪹉
82931 ,iuei 𪹊
82932 ,l;mi 𪹋
82933 j/l,i 𪹌
82934 ,ktzi 𪹍
82935 ,ja.i 𪹎
82936 ,irzi 𪹏
82937 ,l;,i 𪹐
82938 j;,,i 𪹑
82939 ,zrpi 𪹒
82940 ,acpi 𪹓
82941 ,axpi 𪹓
82942 ,ar;i 𪹔
82943 plp,i 𪹕
82944 ,da.i 𪹖
82945 .o,i 𪹗
82946 ,.ivi 𪹘
82947 ,lmbi 𪹙
82948 ,ykhi 𪹚
82949 ,idui 𪹛
82950 ,nqi 𪹜
82951 ,,f,i 𪹝
82952 ,nyfi 𪹞
82953 ,wmi 𪹟
82954 ,bkyi 𪹠
82955 ,vv.i 𪹡
82956 ,;j.i 𪹢
82957 ,ecai 𪹣
82958 ,ewai 𪹣
82959 ,.vbi 𪹤
82960 ,maci 𪹥
82961 ,p,i 𪹦
82962 ,yk;i 𪹧
82963 ,ntfi 𪹨
82964 xpq,i 𪹩
82965 ,aeni 𪹪
82966 ,r;.i 𪹫
82967 ;;q,i 𪹬
82968 me;,i 𪹭
82969 lql,i 𪹮
82970 ,kyvi 𪹯
82971 ,y.yi 𪹰
82972 y;g,i 𪹱
82973 ,zu.i 𪹲
82974 ,yx.i 𪹲
82975 ,blmi 𪹳
82976 ,zqni 𪹴
82977 ,vvci 𪹵
82978 prl,i 𪹶
82979 ,prxi 𪹷
82980 iva,i 𪹸
82981 ,hjbi 𪹹
82982 ,,ami 𪹺
82983 ,tqvi 𪹻
82984 ,prci 𪹼
82985 ,,jdi 𪹽
82986 ,nmci 𪹾
82987 nac,i 𪹿
82988 ,bbfi 𪺀
82989 ,r/mi 𪺁
82990 vyv,i 𪺂
82991 ,ltri 𪺃
82992 ,./ji 𪺄
82993 ,nrni 𪺅
82994 ,nfni 𪺅
82995 ,./ti 𪺆
82996 ,y.yi 𪺇
82997 ,al.i 𪺈
82998 ,eqhi 𪺉
82999 ,p;ni 𪺊
83000 lvj,i 𪺋
83001 lvl,i 𪺋
83002 ,cjri 𪺌
83003 .ti 𪺍
83004 .dksi 𪺎
83005 .a.i 𪺏
83006 .dkbi 𪺐
83007 .dkxi 𪺑
83008 .j.i 𪺒
83009 .tddi 𪺓
83010 jtddi 𪺓
83011 .jji 𪺔
83012 .xxxi 𪺕
83013 .dkdi 𪺖
83014 .tdsi 𪺗
83015 jtdsi 𪺗
83016 jtdmi 𪺘
83017 .tdmi 𪺘
83018 .x.hi 𪺙
83019 .u,,i 𪺚
83020 k.odi 𪺛
83021 k.bji 𪺜
83022 k.lji 𪺜
83023 ..ofi 𪺝
83024 xyi 𪺞
83025 xwpi 𪺟
83026 xlpni 𪺠
83027 xkppi 𪺡
83028 dtxi 𪺢
83029 dzfhi 𪺣
83030 d;bei 𪺤
83031 d;lei 𪺤
83032 digni 𪺥
83033 dkhni 𪺥
83034 durpi 𪺦
83035 qdlki 𪺧
83036 qdlfi 𪺨
83037 oflqi 𪺩
83038 ofzhi 𪺪
83039 wlgfi 𪺫
83040 wglfi 𪺫
83041 oflpi 𪺬
83042 ofspi 𪺬
83043 oflei 𪺭
83044 zjofi 𪺮
83045 yxjfi 𪺮
83046 of,,i 𪺯
83047 ofzui 𪺰
83048 ofrri 𪺱
83049 ofrri 𪺲
83050 offri 𪺲
83051 lvlfi 𪺳
83052 offji 𪺴
83053 ofeni 𪺵
83054 flefi 𪺶
83055 .kgsi 𪺷
83056 .jti 𪺸
83057 .wbi 𪺹
83058 .pfli 𪺺
83059 .jlxi 𪺻
83060 .zaxi 𪺼
83061 vizhi 𪺽
83062 a,zhi 𪺽
83063 .zrri 𪺾
83064 .ei 𪺿
83065 .kkxi 𪻀
83066 .icai 𪻁
83067 ..fji 𪻂
83068 ..tfi 𪻃
83069 .irzi 𪻄
83070 .xmi 𪻅
83071 .oxi 𪻆
83072 .ozdi 𪻇
83073 .tg/i 𪻈
83074 .y.yi 𪻉
83075 .rlxi 𪻊
83076 .nrhi 𪻋
83077 .zqhi 𪻋
83078 .prci 𪻌
83079 arbi 𪻍
83080 arlai 𪻎
83081 arlki 𪻎
83082 arlbi 𪻏
83083 argki 𪻏
83084 arkki 𪻐
83085 arysi 𪻑
83086 arni 𪻒
83087 ar,i 𪻓
83088 arjsi 𪻔
83089 arf;i 𪻕
83090 arigi 𪻖
83091 arzri 𪻗
83092 araai 𪻘
83093 araxi 𪻙
83094 arf.i 𪻚
83095 arjqi 𪻛
83096 arkvi 𪻜
83097 arnfi 𪻝
83098 aryki 𪻞
83099 argdi 𪻟
83100 arafi 𪻠
83101 arqii 𪻡
83102 arooi 𪻢
83103 arj;i 𪻣
83104 aroki 𪻤
83105 arydi 𪻥
83106 arzci 𪻦
83107 arrri 𪻧
83108 arfzi 𪻨
83109 arvoi 𪻩
83110 arpui 𪻪
83111 arjsi 𪻫
83112 arodi 𪻬
83113 arjai 𪻭
83114 ar,ri 𪻮
83115 arh.i 𪻯
83116 arx.i 𪻰
83117 argdi 𪻱
83118 aradi 𪻱
83119 arsmi 𪻲
83120 arpmi 𪻲
83121 arpmi 𪻲
83122 arffi 𪻳
83123 ara.i 𪻴
83124 arzri 𪻵
83125 arzfi 𪻶
83126 arf;i 𪻷
83127 arfdi 𪻸
83128 porhi 𪻹
83129 ar;mi 𪻺
83130 arcji 𪻻
83131 arlvi 𪻼
83132 arn;i 𪻽
83133 arn.i 𪻾
83134 arnbi 𪻿
83135 arydi 𪼀
83136 aryzi 𪼁
83137 ary.i 𪼂
83138 arzci 𪼃
83139 arrxi 𪼄
83140 arabi 𪼅
83141 arzci 𪼆
83142 ardfi 𪼇
83143 irari 𪼈
83144 i;ari 𪼉
83145 ar.ci 𪼊
83146 arlqi 𪼋
83147 arkbi 𪼌
83148 arnai 𪼍
83149 arixi 𪼎
83150 arbvi 𪼏
83151 arz.i 𪼐
83152 arqri 𪼑
83153 arfsi 𪼒
83154 arpxi 𪼓
83155 ariui 𪼔
83156 arhzi 𪼕
83157 arnki 𪼖
83158 arz.i 𪼗
83159 arfai 𪼘
83160 areri 𪼙
83161 arpsi 𪼚
83162 arkvi 𪼛
83163 aribi 𪼜
83164 aryhi 𪼝
83165 aryxi 𪼞
83166 arbfi 𪼟
83167 arbbi 𪼠
83168 araai 𪼡
83169 ar/fi 𪼢
83170 arlzi 𪼣
83171 arjyi 𪼤
83172 arnci 𪼥
83173 aryni 𪼦
83174 arf;i 𪼧
83175 arnxi 𪼨
83176 arzpi 𪼩
83177 arlgi 𪼪
83178 ariti 𪼫
83179 arzvi 𪼬
83180 arnni 𪼭
83181 arnxi 𪼮
83182 arixi 𪼯
83183 arooi 𪼰
83184 arymi 𪼱
83185 arc,i 𪼲
83186 .xkzi 𪼳
83187 .xkki 𪼴
83188 .xkxi 𪼴
83189 .xkki 𪼴
83190 zktki 𪼵
83191 qhtsi 𪼶
83192 qhari 𪼷
83193 qh,i 𪼸
83194 qhvai 𪼹
83195 ;jfhi 𪼺
83196 qhuki 𪼻
83197 qhjki 𪼻
83198 qhiji 𪼼
83199 kkkhi 𪼽
83200 ldkhi 𪼽
83201 kk;hi 𪼾
83202 qhmwi 𪼿
83203 o;rai 𪽀
83204 orci 𪽁
83205 r.ori 𪽂
83206 rmori 𪽂
83207 orzfi 𪽃
83208 orc;i 𪽄
83209 noari 𪽅
83210 lsfi 𪽆
83211 plsi 𪽇
83212 psli 𪽇
83213 pg.i 𪽈
83214 pfaxi 𪽉
83215 paasi 𪽊
83216 .pi 𪽋
83217 py.i 𪽌
83218 pqdi 𪽍
83219 pqdi 𪽎
83220 pibi 𪽏
83221 pkhbi 𪽏
83222 lpkei 𪽐
83223 psofi 𪽑
83224 pzsi 𪽒
83225 pyxsi 𪽒
83226 pz;di 𪽓
83227 pjsi 𪽔
83228 ltsbi 𪽕
83229 gftpi 𪽖
83230 gztpi 𪽖
83231 bkadi 𪽗
83232 prkri 𪽘
83233 pzfi 𪽙
83234 kkaxi 𪽚
83235 brkpi 𪽛
83236 pesbi 𪽜
83237 /rxfi 𪽝
83238 ypspi 𪽞
83239 pu,i 𪽟
83240 lp,fi 𪽠
83241 klpfi 𪽠
83242 tdspi 𪽡
83243 pky,i 𪽢
83244 nyppi 𪽣
83245 pppai 𪽤
83246 pqqii 𪽥
83247 pirxi 𪽦
83248 lpqci 𪽧
83249 hami 𪽨
83250 hklgi 𪽩
83251 hkgli 𪽩
83252 hlqki 𪽪
83253 hlaxi 𪽪
83254 hqki 𪽪
83255 h.dki 𪽫
83256 havi 𪽬
83257 haaxi 𪽭
83258 hebi 𪽮
83259 htgei 𪽯
83260 h;ci 𪽰
83261 hnkbi 𪽱
83262 hajzi 𪽲
83263 ha/wi 𪽳
83264 hrsmi 𪽴
83265 hgfki 𪽵
83266 hqjdi 𪽶
83267 hzini 𪽷
83268 haini 𪽷
83269 hrcxi 𪽸
83270 htpmi 𪽹
83271 hee.i 𪽺
83272 lpvi 𪽻
83273 lpy.i 𪽼
83274 lpoai 𪽽
83275 lpmi 𪽾
83276 lpjsi 𪽿
83277 lpqxi 𪾀
83278 lpcxi 𪾁
83279 lpasi 𪾂
83280 lptqi 𪾃
83281 lp.bi 𪾄
83282 lpixi 𪾅
83283 tbodi 𪾆
83284 tbjdi 𪾆
83285 tb.i 𪾇
83286 tbawi 𪾈
83287 tbati 𪾉
83288 zshui 𪾊
83289 ebui 𪾋
83290 qdui 𪾌
83291 ;sui 𪾍
83292 mgfui 𪾎
83293 eptui 𪾏
83294 j;sui 𪾐
83295 jpsui 𪾐
83296 oltui 𪾑
83297 c.hui 𪾒
83298 rzgui 𪾓
83299 .alui 𪾔
83300 uizui 𪾕
83301 ukzui 𪾕
83302 ul,i 𪾖
83303 ibzui 𪾗
83304 ib.ui 𪾗
83305 iqqui 𪾘
83306 olpui 𪾙
83307 ,tjui 𪾚
83308 cbjui 𪾛
83309 /riui 𪾜
83310 lmu.i 𪾝
83311 tgbui 𪾞
83312 jagai 𪾟
83313 jlhi 𪾠
83314 jzshi 𪾡
83315 jjsi 𪾢
83316 jnai 𪾣
83317 jzxi 𪾤
83318 j;agi 𪾥
83319 jebi 𪾦
83320 jibi 𪾧
83321 jkhbi 𪾧
83322 j;agi 𪾨
83323 jnafi 𪾩
83324 jaaki 𪾪
83325 jkjki 𪾪
83326 juabi 𪾫
83327 jafsi 𪾬
83328 jlfsi 𪾬
83329 jvvi 𪾭
83330 j.ari 𪾮
83331 j.lri 𪾮
83332 jojki 𪾯
83333 jh.i 𪾰
83334 jclji 𪾱
83335 jypi 𪾲
83336 jt;qi 𪾳
83337 jb,i 𪾴
83338 jrxi 𪾵
83339 joeqi 𪾶
83340 jkygi 𪾷
83341 jkyli 𪾷
83342 jnoki 𪾸
83343 jrjdi 𪾹
83344 nnlji 𪾺
83345 ckyji 𪾻
83346 jvqii 𪾼
83347 jey.i 𪾽
83348 jli;i 𪾾
83349 jicpi 𪾿
83350 jnpmi 𪿀
83351 ypsji 𪿁
83352 olrji 𪿂
83353 oarji 𪿂
83354 lzjhi 𪿃
83355 ojthi 𪿃
83356 jlysi 𪿄
83357 jnk,i 𪿅
83358 bgdoi 𪿆
83359 bgdui 𪿇
83360 ozvi 𪿈
83361 ozcli 𪿉
83362 ozaai 𪿊
83363 ozrki 𪿋
83364 ozbvi 𪿌
83365 oz;ei 𪿍
83366 oz.hi 𪿎
83367 ozqfi 𪿏
83368 ozqei 𪿐
83369 gaasi 𪿑
83370 gegdi 𪿒
83371 gtgai 𪿓
83372 gqsi 𪿔
83373 gl;i 𪿕
83374 gyxi 𪿖
83375 gbqi 𪿗
83376 gx;i 𪿘
83377 gz,i 𪿙
83378 grfhi 𪿚
83379 g/i 𪿛
83380 gnksi 𪿜
83381 nakgi 𪿝
83382 gzfhi 𪿞
83383 gzaxi 𪿟
83384 g;ui 𪿠
83385 gjkfi 𪿡
83386 gyfi 𪿢
83387 ggfti 𪿣
83388 ggzti 𪿣
83389 gzlsi 𪿤
83390 gv.i 𪿥
83391 grlxi 𪿦
83392 glpci 𪿧
83393 geei 𪿨
83394 gbf;i 𪿩
83395 goafi 𪿪
83396 glzfi 𪿪
83397 gga.i 𪿫
83398 gzksi 𪿬
83399 gna.i 𪿭
83400 gnk;i 𪿮
83401 ga.ni 𪿯
83402 gkfki 𪿰
83403 gkqki 𪿰
83404 glmui 𪿱
83405 gnkdi 𪿲
83406 gnvvi 𪿳
83407 gnori 𪿴
83408 gzzfi 𪿵
83409 gfjxi 𪿶
83410 grjxi 𪿶
83411 gnbji 𪿷
83412 gggdi 𪿸
83413 gegmi 𪿹
83414 glyfi 𪿺
83415 gqdyi 𪿻
83416 gae.i 𪿼
83417 gaeki 𪿼
83418 govfi 𪿽
83419 gflpi 𪿾
83420 g.z.i 𪿿
83421 axaci 𫀀
83422 yhwi 𫀁
83423 fiaci 𫀂
83424 yhjki 𫀃
83425 zaaxi 𫀄
83426 yhe;i 𫀅
83427 yhlsi 𫀆
83428 yhfki 𫀇
83429 yhjqi 𫀈
83430 yhlui 𫀉
83431 yhyxi 𫀊
83432 yhzki 𫀋
83433 yhahi 𫀌
83434 yhpxi 𫀍
83435 yhphi 𫀍
83436 yhyi 𫀎
83437 yhnsi 𫀏
83438 yhaxi 𫀐
83439 yhefi 𫀑
83440 yhp.i 𫀒
83441 yh;si 𫀓
83442 yhovi 𫀔
83443 yhogi 𫀕
83444 yh.si 𫀖
83445 yhosi 𫀗
83446 yhtci 𫀘
83447 yhx.i 𫀙
83448 yhpui 𫀚
83449 yh/ui 𫀚
83450 yhgdi 𫀛
83451 yhadi 𫀛
83452 zlvci 𫀜
83453 ppfci 𫀝
83454 yhi;i 𫀞
83455 yhtvi 𫀟
83456 yhcdi 𫀠
83457 yhlbi 𫀡
83458 yhdxi 𫀢
83459 yhlki 𫀣
83460 yh;.i 𫀤
83461 y.dpi 𫀥
83462 lvhi 𫀦
83463 lvqi 𫀧
83464 lvjsi 𫀨
83465 lvofi 𫀩
83466 lvpi 𫀪
83467 ljlgi 𫀫
83468 lvjti 𫀬
83469 lvjqi 𫀭
83470 lvcti 𫀮
83471 lvlpi 𫀯
83472 lvspi 𫀯
83473 lvs,i 𫀰
83474 lv.qi 𫀱
83475 lvfsi 𫀲
83476 zojvi 𫀳
83477 lvpri 𫀴
83478 lvngi 𫀵
83479 lvnsi 𫀶
83480 lvjni 𫀷
83481 lvb;i 𫀸
83482 lvpui 𫀹
83483 lvlvi 𫀺
83484 lvnki 𫀻
83485 lvpni 𫀼
83486 lvpmi 𫀽
83487 lvlli 𫀾
83488 lvw.i 𫀿
83489 lvtbi 𫁀
83490 lv;pi 𫁁
83491 lv/xi 𫁂
83492 lv.ui 𫁃
83493 lvcui 𫁄
83494 emlxi 𫁅
83495 lvrui 𫁆
83496 lvl.i 𫁇
83497 lvyni 𫁈
83498 lv..i 𫁉
83499 nkhi 𫁊
83500 nkj;i 𫁋
83501 nkari 𫁌
83502 nkovi 𫁍
83503 nkqsi 𫁎
83504 nkkvi 𫁏
83505 nkwli 𫁐
83506 nk;ni 𫁑
83507 nkkyi 𫁒
83508 nkkei 𫁓
83509 nkqri 𫁔
83510 nkjbi 𫁕
83511 nkoxi 𫁖
83512 nkodi 𫁗
83513 nk;ti 𫁘
83514 nk;ai 𫁘
83515 nk;qi 𫁘
83516 nkjti 𫁘
83517 nkjai 𫁘
83518 nkjqi 𫁘
83519 nkjsi 𫁘
83520 nk.wi 𫁙
83521 nkjfi 𫁚
83522 nkqfi 𫁛
83523 nkzji 𫁜
83524 nkl;i 𫁝
83525 yodi 𫁞
83526 yjdi 𫁞
83527 yaabi 𫁟
83528 yjjai 𫁠
83529 yjfi 𫁠
83530 ylai 𫁡
83531 ynafi 𫁢
83532 yji 𫁣
83533 yjyi 𫁤
83534 yne;i 𫁥
83535 ybf;i 𫁦
83536 y.rhi 𫁧
83537 yt;qi 𫁨
83538 ypbbi 𫁩
83539 yyyi 𫁪
83540 yt.qi 𫁫
83541 yop.i 𫁬
83542 y,,bi 𫁭
83543 akjyi 𫁮
83544 ypfdi 𫁯
83545 lci 𫁰
83546 ljai 𫁱
83547 lazsi 𫁲
83548 laadi 𫁳
83549 lfgi 𫁳
83550 lkki 𫁴
83551 lhfi 𫁵
83552 lbki 𫁶
83553 lbbi 𫁷
83554 lzxi 𫁸
83555 lqjdi 𫁹
83556 lcai 𫁺
83557 lkgfi 𫁻
83558 ljdhi 𫁼
83559 lbkki 𫁽
83560 la.i 𫁾
83561 lqi 𫁿
83562 lfjfi 𫂀
83563 lpzi 𫂁
83564 loszi 𫂂
83565 lhj.i 𫂃
83566 lqsi 𫂄
83567 lotei 𫂅
83568 lpahi 𫂆
83569 lti 𫂇
83570 llphi 𫂇
83571 lnxhi 𫂈
83572 lnbbi 𫂈
83573 lbti 𫂉
83574 lvaei 𫂊
83575 lravi 𫂋
83576 lpkqi 𫂌
83577 l/lqi 𫂌
83578 l;pfi 𫂍
83579 llpzi 𫂎
83580 l,lhi 𫂏
83581 l,shi 𫂏
83582 lzci 𫂐
83583 lzksi 𫂑
83584 larvi 𫂒
83585 lrlpi 𫂓
83586 lpzxi 𫂔
83587 lky;i 𫂕
83588 l.jbi 𫂖
83589 l,ni 𫂗
83590 lvapi 𫂘
83591 lv;.i 𫂙
83592 lvozi 𫂚
83593 lp;ci 𫂛
83594 lejbi 𫂜
83595 ljjmi 𫂝
83596 lntci 𫂞
83597 lnvvi 𫂟
83598 lzni 𫂠
83599 lvjji 𫂡
83600 lzmi 𫂢
83601 lraui 𫂣
83602 ljp.i 𫂤
83603 lj;.i 𫂤
83604 la/mi 𫂥
83605 lyhci 𫂦
83606 lv;;i 𫂧
83607 lrfpi 𫂨
83608 lmaxi 𫂩
83609 llzti 𫂪
83610 ltihi 𫂫
83611 l.udi 𫂬
83612 luiyi 𫂭
83613 lukyi 𫂭
83614 lrasi 𫂮
83615 lyuhi 𫂯
83616 lyufi 𫂯
83617 lyuzi 𫂯
83618 lryxi 𫂰
83619 d,di 𫂱
83620 lg,i 𫂲
83621 gl,i 𫂲
83622 d,i 𫂳
83623 ,gdsi 𫂴
83624 ,pi 𫂵
83625 ,fi 𫂶
83626 ,hdfi 𫂷
83627 ,hlfi 𫂷
83628 ,.fi 𫂷
83629 ,qjdi 𫂸
83630 ,gi 𫂹
83631 ,pi 𫂺
83632 ,dpi 𫂻
83633 ,jci 𫂼
83634 ,oci 𫂼
83635 ,afxi 𫂽
83636 ,azxi 𫂽
83637 ,pzi 𫂾
83638 .v,i 𫂿
83639 ,nwi 𫃀
83640 ,f,hi 𫃁
83641 ,aebi 𫃂
83642 ,oati 𫃃
83643 ,kxni 𫃄
83644 ,yp;i 𫃅
83645 pac,i 𫃆
83646 ,;aei 𫃇
83647 ,odgi 𫃈
83648 a/,si 𫃉
83649 ,frqi 𫃊
83650 ,ifi 𫃋
83651 ,brxi 𫃌
83652 ,ntfi 𫃍
83653 ,nvvi 𫃎
83654 ,pyci 𫃏
83655 ,eni 𫃐
83656 ,,,bi 𫃑
83657 ,frki 𫃒
83658 ,frsi 𫃒
83659 ,m;ni 𫃓
83660 ,e;si 𫃔
83661 ,ixni 𫃕
83662 ,lbji 𫃖
83663 ,aa,i 𫃗
83664 ,fg,i 𫃗
83665 ,prii 𫃘
83666 b,byi 𫃙
83667 xci 𫃚
83668 dxsi 𫃛
83669 lxsi 𫃛
83670 xsi 𫃛
83671 x;i 𫃜
83672 xksi 𫃝
83673 x;di 𫃞
83674 xavi 𫃟
83675 xltsi 𫃠
83676 xyi 𫃡
83677 xkvi 𫃢
83678 xngfi 𫃣
83679 xcwi 𫃤
83680 x;ci 𫃥
83681 xuabi 𫃦
83682 xjpsi 𫃧
83683 xkpsi 𫃨
83684 xwgri 𫃩
83685 xfdhi 𫃪
83686 xzdhi 𫃪
83687 xgfi 𫃫
83688 xeabi 𫃬
83689 x.azi 𫃭
83690 x.yri 𫃮
83691 xtjfi 𫃯
83692 xxzai 𫃰
83693 xtaci 𫃱
83694 xtjdi 𫃲
83695 x/lhi 𫃳
83696 xjjzi 𫃴
83697 x,wi 𫃵
83698 xc.;i 𫃶
83699 xbji 𫃷
83700 xo.wi 𫃸
83701 xs,ni 𫃹
83702 xei 𫃺
83703 xnk;i 𫃻
83704 x,hfi 𫃼
83705 xzti 𫃽
83706 xfqhi 𫃾
83707 x.fhi 𫃿
83708 xnrfi 𫄀
83709 xfpui 𫄁
83710 xltfi 𫄂
83711 xy;.i 𫄃
83712 xb,wi 𫄄
83713 xzqxi 𫄅
83714 xzqni 𫄅
83715 xgyfi 𫄆
83716 xrqxi 𫄇
83717 xfc;i 𫄈
83718 xs.;i 𫄉
83719 xypci 𫄊
83720 xyrhi 𫄋
83721 xs.wi 𫄌
83722 xsa,i 𫄍
83723 xsl,i 𫄍
83724 xbpwi 𫄎
83725 xlzxi 𫄏
83726 xkjei 𫄐
83727 xibwi 𫄑
83728 xvv.i 𫄒
83729 xp,hi 𫄓
83730 xnici 𫄔
83731 xpexi 𫄕
83732 xzpui 𫄖
83733 xcj,i 𫄗
83734 xluci 𫄘
83735 xsi 𫄙
83736 xawi 𫄚
83737 xigi 𫄛
83738 xkhgi 𫄛
83739 xlqi 𫄜
83740 xtgdi 𫄝
83741 xzai 𫄞
83742 xogsi 𫄟
83743 xapai 𫄠
83744 xjqi 𫄡
83745 xkzhi 𫄢
83746 xjlxi 𫄣
83747 xzni 𫄤
83748 xajhi 𫄥
83749 xrxbi 𫄦
83750 xlebi 𫄧
83751 x.zdi 𫄨
83752 xoszi 𫄩
83753 xfixi 𫄪
83754 xrkxi 𫄪
83755 xgzhi 𫄫
83756 xrsvi 𫄬
83757 xop.i 𫄭
83758 xlgui 𫄮
83759 xglui 𫄮
83760 xg.ui 𫄮
83761 xpk.i 𫄯
83762 xykhi 𫄰
83763 xfi;i 𫄱
83764 xrk;i 𫄱
83765 xfpzi 𫄲
83766 x.eci 𫄳
83767 xyxfi 𫄴
83768 xr;.i 𫄵
83769 xtg/i 𫄶
83770 xypni 𫄷
83771 xo/,i 𫄸
83772 xdk;i 𫄹
83773 ofdri 𫄺
83774 ofdyi 𫄻
83775 ofdvi 𫄼
83776 tdadi 𫄽
83777 ofddi 𫄾
83778 fl;di 𫄿
83779 /aagi 𫅀
83780 /kqi 𫅁
83781 /gi 𫅂
83782 jkpfi 𫅃
83783 /s,i 𫅄
83784 /y.ei 𫅅
83785 j..wi 𫅆
83786 /ii 𫅇
83787 /tgki 𫅈
83788 /apsi 𫅉
83789 /;y;i 𫅊
83790 /;f;i 𫅊
83791 /i/pi 𫅋
83792 /rihi 𫅌
83793 /yuqi 𫅍
83794 ifdi 𫅎
83795 iraei 𫅏
83796 ifjzi 𫅐
83797 ifpai 𫅑
83798 iftsi 𫅒
83799 ififi 𫅓
83800 iftxi 𫅔
83801 ifzsi 𫅕
83802 irz;i 𫅖
83803 iffmi 𫅗
83804 irf;i 𫅘
83805 ifjei 𫅙
83806 irzti 𫅚
83807 ifdui 𫅛
83808 ibi;i 𫅜
83809 khb;i 𫅜
83810 irzai 𫅝
83811 htx;i 𫅞
83812 hbi;i 𫅞
83813 irzbi 𫅟
83814 irzvi 𫅠
83815 irl;i 𫅡
83816 izg;i 𫅡
83817 rbbi 𫅢
83818 aasbi 𫅣
83819 bbibi 𫅤
83820 bbkbi 𫅤
83821 dtsbi 𫅥
83822 idbbi 𫅦
83823 bbifi 𫅧
83824 bbqi 𫅨
83825 bba.i 𫅩
83826 bbeei 𫅪
83827 oafbi 𫅫
83828 lzabi 𫅫
83829 ypbbi 𫅬
83830 noabi 𫅭
83831 bbysi 𫅮
83832 bbvni 𫅯
83833 eenbi 𫅰
83834 ljibi 𫅱
83835 bblsi 𫅲
83836 rlqqi 𫅳
83837 rlqbi 𫅴
83838 rlq.i 𫅵
83839 rlqpi 𫅶
83840 rlqhi 𫅶
83841 fkvqi 𫅷
83842 ficqi 𫅷
83843 rlqci 𫅸
83844 fkpi 𫅹
83845 fkaei 𫅺
83846 fkpfi 𫅻
83847 fkpei 𫅻
83848 fkqni 𫅼
83849 fkzpi 𫅽
83850 fkopi 𫅾
83851 fktmi 𫅿
83852 aeji 𫆀
83853 aejki 𫆁
83854 aeiri 𫆂
83855 sd.ei 𫆃
83856 aezgi 𫆄
83857 ae;ri 𫆅
83858 aexzi 𫆆
83859 ae.vi 𫆇
83860 g.aei 𫆈
83861 lv,ei 𫆉
83862 aefki 𫆊
83863 aerki 𫆊
83864 aeqdi 𫆋
83865 aeiui 𫆌
83866 aehui 𫆍
83867 .ecei 𫆎
83868 cqfei 𫆏
83869 ae;fi 𫆐
83870 aeipi 𫆑
83871 aenni 𫆒
83872 aeqxi 𫆓
83873 qaafi 𫆔
83874 zaafi 𫆕
83875 urhi 𫆖
83876 uoji 𫆗
83877 ufhi 𫆘
83878 uyci 𫆘
83879 cjui 𫆙
83880 upfi 𫆚
83881 ukaxi 𫆛
83882 jkkqi 𫆜
83883 uhjli 𫆝
83884 uwqi 𫆞
83885 unjbi 𫆟
83886 ucjbi 𫆟
83887 uiei 𫆠
83888 zuodi 𫆡
83889 yxudi 𫆡
83890 zujdi 𫆡
83891 rk.ui 𫆢
83892 upf;i 𫆣
83893 uii 𫆤
83894 guysi 𫆥
83895 uclji 𫆦
83896 u.tfi 𫆧
83897 uiuei 𫆨
83898 u;;bi 𫆩
83899 upk.i 𫆪
83900 jkkbi 𫆫
83901 czaui 𫆬
83902 jkkni 𫆭
83903 ugfxi 𫆮
83904 ufkmi 𫆯
83905 uzkmi 𫆯
83906 uvkmi 𫆯
83907 ufk.i 𫆯
83908 uzk.i 𫆯
83909 uvk.i 𫆯
83910 uakmi 𫆯
83911 uak.i 𫆯
83912 rh.ki 𫆰
83913 rl.ki 𫆰
83914 uv.si 𫆱
83915 ufffi 𫆲
83916 up/bi 𫆳
83917 nnlui 𫆴
83918 uzni 𫆵
83919 epfui 𫆶
83920 uy.gi 𫆷
83921 jkkhi 𫆸
83922 ufzci 𫆹
83923 jkkdi 𫆺
83924 uqpsi 𫆻
83925 ufyhi 𫆼
83926 zuxqi 𫆽
83927 yxuqi 𫆽
83928 ufzyi 𫆾
83929 pu,ni 𫆿
83930 uzlei 𫇀
83931 uopmi 𫇁
83932 bax.i 𫇂
83933 baxmi 𫇂
83934 baxhi 𫇂
83935 baxdi 𫇂
83936 uajqi 𫇃
83937 zuqxi 𫇄
83938 yxuxi 𫇄
83939 qdt.i 𫇅
83940 qdtdi 𫇆
83941 qdtxi 𫇇
83942 qdtfi 𫇈
83943 qdtsi 𫇉
83944 ljnfi 𫇊
83945 ljlci 𫇋
83946 ljzsi 𫇌
83947 ljzpi 𫇍
83948 axr;i 𫇎
83949 axrki 𫇏
83950 axrai 𫇐
83951 axrvi 𫇑
83952 vkkoi 𫇒
83953 ovvpi 𫇓
83954 af;si 𫇔
83955 lf;si 𫇔
83956 if;ri 𫇕
83957 af;;i 𫇖
83958 lf;;i 𫇖
83959 af;ci 𫇗
83960 lf;ci 𫇗
83961 af;mi 𫇘
83962 lf;mi 𫇘
83963 if;ui 𫇙
83964 lmlfi 𫇚
83965 lmebi 𫇛
83966 lmf;i 𫇜
83967 lmebi 𫇝
83968 lmpbi 𫇞
83969 lmeni 𫇟
83970 lmrhi 𫇠
83971 lmf/i 𫇡
83972 lmixi 𫇢
83973 lmixi 𫇣
83974 rxusi 𫇤
83975 ici 𫇥
83976 fji 𫇦
83977 fkgi 𫇧
83978 fedi 𫇨
83979 fdddi 𫇨
83980 fati 𫇩
83981 fj.i 𫇪
83982 fk.i 𫇫
83983 fl.i 𫇬
83984 fhbhi 𫇭
83985 fhlhi 𫇭
83986 fqxi 𫇮
83987 f;agi 𫇯
83988 fdpi 𫇰
83989 fkgfi 𫇱
83990 fkri 𫇲
83991 fkeai 𫇳
83992 fjti 𫇴
83993 fwlgi 𫇵
83994 fwgli 𫇵
83995 fajri 𫇶
83996 frlgi 𫇷
83997 fli 𫇸
83998 fkqki 𫇹
83999 fnri 𫇺
84000 fcgsi 𫇻
84001 fcshi 𫇼
84002 fjlxi 𫇽
84003 fcri 𫇾
84004 fv;i 𫇿
84005 f;jki 𫈀
84006 fpfdi 𫈁
84007 fjlvi 𫈂
84008 f.ari 𫈃
84009 fkxki 𫈄
84010 fkk;i 𫈅
84011 fkb;i 𫈆
84012 flpqi 𫈇
84013 fkz;i 𫈈
84014 fhjpi 𫈉
84015 fchi 𫈊
84016 fnqqi 𫈋
84017 fnzi 𫈌
84018 fsdhi 𫈍
84019 fbqbi 𫈎
84020 fbjfi 𫈏
84021 frifi 𫈐
84022 far.i 𫈑
84023 frlxi 𫈒
84024 faaxi 𫈓
84025 fplai 𫈔
84026 fplki 𫈔
84027 f;csi 𫈕
84028 fl/i 𫈖
84029 flv;i 𫈗
84030 fkywi 𫈘
84031 f.ahi 𫈙
84032 fh.i 𫈚
84033 fnpfi 𫈛
84034 fcpfi 𫈜
84035 fnni 𫈝
84036 fcyxi 𫈞
84037 ftqci 𫈟
84038 fb;ri 𫈠
84039 fajni 𫈡
84040 fzpfi 𫈢
84041 fqgsi 𫈣
84042 fatci 𫈤
84043 fvqdi 𫈥
84044 fjkxi 𫈦
84045 fpmi 𫈧
84046 fpkei 𫈨
84047 fprji 𫈩
84048 fkqai 𫈪
84049 fozki 𫈫
84050 fjksi 𫈬
84051 fcifi 𫈭
84052 fy;xi 𫈮
84053 firhi 𫈯
84054 fizhi 𫈯
84055 fci;i 𫈰
84056 fn.i 𫈱
84057 fctri 𫈲
84058 fccci 𫈳
84059 fbafi 𫈴
84060 fbafi 𫈴
84061 fxjsi 𫈵
84062 fapxi 𫈶
84063 fapxi 𫈶
84064 fvjqi 𫈷
84065 fzksi 𫈸
84066 fzqi 𫈹
84067 fvyki 𫈺
84068 fzaki 𫈻
84069 f/zxi 𫈼
84070 fprci 𫈽
84071 fkeci 𫈾
84072 flebi 𫈿
84073 fo,i 𫉀
84074 f.jbi 𫉁
84075 fjpvi 𫉂
84076 fclei 𫉃
84077 fyrpi 𫉄
84078 fw;ni 𫉅
84079 fbbui 𫉆
84080 fxtsi 𫉇
84081 fv;oi 𫉈
84082 frpki 𫉉
84083 frpki 𫉉
84084 frpki 𫉉
84085 frpki 𫉉
84086 frkyi 𫉊
84087 farei 𫉋
84088 fzasi 𫉌
84089 ffkmi 𫉍
84090 fzkmi 𫉍
84091 fvkmi 𫉍
84092 ffk.i 𫉍
84093 fzk.i 𫉍
84094 fvk.i 𫉍
84095 fva;i 𫉎
84096 fa;xi 𫉏
84097 fqtxi 𫉏
84098 f/jhi 𫉐
84099 feafi 𫉑
84100 fcjdi 𫉒
84101 ijdpi 𫉓
84102 fktqi 𫉔
84103 fkv;i 𫉕
84104 fic;i 𫉕
84105 fuffi 𫉖
84106 fczi 𫉗
84107 fntfi 𫉘
84108 fcl,i 𫉙
84109 fygi 𫉚
84110 ftlwi 𫉛
84111 fsfmi 𫉜
84112 fpfmi 𫉜
84113 fpdmi 𫉜
84114 fszmi 𫉜
84115 farni 𫉝
84116 f;;fi 𫉞
84117 filai 𫉟
84118 filki 𫉟
84119 fizei 𫉠
84120 fkzei 𫉠
84121 fuyfi 𫉡
84122 flp;i 𫉢
84123 fcfui 𫉣
84124 ftp.i 𫉤
84125 frkbi 𫉥
84126 far.i 𫉦
84127 fpo,i 𫉧
84128 fpmbi 𫉨
84129 f;l,i 𫉩
84130 f.x.i 𫉪
84131 fizji 𫉫
84132 fkzji 𫉫
84133 f.kbi 𫉬
84134 fhvvi 𫉭
84135 fypki 𫉮
84136 fckbi 𫉯
84137 fcfdi 𫉰
84138 fcffi 𫉰
84139 f,hxi 𫉱
84140 fnrri 𫉲
84141 fx;si 𫉳
84142 fbg/i 𫉴
84143 frxxi 𫉵
84144 fqdui 𫉶
84145 friri 𫉷
84146 fqdki 𫉸
84147 fa/fi 𫉹
84148 fqdxi 𫉺
84149 fpvei 𫉻
84150 f/zdi 𫉼
84151 fleni 𫉽
84152 fnyti 𫉾
84153 fypci 𫉿
84154 fnmai 𫊀
84155 fcbzi 𫊁
84156 fyyi 𫊂
84157 fxj;i 𫊃
84158 fxwpi 𫊄
84159 fpmki 𫊅
84160 fozbi 𫊆
84161 ffk;i 𫊇
84162 fmafi 𫊈
84163 fmazi 𫊈
84164 fceei 𫊉
84165 f,fui 𫊊
84166 fckvi 𫊋
84167 fap,i 𫊌
84168 rpa,i 𫊌
84169 frsgi 𫊍
84170 fleri 𫊎
84171 f./fi 𫊏
84172 ff;si 𫊐
84173 fglpi 𫊑
84174 fu,ri 𫊒
84175 fcq,i 𫊓
84176 frl,i 𫊔
84177 ffkxi 𫊕
84178 flaxi 𫊕
84179 fqdui 𫊗
84180 fpfdi 𫊘
84181 fizhi 𫊙
84182 flp;i 𫊚
84183 fkl;i 𫊚
84184 fsiti 𫊛
84185 fppai 𫊜
84186 e;i 𫊝
84187 eti 𫊞
84188 elri 𫊟
84189 eari 𫊟
84190 esfi 𫊠
84191 elji 𫊡
84192 ey.ei 𫊢
84193 eu,i 𫊣
84194 /qi 𫊤
84195 /ri 𫊥
84196 /kdi 𫊦
84197 /qji 𫊧
84198 /oi 𫊨
84199 /lbi 𫊩
84200 /gki 𫊩
84201 /lqki 𫊪
84202 /laxi 𫊪
84203 /qki 𫊪
84204 bk/i 𫊫
84205 /jzi 𫊬
84206 jz/i 𫊭
84207 /ebi 𫊮
84208 /lii 𫊯
84209 /mci 𫊰
84210 jc/i 𫊱
84211 xz/i 𫊲
84212 /q.i 𫊳
84213 /olqi 𫊴
84214 /rfhi 𫊵
84215 /casi 𫊶
84216 /.vi 𫊷
84217 /lzei 𫊸
84218 /iaxi 𫊹
84219 /xi 𫊺
84220 /tfhi 𫊻
84221 bb/i 𫊼
84222 /;lei 𫊽
84223 /;bei 𫊽
84224 /.i 𫊾
84225 /kxfi 𫊿
84226 /nvi 𫋀
84227 /yfi 𫋁
84228 /atwi 𫋂
84229 /zi 𫋃
84230 /oati 𫋄
84231 /oni 𫋅
84232 /ii 𫋆
84233 /lvi 𫋇
84234 /ghi 𫋈
84235 yxk/i 𫋉
84236 qj;/i 𫋊
84237 /zui 𫋋
84238 /kami 𫋌
84239 /n.;i 𫋍
84240 /ilji 𫋎
84241 /za;i 𫋏
84242 /qmi 𫋐
84243 /arri 𫋑
84244 zb//i 𫋒
84245 /fi;i 𫋓
84246 /yxfi 𫋔
84247 /na.i 𫋕
84248 /qpei 𫋖
84249 /ckyi 𫋗
84250 /xpi 𫋘
84251 /tg/i 𫋙
84252 /r;hi 𫋚
84253 /frui 𫋛
84254 /./hi 𫋜
84255 /kyvi 𫋝
84256 /i;bi 𫋞
84257 /qdui 𫋟
84258 /pfii 𫋠
84259 /peii 𫋠
84260 /fdii 𫋠
84261 /dfii 𫋠
84262 /ffii 𫋠
84263 yag/i 𫋡
84264 /bini 𫋢
84265 /ra/i 𫋣
84266 /rghi 𫋤
84267 /,,ui 𫋥
84268 /rcbi 𫋦
84269 /nrki 𫋧
84270 /nrki 𫋧
84271 /yv/i 𫋨
84272 /js,i 𫋩
84273 luqqi 𫋪
84274 zlui 𫋫
84275 luyfi 𫋬
84276 .jzdi 𫋭
84277 .r;di 𫋮
84278 .lpdi 𫋯
84279 .ozdi 𫋰
84280 .mmdi 𫋱
84281 ykq.i 𫋲
84282 ykhi 𫋳
84283 ykyxi 𫋴
84284 ykpdi 𫋵
84285 ykjdi 𫋶
84286 ykbfi 𫋷
84287 ykzui 𫋸
84288 ykasi 𫋹
84289 yks,i 𫋺
84290 ykixi 𫋻
84291 ykxi 𫋼
84292 ykji 𫋽
84293 ykzgi 𫋾
84294 ykv.i 𫋿
84295 ykrmi 𫌀
84296 ykfai 𫌁
84297 ykfsi 𫌁
84298 yklwi 𫌂
84299 yklci 𫌃
84300 ykxai 𫌄
84301 ykp.i 𫌅
84302 ykobi 𫌆
84303 ykabi 𫌇
84304 ykldi 𫌈
84305 yki,i 𫌉
84306 ykrri 𫌊
84307 ykeii 𫌋
84308 ykdci 𫌌
84309 lvaxi 𫌍
84310 uk;xi 𫌎
84311 xmfxi 𫌏
84312 x.fxi 𫌏
84313 ykrxi 𫌐
84314 ykipi 𫌑
84315 ykxsi 𫌒
84316 ykpii 𫌓
84317 ykpii 𫌓
84318 ykfii 𫌓
84319 ykdii 𫌓
84320 yktfi 𫌔
84321 ykzei 𫌕
84322 ykzqi 𫌖
84323 ykyhi 𫌗
84324 ykcbi 𫌘
84325 yklpi 𫌙
84326 a/lvi 𫌚
84327 a/dfi 𫌛
84328 jswi 𫌜
84329 js;si 𫌝
84330 a/jsi 𫌞
84331 af.si 𫌟
84332 kvasi 𫌠
84333 zzjsi 𫌡
84334 jsffi 𫌢
84335 jsrvi 𫌣
84336 rbssi 𫌤
84337 wwjsi 𫌥
84338 wjssi 𫌥
84339 ososi 𫌦
84340 jsnmi 𫌧
84341 jcjsi 𫌨
84342 jsl;i 𫌩
84343 .oksi 𫌪
84344 v/jsi 𫌫
84345 a/asi 𫌬
84346 jso.i 𫌭
84347 jzagi 𫌮
84348 jlzei 𫌯
84349 jpa.i 𫌰
84350 jt;qi 𫌱
84351 yfi 𫌲
84352 ywi 𫌳
84353 yy.i 𫌴
84354 bbyi 𫌵
84355 yzai 𫌶
84356 psyi 𫌷
84357 kaxyi 𫌸
84358 ybyai 𫌹
84359 a/yi 𫌺
84360 yylxi 𫌻
84361 yqi 𫌼
84362 y.wi 𫌽
84363 ylxi 𫌾
84364 yatwi 𫌿
84365 yii 𫍀
84366 yq;di 𫍁
84367 yclji 𫍂
84368 ybpbi 𫍃
84369 ybjbi 𫍃
84370 yskdi 𫍄
84371 yskei 𫍄
84372 yskki 𫍄
84373 ybgvi 𫍅
84374 yoani 𫍆
84375 ynk;i 𫍇
84376 yjsoi 𫍈
84377 yvvhi 𫍉
84378 yqdri 𫍊
84379 ye;i 𫍋
84380 ybjni 𫍌
84381 yrahi 𫍍
84382 y;axi 𫍎
84383 yblmi 𫍏
84384 ecayi 𫍐
84385 ynkyi 𫍑
84386 ynsmi 𫍒
84387 ynpmi 𫍒
84388 ynpmi 𫍒
84389 ynici 𫍓
84390 yeqxi 𫍔
84391 ytski 𫍕
84392 ybbki 𫍖
84393 y.bfi 𫍗
84394 ybc/i 𫍘
84395 ygdsi 𫍙
84396 ylzi 𫍚
84397 ykji 𫍛
84398 yrxi 𫍜
84399 yqbi 𫍝
84400 ylii 𫍞
84401 yogsi 𧦧
84402 yogsi 𧦧
84403 ymgsi 𫍠
84404 ynqi 𫍡
84405 yaxsi 𫍢
84406 yjqi 𫍣
84407 ylzei 𫍤
84408 ys,i 𫍥
84409 yjlxi 𫍦
84410 yvii 𫍧
84411 ya,i 𫍧
84412 yzaxi 𫍨
84413 y;jki 𫍩
84414 ytsni 𫍪
84415 yzpsi 𫍫
84416 yjisi 𫍬
84417 yywi 𫍭
84418 ybddi 𫍮
84419 yzqxi 𫍯
84420 ypni 𫍰
84421 ydaei 𫍱
84422 yodbi 𫍲
84423 yopi 𫍳
84424 y,wi 𫍴
84425 yrh.i 𫍵
84426 yrl.i 𫍵
84427 yax.i 𫍶
84428 yoxi 𫍷
84429 ygbbi 𫍸
84430 yeuai 𫍹
84431 ylp.i 𫍺
84432 yr;;i 𫍻
84433 yypri 𫍼
84434 y/qxi 𫍽
84435 ynndi 𫍾
84436 yiubi 𫍿
84437 kk;ki 𫎀
84438 fdk;i 𫎁
84439 lvw;i 𫎂
84440 nkfii 𫎃
84441 qindi 𫎄
84442 a.ai 𫎅
84443 a.kki 𫎆
84444 cja.i 𫎇
84445 a..zi 𫎈
84446 vaa.i 𫎉
84447 .axi 𫎊
84448 .zui 𫎋
84449 .,wi 𫎌
84450 .zqsi 𫎍
84451 dmdi 𫎎
84452 mafi 𫎏
84453 mosi 𫎐
84454 modi 𫎑
84455 mjdi 𫎑
84456 mhi 𫎒
84457 mnai 𫎓
84458 krmi 𫎔
84459 majdi 𫎕
84460 myjdi 𫎕
84461 mi;i 𫎖
84462 mz;i 𫎗
84463 oomi 𫎘
84464 mk;si 𫎙
84465 /modi 𫎚
84466 /mjdi 𫎚
84467 oasmi 𫎛
84468 av.mi 𫎜
84469 mqqpi 𫎝
84470 mt;qi 𫎞
84471 mrlpi 𫎟
84472 gqdmi 𫎠
84473 qdtmi 𫎡
84474 my;hi 𫎢
84475 z/uhi 𫎣
84476 z/ufi 𫎣
84477 z/uzi 𫎣
84478 kjmmi 𫎤
84479 pwami 𫎥
84480 mzqhi 𫎦
84481 ml;i 𫎧
84482 minai 𫎨
84483 mjkvi 𫎩
84484 myvi 𫎪
84485 ma/fi 𫎫
84486 ypfmi 𫎬
84487 rcbqi 𫎭
84488 rcbri 𫎭
84489 rcari 𫎮
84490 rcrpi 𫎯
84491 rcxpi 𫎰
84492 rczbi 𫎱
84493 rcaci 𫎲
84494 rcqfi 𫎳
84495 rcjqi 𫎴
84496 rcfsi 𫎵
84497 rcqci 𫎶
84498 rcgki 𫎷
84499 rcgbi 𫎷
84500 rcqoi 𫎸
84501 rcphi 𫎹
84502 rcx.i 𫎺
84503 rcpri 𫎻
84504 rctwi 𫎼
84505 rcrui 𫎽
84506 rcasi 𫎾
84507 rcz.i 𫎿
84508 sfhi 𫏀
84509 saii 𫏁
84510 s.i 𫏂
84511 slqki 𫏃
84512 slaxi 𫏃
84513 sqki 𫏃
84514 srai 𫏄
84515 sjzi 𫏅
84516 sxbhi 𫏆
84517 srki 𫏇
84518 scasi 𫏈
84519 sm;i 𫏉
84520 skari 𫏊
84521 sklri 𫏊
84522 slzei 𫏋
84523 svii 𫏌
84524 sa,i 𫏌
84525 sts.i 𫏍
84526 swami 𫏎
84527 srui 𫏏
84528 qfoci 𫏐
84529 s/mi 𫏑
84530 sk.si 𫏒
84531 slfqi 𫏓
84532 alpci 𫏔
84533 qfbci 𫏕
84534 s.abi 𫏖
84535 sosbi 𫏗
84536 scui 𫏘
84537 so.wi 𫏙
84538 sky;i 𫏚
84539 snrdi 𫏛
84540 spqxi 𫏜
84541 s,uai 𫏝
84542 s,soi 𫏞
84543 sirbi 𫏟
84544 seosi 𫏠
84545 sjp.i 𫏡
84546 sj;.i 𫏡
84547 slu.i 𫏢
84548 sl/.i 𫏢
84549 sl/ki 𫏢
84550 s/kki 𫏢
84551 s/.i 𫏢
84552 sapai 𫏣
84553 sniui 𫏤
84554 syzgi 𫏥
84555 swsfi 𫏦
84556 szaei 𫏧
84557 suafi 𫏨
84558 s;dni 𫏩
84559 ./i 𫏪
84560 .nlqi 𫏫
84561 ..i 𫏬
84562 .da.i 𫏭
84563 .idni 𫏮
84564 .lpbi 𫏯
84565 .ozii 𫏰
84566 .i/pi 𫏱
84567 qaagi 𫏲
84568 qaxi 𫏳
84569 qlpi 𫏴
84570 gcqi 𫏵
84571 qzkki 𫏶
84572 qeri 𫏷
84573 qjzsi 𫏸
84574 qooi 𫏹
84575 qlffi 𫏹
84576 q.abi 𫏺
84577 ,wqi 𫏻
84578 zzjqi 𫏼
84579 ypsqi 𫏽
84580 qp.;i 𫏾
84581 qofqi 𫏿
84582 qcqvi 𫐀
84583 apfqi 𫐁
84584 apdqi 𫐁
84585 qxsqi 𫐁
84586 np;qi 𫐂
84587 qp.pi 𫐃
84588 qfasi 𫐄
84589 qfdi 𫐅
84590 qfzbi 𫐆
84591 qfjki 𫐇
84592 qfzhi 𫐈
84593 qfzhi 𫐈
84594 qfibi 𫐉
84595 qfkbi 𫐉
84596 xzqfi 𫐊
84597 olsfi 𫐋
84598 oslfi 𫐋
84599 qfifi 𫐌
84600 qflfi 𫐌
84601 qf.i 𫐍
84602 qfzdi 𫐎
84603 qfj;i 𫐏
84604 qfosi 𫐐
84605 qfnei 𫐑
84606 qflyi 𫐒
84607 qfbvi 𫐓
84608 qfrui 𫐔
84609 qffti 𫐕
84610 qfb.i 𫐖
84611 qfczi 𫐗
84612 qfzxi 𫐘
84613 qfzni 𫐘
84614 qfppi 𫐙
84615 yfvsi 𫐚
84616 yfvji 𫐛
84617 yfxni 𫐜
84618 yfyki 𫐝
84619 dni 𫐞
84620 axni 𫐟
84621 vni 𫐠
84622 igni 𫐡
84623 khgni 𫐡
84624 f;ni 𫐢
84625 ajkni 𫐣
84626 nadni 𫐤
84627 rlqni 𫐥
84628 f;sni 𫐦
84629 ozni 𫐧
84630 rcni 𫐨
84631 kkrni 𫐩
84632 bjcni 𫐪
84633 rkmni 𫐫
84634 farni 𫐬
84635 flrni 𫐬
84636 .tdni 𫐭
84637 jtdni 𫐭
84638 ijfni 𫐮
84639 okni 𫐯
84640 osni 𫐰
84641 naani 𫐱
84642 nacni 𫐲
84643 .crfi 𫐳
84644 a.kni 𫐴
84645 lv,ni 𫐵
84646 j;sni 𫐶
84647 jpsni 𫐶
84648 ,wni 𫐷
84649 nqdni 𫐸
84650 bjni 𫐹
84651 .tgni 𫐺
84652 ldlni 𫐻
84653 ykjni 𫐼
84654 ,clni 𫐽
84655 a.zni 𫐾
84656 v;lni 𫐿
84657 efani 𫑀
84658 erkni 𫑀
84659 .zqni 𫑁
84660 lofni 𫑂
84661 yvni 𫑃
84662 zarni 𫑄
84663 v;ini 𫑅
84664 v;kni 𫑅
84665 fbyni 𫑆
84666 orani 𫑇
84667 npmni 𫑈
84668 hojni 𫑉
84669 b;mni 𫑊
84670 v;xni 𫑋
84671 m;hni 𫑌
84672 ;dani 𫑍
84673 lleni 𫑎
84674 gftni 𫑏
84675 gztni 𫑏
84676 v;gni 𫑐
84677 m;oni 𫑑
84678 v;kni 𫑒
84679 lepni 𫑓
84680 ,,jni 𫑔
84681 yprni 𫑕
84682 alpni 𫑖
84683 odti 𫑗
84684 olti 𫑗
84685 aabti 𫑘
84686 ohdti 𫑙
84687 ohlti 𫑙
84688 odhti 𫑙
84689 olhti 𫑙
84690 aegti 𫑚
84691 qxti 𫑛
84692 s,ti 𫑜
84693 qozti 𫑝
84694 .szti 𫑞
84695 .gkti 𫑞
84696 .agti 𫑞
84697 yti 𫑟
84698 axati 𫑠
84699 ;psti 𫑡
84700 ft;di 𫑢
84701 ;apti 𫑣
84702 puti 𫑤
84703 zaati 𫑥
84704 pnwti 𫑦
84705 q;;ti 𫑧
84706 u,ti 𫑨
84707 irhti 𫑩
84708 zpti 𫑪
84709 aajti 𫑫
84710 kjkti 𫑫
84711 a/pti 𫑬
84712 ygnti 𫑭
84713 zprti 𫑮
84714 zp,ti 𫑮
84715 hbtfi 𫑯
84716 hbtai 𫑯
84717 yuqti 𫑰
84718 hbtui 𫑱
84719 ./bti 𫑲
84720 aplhi 𫑳
84721 apshi 𫑳
84722 apzfi 𫑴
84723 appzi 𫑵
84724 apqii 𫑶
84725 apiai 𫑷
84726 aptgi 𫑸
84727 apvki 𫑹
84728 apldi 𫑺
84729 apo;i 𫑻
84730 apihi 𫑼
84731 apg;i 𫑽
84732 apyci 𫑾
84733 apf,i 𫑿
84734 lplgi 𫒀
84735 pradi 𫒁
84736 prydi 𫒁
84737 jcpri 𫒂
84738 opbqi 𫒃
84739 ,bzri 𫒄
84740 opabi 𫒅
84741 ieai 𫒆
84742 ilqi 𫒇
84743 iwi 𫒈
84744 iti 𫒉
84745 ifi 𫒊
84746 i.i 𫒋
84747 ikei 𫒌
84748 iofi 𫒍
84749 ici 𫒎
84750 iui 𫒏
84751 i;qi 𫒐
84752 iiagi 𫒑
84753 ikagi 𫒑
84754 ioai 𫒒
84755 imci 𫒓
84756 ibri 𫒔
84757 ibqi 𫒔
84758 irri 𫒕
84759 ia/i 𫒖
84760 ipxi 𫒗
84761 iofdi 𫒘
84762 infhi 𫒙
84763 iyci 𫒚
84764 ingfi 𫒛
84765 iysri 𫒜
84766 iyrsi 𫒜
84767 iap.i 𫒝
84768 iafxi 𫒞
84769 iivi 𫒟
84770 ilxi 𫒠
84771 iogci 𫒡
84772 ijkfi 𫒢
84773 ycaii 𫒣
84774 iy.fi 𫒤
84775 iysni 𫒥
84776 ifuai 𫒦
84777 ifjsi 𫒦
84778 izi 𫒧
84779 irpdi 𫒨
84780 izfi 𫒩
84781 iosi 𫒪
84782 iti 𫒫
84783 ilphi 𫒫
84784 ikmmi 𫒬
84785 inahi 𫒭
84786 intxi 𫒮
84787 ixpsi 𫒯
84788 ix;si 𫒯
84789 irlqi 𫒰
84790 ipozi 𫒱
84791 ioafi 𫒲
84792 ilzfi 𫒲
84793 il;mi 𫒳
84794 in.;i 𫒴
84795 ik;xi 𫒵
84796 igddi 𫒶
84797 iagdi 𫒶
84798 ibari 𫒷
84799 ir;si 𫒸
84800 iplsi 𫒹
84801 le.ii 𫒺
84802 izjfi 𫒻
84803 iyxfi 𫒻
84804 iidni 𫒼
84805 i,,.i 𫒽
84806 ixjki 𫒾
84807 irjdi 𫒿
84808 irfbi 𫓀
84809 idnci 𫓁
84810 ii;fi 𫓂
84811 injki 𫓃
84812 ir;hi 𫓄
84813 igyfi 𫓅
84814 ifqhi 𫓆
84815 ifahi 𫓆
84816 ivjji 𫓇
84817 iardi 𫓈
84818 ipari 𫓉
84819 ieabi 𫓊
84820 ieeei 𫓋
84821 ili;i 𫓌
84822 i.o.i 𫓍
84823 itggi 𫓎
84824 izqxi 𫓏
84825 izqni 𫓏
84826 ipfii 𫓐
84827 ipeii 𫓐
84828 ifdii 𫓐
84829 idfii 𫓐
84830 iffii 𫓐
84831 iflni 𫓑
84832 ipfxi 𫓒
84833 ipexi 𫓒
84834 o.jii 𫓓
84835 iirxi 𫓔
84836 iyeai 𫓕
84837 r;iii 𫓖
84838 ierfi 𫓗
84839 inkki 𫓘
84840 ixkyi 𫓙
84841 ibbfi 𫓚
84842 izapi 𫓛
84843 iy;fi 𫓜
84844 iarii 𫓝
84845 ivv;i 𫓞
84846 i;;,i 𫓟
84847 irbei 𫓠
84848 i/r.i 𫓡
84849 ibbki 𫓢
84850 ipp,i 𫓣
84851 ilaxi 𫓤
84852 iki 𫓥
84853 igfi 𫓦
84854 izi 𫓧
84855 iaxi 𫓨
84856 ikki 𫓩
84857 ikxi 𫓪
84858 ikagi 𫓫
84859 iigi 𫓫
84860 iqjdi 𫓬
84861 ijzi 𫓭
84862 ijti 𫓮
84863 irri 𫓯
84864 izaxi 𫓰
84865 izhxi 𫓰
84866 ilzei 𫓱
84867 ilpi 𫓲
84868 iyhsi 𫓳
84869 ixofi 𫓴
84870 izaxi 𫓵
84871 i;ui 𫓶
84872 iogci 𫓷
84873 ia,.i 𫓸
84874 iraki 𫓹
84875 iebi 𫓺
84876 iigni 𫓻
84877 ikhni 𫓻
84878 ilv;i 𫓼
84879 inaci 𫓽
84880 izui 𫓾
84881 iyxui 𫓾
84882 i,jki 𫓿
84883 iv/i 𫔀
84884 iffmi 𫔁
84885 ipaci 𫔂
84886 ieosi 𫔃
84887 ibgvi 𫔄
84888 ifjxi 𫔅
84889 i/rxi 𫔆
84890 ilpqi 𫔇
84891 iidui 𫔈
84892 immwi 𫔉
84893 inkpi 𫔊
84894 iraki 𫔋
84895 iru.i 𫔌
84896 il,pi 𫔍
84897 ibg;i 𫔎
84898 ibgfi 𫔏
84899 ir;bi 𫔐
84900 iypai 𫔑
84901 ixu,i 𫔒
84902 izkyi 𫔓
84903 idk;i 𫔔
84904 i,zmi 𫔕
84905 zjlxi 𫔖
84906 zazci 𫔗
84907 zlzci 𫔗
84908 edi 𫔘
84909 qei 𫔙
84910 e;di 𫔚
84911 ekqi 𫔛
84912 ef;i 𫔜
84913 eji 𫔝
84914 epfi 𫔞
84915 ekaxi 𫔟
84916 e.hi 𫔠
84917 eqii 𫔡
84918 e;;di 𫔢
84919 elvei 𫔣
84920 ey.fi 𫔤
84921 eraki 𫔥
84922 ofefi 𫔦
84923 ekkki 𫔧
84924 eitxi 𫔨
84925 efpzi 𫔩
84926 eypni 𫔪
84927 ea.zi 𫔫
84928 alhji 𫔬
84929 hjafi 𫔭
84930 hjafi 𫔭
84931 hjui 𫔮
84932 hjhfi 𫔯
84933 hjxfi 𫔰
84934 hjyci 𫔱
84935 hjrfi 𫔲
84936 hjyfi 𫔳
84937 hjkyi 𫔴
84938 hja.i 𫔵
84939 hjlvi 𫔶
84940 hjani 𫔷
84941 efaji 𫔸
84942 hjaui 𫔹
84943 hjyui 𫔹
84944 hjyui 𫔹
84945 tzi 𫔺
84946 ty.i 𫔻
84947 tpfi 𫔼
84948 tbri 𫔽
84949 taei 𫔾
84950 tpadi 𫔿
84951 tizi 𫕀
84952 tat;i 𫕁
84953 tnksi 𫕂
84954 tnkli 𫕂
84955 tbgfi 𫕃
84956 tuaki 𫕄
84957 tjaki 𫕄
84958 ty.ei 𫕅
84959 tqjfi 𫕆
84960 tztri 𫕇
84961 tplsi 𫕈
84962 t.abi 𫕉
84963 t.xbi 𫕊
84964 t.jri 𫕋
84965 tgjfi 𫕌
84966 tnaai 𫕍
84967 tkxbi 𫕎
84968 tlvai 𫕏
84969 tz..i 𫕐
84970 tlqpi 𫕑
84971 tyk;i 𫕒
84972 tbb;i 𫕓
84973 tzkci 𫕔
84974 trj;i 𫕕
84975 tqdgi 𫕖
84976 thoxi 𫕗
84977 ttgai 𫕘
84978 qlvci 𫕙
84979 kykki 𫕚
84980 af;yi 𫕛
84981 lf;yi 𫕛
84982 l,kyi 𫕜
84983 zji 𫕝
84984 zri 𫕞
84985 zui 𫕟
84986 ztdsi 𫕠
84987 zeqi 𫕡
84988 zszi 𫕢
84989 lshti 𫕣
84990 slhti 𫕣
84991 zkari 𫕤
84992 zklri 𫕤
84993 z;mi 𫕥
84994 zcy.i 𫕦
84995 zfkji 𫕧
84996 zxz.i 𫕨
84997 z/qi 𫕩
84998 zcaei 𫕪
84999 zozxi 𫕫
85000 zrfbi 𫕬
85001 zcefi 𫕭
85002 zrfti 𫕮
85003 z.l,i 𫕯
85004 zhl,i 𫕯
85005 zuzfi 𫕰
85006 zkyvi 𫕱
85007 ziuni 𫕲
85008 zrfai 𫕳
85009 zypsi 𫕴
85010 zc/fi 𫕵
85011 zb;ri 𫕶
85012 zcfyi 𫕷
85013 ruodi 𫕸
85014 rujdi 𫕸
85015 ruori 𫕹
85016 ruii 𫕺
85017 rjdai 𫕻
85018 rurui 𫕻
85019 ruysi 𫕼
85020 i;eei 𫕽
85021 /fuei 𫕾
85022 /fjei 𫕾
85023 iflei 𫕿
85024 alpai 𫖀
85025 alp,i 𫖁
85026 gftei 𫖂
85027 gztei 𫖂
85028 alpmi 𫖃
85029 kleei 𫖄
85030 rfzhi 𫖅
85031 rf;ki 𫖆
85032 rfkfi 𫖇
85033 bbrfi 𫖈
85034 rfrfi 𫖉
85035 rfafi 𫖊
85036 rfbbi 𫖋
85037 at;qi 𫖌
85038 t;qdi 𫖍
85039 y;cqi 𫖎
85040 t;qbi 𫖏
85041 ffvqi 𫖐
85042 aaggi 𫖑
85043 fgigi 𫖑
85044 fgkgi 𫖑
85045 aagfi 𫖒
85046 fgqfi 𫖒
85047 aagfi 𫖓
85048 fglfi 𫖓
85049 aagfi 𫖔
85050 fgrfi 𫖔
85051 aagri 𫖕
85052 fgrri 𫖕
85053 aagii 𫖖
85054 fgbii 𫖖
85055 yphfi 𫖗
85056 ypxfi 𫖘
85057 ypemi 𫖙
85058 ypnki 𫖚
85059 ypffi 𫖛
85060 yprfi 𫖛
85061 ypl.i 𫖜
85062 qqami 𫖝
85063 ohami 𫖞
85064 vwami 𫖟
85065 .eami 𫖠
85066 vasmi 𫖡
85067 vsami 𫖡
85068 paami 𫖢
85069 emami 𫖣
85070 l,ami 𫖤
85071 pqimi 𫖥
85072 eda;i 𫖦
85073 ddd;i 𫖦
85074 almci 𫖧
85075 a./mi 𫖨
85076 w/wmi 𫖩
85077 wp.mi 𫖩
85078 osami 𫖪
85079 jsami 𫖫
85080 alm.i 𫖬
85081 x;ami 𫖭
85082 dtsmi 𫖮
85083 s,ami 𫖯
85084 mmami 𫖰
85085 txami 𫖱
85086 ;mami 𫖲
85087 tl;mi 𫖳
85088 rmami 𫖴
85089 oadmi 𫖵
85090 guami 𫖶
85091 rsvmi 𫖷
85092 zlpmi 𫖸
85093 zeami 𫖹
85094 v..mi 𫖺
85095 kxxi 𫖻
85096 saaai 𫖼
85097 saabi 𫖽
85098 iueai 𫖾
85099 saazi 𫖿
85100 saazi 𫗀
85101 saani 𫗁
85102 saani 𫗂
85103 saani 𫗃
85104 saani 𫗄
85105 ljpxi 𫗅
85106 xffni 𫗆
85107 s.pi 𫗇
85108 s.ffi 𫗈
85109 s.zfi 𫗉
85110 s.ypi 𫗊
85111 s.ali 𫗋
85112 zffki 𫗌
85113 rlixi 𫗍
85114 ibqti 𫗎
85115 ibzui 𫗏
85116 ibiri 𫗐
85117 iblbi 𫗑
85118 ibnwi 𫗒
85119 ibo;i 𫗓
85120 ibo;i 𫗓
85121 ibo;i 𫗓
85122 ibazi 𫗔
85123 ibffi 𫗕
85124 ibaei 𫗖
85125 ibbji 𫗗
85126 iboui 𫗘
85127 ibrmi 𫗙
85128 cqfxi 𫗚
85129 ibnei 𫗛
85130 ibzei 𫗜
85131 ibqui 𫗝
85132 itxui 𫗝
85133 jsafi 𫗞
85134 jsasi 𫗟
85135 jslki 𫗠
85136 jslxi 𫗠
85137 jsqki 𫗠
85138 jsf;i 𫗡
85139 jsoei 𫗢
85140 jsnli 𫗣
85141 jszwi 𫗤
85142 jsjfi 𫗥
85143 jsqhi 𫗦
85144 jsv;i 𫗧
85145 jshxi 𫗨
85146 js/mi 𫗩
85147 jslwi 𫗪
85148 jsfui 𫗫
85149 jsazi 𫗬
85150 jspxi 𫗭
85151 jslri 𫗮
85152 jskzi 𫗯
85153 jslni 𫗰
85154 jsici 𫗱
85155 jsroi 𫗲
85156 jst/i 𫗳
85157 jsyai 𫗴
85158 jsyxi 𫗵
85159 iljii 𫗶
85160 iljvi 𫗷
85161 iljpi 𫗸
85162 iljhi 𫗹
85163 ilj.i 𫗺
85164 iljui 𫗻
85165 lvpri 𫗼
85166 lvpri 𫗽
85167 lvpai 𫗾
85168 lvpsi 𫗾
85169 lvpdi 𫗿
85170 lvpei 𫗿
85171 lvpki 𫗿
85172 lvp.i 𫘀
85173 lvpmi 𫘁
85174 lvpvi 𫘂
85175 lvpki 𫘃
85176 lvpmi 𫘄
85177 g,bhi 𫘅
85178 g,zi 𫘆
85179 g,qki 𫘇
85180 g,qsi 𫘇
85181 g,sbi 𫘈
85182 g,,i 𫘉
85183 g,a/i 𫘊
85184 g,rui 𫘋
85185 g,esi 𫘌
85186 g,;;i 𫘍
85187 of.,i 𫘎
85188 g,aei 𫘏
85189 g,opi 𫘐
85190 g,izi 𫘑
85191 g,qhi 𫘒
85192 g,p.i 𫘓
85193 g,k/i 𫘔
85194 g,ici 𫘕
85195 xoa,i 𫘖
85196 g,fki 𫘗
85197 s.;,i 𫘘
85198 g,s,i 𫘙
85199 g,,ki 𫘚
85200 gaafi 𫘛
85201 gay.i 𫘜
85202 gatki 𫘝
85203 gaosi 𫘞
85204 gatbi 𫘟
85205 gaari 𫘠
85206 gacsi 𫘡
85207 gav;i 𫘢
85208 gapfi 𫘣
85209 gaxzi 𫘤
85210 gapqi 𫘥
85211 galdi 𫘦
85212 gatci 𫘧
85213 gawci 𫘧
85214 gapci 𫘨
85215 galri 𫘩
85216 gazci 𫘪
85217 gapwi 𫘫
85218 ga.zi 𫘬
85219 gaz.i 𫘭
85220 gay;i 𫘮
85221 gakpi 𫘯
85222 gayai 𫘰
85223 gad;i 𫘱
85224 mulpi 𫘲
85225 muspi 𫘲
85226 mutbi 𫘳
85227 mubri 𫘴
85228 y;jdi 𫘵
85229 oay;i 𫘶
85230 y;jfi 𫘷
85231 z.si 𫘸
85232 z.jki 𫘹
85233 z.wi 𫘺
85234 z.jsi 𫘻
85235 z.pfi 𫘼
85236 z.ixi 𫘽
85237 z.zxi 𫘾
85238 z.t;i 𫘿
85239 z.rpi 𫙀
85240 z.rhi 𫙀
85241 z.jsi 𫙁
85242 z.,wi 𫙂
85243 z.pli 𫙃
85244 qjidi 𫙄
85245 qjkdi 𫙄
85246 qjifi 𫙅
85247 qjkfi 𫙅
85248 tgkdi 𫙆
85249 tgkdi 𫙇
85250 oxki 𫙈
85251 oxk.i 𫙉
85252 oxifi 𫙊
85253 lvexi 𫙋
85254 rrcxi 𫙌
85255 oxgui 𫙍
85256 ox;fi 𫙎
85257 u,fi 𫙏
85258 u,fi 𫙐
85259 u,jbi 𫙑
85260 u,tdi 𫙒
85261 uz;.i 𫙓
85262 u,ebi 𫙔
85263 u,nki 𫙕
85264 u,bqi 𫙖
85265 u,tsi 𫙗
85266 u,a/i 𫙘
85267 u,jsi 𫙙
85268 u,.di 𫙚
85269 u,fki 𫙛
85270 u,ywi 𫙜
85271 u,izi 𫙝
85272 u,kzi 𫙝
85273 u,bbi 𫙞
85274 u,tfi 𫙟
85275 u,a.i 𫙠
85276 u,osi 𫙡
85277 u,zvi 𫙢
85278 pru,i 𫙣
85279 u,vsi 𫙤
85280 u,c;i 𫙥
85281 ofl,i 𫙦
85282 u,oni 𫙧
85283 u,obi 𫙨
85284 u,a;i 𫙩
85285 u,k;i 𫙩
85286 u,jzi 𫙪
85287 u,zsi 𫙫
85288 u,jui 𫙬
85289 uzjhi 𫙭
85290 u,mvi 𫙮
85291 u,k.i 𫙯
85292 u,qqi 𫙰
85293 u,fsi 𫙱
85294 u,cdi 𫙲
85295 u,lhi 𫙳
85296 u,nki 𫙴
85297 u,n/i 𫙵
85298 u,xpi 𫙶
85299 u,;mi 𫙷
85300 u,efi 𫙸
85301 u,dxi 𫙹
85302 u,;xi 𫙺
85303 u,npi 𫙻
85304 u,bii 𫙼
85305 u,fmi 𫙽
85306 u,eji 𫙾
85307 u,jbi 𫙿
85308 u,yoi 𫚀
85309 u,ami 𫚁
85310 u,kmi 𫚁
85311 u,rxi 𫚂
85312 o..,i 𫚃
85313 u,eqi 𫚄
85314 u,w,i 𫚅
85315 u,zmi 𫚆
85316 u,b/i 𫚇
85317 uaaai 𫚈
85318 uaqi 𫚉
85319 uag.i 𫚊
85320 uaabi 𫚋
85321 uacli 𫚌
85322 uakji 𫚍
85323 uaaki 𫚎
85324 uavai 𫚏
85325 uajzi 𫚐
85326 uanli 𫚑
85327 uatei 𫚒
85328 ameai 𫚓
85329 uap;i 𫚔
85330 uahdi 𫚕
85331 uaedi 𫚕
85332 equai 𫚖
85333 uai;i 𫚗
85334 uakfi 𫚘
85335 uaqhi 𫚙
85336 uaasi 𫚚
85337 uaksi 𫚛
85338 uazsi 𫚜
85339 uapvi 𫚝
85340 lvlai 𫚞
85341 ofyai 𫚟
85342 uaisi 𫚠
85343 uaksi 𫚠
85344 uatdi 𫚡
85345 uaqwi 𫚢
85346 uak.i 𫚣
85347 uaixi 𫚤
85348 uafxi 𫚤
85349 uaebi 𫚥
85350 uan;i 𫚦
85351 uaqpi 𫚧
85352 uayti 𫚨
85353 uar.i 𫚩
85354 uab;i 𫚪
85355 ua;vi 𫚫
85356 uan.i 𫚬
85357 uawwi 𫚭
85358 sl,i 𫚮
85359 zsl,i 𫚯
85360 qql,i 𫚰
85361 l,lxi 𫚱
85362 jsl,i 𫚲
85363 l,e;i 𫚳
85364 lvl,i 𫚴
85365 odj,i 𫚵
85366 olj,i 𫚵
85367 lil,i 𫚶
85368 jja,i 𫚷
85369 jfl,i 𫚷
85370 l,zui 𫚸
85371 mtl,i 𫚹
85372 .ok,i 𫚺
85373 wgf,i 𫚻
85374 l,;ui 𫚼
85375 dar,i 𫚽
85376 dlr,i 𫚽
85377 ;az,i 𫚾
85378 ;gz,i 𫚾
85379 kd.,i 𫚿
85380 gft,i 𫛀
85381 gzt,i 𫛀
85382 aae,i 𫛁
85383 poa,i 𫛂
85384 dar,i 𫛃
85385 ecl,i 𫛄
85386 ecl,i 𫛄
85387 yfl,i 𫛅
85388 tjf,i 𫛆
85389 wbt,i 𫛇
85390 l,gki 𫛈
85391 aet,i 𫛉
85392 skl,i 𫛊
85393 x;n,i 𫛋
85394 qdq,i 𫛌
85395 zaa,i 𫛍
85396 llz,i 𫛎
85397 jky,i 𫛏
85398 pqa,i 𫛐
85399 r;;,i 𫛑
85400 f;;,i 𫛑
85401 ofl,i 𫛒
85402 l,ffi 𫛓
85403 l,rfi 𫛓
85404 .lg,i 𫛔
85405 hlg,i 𫛔
85406 nko,i 𫛕
85407 .xu,i 𫛖
85408 ;rz,i 𫛗
85409 lpl,i 𫛘
85410 nkl,i 𫛙
85411 aflai 𫛚
85412 afaai 𫛚
85413 fblai 𫛛
85414 zlai 𫛜
85415 jylai 𫛝
85416 latki 𫛞
85417 zqhai 𫛟
85418 vslai 𫛠
85419 lnlai 𫛡
85420 nadai 𫛢
85421 lanki 𫛣
85422 b;lai 𫛤
85423 zilai 𫛥
85424 aikai 𫛥
85425 zaaai 𫛦
85426 eacai 𫛧
85427 iflai 𫛨
85428 lafai 𫛨
85429 nwlai 𫛩
85430 w;lai 𫛪
85431 ;mlai 𫛫
85432 ivlai 𫛬
85433 .arai 𫛭
85434 ,lai 𫛮
85435 xhlai 𫛯
85436 rakai 𫛰
85437 epfai 𫛱
85438 jr;ai 𫛲
85439 ujbai 𫛳
85440 kpfai 𫛴
85441 bddai 𫛵
85442 v;bai 𫛶
85443 f;uai 𫛷
85444 pacai 𫛸
85445 jclai 𫛹
85446 lakzi 𫛺
85447 nrbai 𫛻
85448 bazai 𫛼
85449 blzai 𫛼
85450 a/vai 𫛽
85451 iuaai 𫛾
85452 rc.ai 𫛿
85453 pzaai 𫜀
85454 ,.lai 𫜁
85455 ypfai 𫜂
85456 a/pai 𫜃
85457 ipfai 𫜄
85458 la/xi 𫜅
85459 nbbai 𫜆
85460 ep.,i 𫜇
85461 oszhi 𫜈
85462 ep.mi 𫜉
85463 ep.ui 𫜊
85464 yqqbi 𫜋
85465 yqqki 𫜌
85466 yqq;i 𫜍
85467 yqqpi 𫜎
85468 yqqui 𫜎
85469 ,mqqi 𫜏
85470 fkksi 𫜐
85471 zkksi 𫜐
85472 vkksi 𫜐
85473 r.fi 𫜑
85474 rmfi 𫜑
85475 r.nqi 𫜒
85476 rmnqi 𫜒
85477 r.;ui 𫜓
85478 rm;ui 𫜓
85479 r.lfi 𫜔
85480 rmlfi 𫜔
85481 vas.i 𫜕
85482 vasmi 𫜕
85483 nvv;i 𫜖
85484 nvvei 𫜗
85485 ajdki 𫜘
85486 yjdki 𫜘
85487 p,;si 𫜙
85488 p,lni 𫜚
85489 p,sdi 𫜛
85490 p,sei 𫜛
85491 p,ski 𫜛
85492 kag,i 𫜜
85493 igc,i 𫜜
85494 ;;jti 𫜝
85495 ;;jai 𫜝
85496 ;;jqi 𫜝
85497 ;;jsi 𫜝
85498 p,jti 𫜞
85499 p,jai 𫜞
85500 p,jqi 𫜞
85501 p,jsi 𫜞
85502 ip;si 𫜟
85503 jggfi 𫜠
85504 jgyhi 𫜡
85505 owai 𫜢
85506 owbii 𫜣
85507 ljphi 𫜤
85508 eidsi 𫜥
85509 eiqhi 𫜦
85510 eindi 𫜧
85511 eitsi 𫜨
85512 fjeii 𫜩
85513 eiy.i 𫜪
85514 eiqhi 𫜫
85515 eirpi 𫜬
85516 eigoi 𫜭
85517 ein.i 𫜮
85518 ein;i 𫜯
85519 fjiii 𫜰
85520 rjdqi 𫜱
85521 zuzhi 𫜲
85522 jrjsi 𫜳
85523 vv,fi 𫜴
85524 dti 𫝀
85525 tttti 𫝀
85526 qei 𫝁
85527 a;ei 𫝁
85528 anldi 𫝂
85529 anedi 𫝂
85530 akjki 𫝃
85531 .ki 𫝄
85532 yxki 𫝅
85533 iali 𫝆
85534 i;ci 𫝇
85535 i;dhi 𫝇
85536 kjqfi 𫝈
85537 itl;i 𫝉
85538 kaphi 𫝊
85539 kaphi 𫝊
85540 kebii 𫝋
85541 evaki 𫝌
85542 jiei 𫝍
85543 kjsi 𫝎
85544 kn.i 𫝏
85545 ipei 𫝐
85546 rifbi 𫝑
85547 dpfi 𫝒
85548 fb,i 𫝓
85549 riasi 𫝔
85550 reasi 𫝔
85551 ztxi 𫝕
85552 lztci 𫝖
85553 jztci 𫝖
85554 zlpfi 𫝗
85555 ;zsi 𫝘
85556 lj;ai 𫝙
85557 ;qaxi 𫝚
85558 vjjqi 𫝛
85559 ;lsyi 𫝜
85560 ;slyi 𫝜
85561 pzq.i 𫝝
85562 pzt.i 𫝝
85563 ;zbbi 𫝞
85564 rypri 𫝟
85565 ra/ai 𫝠
85566 tzuri 𫝡
85567 mfhi 𫝢
85568 mfhi 𫝣
85569 izazi 𫝤
85570 kzazi 𫝤
85571 irzxi 𫝥
85572 wmi 𫝦
85573 wdtsi 𫝧
85574 wjqfi 𫝨
85575 wzfhi 𫝩
85576 wqmi 𫝪
85577 wvii 𫝫
85578 wa,i 𫝫
85579 w;dmi 𫝬
85580 wmmwi 𫝭
85581 whj/i 𫝮
85582 ozjfi 𫝯
85583 njpsi 𫝰
85584 nnldi 𫝱
85585 blshi 𫝲
85586 bslhi 𫝲
85587 dtgi 𫝳
85588 d.qi 𫝴
85589 dzfhi 𫝵
85590 n;kri 𫝶
85591 n;bri 𫝷
85592 n.ki 𫝸
85593 iani 𫝹
85594 ojqi 𫝺
85595 op;i 𫝻
85596 obasi 𫝼
85597 obasi 𫝼
85598 okd.i 𫝽
85599 ofkmi 𫝾
85600 ozkmi 𫝾
85601 ovkmi 𫝾
85602 ofk.i 𫝾
85603 ozk.i 𫝾
85604 ovk.i 𫝾
85605 oypdi 𫝿
85606 hxozi 𫞀
85607 hirzi 𫞁
85608 parhi 𫞂
85609 pk;i 𫞃
85610 akkpi 𫞄
85611 utfhi 𫞅
85612 u;ozi 𫞆
85613 unsfi 𫞇
85614 vjhai 𫞈
85615 vjkai 𫞈
85616 vg.ai 𫞈
85617 va;ei 𫞉
85618 vqei 𫞉
85619 v.hi 𫞊
85620 v.ici 𫞋
85621 vlebi 𫞌
85622 va/ai 𫞍
85623 vzu;i 𫞎
85624 vze;i 𫞏
85625 vrkyi 𫞐
85626 vcaei 𫞑
85627 vzvpi 𫞒
85628 elaxi 𫞓
85629 amrxi 𫞔
85630 oashi 𫞕
85631 tsahi 𫞖
85632 chj.i 𫞗
85633 cdidi 𫞘
85634 crkhi 𫞙
85635 ckjmi 𫞚
85636 cyrpi 𫞛
85637 cczi 𫞜
85638 chjki 𫞝
85639 cfpyi 𫞞
85640 klg,i 𫞟
85641 hll,i 𫞟
85642 ,t,i 𫞠
85643 ,fjvi 𫞡
85644 njofi 𫞢
85645 .aaxi 𫞣
85646 .rxxi 𫞤
85647 armi 𫞥
85648 aryei 𫞦
85649 arfbi 𫞧
85650 areui 𫞨
85651 arfki 𫞩
85652 arrki 𫞩
85653 rq.i 𫞪
85654 ra.si 𫞪
85655 pylxi 𫞫
85656 hbqi 𫞬
85657 hbri 𫞬
85658 hmfli 𫞭
85659 lpl;i 𫞮
85660 g.ui 𫞯
85661 lghui 𫞯
85662 glhui 𫞯
85663 lg.ui 𫞰
85664 gl.ui 𫞰
85665 rx;ui 𫞱
85666 qjzi 𫞲
85667 j.qi 𫞳
85668 maaci 𫞴
85669 yhjai 𫞵
85670 yho,i 𫞶
85671 lvixi 𫞷
85672 lvvpi 𫞸
85673 nkti 𫞹
85674 nk.;i 𫞺
85675 yadi 𫞻
85676 yzdri 𫞼
85677 lrlxi 𫞽
85678 lpqqi 𫞾
85679 lkjvi 𫞿
85680 ,zti 𫟀
85681 xesbi 𫟁
85682 xnrhi 𫟂
85683 xkari 𫟃
85684 xklri 𫟃
85685 xnzxi 𫟄
85686 xy;ci 𫟅
85687 xopi 𫟆
85688 xnb.i 𫟇
85689 izki 𫟈
85690 aexi 𫟉
85691 unrdi 𫟊
85692 oagki 𫟋
85693 fmci 𫟌
85694 fmqi 𫟍
85695 fqaoi 𫟎
85696 fqoi 𫟎
85697 fl;hi 𫟏
85698 fnhi 𫟐
85699 ft,i 𫟑
85700 frvi 𫟒
85701 fk.;i 𫟓
85702 fidki 𫟔
85703 fkpti 𫟕
85704 fzsxi 𫟖
85705 /nmci 𫟗
85706 .t;di 𫟘
85707 .atdi 𫟙
85708 oplxi 𫟚
85709 a/pfi 𫟛
85710 fpksi 𫟜
85711 yypxi 𫟝
85712 yei 𫟞
85713 yii 𫟟
85714 ykpfi 𫟠
85715 ynaci 𫟡
85716 ya/mi 𫟢
85717 sr;xi 𫟣
85718 sf;xi 𫟣
85719 qfnqi 𫟤
85720 qffki 𫟥
85721 qfqki 𫟥
85722 qfini 𫟦
85723 adni 𫟧
85724 rylni 𫟨
85725 iztni 𫟩
85726 kztni 𫟩
85727 lpnni 𫟪
85728 zalti 𫟫
85729 .fmti 𫟬
85730 n.;ti 𫟭
85731 apaxi 𫟮
85732 aplxi 𫟮
85733 ypri 𫟯
85734 icti 𫟰
85735 irphi 𫟱
85736 ilsi 𫟲
85737 isli 𫟲
85738 itsi 𫟳
85739 ikji 𫟴
85740 ixsi 𫟵
85741 ijjai 𫟶
85742 ijfi 𫟶
85743 iyi 𫟷
85744 iaqxi 𫟸
85745 irki 𫟹
85746 iyxki 𫟺
85747 ihddi 𫟻
85748 iaddi 𫟻
85749 izni 𫟼
85750 ilfqi 𫟽
85751 i.ari 𫟾
85752 iirqi 𫟿
85753 iizqi 𫟿
85754 izrpi 𫠀
85755 ifrui 𫠁
85756 hjibi 𫠂
85757 hjkbi 𫠂
85758 tpcai 𫠃
85759 t;qki 𫠄
85760 aagfi 𫠅
85761 fgrfi 𫠅
85762 fbami 𫠆
85763 s.y.i 𫠇
85764 s.nli 𫠈
85765 gai 𫠉
85766 gayxi 𫠊
85767 gayqi 𫠋
85768 gaaei 𫠌
85769 u,ifi 𫠍
85770 u,ami 𫠎
85771 uavi 𫠏
85772 uarai 𫠐
85773 uaobi 𫠑
85774 uayfi 𫠒
85775 lai 𫠓
85776 mql,i 𫠔
85777 nky,i 𫠕
85778 zxlai 𫠖
85779 ep.ki 𫠗
85780 nsffi 𫠘
85781 eisbi 𫠙
85782 e,d;i 𫠚
85783 eipri 𫠛
85784 eiosi 𫠜
85785 cj;si 𫠝
85786 # End of CJK Unified Ideographs Extension C & D
85787 # Begin of CJK Unified Ideographs Extension E
85788 asi 𫠠
85789 akdi 𫠡
85790 eaadi 𫠢
85791 qbi 𫠣
85792 rli 𫠤
85793 ajksi 𫠥
85794 adhdi 𫠦
85795 ofaci 𫠧
85796 leai 𫠨
85797 axxi 𫠩
85798 xkaci 𫠪
85799 zaasi 𫠫
85800 z;di 𫠬
85801 zzi 𫠭
85802 axrci 𫠮
85803 arfci 𫠯
85804 aclxi 𫠰
85805 apaei 𫠱
85806 zpfi 𫠲
85807 zpei 𫠲
85808 acifi 𫠳
85809 oaixi 𫠴
85810 aljai 𫠵
85811 zeui 𫠶
85812 eakfi 𫠷
85813 eacui 𫠸
85814 eaxqi 𫠹
85815 eatni 𫠺
85816 zkyi 𫠻
85817 eaoci 𫠼
85818 eanai 𫠽
85819 eanui 𫠽
85820 qdpmi 𫠾
85821 eabii 𫠿
85822 icaei 𫡀
85823 itcai 𫡁
85824 itcai 𫡂
85825 dadi 𫡃
85826 edi 𫡃
85827 lgdi 𫡄
85828 gldi 𫡄
85829 sdsdi 𫡅
85830 dtti 𫡆
85831 kj;di 𫡇
85832 dridi 𫡈
85833 ngfdi 𫡉
85834 dridi 𫡊
85835 eaefi 𫡋
85836 eaezi 𫡋
85837 eeafi 𫡋
85838 eeazi 𫡋
85839 ;;dsi 𫡌
85840 ozkdi 𫡍
85841 gggdi 𫡎
85842 oli 𫡏
85843 lgodi 𫡐
85844 lgjdi 𫡐
85845 glodi 𫡐
85846 gljdi 𫡐
85847 kkki 𫡑
85848 ljri 𫡒
85849 jci 𫡓
85850 jdlki 𫡓
85851 odagi 𫡔
85852 jdagi 𫡔
85853 lf,hi 𫡕
85854 lrsfi 𫡖
85855 lrszi 𫡖
85856 arsfi 𫡖
85857 arszi 𫡖
85858 fsfi 𫡗
85859 fszi 𫡗
85860 lrtki 𫡘
85861 artki 𫡘
85862 lfeai 𫡙
85863 laefi 𫡙
85864 lfeqi 𫡙
85865 leafi 𫡚
85866 ztgni 𫡛
85867 lelli 𫡜
85868 leali 𫡜
85869 lgpci 𫡝
85870 glpci 𫡝
85871 leygi 𫡞
85872 or,si 𫡟
85873 jk/mi 𫡠
85874 lz;.i 𫡡
85875 sri 𫡢
85876 s.i 𫡣
85877 lslsi 𫡤
85878 slsli 𫡤
85879 si;i 𫡥
85880 k.lsi 𫡦
85881 k.sli 𫡦
85882 sarxi 𫡧
85883 slrxi 𫡧
85884 sf,hi 𫡨
85885 gdssi 𫡩
85886 ravsi 𫡪
85887 sfjfi 𫡫
85888 lshki 𫡬
85889 slhki 𫡬
85890 rprsi 𫡭
85891 ,sni 𫡮
85892 ,nsi 𫡮
85893 fpfsi 𫡯
85894 lsafi 𫡰
85895 slafi 𫡰
85896 bbaai 𫡱
85897 ataci 𫡲
85898 fdsfi 𫡳
85899 fdszi 𫡳
85900 ay.ai 𫡴
85901 atffi 𫡵
85902 aaxki 𫡶
85903 aaxsi 𫡶
85904 aeapi 𫡷
85905 aaqqi 𫡸
85906 akyai 𫡹
85907 yrdi 𫡺
85908 ys;ui 𫡻
85909 ypji 𫡼
85910 yk.;i 𫡽
85911 ysnui 𫡾
85912 yp;,i 𫡿
85913 yp;/i 𫢀
85914 ye;ci 𫢁
85915 y;cei 𫢂
85916 yu;hi 𫢃
85917 yuqhi 𫢄
85918 kai 𫢅
85919 kagi 𫢆
85920 kei 𫢇
85921 kddi 𫢇
85922 kji 𫢈
85923 ifi 𫢉
85924 kkdi 𫢊
85925 ,di 𫢊
85926 kazi 𫢋
85927 kjyi 𫢌
85928 oki 𫢍
85929 kxsi 𫢎
85930 ktgai 𫢏
85931 ksfi 𫢐
85932 kszi 𫢐
85933 kzi 𫢑
85934 kzqhi 𫢒
85935 k;.i 𫢓
85936 khdti 𫢔
85937 khlti 𫢔
85938 keti 𫢔
85939 kiji 𫢕
85940 klgdi 𫢖
85941 kgldi 𫢖
85942 kk.i 𫢗
85943 kbfhi 𫢘
85944 kaabi 𫢙
85945 kdaxi 𫢚
85946 koebi 𫢛
85947 kk.ji 𫢜
85948 knafi 𫢝
85949 kapi 𫢞
85950 kqmi 𫢟
85951 kfbi 𫢠
85952 kclfi 𫢡
85953 keri 𫢢
85954 kibei 𫢣
85955 kkhei 𫢣
85956 klpsi 𫢤
85957 k.szi 𫢥
85958 k.gai 𫢥
85959 k.aki 𫢥
85960 knzxi 𫢦
85961 ky.;i 𫢧
85962 khjni 𫢨
85963 bqigi 𫢩
85964 bqkgi 𫢩
85965 kqfni 𫢪
85966 kaxsi 𫢫
85967 kfjbi 𫢬
85968 kfhhi 𫢭
85969 kfkqi 𫢮
85970 kfqli 𫢯
85971 kplfi 𫢰
85972 k/fi 𫢱
85973 kebmi 𫢲
85974 kl/si 𫢳
85975 kkkci 𫢴
85976 koaci 𫢵
85977 kne;i 𫢶
85978 ky;fi 𫢷
85979 kkpfi 𫢸
85980 knzhi 𫢹
85981 kxz.i 𫢺
85982 ktjfi 𫢻
85983 x;kxi 𫢼
85984 kap.i 𫢽
85985 kvlpi 𫢾
85986 kqlbi 𫢿
85987 kzaei 𫣀
85988 k;pfi 𫣁
85989 klgui 𫣂
85990 kglui 𫣂
85991 kg.ui 𫣂
85992 ibnwi 𫣃
85993 khbwi 𫣃
85994 kzyi 𫣄
85995 kdqii 𫣅
85996 kpzni 𫣆
85997 k;lbi 𫣇
85998 k;l.i 𫣈
85999 keoui 𫣉
86000 k.jbi 𫣊
86001 klpbi 𫣋
86002 kirxi 𫣌
86003 kizxi 𫣌
86004 ky.ui 𫣍
86005 kjjki 𫣎
86006 kjuki 𫣎
86007 kypsi 𫣏
86008 kypxi 𫣐
86009 kytxi 𫣐
86010 kqjki 𫣑
86011 kjpsi 𫣒
86012 k.phi 𫣓
86013 kmqpi 𫣔
86014 kjqpi 𫣕
86015 ktgxi 𫣖
86016 ka/fi 𫣗
86017 i;ffi 𫣘
86018 vkk.i 𫣙
86019 q.vki 𫣚
86020 inaai 𫣛
86021 kf/ni 𫣜
86022 ijfri 𫣝
86023 kewai 𫣞
86024 kecai 𫣞
86025 kfl,i 𫣟
86026 kozpi 𫣠
86027 knqpi 𫣡
86028 kyc/i 𫣢
86029 kgphi 𫣣
86030 kftqi 𫣤
86031 kfydi 𫣥
86032 kfydi 𫣦
86033 k/fai 𫣧
86034 k/fsi 𫣧
86035 kjgi 𫣨
86036 kyvoi 𫣩
86037 kgjli 𫣪
86038 k,w.i 𫣫
86039 ky;ci 𫣬
86040 kaxki 𫣭
86041 ivjbi 𫣮
86042 k;vei 𫣯
86043 kpdbi 𫣰
86044 kgjni 𫣱
86045 kfkmi 𫣲
86046 kvvxi 𫣳
86047 kqdmi 𫣴
86048 kxkki 𫣵
86049 ko;ei 𫣶
86050 knfhi 𫣷
86051 knfsi 𫣷
86052 kk/ri 𫣸
86053 i;l;i 𫣹
86054 krudi 𫣺
86055 kv;mi 𫣻
86056 kzvvi 𫣼
86057 i;ufi 𫣽
86058 kfk,i 𫣾
86059 /mkci 𫣿
86060 kdlmi 𫤀
86061 kcjai 𫤁
86062 kcjsi 𫤁
86063 kojki 𫤂
86064 kb;ri 𫤃
86065 kq.yi 𫤄
86066 kv;xi 𫤅
86067 i,;bi 𫤆
86068 k/qni 𫤇
86069 kkkni 𫤈
86070 kqa;i 𫤉
86071 qpkpi 𫤊
86072 yatji 𫤋
86073 kac.i 𫤌
86074 iryfi 𫤍
86075 kqaei 𫤎
86076 kqani 𫤏
86077 kliki 𫤐
86078 kgjbi 𫤑
86079 kqavi 𫤒
86080 kqani 𫤓
86081 k,,,i 𫤔
86082 kqaci 𫤕
86083 kd;.i 𫤖
86084 jassi 𫤗
86085 djasi 𫤗
86086 l/si 𫤘
86087 aasqi 𫤙
86088 casbi 𫤚
86089 k;sfi 𫤛
86090 ;skli 𫤜
86091 pfasi 𫤝
86092 aasji 𫤞
86093 ;slri 𫤟
86094 ospqi 𫤠
86095 casxi 𫤡
86096 osnri 𫤢
86097 rrr;i 𫤣
86098 casei 𫤤
86099 casyi 𫤥
86100 cassi 𫤦
86101 qp.si 𫤧
86102 casfi 𫤨
86103 jktmi 𫤩
86104 iriri 𫤪
86105 kadgi 𫤫
86106 ,ki 𫤬
86107 k,i 𫤬
86108 lj.ki 𫤭
86109 kodi 𫤮
86110 xz.ki 𫤯
86111 ezgki 𫤰
86112 eztki 𫤰
86113 rakfi 𫤱
86114 rakzi 𫤱
86115 k;y;i 𫤲
86116 k;f;i 𫤲
86117 ktdai 𫤳
86118 rakfi 𫤴
86119 ggfki 𫤵
86120 ypaki 𫤶
86121 ypxki 𫤶
86122 jidxi 𫤷
86123 jajsi 𫤸
86124 jzaxi 𫤹
86125 jig;i 𫤺
86126 jkh;i 𫤺
86127 j/qxi 𫤻
86128 j./hi 𫤼
86129 jypmi 𫤽
86130 ksi 𫤾
86131 kafi 𫤿
86132 kajdi 𫥀
86133 kyjdi 𫥀
86134 koi 𫥁
86135 kui 𫥂
86136 ktli 𫥃
86137 ke;i 𫥄
86138 kjzi 𫥅
86139 khbi 𫥆
86140 khci 𫥇
86141 kj;i 𫥈
86142 kqpi 𫥉
86143 kjzsi 𫥊
86144 ktxi 𫥋
86145 karfi 𫥌
86146 kaczi 𫥍
86147 j;shi 𫥎
86148 jpshi 𫥎
86149 kv.i 𫥏
86150 kpahi 𫥐
86151 kv;ei 𫥑
86152 kejzi 𫥒
86153 kiuwi 𫥓
86154 kiuei 𫥓
86155 kyvi 𫥔
86156 kibai 𫥕
86157 kkhai 𫥕
86158 kibci 𫥖
86159 kkhci 𫥖
86160 kqoki 𫥗
86161 kib;i 𫥘
86162 kkh;i 𫥘
86163 kr;hi 𫥙
86164 kem,i 𫥚
86165 k;;vi 𫥛
86166 kibfi 𫥜
86167 kkhfi 𫥜
86168 kyvsi 𫥝
86169 sajdi 𫥞
86170 sawi 𫥟
86171 lsrci 𫥠
86172 qlpsi 𫥡
86173 lpqsi 𫥡
86174 rlpsi 𫥢
86175 lprsi 𫥢
86176 itcsi 𫥣
86177 ddaki 𫥤
86178 y.dhi 𫥥
86179 tp.di 𫥦
86180 dd/fi 𫥧
86181 /zddi 𫥨
86182 y.d;i 𫥩
86183 y.dki 𫥪
86184 baxdi 𫥫
86185 ddffi 𫥬
86186 crjdi 𫥭
86187 y.dki 𫥮
86188 bkhqi 𫥯
86189 jzi 𫥰
86190 jgfi 𫥱
86191 zhji 𫥲
86192 zbei 𫥳
86193 tdsji 𫥴
86194 zalei 𫥵
86195 aiei 𫥶
86196 daei 𫥷
86197 je;i 𫥸
86198 dzdei 𫥹
86199 caei 𫥺
86200 eibi 𫥻
86201 ekhbi 𫥻
86202 acaei 𫥼
86203 lzeei 𫥽
86204 ,ei 𫥾
86205 yk.ji 𫥿
86206 a.ei 𫦀
86207 cmei 𫦁
86208 zei 𫦂
86209 zffei 𫦃
86210 nuaei 𫦄
86211 tcdei 𫦅
86212 tddei 𫦅
86213 kkuei 𫦆
86214 kjcgi 𫦇
86215 ykkki 𫦈
86216 ykkhi 𫦈
86217 ,wei 𫦉
86218 ypei 𫦊
86219 kd.ji 𫦋
86220 dk.ji 𫦋
86221 kdmji 𫦋
86222 dkmji 𫦋
86223 xjtji 𫦌
86224 aljji 𫦍
86225 fjxei 𫦎
86226 i;oei 𫦏
86227 nkpei 𫦐
86228 ir,ji 𫦑
86229 ltgei 𫦒
86230 hooji 𫦓
86231 xmfji 𫦔
86232 x.fji 𫦔
86233 fjoei 𫦕
86234 caiei 𫦖
86235 mmmei 𫦗
86236 j/kji 𫦘
86237 lz;ei 𫦙
86238 fqpei 𫦚
86239 epkei 𫦛
86240 vvyei 𫦜
86241 lajei 𫦝
86242 yuqei 𫦞
86243 kkaei 𫦟
86244 dadei 𫦠
86245 pppei 𫦡
86246 gykei 𫦢
86247 ,.jei 𫦣
86248 bai 𫦤
86249 b;ai 𫦥
86250 zqbi 𫦦
86251 blni 𫦧
86252 ,bi 𫦨
86253 ajkbi 𫦩
86254 ;ubi 𫦪
86255 bpfi 𫦫
86256 lsubi 𫦬
86257 slubi 𫦬
86258 bhtxi 𫦭
86259 rakbi 𫦮
86260 vvbi 𫦯
86261 fjbbi 𫦰
86262 pubi 𫦱
86263 ;jbi 𫦲
86264 xjtbi 𫦳
86265 pcabi 𫦴
86266 nadbi 𫦵
86267 pbrqi 𫦶
86268 lvabi 𫦷
86269 lvkbi 𫦷
86270 ,,jbi 𫦸
86271 b;b;i 𫦹
86272 xzkbi 𫦺
86273 pbqpi 𫦻
86274 bbkbi 𫦼
86275 rrbri 𫦽
86276 o..bi 𫦾
86277 opbbi 𫦿
86278 lri 𫧀
86279 ledi 𫧁
86280 ldddi 𫧁
86281 of;hi 𫧂
86282 o;lhi 𫧂
86283 l.ixi 𫧃
86284 luizi 𫧄
86285 losxi 𫧅
86286 lntxi 𫧆
86287 qqi 𫧇
86288 rqkqi 𫧈
86289 rakqi 𫧈
86290 j;qqi 𫧉
86291 mofqi 𫧊
86292 .ofqi 𫧊
86293 qdi 𫧋
86294 qszi 𫧌
86295 qgkai 𫧌
86296 qagki 𫧌
86297 qpi 𫧍
86298 qei 𫧎
86299 qkki 𫧏
86300 qji 𫧐
86301 qapai 𫧑
86302 qjqi 𫧒
86303 qqhi 𫧓
86304 hqxri 𫧔
86305 ysxri 𫧔
86306 yxrsi 𫧔
86307 qozsi 𫧕
86308 qrpki 𫧖
86309 qk;;i 𫧗
86310 qofzi 𫧘
86311 ql,fi 𫧙
86312 qnrzi 𫧚
86313 qnfzi 𫧚
86314 qaezi 𫧛
86315 q;;si 𫧜
86316 qypmi 𫧝
86317 wbfi 𫧞
86318 itsi 𫧟
86319 xxfi 𫧠
86320 f;fi 𫧡
86321 lflfi 𫧢
86322 fjidi 𫧣
86323 fzfhi 𫧤
86324 frjki 𫧥
86325 yx,di 𫧦
86326 qnlfi 𫧧
86327 ffzsi 𫧨
86328 ffvsi 𫧨
86329 fpfui 𫧩
86330 lfpxi 𫧪
86331 fjx;i 𫧫
86332 ofypi 𫧬
86333 ofyhi 𫧬
86334 fpfvi 𫧭
86335 r.ci 𫧮
86336 rmci 𫧮
86337 e;jki 𫧯
86338 cesi 𫧰
86339 eacsi 𫧱
86340 eacxi 𫧲
86341 eacxi 𫧳
86342 e;bbi 𫧴
86343 eacti 𫧵
86344 eacsi 𫧶
86345 epkni 𫧷
86346 embii 𫧸
86347 adji 𫧹
86348 lrji 𫧺
86349 arji 𫧺
86350 odiji 𫧻
86351 oliji 𫧻
86352 ohdwi 𫧼
86353 ohlwi 𫧼
86354 odhwi 𫧼
86355 olhwi 𫧼
86356 axxji 𫧽
86357 ohdri 𫧾
86358 ohlri 𫧾
86359 odhri 𫧾
86360 olhri 𫧾
86361 ohdzi 𫧿
86362 ohlzi 𫧿
86363 odhzi 𫧿
86364 olhzi 𫧿
86365 ./lji 𫨀
86366 ./bji 𫨀
86367 yu/ji 𫨁
86368 zjdi 𫨂
86369 zavi 𫨃
86370 zxfi 𫨄
86371 zalpi 𫨅
86372 zzii 𫨆
86373 zaiki 𫨆
86374 zifi 𫨇
86375 z,bi 𫨈
86376 zpjdi 𫨉
86377 zkk;i 𫨊
86378 zcj;i 𫨋
86379 zalmi 𫨌
86380 zpoi 𫨍
86381 zklxi 𫨎
86382 zypi 𫨏
86383 zx;,i 𫨐
86384 zg,i 𫨑
86385 zf;bi 𫨒
86386 z;;si 𫨓
86387 zoeqi 𫨔
86388 zlmbi 𫨕
86389 z.zei 𫨖
86390 zgfpi 𫨗
86391 z;;fi 𫨘
86392 z.xki 𫨙
86393 zy;ti 𫨚
86394 zxj;i 𫨛
86395 zibki 𫨜
86396 zy;di 𫨝
86397 zepei 𫨞
86398 zgfpi 𫨟
86399 zrnfi 𫨠
86400 zekyi 𫨡
86401 zxuqi 𫨢
86402 zyedi 𫨣
86403 zvvpi 𫨤
86404 zpu,i 𫨥
86405 xci 𫨦
86406 xwgai 𫨧
86407 xwghi 𫨧
86408 ap.xi 𫨨
86409 x;qqi 𫨩
86410 xwgqi 𫨪
86411 xemi 𫨫
86412 rxvki 𫨬
86413 rxp.i 𫨭
86414 rxi;i 𫨮
86415 rxeni 𫨯
86416 eenxi 𫨰
86417 caixi 𫨱
86418 agbi 𫨲
86419 jybi 𫨳
86420 avbi 𫨴
86421 zxbi 𫨵
86422 uabi 𫨶
86423 lpbi 𫨷
86424 ozbi 𫨸
86425 bbqki 𫨹
86426 bbqsi 𫨹
86427 rnbi 𫨺
86428 esbi 𫨻
86429 qkdbi 𫨼
86430 vpbi 𫨽
86431 zrrbi 𫨾
86432 y;gbi 𫨿
86433 vaabi 𫩀
86434 majbi 𫩁
86435 wjjbi 𫩁
86436 y;pbi 𫩂
86437 sdlbi 𫩃
86438 sdhbi 𫩃
86439 zsdbi 𫩄
86440 zslbi 𫩄
86441 bbyfi 𫩅
86442 arpbi 𫩆
86443 kygbi 𫩇
86444 f/abi 𫩈
86445 yhsbi 𫩉
86446 yhasi 𫩉
86447 tl;bi 𫩊
86448 r,zhi 𫩋
86449 ;tdbi 𫩌
86450 zbzpi 𫩍
86451 .bzpi 𫩍
86452 yijbi 𫩎
86453 ppppi 𫩏
86454 ;agi 𫩐
86455 al;i 𫩑
86456 ;jdi 𫩒
86457 ;lsi 𫩓
86458 ;ysi 𫩔
86459 ;ni 𫩕
86460 ;hji 𫩖
86461 ;bhi 𫩗
86462 ;;di 𫩘
86463 ;;si 𫩙
86464 ;j.i 𫩚
86465 ;kki 𫩛
86466 ;.dki 𫩜
86467 ;ni 𫩝
86468 x;ghi 𫩞
86469 x;gai 𫩞
86470 ;qagi 𫩟
86471 cj;i 𫩠
86472 ;eqi 𫩡
86473 ;;.i 𫩢
86474 jz;i 𫩣
86475 ;cai 𫩤
86476 ;dpi 𫩥
86477 ;jaai 𫩦
86478 ;jjai 𫩦
86479 ib;i 𫩧
86480 khb;i 𫩧
86481 ij;i 𫩧
86482 mgs;i 𫩨
86483 ;jti 𫩩
86484 ;iaai 𫩪
86485 ;zzhi 𫩫
86486 fj;i 𫩬
86487 rj;i 𫩬
86488 ;pfi 𫩭
86489 ;/i 𫩮
86490 ;dtsi 𫩯
86491 ;ohfi 𫩰
86492 ;osi 𫩱
86493 ;.qi 𫩲
86494 ;khhi 𫩳
86495 ;lgvi 𫩴
86496 ;glvi 𫩴
86497 ;svi 𫩴
86498 ;yhsi 𫩵
86499 yhs;i 𫩶
86500 ;y.di 𫩷
86501 ;bni 𫩸
86502 ;xi 𫩹
86503 ;bkhi 𫩺
86504 bbb;i 𫩻
86505 gfg;i 𫩼
86506 ;oysi 𫩽
86507 ;ozbi 𫩾
86508 ;o.bi 𫩾
86509 ;oaki 𫩿
86510 ;fhni 𫪀
86511 ;vii 𫪁
86512 ;a,i 𫪁
86513 ;aczi 𫪂
86514 ;ajhi 𫪃
86515 ;ebri 𫪄
86516 ;pfhi 𫪅
86517 ;pfgi 𫪆
86518 ;dari 𫪇
86519 ;lxi 𫪈
86520 ;k;ki 𫪉
86521 ;.;.i 𫪊
86522 lox;i 𫪋
86523 ;cjsi 𫪌
86524 ;cni 𫪍
86525 ;ntki 𫪎
86526 ;cl.i 𫪏
86527 ;bg;i 𫪐
86528 ;gfmi 𫪑
86529 ;vzbi 𫪒
86530 ;v.bi 𫪒
86531 ;al;i 𫪓
86532 f;aqi 𫪔
86533 ;agsi 𫪕
86534 ;zkgi 𫪖
86535 ;aaxi 𫪗
86536 ;q.ki 𫪘
86537 ff;i 𫪙
86538 ;qfoi 𫪚
86539 ;qxi 𫪛
86540 ;figi 𫪜
86541 ;fkgi 𫪜
86542 ;fkji 𫪝
86543 ;pd;i 𫪞
86544 ;;.;i 𫪟
86545 ;;jbi 𫪠
86546 ;;jfi 𫪡
86547 ;knwi 𫪢
86548 .qkri 𫪣
86549 ;izji 𫪤
86550 ;kzji 𫪤
86551 ;kmmi 𫪥
86552 ;oz;i 𫪦
86553 ;lvi 𫪧
86554 ;scsi 𫪨
86555 ;kzui 𫪩
86556 ;.fmi 𫪪
86557 ;kzui 𫪫
86558 ;cibi 𫪬
86559 ;ckbi 𫪬
86560 ;noai 𫪭
86561 ;nohi 𫪭
86562 yp;;i 𫪮
86563 ;tjfi 𫪯
86564 ;wszi 𫪰
86565 ;alwi 𫪱
86566 ;vaki 𫪲
86567 ;zqui 𫪳
86568 ;gci 𫪴
86569 ;orki 𫪵
86570 ;onsi 𫪶
86571 ;o,i 𫪷
86572 at;/i 𫪸
86573 arf;i 𫪹
86574 ;fjdi 𫪺
86575 ;d/i 𫪻
86576 ;lpni 𫪼
86577 ;ijki 𫪽
86578 ;irhi 𫪾
86579 ;izhi 𫪾
86580 ;ckfi 𫪿
86581 ;y;di 𫫀
86582 ;skdi 𫫁
86583 ;skei 𫫁
86584 ;skki 𫫁
86585 ;gfki 𫫂
86586 ;oxzi 𫫃
86587 ;ozki 𫫄
86588 ;ei 𫫅
86589 ;g;di 𫫆
86590 ;acni 𫫇
86591 eci;i 𫫈
86592 ;ofki 𫫉
86593 ;kybi 𫫊
86594 ;jvvi 𫫋
86595 y;j;i 𫫌
86596 ;nkji 𫫍
86597 ,,.;i 𫫎
86598 ;,ami 𫫏
86599 cht;i 𫫐
86600 ;byfi 𫫑
86601 ;trpi 𫫒
86602 ;tfpi 𫫒
86603 ;on;i 𫫓
86604 ;orci 𫫔
86605 ;vobi 𫫕
86606 ;qeni 𫫖
86607 ;a;ni 𫫖
86608 ;zmi 𫫗
86609 z;z;i 𫫘
86610 ;qoki 𫫙
86611 ;fi;i 𫫚
86612 ;fk;i 𫫚
86613 ;fapi 𫫛
86614 ;.rui 𫫜
86615 ;.rai 𫫜
86616 ;llpi 𫫝
86617 af;ni 𫫞
86618 lf;ni 𫫞
86619 ;lvni 𫫟
86620 ;nkpi 𫫠
86621 ;nzsi 𫫡
86622 ;ykbi 𫫢
86623 ;yxfi 𫫣
86624 ;g;.i 𫫤
86625 ;g.;i 𫫤
86626 ;cnci 𫫥
86627 ;hjoi 𫫦
86628 ;tgxi 𫫧
86629 ;arri 𫫨
86630 ;arci 𫫩
86631 gza;i 𫫪
86632 ;al.i 𫫫
86633 ;raki 𫫬
86634 ;eafi 𫫭
86635 ;cjoi 𫫮
86636 ;.fpi 𫫯
86637 ;.jqi 𫫰
86638 ;m/i 𫫱
86639 ;iasi 𫫲
86640 ;nkfi 𫫳
86641 ;xzsi 𫫴
86642 ;xysi 𫫴
86643 ;b,wi 𫫵
86644 ;oopi 𫫶
86645 ;axui 𫫷
86646 rfk;i 𫫸
86647 az;.i 𫫹
86648 lz;.i 𫫹
86649 ;aegi 𫫺
86650 ;fnai 𫫻
86651 ;/zsi 𫫼
86652 ejari 𫫽
86653 ejaqi 𫫽
86654 ;ecmi 𫫾
86655 ;iibi 𫫿
86656 ;ikbi 𫫿
86657 ;.svi 𫬀
86658 ozz;i 𫬁
86659 ;copi 𫬂
86660 ;ya;i 𫬃
86661 ;yl;i 𫬃
86662 ;ykxi 𫬄
86663 yag;i 𫬅
86664 ;,ami 𫬆
86665 ;g,.i 𫬇
86666 ;owvi 𫬈
86667 ;fuei 𫬉
86668 ;mb;i 𫬊
86669 ;;adi 𫬋
86670 ;;jqi 𫬌
86671 ;eexi 𫬍
86672 af;mi 𫬎
86673 lf;mi 𫬎
86674 ;nb.i 𫬏
86675 ;nrmi 𫬐
86676 j;.,i 𫬑
86677 j;h,i 𫬑
86678 ;or.i 𫬒
86679 ;o,bi 𫬓
86680 r;r;i 𫬔
86681 ;v.pi 𫬕
86682 ;v.hi 𫬕
86683 ;mqxi 𫬖
86684 ;/ebi 𫬗
86685 ;/xqi 𫬘
86686 ;myxi 𫬙
86687 ;l,.i 𫬚
86688 ;yyfi 𫬛
86689 ;okmi 𫬜
86690 ;oimi 𫬜
86691 ;zywi 𫬝
86692 ;apri 𫬞
86693 ;fumi 𫬟
86694 ;qdsi 𫬠
86695 ;mfzi 𫬡
86696 ;;z;i 𫬢
86697 ;;zli 𫬣
86698 ;uaxi 𫬤
86699 ;u,vi 𫬥
86700 ;krhi 𫬦
86701 ;lldi 𫬧
86702 ;,,di 𫬨
86703 ykjfi 𫬩
86704 y.;qi 𫬪
86705 wjj;i 𫬫
86706 ;oyei 𫬬
86707 ;qn;i 𫬭
86708 at;fi 𫬮
86709 eafsi 𫬯
86710 ef;si 𫬯
86711 ;;j.i 𫬰
86712 ;fpni 𫬱
86713 ;;e;i 𫬲
86714 lvy;i 𫬳
86715 ovv;i 𫬴
86716 ;cyei 𫬵
86717 ;owwi 𫬶
86718 ;g,di 𫬷
86719 r;ipi 𫬸
86720 r;fpi 𫬸
86721 ;akhi 𫬹
86722 ;flyi 𫬺
86723 ;jjbi 𫬻
86724 ;j//i 𫬼
86725 ;;.;i 𫬽
86726 ;irxi 𫬾
86727 ;,,,i 𫬿
86728 ;qdii 𫭀
86729 ;zzei 𫭁
86730 pfi 𫭂
86731 pjsi 𫭃
86732 bpqi 𫭄
86733 poxi 𫭅
86734 pavi 𫭆
86735 pzdfi 𫭇
86736 plpi 𫭈
86737 pig;i 𫭉
86738 pkh;i 𫭉
86739 pnzxi 𫭊
86740 peei 𫭋
86741 poki 𫭌
86742 ppa.i 𫭍
86743 pl;mi 𫭎
86744 pypi 𫭏
86745 p;;;i 𫭐
86746 pfkmi 𫭑
86747 pzkmi 𫭑
86748 pvkmi 𫭑
86749 pfk.i 𫭑
86750 pzk.i 𫭑
86751 pvk.i 𫭑
86752 picji 𫭒
86753 p.lmi 𫭓
86754 par;i 𫭔
86755 ijfmi 𫭕
86756 rsi 𫭖
86757 rki 𫭗
86758 rji 𫭘
86759 r;i 𫭙
86760 rci 𫭚
86761 razi 𫭛
86762 rfi 𫭜
86763 rzi 𫭝
86764 raabi 𫭞
86765 rq.i 𫭟
86766 eri 𫭠
86767 rdi 𫭡
86768 rkqi 𫭢
86769 .hri 𫭣
86770 .hhri 𫭣
86771 .kkri 𫭣
86772 rsfi 𫭤
86773 rszi 𫭤
86774 ravi 𫭥
86775 r;bi 𫭦
86776 rlgfi 𫭧
86777 rglfi 𫭧
86778 rxbhi 𫭨
86779 rgdri 𫭩
86780 raxsi 𫭪
86781 raqxi 𫭫
86782 apri 𫭬
86783 epri 𫭬
86784 rpfi 𫭭
86785 rpei 𫭭
86786 rmei 𫭮
86787 rtfhi 𫭯
86788 rrni 𫭰
86789 ralai 𫭱
86790 raczi 𫭲
86791 rrsfi 𫭳
86792 rrszi 𫭳
86793 lveri 𫭴
86794 rngri 𫭵
86795 kibri 𫭶
86796 kkhri 𫭶
86797 ryi 𫭷
86798 ry;di 𫭸
86799 gftri 𫭹
86800 gztri 𫭹
86801 rbrhi 𫭺
86802 rtsni 𫭻
86803 rfjbi 𫭼
86804 r/mi 𫭽
86805 rii 𫭾
86806 kkrqi 𫭿
86807 rjr;i 𫮀
86808 rnaci 𫮁
86809 rnpfi 𫮂
86810 rkpfi 𫮃
86811 tqdri 𫮄
86812 rxz.i 𫮅
86813 rf;.i 𫮆
86814 rgkki 𫮇
86815 rzpri 𫮈
86816 rfaii 𫮉
86817 r.abi 𫮊
86818 mckri 𫮋
86819 ry;si 𫮌
86820 ry;di 𫮍
86821 rypci 𫮎
86822 c.ori 𫮏
86823 rilji 𫮐
86824 rtfbi 𫮑
86825 rgtbi 𫮒
86826 rqahi 𫮓
86827 rqa.i 𫮓
86828 rzlvi 𫮔
86829 rpzxi 𫮕
86830 rldi 𫮖
86831 ruizi 𫮗
86832 rkyei 𫮘
86833 rkuui 𫮙
86834 rjvvi 𫮚
86835 rkrri 𫮛
86836 vizri 𫮜
86837 a,zri 𫮜
86838 rfqhi 𫮝
86839 rdpqi 𫮞
86840 kk;ri 𫮟
86841 rlmui 𫮠
86842 rc,,i 𫮡
86843 rbjni 𫮢
86844 aebri 𫮣
86845 fceri 𫮤
86846 rkybi 𫮥
86847 rkyki 𫮥
86848 reeni 𫮦
86849 rjp.i 𫮧
86850 rj;.i 𫮧
86851 rlrhi 𫮨
86852 ojrri 𫮩
86853 rnkki 𫮪
86854 rizxi 𫮫
86855 rkzxi 𫮫
86856 rtg/i 𫮬
86857 rrqdi 𫮭
86858 rfpmi 𫮮
86859 kzfri 𫮯
86860 rfk;i 𫮰
86861 rrk;i 𫮰
86862 rfkei 𫮰
86863 rrkei 𫮰
86864 rakqi 𫮱
86865 rfpri 𫮲
86866 ;tdri 𫮳
86867 r,,vi 𫮴
86868 rbcqi 𫮵
86869 rr;;i 𫮶
86870 rf;;i 𫮶
86871 rpr;i 𫮷
86872 xzpri 𫮸
86873 rfzci 𫮹
86874 nq;ri 𫮺
86875 bgdri 𫮻
86876 rbcni 𫮼
86877 rff;i 𫮽
86878 rfr;i 𫮽
86879 rfkpi 𫮾
86880 rdz.i 𫮿
86881 ///ri 𫯀
86882 vqi 𫯁
86883 vagfi 𫯂
86884 vpci 𫯃
86885 hhrri 𫯄
86886 rbwgi 𫯅
86887 jq,bi 𫯆
86888 kjqbi 𫯆
86889 rbrni 𫯇
86890 vqi;i 𫯈
86891 veafi 𫯉
86892 veaai 𫯉
86893 ravbi 𫯊
86894 osz.i 𫯋
86895 yca.i 𫯌
86896 mmadi 𫯍
86897 moszi 𫯎
86898 .oszi 𫯎
86899 ztgci 𫯏
86900 mmvai 𫯐
86901 rqkmi 𫯑
86902 rakmi 𫯑
86903 mmjxi 𫯒
86904 vkkmi 𫯓
86905 rakmi 𫯔
86906 zaaci 𫯕
86907 mmini 𫯖
86908 mmcui 𫯗
86909 rakmi 𫯘
86910 mmnci 𫯙
86911 mmqxi 𫯚
86912 lzi 𫯛
86913 zjdi 𫯜
86914 eaazi 𫯝
86915 z;di 𫯞
86916 zidi 𫯟
86917 zqi 𫯠
86918 zaii 𫯡
86919 zqxi 𫯢
86920 zfhfi 𫯣
86921 zf;i 𫯤
86922 zdmi 𫯥
86923 za.i 𫯦
86924 zkoei 𫯧
86925 blqzi 𫯨
86926 zffzi 𫯩
86927 zzzi 𫯪
86928 zqpi 𫯫
86929 azpqi 𫯬
86930 zpa.i 𫯭
86931 zedmi 𫯮
86932 zddmi 𫯮
86933 zkasi 𫯯
86934 zopi 𫯰
86935 ej,zi 𫯱
86936 uabgi 𫯲
86937 opzi 𫯳
86938 zbpfi 𫯴
86939 zy;ti 𫯵
86940 zc,di 𫯶
86941 zcddi 𫯶
86942 idzxi 𫯷
86943 aznni 𫯸
86944 vamzi 𫯹
86945 aeazi 𫯺
86946 zdzxi 𫯻
86947 zxxi 𫯼
86948 zqdpi 𫯽
86949 zqdhi 𫯽
86950 zzi;i 𫯾
86951 zeafi 𫯿
86952 xqxzi 𫰀
86953 qxxzi 𫰀
86954 horzi 𫰁
86955 zrlfi 𫰂
86956 zkkvi 𫰃
86957 .xzdi 𫰄
86958 fu,zi 𫰅
86959 wsi 𫰆
86960 wxi 𫰇
86961 waci 𫰈
86962 wshi 𫰉
86963 wwi 𫰊
86964 wzhi 𫰋
86965 wati 𫰌
86966 waadi 𫰍
86967 wfgi 𫰍
86968 wqdli 𫰎
86969 wei 𫰏
86970 ebwi 𫰐
86971 wjki 𫰑
86972 wui 𫰒
86973 wlsfi 𫰓
86974 wslfi 𫰓
86975 wofi 𫰔
86976 wklgi 𫰕
86977 wkgli 𫰕
86978 wci 𫰖
86979 ajewi 𫰗
86980 wlfei 𫰘
86981 wafei 𫰘
86982 wklfi 𫰙
86983 wb;i 𫰚
86984 wbqi 𫰛
86985 wbri 𫰛
86986 wzzi 𫰜
86987 wajri 𫰝
86988 wamei 𫰞
86989 wamai 𫰟
86990 wcti 𫰠
86991 wkqfi 𫰡
86992 wiaxi 𫰢
86993 wyhsi 𫰣
86994 w,i 𫰤
86995 y.bwi 𫰥
86996 wnfhi 𫰦
86997 wifi 𫰧
86998 wghzi 𫰨
86999 wdvi 𫰩
87000 wrlfi 𫰪
87001 wqeai 𫰫
87002 wa;ai 𫰫
87003 wvqi 𫰬
87004 wrci 𫰭
87005 wfbi 𫰮
87006 wpvi 𫰯
87007 winai 𫰰
87008 kk;wi 𫰱
87009 j;swi 𫰲
87010 jpswi 𫰲
87011 wy;di 𫰳
87012 wnofi 𫰴
87013 blqwi 𫰵
87014 x;gwi 𫰶
87015 otbwi 𫰷
87016 wafji 𫰸
87017 zjswi 𫰹
87018 wzi 𫰺
87019 wjisi 𫰻
87020 wfaxi 𫰼
87021 wkkci 𫰽
87022 wii 𫰾
87023 wd,di 𫰿
87024 wlodi 𫱀
87025 wigni 𫱁
87026 wkhni 𫱁
87027 wgcdi 𫱂
87028 wagdi 𫱂
87029 qdtwi 𫱃
87030 wz;ui 𫱄
87031 waf;i 𫱅
87032 wqpi 𫱆
87033 wqmi 𫱇
87034 wfzhi 𫱈
87035 wequi 𫱉
87036 wplsi 𫱊
87037 woafi 𫱋
87038 wlzfi 𫱋
87039 wjahi 𫱌
87040 wy;si 𫱍
87041 wirhi 𫱎
87042 wizhi 𫱎
87043 yswki 𫱏
87044 wbbfi 𫱐
87045 wglni 𫱑
87046 vvjwi 𫱒
87047 wapsi 𫱓
87048 wrkci 𫱔
87049 weoui 𫱕
87050 w;kdi 𫱖
87051 wi;oi 𫱗
87052 w.xi 𫱘
87053 wos;i 𫱙
87054 wy.xi 𫱚
87055 wirni 𫱛
87056 wn;;i 𫱜
87057 waani 𫱝
87058 wkjni 𫱝
87059 wbkyi 𫱞
87060 wzjsi 𫱟
87061 wewi 𫱠
87062 wfxri 𫱡
87063 wemi 𫱢
87064 wpqxi 𫱣
87065 lvtwi 𫱤
87066 lpqwi 𫱥
87067 wj;gi 𫱦
87068 wk;li 𫱧
87069 wyk;i 𫱨
87070 wbnbi 𫱩
87071 wgf;i 𫱪
87072 wxpi 𫱫
87073 wf;qi 𫱬
87074 wzy.i 𫱭
87075 wzni 𫱮
87076 walpi 𫱯
87077 wfldi 𫱰
87078 wca,i 𫱱
87079 pfawi 𫱲
87080 wilai 𫱳
87081 wilki 𫱳
87082 ojwi 𫱴
87083 wiphi 𫱵
87084 bgdwi 𫱶
87085 wtdei 𫱷
87086 wtedi 𫱷
87087 wafci 𫱸
87088 wf,xi 𫱹
87089 wr;bi 𫱺
87090 wfl.i 𫱻
87091 wem,i 𫱼
87092 wfnai 𫱽
87093 wp;mi 𫱾
87094 eiqwi 𫱿
87095 uizwi 𫲀
87096 ukzwi 𫲀
87097 wyhvi 𫲁
87098 wizmi 𫲂
87099 wkzmi 𫲂
87100 wypci 𫲃
87101 wnkmi 𫲄
87102 akjwi 𫲅
87103 wqoci 𫲆
87104 wfn;i 𫲇
87105 wdq.i 𫲈
87106 wsa,i 𫲉
87107 wsl,i 𫲉
87108 wo/,i 𫲊
87109 wnb.i 𫲋
87110 wjjwi 𫲌
87111 wfppi 𫲍
87112 wfpci 𫲎
87113 wfpbi 𫲏
87114 wcjmi 𫲐
87115 wlmvi 𫲑
87116 wyedi 𫲒
87117 ys/hi 𫲓
87118 wfk,i 𫲔
87119 dlewi 𫲕
87120 dlewi 𫲖
87121 wosmi 𫲗
87122 wyuqi 𫲘
87123 wtzni 𫲙
87124 wz;;i 𫲚
87125 wfo.i 𫲛
87126 a.swi 𫲜
87127 wfqui 𫲝
87128 wppai 𫲞
87129 wyufi 𫲟
87130 wz;.i 𫲠
87131 gfbi 𫲡
87132 gfl;i 𫲢
87133 xjgfi 𫲣
87134 j;gfi 𫲤
87135 gfpxi 𫲥
87136 gfksi 𫲦
87137 gfii 𫲧
87138 ywgfi 𫲨
87139 fz;fi 𫲩
87140 dxxfi 𫲪
87141 xdxfi 𫲪
87142 xxdfi 𫲪
87143 kybfi 𫲫
87144 lggpi 𫲬
87145 glgpi 𫲬
87146 lgghi 𫲬
87147 glghi 𫲬
87148 gfysi 𫲭
87149 gfjpi 𫲮
87150 oy;fi 𫲯
87151 j;gxi 𫲰
87152 ;jffi 𫲱
87153 leyfi 𫲲
87154 zdgfi 𫲳
87155 gff/i 𫲴
87156 nri 𫲵
87157 njhi 𫲶
87158 njki 𫲶
87159 nzi 𫲷
87160 nfi 𫲸
87161 n;di 𫲹
87162 nei 𫲺
87163 nlai 𫲻
87164 nlbi 𫲼
87165 ngki 𫲼
87166 nni 𫲽
87167 n.;i 𫲾
87168 nyi 𫲿
87169 nxbi 𫳀
87170 nzdi 𫳁
87171 napfi 𫳂
87172 nacai 𫳃
87173 nntsi 𫳄
87174 nifi 𫳅
87175 ntggi 𫳆
87176 nadai 𫳇
87177 nrjsi 𫳈
87178 naxzi 𫳉
87179 neri 𫳊
87180 nlrbi 𫳋
87181 narbi 𫳋
87182 nkz;i 𫳌
87183 nnvi 𫳍
87184 ncjki 𫳎
87185 ndsfi 𫳏
87186 ndszi 𫳏
87187 nrifi 𫳐
87188 nzpsi 𫳑
87189 nvpi 𫳒
87190 n;;bi 𫳓
87191 nesi 𫳔
87192 nuui 𫳕
87193 nyp;i 𫳖
87194 nwpi 𫳗
87195 ngfdi 𫳘
87196 nwahi 𫳙
87197 nar.i 𫳚
87198 nae;i 𫳛
87199 nalmi 𫳜
87200 nfpi 𫳝
87201 npa.i 𫳞
87202 ndaei 𫳟
87203 nyhfi 𫳠
87204 nnl,i 𫳡
87205 n,;i 𫳢
87206 nwwwi 𫳣
87207 nakji 𫳤
87208 nadei 𫳥
87209 n;uti 𫳦
87210 n;mi 𫳧
87211 nlpti 𫳨
87212 n.o;i 𫳩
87213 n.tbi 𫳪
87214 nyh;i 𫳫
87215 nnari 𫳬
87216 nypsi 𫳭
87217 nwtbi 𫳮
87218 nffti 𫳯
87219 narhi 𫳰
87220 nrri 𫳱
87221 nuaxi 𫳲
87222 npzxi 𫳳
87223 nl,.i 𫳴
87224 nofdi 𫳵
87225 nr;fi 𫳶
87226 nr;zi 𫳶
87227 nf;fi 𫳶
87228 nf;zi 𫳶
87229 nlpbi 𫳷
87230 nafsi 𫳸
87231 nlfsi 𫳸
87232 nnlsi 𫳹
87233 ncebi 𫳺
87234 nxmhi 𫳻
87235 nx.hi 𫳻
87236 nxapi 𫳼
87237 narri 𫳽
87238 napni 𫳾
87239 nfqxi 𫳿
87240 nqbli 𫴀
87241 n,bsi 𫴁
87242 narzi 𫴂
87243 napui 𫴃
87244 na/.i 𫴄
87245 narpi 𫴅
87246 nfpmi 𫴆
87247 neabi 𫴇
87248 nl;bi 𫴈
87249 n.ami 𫴉
87250 nkn,i 𫴊
87251 nypci 𫴋
87252 nirxi 𫴌
87253 n,ari 𫴍
87254 nb;fi 𫴎
87255 ngcsi 𫴏
87256 nrkai 𫴐
87257 nac.i 𫴑
87258 nfoxi 𫴒
87259 nr;;i 𫴓
87260 nf;;i 𫴓
87261 no,ni 𫴔
87262 nj;fi 𫴕
87263 nyhri 𫴖
87264 nyhpi 𫴗
87265 nvv,i 𫴘
87266 nr;zi 𫴙
87267 nf;zi 𫴙
87268 nnlgi 𫴚
87269 nxzoi 𫴛
87270 nqi.i 𫴜
87271 nardi 𫴝
87272 nnusi 𫴞
87273 ng.gi 𫴟
87274 ng.li 𫴟
87275 na.di 𫴠
87276 ndadi 𫴠
87277 narai 𫴡
87278 nmzbi 𫴢
87279 ncjbi 𫴣
87280 nzfti 𫴤
87281 nyxxi 𫴥
87282 nxyxi 𫴥
87283 narpi 𫴦
87284 nt.ri 𫴧
87285 nv/mi 𫴨
87286 nv/ui 𫴨
87287 nyhmi 𫴩
87288 nyyyi 𫴪
87289 narmi 𫴫
87290 y.fdi 𫴬
87291 hbfdi 𫴬
87292 tfhni 𫴭
87293 pafai 𫴮
87294 mefhi 𫴯
87295 rirhi 𫴰
87296 tfhzi 𫴱
87297 tfhti 𫴲
87298 tfhfi 𫴳
87299 crjhi 𫴴
87300 cfahi 𫴴
87301 tfhfi 𫴵
87302 nr;hi 𫴶
87303 zqihi 𫴶
87304 tfhgi 𫴷
87305 cpi 𫴸
87306 jkci 𫴹
87307 vsci 𫴺
87308 vcsi 𫴺
87309 cljki 𫴻
87310 hjfci 𫴼
87311 cjqsi 𫴽
87312 cpqqi 𫴾
87313 tci 𫴿
87314 lplci 𫴿
87315 cnddi 𫵀
87316 cj;ai 𫵁
87317 cj;ai 𫵂
87318 cttbi 𫵃
87319 fjzci 𫵄
87320 cj;xi 𫵅
87321 cljqi 𫵆
87322 bjjci 𫵇
87323 enci 𫵈
87324 htxzi 𫵉
87325 hbtzi 𫵉
87326 clx;i 𫵊
87327 ypnci 𫵋
87328 cj;fi 𫵌
87329 cecmi 𫵍
87330 zski 𫵎
87331 zsqqi 𫵏
87332 qxasi 𫵐
87333 ksefi 𫵑
87334 ks;mi 𫵒
87335 bjki 𫵓
87336 bui 𫵔
87337 b.dki 𫵕
87338 baaci 𫵖
87339 bktli 𫵗
87340 bnli 𫵘
87341 baaei 𫵙
87342 blffi 𫵚
87343 bkhhi 𫵛
87344 bsdbi 𫵜
87345 bxni 𫵝
87346 blq.i 𫵞
87347 bkoqi 𫵟
87348 bcqi 𫵠
87349 blqai 𫵡
87350 blqfi 𫵡
87351 pfbdi 𫵢
87352 pebdi 𫵢
87353 blqhi 𫵣
87354 bmqpi 𫵤
87355 bif;i 𫵥
87356 bla;i 𫵥
87357 bf;hi 𫵦
87358 bkhci 𫵧
87359 bifei 𫵨
87360 blaei 𫵨
87361 b.afi 𫵩
87362 bojki 𫵪
87363 b,wqi 𫵫
87364 buoki 𫵬
87365 b,w;i 𫵭
87366 dfdfi 𫵮
87367 dapni 𫵯
87368 decsi 𫵰
87369 dlesi 𫵰
87370 dfi 𫵱
87371 dadi 𫵲
87372 dsi 𫵳
87373 dbi 𫵴
87374 dg.i 𫵵
87375 daadi 𫵶
87376 dfgi 𫵶
87377 dzbi 𫵷
87378 dbqi 𫵸
87379 dbri 𫵸
87380 dbfhi 𫵹
87381 djtsi 𫵺
87382 dnwi 𫵻
87383 dap.i 𫵼
87384 dsapi 𫵽
87385 oszdi 𫵾
87386 dlvgi 𫵿
87387 dlvli 𫵿
87388 dnvi 𫶀
87389 dpl.i 𫶁
87390 ddzfi 𫶂
87391 dpni 𫶃
87392 dycbi 𫶄
87393 dxz.i 𫶅
87394 dzaxi 𫶆
87395 dfjdi 𫶇
87396 dbifi 𫶈
87397 dblfi 𫶈
87398 dbari 𫶉
87399 deoui 𫶊
87400 odjdi 𫶋
87401 dohpi 𫶌
87402 djpki 𫶍
87403 dnk;i 𫶎
87404 dwlxi 𫶏
87405 dbbvi 𫶐
87406 darmi 𫶑
87407 dcvvi 𫶒
87408 dnzdi 𫶓
87409 qe.di 𫶔
87410 te.di 𫶔
87411 dfj;i 𫶕
87412 tpadi 𫶖
87413 dgifi 𫶗
87414 dzpi 𫶘
87415 dfbzi 𫶙
87416 dlvei 𫶚
87417 d.x.i 𫶛
87418 dy;di 𫶜
87419 dzq.i 𫶝
87420 dzt.i 𫶝
87421 qpadi 𫶞
87422 dzkzi 𫶟
87423 druui 𫶠
87424 drjai 𫶠
87425 decmi 𫶡
87426 depui 𫶢
87427 d.udi 𫶣
87428 dbgfi 𫶤
87429 dfe/i 𫶥
87430 dyx.i 𫶦
87431 dxy.i 𫶦
87432 ooooi 𫶧
87433 ivedi 𫶨
87434 ivddi 𫶨
87435 wjkxi 𫶩
87436 wjkmi 𫶩
87437 wyysi 𫶪
87438 qkxi 𫶫
87439 qozi 𫶬
87440 karqi 𫶭
87441 klrqi 𫶭
87442 qfaxi 𫶮
87443 irlwi 𫶯
87444 izqwi 𫶯
87445 irlbi 𫶰
87446 izqbi 𫶰
87447 qagfi 𫶱
87448 rbsqi 𫶲
87449 rbsri 𫶲
87450 q/rpi 𫶳
87451 q/rhi 𫶳
87452 irl;i 𫶴
87453 izq;i 𫶴
87454 tdsgi 𫶵
87455 tdsli 𫶵
87456 tsfsi 𫶶
87457 ;l;si 𫶷
87458 ;;tsi 𫶷
87459 tdsei 𫶸
87460 dxxsi 𫶹
87461 xdxsi 𫶹
87462 xxdsi 𫶹
87463 ffasi 𫶺
87464 frasi 𫶺
87465 tdsui 𫶻
87466 tds;i 𫶼
87467 jdci 𫶽
87468 jdki 𫶾
87469 jdlhi 𫶿
87470 jdlqi 𫷀
87471 k.jdi 𫷁
87472 jdsfi 𫷂
87473 jdszi 𫷂
87474 akkdi 𫷃
87475 adadi 𫷄
87476 jdjfi 𫷅
87477 jdjdi 𫷆
87478 lj;di 𫷇
87479 .aldi 𫷈
87480 jdnsi 𫷉
87481 jdqki 𫷊
87482 jdfki 𫷊
87483 jddii 𫷋
87484 jdeui 𫷌
87485 lpjqi 𫷍
87486 jdn;i 𫷎
87487 xoadi 𫷏
87488 jdfpi 𫷐
87489 jdcpi 𫷑
87490 jdqmi 𫷒
87491 cj;fi 𫷓
87492 afosi 𫷔
87493 afsbi 𫷕
87494 afsfi 𫷖
87495 afszi 𫷖
87496 oqwbi 𫷗
87497 ifpgi 𫷘
87498 lafgi 𫷘
87499 aiyei 𫷙
87500 aiuui 𫷚
87501 afaki 𫷛
87502 afwki 𫷛
87503 oqffi 𫷜
87504 aikui 𫷝
87505 oqeni 𫷞
87506 xrlgi 𫷟
87507 pfxxi 𫷠
87508 pexxi 𫷠
87509 xxaai 𫷡
87510 aljxi 𫷢
87511 xxaxi 𫷣
87512 xblni 𫷤
87513 nlsi 𫷥
87514 nsli 𫷥
87515 nfhi 𫷦
87516 nzxi 𫷧
87517 novi 𫷨
87518 ntsfi 𫷩
87519 nfti 𫷪
87520 naf.i 𫷫
87521 nvii 𫷬
87522 na,i 𫷬
87523 n;ci 𫷭
87524 ntui 𫷮
87525 ntkhi 𫷯
87526 nvzbi 𫷰
87527 nv.bi 𫷰
87528 nzffi 𫷱
87529 ncl,i 𫷲
87530 nlebi 𫷳
87531 n,cli 𫷴
87532 ntkhi 𫷵
87533 n;rgi 𫷶
87534 nijki 𫷷
87535 nitxi 𫷸
87536 n,wi 𫷹
87537 n.fhi 𫷺
87538 ntkki 𫷻
87539 nrihi 𫷼
87540 nelii 𫷽
87541 nmmwi 𫷾
87542 nkyhi 𫷿
87543 ntdii 𫸀
87544 ntkii 𫸀
87545 ntkki 𫸀
87546 n/qxi 𫸁
87547 nlm;i 𫸂
87548 nriri 𫸃
87549 nfoxi 𫸄
87550 nlv,i 𫸅
87551 nkczi 𫸆
87552 nyefi 𫸇
87553 n,mni 𫸈
87554 nbgni 𫸉
87555 nrpsi 𫸊
87556 nrpei 𫸋
87557 nrpbi 𫸌
87558 nrpfi 𫸍
87559 nrpui 𫸎
87560 nrpki 𫸏
87561 nrpni 𫸐
87562 rbi 𫸑
87563 rkrbi 𫸒
87564 flrbi 𫸓
87565 farbi 𫸓
87566 lrabi 𫸔
87567 arabi 𫸔
87568 lrbmi 𫸔
87569 arbmi 𫸔
87570 tfbqi 𫸕
87571 tfi 𫸖
87572 qxfi 𫸗
87573 mqfi 𫸘
87574 gqfi 𫸙
87575 zaafi 𫸚
87576 blqfi 𫸛
87577 zfi 𫸜
87578 eefi 𫸝
87579 lqfi 𫸞
87580 otgfi 𫸟
87581 yagfi 𫸠
87582 blqfi 𫸡
87583 ,,yfi 𫸢
87584 ljnfi 𫸣
87585 ./bfi 𫸤
87586 tgzi 𫸥
87587 tgfi 𫸦
87588 tg;i 𫸧
87589 adtei 𫸨
87590 tgq.i 𫸩
87591 tgasi 𫸪
87592 tgz;i 𫸫
87593 jstdi 𫸬
87594 bptgi 𫸭
87595 tgvji 𫸮
87596 tg;zi 𫸯
87597 tg.ji 𫸰
87598 tgysi 𫸱
87599 ntgi 𫸲
87600 tgmi 𫸳
87601 tgeai 𫸴
87602 tgobi 𫸵
87603 tggti 𫸶
87604 tgdfi 𫸷
87605 tgpbi 𫸸
87606 tgzri 𫸹
87607 tgthi 𫸺
87608 tgewi 𫸻
87609 l,tki 𫸼
87610 ktgsi 𫸽
87611 tgrbi 𫸾
87612 tgkni 𫸿
87613 tglbi 𫹀
87614 tgeii 𫹁
87615 tgl,i 𫹂
87616 tgu.i 𫹃
87617 tbti 𫹄
87618 tjjzi 𫹅
87619 tjjai 𫹅
87620 tjjki 𫹅
87621 sgjki 𫹆
87622 wjjdi 𫹇
87623 w,xfi 𫹈
87624 ap.i 𫹉
87625 ooj.i 𫹊
87626 .ei 𫹋
87627 .wi 𫹌
87628 .fbi 𫹍
87629 .vi 𫹎
87630 .ebi 𫹏
87631 .,i 𫹐
87632 .lfei 𫹑
87633 .q.i 𫹒
87634 .bbi 𫹓
87635 .e;i 𫹔
87636 .irsi 𫹕
87637 .izsi 𫹕
87638 .qifi 𫹖
87639 .py.i 𫹗
87640 .of.i 𫹘
87641 .r;ii 𫹙
87642 .rrhi 𫹚
87643 .hofi 𫹛
87644 .irqi 𫹜
87645 .izqi 𫹜
87646 .irxi 𫹝
87647 .izxi 𫹝
87648 .g,i 𫹞
87649 .;lti 𫹟
87650 .;ati 𫹟
87651 .llzi 𫹠
87652 .rri 𫹡
87653 .g;.i 𫹢
87654 .g.;i 𫹢
87655 .zkci 𫹣
87656 .ca,i 𫹤
87657 .tlmi 𫹥
87658 fuahi 𫹦
87659 fjshi 𫹦
87660 .r;mi 𫹧
87661 .ykmi 𫹨
87662 .f;yi 𫹩
87663 .;;.i 𫹪
87664 nagi 𫹫
87665 jci 𫹬
87666 lgni 𫹭
87667 glni 𫹭
87668 nagai 𫹮
87669 afni 𫹯
87670 nhji 𫹰
87671 wni 𫹱
87672 qsni 𫹲
87673 axni 𫹳
87674 naadi 𫹴
87675 nfgi 𫹴
87676 aasni 𫹵
87677 ncli 𫹶
87678 nbbi 𫹷
87679 xnghi 𫹸
87680 xngai 𫹸
87681 xghni 𫹹
87682 xgani 𫹹
87683 ngi 𫹺
87684 avni 𫹻
87685 nqci 𫹼
87686 nog.i 𫹽
87687 ltsni 𫹾
87688 nadni 𫹿
87689 nzsfi 𫺀
87690 zini 𫺁
87691 aikni 𫺁
87692 nzii 𫺂
87693 naiki 𫺂
87694 n;afi 𫺃
87695 pfani 𫺄
87696 pqni 𫺄
87697 khfni 𫺅
87698 nkqfi 𫺆
87699 kigni 𫺇
87700 kkhni 𫺇
87701 ncwi 𫺈
87702 izni 𫺉
87703 kzni 𫺉
87704 ny.ei 𫺊
87705 cwni 𫺋
87706 nqmi 𫺌
87707 pwni 𫺍
87708 noti 𫺎
87709 nlpki 𫺏
87710 ig;ni 𫺐
87711 khgni 𫺐
87712 karni 𫺑
87713 nhjpi 𫺒
87714 nhjni 𫺓
87715 tl;ni 𫺔
87716 j;jni 𫺕
87717 ohbni 𫺖
87718 qdlni 𫺗
87719 nfjbi 𫺘
87720 nezki 𫺙
87721 lmbni 𫺚
87722 k;oni 𫺛
87723 j;sni 𫺜
87724 jpsni 𫺜
87725 nntki 𫺝
87726 ,,ni 𫺞
87727 nwjdi 𫺟
87728 arlni 𫺠
87729 arini 𫺡
87730 arkni 𫺡
87731 n;;;i 𫺢
87732 ndz,i 𫺣
87733 nemi 𫺤
87734 npaei 𫺥
87735 kjnai 𫺦
87736 nin;i 𫺧
87737 noafi 𫺨
87738 nlzfi 𫺨
87739 kbjni 𫺩
87740 nizei 𫺪
87741 nirei 𫺪
87742 nizti 𫺫
87743 nbifi 𫺬
87744 nblfi 𫺬
87745 nx;ni 𫺭
87746 qdtni 𫺮
87747 rkcni 𫺯
87748 nflpi 𫺰
87749 ljndi 𫺱
87750 ummni 𫺲
87751 nirqi 𫺳
87752 nizqi 𫺳
87753 ysnui 𫺴
87754 ir,ni 𫺵
87755 ntqi 𫺶
87756 bkyni 𫺷
87757 qjkni 𫺸
87758 nq;mi 𫺹
87759 ncjdi 𫺺
87760 njtxi 𫺻
87761 n.doi 𫺼
87762 ljnbi 𫺽
87763 kjn;i 𫺾
87764 nnkpi 𫺿
87765 nnzdi 𫻀
87766 nhjsi 𫻁
87767 wbnxi 𫻂
87768 nzqri 𫻃
87769 nfrui 𫻄
87770 nlpbi 𫻅
87771 nlpki 𫻅
87772 .ipni 𫻆
87773 ioani 𫻇
87774 wbn;i 𫻈
87775 jhnmi 𫻉
87776 nfnai 𫻊
87777 nlpdi 𫻋
87778 nixni 𫻌
87779 ,w.ni 𫻍
87780 ypjni 𫻎
87781 nb;fi 𫻏
87782 qshdi 𫻐
87783 nq;mi 𫻑
87784 p;yni 𫻒
87785 p;fni 𫻒
87786 vyvni 𫻓
87787 nmaxi 𫻔
87788 /xuni 𫻕
87789 nepui 𫻖
87790 ny.bi 𫻗
87791 ny/xi 𫻘
87792 ypfni 𫻙
87793 vqini 𫻚
87794 nruui 𫻛
87795 l.n,i 𫻜
87796 z;;ni 𫻝
87797 nf.bi 𫻞
87798 nfyni 𫻟
87799 n;uui 𫻠
87800 ny;xi 𫻡
87801 vqini 𫻢
87802 noxfi 𫻣
87803 nn.mi 𫻤
87804 /rfni 𫻥
87805 agaxi 𫻦
87806 baxi 𫻧
87807 axzi 𫻨
87808 afxi 𫻩
87809 anxi 𫻪
87810 aaaxi 𫻫
87811 /axi 𫻬
87812 rajxi 𫻭
87813 ryjxi 𫻭
87814 rraxi 𫻮
87815 ajkxi 𫻯
87816 kakxi 𫻰
87817 aykxi 𫻱
87818 f,hxi 𫻲
87819 axzdi 𫻳
87820 euxi 𫻴
87821 of;xi 𫻵
87822 o;axi 𫻵
87823 zszxi 𫻶
87824 xqxi 𫻶
87825 xa;xi 𫻶
87826 ax;xi 𫻶
87827 rlpxi 𫻷
87828 afxxi 𫻸
87829 azxxi 𫻸
87830 cj;xi 𫻹
87831 esaxi 𫻺
87832 osaxi 𫻻
87833 akyxi 𫻼
87834 zgxqi 𫻽
87835 awpxi 𫻾
87836 ar;xi 𫻿
87837 jebxi 𫼀
87838 qhfxi 𫼁
87839 opkxi 𫼂
87840 al,xi 𫼃
87841 vjvxi 𫼄
87842 r;ixi 𫼅
87843 r;fxi 𫼅
87844 caixi 𫼆
87845 a/mxi 𫼇
87846 tqsxi 𫼈
87847 gaxi 𫼉
87848 gpsi 𫼊
87849 grri 𫼋
87850 grki 𫼌
87851 g.gfi 𫼍
87852 gnofi 𫼎
87853 grlpi 𫼏
87854 grlhi 𫼏
87855 guaki 𫼐
87856 gaxbi 𫼑
87857 gcyxi 𫼒
87858 goi 𫼓
87859 oji 𫼔
87860 olsi 𫼕
87861 ojki 𫼖
87862 ogai 𫼗
87863 ojyi 𫼘
87864 ooasi 𫼙
87865 oyki 𫼚
87866 otgdi 𫼛
87867 oe;i 𫼜
87868 ojti 𫼝
87869 olii 𫼞
87870 oog.i 𫼟
87871 oyri 𫼠
87872 oxji 𫼡
87873 ozei 𫼢
87874 oqqfi 𫼣
87875 omei 𫼤
87876 odtsi 𫼥
87877 okzbi 𫼦
87878 okqfi 𫼧
87879 ojmi 𫼨
87880 oijdi 𫼩
87881 oni 𫼪
87882 ohjli 𫼫
87883 oyci 𫼬
87884 oy.di 𫼭
87885 ojlxi 𫼮
87886 obni 𫼯
87887 ow;i 𫼰
87888 oqmi 𫼱
87889 ovii 𫼲
87890 oa,i 𫼲
87891 ofysi 𫼳
87892 o;l;i 𫼴
87893 o;;i 𫼴
87894 oep.i 𫼵
87895 ocmi 𫼶
87896 o;tsi 𫼷
87897 okpdi 𫼸
87898 oig;i 𫼹
87899 okh;i 𫼹
87900 o.ari 𫼺
87901 oklpi 𫼻
87902 ohfbi 𫼼
87903 ohjni 𫼽
87904 oxlbi 𫼾
87905 oxgki 𫼾
87906 ots.i 𫼿
87907 oxjki 𫽀
87908 oqfni 𫽁
87909 ofbji 𫽂
87910 oa,xi 𫽃
87911 oagai 𫽄
87912 ogdai 𫽄
87913 orxki 𫽅
87914 orxhi 𫽅
87915 oqi;i 𫽆
87916 oapdi 𫽇
87917 ofzi 𫽈
87918 oeci 𫽉
87919 ocjfi 𫽊
87920 onjfi 𫽊
87921 o/mi 𫽋
87922 osb.i 𫽌
87923 oobi 𫽍
87924 okmmi 𫽎
87925 ooeri 𫽏
87926 olvi 𫽐
87927 sbopi 𫽑
87928 oghfi 𫽒
87929 ogoi 𫽓
87930 ohjdi 𫽔
87931 oycbi 𫽕
87932 otuai 𫽖
87933 ozui 𫽗
87934 ov;bi 𫽘
87935 oqami 𫽙
87936 ofl;i 𫽚
87937 efafi 𫽛
87938 opkei 𫽜
87939 oebui 𫽝
87940 o;i;i 𫽞
87941 osb;i 𫽟
87942 o.pi 𫽠
87943 okjui 𫽡
87944 olgai 𫽢
87945 okdhi 𫽣
87946 odkhi 𫽣
87947 o,ebi 𫽤
87948 onafi 𫽥
87949 oclvi 𫽦
87950 ocsvi 𫽦
87951 otgmi 𫽧
87952 owl.i 𫽨
87953 owlmi 𫽨
87954 owlhi 𫽨
87955 ozkci 𫽩
87956 oaxri 𫽪
87957 oadmi 𫽫
87958 ooroi 𫽬
87959 o;mi 𫽭
87960 ocjsi 𫽮
87961 ey.oi 𫽯
87962 oi;pi 𫽰
87963 os.vi 𫽱
87964 olyxi 𫽲
87965 ollqi 𫽳
87966 onzxi 𫽴
87967 onksi 𫽵
87968 otdsi 𫽶
87969 vvzoi 𫽷
87970 oqoki 𫽸
87971 opffi 𫽹
87972 op/bi 𫽺
87973 oeffi 𫽻
87974 oprdi 𫽼
87975 oclci 𫽽
87976 olvni 𫽾
87977 olpfi 𫽿
87978 octwi 𫾀
87979 ohjoi 𫾁
87980 oargi 𫾂
87981 oftdi 𫾃
87982 oftki 𫾃
87983 opari 𫾄
87984 ojii 𫾅
87985 onpmi 𫾆
87986 ojkfi 𫾇
87987 ocmui 𫾈
87988 obbfi 𫾉
87989 ognsi 𫾊
87990 ovjni 𫾋
87991 rjoli 𫾌
87992 ofopi 𫾍
87993 oflhi 𫾎
87994 olzhi 𫾏
87995 ozvei 𫾐
87996 olrki 𫾑
87997 obbfi 𫾒
87998 orkxi 𫾓
87999 oa/ni 𫾔
88000 ofpci 𫾕
88001 oafmi 𫾖
88002 lzami 𫾖
88003 oyifi 𫾗
88004 ocafi 𫾘
88005 oo/bi 𫾙
88006 oo/,i 𫾙
88007 onvgi 𫾚
88008 oi;.i 𫾛
88009 oo.oi 𫾜
88010 nvvki 𫾝
88011 on.ki 𫾞
88012 ol/fi 𫾟
88013 oy,,i 𫾠
88014 o,y,i 𫾠
88015 olrhi 𫾡
88016 of.bi 𫾢
88017 y;jbi 𫾣
88018 rrrbi 𫾤
88019 fbbyi 𫾥
88020 oebi 𫾦
88021 lq.i 𫾧
88022 y..i 𫾨
88023 oe.i 𫾩
88024 r;.i 𫾪
88025 q..i 𫾫
88026 ae.i 𫾬
88027 ov.i 𫾭
88028 kad.i 𫾮
88029 ids.i 𫾮
88030 naf.i 𫾯
88031 tgh.i 𫾰
88032 tgc.i 𫾰
88033 qd;.i 𫾱
88034 ajhbi 𫾲
88035 zfh.i 𫾳
88036 js.i 𫾴
88037 ig;.i 𫾵
88038 khg.i 𫾵
88039 l,.i 𫾶
88040 cjk.i 𫾷
88041 j;jbi 𫾸
88042 es.i 𫾹
88043 ;ew.i 𫾺
88044 pl..i 𫾻
88045 .zu.i 𫾼
88046 i;j.i 𫾽
88047 kkk.i 𫾾
88048 ignbi 𫾿
88049 khgbi 𫾿
88050 y;c.i 𫿀
88051 fp.i 𫿁
88052 eja.i 𫿂
88053 lpa.i 𫿃
88054 i;;.i 𫿄
88055 j;qbi 𫿅
88056 e.i 𫿆
88057 h.uai 𫿇
88058 qes.i 𫿈
88059 qd;.i 𫿉
88060 jjebi 𫿊
88061 oes.i 𫿋
88062 xuq.i 𫿌
88063 rpk.i 𫿍
88064 rpf.i 𫿍
88065 zszbi 𫿎
88066 xa;bi 𫿎
88067 ax;bi 𫿎
88068 /yl.i 𫿏
88069 ts.oi 𫿐
88070 erh.i 𫿑
88071 erl.i 𫿑
88072 .lg.i 𫿒
88073 hlg.i 𫿒
88074 l,p.i 𫿓
88075 j;s.i 𫿔
88076 jps.i 𫿔
88077 h.fai 𫿕
88078 szm.i 𫿖
88079 bl;bi 𫿗
88080 oa..i 𫿘
88081 xxa.i 𫿙
88082 brk.i 𫿚
88083 clj.i 𫿛
88084 o;m.i 𫿜
88085 ,yp.i 𫿝
88086 acz.i 𫿞
88087 oee.i 𫿟
88088 ye;.i 𫿠
88089 yqq.i 𫿡
88090 w/w.i 𫿢
88091 wp..i 𫿢
88092 vvy.i 𫿣
88093 yuq.i 𫿤
88094 x;,.i 𫿥
88095 wjj.i 𫿦
88096 yp;.i 𫿧
88097 h.nsi 𫿨
88098 fdf.i 𫿩
88099 dff.i 𫿩
88100 ffd.i 𫿩
88101 pfq.i 𫿩
88102 peq.i 𫿩
88103 jja.i 𫿪
88104 jfp.i 𫿪
88105 wjj.i 𫿫
88106 wjj.i 𫿬
88107 y.aai 𫿭
88108 aey.i 𫿮
88109 y.jfi 𫿯
88110 ngf.i 𫿰
88111 vvy.i 𫿱
88112 y.r,i 𫿲
88113 ychfi 𫿳
88114 hf.fi 𫿴
88115 k;;fi 𫿵
88116 usxfi 𫿶
88117 okufi 𫿷
88118 keifi 𫿸
88119 fjdoi 𫿹
88120 x;goi 𫿺
88121 vjjoi 𫿻
88122 jhhoi 𫿼
88123 r;ioi 𫿽
88124 r;foi 𫿽
88125 lpxoi 𫿾
88126 xlpoi 𫿾
88127 k.oci 𫿿
88128 hosdi 𬀀
88129 zhki 𬀁
88130 hoadi 𬀂
88131 hoaxi 𬀃
88132 ho.ki 𬀄
88133 hoci 𬀅
88134 hosfi 𬀆
88135 hopfi 𬀆
88136 hopdi 𬀆
88137 hof;i 𬀇
88138 ho;.i 𬀈
88139 hhhi 𬀉
88140 ykjhi 𬀊
88141 hoaji 𬀋
88142 hofsi 𬀌
88143 hoyi 𬀍
88144 hapsi 𬀎
88145 hot,i 𬀏
88146 hog.i 𬀐
88147 hop.i 𬀑
88148 ho/qi 𬀒
88149 hoy,i 𬀓
88150 hocci 𬀔
88151 hoxli 𬀕
88152 ho.oi 𬀖
88153 hfrvi 𬀗
88154 hovai 𬀘
88155 ho,pi 𬀙
88156 ho;fi 𬀚
88157 hykei 𬀛
88158 holyi 𬀜
88159 hocoi 𬀝
88160 hoy/i 𬀞
88161 ho;ki 𬀟
88162 hoomi 𬀠
88163 hoozi 𬀡
88164 ho,oi 𬀢
88165 hooki 𬀣
88166 hou,i 𬀤
88167 qs;ki 𬀥
88168 agpi 𬀦
88169 paci 𬀧
88170 pjki 𬀨
88171 paadi 𬀩
88172 pfgi 𬀩
88173 pjsi 𬀪
88174 y.pi 𬀫
88175 pf;i 𬀬
88176 pebi 𬀭
88177 pbfhi 𬀮
88178 pz,i 𬀯
88179 pamei 𬀰
88180 pdtsi 𬀱
88181 pizi 𬀲
88182 pyci 𬀳
88183 izpi 𬀴
88184 kzpi 𬀴
88185 pfozi 𬀵
88186 porji 𬀶
88187 opa.i 𬀷
88188 py.si 𬀸
88189 pktli 𬀹
88190 tsp.i 𬀺
88191 prkri 𬀻
88192 paubi 𬀼
88193 paffi 𬀽
88194 prpdi 𬀾
88195 pijfi 𬀿
88196 oasli 𬁀
88197 pnuai 𬁁
88198 artpi 𬁂
88199 przxi 𬁃
88200 pfrki 𬁄
88201 p/qi 𬁅
88202 .azpi 𬁆
88203 popi 𬁇
88204 phtti 𬁈
88205 phbti 𬁈
88206 bqipi 𬁉
88207 bqkpi 𬁉
88208 p.ivi 𬁊
88209 podji 𬁋
88210 polji 𬁋
88211 oassi 𬁌
88212 pirxi 𬁍
88213 pizxi 𬁍
88214 pnk;i 𬁎
88215 y.f.i 𬁏
88216 hbf.i 𬁏
88217 puivi 𬁐
88218 p.rpi 𬁑
88219 p.rhi 𬁑
88220 pbgbi 𬁒
88221 pffpi 𬁓
88222 pacfi 𬁔
88223 prrsi 𬁕
88224 porfi 𬁖
88225 pnqpi 𬁗
88226 phj/i 𬁘
88227 pfnai 𬁙
88228 porki 𬁚
88229 pnici 𬁛
88230 pf/mi 𬁜
88231 caipi 𬁝
88232 pfk,i 𬁞
88233 pfhi 𬁟
88234 pxi 𬁠
88235 psxi 𬁠
88236 zbpi 𬁡
88237 ycpi 𬁢
88238 gffpi 𬁣
88239 j;jpi 𬁤
88240 rlafi 𬁥
88241 rlaei 𬁥
88242 aajpi 𬁦
88243 kjkpi 𬁦
88244 pwaki 𬁧
88245 puizi 𬁨
88246 hoopi 𬁩
88247 gfypi 𬁪
88248 trpai 𬁫
88249 tfpai 𬁫
88250 pppji 𬁬
88251 k/pdi 𬁭
88252 k/pci 𬁮
88253 wjjpi 𬁯
88254 ufi 𬁰
88255 ufli 𬁱
88256 ulxi 𬁲
88257 ugai 𬁳
88258 uaaxi 𬁴
88259 uq.i 𬁵
88260 atui 𬁶
88261 ulzi 𬁷
88262 ukgsi 𬁸
88263 ddui 𬁹
88264 uacai 𬁺
88265 ufki 𬁻
88266 aajui 𬁼
88267 kjkui 𬁼
88268 u;mi 𬁽
88269 k.xui 𬁾
88270 uirsi 𬁿
88271 uizsi 𬁿
88272 uhjri 𬂀
88273 utl;i 𬂁
88274 u/mi 𬂂
88275 ykmui 𬂃
88276 yk.ui 𬂃
88277 yuxi 𬂄
88278 ukpfi 𬂅
88279 htxdi 𬂆
88280 hbudi 𬂆
88281 uarri 𬂇
88282 zrlui 𬂈
88283 uizmi 𬂉
88284 ukzmi 𬂉
88285 ujpki 𬂊
88286 xxpui 𬂋
88287 uxuqi 𬂌
88288 ueffi 𬂍
88289 ulp.i 𬂎
88290 jp.ui 𬂏
88291 j;.ui 𬂏
88292 uaa/i 𬂐
88293 ukj/i 𬂐
88294 zunri 𬂑
88295 uaeri 𬂒
88296 ucj.i 𬂓
88297 ucj.i 𬂔
88298 euo,i 𬂕
88299 jp.ui 𬂖
88300 j;.ui 𬂖
88301 ulppi 𬂗
88302 deyui 𬂘
88303 dleui 𬂘
88304 ypsri 𬂙
88305 iduui 𬂚
88306 ffffi 𬂛
88307 vai 𬂜
88308 vfhi 𬂝
88309 eavi 𬂞
88310 vlli 𬂟
88311 vazsi 𬂠
88312 vati 𬂡
88313 vlshi 𬂢
88314 vdshi 𬂢
88315 vkei 𬂣
88316 vsfi 𬂤
88317 vszi 𬂤
88318 v;qi 𬂥
88319 vdgsi 𬂦
88320 avavi 𬂧
88321 vfhdi 𬂨
88322 vzii 𬂩
88323 vaiki 𬂩
88324 vodti 𬂪
88325 volti 𬂪
88326 levi 𬂫
88327 vkhi 𬂬
88328 vlj;i 𬂭
88329 v.vi 𬂮
88330 vlpi 𬂯
88331 vjlxi 𬂰
88332 cg.vi 𬂱
88333 vqeai 𬂲
88334 va;ai 𬂲
88335 vqkki 𬂳
88336 vrsfi 𬂴
88337 vrszi 𬂴
88338 vfbhi 𬂵
88339 vuabi 𬂶
88340 vjdgi 𬂷
88341 v.ci 𬂸
88342 vobi 𬂹
88343 vklpi 𬂺
88344 vhjfi 𬂻
88345 vxozi 𬂼
88346 vvati 𬂽
88347 vjhvi 𬂾
88348 vaxbi 𬂿
88349 vzjsi 𬃀
88350 vaebi 𬃁
88351 vvati 𬃂
88352 v;jzi 𬃃
88353 ejkvi 𬃄
88354 v;;ki 𬃅
88355 v;k;i 𬃅
88356 qk;ci 𬃅
88357 voadi 𬃆
88358 vg.ui 𬃇
88359 v...i 𬃈
88360 vif;i 𬃉
88361 v.fmi 𬃊
88362 vnx;i 𬃋
88363 vhtbi 𬃌
88364 vhbbi 𬃌
88365 vclpi 𬃍
88366 vyxci 𬃎
88367 vnahi 𬃏
88368 vghfi 𬃐
88369 vifsi 𬃑
88370 vjhvi 𬃒
88371 vtb;i 𬃓
88372 vjv;i 𬃔
88373 vvjhi 𬃕
88374 fjgvi 𬃖
88375 vzpri 𬃗
88376 vaaxi 𬃘
88377 vz;ei 𬃙
88378 vvrxi 𬃚
88379 vqami 𬃛
88380 vqmi 𬃜
88381 vfpi 𬃝
88382 vjoi 𬃞
88383 vfaii 𬃟
88384 vkjui 𬃠
88385 vjtni 𬃡
88386 vlmhi 𬃢
88387 v.jri 𬃣
88388 vodgi 𬃤
88389 oe.vi 𬃥
88390 vdaxi 𬃦
88391 vjahi 𬃧
88392 ykjvi 𬃨
88393 vkjvi 𬃩
88394 vy;di 𬃪
88395 vnosi 𬃫
88396 vy;pi 𬃬
88397 vjv;i 𬃭
88398 vtgmi 𬃮
88399 rsvri 𬃯
88400 vrrni 𬃰
88401 vf;ai 𬃱
88402 vvami 𬃲
88403 vrcui 𬃳
88404 vvapi 𬃴
88405 vfkqi 𬃵
88406 vfxi 𬃶
88407 v;v;i 𬃷
88408 vfpfi 𬃸
88409 vfbbi 𬃹
88410 vep;i 𬃺
88411 pvq.i 𬃻
88412 vpzni 𬃼
88413 vm;i 𬃽
88414 vfzxi 𬃾
88415 ofrvi 𬃿
88416 vmvzi 𬄀
88417 vledi 𬄁
88418 voati 𬄂
88419 vozti 𬄃
88420 vlevi 𬄄
88421 vcpri 𬄅
88422 vcpqi 𬄅
88423 vizvi 𬄆
88424 vkzvi 𬄆
88425 vap,i 𬄇
88426 vqgfi 𬄈
88427 vqosi 𬄉
88428 vrlri 𬄊
88429 vfkdi 𬄋
88430 vfji 𬄌
88431 v;ifi 𬄍
88432 vm.i 𬄎
88433 vltli 𬄏
88434 vmkyi 𬄐
88435 vslri 𬄑
88436 vopxi 𬄒
88437 vykxi 𬄓
88438 vnkni 𬄔
88439 ckyvi 𬄕
88440 vnjki 𬄖
88441 vxuai 𬄗
88442 vbbyi 𬄘
88443 vraui 𬄙
88444 vaeni 𬄚
88445 vrapi 𬄛
88446 vvy;i 𬄜
88447 vqami 𬄝
88448 av.pi 𬄞
88449 av.hi 𬄞
88450 vfeei 𬄟
88451 vfzci 𬄠
88452 vfuui 𬄡
88453 veeei 𬄢
88454 vpyci 𬄣
88455 vfrki 𬄤
88456 v;aei 𬄥
88457 veosi 𬄦
88458 .oavi 𬄧
88459 .ofvi 𬄧
88460 vcqvi 𬄨
88461 tjtvi 𬄩
88462 vwrvi 𬄪
88463 vbrpi 𬄫
88464 vbrhi 𬄫
88465 vfjhi 𬄬
88466 vzqni 𬄭
88467 vf;ai 𬄮
88468 vragi 𬄯
88469 vvnri 𬄰
88470 vfeui 𬄱
88471 vfbzi 𬄲
88472 vuuui 𬄳
88473 vuzdi 𬄴
88474 vopbi 𬄵
88475 vh;/i 𬄶
88476 vaaci 𬄷
88477 vv;;i 𬄸
88478 vz/mi 𬄹
88479 vf/mi 𬄺
88480 vfhei 𬄻
88481 vszoi 𬄼
88482 vsyoi 𬄼
88483 vj/mi 𬄽
88484 ,,,vi 𬄾
88485 virbi 𬄿
88486 vyf;i 𬅀
88487 vr;mi 𬅁
88488 vf;ni 𬅂
88489 vvqhi 𬅃
88490 avzvi 𬅄
88491 vffvi 𬅅
88492 vcabi 𬅆
88493 v;dmi 𬅇
88494 vipti 𬅈
88495 vfh/i 𬅉
88496 vojki 𬅊
88497 vfyoi 𬅋
88498 jp.vi 𬅌
88499 j;.vi 𬅌
88500 vofoi 𬅍
88501 vk/hi 𬅎
88502 vwvhi 𬅏
88503 vvqci 𬅐
88504 vfo,i 𬅑
88505 vpfui 𬅒
88506 vpeui 𬅒
88507 v;ggi 𬅓
88508 vofji 𬅔
88509 vmvhi 𬅕
88510 v..ji 𬅖
88511 yprzi 𬅗
88512 vwvhi 𬅘
88513 v..ti 𬅙
88514 vlyqi 𬅚
88515 vvaqi 𬅛
88516 vyohi 𬅜
88517 jkfi 𬅝
88518 afjki 𬅞
88519 jkni 𬅟
88520 ls;ki 𬅠
88521 sl;ki 𬅠
88522 jjaki 𬅡
88523 jfjki 𬅡
88524 zijki 𬅢
88525 aikki 𬅢
88526 lmjki 𬅣
88527 qhjki 𬅤
88528 ;jkki 𬅥
88529 .gfki 𬅦
88530 aajji 𬅧
88531 kjkji 𬅧
88532 dqjki 𬅨
88533 da;ki 𬅨
88534 rlpki 𬅩
88535 ntkki 𬅪
88536 ffmki 𬅫
88537 ir;ki 𬅬
88538 vaaki 𬅭
88539 packi 𬅮
88540 p;dki 𬅯
88541 ;;jki 𬅰
88542 l,pki 𬅱
88543 rk;ki 𬅲
88544 kk;ni 𬅳
88545 v..ki 𬅴
88546 oydki 𬅵
88547 jei 𬅶
88548 jei 𬅷
88549 eaei 𬅸
88550 ajdei 𬅹
88551 apei 𬅺
88552 rxei 𬅻
88553 vjei 𬅼
88554 kegei 𬅽
88555 zaaei 𬅾
88556 equai 𬅿
88557 eejai 𬆀
88558 er;si 𬆁
88559 qfoci 𬆂
88560 aecdi 𬆃
88561 aenai 𬆄
88562 cj;ei 𬆅
88563 zaeji 𬆆
88564 ejezi 𬆇
88565 aek;i 𬆈
88566 qoci 𬆉
88567 v;eqi 𬆊
88568 eeofi 𬆋
88569 eoffi 𬆋
88570 erfqi 𬆌
88571 rbsei 𬆍
88572 ezabi 𬆎
88573 eesei 𬆏
88574 peeei 𬆐
88575 amrsi 𬆑
88576 amedi 𬆒
88577 amedi 𬆓
88578 amlvi 𬆔
88579 amgvi 𬆔
88580 amsvi 𬆔
88581 amtfi 𬆕
88582 emkei 𬆖
88583 x;aqi 𬆗
88584 amqwi 𬆘
88585 emuai 𬆙
88586 amtci 𬆚
88587 amwci 𬆚
88588 amw.i 𬆛
88589 amwmi 𬆛
88590 amwhi 𬆛
88591 amqfi 𬆜
88592 amexi 𬆝
88593 sbysi 𬆞
88594 qssbi 𬆟
88595 clsbi 𬆠
88596 a,sbi 𬆡
88597 oesbi 𬆢
88598 lesbi 𬆣
88599 ovsbi 𬆤
88600 v;sbi 𬆥
88601 qf;bi 𬆦
88602 of;bi 𬆧
88603 o;sbi 𬆧
88604 kysbi 𬆨
88605 fjibi 𬆩
88606 l;mbi 𬆪
88607 yl.bi 𬆫
88608 y.sbi 𬆫
88609 bazbi 𬆬
88610 blzbi 𬆬
88611 vaabi 𬆭
88612 valbi 𬆮
88613 vmmbi 𬆯
88614 .rlbi 𬆰
88615 odjbi 𬆱
88616 oljbi 𬆱
88617 ykjbi 𬆲
88618 yxkbi 𬆳
88619 ysxbi 𬆳
88620 fzpbi 𬆴
88621 vkkbi 𬆵
88622 zoszi 𬆶
88623 szebi 𬆷
88624 szyci 𬆸
88625 apkqi 𬆹
88626 j;qqi 𬆺
88627 yejqi 𬆻
88628 lqlfi 𬆼
88629 lqaxi 𬆽
88630 lqjsi 𬆾
88631 lql.i 𬆿
88632 lqpai 𬇀
88633 lqdgi 𬇁
88634 lqypi 𬇂
88635 itbqi 𬇃
88636 noaqi 𬇄
88637 lqq;i 𬇅
88638 lqrsi 𬇆
88639 bbbqi 𬇇
88640 lq,hi 𬇈
88641 oasji 𬇉
88642 oassi 𬇊
88643 goasi 𬇋
88644 oasdi 𬇌
88645 yk.si 𬇍
88646 oas;i 𬇎
88647 ovi 𬇏
88648 opsi 𬇐
88649 ovci 𬇑
88650 oasci 𬇑
88651 ozlci 𬇒
88652 oasci 𬇒
88653 orini 𬇓
88654 cqi 𬇔
88655 cali 𬇕
88656 c;i 𬇖
88657 ctgi 𬇗
88658 caabi 𬇘
88659 cmi 𬇙
88660 cxgi 𬇚
88661 camai 𬇛
88662 czhi 𬇜
88663 cakei 𬇝
88664 cajki 𬇞
88665 chci 𬇟
88666 czgxi 𬇠
88667 c;oi 𬇡
88668 c;afi 𬇢
88669 cijdi 𬇣
88670 cngfi 𬇤
88671 cizi 𬇥
88672 ckzi 𬇥
88673 izci 𬇦
88674 kzci 𬇦
88675 cq;di 𬇧
88676 crni 𬇨
88677 cvri 𬇩
88678 cvadi 𬇪
88679 cotsi 𬇫
88680 caczi 𬇬
88681 cclci 𬇭
88682 csbsi 𬇮
88683 clbsi 𬇮
88684 ciei 𬇯
88685 chjni 𬇰
88686 cc;i 𬇱
88687 cjhvi 𬇲
88688 cjkvi 𬇲
88689 cboi 𬇳
88690 cbg;i 𬇴
88691 caeai 𬇵
88692 f,hsi 𬇶
88693 cvpi 𬇷
88694 caaai 𬇸
88695 cpahi 𬇹
88696 csapi 𬇺
88697 lpgci 𬇻
88698 clvi 𬇼
88699 cgui 𬇽
88700 hbfsi 𬇾
88701 cixci 𬇿
88702 cy.ui 𬈀
88703 ckpfi 𬈁
88704 cgfui 𬈂
88705 cbkfi 𬈃
88706 tgkci 𬈄
88707 crxdi 𬈅
88708 cv;bi 𬈆
88709 cajvi 𬈇
88710 cfdei 𬈈
88711 cr.qi 𬈉
88712 cqsdi 𬈊
88713 cebui 𬈋
88714 cpl;i 𬈌
88715 codgi 𬈍
88716 clvfi 𬈎
88717 clgai 𬈏
88718 cjkji 𬈐
88719 cjuki 𬈑
88720 cjlqi 𬈒
88721 cjsqi 𬈓
88722 ccpi 𬈔
88723 ctgmi 𬈕
88724 caxti 𬈖
88725 co.wi 𬈗
88726 crkci 𬈘
88727 czaci 𬈙
88728 crudi 𬈚
88729 czlci 𬈛
88730 cfjci 𬈜
88731 ciudi 𬈝
88732 cosni 𬈞
88733 cykxi 𬈟
88734 cy;pi 𬈠
88735 nrkci 𬈡
88736 cyoji 𬈢
88737 cy;si 𬈣
88738 cbqri 𬈤
88739 cvv.i 𬈥
88740 czmei 𬈦
88741 cfi;i 𬈧
88742 crk;i 𬈧
88743 cpisi 𬈨
88744 cpksi 𬈨
88745 cfqhi 𬈩
88746 c/pfi 𬈪
88747 c.phi 𬈫
88748 c.tni 𬈬
88749 copbi 𬈭
88750 chhri 𬈮
88751 cjk;i 𬈯
88752 czoei 𬈰
88753 cyxei 𬈰
88754 ctbmi 𬈱
88755 carki 𬈲
88756 czy.i 𬈳
88757 crjdi 𬈴
88758 crudi 𬈴
88759 cfl,i 𬈵
88760 ceqxi 𬈶
88761 ccjvi 𬈷
88762 cfy;i 𬈸
88763 clzii 𬈹
88764 ceeni 𬈺
88765 co;pi 𬈻
88766 cofpi 𬈻
88767 ckjyi 𬈼
88768 c.gii 𬈽
88769 clfmi 𬈾
88770 cnadi 𬈿
88771 chzdi 𬉀
88772 cyc/i 𬉁
88773 c,rki 𬉂
88774 cydei 𬉃
88775 cna/i 𬉄
88776 ydlci 𬉅
88777 cb,wi 𬉆
88778 cbbii 𬉇
88779 cbbki 𬉇
88780 czadi 𬉈
88781 czydi 𬉈
88782 caxui 𬉉
88783 caeri 𬉊
88784 c;dni 𬉋
88785 c;fki 𬉌
88786 c;qki 𬉌
88787 cdzyi 𬉍
88788 cuopi 𬉎
88789 clvmi 𬉏
88790 csbmi 𬉐
88791 cyshi 𬉑
88792 cysfi 𬉑
88793 cyszi 𬉑
88794 c,lri 𬉒
88795 cfkmi 𬉓
88796 crkmi 𬉓
88797 cfzvi 𬉔
88798 cosoi 𬉕
88799 j;qci 𬉖
88800 cnn/i 𬉗
88801 cyk.i 𬉘
88802 cyfpi 𬉙
88803 cbqri 𬉚
88804 cpfhi 𬉛
88805 cepui 𬉜
88806 c.xci 𬉝
88807 ccrki 𬉞
88808 vrpci 𬉟
88809 cfh/i 𬉠
88810 cfnni 𬉡
88811 c;;xi 𬉢
88812 cibvi 𬉣
88813 clg,i 𬉤
88814 cfpbi 𬉥
88815 cfpwi 𬉦
88816 cfpei 𬉦
88817 cfpqi 𬉧
88818 papci 𬉨
88819 cyuhi 𬉩
88820 cyufi 𬉩
88821 cyuzi 𬉩
88822 ctghi 𬉪
88823 cz/hi 𬉫
88824 cz/fi 𬉫
88825 cz/zi 𬉫
88826 cyxhi 𬉫
88827 cyxfi 𬉫
88828 cyxzi 𬉫
88829 cnkwi 𬉬
88830 cb;hi 𬉭
88831 czbbi 𬉮
88832 oszci 𬉯
88833 caxxi 𬉰
88834 j;qci 𬉱
88835 cyxii 𬉲
88836 cxyii 𬉲
88837 cyx,i 𬉳
88838 cxy,i 𬉳
88839 ,fhi 𬉴
88840 z,i 𬉵
88841 af,i 𬉶
88842 ,eai 𬉷
88843 ,;i 𬉸
88844 m,i 𬉹
88845 ,tsi 𬉺
88846 aeg,i 𬉻
88847 ,q.i 𬉼
88848 ,dsi 𬉽
88849 ,jyi 𬉾
88850 .,i 𬉿
88851 ,hi 𬊀
88852 ,jri 𬊁
88853 ,jti 𬊂
88854 ,vji 𬊃
88855 ,sadi 𬊄
88856 ,lgci 𬊅
88857 ,glci 𬊅
88858 ,lgni 𬊆
88859 ,glni 𬊆
88860 ,,.i 𬊇
88861 ,tfhi 𬊈
88862 ,zni 𬊉
88863 ,arfi 𬊊
88864 ,f,hi 𬊋
88865 ,rni 𬊌
88866 ,zfhi 𬊍
88867 ,qmi 𬊎
88868 plh,i 𬊏
88869 pla,i 𬊏
88870 ebz,i 𬊐
88871 ,;;di 𬊑
88872 ,;lri 𬊒
88873 ,;ari 𬊒
88874 .gg,i 𬊓
88875 lhl,i 𬊓
88876 ,lvgi 𬊔
88877 ,lvli 𬊔
88878 ,j;si 𬊕
88879 ,jpsi 𬊕
88880 ,hj.i 𬊖
88881 ,qfoi 𬊗
88882 pp,i 𬊘
88883 pl.,i 𬊙
88884 pu,i 𬊚
88885 pl.,i 𬊛
88886 ,/mi 𬊜
88887 ,ii 𬊝
88888 k,,i 𬊞
88889 jpl,i 𬊟
88890 ,kasi 𬊠
88891 ,klsi 𬊠
88892 ,l.ni 𬊡
88893 ,hjdi 𬊢
88894 ,y;ci 𬊣
88895 ,kpfi 𬊤
88896 ,yp;i 𬊥
88897 ,,jsi 𬊦
88898 y;c,i 𬊧
88899 ,wbgi 𬊨
88900 ,vuai 𬊩
88901 alm,i 𬊪
88902 ;ub,i 𬊫
88903 ,e;,i 𬊬
88904 ,pcai 𬊭
88905 ,.fji 𬊮
88906 ,lgai 𬊯
88907 ,n.i 𬊰
88908 ,ykdi 𬊱
88909 ge;,i 𬊲
88910 ,fpfi 𬊳
88911 ,peqi 𬊴
88912 ,cjsi 𬊵
88913 ,eoui 𬊶
88914 ,lebi 𬊷
88915 ,lpyi 𬊸
88916 jto,i 𬊹
88917 ,.jbi 𬊺
88918 lpl,i 𬊻
88919 ,ykxi 𬊼
88920 t,rbi 𬊽
88921 bky,i 𬊾
88922 ,qni 𬊿
88923 aeq,i 𬋀
88924 ,emvi 𬋁
88925 ,.phi 𬋂
88926 ,in.i 𬋃
88927 ,xxwi 𬋄
88928 ,zni 𬋅
88929 ,v/di 𬋆
88930 aea,i 𬋇
88931 vky,i 𬋈
88932 ,ca,i 𬋉
88933 ,.jqi 𬋊
88934 ,nqpi 𬋋
88935 ,ir.i 𬋌
88936 ,v;mi 𬋍
88937 fna,i 𬋎
88938 ,plki 𬋏
88939 afo,i 𬋐
88940 lfo,i 𬋐
88941 mm,i 𬋑
88942 ko/,i 𬋒
88943 mo,,i 𬋓
88944 ,vvxi 𬋔
88945 apk,i 𬋕
88946 fri,i 𬋖
88947 ,ltdi 𬋗
88948 m,zci 𬋘
88949 ,ojki 𬋙
88950 ,ltni 𬋚
88951 ,.udi 𬋛
88952 ,y;yi 𬋜
88953 wjj,i 𬋝
88954 ,ajqi 𬋞
88955 ,pjxi 𬋟
88956 yyy,i 𬋠
88957 o..,i 𬋡
88958 lvj,i 𬋢
88959 lvl,i 𬋢
88960 z;;,i 𬋣
88961 .dksi 𬋤
88962 .jbi 𬋥
88963 .dkki 𬋦
88964 .ylxi 𬋧
88965 .tddi 𬋨
88966 jtddi 𬋨
88967 .jei 𬋩
88968 .jabi 𬋪
88969 .azdi 𬋫
88970 .dk;i 𬋬
88971 .lzji 𬋭
88972 .oji 𬋭
88973 .jbei 𬋮
88974 .q,bi 𬋯
88975 llqki 𬋰
88976 .lgdi 𬋱
88977 hlgdi 𬋱
88978 .gfki 𬋲
88979 .dkbi 𬋳
88980 .j.ei 𬋴
88981 .eqii 𬋵
88982 .bmai 𬋶
88983 .bmfi 𬋶
88984 .bjai 𬋶
88985 .bjfi 𬋶
88986 ./yhi 𬋷
88987 .xbhi 𬋸
88988 .bm;i 𬋹
88989 .bj;i 𬋹
88990 ./b.i 𬋺
88991 k.zi 𬋻
88992 k.ibi 𬋼
88993 yag.i 𬋽
88994 cakhi 𬋾
88995 xemi 𬋿
88996 xkfhi 𬌀
88997 xyi 𬌁
88998 xpri 𬌂
88999 xvpi 𬌃
89000 xqifi 𬌄
89001 xrpi 𬌅
89002 xepi 𬌆
89003 xkbbi 𬌇
89004 x.adi 𬌈
89005 x.ydi 𬌈
89006 x.abi 𬌉
89007 x.ybi 𬌉
89008 xwp;i 𬌊
89009 xdrki 𬌋
89010 xl,pi 𬌌
89011 xj;ui 𬌍
89012 xjpui 𬌍
89013 x;/ki 𬌎
89014 x;uki 𬌎
89015 x;/.i 𬌎
89016 x;l.i 𬌎
89017 x;lki 𬌎
89018 xr/mi 𬌏
89019 xojki 𬌐
89020 xqqfi 𬌑
89021 kd.ai 𬌒
89022 dk.ai 𬌒
89023 kdmai 𬌒
89024 dkmai 𬌒
89025 dni 𬌓
89026 dni 𬌔
89027 dkvai 𬌕
89028 flpdi 𬌖
89029 fkldi 𬌖
89030 qdl;i 𬌗
89031 qdlxi 𬌘
89032 ofki 𬌙
89033 ofzi 𬌚
89034 ebofi 𬌛
89035 ofcli 𬌜
89036 ofjti 𬌝
89037 of;;i 𬌞
89038 ykjfi 𬌟
89039 ofphi 𬌠
89040 ofpvi 𬌡
89041 .gffi 𬌢
89042 ofrdi 𬌣
89043 ofp.i 𬌤
89044 of,wi 𬌥
89045 ofphi 𬌦
89046 ofjei 𬌧
89047 ofj,i 𬌨
89048 .hi 𬌩
89049 zhfi 𬌪
89050 .lxi 𬌫
89051 .zqi 𬌬
89052 .tssi 𬌭
89053 .axsi 𬌮
89054 .aei 𬌯
89055 zh.ki 𬌰
89056 .hjli 𬌱
89057 .api 𬌲
89058 afrhi 𬌳
89059 afahi 𬌳
89060 .t,i 𬌴
89061 .qfni 𬌵
89062 .qaxi 𬌶
89063 .xz.i 𬌷
89064 .zpi 𬌸
89065 .fjfi 𬌹
89066 .pa.i 𬌺
89067 .jmi 𬌻
89068 .jpbi 𬌼
89069 .zahi 𬌽
89070 jjkhi 𬌾
89071 .ykhi 𬌿
89072 .yrxi 𬍀
89073 .qni 𬍁
89074 .ljai 𬍂
89075 .irji 𬍃
89076 .izji 𬍃
89077 .nvvi 𬍄
89078 .naki 𬍅
89079 .rl.i 𬍆
89080 .or,i 𬍇
89081 ajkhi 𬍈
89082 .l;.i 𬍉
89083 oyzhi 𬍊
89084 ozahi 𬍋
89085 .l;hi 𬍌
89086 .rlfi 𬍍
89087 .rlxi 𬍎
89088 yx,ci 𬍏
89089 aradi 𬍐
89090 ardi 𬍑
89091 araxi 𬍒
89092 arvi 𬍓
89093 arqji 𬍔
89094 arkqi 𬍕
89095 arci 𬍖
89096 arahi 𬍗
89097 arz;i 𬍘
89098 araxi 𬍙
89099 aroei 𬍚
89100 aroci 𬍛
89101 arndi 𬍜
89102 artxi 𬍝
89103 r.ahi 𬍞
89104 rmahi 𬍞
89105 irahi 𬍟
89106 aryxi 𬍠
89107 cg.hi 𬍡
89108 izahi 𬍢
89109 kzahi 𬍢
89110 arw;i 𬍣
89111 arthi 𬍤
89112 arqhi 𬍥
89113 arkbi 𬍦
89114 aryfi 𬍧
89115 arjji 𬍨
89116 arbci 𬍩
89117 araai 𬍪
89118 argai 𬍪
89119 araci 𬍫
89120 arrfi 𬍬
89121 ara;i 𬍭
89122 ard.i 𬍮
89123 arpvi 𬍯
89124 ardgi 𬍰
89125 ariji 𬍱
89126 arlri 𬍲
89127 arari 𬍲
89128 aryfi 𬍳
89129 arzzi 𬍴
89130 araei 𬍵
89131 arpyi 𬍶
89132 arfii 𬍷
89133 ar.ji 𬍸
89134 arjqi 𬍹
89135 arbbi 𬍺
89136 arqbi 𬍻
89137 arhhi 𬍼
89138 ar;mi 𬍽
89139 arlli 𬍾
89140 arlmi 𬍿
89141 ar.bi 𬎀
89142 argbi 𬎁
89143 arjyi 𬎂
89144 ariui 𬎃
89145 argxi 𬎄
89146 arzti 𬎅
89147 arfhi 𬎆
89148 arfzi 𬎇
89149 arfsi 𬎈
89150 arkqi 𬎉
89151 aryxi 𬎊
89152 aragi 𬎋
89153 arzxi 𬎌
89154 arrni 𬎍
89155 arpri 𬎎
89156 arexi 𬎏
89157 arl;i 𬎐
89158 arh/i 𬎑
89159 arnmi 𬎒
89160 arf;i 𬎓
89161 arr;i 𬎓
89162 arroi 𬎔
89163 av.hi 𬎕
89164 aryoi 𬎖
89165 ardfi 𬎗
89166 arjmi 𬎘
89167 arlci 𬎙
89168 arani 𬎚
89169 arrdi 𬎛
89170 ar/xi 𬎜
89171 ar.bi 𬎝
89172 arnmi 𬎞
89173 arf/i 𬎟
89174 arb/i 𬎠
89175 arlqi 𬎡
89176 .xksi 𬎢
89177 .xkni 𬎣
89178 qhxi 𬎤
89179 qqhi 𬎥
89180 qhzhi 𬎦
89181 kkqhi 𬎧
89182 lgvhi 𬎨
89183 glvhi 𬎨
89184 oaehi 𬎩
89185 ofahi 𬎩
89186 i;qhi 𬎪
89187 idqhi 𬎫
89188 paahi 𬎬
89189 qhoei 𬎭
89190 qhopi 𬎮
89191 qhy;i 𬎯
89192 qhoki 𬎰
89193 ra.vi 𬎱
89194 rqkai 𬎲
89195 rqkfi 𬎲
89196 rakai 𬎲
89197 rakfi 𬎲
89198 orvi 𬎳
89199 ori;i 𬎴
89200 orhli 𬎵
89201 ort,i 𬎶
89202 /fori 𬎷
89203 osori 𬎸
89204 orj;i 𬎹
89205 orlci 𬎺
89206 nordi 𬎻
89207 i.ori 𬎼
89208 jfodi 𬎽
89209 jfjdi 𬎽
89210 tjfi 𬎾
89211 kpi 𬎿
89212 plhi 𬏀
89213 pflbi 𬏁
89214 pfgki 𬏁
89215 pjci 𬏂
89216 plii 𬏃
89217 afepi 𬏄
89218 lp;.i 𬏅
89219 fbpi 𬏆
89220 parfi 𬏇
89221 ppadi 𬏈
89222 pnasi 𬏉
89223 phtxi 𬏊
89224 prlxi 𬏋
89225 pfrsi 𬏌
89226 pdpdi 𬏍
89227 l,pfi 𬏎
89228 .xpi 𬏏
89229 py;;i 𬏐
89230 pypsi 𬏑
89231 pwhxi 𬏒
89232 l,psi 𬏓
89233 l,pji 𬏔
89234 pf;fi 𬏕
89235 prkfi 𬏖
89236 l,pki 𬏗
89237 prkfi 𬏘
89238 ,,gci 𬏙
89239 hai 𬏚
89240 hfli 𬏛
89241 hgai 𬏜
89242 hegdi 𬏝
89243 hgi 𬏞
89244 hyfi 𬏟
89245 hxgi 𬏠
89246 hzxi 𬏡
89247 hzqi 𬏢
89248 hkdi 𬏣
89249 hoci 𬏤
89250 hoji 𬏥
89251 hxbhi 𬏦
89252 holhi 𬏧
89253 hoshi 𬏧
89254 h;lqi 𬏨
89255 hclbi 𬏩
89256 hnwi 𬏪
89257 hjqfi 𬏫
89258 hbbi 𬏬
89259 hrci 𬏭
89260 h;jki 𬏮
89261 h.i 𬏯
89262 h.szi 𬏰
89263 h.gai 𬏰
89264 h.aki 𬏰
89265 hcsbi 𬏱
89266 hjidi 𬏲
89267 hjr;i 𬏳
89268 hnbri 𬏴
89269 hbbai 𬏵
89270 halei 𬏶
89271 hffmi 𬏷
89272 hjahi 𬏸
89273 hojdi 𬏹
89274 hu.i 𬏺
89275 h/kki 𬏺
89276 hukki 𬏺
89277 h/.i 𬏺
89278 hlu.i 𬏺
89279 hl/ki 𬏺
89280 hl/.i 𬏺
89281 hj/xi 𬏻
89282 hp,i 𬏼
89283 h/mi 𬏽
89284 hpuui 𬏾
89285 hvvei 𬏿
89286 hb;ri 𬐀
89287 hev/i 𬐁
89288 bafri 𬐂
89289 lpai 𬐃
89290 lplai 𬐄
89291 lplki 𬐄
89292 lpy.i 𬐅
89293 lplni 𬐆
89294 lpozi 𬐇
89295 lprgi 𬐈
89296 ctlpi 𬐉
89297 of;pi 𬐊
89298 o;lpi 𬐊
89299 zxlri 𬐋
89300 lpobi 𬐌
89301 lpasi 𬐍
89302 lpyfi 𬐎
89303 .l;pi 𬐏
89304 lpj.i 𬐐
89305 lpa,i 𬐑
89306 tdsbi 𬐒
89307 cjtbi 𬐓
89308 hbtbi 𬐔
89309 tb.fi 𬐕
89310 tbbri 𬐖
89311 ksui 𬐗
89312 nui 𬐘
89313 usfi 𬐙
89314 uszi 𬐙
89315 o;ui 𬐚
89316 csui 𬐛
89317 aaaui 𬐜
89318 qqui 𬐝
89319 nafui 𬐞
89320 afuxi 𬐟
89321 vg.ui 𬐠
89322 loxui 𬐡
89323 atdui 𬐢
89324 zqdui 𬐣
89325 eeui 𬐤
89326 cnqui 𬐥
89327 clvui 𬐦
89328 uwaki 𬐧
89329 zqxui 𬐨
89330 zugqi 𬐩
89331 ig/ui 𬐪
89332 khgui 𬐪
89333 lmgui 𬐫
89334 afoui 𬐬
89335 lfoui 𬐬
89336 ikufi 𬐭
89337 ikuzi 𬐭
89338 cizui 𬐮
89339 ckzui 𬐮
89340 clmui 𬐯
89341 hooui 𬐰
89342 qdtui 𬐱
89343 ;daui 𬐲
89344 or,ui 𬐳
89345 czqui 𬐴
89346 ,uqui 𬐵
89347 aplui 𬐶
89348 yxkui 𬐷
89349 ysxui 𬐷
89350 epudi 𬐸
89351 iofui 𬐹
89352 ,jkui 𬐺
89353 cepui 𬐻
89354 cjkbi 𬐼
89355 yqqui 𬐽
89356 rqkui 𬐾
89357 rakui 𬐾
89358 pwaui 𬐿
89359 ;;zui 𬑀
89360 eqiui 𬑁
89361 tg,ui 𬑂
89362 izkui 𬑃
89363 i;dui 𬑄
89364 jodi 𬑅
89365 jjdi 𬑅
89366 jkqi 𬑆
89367 jlqki 𬑇
89368 jlaxi 𬑇
89369 jqki 𬑇
89370 jaii 𬑈
89371 vaji 𬑉
89372 jvai 𬑊
89373 jpki 𬑋
89374 jiagi 𬑌
89375 jjti 𬑍
89376 jddi 𬑎
89377 jbqi 𬑏
89378 jbri 𬑏
89379 jzui 𬑐
89380 jrlqi 𬑑
89381 jaxsi 𬑒
89382 jkqfi 𬑓
89383 /.i 𬑔
89384 jjqfi 𬑕
89385 jaf.i 𬑖
89386 jhjpi 𬑗
89387 jaaxi 𬑘
89388 jfgzi 𬑙
89389 fuadi 𬑚
89390 fjsdi 𬑚
89391 jigni 𬑛
89392 jkhni 𬑛
89393 jequi 𬑜
89394 jb;ci 𬑝
89395 jrh.i 𬑞
89396 jrl.i 𬑞
89397 jkdzi 𬑟
89398 jkybi 𬑠
89399 jlddi 𬑡
89400 jycni 𬑢
89401 jy;;i 𬑣
89402 fpzji 𬑤
89403 jckyi 𬑥
89404 jlpsi 𬑦
89405 jbqsi 𬑦
89406 jxldi 𬑧
89407 jzkai 𬑨
89408 jakzi 𬑨
89409 joffi 𬑩
89410 jjbzi 𬑪
89411 jvafi 𬑫
89412 javfi 𬑫
89413 jo.si 𬑬
89414 bgddi 𬑭
89415 bgdfi 𬑮
89416 bgddi 𬑯
89417 ozii 𬑰
89418 ozndi 𬑱
89419 ozozi 𬑲
89420 ozkli 𬑳
89421 ozvki 𬑴
89422 iozii 𬑵
89423 ozqxi 𬑶
89424 ozgfi 𬑷
89425 ozqhi 𬑸
89426 gzi 𬑹
89427 gfhi 𬑺
89428 glfi 𬑻
89429 glxi 𬑼
89430 fdgi 𬑽
89431 gazi 𬑾
89432 g.i 𬑿
89433 goasi 𬒀
89434 glzi 𬒁
89435 ghi 𬒂
89436 gqbi 𬒃
89437 gqfsi 𬒄
89438 gjtsi 𬒅
89439 gcai 𬒆
89440 giaai 𬒇
89441 njgi 𬒈
89442 gzoji 𬒉
89443 giaxi 𬒊
89444 gsvi 𬒋
89445 glgvi 𬒋
89446 gglvi 𬒋
89447 gifi 𬒌
89448 g;mi 𬒍
89449 gebri 𬒎
89450 gdtsi 𬒏
89451 goszi 𬒐
89452 gnasi 𬒑
89453 gqsi 𬒒
89454 g/mi 𬒓
89455 geui 𬒔
89456 gtcdi 𬒕
89457 gtdki 𬒕
89458 gqui 𬒖
89459 geosi 𬒗
89460 gkyi 𬒘
89461 girzi 𬒙
89462 gjqi 𬒚
89463 grsdi 𬒛
89464 gegsi 𬒜
89465 go;ni 𬒝
89466 gnaki 𬒞
89467 vamgi 𬒟
89468 gargi 𬒠
89469 gzkyi 𬒡
89470 gfafi 𬒢
89471 grffi 𬒢
89472 g//i 𬒣
89473 gjgi 𬒤
89474 g/qxi 𬒥
89475 gfn;i 𬒦
89476 gtbqi 𬒧
89477 gz.hi 𬒨
89478 gaphi 𬒩
89479 gefmi 𬒪
89480 gliki 𬒫
89481 yhqi 𬒬
89482 yhadi 𬒭
89483 yhtki 𬒮
89484 yhsfi 𬒯
89485 yhszi 𬒯
89486 yhgri 𬒰
89487 yhpdi 𬒱
89488 yhlbi 𬒲
89489 yhtbi 𬒳
89490 yhodi 𬒴
89491 ycaci 𬒵
89492 yhv;i 𬒶
89493 yhz;i 𬒷
89494 yhski 𬒸
89495 yhmi 𬒹
89496 yh;ci 𬒺
89497 yhdgi 𬒻
89498 yhsmi 𬒼
89499 yht;i 𬒽
89500 yhrxi 𬒾
89501 yhjki 𬒿
89502 yhdfi 𬓀
89503 yhpoi 𬓁
89504 cj;ci 𬓂
89505 yhuui 𬓃
89506 yhmfi 𬓄
89507 yhnsi 𬓅
89508 yhnci 𬓆
89509 yhnai 𬓇
89510 yhtci 𬓈
89511 yhzpi 𬓉
89512 v;bci 𬓊
89513 yhjzi 𬓋
89514 yhhti 𬓌
89515 yhyzi 𬓍
89516 yhapi 𬓎
89517 yhkbi 𬓏
89518 yhsni 𬓐
89519 yhrri 𬓑
89520 yhffi 𬓒
89521 yhfai 𬓒
89522 yhsxi 𬓓
89523 yhlni 𬓔
89524 yhyxi 𬓕
89525 yhyci 𬓖
89526 yhtdi 𬓗
89527 a/aki 𬓘
89528 yhpbi 𬓙
89529 yhl;i 𬓚
89530 yhvci 𬓛
89531 a/api 𬓜
89532 yhbki 𬓝
89533 y.dxi 𬓞
89534 y.dmi 𬓟
89535 lvsi 𬓠
89536 lvkki 𬓡
89537 lvigi 𬓢
89538 lvkgi 𬓢
89539 lvsfi 𬓣
89540 lvszi 𬓣
89541 lvbki 𬓤
89542 lvafi 𬓥
89543 lvzsi 𬓦
89544 lvysi 𬓦
89545 karvi 𬓧
89546 klrvi 𬓧
89547 lvygi 𬓨
89548 lvwmi 𬓩
89549 lve.i 𬓪
89550 lvjsi 𬓫
89551 lvlxi 𬓬
89552 lvari 𬓭
89553 lvc;i 𬓮
89554 lvabi 𬓯
89555 lvkbi 𬓯
89556 lvyki 𬓰
89557 lvyhi 𬓰
89558 lvfmi 𬓱
89559 lvemi 𬓲
89560 lvpei 𬓳
89561 lv.fi 𬓴
89562 lvkbi 𬓵
89563 lvlai 𬓶
89564 lvlpi 𬓷
89565 lvk.i 𬓸
89566 lvbui 𬓹
89567 rkrvi 𬓺
89568 lvzzi 𬓻
89569 lvsmi 𬓼
89570 lvl.i 𬓽
89571 lvpri 𬓾
89572 lv;fi 𬓿
89573 lvkni 𬔀
89574 lvfbi 𬔁
89575 lvy;i 𬔂
89576 lvrmi 𬔃
89577 lvfni 𬔄
89578 nksdi 𬔅
89579 nklqi 𬔆
89580 nk,i 𬔇
89581 nkpfi 𬔈
89582 nk;;i 𬔉
89583 nkbei 𬔊
89584 nkzci 𬔋
89585 nkqfi 𬔌
89586 nkpfi 𬔍
89587 nki;i 𬔎
89588 nklhi 𬔏
89589 nkrri 𬔐
89590 nkeii 𬔑
89591 nkcvi 𬔒
89592 nk,;i 𬔓
89593 nkqsi 𬔔
89594 nkqsi 𬔕
89595 ygi 𬔖
89596 acyi 𬔗
89597 yoi 𬔘
89598 gfyi 𬔙
89599 gzyi 𬔙
89600 yjhhi 𬔚
89601 rsyi 𬔛
89602 ytbi 𬔜
89603 ydtsi 𬔝
89604 y.wi 𬔞
89605 x;gyi 𬔟
89606 x;gai 𬔠
89607 x;ghi 𬔠
89608 yqxi 𬔡
89609 cj;yi 𬔢
89610 yi;ji 𬔣
89611 ypui 𬔤
89612 yopi 𬔥
89613 ycohi 𬔦
89614 ypffi 𬔧
89615 ypfzi 𬔧
89616 yaici 𬔨
89617 yacci 𬔨
89618 yakci 𬔨
89619 ydyki 𬔩
89620 ykfmi 𬔪
89621 yv/mi 𬔫
89622 llgi 𬔬
89623 lgli 𬔬
89624 l;i 𬔭
89625 lzi 𬔮
89626 lq.i 𬔯
89627 lni 𬔰
89628 lni 𬔱
89629 l,i 𬔲
89630 laii 𬔳
89631 lavi 𬔴
89632 larhi 𬔵
89633 leqi 𬔶
89634 lmci 𬔷
89635 lgfsi 𬔸
89636 lxbhi 𬔹
89637 lrzi 𬔺
89638 lky.i 𬔻
89639 lk.i 𬔼
89640 lm;i 𬔽
89641 l.oki 𬔾
89642 lcafi 𬔿
89643 lnfhi 𬕀
89644 lylxi 𬕁
89645 lqmi 𬕂
89646 lz;i 𬕃
89647 lajhi 𬕄
89648 lkyi 𬕅
89649 lloxi 𬕆
89650 llji 𬕇
89651 lici 𬕈
89652 ljjbi 𬕉
89653 ljfbi 𬕉
89654 lhjni 𬕊
89655 lclxi 𬕋
89656 lnvi 𬕌
89657 lccli 𬕍
89658 larsi 𬕎
89659 lzfi 𬕏
89660 lplai 𬕐
89661 lplki 𬕐
89662 lppi 𬕑
89663 lcj;i 𬕒
89664 llzli 𬕓
89665 luui 𬕔
89666 ldoi 𬕕
89667 lnaci 𬕖
89668 lhoi 𬕗
89669 lcaii 𬕘
89670 lcvai 𬕙
89671 lzaxi 𬕚
89672 lqf;i 𬕛
89673 lxi 𬕜
89674 lei 𬕝
89675 ly;xi 𬕞
89676 lajni 𬕟
89677 lyjni 𬕟
89678 lcaai 𬕠
89679 lxqi 𬕡
89680 lvasi 𬕢
89681 lvadi 𬕣
89682 lvtxi 𬕤
89683 lklwi 𬕥
89684 lyk.i 𬕦
89685 lcozi 𬕧
89686 lhtui 𬕨
89687 lhbui 𬕨
89688 loefi 𬕩
89689 l;;xi 𬕪
89690 lpfui 𬕫
89691 libmi 𬕬
89692 lkhmi 𬕬
89693 la/xi 𬕭
89694 lvii 𬕮
89695 lo.bi 𬕯
89696 los;i 𬕰
89697 lyaii 𬕱
89698 lnrei 𬕲
89699 lnfei 𬕲
89700 lg,di 𬕳
89701 laegi 𬕴
89702 laexi 𬕵
89703 lprxi 𬕶
89704 liuni 𬕷
89705 lirai 𬕸
89706 lypci 𬕹
89707 lypdi 𬕺
89708 laeni 𬕻
89709 lozsi 𬕼
89710 lfkmi 𬕽
89711 lypji 𬕾
89712 l,ami 𬕿
89713 lsydi 𬖀
89714 lfkci 𬖁
89715 lospi 𬖂
89716 losmi 𬖃
89717 lnici 𬖄
89718 lypbi 𬖅
89719 lypfi 𬖆
89720 ljjyi 𬖇
89721 l/kyi 𬖈
89722 lypri 𬖉
89723 lzuhi 𬖊
89724 lyxhi 𬖊
89725 ,si 𬖋
89726 ,ki 𬖌
89727 ,ki 𬖍
89728 ,xi 𬖎
89729 ,;i 𬖏
89730 ,zi 𬖐
89731 ,jsi 𬖑
89732 ,kqi 𬖒
89733 ,vai 𬖓
89734 ,vhi 𬖔
89735 ,l.hi 𬖕
89736 ,l.ki 𬖕
89737 ,jti 𬖖
89738 ,wbi 𬖗
89739 ,bfi 𬖘
89740 ,.qi 𬖙
89741 ,lsvi 𬖚
89742 ,slvi 𬖚
89743 ,yci 𬖛
89744 ,sibi 𬖜
89745 ,skbi 𬖜
89746 ,pafi 𬖝
89747 ,pfhi 𬖞
89748 ,hjni 𬖟
89749 ,whfi 𬖠
89750 ,rlpi 𬖡
89751 ,rlhi 𬖡
89752 ,pf;i 𬖢
89753 ,naci 𬖣
89754 ,bbbi 𬖤
89755 ,tjdi 𬖥
89756 ,zpfi 𬖦
89757 ,;edi 𬖧
89758 ,mq;i 𬖨
89759 ,mqdi 𬖩
89760 ,blfi 𬖪
89761 ,bifi 𬖪
89762 a/,bi 𬖫
89763 ,jchi 𬖬
89764 ,e;ai 𬖭
89765 ,eoui 𬖮
89766 lms,i 𬖯
89767 ,y;;i 𬖰
89768 ,irri 𬖱
89769 ,izri 𬖱
89770 ,da/i 𬖲
89771 ig,bi 𬖳
89772 khgbi 𬖳
89773 ,maci 𬖴
89774 ,nndi 𬖵
89775 ,fl,i 𬖶
89776 ,e;pi 𬖷
89777 ,li;i 𬖸
89778 ,lvui 𬖹
89779 ,hj/i 𬖺
89780 pi;,i 𬖻
89781 ,uadi 𬖼
89782 ,crki 𬖽
89783 ,tbmi 𬖾
89784 ,mq;i 𬖿
89785 ,e;mi 𬗀
89786 a/,ui 𬗁
89787 ,aeei 𬗂
89788 xaadi 𬗃
89789 xshi 𬗄
89790 xlgbi 𬗅
89791 xglbi 𬗅
89792 xg.i 𬗅
89793 xgfsi 𬗆
89794 xzxi 𬗇
89795 xarhi 𬗈
89796 xoji 𬗉
89797 xhbi 𬗊
89798 exxi 𬗋
89799 x/i 𬗌
89800 ;lqxi 𬗍
89801 ;xjki 𬗎
89802 x;jdi 𬗏
89803 zjxi 𬗐
89804 yxjxi 𬗐
89805 xylxi 𬗑
89806 xnafi 𬗒
89807 xijdi 𬗓
89808 xy.hi 𬗔
89809 xhbhi 𬗔
89810 xafxi 𬗕
89811 xqii 𬗖
89812 xooi 𬗗
89813 xajki 𬗘
89814 xajhi 𬗘
89815 xzjki 𬗘
89816 xzjhi 𬗘
89817 x;gzi 𬗙
89818 x;azi 𬗙
89819 xlpi 𬗚
89820 xlfri 𬗛
89821 xlfri 𬗜
89822 xladi 𬗜
89823 xlafi 𬗜
89824 xbjfi 𬗝
89825 xj;ji 𬗞
89826 xal;i 𬗟
89827 xrlxi 𬗠
89828 xppi 𬗡
89829 x/fi 𬗢
89830 xl..i 𬗣
89831 x.zui 𬗤
89832 xnpai 𬗥
89833 xnuai 𬗦
89834 wjjxi 𬗧
89835 xqmi 𬗨
89836 xgoi 𬗩
89837 rxibi 𬗪
89838 rxkbi 𬗪
89839 jscxi 𬗫
89840 xlpri 𬗬
89841 xixxi 𬗭
89842 xfxxi 𬗭
89843 xirzi 𬗮
89844 xqmi 𬗯
89845 xamvi 𬗰
89846 xpvai 𬗱
89847 xkd.i 𬗲
89848 xv;.i 𬗳
89849 xfkmi 𬗴
89850 xzkmi 𬗴
89851 xvkmi 𬗴
89852 xfk.i 𬗴
89853 xzk.i 𬗴
89854 xvk.i 𬗴
89855 xrihi 𬗵
89856 j;xxi 𬗶
89857 xdtdi 𬗷
89858 xt,di 𬗷
89859 xl;xi 𬗸
89860 x.v.i 𬗹
89861 xlpfi 𬗺
89862 xqeui 𬗻
89863 xvv,i 𬗼
89864 xpvhi 𬗽
89865 rx.bi 𬗾
89866 xkybi 𬗿
89867 xcori 𬘀
89868 xcoqi 𬘀
89869 xxxxi 𬘁
89870 xbgmi 𬘂
89871 xaexi 𬘃
89872 xzxi 𬘄
89873 xpizi 𬘅
89874 xaafi 𬘆
89875 xfdfi 𬘆
89876 xj/si 𬘇
89877 xl.di 𬘈
89878 xzpri 𬘉
89879 x/xqi 𬘊
89880 xoomi 𬘋
89881 x,,hi 𬘌
89882 xq;xi 𬘍
89883 xftei 𬘎
89884 xftdi 𬘎
89885 x,rsi 𬘏
89886 xzebi 𬘐
89887 xcapi 𬘑
89888 xeiki 𬘒
89889 xedi 𬘓
89890 xdddi 𬘓
89891 xadgi 𬘔
89892 xzshi 𬘕
89893 xjsi 𬘖
89894 xlxi 𬘗
89895 xjsi 𬘘
89896 xqxi 𬘙
89897 xvai 𬘚
89898 xrxi 𬘛
89899 xpai 𬘜
89900 xk.i 𬘝
89901 xlai 𬘞
89902 xa/i 𬘟
89903 xzui 𬘠
89904 xpzi 𬘡
89905 xcasi 𬘢
89906 x;jdi 𬘣
89907 x;;i 𬘤
89908 xiri 𬘥
89909 x.oki 𬘦
89910 xy.ei 𬘧
89911 xrni 𬘨
89912 xlrbi 𬘩
89913 xinai 𬘪
89914 xnasi 𬘫
89915 xrui 𬘬
89916 xvvi 𬘭
89917 x.jsi 𬘮
89918 xy;fi 𬘯
89919 xalzi 𬘰
89920 xa/wi 𬘱
89921 xzmmi 𬘲
89922 x.ami 𬘳
89923 xlv,i 𬘴
89924 xnaai 𬘵
89925 xnahi 𬘵
89926 xipi 𬘶
89927 xirqi 𬘷
89928 xizqi 𬘷
89929 xbqvi 𬘸
89930 xrqxi 𬘹
89931 x.oi 𬘺
89932 xnr;i 𬘻
89933 xnf;i 𬘻
89934 xddci 𬘼
89935 xbyfi 𬘽
89936 xz..i 𬘾
89937 xqpi 𬘿
89938 xlpfi 𬙀
89939 xhjoi 𬙁
89940 xnaki 𬙂
89941 xzzni 𬙃
89942 xrc;i 𬙄
89943 xfrpi 𬙅
89944 xfrhi 𬙅
89945 xl,pi 𬙆
89946 xmz,i 𬙇
89947 x,mqi 𬙈
89948 xypai 𬙉
89949 xp,ri 𬙊
89950 xy;xi 𬙋
89951 ofdqi 𬙌
89952 ofddi 𬙍
89953 ofdbi 𬙎
89954 ofdti 𬙏
89955 ofdci 𬙐
89956 ofdsi 𬙑
89957 ofdxi 𬙒
89958 ofdfi 𬙓
89959 ofdpi 𬙔
89960 /dai 𬙕
89961 /aci 𬙖
89962 jkafi 𬙗
89963 /afi 𬙘
89964 /hi 𬙙
89965 /rsi 𬙚
89966 /zhi 𬙛
89967 /zki 𬙛
89968 /ozi 𬙜
89969 /qqfi 𬙝
89970 /rxqi 𬙞
89971 /qozi 𬙟
89972 /qqhi 𬙠
89973 j..ki 𬙡
89974 /pl.i 𬙢
89975 /gaxi 𬙣
89976 /oqhi 𬙤
89977 /.fhi 𬙥
89978 /cubi 𬙦
89979 /jp.i 𬙧
89980 /j;.i 𬙧
89981 /sdbi 𬙨
89982 /ykki 𬙩
89983 /x/xi 𬙪
89984 /x/xi 𬙫
89985 irfi 𬙬
89986 ifadi 𬙭
89987 iffgi 𬙭
89988 ifofi 𬙮
89989 ifnai 𬙯
89990 irszi 𬙰
89991 ifzxi 𬙱
89992 ifafi 𬙲
89993 if;qi 𬙳
89994 irzsi 𬙴
89995 irzki 𬙵
89996 ifuui 𬙶
89997 equfi 𬙷
89998 ye;fi 𬙸
89999 rtlfi 𬙹
90000 irzfi 𬙺
90001 ifiui 𬙻
90002 irzfi 𬙼
90003 iribi 𬙽
90004 ifibi 𬙽
90005 irfbi 𬙽
90006 irzvi 𬙾
90007 iriui 𬙿
90008 ifiui 𬙿
90009 irfui 𬙿
90010 tl;ei 𬚀
90011 irioi 𬚁
90012 ifioi 𬚁
90013 irfoi 𬚁
90014 irlxi 𬚂
90015 izgxi 𬚂
90016 bb;ci 𬚃
90017 tcdbi 𬚄
90018 tddbi 𬚄
90019 bbk;i 𬚅
90020 bbxqi 𬚆
90021 gbbki 𬚇
90022 bbnki 𬚈
90023 rllsi 𬚉
90024 rlsli 𬚉
90025 rlqdi 𬚊
90026 rlf;i 𬚋
90027 rakqi 𬚌
90028 rlppi 𬚍
90029 rlphi 𬚍
90030 xv/qi 𬚎
90031 aljbi 𬚏
90032 fkjsi 𬚐
90033 fkfmi 𬚑
90034 aeagi 𬚒
90035 aezi 𬚓
90036 aeigi 𬚔
90037 aelfi 𬚕
90038 aegfi 𬚕
90039 aej;i 𬚖
90040 aezgi 𬚗
90041 aeari 𬚘
90042 aeczi 𬚙
90043 aelxi 𬚚
90044 aeizi 𬚛
90045 aeksi 𬚜
90046 aeyi 𬚝
90047 qdati 𬚞
90048 aekyi 𬚟
90049 aelsi 𬚠
90050 aefzi 𬚡
90051 lpqei 𬚢
90052 bqsei 𬚢
90053 aeeji 𬚣
90054 aei;i 𬚤
90055 aeini 𬚥
90056 aeffi 𬚦
90057 aerfi 𬚦
90058 aey.i 𬚧
90059 aea.i 𬚨
90060 dggei 𬚩
90061 dgdei 𬚩
90062 tr.i 𬚪
90063 g;tfi 𬚫
90064 ost.i 𬚬
90065 l,tfi 𬚭
90066 mamfi 𬚮
90067 uri 𬚯
90068 j.ui 𬚰
90069 jkkqi 𬚱
90070 jkkni 𬚲
90071 bui 𬚳
90072 jkkdi 𬚴
90073 uiagi 𬚵
90074 jkkri 𬚶
90075 usazi 𬚷
90076 af;ki 𬚸
90077 lf;ki 𬚸
90078 ulgvi 𬚹
90079 uglvi 𬚹
90080 jkkki 𬚺
90081 uaz;i 𬚻
90082 ulz;i 𬚻
90083 uarfi 𬚼
90084 jk;ui 𬚽
90085 uloxi 𬚾
90086 jkkvi 𬚿
90087 guqi 𬛀
90088 ugfti 𬛁
90089 ugzti 𬛁
90090 uawdi 𬛂
90091 jkkpi 𬛃
90092 jkkhi 𬛃
90093 uepi 𬛄
90094 ujr;i 𬛅
90095 uoapi 𬛆
90096 untki 𬛇
90097 jkkfi 𬛈
90098 equxi 𬛉
90099 ui.i 𬛊
90100 uhtti 𬛋
90101 uhbti 𬛋
90102 jkkvi 𬛌
90103 uzci 𬛍
90104 jkkyi 𬛎
90105 equdi 𬛏
90106 ul,ni 𬛐
90107 ulpsi 𬛑
90108 ubqsi 𬛑
90109 ucrpi 𬛒
90110 ucrhi 𬛒
90111 uxx.i 𬛓
90112 gzaui 𬛔
90113 vkkui 𬛕
90114 uepi 𬛖
90115 ueni 𬛗
90116 uiphi 𬛘
90117 uqxii 𬛙
90118 ufrvi 𬛚
90119 equki 𬛛
90120 unbmi 𬛜
90121 ux;.i 𬛝
90122 ufyri 𬛞
90123 urxui 𬛟
90124 zuiwi 𬛠
90125 yxuwi 𬛠
90126 upaci 𬛡
90127 grqdi 𬛢
90128 qd;fi 𬛣
90129 qd;zi 𬛣
90130 kfhdi 𬛤
90131 qdt;i 𬛥
90132 qdtyi 𬛦
90133 qdtfi 𬛧
90134 j;qdi 𬛨
90135 qdtfi 𬛩
90136 qd;pi 𬛪
90137 qdtpi 𬛫
90138 ljzei 𬛬
90139 aljji 𬛭
90140 ljh.i 𬛮
90141 ljzpi 𬛯
90142 ljv;i 𬛰
90143 axrki 𬛱
90144 lfari 𬛲
90145 axrri 𬛳
90146 axrci 𬛴
90147 axrci 𬛵
90148 axrki 𬛶
90149 axrki 𬛷
90150 oqi 𬛸
90151 og.i 𬛹
90152 ooa;i 𬛺
90153 ohjxi 𬛻
90154 ozafi 𬛼
90155 o..di 𬛽
90156 wbjoi 𬛾
90157 ojxdi 𬛿
90158 odjmi 𬜀
90159 oj;bi 𬜁
90160 ovvpi 𬜂
90161 ojqmi 𬜃
90162 ovvsi 𬜄
90163 af;;i 𬜅
90164 lf;;i 𬜅
90165 af;ni 𬜆
90166 lf;ni 𬜆
90167 af;yi 𬜇
90168 lf;yi 𬜇
90169 af;fi 𬜈
90170 lf;fi 𬜈
90171 af;ni 𬜉
90172 lf;ni 𬜉
90173 af;ei 𬜊
90174 lf;ei 𬜊
90175 if;;i 𬜋
90176 af;si 𬜌
90177 lf;si 𬜌
90178 if;,i 𬜍
90179 af;ni 𬜎
90180 lf;ni 𬜎
90181 af;ci 𬜏
90182 lf;ci 𬜏
90183 af;ki 𬜐
90184 lf;ki 𬜐
90185 lmbi 𬜑
90186 lmtsi 𬜒
90187 lmkdi 𬜓
90188 lmzni 𬜔
90189 lmksi 𬜕
90190 lmssi 𬜕
90191 lmnqi 𬜖
90192 lmf;i 𬜗
90193 lmqki 𬜘
90194 lmfki 𬜘
90195 lmeei 𬜙
90196 lmcci 𬜚
90197 lmlbi 𬜛
90198 lmlci 𬜜
90199 jtdfi 𬜝
90200 jtdei 𬜞
90201 ajhsi 𬜟
90202 fli 𬜠
90203 fdi 𬜡
90204 fjki 𬜢
90205 ffdi 𬜣
90206 febi 𬜤
90207 fs.i 𬜥
90208 fffi 𬜦
90209 fxbhi 𬜧
90210 fdmi 𬜨
90211 fkpi 𬜩
90212 fofdi 𬜪
90213 flsni 𬜫
90214 fslni 𬜫
90215 fhj;i 𬜬
90216 fnlqi 𬜭
90217 ftti 𬜮
90218 fajki 𬜯
90219 rjkki 𬜯
90220 f;y.i 𬜰
90221 fozei 𬜱
90222 fji 𬜲
90223 fkahi 𬜳
90224 fntki 𬜴
90225 fy.;i 𬜵
90226 fjmsi 𬜶
90227 fkx;i 𬜷
90228 fnzi 𬜸
90229 fwhi 𬜹
90230 fxgri 𬜺
90231 fxthi 𬜺
90232 fakfi 𬜻
90233 rkkfi 𬜻
90234 fajli 𬜼
90235 fgfi 𬜽
90236 febmi 𬜾
90237 fpahi 𬜿
90238 foffi 𬝀
90239 fuai 𬝁
90240 fj;si 𬝂
90241 fjbli 𬝃
90242 fnahi 𬝄
90243 fhoi 𬝅
90244 firsi 𬝆
90245 fizsi 𬝆
90246 fy;fi 𬝇
90247 fwaii 𬝈
90248 fbbbi 𬝉
90249 fx.ki 𬝊
90250 fj/i 𬝋
90251 fvlpi 𬝌
90252 farci 𬝍
90253 fjkui 𬝎
90254 fpzxi 𬝏
90255 fe;,i 𬝐
90256 fkzi 𬝑
90257 fklei 𬝒
90258 fky;i 𬝓
90259 flvbi 𬝔
90260 flpfi 𬝕
90261 fnaai 𬝖
90262 fnahi 𬝖
90263 fnyxi 𬝗
90264 fixxi 𬝘
90265 fjlqi 𬝙
90266 frxi 𬝚
90267 faeai 𬝛
90268 fvjki 𬝜
90269 faeji 𬝝
90270 fvaei 𬝞
90271 fpqhi 𬝟
90272 fmaxi 𬝠
90273 fpugi 𬝡
90274 fpuli 𬝡
90275 fmazi 𬝢
90276 flvzi 𬝣
90277 fuizi 𬝤
90278 flzzi 𬝥
90279 flvki 𬝦
90280 fihfi 𬝧
90281 fkkfi 𬝨
90282 faaoi 𬝩
90283 fkjoi 𬝩
90284 fnlbi 𬝪
90285 fnabi 𬝪
90286 fjpzi 𬝫
90287 fjuki 𬝬
90288 fkxfi 𬝭
90289 f,hfi 𬝮
90290 fnoki 𬝯
90291 fjhti 𬝰
90292 tgezi 𬝱
90293 fwlei 𬝲
90294 fbrxi 𬝳
90295 fbkyi 𬝴
90296 fqjki 𬝵
90297 fqkpi 𬝶
90298 fzagi 𬝷
90299 faeji 𬝸
90300 fzti 𬝹
90301 fqaki 𬝺
90302 fgyxi 𬝻
90303 farxi 𬝼
90304 fargi 𬝽
90305 farli 𬝽
90306 fcjri 𬝾
90307 fmni 𬝿
90308 fpzxi 𬞀
90309 fpfsi 𬞁
90310 fmazi 𬞂
90311 fmeei 𬞃
90312 fkyri 𬞄
90313 f.ani 𬞅
90314 fyksi 𬞆
90315 fcldi 𬞇
90316 fnrki 𬞈
90317 fcuui 𬞉
90318 fnadi 𬞊
90319 fcqoi 𬞋
90320 ftldi 𬞌
90321 fxavi 𬞍
90322 fclsi 𬞎
90323 fpaai 𬞏
90324 fsqdi 𬞐
90325 f;ffi 𬞑
90326 fpm;i 𬞒
90327 fkyhi 𬞓
90328 fykgi 𬞔
90329 fhj/i 𬞕
90330 fyaii 𬞖
90331 fir;i 𬞗
90332 fif;i 𬞗
90333 ft;mi 𬞘
90334 fxqpi 𬞙
90335 fgyfi 𬞚
90336 fryxi 𬞛
90337 fpl,i 𬞜
90338 fjrri 𬞝
90339 fszoi 𬞞
90340 fsyoi 𬞞
90341 fecmi 𬞟
90342 fkvhi 𬞠
90343 fichi 𬞠
90344 fuidi 𬞡
90345 fukdi 𬞡
90346 f.qki 𬞢
90347 flv.i 𬞣
90348 fgjni 𬞤
90349 fc.zi 𬞥
90350 f,kfi 𬞦
90351 fixni 𬞧
90352 f,.pi 𬞨
90353 fy;ri 𬞩
90354 filsi 𬞪
90355 fceui 𬞫
90356 fwn;i 𬞬
90357 fqd,i 𬞭
90358 fqndi 𬞮
90359 fep.i 𬞯
90360 fdpwi 𬞰
90361 f/axi 𬞱
90362 fecgi 𬞲
90363 fewgi 𬞲
90364 fuici 𬞳
90365 fukci 𬞳
90366 foxfi 𬞴
90367 fitxi 𬞵
90368 fkzni 𬞶
90369 fy.ri 𬞷
90370 fnfsi 𬞸
90371 fnfhi 𬞸
90372 fye,i 𬞹
90373 ,wfpi 𬞺
90374 fxldi 𬞻
90375 fxkyi 𬞼
90376 fwpbi 𬞽
90377 ftzxi 𬞾
90378 apkzi 𬞿
90379 ruuzi 𬟀
90380 fqjai 𬟁
90381 fz.hi 𬟂
90382 fca.i 𬟃
90383 feami 𬟄
90384 fsrpi 𬟅
90385 fsrhi 𬟅
90386 fkyni 𬟆
90387 ffkui 𬟇
90388 f.lsi 𬟈
90389 fczni 𬟉
90390 fnvni 𬟊
90391 fxrhi 𬟋
90392 ftihi 𬟌
90393 fxpmi 𬟍
90394 far.i 𬟎
90395 fjaai 𬟏
90396 fjati 𬟏
90397 fja.i 𬟏
90398 fjasi 𬟏
90399 fsami 𬟐
90400 flp,i 𬟑
90401 flvmi 𬟒
90402 fo/bi 𬟓
90403 fo/,i 𬟓
90404 fnyni 𬟔
90405 fxfki 𬟕
90406 fxqki 𬟕
90407 zkp;i 𬟖
90408 fdpwi 𬟗
90409 flvni 𬟘
90410 fuiyi 𬟙
90411 fukyi 𬟙
90412 fc;,i 𬟚
90413 n,wpi 𬟛
90414 amepi 𬟜
90415 amehi 𬟜
90416 fpo,i 𬟝
90417 flvsi 𬟞
90418 fbgui 𬟟
90419 fafpi 𬟠
90420 rffpi 𬟠
90421 fea.i 𬟡
90422 fe;yi 𬟢
90423 fcvmi 𬟣
90424 fyk,i 𬟤
90425 v;fvi 𬟥
90426 fz.bi 𬟦
90427 ezi 𬟧
90428 ezi 𬟨
90429 e,i 𬟩
90430 esjsi 𬟪
90431 emi 𬟫
90432 mesi 𬟬
90433 espi 𬟭
90434 ecpci 𬟮
90435 elvqi 𬟯
90436 xvasi 𬟰
90437 ep,i 𬟱
90438 xrisi 𬟲
90439 epudi 𬟳
90440 /di 𬟴
90441 /hsi 𬟵
90442 /dsi 𬟵
90443 /lsi 𬟵
90444 /rhi 𬟶
90445 /fdi 𬟷
90446 /zbi 𬟸
90447 /.bi 𬟸
90448 /kqi 𬟹
90449 kk/i 𬟺
90450 /yki 𬟻
90451 /vai 𬟼
90452 /qci 𬟽
90453 /qbi 𬟾
90454 /aei 𬟿
90455 /lpi 𬠀
90456 /hzi 𬠁
90457 /a/i 𬠂
90458 /qqfi 𬠃
90459 /pjdi 𬠄
90460 /cti 𬠅
90461 .tg/i 𬠆
90462 /naki 𬠇
90463 /qmi 𬠈
90464 ;l./i 𬠉
90465 /kxki 𬠊
90466 /ccli 𬠋
90467 /gfti 𬠌
90468 /gzti 𬠌
90469 /jhni 𬠍
90470 /rrci 𬠎
90471 /oyi 𬠏
90472 /jidi 𬠐
90473 /ib;i 𬠑
90474 /kh;i 𬠑
90475 /lpdi 𬠒
90476 /lvfi 𬠓
90477 /d,di 𬠔
90478 /lfqi 𬠕
90479 /igni 𬠖
90480 /khni 𬠖
90481 /y;i 𬠗
90482 chb/i 𬠘
90483 /ikhi 𬠙
90484 /ctbi 𬠚
90485 qaa/i 𬠛
90486 /vpai 𬠜
90487 /iuei 𬠝
90488 /skdi 𬠞
90489 /skei 𬠞
90490 /skki 𬠞
90491 /frhi 𬠟
90492 maf/i 𬠠
90493 maz/i 𬠠
90494 /kd.i 𬠡
90495 /yhai 𬠢
90496 /nk;i 𬠣
90497 c//i 𬠤
90498 /arni 𬠥
90499 /elii 𬠦
90500 /ypsi 𬠧
90501 /trui 𬠨
90502 /rlti 𬠩
90503 /aeri 𬠪
90504 /fpui 𬠫
90505 /fzi 𬠬
90506 /eqxi 𬠭
90507 /kkfi 𬠮
90508 //eei 𬠯
90509 o../i 𬠰
90510 osz/i 𬠱
90511 /argi 𬠲
90512 /f/mi 𬠳
90513 /orqi 𬠴
90514 /nn/i 𬠵
90515 /nqfi 𬠶
90516 /nqzi 𬠶
90517 kpf/i 𬠷
90518 .k//i 𬠸
90519 i;./i 𬠹
90520 /irqi 𬠺
90521 /ifqi 𬠺
90522 //xyi 𬠻
90523 ameui 𬠼
90524 .hadi 𬠽
90525 .axdi 𬠾
90526 .eadi 𬠿
90527 .k.di 𬡀
90528 .;;di 𬡁
90529 ykki 𬡂
90530 ykri 𬡃
90531 ykxxi 𬡄
90532 ykti 𬡅
90533 yktsi 𬡆
90534 ygaxi 𬡇
90535 ykfi 𬡈
90536 ykzsi 𬡉
90537 yktsi 𬡊
90538 ykqdi 𬡋
90539 ibyxi 𬡌
90540 khbxi 𬡌
90541 ijyxi 𬡌
90542 yklai 𬡍
90543 ykjti 𬡎
90544 yylxi 𬡏
90545 tgexi 𬡐
90546 yzuxi 𬡑
90547 ykzii 𬡒
90548 ykaki 𬡒
90549 olsxi 𬡓
90550 oslxi 𬡓
90551 ykhdi 𬡔
90552 ykedi 𬡔
90553 yk.vi 𬡕
90554 yksvi 𬡖
90555 y,lxi 𬡗
90556 ykifi 𬡘
90557 ykffi 𬡙
90558 yflxi 𬡚
90559 ivyxi 𬡛
90560 ykkli 𬡜
90561 ytlxi 𬡝
90562 ykfsi 𬡞
90563 ykf.i 𬡟
90564 yk/mi 𬡠
90565 ykyxi 𬡡
90566 yklzi 𬡢
90567 yky;i 𬡣
90568 ,,yxi 𬡤
90569 ykemi 𬡥
90570 yklai 𬡦
90571 yki;i 𬡧
90572 ykhui 𬡨
90573 yktai 𬡩
90574 ykfai 𬡪
90575 y;;xi 𬡫
90576 ykobi 𬡬
90577 yk;xi 𬡭
90578 yk.,i 𬡮
90579 ykh,i 𬡮
90580 yky/i 𬡯
90581 ykp,i 𬡰
90582 yklpi 𬡱
90583 vmvxi 𬡲
90584 ykbfi 𬡳
90585 ykxdi 𬡴
90586 ykfhi 𬡵
90587 ykpri 𬡶
90588 ykomi 𬡷
90589 zsh/i 𬡸
90590 a/kpi 𬡹
90591 a/wxi 𬡺
90592 a/,ni 𬡻
90593 oassi 𬡼
90594 jsrsi 𬡽
90595 cj;si 𬡾
90596 ptlsi 𬡿
90597 ojksi 𬢀
90598 jskwi 𬢁
90599 ptlsi 𬢂
90600 zzzsi 𬢃
90601 jspki 𬢄
90602 g.tsi 𬢅
90603 esksi 𬢆
90604 esgsi 𬢆
90605 esesi 𬢆
90606 bjsi 𬢇
90607 qcjsi 𬢈
90608 ajdsi 𬢉
90609 gqjsi 𬢊
90610 s,jsi 𬢋
90611 rnjsi 𬢌
90612 v;jsi 𬢍
90613 rlpsi 𬢎
90614 rqksi 𬢏
90615 raksi 𬢏
90616 fjzsi 𬢐
90617 rjzsi 𬢐
90618 fjzsi 𬢑
90619 jpysi 𬢒
90620 ,.jsi 𬢓
90621 bqisi 𬢔
90622 jaaxi 𬢕
90623 js,i 𬢖
90624 kk;ji 𬢗
90625 jkkci 𬢘
90626 yujhi 𬢙
90627 yujfi 𬢙
90628 yujzi 𬢙
90629 zyi 𬢚
90630 yli 𬢛
90631 yaxi 𬢜
90632 akyi 𬢝
90633 yodi 𬢞
90634 yjdi 𬢞
90635 yebi 𬢟
90636 ysfi 𬢠
90637 yszi 𬢠
90638 yaaci 𬢡
90639 yxfi 𬢢
90640 yaaxi 𬢣
90641 aajyi 𬢤
90642 kjkyi 𬢤
90643 yax.i 𬢥
90644 yashi 𬢥
90645 yaxhi 𬢥
90646 yrlgi 𬢦
90647 ;;yi 𬢧
90648 ynwi 𬢨
90649 ycdi 𬢩
90650 yzfhi 𬢪
90651 yvfhi 𬢫
90652 yzoai 𬢬
90653 yzohi 𬢬
90654 y.i 𬢭
90655 yeci 𬢮
90656 mmyi 𬢯
90657 yghi 𬢰
90658 yirbi 𬢱
90659 ygcdi 𬢲
90660 yagdi 𬢲
90661 yxz.i 𬢳
90662 yaawi 𬢴
90663 ykjwi 𬢴
90664 yemi 𬢵
90665 ykjui 𬢶
90666 yka.i 𬢷
90667 yl,bi 𬢸
90668 yxyfi 𬢹
90669 fpfyi 𬢺
90670 yqmi 𬢻
90671 yrpfi 𬢼
90672 yal,i 𬢽
90673 yzahi 𬢾
90674 yfi;i 𬢿
90675 .aayi 𬣀
90676 .fgyi 𬣀
90677 ynr;i 𬣁
90678 ynf;i 𬣁
90679 yiffi 𬣂
90680 hooyi 𬣃
90681 ytrpi 𬣄
90682 ytfpi 𬣄
90683 yzgui 𬣅
90684 yzgxi 𬣅
90685 yvkni 𬣆
90686 yfl,i 𬣇
90687 ykrfi 𬣈
90688 ytdei 𬣉
90689 ytedi 𬣉
90690 yf.bi 𬣊
90691 ykzhi 𬣋
90692 yraji 𬣌
90693 ypzhi 𬣍
90694 yijri 𬣎
90695 ojyi 𬣏
90696 yfxni 𬣐
90697 yixni 𬣐
90698 ybbyi 𬣑
90699 yfppi 𬣒
90700 ykyzi 𬣓
90701 y.tdi 𬣔
90702 yvrki 𬣕
90703 yeqpi 𬣖
90704 yyxgi 𬣗
90705 yxygi 𬣗
90706 yyxvi 𬣘
90707 yxyvi 𬣘
90708 yafi 𬣙
90709 y;i 𬣚
90710 yfbi 𬣛
90711 ylqi 𬣜
90712 ylki 𬣝
90713 ynai 𬣞
90714 yhfi 𬣟
90715 yrai 𬣠
90716 yaaxi 𬣡
90717 ykgsi 𬣢
90718 yyri 𬣣
90719 yyxi 𬣤
90720 ydbi 𬣥
90721 yxbi 𬣦
90722 ytgei 𬣧
90723 yzqli 𬣨
90724 yzui 𬣩
90725 ydmi 𬣪
90726 ypfli 𬣫
90727 yp;i 𬣬
90728 ycti 𬣭
90729 ym;i 𬣮
90730 yklri 𬣯
90731 ylji 𬣰
90732 yhddi 𬣱
90733 yaddi 𬣱
90734 yifi 𬣲
90735 ylafi 𬣲
90736 ytxi 𬣳
90737 yalni 𬣴
90738 yzni 𬣵
90739 yzoei 𬣶
90740 yv;i 𬣷
90741 ypafi 𬣸
90742 y;ci 𬣹
90743 y.qi 𬣺
90744 ylrbi 𬣻
90745 yhtxi 𬣼
90746 yqfni 𬣽
90747 yrpi 𬣾
90748 yfjbi 𬣿
90749 yesi 𬤀
90750 ylodi 𬤁
90751 yjkvi 𬤂
90752 yizsi 𬤃
90753 ykzsi 𬤃
90754 yxz.i 𬤄
90755 yagai 𬤅
90756 ygdai 𬤅
90757 ysfmi 𬤆
90758 ypfmi 𬤆
90759 ypdmi 𬤆
90760 ya/ri 𬤇
90761 yfjdi 𬤈
90762 y;dmi 𬤉
90763 ypaci 𬤊
90764 yl.ni 𬤋
90765 yafoi 𬤌
90766 ylfoi 𬤌
90767 ylpri 𬤍
90768 ynaai 𬤎
90769 ynrbi 𬤏
90770 yqddi 𬤐
90771 yqjdi 𬤑
90772 yrxui 𬤒
90773 yrlpi 𬤓
90774 yjzui 𬤔
90775 ypbbi 𬤕
90776 yjqni 𬤖
90777 yycvi 𬤗
90778 yvkci 𬤘
90779 yelii 𬤙
90780 ymmwi 𬤚
90781 yhjoi 𬤛
90782 ybrpi 𬤜
90783 ybrhi 𬤜
90784 yzni 𬤝
90785 yvqii 𬤞
90786 yzkci 𬤟
90787 y;;di 𬤠
90788 yljzi 𬤡
90789 yiphi 𬤢
90790 yy;.i 𬤣
90791 yk/pi 𬤤
90792 ytski 𬤥
90793 y;dni 𬤦
90794 yjjzi 𬤧
90795 y;;vi 𬤨
90796 yqoci 𬤩
90797 y/cni 𬤪
90798 yy;.i 𬤫
90799 yxxsi 𬤬
90800 yffni 𬤭
90801 yosmi 𬤮
90802 ynrci 𬤯
90803 yf;yi 𬤰
90804 yoxyi 𬤱
90805 kk;bi 𬤲
90806 kk;fi 𬤳
90807 kk;mi 𬤴
90808 vlv;i 𬤵
90809 bkqii 𬤶
90810 qiqfi 𬤷
90811 qi.di 𬤸
90812 dqini 𬤹
90813 fdfsi 𬤺
90814 dffsi 𬤺
90815 ffdsi 𬤺
90816 pfqsi 𬤺
90817 peqsi 𬤺
90818 a.lgi 𬤻
90819 a.gli 𬤻
90820 .da.i 𬤼
90821 a.gri 𬤽
90822 vra.i 𬤾
90823 a.a;i 𬤿
90824 a.t;i 𬥀
90825 aeb.i 𬥁
90826 a.qxi 𬥂
90827 j;t.i 𬥃
90828 a.abi 𬥄
90829 jja.i 𬥅
90830 jp.fi 𬥆
90831 j;.fi 𬥆
90832 clj.i 𬥇
90833 .almi 𬥈
90834 .l/si 𬥉
90835 .faki 𬥊
90836 .rjki 𬥊
90837 .pr.i 𬥋
90838 .jp.i 𬥌
90839 .j;.i 𬥌
90840 .q;bi 𬥍
90841 bmi 𬥎
90842 mkji 𬥏
90843 k.mi 𬥐
90844 .dmi 𬥑
90845 tlmi 𬥒
90846 mii 𬥓
90847 omqi 𬥔
90848 midgi 𬥕
90849 mkagi 𬥕
90850 meri 𬥖
90851 mkkri 𬥗
90852 mo;i 𬥘
90853 jk;mi 𬥙
90854 tgemi 𬥚
90855 mzqdi 𬥛
90856 mjz.i 𬥜
90857 lpjmi 𬥝
90858 mxz.i 𬥞
90859 mwaki 𬥟
90860 aaabi 𬥠
90861 aaaki 𬥠
90862 emomi 𬥡
90863 m.abi 𬥢
90864 kjmsi 𬥣
90865 mnaai 𬥤
90866 mjahi 𬥥
90867 av.mi 𬥦
90868 mos.i 𬥧
90869 m.zbi 𬥨
90870 ;mjyi 𬥩
90871 r;imi 𬥪
90872 caimi 𬥫
90873 kjmyi 𬥬
90874 mbyxi 𬥭
90875 rzkmi 𬥮
90876 kjmci 𬥯
90877 oasmi 𬥰
90878 fkymi 𬥱
90879 mqdxi 𬥲
90880 mkgsi 𬥳
90881 mrai 𬥴
90882 mogsi 𬥵
90883 mtbi 𬥶
90884 mjtdi 𬥷
90885 m;;di 𬥸
90886 mif;i 𬥹
90887 mqpwi 𬥺
90888 malzi 𬥻
90889 mdaei 𬥼
90890 mktzi 𬥽
90891 meoui 𬥾
90892 mzpri 𬥿
90893 mqdxi 𬦀
90894 rckji 𬦁
90895 rctxi 𬦂
90896 rlpci 𬦃
90897 rlpsi 𬦃
90898 rcrsi 𬦄
90899 rcg.i 𬦅
90900 rcabi 𬦆
90901 zrci 𬦇
90902 rcui 𬦈
90903 rcf;i 𬦉
90904 rcemi 𬦊
90905 rchci 𬦋
90906 rczxi 𬦌
90907 rcjki 𬦍
90908 rcjci 𬦍
90909 rcqdi 𬦎
90910 rcdti 𬦏
90911 rco;i 𬦐
90912 rcxzi 𬦑
90913 rcuui 𬦒
90914 rcnci 𬦓
90915 rcrfi 𬦔
90916 rcudi 𬦕
90917 rcjqi 𬦖
90918 rctki 𬦗
90919 rcqsi 𬦘
90920 rcfai 𬦙
90921 rc/zi 𬦚
90922 rcmqi 𬦛
90923 rciui 𬦜
90924 rcpfi 𬦝
90925 rcxhi 𬦞
90926 rcrxi 𬦟
90927 rcfxi 𬦟
90928 slgi 𬦠
90929 sgli 𬦠
90930 sodi 𬦡
90931 sjdi 𬦡
90932 shji 𬦢
90933 szbi 𬦣
90934 sqdli 𬦤
90935 smi 𬦥
90936 s.dki 𬦦
90937 skqi 𬦧
90938 s;ji 𬦨
90939 sjti 𬦩
90940 sj;i 𬦪
90941 sbfi 𬦫
90942 srosi 𬦬
90943 a/;ci 𬦭
90944 saei 𬦮
90945 szii 𬦯
90946 saiki 𬦯
90947 salpi 𬦰
90948 s.oki 𬦱
90949 sqi 𬦲
90950 s.i 𬦳
90951 skgsi 𬦴
90952 stgki 𬦵
90953 stgxi 𬦵
90954 saxei 𬦶
90955 sfkqi 𬦷
90956 spqqi 𬦸
90957 s.vi 𬦹
90958 snasi 𬦺
90959 ssfmi 𬦻
90960 spfmi 𬦻
90961 spdmi 𬦻
90962 rlpci 𬦼
90963 sa/wi 𬦽
90964 seosi 𬦾
90965 skyi 𬦿
90966 skdhi 𬧀
90967 sdkhi 𬧀
90968 c.oci 𬧁
90969 snaai 𬧂
90970 sizai 𬧃
90971 skzai 𬧃
90972 sqmi 𬧄
90973 sqhhi 𬧅
90974 sjtsi 𬧆
90975 sc.wi 𬧇
90976 ;cyyi 𬧈
90977 sbbvi 𬧉
90978 srfbi 𬧊
90979 sqoi 𬧋
90980 ses.i 𬧌
90981 slpfi 𬧍
90982 sypsi 𬧎
90983 sirui 𬧏
90984 sxpi 𬧐
90985 szzfi 𬧑
90986 s;;gi 𬧒
90987 s.jqi 𬧓
90988 suapi 𬧔
90989 sjjfi 𬧕
90990 sjjqi 𬧕
90991 silni 𬧖
90992 sx.wi 𬧗
90993 s,,vi 𬧘
90994 su,pi 𬧙
90995 sfumi 𬧚
90996 sfjmi 𬧚
90997 sfh/i 𬧛
90998 san,i 𬧜
90999 smmdi 𬧝
91000 szrui 𬧞
91001 sqdxi 𬧟
91002 .si 𬧠
91003 .yki 𬧡
91004 .zqhi 𬧢
91005 .pfi 𬧣
91006 .pei 𬧣
91007 .fjbi 𬧤
91008 .dgi 𬧥
91009 .jrki 𬧦
91010 .fkqi 𬧧
91011 .pqqi 𬧨
91012 .pahi 𬧩
91013 .jhvi 𬧪
91014 .jtni 𬧫
91015 .ikui 𬧬
91016 .ypxi 𬧭
91017 .ytxi 𬧭
91018 .xjki 𬧮
91019 .a/ci 𬧯
91020 .fl,i 𬧰
91021 qqqi 𬧱
91022 qdqi 𬧲
91023 qpsi 𬧳
91024 qsci 𬧴
91025 qoebi 𬧵
91026 q...i 𬧶
91027 qgfui 𬧷
91028 qjjzi 𬧸
91029 qirqi 𬧹
91030 qizqi 𬧹
91031 qlddi 𬧺
91032 p;dqi 𬧻
91033 qleqi 𬧼
91034 qyk;i 𬧽
91035 zpqi 𬧾
91036 qykfi 𬧿
91037 qsffi 𬨀
91038 qszfi 𬨀
91039 qflqi 𬨁
91040 qfosi 𬨂
91041 qfjbi 𬨃
91042 qfjzi 𬨄
91043 qfbbi 𬨅
91044 qshfi 𬨆
91045 qfyki 𬨇
91046 qfjsi 𬨈
91047 qflpi 𬨉
91048 blqfi 𬨊
91049 xrqfi 𬨋
91050 qflfi 𬨌
91051 qfpsi 𬨍
91052 qfipi 𬨎
91053 qfgui 𬨏
91054 qfoxi 𬨐
91055 qfbvi 𬨑
91056 qfrki 𬨒
91057 qfwvi 𬨓
91058 qfbfi 𬨔
91059 qfvci 𬨕
91060 yfsi 𬨖
91061 avyfi 𬨗
91062 yfnli 𬨘
91063 yftei 𬨙
91064 xgqfi 𬨚
91065 yfvmi 𬨛
91066 aani 𬨜
91067 zni 𬨝
91068 ebni 𬨞
91069 kjni 𬨟
91070 lfni 𬨠
91071 jjani 𬨡
91072 jfni 𬨡
91073 yni 𬨢
91074 hbni 𬨣
91075 apani 𬨤
91076 .vni 𬨥
91077 az;ni 𬨦
91078 lz;ni 𬨦
91079 axxni 𬨧
91080 ;jkni 𬨨
91081 lvsni 𬨩
91082 .jdni 𬨪
91083 k.zni 𬨫
91084 bbqni 𬨬
91085 qifni 𬨭
91086 vpni 𬨮
91087 .lpni 𬨯
91088 l.pni 𬨰
91089 tuani 𬨱
91090 ag;ni 𬨲
91091 gd;ni 𬨲
91092 vhxni 𬨳
91093 fx;ni 𬨴
91094 olnni 𬨵
91095 .aeni 𬨶
91096 itxni 𬨷
91097 lgbni 𬨸
91098 glbni 𬨸
91099 g.uni 𬨸
91100 x;oni 𬨹
91101 qeani 𬨺
91102 v;oni 𬨻
91103 v;jni 𬨻
91104 zeni 𬨼
91105 kzni 𬨽
91106 lveni 𬨾
91107 ,aani 𬨿
91108 z;lni 𬩀
91109 z;;ni 𬩀
91110 fb;ni 𬩁
91111 ffzni 𬩂
91112 ffvni 𬩂
91113 es.ni 𬩃
91114 lgini 𬩄
91115 glini 𬩄
91116 crlni 𬩅
91117 cwpni 𬩆
91118 birni 𬩇
91119 wloni 𬩈
91120 v;tni 𬩉
91121 vv.ni 𬩊
91122 vhyni 𬩋
91123 casni 𬩌
91124 mm,ni 𬩍
91125 yh;ni 𬩎
91126 hcvni 𬩏
91127 bjfni 𬩐
91128 rfkni 𬩑
91129 zfhni 𬩒
91130 zevni 𬩓
91131 pmlni 𬩔
91132 pmgni 𬩔
91133 m;oni 𬩕
91134 cj;ni 𬩖
91135 dalni 𬩗
91136 kzfni 𬩘
91137 o;ini 𬩙
91138 ozani 𬩚
91139 y.fni 𬩛
91140 hbfni 𬩛
91141 qozni 𬩜
91142 f/jni 𬩝
91143 fleni 𬩞
91144 m;mni 𬩟
91145 ;dani 𬩠
91146 umoni 𬩡
91147 u.oni 𬩡
91148 gjfni 𬩢
91149 ykdni 𬩣
91150 zfpni 𬩤
91151 a.vni 𬩥
91152 fnrni 𬩦
91153 m;fni 𬩧
91154 ;;pni 𬩨
91155 lbpni 𬩩
91156 gkpni 𬩩
91157 nzkni 𬩪
91158 dleni 𬩫
91159 u,gni 𬩬
91160 o;ini 𬩭
91161 b;yni 𬩮
91162 v;lni 𬩯
91163 qqlni 𬩰
91164 qqani 𬩰
91165 lerni 𬩱
91166 onmni 𬩲
91167 bti 𬩳
91168 ;tdbi 𬩴
91169 ;dti 𬩵
91170 ofti 𬩶
91171 e;ti 𬩷
91172 pdti 𬩸
91173 kaati 𬩹
91174 rk;si 𬩺
91175 .vti 𬩻
91176 sajti 𬩼
91177 tfhti 𬩽
91178 viti 𬩾
91179 a,ti 𬩾
91180 erti 𬩿
91181 pwti 𬪀
91182 ohdsi 𬪁
91183 ohlsi 𬪁
91184 odhsi 𬪁
91185 olhsi 𬪁
91186 loxti 𬪂
91187 .fhti 𬪃
91188 gftdi 𬪄
91189 gztdi 𬪄
91190 zfti 𬪅
91191 qxti 𬪆
91192 qaxti 𬪇
91193 pqqti 𬪈
91194 pl.ti 𬪉
91195 o;;ti 𬪊
91196 fodti 𬪋
91197 folti 𬪋
91198 palti 𬪌
91199 ohjti 𬪍
91200 lpvti 𬪎
91201 i,ti 𬪏
91202 ikpti 𬪐
91203 fnfti 𬪑
91204 ;riti 𬪒
91205 igati 𬪓
91206 khgti 𬪓
91207 itpti 𬪓
91208 khtti 𬪓
91209 cjhti 𬪔
91210 rputi 𬪕
91211 fjsti 𬪖
91212 /qlti 𬪗
91213 yxkti 𬪘
91214 ysxti 𬪘
91215 yp;ti 𬪙
91216 nkkti 𬪚
91217 blqti 𬪛
91218 ykdti 𬪜
91219 fmati 𬪝
91220 ljpti 𬪞
91221 ljnti 𬪟
91222 q;rti 𬪠
91223 q;fti 𬪠
91224 a;;ti 𬪠
91225 or,ti 𬪡
91226 ..iti 𬪢
91227 eu,ti 𬪣
91228 oszti 𬪤
91229 /orti 𬪥
91230 apfdi 𬪦
91231 apq.i 𬪧
91232 apaxi 𬪨
91233 apjxi 𬪩
91234 apapi 𬪪
91235 aphpi 𬪫
91236 apyfi 𬪬
91237 apari 𬪭
91238 apgfi 𬪮
91239 apesi 𬪯
91240 j;qpi 𬪰
91241 apbri 𬪱
91242 apzui 𬪲
91243 apyui 𬪲
91244 ap.;i 𬪳
91245 apa,i 𬪴
91246 apl,i 𬪴
91247 co;pi 𬪵
91248 apyri 𬪶
91249 apaci 𬪷
91250 app,i 𬪸
91251 jpqpi 𬪹
91252 j;qpi 𬪹
91253 l,ni 𬪺
91254 l,rxi 𬪻
91255 opmi 𬪼
91256 opodi 𬪽
91257 opjdi 𬪽
91258 opzsi 𬪾
91259 aeari 𬪿
91260 prbri 𬫀
91261 rc.ri 𬫁
91262 izbi 𬫂
91263 iari 𬫃
91264 idi 𬫄
91265 kjii 𬫅
91266 ilzbi 𬫆
91267 iaaxi 𬫇
91268 ;jii 𬫈
91269 ijfi 𬫉
91270 iklfi 𬫊
91271 i.abi 𬫋
91272 ilzbi 𬫋
91273 i.abi 𬫋
91274 ioaai 𬫌
91275 ioahi 𬫌
91276 iafxi 𬫍
91277 iazxi 𬫍
91278 rjhii 𬫎
91279 rjkii 𬫎
91280 iqpi 𬫏
91281 ieaci 𬫐
91282 i.adi 𬫑
91283 iizi 𬫒
91284 ikzi 𬫒
91285 iwgfi 𬫓
91286 rl.ii 𬫔
91287 iv.i 𬫕
91288 iaaai 𬫖
91289 if.hi 𬫗
91290 ifh.i 𬫗
91291 ifbhi 𬫗
91292 idjki 𬫘
91293 ipfgi 𬫙
91294 i;jki 𬫚
91295 ikoei 𬫛
91296 k;jii 𬫜
91297 inrhi 𬫝
91298 i,fi 𬫞
91299 it,i 𬫟
91300 ic;i 𬫠
91301 iagai 𬫡
91302 igdai 𬫡
91303 iafui 𬫢
91304 iafxi 𬫣
91305 i/fgi 𬫤
91306 ilvfi 𬫥
91307 ii;ji 𬫦
91308 yhlii 𬫧
91309 ,,ii 𬫨
91310 inoai 𬫩
91311 inohi 𬫩
91312 iyxdi 𬫪
91313 iyp;i 𬫫
91314 igdui 𬫬
91315 izpri 𬫭
91316 irjfi 𬫮
91317 ifzxi 𬫯
91318 ifkhi 𬫰
91319 ikxhi 𬫱
91320 ihofi 𬫲
91321 izci 𬫳
91322 izpci 𬫴
91323 irxi 𬫵
91324 ifpki 𬫶
91325 iza;i 𬫷
91326 i/ozi 𬫸
91327 ijpqi 𬫹
91328 ikdzi 𬫺
91329 ik.ii 𬫻
91330 ik.ki 𬫻
91331 ikii 𬫻
91332 zuisi 𬫼
91333 yxusi 𬫼
91334 ihoki 𬫽
91335 ixzci 𬫾
91336 ialxi 𬫿
91337 idjdi 𬬀
91338 ilvfi 𬬁
91339 ilyi 𬬂
91340 ilpdi 𬬃
91341 inzdi 𬬄
91342 ivqii 𬬅
91343 qbrii 𬬆
91344 qfqii 𬬇
91345 iflvi 𬬈
91346 i;aei 𬬉
91347 imz,i 𬬊
91348 ifk;i 𬬋
91349 irk;i 𬬋
91350 iaxai 𬬌
91351 ivp.i 𬬍
91352 iprxi 𬬎
91353 ijp.i 𬬏
91354 iophi 𬬐
91355 iyxyi 𬬑
91356 iysyi 𬬑
91357 iae.i 𬬒
91358 iaeki 𬬒
91359 iargi 𬬓
91360 iqoci 𬬔
91361 i/rxi 𬬕
91362 ioxfi 𬬖
91363 itdui 𬬗
91364 z/uhi 𬬘
91365 yx/hi 𬬘
91366 ifxhi 𬬙
91367 iepui 𬬚
91368 ilmui 𬬛
91369 e,dii 𬬜
91370 i./.i 𬬝
91371 ilzci 𬬞
91372 iypci 𬬟
91373 itg.i 𬬠
91374 ifo,i 𬬡
91375 ietdi 𬬢
91376 iykxi 𬬣
91377 i;;;i 𬬤
91378 iqdxi 𬬥
91379 iyxni 𬬦
91380 ixyni 𬬦
91381 iafi 𬬧
91382 iaagi 𬬨
91383 iaxi 𬬩
91384 i;i 𬬪
91385 iqqi 𬬫
91386 iaadi 𬬬
91387 ifgi 𬬬
91388 ikqi 𬬭
91389 ilqki 𬬮
91390 ilaxi 𬬮
91391 iqki 𬬮
91392 ilri 𬬯
91393 ikgsi 𬬰
91394 ioi 𬬱
91395 i.dki 𬬲
91396 ilgli 𬬳
91397 iagli 𬬳
91398 ilzi 𬬴
91399 ijsi 𬬵
91400 ihbhi 𬬶
91401 ihlhi 𬬶
91402 igi 𬬷
91403 ivhi 𬬸
91404 ipdi 𬬹
91405 iuai 𬬺
91406 iebi 𬬻
91407 icai 𬬼
91408 ioei 𬬽
91409 inadi 𬬾
91410 ij;i 𬬿
91411 ix;i 𬭀
91412 iszi 𬭁
91413 itgxi 𬭂
91414 izfi 𬭃
91415 ia/i 𬭄
91416 i.qi 𬭅
91417 isvi 𬭆
91418 iiaxi 𬭇
91419 inlqi 𬭈
91420 iy.ei 𬭉
91421 ivri 𬭊
91422 iafxi 𬭋
91423 i;azi 𬭌
91424 ipafi 𬭍
91425 inzxi 𬭎
91426 itpi 𬭏
91427 ixozi 𬭐
91428 iqtdi 𬭑
91429 ifjsi 𬭒
91430 ijrki 𬭓
91431 ieii 𬭔
91432 ijr;i 𬭕
91433 iuui 𬭖
91434 ilvwi 𬭗
91435 iif;i 𬭘
91436 ikpfi 𬭙
91437 iy;fi 𬭚
91438 ictbi 𬭛
91439 igzhi 𬭜
91440 ixz.i 𬭝
91441 izaei 𬭞
91442 izazi 𬭟
91443 izlzi 𬭟
91444 ivpai 𬭠
91445 ifj;i 𬭡
91446 i;dmi 𬭢
91447 ilpci 𬭣
91448 iktzi 𬭤
91449 il.ni 𬭥
91450 izahi 𬭦
91451 ijl;i 𬭧
91452 ileni 𬭨
91453 ikxbi 𬭩
91454 inr;i 𬭪
91455 inf;i 𬭪
91456 ibrxi 𬭫
91457 iffti 𬭬
91458 izexi 𬭭
91459 ifaki 𬭮
91460 irjki 𬭮
91461 i,.i 𬭯
91462 inaki 𬭰
91463 i,;ni 𬭱
91464 iwpvi 𬭲
91465 ir;;i 𬭳
91466 ifjxi 𬭴
91467 irjxi 𬭴
91468 ir;.i 𬭵
91469 ip,i 𬭶
91470 icjli 𬭷
91471 i,mqi 𬭸
91472 ibbii 𬭹
91473 ibbki 𬭹
91474 ia/ei 𬭺
91475 ilp.i 𬭻
91476 ii.ni 𬭼
91477 ib;fi 𬭽
91478 iljfi 𬭾
91479 ilvpi 𬭿
91480 iojki 𬮀
91481 ifchi 𬮁
91482 iojmi 𬮂
91483 iljxi 𬮃
91484 zlzei 𬮄
91485 ebi 𬮅
91486 egdsi 𬮆
91487 ezhi 𬮇
91488 emi 𬮈
91489 eddi 𬮉
91490 ezkki 𬮊
91491 e..i 𬮋
91492 y.fei 𬮌
91493 ecrki 𬮍
91494 irzei 𬮎
91495 e.fhi 𬮏
91496 ehoki 𬮐
91497 etrpi 𬮑
91498 etfpi 𬮑
91499 enndi 𬮒
91500 evjji 𬮓
91501 v/emi 𬮔
91502 e,ari 𬮕
91503 ecqni 𬮖
91504 eepui 𬮗
91505 hjki 𬮘
91506 hjali 𬮙
91507 hjqi 𬮚
91508 hjeai 𬮛
91509 hjazi 𬮜
91510 hjzhi 𬮝
91511 hjigi 𬮞
91512 hjkgi 𬮞
91513 hj,i 𬮟
91514 hjqdi 𬮠
91515 hjmci 𬮡
91516 hjrki 𬮢
91517 hjqri 𬮣
91518 hji;i 𬮤
91519 hjkki 𬮥
91520 hjizi 𬮦
91521 hjcsi 𬮧
91522 hjrci 𬮨
91523 hjlxi 𬮩
91524 hjcli 𬮪
91525 hjafi 𬮫
91526 hjrui 𬮬
91527 hjzsi 𬮭
91528 hjzdi 𬮮
91529 hjrci 𬮯
91530 hjtdi 𬮰
91531 hjari 𬮱
91532 hjawi 𬮲
91533 hj;;i 𬮳
91534 hjypi 𬮴
91535 hjtxi 𬮵
91536 hjadi 𬮶
91537 hjefi 𬮷
91538 hjyri 𬮸
91539 hjbii 𬮹
91540 tgai 𬮺
91541 tlai 𬮻
91542 tjki 𬮼
91543 txshi 𬮽
91544 toai 𬮾
91545 tdtsi 𬮿
91546 ty.ei 𬯀
91547 tyfi 𬯁
91548 tyi 𬯂
91549 tcjki 𬯃
91550 tzqri 𬯄
91551 tqzii 𬯅
91552 tqaki 𬯅
91553 tpl.i 𬯆
91554 tlpri 𬯇
91555 lefdi 𬯈
91556 tii 𬯉
91557 txz.i 𬯊
91558 trqki 𬯋
91559 trasi 𬯋
91560 tzpi 𬯌
91561 tctci 𬯍
91562 t;dmi 𬯎
91563 tlpci 𬯏
91564 tfzgi 𬯐
91565 tky;i 𬯑
91566 tmodi 𬯒
91567 t.odi 𬯒
91568 twjbi 𬯓
91569 tvpri 𬯔
91570 tpffi 𬯕
91571 tprfi 𬯕
91572 tigpi 𬯖
91573 tkhpi 𬯖
91574 titpi 𬯖
91575 tlpni 𬯗
91576 txx.i 𬯘
91577 t.bbi 𬯙
91578 tipzi 𬯚
91579 tgahi 𬯛
91580 tqdki 𬯜
91581 tofni 𬯝
91582 tmwbi 𬯞
91583 ttf.i 𬯟
91584 tnmci 𬯠
91585 tfmci 𬯡
91586 tapli 𬯢
91587 tqdpi 𬯣
91588 tlodi 𬯤
91589 tfppi 𬯥
91590 t/yki 𬯦
91591 tt,fi 𬯧
91592 tw,fi 𬯧
91593 tyxxi 𬯨
91594 txyxi 𬯨
91595 tqdmi 𬯩
91596 kyei 𬯪
91597 kyjri 𬯫
91598 casyi 𬯬
91599 ky.fi 𬯭
91600 wtdyi 𬯮
91601 rlpyi 𬯯
91602 kybsi 𬯰
91603 jky;i 𬯱
91604 ldlyi 𬯲
91605 jkyki 𬯳
91606 kynyi 𬯴
91607 mmkyi 𬯵
91608 oyfyi 𬯶
91609 irlyi 𬯷
91610 izqyi 𬯷
91611 zlshi 𬯸
91612 zslhi 𬯸
91613 zsbi 𬯹
91614 zbgdi 𬯺
91615 zajdi 𬯻
91616 zyjdi 𬯻
91617 zlvei 𬯼
91618 zcxgi 𬯽
91619 zvfbi 𬯾
91620 zpui 𬯿
91621 zclsi 𬰀
91622 zy.ei 𬰁
91623 zcrxi 𬰂
91624 zcvai 𬰃
91625 zalmi 𬰄
91626 ziuwi 𬰅
91627 ziuei 𬰅
91628 zcjdi 𬰆
91629 zbg.i 𬰇
91630 zprhi 𬰈
91631 zptxi 𬰉
91632 zyni 𬰊
91633 zarvi 𬰋
91634 zibei 𬰌
91635 zitei 𬰌
91636 zwvji 𬰍
91637 zaapi 𬰎
91638 zyl;i 𬰏
91639 z,kli 𬰐
91640 z;;ci 𬰑
91641 znrzi 𬰒
91642 znfzi 𬰒
91643 znmci 𬰓
91644 zt.ni 𬰔
91645 zrf,i 𬰕
91646 zosmi 𬰖
91647 rjdgi 𬰗
91648 ruqgi 𬰗
91649 ruoai 𬰘
91650 rjdai 𬰘
91651 eeti 𬰙
91652 eeyi 𬰚
91653 j;eei 𬰛
91654 at;ei 𬰜
91655 lmsei 𬰝
91656 eebbi 𬰞
91657 yagei 𬰟
91658 vaaei 𬰠
91659 alpmi 𬰡
91660 nnlei 𬰢
91661 cqfei 𬰣
91662 rfxhi 𬰤
91663 rfaki 𬰥
91664 rfp;i 𬰦
91665 rfi.i 𬰧
91666 rfzxi 𬰨
91667 rff,i 𬰩
91668 t;qdi 𬰪
91669 rt;xi 𬰫
91670 t;qci 𬰬
91671 t;qdi 𬰭
91672 t;qui 𬰮
91673 t;qhi 𬰯
91674 t;qxi 𬰰
91675 aagfi 𬰱
91676 fgafi 𬰱
91677 aag.i 𬰲
91678 fgs.i 𬰲
91679 aag;i 𬰳
91680 fge;i 𬰳
91681 aaghi 𬰴
91682 fgkhi 𬰴
91683 aagsi 𬰵
91684 fgpsi 𬰵
91685 aagni 𬰶
91686 fgzni 𬰶
91687 aagyi 𬰷
91688 fgjyi 𬰷
91689 vofdi 𬰸
91690 vofgi 𬰸
91691 yppfi 𬰹
91692 ypcai 𬰺
91693 yplvi 𬰻
91694 ypjpi 𬰼
91695 kd.pi 𬰽
91696 ypifi 𬰾
91697 jalmi 𬰿
91698 afami 𬱀
91699 hbami 𬱁
91700 nlami 𬱂
91701 m;ami 𬱃
91702 qhbmi 𬱄
91703 a/smi 𬱅
91704 f;smi 𬱆
91705 kjrmi 𬱇
91706 p;bmi 𬱈
91707 ptlmi 𬱉
91708 racmi 𬱊
91709 izbmi 𬱋
91710 kzbmi 𬱋
91711 ptlmi 𬱌
91712 edahi 𬱍
91713 dddhi 𬱍
91714 ada;i 𬱎
91715 ykymi 𬱏
91716 ae/mi 𬱐
91717 ;;nmi 𬱑
91718 almhi 𬱒
91719 lsami 𬱓
91720 slami 𬱓
91721 zshmi 𬱔
91722 jbami 𬱕
91723 pfami 𬱖
91724 e;ami 𬱗
91725 ohami 𬱘
91726 ialmi 𬱙
91727 nlami 𬱚
91728 almmi 𬱛
91729 fkami 𬱜
91730 pqami 𬱝
91731 ;;ami 𬱞
91732 jzgmi 𬱟
91733 af;mi 𬱠
91734 lf;mi 𬱠
91735 lgvmi 𬱡
91736 glvmi 𬱡
91737 svami 𬱡
91738 jqfmi 𬱢
91739 digmi 𬱣
91740 dkhmi 𬱣
91741 oasmi 𬱤
91742 bjfmi 𬱥
91743 rakmi 𬱦
91744 almvi 𬱧
91745 zpsmi 𬱨
91746 p;bmi 𬱩
91747 lefmi 𬱪
91748 nacmi 𬱫
91749 xz.mi 𬱬
91750 rfami 𬱭
91751 dxxmi 𬱮
91752 xdxmi 𬱮
91753 xxdmi 𬱮
91754 iljmi 𬱯
91755 .z;mi 𬱰
91756 irimi 𬱱
91757 ifimi 𬱱
91758 irfmi 𬱱
91759 lpnmi 𬱲
91760 i;;mi 𬱳
91761 xopi 𬱴
91762 s.adi 𬱵
91763 s.fgi 𬱵
91764 saagi 𬱶
91765 s.tki 𬱷
91766 s.qxi 𬱸
91767 saaqi 𬱹
91768 mgs.i 𬱺
91769 ys.i 𬱻
91770 ysaai 𬱻
91771 dts.i 𬱼
91772 s.oci 𬱽
91773 s.vvi 𬱾
91774 s.qxi 𬱿
91775 s.lni 𬲀
91776 saafi 𬲁
91777 saawi 𬲂
91778 saaei 𬲂
91779 saaxi 𬲃
91780 saa;i 𬲄
91781 s.zci 𬲅
91782 s.b;i 𬲆
91783 iuwai 𬲇
91784 iueai 𬲇
91785 saaki 𬲈
91786 sklpi 𬲉
91787 eenki 𬲊
91788 ibzi 𬲋
91789 ibadi 𬲌
91790 ibkji 𬲍
91791 iblqi 𬲎
91792 ritxi 𬲏
91793 ibzxi 𬲐
91794 iblpi 𬲑
91795 ibspi 𬲑
91796 ibqzi 𬲒
91797 ibk.i 𬲓
91798 iby;i 𬲔
91799 qfoxi 𬲕
91800 itxki 𬲖
91801 ibawi 𬲗
91802 ibawi 𬲘
91803 ibifi 𬲙
91804 ibaxi 𬲚
91805 ibroi 𬲛
91806 ibcli 𬲜
91807 ibihi 𬲝
91808 ibwvi 𬲞
91809 itxki 𬲟
91810 ibini 𬲠
91811 ibgni 𬲡
91812 ibrmi 𬲢
91813 ibloi 𬲣
91814 ibebi 𬲤
91815 jsci 𬲥
91816 jski 𬲦
91817 jsagi 𬲧
91818 jsafi 𬲨
91819 jszsi 𬲩
91820 jskki 𬲪
91821 jse;i 𬲫
91822 js;ki 𬲬
91823 jsuai 𬲭
91824 jsoai 𬲮
91825 jsohi 𬲮
91826 jsl;i 𬲯
91827 jso.i 𬲰
91828 jsnqi 𬲱
91829 jsndi 𬲲
91830 jsbfi 𬲳
91831 jsd;i 𬲴
91832 jslbi 𬲵
91833 jsyei 𬲶
91834 jstxi 𬲷
91835 jsfni 𬲸
91836 jsfsi 𬲹
91837 js.fi 𬲺
91838 jskli 𬲻
91839 jszsi 𬲼
91840 jsrki 𬲽
91841 jsp;i 𬲾
91842 jsdgi 𬲿
91843 jsl;i 𬳀
91844 js.ui 𬳁
91845 jsbbi 𬳂
91846 jsqpi 𬳃
91847 jsffi 𬳄
91848 jszui 𬳅
91849 js.di 𬳆
91850 jsnai 𬳇
91851 js;ei 𬳈
91852 jspbi 𬳉
91853 js.oi 𬳊
91854 jslni 𬳋
91855 jslhi 𬳌
91856 jsn;i 𬳍
91857 jsaxi 𬳎
91858 jsfki 𬳏
91859 jsrki 𬳏
91860 jsdci 𬳐
91861 jspci 𬳑
91862 jsbii 𬳒
91863 jsyyi 𬳓
91864 jsnxi 𬳔
91865 iljli 𬳕
91866 iljji 𬳖
91867 qhiji 𬳗
91868 iljui 𬳘
91869 iljfi 𬳙
91870 iljci 𬳚
91871 ilj.i 𬳛
91872 lvpmi 𬳜
91873 a.hpi 𬳝
91874 lvpsi 𬳞
91875 lvpmi 𬳟
91876 lv,pi 𬳠
91877 lvpsi 𬳡
91878 .fhpi 𬳢
91879 lvphi 𬳣
91880 lvp;i 𬳤
91881 lvp,i 𬳥
91882 lvpmi 𬳦
91883 xhbpi 𬳧
91884 sxhpi 𬳧
91885 g,ti 𬳨
91886 g,ebi 𬳩
91887 tlg,i 𬳪
91888 g,bbi 𬳫
91889 g,a.i 𬳬
91890 jid,i 𬳭
91891 g,yci 𬳮
91892 g,x.i 𬳯
91893 g,aui 𬳰
91894 g,kui 𬳰
91895 g,;mi 𬳱
91896 g,bfi 𬳲
91897 gas.i 𬳳
91898 gaaii 𬳴
91899 gazai 𬳵
91900 gaj;i 𬳶
91901 ga.ki 𬳷
91902 njgai 𬳸
91903 gazgi 𬳹
91904 gaq.i 𬳺
91905 gaqri 𬳻
91906 gazui 𬳼
91907 gaosi 𬳽
91908 gammi 𬳾
91909 gaivi 𬳿
91910 gahxi 𬴀
91911 gadfi 𬴁
91912 gaeei 𬴂
91913 gafgi 𬴃
91914 gapri 𬴄
91915 gayhi 𬴅
91916 garri 𬴆
91917 gavzi 𬴇
91918 gazxi 𬴈
91919 gazci 𬴉
91920 ga,qi 𬴊
91921 garxi 𬴋
91922 gaf.i 𬴌
91923 gay,i 𬴍
91924 gaqvi 𬴎
91925 ganci 𬴏
91926 gafyi 𬴐
91927 arfui 𬴑
91928 muk;i 𬴒
91929 lg,ui 𬴓
91930 y;jsi 𬴔
91931 y;jsi 𬴕
91932 yejqi 𬴖
91933 yejgi 𬴗
91934 ye;di 𬴘
91935 plf;i 𬴙
91936 y;jci 𬴚
91937 qj;qi 𬴛
91938 yejzi 𬴜
91939 y;jsi 𬴝
91940 y;jci 𬴞
91941 y;jfi 𬴟
91942 ye;ai 𬴠
91943 ye;xi 𬴡
91944 ye;pi 𬴢
91945 ye;hi 𬴢
91946 ye;mi 𬴣
91947 ye;zi 𬴤
91948 ye;/i 𬴥
91949 ye;ri 𬴦
91950 z.afi 𬴧
91951 z.asi 𬴨
91952 z.jxi 𬴩
91953 z.nvi 𬴪
91954 z.vvi 𬴫
91955 z.c;i 𬴬
91956 z../i 𬴭
91957 z.bji 𬴮
91958 z.nci 𬴯
91959 ejidi 𬴰
91960 ef/xi 𬴱
91961 qjibi 𬴲
91962 qjkbi 𬴲
91963 a;;di 𬴳
91964 q;jdi 𬴳
91965 qjiqi 𬴴
91966 qjkqi 𬴴
91967 qjibi 𬴵
91968 qjkbi 𬴵
91969 qjixi 𬴶
91970 qjkxi 𬴶
91971 vjqdi 𬴷
91972 tgrdi 𬴸
91973 tg.di 𬴹
91974 tg,di 𬴺
91975 tg,di 𬴻
91976 tgpdi 𬴼
91977 oxqi 𬴽
91978 oeai 𬴾
91979 oxaei 𬴿
91980 oqi 𬵀
91981 u,agi 𬵁
91982 u,ci 𬵂
91983 u,zi 𬵃
91984 lsh,i 𬵄
91985 slh,i 𬵄
91986 pu,i 𬵅
91987 u,ci 𬵆
91988 u,zxi 𬵇
91989 u,pti 𬵈
91990 u,ui 𬵉
91991 u,kci 𬵊
91992 cad,i 𬵋
91993 u,hci 𬵌
91994 u,rsi 𬵍
91995 u,pdi 𬵎
91996 u,a;i 𬵏
91997 u,l;i 𬵏
91998 u,nri 𬵐
91999 u,jni 𬵑
92000 u,qi 𬵒
92001 u,;di 𬵓
92002 u,;ci 𬵔
92003 u,kqi 𬵕
92004 u,xzi 𬵖
92005 u,zi 𬵗
92006 u,fai 𬵘
92007 ou,i 𬵙
92008 u,lai 𬵚
92009 u,nki 𬵛
92010 u,awi 𬵜
92011 u,pqi 𬵝
92012 u,ei 𬵞
92013 u,nbi 𬵟
92014 u,fxi 𬵠
92015 u,rxi 𬵡
92016 u,zxi 𬵢
92017 u,fhi 𬵣
92018 u,owi 𬵤
92019 u,dqi 𬵥
92020 u,fhi 𬵦
92021 u,jyi 𬵧
92022 u,ndi 𬵨
92023 u,b.i 𬵩
92024 u,zni 𬵪
92025 u,pki 𬵫
92026 u,evi 𬵬
92027 u,lfi 𬵭
92028 u,rni 𬵮
92029 u,ani 𬵯
92030 u,s,i 𬵰
92031 u,cxi 𬵱
92032 u,axi 𬵲
92033 u,fmi 𬵳
92034 u,f,i 𬵴
92035 u,y.i 𬵵
92036 u,q.i 𬵶
92037 u,eki 𬵷
92038 u,fgi 𬵸
92039 u,yxi 𬵹
92040 u,lei 𬵺
92041 u,bei 𬵺
92042 u,ldi 𬵻
92043 oj.,i 𬵼
92044 u,qmi 𬵽
92045 u,fmi 𬵽
92046 u,lfi 𬵾
92047 u,f/i 𬵿
92048 uaei 𬶀
92049 uaki 𬶁
92050 uari 𬶂
92051 uazi 𬶃
92052 ualhi 𬶄
92053 uaqli 𬶅
92054 uafi 𬶆
92055 uakei 𬶇
92056 uaui 𬶈
92057 uaofi 𬶉
92058 uaahi 𬶊
92059 uaaai 𬶊
92060 ual;i 𬶋
92061 uakxi 𬶌
92062 uanqi 𬶍
92063 uafji 𬶎
92064 uajsi 𬶏
92065 uas,i 𬶐
92066 uazni 𬶑
92067 uadgi 𬶒
92068 ualbi 𬶓
92069 uao;i 𬶔
92070 uakli 𬶕
92071 uazsi 𬶖
92072 uafbi 𬶗
92073 uapji 𬶘
92074 ua.bi 𬶙
92075 uaubi 𬶚
92076 uakfi 𬶛
92077 uay;i 𬶜
92078 uansi 𬶝
92079 uafui 𬶞
92080 uavei 𬶟
92081 uav/i 𬶠
92082 uarfi 𬶡
92083 uarzi 𬶡
92084 uapri 𬶢
92085 uaiqi 𬶣
92086 uaydi 𬶤
92087 uaygi 𬶥
92088 uahfi 𬶦
92089 uabvi 𬶧
92090 bqsai 𬶨
92091 lpqai 𬶨
92092 uapwi 𬶩
92093 uaini 𬶪
92094 uarki 𬶫
92095 uaeai 𬶬
92096 uamci 𬶭
92097 uar;i 𬶮
92098 uafvi 𬶯
92099 uacoi 𬶰
92100 uapci 𬶱
92101 uaj.i 𬶲
92102 uaupi 𬶳
92103 uaipi 𬶴
92104 ua/xi 𬶵
92105 uanci 𬶶
92106 ua/ki 𬶷
92107 uarxi 𬶸
92108 uafhi 𬶹
92109 uafyi 𬶺
92110 uazui 𬶻
92111 gdl,i 𬶼
92112 l,fi 𬶽
92113 l,fhi 𬶾
92114 tgl,i 𬶿
92115 l,zbi 𬷀
92116 axl,i 𬷁
92117 .fl,i 𬷂
92118 dl,i 𬷃
92119 hfl,i 𬷄
92120 l,jzi 𬷅
92121 l,jri 𬷆
92122 jrl,i 𬷇
92123 kax,i 𬷈
92124 kql,i 𬷉
92125 l,.ki 𬷊
92126 l,ndi 𬷋
92127 nad,i 𬷌
92128 l,jqi 𬷍
92129 .ql,i 𬷎
92130 kel,i 𬷏
92131 l,yxi 𬷐
92132 w;l,i 𬷑
92133 bbb,i 𬷒
92134 l,a.i 𬷓
92135 zl,i 𬷔
92136 qhlai 𬷕
92137 j;s,i 𬷖
92138 jps,i 𬷖
92139 kyr,i 𬷗
92140 krl,i 𬷗
92141 .lr,i 𬷘
92142 .ar,i 𬷘
92143 ccl,i 𬷙
92144 nzx,i 𬷚
92145 yca,i 𬷛
92146 l,axi 𬷜
92147 zaa,i 𬷝
92148 vvl,i 𬷞
92149 l,axi 𬷟
92150 mvl,i 𬷠
92151 nel,i 𬷡
92152 alm,i 𬷢
92153 l,xi 𬷣
92154 .qd,i 𬷤
92155 l,soi 𬷥
92156 ypc,i 𬷦
92157 hul,i 𬷧
92158 zaa,i 𬷨
92159 kyb,i 𬷩
92160 l,eoi 𬷪
92161 yhp,i 𬷫
92162 na.,i 𬷬
92163 wlo,i 𬷭
92164 rkr,i 𬷮
92165 cky,i 𬷯
92166 l,wvi 𬷰
92167 ary,i 𬷱
92168 rcq,i 𬷲
92169 wts,i 𬷳
92170 iue,i 𬷴
92171 iuw,i 𬷴
92172 yvo,i 𬷵
92173 yp;,i 𬷶
92174 ,,j,i 𬷷
92175 l,iwi 𬷸
92176 fky,i 𬷹
92177 jnk,i 𬷺
92178 lasi 𬷻
92179 slai 𬷼
92180 lagdi 𬷽
92181 qlai 𬷾
92182 lakki 𬷿
92183 y.lai 𬸀
92184 qhlai 𬸁
92185 qdlai 𬸂
92186 arhai 𬸃
92187 zqhai 𬸄
92188 jtlai 𬸅
92189 orlai 𬸆
92190 b;lai 𬸇
92191 axrai 𬸈
92192 qshai 𬸉
92193 klrai 𬸊
92194 ofqai 𬸋
92195 .vlai 𬸌
92196 zfhai 𬸍
92197 lveai 𬸎
92198 htxai 𬸏
92199 nvlai 𬸐
92200 k;sai 𬸑
92201 larki 𬸒
92202 qsqai 𬸓
92203 vkxai 𬸔
92204 mmlai 𬸕
92205 ,,lai 𬸖
92206 tclai 𬸗
92207 qpwai 𬸘
92208 jclai 𬸙
92209 .yzai 𬸚
92210 lpaai 𬸛
92211 gjfai 𬸜
92212 yplai 𬸝
92213 ,wlai 𬸞
92214 baxai 𬸟
92215 qdqai 𬸠
92216 eohai 𬸡
92217 lpzai 𬸢
92218 lpvai 𬸢
92219 nrkai 𬸣
92220 a/aai 𬸤
92221 zolai 𬸥
92222 hooai 𬸦
92223 reqai 𬸧
92224 r;eai 𬸧
92225 re;ai 𬸧
92226 rakai 𬸨
92227 lj,ai 𬸩
92228 ljlai 𬸩
92229 l,pai 𬸪
92230 y;gai 𬸫
92231 vaoai 𬸬
92232 fplai 𬸭
92233 fbaai 𬸮
92234 fblai 𬸮
92235 b;yai 𬸯
92236 zkyai 𬸰
92237 jjkai 𬸱
92238 ep.qi 𬸲
92239 ep.si 𬸳
92240 ep.vi 𬸴
92241 ep.;i 𬸵
92242 ep.pi 𬸶
92243 ep.zi 𬸷
92244 ep.fi 𬸸
92245 ep..i 𬸹
92246 yqqsi 𬸺
92247 yqqoi 𬸻
92248 bqyqi 𬸼
92249 yqqei 𬸽
92250 yqqei 𬸾
92251 yqqvi 𬸿
92252 yqqoi 𬹀
92253 yqqfi 𬹁
92254 fkkki 𬹂
92255 zkkki 𬹂
92256 vkkki 𬹂
92257 fkk;i 𬹃
92258 zkk;i 𬹃
92259 vkk;i 𬹃
92260 fkk,i 𬹄
92261 zkk,i 𬹄
92262 vkk,i 𬹄
92263 r.fli 𬹅
92264 rmfli 𬹅
92265 r.rki 𬹆
92266 rmrki 𬹆
92267 r.ffi 𬹇
92268 rmffi 𬹇
92269 r.cui 𬹈
92270 rmcui 𬹈
92271 r.nsi 𬹉
92272 rmnsi 𬹉
92273 r.rki 𬹊
92274 rmrki 𬹊
92275 r.pqi 𬹋
92276 rmpqi 𬹋
92277 r.ini 𬹌
92278 r.kni 𬹌
92279 rmini 𬹌
92280 rmkni 𬹌
92281 r.fzi 𬹍
92282 rmfzi 𬹍
92283 r.i;i 𬹎
92284 rmi;i 𬹎
92285 nvv;i 𬹏
92286 rpkhi 𬹐
92287 rpfhi 𬹐
92288 rpkri 𬹑
92289 rpfri 𬹑
92290 lplki 𬹒
92291 rpkni 𬹓
92292 rpfni 𬹓
92293 eblci 𬹔
92294 p,emi 𬹕
92295 p,jxi 𬹖
92296 p,vii 𬹗
92297 p,a,i 𬹗
92298 p,iai 𬹘
92299 p,kai 𬹘
92300 qjs,i 𬹙
92301 qus,i 𬹙
92302 fua,i 𬹙
92303 fjs,i 𬹙
92304 p,e/i 𬹚
92305 p,fxi 𬹛
92306 ca,si 𬹜
92307 jjati 𬹝
92308 jjaai 𬹝
92309 jjaqi 𬹝
92310 jjasi 𬹝
92311 zjati 𬹞
92312 zjaai 𬹞
92313 zjaqi 𬹞
92314 zjasi 𬹞
92315 nqjti 𬹟
92316 nqjai 𬹟
92317 nqjqi 𬹟
92318 nqjsi 𬹟
92319 mjati 𬹠
92320 mjaai 𬹠
92321 mjaqi 𬹠
92322 mjasi 𬹠
92323 ivjti 𬹡
92324 ivjai 𬹡
92325 ivjqi 𬹡
92326 ivjsi 𬹡
92327 zjati 𬹢
92328 zjaai 𬹢
92329 zjaqi 𬹢
92330 zjasi 𬹢
92331 ov;si 𬹣
92332 kpfsi 𬹤
92333 jgafi 𬹥
92334 jglfi 𬹦
92335 jgsfi 𬹧
92336 jgszi 𬹧
92337 jgnqi 𬹨
92338 v;qgi 𬹩
92339 fxxgi 𬹪
92340 ixxgi 𬹪
92341 jgzfi 𬹫
92342 jgoxi 𬹬
92343 owbqi 𬹭
92344 owbri 𬹭
92345 owpvi 𬹮
92346 ljp.i 𬹯
92347 ljp;i 𬹰
92348 ygdei 𬹱
92349 ykdpi 𬹲
92350 y.mdi 𬹳
92351 y.ddi 𬹳
92352 ibedi 𬹴
92353 khbdi 𬹴
92354 eilvi 𬹵
92355 eigvi 𬹵
92356 eiyxi 𬹶
92357 einfi 𬹷
92358 ei,qi 𬹸
92359 eifki 𬹹
92360 eiqli 𬹺
92361 eijki 𬹻
92362 eikei 𬹼
92363 eiysi 𬹽
92364 eirai 𬹾
92365 eigqi 𬹿
92366 wbeii 𬺀
92367 eiari 𬺁
92368 eiami 𬺂
92369 eidsi 𬺃
92370 eil;i 𬺄
92371 eini 𬺅
92372 eicui 𬺆
92373 kzqii 𬺇
92374 eizdi 𬺈
92375 eirmi 𬺉
92376 eipvi 𬺊
92377 eiyfi 𬺋
92378 einai 𬺌
92379 eizxi 𬺍
92380 irlii 𬺎
92381 izqii 𬺎
92382 eiqhi 𬺏
92383 eibxi 𬺐
92384 eibui 𬺑
92385 vizii 𬺒
92386 a,zii 𬺒
92387 eivci 𬺓
92388 eivci 𬺔
92389 eirxi 𬺕
92390 ei.hi 𬺖
92391 ypsci 𬺗
92392 ypsdi 𬺘
92393 ypsai 𬺙
92394 ypshi 𬺙
92395 ypsui 𬺚
92396 zqhzi 𬺛
92397 zqhvi 𬺜
92398 rbshi 𬺝
92399 j;psi 𬺞
92400 i;;si 𬺟
92401 wcifi 𬺠
92402 tcifi 𬺠
92403 znifi 𬺡
92404 # End of CJK Unified Ideographs Extension E
92405 # Begin of CJK Unified Ideographs Extension F
92406 ffffi 𬺰
92407 fli 𬺱
92408 sai 𬺲
92409 aji 𬺳
92410 gaai 𬺴
92411 aaagi 𬺵
92412 adsdi 𬺶
92413 adsgi 𬺶
92414 alli 𬺷
92415 igi 𬺸
92416 taai 𬺹
92417 tai 𬺹
92418 ;agi 𬺺
92419 al.i 𬺻
92420 a.i 𬺻
92421 adgsi 𬺼
92422 qzsi 𬺽
92423 a;si 𬺾
92424 qci 𬺿
92425 ffi 𬻀
92426 acri 𬻁
92427 rrrri 𬻂
92428 rddi 𬻂
92429 alsei 𬻃
92430 adadi 𬻄
92431 adyki 𬻅
92432 gaaai 𬻆
92433 qei 𬻇
92434 tdtdi 𬻈
92435 atdli 𬻉
92436 abdi 𬻉
92437 atldi 𬻉
92438 azaci 𬻊
92439 ffhi 𬻋
92440 apdki 𬻌
92441 apdli 𬻍
92442 qb;i 𬻎
92443 tgdai 𬻏
92444 apadi 𬻐
92445 jht.i 𬻑
92446 jhthi 𬻑
92447 atjsi 𬻒
92448 zqhci 𬻓
92449 ajahi 𬻔
92450 adghi 𬻔
92451 akpai 𬻕
92452 adjsi 𬻖
92453 adjdi 𬻗
92454 ad.di 𬻗
92455 t.t.i 𬻘
92456 t.thi 𬻘
92457 tlh.i 𬻘
92458 tlhhi 𬻘
92459 tdhhi 𬻘
92460 olqci 𬻙
92461 ;cadi 𬻚
92462 zrxi 𬻛
92463 aarai 𬻜
92464 orai 𬻝
92465 jaaai 𬻞
92466 afhai 𬻟
92467 q;zi 𬻠
92468 oyaci 𬻡
92469 vihfi 𬻢
92470 a,hfi 𬻢
92471 adnli 𬻣
92472 xqadi 𬻤
92473 rrtdi 𬻥
92474 affzi 𬻦
92475 afazi 𬻦
92476 qdjai 𬻧
92477 ./aci 𬻨
92478 vtxci 𬻩
92479 aaexi 𬻪
92480 qdjai 𬻫
92481 cj;ai 𬻬
92482 lrxfi 𬻭
92483 arxfi 𬻭
92484 vimmi 𬻮
92485 a,mmi 𬻮
92486 lrxri 𬻯
92487 arxri 𬻯
92488 acafi 𬻰
92489 jdpai 𬻱
92490 sdjki 𬻲
92491 sdjhi 𬻲
92492 ;dadi 𬻳
92493 dtibi 𬻴
92494 dtkbi 𬻴
92495 jhtci 𬻵
92496 cq;di 𬻶
92497 etkki 𬻷
92498 ;dp.i 𬻸
92499 kdpni 𬻹
92500 hgdi 𬻺
92501 yrsi 𬻻
92502 txtxi 𬻼
92503 yrgzi 𬻽
92504 yrlni 𬻾
92505 hki 𬻿
92506 hli 𬼀
92507 hgi 𬼁
92508 jgi 𬼁
92509 lki 𬼂
92510 llsi 𬼃
92511 lsli 𬼃
92512 hggi 𬼄
92513 jgi 𬼄
92514 lglgi 𬼅
92515 lggli 𬼅
92516 gllgi 𬼅
92517 glgli 𬼅
92518 ..i 𬼆
92519 lqki 𬼇
92520 lfdi 𬼈
92521 laei 𬼉
92522 oszi 𬼊
92523 gftli 𬼋
92524 gztli 𬼋
92525 latci 𬼌
92526 .flfi 𬼍
92527 .glmi 𬼎
92528 .glhi 𬼎
92529 lhgmi 𬼎
92530 lhghi 𬼎
92531 g.lmi 𬼎
92532 g.lhi 𬼎
92533 glhmi 𬼎
92534 glhhi 𬼎
92535 ocmci 𬼏
92536 koafi 𬼐
92537 .lrhi 𬼑
92538 lvezi 𬼒
92539 ofqxi 𬼓
92540 lil;i 𬼔
92541 dqdmi 𬼕
92542 qai 𬼖
92543 qqqqi 𬼖
92544 osi 𬼗
92545 dddqi 𬼘
92546 edqi 𬼘
92547 qssi 𬼙
92548 fqsi 𬼙
92549 qqsi 𬼚
92550 nsi 𬼛
92551 jgdsi 𬼜
92552 rxsi 𬼝
92553 atxi 𬼞
92554 o;si 𬼟
92555 ososi 𬼠
92556 lisi 𬼡
92557 stssi 𬼢
92558 lshzi 𬼣
92559 slhzi 𬼣
92560 w;si 𬼤
92561 v;si 𬼥
92562 vrsi 𬼦
92563 .si 𬼧
92564 m;gsi 𬼨
92565 ifgsi 𬼩
92566 lafsi 𬼩
92567 xofsi 𬼪
92568 shshi 𬼫
92569 shhhi 𬼫
92570 s;;;i 𬼬
92571 y;gsi 𬼭
92572 pfgsi 𬼮
92573 ljvsi 𬼯
92574 noasi 𬼰
92575 cqhsi 𬼱
92576 pacsi 𬼲
92577 nvvsi 𬼳
92578 xrkdi 𬼴
92579 sxrdi 𬼴
92580 z;;si 𬼵
92581 gdai 𬼶
92582 gdhi 𬼷
92583 kdi 𬼸
92584 gd,i 𬼹
92585 ktjli 𬼺
92586 bgdpi 𬼻
92587 bgdhi 𬼻
92588 bgdmi 𬼼
92589 aadi 𬼽
92590 aaxdi 𬼾
92591 al;ai 𬼿
92592 tgexi 𬽀
92593 aaxqi 𬽁
92594 nkfxi 𬽂
92595 ydgsi 𬽃
92596 y,i 𬽄
92597 fh;i 𬽅
92598 yc;i 𬽅
92599 ymki 𬽆
92600 ymqi 𬽇
92601 yuai 𬽈
92602 ypgdi 𬽉
92603 ypgfi 𬽊
92604 ykkdi 𬽋
92605 yrci 𬽌
92606 yfvi 𬽌
92607 yffdi 𬽍
92608 y;jxi 𬽎
92609 yjzxi 𬽏
92610 y;;si 𬽐
92611 yoki 𬽑
92612 ykdai 𬽒
92613 y;jsi 𬽓
92614 ypdzi 𬽔
92615 y/.ki 𬽕
92616 y/oki 𬽕
92617 yjdki 𬽖
92618 y;jsi 𬽗
92619 ykd;i 𬽘
92620 y;chi 𬽙
92621 yuu.i 𬽚
92622 y;jhi 𬽛
92623 y;jxi 𬽛
92624 yxkyi 𬽜
92625 yjj.i 𬽝
92626 y;jni 𬽞
92627 yk.mi 𬽟
92628 yyxbi 𬽠
92629 yxybi 𬽠
92630 bbi 𬽡
92631 kgsi 𬽢
92632 kaadi 𬽣
92633 fki 𬽤
92634 akfi 𬽤
92635 kaci 𬽥
92636 klshi 𬽦
92637 kslhi 𬽦
92638 kjki 𬽧
92639 kkdi 𬽨
92640 kzqi 𬽩
92641 kpi 𬽪
92642 khfi 𬽫
92643 kgi 𬽬
92644 ktki 𬽭
92645 kaadi 𬽮
92646 kaydi 𬽮
92647 kq;i 𬽯
92648 kafei 𬽰
92649 klfei 𬽰
92650 k;agi 𬽱
92651 kogsi 𬽲
92652 ksjdi 𬽳
92653 klzbi 𬽴
92654 kkfhi 𬽵
92655 knsi 𬽶
92656 knxi 𬽷
92657 knci 𬽸
92658 k;bi 𬽹
92659 k.ji 𬽺
92660 kz,i 𬽻
92661 kvhai 𬽼
92662 kjqi 𬽽
92663 kkei 𬽾
92664 kkci 𬽿
92665 kkkki 𬾀
92666 kzsi 𬾁
92667 kyxsi 𬾁
92668 ibaci 𬾂
92669 khbci 𬾂
92670 kyszi 𬾃
92671 kxy.i 𬾄
92672 kf;si 𬾅
92673 krxbi 𬾆
92674 ijkki 𬾇
92675 kajki 𬾇
92676 kqdti 𬾈
92677 krci 𬾉
92678 kipei 𬾊
92679 k;bei 𬾋
92680 k;lei 𬾋
92681 kdqqi 𬾌
92682 kegsi 𬾍
92683 kdui 𬾎
92684 koti 𬾏
92685 klpsi 𬾐
92686 kojei 𬾑
92687 klvsi 𬾒
92688 kl/i 𬾓
92689 knlzi 𬾔
92690 kyi 𬾕
92691 knnai 𬾖
92692 kyozi 𬾗
92693 kskki 𬾘
92694 ktadi 𬾙
92695 kaxdi 𬾚
92696 kpvi 𬾛
92697 kelbi 𬾜
92698 kegki 𬾜
92699 k..ui 𬾝
92700 koni 𬾞
92701 kgoi 𬾟
92702 kl.ni 𬾠
92703 kkcsi 𬾡
92704 kctbi 𬾢
92705 knjfi 𬾣
92706 kgdai 𬾤
92707 kxcsi 𬾥
92708 kb;hi 𬾦
92709 kbbbi 𬾧
92710 k.jfi 𬾨
92711 ksfai 𬾩
92712 kszai 𬾩
92713 kaabi 𬾪
92714 kqxdi 𬾫
92715 kvhni 𬾬
92716 krl;i 𬾭
92717 kqpei 𬾮
92718 kfkhi 𬾯
92719 kpori 𬾰
92720 kd.ji 𬾱
92721 kj;bi 𬾲
92722 kjpbi 𬾲
92723 koafi 𬾳
92724 klzfi 𬾳
92725 kkxzi 𬾴
92726 kkkgi 𬾵
92727 ki;ri 𬾶
92728 ki.i 𬾷
92729 knrhi 𬾸
92730 kktci 𬾹
92731 lafbi 𬾺
92732 ifibi 𬾺
92733 ifkbi 𬾺
92734 ky;si 𬾻
92735 kn.;i 𬾼
92736 ipdni 𬾽
92737 kapni 𬾽
92738 krxui 𬾾
92739 kz;;i 𬾿
92740 kfi;i 𬿀
92741 kfyoi 𬿁
92742 keki 𬿂
92743 kdrvi 𬿃
92744 k/psi 𬿄
92745 k.lhi 𬿅
92746 klmbi 𬿆
92747 kk.mi 𬿇
92748 kkybi 𬿈
92749 klfi 𬿉
92750 klpsi 𬿊
92751 kefzi 𬿋
92752 k.hbi 𬿌
92753 kgrri 𬿍
92754 hkhai 𬿎
92755 kwyi 𬿏
92756 kfhxi 𬿐
92757 ka/bi 𬿑
92758 kap.i 𬿒
92759 kpqxi 𬿓
92760 kd.bi 𬿔
92761 kdzri 𬿕
92762 keoai 𬿖
92763 kdrri 𬿗
92764 klvvi 𬿘
92765 k.pri 𬿙
92766 kyqqi 𬿚
92767 kntci 𬿛
92768 kirji 𬿜
92769 kizji 𬿜
92770 knefi 𬿝
92771 kyk;i 𬿞
92772 knebi 𬿟
92773 xknai 𬿠
92774 krkyi 𬿡
92775 kryxi 𬿢
92776 kru.i 𬿣
92777 kqpxi 𬿤
92778 kajvi 𬿥
92779 kqami 𬿦
92780 kd.ri 𬿧
92781 keeei 𬿨
92782 kd.mi 𬿩
92783 kljzi 𬿪
92784 kkyni 𬿫
92785 kebci 𬿬
92786 kt;di 𬿭
92787 kzu.i 𬿮
92788 kyx.i 𬿮
92789 kzqxi 𬿯
92790 kzqni 𬿯
92791 karmi 𬿰
92792 krs,i 𬿱
92793 kalhi 𬿲
92794 kezxi 𬿳
92795 dzaxi 𬿴
92796 kdczi 𬿵
92797 kky.i 𬿶
92798 keg/i 𬿷
92799 kkuhi 𬿸
92800 klpsi 𬿹
92801 knmci 𬿺
92802 kaqhi 𬿻
92803 kajvi 𬿼
92804 kqjai 𬿽
92805 kdfvi 𬿾
92806 ko/,i 𬿿
92807 knbmi 𭀀
92808 krexi 𭀁
92809 kr;mi 𭀂
92810 rzp.i 𭀃
92811 kno,i 𭀄
92812 klpvi 𭀅
92813 kxlvi 𭀅
92814 kqimi 𭀆
92815 kr;,i 𭀇
92816 kpl,i 𭀈
92817 k.p,i 𭀉
92818 klp,i 𭀊
92819 kirxi 𭀋
92820 kpkni 𭀌
92821 kaksi 𭀍
92822 kaksi 𭀎
92823 khphi 𭀏
92824 kef,i 𭀐
92825 kyrri 𭀑
92826 kifyi 𭀒
92827 kqdsi 𭀓
92828 kbc/i 𭀔
92829 i;;di 𭀕
92830 ashi 𭀖
92831 xhsi 𭀗
92832 sxsi 𭀘
92833 oxsi 𭀙
92834 yxsi 𭀚
92835 sxsi 𭀛
92836 sxhsi 𭀜
92837 ashi 𭀝
92838 aasmi 𭀞
92839 qksi 𭀟
92840 adksi 𭀟
92841 o;si 𭀠
92842 saaai 𭀡
92843 esaai 𭀡
92844 z;si 𭀢
92845 o;shi 𭀣
92846 iisi 𭀤
92847 o;sxi 𭀥
92848 caszi 𭀦
92849 k;sfi 𭀧
92850 casxi 𭀨
92851 aasri 𭀩
92852 aassi 𭀪
92853 aasxi 𭀫
92854 cassi 𭀬
92855 bqzsi 𭀭
92856 casfi 𭀮
92857 otgei 𭀯
92858 j;ssi 𭀰
92859 jpssi 𭀰
92860 o;ssi 𭀱
92861 osnei 𭀲
92862 ossmi 𭀳
92863 ospmi 𭀳
92864 cassi 𭀴
92865 osgbi 𭀵
92866 casni 𭀶
92867 ossmi 𭀷
92868 ospmi 𭀷
92869 op.hi 𭀸
92870 os.zi 𭀹
92871 osi;i 𭀺
92872 jkgi 𭀻
92873 krxi 𭀼
92874 gki 𭀽
92875 ;jki 𭀾
92876 kwgfi 𭀿
92877 koeki 𭁀
92878 iklvi 𭁁
92879 ituhi 𭁂
92880 itkvi 𭁃
92881 isdi 𭁄
92882 kxci 𭁅
92883 oki 𭁆
92884 eagki 𭁇
92885 efaki 𭁇
92886 efaki 𭁈
92887 eagki 𭁉
92888 aajki 𭁊
92889 kjkki 𭁊
92890 kjjki 𭁋
92891 ihi 𭁌
92892 kxzdi 𭁍
92893 kxuai 𭁎
92894 kpodi 𭁏
92895 kplfi 𭁏
92896 kpsdi 𭁏
92897 oatci 𭁐
92898 icqi 𭁑
92899 meki 𭁒
92900 kxqhi 𭁓
92901 rpdki 𭁔
92902 kdaki 𭁕
92903 ykwci 𭁖
92904 yktci 𭁖
92905 i/ali 𭁗
92906 ./yki 𭁘
92907 iy;di 𭁙
92908 rkeui 𭁚
92909 yk.ni 𭁛
92910 kx,oi 𭁜
92911 tl;ki 𭁝
92912 raksi 𭁞
92913 jadi 𭁟
92914 jfi 𭁠
92915 aljai 𭁡
92916 ajdai 𭁢
92917 yjdai 𭁢
92918 akjfi 𭁣
92919 zjzji 𭁤
92920 ajrbi 𭁥
92921 jaf;i 𭁦
92922 jlf;i 𭁦
92923 jkcli 𭁧
92924 j,i 𭁨
92925 zjaai 𭁩
92926 yxjai 𭁩
92927 aaxfi 𭁪
92928 rsjai 𭁫
92929 zjzui 𭁬
92930 cjci 𭁭
92931 wgfki 𭁮
92932 rsjfi 𭁯
92933 jqmmi 𭁰
92934 jr,ri 𭁱
92935 zzjki 𭁲
92936 jtsi 𭁳
92937 japai 𭁴
92938 jaa.i 𭁵
92939 japsi 𭁶
92940 jjaki 𭁷
92941 jepfi 𭁸
92942 jkrri 𭁹
92943 jyhhi 𭁺
92944 jbpi 𭁻
92945 jpaci 𭁼
92946 j;d,i 𭁽
92947 jktbi 𭁾
92948 jyhbi 𭁿
92949 j/axi 𭂀
92950 jdp,i 𭂁
92951 jkpdi 𭂂
92952 jkpfi 𭂂
92953 jvvci 𭂃
92954 jpyki 𭂄
92955 jf/ni 𭂅
92956 kagi 𭂆
92957 kbi 𭂇
92958 kdi 𭂈
92959 kl.hi 𭂉
92960 kl.ki 𭂉
92961 kbqi 𭂊
92962 kr;i 𭂋
92963 k/i 𭂌
92964 keqi 𭂍
92965 kifi 𭂎
92966 kkyi 𭂏
92967 kl.;i 𭂐
92968 keabi 𭂑
92969 ksapi 𭂒
92970 ky;fi 𭂓
92971 khkhi 𭂔
92972 kwci 𭂕
92973 ktci 𭂕
92974 kxi 𭂖
92975 khofi 𭂗
92976 kgcui 𭂘
92977 kkybi 𭂙
92978 kikui 𭂚
92979 kl,i 𭂛
92980 kvkci 𭂜
92981 kcjdi 𭂝
92982 kyk;i 𭂞
92983 k;dmi 𭂟
92984 kepi 𭂠
92985 kk/pi 𭂡
92986 kzqxi 𭂢
92987 kzqni 𭂢
92988 keahi 𭂣
92989 kibai 𭂤
92990 kkhai 𭂤
92991 kfpri 𭂥
92992 kjani 𭂦
92993 kqj/i 𭂧
92994 k/rfi 𭂨
92995 sfi 𭂩
92996 osi 𭂪
92997 lshi 𭂫
92998 shi 𭂬
92999 kjsi 𭂭
93000 shjki 𭂮
93001 shjhi 𭂮
93002 osfi 𭂯
93003 jzsi 𭂰
93004 szui 𭂱
93005 dassi 𭂲
93006 acsmi 𭂳
93007 s;l;i 𭂴
93008 s;;i 𭂴
93009 scsdi 𭂵
93010 bsa;i 𭂶
93011 jjsi 𭂷
93012 ealsi 𭂸
93013 ea.si 𭂸
93014 swadi 𭂹
93015 so/,i 𭂺
93016 lfddi 𭂻
93017 wswdi 𭂼
93018 dd.vi 𭂽
93019 apkdi 𭂾
93020 .dani 𭂿
93021 ddani 𭃀
93022 ddani 𭃁
93023 gfi 𭃂
93024 gzi 𭃂
93025 jqi 𭃃
93026 fji 𭃄
93027 jkei 𭃅
93028 jhei 𭃅
93029 bhei 𭃆
93030 jbhi 𭃇
93031 jkagi 𭃈
93032 jigi 𭃈
93033 jy.i 𭃉
93034 gagai 𭃊
93035 jtdsi 𭃋
93036 rji 𭃌
93037 ajjfi 𭃍
93038 fjji 𭃍
93039 gffdi 𭃎
93040 jafdi 𭃎
93041 eacei 𭃏
93042 eacji 𭃐
93043 jeaci 𭃑
93044 ;bei 𭃒
93045 kjshi 𭃓
93046 ldjki 𭃔
93047 ldjhi 𭃔
93048 adjki 𭃔
93049 adjhi 𭃔
93050 jr;i 𭃕
93051 ameji 𭃖
93052 pfei 𭃗
93053 peei 𭃗
93054 jjkki 𭃘
93055 jlji 𭃙
93056 orjhi 𭃚
93057 orjki 𭃚
93058 j.vi 𭃛
93059 kzhji 𭃜
93060 jkaxi 𭃝
93061 m;ei 𭃞
93062 i;ji 𭃟
93063 jyk.i 𭃠
93064 yhlli 𭃡
93065 jzni 𭃢
93066 kk;ei 𭃣
93067 .ei 𭃤
93068 oajei 𭃥
93069 ofjei 𭃥
93070 jktli 𭃦
93071 xkmei 𭃧
93072 yklli 𭃨
93073 vvji 𭃩
93074 fjbei 𭃪
93075 jpqqi 𭃫
93076 ;jfei 𭃬
93077 oamei 𭃭
93078 jigni 𭃮
93079 jkhni 𭃮
93080 .vei 𭃯
93081 nmqei 𭃰
93082 irlki 𭃱
93083 irlhi 𭃱
93084 bb,ei 𭃲
93085 x/ei 𭃳
93086 qjfei 𭃴
93087 fx;ei 𭃵
93088 palei 𭃶
93089 jheei 𭃷
93090 jkeei 𭃷
93091 naxei 𭃸
93092 cclji 𭃹
93093 n.;ei 𭃺
93094 irkei 𭃻
93095 izeei 𭃻
93096 jb;vi 𭃼
93097 jbji 𭃽
93098 ftgei 𭃾
93099 fpfji 𭃿
93100 kawhi 𭄀
93101 kawki 𭄀
93102 icahi 𭄀
93103 icaki 𭄀
93104 ohjei 𭄁
93105 .rcji 𭄂
93106 kjgdi 𭄃
93107 kjadi 𭄃
93108 wceji 𭄄
93109 bbbei 𭄅
93110 zaaei 𭄆
93111 qoji 𭄇
93112 caiei 𭄈
93113 nrkei 𭄉
93114 ntjei 𭄊
93115 nnlei 𭄋
93116 nnlji 𭄌
93117 ktgji 𭄍
93118 jbrpi 𭄎
93119 jbrhi 𭄎
93120 atdei 𭄏
93121 abdei 𭄏
93122 atlei 𭄏
93123 lhvji 𭄐
93124 l,.ji 𭄐
93125 nalei 𭄑
93126 odjei 𭄒
93127 oljei 𭄒
93128 gpaei 𭄓
93129 lvlei 𭄔
93130 lijei 𭄕
93131 nalei 𭄖
93132 nbmei 𭄗
93133 aeqei 𭄘
93134 lgjei 𭄙
93135 f;;ei 𭄚
93136 osoei 𭄛
93137 i;;ei 𭄜
93138 jf;ki 𭄝
93139 kbi 𭄞
93140 qbi 𭄟
93141 odbi 𭄠
93142 olbi 𭄠
93143 fddbi 𭄡
93144 aedbi 𭄡
93145 b;lxi 𭄢
93146 .lsbi 𭄣
93147 .slbi 𭄣
93148 .badi 𭄤
93149 w;bi 𭄥
93150 rhbi 𭄦
93151 qjbsi 𭄧
93152 .bi 𭄨
93153 lbi 𭄩
93154 x;fbi 𭄪
93155 kpbi 𭄫
93156 rifbi 𭄬
93157 rakbi 𭄭
93158 qdlbi 𭄮
93159 qdlbi 𭄯
93160 pvbi 𭄰
93161 b;.ki 𭄱
93162 nkqbi 𭄲
93163 fuabi 𭄳
93164 yprbi 𭄴
93165 t;qbi 𭄵
93166 bgdbi 𭄶
93167 bikui 𭄷
93168 hoobi 𭄸
93169 xbpbi 𭄹
93170 v;.bi 𭄺
93171 b;oyi 𭄻
93172 oszbi 𭄼
93173 ktgbi 𭄽
93174 el.bi 𭄾
93175 rkybi 𭄿
93176 zaabi 𭅀
93177 ;dabi 𭅁
93178 prkbi 𭅂
93179 ykkbi 𭅃
93180 lbi 𭅄
93181 lbsi 𭅅
93182 lfdi 𭅆
93183 le;i 𭅇
93184 lyjdi 𭅈
93185 lajdi 𭅈
93186 l.oi 𭅉
93187 liei 𭅊
93188 lqii 𭅋
93189 rakhi 𭅌
93190 atdhi 𭅍
93191 atdki 𭅍
93192 abdhi 𭅍
93193 abdki 𭅍
93194 atlhi 𭅍
93195 atlki 𭅍
93196 fpfsi 𭅎
93197 zflsi 𭅏
93198 ilqi 𭅐
93199 izqi 𭅑
93200 kzqi 𭅑
93201 irlqi 𭅒
93202 izqi 𭅒
93203 fpfqi 𭅓
93204 qqi 𭅔
93205 qafi 𭅕
93206 qafi 𭅖
93207 qpi 𭅗
93208 qyri 𭅘
93209 qaxri 𭅙
93210 qmmi 𭅚
93211 qcibi 𭅛
93212 qckbi 𭅛
93213 qraki 𭅜
93214 qpkwi 𭅝
93215 qqe.i 𭅞
93216 qte.i 𭅞
93217 i.soi 𭅟
93218 fsi 𭅠
93219 lplfi 𭅡
93220 i;di 𭅢
93221 qqfsi 𭅣
93222 lplsi 𭅤
93223 fjiki 𭅥
93224 ofofi 𭅦
93225 rqkfi 𭅧
93226 rakfi 𭅧
93227 fuari 𭅨
93228 fjsri 𭅨
93229 yxxfi 𭅩
93230 xyxfi 𭅩
93231 fpfgi 𭅪
93232 gad;i 𭅫
93233 fdd;i 𭅫
93234 fuaxi 𭅬
93235 fjsxi 𭅬
93236 epfei 𭅭
93237 vqifi 𭅮
93238 ebi 𭅯
93239 etli 𭅯
93240 atdli 𭅰
93241 ebi 𭅰
93242 etli 𭅰
93243 eacvi 𭅱
93244 ghsi 𭅲
93245 gshi 𭅲
93246 hjhi 𭅳
93247 hgci 𭅳
93248 agci 𭅴
93249 amji 𭅵
93250 rrji 𭅶
93251 rlqji 𭅷
93252 pfji 𭅸
93253 mmgsi 𭅹
93254 hbji 𭅺
93255 jzgsi 𭅻
93256 xbji 𭅼
93257 xlpji 𭅼
93258 sxbji 𭅼
93259 sxlji 𭅼
93260 mmbji 𭅽
93261 mmlji 𭅽
93262 yjkji 𭅾
93263 lv,ji 𭅿
93264 zosi 𭆀
93265 z;si 𭆁
93266 zpsi 𭆂
93267 ztssi 𭆃
93268 ztdsi 𭆄
93269 zlpsi 𭆅
93270 qdlzi 𭆆
93271 zfjki 𭆇
93272 zkxi 𭆈
93273 vibzi 𭆉
93274 a,bzi 𭆉
93275 zaeti 𭆊
93276 zfz;i 𭆋
93277 zfjzi 𭆌
93278 zrjzi 𭆌
93279 zfpfi 𭆍
93280 zmfhi 𭆎
93281 zifki 𭆏
93282 zqebi 𭆐
93283 ztebi 𭆐
93284 qdlli 𭆑
93285 pfzxi 𭆒
93286 pezxi 𭆒
93287 av.li 𭆓
93288 zp.;i 𭆔
93289 zpu.i 𭆕
93290 z,ami 𭆖
93291 gftfi 𭆗
93292 gztfi 𭆗
93293 zklki 𭆘
93294 xzbi 𭆙
93295 xafi 𭆚
93296 xaffi 𭆚
93297 qqrxi 𭆛
93298 zkkxi 𭆜
93299 xmxxi 𭆝
93300 xzci 𭆞
93301 vvxi 𭆟
93302 .zxxi 𭆠
93303 xjpfi 𭆡
93304 oatxi 𭆢
93305 xcjei 𭆣
93306 xxxci 𭆤
93307 gbi 𭆥
93308 beai 𭆦
93309 axbi 𭆧
93310 bei 𭆨
93311 bzdri 𭆩
93312 dpdbi 𭆪
93313 bdzbi 𭆫
93314 dggbi 𭆬
93315 bpxi 𭆭
93316 kk;bi 𭆮
93317 idzbi 𭆯
93318 id.bi 𭆯
93319 tjbsi 𭆰
93320 aeabi 𭆱
93321 aeaki 𭆱
93322 ./bi 𭆲
93323 qdtxi 𭆳
93324 alpbi 𭆴
93325 larbi 𭆵
93326 lafbi 𭆵
93327 o/jbi 𭆶
93328 nacbi 𭆷
93329 ;lsi 𭆸
93330 ;sli 𭆸
93331 k;i 𭆹
93332 ;afi 𭆺
93333 ;aaai 𭆻
93334 ;aci 𭆼
93335 ;eai 𭆽
93336 ;.gi 𭆾
93337 ;lqi 𭆿
93338 ;.hi 𭇀
93339 ;h.i 𭇀
93340 t;i 𭇁
93341 ;tgi 𭇂
93342 ;zai 𭇃
93343 qdadi 𭇄
93344 ;ebi 𭇅
93345 ;oi 𭇆
93346 ;oasi 𭇇
93347 f;i 𭇈
93348 ;lqki 𭇉
93349 ;laxi 𭇉
93350 ;qki 𭇉
93351 ;yki 𭇊
93352 tds;i 𭇋
93353 j;qi 𭇌
93354 ls;qi 𭇍
93355 sl;qi 𭇍
93356 ;qdi 𭇎
93357 ad.;i 𭇏
93358 ;rai 𭇐
93359 eq;i 𭇑
93360 ;jfi 𭇒
93361 ;jjai 𭇒
93362 ;ohi 𭇓
93363 ;kdi 𭇔
93364 l;lhi 𭇕
93365 ;jafi 𭇖
93366 ;nxi 𭇗
93367 ;ngdi 𭇘
93368 ;cbi 𭇙
93369 ;hzi 𭇚
93370 ;hci 𭇛
93371 ;xbhi 𭇜
93372 d;qi 𭇝
93373 ;axei 𭇞
93374 ;amqi 𭇟
93375 r;gsi 𭇠
93376 ;zfhi 𭇡
93377 atd;i 𭇢
93378 abd;i 𭇢
93379 atl;i 𭇢
93380 ;qpi 𭇣
93381 of;qi 𭇤
93382 k.;i 𭇥
93383 o;i 𭇦
93384 ;kci 𭇧
93385 ;.zi 𭇨
93386 ;lyai 𭇩
93387 ;ldai 𭇩
93388 gb;i 𭇪
93389 ;hddi 𭇫
93390 ;addi 𭇫
93391 ;ngfi 𭇬
93392 ;yswi 𭇭
93393 ;cqi 𭇮
93394 ;y.ei 𭇯
93395 ;hbei 𭇯
93396 ;bgai 𭇰
93397 j;kji 𭇱
93398 ;bjki 𭇲
93399 ;bjki 𭇳
93400 ;lafi 𭇴
93401 ;ifi 𭇴
93402 ;roi 𭇵
93403 ;vgfi 𭇶
93404 qd;qi 𭇷
93405 rzb;i 𭇸
93406 r.b;i 𭇸
93407 ;qkki 𭇹
93408 ;jk;i 𭇺
93409 ;fafi 𭇻
93410 ;ftsi 𭇼
93411 ;pjdi 𭇽
93412 ;;igi 𭇾
93413 ;;kgi 𭇾
93414 ;kb;i 𭇿
93415 ;lvxi 𭈀
93416 ;kpdi 𭈁
93417 ;kpai 𭈂
93418 .k;qi 𭈃
93419 .c;qi 𭈃
93420 ;kvai 𭈄
93421 ;afsi 𭈅
93422 ;lfsi 𭈅
93423 o;axi 𭈆
93424 ;y.di 𭈇
93425 ;ypi 𭈈
93426 ;nnai 𭈉
93427 ;wtsi 𭈊
93428 ;jlpi 𭈋
93429 ;qdki 𭈌
93430 ;qdci 𭈌
93431 ;ftxi 𭈍
93432 ;flzi 𭈎
93433 ;fzi 𭈏
93434 ;eqai 𭈐
93435 ;;qdi 𭈑
93436 ;uui 𭈒
93437 ;kq.i 𭈓
93438 ;jkti 𭈔
93439 ;.yri 𭈕
93440 ;kaei 𭈖
93441 ;.vei 𭈗
93442 ;of.i 𭈘
93443 ;utsi 𭈙
93444 ;kaai 𭈚
93445 ;lvfi 𭈛
93446 ;.pi 𭈜
93447 go;i 𭈝
93448 ;gui 𭈞
93449 ;caxi 𭈟
93450 ;clni 𭈠
93451 ;cuai 𭈡
93452 ;yhti 𭈢
93453 ;cavi 𭈣
93454 ;yski 𭈤
93455 ;hjdi 𭈥
93456 ;gfki 𭈦
93457 ;xzai 𭈧
93458 ;jmmi 𭈨
93459 ;bzhi 𭈩
93460 ;tnqi 𭈪
93461 ;agai 𭈫
93462 ;gdai 𭈫
93463 r;kxi 𭈬
93464 ;pui 𭈭
93465 ;zni 𭈮
93466 ;ryki 𭈯
93467 qj;ai 𭈰
93468 r;rqi 𭈱
93469 ;raai 𭈲
93470 ;aesi 𭈳
93471 ;vyri 𭈴
93472 ;owmi 𭈵
93473 ;aghi 𭈶
93474 ;rtxi 𭈷
93475 z;jai 𭈸
93476 ;agdi 𭈹
93477 ;agji 𭈹
93478 ;fnli 𭈺
93479 ;pori 𭈻
93480 ;;pfi 𭈼
93481 ;/gsi 𭈽
93482 podji 𭈾
93483 polji 𭈾
93484 ;azci 𭈿
93485 ;lzci 𭈿
93486 ig;ai 𭉀
93487 khgai 𭉀
93488 i;y.i 𭉁
93489 ;.txi 𭉂
93490 ;kaui 𭉃
93491 ;igui 𭉃
93492 ;lmsi 𭉄
93493 ug..i 𭉅
93494 ;ntxi 𭉆
93495 ;ja.i 𭉇
93496 ;irqi 𭉈
93497 ;ca;i 𭉉
93498 ;cl;i 𭉉
93499 ;aa;i 𭉊
93500 ;kj;i 𭉊
93501 ;izki 𭉋
93502 ;yhsi 𭉌
93503 ;ntsi 𭉍
93504 ;ycgi 𭉎
93505 ;wbni 𭉏
93506 ;wari 𭉐
93507 ;ttxi 𭉑
93508 gftdi 𭉒
93509 gztdi 𭉒
93510 ;t.qi 𭉓
93511 gft;i 𭉔
93512 gzt;i 𭉔
93513 ;xa/i 𭉕
93514 blqqi 𭉖
93515 ;xr;i 𭉗
93516 o;;si 𭉘
93517 ;ii;i 𭉙
93518 ;rxzi 𭉚
93519 ;opri 𭉛
93520 ;opri 𭉜
93521 ;amvi 𭉝
93522 ;rcti 𭉞
93523 ;acpi 𭉟
93524 ;axpi 𭉟
93525 fi;hi 𭉠
93526 ;fkri 𭉡
93527 cj;qi 𭉢
93528 ;epri 𭉣
93529 ;e/i 𭉤
93530 m;ysi 𭉥
93531 uakqi 𭉦
93532 ;cjsi 𭉧
93533 ;kygi 𭉨
93534 ;kyli 𭉨
93535 ;ky;i 𭉩
93536 ;ofhi 𭉪
93537 ;kd.i 𭉫
93538 ;lvai 𭉬
93539 ;lvvi 𭉬
93540 ;.pri 𭉭
93541 ;gbbi 𭉮
93542 ;ykki 𭉯
93543 ;na;i 𭉰
93544 ;nffi 𭉱
93545 ;yk.i 𭉲
93546 ;jpki 𭉳
93547 ;cpri 𭉴
93548 ilq;i 𭉵
93549 ;na.i 𭉶
93550 ;yhai 𭉷
93551 ;yhai 𭉸
93552 ;yhhi 𭉸
93553 ;tg/i 𭉹
93554 ;wgti 𭉺
93555 ;whxi 𭉻
93556 ;bkyi 𭉼
93557 ky.xi 𭉽
93558 ;zfhi 𭉾
93559 ;almi 𭉿
93560 ;qdxi 𭊀
93561 ;ozci 𭊁
93562 ;vpri 𭊂
93563 ;vvhi 𭊃
93564 ;v;hi 𭊄
93565 ;ooni 𭊅
93566 rc.;i 𭊆
93567 ;acpi 𭊇
93568 ;prki 𭊈
93569 ;;;qi 𭊉
93570 ;f.fi 𭊊
93571 ;frqi 𭊋
93572 ;eoai 𭊌
93573 ;;;ni 𭊍
93574 ;;tdi 𭊎
93575 ;iuui 𭊏
93576 jr;;i 𭊐
93577 ;.v.i 𭊑
93578 ;kkki 𭊒
93579 ;lvoi 𭊓
93580 ;lzhi 𭊔
93581 ;uksi 𭊕
93582 kk;;i 𭊖
93583 ;ltli 𭊗
93584 ;y;ti 𭊘
93585 ;noki 𭊙
93586 ;naci 𭊚
93587 ;yqqi 𭊛
93588 ;,soi 𭊜
93589 tl;;i 𭊝
93590 ;bgbi 𭊞
93591 ;xmhi 𭊟
93592 ;x.hi 𭊟
93593 ;xosi 𭊠
93594 r;f;i 𭊡
93595 g,;qi 𭊢
93596 qdqbi 𭊣
93597 ;zaxi 𭊤
93598 ;rcbi 𭊥
93599 ;vv,i 𭊦
93600 ;ammi 𭊧
93601 ;z;bi 𭊨
93602 ;alri 𭊩
93603 ;opsi 𭊪
93604 ;raui 𭊫
93605 frfqi 𭊬
93606 ;fzsi 𭊭
93607 ;fari 𭊮
93608 ;rkri 𭊮
93609 ;;;gi 𭊯
93610 ;ea,i 𭊰
93611 ;stbi 𭊱
93612 ;;;di 𭊲
93613 ;eni 𭊳
93614 ;ljqi 𭊴
93615 ;lvci 𭊵
93616 ;mmmi 𭊶
93617 ;.oji 𭊷
93618 ;urpi 𭊸
93619 ;ntni 𭊹
93620 ;ntbi 𭊺
93621 ;nrhi 𭊻
93622 ca/qi 𭊼
93623 ;x.;i 𭊽
93624 ;xari 𭊾
93625 ;xaai 𭊿
93626 ;xxui 𭋀
93627 ;xxci 𭋁
93628 ;frmi 𭋂
93629 ;aeni 𭋃
93630 ;vaci 𭋄
93631 ;qovi 𭋅
93632 fl;;i 𭋆
93633 ;fz.i 𭋇
93634 ;/eei 𭋈
93635 ;;pyi 𭋉
93636 ;/;pi 𭋊
93637 ;p;mi 𭋋
93638 ;cjai 𭋌
93639 ;;adi 𭋍
93640 ;pypi 𭋎
93641 ;/fai 𭋏
93642 ;/fsi 𭋏
93643 ;ulfi 𭋐
93644 ;ofbi 𭋑
93645 ;l,ti 𭋒
93646 ;lv.i 𭋓
93647 ;lpfi 𭋔
93648 ;kyyi 𭋕
93649 ;oopi 𭋖
93650 ;jqni 𭋗
93651 il;;i 𭋘
93652 ;yhci 𭋙
93653 yjkqi 𭋚
93654 f;jxi 𭋛
93655 ;r;ni 𭋜
93656 ;ap.i 𭋝
93657 ;vyhi 𭋞
93658 ;ap.i 𭋟
93659 r;cdi 𭋠
93660 ;a/hi 𭋡
93661 ;alai 𭋢
93662 ;rh,i 𭋣
93663 ;rl,i 𭋣
93664 ;qovi 𭋤
93665 ;f/mi 𭋥
93666 ;frpi 𭋦
93667 ;;tki 𭋧
93668 ;kabi 𭋨
93669 ;orqi 𭋩
93670 ;nzhi 𭋪
93671 ;cfzi 𭋫
93672 ;ydei 𭋬
93673 ;ybfi 𭋭
93674 ;xjsi 𭋮
93675 ;wvki 𭋯
93676 ;armi 𭋰
93677 ;ravi 𭋱
93678 ;rexi 𭋲
93679 ;qifi 𭋳
93680 ;r;mi 𭋴
93681 r;coi 𭋵
93682 ;vpwi 𭋶
93683 ;aeei 𭋷
93684 ;qo,i 𭋸
93685 ;qa,i 𭋹
93686 ;qaci 𭋺
93687 ;eavi 𭋻
93688 ;fpci 𭋼
93689 ;fpbi 𭋽
93690 ;;a;i 𭋾
93691 ;kkqi 𭋿
93692 kua;i 𭌀
93693 ;iubi 𭌁
93694 ;yjoi 𭌂
93695 ;nkni 𭌃
93696 ;yj;i 𭌄
93697 ;ifsi 𭌅
93698 ;b..i 𭌆
93699 ;t,qi 𭌇
93700 ;xv/i 𭌈
93701 tlthi 𭌉
93702 r;isi 𭌊
93703 r;fsi 𭌊
93704 ;qiwi 𭌋
93705 ;qiei 𭌋
93706 f;;xi 𭌌
93707 ;rcmi 𭌍
93708 ;rlsi 𭌎
93709 ;rbei 𭌏
93710 araqi 𭌐
93711 ;qami 𭌑
93712 ;qlmi 𭌒
93713 ;;p;i 𭌓
93714 ;dk.i 𭌔
93715 ;fyri 𭌕
93716 ;fvvi 𭌖
93717 ;ewdi 𭌗
93718 ;ecdi 𭌗
93719 ;p,gi 𭌘
93720 ;mrpi 𭌙
93721 ;mrhi 𭌙
93722 ;eaci 𭌚
93723 kua;i 𭌛
93724 ;kqci 𭌜
93725 ;i;ki 𭌝
93726 ;ka.i 𭌞
93727 ;irxi 𭌟
93728 irici 𭌠
93729 ifici 𭌠
93730 irfci 𭌠
93731 ;tgai 𭌡
93732 ;rffi 𭌢
93733 ;qobi 𭌣
93734 ;rc/i 𭌤
93735 ;p..i 𭌥
93736 ;eq,i 𭌦
93737 ;fo,i 𭌧
93738 ;l,fi 𭌨
93739 ;eypi 𭌩
93740 ;;q;i 𭌪
93741 ;ufsi 𭌫
93742 ;ly;i 𭌬
93743 ;komi 𭌭
93744 ;wa.i 𭌮
93745 ;xzhi 𭌯
93746 ;rjdi 𭌰
93747 ;qoyi 𭌱
93748 ;.xyi 𭌲
93749 o;o;i 𭌳
93750 ;jjxi 𭌴
93751 ;frxi 𭌵
93752 ;lvbi 𭌶
93753 kua;i 𭌷
93754 ;i;ni 𭌸
93755 ;yh.i 𭌹
93756 ;xqpi 𭌺
93757 ;jo,i 𭌻
93758 ;bbpi 𭌼
93759 ;wvmi 𭌽
93760 ;feyi 𭌾
93761 ;eibi 𭌿
93762 ;cj,i 𭍀
93763 o;ngi 𭍁
93764 ;ui,i 𭍂
93765 ;uk,i 𭍂
93766 ;nkxi 𭍃
93767 ;y;fi 𭍄
93768 ;b;yi 𭍅
93769 ;zs;i 𭍆
93770 ;g,ci 𭍇
93771 ;pyxi 𭍈
93772 ;.o,i 𭍉
93773 ;i..i 𭍊
93774 ;xrmi 𭍋
93775 ;lyqi 𭍌
93776 ;k;.i 𭍍
93777 ;yuei 𭍎
93778 ;yrmi 𭍏
93779 ;eiki 𭍐
93780 ;muii 𭍑
93781 ;p/yi 𭍒
93782 ;aehi 𭍓
93783 ;ecfi 𭍔
93784 ;mm,i 𭍕
93785 ;;ahi 𭍖
93786 ;,f/i 𭍗
93787 ;xqsi 𭍘
93788 ;;;hi 𭍙
93789 psi 𭍚
93790 pkxi 𭍛
93791 pkgsi 𭍜
93792 prxi 𭍝
93793 pkpi 𭍞
93794 pcqi 𭍟
93795 rp;i 𭍠
93796 p;axi 𭍡
93797 p.ari 𭍢
93798 pmhi 𭍣
93799 pyfi 𭍤
93800 rpei 𭍥
93801 pfhi 𭍦
93802 peui 𭍧
93803 p;ddi 𭍨
93804 pzqxi 𭍩
93805 p;aei 𭍪
93806 pyhci 𭍫
93807 paaci 𭍫
93808 prmi 𭍬
93809 pprki 𭍭
93810 p;qxi 𭍮
93811 pu,i 𭍯
93812 pckyi 𭍰
93813 parri 𭍱
93814 pqaei 𭍲
93815 pk/pi 𭍳
93816 pi;ki 𭍴
93817 pljfi 𭍵
93818 qoz;i 𭍶
93819 pqaxi 𭍷
93820 pfkoi 𭍸
93821 p;mei 𭍹
93822 kri 𭍺
93823 egri 𭍻
93824 ehgri 𭍻
93825 sdrhi 𭍼
93826 rgdsi 𭍽
93827 rfbi 𭍾
93828 rafi 𭍿
93829 raffi 𭍿
93830 rlqi 𭎀
93831 oasri 𭎁
93832 rkki 𭎂
93833 rjsi 𭎃
93834 rqji 𭎄
93835 rzali 𭎅
93836 axxri 𭎆
93837 clrhi 𭎇
93838 jrgfi 𭎈
93839 rmci 𭎉
93840 lpri 𭎊
93841 r.adi 𭎋
93842 roei 𭎌
93843 xbri 𭎍
93844 rkafi 𭎎
93845 rqddi 𭎏
93846 rtsri 𭎐
93847 rz,i 𭎑
93848 rrfhi 𭎒
93849 rpfi 𭎓
93850 reqi 𭎔
93851 rklxi 𭎕
93852 rskli 𭎕
93853 rsadi 𭎖
93854 ljri 𭎗
93855 rofdi 𭎘
93856 i;ri 𭎙
93857 rcafi 𭎚
93858 rbbi 𭎛
93859 rzfhi 𭎜
93860 raz;i 𭎝
93861 rlz;i 𭎝
93862 rqii 𭎞
93863 rz;i 𭎟
93864 rzri 𭎠
93865 reapi 𭎡
93866 pxri 𭎢
93867 r;ci 𭎣
93868 ropai 𭎤
93869 rnvi 𭎥
93870 cvri 𭎦
93871 rlpi 𭎧
93872 rclzi 𭎨
93873 rrkri 𭎩
93874 rzlfi 𭎪
93875 rzifi 𭎪
93876 rrlxi 𭎫
93877 rrifi 𭎬
93878 ekri 𭎭
93879 puri 𭎮
93880 rpui 𭎯
93881 rlvfi 𭎰
93882 roni 𭎱
93883 ykmri 𭎲
93884 yk.ri 𭎲
93885 ry;xi 𭎳
93886 tajri 𭎴
93887 obqri 𭎵
93888 rr;xi 𭎶
93889 rfui 𭎷
93890 ralmi 𭎸
93891 ralei 𭎹
93892 rzuti 𭎺
93893 rqzki 𭎻
93894 r;txi 𭎼
93895 jdzri 𭎽
93896 rodbi 𭎾
93897 rlm.i 𭎿
93898 ofazi 𭏀
93899 r.sfi 𭏁
93900 ntxri 𭏂
93901 napri 𭏃
93902 namri 𭏃
93903 nawri 𭏃
93904 ci;ri 𭏄
93905 rykdi 𭏅
93906 rns,i 𭏆
93907 yk.ri 𭏇
93908 cljri 𭏈
93909 rcpi 𭏉
93910 rbifi 𭏊
93911 rbgvi 𭏋
93912 rzaci 𭏌
93913 rra.i 𭏍
93914 rrlpi 𭏎
93915 p.qri 𭏏
93916 rdnsi 𭏐
93917 kdtri 𭏑
93918 rkdzi 𭏒
93919 kxkhi 𭏓
93920 rk.mi 𭏔
93921 rjabi 𭏕
93922 rnrdi 𭏖
93923 rypxi 𭏗
93924 rytxi 𭏗
93925 rizni 𭏘
93926 xuqri 𭏙
93927 tivri 𭏚
93928 rj;ui 𭏛
93929 rlmbi 𭏜
93930 vmvri 𭏝
93931 qkkri 𭏞
93932 reoai 𭏟
93933 rcjri 𭏠
93934 rdzri 𭏡
93935 .pari 𭏢
93936 r.edi 𭏣
93937 ro;ni 𭏤
93938 rmaci 𭏥
93939 rirui 𭏦
93940 rn.vi 𭏧
93941 rjqpi 𭏨
93942 r,kji 𭏩
93943 rk,ji 𭏩
93944 zidri 𭏪
93945 rfzfi 𭏫
93946 rpafi 𭏬
93947 rpffi 𭏬
93948 rprfi 𭏬
93949 cj;ri 𭏭
93950 oeqzi 𭏮
93951 kkrwi 𭏯
93952 ceri 𭏰
93953 rnhti 𭏱
93954 rifxi 𭏲
93955 nkkri 𭏳
93956 rbrpi 𭏴
93957 rbrhi 𭏴
93958 rbb;i 𭏵
93959 rrbri 𭏶
93960 vw.ri 𭏷
93961 r;dni 𭏸
93962 ro;ri 𭏹
93963 cidri 𭏺
93964 yvori 𭏻
93965 y;pri 𭏼
93966 ry.bi 𭏽
93967 reaei 𭏾
93968 xuqri 𭏿
93969 ralai 𭐀
93970 repni 𭐁
93971 uizri 𭐂
93972 ukzri 𭐂
93973 lqgri 𭐃
93974 rtzri 𭐄
93975 rrjsi 𭐅
93976 rrrsi 𭐆
93977 rlv.i 𭐇
93978 rox.i 𭐈
93979 cyari 𭐉
93980 nrbri 𭐊
93981 nr;ri 𭐋
93982 nf;ri 𭐋
93983 rfqui 𭐌
93984 ppphi 𭐍
93985 ril.i 𭐎
93986 ra/ui 𭐏
93987 rajui 𭐏
93988 rpymi 𭐐
93989 p,r.i 𭐑
93990 rb;i 𭐒
93991 vaghi 𭐓
93992 vb;bi 𭐔
93993 r;iki 𭐕
93994 r;qhi 𭐖
93995 r;ahi 𭐖
93996 r;fci 𭐗
93997 r;yci 𭐗
93998 raavi 𭐘
93999 r;ghi 𭐙
94000 vqi;i 𭐚
94001 vqivi 𭐛
94002 rxx;i 𭐜
94003 ..i 𭐝
94004 .qii 𭐞
94005 xbi 𭐟
94006 sxbi 𭐟
94007 ae.i 𭐠
94008 nl.i 𭐡
94009 ra.i 𭐢
94010 kaa.i 𭐣
94011 kfa.i 𭐣
94012 zs.i 𭐤
94013 yxs.i 𭐤
94014 oea.i 𭐥
94015 yca.i 𭐦
94016 vv.i 𭐧
94017 rk.ri 𭐨
94018 xk.fi 𭐩
94019 xk..i 𭐪
94020 .jn.i 𭐫
94021 j/d.i 𭐬
94022 rk.;i 𭐭
94023 lfp.i 𭐮
94024 mm.i 𭐯
94025 lfa.i 𭐰
94026 ilj.i 𭐱
94027 aljpi 𭐲
94028 jfhhi 𭐳
94029 jhfhi 𭐳
94030 jhmi 𭐴
94031 mtli 𭐵
94032 mmbi 𭐶
94033 mjr;i 𭐷
94034 mlski 𭐸
94035 mslki 𭐸
94036 mmoqi 𭐹
94037 ykmri 𭐺
94038 yk.ri 𭐺
94039 ykmxi 𭐻
94040 yk.xi 𭐻
94041 dmlfi 𭐼
94042 mmvki 𭐽
94043 mmbvi 𭐾
94044 ykm;i 𭐿
94045 yk.;i 𭐿
94046 mmdpi 𭑀
94047 ykmoi 𭑁
94048 yk.oi 𭑁
94049 lszi 𭑂
94050 slzi 𭑂
94051 zafi 𭑃
94052 .dzi 𭑄
94053 ztji 𭑅
94054 azaxi 𭑆
94055 azaxi 𭑇
94056 azazi 𭑈
94057 k;zi 𭑉
94058 izhi 𭑊
94059 kzhi 𭑊
94060 krzi 𭑋
94061 zqti 𭑌
94062 ;;zi 𭑍
94063 hzhfi 𭑎
94064 j/zi 𭑏
94065 ozszi 𭑐
94066 .axzi 𭑑
94067 o/zi 𭑒
94068 fjghi 𭑓
94069 amezi 𭑔
94070 orjzi 𭑕
94071 izydi 𭑖
94072 kzydi 𭑖
94073 izadi 𭑖
94074 kzadi 𭑖
94075 za/ri 𭑗
94076 zbbai 𭑘
94077 zbbbi 𭑘
94078 abbzi 𭑘
94079 azei 𭑙
94080 lzuui 𭑚
94081 hzz;i 𭑛
94082 aljfi 𭑜
94083 zkkri 𭑝
94084 cuzi 𭑞
94085 oajzi 𭑟
94086 ofjzi 𭑟
94087 zsfmi 𭑠
94088 zpfmi 𭑠
94089 zpdmi 𭑠
94090 zszmi 𭑠
94091 lfkki 𭑡
94092 ipzki 𭑢
94093 zkypi 𭑣
94094 zqezi 𭑤
94095 ztezi 𭑤
94096 zrlmi 𭑥
94097 a/agi 𭑦
94098 wci 𭑧
94099 kwi 𭑨
94100 lgwi 𭑩
94101 glwi 𭑩
94102 wji 𭑪
94103 wgsi 𭑫
94104 wysi 𭑬
94105 tswi 𭑭
94106 wqi 𭑮
94107 wl.i 𭑯
94108 wji 𭑰
94109 wpdi 𭑱
94110 ;dawi 𭑲
94111 wj;i 𭑳
94112 wbgli 𭑴
94113 xbwi 𭑵
94114 jkkwi 𭑶
94115 wpfi 𭑷
94116 wjlxi 𭑸
94117 wizi 𭑹
94118 wafxi 𭑺
94119 wqpdi 𭑻
94120 w;vi 𭑼
94121 whjni 𭑽
94122 waf.i 𭑾
94123 zkwxi 𭑿
94124 qdlwi 𭒀
94125 arawi 𭒁
94126 ;tbwi 𭒂
94127 wjoi 𭒃
94128 wkjni 𭒄
94129 waeti 𭒅
94130 wqdsi 𭒆
94131 wpqqi 𭒇
94132 wjcli 𭒈
94133 wlpci 𭒉
94134 wgfwi 𭒊
94135 wwwfi 𭒋
94136 wwboi 𭒌
94137 a/wzi 𭒍
94138 wzpsi 𭒎
94139 wir,i 𭒏
94140 czowi 𭒐
94141 cyxwi 𭒐
94142 wy;di 𭒑
94143 aebwi 𭒒
94144 vmvwi 𭒓
94145 wrf;i 𭒔
94146 ;ctwi 𭒕
94147 weaki 𭒖
94148 wjpsi 𭒗
94149 oszwi 𭒘
94150 wigfi 𭒙
94151 wkhfi 𭒙
94152 wi;fi 𭒚
94153 wnndi 𭒛
94154 wtvpi 𭒜
94155 xmfwi 𭒝
94156 x.fwi 𭒝
94157 czqwi 𭒞
94158 wxari 𭒟
94159 wbg;i 𭒠
94160 wit,i 𭒡
94161 wzlii 𭒢
94162 wfj.i 𭒣
94163 wlzdi 𭒤
94164 wazdi 𭒤
94165 wopbi 𭒥
94166 wzphi 𭒦
94167 wol.i 𭒧
94168 woa.i 𭒧
94169 wnk;i 𭒨
94170 wal.i 𭒩
94171 waami 𭒪
94172 wp;.i 𭒫
94173 wi;fi 𭒬
94174 wacqi 𭒭
94175 wfepi 𭒮
94176 fb;wi 𭒯
94177 p;dwi 𭒰
94178 mmnwi 𭒱
94179 nmmwi 𭒲
94180 wnqci 𭒳
94181 wpyxi 𭒴
94182 wyxwi 𭒵
94183 wxywi 𭒵
94184 gfadi 𭒶
94185 gfsi 𭒷
94186 gfxi 𭒸
94187 gfbi 𭒹
94188 gfshi 𭒺
94189 gf.hi 𭒻
94190 gfh.i 𭒻
94191 gftsi 𭒼
94192 gfuai 𭒽
94193 gfpdi 𭒾
94194 gfori 𭒿
94195 gfiai 𭓀
94196 gfzri 𭓁
94197 gfxi 𭓂
94198 gffsi 𭓃
94199 gfobi 𭓄
94200 gf.fi 𭓅
94201 ngfni 𭓆
94202 efjfi 𭓇
94203 gfaxi 𭓈
94204 gfrui 𭓉
94205 gfrai 𭓉
94206 gfzdi 𭓊
94207 cj;fi 𭓋
94208 gfifi 𭓌
94209 gfnai 𭓍
94210 gfhci 𭓎
94211 gfqpi 𭓏
94212 gffzi 𭓐
94213 gfpni 𭓑
94214 gfpci 𭓒
94215 njgri 𭓓
94216 ypghi 𭓔
94217 ezgfi 𭓕
94218 ngfbi 𭓖
94219 eamfi 𭓗
94220 e..fi 𭓘
94221 ngfpi 𭓙
94222 njgei 𭓚
94223 gfjsi 𭓛
94224 .gfri 𭓜
94225 yxxfi 𭓝
94226 xyxfi 𭓝
94227 ndi 𭓞
94228 nqdli 𭓟
94229 nofi 𭓠
94230 ntdsi 𭓡
94231 naci 𭓢
94232 nrai 𭓣
94233 nzjdi 𭓤
94234 ne;i 𭓥
94235 nlvi 𭓦
94236 nlzbi 𭓧
94237 niaai 𭓨
94238 nmqi 𭓩
94239 ncasi 𭓪
94240 nlji 𭓫
94241 nmqi 𭓬
94242 nkvi 𭓭
94243 nrlqi 𭓮
94244 naf;i 𭓯
94245 nlf;i 𭓯
94246 nzjfi 𭓰
94247 npxi 𭓱
94248 npdhi 𭓱
94249 nji 𭓲
94250 nyadi 𭓳
94251 naxei 𭓴
94252 nrvi 𭓵
94253 nepfi 𭓶
94254 neci 𭓷
94255 nja;i 𭓸
94256 n.dki 𭓹
94257 nnavi 𭓺
94258 ncnli 𭓻
94259 ncrxi 𭓼
94260 nbdi 𭓽
94261 naa.i 𭓾
94262 ndpki 𭓿
94263 nl.di 𭔀
94264 n.kdi 𭔀
94265 nkpzi 𭔁
94266 nn.i 𭔂
94267 ny;di 𭔃
94268 n;udi 𭔄
94269 nbudi 𭔄
94270 nwapi 𭔅
94271 nal.i 𭔆
94272 nuaqi 𭔇
94273 nuaki 𭔈
94274 noxi 𭔉
94275 nkpxi 𭔊
94276 nno;i 𭔋
94277 naspi 𭔌
94278 naopi 𭔌
94279 nos.i 𭔍
94280 nl,ni 𭔎
94281 nxo;i 𭔏
94282 nwpvi 𭔐
94283 neqsi 𭔑
94284 nuaxi 𭔒
94285 nky,i 𭔓
94286 nykxi 𭔔
94287 nipzi 𭔕
94288 nwzri 𭔖
94289 nfjni 𭔗
94290 nxpri 𭔘
94291 nmyi 𭔙
94292 nr;ni 𭔚
94293 nr;qi 𭔛
94294 nf;qi 𭔛
94295 nofvi 𭔜
94296 nnrri 𭔝
94297 nnusi 𭔞
94298 narmi 𭔟
94299 nr;qi 𭔠
94300 nf;qi 𭔠
94301 ndrxi 𭔡
94302 nvasi 𭔢
94303 nfl;i 𭔣
94304 nnufi 𭔤
94305 nnu,i 𭔥
94306 nnu;i 𭔦
94307 nnuki 𭔧
94308 nnuhi 𭔧
94309 nnuwi 𭔨
94310 alfhi 𭔩
94311 qkfhi 𭔪
94312 qsfhi 𭔪
94313 qsfhi 𭔫
94314 sdmhi 𭔬
94315 rgdhi 𭔭
94316 eaahi 𭔮
94317 mmfhi 𭔯
94318 qifhi 𭔰
94319 ztxhi 𭔱
94320 tsnhi 𭔲
94321 pafsi 𭔳
94322 tnqhi 𭔴
94323 ffrhi 𭔵
94324 rqkhi 𭔶
94325 rakhi 𭔶
94326 usfhi 𭔷
94327 i;rhi 𭔸
94328 rxrhi 𭔹
94329 faxhi 𭔹
94330 kuahi 𭔺
94331 chthi 𭔻
94332 ththi 𭔼
94333 tuahi 𭔽
94334 ca;hi 𭔾
94335 kajhi 𭔿
94336 ijehi 𭔿
94337 vqihi 𭕀
94338 paehi 𭕁
94339 p;mhi 𭕂
94340 zfhri 𭕃
94341 nnnni 𭕄
94342 clbi 𭕅
94343 cgki 𭕅
94344 cmi 𭕆
94345 azci 𭕇
94346 ctadi 𭕈
94347 yci 𭕉
94348 cylxi 𭕊
94349 yhlci 𭕋
94350 cypni 𭕌
94351 ksafi 𭕍
94352 aspi 𭕎
94353 asp.i 𭕏
94354 ypahi 𭕐
94355 aspxi 𭕑
94356 ypchi 𭕒
94357 y;phi 𭕓
94358 bji 𭕔
94359 bvai 𭕕
94360 bzbhi 𭕖
94361 bqgsi 𭕗
94362 bji 𭕘
94363 bofi 𭕙
94364 brgsi 𭕚
94365 b/i 𭕛
94366 blj;i 𭕜
94367 b,fi 𭕝
94368 baafi 𭕝
94369 b.ebi 𭕞
94370 blqsi 𭕟
94371 bofi 𭕠
94372 baaqi 𭕡
94373 bkkqi 𭕡
94374 bkrci 𭕢
94375 bol;i 𭕣
94376 bmei 𭕤
94377 bal.i 𭕥
94378 packi 𭕦
94379 blqxi 𭕧
94380 blq;i 𭕨
94381 boxi 𭕩
94382 bledi 𭕪
94383 b.rci 𭕫
94384 by.fi 𭕬
94385 baqmi 𭕭
94386 baami 𭕭
94387 bf;qi 𭕮
94388 bs,ii 𭕯
94389 bsaii 𭕯
94390 brjfi 𭕰
94391 bq.zi 𭕱
94392 qdlqi 𭕲
94393 blqoi 𭕳
94394 byibi 𭕴
94395 bykbi 𭕴
94396 bcari 𭕵
94397 bpqhi 𭕶
94398 bol;i 𭕷
94399 bvv;i 𭕸
94400 bf;;i 𭕹
94401 blqpi 𭕺
94402 bf;ki 𭕻
94403 bjjxi 𭕼
94404 bf;ki 𭕽
94405 ldai 𭕾
94406 ldahi 𭕿
94407 ldxi 𭕿
94408 dghi 𭖀
94409 daaai 𭖁
94410 dafi 𭖂
94411 djki 𭖃
94412 daci 𭖄
94413 dzxi 𭖅
94414 dzgsi 𭖆
94415 dei 𭖇
94416 deedi 𭖈
94417 eeddi 𭖈
94418 djsi 𭖉
94419 jkdi 𭖊
94420 dqhi 𭖋
94421 dpai 𭖌
94422 duai 𭖍
94423 ddi 𭖎
94424 dkri 𭖏
94425 dyjdi 𭖐
94426 dnli 𭖑
94427 dri 𭖒
94428 difi 𭖓
94429 b;di 𭖔
94430 dqari 𭖕
94431 dalpi 𭖖
94432 dfbbi 𭖗
94433 dzdri 𭖘
94434 dcasi 𭖙
94435 dmmi 𭖚
94436 dcdi 𭖛
94437 ckdi 𭖜
94438 dwgfi 𭖝
94439 dxxi 𭖞
94440 dzni 𭖟
94441 drlai 𭖠
94442 drlki 𭖠
94443 df;si 𭖡
94444 dqhi 𭖢
94445 djk;i 𭖣
94446 d.adi 𭖤
94447 d.fji 𭖤
94448 d.ei 𭖥
94449 dkk;i 𭖦
94450 dcari 𭖧
94451 dxk.i 𭖨
94452 drifi 𭖩
94453 drsfi 𭖪
94454 drszi 𭖪
94455 d;qdi 𭖫
94456 dplfi 𭖬
94457 depfi 𭖭
94458 dleni 𭖮
94459 oadzi 𭖯
94460 dtnqi 𭖰
94461 dbf;i 𭖱
94462 dqddi 𭖲
94463 kdqdi 𭖲
94464 draki 𭖳
94465 d/hi 𭖴
94466 dpqqi 𭖵
94467 dclji 𭖶
94468 djtni 𭖷
94469 dlp.i 𭖸
94470 d.fji 𭖹
94471 dibbi 𭖺
94472 dlpji 𭖻
94473 dbji 𭖻
94474 doqqi 𭖼
94475 lv,di 𭖽
94476 dirhi 𭖾
94477 dizhi 𭖾
94478 dirli 𭖾
94479 dizli 𭖾
94480 dnaai 𭖿
94481 dnahi 𭖿
94482 doo;i 𭗀
94483 dvaai 𭗁
94484 dj.si 𭗂
94485 dldi 𭗃
94486 d.x.i 𭗄
94487 dgfxi 𭗅
94488 dikui 𭗆
94489 drghi 𭗇
94490 drlji 𭗈
94491 dzqxi 𭗉
94492 deaki 𭗊
94493 dckyi 𭗋
94494 dafai 𭗌
94495 dlfai 𭗌
94496 dypfi 𭗍
94497 yqqdi 𭗎
94498 dnndi 𭗏
94499 dqe.i 𭗐
94500 dte.i 𭗐
94501 dbzi 𭗑
94502 d.a.i 𭗒
94503 d.a.i 𭗓
94504 dvkyi 𭗔
94505 dzqbi 𭗕
94506 dztbi 𭗕
94507 dr;;i 𭗖
94508 dfjxi 𭗗
94509 dcazi 𭗘
94510 dkkji 𭗙
94511 dkqhi 𭗚
94512 d.l,i 𭗛
94513 dhl,i 𭗛
94514 dxjsi 𭗜
94515 dkyni 𭗝
94516 dnpui 𭗞
94517 dap.i 𭗟
94518 dfpfi 𭗠
94519 dfrui 𭗡
94520 d.yhi 𭗢
94521 dtbmi 𭗣
94522 dr;ni 𭗤
94523 da/ni 𭗥
94524 dozvi 𭗦
94525 doyvi 𭗦
94526 dzaoi 𭗧
94527 drexi 𭗨
94528 deogi 𭗩
94529 dlvxi 𭗪
94530 db..i 𭗫
94531 dre,i 𭗬
94532 dr;,i 𭗬
94533 d;;.i 𭗭
94534 dpzxi 𭗮
94535 d.udi 𭗯
94536 dkqci 𭗰
94537 tzqdi 𭗱
94538 deqxi 𭗲
94539 dfbfi 𭗳
94540 du,fi 𭗴
94541 daeei 𭗵
94542 dfzxi 𭗶
94543 dfxxi 𭗶
94544 dfaxi 𭗶
94545 dda.i 𭗷
94546 ddr.i 𭗷
94547 dfuki 𭗸
94548 dfjki 𭗸
94549 dqjki 𭗸
94550 dj;si 𭗹
94551 djpsi 𭗹
94552 wqi 𭗺
94553 aoti 𭗻
94554 wdi 𭗼
94555 wazi 𭗽
94556 w.di 𭗾
94557 wemi 𭗿
94558 kdkdi 𭘀
94559 dkdki 𭘀
94560 xk.wi 𭘁
94561 sqi 𭘂
94562 qaci 𭘃
94563 qasi 𭘄
94564 qlhi 𭘅
94565 akkri 𭘆
94566 arkki 𭘆
94567 q.;i 𭘇
94568 qtigi 𭘈
94569 qtkgi 𭘈
94570 zqosi 𭘉
94571 iltsi 𭘊
94572 pftsi 𭘋
94573 pftsi 𭘌
94574 qdtsi 𭘍
94575 qrksi 𭘎
94576 tdsyi 𭘏
94577 yutki 𭘐
94578 .ajdi 𭘑
94579 tjdi 𭘒
94580 jdasi 𭘓
94581 jdofi 𭘔
94582 jdavi 𭘕
94583 jdf;i 𭘖
94584 jdpbi 𭘗
94585 jdibi 𭘘
94586 jdkbi 𭘘
94587 jdnqi 𭘙
94588 jdx;i 𭘚
94589 jdz,i 𭘛
94590 jdcsi 𭘜
94591 jdnqi 𭘝
94592 jd.;i 𭘞
94593 zjdhi 𭘟
94594 jdjsi 𭘠
94595 jd;ri 𭘡
94596 lvedi 𭘢
94597 at;di 𭘣
94598 jdisi 𭘤
94599 jdw.i 𭘥
94600 jdwmi 𭘥
94601 jdwhi 𭘥
94602 jdwpi 𭘦
94603 rdjdi 𭘧
94604 zjdli 𭘨
94605 jdp.i 𭘩
94606 jdpui 𭘪
94607 jdl.i 𭘫
94608 ykjsi 𭘬
94609 jdydi 𭘭
94610 jdtdi 𭘮
94611 zjdui 𭘯
94612 jdqhi 𭘰
94613 jdmui 𭘱
94614 jdffi 𭘲
94615 jdrfi 𭘲
94616 ykjxi 𭘳
94617 jdybi 𭘴
94618 jd;mi 𭘵
94619 jde.i 𭘶
94620 fl;di 𭘷
94621 lpjdi 𭘸
94622 zjd;i 𭘹
94623 ikudi 𭘺
94624 jdnii 𭘻
94625 jdjii 𭘼
94626 ykj.i 𭘽
94627 oaafi 𭘾
94628 afrxi 𭘿
94629 afe;i 𭙀
94630 aiy.i 𭙁
94631 oqqqi 𭙂
94632 afhxi 𭙃
94633 oqy;i 𭙄
94634 oqlfi 𭙅
94635 lplqi 𭙆
94636 lafpi 𭙇
94637 ifkpi 𭙇
94638 xgi 𭙈
94639 sxi 𭙉
94640 xadi 𭙊
94641 xlki 𭙋
94642 xlaai 𭙋
94643 xxasi 𭙌
94644 nsi 𭙍
94645 nbi 𭙎
94646 ngdi 𭙏
94647 nosi 𭙐
94648 nhhi 𭙑
94649 ngfi 𭙒
94650 nzshi 𭙓
94651 nsbi 𭙔
94652 noi 𭙕
94653 nlzi 𭙖
94654 ntgai 𭙗
94655 njzi 𭙘
94656 ntxi 𭙙
94657 nztgi 𭙚
94658 ncasi 𭙛
94659 nap.i 𭙜
94660 noszi 𭙝
94661 nig;i 𭙞
94662 nkh;i 𭙞
94663 nkkzi 𭙟
94664 n.sbi 𭙠
94665 nbjfi 𭙡
94666 nosi 𭙢
94667 nofi 𭙣
94668 nr;ii 𭙤
94669 naphi 𭙥
94670 nop.i 𭙦
94671 ntdhi 𭙧
94672 ntdki 𭙧
94673 natni 𭙨
94674 nlmbi 𭙩
94675 noaki 𭙪
94676 nifxi 𭙫
94677 nirxi 𭙬
94678 nizxi 𭙬
94679 nirqi 𭙭
94680 nizqi 𭙭
94681 nqqyi 𭙮
94682 nrmi 𭙯
94683 nr;ai 𭙰
94684 ncu.i 𭙱
94685 nky;i 𭙲
94686 nkyri 𭙳
94687 n;;fi 𭙴
94688 npuhi 𭙵
94689 nkyui 𭙶
94690 n.o.i 𭙷
94691 n,mqi 𭙸
94692 nt.ri 𭙹
94693 nrddi 𭙺
94694 nrjdi 𭙺
94695 namxi 𭙻
94696 nqd,i 𭙼
94697 nvvxi 𭙽
94698 nf/xi 𭙾
94699 nfpmi 𭙿
94700 neqbi 𭚀
94701 nopxi 𭚁
94702 nyuqi 𭚂
94703 nbkpi 𭚃
94704 nlvni 𭚄
94705 nv.wi 𭚅
94706 np,ti 𭚆
94707 nlvgi 𭚇
94708 nzapi 𭚈
94709 nvvui 𭚉
94710 neq,i 𭚊
94711 npuoi 𭚋
94712 np,ri 𭚌
94713 nrhmi 𭚍
94714 nrlmi 𭚍
94715 niffi 𭚎
94716 nq//i 𭚏
94717 npuri 𭚐
94718 nkk;i 𭚑
94719 ashbi 𭚒
94720 okbi 𭚓
94721 fbi 𭚔
94722 orbi 𭚕
94723 lefi 𭚖
94724 arjhi 𭚗
94725 orjfi 𭚘
94726 arfsi 𭚙
94727 lkffi 𭚚
94728 arfci 𭚛
94729 ;g,fi 𭚜
94730 sljfi 𭚝
94731 xf.hi 𭚞
94732 aaaxi 𭚟
94733 zhxi 𭚠
94734 atxi 𭚡
94735 rk.xi 𭚢
94736 aacxi 𭚣
94737 aaxxi 𭚣
94738 agaxi 𭚤
94739 altxi 𭚤
94740 etcxi 𭚤
94741 hgi 𭚥
94742 tgni 𭚦
94743 tgsbi 𭚧
94744 atgbi 𭚨
94745 atgsi 𭚨
94746 tgrai 𭚩
94747 tgohi 𭚪
94748 tgk.i 𭚫
94749 tgr;i 𭚬
94750 tgdqi 𭚭
94751 tgm;i 𭚮
94752 w;tgi 𭚯
94753 tgbbi 𭚰
94754 tgd.i 𭚱
94755 tgpvi 𭚲
94756 tgori 𭚳
94757 tgnxi 𭚴
94758 tgwli 𭚵
94759 tgafi 𭚶
94760 tg;si 𭚷
94761 tgo/i 𭚸
94762 tgodi 𭚹
94763 tgfbi 𭚺
94764 tgami 𭚻
94765 tg;di 𭚼
94766 tglfi 𭚽
94767 ktgbi 𭚾
94768 tgiei 𭚿
94769 tgbri 𭛀
94770 cat.i 𭛁
94771 tgfgi 𭛂
94772 tgiui 𭛃
94773 tgeui 𭛄
94774 tga.i 𭛅
94775 tgzpi 𭛆
94776 tgkfi 𭛇
94777 tgyai 𭛈
94778 tgini 𭛉
94779 ktg.i 𭛊
94780 mmtgi 𭛋
94781 tgkai 𭛌
94782 todji 𭛍
94783 tolji 𭛍
94784 tbqi 𭛎
94785 w;ii 𭛏
94786 tykfi 𭛐
94787 wpkei 𭛑
94788 tjqi 𭛒
94789 jf.i 𭛓
94790 zlp.i 𭛔
94791 d.kei 𭛕
94792 e.aei 𭛖
94793 d.eei 𭛖
94794 eejei 𭛖
94795 ..vvi 𭛗
94796 wpv.i 𭛘
94797 fpv.i 𭛙
94798 ewa.i 𭛚
94799 eca.i 𭛚
94800 n.opi 𭛛
94801 .lfi 𭛜
94802 .gdai 𭛝
94803 .jai 𭛝
94804 .bgdi 𭛞
94805 .rxi 𭛟
94806 .;bi 𭛠
94807 .j;i 𭛡
94808 .pki 𭛢
94809 .i.i 𭛣
94810 .j;i 𭛤
94811 .b;i 𭛥
94812 .lni 𭛦
94813 .fki 𭛧
94814 .aaki 𭛨
94815 .kjki 𭛨
94816 .akri 𭛩
94817 .zji 𭛪
94818 .fjfi 𭛫
94819 .;ci 𭛬
94820 .lxi 𭛭
94821 .nni 𭛮
94822 .rjai 𭛯
94823 .rui 𭛯
94824 .rxdi 𭛰
94825 .al;i 𭛱
94826 .pzbi 𭛲
94827 .p.bi 𭛲
94828 ..zi 𭛳
94829 .ijfi 𭛴
94830 .y;ci 𭛵
94831 .bbbi 𭛶
94832 .qpi 𭛷
94833 .fjzi 𭛸
94834 .rjzi 𭛸
94835 .d.vi 𭛹
94836 .ejdi 𭛺
94837 .lv,i 𭛻
94838 .ilji 𭛼
94839 .ikui 𭛽
94840 .f,.i 𭛾
94841 .os.i 𭛿
94842 .opbi 𭜀
94843 .rp.i 𭜁
94844 .cj.i 𭜂
94845 .,,bi 𭜃
94846 .btbi 𭜄
94847 .kkdi 𭜅
94848 .frvi 𭜆
94849 .oa;i 𭜇
94850 .of;i 𭜇
94851 .yu.i 𭜈
94852 .nrki 𭜉
94853 .o;mi 𭜊
94854 aagni 𭜋
94855 nali 𭜌
94856 lxni 𭜍
94857 qani 𭜎
94858 qni 𭜎
94859 aasni 𭜎
94860 nzqi 𭜏
94861 nati 𭜐
94862 rni 𭜑
94863 nzgsi 𭜒
94864 qni 𭜓
94865 nzki 𭜔
94866 nafi 𭜕
94867 naffi 𭜕
94868 nlgli 𭜖
94869 nagli 𭜖
94870 njyi 𭜗
94871 zni 𭜘
94872 yxni 𭜘
94873 rkci 𭜙
94874 naaxi 𭜚
94875 nui 𭜛
94876 nji 𭜜
94877 cani 𭜝
94878 nlzbi 𭜞
94879 nozi 𭜟
94880 nkzi 𭜠
94881 nnxi 𭜡
94882 nxfi 𭜢
94883 otni 𭜣
94884 otdni 𭜤
94885 mqni 𭜥
94886 aa;ni 𭜦
94887 krni 𭜧
94888 amqni 𭜨
94889 apani 𭜩
94890 p.ni 𭜪
94891 pmni 𭜪
94892 /ni 𭜫
94893 npfi 𭜬
94894 nly.i 𭜭
94895 izci 𭜮
94896 kzci 𭜮
94897 kcni 𭜯
94898 n.ni 𭜰
94899 nozsi 𭜱
94900 nfjbi 𭜲
94901 aedni 𭜳
94902 aegni 𭜳
94903 njjji 𭜴
94904 ttni 𭜵
94905 r;ani 𭜶
94906 vtsni 𭜷
94907 nrlfi 𭜸
94908 ql.ni 𭜹
94909 qdlni 𭜺
94910 nooi 𭜻
94911 nmi 𭜼
94912 npbi 𭜽
94913 noaki 𭜾
94914 nlpgi 𭜿
94915 noadi 𭝀
94916 .hni 𭝁
94917 n.gfi 𭝂
94918 njkfi 𭝃
94919 nnksi 𭝄
94920 nnkli 𭝄
94921 nyfi 𭝅
94922 wjkni 𭝆
94923 wkjni 𭝇
94924 ntl;i 𭝈
94925 xadni 𭝉
94926 t,ni 𭝊
94927 nt,i 𭝋
94928 zigni 𭝌
94929 zkhni 𭝌
94930 zaani 𭝍
94931 nzaci 𭝎
94932 najki 𭝏
94933 nqlmi 𭝐
94934 npvi 𭝑
94935 cj;ni 𭝒
94936 pl.ni 𭝓
94937 nuasi 𭝔
94938 ni;ji 𭝕
94939 .tgni 𭝖
94940 nkjni 𭝗
94941 ykjni 𭝘
94942 ctbni 𭝙
94943 ny.ei 𭝚
94944 naani 𭝛
94945 nini 𭝜
94946 gqrni 𭝝
94947 ntkxi 𭝞
94948 nbf;i 𭝟
94949 zkkci 𭝠
94950 fkkci 𭝠
94951 zpgni 𭝡
94952 fdfni 𭝢
94953 nzuti 𭝣
94954 aetni 𭝤
94955 v;eni 𭝥
94956 vyrni 𭝦
94957 vrni 𭝦
94958 nraai 𭝧
94959 qdtni 𭝨
94960 nff;i 𭝩
94961 nfmsi 𭝪
94962 ;txni 𭝫
94963 neqai 𭝬
94964 neqi 𭝬
94965 nmgni 𭝭
94966 .txni 𭝮
94967 ignai 𭝯
94968 khgai 𭝯
94969 nljqi 𭝰
94970 k;vni 𭝱
94971 kd,ni 𭝲
94972 nlgui 𭝳
94973 nglui 𭝳
94974 cafni 𭝴
94975 clfni 𭝴
94976 y;jni 𭝵
94977 k.,ni 𭝶
94978 nzpci 𭝷
94979 alpni 𭝸
94980 nzshi 𭝹
94981 nzaci 𭝺
94982 nfjxi 𭝻
94983 nalni 𭝼
94984 np;ni 𭝽
94985 /uni 𭝾
94986 puni 𭝾
94987 nprhi 𭝿
94988 .txni 𭞀
94989 .icni 𭞁
94990 kd.ni 𭞂
94991 .ivni 𭞃
94992 n.jbi 𭞄
94993 nizni 𭞅
94994 nyk.i 𭞆
94995 y;jli 𭞇
94996 t;qni 𭞈
94997 wlsni 𭞉
94998 wslni 𭞉
94999 ba,ni 𭞊
95000 na/ni 𭞋
95001 j;/ni 𭞌
95002 raani 𭞍
95003 ralni 𭞍
95004 naaxi 𭞎
95005 qdtni 𭞏
95006 atdni 𭞐
95007 abdni 𭞐
95008 atlni 𭞐
95009 qh.ni 𭞑
95010 nzgfi 𭞒
95011 okyni 𭞓
95012 acadi 𭞔
95013 puani 𭞕
95014 nfbji 𭞖
95015 eaani 𭞗
95016 ppzni 𭞘
95017 npubi 𭞙
95018 n/ubi 𭞙
95019 ne.si 𭞚
95020 npubi 𭞛
95021 nclci 𭞜
95022 kd.ni 𭞝
95023 nozri 𭞞
95024 nltli 𭞟
95025 oszni 𭞠
95026 nyk;i 𭞡
95027 kivci 𭞢
95028 nyk;i 𭞣
95029 bgdni 𭞤
95030 nathi 𭞥
95031 natki 𭞥
95032 nabhi 𭞥
95033 nabki 𭞥
95034 ap;ni 𭞦
95035 vjvni 𭞧
95036 zidni 𭞨
95037 nqeui 𭞩
95038 naeni 𭞪
95039 rifni 𭞫
95040 naepi 𭞬
95041 nzqhi 𭞭
95042 nnrhi 𭞭
95043 paeni 𭞮
95044 nsqti 𭞯
95045 nfyji 𭞰
95046 fz;si 𭞱
95047 cj;ni 𭞲
95048 py;ni 𭞳
95049 ncazi 𭞴
95050 niphi 𭞵
95051 nibei 𭞶
95052 nitei 𭞶
95053 nkyni 𭞷
95054 cykni 𭞸
95055 nrkyi 𭞹
95056 nqd,i 𭞺
95057 nzqni 𭞻
95058 na/mi 𭞼
95059 np/ni 𭞽
95060 ncj.i 𭞾
95061 l.n.i 𭞿
95062 ,e;ci 𭟀
95063 ny.si 𭟁
95064 ipzni 𭟂
95065 nnkyi 𭟃
95066 yxxni 𭟄
95067 xyxni 𭟄
95068 na/hi 𭟅
95069 nqjji 𭟆
95070 nfi;i 𭟇
95071 nfjxi 𭟈
95072 ne.;i 𭟉
95073 ngwsi 𭟊
95074 nnuni 𭟋
95075 cqoni 𭟌
95076 nzexi 𭟍
95077 nzeni 𭟍
95078 nzzmi 𭟎
95079 qdtni 𭟏
95080 nr/mi 𭟐
95081 na/ji 𭟑
95082 nfppi 𭟒
95083 np,ri 𭟓
95084 eoani 𭟔
95085 cbqni 𭟕
95086 ny;.i 𭟖
95087 nyk.i 𭟗
95088 nzoui 𭟘
95089 nzkyi 𭟙
95090 cj;ni 𭟚
95091 pryni 𭟛
95092 pn;ni 𭟜
95093 nrudi 𭟝
95094 ny;ni 𭟞
95095 /rini 𭟟
95096 i;;ni 𭟠
95097 ,;;ni 𭟡
95098 hpuni 𭟢
95099 nzeci 𭟣
95100 nf/ji 𭟤
95101 nedii 𭟥
95102 ykkni 𭟦
95103 na/ui 𭟧
95104 najui 𭟧
95105 njjdi 𭟨
95106 nkymi 𭟩
95107 ypfni 𭟪
95108 nzf,i 𭟫
95109 nlyqi 𭟬
95110 nf/ii 𭟭
95111 aaxi 𭟮
95112 raxi 𭟯
95113 axei 𭟰
95114 ilaxi 𭟱
95115 kkaxi 𭟲
95116 j;axi 𭟳
95117 aeaxi 𭟴
95118 ajxi 𭟵
95119 ;suxi 𭟶
95120 baaxi 𭟷
95121 agaxi 𭟸
95122 altxi 𭟸
95123 ilkxi 𭟹
95124 axxxi 𭟺
95125 qqaxi 𭟻
95126 qqlxi 𭟻
95127 eoaxi 𭟼
95128 irixi 𭟽
95129 ifixi 𭟽
95130 irfxi 𭟽
95131 atdxi 𭟾
95132 abdxi 𭟾
95133 atlxi 𭟾
95134 ggi 𭟿
95135 gqi 𭠀
95136 gyki 𭠁
95137 gg;i 𭠂
95138 gz.hi 𭠃
95139 gzbhi 𭠃
95140 gzlhi 𭠃
95141 gf;i 𭠄
95142 glzbi 𭠅
95143 gltsi 𭠆
95144 g;pi 𭠇
95145 ghhi 𭠈
95146 gibdi 𭠉
95147 gkhdi 𭠉
95148 gbbbi 𭠊
95149 gbbvi 𭠋
95150 gjfni 𭠌
95151 axi 𭠍
95152 obi 𭠎
95153 oaci 𭠏
95154 oxsi 𭠐
95155 ozai 𭠑
95156 olgli 𭠒
95157 oagli 𭠒
95158 okji 𭠓
95159 oigi 𭠔
95160 okhgi 𭠔
95161 oofi 𭠕
95162 ogri 𭠖
95163 oz;i 𭠗
95164 o;bi 𭠘
95165 ocai 𭠙
95166 osbgi 𭠚
95167 oifi 𭠛
95168 okri 𭠜
95169 olksi 𭠝
95170 oxbi 𭠞
95171 ogqi 𭠟
95172 oafhi 𭠠
95173 afahi 𭠠
95174 ok;i 𭠡
95175 oadxi 𭠢
95176 oajri 𭠣
95177 oaxei 𭠤
95178 ozui 𭠥
95179 ozafi 𭠦
95180 ameoi 𭠧
95181 ozri 𭠨
95182 oafei 𭠩
95183 olji 𭠪
95184 oi;i 𭠫
95185 om;i 𭠬
95186 oojai 𭠭
95187 o.zbi 𭠮
95188 otfhi 𭠯
95189 osd.i 𭠰
95190 ojjji 𭠱
95191 oxqi 𭠲
95192 of;si 𭠳
95193 oarfi 𭠴
95194 oaxxi 𭠵
95195 orni 𭠶
95196 oqqri 𭠷
95197 ozfhi 𭠸
95198 oajbi 𭠹
95199 ojsi 𭠺
95200 o;bei 𭠻
95201 o;lei 𭠻
95202 odtsi 𭠼
95203 odj.i 𭠽
95204 ouri 𭠾
95205 okyi 𭠿
95206 ol/i 𭡀
95207 ojjdi 𭡁
95208 odmi 𭡂
95209 oafsi 𭡃
95210 olfsi 𭡃
95211 oyfi 𭡄
95212 onkbi 𭡅
95213 onnai 𭡆
95214 ogfti 𭡇
95215 ogzti 𭡇
95216 otci 𭡈
95217 or.xi 𭡉
95218 orxti 𭡊
95219 v.oi 𭡋
95220 oapgi 𭡌
95221 oafci 𭡍
95222 lzaci 𭡍
95223 opqqi 𭡎
95224 opshi 𭡏
95225 ojisi 𭡐
95226 o;spi 𭡑
95227 o;;si 𭡒
95228 oo.i 𭡓
95229 ojzsi 𭡔
95230 ooni 𭡕
95231 okyxi 𭡖
95232 o.k;i 𭡗
95233 o.c;i 𭡗
95234 okjmi 𭡘
95235 ogui 𭡙
95236 ocrxi 𭡚
95237 oy.si 𭡛
95238 onpdi 𭡜
95239 ogcdi 𭡝
95240 oagdi 𭡝
95241 orrhi 𭡞
95242 orxxi 𭡟
95243 ovaci 𭡠
95244 orsfi 𭡡
95245 orszi 𭡡
95246 oz;fi 𭡢
95247 pjoi 𭡣
95248 omei 𭡤
95249 o/hi 𭡥
95250 opori 𭡦
95251 opoji 𭡧
95252 opqqi 𭡨
95253 okyi 𭡩
95254 oop.i 𭡪
95255 o./i 𭡫
95256 oyczi 𭡬
95257 oca;i 𭡭
95258 ocl;i 𭡭
95259 ohfdi 𭡮
95260 ox.hi 𭡯
95261 olpsi 𭡰
95262 obqsi 𭡰
95263 obifi 𭡱
95264 oal.i 𭡲
95265 orcsi 𭡳
95266 oaaui 𭡴
95267 oacni 𭡵
95268 ofpfi 𭡶
95269 ofzxi 𭡷
95270 oepci 𭡸
95271 opadi 𭡹
95272 ojiei 𭡺
95273 ollzi 𭡻
95274 oohpi 𭡼
95275 olvqi 𭡽
95276 oo,i 𭡾
95277 oafxi 𭡿
95278 olfxi 𭡿
95279 onwvi 𭢀
95280 o,ni 𭢁
95281 onkri 𭢂
95282 occwi 𭢃
95283 ojjui 𭢄
95284 egdoi 𭢅
95285 egloi 𭢅
95286 ddgoi 𭢅
95287 ezgoi 𭢅
95288 oo;xi 𭢆
95289 ofpsi 𭢇
95290 orlai 𭢈
95291 oeoai 𭢉
95292 o.fni 𭢊
95293 olmui 𭢋
95294 okdvi 𭢌
95295 olvvi 𭢍
95296 okdui 𭢎
95297 oizci 𭢏
95298 okzci 𭢏
95299 oizoi 𭢐
95300 oirji 𭢑
95301 oizji 𭢑
95302 oyofi 𭢒
95303 oypfi 𭢓
95304 oyqxi 𭢔
95305 oirui 𭢕
95306 oy.i 𭢖
95307 ozzpi 𭢗
95308 oraui 𭢘
95309 of/ni 𭢙
95310 oryxi 𭢚
95311 oalei 𭢛
95312 okyni 𭢜
95313 ourpi 𭢝
95314 oicpi 𭢞
95315 oymxi 𭢟
95316 oyjvi 𭢠
95317 otcni 𭢡
95318 obbci 𭢢
95319 oamji 𭢣
95320 oa/mi 𭢤
95321 ofc;i 𭢥
95322 ofbzi 𭢦
95323 ofzri 𭢧
95324 okrfi 𭢨
95325 .txoi 𭢩
95326 olyi 𭢪
95327 olpvi 𭢫
95328 oklvi 𭢫
95329 ogjni 𭢬
95330 oyvoi 𭢭
95331 onvxi 𭢮
95332 oykxi 𭢯
95333 oag/i 𭢰
95334 wbosi 𭢱
95335 ofkei 𭢲
95336 orkei 𭢲
95337 oqd,i 𭢳
95338 oezxi 𭢴
95339 o;dni 𭢵
95340 oeoi 𭢶
95341 oljei 𭢷
95342 oljfi 𭢷
95343 olvpi 𭢸
95344 onvxi 𭢹
95345 oydei 𭢺
95346 oyqri 𭢻
95347 onn/i 𭢼
95348 nvvsi 𭢽
95349 oagni 𭢾
95350 oabni 𭢾
95351 oqaci 𭢿
95352 op,ri 𭣀
95353 ocjmi 𭣁
95354 o;coi 𭣂
95355 obkpi 𭣃
95356 oqdsi 𭣄
95357 ore,i 𭣅
95358 or;,i 𭣅
95359 rifoi 𭣆
95360 ofumi 𭣇
95361 ofjmi 𭣇
95362 ;qdoi 𭣈
95363 oekyi 𭣉
95364 olqvi 𭣊
95365 oyvsi 𭣋
95366 o/qni 𭣌
95367 oflfi 𭣍
95368 ofpxi 𭣎
95369 ofjxi 𭣎
95370 ol,fi 𭣏
95371 otg.i 𭣐
95372 araqi 𭣑
95373 nvvvi 𭣒
95374 ooj,i 𭣓
95375 oou,i 𭣓
95376 zbhi 𭣔
95377 agkhi 𭣔
95378 agdli 𭣕
95379 xfbi 𭣖
95380 fb;ki 𭣗
95381 fblsi 𭣘
95382 y;jbi 𭣙
95383 rpzhi 𭣚
95384 rpahi 𭣚
95385 rifbi 𭣛
95386 cj;bi 𭣜
95387 cj;bi 𭣝
95388 f/.bi 𭣞
95389 f/obi 𭣞
95390 bbkbi 𭣟
95391 li;bi 𭣠
95392 gd.i 𭣡
95393 kdebi 𭣢
95394 kd.i 𭣣
95395 dk.i 𭣣
95396 am.i 𭣤
95397 ;..i 𭣥
95398 jt.i 𭣦
95399 bf.i 𭣧
95400 oh.i 𭣨
95401 dd.i 𭣩
95402 ztx.i 𭣪
95403 eta.i 𭣫
95404 eac.i 𭣬
95405 kxsbi 𭣭
95406 oaj.i 𭣮
95407 ofj.i 𭣮
95408 vjebi 𭣯
95409 jta.i 𭣰
95410 .v.i 𭣱
95411 mgf.i 𭣲
95412 k;sbi 𭣳
95413 v;ebi 𭣴
95414 rtg.i 𭣵
95415 jr;.i 𭣶
95416 ..ubi 𭣷
95417 y;gbi 𭣸
95418 ruebi 𭣹
95419 rh.i 𭣺
95420 ee.i 𭣻
95421 qdlei 𭣼
95422 .fjbi 𭣽
95423 ypg.i 𭣾
95424 y;dbi 𭣿
95425 qql.i 𭤀
95426 lphbi 𭤁
95427 lpa.i 𭤂
95428 qdq.i 𭤃
95429 vlv.i 𭤄
95430 qhfbi 𭤅
95431 e,.i 𭤆
95432 bgdwi 𭤇
95433 apf.i 𭤈
95434 apd.i 𭤈
95435 oasdi 𭤉
95436 ypf.i 𭤊
95437 ;vwhi 𭤋
95438 /ql.i 𭤌
95439 alp.i 𭤍
95440 av.ii 𭤎
95441 av.,i 𭤎
95442 edk.i 𭤏
95443 ddd.i 𭤏
95444 eu,bi 𭤐
95445 y;;.i 𭤑
95446 jjkbi 𭤒
95447 ajk.i 𭤓
95448 y.jdi 𭤔
95449 y.aci 𭤕
95450 aey.i 𭤖
95451 y.aei 𭤗
95452 y.pai 𭤘
95453 tsa.i 𭤙
95454 y.zxi 𭤚
95455 y.zni 𭤚
95456 yxx.i 𭤛
95457 xyx.i 𭤛
95458 e.kfi 𭤜
95459 e.cfi 𭤜
95460 ;;h;i 𭤝
95461 nvvfi 𭤞
95462 .aadi 𭤟
95463 jkoi 𭤠
95464 qsoi 𭤡
95465 oozi 𭤢
95466 jscoi 𭤣
95467 uacoi 𭤣
95468 pk;oi 𭤤
95469 dpldi 𭤥
95470 /l/oi 𭤦
95471 abi 𭤧
95472 zgi 𭤧
95473 hoi 𭤨
95474 hxi 𭤩
95475 rshi 𭤪
95476 fshi 𭤪
95477 h;di 𭤫
95478 hdi 𭤬
95479 hrai 𭤭
95480 h.gsi 𭤮
95481 hori 𭤯
95482 hoaai 𭤰
95483 hlni 𭤱
95484 hii 𭤲
95485 hyi 𭤳
95486 hbqi 𭤴
95487 rgdhi 𭤵
95488 haei 𭤶
95489 h.adi 𭤷
95490 hotsi 𭤸
95491 hkhki 𭤹
95492 hjzdi 𭤺
95493 hoaei 𭤻
95494 hy;ci 𭤼
95495 hx/i 𭤽
95496 hbddi 𭤾
95497 h.abi 𭤿
95498 hblfi 𭥀
95499 hbifi 𭥀
95500 hykhi 𭥁
95501 qsbhi 𭥂
95502 hoydi 𭥃
95503 hhoci 𭥄
95504 hfpsi 𭥅
95505 hypai 𭥆
95506 hak.i 𭥇
95507 ykjfi 𭥈
95508 hirxi 𭥉
95509 hizxi 𭥉
95510 lpqni 𭥊
95511 bqsni 𭥊
95512 pgi 𭥋
95513 padi 𭥌
95514 opi 𭥍
95515 xpi 𭥎
95516 pzi 𭥏
95517 pqi 𭥐
95518 pmi 𭥑
95519 pa.i 𭥒
95520 paaxi 𭥓
95521 pazi 𭥔
95522 pari 𭥕
95523 paasi 𭥖
95524 ppi 𭥗
95525 l.pi 𭥘
95526 pysi 𭥙
95527 pci 𭥚
95528 pgfsi 𭥛
95529 bkpi 𭥜
95530 dspi 𭥝
95531 ptli 𭥞
95532 gxpgi 𭥟
95533 gxpsi 𭥟
95534 pxsi 𭥠
95535 pfosi 𭥡
95536 paci 𭥢
95537 eqpi 𭥣
95538 pj;i 𭥤
95539 p.si 𭥥
95540 pmji 𭥦
95541 pmfi 𭥧
95542 pk.i 𭥨
95543 pyi 𭥩
95544 piaai 𭥪
95545 ppi 𭥫
95546 lrlpi 𭥬
95547 lrlhi 𭥬
95548 plei 𭥭
95549 polqi 𭥮
95550 pzui 𭥯
95551 pqari 𭥰
95552 pzfhi 𭥱
95553 pqpi 𭥲
95554 ppfi 𭥳
95555 /pi 𭥴
95556 p.;i 𭥵
95557 pkvi 𭥶
95558 popi 𭥷
95559 pmfhi 𭥸
95560 paf;i 𭥹
95561 plf;i 𭥹
95562 pcqi 𭥺
95563 p,i 𭥻
95564 pyci 𭥼
95565 pnaki 𭥽
95566 pylxi 𭥾
95567 pxqi 𭥿
95568 pbbbi 𭦀
95569 pglsi 𭦁
95570 pbqsi 𭦁
95571 ptxi 𭦂
95572 ,kpi 𭦃
95573 k,pi 𭦃
95574 parfi 𭦄
95575 pqqri 𭦅
95576 pzni 𭦆
95577 pfysi 𭦇
95578 puaki 𭦈
95579 ppbi 𭦉
95580 p.gfi 𭦊
95581 plebi 𭦋
95582 upi 𭦌
95583 pkji 𭦍
95584 pkoei 𭦎
95585 plvei 𭦏
95586 pfti 𭦐
95587 pyk.i 𭦑
95588 pnksi 𭦒
95589 pnkli 𭦒
95590 pzoi 𭦓
95591 pyxoi 𭦓
95592 pts.i 𭦔
95593 pxk.i 𭦕
95594 ts.pi 𭦖
95595 puli 𭦗
95596 /uli 𭦗
95597 pdlfi 𭦘
95598 pdifi 𭦘
95599 axxpi 𭦙
95600 alppi 𭦚
95601 pzaci 𭦛
95602 paffi 𭦜
95603 pafbi 𭦝
95604 pfosi 𭦞
95605 p/ali 𭦟
95606 pplfi 𭦠
95607 pojki 𭦡
95608 pl.oi 𭦢
95609 p.oi 𭦢
95610 pizsi 𭦣
95611 pkzsi 𭦣
95612 pnaci 𭦤
95613 pnkhi 𭦥
95614 ptjfi 𭦦
95615 pwci 𭦧
95616 ptci 𭦧
95617 aas;i 𭦨
95618 prksi 𭦩
95619 a/epi 𭦪
95620 a/wpi 𭦫
95621 pfuki 𭦬
95622 pzrri 𭦭
95623 pffai 𭦮
95624 pacsi 𭦯
95625 qpqhi 𭦰
95626 p;aei 𭦱
95627 pfz;i 𭦲
95628 /tspi 𭦳
95629 pj;bi 𭦴
95630 pjpbi 𭦴
95631 p.qri 𭦵
95632 p.txi 𭦶
95633 porki 𭦷
95634 plp.i 𭦸
95635 plkhi 𭦹
95636 poki 𭦺
95637 plgui 𭦻
95638 pglui 𭦻
95639 pg.ui 𭦻
95640 pntxi 𭦼
95641 pykdi 𭦽
95642 py;si 𭦾
95643 pnkbi 𭦿
95644 jk/pi 𭧀
95645 pdjoi 𭧁
95646 prkci 𭧂
95647 pf.bi 𭧃
95648 pafxi 𭧄
95649 pa/vi 𭧅
95650 a/ypi 𭧆
95651 pax.i 𭧇
95652 pol,i 𭧈
95653 pos,i 𭧈
95654 prlfi 𭧉
95655 pda.i 𭧊
95656 pcjsi 𭧋
95657 ppcsi 𭧌
95658 p;pri 𭧍
95659 p.xzi 𭧎
95660 p.oi 𭧏
95661 p.jsi 𭧐
95662 plkxi 𭧑
95663 pqni 𭧒
95664 pfysi 𭧓
95665 pvkci 𭧔
95666 pfjsi 𭧕
95667 pp;wi 𭧖
95668 pcahi 𭧗
95669 pl,i 𭧘
95670 po;ni 𭧙
95671 pl.ki 𭧚
95672 pjpsi 𭧛
95673 plvvi 𭧜
95674 oz;gi 𭧝
95675 pltli 𭧞
95676 py;ki 𭧟
95677 pntci 𭧠
95678 lpxpi 𭧡
95679 xlppi 𭧡
95680 qdjci 𭧢
95681 azapi 𭧣
95682 pzrpi 𭧤
95683 pzrhi 𭧤
95684 pffmi 𭧥
95685 pacxi 𭧦
95686 pfqhi 𭧧
95687 pcj.i 𭧨
95688 pfyfi 𭧩
95689 pp,i 𭧪
95690 p;dmi 𭧫
95691 pjz;i 𭧬
95692 pky,i 𭧭
95693 plkgi 𭧮
95694 pljxi 𭧯
95695 porri 𭧰
95696 picpi 𭧱
95697 p,,,i 𭧲
95698 rkrpi 𭧳
95699 pevi 𭧴
95700 pf/xi 𭧵
95701 prl,i 𭧶
95702 pepbi 𭧷
95703 pplki 𭧸
95704 pe.pi 𭧹
95705 pl.,i 𭧺
95706 porbi 𭧻
95707 pordi 𭧼
95708 pykxi 𭧽
95709 pqd,i 𭧾
95710 pqdui 𭧿
95711 zpnli 𭨀
95712 pak.i 𭨁
95713 rpqki 𭨂
95714 rpfki 𭨂
95715 pprci 𭨃
95716 p.qni 𭨄
95717 pordi 𭨅
95718 pitxi 𭨆
95719 p,rai 𭨇
95720 p,rui 𭨇
95721 pejji 𭨈
95722 pr;ri 𭨉
95723 prppi 𭨊
95724 pfppi 𭨊
95725 ppffi 𭨋
95726 pprfi 𭨋
95727 po/bi 𭨌
95728 po/,i 𭨌
95729 prrmi 𭨍
95730 papxi 𭨎
95731 pcaki 𭨏
95732 xjhpi 𭨐
95733 xjkpi 𭨐
95734 pi;fi 𭨑
95735 p/xyi 𭨒
95736 peqhi 𭨓
95737 oz;;i 𭨔
95738 pqdsi 𭨕
95739 ppymi 𭨖
95740 py;ei 𭨗
95741 py;;i 𭨗
95742 pxi 𭨘
95743 pfagi 𭨙
95744 peagi 𭨙
95745 mcpi 𭨚
95746 pfigi 𭨛
95747 pfkgi 𭨛
95748 peigi 𭨛
95749 pekgi 𭨛
95750 pfaxi 𭨜
95751 peaxi 𭨜
95752 pl.oi 𭨝
95753 arhpi 𭨞
95754 k/pli 𭨟
95755 g;.pi 𭨠
95756 g.;pi 𭨠
95757 trp.i 𭨡
95758 tfp.i 𭨡
95759 pddci 𭨢
95760 pi;fi 𭨣
95761 uji 𭨤
95762 ugdi 𭨥
95763 ukdi 𭨦
95764 utgi 𭨧
95765 aaxui 𭨨
95766 uafi 𭨩
95767 uaffi 𭨩
95768 uei 𭨪
95769 ukei 𭨫
95770 u,i 𭨬
95771 utli 𭨭
95772 u;.i 𭨮
95773 ukagi 𭨯
95774 uiagi 𭨯
95775 ui.i 𭨰
95776 utgei 𭨱
95777 upgdi 𭨲
95778 uylxi 𭨳
95779 uatxi 𭨴
95780 uaqxi 𭨵
95781 uebri 𭨶
95782 uo;i 𭨷
95783 ukqdi 𭨸
95784 uaaxi 𭨹
95785 uaqxi 𭨺
95786 uif;i 𭨻
95787 gutsi 𭨼
95788 upui 𭨽
95789 lusvi 𭨾
95790 gjfui 𭨿
95791 f;uui 𭩀
95792 uoo;i 𭩁
95793 udl/i 𭩂
95794 uda/i 𭩂
95795 uiz.i 𭩃
95796 ukz.i 𭩃
95797 uj/qi 𭩄
95798 uizci 𭩅
95799 ukzci 𭩅
95800 uqami 𭩆
95801 uunqi 𭩇
95802 ujp.i 𭩈
95803 uj;.i 𭩈
95804 ugcsi 𭩉
95805 u.j.i 𭩊
95806 unaki 𭩋
95807 ysm.i 𭩌
95808 ysu.i 𭩌
95809 uilui 𭩍
95810 ubbci 𭩎
95811 uzphi 𭩏
95812 uorqi 𭩐
95813 u.qni 𭩑
95814 uzzxi 𭩒
95815 u/xqi 𭩓
95816 ysmui 𭩔
95817 ysuui 𭩔
95818 ysmai 𭩕
95819 ysuai 𭩕
95820 ummwi 𭩖
95821 uz/ki 𭩗
95822 vgi 𭩘
95823 vaci 𭩙
95824 v.hi 𭩚
95825 vh.i 𭩚
95826 vhji 𭩛
95827 vari 𭩜
95828 vzqi 𭩝
95829 bbvi 𭩞
95830 vxki 𭩟
95831 favi 𭩠
95832 fsvi 𭩠
95833 vxdi 𭩡
95834 qtvi 𭩢
95835 vqagi 𭩣
95836 vzxi 𭩤
95837 rsvi 𭩥
95838 veaci 𭩦
95839 vifi 𭩧
95840 v.bi 𭩨
95841 vogli 𭩩
95842 vmji 𭩪
95843 vkqi 𭩫
95844 vkgsi 𭩬
95845 .vkdi 𭩭
95846 kjhvi 𭩮
95847 kjkvi 𭩮
95848 vwbi 𭩯
95849 vxbhi 𭩰
95850 eavi 𭩱
95851 aadvi 𭩱
95852 tgdvi 𭩲
95853 vqqqi 𭩳
95854 vzgxi 𭩴
95855 vapdi 𭩵
95856 amevi 𭩶
95857 vpqi 𭩷
95858 ;;vi 𭩸
95859 vm;i 𭩹
95860 vkjai 𭩺
95861 vczki 𭩻
95862 ,vi 𭩼
95863 v,i 𭩽
95864 vxtsi 𭩾
95865 tstvi 𭩿
95866 viii 𭪀
95867 ai,i 𭪀
95868 vjjji 𭪁
95869 vcadi 𭪂
95870 ry.vi 𭪃
95871 vr.i 𭪄
95872 vrmi 𭪄
95873 vzqi 𭪅
95874 vfhni 𭪆
95875 vaz;i 𭪇
95876 vlz;i 𭪇
95877 v;q.i 𭪈
95878 voaei 𭪉
95879 v..i 𭪊
95880 svqdi 𭪋
95881 lgvdi 𭪋
95882 glvdi 𭪋
95883 vkoei 𭪌
95884 .veci 𭪍
95885 .vz;i 𭪎
95886 vlg;i 𭪏
95887 vgl;i 𭪏
95888 vyi 𭪐
95889 ysvvi 𭪑
95890 vici 𭪒
95891 vhjni 𭪓
95892 vgf.i 𭪔
95893 amfvi 𭪕
95894 mfhvi 𭪖
95895 ktgvi 𭪗
95896 vvfbi 𭪘
95897 rifki 𭪙
95898 riavi 𭪙
95899 vqci 𭪚
95900 va;ci 𭪚
95901 rjxvi 𭪛
95902 vqs,i 𭪜
95903 vvzhi 𭪝
95904 vv,i 𭪞
95905 vpy.i 𭪟
95906 e.vi 𭪠
95907 vflxi 𭪡
95908 ejkvi 𭪢
95909 vjkqi 𭪣
95910 vdzfi 𭪤
95911 pvigi 𭪥
95912 pvkgi 𭪥
95913 vdgi 𭪦
95914 vojni 𭪧
95915 oajvi 𭪨
95916 ofjvi 𭪨
95917 voaei 𭪩
95918 vofei 𭪩
95919 kamvi 𭪪
95920 s.vvi 𭪫
95921 .vcsi 𭪬
95922 ysrvi 𭪭
95923 vnmqi 𭪮
95924 vi/i 𭪯
95925 ctbvi 𭪰
95926 vzvi 𭪱
95927 vyxvi 𭪱
95928 virsi 𭪲
95929 vizsi 𭪲
95930 cvvi 𭪳
95931 amavi 𭪴
95932 v;ozi 𭪵
95933 vra.i 𭪶
95934 vffvi 𭪷
95935 vaxti 𭪸
95936 pvl;i 𭪹
95937 vftli 𭪺
95938 pvk.i 𭪻
95939 dl/vi 𭪼
95940 v;sji 𭪽
95941 veeai 𭪾
95942 eqv;i 𭪿
95943 v;dmi 𭫀
95944 pj;vi 𭫁
95945 v./i 𭫂
95946 vi;fi 𭫃
95947 k;vvi 𭫄
95948 ./vi 𭫅
95949 v./i 𭫆
95950 .vkei 𭫇
95951 vkkki 𭫈
95952 akkci 𭫈
95953 vy..i 𭫉
95954 vy;xi 𭫊
95955 y;tvi 𭫋
95956 bbbai 𭫌
95957 vezbi 𭫍
95958 ve.bi 𭫍
95959 vp;bi 𭫎
95960 vfrvi 𭫏
95961 vrdvi 𭫏
95962 vrjri 𭫐
95963 gqtvi 𭫑
95964 ajkvi 𭫒
95965 valai 𭫓
95966 amovi 𭫔
95967 vejki 𭫕
95968 vcmi 𭫖
95969 vlaci 𭫗
95970 vkkai 𭫘
95971 akkvi 𭫘
95972 vafni 𭫙
95973 vlfni 𭫙
95974 vkyfi 𭫚
95975 vhoai 𭫛
95976 vbg;i 𭫜
95977 vivii 𭫝
95978 via,i 𭫝
95979 a,vii 𭫝
95980 a,a,i 𭫝
95981 vqdhi 𭫞
95982 vlpzi 𭫟
95983 vzrpi 𭫠
95984 vzrhi 𭫠
95985 vqdxi 𭫡
95986 arlvi 𭫢
95987 vf,.i 𭫣
95988 vrfbi 𭫤
95989 vzj;i 𭫥
95990 vzxi 𭫦
95991 vpivi 𭫧
95992 vfxri 𭫨
95993 vfbfi 𭫩
95994 ep.vi 𭫪
95995 .vpbi 𭫫
95996 vmv,i 𭫬
95997 ..vhi 𭫭
95998 ,rsvi 𭫮
95999 vizci 𭫯
96000 vkzci 𭫯
96001 vizvi 𭫰
96002 vkzvi 𭫰
96003 vyxxi 𭫱
96004 vyrxi 𭫲
96005 vyrvi 𭫳
96006 vktvi 𭫴
96007 vcj/i 𭫵
96008 vyk;i 𭫶
96009 vb/i 𭫷
96010 vgd,i 𭫸
96011 b;v;i 𭫹
96012 vky.i 𭫺
96013 valpi 𭫻
96014 vvjji 𭫼
96015 v..vi 𭫽
96016 vajvi 𭫾
96017 vfafi 𭫿
96018 vrkfi 𭫿
96019 pvpvi 𭬀
96020 vofni 𭬁
96021 vlvji 𭬂
96022 v./ci 𭬃
96023 vurpi 𭬄
96024 ,.vi 𭬅
96025 vbb;i 𭬆
96026 vt.ri 𭬇
96027 vfkyi 𭬈
96028 vozsi 𭬉
96029 vvasi 𭬊
96030 vzpsi 𭬋
96031 vjati 𭬌
96032 vjaai 𭬌
96033 vjaqi 𭬌
96034 vjasi 𭬌
96035 vegyi 𭬍
96036 vebyi 𭬍
96037 vyxyi 𭬎
96038 vysyi 𭬎
96039 xqhvi 𭬏
96040 vqqxi 𭬐
96041 vmvfi 𭬑
96042 vzvei 𭬒
96043 vajvi 𭬓
96044 vrxai 𭬔
96045 vfpvi 𭬕
96046 v;l,i 𭬖
96047 vfjxi 𭬗
96048 vky,i 𭬘
96049 vnkki 𭬙
96050 t.tvi 𭬚
96051 vag/i 𭬛
96052 vgd/i 𭬛
96053 va/ni 𭬜
96054 vfi;i 𭬝
96055 va/fi 𭬞
96056 qejvi 𭬟
96057 vqoci 𭬠
96058 vjd.i 𭬡
96059 cqovi 𭬢
96060 vlqsi 𭬣
96061 vlzci 𭬤
96062 vky;i 𭬥
96063 vnk,i 𭬦
96064 vw./i 𭬧
96065 vvabi 𭬨
96066 vf;fi 𭬩
96067 v;;xi 𭬪
96068 ;;kvi 𭬫
96069 vlqvi 𭬬
96070 vkp.i 𭬭
96071 virxi 𭬮
96072 vyp,i 𭬯
96073 vtgai 𭬰
96074 vbcni 𭬱
96075 oflvi 𭬲
96076 vy;yi 𭬳
96077 vvnci 𭬴
96078 vztgi 𭬵
96079 vnkui 𭬶
96080 ozfvi 𭬷
96081 veiki 𭬸
96082 vykai 𭬹
96083 awpzi 𭬺
96084 vzlmi 𭬻
96085 vfp.i 𭬼
96086 f/jvi 𭬽
96087 vlchi 𭬾
96088 vy,,i 𭬿
96089 v,y,i 𭬿
96090 vyqvi 𭭀
96091 vosdi 𭭁
96092 va/,i 𭭂
96093 vaj,i 𭭂
96094 vfjki 𭭃
96095 cjki 𭭄
96096 aaski 𭭅
96097 jsjki 𭭆
96098 vjjki 𭭇
96099 acaki 𭭈
96100 yk.ki 𭭉
96101 m;jki 𭭊
96102 ifjki 𭭋
96103 k;ski 𭭌
96104 dozki 𭭍
96105 eaoki 𭭎
96106 q,jki 𭭏
96107 palki 𭭐
96108 pujki 𭭑
96109 /ujki 𭭑
96110 acaki 𭭒
96111 axxki 𭭒
96112 aluki 𭭓
96113 eoaki 𭭔
96114 rkyki 𭭕
96115 niuki 𭭖
96116 o..ki 𭭗
96117 aegi 𭭘
96118 esi 𭭙
96119 ehi 𭭚
96120 eebi 𭭛
96121 eagki 𭭛
96122 eoi 𭭜
96123 e,i 𭭝
96124 euai 𭭞
96125 egqi 𭭟
96126 xbei 𭭠
96127 raei 𭭡
96128 eat;i 𭭢
96129 aekxi 𭭣
96130 e;ci 𭭤
96131 eizi 𭭥
96132 erjai 𭭦
96133 erui 𭭦
96134 eazbi 𭭧
96135 ezqdi 𭭨
96136 l.eei 𭭩
96137 zaeti 𭭪
96138 aaedi 𭭫
96139 egbri 𭭬
96140 egbqi 𭭬
96141 egqbi 𭭭
96142 aaedi 𭭮
96143 aaexi 𭭯
96144 ecc.i 𭭰
96145 ,,jei 𭭱
96146 egk;i 𭭲
96147 eaavi 𭭳
96148 eeeei 𭭴
96149 evvci 𭭵
96150 ei;ki 𭭶
96151 eqoci 𭭷
96152 aaesi 𭭸
96153 aaexi 𭭹
96154 aaeni 𭭹
96155 eqq.i 𭭺
96156 leemi 𭭻
96157 ej;hi 𭭼
96158 ejphi 𭭼
96159 amqi 𭭽
96160 emqi 𭭾
96161 emagi 𭭿
96162 amtsi 𭮀
96163 amtsi 𭮁
96164 amfbi 𭮂
96165 amhfi 𭮃
96166 amxxi 𭮄
96167 amtli 𭮅
96168 ame;i 𭮆
96169 ampdi 𭮇
96170 am;bi 𭮈
96171 amqai 𭮉
96172 amzxi 𭮊
96173 amcsi 𭮋
96174 amldi 𭮌
96175 amlhi 𭮍
96176 amifi 𭮎
96177 amlfi 𭮎
96178 amnqi 𭮏
96179 amyxi 𭮐
96180 amxi 𭮑
96181 amrci 𭮒
96182 amqui 𭮓
96183 ampri 𭮔
96184 ami;i 𭮕
96185 amk;i 𭮕
96186 amski 𭮖
96187 amaxi 𭮗
96188 amoai 𭮘
96189 ojkdi 𭮙
96190 amt.i 𭮚
96191 amtki 𭮚
96192 ambbi 𭮛
96193 vvaqi 𭮜
96194 am;si 𭮝
96195 ambai 𭮞
96196 ama,i 𭮟
96197 amafi 𭮠
96198 aml;i 𭮡
96199 amypi 𭮢
96200 amepi 𭮣
96201 ama.i 𭮤
96202 amzei 𭮥
96203 amf,i 𭮦
96204 yfafi 𭮧
96205 zgsbi 𭮨
96206 alpbi 𭮩
96207 r;sbi 𭮪
96208 lesbi 𭮫
96209 oszbi 𭮬
96210 baabi 𭮭
96211 aljbi 𭮮
96212 pfabi 𭮯
96213 rjabi 𭮰
96214 .tgbi 𭮱
96215 atlbi 𭮱
96216 abgbi 𭮱
96217 pvsbi 𭮲
96218 dprbi 𭮳
96219 .tabi 𭮴
96220 lprbi 𭮵
96221 rb;bi 𭮶
96222 almbi 𭮷
96223 yvsbi 𭮸
96224 fjxbi 𭮹
96225 brkbi 𭮺
96226 apdbi 𭮻
96227 q;;bi 𭮼
96228 vmqbi 𭮽
96229 rbs;i 𭮾
96230 e,ubi 𭮿
96231 .vhvi 𭯀
96232 .vsvi 𭯀
96233 .bmbi 𭯁
96234 .bjbi 𭯁
96235 .vhvi 𭯂
96236 .vsvi 𭯂
96237 rbsvi 𭯃
96238 o..bi 𭯄
96239 rbspi 𭯅
96240 i;;bi 𭯆
96241 xszi 𭯇
96242 zszi 𭯈
96243 oszoi 𭯉
96244 qq;si 𭯊
96245 acaqi 𭯋
96246 qqoqi 𭯌
96247 jpqqi 𭯍
96248 aajqi 𭯎
96249 kjkqi 𭯎
96250 .gfqi 𭯏
96251 pqqoi 𭯐
96252 ykmqi 𭯑
96253 yk.qi 𭯑
96254 zlqi 𭯒
96255 lqvai 𭯓
96256 lqffi 𭯔
96257 lqjfi 𭯕
96258 lqlpi 𭯖
96259 lqtei 𭯗
96260 i;lqi 𭯘
96261 lqhxi 𭯙
96262 lqx.i 𭯚
96263 rk.qi 𭯛
96264 rplqi 𭯜
96265 cj;qi 𭯝
96266 lq;;i 𭯞
96267 lqj.i 𭯟
96268 qdlqi 𭯠
96269 of.qi 𭯡
96270 blqxi 𭯢
96271 ljlqi 𭯣
96272 lj,qi 𭯣
96273 lqyri 𭯤
96274 bbbqi 𭯥
96275 a/mqi 𭯦
96276 lqfxi 𭯧
96277 lqyci 𭯨
96278 bbjqi 𭯩
96279 bbkqi 𭯪
96280 lqp.i 𭯫
96281 ymmqi 𭯬
96282 lqpri 𭯭
96283 yxxqi 𭯮
96284 xyxqi 𭯮
96285 lqyai 𭯯
96286 kstsi 𭯰
96287 lafai 𭯱
96288 lafhi 𭯱
96289 ifoai 𭯱
96290 ifohi 𭯱
96291 oqdli 𭯲
96292 opzui 𭯳
96293 o,zui 𭯴
96294 o,ngi 𭯵
96295 ;ci 𭯶
96296 clxi 𭯷
96297 cdti 𭯸
96298 coji 𭯹
96299 cari 𭯺
96300 clri 𭯺
96301 clqi 𭯻
96302 hbri 𭯼
96303 cqhi 𭯽
96304 coadi 𭯾
96305 cafei 𭯿
96306 clfei 𭯿
96307 cqbi 𭰀
96308 cjtsi 𭰁
96309 c.adi 𭰂
96310 ckgsi 𭰃
96311 c.bi 𭰄
96312 ckzi 𭰅
96313 ckyxi 𭰅
96314 csqi 𭰆
96315 bcbi 𭰇
96316 cxoi 𭰈
96317 cfki 𭰉
96318 cpti 𭰊
96319 ozci 𭰋
96320 caddi 𭰌
96321 cqddi 𭰍
96322 ccti 𭰎
96323 clsvi 𭰏
96324 cslvi 𭰏
96325 ckkei 𭰐
96326 co.i 𭰑
96327 c.vi 𭰒
96328 cnlqi 𭰓
96329 cy.di 𭰔
96330 cwgfi 𭰕
96331 cbqi 𭰖
96332 cr.i 𭰗
96333 crmi 𭰗
96334 cqkki 𭰘
96335 cqpdi 𭰙
96336 crxji 𭰚
96337 cgbi 𭰛
96338 cftsi 𭰜
96339 cdqdi 𭰝
96340 cl.;i 𭰞
96341 ckvai 𭰟
96342 ckyri 𭰠
96343 clzfi 𭰡
96344 cngi 𭰢
96345 izci 𭰣
96346 cthi 𭰤
96347 cblai 𭰥
96348 craxi 𭰦
96349 c.ui 𭰧
96350 cqtsi 𭰨
96351 cvjei 𭰩
96352 coyi 𭰪
96353 cal;i 𭰫
96354 cobqi 𭰬
96355 rakci 𭰭
96356 caebi 𭰮
96357 cfjxi 𭰯
96358 cdibi 𭰰
96359 cdkbi 𭰰
96360 ceqqi 𭰱
96361 cjifi 𭰲
96362 cjlfi 𭰲
96363 cfasi 𭰳
96364 cl.ui 𭰴
96365 c.ori 𭰵
96366 clzri 𭰶
96367 ci;ji 𭰷
96368 c.aei 𭰸
96369 cj,i 𭰹
96370 cycfi 𭰺
96371 cysui 𭰻
96372 cizbi 𭰼
96373 ccni 𭰽
96374 cg.ui 𭰾
96375 ctbsi 𭰿
96376 csfmi 𭱀
96377 cpfmi 𭱀
96378 cpdmi 𭱀
96379 vkkci 𭱁
96380 fkkci 𭱁
96381 crofi 𭱂
96382 cgfi 𭱃
96383 crkfi 𭱄
96384 cvsbi 𭱅
96385 cqei 𭱆
96386 crxzi 𭱇
96387 calhi 𭱈
96388 f,h.i 𭱉
96389 cqami 𭱊
96390 caari 𭱋
96391 caefi 𭱌
96392 cgafi 𭱍
96393 ccjdi 𭱎
96394 cpazi 𭱏
96395 cegei 𭱐
96396 cebei 𭱐
96397 cjui 𭱑
96398 cdxdi 𭱒
96399 cxddi 𭱒
96400 cxxdi 𭱒
96401 cl.ji 𭱓
96402 ci;hi 𭱔
96403 coeni 𭱕
96404 clmni 𭱖
96405 cmyi 𭱗
96406 cjmi 𭱘
96407 cnidi 𭱙
96408 cnjvi 𭱚
96409 czobi 𭱛
96410 cyxbi 𭱛
96411 cizri 𭱜
96412 ckzri 𭱜
96413 cyc.i 𭱝
96414 c,j;i 𭱞
96415 cjhhi 𭱟
96416 cjhki 𭱟
96417 cjkhi 𭱟
96418 cjkki 𭱟
96419 cx;vi 𭱠
96420 zqxci 𭱡
96421 cfjbi 𭱢
96422 cal.i 𭱣
96423 cqadi 𭱤
96424 cvgi 𭱥
96425 cf;ui 𭱦
96426 cfaei 𭱧
96427 ceqvi 𭱨
96428 ccadi 𭱩
96429 ccjci 𭱪
96430 cp;ni 𭱫
96431 cpf.i 𭱬
96432 cjshi 𭱭
96433 oflci 𭱮
96434 c.lhi 𭱯
96435 cy;fi 𭱰
96436 cizzi 𭱱
96437 ckzzi 𭱱
96438 ckqci 𭱲
96439 caazi 𭱳
96440 cyhzi 𭱳
96441 cxasi 𭱴
96442 c.jbi 𭱵
96443 cqf;i 𭱶
96444 atcbi 𭱷
96445 cfpdi 𭱸
96446 crldi 𭱹
96447 cfqi 𭱺
96448 cfivi 𭱻
96449 ceji 𭱼
96450 ccjki 𭱽
96451 cda.i 𭱾
96452 cprui 𭱿
96453 cprai 𭱿
96454 cpjsi 𭲀
96455 cfqki 𭲁
96456 cpifi 𭲂
96457 ci;ui 𭲃
96458 clpsi 𭲄
96459 cos.i 𭲅
96460 c.zdi 𭲆
96461 clp.i 𭲇
96462 cizvi 𭲈
96463 ckzvi 𭲈
96464 ci.;i 𭲉
96465 cizci 𭲊
96466 ckzci 𭲊
96467 cys.i 𭲋
96468 cizzi 𭲌
96469 ckzzi 𭲌
96470 cy.ci 𭲍
96471 cxmhi 𭲎
96472 cx.hi 𭲎
96473 ctldi 𭲏
96474 baaci 𭲐
96475 cr;ki 𭲑
96476 caxpi 𭲒
96477 cr/ni 𭲓
96478 cappi 𭲔
96479 cru.i 𭲕
96480 crj.i 𭲕
96481 cf/ni 𭲖
96482 crkni 𭲗
96483 caaxi 𭲘
96484 carci 𭲙
96485 cfjni 𭲚
96486 cfuni 𭲚
96487 czkji 𭲛
96488 czkmi 𭲜
96489 cfbji 𭲝
96490 ccaki 𭲞
96491 cpppi 𭲟
96492 ci;.i 𭲠
96493 cuvvi 𭲡
96494 curpi 𭲢
96495 ckdwi 𭲣
96496 c.zsi 𭲤
96497 c.ysi 𭲤
96498 civpi 𭲥
96499 c.d.i 𭲦
96500 cjo.i 𭲧
96501 cnfsi 𭲨
96502 cnk.i 𭲩
96503 ctkzi 𭲪
96504 cblmi 𭲫
96505 czqki 𭲬
96506 csaoi 𭲭
96507 cpa.i 𭲮
96508 cke;i 𭲯
96509 clyxi 𭲰
96510 clv;i 𭲱
96511 ,e;ci 𭲲
96512 cypui 𭲳
96513 cy.ai 𭲴
96514 cix,i 𭲵
96515 cfx,i 𭲵
96516 cnkyi 𭲶
96517 cizmi 𭲷
96518 ckzmi 𭲷
96519 ct;di 𭲸
96520 cqqri 𭲹
96521 clnvi 𭲺
96522 ceyi 𭲻
96523 czuxi 𭲼
96524 cqqhi 𭲽
96525 cejpi 𭲾
96526 cf/mi 𭲿
96527 cfypi 𭳀
96528 ce.ji 𭳁
96529 cpfwi 𭳂
96530 cpnki 𭳃
96531 c.gdi 𭳄
96532 cljzi 𭳅
96533 cg.xi 𭳆
96534 cy;ui 𭳇
96535 cnfsi 𭳈
96536 cnfhi 𭳈
96537 cnfzi 𭳉
96538 cizyi 𭳊
96539 ctmci 𭳋
96540 cxrpi 𭳌
96541 caqhi 𭳍
96542 cfzxi 𭳎
96543 cidni 𭳏
96544 colpi 𭳐
96545 czkvi 𭳑
96546 capxi 𭳒
96547 crjki 𭳓
96548 cqoci 𭳔
96549 cqcmi 𭳕
96550 ccabi 𭳖
96551 c/x,i 𭳗
96552 cyswi 𭳘
96553 cbe;i 𭳙
96554 cfahi 𭳚
96555 csgki 𭳛
96556 cvlbi 𭳜
96557 cae,i 𭳝
96558 caazi 𭳞
96559 czapi 𭳞
96560 czazi 𭳞
96561 czdxi 𭳟
96562 cpd,i 𭳠
96563 cf/hi 𭳡
96564 cojki 𭳢
96565 clcvi 𭳣
96566 ci;hi 𭳤
96567 co;mi 𭳥
96568 cir,i 𭳦
96569 cif,i 𭳦
96570 cypai 𭳧
96571 cil.i 𭳨
96572 cytni 𭳩
96573 cybni 𭳩
96574 cncvi 𭳪
96575 cirqi 𭳫
96576 cvaci 𭳬
96577 cfchi 𭳭
96578 ci;bi 𭳮
96579 cykci 𭳯
96580 crj/i 𭳰
96581 ca/.i 𭳱
96582 cfpci 𭳲
96583 ccpsi 𭳳
96584 cmm.i 𭳴
96585 cfo,i 𭳵
96586 cledi 𭳶
96587 cfxai 𭳷
96588 cpphi 𭳸
96589 cyx/i 𭳹
96590 cajqi 𭳺
96591 crr,i 𭳻
96592 cqfyi 𭳼
96593 cerni 𭳽
96594 kykci 𭳾
96595 ,si 𭳿
96596 ad,i 𭴀
96597 q,i 𭴁
96598 ,gsi 𭴂
96599 q,i 𭴃
96600 ,shi 𭴄
96601 ,.i 𭴅
96602 ys,i 𭴆
96603 w,i 𭴇
96604 ,aaxi 𭴈
96605 aax,i 𭴉
96606 ,azsi 𭴊
96607 p,i 𭴋
96608 ,pi 𭴌
96609 ,klsi 𭴍
96610 ,ksli 𭴍
96611 ,lqi 𭴎
96612 ,tli 𭴏
96613 ,bki 𭴐
96614 ,,i 𭴑
96615 ,;agi 𭴒
96616 ,ozi 𭴓
96617 l;,i 𭴔
96618 mj,i 𭴕
96619 b;,i 𭴖
96620 ,tbi 𭴗
96621 tda,i 𭴘
96622 e;,i 𭴙
96623 gaa,i 𭴚
96624 ,qpi 𭴛
96625 ,pzi 𭴜
96626 mq,i 𭴝
96627 ,kari 𭴞
96628 ,klri 𭴞
96629 ,nafi 𭴟
96630 nw,i 𭴠
96631 ,lafi 𭴡
96632 ,ifi 𭴡
96633 yc,i 𭴢
96634 nw,i 𭴣
96635 ,zsi 𭴤
96636 ,yxsi 𭴤
96637 ,bgai 𭴥
96638 ,rxji 𭴦
96639 ,qii 𭴧
96640 ,f;si 𭴨
96641 rc,i 𭴩
96642 acz,i 𭴪
96643 pts,i 𭴫
96644 pr,i 𭴬
96645 ,epti 𭴭
96646 .gf,i 𭴮
96647 iv,i 𭴯
96648 ,lh,i 𭴰
96649 ,csbi 𭴱
96650 ,ccli 𭴲
96651 ,hjpi 𭴳
96652 ,gfti 𭴴
96653 ,gzti 𭴴
96654 ,tjbi 𭴵
96655 ,bpi 𭴶
96656 dpl,i 𭴷
96657 qdt,i 𭴸
96658 ,r,i 𭴹
96659 al;,i 𭴺
96660 ,aebi 𭴻
96661 ,rui 𭴼
96662 ,rjai 𭴼
96663 ,p,i 𭴽
96664 jr,i 𭴾
96665 or,i 𭴿
96666 utd,i 𭵀
96667 ,utsi 𭵁
96668 ,.lri 𭵂
96669 ,.ari 𭵂
96670 ,uzhi 𭵃
96671 oat,i 𭵄
96672 ,gui 𭵅
96673 cl;,i 𭵆
96674 ldd,i 𭵇
96675 jht,i 𭵈
96676 fjg,i 𭵉
96677 ,zuti 𭵊
96678 ,fyi 𭵋
96679 ff;,i 𭵌
96680 ,pfni 𭵍
96681 ,mei 𭵎
96682 ,c;ri 𭵏
96683 em,i 𭵐
96684 ,pahi 𭵑
96685 ,piki 𭵒
96686 ,;aei 𭵓
96687 ,azci 𭵔
96688 ,lzci 𭵔
96689 ,odbi 𭵕
96690 ,loei 𭵖
96691 ,losi 𭵖
96692 ,.cdi 𭵗
96693 ,kx.i 𭵘
96694 iue,i 𭵙
96695 ,gj;i 𭵚
96696 nzd,i 𭵛
96697 ypr,i 𭵜
96698 ixx,i 𭵝
96699 fxx,i 𭵝
96700 ,,uai 𭵞
96701 ,x;ni 𭵟
96702 irc,i 𭵠
96703 iaa,i 𭵠
96704 ,tgki 𭵡
96705 ae,,i 𭵢
96706 vrr,i 𭵣
96707 ,gtbi 𭵤
96708 ,rlfi 𭵥
96709 vvj,i 𭵦
96710 qdt,i 𭵧
96711 ,ftfi 𭵨
96712 ,ljhi 𭵩
96713 ,.fhi 𭵪
96714 m,v;i 𭵫
96715 ,nlbi 𭵬
96716 ,nabi 𭵬
96717 ,irqi 𭵭
96718 ,izqi 𭵭
96719 yts,i 𭵮
96720 ,ts,i 𭵯
96721 ,w;si 𭵰
96722 ,gc,i 𭵱
96723 ,xmhi 𭵲
96724 ,x.hi 𭵲
96725 qdt,i 𭵳
96726 rif,i 𭵴
96727 ,zgui 𭵵
96728 ,zgxi 𭵵
96729 ,rh.i 𭵶
96730 ,rl.i 𭵶
96731 ,ap,i 𭵷
96732 ,flfi 𭵸
96733 ,pubi 𭵹
96734 cqd,i 𭵺
96735 ,bahi 𭵻
96736 nky,i 𭵼
96737 ,rl,i 𭵽
96738 vza,i 𭵾
96739 ,fpui 𭵿
96740 ,zaxi 𭶀
96741 ,fjni 𭶁
96742 ,funi 𭶁
96743 ,fafi 𭶂
96744 ,rkfi 𭶂
96745 ;wt,i 𭶃
96746 ,fzfi 𭶄
96747 ,cazi 𭶅
96748 ,jp.i 𭶆
96749 ,j;.i 𭶆
96750 ,g.vi 𭶇
96751 ykk,i 𭶈
96752 cqd,i 𭶉
96753 riu,i 𭶊
96754 ,,nli 𭶋
96755 aas,i 𭶌
96756 fl;,i 𭶍
96757 ,fpsi 𭶎
96758 ,m;ni 𭶏
96759 pwt,i 𭶐
96760 prr,i 𭶑
96761 ,lpvi 𭶒
96762 ,klvi 𭶒
96763 os.,i 𭶓
96764 ,or.i 𭶔
96765 .ap,i 𭶕
96766 ,iuni 𭶖
96767 gky,i 𭶗
96768 ,y.mi 𭶘
96769 ,cjpi 𭶙
96770 v;v,i 𭶚
96771 ,jj.i 𭶛
96772 .dp,i 𭶜
96773 ja.,i 𭶝
96774 nbm,i 𭶞
96775 y;j,i 𭶟
96776 kdr,i 𭶠
96777 tgl,i 𭶡
96778 fri,i 𭶢
96779 ,ohei 𭶣
96780 ,pkni 𭶤
96781 y,i,i 𭶥
96782 yif,i 𭶥
96783 ,y/xi 𭶦
96784 fg;,i 𭶧
96785 ,feui 𭶨
96786 ,ifyi 𭶩
96787 .jaai 𭶪
96788 .dkdi 𭶫
96789 .arci 𭶬
96790 .lrci 𭶬
96791 .ajri 𭶭
96792 ..i 𭶮
96793 .xxi 𭶯
96794 .mi 𭶰
96795 .dk.i 𭶱
96796 .dkfi 𭶲
96797 gjfki 𭶳
96798 .juai 𭶴
96799 bq.bi 𭶵
96800 a/aki 𭶶
96801 .aeoi 𭶷
96802 zlvki 𭶸
96803 .dkbi 𭶹
96804 k.ci 𭶺
96805 k.;i 𭶻
96806 k.qi 𭶼
96807 k.mri 𭶽
96808 xzki 𭶾
96809 xysi 𭶿
96810 xzi 𭷀
96811 x.i 𭷁
96812 xzxi 𭷂
96813 xf;i 𭷃
96814 xrki 𭷄
96815 xrfhi 𭷅
96816 xtjbi 𭷆
96817 xypni 𭷇
96818 xrghi 𭷈
96819 dvi 𭷉
96820 dibi 𭷊
96821 dkhbi 𭷊
96822 dtssi 𭷋
96823 dopfi 𭷌
96824 /l/di 𭷍
96825 dlaxi 𭷎
96826 qdl.i 𭷏
96827 qdlgi 𭷐
96828 qdl.i 𭷑
96829 qdlxi 𭷒
96830 qdlei 𭷒
96831 ofsi 𭷓
96832 jofi 𭷔
96833 k.ofi 𭷕
96834 oflxi 𭷖
96835 ofari 𭷗
96836 oflri 𭷗
96837 sdbfi 𭷘
96838 ofxsi 𭷙
96839 ofuai 𭷚
96840 oflpi 𭷛
96841 ofmci 𭷜
96842 oflsi 𭷝
96843 oflui 𭷞
96844 of.qi 𭷟
96845 rxjfi 𭷠
96846 ofnfi 𭷡
96847 xof;i 𭷢
96848 rxjfi 𭷣
96849 rwjfi 𭷤
96850 qdlfi 𭷥
96851 ofzfi 𭷦
96852 of.fi 𭷧
96853 ofkni 𭷨
96854 ofnli 𭷩
96855 xof;i 𭷪
96856 oft;i 𭷫
96857 xof;i 𭷬
96858 ofrpi 𭷭
96859 ofrhi 𭷭
96860 r;sfi 𭷮
96861 of.fi 𭷯
96862 ofzhi 𭷰
96863 offzi 𭷱
96864 xofxi 𭷲
96865 bgdfi 𭷳
96866 ofe.i 𭷴
96867 lvlfi 𭷵
96868 lvcfi 𭷵
96869 pppfi 𭷶
96870 of/yi 𭷷
96871 .adi 𭷸
96872 .zki 𭷹
96873 .easi 𭷺
96874 .jsi 𭷻
96875 .kei 𭷼
96876 .ofi 𭷽
96877 .hfi 𭷾
96878 zhgqi 𭷿
96879 .zxi 𭸀
96880 pdzhi 𭸁
96881 .mdi 𭸂
96882 .hzi 𭸃
96883 .alei 𭸄
96884 .;;i 𭸅
96885 .jkki 𭸆
96886 .ngfi 𭸇
96887 .ylxi 𭸈
96888 .xzi 𭸉
96889 .qkki 𭸊
96890 v;zhi 𭸋
96891 .r.i 𭸌
96892 .rmi 𭸌
96893 .dpsi 𭸍
96894 .lpqi 𭸎
96895 .jaui 𭸏
96896 .gfti 𭸐
96897 .gzti 𭸐
96898 .jhni 𭸑
96899 .gfui 𭸒
96900 .vvi 𭸓
96901 .zz.i 𭸔
96902 .ykki 𭸕
96903 .ykhi 𭸕
96904 .wpi 𭸖
96905 .favi 𭸗
96906 .rvi 𭸗
96907 .ravi 𭸘
96908 .fzxi 𭸙
96909 .pcai 𭸚
96910 .pji 𭸛
96911 ..ki 𭸜
96912 .ka.i 𭸝
96913 .osbi 𭸞
96914 .y;di 𭸟
96915 .tfbi 𭸠
96916 .zpci 𭸡
96917 .qf;i 𭸢
96918 atdhi 𭸣
96919 abdhi 𭸣
96920 atlhi 𭸣
96921 ./lsi 𭸤
96922 .clci 𭸥
96923 .izui 𭸦
96924 .kzui 𭸦
96925 .ktvi 𭸧
96926 .raoi 𭸨
96927 .rcxi 𭸩
96928 ca,hi 𭸪
96929 ljzqi 𭸫
96930 ..o.i 𭸬
96931 ./rpi 𭸭
96932 ./rhi 𭸭
96933 atdhi 𭸮
96934 abdhi 𭸮
96935 atlhi 𭸮
96936 .dl,i 𭸯
96937 ./xqi 𭸰
96938 ./g,i 𭸱
96939 .rlvi 𭸲
96940 .fo,i 𭸳
96941 .mmbi 𭸴
96942 arji 𭸵
96943 arlqi 𭸶
96944 arfbi 𭸷
96945 arzbi 𭸸
96946 ar.bi 𭸸
96947 arkai 𭸹
96948 arlzi 𭸺
96949 arosi 𭸻
96950 njahi 𭸼
96951 azari 𭸽
96952 arqti 𭸾
96953 arzxi 𭸿
96954 arkci 𭹀
96955 aroai 𭹁
96956 arohi 𭹁
96957 arnqi 𭹂
96958 arszi 𭹃
96959 araei 𭹄
96960 ardai 𭹅
96961 arkri 𭹆
96962 ar.qi 𭹇
96963 arczi 𭹈
96964 aroi 𭹉
96965 .ardi 𭹊
96966 arnqi 𭹋
96967 arrji 𭹌
96968 arrci 𭹍
96969 zkkhi 𭹎
96970 arl,i 𭹏
96971 ark;i 𭹐
96972 ar.hi 𭹑
96973 arj;i 𭹒
96974 arc.i 𭹓
96975 artbi 𭹔
96976 arppi 𭹕
96977 oz;ri 𭹖
96978 arnpi 𭹗
96979 arj,i 𭹘
96980 arrxi 𭹙
96981 arari 𭹚
96982 arfhi 𭹛
96983 ar/mi 𭹜
96984 arjhi 𭹝
96985 ar.ri 𭹞
96986 arldi 𭹟
96987 ar.ri 𭹠
96988 ary,i 𭹡
96989 arcbi 𭹢
96990 arj.i 𭹣
96991 arrfi 𭹤
96992 arasi 𭹥
96993 areai 𭹦
96994 areqi 𭹦
96995 ard;i 𭹧
96996 arpsi 𭹨
96997 ar.ri 𭹩
96998 aroni 𭹪
96999 arqmi 𭹫
97000 fctri 𭹬
97001 arp.i 𭹭
97002 ary;i 𭹮
97003 av.ri 𭹯
97004 aresi 𭹰
97005 aroni 𭹱
97006 arddi 𭹲
97007 artdi 𭹲
97008 arlvi 𭹳
97009 aribi 𭹴
97010 arb,i 𭹵
97011 arr;i 𭹶
97012 ara,i 𭹷
97013 araqi 𭹸
97014 arfxi 𭹹
97015 are.i 𭹺
97016 ar/ki 𭹻
97017 aruki 𭹻
97018 ar/.i 𭹻
97019 arl.i 𭹻
97020 arlki 𭹻
97021 arihi 𭹼
97022 arnci 𭹽
97023 aryyi 𭹾
97024 arn,i 𭹿
97025 arzsi 𭺀
97026 arfqi 𭺁
97027 ar;qi 𭺂
97028 arfei 𭺃
97029 arphi 𭺄
97030 arjfi 𭺅
97031 ar..i 𭺆
97032 arlci 𭺇
97033 ari,i 𭺈
97034 aro.i 𭺉
97035 arlci 𭺊
97036 arn/i 𭺋
97037 artmi 𭺌
97038 arphi 𭺍
97039 ar.di 𭺎
97040 yojhi 𭺏
97041 arymi 𭺐
97042 arzyi 𭺑
97043 aravi 𭺒
97044 arnni 𭺓
97045 arpdi 𭺔
97046 aradi 𭺔
97047 arasi 𭺕
97048 arf.i 𭺖
97049 .xksi 𭺗
97050 .xkhi 𭺘
97051 pqaki 𭺙
97052 .xkni 𭺚
97053 alshi 𭺛
97054 alsai 𭺜
97055 aslai 𭺜
97056 qhkei 𭺝
97057 qhr;i 𭺞
97058 qh/i 𭺟
97059 jzghi 𭺠
97060 yk.hi 𭺡
97061 qhbfi 𭺢
97062 qhyfi 𭺣
97063 dqihi 𭺤
97064 qhe.i 𭺥
97065 yvohi 𭺦
97066 rfnhi 𭺧
97067 u,phi 𭺨
97068 mmwhi 𭺩
97069 addai 𭺪
97070 aedi 𭺪
97071 aeadi 𭺪
97072 aeadi 𭺫
97073 raqpi 𭺬
97074 rajfi 𭺭
97075 cj;ai 𭺮
97076 raygi 𭺯
97077 lmsai 𭺰
97078 dori 𭺱
97079 ;ori 𭺲
97080 orlhi 𭺳
97081 orshi 𭺳
97082 oryi 𭺴
97083 ora.i 𭺵
97084 fzari 𭺶
97085 oriki 𭺷
97086 bjfi 𭺸
97087 bjfgi 𭺹
97088 bjfli 𭺹
97089 rajfi 𭺺
97090 bjfci 𭺻
97091 qhqhi 𭺼
97092 pdli 𭺽
97093 prdi 𭺾
97094 pffi 𭺾
97095 pzbi 𭺿
97096 paxi 𭻀
97097 pfbi 𭻁
97098 clpi 𭻂
97099 pkji 𭻃
97100 pdjsi 𭻄
97101 pci 𭻅
97102 ptdsi 𭻆
97103 pf;i 𭻇
97104 rxpdi 𭻈
97105 o;pi 𭻉
97106 pllki 𭻊
97107 gaali 𭻋
97108 a/pi 𭻌
97109 acapi 𭻍
97110 pdaei 𭻎
97111 amqpi 𭻏
97112 plgvi 𭻐
97113 pglvi 𭻐
97114 psvi 𭻐
97115 aacpi 𭻑
97116 pxzbi 𭻒
97117 txpi 𭻓
97118 pvii 𭻔
97119 pa,i 𭻔
97120 ppri 𭻕
97121 plxi 𭻖
97122 pkk;i 𭻗
97123 pktli 𭻘
97124 yrpbi 𭻙
97125 pblsi 𭻚
97126 opadi 𭻛
97127 pvvi 𭻜
97128 pdpui 𭻝
97129 p,,i 𭻞
97130 pbzri 𭻟
97131 pffsi 𭻠
97132 prfsi 𭻠
97133 pdari 𭻡
97134 qpgqi 𭻢
97135 l,pci 𭻣
97136 pbgti 𭻤
97137 prkci 𭻥
97138 ;;pqi 𭻦
97139 qpqhi 𭻧
97140 apa,i 𭻨
97141 ap,ai 𭻩
97142 prldi 𭻪
97143 l,pbi 𭻫
97144 l,pbi 𭻬
97145 l,pki 𭻬
97146 yktpi 𭻭
97147 pbrxi 𭻮
97148 opa,i 𭻯
97149 pkkai 𭻰
97150 pl,pi 𭻱
97151 pqqti 𭻲
97152 pirxi 𭻳
97153 ap,,i 𭻴
97154 p;;ai 𭻵
97155 pprci 𭻶
97156 ohjoi 𭻷
97157 pppai 𭻸
97158 ppfpi 𭻹
97159 fpppi 𭻹
97160 cj;ki 𭻺
97161 l,pxi 𭻻
97162 ppemi 𭻼
97163 peami 𭻼
97164 pqqvi 𭻽
97165 ogci 𭻾
97166 apci 𭻿
97167 getbi 𭼀
97168 q;aci 𭼁
97169 i/gci 𭼂
97170 eazci 𭼃
97171 geiwi 𭼄
97172 geiei 𭼄
97173 eaoci 𭼅
97174 hari 𭼆
97175 hkqi 𭼇
97176 hlpi 𭼈
97177 hmgsi 𭼉
97178 hrki 𭼊
97179 hoki 𭼋
97180 hk;di 𭼌
97181 hwzi 𭼍
97182 hnjbi 𭼎
97183 hzaxi 𭼏
97184 hpvi 𭼐
97185 hoaki 𭼑
97186 hig;i 𭼒
97187 hkh;i 𭼒
97188 hrui 𭼓
97189 hrjai 𭼓
97190 hfuai 𭼔
97191 hfjsi 𭼔
97192 hh.i 𭼕
97193 hcpi 𭼖
97194 ha/ri 𭼗
97195 hklsi 𭼘
97196 hl.ni 𭼙
97197 hlmni 𭼚
97198 h./i 𭼛
97199 hlvri 𭼜
97200 hlvai 𭼜
97201 hlaci 𭼜
97202 hlavi 𭼜
97203 hy;di 𭼝
97204 hirni 𭼞
97205 hqf;i 𭼟
97206 hzqai 𭼠
97207 hzqi 𭼠
97208 hp/bi 𭼡
97209 h;;ni 𭼢
97210 h.fni 𭼣
97211 hykbi 𭼤
97212 hcaxi 𭼥
97213 hb/i 𭼦
97214 hxxxi 𭼧
97215 hamxi 𭼨
97216 hpuhi 𭼩
97217 hpuxi 𭼪
97218 hkyvi 𭼫
97219 h.d.i 𭼬
97220 htkzi 𭼭
97221 hj,,i 𭼮
97222 hozyi 𭼯
97223 hzvei 𭼰
97224 ha/hi 𭼱
97225 hekyi 𭼲
97226 horqi 𭼳
97227 hcbzi 𭼴
97228 hal.i 𭼵
97229 hpuri 𭼶
97230 hceei 𭼷
97231 hirxi 𭼸
97232 hmmhi 𭼹
97233 hw;mi 𭼺
97234 hmmyi 𭼻
97235 hop.i 𭼼
97236 .kki 𭼽
97237 .k.zi 𭼾
97238 mpi 𭼿
97239 b,i 𭽀
97240 .khii 𭽁
97241 .h..i 𭽂
97242 bqi.i 𭽃
97243 bqcsi 𭽄
97244 btg/i 𭽅
97245 lpadi 𭽆
97246 lpaqi 𭽇
97247 lpasi 𭽇
97248 alpai 𭽈
97249 lplqi 𭽉
97250 lptsi 𭽊
97251 lpasi 𭽋
97252 lpdi 𭽌
97253 lphi 𭽍
97254 alpfi 𭽎
97255 lpaii 𭽏
97256 lpzqi 𭽐
97257 lp;gi 𭽑
97258 lppdi 𭽒
97259 lplhi 𭽓
97260 lpz,i 𭽔
97261 lplpi 𭽕
97262 lp.i 𭽖
97263 lpkki 𭽖
97264 lpifi 𭽗
97265 lpaxi 𭽘
97266 lpfsi 𭽙
97267 lpahi 𭽚
97268 lpp.i 𭽛
97269 lpeei 𭽜
97270 alpvi 𭽝
97271 tsapi 𭽞
97272 lpc;i 𭽟
97273 lpr.i 𭽠
97274 lpari 𭽡
97275 lpe,i 𭽢
97276 tboai 𭽣
97277 tbohi 𭽣
97278 tbosi 𭽤
97279 tbrki 𭽥
97280 kxsbi 𭽦
97281 tbosi 𭽧
97282 tboqi 𭽨
97283 tbjsi 𭽩
97284 tttbi 𭽪
97285 tbx.i 𭽫
97286 rutbi 𭽬
97287 tbebi 𭽭
97288 tbusi 𭽮
97289 raebi 𭽯
97290 tbopi 𭽰
97291 tbopi 𭽱
97292 tbldi 𭽲
97293 tbxqi 𭽳
97294 rmtbi 𭽴
97295 dijbi 𭽵
97296 il;bi 𭽶
97297 eqibi 𭽷
97298 r;ihi 𭽸
97299 akjbi 𭽹
97300 aeabi 𭽺
97301 akjbi 𭽻
97302 jkui 𭽼
97303 lzbui 𭽽
97304 lpui 𭽾
97305 b;ui 𭽿
97306 rlqui 𭾀
97307 txui 𭾁
97308 izui 𭾂
97309 oj;ui 𭾃
97310 oe;ui 𭾄
97311 nmgui 𭾅
97312 dggui 𭾆
97313 zpui 𭾇
97314 rxjui 𭾈
97315 pf,ui 𭾉
97316 tlpui 𭾊
97317 bpfui 𭾊
97318 dggui 𭾋
97319 rofui 𭾌
97320 o,ui 𭾍
97321 xy.ui 𭾎
97322 dggui 𭾏
97323 atdui 𭾐
97324 abdui 𭾐
97325 atlui 𭾐
97326 qdtui 𭾑
97327 .txui 𭾒
97328 ikusi 𭾓
97329 cntui 𭾔
97330 jgaui 𭾕
97331 rxuii 𭾖
97332 jfi 𭾗
97333 jki 𭾘
97334 jgdi 𭾙
97335 jzi 𭾚
97336 ejli 𭾛
97337 lfji 𭾜
97338 jgfi 𭾝
97339 jfdi 𭾞
97340 jzi 𭾟
97341 jfdi 𭾠
97342 jawi 𭾡
97343 j.i 𭾢
97344 jni 𭾣
97345 jtgai 𭾤
97346 jtli 𭾥
97347 jnxi 𭾦
97348 jrai 𭾧
97349 jqdi 𭾨
97350 lrlji 𭾩
97351 /xxi 𭾪
97352 jpxi 𭾫
97353 /kaxi 𭾬
97354 lzjsi 𭾭
97355 lzjli 𭾭
97356 ojlsi 𭾭
97357 ojsli 𭾭
97358 joqi 𭾮
97359 jjzsi 𭾯
97360 jyswi 𭾰
97361 /ylxi 𭾱
97362 jbbi 𭾲
97363 jzhi 𭾳
97364 eabji 𭾴
97365 jo;i 𭾵
97366 jnksi 𭾶
97367 jnkli 𭾶
97368 jnni 𭾷
97369 jbjfi 𭾸
97370 qdlji 𭾹
97371 joyi 𭾺
97372 jpvi 𭾻
97373 jkr;i 𭾼
97374 myji 𭾽
97375 mkyji 𭾽
97376 mlkji 𭾽
97377 jgoi 𭾾
97378 jntki 𭾿
97379 kylji 𭿀
97380 jbbbi 𭿁
97381 jx/i 𭿂
97382 qejji 𭿃
97383 jrqki 𭿄
97384 jrasi 𭿄
97385 jzazi 𭿅
97386 jzlzi 𭿅
97387 jf.si 𭿆
97388 jd/i 𭿇
97389 jlyi 𭿈
97390 j.txi 𭿉
97391 lzjri 𭿊
97392 ojyri 𭿊
97393 lzjdi 𭿋
97394 ojqdi 𭿋
97395 qaaji 𭿌
97396 jopi 𭿍
97397 j,zi 𭿎
97398 jy;si 𭿏
97399 qdtji 𭿐
97400 jprdi 𭿑
97401 jpffi 𭿑
97402 jifi 𭿒
97403 l/rfi 𭿓
97404 jir,i 𭿔
97405 jqpi 𭿕
97406 jae,i 𭿖
97407 jjzfi 𭿗
97408 jfaqi 𭿘
97409 jlj.i 𭿙
97410 jg.;i 𭿚
97411 jg;.i 𭿚
97412 jgqhi 𭿛
97413 jnuki 𭿜
97414 jpari 𭿝
97415 j;;fi 𭿞
97416 jljfi 𭿟
97417 lzjgi 𭿠
97418 ojdgi 𭿠
97419 lzjoi 𭿡
97420 ojgoi 𭿡
97421 jr;bi 𭿢
97422 jqeai 𭿣
97423 jfkci 𭿤
97424 jjafi 𭿥
97425 jprpi 𭿦
97426 jprhi 𭿦
97427 lzjsi 𭿧
97428 ojysi 𭿧
97429 ji.ni 𭿨
97430 rbsji 𭿩
97431 jjkbi 𭿪
97432 jfrui 𭿫
97433 jnbmi 𭿬
97434 jy;.i 𭿭
97435 jeqki 𭿮
97436 jy/xi 𭿯
97437 bjfvi 𭿰
97438 jts,i 𭿱
97439 vqiji 𭿲
97440 j/xyi 𭿳
97441 jjjxi 𭿴
97442 tgdli 𭿵
97443 mgdli 𭿶
97444 bgd;i 𭿷
97445 bgdai 𭿸
97446 bgd;i 𭿹
97447 bgdfi 𭿺
97448 bgdmi 𭿻
97449 bgd,i 𭿼
97450 ozadi 𭿽
97451 ozlxi 𭿾
97452 ,ozi 𭿿
97453 ozuai 𮀀
97454 ozqdi 𮀁
97455 ozaai 𮀂
97456 ozaxi 𮀃
97457 oztdi 𮀄
97458 ozdei 𮀅
97459 ozrri 𮀆
97460 vmqzi 𮀇
97461 xoz;i 𮀈
97462 eozvi 𮀉
97463 ozupi 𮀊
97464 gzi 𮀋
97465 gxki 𮀌
97466 gski 𮀌
97467 gari 𮀍
97468 kjgi 𮀎
97469 gq;i 𮀏
97470 godji 𮀐
97471 golji 𮀐
97472 gwi 𮀑
97473 yrgi 𮀒
97474 gnadi 𮀓
97475 gaaci 𮀔
97476 gqxi 𮀕
97477 g.adi 𮀖
97478 gyei 𮀗
97479 y.dgi 𮀘
97480 gaz;i 𮀙
97481 glz;i 𮀙
97482 gf;si 𮀚
97483 g;vi 𮀛
97484 embgi 𮀜
97485 g.i 𮀝
97486 glvgi 𮀞
97487 glvli 𮀞
97488 gkoei 𮀟
97489 goaki 𮀠
97490 gt,i 𮀡
97491 goj;i 𮀢
97492 geabi 𮀣
97493 gfjbi 𮀤
97494 gfjki 𮀥
97495 eegi 𮀦
97496 gkjmi 𮀧
97497 gywi 𮀨
97498 gnei 𮀩
97499 gsfmi 𮀪
97500 gpfmi 𮀪
97501 gpdmi 𮀪
97502 gtqdi 𮀫
97503 gzaei 𮀬
97504 g;;;i 𮀭
97505 gk;vi 𮀮
97506 lp.gi 𮀯
97507 gogi 𮀰
97508 lpagi 𮀱
97509 gnaai 𮀲
97510 gnahi 𮀲
97511 gnqri 𮀳
97512 gtfbi 𮀴
97513 gxzvi 𮀵
97514 gafoi 𮀶
97515 gd.fi 𮀷
97516 ge.i 𮀸
97517 gljhi 𮀹
97518 gkybi 𮀺
97519 gqf;i 𮀻
97520 gv;ni 𮀼
97521 gzadi 𮀽
97522 gzkui 𮀾
97523 gckyi 𮀿
97524 gy;qi 𮁀
97525 gwami 𮁁
97526 gtvpi 𮁂
97527 gsdmi 𮁃
97528 gslmi 𮁃
97529 gajvi 𮁄
97530 grizi 𮁅
97531 gfzi 𮁆
97532 gli;i 𮁇
97533 gi;bi 𮁈
97534 gtjni 𮁉
97535 garvi 𮁊
97536 gzpsi 𮁋
97537 gfzui 𮁌
97538 gckfi 𮁍
97539 gnkyi 𮁎
97540 glpfi 𮁏
97541 gxlfi 𮁏
97542 gajvi 𮁐
97543 zpugi 𮁑
97544 gfpri 𮁒
97545 gp,ai 𮁓
97546 gfzxi 𮁔
97547 gojki 𮁕
97548 gaeei 𮁖
97549 gqzhi 𮁗
97550 gg,bi 𮁘
97551 grzyi 𮁙
97552 gflvi 𮁚
97553 gfxvi 𮁚
97554 gflvi 𮁛
97555 yhei 𮁜
97556 lsaci 𮁝
97557 slaci 𮁝
97558 yheai 𮁞
97559 yhzxi 𮁟
97560 yhlqi 𮁠
97561 yhjsi 𮁡
97562 yhori 𮁢
97563 yhibi 𮁣
97564 yhkbi 𮁣
97565 avaci 𮁤
97566 yhzxi 𮁥
97567 yh;ki 𮁦
97568 yhjai 𮁧
97569 yhjfi 𮁧
97570 .kkci 𮁨
97571 yh.;i 𮁩
97572 yhohi 𮁪
97573 yhndi 𮁫
97574 yhb;i 𮁬
97575 yhaai 𮁭
97576 yhaei 𮁮
97577 yhzgi 𮁯
97578 yhzui 𮁰
97579 yhaxi 𮁱
97580 yhpfi 𮁲
97581 yhlvi 𮁳
97582 yhgvi 𮁳
97583 yhsvi 𮁳
97584 yh.di 𮁴
97585 yhiri 𮁵
97586 ykadi 𮁶
97587 ykddi 𮁶
97588 yhyki 𮁷
97589 qdjci 𮁸
97590 embci 𮁹
97591 yhlbi 𮁺
97592 yh.di 𮁻
97593 yhozi 𮁼
97594 yhxzi 𮁽
97595 yhbfi 𮁾
97596 yhzci 𮁿
97597 yhuki 𮂀
97598 yhl;i 𮂁
97599 yhg;i 𮂁
97600 yhebi 𮂂
97601 wbzci 𮂃
97602 qaavi 𮂄
97603 yhzxi 𮂅
97604 yhzfi 𮂆
97605 yhpri 𮂇
97606 yhoqi 𮂈
97607 yhn.i 𮂉
97608 yhopi 𮂊
97609 yhzci 𮂋
97610 yhavi 𮂌
97611 yhpzi 𮂍
97612 yh.bi 𮂎
97613 yht/i 𮂏
97614 rbsci 𮂐
97615 rifci 𮂑
97616 yhrmi 𮂒
97617 yhfzi 𮂓
97618 yhypi 𮂔
97619 yhiui 𮂕
97620 yhtfi 𮂖
97621 yhasi 𮂗
97622 yhphi 𮂘
97623 yhpci 𮂙
97624 yhj.i 𮂚
97625 yhbbi 𮂛
97626 yhyxi 𮂜
97627 yhgni 𮂝
97628 yhrhi 𮂞
97629 yhaai 𮂟
97630 yhzmi 𮂠
97631 yhpci 𮂡
97632 yh..i 𮂢
97633 yhfhi 𮂣
97634 maaei 𮂤
97635 yhooi 𮂥
97636 yhn,i 𮂦
97637 yhyci 𮂧
97638 yhaei 𮂨
97639 yh/yi 𮂩
97640 yhjhi 𮂪
97641 yhlxi 𮂫
97642 d.dmi 𮂬
97643 pmo,i 𮂭
97644 o..mi 𮂮
97645 lvfi 𮂯
97646 lvti 𮂰
97647 lvzhi 𮂱
97648 lvzhi 𮂲
97649 lvaxi 𮂳
97650 lvari 𮂴
97651 lvlqi 𮂵
97652 lvlfi 𮂶
97653 lvski 𮂷
97654 lvshi 𮂷
97655 lvjki 𮂸
97656 lvy.i 𮂹
97657 lvlbi 𮂺
97658 lv;qi 𮂻
97659 lvlhi 𮂼
97660 lvghi 𮂼
97661 lv.hi 𮂽
97662 lvnki 𮂾
97663 lvyri 𮂿
97664 lvyxi 𮃀
97665 lvifi 𮃁
97666 lvq.i 𮃂
97667 lvz,i 𮃃
97668 lvlvi 𮃄
97669 lvgvi 𮃄
97670 lvsvi 𮃄
97671 lvl/i 𮃅
97672 lvtbi 𮃆
97673 lvrui 𮃇
97674 lvrai 𮃇
97675 lvzgi 𮃈
97676 lvzfi 𮃉
97677 lveci 𮃊
97678 lvdfi 𮃋
97679 lvl,i 𮃌
97680 lvizi 𮃍
97681 lv.ai 𮃎
97682 lv.fi 𮃏
97683 lvkni 𮃐
97684 lvgui 𮃑
97685 lvtfi 𮃒
97686 lvari 𮃓
97687 lvrpi 𮃔
97688 lvrhi 𮃔
97689 lv/hi 𮃕
97690 lvmri 𮃖
97691 lvo.i 𮃗
97692 lvldi 𮃘
97693 lvldi 𮃙
97694 lvl,i 𮃚
97695 lvzpi 𮃛
97696 lvpsi 𮃜
97697 lvlbi 𮃝
97698 lv.wi 𮃞
97699 lvnfi 𮃟
97700 lvjki 𮃠
97701 lvcvi 𮃡
97702 lv,pi 𮃢
97703 lvu,i 𮃣
97704 lvrri 𮃤
97705 lve;i 𮃥
97706 lvpsi 𮃦
97707 lvy;i 𮃧
97708 lvyqi 𮃨
97709 lv.ni 𮃩
97710 lv,pi 𮃪
97711 lvbni 𮃫
97712 lvi;i 𮃬
97713 lvr;i 𮃭
97714 lvrci 𮃮
97715 lvj.i 𮃯
97716 i;;vi 𮃰
97717 lvlri 𮃱
97718 lvogi 𮃲
97719 lvy.i 𮃳
97720 lvoki 𮃴
97721 lvemi 𮃵
97722 lvyvi 𮃶
97723 lvnei 𮃷
97724 nklqi 𮃸
97725 nk.ki 𮃹
97726 nkaai 𮃺
97727 nkei 𮃻
97728 nkoi 𮃼
97729 nk;li 𮃽
97730 nklbi 𮃾
97731 nkkai 𮃿
97732 nktbi 𮄀
97733 nkrsi 𮄁
97734 nkkri 𮄂
97735 nkqii 𮄃
97736 nkrui 𮄄
97737 nkrai 𮄄
97738 nk;si 𮄅
97739 nknvi 𮄆
97740 nkcvi 𮄇
97741 nkrki 𮄈
97742 nksei 𮄉
97743 nkkbi 𮄊
97744 nk.pi 𮄋
97745 nkavi 𮄌
97746 nkp,i 𮄍
97747 nk.bi 𮄎
97748 nkqxi 𮄏
97749 nkq;i 𮄐
97750 nke;i 𮄑
97751 nklfi 𮄒
97752 nkyfi 𮄓
97753 nkx;i 𮄔
97754 nkx.i 𮄕
97755 nkfni 𮄖
97756 nkesi 𮄗
97757 nk.mi 𮄘
97758 nkxwi 𮄙
97759 nkysi 𮄚
97760 nks,i 𮄛
97761 nkini 𮄜
97762 nkcbi 𮄝
97763 nka.i 𮄞
97764 nkssi 𮄟
97765 nkczi 𮄠
97766 nkxvi 𮄡
97767 nk;,i 𮄢
97768 nkrai 𮄣
97769 nkrdi 𮄤
97770 nkxmi 𮄥
97771 nkxji 𮄦
97772 yfhi 𮄧
97773 y.dki 𮄨
97774 yzqi 𮄩
97775 yaii 𮄪
97776 yori 𮄫
97777 yddi 𮄬
97778 yrri 𮄭
97779 ylpi 𮄮
97780 ybjfi 𮄯
97781 y;lri 𮄰
97782 y;ari 𮄰
97783 ypui 𮄱
97784 yzqdi 𮄲
97785 yykki 𮄳
97786 yykhi 𮄳
97787 ypfki 𮄴
97788 yzpi 𮄵
97789 yiuwi 𮄶
97790 yiuei 𮄶
97791 yikui 𮄷
97792 yp/bi 𮄸
97793 yypsi 𮄹
97794 ybbyi 𮄺
97795 yp,i 𮄻
97796 ynfsi 𮄼
97797 nnuyi 𮄽
97798 yvfzi 𮄾
97799 ypssi 𮄿
97800 lqji 𮅀
97801 lzi 𮅁
97802 lysi 𮅂
97803 ltki 𮅃
97804 lkjhi 𮅄
97805 lkgsi 𮅅
97806 lnli 𮅆
97807 lzhxi 𮅇
97808 lolqi 𮅈
97809 lfri 𮅉
97810 lp;i 𮅊
97811 lli 𮅋
97812 lkci 𮅌
97813 lyhsi 𮅍
97814 ljlxi 𮅎
97815 ltjli 𮅏
97816 ltxi 𮅐
97817 loysi 𮅑
97818 lzgsi 𮅒
97819 lklpi 𮅓
97820 lcaxi 𮅔
97821 ljzi 𮅕
97822 looei 𮅖
97823 ljqqi 𮅗
97824 lei 𮅘
97825 losi 𮅙
97826 loni 𮅚
97827 lkaoi 𮅛
97828 l..ki 𮅜
97829 lghi 𮅝
97830 lnuai 𮅞
97831 lnkhi 𮅟
97832 ljd;i 𮅠
97833 lk;vi 𮅡
97834 lar.i 𮅢
97835 lolri 𮅣
97836 losri 𮅣
97837 lvuai 𮅤
97838 lalei 𮅥
97839 lv;bi 𮅦
97840 lv;li 𮅦
97841 lvpdi 𮅧
97842 lzfni 𮅨
97843 lvani 𮅨
97844 larpi 𮅩
97845 ljtni 𮅪
97846 li;fi 𮅫
97847 lnqdi 𮅬
97848 lb;vi 𮅭
97849 lgddi 𮅮
97850 lagdi 𮅮
97851 lqosi 𮅯
97852 lfkdi 𮅰
97853 lqsni 𮅱
97854 libbi 𮅲
97855 lfjzi 𮅳
97856 lrjzi 𮅳
97857 lk.fi 𮅴
97858 li;si 𮅵
97859 lqrxi 𮅶
97860 llpsi 𮅷
97861 lqlsi 𮅷
97862 lvbfi 𮅸
97863 lva,i 𮅹
97864 ltjbi 𮅺
97865 lrh.i 𮅻
97866 lrl.i 𮅻
97867 lqoi 𮅼
97868 leoai 𮅽
97869 lpzpi 𮅾
97870 lktbi 𮅿
97871 lkdui 𮆀
97872 lurji 𮆁
97873 llzui 𮆂
97874 lafzi 𮆃
97875 llfzi 𮆃
97876 lnkyi 𮆄
97877 lhzoi 𮆅
97878 lhyoi 𮆅
97879 lcrai 𮆆
97880 lcrui 𮆆
97881 lo/hi 𮆇
97882 lrl,i 𮆈
97883 lopsi 𮆉
97884 lapui 𮆊
97885 l/jxi 𮆋
97886 lerki 𮆌
97887 ljkli 𮆍
97888 lstbi 𮆎
97889 lhj/i 𮆏
97890 lclri 𮆐
97891 lcrpi 𮆑
97892 lcrhi 𮆑
97893 lcqvi 𮆒
97894 lb;mi 𮆓
97895 lagki 𮆔
97896 labki 𮆔
97897 laefi 𮆕
97898 ladfi 𮆕
97899 la/fi 𮆕
97900 lal.i 𮆖
97901 lfc;i 𮆗
97902 l/jxi 𮆘
97903 l/qxi 𮆙
97904 lofxi 𮆚
97905 llvfi 𮆛
97906 lirbi 𮆜
97907 lyshi 𮆝
97908 lysfi 𮆝
97909 lyszi 𮆝
97910 llefi 𮆞
97911 lr;bi 𮆟
97912 lrfri 𮆠
97913 lr;ni 𮆡
97914 lorzi 𮆢
97915 lpzyi 𮆣
97916 lei;i 𮆤
97917 ly;vi 𮆥
97918 ltgyi 𮆦
97919 lb.ci 𮆧
97920 lcafi 𮆨
97921 lrfvi 𮆩
97922 lqsmi 𮆪
97923 lzzmi 𮆫
97924 leksi 𮆬
97925 lprci 𮆭
97926 llmui 𮆮
97927 lyg.i 𮆯
97928 lykfi 𮆰
97929 lnkpi 𮆱
97930 lyk.i 𮆲
97931 lnlpi 𮆳
97932 lnt,i 𮆴
97933 liuxi 𮆵
97934 lae,i 𮆶
97935 lprxi 𮆷
97936 li.di 𮆸
97937 lijdi 𮆸
97938 llvpi 𮆹
97939 lkdvi 𮆺
97940 lypsi 𮆻
97941 lc;vi 𮆼
97942 lyfyi 𮆽
97943 lf;yi 𮆾
97944 lrfyi 𮆾
97945 lneui 𮆿
97946 laz/i 𮇀
97947 llz/i 𮇀
97948 li/fi 𮇁
97949 lxkxi 𮇂
97950 ,lsi 𮇃
97951 ,sli 𮇃
97952 ,ji 𮇄
97953 ,aaai 𮇅
97954 ,zshi 𮇆
97955 ,pi 𮇇
97956 ,klsi 𮇈
97957 ,ksli 𮇈
97958 ,hi 𮇉
97959 ,saci 𮇊
97960 ,nxi 𮇋
97961 ,jzi 𮇌
97962 ,;ji 𮇍
97963 ,;qi 𮇎
97964 ,k.i 𮇏
97965 ,yri 𮇐
97966 ,ddi 𮇑
97967 ,b;i 𮇒
97968 .h.,i 𮇓
97969 ,acai 𮇔
97970 ,r;i 𮇕
97971 ,qpi 𮇖
97972 ,f.i 𮇗
97973 ,pfi 𮇘
97974 ,jzsi 𮇙
97975 ,lzhi 𮇚
97976 ,ifi 𮇛
97977 ,lafi 𮇛
97978 ,txi 𮇜
97979 ,bbi 𮇝
97980 ,yfi 𮇞
97981 ,;ci 𮇟
97982 ,;vi 𮇠
97983 ,oaki 𮇡
97984 ,ji 𮇢
97985 ,mfhi 𮇣
97986 ,t,i 𮇤
97987 ,vvi 𮇥
97988 e.d,i 𮇦
97989 ,uui 𮇧
97990 ,.jbi 𮇨
97991 ,.dbi 𮇩
97992 ,y;ci 𮇪
97993 ,ghi 𮇫
97994 eaz,i 𮇬
97995 ,otbi 𮇭
97996 ,jtni 𮇮
97997 ,itxi 𮇯
97998 ,ii;i 𮇰
97999 ,ykdi 𮇱
98000 ,bci 𮇲
98001 ,.jbi 𮇳
98002 ,krpi 𮇴
98003 lvl,i 𮇵
98004 ,ohpi 𮇶
98005 ,.oi 𮇷
98006 ,lpfi 𮇸
98007 ,cjvi 𮇹
98008 ,izpi 𮇺
98009 ,kzpi 𮇺
98010 ,eui 𮇻
98011 ,.o.i 𮇼
98012 fqd,i 𮇽
98013 xk.qi 𮇾
98014 ,;;ci 𮇿
98015 eis,i 𮈀
98016 xdi 𮈁
98017 xti 𮈂
98018 xfdi 𮈃
98019 x.i 𮈄
98020 xl.i 𮈅
98021 xz;i 𮈆
98022 xzqi 𮈇
98023 xaii 𮈈
98024 xjfi 𮈉
98025 xnli 𮈊
98026 zaaxi 𮈋
98027 xzkki 𮈌
98028 rkxi 𮈍
98029 xpfi 𮈎
98030 mxi 𮈏
98031 xxzbi 𮈐
98032 rjhxi 𮈑
98033 rjkxi 𮈑
98034 xf;si 𮈒
98035 z;jxi 𮈓
98036 xlxi 𮈔
98037 xici 𮈕
98038 fxxxi 𮈖
98039 xpf;i 𮈗
98040 x/ysi 𮈘
98041 xfjdi 𮈙
98042 xoz;i 𮈚
98043 orjxi 𮈛
98044 xl,i 𮈜
98045 xicai 𮈝
98046 xnaei 𮈞
98047 x,di 𮈟
98048 xnkmi 𮈠
98049 xtci 𮈡
98050 xtgci 𮈢
98051 x/ei 𮈣
98052 xae.i 𮈤
98053 xzaei 𮈥
98054 xfr.i 𮈦
98055 xqpwi 𮈧
98056 x;dui 𮈨
98057 x;/i 𮈩
98058 xdaei 𮈪
98059 x/hi 𮈫
98060 xpa.i 𮈬
98061 x.aei 𮈭
98062 xjtni 𮈮
98063 xodni 𮈯
98064 xolni 𮈯
98065 xnjvi 𮈰
98066 xepdi 𮈱
98067 xcmi 𮈲
98068 xkybi 𮈳
98069 xlani 𮈴
98070 x,ni 𮈵
98071 xnlbi 𮈶
98072 xzc;i 𮈷
98073 xyx;i 𮈷
98074 xwmi 𮈸
98075 xf,ni 𮈹
98076 xagii 𮈺
98077 xabii 𮈺
98078 x;y;i 𮈻
98079 x;f;i 𮈻
98080 xcjdi 𮈼
98081 xnzdi 𮈽
98082 xnkni 𮈾
98083 xizji 𮈿
98084 xkzji 𮈿
98085 xyk;i 𮉀
98086 xn.vi 𮉁
98087 xtrai 𮉂
98088 xtfai 𮉂
98089 xxxwi 𮉃
98090 xfjxi 𮉄
98091 xrjxi 𮉄
98092 xj;ni 𮉅
98093 xjpni 𮉅
98094 x.d.i 𮉆
98095 xnj;i 𮉇
98096 xcj;i 𮉇
98097 xitki 𮉈
98098 xtcni 𮉉
98099 xfqpi 𮉊
98100 x;axi 𮉋
98101 xllbi 𮉌
98102 xjnki 𮉍
98103 xkdxi 𮉎
98104 xt;ni 𮉏
98105 xzp,i 𮉐
98106 xpvxi 𮉑
98107 xnn/i 𮉒
98108 xa/ni 𮉓
98109 xajni 𮉓
98110 fz;xi 𮉔
98111 xeii 𮉕
98112 xky;i 𮉖
98113 xatui 𮉗
98114 xabui 𮉗
98115 xyrpi 𮉘
98116 xyrhi 𮉘
98117 xbcni 𮉙
98118 xev/i 𮉚
98119 xjjyi 𮉛
98120 x./hi 𮉜
98121 xljni 𮉝
98122 xy.yi 𮉞
98123 xajqi 𮉟
98124 xlsi 𮉠
98125 xsli 𮉠
98126 xebi 𮉡
98127 xozi 𮉢
98128 xoei 𮉣
98129 xrri 𮉤
98130 xamei 𮉥
98131 xj..i 𮉦
98132 xajki 𮉧
98133 x;jki 𮉨
98134 x;ci 𮉩
98135 xaebi 𮉪
98136 xlvwi 𮉫
98137 xykfi 𮉬
98138 xbji 𮉭
98139 xdkyi 𮉮
98140 xmaci 𮉯
98141 ordi 𮉰
98142 ofdzi 𮉱
98143 ofdbi 𮉲
98144 ofd.i 𮉳
98145 ofdri 𮉴
98146 ofd;i 𮉵
98147 ipodi 𮉶
98148 ofdfi 𮉷
98149 ofdri 𮉸
98150 ofdfi 𮉹
98151 ozjdi 𮉺
98152 ofdxi 𮉻
98153 ljfi 𮉼
98154 /axi 𮉽
98155 jkqdi 𮉾
98156 jkqi 𮉾
98157 /zhi 𮉿
98158 ig/i 𮊀
98159 khg/i 𮊀
98160 jkf;i 𮊁
98161 //i 𮊂
98162 /k.i 𮊃
98163 j.tsi 𮊄
98164 /zgxi 𮊅
98165 o/zhi 𮊆
98166 jkcpi 𮊇
98167 /cyri 𮊈
98168 /bui 𮊉
98169 jkydi 𮊊
98170 /jqi 𮊋
98171 j..si 𮊌
98172 /fuki 𮊍
98173 /fjki 𮊍
98174 /qjki 𮊍
98175 j.pdi 𮊎
98176 jk.ki 𮊏
98177 /ifqi 𮊐
98178 /c.fi 𮊑
98179 /xuxi 𮊒
98180 j.xqi 𮊓
98181 j.nyi 𮊔
98182 /bbpi 𮊕
98183 j..,i 𮊖
98184 jkwvi 𮊗
98185 j..hi 𮊘
98186 /bbpi 𮊙
98187 /aepi 𮊚
98188 /,,qi 𮊛
98189 jkjbi 𮊜
98190 /z,qi 𮊝
98191 jkyei 𮊞
98192 /x;mi 𮊟
98193 /g,di 𮊠
98194 /rf,i 𮊡
98195 ir.i 𮊢
98196 ifjki 𮊣
98197 ysifi 𮊤
98198 ifzxi 𮊥
98199 irsxi 𮊦
98200 iflwi 𮊧
98201 irkki 𮊨
98202 izeki 𮊨
98203 rbifi 𮊩
98204 fpffi 𮊪
98205 irlxi 𮊫
98206 ififi 𮊬
98207 ifnai 𮊭
98208 ifnhi 𮊭
98209 irzsi 𮊮
98210 y;jfi 𮊯
98211 ir,ki 𮊰
98212 ir,fi 𮊱
98213 ir,fi 𮊲
98214 iflfi 𮊳
98215 ifaqi 𮊴
98216 ys/hi 𮊵
98217 ys/fi 𮊵
98218 ys/zi 𮊵
98219 .;ixi 𮊶
98220 aq/fi 𮊷
98221 aq/hi 𮊷
98222 aasfi 𮊷
98223 qa/fi 𮊷
98224 q/ufi 𮊷
98225 ttpi 𮊸
98226 ;dbbi 𮊹
98227 kjbbi 𮊺
98228 bb.i 𮊻
98229 tsabi 𮊼
98230 bbzxi 𮊽
98231 bbrki 𮊾
98232 ttkci 𮊿
98233 ttkki 𮋀
98234 ttkci 𮋀
98235 bbi;i 𮋁
98236 bby.i 𮋂
98237 f;sbi 𮋃
98238 zkkbi 𮋄
98239 qdtbi 𮋅
98240 vpbbi 𮋆
98241 axabi 𮋇
98242 y;gbi 𮋈
98243 lpfbi 𮋉
98244 jzobi 𮋊
98245 lpabi 𮋋
98246 bbnai 𮋌
98247 znbbi 𮋍
98248 bbqdi 𮋎
98249 /acbi 𮋏
98250 nrkbi 𮋐
98251 xxqbi 𮋑
98252 ,pbbi 𮋒
98253 ,pgai 𮋒
98254 bbxwi 𮋓
98255 zibbi 𮋔
98256 zkhbi 𮋔
98257 bbtei 𮋕
98258 bbtdi 𮋕
98259 fpfbi 𮋖
98260 szobi 𮋗
98261 syxbi 𮋗
98262 zzmbi 𮋘
98263 fpfbi 𮋙
98264 ddcyi 𮋚
98265 rlqdi 𮋛
98266 rlq;i 𮋜
98267 rlepi 𮋝
98268 rs;vi 𮋞
98269 dalbi 𮋟
98270 czoei 𮋠
98271 cyxei 𮋠
98272 ykdei 𮋡
98273 aljsi 𮋢
98274 fklgi 𮋣
98275 fkgli 𮋣
98276 fkkji 𮋤
98277 fkvai 𮋥
98278 fkji 𮋦
98279 fkk;i 𮋧
98280 fkrqi 𮋨
98281 fknfi 𮋩
98282 fk.wi 𮋪
98283 fkfbi 𮋫
98284 ae.hi 𮋬
98285 aeh.i 𮋬
98286 aegsi 𮋭
98287 aezhi 𮋮
98288 aebqi 𮋯
98289 aex.i 𮋰
98290 ael;i 𮋱
98291 aensi 𮋲
98292 aevki 𮋳
98293 aejgi 𮋴
98294 aeywi 𮋵
98295 aervi 𮋶
98296 ae./i 𮋷
98297 aeyfi 𮋸
98298 .icei 𮋹
98299 qozei 𮋺
98300 rb;ei 𮋻
98301 aea.i 𮋼
98302 aeaki 𮋼
98303 ;qoei 𮋽
98304 r;iei 𮋾
98305 aermi 𮋿
98306 aeaei 𮌀
98307 tfhi 𮌁
98308 tflsi 𮌂
98309 trjai 𮌃
98310 tjddi 𮌄
98311 rqkfi 𮌅
98312 rakfi 𮌅
98313 tajdi 𮌆
98314 tfjdi 𮌆
98315 jdbi 𮌇
98316 jdghi 𮌇
98317 eaui 𮌈
98318 mjkki 𮌉
98319 jkksi 𮌊
98320 ubhi 𮌋
98321 ubhhi 𮌋
98322 ucai 𮌌
98323 ulksi 𮌍
98324 lksui 𮌎
98325 uktgi 𮌏
98326 izui 𮌐
98327 kzui 𮌐
98328 jkkki 𮌑
98329 uqvi 𮌒
98330 uqki 𮌓
98331 uqci 𮌓
98332 y;jui 𮌔
98333 jkk.i 𮌕
98334 jkkmi 𮌕
98335 ueapi 𮌖
98336 udqqi 𮌗
98337 u;ci 𮌘
98338 guzi 𮌙
98339 uloei 𮌚
98340 ulosi 𮌚
98341 xurdi 𮌛
98342 jkk.i 𮌜
98343 upl.i 𮌝
98344 u.zui 𮌞
98345 uywi 𮌟
98346 uhkhi 𮌠
98347 uequi 𮌡
98348 ulmni 𮌢
98349 untdi 𮌣
98350 uxzci 𮌤
98351 uv/i 𮌥
98352 awqdi 𮌦
98353 ukdzi 𮌧
98354 u.qni 𮌨
98355 ks;fi 𮌩
98356 umqvi 𮌪
98357 zuaoi 𮌫
98358 yxuoi 𮌫
98359 ktgui 𮌬
98360 ir,ui 𮌭
98361 uirci 𮌮
98362 uif,i 𮌮
98363 ubbui 𮌯
98364 ubaci 𮌰
98365 equki 𮌱
98366 uqdri 𮌲
98367 rh.ui 𮌳
98368 rl.ui 𮌳
98369 udpqi 𮌴
98370 ufivi 𮌵
98371 ue.si 𮌶
98372 uoj.i 𮌷
98373 ugqhi 𮌸
98374 ucjvi 𮌹
98375 ur;;i 𮌺
98376 uzaxi 𮌻
98377 urp.i 𮌼
98378 equ;i 𮌽
98379 nkfri 𮌾
98380 tg,ki 𮌿
98381 ujnki 𮍀
98382 uf/xi 𮍁
98383 f;uci 𮍂
98384 ua/hi 𮍃
98385 uzsxi 𮍄
98386 uxaxi 𮍄
98387 uaxxi 𮍄
98388 fpzui 𮍅
98389 ufjxi 𮍆
98390 uacqi 𮍇
98391 izaui 𮍈
98392 jkkbi 𮍉
98393 uyvsi 𮍊
98394 fpzui 𮍋
98395 dggti 𮍌
98396 dggbi 𮍍
98397 zszdi 𮍎
98398 xaqdi 𮍎
98399 axqdi 𮍎
98400 zqdxi 𮍏
98401 zszxi 𮍐
98402 xadxi 𮍐
98403 axdxi 𮍐
98404 qdt;i 𮍑
98405 hqdxi 𮍒
98406 qdtbi 𮍓
98407 ljkji 𮍔
98408 lj.ki 𮍕
98409 ljz.i 𮍖
98410 ljzqi 𮍗
98411 ljl;i 𮍘
98412 ljkki 𮍙
98413 ljpxi 𮍚
98414 ljj;i 𮍛
98415 ljosi 𮍜
98416 ljvri 𮍝
98417 ljlfi 𮍞
98418 lj.hi 𮍟
98419 axrhi 𮍠
98420 axrbi 𮍡
98421 izari 𮍢
98422 kzari 𮍢
98423 axrfi 𮍣
98424 ojqri 𮍤
98425 ooi 𮍥
98426 olxi 𮍦
98427 oy.i 𮍧
98428 izoi 𮍨
98429 kzoi 𮍨
98430 afosi 𮍩
98431 afasi 𮍩
98432 oiri 𮍪
98433 omaki 𮍫
98434 oljki 𮍬
98435 oamki 𮍭
98436 ocaki 𮍮
98437 oljsi 𮍯
98438 ooaki 𮍰
98439 o,aki 𮍱
98440 ojqji 𮍲
98441 o..wi 𮍳
98442 af;li 𮍴
98443 lf;li 𮍴
98444 af;si 𮍵
98445 lf;si 𮍵
98446 af;bi 𮍶
98447 lf;bi 𮍶
98448 af;qi 𮍷
98449 lf;qi 𮍷
98450 if;.i 𮍸
98451 ilq;i 𮍹
98452 af;ki 𮍺
98453 af;si 𮍺
98454 lf;ki 𮍺
98455 lf;si 𮍺
98456 plk;i 𮍻
98457 af;.i 𮍼
98458 lf;.i 𮍼
98459 af;gi 𮍽
98460 lf;gi 𮍽
98461 af;pi 𮍾
98462 lf;pi 𮍾
98463 fpf;i 𮍿
98464 af;hi 𮎀
98465 lf;hi 𮎀
98466 qsmqi 𮎁
98467 yxxqi 𮎂
98468 xyxqi 𮎂
98469 lmjsi 𮎃
98470 lmyki 𮎄
98471 lmzxi 𮎅
98472 lm;bi 𮎆
98473 lmlii 𮎇
98474 lmoai 𮎈
98475 lmrsi 𮎉
98476 lmlni 𮎊
98477 lmapi 𮎋
98478 lmlji 𮎌
98479 lmzhi 𮎍
98480 lm;;i 𮎎
98481 lm;ri 𮎏
98482 lmk;i 𮎐
98483 lmnni 𮎑
98484 lmjki 𮎒
98485 lmnhi 𮎓
98486 lmiui 𮎔
98487 lmnmi 𮎕
98488 lmazi 𮎖
98489 lmzai 𮎖
98490 lmzpi 𮎖
98491 lmaui 𮎗
98492 htxii 𮎘
98493 rifxi 𮎙
98494 r;fxi 𮎚
98495 jtsi 𮎛
98496 otdsi 𮎜
98497 jtdsi 𮎝
98498 zalsi 𮎞
98499 fui 𮎟
98500 flqi 𮎠
98501 fkadi 𮎡
98502 fsdbi 𮎢
98503 fslbi 𮎢
98504 ftsi 𮎣
98505 fmi 𮎤
98506 fkqi 𮎥
98507 fiki 𮎦
98508 ijdki 𮎧
98509 fztsi 𮎨
98510 falpi 𮎩
98511 fzki 𮎪
98512 fq.i 𮎫
98513 f.oki 𮎬
98514 fubi 𮎭
98515 fs,i 𮎮
98516 flkki 𮎯
98517 fksoi 𮎰
98518 fkoki 𮎱
98519 flpsi 𮎲
98520 qeagi 𮎳
98521 flspi 𮎴
98522 fslpi 𮎴
98523 fyrsi 𮎵
98524 fnlfi 𮎶
98525 fcqai 𮎷
98526 fcqi 𮎷
98527 fnlfi 𮎸
98528 r;ri 𮎹
98529 f;lri 𮎺
98530 f;ari 𮎺
98531 fq.oi 𮎻
98532 fqddi 𮎼
98533 fqdsi 𮎽
98534 faxzi 𮎾
98535 faisi 𮎿
98536 fqiki 𮎿
98537 fr.i 𮏀
98538 frmi 𮏀
98539 fztsi 𮏁
98540 faf.i 𮏂
98541 rtxi 𮏃
98542 fpvi 𮏄
98543 fjk,i 𮏅
98544 fl;si 𮏆
98545 fl;li 𮏆
98546 f.doi 𮏇
98547 fkpai 𮏈
98548 fkx.i 𮏉
98549 foaki 𮏊
98550 fnkbi 𮏋
98551 fzzi 𮏌
98552 fyxzi 𮏌
98553 fctsi 𮏍
98554 fnaxi 𮏎
98555 fkkri 𮏏
98556 flrki 𮏐
98557 fnmqi 𮏑
98558 ftjfi 𮏒
98559 fatti 𮏓
98560 ffrsi 𮏔
98561 fq;di 𮏕
98562 rizi 𮏖
98563 fpnli 𮏗
98564 fjzsi 𮏘
98565 flrni 𮏙
98566 farni 𮏙
98567 foapi 𮏚
98568 f.l;i 𮏛
98569 f.lsi 𮏜
98570 fce;i 𮏝
98571 fy.oi 𮏞
98572 fclbi 𮏟
98573 fckxi 𮏠
98574 fnlsi 𮏡
98575 fgfai 𮏢
98576 frlxi 𮏣
98577 fp;ri 𮏤
98578 fppi 𮏥
98579 flpvi 𮏦
98580 fnari 𮏧
98581 fq;ui 𮏨
98582 fravi 𮏩
98583 fq;pi 𮏪
98584 ff;gi 𮏫
98585 fqdfi 𮏬
98586 famai 𮏭
98587 frksi 𮏮
98588 fzkei 𮏯
98589 fjqqi 𮏰
98590 fpfci 𮏱
98591 f;/i 𮏲
98592 fpdki 𮏳
98593 fpfki 𮏳
98594 fjbi 𮏴
98595 fkyi 𮏵
98596 f.zii 𮏶
98597 f.aki 𮏶
98598 flvbi 𮏷
98599 fklhi 𮏸
98600 flyi 𮏹
98601 f./i 𮏺
98602 fkyzi 𮏻
98603 fkybi 𮏼
98604 fivbi 𮏽
98605 fhxci 𮏾
98606 fcjvi 𮏿
98607 fykxi 𮐀
98608 fyhki 𮐁
98609 fbari 𮐂
98610 fna.i 𮐃
98611 folbi 𮐄
98612 foabi 𮐄
98613 frvxi 𮐅
98614 fafei 𮐆
98615 fapqi 𮐇
98616 rpqi 𮐇
98617 frhxi 𮐈
98618 foxzi 𮐉
98619 fjtsi 𮐊
98620 fpzxi 𮐋
98621 fpfti 𮐌
98622 fpfli 𮐍
98623 f;dji 𮐎
98624 f.xzi 𮐏
98625 futxi 𮐐
98626 f..di 𮐑
98627 f.x.i 𮐒
98628 dd.ci 𮐓
98629 fjnzi 𮐔
98630 fleni 𮐕
98631 fnuki 𮐖
98632 fnkdi 𮐗
98633 fnaei 𮐘
98634 fnkji 𮐙
98635 f,ami 𮐚
98636 fy;ui 𮐛
98637 fnlli 𮐜
98638 fxuqi 𮐝
98639 fw;si 𮐞
98640 fbbvi 𮐟
98641 flvsi 𮐠
98642 fvqhi 𮐡
98643 farhi 𮐢
98644 fazki 𮐣
98645 fazci 𮐣
98646 rzrki 𮐣
98647 rzrci 𮐣
98648 rf;di 𮐤
98649 ff;di 𮐤
98650 fardi 𮐥
98651 frkhi 𮐦
98652 fmqqi 𮐧
98653 fmmwi 𮐨
98654 fpkyi 𮐩
98655 f;,vi 𮐪
98656 f.ppi 𮐫
98657 f.;fi 𮐬
98658 f.h.i 𮐭
98659 fivbi 𮐮
98660 fi;fi 𮐯
98661 flpsi 𮐰
98662 fqlsi 𮐰
98663 fjlbi 𮐱
98664 fkp.i 𮐲
98665 fofhi 𮐳
98666 f.kyi 𮐴
98667 fnjhi 𮐵
98668 ftini 𮐶
98669 ftkni 𮐶
98670 ftp.i 𮐷
98671 fxndi 𮐸
98672 fag,i 𮐹
98673 fgd,i 𮐹
98674 fzbxi 𮐺
98675 fzkxi 𮐻
98676 fzkxi 𮐼
98677 ff;;i 𮐽
98678 famii 𮐾
98679 fvjji 𮐿
98680 ffqhi 𮑀
98681 fraki 𮑁
98682 fzrpi 𮑂
98683 fzrhi 𮑂
98684 farvi 𮑃
98685 fap;i 𮑄
98686 fpffi 𮑅
98687 fpfei 𮑅
98688 fpf;i 𮑆
98689 fcj.i 𮑇
98690 fj.bi 𮑈
98691 flvfi 𮑉
98692 fopei 𮑊
98693 feeni 𮑋
98694 flvni 𮑌
98695 ficli 𮑍
98696 fulfi 𮑎
98697 flvsi 𮑏
98698 fnjki 𮑐
98699 fyhhi 𮑑
98700 fzrvi 𮑒
98701 fyxvi 𮑒
98702 fzfvi 𮑒
98703 fcaci 𮑓
98704 fcv/i 𮑔
98705 fyv;i 𮑕
98706 fyhsi 𮑖
98707 fx.;i 𮑗
98708 fw.bi 𮑘
98709 fxxxi 𮑙
98710 fuzci 𮑚
98711 fhbsi 𮑛
98712 fyp,i 𮑜
98713 fxyfi 𮑝
98714 faeri 𮑞
98715 rf;li 𮑟
98716 ff;li 𮑟
98717 fqdfi 𮑠
98718 rraki 𮑡
98719 frjri 𮑢
98720 frabi 𮑣
98721 fpfdi 𮑤
98722 fjpsi 𮑥
98723 f/l,i 𮑦
98724 fl,ki 𮑧
98725 flvui 𮑨
98726 fl;si 𮑩
98727 f.h.i 𮑪
98728 fkrmi 𮑫
98729 fjqbi 𮑬
98730 flvpi 𮑭
98731 fckbi 𮑮
98732 fnq;i 𮑯
98733 fcnki 𮑰
98734 fykhi 𮑱
98735 fcici 𮑲
98736 fyifi 𮑳
98737 f,jzi 𮑴
98738 fctbi 𮑵
98739 fia,i 𮑶
98740 fif,i 𮑶
98741 fnq;i 𮑷
98742 fheai 𮑸
98743 fbbci 𮑹
98744 fnqhi 𮑺
98745 fxqpi 𮑻
98746 flvhi 𮑼
98747 rkkxi 𮑽
98748 fv;;i 𮑾
98749 rkj/i 𮑿
98750 ff;xi 𮒀
98751 foq;i 𮒁
98752 ffkri 𮒂
98753 fzvei 𮒃
98754 fsv;i 𮒄
98755 pdfvi 𮒅
98756 fjd.i 𮒆
98757 fpffi 𮒇
98758 fp..i 𮒈
98759 fj;si 𮒉
98760 fjpsi 𮒉
98761 fkkni 𮒊
98762 flvhi 𮒋
98763 fcx.i 𮒌
98764 fypsi 𮒍
98765 fcd.i 𮒎
98766 fc.ei 𮒏
98767 fzjsi 𮒐
98768 fy;.i 𮒑
98769 fcl,i 𮒒
98770 fyh;i 𮒓
98771 fxjdi 𮒔
98772 fxywi 𮒕
98773 fxrpi 𮒖
98774 flvbi 𮒗
98775 fg.yi 𮒘
98776 fvk;i 𮒙
98777 fzkxi 𮒚
98778 frixi 𮒛
98779 fqifi 𮒜
98780 fok,i 𮒝
98781 fva,i 𮒞
98782 fzzmi 𮒟
98783 fpfdi 𮒠
98784 fpa,i 𮒡
98785 fp;ki 𮒢
98786 fky;i 𮒣
98787 flvfi 𮒤
98788 f,.zi 𮒥
98789 fnngi 𮒦
98790 ft,qi 𮒧
98791 fxypi 𮒨
98792 fvkri 𮒩
98793 ffkri 𮒩
98794 fzkri 𮒩
98795 fqifi 𮒪
98796 frk,i 𮒫
98797 fvb;i 𮒬
98798 f/nyi 𮒭
98799 f;smi 𮒮
98800 fkzei 𮒯
98801 f.tri 𮒰
98802 f.rpi 𮒱
98803 f.rhi 𮒱
98804 fyp.i 𮒲
98805 fhlpi 𮒳
98806 fxqhi 𮒴
98807 ftyxi 𮒵
98808 fb;fi 𮒶
98809 fty,i 𮒷
98810 frixi 𮒸
98811 ffyyi 𮒹
98812 eefyi 𮒹
98813 frfdi 𮒺
98814 ffkri 𮒻
98815 fzkri 𮒻
98816 fvkri 𮒻
98817 ferpi 𮒼
98818 ferhi 𮒼
98819 f/j;i 𮒽
98820 fozfi 𮒾
98821 fmu,i 𮒿
98822 flvxi 𮓀
98823 fxzhi 𮓁
98824 fb;oi 𮓂
98825 ftnwi 𮓃
98826 ff;mi 𮓄
98827 f/zei 𮓅
98828 fpfpi 𮓆
98829 f.vbi 𮓇
98830 fikbi 𮓈
98831 fys,i 𮓉
98832 f,rci 𮓊
98833 fyffi 𮓋
98834 ftnvi 𮓌
98835 fbvwi 𮓍
98836 frspi 𮓎
98837 f/jri 𮓏
98838 fp,;i 𮓐
98839 f.bfi 𮓑
98840 fb;,i 𮓒
98841 fakhi 𮓓
98842 fqdsi 𮓔
98843 fakhi 𮓕
98844 fu,ai 𮓖
98845 eglri 𮓗
98846 ebri 𮓗
98847 atdqi 𮓘
98848 abdqi 𮓘
98849 atlqi 𮓘
98850 atdsi 𮓙
98851 ebbi 𮓚
98852 etlbi 𮓚
98853 eri 𮓛
98854 atddi 𮓜
98855 abddi 𮓜
98856 atldi 𮓜
98857 eci 𮓝
98858 atlfi 𮓞
98859 abjfi 𮓞
98860 aglsi 𮓟
98861 abrsi 𮓟
98862 atlai 𮓠
98863 abdai 𮓠
98864 atdai 𮓡
98865 abdai 𮓡
98866 atlai 𮓡
98867 eglui 𮓢
98868 ebkui 𮓢
98869 e.agi 𮓣
98870 esofi 𮓤
98871 atdzi 𮓥
98872 abdzi 𮓥
98873 atlzi 𮓥
98874 liesi 𮓦
98875 esk;i 𮓧
98876 es;si 𮓨
98877 aglgi 𮓩
98878 abrgi 𮓩
98879 ewadi 𮓪
98880 ecadi 𮓪
98881 cpfsi 𮓫
98882 eqigi 𮓬
98883 cpcji 𮓭
98884 escci 𮓮
98885 es,qi 𮓯
98886 ;dahi 𮓰
98887 l;dai 𮓱
98888 /gsi 𮓲
98889 /hji 𮓳
98890 /bi 𮓴
98891 jk/i 𮓵
98892 jh/i 𮓵
98893 /tgi 𮓶
98894 /tsi 𮓷
98895 aas/i 𮓸
98896 /q.i 𮓹
98897 /zagi 𮓺
98898 /jsi 𮓻
98899 /,i 𮓼
98900 /rsi 𮓽
98901 qb/i 𮓾
98902 /pi 𮓿
98903 nl/i 𮔀
98904 /rlgi 𮔁
98905 /fji 𮔂
98906 /jshi 𮔃
98907 /kvi 𮔄
98908 /jmi 𮔅
98909 /lui 𮔆
98910 .h./i 𮔇
98911 /klsi 𮔈
98912 nbk/i 𮔉
98913 /ajki 𮔊
98914 /odi 𮔋
98915 /dtsi 𮔌
98916 /eapi 𮔍
98917 /juai 𮔎
98918 l/kvi 𮔏
98919 /oaki 𮔐
98920 /afsi 𮔑
98921 /lfsi 𮔑
98922 l/zri 𮔒
98923 csb/i 𮔓
98924 /j;si 𮔔
98925 /jpsi 𮔔
98926 lpq/i 𮔕
98927 bj/i 𮔕
98928 /xk.i 𮔖
98929 /vjei 𮔗
98930 /rlxi 𮔘
98931 /pui 𮔙
98932 /fjbi 𮔚
98933 /j;hi 𮔛
98934 /jphi 𮔛
98935 /okni 𮔜
98936 /yfi 𮔝
98937 amj/i 𮔞
98938 /qtvi 𮔟
98939 /zpri 𮔠
98940 /zhui 𮔡
98941 /pqqi 𮔢
98942 /itxi 𮔣
98943 /jtni 𮔤
98944 /ypci 𮔥
98945 /nrbi 𮔦
98946 tsa/i 𮔧
98947 /qihi 𮔨
98948 /ax.i 𮔩
98949 /qjki 𮔪
98950 /quki 𮔪
98951 /fuki 𮔪
98952 /fjki 𮔪
98953 /pcsi 𮔫
98954 /xmhi 𮔬
98955 /x.hi 𮔬
98956 l/cpi 𮔭
98957 /y.ui 𮔮
98958 y;j/i 𮔯
98959 ykd/i 𮔰
98960 /bcui 𮔱
98961 /tivi 𮔲
98962 v;./i 𮔳
98963 /fqhi 𮔴
98964 /;;gi 𮔵
98965 /ephi 𮔶
98966 /ffti 𮔷
98967 l/rsi 𮔸
98968 /.phi 𮔹
98969 l/kbi 𮔺
98970 /zaxi 𮔻
98971 vag/i 𮔼
98972 vgd/i 𮔼
98973 l/tpi 𮔽
98974 /nadi 𮔾
98975 /k/pi 𮔿
98976 y;c/i 𮕀
98977 y;g/i 𮕁
98978 /qpni 𮕂
98979 /ezxi 𮕃
98980 l/ini 𮕄
98981 l/bwi 𮕅
98982 /i.ni 𮕆
98983 /bo,i 𮕇
98984 /albi 𮕈
98985 aeb/i 𮕉
98986 ;/g/i 𮕊
98987 //exi 𮕋
98988 //sxi 𮕋
98989 //ski 𮕋
98990 /zzmi 𮕌
98991 /p;.i 𮕍
98992 ./p/i 𮕎
98993 /.fni 𮕏
98994 /ky;i 𮕐
98995 xxp/i 𮕑
98996 /iaxi 𮕒
98997 /fchi 𮕓
98998 pe;/i 𮕔
98999 p,e/i 𮕔
99000 lsl/i 𮕕
99001 /tg.i 𮕖
99002 /yshi 𮕗
99003 /ysfi 𮕗
99004 /yszi 𮕗
99005 /fk;i 𮕘
99006 /ljni 𮕙
99007 /qdti 𮕚
99008 /qdai 𮕚
99009 /qdqi 𮕚
99010 /qdsi 𮕚
99011 qdj/i 𮕛
99012 alui 𮕜
99013 luji 𮕝
99014 emlui 𮕞
99015 lu.ki 𮕟
99016 luaei 𮕠
99017 xriui 𮕡
99018 .qadi 𮕢
99019 .igdi 𮕣
99020 .khdi 𮕣
99021 yksi 𮕤
99022 ykei 𮕥
99023 oylxi 𮕦
99024 ykbi 𮕧
99025 ykzi 𮕨
99026 ygrxi 𮕩
99027 ytdxi 𮕩
99028 ;dyxi 𮕪
99029 yjaxi 𮕫
99030 ykkqi 𮕬
99031 yklfi 𮕭
99032 kjyxi 𮕮
99033 ykxsi 𮕯
99034 ykqhi 𮕰
99035 yrlxi 𮕱
99036 ykji 𮕲
99037 yk/i 𮕳
99038 ykksi 𮕴
99039 l;dxi 𮕵
99040 ykodi 𮕶
99041 o;yxi 𮕷
99042 yktsi 𮕸
99043 gylxi 𮕹
99044 ylxqi 𮕺
99045 ykpxi 𮕻
99046 yklji 𮕼
99047 ykkfi 𮕽
99048 ykoai 𮕾
99049 ykm;i 𮕿
99050 ykyki 𮖀
99051 ykaki 𮖁
99052 yka;i 𮖂
99053 ykl;i 𮖂
99054 ykeri 𮖃
99055 ;tdxi 𮖄
99056 yk;zi 𮖅
99057 yk.di 𮖆
99058 lvexi 𮖇
99059 l,yxi 𮖈
99060 ykkri 𮖉
99061 nqdxi 𮖊
99062 ykrxi 𮖋
99063 ykhfi 𮖌
99064 ykgti 𮖍
99065 bcyxi 𮖎
99066 ykfqi 𮖏
99067 pvyxi 𮖐
99068 oz;xi 𮖑
99069 ntkxi 𮖒
99070 ykwpi 𮖓
99071 oafxi 𮖔
99072 olfxi 𮖔
99073 ykvai 𮖕
99074 onfxi 𮖖
99075 ykami 𮖗
99076 ykpqi 𮖘
99077 yklbi 𮖙
99078 ykkxi 𮖚
99079 itxxi 𮖛
99080 ykoki 𮖜
99081 ykl,i 𮖝
99082 ykysi 𮖞
99083 ykjxi 𮖟
99084 yxxxi 𮖠
99085 ykfzi 𮖡
99086 fxrxi 𮖢
99087 yklui 𮖣
99088 ykkbi 𮖤
99089 yobxi 𮖥
99090 yklni 𮖦
99091 ykyhi 𮖧
99092 ykici 𮖨
99093 ykn;i 𮖩
99094 ykfzi 𮖪
99095 ykcdi 𮖫
99096 yukxi 𮖬
99097 ykjxi 𮖭
99098 ykb.i 𮖮
99099 yki;i 𮖯
99100 ykaji 𮖰
99101 ykrmi 𮖱
99102 ykaei 𮖲
99103 ykzhi 𮖳
99104 yknhi 𮖳
99105 yklhi 𮖴
99106 yk..i 𮖵
99107 .alxi 𮖶
99108 ykcvi 𮖷
99109 yk;hi 𮖸
99110 yk;xi 𮖹
99111 ykfpi 𮖺
99112 ykfhi 𮖺
99113 ykrhi 𮖻
99114 ykeji 𮖼
99115 ykani 𮖽
99116 ykpei 𮖾
99117 a/ibi 𮖿
99118 a/kbi 𮖿
99119 a/.hi 𮗀
99120 a/zbi 𮗁
99121 a/pdi 𮗂
99122 a/mhi 𮗃
99123 a/h.i 𮗄
99124 ajd.i 𮗄
99125 aje.i 𮗄
99126 a/wui 𮗅
99127 a/lfi 𮗆
99128 a/hxi 𮗇
99129 a/xyi 𮗈
99130 a/wwi 𮗉
99131 a/..i 𮗊
99132 ajd.i 𮗊
99133 aje.i 𮗊
99134 a/rpi 𮗋
99135 ajdpi 𮗋
99136 ajepi 𮗋
99137 a/gdi 𮗌
99138 qdlsi 𮗍
99139 f;jsi 𮗎
99140 jjksi 𮗏
99141 oqjsi 𮗐
99142 jstxi 𮗑
99143 awqsi 𮗒
99144 efjsi 𮗓
99145 ;l;si 𮗔
99146 ;;jsi 𮗔
99147 jsabi 𮗕
99148 efksi 𮗖
99149 nuasi 𮗗
99150 dggsi 𮗘
99151 jsgai 𮗙
99152 jsoxi 𮗙
99153 rkysi 𮗚
99154 ftjsi 𮗛
99155 oagsi 𮗜
99156 ,,,si 𮗝
99157 yp;si 𮗞
99158 oajfi 𮗟
99159 jhjfi 𮗠
99160 j.i 𮗡
99161 j.i 𮗢
99162 jlxi 𮗣
99163 jlfi 𮗤
99164 jlqi 𮗥
99165 jjki 𮗦
99166 jni 𮗧
99167 jgsfi 𮗨
99168 jqhi 𮗩
99169 jjzi 𮗪
99170 aqxji 𮗫
99171 jqpi 𮗬
99172 jpbi 𮗭
99173 oajfi 𮗮
99174 j.oki 𮗯
99175 jat;i 𮗰
99176 jzfi 𮗱
99177 jyxfi 𮗱
99178 jzoi 𮗲
99179 jyxoi 𮗲
99180 jplsi 𮗳
99181 jftfi 𮗴
99182 ,,jji 𮗵
99183 j;;fi 𮗶
99184 yji 𮗷
99185 ysi 𮗸
99186 yzi 𮗹
99187 .yi 𮗺
99188 yfdi 𮗻
99189 yvi 𮗼
99190 ylqi 𮗽
99191 yyci 𮗾
99192 qjyi 𮗿
99193 yvai 𮘀
99194 ypsi 𮘁
99195 y;bi 𮘂
99196 odjyi 𮘃
99197 oljyi 𮘃
99198 yjfi 𮘄
99199 yifi 𮘅
99200 tgxyi 𮘆
99201 ygci 𮘇
99202 yydki 𮘈
99203 yafei 𮘉
99204 yzaai 𮘊
99205 y.tsi 𮘋
99206 y.oki 𮘌
99207 yojai 𮘍
99208 yxxi 𮘎
99209 yrxji 𮘏
99210 czkyi 𮘐
99211 yuabi 𮘑
99212 y;vi 𮘒
99213 yklpi 𮘓
99214 yosni 𮘔
99215 yblqi 𮘕
99216 ygfti 𮘖
99217 ygzti 𮘖
99218 yzfi 𮘗
99219 yeci 𮘘
99220 yjaai 𮘙
99221 yuui 𮘚
99222 ynkgi 𮘛
99223 ynkqi 𮘜
99224 y.yyi 𮘝
99225 yizbi 𮘞
99226 ykzbi 𮘞
99227 yy;i 𮘟
99228 ,,yi 𮘠
99229 yfjzi 𮘡
99230 yvji 𮘢
99231 yvhni 𮘣
99232 efiyi 𮘤
99233 erkyi 𮘤
99234 efkyi 𮘤
99235 ydzfi 𮘥
99236 y.dpi 𮘦
99237 k;vyi 𮘧
99238 yn.;i 𮘨
99239 yy;di 𮘩
99240 yt;di 𮘪
99241 yrkci 𮘫
99242 y/uai 𮘬
99243 yey.i 𮘭
99244 ylpxi 𮘮
99245 yykri 𮘯
99246 yrihi 𮘰
99247 okyyi 𮘱
99248 y;;gi 𮘲
99249 mjkyi 𮘳
99250 y..i 𮘴
99251 ynaki 𮘵
99252 yntfi 𮘶
99253 ynori 𮘷
99254 yttci 𮘸
99255 yitki 𮘹
99256 yrpki 𮘺
99257 zkkyi 𮘻
99258 yprpi 𮘼
99259 yprhi 𮘼
99260 y,,bi 𮘽
99261 ,y,bi 𮘽
99262 yfjhi 𮘾
99263 yzibi 𮘿
99264 yzkbi 𮘿
99265 y.j.i 𮙀
99266 yjjfi 𮙁
99267 yjjqi 𮙁
99268 yzrvi 𮙂
99269 yyxvi 𮙂
99270 ycl,i 𮙃
99271 yivni 𮙄
99272 yecxi 𮙅
99273 yyryi 𮙆
99274 yyuqi 𮙇
99275 yfxyi 𮙈
99276 yfhqi 𮙉
99277 ytjni 𮙊
99278 yfgyi 𮙋
99279 kk;si 𮙌
99280 kk;si 𮙍
99281 kk;xi 𮙎
99282 zeaxi 𮙏
99283 n.;;i 𮙐
99284 i;b;i 𮙑
99285 qiibi 𮙒
99286 qikbi 𮙒
99287 qifsi 𮙓
99288 qi.fi 𮙔
99289 pfq.i 𮙕
99290 peq.i 𮙕
99291 fdf.i 𮙕
99292 dff.i 𮙕
99293 ffd.i 𮙕
99294 zeaii 𮙖
99295 mmpii 𮙗
99296 mmfii 𮙗
99297 mmdii 𮙗
99298 yrdii 𮙘
99299 vqifi 𮙙
99300 a.di 𮙚
99301 qk.i 𮙛
99302 aca.i 𮙛
99303 pda.i 𮙜
99304 op.i 𮙝
99305 o;.i 𮙝
99306 kp.i 𮙞
99307 k;.i 𮙞
99308 atd.i 𮙟
99309 abd.i 𮙟
99310 atl.i 𮙟
99311 o/.i 𮙠
99312 jqa.i 𮙡
99313 kgahi 𮙢
99314 a.bji 𮙣
99315 a.zsi 𮙤
99316 .ki 𮙥
99317 .axi 𮙦
99318 .jsi 𮙧
99319 .kfhi 𮙨
99320 .nsi 𮙩
99321 .lpqi 𮙪
99322 .ykdi 𮙫
99323 .ypri 𮙬
99324 omi 𮙭
99325 mfhi 𮙮
99326 m.ki 𮙯
99327 mlki 𮙯
99328 medi 𮙰
99329 mdddi 𮙰
99330 mti 𮙱
99331 cami 𮙲
99332 mzi 𮙳
99333 maegi 𮙴
99334 mqsi 𮙵
99335 lfmi 𮙶
99336 clmi 𮙷
99337 bmi 𮙸
99338 rkmi 𮙹
99339 zkmi 𮙺
99340 mpai 𮙻
99341 mkfhi 𮙼
99342 m.bi 𮙽
99343 mkci 𮙾
99344 ibmi 𮙿
99345 khbmi 𮙿
99346 mtssi 𮚀
99347 y.mdi 𮚁
99348 y.ddi 𮚁
99349 rmxi 𮚂
99350 k.mi 𮚃
99351 mxi 𮚄
99352 vimi 𮚅
99353 a,mi 𮚅
99354 mafxi 𮚆
99355 mlxi 𮚇
99356 mkoei 𮚈
99357 mnasi 𮚉
99358 ymi 𮚊
99359 qsqmi 𮚋
99360 azami 𮚌
99361 f;;mi 𮚍
99362 mzaci 𮚎
99363 r,mi 𮚏
99364 mpui 𮚐
99365 cjbmi 𮚑
99366 mk,i 𮚒
99367 mwci 𮚓
99368 mtci 𮚓
99369 grbmi 𮚔
99370 qdtmi 𮚕
99371 mppi 𮚖
99372 mjni 𮚗
99373 ykjmi 𮚘
99374 sfm;i 𮚙
99375 pfm;i 𮚙
99376 pdm;i 𮚙
99377 szm;i 𮚙
99378 qdtmi 𮚚
99379 mfxri 𮚛
99380 /myri 𮚜
99381 mmshi 𮚝
99382 maaxi 𮚞
99383 mqf;i 𮚟
99384 le;mi 𮚠
99385 zzzmi 𮚡
99386 mvqii 𮚢
99387 /mrni 𮚣
99388 ml,pi 𮚤
99389 nokmi 𮚥
99390 y;cmi 𮚦
99391 odjmi 𮚧
99392 oljmi 𮚧
99393 ys/si 𮚨
99394 mfj.i 𮚩
99395 mnami 𮚪
99396 mnndi 𮚫
99397 r/mfi 𮚬
99398 jjkbi 𮚭
99399 mmkbi 𮚭
99400 mmjbi 𮚮
99401 bjemi 𮚯
99402 jmjmi 𮚰
99403 rcjmi 𮚱
99404 rcsi 𮚲
99405 rc.i 𮚳
99406 rczi 𮚴
99407 rctdi 𮚵
99408 rckci 𮚶
99409 rchzi 𮚷
99410 rcrki 𮚸
99411 rcl;i 𮚹
99412 rczfi 𮚺
99413 rcjsi 𮚻
99414 rckci 𮚼
99415 rcari 𮚽
99416 rc;ei 𮚾
99417 rcr;i 𮚿
99418 rcnki 𮛀
99419 ssi 𮛁
99420 slsi 𮛂
99421 ssli 𮛂
99422 saci 𮛃
99423 sri 𮛄
99424 ea;ci 𮛅
99425 sjdi 𮛆
99426 sysi 𮛇
99427 sti 𮛈
99428 sati 𮛉
99429 szgsi 𮛊
99430 soi 𮛋
99431 skxi 𮛌
99432 kj;ci 𮛍
99433 ;c,i 𮛎
99434 szqi 𮛏
99435 saei 𮛐
99436 seaci 𮛑
99437 smci 𮛒
99438 shzi 𮛓
99439 siaai 𮛔
99440 shbi 𮛕
99441 wb;ci 𮛖
99442 scti 𮛗
99443 spzi 𮛘
99444 sici 𮛙
99445 sqqri 𮛚
99446 safsi 𮛛
99447 slfsi 𮛛
99448 sig;i 𮛜
99449 skh;i 𮛜
99450 slvei 𮛝
99451 sntki 𮛞
99452 stjbi 𮛟
99453 so;ji 𮛠
99454 so;bi 𮛠
99455 sfrsi 𮛡
99456 szaci 𮛢
99457 eacci 𮛣
99458 sppi 𮛤
99459 spui 𮛥
99460 snjfi 𮛦
99461 sojki 𮛧
99462 soapi 𮛨
99463 sjyqi 𮛩
99464 s.zi 𮛪
99465 sjoi 𮛫
99466 sngi 𮛬
99467 sntki 𮛭
99468 sb;hi 𮛮
99469 sr;xi 𮛯
99470 szmmi 𮛰
99471 sfjbi 𮛱
99472 spori 𮛲
99473 spzhi 𮛳
99474 spui 𮛴
99475 s/ui 𮛴
99476 spmi 𮛵
99477 semi 𮛶
99478 smadi 𮛷
99479 sladi 𮛸
99480 s./i 𮛹
99481 sori 𮛺
99482 slqhi 𮛻
99483 s.kpi 𮛼
99484 s.cpi 𮛼
99485 sy;si 𮛽
99486 sypi 𮛾
99487 baxci 𮛿
99488 s.ici 𮜀
99489 sqjdi 𮜁
99490 srjri 𮜂
99491 sg,i 𮜃
99492 sk.mi 𮜄
99493 skjki 𮜅
99494 skuki 𮜅
99495 shozi 𮜆
99496 snqi 𮜇
99497 b;sbi 𮜈
99498 skkci 𮜉
99499 szphi 𮜊
99500 qsbci 𮜋
99501 sfivi 𮜌
99502 s/bbi 𮜍
99503 s.v.i 𮜎
99504 slvvi 𮜏
99505 sy.mi 𮜐
99506 sntfi 𮜑
99507 sxx.i 𮜒
99508 stg/i 𮜓
99509 spahi 𮜔
99510 s.kci 𮜕
99511 sir;i 𮜖
99512 sif;i 𮜖
99513 sb;mi 𮜗
99514 sx.;i 𮜘
99515 scavi 𮜙
99516 skuhi 𮜚
99517 s,kmi 𮜛
99518 sk,mi 𮜛
99519 srcci 𮜜
99520 sfrui 𮜝
99521 snami 𮜞
99522 nfkci 𮜟
99523 sbkpi 𮜠
99524 srh,i 𮜡
99525 srl,i 𮜡
99526 sophi 𮜢
99527 f,.ci 𮜣
99528 sf/xi 𮜤
99529 snpci 𮜥
99530 szeai 𮜦
99531 sdlfi 𮜧
99532 sfmci 𮜨
99533 szkyi 𮜩
99534 syvsi 𮜪
99535 ecaci 𮜫
99536 syx.i 𮜬
99537 sxy.i 𮜬
99538 yxxci 𮜭
99539 xyxci 𮜭
99540 .gdsi 𮜮
99541 .zgsi 𮜯
99542 .zqi 𮜰
99543 .axoi 𮜱
99544 .rki 𮜲
99545 .qari 𮜳
99546 .cti 𮜴
99547 .oqi 𮜵
99548 .zfhi 𮜶
99549 .pfgi 𮜷
99550 .pxi 𮜸
99551 .ig;i 𮜹
99552 .kh;i 𮜹
99553 .rrbi 𮜺
99554 .pfxi 𮜻
99555 .pexi 𮜻
99556 .i;ki 𮜼
99557 .yvsi 𮜽
99558 .f;yi 𮜾
99559 qlshi 𮜿
99560 qslhi 𮜿
99561 qq.i 𮝀
99562 uqi 𮝁
99563 qkfi 𮝂
99564 ,qi 𮝃
99565 qyki 𮝄
99566 qtgdi 𮝅
99567 qaei 𮝆
99568 q;bi 𮝇
99569 jzqi 𮝈
99570 ohjqi 𮝉
99571 qhbi 𮝊
99572 b;qi 𮝋
99573 qtbi 𮝌
99574 qzgxi 𮝍
99575 qzagi 𮝎
99576 eqqi 𮝏
99577 qaf;i 𮝐
99578 qlf;i 𮝐
99579 qkci 𮝑
99580 qqii 𮝒
99581 qap.i 𮝓
99582 qzffi 𮝔
99583 g.qi 𮝕
99584 qrpi 𮝖
99585 qamki 𮝗
99586 vwqi 𮝘
99587 qqxi 𮝙
99588 qjidi 𮝚
99589 q;sui 𮝛
99590 qplvi 𮝜
99591 qqdri 𮝝
99592 q;bbi 𮝞
99593 qwl.i 𮝟
99594 qwlmi 𮝟
99595 qwlhi 𮝟
99596 qzpi 𮝠
99597 qaeni 𮝡
99598 q/ui 𮝢
99599 qqj;i 𮝣
99600 qe.si 𮝤
99601 qsbui 𮝥
99602 aasbi 𮝦
99603 qelri 𮝧
99604 qeari 𮝧
99605 qkyvi 𮝨
99606 qlpvi 𮝩
99607 qklvi 𮝩
99608 r;iqi 𮝪
99609 qjkni 𮝫
99610 qm;ni 𮝫
99611 qzvei 𮝬
99612 qak.i 𮝭
99613 qfqki 𮝮
99614 qffki 𮝮
99615 qp,ri 𮝯
99616 qzzmi 𮝰
99617 qeii 𮝱
99618 xqxsi 𮝲
99619 qxxsi 𮝲
99620 qfyki 𮝳
99621 qf.ki 𮝴
99622 qfaei 𮝵
99623 qfoki 𮝶
99624 qffmi 𮝷
99625 qf.ji 𮝸
99626 qf/xi 𮝹
99627 qffsi 𮝺
99628 b;yfi 𮝻
99629 y;yfi 𮝼
99630 yfpbi 𮝽
99631 zqxi 𮝾
99632 brkxi 𮝿
99633 xpfxi 𮞀
99634 xpexi 𮞀
99635 sxpxi 𮞀
99636 aaani 𮞁
99637 esni 𮞂
99638 hkni 𮞃
99639 qni 𮞄
99640 okni 𮞅
99641 aoni 𮞆
99642 zqhni 𮞇
99643 ;sni 𮞈
99644 jtsni 𮞉
99645 ibni 𮞊
99646 khbni 𮞊
99647 krni 𮞋
99648 ongi 𮞌
99649 ilni 𮞍
99650 wbni 𮞎
99651 .ajni 𮞏
99652 ;aani 𮞐
99653 .;ni 𮞑
99654 r.ni 𮞒
99655 rmni 𮞒
99656 .vni 𮞓
99657 narni 𮞔
99658 nlrni 𮞔
99659 sylni 𮞕
99660 fh.ni 𮞖
99661 fhnki 𮞖
99662 rxfni 𮞗
99663 akjni 𮞘
99664 akjni 𮞙
99665 frsni 𮞚
99666 zni 𮞛
99667 zj;ni 𮞜
99668 voni 𮞝
99669 foni 𮞞
99670 feni 𮞟
99671 flxni 𮞠
99672 pa.ni 𮞡
99673 cj;ni 𮞢
99674 o/ni 𮞣
99675 ignni 𮞤
99676 khgni 𮞤
99677 l.lni 𮞥
99678 .avni 𮞦
99679 kbjni 𮞧
99680 ntkni 𮞨
99681 zawni 𮞩
99682 pj;ni 𮞪
99683 fmgni 𮞫
99684 ;;;ni 𮞬
99685 caeni 𮞭
99686 ;;qni 𮞮
99687 pfpni 𮞯
99688 lpcni 𮞰
99689 lplni 𮞱
99690 lpqni 𮞲
99691 bjni 𮞲
99692 npkni 𮞳
99693 orni 𮞴
99694 byni 𮞵
99695 a/vni 𮞶
99696 a;;ni 𮞷
99697 apfni 𮞸
99698 apdni 𮞸
99699 dapni 𮞹
99700 loni 𮞺
99701 ntdni 𮞻
99702 na.ni 𮞼
99703 lhni 𮞽
99704 lpjni 𮞾
99705 rfbni 𮞿
99706 a/ini 𮟀
99707 a/kni 𮟀
99708 zkyni 𮟁
99709 qalni 𮟂
99710 /axni 𮟃
99711 levni 𮟄
99712 ..ni 𮟅
99713 laeni 𮟆
99714 nkqni 𮟇
99715 bkyni 𮟈
99716 rifsi 𮟉
99717 r;ini 𮟊
99718 flvni 𮟋
99719 pkyni 𮟌
99720 ;ykni 𮟍
99721 oz;ni 𮟎
99722 ni.ni 𮟏
99723 nkani 𮟏
99724 lo;ni 𮟐
99725 rqkni 𮟑
99726 rakni 𮟑
99727 jjfni 𮟒
99728 sljni 𮟓
99729 fjani 𮟔
99730 prlni 𮟕
99731 oalni 𮟖
99732 ljnni 𮟗
99733 vvtni 𮟘
99734 rkyni 𮟙
99735 aluni 𮟚
99736 ;nrni 𮟛
99737 ny;ni 𮟜
99738 vvqni 𮟝
99739 kkjni 𮟞
99740 ,bjni 𮟟
99741 t,mni 𮟠
99742 nipni 𮟡
99743 o/rni 𮟢
99744 ljnni 𮟣
99745 qdtni 𮟤
99746 erini 𮟥
99747 .pini 𮟦
99748 r;lni 𮟧
99749 bifni 𮟨
99750 ;/xni 𮟩
99751 axti 𮟪
99752 .ti 𮟫
99753 zbti 𮟬
99754 .bti 𮟬
99755 kxti 𮟭
99756 ykti 𮟮
99757 jfti 𮟯
99758 jfti 𮟰
99759 jjati 𮟰
99760 j;ti 𮟱
99761 k;ti 𮟲
99762 jfti 𮟳
99763 yxti 𮟴
99764 iti 𮟵
99765 b;;si 𮟶
99766 apati 𮟷
99767 ajrti 𮟸
99768 ;;;si 𮟹
99769 i;;si 𮟺
99770 pqti 𮟻
99771 y.;ti 𮟼
99772 vpti 𮟽
99773 okksi 𮟾
99774 bjti 𮟿
99775 dxxti 𮠀
99776 xdxti 𮠀
99777 xxdti 𮠀
99778 lpfti 𮠁
99779 jmti 𮠂
99780 ljvsi 𮠃
99781 y;pti 𮠄
99782 w;tsi 𮠅
99783 rprti 𮠆
99784 aebti 𮠇
99785 npmti 𮠈
99786 bmti 𮠉
99787 myti 𮠊
99788 odjti 𮠋
99789 oljti 𮠋
99790 jyqti 𮠌
99791 ykrti 𮠍
99792 blqti 𮠎
99793 vxvsi 𮠏
99794 l;fti 𮠐
99795 aczti 𮠑
99796 np,ti 𮠒
99797 a.dti 𮠓
99798 da.ti 𮠓
99799 a.ati 𮠓
99800 np,ti 𮠔
99801 ajeai 𮠕
99802 oapi 𮠖
99803 apgai 𮠗
99804 apjki 𮠘
99805 qaapi 𮠙
99806 qapi 𮠙
99807 aaspi 𮠙
99808 oajai 𮠚
99809 ofjai 𮠚
99810 apvi 𮠛
99811 ap.ki 𮠜
99812 aplzi 𮠝
99813 apksi 𮠞
99814 aptsi 𮠟
99815 apxsi 𮠠
99816 zkapi 𮠡
99817 apvai 𮠢
99818 apmji 𮠣
99819 aplsi 𮠤
99820 apr;i 𮠥
99821 apczi 𮠦
99822 ap.di 𮠧
99823 apmmi 𮠨
99824 ap,i 𮠩
99825 apbbi 𮠪
99826 apffi 𮠫
99827 apa;i 𮠬
99828 o;api 𮠭
99829 apari 𮠮
99830 eampi 𮠯
99831 apppi 𮠰
99832 apl;i 𮠱
99833 apibi 𮠲
99834 apkbi 𮠲
99835 apx.i 𮠳
99836 apgui 𮠴
99837 apopi 𮠵
99838 apm;i 𮠶
99839 aplpi 𮠷
99840 apo.i 𮠸
99841 ap.bi 𮠹
99842 apydi 𮠺
99843 apizi 𮠻
99844 apo,i 𮠼
99845 apasi 𮠽
99846 apehi 𮠾
99847 apxhi 𮠿
99848 aponi 𮡀
99849 apjmi 𮡁
99850 ipzxi 𮡂
99851 ipqhi 𮡃
99852 ipq.i 𮡃
99853 aptci 𮡄
99854 apcvi 𮡅
99855 brkpi 𮡆
99856 apqci 𮡇
99857 apfui 𮡈
99858 keepi 𮡉
99859 apbfi 𮡊
99860 ape,i 𮡋
99861 apyxi 𮡌
99862 apf,i 𮡍
99863 l,wi 𮡎
99864 l,fbi 𮡏
99865 l,e,i 𮡐
99866 rbs,i 𮡑
99867 praxi 𮡒
99868 pr;gi 𮡓
99869 pr;gi 𮡔
99870 optdi 𮡕
99871 ktlri 𮡖
99872 lveri 𮡗
99873 qdlri 𮡘
99874 prqxi 𮡙
99875 lvzri 𮡚
99876 papqi 𮡛
99877 prq.i 𮡜
99878 prt.i 𮡜
99879 ;ktri 𮡝
99880 rbspi 𮡞
99881 qozri 𮡟
99882 qozri 𮡠
99883 opq;i 𮡡
99884 y;jdi 𮡢
99885 zvjri 𮡣
99886 iagai 𮡤
99887 ijdi 𮡥
99888 ibi 𮡦
99889 izhi 𮡧
99890 iati 𮡨
99891 idfi 𮡩
99892 ilgli 𮡪
99893 igdli 𮡪
99894 ikxi 𮡫
99895 iyci 𮡬
99896 itbi 𮡭
99897 iavi 𮡮
99898 imji 𮡯
99899 iifi 𮡰
99900 ijfdi 𮡱
99901 ipfi 𮡲
99902 ioji 𮡳
99903 iozbi 𮡴
99904 ilspi 𮡵
99905 islpi 𮡵
99906 iktli 𮡶
99907 ibbbi 𮡷
99908 iebri 𮡸
99909 iph.i 𮡹
99910 ip.hi 𮡹
99911 il;hi 𮡺
99912 iobi 𮡻
99913 ijcei 𮡼
99914 ioozi 𮡽
99915 iclbi 𮡾
99916 icgki 𮡾
99917 ixgci 𮡿
99918 ibbi 𮢀
99919 itsni 𮢁
99920 iadbi 𮢂
99921 iag;i 𮢃
99922 iaeji 𮢄
99923 ivvi 𮢅
99924 iplfi 𮢆
99925 i;gvi 𮢇
99926 ifbhi 𮢈
99927 ipyri 𮢉
99928 idibi 𮢊
99929 idkbi 𮢊
99930 ipffi 𮢋
99931 ilefi 𮢌
99932 ika;i 𮢍
99933 ikl;i 𮢍
99934 i.vei 𮢎
99935 iafei 𮢏
99936 ilfei 𮢏
99937 ioni 𮢐
99938 igg;i 𮢑
99939 of.ii 𮢒
99940 ih.i 𮢓
99941 inyri 𮢔
99942 iy.ei 𮢕
99943 inzi 𮢖
99944 cz.ii 𮢗
99945 czbii 𮢗
99946 czlii 𮢗
99947 intki 𮢘
99948 iae.i 𮢙
99949 injvi 𮢚
99950 ibpbi 𮢛
99951 ibjbi 𮢛
99952 ir;xi 𮢜
99953 arkii 𮢝
99954 iraki 𮢞
99955 i/ei 𮢟
99956 ipqqi 𮢠
99957 ilppi 𮢡
99958 i.tfi 𮢢
99959 iypi 𮢣
99960 ic.;i 𮢤
99961 iy..i 𮢥
99962 igcui 𮢦
99963 ibmi 𮢧
99964 iraxi 𮢨
99965 ial.i 𮢩
99966 ijiei 𮢪
99967 irlfi 𮢫
99968 ina;i 𮢬
99969 ilani 𮢭
99970 iifui 𮢮
99971 iaani 𮢯
99972 ikjni 𮢯
99973 inkhi 𮢰
99974 itfni 𮢱
99975 ixzpi 𮢲
99976 thtii 𮢳
99977 ifk;i 𮢴
99978 ircki 𮢵
99979 qozii 𮢶
99980 irldi 𮢷
99981 ec.ii 𮢸
99982 ie.si 𮢹
99983 i.rki 𮢺
99984 imaci 𮢻
99985 ikkui 𮢼
99986 ifjhi 𮢽
99987 ir;xi 𮢾
99988 iypxi 𮢿
99989 igzi 𮣀
99990 ie,di 𮣁
99991 ru.ii 𮣂
99992 iepxi 𮣃
99993 osoii 𮣄
99994 immi 𮣅
99995 ikrfi 𮣆
99996 io;ei 𮣇
99997 i.d.i 𮣈
99998 infki 𮣉
99999 inqki 𮣉
100000 iymi 𮣊
100001 cpaii 𮣋
100002 ib,wi 𮣌
100003 iwami 𮣍
100004 ibbci 𮣎
100005 ilpvi 𮣏
100006 iklvi 𮣏
100007 iykxi 𮣐
100008 ir;hi 𮣑
100009 i/ahi 𮣒
100010 i/ahi 𮣓
100011 ifpei 𮣔
100012 ilvpi 𮣕
100013 iizyi 𮣖
100014 ikzyi 𮣖
100015 ikdzi 𮣗
100016 idkzi 𮣗
100017 iya,i 𮣘
100018 izvei 𮣙
100019 iol.i 𮣚
100020 ioa.i 𮣚
100021 iky;i 𮣛
100022 ilifi 𮣜
100023 iil,i 𮣝
100024 igjyi 𮣞
100025 iaeei 𮣟
100026 ivkmi 𮣠
100027 izkmi 𮣠
100028 fqoii 𮣡
100029 ififi 𮣢
100030 qijii 𮣣
100031 iaa,i 𮣤
100032 ikj,i 𮣤
100033 isr;i 𮣥
100034 i;;;i 𮣦
100035 iibvi 𮣧
100036 inkwi 𮣨
100037 xvxii 𮣩
100038 ieqki 𮣪
100039 inryi 𮣫
100040 ilroi 𮣬
100041 iysqi 𮣭
100042 iy.yi 𮣮
100043 ip;mi 𮣯
100044 immbi 𮣰
100045 iyqqi 𮣱
100046 iqi 𮣲
100047 izxi 𮣳
100048 ilebi 𮣴
100049 ibbbi 𮣵
100050 ieni 𮣶
100051 iea.i 𮣷
100052 zbhi 𮣸
100053 zzbi 𮣹
100054 zzhi 𮣺
100055 pdzi 𮣻
100056 zzagi 𮣼
100057 zkxsi 𮣽
100058 zji 𮣾
100059 zojri 𮣿
100060 zfhi 𮤀
100061 zeei 𮤁
100062 zykhi 𮤂
100063 za/ci 𮤃
100064 zpxi 𮤄
100065 zfpsi 𮤅
100066 z.h.i 𮤆
100067 rei 𮤇
100068 eqsi 𮤈
100069 ejki 𮤉
100070 ejjai 𮤊
100071 ejfi 𮤊
100072 ejzi 𮤋
100073 e.dki 𮤌
100074 e.xki 𮤌
100075 ex;i 𮤍
100076 ecasi 𮤎
100077 ecqi 𮤏
100078 eflbi 𮤐
100079 efgki 𮤐
100080 efjbi 𮤑
100081 erui 𮤒
100082 erjai 𮤒
100083 ecei 𮤓
100084 ep,i 𮤔
100085 eftsi 𮤕
100086 eh.i 𮤖
100087 ezpri 𮤗
100088 erqki 𮤘
100089 erasi 𮤘
100090 eff;i 𮤙
100091 exxzi 𮤚
100092 ea/bi 𮤛
100093 eqebi 𮤜
100094 etebi 𮤜
100095 errbi 𮤝
100096 eyhei 𮤞
100097 eqioi 𮤟
100098 elvvi 𮤠
100099 ebbpi 𮤡
100100 errxi 𮤢
100101 ekyvi 𮤣
100102 eljfi 𮤤
100103 ec.pi 𮤥
100104 eljzi 𮤦
100105 eiibi 𮤧
100106 eikbi 𮤧
100107 ezfni 𮤨
100108 eazmi 𮤩
100109 eafmi 𮤩
100110 ezpri 𮤪
100111 hjadi 𮤫
100112 hjri 𮤬
100113 hjci 𮤭
100114 azhji 𮤮
100115 hjjki 𮤯
100116 hjcli 𮤰
100117 hjeqi 𮤱
100118 hjnli 𮤲
100119 hjcqi 𮤳
100120 hjati 𮤴
100121 hj.ri 𮤵
100122 hjnqi 𮤶
100123 hjcki 𮤷
100124 hjp,i 𮤸
100125 tlqi 𮤹
100126 tqji 𮤺
100127 tcli 𮤻
100128 tqjdi 𮤼
100129 tyi 𮤽
100130 tnxi 𮤾
100131 tb;i 𮤿
100132 tapdi 𮥀
100133 tr;i 𮥁
100134 trfhi 𮥂
100135 letqi 𮥃
100136 tlpi 𮥄
100137 ty.di 𮥅
100138 ta.i 𮥆
100139 tqpdi 𮥇
100140 tpafi 𮥈
100141 tlvei 𮥉
100142 tj;si 𮥊
100143 tjpsi 𮥊
100144 tlebi 𮥋
100145 tqdci 𮥌
100146 tpqqi 𮥍
100147 tjfhi 𮥎
100148 toexi 𮥏
100149 t,,i 𮥐
100150 t,ci 𮥑
100151 tjqi 𮥒
100152 tbori 𮥓
100153 tacpi 𮥔
100154 taxpi 𮥔
100155 tqhhi 𮥕
100156 t;pqi 𮥖
100157 t;p.i 𮥖
100158 tfkvi 𮥗
100159 tfici 𮥗
100160 tdx.i 𮥘
100161 tl;xi 𮥙
100162 tttni 𮥚
100163 tqf;i 𮥛
100164 lefmi 𮥜
100165 tp/bi 𮥝
100166 tigmi 𮥞
100167 tkhmi 𮥞
100168 tlvvi 𮥟
100169 tzuci 𮥠
100170 tzaxi 𮥡
100171 tkyvi 𮥢
100172 tir;i 𮥣
100173 tif;i 𮥣
100174 typri 𮥤
100175 t/qxi 𮥥
100176 t/l/i 𮥦
100177 tp/hi 𮥧
100178 tlvei 𮥨
100179 tkuhi 𮥩
100180 tv;;i 𮥪
100181 tajvi 𮥫
100182 tkuvi 𮥬
100183 tljei 𮥭
100184 tljfi 𮥭
100185 tjj.i 𮥮
100186 tqddi 𮥯
100187 tyvsi 𮥰
100188 tykci 𮥱
100189 teqhi 𮥲
100190 tmmhi 𮥳
100191 atci 𮥴
100192 eaaci 𮥵
100193 ozdri 𮥶
100194 y.kyi 𮥷
100195 kkygi 𮥸
100196 kkyli 𮥸
100197 ykkyi 𮥹
100198 yhhyi 𮥹
100199 kybki 𮥺
100200 bqkyi 𮥻
100201 kyj;i 𮥼
100202 zpsyi 𮥽
100203 uukyi 𮥾
100204 y;;yi 𮥿
100205 yvkyi 𮦀
100206 q;kgi 𮦁
100207 a;;gi 𮦁
100208 kyvvi 𮦂
100209 f;;yi 𮦃
100210 ajci 𮦄
100211 zhji 𮦅
100212 ajdki 𮦆
100213 azzi 𮦇
100214 zjki 𮦈
100215 z,i 𮦉
100216 zaqi 𮦊
100217 zji 𮦋
100218 ze;i 𮦌
100219 zmji 𮦍
100220 zkii 𮦎
100221 zcysi 𮦏
100222 zrvi 𮦐
100223 z;ui 𮦑
100224 zmi 𮦒
100225 zkji 𮦓
100226 zaaxi 𮦔
100227 zvkki 𮦕
100228 zaaxi 𮦖
100229 zei 𮦗
100230 zoapi 𮦘
100231 zkq.i 𮦙
100232 znahi 𮦚
100233 zchbi 𮦛
100234 zarbi 𮦜
100235 zfz;i 𮦝
100236 zptsi 𮦞
100237 zp,i 𮦟
100238 zpavi 𮦠
100239 z.adi 𮦡
100240 z.odi 𮦡
100241 zyy.i 𮦢
100242 zc.;i 𮦣
100243 zarci 𮦤
100244 znlbi 𮦥
100245 znabi 𮦥
100246 z.pri 𮦦
100247 zclbi 𮦧
100248 zcabi 𮦧
100249 zczki 𮦨
100250 zczxi 𮦩
100251 zcpgi 𮦪
100252 zcqhi 𮦫
100253 zcp.i 𮦬
100254 z/mi 𮦭
100255 ,.zi 𮦮
100256 zpdsi 𮦯
100257 zp;di 𮦰
100258 zkygi 𮦱
100259 zcjzi 𮦲
100260 zpqxi 𮦳
100261 zcici 𮦴
100262 zci,i 𮦴
100263 zcqhi 𮦵
100264 zcpsi 𮦶
100265 zzvei 𮦷
100266 .jzxi 𮦸
100267 zcrki 𮦹
100268 zcv.i 𮦺
100269 b;zyi 𮦻
100270 zci,i 𮦼
100271 zcpxi 𮦽
100272 zb;ui 𮦾
100273 zcyri 𮦿
100274 zaani 𮧀
100275 zcyqi 𮧁
100276 zcjci 𮧂
100277 ru;gi 𮧃
100278 rjdgi 𮧃
100279 eeaxi 𮧄
100280 eepi 𮧅
100281 eejzi 𮧆
100282 reexi 𮧇
100283 o;ezi 𮧈
100284 alpci 𮧉
100285 alpai 𮧊
100286 ddaei 𮧋
100287 fkkei 𮧌
100288 rkkei 𮧌
100289 alpti 𮧍
100290 akjei 𮧎
100291 pac;i 𮧏
100292 alpmi 𮧐
100293 alpii 𮧑
100294 qozei 𮧒
100295 f;fi 𮧓
100296 rflzi 𮧔
100297 rfozi 𮧕
100298 rfkhi 𮧖
100299 kshfi 𮧗
100300 rfqhi 𮧘
100301 rfyki 𮧙
100302 rf/bi 𮧚
100303 rfhfi 𮧛
100304 rfzfi 𮧜
100305 rfyfi 𮧜
100306 rfyfi 𮧝
100307 rfrui 𮧞
100308 rfrai 𮧞
100309 rf.fi 𮧟
100310 rfpji 𮧠
100311 rfypi 𮧡
100312 rfxni 𮧢
100313 rflbi 𮧣
100314 s,rbi 𮧤
100315 rfbxi 𮧥
100316 rfr;i 𮧦
100317 rfrri 𮧧
100318 rfkbi 𮧨
100319 rfymi 𮧩
100320 rf;gi 𮧪
100321 rfkfi 𮧫
100322 rffxi 𮧬
100323 rfi,i 𮧭
100324 t;adi 𮧮
100325 t;jdi 𮧯
100326 td;di 𮧰
100327 td;qi 𮧰
100328 t;qvi 𮧱
100329 t;qpi 𮧲
100330 t;qfi 𮧳
100331 aagki 𮧴
100332 aagxi 𮧴
100333 fglki 𮧴
100334 fglxi 𮧴
100335 fgqki 𮧴
100336 aagfi 𮧵
100337 fgkfi 𮧵
100338 afypi 𮧶
100339 yptsi 𮧷
100340 yptbi 𮧸
100341 rlqpi 𮧹
100342 af;pi 𮧺
100343 lf;pi 𮧺
100344 ypzhi 𮧻
100345 ypz.i 𮧻
100346 fjapi 𮧼
100347 fuapi 𮧼
100348 fjspi 𮧼
100349 qjspi 𮧼
100350 ypkbi 𮧽
100351 yprki 𮧾
100352 lv,pi 𮧿
100353 aaxmi 𮨀
100354 eqami 𮨁
100355 y.ami 𮨂
100356 pkami 𮨃
100357 ;bami 𮨄
100358 smami 𮨅
100359 oaami 𮨆
100360 ztxmi 𮨇
100361 ddgmi 𮨈
100362 ysrmi 𮨉
100363 tmami 𮨊
100364 darmi 𮨋
100365 jdpmi 𮨌
100366 qfkmi 𮨍
100367 zkmmi 𮨎
100368 cj;mi 𮨏
100369 ;tbmi 𮨐
100370 uawmi 𮨑
100371 jr;mi 𮨒
100372 k,ami 𮨓
100373 ,sami 𮨔
100374 vaami 𮨕
100375 o;lmi 𮨖
100376 apfmi 𮨗
100377 apdmi 𮨗
100378 ealei 𮨘
100379 daxmi 𮨙
100380 .oami 𮨚
100381 y;ami 𮨛
100382 eqimi 𮨜
100383 beemi 𮨝
100384 jpmmi 𮨞
100385 jp.mi 𮨞
100386 izxmi 𮨟
100387 kzxmi 𮨟
100388 ozami 𮨠
100389 calmi 𮨡
100390 r/mmi 𮨢
100391 lgjmi 𮨣
100392 reqmi 𮨤
100393 r;emi 𮨤
100394 re;mi 𮨤
100395 nr/mi 𮨥
100396 nf/mi 𮨥
100397 xki 𮨦
100398 xari 𮨧
100399 ibxi 𮨨
100400 khbxi 𮨨
100401 x/i 𮨩
100402 xnwi 𮨪
100403 xyxki 𮨫
100404 xyfi 𮨬
100405 xvvi 𮨭
100406 xppi 𮨮
100407 xnmsi 𮨯
100408 xqjki 𮨰
100409 xquki 𮨰
100410 xfuki 𮨰
100411 xfjki 𮨰
100412 xb/i 𮨱
100413 xr;bi 𮨲
100414 xltei 𮨳
100415 xltdi 𮨳
100416 vvs.i 𮨴
100417 s.b.i 𮨵
100418 skrxi 𮨶
100419 ibqi 𮨷
100420 ibkdi 𮨸
100421 ibzxi 𮨹
100422 ibjsi 𮨺
100423 ibnqi 𮨻
100424 ib.si 𮨼
100425 carxi 𮨽
100426 ibfbi 𮨾
100427 ibiai 𮨿
100428 ibh.i 𮩀
100429 ib.pi 𮩁
100430 ibqki 𮩂
100431 ibl,i 𮩃
100432 .afxi 𮩄
100433 ibk.i 𮩅
100434 ibhzi 𮩆
100435 ibyvi 𮩇
100436 ibfai 𮩈
100437 ib;mi 𮩉
100438 ibi.i 𮩊
100439 ibn.i 𮩋
100440 ibqri 𮩌
100441 ibfmi 𮩍
100442 ibzmi 𮩍
100443 ibvmi 𮩍
100444 ibf.i 𮩍
100445 ibz.i 𮩍
100446 ibv.i 𮩍
100447 ibahi 𮩎
100448 ibaki 𮩎
100449 ibn,i 𮩏
100450 ibafi 𮩐
100451 r;ixi 𮩑
100452 ibrui 𮩒
100453 ibaai 𮩓
100454 iblzi 𮩔
100455 nkkxi 𮩕
100456 ibzmi 𮩖
100457 ibcmi 𮩗
100458 ibr,i 𮩘
100459 ibf,i 𮩙
100460 tgaxi 𮩚
100461 jsqfi 𮩛
100462 jsf.i 𮩜
100463 jspsi 𮩝
100464 jsvii 𮩞
100465 iljki 𮩟
100466 iljzi 𮩠
100467 iljpi 𮩡
100468 iljhi 𮩢
100469 iljbi 𮩣
100470 qdtji 𮩤
100471 iljri 𮩥
100472 lv,ji 𮩦
100473 lvpxi 𮩧
100474 lvpqi 𮩨
100475 lvpki 𮩩
100476 lvpci 𮩪
100477 lvphi 𮩫
100478 lvp.i 𮩫
100479 lvp.i 𮩬
100480 lvpbi 𮩭
100481 lvpni 𮩮
100482 lvp,i 𮩯
100483 lvpei 𮩰
100484 lvpdi 𮩰
100485 lvpmi 𮩱
100486 g,qi 𮩲
100487 g,lhi 𮩳
100488 g,shi 𮩳
100489 gfi 𮩴
100490 gjdi 𮩵
100491 g,xki 𮩶
100492 g,ski 𮩶
100493 g,qsi 𮩷
100494 g;di 𮩸
100495 g,jki 𮩹
100496 g,aki 𮩺
100497 x;g,i 𮩻
100498 g,wbi 𮩼
100499 g,tei 𮩽
100500 g,bbi 𮩾
100501 g,/i 𮩿
100502 g,jsi 𮪀
100503 i;g,i 𮪁
100504 nwg,i 𮪂
100505 g,nfi 𮪃
100506 g,bbi 𮪄
100507 g,fhi 𮪅
100508 g,lgi 𮪆
100509 g,lli 𮪆
100510 g,tqi 𮪇
100511 g,fsi 𮪈
100512 g,qxi 𮪉
100513 g,abi 𮪊
100514 g,,,i 𮪋
100515 g,wpi 𮪌
100516 g,ydi 𮪍
100517 g,zpi 𮪎
100518 g,rfi 𮪏
100519 g,zoi 𮪐
100520 g,i.i 𮪑
100521 g,fzi 𮪒
100522 g,ifi 𮪓
100523 g,gdi 𮪔
100524 g,adi 𮪔
100525 g,avi 𮪕
100526 g,zki 𮪖
100527 g,o;i 𮪗
100528 bgd,i 𮪘
100529 g,b.i 𮪙
100530 g,;vi 𮪚
100531 g,ysi 𮪛
100532 g,aqi 𮪜
100533 g,zhi 𮪝
100534 g,zvi 𮪞
100535 g,ifi 𮪟
100536 g,nwi 𮪠
100537 gazhi 𮪡
100538 gaz.i 𮪡
100539 gaaxi 𮪢
100540 ga..i 𮪣
100541 gaffi 𮪤
100542 gay.i 𮪥
100543 mufi 𮪦
100544 mujzi 𮪧
100545 muori 𮪨
100546 muyxi 𮪩
100547 muzki 𮪪
100548 muepi 𮪫
100549 muyqi 𮪬
100550 mulwi 𮪭
100551 muifi 𮪮
100552 muyki 𮪯
100553 muyhi 𮪯
100554 muf;i 𮪰
100555 muw.i 𮪱
100556 muwmi 𮪱
100557 muwhi 𮪱
100558 mutni 𮪲
100559 muq;i 𮪳
100560 muzhi 𮪴
100561 munri 𮪵
100562 fpzui 𮪶
100563 fpzui 𮪷
100564 y;jxi 𮪸
100565 y;jhi 𮪹
100566 vkx;i 𮪺
100567 yejqi 𮪻
100568 y;jvi 𮪼
100569 z.lzi 𮪽
100570 z.ni 𮪾
100571 z.hfi 𮪿
100572 z.f;i 𮫀
100573 z.gi 𮫁
100574 z.ndi 𮫂
100575 z.rqi 𮫃
100576 z.lvi 𮫄
100577 z.gvi 𮫄
100578 z.svi 𮫄
100579 z.xi 𮫅
100580 z.fji 𮫆
100581 z.ahi 𮫇
100582 z.wi 𮫈
100583 z./li 𮫉
100584 z.eei 𮫊
100585 z.nfi 𮫋
100586 z.tdi 𮫌
100587 z.rhi 𮫍
100588 z.ahi 𮫎
100589 z./xi 𮫏
100590 z.evi 𮫐
100591 z.lci 𮫑
100592 z.cpi 𮫒
100593 z.zyi 𮫓
100594 eizsi 𮫔
100595 ekzsi 𮫔
100596 eg,i 𮫕
100597 bdqai 𮫖
100598 bdqi 𮫖
100599 bdaqi 𮫖
100600 vbebi 𮫗
100601 vtebi 𮫗
100602 ozj.i 𮫘
100603 rjifi 𮫙
100604 tgzfi 𮫚
100605 tgyfi 𮫚
100606 tgfgi 𮫛
100607 olzi 𮫜
100608 cloxi 𮫝
100609 oxlpi 𮫞
100610 oxyxi 𮫟
100611 ftoxi 𮫠
100612 rakxi 𮫡
100613 pslwi 𮫢
100614 olvwi 𮫢
100615 ox,,i 𮫣
100616 oxiji 𮫤
100617 orxui 𮫥
100618 oxavi 𮫦
100619 y.dxi 𮫧
100620 oxipi 𮫨
100621 nvvvi 𮫩
100622 oxnni 𮫪
100623 oxb/i 𮫫
100624 u,i 𮫬
100625 kpzi 𮫭
100626 opzi 𮫮
100627 op,i 𮫯
100628 u,lhi 𮫰
100629 u,shi 𮫰
100630 u,ebi 𮫱
100631 kp,pi 𮫲
100632 u,lhi 𮫳
100633 u,gqi 𮫴
100634 u,aai 𮫵
100635 u,.xi 𮫶
100636 u,txi 𮫷
100637 u,aei 𮫸
100638 u,eri 𮫹
100639 u,qri 𮫺
100640 u,dsi 𮫻
100641 u,ubi 𮫼
100642 u,oki 𮫽
100643 u,vzi 𮫾
100644 u,oki 𮫿
100645 u,lpi 𮬀
100646 u,nhi 𮬁
100647 u,fpi 𮬂
100648 u,./i 𮬃
100649 u,tqi 𮬄
100650 u,iji 𮬅
100651 u,a.i 𮬆
100652 u,zxi 𮬇
100653 cas,i 𮬈
100654 u,f;i 𮬉
100655 u,.zi 𮬊
100656 ;;;,i 𮬋
100657 u,;ni 𮬌
100658 u,iji 𮬍
100659 u,.pi 𮬎
100660 u,kvi 𮬏
100661 u,oji 𮬐
100662 u,..i 𮬑
100663 u,exi 𮬒
100664 u,/.i 𮬓
100665 u,edi 𮬔
100666 fy;,i 𮬕
100667 u,zmi 𮬖
100668 u,aui 𮬗
100669 u,ffi 𮬘
100670 u,zbi 𮬙
100671 u,t.i 𮬚
100672 uabdi 𮬛
100673 uaqpi 𮬜
100674 uadmi 𮬝
100675 embai 𮬞
100676 uaqxi 𮬟
100677 uatci 𮬠
100678 uamui 𮬡
100679 uakbi 𮬢
100680 ua.di 𮬣
100681 ualxi 𮬤
100682 l,si 𮬥
100683 l,asi 𮬦
100684 lag,i 𮬧
100685 kdl,i 𮬨
100686 nl,i 𮬩
100687 gfl,i 𮬪
100688 azs,i 𮬫
100689 fl,i 𮬬
100690 ykl,i 𮬭
100691 l,jsi 𮬮
100692 xsl,i 𮬯
100693 qaf,i 𮬰
100694 pdl,i 𮬱
100695 nql,i 𮬲
100696 l,aqi 𮬳
100697 pzl,i 𮬴
100698 dbl,i 𮬵
100699 m;l,i 𮬶
100700 l,.di 𮬷
100701 l,nqi 𮬸
100702 ;ul,i 𮬹
100703 ohd,i 𮬺
100704 ohl,i 𮬺
100705 odh,i 𮬺
100706 olh,i 𮬺
100707 l,.fi 𮬻
100708 oz;,i 𮬼
100709 /ml,i 𮬽
100710 of.,i 𮬾
100711 ord,i 𮬿
100712 l,l,i 𮭀
100713 of.,i 𮭁
100714 l,ghi 𮭂
100715 c;s,i 𮭃
100716 l,zxi 𮭄
100717 pod,i 𮭅
100718 pol,i 𮭅
100719 .f;,i 𮭆
100720 orl,i 𮭇
100721 fjx,i 𮭈
100722 ,ku,i 𮭉
100723 k,u,i 𮭉
100724 cjh,i 𮭊
100725 nax,i 𮭋
100726 yed,i 𮭌
100727 ydd,i 𮭌
100728 npw,i 𮭍
100729 izp,i 𮭎
100730 kzp,i 𮭎
100731 tr.,i 𮭏
100732 trm,i 𮭏
100733 y;b,i 𮭐
100734 rbs,i 𮭑
100735 pxl,i 𮭒
100736 cpq,i 𮭓
100737 ntc,i 𮭔
100738 cky,i 𮭕
100739 ,,j,i 𮭖
100740 zqn,i 𮭗
100741 zqx,i 𮭗
100742 eza,i 𮭘
100743 alp,i 𮭙
100744 bby,i 𮭚
100745 ,,jbi 𮭛
100746 cky,i 𮭜
100747 llr,i 𮭝
100748 ./l,i 𮭞
100749 tgk,i 𮭟
100750 mmk,i 𮭠
100751 kelai 𮭡
100752 lzlai 𮭢
100753 yklai 𮭣
100754 nllai 𮭤
100755 rklai 𮭥
100756 digai 𮭦
100757 dkhai 𮭦
100758 prlai 𮭧
100759 pnwai 𮭨
100760 llqai 𮭩
100761 z..ai 𮭪
100762 ep.;i 𮭫
100763 ep..i 𮭬
100764 repui 𮭭
100765 ep.ki 𮭮
100766 ep.gi 𮭯
100767 ep.si 𮭰
100768 y,i 𮭱
100769 yqq;i 𮭲
100770 yqqhi 𮭳
100771 nytxi 𮭴
100772 yqqsi 𮭵
100773 ajhxi 𮭶
100774 ajh,i 𮭷
100775 yqqzi 𮭸
100776 ajkci 𮭹
100777 yqqxi 𮭺
100778 akkmi 𮭻
100779 akk.i 𮭻
100780 vkkmi 𮭻
100781 fkkqi 𮭼
100782 zkkqi 𮭼
100783 vkkqi 𮭼
100784 fkk,i 𮭽
100785 zkk,i 𮭽
100786 vkk,i 𮭽
100787 fkkpi 𮭾
100788 zkkpi 𮭾
100789 vkkpi 𮭾
100790 fkkki 𮭿
100791 zkkki 𮭿
100792 vkkki 𮭿
100793 fkkhi 𮭿
100794 zkkhi 𮭿
100795 vkkhi 𮭿
100796 fkkfi 𮮀
100797 zkkfi 𮮀
100798 vkkfi 𮮀
100799 fkkpi 𮮁
100800 zkkpi 𮮁
100801 vkkpi 𮮁
100802 fkkfi 𮮂
100803 zkkfi 𮮂
100804 vkkfi 𮮂
100805 r.bi 𮮃
100806 rmbi 𮮃
100807 r.agi 𮮄
100808 rmagi 𮮄
100809 r.jki 𮮅
100810 rmjki 𮮅
100811 r.lsi 𮮆
100812 rmlsi 𮮆
100813 r.xfi 𮮇
100814 rmxfi 𮮇
100815 nvvvi 𮮈
100816 nvvxi 𮮉
100817 nvvxi 𮮊
100818 nvvli 𮮋
100819 nvvmi 𮮌
100820 nvvxi 𮮍
100821 nvvvi 𮮎
100822 yrrki 𮮏
100823 lvkci 𮮐
100824 lvkci 𮮑
100825 lvk,i 𮮒
100826 lvkmi 𮮓
100827 p,kji 𮮔
100828 k.p,i 𮮕
100829 p,yi 𮮖
100830 plj,i 𮮗
100831 p,,i 𮮘
100832 p,vvi 𮮙
100833 p,y;i 𮮚
100834 p,nei 𮮛
100835 ypp,i 𮮜
100836 g;.,i 𮮝
100837 g.;,i 𮮝
100838 .pr,i 𮮞
100839 r/m,i 𮮟
100840 r,i 𮮠
100841 jaabi 𮮡
100842 lxjti 𮮢
100843 lxjai 𮮢
100844 lxjqi 𮮢
100845 lxjsi 𮮢
100846 ;pspi 𮮣
100847 jzjti 𮮤
100848 jzjai 𮮤
100849 jzjqi 𮮤
100850 jzjsi 𮮤
100851 jgfli 𮮥
100852 r;i.i 𮮦
100853 .krbi 𮮧
100854 .crbi 𮮧
100855 eqrbi 𮮨
100856 cdrbi 𮮩
100857 ffmbi 𮮪
100858 r;iri 𮮫
100859 owgri 𮮬
100860 owuai 𮮭
100861 owy;i 𮮮
100862 ow;fi 𮮯
100863 lppzi 𮮰
100864 ljpzi 𮮱
100865 ljpfi 𮮲
100866 lppfi 𮮳
100867 ljpdi 𮮴
100868 lppdi 𮮵
100869 ljpsi 𮮶
100870 ljpxi 𮮷
100871 ljpii 𮮸
100872 ljpci 𮮹
100873 ybkai 𮮺
100874 yjtei 𮮻
100875 ytgei 𮮻
100876 ykdpi 𮮼
100877 ekksi 𮮽
100878 e,dqi 𮮾
100879 eifhi 𮮿
100880 eijki 𮯀
100881 eihfi 𮯁
100882 eigi 𮯂
100883 e,d;i 𮯃
100884 eil;i 𮯄
100885 e,dxi 𮯅
100886 eitci 𮯆
100887 e,dci 𮯇
100888 e,dki 𮯈
100889 eik,i 𮯉
100890 eitci 𮯊
100891 e,dgi 𮯋
100892 e,dmi 𮯌
100893 einbi 𮯍
100894 e,dri 𮯎
100895 .htii 𮯏
100896 eiyxi 𮯐
100897 eieji 𮯑
100898 eidri 𮯒
100899 eieai 𮯓
100900 eiaei 𮯔
100901 eizxi 𮯕
100902 eifui 𮯖
100903 eifai 𮯖
100904 eiezi 𮯗
100905 eiifi 𮯘
100906 eiqdi 𮯙
100907 yuq;i 𮯚
100908 jjtsi 𮯛
100909 kjkhi 𮯜
100910 kjkti 𮯜
100911 o/thi 𮯝
100912 o/tki 𮯝
100913 o/shi 𮯝
100914 o/ski 𮯝
100915 j;tji 𮯞
100916 j;sji 𮯞
100917 j;sji 𮯟
100918 i;;pi 𮯠
100919 # End of CJK Unified Ideographs Extension F
100920 # CJK Symbols & Punctuation for Array30 input method (w+0~9)
100921 w0 ㄅ
100922 w0 ㄆ
100923 w0 ㄇ
100924 w0 ㄈ
100925 w0 ㄉ
100926 w0 ㄊ
100927 w0 ㄋ
100928 w0 ㄌ
100929 w0 ㄍ
100930 w0 ㄎ
100931 w0 ㄏ
100932 w0 ㄐ
100933 w0 ㄑ
100934 w0 ㄒ
100935 w0 ㄓ
100936 w0 ㄔ
100937 w0 ㄕ
100938 w0 ㄖ
100939 w0 ㄗ
100940 w0 ㄘ
100941 w0 ㄙ
100942 w0 ㄚ
100943 w0 ㄛ
100944 w0 ㄜ
100945 w0 ㄝ
100946 w0 ㄞ
100947 w0 ㄟ
100948 w0 ㄠ
100949 w0 ㄡ
100950 w0 ㄢ
100951 w0 ㄣ
100952 w0 ㄤ
100953 w0 ㄥ
100954 w0 ㄦ
100955 w0 ㄧ
100956 w0 ㄨ
100957 w0 ㄩ
100958 w0 ˙
100959 w0 ˉ
100960 w0 ˊ
100961 w0 ˇ
100962 w0 ˋ
100963 w1 ,
100964 w1 、
100965 w1 。
100966 w1 .
100967 w1 ‧
100968 w1 ;
100969 w1 :
100970 w1 ?
100971 w1 !
100972 w1 ︰
100973 w1 …
100974 w1 ‥
100975 w1 ﹐
100976 w1 ﹑
100977 w1 ﹒
100978 w1 ·
100979 w1 ﹔
100980 w1 ﹕
100981 w1 ﹖
100982 w1 ﹗
100983 w1 |
100984 w1 –
100985 w1 ︱
100986 w1 —
100987 w1 ︳
100988 w1 ╴
100989 w1 ︴
100990 w1 ﹏
100991 w2 (
100992 w2 )
100993 w2 ︵
100994 w2 ︶
100995 w2 {
100996 w2 }
100997 w2 ︷
100998 w2 ︸
100999 w2 〔
101000 w2 〕
101001 w2 ︹
101002 w2 ︺
101003 w2 【
101004 w2 】
101005 w2 ︻
101006 w2 ︼
101007 w2 《
101008 w2 》
101009 w2 ︽
101010 w2 ︾
101011 w2 〈
101012 w2 〉
101013 w2 ︿
101014 w2 ﹀
101015 w2 「
101016 w2 」
101017 w2 ﹁
101018 w2 ﹂
101019 w2 『
101020 w2 』
101021 w2 ﹃
101022 w2 ﹄
101023 w2 ﹙
101024 w2 ﹚
101025 w2 ﹛
101026 w2 ﹜
101027 w2 ﹝
101028 w2 ﹞
101029 w2 ‘
101030 w2 ’
101031 w2 “
101032 w2 ”
101033 w2 〝
101034 w2 〞
101035 w2 ‵
101036 w2 ′
101037 w3 #
101038 w3 &
101039 w3 *
101040 w3 ※
101041 w3 §
101042 w3 〃
101043 w3 ○
101044 w3 ●
101045 w3 △
101046 w3 ▲
101047 w3 ◎
101048 w3 ☆
101049 w3 ★
101050 w3 ◇
101051 w3 ◆
101052 w3 □
101053 w3 ■
101054 w3 ▽
101055 w3 ▼
101056 w3 ㊣
101057 w3 ℅
101058 w3 ¯
101059 w3  ̄
101060 w3 _
101061 w3 ˍ
101062 w3 ﹉
101063 w3 ﹊
101064 w3 ﹍
101065 w3 ﹎
101066 w3 ﹋
101067 w3 ﹌
101068 w3 ﹟
101069 w3 ﹠
101070 w3 ﹡
101071 w4 +
101072 w4 -
101073 w4 ×
101074 w4 ÷
101075 w4 ±
101076 w4 √
101077 w4 <
101078 w4 >
101079 w4 =
101080 w4 ≦
101081 w4 ≧
101082 w4 ≠
101083 w4 ∞
101084 w4 ≒
101085 w4 ≡
101086 w4 ﹢
101087 w4 ﹣
101088 w4 ﹤
101089 w4 ﹥
101090 w4 ﹦
101091 w4 ~
101092 w4 ∩
101093 w4 ∪
101094 w4 ⊥
101095 w4 ∠
101096 w4 ∟
101097 w4 ⊿
101098 w4 ㏒
101099 w4 ㏑
101100 w4 ∫
101101 w4 ∮
101102 w4 ∵
101103 w4 ∴
101104 w5 ♀
101105 w5 ♂
101106 w5 ⊕
101107 w5 ⊙
101108 w5 ↑
101109 w5 ↓
101110 w5 ←
101111 w5 →
101112 w5 ↖
101113 w5 ↗
101114 w5 ↙
101115 w5 ↘
101116 w5 ∥
101117 w5 ∣
101118 w5 /
101119 w5 \
101120 w5 ∕
101121 w5 ﹨
101122 w6 $
101123 w6 ¥
101124 w6 〒
101125 w6 ¢
101126 w6 £
101127 w6 %
101128 w6 @
101129 w6 ℃
101130 w6 ℉
101131 w6 ﹩
101132 w6 ﹪
101133 w6 ﹫
101134 w6 ㏕
101135 w6 ㎜
101136 w6 ㎝
101137 w6 ㎞
101138 w6 ㏎
101139 w6 ㎡
101140 w6 ㎎
101141 w6 ㎏
101142 w6 ㏄
101143 w6 °
101144 w6 兙
101145 w6 兛
101146 w6 兞
101147 w6 兝
101148 w6 兡
101149 w6 兣
101150 w6 嗧
101151 w6 瓩
101152 w6 糎
101153 w7 ▁
101154 w7 ▂
101155 w7 ▃
101156 w7 ▄
101157 w7 ▅
101158 w7 ▆
101159 w7 ▇
101160 w7 █
101161 w7 ▏
101162 w7 ▎
101163 w7 ▍
101164 w7 ▌
101165 w7 ▋
101166 w7 ▊
101167 w7 ▉
101168 w7 ┼
101169 w7 ┴
101170 w7 ┬
101171 w7 ┤
101172 w7 ├
101173 w7 ▔
101174 w7 ─
101175 w7 │
101176 w7 ▕
101177 w7 ┌
101178 w7 ┐
101179 w7 └
101180 w7 ┘
101181 w7 ╭
101182 w7 ╮
101183 w7 ╰
101184 w7 ╯
101185 w7 ═
101186 w7 ╞
101187 w7 ╪
101188 w7 ╡
101189 w7 ◢
101190 w7 ◣
101191 w7 ◥
101192 w7 ◤
101193 w7 ╱
101194 w7 ╲
101195 w7 ╳
101196 w7 ╔
101197 w7 ╦
101198 w7 ╗
101199 w7 ╠
101200 w7 ╬
101201 w7 ╣
101202 w7 ╚
101203 w7 ╩
101204 w7 ╝
101205 w7 ╒
101206 w7 ╤
101207 w7 ╕
101208 w7 ╞
101209 w7 ╪
101210 w7 ╡
101211 w7 ╘
101212 w7 ╧
101213 w7 ╛
101214 w7 ╓
101215 w7 ╥
101216 w7 ╖
101217 w7 ╟
101218 w7 ╫
101219 w7 ╢
101220 w7 ╙
101221 w7 ╨
101222 w7 ╜
101223 w7 ║
101224 w7 ═
101225 w7 ╭
101226 w7 ╮
101227 w7 ╰
101228 w7 ╯
101229 w7 ▓
101230 w8 ①
101231 w8 ②
101232 w8 ③
101233 w8 ④
101234 w8 ⑤
101235 w8 ⑥
101236 w8 ⑦
101237 w8 ⑧
101238 w8 ⑨
101239 w8 ⑩
101240 w8 ⑴
101241 w8 ⑵
101242 w8 ⑶
101243 w8 ⑷
101244 w8 ⑸
101245 w8 ⑹
101246 w8 ⑺
101247 w8 ⑻
101248 w8 ⑼
101249 w8 ⑽
101250 w8 ⅰ
101251 w8 ⅱ
101252 w8 ⅲ
101253 w8 ⅳ
101254 w8 ⅴ
101255 w8 ⅵ
101256 w8 ⅶ
101257 w8 ⅷ
101258 w8 ⅸ
101259 w8 ⅹ
101260 w8 Ⅰ
101261 w8 Ⅱ
101262 w8 Ⅲ
101263 w8 Ⅳ
101264 w8 Ⅴ
101265 w8 Ⅵ
101266 w8 Ⅶ
101267 w8 Ⅷ
101268 w8 Ⅸ
101269 w8 Ⅹ
101270 w8 〡
101271 w8 〢
101272 w8 〣
101273 w8 〤
101274 w8 〥
101275 w8 〦
101276 w8 〧
101277 w8 〨
101278 w8 〩
101279 w8 〸
101280 w8 〹
101281 w8 〺
101282 w9 Α
101283 w9 Β
101284 w9 Γ
101285 w9 Δ
101286 w9 Ε
101287 w9 Ζ
101288 w9 Η
101289 w9 Θ
101290 w9 Ι
101291 w9 Κ
101292 w9 Λ
101293 w9 Μ
101294 w9 Ν
101295 w9 Ξ
101296 w9 Ο
101297 w9 Π
101298 w9 Ρ
101299 w9 Σ
101300 w9 Τ
101301 w9 Υ
101302 w9 Φ
101303 w9 Χ
101304 w9 Ψ
101305 w9 Ω
101306 w9 α
101307 w9 β
101308 w9 γ
101309 w9 δ
101310 w9 ε
101311 w9 ζ
101312 w9 η
101313 w9 θ
101314 w9 ι
101315 w9 κ
101316 w9 λ
101317 w9 μ
101318 w9 ν
101319 w9 ξ
101320 w9 ο
101321 w9 π
101322 w9 ρ
101323 w9 σ
101324 w9 τ
101325 w9 υ
101326 w9 φ
101327 w9 χ
101328 w9 ψ
101329 w9 ω
101330 %chardef end
+0
-9309
data/array30_simplecode.cin less more
0 # 更新日期:2017-01-11
1 %ename array30-shortcode
2 %cname 行列30簡碼表
3 %encoding utf-8
4 %selkey 1234567890
5 %keyname begin
6 %keyname end
7 %chardef begin
8 , ,
9 , 火
10 , 米
11 , 精
12 , 燈
13 , 料
14 , 鄰
15 , 勞
16 , 類
17 , 營
18 . 。
19 . 身
20 . 行
21 . 街
22 . 很
23 . 往
24 . 愛
25 . 從
26 . 後
27 . 得
28 / 四
29 / 虫
30 / ?
31 / 『
32 / 』
33 / .
34 / –
35 / *
36 / /
37 / …
38 ; 口
39 ; :
40 ; ;
41 ; 叫
42 ; 呢
43 ; 嗎
44 ; 吹
45 ; 別
46 ; 吃
47 ; 號
48 a 一
49 a 到
50 a 聽
51 a 現
52 a 政
53 a 弄
54 a 兩
55 a 而
56 a 面
57 a 要
58 b 又
59 b 力
60 b 屬
61 b 居
62 b 發
63 b 屋
64 b 通
65 b 習
66 b 務
67 b 局
68 c 小
69 c 卜
70 c 水
71 c 法
72 c 決
73 c 注
74 c 當
75 c 對
76 c 省
77 c 常
78 d 山
79 d 片
80 d !
81 d 「
82 d 」
83 d 、
84 d “
85 d ”
86 d (
87 d )
88 e 門
89 e 止
90 e 鬥
91 e 開
92 e 關
93 e 鬧
94 e 些
95 e 閱
96 e 處
97 e 桌
98 f 十
99 f 莊
100 f 落
101 f 著
102 f 華
103 f 萬
104 f 真
105 f 花
106 f 敬
107 f 故
108 g 石
109 g 戶
110 g 也
111 g 那
112 g 破
113 g 孩
114 g 遍
115 g 驗
116 g 承
117 g 啟
118 h 方
119 h 病
120 h 施
121 h 痛
122 h 良
123 h 遊
124 h 族
125 h 於
126 h 為
127 h 旗
128 i 金
129 i 半
130 i 並
131 i 鎮
132 i 食
133 i 拿
134 i 前
135 i 美
136 i 道
137 i 會
138 j 目
139 j 刀
140 j 角
141 j 周
142 j 眼
143 j 運
144 j 解
145 j 肉
146 j 色
147 j 免
148 k 人
149 k 入
150 k 八
151 k 做
152 k 他
153 k 進
154 k 你
155 k 坐
156 k 作
157 k 個
158 l 竹
159 l 看
160 l 師
161 l 和
162 l 第
163 l 種
164 l 向
165 l 答
166 l 我
167 l 的
168 m 貝
169 m 夕
170 m 貼
171 m 財
172 m 夠
173 m 賠
174 m 體
175 m 贈
176 m 然
177 m 過
178 n 之
179 n 心
180 n 定
181 n 麼
182 n 字
183 n 忙
184 n 家
185 n 應
186 n 寫
187 n 空
188 o 手
189 o 斤
190 o 臼
191 o 無
192 o 把
193 o 接
194 o 興
195 o 推
196 o 學
197 o 動
198 p 日
199 p 曰
200 p 田
201 p 時
202 p 最
203 p 是
204 p 照
205 p 點
206 p 易
207 p 國
208 q 工
209 q 七
210 q 車
211 q 哥
212 q 事
213 q 較
214 q 敢
215 q 頭
216 q 或
217 q 區
218 r 土
219 r 士
220 r 廿
221 r 起
222 r 地
223 r 老
224 r 帶
225 r 報
226 r 都
227 r 臺
228 s 乙
229 s 鄉
230 s 收
231 s 跳
232 s 跟
233 s 響
234 s 逃
235 s 飛
236 s 路
237 s 踢
238 t 隨
239 t 民
240 t 巴
241 t 書
242 t 張
243 t 院
244 t 強
245 t 除
246 t 群
247 t 陽
248 u 月
249 u 皿
250 u 縣
251 u 腦
252 u 助
253 u 臉
254 u 服
255 u 勝
256 u 胞
257 u 腳
258 v 木
259 v 機
260 v 極
261 v 村
262 v 根
263 v 校
264 v 想
265 v 來
266 v 格
267 v 查
268 w 女
269 w ⎔
270 w ⎔
271 w ⎔
272 w ⎔
273 w ⎔
274 w ⎔
275 w ⎔
276 w ⎔
277 w ⎔
278 x 風
279 x 幾
280 x 經
281 x 結
282 x 級
283 x 將
284 x 能
285 x 給
286 x 總
287 x 約
288 y 立
289 y 言
290 y 裡
291 y 新
292 y 記
293 y 該
294 y 認
295 y 說
296 y 話
297 y 就
298 z 不
299 z 大
300 z 夫
301 z 雨
302 z 成
303 z 在
304 z 布
305 z 願
306 z 原
307 z 電
308 ,, 炎
309 ,, ⎔
310 ,, ⎔
311 ,, ⎔
312 ,, ⎔
313 ,, ⎔
314 ,, 榮
315 ,, ⎔
316 ,, ⎔
317 ,, ⎔
318 ,. 敝
319 ,. 敉
320 ,. ⎔
321 ,. 弊
322 ,. 彆
323 ,. ⎔
324 ,. 幣
325 ,. ⎔
326 ,. ⎔
327 ,. 烙
328 ,/ ⎔
329 ,/ ⎔
330 ,/ ⎔
331 ,/ ⎔
332 ,/ ⎔
333 ,/ ⎔
334 ,/ ⎔
335 ,/ ⎔
336 ,/ 燭
337 ,/ ⎔
338 ,; ⎔
339 ,; ⎔
340 ,; ⎔
341 ,; ⎔
342 ,; ⎔
343 ,; ⎔
344 ,; ⎔
345 ,; ⎔
346 ,; ⎔
347 ,; 燥
348 ,a ⎔
349 ,a ⎔
350 ,a ⎔
351 ,a ⎔
352 ,a ⎔
353 ,a ⎔
354 ,a 炳
355 ,a ⎔
356 ,a 煩
357 ,a 煙
358 ,b 燈
359 ,b ⎔
360 ,b ⎔
361 ,b ⎔
362 ,b ⎔
363 ,b ⎔
364 ,b ⎔
365 ,b ⎔
366 ,b ⎔
367 ,b ⎔
368 ,c ⎔
369 ,c ⎔
370 ,c ⎔
371 ,c ⎔
372 ,c ⎔
373 ,c ⎔
374 ,c ⎔
375 ,c ⎔
376 ,c 炒
377 ,c ⎔
378 ,d ⎔
379 ,d ⎔
380 ,d ⎔
381 ,d ⎔
382 ,d ⎔
383 ,d ⎔
384 ,d ⎔
385 ,d ⎔
386 ,d ⎔
387 ,d ⎔
388 ,e ⎔
389 ,e ⎔
390 ,e ⎔
391 ,e 爛
392 ,e 煆
393 ,e 燜
394 ,e 燦
395 ,e ⎔
396 ,e ⎔
397 ,e 爐
398 ,f 籵
399 ,f ⎔
400 ,f ⎔
401 ,f ⎔
402 ,f ⎔
403 ,f ⎔
404 ,f ⎔
405 ,f ⎔
406 ,f ⎔
407 ,f 糊
408 ,g ⎔
409 ,g ⎔
410 ,g ⎔
411 ,g 籽
412 ,g 煽
413 ,g ⎔
414 ,g ⎔
415 ,g ⎔
416 ,g ⎔
417 ,g ⎔
418 ,h ⎔
419 ,h ⎔
420 ,h ⎔
421 ,h 料
422 ,h ⎔
423 ,h ⎔
424 ,h ⎔
425 ,h ⎔
426 ,h ⎔
427 ,h ⎔
428 ,i ⎔
429 ,i ⎔
430 ,i ⎔
431 ,i 糕
432 ,i ⎔
433 ,i ⎔
434 ,i ⎔
435 ,i ⎔
436 ,i 燧
437 ,i 燴
438 ,j 灱
439 ,j ⎔
440 ,j ⎔
441 ,j ⎔
442 ,j ⎔
443 ,j ⎔
444 ,j 煥
445 ,j 炊
446 ,j 焰
447 ,j 炯
448 ,k ⎔
449 ,k ⎔
450 ,k ⎔
451 ,k ⎔
452 ,k ⎔
453 ,k ⎔
454 ,k 粉
455 ,k ⎔
456 ,k ⎔
457 ,k ⎔
458 ,l ⎔
459 ,l ⎔
460 ,l ⎔
461 ,l ⎔
462 ,l 炮
463 ,l 灼
464 ,l 熄
465 ,l ⎔
466 ,l ⎔
467 ,l 煌
468 ,m 燃
469 ,m ⎔
470 ,m ⎔
471 ,m ⎔
472 ,m ⎔
473 ,m ⎔
474 ,m ⎔
475 ,m ⎔
476 ,m ⎔
477 ,m ⎔
478 ,n 迷
479 ,n ⎔
480 ,n ⎔
481 ,n ⎔
482 ,n 糖
483 ,n ⎔
484 ,n ⎔
485 ,n 熔
486 ,n ⎔
487 ,n ⎔
488 ,o 炘
489 ,o ⎔
490 ,o 炸
491 ,o 燬
492 ,o ⎔
493 ,o ⎔
494 ,o ⎔
495 ,o ⎔
496 ,o ⎔
497 ,o 糙
498 ,p 糧
499 ,p ⎔
500 ,p ⎔
501 ,p 爆
502 ,p ⎔
503 ,p 煜
504 ,p ⎔
505 ,p ⎔
506 ,p ⎔
507 ,p ⎔
508 ,q 灴
509 ,q ⎔
510 ,q ⎔
511 ,q ⎔
512 ,q 炬
513 ,q ⎔
514 ,q ⎔
515 ,q ⎔
516 ,q ⎔
517 ,q 糟
518 ,r 灶
519 ,r ⎔
520 ,r ⎔
521 ,r 燒
522 ,r ⎔
523 ,r ⎔
524 ,r 精
525 ,r 烘
526 ,r 烤
527 ,r ⎔
528 ,s ⎔
529 ,s ⎔
530 ,s ⎔
531 ,s ⎔
532 ,s ⎔
533 ,s ⎔
534 ,s ⎔
535 ,s ⎔
536 ,s ⎔
537 ,s ⎔
538 ,t ⎔
539 ,t ⎔
540 ,t 燼
541 ,t ⎔
542 ,t ⎔
543 ,t ⎔
544 ,t ⎔
545 ,t ⎔
546 ,t ⎔
547 ,t ⎔
548 ,u 粗
549 ,u ⎔
550 ,u ⎔
551 ,u ⎔
552 ,u ⎔
553 ,u ⎔
554 ,u ⎔
555 ,u ⎔
556 ,u ⎔
557 ,u ⎔
558 ,v 炑
559 ,v ⎔
560 ,v ⎔
561 ,v ⎔
562 ,v ⎔
563 ,v ⎔
564 ,v ⎔
565 ,v ⎔
566 ,v ⎔
567 ,v 煉
568 ,w 籹
569 ,w ⎔
570 ,w ⎔
571 ,w ⎔
572 ,w ⎔
573 ,w ⎔
574 ,w ⎔
575 ,w ⎔
576 ,w ⎔
577 ,w ⎔
578 ,x ⎔
579 ,x 糝
580 ,x ⎔
581 ,x ⎔
582 ,x ⎔
583 ,x ⎔
584 ,x ⎔
585 ,x ⎔
586 ,x ⎔
587 ,x ⎔
588 ,y 粒
589 ,y 炕
590 ,y ⎔
591 ,y ⎔
592 ,y ⎔
593 ,y ⎔
594 ,y ⎔
595 ,y 粹
596 ,y ⎔
597 ,y 焙
598 ,z 糯
599 ,z ⎔
600 ,z ⎔
601 ,z ⎔
602 ,z ⎔
603 ,z 類
604 ,z ⎔
605 ,z 燎
606 ,z ⎔
607 ,z ⎔
608 ., 狄
609 ., ⎔
610 ., ⎔
611 ., ⎔
612 ., ⎔
613 ., 逖
614 ., ⎔
615 ., ⎔
616 ., ⎔
617 ., ⎔
618 .. 爻
619 .. 狐
620 .. ⎔
621 .. 循
622 .. 猙
623 .. ⎔
624 .. ⎔
625 .. ⎔
626 .. ⎔
627 .. 貉
628 ./ ⎔
629 ./ 玀
630 ./ ⎔
631 ./ ⎔
632 ./ 爵
633 ./ ⎔
634 ./ ⎔
635 ./ ⎔
636 ./ 獨
637 ./ ⎔
638 .; 各
639 .; ⎔
640 .; ⎔
641 .; ⎔
642 .; ⎔
643 .; ⎔
644 .; 狷
645 .; 雒
646 .; ⎔
647 .; ⎔
648 .a 爰
649 .a 徑
650 .a 征
651 .a 狂
652 .a 衙
653 .a ⎔
654 .a ⎔
655 .a ⎔
656 .a 須
657 .a ⎔
658 .b ⎔
659 .b ⎔
660 .b ⎔
661 .b ⎔
662 .b ⎔
663 .b ⎔
664 .b 亂
665 .b ⎔
666 .b ⎔
667 .b ⎔
668 .c 衍
669 .c ⎔
670 .c ⎔
671 .c ⎔
672 .c ⎔
673 .c ⎔
674 .c 躺
675 .c ⎔
676 .c ⎔
677 .c ⎔
678 .d 凶
679 .d 兇
680 .d ⎔
681 .d ⎔
682 .d ⎔
683 .d ⎔
684 .d ⎔
685 .d 爬
686 .d ⎔
687 .d ⎔
688 .e 刈
689 .e 遞
690 .e 徙
691 .e ⎔
692 .e ⎔
693 .e ⎔
694 .e ⎔
695 .e ⎔
696 .e ⎔
697 .e ⎔
698 .f 夆
699 .f ⎔
700 .f ⎔
701 .f ⎔
702 .f ⎔
703 .f 射
704 .f 盾
705 .f 獲
706 .f 豺
707 .f 德
708 .g ⎔
709 .g 犯
710 .g ⎔
711 .g 猛
712 .g ⎔
713 .g ⎔
714 .g ⎔
715 .g ⎔
716 .g ⎔
717 .g ⎔
718 .h 冬
719 .h 彷
720 .h ⎔
721 .h ⎔
722 .h 狼
723 .h ⎔
724 .h ⎔
725 .h ⎔
726 .h ⎔
727 .h ⎔
728 .i 銜
729 .i ⎔
730 .i ⎔
731 .i 徐
732 .i ⎔
733 .i ⎔
734 .i ⎔
735 .i ⎔
736 .i ⎔
737 .i 猶
738 .j ⎔
739 .j 覓
740 .j ⎔
741 .j ⎔
742 .j 受
743 .j 愛
744 .j 舜
745 .j ⎔
746 .j ⎔
747 .j 貂
748 .k ⎔
749 .k ⎔
750 .k ⎔
751 .k ⎔
752 .k 猴
753 .k ⎔
754 .k ⎔
755 .k 聳
756 .k ⎔
757 .k 咎
758 .l ⎔
759 .l ⎔
760 .l 獅
761 .l ⎔
762 .l ⎔
763 .l 豹
764 .l ⎔
765 .l ⎔
766 .l ⎔
767 .l 貌
768 .m 狽
769 .m ⎔
770 .m ⎔
771 .m ⎔
772 .m ⎔
773 .m ⎔
774 .m 猾
775 .m ⎔
776 .m ⎔
777 .m ⎔
778 .n ⎔
779 .n ⎔
780 .n ⎔
781 .n 狩
782 .n ⎔
783 .n 獰
784 .n ⎔
785 .n ⎔
786 .n ⎔
787 .n ⎔
788 .o 舀
789 .o ⎔
790 .o ⎔
791 .o ⎔
792 .o ⎔
793 .o ⎔
794 .o ⎔
795 .o ⎔
796 .o ⎔
797 .o 復
798 .p 得
799 .p ⎔
800 .p 狎
801 .p 貍
802 .p ⎔
803 .p ⎔
804 .p ⎔
805 .p ⎔
806 .p 猩
807 .p 猖
808 .q 后
809 .q ⎔
810 .q ⎔
811 .q ⎔
812 .q ⎔
813 .q 逅
814 .q ⎔
815 .q ⎔
816 .q ⎔
817 .q 軀
818 .r ⎔
819 .r ⎔
820 .r 徒
821 .r 待
822 .r ⎔
823 .r ⎔
824 .r 猜
825 .r 衖
826 .r ⎔
827 .r 猿
828 .s ⎔
829 .s ⎔
830 .s ⎔
831 .s 躲
832 .s 役
833 .s ⎔
834 .s ⎔
835 .s ⎔
836 .s ⎔
837 .s ⎔
838 .t ⎔
839 .t 懇
840 .t 爭
841 .t 律
842 .t 彼
843 .t ⎔
844 .t ⎔
845 .t ⎔
846 .t ⎔
847 .t 衛
848 .u 衡
849 .u ⎔
850 .u ⎔
851 .u ⎔
852 .u ⎔
853 .u ⎔
854 .u ⎔
855 .u ⎔
856 .u ⎔
857 .u ⎔
858 .v 采
859 .v ⎔
860 .v ⎔
861 .v ⎔
862 .v ⎔
863 .v 殺
864 .v ⎔
865 .v 徠
866 .v 彩
867 .v 釉
868 .w 妥
869 .w ⎔
870 .w ⎔
871 .w ⎔
872 .w ⎔
873 .w ⎔
874 .w ⎔
875 .w ⎔
876 .w ⎔
877 .w 獵
878 .x 雞
879 .x ⎔
880 .x ⎔
881 .x ⎔
882 .x ⎔
883 .x ⎔
884 .x ⎔
885 .x 瓜
886 .x 後
887 .x ⎔
888 .y 狺
889 .y ⎔
890 .y ⎔
891 .y 往
892 .y ⎔
893 .y ⎔
894 .y ⎔
895 .y 狡
896 .y ⎔
897 .y 獐
898 .z ⎔
899 .z ⎔
900 .z ⎔
901 .z ⎔
902 .z ⎔
903 .z ⎔
904 .z 希
905 .z 狹
906 .z ⎔
907 .z ⎔
908 /, ⎔
909 /, ⎔
910 /, ⎔
911 /, ⎔
912 /, ⎔
913 /, ⎔
914 /, ⎔
915 /, ⎔
916 /, ⎔
917 /, ⎔
918 /. ⎔
919 /. ⎔
920 /. ⎔
921 /. 蜂
922 /. ⎔
923 /. ⎔
924 /. ⎔
925 /. ⎔
926 /. ⎔
927 /. ⎔
928 // ⎔
929 // ⎔
930 // ⎔
931 // ⎔
932 // ⎔
933 // ⎔
934 // ⎔
935 // ⎔
936 // ⎔
937 // 蟲
938 /; ⎔
939 /; ⎔
940 /; ⎔
941 /; ⎔
942 /; 蜈
943 /; ⎔
944 /; ⎔
945 /; ⎔
946 /; ⎔
947 /; 蟬
948 /a ⎔
949 /a 蛭
950 /a ⎔
951 /a ⎔
952 /a ⎔
953 /a ⎔
954 /a ⎔
955 /a ⎔
956 /a ⎔
957 /a ⎔
958 /b ⎔
959 /b ⎔
960 /b ⎔
961 /b ⎔
962 /b ⎔
963 /b ⎔
964 /b 蛹
965 /b ⎔
966 /b ⎔
967 /b ⎔
968 /c ⎔
969 /c ⎔
970 /c ⎔
971 /c ⎔
972 /c ⎔
973 /c 遝
974 /c 螳
975 /c ⎔
976 /c ⎔
977 /c ⎔
978 /d ⎔
979 /d ⎔
980 /d ⎔
981 /d ⎔
982 /d ⎔
983 /d ⎔
984 /d ⎔
985 /d ⎔
986 /d ⎔
987 /d ⎔
988 /e ⎔
989 /e ⎔
990 /e 罪
991 /e ⎔
992 /e 蝦
993 /e ⎔
994 /e ⎔
995 /e ⎔
996 /e ⎔
997 /e 罩
998 /f 蚌
999 /f ⎔
1000 /f ⎔
1001 /f ⎔
1002 /f ⎔
1003 /f ⎔
1004 /f 置
1005 /f ⎔
1006 /f ⎔
1007 /f 蝴
1008 /g ⎔
1009 /g ⎔
1010 /g ⎔
1011 /g 蜢
1012 /g ⎔
1013 /g ⎔
1014 /g 蝙
1015 /g 罵
1016 /g ⎔
1017 /g ⎔
1018 /h ⎔
1019 /h ⎔
1020 /h ⎔
1021 /h 蚪
1022 /h 螂
1023 /h ⎔
1024 /h ⎔
1025 /h ⎔
1026 /h ⎔
1027 /h ⎔
1028 /i 蜷
1029 /i ⎔
1030 /i ⎔
1031 /i 蟻
1032 /i 蛉
1033 /i ⎔
1034 /i 蝓
1035 /i ⎔
1036 /i ⎔
1037 /i 蛤
1038 /j 虭
1039 /j 蜆
1040 /j ⎔
1041 /j 蜩
1042 /j ⎔
1043 /j ⎔
1044 /j ⎔
1045 /j ⎔
1046 /j ⎔
1047 /j 螟
1048 /k ⎔
1049 /k 蚣
1050 /k ⎔
1051 /k ⎔
1052 /k ⎔
1053 /k ⎔
1054 /k ⎔
1055 /k 眾
1056 /k ⎔
1057 /k 蛻
1058 /l ⎔
1059 /l ⎔
1060 /l ⎔
1061 /l 蜊
1062 /l ⎔
1063 /l ⎔
1064 /l ⎔
1065 /l 蟋
1066 /l 蛾
1067 /l 蝗
1068 /m 買
1069 /m ⎔
1070 /m ⎔
1071 /m ⎔
1072 /m ⎔
1073 /m ⎔
1074 /m ⎔
1075 /m ⎔
1076 /m ⎔
1077 /m 蝸
1078 /n 蛇
1079 /n ⎔
1080 /n ⎔
1081 /n ⎔
1082 /n ⎔
1083 /n ⎔
1084 /n 蜿
1085 /n 罹
1086 /n ⎔
1087 /n ⎔
1088 /o 蚚
1089 /o ⎔
1090 /o 蚱
1091 /o 蛛
1092 /o ⎔
1093 /o ⎔
1094 /o ⎔
1095 /o ⎔
1096 /o ⎔
1097 /o ⎔
1098 /p 蟈
1099 /p 螺
1100 /p ⎔
1101 /p 蛐
1102 /p ⎔
1103 /p ⎔
1104 /p 蝟
1105 /p ⎔
1106 /p 蠍
1107 /p 蛔
1108 /q 虹
1109 /q ⎔
1110 /q 蚜
1111 /q ⎔
1112 /q ⎔
1113 /q ⎔
1114 /q ⎔
1115 /q ⎔
1116 /q 還
1117 /q 蝠
1118 /r 蚶
1119 /r 蝶
1120 /r ⎔
1121 /r 蛙
1122 /r ⎔
1123 /r ⎔
1124 /r 蜻
1125 /r 睪
1126 /r 署
1127 /r ⎔
1128 /s 虮
1129 /s ⎔
1130 /s ⎔
1131 /s ⎔
1132 /s ⎔
1133 /s ⎔
1134 /s ⎔
1135 /s ⎔
1136 /s ⎔
1137 /s ⎔
1138 /t ⎔
1139 /t ⎔
1140 /t ⎔
1141 /t ⎔
1142 /t 蚓
1143 /t ⎔
1144 /t ⎔
1145 /t ⎔
1146 /t ⎔
1147 /t ⎔
1148 /u 蛆
1149 /u ⎔
1150 /u ⎔
1151 /u ⎔
1152 /u ⎔
1153 /u ⎔
1154 /u ⎔
1155 /u ⎔
1156 /u ⎔
1157 /u ⎔
1158 /v 蚞
1159 /v ⎔
1160 /v ⎔
1161 /v ⎔
1162 /v ⎔
1163 /v ⎔
1164 /v ⎔
1165 /v ⎔
1166 /v 蜥
1167 /v ⎔
1168 /w ⎔
1169 /w ⎔
1170 /w ⎔
1171 /w ⎔
1172 /w ⎔
1173 /w ⎔
1174 /w ⎔
1175 /w ⎔
1176 /w ⎔
1177 /w 蠟
1178 /x ⎔
1179 /x ⎔
1180 /x ⎔
1181 /x ⎔
1182 /x ⎔
1183 /x ⎔
1184 /x 罷
1185 /x 羅
1186 /x ⎔
1187 /x ⎔
1188 /y 詈
1189 /y 蟀
1190 /y 罰
1191 /y 蛀
1192 /y ⎔
1193 /y ⎔
1194 /y ⎔
1195 /y 蛟
1196 /y 蚊
1197 /y 蟑
1198 /z 罘
1199 /z 蚨
1200 /z ⎔
1201 /z 蠣
1202 /z ⎔
1203 /z ⎔
1204 /z ⎔
1205 /z ⎔
1206 /z ⎔
1207 /z ⎔
1208 ;, 咪
1209 ;, ⎔
1210 ;, ⎔
1211 ;, ⎔
1212 ;, ⎔
1213 ;, ⎔
1214 ;, ⎔
1215 ;, 嘮
1216 ;, ⎔
1217 ;, ⎔
1218 ;. 史
1219 ;. 呱
1220 ;. ⎔
1221 ;. ⎔
1222 ;. ⎔
1223 ;. 咚
1224 ;. 噯
1225 ;. ⎔
1226 ;. ⎔
1227 ;. 嚼
1228 ;/ 呬
1229 ;/ 囉
1230 ;/ ⎔
1231 ;/ ⎔
1232 ;/ ⎔
1233 ;/ ⎔
1234 ;/ ⎔
1235 ;/ 雖
1236 ;/ ⎔
1237 ;/ ⎔
1238 ;; 器
1239 ;; 咒
1240 ;; 患
1241 ;; ⎔
1242 ;; ⎔
1243 ;; ⎔
1244 ;; ⎔
1245 ;; ⎔
1246 ;; ⎔
1247 ;; 戰
1248 ;a ⎔
1249 ;a ⎔
1250 ;a 啞
1251 ;a 味
1252 ;a 號
1253 ;a ⎔
1254 ;a 咧
1255 ;a ⎔
1256 ;a 啄
1257 ;a 哽
1258 ;b 另
1259 ;b 叻
1260 ;b 囑
1261 ;b ⎔
1262 ;b 嗓
1263 ;b ⎔
1264 ;b 唧
1265 ;b 呎
1266 ;b ⎔
1267 ;b 咖
1268 ;c 足
1269 ;c ⎔
1270 ;c ⎔
1271 ;c ⎔
1272 ;c ⎔
1273 ;c ⎔
1274 ;c 噹
1275 ;c ⎔
1276 ;c 吵
1277 ;c ⎔
1278 ;d 中
1279 ;d ⎔
1280 ;d 咄
1281 ;d ⎔
1282 ;d ⎔
1283 ;d 忠
1284 ;d 盅
1285 ;d ⎔
1286 ;d ⎔
1287 ;d ⎔
1288 ;e 嘴
1289 ;e 噓
1290 ;e 啡
1291 ;e ⎔
1292 ;e ⎔
1293 ;e ⎔
1294 ;e 啃
1295 ;e ⎔
1296 ;e ⎔
1297 ;e ⎔
1298 ;f 嘩
1299 ;f ⎔
1300 ;f ⎔
1301 ;f 噴
1302 ;f 吱
1303 ;f 吋
1304 ;f 喃
1305 ;f ⎔
1306 ;f 哎
1307 ;f 嘲
1308 ;g 吳
1309 ;g ⎔
1310 ;g ⎔
1311 ;g 哪
1312 ;g ⎔
1313 ;g ⎔
1314 ;g ⎔
1315 ;g 嗎
1316 ;g ⎔
1317 ;g ⎔
1318 ;h ⎔
1319 ;h ⎔
1320 ;h ⎔
1321 ;h ⎔
1322 ;h ⎔
1323 ;h ⎔
1324 ;h ⎔
1325 ;h ⎔
1326 ;h 嗾
1327 ;h ⎔
1328 ;i ⎔
1329 ;i ⎔
1330 ;i ⎔
1331 ;i 咩
1332 ;i 唸
1333 ;i ⎔
1334 ;i 喻
1335 ;i ⎔
1336 ;i ⎔
1337 ;i 哈
1338 ;j 叨
1339 ;j 叩
1340 ;j 吊
1341 ;j 嗣
1342 ;j ⎔
1343 ;j ⎔
1344 ;j 喚
1345 ;j 吶
1346 ;j 啗
1347 ;j ⎔
1348 ;k 只
1349 ;k 叭
1350 ;k ⎔
1351 ;k 咐
1352 ;k 喉
1353 ;k 唯
1354 ;k 吩
1355 ;k ⎔
1356 ;k ⎔
1357 ;k ⎔
1358 ;l 噬
1359 ;l ⎔
1360 ;l 別
1361 ;l 呈
1362 ;l 吸
1363 ;l ⎔
1364 ;l 咱
1365 ;l 呼
1366 ;l 吻
1367 ;l 呂
1368 ;m 員
1369 ;m 唄
1370 ;m ⎔
1371 ;m ⎔
1372 ;m 勛
1373 ;m ⎔
1374 ;m 嚶
1375 ;m ⎔
1376 ;m ⎔
1377 ;m ⎔
1378 ;n 喧
1379 ;n ⎔
1380 ;n ⎔
1381 ;n 嘛
1382 ;n ⎔
1383 ;n 嚀
1384 ;n ⎔
1385 ;n ⎔
1386 ;n 喀
1387 ;n ⎔
1388 ;o 听
1389 ;o 吃
1390 ;o 咋
1391 ;o 唾
1392 ;o ⎔
1393 ;o 啦
1394 ;o ⎔
1395 ;o ⎔
1396 ;o 啪
1397 ;o ⎔
1398 ;p 喂
1399 ;p ⎔
1400 ;p 呷
1401 ;p 哩
1402 ;p ⎔
1403 ;p ⎔
1404 ;p 喟
1405 ;p 嘿
1406 ;p 喝
1407 ;p 唱
1408 ;q 叱
1409 ;q ⎔
1410 ;q 呀
1411 ;q ⎔
1412 ;q ⎔
1413 ;q 哺
1414 ;q ⎔
1415 ;q ⎔
1416 ;q ⎔
1417 ;q 嘔
1418 ;r 吐
1419 ;r 喋
1420 ;r 嚇
1421 ;r 哇
1422 ;r ⎔
1423 ;r 嗷
1424 ;r 嘖
1425 ;r 哄
1426 ;r 嗜
1427 ;r 嘻
1428 ;s 兄
1429 ;s ⎔
1430 ;s 叫
1431 ;s ⎔
1432 ;s ⎔
1433 ;s ⎔
1434 ;s ⎔
1435 ;s ⎔
1436 ;s ⎔
1437 ;s ⎔
1438 ;t 啊
1439 ;t 哏
1440 ;t 吧
1441 ;t ⎔
1442 ;t ⎔
1443 ;t ⎔
1444 ;t ⎔
1445 ;t ⎔
1446 ;t ⎔
1447 ;t ⎔
1448 ;u 咀
1449 ;u ⎔
1450 ;u ⎔
1451 ;u ⎔
1452 ;u ⎔
1453 ;u ⎔
1454 ;u ⎔
1455 ;u 嚕
1456 ;u 鵑
1457 ;u ⎔
1458 ;v 呆
1459 ;v ⎔
1460 ;v ⎔
1461 ;v 噤
1462 ;v ⎔
1463 ;v ⎔
1464 ;v ⎔
1465 ;v ⎔
1466 ;v ⎔
1467 ;v 喇
1468 ;w ⎔
1469 ;w ⎔
1470 ;w ⎔
1471 ;w ⎔
1472 ;w 呶
1473 ;w ⎔
1474 ;w ⎔
1475 ;w ⎔
1476 ;w 喙
1477 ;w ⎔
1478 ;x 吆
1479 ;x 嘰
1480 ;x ⎔
1481 ;x ⎔
1482 ;x ⎔
1483 ;x ⎔
1484 ;x ⎔
1485 ;x 唆
1486 ;x 唉
1487 ;x ⎔
1488 ;y 唁
1489 ;y 咳
1490 ;y ⎔
1491 ;y ⎔
1492 ;y ⎔
1493 ;y ⎔
1494 ;y 嚨
1495 ;y 咬
1496 ;y ⎔
1497 ;y 鄙
1498 ;z 喊
1499 ;z ⎔
1500 ;z ⎔
1501 ;z ⎔
1502 ;z 咦
1503 ;z 吠
1504 ;z 唷
1505 ;z 嘹
1506 ;z ⎔
1507 ;z 喱
1508 a, ⎔
1509 a, ⎔
1510 a, ⎔
1511 a, ⎔
1512 a, ⎔
1513 a, ⎔
1514 a, ⎔
1515 a, ⎔
1516 a, ⎔
1517 a, ⎔
1518 a. 豕
1519 a. ⎔
1520 a. 豭
1521 a. 豬
1522 a. ⎔
1523 a. 逐
1524 a. ⎔
1525 a. ⎔
1526 a. ⎔
1527 a. ⎔
1528 a/ 西
1529 a/ 要
1530 a/ ⎔
1531 a/ 栗
1532 a/ ⎔
1533 a/ 迺
1534 a/ 賈
1535 a/ 粟
1536 a/ 覆
1537 a/ 覃
1538 a; ⎔
1539 a; ⎔
1540 a; ⎔
1541 a; ⎔
1542 a; ⎔
1543 a; ⎔
1544 a; ⎔
1545 a; ⎔
1546 a; ⎔
1547 a; ⎔
1548 aa 二
1549 aa 元
1550 aa 武
1551 aa ⎔
1552 aa ⎔
1553 aa ⎔
1554 aa 次
1555 aa ⎔
1556 aa ⎔
1557 aa ⎔
1558 ab ⎔
1559 ab ⎔
1560 ab ⎔
1561 ab ⎔
1562 ab ⎔
1563 ab ⎔
1564 ab ⎔
1565 ab ⎔
1566 ab ⎔
1567 ab ⎔
1568 ac 下
1569 ac ⎔
1570 ac ⎔
1571 ac ⎔
1572 ac ⎔
1573 ac ⎔
1574 ac ⎔
1575 ac ⎔
1576 ac ⎔
1577 ac ⎔
1578 ad 丁
1579 ad 頓
1580 ad ⎔
1581 ad ⎔
1582 ad ⎔
1583 ad ⎔
1584 ad ⎔
1585 ad ⎔
1586 ad ⎔
1587 ad ⎔
1588 ae 正
1589 ae 耳
1590 ae ⎔
1591 ae ⎔
1592 ae 取
1593 ae 職
1594 ae 耽
1595 ae 聆
1596 ae 聊
1597 ae 聖
1598 af 干
1599 af 于
1600 af 型
1601 af ⎔
1602 af 邢
1603 af 迂
1604 af 盂
1605 af ⎔
1606 af 形
1607 af 甜
1608 ag ⎔
1609 ag ⎔
1610 ag ⎔
1611 ag ⎔
1612 ag ⎔
1613 ag ⎔
1614 ag ⎔
1615 ag ⎔
1616 ag ⎔
1617 ag 亟
1618 ah ⎔
1619 ah ⎔
1620 ah ⎔
1621 ah ⎔
1622 ah ⎔
1623 ah ⎔
1624 ah ⎔
1625 ah ⎔
1626 ah ⎔
1627 ah ⎔
1628 ai 平
1629 ai ⎔
1630 ai ⎔
1631 ai ⎔
1632 ai ⎔
1633 ai ⎔
1634 ai ⎔
1635 ai ⎔
1636 ai ⎔
1637 ai ⎔
1638 aj ⎔
1639 aj ⎔
1640 aj ⎔
1641 aj 再
1642 aj ⎔
1643 aj 麗
1644 aj ⎔
1645 aj 丙
1646 aj ⎔
1647 aj ⎔
1648 ak ⎔
1649 ak ⎔
1650 ak ⎔
1651 ak ⎔
1652 ak ⎔
1653 ak ⎔
1654 ak 爾
1655 ak ⎔
1656 ak ⎔
1657 ak ⎔
1658 al 万
1659 al ⎔
1660 al ⎔
1661 al ⎔
1662 al ⎔
1663 al ⎔
1664 al 憂
1665 al ⎔
1666 al ⎔
1667 al 百
1668 am 歹
1669 am 殆
1670 am 烈
1671 am 殖
1672 am ⎔
1673 am 殯
1674 am 殃
1675 am 殮
1676 am 殊
1677 am ⎔
1678 an ⎔
1679 an ⎔
1680 an ⎔
1681 an ⎔
1682 an ⎔
1683 an ⎔
1684 an ⎔
1685 an ⎔
1686 an ⎔
1687 an ⎔
1688 ao ⎔
1689 ao ⎔
1690 ao ⎔
1691 ao ⎔
1692 ao ⎔
1693 ao ⎔
1694 ao ⎔
1695 ao ⎔
1696 ao ⎔
1697 ao ⎔
1698 ap 酉
1699 ap 酸
1700 ap ⎔
1701 ap 醋
1702 ap 配
1703 ap 醉
1704 ap 酩
1705 ap 醮
1706 ap 更
1707 ap 醒
1708 aq ⎔
1709 aq 式
1710 aq ⎔
1711 aq ⎔
1712 aq ⎔
1713 aq ⎔
1714 aq ⎔
1715 aq ⎔
1716 aq ⎔
1717 aq ⎔
1718 ar 王
1719 ar 壬
1720 ar 瑞
1721 ar 球
1722 ar 玻
1723 ar 班
1724 ar 玖
1725 ar 珍
1726 ar 珠
1727 ar 理
1728 as 兀
1729 as ⎔
1730 as ⎔
1731 as ⎔
1732 as ⎔
1733 as ⎔
1734 as ⎔
1735 as ⎔
1736 as ⎔
1737 as 虺
1738 at 五
1739 at ⎔
1740 at 妻
1741 at ⎔
1742 at ⎔
1743 at ⎔
1744 at ⎔
1745 at ⎔
1746 at ⎔
1747 at 吾
1748 au ⎔
1749 au ⎔
1750 au ⎔
1751 au ⎔
1752 au ⎔
1753 au ⎔
1754 au ⎔
1755 au ⎔
1756 au ⎔
1757 au ⎔
1758 av 未
1759 av ⎔
1760 av ⎔
1761 av ⎔
1762 av ⎔
1763 av ⎔
1764 av ⎔
1765 av ⎔
1766 av 釐
1767 av ⎔
1768 aw 互
1769 aw ⎔
1770 aw ⎔
1771 aw ⎔
1772 aw ⎔
1773 aw ⎔
1774 aw ⎔
1775 aw ⎔
1776 aw ⎔
1777 aw ⎔
1778 ax 戈
1779 ax 弋
1780 ax 划
1781 ax 至
1782 ax ⎔
1783 ax ⎔
1784 ax ⎔
1785 ax ⎔
1786 ax 鳶
1787 ax ⎔
1788 ay ⎔
1789 ay ⎔
1790 ay ⎔
1791 ay ⎔
1792 ay ⎔
1793 ay ⎔
1794 ay ⎔
1795 ay ⎔
1796 ay ⎔
1797 ay ⎔
1798 az 天
1799 az ⎔
1800 az 忝
1801 az ⎔
1802 az ⎔
1803 az ⎔
1804 az ⎔
1805 az ⎔
1806 az ⎔
1807 az 吞
1808 b, 屎
1809 b, ⎔
1810 b, ⎔
1811 b, ⎔
1812 b, ⎔
1813 b, ⎔
1814 b, ⎔
1815 b, ⎔
1816 b, ⎔
1817 b, ⎔
1818 b. ⎔
1819 b. ⎔
1820 b. ⎔
1821 b. 屜
1822 b. ⎔
1823 b. ⎔
1824 b. ⎔
1825 b. ⎔
1826 b. 履
1827 b. 屨
1828 b/ ⎔
1829 b/ ⎔
1830 b/ ⎔
1831 b/ ⎔
1832 b/ ⎔
1833 b/ ⎔
1834 b/ ⎔
1835 b/ ⎔
1836 b/ ⎔
1837 b/ ⎔
1838 b; 加
1839 b; ⎔
1840 b; ⎔
1841 b; 架
1842 b; 駕
1843 b; 避
1844 b; 賀
1845 b; ⎔
1846 b; ⎔
1847 b; ⎔
1848 ba 慰
1849 ba 屋
1850 ba ⎔
1851 ba ⎔
1852 ba ⎔
1853 ba ⎔
1854 ba 屍
1855 ba ⎔
1856 ba ⎔
1857 ba ⎔
1858 bb 羽
1859 bb ⎔
1860 bb ⎔
1861 bb 羿
1862 bb 桑
1863 bb 翠
1864 bb ⎔
1865 bb 戳
1866 bb 習
1867 bb 翼
1868 bc 尿
1869 bc ⎔
1870 bc ⎔
1871 bc ⎔
1872 bc ⎔
1873 bc ⎔
1874 bc 屑
1875 bc ⎔
1876 bc 遲
1877 bc 屬
1878 bd ⎔
1879 bd ⎔
1880 bd 屈
1881 bd ⎔
1882 bd ⎔
1883 bd ⎔
1884 bd ⎔
1885 bd ⎔
1886 bd ⎔
1887 bd ⎔
1888 be ⎔
1889 be ⎔
1890 be 屝
1891 be ⎔
1892 be ⎔
1893 be ⎔
1894 be ⎔
1895 be ⎔
1896 be ⎔
1897 be ⎔
1898 bf ⎔
1899 bf ⎔
1900 bf ⎔
1901 bf ⎔
1902 bf ⎔
1903 bf ⎔
1904 bf ⎔
1905 bf ⎔
1906 bf ⎔
1907 bf 居
1908 bg ⎔
1909 bg ⎔
1910 bg 預
1911 bg 孱
1912 bg ⎔
1913 bg ⎔
1914 bg ⎔
1915 bg ⎔
1916 bg ⎔
1917 bg 局
1918 bh 叉
1919 bh ⎔
1920 bh ⎔
1921 bh ⎔
1922 bh ⎔
1923 bh 蚤
1924 bh ⎔
1925 bh ⎔
1926 bh ⎔
1927 bh ⎔
1928 bi ⎔
1929 bi ⎔
1930 bi ⎔
1931 bi 屏
1932 bi ⎔
1933 bi ⎔
1934 bi ⎔
1935 bi ⎔
1936 bi ⎔
1937 bi ⎔
1938 bj 即
1939 bj 眉
1940 bj 刷
1941 bj 勇
1942 bj ⎔
1943 bj ⎔
1944 bj ⎔
1945 bj ⎔
1946 bj ⎔
1947 bj ⎔
1948 bk 尺
1949 bk ⎔
1950 bk ⎔
1951 bk ⎔
1952 bk ⎔
1953 bk ⎔
1954 bk ⎔
1955 bk ⎔
1956 bk ⎔
1957 bk 層
1958 bl 尾
1959 bl ⎔
1960 bl ⎔
1961 bl ⎔
1962 bl ⎔
1963 bl ⎔
1964 bl ⎔
1965 bl ⎔
1966 bl ⎔
1967 bl ⎔
1968 bm ⎔
1969 bm ⎔
1970 bm ⎔
1971 bm ⎔
1972 bm ⎔
1973 bm ⎔
1974 bm ⎔
1975 bm ⎔
1976 bm ⎔
1977 bm ⎔
1978 bn 迉
1979 bn ⎔
1980 bn ⎔
1981 bn ⎔
1982 bn ⎔
1983 bn ⎔
1984 bn ⎔
1985 bn ⎔
1986 bn ⎔
1987 bn ⎔
1988 bo ⎔
1989 bo ⎔
1990 bo ⎔
1991 bo ⎔
1992 bo ⎔
1993 bo ⎔
1994 bo ⎔
1995 bo ⎔
1996 bo ⎔
1997 bo ⎔
1998 bp 屇
1999 bp ⎔
2000 bp ⎔
2001 bp ⎔
2002 bp ⎔
2003 bp ⎔
2004 bp ⎔
2005 bp ⎔
2006 bp ⎔
2007 bp 屢
2008 bq 尼
2009 bq 既
2010 bq ⎔
2011 bq ⎔
2012 bq ⎔
2013 bq ⎔
2014 bq ⎔
2015 bq 登
2016 bq ⎔
2017 bq ⎔
2018 br ⎔
2019 br 展
2020 br 屆
2021 br ⎔
2022 br ⎔
2023 br ⎔
2024 br ⎔
2025 br 殿
2026 br 屠
2027 br ⎔
2028 bs ⎔
2029 bs ⎔
2030 bs ⎔
2031 bs ⎔
2032 bs ⎔
2033 bs ⎔
2034 bs ⎔
2035 bs ⎔
2036 bs ⎔
2037 bs ⎔
2038 bt ⎔
2039 bt ⎔
2040 bt ⎔
2041 bt ⎔
2042 bt 發
2043 bt ⎔
2044 bt ⎔
2045 bt ⎔
2046 bt ⎔
2047 bt ⎔
2048 bu ⎔
2049 bu ⎔
2050 bu ⎔
2051 bu ⎔
2052 bu ⎔
2053 bu ⎔
2054 bu ⎔
2055 bu ⎔
2056 bu ⎔
2057 bu ⎔
2058 bv ⎔
2059 bv ⎔
2060 bv ⎔
2061 bv ⎔
2062 bv ⎔
2063 bv ⎔
2064 bv ⎔
2065 bv ⎔
2066 bv ⎔
2067 bv ⎔
2068 bw ⎔
2069 bw ⎔
2070 bw ⎔
2071 bw ⎔
2072 bw ⎔
2073 bw ⎔
2074 bw ⎔
2075 bw ⎔
2076 bw ⎔
2077 bw ⎔
2078 bx ⎔
2079 bx ⎔
2080 bx ⎔
2081 bx ⎔
2082 bx ⎔
2083 bx ⎔
2084 bx ⎔
2085 bx ⎔
2086 bx ⎔
2087 bx ⎔
2088 by ⎔
2089 by ⎔
2090 by ⎔
2091 by ⎔
2092 by ⎔
2093 by ⎔
2094 by ⎔
2095 by ⎔
2096 by ⎔
2097 by ⎔
2098 bz ⎔
2099 bz ⎔
2100 bz ⎔
2101 bz ⎔
2102 bz ⎔
2103 bz ⎔
2104 bz ⎔
2105 bz ⎔
2106 bz ⎔
2107 bz ⎔
2108 c, ⎔
2109 c, ⎔
2110 c, ⎔
2111 c, ⎔
2112 c, ⎔
2113 c, ⎔
2114 c, ⎔
2115 c, 淡
2116 c, ⎔
2117 c, ⎔
2118 c. 淆
2119 c. 溪
2120 c. ⎔
2121 c. ⎔
2122 c. 淨
2123 c. ⎔
2124 c. ⎔
2125 c. ⎔
2126 c. 派
2127 c. 洛
2128 c/ 泗
2129 c/ ⎔
2130 c/ ⎔
2131 c/ 澤
2132 c/ ⎔
2133 c/ ⎔
2134 c/ 溫
2135 c/ ⎔
2136 c/ 濁
2137 c/ ⎔
2138 c; 呇
2139 c; 況
2140 c; 沖
2141 c; ⎔
2142 c; 浥
2143 c; ⎔
2144 c; 涓
2145 c; ⎔
2146 c; ⎔
2147 c; 澡
2148 ca 添
2149 ca 光
2150 ca 洲
2151 ca 汗
2152 ca 淒
2153 ca ⎔
2154 ca 灑
2155 ca 業
2156 ca 涿
2157 ca 酒
2158 cb 泥
2159 cb ⎔
2160 cb ⎔
2161 cb 澱
2162 cb 潑
2163 cb ⎔
2164 cb 湧
2165 cb ⎔
2166 cb ⎔
2167 cb ⎔
2168 cc 洸
2169 cc ⎔
2170 cc ⎔
2171 cc ⎔
2172 cc ⎔
2173 cc ⎔
2174 cc 消
2175 cc ⎔
2176 cc 沙
2177 cc ⎔
2178 cd 汕
2179 cd ⎔
2180 cd ⎔
2181 cd ⎔
2182 cd ⎔
2183 cd ⎔
2184 cd ⎔
2185 cd 涔
2186 cd ⎔
2187 cd ⎔
2188 ce 淵
2189 ce ⎔
2190 ce 涉
2191 ce 瀾
2192 ce ⎔
2193 ce ⎔
2194 ce 濬
2195 ce ⎔
2196 ce ⎔
2197 ce 濾
2198 cf 汁
2199 cf ⎔
2200 cf ⎔
2201 cf ⎔
2202 cf 瀟
2203 cf ⎔
2204 cf 潔
2205 cf 濩
2206 cf ⎔
2207 cf 湖
2208 cg 淚
2209 cg 氾
2210 cg 池
2211 cg ⎔
2212 cg ⎔
2213 cg ⎔
2214 cg ⎔
2215 cg ⎔
2216 cg ⎔
2217 cg 滬
2218 ch ⎔
2219 ch ⎔
2220 ch ⎔
2221 ch ⎔
2222 ch 浪
2223 ch ⎔
2224 ch ⎔
2225 ch 淤
2226 ch 游
2227 ch ⎔
2228 ci 淦
2229 ci 滋
2230 ci 溯
2231 ci 洋
2232 ci 滄
2233 ci ⎔
2234 ci 淪
2235 ci 溢
2236 ci ⎔
2237 ci 洽
2238 cj 洞
2239 cj 沉
2240 cj 渺
2241 cj ⎔
2242 cj ⎔
2243 cj 梁
2244 cj 渙
2245 cj 深
2246 cj ⎔
2247 cj 常
2248 ck ⎔
2249 ck ⎔
2250 ck 滌
2251 ck ⎔
2252 ck 涕
2253 ck 準
2254 ck 汾
2255 ck 浴
2256 ck ⎔
2257 ck 沿
2258 cl 少
2259 cl 染
2260 cl 涎
2261 cl 活
2262 cl 沒
2263 cl 泛
2264 cl 澳
2265 cl 潘
2266 cl 淘
2267 cl 激
2268 cm 汐
2269 cm 浿
2270 cm 測
2271 cm ⎔
2272 cm ⎔
2273 cm ⎔
2274 cm 滑
2275 cm ⎔
2276 cm ⎔
2277 cm 渦
2278 cn 沁
2279 cn ⎔
2280 cn ⎔
2281 cn 渡
2282 cn ⎔
2283 cn 滓
2284 cn ⎔
2285 cn 溶
2286 cn 瀋
2287 cn ⎔
2288 co 汽
2289 co 沂
2290 co 泖
2291 co ⎔
2292 co ⎔
2293 co 溜
2294 co ⎔
2295 co ⎔
2296 co 浙
2297 co 浩
2298 cp 汨
2299 cp 汩
2300 cp 沓
2301 cp 沺
2302 cp ⎔
2303 cp ⎔
2304 cp 渭
2305 cp 泅
2306 cp 渴
2307 cp 漫
2308 cq 江
2309 cq 潛
2310 cq 河
2311 cq 柒
2312 cq 渠
2313 cq 浦
2314 cq ⎔
2315 cq ⎔
2316 cq 漸
2317 cq 漕
2318 cr 漢
2319 cr 泄
2320 cr ⎔
2321 cr 澆
2322 cr 濤
2323 cr ⎔
2324 cr 清
2325 cr 港
2326 cr 渚
2327 cr 澎
2328 cs ⎔
2329 cs ⎔
2330 cs ⎔
2331 cs 汛
2332 cs ⎔
2333 cs 汎
2334 cs ⎔
2335 cs 洮
2336 cs ⎔
2337 cs ⎔
2338 ct 潯
2339 ct 泯
2340 ct ⎔
2341 ct 津
2342 ct 波
2343 ct ⎔
2344 ct 浸
2345 ct 決
2346 ct ⎔
2347 ct ⎔
2348 cu 肖
2349 cu ⎔
2350 cu 削
2351 cu ⎔
2352 cu ⎔
2353 cu 逍
2354 cu ⎔
2355 cu 漁
2356 cu ⎔
2357 cu ⎔
2358 cv 沐
2359 cv ⎔
2360 cv ⎔
2361 cv 淋
2362 cv ⎔
2363 cv ⎔
2364 cv 湘
2365 cv 漆
2366 cv 淅
2367 cv 渣
2368 cw 汝
2369 cw ⎔
2370 cw ⎔
2371 cw ⎔
2372 cw ⎔
2373 cw ⎔
2374 cw ⎔
2375 cw ⎔
2376 cw ⎔
2377 cw 淄
2378 cx ⎔
2379 cx 滲
2380 cx ⎔
2381 cx ⎔
2382 cx ⎔
2383 cx ⎔
2384 cx ⎔
2385 cx 浚
2386 cx ⎔
2387 cx 治
2388 cy 泣
2389 cy 灣
2390 cy 汴
2391 cy 注
2392 cy ⎔
2393 cy ⎔
2394 cy 瀛
2395 cy 液
2396 cy 滸
2397 cy 涼
2398 cz 尖
2399 cz ⎔
2400 cz ⎔
2401 cz 涯
2402 cz ⎔
2403 cz 汰
2404 cz 澈
2405 cz 潦
2406 cz 流
2407 cz 淹
2408 d, ⎔
2409 d, ⎔
2410 d, ⎔
2411 d, ⎔
2412 d, ⎔
2413 d, ⎔
2414 d, ⎔
2415 d, 嶸
2416 d, ⎔
2417 d, ⎔
2418 d. 崤
2419 d. ⎔
2420 d. ⎔
2421 d. 峰
2422 d. 崢
2423 d. 嶽
2424 d. ⎔
2425 d. ⎔
2426 d. ⎔
2427 d. ⎔
2428 d/ ⎔
2429 d/ ⎔
2430 d/ ⎔
2431 d/ ⎔
2432 d/ ⎔
2433 d/ ⎔
2434 d/ ⎔
2435 d/ ⎔
2436 d/ ⎔
2437 d/ ⎔
2438 d; ⎔
2439 d; ⎔
2440 d; ⎔
2441 d; ⎔
2442 d; ⎔
2443 d; ⎔
2444 d; ⎔
2445 d; ⎔
2446 d; ⎔
2447 d; 巖
2448 da 凹
2449 da 凸
2450 da ⎔
2451 da ⎔
2452 da ⎔
2453 da ⎔
2454 da ⎔
2455 da ⎔
2456 da 耑
2457 da 蚩
2458 db 屴
2459 db ⎔
2460 db 崛
2461 db ⎔
2462 db ⎔
2463 db ⎔
2464 db ⎔
2465 db ⎔
2466 db ⎔
2467 db ⎔
2468 dc ⎔
2469 dc ⎔
2470 dc ⎔
2471 dc ⎔
2472 dc ⎔
2473 dc ⎔
2474 dc 峭
2475 dc ⎔
2476 dc ⎔
2477 dc ⎔
2478 dd 出
2479 dd ⎔
2480 dd ⎔
2481 dd ⎔
2482 dd ⎔
2483 dd ⎔
2484 dd ⎔
2485 dd ⎔
2486 dd ⎔
2487 dd ⎔
2488 de ⎔
2489 de ⎔
2490 de ⎔
2491 de ⎔
2492 de ⎔
2493 de ⎔
2494 de ⎔
2495 de ⎔
2496 de ⎔
2497 de ⎔
2498 df 羋
2499 df ⎔
2500 df ⎔
2501 df ⎔
2502 df 岐
2503 df ⎔
2504 df 巔
2505 df ⎔
2506 df ⎔
2507 df ⎔
2508 dg 岩
2509 dg ⎔
2510 dg ⎔
2511 dg ⎔
2512 dg ⎔
2513 dg ⎔
2514 dg ⎔
2515 dg ⎔
2516 dg ⎔
2517 dg ⎔
2518 dh ⎔
2519 dh ⎔
2520 dh ⎔
2521 dh ⎔
2522 dh ⎔
2523 dh ⎔
2524 dh ⎔
2525 dh ⎔
2526 dh ⎔
2527 dh ⎔
2528 di ⎔
2529 di ⎔
2530 di ⎔
2531 di 嵯
2532 di 嶺
2533 di ⎔
2534 di 崙
2535 di ⎔
2536 di ⎔
2537 di ⎔
2538 dj 峒
2539 dj 峴
2540 dj ⎔
2541 dj ⎔
2542 dj ⎔
2543 dj ⎔
2544 dj ⎔
2545 dj 崗
2546 dj ⎔
2547 dj 巉
2548 dk ⎔
2549 dk ⎔
2550 dk ⎔
2551 dk ⎔
2552 dk ⎔
2553 dk 崔
2554 dk ⎔
2555 dk 峪
2556 dk ⎔
2557 dk ⎔
2558 dl ⎔
2559 dl ⎔
2560 dl ⎔
2561 dl 巍
2562 dl 岌
2563 dl ⎔
2564 dl ⎔
2565 dl ⎔
2566 dl 峨
2567 dl 牌
2568 dm ⎔
2569 dm ⎔
2570 dm ⎔
2571 dm ⎔
2572 dm ⎔
2573 dm ⎔
2574 dm ⎔
2575 dm ⎔
2576 dm ⎔
2577 dm ⎔
2578 dn 崇
2579 dn ⎔
2580 dn ⎔
2581 dn ⎔
2582 dn ⎔
2583 dn ⎔
2584 dn ⎔
2585 dn 崆
2586 dn ⎔
2587 dn ⎔
2588 do 岓
2589 do 屹
2590 do ⎔
2591 do ⎔
2592 do ⎔
2593 do ⎔
2594 do ⎔
2595 do ⎔
2596 do ⎔
2597 do ⎔
2598 dp 崑
2599 dp ⎔
2600 dp 岬
2601 dp 岫
2602 dp ⎔
2603 dp ⎔
2604 dp ⎔
2605 dp ⎔
2606 dp ⎔
2607 dp ⎔
2608 dq ⎔
2609 dq ⎔
2610 dq ⎔
2611 dq ⎔
2612 dq ⎔
2613 dq ⎔
2614 dq ⎔
2615 dq 豈
2616 dq 嶄
2617 dq 嶇
2618 dr 嵌
2619 dr 牒
2620 dr ⎔
2621 dr 峙
2622 dr ⎔
2623 dr ⎔
2624 dr 崁
2625 dr ⎔
2626 dr ⎔
2627 dr 牘
2628 ds ⎔
2629 ds ⎔
2630 ds ⎔
2631 ds ⎔
2632 ds ⎔
2633 ds ⎔
2634 ds ⎔
2635 ds ⎔
2636 ds ⎔
2637 ds ⎔
2638 dt ⎔
2639 dt 岷
2640 dt ⎔
2641 dt ⎔
2642 dt ⎔
2643 dt ⎔
2644 dt ⎔
2645 dt ⎔
2646 dt ⎔
2647 dt ⎔
2648 du ⎔
2649 du ⎔
2650 du ⎔
2651 du ⎔
2652 du ⎔
2653 du ⎔
2654 du 崩
2655 du ⎔
2656 du ⎔
2657 du ⎔
2658 dv ⎔
2659 dv ⎔
2660 dv ⎔
2661 dv ⎔
2662 dv ⎔
2663 dv ⎔
2664 dv ⎔
2665 dv 崧
2666 dv ⎔
2667 dv ⎔
2668 dw ⎔
2669 dw ⎔
2670 dw ⎔
2671 dw ⎔
2672 dw ⎔
2673 dw ⎔
2674 dw ⎔
2675 dw ⎔
2676 dw ⎔
2677 dw ⎔
2678 dx 嵐
2679 dx 幽
2680 dx ⎔
2681 dx ⎔
2682 dx ⎔
2683 dx ⎔
2684 dx 胤
2685 dx 峻
2686 dx ⎔
2687 dx ⎔
2688 dy 岦
2689 dy ⎔
2690 dy ⎔
2691 dy ⎔
2692 dy ⎔
2693 dy ⎔
2694 dy ⎔
2695 dy ⎔
2696 dy ⎔
2697 dy 嵩
2698 dz 岸
2699 dz ⎔
2700 dz ⎔
2701 dz 崖
2702 dz 版
2703 dz ⎔
2704 dz ⎔
2705 dz 峽
2706 dz ⎔
2707 dz ⎔
2708 e, ⎔
2709 e, ⎔
2710 e, ⎔
2711 e, ⎔
2712 e, ⎔
2713 e, ⎔
2714 e, ⎔
2715 e, ⎔
2716 e, ⎔
2717 e, ⎔
2718 e. ⎔
2719 e. 處
2720 e. ⎔
2721 e. ⎔
2722 e. ⎔
2723 e. ⎔
2724 e. ⎔
2725 e. ⎔
2726 e. ⎔
2727 e. 閣
2728 e/ 閩
2729 e/ ⎔
2730 e/ ⎔
2731 e/ ⎔
2732 e/ ⎔
2733 e/ ⎔
2734 e/ ⎔
2735 e/ ⎔
2736 e/ ⎔
2737 e/ ⎔
2738 e; 問
2739 e; 占
2740 e; ⎔
2741 e; ⎔
2742 e; 虞
2743 e; ⎔
2744 e; ⎔
2745 e; ⎔
2746 e; 閭
2747 e; 闆
2748 ea 上
2749 ea 閂
2750 ea 聞
2751 ea 開
2752 ea ⎔
2753 ea ⎔
2754 ea ⎔
2755 ea ⎔
2756 ea 劇
2757 ea ⎔
2758 eb 闋
2759 eb ⎔
2760 eb ⎔
2761 eb ⎔
2762 eb ⎔
2763 eb ⎔
2764 eb ⎔
2765 eb ⎔
2766 eb ⎔
2767 eb 闢
2768 ec 步
2769 ec ⎔
2770 ec ⎔
2771 ec ⎔
2772 ec ⎔
2773 ec ⎔
2774 ec ⎔
2775 ec ⎔
2776 ec 闊
2777 ec ⎔
2778 ed 川
2779 ed ⎔
2780 ed ⎔
2781 ed ⎔
2782 ed ⎔
2783 ed ⎔
2784 ed ⎔
2785 ed ⎔
2786 ed ⎔
2787 ed ⎔
2788 ee 非
2789 ee ⎔
2790 ee ⎔
2791 ee ⎔
2792 ee 翡
2793 ee 悲
2794 ee ⎔
2795 ee ⎔
2796 ee ⎔
2797 ee 蜚
2798 ef ⎔
2799 ef ⎔
2800 ef ⎔
2801 ef ⎔
2802 ef 歧
2803 ef ⎔
2804 ef 闐
2805 ef ⎔
2806 ef 閉
2807 ef ⎔
2808 eg ⎔
2809 eg ⎔
2810 eg ⎔
2811 eg ⎔
2812 eg ⎔
2813 eg ⎔
2814 eg ⎔
2815 eg 闖
2816 eg ⎔
2817 eg ⎔
2818 eh 閍
2819 eh ⎔
2820 eh ⎔
2821 eh ⎔
2822 eh ⎔
2823 eh ⎔
2824 eh ⎔
2825 eh ⎔
2826 eh ⎔
2827 eh ⎔
2828 ei 齒
2829 ei ⎔
2830 ei 闕
2831 ei ⎔
2832 ei 齦
2833 ei ⎔
2834 ei 齟
2835 ei 齡
2836 ei 齣
2837 ei 齪
2838 ej 睿
2839 ej ⎔
2840 ej ⎔
2841 ej ⎔
2842 ej ⎔
2843 ej ⎔
2844 ej ⎔
2845 ej ⎔
2846 ej 閻
2847 ej ⎔
2848 ek 閃
2849 ek ⎔
2850 ek ⎔
2851 ek ⎔
2852 ek ⎔
2853 ek 虧
2854 ek ⎔
2855 ek ⎔
2856 ek ⎔
2857 ek 閱
2858 el ⎔
2859 el ⎔
2860 el ⎔
2861 el ⎔
2862 el ⎔
2863 el ⎔
2864 el ⎔
2865 el ⎔
2866 el ⎔
2867 el ⎔
2868 em 貞
2869 em ⎔
2870 em ⎔
2871 em ⎔
2872 em 餐
2873 em ⎔
2874 em ⎔
2875 em ⎔
2876 em ⎔
2877 em ⎔
2878 en 悶
2879 en ⎔
2880 en ⎔
2881 en ⎔
2882 en ⎔
2883 en ⎔
2884 en ⎔
2885 en ⎔
2886 en ⎔
2887 en ⎔
2888 eo 閰
2889 eo ⎔
2890 eo ⎔
2891 eo ⎔
2892 eo ⎔
2893 eo ⎔
2894 eo ⎔
2895 eo ⎔
2896 eo ⎔
2897 eo ⎔
2898 ep 間
2899 ep ⎔
2900 ep 虜
2901 ep 卓
2902 ep ⎔
2903 ep 慮
2904 ep 膚
2905 ep ⎔
2906 ep 鹹
2907 ep ⎔
2908 eq 此
2909 eq 北
2910 eq ⎔
2911 eq 柴
2912 eq 邶
2913 eq 訾
2914 eq 背
2915 eq 戲
2916 eq ⎔
2917 eq 冀
2918 er ⎔
2919 er 闔
2920 er ⎔
2921 er 閨
2922 er ⎔
2923 er ⎔
2924 er ⎔
2925 er 鬨
2926 er ⎔
2927 er ⎔
2928 es 虎
2929 es ⎔
2930 es ⎔
2931 es ⎔
2932 es ⎔
2933 es ⎔
2934 es ⎔
2935 es ⎔
2936 es 彪
2937 es ⎔
2938 et ⎔
2939 et ⎔
2940 et ⎔
2941 et ⎔
2942 et 遐
2943 et ⎔
2944 et ⎔
2945 et ⎔
2946 et ⎔
2947 et 闈
2948 eu 肯
2949 eu 閒
2950 eu ⎔
2951 eu ⎔
2952 eu ⎔
2953 eu ⎔
2954 eu ⎔
2955 eu ⎔
2956 eu ⎔
2957 eu ⎔
2958 ev 閑
2959 ev ⎔
2960 ev ⎔
2961 ev ⎔
2962 ev ⎔
2963 ev ⎔
2964 ev ⎔
2965 ev ⎔
2966 ev ⎔
2967 ev 闌
2968 ew 虛
2969 ew ⎔
2970 ew ⎔
2971 ew ⎔
2972 ew ⎔
2973 ew ⎔
2974 ew ⎔
2975 ew ⎔
2976 ew ⎔
2977 ew ⎔
2978 ex ⎔
2979 ex 關
2980 ex ⎔
2981 ex ⎔
2982 ex ⎔
2983 ex ⎔
2984 ex ⎔
2985 ex ⎔
2986 ex ⎔
2987 ex ⎔
2988 ey 誾
2989 ey 閡
2990 ey ⎔
2991 ey ⎔
2992 ey ⎔
2993 ey ⎔
2994 ey 鬧
2995 ey ⎔
2996 ey 虔
2997 ey ⎔
2998 ez 歲
2999 ez 閎
3000 ez ⎔
3001 ez ⎔
3002 ez ⎔
3003 ez ⎔
3004 ez ⎔
3005 ez ⎔
3006 ez ⎔
3007 ez ⎔
3008 f, ⎔
3009 f, ⎔
3010 f, ⎔
3011 f, ⎔
3012 f, ⎔
3013 f, 求
3014 f, ⎔
3015 f, ⎔
3016 f, 蔽
3017 f, ⎔
3018 f. 艾
3019 f. ⎔
3020 f. ⎔
3021 f. 菜
3022 f. ⎔
3023 f. ⎔
3024 f. ⎔
3025 f. 荻
3026 f. 藐
3027 f. ⎔
3028 f/ 茧
3029 f/ 蘿
3030 f/ ⎔
3031 f/ 薯
3032 f/ ⎔
3033 f/ ⎔
3034 f/ 夢
3035 f/ ⎔
3036 f/ ⎔
3037 f/ ⎔
3038 f; 古
3039 f; 克
3040 f; ⎔
3041 f; ⎔
3042 f; ⎔
3043 f; 辜
3044 f; 胡
3045 f; ⎔
3046 f; 莒
3047 f; 歡
3048 fa 蒜
3049 fa 莖
3050 fa 茸
3051 fa 華
3052 fa 萋
3053 fa ⎔
3054 fa 葬
3055 fa ⎔
3056 fa ⎔
3057 fa 蕈
3058 fb 支
3059 fb ⎔
3060 fb ⎔
3061 fb ⎔
3062 fb 協
3063 fb ⎔
3064 fb ⎔
3065 fb ⎔
3066 fb ⎔
3067 fb 茄
3068 fc 薄
3069 fc ⎔
3070 fc 莎
3071 fc ⎔
3072 fc 范
3073 fc 茫
3074 fc ⎔
3075 fc 蒞
3076 fc 蒲
3077 fc 蕩
3078 fd 井
3079 fd 卅
3080 fd 茁
3081 fd 豐
3082 fd ⎔
3083 fd ⎔
3084 fd ⎔
3085 fd ⎔
3086 fd ⎔
3087 fd ⎔
3088 fe 芷
3089 fe 卌
3090 fe 菲
3091 fe 蘭
3092 fe 葭
3093 fe ⎔
3094 fe ⎔
3095 fe 藺
3096 fe ⎔
3097 fe 蘆
3098 ff 卉
3099 ff ⎔
3100 ff ⎔
3101 ff 卅
3102 ff 慧
3103 ff ⎔
3104 ff 荸
3105 ff 藉
3106 ff ⎔
3107 ff 苦
3108 fg ⎔
3109 fg ⎔
3110 fg 蒸
3111 fg 蓀
3112 fg ⎔
3113 fg ⎔
3114 fg ⎔
3115 fg ⎔
3116 fg ⎔
3117 fg ⎔
3118 fh 寸
3119 fh 芳
3120 fh ⎔
3121 fh ⎔
3122 fh ⎔
3123 fh ⎔
3124 fh ⎔
3125 fh 菸
3126 fh ⎔
3127 fh ⎔
3128 fi ⎔
3129 fi ⎔
3130 fi ⎔
3131 fi 荼
3132 fi 蒼
3133 fi ⎔
3134 fi ⎔
3135 fi ⎔
3136 fi ⎔
3137 fi ⎔
3138 fj 苜
3139 fj 索
3140 fj 繭
3141 fj 苒
3142 fj 勃
3143 fj ⎔
3144 fj ⎔
3145 fj 南
3146 fj 挈
3147 fj 菟
3148 fk 耒
3149 fk 蓊
3150 fk 芥
3151 fk 茶
3152 fk 耙
3153 fk 舊
3154 fk 芬
3155 fk 麥
3156 fk 耗
3157 fk 耦
3158 fl 才
3159 fl ⎔
3160 fl 薛
3161 fl 萎
3162 fl 苞
3163 fl 芍
3164 fl ⎔
3165 fl 菊
3166 fl 萄
3167 fl 驚
3168 fm 蔡
3169 fm ⎔
3170 fm ⎔
3171 fm ⎔
3172 fm 苑
3173 fm ⎔
3174 fm ⎔
3175 fm ⎔
3176 fm ⎔
3177 fm 萵
3178 fn 芝
3179 fn 芯
3180 fn 菅
3181 fn 蔗
3182 fn ⎔
3183 fn 蕊
3184 fn ⎔
3185 fn 蓉
3186 fn ⎔
3187 fn ⎔
3188 fo 芹
3189 fo 薇
3190 fo 茆
3191 fo 蕪
3192 fo ⎔
3193 fo ⎔
3194 fo ⎔
3195 fo 萸
3196 fo ⎔
3197 fo 董
3198 fp 苗
3199 fp ⎔
3200 fp ⎔
3201 fp 草
3202 fp ⎔
3203 fp ⎔
3204 fp 邁
3205 fp ⎔
3206 fp 葛
3207 fp 蔓
3208 fq 莗
3209 fq 萇
3210 fq 芽
3211 fq ⎔
3212 fq 苣
3213 fq 博
3214 fq ⎔
3215 fq 荳
3216 fq ⎔
3217 fq ⎔
3218 fr ⎔
3219 fr 葉
3220 fr ⎔
3221 fr 蕘
3222 fr ⎔
3223 fr ⎔
3224 fr 菁
3225 fr 藝
3226 fr 著
3227 fr 薹
3228 fs ⎔
3229 fs ⎔
3230 fs ⎔
3231 fs ⎔
3232 fs 芟
3233 fs ⎔
3234 fs ⎔
3235 fs ⎔
3236 fs ⎔
3237 fs ⎔
3238 ft 邦
3239 ft ⎔
3240 ft 蕭
3241 ft ⎔
3242 ft 芎
3243 ft 薩
3244 ft ⎔
3245 ft 蔭
3246 ft ⎔
3247 ft 葦
3248 fu 直
3249 fu ⎔
3250 fu ⎔
3251 fu ⎔
3252 fu ⎔
3253 fu ⎔
3254 fu 菔
3255 fu 蘇
3256 fu ⎔
3257 fu ⎔
3258 fv 茉
3259 fv ⎔
3260 fv ⎔
3261 fv ⎔
3262 fv ⎔
3263 fv ⎔
3264 fv ⎔
3265 fv 萊
3266 fv ⎔
3267 fv ⎔
3268 fw ⎔
3269 fw ⎔
3270 fw ⎔
3271 fw 菇
3272 fw ⎔
3273 fw ⎔
3274 fw ⎔
3275 fw ⎔
3276 fw ⎔
3277 fw 茹
3278 fx ⎔
3279 fx 茲
3280 fx ⎔
3281 fx 莊
3282 fx ⎔
3283 fx ⎔
3284 fx 蔣
3285 fx ⎔
3286 fx ⎔
3287 fx 蘊
3288 fy 薦
3289 fy 荒
3290 fy ⎔
3291 fy 薪
3292 fy ⎔
3293 fy ⎔
3294 fy ⎔
3295 fy 蒂
3296 fy ⎔
3297 fy 菩
3298 fz 芙
3299 fz 芣
3300 fz 荐
3301 fz ⎔
3302 fz ⎔
3303 fz 莽
3304 fz ⎔
3305 fz 莢
3306 fz ⎔
3307 fz 若
3308 g, 馬
3309 g, 駿
3310 g, 驢
3311 g, 驍
3312 g, 騙
3313 g, 駐
3314 g, 磷
3315 g, 駢
3316 g, 驕
3317 g, 駛
3318 g. ⎔
3319 g. ⎔
3320 g. ⎔
3321 g. ⎔
3322 g. 肇
3323 g. ⎔
3324 g. ⎔
3325 g. ⎔
3326 g. ⎔
3327 g. ⎔
3328 g/ ⎔
3329 g/ ⎔
3330 g/ ⎔
3331 g/ ⎔
3332 g/ ⎔
3333 g/ ⎔
3334 g/ ⎔
3335 g/ ⎔
3336 g/ ⎔
3337 g/ ⎔
3338 g; ⎔
3339 g; ⎔
3340 g; ⎔
3341 g; ⎔
3342 g; 扈
3343 g; ⎔
3344 g; ⎔
3345 g; ⎔
3346 g; 啟
3347 g; ⎔
3348 ga 刁
3349 ga ⎔
3350 ga ⎔
3351 ga 研
3352 ga ⎔
3353 ga ⎔
3354 ga ⎔
3355 ga 砰
3356 ga 碩
3357 ga 硬
3358 gb 磴
3359 gb ⎔
3360 gb ⎔
3361 gb 碾
3362 gb 扇
3363 gb ⎔
3364 gb ⎔
3365 gb ⎔
3366 gb ⎔
3367 gb ⎔
3368 gc 疋
3369 gc 泵
3370 gc 氶
3371 gc 砅
3372 gc ⎔
3373 gc ⎔
3374 gc 硝
3375 gc ⎔
3376 gc 砂
3377 gc 蛋
3378 gd 了
3379 gd 迆
3380 gd ⎔
3381 gd ⎔
3382 gd ⎔
3383 gd ⎔
3384 gd ⎔
3385 gd 孓
3386 gd ⎔
3387 gd ⎔
3388 ge 疏
3389 ge ⎔
3390 ge 扉
3391 ge ⎔
3392 ge ⎔
3393 ge ⎔
3394 ge ⎔
3395 ge ⎔
3396 ge ⎔
3397 ge 砧
3398 gf 子
3399 gf 孑
3400 gf ⎔
3401 gf ⎔
3402 gf 承
3403 gf 孩
3404 gf 孟
3405 gf ⎔
3406 gf 孤
3407 gf ⎔
3408 gg ⎔
3409 gg ⎔
3410 gg ⎔
3411 gg ⎔
3412 gg 磊
3413 gg ⎔
3414 gg ⎔
3415 gg 碼
3416 gg ⎔
3417 gg ⎔
3418 gh 房
3419 gh ⎔
3420 gh ⎔
3421 gh ⎔
3422 gh ⎔
3423 gh ⎔
3424 gh ⎔
3425 gh ⎔
3426 gh ⎔
3427 gh ⎔
3428 gi ⎔
3429 gi 磁
3430 gi 碰
3431 gi 磋
3432 gi ⎔
3433 gi ⎔
3434 gi ⎔
3435 gi ⎔
3436 gi ⎔
3437 gi ⎔
3438 gj ⎔
3439 gj 硯
3440 gj ⎔
3441 gj 扁
3442 gj ⎔
3443 gj ⎔
3444 gj ⎔
3445 gj 確
3446 gj ⎔
3447 gj ⎔
3448 gk ⎔
3449 gk ⎔
3450 gk ⎔
3451 gk ⎔
3452 gk ⎔
3453 gk 顧
3454 gk ⎔
3455 gk ⎔
3456 gk ⎔
3457 gk ⎔
3458 gl ⎔
3459 gl ⎔
3460 gl ⎔
3461 gl ⎔
3462 gl 砲
3463 gl 砭
3464 gl ⎔
3465 gl ⎔
3466 gl ⎔
3467 gl 碑
3468 gm 矽
3469 gm ⎔
3470 gm ⎔
3471 gm ⎔
3472 gm ⎔
3473 gm ⎔
3474 gm ⎔
3475 gm ⎔
3476 gm ⎔
3477 gm ⎔
3478 gn 碇
3479 gn ⎔
3480 gn ⎔
3481 gn 礦
3482 gn ⎔
3483 gn ⎔
3484 gn 碗
3485 gn ⎔
3486 gn ⎔
3487 gn ⎔
3488 go 所
3489 go 斫
3490 go ⎔
3491 go 硃
3492 go ⎔
3493 go ⎔
3494 go ⎔
3495 go ⎔
3496 go ⎔
3497 go ⎔
3498 gp ⎔
3499 gp ⎔
3500 gp 砷
3501 gp ⎔
3502 gp ⎔
3503 gp ⎔
3504 gp ⎔
3505 gp ⎔
3506 gp 碣
3507 gp ⎔
3508 gq 司
3509 gq ⎔
3510 gq ⎔
3511 gq ⎔
3512 gq ⎔
3513 gq ⎔
3514 gq 砌
3515 gq ⎔
3516 gq 礙
3517 gq ⎔
3518 gr 丑
3519 gr 碟
3520 gr ⎔
3521 gr ⎔
3522 gr ⎔
3523 gr ⎔
3524 gr 磧
3525 gr ⎔
3526 gr ⎔
3527 gr 磺
3528 gs 乜
3529 gs ⎔
3530 gs ⎔
3531 gs ⎔
3532 gs ⎔
3533 gs ⎔
3534 gs ⎔
3535 gs ⎔
3536 gs ⎔
3537 gs ⎔
3538 gt ⎔
3539 gt ⎔
3540 gt ⎔
3541 gt ⎔
3542 gt 破
3543 gt ⎔
3544 gt ⎔
3545 gt ⎔
3546 gt ⎔
3547 gt ⎔
3548 gu 肩
3549 gu ⎔
3550 gu ⎔
3551 gu ⎔
3552 gu ⎔
3553 gu ⎔
3554 gu 硼
3555 gu ⎔
3556 gu ⎔
3557 gu ⎔
3558 gv ⎔
3559 gv ⎔
3560 gv ⎔
3561 gv 礎
3562 gv ⎔
3563 gv ⎔
3564 gv ⎔
3565 gv ⎔
3566 gv ⎔
3567 gv ⎔
3568 gw ⎔
3569 gw ⎔
3570 gw 碌
3571 gw ⎔
3572 gw ⎔
3573 gw ⎔
3574 gw ⎔
3575 gw ⎔
3576 gw ⎔
3577 gw ⎔
3578 gx ⎔
3579 gx 磯
3580 gx ⎔
3581 gx ⎔
3582 gx ⎔
3583 gx ⎔
3584 gx ⎔
3585 gx ⎔
3586 gx ⎔
3587 gx ⎔
3588 gy ⎔
3589 gy ⎔
3590 gy ⎔
3591 gy ⎔
3592 gy ⎔
3593 gy ⎔
3594 gy ⎔
3595 gy 碎
3596 gy ⎔
3597 gy ⎔
3598 gz 砆
3599 gz ⎔
3600 gz ⎔
3601 gz 磚
3602 gz ⎔
3603 gz 戾
3604 gz ⎔
3605 gz ⎔
3606 gz 硫
3607 gz ⎔
3608 h, 疢
3609 h, ⎔
3610 h, ⎔
3611 h, ⎔
3612 h, ⎔
3613 h, ⎔
3614 h, ⎔
3615 h, 痰
3616 h, ⎔
3617 h, ⎔
3618 h. 放
3619 h. ⎔
3620 h. ⎔
3621 h. ⎔
3622 h. ⎔
3623 h. 疼
3624 h. ⎔
3625 h. ⎔
3626 h. ⎔
3627 h. ⎔
3628 h/ 痋
3629 h/ ⎔
3630 h/ ⎔
3631 h/ ⎔
3632 h/ ⎔
3633 h/ ⎔
3634 h/ 瘟
3635 h/ ⎔
3636 h/ ⎔
3637 h/ ⎔
3638 h; ⎔
3639 h; ⎔
3640 h; ⎔
3641 h; ⎔
3642 h; ⎔
3643 h; ⎔
3644 h; ⎔
3645 h; ⎔
3646 h; ⎔
3647 h; 癌
3648 ha ⎔
3649 ha 痙
3650 ha 症
3651 ha ⎔
3652 ha ⎔
3653 ha ⎔
3654 ha 病
3655 ha ⎔
3656 ha ⎔
3657 ha ⎔
3658 hb 永
3659 hb ⎔
3660 hb ⎔
3661 hb ⎔
3662 hb 郎
3663 hb ⎔
3664 hb 痛
3665 hb ⎔
3666 hb ⎔
3667 hb 癖
3668 hc ⎔
3669 hc ⎔
3670 hc 痧
3671 hc ⎔
3672 hc ⎔
3673 hc ⎔
3674 hc ⎔
3675 hc ⎔
3676 hc ⎔
3677 hc ⎔
3678 hd 疝
3679 hd ⎔
3680 hd ⎔
3681 hd ⎔
3682 hd ⎔
3683 hd ⎔
3684 hd ⎔
3685 hd ⎔
3686 hd ⎔
3687 hd ⎔
3688 he 瘧
3689 he ⎔
3690 he 痱
3691 he ⎔
3692 he ⎔
3693 he ⎔
3694 he ⎔
3695 he ⎔
3696 he ⎔
3697 he ⎔
3698 hf 斗
3699 hf ⎔
3700 hf ⎔
3701 hf ⎔
3702 hf ⎔
3703 hf ⎔
3704 hf 癲
3705 hf 瘩
3706 hf ⎔
3707 hf 癘
3708 hg ⎔
3709 hg ⎔
3710 hg ⎔
3711 hg ⎔
3712 hg ⎔
3713 hg ⎔
3714 hg ⎔
3715 hg ⎔
3716 hg ⎔
3717 hg ⎔
3718 hh ⎔
3719 hh ⎔
3720 hh ⎔
3721 hh ⎔
3722 hh ⎔
3723 hh ⎔
3724 hh ⎔
3725 hh 瘀
3726 hh ⎔
3727 hh ⎔
3728 hi ⎔
3729 hi ⎔
3730 hi ⎔
3731 hi 癢
3732 hi 瘡
3733 hi ⎔
3734 hi 癒
3735 hi ⎔
3736 hi ⎔
3737 hi ⎔
3738 hj ⎔
3739 hj ⎔
3740 hj ⎔
3741 hj ⎔
3742 hj ⎔
3743 hj ⎔
3744 hj 瘓
3745 hj 疚
3746 hj ⎔
3747 hj ⎔
3748 hk ⎔
3749 hk ⎔
3750 hk 疥
3751 hk ⎔
3752 hk ⎔
3753 hk 於
3754 hk ⎔
3755 hk 瘠
3756 hk 疹
3757 hk ⎔
3758 hl ⎔
3759 hl ⎔
3760 hl ⎔
3761 hl 痢
3762 hl 為
3763 hl ⎔
3764 hl 癟
3765 hl ⎔
3766 hl ⎔
3767 hl 痺
3768 hm ⎔
3769 hm ⎔
3770 hm ⎔
3771 hm ⎔
3772 hm ⎔
3773 hm ⎔
3774 hm ⎔
3775 hm ⎔
3776 hm ⎔
3777 hm ⎔
3778 hn ⎔
3779 hn ⎔
3780 hn ⎔
3781 hn ⎔
3782 hn ⎔
3783 hn ⎔
3784 hn ⎔
3785 hn ⎔
3786 hn ⎔
3787 hn ⎔
3788 ho 疾
3789 ho 疙
3790 ho 瘦
3791 ho 旗
3792 ho 旋
3793 ho 瘤
3794 ho ⎔
3795 ho ⎔
3796 ho 族
3797 ho ⎔
3798 hp 瘍
3799 hp ⎔
3800 hp ⎔
3801 hp ⎔
3802 hp ⎔
3803 hp ⎔
3804 hp ⎔
3805 hp ⎔
3806 hp ⎔
3807 hp ⎔
3808 hq 疕
3809 hq 疘
3810 hq ⎔
3811 hq ⎔
3812 hq ⎔
3813 hq ⎔
3814 hq ⎔
3815 hq 痘
3816 hq 癡
3817 hq ⎔
3818 hr 癱
3819 hr ⎔
3820 hr ⎔
3821 hr 痔
3822 hr ⎔
3823 hr 痣
3824 hr ⎔
3825 hr ⎔
3826 hr ⎔
3827 hr ⎔
3828 hs ⎔
3829 hs ⎔
3830 hs ⎔
3831 hs ⎔
3832 hs 疫
3833 hs ⎔
3834 hs ⎔
3835 hs ⎔
3836 hs ⎔
3837 hs ⎔
3838 ht 邡
3839 ht 痕
3840 ht 疤
3841 ht ⎔
3842 ht 疲
3843 ht ⎔
3844 ht ⎔
3845 ht ⎔
3846 ht 癮
3847 ht ⎔
3848 hu 疽
3849 hu ⎔
3850 hu ⎔
3851 hu ⎔
3852 hu ⎔
3853 hu ⎔
3854 hu ⎔
3855 hu 癬
3856 hu ⎔
3857 hu ⎔
3858 hv ⎔
3859 hv ⎔
3860 hv ⎔
3861 hv 痳
3862 hv ⎔
3863 hv ⎔
3864 hv ⎔
3865 hv ⎔
3866 hv ⎔
3867 hv 癩
3868 hw ⎔
3869 hw ⎔
3870 hw ⎔
3871 hw ⎔
3872 hw ⎔
3873 hw ⎔
3874 hw ⎔
3875 hw ⎔
3876 hw ⎔
3877 hw ⎔
3878 hx 瘋
3879 hx ⎔
3880 hx ⎔
3881 hx ⎔
3882 hx ⎔
3883 hx ⎔
3884 hx ⎔
3885 hx 痠
3886 hx ⎔
3887 hx ⎔
3888 hy ⎔
3889 hy ⎔
3890 hy ⎔
3891 hy ⎔
3892 hy ⎔
3893 hy ⎔
3894 hy ⎔
3895 hy 瘁
3896 hy ⎔
3897 hy 瘴
3898 hz ⎔
3899 hz 疣
3900 hz ⎔
3901 hz ⎔
3902 hz 痍
3903 hz ⎔
3904 hz ⎔
3905 hz 療
3906 hz ⎔
3907 hz 痞
3908 i, 鈥
3909 i, 銤
3910 i, ⎔
3911 i, ⎔
3912 i, ⎔
3913 i, ⎔
3914 i, ⎔
3915 i, ⎔
3916 i, ⎔
3917 i, ⎔
3918 i. 釤
3919 i. 銵
3920 i. ⎔
3921 i. 鋒
3922 i. 錚
3923 i. 遂
3924 i. ⎔
3925 i. ⎔
3926 i. ⎔
3927 i. 鉻
3928 i/ ⎔
3929 i/ 鑼
3930 i/ ⎔
3931 i/ 鐸
3932 i/ ⎔
3933 i/ ⎔
3934 i/ ⎔
3935 i/ ⎔
3936 i/ 鐲
3937 i/ 會
3938 i; 合
3939 i; 釦
3940 i; ⎔
3941 i; ⎔
3942 i; 翕
3943 i; ⎔
3944 i; 命
3945 i; ⎔
3946 i; 拿
3947 i; 劍
3948 ia ⎔
3949 ia 錢
3950 ia 釘
3951 ia 鈺
3952 ia ⎔
3953 ia ⎔
3954 ia ⎔
3955 ia ⎔
3956 ia ⎔
3957 ia 鏢
3958 ib 令
3959 ib 饑
3960 ib ⎔
3961 ib 饒
3962 ib 飼
3963 ib 館
3964 ib 飲
3965 ib 餘
3966 ib 飽
3967 ib 餵
3968 ic 釙
3969 ic ⎔
3970 ic ⎔
3971 ic ⎔
3972 ic ⎔
3973 ic ⎔
3974 ic 銷
3975 ic ⎔
3976 ic 鈔
3977 ic ⎔
3978 id ⎔
3979 id ⎔
3980 id ⎔
3981 id ⎔
3982 id ⎔
3983 id 逆
3984 id 塑
3985 id ⎔
3986 id ⎔
3987 id ⎔
3988 ie 判
3989 ie 釗
3990 ie 鍆
3991 ie ⎔
3992 ie ⎔
3993 ie ⎔
3994 ie ⎔
3995 ie ⎔
3996 ie ⎔
3997 ie 鑪
3998 if 針
3999 if 羊
4000 if 并
4001 if ⎔
4002 if 翔
4003 if 羶
4004 if 鍥
4005 if 羚
4006 if ⎔
4007 if 舒
4008 ig 今
4009 ig 兮
4010 ig ⎔
4011 ig 鈕
4012 ig ⎔
4013 ig 念
4014 ig 貪
4015 ig ⎔
4016 ig ⎔
4017 ig 含
4018 ih 鈁
4019 ih ⎔
4020 ih ⎔
4021 ih ⎔
4022 ih ⎔
4023 ih ⎔
4024 ih ⎔
4025 ih ⎔
4026 ih 鏃
4027 ih ⎔
4028 ii ⎔
4029 ii ⎔
4030 ii ⎔
4031 ii 銓
4032 ii 鈴
4033 ii ⎔
4034 ii ⎔
4035 ii 鑫
4036 ii ⎔
4037 ii 鑰
4038 ij 鉬
4039 ij ⎔
4040 ij ⎔
4041 ij 侖
4042 ij ⎔
4043 ij ⎔
4044 ij ⎔
4045 ij 欽
4046 ij ⎔
4047 ij ⎔
4048 ik ⎔
4049 ik ⎔
4050 ik ⎔
4051 ik ⎔
4052 ik 銻
4053 ik 錐
4054 ik 益
4055 ik 銼
4056 ik ⎔
4057 ik 鉛
4058 il 鈞
4059 il ⎔
4060 il 鎚
4061 il 鍬
4062 il 鉋
4063 il 釣
4064 il 導
4065 il 鎢
4066 il ⎔
4067 il 錦
4068 im 鋇
4069 im 釸
4070 im ⎔
4071 im ⎔
4072 im ⎔
4073 im ⎔
4074 im ⎔
4075 im ⎔
4076 im ⎔
4077 im 銘
4078 in 錠
4079 in 銨
4080 in ⎔
4081 in 鍍
4082 in ⎔
4083 in ⎔
4084 in ⎔
4085 in 鐮
4086 in 鏟
4087 in ⎔
4088 io 釿
4089 io 鑽
4090 io 鉚
4091 io 錘
4092 io ⎔
4093 io ⎔
4094 io ⎔
4095 io ⎔
4096 io ⎔
4097 io 鍾
4098 ip 酋
4099 ip 鈿
4100 ip 鉀
4101 ip 尊
4102 ip ⎔
4103 ip ⎔
4104 ip ⎔
4105 ip ⎔
4106 ip 錫
4107 ip 鏝
4108 iq 釭
4109 iq ⎔
4110 iq 鑑
4111 iq ⎔
4112 iq 鉅
4113 iq 鋪
4114 iq 鎘
4115 iq ⎔
4116 iq ⎔
4117 iq ⎔
4118 ir 全
4119 ir 姜
4120 ir 羨
4121 ir 鐃
4122 ir 鑄
4123 ir 恙
4124 ir ⎔
4125 ir 養
4126 ir 義
4127 ir 錯
4128 is 釔
4129 is 釓
4130 is ⎔
4131 is ⎔
4132 is ⎔
4133 is 釩
4134 is ⎔
4135 is ⎔
4136 is ⎔
4137 is ⎔
4138 it ⎔
4139 it 銀
4140 it 兼
4141 it 鍵
4142 it 鈹
4143 it ⎔
4144 it ⎔
4145 it ⎔
4146 it 創
4147 it ⎔
4148 iu 鋤
4149 iu ⎔
4150 iu 剪
4151 iu ⎔
4152 iu ⎔
4153 iu ⎔
4154 iu ⎔
4155 iu ⎔
4156 iu ⎔
4157 iu ⎔
4158 iv 余
4159 iv ⎔
4160 iv ⎔
4161 iv ⎔
4162 iv ⎔
4163 iv 途
4164 iv ⎔
4165 iv ⎔
4166 iv 敘
4167 iv 鍊
4168 iw 釹
4169 iw ⎔
4170 iw 錄
4171 iw ⎔
4172 iw ⎔
4173 iw ⎔
4174 iw ⎔
4175 iw ⎔
4176 iw ⎔
4177 iw 錙
4178 ix ⎔
4179 ix 慈
4180 ix ⎔
4181 ix ⎔
4182 ix ⎔
4183 ix ⎔
4184 ix 鏘
4185 ix ⎔
4186 ix ⎔
4187 ix ⎔
4188 iy 鑣
4189 iy 鉉
4190 iy ⎔
4191 iy 鋅
4192 iy ⎔
4193 iy ⎔
4194 iy ⎔
4195 iy 鎊
4196 iy ⎔
4197 iy 鐘
4198 iz 鈇
4199 iz 釱
4200 iz ⎔
4201 iz ⎔
4202 iz 卷
4203 iz 送
4204 iz 券
4205 iz ⎔
4206 iz 拳
4207 iz 鐳
4208 j, 冞
4209 j, 眯
4210 j, ⎔
4211 j, ⎔
4212 j, ⎔
4213 j, 瞇
4214 j, ⎔
4215 j, ⎔
4216 j, ⎔
4217 j, ⎔
4218 j. ⎔
4219 j. ⎔
4220 j. ⎔
4221 j. 睬
4222 j. 睜
4223 j. ⎔
4224 j. 瞬
4225 j. ⎔
4226 j. ⎔
4227 j. ⎔
4228 j/ 触
4229 j/ ⎔
4230 j/ ⎔
4231 j/ ⎔
4232 j/ ⎔
4233 j/ ⎔
4234 j/ ⎔
4235 j/ ⎔
4236 j/ 觸
4237 j/ ⎔
4238 j; 召
4239 j; 勉
4240 j; ⎔
4241 j; ⎔
4242 j; 邵
4243 j; 迥
4244 j; ⎔
4245 j; ⎔
4246 j; ⎔
4247 j; ⎔
4248 ja 冠
4249 ja ⎔
4250 ja 盹
4251 ja ⎔
4252 ja 睫
4253 ja ⎔
4254 ja ⎔
4255 ja ⎔
4256 ja 冢
4257 ja 瞟
4258 jb 觔
4259 jb ⎔
4260 jb 矚
4261 jb ⎔
4262 jb ⎔
4263 jb ⎔
4264 jb ⎔
4265 jb ⎔
4266 jb ⎔
4267 jb ⎔
4268 jc ⎔
4269 jc ⎔
4270 jc ⎔
4271 jc ⎔
4272 jc ⎔
4273 jc ⎔
4274 jc 瞠
4275 jc ⎔
4276 jc 眇
4277 jc ⎔
4278 jd 巾
4279 jd 帆
4280 jd 帖
4281 jd ⎔
4282 jd 幃
4283 jd 幟
4284 jd ⎔
4285 jd 帷
4286 jd 帕
4287 jd 帽
4288 je ⎔
4289 je ⎔
4290 je ⎔
4291 je ⎔
4292 je ⎔
4293 je ⎔
4294 je ⎔
4295 je ⎔
4296 je ⎔
4297 je ⎔
4298 jf 用
4299 jf 冊
4300 jf 刪
4301 jf ⎔
4302 jf ⎔
4303 jf ⎔
4304 jf 矇
4305 jf ⎔
4306 jf ⎔
4307 jf 瞄
4308 jg 鼎
4309 jg ⎔
4310 jg ⎔
4311 jg ⎔
4312 jg ⎔
4313 jg ⎔
4314 jg ⎔
4315 jg ⎔
4316 jg ⎔
4317 jg ⎔
4318 jh 刃
4319 jh ⎔
4320 jh ⎔
4321 jh 斛
4322 jh ⎔
4323 jh 忍
4324 jh ⎔
4325 jh ⎔
4326 jh ⎔
4327 jh ⎔
4328 ji ⎔
4329 ji ⎔
4330 ji 剛
4331 ji ⎔
4332 ji ⎔
4333 ji 罔
4334 ji ⎔
4335 ji ⎔
4336 ji ⎔
4337 ji 瞼
4338 jj 龜
4339 jj ⎔
4340 jj ⎔
4341 jj ⎔
4342 jj ⎔
4343 jj ⎔
4344 jj 觼
4345 jj 奐
4346 jj 蟹
4347 jj 冤
4348 jk 內
4349 jk 久
4350 jk 欠
4351 jk ⎔
4352 jk ⎔
4353 jk 瞧
4354 jk 盼
4355 jk 灸
4356 jk ⎔
4357 jk ⎔
4358 jl ⎔
4359 jl ⎔
4360 jl ⎔
4361 jl ⎔
4362 jl ⎔
4363 jl 眨
4364 jl ⎔
4365 jl ⎔
4366 jl ⎔
4367 jl 睥
4368 jm 負
4369 jm ⎔
4370 jm ⎔
4371 jm ⎔
4372 jm ⎔
4373 jm ⎔
4374 jm ⎔
4375 jm ⎔
4376 jm ⎔
4377 jm ⎔
4378 jn ⎔
4379 jn ⎔
4380 jn ⎔
4381 jn 瞎
4382 jn ⎔
4383 jn ⎔
4384 jn ⎔
4385 jn ⎔
4386 jn ⎔
4387 jn ⎔
4388 jo 盺
4389 jo 睨
4390 jo ⎔
4391 jo 睡
4392 jo ⎔
4393 jo ⎔
4394 jo ⎔
4395 jo 燄
4396 jo ⎔
4397 jo 觴
4398 jp ⎔
4399 jp ⎔
4400 jp ⎔
4401 jp 睏
4402 jp ⎔
4403 jp 冥
4404 jp ⎔
4405 jp ⎔
4406 jp 象
4407 jp ⎔
4408 jq 同
4409 jq 甩
4410 jq 軍
4411 jq ⎔
4412 jq ⎔
4413 jq 運
4414 jq ⎔
4415 jq ⎔
4416 jq ⎔
4417 jq ⎔
4418 jr 冉
4419 jr 瞌
4420 jr ⎔
4421 jr ⎔
4422 jr ⎔
4423 jr ⎔
4424 jr 睛
4425 jr 典
4426 jr 睹
4427 jr 週
4428 js 見
4429 js 冗
4430 js ⎔
4431 js ⎔
4432 js ⎔
4433 js ⎔
4434 js ⎔
4435 js 眺
4436 js 鴆
4437 js ⎔
4438 jt ⎔
4439 jt 眠
4440 jt 色
4441 jt ⎔
4442 jt ⎔
4443 jt 急
4444 jt ⎔
4445 jt ⎔
4446 jt 煞
4447 jt ⎔
4448 ju ⎔
4449 ju ⎔
4450 ju ⎔
4451 ju ⎔
4452 ju ⎔
4453 ju ⎔
4454 ju ⎔
4455 ju ⎔
4456 ju ⎔
4457 ju ⎔
4458 jv ⎔
4459 jv ⎔
4460 jv ⎔
4461 jv ⎔
4462 jv ⎔
4463 jv ⎔
4464 jv ⎔
4465 jv 睞
4466 jv ⎔
4467 jv ⎔
4468 jw ⎔
4469 jw ⎔
4470 jw ⎔
4471 jw ⎔
4472 jw ⎔
4473 jw ⎔
4474 jw ⎔
4475 jw ⎔
4476 jw ⎔
4477 jw ⎔
4478 jx ⎔
4479 jx ⎔
4480 jx ⎔
4481 jx ⎔
4482 jx ⎔
4483 jx ⎔
4484 jx ⎔
4485 jx ⎔
4486 jx 眸
4487 jx ⎔
4488 jy 丹
4489 jy 眩
4490 jy ⎔
4491 jy ⎔
4492 jy ⎔
4493 jy ⎔
4494 jy 矓
4495 jy ⎔
4496 jy 彤
4497 jy 瞳
4498 jz 央
4499 jz ⎔
4500 jz ⎔
4501 jz ⎔
4502 jz 危
4503 jz ⎔
4504 jz 盎
4505 jz 瞭
4506 jz 鴦
4507 jz ⎔
4508 k, 伙
4509 k, ⎔
4510 k, ⎔
4511 k, ⎔
4512 k, 糴
4513 k, ⎔
4514 k, 脊
4515 k, ⎔
4516 k, ⎔
4517 k, ⎔
4518 k. 父
4519 k. ⎔
4520 k. ⎔
4521 k. ⎔
4522 k. 爸
4523 k. ⎔
4524 k. 爹
4525 k. 偺
4526 k. 斧
4527 k. ⎔
4528 k/ ⎔
4529 k/ 儸
4530 k/ ⎔
4531 k/ ⎔
4532 k/ ⎔
4533 k/ ⎔
4534 k/ ⎔
4535 k/ ⎔
4536 k/ ⎔
4537 k/ 曾
4538 k; ⎔
4539 k; 兌
4540 k; 促
4541 k; 保
4542 k; ⎔
4543 k; ⎔
4544 k; ⎔
4545 k; ⎔
4546 k; 侶
4547 k; 儼
4548 ka 仁
4549 ka 代
4550 ka 仃
4551 ka 任
4552 ka 伍
4553 ka ⎔
4554 ka 例
4555 ka ⎔
4556 ka 優
4557 ka 便
4558 kb ⎔
4559 kb ⎔
4560 kb 倔
4561 kb 倨
4562 kb 侷
4563 kb ⎔
4564 kb 俑
4565 kb ⎔
4566 kb ⎔
4567 kb 僻
4568 kc 冰
4569 kc 仆
4570 kc ⎔
4571 kc ⎔
4572 kc ⎔
4573 kc ⎔
4574 kc 倘
4575 kc ⎔
4576 kc ⎔
4577 kc ⎔
4578 kd 仙
4579 kd 丫
4580 kd ⎔
4581 kd ⎔
4582 kd 候
4583 kd ⎔
4584 kd ⎔
4585 kd 催
4586 kd 條
4587 kd ⎔
4588 ke 們
4589 ke 企
4590 ke 介
4591 ke ⎔
4592 ke 假
4593 ke ⎔
4594 ke 偵
4595 ke ⎔
4596 ke ⎔
4597 ke 佔
4598 kf 什
4599 kf ⎔
4600 kf ⎔
4601 kf ⎔
4602 kf ⎔
4603 kf 付
4604 kf 值
4605 kf ⎔
4606 kf ⎔
4607 kf 估
4608 kg 伺
4609 kg ⎔
4610 kg 他
4611 kg 仔
4612 kg ⎔
4613 kg ⎔
4614 kg 偏
4615 kg 憑
4616 kg ⎔
4617 kg ⎔
4618 kh 仿
4619 kh ⎔
4620 kh ⎔
4621 kh ⎔
4622 kh ⎔
4623 kh ⎔
4624 kh ⎔
4625 kh ⎔
4626 kh 偽
4627 kh ⎔
4628 ki 伴
4629 ki 凎
4630 ki ⎔
4631 ki 併
4632 ki 冷
4633 ki ⎔
4634 ki 倫
4635 ki ⎔
4636 ki ⎔
4637 ki 儉
4638 kj 分
4639 kj ⎔
4640 kj 您
4641 kj 凋
4642 kj ⎔
4643 kj 忿
4644 kj 貧
4645 kj ⎔
4646 kj ⎔
4647 kj 像
4648 kk ⎔
4649 kk ⎔
4650 kk ⎔
4651 kk 坐
4652 kk ⎔
4653 kk 准
4654 kk 份
4655 kk 俗
4656 kk ⎔
4657 kk 卻
4658 kl 僑
4659 kl 係
4660 kl ⎔
4661 kl 仟
4662 kl 仍
4663 kl ⎔
4664 kl ⎔
4665 kl ⎔
4666 kl 俄
4667 kl 伯
4668 km 傑
4669 km ⎔
4670 km 側
4671 km ⎔
4672 km ⎔
4673 km ⎔
4674 km 侈
4675 km ⎔
4676 km ⎔
4677 km ⎔
4678 kn 傢
4679 kn ⎔
4680 kn 倌
4681 kn ⎔
4682 kn 傭
4683 kn ⎔
4684 kn ⎔
4685 kn 俯
4686 kn ⎔
4687 kn ⎔
4688 ko 低
4689 ko 侮
4690 ko 作
4691 ko 件
4692 ko ⎔
4693 ko ⎔
4694 ko 仰
4695 ko ⎔
4696 ko ⎔
4697 ko 傷
4698 kp 佃
4699 kp ⎔
4700 kp 伸
4701 kp 個
4702 kp ⎔
4703 kp ⎔
4704 kp 偶
4705 kp ⎔
4706 kp ⎔
4707 kp 倡
4708 kq 化
4709 kq 仜
4710 kq 仝
4711 kq ⎔
4712 kq ⎔
4713 kq 傅
4714 kq 貨
4715 kq ⎔
4716 kq 使
4717 kq 偃
4718 kr 仕
4719 kr ⎔
4720 kr ⎔
4721 kr 僅
4722 kr 儔
4723 kr 傲
4724 kr 債
4725 kr 供
4726 kr 備
4727 kr 借
4728 ks 佩
4729 ks ⎔
4730 ks ⎔
4731 ks ⎔
4732 ks ⎔
4733 ks ⎔
4734 ks ⎔
4735 ks 佻
4736 ks ⎔
4737 ks ⎔
4738 kt ⎔
4739 kt 僎
4740 kt 儘
4741 kt 健
4742 kt 弟
4743 kt ⎔
4744 kt 侵
4745 kt ⎔
4746 kt 伊
4747 kt 偉
4748 ku 仴
4749 ku ⎔
4750 ku ⎔
4751 ku ⎔
4752 ku ⎔
4753 ku ⎔
4754 ku ⎔
4755 ku ⎔
4756 ku ⎔
4757 ku ⎔
4758 kv 休
4759 kv ⎔
4760 kv ⎔
4761 kv ⎔
4762 kv ⎔
4763 kv ⎔
4764 kv ⎔
4765 kv ⎔
4766 kv ⎔
4767 kv 凍
4768 kw ⎔
4769 kw ⎔
4770 kw ⎔
4771 kw ⎔
4772 kw ⎔
4773 kw ⎔
4774 kw ⎔
4775 kw ⎔
4776 kw ⎔
4777 kw ⎔
4778 kx 公
4779 kx ⎔
4780 kx ⎔
4781 kx ⎔
4782 kx 翁
4783 kx ⎔
4784 kx ⎔
4785 kx 似
4786 kx 俟
4787 kx 冶
4788 ky 位
4789 ky 隹
4790 ky 信
4791 ky 住
4792 ky 隻
4793 ky 進
4794 ky ⎔
4795 ky 雙
4796 ky 依
4797 ky 停
4798 kz 伕
4799 kz ⎔
4800 kz ⎔
4801 kz 傳
4802 kz ⎔
4803 kz 伏
4804 kz 佈
4805 kz 仗
4806 kz ⎔
4807 kz 佑
4808 l, 鳥
4809 l, 烏
4810 l, 釆
4811 l, ⎔
4812 l, 鴃
4813 l, 悉
4814 l, ⎔
4815 l, ⎔
4816 l, ⎔
4817 l, 翻
4818 l. 勿
4819 l. ⎔
4820 l. 匈
4821 l. 篷
4822 l. 箏
4823 l. 忽
4824 l. ⎔
4825 l. ⎔
4826 l. ⎔
4827 l. ⎔
4828 l/ 篾
4829 l/ 籮
4830 l/ ⎔
4831 l/ ⎔
4832 l/ ⎔
4833 l/ ⎔
4834 l/ ⎔
4835 l/ ⎔
4836 l/ ⎔
4837 l/ ⎔
4838 l; 句
4839 l; ⎔
4840 l; 簣
4841 l; ⎔
4842 l; 劬
4843 l; ⎔
4844 l; 禹
4845 l; 雊
4846 l; ⎔
4847 l; 簞
4848 la 勻
4849 la 箋
4850 la ⎔
4851 la 竿
4852 la ⎔
4853 la ⎔
4854 la ⎔
4855 la ⎔
4856 la ⎔
4857 la ⎔
4858 lb 及
4859 lb ⎔
4860 lb ⎔
4861 lb ⎔
4862 lb ⎔
4863 lb ⎔
4864 lb 節
4865 lb ⎔
4866 lb ⎔
4867 lb ⎔
4868 lc 簿
4869 lc ⎔
4870 lc ⎔
4871 lc ⎔
4872 lc ⎔
4873 lc ⎔
4874 lc ⎔
4875 lc ⎔
4876 lc 箔
4877 lc ⎔
4878 ld 島
4879 ld ⎔
4880 ld ⎔
4881 ld ⎔
4882 ld ⎔
4883 ld ⎔
4884 ld ⎔
4885 ld ⎔
4886 ld 皺
4887 ld ⎔
4888 le 師
4889 le ⎔
4890 le 歸
4891 le 阜
4892 le 延
4893 le 追
4894 le 帥
4895 le ⎔
4896 le ⎔
4897 le 簡
4898 lf 千
4899 lf 升
4900 lf 乖
4901 lf ⎔
4902 lf ⎔
4903 lf ⎔
4904 lf ⎔
4905 lf 籍
4906 lf ⎔
4907 lf 刮
4908 lg 乃
4909 lg ⎔
4910 lg ⎔
4911 lg ⎔
4912 lg 盈
4913 lg ⎔
4914 lg 篇
4915 lg 篤
4916 lg ⎔
4917 lg ⎔
4918 lh 勺
4919 lh ⎔
4920 lh ⎔
4921 lh ⎔
4922 lh ⎔
4923 lh ⎔
4924 lh ⎔
4925 lh ⎔
4926 lh 簇
4927 lh ⎔
4928 li 乎
4929 li ⎔
4930 li ⎔
4931 li ⎔
4932 li ⎔
4933 li ⎔
4934 li 箭
4935 li ⎔
4936 li ⎔
4937 li 簽
4938 lj 自
4939 lj 筧
4940 lj ⎔
4941 lj 算
4942 lj ⎔
4943 lj 邊
4944 lj ⎔
4945 lj ⎔
4946 lj 奧
4947 lj 鼻
4948 lk 筏
4949 lk ⎔
4950 lk 筱
4951 lk 符
4952 lk 篌
4953 lk ⎔
4954 lk ⎔
4955 lk 籤
4956 lk ⎔
4957 lk ⎔
4958 ll 笑
4959 ll ⎔
4960 ll 筵
4961 ll ⎔
4962 ll 笈
4963 ll ⎔
4964 ll ⎔
4965 ll ⎔
4966 ll ⎔
4967 ll 筍
4968 lm 舟
4969 lm 般
4970 lm 舢
4971 lm ⎔
4972 lm 艋
4973 lm 航
4974 lm ⎔
4975 lm 船
4976 lm 艇
4977 lm ⎔
4978 ln 乏
4979 ln ⎔
4980 ln 管
4981 ln ⎔
4982 ln 筷
4983 ln ⎔
4984 ln ⎔
4985 ln 簾
4986 ln ⎔
4987 ln ⎔
4988 lo 箍
4989 lo 鵝
4990 lo 笮
4991 lo 笙
4992 lo ⎔
4993 lo ⎔
4994 lo ⎔
4995 lo ⎔
4996 lo 籀
4997 lo ⎔
4998 lp 白
4999 lp 旬
5000 lp 甸
5001 lp 笛
5002 lp ⎔
5003 lp 迫
5004 lp 帛
5005 lp ⎔
5006 lp 卑
5007 lp 簍
5008 lq 毛
5009 lq 築
5010 lq 籃
5011 lq 毬
5012 lq 範
5013 lq 匍
5014 lq ⎔
5015 lq 毯
5016 lq ⎔
5017 lq 匐
5018 lr 箕
5019 lr ⎔
5020 lr ⎔
5021 lr 等
5022 lr 籌
5023 lr ⎔
5024 lr ⎔
5025 lr ⎔
5026 lr 箸
5027 lr 簧
5028 ls 九
5029 ls 匕
5030 ls ⎔
5031 ls ⎔
5032 ls ⎔
5033 ls 丸
5034 ls ⎔
5035 ls ⎔
5036 ls 鳩
5037 ls 旭
5038 lt ⎔
5039 lt 包
5040 lt 笆
5041 lt 筆
5042 lt 篛
5043 lt ⎔
5044 lt ⎔
5045 lt ⎔
5046 lt ⎔
5047 lt ⎔
5048 lu 血
5049 lu ⎔
5050 lu ⎔
5051 lu ⎔
5052 lu 筋
5053 lu ⎔
5054 lu 卹
5055 lu 籐
5056 lu ⎔
5057 lu ⎔
5058 lv 禾
5059 lv 梟
5060 lv 利
5061 lv 積
5062 lv 季
5063 lv 科
5064 lv 移
5065 lv 秋
5066 lv 稱
5067 lv 程
5068 lw ⎔
5069 lw ⎔
5070 lw ⎔
5071 lw ⎔
5072 lw ⎔
5073 lw ⎔
5074 lw ⎔
5075 lw ⎔
5076 lw 篆
5077 lw ⎔
5078 lx 系
5079 lx 勾
5080 lx 么
5081 lx ⎔
5082 lx ⎔
5083 lx ⎔
5084 lx ⎔
5085 lx ⎔
5086 lx ⎔
5087 lx 句
5088 ly 笠
5089 ly ⎔
5090 ly ⎔
5091 ly ⎔
5092 ly ⎔
5093 ly ⎔
5094 ly 籠
5095 ly ⎔
5096 ly 籬
5097 ly 篙
5098 lz 夭
5099 lz ⎔
5100 lz ⎔
5101 lz ⎔
5102 lz ⎔
5103 lz ⎔
5104 lz 看
5105 lz ⎔
5106 lz ⎔
5107 lz 喬
5108 m, 炙
5109 m, ⎔
5110 m, ⎔
5111 m, ⎔
5112 m, ⎔
5113 m, ⎔
5114 m, ⎔
5115 m, ⎔
5116 m, ⎔
5117 m, ⎔
5118 m. 敗
5119 m. ⎔
5120 m. ⎔
5121 m. ⎔
5122 m. ⎔
5123 m. ⎔
5124 m. ⎔
5125 m. ⎔
5126 m. ⎔
5127 m. 賂
5128 m/ ⎔
5129 m/ ⎔
5130 m/ ⎔
5131 m/ ⎔
5132 m/ ⎔
5133 m/ ⎔
5134 m/ ⎔
5135 m/ ⎔
5136 m/ ⎔
5137 m/ ⎔
5138 m; 名
5139 m; ⎔
5140 m; ⎔
5141 m; ⎔
5142 m; ⎔
5143 m; 過
5144 m; ⎔
5145 m; ⎔
5146 m; ⎔
5147 m; ⎔
5148 ma 祭
5149 ma 賤
5150 ma ⎔
5151 ma 賊
5152 ma ⎔
5153 ma ⎔
5154 ma ⎔
5155 ma ⎔
5156 ma ⎔
5157 ma ⎔
5158 mb ⎔
5159 mb ⎔
5160 mb ⎔
5161 mb ⎔
5162 mb ⎔
5163 mb ⎔
5164 mb ⎔
5165 mb ⎔
5166 mb ⎔
5167 mb ⎔
5168 mc 外
5169 mc ⎔
5170 mc ⎔
5171 mc ⎔
5172 mc ⎔
5173 mc ⎔
5174 mc ⎔
5175 mc ⎔
5176 mc ⎔
5177 mc ⎔
5178 md ⎔
5179 md ⎔
5180 md ⎔
5181 md ⎔
5182 md ⎔
5183 md ⎔
5184 md ⎔
5185 md ⎔
5186 md ⎔
5187 md ⎔
5188 me 則
5189 me ⎔
5190 me ⎔
5191 me ⎔
5192 me ⎔
5193 me ⎔
5194 me ⎔
5195 me ⎔
5196 me ⎔
5197 me 貼
5198 mf ⎔
5199 mf ⎔
5200 mf ⎔
5201 mf ⎔
5202 mf ⎔
5203 mf ⎔
5204 mf ⎔
5205 mf ⎔
5206 mf 財
5207 mf ⎔
5208 mg ⎔
5209 mg 怨
5210 mg ⎔
5211 mg ⎔
5212 mg ⎔
5213 mg ⎔
5214 mg ⎔
5215 mg ⎔
5216 mg ⎔
5217 mg ⎔
5218 mh ⎔
5219 mh ⎔
5220 mh ⎔
5221 mh ⎔
5222 mh ⎔
5223 mh ⎔
5224 mh ⎔
5225 mh ⎔
5226 mh ⎔
5227 mh ⎔
5228 mi 賒
5229 mi ⎔
5230 mi ⎔
5231 mi ⎔
5232 mi 賺
5233 mi ⎔
5234 mi ⎔
5235 mi ⎔
5236 mi ⎔
5237 mi ⎔
5238 mj 贍
5239 mj ⎔
5240 mj ⎔
5241 mj ⎔
5242 mj ⎔
5243 mj ⎔
5244 mj ⎔
5245 mj ⎔
5246 mj ⎔
5247 mj ⎔
5248 mk ⎔
5249 mk ⎔
5250 mk ⎔
5251 mk ⎔
5252 mk ⎔
5253 mk ⎔
5254 mk ⎔
5255 mk ⎔
5256 mk ⎔
5257 mk 贈
5258 ml ⎔
5259 ml ⎔
5260 ml ⎔
5261 ml ⎔
5262 ml ⎔
5263 ml 貶
5264 ml ⎔
5265 ml ⎔
5266 ml ⎔
5267 ml ⎔
5268 mm 多
5269 mm 嬰
5270 mm ⎔
5271 mm ⎔
5272 mm ⎔
5273 mm ⎔
5274 mm ⎔
5275 mm ⎔
5276 mm 夠
5277 mm ⎔
5278 mn 貯
5279 mn ⎔
5280 mn ⎔
5281 mn ⎔
5282 mn ⎔
5283 mn ⎔
5284 mn ⎔
5285 mn ⎔
5286 mn ⎔
5287 mn ⎔
5288 mo ⎔
5289 mo ⎔
5290 mo ⎔
5291 mo 遙
5292 mo ⎔
5293 mo ⎔
5294 mo ⎔
5295 mo ⎔
5296 mo ⎔
5297 mo ⎔
5298 mp ⎔
5299 mp ⎔
5300 mp ⎔
5301 mp ⎔
5302 mp ⎔
5303 mp ⎔
5304 mp ⎔
5305 mp ⎔
5306 mp 賜
5307 mp ⎔
5308 mq 舛
5309 mq 賬
5310 mq ⎔
5311 mq 桀
5312 mq ⎔
5313 mq 賻
5314 mq ⎔
5315 mq ⎔
5316 mq ⎔
5317 mq ⎔
5318 mr ⎔
5319 mr ⎔
5320 mr ⎔
5321 mr ⎔
5322 mr ⎔
5323 mr ⎔
5324 mr 購
5325 mr ⎔
5326 mr 賭
5327 mr 贖
5328 ms ⎔
5329 ms ⎔
5330 ms ⎔
5331 ms ⎔
5332 ms ⎔
5333 ms ⎔
5334 ms ⎔
5335 ms ⎔
5336 ms ⎔
5337 ms ⎔
5338 mt 郥
5339 mt ⎔
5340 mt ⎔
5341 mt ⎔
5342 mt ⎔
5343 mt ⎔
5344 mt ⎔
5345 mt ⎔
5346 mt ⎔
5347 mt ⎔
5348 mu 骨
5349 mu 骰
5350 mu ⎔
5351 mu 髒
5352 mu ⎔
5353 mu 骯
5354 mu ⎔
5355 mu ⎔
5356 mu 骼
5357 mu 髏
5358 mv ⎔
5359 mv ⎔
5360 mv ⎔
5361 mv ⎔
5362 mv ⎔
5363 mv ⎔
5364 mv ⎔
5365 mv ⎔
5366 mv ⎔
5367 mv ⎔
5368 mw ⎔
5369 mw ⎔
5370 mw ⎔
5371 mw ⎔
5372 mw ⎔
5373 mw ⎔
5374 mw ⎔
5375 mw ⎔
5376 mw ⎔
5377 mw ⎔
5378 mx ⎔
5379 mx ⎔
5380 mx ⎔
5381 mx ⎔
5382 mx ⎔
5383 mx ⎔
5384 mx ⎔
5385 mx ⎔
5386 mx ⎔
5387 mx 貽
5388 my ⎔
5389 my 賅
5390 my ⎔
5391 my ⎔
5392 my ⎔
5393 my ⎔
5394 my ⎔
5395 my ⎔
5396 my ⎔
5397 my 賠
5398 mz 賑
5399 mz 贓
5400 mz ⎔
5401 mz ⎔
5402 mz 販
5403 mz 然
5404 mz 賄
5405 mz ⎔
5406 mz ⎔
5407 mz ⎔
5408 n, ⎔
5409 n, ⎔
5410 n, ⎔
5411 n, ⎔
5412 n, ⎔
5413 n, ⎔
5414 n, 憐
5415 n, ⎔
5416 n, ⎔
5417 n, ⎔
5418 n. 彥
5419 n. ⎔
5420 n. ⎔
5421 n. ⎔
5422 n. ⎔
5423 n. ⎔
5424 n. ⎔
5425 n. ⎔
5426 n. ⎔
5427 n. 客
5428 n/ 寰
5429 n/ ⎔
5430 n/ ⎔
5431 n/ ⎔
5432 n/ ⎔
5433 n/ 愣
5434 n/ 慍
5435 n/ ⎔
5436 n/ ⎔
5437 n/ ⎔
5438 n; ⎔
5439 n; ⎔
5440 n; 忡
5441 n; ⎔
5442 n; ⎔
5443 n; ⎔
5444 n; ⎔
5445 n; ⎔
5446 n; 宮
5447 n; 憚
5448 na 完
5449 na 室
5450 na 賓
5451 na 寶
5452 na 悟
5453 na ⎔
5454 na 恆
5455 na 怦
5456 na 廈
5457 na 宣
5458 nb 慨
5459 nb 廄
5460 nb ⎔
5461 nb 怪
5462 nb 廢
5463 nb ⎔
5464 nb ⎔
5465 nb ⎔
5466 nb ⎔
5467 nb ⎔
5468 nc 恍
5469 nc ⎔
5470 nc ⎔
5471 nc ⎔
5472 nc ⎔
5473 nc ⎔
5474 nc 廠
5475 nc ⎔
5476 nc ⎔
5477 nc ⎔
5478 nd 愷
5479 nd ⎔
5480 nd ⎔
5481 nd ⎔
5482 nd ⎔
5483 nd ⎔
5484 nd ⎔
5485 nd ⎔
5486 nd ⎔
5487 nd ⎔
5488 ne 官
5489 ne ⎔
5490 ne ⎔
5491 ne ⎔
5492 ne ⎔
5493 ne 憫
5494 ne ⎔
5495 ne ⎔
5496 ne ⎔
5497 ne 店
5498 nf ⎔
5499 nf ⎔
5500 nf ⎔
5501 nf 憤
5502 nf ⎔
5503 nf 守
5504 nf 寬
5505 nf ⎔
5506 nf 懂
5507 nf 廟
5508 ng 宕
5509 ng ⎔
5510 ng ⎔
5511 ng 忸
5512 ng ⎔
5513 ng ⎔
5514 ng ⎔
5515 ng ⎔
5516 ng ⎔
5517 ng ⎔
5518 nh ⎔
5519 nh ⎔
5520 nh ⎔
5521 nh ⎔
5522 nh 廊
5523 nh ⎔
5524 nh ⎔
5525 nh ⎔
5526 nh ⎔
5527 nh ⎔
5528 ni 怑
5529 ni 惍
5530 ni ⎔
5531 ni 庠
5532 ni 廉
5533 ni ⎔
5534 ni 愉
5535 ni ⎔
5536 ni ⎔
5537 ni 恰
5538 nj 忉
5539 nj 忱
5540 nj ⎔
5541 nj 惆
5542 nj ⎔
5543 nj ⎔
5544 nj 懼
5545 nj 惘
5546 nj ⎔
5547 nj ⎔
5548 nk 穴
5549 nk 窈
5550 nk 窪
5551 nk 府
5552 nk 窘
5553 nk 惟
5554 nk 窩
5555 nk 容
5556 nk 究
5557 nk 悅
5558 nl 必
5559 nl ⎔
5560 nl ⎔
5561 nl 庭
5562 nl 庖
5563 nl ⎔
5564 nl 懊
5565 nl 審
5566 nl 惚
5567 nl 怕
5568 nm 察
5569 nm ⎔
5570 nm 廁
5571 nm ⎔
5572 nm 宛
5573 nm ⎔
5574 nm ⎔
5575 nm ⎔
5576 nm ⎔
5577 nm ⎔
5578 nn ⎔
5579 nn ⎔
5580 nn 惦
5581 nn ⎔
5582 nn 慷
5583 nn ⎔
5584 nn 寧
5585 nn ⎔
5586 nn 密
5587 nn ⎔
5588 no 底
5589 no 忻
5590 no ⎔
5591 no 產
5592 no ⎔
5593 no ⎔
5594 no ⎔
5595 no 庾
5596 no 寫
5597 no 愎
5598 np 悍
5599 np 宴
5600 np ⎔
5601 np 宙
5602 np ⎔
5603 np 憬
5604 np 寓
5605 np ⎔
5606 np 惺
5607 np 慢
5608 nq 它
5609 nq 庫
5610 nq 宦
5611 nq ⎔
5612 nq ⎔
5613 nq ⎔
5614 nq ⎔
5615 nq ⎔
5616 nq 慚
5617 nq 富
5618 nr 庄
5619 nr 怯
5620 nr ⎔
5621 nr 恃
5622 nr 度
5623 nr ⎔
5624 nr 情
5625 nr 賽
5626 nr ⎔
5627 nr 害
5628 ns ⎔
5629 ns ⎔
5630 ns ⎔
5631 ns 實
5632 ns ⎔
5633 ns ⎔
5634 ns ⎔
5635 ns ⎔
5636 ns ⎔
5637 ns ⎔
5638 nt ⎔
5639 nt 恨
5640 nt 康
5641 nt ⎔
5642 nt 怫
5643 nt ⎔
5644 nt 庸
5645 nt 快
5646 nt ⎔
5647 nt ⎔
5648 nu 宜
5649 nu ⎔
5650 nu ⎔
5651 nu ⎔
5652 nu ⎔
5653 nu ⎔
5654 nu ⎔
5655 nu ⎔
5656 nu ⎔
5657 nu ⎔
5658 nv 宋
5659 nv 床
5660 nv ⎔
5661 nv 麻
5662 nv ⎔
5663 nv 怵
5664 nv 廂
5665 nv ⎔
5666 nv ⎔
5667 nv 懶
5668 nw 安
5669 nw ⎔
5670 nw ⎔
5671 nw 案
5672 nw ⎔
5673 nw ⎔
5674 nw ⎔
5675 nw ⎔
5676 nw 惱
5677 nw ⎔
5678 nx 寐
5679 nx 慘
5680 nx ⎔
5681 nx ⎔
5682 nx 寢
5683 nx ⎔
5684 nx ⎔
5685 nx ⎔
5686 nx ⎔
5687 nx 怡
5688 ny ⎔
5689 ny 忙
5690 ny ⎔
5691 ny 宰
5692 ny ⎔
5693 ny ⎔
5694 ny 龐
5695 ny 悴
5696 ny ⎔
5697 ny 懷
5698 nz 寄
5699 nz 宏
5700 nz ⎔
5701 nz ⎔
5702 nz ⎔
5703 nz ⎔
5704 nz 怖
5705 nz 恢
5706 nz ⎔
5707 nz 庵
5708 o, 氣
5709 o, ⎔
5710 o, ⎔
5711 o, ⎔
5712 o, ⎔
5713 o, ⎔
5714 o, ⎔
5715 o, 撈
5716 o, 撇
5717 o, ⎔
5718 o. 援
5719 o. ⎔
5720 o. 抓
5721 o. 採
5722 o. 掙
5723 o. ⎔
5724 o. 授
5725 o. ⎔
5726 o. 覺
5727 o. ⎔
5728 o/ ⎔
5729 o/ 擺
5730 o/ ⎔
5731 o/ 擇
5732 o/ ⎔
5733 o/ ⎔
5734 o/ 氳
5735 o/ 勳
5736 o/ ⎔
5737 o/ ⎔
5738 o; 告
5739 o; 扣
5740 o; 靠
5741 o; ⎔
5742 o; ⎔
5743 o; 造
5744 o; 損
5745 o; ⎔
5746 o; 捌
5747 o; 操
5748 oa 丘
5749 oa 找
5750 oa 打
5751 oa 拜
5752 oa 捷
5753 oa 乓
5754 oa 制
5755 oa 兵
5756 oa 擾
5757 oa 撢
5758 ob 握
5759 ob ⎔
5760 ob 掘
5761 ob ⎔
5762 ob 撥
5763 ob 搔
5764 ob ⎔
5765 ob 摒
5766 ob ⎔
5767 ob ⎔
5768 oc 扑
5769 oc ⎔
5770 oc ⎔
5771 oc ⎔
5772 oc ⎔
5773 oc ⎔
5774 oc 擋
5775 oc ⎔
5776 oc 抄
5777 oc ⎔
5778 od 氙
5779 od ⎔
5780 od 拙
5781 od ⎔
5782 od 叟
5783 od ⎔
5784 od 卯
5785 od 攜
5786 od ⎔
5787 od ⎔
5788 oe 扯
5789 oe 乍
5790 oe 捫
5791 oe 氘
5792 oe ⎔
5793 oe 怎
5794 oe ⎔
5795 oe ⎔
5796 oe 擱
5797 oe 掉
5798 of 午
5799 of 牛
5800 of 垂
5801 of 特
5802 of 牠
5803 of 犒
5804 of ⎔
5805 of 搭
5806 of 物
5807 of 摸
5808 og 拓
5809 og ⎔
5810 og 拯
5811 og 扭
5812 og ⎔
5813 og ⎔
5814 og ⎔
5815 og ⎔
5816 og ⎔
5817 og ⎔
5818 oh 斥
5819 oh ⎔
5820 oh 卵
5821 oh 抖
5822 oh ⎔
5823 oh ⎔
5824 oh 留
5825 oh ⎔
5826 oh ⎔
5827 oh ⎔
5828 oi 拌
5829 oi ⎔
5830 oi ⎔
5831 oi 拼
5832 oi 搶
5833 oi ⎔
5834 oi 掄
5835 oi ⎔
5836 oi ⎔
5837 oi 拾
5838 oj 印
5839 oj ⎔
5840 oj ⎔
5841 oj ⎔
5842 oj ⎔
5843 oj 迎
5844 oj 換
5845 oj 探
5846 oj 掐
5847 oj 招
5848 ok 扒
5849 ok 臾
5850 ok ⎔
5851 ok ⎔
5852 ok ⎔
5853 ok 擒
5854 ok 扮
5855 ok 挫
5856 ok ⎔
5857 ok ⎔
5858 ol 托
5859 ol ⎔
5860 ol 搗
5861 ol 徵
5862 ol 抱
5863 ol ⎔
5864 ol 搬
5865 ol 播
5866 ol 掏
5867 ol 拍
5868 om 撚
5869 om ⎔
5870 om ⎔
5871 om ⎔
5872 om ⎔
5873 om ⎔
5874 om ⎔
5875 om ⎔
5876 om 搖
5877 om 撾
5878 on 近
5879 on 按
5880 on ⎔
5881 on 擴
5882 on 搪
5883 on 擰
5884 on 擦
5885 on 挖
5886 on ⎔
5887 on ⎔
5888 oo 折
5889 oo ⎔
5890 oo 搜
5891 oo 撫
5892 oo 拖
5893 oo 拆
5894 oo 質
5895 oo ⎔
5896 oo 攪
5897 oo 哲
5898 op 重
5899 op 拽
5900 op 押
5901 op 抽
5902 op 舅
5903 op ⎔
5904 op ⎔
5905 op 黴
5906 op 揭
5907 op 摟
5908 oq 年
5909 oq 扛
5910 oq 攬
5911 oq ⎔
5912 oq 拒
5913 oq 捕
5914 oq ⎔
5915 oq ⎔
5916 oq 擬
5917 oq 指
5918 or 生
5919 or 毀
5920 or ⎔
5921 or 持
5922 or ⎔
5923 or ⎔
5924 or 舞
5925 or 拱
5926 or 拷
5927 or 措
5928 os 兒
5929 os 扎
5930 os 先
5931 os 乞
5932 os 投
5933 os 迄
5934 os ⎔
5935 os 挑
5936 os 微
5937 os ⎔
5938 ot ⎔
5939 ot 撰
5940 ot 把
5941 ot ⎔
5942 ot 披
5943 ot ⎔
5944 ot 掃
5945 ot 抉
5946 ot ⎔
5947 ot ⎔
5948 ou ⎔
5949 ou ⎔
5950 ou ⎔
5951 ou ⎔
5952 ou ⎔
5953 ou ⎔
5954 ou ⎔
5955 ou ⎔
5956 ou ⎔
5957 ou ⎔
5958 ov 朱
5959 ov ⎔
5960 ov ⎔
5961 ov ⎔
5962 ov ⎔
5963 ov ⎔
5964 ov ⎔
5965 ov ⎔
5966 ov ⎔
5967 ov 揀
5968 ow 鼠
5969 ow ⎔
5970 ow 氯
5971 ow ⎔
5972 ow ⎔
5973 ow ⎔
5974 ow ⎔
5975 ow ⎔
5976 ow ⎔
5977 ow 鼬
5978 ox 鬼
5979 ox 摻
5980 ox ⎔
5981 ox 拚
5982 ox 拗
5983 ox 魁
5984 ox 魍
5985 ox ⎔
5986 ox 徽
5987 ox 抬
5988 oy 拉
5989 oy 擁
5990 oy ⎔
5991 oy 拄
5992 oy ⎔
5993 oy ⎔
5994 oy 攏
5995 oy 摘
5996 oy 抆
5997 oy 撞
5998 oz 失
5999 oz 矢
6000 oz 扶
6001 oz 捧
6002 oz 扳
6003 oz 迭
6004 oz 撤
6005 oz 挾
6006 oz 拔
6007 oz 知
6008 p, 黑
6009 p, 黝
6010 p, 黜
6011 p, 墨
6012 p, ⎔
6013 p, 黯
6014 p, ⎔
6015 p, 黔
6016 p, ⎔
6017 p, ⎔
6018 p. 畋
6019 p. ⎔
6020 p. ⎔
6021 p. ⎔
6022 p. ⎔
6023 p. ⎔
6024 p. 曖
6025 p. 晷
6026 p. ⎔
6027 p. 略
6028 p/ 圜
6029 p/ ⎔
6030 p/ ⎔
6031 p/ 曙
6032 p/ 曼
6033 p/ ⎔
6034 p/ ⎔
6035 p/ ⎔
6036 p/ ⎔
6037 p/ ⎔
6038 p; 回
6039 p; ⎔
6040 p; 數
6041 p; ⎔
6042 p; ⎔
6043 p; 圖
6044 p; 圓
6045 p; ⎔
6046 p; ⎔
6047 p; ⎔
6048 pa 旦
6049 pa 畏
6050 pa 題
6051 pa 旺
6052 pa 晤
6053 pa ⎔
6054 pa 曬
6055 pa ⎔
6056 pa ⎔
6057 pa 量
6058 pb 男
6059 pb ⎔
6060 pb ⎔
6061 pb ⎔
6062 pb 曜
6063 pb ⎔
6064 pb ⎔
6065 pb ⎔
6066 pb ⎔
6067 pb ⎔
6068 pc 晃
6069 pc ⎔
6070 pc ⎔
6071 pc ⎔
6072 pc ⎔
6073 pc ⎔
6074 pc ⎔
6075 pc ⎔
6076 pc ⎔
6077 pc ⎔
6078 pd 甲
6079 pd 申
6080 pd ⎔
6081 pd ⎔
6082 pd ⎔
6083 pd ⎔
6084 pd ⎔
6085 pd ⎔
6086 pd 鴨
6087 pd 暢
6088 pe ⎔
6089 pe ⎔
6090 pe ⎔
6091 pe ⎔
6092 pe 暇
6093 pe ⎔
6094 pe ⎔
6095 pe ⎔
6096 pe ⎔
6097 pe ⎔
6098 pf 由
6099 pf 早
6100 pf 曲
6101 pf 畢
6102 pf ⎔
6103 pf 迪
6104 pf 冑
6105 pf ⎔
6106 pf ⎔
6107 pf 固
6108 pg 昈
6109 pg ⎔
6110 pg ⎔
6111 pg 囝
6112 pg ⎔
6113 pg ⎔
6114 pg ⎔
6115 pg ⎔
6116 pg ⎔
6117 pg ⎔
6118 ph ⎔
6119 ph ⎔
6120 ph ⎔
6121 ph ⎔
6122 ph ⎔
6123 ph ⎔
6124 ph ⎔
6125 ph ⎔
6126 ph ⎔
6127 ph ⎔
6128 pi 畔
6129 pi ⎔
6130 pi ⎔
6131 pi 曦
6132 pi 囹
6133 pi ⎔
6134 pi ⎔
6135 pi ⎔
6136 pi ⎔
6137 pi ⎔
6138 pj 冒
6139 pj ⎔
6140 pj ⎔
6141 pj ⎔
6142 pj ⎔
6143 pj ⎔
6144 pj ⎔
6145 pj ⎔
6146 pj ⎔
6147 pj 晚
6148 pk 囚
6149 pk ⎔
6150 pk 界
6151 pk ⎔
6152 pk ⎔
6153 pk 暹
6154 pk ⎔
6155 pk ⎔
6156 pk ⎔
6157 pk ⎔
6158 pl 昀
6159 pl ⎔
6160 pl ⎔
6161 pl 昇
6162 pl ⎔
6163 pl ⎔
6164 pl 晌
6165 pl 歇
6166 pl 剔
6167 pl 煦
6168 pm 禺
6169 pm ⎔
6170 pm ⎔
6171 pm ⎔
6172 pm ⎔
6173 pm 遇
6174 pm ⎔
6175 pm ⎔
6176 pm ⎔
6177 pm ⎔
6178 pn 思
6179 pn 晏
6180 pn ⎔
6181 pn 曠
6182 pn ⎔
6183 pn ⎔
6184 pn ⎔
6185 pn ⎔
6186 pn ⎔
6187 pn ⎔
6188 po 昕
6189 po 晦
6190 po 昨
6191 po 星
6192 po ⎔
6193 po ⎔
6194 po 昂
6195 po ⎔
6196 po ⎔
6197 po ⎔
6198 pp 昌
6199 pp ⎔
6200 pp ⎔
6201 pp 曝
6202 pp ⎔
6203 pp ⎔
6204 pp ⎔
6205 pp ⎔
6206 pp 暍
6207 pp 壘
6208 pq 國
6209 pq ⎔
6210 pq ⎔
6211 pq 暱
6212 pq ⎔
6213 pq 圃
6214 pq ⎔
6215 pq ⎔
6216 pq ⎔
6217 pq ⎔
6218 pr 里
6219 pr ⎔
6220 pr ⎔
6221 pr 曉
6222 pr 野
6223 pr ⎔
6224 pr 晴
6225 pr 異
6226 pr 暑
6227 pr 園
6228 ps ⎔
6229 ps ⎔
6230 ps ⎔
6231 ps ⎔
6232 ps ⎔
6233 ps ⎔
6234 ps ⎔
6235 ps 晁
6236 ps ⎔
6237 ps ⎔
6238 pt ⎔
6239 pt ⎔
6240 pt ⎔
6241 pt ⎔
6242 pt ⎔
6243 pt ⎔
6244 pt ⎔
6245 pt ⎔
6246 pt ⎔
6247 pt 圍
6248 pu 明
6249 pu 胃
6250 pu ⎔
6251 pu ⎔
6252 pu ⎔
6253 pu ⎔
6254 pu 盟
6255 pu ⎔
6256 pu ⎔
6257 pu ⎔
6258 pv 果
6259 pv 困
6260 pv 杲
6261 pv ⎔
6262 pv ⎔
6263 pv ⎔
6264 pv 夥
6265 pv ⎔
6266 pv 晰
6267 pv ⎔
6268 pw 囡
6269 pw ⎔
6270 pw ⎔
6271 pw ⎔
6272 pw ⎔
6273 pw ⎔
6274 pw ⎔
6275 pw ⎔
6276 pw ⎔
6277 pw ⎔
6278 px 累
6279 px 曳
6280 px ⎔
6281 px ⎔
6282 px ⎔
6283 px ⎔
6284 px ⎔
6285 px ⎔
6286 px ⎔
6287 px ⎔
6288 py 昱
6289 py ⎔
6290 py ⎔
6291 py ⎔
6292 py ⎔
6293 py ⎔
6294 py ⎔
6295 py ⎔
6296 py ⎔
6297 py 影
6298 pz 因
6299 pz ⎔
6300 pz ⎔
6301 pz 團
6302 pz ⎔
6303 pz 恩
6304 pz 囿
6305 pz 暸
6306 pz ⎔
6307 pz ⎔
6308 q, ⎔
6309 q, ⎔
6310 q, ⎔
6311 q, ⎔
6312 q, ⎔
6313 q, ⎔
6314 q, 轔
6315 q, ⎔
6316 q, ⎔
6317 q, ⎔
6318 q. 攻
6319 q. 吏
6320 q. ⎔
6321 q. ⎔
6322 q. ⎔
6323 q. ⎔
6324 q. ⎔
6325 q. ⎔
6326 q. ⎔
6327 q. ⎔
6328 q/ ⎔
6329 q/ ⎔
6330 q/ ⎔
6331 q/ ⎔
6332 q/ ⎔
6333 q/ ⎔
6334 q/ ⎔
6335 q/ ⎔
6336 q/ ⎔
6337 q/ ⎔
6338 q; 叵
6339 q; ⎔
6340 q; 匱
6341 q; 噩
6342 q; ⎔
6343 q; ⎔
6344 q; ⎔
6345 q; ⎔
6346 q; ⎔
6347 q; 歐
6348 qa 軾
6349 qa 輕
6350 qa 輒
6351 qa 匡
6352 qa 巧
6353 qa ⎔
6354 qa 輛
6355 qa ⎔
6356 qa 項
6357 qa ⎔
6358 qb 功
6359 qb ⎔
6360 qb ⎔
6361 qb 輾
6362 qb 輟
6363 qb ⎔
6364 qb ⎔
6365 qb ⎔
6366 qb ⎔
6367 qb ⎔
6368 qc 汞
6369 qc ⎔
6370 qc ⎔
6371 qc ⎔
6372 qc ⎔
6373 qc ⎔
6374 qc ⎔
6375 qc 匯
6376 qc ⎔
6377 qc ⎔
6378 qd 可
6379 qd 擊
6380 qd ⎔
6381 qd ⎔
6382 qd 緊
6383 qd ⎔
6384 qd 囊
6385 qd ⎔
6386 qd 雅
6387 qd 熙
6388 qe ⎔
6389 qe ⎔
6390 qe 匪
6391 qe ⎔
6392 qe ⎔
6393 qe ⎔
6394 qe ⎔
6395 qe ⎔
6396 qe 憨
6397 qe ⎔
6398 qf 匿
6399 qf ⎔
6400 qf ⎔
6401 qf ⎔
6402 qf ⎔
6403 qf ⎔
6404 qf ⎔
6405 qf ⎔
6406 qf ⎔
6407 qf ⎔
6408 qg ⎔
6409 qg ⎔
6410 qg ⎔
6411 qg ⎔
6412 qg ⎔
6413 qg ⎔
6414 qg 匾
6415 qg ⎔
6416 qg ⎔
6417 qg ⎔
6418 qh 瓦
6419 qh 甫
6420 qh ⎔
6421 qh ⎔
6422 qh ⎔
6423 qh 敷
6424 qh ⎔
6425 qh ⎔
6426 qh ⎔
6427 qh ⎔
6428 qi 豆
6429 qi ⎔
6430 qi ⎔
6431 qi 豉
6432 qi ⎔
6433 qi 逗
6434 qi 輸
6435 qi ⎔
6436 qi ⎔
6437 qi ⎔
6438 qj 切
6439 qj ⎔
6440 qj 匝
6441 qj ⎔
6442 qj ⎔
6443 qj 軔
6444 qj ⎔
6445 qj 軟
6446 qj ⎔
6447 qj 輓
6448 qk 匹
6449 qk ⎔
6450 qk ⎔
6451 qk ⎔
6452 qk ⎔
6453 qk ⎔
6454 qk ⎔
6455 qk 巫
6456 qk ⎔
6457 qk ⎔
6458 ql 轎
6459 ql 軌
6460 ql ⎔
6461 ql 穎
6462 ql ⎔
6463 ql ⎔
6464 ql ⎔
6465 ql ⎔
6466 ql ⎔
6467 ql ⎔
6468 qm 貢
6469 qm ⎔
6470 qm ⎔
6471 qm ⎔
6472 qm ⎔
6473 qm ⎔
6474 qm ⎔
6475 qm ⎔
6476 qm ⎔
6477 qm ⎔
6478 qn 連
6479 qn ⎔
6480 qn ⎔
6481 qn 轄
6482 qn ⎔
6483 qn ⎔
6484 qn ⎔
6485 qn ⎔
6486 qn ⎔
6487 qn ⎔
6488 qo 匠
6489 qo 斬
6490 qo ⎔
6491 qo 塹
6492 qo ⎔
6493 qo ⎔
6494 qo ⎔
6495 qo 鏨
6496 qo ⎔
6497 qo 暫
6498 qp 旨
6499 qp 曹
6500 qp 副
6501 qp 軸
6502 qp ⎔
6503 qp 遭
6504 qp ⎔
6505 qp ⎔
6506 qp ⎔
6507 qp ⎔
6508 qq 比
6509 qq ⎔
6510 qq 軻
6511 qq ⎔
6512 qq ⎔
6513 qq 輔
6514 qq ⎔
6515 qq ⎔
6516 qq 皆
6517 qq 輻
6518 qr ⎔
6519 qr ⎔
6520 qr ⎔
6521 qr ⎔
6522 qr ⎔
6523 qr ⎔
6524 qr ⎔
6525 qr ⎔
6526 qr ⎔
6527 qr 轅
6528 qs 軋
6529 qs 旡
6530 qs ⎔
6531 qs ⎔
6532 qs ⎔
6533 qs 恐
6534 qs ⎔
6535 qs ⎔
6536 qs ⎔
6537 qs ⎔
6538 qt 巨
6539 qt 邛
6540 qt 事
6541 qt ⎔
6542 qt ⎔
6543 qt ⎔
6544 qt ⎔
6545 qt ⎔
6546 qt ⎔
6547 qt ⎔
6548 qu ⎔
6549 qu ⎔
6550 qu ⎔
6551 qu ⎔
6552 qu ⎔
6553 qu ⎔
6554 qu ⎔
6555 qu ⎔
6556 qu ⎔
6557 qu ⎔
6558 qv ⎔
6559 qv ⎔
6560 qv ⎔
6561 qv ⎔
6562 qv ⎔
6563 qv ⎔
6564 qv ⎔
6565 qv ⎔
6566 qv ⎔
6567 qv ⎔
6568 qw ⎔
6569 qw ⎔
6570 qw ⎔
6571 qw ⎔
6572 qw ⎔
6573 qw ⎔
6574 qw ⎔
6575 qw ⎔
6576 qw ⎔
6577 qw 輜
6578 qx 長
6579 qx 轡
6580 qx ⎔
6581 qx ⎔
6582 qx ⎔
6583 qx ⎔
6584 qx ⎔
6585 qx ⎔
6586 qx ⎔
6587 qx ⎔
6588 qy 轆
6589 qy ⎔
6590 qy ⎔
6591 qy ⎔
6592 qy ⎔
6593 qy ⎔
6594 qy ⎔
6595 qy 較
6596 qy ⎔
6597 qy ⎔
6598 qz 輳
6599 qz ⎔
6600 qz ⎔
6601 qz 轉
6602 qz 軛
6603 qz ⎔
6604 qz 轍
6605 qz ⎔
6606 qz ⎔
6607 qz ⎔
6608 r, ⎔
6609 r, ⎔
6610 r, ⎔
6611 r, ⎔
6612 r, ⎔
6613 r, ⎔
6614 r, ⎔
6615 r, ⎔
6616 r, ⎔
6617 r, ⎔
6618 r. 垢
6619 r. ⎔
6620 r. ⎔
6621 r. ⎔
6622 r. ⎔
6623 r. ⎔
6624 r. ⎔
6625 r. ⎔
6626 r. ⎔
6627 r. ⎔
6628 r/ ⎔
6629 r/ ⎔
6630 r/ ⎔
6631 r/ ⎔
6632 r/ ⎔
6633 r/ ⎔
6634 r/ 賣
6635 r/ ⎔
6636 r/ ⎔
6637 r/ ⎔
6638 r; 吉
6639 r; 哉
6640 r; ⎔
6641 r; ⎔
6642 r; ⎔
6643 r; ⎔
6644 r; 臺
6645 r; 喜
6646 r; 遠
6647 r; ⎔
6648 ra 甘
6649 ra ⎔
6650 ra ⎔
6651 ra 某
6652 ra ⎔
6653 ra ⎔
6654 ra ⎔
6655 ra 其
6656 ra ⎔
6657 ra 垣
6658 rb ⎔
6659 rb 聲
6660 rb 堀
6661 rb ⎔
6662 rb ⎔
6663 rb ⎔
6664 rb ⎔
6665 rb ⎔
6666 rb ⎔
6667 rb ⎔
6668 rc 走
6669 rc 赤
6670 rc 赴
6671 rc 赫
6672 rc 起
6673 rc ⎔
6674 rc 超
6675 rc 趁
6676 rc 趨
6677 rc 趕
6678 rd ⎔
6679 rd ⎔
6680 rd ⎔
6681 rd ⎔
6682 rd ⎔
6683 rd ⎔
6684 rd ⎔
6685 rd ⎔
6686 rd ⎔
6687 rd ⎔
6688 re 址
6689 re 墟
6690 re 圳
6691 re ⎔
6692 re ⎔
6693 re ⎔
6694 re ⎔
6695 re ⎔
6696 re ⎔
6697 re ⎔
6698 rf 革
6699 rf ⎔
6700 rf 鞘
6701 rf 鞋
6702 rf 勒
6703 rf 寺
6704 rf 填
6705 rf 塔
6706 rf 鞠
6707 rf 靼
6708 rg 壽
6709 rg ⎔
6710 rg 地
6711 rg ⎔
6712 rg ⎔
6713 rg ⎔
6714 rg ⎔
6715 rg ⎔
6716 rg ⎔
6717 rg ⎔
6718 rh 坊
6719 rh ⎔
6720 rh ⎔
6721 rh ⎔
6722 rh ⎔
6723 rh ⎔
6724 rh ⎔
6725 rh ⎔
6726 rh 熬
6727 rh ⎔
6728 ri ⎔
6729 ri ⎔
6730 ri ⎔
6731 ri 達
6732 ri ⎔
6733 ri ⎔
6734 ri ⎔
6735 ri ⎔
6736 ri ⎔
6737 ri ⎔
6738 rj 埆
6739 rj ⎔
6740 rj ⎔
6741 rj 遘
6742 rj ⎔
6743 rj 坍
6744 rj 帶
6745 rj 坎
6746 rj ⎔
6747 rj ⎔
6748 rk 共
6749 rk ⎔
6750 rk 恭
6751 rk 熱
6752 rk 巷
6753 rk 堆
6754 rk ⎔
6755 rk ⎔
6756 rk ⎔
6757 rk 增
6758 rl 考
6759 rl 表
6760 rl 埠
6761 rl ⎔
6762 rl 教
6763 rl ⎔
6764 rl ⎔
6765 rl 塢
6766 rl ⎔
6767 rl 者
6768 rm 責
6769 rm ⎔
6770 rm ⎔
6771 rm ⎔
6772 rm 勣
6773 rm ⎔
6774 rm ⎔
6775 rm ⎔
6776 rm ⎔
6777 rm 堝
6778 rn 志
6779 rn ⎔
6780 rn ⎔
6781 rn 壙
6782 rn 塘
6783 rn ⎔
6784 rn ⎔
6785 rn ⎔
6786 rn ⎔
6787 rn ⎔
6788 ro 圻
6789 ro 塊
6790 ro ⎔
6791 ro ⎔
6792 ro ⎔
6793 ro 坼
6794 ro ⎔
6795 ro ⎔
6796 ro ⎔
6797 ro 壎
6798 rp 昔
6799 rp ⎔
6800 rp 坤
6801 rp 戴
6802 rp 塌
6803 rp ⎔
6804 rp ⎔
6805 rp 黃
6806 rp 鵲
6807 rp ⎔
6808 rq 域
6809 rq 載
6810 rq 坷
6811 rq ⎔
6812 rq ⎔
6813 rq 埔
6814 rq ⎔
6815 rq 甚
6816 rq ⎔
6817 rq 堰
6818 rr 圭
6819 rr ⎔
6820 rr 卦
6821 rr 幫
6822 rr 勤
6823 rr ⎔
6824 rr 覲
6825 rr ⎔
6826 rr 堵
6827 rr ⎔
6828 rs 世
6829 rs ⎔
6830 rs ⎔
6831 rs ⎔
6832 rs ⎔
6833 rs ⎔
6834 rs ⎔
6835 rs ⎔
6836 rs ⎔
6837 rs ⎔
6838 rt ⎔
6839 rt 垠
6840 rt 埭
6841 rt ⎔
6842 rt 坡
6843 rt ⎔
6844 rt ⎔
6845 rt ⎔
6846 rt ⎔
6847 rt ⎔
6848 ru 青
6849 ru ⎔
6850 ru ⎔
6851 ru ⎔
6852 ru ⎔
6853 ru 靛
6854 ru ⎔
6855 ru ⎔
6856 ru 散
6857 ru ⎔
6858 rv ⎔
6859 rv 栽
6860 rv ⎔
6861 rv ⎔
6862 rv ⎔
6863 rv ⎔
6864 rv ⎔
6865 rv ⎔
6866 rv ⎔
6867 rv ⎔
6868 rw ⎔
6869 rw ⎔
6870 rw ⎔
6871 rw ⎔
6872 rw ⎔
6873 rw ⎔
6874 rw ⎔
6875 rw ⎔
6876 rw ⎔
6877 rw ⎔
6878 rx 去
6879 rx 素
6880 rx ⎔
6881 rx ⎔
6882 rx 劫
6883 rx ⎔
6884 rx 盍
6885 rx ⎔
6886 rx 埃
6887 rx ⎔
6888 ry 垃
6889 ry 坑
6890 ry ⎔
6891 ry ⎔
6892 ry ⎔
6893 ry ⎔
6894 ry ⎔
6895 ry ⎔
6896 ry 裁
6897 ry 壞
6898 rz 坏
6899 rz ⎔
6900 rz ⎔
6901 rz 壩
6902 rz 城
6903 rz ⎔
6904 rz 歎
6905 rz 難
6906 rz 壢
6907 rz ⎔
6908 s, 兆
6909 s, ⎔
6910 s, ⎔
6911 s, ⎔
6912 s, ⎔
6913 s, 逃
6914 s, 覜
6915 s, ⎔
6916 s, ⎔
6917 s, ⎔
6918 s. ⎔
6919 s. 蹊
6920 s. ⎔
6921 s. 踩
6922 s. ⎔
6923 s. ⎔
6924 s. ⎔
6925 s. 蹤
6926 s. 蹈
6927 s. 鷺
6928 s/ ⎔
6929 s/ ⎔
6930 s/ ⎔
6931 s/ ⎔
6932 s/ ⎔
6933 s/ ⎔
6934 s/ ⎔
6935 s/ ⎔
6936 s/ 躅
6937 s/ ⎔
6938 s; ⎔
6939 s; ⎔
6940 s; ⎔
6941 s; ⎔
6942 s; ⎔
6943 s; ⎔
6944 s; ⎔
6945 s; ⎔
6946 s; ⎔
6947 s; 躁
6948 sa ⎔
6949 sa 踐
6950 sa 躡
6951 sa ⎔
6952 sa ⎔
6953 sa ⎔
6954 sa 夙
6955 sa ⎔
6956 sa 鳳
6957 sa 虱
6958 sb 殳
6959 sb ⎔
6960 sb ⎔
6961 sb 踞
6962 sb 躍
6963 sb ⎔
6964 sb 踴
6965 sb ⎔
6966 sb ⎔
6967 sb ⎔
6968 sc 蹼
6969 sc ⎔
6970 sc ⎔
6971 sc ⎔
6972 sc ⎔
6973 sc ⎔
6974 sc ⎔
6975 sc ⎔
6976 sc ⎔
6977 sc 踏
6978 sd 踹
6979 sd ⎔
6980 sd ⎔
6981 sd ⎔
6982 sd ⎔
6983 sd ⎔
6984 sd 蹦
6985 sd ⎔
6986 sd 收
6987 sd ⎔
6988 se 趾
6989 se ⎔
6990 se ⎔
6991 se ⎔
6992 se ⎔
6993 se ⎔
6994 se ⎔
6995 se ⎔
6996 se ⎔
6997 se ⎔
6998 sf 毋
6999 sf ⎔
7000 sf 躪
7001 sf 躇
7002 sf ⎔
7003 sf 迅
7004 sf 貫
7005 sf ⎔
7006 sf ⎔
7007 sf 蝨
7008 sg 跖
7009 sg ⎔
7010 sg ⎔
7011 sg ⎔
7012 sg ⎔
7013 sg ⎔
7014 sg ⎔
7015 sg ⎔
7016 sg ⎔
7017 sg ⎔
7018 sh 凡
7019 sh ⎔
7020 sh ⎔
7021 sh ⎔
7022 sh ⎔
7023 sh ⎔
7024 sh ⎔
7025 sh ⎔
7026 sh ⎔
7027 sh ⎔
7028 si 跘
7029 si ⎔
7030 si ⎔
7031 si 蹉
7032 si ⎔
7033 si ⎔
7034 si ⎔
7035 si ⎔
7036 si ⎔
7037 si 蹲
7038 sj 跪
7039 sj ⎔
7040 sj ⎔
7041 sj 跚
7042 sj ⎔
7043 sj ⎔
7044 sj ⎔
7045 sj ⎔
7046 sj ⎔
7047 sj ⎔
7048 sk 趴
7049 sk ⎔
7050 sk ⎔
7051 sk ⎔
7052 sk ⎔
7053 sk ⎔
7054 sk ⎔
7055 sk ⎔
7056 sk 飛
7057 sk ⎔
7058 sl ⎔
7059 sl ⎔
7060 sl ⎔
7061 sl ⎔
7062 sl 跑
7063 sl ⎔
7064 sl ⎔
7065 sl ⎔
7066 sl ⎔
7067 sl 凰
7068 sm ⎔
7069 sm ⎔
7070 sm ⎔
7071 sm ⎔
7072 sm ⎔
7073 sm ⎔
7074 sm ⎔
7075 sm ⎔
7076 sm ⎔
7077 sm ⎔
7078 sn 跎
7079 sn ⎔
7080 sn ⎔
7081 sn 踱
7082 sn ⎔
7083 sn ⎔
7084 sn ⎔
7085 sn ⎔
7086 sn ⎔
7087 sn ⎔
7088 so 跌
7089 so ⎔
7090 so ⎔
7091 so ⎔
7092 so ⎔
7093 so ⎔
7094 so ⎔
7095 so ⎔
7096 so 躓
7097 so 踵
7098 sp ⎔
7099 sp ⎔
7100 sp ⎔
7101 sp 踝
7102 sp 蹋
7103 sp ⎔
7104 sp ⎔
7105 sp ⎔
7106 sp 踢
7107 sp ⎔
7108 sq ⎔
7109 sq ⎔
7110 sq ⎔
7111 sq ⎔
7112 sq 距
7113 sq ⎔
7114 sq ⎔
7115 sq ⎔
7116 sq ⎔
7117 sq ⎔
7118 sr ⎔
7119 sr ⎔
7120 sr ⎔
7121 sr 蹺
7122 sr 躊
7123 sr ⎔
7124 sr 蹣
7125 sr 躂
7126 sr ⎔
7127 sr ⎔
7128 ss ⎔
7129 ss 几
7130 ss ⎔
7131 ss 跺
7132 ss ⎔
7133 ss ⎔
7134 ss ⎔
7135 ss 跳
7136 ss ⎔
7137 ss ⎔
7138 st ⎔
7139 st 跟
7140 st ⎔
7141 st ⎔
7142 st 跛
7143 st ⎔
7144 st ⎔
7145 st ⎔
7146 st ⎔
7147 st ⎔
7148 su ⎔
7149 su ⎔
7150 su ⎔
7151 su ⎔
7152 su ⎔
7153 su ⎔
7154 su ⎔
7155 su ⎔
7156 su ⎔
7157 su ⎔
7158 sv 朵
7159 sv ⎔
7160 sv 剁
7161 sv ⎔
7162 sv ⎔
7163 sv ⎔
7164 sv ⎔
7165 sv ⎔
7166 sv ⎔
7167 sv ⎔
7168 sw ⎔
7169 sw ⎔
7170 sw ⎔
7171 sw ⎔
7172 sw ⎔
7173 sw ⎔
7174 sw ⎔
7175 sw ⎔
7176 sw ⎔
7177 sw ⎔
7178 sx ⎔
7179 sx ⎔
7180 sx ⎔
7181 sx ⎔
7182 sx ⎔
7183 sx 響
7184 sx ⎔
7185 sx ⎔
7186 sx ⎔
7187 sx 跆
7188 sy ⎔
7189 sy ⎔
7190 sy 跡
7191 sy ⎔
7192 sy ⎔
7193 sy ⎔
7194 sy ⎔
7195 sy 蹄
7196 sy ⎔
7197 sy 蹴
7198 sz 母
7199 sz 趺
7200 sz ⎔
7201 sz ⎔
7202 sz ⎔
7203 sz ⎔
7204 sz ⎔
7205 sz 蹶
7206 sz 跋
7207 sz ⎔
7208 t, ⎔
7209 t, 彝
7210 t, ⎔
7211 t, ⎔
7212 t, ⎔
7213 t, ⎔
7214 t, ⎔
7215 t, ⎔
7216 t, ⎔
7217 t, ⎔
7218 t. 降
7219 t. ⎔
7220 t. ⎔
7221 t. ⎔
7222 t. ⎔
7223 t. ⎔
7224 t. ⎔
7225 t. ⎔
7226 t. ⎔
7227 t. ⎔
7228 t/ ⎔
7229 t/ ⎔
7230 t/ ⎔
7231 t/ ⎔
7232 t/ ⎔
7233 t/ ⎔
7234 t/ ⎔
7235 t/ ⎔
7236 t/ ⎔
7237 t/ ⎔
7238 t; 違
7239 t; ⎔
7240 t; ⎔
7241 t; ⎔
7242 t; ⎔
7243 t; ⎔
7244 t; 隕
7245 t; ⎔
7246 t; ⎔
7247 t; ⎔
7248 ta 阮
7249 ta 陘
7250 ta 陬
7251 ta ⎔
7252 ta ⎔
7253 ta ⎔
7254 ta 陋
7255 ta ⎔
7256 ta 陌
7257 ta ⎔
7258 tb 皮
7259 tb ⎔
7260 tb ⎔
7261 tb ⎔
7262 tb ⎔
7263 tb ⎔
7264 tb ⎔
7265 tb ⎔
7266 tb 皰
7267 tb ⎔
7268 tc ⎔
7269 tc ⎔
7270 tc ⎔
7271 tc ⎔
7272 tc ⎔
7273 tc 逮
7274 tc ⎔
7275 tc ⎔
7276 tc 隙
7277 tc ⎔
7278 td 盡
7279 td 巴
7280 td 肅
7281 td ⎔
7282 td ⎔
7283 td ⎔
7284 td ⎔
7285 td ⎔
7286 td ⎔
7287 td ⎔
7288 te 阯
7289 te ⎔
7290 te 騭
7291 te ⎔
7292 te ⎔
7293 te ⎔
7294 te ⎔
7295 te ⎔
7296 te ⎔
7297 te ⎔
7298 tf 聿
7299 tf ⎔
7300 tf 阱
7301 tf ⎔
7302 tf 建
7303 tf ⎔
7304 tf ⎔
7305 tf ⎔
7306 tf ⎔
7307 tf ⎔
7308 tg 弓
7309 tg 強
7310 tg 費
7311 tg 疆
7312 tg 弛
7313 tg 弦
7314 tg ⎔
7315 tg 弱
7316 tg 弧
7317 tg 彈
7318 th 防
7319 th ⎔
7320 th ⎔
7321 th ⎔
7322 th ⎔
7323 th ⎔
7324 th ⎔
7325 th ⎔
7326 th ⎔
7327 th ⎔
7328 ti ⎔
7329 ti ⎔
7330 ti ⎔
7331 ti 除
7332 ti 陰
7333 ti ⎔
7334 ti ⎔
7335 ti 隘
7336 ti 隊
7337 ti 險
7338 tj ⎔
7339 tj ⎔
7340 tj ⎔
7341 tj ⎔
7342 tj ⎔
7343 tj ⎔
7344 tj 帚
7345 tj ⎔
7346 tj 陷
7347 tj ⎔
7348 tk 夬
7349 tk ⎔
7350 tk ⎔
7351 tk 附
7352 tk ⎔
7353 tk ⎔
7354 tk ⎔
7355 tk ⎔
7356 tk ⎔
7357 tk ⎔
7358 tl 尹
7359 tl ⎔
7360 tl ⎔
7361 tl 陞
7362 tl ⎔
7363 tl ⎔
7364 tl ⎔
7365 tl ⎔
7366 tl 陶
7367 tl 君
7368 tm 際
7369 tm ⎔
7370 tm ⎔
7371 tm ⎔
7372 tm ⎔
7373 tm ⎔
7374 tm ⎔
7375 tm ⎔
7376 tm ⎔
7377 tm ⎔
7378 tn 陀
7379 tn ⎔
7380 tn ⎔
7381 tn ⎔
7382 tn ⎔
7383 tn ⎔
7384 tn ⎔
7385 tn ⎔
7386 tn ⎔
7387 tn ⎔
7388 to ⎔
7389 to ⎔
7390 to ⎔
7391 to 陲
7392 to ⎔
7393 to ⎔
7394 to ⎔
7395 to ⎔
7396 to ⎔
7397 to ⎔
7398 tp 隄
7399 tp ⎔
7400 tp ⎔
7401 tp ⎔
7402 tp ⎔
7403 tp ⎔
7404 tp 隅
7405 tp ⎔
7406 tp ⎔
7407 tp ⎔
7408 tq 陣
7409 tq ⎔
7410 tq 阿
7411 tq ⎔
7412 tq ⎔
7413 tq ⎔
7414 tq 隔
7415 tq ⎔
7416 tq ⎔
7417 tq 尋
7418 tr ⎔
7419 tr ⎔
7420 tr 陡
7421 tr ⎔
7422 tr ⎔
7423 tr ⎔
7424 tr ⎔
7425 tr 陸
7426 tr ⎔
7427 tr 畫
7428 ts 已
7429 ts 己
7430 ts 巳
7431 ts ⎔
7432 ts 選
7433 ts 忌
7434 ts ⎔
7435 ts ⎔
7436 ts 改
7437 ts ⎔
7438 tt ⎔
7439 tt 限
7440 tt ⎔
7441 tt ⎔
7442 tt 陂
7443 tt ⎔
7444 tt ⎔
7445 tt ⎔
7446 tt ⎔
7447 tt ⎔
7448 tu 阻
7449 tu ⎔
7450 tu ⎔
7451 tu ⎔
7452 tu ⎔
7453 tu ⎔
7454 tu ⎔
7455 tu ⎔
7456 tu ⎔
7457 tu ⎔
7458 tv ⎔
7459 tv ⎔
7460 tv ⎔
7461 tv ⎔
7462 tv ⎔
7463 tv ⎔
7464 tv ⎔
7465 tv ⎔
7466 tv ⎔
7467 tv 陳
7468 tw ⎔
7469 tw ⎔
7470 tw ⎔
7471 tw ⎔
7472 tw ⎔
7473 tw ⎔
7474 tw ⎔
7475 tw ⎔
7476 tw ⎔
7477 tw ⎔
7478 tx 艮
7479 tx ⎔
7480 tx ⎔
7481 tx ⎔
7482 tx ⎔
7483 tx 退
7484 tx ⎔
7485 tx ⎔
7486 tx ⎔
7487 tx ⎔
7488 ty ⎔
7489 ty 阬
7490 ty ⎔
7491 ty ⎔
7492 ty ⎔
7493 ty ⎔
7494 ty 隴
7495 ty ⎔
7496 ty ⎔
7497 ty 障
7498 tz 墮
7499 tz ⎔
7500 tz ⎔
7501 tz ⎔
7502 tz 阪
7503 tz ⎔
7504 tz ⎔
7505 tz 陜
7506 tz ⎔
7507 tz ⎔
7508 u, 魚
7509 u, ⎔
7510 u, 鱸
7511 u, 鰭
7512 u, 鯽
7513 u, 鯨
7514 u, 鯛
7515 u, 鮮
7516 u, 鮑
7517 u, 魯
7518 u. 肜
7519 u. ⎔
7520 u. ⎔
7521 u. ⎔
7522 u. ⎔
7523 u. ⎔
7524 u. ⎔
7525 u. ⎔
7526 u. 脈
7527 u. 胳
7528 u/ ⎔
7529 u/ ⎔
7530 u/ ⎔
7531 u/ ⎔
7532 u/ ⎔
7533 u/ ⎔
7534 u/ ⎔
7535 u/ ⎔
7536 u/ ⎔
7537 u/ ⎔
7538 u; ⎔
7539 u; ⎔
7540 u; ⎔
7541 u; ⎔
7542 u; ⎔
7543 u; ⎔
7544 u; ⎔
7545 u; ⎔
7546 u; ⎔
7547 u; 臊
7548 ua 且
7549 ua ⎔
7550 ua 懸
7551 ua 肝
7552 ua 助
7553 ua ⎔
7554 ua 肺
7555 ua 具
7556 ua 豚
7557 ua 腰
7558 ub 肋
7559 ub ⎔
7560 ub ⎔
7561 ub ⎔
7562 ub 膠
7563 ub ⎔
7564 ub ⎔
7565 ub ⎔
7566 ub ⎔
7567 ub ⎔
7568 uc 胱
7569 uc ⎔
7570 uc ⎔
7571 uc ⎔
7572 uc ⎔
7573 uc ⎔
7574 uc 膛
7575 uc ⎔
7576 uc ⎔
7577 uc ⎔
7578 ud ⎔
7579 ud ⎔
7580 ud ⎔
7581 ud ⎔
7582 ud ⎔
7583 ud ⎔
7584 ud ⎔
7585 ud ⎔
7586 ud ⎔
7587 ud ⎔
7588 ue 刖
7589 ue ⎔
7590 ue 腓
7591 ue ⎔
7592 ue ⎔
7593 ue ⎔
7594 ue ⎔
7595 ue ⎔
7596 ue ⎔
7597 ue 臚
7598 uf 臟
7599 uf ⎔
7600 uf ⎔
7601 uf ⎔
7602 uf 肢
7603 uf 肘
7604 uf 脖
7605 uf ⎔
7606 uf ⎔
7607 uf 膜
7608 ug ⎔
7609 ug ⎔
7610 ug ⎔
7611 ug ⎔
7612 ug ⎔
7613 ug ⎔
7614 ug ⎔
7615 ug ⎔
7616 ug ⎔
7617 ug ⎔
7618 uh 肪
7619 uh ⎔
7620 uh ⎔
7621 uh ⎔
7622 uh ⎔
7623 uh ⎔
7624 uh ⎔
7625 uh ⎔
7626 uh ⎔
7627 uh ⎔
7628 ui 胖
7629 ui ⎔
7630 ui ⎔
7631 ui 膳
7632 ui ⎔
7633 ui ⎔
7634 ui ⎔
7635 ui ⎔
7636 ui ⎔
7637 ui 臉
7638 uj 膽
7639 uj ⎔
7640 uj ⎔
7641 uj 腆
7642 uj 服
7643 uj ⎔
7644 uj ⎔
7645 uj ⎔
7646 uj ⎔
7647 uj ⎔
7648 uk ⎔
7649 uk ⎔
7650 uk ⎔
7651 uk ⎔
7652 uk ⎔
7653 uk ⎔
7654 uk ⎔
7655 uk 腳
7656 uk ⎔
7657 uk 脫
7658 ul ⎔
7659 ul ⎔
7660 ul ⎔
7661 ul ⎔
7662 ul 胞
7663 ul ⎔
7664 ul ⎔
7665 ul ⎔
7666 ul 胸
7667 ul 腺
7668 um ⎔
7669 um ⎔
7670 um ⎔
7671 um ⎔
7672 um ⎔
7673 um ⎔
7674 um ⎔
7675 um ⎔
7676 um ⎔
7677 um ⎔
7678 un 臏
7679 un ⎔
7680 un ⎔
7681 un ⎔
7682 un ⎔
7683 un ⎔
7684 un 腕
7685 un 腔
7686 un ⎔
7687 un ⎔
7688 uo 肵
7689 uo 肐
7690 uo ⎔
7691 uo ⎔
7692 uo ⎔
7693 uo ⎔
7694 uo ⎔
7695 uo 腴
7696 uo ⎔
7697 uo 腹
7698 up 腸
7699 up ⎔
7700 up 胛
7701 up 膿
7702 up ⎔
7703 up 腮
7704 up ⎔
7705 up ⎔
7706 up 腥
7707 up ⎔
7708 uq 肛
7709 uq 脹
7710 uq ⎔
7711 uq ⎔
7712 uq ⎔
7713 uq 膊
7714 uq 膈
7715 uq 脰
7716 uq ⎔
7717 uq 脂
7718 ur 肚
7719 ur ⎔
7720 ur ⎔
7721 ur ⎔
7722 ur ⎔
7723 ur ⎔
7724 ur ⎔
7725 ur ⎔
7726 ur ⎔
7727 ur 膨
7728 us 肌
7729 us ⎔
7730 us ⎔
7731 us ⎔
7732 us 股
7733 us ⎔
7734 us ⎔
7735 us ⎔
7736 us ⎔
7737 us ⎔
7738 ut ⎔
7739 ut 腿
7740 ut 肥
7741 ut 腱
7742 ut ⎔
7743 ut ⎔
7744 ut ⎔
7745 ut ⎔
7746 ut ⎔
7747 ut ⎔
7748 uu 朋
7749 uu ⎔
7750 uu ⎔
7751 uu ⎔
7752 uu ⎔
7753 uu ⎔
7754 uu ⎔
7755 uu ⎔
7756 uu 鵬
7757 uu ⎔
7758 uv ⎔
7759 uv ⎔
7760 uv ⎔
7761 uv ⎔
7762 uv ⎔
7763 uv ⎔
7764 uv ⎔
7765 uv 膝
7766 uv ⎔
7767 uv ⎔
7768 uw ⎔
7769 uw ⎔
7770 uw ⎔
7771 uw ⎔
7772 uw ⎔
7773 uw ⎔
7774 uw ⎔
7775 uw ⎔
7776 uw 腦
7777 uw 臘
7778 ux ⎔
7779 ux ⎔
7780 ux ⎔
7781 ux ⎔
7782 ux ⎔
7783 ux ⎔
7784 ux ⎔
7785 ux ⎔
7786 ux ⎔
7787 ux 魘
7788 uy ⎔
7789 uy 臃
7790 uy ⎔
7791 uy ⎔
7792 uy ⎔
7793 uy ⎔
7794 uy 朧
7795 uy 膀
7796 uy ⎔
7797 uy 臆
7798 uz 胚
7799 uz 肱
7800 uz ⎔
7801 uz ⎔
7802 uz 胰
7803 uz ⎔
7804 uz ⎔
7805 uz ⎔
7806 uz ⎔
7807 uz 腌
7808 v, 杰
7809 v, ⎔
7810 v, ⎔
7811 v, ⎔
7812 v, ⎔
7813 v, ⎔
7814 v, ⎔
7815 v, ⎔
7816 v, ⎔
7817 v, ⎔
7818 v. 枚
7819 v. 杉
7820 v. ⎔
7821 v. 榭
7822 v. ⎔
7823 v. ⎔
7824 v. ⎔
7825 v. 樅
7826 v. 攀
7827 v. 格
7828 v/ 柬
7829 v/ ⎔
7830 v/ ⎔
7831 v/ ⎔
7832 v/ ⎔
7833 v/ 楞
7834 v/ ⎔
7835 v/ ⎔
7836 v/ ⎔
7837 v/ ⎔
7838 v; 束
7839 v; 杏
7840 v; 剌
7841 v; ⎔
7842 v; ⎔
7843 v; 速
7844 v; 賴
7845 v; ⎔
7846 v; 整
7847 v; ⎔
7848 va 本
7849 va 末
7850 va 椰
7851 va 械
7852 va 極
7853 va ⎔
7854 va 柄
7855 va 枰
7856 va 穀
7857 va 標
7858 vb 朸
7859 vb ⎔
7860 vb ⎔
7861 vb ⎔
7862 vb 橘
7863 vb ⎔
7864 vb 桶
7865 vb ⎔
7866 vb ⎔
7867 vb ⎔
7868 vc 朴
7869 vc ⎔
7870 vc ⎔
7871 vc ⎔
7872 vc ⎔
7873 vc ⎔
7874 vc 檔
7875 vc ⎔
7876 vc 杪
7877 vc ⎔
7878 vd ⎔
7879 vd ⎔
7880 vd ⎔
7881 vd ⎔
7882 vd ⎔
7883 vd ⎔
7884 vd ⎔
7885 vd ⎔
7886 vd ⎔
7887 vd ⎔
7888 ve 壺
7889 ve ⎔
7890 ve ⎔
7891 ve 欄
7892 ve ⎔
7893 ve ⎔
7894 ve 楨
7895 ve ⎔
7896 ve ⎔
7897 ve 櫚
7898 vf 樺
7899 vf ⎔
7900 vf ⎔
7901 vf 楛
7902 vf 枝
7903 vf 村
7904 vf 植
7905 vf 檣
7906 vf 材
7907 vf 權
7908 vg ⎔
7909 vg ⎔
7910 vg ⎔
7911 vg 李
7912 vg ⎔
7913 vg ⎔
7914 vg ⎔
7915 vg ⎔
7916 vg ⎔
7917 vg ⎔
7918 vh 朮
7919 vh 枋
7920 vh ⎔
7921 vh ⎔
7922 vh 榔
7923 vh 述
7924 vh ⎔
7925 vh ⎔
7926 vh ⎔
7927 vh ⎔
7928 vi ⎔
7929 vi ⎔
7930 vi ⎔
7931 vi 樣
7932 vi 槍
7933 vi ⎔
7934 vi 榆
7935 vi ⎔
7936 vi ⎔
7937 vi 檢
7938 vj 相
7939 vj 枕
7940 vj 刺
7941 vj 棗
7942 vj ⎔
7943 vj 想
7944 vj ⎔
7945 vj 榷
7946 vj ⎔
7947 vj 橡
7948 vk ⎔
7949 vk 松
7950 vk ⎔
7951 vk ⎔
7952 vk 梯
7953 vk 樵
7954 vk ⎔
7955 vk 來
7956 vk ⎔
7957 vk ⎔
7958 vl 橋
7959 vl ⎔
7960 vl 槌
7961 vl 梃
7962 vl 楹
7963 vl 杓
7964 vl ⎔
7965 vl ⎔
7966 vl ⎔
7967 vl 棉
7968 vm ⎔
7969 vm ⎔
7970 vm ⎔
7971 vm ⎔
7972 vm ⎔
7973 vm ⎔
7974 vm 櫻
7975 vm ⎔
7976 vm ⎔
7977 vm ⎔
7978 vn 檳
7979 vn ⎔
7980 vn 棺
7981 vn 櫥
7982 vn ⎔
7983 vn 檸
7984 vn ⎔
7985 vn 榨
7986 vn ⎔
7987 vn ⎔
7988 vo 析
7989 vo 梅
7990 vo 柳
7991 vo 株
7992 vo ⎔
7993 vo 榴
7994 vo ⎔
7995 vo ⎔
7996 vo ⎔
7997 vo ⎔
7998 vp 東
7999 vp 杳
8000 vp 柙
8001 vp 棵
8002 vp 榻
8003 vp ⎔
8004 vp ⎔
8005 vp ⎔
8006 vp ⎔
8007 vp 樓
8008 vq 杠
8009 vq 朼
8010 vq 柯
8011 vq ⎔
8012 vq ⎔
8013 vq ⎔
8014 vq 槓
8015 vq 壹
8016 vq ⎔
8017 vq 櫃
8018 vr 杜
8019 vr ⎔
8020 vr ⎔
8021 vr 桂
8022 vr 檮
8023 vr ⎔
8024 vr 構
8025 vr ⎔
8026 vr 楮
8027 vr 樹
8028 vs 札
8029 vs 机
8030 vs ⎔
8031 vs ⎔
8032 vs ⎔
8033 vs ⎔
8034 vs ⎔
8035 vs 桃
8036 vs ⎔
8037 vs ⎔
8038 vt 橢
8039 vt 杞
8040 vt 杷
8041 vt ⎔
8042 vt ⎔
8043 vt ⎔
8044 vt ⎔
8045 vt ⎔
8046 vt ⎔
8047 vt ⎔
8048 vu ⎔
8049 vu ⎔
8050 vu ⎔
8051 vu ⎔
8052 vu ⎔
8053 vu ⎔
8054 vu 棚
8055 vu 櫓
8056 vu ⎔
8057 vu ⎔
8058 vv 林
8059 vv 梵
8060 vv ⎔
8061 vv 森
8062 vv 楚
8063 vv 麓
8064 vv ⎔
8065 vv 焚
8066 vv 彬
8067 vv 棟
8068 vw ⎔
8069 vw ⎔
8070 vw ⎔
8071 vw ⎔
8072 vw ⎔
8073 vw ⎔
8074 vw ⎔
8075 vw ⎔
8076 vw ⎔
8077 vw ⎔
8078 vx 楓
8079 vx 機
8080 vx ⎔
8081 vx ⎔
8082 vx ⎔
8083 vx ⎔
8084 vx ⎔
8085 vx 梭
8086 vx ⎔
8087 vx ⎔
8088 vy ⎔
8089 vy 核
8090 vy ⎔
8091 vy 柱
8092 vy ⎔
8093 vy ⎔
8094 vy 柿
8095 vy 榜
8096 vy ⎔
8097 vy 檀
8098 vz 杯
8099 vz ⎔
8100 vz 槭
8101 vz 棒
8102 vz 板
8103 vz ⎔
8104 vz ⎔
8105 vz 杖
8106 vz 梳
8107 vz 椿
8108 w, 災
8109 w, 彝
8110 w, ⎔
8111 w, ⎔
8112 w, ⎔
8113 w, ⎔
8114 w, ⎔
8115 w, ⎔
8116 w, ⎔
8117 w, ⎔
8118 w. 彖
8119 w. ⎔
8120 w. ⎔
8121 w. ⎔
8122 w. ⎔
8123 w. ⎔
8124 w. ⎔
8125 w. ⎔
8126 w. ⎔
8127 w. 蠡
8128 w/ ⎔
8129 w/ 邋
8130 w/ ⎔
8131 w/ ⎔
8132 w/ ⎔
8133 w/ ⎔
8134 w/ 媼
8135 w/ ⎔
8136 w/ ⎔
8137 w/ ⎔
8138 w; 如
8139 w; 絮
8140 w; ⎔
8141 w; ⎔
8142 w; 娛
8143 w; 恕
8144 w; 娟
8145 w; ⎔
8146 w; ⎔
8147 w; 嬋
8148 wa ⎔
8149 wa 姪
8150 wa 嫣
8151 wa 妹
8152 wa ⎔
8153 wa ⎔
8154 wa ⎔
8155 wa ⎔
8156 wa ⎔
8157 wa 嫖
8158 wb 奴
8159 wb ⎔
8160 wb ⎔
8161 wb ⎔
8162 wb 努
8163 wb 怒
8164 wb 媚
8165 wb ⎔
8166 wb 娓
8167 wb ⎔
8168 wc 彔
8169 wc ⎔
8170 wc 剝
8171 wc ⎔
8172 wc ⎔
8173 wc ⎔
8174 wc 嫦
8175 wc ⎔
8176 wc 妙
8177 wc ⎔
8178 wd 奾
8179 wd ⎔
8180 wd ⎔
8181 wd ⎔
8182 wd ⎔
8183 wd ⎔
8184 wd ⎔
8185 wd ⎔
8186 wd ⎔
8187 wd ⎔
8188 we ⎔
8189 we ⎔
8190 we ⎔
8191 we 嫻
8192 we ⎔
8193 we ⎔
8194 we ⎔
8195 we ⎔
8196 we ⎔
8197 we ⎔
8198 wf ⎔
8199 wf ⎔
8200 wf ⎔
8201 wf ⎔
8202 wf 妓
8203 wf ⎔
8204 wf ⎔
8205 wf ⎔
8206 wf ⎔
8207 wf 姑
8208 wg 妒
8209 wg ⎔
8210 wg 她
8211 wg 好
8212 wg ⎔
8213 wg ⎔
8214 wg ⎔
8215 wg 媽
8216 wg ⎔
8217 wg ⎔
8218 wh 妨
8219 wh ⎔
8220 wh ⎔
8221 wh ⎔
8222 wh 娘
8223 wh ⎔
8224 wh ⎔
8225 wh ⎔
8226 wh 嫉
8227 wh ⎔
8228 wi 姅
8229 wi ⎔
8230 wi ⎔
8231 wi 姘
8232 wi 嫌
8233 wi ⎔
8234 wi ⎔
8235 wi ⎔
8236 wi ⎔
8237 wi ⎔
8238 wj ⎔
8239 wj ⎔
8240 wj 妳
8241 wj 姍
8242 wj ⎔
8243 wj ⎔
8244 wj ⎔
8245 wj ⎔
8246 wj ⎔
8247 wj 彙
8248 wk ⎔
8249 wk ⎔
8250 wk ⎔
8251 wk ⎔
8252 wk 娣
8253 wk ⎔
8254 wk ⎔
8255 wk ⎔
8256 wk ⎔
8257 wk ⎔
8258 wl 嬌
8259 wl ⎔
8260 wl ⎔
8261 wl ⎔
8262 wl 姊
8263 wl 妁
8264 wl 媳
8265 wl ⎔
8266 wl 娥
8267 wl 婢
8268 wm ⎔
8269 wm ⎔
8270 wm ⎔
8271 wm ⎔
8272 wm ⎔
8273 wm ⎔
8274 wm ⎔
8275 wm ⎔
8276 wm ⎔
8277 wm 媧
8278 wn 巡
8279 wn ⎔
8280 wn ⎔
8281 wn 嬤
8282 wn ⎔
8283 wn ⎔
8284 wn 婉
8285 wn ⎔
8286 wn 嬸
8287 wn ⎔
8288 wo 妡
8289 wo ⎔
8290 wo 嫂
8291 wo 姓
8292 wo ⎔
8293 wo ⎔
8294 wo ⎔
8295 wo ⎔
8296 wo ⎔
8297 wo ⎔
8298 wp 甾
8299 wp 嫘
8300 wp ⎔
8301 wp 巢
8302 wp ⎔
8303 wp ⎔
8304 wp ⎔
8305 wp ⎔
8306 wp ⎔
8307 wp 娼
8308 wq 妅
8309 wq ⎔
8310 wq 姬
8311 wq ⎔
8312 wq ⎔
8313 wq ⎔
8314 wq ⎔
8315 wq ⎔
8316 wq ⎔
8317 wq 嫗
8318 wr 媒
8319 wr ⎔
8320 wr ⎔
8321 wr 娃
8322 wr ⎔
8323 wr ⎔
8324 wr 媾
8325 wr ⎔
8326 wr 姥
8327 wr 嬉
8328 ws 姆
8329 ws ⎔
8330 ws ⎔
8331 ws ⎔
8332 ws ⎔
8333 ws ⎔
8334 ws ⎔
8335 ws 姚
8336 ws ⎔
8337 ws ⎔
8338 wt 婀
8339 wt 妃
8340 wt ⎔
8341 wt ⎔
8342 wt ⎔
8343 wt ⎔
8344 wt 婦
8345 wt ⎔
8346 wt ⎔
8347 wt ⎔
8348 wu 姐
8349 wu ⎔
8350 wu ⎔
8351 wu ⎔
8352 wu ⎔
8353 wu ⎔
8354 wu ⎔
8355 wu ⎔
8356 wu ⎔
8357 wu ⎔
8358 wv ⎔
8359 wv ⎔
8360 wv ⎔
8361 wv ⎔
8362 wv ⎔
8363 wv ⎔
8364 wv ⎔
8365 wv ⎔
8366 wv ⎔
8367 wv 嫩
8368 ww ⎔
8369 ww 姦
8370 ww ⎔
8371 ww ⎔
8372 ww ⎔
8373 ww ⎔
8374 ww ⎔
8375 ww ⎔
8376 ww ⎔
8377 ww ⎔
8378 wx ⎔
8379 wx ⎔
8380 wx ⎔
8381 wx ⎔
8382 wx ⎔
8383 wx ⎔
8384 wx ⎔
8385 wx 姒
8386 wx ⎔
8387 wx 始
8388 wy 娮
8389 wy ⎔
8390 wy ⎔
8391 wy ⎔
8392 wy ⎔
8393 wy ⎔
8394 wy ⎔
8395 wy 嫡
8396 wy ⎔
8397 wy 婷
8398 wz 娠
8399 wz ⎔
8400 wz ⎔
8401 wz 孀
8402 wz 姨
8403 wz ⎔
8404 wz ⎔
8405 wz ⎔
8406 wz ⎔
8407 wz ⎔
8408 x, ⎔
8409 x, ⎔
8410 x, ⎔
8411 x, ⎔
8412 x, ⎔
8413 x, ⎔
8414 x, ⎔
8415 x, ⎔
8416 x, ⎔
8417 x, ⎔
8418 x. 緩
8419 x. 綏
8420 x. ⎔
8421 x. 縫
8422 x. ⎔
8423 x. 終
8424 x. 綬
8425 x. 縱
8426 x. ⎔
8427 x. 絡
8428 x/ ⎔
8429 x/ ⎔
8430 x/ ⎔
8431 x/ 繹
8432 x/ ⎔
8433 x/ ⎔
8434 x/ ⎔
8435 x/ ⎔
8436 x/ ⎔
8437 x/ ⎔
8438 x; 台
8439 x; ⎔
8440 x; ⎔
8441 x; ⎔
8442 x; ⎔
8443 x; 怠
8444 x; 絹
8445 x; ⎔
8446 x; ⎔
8447 x; ⎔
8448 xa 紜
8449 xa 緻
8450 xa 純
8451 xa 絨
8452 xa ⎔
8453 xa ⎔
8454 xa ⎔
8455 xa ⎔
8456 xa 緬
8457 xa 縹
8458 xb 幼
8459 xb ⎔
8460 xb ⎔
8461 xb ⎔
8462 xb 綴
8463 xb ⎔
8464 xb ⎔
8465 xb ⎔
8466 xb ⎔
8467 xb ⎔
8468 xc ⎔
8469 xc ⎔
8470 xc ⎔
8471 xc ⎔
8472 xc ⎔
8473 xc ⎔
8474 xc ⎔
8475 xc ⎔
8476 xc 紗
8477 xc ⎔
8478 xd ⎔
8479 xd ⎔
8480 xd 絀
8481 xd ⎔
8482 xd ⎔
8483 xd ⎔
8484 xd 繃
8485 xd ⎔
8486 xd ⎔
8487 xd ⎔
8488 xe ⎔
8489 xe ⎔
8490 xe ⎔
8491 xe ⎔
8492 xe ⎔
8493 xe ⎔
8494 xe ⎔
8495 xe ⎔
8496 xe ⎔
8497 xe 綽
8498 xf 弁
8499 xf ⎔
8500 xf ⎔
8501 xf ⎔
8502 xf 綁
8503 xf 紂
8504 xf 縝
8505 xf 牆
8506 xf ⎔
8507 xf ⎔
8508 xg 幻
8509 xg ⎔
8510 xg ⎔
8511 xg 紐
8512 xg ⎔
8513 xg ⎔
8514 xg 編
8515 xg ⎔
8516 xg ⎔
8517 xg ⎔
8518 xh 紡
8519 xh ⎔
8520 xh ⎔
8521 xh ⎔
8522 xh ⎔
8523 xh ⎔
8524 xh ⎔
8525 xh ⎔
8526 xh ⎔
8527 xh ⎔
8528 xi 絆
8529 xi ⎔
8530 xi ⎔
8531 xi 繕
8532 xi 縑
8533 xi ⎔
8534 xi 綸
8535 xi 縊
8536 xi ⎔
8537 xi 繪
8538 xj 繩
8539 xj ⎔
8540 xj 緲
8541 xj 綢
8542 xj 絕
8543 xj 紉
8544 xj ⎔
8545 xj 納
8546 xj ⎔
8547 xj 紹
8548 xk 以
8549 xk ⎔
8550 xk ⎔
8551 xk ⎔
8552 xk ⎔
8553 xk 維
8554 xk 紛
8555 xk 纖
8556 xk 逡
8557 xk 繒
8558 xl ⎔
8559 xl ⎔
8560 xl 縐
8561 xl 颳
8562 xl 級
8563 xl 約
8564 xl ⎔
8565 xl 繙
8566 xl ⎔
8567 xl 線
8568 xm ⎔
8569 xm ⎔
8570 xm ⎔
8571 xm 將
8572 xm ⎔
8573 xm ⎔
8574 xm 纓
8575 xm ⎔
8576 xm ⎔
8577 xm ⎔
8578 xn 綜
8579 xn ⎔
8580 xn 綰
8581 xn ⎔
8582 xn ⎔
8583 xn ⎔
8584 xn ⎔
8585 xn 縮
8586 xn ⎔
8587 xn 纏
8588 xo 紙
8589 xo 緞
8590 xo 颼
8591 xo 牟
8592 xo ⎔
8593 xo ⎔
8594 xo ⎔
8595 xo ⎔
8596 xo ⎔
8597 xo ⎔
8598 xp 細
8599 xp 絏
8600 xp 紳
8601 xp 綑
8602 xp ⎔
8603 xp ⎔
8604 xp ⎔
8605 xp ⎔
8606 xp ⎔
8607 xp 縷
8608 xq 紅
8609 xq ⎔
8610 xq 纜
8611 xq ⎔
8612 xq ⎔
8613 xq 縛
8614 xq ⎔
8615 xq ⎔
8616 xq ⎔
8617 xq ⎔
8618 xr 壯
8619 xr 紲
8620 xr ⎔
8621 xr 繞
8622 xr ⎔
8623 xr 裝
8624 xr 績
8625 xr 綾
8626 xr 緒
8627 xr 續
8628 xs 允
8629 xs ⎔
8630 xs 糾
8631 xs ⎔
8632 xs ⎔
8633 xs ⎔
8634 xs ⎔
8635 xs ⎔
8636 xs ⎔
8637 xs ⎔
8638 xt ⎔
8639 xt 紀
8640 xt 繡
8641 xt ⎔
8642 xt 紼
8643 xt ⎔
8644 xt ⎔
8645 xt ⎔
8646 xt ⎔
8647 xt 緯
8648 xu 組
8649 xu ⎔
8650 xu ⎔
8651 xu ⎔
8652 xu ⎔
8653 xu ⎔
8654 xu ⎔
8655 xu ⎔
8656 xu ⎔
8657 xu ⎔
8658 xv ⎔
8659 xv ⎔
8660 xv ⎔
8661 xv ⎔
8662 xv ⎔
8663 xv ⎔
8664 xv ⎔
8665 xv ⎔
8666 xv ⎔
8667 xv 練
8668 xw 妝
8669 xw ⎔
8670 xw 綠
8671 xw ⎔
8672 xw ⎔
8673 xw ⎔
8674 xw ⎔
8675 xw ⎔
8676 xw 緣
8677 xw 繅
8678 xx 絲
8679 xx 參
8680 xx ⎔
8681 xx ⎔
8682 xx ⎔
8683 xx ⎔
8684 xx ⎔
8685 xx ⎔
8686 xx 鷥
8687 xx 颱
8688 xy ⎔
8689 xy 絃
8690 xy ⎔
8691 xy ⎔
8692 xy ⎔
8693 xy ⎔
8694 xy ⎔
8695 xy 締
8696 xy 紋
8697 xy 織
8698 xz 綺
8699 xz 統
8700 xz ⎔
8701 xz ⎔
8702 xz ⎔
8703 xz 狀
8704 xz ⎔
8705 xz 繚
8706 xz 紱
8707 xz 畚
8708 y, ⎔
8709 y, ⎔
8710 y, ⎔
8711 y, ⎔
8712 y, ⎔
8713 y, 謎
8714 y, ⎔
8715 y, 談
8716 y, ⎔
8717 y, ⎔
8718 y. 文
8719 y. 毅
8720 y. 離
8721 y. 謝
8722 y. 諍
8723 y. ⎔
8724 y. ⎔
8725 y. ⎔
8726 y. ⎔
8727 y. 吝
8728 y/ ⎔
8729 y/ ⎔
8730 y/ ⎔
8731 y/ 譯
8732 y/ ⎔
8733 y/ ⎔
8734 y/ ⎔
8735 y/ ⎔
8736 y/ ⎔
8737 y/ ⎔
8738 y; ⎔
8739 y; 競
8740 y; 京
8741 y; ⎔
8742 y; 部
8743 y; ⎔
8744 y; 高
8745 y; ⎔
8746 y; 哀
8747 y; 襄
8748 ya 試
8749 ya ⎔
8750 ya 訂
8751 ya 誡
8752 ya 語
8753 ya ⎔
8754 ya ⎔
8755 ya 評
8756 ya ⎔
8757 ya 譚
8758 yb 證
8759 yb ⎔
8760 yb ⎔
8761 yb ⎔
8762 yb 謬
8763 yb ⎔
8764 yb 誦
8765 yb ⎔
8766 yb ⎔
8767 yb ⎔
8768 yc 亦
8769 yc 卞
8770 yc 訃
8771 yc 弈
8772 yc ⎔
8773 yc ⎔
8774 yc 誚
8775 yc ⎔
8776 yc ⎔
8777 yc ⎔
8778 yd 訕
8779 yd ⎔
8780 yd ⎔
8781 yd ⎔
8782 yd ⎔
8783 yd ⎔
8784 yd ⎔
8785 yd ⎔
8786 yd ⎔
8787 yd ⎔
8788 ye 謔
8789 ye ⎔
8790 ye 訓
8791 ye ⎔
8792 ye ⎔
8793 ye ⎔
8794 ye ⎔
8795 ye ⎔
8796 ye ⎔
8797 ye 站
8798 yf 計
8799 yf 辛
8800 yf ⎔
8801 yf 辣
8802 yf 辦
8803 yf 討
8804 yf ⎔
8805 yf 護
8806 yf 瓣
8807 yf 謨
8808 yg 詞
8809 yg ⎔
8810 yg 訑
8811 yg ⎔
8812 yg ⎔
8813 yg 慶
8814 yg ⎔
8815 yg ⎔
8816 yg ⎔
8817 yg ⎔
8818 yh 訪
8819 yh 祿
8820 yh 禎
8821 yh 社
8822 yh 祁
8823 yh 祕
8824 yh 祖
8825 yh 祥
8826 yh 祈
8827 yh 神
8828 yi ⎔
8829 yi ⎔
8830 yi 譜
8831 yi 議
8832 yi 謙
8833 yi ⎔
8834 yi 論
8835 yi ⎔
8836 yi ⎔
8837 yi ⎔
8838 yj 詭
8839 yj ⎔
8840 yj 市
8841 yj 調
8842 yj ⎔
8843 yj 認
8844 yj ⎔
8845 yj 訥
8846 yj 諂
8847 yj 詔
8848 yk 六
8849 yk 訟
8850 yk 齊
8851 yk 襪
8852 yk 被
8853 yk 誰
8854 yk 商
8855 yk 雜
8856 yk 交
8857 yk 袖
8858 yl 託
8859 yl 衣
8860 yl 誕
8861 yl 誘
8862 yl ⎔
8863 yl ⎔
8864 yl ⎔
8865 yl ⎔
8866 yl ⎔
8867 yl 詢
8868 ym ⎔
8869 ym ⎔
8870 ym ⎔
8871 ym ⎔
8872 ym ⎔
8873 ym ⎔
8874 ym ⎔
8875 ym ⎔
8876 ym 謠
8877 ym ⎔
8878 yn 這
8879 yn ⎔
8880 yn ⎔
8881 yn ⎔
8882 yn ⎔
8883 yn ⎔
8884 yn 誼
8885 yn ⎔
8886 yn 詫
8887 yn ⎔
8888 yo 訢
8889 yo 讚
8890 yo 詐
8891 yo 許
8892 yo ⎔
8893 yo 訴
8894 yo ⎔
8895 yo 諛
8896 yo 裒
8897 yo 誥
8898 yp 音
8899 yp 竟
8900 yp ⎔
8901 yp 課
8902 yp ⎔
8903 yp 意
8904 yp 謂
8905 yp ⎔
8906 yp 衰
8907 yp 稟
8908 yq 訌
8909 yq ⎔
8910 yq 訝
8911 yq ⎔
8912 yq ⎔
8913 yq 誧
8914 yq ⎔
8915 yq 誣
8916 yq ⎔
8917 yq 詣
8918 yr 主
8919 yr 諜
8920 yr ⎔
8921 yr 謹
8922 yr ⎔
8923 yr 誌
8924 yr 請
8925 yr 褻
8926 yr 諸
8927 yr 讀
8928 ys 亡
8929 ys 亢
8930 ys ⎔
8931 ys 訊
8932 ys 設
8933 ys 忘
8934 ys 望
8935 ys ⎔
8936 ys ⎔
8937 ys ⎔
8938 yt ⎔
8939 yt 記
8940 yt ⎔
8941 yt ⎔
8942 yt 詖
8943 yt ⎔
8944 yt ⎔
8945 yt 訣
8946 yt ⎔
8947 yt 諱
8948 yu 龍
8949 yu 嬴
8950 yu ⎔
8951 yu ⎔
8952 yu ⎔
8953 yu ⎔
8954 yu 贏
8955 yu 羸
8956 yu ⎔
8957 yu ⎔
8958 yv ⎔
8959 yv ⎔
8960 yv ⎔
8961 yv ⎔
8962 yv ⎔
8963 yv ⎔
8964 yv 親
8965 yv ⎔
8966 yv 新
8967 yv 諫
8968 yw 妾
8969 yw ⎔
8970 yw ⎔
8971 yw ⎔
8972 yw ⎔
8973 yw ⎔
8974 yw ⎔
8975 yw ⎔
8976 yw ⎔
8977 yw ⎔
8978 yx 玄
8979 yx 颯
8980 yx 諷
8981 yx ⎔
8982 yx ⎔
8983 yx 玆
8984 yx 牽
8985 yx 刻
8986 yx ⎔
8987 yx 畜
8988 yy ⎔
8989 yy 該
8990 yy ⎔
8991 yy 註
8992 yy ⎔
8993 yy ⎔
8994 yy ⎔
8995 yy 諦
8996 yy ⎔
8997 yy 識
8998 yz 誇
8999 yz ⎔
9000 yz ⎔
9001 yz ⎔
9002 yz 誠
9003 yz ⎔
9004 yz ⎔
9005 yz 詼
9006 yz ⎔
9007 yz ⎔
9008 z, 灰
9009 z, ⎔
9010 z, ⎔
9011 z, ⎔
9012 z, ⎔
9013 z, ⎔
9014 z, 盔
9015 z, ⎔
9016 z, ⎔
9017 z, ⎔
9018 z. 髟
9019 z. 鬣
9020 z. 髭
9021 z. 鬆
9022 z. ⎔
9023 z. 鬢
9024 z. 髯
9025 z. ⎔
9026 z. 爽
9027 z. 霾
9028 z/ ⎔
9029 z/ ⎔
9030 z/ ⎔
9031 z/ ⎔
9032 z/ ⎔
9033 z/ ⎔
9034 z/ ⎔
9035 z/ ⎔
9036 z/ ⎔
9037 z/ ⎔
9038 z; 右
9039 z; 否
9040 z; ⎔
9041 z; ⎔
9042 z; ⎔
9043 z; ⎔
9044 z; ⎔
9045 z; ⎔
9046 z; ⎔
9047 z; 靈
9048 za 丕
9049 za 威
9050 za 歪
9051 za ⎔
9052 za ⎔
9053 za ⎔
9054 za ⎔
9055 za ⎔
9056 za 需
9057 za ⎔
9058 zb 友
9059 zb 反
9060 zb 夯
9061 zb ⎔
9062 zb 霧
9063 zb 返
9064 zb ⎔
9065 zb ⎔
9066 zb ⎔
9067 zb 霹
9068 zc 泰
9069 zc ⎔
9070 zc 霑
9071 zc ⎔
9072 zc ⎔
9073 zc ⎔
9074 zc 霄
9075 zc ⎔
9076 zc 霪
9077 zc ⎔
9078 zd ⎔
9079 zd ⎔
9080 zd ⎔
9081 zd 在
9082 zd 存
9083 zd ⎔
9084 zd ⎔
9085 zd ⎔
9086 zd ⎔
9087 zd ⎔
9088 ze 戚
9089 ze ⎔
9090 ze 霏
9091 ze ⎔
9092 ze 霞
9093 ze ⎔
9094 ze ⎔
9095 ze ⎔
9096 ze ⎔
9097 ze ⎔
9098 zf 奉
9099 zf ⎔
9100 zf ⎔
9101 zf 奔
9102 zf ⎔
9103 zf 專
9104 zf ⎔
9105 zf ⎔
9106 zf ⎔
9107 zf 勵
9108 zg ⎔
9109 zg 盛
9110 zg ⎔
9111 zg ⎔
9112 zg ⎔
9113 zg ⎔
9114 zg ⎔
9115 zg ⎔
9116 zg ⎔
9117 zg ⎔
9118 zh 太
9119 zh 犬
9120 zh ⎔
9121 zh ⎔
9122 zh ⎔
9123 zh ⎔
9124 zh ⎔
9125 zh ⎔
9126 zh ⎔
9127 zh ⎔
9128 zi ⎔
9129 zi ⎔
9130 zi 厥
9131 zi ⎔
9132 zi 零
9133 zi ⎔
9134 zi ⎔
9135 zi ⎔
9136 zi ⎔
9137 zi ⎔
9138 zj 冇
9139 zj 規
9140 zj 布
9141 zj 甭
9142 zj ⎔
9143 zj ⎔
9144 zj ⎔
9145 zj ⎔
9146 zj ⎔
9147 zj ⎔
9148 zk 丈
9149 zk 仄
9150 zk ⎔
9151 zk ⎔
9152 zk ⎔
9153 zk 奪
9154 zk ⎔
9155 zk 夾
9156 zk 贗
9157 zk 遼
9158 zl ⎔
9159 zl ⎔
9160 zl ⎔
9161 zl 歷
9162 zl 雹
9163 zl ⎔
9164 zl ⎔
9165 zl ⎔
9166 zl ⎔
9167 zl 愿
9168 zm ⎔
9169 zm ⎔
9170 zm ⎔
9171 zm ⎔
9172 zm ⎔
9173 zm ⎔
9174 zm ⎔
9175 zm ⎔
9176 zm ⎔
9177 zm ⎔
9178 zn 惠
9179 zn ⎔
9180 zn ⎔
9181 zn ⎔
9182 zn ⎔
9183 zn ⎔
9184 zn ⎔
9185 zn ⎔
9186 zn ⎔
9187 zn ⎔
9188 zo 舂
9189 zo 霉
9190 zo ⎔
9191 zo ⎔
9192 zo ⎔
9193 zo 霤
9194 zo ⎔
9195 zo ⎔
9196 zo ⎔
9197 zo ⎔
9198 zp 春
9199 zp 雷
9200 zp ⎔
9201 zp ⎔
9202 zp 厚
9203 zp ⎔
9204 zp 壓
9205 zp ⎔
9206 zp ⎔
9207 zp 蠢
9208 zq 左
9209 zq 咸
9210 zq 奇
9211 zq ⎔
9212 zq ⎔
9213 zq 感
9214 zq ⎔
9215 zq ⎔
9216 zq ⎔
9217 zq 奩
9218 zr ⎔
9219 zr ⎔
9220 zr ⎔
9221 zr 棄
9222 zr ⎔
9223 zr ⎔
9224 zr 霰
9225 zr ⎔
9226 zr 奢
9227 zr 厝
9228 zs 充
9229 zs 尢
9230 zs ⎔
9231 zs ⎔
9232 zs ⎔
9233 zs 尤
9234 zs ⎔
9235 zs 尬
9236 zs 露
9237 zs ⎔
9238 zt 雪
9239 zt ⎔
9240 zt ⎔
9241 zt 肆
9242 zt 夷
9243 zt ⎔
9244 zt ⎔
9245 zt ⎔
9246 zt ⎔
9247 zt ⎔
9248 zu 有
9249 zu 育
9250 zu 盃
9251 zu ⎔
9252 zu 郁
9253 zu ⎔
9254 zu ⎔
9255 zu ⎔
9256 zu ⎔
9257 zu ⎔
9258 zv ⎔
9259 zv ⎔
9260 zv ⎔
9261 zv 霖
9262 zv ⎔
9263 zv ⎔
9264 zv 霜
9265 zv ⎔
9266 zv ⎔
9267 zv ⎔
9268 zw ⎔
9269 zw ⎔
9270 zw ⎔
9271 zw ⎔
9272 zw ⎔
9273 zw ⎔
9274 zw ⎔
9275 zw ⎔
9276 zw ⎔
9277 zw ⎔
9278 zx 戊
9279 zx ⎔
9280 zx ⎔
9281 zx ⎔
9282 zx ⎔
9283 zx ⎔
9284 zx ⎔
9285 zx 雄
9286 zx ⎔
9287 zx ⎔
9288 zy 霅
9289 zy 霎
9290 zy ⎔
9291 zy ⎔
9292 zy ⎔
9293 zy ⎔
9294 zy ⎔
9295 zy 霽
9296 zy 雯
9297 zy 靄
9298 zz 套
9299 zz ⎔
9300 zz ⎔
9301 zz ⎔
9302 zz ⎔
9303 zz ⎔
9304 zz ⎔
9305 zz ⎔
9306 zz 靂
9307 zz 替
9308 %chardef end
+0
-135
data/cin2sqlite.py less more
0 #!/usr/bin/python
1 # -*- coding: utf-8 -*-
2 #
3 # cin2db - Convert cin table to sqlite db
4 #
5 # Copyright (c) 2018 Keng-Yu Lin <kengyu@lexical.tw>
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License along
18 # with this program; if not, write to the Free Software Foundation, Inc.,
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
21 from pysqlite2 import dbapi2 as sqlite
22 from sys import argv
23
24 REGION_UNIFIED_ExtA = 1
25 REGION_ARRAY_SPECIAL = 2
26 REGION_UNIFIED_ExtB = 3
27 REGION_UNIFIED_ExtCD = 4
28 REGION_UNIFIED_ExtE = 5
29 REGION_UNIFIED_ExtF = 6
30 REGION_ARRAY_SYMBOL = 7
31
32 STR_UNIFIED_ExtA = "CJK Unified Ideographs + Extension A"
33 STR_ARRAY_SPECIAL = "Array30 Special Code"
34 STR_UNIFIED_ExtB = "CJK Unified Ideographs Extension B"
35 STR_UNIFIED_ExtCD = "CJK Unified Ideographs Extension C & D"
36 STR_UNIFIED_ExtE = "CJK Unified Ideographs Extension E"
37 STR_UNIFIED_ExtF = "CJK Unified Ideographs Extension F"
38 STR_ARRAY_SYMBOL = "CJK Symbols & Punctuation for Array30 input method (w+0~9)"
39
40 REG_STACK = []
41
42
43 def array_updatedb(table_file):
44 con = sqlite.connect("array.db")
45 cur = con.cursor()
46
47 # read from the text table
48 f = open(table_file, 'r')
49 for ln in f.readlines():
50 ln = ln.strip()
51
52 if (ln == "# Begin of " + STR_UNIFIED_ExtA):
53 print("Enter: " + STR_UNIFIED_ExtA)
54 REG_STACK.append(REGION_UNIFIED_ExtA)
55
56 elif(ln == "# Begin of " + STR_ARRAY_SPECIAL):
57 print("Enter: " + STR_ARRAY_SPECIAL)
58 REG_STACK.append(REGION_ARRAY_SPECIAL)
59
60 elif(ln == "# Begin of " + STR_UNIFIED_ExtB):
61 print("Enter: " + STR_UNIFIED_ExtB)
62 REG_STACK.append(REGION_UNIFIED_ExtB)
63
64 elif(ln == "# Begin of " + STR_UNIFIED_ExtCD):
65 print("Enter: " + STR_UNIFIED_ExtCD)
66 REG_STACK.append(REGION_UNIFIED_ExtCD)
67
68 elif(ln == "# Begin of " + STR_UNIFIED_ExtE):
69 print("Enter: " + STR_UNIFIED_ExtE)
70 REG_STACK.append(REGION_UNIFIED_ExtE)
71
72 elif(ln == "# Begin of " + STR_UNIFIED_ExtF):
73 print("Enter: " + STR_UNIFIED_ExtF)
74 REG_STACK.append(REGION_UNIFIED_ExtF)
75
76 elif(ln == "# " + STR_ARRAY_SIMPLE):
77 print(STR_ARRAY_SIMPLE)
78 REG_STACK.append(REGION_ARRAY_SIMPLE)
79
80 elif(ln == "# End of " + STR_UNIFIED_ExtA):
81 print("Exit: " + STR_UNIFIED_ExtA)
82 REG_STACK.pop()
83
84 elif(ln == "# End of " + STR_ARRAY_SPECIAL):
85 print("Exit: " + STR_ARRAY_SPECIAL)
86 REG_STACK.pop()
87
88 elif(ln == "# End of " + STR_UNIFIED_ExtB):
89 print("Exit: " + STR_UNIFIED_ExtB)
90 REG_STACK.pop()
91
92 elif(ln == "# End of " + STR_UNIFIED_ExtCD):
93 print("Exit: " + STR_UNIFIED_ExtCD)
94 REG_STACK.pop()
95
96 elif(ln == "# End of " + STR_UNIFIED_ExtE):
97 print("Exit: " + STR_UNIFIED_ExtE)
98 REG_STACK.pop()
99
100 elif(ln == "# End of " + STR_UNIFIED_ExtF):
101 print("Exit: " + STR_UNIFIED_ExtF)
102 REG_STACK.pop()
103
104 elif(ln == "%chardef end"):
105 print("End of CJK Symbols & Punctuation for Array30 input method (w+0~9)")
106 REG_STACK.pop()
107
108 elif(ln == "%chardef end"):
109 print("this is final")
110 REG_STACK.pop()
111 print(REG_STACK)
112
113 else:
114 if(len(REG_STACK) == 0 or len(ln.strip()) == 0):
115 pass
116
117 else:
118 # Write data to SQL Database
119 r = (str(REG_STACK[-1]) + "\t" + ln).split()
120 print(r)
121 cur.execute('INSERT INTO main (keys, ch, cat, cnt) VALUES ("' + r[1] + '", "' + r[2] + '", "' + r[0] + '", "0")')
122
123 f.close()
124 con.commit()
125 con.close()
126
127 # empty tables
128 con = sqlite.connect("array.db")
129 cur = con.cursor()
130 cur.execute('DELETE FROM main;')
131 con.commit()
132 con.close()
133
134 array_updatedb(argv[1])
+0
-31
data/emptyDB.py less more
0 #!/usr/bin/python
1 # -*- coding: utf-8 -*-
2 #
3 # Empty array.db
4 #
5 # Copyright (c) 2018 Keng-Yu Lin <kengyu@lexical.tw>
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License along
18 # with this program; if not, write to the Free Software Foundation, Inc.,
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
21 from pysqlite2 import dbapi2 as sqlite
22 from sys import argv
23
24 # empty tables
25 con = sqlite.connect(argv[1])
26 cur = con.cursor()
27 cur.execute('DELETE FROM main;')
28 cur.execute('DELETE FROM simple;')
29 con.commit()
30 con.close()
+0
-32
data/updateSimple.py less more
0 #!/usr/bin/python
1 # -*- coding: utf-8 -*-
2
3 from pysqlite2 import dbapi2 as sqlite
4
5 def array_updatedb(table_file, table):
6 con = sqlite.connect("array.db")
7 cur = con.cursor()
8 cur.execute('select * from ' + table)
9 tbl = cur.fetchall()
10
11 # read from the text table
12 f = open(table_file, 'r')
13 z = map(lambda x:x.split('\t'), filter(lambda k:(k[0] != '#' and k[0] != '%' and len(k.strip()) != 0), f.readlines()))
14 k = map(lambda y:(y[0].lower(), y[1].strip(' \n')), z)
15 f.close()
16
17 # update the database
18 for i, j in k:
19 cur.execute('INSERT INTO ' + table + ' (keys, ch) VALUES ("' + i + '", "' + j + '");')
20
21 con.commit()
22 con.close()
23
24 # empty tables
25 con = sqlite.connect("array.db")
26 cur = con.cursor()
27 cur.execute('DELETE FROM simple;')
28 con.commit()
29 con.close()
30
31 array_updatedb('array30_simplecode.cin', 'simple')
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 iBus endine
17 #
18 # Copyright (c) 2007-2014 Huang Peng <shawn.p.huang@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 subdir = icons
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
113 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
114 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
115 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
116 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
119 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121 $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
123 mkinstalldirs = $(install_sh) -d
124 CONFIG_HEADER = $(top_builddir)/config.h
125 CONFIG_CLEAN_FILES =
126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
139 SOURCES =
140 DIST_SOURCES =
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147 am__vpath_adj = case $$p in \
148 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149 *) f=$$p;; \
150 esac;
151 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152 am__install_max = 40
153 am__nobase_strip_setup = \
154 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155 am__nobase_strip = \
156 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157 am__nobase_list = $(am__nobase_strip_setup); \
158 for p in $$list; do echo "$$p $$p"; done | \
159 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161 if (++n[$$2] == $(am__install_max)) \
162 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163 END { for (dir in files) print dir, files[dir] }'
164 am__base_list = \
165 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167 am__uninstall_files_from_dir = { \
168 test -z "$$files" \
169 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171 $(am__cd) "$$dir" && rm -f $$files; }; \
172 }
173 am__installdirs = "$(DESTDIR)$(iconsdir)"
174 DATA = $(icons_DATA)
175 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176 am__DIST_COMMON = $(srcdir)/Makefile.in
177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178 ACLOCAL = @ACLOCAL@
179 AMTAR = @AMTAR@
180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181 AR = @AR@
182 AUTOCONF = @AUTOCONF@
183 AUTOHEADER = @AUTOHEADER@
184 AUTOMAKE = @AUTOMAKE@
185 AWK = @AWK@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CPPFLAGS = @CPPFLAGS@
190 CSCOPE = @CSCOPE@
191 CTAGS = @CTAGS@
192 CXX = @CXX@
193 CXXCPP = @CXXCPP@
194 CXXDEPMODE = @CXXDEPMODE@
195 CXXFLAGS = @CXXFLAGS@
196 CYGPATH_W = @CYGPATH_W@
197 DEFS = @DEFS@
198 DEPDIR = @DEPDIR@
199 DLLTOOL = @DLLTOOL@
200 DSYMUTIL = @DSYMUTIL@
201 DUMPBIN = @DUMPBIN@
202 ECHO_C = @ECHO_C@
203 ECHO_N = @ECHO_N@
204 ECHO_T = @ECHO_T@
205 EGREP = @EGREP@
206 ETAGS = @ETAGS@
207 EXEEXT = @EXEEXT@
208 FGREP = @FGREP@
209 FILECMD = @FILECMD@
210 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
211 GMSGFMT = @GMSGFMT@
212 GMSGFMT_015 = @GMSGFMT_015@
213 GREP = @GREP@
214 IBUS_CFLAGS = @IBUS_CFLAGS@
215 IBUS_LIBS = @IBUS_LIBS@
216 INSTALL = @INSTALL@
217 INSTALL_DATA = @INSTALL_DATA@
218 INSTALL_PROGRAM = @INSTALL_PROGRAM@
219 INSTALL_SCRIPT = @INSTALL_SCRIPT@
220 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221 INTLLIBS = @INTLLIBS@
222 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBICONV = @LIBICONV@
226 LIBINTL = @LIBINTL@
227 LIBOBJS = @LIBOBJS@
228 LIBS = @LIBS@
229 LIBTOOL = @LIBTOOL@
230 LIPO = @LIPO@
231 LN_S = @LN_S@
232 LTLIBICONV = @LTLIBICONV@
233 LTLIBINTL = @LTLIBINTL@
234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
236 MAINT = @MAINT@
237 MAKEINFO = @MAKEINFO@
238 MANIFEST_TOOL = @MANIFEST_TOOL@
239 MKDIR_P = @MKDIR_P@
240 MSGFMT = @MSGFMT@
241 MSGFMT_015 = @MSGFMT_015@
242 MSGMERGE = @MSGMERGE@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
257 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
258 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
259 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
260 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
261 PATH_SEPARATOR = @PATH_SEPARATOR@
262 PKG_CONFIG = @PKG_CONFIG@
263 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265 POSUB = @POSUB@
266 PYTHON = @PYTHON@
267 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
268 PYTHON_PLATFORM = @PYTHON_PLATFORM@
269 PYTHON_PREFIX = @PYTHON_PREFIX@
270 PYTHON_VERSION = @PYTHON_VERSION@
271 RANLIB = @RANLIB@
272 SED = @SED@
273 SET_MAKE = @SET_MAKE@
274 SHELL = @SHELL@
275 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
276 SQLITE3_LIBS = @SQLITE3_LIBS@
277 STRIP = @STRIP@
278 USE_NLS = @USE_NLS@
279 VERSION = @VERSION@
280 XGETTEXT = @XGETTEXT@
281 XGETTEXT_015 = @XGETTEXT_015@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_AR = @ac_ct_AR@
287 ac_ct_CC = @ac_ct_CC@
288 ac_ct_CXX = @ac_ct_CXX@
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290 am__include = @am__include@
291 am__leading_dot = @am__leading_dot@
292 am__quote = @am__quote@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build = @build@
297 build_alias = @build_alias@
298 build_cpu = @build_cpu@
299 build_os = @build_os@
300 build_vendor = @build_vendor@
301 builddir = @builddir@
302 datadir = @datadir@
303 datarootdir = @datarootdir@
304 docdir = @docdir@
305 dvidir = @dvidir@
306 exec_prefix = @exec_prefix@
307 host = @host@
308 host_alias = @host_alias@
309 host_cpu = @host_cpu@
310 host_os = @host_os@
311 host_vendor = @host_vendor@
312 htmldir = @htmldir@
313 includedir = @includedir@
314 infodir = @infodir@
315 install_sh = @install_sh@
316 libdir = @libdir@
317 libexecdir = @libexecdir@
318 localedir = @localedir@
319 localstatedir = @localstatedir@
320 mandir = @mandir@
321 mkdir_p = @mkdir_p@
322 oldincludedir = @oldincludedir@
323 pdfdir = @pdfdir@
324 pkgpyexecdir = @pkgpyexecdir@
325 pkgpythondir = @pkgpythondir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 pyexecdir = @pyexecdir@
330 pythondir = @pythondir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 icons_DATA = \
341 ibus-array.png \
342 $(NULL)
343
344 iconsdir = $(pkgdatadir)/icons
345 EXTRA_DIST = \
346 ibus-array.png \
347 $(NULL)
348
349 all: all-am
350
351 .SUFFIXES:
352 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
353 @for dep in $?; do \
354 case '$(am__configure_deps)' in \
355 *$$dep*) \
356 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357 && { if test -f $@; then exit 0; else break; fi; }; \
358 exit 1;; \
359 esac; \
360 done; \
361 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \
362 $(am__cd) $(top_srcdir) && \
363 $(AUTOMAKE) --gnu icons/Makefile
364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365 @case '$?' in \
366 *config.status*) \
367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368 *) \
369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
370 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
371 esac;
372
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375
376 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380 $(am__aclocal_m4_deps):
381
382 mostlyclean-libtool:
383 -rm -f *.lo
384
385 clean-libtool:
386 -rm -rf .libs _libs
387 install-iconsDATA: $(icons_DATA)
388 @$(NORMAL_INSTALL)
389 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
390 if test -n "$$list"; then \
391 echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
392 $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
393 fi; \
394 for p in $$list; do \
395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396 echo "$$d$$p"; \
397 done | $(am__base_list) | \
398 while read files; do \
399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
400 $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
401 done
402
403 uninstall-iconsDATA:
404 @$(NORMAL_UNINSTALL)
405 @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
407 dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
408 tags TAGS:
409
410 ctags CTAGS:
411
412 cscope cscopelist:
413
414 distdir: $(BUILT_SOURCES)
415 $(MAKE) $(AM_MAKEFLAGS) distdir-am
416
417 distdir-am: $(DISTFILES)
418 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420 list='$(DISTFILES)'; \
421 dist_files=`for file in $$list; do echo $$file; done | \
422 sed -e "s|^$$srcdirstrip/||;t" \
423 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
424 case $$dist_files in \
425 */*) $(MKDIR_P) `echo "$$dist_files" | \
426 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
427 sort -u` ;; \
428 esac; \
429 for file in $$dist_files; do \
430 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431 if test -d $$d/$$file; then \
432 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
433 if test -d "$(distdir)/$$file"; then \
434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435 fi; \
436 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439 fi; \
440 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441 else \
442 test -f "$(distdir)/$$file" \
443 || cp -p $$d/$$file "$(distdir)/$$file" \
444 || exit 1; \
445 fi; \
446 done
447 check-am: all-am
448 check: check-am
449 all-am: Makefile $(DATA)
450 installdirs:
451 for dir in "$(DESTDIR)$(iconsdir)"; do \
452 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
453 done
454 install: install-am
455 install-exec: install-exec-am
456 install-data: install-data-am
457 uninstall: uninstall-am
458
459 install-am: all-am
460 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
462 installcheck: installcheck-am
463 install-strip:
464 if test -z '$(STRIP)'; then \
465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467 install; \
468 else \
469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
472 fi
473 mostlyclean-generic:
474
475 clean-generic:
476
477 distclean-generic:
478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
481 maintainer-clean-generic:
482 @echo "This command is intended for maintainers to use"
483 @echo "it deletes files that may require special tools to rebuild."
484 clean: clean-am
485
486 clean-am: clean-generic clean-libtool mostlyclean-am
487
488 distclean: distclean-am
489 -rm -f Makefile
490 distclean-am: clean-am distclean-generic
491
492 dvi: dvi-am
493
494 dvi-am:
495
496 html: html-am
497
498 html-am:
499
500 info: info-am
501
502 info-am:
503
504 install-data-am: install-iconsDATA
505
506 install-dvi: install-dvi-am
507
508 install-dvi-am:
509
510 install-exec-am:
511
512 install-html: install-html-am
513
514 install-html-am:
515
516 install-info: install-info-am
517
518 install-info-am:
519
520 install-man:
521
522 install-pdf: install-pdf-am
523
524 install-pdf-am:
525
526 install-ps: install-ps-am
527
528 install-ps-am:
529
530 installcheck-am:
531
532 maintainer-clean: maintainer-clean-am
533 -rm -f Makefile
534 maintainer-clean-am: distclean-am maintainer-clean-generic
535
536 mostlyclean: mostlyclean-am
537
538 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
539
540 pdf: pdf-am
541
542 pdf-am:
543
544 ps: ps-am
545
546 ps-am:
547
548 uninstall-am: uninstall-iconsDATA
549
550 .MAKE: install-am install-strip
551
552 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
553 cscopelist-am ctags-am distclean distclean-generic \
554 distclean-libtool distdir dvi dvi-am html html-am info info-am \
555 install install-am install-data install-data-am install-dvi \
556 install-dvi-am install-exec install-exec-am install-html \
557 install-html-am install-iconsDATA install-info install-info-am \
558 install-man install-pdf install-pdf-am install-ps \
559 install-ps-am install-strip installcheck installcheck-am \
560 installdirs maintainer-clean maintainer-clean-generic \
561 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
562 ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
563
564 .PRECIOUS: Makefile
565
566
567 # Tell versions [3.59,3.63) of GNU make to not export all variables.
568 # Otherwise a system limit (for SysV at least) may be exceeded.
569 .NOEXPORT:
0 #! /usr/bin/env sh
1 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
2 ## by inline-source v2019-02-19.15
3
4 # libtool (GNU libtool) 2.4.7
5 # Provide generalized library-building support services.
6 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
7
8 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
9 # This is free software; see the source for copying conditions. There is NO
10 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12 # GNU Libtool is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
15 # (at your option) any later version.
16 #
17 # As a special exception to the GNU General Public License,
18 # if you distribute this file as part of a program or library that
19 # is built using GNU Libtool, you may include this file under the
20 # same distribution terms that you use for the rest of that program.
21 #
22 # GNU Libtool is distributed in the hope that it will be useful, but
23 # WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 # General Public License for more details.
26 #
27 # You should have received a copy of the GNU General Public License
28 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29
30
31 PROGRAM=libtool
32 PACKAGE=libtool
33 VERSION="2.4.7 Debian-2.4.7-4"
34 package_revision=2.4.7
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=2019-02-19.15; # UTC
67
68 # General shell script boiler plate, and helper functions.
69 # Written by Gary V. Vaughan, 2004
70
71 # This is free software. There is NO warranty; not even for
72 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
73 #
74 # Copyright (C) 2004-2019, 2021 Bootstrap Authors
75 #
76 # This file is dual licensed under the terms of the MIT license
77 # <https://opensource.org/license/MIT>, and GPL version 2 or later
78 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
79 # these licenses when using or redistributing this software or any of
80 # the files within it. See the URLs above, or the file `LICENSE`
81 # included in the Bootstrap distribution for the full license texts.
82
83 # Please report bugs or propose patches to:
84 # <https://github.com/gnulib-modules/bootstrap/issues>
85
86
87 ## ------ ##
88 ## Usage. ##
89 ## ------ ##
90
91 # Evaluate this file near the top of your script to gain access to
92 # the functions and variables defined here:
93 #
94 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
95 #
96 # If you need to override any of the default environment variable
97 # settings, do that before evaluating this file.
98
99
100 ## -------------------- ##
101 ## Shell normalisation. ##
102 ## -------------------- ##
103
104 # Some shells need a little help to be as Bourne compatible as possible.
105 # Before doing anything else, make sure all that help has been provided!
106
107 DUALCASE=1; export DUALCASE # for MKS sh
108 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
109 emulate sh
110 NULLCMD=:
111 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
112 # is contrary to our usage. Disable this feature.
113 alias -g '${1+"$@"}'='"$@"'
114 setopt NO_GLOB_SUBST
115 else
116 case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
117 fi
118
119 # NLS nuisances: We save the old values in case they are required later.
120 _G_user_locale=
121 _G_safe_locale=
122 for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
123 do
124 eval "if test set = \"\${$_G_var+set}\"; then
125 save_$_G_var=\$$_G_var
126 $_G_var=C
127 export $_G_var
128 _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
129 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
130 fi"
131 done
132 # These NLS vars are set unconditionally (bootstrap issue #24). Unset those
133 # in case the environment reset is needed later and the $save_* variant is not
134 # defined (see the code above).
135 LC_ALL=C
136 LANGUAGE=C
137 export LANGUAGE LC_ALL
138
139 # Make sure IFS has a sensible default
140 sp=' '
141 nl='
142 '
143 IFS="$sp $nl"
144
145 # There are apparently some retarded systems that use ';' as a PATH separator!
146 if test "${PATH_SEPARATOR+set}" != set; then
147 PATH_SEPARATOR=:
148 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
149 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
150 PATH_SEPARATOR=';'
151 }
152 fi
153
154
155 # func_unset VAR
156 # --------------
157 # Portably unset VAR.
158 # In some shells, an 'unset VAR' statement leaves a non-zero return
159 # status if VAR is already unset, which might be problematic if the
160 # statement is used at the end of a function (thus poisoning its return
161 # value) or when 'set -e' is active (causing even a spurious abort of
162 # the script in this case).
163 func_unset ()
164 {
165 { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; }
166 }
167
168
169 # Make sure CDPATH doesn't cause `cd` commands to output the target dir.
170 func_unset CDPATH
171
172 # Make sure ${,E,F}GREP behave sanely.
173 func_unset GREP_OPTIONS
174
175
176 ## ------------------------- ##
177 ## Locate command utilities. ##
178 ## ------------------------- ##
179
180
181 # func_executable_p FILE
182 # ----------------------
183 # Check that FILE is an executable regular file.
184 func_executable_p ()
185 {
186 test -f "$1" && test -x "$1"
187 }
188
189
190 # func_path_progs PROGS_LIST CHECK_FUNC [PATH]
191 # --------------------------------------------
192 # Search for either a program that responds to --version with output
193 # containing "GNU", or else returned by CHECK_FUNC otherwise, by
194 # trying all the directories in PATH with each of the elements of
195 # PROGS_LIST.
196 #
197 # CHECK_FUNC should accept the path to a candidate program, and
198 # set $func_check_prog_result if it truncates its output less than
199 # $_G_path_prog_max characters.
200 func_path_progs ()
201 {
202 _G_progs_list=$1
203 _G_check_func=$2
204 _G_PATH=${3-"$PATH"}
205
206 _G_path_prog_max=0
207 _G_path_prog_found=false
208 _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
209 for _G_dir in $_G_PATH; do
210 IFS=$_G_save_IFS
211 test -z "$_G_dir" && _G_dir=.
212 for _G_prog_name in $_G_progs_list; do
213 for _exeext in '' .EXE; do
214 _G_path_prog=$_G_dir/$_G_prog_name$_exeext
215 func_executable_p "$_G_path_prog" || continue
216 case `"$_G_path_prog" --version 2>&1` in
217 *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
218 *) $_G_check_func $_G_path_prog
219 func_path_progs_result=$func_check_prog_result
220 ;;
221 esac
222 $_G_path_prog_found && break 3
223 done
224 done
225 done
226 IFS=$_G_save_IFS
227 test -z "$func_path_progs_result" && {
228 echo "no acceptable sed could be found in \$PATH" >&2
229 exit 1
230 }
231 }
232
233
234 # We want to be able to use the functions in this file before configure
235 # has figured out where the best binaries are kept, which means we have
236 # to search for them ourselves - except when the results are already set
237 # where we skip the searches.
238
239 # Unless the user overrides by setting SED, search the path for either GNU
240 # sed, or the sed that truncates its output the least.
241 test -z "$SED" && {
242 _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
243 for _G_i in 1 2 3 4 5 6 7; do
244 _G_sed_script=$_G_sed_script$nl$_G_sed_script
245 done
246 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
247 _G_sed_script=
248
249 func_check_prog_sed ()
250 {
251 _G_path_prog=$1
252
253 _G_count=0
254 printf 0123456789 >conftest.in
255 while :
256 do
257 cat conftest.in conftest.in >conftest.tmp
258 mv conftest.tmp conftest.in
259 cp conftest.in conftest.nl
260 echo '' >> conftest.nl
261 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
262 diff conftest.out conftest.nl >/dev/null 2>&1 || break
263 _G_count=`expr $_G_count + 1`
264 if test "$_G_count" -gt "$_G_path_prog_max"; then
265 # Best one so far, save it but keep looking for a better one
266 func_check_prog_result=$_G_path_prog
267 _G_path_prog_max=$_G_count
268 fi
269 # 10*(2^10) chars as input seems more than enough
270 test 10 -lt "$_G_count" && break
271 done
272 rm -f conftest.in conftest.tmp conftest.nl conftest.out
273 }
274
275 func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin"
276 rm -f conftest.sed
277 SED=$func_path_progs_result
278 }
279
280
281 # Unless the user overrides by setting GREP, search the path for either GNU
282 # grep, or the grep that truncates its output the least.
283 test -z "$GREP" && {
284 func_check_prog_grep ()
285 {
286 _G_path_prog=$1
287
288 _G_count=0
289 _G_path_prog_max=0
290 printf 0123456789 >conftest.in
291 while :
292 do
293 cat conftest.in conftest.in >conftest.tmp
294 mv conftest.tmp conftest.in
295 cp conftest.in conftest.nl
296 echo 'GREP' >> conftest.nl
297 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
298 diff conftest.out conftest.nl >/dev/null 2>&1 || break
299 _G_count=`expr $_G_count + 1`
300 if test "$_G_count" -gt "$_G_path_prog_max"; then
301 # Best one so far, save it but keep looking for a better one
302 func_check_prog_result=$_G_path_prog
303 _G_path_prog_max=$_G_count
304 fi
305 # 10*(2^10) chars as input seems more than enough
306 test 10 -lt "$_G_count" && break
307 done
308 rm -f conftest.in conftest.tmp conftest.nl conftest.out
309 }
310
311 func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin"
312 GREP=$func_path_progs_result
313 }
314
315
316 ## ------------------------------- ##
317 ## User overridable command paths. ##
318 ## ------------------------------- ##
319
320 # All uppercase variable names are used for environment variables. These
321 # variables can be overridden by the user before calling a script that
322 # uses them if a suitable command of that name is not already available
323 # in the command search PATH.
324
325 : ${CP="cp -f"}
326 : ${ECHO="printf %s\n"}
327 : ${EGREP="$GREP -E"}
328 : ${FGREP="$GREP -F"}
329 : ${LN_S="ln -s"}
330 : ${MAKE="make"}
331 : ${MKDIR="mkdir"}
332 : ${MV="mv -f"}
333 : ${RM="rm -f"}
334 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
335
336
337 ## -------------------- ##
338 ## Useful sed snippets. ##
339 ## -------------------- ##
340
341 sed_dirname='s|/[^/]*$||'
342 sed_basename='s|^.*/||'
343
344 # Sed substitution that helps us do robust quoting. It backslashifies
345 # metacharacters that are still active within double-quoted strings.
346 sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
347
348 # Same as above, but do not quote variable references.
349 sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
350
351 # Sed substitution that turns a string into a regex matching for the
352 # string literally.
353 sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
354
355 # Sed substitution that converts a w32 file name or path
356 # that contains forward slashes, into one that contains
357 # (escaped) backslashes. A very naive implementation.
358 sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
359
360 # Re-'\' parameter expansions in output of sed_double_quote_subst that
361 # were '\'-ed in input to the same. If an odd number of '\' preceded a
362 # '$' in input to sed_double_quote_subst, that '$' was protected from
363 # expansion. Since each input '\' is now two '\'s, look for any number
364 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
365 _G_bs='\\'
366 _G_bs2='\\\\'
367 _G_bs4='\\\\\\\\'
368 _G_dollar='\$'
369 sed_double_backslash="\
370 s/$_G_bs4/&\\
371 /g
372 s/^$_G_bs2$_G_dollar/$_G_bs&/
373 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
374 s/\n//g"
375
376 # require_check_ifs_backslash
377 # ---------------------------
378 # Check if we can use backslash as IFS='\' separator, and set
379 # $check_ifs_backshlash_broken to ':' or 'false'.
380 require_check_ifs_backslash=func_require_check_ifs_backslash
381 func_require_check_ifs_backslash ()
382 {
383 _G_save_IFS=$IFS
384 IFS='\'
385 _G_check_ifs_backshlash='a\\b'
386 for _G_i in $_G_check_ifs_backshlash
387 do
388 case $_G_i in
389 a)
390 check_ifs_backshlash_broken=false
391 ;;
392 '')
393 break
394 ;;
395 *)
396 check_ifs_backshlash_broken=:
397 break
398 ;;
399 esac
400 done
401 IFS=$_G_save_IFS
402 require_check_ifs_backslash=:
403 }
404
405
406 ## ----------------- ##
407 ## Global variables. ##
408 ## ----------------- ##
409
410 # Except for the global variables explicitly listed below, the following
411 # functions in the '^func_' namespace, and the '^require_' namespace
412 # variables initialised in the 'Resource management' section, sourcing
413 # this file will not pollute your global namespace with anything
414 # else. There's no portable way to scope variables in Bourne shell
415 # though, so actually running these functions will sometimes place
416 # results into a variable named after the function, and often use
417 # temporary variables in the '^_G_' namespace. If you are careful to
418 # avoid using those namespaces casually in your sourcing script, things
419 # should continue to work as you expect. And, of course, you can freely
420 # overwrite any of the functions or variables defined here before
421 # calling anything to customize them.
422
423 EXIT_SUCCESS=0
424 EXIT_FAILURE=1
425 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
426 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
427
428 # Allow overriding, eg assuming that you follow the convention of
429 # putting '$debug_cmd' at the start of all your functions, you can get
430 # bash to show function call trace with:
431 #
432 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
433 debug_cmd=${debug_cmd-":"}
434 exit_cmd=:
435
436 # By convention, finish your script with:
437 #
438 # exit $exit_status
439 #
440 # so that you can set exit_status to non-zero if you want to indicate
441 # something went wrong during execution without actually bailing out at
442 # the point of failure.
443 exit_status=$EXIT_SUCCESS
444
445 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
446 # is ksh but when the shell is invoked as "sh" and the current value of
447 # the _XPG environment variable is not equal to 1 (one), the special
448 # positional parameter $0, within a function call, is the name of the
449 # function.
450 progpath=$0
451
452 # The name of this program.
453 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
454
455 # Make sure we have an absolute progpath for reexecution:
456 case $progpath in
457 [\\/]*|[A-Za-z]:\\*) ;;
458 *[\\/]*)
459 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
460 progdir=`cd "$progdir" && pwd`
461 progpath=$progdir/$progname
462 ;;
463 *)
464 _G_IFS=$IFS
465 IFS=${PATH_SEPARATOR-:}
466 for progdir in $PATH; do
467 IFS=$_G_IFS
468 test -x "$progdir/$progname" && break
469 done
470 IFS=$_G_IFS
471 test -n "$progdir" || progdir=`pwd`
472 progpath=$progdir/$progname
473 ;;
474 esac
475
476
477 ## ----------------- ##
478 ## Standard options. ##
479 ## ----------------- ##
480
481 # The following options affect the operation of the functions defined
482 # below, and should be set appropriately depending on run-time para-
483 # meters passed on the command line.
484
485 opt_dry_run=false
486 opt_quiet=false
487 opt_verbose=false
488
489 # Categories 'all' and 'none' are always available. Append any others
490 # you will pass as the first argument to func_warning from your own
491 # code.
492 warning_categories=
493
494 # By default, display warnings according to 'opt_warning_types'. Set
495 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
496 # treat the next displayed warning as a fatal error.
497 warning_func=func_warn_and_continue
498
499 # Set to 'all' to display all warnings, 'none' to suppress all
500 # warnings, or a space delimited list of some subset of
501 # 'warning_categories' to display only the listed warnings.
502 opt_warning_types=all
503
504
505 ## -------------------- ##
506 ## Resource management. ##
507 ## -------------------- ##
508
509 # This section contains definitions for functions that each ensure a
510 # particular resource (a file, or a non-empty configuration variable for
511 # example) is available, and if appropriate to extract default values
512 # from pertinent package files. Call them using their associated
513 # 'require_*' variable to ensure that they are executed, at most, once.
514 #
515 # It's entirely deliberate that calling these functions can set
516 # variables that don't obey the namespace limitations obeyed by the rest
517 # of this file, in order that that they be as useful as possible to
518 # callers.
519
520
521 # require_term_colors
522 # -------------------
523 # Allow display of bold text on terminals that support it.
524 require_term_colors=func_require_term_colors
525 func_require_term_colors ()
526 {
527 $debug_cmd
528
529 test -t 1 && {
530 # COLORTERM and USE_ANSI_COLORS environment variables take
531 # precedence, because most terminfo databases neglect to describe
532 # whether color sequences are supported.
533 test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
534
535 if test 1 = "$USE_ANSI_COLORS"; then
536 # Standard ANSI escape sequences
537 tc_reset=''
538 tc_bold=''; tc_standout=''
539 tc_red=''; tc_green=''
540 tc_blue=''; tc_cyan=''
541 else
542 # Otherwise trust the terminfo database after all.
543 test -n "`tput sgr0 2>/dev/null`" && {
544 tc_reset=`tput sgr0`
545 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
546 tc_standout=$tc_bold
547 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
548 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
549 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
550 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
551 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
552 }
553 fi
554 }
555
556 require_term_colors=:
557 }
558
559
560 ## ----------------- ##
561 ## Function library. ##
562 ## ----------------- ##
563
564 # This section contains a variety of useful functions to call in your
565 # scripts. Take note of the portable wrappers for features provided by
566 # some modern shells, which will fall back to slower equivalents on
567 # less featureful shells.
568
569
570 # func_append VAR VALUE
571 # ---------------------
572 # Append VALUE onto the existing contents of VAR.
573
574 # We should try to minimise forks, especially on Windows where they are
575 # unreasonably slow, so skip the feature probes when bash or zsh are
576 # being used:
577 if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
578 : ${_G_HAVE_ARITH_OP="yes"}
579 : ${_G_HAVE_XSI_OPS="yes"}
580 # The += operator was introduced in bash 3.1
581 case $BASH_VERSION in
582 [12].* | 3.0 | 3.0*) ;;
583 *)
584 : ${_G_HAVE_PLUSEQ_OP="yes"}
585 ;;
586 esac
587 fi
588
589 # _G_HAVE_PLUSEQ_OP
590 # Can be empty, in which case the shell is probed, "yes" if += is
591 # useable or anything else if it does not work.
592 test -z "$_G_HAVE_PLUSEQ_OP" \
593 && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
594 && _G_HAVE_PLUSEQ_OP=yes
595
596 if test yes = "$_G_HAVE_PLUSEQ_OP"
597 then
598 # This is an XSI compatible shell, allowing a faster implementation...
599 eval 'func_append ()
600 {
601 $debug_cmd
602
603 eval "$1+=\$2"
604 }'
605 else
606 # ...otherwise fall back to using expr, which is often a shell builtin.
607 func_append ()
608 {
609 $debug_cmd
610
611 eval "$1=\$$1\$2"
612 }
613 fi
614
615
616 # func_append_quoted VAR VALUE
617 # ----------------------------
618 # Quote VALUE and append to the end of shell variable VAR, separated
619 # by a space.
620 if test yes = "$_G_HAVE_PLUSEQ_OP"; then
621 eval 'func_append_quoted ()
622 {
623 $debug_cmd
624
625 func_quote_arg pretty "$2"
626 eval "$1+=\\ \$func_quote_arg_result"
627 }'
628 else
629 func_append_quoted ()
630 {
631 $debug_cmd
632
633 func_quote_arg pretty "$2"
634 eval "$1=\$$1\\ \$func_quote_arg_result"
635 }
636 fi
637
638
639 # func_append_uniq VAR VALUE
640 # --------------------------
641 # Append unique VALUE onto the existing contents of VAR, assuming
642 # entries are delimited by the first character of VALUE. For example:
643 #
644 # func_append_uniq options " --another-option option-argument"
645 #
646 # will only append to $options if " --another-option option-argument "
647 # is not already present somewhere in $options already (note spaces at
648 # each end implied by leading space in second argument).
649 func_append_uniq ()
650 {
651 $debug_cmd
652
653 eval _G_current_value='`$ECHO $'$1'`'
654 _G_delim=`expr "$2" : '\(.\)'`
655
656 case $_G_delim$_G_current_value$_G_delim in
657 *"$2$_G_delim"*) ;;
658 *) func_append "$@" ;;
659 esac
660 }
661
662
663 # func_arith TERM...
664 # ------------------
665 # Set func_arith_result to the result of evaluating TERMs.
666 test -z "$_G_HAVE_ARITH_OP" \
667 && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
668 && _G_HAVE_ARITH_OP=yes
669
670 if test yes = "$_G_HAVE_ARITH_OP"; then
671 eval 'func_arith ()
672 {
673 $debug_cmd
674
675 func_arith_result=$(( $* ))
676 }'
677 else
678 func_arith ()
679 {
680 $debug_cmd
681
682 func_arith_result=`expr "$@"`
683 }
684 fi
685
686
687 # func_basename FILE
688 # ------------------
689 # Set func_basename_result to FILE with everything up to and including
690 # the last / stripped.
691 if test yes = "$_G_HAVE_XSI_OPS"; then
692 # If this shell supports suffix pattern removal, then use it to avoid
693 # forking. Hide the definitions single quotes in case the shell chokes
694 # on unsupported syntax...
695 _b='func_basename_result=${1##*/}'
696 _d='case $1 in
697 */*) func_dirname_result=${1%/*}$2 ;;
698 * ) func_dirname_result=$3 ;;
699 esac'
700
701 else
702 # ...otherwise fall back to using sed.
703 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
704 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
705 if test "X$func_dirname_result" = "X$1"; then
706 func_dirname_result=$3
707 else
708 func_append func_dirname_result "$2"
709 fi'
710 fi
711
712 eval 'func_basename ()
713 {
714 $debug_cmd
715
716 '"$_b"'
717 }'
718
719
720 # func_dirname FILE APPEND NONDIR_REPLACEMENT
721 # -------------------------------------------
722 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
723 # otherwise set result to NONDIR_REPLACEMENT.
724 eval 'func_dirname ()
725 {
726 $debug_cmd
727
728 '"$_d"'
729 }'
730
731
732 # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
733 # --------------------------------------------------------
734 # Perform func_basename and func_dirname in a single function
735 # call:
736 # dirname: Compute the dirname of FILE. If nonempty,
737 # add APPEND to the result, otherwise set result
738 # to NONDIR_REPLACEMENT.
739 # value returned in "$func_dirname_result"
740 # basename: Compute filename of FILE.
741 # value retuned in "$func_basename_result"
742 # For efficiency, we do not delegate to the functions above but instead
743 # duplicate the functionality here.
744 eval 'func_dirname_and_basename ()
745 {
746 $debug_cmd
747
748 '"$_b"'
749 '"$_d"'
750 }'
751
752
753 # func_echo ARG...
754 # ----------------
755 # Echo program name prefixed message.
756 func_echo ()
757 {
758 $debug_cmd
759
760 _G_message=$*
761
762 func_echo_IFS=$IFS
763 IFS=$nl
764 for _G_line in $_G_message; do
765 IFS=$func_echo_IFS
766 $ECHO "$progname: $_G_line"
767 done
768 IFS=$func_echo_IFS
769 }
770
771
772 # func_echo_all ARG...
773 # --------------------
774 # Invoke $ECHO with all args, space-separated.
775 func_echo_all ()
776 {
777 $ECHO "$*"
778 }
779
780
781 # func_echo_infix_1 INFIX ARG...
782 # ------------------------------
783 # Echo program name, followed by INFIX on the first line, with any
784 # additional lines not showing INFIX.
785 func_echo_infix_1 ()
786 {
787 $debug_cmd
788
789 $require_term_colors
790
791 _G_infix=$1; shift
792 _G_indent=$_G_infix
793 _G_prefix="$progname: $_G_infix: "
794 _G_message=$*
795
796 # Strip color escape sequences before counting printable length
797 for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
798 do
799 test -n "$_G_tc" && {
800 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
801 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
802 }
803 done
804 _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes
805
806 func_echo_infix_1_IFS=$IFS
807 IFS=$nl
808 for _G_line in $_G_message; do
809 IFS=$func_echo_infix_1_IFS
810 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
811 _G_prefix=$_G_indent
812 done
813 IFS=$func_echo_infix_1_IFS
814 }
815
816
817 # func_error ARG...
818 # -----------------
819 # Echo program name prefixed message to standard error.
820 func_error ()
821 {
822 $debug_cmd
823
824 $require_term_colors
825
826 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2
827 }
828
829
830 # func_fatal_error ARG...
831 # -----------------------
832 # Echo program name prefixed message to standard error, and exit.
833 func_fatal_error ()
834 {
835 $debug_cmd
836
837 func_error "$*"
838 exit $EXIT_FAILURE
839 }
840
841
842 # func_grep EXPRESSION FILENAME
843 # -----------------------------
844 # Check whether EXPRESSION matches any line of FILENAME, without output.
845 func_grep ()
846 {
847 $debug_cmd
848
849 $GREP "$1" "$2" >/dev/null 2>&1
850 }
851
852
853 # func_len STRING
854 # ---------------
855 # Set func_len_result to the length of STRING. STRING may not
856 # start with a hyphen.
857 test -z "$_G_HAVE_XSI_OPS" \
858 && (eval 'x=a/b/c;
859 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
860 && _G_HAVE_XSI_OPS=yes
861
862 if test yes = "$_G_HAVE_XSI_OPS"; then
863 eval 'func_len ()
864 {
865 $debug_cmd
866
867 func_len_result=${#1}
868 }'
869 else
870 func_len ()
871 {
872 $debug_cmd
873
874 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
875 }
876 fi
877
878
879 # func_mkdir_p DIRECTORY-PATH
880 # ---------------------------
881 # Make sure the entire path to DIRECTORY-PATH is available.
882 func_mkdir_p ()
883 {
884 $debug_cmd
885
886 _G_directory_path=$1
887 _G_dir_list=
888
889 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
890
891 # Protect directory names starting with '-'
892 case $_G_directory_path in
893 -*) _G_directory_path=./$_G_directory_path ;;
894 esac
895
896 # While some portion of DIR does not yet exist...
897 while test ! -d "$_G_directory_path"; do
898 # ...make a list in topmost first order. Use a colon delimited
899 # list incase some portion of path contains whitespace.
900 _G_dir_list=$_G_directory_path:$_G_dir_list
901
902 # If the last portion added has no slash in it, the list is done
903 case $_G_directory_path in */*) ;; *) break ;; esac
904
905 # ...otherwise throw away the child directory and loop
906 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
907 done
908 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
909
910 func_mkdir_p_IFS=$IFS; IFS=:
911 for _G_dir in $_G_dir_list; do
912 IFS=$func_mkdir_p_IFS
913 # mkdir can fail with a 'File exist' error if two processes
914 # try to create one of the directories concurrently. Don't
915 # stop in that case!
916 $MKDIR "$_G_dir" 2>/dev/null || :
917 done
918 IFS=$func_mkdir_p_IFS
919
920 # Bail out if we (or some other process) failed to create a directory.
921 test -d "$_G_directory_path" || \
922 func_fatal_error "Failed to create '$1'"
923 fi
924 }
925
926
927 # func_mktempdir [BASENAME]
928 # -------------------------
929 # Make a temporary directory that won't clash with other running
930 # libtool processes, and avoids race conditions if possible. If
931 # given, BASENAME is the basename for that directory.
932 func_mktempdir ()
933 {
934 $debug_cmd
935
936 _G_template=${TMPDIR-/tmp}/${1-$progname}
937
938 if test : = "$opt_dry_run"; then
939 # Return a directory name, but don't create it in dry-run mode
940 _G_tmpdir=$_G_template-$$
941 else
942
943 # If mktemp works, use that first and foremost
944 _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
945
946 if test ! -d "$_G_tmpdir"; then
947 # Failing that, at least try and use $RANDOM to avoid a race
948 _G_tmpdir=$_G_template-${RANDOM-0}$$
949
950 func_mktempdir_umask=`umask`
951 umask 0077
952 $MKDIR "$_G_tmpdir"
953 umask $func_mktempdir_umask
954 fi
955
956 # If we're not in dry-run mode, bomb out on failure
957 test -d "$_G_tmpdir" || \
958 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
959 fi
960
961 $ECHO "$_G_tmpdir"
962 }
963
964
965 # func_normal_abspath PATH
966 # ------------------------
967 # Remove doubled-up and trailing slashes, "." path components,
968 # and cancel out any ".." path components in PATH after making
969 # it an absolute path.
970 func_normal_abspath ()
971 {
972 $debug_cmd
973
974 # These SED scripts presuppose an absolute path with a trailing slash.
975 _G_pathcar='s|^/\([^/]*\).*$|\1|'
976 _G_pathcdr='s|^/[^/]*||'
977 _G_removedotparts=':dotsl
978 s|/\./|/|g
979 t dotsl
980 s|/\.$|/|'
981 _G_collapseslashes='s|/\{1,\}|/|g'
982 _G_finalslash='s|/*$|/|'
983
984 # Start from root dir and reassemble the path.
985 func_normal_abspath_result=
986 func_normal_abspath_tpath=$1
987 func_normal_abspath_altnamespace=
988 case $func_normal_abspath_tpath in
989 "")
990 # Empty path, that just means $cwd.
991 func_stripname '' '/' "`pwd`"
992 func_normal_abspath_result=$func_stripname_result
993 return
994 ;;
995 # The next three entries are used to spot a run of precisely
996 # two leading slashes without using negated character classes;
997 # we take advantage of case's first-match behaviour.
998 ///*)
999 # Unusual form of absolute path, do nothing.
1000 ;;
1001 //*)
1002 # Not necessarily an ordinary path; POSIX reserves leading '//'
1003 # and for example Cygwin uses it to access remote file shares
1004 # over CIFS/SMB, so we conserve a leading double slash if found.
1005 func_normal_abspath_altnamespace=/
1006 ;;
1007 /*)
1008 # Absolute path, do nothing.
1009 ;;
1010 *)
1011 # Relative path, prepend $cwd.
1012 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
1013 ;;
1014 esac
1015
1016 # Cancel out all the simple stuff to save iterations. We also want
1017 # the path to end with a slash for ease of parsing, so make sure
1018 # there is one (and only one) here.
1019 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
1020 -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
1021 while :; do
1022 # Processed it all yet?
1023 if test / = "$func_normal_abspath_tpath"; then
1024 # If we ascended to the root using ".." the result may be empty now.
1025 if test -z "$func_normal_abspath_result"; then
1026 func_normal_abspath_result=/
1027 fi
1028 break
1029 fi
1030 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
1031 -e "$_G_pathcar"`
1032 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
1033 -e "$_G_pathcdr"`
1034 # Figure out what to do with it
1035 case $func_normal_abspath_tcomponent in
1036 "")
1037 # Trailing empty path component, ignore it.
1038 ;;
1039 ..)
1040 # Parent dir; strip last assembled component from result.
1041 func_dirname "$func_normal_abspath_result"
1042 func_normal_abspath_result=$func_dirname_result
1043 ;;
1044 *)
1045 # Actual path component, append it.
1046 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
1047 ;;
1048 esac
1049 done
1050 # Restore leading double-slash if one was found on entry.
1051 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
1052 }
1053
1054
1055 # func_notquiet ARG...
1056 # --------------------
1057 # Echo program name prefixed message only when not in quiet mode.
1058 func_notquiet ()
1059 {
1060 $debug_cmd
1061
1062 $opt_quiet || func_echo ${1+"$@"}
1063
1064 # A bug in bash halts the script if the last line of a function
1065 # fails when set -e is in force, so we need another command to
1066 # work around that:
1067 :
1068 }
1069
1070
1071 # func_relative_path SRCDIR DSTDIR
1072 # --------------------------------
1073 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1074 func_relative_path ()
1075 {
1076 $debug_cmd
1077
1078 func_relative_path_result=
1079 func_normal_abspath "$1"
1080 func_relative_path_tlibdir=$func_normal_abspath_result
1081 func_normal_abspath "$2"
1082 func_relative_path_tbindir=$func_normal_abspath_result
1083
1084 # Ascend the tree starting from libdir
1085 while :; do
1086 # check if we have found a prefix of bindir
1087 case $func_relative_path_tbindir in
1088 $func_relative_path_tlibdir)
1089 # found an exact match
1090 func_relative_path_tcancelled=
1091 break
1092 ;;
1093 $func_relative_path_tlibdir*)
1094 # found a matching prefix
1095 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
1096 func_relative_path_tcancelled=$func_stripname_result
1097 if test -z "$func_relative_path_result"; then
1098 func_relative_path_result=.
1099 fi
1100 break
1101 ;;
1102 *)
1103 func_dirname $func_relative_path_tlibdir
1104 func_relative_path_tlibdir=$func_dirname_result
1105 if test -z "$func_relative_path_tlibdir"; then
1106 # Have to descend all the way to the root!
1107 func_relative_path_result=../$func_relative_path_result
1108 func_relative_path_tcancelled=$func_relative_path_tbindir
1109 break
1110 fi
1111 func_relative_path_result=../$func_relative_path_result
1112 ;;
1113 esac
1114 done
1115
1116 # Now calculate path; take care to avoid doubling-up slashes.
1117 func_stripname '' '/' "$func_relative_path_result"
1118 func_relative_path_result=$func_stripname_result
1119 func_stripname '/' '/' "$func_relative_path_tcancelled"
1120 if test -n "$func_stripname_result"; then
1121 func_append func_relative_path_result "/$func_stripname_result"
1122 fi
1123
1124 # Normalisation. If bindir is libdir, return '.' else relative path.
1125 if test -n "$func_relative_path_result"; then
1126 func_stripname './' '' "$func_relative_path_result"
1127 func_relative_path_result=$func_stripname_result
1128 fi
1129
1130 test -n "$func_relative_path_result" || func_relative_path_result=.
1131
1132 :
1133 }
1134
1135
1136 # func_quote_portable EVAL ARG
1137 # ----------------------------
1138 # Internal function to portably implement func_quote_arg. Note that we still
1139 # keep attention to performance here so we as much as possible try to avoid
1140 # calling sed binary (so far O(N) complexity as long as func_append is O(1)).
1141 func_quote_portable ()
1142 {
1143 $debug_cmd
1144
1145 $require_check_ifs_backslash
1146
1147 func_quote_portable_result=$2
1148
1149 # one-time-loop (easy break)
1150 while true
1151 do
1152 if $1; then
1153 func_quote_portable_result=`$ECHO "$2" | $SED \
1154 -e "$sed_double_quote_subst" -e "$sed_double_backslash"`
1155 break
1156 fi
1157
1158 # Quote for eval.
1159 case $func_quote_portable_result in
1160 *[\\\`\"\$]*)
1161 # Fallback to sed for $func_check_bs_ifs_broken=:, or when the string
1162 # contains the shell wildcard characters.
1163 case $check_ifs_backshlash_broken$func_quote_portable_result in
1164 :*|*[\[\*\?]*)
1165 func_quote_portable_result=`$ECHO "$func_quote_portable_result" \
1166 | $SED "$sed_quote_subst"`
1167 break
1168 ;;
1169 esac
1170
1171 func_quote_portable_old_IFS=$IFS
1172 for _G_char in '\' '`' '"' '$'
1173 do
1174 # STATE($1) PREV($2) SEPARATOR($3)
1175 set start "" ""
1176 func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy
1177 IFS=$_G_char
1178 for _G_part in $func_quote_portable_result
1179 do
1180 case $1 in
1181 quote)
1182 func_append func_quote_portable_result "$3$2"
1183 set quote "$_G_part" "\\$_G_char"
1184 ;;
1185 start)
1186 set first "" ""
1187 func_quote_portable_result=
1188 ;;
1189 first)
1190 set quote "$_G_part" ""
1191 ;;
1192 esac
1193 done
1194 done
1195 IFS=$func_quote_portable_old_IFS
1196 ;;
1197 *) ;;
1198 esac
1199 break
1200 done
1201
1202 func_quote_portable_unquoted_result=$func_quote_portable_result
1203 case $func_quote_portable_result in
1204 # double-quote args containing shell metacharacters to delay
1205 # word splitting, command substitution and variable expansion
1206 # for a subsequent eval.
1207 # many bourne shells cannot handle close brackets correctly
1208 # in scan sets, so we specify it separately.
1209 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1210 func_quote_portable_result=\"$func_quote_portable_result\"
1211 ;;
1212 esac
1213 }
1214
1215
1216 # func_quotefast_eval ARG
1217 # -----------------------
1218 # Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG',
1219 # but optimized for speed. Result is stored in $func_quotefast_eval.
1220 if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then
1221 printf -v _GL_test_printf_tilde %q '~'
1222 if test '\~' = "$_GL_test_printf_tilde"; then
1223 func_quotefast_eval ()
1224 {
1225 printf -v func_quotefast_eval_result %q "$1"
1226 }
1227 else
1228 # Broken older Bash implementations. Make those faster too if possible.
1229 func_quotefast_eval ()
1230 {
1231 case $1 in
1232 '~'*)
1233 func_quote_portable false "$1"
1234 func_quotefast_eval_result=$func_quote_portable_result
1235 ;;
1236 *)
1237 printf -v func_quotefast_eval_result %q "$1"
1238 ;;
1239 esac
1240 }
1241 fi
1242 else
1243 func_quotefast_eval ()
1244 {
1245 func_quote_portable false "$1"
1246 func_quotefast_eval_result=$func_quote_portable_result
1247 }
1248 fi
1249
1250
1251 # func_quote_arg MODEs ARG
1252 # ------------------------
1253 # Quote one ARG to be evaled later. MODEs argument may contain zero or more
1254 # specifiers listed below separated by ',' character. This function returns two
1255 # values:
1256 # i) func_quote_arg_result
1257 # double-quoted (when needed), suitable for a subsequent eval
1258 # ii) func_quote_arg_unquoted_result
1259 # has all characters that are still active within double
1260 # quotes backslashified. Available only if 'unquoted' is specified.
1261 #
1262 # Available modes:
1263 # ----------------
1264 # 'eval' (default)
1265 # - escape shell special characters
1266 # 'expand'
1267 # - the same as 'eval'; but do not quote variable references
1268 # 'pretty'
1269 # - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might
1270 # be used later in func_quote to get output like: 'echo "a b"' instead
1271 # of 'echo a\ b'. This is slower than default on some shells.
1272 # 'unquoted'
1273 # - produce also $func_quote_arg_unquoted_result which does not contain
1274 # wrapping double-quotes.
1275 #
1276 # Examples for 'func_quote_arg pretty,unquoted string':
1277 #
1278 # string | *_result | *_unquoted_result
1279 # ------------+-----------------------+-------------------
1280 # " | \" | \"
1281 # a b | "a b" | a b
1282 # "a b" | "\"a b\"" | \"a b\"
1283 # * | "*" | *
1284 # z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\"
1285 #
1286 # Examples for 'func_quote_arg pretty,unquoted,expand string':
1287 #
1288 # string | *_result | *_unquoted_result
1289 # --------------+---------------------+--------------------
1290 # z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\"
1291 func_quote_arg ()
1292 {
1293 _G_quote_expand=false
1294 case ,$1, in
1295 *,expand,*)
1296 _G_quote_expand=:
1297 ;;
1298 esac
1299
1300 case ,$1, in
1301 *,pretty,*|*,expand,*|*,unquoted,*)
1302 func_quote_portable $_G_quote_expand "$2"
1303 func_quote_arg_result=$func_quote_portable_result
1304 func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result
1305 ;;
1306 *)
1307 # Faster quote-for-eval for some shells.
1308 func_quotefast_eval "$2"
1309 func_quote_arg_result=$func_quotefast_eval_result
1310 ;;
1311 esac
1312 }
1313
1314
1315 # func_quote MODEs ARGs...
1316 # ------------------------
1317 # Quote all ARGs to be evaled later and join them into single command. See
1318 # func_quote_arg's description for more info.
1319 func_quote ()
1320 {
1321 $debug_cmd
1322 _G_func_quote_mode=$1 ; shift
1323 func_quote_result=
1324 while test 0 -lt $#; do
1325 func_quote_arg "$_G_func_quote_mode" "$1"
1326 if test -n "$func_quote_result"; then
1327 func_append func_quote_result " $func_quote_arg_result"
1328 else
1329 func_append func_quote_result "$func_quote_arg_result"
1330 fi
1331 shift
1332 done
1333 }
1334
1335
1336 # func_stripname PREFIX SUFFIX NAME
1337 # ---------------------------------
1338 # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
1339 # PREFIX and SUFFIX must not contain globbing or regex special
1340 # characters, hashes, percent signs, but SUFFIX may contain a leading
1341 # dot (in which case that matches only a dot).
1342 if test yes = "$_G_HAVE_XSI_OPS"; then
1343 eval 'func_stripname ()
1344 {
1345 $debug_cmd
1346
1347 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1348 # positional parameters, so assign one to ordinary variable first.
1349 func_stripname_result=$3
1350 func_stripname_result=${func_stripname_result#"$1"}
1351 func_stripname_result=${func_stripname_result%"$2"}
1352 }'
1353 else
1354 func_stripname ()
1355 {
1356 $debug_cmd
1357
1358 case $2 in
1359 .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
1360 *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
1361 esac
1362 }
1363 fi
1364
1365
1366 # func_show_eval CMD [FAIL_EXP]
1367 # -----------------------------
1368 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
1369 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
1370 # is given, then evaluate it.
1371 func_show_eval ()
1372 {
1373 $debug_cmd
1374
1375 _G_cmd=$1
1376 _G_fail_exp=${2-':'}
1377
1378 func_quote_arg pretty,expand "$_G_cmd"
1379 eval "func_notquiet $func_quote_arg_result"
1380
1381 $opt_dry_run || {
1382 eval "$_G_cmd"
1383 _G_status=$?
1384 if test 0 -ne "$_G_status"; then
1385 eval "(exit $_G_status); $_G_fail_exp"
1386 fi
1387 }
1388 }
1389
1390
1391 # func_show_eval_locale CMD [FAIL_EXP]
1392 # ------------------------------------
1393 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
1394 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
1395 # is given, then evaluate it. Use the saved locale for evaluation.
1396 func_show_eval_locale ()
1397 {
1398 $debug_cmd
1399
1400 _G_cmd=$1
1401 _G_fail_exp=${2-':'}
1402
1403 $opt_quiet || {
1404 func_quote_arg expand,pretty "$_G_cmd"
1405 eval "func_echo $func_quote_arg_result"
1406 }
1407
1408 $opt_dry_run || {
1409 eval "$_G_user_locale
1410 $_G_cmd"
1411 _G_status=$?
1412 eval "$_G_safe_locale"
1413 if test 0 -ne "$_G_status"; then
1414 eval "(exit $_G_status); $_G_fail_exp"
1415 fi
1416 }
1417 }
1418
1419
1420 # func_tr_sh
1421 # ----------
1422 # Turn $1 into a string suitable for a shell variable name.
1423 # Result is stored in $func_tr_sh_result. All characters
1424 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
1425 # if $1 begins with a digit, a '_' is prepended as well.
1426 func_tr_sh ()
1427 {
1428 $debug_cmd
1429
1430 case $1 in
1431 [0-9]* | *[!a-zA-Z0-9_]*)
1432 func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
1433 ;;
1434 * )
1435 func_tr_sh_result=$1
1436 ;;
1437 esac
1438 }
1439
1440
1441 # func_verbose ARG...
1442 # -------------------
1443 # Echo program name prefixed message in verbose mode only.
1444 func_verbose ()
1445 {
1446 $debug_cmd
1447
1448 $opt_verbose && func_echo "$*"
1449
1450 :
1451 }
1452
1453
1454 # func_warn_and_continue ARG...
1455 # -----------------------------
1456 # Echo program name prefixed warning message to standard error.
1457 func_warn_and_continue ()
1458 {
1459 $debug_cmd
1460
1461 $require_term_colors
1462
1463 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
1464 }
1465
1466
1467 # func_warning CATEGORY ARG...
1468 # ----------------------------
1469 # Echo program name prefixed warning message to standard error. Warning
1470 # messages can be filtered according to CATEGORY, where this function
1471 # elides messages where CATEGORY is not listed in the global variable
1472 # 'opt_warning_types'.
1473 func_warning ()
1474 {
1475 $debug_cmd
1476
1477 # CATEGORY must be in the warning_categories list!
1478 case " $warning_categories " in
1479 *" $1 "*) ;;
1480 *) func_internal_error "invalid warning category '$1'" ;;
1481 esac
1482
1483 _G_category=$1
1484 shift
1485
1486 case " $opt_warning_types " in
1487 *" $_G_category "*) $warning_func ${1+"$@"} ;;
1488 esac
1489 }
1490
1491
1492 # func_sort_ver VER1 VER2
1493 # -----------------------
1494 # 'sort -V' is not generally available.
1495 # Note this deviates from the version comparison in automake
1496 # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
1497 # but this should suffice as we won't be specifying old
1498 # version formats or redundant trailing .0 in bootstrap.conf.
1499 # If we did want full compatibility then we should probably
1500 # use m4_version_compare from autoconf.
1501 func_sort_ver ()
1502 {
1503 $debug_cmd
1504
1505 printf '%s\n%s\n' "$1" "$2" \
1506 | 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
1507 }
1508
1509 # func_lt_ver PREV CURR
1510 # ---------------------
1511 # Return true if PREV and CURR are in the correct order according to
1512 # func_sort_ver, otherwise false. Use it like this:
1513 #
1514 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
1515 func_lt_ver ()
1516 {
1517 $debug_cmd
1518
1519 test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
1520 }
1521
1522
1523 # Local variables:
1524 # mode: shell-script
1525 # sh-indentation: 2
1526 # eval: (add-hook 'before-save-hook 'time-stamp)
1527 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1528 # time-stamp-time-zone: "UTC"
1529 # End:
1530 #! /bin/sh
1531
1532 # A portable, pluggable option parser for Bourne shell.
1533 # Written by Gary V. Vaughan, 2010
1534
1535 # This is free software. There is NO warranty; not even for
1536 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1537 #
1538 # Copyright (C) 2010-2019, 2021 Bootstrap Authors
1539 #
1540 # This file is dual licensed under the terms of the MIT license
1541 # <https://opensource.org/license/MIT>, and GPL version 2 or later
1542 # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of
1543 # these licenses when using or redistributing this software or any of
1544 # the files within it. See the URLs above, or the file `LICENSE`
1545 # included in the Bootstrap distribution for the full license texts.
1546
1547 # Please report bugs or propose patches to:
1548 # <https://github.com/gnulib-modules/bootstrap/issues>
1549
1550 # Set a version string for this script.
1551 scriptversion=2019-02-19.15; # UTC
1552
1553
1554 ## ------ ##
1555 ## Usage. ##
1556 ## ------ ##
1557
1558 # This file is a library for parsing options in your shell scripts along
1559 # with assorted other useful supporting features that you can make use
1560 # of too.
1561 #
1562 # For the simplest scripts you might need only:
1563 #
1564 # #!/bin/sh
1565 # . relative/path/to/funclib.sh
1566 # . relative/path/to/options-parser
1567 # scriptversion=1.0
1568 # func_options ${1+"$@"}
1569 # eval set dummy "$func_options_result"; shift
1570 # ...rest of your script...
1571 #
1572 # In order for the '--version' option to work, you will need to have a
1573 # suitably formatted comment like the one at the top of this file
1574 # starting with '# Written by ' and ending with '# Copyright'.
1575 #
1576 # For '-h' and '--help' to work, you will also need a one line
1577 # description of your script's purpose in a comment directly above the
1578 # '# Written by ' line, like the one at the top of this file.
1579 #
1580 # The default options also support '--debug', which will turn on shell
1581 # execution tracing (see the comment above debug_cmd below for another
1582 # use), and '--verbose' and the func_verbose function to allow your script
1583 # to display verbose messages only when your user has specified
1584 # '--verbose'.
1585 #
1586 # After sourcing this file, you can plug in processing for additional
1587 # options by amending the variables from the 'Configuration' section
1588 # below, and following the instructions in the 'Option parsing'
1589 # section further down.
1590
1591 ## -------------- ##
1592 ## Configuration. ##
1593 ## -------------- ##
1594
1595 # You should override these variables in your script after sourcing this
1596 # file so that they reflect the customisations you have added to the
1597 # option parser.
1598
1599 # The usage line for option parsing errors and the start of '-h' and
1600 # '--help' output messages. You can embed shell variables for delayed
1601 # expansion at the time the message is displayed, but you will need to
1602 # quote other shell meta-characters carefully to prevent them being
1603 # expanded when the contents are evaled.
1604 usage='$progpath [OPTION]...'
1605
1606 # Short help message in response to '-h' and '--help'. Add to this or
1607 # override it after sourcing this library to reflect the full set of
1608 # options your script accepts.
1609 usage_message="\
1610 --debug enable verbose shell tracing
1611 -W, --warnings=CATEGORY
1612 report the warnings falling in CATEGORY [all]
1613 -v, --verbose verbosely report processing
1614 --version print version information and exit
1615 -h, --help print short or long help message and exit
1616 "
1617
1618 # Additional text appended to 'usage_message' in response to '--help'.
1619 long_help_message="
1620 Warning categories include:
1621 'all' show all warnings
1622 'none' turn off all the warnings
1623 'error' warnings are treated as fatal errors"
1624
1625 # Help message printed before fatal option parsing errors.
1626 fatal_help="Try '\$progname --help' for more information."
1627
1628
1629
1630 ## ------------------------- ##
1631 ## Hook function management. ##
1632 ## ------------------------- ##
1633
1634 # This section contains functions for adding, removing, and running hooks
1635 # in the main code. A hook is just a list of function names that can be
1636 # run in order later on.
1637
1638 # func_hookable FUNC_NAME
1639 # -----------------------
1640 # Declare that FUNC_NAME will run hooks added with
1641 # 'func_add_hook FUNC_NAME ...'.
1642 func_hookable ()
1643 {
1644 $debug_cmd
1645
1646 func_append hookable_fns " $1"
1647 }
1648
1649
1650 # func_add_hook FUNC_NAME HOOK_FUNC
1651 # ---------------------------------
1652 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must
1653 # first have been declared "hookable" by a call to 'func_hookable'.
1654 func_add_hook ()
1655 {
1656 $debug_cmd
1657
1658 case " $hookable_fns " in
1659 *" $1 "*) ;;
1660 *) func_fatal_error "'$1' does not accept hook functions." ;;
1661 esac
1662
1663 eval func_append ${1}_hooks '" $2"'
1664 }
1665
1666
1667 # func_remove_hook FUNC_NAME HOOK_FUNC
1668 # ------------------------------------
1669 # Remove HOOK_FUNC from the list of hook functions to be called by
1670 # FUNC_NAME.
1671 func_remove_hook ()
1672 {
1673 $debug_cmd
1674
1675 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
1676 }
1677
1678
1679 # func_propagate_result FUNC_NAME_A FUNC_NAME_B
1680 # ---------------------------------------------
1681 # If the *_result variable of FUNC_NAME_A _is set_, assign its value to
1682 # *_result variable of FUNC_NAME_B.
1683 func_propagate_result ()
1684 {
1685 $debug_cmd
1686
1687 func_propagate_result_result=:
1688 if eval "test \"\${${1}_result+set}\" = set"
1689 then
1690 eval "${2}_result=\$${1}_result"
1691 else
1692 func_propagate_result_result=false
1693 fi
1694 }
1695
1696
1697 # func_run_hooks FUNC_NAME [ARG]...
1698 # ---------------------------------
1699 # Run all hook functions registered to FUNC_NAME.
1700 # It's assumed that the list of hook functions contains nothing more
1701 # than a whitespace-delimited list of legal shell function names, and
1702 # no effort is wasted trying to catch shell meta-characters or preserve
1703 # whitespace.
1704 func_run_hooks ()
1705 {
1706 $debug_cmd
1707
1708 _G_rc_run_hooks=false
1709
1710 case " $hookable_fns " in
1711 *" $1 "*) ;;
1712 *) func_fatal_error "'$1' does not support hook functions." ;;
1713 esac
1714
1715 eval _G_hook_fns=\$$1_hooks; shift
1716
1717 for _G_hook in $_G_hook_fns; do
1718 func_unset "${_G_hook}_result"
1719 eval $_G_hook '${1+"$@"}'
1720 func_propagate_result $_G_hook func_run_hooks
1721 if $func_propagate_result_result; then
1722 eval set dummy "$func_run_hooks_result"; shift
1723 fi
1724 done
1725 }
1726
1727
1728
1729 ## --------------- ##
1730 ## Option parsing. ##
1731 ## --------------- ##
1732
1733 # In order to add your own option parsing hooks, you must accept the
1734 # full positional parameter list from your hook function. You may remove
1735 # or edit any options that you action, and then pass back the remaining
1736 # unprocessed options in '<hooked_function_name>_result', escaped
1737 # suitably for 'eval'.
1738 #
1739 # The '<hooked_function_name>_result' variable is automatically unset
1740 # before your hook gets called; for best performance, only set the
1741 # *_result variable when necessary (i.e. don't call the 'func_quote'
1742 # function unnecessarily because it can be an expensive operation on some
1743 # machines).
1744 #
1745 # Like this:
1746 #
1747 # my_options_prep ()
1748 # {
1749 # $debug_cmd
1750 #
1751 # # Extend the existing usage message.
1752 # usage_message=$usage_message'
1753 # -s, --silent don'\''t print informational messages
1754 # '
1755 # # No change in '$@' (ignored completely by this hook). Leave
1756 # # my_options_prep_result variable intact.
1757 # }
1758 # func_add_hook func_options_prep my_options_prep
1759 #
1760 #
1761 # my_silent_option ()
1762 # {
1763 # $debug_cmd
1764 #
1765 # args_changed=false
1766 #
1767 # # Note that, for efficiency, we parse as many options as we can
1768 # # recognise in a loop before passing the remainder back to the
1769 # # caller on the first unrecognised argument we encounter.
1770 # while test $# -gt 0; do
1771 # opt=$1; shift
1772 # case $opt in
1773 # --silent|-s) opt_silent=:
1774 # args_changed=:
1775 # ;;
1776 # # Separate non-argument short options:
1777 # -s*) func_split_short_opt "$_G_opt"
1778 # set dummy "$func_split_short_opt_name" \
1779 # "-$func_split_short_opt_arg" ${1+"$@"}
1780 # shift
1781 # args_changed=:
1782 # ;;
1783 # *) # Make sure the first unrecognised option "$_G_opt"
1784 # # is added back to "$@" in case we need it later,
1785 # # if $args_changed was set to 'true'.
1786 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1787 # esac
1788 # done
1789 #
1790 # # Only call 'func_quote' here if we processed at least one argument.
1791 # if $args_changed; then
1792 # func_quote eval ${1+"$@"}
1793 # my_silent_option_result=$func_quote_result
1794 # fi
1795 # }
1796 # func_add_hook func_parse_options my_silent_option
1797 #
1798 #
1799 # my_option_validation ()
1800 # {
1801 # $debug_cmd
1802 #
1803 # $opt_silent && $opt_verbose && func_fatal_help "\
1804 # '--silent' and '--verbose' options are mutually exclusive."
1805 # }
1806 # func_add_hook func_validate_options my_option_validation
1807 #
1808 # You'll also need to manually amend $usage_message to reflect the extra
1809 # options you parse. It's preferable to append if you can, so that
1810 # multiple option parsing hooks can be added safely.
1811
1812
1813 # func_options_finish [ARG]...
1814 # ----------------------------
1815 # Finishing the option parse loop (call 'func_options' hooks ATM).
1816 func_options_finish ()
1817 {
1818 $debug_cmd
1819
1820 func_run_hooks func_options ${1+"$@"}
1821 func_propagate_result func_run_hooks func_options_finish
1822 }
1823
1824
1825 # func_options [ARG]...
1826 # ---------------------
1827 # All the functions called inside func_options are hookable. See the
1828 # individual implementations for details.
1829 func_hookable func_options
1830 func_options ()
1831 {
1832 $debug_cmd
1833
1834 _G_options_quoted=false
1835
1836 for my_func in options_prep parse_options validate_options options_finish
1837 do
1838 func_unset func_${my_func}_result
1839 func_unset func_run_hooks_result
1840 eval func_$my_func '${1+"$@"}'
1841 func_propagate_result func_$my_func func_options
1842 if $func_propagate_result_result; then
1843 eval set dummy "$func_options_result"; shift
1844 _G_options_quoted=:
1845 fi
1846 done
1847
1848 $_G_options_quoted || {
1849 # As we (func_options) are top-level options-parser function and
1850 # nobody quoted "$@" for us yet, we need to do it explicitly for
1851 # caller.
1852 func_quote eval ${1+"$@"}
1853 func_options_result=$func_quote_result
1854 }
1855 }
1856
1857
1858 # func_options_prep [ARG]...
1859 # --------------------------
1860 # All initialisations required before starting the option parse loop.
1861 # Note that when calling hook functions, we pass through the list of
1862 # positional parameters. If a hook function modifies that list, and
1863 # needs to propagate that back to rest of this script, then the complete
1864 # modified list must be put in 'func_run_hooks_result' before returning.
1865 func_hookable func_options_prep
1866 func_options_prep ()
1867 {
1868 $debug_cmd
1869
1870 # Option defaults:
1871 opt_verbose=false
1872 opt_warning_types=
1873
1874 func_run_hooks func_options_prep ${1+"$@"}
1875 func_propagate_result func_run_hooks func_options_prep
1876 }
1877
1878
1879 # func_parse_options [ARG]...
1880 # ---------------------------
1881 # The main option parsing loop.
1882 func_hookable func_parse_options
1883 func_parse_options ()
1884 {
1885 $debug_cmd
1886
1887 _G_parse_options_requote=false
1888 # this just eases exit handling
1889 while test $# -gt 0; do
1890 # Defer to hook functions for initial option parsing, so they
1891 # get priority in the event of reusing an option name.
1892 func_run_hooks func_parse_options ${1+"$@"}
1893 func_propagate_result func_run_hooks func_parse_options
1894 if $func_propagate_result_result; then
1895 eval set dummy "$func_parse_options_result"; shift
1896 # Even though we may have changed "$@", we passed the "$@" array
1897 # down into the hook and it quoted it for us (because we are in
1898 # this if-branch). No need to quote it again.
1899 _G_parse_options_requote=false
1900 fi
1901
1902 # Break out of the loop if we already parsed every option.
1903 test $# -gt 0 || break
1904
1905 # We expect that one of the options parsed in this function matches
1906 # and thus we remove _G_opt from "$@" and need to re-quote.
1907 _G_match_parse_options=:
1908 _G_opt=$1
1909 shift
1910 case $_G_opt in
1911 --debug|-x) debug_cmd='set -x'
1912 func_echo "enabling shell trace mode" >&2
1913 $debug_cmd
1914 ;;
1915
1916 --no-warnings|--no-warning|--no-warn)
1917 set dummy --warnings none ${1+"$@"}
1918 shift
1919 ;;
1920
1921 --warnings|--warning|-W)
1922 if test $# = 0 && func_missing_arg $_G_opt; then
1923 _G_parse_options_requote=:
1924 break
1925 fi
1926 case " $warning_categories $1" in
1927 *" $1 "*)
1928 # trailing space prevents matching last $1 above
1929 func_append_uniq opt_warning_types " $1"
1930 ;;
1931 *all)
1932 opt_warning_types=$warning_categories
1933 ;;
1934 *none)
1935 opt_warning_types=none
1936 warning_func=:
1937 ;;
1938 *error)
1939 opt_warning_types=$warning_categories
1940 warning_func=func_fatal_error
1941 ;;
1942 *)
1943 func_fatal_error \
1944 "unsupported warning category: '$1'"
1945 ;;
1946 esac
1947 shift
1948 ;;
1949
1950 --verbose|-v) opt_verbose=: ;;
1951 --version) func_version ;;
1952 -\?|-h) func_usage ;;
1953 --help) func_help ;;
1954
1955 # Separate optargs to long options (plugins may need this):
1956 --*=*) func_split_equals "$_G_opt"
1957 set dummy "$func_split_equals_lhs" \
1958 "$func_split_equals_rhs" ${1+"$@"}
1959 shift
1960 ;;
1961
1962 # Separate optargs to short options:
1963 -W*)
1964 func_split_short_opt "$_G_opt"
1965 set dummy "$func_split_short_opt_name" \
1966 "$func_split_short_opt_arg" ${1+"$@"}
1967 shift
1968 ;;
1969
1970 # Separate non-argument short options:
1971 -\?*|-h*|-v*|-x*)
1972 func_split_short_opt "$_G_opt"
1973 set dummy "$func_split_short_opt_name" \
1974 "-$func_split_short_opt_arg" ${1+"$@"}
1975 shift
1976 ;;
1977
1978 --) _G_parse_options_requote=: ; break ;;
1979 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1980 *) set dummy "$_G_opt" ${1+"$@"}; shift
1981 _G_match_parse_options=false
1982 break
1983 ;;
1984 esac
1985
1986 if $_G_match_parse_options; then
1987 _G_parse_options_requote=:
1988 fi
1989 done
1990
1991 if $_G_parse_options_requote; then
1992 # save modified positional parameters for caller
1993 func_quote eval ${1+"$@"}
1994 func_parse_options_result=$func_quote_result
1995 fi
1996 }
1997
1998
1999 # func_validate_options [ARG]...
2000 # ------------------------------
2001 # Perform any sanity checks on option settings and/or unconsumed
2002 # arguments.
2003 func_hookable func_validate_options
2004 func_validate_options ()
2005 {
2006 $debug_cmd
2007
2008 # Display all warnings if -W was not given.
2009 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
2010
2011 func_run_hooks func_validate_options ${1+"$@"}
2012 func_propagate_result func_run_hooks func_validate_options
2013
2014 # Bail if the options were screwed!
2015 $exit_cmd $EXIT_FAILURE
2016 }
2017
2018
2019
2020 ## ----------------- ##
2021 ## Helper functions. ##
2022 ## ----------------- ##
2023
2024 # This section contains the helper functions used by the rest of the
2025 # hookable option parser framework in ascii-betical order.
2026
2027
2028 # func_fatal_help ARG...
2029 # ----------------------
2030 # Echo program name prefixed message to standard error, followed by
2031 # a help hint, and exit.
2032 func_fatal_help ()
2033 {
2034 $debug_cmd
2035
2036 eval \$ECHO \""Usage: $usage"\"
2037 eval \$ECHO \""$fatal_help"\"
2038 func_error ${1+"$@"}
2039 exit $EXIT_FAILURE
2040 }
2041
2042
2043 # func_help
2044 # ---------
2045 # Echo long help message to standard output and exit.
2046 func_help ()
2047 {
2048 $debug_cmd
2049
2050 func_usage_message
2051 $ECHO "$long_help_message"
2052 exit 0
2053 }
2054
2055
2056 # func_missing_arg ARGNAME
2057 # ------------------------
2058 # Echo program name prefixed message to standard error and set global
2059 # exit_cmd.
2060 func_missing_arg ()
2061 {
2062 $debug_cmd
2063
2064 func_error "Missing argument for '$1'."
2065 exit_cmd=exit
2066 }
2067
2068
2069 # func_split_equals STRING
2070 # ------------------------
2071 # Set func_split_equals_lhs and func_split_equals_rhs shell variables
2072 # after splitting STRING at the '=' sign.
2073 test -z "$_G_HAVE_XSI_OPS" \
2074 && (eval 'x=a/b/c;
2075 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
2076 && _G_HAVE_XSI_OPS=yes
2077
2078 if test yes = "$_G_HAVE_XSI_OPS"
2079 then
2080 # This is an XSI compatible shell, allowing a faster implementation...
2081 eval 'func_split_equals ()
2082 {
2083 $debug_cmd
2084
2085 func_split_equals_lhs=${1%%=*}
2086 func_split_equals_rhs=${1#*=}
2087 if test "x$func_split_equals_lhs" = "x$1"; then
2088 func_split_equals_rhs=
2089 fi
2090 }'
2091 else
2092 # ...otherwise fall back to using expr, which is often a shell builtin.
2093 func_split_equals ()
2094 {
2095 $debug_cmd
2096
2097 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
2098 func_split_equals_rhs=
2099 test "x$func_split_equals_lhs=" = "x$1" \
2100 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
2101 }
2102 fi #func_split_equals
2103
2104
2105 # func_split_short_opt SHORTOPT
2106 # -----------------------------
2107 # Set func_split_short_opt_name and func_split_short_opt_arg shell
2108 # variables after splitting SHORTOPT after the 2nd character.
2109 if test yes = "$_G_HAVE_XSI_OPS"
2110 then
2111 # This is an XSI compatible shell, allowing a faster implementation...
2112 eval 'func_split_short_opt ()
2113 {
2114 $debug_cmd
2115
2116 func_split_short_opt_arg=${1#??}
2117 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
2118 }'
2119 else
2120 # ...otherwise fall back to using expr, which is often a shell builtin.
2121 func_split_short_opt ()
2122 {
2123 $debug_cmd
2124
2125 func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'`
2126 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
2127 }
2128 fi #func_split_short_opt
2129
2130
2131 # func_usage
2132 # ----------
2133 # Echo short help message to standard output and exit.
2134 func_usage ()
2135 {
2136 $debug_cmd
2137
2138 func_usage_message
2139 $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
2140 exit 0
2141 }
2142
2143
2144 # func_usage_message
2145 # ------------------
2146 # Echo short help message to standard output.
2147 func_usage_message ()
2148 {
2149 $debug_cmd
2150
2151 eval \$ECHO \""Usage: $usage"\"
2152 echo
2153 $SED -n 's|^# ||
2154 /^Written by/{
2155 x;p;x
2156 }
2157 h
2158 /^Written by/q' < "$progpath"
2159 echo
2160 eval \$ECHO \""$usage_message"\"
2161 }
2162
2163
2164 # func_version
2165 # ------------
2166 # Echo version message to standard output and exit.
2167 # The version message is extracted from the calling file's header
2168 # comments, with leading '# ' stripped:
2169 # 1. First display the progname and version
2170 # 2. Followed by the header comment line matching /^# Written by /
2171 # 3. Then a blank line followed by the first following line matching
2172 # /^# Copyright /
2173 # 4. Immediately followed by any lines between the previous matches,
2174 # except lines preceding the intervening completely blank line.
2175 # For example, see the header comments of this file.
2176 func_version ()
2177 {
2178 $debug_cmd
2179
2180 printf '%s\n' "$progname $scriptversion"
2181 $SED -n '
2182 /^# Written by /!b
2183 s|^# ||; p; n
2184
2185 :fwd2blnk
2186 /./ {
2187 n
2188 b fwd2blnk
2189 }
2190 p; n
2191
2192 :holdwrnt
2193 s|^# ||
2194 s|^# *$||
2195 /^Copyright /!{
2196 /./H
2197 n
2198 b holdwrnt
2199 }
2200
2201 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
2202 G
2203 s|\(\n\)\n*|\1|g
2204 p; q' < "$progpath"
2205
2206 exit $?
2207 }
2208
2209
2210 # Local variables:
2211 # mode: shell-script
2212 # sh-indentation: 2
2213 # eval: (add-hook 'before-save-hook 'time-stamp)
2214 # time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC"
2215 # time-stamp-time-zone: "UTC"
2216 # End:
2217
2218 # Set a version string.
2219 scriptversion='(GNU libtool) 2.4.7'
2220
2221
2222 # func_echo ARG...
2223 # ----------------
2224 # Libtool also displays the current mode in messages, so override
2225 # funclib.sh func_echo with this custom definition.
2226 func_echo ()
2227 {
2228 $debug_cmd
2229
2230 _G_message=$*
2231
2232 func_echo_IFS=$IFS
2233 IFS=$nl
2234 for _G_line in $_G_message; do
2235 IFS=$func_echo_IFS
2236 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
2237 done
2238 IFS=$func_echo_IFS
2239 }
2240
2241
2242 # func_warning ARG...
2243 # -------------------
2244 # Libtool warnings are not categorized, so override funclib.sh
2245 # func_warning with this simpler definition.
2246 func_warning ()
2247 {
2248 $debug_cmd
2249
2250 $warning_func ${1+"$@"}
2251 }
2252
2253
2254 ## ---------------- ##
2255 ## Options parsing. ##
2256 ## ---------------- ##
2257
2258 # Hook in the functions to make sure our own options are parsed during
2259 # the option parsing loop.
2260
2261 usage='$progpath [OPTION]... [MODE-ARG]...'
2262
2263 # Short help message in response to '-h'.
2264 usage_message="Options:
2265 --config show all configuration variables
2266 --debug enable verbose shell tracing
2267 -n, --dry-run display commands without modifying any files
2268 --features display basic configuration information and exit
2269 --mode=MODE use operation mode MODE
2270 --no-warnings equivalent to '-Wnone'
2271 --preserve-dup-deps don't remove duplicate dependency libraries
2272 --quiet, --silent don't print informational messages
2273 --tag=TAG use configuration variables from tag TAG
2274 -v, --verbose print more informational messages than default
2275 --version print version information
2276 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all]
2277 -h, --help, --help-all print short, long, or detailed help message
2278 "
2279
2280 # Additional text appended to 'usage_message' in response to '--help'.
2281 func_help ()
2282 {
2283 $debug_cmd
2284
2285 func_usage_message
2286 $ECHO "$long_help_message
2287
2288 MODE must be one of the following:
2289
2290 clean remove files from the build directory
2291 compile compile a source file into a libtool object
2292 execute automatically set library path, then run a program
2293 finish complete the installation of libtool libraries
2294 install install libraries or executables
2295 link create a library or an executable
2296 uninstall remove libraries from an installed directory
2297
2298 MODE-ARGS vary depending on the MODE. When passed as first option,
2299 '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
2300 Try '$progname --help --mode=MODE' for a more detailed description of MODE.
2301
2302 When reporting a bug, please describe a test case to reproduce it and
2303 include the following information:
2304
2305 host-triplet: $host
2306 shell: $SHELL
2307 compiler: $LTCC
2308 compiler flags: $LTCFLAGS
2309 linker: $LD (gnu? $with_gnu_ld)
2310 version: $progname $scriptversion Debian-2.4.7-4
2311 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
2312 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
2313
2314 Report bugs to <bug-libtool@gnu.org>.
2315 GNU libtool home page: <http://www.gnu.org/s/libtool/>.
2316 General help using GNU software: <http://www.gnu.org/gethelp/>."
2317 exit 0
2318 }
2319
2320
2321 # func_lo2o OBJECT-NAME
2322 # ---------------------
2323 # Transform OBJECT-NAME from a '.lo' suffix to the platform specific
2324 # object suffix.
2325
2326 lo2o=s/\\.lo\$/.$objext/
2327 o2lo=s/\\.$objext\$/.lo/
2328
2329 if test yes = "$_G_HAVE_XSI_OPS"; then
2330 eval 'func_lo2o ()
2331 {
2332 case $1 in
2333 *.lo) func_lo2o_result=${1%.lo}.$objext ;;
2334 * ) func_lo2o_result=$1 ;;
2335 esac
2336 }'
2337
2338 # func_xform LIBOBJ-OR-SOURCE
2339 # ---------------------------
2340 # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
2341 # suffix to a '.lo' libtool-object suffix.
2342 eval 'func_xform ()
2343 {
2344 func_xform_result=${1%.*}.lo
2345 }'
2346 else
2347 # ...otherwise fall back to using sed.
2348 func_lo2o ()
2349 {
2350 func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
2351 }
2352
2353 func_xform ()
2354 {
2355 func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
2356 }
2357 fi
2358
2359
2360 # func_fatal_configuration ARG...
2361 # -------------------------------
2362 # Echo program name prefixed message to standard error, followed by
2363 # a configuration failure hint, and exit.
2364 func_fatal_configuration ()
2365 {
2366 func_fatal_error ${1+"$@"} \
2367 "See the $PACKAGE documentation for more information." \
2368 "Fatal configuration error."
2369 }
2370
2371
2372 # func_config
2373 # -----------
2374 # Display the configuration for all the tags in this script.
2375 func_config ()
2376 {
2377 re_begincf='^# ### BEGIN LIBTOOL'
2378 re_endcf='^# ### END LIBTOOL'
2379
2380 # Default configuration.
2381 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
2382
2383 # Now print the configurations for the tags.
2384 for tagname in $taglist; do
2385 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
2386 done
2387
2388 exit $?
2389 }
2390
2391
2392 # func_features
2393 # -------------
2394 # Display the features supported by this script.
2395 func_features ()
2396 {
2397 echo "host: $host"
2398 if test yes = "$build_libtool_libs"; then
2399 echo "enable shared libraries"
2400 else
2401 echo "disable shared libraries"
2402 fi
2403 if test yes = "$build_old_libs"; then
2404 echo "enable static libraries"
2405 else
2406 echo "disable static libraries"
2407 fi
2408
2409 exit $?
2410 }
2411
2412
2413 # func_enable_tag TAGNAME
2414 # -----------------------
2415 # Verify that TAGNAME is valid, and either flag an error and exit, or
2416 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2417 # variable here.
2418 func_enable_tag ()
2419 {
2420 # Global variable:
2421 tagname=$1
2422
2423 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2424 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2425 sed_extractcf=/$re_begincf/,/$re_endcf/p
2426
2427 # Validate tagname.
2428 case $tagname in
2429 *[!-_A-Za-z0-9,/]*)
2430 func_fatal_error "invalid tag name: $tagname"
2431 ;;
2432 esac
2433
2434 # Don't test for the "default" C tag, as we know it's
2435 # there but not specially marked.
2436 case $tagname in
2437 CC) ;;
2438 *)
2439 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
2440 taglist="$taglist $tagname"
2441
2442 # Evaluate the configuration. Be careful to quote the path
2443 # and the sed script, to avoid splitting on whitespace, but
2444 # also don't use non-portable quotes within backquotes within
2445 # quotes we have to do it in 2 steps:
2446 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
2447 eval "$extractedcf"
2448 else
2449 func_error "ignoring unknown tag $tagname"
2450 fi
2451 ;;
2452 esac
2453 }
2454
2455
2456 # func_check_version_match
2457 # ------------------------
2458 # Ensure that we are using m4 macros, and libtool script from the same
2459 # release of libtool.
2460 func_check_version_match ()
2461 {
2462 if test "$package_revision" != "$macro_revision"; then
2463 if test "$VERSION" != "$macro_version"; then
2464 if test -z "$macro_version"; then
2465 cat >&2 <<_LT_EOF
2466 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2467 $progname: definition of this LT_INIT comes from an older release.
2468 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
2469 $progname: and run autoconf again.
2470 _LT_EOF
2471 else
2472 cat >&2 <<_LT_EOF
2473 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2474 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
2475 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
2476 $progname: and run autoconf again.
2477 _LT_EOF
2478 fi
2479 else
2480 cat >&2 <<_LT_EOF
2481 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
2482 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
2483 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
2484 $progname: of $PACKAGE $VERSION and run autoconf again.
2485 _LT_EOF
2486 fi
2487
2488 exit $EXIT_MISMATCH
2489 fi
2490 }
2491
2492
2493 # libtool_options_prep [ARG]...
2494 # -----------------------------
2495 # Preparation for options parsed by libtool.
2496 libtool_options_prep ()
2497 {
2498 $debug_mode
2499
2500 # Option defaults:
2501 opt_config=false
2502 opt_dlopen=
2503 opt_dry_run=false
2504 opt_help=false
2505 opt_mode=
2506 opt_preserve_dup_deps=false
2507 opt_quiet=false
2508
2509 nonopt=
2510 preserve_args=
2511
2512 _G_rc_lt_options_prep=:
2513
2514 _G_rc_lt_options_prep=:
2515
2516 # Shorthand for --mode=foo, only valid as the first argument
2517 case $1 in
2518 clean|clea|cle|cl)
2519 shift; set dummy --mode clean ${1+"$@"}; shift
2520 ;;
2521 compile|compil|compi|comp|com|co|c)
2522 shift; set dummy --mode compile ${1+"$@"}; shift
2523 ;;
2524 execute|execut|execu|exec|exe|ex|e)
2525 shift; set dummy --mode execute ${1+"$@"}; shift
2526 ;;
2527 finish|finis|fini|fin|fi|f)
2528 shift; set dummy --mode finish ${1+"$@"}; shift
2529 ;;
2530 install|instal|insta|inst|ins|in|i)
2531 shift; set dummy --mode install ${1+"$@"}; shift
2532 ;;
2533 link|lin|li|l)
2534 shift; set dummy --mode link ${1+"$@"}; shift
2535 ;;
2536 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
2537 shift; set dummy --mode uninstall ${1+"$@"}; shift
2538 ;;
2539 *)
2540 _G_rc_lt_options_prep=false
2541 ;;
2542 esac
2543
2544 if $_G_rc_lt_options_prep; then
2545 # Pass back the list of options.
2546 func_quote eval ${1+"$@"}
2547 libtool_options_prep_result=$func_quote_result
2548 fi
2549 }
2550 func_add_hook func_options_prep libtool_options_prep
2551
2552
2553 # libtool_parse_options [ARG]...
2554 # ---------------------------------
2555 # Provide handling for libtool specific options.
2556 libtool_parse_options ()
2557 {
2558 $debug_cmd
2559
2560 _G_rc_lt_parse_options=false
2561
2562 # Perform our own loop to consume as many options as possible in
2563 # each iteration.
2564 while test $# -gt 0; do
2565 _G_match_lt_parse_options=:
2566 _G_opt=$1
2567 shift
2568 case $_G_opt in
2569 --dry-run|--dryrun|-n)
2570 opt_dry_run=:
2571 ;;
2572
2573 --config) func_config ;;
2574
2575 --dlopen|-dlopen)
2576 opt_dlopen="${opt_dlopen+$opt_dlopen
2577 }$1"
2578 shift
2579 ;;
2580
2581 --preserve-dup-deps)
2582 opt_preserve_dup_deps=: ;;
2583
2584 --features) func_features ;;
2585
2586 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
2587
2588 --help) opt_help=: ;;
2589
2590 --help-all) opt_help=': help-all' ;;
2591
2592 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2593 opt_mode=$1
2594 case $1 in
2595 # Valid mode arguments:
2596 clean|compile|execute|finish|install|link|relink|uninstall) ;;
2597
2598 # Catch anything else as an error
2599 *) func_error "invalid argument for $_G_opt"
2600 exit_cmd=exit
2601 break
2602 ;;
2603 esac
2604 shift
2605 ;;
2606
2607 --no-silent|--no-quiet)
2608 opt_quiet=false
2609 func_append preserve_args " $_G_opt"
2610 ;;
2611
2612 --no-warnings|--no-warning|--no-warn)
2613 opt_warning=false
2614 func_append preserve_args " $_G_opt"
2615 ;;
2616
2617 --no-verbose)
2618 opt_verbose=false
2619 func_append preserve_args " $_G_opt"
2620 ;;
2621
2622 --silent|--quiet)
2623 opt_quiet=:
2624 opt_verbose=false
2625 func_append preserve_args " $_G_opt"
2626 ;;
2627
2628 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2629 opt_tag=$1
2630 func_append preserve_args " $_G_opt $1"
2631 func_enable_tag "$1"
2632 shift
2633 ;;
2634
2635 --verbose|-v) opt_quiet=false
2636 opt_verbose=:
2637 func_append preserve_args " $_G_opt"
2638 ;;
2639
2640 # An option not handled by this hook function:
2641 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2642 _G_match_lt_parse_options=false
2643 break
2644 ;;
2645 esac
2646 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
2647 done
2648
2649 if $_G_rc_lt_parse_options; then
2650 # save modified positional parameters for caller
2651 func_quote eval ${1+"$@"}
2652 libtool_parse_options_result=$func_quote_result
2653 fi
2654 }
2655 func_add_hook func_parse_options libtool_parse_options
2656
2657
2658
2659 # libtool_validate_options [ARG]...
2660 # ---------------------------------
2661 # Perform any sanity checks on option settings and/or unconsumed
2662 # arguments.
2663 libtool_validate_options ()
2664 {
2665 # save first non-option argument
2666 if test 0 -lt $#; then
2667 nonopt=$1
2668 shift
2669 fi
2670
2671 # preserve --debug
2672 test : = "$debug_cmd" || func_append preserve_args " --debug"
2673
2674 case $host in
2675 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
2676 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
2677 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
2678 # don't eliminate duplications in $postdeps and $predeps
2679 opt_duplicate_compiler_generated_deps=:
2680 ;;
2681 *)
2682 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
2683 ;;
2684 esac
2685
2686 $opt_help || {
2687 # Sanity checks first:
2688 func_check_version_match
2689
2690 test yes != "$build_libtool_libs" \
2691 && test yes != "$build_old_libs" \
2692 && func_fatal_configuration "not configured to build any kind of library"
2693
2694 # Darwin sucks
2695 eval std_shrext=\"$shrext_cmds\"
2696
2697 # Only execute mode is allowed to have -dlopen flags.
2698 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
2699 func_error "unrecognized option '-dlopen'"
2700 $ECHO "$help" 1>&2
2701 exit $EXIT_FAILURE
2702 fi
2703
2704 # Change the help message to a mode-specific one.
2705 generic_help=$help
2706 help="Try '$progname --help --mode=$opt_mode' for more information."
2707 }
2708
2709 # Pass back the unparsed argument list
2710 func_quote eval ${1+"$@"}
2711 libtool_validate_options_result=$func_quote_result
2712 }
2713 func_add_hook func_validate_options libtool_validate_options
2714
2715
2716 # Process options as early as possible so that --help and --version
2717 # can return quickly.
2718 func_options ${1+"$@"}
2719 eval set dummy "$func_options_result"; shift
2720
2721
2722
2723 ## ----------- ##
2724 ## Main. ##
2725 ## ----------- ##
2726
2727 magic='%%%MAGIC variable%%%'
2728 magic_exe='%%%MAGIC EXE variable%%%'
2729
2730 # Global variables.
2731 extracted_archives=
2732 extracted_serial=0
2733
2734 # If this variable is set in any of the actions, the command in it
2735 # will be execed at the end. This prevents here-documents from being
2736 # left over by shells.
2737 exec_cmd=
2738
2739
2740 # A function that is used when there is no print builtin or printf.
2741 func_fallback_echo ()
2742 {
2743 eval 'cat <<_LTECHO_EOF
2744 $1
2745 _LTECHO_EOF'
2746 }
2747
2748 # func_generated_by_libtool
2749 # True iff stdin has been generated by Libtool. This function is only
2750 # a basic sanity check; it will hardly flush out determined imposters.
2751 func_generated_by_libtool_p ()
2752 {
2753 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2754 }
2755
2756 # func_lalib_p file
2757 # True iff FILE is a libtool '.la' library or '.lo' object file.
2758 # This function is only a basic sanity check; it will hardly flush out
2759 # determined imposters.
2760 func_lalib_p ()
2761 {
2762 test -f "$1" &&
2763 $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
2764 }
2765
2766 # func_lalib_unsafe_p file
2767 # True iff FILE is a libtool '.la' library or '.lo' object file.
2768 # This function implements the same check as func_lalib_p without
2769 # resorting to external programs. To this end, it redirects stdin and
2770 # closes it afterwards, without saving the original file descriptor.
2771 # As a safety measure, use it only where a negative result would be
2772 # fatal anyway. Works if 'file' does not exist.
2773 func_lalib_unsafe_p ()
2774 {
2775 lalib_p=no
2776 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
2777 for lalib_p_l in 1 2 3 4
2778 do
2779 read lalib_p_line
2780 case $lalib_p_line in
2781 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
2782 esac
2783 done
2784 exec 0<&5 5<&-
2785 fi
2786 test yes = "$lalib_p"
2787 }
2788
2789 # func_ltwrapper_script_p file
2790 # True iff FILE is a libtool wrapper script
2791 # This function is only a basic sanity check; it will hardly flush out
2792 # determined imposters.
2793 func_ltwrapper_script_p ()
2794 {
2795 test -f "$1" &&
2796 $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
2797 }
2798
2799 # func_ltwrapper_executable_p file
2800 # True iff FILE is a libtool wrapper executable
2801 # This function is only a basic sanity check; it will hardly flush out
2802 # determined imposters.
2803 func_ltwrapper_executable_p ()
2804 {
2805 func_ltwrapper_exec_suffix=
2806 case $1 in
2807 *.exe) ;;
2808 *) func_ltwrapper_exec_suffix=.exe ;;
2809 esac
2810 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
2811 }
2812
2813 # func_ltwrapper_scriptname file
2814 # Assumes file is an ltwrapper_executable
2815 # uses $file to determine the appropriate filename for a
2816 # temporary ltwrapper_script.
2817 func_ltwrapper_scriptname ()
2818 {
2819 func_dirname_and_basename "$1" "" "."
2820 func_stripname '' '.exe' "$func_basename_result"
2821 func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
2822 }
2823
2824 # func_ltwrapper_p file
2825 # True iff FILE is a libtool wrapper script or wrapper executable
2826 # This function is only a basic sanity check; it will hardly flush out
2827 # determined imposters.
2828 func_ltwrapper_p ()
2829 {
2830 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
2831 }
2832
2833
2834 # func_execute_cmds commands fail_cmd
2835 # Execute tilde-delimited COMMANDS.
2836 # If FAIL_CMD is given, eval that upon failure.
2837 # FAIL_CMD may read-access the current command in variable CMD!
2838 func_execute_cmds ()
2839 {
2840 $debug_cmd
2841
2842 save_ifs=$IFS; IFS='~'
2843 for cmd in $1; do
2844 IFS=$sp$nl
2845 eval cmd=\"$cmd\"
2846 IFS=$save_ifs
2847 func_show_eval "$cmd" "${2-:}"
2848 done
2849 IFS=$save_ifs
2850 }
2851
2852
2853 # func_source file
2854 # Source FILE, adding directory component if necessary.
2855 # Note that it is not necessary on cygwin/mingw to append a dot to
2856 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
2857 # behavior happens only for exec(3), not for open(2)! Also, sourcing
2858 # 'FILE.' does not work on cygwin managed mounts.
2859 func_source ()
2860 {
2861 $debug_cmd
2862
2863 case $1 in
2864 */* | *\\*) . "$1" ;;
2865 *) . "./$1" ;;
2866 esac
2867 }
2868
2869
2870 # func_resolve_sysroot PATH
2871 # Replace a leading = in PATH with a sysroot. Store the result into
2872 # func_resolve_sysroot_result
2873 func_resolve_sysroot ()
2874 {
2875 func_resolve_sysroot_result=$1
2876 case $func_resolve_sysroot_result in
2877 =*)
2878 func_stripname '=' '' "$func_resolve_sysroot_result"
2879 func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
2880 ;;
2881 esac
2882 }
2883
2884 # func_replace_sysroot PATH
2885 # If PATH begins with the sysroot, replace it with = and
2886 # store the result into func_replace_sysroot_result.
2887 func_replace_sysroot ()
2888 {
2889 case $lt_sysroot:$1 in
2890 ?*:"$lt_sysroot"*)
2891 func_stripname "$lt_sysroot" '' "$1"
2892 func_replace_sysroot_result='='$func_stripname_result
2893 ;;
2894 *)
2895 # Including no sysroot.
2896 func_replace_sysroot_result=$1
2897 ;;
2898 esac
2899 }
2900
2901 # func_infer_tag arg
2902 # Infer tagged configuration to use if any are available and
2903 # if one wasn't chosen via the "--tag" command line option.
2904 # Only attempt this if the compiler in the base compile
2905 # command doesn't match the default compiler.
2906 # arg is usually of the form 'gcc ...'
2907 func_infer_tag ()
2908 {
2909 $debug_cmd
2910
2911 if test -n "$available_tags" && test -z "$tagname"; then
2912 CC_quoted=
2913 for arg in $CC; do
2914 func_append_quoted CC_quoted "$arg"
2915 done
2916 CC_expanded=`func_echo_all $CC`
2917 CC_quoted_expanded=`func_echo_all $CC_quoted`
2918 case $@ in
2919 # Blanks in the command may have been stripped by the calling shell,
2920 # but not from the CC environment variable when configure was run.
2921 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
2922 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
2923 # Blanks at the start of $base_compile will cause this to fail
2924 # if we don't check for them as well.
2925 *)
2926 for z in $available_tags; do
2927 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
2928 # Evaluate the configuration.
2929 eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
2930 CC_quoted=
2931 for arg in $CC; do
2932 # Double-quote args containing other shell metacharacters.
2933 func_append_quoted CC_quoted "$arg"
2934 done
2935 CC_expanded=`func_echo_all $CC`
2936 CC_quoted_expanded=`func_echo_all $CC_quoted`
2937 case "$@ " in
2938 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
2939 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
2940 # The compiler in the base compile command matches
2941 # the one in the tagged configuration.
2942 # Assume this is the tagged configuration we want.
2943 tagname=$z
2944 break
2945 ;;
2946 esac
2947 fi
2948 done
2949 # If $tagname still isn't set, then no tagged configuration
2950 # was found and let the user know that the "--tag" command
2951 # line option must be used.
2952 if test -z "$tagname"; then
2953 func_echo "unable to infer tagged configuration"
2954 func_fatal_error "specify a tag with '--tag'"
2955 # else
2956 # func_verbose "using $tagname tagged configuration"
2957 fi
2958 ;;
2959 esac
2960 fi
2961 }
2962
2963
2964
2965 # func_write_libtool_object output_name pic_name nonpic_name
2966 # Create a libtool object file (analogous to a ".la" file),
2967 # but don't create it if we're doing a dry run.
2968 func_write_libtool_object ()
2969 {
2970 write_libobj=$1
2971 if test yes = "$build_libtool_libs"; then
2972 write_lobj=\'$2\'
2973 else
2974 write_lobj=none
2975 fi
2976
2977 if test yes = "$build_old_libs"; then
2978 write_oldobj=\'$3\'
2979 else
2980 write_oldobj=none
2981 fi
2982
2983 $opt_dry_run || {
2984 cat >${write_libobj}T <<EOF
2985 # $write_libobj - a libtool object file
2986 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
2987 #
2988 # Please DO NOT delete this file!
2989 # It is necessary for linking the library.
2990
2991 # Name of the PIC object.
2992 pic_object=$write_lobj
2993
2994 # Name of the non-PIC object
2995 non_pic_object=$write_oldobj
2996
2997 EOF
2998 $MV "${write_libobj}T" "$write_libobj"
2999 }
3000 }
3001
3002
3003 ##################################################
3004 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
3005 ##################################################
3006
3007 # func_convert_core_file_wine_to_w32 ARG
3008 # Helper function used by file name conversion functions when $build is *nix,
3009 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
3010 # correctly configured wine environment available, with the winepath program
3011 # in $build's $PATH.
3012 #
3013 # ARG is the $build file name to be converted to w32 format.
3014 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
3015 # be empty on error (or when ARG is empty)
3016 func_convert_core_file_wine_to_w32 ()
3017 {
3018 $debug_cmd
3019
3020 func_convert_core_file_wine_to_w32_result=$1
3021 if test -n "$1"; then
3022 # Unfortunately, winepath does not exit with a non-zero error code, so we
3023 # are forced to check the contents of stdout. On the other hand, if the
3024 # command is not found, the shell will set an exit code of 127 and print
3025 # *an error message* to stdout. So we must check for both error code of
3026 # zero AND non-empty stdout, which explains the odd construction:
3027 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
3028 if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
3029 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
3030 $SED -e "$sed_naive_backslashify"`
3031 else
3032 func_convert_core_file_wine_to_w32_result=
3033 fi
3034 fi
3035 }
3036 # end: func_convert_core_file_wine_to_w32
3037
3038
3039 # func_convert_core_path_wine_to_w32 ARG
3040 # Helper function used by path conversion functions when $build is *nix, and
3041 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
3042 # configured wine environment available, with the winepath program in $build's
3043 # $PATH. Assumes ARG has no leading or trailing path separator characters.
3044 #
3045 # ARG is path to be converted from $build format to win32.
3046 # Result is available in $func_convert_core_path_wine_to_w32_result.
3047 # Unconvertible file (directory) names in ARG are skipped; if no directory names
3048 # are convertible, then the result may be empty.
3049 func_convert_core_path_wine_to_w32 ()
3050 {
3051 $debug_cmd
3052
3053 # unfortunately, winepath doesn't convert paths, only file names
3054 func_convert_core_path_wine_to_w32_result=
3055 if test -n "$1"; then
3056 oldIFS=$IFS
3057 IFS=:
3058 for func_convert_core_path_wine_to_w32_f in $1; do
3059 IFS=$oldIFS
3060 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
3061 if test -n "$func_convert_core_file_wine_to_w32_result"; then
3062 if test -z "$func_convert_core_path_wine_to_w32_result"; then
3063 func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
3064 else
3065 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
3066 fi
3067 fi
3068 done
3069 IFS=$oldIFS
3070 fi
3071 }
3072 # end: func_convert_core_path_wine_to_w32
3073
3074
3075 # func_cygpath ARGS...
3076 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
3077 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
3078 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
3079 # (2), returns the Cygwin file name or path in func_cygpath_result (input
3080 # file name or path is assumed to be in w32 format, as previously converted
3081 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
3082 # or path in func_cygpath_result (input file name or path is assumed to be in
3083 # Cygwin format). Returns an empty string on error.
3084 #
3085 # ARGS are passed to cygpath, with the last one being the file name or path to
3086 # be converted.
3087 #
3088 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
3089 # environment variable; do not put it in $PATH.
3090 func_cygpath ()
3091 {
3092 $debug_cmd
3093
3094 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
3095 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
3096 if test "$?" -ne 0; then
3097 # on failure, ensure result is empty
3098 func_cygpath_result=
3099 fi
3100 else
3101 func_cygpath_result=
3102 func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
3103 fi
3104 }
3105 #end: func_cygpath
3106
3107
3108 # func_convert_core_msys_to_w32 ARG
3109 # Convert file name or path ARG from MSYS format to w32 format. Return
3110 # result in func_convert_core_msys_to_w32_result.
3111 func_convert_core_msys_to_w32 ()
3112 {
3113 $debug_cmd
3114
3115 # awkward: cmd appends spaces to result
3116 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
3117 $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
3118 }
3119 #end: func_convert_core_msys_to_w32
3120
3121
3122 # func_convert_file_check ARG1 ARG2
3123 # Verify that ARG1 (a file name in $build format) was converted to $host
3124 # format in ARG2. Otherwise, emit an error message, but continue (resetting
3125 # func_to_host_file_result to ARG1).
3126 func_convert_file_check ()
3127 {
3128 $debug_cmd
3129
3130 if test -z "$2" && test -n "$1"; then
3131 func_error "Could not determine host file name corresponding to"
3132 func_error " '$1'"
3133 func_error "Continuing, but uninstalled executables may not work."
3134 # Fallback:
3135 func_to_host_file_result=$1
3136 fi
3137 }
3138 # end func_convert_file_check
3139
3140
3141 # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
3142 # Verify that FROM_PATH (a path in $build format) was converted to $host
3143 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
3144 # func_to_host_file_result to a simplistic fallback value (see below).
3145 func_convert_path_check ()
3146 {
3147 $debug_cmd
3148
3149 if test -z "$4" && test -n "$3"; then
3150 func_error "Could not determine the host path corresponding to"
3151 func_error " '$3'"
3152 func_error "Continuing, but uninstalled executables may not work."
3153 # Fallback. This is a deliberately simplistic "conversion" and
3154 # should not be "improved". See libtool.info.
3155 if test "x$1" != "x$2"; then
3156 lt_replace_pathsep_chars="s|$1|$2|g"
3157 func_to_host_path_result=`echo "$3" |
3158 $SED -e "$lt_replace_pathsep_chars"`
3159 else
3160 func_to_host_path_result=$3
3161 fi
3162 fi
3163 }
3164 # end func_convert_path_check
3165
3166
3167 # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
3168 # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
3169 # and appending REPL if ORIG matches BACKPAT.
3170 func_convert_path_front_back_pathsep ()
3171 {
3172 $debug_cmd
3173
3174 case $4 in
3175 $1 ) func_to_host_path_result=$3$func_to_host_path_result
3176 ;;
3177 esac
3178 case $4 in
3179 $2 ) func_append func_to_host_path_result "$3"
3180 ;;
3181 esac
3182 }
3183 # end func_convert_path_front_back_pathsep
3184
3185
3186 ##################################################
3187 # $build to $host FILE NAME CONVERSION FUNCTIONS #
3188 ##################################################
3189 # invoked via '$to_host_file_cmd ARG'
3190 #
3191 # In each case, ARG is the path to be converted from $build to $host format.
3192 # Result will be available in $func_to_host_file_result.
3193
3194
3195 # func_to_host_file ARG
3196 # Converts the file name ARG from $build format to $host format. Return result
3197 # in func_to_host_file_result.
3198 func_to_host_file ()
3199 {
3200 $debug_cmd
3201
3202 $to_host_file_cmd "$1"
3203 }
3204 # end func_to_host_file
3205
3206
3207 # func_to_tool_file ARG LAZY
3208 # converts the file name ARG from $build format to toolchain format. Return
3209 # result in func_to_tool_file_result. If the conversion in use is listed
3210 # in (the comma separated) LAZY, no conversion takes place.
3211 func_to_tool_file ()
3212 {
3213 $debug_cmd
3214
3215 case ,$2, in
3216 *,"$to_tool_file_cmd",*)
3217 func_to_tool_file_result=$1
3218 ;;
3219 *)
3220 $to_tool_file_cmd "$1"
3221 func_to_tool_file_result=$func_to_host_file_result
3222 ;;
3223 esac
3224 }
3225 # end func_to_tool_file
3226
3227
3228 # func_convert_file_noop ARG
3229 # Copy ARG to func_to_host_file_result.
3230 func_convert_file_noop ()
3231 {
3232 func_to_host_file_result=$1
3233 }
3234 # end func_convert_file_noop
3235
3236
3237 # func_convert_file_msys_to_w32 ARG
3238 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
3239 # conversion to w32 is not available inside the cwrapper. Returns result in
3240 # func_to_host_file_result.
3241 func_convert_file_msys_to_w32 ()
3242 {
3243 $debug_cmd
3244
3245 func_to_host_file_result=$1
3246 if test -n "$1"; then
3247 func_convert_core_msys_to_w32 "$1"
3248 func_to_host_file_result=$func_convert_core_msys_to_w32_result
3249 fi
3250 func_convert_file_check "$1" "$func_to_host_file_result"
3251 }
3252 # end func_convert_file_msys_to_w32
3253
3254
3255 # func_convert_file_cygwin_to_w32 ARG
3256 # Convert file name ARG from Cygwin to w32 format. Returns result in
3257 # func_to_host_file_result.
3258 func_convert_file_cygwin_to_w32 ()
3259 {
3260 $debug_cmd
3261
3262 func_to_host_file_result=$1
3263 if test -n "$1"; then
3264 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
3265 # LT_CYGPATH in this case.
3266 func_to_host_file_result=`cygpath -m "$1"`
3267 fi
3268 func_convert_file_check "$1" "$func_to_host_file_result"
3269 }
3270 # end func_convert_file_cygwin_to_w32
3271
3272
3273 # func_convert_file_nix_to_w32 ARG
3274 # Convert file name ARG from *nix to w32 format. Requires a wine environment
3275 # and a working winepath. Returns result in func_to_host_file_result.
3276 func_convert_file_nix_to_w32 ()
3277 {
3278 $debug_cmd
3279
3280 func_to_host_file_result=$1
3281 if test -n "$1"; then
3282 func_convert_core_file_wine_to_w32 "$1"
3283 func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
3284 fi
3285 func_convert_file_check "$1" "$func_to_host_file_result"
3286 }
3287 # end func_convert_file_nix_to_w32
3288
3289
3290 # func_convert_file_msys_to_cygwin ARG
3291 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3292 # Returns result in func_to_host_file_result.
3293 func_convert_file_msys_to_cygwin ()
3294 {
3295 $debug_cmd
3296
3297 func_to_host_file_result=$1
3298 if test -n "$1"; then
3299 func_convert_core_msys_to_w32 "$1"
3300 func_cygpath -u "$func_convert_core_msys_to_w32_result"
3301 func_to_host_file_result=$func_cygpath_result
3302 fi
3303 func_convert_file_check "$1" "$func_to_host_file_result"
3304 }
3305 # end func_convert_file_msys_to_cygwin
3306
3307
3308 # func_convert_file_nix_to_cygwin ARG
3309 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
3310 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
3311 # in func_to_host_file_result.
3312 func_convert_file_nix_to_cygwin ()
3313 {
3314 $debug_cmd
3315
3316 func_to_host_file_result=$1
3317 if test -n "$1"; then
3318 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
3319 func_convert_core_file_wine_to_w32 "$1"
3320 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
3321 func_to_host_file_result=$func_cygpath_result
3322 fi
3323 func_convert_file_check "$1" "$func_to_host_file_result"
3324 }
3325 # end func_convert_file_nix_to_cygwin
3326
3327
3328 #############################################
3329 # $build to $host PATH CONVERSION FUNCTIONS #
3330 #############################################
3331 # invoked via '$to_host_path_cmd ARG'
3332 #
3333 # In each case, ARG is the path to be converted from $build to $host format.
3334 # The result will be available in $func_to_host_path_result.
3335 #
3336 # Path separators are also converted from $build format to $host format. If
3337 # ARG begins or ends with a path separator character, it is preserved (but
3338 # converted to $host format) on output.
3339 #
3340 # All path conversion functions are named using the following convention:
3341 # file name conversion function : func_convert_file_X_to_Y ()
3342 # path conversion function : func_convert_path_X_to_Y ()
3343 # where, for any given $build/$host combination the 'X_to_Y' value is the
3344 # same. If conversion functions are added for new $build/$host combinations,
3345 # the two new functions must follow this pattern, or func_init_to_host_path_cmd
3346 # will break.
3347
3348
3349 # func_init_to_host_path_cmd
3350 # Ensures that function "pointer" variable $to_host_path_cmd is set to the
3351 # appropriate value, based on the value of $to_host_file_cmd.
3352 to_host_path_cmd=
3353 func_init_to_host_path_cmd ()
3354 {
3355 $debug_cmd
3356
3357 if test -z "$to_host_path_cmd"; then
3358 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
3359 to_host_path_cmd=func_convert_path_$func_stripname_result
3360 fi
3361 }
3362
3363
3364 # func_to_host_path ARG
3365 # Converts the path ARG from $build format to $host format. Return result
3366 # in func_to_host_path_result.
3367 func_to_host_path ()
3368 {
3369 $debug_cmd
3370
3371 func_init_to_host_path_cmd
3372 $to_host_path_cmd "$1"
3373 }
3374 # end func_to_host_path
3375
3376
3377 # func_convert_path_noop ARG
3378 # Copy ARG to func_to_host_path_result.
3379 func_convert_path_noop ()
3380 {
3381 func_to_host_path_result=$1
3382 }
3383 # end func_convert_path_noop
3384
3385
3386 # func_convert_path_msys_to_w32 ARG
3387 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
3388 # conversion to w32 is not available inside the cwrapper. Returns result in
3389 # func_to_host_path_result.
3390 func_convert_path_msys_to_w32 ()
3391 {
3392 $debug_cmd
3393
3394 func_to_host_path_result=$1
3395 if test -n "$1"; then
3396 # Remove leading and trailing path separator characters from ARG. MSYS
3397 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
3398 # and winepath ignores them completely.
3399 func_stripname : : "$1"
3400 func_to_host_path_tmp1=$func_stripname_result
3401 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
3402 func_to_host_path_result=$func_convert_core_msys_to_w32_result
3403 func_convert_path_check : ";" \
3404 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3405 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3406 fi
3407 }
3408 # end func_convert_path_msys_to_w32
3409
3410
3411 # func_convert_path_cygwin_to_w32 ARG
3412 # Convert path ARG from Cygwin to w32 format. Returns result in
3413 # func_to_host_file_result.
3414 func_convert_path_cygwin_to_w32 ()
3415 {
3416 $debug_cmd
3417
3418 func_to_host_path_result=$1
3419 if test -n "$1"; then
3420 # See func_convert_path_msys_to_w32:
3421 func_stripname : : "$1"
3422 func_to_host_path_tmp1=$func_stripname_result
3423 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
3424 func_convert_path_check : ";" \
3425 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3426 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3427 fi
3428 }
3429 # end func_convert_path_cygwin_to_w32
3430
3431
3432 # func_convert_path_nix_to_w32 ARG
3433 # Convert path ARG from *nix to w32 format. Requires a wine environment and
3434 # a working winepath. Returns result in func_to_host_file_result.
3435 func_convert_path_nix_to_w32 ()
3436 {
3437 $debug_cmd
3438
3439 func_to_host_path_result=$1
3440 if test -n "$1"; then
3441 # See func_convert_path_msys_to_w32:
3442 func_stripname : : "$1"
3443 func_to_host_path_tmp1=$func_stripname_result
3444 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
3445 func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
3446 func_convert_path_check : ";" \
3447 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3448 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
3449 fi
3450 }
3451 # end func_convert_path_nix_to_w32
3452
3453
3454 # func_convert_path_msys_to_cygwin ARG
3455 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
3456 # Returns result in func_to_host_file_result.
3457 func_convert_path_msys_to_cygwin ()
3458 {
3459 $debug_cmd
3460
3461 func_to_host_path_result=$1
3462 if test -n "$1"; then
3463 # See func_convert_path_msys_to_w32:
3464 func_stripname : : "$1"
3465 func_to_host_path_tmp1=$func_stripname_result
3466 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
3467 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
3468 func_to_host_path_result=$func_cygpath_result
3469 func_convert_path_check : : \
3470 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3471 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
3472 fi
3473 }
3474 # end func_convert_path_msys_to_cygwin
3475
3476
3477 # func_convert_path_nix_to_cygwin ARG
3478 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
3479 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
3480 # func_to_host_file_result.
3481 func_convert_path_nix_to_cygwin ()
3482 {
3483 $debug_cmd
3484
3485 func_to_host_path_result=$1
3486 if test -n "$1"; then
3487 # Remove leading and trailing path separator characters from
3488 # ARG. msys behavior is inconsistent here, cygpath turns them
3489 # into '.;' and ';.', and winepath ignores them completely.
3490 func_stripname : : "$1"
3491 func_to_host_path_tmp1=$func_stripname_result
3492 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
3493 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
3494 func_to_host_path_result=$func_cygpath_result
3495 func_convert_path_check : : \
3496 "$func_to_host_path_tmp1" "$func_to_host_path_result"
3497 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
3498 fi
3499 }
3500 # end func_convert_path_nix_to_cygwin
3501
3502
3503 # func_dll_def_p FILE
3504 # True iff FILE is a Windows DLL '.def' file.
3505 # Keep in sync with _LT_DLL_DEF_P in libtool.m4
3506 func_dll_def_p ()
3507 {
3508 $debug_cmd
3509
3510 func_dll_def_p_tmp=`$SED -n \
3511 -e 's/^[ ]*//' \
3512 -e '/^\(;.*\)*$/d' \
3513 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
3514 -e q \
3515 "$1"`
3516 test DEF = "$func_dll_def_p_tmp"
3517 }
3518
3519
3520 # func_mode_compile arg...
3521 func_mode_compile ()
3522 {
3523 $debug_cmd
3524
3525 # Get the compilation command and the source file.
3526 base_compile=
3527 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3528 suppress_opt=yes
3529 suppress_output=
3530 arg_mode=normal
3531 libobj=
3532 later=
3533 pie_flag=
3534
3535 for arg
3536 do
3537 case $arg_mode in
3538 arg )
3539 # do not "continue". Instead, add this to base_compile
3540 lastarg=$arg
3541 arg_mode=normal
3542 ;;
3543
3544 target )
3545 libobj=$arg
3546 arg_mode=normal
3547 continue
3548 ;;
3549
3550 normal )
3551 # Accept any command-line options.
3552 case $arg in
3553 -o)
3554 test -n "$libobj" && \
3555 func_fatal_error "you cannot specify '-o' more than once"
3556 arg_mode=target
3557 continue
3558 ;;
3559
3560 -pie | -fpie | -fPIE)
3561 func_append pie_flag " $arg"
3562 continue
3563 ;;
3564
3565 -shared | -static | -prefer-pic | -prefer-non-pic)
3566 func_append later " $arg"
3567 continue
3568 ;;
3569
3570 -no-suppress)
3571 suppress_opt=no
3572 continue
3573 ;;
3574
3575 -Xcompiler)
3576 arg_mode=arg # the next one goes into the "base_compile" arg list
3577 continue # The current "srcfile" will either be retained or
3578 ;; # replaced later. I would guess that would be a bug.
3579
3580 -Wc,*)
3581 func_stripname '-Wc,' '' "$arg"
3582 args=$func_stripname_result
3583 lastarg=
3584 save_ifs=$IFS; IFS=,
3585 for arg in $args; do
3586 IFS=$save_ifs
3587 func_append_quoted lastarg "$arg"
3588 done
3589 IFS=$save_ifs
3590 func_stripname ' ' '' "$lastarg"
3591 lastarg=$func_stripname_result
3592
3593 # Add the arguments to base_compile.
3594 func_append base_compile " $lastarg"
3595 continue
3596 ;;
3597
3598 *)
3599 # Accept the current argument as the source file.
3600 # The previous "srcfile" becomes the current argument.
3601 #
3602 lastarg=$srcfile
3603 srcfile=$arg
3604 ;;
3605 esac # case $arg
3606 ;;
3607 esac # case $arg_mode
3608
3609 # Aesthetically quote the previous argument.
3610 func_append_quoted base_compile "$lastarg"
3611 done # for arg
3612
3613 case $arg_mode in
3614 arg)
3615 func_fatal_error "you must specify an argument for -Xcompile"
3616 ;;
3617 target)
3618 func_fatal_error "you must specify a target with '-o'"
3619 ;;
3620 *)
3621 # Get the name of the library object.
3622 test -z "$libobj" && {
3623 func_basename "$srcfile"
3624 libobj=$func_basename_result
3625 }
3626 ;;
3627 esac
3628
3629 # Recognize several different file suffixes.
3630 # If the user specifies -o file.o, it is replaced with file.lo
3631 case $libobj in
3632 *.[cCFSifmso] | \
3633 *.ada | *.adb | *.ads | *.asm | \
3634 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
3635 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
3636 func_xform "$libobj"
3637 libobj=$func_xform_result
3638 ;;
3639 esac
3640
3641 case $libobj in
3642 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
3643 *)
3644 func_fatal_error "cannot determine name of library object from '$libobj'"
3645 ;;
3646 esac
3647
3648 func_infer_tag $base_compile
3649
3650 for arg in $later; do
3651 case $arg in
3652 -shared)
3653 test yes = "$build_libtool_libs" \
3654 || func_fatal_configuration "cannot build a shared library"
3655 build_old_libs=no
3656 continue
3657 ;;
3658
3659 -static)
3660 build_libtool_libs=no
3661 build_old_libs=yes
3662 continue
3663 ;;
3664
3665 -prefer-pic)
3666 pic_mode=yes
3667 continue
3668 ;;
3669
3670 -prefer-non-pic)
3671 pic_mode=no
3672 continue
3673 ;;
3674 esac
3675 done
3676
3677 func_quote_arg pretty "$libobj"
3678 test "X$libobj" != "X$func_quote_arg_result" \
3679 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
3680 && func_warning "libobj name '$libobj' may not contain shell special characters."
3681 func_dirname_and_basename "$obj" "/" ""
3682 objname=$func_basename_result
3683 xdir=$func_dirname_result
3684 lobj=$xdir$objdir/$objname
3685
3686 test -z "$base_compile" && \
3687 func_fatal_help "you must specify a compilation command"
3688
3689 # Delete any leftover library objects.
3690 if test yes = "$build_old_libs"; then
3691 removelist="$obj $lobj $libobj ${libobj}T"
3692 else
3693 removelist="$lobj $libobj ${libobj}T"
3694 fi
3695
3696 # On Cygwin there's no "real" PIC flag so we must build both object types
3697 case $host_os in
3698 cygwin* | mingw* | pw32* | os2* | cegcc*)
3699 pic_mode=default
3700 ;;
3701 esac
3702 if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
3703 # non-PIC code in shared libraries is not supported
3704 pic_mode=default
3705 fi
3706
3707 # Calculate the filename of the output object if compiler does
3708 # not support -o with -c
3709 if test no = "$compiler_c_o"; then
3710 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3711 lockfile=$output_obj.lock
3712 else
3713 output_obj=
3714 need_locks=no
3715 lockfile=
3716 fi
3717
3718 # Lock this critical section if it is needed
3719 # We use this script file to make the link, it avoids creating a new file
3720 if test yes = "$need_locks"; then
3721 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
3722 func_echo "Waiting for $lockfile to be removed"
3723 sleep 2
3724 done
3725 elif test warn = "$need_locks"; then
3726 if test -f "$lockfile"; then
3727 $ECHO "\
3728 *** ERROR, $lockfile exists and contains:
3729 `cat $lockfile 2>/dev/null`
3730
3731 This indicates that another process is trying to use the same
3732 temporary object file, and libtool could not work around it because
3733 your compiler does not support '-c' and '-o' together. If you
3734 repeat this compilation, it may succeed, by chance, but you had better
3735 avoid parallel builds (make -j) in this platform, or get a better
3736 compiler."
3737
3738 $opt_dry_run || $RM $removelist
3739 exit $EXIT_FAILURE
3740 fi
3741 func_append removelist " $output_obj"
3742 $ECHO "$srcfile" > "$lockfile"
3743 fi
3744
3745 $opt_dry_run || $RM $removelist
3746 func_append removelist " $lockfile"
3747 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
3748
3749 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
3750 srcfile=$func_to_tool_file_result
3751 func_quote_arg pretty "$srcfile"
3752 qsrcfile=$func_quote_arg_result
3753
3754 # Only build a PIC object if we are building libtool libraries.
3755 if test yes = "$build_libtool_libs"; then
3756 # Without this assignment, base_compile gets emptied.
3757 fbsd_hideous_sh_bug=$base_compile
3758
3759 if test no != "$pic_mode"; then
3760 command="$base_compile $qsrcfile $pic_flag"
3761 else
3762 # Don't build PIC code
3763 command="$base_compile $qsrcfile"
3764 fi
3765
3766 func_mkdir_p "$xdir$objdir"
3767
3768 if test -z "$output_obj"; then
3769 # Place PIC objects in $objdir
3770 func_append command " -o $lobj"
3771 fi
3772
3773 func_show_eval_locale "$command" \
3774 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
3775
3776 if test warn = "$need_locks" &&
3777 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
3778 $ECHO "\
3779 *** ERROR, $lockfile contains:
3780 `cat $lockfile 2>/dev/null`
3781
3782 but it should contain:
3783 $srcfile
3784
3785 This indicates that another process is trying to use the same
3786 temporary object file, and libtool could not work around it because
3787 your compiler does not support '-c' and '-o' together. If you
3788 repeat this compilation, it may succeed, by chance, but you had better
3789 avoid parallel builds (make -j) in this platform, or get a better
3790 compiler."
3791
3792 $opt_dry_run || $RM $removelist
3793 exit $EXIT_FAILURE
3794 fi
3795
3796 # Just move the object if needed, then go on to compile the next one
3797 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
3798 func_show_eval '$MV "$output_obj" "$lobj"' \
3799 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3800 fi
3801
3802 # Allow error messages only from the first compilation.
3803 if test yes = "$suppress_opt"; then
3804 suppress_output=' >/dev/null 2>&1'
3805 fi
3806 fi
3807
3808 # Only build a position-dependent object if we build old libraries.
3809 if test yes = "$build_old_libs"; then
3810 if test yes != "$pic_mode"; then
3811 # Don't build PIC code
3812 command="$base_compile $qsrcfile$pie_flag"
3813 else
3814 command="$base_compile $qsrcfile $pic_flag"
3815 fi
3816 if test yes = "$compiler_c_o"; then
3817 func_append command " -o $obj"
3818 fi
3819
3820 # Suppress compiler output if we already did a PIC compilation.
3821 func_append command "$suppress_output"
3822 func_show_eval_locale "$command" \
3823 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
3824
3825 if test warn = "$need_locks" &&
3826 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
3827 $ECHO "\
3828 *** ERROR, $lockfile contains:
3829 `cat $lockfile 2>/dev/null`
3830
3831 but it should contain:
3832 $srcfile
3833
3834 This indicates that another process is trying to use the same
3835 temporary object file, and libtool could not work around it because
3836 your compiler does not support '-c' and '-o' together. If you
3837 repeat this compilation, it may succeed, by chance, but you had better
3838 avoid parallel builds (make -j) in this platform, or get a better
3839 compiler."
3840
3841 $opt_dry_run || $RM $removelist
3842 exit $EXIT_FAILURE
3843 fi
3844
3845 # Just move the object if needed
3846 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
3847 func_show_eval '$MV "$output_obj" "$obj"' \
3848 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3849 fi
3850 fi
3851
3852 $opt_dry_run || {
3853 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
3854
3855 # Unlock the critical section if it was locked
3856 if test no != "$need_locks"; then
3857 removelist=$lockfile
3858 $RM "$lockfile"
3859 fi
3860 }
3861
3862 exit $EXIT_SUCCESS
3863 }
3864
3865 $opt_help || {
3866 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
3867 }
3868
3869 func_mode_help ()
3870 {
3871 # We need to display help for each of the modes.
3872 case $opt_mode in
3873 "")
3874 # Generic help is extracted from the usage comments
3875 # at the start of this file.
3876 func_help
3877 ;;
3878
3879 clean)
3880 $ECHO \
3881 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
3882
3883 Remove files from the build directory.
3884
3885 RM is the name of the program to use to delete files associated with each FILE
3886 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
3887 to RM.
3888
3889 If FILE is a libtool library, object or program, all the files associated
3890 with it are deleted. Otherwise, only FILE itself is deleted using RM."
3891 ;;
3892
3893 compile)
3894 $ECHO \
3895 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
3896
3897 Compile a source file into a libtool library object.
3898
3899 This mode accepts the following additional options:
3900
3901 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
3902 -no-suppress do not suppress compiler output for multiple passes
3903 -prefer-pic try to build PIC objects only
3904 -prefer-non-pic try to build non-PIC objects only
3905 -shared do not build a '.o' file suitable for static linking
3906 -static only build a '.o' file suitable for static linking
3907 -Wc,FLAG
3908 -Xcompiler FLAG pass FLAG directly to the compiler
3909
3910 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
3911 from the given SOURCEFILE.
3912
3913 The output file name is determined by removing the directory component from
3914 SOURCEFILE, then substituting the C source code suffix '.c' with the
3915 library object suffix, '.lo'."
3916 ;;
3917
3918 execute)
3919 $ECHO \
3920 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
3921
3922 Automatically set library path, then run a program.
3923
3924 This mode accepts the following additional options:
3925
3926 -dlopen FILE add the directory containing FILE to the library path
3927
3928 This mode sets the library path environment variable according to '-dlopen'
3929 flags.
3930
3931 If any of the ARGS are libtool executable wrappers, then they are translated
3932 into their corresponding uninstalled binary, and any of their required library
3933 directories are added to the library path.
3934
3935 Then, COMMAND is executed, with ARGS as arguments."
3936 ;;
3937
3938 finish)
3939 $ECHO \
3940 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
3941
3942 Complete the installation of libtool libraries.
3943
3944 Each LIBDIR is a directory that contains libtool libraries.
3945
3946 The commands that this mode executes may require superuser privileges. Use
3947 the '--dry-run' option if you just want to see what would be executed."
3948 ;;
3949
3950 install)
3951 $ECHO \
3952 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
3953
3954 Install executables or libraries.
3955
3956 INSTALL-COMMAND is the installation command. The first component should be
3957 either the 'install' or 'cp' program.
3958
3959 The following components of INSTALL-COMMAND are treated specially:
3960
3961 -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation
3962
3963 The rest of the components are interpreted as arguments to that command (only
3964 BSD-compatible install options are recognized)."
3965 ;;
3966
3967 link)
3968 $ECHO \
3969 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
3970
3971 Link object files or libraries together to form another library, or to
3972 create an executable program.
3973
3974 LINK-COMMAND is a command using the C compiler that you would use to create
3975 a program from several object files.
3976
3977 The following components of LINK-COMMAND are treated specially:
3978
3979 -all-static do not do any dynamic linking at all
3980 -avoid-version do not add a version suffix if possible
3981 -bindir BINDIR specify path to binaries directory (for systems where
3982 libraries must be found in the PATH setting at runtime)
3983 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
3984 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
3985 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
3986 -export-symbols SYMFILE
3987 try to export only the symbols listed in SYMFILE
3988 -export-symbols-regex REGEX
3989 try to export only the symbols matching REGEX
3990 -LLIBDIR search LIBDIR for required installed libraries
3991 -lNAME OUTPUT-FILE requires the installed library libNAME
3992 -module build a library that can dlopened
3993 -no-fast-install disable the fast-install mode
3994 -no-install link a not-installable executable
3995 -no-undefined declare that a library does not refer to external symbols
3996 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
3997 -objectlist FILE use a list of object files found in FILE to specify objects
3998 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
3999 -precious-files-regex REGEX
4000 don't remove output files matching REGEX
4001 -release RELEASE specify package release information
4002 -rpath LIBDIR the created library will eventually be installed in LIBDIR
4003 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
4004 -shared only do dynamic linking of libtool libraries
4005 -shrext SUFFIX override the standard shared library file extension
4006 -static do not do any dynamic linking of uninstalled libtool libraries
4007 -static-libtool-libs
4008 do not do any dynamic linking of libtool libraries
4009 -version-info CURRENT[:REVISION[:AGE]]
4010 specify library version info [each variable defaults to 0]
4011 -weak LIBNAME declare that the target provides the LIBNAME interface
4012 -Wc,FLAG
4013 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
4014 -Wa,FLAG
4015 -Xassembler FLAG pass linker-specific FLAG directly to the assembler
4016 -Wl,FLAG
4017 -Xlinker FLAG pass linker-specific FLAG directly to the linker
4018 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
4019
4020 All other options (arguments beginning with '-') are ignored.
4021
4022 Every other argument is treated as a filename. Files ending in '.la' are
4023 treated as uninstalled libtool libraries, other files are standard or library
4024 object files.
4025
4026 If the OUTPUT-FILE ends in '.la', then a libtool library is created,
4027 only library objects ('.lo' files) may be specified, and '-rpath' is
4028 required, except when creating a convenience library.
4029
4030 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
4031 using 'ar' and 'ranlib', or on Windows using 'lib'.
4032
4033 If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
4034 is created, otherwise an executable program is created."
4035 ;;
4036
4037 uninstall)
4038 $ECHO \
4039 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
4040
4041 Remove libraries from an installation directory.
4042
4043 RM is the name of the program to use to delete files associated with each FILE
4044 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
4045 to RM.
4046
4047 If FILE is a libtool library, all the files associated with it are deleted.
4048 Otherwise, only FILE itself is deleted using RM."
4049 ;;
4050
4051 *)
4052 func_fatal_help "invalid operation mode '$opt_mode'"
4053 ;;
4054 esac
4055
4056 echo
4057 $ECHO "Try '$progname --help' for more information about other modes."
4058 }
4059
4060 # Now that we've collected a possible --mode arg, show help if necessary
4061 if $opt_help; then
4062 if test : = "$opt_help"; then
4063 func_mode_help
4064 else
4065 {
4066 func_help noexit
4067 for opt_mode in compile link execute install finish uninstall clean; do
4068 func_mode_help
4069 done
4070 } | $SED -n '1p; 2,$s/^Usage:/ or: /p'
4071 {
4072 func_help noexit
4073 for opt_mode in compile link execute install finish uninstall clean; do
4074 echo
4075 func_mode_help
4076 done
4077 } |
4078 $SED '1d
4079 /^When reporting/,/^Report/{
4080 H
4081 d
4082 }
4083 $x
4084 /information about other modes/d
4085 /more detailed .*MODE/d
4086 s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
4087 fi
4088 exit $?
4089 fi
4090
4091
4092 # func_mode_execute arg...
4093 func_mode_execute ()
4094 {
4095 $debug_cmd
4096
4097 # The first argument is the command name.
4098 cmd=$nonopt
4099 test -z "$cmd" && \
4100 func_fatal_help "you must specify a COMMAND"
4101
4102 # Handle -dlopen flags immediately.
4103 for file in $opt_dlopen; do
4104 test -f "$file" \
4105 || func_fatal_help "'$file' is not a file"
4106
4107 dir=
4108 case $file in
4109 *.la)
4110 func_resolve_sysroot "$file"
4111 file=$func_resolve_sysroot_result
4112
4113 # Check to see that this really is a libtool archive.
4114 func_lalib_unsafe_p "$file" \
4115 || func_fatal_help "'$lib' is not a valid libtool archive"
4116
4117 # Read the libtool library.
4118 dlname=
4119 library_names=
4120 func_source "$file"
4121
4122 # Skip this library if it cannot be dlopened.
4123 if test -z "$dlname"; then
4124 # Warn if it was a shared library.
4125 test -n "$library_names" && \
4126 func_warning "'$file' was not linked with '-export-dynamic'"
4127 continue
4128 fi
4129
4130 func_dirname "$file" "" "."
4131 dir=$func_dirname_result
4132
4133 if test -f "$dir/$objdir/$dlname"; then
4134 func_append dir "/$objdir"
4135 else
4136 if test ! -f "$dir/$dlname"; then
4137 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
4138 fi
4139 fi
4140 ;;
4141
4142 *.lo)
4143 # Just add the directory containing the .lo file.
4144 func_dirname "$file" "" "."
4145 dir=$func_dirname_result
4146 ;;
4147
4148 *)
4149 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
4150 continue
4151 ;;
4152 esac
4153
4154 # Get the absolute pathname.
4155 absdir=`cd "$dir" && pwd`
4156 test -n "$absdir" && dir=$absdir
4157
4158 # Now add the directory to shlibpath_var.
4159 if eval "test -z \"\$$shlibpath_var\""; then
4160 eval "$shlibpath_var=\"\$dir\""
4161 else
4162 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
4163 fi
4164 done
4165
4166 # This variable tells wrapper scripts just to set shlibpath_var
4167 # rather than running their programs.
4168 libtool_execute_magic=$magic
4169
4170 # Check if any of the arguments is a wrapper script.
4171 args=
4172 for file
4173 do
4174 case $file in
4175 -* | *.la | *.lo ) ;;
4176 *)
4177 # Do a test to see if this is really a libtool program.
4178 if func_ltwrapper_script_p "$file"; then
4179 func_source "$file"
4180 # Transform arg to wrapped name.
4181 file=$progdir/$program
4182 elif func_ltwrapper_executable_p "$file"; then
4183 func_ltwrapper_scriptname "$file"
4184 func_source "$func_ltwrapper_scriptname_result"
4185 # Transform arg to wrapped name.
4186 file=$progdir/$program
4187 fi
4188 ;;
4189 esac
4190 # Quote arguments (to preserve shell metacharacters).
4191 func_append_quoted args "$file"
4192 done
4193
4194 if $opt_dry_run; then
4195 # Display what would be done.
4196 if test -n "$shlibpath_var"; then
4197 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
4198 echo "export $shlibpath_var"
4199 fi
4200 $ECHO "$cmd$args"
4201 exit $EXIT_SUCCESS
4202 else
4203 if test -n "$shlibpath_var"; then
4204 # Export the shlibpath_var.
4205 eval "export $shlibpath_var"
4206 fi
4207
4208 # Restore saved environment variables
4209 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
4210 do
4211 eval "if test \"\${save_$lt_var+set}\" = set; then
4212 $lt_var=\$save_$lt_var; export $lt_var
4213 else
4214 $lt_unset $lt_var
4215 fi"
4216 done
4217
4218 # Now prepare to actually exec the command.
4219 exec_cmd=\$cmd$args
4220 fi
4221 }
4222
4223 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
4224
4225
4226 # func_mode_finish arg...
4227 func_mode_finish ()
4228 {
4229 $debug_cmd
4230
4231 libs=
4232 libdirs=
4233 admincmds=
4234
4235 for opt in "$nonopt" ${1+"$@"}
4236 do
4237 if test -d "$opt"; then
4238 func_append libdirs " $opt"
4239
4240 elif test -f "$opt"; then
4241 if func_lalib_unsafe_p "$opt"; then
4242 func_append libs " $opt"
4243 else
4244 func_warning "'$opt' is not a valid libtool archive"
4245 fi
4246
4247 else
4248 func_fatal_error "invalid argument '$opt'"
4249 fi
4250 done
4251
4252 if test -n "$libs"; then
4253 if test -n "$lt_sysroot"; then
4254 sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
4255 sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
4256 else
4257 sysroot_cmd=
4258 fi
4259
4260 # Remove sysroot references
4261 if $opt_dry_run; then
4262 for lib in $libs; do
4263 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
4264 done
4265 else
4266 tmpdir=`func_mktempdir`
4267 for lib in $libs; do
4268 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
4269 > $tmpdir/tmp-la
4270 mv -f $tmpdir/tmp-la $lib
4271 done
4272 ${RM}r "$tmpdir"
4273 fi
4274 fi
4275
4276 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4277 for libdir in $libdirs; do
4278 if test -n "$finish_cmds"; then
4279 # Do each command in the finish commands.
4280 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
4281 '"$cmd"'"'
4282 fi
4283 if test -n "$finish_eval"; then
4284 # Do the single finish_eval.
4285 eval cmds=\"$finish_eval\"
4286 $opt_dry_run || eval "$cmds" || func_append admincmds "
4287 $cmds"
4288 fi
4289 done
4290 fi
4291
4292 # Exit here if they wanted silent mode.
4293 $opt_quiet && exit $EXIT_SUCCESS
4294
4295 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
4296 echo "----------------------------------------------------------------------"
4297 echo "Libraries have been installed in:"
4298 for libdir in $libdirs; do
4299 $ECHO " $libdir"
4300 done
4301 echo
4302 echo "If you ever happen to want to link against installed libraries"
4303 echo "in a given directory, LIBDIR, you must either use libtool, and"
4304 echo "specify the full pathname of the library, or use the '-LLIBDIR'"
4305 echo "flag during linking and do at least one of the following:"
4306 if test -n "$shlibpath_var"; then
4307 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
4308 echo " during execution"
4309 fi
4310 if test -n "$runpath_var"; then
4311 echo " - add LIBDIR to the '$runpath_var' environment variable"
4312 echo " during linking"
4313 fi
4314 if test -n "$hardcode_libdir_flag_spec"; then
4315 libdir=LIBDIR
4316 eval flag=\"$hardcode_libdir_flag_spec\"
4317
4318 $ECHO " - use the '$flag' linker flag"
4319 fi
4320 if test -n "$admincmds"; then
4321 $ECHO " - have your system administrator run these commands:$admincmds"
4322 fi
4323 if test -f /etc/ld.so.conf; then
4324 echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
4325 fi
4326 echo
4327
4328 echo "See any operating system documentation about shared libraries for"
4329 case $host in
4330 solaris2.[6789]|solaris2.1[0-9])
4331 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
4332 echo "pages."
4333 ;;
4334 *)
4335 echo "more information, such as the ld(1) and ld.so(8) manual pages."
4336 ;;
4337 esac
4338 echo "----------------------------------------------------------------------"
4339 fi
4340 exit $EXIT_SUCCESS
4341 }
4342
4343 test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
4344
4345
4346 # func_mode_install arg...
4347 func_mode_install ()
4348 {
4349 $debug_cmd
4350
4351 # There may be an optional sh(1) argument at the beginning of
4352 # install_prog (especially on Windows NT).
4353 if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
4354 # Allow the use of GNU shtool's install command.
4355 case $nonopt in *shtool*) :;; *) false;; esac
4356 then
4357 # Aesthetically quote it.
4358 func_quote_arg pretty "$nonopt"
4359 install_prog="$func_quote_arg_result "
4360 arg=$1
4361 shift
4362 else
4363 install_prog=
4364 arg=$nonopt
4365 fi
4366
4367 # The real first argument should be the name of the installation program.
4368 # Aesthetically quote it.
4369 func_quote_arg pretty "$arg"
4370 func_append install_prog "$func_quote_arg_result"
4371 install_shared_prog=$install_prog
4372 case " $install_prog " in
4373 *[\\\ /]cp\ *) install_cp=: ;;
4374 *) install_cp=false ;;
4375 esac
4376
4377 # We need to accept at least all the BSD install flags.
4378 dest=
4379 files=
4380 opts=
4381 prev=
4382 install_type=
4383 isdir=false
4384 stripme=
4385 no_mode=:
4386 for arg
4387 do
4388 arg2=
4389 if test -n "$dest"; then
4390 func_append files " $dest"
4391 dest=$arg
4392 continue
4393 fi
4394
4395 case $arg in
4396 -d) isdir=: ;;
4397 -f)
4398 if $install_cp; then :; else
4399 prev=$arg
4400 fi
4401 ;;
4402 -g | -m | -o)
4403 prev=$arg
4404 ;;
4405 -s)
4406 stripme=" -s"
4407 continue
4408 ;;
4409 -*)
4410 ;;
4411 *)
4412 # If the previous option needed an argument, then skip it.
4413 if test -n "$prev"; then
4414 if test X-m = "X$prev" && test -n "$install_override_mode"; then
4415 arg2=$install_override_mode
4416 no_mode=false
4417 fi
4418 prev=
4419 else
4420 dest=$arg
4421 continue
4422 fi
4423 ;;
4424 esac
4425
4426 # Aesthetically quote the argument.
4427 func_quote_arg pretty "$arg"
4428 func_append install_prog " $func_quote_arg_result"
4429 if test -n "$arg2"; then
4430 func_quote_arg pretty "$arg2"
4431 fi
4432 func_append install_shared_prog " $func_quote_arg_result"
4433 done
4434
4435 test -z "$install_prog" && \
4436 func_fatal_help "you must specify an install program"
4437
4438 test -n "$prev" && \
4439 func_fatal_help "the '$prev' option requires an argument"
4440
4441 if test -n "$install_override_mode" && $no_mode; then
4442 if $install_cp; then :; else
4443 func_quote_arg pretty "$install_override_mode"
4444 func_append install_shared_prog " -m $func_quote_arg_result"
4445 fi
4446 fi
4447
4448 if test -z "$files"; then
4449 if test -z "$dest"; then
4450 func_fatal_help "no file or destination specified"
4451 else
4452 func_fatal_help "you must specify a destination"
4453 fi
4454 fi
4455
4456 # Strip any trailing slash from the destination.
4457 func_stripname '' '/' "$dest"
4458 dest=$func_stripname_result
4459
4460 # Check to see that the destination is a directory.
4461 test -d "$dest" && isdir=:
4462 if $isdir; then
4463 destdir=$dest
4464 destname=
4465 else
4466 func_dirname_and_basename "$dest" "" "."
4467 destdir=$func_dirname_result
4468 destname=$func_basename_result
4469
4470 # Not a directory, so check to see that there is only one file specified.
4471 set dummy $files; shift
4472 test "$#" -gt 1 && \
4473 func_fatal_help "'$dest' is not a directory"
4474 fi
4475 case $destdir in
4476 [\\/]* | [A-Za-z]:[\\/]*) ;;
4477 *)
4478 for file in $files; do
4479 case $file in
4480 *.lo) ;;
4481 *)
4482 func_fatal_help "'$destdir' must be an absolute directory name"
4483 ;;
4484 esac
4485 done
4486 ;;
4487 esac
4488
4489 # This variable tells wrapper scripts just to set variables rather
4490 # than running their programs.
4491 libtool_install_magic=$magic
4492
4493 staticlibs=
4494 future_libdirs=
4495 current_libdirs=
4496 for file in $files; do
4497
4498 # Do each installation.
4499 case $file in
4500 *.$libext)
4501 # Do the static libraries later.
4502 func_append staticlibs " $file"
4503 ;;
4504
4505 *.la)
4506 func_resolve_sysroot "$file"
4507 file=$func_resolve_sysroot_result
4508
4509 # Check to see that this really is a libtool archive.
4510 func_lalib_unsafe_p "$file" \
4511 || func_fatal_help "'$file' is not a valid libtool archive"
4512
4513 library_names=
4514 old_library=
4515 relink_command=
4516 func_source "$file"
4517
4518 # Add the libdir to current_libdirs if it is the destination.
4519 if test "X$destdir" = "X$libdir"; then
4520 case "$current_libdirs " in
4521 *" $libdir "*) ;;
4522 *) func_append current_libdirs " $libdir" ;;
4523 esac
4524 else
4525 # Note the libdir as a future libdir.
4526 case "$future_libdirs " in
4527 *" $libdir "*) ;;
4528 *) func_append future_libdirs " $libdir" ;;
4529 esac
4530 fi
4531
4532 func_dirname "$file" "/" ""
4533 dir=$func_dirname_result
4534 func_append dir "$objdir"
4535
4536 if test -n "$relink_command"; then
4537 # Determine the prefix the user has applied to our future dir.
4538 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
4539
4540 # Don't allow the user to place us outside of our expected
4541 # location b/c this prevents finding dependent libraries that
4542 # are installed to the same prefix.
4543 # At present, this check doesn't affect windows .dll's that
4544 # are installed into $libdir/../bin (currently, that works fine)
4545 # but it's something to keep an eye on.
4546 test "$inst_prefix_dir" = "$destdir" && \
4547 func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
4548
4549 if test -n "$inst_prefix_dir"; then
4550 # Stick the inst_prefix_dir data into the link command.
4551 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
4552 else
4553 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
4554 fi
4555
4556 func_warning "relinking '$file'"
4557 func_show_eval "$relink_command" \
4558 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
4559 fi
4560
4561 # See the names of the shared library.
4562 set dummy $library_names; shift
4563 if test -n "$1"; then
4564 realname=$1
4565 shift
4566
4567 srcname=$realname
4568 test -n "$relink_command" && srcname=${realname}T
4569
4570 # Install the shared library and build the symlinks.
4571 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
4572 'exit $?'
4573 tstripme=$stripme
4574 case $host_os in
4575 cygwin* | mingw* | pw32* | cegcc*)
4576 case $realname in
4577 *.dll.a)
4578 tstripme=
4579 ;;
4580 esac
4581 ;;
4582 os2*)
4583 case $realname in
4584 *_dll.a)
4585 tstripme=
4586 ;;
4587 esac
4588 ;;
4589 esac
4590 if test -n "$tstripme" && test -n "$striplib"; then
4591 func_show_eval "$striplib $destdir/$realname" 'exit $?'
4592 fi
4593
4594 if test "$#" -gt 0; then
4595 # Delete the old symlinks, and create new ones.
4596 # Try 'ln -sf' first, because the 'ln' binary might depend on
4597 # the symlink we replace! Solaris /bin/ln does not understand -f,
4598 # so we also need to try rm && ln -s.
4599 for linkname
4600 do
4601 test "$linkname" != "$realname" \
4602 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
4603 done
4604 fi
4605
4606 # Do each command in the postinstall commands.
4607 lib=$destdir/$realname
4608 func_execute_cmds "$postinstall_cmds" 'exit $?'
4609 fi
4610
4611 # Install the pseudo-library for information purposes.
4612 func_basename "$file"
4613 name=$func_basename_result
4614 instname=$dir/${name}i
4615 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
4616
4617 # Maybe install the static library, too.
4618 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
4619 ;;
4620
4621 *.lo)
4622 # Install (i.e. copy) a libtool object.
4623
4624 # Figure out destination file name, if it wasn't already specified.
4625 if test -n "$destname"; then
4626 destfile=$destdir/$destname
4627 else
4628 func_basename "$file"
4629 destfile=$func_basename_result
4630 destfile=$destdir/$destfile
4631 fi
4632
4633 # Deduce the name of the destination old-style object file.
4634 case $destfile in
4635 *.lo)
4636 func_lo2o "$destfile"
4637 staticdest=$func_lo2o_result
4638 ;;
4639 *.$objext)
4640 staticdest=$destfile
4641 destfile=
4642 ;;
4643 *)
4644 func_fatal_help "cannot copy a libtool object to '$destfile'"
4645 ;;
4646 esac
4647
4648 # Install the libtool object if requested.
4649 test -n "$destfile" && \
4650 func_show_eval "$install_prog $file $destfile" 'exit $?'
4651
4652 # Install the old object if enabled.
4653 if test yes = "$build_old_libs"; then
4654 # Deduce the name of the old-style object file.
4655 func_lo2o "$file"
4656 staticobj=$func_lo2o_result
4657 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
4658 fi
4659 exit $EXIT_SUCCESS
4660 ;;
4661
4662 *)
4663 # Figure out destination file name, if it wasn't already specified.
4664 if test -n "$destname"; then
4665 destfile=$destdir/$destname
4666 else
4667 func_basename "$file"
4668 destfile=$func_basename_result
4669 destfile=$destdir/$destfile
4670 fi
4671
4672 # If the file is missing, and there is a .exe on the end, strip it
4673 # because it is most likely a libtool script we actually want to
4674 # install
4675 stripped_ext=
4676 case $file in
4677 *.exe)
4678 if test ! -f "$file"; then
4679 func_stripname '' '.exe' "$file"
4680 file=$func_stripname_result
4681 stripped_ext=.exe
4682 fi
4683 ;;
4684 esac
4685
4686 # Do a test to see if this is really a libtool program.
4687 case $host in
4688 *cygwin* | *mingw*)
4689 if func_ltwrapper_executable_p "$file"; then
4690 func_ltwrapper_scriptname "$file"
4691 wrapper=$func_ltwrapper_scriptname_result
4692 else
4693 func_stripname '' '.exe' "$file"
4694 wrapper=$func_stripname_result
4695 fi
4696 ;;
4697 *)
4698 wrapper=$file
4699 ;;
4700 esac
4701 if func_ltwrapper_script_p "$wrapper"; then
4702 notinst_deplibs=
4703 relink_command=
4704
4705 func_source "$wrapper"
4706
4707 # Check the variables that should have been set.
4708 test -z "$generated_by_libtool_version" && \
4709 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4710
4711 finalize=:
4712 for lib in $notinst_deplibs; do
4713 # Check to see that each library is installed.
4714 libdir=
4715 if test -f "$lib"; then
4716 func_source "$lib"
4717 fi
4718 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4719 if test -n "$libdir" && test ! -f "$libfile"; then
4720 func_warning "'$lib' has not been installed in '$libdir'"
4721 finalize=false
4722 fi
4723 done
4724
4725 relink_command=
4726 func_source "$wrapper"
4727
4728 outputname=
4729 if test no = "$fast_install" && test -n "$relink_command"; then
4730 $opt_dry_run || {
4731 if $finalize; then
4732 tmpdir=`func_mktempdir`
4733 func_basename "$file$stripped_ext"
4734 file=$func_basename_result
4735 outputname=$tmpdir/$file
4736 # Replace the output file specification.
4737 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
4738
4739 $opt_quiet || {
4740 func_quote_arg expand,pretty "$relink_command"
4741 eval "func_echo $func_quote_arg_result"
4742 }
4743 if eval "$relink_command"; then :
4744 else
4745 func_error "error: relink '$file' with the above command before installing it"
4746 $opt_dry_run || ${RM}r "$tmpdir"
4747 continue
4748 fi
4749 file=$outputname
4750 else
4751 func_warning "cannot relink '$file'"
4752 fi
4753 }
4754 else
4755 # Install the binary that we compiled earlier.
4756 file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
4757 fi
4758 fi
4759
4760 # remove .exe since cygwin /usr/bin/install will append another
4761 # one anyway
4762 case $install_prog,$host in
4763 */usr/bin/install*,*cygwin*)
4764 case $file:$destfile in
4765 *.exe:*.exe)
4766 # this is ok
4767 ;;
4768 *.exe:*)
4769 destfile=$destfile.exe
4770 ;;
4771 *:*.exe)
4772 func_stripname '' '.exe' "$destfile"
4773 destfile=$func_stripname_result
4774 ;;
4775 esac
4776 ;;
4777 esac
4778 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
4779 $opt_dry_run || if test -n "$outputname"; then
4780 ${RM}r "$tmpdir"
4781 fi
4782 ;;
4783 esac
4784 done
4785
4786 for file in $staticlibs; do
4787 func_basename "$file"
4788 name=$func_basename_result
4789
4790 # Set up the ranlib parameters.
4791 oldlib=$destdir/$name
4792 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
4793 tool_oldlib=$func_to_tool_file_result
4794
4795 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
4796
4797 if test -n "$stripme" && test -n "$old_striplib"; then
4798 func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
4799 fi
4800
4801 # Do each command in the postinstall commands.
4802 func_execute_cmds "$old_postinstall_cmds" 'exit $?'
4803 done
4804
4805 test -n "$future_libdirs" && \
4806 func_warning "remember to run '$progname --finish$future_libdirs'"
4807
4808 if test -n "$current_libdirs"; then
4809 # Maybe just do a dry run.
4810 $opt_dry_run && current_libdirs=" -n$current_libdirs"
4811 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
4812 else
4813 exit $EXIT_SUCCESS
4814 fi
4815 }
4816
4817 test install = "$opt_mode" && func_mode_install ${1+"$@"}
4818
4819
4820 # func_generate_dlsyms outputname originator pic_p
4821 # Extract symbols from dlprefiles and create ${outputname}S.o with
4822 # a dlpreopen symbol table.
4823 func_generate_dlsyms ()
4824 {
4825 $debug_cmd
4826
4827 my_outputname=$1
4828 my_originator=$2
4829 my_pic_p=${3-false}
4830 my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
4831 my_dlsyms=
4832
4833 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
4834 if test -n "$NM" && test -n "$global_symbol_pipe"; then
4835 my_dlsyms=${my_outputname}S.c
4836 else
4837 func_error "not configured to extract global symbols from dlpreopened files"
4838 fi
4839 fi
4840
4841 if test -n "$my_dlsyms"; then
4842 case $my_dlsyms in
4843 "") ;;
4844 *.c)
4845 # Discover the nlist of each of the dlfiles.
4846 nlist=$output_objdir/$my_outputname.nm
4847
4848 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4849
4850 # Parse the name list into a source file.
4851 func_verbose "creating $output_objdir/$my_dlsyms"
4852
4853 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
4854 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
4855 /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
4856
4857 #ifdef __cplusplus
4858 extern \"C\" {
4859 #endif
4860
4861 #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
4862 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
4863 #endif
4864
4865 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
4866 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4867 /* DATA imports from DLLs on WIN32 can't be const, because runtime
4868 relocations are performed -- see ld's documentation on pseudo-relocs. */
4869 # define LT_DLSYM_CONST
4870 #elif defined __osf__
4871 /* This system does not cope well with relocations in const data. */
4872 # define LT_DLSYM_CONST
4873 #else
4874 # define LT_DLSYM_CONST const
4875 #endif
4876
4877 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
4878
4879 /* External symbol declarations for the compiler. */\
4880 "
4881
4882 if test yes = "$dlself"; then
4883 func_verbose "generating symbol list for '$output'"
4884
4885 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4886
4887 # Add our own program objects to the symbol list.
4888 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
4889 for progfile in $progfiles; do
4890 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
4891 func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
4892 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4893 done
4894
4895 if test -n "$exclude_expsyms"; then
4896 $opt_dry_run || {
4897 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4898 eval '$MV "$nlist"T "$nlist"'
4899 }
4900 fi
4901
4902 if test -n "$export_symbols_regex"; then
4903 $opt_dry_run || {
4904 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4905 eval '$MV "$nlist"T "$nlist"'
4906 }
4907 fi
4908
4909 # Prepare the list of exported symbols
4910 if test -z "$export_symbols"; then
4911 export_symbols=$output_objdir/$outputname.exp
4912 $opt_dry_run || {
4913 $RM $export_symbols
4914 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4915 case $host in
4916 *cygwin* | *mingw* | *cegcc* )
4917 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4918 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
4919 ;;
4920 esac
4921 }
4922 else
4923 $opt_dry_run || {
4924 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4925 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
4926 eval '$MV "$nlist"T "$nlist"'
4927 case $host in
4928 *cygwin* | *mingw* | *cegcc* )
4929 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
4930 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
4931 ;;
4932 esac
4933 }
4934 fi
4935 fi
4936
4937 for dlprefile in $dlprefiles; do
4938 func_verbose "extracting global C symbols from '$dlprefile'"
4939 func_basename "$dlprefile"
4940 name=$func_basename_result
4941 case $host in
4942 *cygwin* | *mingw* | *cegcc* )
4943 # if an import library, we need to obtain dlname
4944 if func_win32_import_lib_p "$dlprefile"; then
4945 func_tr_sh "$dlprefile"
4946 eval "curr_lafile=\$libfile_$func_tr_sh_result"
4947 dlprefile_dlbasename=
4948 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
4949 # Use subshell, to avoid clobbering current variable values
4950 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
4951 if test -n "$dlprefile_dlname"; then
4952 func_basename "$dlprefile_dlname"
4953 dlprefile_dlbasename=$func_basename_result
4954 else
4955 # no lafile. user explicitly requested -dlpreopen <import library>.
4956 $sharedlib_from_linklib_cmd "$dlprefile"
4957 dlprefile_dlbasename=$sharedlib_from_linklib_result
4958 fi
4959 fi
4960 $opt_dry_run || {
4961 if test -n "$dlprefile_dlbasename"; then
4962 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
4963 else
4964 func_warning "Could not compute DLL name from $name"
4965 eval '$ECHO ": $name " >> "$nlist"'
4966 fi
4967 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4968 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
4969 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4970 }
4971 else # not an import lib
4972 $opt_dry_run || {
4973 eval '$ECHO ": $name " >> "$nlist"'
4974 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4975 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4976 }
4977 fi
4978 ;;
4979 *)
4980 $opt_dry_run || {
4981 eval '$ECHO ": $name " >> "$nlist"'
4982 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
4983 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4984 }
4985 ;;
4986 esac
4987 done
4988
4989 $opt_dry_run || {
4990 # Make sure we have at least an empty file.
4991 test -f "$nlist" || : > "$nlist"
4992
4993 if test -n "$exclude_expsyms"; then
4994 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4995 $MV "$nlist"T "$nlist"
4996 fi
4997
4998 # Try sorting and uniquifying the output.
4999 if $GREP -v "^: " < "$nlist" |
5000 if sort -k 3 </dev/null >/dev/null 2>&1; then
5001 sort -k 3
5002 else
5003 sort +2
5004 fi |
5005 uniq > "$nlist"S; then
5006 :
5007 else
5008 $GREP -v "^: " < "$nlist" > "$nlist"S
5009 fi
5010
5011 if test -f "$nlist"S; then
5012 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
5013 else
5014 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
5015 fi
5016
5017 func_show_eval '$RM "${nlist}I"'
5018 if test -n "$global_symbol_to_import"; then
5019 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
5020 fi
5021
5022 echo >> "$output_objdir/$my_dlsyms" "\
5023
5024 /* The mapping between symbol names and symbols. */
5025 typedef struct {
5026 const char *name;
5027 void *address;
5028 } lt_dlsymlist;
5029 extern LT_DLSYM_CONST lt_dlsymlist
5030 lt_${my_prefix}_LTX_preloaded_symbols[];\
5031 "
5032
5033 if test -s "$nlist"I; then
5034 echo >> "$output_objdir/$my_dlsyms" "\
5035 static void lt_syminit(void)
5036 {
5037 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
5038 for (; symbol->name; ++symbol)
5039 {"
5040 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
5041 echo >> "$output_objdir/$my_dlsyms" "\
5042 }
5043 }"
5044 fi
5045 echo >> "$output_objdir/$my_dlsyms" "\
5046 LT_DLSYM_CONST lt_dlsymlist
5047 lt_${my_prefix}_LTX_preloaded_symbols[] =
5048 { {\"$my_originator\", (void *) 0},"
5049
5050 if test -s "$nlist"I; then
5051 echo >> "$output_objdir/$my_dlsyms" "\
5052 {\"@INIT@\", (void *) &lt_syminit},"
5053 fi
5054
5055 case $need_lib_prefix in
5056 no)
5057 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
5058 ;;
5059 *)
5060 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
5061 ;;
5062 esac
5063 echo >> "$output_objdir/$my_dlsyms" "\
5064 {0, (void *) 0}
5065 };
5066
5067 /* This works around a problem in FreeBSD linker */
5068 #ifdef FREEBSD_WORKAROUND
5069 static const void *lt_preloaded_setup() {
5070 return lt_${my_prefix}_LTX_preloaded_symbols;
5071 }
5072 #endif
5073
5074 #ifdef __cplusplus
5075 }
5076 #endif\
5077 "
5078 } # !$opt_dry_run
5079
5080 pic_flag_for_symtable=
5081 case "$compile_command " in
5082 *" -static "*) ;;
5083 *)
5084 case $host in
5085 # compiling the symbol table file with pic_flag works around
5086 # a FreeBSD bug that causes programs to crash when -lm is
5087 # linked before any other PIC object. But we must not use
5088 # pic_flag when linking with -static. The problem exists in
5089 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
5090 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
5091 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
5092 *-*-hpux*)
5093 pic_flag_for_symtable=" $pic_flag" ;;
5094 *)
5095 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
5096 ;;
5097 esac
5098 ;;
5099 esac
5100 symtab_cflags=
5101 for arg in $LTCFLAGS; do
5102 case $arg in
5103 -pie | -fpie | -fPIE) ;;
5104 *) func_append symtab_cflags " $arg" ;;
5105 esac
5106 done
5107
5108 # Now compile the dynamic symbol file.
5109 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
5110
5111 # Clean up the generated files.
5112 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
5113
5114 # Transform the symbol file into the correct name.
5115 symfileobj=$output_objdir/${my_outputname}S.$objext
5116 case $host in
5117 *cygwin* | *mingw* | *cegcc* )
5118 if test -f "$output_objdir/$my_outputname.def"; then
5119 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
5120 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
5121 else
5122 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
5123 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
5124 fi
5125 ;;
5126 *)
5127 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
5128 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
5129 ;;
5130 esac
5131 ;;
5132 *)
5133 func_fatal_error "unknown suffix for '$my_dlsyms'"
5134 ;;
5135 esac
5136 else
5137 # We keep going just in case the user didn't refer to
5138 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
5139 # really was required.
5140
5141 # Nullify the symbol file.
5142 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
5143 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
5144 fi
5145 }
5146
5147 # func_cygming_gnu_implib_p ARG
5148 # This predicate returns with zero status (TRUE) if
5149 # ARG is a GNU/binutils-style import library. Returns
5150 # with nonzero status (FALSE) otherwise.
5151 func_cygming_gnu_implib_p ()
5152 {
5153 $debug_cmd
5154
5155 func_to_tool_file "$1" func_convert_file_msys_to_w32
5156 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)$'`
5157 test -n "$func_cygming_gnu_implib_tmp"
5158 }
5159
5160 # func_cygming_ms_implib_p ARG
5161 # This predicate returns with zero status (TRUE) if
5162 # ARG is an MS-style import library. Returns
5163 # with nonzero status (FALSE) otherwise.
5164 func_cygming_ms_implib_p ()
5165 {
5166 $debug_cmd
5167
5168 func_to_tool_file "$1" func_convert_file_msys_to_w32
5169 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
5170 test -n "$func_cygming_ms_implib_tmp"
5171 }
5172
5173 # func_win32_libid arg
5174 # return the library type of file 'arg'
5175 #
5176 # Need a lot of goo to handle *both* DLLs and import libs
5177 # Has to be a shell function in order to 'eat' the argument
5178 # that is supplied when $file_magic_command is called.
5179 # Despite the name, also deal with 64 bit binaries.
5180 func_win32_libid ()
5181 {
5182 $debug_cmd
5183
5184 win32_libid_type=unknown
5185 win32_fileres=`file -L $1 2>/dev/null`
5186 case $win32_fileres in
5187 *ar\ archive\ import\ library*) # definitely import
5188 win32_libid_type="x86 archive import"
5189 ;;
5190 *ar\ archive*) # could be an import, or static
5191 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
5192 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
5193 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
5194 case $nm_interface in
5195 "MS dumpbin")
5196 if func_cygming_ms_implib_p "$1" ||
5197 func_cygming_gnu_implib_p "$1"
5198 then
5199 win32_nmres=import
5200 else
5201 win32_nmres=
5202 fi
5203 ;;
5204 *)
5205 func_to_tool_file "$1" func_convert_file_msys_to_w32
5206 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
5207 $SED -n -e '
5208 1,100{
5209 / I /{
5210 s|.*|import|
5211 p
5212 q
5213 }
5214 }'`
5215 ;;
5216 esac
5217 case $win32_nmres in
5218 import*) win32_libid_type="x86 archive import";;
5219 *) win32_libid_type="x86 archive static";;
5220 esac
5221 fi
5222 ;;
5223 *DLL*)
5224 win32_libid_type="x86 DLL"
5225 ;;
5226 *executable*) # but shell scripts are "executable" too...
5227 case $win32_fileres in
5228 *MS\ Windows\ PE\ Intel*)
5229 win32_libid_type="x86 DLL"
5230 ;;
5231 esac
5232 ;;
5233 esac
5234 $ECHO "$win32_libid_type"
5235 }
5236
5237 # func_cygming_dll_for_implib ARG
5238 #
5239 # Platform-specific function to extract the
5240 # name of the DLL associated with the specified
5241 # import library ARG.
5242 # Invoked by eval'ing the libtool variable
5243 # $sharedlib_from_linklib_cmd
5244 # Result is available in the variable
5245 # $sharedlib_from_linklib_result
5246 func_cygming_dll_for_implib ()
5247 {
5248 $debug_cmd
5249
5250 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
5251 }
5252
5253 # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
5254 #
5255 # The is the core of a fallback implementation of a
5256 # platform-specific function to extract the name of the
5257 # DLL associated with the specified import library LIBNAME.
5258 #
5259 # SECTION_NAME is either .idata$6 or .idata$7, depending
5260 # on the platform and compiler that created the implib.
5261 #
5262 # Echos the name of the DLL associated with the
5263 # specified import library.
5264 func_cygming_dll_for_implib_fallback_core ()
5265 {
5266 $debug_cmd
5267
5268 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
5269 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
5270 $SED '/^Contents of section '"$match_literal"':/{
5271 # Place marker at beginning of archive member dllname section
5272 s/.*/====MARK====/
5273 p
5274 d
5275 }
5276 # These lines can sometimes be longer than 43 characters, but
5277 # are always uninteresting
5278 /:[ ]*file format pe[i]\{,1\}-/d
5279 /^In archive [^:]*:/d
5280 # Ensure marker is printed
5281 /^====MARK====/p
5282 # Remove all lines with less than 43 characters
5283 /^.\{43\}/!d
5284 # From remaining lines, remove first 43 characters
5285 s/^.\{43\}//' |
5286 $SED -n '
5287 # Join marker and all lines until next marker into a single line
5288 /^====MARK====/ b para
5289 H
5290 $ b para
5291 b
5292 :para
5293 x
5294 s/\n//g
5295 # Remove the marker
5296 s/^====MARK====//
5297 # Remove trailing dots and whitespace
5298 s/[\. \t]*$//
5299 # Print
5300 /./p' |
5301 # we now have a list, one entry per line, of the stringified
5302 # contents of the appropriate section of all members of the
5303 # archive that possess that section. Heuristic: eliminate
5304 # all those that have a first or second character that is
5305 # a '.' (that is, objdump's representation of an unprintable
5306 # character.) This should work for all archives with less than
5307 # 0x302f exports -- but will fail for DLLs whose name actually
5308 # begins with a literal '.' or a single character followed by
5309 # a '.'.
5310 #
5311 # Of those that remain, print the first one.
5312 $SED -e '/^\./d;/^.\./d;q'
5313 }
5314
5315 # func_cygming_dll_for_implib_fallback ARG
5316 # Platform-specific function to extract the
5317 # name of the DLL associated with the specified
5318 # import library ARG.
5319 #
5320 # This fallback implementation is for use when $DLLTOOL
5321 # does not support the --identify-strict option.
5322 # Invoked by eval'ing the libtool variable
5323 # $sharedlib_from_linklib_cmd
5324 # Result is available in the variable
5325 # $sharedlib_from_linklib_result
5326 func_cygming_dll_for_implib_fallback ()
5327 {
5328 $debug_cmd
5329
5330 if func_cygming_gnu_implib_p "$1"; then
5331 # binutils import library
5332 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
5333 elif func_cygming_ms_implib_p "$1"; then
5334 # ms-generated import library
5335 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
5336 else
5337 # unknown
5338 sharedlib_from_linklib_result=
5339 fi
5340 }
5341
5342
5343 # func_extract_an_archive dir oldlib
5344 func_extract_an_archive ()
5345 {
5346 $debug_cmd
5347
5348 f_ex_an_ar_dir=$1; shift
5349 f_ex_an_ar_oldlib=$1
5350 if test yes = "$lock_old_archive_extraction"; then
5351 lockfile=$f_ex_an_ar_oldlib.lock
5352 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
5353 func_echo "Waiting for $lockfile to be removed"
5354 sleep 2
5355 done
5356 fi
5357 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
5358 'stat=$?; rm -f "$lockfile"; exit $stat'
5359 if test yes = "$lock_old_archive_extraction"; then
5360 $opt_dry_run || rm -f "$lockfile"
5361 fi
5362 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5363 :
5364 else
5365 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
5366 fi
5367 }
5368
5369
5370 # func_extract_archives gentop oldlib ...
5371 func_extract_archives ()
5372 {
5373 $debug_cmd
5374
5375 my_gentop=$1; shift
5376 my_oldlibs=${1+"$@"}
5377 my_oldobjs=
5378 my_xlib=
5379 my_xabs=
5380 my_xdir=
5381
5382 for my_xlib in $my_oldlibs; do
5383 # Extract the objects.
5384 case $my_xlib in
5385 [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
5386 *) my_xabs=`pwd`"/$my_xlib" ;;
5387 esac
5388 func_basename "$my_xlib"
5389 my_xlib=$func_basename_result
5390 my_xlib_u=$my_xlib
5391 while :; do
5392 case " $extracted_archives " in
5393 *" $my_xlib_u "*)
5394 func_arith $extracted_serial + 1
5395 extracted_serial=$func_arith_result
5396 my_xlib_u=lt$extracted_serial-$my_xlib ;;
5397 *) break ;;
5398 esac
5399 done
5400 extracted_archives="$extracted_archives $my_xlib_u"
5401 my_xdir=$my_gentop/$my_xlib_u
5402
5403 func_mkdir_p "$my_xdir"
5404
5405 case $host in
5406 *-darwin*)
5407 func_verbose "Extracting $my_xabs"
5408 # Do not bother doing anything if just a dry run
5409 $opt_dry_run || {
5410 darwin_orig_dir=`pwd`
5411 cd $my_xdir || exit $?
5412 darwin_archive=$my_xabs
5413 darwin_curdir=`pwd`
5414 func_basename "$darwin_archive"
5415 darwin_base_archive=$func_basename_result
5416 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
5417 if test -n "$darwin_arches"; then
5418 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
5419 darwin_arch=
5420 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
5421 for darwin_arch in $darwin_arches; do
5422 func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
5423 $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
5424 cd "unfat-$$/$darwin_base_archive-$darwin_arch"
5425 func_extract_an_archive "`pwd`" "$darwin_base_archive"
5426 cd "$darwin_curdir"
5427 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
5428 done # $darwin_arches
5429 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
5430 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5431 darwin_file=
5432 darwin_files=
5433 for darwin_file in $darwin_filelist; do
5434 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5435 $LIPO -create -output "$darwin_file" $darwin_files
5436 done # $darwin_filelist
5437 $RM -rf unfat-$$
5438 cd "$darwin_orig_dir"
5439 else
5440 cd $darwin_orig_dir
5441 func_extract_an_archive "$my_xdir" "$my_xabs"
5442 fi # $darwin_arches
5443 } # !$opt_dry_run
5444 ;;
5445 *)
5446 func_extract_an_archive "$my_xdir" "$my_xabs"
5447 ;;
5448 esac
5449 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5450 done
5451
5452 func_extract_archives_result=$my_oldobjs
5453 }
5454
5455
5456 # func_emit_wrapper [arg=no]
5457 #
5458 # Emit a libtool wrapper script on stdout.
5459 # Don't directly open a file because we may want to
5460 # incorporate the script contents within a cygwin/mingw
5461 # wrapper executable. Must ONLY be called from within
5462 # func_mode_link because it depends on a number of variables
5463 # set therein.
5464 #
5465 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
5466 # variable will take. If 'yes', then the emitted script
5467 # will assume that the directory where it is stored is
5468 # the $objdir directory. This is a cygwin/mingw-specific
5469 # behavior.
5470 func_emit_wrapper ()
5471 {
5472 func_emit_wrapper_arg1=${1-no}
5473
5474 $ECHO "\
5475 #! $SHELL
5476
5477 # $output - temporary wrapper script for $objdir/$outputname
5478 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
5479 #
5480 # The $output program cannot be directly executed until all the libtool
5481 # libraries that it depends on are installed.
5482 #
5483 # This wrapper script should never be moved out of the build directory.
5484 # If it is, it will not operate correctly.
5485
5486 # Sed substitution that helps us do robust quoting. It backslashifies
5487 # metacharacters that are still active within double-quoted strings.
5488 sed_quote_subst='$sed_quote_subst'
5489
5490 # Be Bourne compatible
5491 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
5492 emulate sh
5493 NULLCMD=:
5494 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
5495 # is contrary to our usage. Disable this feature.
5496 alias -g '\${1+\"\$@\"}'='\"\$@\"'
5497 setopt NO_GLOB_SUBST
5498 else
5499 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
5500 fi
5501 BIN_SH=xpg4; export BIN_SH # for Tru64
5502 DUALCASE=1; export DUALCASE # for MKS sh
5503
5504 # The HP-UX ksh and POSIX shell print the target directory to stdout
5505 # if CDPATH is set.
5506 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5507
5508 relink_command=\"$relink_command\"
5509
5510 # This environment variable determines our operation mode.
5511 if test \"\$libtool_install_magic\" = \"$magic\"; then
5512 # install mode needs the following variables:
5513 generated_by_libtool_version='$macro_version'
5514 notinst_deplibs='$notinst_deplibs'
5515 else
5516 # When we are sourced in execute mode, \$file and \$ECHO are already set.
5517 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5518 file=\"\$0\""
5519
5520 func_quote_arg pretty "$ECHO"
5521 qECHO=$func_quote_arg_result
5522 $ECHO "\
5523
5524 # A function that is used when there is no print builtin or printf.
5525 func_fallback_echo ()
5526 {
5527 eval 'cat <<_LTECHO_EOF
5528 \$1
5529 _LTECHO_EOF'
5530 }
5531 ECHO=$qECHO
5532 fi
5533
5534 # Very basic option parsing. These options are (a) specific to
5535 # the libtool wrapper, (b) are identical between the wrapper
5536 # /script/ and the wrapper /executable/ that is used only on
5537 # windows platforms, and (c) all begin with the string "--lt-"
5538 # (application programs are unlikely to have options that match
5539 # this pattern).
5540 #
5541 # There are only two supported options: --lt-debug and
5542 # --lt-dump-script. There is, deliberately, no --lt-help.
5543 #
5544 # The first argument to this parsing function should be the
5545 # script's $0 value, followed by "$@".
5546 lt_option_debug=
5547 func_parse_lt_options ()
5548 {
5549 lt_script_arg0=\$0
5550 shift
5551 for lt_opt
5552 do
5553 case \"\$lt_opt\" in
5554 --lt-debug) lt_option_debug=1 ;;
5555 --lt-dump-script)
5556 lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
5557 test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
5558 lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
5559 cat \"\$lt_dump_D/\$lt_dump_F\"
5560 exit 0
5561 ;;
5562 --lt-*)
5563 \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
5564 exit 1
5565 ;;
5566 esac
5567 done
5568
5569 # Print the debug banner immediately:
5570 if test -n \"\$lt_option_debug\"; then
5571 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
5572 fi
5573 }
5574
5575 # Used when --lt-debug. Prints its arguments to stdout
5576 # (redirection is the responsibility of the caller)
5577 func_lt_dump_args ()
5578 {
5579 lt_dump_args_N=1;
5580 for lt_arg
5581 do
5582 \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
5583 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
5584 done
5585 }
5586
5587 # Core function for launching the target application
5588 func_exec_program_core ()
5589 {
5590 "
5591 case $host in
5592 # Backslashes separate directories on plain windows
5593 *-*-mingw | *-*-os2* | *-cegcc*)
5594 $ECHO "\
5595 if test -n \"\$lt_option_debug\"; then
5596 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
5597 func_lt_dump_args \${1+\"\$@\"} 1>&2
5598 fi
5599 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
5600 "
5601 ;;
5602
5603 *)
5604 $ECHO "\
5605 if test -n \"\$lt_option_debug\"; then
5606 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
5607 func_lt_dump_args \${1+\"\$@\"} 1>&2
5608 fi
5609 exec \"\$progdir/\$program\" \${1+\"\$@\"}
5610 "
5611 ;;
5612 esac
5613 $ECHO "\
5614 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
5615 exit 1
5616 }
5617
5618 # A function to encapsulate launching the target application
5619 # Strips options in the --lt-* namespace from \$@ and
5620 # launches target application with the remaining arguments.
5621 func_exec_program ()
5622 {
5623 case \" \$* \" in
5624 *\\ --lt-*)
5625 for lt_wr_arg
5626 do
5627 case \$lt_wr_arg in
5628 --lt-*) ;;
5629 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
5630 esac
5631 shift
5632 done ;;
5633 esac
5634 func_exec_program_core \${1+\"\$@\"}
5635 }
5636
5637 # Parse options
5638 func_parse_lt_options \"\$0\" \${1+\"\$@\"}
5639
5640 # Find the directory that this script lives in.
5641 thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
5642 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
5643
5644 # Follow symbolic links until we get to the real thisdir.
5645 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
5646 while test -n \"\$file\"; do
5647 destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
5648
5649 # If there was a directory component, then change thisdir.
5650 if test \"x\$destdir\" != \"x\$file\"; then
5651 case \"\$destdir\" in
5652 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
5653 *) thisdir=\"\$thisdir/\$destdir\" ;;
5654 esac
5655 fi
5656
5657 file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
5658 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
5659 done
5660
5661 # Usually 'no', except on cygwin/mingw when embedded into
5662 # the cwrapper.
5663 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
5664 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
5665 # special case for '.'
5666 if test \"\$thisdir\" = \".\"; then
5667 thisdir=\`pwd\`
5668 fi
5669 # remove .libs from thisdir
5670 case \"\$thisdir\" in
5671 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
5672 $objdir ) thisdir=. ;;
5673 esac
5674 fi
5675
5676 # Try to get the absolute directory name.
5677 absdir=\`cd \"\$thisdir\" && pwd\`
5678 test -n \"\$absdir\" && thisdir=\"\$absdir\"
5679 "
5680
5681 if test yes = "$fast_install"; then
5682 $ECHO "\
5683 program=lt-'$outputname'$exeext
5684 progdir=\"\$thisdir/$objdir\"
5685
5686 if test ! -f \"\$progdir/\$program\" ||
5687 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
5688 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
5689
5690 file=\"\$\$-\$program\"
5691
5692 if test ! -d \"\$progdir\"; then
5693 $MKDIR \"\$progdir\"
5694 else
5695 $RM \"\$progdir/\$file\"
5696 fi"
5697
5698 $ECHO "\
5699
5700 # relink executable if necessary
5701 if test -n \"\$relink_command\"; then
5702 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
5703 else
5704 \$ECHO \"\$relink_command_output\" >&2
5705 $RM \"\$progdir/\$file\"
5706 exit 1
5707 fi
5708 fi
5709
5710 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5711 { $RM \"\$progdir/\$program\";
5712 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
5713 $RM \"\$progdir/\$file\"
5714 fi"
5715 else
5716 $ECHO "\
5717 program='$outputname'
5718 progdir=\"\$thisdir/$objdir\"
5719 "
5720 fi
5721
5722 $ECHO "\
5723
5724 if test -f \"\$progdir/\$program\"; then"
5725
5726 # fixup the dll searchpath if we need to.
5727 #
5728 # Fix the DLL searchpath if we need to. Do this before prepending
5729 # to shlibpath, because on Windows, both are PATH and uninstalled
5730 # libraries must come first.
5731 if test -n "$dllsearchpath"; then
5732 $ECHO "\
5733 # Add the dll search path components to the executable PATH
5734 PATH=$dllsearchpath:\$PATH
5735 "
5736 fi
5737
5738 # Export our shlibpath_var if we have one.
5739 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5740 $ECHO "\
5741 # Add our own library path to $shlibpath_var
5742 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5743
5744 # Some systems cannot cope with colon-terminated $shlibpath_var
5745 # The second colon is a workaround for a bug in BeOS R4 sed
5746 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5747
5748 export $shlibpath_var
5749 "
5750 fi
5751
5752 $ECHO "\
5753 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5754 # Run the actual program with our arguments.
5755 func_exec_program \${1+\"\$@\"}
5756 fi
5757 else
5758 # The program doesn't exist.
5759 \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
5760 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5761 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
5762 exit 1
5763 fi
5764 fi\
5765 "
5766 }
5767
5768
5769 # func_emit_cwrapperexe_src
5770 # emit the source code for a wrapper executable on stdout
5771 # Must ONLY be called from within func_mode_link because
5772 # it depends on a number of variable set therein.
5773 func_emit_cwrapperexe_src ()
5774 {
5775 cat <<EOF
5776
5777 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5778 Generated by $PROGRAM (GNU $PACKAGE) $VERSION
5779
5780 The $output program cannot be directly executed until all the libtool
5781 libraries that it depends on are installed.
5782
5783 This wrapper executable should never be moved out of the build directory.
5784 If it is, it will not operate correctly.
5785 */
5786 EOF
5787 cat <<"EOF"
5788 #ifdef _MSC_VER
5789 # define _CRT_SECURE_NO_DEPRECATE 1
5790 #endif
5791 #include <stdio.h>
5792 #include <stdlib.h>
5793 #ifdef _MSC_VER
5794 # include <direct.h>
5795 # include <process.h>
5796 # include <io.h>
5797 #else
5798 # include <unistd.h>
5799 # include <stdint.h>
5800 # ifdef __CYGWIN__
5801 # include <io.h>
5802 # endif
5803 #endif
5804 #include <malloc.h>
5805 #include <stdarg.h>
5806 #include <assert.h>
5807 #include <string.h>
5808 #include <ctype.h>
5809 #include <errno.h>
5810 #include <fcntl.h>
5811 #include <sys/stat.h>
5812
5813 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
5814
5815 /* declarations of non-ANSI functions */
5816 #if defined __MINGW32__
5817 # ifdef __STRICT_ANSI__
5818 int _putenv (const char *);
5819 # endif
5820 #elif defined __CYGWIN__
5821 # ifdef __STRICT_ANSI__
5822 char *realpath (const char *, char *);
5823 int putenv (char *);
5824 int setenv (const char *, const char *, int);
5825 # endif
5826 /* #elif defined other_platform || defined ... */
5827 #endif
5828
5829 /* portability defines, excluding path handling macros */
5830 #if defined _MSC_VER
5831 # define setmode _setmode
5832 # define stat _stat
5833 # define chmod _chmod
5834 # define getcwd _getcwd
5835 # define putenv _putenv
5836 # define S_IXUSR _S_IEXEC
5837 #elif defined __MINGW32__
5838 # define setmode _setmode
5839 # define stat _stat
5840 # define chmod _chmod
5841 # define getcwd _getcwd
5842 # define putenv _putenv
5843 #elif defined __CYGWIN__
5844 # define HAVE_SETENV
5845 # define FOPEN_WB "wb"
5846 /* #elif defined other platforms ... */
5847 #endif
5848
5849 #if defined PATH_MAX
5850 # define LT_PATHMAX PATH_MAX
5851 #elif defined MAXPATHLEN
5852 # define LT_PATHMAX MAXPATHLEN
5853 #else
5854 # define LT_PATHMAX 1024
5855 #endif
5856
5857 #ifndef S_IXOTH
5858 # define S_IXOTH 0
5859 #endif
5860 #ifndef S_IXGRP
5861 # define S_IXGRP 0
5862 #endif
5863
5864 /* path handling portability macros */
5865 #ifndef DIR_SEPARATOR
5866 # define DIR_SEPARATOR '/'
5867 # define PATH_SEPARATOR ':'
5868 #endif
5869
5870 #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
5871 defined __OS2__
5872 # define HAVE_DOS_BASED_FILE_SYSTEM
5873 # define FOPEN_WB "wb"
5874 # ifndef DIR_SEPARATOR_2
5875 # define DIR_SEPARATOR_2 '\\'
5876 # endif
5877 # ifndef PATH_SEPARATOR_2
5878 # define PATH_SEPARATOR_2 ';'
5879 # endif
5880 #endif
5881
5882 #ifndef DIR_SEPARATOR_2
5883 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5884 #else /* DIR_SEPARATOR_2 */
5885 # define IS_DIR_SEPARATOR(ch) \
5886 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
5887 #endif /* DIR_SEPARATOR_2 */
5888
5889 #ifndef PATH_SEPARATOR_2
5890 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
5891 #else /* PATH_SEPARATOR_2 */
5892 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
5893 #endif /* PATH_SEPARATOR_2 */
5894
5895 #ifndef FOPEN_WB
5896 # define FOPEN_WB "w"
5897 #endif
5898 #ifndef _O_BINARY
5899 # define _O_BINARY 0
5900 #endif
5901
5902 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
5903 #define XFREE(stale) do { \
5904 if (stale) { free (stale); stale = 0; } \
5905 } while (0)
5906
5907 #if defined LT_DEBUGWRAPPER
5908 static int lt_debug = 1;
5909 #else
5910 static int lt_debug = 0;
5911 #endif
5912
5913 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
5914
5915 void *xmalloc (size_t num);
5916 char *xstrdup (const char *string);
5917 const char *base_name (const char *name);
5918 char *find_executable (const char *wrapper);
5919 char *chase_symlinks (const char *pathspec);
5920 int make_executable (const char *path);
5921 int check_executable (const char *path);
5922 char *strendzap (char *str, const char *pat);
5923 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
5924 void lt_fatal (const char *file, int line, const char *message, ...);
5925 static const char *nonnull (const char *s);
5926 static const char *nonempty (const char *s);
5927 void lt_setenv (const char *name, const char *value);
5928 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
5929 void lt_update_exe_path (const char *name, const char *value);
5930 void lt_update_lib_path (const char *name, const char *value);
5931 char **prepare_spawn (char **argv);
5932 void lt_dump_script (FILE *f);
5933 EOF
5934
5935 cat <<EOF
5936 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5937 # define externally_visible volatile
5938 #else
5939 # define externally_visible __attribute__((externally_visible)) volatile
5940 #endif
5941 externally_visible const char * MAGIC_EXE = "$magic_exe";
5942 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5943 EOF
5944
5945 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5946 func_to_host_path "$temp_rpath"
5947 cat <<EOF
5948 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
5949 EOF
5950 else
5951 cat <<"EOF"
5952 const char * LIB_PATH_VALUE = "";
5953 EOF
5954 fi
5955
5956 if test -n "$dllsearchpath"; then
5957 func_to_host_path "$dllsearchpath:"
5958 cat <<EOF
5959 const char * EXE_PATH_VARNAME = "PATH";
5960 const char * EXE_PATH_VALUE = "$func_to_host_path_result";
5961 EOF
5962 else
5963 cat <<"EOF"
5964 const char * EXE_PATH_VARNAME = "";
5965 const char * EXE_PATH_VALUE = "";
5966 EOF
5967 fi
5968
5969 if test yes = "$fast_install"; then
5970 cat <<EOF
5971 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
5972 EOF
5973 else
5974 cat <<EOF
5975 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
5976 EOF
5977 fi
5978
5979
5980 cat <<"EOF"
5981
5982 #define LTWRAPPER_OPTION_PREFIX "--lt-"
5983
5984 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
5985 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5986 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
5987
5988 int
5989 main (int argc, char *argv[])
5990 {
5991 char **newargz;
5992 int newargc;
5993 char *tmp_pathspec;
5994 char *actual_cwrapper_path;
5995 char *actual_cwrapper_name;
5996 char *target_name;
5997 char *lt_argv_zero;
5998 int rval = 127;
5999
6000 int i;
6001
6002 program_name = (char *) xstrdup (base_name (argv[0]));
6003 newargz = XMALLOC (char *, (size_t) argc + 1);
6004
6005 /* very simple arg parsing; don't want to rely on getopt
6006 * also, copy all non cwrapper options to newargz, except
6007 * argz[0], which is handled differently
6008 */
6009 newargc=0;
6010 for (i = 1; i < argc; i++)
6011 {
6012 if (STREQ (argv[i], dumpscript_opt))
6013 {
6014 EOF
6015 case $host in
6016 *mingw* | *cygwin* )
6017 # make stdout use "unix" line endings
6018 echo " setmode(1,_O_BINARY);"
6019 ;;
6020 esac
6021
6022 cat <<"EOF"
6023 lt_dump_script (stdout);
6024 return 0;
6025 }
6026 if (STREQ (argv[i], debug_opt))
6027 {
6028 lt_debug = 1;
6029 continue;
6030 }
6031 if (STREQ (argv[i], ltwrapper_option_prefix))
6032 {
6033 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
6034 namespace, but it is not one of the ones we know about and
6035 have already dealt with, above (inluding dump-script), then
6036 report an error. Otherwise, targets might begin to believe
6037 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
6038 namespace. The first time any user complains about this, we'll
6039 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
6040 or a configure.ac-settable value.
6041 */
6042 lt_fatal (__FILE__, __LINE__,
6043 "unrecognized %s option: '%s'",
6044 ltwrapper_option_prefix, argv[i]);
6045 }
6046 /* otherwise ... */
6047 newargz[++newargc] = xstrdup (argv[i]);
6048 }
6049 newargz[++newargc] = NULL;
6050
6051 EOF
6052 cat <<EOF
6053 /* The GNU banner must be the first non-error debug message */
6054 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
6055 EOF
6056 cat <<"EOF"
6057 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
6058 lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
6059
6060 tmp_pathspec = find_executable (argv[0]);
6061 if (tmp_pathspec == NULL)
6062 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6063 lt_debugprintf (__FILE__, __LINE__,
6064 "(main) found exe (before symlink chase) at: %s\n",
6065 tmp_pathspec);
6066
6067 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
6068 lt_debugprintf (__FILE__, __LINE__,
6069 "(main) found exe (after symlink chase) at: %s\n",
6070 actual_cwrapper_path);
6071 XFREE (tmp_pathspec);
6072
6073 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
6074 strendzap (actual_cwrapper_path, actual_cwrapper_name);
6075
6076 /* wrapper name transforms */
6077 strendzap (actual_cwrapper_name, ".exe");
6078 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
6079 XFREE (actual_cwrapper_name);
6080 actual_cwrapper_name = tmp_pathspec;
6081 tmp_pathspec = 0;
6082
6083 /* target_name transforms -- use actual target program name; might have lt- prefix */
6084 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
6085 strendzap (target_name, ".exe");
6086 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
6087 XFREE (target_name);
6088 target_name = tmp_pathspec;
6089 tmp_pathspec = 0;
6090
6091 lt_debugprintf (__FILE__, __LINE__,
6092 "(main) libtool target name: %s\n",
6093 target_name);
6094 EOF
6095
6096 cat <<EOF
6097 newargz[0] =
6098 XMALLOC (char, (strlen (actual_cwrapper_path) +
6099 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
6100 strcpy (newargz[0], actual_cwrapper_path);
6101 strcat (newargz[0], "$objdir");
6102 strcat (newargz[0], "/");
6103 EOF
6104
6105 cat <<"EOF"
6106 /* stop here, and copy so we don't have to do this twice */
6107 tmp_pathspec = xstrdup (newargz[0]);
6108
6109 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
6110 strcat (newargz[0], actual_cwrapper_name);
6111
6112 /* DO want the lt- prefix here if it exists, so use target_name */
6113 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
6114 XFREE (tmp_pathspec);
6115 tmp_pathspec = NULL;
6116 EOF
6117
6118 case $host_os in
6119 mingw*)
6120 cat <<"EOF"
6121 {
6122 char* p;
6123 while ((p = strchr (newargz[0], '\\')) != NULL)
6124 {
6125 *p = '/';
6126 }
6127 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
6128 {
6129 *p = '/';
6130 }
6131 }
6132 EOF
6133 ;;
6134 esac
6135
6136 cat <<"EOF"
6137 XFREE (target_name);
6138 XFREE (actual_cwrapper_path);
6139 XFREE (actual_cwrapper_name);
6140
6141 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
6142 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
6143 /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must
6144 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
6145 because on Windows, both *_VARNAMEs are PATH but uninstalled
6146 libraries must come first. */
6147 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
6148 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
6149
6150 lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
6151 nonnull (lt_argv_zero));
6152 for (i = 0; i < newargc; i++)
6153 {
6154 lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
6155 i, nonnull (newargz[i]));
6156 }
6157
6158 EOF
6159
6160 case $host_os in
6161 mingw*)
6162 cat <<"EOF"
6163 /* execv doesn't actually work on mingw as expected on unix */
6164 newargz = prepare_spawn (newargz);
6165 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
6166 if (rval == -1)
6167 {
6168 /* failed to start process */
6169 lt_debugprintf (__FILE__, __LINE__,
6170 "(main) failed to launch target \"%s\": %s\n",
6171 lt_argv_zero, nonnull (strerror (errno)));
6172 return 127;
6173 }
6174 return rval;
6175 EOF
6176 ;;
6177 *)
6178 cat <<"EOF"
6179 execv (lt_argv_zero, newargz);
6180 return rval; /* =127, but avoids unused variable warning */
6181 EOF
6182 ;;
6183 esac
6184
6185 cat <<"EOF"
6186 }
6187
6188 void *
6189 xmalloc (size_t num)
6190 {
6191 void *p = (void *) malloc (num);
6192 if (!p)
6193 lt_fatal (__FILE__, __LINE__, "memory exhausted");
6194
6195 return p;
6196 }
6197
6198 char *
6199 xstrdup (const char *string)
6200 {
6201 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
6202 string) : NULL;
6203 }
6204
6205 const char *
6206 base_name (const char *name)
6207 {
6208 const char *base;
6209
6210 #if defined HAVE_DOS_BASED_FILE_SYSTEM
6211 /* Skip over the disk name in MSDOS pathnames. */
6212 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
6213 name += 2;
6214 #endif
6215
6216 for (base = name; *name; name++)
6217 if (IS_DIR_SEPARATOR (*name))
6218 base = name + 1;
6219 return base;
6220 }
6221
6222 int
6223 check_executable (const char *path)
6224 {
6225 struct stat st;
6226
6227 lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
6228 nonempty (path));
6229 if ((!path) || (!*path))
6230 return 0;
6231
6232 if ((stat (path, &st) >= 0)
6233 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
6234 return 1;
6235 else
6236 return 0;
6237 }
6238
6239 int
6240 make_executable (const char *path)
6241 {
6242 int rval = 0;
6243 struct stat st;
6244
6245 lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
6246 nonempty (path));
6247 if ((!path) || (!*path))
6248 return 0;
6249
6250 if (stat (path, &st) >= 0)
6251 {
6252 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
6253 }
6254 return rval;
6255 }
6256
6257 /* Searches for the full path of the wrapper. Returns
6258 newly allocated full path name if found, NULL otherwise
6259 Does not chase symlinks, even on platforms that support them.
6260 */
6261 char *
6262 find_executable (const char *wrapper)
6263 {
6264 int has_slash = 0;
6265 const char *p;
6266 const char *p_next;
6267 /* static buffer for getcwd */
6268 char tmp[LT_PATHMAX + 1];
6269 size_t tmp_len;
6270 char *concat_name;
6271
6272 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
6273 nonempty (wrapper));
6274
6275 if ((wrapper == NULL) || (*wrapper == '\0'))
6276 return NULL;
6277
6278 /* Absolute path? */
6279 #if defined HAVE_DOS_BASED_FILE_SYSTEM
6280 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
6281 {
6282 concat_name = xstrdup (wrapper);
6283 if (check_executable (concat_name))
6284 return concat_name;
6285 XFREE (concat_name);
6286 }
6287 else
6288 {
6289 #endif
6290 if (IS_DIR_SEPARATOR (wrapper[0]))
6291 {
6292 concat_name = xstrdup (wrapper);
6293 if (check_executable (concat_name))
6294 return concat_name;
6295 XFREE (concat_name);
6296 }
6297 #if defined HAVE_DOS_BASED_FILE_SYSTEM
6298 }
6299 #endif
6300
6301 for (p = wrapper; *p; p++)
6302 if (*p == '/')
6303 {
6304 has_slash = 1;
6305 break;
6306 }
6307 if (!has_slash)
6308 {
6309 /* no slashes; search PATH */
6310 const char *path = getenv ("PATH");
6311 if (path != NULL)
6312 {
6313 for (p = path; *p; p = p_next)
6314 {
6315 const char *q;
6316 size_t p_len;
6317 for (q = p; *q; q++)
6318 if (IS_PATH_SEPARATOR (*q))
6319 break;
6320 p_len = (size_t) (q - p);
6321 p_next = (*q == '\0' ? q : q + 1);
6322 if (p_len == 0)
6323 {
6324 /* empty path: current directory */
6325 if (getcwd (tmp, LT_PATHMAX) == NULL)
6326 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
6327 nonnull (strerror (errno)));
6328 tmp_len = strlen (tmp);
6329 concat_name =
6330 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6331 memcpy (concat_name, tmp, tmp_len);
6332 concat_name[tmp_len] = '/';
6333 strcpy (concat_name + tmp_len + 1, wrapper);
6334 }
6335 else
6336 {
6337 concat_name =
6338 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6339 memcpy (concat_name, p, p_len);
6340 concat_name[p_len] = '/';
6341 strcpy (concat_name + p_len + 1, wrapper);
6342 }
6343 if (check_executable (concat_name))
6344 return concat_name;
6345 XFREE (concat_name);
6346 }
6347 }
6348 /* not found in PATH; assume curdir */
6349 }
6350 /* Relative path | not found in path: prepend cwd */
6351 if (getcwd (tmp, LT_PATHMAX) == NULL)
6352 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
6353 nonnull (strerror (errno)));
6354 tmp_len = strlen (tmp);
6355 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6356 memcpy (concat_name, tmp, tmp_len);
6357 concat_name[tmp_len] = '/';
6358 strcpy (concat_name + tmp_len + 1, wrapper);
6359
6360 if (check_executable (concat_name))
6361 return concat_name;
6362 XFREE (concat_name);
6363 return NULL;
6364 }
6365
6366 char *
6367 chase_symlinks (const char *pathspec)
6368 {
6369 #ifndef S_ISLNK
6370 return xstrdup (pathspec);
6371 #else
6372 char buf[LT_PATHMAX];
6373 struct stat s;
6374 char *tmp_pathspec = xstrdup (pathspec);
6375 char *p;
6376 int has_symlinks = 0;
6377 while (strlen (tmp_pathspec) && !has_symlinks)
6378 {
6379 lt_debugprintf (__FILE__, __LINE__,
6380 "checking path component for symlinks: %s\n",
6381 tmp_pathspec);
6382 if (lstat (tmp_pathspec, &s) == 0)
6383 {
6384 if (S_ISLNK (s.st_mode) != 0)
6385 {
6386 has_symlinks = 1;
6387 break;
6388 }
6389
6390 /* search backwards for last DIR_SEPARATOR */
6391 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
6392 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6393 p--;
6394 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
6395 {
6396 /* no more DIR_SEPARATORS left */
6397 break;
6398 }
6399 *p = '\0';
6400 }
6401 else
6402 {
6403 lt_fatal (__FILE__, __LINE__,
6404 "error accessing file \"%s\": %s",
6405 tmp_pathspec, nonnull (strerror (errno)));
6406 }
6407 }
6408 XFREE (tmp_pathspec);
6409
6410 if (!has_symlinks)
6411 {
6412 return xstrdup (pathspec);
6413 }
6414
6415 tmp_pathspec = realpath (pathspec, buf);
6416 if (tmp_pathspec == 0)
6417 {
6418 lt_fatal (__FILE__, __LINE__,
6419 "could not follow symlinks for %s", pathspec);
6420 }
6421 return xstrdup (tmp_pathspec);
6422 #endif
6423 }
6424
6425 char *
6426 strendzap (char *str, const char *pat)
6427 {
6428 size_t len, patlen;
6429
6430 assert (str != NULL);
6431 assert (pat != NULL);
6432
6433 len = strlen (str);
6434 patlen = strlen (pat);
6435
6436 if (patlen <= len)
6437 {
6438 str += len - patlen;
6439 if (STREQ (str, pat))
6440 *str = '\0';
6441 }
6442 return str;
6443 }
6444
6445 void
6446 lt_debugprintf (const char *file, int line, const char *fmt, ...)
6447 {
6448 va_list args;
6449 if (lt_debug)
6450 {
6451 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
6452 va_start (args, fmt);
6453 (void) vfprintf (stderr, fmt, args);
6454 va_end (args);
6455 }
6456 }
6457
6458 static void
6459 lt_error_core (int exit_status, const char *file,
6460 int line, const char *mode,
6461 const char *message, va_list ap)
6462 {
6463 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
6464 vfprintf (stderr, message, ap);
6465 fprintf (stderr, ".\n");
6466
6467 if (exit_status >= 0)
6468 exit (exit_status);
6469 }
6470
6471 void
6472 lt_fatal (const char *file, int line, const char *message, ...)
6473 {
6474 va_list ap;
6475 va_start (ap, message);
6476 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
6477 va_end (ap);
6478 }
6479
6480 static const char *
6481 nonnull (const char *s)
6482 {
6483 return s ? s : "(null)";
6484 }
6485
6486 static const char *
6487 nonempty (const char *s)
6488 {
6489 return (s && !*s) ? "(empty)" : nonnull (s);
6490 }
6491
6492 void
6493 lt_setenv (const char *name, const char *value)
6494 {
6495 lt_debugprintf (__FILE__, __LINE__,
6496 "(lt_setenv) setting '%s' to '%s'\n",
6497 nonnull (name), nonnull (value));
6498 {
6499 #ifdef HAVE_SETENV
6500 /* always make a copy, for consistency with !HAVE_SETENV */
6501 char *str = xstrdup (value);
6502 setenv (name, str, 1);
6503 #else
6504 size_t len = strlen (name) + 1 + strlen (value) + 1;
6505 char *str = XMALLOC (char, len);
6506 sprintf (str, "%s=%s", name, value);
6507 if (putenv (str) != EXIT_SUCCESS)
6508 {
6509 XFREE (str);
6510 }
6511 #endif
6512 }
6513 }
6514
6515 char *
6516 lt_extend_str (const char *orig_value, const char *add, int to_end)
6517 {
6518 char *new_value;
6519 if (orig_value && *orig_value)
6520 {
6521 size_t orig_value_len = strlen (orig_value);
6522 size_t add_len = strlen (add);
6523 new_value = XMALLOC (char, add_len + orig_value_len + 1);
6524 if (to_end)
6525 {
6526 strcpy (new_value, orig_value);
6527 strcpy (new_value + orig_value_len, add);
6528 }
6529 else
6530 {
6531 strcpy (new_value, add);
6532 strcpy (new_value + add_len, orig_value);
6533 }
6534 }
6535 else
6536 {
6537 new_value = xstrdup (add);
6538 }
6539 return new_value;
6540 }
6541
6542 void
6543 lt_update_exe_path (const char *name, const char *value)
6544 {
6545 lt_debugprintf (__FILE__, __LINE__,
6546 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
6547 nonnull (name), nonnull (value));
6548
6549 if (name && *name && value && *value)
6550 {
6551 char *new_value = lt_extend_str (getenv (name), value, 0);
6552 /* some systems can't cope with a ':'-terminated path #' */
6553 size_t len = strlen (new_value);
6554 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
6555 {
6556 new_value[--len] = '\0';
6557 }
6558 lt_setenv (name, new_value);
6559 XFREE (new_value);
6560 }
6561 }
6562
6563 void
6564 lt_update_lib_path (const char *name, const char *value)
6565 {
6566 lt_debugprintf (__FILE__, __LINE__,
6567 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
6568 nonnull (name), nonnull (value));
6569
6570 if (name && *name && value && *value)
6571 {
6572 char *new_value = lt_extend_str (getenv (name), value, 0);
6573 lt_setenv (name, new_value);
6574 XFREE (new_value);
6575 }
6576 }
6577
6578 EOF
6579 case $host_os in
6580 mingw*)
6581 cat <<"EOF"
6582
6583 /* Prepares an argument vector before calling spawn().
6584 Note that spawn() does not by itself call the command interpreter
6585 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
6586 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
6587 GetVersionEx(&v);
6588 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
6589 }) ? "cmd.exe" : "command.com").
6590 Instead it simply concatenates the arguments, separated by ' ', and calls
6591 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
6592 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
6593 special way:
6594 - Space and tab are interpreted as delimiters. They are not treated as
6595 delimiters if they are surrounded by double quotes: "...".
6596 - Unescaped double quotes are removed from the input. Their only effect is
6597 that within double quotes, space and tab are treated like normal
6598 characters.
6599 - Backslashes not followed by double quotes are not special.
6600 - But 2*n+1 backslashes followed by a double quote become
6601 n backslashes followed by a double quote (n >= 0):
6602 \" -> "
6603 \\\" -> \"
6604 \\\\\" -> \\"
6605 */
6606 #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
6607 #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
6608 char **
6609 prepare_spawn (char **argv)
6610 {
6611 size_t argc;
6612 char **new_argv;
6613 size_t i;
6614
6615 /* Count number of arguments. */
6616 for (argc = 0; argv[argc] != NULL; argc++)
6617 ;
6618
6619 /* Allocate new argument vector. */
6620 new_argv = XMALLOC (char *, argc + 1);
6621
6622 /* Put quoted arguments into the new argument vector. */
6623 for (i = 0; i < argc; i++)
6624 {
6625 const char *string = argv[i];
6626
6627 if (string[0] == '\0')
6628 new_argv[i] = xstrdup ("\"\"");
6629 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
6630 {
6631 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
6632 size_t length;
6633 unsigned int backslashes;
6634 const char *s;
6635 char *quoted_string;
6636 char *p;
6637
6638 length = 0;
6639 backslashes = 0;
6640 if (quote_around)
6641 length++;
6642 for (s = string; *s != '\0'; s++)
6643 {
6644 char c = *s;
6645 if (c == '"')
6646 length += backslashes + 1;
6647 length++;
6648 if (c == '\\')
6649 backslashes++;
6650 else
6651 backslashes = 0;
6652 }
6653 if (quote_around)
6654 length += backslashes + 1;
6655
6656 quoted_string = XMALLOC (char, length + 1);
6657
6658 p = quoted_string;
6659 backslashes = 0;
6660 if (quote_around)
6661 *p++ = '"';
6662 for (s = string; *s != '\0'; s++)
6663 {
6664 char c = *s;
6665 if (c == '"')
6666 {
6667 unsigned int j;
6668 for (j = backslashes + 1; j > 0; j--)
6669 *p++ = '\\';
6670 }
6671 *p++ = c;
6672 if (c == '\\')
6673 backslashes++;
6674 else
6675 backslashes = 0;
6676 }
6677 if (quote_around)
6678 {
6679 unsigned int j;
6680 for (j = backslashes; j > 0; j--)
6681 *p++ = '\\';
6682 *p++ = '"';
6683 }
6684 *p = '\0';
6685
6686 new_argv[i] = quoted_string;
6687 }
6688 else
6689 new_argv[i] = (char *) string;
6690 }
6691 new_argv[argc] = NULL;
6692
6693 return new_argv;
6694 }
6695 EOF
6696 ;;
6697 esac
6698
6699 cat <<"EOF"
6700 void lt_dump_script (FILE* f)
6701 {
6702 EOF
6703 func_emit_wrapper yes |
6704 $SED -n -e '
6705 s/^\(.\{79\}\)\(..*\)/\1\
6706 \2/
6707 h
6708 s/\([\\"]\)/\\\1/g
6709 s/$/\\n/
6710 s/\([^\n]*\).*/ fputs ("\1", f);/p
6711 g
6712 D'
6713 cat <<"EOF"
6714 }
6715 EOF
6716 }
6717 # end: func_emit_cwrapperexe_src
6718
6719 # func_win32_import_lib_p ARG
6720 # True if ARG is an import lib, as indicated by $file_magic_cmd
6721 func_win32_import_lib_p ()
6722 {
6723 $debug_cmd
6724
6725 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
6726 *import*) : ;;
6727 *) false ;;
6728 esac
6729 }
6730
6731 # func_suncc_cstd_abi
6732 # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
6733 # Several compiler flags select an ABI that is incompatible with the
6734 # Cstd library. Avoid specifying it if any are in CXXFLAGS.
6735 func_suncc_cstd_abi ()
6736 {
6737 $debug_cmd
6738
6739 case " $compile_command " in
6740 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
6741 suncc_use_cstd_abi=no
6742 ;;
6743 *)
6744 suncc_use_cstd_abi=yes
6745 ;;
6746 esac
6747 }
6748
6749 # func_mode_link arg...
6750 func_mode_link ()
6751 {
6752 $debug_cmd
6753
6754 case $host in
6755 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
6756 # It is impossible to link a dll without this setting, and
6757 # we shouldn't force the makefile maintainer to figure out
6758 # what system we are compiling for in order to pass an extra
6759 # flag for every libtool invocation.
6760 # allow_undefined=no
6761
6762 # FIXME: Unfortunately, there are problems with the above when trying
6763 # to make a dll that has undefined symbols, in which case not
6764 # even a static library is built. For now, we need to specify
6765 # -no-undefined on the libtool link line when we can be certain
6766 # that all symbols are satisfied, otherwise we get a static library.
6767 allow_undefined=yes
6768 ;;
6769 *)
6770 allow_undefined=yes
6771 ;;
6772 esac
6773 libtool_args=$nonopt
6774 base_compile="$nonopt $@"
6775 compile_command=$nonopt
6776 finalize_command=$nonopt
6777
6778 compile_rpath=
6779 finalize_rpath=
6780 compile_shlibpath=
6781 finalize_shlibpath=
6782 convenience=
6783 old_convenience=
6784 deplibs=
6785 old_deplibs=
6786 compiler_flags=
6787 linker_flags=
6788 dllsearchpath=
6789 lib_search_path=`pwd`
6790 inst_prefix_dir=
6791 new_inherited_linker_flags=
6792
6793 avoid_version=no
6794 bindir=
6795 dlfiles=
6796 dlprefiles=
6797 dlself=no
6798 export_dynamic=no
6799 export_symbols=
6800 export_symbols_regex=
6801 generated=
6802 libobjs=
6803 ltlibs=
6804 module=no
6805 no_install=no
6806 objs=
6807 os2dllname=
6808 non_pic_objects=
6809 precious_files_regex=
6810 prefer_static_libs=no
6811 preload=false
6812 prev=
6813 prevarg=
6814 release=
6815 rpath=
6816 xrpath=
6817 perm_rpath=
6818 temp_rpath=
6819 thread_safe=no
6820 vinfo=
6821 vinfo_number=no
6822 weak_libs=
6823 single_module=$wl-single_module
6824 func_infer_tag $base_compile
6825
6826 # We need to know -static, to get the right output filenames.
6827 for arg
6828 do
6829 case $arg in
6830 -shared)
6831 test yes != "$build_libtool_libs" \
6832 && func_fatal_configuration "cannot build a shared library"
6833 build_old_libs=no
6834 break
6835 ;;
6836 -all-static | -static | -static-libtool-libs)
6837 case $arg in
6838 -all-static)
6839 if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
6840 func_warning "complete static linking is impossible in this configuration"
6841 fi
6842 if test -n "$link_static_flag"; then
6843 dlopen_self=$dlopen_self_static
6844 fi
6845 prefer_static_libs=yes
6846 ;;
6847 -static)
6848 if test -z "$pic_flag" && test -n "$link_static_flag"; then
6849 dlopen_self=$dlopen_self_static
6850 fi
6851 prefer_static_libs=built
6852 ;;
6853 -static-libtool-libs)
6854 if test -z "$pic_flag" && test -n "$link_static_flag"; then
6855 dlopen_self=$dlopen_self_static
6856 fi
6857 prefer_static_libs=yes
6858 ;;
6859 esac
6860 build_libtool_libs=no
6861 build_old_libs=yes
6862 break
6863 ;;
6864 esac
6865 done
6866
6867 # See if our shared archives depend on static archives.
6868 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
6869
6870 # Go through the arguments, transforming them on the way.
6871 while test "$#" -gt 0; do
6872 arg=$1
6873 shift
6874 func_quote_arg pretty,unquoted "$arg"
6875 qarg=$func_quote_arg_unquoted_result
6876 func_append libtool_args " $func_quote_arg_result"
6877
6878 # If the previous option needs an argument, assign it.
6879 if test -n "$prev"; then
6880 case $prev in
6881 output)
6882 func_append compile_command " @OUTPUT@"
6883 func_append finalize_command " @OUTPUT@"
6884 ;;
6885 esac
6886
6887 case $prev in
6888 bindir)
6889 bindir=$arg
6890 prev=
6891 continue
6892 ;;
6893 dlfiles|dlprefiles)
6894 $preload || {
6895 # Add the symbol object into the linking commands.
6896 func_append compile_command " @SYMFILE@"
6897 func_append finalize_command " @SYMFILE@"
6898 preload=:
6899 }
6900 case $arg in
6901 *.la | *.lo) ;; # We handle these cases below.
6902 force)
6903 if test no = "$dlself"; then
6904 dlself=needless
6905 export_dynamic=yes
6906 fi
6907 prev=
6908 continue
6909 ;;
6910 self)
6911 if test dlprefiles = "$prev"; then
6912 dlself=yes
6913 elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
6914 dlself=yes
6915 else
6916 dlself=needless
6917 export_dynamic=yes
6918 fi
6919 prev=
6920 continue
6921 ;;
6922 *)
6923 if test dlfiles = "$prev"; then
6924 func_append dlfiles " $arg"
6925 else
6926 func_append dlprefiles " $arg"
6927 fi
6928 prev=
6929 continue
6930 ;;
6931 esac
6932 ;;
6933 expsyms)
6934 export_symbols=$arg
6935 test -f "$arg" \
6936 || func_fatal_error "symbol file '$arg' does not exist"
6937 prev=
6938 continue
6939 ;;
6940 expsyms_regex)
6941 export_symbols_regex=$arg
6942 prev=
6943 continue
6944 ;;
6945 framework)
6946 case $host in
6947 *-*-darwin*)
6948 case "$deplibs " in
6949 *" $qarg.ltframework "*) ;;
6950 *) func_append deplibs " $qarg.ltframework" # this is fixed later
6951 ;;
6952 esac
6953 ;;
6954 esac
6955 prev=
6956 continue
6957 ;;
6958 inst_prefix)
6959 inst_prefix_dir=$arg
6960 prev=
6961 continue
6962 ;;
6963 mllvm)
6964 # Clang does not use LLVM to link, so we can simply discard any
6965 # '-mllvm $arg' options when doing the link step.
6966 prev=
6967 continue
6968 ;;
6969 objectlist)
6970 if test -f "$arg"; then
6971 save_arg=$arg
6972 moreargs=
6973 for fil in `cat "$save_arg"`
6974 do
6975 # func_append moreargs " $fil"
6976 arg=$fil
6977 # A libtool-controlled object.
6978
6979 # Check to see that this really is a libtool object.
6980 if func_lalib_unsafe_p "$arg"; then
6981 pic_object=
6982 non_pic_object=
6983
6984 # Read the .lo file
6985 func_source "$arg"
6986
6987 if test -z "$pic_object" ||
6988 test -z "$non_pic_object" ||
6989 test none = "$pic_object" &&
6990 test none = "$non_pic_object"; then
6991 func_fatal_error "cannot find name of object for '$arg'"
6992 fi
6993
6994 # Extract subdirectory from the argument.
6995 func_dirname "$arg" "/" ""
6996 xdir=$func_dirname_result
6997
6998 if test none != "$pic_object"; then
6999 # Prepend the subdirectory the object is found in.
7000 pic_object=$xdir$pic_object
7001
7002 if test dlfiles = "$prev"; then
7003 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
7004 func_append dlfiles " $pic_object"
7005 prev=
7006 continue
7007 else
7008 # If libtool objects are unsupported, then we need to preload.
7009 prev=dlprefiles
7010 fi
7011 fi
7012
7013 # CHECK ME: I think I busted this. -Ossama
7014 if test dlprefiles = "$prev"; then
7015 # Preload the old-style object.
7016 func_append dlprefiles " $pic_object"
7017 prev=
7018 fi
7019
7020 # A PIC object.
7021 func_append libobjs " $pic_object"
7022 arg=$pic_object
7023 fi
7024
7025 # Non-PIC object.
7026 if test none != "$non_pic_object"; then
7027 # Prepend the subdirectory the object is found in.
7028 non_pic_object=$xdir$non_pic_object
7029
7030 # A standard non-PIC object
7031 func_append non_pic_objects " $non_pic_object"
7032 if test -z "$pic_object" || test none = "$pic_object"; then
7033 arg=$non_pic_object
7034 fi
7035 else
7036 # If the PIC object exists, use it instead.
7037 # $xdir was prepended to $pic_object above.
7038 non_pic_object=$pic_object
7039 func_append non_pic_objects " $non_pic_object"
7040 fi
7041 else
7042 # Only an error if not doing a dry-run.
7043 if $opt_dry_run; then
7044 # Extract subdirectory from the argument.
7045 func_dirname "$arg" "/" ""
7046 xdir=$func_dirname_result
7047
7048 func_lo2o "$arg"
7049 pic_object=$xdir$objdir/$func_lo2o_result
7050 non_pic_object=$xdir$func_lo2o_result
7051 func_append libobjs " $pic_object"
7052 func_append non_pic_objects " $non_pic_object"
7053 else
7054 func_fatal_error "'$arg' is not a valid libtool object"
7055 fi
7056 fi
7057 done
7058 else
7059 func_fatal_error "link input file '$arg' does not exist"
7060 fi
7061 arg=$save_arg
7062 prev=
7063 continue
7064 ;;
7065 os2dllname)
7066 os2dllname=$arg
7067 prev=
7068 continue
7069 ;;
7070 precious_regex)
7071 precious_files_regex=$arg
7072 prev=
7073 continue
7074 ;;
7075 release)
7076 release=-$arg
7077 prev=
7078 continue
7079 ;;
7080 rpath | xrpath)
7081 # We need an absolute path.
7082 case $arg in
7083 [\\/]* | [A-Za-z]:[\\/]*) ;;
7084 *)
7085 func_fatal_error "only absolute run-paths are allowed"
7086 ;;
7087 esac
7088 if test rpath = "$prev"; then
7089 case "$rpath " in
7090 *" $arg "*) ;;
7091 *) func_append rpath " $arg" ;;
7092 esac
7093 else
7094 case "$xrpath " in
7095 *" $arg "*) ;;
7096 *) func_append xrpath " $arg" ;;
7097 esac
7098 fi
7099 prev=
7100 continue
7101 ;;
7102 shrext)
7103 shrext_cmds=$arg
7104 prev=
7105 continue
7106 ;;
7107 weak)
7108 func_append weak_libs " $arg"
7109 prev=
7110 continue
7111 ;;
7112 xassembler)
7113 func_append compiler_flags " -Xassembler $qarg"
7114 prev=
7115 func_append compile_command " -Xassembler $qarg"
7116 func_append finalize_command " -Xassembler $qarg"
7117 continue
7118 ;;
7119 xcclinker)
7120 func_append linker_flags " $qarg"
7121 func_append compiler_flags " $qarg"
7122 prev=
7123 func_append compile_command " $qarg"
7124 func_append finalize_command " $qarg"
7125 continue
7126 ;;
7127 xcompiler)
7128 func_append compiler_flags " $qarg"
7129 prev=
7130 func_append compile_command " $qarg"
7131 func_append finalize_command " $qarg"
7132 continue
7133 ;;
7134 xlinker)
7135 func_append linker_flags " $qarg"
7136 func_append compiler_flags " $wl$qarg"
7137 prev=
7138 func_append compile_command " $wl$qarg"
7139 func_append finalize_command " $wl$qarg"
7140 continue
7141 ;;
7142 *)
7143 eval "$prev=\"\$arg\""
7144 prev=
7145 continue
7146 ;;
7147 esac
7148 fi # test -n "$prev"
7149
7150 prevarg=$arg
7151
7152 case $arg in
7153 -all-static)
7154 if test -n "$link_static_flag"; then
7155 # See comment for -static flag below, for more details.
7156 func_append compile_command " $link_static_flag"
7157 func_append finalize_command " $link_static_flag"
7158 fi
7159 continue
7160 ;;
7161
7162 -allow-undefined)
7163 # FIXME: remove this flag sometime in the future.
7164 func_fatal_error "'-allow-undefined' must not be used because it is the default"
7165 ;;
7166
7167 -avoid-version)
7168 avoid_version=yes
7169 continue
7170 ;;
7171
7172 -bindir)
7173 prev=bindir
7174 continue
7175 ;;
7176
7177 -dlopen)
7178 prev=dlfiles
7179 continue
7180 ;;
7181
7182 -dlpreopen)
7183 prev=dlprefiles
7184 continue
7185 ;;
7186
7187 -export-dynamic)
7188 export_dynamic=yes
7189 continue
7190 ;;
7191
7192 -export-symbols | -export-symbols-regex)
7193 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
7194 func_fatal_error "more than one -exported-symbols argument is not allowed"
7195 fi
7196 if test X-export-symbols = "X$arg"; then
7197 prev=expsyms
7198 else
7199 prev=expsyms_regex
7200 fi
7201 continue
7202 ;;
7203
7204 -framework)
7205 prev=framework
7206 continue
7207 ;;
7208
7209 -inst-prefix-dir)
7210 prev=inst_prefix
7211 continue
7212 ;;
7213
7214 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
7215 # so, if we see these flags be careful not to treat them like -L
7216 -L[A-Z][A-Z]*:*)
7217 case $with_gcc/$host in
7218 no/*-*-irix* | /*-*-irix*)
7219 func_append compile_command " $arg"
7220 func_append finalize_command " $arg"
7221 ;;
7222 esac
7223 continue
7224 ;;
7225
7226 -L*)
7227 func_stripname "-L" '' "$arg"
7228 if test -z "$func_stripname_result"; then
7229 if test "$#" -gt 0; then
7230 func_fatal_error "require no space between '-L' and '$1'"
7231 else
7232 func_fatal_error "need path for '-L' option"
7233 fi
7234 fi
7235 func_resolve_sysroot "$func_stripname_result"
7236 dir=$func_resolve_sysroot_result
7237 # We need an absolute path.
7238 case $dir in
7239 [\\/]* | [A-Za-z]:[\\/]*) ;;
7240 *)
7241 absdir=`cd "$dir" && pwd`
7242 test -z "$absdir" && \
7243 func_fatal_error "cannot determine absolute directory name of '$dir'"
7244 dir=$absdir
7245 ;;
7246 esac
7247 case "$deplibs " in
7248 *" -L$dir "* | *" $arg "*)
7249 # Will only happen for absolute or sysroot arguments
7250 ;;
7251 *)
7252 # Preserve sysroot, but never include relative directories
7253 case $dir in
7254 [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
7255 *) func_append deplibs " -L$dir" ;;
7256 esac
7257 func_append lib_search_path " $dir"
7258 ;;
7259 esac
7260 case $host in
7261 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
7262 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
7263 case :$dllsearchpath: in
7264 *":$dir:"*) ;;
7265 ::) dllsearchpath=$dir;;
7266 *) func_append dllsearchpath ":$dir";;
7267 esac
7268 case :$dllsearchpath: in
7269 *":$testbindir:"*) ;;
7270 ::) dllsearchpath=$testbindir;;
7271 *) func_append dllsearchpath ":$testbindir";;
7272 esac
7273 ;;
7274 esac
7275 continue
7276 ;;
7277
7278 -l*)
7279 if test X-lc = "X$arg" || test X-lm = "X$arg"; then
7280 case $host in
7281 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
7282 # These systems don't actually have a C or math library (as such)
7283 continue
7284 ;;
7285 *-*-os2*)
7286 # These systems don't actually have a C library (as such)
7287 test X-lc = "X$arg" && continue
7288 ;;
7289 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
7290 # Do not include libc due to us having libc/libc_r.
7291 test X-lc = "X$arg" && continue
7292 ;;
7293 *-*-rhapsody* | *-*-darwin1.[012])
7294 # Rhapsody C and math libraries are in the System framework
7295 func_append deplibs " System.ltframework"
7296 continue
7297 ;;
7298 *-*-sco3.2v5* | *-*-sco5v6*)
7299 # Causes problems with __ctype
7300 test X-lc = "X$arg" && continue
7301 ;;
7302 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
7303 # Compiler inserts libc in the correct place for threads to work
7304 test X-lc = "X$arg" && continue
7305 ;;
7306 esac
7307 elif test X-lc_r = "X$arg"; then
7308 case $host in
7309 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
7310 # Do not include libc_r directly, use -pthread flag.
7311 continue
7312 ;;
7313 esac
7314 fi
7315 func_append deplibs " $arg"
7316 continue
7317 ;;
7318
7319 -mllvm)
7320 prev=mllvm
7321 continue
7322 ;;
7323
7324 -module)
7325 module=yes
7326 continue
7327 ;;
7328
7329 # Tru64 UNIX uses -model [arg] to determine the layout of C++
7330 # classes, name mangling, and exception handling.
7331 # Darwin uses the -arch flag to determine output architecture.
7332 -model|-arch|-isysroot|--sysroot)
7333 func_append compiler_flags " $arg"
7334 func_append compile_command " $arg"
7335 func_append finalize_command " $arg"
7336 prev=xcompiler
7337 continue
7338 ;;
7339 # Solaris ld rejects as of 11.4. Refer to Oracle bug 22985199.
7340 -pthread)
7341 case $host in
7342 *solaris2*) ;;
7343 *)
7344 case "$new_inherited_linker_flags " in
7345 *" $arg "*) ;;
7346 * ) func_append new_inherited_linker_flags " $arg" ;;
7347 esac
7348 ;;
7349 esac
7350 continue
7351 ;;
7352 -mt|-mthreads|-kthread|-Kthread|-pthreads|--thread-safe \
7353 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7354 func_append compiler_flags " $arg"
7355 func_append compile_command " $arg"
7356 func_append finalize_command " $arg"
7357 case "$new_inherited_linker_flags " in
7358 *" $arg "*) ;;
7359 * ) func_append new_inherited_linker_flags " $arg" ;;
7360 esac
7361 continue
7362 ;;
7363
7364 -multi_module)
7365 single_module=$wl-multi_module
7366 continue
7367 ;;
7368
7369 -no-fast-install)
7370 fast_install=no
7371 continue
7372 ;;
7373
7374 -no-install)
7375 case $host in
7376 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
7377 # The PATH hackery in wrapper scripts is required on Windows
7378 # and Darwin in order for the loader to find any dlls it needs.
7379 func_warning "'-no-install' is ignored for $host"
7380 func_warning "assuming '-no-fast-install' instead"
7381 fast_install=no
7382 ;;
7383 *) no_install=yes ;;
7384 esac
7385 continue
7386 ;;
7387
7388 -no-undefined)
7389 allow_undefined=no
7390 continue
7391 ;;
7392
7393 -objectlist)
7394 prev=objectlist
7395 continue
7396 ;;
7397
7398 -os2dllname)
7399 prev=os2dllname
7400 continue
7401 ;;
7402
7403 -o) prev=output ;;
7404
7405 -precious-files-regex)
7406 prev=precious_regex
7407 continue
7408 ;;
7409
7410 -release)
7411 prev=release
7412 continue
7413 ;;
7414
7415 -rpath)
7416 prev=rpath
7417 continue
7418 ;;
7419
7420 -R)
7421 prev=xrpath
7422 continue
7423 ;;
7424
7425 -R*)
7426 func_stripname '-R' '' "$arg"
7427 dir=$func_stripname_result
7428 # We need an absolute path.
7429 case $dir in
7430 [\\/]* | [A-Za-z]:[\\/]*) ;;
7431 =*)
7432 func_stripname '=' '' "$dir"
7433 dir=$lt_sysroot$func_stripname_result
7434 ;;
7435 *)
7436 func_fatal_error "only absolute run-paths are allowed"
7437 ;;
7438 esac
7439 case "$xrpath " in
7440 *" $dir "*) ;;
7441 *) func_append xrpath " $dir" ;;
7442 esac
7443 continue
7444 ;;
7445
7446 -shared)
7447 # The effects of -shared are defined in a previous loop.
7448 continue
7449 ;;
7450
7451 -shrext)
7452 prev=shrext
7453 continue
7454 ;;
7455
7456 -static | -static-libtool-libs)
7457 # The effects of -static are defined in a previous loop.
7458 # We used to do the same as -all-static on platforms that
7459 # didn't have a PIC flag, but the assumption that the effects
7460 # would be equivalent was wrong. It would break on at least
7461 # Digital Unix and AIX.
7462 continue
7463 ;;
7464
7465 -thread-safe)
7466 thread_safe=yes
7467 continue
7468 ;;
7469
7470 -version-info)
7471 prev=vinfo
7472 continue
7473 ;;
7474
7475 -version-number)
7476 prev=vinfo
7477 vinfo_number=yes
7478 continue
7479 ;;
7480
7481 -weak)
7482 prev=weak
7483 continue
7484 ;;
7485
7486 -Wc,*)
7487 func_stripname '-Wc,' '' "$arg"
7488 args=$func_stripname_result
7489 arg=
7490 save_ifs=$IFS; IFS=,
7491 for flag in $args; do
7492 IFS=$save_ifs
7493 func_quote_arg pretty "$flag"
7494 func_append arg " $func_quote_arg_result"
7495 func_append compiler_flags " $func_quote_arg_result"
7496 done
7497 IFS=$save_ifs
7498 func_stripname ' ' '' "$arg"
7499 arg=$func_stripname_result
7500 ;;
7501
7502 -Wl,*)
7503 func_stripname '-Wl,' '' "$arg"
7504 args=$func_stripname_result
7505 arg=
7506 save_ifs=$IFS; IFS=,
7507 for flag in $args; do
7508 IFS=$save_ifs
7509 func_quote_arg pretty "$flag"
7510 func_append arg " $wl$func_quote_arg_result"
7511 func_append compiler_flags " $wl$func_quote_arg_result"
7512 func_append linker_flags " $func_quote_arg_result"
7513 done
7514 IFS=$save_ifs
7515 func_stripname ' ' '' "$arg"
7516 arg=$func_stripname_result
7517 ;;
7518
7519 -Xassembler)
7520 prev=xassembler
7521 continue
7522 ;;
7523
7524 -Xcompiler)
7525 prev=xcompiler
7526 continue
7527 ;;
7528
7529 -Xlinker)
7530 prev=xlinker
7531 continue
7532 ;;
7533
7534 -XCClinker)
7535 prev=xcclinker
7536 continue
7537 ;;
7538
7539 # -msg_* for osf cc
7540 -msg_*)
7541 func_quote_arg pretty "$arg"
7542 arg=$func_quote_arg_result
7543 ;;
7544
7545 # Flags to be passed through unchanged, with rationale:
7546 # -64, -mips[0-9] enable 64-bit mode for the SGI compiler
7547 # -r[0-9][0-9]* specify processor for the SGI compiler
7548 # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
7549 # +DA*, +DD* enable 64-bit mode for the HP compiler
7550 # -q* compiler args for the IBM compiler
7551 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
7552 # -F/path path to uninstalled frameworks, gcc on darwin
7553 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
7554 # -fstack-protector* stack protector flags for GCC
7555 # @file GCC response files
7556 # -tp=* Portland pgcc target processor selection
7557 # --sysroot=* for sysroot support
7558 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7559 # -specs=* GCC specs files
7560 # -stdlib=* select c++ std lib with clang
7561 # -fsanitize=* Clang/GCC memory and address sanitizer
7562 # -fuse-ld=* Linker select flags for GCC
7563 # -static-* direct GCC to link specific libraries statically
7564 # -fcilkplus Cilk Plus language extension features for C/C++
7565 # -Wa,* Pass flags directly to the assembler
7566 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
7567 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
7568 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7569 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*)
7570 func_quote_arg pretty "$arg"
7571 arg=$func_quote_arg_result
7572 func_append compile_command " $arg"
7573 func_append finalize_command " $arg"
7574 func_append compiler_flags " $arg"
7575 continue
7576 ;;
7577
7578 -Z*)
7579 if test os2 = "`expr $host : '.*\(os2\)'`"; then
7580 # OS/2 uses -Zxxx to specify OS/2-specific options
7581 compiler_flags="$compiler_flags $arg"
7582 func_append compile_command " $arg"
7583 func_append finalize_command " $arg"
7584 case $arg in
7585 -Zlinker | -Zstack)
7586 prev=xcompiler
7587 ;;
7588 esac
7589 continue
7590 else
7591 # Otherwise treat like 'Some other compiler flag' below
7592 func_quote_arg pretty "$arg"
7593 arg=$func_quote_arg_result
7594 fi
7595 ;;
7596
7597 # Some other compiler flag.
7598 -* | +*)
7599 func_quote_arg pretty "$arg"
7600 arg=$func_quote_arg_result
7601 ;;
7602
7603 *.$objext)
7604 # A standard object.
7605 func_append objs " $arg"
7606 ;;
7607
7608 *.lo)
7609 # A libtool-controlled object.
7610
7611 # Check to see that this really is a libtool object.
7612 if func_lalib_unsafe_p "$arg"; then
7613 pic_object=
7614 non_pic_object=
7615
7616 # Read the .lo file
7617 func_source "$arg"
7618
7619 if test -z "$pic_object" ||
7620 test -z "$non_pic_object" ||
7621 test none = "$pic_object" &&
7622 test none = "$non_pic_object"; then
7623 func_fatal_error "cannot find name of object for '$arg'"
7624 fi
7625
7626 # Extract subdirectory from the argument.
7627 func_dirname "$arg" "/" ""
7628 xdir=$func_dirname_result
7629
7630 test none = "$pic_object" || {
7631 # Prepend the subdirectory the object is found in.
7632 pic_object=$xdir$pic_object
7633
7634 if test dlfiles = "$prev"; then
7635 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
7636 func_append dlfiles " $pic_object"
7637 prev=
7638 continue
7639 else
7640 # If libtool objects are unsupported, then we need to preload.
7641 prev=dlprefiles
7642 fi
7643 fi
7644
7645 # CHECK ME: I think I busted this. -Ossama
7646 if test dlprefiles = "$prev"; then
7647 # Preload the old-style object.
7648 func_append dlprefiles " $pic_object"
7649 prev=
7650 fi
7651
7652 # A PIC object.
7653 func_append libobjs " $pic_object"
7654 arg=$pic_object
7655 }
7656
7657 # Non-PIC object.
7658 if test none != "$non_pic_object"; then
7659 # Prepend the subdirectory the object is found in.
7660 non_pic_object=$xdir$non_pic_object
7661
7662 # A standard non-PIC object
7663 func_append non_pic_objects " $non_pic_object"
7664 if test -z "$pic_object" || test none = "$pic_object"; then
7665 arg=$non_pic_object
7666 fi
7667 else
7668 # If the PIC object exists, use it instead.
7669 # $xdir was prepended to $pic_object above.
7670 non_pic_object=$pic_object
7671 func_append non_pic_objects " $non_pic_object"
7672 fi
7673 else
7674 # Only an error if not doing a dry-run.
7675 if $opt_dry_run; then
7676 # Extract subdirectory from the argument.
7677 func_dirname "$arg" "/" ""
7678 xdir=$func_dirname_result
7679
7680 func_lo2o "$arg"
7681 pic_object=$xdir$objdir/$func_lo2o_result
7682 non_pic_object=$xdir$func_lo2o_result
7683 func_append libobjs " $pic_object"
7684 func_append non_pic_objects " $non_pic_object"
7685 else
7686 func_fatal_error "'$arg' is not a valid libtool object"
7687 fi
7688 fi
7689 ;;
7690
7691 *.$libext)
7692 # An archive.
7693 func_append deplibs " $arg"
7694 func_append old_deplibs " $arg"
7695 continue
7696 ;;
7697
7698 *.la)
7699 # A libtool-controlled library.
7700
7701 func_resolve_sysroot "$arg"
7702 if test dlfiles = "$prev"; then
7703 # This library was specified with -dlopen.
7704 func_append dlfiles " $func_resolve_sysroot_result"
7705 prev=
7706 elif test dlprefiles = "$prev"; then
7707 # The library was specified with -dlpreopen.
7708 func_append dlprefiles " $func_resolve_sysroot_result"
7709 prev=
7710 else
7711 func_append deplibs " $func_resolve_sysroot_result"
7712 fi
7713 continue
7714 ;;
7715
7716 # Some other compiler argument.
7717 *)
7718 # Unknown arguments in both finalize_command and compile_command need
7719 # to be aesthetically quoted because they are evaled later.
7720 func_quote_arg pretty "$arg"
7721 arg=$func_quote_arg_result
7722 ;;
7723 esac # arg
7724
7725 # Now actually substitute the argument into the commands.
7726 if test -n "$arg"; then
7727 func_append compile_command " $arg"
7728 func_append finalize_command " $arg"
7729 fi
7730 done # argument parsing loop
7731
7732 test -n "$prev" && \
7733 func_fatal_help "the '$prevarg' option requires an argument"
7734
7735 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
7736 eval arg=\"$export_dynamic_flag_spec\"
7737 func_append compile_command " $arg"
7738 func_append finalize_command " $arg"
7739 fi
7740
7741 oldlibs=
7742 # calculate the name of the file, without its directory
7743 func_basename "$output"
7744 outputname=$func_basename_result
7745 libobjs_save=$libobjs
7746
7747 if test -n "$shlibpath_var"; then
7748 # get the directories listed in $shlibpath_var
7749 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
7750 else
7751 shlib_search_path=
7752 fi
7753 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
7754 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
7755
7756 # Definition is injected by LT_CONFIG during libtool generation.
7757 func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
7758
7759 func_dirname "$output" "/" ""
7760 output_objdir=$func_dirname_result$objdir
7761 func_to_tool_file "$output_objdir/"
7762 tool_output_objdir=$func_to_tool_file_result
7763 # Create the object directory.
7764 func_mkdir_p "$output_objdir"
7765
7766 # Determine the type of output
7767 case $output in
7768 "")
7769 func_fatal_help "you must specify an output file"
7770 ;;
7771 *.$libext) linkmode=oldlib ;;
7772 *.lo | *.$objext) linkmode=obj ;;
7773 *.la) linkmode=lib ;;
7774 *) linkmode=prog ;; # Anything else should be a program.
7775 esac
7776
7777 specialdeplibs=
7778
7779 libs=
7780 # Find all interdependent deplibs by searching for libraries
7781 # that are linked more than once (e.g. -la -lb -la)
7782 for deplib in $deplibs; do
7783 if $opt_preserve_dup_deps; then
7784 case "$libs " in
7785 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
7786 esac
7787 fi
7788 func_append libs " $deplib"
7789 done
7790
7791 if test lib = "$linkmode"; then
7792 libs="$predeps $libs $compiler_lib_search_path $postdeps"
7793
7794 # Compute libraries that are listed more than once in $predeps
7795 # $postdeps and mark them as special (i.e., whose duplicates are
7796 # not to be eliminated).
7797 pre_post_deps=
7798 if $opt_duplicate_compiler_generated_deps; then
7799 for pre_post_dep in $predeps $postdeps; do
7800 case "$pre_post_deps " in
7801 *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
7802 esac
7803 func_append pre_post_deps " $pre_post_dep"
7804 done
7805 fi
7806 pre_post_deps=
7807 fi
7808
7809 deplibs=
7810 newdependency_libs=
7811 newlib_search_path=
7812 need_relink=no # whether we're linking any uninstalled libtool libraries
7813 notinst_deplibs= # not-installed libtool libraries
7814 notinst_path= # paths that contain not-installed libtool libraries
7815
7816 case $linkmode in
7817 lib)
7818 passes="conv dlpreopen link"
7819 for file in $dlfiles $dlprefiles; do
7820 case $file in
7821 *.la) ;;
7822 *)
7823 func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
7824 ;;
7825 esac
7826 done
7827 ;;
7828 prog)
7829 compile_deplibs=
7830 finalize_deplibs=
7831 alldeplibs=false
7832 newdlfiles=
7833 newdlprefiles=
7834 passes="conv scan dlopen dlpreopen link"
7835 ;;
7836 *) passes="conv"
7837 ;;
7838 esac
7839
7840 for pass in $passes; do
7841 # The preopen pass in lib mode reverses $deplibs; put it back here
7842 # so that -L comes before libs that need it for instance...
7843 if test lib,link = "$linkmode,$pass"; then
7844 ## FIXME: Find the place where the list is rebuilt in the wrong
7845 ## order, and fix it there properly
7846 tmp_deplibs=
7847 for deplib in $deplibs; do
7848 tmp_deplibs="$deplib $tmp_deplibs"
7849 done
7850 deplibs=$tmp_deplibs
7851 fi
7852
7853 if test lib,link = "$linkmode,$pass" ||
7854 test prog,scan = "$linkmode,$pass"; then
7855 libs=$deplibs
7856 deplibs=
7857 fi
7858 if test prog = "$linkmode"; then
7859 case $pass in
7860 dlopen) libs=$dlfiles ;;
7861 dlpreopen) libs=$dlprefiles ;;
7862 link)
7863 libs="$deplibs %DEPLIBS%"
7864 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
7865 ;;
7866 esac
7867 fi
7868 if test lib,dlpreopen = "$linkmode,$pass"; then
7869 # Collect and forward deplibs of preopened libtool libs
7870 for lib in $dlprefiles; do
7871 # Ignore non-libtool-libs
7872 dependency_libs=
7873 func_resolve_sysroot "$lib"
7874 case $lib in
7875 *.la) func_source "$func_resolve_sysroot_result" ;;
7876 esac
7877
7878 # Collect preopened libtool deplibs, except any this library
7879 # has declared as weak libs
7880 for deplib in $dependency_libs; do
7881 func_basename "$deplib"
7882 deplib_base=$func_basename_result
7883 case " $weak_libs " in
7884 *" $deplib_base "*) ;;
7885 *) func_append deplibs " $deplib" ;;
7886 esac
7887 done
7888 done
7889 libs=$dlprefiles
7890 fi
7891 if test dlopen = "$pass"; then
7892 # Collect dlpreopened libraries
7893 save_deplibs=$deplibs
7894 deplibs=
7895 fi
7896
7897 for deplib in $libs; do
7898 lib=
7899 found=false
7900 case $deplib in
7901 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
7902 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7903 if test prog,link = "$linkmode,$pass"; then
7904 compile_deplibs="$deplib $compile_deplibs"
7905 finalize_deplibs="$deplib $finalize_deplibs"
7906 else
7907 func_append compiler_flags " $deplib"
7908 if test lib = "$linkmode"; then
7909 case "$new_inherited_linker_flags " in
7910 *" $deplib "*) ;;
7911 * ) func_append new_inherited_linker_flags " $deplib" ;;
7912 esac
7913 fi
7914 fi
7915 continue
7916 ;;
7917 -l*)
7918 if test lib != "$linkmode" && test prog != "$linkmode"; then
7919 func_warning "'-l' is ignored for archives/objects"
7920 continue
7921 fi
7922 func_stripname '-l' '' "$deplib"
7923 name=$func_stripname_result
7924 if test lib = "$linkmode"; then
7925 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
7926 else
7927 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
7928 fi
7929 for searchdir in $searchdirs; do
7930 for search_ext in .la $std_shrext .so .a; do
7931 # Search the libtool library
7932 lib=$searchdir/lib$name$search_ext
7933 if test -f "$lib"; then
7934 if test .la = "$search_ext"; then
7935 found=:
7936 else
7937 found=false
7938 fi
7939 break 2
7940 fi
7941 done
7942 done
7943 if $found; then
7944 # deplib is a libtool library
7945 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
7946 # We need to do some special things here, and not later.
7947 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
7948 case " $predeps $postdeps " in
7949 *" $deplib "*)
7950 if func_lalib_p "$lib"; then
7951 library_names=
7952 old_library=
7953 func_source "$lib"
7954 for l in $old_library $library_names; do
7955 ll=$l
7956 done
7957 if test "X$ll" = "X$old_library"; then # only static version available
7958 found=false
7959 func_dirname "$lib" "" "."
7960 ladir=$func_dirname_result
7961 lib=$ladir/$old_library
7962 if test prog,link = "$linkmode,$pass"; then
7963 compile_deplibs="$deplib $compile_deplibs"
7964 finalize_deplibs="$deplib $finalize_deplibs"
7965 else
7966 deplibs="$deplib $deplibs"
7967 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7968 fi
7969 continue
7970 fi
7971 fi
7972 ;;
7973 *) ;;
7974 esac
7975 fi
7976 else
7977 # deplib doesn't seem to be a libtool library
7978 if test prog,link = "$linkmode,$pass"; then
7979 compile_deplibs="$deplib $compile_deplibs"
7980 finalize_deplibs="$deplib $finalize_deplibs"
7981 else
7982 deplibs="$deplib $deplibs"
7983 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7984 fi
7985 continue
7986 fi
7987 ;; # -l
7988 *.ltframework)
7989 if test prog,link = "$linkmode,$pass"; then
7990 compile_deplibs="$deplib $compile_deplibs"
7991 finalize_deplibs="$deplib $finalize_deplibs"
7992 else
7993 deplibs="$deplib $deplibs"
7994 if test lib = "$linkmode"; then
7995 case "$new_inherited_linker_flags " in
7996 *" $deplib "*) ;;
7997 * ) func_append new_inherited_linker_flags " $deplib" ;;
7998 esac
7999 fi
8000 fi
8001 continue
8002 ;;
8003 -L*)
8004 case $linkmode in
8005 lib)
8006 deplibs="$deplib $deplibs"
8007 test conv = "$pass" && continue
8008 newdependency_libs="$deplib $newdependency_libs"
8009 func_stripname '-L' '' "$deplib"
8010 func_resolve_sysroot "$func_stripname_result"
8011 func_append newlib_search_path " $func_resolve_sysroot_result"
8012 ;;
8013 prog)
8014 if test conv = "$pass"; then
8015 deplibs="$deplib $deplibs"
8016 continue
8017 fi
8018 if test scan = "$pass"; then
8019 deplibs="$deplib $deplibs"
8020 else
8021 compile_deplibs="$deplib $compile_deplibs"
8022 finalize_deplibs="$deplib $finalize_deplibs"
8023 fi
8024 func_stripname '-L' '' "$deplib"
8025 func_resolve_sysroot "$func_stripname_result"
8026 func_append newlib_search_path " $func_resolve_sysroot_result"
8027 ;;
8028 *)
8029 func_warning "'-L' is ignored for archives/objects"
8030 ;;
8031 esac # linkmode
8032 continue
8033 ;; # -L
8034 -R*)
8035 if test link = "$pass"; then
8036 func_stripname '-R' '' "$deplib"
8037 func_resolve_sysroot "$func_stripname_result"
8038 dir=$func_resolve_sysroot_result
8039 # Make sure the xrpath contains only unique directories.
8040 case "$xrpath " in
8041 *" $dir "*) ;;
8042 *) func_append xrpath " $dir" ;;
8043 esac
8044 fi
8045 deplibs="$deplib $deplibs"
8046 continue
8047 ;;
8048 *.la)
8049 func_resolve_sysroot "$deplib"
8050 lib=$func_resolve_sysroot_result
8051 ;;
8052 *.$libext)
8053 if test conv = "$pass"; then
8054 deplibs="$deplib $deplibs"
8055 continue
8056 fi
8057 case $linkmode in
8058 lib)
8059 # Linking convenience modules into shared libraries is allowed,
8060 # but linking other static libraries is non-portable.
8061 case " $dlpreconveniencelibs " in
8062 *" $deplib "*) ;;
8063 *)
8064 valid_a_lib=false
8065 case $deplibs_check_method in
8066 match_pattern*)
8067 set dummy $deplibs_check_method; shift
8068 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
8069 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
8070 | $EGREP "$match_pattern_regex" > /dev/null; then
8071 valid_a_lib=:
8072 fi
8073 ;;
8074 pass_all)
8075 valid_a_lib=:
8076 ;;
8077 esac
8078 if $valid_a_lib; then
8079 echo
8080 $ECHO "*** Warning: Linking the shared library $output against the"
8081 $ECHO "*** static library $deplib is not portable!"
8082 deplibs="$deplib $deplibs"
8083 else
8084 echo
8085 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
8086 echo "*** I have the capability to make that library automatically link in when"
8087 echo "*** you link to this library. But I can only do this if you have a"
8088 echo "*** shared version of the library, which you do not appear to have"
8089 echo "*** because the file extensions .$libext of this argument makes me believe"
8090 echo "*** that it is just a static archive that I should not use here."
8091 fi
8092 ;;
8093 esac
8094 continue
8095 ;;
8096 prog)
8097 if test link != "$pass"; then
8098 deplibs="$deplib $deplibs"
8099 else
8100 compile_deplibs="$deplib $compile_deplibs"
8101 finalize_deplibs="$deplib $finalize_deplibs"
8102 fi
8103 continue
8104 ;;
8105 esac # linkmode
8106 ;; # *.$libext
8107 *.lo | *.$objext)
8108 if test conv = "$pass"; then
8109 deplibs="$deplib $deplibs"
8110 elif test prog = "$linkmode"; then
8111 if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
8112 # If there is no dlopen support or we're linking statically,
8113 # we need to preload.
8114 func_append newdlprefiles " $deplib"
8115 compile_deplibs="$deplib $compile_deplibs"
8116 finalize_deplibs="$deplib $finalize_deplibs"
8117 else
8118 func_append newdlfiles " $deplib"
8119 fi
8120 fi
8121 continue
8122 ;;
8123 %DEPLIBS%)
8124 alldeplibs=:
8125 continue
8126 ;;
8127 esac # case $deplib
8128
8129 $found || test -f "$lib" \
8130 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
8131
8132 # Check to see that this really is a libtool archive.
8133 func_lalib_unsafe_p "$lib" \
8134 || func_fatal_error "'$lib' is not a valid libtool archive"
8135
8136 func_dirname "$lib" "" "."
8137 ladir=$func_dirname_result
8138
8139 dlname=
8140 dlopen=
8141 dlpreopen=
8142 libdir=
8143 library_names=
8144 old_library=
8145 inherited_linker_flags=
8146 # If the library was installed with an old release of libtool,
8147 # it will not redefine variables installed, or shouldnotlink
8148 installed=yes
8149 shouldnotlink=no
8150 avoidtemprpath=
8151
8152
8153 # Read the .la file
8154 func_source "$lib"
8155
8156 # Convert "-framework foo" to "foo.ltframework"
8157 if test -n "$inherited_linker_flags"; then
8158 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
8159 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
8160 case " $new_inherited_linker_flags " in
8161 *" $tmp_inherited_linker_flag "*) ;;
8162 *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
8163 esac
8164 done
8165 fi
8166 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8167 if test lib,link = "$linkmode,$pass" ||
8168 test prog,scan = "$linkmode,$pass" ||
8169 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
8170 test -n "$dlopen" && func_append dlfiles " $dlopen"
8171 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
8172 fi
8173
8174 if test conv = "$pass"; then
8175 # Only check for convenience libraries
8176 deplibs="$lib $deplibs"
8177 if test -z "$libdir"; then
8178 if test -z "$old_library"; then
8179 func_fatal_error "cannot find name of link library for '$lib'"
8180 fi
8181 # It is a libtool convenience library, so add in its objects.
8182 func_append convenience " $ladir/$objdir/$old_library"
8183 func_append old_convenience " $ladir/$objdir/$old_library"
8184 tmp_libs=
8185 for deplib in $dependency_libs; do
8186 deplibs="$deplib $deplibs"
8187 if $opt_preserve_dup_deps; then
8188 case "$tmp_libs " in
8189 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
8190 esac
8191 fi
8192 func_append tmp_libs " $deplib"
8193 done
8194 elif test prog != "$linkmode" && test lib != "$linkmode"; then
8195 func_fatal_error "'$lib' is not a convenience library"
8196 fi
8197 continue
8198 fi # $pass = conv
8199
8200
8201 # Get the name of the library we link against.
8202 linklib=
8203 if test -n "$old_library" &&
8204 { test yes = "$prefer_static_libs" ||
8205 test built,no = "$prefer_static_libs,$installed"; }; then
8206 linklib=$old_library
8207 else
8208 for l in $old_library $library_names; do
8209 linklib=$l
8210 done
8211 fi
8212 if test -z "$linklib"; then
8213 func_fatal_error "cannot find name of link library for '$lib'"
8214 fi
8215
8216 # This library was specified with -dlopen.
8217 if test dlopen = "$pass"; then
8218 test -z "$libdir" \
8219 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
8220 if test -z "$dlname" ||
8221 test yes != "$dlopen_support" ||
8222 test no = "$build_libtool_libs"
8223 then
8224 # If there is no dlname, no dlopen support or we're linking
8225 # statically, we need to preload. We also need to preload any
8226 # dependent libraries so libltdl's deplib preloader doesn't
8227 # bomb out in the load deplibs phase.
8228 func_append dlprefiles " $lib $dependency_libs"
8229 else
8230 func_append newdlfiles " $lib"
8231 fi
8232 continue
8233 fi # $pass = dlopen
8234
8235 # We need an absolute path.
8236 case $ladir in
8237 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
8238 *)
8239 abs_ladir=`cd "$ladir" && pwd`
8240 if test -z "$abs_ladir"; then
8241 func_warning "cannot determine absolute directory name of '$ladir'"
8242 func_warning "passing it literally to the linker, although it might fail"
8243 abs_ladir=$ladir
8244 fi
8245 ;;
8246 esac
8247 func_basename "$lib"
8248 laname=$func_basename_result
8249
8250 # Find the relevant object directory and library name.
8251 if test yes = "$installed"; then
8252 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
8253 func_warning "library '$lib' was moved."
8254 dir=$ladir
8255 absdir=$abs_ladir
8256 libdir=$abs_ladir
8257 else
8258 dir=$lt_sysroot$libdir
8259 absdir=$lt_sysroot$libdir
8260 fi
8261 test yes = "$hardcode_automatic" && avoidtemprpath=yes
8262 else
8263 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
8264 dir=$ladir
8265 absdir=$abs_ladir
8266 # Remove this search path later
8267 func_append notinst_path " $abs_ladir"
8268 else
8269 dir=$ladir/$objdir
8270 absdir=$abs_ladir/$objdir
8271 # Remove this search path later
8272 func_append notinst_path " $abs_ladir"
8273 fi
8274 fi # $installed = yes
8275 func_stripname 'lib' '.la' "$laname"
8276 name=$func_stripname_result
8277
8278 # This library was specified with -dlpreopen.
8279 if test dlpreopen = "$pass"; then
8280 if test -z "$libdir" && test prog = "$linkmode"; then
8281 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
8282 fi
8283 case $host in
8284 # special handling for platforms with PE-DLLs.
8285 *cygwin* | *mingw* | *cegcc* )
8286 # Linker will automatically link against shared library if both
8287 # static and shared are present. Therefore, ensure we extract
8288 # symbols from the import library if a shared library is present
8289 # (otherwise, the dlopen module name will be incorrect). We do
8290 # this by putting the import library name into $newdlprefiles.
8291 # We recover the dlopen module name by 'saving' the la file
8292 # name in a special purpose variable, and (later) extracting the
8293 # dlname from the la file.
8294 if test -n "$dlname"; then
8295 func_tr_sh "$dir/$linklib"
8296 eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
8297 func_append newdlprefiles " $dir/$linklib"
8298 else
8299 func_append newdlprefiles " $dir/$old_library"
8300 # Keep a list of preopened convenience libraries to check
8301 # that they are being used correctly in the link pass.
8302 test -z "$libdir" && \
8303 func_append dlpreconveniencelibs " $dir/$old_library"
8304 fi
8305 ;;
8306 * )
8307 # Prefer using a static library (so that no silly _DYNAMIC symbols
8308 # are required to link).
8309 if test -n "$old_library"; then
8310 func_append newdlprefiles " $dir/$old_library"
8311 # Keep a list of preopened convenience libraries to check
8312 # that they are being used correctly in the link pass.
8313 test -z "$libdir" && \
8314 func_append dlpreconveniencelibs " $dir/$old_library"
8315 # Otherwise, use the dlname, so that lt_dlopen finds it.
8316 elif test -n "$dlname"; then
8317 func_append newdlprefiles " $dir/$dlname"
8318 else
8319 func_append newdlprefiles " $dir/$linklib"
8320 fi
8321 ;;
8322 esac
8323 fi # $pass = dlpreopen
8324
8325 if test -z "$libdir"; then
8326 # Link the convenience library
8327 if test lib = "$linkmode"; then
8328 deplibs="$dir/$old_library $deplibs"
8329 elif test prog,link = "$linkmode,$pass"; then
8330 compile_deplibs="$dir/$old_library $compile_deplibs"
8331 finalize_deplibs="$dir/$old_library $finalize_deplibs"
8332 else
8333 deplibs="$lib $deplibs" # used for prog,scan pass
8334 fi
8335 continue
8336 fi
8337
8338
8339 if test prog = "$linkmode" && test link != "$pass"; then
8340 func_append newlib_search_path " $ladir"
8341 deplibs="$lib $deplibs"
8342
8343 linkalldeplibs=false
8344 if test no != "$link_all_deplibs" || test -z "$library_names" ||
8345 test no = "$build_libtool_libs"; then
8346 linkalldeplibs=:
8347 fi
8348
8349 tmp_libs=
8350 for deplib in $dependency_libs; do
8351 case $deplib in
8352 -L*) func_stripname '-L' '' "$deplib"
8353 func_resolve_sysroot "$func_stripname_result"
8354 func_append newlib_search_path " $func_resolve_sysroot_result"
8355 ;;
8356 esac
8357 # Need to link against all dependency_libs?
8358 if $linkalldeplibs; then
8359 deplibs="$deplib $deplibs"
8360 else
8361 # Need to hardcode shared library paths
8362 # or/and link against static libraries
8363 newdependency_libs="$deplib $newdependency_libs"
8364 fi
8365 if $opt_preserve_dup_deps; then
8366 case "$tmp_libs " in
8367 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
8368 esac
8369 fi
8370 func_append tmp_libs " $deplib"
8371 done # for deplib
8372 continue
8373 fi # $linkmode = prog...
8374
8375 if test prog,link = "$linkmode,$pass"; then
8376 if test -n "$library_names" &&
8377 { { test no = "$prefer_static_libs" ||
8378 test built,yes = "$prefer_static_libs,$installed"; } ||
8379 test -z "$old_library"; }; then
8380 # We need to hardcode the library path
8381 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
8382 # Make sure the rpath contains only unique directories.
8383 case $temp_rpath: in
8384 *"$absdir:"*) ;;
8385 *) func_append temp_rpath "$absdir:" ;;
8386 esac
8387 fi
8388
8389 # Hardcode the library path.
8390 # Skip directories that are in the system default run-time
8391 # search path.
8392 case " $sys_lib_dlsearch_path " in
8393 *" $absdir "*) ;;
8394 *)
8395 case "$compile_rpath " in
8396 *" $absdir "*) ;;
8397 *) func_append compile_rpath " $absdir" ;;
8398 esac
8399 ;;
8400 esac
8401 case " $sys_lib_dlsearch_path " in
8402 *" $libdir "*) ;;
8403 *)
8404 case "$finalize_rpath " in
8405 *" $libdir "*) ;;
8406 *) func_append finalize_rpath " $libdir" ;;
8407 esac
8408 ;;
8409 esac
8410 fi # $linkmode,$pass = prog,link...
8411
8412 if $alldeplibs &&
8413 { test pass_all = "$deplibs_check_method" ||
8414 { test yes = "$build_libtool_libs" &&
8415 test -n "$library_names"; }; }; then
8416 # We only need to search for static libraries
8417 continue
8418 fi
8419 fi
8420
8421 link_static=no # Whether the deplib will be linked statically
8422 use_static_libs=$prefer_static_libs
8423 if test built = "$use_static_libs" && test yes = "$installed"; then
8424 use_static_libs=no
8425 fi
8426 if test -n "$library_names" &&
8427 { test no = "$use_static_libs" || test -z "$old_library"; }; then
8428 case $host in
8429 *cygwin* | *mingw* | *cegcc* | *os2*)
8430 # No point in relinking DLLs because paths are not encoded
8431 func_append notinst_deplibs " $lib"
8432 need_relink=no
8433 ;;
8434 *)
8435 if test no = "$installed"; then
8436 func_append notinst_deplibs " $lib"
8437 need_relink=yes
8438 fi
8439 ;;
8440 esac
8441 # This is a shared library
8442
8443 # Warn about portability, can't link against -module's on some
8444 # systems (darwin). Don't bleat about dlopened modules though!
8445 dlopenmodule=
8446 for dlpremoduletest in $dlprefiles; do
8447 if test "X$dlpremoduletest" = "X$lib"; then
8448 dlopenmodule=$dlpremoduletest
8449 break
8450 fi
8451 done
8452 if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
8453 echo
8454 if test prog = "$linkmode"; then
8455 $ECHO "*** Warning: Linking the executable $output against the loadable module"
8456 else
8457 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
8458 fi
8459 $ECHO "*** $linklib is not portable!"
8460 fi
8461 if test lib = "$linkmode" &&
8462 test yes = "$hardcode_into_libs"; then
8463 # Hardcode the library path.
8464 # Skip directories that are in the system default run-time
8465 # search path.
8466 case " $sys_lib_dlsearch_path " in
8467 *" $absdir "*) ;;
8468 *)
8469 case "$compile_rpath " in
8470 *" $absdir "*) ;;
8471 *) func_append compile_rpath " $absdir" ;;
8472 esac
8473 ;;
8474 esac
8475 case " $sys_lib_dlsearch_path " in
8476 *" $libdir "*) ;;
8477 *)
8478 case "$finalize_rpath " in
8479 *" $libdir "*) ;;
8480 *) func_append finalize_rpath " $libdir" ;;
8481 esac
8482 ;;
8483 esac
8484 fi
8485
8486 if test -n "$old_archive_from_expsyms_cmds"; then
8487 # figure out the soname
8488 set dummy $library_names
8489 shift
8490 realname=$1
8491 shift
8492 libname=`eval "\\$ECHO \"$libname_spec\""`
8493 # use dlname if we got it. it's perfectly good, no?
8494 if test -n "$dlname"; then
8495 soname=$dlname
8496 elif test -n "$soname_spec"; then
8497 # bleh windows
8498 case $host in
8499 *cygwin* | mingw* | *cegcc* | *os2*)
8500 func_arith $current - $age
8501 major=$func_arith_result
8502 versuffix=-$major
8503 ;;
8504 esac
8505 eval soname=\"$soname_spec\"
8506 else
8507 soname=$realname
8508 fi
8509
8510 # Make a new name for the extract_expsyms_cmds to use
8511 soroot=$soname
8512 func_basename "$soroot"
8513 soname=$func_basename_result
8514 func_stripname 'lib' '.dll' "$soname"
8515 newlib=libimp-$func_stripname_result.a
8516
8517 # If the library has no export list, then create one now
8518 if test -f "$output_objdir/$soname-def"; then :
8519 else
8520 func_verbose "extracting exported symbol list from '$soname'"
8521 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
8522 fi
8523
8524 # Create $newlib
8525 if test -f "$output_objdir/$newlib"; then :; else
8526 func_verbose "generating import library for '$soname'"
8527 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
8528 fi
8529 # make sure the library variables are pointing to the new library
8530 dir=$output_objdir
8531 linklib=$newlib
8532 fi # test -n "$old_archive_from_expsyms_cmds"
8533
8534 if test prog = "$linkmode" || test relink != "$opt_mode"; then
8535 add_shlibpath=
8536 add_dir=
8537 add=
8538 lib_linked=yes
8539 case $hardcode_action in
8540 immediate | unsupported)
8541 if test no = "$hardcode_direct"; then
8542 add=$dir/$linklib
8543 case $host in
8544 *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
8545 *-*-sysv4*uw2*) add_dir=-L$dir ;;
8546 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
8547 *-*-unixware7*) add_dir=-L$dir ;;
8548 *-*-darwin* )
8549 # if the lib is a (non-dlopened) module then we cannot
8550 # link against it, someone is ignoring the earlier warnings
8551 if /usr/bin/file -L $add 2> /dev/null |
8552 $GREP ": [^:]* bundle" >/dev/null; then
8553 if test "X$dlopenmodule" != "X$lib"; then
8554 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
8555 if test -z "$old_library"; then
8556 echo
8557 echo "*** And there doesn't seem to be a static archive available"
8558 echo "*** The link will probably fail, sorry"
8559 else
8560 add=$dir/$old_library
8561 fi
8562 elif test -n "$old_library"; then
8563 add=$dir/$old_library
8564 fi
8565 fi
8566 esac
8567 elif test no = "$hardcode_minus_L"; then
8568 case $host in
8569 *-*-sunos*) add_shlibpath=$dir ;;
8570 esac
8571 add_dir=-L$dir
8572 add=-l$name
8573 elif test no = "$hardcode_shlibpath_var"; then
8574 add_shlibpath=$dir
8575 add=-l$name
8576 else
8577 lib_linked=no
8578 fi
8579 ;;
8580 relink)
8581 if test yes = "$hardcode_direct" &&
8582 test no = "$hardcode_direct_absolute"; then
8583 add=$dir/$linklib
8584 elif test yes = "$hardcode_minus_L"; then
8585 add_dir=-L$absdir
8586 # Try looking first in the location we're being installed to.
8587 if test -n "$inst_prefix_dir"; then
8588 case $libdir in
8589 [\\/]*)
8590 func_append add_dir " -L$inst_prefix_dir$libdir"
8591 ;;
8592 esac
8593 fi
8594 add=-l$name
8595 elif test yes = "$hardcode_shlibpath_var"; then
8596 add_shlibpath=$dir
8597 add=-l$name
8598 else
8599 lib_linked=no
8600 fi
8601 ;;
8602 *) lib_linked=no ;;
8603 esac
8604
8605 if test yes != "$lib_linked"; then
8606 func_fatal_configuration "unsupported hardcode properties"
8607 fi
8608
8609 if test -n "$add_shlibpath"; then
8610 case :$compile_shlibpath: in
8611 *":$add_shlibpath:"*) ;;
8612 *) func_append compile_shlibpath "$add_shlibpath:" ;;
8613 esac
8614 fi
8615 if test prog = "$linkmode"; then
8616 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
8617 test -n "$add" && compile_deplibs="$add $compile_deplibs"
8618 else
8619 test -n "$add_dir" && deplibs="$add_dir $deplibs"
8620 test -n "$add" && deplibs="$add $deplibs"
8621 if test yes != "$hardcode_direct" &&
8622 test yes != "$hardcode_minus_L" &&
8623 test yes = "$hardcode_shlibpath_var"; then
8624 case :$finalize_shlibpath: in
8625 *":$libdir:"*) ;;
8626 *) func_append finalize_shlibpath "$libdir:" ;;
8627 esac
8628 fi
8629 fi
8630 fi
8631
8632 if test prog = "$linkmode" || test relink = "$opt_mode"; then
8633 add_shlibpath=
8634 add_dir=
8635 add=
8636 # Finalize command for both is simple: just hardcode it.
8637 if test yes = "$hardcode_direct" &&
8638 test no = "$hardcode_direct_absolute"; then
8639 add=$libdir/$linklib
8640 elif test yes = "$hardcode_minus_L"; then
8641 add_dir=-L$libdir
8642 add=-l$name
8643 elif test yes = "$hardcode_shlibpath_var"; then
8644 case :$finalize_shlibpath: in
8645 *":$libdir:"*) ;;
8646 *) func_append finalize_shlibpath "$libdir:" ;;
8647 esac
8648 add=-l$name
8649 elif test yes = "$hardcode_automatic"; then
8650 if test -n "$inst_prefix_dir" &&
8651 test -f "$inst_prefix_dir$libdir/$linklib"; then
8652 add=$inst_prefix_dir$libdir/$linklib
8653 else
8654 add=$libdir/$linklib
8655 fi
8656 else
8657 # We cannot seem to hardcode it, guess we'll fake it.
8658 add_dir=-L$libdir
8659 # Try looking first in the location we're being installed to.
8660 if test -n "$inst_prefix_dir"; then
8661 case $libdir in
8662 [\\/]*)
8663 func_append add_dir " -L$inst_prefix_dir$libdir"
8664 ;;
8665 esac
8666 fi
8667 add=-l$name
8668 fi
8669
8670 if test prog = "$linkmode"; then
8671 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
8672 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
8673 else
8674 test -n "$add_dir" && deplibs="$add_dir $deplibs"
8675 test -n "$add" && deplibs="$add $deplibs"
8676 fi
8677 fi
8678 elif test prog = "$linkmode"; then
8679 # Here we assume that one of hardcode_direct or hardcode_minus_L
8680 # is not unsupported. This is valid on all known static and
8681 # shared platforms.
8682 if test unsupported != "$hardcode_direct"; then
8683 test -n "$old_library" && linklib=$old_library
8684 compile_deplibs="$dir/$linklib $compile_deplibs"
8685 finalize_deplibs="$dir/$linklib $finalize_deplibs"
8686 else
8687 compile_deplibs="-l$name -L$dir $compile_deplibs"
8688 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
8689 fi
8690 elif test yes = "$build_libtool_libs"; then
8691 # Not a shared library
8692 if test pass_all != "$deplibs_check_method"; then
8693 # We're trying link a shared library against a static one
8694 # but the system doesn't support it.
8695
8696 # Just print a warning and add the library to dependency_libs so
8697 # that the program can be linked against the static library.
8698 echo
8699 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
8700 echo "*** I have the capability to make that library automatically link in when"
8701 echo "*** you link to this library. But I can only do this if you have a"
8702 echo "*** shared version of the library, which you do not appear to have."
8703 if test yes = "$module"; then
8704 echo "*** But as you try to build a module library, libtool will still create "
8705 echo "*** a static module, that should work as long as the dlopening application"
8706 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
8707 if test -z "$global_symbol_pipe"; then
8708 echo
8709 echo "*** However, this would only work if libtool was able to extract symbol"
8710 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
8711 echo "*** not find such a program. So, this module is probably useless."
8712 echo "*** 'nm' from GNU binutils and a full rebuild may help."
8713 fi
8714 if test no = "$build_old_libs"; then
8715 build_libtool_libs=module
8716 build_old_libs=yes
8717 else
8718 build_libtool_libs=no
8719 fi
8720 fi
8721 else
8722 deplibs="$dir/$old_library $deplibs"
8723 link_static=yes
8724 fi
8725 fi # link shared/static library?
8726
8727 if test lib = "$linkmode"; then
8728 if test -n "$dependency_libs" &&
8729 { test yes != "$hardcode_into_libs" ||
8730 test yes = "$build_old_libs" ||
8731 test yes = "$link_static"; }; then
8732 # Extract -R from dependency_libs
8733 temp_deplibs=
8734 for libdir in $dependency_libs; do
8735 case $libdir in
8736 -R*) func_stripname '-R' '' "$libdir"
8737 temp_xrpath=$func_stripname_result
8738 case " $xrpath " in
8739 *" $temp_xrpath "*) ;;
8740 *) func_append xrpath " $temp_xrpath";;
8741 esac;;
8742 *) func_append temp_deplibs " $libdir";;
8743 esac
8744 done
8745 dependency_libs=$temp_deplibs
8746 fi
8747
8748 func_append newlib_search_path " $absdir"
8749 # Link against this library
8750 test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
8751 # ... and its dependency_libs
8752 tmp_libs=
8753 for deplib in $dependency_libs; do
8754 newdependency_libs="$deplib $newdependency_libs"
8755 case $deplib in
8756 -L*) func_stripname '-L' '' "$deplib"
8757 func_resolve_sysroot "$func_stripname_result";;
8758 *) func_resolve_sysroot "$deplib" ;;
8759 esac
8760 if $opt_preserve_dup_deps; then
8761 case "$tmp_libs " in
8762 *" $func_resolve_sysroot_result "*)
8763 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
8764 esac
8765 fi
8766 func_append tmp_libs " $func_resolve_sysroot_result"
8767 done
8768
8769 if test no != "$link_all_deplibs"; then
8770 # Add the search paths of all dependency libraries
8771 for deplib in $dependency_libs; do
8772 path=
8773 case $deplib in
8774 -L*) path=$deplib ;;
8775 *.la)
8776 func_resolve_sysroot "$deplib"
8777 deplib=$func_resolve_sysroot_result
8778 func_dirname "$deplib" "" "."
8779 dir=$func_dirname_result
8780 # We need an absolute path.
8781 case $dir in
8782 [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
8783 *)
8784 absdir=`cd "$dir" && pwd`
8785 if test -z "$absdir"; then
8786 func_warning "cannot determine absolute directory name of '$dir'"
8787 absdir=$dir
8788 fi
8789 ;;
8790 esac
8791 if $GREP "^installed=no" $deplib > /dev/null; then
8792 case $host in
8793 *-*-darwin*)
8794 depdepl=
8795 eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
8796 if test -n "$deplibrary_names"; then
8797 for tmp in $deplibrary_names; do
8798 depdepl=$tmp
8799 done
8800 if test -f "$absdir/$objdir/$depdepl"; then
8801 depdepl=$absdir/$objdir/$depdepl
8802 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8803 if test -z "$darwin_install_name"; then
8804 darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8805 fi
8806 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8807 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
8808 path=
8809 fi
8810 fi
8811 ;;
8812 *)
8813 path=-L$absdir/$objdir
8814 ;;
8815 esac
8816 else
8817 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
8818 test -z "$libdir" && \
8819 func_fatal_error "'$deplib' is not a valid libtool archive"
8820 test "$absdir" != "$libdir" && \
8821 func_warning "'$deplib' seems to be moved"
8822
8823 path=-L$absdir
8824 fi
8825 ;;
8826 esac
8827 case " $deplibs " in
8828 *" $path "*) ;;
8829 *) deplibs="$path $deplibs" ;;
8830 esac
8831 done
8832 fi # link_all_deplibs != no
8833 fi # linkmode = lib
8834 done # for deplib in $libs
8835 if test link = "$pass"; then
8836 if test prog = "$linkmode"; then
8837 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
8838 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
8839 else
8840 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
8841 fi
8842 fi
8843 dependency_libs=$newdependency_libs
8844 if test dlpreopen = "$pass"; then
8845 # Link the dlpreopened libraries before other libraries
8846 for deplib in $save_deplibs; do
8847 deplibs="$deplib $deplibs"
8848 done
8849 fi
8850 if test dlopen != "$pass"; then
8851 test conv = "$pass" || {
8852 # Make sure lib_search_path contains only unique directories.
8853 lib_search_path=
8854 for dir in $newlib_search_path; do
8855 case "$lib_search_path " in
8856 *" $dir "*) ;;
8857 *) func_append lib_search_path " $dir" ;;
8858 esac
8859 done
8860 newlib_search_path=
8861 }
8862
8863 if test prog,link = "$linkmode,$pass"; then
8864 vars="compile_deplibs finalize_deplibs"
8865 else
8866 vars=deplibs
8867 fi
8868 for var in $vars dependency_libs; do
8869 # Add libraries to $var in reverse order
8870 eval tmp_libs=\"\$$var\"
8871 new_libs=
8872 for deplib in $tmp_libs; do
8873 # FIXME: Pedantically, this is the right thing to do, so
8874 # that some nasty dependency loop isn't accidentally
8875 # broken:
8876 #new_libs="$deplib $new_libs"
8877 # Pragmatically, this seems to cause very few problems in
8878 # practice:
8879 case $deplib in
8880 -L*) new_libs="$deplib $new_libs" ;;
8881 -R*) ;;
8882 *)
8883 # And here is the reason: when a library appears more
8884 # than once as an explicit dependence of a library, or
8885 # is implicitly linked in more than once by the
8886 # compiler, it is considered special, and multiple
8887 # occurrences thereof are not removed. Compare this
8888 # with having the same library being listed as a
8889 # dependency of multiple other libraries: in this case,
8890 # we know (pedantically, we assume) the library does not
8891 # need to be listed more than once, so we keep only the
8892 # last copy. This is not always right, but it is rare
8893 # enough that we require users that really mean to play
8894 # such unportable linking tricks to link the library
8895 # using -Wl,-lname, so that libtool does not consider it
8896 # for duplicate removal.
8897 case " $specialdeplibs " in
8898 *" $deplib "*) new_libs="$deplib $new_libs" ;;
8899 *)
8900 case " $new_libs " in
8901 *" $deplib "*) ;;
8902 *) new_libs="$deplib $new_libs" ;;
8903 esac
8904 ;;
8905 esac
8906 ;;
8907 esac
8908 done
8909 tmp_libs=
8910 for deplib in $new_libs; do
8911 case $deplib in
8912 -L*)
8913 case " $tmp_libs " in
8914 *" $deplib "*) ;;
8915 *) func_append tmp_libs " $deplib" ;;
8916 esac
8917 ;;
8918 *) func_append tmp_libs " $deplib" ;;
8919 esac
8920 done
8921 eval $var=\"$tmp_libs\"
8922 done # for var
8923 fi
8924
8925 # Add Sun CC postdeps if required:
8926 test CXX = "$tagname" && {
8927 case $host_os in
8928 linux*)
8929 case `$CC -V 2>&1 | $SED 5q` in
8930 *Sun\ C*) # Sun C++ 5.9
8931 func_suncc_cstd_abi
8932
8933 if test no != "$suncc_use_cstd_abi"; then
8934 func_append postdeps ' -library=Cstd -library=Crun'
8935 fi
8936 ;;
8937 esac
8938 ;;
8939
8940 solaris*)
8941 func_cc_basename "$CC"
8942 case $func_cc_basename_result in
8943 CC* | sunCC*)
8944 func_suncc_cstd_abi
8945
8946 if test no != "$suncc_use_cstd_abi"; then
8947 func_append postdeps ' -library=Cstd -library=Crun'
8948 fi
8949 ;;
8950 esac
8951 ;;
8952 esac
8953 }
8954
8955 # Last step: remove runtime libs from dependency_libs
8956 # (they stay in deplibs)
8957 tmp_libs=
8958 for i in $dependency_libs; do
8959 case " $predeps $postdeps $compiler_lib_search_path " in
8960 *" $i "*)
8961 i=
8962 ;;
8963 esac
8964 if test -n "$i"; then
8965 func_append tmp_libs " $i"
8966 fi
8967 done
8968 dependency_libs=$tmp_libs
8969 done # for pass
8970 if test prog = "$linkmode"; then
8971 dlfiles=$newdlfiles
8972 fi
8973 if test prog = "$linkmode" || test lib = "$linkmode"; then
8974 dlprefiles=$newdlprefiles
8975 fi
8976
8977 case $linkmode in
8978 oldlib)
8979 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
8980 func_warning "'-dlopen' is ignored for archives"
8981 fi
8982
8983 case " $deplibs" in
8984 *\ -l* | *\ -L*)
8985 func_warning "'-l' and '-L' are ignored for archives" ;;
8986 esac
8987
8988 test -n "$rpath" && \
8989 func_warning "'-rpath' is ignored for archives"
8990
8991 test -n "$xrpath" && \
8992 func_warning "'-R' is ignored for archives"
8993
8994 test -n "$vinfo" && \
8995 func_warning "'-version-info/-version-number' is ignored for archives"
8996
8997 test -n "$release" && \
8998 func_warning "'-release' is ignored for archives"
8999
9000 test -n "$export_symbols$export_symbols_regex" && \
9001 func_warning "'-export-symbols' is ignored for archives"
9002
9003 # Now set the variables for building old libraries.
9004 build_libtool_libs=no
9005 oldlibs=$output
9006 func_append objs "$old_deplibs"
9007 ;;
9008
9009 lib)
9010 # Make sure we only generate libraries of the form 'libNAME.la'.
9011 case $outputname in
9012 lib*)
9013 func_stripname 'lib' '.la' "$outputname"
9014 name=$func_stripname_result
9015 eval shared_ext=\"$shrext_cmds\"
9016 eval libname=\"$libname_spec\"
9017 ;;
9018 *)
9019 test no = "$module" \
9020 && func_fatal_help "libtool library '$output' must begin with 'lib'"
9021
9022 if test no != "$need_lib_prefix"; then
9023 # Add the "lib" prefix for modules if required
9024 func_stripname '' '.la' "$outputname"
9025 name=$func_stripname_result
9026 eval shared_ext=\"$shrext_cmds\"
9027 eval libname=\"$libname_spec\"
9028 else
9029 func_stripname '' '.la' "$outputname"
9030 libname=$func_stripname_result
9031 fi
9032 ;;
9033 esac
9034
9035 if test -n "$objs"; then
9036 if test pass_all != "$deplibs_check_method"; then
9037 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
9038 else
9039 echo
9040 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
9041 $ECHO "*** objects $objs is not portable!"
9042 func_append libobjs " $objs"
9043 fi
9044 fi
9045
9046 test no = "$dlself" \
9047 || func_warning "'-dlopen self' is ignored for libtool libraries"
9048
9049 set dummy $rpath
9050 shift
9051 test 1 -lt "$#" \
9052 && func_warning "ignoring multiple '-rpath's for a libtool library"
9053
9054 install_libdir=$1
9055
9056 oldlibs=
9057 if test -z "$rpath"; then
9058 if test yes = "$build_libtool_libs"; then
9059 # Building a libtool convenience library.
9060 # Some compilers have problems with a '.al' extension so
9061 # convenience libraries should have the same extension an
9062 # archive normally would.
9063 oldlibs="$output_objdir/$libname.$libext $oldlibs"
9064 build_libtool_libs=convenience
9065 build_old_libs=yes
9066 fi
9067
9068 test -n "$vinfo" && \
9069 func_warning "'-version-info/-version-number' is ignored for convenience libraries"
9070
9071 test -n "$release" && \
9072 func_warning "'-release' is ignored for convenience libraries"
9073 else
9074
9075 # Parse the version information argument.
9076 save_ifs=$IFS; IFS=:
9077 set dummy $vinfo 0 0 0
9078 shift
9079 IFS=$save_ifs
9080
9081 test -n "$7" && \
9082 func_fatal_help "too many parameters to '-version-info'"
9083
9084 # convert absolute version numbers to libtool ages
9085 # this retains compatibility with .la files and attempts
9086 # to make the code below a bit more comprehensible
9087
9088 case $vinfo_number in
9089 yes)
9090 number_major=$1
9091 number_minor=$2
9092 number_revision=$3
9093 #
9094 # There are really only two kinds -- those that
9095 # use the current revision as the major version
9096 # and those that subtract age and use age as
9097 # a minor version. But, then there is irix
9098 # that has an extra 1 added just for fun
9099 #
9100 case $version_type in
9101 # correct linux to gnu/linux during the next big refactor
9102 darwin|freebsd-elf|linux|midnightbsd-elf|osf|windows|none)
9103 func_arith $number_major + $number_minor
9104 current=$func_arith_result
9105 age=$number_minor
9106 revision=$number_revision
9107 ;;
9108 freebsd-aout|qnx|sunos)
9109 current=$number_major
9110 revision=$number_minor
9111 age=0
9112 ;;
9113 irix|nonstopux)
9114 func_arith $number_major + $number_minor
9115 current=$func_arith_result
9116 age=$number_minor
9117 revision=$number_minor
9118 lt_irix_increment=no
9119 ;;
9120 *)
9121 func_fatal_configuration "$modename: unknown library version type '$version_type'"
9122 ;;
9123 esac
9124 ;;
9125 no)
9126 current=$1
9127 revision=$2
9128 age=$3
9129 ;;
9130 esac
9131
9132 # Check that each of the things are valid numbers.
9133 case $current in
9134 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]) ;;
9135 *)
9136 func_error "CURRENT '$current' must be a nonnegative integer"
9137 func_fatal_error "'$vinfo' is not valid version information"
9138 ;;
9139 esac
9140
9141 case $revision in
9142 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]) ;;
9143 *)
9144 func_error "REVISION '$revision' must be a nonnegative integer"
9145 func_fatal_error "'$vinfo' is not valid version information"
9146 ;;
9147 esac
9148
9149 case $age in
9150 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]) ;;
9151 *)
9152 func_error "AGE '$age' must be a nonnegative integer"
9153 func_fatal_error "'$vinfo' is not valid version information"
9154 ;;
9155 esac
9156
9157 if test "$age" -gt "$current"; then
9158 func_error "AGE '$age' is greater than the current interface number '$current'"
9159 func_fatal_error "'$vinfo' is not valid version information"
9160 fi
9161
9162 # Calculate the version variables.
9163 major=
9164 versuffix=
9165 verstring=
9166 case $version_type in
9167 none) ;;
9168
9169 darwin)
9170 # Like Linux, but with the current version available in
9171 # verstring for coding it into the library header
9172 func_arith $current - $age
9173 major=.$func_arith_result
9174 versuffix=$major.$age.$revision
9175 # Darwin ld doesn't like 0 for these options...
9176 func_arith $current + 1
9177 minor_current=$func_arith_result
9178 xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
9179 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
9180 # On Darwin other compilers
9181 case $CC in
9182 nagfor*)
9183 verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
9184 ;;
9185 *)
9186 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
9187 ;;
9188 esac
9189 ;;
9190
9191 freebsd-aout)
9192 major=.$current
9193 versuffix=.$current.$revision
9194 ;;
9195
9196 freebsd-elf | midnightbsd-elf)
9197 func_arith $current - $age
9198 major=.$func_arith_result
9199 versuffix=$major.$age.$revision
9200 ;;
9201
9202 irix | nonstopux)
9203 if test no = "$lt_irix_increment"; then
9204 func_arith $current - $age
9205 else
9206 func_arith $current - $age + 1
9207 fi
9208 major=$func_arith_result
9209
9210 case $version_type in
9211 nonstopux) verstring_prefix=nonstopux ;;
9212 *) verstring_prefix=sgi ;;
9213 esac
9214 verstring=$verstring_prefix$major.$revision
9215
9216 # Add in all the interfaces that we are compatible with.
9217 loop=$revision
9218 while test 0 -ne "$loop"; do
9219 func_arith $revision - $loop
9220 iface=$func_arith_result
9221 func_arith $loop - 1
9222 loop=$func_arith_result
9223 verstring=$verstring_prefix$major.$iface:$verstring
9224 done
9225
9226 # Before this point, $major must not contain '.'.
9227 major=.$major
9228 versuffix=$major.$revision
9229 ;;
9230
9231 linux) # correct to gnu/linux during the next big refactor
9232 func_arith $current - $age
9233 major=.$func_arith_result
9234 versuffix=$major.$age.$revision
9235 ;;
9236
9237 osf)
9238 func_arith $current - $age
9239 major=.$func_arith_result
9240 versuffix=.$current.$age.$revision
9241 verstring=$current.$age.$revision
9242
9243 # Add in all the interfaces that we are compatible with.
9244 loop=$age
9245 while test 0 -ne "$loop"; do
9246 func_arith $current - $loop
9247 iface=$func_arith_result
9248 func_arith $loop - 1
9249 loop=$func_arith_result
9250 verstring=$verstring:$iface.0
9251 done
9252
9253 # Make executables depend on our current version.
9254 func_append verstring ":$current.0"
9255 ;;
9256
9257 qnx)
9258 major=.$current
9259 versuffix=.$current
9260 ;;
9261
9262 sco)
9263 major=.$current
9264 versuffix=.$current
9265 ;;
9266
9267 sunos)
9268 major=.$current
9269 versuffix=.$current.$revision
9270 ;;
9271
9272 windows)
9273 # Use '-' rather than '.', since we only want one
9274 # extension on DOS 8.3 file systems.
9275 func_arith $current - $age
9276 major=$func_arith_result
9277 versuffix=-$major
9278 ;;
9279
9280 *)
9281 func_fatal_configuration "unknown library version type '$version_type'"
9282 ;;
9283 esac
9284
9285 # Clear the version info if we defaulted, and they specified a release.
9286 if test -z "$vinfo" && test -n "$release"; then
9287 major=
9288 case $version_type in
9289 darwin)
9290 # we can't check for "0.0" in archive_cmds due to quoting
9291 # problems, so we reset it completely
9292 verstring=
9293 ;;
9294 *)
9295 verstring=0.0
9296 ;;
9297 esac
9298 if test no = "$need_version"; then
9299 versuffix=
9300 else
9301 versuffix=.0.0
9302 fi
9303 fi
9304
9305 # Remove version info from name if versioning should be avoided
9306 if test yes,no = "$avoid_version,$need_version"; then
9307 major=
9308 versuffix=
9309 verstring=
9310 fi
9311
9312 # Check to see if the archive will have undefined symbols.
9313 if test yes = "$allow_undefined"; then
9314 if test unsupported = "$allow_undefined_flag"; then
9315 if test yes = "$build_old_libs"; then
9316 func_warning "undefined symbols not allowed in $host shared libraries; building static only"
9317 build_libtool_libs=no
9318 else
9319 func_fatal_error "can't build $host shared library unless -no-undefined is specified"
9320 fi
9321 fi
9322 else
9323 # Don't allow undefined symbols.
9324 allow_undefined_flag=$no_undefined_flag
9325 fi
9326
9327 fi
9328
9329 func_generate_dlsyms "$libname" "$libname" :
9330 func_append libobjs " $symfileobj"
9331 test " " = "$libobjs" && libobjs=
9332
9333 if test relink != "$opt_mode"; then
9334 # Remove our outputs, but don't remove object files since they
9335 # may have been created when compiling PIC objects.
9336 removelist=
9337 tempremovelist=`$ECHO "$output_objdir/*"`
9338 for p in $tempremovelist; do
9339 case $p in
9340 *.$objext | *.gcno)
9341 ;;
9342 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
9343 if test -n "$precious_files_regex"; then
9344 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
9345 then
9346 continue
9347 fi
9348 fi
9349 func_append removelist " $p"
9350 ;;
9351 *) ;;
9352 esac
9353 done
9354 test -n "$removelist" && \
9355 func_show_eval "${RM}r \$removelist"
9356 fi
9357
9358 # Now set the variables for building old libraries.
9359 if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
9360 func_append oldlibs " $output_objdir/$libname.$libext"
9361
9362 # Transform .lo files to .o files.
9363 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
9364 fi
9365
9366 # Eliminate all temporary directories.
9367 #for path in $notinst_path; do
9368 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
9369 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
9370 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
9371 #done
9372
9373 if test -n "$xrpath"; then
9374 # If the user specified any rpath flags, then add them.
9375 temp_xrpath=
9376 for libdir in $xrpath; do
9377 func_replace_sysroot "$libdir"
9378 func_append temp_xrpath " -R$func_replace_sysroot_result"
9379 case "$finalize_rpath " in
9380 *" $libdir "*) ;;
9381 *) func_append finalize_rpath " $libdir" ;;
9382 esac
9383 done
9384 if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
9385 dependency_libs="$temp_xrpath $dependency_libs"
9386 fi
9387 fi
9388
9389 # Make sure dlfiles contains only unique files that won't be dlpreopened
9390 old_dlfiles=$dlfiles
9391 dlfiles=
9392 for lib in $old_dlfiles; do
9393 case " $dlprefiles $dlfiles " in
9394 *" $lib "*) ;;
9395 *) func_append dlfiles " $lib" ;;
9396 esac
9397 done
9398
9399 # Make sure dlprefiles contains only unique files
9400 old_dlprefiles=$dlprefiles
9401 dlprefiles=
9402 for lib in $old_dlprefiles; do
9403 case "$dlprefiles " in
9404 *" $lib "*) ;;
9405 *) func_append dlprefiles " $lib" ;;
9406 esac
9407 done
9408
9409 if test yes = "$build_libtool_libs"; then
9410 if test -n "$rpath"; then
9411 case $host in
9412 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
9413 # these systems don't actually have a c library (as such)!
9414 ;;
9415 *-*-rhapsody* | *-*-darwin1.[012])
9416 # Rhapsody C library is in the System framework
9417 func_append deplibs " System.ltframework"
9418 ;;
9419 *-*-netbsd*)
9420 # Don't link with libc until the a.out ld.so is fixed.
9421 ;;
9422 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*)
9423 # Do not include libc due to us having libc/libc_r.
9424 ;;
9425 *-*-sco3.2v5* | *-*-sco5v6*)
9426 # Causes problems with __ctype
9427 ;;
9428 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
9429 # Compiler inserts libc in the correct place for threads to work
9430 ;;
9431 *)
9432 # Add libc to deplibs on all other systems if necessary.
9433 if test yes = "$build_libtool_need_lc"; then
9434 func_append deplibs " -lc"
9435 fi
9436 ;;
9437 esac
9438 fi
9439
9440 # Transform deplibs into only deplibs that can be linked in shared.
9441 name_save=$name
9442 libname_save=$libname
9443 release_save=$release
9444 versuffix_save=$versuffix
9445 major_save=$major
9446 # I'm not sure if I'm treating the release correctly. I think
9447 # release should show up in the -l (ie -lgmp5) so we don't want to
9448 # add it in twice. Is that correct?
9449 release=
9450 versuffix=
9451 major=
9452 newdeplibs=
9453 droppeddeps=no
9454 case $deplibs_check_method in
9455 pass_all)
9456 # Don't check for shared/static. Everything works.
9457 # This might be a little naive. We might want to check
9458 # whether the library exists or not. But this is on
9459 # osf3 & osf4 and I'm not really sure... Just
9460 # implementing what was already the behavior.
9461 newdeplibs=$deplibs
9462 ;;
9463 test_compile)
9464 # This code stresses the "libraries are programs" paradigm to its
9465 # limits. Maybe even breaks it. We compile a program, linking it
9466 # against the deplibs as a proxy for the library. Then we can check
9467 # whether they linked in statically or dynamically with ldd.
9468 $opt_dry_run || $RM conftest.c
9469 cat > conftest.c <<EOF
9470 int main() { return 0; }
9471 EOF
9472 $opt_dry_run || $RM conftest
9473 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
9474 ldd_output=`ldd conftest`
9475 for i in $deplibs; do
9476 case $i in
9477 -l*)
9478 func_stripname -l '' "$i"
9479 name=$func_stripname_result
9480 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9481 case " $predeps $postdeps " in
9482 *" $i "*)
9483 func_append newdeplibs " $i"
9484 i=
9485 ;;
9486 esac
9487 fi
9488 if test -n "$i"; then
9489 libname=`eval "\\$ECHO \"$libname_spec\""`
9490 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
9491 set dummy $deplib_matches; shift
9492 deplib_match=$1
9493 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
9494 func_append newdeplibs " $i"
9495 else
9496 droppeddeps=yes
9497 echo
9498 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
9499 echo "*** I have the capability to make that library automatically link in when"
9500 echo "*** you link to this library. But I can only do this if you have a"
9501 echo "*** shared version of the library, which I believe you do not have"
9502 echo "*** because a test_compile did reveal that the linker did not use it for"
9503 echo "*** its dynamic dependency list that programs get resolved with at runtime."
9504 fi
9505 fi
9506 ;;
9507 *)
9508 func_append newdeplibs " $i"
9509 ;;
9510 esac
9511 done
9512 else
9513 # Error occurred in the first compile. Let's try to salvage
9514 # the situation: Compile a separate program for each library.
9515 for i in $deplibs; do
9516 case $i in
9517 -l*)
9518 func_stripname -l '' "$i"
9519 name=$func_stripname_result
9520 $opt_dry_run || $RM conftest
9521 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
9522 ldd_output=`ldd conftest`
9523 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9524 case " $predeps $postdeps " in
9525 *" $i "*)
9526 func_append newdeplibs " $i"
9527 i=
9528 ;;
9529 esac
9530 fi
9531 if test -n "$i"; then
9532 libname=`eval "\\$ECHO \"$libname_spec\""`
9533 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
9534 set dummy $deplib_matches; shift
9535 deplib_match=$1
9536 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
9537 func_append newdeplibs " $i"
9538 else
9539 droppeddeps=yes
9540 echo
9541 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
9542 echo "*** I have the capability to make that library automatically link in when"
9543 echo "*** you link to this library. But I can only do this if you have a"
9544 echo "*** shared version of the library, which you do not appear to have"
9545 echo "*** because a test_compile did reveal that the linker did not use this one"
9546 echo "*** as a dynamic dependency that programs can get resolved with at runtime."
9547 fi
9548 fi
9549 else
9550 droppeddeps=yes
9551 echo
9552 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
9553 echo "*** make it link in! You will probably need to install it or some"
9554 echo "*** library that it depends on before this library will be fully"
9555 echo "*** functional. Installing it before continuing would be even better."
9556 fi
9557 ;;
9558 *)
9559 func_append newdeplibs " $i"
9560 ;;
9561 esac
9562 done
9563 fi
9564 ;;
9565 file_magic*)
9566 set dummy $deplibs_check_method; shift
9567 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
9568 for a_deplib in $deplibs; do
9569 case $a_deplib in
9570 -l*)
9571 func_stripname -l '' "$a_deplib"
9572 name=$func_stripname_result
9573 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9574 case " $predeps $postdeps " in
9575 *" $a_deplib "*)
9576 func_append newdeplibs " $a_deplib"
9577 a_deplib=
9578 ;;
9579 esac
9580 fi
9581 if test -n "$a_deplib"; then
9582 libname=`eval "\\$ECHO \"$libname_spec\""`
9583 if test -n "$file_magic_glob"; then
9584 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
9585 else
9586 libnameglob=$libname
9587 fi
9588 test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
9589 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
9590 if test yes = "$want_nocaseglob"; then
9591 shopt -s nocaseglob
9592 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
9593 $nocaseglob
9594 else
9595 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
9596 fi
9597 for potent_lib in $potential_libs; do
9598 # Follow soft links.
9599 if ls -lLd "$potent_lib" 2>/dev/null |
9600 $GREP " -> " >/dev/null; then
9601 continue
9602 fi
9603 # The statement above tries to avoid entering an
9604 # endless loop below, in case of cyclic links.
9605 # We might still enter an endless loop, since a link
9606 # loop can be closed while we follow links,
9607 # but so what?
9608 potlib=$potent_lib
9609 while test -h "$potlib" 2>/dev/null; do
9610 potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
9611 case $potliblink in
9612 [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
9613 *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
9614 esac
9615 done
9616 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
9617 $SED -e 10q |
9618 $EGREP "$file_magic_regex" > /dev/null; then
9619 func_append newdeplibs " $a_deplib"
9620 a_deplib=
9621 break 2
9622 fi
9623 done
9624 done
9625 fi
9626 if test -n "$a_deplib"; then
9627 droppeddeps=yes
9628 echo
9629 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9630 echo "*** I have the capability to make that library automatically link in when"
9631 echo "*** you link to this library. But I can only do this if you have a"
9632 echo "*** shared version of the library, which you do not appear to have"
9633 echo "*** because I did check the linker path looking for a file starting"
9634 if test -z "$potlib"; then
9635 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9636 else
9637 $ECHO "*** with $libname and none of the candidates passed a file format test"
9638 $ECHO "*** using a file magic. Last file checked: $potlib"
9639 fi
9640 fi
9641 ;;
9642 *)
9643 # Add a -L argument.
9644 func_append newdeplibs " $a_deplib"
9645 ;;
9646 esac
9647 done # Gone through all deplibs.
9648 ;;
9649 match_pattern*)
9650 set dummy $deplibs_check_method; shift
9651 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
9652 for a_deplib in $deplibs; do
9653 case $a_deplib in
9654 -l*)
9655 func_stripname -l '' "$a_deplib"
9656 name=$func_stripname_result
9657 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9658 case " $predeps $postdeps " in
9659 *" $a_deplib "*)
9660 func_append newdeplibs " $a_deplib"
9661 a_deplib=
9662 ;;
9663 esac
9664 fi
9665 if test -n "$a_deplib"; then
9666 libname=`eval "\\$ECHO \"$libname_spec\""`
9667 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
9668 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
9669 for potent_lib in $potential_libs; do
9670 potlib=$potent_lib # see symlink-check above in file_magic test
9671 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
9672 $EGREP "$match_pattern_regex" > /dev/null; then
9673 func_append newdeplibs " $a_deplib"
9674 a_deplib=
9675 break 2
9676 fi
9677 done
9678 done
9679 fi
9680 if test -n "$a_deplib"; then
9681 droppeddeps=yes
9682 echo
9683 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
9684 echo "*** I have the capability to make that library automatically link in when"
9685 echo "*** you link to this library. But I can only do this if you have a"
9686 echo "*** shared version of the library, which you do not appear to have"
9687 echo "*** because I did check the linker path looking for a file starting"
9688 if test -z "$potlib"; then
9689 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9690 else
9691 $ECHO "*** with $libname and none of the candidates passed a file format test"
9692 $ECHO "*** using a regex pattern. Last file checked: $potlib"
9693 fi
9694 fi
9695 ;;
9696 *)
9697 # Add a -L argument.
9698 func_append newdeplibs " $a_deplib"
9699 ;;
9700 esac
9701 done # Gone through all deplibs.
9702 ;;
9703 none | unknown | *)
9704 newdeplibs=
9705 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
9706 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9707 for i in $predeps $postdeps; do
9708 # can't use Xsed below, because $i might contain '/'
9709 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
9710 done
9711 fi
9712 case $tmp_deplibs in
9713 *[!\ \ ]*)
9714 echo
9715 if test none = "$deplibs_check_method"; then
9716 echo "*** Warning: inter-library dependencies are not supported in this platform."
9717 else
9718 echo "*** Warning: inter-library dependencies are not known to be supported."
9719 fi
9720 echo "*** All declared inter-library dependencies are being dropped."
9721 droppeddeps=yes
9722 ;;
9723 esac
9724 ;;
9725 esac
9726 versuffix=$versuffix_save
9727 major=$major_save
9728 release=$release_save
9729 libname=$libname_save
9730 name=$name_save
9731
9732 case $host in
9733 *-*-rhapsody* | *-*-darwin1.[012])
9734 # On Rhapsody replace the C library with the System framework
9735 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
9736 ;;
9737 esac
9738
9739 if test yes = "$droppeddeps"; then
9740 if test yes = "$module"; then
9741 echo
9742 echo "*** Warning: libtool could not satisfy all declared inter-library"
9743 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
9744 echo "*** a static module, that should work as long as the dlopening"
9745 echo "*** application is linked with the -dlopen flag."
9746 if test -z "$global_symbol_pipe"; then
9747 echo
9748 echo "*** However, this would only work if libtool was able to extract symbol"
9749 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
9750 echo "*** not find such a program. So, this module is probably useless."
9751 echo "*** 'nm' from GNU binutils and a full rebuild may help."
9752 fi
9753 if test no = "$build_old_libs"; then
9754 oldlibs=$output_objdir/$libname.$libext
9755 build_libtool_libs=module
9756 build_old_libs=yes
9757 else
9758 build_libtool_libs=no
9759 fi
9760 else
9761 echo "*** The inter-library dependencies that have been dropped here will be"
9762 echo "*** automatically added whenever a program is linked with this library"
9763 echo "*** or is declared to -dlopen it."
9764
9765 if test no = "$allow_undefined"; then
9766 echo
9767 echo "*** Since this library must not contain undefined symbols,"
9768 echo "*** because either the platform does not support them or"
9769 echo "*** it was explicitly requested with -no-undefined,"
9770 echo "*** libtool will only create a static version of it."
9771 if test no = "$build_old_libs"; then
9772 oldlibs=$output_objdir/$libname.$libext
9773 build_libtool_libs=module
9774 build_old_libs=yes
9775 else
9776 build_libtool_libs=no
9777 fi
9778 fi
9779 fi
9780 fi
9781 # Done checking deplibs!
9782 deplibs=$newdeplibs
9783 fi
9784 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
9785 case $host in
9786 *-*-darwin*)
9787 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9788 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9789 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
9790 ;;
9791 esac
9792
9793 # move library search paths that coincide with paths to not yet
9794 # installed libraries to the beginning of the library search list
9795 new_libs=
9796 for path in $notinst_path; do
9797 case " $new_libs " in
9798 *" -L$path/$objdir "*) ;;
9799 *)
9800 case " $deplibs " in
9801 *" -L$path/$objdir "*)
9802 func_append new_libs " -L$path/$objdir" ;;
9803 esac
9804 ;;
9805 esac
9806 done
9807 for deplib in $deplibs; do
9808 case $deplib in
9809 -L*)
9810 case " $new_libs " in
9811 *" $deplib "*) ;;
9812 *) func_append new_libs " $deplib" ;;
9813 esac
9814 ;;
9815 *) func_append new_libs " $deplib" ;;
9816 esac
9817 done
9818 deplibs=$new_libs
9819
9820 # All the library-specific variables (install_libdir is set above).
9821 library_names=
9822 old_library=
9823 dlname=
9824
9825 # Test again, we may have decided not to build it any more
9826 if test yes = "$build_libtool_libs"; then
9827 # Remove $wl instances when linking with ld.
9828 # FIXME: should test the right _cmds variable.
9829 case $archive_cmds in
9830 *\$LD\ *) wl= ;;
9831 esac
9832 if test yes = "$hardcode_into_libs"; then
9833 # Hardcode the library paths
9834 hardcode_libdirs=
9835 dep_rpath=
9836 rpath=$finalize_rpath
9837 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9838 for libdir in $rpath; do
9839 if test -n "$hardcode_libdir_flag_spec"; then
9840 if test -n "$hardcode_libdir_separator"; then
9841 func_replace_sysroot "$libdir"
9842 libdir=$func_replace_sysroot_result
9843 if test -z "$hardcode_libdirs"; then
9844 hardcode_libdirs=$libdir
9845 else
9846 # Just accumulate the unique libdirs.
9847 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
9848 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
9849 ;;
9850 *)
9851 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
9852 ;;
9853 esac
9854 fi
9855 else
9856 eval flag=\"$hardcode_libdir_flag_spec\"
9857 func_append dep_rpath " $flag"
9858 fi
9859 elif test -n "$runpath_var"; then
9860 case "$perm_rpath " in
9861 *" $libdir "*) ;;
9862 *) func_append perm_rpath " $libdir" ;;
9863 esac
9864 fi
9865 done
9866 # Substitute the hardcoded libdirs into the rpath.
9867 if test -n "$hardcode_libdir_separator" &&
9868 test -n "$hardcode_libdirs"; then
9869 libdir=$hardcode_libdirs
9870 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
9871 fi
9872 if test -n "$runpath_var" && test -n "$perm_rpath"; then
9873 # We should set the runpath_var.
9874 rpath=
9875 for dir in $perm_rpath; do
9876 func_append rpath "$dir:"
9877 done
9878 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
9879 fi
9880 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
9881 fi
9882
9883 shlibpath=$finalize_shlibpath
9884 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
9885 if test -n "$shlibpath"; then
9886 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
9887 fi
9888
9889 # Get the real and link names of the library.
9890 eval shared_ext=\"$shrext_cmds\"
9891 eval library_names=\"$library_names_spec\"
9892 set dummy $library_names
9893 shift
9894 realname=$1
9895 shift
9896
9897 if test -n "$soname_spec"; then
9898 eval soname=\"$soname_spec\"
9899 else
9900 soname=$realname
9901 fi
9902 if test -z "$dlname"; then
9903 dlname=$soname
9904 fi
9905
9906 lib=$output_objdir/$realname
9907 linknames=
9908 for link
9909 do
9910 func_append linknames " $link"
9911 done
9912
9913 # Use standard objects if they are pic
9914 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
9915 test "X$libobjs" = "X " && libobjs=
9916
9917 delfiles=
9918 if test -n "$export_symbols" && test -n "$include_expsyms"; then
9919 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
9920 export_symbols=$output_objdir/$libname.uexp
9921 func_append delfiles " $export_symbols"
9922 fi
9923
9924 orig_export_symbols=
9925 case $host_os in
9926 cygwin* | mingw* | cegcc*)
9927 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
9928 # exporting using user supplied symfile
9929 func_dll_def_p "$export_symbols" || {
9930 # and it's NOT already a .def file. Must figure out
9931 # which of the given symbols are data symbols and tag
9932 # them as such. So, trigger use of export_symbols_cmds.
9933 # export_symbols gets reassigned inside the "prepare
9934 # the list of exported symbols" if statement, so the
9935 # include_expsyms logic still works.
9936 orig_export_symbols=$export_symbols
9937 export_symbols=
9938 always_export_symbols=yes
9939 }
9940 fi
9941 ;;
9942 esac
9943
9944 # Prepare the list of exported symbols
9945 if test -z "$export_symbols"; then
9946 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9947 func_verbose "generating symbol list for '$libname.la'"
9948 export_symbols=$output_objdir/$libname.exp
9949 $opt_dry_run || $RM $export_symbols
9950 cmds=$export_symbols_cmds
9951 save_ifs=$IFS; IFS='~'
9952 for cmd1 in $cmds; do
9953 IFS=$save_ifs
9954 # Take the normal branch if the nm_file_list_spec branch
9955 # doesn't work or if tool conversion is not needed.
9956 case $nm_file_list_spec~$to_tool_file_cmd in
9957 *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
9958 try_normal_branch=yes
9959 eval cmd=\"$cmd1\"
9960 func_len " $cmd"
9961 len=$func_len_result
9962 ;;
9963 *)
9964 try_normal_branch=no
9965 ;;
9966 esac
9967 if test yes = "$try_normal_branch" \
9968 && { test "$len" -lt "$max_cmd_len" \
9969 || test "$max_cmd_len" -le -1; }
9970 then
9971 func_show_eval "$cmd" 'exit $?'
9972 skipped_export=false
9973 elif test -n "$nm_file_list_spec"; then
9974 func_basename "$output"
9975 output_la=$func_basename_result
9976 save_libobjs=$libobjs
9977 save_output=$output
9978 output=$output_objdir/$output_la.nm
9979 func_to_tool_file "$output"
9980 libobjs=$nm_file_list_spec$func_to_tool_file_result
9981 func_append delfiles " $output"
9982 func_verbose "creating $NM input file list: $output"
9983 for obj in $save_libobjs; do
9984 func_to_tool_file "$obj"
9985 $ECHO "$func_to_tool_file_result"
9986 done > "$output"
9987 eval cmd=\"$cmd1\"
9988 func_show_eval "$cmd" 'exit $?'
9989 output=$save_output
9990 libobjs=$save_libobjs
9991 skipped_export=false
9992 else
9993 # The command line is too long to execute in one step.
9994 func_verbose "using reloadable object file for export list..."
9995 skipped_export=:
9996 # Break out early, otherwise skipped_export may be
9997 # set to false by a later but shorter cmd.
9998 break
9999 fi
10000 done
10001 IFS=$save_ifs
10002 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
10003 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
10004 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
10005 fi
10006 fi
10007 fi
10008
10009 if test -n "$export_symbols" && test -n "$include_expsyms"; then
10010 tmp_export_symbols=$export_symbols
10011 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
10012 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
10013 fi
10014
10015 if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
10016 # The given exports_symbols file has to be filtered, so filter it.
10017 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
10018 # FIXME: $output_objdir/$libname.filter potentially contains lots of
10019 # 's' commands, which not all seds can handle. GNU sed should be fine
10020 # though. Also, the filter scales superlinearly with the number of
10021 # global variables. join(1) would be nice here, but unfortunately
10022 # isn't a blessed tool.
10023 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
10024 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
10025 export_symbols=$output_objdir/$libname.def
10026 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
10027 fi
10028
10029 tmp_deplibs=
10030 for test_deplib in $deplibs; do
10031 case " $convenience " in
10032 *" $test_deplib "*) ;;
10033 *)
10034 func_append tmp_deplibs " $test_deplib"
10035 ;;
10036 esac
10037 done
10038 deplibs=$tmp_deplibs
10039
10040 if test -n "$convenience"; then
10041 if test -n "$whole_archive_flag_spec" &&
10042 test yes = "$compiler_needs_object" &&
10043 test -z "$libobjs"; then
10044 # extract the archives, so we have objects to list.
10045 # TODO: could optimize this to just extract one archive.
10046 whole_archive_flag_spec=
10047 fi
10048 if test -n "$whole_archive_flag_spec"; then
10049 save_libobjs=$libobjs
10050 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
10051 test "X$libobjs" = "X " && libobjs=
10052 else
10053 gentop=$output_objdir/${outputname}x
10054 func_append generated " $gentop"
10055
10056 func_extract_archives $gentop $convenience
10057 func_append libobjs " $func_extract_archives_result"
10058 test "X$libobjs" = "X " && libobjs=
10059 fi
10060 fi
10061
10062 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
10063 eval flag=\"$thread_safe_flag_spec\"
10064 func_append linker_flags " $flag"
10065 fi
10066
10067 # Make a backup of the uninstalled library when relinking
10068 if test relink = "$opt_mode"; then
10069 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
10070 fi
10071
10072 # Do each of the archive commands.
10073 if test yes = "$module" && test -n "$module_cmds"; then
10074 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
10075 eval test_cmds=\"$module_expsym_cmds\"
10076 cmds=$module_expsym_cmds
10077 else
10078 eval test_cmds=\"$module_cmds\"
10079 cmds=$module_cmds
10080 fi
10081 else
10082 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
10083 eval test_cmds=\"$archive_expsym_cmds\"
10084 cmds=$archive_expsym_cmds
10085 else
10086 eval test_cmds=\"$archive_cmds\"
10087 cmds=$archive_cmds
10088 fi
10089 fi
10090
10091 if test : != "$skipped_export" &&
10092 func_len " $test_cmds" &&
10093 len=$func_len_result &&
10094 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
10095 :
10096 else
10097 # The command line is too long to link in one step, link piecewise
10098 # or, if using GNU ld and skipped_export is not :, use a linker
10099 # script.
10100
10101 # Save the value of $output and $libobjs because we want to
10102 # use them later. If we have whole_archive_flag_spec, we
10103 # want to use save_libobjs as it was before
10104 # whole_archive_flag_spec was expanded, because we can't
10105 # assume the linker understands whole_archive_flag_spec.
10106 # This may have to be revisited, in case too many
10107 # convenience libraries get linked in and end up exceeding
10108 # the spec.
10109 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
10110 save_libobjs=$libobjs
10111 fi
10112 save_output=$output
10113 func_basename "$output"
10114 output_la=$func_basename_result
10115
10116 # Clear the reloadable object creation command queue and
10117 # initialize k to one.
10118 test_cmds=
10119 concat_cmds=
10120 objlist=
10121 last_robj=
10122 k=1
10123
10124 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
10125 output=$output_objdir/$output_la.lnkscript
10126 func_verbose "creating GNU ld script: $output"
10127 echo 'INPUT (' > $output
10128 for obj in $save_libobjs
10129 do
10130 func_to_tool_file "$obj"
10131 $ECHO "$func_to_tool_file_result" >> $output
10132 done
10133 echo ')' >> $output
10134 func_append delfiles " $output"
10135 func_to_tool_file "$output"
10136 output=$func_to_tool_file_result
10137 elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
10138 output=$output_objdir/$output_la.lnk
10139 func_verbose "creating linker input file list: $output"
10140 : > $output
10141 set x $save_libobjs
10142 shift
10143 firstobj=
10144 if test yes = "$compiler_needs_object"; then
10145 firstobj="$1 "
10146 shift
10147 fi
10148 for obj
10149 do
10150 func_to_tool_file "$obj"
10151 $ECHO "$func_to_tool_file_result" >> $output
10152 done
10153 func_append delfiles " $output"
10154 func_to_tool_file "$output"
10155 output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
10156 else
10157 if test -n "$save_libobjs"; then
10158 func_verbose "creating reloadable object files..."
10159 output=$output_objdir/$output_la-$k.$objext
10160 eval test_cmds=\"$reload_cmds\"
10161 func_len " $test_cmds"
10162 len0=$func_len_result
10163 len=$len0
10164
10165 # Loop over the list of objects to be linked.
10166 for obj in $save_libobjs
10167 do
10168 func_len " $obj"
10169 func_arith $len + $func_len_result
10170 len=$func_arith_result
10171 if test -z "$objlist" ||
10172 test "$len" -lt "$max_cmd_len"; then
10173 func_append objlist " $obj"
10174 else
10175 # The command $test_cmds is almost too long, add a
10176 # command to the queue.
10177 if test 1 -eq "$k"; then
10178 # The first file doesn't have a previous command to add.
10179 reload_objs=$objlist
10180 eval concat_cmds=\"$reload_cmds\"
10181 else
10182 # All subsequent reloadable object files will link in
10183 # the last one created.
10184 reload_objs="$objlist $last_robj"
10185 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
10186 fi
10187 last_robj=$output_objdir/$output_la-$k.$objext
10188 func_arith $k + 1
10189 k=$func_arith_result
10190 output=$output_objdir/$output_la-$k.$objext
10191 objlist=" $obj"
10192 func_len " $last_robj"
10193 func_arith $len0 + $func_len_result
10194 len=$func_arith_result
10195 fi
10196 done
10197 # Handle the remaining objects by creating one last
10198 # reloadable object file. All subsequent reloadable object
10199 # files will link in the last one created.
10200 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
10201 reload_objs="$objlist $last_robj"
10202 eval concat_cmds=\"\$concat_cmds$reload_cmds\"
10203 if test -n "$last_robj"; then
10204 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
10205 fi
10206 func_append delfiles " $output"
10207
10208 else
10209 output=
10210 fi
10211
10212 ${skipped_export-false} && {
10213 func_verbose "generating symbol list for '$libname.la'"
10214 export_symbols=$output_objdir/$libname.exp
10215 $opt_dry_run || $RM $export_symbols
10216 libobjs=$output
10217 # Append the command to create the export file.
10218 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
10219 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
10220 if test -n "$last_robj"; then
10221 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
10222 fi
10223 }
10224
10225 test -n "$save_libobjs" &&
10226 func_verbose "creating a temporary reloadable object file: $output"
10227
10228 # Loop through the commands generated above and execute them.
10229 save_ifs=$IFS; IFS='~'
10230 for cmd in $concat_cmds; do
10231 IFS=$save_ifs
10232 $opt_quiet || {
10233 func_quote_arg expand,pretty "$cmd"
10234 eval "func_echo $func_quote_arg_result"
10235 }
10236 $opt_dry_run || eval "$cmd" || {
10237 lt_exit=$?
10238
10239 # Restore the uninstalled library and exit
10240 if test relink = "$opt_mode"; then
10241 ( cd "$output_objdir" && \
10242 $RM "${realname}T" && \
10243 $MV "${realname}U" "$realname" )
10244 fi
10245
10246 exit $lt_exit
10247 }
10248 done
10249 IFS=$save_ifs
10250
10251 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
10252 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
10253 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
10254 fi
10255 fi
10256
10257 ${skipped_export-false} && {
10258 if test -n "$export_symbols" && test -n "$include_expsyms"; then
10259 tmp_export_symbols=$export_symbols
10260 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
10261 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
10262 fi
10263
10264 if test -n "$orig_export_symbols"; then
10265 # The given exports_symbols file has to be filtered, so filter it.
10266 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
10267 # FIXME: $output_objdir/$libname.filter potentially contains lots of
10268 # 's' commands, which not all seds can handle. GNU sed should be fine
10269 # though. Also, the filter scales superlinearly with the number of
10270 # global variables. join(1) would be nice here, but unfortunately
10271 # isn't a blessed tool.
10272 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
10273 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
10274 export_symbols=$output_objdir/$libname.def
10275 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
10276 fi
10277 }
10278
10279 libobjs=$output
10280 # Restore the value of output.
10281 output=$save_output
10282
10283 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
10284 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
10285 test "X$libobjs" = "X " && libobjs=
10286 fi
10287 # Expand the library linking commands again to reset the
10288 # value of $libobjs for piecewise linking.
10289
10290 # Do each of the archive commands.
10291 if test yes = "$module" && test -n "$module_cmds"; then
10292 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
10293 cmds=$module_expsym_cmds
10294 else
10295 cmds=$module_cmds
10296 fi
10297 else
10298 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
10299 cmds=$archive_expsym_cmds
10300 else
10301 cmds=$archive_cmds
10302 fi
10303 fi
10304 fi
10305
10306 if test -n "$delfiles"; then
10307 # Append the command to remove temporary files to $cmds.
10308 eval cmds=\"\$cmds~\$RM $delfiles\"
10309 fi
10310
10311 # Add any objects from preloaded convenience libraries
10312 if test -n "$dlprefiles"; then
10313 gentop=$output_objdir/${outputname}x
10314 func_append generated " $gentop"
10315
10316 func_extract_archives $gentop $dlprefiles
10317 func_append libobjs " $func_extract_archives_result"
10318 test "X$libobjs" = "X " && libobjs=
10319 fi
10320
10321 save_ifs=$IFS; IFS='~'
10322 for cmd in $cmds; do
10323 IFS=$sp$nl
10324 eval cmd=\"$cmd\"
10325 IFS=$save_ifs
10326 $opt_quiet || {
10327 func_quote_arg expand,pretty "$cmd"
10328 eval "func_echo $func_quote_arg_result"
10329 }
10330 $opt_dry_run || eval "$cmd" || {
10331 lt_exit=$?
10332
10333 # Restore the uninstalled library and exit
10334 if test relink = "$opt_mode"; then
10335 ( cd "$output_objdir" && \
10336 $RM "${realname}T" && \
10337 $MV "${realname}U" "$realname" )
10338 fi
10339
10340 exit $lt_exit
10341 }
10342 done
10343 IFS=$save_ifs
10344
10345 # Restore the uninstalled library and exit
10346 if test relink = "$opt_mode"; then
10347 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
10348
10349 if test -n "$convenience"; then
10350 if test -z "$whole_archive_flag_spec"; then
10351 func_show_eval '${RM}r "$gentop"'
10352 fi
10353 fi
10354
10355 exit $EXIT_SUCCESS
10356 fi
10357
10358 # Create links to the real library.
10359 for linkname in $linknames; do
10360 if test "$realname" != "$linkname"; then
10361 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
10362 fi
10363 done
10364
10365 # If -module or -export-dynamic was specified, set the dlname.
10366 if test yes = "$module" || test yes = "$export_dynamic"; then
10367 # On all known operating systems, these are identical.
10368 dlname=$soname
10369 fi
10370 fi
10371 ;;
10372
10373 obj)
10374 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
10375 func_warning "'-dlopen' is ignored for objects"
10376 fi
10377
10378 case " $deplibs" in
10379 *\ -l* | *\ -L*)
10380 func_warning "'-l' and '-L' are ignored for objects" ;;
10381 esac
10382
10383 test -n "$rpath" && \
10384 func_warning "'-rpath' is ignored for objects"
10385
10386 test -n "$xrpath" && \
10387 func_warning "'-R' is ignored for objects"
10388
10389 test -n "$vinfo" && \
10390 func_warning "'-version-info' is ignored for objects"
10391
10392 test -n "$release" && \
10393 func_warning "'-release' is ignored for objects"
10394
10395 case $output in
10396 *.lo)
10397 test -n "$objs$old_deplibs" && \
10398 func_fatal_error "cannot build library object '$output' from non-libtool objects"
10399
10400 libobj=$output
10401 func_lo2o "$libobj"
10402 obj=$func_lo2o_result
10403 ;;
10404 *)
10405 libobj=
10406 obj=$output
10407 ;;
10408 esac
10409
10410 # Delete the old objects.
10411 $opt_dry_run || $RM $obj $libobj
10412
10413 # Objects from convenience libraries. This assumes
10414 # single-version convenience libraries. Whenever we create
10415 # different ones for PIC/non-PIC, this we'll have to duplicate
10416 # the extraction.
10417 reload_conv_objs=
10418 gentop=
10419 # if reload_cmds runs $LD directly, get rid of -Wl from
10420 # whole_archive_flag_spec and hope we can get by with turning comma
10421 # into space.
10422 case $reload_cmds in
10423 *\$LD[\ \$]*) wl= ;;
10424 esac
10425 if test -n "$convenience"; then
10426 if test -n "$whole_archive_flag_spec"; then
10427 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
10428 test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10429 reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
10430 else
10431 gentop=$output_objdir/${obj}x
10432 func_append generated " $gentop"
10433
10434 func_extract_archives $gentop $convenience
10435 reload_conv_objs="$reload_objs $func_extract_archives_result"
10436 fi
10437 fi
10438
10439 # If we're not building shared, we need to use non_pic_objs
10440 test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
10441
10442 # Create the old-style object.
10443 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
10444
10445 output=$obj
10446 func_execute_cmds "$reload_cmds" 'exit $?'
10447
10448 # Exit if we aren't doing a library object file.
10449 if test -z "$libobj"; then
10450 if test -n "$gentop"; then
10451 func_show_eval '${RM}r "$gentop"'
10452 fi
10453
10454 exit $EXIT_SUCCESS
10455 fi
10456
10457 test yes = "$build_libtool_libs" || {
10458 if test -n "$gentop"; then
10459 func_show_eval '${RM}r "$gentop"'
10460 fi
10461
10462 # Create an invalid libtool object if no PIC, so that we don't
10463 # accidentally link it into a program.
10464 # $show "echo timestamp > $libobj"
10465 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
10466 exit $EXIT_SUCCESS
10467 }
10468
10469 if test -n "$pic_flag" || test default != "$pic_mode"; then
10470 # Only do commands if we really have different PIC objects.
10471 reload_objs="$libobjs $reload_conv_objs"
10472 output=$libobj
10473 func_execute_cmds "$reload_cmds" 'exit $?'
10474 fi
10475
10476 if test -n "$gentop"; then
10477 func_show_eval '${RM}r "$gentop"'
10478 fi
10479
10480 exit $EXIT_SUCCESS
10481 ;;
10482
10483 prog)
10484 case $host in
10485 *cygwin*) func_stripname '' '.exe' "$output"
10486 output=$func_stripname_result.exe;;
10487 esac
10488 test -n "$vinfo" && \
10489 func_warning "'-version-info' is ignored for programs"
10490
10491 test -n "$release" && \
10492 func_warning "'-release' is ignored for programs"
10493
10494 $preload \
10495 && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
10496 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
10497
10498 case $host in
10499 *-*-rhapsody* | *-*-darwin1.[012])
10500 # On Rhapsody replace the C library is the System framework
10501 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
10502 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
10503 ;;
10504 esac
10505
10506 case $host in
10507 *-*-darwin*)
10508 # Don't allow lazy linking, it breaks C++ global constructors
10509 # But is supposedly fixed on 10.4 or later (yay!).
10510 if test CXX = "$tagname"; then
10511 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
10512 10.[0123])
10513 func_append compile_command " $wl-bind_at_load"
10514 func_append finalize_command " $wl-bind_at_load"
10515 ;;
10516 esac
10517 fi
10518 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
10519 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10520 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
10521 ;;
10522 esac
10523
10524
10525 # move library search paths that coincide with paths to not yet
10526 # installed libraries to the beginning of the library search list
10527 new_libs=
10528 for path in $notinst_path; do
10529 case " $new_libs " in
10530 *" -L$path/$objdir "*) ;;
10531 *)
10532 case " $compile_deplibs " in
10533 *" -L$path/$objdir "*)
10534 func_append new_libs " -L$path/$objdir" ;;
10535 esac
10536 ;;
10537 esac
10538 done
10539 for deplib in $compile_deplibs; do
10540 case $deplib in
10541 -L*)
10542 case " $new_libs " in
10543 *" $deplib "*) ;;
10544 *) func_append new_libs " $deplib" ;;
10545 esac
10546 ;;
10547 *) func_append new_libs " $deplib" ;;
10548 esac
10549 done
10550 compile_deplibs=$new_libs
10551
10552
10553 func_append compile_command " $compile_deplibs"
10554 func_append finalize_command " $finalize_deplibs"
10555
10556 if test -n "$rpath$xrpath"; then
10557 # If the user specified any rpath flags, then add them.
10558 for libdir in $rpath $xrpath; do
10559 # This is the magic to use -rpath.
10560 case "$finalize_rpath " in
10561 *" $libdir "*) ;;
10562 *) func_append finalize_rpath " $libdir" ;;
10563 esac
10564 done
10565 fi
10566
10567 # Now hardcode the library paths
10568 rpath=
10569 hardcode_libdirs=
10570 for libdir in $compile_rpath $finalize_rpath; do
10571 if test -n "$hardcode_libdir_flag_spec"; then
10572 if test -n "$hardcode_libdir_separator"; then
10573 if test -z "$hardcode_libdirs"; then
10574 hardcode_libdirs=$libdir
10575 else
10576 # Just accumulate the unique libdirs.
10577 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
10578 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
10579 ;;
10580 *)
10581 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
10582 ;;
10583 esac
10584 fi
10585 else
10586 eval flag=\"$hardcode_libdir_flag_spec\"
10587 func_append rpath " $flag"
10588 fi
10589 elif test -n "$runpath_var"; then
10590 case "$perm_rpath " in
10591 *" $libdir "*) ;;
10592 *) func_append perm_rpath " $libdir" ;;
10593 esac
10594 fi
10595 case $host in
10596 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
10597 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
10598 case :$dllsearchpath: in
10599 *":$libdir:"*) ;;
10600 ::) dllsearchpath=$libdir;;
10601 *) func_append dllsearchpath ":$libdir";;
10602 esac
10603 case :$dllsearchpath: in
10604 *":$testbindir:"*) ;;
10605 ::) dllsearchpath=$testbindir;;
10606 *) func_append dllsearchpath ":$testbindir";;
10607 esac
10608 ;;
10609 esac
10610 done
10611 # Substitute the hardcoded libdirs into the rpath.
10612 if test -n "$hardcode_libdir_separator" &&
10613 test -n "$hardcode_libdirs"; then
10614 libdir=$hardcode_libdirs
10615 eval rpath=\" $hardcode_libdir_flag_spec\"
10616 fi
10617 compile_rpath=$rpath
10618
10619 rpath=
10620 hardcode_libdirs=
10621 for libdir in $finalize_rpath; do
10622 if test -n "$hardcode_libdir_flag_spec"; then
10623 if test -n "$hardcode_libdir_separator"; then
10624 if test -z "$hardcode_libdirs"; then
10625 hardcode_libdirs=$libdir
10626 else
10627 # Just accumulate the unique libdirs.
10628 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
10629 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
10630 ;;
10631 *)
10632 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
10633 ;;
10634 esac
10635 fi
10636 else
10637 eval flag=\"$hardcode_libdir_flag_spec\"
10638 func_append rpath " $flag"
10639 fi
10640 elif test -n "$runpath_var"; then
10641 case "$finalize_perm_rpath " in
10642 *" $libdir "*) ;;
10643 *) func_append finalize_perm_rpath " $libdir" ;;
10644 esac
10645 fi
10646 done
10647 # Substitute the hardcoded libdirs into the rpath.
10648 if test -n "$hardcode_libdir_separator" &&
10649 test -n "$hardcode_libdirs"; then
10650 libdir=$hardcode_libdirs
10651 eval rpath=\" $hardcode_libdir_flag_spec\"
10652 fi
10653 finalize_rpath=$rpath
10654
10655 if test -n "$libobjs" && test yes = "$build_old_libs"; then
10656 # Transform all the library objects into standard objects.
10657 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
10658 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
10659 fi
10660
10661 func_generate_dlsyms "$outputname" "@PROGRAM@" false
10662
10663 # template prelinking step
10664 if test -n "$prelink_cmds"; then
10665 func_execute_cmds "$prelink_cmds" 'exit $?'
10666 fi
10667
10668 wrappers_required=:
10669 case $host in
10670 *cegcc* | *mingw32ce*)
10671 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
10672 wrappers_required=false
10673 ;;
10674 *cygwin* | *mingw* )
10675 test yes = "$build_libtool_libs" || wrappers_required=false
10676 ;;
10677 *)
10678 if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
10679 wrappers_required=false
10680 fi
10681 ;;
10682 esac
10683 $wrappers_required || {
10684 # Replace the output file specification.
10685 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
10686 link_command=$compile_command$compile_rpath
10687
10688 # We have no uninstalled library dependencies, so finalize right now.
10689 exit_status=0
10690 func_show_eval "$link_command" 'exit_status=$?'
10691
10692 if test -n "$postlink_cmds"; then
10693 func_to_tool_file "$output"
10694 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10695 func_execute_cmds "$postlink_cmds" 'exit $?'
10696 fi
10697
10698 # Delete the generated files.
10699 if test -f "$output_objdir/${outputname}S.$objext"; then
10700 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
10701 fi
10702
10703 exit $exit_status
10704 }
10705
10706 if test -n "$compile_shlibpath$finalize_shlibpath"; then
10707 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10708 fi
10709 if test -n "$finalize_shlibpath"; then
10710 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
10711 fi
10712
10713 compile_var=
10714 finalize_var=
10715 if test -n "$runpath_var"; then
10716 if test -n "$perm_rpath"; then
10717 # We should set the runpath_var.
10718 rpath=
10719 for dir in $perm_rpath; do
10720 func_append rpath "$dir:"
10721 done
10722 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10723 fi
10724 if test -n "$finalize_perm_rpath"; then
10725 # We should set the runpath_var.
10726 rpath=
10727 for dir in $finalize_perm_rpath; do
10728 func_append rpath "$dir:"
10729 done
10730 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
10731 fi
10732 fi
10733
10734 if test yes = "$no_install"; then
10735 # We don't need to create a wrapper script.
10736 link_command=$compile_var$compile_command$compile_rpath
10737 # Replace the output file specification.
10738 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
10739 # Delete the old output file.
10740 $opt_dry_run || $RM $output
10741 # Link the executable and exit
10742 func_show_eval "$link_command" 'exit $?'
10743
10744 if test -n "$postlink_cmds"; then
10745 func_to_tool_file "$output"
10746 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10747 func_execute_cmds "$postlink_cmds" 'exit $?'
10748 fi
10749
10750 exit $EXIT_SUCCESS
10751 fi
10752
10753 case $hardcode_action,$fast_install in
10754 relink,*)
10755 # Fast installation is not supported
10756 link_command=$compile_var$compile_command$compile_rpath
10757 relink_command=$finalize_var$finalize_command$finalize_rpath
10758
10759 func_warning "this platform does not like uninstalled shared libraries"
10760 func_warning "'$output' will be relinked during installation"
10761 ;;
10762 *,yes)
10763 link_command=$finalize_var$compile_command$finalize_rpath
10764 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
10765 ;;
10766 *,no)
10767 link_command=$compile_var$compile_command$compile_rpath
10768 relink_command=$finalize_var$finalize_command$finalize_rpath
10769 ;;
10770 *,needless)
10771 link_command=$finalize_var$compile_command$finalize_rpath
10772 relink_command=
10773 ;;
10774 esac
10775
10776 # Replace the output file specification.
10777 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
10778
10779 # Delete the old output files.
10780 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
10781
10782 func_show_eval "$link_command" 'exit $?'
10783
10784 if test -n "$postlink_cmds"; then
10785 func_to_tool_file "$output_objdir/$outputname"
10786 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
10787 func_execute_cmds "$postlink_cmds" 'exit $?'
10788 fi
10789
10790 # Now create the wrapper script.
10791 func_verbose "creating $output"
10792
10793 # Quote the relink command for shipping.
10794 if test -n "$relink_command"; then
10795 # Preserve any variables that may affect compiler behavior
10796 for var in $variables_saved_for_relink; do
10797 if eval test -z \"\${$var+set}\"; then
10798 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
10799 elif eval var_value=\$$var; test -z "$var_value"; then
10800 relink_command="$var=; export $var; $relink_command"
10801 else
10802 func_quote_arg pretty "$var_value"
10803 relink_command="$var=$func_quote_arg_result; export $var; $relink_command"
10804 fi
10805 done
10806 func_quote eval cd "`pwd`"
10807 func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)"
10808 relink_command=$func_quote_arg_unquoted_result
10809 fi
10810
10811 # Only actually do things if not in dry run mode.
10812 $opt_dry_run || {
10813 # win32 will think the script is a binary if it has
10814 # a .exe suffix, so we strip it off here.
10815 case $output in
10816 *.exe) func_stripname '' '.exe' "$output"
10817 output=$func_stripname_result ;;
10818 esac
10819 # test for cygwin because mv fails w/o .exe extensions
10820 case $host in
10821 *cygwin*)
10822 exeext=.exe
10823 func_stripname '' '.exe' "$outputname"
10824 outputname=$func_stripname_result ;;
10825 *) exeext= ;;
10826 esac
10827 case $host in
10828 *cygwin* | *mingw* )
10829 func_dirname_and_basename "$output" "" "."
10830 output_name=$func_basename_result
10831 output_path=$func_dirname_result
10832 cwrappersource=$output_path/$objdir/lt-$output_name.c
10833 cwrapper=$output_path/$output_name.exe
10834 $RM $cwrappersource $cwrapper
10835 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
10836
10837 func_emit_cwrapperexe_src > $cwrappersource
10838
10839 # The wrapper executable is built using the $host compiler,
10840 # because it contains $host paths and files. If cross-
10841 # compiling, it, like the target executable, must be
10842 # executed on the $host or under an emulation environment.
10843 $opt_dry_run || {
10844 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
10845 $STRIP $cwrapper
10846 }
10847
10848 # Now, create the wrapper script for func_source use:
10849 func_ltwrapper_scriptname $cwrapper
10850 $RM $func_ltwrapper_scriptname_result
10851 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
10852 $opt_dry_run || {
10853 # note: this script will not be executed, so do not chmod.
10854 if test "x$build" = "x$host"; then
10855 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
10856 else
10857 func_emit_wrapper no > $func_ltwrapper_scriptname_result
10858 fi
10859 }
10860 ;;
10861 * )
10862 $RM $output
10863 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
10864
10865 func_emit_wrapper no > $output
10866 chmod +x $output
10867 ;;
10868 esac
10869 }
10870 exit $EXIT_SUCCESS
10871 ;;
10872 esac
10873
10874 # See if we need to build an old-fashioned archive.
10875 for oldlib in $oldlibs; do
10876
10877 case $build_libtool_libs in
10878 convenience)
10879 oldobjs="$libobjs_save $symfileobj"
10880 addlibs=$convenience
10881 build_libtool_libs=no
10882 ;;
10883 module)
10884 oldobjs=$libobjs_save
10885 addlibs=$old_convenience
10886 build_libtool_libs=no
10887 ;;
10888 *)
10889 oldobjs="$old_deplibs $non_pic_objects"
10890 $preload && test -f "$symfileobj" \
10891 && func_append oldobjs " $symfileobj"
10892 addlibs=$old_convenience
10893 ;;
10894 esac
10895
10896 if test -n "$addlibs"; then
10897 gentop=$output_objdir/${outputname}x
10898 func_append generated " $gentop"
10899
10900 func_extract_archives $gentop $addlibs
10901 func_append oldobjs " $func_extract_archives_result"
10902 fi
10903
10904 # Do each command in the archive commands.
10905 if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
10906 cmds=$old_archive_from_new_cmds
10907 else
10908
10909 # Add any objects from preloaded convenience libraries
10910 if test -n "$dlprefiles"; then
10911 gentop=$output_objdir/${outputname}x
10912 func_append generated " $gentop"
10913
10914 func_extract_archives $gentop $dlprefiles
10915 func_append oldobjs " $func_extract_archives_result"
10916 fi
10917
10918 # POSIX demands no paths to be encoded in archives. We have
10919 # to avoid creating archives with duplicate basenames if we
10920 # might have to extract them afterwards, e.g., when creating a
10921 # static archive out of a convenience library, or when linking
10922 # the entirety of a libtool archive into another (currently
10923 # not supported by libtool).
10924 if (for obj in $oldobjs
10925 do
10926 func_basename "$obj"
10927 $ECHO "$func_basename_result"
10928 done | sort | sort -uc >/dev/null 2>&1); then
10929 :
10930 else
10931 echo "copying selected object files to avoid basename conflicts..."
10932 gentop=$output_objdir/${outputname}x
10933 func_append generated " $gentop"
10934 func_mkdir_p "$gentop"
10935 save_oldobjs=$oldobjs
10936 oldobjs=
10937 counter=1
10938 for obj in $save_oldobjs
10939 do
10940 func_basename "$obj"
10941 objbase=$func_basename_result
10942 case " $oldobjs " in
10943 " ") oldobjs=$obj ;;
10944 *[\ /]"$objbase "*)
10945 while :; do
10946 # Make sure we don't pick an alternate name that also
10947 # overlaps.
10948 newobj=lt$counter-$objbase
10949 func_arith $counter + 1
10950 counter=$func_arith_result
10951 case " $oldobjs " in
10952 *[\ /]"$newobj "*) ;;
10953 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
10954 esac
10955 done
10956 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
10957 func_append oldobjs " $gentop/$newobj"
10958 ;;
10959 *) func_append oldobjs " $obj" ;;
10960 esac
10961 done
10962 fi
10963 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
10964 tool_oldlib=$func_to_tool_file_result
10965 eval cmds=\"$old_archive_cmds\"
10966
10967 func_len " $cmds"
10968 len=$func_len_result
10969 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
10970 cmds=$old_archive_cmds
10971 elif test -n "$archiver_list_spec"; then
10972 func_verbose "using command file archive linking..."
10973 for obj in $oldobjs
10974 do
10975 func_to_tool_file "$obj"
10976 $ECHO "$func_to_tool_file_result"
10977 done > $output_objdir/$libname.libcmd
10978 func_to_tool_file "$output_objdir/$libname.libcmd"
10979 oldobjs=" $archiver_list_spec$func_to_tool_file_result"
10980 cmds=$old_archive_cmds
10981 else
10982 # the command line is too long to link in one step, link in parts
10983 func_verbose "using piecewise archive linking..."
10984 save_RANLIB=$RANLIB
10985 RANLIB=:
10986 objlist=
10987 concat_cmds=
10988 save_oldobjs=$oldobjs
10989 oldobjs=
10990 # Is there a better way of finding the last object in the list?
10991 for obj in $save_oldobjs
10992 do
10993 last_oldobj=$obj
10994 done
10995 eval test_cmds=\"$old_archive_cmds\"
10996 func_len " $test_cmds"
10997 len0=$func_len_result
10998 len=$len0
10999 for obj in $save_oldobjs
11000 do
11001 func_len " $obj"
11002 func_arith $len + $func_len_result
11003 len=$func_arith_result
11004 func_append objlist " $obj"
11005 if test "$len" -lt "$max_cmd_len"; then
11006 :
11007 else
11008 # the above command should be used before it gets too long
11009 oldobjs=$objlist
11010 if test "$obj" = "$last_oldobj"; then
11011 RANLIB=$save_RANLIB
11012 fi
11013 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
11014 eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
11015 objlist=
11016 len=$len0
11017 fi
11018 done
11019 RANLIB=$save_RANLIB
11020 oldobjs=$objlist
11021 if test -z "$oldobjs"; then
11022 eval cmds=\"\$concat_cmds\"
11023 else
11024 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
11025 fi
11026 fi
11027 fi
11028 func_execute_cmds "$cmds" 'exit $?'
11029 done
11030
11031 test -n "$generated" && \
11032 func_show_eval "${RM}r$generated"
11033
11034 # Now create the libtool archive.
11035 case $output in
11036 *.la)
11037 old_library=
11038 test yes = "$build_old_libs" && old_library=$libname.$libext
11039 func_verbose "creating $output"
11040
11041 # Preserve any variables that may affect compiler behavior
11042 for var in $variables_saved_for_relink; do
11043 if eval test -z \"\${$var+set}\"; then
11044 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
11045 elif eval var_value=\$$var; test -z "$var_value"; then
11046 relink_command="$var=; export $var; $relink_command"
11047 else
11048 func_quote_arg pretty,unquoted "$var_value"
11049 relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command"
11050 fi
11051 done
11052 # Quote the link command for shipping.
11053 func_quote eval cd "`pwd`"
11054 relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
11055 func_quote_arg pretty,unquoted "$relink_command"
11056 relink_command=$func_quote_arg_unquoted_result
11057 if test yes = "$hardcode_automatic"; then
11058 relink_command=
11059 fi
11060
11061 # Only create the output if not a dry run.
11062 $opt_dry_run || {
11063 for installed in no yes; do
11064 if test yes = "$installed"; then
11065 if test -z "$install_libdir"; then
11066 break
11067 fi
11068 output=$output_objdir/${outputname}i
11069 # Replace all uninstalled libtool libraries with the installed ones
11070 newdependency_libs=
11071 for deplib in $dependency_libs; do
11072 case $deplib in
11073 *.la)
11074 func_basename "$deplib"
11075 name=$func_basename_result
11076 func_resolve_sysroot "$deplib"
11077 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
11078 test -z "$libdir" && \
11079 func_fatal_error "'$deplib' is not a valid libtool archive"
11080 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
11081 ;;
11082 -L*)
11083 func_stripname -L '' "$deplib"
11084 func_replace_sysroot "$func_stripname_result"
11085 func_append newdependency_libs " -L$func_replace_sysroot_result"
11086 ;;
11087 -R*)
11088 func_stripname -R '' "$deplib"
11089 func_replace_sysroot "$func_stripname_result"
11090 func_append newdependency_libs " -R$func_replace_sysroot_result"
11091 ;;
11092 *) func_append newdependency_libs " $deplib" ;;
11093 esac
11094 done
11095 dependency_libs=$newdependency_libs
11096 newdlfiles=
11097
11098 for lib in $dlfiles; do
11099 case $lib in
11100 *.la)
11101 func_basename "$lib"
11102 name=$func_basename_result
11103 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
11104 test -z "$libdir" && \
11105 func_fatal_error "'$lib' is not a valid libtool archive"
11106 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
11107 ;;
11108 *) func_append newdlfiles " $lib" ;;
11109 esac
11110 done
11111 dlfiles=$newdlfiles
11112 newdlprefiles=
11113 for lib in $dlprefiles; do
11114 case $lib in
11115 *.la)
11116 # Only pass preopened files to the pseudo-archive (for
11117 # eventual linking with the app. that links it) if we
11118 # didn't already link the preopened objects directly into
11119 # the library:
11120 func_basename "$lib"
11121 name=$func_basename_result
11122 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
11123 test -z "$libdir" && \
11124 func_fatal_error "'$lib' is not a valid libtool archive"
11125 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
11126 ;;
11127 esac
11128 done
11129 dlprefiles=$newdlprefiles
11130 else
11131 newdlfiles=
11132 for lib in $dlfiles; do
11133 case $lib in
11134 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
11135 *) abs=`pwd`"/$lib" ;;
11136 esac
11137 func_append newdlfiles " $abs"
11138 done
11139 dlfiles=$newdlfiles
11140 newdlprefiles=
11141 for lib in $dlprefiles; do
11142 case $lib in
11143 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
11144 *) abs=`pwd`"/$lib" ;;
11145 esac
11146 func_append newdlprefiles " $abs"
11147 done
11148 dlprefiles=$newdlprefiles
11149 fi
11150 $RM $output
11151 # place dlname in correct position for cygwin
11152 # In fact, it would be nice if we could use this code for all target
11153 # systems that can't hard-code library paths into their executables
11154 # and that have no shared library path variable independent of PATH,
11155 # but it turns out we can't easily determine that from inspecting
11156 # libtool variables, so we have to hard-code the OSs to which it
11157 # applies here; at the moment, that means platforms that use the PE
11158 # object format with DLL files. See the long comment at the top of
11159 # tests/bindir.at for full details.
11160 tdlname=$dlname
11161 case $host,$output,$installed,$module,$dlname in
11162 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
11163 # If a -bindir argument was supplied, place the dll there.
11164 if test -n "$bindir"; then
11165 func_relative_path "$install_libdir" "$bindir"
11166 tdlname=$func_relative_path_result/$dlname
11167 else
11168 # Otherwise fall back on heuristic.
11169 tdlname=../bin/$dlname
11170 fi
11171 ;;
11172 esac
11173 $ECHO > $output "\
11174 # $outputname - a libtool library file
11175 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
11176 #
11177 # Please DO NOT delete this file!
11178 # It is necessary for linking the library.
11179
11180 # The name that we can dlopen(3).
11181 dlname='$tdlname'
11182
11183 # Names of this library.
11184 library_names='$library_names'
11185
11186 # The name of the static archive.
11187 old_library='$old_library'
11188
11189 # Linker flags that cannot go in dependency_libs.
11190 inherited_linker_flags='$new_inherited_linker_flags'
11191
11192 # Libraries that this one depends upon.
11193 dependency_libs='$dependency_libs'
11194
11195 # Names of additional weak libraries provided by this library
11196 weak_library_names='$weak_libs'
11197
11198 # Version information for $libname.
11199 current=$current
11200 age=$age
11201 revision=$revision
11202
11203 # Is this an already installed library?
11204 installed=$installed
11205
11206 # Should we warn about portability when linking against -modules?
11207 shouldnotlink=$module
11208
11209 # Files to dlopen/dlpreopen
11210 dlopen='$dlfiles'
11211 dlpreopen='$dlprefiles'
11212
11213 # Directory that this library needs to be installed in:
11214 libdir='$install_libdir'"
11215 if test no,yes = "$installed,$need_relink"; then
11216 $ECHO >> $output "\
11217 relink_command=\"$relink_command\""
11218 fi
11219 done
11220 }
11221
11222 # Do a symbolic link so that the libtool archive can be found in
11223 # LD_LIBRARY_PATH before the program is installed.
11224 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
11225 ;;
11226 esac
11227 exit $EXIT_SUCCESS
11228 }
11229
11230 if test link = "$opt_mode" || test relink = "$opt_mode"; then
11231 func_mode_link ${1+"$@"}
11232 fi
11233
11234
11235 # func_mode_uninstall arg...
11236 func_mode_uninstall ()
11237 {
11238 $debug_cmd
11239
11240 RM=$nonopt
11241 files=
11242 rmforce=false
11243 exit_status=0
11244
11245 # This variable tells wrapper scripts just to set variables rather
11246 # than running their programs.
11247 libtool_install_magic=$magic
11248
11249 for arg
11250 do
11251 case $arg in
11252 -f) func_append RM " $arg"; rmforce=: ;;
11253 -*) func_append RM " $arg" ;;
11254 *) func_append files " $arg" ;;
11255 esac
11256 done
11257
11258 test -z "$RM" && \
11259 func_fatal_help "you must specify an RM program"
11260
11261 rmdirs=
11262
11263 for file in $files; do
11264 func_dirname "$file" "" "."
11265 dir=$func_dirname_result
11266 if test . = "$dir"; then
11267 odir=$objdir
11268 else
11269 odir=$dir/$objdir
11270 fi
11271 func_basename "$file"
11272 name=$func_basename_result
11273 test uninstall = "$opt_mode" && odir=$dir
11274
11275 # Remember odir for removal later, being careful to avoid duplicates
11276 if test clean = "$opt_mode"; then
11277 case " $rmdirs " in
11278 *" $odir "*) ;;
11279 *) func_append rmdirs " $odir" ;;
11280 esac
11281 fi
11282
11283 # Don't error if the file doesn't exist and rm -f was used.
11284 if { test -L "$file"; } >/dev/null 2>&1 ||
11285 { test -h "$file"; } >/dev/null 2>&1 ||
11286 test -f "$file"; then
11287 :
11288 elif test -d "$file"; then
11289 exit_status=1
11290 continue
11291 elif $rmforce; then
11292 continue
11293 fi
11294
11295 rmfiles=$file
11296
11297 case $name in
11298 *.la)
11299 # Possibly a libtool archive, so verify it.
11300 if func_lalib_p "$file"; then
11301 func_source $dir/$name
11302
11303 # Delete the libtool libraries and symlinks.
11304 for n in $library_names; do
11305 func_append rmfiles " $odir/$n"
11306 done
11307 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
11308
11309 case $opt_mode in
11310 clean)
11311 case " $library_names " in
11312 *" $dlname "*) ;;
11313 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
11314 esac
11315 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
11316 ;;
11317 uninstall)
11318 if test -n "$library_names"; then
11319 # Do each command in the postuninstall commands.
11320 func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
11321 fi
11322
11323 if test -n "$old_library"; then
11324 # Do each command in the old_postuninstall commands.
11325 func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
11326 fi
11327 # FIXME: should reinstall the best remaining shared library.
11328 ;;
11329 esac
11330 fi
11331 ;;
11332
11333 *.lo)
11334 # Possibly a libtool object, so verify it.
11335 if func_lalib_p "$file"; then
11336
11337 # Read the .lo file
11338 func_source $dir/$name
11339
11340 # Add PIC object to the list of files to remove.
11341 if test -n "$pic_object" && test none != "$pic_object"; then
11342 func_append rmfiles " $dir/$pic_object"
11343 fi
11344
11345 # Add non-PIC object to the list of files to remove.
11346 if test -n "$non_pic_object" && test none != "$non_pic_object"; then
11347 func_append rmfiles " $dir/$non_pic_object"
11348 fi
11349 fi
11350 ;;
11351
11352 *)
11353 if test clean = "$opt_mode"; then
11354 noexename=$name
11355 case $file in
11356 *.exe)
11357 func_stripname '' '.exe' "$file"
11358 file=$func_stripname_result
11359 func_stripname '' '.exe' "$name"
11360 noexename=$func_stripname_result
11361 # $file with .exe has already been added to rmfiles,
11362 # add $file without .exe
11363 func_append rmfiles " $file"
11364 ;;
11365 esac
11366 # Do a test to see if this is a libtool program.
11367 if func_ltwrapper_p "$file"; then
11368 if func_ltwrapper_executable_p "$file"; then
11369 func_ltwrapper_scriptname "$file"
11370 relink_command=
11371 func_source $func_ltwrapper_scriptname_result
11372 func_append rmfiles " $func_ltwrapper_scriptname_result"
11373 else
11374 relink_command=
11375 func_source $dir/$noexename
11376 fi
11377
11378 # note $name still contains .exe if it was in $file originally
11379 # as does the version of $file that was added into $rmfiles
11380 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11381 if test yes = "$fast_install" && test -n "$relink_command"; then
11382 func_append rmfiles " $odir/lt-$name"
11383 fi
11384 if test "X$noexename" != "X$name"; then
11385 func_append rmfiles " $odir/lt-$noexename.c"
11386 fi
11387 fi
11388 fi
11389 ;;
11390 esac
11391 func_show_eval "$RM $rmfiles" 'exit_status=1'
11392 done
11393
11394 # Try to remove the $objdir's in the directories where we deleted files
11395 for dir in $rmdirs; do
11396 if test -d "$dir"; then
11397 func_show_eval "rmdir $dir >/dev/null 2>&1"
11398 fi
11399 done
11400
11401 exit $exit_status
11402 }
11403
11404 if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
11405 func_mode_uninstall ${1+"$@"}
11406 fi
11407
11408 test -z "$opt_mode" && {
11409 help=$generic_help
11410 func_fatal_help "you must specify a MODE"
11411 }
11412
11413 test -z "$exec_cmd" && \
11414 func_fatal_help "invalid operation mode '$opt_mode'"
11415
11416 if test -n "$exec_cmd"; then
11417 eval exec "$exec_cmd"
11418 exit $EXIT_FAILURE
11419 fi
11420
11421 exit $exit_status
11422
11423
11424 # The TAGs below are defined such that we never get into a situation
11425 # where we disable both kinds of libraries. Given conflicting
11426 # choices, we go for a static library, that is the most portable,
11427 # since we can't tell whether shared libraries were disabled because
11428 # the user asked for that or because the platform doesn't support
11429 # them. This is particularly important on AIX, because we don't
11430 # support having both static and shared libraries enabled at the same
11431 # time on that platform, so we default to a shared-only configuration.
11432 # If a disable-shared tag is given, we'll fallback to a static-only
11433 # configuration. But we'll never go from static-only to shared-only.
11434
11435 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
11436 build_libtool_libs=no
11437 build_old_libs=yes
11438 # ### END LIBTOOL TAG CONFIG: disable-shared
11439
11440 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
11441 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
11442 # ### END LIBTOOL TAG CONFIG: disable-static
11443
11444 # Local Variables:
11445 # mode:shell-script
11446 # sh-indentation:2
11447 # End:
+0
-1
m4/.gitignore less more
0 *.m4
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 iBus engine
17 #
18 # Copyright (c) 2007-2014 Huang Peng <shawn.p.huang@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35 VPATH = @srcdir@
36 am__is_gnu_make = { \
37 if test -z '$(MAKELEVEL)'; then \
38 false; \
39 elif test -n '$(MAKE_HOST)'; then \
40 true; \
41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
42 true; \
43 else \
44 false; \
45 fi; \
46 }
47 am__make_running_with_option = \
48 case $${target_option-} in \
49 ?) ;; \
50 *) echo "am__make_running_with_option: internal error: invalid" \
51 "target option '$${target_option-}' specified" >&2; \
52 exit 1;; \
53 esac; \
54 has_opt=no; \
55 sane_makeflags=$$MAKEFLAGS; \
56 if $(am__is_gnu_make); then \
57 sane_makeflags=$$MFLAGS; \
58 else \
59 case $$MAKEFLAGS in \
60 *\\[\ \ ]*) \
61 bs=\\; \
62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
64 esac; \
65 fi; \
66 skip_next=no; \
67 strip_trailopt () \
68 { \
69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
70 }; \
71 for flg in $$sane_makeflags; do \
72 test $$skip_next = yes && { skip_next=no; continue; }; \
73 case $$flg in \
74 *=*|--*) continue;; \
75 -*I) strip_trailopt 'I'; skip_next=yes;; \
76 -*I?*) strip_trailopt 'I';; \
77 -*O) strip_trailopt 'O'; skip_next=yes;; \
78 -*O?*) strip_trailopt 'O';; \
79 -*l) strip_trailopt 'l'; skip_next=yes;; \
80 -*l?*) strip_trailopt 'l';; \
81 -[dEDm]) skip_next=yes;; \
82 -[JT]) skip_next=yes;; \
83 esac; \
84 case $$flg in \
85 *$$target_option*) has_opt=yes; break;; \
86 esac; \
87 done; \
88 test $$has_opt = yes
89 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
90 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 subdir = m4
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
112 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
113 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
114 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
115 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
116 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
117 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
118 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120 $(ACLOCAL_M4)
121 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
122 mkinstalldirs = $(install_sh) -d
123 CONFIG_HEADER = $(top_builddir)/config.h
124 CONFIG_CLEAN_FILES =
125 CONFIG_CLEAN_VPATH_FILES =
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo " GEN " $@;
133 am__v_GEN_1 =
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 =
138 SOURCES =
139 DIST_SOURCES =
140 am__can_run_installinfo = \
141 case $$AM_UPDATE_INFO_DIR in \
142 n|no|NO) false;; \
143 *) (install-info --version) >/dev/null 2>&1;; \
144 esac
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 am__DIST_COMMON = $(srcdir)/Makefile.in
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148 ACLOCAL = @ACLOCAL@
149 AMTAR = @AMTAR@
150 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
151 AR = @AR@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
155 AWK = @AWK@
156 CC = @CC@
157 CCDEPMODE = @CCDEPMODE@
158 CFLAGS = @CFLAGS@
159 CPPFLAGS = @CPPFLAGS@
160 CSCOPE = @CSCOPE@
161 CTAGS = @CTAGS@
162 CXX = @CXX@
163 CXXCPP = @CXXCPP@
164 CXXDEPMODE = @CXXDEPMODE@
165 CXXFLAGS = @CXXFLAGS@
166 CYGPATH_W = @CYGPATH_W@
167 DEFS = @DEFS@
168 DEPDIR = @DEPDIR@
169 DLLTOOL = @DLLTOOL@
170 DSYMUTIL = @DSYMUTIL@
171 DUMPBIN = @DUMPBIN@
172 ECHO_C = @ECHO_C@
173 ECHO_N = @ECHO_N@
174 ECHO_T = @ECHO_T@
175 EGREP = @EGREP@
176 ETAGS = @ETAGS@
177 EXEEXT = @EXEEXT@
178 FGREP = @FGREP@
179 FILECMD = @FILECMD@
180 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
181 GMSGFMT = @GMSGFMT@
182 GMSGFMT_015 = @GMSGFMT_015@
183 GREP = @GREP@
184 IBUS_CFLAGS = @IBUS_CFLAGS@
185 IBUS_LIBS = @IBUS_LIBS@
186 INSTALL = @INSTALL@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 INTLLIBS = @INTLLIBS@
192 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
193 LD = @LD@
194 LDFLAGS = @LDFLAGS@
195 LIBICONV = @LIBICONV@
196 LIBINTL = @LIBINTL@
197 LIBOBJS = @LIBOBJS@
198 LIBS = @LIBS@
199 LIBTOOL = @LIBTOOL@
200 LIPO = @LIPO@
201 LN_S = @LN_S@
202 LTLIBICONV = @LTLIBICONV@
203 LTLIBINTL = @LTLIBINTL@
204 LTLIBOBJS = @LTLIBOBJS@
205 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
206 MAINT = @MAINT@
207 MAKEINFO = @MAKEINFO@
208 MANIFEST_TOOL = @MANIFEST_TOOL@
209 MKDIR_P = @MKDIR_P@
210 MSGFMT = @MSGFMT@
211 MSGFMT_015 = @MSGFMT_015@
212 MSGMERGE = @MSGMERGE@
213 NM = @NM@
214 NMEDIT = @NMEDIT@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_URL = @PACKAGE_URL@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
227 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
228 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
229 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
230 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PKG_CONFIG = @PKG_CONFIG@
233 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235 POSUB = @POSUB@
236 PYTHON = @PYTHON@
237 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
238 PYTHON_PLATFORM = @PYTHON_PLATFORM@
239 PYTHON_PREFIX = @PYTHON_PREFIX@
240 PYTHON_VERSION = @PYTHON_VERSION@
241 RANLIB = @RANLIB@
242 SED = @SED@
243 SET_MAKE = @SET_MAKE@
244 SHELL = @SHELL@
245 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
246 SQLITE3_LIBS = @SQLITE3_LIBS@
247 STRIP = @STRIP@
248 USE_NLS = @USE_NLS@
249 VERSION = @VERSION@
250 XGETTEXT = @XGETTEXT@
251 XGETTEXT_015 = @XGETTEXT_015@
252 abs_builddir = @abs_builddir@
253 abs_srcdir = @abs_srcdir@
254 abs_top_builddir = @abs_top_builddir@
255 abs_top_srcdir = @abs_top_srcdir@
256 ac_ct_AR = @ac_ct_AR@
257 ac_ct_CC = @ac_ct_CC@
258 ac_ct_CXX = @ac_ct_CXX@
259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260 am__include = @am__include@
261 am__leading_dot = @am__leading_dot@
262 am__quote = @am__quote@
263 am__tar = @am__tar@
264 am__untar = @am__untar@
265 bindir = @bindir@
266 build = @build@
267 build_alias = @build_alias@
268 build_cpu = @build_cpu@
269 build_os = @build_os@
270 build_vendor = @build_vendor@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 pkgpyexecdir = @pkgpyexecdir@
295 pkgpythondir = @pkgpythondir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 pyexecdir = @pyexecdir@
300 pythondir = @pythondir@
301 runstatedir = @runstatedir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 EXTRA_DIST = \
311 as-version.m4 \
312 $(NULL)
313
314 all: all-am
315
316 .SUFFIXES:
317 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
318 @for dep in $?; do \
319 case '$(am__configure_deps)' in \
320 *$$dep*) \
321 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
322 && { if test -f $@; then exit 0; else break; fi; }; \
323 exit 1;; \
324 esac; \
325 done; \
326 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
327 $(am__cd) $(top_srcdir) && \
328 $(AUTOMAKE) --gnu m4/Makefile
329 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330 @case '$?' in \
331 *config.status*) \
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333 *) \
334 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
335 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
336 esac;
337
338 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(am__aclocal_m4_deps):
346
347 mostlyclean-libtool:
348 -rm -f *.lo
349
350 clean-libtool:
351 -rm -rf .libs _libs
352 tags TAGS:
353
354 ctags CTAGS:
355
356 cscope cscopelist:
357
358 distdir: $(BUILT_SOURCES)
359 $(MAKE) $(AM_MAKEFLAGS) distdir-am
360
361 distdir-am: $(DISTFILES)
362 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364 list='$(DISTFILES)'; \
365 dist_files=`for file in $$list; do echo $$file; done | \
366 sed -e "s|^$$srcdirstrip/||;t" \
367 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368 case $$dist_files in \
369 */*) $(MKDIR_P) `echo "$$dist_files" | \
370 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371 sort -u` ;; \
372 esac; \
373 for file in $$dist_files; do \
374 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375 if test -d $$d/$$file; then \
376 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377 if test -d "$(distdir)/$$file"; then \
378 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379 fi; \
380 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383 fi; \
384 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385 else \
386 test -f "$(distdir)/$$file" \
387 || cp -p $$d/$$file "$(distdir)/$$file" \
388 || exit 1; \
389 fi; \
390 done
391 check-am: all-am
392 check: check-am
393 all-am: Makefile
394 installdirs:
395 install: install-am
396 install-exec: install-exec-am
397 install-data: install-data-am
398 uninstall: uninstall-am
399
400 install-am: all-am
401 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403 installcheck: installcheck-am
404 install-strip:
405 if test -z '$(STRIP)'; then \
406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408 install; \
409 else \
410 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
413 fi
414 mostlyclean-generic:
415
416 clean-generic:
417
418 distclean-generic:
419 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
420 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421
422 maintainer-clean-generic:
423 @echo "This command is intended for maintainers to use"
424 @echo "it deletes files that may require special tools to rebuild."
425 clean: clean-am
426
427 clean-am: clean-generic clean-libtool mostlyclean-am
428
429 distclean: distclean-am
430 -rm -f Makefile
431 distclean-am: clean-am distclean-generic
432
433 dvi: dvi-am
434
435 dvi-am:
436
437 html: html-am
438
439 html-am:
440
441 info: info-am
442
443 info-am:
444
445 install-data-am:
446
447 install-dvi: install-dvi-am
448
449 install-dvi-am:
450
451 install-exec-am:
452
453 install-html: install-html-am
454
455 install-html-am:
456
457 install-info: install-info-am
458
459 install-info-am:
460
461 install-man:
462
463 install-pdf: install-pdf-am
464
465 install-pdf-am:
466
467 install-ps: install-ps-am
468
469 install-ps-am:
470
471 installcheck-am:
472
473 maintainer-clean: maintainer-clean-am
474 -rm -f Makefile
475 maintainer-clean-am: distclean-am maintainer-clean-generic
476
477 mostlyclean: mostlyclean-am
478
479 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
480
481 pdf: pdf-am
482
483 pdf-am:
484
485 ps: ps-am
486
487 ps-am:
488
489 uninstall-am:
490
491 .MAKE: install-am install-strip
492
493 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
494 cscopelist-am ctags-am distclean distclean-generic \
495 distclean-libtool distdir dvi dvi-am html html-am info info-am \
496 install install-am install-data install-data-am install-dvi \
497 install-dvi-am install-exec install-exec-am install-html \
498 install-html-am install-info install-info-am install-man \
499 install-pdf install-pdf-am install-ps install-ps-am \
500 install-strip installcheck installcheck-am installdirs \
501 maintainer-clean maintainer-clean-generic mostlyclean \
502 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
503 tags-am uninstall uninstall-am
504
505 .PRECIOUS: Makefile
506
507
508 # Tell versions [3.59,3.63) of GNU make to not export all variables.
509 # Otherwise a system limit (for SysV at least) may be exceeded.
510 .NOEXPORT:
+0
-21
m4/codeset.m4 less more
0 # codeset.m4 serial 2 (gettext-0.16)
1 dnl Copyright (C) 2000-2002, 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_DEFUN([AM_LANGINFO_CODESET],
9 [
10 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
11 [AC_TRY_LINK([#include <langinfo.h>],
12 [char* cs = nl_langinfo(CODESET); return !cs;],
13 am_cv_langinfo_codeset=yes,
14 am_cv_langinfo_codeset=no)
15 ])
16 if test $am_cv_langinfo_codeset = yes; then
17 AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
18 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
19 fi
20 ])
+0
-30
m4/glibc2.m4 less more
0 # glibc2.m4 serial 1
1 dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 # Test for the GNU C Library, version 2.0 or newer.
7 # From Bruno Haible.
8
9 AC_DEFUN([gt_GLIBC2],
10 [
11 AC_CACHE_CHECK(whether we are using the GNU C Library 2 or newer,
12 ac_cv_gnu_library_2,
13 [AC_EGREP_CPP([Lucky GNU user],
14 [
15 #include <features.h>
16 #ifdef __GNU_LIBRARY__
17 #if (__GLIBC__ >= 2)
18 Lucky GNU user
19 #endif
20 #endif
21 ],
22 ac_cv_gnu_library_2=yes,
23 ac_cv_gnu_library_2=no)
24 ]
25 )
26 AC_SUBST(GLIBC2)
27 GLIBC2="$ac_cv_gnu_library_2"
28 ]
29 )
+0
-30
m4/glibc21.m4 less more
0 # glibc21.m4 serial 3
1 dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 # Test for the GNU C Library, version 2.1 or newer.
7 # From Bruno Haible.
8
9 AC_DEFUN([gl_GLIBC21],
10 [
11 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
12 ac_cv_gnu_library_2_1,
13 [AC_EGREP_CPP([Lucky GNU user],
14 [
15 #include <features.h>
16 #ifdef __GNU_LIBRARY__
17 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
18 Lucky GNU user
19 #endif
20 #endif
21 ],
22 ac_cv_gnu_library_2_1=yes,
23 ac_cv_gnu_library_2_1=no)
24 ]
25 )
26 AC_SUBST(GLIBC21)
27 GLIBC21="$ac_cv_gnu_library_2_1"
28 ]
29 )
+0
-70
m4/intdiv0.m4 less more
0 # intdiv0.m4 serial 1 (gettext-0.11.3)
1 dnl Copyright (C) 2002 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_DEFUN([gt_INTDIV0],
9 [
10 AC_REQUIRE([AC_PROG_CC])dnl
11 AC_REQUIRE([AC_CANONICAL_HOST])dnl
12
13 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
14 gt_cv_int_divbyzero_sigfpe,
15 [
16 AC_TRY_RUN([
17 #include <stdlib.h>
18 #include <signal.h>
19
20 static void
21 #ifdef __cplusplus
22 sigfpe_handler (int sig)
23 #else
24 sigfpe_handler (sig) int sig;
25 #endif
26 {
27 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
28 exit (sig != SIGFPE);
29 }
30
31 int x = 1;
32 int y = 0;
33 int z;
34 int nan;
35
36 int main ()
37 {
38 signal (SIGFPE, sigfpe_handler);
39 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
40 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
41 signal (SIGTRAP, sigfpe_handler);
42 #endif
43 /* Linux/SPARC yields signal SIGILL. */
44 #if defined (__sparc__) && defined (__linux__)
45 signal (SIGILL, sigfpe_handler);
46 #endif
47
48 z = x / y;
49 nan = y / y;
50 exit (1);
51 }
52 ], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no,
53 [
54 # Guess based on the CPU.
55 case "$host_cpu" in
56 alpha* | i[34567]86 | m68k | s390*)
57 gt_cv_int_divbyzero_sigfpe="guessing yes";;
58 *)
59 gt_cv_int_divbyzero_sigfpe="guessing no";;
60 esac
61 ])
62 ])
63 case "$gt_cv_int_divbyzero_sigfpe" in
64 *yes) value=1;;
65 *) value=0;;
66 esac
67 AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value,
68 [Define if integer division by zero raises signal SIGFPE.])
69 ])
+0
-259
m4/intl.m4 less more
0 # intl.m4 serial 3 (gettext-0.16)
1 dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Authors:
16 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
17 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006.
18
19 AC_PREREQ(2.52)
20
21 dnl Checks for all prerequisites of the intl subdirectory,
22 dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
23 dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
24 AC_DEFUN([AM_INTL_SUBDIR],
25 [
26 AC_REQUIRE([AC_PROG_INSTALL])dnl
27 AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
28 AC_REQUIRE([AC_PROG_CC])dnl
29 AC_REQUIRE([AC_CANONICAL_HOST])dnl
30 AC_REQUIRE([gt_GLIBC2])dnl
31 AC_REQUIRE([AC_PROG_RANLIB])dnl
32 AC_REQUIRE([gl_VISIBILITY])dnl
33 AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
34 AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl
35 AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl
36 AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
37 AC_REQUIRE([gt_TYPE_WINT_T])dnl
38 AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
39 AC_REQUIRE([gt_TYPE_INTMAX_T])
40 AC_REQUIRE([gt_PRINTF_POSIX])
41 AC_REQUIRE([gl_GLIBC21])dnl
42 AC_REQUIRE([gl_XSIZE])dnl
43 AC_REQUIRE([gt_INTL_MACOSX])dnl
44
45 AC_CHECK_TYPE([ptrdiff_t], ,
46 [AC_DEFINE([ptrdiff_t], [long],
47 [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
48 ])
49 AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
50 AC_CHECK_FUNCS([asprintf fwprintf putenv setenv setlocale snprintf wcslen])
51
52 dnl Use the _snprintf function only if it is declared (because on NetBSD it
53 dnl is defined as a weak alias of snprintf; we prefer to use the latter).
54 gt_CHECK_DECL(_snprintf, [#include <stdio.h>])
55 gt_CHECK_DECL(_snwprintf, [#include <stdio.h>])
56
57 dnl Use the *_unlocked functions only if they are declared.
58 dnl (because some of them were defined without being declared in Solaris
59 dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
60 dnl on Solaris 2.5.1 to run on Solaris 2.6).
61 dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
62 gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
63
64 case $gt_cv_func_printf_posix in
65 *yes) HAVE_POSIX_PRINTF=1 ;;
66 *) HAVE_POSIX_PRINTF=0 ;;
67 esac
68 AC_SUBST([HAVE_POSIX_PRINTF])
69 if test "$ac_cv_func_asprintf" = yes; then
70 HAVE_ASPRINTF=1
71 else
72 HAVE_ASPRINTF=0
73 fi
74 AC_SUBST([HAVE_ASPRINTF])
75 if test "$ac_cv_func_snprintf" = yes; then
76 HAVE_SNPRINTF=1
77 else
78 HAVE_SNPRINTF=0
79 fi
80 AC_SUBST([HAVE_SNPRINTF])
81 if test "$ac_cv_func_wprintf" = yes; then
82 HAVE_WPRINTF=1
83 else
84 HAVE_WPRINTF=0
85 fi
86 AC_SUBST([HAVE_WPRINTF])
87
88 AM_LANGINFO_CODESET
89 gt_LC_MESSAGES
90
91 dnl Compilation on mingw and Cygwin needs special Makefile rules, because
92 dnl 1. when we install a shared library, we must arrange to export
93 dnl auxiliary pointer variables for every exported variable,
94 dnl 2. when we install a shared library and a static library simultaneously,
95 dnl the include file specifies __declspec(dllimport) and therefore we
96 dnl must arrange to define the auxiliary pointer variables for the
97 dnl exported variables _also_ in the static library.
98 if test "$enable_shared" = yes; then
99 case "$host_os" in
100 cygwin*) is_woe32dll=yes ;;
101 *) is_woe32dll=no ;;
102 esac
103 else
104 is_woe32dll=no
105 fi
106 WOE32DLL=$is_woe32dll
107 AC_SUBST([WOE32DLL])
108
109 dnl Rename some macros and functions used for locking.
110 AH_BOTTOM([
111 #define __libc_lock_t gl_lock_t
112 #define __libc_lock_define gl_lock_define
113 #define __libc_lock_define_initialized gl_lock_define_initialized
114 #define __libc_lock_init gl_lock_init
115 #define __libc_lock_lock gl_lock_lock
116 #define __libc_lock_unlock gl_lock_unlock
117 #define __libc_lock_recursive_t gl_recursive_lock_t
118 #define __libc_lock_define_recursive gl_recursive_lock_define
119 #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
120 #define __libc_lock_init_recursive gl_recursive_lock_init
121 #define __libc_lock_lock_recursive gl_recursive_lock_lock
122 #define __libc_lock_unlock_recursive gl_recursive_lock_unlock
123 #define glthread_in_use libintl_thread_in_use
124 #define glthread_lock_init libintl_lock_init
125 #define glthread_lock_lock libintl_lock_lock
126 #define glthread_lock_unlock libintl_lock_unlock
127 #define glthread_lock_destroy libintl_lock_destroy
128 #define glthread_rwlock_init libintl_rwlock_init
129 #define glthread_rwlock_rdlock libintl_rwlock_rdlock
130 #define glthread_rwlock_wrlock libintl_rwlock_wrlock
131 #define glthread_rwlock_unlock libintl_rwlock_unlock
132 #define glthread_rwlock_destroy libintl_rwlock_destroy
133 #define glthread_recursive_lock_init libintl_recursive_lock_init
134 #define glthread_recursive_lock_lock libintl_recursive_lock_lock
135 #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
136 #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
137 #define glthread_once libintl_once
138 #define glthread_once_call libintl_once_call
139 #define glthread_once_singlethreaded libintl_once_singlethreaded
140 ])
141 ])
142
143
144 dnl Checks for the core files of the intl subdirectory:
145 dnl dcigettext.c
146 dnl eval-plural.h
147 dnl explodename.c
148 dnl finddomain.c
149 dnl gettextP.h
150 dnl gmo.h
151 dnl hash-string.h hash-string.c
152 dnl l10nflist.c
153 dnl libgnuintl.h.in (except the *printf stuff)
154 dnl loadinfo.h
155 dnl loadmsgcat.c
156 dnl localealias.c
157 dnl log.c
158 dnl plural-exp.h plural-exp.c
159 dnl plural.y
160 dnl Used by libglocale.
161 AC_DEFUN([gt_INTL_SUBDIR_CORE],
162 [
163 AC_REQUIRE([AC_C_INLINE])dnl
164 AC_REQUIRE([AC_TYPE_SIZE_T])dnl
165 AC_REQUIRE([gl_AC_HEADER_STDINT_H])
166 AC_REQUIRE([AC_FUNC_ALLOCA])dnl
167 AC_REQUIRE([AC_FUNC_MMAP])dnl
168 AC_REQUIRE([gt_INTDIV0])dnl
169 AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl
170 AC_REQUIRE([gt_INTTYPES_PRI])dnl
171 AC_REQUIRE([gl_LOCK])dnl
172
173 AC_TRY_LINK(
174 [int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }],
175 [],
176 [AC_DEFINE([HAVE_BUILTIN_EXPECT], 1,
177 [Define to 1 if the compiler understands __builtin_expect.])])
178
179 AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
180 AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
181 stpcpy strcasecmp strdup strtoul tsearch argz_count argz_stringify \
182 argz_next __fsetlocking])
183
184 dnl Use the *_unlocked functions only if they are declared.
185 dnl (because some of them were defined without being declared in Solaris
186 dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
187 dnl on Solaris 2.5.1 to run on Solaris 2.6).
188 dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
189 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
190 gt_CHECK_DECL(fgets_unlocked, [#include <stdio.h>])
191
192 AM_ICONV
193
194 dnl glibc >= 2.4 has a NL_LOCALE_NAME macro when _GNU_SOURCE is defined,
195 dnl and a _NL_LOCALE_NAME macro always.
196 AC_CACHE_CHECK([for NL_LOCALE_NAME macro], gt_cv_nl_locale_name,
197 [AC_TRY_LINK([#include <langinfo.h>
198 #include <locale.h>],
199 [char* cs = nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES));],
200 gt_cv_nl_locale_name=yes,
201 gt_cv_nl_locale_name=no)
202 ])
203 if test $gt_cv_nl_locale_name = yes; then
204 AC_DEFINE(HAVE_NL_LOCALE_NAME, 1,
205 [Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if _GNU_SOURCE is defined.])
206 fi
207
208 dnl intl/plural.c is generated from intl/plural.y. It requires bison,
209 dnl because plural.y uses bison specific features. It requires at least
210 dnl bison-1.26 because earlier versions generate a plural.c that doesn't
211 dnl compile.
212 dnl bison is only needed for the maintainer (who touches plural.y). But in
213 dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
214 dnl the rule in general Makefile. Now, some people carelessly touch the
215 dnl files or have a broken "make" program, hence the plural.c rule will
216 dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
217 dnl present or too old.
218 AC_CHECK_PROGS([INTLBISON], [bison])
219 if test -z "$INTLBISON"; then
220 ac_verc_fail=yes
221 else
222 dnl Found it, now check the version.
223 AC_MSG_CHECKING([version of bison])
224 changequote(<<,>>)dnl
225 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
226 case $ac_prog_version in
227 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
228 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
229 changequote([,])dnl
230 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
231 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
232 esac
233 AC_MSG_RESULT([$ac_prog_version])
234 fi
235 if test $ac_verc_fail = yes; then
236 INTLBISON=:
237 fi
238 ])
239
240
241 dnl gt_CHECK_DECL(FUNC, INCLUDES)
242 dnl Check whether a function is declared.
243 AC_DEFUN([gt_CHECK_DECL],
244 [
245 AC_CACHE_CHECK([whether $1 is declared], ac_cv_have_decl_$1,
246 [AC_TRY_COMPILE([$2], [
247 #ifndef $1
248 char *p = (char *) $1;
249 #endif
250 ], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)])
251 if test $ac_cv_have_decl_$1 = yes; then
252 gt_value=1
253 else
254 gt_value=0
255 fi
256 AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value],
257 [Define to 1 if you have the declaration of `$1', and to 0 if you don't.])
258 ])
+0
-19
m4/intldir.m4 less more
0 # intldir.m4 serial 1 (gettext-0.16)
1 dnl Copyright (C) 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 AC_PREREQ(2.52)
16
17 dnl Tells the AM_GNU_GETTEXT macro to consider an intl/ directory.
18 AC_DEFUN([AM_GNU_GETTEXT_INTL_SUBDIR], [])
+0
-33
m4/intmax.m4 less more
0 # intmax.m4 serial 3 (gettext-0.16)
1 dnl Copyright (C) 2002-2005 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
8 dnl find a replacement if it is lacking.
9
10 AC_DEFUN([gt_TYPE_INTMAX_T],
11 [
12 AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
13 AC_REQUIRE([gl_AC_HEADER_STDINT_H])
14 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
15 [AC_TRY_COMPILE([
16 #include <stddef.h>
17 #include <stdlib.h>
18 #if HAVE_STDINT_H_WITH_UINTMAX
19 #include <stdint.h>
20 #endif
21 #if HAVE_INTTYPES_H_WITH_UINTMAX
22 #include <inttypes.h>
23 #endif
24 ], [intmax_t x = -1;
25 return !x;],
26 gt_cv_c_intmax_t=yes,
27 gt_cv_c_intmax_t=no)])
28 if test $gt_cv_c_intmax_t = yes; then
29 AC_DEFINE(HAVE_INTMAX_T, 1,
30 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
31 fi
32 ])
+0
-36
m4/inttypes-pri.m4 less more
0 # inttypes-pri.m4 serial 4 (gettext-0.16)
1 dnl Copyright (C) 1997-2002, 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_PREREQ(2.52)
9
10 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
11 # macros to non-string values. This is the case on AIX 4.3.3.
12
13 AC_DEFUN([gt_INTTYPES_PRI],
14 [
15 AC_CHECK_HEADERS([inttypes.h])
16 if test $ac_cv_header_inttypes_h = yes; then
17 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
18 gt_cv_inttypes_pri_broken,
19 [
20 AC_TRY_COMPILE([#include <inttypes.h>
21 #ifdef PRId32
22 char *p = PRId32;
23 #endif
24 ], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes)
25 ])
26 fi
27 if test "$gt_cv_inttypes_pri_broken" = yes; then
28 AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1,
29 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
30 PRI_MACROS_BROKEN=1
31 else
32 PRI_MACROS_BROKEN=0
33 fi
34 AC_SUBST([PRI_MACROS_BROKEN])
35 ])
+0
-26
m4/inttypes_h.m4 less more
0 # inttypes_h.m4 serial 7
1 dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Paul Eggert.
7
8 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
9 # doesn't clash with <sys/types.h>, and declares uintmax_t.
10
11 AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
12 [
13 AC_CACHE_CHECK([for inttypes.h], gl_cv_header_inttypes_h,
14 [AC_TRY_COMPILE(
15 [#include <sys/types.h>
16 #include <inttypes.h>],
17 [uintmax_t i = (uintmax_t) -1; return !i;],
18 gl_cv_header_inttypes_h=yes,
19 gl_cv_header_inttypes_h=no)])
20 if test $gl_cv_header_inttypes_h = yes; then
21 AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
22 [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
23 and declares uintmax_t. ])
24 fi
25 ])
+0
-30
m4/lcmessage.m4 less more
0 # lcmessage.m4 serial 4 (gettext-0.14.2)
1 dnl Copyright (C) 1995-2002, 2004-2005 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5 dnl
6 dnl This file can can be used in projects which are not available under
7 dnl the GNU General Public License or the GNU Library General Public
8 dnl License but which still want to provide support for the GNU gettext
9 dnl functionality.
10 dnl Please note that the actual code of the GNU gettext library is covered
11 dnl by the GNU Library General Public License, and the rest of the GNU
12 dnl gettext package package is covered by the GNU General Public License.
13 dnl They are *not* in the public domain.
14
15 dnl Authors:
16 dnl Ulrich Drepper <drepper@cygnus.com>, 1995.
17
18 # Check whether LC_MESSAGES is available in <locale.h>.
19
20 AC_DEFUN([gt_LC_MESSAGES],
21 [
22 AC_CACHE_CHECK([for LC_MESSAGES], gt_cv_val_LC_MESSAGES,
23 [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
24 gt_cv_val_LC_MESSAGES=yes, gt_cv_val_LC_MESSAGES=no)])
25 if test $gt_cv_val_LC_MESSAGES = yes; then
26 AC_DEFINE(HAVE_LC_MESSAGES, 1,
27 [Define if your <locale.h> file defines LC_MESSAGES.])
28 fi
29 ])
0 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
1 #
2 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software
3 # Foundation, Inc.
4 # Written by Gordon Matzigkeit, 1996
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 m4_define([_LT_COPYING], [dnl
11 # Copyright (C) 2014 Free Software Foundation, Inc.
12 # This is free software; see the source for copying conditions. There is NO
13 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14
15 # GNU Libtool is free software; you can redistribute it and/or modify
16 # it under the terms of the GNU General Public License as published by
17 # the Free Software Foundation; either version 2 of of the License, or
18 # (at your option) any later version.
19 #
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program or library that is built
22 # using GNU Libtool, you may include this file under the same
23 # distribution terms that you use for the rest of that program.
24 #
25 # GNU Libtool is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program. If not, see <http://www.gnu.org/licenses/>.
32 ])
33
34 # serial 59 LT_INIT
35
36
37 # LT_PREREQ(VERSION)
38 # ------------------
39 # Complain and exit if this libtool version is less that VERSION.
40 m4_defun([LT_PREREQ],
41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
42 [m4_default([$3],
43 [m4_fatal([Libtool version $1 or higher is required],
44 63)])],
45 [$2])])
46
47
48 # _LT_CHECK_BUILDDIR
49 # ------------------
50 # Complain if the absolute build directory name contains unusual characters
51 m4_defun([_LT_CHECK_BUILDDIR],
52 [case `pwd` in
53 *\ * | *\ *)
54 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
55 esac
56 ])
57
58
59 # LT_INIT([OPTIONS])
60 # ------------------
61 AC_DEFUN([LT_INIT],
62 [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
63 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
64 AC_BEFORE([$0], [LT_LANG])dnl
65 AC_BEFORE([$0], [LT_OUTPUT])dnl
66 AC_BEFORE([$0], [LTDL_INIT])dnl
67 m4_require([_LT_CHECK_BUILDDIR])dnl
68
69 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
71 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
72 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
73 dnl unless we require an AC_DEFUNed macro:
74 AC_REQUIRE([LTOPTIONS_VERSION])dnl
75 AC_REQUIRE([LTSUGAR_VERSION])dnl
76 AC_REQUIRE([LTVERSION_VERSION])dnl
77 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
78 m4_require([_LT_PROG_LTMAIN])dnl
79
80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
81
82 dnl Parse OPTIONS
83 _LT_SET_OPTIONS([$0], [$1])
84
85 # This can be used to rebuild libtool when needed
86 LIBTOOL_DEPS=$ltmain
87
88 # Always use our own libtool.
89 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
90 AC_SUBST(LIBTOOL)dnl
91
92 _LT_SETUP
93
94 # Only expand once:
95 m4_define([LT_INIT])
96 ])# LT_INIT
97
98 # Old names:
99 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
100 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
101 dnl aclocal-1.4 backwards compatibility:
102 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
103 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
104
105
106 # _LT_PREPARE_CC_BASENAME
107 # -----------------------
108 m4_defun([_LT_PREPARE_CC_BASENAME], [
109 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
110 func_cc_basename ()
111 {
112 for cc_temp in @S|@*""; do
113 case $cc_temp in
114 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
115 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
116 \-*) ;;
117 *) break;;
118 esac
119 done
120 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
121 }
122 ])# _LT_PREPARE_CC_BASENAME
123
124
125 # _LT_CC_BASENAME(CC)
126 # -------------------
127 # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
128 # but that macro is also expanded into generated libtool script, which
129 # arranges for $SED and $ECHO to be set by different means.
130 m4_defun([_LT_CC_BASENAME],
131 [m4_require([_LT_PREPARE_CC_BASENAME])dnl
132 AC_REQUIRE([_LT_DECL_SED])dnl
133 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
134 func_cc_basename $1
135 cc_basename=$func_cc_basename_result
136 ])
137
138
139 # _LT_FILEUTILS_DEFAULTS
140 # ----------------------
141 # It is okay to use these file commands and assume they have been set
142 # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
143 m4_defun([_LT_FILEUTILS_DEFAULTS],
144 [: ${CP="cp -f"}
145 : ${MV="mv -f"}
146 : ${RM="rm -f"}
147 ])# _LT_FILEUTILS_DEFAULTS
148
149
150 # _LT_SETUP
151 # ---------
152 m4_defun([_LT_SETUP],
153 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
154 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
155 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
156 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
157
158 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
159 dnl
160 _LT_DECL([], [host_alias], [0], [The host system])dnl
161 _LT_DECL([], [host], [0])dnl
162 _LT_DECL([], [host_os], [0])dnl
163 dnl
164 _LT_DECL([], [build_alias], [0], [The build system])dnl
165 _LT_DECL([], [build], [0])dnl
166 _LT_DECL([], [build_os], [0])dnl
167 dnl
168 AC_REQUIRE([AC_PROG_CC])dnl
169 AC_REQUIRE([LT_PATH_LD])dnl
170 AC_REQUIRE([LT_PATH_NM])dnl
171 dnl
172 AC_REQUIRE([AC_PROG_LN_S])dnl
173 test -z "$LN_S" && LN_S="ln -s"
174 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
175 dnl
176 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
177 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
178 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
179 dnl
180 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
181 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
182 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
183 m4_require([_LT_CMD_RELOAD])dnl
184 m4_require([_LT_DECL_FILECMD])dnl
185 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
186 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
187 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
188 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
189 m4_require([_LT_WITH_SYSROOT])dnl
190 m4_require([_LT_CMD_TRUNCATE])dnl
191
192 _LT_CONFIG_LIBTOOL_INIT([
193 # See if we are running on zsh, and set the options that allow our
194 # commands through without removal of \ escapes INIT.
195 if test -n "\${ZSH_VERSION+set}"; then
196 setopt NO_GLOB_SUBST
197 fi
198 ])
199 if test -n "${ZSH_VERSION+set}"; then
200 setopt NO_GLOB_SUBST
201 fi
202
203 _LT_CHECK_OBJDIR
204
205 m4_require([_LT_TAG_COMPILER])dnl
206
207 case $host_os in
208 aix3*)
209 # AIX sometimes has problems with the GCC collect2 program. For some
210 # reason, if we set the COLLECT_NAMES environment variable, the problems
211 # vanish in a puff of smoke.
212 if test set != "${COLLECT_NAMES+set}"; then
213 COLLECT_NAMES=
214 export COLLECT_NAMES
215 fi
216 ;;
217 esac
218
219 # Global variables:
220 ofile=libtool
221 can_build_shared=yes
222
223 # All known linkers require a '.a' archive for static linking (except MSVC and
224 # ICC, which need '.lib').
225 libext=a
226
227 with_gnu_ld=$lt_cv_prog_gnu_ld
228
229 old_CC=$CC
230 old_CFLAGS=$CFLAGS
231
232 # Set sane defaults for various variables
233 test -z "$CC" && CC=cc
234 test -z "$LTCC" && LTCC=$CC
235 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
236 test -z "$LD" && LD=ld
237 test -z "$ac_objext" && ac_objext=o
238
239 _LT_CC_BASENAME([$compiler])
240
241 # Only perform the check for file, if the check method requires it
242 test -z "$MAGIC_CMD" && MAGIC_CMD=file
243 case $deplibs_check_method in
244 file_magic*)
245 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
246 _LT_PATH_MAGIC
247 fi
248 ;;
249 esac
250
251 # Use C for the default configuration in the libtool script
252 LT_SUPPORTED_TAG([CC])
253 _LT_LANG_C_CONFIG
254 _LT_LANG_DEFAULT_CONFIG
255 _LT_CONFIG_COMMANDS
256 ])# _LT_SETUP
257
258
259 # _LT_PREPARE_SED_QUOTE_VARS
260 # --------------------------
261 # Define a few sed substitution that help us do robust quoting.
262 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
263 [# Backslashify metacharacters that are still active within
264 # double-quoted strings.
265 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
266
267 # Same as above, but do not quote variable references.
268 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
269
270 # Sed substitution to delay expansion of an escaped shell variable in a
271 # double_quote_subst'ed string.
272 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
273
274 # Sed substitution to delay expansion of an escaped single quote.
275 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
276
277 # Sed substitution to avoid accidental globbing in evaled expressions
278 no_glob_subst='s/\*/\\\*/g'
279 ])
280
281 # _LT_PROG_LTMAIN
282 # ---------------
283 # Note that this code is called both from 'configure', and 'config.status'
284 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
285 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
286 # so we pass a copy along to make sure it has a sensible value anyway.
287 m4_defun([_LT_PROG_LTMAIN],
288 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
289 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
290 ltmain=$ac_aux_dir/ltmain.sh
291 ])# _LT_PROG_LTMAIN
292
293
294 ## ------------------------------------- ##
295 ## Accumulate code for creating libtool. ##
296 ## ------------------------------------- ##
297
298 # So that we can recreate a full libtool script including additional
299 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
300 # in macros and then make a single call at the end using the 'libtool'
301 # label.
302
303
304 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
305 # ----------------------------------------
306 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
307 m4_define([_LT_CONFIG_LIBTOOL_INIT],
308 [m4_ifval([$1],
309 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
310 [$1
311 ])])])
312
313 # Initialize.
314 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
315
316
317 # _LT_CONFIG_LIBTOOL([COMMANDS])
318 # ------------------------------
319 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
320 m4_define([_LT_CONFIG_LIBTOOL],
321 [m4_ifval([$1],
322 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
323 [$1
324 ])])])
325
326 # Initialize.
327 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
328
329
330 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
331 # -----------------------------------------------------
332 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
333 [_LT_CONFIG_LIBTOOL([$1])
334 _LT_CONFIG_LIBTOOL_INIT([$2])
335 ])
336
337
338 # _LT_FORMAT_COMMENT([COMMENT])
339 # -----------------------------
340 # Add leading comment marks to the start of each line, and a trailing
341 # full-stop to the whole comment if one is not present already.
342 m4_define([_LT_FORMAT_COMMENT],
343 [m4_ifval([$1], [
344 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
345 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
346 )])
347
348
349
350 ## ------------------------ ##
351 ## FIXME: Eliminate VARNAME ##
352 ## ------------------------ ##
353
354
355 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
356 # -------------------------------------------------------------------
357 # CONFIGNAME is the name given to the value in the libtool script.
358 # VARNAME is the (base) name used in the configure script.
359 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
360 # VARNAME. Any other value will be used directly.
361 m4_define([_LT_DECL],
362 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
363 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
364 [m4_ifval([$1], [$1], [$2])])
365 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
366 m4_ifval([$4],
367 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
368 lt_dict_add_subkey([lt_decl_dict], [$2],
369 [tagged?], [m4_ifval([$5], [yes], [no])])])
370 ])
371
372
373 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
374 # --------------------------------------------------------
375 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
376
377
378 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
379 # ------------------------------------------------
380 m4_define([lt_decl_tag_varnames],
381 [_lt_decl_filter([tagged?], [yes], $@)])
382
383
384 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
385 # ---------------------------------------------------------
386 m4_define([_lt_decl_filter],
387 [m4_case([$#],
388 [0], [m4_fatal([$0: too few arguments: $#])],
389 [1], [m4_fatal([$0: too few arguments: $#: $1])],
390 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
391 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
392 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
393 ])
394
395
396 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
397 # --------------------------------------------------
398 m4_define([lt_decl_quote_varnames],
399 [_lt_decl_filter([value], [1], $@)])
400
401
402 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
403 # ---------------------------------------------------
404 m4_define([lt_decl_dquote_varnames],
405 [_lt_decl_filter([value], [2], $@)])
406
407
408 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
409 # ---------------------------------------------------
410 m4_define([lt_decl_varnames_tagged],
411 [m4_assert([$# <= 2])dnl
412 _$0(m4_quote(m4_default([$1], [[, ]])),
413 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
414 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
415 m4_define([_lt_decl_varnames_tagged],
416 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
417
418
419 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
420 # ------------------------------------------------
421 m4_define([lt_decl_all_varnames],
422 [_$0(m4_quote(m4_default([$1], [[, ]])),
423 m4_if([$2], [],
424 m4_quote(lt_decl_varnames),
425 m4_quote(m4_shift($@))))[]dnl
426 ])
427 m4_define([_lt_decl_all_varnames],
428 [lt_join($@, lt_decl_varnames_tagged([$1],
429 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
430 ])
431
432
433 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
434 # ------------------------------------
435 # Quote a variable value, and forward it to 'config.status' so that its
436 # declaration there will have the same value as in 'configure'. VARNAME
437 # must have a single quote delimited value for this to work.
438 m4_define([_LT_CONFIG_STATUS_DECLARE],
439 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
440
441
442 # _LT_CONFIG_STATUS_DECLARATIONS
443 # ------------------------------
444 # We delimit libtool config variables with single quotes, so when
445 # we write them to config.status, we have to be sure to quote all
446 # embedded single quotes properly. In configure, this macro expands
447 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
448 #
449 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
450 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
451 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
452 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
453
454
455 # _LT_LIBTOOL_TAGS
456 # ----------------
457 # Output comment and list of tags supported by the script
458 m4_defun([_LT_LIBTOOL_TAGS],
459 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
460 available_tags='_LT_TAGS'dnl
461 ])
462
463
464 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
465 # -----------------------------------
466 # Extract the dictionary values for VARNAME (optionally with TAG) and
467 # expand to a commented shell variable setting:
468 #
469 # # Some comment about what VAR is for.
470 # visible_name=$lt_internal_name
471 m4_define([_LT_LIBTOOL_DECLARE],
472 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
473 [description])))[]dnl
474 m4_pushdef([_libtool_name],
475 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
476 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
477 [0], [_libtool_name=[$]$1],
478 [1], [_libtool_name=$lt_[]$1],
479 [2], [_libtool_name=$lt_[]$1],
480 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
481 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
482 ])
483
484
485 # _LT_LIBTOOL_CONFIG_VARS
486 # -----------------------
487 # Produce commented declarations of non-tagged libtool config variables
488 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
489 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
490 # section) are produced by _LT_LIBTOOL_TAG_VARS.
491 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
492 [m4_foreach([_lt_var],
493 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
494 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
495
496
497 # _LT_LIBTOOL_TAG_VARS(TAG)
498 # -------------------------
499 m4_define([_LT_LIBTOOL_TAG_VARS],
500 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
501 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
502
503
504 # _LT_TAGVAR(VARNAME, [TAGNAME])
505 # ------------------------------
506 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
507
508
509 # _LT_CONFIG_COMMANDS
510 # -------------------
511 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
512 # variables for single and double quote escaping we saved from calls
513 # to _LT_DECL, we can put quote escaped variables declarations
514 # into 'config.status', and then the shell code to quote escape them in
515 # for loops in 'config.status'. Finally, any additional code accumulated
516 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
517 m4_defun([_LT_CONFIG_COMMANDS],
518 [AC_PROVIDE_IFELSE([LT_OUTPUT],
519 dnl If the libtool generation code has been placed in $CONFIG_LT,
520 dnl instead of duplicating it all over again into config.status,
521 dnl then we will have config.status run $CONFIG_LT later, so it
522 dnl needs to know what name is stored there:
523 [AC_CONFIG_COMMANDS([libtool],
524 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
525 dnl If the libtool generation code is destined for config.status,
526 dnl expand the accumulated commands and init code now:
527 [AC_CONFIG_COMMANDS([libtool],
528 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
529 ])#_LT_CONFIG_COMMANDS
530
531
532 # Initialize.
533 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
534 [
535
536 # The HP-UX ksh and POSIX shell print the target directory to stdout
537 # if CDPATH is set.
538 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
539
540 sed_quote_subst='$sed_quote_subst'
541 double_quote_subst='$double_quote_subst'
542 delay_variable_subst='$delay_variable_subst'
543 _LT_CONFIG_STATUS_DECLARATIONS
544 LTCC='$LTCC'
545 LTCFLAGS='$LTCFLAGS'
546 compiler='$compiler_DEFAULT'
547
548 # A function that is used when there is no print builtin or printf.
549 func_fallback_echo ()
550 {
551 eval 'cat <<_LTECHO_EOF
552 \$[]1
553 _LTECHO_EOF'
554 }
555
556 # Quote evaled strings.
557 for var in lt_decl_all_varnames([[ \
558 ]], lt_decl_quote_varnames); do
559 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
560 *[[\\\\\\\`\\"\\\$]]*)
561 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
562 ;;
563 *)
564 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
565 ;;
566 esac
567 done
568
569 # Double-quote double-evaled strings.
570 for var in lt_decl_all_varnames([[ \
571 ]], lt_decl_dquote_varnames); do
572 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
573 *[[\\\\\\\`\\"\\\$]]*)
574 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
575 ;;
576 *)
577 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
578 ;;
579 esac
580 done
581
582 _LT_OUTPUT_LIBTOOL_INIT
583 ])
584
585 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
586 # ------------------------------------
587 # Generate a child script FILE with all initialization necessary to
588 # reuse the environment learned by the parent script, and make the
589 # file executable. If COMMENT is supplied, it is inserted after the
590 # '#!' sequence but before initialization text begins. After this
591 # macro, additional text can be appended to FILE to form the body of
592 # the child script. The macro ends with non-zero status if the
593 # file could not be fully written (such as if the disk is full).
594 m4_ifdef([AS_INIT_GENERATED],
595 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
596 [m4_defun([_LT_GENERATED_FILE_INIT],
597 [m4_require([AS_PREPARE])]dnl
598 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
599 [lt_write_fail=0
600 cat >$1 <<_ASEOF || lt_write_fail=1
601 #! $SHELL
602 # Generated by $as_me.
603 $2
604 SHELL=\${CONFIG_SHELL-$SHELL}
605 export SHELL
606 _ASEOF
607 cat >>$1 <<\_ASEOF || lt_write_fail=1
608 AS_SHELL_SANITIZE
609 _AS_PREPARE
610 exec AS_MESSAGE_FD>&1
611 _ASEOF
612 test 0 = "$lt_write_fail" && chmod +x $1[]dnl
613 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
614
615 # LT_OUTPUT
616 # ---------
617 # This macro allows early generation of the libtool script (before
618 # AC_OUTPUT is called), incase it is used in configure for compilation
619 # tests.
620 AC_DEFUN([LT_OUTPUT],
621 [: ${CONFIG_LT=./config.lt}
622 AC_MSG_NOTICE([creating $CONFIG_LT])
623 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
624 [# Run this file to recreate a libtool stub with the current configuration.])
625
626 cat >>"$CONFIG_LT" <<\_LTEOF
627 lt_cl_silent=false
628 exec AS_MESSAGE_LOG_FD>>config.log
629 {
630 echo
631 AS_BOX([Running $as_me.])
632 } >&AS_MESSAGE_LOG_FD
633
634 lt_cl_help="\
635 '$as_me' creates a local libtool stub from the current configuration,
636 for use in further configure time tests before the real libtool is
637 generated.
638
639 Usage: $[0] [[OPTIONS]]
640
641 -h, --help print this help, then exit
642 -V, --version print version number, then exit
643 -q, --quiet do not print progress messages
644 -d, --debug don't remove temporary files
645
646 Report bugs to <bug-libtool@gnu.org>."
647
648 lt_cl_version="\
649 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
650 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
651 configured by $[0], generated by m4_PACKAGE_STRING.
652
653 Copyright (C) 2011 Free Software Foundation, Inc.
654 This config.lt script is free software; the Free Software Foundation
655 gives unlimited permision to copy, distribute and modify it."
656
657 while test 0 != $[#]
658 do
659 case $[1] in
660 --version | --v* | -V )
661 echo "$lt_cl_version"; exit 0 ;;
662 --help | --h* | -h )
663 echo "$lt_cl_help"; exit 0 ;;
664 --debug | --d* | -d )
665 debug=: ;;
666 --quiet | --q* | --silent | --s* | -q )
667 lt_cl_silent=: ;;
668
669 -*) AC_MSG_ERROR([unrecognized option: $[1]
670 Try '$[0] --help' for more information.]) ;;
671
672 *) AC_MSG_ERROR([unrecognized argument: $[1]
673 Try '$[0] --help' for more information.]) ;;
674 esac
675 shift
676 done
677
678 if $lt_cl_silent; then
679 exec AS_MESSAGE_FD>/dev/null
680 fi
681 _LTEOF
682
683 cat >>"$CONFIG_LT" <<_LTEOF
684 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
685 _LTEOF
686
687 cat >>"$CONFIG_LT" <<\_LTEOF
688 AC_MSG_NOTICE([creating $ofile])
689 _LT_OUTPUT_LIBTOOL_COMMANDS
690 AS_EXIT(0)
691 _LTEOF
692 chmod +x "$CONFIG_LT"
693
694 # configure is writing to config.log, but config.lt does its own redirection,
695 # appending to config.log, which fails on DOS, as config.log is still kept
696 # open by configure. Here we exec the FD to /dev/null, effectively closing
697 # config.log, so it can be properly (re)opened and appended to by config.lt.
698 lt_cl_success=:
699 test yes = "$silent" &&
700 lt_config_lt_args="$lt_config_lt_args --quiet"
701 exec AS_MESSAGE_LOG_FD>/dev/null
702 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
703 exec AS_MESSAGE_LOG_FD>>config.log
704 $lt_cl_success || AS_EXIT(1)
705 ])# LT_OUTPUT
706
707
708 # _LT_CONFIG(TAG)
709 # ---------------
710 # If TAG is the built-in tag, create an initial libtool script with a
711 # default configuration from the untagged config vars. Otherwise add code
712 # to config.status for appending the configuration named by TAG from the
713 # matching tagged config vars.
714 m4_defun([_LT_CONFIG],
715 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
716 _LT_CONFIG_SAVE_COMMANDS([
717 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
718 m4_if(_LT_TAG, [C], [
719 # See if we are running on zsh, and set the options that allow our
720 # commands through without removal of \ escapes.
721 if test -n "${ZSH_VERSION+set}"; then
722 setopt NO_GLOB_SUBST
723 fi
724
725 cfgfile=${ofile}T
726 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
727 $RM "$cfgfile"
728
729 cat <<_LT_EOF >> "$cfgfile"
730 #! $SHELL
731 # Generated automatically by $as_me ($PACKAGE) $VERSION
732 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
733
734 # Provide generalized library-building support services.
735 # Written by Gordon Matzigkeit, 1996
736
737 _LT_COPYING
738 _LT_LIBTOOL_TAGS
739
740 # Configured defaults for sys_lib_dlsearch_path munging.
741 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
742
743 # ### BEGIN LIBTOOL CONFIG
744 _LT_LIBTOOL_CONFIG_VARS
745 _LT_LIBTOOL_TAG_VARS
746 # ### END LIBTOOL CONFIG
747
748 _LT_EOF
749
750 cat <<'_LT_EOF' >> "$cfgfile"
751
752 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
753
754 _LT_PREPARE_MUNGE_PATH_LIST
755 _LT_PREPARE_CC_BASENAME
756
757 # ### END FUNCTIONS SHARED WITH CONFIGURE
758
759 _LT_EOF
760
761 case $host_os in
762 aix3*)
763 cat <<\_LT_EOF >> "$cfgfile"
764 # AIX sometimes has problems with the GCC collect2 program. For some
765 # reason, if we set the COLLECT_NAMES environment variable, the problems
766 # vanish in a puff of smoke.
767 if test set != "${COLLECT_NAMES+set}"; then
768 COLLECT_NAMES=
769 export COLLECT_NAMES
770 fi
771 _LT_EOF
772 ;;
773 esac
774
775 _LT_PROG_LTMAIN
776
777 # We use sed instead of cat because bash on DJGPP gets confused if
778 # if finds mixed CR/LF and LF-only lines. Since sed operates in
779 # text mode, it properly converts lines to CR/LF. This bash problem
780 # is reportedly fixed, but why not run on old versions too?
781 $SED '$q' "$ltmain" >> "$cfgfile" \
782 || (rm -f "$cfgfile"; exit 1)
783
784 mv -f "$cfgfile" "$ofile" ||
785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
786 chmod +x "$ofile"
787 ],
788 [cat <<_LT_EOF >> "$ofile"
789
790 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
791 dnl in a comment (ie after a #).
792 # ### BEGIN LIBTOOL TAG CONFIG: $1
793 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
794 # ### END LIBTOOL TAG CONFIG: $1
795 _LT_EOF
796 ])dnl /m4_if
797 ],
798 [m4_if([$1], [], [
799 PACKAGE='$PACKAGE'
800 VERSION='$VERSION'
801 RM='$RM'
802 ofile='$ofile'], [])
803 ])dnl /_LT_CONFIG_SAVE_COMMANDS
804 ])# _LT_CONFIG
805
806
807 # LT_SUPPORTED_TAG(TAG)
808 # ---------------------
809 # Trace this macro to discover what tags are supported by the libtool
810 # --tag option, using:
811 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
812 AC_DEFUN([LT_SUPPORTED_TAG], [])
813
814
815 # C support is built-in for now
816 m4_define([_LT_LANG_C_enabled], [])
817 m4_define([_LT_TAGS], [])
818
819
820 # LT_LANG(LANG)
821 # -------------
822 # Enable libtool support for the given language if not already enabled.
823 AC_DEFUN([LT_LANG],
824 [AC_BEFORE([$0], [LT_OUTPUT])dnl
825 m4_case([$1],
826 [C], [_LT_LANG(C)],
827 [C++], [_LT_LANG(CXX)],
828 [Go], [_LT_LANG(GO)],
829 [Java], [_LT_LANG(GCJ)],
830 [Fortran 77], [_LT_LANG(F77)],
831 [Fortran], [_LT_LANG(FC)],
832 [Windows Resource], [_LT_LANG(RC)],
833 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
834 [_LT_LANG($1)],
835 [m4_fatal([$0: unsupported language: "$1"])])])dnl
836 ])# LT_LANG
837
838
839 # _LT_LANG(LANGNAME)
840 # ------------------
841 m4_defun([_LT_LANG],
842 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
843 [LT_SUPPORTED_TAG([$1])dnl
844 m4_append([_LT_TAGS], [$1 ])dnl
845 m4_define([_LT_LANG_]$1[_enabled], [])dnl
846 _LT_LANG_$1_CONFIG($1)])dnl
847 ])# _LT_LANG
848
849
850 m4_ifndef([AC_PROG_GO], [
851 ############################################################
852 # NOTE: This macro has been submitted for inclusion into #
853 # GNU Autoconf as AC_PROG_GO. When it is available in #
854 # a released version of Autoconf we should remove this #
855 # macro and use it instead. #
856 ############################################################
857 m4_defun([AC_PROG_GO],
858 [AC_LANG_PUSH(Go)dnl
859 AC_ARG_VAR([GOC], [Go compiler command])dnl
860 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
861 _AC_ARG_VAR_LDFLAGS()dnl
862 AC_CHECK_TOOL(GOC, gccgo)
863 if test -z "$GOC"; then
864 if test -n "$ac_tool_prefix"; then
865 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
866 fi
867 fi
868 if test -z "$GOC"; then
869 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
870 fi
871 ])#m4_defun
872 ])#m4_ifndef
873
874
875 # _LT_LANG_DEFAULT_CONFIG
876 # -----------------------
877 m4_defun([_LT_LANG_DEFAULT_CONFIG],
878 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
879 [LT_LANG(CXX)],
880 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
881
882 AC_PROVIDE_IFELSE([AC_PROG_F77],
883 [LT_LANG(F77)],
884 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
885
886 AC_PROVIDE_IFELSE([AC_PROG_FC],
887 [LT_LANG(FC)],
888 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
889
890 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
891 dnl pulling things in needlessly.
892 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
893 [LT_LANG(GCJ)],
894 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
895 [LT_LANG(GCJ)],
896 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
897 [LT_LANG(GCJ)],
898 [m4_ifdef([AC_PROG_GCJ],
899 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
900 m4_ifdef([A][M_PROG_GCJ],
901 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
902 m4_ifdef([LT_PROG_GCJ],
903 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
904
905 AC_PROVIDE_IFELSE([AC_PROG_GO],
906 [LT_LANG(GO)],
907 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
908
909 AC_PROVIDE_IFELSE([LT_PROG_RC],
910 [LT_LANG(RC)],
911 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
912 ])# _LT_LANG_DEFAULT_CONFIG
913
914 # Obsolete macros:
915 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
916 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
917 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
918 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
919 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
920 dnl aclocal-1.4 backwards compatibility:
921 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
922 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
923 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
924 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
925 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
926
927
928 # _LT_TAG_COMPILER
929 # ----------------
930 m4_defun([_LT_TAG_COMPILER],
931 [AC_REQUIRE([AC_PROG_CC])dnl
932
933 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
934 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
935 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
936 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
937
938 # If no C compiler was specified, use CC.
939 LTCC=${LTCC-"$CC"}
940
941 # If no C compiler flags were specified, use CFLAGS.
942 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
943
944 # Allow CC to be a program name with arguments.
945 compiler=$CC
946 ])# _LT_TAG_COMPILER
947
948
949 # _LT_COMPILER_BOILERPLATE
950 # ------------------------
951 # Check for compiler boilerplate output or warnings with
952 # the simple compiler test code.
953 m4_defun([_LT_COMPILER_BOILERPLATE],
954 [m4_require([_LT_DECL_SED])dnl
955 ac_outfile=conftest.$ac_objext
956 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
957 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
958 _lt_compiler_boilerplate=`cat conftest.err`
959 $RM conftest*
960 ])# _LT_COMPILER_BOILERPLATE
961
962
963 # _LT_LINKER_BOILERPLATE
964 # ----------------------
965 # Check for linker boilerplate output or warnings with
966 # the simple link test code.
967 m4_defun([_LT_LINKER_BOILERPLATE],
968 [m4_require([_LT_DECL_SED])dnl
969 ac_outfile=conftest.$ac_objext
970 echo "$lt_simple_link_test_code" >conftest.$ac_ext
971 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
972 _lt_linker_boilerplate=`cat conftest.err`
973 $RM -r conftest*
974 ])# _LT_LINKER_BOILERPLATE
975
976 # _LT_REQUIRED_DARWIN_CHECKS
977 # -------------------------
978 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
979 case $host_os in
980 rhapsody* | darwin*)
981 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
982 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
983 AC_CHECK_TOOL([LIPO], [lipo], [:])
984 AC_CHECK_TOOL([OTOOL], [otool], [:])
985 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
986 _LT_DECL([], [DSYMUTIL], [1],
987 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
988 _LT_DECL([], [NMEDIT], [1],
989 [Tool to change global to local symbols on Mac OS X])
990 _LT_DECL([], [LIPO], [1],
991 [Tool to manipulate fat objects and archives on Mac OS X])
992 _LT_DECL([], [OTOOL], [1],
993 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
994 _LT_DECL([], [OTOOL64], [1],
995 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
996
997 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
998 [lt_cv_apple_cc_single_mod=no
999 if test -z "$LT_MULTI_MODULE"; then
1000 # By default we will add the -single_module flag. You can override
1001 # by either setting the environment variable LT_MULTI_MODULE
1002 # non-empty at configure time, or by adding -multi_module to the
1003 # link flags.
1004 rm -rf libconftest.dylib*
1005 echo "int foo(void){return 1;}" > conftest.c
1006 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1007 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
1008 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1009 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
1010 _lt_result=$?
1011 # If there is a non-empty error log, and "single_module"
1012 # appears in it, assume the flag caused a linker warning
1013 if test -s conftest.err && $GREP single_module conftest.err; then
1014 cat conftest.err >&AS_MESSAGE_LOG_FD
1015 # Otherwise, if the output was created with a 0 exit code from
1016 # the compiler, it worked.
1017 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
1018 lt_cv_apple_cc_single_mod=yes
1019 else
1020 cat conftest.err >&AS_MESSAGE_LOG_FD
1021 fi
1022 rm -rf libconftest.dylib*
1023 rm -f conftest.*
1024 fi])
1025
1026 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
1027 [lt_cv_ld_exported_symbols_list],
1028 [lt_cv_ld_exported_symbols_list=no
1029 save_LDFLAGS=$LDFLAGS
1030 echo "_main" > conftest.sym
1031 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
1032 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
1033 [lt_cv_ld_exported_symbols_list=yes],
1034 [lt_cv_ld_exported_symbols_list=no])
1035 LDFLAGS=$save_LDFLAGS
1036 ])
1037
1038 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
1039 [lt_cv_ld_force_load=no
1040 cat > conftest.c << _LT_EOF
1041 int forced_loaded() { return 2;}
1042 _LT_EOF
1043 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
1044 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1045 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1046 $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1047 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
1048 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
1049 cat > conftest.c << _LT_EOF
1050 int main() { return 0;}
1051 _LT_EOF
1052 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
1053 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
1054 _lt_result=$?
1055 if test -s conftest.err && $GREP force_load conftest.err; then
1056 cat conftest.err >&AS_MESSAGE_LOG_FD
1057 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
1058 lt_cv_ld_force_load=yes
1059 else
1060 cat conftest.err >&AS_MESSAGE_LOG_FD
1061 fi
1062 rm -f conftest.err libconftest.a conftest conftest.c
1063 rm -rf conftest.dSYM
1064 ])
1065 case $host_os in
1066 rhapsody* | darwin1.[[012]])
1067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 darwin1.*)
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1070 darwin*)
1071 case $MACOSX_DEPLOYMENT_TARGET,$host in
1072 10.[[012]],*|,*powerpc*-darwin[[5-8]]*)
1073 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1074 *)
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1076 esac
1077 ;;
1078 esac
1079 if test yes = "$lt_cv_apple_cc_single_mod"; then
1080 _lt_dar_single_mod='$single_module'
1081 fi
1082 if test yes = "$lt_cv_ld_exported_symbols_list"; then
1083 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1084 else
1085 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
1086 fi
1087 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
1088 _lt_dsymutil='~$DSYMUTIL $lib || :'
1089 else
1090 _lt_dsymutil=
1091 fi
1092 ;;
1093 esac
1094 ])
1095
1096
1097 # _LT_DARWIN_LINKER_FEATURES([TAG])
1098 # ---------------------------------
1099 # Checks for linker and compiler features on darwin
1100 m4_defun([_LT_DARWIN_LINKER_FEATURES],
1101 [
1102 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
1103 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
1104 _LT_TAGVAR(hardcode_direct, $1)=no
1105 _LT_TAGVAR(hardcode_automatic, $1)=yes
1106 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1107 if test yes = "$lt_cv_ld_force_load"; then
1108 _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\"`'
1109 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1110 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
1111 else
1112 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
1113 fi
1114 _LT_TAGVAR(link_all_deplibs, $1)=yes
1115 _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
1116 case $cc_basename in
1117 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
1118 *) _lt_dar_can_shared=$GCC ;;
1119 esac
1120 if test yes = "$_lt_dar_can_shared"; then
1121 output_verbose_link_cmd=func_echo_all
1122 _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"
1123 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1124 _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"
1125 _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 m4_if([$1], [CXX],
1127 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
1128 _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"
1129 _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"
1130 fi
1131 ],[])
1132 else
1133 _LT_TAGVAR(ld_shlibs, $1)=no
1134 fi
1135 ])
1136
1137 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
1138 # ----------------------------------
1139 # Links a minimal program and checks the executable
1140 # for the system default hardcoded library path. In most cases,
1141 # this is /usr/lib:/lib, but when the MPI compilers are used
1142 # the location of the communication and MPI libs are included too.
1143 # If we don't find anything, use the default library path according
1144 # to the aix ld manual.
1145 # Store the results from the different compilers for each TAGNAME.
1146 # Allow to override them for all tags through lt_cv_aix_libpath.
1147 m4_defun([_LT_SYS_MODULE_PATH_AIX],
1148 [m4_require([_LT_DECL_SED])dnl
1149 if test set = "${lt_cv_aix_libpath+set}"; then
1150 aix_libpath=$lt_cv_aix_libpath
1151 else
1152 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
1153 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
1154 lt_aix_libpath_sed='[
1155 /Import File Strings/,/^$/ {
1156 /^0/ {
1157 s/^0 *\([^ ]*\) *$/\1/
1158 p
1159 }
1160 }]'
1161 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1162 # Check for a 64-bit object if we didn't find anything.
1163 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1164 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1165 fi],[])
1166 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1167 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
1168 fi
1169 ])
1170 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
1171 fi
1172 ])# _LT_SYS_MODULE_PATH_AIX
1173
1174
1175 # _LT_SHELL_INIT(ARG)
1176 # -------------------
1177 m4_define([_LT_SHELL_INIT],
1178 [m4_divert_text([M4SH-INIT], [$1
1179 ])])# _LT_SHELL_INIT
1180
1181
1182
1183 # _LT_PROG_ECHO_BACKSLASH
1184 # -----------------------
1185 # Find how we can fake an echo command that does not interpret backslash.
1186 # In particular, with Autoconf 2.60 or later we add some code to the start
1187 # of the generated configure script that will find a shell with a builtin
1188 # printf (that we can use as an echo command).
1189 m4_defun([_LT_PROG_ECHO_BACKSLASH],
1190 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1191 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1192 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1193
1194 AC_MSG_CHECKING([how to print strings])
1195 # Test print first, because it will be a builtin if present.
1196 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
1197 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
1198 ECHO='print -r --'
1199 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
1200 ECHO='printf %s\n'
1201 else
1202 # Use this function as a fallback that always works.
1203 func_fallback_echo ()
1204 {
1205 eval 'cat <<_LTECHO_EOF
1206 $[]1
1207 _LTECHO_EOF'
1208 }
1209 ECHO='func_fallback_echo'
1210 fi
1211
1212 # func_echo_all arg...
1213 # Invoke $ECHO with all args, space-separated.
1214 func_echo_all ()
1215 {
1216 $ECHO "$*"
1217 }
1218
1219 case $ECHO in
1220 printf*) AC_MSG_RESULT([printf]) ;;
1221 print*) AC_MSG_RESULT([print -r]) ;;
1222 *) AC_MSG_RESULT([cat]) ;;
1223 esac
1224
1225 m4_ifdef([_AS_DETECT_SUGGESTED],
1226 [_AS_DETECT_SUGGESTED([
1227 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
1228 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1229 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1230 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1231 PATH=/empty FPATH=/empty; export PATH FPATH
1232 test "X`printf %s $ECHO`" = "X$ECHO" \
1233 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
1234
1235 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
1236 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
1237 ])# _LT_PROG_ECHO_BACKSLASH
1238
1239
1240 # _LT_WITH_SYSROOT
1241 # ----------------
1242 AC_DEFUN([_LT_WITH_SYSROOT],
1243 [m4_require([_LT_DECL_SED])dnl
1244 AC_MSG_CHECKING([for sysroot])
1245 AC_ARG_WITH([sysroot],
1246 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1247 [Search for dependent libraries within DIR (or the compiler's sysroot
1248 if not specified).])],
1249 [], [with_sysroot=no])
1250
1251 dnl lt_sysroot will always be passed unquoted. We quote it here
1252 dnl in case the user passed a directory name.
1253 lt_sysroot=
1254 case $with_sysroot in #(
1255 yes)
1256 if test yes = "$GCC"; then
1257 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1258 fi
1259 ;; #(
1260 /*)
1261 lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"`
1262 ;; #(
1263 no|'')
1264 ;; #(
1265 *)
1266 AC_MSG_RESULT([$with_sysroot])
1267 AC_MSG_ERROR([The sysroot must be an absolute path.])
1268 ;;
1269 esac
1270
1271 AC_MSG_RESULT([${lt_sysroot:-no}])
1272 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1273 [dependent libraries, and where our libraries should be installed.])])
1274
1275 # _LT_ENABLE_LOCK
1276 # ---------------
1277 m4_defun([_LT_ENABLE_LOCK],
1278 [AC_ARG_ENABLE([libtool-lock],
1279 [AS_HELP_STRING([--disable-libtool-lock],
1280 [avoid locking (might break parallel builds)])])
1281 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
1282
1283 # Some flags need to be propagated to the compiler or linker for good
1284 # libtool support.
1285 case $host in
1286 ia64-*-hpux*)
1287 # Find out what ABI is being produced by ac_compile, and set mode
1288 # options accordingly.
1289 echo 'int i;' > conftest.$ac_ext
1290 if AC_TRY_EVAL(ac_compile); then
1291 case `$FILECMD conftest.$ac_objext` in
1292 *ELF-32*)
1293 HPUX_IA64_MODE=32
1294 ;;
1295 *ELF-64*)
1296 HPUX_IA64_MODE=64
1297 ;;
1298 esac
1299 fi
1300 rm -rf conftest*
1301 ;;
1302 *-*-irix6*)
1303 # Find out what ABI is being produced by ac_compile, and set linker
1304 # options accordingly.
1305 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1306 if AC_TRY_EVAL(ac_compile); then
1307 if test yes = "$lt_cv_prog_gnu_ld"; then
1308 case `$FILECMD conftest.$ac_objext` in
1309 *32-bit*)
1310 LD="${LD-ld} -melf32bsmip"
1311 ;;
1312 *N32*)
1313 LD="${LD-ld} -melf32bmipn32"
1314 ;;
1315 *64-bit*)
1316 LD="${LD-ld} -melf64bmip"
1317 ;;
1318 esac
1319 else
1320 case `$FILECMD conftest.$ac_objext` in
1321 *32-bit*)
1322 LD="${LD-ld} -32"
1323 ;;
1324 *N32*)
1325 LD="${LD-ld} -n32"
1326 ;;
1327 *64-bit*)
1328 LD="${LD-ld} -64"
1329 ;;
1330 esac
1331 fi
1332 fi
1333 rm -rf conftest*
1334 ;;
1335
1336 mips64*-*linux*)
1337 # Find out what ABI is being produced by ac_compile, and set linker
1338 # options accordingly.
1339 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1340 if AC_TRY_EVAL(ac_compile); then
1341 emul=elf
1342 case `$FILECMD conftest.$ac_objext` in
1343 *32-bit*)
1344 emul="${emul}32"
1345 ;;
1346 *64-bit*)
1347 emul="${emul}64"
1348 ;;
1349 esac
1350 case `$FILECMD conftest.$ac_objext` in
1351 *MSB*)
1352 emul="${emul}btsmip"
1353 ;;
1354 *LSB*)
1355 emul="${emul}ltsmip"
1356 ;;
1357 esac
1358 case `$FILECMD conftest.$ac_objext` in
1359 *N32*)
1360 emul="${emul}n32"
1361 ;;
1362 esac
1363 LD="${LD-ld} -m $emul"
1364 fi
1365 rm -rf conftest*
1366 ;;
1367
1368 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1369 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1370 # Find out what ABI is being produced by ac_compile, and set linker
1371 # options accordingly. Note that the listed cases only cover the
1372 # situations where additional linker options are needed (such as when
1373 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
1374 # vice versa); the common cases where no linker options are needed do
1375 # not appear in the list.
1376 echo 'int i;' > conftest.$ac_ext
1377 if AC_TRY_EVAL(ac_compile); then
1378 case `$FILECMD conftest.o` in
1379 *32-bit*)
1380 case $host in
1381 x86_64-*kfreebsd*-gnu)
1382 LD="${LD-ld} -m elf_i386_fbsd"
1383 ;;
1384 x86_64-*linux*)
1385 case `$FILECMD conftest.o` in
1386 *x86-64*)
1387 LD="${LD-ld} -m elf32_x86_64"
1388 ;;
1389 *)
1390 LD="${LD-ld} -m elf_i386"
1391 ;;
1392 esac
1393 ;;
1394 powerpc64le-*linux*)
1395 LD="${LD-ld} -m elf32lppclinux"
1396 ;;
1397 powerpc64-*linux*)
1398 LD="${LD-ld} -m elf32ppclinux"
1399 ;;
1400 s390x-*linux*)
1401 LD="${LD-ld} -m elf_s390"
1402 ;;
1403 sparc64-*linux*)
1404 LD="${LD-ld} -m elf32_sparc"
1405 ;;
1406 esac
1407 ;;
1408 *64-bit*)
1409 case $host in
1410 x86_64-*kfreebsd*-gnu)
1411 LD="${LD-ld} -m elf_x86_64_fbsd"
1412 ;;
1413 x86_64-*linux*)
1414 LD="${LD-ld} -m elf_x86_64"
1415 ;;
1416 powerpcle-*linux*)
1417 LD="${LD-ld} -m elf64lppc"
1418 ;;
1419 powerpc-*linux*)
1420 LD="${LD-ld} -m elf64ppc"
1421 ;;
1422 s390*-*linux*|s390*-*tpf*)
1423 LD="${LD-ld} -m elf64_s390"
1424 ;;
1425 sparc*-*linux*)
1426 LD="${LD-ld} -m elf64_sparc"
1427 ;;
1428 esac
1429 ;;
1430 esac
1431 fi
1432 rm -rf conftest*
1433 ;;
1434
1435 *-*-sco3.2v5*)
1436 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1437 SAVE_CFLAGS=$CFLAGS
1438 CFLAGS="$CFLAGS -belf"
1439 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1440 [AC_LANG_PUSH(C)
1441 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1442 AC_LANG_POP])
1443 if test yes != "$lt_cv_cc_needs_belf"; then
1444 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1445 CFLAGS=$SAVE_CFLAGS
1446 fi
1447 ;;
1448 *-*solaris*)
1449 # Find out what ABI is being produced by ac_compile, and set linker
1450 # options accordingly.
1451 echo 'int i;' > conftest.$ac_ext
1452 if AC_TRY_EVAL(ac_compile); then
1453 case `$FILECMD conftest.o` in
1454 *64-bit*)
1455 case $lt_cv_prog_gnu_ld in
1456 yes*)
1457 case $host in
1458 i?86-*-solaris*|x86_64-*-solaris*)
1459 LD="${LD-ld} -m elf_x86_64"
1460 ;;
1461 sparc*-*-solaris*)
1462 LD="${LD-ld} -m elf64_sparc"
1463 ;;
1464 esac
1465 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1466 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1467 LD=${LD-ld}_sol2
1468 fi
1469 ;;
1470 *)
1471 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1472 LD="${LD-ld} -64"
1473 fi
1474 ;;
1475 esac
1476 ;;
1477 esac
1478 fi
1479 rm -rf conftest*
1480 ;;
1481 esac
1482
1483 need_locks=$enable_libtool_lock
1484 ])# _LT_ENABLE_LOCK
1485
1486
1487 # _LT_PROG_AR
1488 # -----------
1489 m4_defun([_LT_PROG_AR],
1490 [AC_CHECK_TOOLS(AR, [ar], false)
1491 : ${AR=ar}
1492 _LT_DECL([], [AR], [1], [The archiver])
1493
1494 # Use ARFLAGS variable as AR's operation code to sync the variable naming with
1495 # Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
1496 # higher priority because thats what people were doing historically (setting
1497 # ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
1498 # variable obsoleted/removed.
1499
1500 test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
1501 lt_ar_flags=$AR_FLAGS
1502 _LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
1503
1504 # Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
1505 # by AR_FLAGS because that was never working and AR_FLAGS is about to die.
1506 _LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}],
1507 [Flags to create an archive])
1508
1509 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
1510 [lt_cv_ar_at_file=no
1511 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
1512 [echo conftest.$ac_objext > conftest.lst
1513 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
1514 AC_TRY_EVAL([lt_ar_try])
1515 if test 0 -eq "$ac_status"; then
1516 # Ensure the archiver fails upon bogus file names.
1517 rm -f conftest.$ac_objext libconftest.a
1518 AC_TRY_EVAL([lt_ar_try])
1519 if test 0 -ne "$ac_status"; then
1520 lt_cv_ar_at_file=@
1521 fi
1522 fi
1523 rm -f conftest.* libconftest.a
1524 ])
1525 ])
1526
1527 if test no = "$lt_cv_ar_at_file"; then
1528 archiver_list_spec=
1529 else
1530 archiver_list_spec=$lt_cv_ar_at_file
1531 fi
1532 _LT_DECL([], [archiver_list_spec], [1],
1533 [How to feed a file listing to the archiver])
1534 ])# _LT_PROG_AR
1535
1536
1537 # _LT_CMD_OLD_ARCHIVE
1538 # -------------------
1539 m4_defun([_LT_CMD_OLD_ARCHIVE],
1540 [_LT_PROG_AR
1541
1542 AC_CHECK_TOOL(STRIP, strip, :)
1543 test -z "$STRIP" && STRIP=:
1544 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
1545
1546 AC_CHECK_TOOL(RANLIB, ranlib, :)
1547 test -z "$RANLIB" && RANLIB=:
1548 _LT_DECL([], [RANLIB], [1],
1549 [Commands used to install an old-style archive])
1550
1551 # Determine commands to create old-style static archives.
1552 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
1553 old_postinstall_cmds='chmod 644 $oldlib'
1554 old_postuninstall_cmds=
1555
1556 if test -n "$RANLIB"; then
1557 case $host_os in
1558 bitrig* | openbsd*)
1559 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1560 ;;
1561 *)
1562 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
1563 ;;
1564 esac
1565 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
1566 fi
1567
1568 case $host_os in
1569 darwin*)
1570 lock_old_archive_extraction=yes ;;
1571 *)
1572 lock_old_archive_extraction=no ;;
1573 esac
1574 _LT_DECL([], [old_postinstall_cmds], [2])
1575 _LT_DECL([], [old_postuninstall_cmds], [2])
1576 _LT_TAGDECL([], [old_archive_cmds], [2],
1577 [Commands used to build an old-style archive])
1578 _LT_DECL([], [lock_old_archive_extraction], [0],
1579 [Whether to use a lock for old archive extraction])
1580 ])# _LT_CMD_OLD_ARCHIVE
1581
1582
1583 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1584 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1585 # ----------------------------------------------------------------
1586 # Check whether the given compiler option works
1587 AC_DEFUN([_LT_COMPILER_OPTION],
1588 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1589 m4_require([_LT_DECL_SED])dnl
1590 AC_CACHE_CHECK([$1], [$2],
1591 [$2=no
1592 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1593 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1594 lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
1595 # Insert the option either (1) after the last *FLAGS variable, or
1596 # (2) before a word containing "conftest.", or (3) at the end.
1597 # Note that $ac_compile itself does not contain backslashes and begins
1598 # with a dollar sign (not a hyphen), so the echo should work correctly.
1599 # The option is referenced via a variable to avoid confusing sed.
1600 lt_compile=`echo "$ac_compile" | $SED \
1601 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1602 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1603 -e 's:$: $lt_compiler_flag:'`
1604 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1605 (eval "$lt_compile" 2>conftest.err)
1606 ac_status=$?
1607 cat conftest.err >&AS_MESSAGE_LOG_FD
1608 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1609 if (exit $ac_status) && test -s "$ac_outfile"; then
1610 # The compiler can only warn and ignore the option if not recognized
1611 # So say no if there are warnings other than the usual output.
1612 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1614 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1615 $2=yes
1616 fi
1617 fi
1618 $RM conftest*
1619 ])
1620
1621 if test yes = "[$]$2"; then
1622 m4_if([$5], , :, [$5])
1623 else
1624 m4_if([$6], , :, [$6])
1625 fi
1626 ])# _LT_COMPILER_OPTION
1627
1628 # Old name:
1629 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
1630 dnl aclocal-1.4 backwards compatibility:
1631 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
1632
1633
1634 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1635 # [ACTION-SUCCESS], [ACTION-FAILURE])
1636 # ----------------------------------------------------
1637 # Check whether the given linker option works
1638 AC_DEFUN([_LT_LINKER_OPTION],
1639 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1640 m4_require([_LT_DECL_SED])dnl
1641 AC_CACHE_CHECK([$1], [$2],
1642 [$2=no
1643 save_LDFLAGS=$LDFLAGS
1644 LDFLAGS="$LDFLAGS $3"
1645 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1646 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1647 # The linker can only warn and ignore the option if not recognized
1648 # So say no if there are warnings
1649 if test -s conftest.err; then
1650 # Append any errors to the config.log.
1651 cat conftest.err 1>&AS_MESSAGE_LOG_FD
1652 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1653 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1654 if diff conftest.exp conftest.er2 >/dev/null; then
1655 $2=yes
1656 fi
1657 else
1658 $2=yes
1659 fi
1660 fi
1661 $RM -r conftest*
1662 LDFLAGS=$save_LDFLAGS
1663 ])
1664
1665 if test yes = "[$]$2"; then
1666 m4_if([$4], , :, [$4])
1667 else
1668 m4_if([$5], , :, [$5])
1669 fi
1670 ])# _LT_LINKER_OPTION
1671
1672 # Old name:
1673 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
1674 dnl aclocal-1.4 backwards compatibility:
1675 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
1676
1677
1678 # LT_CMD_MAX_LEN
1679 #---------------
1680 AC_DEFUN([LT_CMD_MAX_LEN],
1681 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1682 # find the maximum length of command line arguments
1683 AC_MSG_CHECKING([the maximum length of command line arguments])
1684 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1685 i=0
1686 teststring=ABCD
1687
1688 case $build_os in
1689 msdosdjgpp*)
1690 # On DJGPP, this test can blow up pretty badly due to problems in libc
1691 # (any single argument exceeding 2000 bytes causes a buffer overrun
1692 # during glob expansion). Even if it were fixed, the result of this
1693 # check would be larger than it should be.
1694 lt_cv_sys_max_cmd_len=12288; # 12K is about right
1695 ;;
1696
1697 gnu*)
1698 # Under GNU Hurd, this test is not required because there is
1699 # no limit to the length of command line arguments.
1700 # Libtool will interpret -1 as no limit whatsoever
1701 lt_cv_sys_max_cmd_len=-1;
1702 ;;
1703
1704 cygwin* | mingw* | cegcc*)
1705 # On Win9x/ME, this test blows up -- it succeeds, but takes
1706 # about 5 minutes as the teststring grows exponentially.
1707 # Worse, since 9x/ME are not pre-emptively multitasking,
1708 # you end up with a "frozen" computer, even though with patience
1709 # the test eventually succeeds (with a max line length of 256k).
1710 # Instead, let's just punt: use the minimum linelength reported by
1711 # all of the supported platforms: 8192 (on NT/2K/XP).
1712 lt_cv_sys_max_cmd_len=8192;
1713 ;;
1714
1715 mint*)
1716 # On MiNT this can take a long time and run out of memory.
1717 lt_cv_sys_max_cmd_len=8192;
1718 ;;
1719
1720 amigaos*)
1721 # On AmigaOS with pdksh, this test takes hours, literally.
1722 # So we just punt and use a minimum line length of 8192.
1723 lt_cv_sys_max_cmd_len=8192;
1724 ;;
1725
1726 bitrig* | darwin* | dragonfly* | freebsd* | midnightbsd* | netbsd* | openbsd*)
1727 # This has been around since 386BSD, at least. Likely further.
1728 if test -x /sbin/sysctl; then
1729 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1730 elif test -x /usr/sbin/sysctl; then
1731 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1732 else
1733 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1734 fi
1735 # And add a safety zone
1736 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1737 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1738 ;;
1739
1740 interix*)
1741 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1742 lt_cv_sys_max_cmd_len=196608
1743 ;;
1744
1745 os2*)
1746 # The test takes a long time on OS/2.
1747 lt_cv_sys_max_cmd_len=8192
1748 ;;
1749
1750 osf*)
1751 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1752 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1753 # nice to cause kernel panics so lets avoid the loop below.
1754 # First set a reasonable default.
1755 lt_cv_sys_max_cmd_len=16384
1756 #
1757 if test -x /sbin/sysconfig; then
1758 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1759 *1*) lt_cv_sys_max_cmd_len=-1 ;;
1760 esac
1761 fi
1762 ;;
1763 sco3.2v5*)
1764 lt_cv_sys_max_cmd_len=102400
1765 ;;
1766 sysv5* | sco5v6* | sysv4.2uw2*)
1767 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1768 if test -n "$kargmax"; then
1769 lt_cv_sys_max_cmd_len=`echo $kargmax | $SED 's/.*[[ ]]//'`
1770 else
1771 lt_cv_sys_max_cmd_len=32768
1772 fi
1773 ;;
1774 *)
1775 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1776 if test -n "$lt_cv_sys_max_cmd_len" && \
1777 test undefined != "$lt_cv_sys_max_cmd_len"; then
1778 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1779 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1780 else
1781 # Make teststring a little bigger before we do anything with it.
1782 # a 1K string should be a reasonable start.
1783 for i in 1 2 3 4 5 6 7 8; do
1784 teststring=$teststring$teststring
1785 done
1786 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1787 # If test is not a shell built-in, we'll probably end up computing a
1788 # maximum length that is only half of the actual maximum length, but
1789 # we can't tell.
1790 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
1791 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1792 test 17 != "$i" # 1/2 MB should be enough
1793 do
1794 i=`expr $i + 1`
1795 teststring=$teststring$teststring
1796 done
1797 # Only check the string length outside the loop.
1798 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1799 teststring=
1800 # Add a significant safety factor because C++ compilers can tack on
1801 # massive amounts of additional arguments before passing them to the
1802 # linker. It appears as though 1/2 is a usable value.
1803 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1804 fi
1805 ;;
1806 esac
1807 ])
1808 if test -n "$lt_cv_sys_max_cmd_len"; then
1809 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1810 else
1811 AC_MSG_RESULT(none)
1812 fi
1813 max_cmd_len=$lt_cv_sys_max_cmd_len
1814 _LT_DECL([], [max_cmd_len], [0],
1815 [What is the maximum length of a command?])
1816 ])# LT_CMD_MAX_LEN
1817
1818 # Old name:
1819 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
1820 dnl aclocal-1.4 backwards compatibility:
1821 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
1822
1823
1824 # _LT_HEADER_DLFCN
1825 # ----------------
1826 m4_defun([_LT_HEADER_DLFCN],
1827 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
1828 ])# _LT_HEADER_DLFCN
1829
1830
1831 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1832 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1833 # ----------------------------------------------------------------
1834 m4_defun([_LT_TRY_DLOPEN_SELF],
1835 [m4_require([_LT_HEADER_DLFCN])dnl
1836 if test yes = "$cross_compiling"; then :
1837 [$4]
1838 else
1839 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1840 lt_status=$lt_dlunknown
1841 cat > conftest.$ac_ext <<_LT_EOF
1842 [#line $LINENO "configure"
1843 #include "confdefs.h"
1844
1845 #if HAVE_DLFCN_H
1846 #include <dlfcn.h>
1847 #endif
1848
1849 #include <stdio.h>
1850
1851 #ifdef RTLD_GLOBAL
1852 # define LT_DLGLOBAL RTLD_GLOBAL
1853 #else
1854 # ifdef DL_GLOBAL
1855 # define LT_DLGLOBAL DL_GLOBAL
1856 # else
1857 # define LT_DLGLOBAL 0
1858 # endif
1859 #endif
1860
1861 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1862 find out it does not work in some platform. */
1863 #ifndef LT_DLLAZY_OR_NOW
1864 # ifdef RTLD_LAZY
1865 # define LT_DLLAZY_OR_NOW RTLD_LAZY
1866 # else
1867 # ifdef DL_LAZY
1868 # define LT_DLLAZY_OR_NOW DL_LAZY
1869 # else
1870 # ifdef RTLD_NOW
1871 # define LT_DLLAZY_OR_NOW RTLD_NOW
1872 # else
1873 # ifdef DL_NOW
1874 # define LT_DLLAZY_OR_NOW DL_NOW
1875 # else
1876 # define LT_DLLAZY_OR_NOW 0
1877 # endif
1878 # endif
1879 # endif
1880 # endif
1881 #endif
1882
1883 /* When -fvisibility=hidden is used, assume the code has been annotated
1884 correspondingly for the symbols needed. */
1885 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1886 int fnord () __attribute__((visibility("default")));
1887 #endif
1888
1889 int fnord () { return 42; }
1890 int main ()
1891 {
1892 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1893 int status = $lt_dlunknown;
1894
1895 if (self)
1896 {
1897 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
1898 else
1899 {
1900 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1901 else puts (dlerror ());
1902 }
1903 /* dlclose (self); */
1904 }
1905 else
1906 puts (dlerror ());
1907
1908 return status;
1909 }]
1910 _LT_EOF
1911 if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
1912 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1913 lt_status=$?
1914 case x$lt_status in
1915 x$lt_dlno_uscore) $1 ;;
1916 x$lt_dlneed_uscore) $2 ;;
1917 x$lt_dlunknown|x*) $3 ;;
1918 esac
1919 else :
1920 # compilation failed
1921 $3
1922 fi
1923 fi
1924 rm -fr conftest*
1925 ])# _LT_TRY_DLOPEN_SELF
1926
1927
1928 # LT_SYS_DLOPEN_SELF
1929 # ------------------
1930 AC_DEFUN([LT_SYS_DLOPEN_SELF],
1931 [m4_require([_LT_HEADER_DLFCN])dnl
1932 if test yes != "$enable_dlopen"; then
1933 enable_dlopen=unknown
1934 enable_dlopen_self=unknown
1935 enable_dlopen_self_static=unknown
1936 else
1937 lt_cv_dlopen=no
1938 lt_cv_dlopen_libs=
1939
1940 case $host_os in
1941 beos*)
1942 lt_cv_dlopen=load_add_on
1943 lt_cv_dlopen_libs=
1944 lt_cv_dlopen_self=yes
1945 ;;
1946
1947 mingw* | pw32* | cegcc*)
1948 lt_cv_dlopen=LoadLibrary
1949 lt_cv_dlopen_libs=
1950 ;;
1951
1952 cygwin*)
1953 lt_cv_dlopen=dlopen
1954 lt_cv_dlopen_libs=
1955 ;;
1956
1957 darwin*)
1958 # if libdl is installed we need to link against it
1959 AC_CHECK_LIB([dl], [dlopen],
1960 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
1961 lt_cv_dlopen=dyld
1962 lt_cv_dlopen_libs=
1963 lt_cv_dlopen_self=yes
1964 ])
1965 ;;
1966
1967 tpf*)
1968 # Don't try to run any link tests for TPF. We know it's impossible
1969 # because TPF is a cross-compiler, and we know how we open DSOs.
1970 lt_cv_dlopen=dlopen
1971 lt_cv_dlopen_libs=
1972 lt_cv_dlopen_self=no
1973 ;;
1974
1975 *)
1976 AC_CHECK_FUNC([shl_load],
1977 [lt_cv_dlopen=shl_load],
1978 [AC_CHECK_LIB([dld], [shl_load],
1979 [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
1980 [AC_CHECK_FUNC([dlopen],
1981 [lt_cv_dlopen=dlopen],
1982 [AC_CHECK_LIB([dl], [dlopen],
1983 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
1984 [AC_CHECK_LIB([svld], [dlopen],
1985 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
1986 [AC_CHECK_LIB([dld], [dld_link],
1987 [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
1988 ])
1989 ])
1990 ])
1991 ])
1992 ])
1993 ;;
1994 esac
1995
1996 if test no = "$lt_cv_dlopen"; then
1997 enable_dlopen=no
1998 else
1999 enable_dlopen=yes
2000 fi
2001
2002 case $lt_cv_dlopen in
2003 dlopen)
2004 save_CPPFLAGS=$CPPFLAGS
2005 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2006
2007 save_LDFLAGS=$LDFLAGS
2008 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2009
2010 save_LIBS=$LIBS
2011 LIBS="$lt_cv_dlopen_libs $LIBS"
2012
2013 AC_CACHE_CHECK([whether a program can dlopen itself],
2014 lt_cv_dlopen_self, [dnl
2015 _LT_TRY_DLOPEN_SELF(
2016 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2017 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2018 ])
2019
2020 if test yes = "$lt_cv_dlopen_self"; then
2021 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2022 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2023 lt_cv_dlopen_self_static, [dnl
2024 _LT_TRY_DLOPEN_SELF(
2025 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2026 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2027 ])
2028 fi
2029
2030 CPPFLAGS=$save_CPPFLAGS
2031 LDFLAGS=$save_LDFLAGS
2032 LIBS=$save_LIBS
2033 ;;
2034 esac
2035
2036 case $lt_cv_dlopen_self in
2037 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2038 *) enable_dlopen_self=unknown ;;
2039 esac
2040
2041 case $lt_cv_dlopen_self_static in
2042 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2043 *) enable_dlopen_self_static=unknown ;;
2044 esac
2045 fi
2046 _LT_DECL([dlopen_support], [enable_dlopen], [0],
2047 [Whether dlopen is supported])
2048 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2049 [Whether dlopen of programs is supported])
2050 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2051 [Whether dlopen of statically linked programs is supported])
2052 ])# LT_SYS_DLOPEN_SELF
2053
2054 # Old name:
2055 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
2056 dnl aclocal-1.4 backwards compatibility:
2057 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
2058
2059
2060 # _LT_COMPILER_C_O([TAGNAME])
2061 # ---------------------------
2062 # Check to see if options -c and -o are simultaneously supported by compiler.
2063 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2064 m4_defun([_LT_COMPILER_C_O],
2065 [m4_require([_LT_DECL_SED])dnl
2066 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2067 m4_require([_LT_TAG_COMPILER])dnl
2068 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
2069 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
2070 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
2071 $RM -r conftest 2>/dev/null
2072 mkdir conftest
2073 cd conftest
2074 mkdir out
2075 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2076
2077 lt_compiler_flag="-o out/conftest2.$ac_objext"
2078 # Insert the option either (1) after the last *FLAGS variable, or
2079 # (2) before a word containing "conftest.", or (3) at the end.
2080 # Note that $ac_compile itself does not contain backslashes and begins
2081 # with a dollar sign (not a hyphen), so the echo should work correctly.
2082 lt_compile=`echo "$ac_compile" | $SED \
2083 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2084 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
2085 -e 's:$: $lt_compiler_flag:'`
2086 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
2087 (eval "$lt_compile" 2>out/conftest.err)
2088 ac_status=$?
2089 cat out/conftest.err >&AS_MESSAGE_LOG_FD
2090 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2091 if (exit $ac_status) && test -s out/conftest2.$ac_objext
2092 then
2093 # The compiler can only warn and ignore the option if not recognized
2094 # So say no if there are warnings
2095 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
2096 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
2097 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
2098 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
2099 fi
2100 fi
2101 chmod u+w . 2>&AS_MESSAGE_LOG_FD
2102 $RM conftest*
2103 # SGI C++ compiler will create directory out/ii_files/ for
2104 # template instantiation
2105 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
2106 $RM out/* && rmdir out
2107 cd ..
2108 $RM -r conftest
2109 $RM conftest*
2110 ])
2111 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
2112 [Does compiler simultaneously support -c and -o options?])
2113 ])# _LT_COMPILER_C_O
2114
2115
2116 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2117 # ----------------------------------
2118 # Check to see if we can do hard links to lock some files if needed
2119 m4_defun([_LT_COMPILER_FILE_LOCKS],
2120 [m4_require([_LT_ENABLE_LOCK])dnl
2121 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2122 _LT_COMPILER_C_O([$1])
2123
2124 hard_links=nottested
2125 if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
2126 # do not overwrite the value of need_locks provided by the user
2127 AC_MSG_CHECKING([if we can lock with hard links])
2128 hard_links=yes
2129 $RM conftest*
2130 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2131 touch conftest.a
2132 ln conftest.a conftest.b 2>&5 || hard_links=no
2133 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2134 AC_MSG_RESULT([$hard_links])
2135 if test no = "$hard_links"; then
2136 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
2137 need_locks=warn
2138 fi
2139 else
2140 need_locks=no
2141 fi
2142 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
2143 ])# _LT_COMPILER_FILE_LOCKS
2144
2145
2146 # _LT_CHECK_OBJDIR
2147 # ----------------
2148 m4_defun([_LT_CHECK_OBJDIR],
2149 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
2150 [rm -f .libs 2>/dev/null
2151 mkdir .libs 2>/dev/null
2152 if test -d .libs; then
2153 lt_cv_objdir=.libs
2154 else
2155 # MS-DOS does not allow filenames that begin with a dot.
2156 lt_cv_objdir=_libs
2157 fi
2158 rmdir .libs 2>/dev/null])
2159 objdir=$lt_cv_objdir
2160 _LT_DECL([], [objdir], [0],
2161 [The name of the directory that contains temporary libtool files])dnl
2162 m4_pattern_allow([LT_OBJDIR])dnl
2163 AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
2164 [Define to the sub-directory where libtool stores uninstalled libraries.])
2165 ])# _LT_CHECK_OBJDIR
2166
2167
2168 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2169 # --------------------------------------
2170 # Check hardcoding attributes.
2171 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
2172 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2173 _LT_TAGVAR(hardcode_action, $1)=
2174 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
2175 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
2176 test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
2177
2178 # We can hardcode non-existent directories.
2179 if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
2180 # If the only mechanism to avoid hardcoding is shlibpath_var, we
2181 # have to relink, otherwise we might link with an installed library
2182 # when we should be linking with a yet-to-be-installed one
2183 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
2184 test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
2185 # Linking always hardcodes the temporary library directory.
2186 _LT_TAGVAR(hardcode_action, $1)=relink
2187 else
2188 # We can link without hardcoding, and we can hardcode nonexisting dirs.
2189 _LT_TAGVAR(hardcode_action, $1)=immediate
2190 fi
2191 else
2192 # We cannot hardcode anything, or else we can only hardcode existing
2193 # directories.
2194 _LT_TAGVAR(hardcode_action, $1)=unsupported
2195 fi
2196 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
2197
2198 if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
2199 test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
2200 # Fast installation is not supported
2201 enable_fast_install=no
2202 elif test yes = "$shlibpath_overrides_runpath" ||
2203 test no = "$enable_shared"; then
2204 # Fast installation is not necessary
2205 enable_fast_install=needless
2206 fi
2207 _LT_TAGDECL([], [hardcode_action], [0],
2208 [How to hardcode a shared library path into an executable])
2209 ])# _LT_LINKER_HARDCODE_LIBPATH
2210
2211
2212 # _LT_CMD_STRIPLIB
2213 # ----------------
2214 m4_defun([_LT_CMD_STRIPLIB],
2215 [m4_require([_LT_DECL_EGREP])
2216 striplib=
2217 old_striplib=
2218 AC_MSG_CHECKING([whether stripping libraries is possible])
2219 if test -z "$STRIP"; then
2220 AC_MSG_RESULT([no])
2221 else
2222 if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2223 old_striplib="$STRIP --strip-debug"
2224 striplib="$STRIP --strip-unneeded"
2225 AC_MSG_RESULT([yes])
2226 else
2227 case $host_os in
2228 darwin*)
2229 # FIXME - insert some real tests, host_os isn't really good enough
2230 striplib="$STRIP -x"
2231 old_striplib="$STRIP -S"
2232 AC_MSG_RESULT([yes])
2233 ;;
2234 freebsd*)
2235 if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
2236 old_striplib="$STRIP --strip-debug"
2237 striplib="$STRIP --strip-unneeded"
2238 AC_MSG_RESULT([yes])
2239 else
2240 AC_MSG_RESULT([no])
2241 fi
2242 ;;
2243 *)
2244 AC_MSG_RESULT([no])
2245 ;;
2246 esac
2247 fi
2248 fi
2249 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
2250 _LT_DECL([], [striplib], [1])
2251 ])# _LT_CMD_STRIPLIB
2252
2253
2254 # _LT_PREPARE_MUNGE_PATH_LIST
2255 # ---------------------------
2256 # Make sure func_munge_path_list() is defined correctly.
2257 m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
2258 [[# func_munge_path_list VARIABLE PATH
2259 # -----------------------------------
2260 # VARIABLE is name of variable containing _space_ separated list of
2261 # directories to be munged by the contents of PATH, which is string
2262 # having a format:
2263 # "DIR[:DIR]:"
2264 # string "DIR[ DIR]" will be prepended to VARIABLE
2265 # ":DIR[:DIR]"
2266 # string "DIR[ DIR]" will be appended to VARIABLE
2267 # "DIRP[:DIRP]::[DIRA:]DIRA"
2268 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2269 # "DIRA[ DIRA]" will be appended to VARIABLE
2270 # "DIR[:DIR]"
2271 # VARIABLE will be replaced by "DIR[ DIR]"
2272 func_munge_path_list ()
2273 {
2274 case x@S|@2 in
2275 x)
2276 ;;
2277 *:)
2278 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
2279 ;;
2280 x:*)
2281 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
2282 ;;
2283 *::*)
2284 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2285 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
2286 ;;
2287 *)
2288 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
2289 ;;
2290 esac
2291 }
2292 ]])# _LT_PREPARE_PATH_LIST
2293
2294
2295 # _LT_SYS_DYNAMIC_LINKER([TAG])
2296 # -----------------------------
2297 # PORTME Fill in your ld.so characteristics
2298 m4_defun([_LT_SYS_DYNAMIC_LINKER],
2299 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2300 m4_require([_LT_DECL_EGREP])dnl
2301 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2302 m4_require([_LT_DECL_OBJDUMP])dnl
2303 m4_require([_LT_DECL_SED])dnl
2304 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2305 m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
2306 AC_MSG_CHECKING([dynamic linker characteristics])
2307 m4_if([$1],
2308 [], [
2309 if test yes = "$GCC"; then
2310 case $host_os in
2311 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
2312 *) lt_awk_arg='/^libraries:/' ;;
2313 esac
2314 case $host_os in
2315 mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
2316 *) lt_sed_strip_eq='s|=/|/|g' ;;
2317 esac
2318 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
2319 case $lt_search_path_spec in
2320 *\;*)
2321 # if the path contains ";" then we assume it to be the separator
2322 # otherwise default to the standard path separator (i.e. ":") - it is
2323 # assumed that no part of a normal pathname contains ";" but that should
2324 # okay in the real world where ";" in dirpaths is itself problematic.
2325 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
2326 ;;
2327 *)
2328 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
2329 ;;
2330 esac
2331 # Ok, now we have the path, separated by spaces, we can step through it
2332 # and add multilib dir if necessary...
2333 lt_tmp_lt_search_path_spec=
2334 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2335 # ...but if some path component already ends with the multilib dir we assume
2336 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2337 case "$lt_multi_os_dir; $lt_search_path_spec " in
2338 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
2339 lt_multi_os_dir=
2340 ;;
2341 esac
2342 for lt_sys_path in $lt_search_path_spec; do
2343 if test -d "$lt_sys_path$lt_multi_os_dir"; then
2344 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
2345 elif test -n "$lt_multi_os_dir"; then
2346 test -d "$lt_sys_path" && \
2347 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
2348 fi
2349 done
2350 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2351 BEGIN {RS = " "; FS = "/|\n";} {
2352 lt_foo = "";
2353 lt_count = 0;
2354 for (lt_i = NF; lt_i > 0; lt_i--) {
2355 if ($lt_i != "" && $lt_i != ".") {
2356 if ($lt_i == "..") {
2357 lt_count++;
2358 } else {
2359 if (lt_count == 0) {
2360 lt_foo = "/" $lt_i lt_foo;
2361 } else {
2362 lt_count--;
2363 }
2364 }
2365 }
2366 }
2367 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
2368 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
2369 }'`
2370 # AWK program above erroneously prepends '/' to C:/dos/paths
2371 # for these hosts.
2372 case $host_os in
2373 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2374 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
2375 esac
2376 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
2377 else
2378 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2379 fi])
2380 library_names_spec=
2381 libname_spec='lib$name'
2382 soname_spec=
2383 shrext_cmds=.so
2384 postinstall_cmds=
2385 postuninstall_cmds=
2386 finish_cmds=
2387 finish_eval=
2388 shlibpath_var=
2389 shlibpath_overrides_runpath=unknown
2390 version_type=none
2391 dynamic_linker="$host_os ld.so"
2392 sys_lib_dlsearch_path_spec="/lib /usr/lib"
2393 need_lib_prefix=unknown
2394 hardcode_into_libs=no
2395
2396 # when you set need_version to no, make sure it does not cause -set_version
2397 # flags to be left without arguments
2398 need_version=unknown
2399
2400 AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
2401 [User-defined run-time library search path.])
2402
2403 case $host_os in
2404 aix3*)
2405 version_type=linux # correct to gnu/linux during the next big refactor
2406 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
2407 shlibpath_var=LIBPATH
2408
2409 # AIX 3 has no versioning support, so we append a major version to the name.
2410 soname_spec='$libname$release$shared_ext$major'
2411 ;;
2412
2413 aix[[4-9]]*)
2414 version_type=linux # correct to gnu/linux during the next big refactor
2415 need_lib_prefix=no
2416 need_version=no
2417 hardcode_into_libs=yes
2418 if test ia64 = "$host_cpu"; then
2419 # AIX 5 supports IA64
2420 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
2421 shlibpath_var=LD_LIBRARY_PATH
2422 else
2423 # With GCC up to 2.95.x, collect2 would create an import file
2424 # for dependence libraries. The import file would start with
2425 # the line '#! .'. This would cause the generated library to
2426 # depend on '.', always an invalid library. This was fixed in
2427 # development snapshots of GCC prior to 3.0.
2428 case $host_os in
2429 aix4 | aix4.[[01]] | aix4.[[01]].*)
2430 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2431 echo ' yes '
2432 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
2433 :
2434 else
2435 can_build_shared=no
2436 fi
2437 ;;
2438 esac
2439 # Using Import Files as archive members, it is possible to support
2440 # filename-based versioning of shared library archives on AIX. While
2441 # this would work for both with and without runtime linking, it will
2442 # prevent static linking of such archives. So we do filename-based
2443 # shared library versioning with .so extension only, which is used
2444 # when both runtime linking and shared linking is enabled.
2445 # Unfortunately, runtime linking may impact performance, so we do
2446 # not want this to be the default eventually. Also, we use the
2447 # versioned .so libs for executables only if there is the -brtl
2448 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2449 # To allow for filename-based versioning support, we need to create
2450 # libNAME.so.V as an archive file, containing:
2451 # *) an Import File, referring to the versioned filename of the
2452 # archive as well as the shared archive member, telling the
2453 # bitwidth (32 or 64) of that shared object, and providing the
2454 # list of exported symbols of that shared object, eventually
2455 # decorated with the 'weak' keyword
2456 # *) the shared object with the F_LOADONLY flag set, to really avoid
2457 # it being seen by the linker.
2458 # At run time we better use the real file rather than another symlink,
2459 # but for link time we create the symlink libNAME.so -> libNAME.so.V
2460
2461 case $with_aix_soname,$aix_use_runtimelinking in
2462 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
2463 # soname into executable. Probably we can add versioning support to
2464 # collect2, so additional links can be useful in future.
2465 aix,yes) # traditional libtool
2466 dynamic_linker='AIX unversionable lib.so'
2467 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2468 # instead of lib<name>.a to let people know that these are not
2469 # typical AIX shared libraries.
2470 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2471 ;;
2472 aix,no) # traditional AIX only
2473 dynamic_linker='AIX lib.a[(]lib.so.V[)]'
2474 # We preserve .a as extension for shared libraries through AIX4.2
2475 # and later when we are not doing run time linking.
2476 library_names_spec='$libname$release.a $libname.a'
2477 soname_spec='$libname$release$shared_ext$major'
2478 ;;
2479 svr4,*) # full svr4 only
2480 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
2481 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2482 # We do not specify a path in Import Files, so LIBPATH fires.
2483 shlibpath_overrides_runpath=yes
2484 ;;
2485 *,yes) # both, prefer svr4
2486 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
2487 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2488 # unpreferred sharedlib libNAME.a needs extra handling
2489 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"'
2490 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"'
2491 # We do not specify a path in Import Files, so LIBPATH fires.
2492 shlibpath_overrides_runpath=yes
2493 ;;
2494 *,no) # both, prefer aix
2495 dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
2496 library_names_spec='$libname$release.a $libname.a'
2497 soname_spec='$libname$release$shared_ext$major'
2498 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
2499 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)'
2500 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"'
2501 ;;
2502 esac
2503 shlibpath_var=LIBPATH
2504 fi
2505 ;;
2506
2507 amigaos*)
2508 case $host_cpu in
2509 powerpc)
2510 # Since July 2007 AmigaOS4 officially supports .so libraries.
2511 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
2512 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2513 ;;
2514 m68k)
2515 library_names_spec='$libname.ixlibrary $libname.a'
2516 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2517 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'
2518 ;;
2519 esac
2520 ;;
2521
2522 beos*)
2523 library_names_spec='$libname$shared_ext'
2524 dynamic_linker="$host_os ld.so"
2525 shlibpath_var=LIBRARY_PATH
2526 ;;
2527
2528 bsdi[[45]]*)
2529 version_type=linux # correct to gnu/linux during the next big refactor
2530 need_version=no
2531 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2532 soname_spec='$libname$release$shared_ext$major'
2533 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2534 shlibpath_var=LD_LIBRARY_PATH
2535 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2536 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2537 # the default ld.so.conf also contains /usr/contrib/lib and
2538 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2539 # libtool to hard-code these into programs
2540 ;;
2541
2542 cygwin* | mingw* | pw32* | cegcc*)
2543 version_type=windows
2544 shrext_cmds=.dll
2545 need_version=no
2546 need_lib_prefix=no
2547
2548 case $GCC,$cc_basename in
2549 yes,*)
2550 # gcc
2551 library_names_spec='$libname.dll.a'
2552 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2553 postinstall_cmds='base_file=`basename \$file`~
2554 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2555 dldir=$destdir/`dirname \$dlpath`~
2556 test -d \$dldir || mkdir -p \$dldir~
2557 $install_prog $dir/$dlname \$dldir/$dlname~
2558 chmod a+x \$dldir/$dlname~
2559 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2560 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2561 fi'
2562 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2563 dlpath=$dir/\$dldll~
2564 $RM \$dlpath'
2565 shlibpath_overrides_runpath=yes
2566
2567 case $host_os in
2568 cygwin*)
2569 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2570 soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2571 m4_if([$1], [],[
2572 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
2573 ;;
2574 mingw* | cegcc*)
2575 # MinGW DLLs use traditional 'lib' prefix
2576 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2577 ;;
2578 pw32*)
2579 # pw32 DLLs use 'pw' prefix rather than 'lib'
2580 library_names_spec='`echo $libname | $SED -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2581 ;;
2582 esac
2583 dynamic_linker='Win32 ld.exe'
2584 ;;
2585
2586 *,cl* | *,icl*)
2587 # Native MSVC or ICC
2588 libname_spec='$name'
2589 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2590 library_names_spec='$libname.dll.lib'
2591
2592 case $build_os in
2593 mingw*)
2594 sys_lib_search_path_spec=
2595 lt_save_ifs=$IFS
2596 IFS=';'
2597 for lt_path in $LIB
2598 do
2599 IFS=$lt_save_ifs
2600 # Let DOS variable expansion print the short 8.3 style file name.
2601 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
2602 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
2603 done
2604 IFS=$lt_save_ifs
2605 # Convert to MSYS style.
2606 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
2607 ;;
2608 cygwin*)
2609 # Convert to unix form, then to dos form, then back to unix form
2610 # but this time dos style (no spaces!) so that the unix form looks
2611 # like /cygdrive/c/PROGRA~1:/cygdr...
2612 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
2613 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
2614 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2615 ;;
2616 *)
2617 sys_lib_search_path_spec=$LIB
2618 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
2619 # It is most probably a Windows format PATH.
2620 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2621 else
2622 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2623 fi
2624 # FIXME: find the short name or the path components, as spaces are
2625 # common. (e.g. "Program Files" -> "PROGRA~1")
2626 ;;
2627 esac
2628
2629 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2630 postinstall_cmds='base_file=`basename \$file`~
2631 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2632 dldir=$destdir/`dirname \$dlpath`~
2633 test -d \$dldir || mkdir -p \$dldir~
2634 $install_prog $dir/$dlname \$dldir/$dlname'
2635 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2636 dlpath=$dir/\$dldll~
2637 $RM \$dlpath'
2638 shlibpath_overrides_runpath=yes
2639 dynamic_linker='Win32 link.exe'
2640 ;;
2641
2642 *)
2643 # Assume MSVC and ICC wrapper
2644 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
2645 dynamic_linker='Win32 ld.exe'
2646 ;;
2647 esac
2648 # FIXME: first we should search . and the directory the executable is in
2649 shlibpath_var=PATH
2650 ;;
2651
2652 darwin* | rhapsody*)
2653 dynamic_linker="$host_os dyld"
2654 version_type=darwin
2655 need_lib_prefix=no
2656 need_version=no
2657 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
2658 soname_spec='$libname$release$major$shared_ext'
2659 shlibpath_overrides_runpath=yes
2660 shlibpath_var=DYLD_LIBRARY_PATH
2661 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
2662 m4_if([$1], [],[
2663 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
2664 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2665 ;;
2666
2667 dgux*)
2668 version_type=linux # correct to gnu/linux during the next big refactor
2669 need_lib_prefix=no
2670 need_version=no
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'
2673 shlibpath_var=LD_LIBRARY_PATH
2674 ;;
2675
2676 freebsd* | dragonfly* | midnightbsd*)
2677 # DragonFly does not have aout. When/if they implement a new
2678 # versioning mechanism, adjust this.
2679 if test -x /usr/bin/objformat; then
2680 objformat=`/usr/bin/objformat`
2681 else
2682 case $host_os in
2683 freebsd[[23]].*) objformat=aout ;;
2684 *) objformat=elf ;;
2685 esac
2686 fi
2687 version_type=freebsd-$objformat
2688 case $version_type in
2689 freebsd-elf*)
2690 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2691 soname_spec='$libname$release$shared_ext$major'
2692 need_version=no
2693 need_lib_prefix=no
2694 ;;
2695 freebsd-*)
2696 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2697 need_version=yes
2698 ;;
2699 esac
2700 shlibpath_var=LD_LIBRARY_PATH
2701 case $host_os in
2702 freebsd2.*)
2703 shlibpath_overrides_runpath=yes
2704 ;;
2705 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
2706 shlibpath_overrides_runpath=yes
2707 hardcode_into_libs=yes
2708 ;;
2709 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
2710 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
2711 shlibpath_overrides_runpath=no
2712 hardcode_into_libs=yes
2713 ;;
2714 *) # from 4.6 on, and DragonFly
2715 shlibpath_overrides_runpath=yes
2716 hardcode_into_libs=yes
2717 ;;
2718 esac
2719 ;;
2720
2721 haiku*)
2722 version_type=linux # correct to gnu/linux during the next big refactor
2723 need_lib_prefix=no
2724 need_version=no
2725 dynamic_linker="$host_os runtime_loader"
2726 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2727 soname_spec='$libname$release$shared_ext$major'
2728 shlibpath_var=LIBRARY_PATH
2729 shlibpath_overrides_runpath=no
2730 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
2731 hardcode_into_libs=yes
2732 ;;
2733
2734 hpux9* | hpux10* | hpux11*)
2735 # Give a soname corresponding to the major version so that dld.sl refuses to
2736 # link against other versions.
2737 version_type=sunos
2738 need_lib_prefix=no
2739 need_version=no
2740 case $host_cpu in
2741 ia64*)
2742 shrext_cmds='.so'
2743 hardcode_into_libs=yes
2744 dynamic_linker="$host_os dld.so"
2745 shlibpath_var=LD_LIBRARY_PATH
2746 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2747 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2748 soname_spec='$libname$release$shared_ext$major'
2749 if test 32 = "$HPUX_IA64_MODE"; then
2750 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2751 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
2752 else
2753 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2754 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
2755 fi
2756 ;;
2757 hppa*64*)
2758 shrext_cmds='.sl'
2759 hardcode_into_libs=yes
2760 dynamic_linker="$host_os dld.sl"
2761 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
2762 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2763 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2764 soname_spec='$libname$release$shared_ext$major'
2765 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
2766 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2767 ;;
2768 *)
2769 shrext_cmds='.sl'
2770 dynamic_linker="$host_os dld.sl"
2771 shlibpath_var=SHLIB_PATH
2772 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2773 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2774 soname_spec='$libname$release$shared_ext$major'
2775 ;;
2776 esac
2777 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
2778 postinstall_cmds='chmod 555 $lib'
2779 # or fails outright, so override atomically:
2780 install_override_mode=555
2781 ;;
2782
2783 interix[[3-9]]*)
2784 version_type=linux # correct to gnu/linux during the next big refactor
2785 need_lib_prefix=no
2786 need_version=no
2787 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2788 soname_spec='$libname$release$shared_ext$major'
2789 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
2790 shlibpath_var=LD_LIBRARY_PATH
2791 shlibpath_overrides_runpath=no
2792 hardcode_into_libs=yes
2793 ;;
2794
2795 irix5* | irix6* | nonstopux*)
2796 case $host_os in
2797 nonstopux*) version_type=nonstopux ;;
2798 *)
2799 if test yes = "$lt_cv_prog_gnu_ld"; then
2800 version_type=linux # correct to gnu/linux during the next big refactor
2801 else
2802 version_type=irix
2803 fi ;;
2804 esac
2805 need_lib_prefix=no
2806 need_version=no
2807 soname_spec='$libname$release$shared_ext$major'
2808 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
2809 case $host_os in
2810 irix5* | nonstopux*)
2811 libsuff= shlibsuff=
2812 ;;
2813 *)
2814 case $LD in # libtool.m4 will add one of these switches to LD
2815 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
2816 libsuff= shlibsuff= libmagic=32-bit;;
2817 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2818 libsuff=32 shlibsuff=N32 libmagic=N32;;
2819 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
2820 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2821 *) libsuff= shlibsuff= libmagic=never-match;;
2822 esac
2823 ;;
2824 esac
2825 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2826 shlibpath_overrides_runpath=no
2827 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
2828 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
2829 hardcode_into_libs=yes
2830 ;;
2831
2832 # No shared lib support for Linux oldld, aout, or coff.
2833 linux*oldld* | linux*aout* | linux*coff*)
2834 dynamic_linker=no
2835 ;;
2836
2837 linux*android*)
2838 version_type=none # Android doesn't support versioned libraries.
2839 need_lib_prefix=no
2840 need_version=no
2841 library_names_spec='$libname$release$shared_ext'
2842 soname_spec='$libname$release$shared_ext'
2843 finish_cmds=
2844 shlibpath_var=LD_LIBRARY_PATH
2845 shlibpath_overrides_runpath=yes
2846
2847 # This implies no fast_install, which is unacceptable.
2848 # Some rework will be needed to allow for fast_install
2849 # before this can be enabled.
2850 hardcode_into_libs=yes
2851
2852 dynamic_linker='Android linker'
2853 # Don't embed -rpath directories since the linker doesn't support them.
2854 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2855 ;;
2856
2857 # This must be glibc/ELF.
2858 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
2859 version_type=linux # correct to gnu/linux during the next big refactor
2860 need_lib_prefix=no
2861 need_version=no
2862 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2863 soname_spec='$libname$release$shared_ext$major'
2864 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2865 shlibpath_var=LD_LIBRARY_PATH
2866 shlibpath_overrides_runpath=no
2867
2868 # Some binutils ld are patched to set DT_RUNPATH
2869 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
2870 [lt_cv_shlibpath_overrides_runpath=no
2871 save_LDFLAGS=$LDFLAGS
2872 save_libdir=$libdir
2873 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
2874 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
2875 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
2876 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
2877 [lt_cv_shlibpath_overrides_runpath=yes])])
2878 LDFLAGS=$save_LDFLAGS
2879 libdir=$save_libdir
2880 ])
2881 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2882
2883 # This implies no fast_install, which is unacceptable.
2884 # Some rework will be needed to allow for fast_install
2885 # before this can be enabled.
2886 hardcode_into_libs=yes
2887
2888 # Ideally, we could use ldconfig to report *all* directores which are
2889 # searched for libraries, however this is still not possible. Aside from not
2890 # being certain /sbin/ldconfig is available, command
2891 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
2892 # even though it is searched at run-time. Try to do the best guess by
2893 # appending ld.so.conf contents (and includes) to the search path.
2894 if test -f /etc/ld.so.conf; then
2895 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' ' '`
2896 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
2897 fi
2898
2899 # We used to test for /lib/ld.so.1 and disable shared libraries on
2900 # powerpc, because MkLinux only supported shared libraries with the
2901 # GNU dynamic linker. Since this was broken with cross compilers,
2902 # most powerpc-linux boxes support dynamic linking these days and
2903 # people can always --disable-shared, the test was removed, and we
2904 # assume the GNU/Linux dynamic linker is in use.
2905 dynamic_linker='GNU/Linux ld.so'
2906 ;;
2907
2908 netbsdelf*-gnu)
2909 version_type=linux
2910 need_lib_prefix=no
2911 need_version=no
2912 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2913 soname_spec='${libname}${release}${shared_ext}$major'
2914 shlibpath_var=LD_LIBRARY_PATH
2915 shlibpath_overrides_runpath=no
2916 hardcode_into_libs=yes
2917 dynamic_linker='NetBSD ld.elf_so'
2918 ;;
2919
2920 netbsd*)
2921 version_type=sunos
2922 need_lib_prefix=no
2923 need_version=no
2924 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
2925 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2926 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2927 dynamic_linker='NetBSD (a.out) ld.so'
2928 else
2929 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2930 soname_spec='$libname$release$shared_ext$major'
2931 dynamic_linker='NetBSD ld.elf_so'
2932 fi
2933 shlibpath_var=LD_LIBRARY_PATH
2934 shlibpath_overrides_runpath=yes
2935 hardcode_into_libs=yes
2936 ;;
2937
2938 newsos6)
2939 version_type=linux # correct to gnu/linux during the next big refactor
2940 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2941 shlibpath_var=LD_LIBRARY_PATH
2942 shlibpath_overrides_runpath=yes
2943 ;;
2944
2945 *nto* | *qnx*)
2946 version_type=qnx
2947 need_lib_prefix=no
2948 need_version=no
2949 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2950 soname_spec='$libname$release$shared_ext$major'
2951 shlibpath_var=LD_LIBRARY_PATH
2952 shlibpath_overrides_runpath=no
2953 hardcode_into_libs=yes
2954 dynamic_linker='ldqnx.so'
2955 ;;
2956
2957 openbsd* | bitrig*)
2958 version_type=sunos
2959 sys_lib_dlsearch_path_spec=/usr/lib
2960 need_lib_prefix=no
2961 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
2962 need_version=no
2963 else
2964 need_version=yes
2965 fi
2966 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2967 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2968 shlibpath_var=LD_LIBRARY_PATH
2969 shlibpath_overrides_runpath=yes
2970 ;;
2971
2972 os2*)
2973 libname_spec='$name'
2974 version_type=windows
2975 shrext_cmds=.dll
2976 need_version=no
2977 need_lib_prefix=no
2978 # OS/2 can only load a DLL with a base name of 8 characters or less.
2979 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
2980 v=$($ECHO $release$versuffix | tr -d .-);
2981 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
2982 $ECHO $n$v`$shared_ext'
2983 library_names_spec='${libname}_dll.$libext'
2984 dynamic_linker='OS/2 ld.exe'
2985 shlibpath_var=BEGINLIBPATH
2986 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2987 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2988 postinstall_cmds='base_file=`basename \$file`~
2989 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
2990 dldir=$destdir/`dirname \$dlpath`~
2991 test -d \$dldir || mkdir -p \$dldir~
2992 $install_prog $dir/$dlname \$dldir/$dlname~
2993 chmod a+x \$dldir/$dlname~
2994 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2995 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2996 fi'
2997 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
2998 dlpath=$dir/\$dldll~
2999 $RM \$dlpath'
3000 ;;
3001
3002 osf3* | osf4* | osf5*)
3003 version_type=osf
3004 need_lib_prefix=no
3005 need_version=no
3006 soname_spec='$libname$release$shared_ext$major'
3007 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3008 shlibpath_var=LD_LIBRARY_PATH
3009 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
3010 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
3011 ;;
3012
3013 rdos*)
3014 dynamic_linker=no
3015 ;;
3016
3017 solaris*)
3018 version_type=linux # correct to gnu/linux during the next big refactor
3019 need_lib_prefix=no
3020 need_version=no
3021 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3022 soname_spec='$libname$release$shared_ext$major'
3023 shlibpath_var=LD_LIBRARY_PATH
3024 shlibpath_overrides_runpath=yes
3025 hardcode_into_libs=yes
3026 # ldd complains unless libraries are executable
3027 postinstall_cmds='chmod +x $lib'
3028 ;;
3029
3030 sunos4*)
3031 version_type=sunos
3032 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
3033 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
3034 shlibpath_var=LD_LIBRARY_PATH
3035 shlibpath_overrides_runpath=yes
3036 if test yes = "$with_gnu_ld"; then
3037 need_lib_prefix=no
3038 fi
3039 need_version=yes
3040 ;;
3041
3042 sysv4 | sysv4.3*)
3043 version_type=linux # correct to gnu/linux during the next big refactor
3044 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3045 soname_spec='$libname$release$shared_ext$major'
3046 shlibpath_var=LD_LIBRARY_PATH
3047 case $host_vendor in
3048 sni)
3049 shlibpath_overrides_runpath=no
3050 need_lib_prefix=no
3051 runpath_var=LD_RUN_PATH
3052 ;;
3053 siemens)
3054 need_lib_prefix=no
3055 ;;
3056 motorola)
3057 need_lib_prefix=no
3058 need_version=no
3059 shlibpath_overrides_runpath=no
3060 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
3061 ;;
3062 esac
3063 ;;
3064
3065 sysv4*MP*)
3066 if test -d /usr/nec; then
3067 version_type=linux # correct to gnu/linux during the next big refactor
3068 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
3069 soname_spec='$libname$shared_ext.$major'
3070 shlibpath_var=LD_LIBRARY_PATH
3071 fi
3072 ;;
3073
3074 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3075 version_type=sco
3076 need_lib_prefix=no
3077 need_version=no
3078 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
3079 soname_spec='$libname$release$shared_ext$major'
3080 shlibpath_var=LD_LIBRARY_PATH
3081 shlibpath_overrides_runpath=yes
3082 hardcode_into_libs=yes
3083 if test yes = "$with_gnu_ld"; then
3084 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
3085 else
3086 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
3087 case $host_os in
3088 sco3.2v5*)
3089 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
3090 ;;
3091 esac
3092 fi
3093 sys_lib_dlsearch_path_spec='/usr/lib'
3094 ;;
3095
3096 tpf*)
3097 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
3098 version_type=linux # correct to gnu/linux during the next big refactor
3099 need_lib_prefix=no
3100 need_version=no
3101 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3102 shlibpath_var=LD_LIBRARY_PATH
3103 shlibpath_overrides_runpath=no
3104 hardcode_into_libs=yes
3105 ;;
3106
3107 uts4*)
3108 version_type=linux # correct to gnu/linux during the next big refactor
3109 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3110 soname_spec='$libname$release$shared_ext$major'
3111 shlibpath_var=LD_LIBRARY_PATH
3112 ;;
3113
3114 *)
3115 dynamic_linker=no
3116 ;;
3117 esac
3118 AC_MSG_RESULT([$dynamic_linker])
3119 test no = "$dynamic_linker" && can_build_shared=no
3120
3121 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
3122 if test yes = "$GCC"; then
3123 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
3124 fi
3125
3126 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
3127 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
3128 fi
3129
3130 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
3131 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
3132 fi
3133
3134 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
3135 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
3136
3137 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
3138 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
3139
3140 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
3141 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
3142
3143 _LT_DECL([], [variables_saved_for_relink], [1],
3144 [Variables whose values should be saved in libtool wrapper scripts and
3145 restored at link time])
3146 _LT_DECL([], [need_lib_prefix], [0],
3147 [Do we need the "lib" prefix for modules?])
3148 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
3149 _LT_DECL([], [version_type], [0], [Library versioning type])
3150 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
3151 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
3152 _LT_DECL([], [shlibpath_overrides_runpath], [0],
3153 [Is shlibpath searched before the hard-coded library search path?])
3154 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
3155 _LT_DECL([], [library_names_spec], [1],
3156 [[List of archive names. First name is the real one, the rest are links.
3157 The last name is the one that the linker finds with -lNAME]])
3158 _LT_DECL([], [soname_spec], [1],
3159 [[The coded name of the library, if different from the real name]])
3160 _LT_DECL([], [install_override_mode], [1],
3161 [Permission mode override for installation of shared libraries])
3162 _LT_DECL([], [postinstall_cmds], [2],
3163 [Command to use after installation of a shared archive])
3164 _LT_DECL([], [postuninstall_cmds], [2],
3165 [Command to use after uninstallation of a shared archive])
3166 _LT_DECL([], [finish_cmds], [2],
3167 [Commands used to finish a libtool library installation in a directory])
3168 _LT_DECL([], [finish_eval], [1],
3169 [[As "finish_cmds", except a single script fragment to be evaled but
3170 not shown]])
3171 _LT_DECL([], [hardcode_into_libs], [0],
3172 [Whether we should hardcode library paths into libraries])
3173 _LT_DECL([], [sys_lib_search_path_spec], [2],
3174 [Compile-time system search path for libraries])
3175 _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
3176 [Detected run-time system search path for libraries])
3177 _LT_DECL([], [configure_time_lt_sys_library_path], [2],
3178 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
3179 ])# _LT_SYS_DYNAMIC_LINKER
3180
3181
3182 # _LT_PATH_TOOL_PREFIX(TOOL)
3183 # --------------------------
3184 # find a file program that can recognize shared library
3185 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
3186 [m4_require([_LT_DECL_EGREP])dnl
3187 AC_MSG_CHECKING([for $1])
3188 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
3189 [case $MAGIC_CMD in
3190 [[\\/*] | ?:[\\/]*])
3191 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
3192 ;;
3193 *)
3194 lt_save_MAGIC_CMD=$MAGIC_CMD
3195 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3196 dnl $ac_dummy forces splitting on constant user-supplied paths.
3197 dnl POSIX.2 word splitting is done only on the output of word expansions,
3198 dnl not every word. This closes a longstanding sh security hole.
3199 ac_dummy="m4_if([$2], , $PATH, [$2])"
3200 for ac_dir in $ac_dummy; do
3201 IFS=$lt_save_ifs
3202 test -z "$ac_dir" && ac_dir=.
3203 if test -f "$ac_dir/$1"; then
3204 lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
3205 if test -n "$file_magic_test_file"; then
3206 case $deplibs_check_method in
3207 "file_magic "*)
3208 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
3209 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3210 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3211 $EGREP "$file_magic_regex" > /dev/null; then
3212 :
3213 else
3214 cat <<_LT_EOF 1>&2
3215
3216 *** Warning: the command libtool uses to detect shared libraries,
3217 *** $file_magic_cmd, produces output that libtool cannot recognize.
3218 *** The result is that libtool may fail to recognize shared libraries
3219 *** as such. This will affect the creation of libtool libraries that
3220 *** depend on shared libraries, but programs linked with such libtool
3221 *** libraries will work regardless of this problem. Nevertheless, you
3222 *** may want to report the problem to your system manager and/or to
3223 *** bug-libtool@gnu.org
3224
3225 _LT_EOF
3226 fi ;;
3227 esac
3228 fi
3229 break
3230 fi
3231 done
3232 IFS=$lt_save_ifs
3233 MAGIC_CMD=$lt_save_MAGIC_CMD
3234 ;;
3235 esac])
3236 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3237 if test -n "$MAGIC_CMD"; then
3238 AC_MSG_RESULT($MAGIC_CMD)
3239 else
3240 AC_MSG_RESULT(no)
3241 fi
3242 _LT_DECL([], [MAGIC_CMD], [0],
3243 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
3244 ])# _LT_PATH_TOOL_PREFIX
3245
3246 # Old name:
3247 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
3248 dnl aclocal-1.4 backwards compatibility:
3249 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
3250
3251
3252 # _LT_PATH_MAGIC
3253 # --------------
3254 # find a file program that can recognize a shared library
3255 m4_defun([_LT_PATH_MAGIC],
3256 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
3257 if test -z "$lt_cv_path_MAGIC_CMD"; then
3258 if test -n "$ac_tool_prefix"; then
3259 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
3260 else
3261 MAGIC_CMD=:
3262 fi
3263 fi
3264 ])# _LT_PATH_MAGIC
3265
3266
3267 # LT_PATH_LD
3268 # ----------
3269 # find the pathname to the GNU or non-GNU linker
3270 AC_DEFUN([LT_PATH_LD],
3271 [AC_REQUIRE([AC_PROG_CC])dnl
3272 AC_REQUIRE([AC_CANONICAL_HOST])dnl
3273 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
3274 m4_require([_LT_DECL_SED])dnl
3275 m4_require([_LT_DECL_EGREP])dnl
3276 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
3277
3278 AC_ARG_WITH([gnu-ld],
3279 [AS_HELP_STRING([--with-gnu-ld],
3280 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
3281 [test no = "$withval" || with_gnu_ld=yes],
3282 [with_gnu_ld=no])dnl
3283
3284 ac_prog=ld
3285 if test yes = "$GCC"; then
3286 # Check if gcc -print-prog-name=ld gives a path.
3287 AC_MSG_CHECKING([for ld used by $CC])
3288 case $host in
3289 *-*-mingw*)
3290 # gcc leaves a trailing carriage return, which upsets mingw
3291 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3292 *)
3293 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3294 esac
3295 case $ac_prog in
3296 # Accept absolute paths.
3297 [[\\/]]* | ?:[[\\/]]*)
3298 re_direlt='/[[^/]][[^/]]*/\.\./'
3299 # Canonicalize the pathname of ld
3300 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
3301 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
3302 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
3303 done
3304 test -z "$LD" && LD=$ac_prog
3305 ;;
3306 "")
3307 # If it fails, then pretend we aren't using GCC.
3308 ac_prog=ld
3309 ;;
3310 *)
3311 # If it is relative, then search for the first ld in PATH.
3312 with_gnu_ld=unknown
3313 ;;
3314 esac
3315 elif test yes = "$with_gnu_ld"; then
3316 AC_MSG_CHECKING([for GNU ld])
3317 else
3318 AC_MSG_CHECKING([for non-GNU ld])
3319 fi
3320 AC_CACHE_VAL(lt_cv_path_LD,
3321 [if test -z "$LD"; then
3322 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3323 for ac_dir in $PATH; do
3324 IFS=$lt_save_ifs
3325 test -z "$ac_dir" && ac_dir=.
3326 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3327 lt_cv_path_LD=$ac_dir/$ac_prog
3328 # Check to see if the program is GNU ld. I'd rather use --version,
3329 # but apparently some variants of GNU ld only accept -v.
3330 # Break only if it was the GNU/non-GNU ld that we prefer.
3331 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
3332 *GNU* | *'with BFD'*)
3333 test no != "$with_gnu_ld" && break
3334 ;;
3335 *)
3336 test yes != "$with_gnu_ld" && break
3337 ;;
3338 esac
3339 fi
3340 done
3341 IFS=$lt_save_ifs
3342 else
3343 lt_cv_path_LD=$LD # Let the user override the test with a path.
3344 fi])
3345 LD=$lt_cv_path_LD
3346 if test -n "$LD"; then
3347 AC_MSG_RESULT($LD)
3348 else
3349 AC_MSG_RESULT(no)
3350 fi
3351 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
3352 _LT_PATH_LD_GNU
3353 AC_SUBST([LD])
3354
3355 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
3356 ])# LT_PATH_LD
3357
3358 # Old names:
3359 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
3360 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
3361 dnl aclocal-1.4 backwards compatibility:
3362 dnl AC_DEFUN([AM_PROG_LD], [])
3363 dnl AC_DEFUN([AC_PROG_LD], [])
3364
3365
3366 # _LT_PATH_LD_GNU
3367 #- --------------
3368 m4_defun([_LT_PATH_LD_GNU],
3369 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
3370 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
3371 case `$LD -v 2>&1 </dev/null` in
3372 *GNU* | *'with BFD'*)
3373 lt_cv_prog_gnu_ld=yes
3374 ;;
3375 *)
3376 lt_cv_prog_gnu_ld=no
3377 ;;
3378 esac])
3379 with_gnu_ld=$lt_cv_prog_gnu_ld
3380 ])# _LT_PATH_LD_GNU
3381
3382
3383 # _LT_CMD_RELOAD
3384 # --------------
3385 # find reload flag for linker
3386 # -- PORTME Some linkers may need a different reload flag.
3387 m4_defun([_LT_CMD_RELOAD],
3388 [AC_CACHE_CHECK([for $LD option to reload object files],
3389 lt_cv_ld_reload_flag,
3390 [lt_cv_ld_reload_flag='-r'])
3391 reload_flag=$lt_cv_ld_reload_flag
3392 case $reload_flag in
3393 "" | " "*) ;;
3394 *) reload_flag=" $reload_flag" ;;
3395 esac
3396 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3397 case $host_os in
3398 cygwin* | mingw* | pw32* | cegcc*)
3399 if test yes != "$GCC"; then
3400 reload_cmds=false
3401 fi
3402 ;;
3403 darwin*)
3404 if test yes = "$GCC"; then
3405 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
3406 else
3407 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3408 fi
3409 ;;
3410 esac
3411 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
3412 _LT_TAGDECL([], [reload_cmds], [2])dnl
3413 ])# _LT_CMD_RELOAD
3414
3415
3416 # _LT_PATH_DD
3417 # -----------
3418 # find a working dd
3419 m4_defun([_LT_PATH_DD],
3420 [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
3421 [printf 0123456789abcdef0123456789abcdef >conftest.i
3422 cat conftest.i conftest.i >conftest2.i
3423 : ${lt_DD:=$DD}
3424 AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
3425 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3426 cmp -s conftest.i conftest.out \
3427 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
3428 fi])
3429 rm -f conftest.i conftest2.i conftest.out])
3430 ])# _LT_PATH_DD
3431
3432
3433 # _LT_CMD_TRUNCATE
3434 # ----------------
3435 # find command to truncate a binary pipe
3436 m4_defun([_LT_CMD_TRUNCATE],
3437 [m4_require([_LT_PATH_DD])
3438 AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
3439 [printf 0123456789abcdef0123456789abcdef >conftest.i
3440 cat conftest.i conftest.i >conftest2.i
3441 lt_cv_truncate_bin=
3442 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3443 cmp -s conftest.i conftest.out \
3444 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
3445 fi
3446 rm -f conftest.i conftest2.i conftest.out
3447 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
3448 _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
3449 [Command to truncate a binary pipe])
3450 ])# _LT_CMD_TRUNCATE
3451
3452
3453 # _LT_CHECK_MAGIC_METHOD
3454 # ----------------------
3455 # how to check for library dependencies
3456 # -- PORTME fill in with the dynamic library characteristics
3457 m4_defun([_LT_CHECK_MAGIC_METHOD],
3458 [m4_require([_LT_DECL_EGREP])
3459 m4_require([_LT_DECL_OBJDUMP])
3460 AC_CACHE_CHECK([how to recognize dependent libraries],
3461 lt_cv_deplibs_check_method,
3462 [lt_cv_file_magic_cmd='$MAGIC_CMD'
3463 lt_cv_file_magic_test_file=
3464 lt_cv_deplibs_check_method='unknown'
3465 # Need to set the preceding variable on all platforms that support
3466 # interlibrary dependencies.
3467 # 'none' -- dependencies not supported.
3468 # 'unknown' -- same as none, but documents that we really don't know.
3469 # 'pass_all' -- all dependencies passed with no checks.
3470 # 'test_compile' -- check by making test program.
3471 # 'file_magic [[regex]]' -- check by looking for files in library path
3472 # that responds to the $file_magic_cmd with a given extended regex.
3473 # If you have 'file' or equivalent on your system and you're not sure
3474 # whether 'pass_all' will *always* work, you probably want this one.
3475
3476 case $host_os in
3477 aix[[4-9]]*)
3478 lt_cv_deplibs_check_method=pass_all
3479 ;;
3480
3481 beos*)
3482 lt_cv_deplibs_check_method=pass_all
3483 ;;
3484
3485 bsdi[[45]]*)
3486 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
3487 lt_cv_file_magic_cmd='$FILECMD -L'
3488 lt_cv_file_magic_test_file=/shlib/libc.so
3489 ;;
3490
3491 cygwin*)
3492 # func_win32_libid is a shell function defined in ltmain.sh
3493 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3494 lt_cv_file_magic_cmd='func_win32_libid'
3495 ;;
3496
3497 mingw* | pw32*)
3498 # Base MSYS/MinGW do not provide the 'file' command needed by
3499 # func_win32_libid shell function, so use a weaker test based on 'objdump',
3500 # unless we find 'file', for example because we are cross-compiling.
3501 if ( file / ) >/dev/null 2>&1; then
3502 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3503 lt_cv_file_magic_cmd='func_win32_libid'
3504 else
3505 # Keep this pattern in sync with the one in func_win32_libid.
3506 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
3507 lt_cv_file_magic_cmd='$OBJDUMP -f'
3508 fi
3509 ;;
3510
3511 cegcc*)
3512 # use the weaker test based on 'objdump'. See mingw*.
3513 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
3514 lt_cv_file_magic_cmd='$OBJDUMP -f'
3515 ;;
3516
3517 darwin* | rhapsody*)
3518 lt_cv_deplibs_check_method=pass_all
3519 ;;
3520
3521 freebsd* | dragonfly* | midnightbsd*)
3522 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3523 case $host_cpu in
3524 i*86 )
3525 # Not sure whether the presence of OpenBSD here was a mistake.
3526 # Let's accept both of them until this is cleared up.
3527 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
3528 lt_cv_file_magic_cmd=$FILECMD
3529 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3530 ;;
3531 esac
3532 else
3533 lt_cv_deplibs_check_method=pass_all
3534 fi
3535 ;;
3536
3537 haiku*)
3538 lt_cv_deplibs_check_method=pass_all
3539 ;;
3540
3541 hpux10.20* | hpux11*)
3542 lt_cv_file_magic_cmd=$FILECMD
3543 case $host_cpu in
3544 ia64*)
3545 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
3546 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3547 ;;
3548 hppa*64*)
3549 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
3550 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3551 ;;
3552 *)
3553 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
3554 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3555 ;;
3556 esac
3557 ;;
3558
3559 interix[[3-9]]*)
3560 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
3561 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3562 ;;
3563
3564 irix5* | irix6* | nonstopux*)
3565 case $LD in
3566 *-32|*"-32 ") libmagic=32-bit;;
3567 *-n32|*"-n32 ") libmagic=N32;;
3568 *-64|*"-64 ") libmagic=64-bit;;
3569 *) libmagic=never-match;;
3570 esac
3571 lt_cv_deplibs_check_method=pass_all
3572 ;;
3573
3574 # This must be glibc/ELF.
3575 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
3576 lt_cv_deplibs_check_method=pass_all
3577 ;;
3578
3579 netbsd* | netbsdelf*-gnu)
3580 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3581 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3582 else
3583 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3584 fi
3585 ;;
3586
3587 newos6*)
3588 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3589 lt_cv_file_magic_cmd=$FILECMD
3590 lt_cv_file_magic_test_file=/usr/lib/libnls.so
3591 ;;
3592
3593 *nto* | *qnx*)
3594 lt_cv_deplibs_check_method=pass_all
3595 ;;
3596
3597 openbsd* | bitrig*)
3598 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
3599 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3600 else
3601 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3602 fi
3603 ;;
3604
3605 osf3* | osf4* | osf5*)
3606 lt_cv_deplibs_check_method=pass_all
3607 ;;
3608
3609 rdos*)
3610 lt_cv_deplibs_check_method=pass_all
3611 ;;
3612
3613 solaris*)
3614 lt_cv_deplibs_check_method=pass_all
3615 ;;
3616
3617 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3618 lt_cv_deplibs_check_method=pass_all
3619 ;;
3620
3621 sysv4 | sysv4.3*)
3622 case $host_vendor in
3623 motorola)
3624 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
3625 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3626 ;;
3627 ncr)
3628 lt_cv_deplibs_check_method=pass_all
3629 ;;
3630 sequent)
3631 lt_cv_file_magic_cmd='/bin/file'
3632 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3633 ;;
3634 sni)
3635 lt_cv_file_magic_cmd='/bin/file'
3636 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3637 lt_cv_file_magic_test_file=/lib/libc.so
3638 ;;
3639 siemens)
3640 lt_cv_deplibs_check_method=pass_all
3641 ;;
3642 pc)
3643 lt_cv_deplibs_check_method=pass_all
3644 ;;
3645 esac
3646 ;;
3647
3648 tpf*)
3649 lt_cv_deplibs_check_method=pass_all
3650 ;;
3651 os2*)
3652 lt_cv_deplibs_check_method=pass_all
3653 ;;
3654 esac
3655 ])
3656
3657 file_magic_glob=
3658 want_nocaseglob=no
3659 if test "$build" = "$host"; then
3660 case $host_os in
3661 mingw* | pw32*)
3662 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
3663 want_nocaseglob=yes
3664 else
3665 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
3666 fi
3667 ;;
3668 esac
3669 fi
3670
3671 file_magic_cmd=$lt_cv_file_magic_cmd
3672 deplibs_check_method=$lt_cv_deplibs_check_method
3673 test -z "$deplibs_check_method" && deplibs_check_method=unknown
3674
3675 _LT_DECL([], [deplibs_check_method], [1],
3676 [Method to check whether dependent libraries are shared objects])
3677 _LT_DECL([], [file_magic_cmd], [1],
3678 [Command to use when deplibs_check_method = "file_magic"])
3679 _LT_DECL([], [file_magic_glob], [1],
3680 [How to find potential files when deplibs_check_method = "file_magic"])
3681 _LT_DECL([], [want_nocaseglob], [1],
3682 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
3683 ])# _LT_CHECK_MAGIC_METHOD
3684
3685
3686 # LT_PATH_NM
3687 # ----------
3688 # find the pathname to a BSD- or MS-compatible name lister
3689 AC_DEFUN([LT_PATH_NM],
3690 [AC_REQUIRE([AC_PROG_CC])dnl
3691 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
3692 [if test -n "$NM"; then
3693 # Let the user override the test.
3694 lt_cv_path_NM=$NM
3695 else
3696 lt_nm_to_check=${ac_tool_prefix}nm
3697 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
3698 lt_nm_to_check="$lt_nm_to_check nm"
3699 fi
3700 for lt_tmp_nm in $lt_nm_to_check; do
3701 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3702 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3703 IFS=$lt_save_ifs
3704 test -z "$ac_dir" && ac_dir=.
3705 tmp_nm=$ac_dir/$lt_tmp_nm
3706 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
3707 # Check to see if the nm accepts a BSD-compat flag.
3708 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
3709 # nm: unknown option "B" ignored
3710 # Tru64's nm complains that /dev/null is an invalid object file
3711 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
3712 case $build_os in
3713 mingw*) lt_bad_file=conftest.nm/nofile ;;
3714 *) lt_bad_file=/dev/null ;;
3715 esac
3716 case `"$tmp_nm" -B $lt_bad_file 2>&1 | $SED '1q'` in
3717 *$lt_bad_file* | *'Invalid file or object type'*)
3718 lt_cv_path_NM="$tmp_nm -B"
3719 break 2
3720 ;;
3721 *)
3722 case `"$tmp_nm" -p /dev/null 2>&1 | $SED '1q'` in
3723 */dev/null*)
3724 lt_cv_path_NM="$tmp_nm -p"
3725 break 2
3726 ;;
3727 *)
3728 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3729 continue # so that we can try to find one that supports BSD flags
3730 ;;
3731 esac
3732 ;;
3733 esac
3734 fi
3735 done
3736 IFS=$lt_save_ifs
3737 done
3738 : ${lt_cv_path_NM=no}
3739 fi])
3740 if test no != "$lt_cv_path_NM"; then
3741 NM=$lt_cv_path_NM
3742 else
3743 # Didn't find any BSD compatible name lister, look for dumpbin.
3744 if test -n "$DUMPBIN"; then :
3745 # Let the user override the test.
3746 else
3747 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3748 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | $SED '1q'` in
3749 *COFF*)
3750 DUMPBIN="$DUMPBIN -symbols -headers"
3751 ;;
3752 *)
3753 DUMPBIN=:
3754 ;;
3755 esac
3756 fi
3757 AC_SUBST([DUMPBIN])
3758 if test : != "$DUMPBIN"; then
3759 NM=$DUMPBIN
3760 fi
3761 fi
3762 test -z "$NM" && NM=nm
3763 AC_SUBST([NM])
3764 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
3765
3766 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
3767 [lt_cv_nm_interface="BSD nm"
3768 echo "int some_variable = 0;" > conftest.$ac_ext
3769 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
3770 (eval "$ac_compile" 2>conftest.err)
3771 cat conftest.err >&AS_MESSAGE_LOG_FD
3772 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
3773 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3774 cat conftest.err >&AS_MESSAGE_LOG_FD
3775 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
3776 cat conftest.out >&AS_MESSAGE_LOG_FD
3777 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3778 lt_cv_nm_interface="MS dumpbin"
3779 fi
3780 rm -f conftest*])
3781 ])# LT_PATH_NM
3782
3783 # Old names:
3784 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
3785 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
3786 dnl aclocal-1.4 backwards compatibility:
3787 dnl AC_DEFUN([AM_PROG_NM], [])
3788 dnl AC_DEFUN([AC_PROG_NM], [])
3789
3790 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3791 # --------------------------------
3792 # how to determine the name of the shared library
3793 # associated with a specific link library.
3794 # -- PORTME fill in with the dynamic library characteristics
3795 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
3796 [m4_require([_LT_DECL_EGREP])
3797 m4_require([_LT_DECL_OBJDUMP])
3798 m4_require([_LT_DECL_DLLTOOL])
3799 AC_CACHE_CHECK([how to associate runtime and link libraries],
3800 lt_cv_sharedlib_from_linklib_cmd,
3801 [lt_cv_sharedlib_from_linklib_cmd='unknown'
3802
3803 case $host_os in
3804 cygwin* | mingw* | pw32* | cegcc*)
3805 # two different shell functions defined in ltmain.sh;
3806 # decide which one to use based on capabilities of $DLLTOOL
3807 case `$DLLTOOL --help 2>&1` in
3808 *--identify-strict*)
3809 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
3810 ;;
3811 *)
3812 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
3813 ;;
3814 esac
3815 ;;
3816 *)
3817 # fallback: assume linklib IS sharedlib
3818 lt_cv_sharedlib_from_linklib_cmd=$ECHO
3819 ;;
3820 esac
3821 ])
3822 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
3823 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
3824
3825 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
3826 [Command to associate shared and link libraries])
3827 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3828
3829
3830 # _LT_PATH_MANIFEST_TOOL
3831 # ----------------------
3832 # locate the manifest tool
3833 m4_defun([_LT_PATH_MANIFEST_TOOL],
3834 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
3835 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
3836 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
3837 [lt_cv_path_mainfest_tool=no
3838 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
3839 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
3840 cat conftest.err >&AS_MESSAGE_LOG_FD
3841 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
3842 lt_cv_path_mainfest_tool=yes
3843 fi
3844 rm -f conftest*])
3845 if test yes != "$lt_cv_path_mainfest_tool"; then
3846 MANIFEST_TOOL=:
3847 fi
3848 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
3849 ])# _LT_PATH_MANIFEST_TOOL
3850
3851
3852 # _LT_DLL_DEF_P([FILE])
3853 # ---------------------
3854 # True iff FILE is a Windows DLL '.def' file.
3855 # Keep in sync with func_dll_def_p in the libtool script
3856 AC_DEFUN([_LT_DLL_DEF_P],
3857 [dnl
3858 test DEF = "`$SED -n dnl
3859 -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
3860 -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
3861 -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
3862 -e q dnl Only consider the first "real" line
3863 $1`" dnl
3864 ])# _LT_DLL_DEF_P
3865
3866
3867 # LT_LIB_M
3868 # --------
3869 # check for math library
3870 AC_DEFUN([LT_LIB_M],
3871 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3872 LIBM=
3873 case $host in
3874 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
3875 # These system don't have libm, or don't need it
3876 ;;
3877 *-ncr-sysv4.3*)
3878 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
3879 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3880 ;;
3881 *)
3882 AC_CHECK_LIB(m, cos, LIBM=-lm)
3883 ;;
3884 esac
3885 AC_SUBST([LIBM])
3886 ])# LT_LIB_M
3887
3888 # Old name:
3889 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
3890 dnl aclocal-1.4 backwards compatibility:
3891 dnl AC_DEFUN([AC_CHECK_LIBM], [])
3892
3893
3894 # _LT_COMPILER_NO_RTTI([TAGNAME])
3895 # -------------------------------
3896 m4_defun([_LT_COMPILER_NO_RTTI],
3897 [m4_require([_LT_TAG_COMPILER])dnl
3898
3899 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3900
3901 if test yes = "$GCC"; then
3902 case $cc_basename in
3903 nvcc*)
3904 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
3905 *)
3906 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
3907 esac
3908
3909 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3910 lt_cv_prog_compiler_rtti_exceptions,
3911 [-fno-rtti -fno-exceptions], [],
3912 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3913 fi
3914 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
3915 [Compiler flag to turn off builtin functions])
3916 ])# _LT_COMPILER_NO_RTTI
3917
3918
3919 # _LT_CMD_GLOBAL_SYMBOLS
3920 # ----------------------
3921 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
3922 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3923 AC_REQUIRE([AC_PROG_CC])dnl
3924 AC_REQUIRE([AC_PROG_AWK])dnl
3925 AC_REQUIRE([LT_PATH_NM])dnl
3926 AC_REQUIRE([LT_PATH_LD])dnl
3927 m4_require([_LT_DECL_SED])dnl
3928 m4_require([_LT_DECL_EGREP])dnl
3929 m4_require([_LT_TAG_COMPILER])dnl
3930
3931 # Check for command to grab the raw symbol name followed by C symbol from nm.
3932 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3933 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3934 [
3935 # These are sane defaults that work on at least a few old systems.
3936 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
3937
3938 # Character class describing NM global symbol codes.
3939 symcode='[[BCDEGRST]]'
3940
3941 # Regexp to match symbols that can be accessed directly from C.
3942 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3943
3944 # Define system-specific variables.
3945 case $host_os in
3946 aix*)
3947 symcode='[[BCDT]]'
3948 ;;
3949 cygwin* | mingw* | pw32* | cegcc*)
3950 symcode='[[ABCDGISTW]]'
3951 ;;
3952 hpux*)
3953 if test ia64 = "$host_cpu"; then
3954 symcode='[[ABCDEGRST]]'
3955 fi
3956 ;;
3957 irix* | nonstopux*)
3958 symcode='[[BCDEGRST]]'
3959 ;;
3960 osf*)
3961 symcode='[[BCDEGQRST]]'
3962 ;;
3963 solaris*)
3964 symcode='[[BDRT]]'
3965 ;;
3966 sco3.2v5*)
3967 symcode='[[DT]]'
3968 ;;
3969 sysv4.2uw2*)
3970 symcode='[[DT]]'
3971 ;;
3972 sysv5* | sco5v6* | unixware* | OpenUNIX*)
3973 symcode='[[ABDT]]'
3974 ;;
3975 sysv4)
3976 symcode='[[DFNSTU]]'
3977 ;;
3978 esac
3979
3980 # If we're using GNU nm, then use its standard symbol codes.
3981 case `$NM -V 2>&1` in
3982 *GNU* | *'with BFD'*)
3983 symcode='[[ABCDGIRSTW]]' ;;
3984 esac
3985
3986 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3987 # Gets list of data symbols to import.
3988 lt_cv_sys_global_symbol_to_import="$SED -n -e 's/^I .* \(.*\)$/\1/p'"
3989 # Adjust the below global symbol transforms to fixup imported variables.
3990 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
3991 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
3992 lt_c_name_lib_hook="\
3993 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
3994 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
3995 else
3996 # Disable hooks by default.
3997 lt_cv_sys_global_symbol_to_import=
3998 lt_cdecl_hook=
3999 lt_c_name_hook=
4000 lt_c_name_lib_hook=
4001 fi
4002
4003 # Transform an extracted symbol line into a proper C declaration.
4004 # Some systems (esp. on ia64) link data and code symbols differently,
4005 # so use this general approach.
4006 lt_cv_sys_global_symbol_to_cdecl="$SED -n"\
4007 $lt_cdecl_hook\
4008 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
4009 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
4010
4011 # Transform an extracted symbol line into symbol name and symbol address
4012 lt_cv_sys_global_symbol_to_c_name_address="$SED -n"\
4013 $lt_c_name_hook\
4014 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
4015 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
4016
4017 # Transform an extracted symbol line into symbol name with lib prefix and
4018 # symbol address.
4019 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="$SED -n"\
4020 $lt_c_name_lib_hook\
4021 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
4022 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
4023 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
4024
4025 # Handle CRLF in mingw tool chain
4026 opt_cr=
4027 case $build_os in
4028 mingw*)
4029 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4030 ;;
4031 esac
4032
4033 # Try without a prefix underscore, then with it.
4034 for ac_symprfx in "" "_"; do
4035
4036 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4037 symxfrm="\\1 $ac_symprfx\\2 \\2"
4038
4039 # Write the raw and C identifiers.
4040 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4041 # Fake it for dumpbin and say T for any non-static function,
4042 # D for any global variable and I for any imported variable.
4043 # Also find C++ and __fastcall symbols from MSVC++ or ICC,
4044 # which start with @ or ?.
4045 lt_cv_sys_global_symbol_pipe="$AWK ['"\
4046 " {last_section=section; section=\$ 3};"\
4047 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
4048 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4049 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4050 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4051 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
4052 " \$ 0!~/External *\|/{next};"\
4053 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
4054 " {if(hide[section]) next};"\
4055 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
4056 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
4057 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
4058 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
4059 " ' prfx=^$ac_symprfx]"
4060 else
4061 lt_cv_sys_global_symbol_pipe="$SED -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4062 fi
4063 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | $SED '/ __gnu_lto/d'"
4064
4065 # Check to see that the pipe works correctly.
4066 pipe_works=no
4067
4068 rm -f conftest*
4069 cat > conftest.$ac_ext <<_LT_EOF
4070 #ifdef __cplusplus
4071 extern "C" {
4072 #endif
4073 char nm_test_var;
4074 void nm_test_func(void);
4075 void nm_test_func(void){}
4076 #ifdef __cplusplus
4077 }
4078 #endif
4079 int main(){nm_test_var='a';nm_test_func();return(0);}
4080 _LT_EOF
4081
4082 if AC_TRY_EVAL(ac_compile); then
4083 # Now try to grab the symbols.
4084 nlist=conftest.nm
4085 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4086 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
4087 # Try sorting and uniquifying the output.
4088 if sort "$nlist" | uniq > "$nlist"T; then
4089 mv -f "$nlist"T "$nlist"
4090 else
4091 rm -f "$nlist"T
4092 fi
4093
4094 # Make sure that we snagged all the symbols we need.
4095 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4096 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4097 cat <<_LT_EOF > conftest.$ac_ext
4098 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
4099 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4100 /* DATA imports from DLLs on WIN32 can't be const, because runtime
4101 relocations are performed -- see ld's documentation on pseudo-relocs. */
4102 # define LT@&t@_DLSYM_CONST
4103 #elif defined __osf__
4104 /* This system does not cope well with relocations in const data. */
4105 # define LT@&t@_DLSYM_CONST
4106 #else
4107 # define LT@&t@_DLSYM_CONST const
4108 #endif
4109
4110 #ifdef __cplusplus
4111 extern "C" {
4112 #endif
4113
4114 _LT_EOF
4115 # Now generate the symbol file.
4116 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4117
4118 cat <<_LT_EOF >> conftest.$ac_ext
4119
4120 /* The mapping between symbol names and symbols. */
4121 LT@&t@_DLSYM_CONST struct {
4122 const char *name;
4123 void *address;
4124 }
4125 lt__PROGRAM__LTX_preloaded_symbols[[]] =
4126 {
4127 { "@PROGRAM@", (void *) 0 },
4128 _LT_EOF
4129 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4130 cat <<\_LT_EOF >> conftest.$ac_ext
4131 {0, (void *) 0}
4132 };
4133
4134 /* This works around a problem in FreeBSD linker */
4135 #ifdef FREEBSD_WORKAROUND
4136 static const void *lt_preloaded_setup() {
4137 return lt__PROGRAM__LTX_preloaded_symbols;
4138 }
4139 #endif
4140
4141 #ifdef __cplusplus
4142 }
4143 #endif
4144 _LT_EOF
4145 # Now try linking the two files.
4146 mv conftest.$ac_objext conftstm.$ac_objext
4147 lt_globsym_save_LIBS=$LIBS
4148 lt_globsym_save_CFLAGS=$CFLAGS
4149 LIBS=conftstm.$ac_objext
4150 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4151 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
4152 pipe_works=yes
4153 fi
4154 LIBS=$lt_globsym_save_LIBS
4155 CFLAGS=$lt_globsym_save_CFLAGS
4156 else
4157 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4158 fi
4159 else
4160 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4161 fi
4162 else
4163 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4164 fi
4165 else
4166 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4167 cat conftest.$ac_ext >&5
4168 fi
4169 rm -rf conftest* conftst*
4170
4171 # Do not use the global_symbol_pipe unless it works.
4172 if test yes = "$pipe_works"; then
4173 break
4174 else
4175 lt_cv_sys_global_symbol_pipe=
4176 fi
4177 done
4178 ])
4179 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4180 lt_cv_sys_global_symbol_to_cdecl=
4181 fi
4182 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4183 AC_MSG_RESULT(failed)
4184 else
4185 AC_MSG_RESULT(ok)
4186 fi
4187
4188 # Response file support.
4189 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4190 nm_file_list_spec='@'
4191 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
4192 nm_file_list_spec='@'
4193 fi
4194
4195 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
4196 [Take the output of nm and produce a listing of raw symbols and C names])
4197 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
4198 [Transform the output of nm in a proper C declaration])
4199 _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
4200 [Transform the output of nm into a list of symbols to manually relocate])
4201 _LT_DECL([global_symbol_to_c_name_address],
4202 [lt_cv_sys_global_symbol_to_c_name_address], [1],
4203 [Transform the output of nm in a C name address pair])
4204 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
4205 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
4206 [Transform the output of nm in a C name address pair when lib prefix is needed])
4207 _LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
4208 [The name lister interface])
4209 _LT_DECL([], [nm_file_list_spec], [1],
4210 [Specify filename containing input files for $NM])
4211 ]) # _LT_CMD_GLOBAL_SYMBOLS
4212
4213
4214 # _LT_COMPILER_PIC([TAGNAME])
4215 # ---------------------------
4216 m4_defun([_LT_COMPILER_PIC],
4217 [m4_require([_LT_TAG_COMPILER])dnl
4218 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
4219 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4220 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4221
4222 m4_if([$1], [CXX], [
4223 # C++ specific cases for pic, static, wl, etc.
4224 if test yes = "$GXX"; then
4225 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4226 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4227
4228 case $host_os in
4229 aix*)
4230 # All AIX code is PIC.
4231 if test ia64 = "$host_cpu"; then
4232 # AIX 5 now supports IA64 processor
4233 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4234 fi
4235 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4236 ;;
4237
4238 amigaos*)
4239 case $host_cpu in
4240 powerpc)
4241 # see comment about AmigaOS4 .so support
4242 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4243 ;;
4244 m68k)
4245 # FIXME: we need at least 68020 code to build shared libraries, but
4246 # adding the '-m68020' flag to GCC prevents building anything better,
4247 # like '-m68040'.
4248 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4249 ;;
4250 esac
4251 ;;
4252
4253 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4254 # PIC is the default for these OSes.
4255 ;;
4256 mingw* | cygwin* | os2* | pw32* | cegcc*)
4257 # This hack is so that the source file can tell whether it is being
4258 # built for inclusion in a dll (and should export symbols for example).
4259 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4260 # (--disable-auto-import) libraries
4261 m4_if([$1], [GCJ], [],
4262 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4263 case $host_os in
4264 os2*)
4265 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4266 ;;
4267 esac
4268 ;;
4269 darwin* | rhapsody*)
4270 # PIC is the default on this platform
4271 # Common symbols not allowed in MH_DYLIB files
4272 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4273 ;;
4274 *djgpp*)
4275 # DJGPP does not support shared libraries at all
4276 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4277 ;;
4278 haiku*)
4279 # PIC is the default for Haiku.
4280 # The "-static" flag exists, but is broken.
4281 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4282 ;;
4283 interix[[3-9]]*)
4284 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4285 # Instead, we relocate shared libraries at runtime.
4286 ;;
4287 sysv4*MP*)
4288 if test -d /usr/nec; then
4289 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4290 fi
4291 ;;
4292 hpux*)
4293 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4294 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4295 # sets the default TLS model and affects inlining.
4296 case $host_cpu in
4297 hppa*64*)
4298 ;;
4299 *)
4300 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4301 ;;
4302 esac
4303 ;;
4304 *qnx* | *nto*)
4305 # QNX uses GNU C++, but need to define -shared option too, otherwise
4306 # it will coredump.
4307 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4308 ;;
4309 *)
4310 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4311 ;;
4312 esac
4313 else
4314 case $host_os in
4315 aix[[4-9]]*)
4316 # All AIX code is PIC.
4317 if test ia64 = "$host_cpu"; then
4318 # AIX 5 now supports IA64 processor
4319 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4320 else
4321 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4322 fi
4323 ;;
4324 chorus*)
4325 case $cc_basename in
4326 cxch68*)
4327 # Green Hills C++ Compiler
4328 # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
4329 ;;
4330 esac
4331 ;;
4332 mingw* | cygwin* | os2* | pw32* | cegcc*)
4333 # This hack is so that the source file can tell whether it is being
4334 # built for inclusion in a dll (and should export symbols for example).
4335 m4_if([$1], [GCJ], [],
4336 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4337 ;;
4338 dgux*)
4339 case $cc_basename in
4340 ec++*)
4341 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4342 ;;
4343 ghcx*)
4344 # Green Hills C++ Compiler
4345 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4346 ;;
4347 *)
4348 ;;
4349 esac
4350 ;;
4351 freebsd* | dragonfly* | midnightbsd*)
4352 # FreeBSD uses GNU C++
4353 ;;
4354 hpux9* | hpux10* | hpux11*)
4355 case $cc_basename in
4356 CC*)
4357 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4358 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4359 if test ia64 != "$host_cpu"; then
4360 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4361 fi
4362 ;;
4363 aCC*)
4364 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4365 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4366 case $host_cpu in
4367 hppa*64*|ia64*)
4368 # +Z the default
4369 ;;
4370 *)
4371 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4372 ;;
4373 esac
4374 ;;
4375 *)
4376 ;;
4377 esac
4378 ;;
4379 interix*)
4380 # This is c89, which is MS Visual C++ (no shared libs)
4381 # Anyone wants to do a port?
4382 ;;
4383 irix5* | irix6* | nonstopux*)
4384 case $cc_basename in
4385 CC*)
4386 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4387 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4388 # CC pic flag -KPIC is the default.
4389 ;;
4390 *)
4391 ;;
4392 esac
4393 ;;
4394 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4395 case $cc_basename in
4396 KCC*)
4397 # KAI C++ Compiler
4398 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4399 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4400 ;;
4401 ecpc* )
4402 # old Intel C++ for x86_64, which still supported -KPIC.
4403 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4404 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4405 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4406 ;;
4407 icpc* )
4408 # Intel C++, used to be incompatible with GCC.
4409 # ICC 10 doesn't accept -KPIC any more.
4410 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4411 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4412 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4413 ;;
4414 pgCC* | pgcpp*)
4415 # Portland Group C++ compiler
4416 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4417 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4418 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4419 ;;
4420 cxx*)
4421 # Compaq C++
4422 # Make sure the PIC flag is empty. It appears that all Alpha
4423 # Linux and Compaq Tru64 Unix objects are PIC.
4424 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4425 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4426 ;;
4427 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
4428 # IBM XL 8.0, 9.0 on PPC and BlueGene
4429 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4430 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4431 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4432 ;;
4433 *)
4434 case `$CC -V 2>&1 | $SED 5q` in
4435 *Sun\ C*)
4436 # Sun C++ 5.9
4437 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4438 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4439 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4440 ;;
4441 esac
4442 ;;
4443 esac
4444 ;;
4445 lynxos*)
4446 ;;
4447 m88k*)
4448 ;;
4449 mvs*)
4450 case $cc_basename in
4451 cxx*)
4452 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4453 ;;
4454 *)
4455 ;;
4456 esac
4457 ;;
4458 netbsd* | netbsdelf*-gnu)
4459 ;;
4460 *qnx* | *nto*)
4461 # QNX uses GNU C++, but need to define -shared option too, otherwise
4462 # it will coredump.
4463 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4464 ;;
4465 osf3* | osf4* | osf5*)
4466 case $cc_basename in
4467 KCC*)
4468 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4469 ;;
4470 RCC*)
4471 # Rational C++ 2.4.1
4472 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4473 ;;
4474 cxx*)
4475 # Digital/Compaq C++
4476 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4477 # Make sure the PIC flag is empty. It appears that all Alpha
4478 # Linux and Compaq Tru64 Unix objects are PIC.
4479 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4480 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4481 ;;
4482 *)
4483 ;;
4484 esac
4485 ;;
4486 psos*)
4487 ;;
4488 solaris*)
4489 case $cc_basename in
4490 CC* | sunCC*)
4491 # Sun C++ 4.2, 5.x and Centerline C++
4492 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4493 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4494 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4495 ;;
4496 gcx*)
4497 # Green Hills C++ Compiler
4498 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4499 ;;
4500 *)
4501 ;;
4502 esac
4503 ;;
4504 sunos4*)
4505 case $cc_basename in
4506 CC*)
4507 # Sun C++ 4.x
4508 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4509 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4510 ;;
4511 lcc*)
4512 # Lucid
4513 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4514 ;;
4515 *)
4516 ;;
4517 esac
4518 ;;
4519 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4520 case $cc_basename in
4521 CC*)
4522 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4523 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4524 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4525 ;;
4526 esac
4527 ;;
4528 tandem*)
4529 case $cc_basename in
4530 NCC*)
4531 # NonStop-UX NCC 3.20
4532 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4533 ;;
4534 *)
4535 ;;
4536 esac
4537 ;;
4538 vxworks*)
4539 ;;
4540 *)
4541 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4542 ;;
4543 esac
4544 fi
4545 ],
4546 [
4547 if test yes = "$GCC"; then
4548 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4549 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4550
4551 case $host_os in
4552 aix*)
4553 # All AIX code is PIC.
4554 if test ia64 = "$host_cpu"; then
4555 # AIX 5 now supports IA64 processor
4556 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4557 fi
4558 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4559 ;;
4560
4561 amigaos*)
4562 case $host_cpu in
4563 powerpc)
4564 # see comment about AmigaOS4 .so support
4565 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4566 ;;
4567 m68k)
4568 # FIXME: we need at least 68020 code to build shared libraries, but
4569 # adding the '-m68020' flag to GCC prevents building anything better,
4570 # like '-m68040'.
4571 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4572 ;;
4573 esac
4574 ;;
4575
4576 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4577 # PIC is the default for these OSes.
4578 ;;
4579
4580 mingw* | cygwin* | pw32* | os2* | cegcc*)
4581 # This hack is so that the source file can tell whether it is being
4582 # built for inclusion in a dll (and should export symbols for example).
4583 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4584 # (--disable-auto-import) libraries
4585 m4_if([$1], [GCJ], [],
4586 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4587 case $host_os in
4588 os2*)
4589 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4590 ;;
4591 esac
4592 ;;
4593
4594 darwin* | rhapsody*)
4595 # PIC is the default on this platform
4596 # Common symbols not allowed in MH_DYLIB files
4597 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4598 ;;
4599
4600 haiku*)
4601 # PIC is the default for Haiku.
4602 # The "-static" flag exists, but is broken.
4603 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4604 ;;
4605
4606 hpux*)
4607 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4608 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4609 # sets the default TLS model and affects inlining.
4610 case $host_cpu in
4611 hppa*64*)
4612 # +Z the default
4613 ;;
4614 *)
4615 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4616 ;;
4617 esac
4618 ;;
4619
4620 interix[[3-9]]*)
4621 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4622 # Instead, we relocate shared libraries at runtime.
4623 ;;
4624
4625 msdosdjgpp*)
4626 # Just because we use GCC doesn't mean we suddenly get shared libraries
4627 # on systems that don't support them.
4628 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4629 enable_shared=no
4630 ;;
4631
4632 *nto* | *qnx*)
4633 # QNX uses GNU C++, but need to define -shared option too, otherwise
4634 # it will coredump.
4635 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4636 ;;
4637
4638 sysv4*MP*)
4639 if test -d /usr/nec; then
4640 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4641 fi
4642 ;;
4643
4644 *)
4645 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4646 ;;
4647 esac
4648
4649 case $cc_basename in
4650 nvcc*) # Cuda Compiler Driver 2.2
4651 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4652 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4653 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4654 fi
4655 ;;
4656 esac
4657 else
4658 # PORTME Check for flag to pass linker flags through the system compiler.
4659 case $host_os in
4660 aix*)
4661 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4662 if test ia64 = "$host_cpu"; then
4663 # AIX 5 now supports IA64 processor
4664 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4665 else
4666 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4667 fi
4668 ;;
4669
4670 darwin* | rhapsody*)
4671 # PIC is the default on this platform
4672 # Common symbols not allowed in MH_DYLIB files
4673 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4674 case $cc_basename in
4675 nagfor*)
4676 # NAG Fortran compiler
4677 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4678 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4679 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4680 ;;
4681 esac
4682 ;;
4683
4684 mingw* | cygwin* | pw32* | os2* | cegcc*)
4685 # This hack is so that the source file can tell whether it is being
4686 # built for inclusion in a dll (and should export symbols for example).
4687 m4_if([$1], [GCJ], [],
4688 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4689 case $host_os in
4690 os2*)
4691 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4692 ;;
4693 esac
4694 ;;
4695
4696 hpux9* | hpux10* | hpux11*)
4697 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4698 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4699 # not for PA HP-UX.
4700 case $host_cpu in
4701 hppa*64*|ia64*)
4702 # +Z the default
4703 ;;
4704 *)
4705 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4706 ;;
4707 esac
4708 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4709 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4710 ;;
4711
4712 irix5* | irix6* | nonstopux*)
4713 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4714 # PIC (with -KPIC) is the default.
4715 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4716 ;;
4717
4718 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4719 case $cc_basename in
4720 # old Intel for x86_64, which still supported -KPIC.
4721 ecc*)
4722 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4723 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4724 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4725 ;;
4726 # flang / f18. f95 an alias for gfortran or flang on Debian
4727 flang* | f18* | f95*)
4728 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4729 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4730 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4731 ;;
4732 # icc used to be incompatible with GCC.
4733 # ICC 10 doesn't accept -KPIC any more.
4734 icc* | ifort*)
4735 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4736 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4737 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4738 ;;
4739 # Lahey Fortran 8.1.
4740 lf95*)
4741 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4742 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
4743 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
4744 ;;
4745 nagfor*)
4746 # NAG Fortran compiler
4747 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4748 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4749 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4750 ;;
4751 tcc*)
4752 # Fabrice Bellard et al's Tiny C Compiler
4753 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4754 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4755 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4756 ;;
4757 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
4758 # Portland Group compilers (*not* the Pentium gcc compiler,
4759 # which looks to be a dead project)
4760 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4761 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4762 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4763 ;;
4764 ccc*)
4765 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4766 # All Alpha code is PIC.
4767 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4768 ;;
4769 xl* | bgxl* | bgf* | mpixl*)
4770 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
4771 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4772 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4773 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4774 ;;
4775 *)
4776 case `$CC -V 2>&1 | $SED 5q` in
4777 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
4778 # Sun Fortran 8.3 passes all unrecognized flags to the linker
4779 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4780 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4781 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4782 ;;
4783 *Sun\ F* | *Sun*Fortran*)
4784 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4785 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4786 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4787 ;;
4788 *Sun\ C*)
4789 # Sun C 5.9
4790 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4791 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4792 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4793 ;;
4794 *Intel*\ [[CF]]*Compiler*)
4795 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4796 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4797 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4798 ;;
4799 *Portland\ Group*)
4800 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4801 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4802 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4803 ;;
4804 esac
4805 ;;
4806 esac
4807 ;;
4808
4809 newsos6)
4810 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4811 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4812 ;;
4813
4814 *nto* | *qnx*)
4815 # QNX uses GNU C++, but need to define -shared option too, otherwise
4816 # it will coredump.
4817 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4818 ;;
4819
4820 osf3* | osf4* | osf5*)
4821 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4822 # All OSF/1 code is PIC.
4823 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4824 ;;
4825
4826 rdos*)
4827 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4828 ;;
4829
4830 solaris*)
4831 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4832 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4833 case $cc_basename in
4834 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
4835 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4836 *)
4837 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4838 esac
4839 ;;
4840
4841 sunos4*)
4842 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4843 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4844 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4845 ;;
4846
4847 sysv4 | sysv4.2uw2* | sysv4.3*)
4848 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4849 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4850 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4851 ;;
4852
4853 sysv4*MP*)
4854 if test -d /usr/nec; then
4855 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4856 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4857 fi
4858 ;;
4859
4860 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4861 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4862 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4863 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4864 ;;
4865
4866 unicos*)
4867 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4868 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4869 ;;
4870
4871 uts4*)
4872 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4873 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4874 ;;
4875
4876 *)
4877 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4878 ;;
4879 esac
4880 fi
4881 ])
4882 case $host_os in
4883 # For platforms that do not support PIC, -DPIC is meaningless:
4884 *djgpp*)
4885 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4886 ;;
4887 *)
4888 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
4889 ;;
4890 esac
4891
4892 AC_CACHE_CHECK([for $compiler option to produce PIC],
4893 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
4894 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
4895 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
4896
4897 #
4898 # Check to make sure the PIC flag actually works.
4899 #
4900 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4901 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
4902 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
4903 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
4904 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
4905 "" | " "*) ;;
4906 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4907 esac],
4908 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
4909 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4910 fi
4911 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
4912 [Additional compiler flags for building library objects])
4913
4914 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
4915 [How to pass a linker flag through the compiler])
4916 #
4917 # Check to make sure the static flag actually works.
4918 #
4919 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
4920 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4921 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
4922 $lt_tmp_static_flag,
4923 [],
4924 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
4925 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
4926 [Compiler flag to prevent dynamic linking])
4927 ])# _LT_COMPILER_PIC
4928
4929
4930 # _LT_LINKER_SHLIBS([TAGNAME])
4931 # ----------------------------
4932 # See if the linker supports building shared libraries.
4933 m4_defun([_LT_LINKER_SHLIBS],
4934 [AC_REQUIRE([LT_PATH_LD])dnl
4935 AC_REQUIRE([LT_PATH_NM])dnl
4936 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
4937 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4938 m4_require([_LT_DECL_EGREP])dnl
4939 m4_require([_LT_DECL_SED])dnl
4940 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
4941 m4_require([_LT_TAG_COMPILER])dnl
4942 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4943 m4_if([$1], [CXX], [
4944 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4945 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
4946 case $host_os in
4947 aix[[4-9]]*)
4948 # If we're using GNU nm, then we don't want the "-C" option.
4949 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
4950 # Without the "-l" option, or with the "-B" option, AIX nm treats
4951 # weak defined symbols like other global defined symbols, whereas
4952 # GNU nm marks them as "W".
4953 # While the 'weak' keyword is ignored in the Export File, we need
4954 # it in the Import File for the 'aix-soname' feature, so we have
4955 # to replace the "-B" option with "-P" for AIX nm.
4956 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4957 _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'
4958 else
4959 _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 == "L") || (\$ 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'
4960 fi
4961 ;;
4962 pw32*)
4963 _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
4964 ;;
4965 cygwin* | mingw* | cegcc*)
4966 case $cc_basename in
4967 cl* | icl*)
4968 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4969 ;;
4970 *)
4971 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4972 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
4973 ;;
4974 esac
4975 ;;
4976 linux* | k*bsd*-gnu | gnu*)
4977 _LT_TAGVAR(link_all_deplibs, $1)=no
4978 ;;
4979 *)
4980 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4981 ;;
4982 esac
4983 ], [
4984 runpath_var=
4985 _LT_TAGVAR(allow_undefined_flag, $1)=
4986 _LT_TAGVAR(always_export_symbols, $1)=no
4987 _LT_TAGVAR(archive_cmds, $1)=
4988 _LT_TAGVAR(archive_expsym_cmds, $1)=
4989 _LT_TAGVAR(compiler_needs_object, $1)=no
4990 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4991 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
4992 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4993 _LT_TAGVAR(hardcode_automatic, $1)=no
4994 _LT_TAGVAR(hardcode_direct, $1)=no
4995 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
4996 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4997 _LT_TAGVAR(hardcode_libdir_separator, $1)=
4998 _LT_TAGVAR(hardcode_minus_L, $1)=no
4999 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5000 _LT_TAGVAR(inherit_rpath, $1)=no
5001 _LT_TAGVAR(link_all_deplibs, $1)=unknown
5002 _LT_TAGVAR(module_cmds, $1)=
5003 _LT_TAGVAR(module_expsym_cmds, $1)=
5004 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
5005 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5006 _LT_TAGVAR(thread_safe_flag_spec, $1)=
5007 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5008 # include_expsyms should be a list of space-separated symbols to be *always*
5009 # included in the symbol list
5010 _LT_TAGVAR(include_expsyms, $1)=
5011 # exclude_expsyms can be an extended regexp of symbols to exclude
5012 # it will be wrapped by ' (' and ')$', so one must not match beginning or
5013 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
5014 # as well as any symbol that contains 'd'.
5015 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5016 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5017 # platforms (ab)use it in PIC code, but their linkers get confused if
5018 # the symbol is explicitly referenced. Since portable code cannot
5019 # rely on this symbol name, it's probably fine to never include it in
5020 # preloaded symbol tables.
5021 # Exclude shared library initialization/finalization symbols.
5022 dnl Note also adjust exclude_expsyms for C++ above.
5023 extract_expsyms_cmds=
5024
5025 case $host_os in
5026 cygwin* | mingw* | pw32* | cegcc*)
5027 # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
5028 # When not using gcc, we currently assume that we are using
5029 # Microsoft Visual C++ or Intel C++ Compiler.
5030 if test yes != "$GCC"; then
5031 with_gnu_ld=no
5032 fi
5033 ;;
5034 interix*)
5035 # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
5036 with_gnu_ld=yes
5037 ;;
5038 openbsd* | bitrig*)
5039 with_gnu_ld=no
5040 ;;
5041 linux* | k*bsd*-gnu | gnu*)
5042 _LT_TAGVAR(link_all_deplibs, $1)=no
5043 ;;
5044 esac
5045
5046 _LT_TAGVAR(ld_shlibs, $1)=yes
5047
5048 # On some targets, GNU ld is compatible enough with the native linker
5049 # that we're better off using the native interface for both.
5050 lt_use_gnu_ld_interface=no
5051 if test yes = "$with_gnu_ld"; then
5052 case $host_os in
5053 aix*)
5054 # The AIX port of GNU ld has always aspired to compatibility
5055 # with the native linker. However, as the warning in the GNU ld
5056 # block says, versions before 2.19.5* couldn't really create working
5057 # shared libraries, regardless of the interface used.
5058 case `$LD -v 2>&1` in
5059 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
5060 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
5061 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
5062 *)
5063 lt_use_gnu_ld_interface=yes
5064 ;;
5065 esac
5066 ;;
5067 *)
5068 lt_use_gnu_ld_interface=yes
5069 ;;
5070 esac
5071 fi
5072
5073 if test yes = "$lt_use_gnu_ld_interface"; then
5074 # If archive_cmds runs LD, not CC, wlarc should be empty
5075 wlarc='$wl'
5076
5077 # Set some defaults for GNU ld with shared library support. These
5078 # are reset later if shared libraries are not supported. Putting them
5079 # here allows them to be overridden if necessary.
5080 runpath_var=LD_RUN_PATH
5081 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5082 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
5083 # ancient GNU ld didn't support --whole-archive et. al.
5084 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
5085 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
5086 else
5087 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5088 fi
5089 supports_anon_versioning=no
5090 case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in
5091 *GNU\ gold*) supports_anon_versioning=yes ;;
5092 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5093 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5094 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5095 *\ 2.11.*) ;; # other 2.11 versions
5096 *) supports_anon_versioning=yes ;;
5097 esac
5098
5099 # See if GNU ld supports shared libraries.
5100 case $host_os in
5101 aix[[3-9]]*)
5102 # On AIX/PPC, the GNU linker is very broken
5103 if test ia64 != "$host_cpu"; then
5104 _LT_TAGVAR(ld_shlibs, $1)=no
5105 cat <<_LT_EOF 1>&2
5106
5107 *** Warning: the GNU linker, at least up to release 2.19, is reported
5108 *** to be unable to reliably create shared libraries on AIX.
5109 *** Therefore, libtool is disabling shared libraries support. If you
5110 *** really care for shared libraries, you may want to install binutils
5111 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
5112 *** You will then need to restart the configuration process.
5113
5114 _LT_EOF
5115 fi
5116 ;;
5117
5118 amigaos*)
5119 case $host_cpu in
5120 powerpc)
5121 # see comment about AmigaOS4 .so support
5122 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5123 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5124 ;;
5125 m68k)
5126 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5127 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5128 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5129 ;;
5130 esac
5131 ;;
5132
5133 beos*)
5134 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5135 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5136 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5137 # support --undefined. This deserves some investigation. FIXME
5138 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5139 else
5140 _LT_TAGVAR(ld_shlibs, $1)=no
5141 fi
5142 ;;
5143
5144 cygwin* | mingw* | pw32* | cegcc*)
5145 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5146 # as there is no search path for DLLs.
5147 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5148 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
5149 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5150 _LT_TAGVAR(always_export_symbols, $1)=no
5151 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5152 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
5153 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
5154
5155 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
5156 _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'
5157 # If the export-symbols file already is a .def file, use it as
5158 # is; otherwise, prepend EXPORTS...
5159 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5160 cp $export_symbols $output_objdir/$soname.def;
5161 else
5162 echo EXPORTS > $output_objdir/$soname.def;
5163 cat $export_symbols >> $output_objdir/$soname.def;
5164 fi~
5165 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5166 else
5167 _LT_TAGVAR(ld_shlibs, $1)=no
5168 fi
5169 ;;
5170
5171 haiku*)
5172 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5173 _LT_TAGVAR(link_all_deplibs, $1)=yes
5174 ;;
5175
5176 os2*)
5177 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5178 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5179 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5180 shrext_cmds=.dll
5181 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5182 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5183 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5184 $ECHO EXPORTS >> $output_objdir/$libname.def~
5185 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5186 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5187 emximp -o $lib $output_objdir/$libname.def'
5188 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5189 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5190 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5191 $ECHO EXPORTS >> $output_objdir/$libname.def~
5192 prefix_cmds="$SED"~
5193 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5194 prefix_cmds="$prefix_cmds -e 1d";
5195 fi~
5196 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5197 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5198 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5199 emximp -o $lib $output_objdir/$libname.def'
5200 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5201 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5202 _LT_TAGVAR(file_list_spec, $1)='@'
5203 ;;
5204
5205 interix[[3-9]]*)
5206 _LT_TAGVAR(hardcode_direct, $1)=no
5207 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5208 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5209 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5210 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5211 # Instead, shared libraries are loaded at an image base (0x10000000 by
5212 # default) and relocated if they conflict, which is a slow very memory
5213 # consuming and fragmenting process. To avoid this, we pick a random,
5214 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5215 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5216 _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'
5217 _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'
5218 ;;
5219
5220 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
5221 tmp_diet=no
5222 if test linux-dietlibc = "$host_os"; then
5223 case $cc_basename in
5224 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
5225 esac
5226 fi
5227 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
5228 && test no = "$tmp_diet"
5229 then
5230 tmp_addflag=' $pic_flag'
5231 tmp_sharedflag='-shared'
5232 case $cc_basename,$host_cpu in
5233 pgcc*) # Portland Group C compiler
5234 _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'
5235 tmp_addflag=' $pic_flag'
5236 ;;
5237 pgf77* | pgf90* | pgf95* | pgfortran*)
5238 # Portland Group f77 and f90 compilers
5239 _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'
5240 tmp_addflag=' $pic_flag -Mnomain' ;;
5241 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
5242 tmp_addflag=' -i_dynamic' ;;
5243 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
5244 tmp_addflag=' -i_dynamic -nofor_main' ;;
5245 ifc* | ifort*) # Intel Fortran compiler
5246 tmp_addflag=' -nofor_main' ;;
5247 lf95*) # Lahey Fortran 8.1
5248 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5249 tmp_sharedflag='--shared' ;;
5250 nagfor*) # NAGFOR 5.3
5251 tmp_sharedflag='-Wl,-shared' ;;
5252 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
5253 tmp_sharedflag='-qmkshrobj'
5254 tmp_addflag= ;;
5255 nvcc*) # Cuda Compiler Driver 2.2
5256 _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'
5257 _LT_TAGVAR(compiler_needs_object, $1)=yes
5258 ;;
5259 esac
5260 case `$CC -V 2>&1 | $SED 5q` in
5261 *Sun\ C*) # Sun C 5.9
5262 _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'
5263 _LT_TAGVAR(compiler_needs_object, $1)=yes
5264 tmp_sharedflag='-G' ;;
5265 *Sun\ F*) # Sun Fortran 8.3
5266 tmp_sharedflag='-G' ;;
5267 esac
5268 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5269
5270 if test yes = "$supports_anon_versioning"; then
5271 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5272 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5273 echo "local: *; };" >> $output_objdir/$libname.ver~
5274 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
5275 fi
5276
5277 case $cc_basename in
5278 tcc*)
5279 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5280 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
5281 ;;
5282 xlf* | bgf* | bgxlf* | mpixlf*)
5283 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
5284 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
5285 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5286 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
5287 if test yes = "$supports_anon_versioning"; then
5288 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5289 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5290 echo "local: *; };" >> $output_objdir/$libname.ver~
5291 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
5292 fi
5293 ;;
5294 esac
5295 else
5296 _LT_TAGVAR(ld_shlibs, $1)=no
5297 fi
5298 ;;
5299
5300 netbsd* | netbsdelf*-gnu)
5301 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5302 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5303 wlarc=
5304 else
5305 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5306 _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'
5307 fi
5308 ;;
5309
5310 solaris*)
5311 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
5312 _LT_TAGVAR(ld_shlibs, $1)=no
5313 cat <<_LT_EOF 1>&2
5314
5315 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5316 *** create shared libraries on Solaris systems. Therefore, libtool
5317 *** is disabling shared libraries support. We urge you to upgrade GNU
5318 *** binutils to release 2.9.1 or newer. Another option is to modify
5319 *** your PATH or compiler configuration so that the native linker is
5320 *** used, and then restart.
5321
5322 _LT_EOF
5323 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5324 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5325 _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'
5326 else
5327 _LT_TAGVAR(ld_shlibs, $1)=no
5328 fi
5329 ;;
5330
5331 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5332 case `$LD -v 2>&1` in
5333 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5334 _LT_TAGVAR(ld_shlibs, $1)=no
5335 cat <<_LT_EOF 1>&2
5336
5337 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
5338 *** reliably create shared libraries on SCO systems. Therefore, libtool
5339 *** is disabling shared libraries support. We urge you to upgrade GNU
5340 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
5341 *** your PATH or compiler configuration so that the native linker is
5342 *** used, and then restart.
5343
5344 _LT_EOF
5345 ;;
5346 *)
5347 # For security reasons, it is highly recommended that you always
5348 # use absolute paths for naming shared libraries, and exclude the
5349 # DT_RUNPATH tag from executables and libraries. But doing so
5350 # requires that you compile everything twice, which is a pain.
5351 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5352 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5353 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5354 _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'
5355 else
5356 _LT_TAGVAR(ld_shlibs, $1)=no
5357 fi
5358 ;;
5359 esac
5360 ;;
5361
5362 sunos4*)
5363 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5364 wlarc=
5365 _LT_TAGVAR(hardcode_direct, $1)=yes
5366 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5367 ;;
5368
5369 *)
5370 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5371 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5372 _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'
5373 else
5374 _LT_TAGVAR(ld_shlibs, $1)=no
5375 fi
5376 ;;
5377 esac
5378
5379 if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
5380 runpath_var=
5381 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5382 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
5383 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5384 fi
5385 else
5386 # PORTME fill in a description of your system's linker (not GNU ld)
5387 case $host_os in
5388 aix3*)
5389 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5390 _LT_TAGVAR(always_export_symbols, $1)=yes
5391 _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
5392 # Note: this linker hardcodes the directories in LIBPATH if there
5393 # are no directories specified by -L.
5394 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5395 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
5396 # Neither direct hardcoding nor static linking is supported with a
5397 # broken collect2.
5398 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5399 fi
5400 ;;
5401
5402 aix[[4-9]]*)
5403 if test ia64 = "$host_cpu"; then
5404 # On IA64, the linker does run time linking by default, so we don't
5405 # have to do anything special.
5406 aix_use_runtimelinking=no
5407 exp_sym_flag='-Bexport'
5408 no_entry_flag=
5409 else
5410 # If we're using GNU nm, then we don't want the "-C" option.
5411 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
5412 # Without the "-l" option, or with the "-B" option, AIX nm treats
5413 # weak defined symbols like other global defined symbols, whereas
5414 # GNU nm marks them as "W".
5415 # While the 'weak' keyword is ignored in the Export File, we need
5416 # it in the Import File for the 'aix-soname' feature, so we have
5417 # to replace the "-B" option with "-P" for AIX nm.
5418 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
5419 _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'
5420 else
5421 _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 == "L") || (\$ 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'
5422 fi
5423 aix_use_runtimelinking=no
5424
5425 # Test if we are trying to use run time linking or normal
5426 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5427 # have runtime linking enabled, and use it for executables.
5428 # For shared libraries, we enable/disable runtime linking
5429 # depending on the kind of the shared library created -
5430 # when "with_aix_soname,aix_use_runtimelinking" is:
5431 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
5432 # "aix,yes" lib.so shared, rtl:yes, for executables
5433 # lib.a static archive
5434 # "both,no" lib.so.V(shr.o) shared, rtl:yes
5435 # lib.a(lib.so.V) shared, rtl:no, for executables
5436 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
5437 # lib.a(lib.so.V) shared, rtl:no
5438 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
5439 # lib.a static archive
5440 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5441 for ld_flag in $LDFLAGS; do
5442 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
5443 aix_use_runtimelinking=yes
5444 break
5445 fi
5446 done
5447 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
5448 # With aix-soname=svr4, we create the lib.so.V shared archives only,
5449 # so we don't have lib.a shared libs to link our executables.
5450 # We have to force runtime linking in this case.
5451 aix_use_runtimelinking=yes
5452 LDFLAGS="$LDFLAGS -Wl,-brtl"
5453 fi
5454 ;;
5455 esac
5456
5457 exp_sym_flag='-bexport'
5458 no_entry_flag='-bnoentry'
5459 fi
5460
5461 # When large executables or shared objects are built, AIX ld can
5462 # have problems creating the table of contents. If linking a library
5463 # or program results in "error TOC overflow" add -mminimal-toc to
5464 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
5465 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5466
5467 _LT_TAGVAR(archive_cmds, $1)=''
5468 _LT_TAGVAR(hardcode_direct, $1)=yes
5469 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5470 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
5471 _LT_TAGVAR(link_all_deplibs, $1)=yes
5472 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
5473 case $with_aix_soname,$aix_use_runtimelinking in
5474 aix,*) ;; # traditional, no import file
5475 svr4,* | *,yes) # use import file
5476 # The Import File defines what to hardcode.
5477 _LT_TAGVAR(hardcode_direct, $1)=no
5478 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5479 ;;
5480 esac
5481
5482 if test yes = "$GCC"; then
5483 case $host_os in aix4.[[012]]|aix4.[[012]].*)
5484 # We only want to do this on AIX 4.2 and lower, the check
5485 # below for broken collect2 doesn't work under 4.3+
5486 collect2name=`$CC -print-prog-name=collect2`
5487 if test -f "$collect2name" &&
5488 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
5489 then
5490 # We have reworked collect2
5491 :
5492 else
5493 # We have old collect2
5494 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5495 # It fails to find uninstalled libraries when the uninstalled
5496 # path is not listed in the libpath. Setting hardcode_minus_L
5497 # to unsupported forces relinking
5498 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5499 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5500 _LT_TAGVAR(hardcode_libdir_separator, $1)=
5501 fi
5502 ;;
5503 esac
5504 shared_flag='-shared'
5505 if test yes = "$aix_use_runtimelinking"; then
5506 shared_flag="$shared_flag "'$wl-G'
5507 fi
5508 # Need to ensure runtime linking is disabled for the traditional
5509 # shared library, or the linker may eventually find shared libraries
5510 # /with/ Import File - we do not want to mix them.
5511 shared_flag_aix='-shared'
5512 shared_flag_svr4='-shared $wl-G'
5513 else
5514 # not using gcc
5515 if test ia64 = "$host_cpu"; then
5516 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5517 # chokes on -Wl,-G. The following line is correct:
5518 shared_flag='-G'
5519 else
5520 if test yes = "$aix_use_runtimelinking"; then
5521 shared_flag='$wl-G'
5522 else
5523 shared_flag='$wl-bM:SRE'
5524 fi
5525 shared_flag_aix='$wl-bM:SRE'
5526 shared_flag_svr4='$wl-G'
5527 fi
5528 fi
5529
5530 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
5531 # It seems that -bexpall does not export symbols beginning with
5532 # underscore (_), so it is better to generate a list of symbols to export.
5533 _LT_TAGVAR(always_export_symbols, $1)=yes
5534 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
5535 # Warning - without using the other runtime loading flags (-brtl),
5536 # -berok will link without error, but may produce a broken library.
5537 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
5538 # Determine the default libpath from the value encoded in an
5539 # empty executable.
5540 _LT_SYS_MODULE_PATH_AIX([$1])
5541 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5542 _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
5543 else
5544 if test ia64 = "$host_cpu"; then
5545 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
5546 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5547 _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"
5548 else
5549 # Determine the default libpath from the value encoded in an
5550 # empty executable.
5551 _LT_SYS_MODULE_PATH_AIX([$1])
5552 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5553 # Warning - without using the other run time loading flags,
5554 # -berok will link without error, but may produce a broken library.
5555 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
5556 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
5557 if test yes = "$with_gnu_ld"; then
5558 # We only use this code for GNU lds that support --whole-archive.
5559 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
5560 else
5561 # Exported symbols can be pulled into shared objects from archives
5562 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5563 fi
5564 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
5565 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
5566 # -brtl affects multiple linker settings, -berok does not and is overridden later
5567 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
5568 if test svr4 != "$with_aix_soname"; then
5569 # This is similar to how AIX traditionally builds its shared libraries.
5570 _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'
5571 fi
5572 if test aix != "$with_aix_soname"; then
5573 _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'
5574 else
5575 # used by -dlpreopen to get the symbols
5576 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
5577 fi
5578 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
5579 fi
5580 fi
5581 ;;
5582
5583 amigaos*)
5584 case $host_cpu in
5585 powerpc)
5586 # see comment about AmigaOS4 .so support
5587 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5588 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5589 ;;
5590 m68k)
5591 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5592 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5593 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5594 ;;
5595 esac
5596 ;;
5597
5598 bsdi[[45]]*)
5599 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5600 ;;
5601
5602 cygwin* | mingw* | pw32* | cegcc*)
5603 # When not using gcc, we currently assume that we are using
5604 # Microsoft Visual C++ or Intel C++ Compiler.
5605 # hardcode_libdir_flag_spec is actually meaningless, as there is
5606 # no search path for DLLs.
5607 case $cc_basename in
5608 cl* | icl*)
5609 # Native MSVC or ICC
5610 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5611 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5612 _LT_TAGVAR(always_export_symbols, $1)=yes
5613 _LT_TAGVAR(file_list_spec, $1)='@'
5614 # Tell ltmain to make .lib files, not .a files.
5615 libext=lib
5616 # Tell ltmain to make .dll files, not .so files.
5617 shrext_cmds=.dll
5618 # FIXME: Setting linknames here is a bad hack.
5619 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
5620 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5621 cp "$export_symbols" "$output_objdir/$soname.def";
5622 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
5623 else
5624 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
5625 fi~
5626 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5627 linknames='
5628 # The linker will not automatically build a static lib if we build a DLL.
5629 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5630 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5631 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
5632 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5633 # Don't use ranlib
5634 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
5635 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
5636 lt_tool_outputfile="@TOOL_OUTPUT@"~
5637 case $lt_outputfile in
5638 *.exe|*.EXE) ;;
5639 *)
5640 lt_outputfile=$lt_outputfile.exe
5641 lt_tool_outputfile=$lt_tool_outputfile.exe
5642 ;;
5643 esac~
5644 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
5645 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5646 $RM "$lt_outputfile.manifest";
5647 fi'
5648 ;;
5649 *)
5650 # Assume MSVC and ICC wrapper
5651 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5652 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5653 # Tell ltmain to make .lib files, not .a files.
5654 libext=lib
5655 # Tell ltmain to make .dll files, not .so files.
5656 shrext_cmds=.dll
5657 # FIXME: Setting linknames here is a bad hack.
5658 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
5659 # The linker will automatically build a .lib file if we build a DLL.
5660 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5661 # FIXME: Should let the user specify the lib program.
5662 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5663 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5664 ;;
5665 esac
5666 ;;
5667
5668 darwin* | rhapsody*)
5669 _LT_DARWIN_LINKER_FEATURES($1)
5670 ;;
5671
5672 dgux*)
5673 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5674 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5675 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5676 ;;
5677
5678 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5679 # support. Future versions do this automatically, but an explicit c++rt0.o
5680 # does not break anything, and helps significantly (at the cost of a little
5681 # extra space).
5682 freebsd2.2*)
5683 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5684 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5685 _LT_TAGVAR(hardcode_direct, $1)=yes
5686 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5687 ;;
5688
5689 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5690 freebsd2.*)
5691 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5692 _LT_TAGVAR(hardcode_direct, $1)=yes
5693 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5694 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5695 ;;
5696
5697 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5698 freebsd* | dragonfly* | midnightbsd*)
5699 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5700 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5701 _LT_TAGVAR(hardcode_direct, $1)=yes
5702 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5703 ;;
5704
5705 hpux9*)
5706 if test yes = "$GCC"; then
5707 _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'
5708 else
5709 _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'
5710 fi
5711 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5712 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5713 _LT_TAGVAR(hardcode_direct, $1)=yes
5714
5715 # hardcode_minus_L: Not really in the search PATH,
5716 # but as the default location of the library.
5717 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5718 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5719 ;;
5720
5721 hpux10*)
5722 if test yes,no = "$GCC,$with_gnu_ld"; then
5723 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5724 else
5725 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5726 fi
5727 if test no = "$with_gnu_ld"; then
5728 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5729 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5730 _LT_TAGVAR(hardcode_direct, $1)=yes
5731 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5732 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5733 # hardcode_minus_L: Not really in the search PATH,
5734 # but as the default location of the library.
5735 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5736 fi
5737 ;;
5738
5739 hpux11*)
5740 if test yes,no = "$GCC,$with_gnu_ld"; then
5741 case $host_cpu in
5742 hppa*64*)
5743 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5744 ;;
5745 ia64*)
5746 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5747 ;;
5748 *)
5749 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5750 ;;
5751 esac
5752 else
5753 case $host_cpu in
5754 hppa*64*)
5755 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5756 ;;
5757 ia64*)
5758 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5759 ;;
5760 *)
5761 m4_if($1, [], [
5762 # Older versions of the 11.00 compiler do not understand -b yet
5763 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
5764 _LT_LINKER_OPTION([if $CC understands -b],
5765 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
5766 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
5767 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
5768 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
5769 ;;
5770 esac
5771 fi
5772 if test no = "$with_gnu_ld"; then
5773 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5774 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5775
5776 case $host_cpu in
5777 hppa*64*|ia64*)
5778 _LT_TAGVAR(hardcode_direct, $1)=no
5779 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5780 ;;
5781 *)
5782 _LT_TAGVAR(hardcode_direct, $1)=yes
5783 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5784 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5785
5786 # hardcode_minus_L: Not really in the search PATH,
5787 # but as the default location of the library.
5788 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5789 ;;
5790 esac
5791 fi
5792 ;;
5793
5794 irix5* | irix6* | nonstopux*)
5795 if test yes = "$GCC"; then
5796 _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'
5797 # Try to use the -exported_symbol ld option, if it does not
5798 # work, assume that -exports_file does not work either and
5799 # implicitly export all symbols.
5800 # This should be the same for all languages, so no per-tag cache variable.
5801 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
5802 [lt_cv_irix_exported_symbol],
5803 [save_LDFLAGS=$LDFLAGS
5804 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
5805 AC_LINK_IFELSE(
5806 [AC_LANG_SOURCE(
5807 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
5808 [C++], [[int foo (void) { return 0; }]],
5809 [Fortran 77], [[
5810 subroutine foo
5811 end]],
5812 [Fortran], [[
5813 subroutine foo
5814 end]])])],
5815 [lt_cv_irix_exported_symbol=yes],
5816 [lt_cv_irix_exported_symbol=no])
5817 LDFLAGS=$save_LDFLAGS])
5818 if test yes = "$lt_cv_irix_exported_symbol"; then
5819 _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'
5820 fi
5821 _LT_TAGVAR(link_all_deplibs, $1)=no
5822 else
5823 _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'
5824 _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'
5825 fi
5826 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5827 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5828 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5829 _LT_TAGVAR(inherit_rpath, $1)=yes
5830 _LT_TAGVAR(link_all_deplibs, $1)=yes
5831 ;;
5832
5833 linux*)
5834 case $cc_basename in
5835 tcc*)
5836 # Fabrice Bellard et al's Tiny C Compiler
5837 _LT_TAGVAR(ld_shlibs, $1)=yes
5838 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5839 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5840 ;;
5841 esac
5842 ;;
5843
5844 netbsd* | netbsdelf*-gnu)
5845 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5846 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
5847 else
5848 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
5849 fi
5850 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5851 _LT_TAGVAR(hardcode_direct, $1)=yes
5852 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5853 ;;
5854
5855 newsos6)
5856 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5857 _LT_TAGVAR(hardcode_direct, $1)=yes
5858 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5859 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5860 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5861 ;;
5862
5863 *nto* | *qnx*)
5864 ;;
5865
5866 openbsd* | bitrig*)
5867 if test -f /usr/libexec/ld.so; then
5868 _LT_TAGVAR(hardcode_direct, $1)=yes
5869 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5870 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5871 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
5872 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5873 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
5874 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5875 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5876 else
5877 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5878 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5879 fi
5880 else
5881 _LT_TAGVAR(ld_shlibs, $1)=no
5882 fi
5883 ;;
5884
5885 os2*)
5886 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5887 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5888 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5889 shrext_cmds=.dll
5890 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5891 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5892 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5893 $ECHO EXPORTS >> $output_objdir/$libname.def~
5894 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5895 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5896 emximp -o $lib $output_objdir/$libname.def'
5897 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5898 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5899 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5900 $ECHO EXPORTS >> $output_objdir/$libname.def~
5901 prefix_cmds="$SED"~
5902 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5903 prefix_cmds="$prefix_cmds -e 1d";
5904 fi~
5905 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5906 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5907 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5908 emximp -o $lib $output_objdir/$libname.def'
5909 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5910 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5911 _LT_TAGVAR(file_list_spec, $1)='@'
5912 ;;
5913
5914 osf3*)
5915 if test yes = "$GCC"; then
5916 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5917 _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'
5918 else
5919 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5920 _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'
5921 fi
5922 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5923 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5924 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5925 ;;
5926
5927 osf4* | osf5*) # as osf3* with the addition of -msym flag
5928 if test yes = "$GCC"; then
5929 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5930 _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'
5931 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5932 else
5933 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5934 _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'
5935 _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~
5936 $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'
5937
5938 # Both c and cxx compiler support -rpath directly
5939 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5940 fi
5941 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5942 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5943 ;;
5944
5945 solaris*)
5946 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
5947 if test yes = "$GCC"; then
5948 wlarc='$wl'
5949 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5950 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5951 $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'
5952 else
5953 case `$CC -V 2>&1` in
5954 *"Compilers 5.0"*)
5955 wlarc=''
5956 _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
5957 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5958 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
5959 ;;
5960 *)
5961 wlarc='$wl'
5962 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
5963 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5964 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5965 ;;
5966 esac
5967 fi
5968 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5969 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5970 case $host_os in
5971 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5972 *)
5973 # The compiler driver will combine and reorder linker options,
5974 # but understands '-z linker_flag'. GCC discards it without '$wl',
5975 # but is careful enough not to reorder.
5976 # Supported since Solaris 2.6 (maybe 2.5.1?)
5977 if test yes = "$GCC"; then
5978 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
5979 else
5980 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5981 fi
5982 ;;
5983 esac
5984 _LT_TAGVAR(link_all_deplibs, $1)=yes
5985 ;;
5986
5987 sunos4*)
5988 if test sequent = "$host_vendor"; then
5989 # Use $CC to link under sequent, because it throws in some extra .o
5990 # files that make .init and .fini sections work.
5991 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5992 else
5993 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5994 fi
5995 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5996 _LT_TAGVAR(hardcode_direct, $1)=yes
5997 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5998 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5999 ;;
6000
6001 sysv4)
6002 case $host_vendor in
6003 sni)
6004 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6005 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
6006 ;;
6007 siemens)
6008 ## LD is ld it makes a PLAMLIB
6009 ## CC just makes a GrossModule.
6010 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6011 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
6012 _LT_TAGVAR(hardcode_direct, $1)=no
6013 ;;
6014 motorola)
6015 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6016 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
6017 ;;
6018 esac
6019 runpath_var='LD_RUN_PATH'
6020 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6021 ;;
6022
6023 sysv4.3*)
6024 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6025 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6026 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6027 ;;
6028
6029 sysv4*MP*)
6030 if test -d /usr/nec; then
6031 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6032 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6033 runpath_var=LD_RUN_PATH
6034 hardcode_runpath_var=yes
6035 _LT_TAGVAR(ld_shlibs, $1)=yes
6036 fi
6037 ;;
6038
6039 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6040 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6041 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6042 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6043 runpath_var='LD_RUN_PATH'
6044
6045 if test yes = "$GCC"; then
6046 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6047 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6048 else
6049 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6050 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6051 fi
6052 ;;
6053
6054 sysv5* | sco3.2v5* | sco5v6*)
6055 # Note: We CANNOT use -z defs as we might desire, because we do not
6056 # link with -lc, and that would cause any symbols used from libc to
6057 # always be unresolved, which means just about no library would
6058 # ever link correctly. If we're not using GNU ld we use -z text
6059 # though, which does catch some bad symbols but isn't as heavy-handed
6060 # as -z defs.
6061 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6062 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
6063 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6064 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6065 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
6066 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6067 _LT_TAGVAR(link_all_deplibs, $1)=yes
6068 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
6069 runpath_var='LD_RUN_PATH'
6070
6071 if test yes = "$GCC"; then
6072 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6073 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6074 else
6075 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6076 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6077 fi
6078 ;;
6079
6080 uts4*)
6081 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6082 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6083 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6084 ;;
6085
6086 *)
6087 _LT_TAGVAR(ld_shlibs, $1)=no
6088 ;;
6089 esac
6090
6091 if test sni = "$host_vendor"; then
6092 case $host in
6093 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6094 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
6095 ;;
6096 esac
6097 fi
6098 fi
6099 ])
6100 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
6101 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
6102
6103 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
6104
6105 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
6106 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
6107 _LT_DECL([], [extract_expsyms_cmds], [2],
6108 [The commands to extract the exported symbol list from a shared archive])
6109
6110 #
6111 # Do we need to explicitly link libc?
6112 #
6113 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
6114 x|xyes)
6115 # Assume -lc should be added
6116 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6117
6118 if test yes,yes = "$GCC,$enable_shared"; then
6119 case $_LT_TAGVAR(archive_cmds, $1) in
6120 *'~'*)
6121 # FIXME: we may have to deal with multi-command sequences.
6122 ;;
6123 '$CC '*)
6124 # Test whether the compiler implicitly links with -lc since on some
6125 # systems, -lgcc has to come before -lc. If gcc already passes -lc
6126 # to ld, don't add -lc before -lgcc.
6127 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
6128 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
6129 [$RM conftest*
6130 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6131
6132 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6133 soname=conftest
6134 lib=conftest
6135 libobjs=conftest.$ac_objext
6136 deplibs=
6137 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
6138 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
6139 compiler_flags=-v
6140 linker_flags=-v
6141 verstring=
6142 output_objdir=.
6143 libname=conftest
6144 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
6145 _LT_TAGVAR(allow_undefined_flag, $1)=
6146 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
6147 then
6148 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
6149 else
6150 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6151 fi
6152 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6153 else
6154 cat conftest.err 1>&5
6155 fi
6156 $RM conftest*
6157 ])
6158 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
6159 ;;
6160 esac
6161 fi
6162 ;;
6163 esac
6164
6165 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
6166 [Whether or not to add -lc for building shared libraries])
6167 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
6168 [enable_shared_with_static_runtimes], [0],
6169 [Whether or not to disallow shared libs when runtime libs are static])
6170 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
6171 [Compiler flag to allow reflexive dlopens])
6172 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
6173 [Compiler flag to generate shared objects directly from archives])
6174 _LT_TAGDECL([], [compiler_needs_object], [1],
6175 [Whether the compiler copes with passing no objects directly])
6176 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
6177 [Create an old-style archive from a shared archive])
6178 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
6179 [Create a temporary old-style archive to link instead of a shared archive])
6180 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
6181 _LT_TAGDECL([], [archive_expsym_cmds], [2])
6182 _LT_TAGDECL([], [module_cmds], [2],
6183 [Commands used to build a loadable module if different from building
6184 a shared archive.])
6185 _LT_TAGDECL([], [module_expsym_cmds], [2])
6186 _LT_TAGDECL([], [with_gnu_ld], [1],
6187 [Whether we are building with GNU ld or not])
6188 _LT_TAGDECL([], [allow_undefined_flag], [1],
6189 [Flag that allows shared libraries with undefined symbols to be built])
6190 _LT_TAGDECL([], [no_undefined_flag], [1],
6191 [Flag that enforces no undefined symbols])
6192 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
6193 [Flag to hardcode $libdir into a binary during linking.
6194 This must work even if $libdir does not exist])
6195 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
6196 [Whether we need a single "-rpath" flag with a separated argument])
6197 _LT_TAGDECL([], [hardcode_direct], [0],
6198 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6199 DIR into the resulting binary])
6200 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
6201 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6202 DIR into the resulting binary and the resulting library dependency is
6203 "absolute", i.e impossible to change by setting $shlibpath_var if the
6204 library is relocated])
6205 _LT_TAGDECL([], [hardcode_minus_L], [0],
6206 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
6207 into the resulting binary])
6208 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
6209 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
6210 into the resulting binary])
6211 _LT_TAGDECL([], [hardcode_automatic], [0],
6212 [Set to "yes" if building a shared library automatically hardcodes DIR
6213 into the library and all subsequent libraries and executables linked
6214 against it])
6215 _LT_TAGDECL([], [inherit_rpath], [0],
6216 [Set to yes if linker adds runtime paths of dependent libraries
6217 to runtime path list])
6218 _LT_TAGDECL([], [link_all_deplibs], [0],
6219 [Whether libtool must link a program against all its dependency libraries])
6220 _LT_TAGDECL([], [always_export_symbols], [0],
6221 [Set to "yes" if exported symbols are required])
6222 _LT_TAGDECL([], [export_symbols_cmds], [2],
6223 [The commands to list exported symbols])
6224 _LT_TAGDECL([], [exclude_expsyms], [1],
6225 [Symbols that should not be listed in the preloaded symbols])
6226 _LT_TAGDECL([], [include_expsyms], [1],
6227 [Symbols that must always be exported])
6228 _LT_TAGDECL([], [prelink_cmds], [2],
6229 [Commands necessary for linking programs (against libraries) with templates])
6230 _LT_TAGDECL([], [postlink_cmds], [2],
6231 [Commands necessary for finishing linking programs])
6232 _LT_TAGDECL([], [file_list_spec], [1],
6233 [Specify filename containing input files])
6234 dnl FIXME: Not yet implemented
6235 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
6236 dnl [Compiler flag to generate thread safe objects])
6237 ])# _LT_LINKER_SHLIBS
6238
6239
6240 # _LT_LANG_C_CONFIG([TAG])
6241 # ------------------------
6242 # Ensure that the configuration variables for a C compiler are suitably
6243 # defined. These variables are subsequently used by _LT_CONFIG to write
6244 # the compiler configuration to 'libtool'.
6245 m4_defun([_LT_LANG_C_CONFIG],
6246 [m4_require([_LT_DECL_EGREP])dnl
6247 lt_save_CC=$CC
6248 AC_LANG_PUSH(C)
6249
6250 # Source file extension for C test sources.
6251 ac_ext=c
6252
6253 # Object file extension for compiled C test sources.
6254 objext=o
6255 _LT_TAGVAR(objext, $1)=$objext
6256
6257 # Code to be used in simple compile tests
6258 lt_simple_compile_test_code="int some_variable = 0;"
6259
6260 # Code to be used in simple link tests
6261 lt_simple_link_test_code='int main(){return(0);}'
6262
6263 _LT_TAG_COMPILER
6264 # Save the default compiler, since it gets overwritten when the other
6265 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6266 compiler_DEFAULT=$CC
6267
6268 # save warnings/boilerplate of simple test code
6269 _LT_COMPILER_BOILERPLATE
6270 _LT_LINKER_BOILERPLATE
6271
6272 ## CAVEAT EMPTOR:
6273 ## There is no encapsulation within the following macros, do not change
6274 ## the running order or otherwise move them around unless you know exactly
6275 ## what you are doing...
6276 if test -n "$compiler"; then
6277 _LT_COMPILER_NO_RTTI($1)
6278 _LT_COMPILER_PIC($1)
6279 _LT_COMPILER_C_O($1)
6280 _LT_COMPILER_FILE_LOCKS($1)
6281 _LT_LINKER_SHLIBS($1)
6282 _LT_SYS_DYNAMIC_LINKER($1)
6283 _LT_LINKER_HARDCODE_LIBPATH($1)
6284 LT_SYS_DLOPEN_SELF
6285 _LT_CMD_STRIPLIB
6286
6287 # Report what library types will actually be built
6288 AC_MSG_CHECKING([if libtool supports shared libraries])
6289 AC_MSG_RESULT([$can_build_shared])
6290
6291 AC_MSG_CHECKING([whether to build shared libraries])
6292 test no = "$can_build_shared" && enable_shared=no
6293
6294 # On AIX, shared libraries and static libraries use the same namespace, and
6295 # are all built from PIC.
6296 case $host_os in
6297 aix3*)
6298 test yes = "$enable_shared" && enable_static=no
6299 if test -n "$RANLIB"; then
6300 archive_cmds="$archive_cmds~\$RANLIB \$lib"
6301 postinstall_cmds='$RANLIB $lib'
6302 fi
6303 ;;
6304
6305 aix[[4-9]]*)
6306 if test ia64 != "$host_cpu"; then
6307 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
6308 yes,aix,yes) ;; # shared object as lib.so file only
6309 yes,svr4,*) ;; # shared object as lib.so archive member only
6310 yes,*) enable_static=no ;; # shared object in lib.a archive as well
6311 esac
6312 fi
6313 ;;
6314 esac
6315 AC_MSG_RESULT([$enable_shared])
6316
6317 AC_MSG_CHECKING([whether to build static libraries])
6318 # Make sure either enable_shared or enable_static is yes.
6319 test yes = "$enable_shared" || enable_static=yes
6320 AC_MSG_RESULT([$enable_static])
6321
6322 _LT_CONFIG($1)
6323 fi
6324 AC_LANG_POP
6325 CC=$lt_save_CC
6326 ])# _LT_LANG_C_CONFIG
6327
6328
6329 # _LT_LANG_CXX_CONFIG([TAG])
6330 # --------------------------
6331 # Ensure that the configuration variables for a C++ compiler are suitably
6332 # defined. These variables are subsequently used by _LT_CONFIG to write
6333 # the compiler configuration to 'libtool'.
6334 m4_defun([_LT_LANG_CXX_CONFIG],
6335 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
6336 m4_require([_LT_DECL_EGREP])dnl
6337 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
6338 if test -n "$CXX" && ( test no != "$CXX" &&
6339 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
6340 (test g++ != "$CXX"))); then
6341 AC_PROG_CXXCPP
6342 else
6343 _lt_caught_CXX_error=yes
6344 fi
6345
6346 AC_LANG_PUSH(C++)
6347 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6348 _LT_TAGVAR(allow_undefined_flag, $1)=
6349 _LT_TAGVAR(always_export_symbols, $1)=no
6350 _LT_TAGVAR(archive_expsym_cmds, $1)=
6351 _LT_TAGVAR(compiler_needs_object, $1)=no
6352 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
6353 _LT_TAGVAR(hardcode_direct, $1)=no
6354 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6355 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
6356 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6357 _LT_TAGVAR(hardcode_minus_L, $1)=no
6358 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6359 _LT_TAGVAR(hardcode_automatic, $1)=no
6360 _LT_TAGVAR(inherit_rpath, $1)=no
6361 _LT_TAGVAR(module_cmds, $1)=
6362 _LT_TAGVAR(module_expsym_cmds, $1)=
6363 _LT_TAGVAR(link_all_deplibs, $1)=unknown
6364 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
6365 _LT_TAGVAR(reload_flag, $1)=$reload_flag
6366 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
6367 _LT_TAGVAR(no_undefined_flag, $1)=
6368 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6369 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
6370
6371 # Source file extension for C++ test sources.
6372 ac_ext=cpp
6373
6374 # Object file extension for compiled C++ test sources.
6375 objext=o
6376 _LT_TAGVAR(objext, $1)=$objext
6377
6378 # No sense in running all these tests if we already determined that
6379 # the CXX compiler isn't working. Some variables (like enable_shared)
6380 # are currently assumed to apply to all compilers on this platform,
6381 # and will be corrupted by setting them based on a non-working compiler.
6382 if test yes != "$_lt_caught_CXX_error"; then
6383 # Code to be used in simple compile tests
6384 lt_simple_compile_test_code="int some_variable = 0;"
6385
6386 # Code to be used in simple link tests
6387 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
6388
6389 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6390 _LT_TAG_COMPILER
6391
6392 # save warnings/boilerplate of simple test code
6393 _LT_COMPILER_BOILERPLATE
6394 _LT_LINKER_BOILERPLATE
6395
6396 # Allow CC to be a program name with arguments.
6397 lt_save_CC=$CC
6398 lt_save_CFLAGS=$CFLAGS
6399 lt_save_LD=$LD
6400 lt_save_GCC=$GCC
6401 GCC=$GXX
6402 lt_save_with_gnu_ld=$with_gnu_ld
6403 lt_save_path_LD=$lt_cv_path_LD
6404 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
6405 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
6406 else
6407 $as_unset lt_cv_prog_gnu_ld
6408 fi
6409 if test -n "${lt_cv_path_LDCXX+set}"; then
6410 lt_cv_path_LD=$lt_cv_path_LDCXX
6411 else
6412 $as_unset lt_cv_path_LD
6413 fi
6414 test -z "${LDCXX+set}" || LD=$LDCXX
6415 CC=${CXX-"c++"}
6416 CFLAGS=$CXXFLAGS
6417 compiler=$CC
6418 _LT_TAGVAR(compiler, $1)=$CC
6419 _LT_CC_BASENAME([$compiler])
6420
6421 if test -n "$compiler"; then
6422 # We don't want -fno-exception when compiling C++ code, so set the
6423 # no_builtin_flag separately
6424 if test yes = "$GXX"; then
6425 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
6426 else
6427 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
6428 fi
6429
6430 if test yes = "$GXX"; then
6431 # Set up default GNU C++ configuration
6432
6433 LT_PATH_LD
6434
6435 # Check if GNU C++ uses GNU ld as the underlying linker, since the
6436 # archiving commands below assume that GNU ld is being used.
6437 if test yes = "$with_gnu_ld"; then
6438 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6439 _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'
6440
6441 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6442 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6443
6444 # If archive_cmds runs LD, not CC, wlarc should be empty
6445 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
6446 # investigate it a little bit more. (MM)
6447 wlarc='$wl'
6448
6449 # ancient GNU ld didn't support --whole-archive et. al.
6450 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
6451 $GREP 'no-whole-archive' > /dev/null; then
6452 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
6453 else
6454 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6455 fi
6456 else
6457 with_gnu_ld=no
6458 wlarc=
6459
6460 # A generic and very simple default shared library creation
6461 # command for GNU C++ for the case where it uses the native
6462 # linker, instead of GNU ld. If possible, this setting should
6463 # overridden to take advantage of the native linker features on
6464 # the platform it is being used on.
6465 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
6466 fi
6467
6468 # Commands to make compiler produce verbose output that lists
6469 # what "hidden" libraries, object files and flags are used when
6470 # linking a shared library.
6471 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
6472
6473 else
6474 GXX=no
6475 with_gnu_ld=no
6476 wlarc=
6477 fi
6478
6479 # PORTME: fill in a description of your system's C++ link characteristics
6480 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
6481 _LT_TAGVAR(ld_shlibs, $1)=yes
6482 case $host_os in
6483 aix3*)
6484 # FIXME: insert proper C++ library support
6485 _LT_TAGVAR(ld_shlibs, $1)=no
6486 ;;
6487 aix[[4-9]]*)
6488 if test ia64 = "$host_cpu"; then
6489 # On IA64, the linker does run time linking by default, so we don't
6490 # have to do anything special.
6491 aix_use_runtimelinking=no
6492 exp_sym_flag='-Bexport'
6493 no_entry_flag=
6494 else
6495 aix_use_runtimelinking=no
6496
6497 # Test if we are trying to use run time linking or normal
6498 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6499 # have runtime linking enabled, and use it for executables.
6500 # For shared libraries, we enable/disable runtime linking
6501 # depending on the kind of the shared library created -
6502 # when "with_aix_soname,aix_use_runtimelinking" is:
6503 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
6504 # "aix,yes" lib.so shared, rtl:yes, for executables
6505 # lib.a static archive
6506 # "both,no" lib.so.V(shr.o) shared, rtl:yes
6507 # lib.a(lib.so.V) shared, rtl:no, for executables
6508 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
6509 # lib.a(lib.so.V) shared, rtl:no
6510 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
6511 # lib.a static archive
6512 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
6513 for ld_flag in $LDFLAGS; do
6514 case $ld_flag in
6515 *-brtl*)
6516 aix_use_runtimelinking=yes
6517 break
6518 ;;
6519 esac
6520 done
6521 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
6522 # With aix-soname=svr4, we create the lib.so.V shared archives only,
6523 # so we don't have lib.a shared libs to link our executables.
6524 # We have to force runtime linking in this case.
6525 aix_use_runtimelinking=yes
6526 LDFLAGS="$LDFLAGS -Wl,-brtl"
6527 fi
6528 ;;
6529 esac
6530
6531 exp_sym_flag='-bexport'
6532 no_entry_flag='-bnoentry'
6533 fi
6534
6535 # When large executables or shared objects are built, AIX ld can
6536 # have problems creating the table of contents. If linking a library
6537 # or program results in "error TOC overflow" add -mminimal-toc to
6538 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
6539 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6540
6541 _LT_TAGVAR(archive_cmds, $1)=''
6542 _LT_TAGVAR(hardcode_direct, $1)=yes
6543 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6544 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6545 _LT_TAGVAR(link_all_deplibs, $1)=yes
6546 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
6547 case $with_aix_soname,$aix_use_runtimelinking in
6548 aix,*) ;; # no import file
6549 svr4,* | *,yes) # use import file
6550 # The Import File defines what to hardcode.
6551 _LT_TAGVAR(hardcode_direct, $1)=no
6552 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6553 ;;
6554 esac
6555
6556 if test yes = "$GXX"; then
6557 case $host_os in aix4.[[012]]|aix4.[[012]].*)
6558 # We only want to do this on AIX 4.2 and lower, the check
6559 # below for broken collect2 doesn't work under 4.3+
6560 collect2name=`$CC -print-prog-name=collect2`
6561 if test -f "$collect2name" &&
6562 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
6563 then
6564 # We have reworked collect2
6565 :
6566 else
6567 # We have old collect2
6568 _LT_TAGVAR(hardcode_direct, $1)=unsupported
6569 # It fails to find uninstalled libraries when the uninstalled
6570 # path is not listed in the libpath. Setting hardcode_minus_L
6571 # to unsupported forces relinking
6572 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6573 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6574 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6575 fi
6576 esac
6577 shared_flag='-shared'
6578 if test yes = "$aix_use_runtimelinking"; then
6579 shared_flag=$shared_flag' $wl-G'
6580 fi
6581 # Need to ensure runtime linking is disabled for the traditional
6582 # shared library, or the linker may eventually find shared libraries
6583 # /with/ Import File - we do not want to mix them.
6584 shared_flag_aix='-shared'
6585 shared_flag_svr4='-shared $wl-G'
6586 else
6587 # not using gcc
6588 if test ia64 = "$host_cpu"; then
6589 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6590 # chokes on -Wl,-G. The following line is correct:
6591 shared_flag='-G'
6592 else
6593 if test yes = "$aix_use_runtimelinking"; then
6594 shared_flag='$wl-G'
6595 else
6596 shared_flag='$wl-bM:SRE'
6597 fi
6598 shared_flag_aix='$wl-bM:SRE'
6599 shared_flag_svr4='$wl-G'
6600 fi
6601 fi
6602
6603 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
6604 # It seems that -bexpall does not export symbols beginning with
6605 # underscore (_), so it is better to generate a list of symbols to
6606 # export.
6607 _LT_TAGVAR(always_export_symbols, $1)=yes
6608 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
6609 # Warning - without using the other runtime loading flags (-brtl),
6610 # -berok will link without error, but may produce a broken library.
6611 # The "-G" linker flag allows undefined symbols.
6612 _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
6613 # Determine the default libpath from the value encoded in an empty
6614 # executable.
6615 _LT_SYS_MODULE_PATH_AIX([$1])
6616 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6617
6618 _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
6619 else
6620 if test ia64 = "$host_cpu"; then
6621 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
6622 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6623 _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"
6624 else
6625 # Determine the default libpath from the value encoded in an
6626 # empty executable.
6627 _LT_SYS_MODULE_PATH_AIX([$1])
6628 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6629 # Warning - without using the other run time loading flags,
6630 # -berok will link without error, but may produce a broken library.
6631 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
6632 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
6633 if test yes = "$with_gnu_ld"; then
6634 # We only use this code for GNU lds that support --whole-archive.
6635 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
6636 else
6637 # Exported symbols can be pulled into shared objects from archives
6638 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
6639 fi
6640 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6641 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
6642 # -brtl affects multiple linker settings, -berok does not and is overridden later
6643 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
6644 if test svr4 != "$with_aix_soname"; then
6645 # This is similar to how AIX traditionally builds its shared
6646 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
6647 _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'
6648 fi
6649 if test aix != "$with_aix_soname"; then
6650 _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'
6651 else
6652 # used by -dlpreopen to get the symbols
6653 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
6654 fi
6655 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
6656 fi
6657 fi
6658 ;;
6659
6660 beos*)
6661 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6662 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6663 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6664 # support --undefined. This deserves some investigation. FIXME
6665 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6666 else
6667 _LT_TAGVAR(ld_shlibs, $1)=no
6668 fi
6669 ;;
6670
6671 chorus*)
6672 case $cc_basename in
6673 *)
6674 # FIXME: insert proper C++ library support
6675 _LT_TAGVAR(ld_shlibs, $1)=no
6676 ;;
6677 esac
6678 ;;
6679
6680 cygwin* | mingw* | pw32* | cegcc*)
6681 case $GXX,$cc_basename in
6682 ,cl* | no,cl* | ,icl* | no,icl*)
6683 # Native MSVC or ICC
6684 # hardcode_libdir_flag_spec is actually meaningless, as there is
6685 # no search path for DLLs.
6686 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6687 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6688 _LT_TAGVAR(always_export_symbols, $1)=yes
6689 _LT_TAGVAR(file_list_spec, $1)='@'
6690 # Tell ltmain to make .lib files, not .a files.
6691 libext=lib
6692 # Tell ltmain to make .dll files, not .so files.
6693 shrext_cmds=.dll
6694 # FIXME: Setting linknames here is a bad hack.
6695 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
6696 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6697 cp "$export_symbols" "$output_objdir/$soname.def";
6698 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
6699 else
6700 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
6701 fi~
6702 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6703 linknames='
6704 # The linker will not automatically build a static lib if we build a DLL.
6705 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
6706 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6707 # Don't use ranlib
6708 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
6709 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6710 lt_tool_outputfile="@TOOL_OUTPUT@"~
6711 case $lt_outputfile in
6712 *.exe|*.EXE) ;;
6713 *)
6714 lt_outputfile=$lt_outputfile.exe
6715 lt_tool_outputfile=$lt_tool_outputfile.exe
6716 ;;
6717 esac~
6718 func_to_tool_file "$lt_outputfile"~
6719 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
6720 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6721 $RM "$lt_outputfile.manifest";
6722 fi'
6723 ;;
6724 *)
6725 # g++
6726 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
6727 # as there is no search path for DLLs.
6728 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6729 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
6730 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6731 _LT_TAGVAR(always_export_symbols, $1)=no
6732 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6733
6734 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6735 _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'
6736 # If the export-symbols file already is a .def file, use it as
6737 # is; otherwise, prepend EXPORTS...
6738 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6739 cp $export_symbols $output_objdir/$soname.def;
6740 else
6741 echo EXPORTS > $output_objdir/$soname.def;
6742 cat $export_symbols >> $output_objdir/$soname.def;
6743 fi~
6744 $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'
6745 else
6746 _LT_TAGVAR(ld_shlibs, $1)=no
6747 fi
6748 ;;
6749 esac
6750 ;;
6751 darwin* | rhapsody*)
6752 _LT_DARWIN_LINKER_FEATURES($1)
6753 ;;
6754
6755 os2*)
6756 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6757 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6758 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6759 shrext_cmds=.dll
6760 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6761 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6762 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6763 $ECHO EXPORTS >> $output_objdir/$libname.def~
6764 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
6765 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6766 emximp -o $lib $output_objdir/$libname.def'
6767 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6768 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6769 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6770 $ECHO EXPORTS >> $output_objdir/$libname.def~
6771 prefix_cmds="$SED"~
6772 if test EXPORTS = "`$SED 1q $export_symbols`"; then
6773 prefix_cmds="$prefix_cmds -e 1d";
6774 fi~
6775 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
6776 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
6777 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6778 emximp -o $lib $output_objdir/$libname.def'
6779 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
6780 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6781 _LT_TAGVAR(file_list_spec, $1)='@'
6782 ;;
6783
6784 dgux*)
6785 case $cc_basename in
6786 ec++*)
6787 # FIXME: insert proper C++ library support
6788 _LT_TAGVAR(ld_shlibs, $1)=no
6789 ;;
6790 ghcx*)
6791 # Green Hills C++ Compiler
6792 # FIXME: insert proper C++ library support
6793 _LT_TAGVAR(ld_shlibs, $1)=no
6794 ;;
6795 *)
6796 # FIXME: insert proper C++ library support
6797 _LT_TAGVAR(ld_shlibs, $1)=no
6798 ;;
6799 esac
6800 ;;
6801
6802 freebsd2.*)
6803 # C++ shared libraries reported to be fairly broken before
6804 # switch to ELF
6805 _LT_TAGVAR(ld_shlibs, $1)=no
6806 ;;
6807
6808 freebsd-elf*)
6809 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6810 ;;
6811
6812 freebsd* | dragonfly* | midnightbsd*)
6813 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
6814 # conventions
6815 _LT_TAGVAR(ld_shlibs, $1)=yes
6816 ;;
6817
6818 haiku*)
6819 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6820 _LT_TAGVAR(link_all_deplibs, $1)=yes
6821 ;;
6822
6823 hpux9*)
6824 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6825 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6826 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6827 _LT_TAGVAR(hardcode_direct, $1)=yes
6828 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6829 # but as the default
6830 # location of the library.
6831
6832 case $cc_basename in
6833 CC*)
6834 # FIXME: insert proper C++ library support
6835 _LT_TAGVAR(ld_shlibs, $1)=no
6836 ;;
6837 aCC*)
6838 _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'
6839 # Commands to make compiler produce verbose output that lists
6840 # what "hidden" libraries, object files and flags are used when
6841 # linking a shared library.
6842 #
6843 # There doesn't appear to be a way to prevent this compiler from
6844 # explicitly linking system object files so we need to strip them
6845 # from the output so that they don't get included in the library
6846 # dependencies.
6847 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"'
6848 ;;
6849 *)
6850 if test yes = "$GXX"; then
6851 _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'
6852 else
6853 # FIXME: insert proper C++ library support
6854 _LT_TAGVAR(ld_shlibs, $1)=no
6855 fi
6856 ;;
6857 esac
6858 ;;
6859
6860 hpux10*|hpux11*)
6861 if test no = "$with_gnu_ld"; then
6862 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6863 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6864
6865 case $host_cpu in
6866 hppa*64*|ia64*)
6867 ;;
6868 *)
6869 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6870 ;;
6871 esac
6872 fi
6873 case $host_cpu in
6874 hppa*64*|ia64*)
6875 _LT_TAGVAR(hardcode_direct, $1)=no
6876 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6877 ;;
6878 *)
6879 _LT_TAGVAR(hardcode_direct, $1)=yes
6880 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6881 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6882 # but as the default
6883 # location of the library.
6884 ;;
6885 esac
6886
6887 case $cc_basename in
6888 CC*)
6889 # FIXME: insert proper C++ library support
6890 _LT_TAGVAR(ld_shlibs, $1)=no
6891 ;;
6892 aCC*)
6893 case $host_cpu in
6894 hppa*64*)
6895 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6896 ;;
6897 ia64*)
6898 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6899 ;;
6900 *)
6901 _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'
6902 ;;
6903 esac
6904 # Commands to make compiler produce verbose output that lists
6905 # what "hidden" libraries, object files and flags are used when
6906 # linking a shared library.
6907 #
6908 # There doesn't appear to be a way to prevent this compiler from
6909 # explicitly linking system object files so we need to strip them
6910 # from the output so that they don't get included in the library
6911 # dependencies.
6912 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"'
6913 ;;
6914 *)
6915 if test yes = "$GXX"; then
6916 if test no = "$with_gnu_ld"; then
6917 case $host_cpu in
6918 hppa*64*)
6919 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6920 ;;
6921 ia64*)
6922 _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'
6923 ;;
6924 *)
6925 _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'
6926 ;;
6927 esac
6928 fi
6929 else
6930 # FIXME: insert proper C++ library support
6931 _LT_TAGVAR(ld_shlibs, $1)=no
6932 fi
6933 ;;
6934 esac
6935 ;;
6936
6937 interix[[3-9]]*)
6938 _LT_TAGVAR(hardcode_direct, $1)=no
6939 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6940 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6941 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6942 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
6943 # Instead, shared libraries are loaded at an image base (0x10000000 by
6944 # default) and relocated if they conflict, which is a slow very memory
6945 # consuming and fragmenting process. To avoid this, we pick a random,
6946 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6947 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6948 _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'
6949 _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'
6950 ;;
6951 irix5* | irix6*)
6952 case $cc_basename in
6953 CC*)
6954 # SGI C++
6955 _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'
6956
6957 # Archives containing C++ object files must be created using
6958 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
6959 # necessary to make sure instantiated templates are included
6960 # in the archive.
6961 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
6962 ;;
6963 *)
6964 if test yes = "$GXX"; then
6965 if test no = "$with_gnu_ld"; then
6966 _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'
6967 else
6968 _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'
6969 fi
6970 fi
6971 _LT_TAGVAR(link_all_deplibs, $1)=yes
6972 ;;
6973 esac
6974 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6975 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6976 _LT_TAGVAR(inherit_rpath, $1)=yes
6977 ;;
6978
6979 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6980 case $cc_basename in
6981 KCC*)
6982 # Kuck and Associates, Inc. (KAI) C++ Compiler
6983
6984 # KCC will only create a shared library if the output file
6985 # ends with ".so" (or ".sl" for HP-UX), so rename the library
6986 # to its proper name (with version) after linking.
6987 _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'
6988 _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'
6989 # Commands to make compiler produce verbose output that lists
6990 # what "hidden" libraries, object files and flags are used when
6991 # linking a shared library.
6992 #
6993 # There doesn't appear to be a way to prevent this compiler from
6994 # explicitly linking system object files so we need to strip them
6995 # from the output so that they don't get included in the library
6996 # dependencies.
6997 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"'
6998
6999 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7000 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7001
7002 # Archives containing C++ object files must be created using
7003 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
7004 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
7005 ;;
7006 icpc* | ecpc* )
7007 # Intel C++
7008 with_gnu_ld=yes
7009 # version 8.0 and above of icpc choke on multiply defined symbols
7010 # if we add $predep_objects and $postdep_objects, however 7.1 and
7011 # earlier do not add the objects themselves.
7012 case `$CC -V 2>&1` in
7013 *"Version 7."*)
7014 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7015 _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'
7016 ;;
7017 *) # Version 8.0 or newer
7018 tmp_idyn=
7019 case $host_cpu in
7020 ia64*) tmp_idyn=' -i_dynamic';;
7021 esac
7022 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7023 _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'
7024 ;;
7025 esac
7026 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7027 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7028 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7029 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
7030 ;;
7031 pgCC* | pgcpp*)
7032 # Portland Group C++ compiler
7033 case `$CC -V` in
7034 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
7035 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
7036 rm -rf $tpldir~
7037 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
7038 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
7039 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
7040 rm -rf $tpldir~
7041 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
7042 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
7043 $RANLIB $oldlib'
7044 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
7045 rm -rf $tpldir~
7046 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7047 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7048 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
7049 rm -rf $tpldir~
7050 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7051 $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'
7052 ;;
7053 *) # Version 6 and above use weak symbols
7054 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7055 _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'
7056 ;;
7057 esac
7058
7059 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
7060 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7061 _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'
7062 ;;
7063 cxx*)
7064 # Compaq C++
7065 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7066 _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'
7067
7068 runpath_var=LD_RUN_PATH
7069 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7070 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7071
7072 # Commands to make compiler produce verbose output that lists
7073 # what "hidden" libraries, object files and flags are used when
7074 # linking a shared library.
7075 #
7076 # There doesn't appear to be a way to prevent this compiler from
7077 # explicitly linking system object files so we need to strip them
7078 # from the output so that they don't get included in the library
7079 # dependencies.
7080 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'
7081 ;;
7082 xl* | mpixl* | bgxl*)
7083 # IBM XL 8.0 on PPC, with GNU ld
7084 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7085 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7086 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7087 if test yes = "$supports_anon_versioning"; then
7088 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
7089 cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7090 echo "local: *; };" >> $output_objdir/$libname.ver~
7091 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
7092 fi
7093 ;;
7094 *)
7095 case `$CC -V 2>&1 | $SED 5q` in
7096 *Sun\ C*)
7097 # Sun C++ 5.9
7098 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7099 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7100 _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'
7101 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7102 _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'
7103 _LT_TAGVAR(compiler_needs_object, $1)=yes
7104
7105 # Not sure whether something based on
7106 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
7107 # would be better.
7108 output_verbose_link_cmd='func_echo_all'
7109
7110 # Archives containing C++ object files must be created using
7111 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7112 # necessary to make sure instantiated templates are included
7113 # in the archive.
7114 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7115 ;;
7116 esac
7117 ;;
7118 esac
7119 ;;
7120
7121 lynxos*)
7122 # FIXME: insert proper C++ library support
7123 _LT_TAGVAR(ld_shlibs, $1)=no
7124 ;;
7125
7126 m88k*)
7127 # FIXME: insert proper C++ library support
7128 _LT_TAGVAR(ld_shlibs, $1)=no
7129 ;;
7130
7131 mvs*)
7132 case $cc_basename in
7133 cxx*)
7134 # FIXME: insert proper C++ library support
7135 _LT_TAGVAR(ld_shlibs, $1)=no
7136 ;;
7137 *)
7138 # FIXME: insert proper C++ library support
7139 _LT_TAGVAR(ld_shlibs, $1)=no
7140 ;;
7141 esac
7142 ;;
7143
7144 netbsd*)
7145 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7146 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
7147 wlarc=
7148 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7149 _LT_TAGVAR(hardcode_direct, $1)=yes
7150 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7151 fi
7152 # Workaround some broken pre-1.5 toolchains
7153 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
7154 ;;
7155
7156 *nto* | *qnx*)
7157 _LT_TAGVAR(ld_shlibs, $1)=yes
7158 ;;
7159
7160 openbsd* | bitrig*)
7161 if test -f /usr/libexec/ld.so; then
7162 _LT_TAGVAR(hardcode_direct, $1)=yes
7163 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7164 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
7165 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
7166 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7167 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
7168 _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'
7169 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
7170 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
7171 fi
7172 output_verbose_link_cmd=func_echo_all
7173 else
7174 _LT_TAGVAR(ld_shlibs, $1)=no
7175 fi
7176 ;;
7177
7178 osf3* | osf4* | osf5*)
7179 case $cc_basename in
7180 KCC*)
7181 # Kuck and Associates, Inc. (KAI) C++ Compiler
7182
7183 # KCC will only create a shared library if the output file
7184 # ends with ".so" (or ".sl" for HP-UX), so rename the library
7185 # to its proper name (with version) after linking.
7186 _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'
7187
7188 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7189 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7190
7191 # Archives containing C++ object files must be created using
7192 # the KAI C++ compiler.
7193 case $host in
7194 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
7195 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
7196 esac
7197 ;;
7198 RCC*)
7199 # Rational C++ 2.4.1
7200 # FIXME: insert proper C++ library support
7201 _LT_TAGVAR(ld_shlibs, $1)=no
7202 ;;
7203 cxx*)
7204 case $host in
7205 osf3*)
7206 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7207 _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'
7208 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7209 ;;
7210 *)
7211 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
7212 _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'
7213 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
7214 echo "-hidden">> $lib.exp~
7215 $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~
7216 $RM $lib.exp'
7217 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7218 ;;
7219 esac
7220
7221 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7222
7223 # Commands to make compiler produce verbose output that lists
7224 # what "hidden" libraries, object files and flags are used when
7225 # linking a shared library.
7226 #
7227 # There doesn't appear to be a way to prevent this compiler from
7228 # explicitly linking system object files so we need to strip them
7229 # from the output so that they don't get included in the library
7230 # dependencies.
7231 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"'
7232 ;;
7233 *)
7234 if test yes,no = "$GXX,$with_gnu_ld"; then
7235 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7236 case $host in
7237 osf3*)
7238 _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'
7239 ;;
7240 *)
7241 _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'
7242 ;;
7243 esac
7244
7245 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7246 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7247
7248 # Commands to make compiler produce verbose output that lists
7249 # what "hidden" libraries, object files and flags are used when
7250 # linking a shared library.
7251 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7252
7253 else
7254 # FIXME: insert proper C++ library support
7255 _LT_TAGVAR(ld_shlibs, $1)=no
7256 fi
7257 ;;
7258 esac
7259 ;;
7260
7261 psos*)
7262 # FIXME: insert proper C++ library support
7263 _LT_TAGVAR(ld_shlibs, $1)=no
7264 ;;
7265
7266 sunos4*)
7267 case $cc_basename in
7268 CC*)
7269 # Sun C++ 4.x
7270 # FIXME: insert proper C++ library support
7271 _LT_TAGVAR(ld_shlibs, $1)=no
7272 ;;
7273 lcc*)
7274 # Lucid
7275 # FIXME: insert proper C++ library support
7276 _LT_TAGVAR(ld_shlibs, $1)=no
7277 ;;
7278 *)
7279 # FIXME: insert proper C++ library support
7280 _LT_TAGVAR(ld_shlibs, $1)=no
7281 ;;
7282 esac
7283 ;;
7284
7285 solaris*)
7286 case $cc_basename in
7287 CC* | sunCC*)
7288 # Sun C++ 4.2, 5.x and Centerline C++
7289 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
7290 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7291 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7292 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7293 $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'
7294
7295 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7296 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7297 case $host_os in
7298 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7299 *)
7300 # The compiler driver will combine and reorder linker options,
7301 # but understands '-z linker_flag'.
7302 # Supported since Solaris 2.6 (maybe 2.5.1?)
7303 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
7304 ;;
7305 esac
7306 _LT_TAGVAR(link_all_deplibs, $1)=yes
7307
7308 output_verbose_link_cmd='func_echo_all'
7309
7310 # Archives containing C++ object files must be created using
7311 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7312 # necessary to make sure instantiated templates are included
7313 # in the archive.
7314 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7315 ;;
7316 gcx*)
7317 # Green Hills C++ Compiler
7318 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7319
7320 # The C++ compiler must be used to create the archive.
7321 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
7322 ;;
7323 *)
7324 # GNU C++ compiler with Solaris linker
7325 if test yes,no = "$GXX,$with_gnu_ld"; then
7326 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
7327 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
7328 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7329 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7330 $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'
7331
7332 # Commands to make compiler produce verbose output that lists
7333 # what "hidden" libraries, object files and flags are used when
7334 # linking a shared library.
7335 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7336 else
7337 # g++ 2.7 appears to require '-G' NOT '-shared' on this
7338 # platform.
7339 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7340 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7341 $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'
7342
7343 # Commands to make compiler produce verbose output that lists
7344 # what "hidden" libraries, object files and flags are used when
7345 # linking a shared library.
7346 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7347 fi
7348
7349 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
7350 case $host_os in
7351 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7352 *)
7353 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
7354 ;;
7355 esac
7356 fi
7357 ;;
7358 esac
7359 ;;
7360
7361 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
7362 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7363 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7364 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7365 runpath_var='LD_RUN_PATH'
7366
7367 case $cc_basename in
7368 CC*)
7369 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7370 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7371 ;;
7372 *)
7373 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7374 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7375 ;;
7376 esac
7377 ;;
7378
7379 sysv5* | sco3.2v5* | sco5v6*)
7380 # Note: We CANNOT use -z defs as we might desire, because we do not
7381 # link with -lc, and that would cause any symbols used from libc to
7382 # always be unresolved, which means just about no library would
7383 # ever link correctly. If we're not using GNU ld we use -z text
7384 # though, which does catch some bad symbols but isn't as heavy-handed
7385 # as -z defs.
7386 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7387 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
7388 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7389 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7390 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
7391 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
7392 _LT_TAGVAR(link_all_deplibs, $1)=yes
7393 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
7394 runpath_var='LD_RUN_PATH'
7395
7396 case $cc_basename in
7397 CC*)
7398 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7399 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7400 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
7401 '"$_LT_TAGVAR(old_archive_cmds, $1)"
7402 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
7403 '"$_LT_TAGVAR(reload_cmds, $1)"
7404 ;;
7405 *)
7406 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7407 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7408 ;;
7409 esac
7410 ;;
7411
7412 tandem*)
7413 case $cc_basename in
7414 NCC*)
7415 # NonStop-UX NCC 3.20
7416 # FIXME: insert proper C++ library support
7417 _LT_TAGVAR(ld_shlibs, $1)=no
7418 ;;
7419 *)
7420 # FIXME: insert proper C++ library support
7421 _LT_TAGVAR(ld_shlibs, $1)=no
7422 ;;
7423 esac
7424 ;;
7425
7426 vxworks*)
7427 # FIXME: insert proper C++ library support
7428 _LT_TAGVAR(ld_shlibs, $1)=no
7429 ;;
7430
7431 *)
7432 # FIXME: insert proper C++ library support
7433 _LT_TAGVAR(ld_shlibs, $1)=no
7434 ;;
7435 esac
7436
7437 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
7438 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
7439
7440 _LT_TAGVAR(GCC, $1)=$GXX
7441 _LT_TAGVAR(LD, $1)=$LD
7442
7443 ## CAVEAT EMPTOR:
7444 ## There is no encapsulation within the following macros, do not change
7445 ## the running order or otherwise move them around unless you know exactly
7446 ## what you are doing...
7447 _LT_SYS_HIDDEN_LIBDEPS($1)
7448 _LT_COMPILER_PIC($1)
7449 _LT_COMPILER_C_O($1)
7450 _LT_COMPILER_FILE_LOCKS($1)
7451 _LT_LINKER_SHLIBS($1)
7452 _LT_SYS_DYNAMIC_LINKER($1)
7453 _LT_LINKER_HARDCODE_LIBPATH($1)
7454
7455 _LT_CONFIG($1)
7456 fi # test -n "$compiler"
7457
7458 CC=$lt_save_CC
7459 CFLAGS=$lt_save_CFLAGS
7460 LDCXX=$LD
7461 LD=$lt_save_LD
7462 GCC=$lt_save_GCC
7463 with_gnu_ld=$lt_save_with_gnu_ld
7464 lt_cv_path_LDCXX=$lt_cv_path_LD
7465 lt_cv_path_LD=$lt_save_path_LD
7466 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
7467 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
7468 fi # test yes != "$_lt_caught_CXX_error"
7469
7470 AC_LANG_POP
7471 ])# _LT_LANG_CXX_CONFIG
7472
7473
7474 # _LT_FUNC_STRIPNAME_CNF
7475 # ----------------------
7476 # func_stripname_cnf prefix suffix name
7477 # strip PREFIX and SUFFIX off of NAME.
7478 # PREFIX and SUFFIX must not contain globbing or regex special
7479 # characters, hashes, percent signs, but SUFFIX may contain a leading
7480 # dot (in which case that matches only a dot).
7481 #
7482 # This function is identical to the (non-XSI) version of func_stripname,
7483 # except this one can be used by m4 code that may be executed by configure,
7484 # rather than the libtool script.
7485 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
7486 AC_REQUIRE([_LT_DECL_SED])
7487 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
7488 func_stripname_cnf ()
7489 {
7490 case @S|@2 in
7491 .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
7492 *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
7493 esac
7494 } # func_stripname_cnf
7495 ])# _LT_FUNC_STRIPNAME_CNF
7496
7497
7498 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
7499 # ---------------------------------
7500 # Figure out "hidden" library dependencies from verbose
7501 # compiler output when linking a shared library.
7502 # Parse the compiler output and extract the necessary
7503 # objects, libraries and library flags.
7504 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
7505 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
7506 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
7507 # Dependencies to place before and after the object being linked:
7508 _LT_TAGVAR(predep_objects, $1)=
7509 _LT_TAGVAR(postdep_objects, $1)=
7510 _LT_TAGVAR(predeps, $1)=
7511 _LT_TAGVAR(postdeps, $1)=
7512 _LT_TAGVAR(compiler_lib_search_path, $1)=
7513
7514 dnl we can't use the lt_simple_compile_test_code here,
7515 dnl because it contains code intended for an executable,
7516 dnl not a library. It's possible we should let each
7517 dnl tag define a new lt_????_link_test_code variable,
7518 dnl but it's only used here...
7519 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
7520 int a;
7521 void foo (void) { a = 0; }
7522 _LT_EOF
7523 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
7524 class Foo
7525 {
7526 public:
7527 Foo (void) { a = 0; }
7528 private:
7529 int a;
7530 };
7531 _LT_EOF
7532 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
7533 subroutine foo
7534 implicit none
7535 integer*4 a
7536 a=0
7537 return
7538 end
7539 _LT_EOF
7540 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
7541 subroutine foo
7542 implicit none
7543 integer a
7544 a=0
7545 return
7546 end
7547 _LT_EOF
7548 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
7549 public class foo {
7550 private int a;
7551 public void bar (void) {
7552 a = 0;
7553 }
7554 };
7555 _LT_EOF
7556 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
7557 package foo
7558 func foo() {
7559 }
7560 _LT_EOF
7561 ])
7562
7563 _lt_libdeps_save_CFLAGS=$CFLAGS
7564 case "$CC $CFLAGS " in #(
7565 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
7566 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
7567 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
7568 esac
7569
7570 dnl Parse the compiler output and extract the necessary
7571 dnl objects, libraries and library flags.
7572 if AC_TRY_EVAL(ac_compile); then
7573 # Parse the compiler output and extract the necessary
7574 # objects, libraries and library flags.
7575
7576 # Sentinel used to keep track of whether or not we are before
7577 # the conftest object file.
7578 pre_test_object_deps_done=no
7579
7580 for p in `eval "$output_verbose_link_cmd"`; do
7581 case $prev$p in
7582
7583 -L* | -R* | -l*)
7584 # Some compilers place space between "-{L,R}" and the path.
7585 # Remove the space.
7586 if test x-L = "$p" ||
7587 test x-R = "$p"; then
7588 prev=$p
7589 continue
7590 fi
7591
7592 # Expand the sysroot to ease extracting the directories later.
7593 if test -z "$prev"; then
7594 case $p in
7595 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
7596 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
7597 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
7598 esac
7599 fi
7600 case $p in
7601 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
7602 esac
7603 if test no = "$pre_test_object_deps_done"; then
7604 case $prev in
7605 -L | -R)
7606 # Internal compiler library paths should come after those
7607 # provided the user. The postdeps already come after the
7608 # user supplied libs so there is no need to process them.
7609 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
7610 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
7611 else
7612 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
7613 fi
7614 ;;
7615 # The "-l" case would never come before the object being
7616 # linked, so don't bother handling this case.
7617 esac
7618 else
7619 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
7620 _LT_TAGVAR(postdeps, $1)=$prev$p
7621 else
7622 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
7623 fi
7624 fi
7625 prev=
7626 ;;
7627
7628 *.lto.$objext) ;; # Ignore GCC LTO objects
7629 *.$objext)
7630 # This assumes that the test object file only shows up
7631 # once in the compiler output.
7632 if test "$p" = "conftest.$objext"; then
7633 pre_test_object_deps_done=yes
7634 continue
7635 fi
7636
7637 if test no = "$pre_test_object_deps_done"; then
7638 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
7639 _LT_TAGVAR(predep_objects, $1)=$p
7640 else
7641 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
7642 fi
7643 else
7644 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
7645 _LT_TAGVAR(postdep_objects, $1)=$p
7646 else
7647 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
7648 fi
7649 fi
7650 ;;
7651
7652 *) ;; # Ignore the rest.
7653
7654 esac
7655 done
7656
7657 # Clean up.
7658 rm -f a.out a.exe
7659 else
7660 echo "libtool.m4: error: problem compiling $1 test program"
7661 fi
7662
7663 $RM -f confest.$objext
7664 CFLAGS=$_lt_libdeps_save_CFLAGS
7665
7666 # PORTME: override above test on systems where it is broken
7667 m4_if([$1], [CXX],
7668 [case $host_os in
7669 interix[[3-9]]*)
7670 # Interix 3.5 installs completely hosed .la files for C++, so rather than
7671 # hack all around it, let's just trust "g++" to DTRT.
7672 _LT_TAGVAR(predep_objects,$1)=
7673 _LT_TAGVAR(postdep_objects,$1)=
7674 _LT_TAGVAR(postdeps,$1)=
7675 ;;
7676 esac
7677 ])
7678
7679 case " $_LT_TAGVAR(postdeps, $1) " in
7680 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
7681 esac
7682 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
7683 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
7684 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
7685 fi
7686 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
7687 [The directories searched by this compiler when creating a shared library])
7688 _LT_TAGDECL([], [predep_objects], [1],
7689 [Dependencies to place before and after the objects being linked to
7690 create a shared library])
7691 _LT_TAGDECL([], [postdep_objects], [1])
7692 _LT_TAGDECL([], [predeps], [1])
7693 _LT_TAGDECL([], [postdeps], [1])
7694 _LT_TAGDECL([], [compiler_lib_search_path], [1],
7695 [The library search path used internally by the compiler when linking
7696 a shared library])
7697 ])# _LT_SYS_HIDDEN_LIBDEPS
7698
7699
7700 # _LT_LANG_F77_CONFIG([TAG])
7701 # --------------------------
7702 # Ensure that the configuration variables for a Fortran 77 compiler are
7703 # suitably defined. These variables are subsequently used by _LT_CONFIG
7704 # to write the compiler configuration to 'libtool'.
7705 m4_defun([_LT_LANG_F77_CONFIG],
7706 [AC_LANG_PUSH(Fortran 77)
7707 if test -z "$F77" || test no = "$F77"; then
7708 _lt_disable_F77=yes
7709 fi
7710
7711 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7712 _LT_TAGVAR(allow_undefined_flag, $1)=
7713 _LT_TAGVAR(always_export_symbols, $1)=no
7714 _LT_TAGVAR(archive_expsym_cmds, $1)=
7715 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7716 _LT_TAGVAR(hardcode_direct, $1)=no
7717 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7718 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7719 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7720 _LT_TAGVAR(hardcode_minus_L, $1)=no
7721 _LT_TAGVAR(hardcode_automatic, $1)=no
7722 _LT_TAGVAR(inherit_rpath, $1)=no
7723 _LT_TAGVAR(module_cmds, $1)=
7724 _LT_TAGVAR(module_expsym_cmds, $1)=
7725 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7726 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7727 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7728 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7729 _LT_TAGVAR(no_undefined_flag, $1)=
7730 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7731 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7732
7733 # Source file extension for f77 test sources.
7734 ac_ext=f
7735
7736 # Object file extension for compiled f77 test sources.
7737 objext=o
7738 _LT_TAGVAR(objext, $1)=$objext
7739
7740 # No sense in running all these tests if we already determined that
7741 # the F77 compiler isn't working. Some variables (like enable_shared)
7742 # are currently assumed to apply to all compilers on this platform,
7743 # and will be corrupted by setting them based on a non-working compiler.
7744 if test yes != "$_lt_disable_F77"; then
7745 # Code to be used in simple compile tests
7746 lt_simple_compile_test_code="\
7747 subroutine t
7748 return
7749 end
7750 "
7751
7752 # Code to be used in simple link tests
7753 lt_simple_link_test_code="\
7754 program t
7755 end
7756 "
7757
7758 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7759 _LT_TAG_COMPILER
7760
7761 # save warnings/boilerplate of simple test code
7762 _LT_COMPILER_BOILERPLATE
7763 _LT_LINKER_BOILERPLATE
7764
7765 # Allow CC to be a program name with arguments.
7766 lt_save_CC=$CC
7767 lt_save_GCC=$GCC
7768 lt_save_CFLAGS=$CFLAGS
7769 CC=${F77-"f77"}
7770 CFLAGS=$FFLAGS
7771 compiler=$CC
7772 _LT_TAGVAR(compiler, $1)=$CC
7773 _LT_CC_BASENAME([$compiler])
7774 GCC=$G77
7775 if test -n "$compiler"; then
7776 AC_MSG_CHECKING([if libtool supports shared libraries])
7777 AC_MSG_RESULT([$can_build_shared])
7778
7779 AC_MSG_CHECKING([whether to build shared libraries])
7780 test no = "$can_build_shared" && enable_shared=no
7781
7782 # On AIX, shared libraries and static libraries use the same namespace, and
7783 # are all built from PIC.
7784 case $host_os in
7785 aix3*)
7786 test yes = "$enable_shared" && enable_static=no
7787 if test -n "$RANLIB"; then
7788 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7789 postinstall_cmds='$RANLIB $lib'
7790 fi
7791 ;;
7792 aix[[4-9]]*)
7793 if test ia64 != "$host_cpu"; then
7794 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7795 yes,aix,yes) ;; # shared object as lib.so file only
7796 yes,svr4,*) ;; # shared object as lib.so archive member only
7797 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7798 esac
7799 fi
7800 ;;
7801 esac
7802 AC_MSG_RESULT([$enable_shared])
7803
7804 AC_MSG_CHECKING([whether to build static libraries])
7805 # Make sure either enable_shared or enable_static is yes.
7806 test yes = "$enable_shared" || enable_static=yes
7807 AC_MSG_RESULT([$enable_static])
7808
7809 _LT_TAGVAR(GCC, $1)=$G77
7810 _LT_TAGVAR(LD, $1)=$LD
7811
7812 ## CAVEAT EMPTOR:
7813 ## There is no encapsulation within the following macros, do not change
7814 ## the running order or otherwise move them around unless you know exactly
7815 ## what you are doing...
7816 _LT_COMPILER_PIC($1)
7817 _LT_COMPILER_C_O($1)
7818 _LT_COMPILER_FILE_LOCKS($1)
7819 _LT_LINKER_SHLIBS($1)
7820 _LT_SYS_DYNAMIC_LINKER($1)
7821 _LT_LINKER_HARDCODE_LIBPATH($1)
7822
7823 _LT_CONFIG($1)
7824 fi # test -n "$compiler"
7825
7826 GCC=$lt_save_GCC
7827 CC=$lt_save_CC
7828 CFLAGS=$lt_save_CFLAGS
7829 fi # test yes != "$_lt_disable_F77"
7830
7831 AC_LANG_POP
7832 ])# _LT_LANG_F77_CONFIG
7833
7834
7835 # _LT_LANG_FC_CONFIG([TAG])
7836 # -------------------------
7837 # Ensure that the configuration variables for a Fortran compiler are
7838 # suitably defined. These variables are subsequently used by _LT_CONFIG
7839 # to write the compiler configuration to 'libtool'.
7840 m4_defun([_LT_LANG_FC_CONFIG],
7841 [AC_LANG_PUSH(Fortran)
7842
7843 if test -z "$FC" || test no = "$FC"; then
7844 _lt_disable_FC=yes
7845 fi
7846
7847 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7848 _LT_TAGVAR(allow_undefined_flag, $1)=
7849 _LT_TAGVAR(always_export_symbols, $1)=no
7850 _LT_TAGVAR(archive_expsym_cmds, $1)=
7851 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7852 _LT_TAGVAR(hardcode_direct, $1)=no
7853 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7854 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7855 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7856 _LT_TAGVAR(hardcode_minus_L, $1)=no
7857 _LT_TAGVAR(hardcode_automatic, $1)=no
7858 _LT_TAGVAR(inherit_rpath, $1)=no
7859 _LT_TAGVAR(module_cmds, $1)=
7860 _LT_TAGVAR(module_expsym_cmds, $1)=
7861 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7862 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7863 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7864 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7865 _LT_TAGVAR(no_undefined_flag, $1)=
7866 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7867 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7868
7869 # Source file extension for fc test sources.
7870 ac_ext=${ac_fc_srcext-f}
7871
7872 # Object file extension for compiled fc test sources.
7873 objext=o
7874 _LT_TAGVAR(objext, $1)=$objext
7875
7876 # No sense in running all these tests if we already determined that
7877 # the FC compiler isn't working. Some variables (like enable_shared)
7878 # are currently assumed to apply to all compilers on this platform,
7879 # and will be corrupted by setting them based on a non-working compiler.
7880 if test yes != "$_lt_disable_FC"; then
7881 # Code to be used in simple compile tests
7882 lt_simple_compile_test_code="\
7883 subroutine t
7884 return
7885 end
7886 "
7887
7888 # Code to be used in simple link tests
7889 lt_simple_link_test_code="\
7890 program t
7891 end
7892 "
7893
7894 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7895 _LT_TAG_COMPILER
7896
7897 # save warnings/boilerplate of simple test code
7898 _LT_COMPILER_BOILERPLATE
7899 _LT_LINKER_BOILERPLATE
7900
7901 # Allow CC to be a program name with arguments.
7902 lt_save_CC=$CC
7903 lt_save_GCC=$GCC
7904 lt_save_CFLAGS=$CFLAGS
7905 CC=${FC-"f95"}
7906 CFLAGS=$FCFLAGS
7907 compiler=$CC
7908 GCC=$ac_cv_fc_compiler_gnu
7909
7910 _LT_TAGVAR(compiler, $1)=$CC
7911 _LT_CC_BASENAME([$compiler])
7912
7913 if test -n "$compiler"; then
7914 AC_MSG_CHECKING([if libtool supports shared libraries])
7915 AC_MSG_RESULT([$can_build_shared])
7916
7917 AC_MSG_CHECKING([whether to build shared libraries])
7918 test no = "$can_build_shared" && enable_shared=no
7919
7920 # On AIX, shared libraries and static libraries use the same namespace, and
7921 # are all built from PIC.
7922 case $host_os in
7923 aix3*)
7924 test yes = "$enable_shared" && enable_static=no
7925 if test -n "$RANLIB"; then
7926 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7927 postinstall_cmds='$RANLIB $lib'
7928 fi
7929 ;;
7930 aix[[4-9]]*)
7931 if test ia64 != "$host_cpu"; then
7932 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7933 yes,aix,yes) ;; # shared object as lib.so file only
7934 yes,svr4,*) ;; # shared object as lib.so archive member only
7935 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7936 esac
7937 fi
7938 ;;
7939 esac
7940 AC_MSG_RESULT([$enable_shared])
7941
7942 AC_MSG_CHECKING([whether to build static libraries])
7943 # Make sure either enable_shared or enable_static is yes.
7944 test yes = "$enable_shared" || enable_static=yes
7945 AC_MSG_RESULT([$enable_static])
7946
7947 _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
7948 _LT_TAGVAR(LD, $1)=$LD
7949
7950 ## CAVEAT EMPTOR:
7951 ## There is no encapsulation within the following macros, do not change
7952 ## the running order or otherwise move them around unless you know exactly
7953 ## what you are doing...
7954 _LT_SYS_HIDDEN_LIBDEPS($1)
7955 _LT_COMPILER_PIC($1)
7956 _LT_COMPILER_C_O($1)
7957 _LT_COMPILER_FILE_LOCKS($1)
7958 _LT_LINKER_SHLIBS($1)
7959 _LT_SYS_DYNAMIC_LINKER($1)
7960 _LT_LINKER_HARDCODE_LIBPATH($1)
7961
7962 _LT_CONFIG($1)
7963 fi # test -n "$compiler"
7964
7965 GCC=$lt_save_GCC
7966 CC=$lt_save_CC
7967 CFLAGS=$lt_save_CFLAGS
7968 fi # test yes != "$_lt_disable_FC"
7969
7970 AC_LANG_POP
7971 ])# _LT_LANG_FC_CONFIG
7972
7973
7974 # _LT_LANG_GCJ_CONFIG([TAG])
7975 # --------------------------
7976 # Ensure that the configuration variables for the GNU Java Compiler compiler
7977 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7978 # to write the compiler configuration to 'libtool'.
7979 m4_defun([_LT_LANG_GCJ_CONFIG],
7980 [AC_REQUIRE([LT_PROG_GCJ])dnl
7981 AC_LANG_SAVE
7982
7983 # Source file extension for Java test sources.
7984 ac_ext=java
7985
7986 # Object file extension for compiled Java test sources.
7987 objext=o
7988 _LT_TAGVAR(objext, $1)=$objext
7989
7990 # Code to be used in simple compile tests
7991 lt_simple_compile_test_code="class foo {}"
7992
7993 # Code to be used in simple link tests
7994 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
7995
7996 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7997 _LT_TAG_COMPILER
7998
7999 # save warnings/boilerplate of simple test code
8000 _LT_COMPILER_BOILERPLATE
8001 _LT_LINKER_BOILERPLATE
8002
8003 # Allow CC to be a program name with arguments.
8004 lt_save_CC=$CC
8005 lt_save_CFLAGS=$CFLAGS
8006 lt_save_GCC=$GCC
8007 GCC=yes
8008 CC=${GCJ-"gcj"}
8009 CFLAGS=$GCJFLAGS
8010 compiler=$CC
8011 _LT_TAGVAR(compiler, $1)=$CC
8012 _LT_TAGVAR(LD, $1)=$LD
8013 _LT_CC_BASENAME([$compiler])
8014
8015 # GCJ did not exist at the time GCC didn't implicitly link libc in.
8016 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
8017
8018 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8019 _LT_TAGVAR(reload_flag, $1)=$reload_flag
8020 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
8021
8022 ## CAVEAT EMPTOR:
8023 ## There is no encapsulation within the following macros, do not change
8024 ## the running order or otherwise move them around unless you know exactly
8025 ## what you are doing...
8026 if test -n "$compiler"; then
8027 _LT_COMPILER_NO_RTTI($1)
8028 _LT_COMPILER_PIC($1)
8029 _LT_COMPILER_C_O($1)
8030 _LT_COMPILER_FILE_LOCKS($1)
8031 _LT_LINKER_SHLIBS($1)
8032 _LT_LINKER_HARDCODE_LIBPATH($1)
8033
8034 _LT_CONFIG($1)
8035 fi
8036
8037 AC_LANG_RESTORE
8038
8039 GCC=$lt_save_GCC
8040 CC=$lt_save_CC
8041 CFLAGS=$lt_save_CFLAGS
8042 ])# _LT_LANG_GCJ_CONFIG
8043
8044
8045 # _LT_LANG_GO_CONFIG([TAG])
8046 # --------------------------
8047 # Ensure that the configuration variables for the GNU Go compiler
8048 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8049 # to write the compiler configuration to 'libtool'.
8050 m4_defun([_LT_LANG_GO_CONFIG],
8051 [AC_REQUIRE([LT_PROG_GO])dnl
8052 AC_LANG_SAVE
8053
8054 # Source file extension for Go test sources.
8055 ac_ext=go
8056
8057 # Object file extension for compiled Go test sources.
8058 objext=o
8059 _LT_TAGVAR(objext, $1)=$objext
8060
8061 # Code to be used in simple compile tests
8062 lt_simple_compile_test_code="package main; func main() { }"
8063
8064 # Code to be used in simple link tests
8065 lt_simple_link_test_code='package main; func main() { }'
8066
8067 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8068 _LT_TAG_COMPILER
8069
8070 # save warnings/boilerplate of simple test code
8071 _LT_COMPILER_BOILERPLATE
8072 _LT_LINKER_BOILERPLATE
8073
8074 # Allow CC to be a program name with arguments.
8075 lt_save_CC=$CC
8076 lt_save_CFLAGS=$CFLAGS
8077 lt_save_GCC=$GCC
8078 GCC=yes
8079 CC=${GOC-"gccgo"}
8080 CFLAGS=$GOFLAGS
8081 compiler=$CC
8082 _LT_TAGVAR(compiler, $1)=$CC
8083 _LT_TAGVAR(LD, $1)=$LD
8084 _LT_CC_BASENAME([$compiler])
8085
8086 # Go did not exist at the time GCC didn't implicitly link libc in.
8087 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
8088
8089 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8090 _LT_TAGVAR(reload_flag, $1)=$reload_flag
8091 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
8092
8093 ## CAVEAT EMPTOR:
8094 ## There is no encapsulation within the following macros, do not change
8095 ## the running order or otherwise move them around unless you know exactly
8096 ## what you are doing...
8097 if test -n "$compiler"; then
8098 _LT_COMPILER_NO_RTTI($1)
8099 _LT_COMPILER_PIC($1)
8100 _LT_COMPILER_C_O($1)
8101 _LT_COMPILER_FILE_LOCKS($1)
8102 _LT_LINKER_SHLIBS($1)
8103 _LT_LINKER_HARDCODE_LIBPATH($1)
8104
8105 _LT_CONFIG($1)
8106 fi
8107
8108 AC_LANG_RESTORE
8109
8110 GCC=$lt_save_GCC
8111 CC=$lt_save_CC
8112 CFLAGS=$lt_save_CFLAGS
8113 ])# _LT_LANG_GO_CONFIG
8114
8115
8116 # _LT_LANG_RC_CONFIG([TAG])
8117 # -------------------------
8118 # Ensure that the configuration variables for the Windows resource compiler
8119 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8120 # to write the compiler configuration to 'libtool'.
8121 m4_defun([_LT_LANG_RC_CONFIG],
8122 [AC_REQUIRE([LT_PROG_RC])dnl
8123 AC_LANG_SAVE
8124
8125 # Source file extension for RC test sources.
8126 ac_ext=rc
8127
8128 # Object file extension for compiled RC test sources.
8129 objext=o
8130 _LT_TAGVAR(objext, $1)=$objext
8131
8132 # Code to be used in simple compile tests
8133 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
8134
8135 # Code to be used in simple link tests
8136 lt_simple_link_test_code=$lt_simple_compile_test_code
8137
8138 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8139 _LT_TAG_COMPILER
8140
8141 # save warnings/boilerplate of simple test code
8142 _LT_COMPILER_BOILERPLATE
8143 _LT_LINKER_BOILERPLATE
8144
8145 # Allow CC to be a program name with arguments.
8146 lt_save_CC=$CC
8147 lt_save_CFLAGS=$CFLAGS
8148 lt_save_GCC=$GCC
8149 GCC=
8150 CC=${RC-"windres"}
8151 CFLAGS=
8152 compiler=$CC
8153 _LT_TAGVAR(compiler, $1)=$CC
8154 _LT_CC_BASENAME([$compiler])
8155 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
8156
8157 if test -n "$compiler"; then
8158 :
8159 _LT_CONFIG($1)
8160 fi
8161
8162 GCC=$lt_save_GCC
8163 AC_LANG_RESTORE
8164 CC=$lt_save_CC
8165 CFLAGS=$lt_save_CFLAGS
8166 ])# _LT_LANG_RC_CONFIG
8167
8168
8169 # LT_PROG_GCJ
8170 # -----------
8171 AC_DEFUN([LT_PROG_GCJ],
8172 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
8173 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
8174 [AC_CHECK_TOOL(GCJ, gcj,)
8175 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
8176 AC_SUBST(GCJFLAGS)])])[]dnl
8177 ])
8178
8179 # Old name:
8180 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
8181 dnl aclocal-1.4 backwards compatibility:
8182 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
8183
8184
8185 # LT_PROG_GO
8186 # ----------
8187 AC_DEFUN([LT_PROG_GO],
8188 [AC_CHECK_TOOL(GOC, gccgo,)
8189 ])
8190
8191
8192 # LT_PROG_RC
8193 # ----------
8194 AC_DEFUN([LT_PROG_RC],
8195 [AC_CHECK_TOOL(RC, windres,)
8196 ])
8197
8198 # Old name:
8199 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
8200 dnl aclocal-1.4 backwards compatibility:
8201 dnl AC_DEFUN([LT_AC_PROG_RC], [])
8202
8203
8204 # _LT_DECL_EGREP
8205 # --------------
8206 # If we don't have a new enough Autoconf to choose the best grep
8207 # available, choose the one first in the user's PATH.
8208 m4_defun([_LT_DECL_EGREP],
8209 [AC_REQUIRE([AC_PROG_EGREP])dnl
8210 AC_REQUIRE([AC_PROG_FGREP])dnl
8211 test -z "$GREP" && GREP=grep
8212 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
8213 _LT_DECL([], [EGREP], [1], [An ERE matcher])
8214 _LT_DECL([], [FGREP], [1], [A literal string matcher])
8215 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
8216 AC_SUBST([GREP])
8217 ])
8218
8219
8220 # _LT_DECL_OBJDUMP
8221 # --------------
8222 # If we don't have a new enough Autoconf to choose the best objdump
8223 # available, choose the one first in the user's PATH.
8224 m4_defun([_LT_DECL_OBJDUMP],
8225 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
8226 test -z "$OBJDUMP" && OBJDUMP=objdump
8227 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
8228 AC_SUBST([OBJDUMP])
8229 ])
8230
8231 # _LT_DECL_DLLTOOL
8232 # ----------------
8233 # Ensure DLLTOOL variable is set.
8234 m4_defun([_LT_DECL_DLLTOOL],
8235 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
8236 test -z "$DLLTOOL" && DLLTOOL=dlltool
8237 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
8238 AC_SUBST([DLLTOOL])
8239 ])
8240
8241 # _LT_DECL_FILECMD
8242 # ----------------
8243 # Check for a file(cmd) program that can be used to detect file type and magic
8244 m4_defun([_LT_DECL_FILECMD],
8245 [AC_CHECK_TOOL([FILECMD], [file], [:])
8246 _LT_DECL([], [FILECMD], [1], [A file(cmd) program that detects file types])
8247 ])# _LD_DECL_FILECMD
8248
8249 # _LT_DECL_SED
8250 # ------------
8251 # Check for a fully-functional sed program, that truncates
8252 # as few characters as possible. Prefer GNU sed if found.
8253 m4_defun([_LT_DECL_SED],
8254 [AC_PROG_SED
8255 test -z "$SED" && SED=sed
8256 Xsed="$SED -e 1s/^X//"
8257 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
8258 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
8259 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
8260 ])# _LT_DECL_SED
8261
8262 m4_ifndef([AC_PROG_SED], [
8263 ############################################################
8264 # NOTE: This macro has been submitted for inclusion into #
8265 # GNU Autoconf as AC_PROG_SED. When it is available in #
8266 # a released version of Autoconf we should remove this #
8267 # macro and use it instead. #
8268 ############################################################
8269
8270 m4_defun([AC_PROG_SED],
8271 [AC_MSG_CHECKING([for a sed that does not truncate output])
8272 AC_CACHE_VAL(lt_cv_path_SED,
8273 [# Loop through the user's path and test for sed and gsed.
8274 # Then use that list of sed's as ones to test for truncation.
8275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8276 for as_dir in $PATH
8277 do
8278 IFS=$as_save_IFS
8279 test -z "$as_dir" && as_dir=.
8280 for lt_ac_prog in sed gsed; do
8281 for ac_exec_ext in '' $ac_executable_extensions; do
8282 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
8283 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
8284 fi
8285 done
8286 done
8287 done
8288 IFS=$as_save_IFS
8289 lt_ac_max=0
8290 lt_ac_count=0
8291 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
8292 # along with /bin/sed that truncates output.
8293 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
8294 test ! -f "$lt_ac_sed" && continue
8295 cat /dev/null > conftest.in
8296 lt_ac_count=0
8297 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
8298 # Check for GNU sed and select it if it is found.
8299 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
8300 lt_cv_path_SED=$lt_ac_sed
8301 break
8302 fi
8303 while true; do
8304 cat conftest.in conftest.in >conftest.tmp
8305 mv conftest.tmp conftest.in
8306 cp conftest.in conftest.nl
8307 echo >>conftest.nl
8308 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
8309 cmp -s conftest.out conftest.nl || break
8310 # 10000 chars as input seems more than enough
8311 test 10 -lt "$lt_ac_count" && break
8312 lt_ac_count=`expr $lt_ac_count + 1`
8313 if test "$lt_ac_count" -gt "$lt_ac_max"; then
8314 lt_ac_max=$lt_ac_count
8315 lt_cv_path_SED=$lt_ac_sed
8316 fi
8317 done
8318 done
8319 ])
8320 SED=$lt_cv_path_SED
8321 AC_SUBST([SED])
8322 AC_MSG_RESULT([$SED])
8323 ])#AC_PROG_SED
8324 ])#m4_ifndef
8325
8326 # Old name:
8327 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
8328 dnl aclocal-1.4 backwards compatibility:
8329 dnl AC_DEFUN([LT_AC_PROG_SED], [])
8330
8331
8332 # _LT_CHECK_SHELL_FEATURES
8333 # ------------------------
8334 # Find out whether the shell is Bourne or XSI compatible,
8335 # or has some other useful features.
8336 m4_defun([_LT_CHECK_SHELL_FEATURES],
8337 [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8338 lt_unset=unset
8339 else
8340 lt_unset=false
8341 fi
8342 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
8343
8344 # test EBCDIC or ASCII
8345 case `echo X|tr X '\101'` in
8346 A) # ASCII based system
8347 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
8348 lt_SP2NL='tr \040 \012'
8349 lt_NL2SP='tr \015\012 \040\040'
8350 ;;
8351 *) # EBCDIC based system
8352 lt_SP2NL='tr \100 \n'
8353 lt_NL2SP='tr \r\n \100\100'
8354 ;;
8355 esac
8356 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
8357 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
8358 ])# _LT_CHECK_SHELL_FEATURES
8359
8360
8361 # _LT_PATH_CONVERSION_FUNCTIONS
8362 # -----------------------------
8363 # Determine what file name conversion functions should be used by
8364 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
8365 # for certain cross-compile configurations and native mingw.
8366 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
8367 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8368 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
8369 AC_MSG_CHECKING([how to convert $build file names to $host format])
8370 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
8371 [case $host in
8372 *-*-mingw* )
8373 case $build in
8374 *-*-mingw* ) # actually msys
8375 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
8376 ;;
8377 *-*-cygwin* )
8378 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
8379 ;;
8380 * ) # otherwise, assume *nix
8381 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
8382 ;;
8383 esac
8384 ;;
8385 *-*-cygwin* )
8386 case $build in
8387 *-*-mingw* ) # actually msys
8388 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
8389 ;;
8390 *-*-cygwin* )
8391 lt_cv_to_host_file_cmd=func_convert_file_noop
8392 ;;
8393 * ) # otherwise, assume *nix
8394 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
8395 ;;
8396 esac
8397 ;;
8398 * ) # unhandled hosts (and "normal" native builds)
8399 lt_cv_to_host_file_cmd=func_convert_file_noop
8400 ;;
8401 esac
8402 ])
8403 to_host_file_cmd=$lt_cv_to_host_file_cmd
8404 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
8405 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
8406 [0], [convert $build file names to $host format])dnl
8407
8408 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
8409 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
8410 [#assume ordinary cross tools, or native build.
8411 lt_cv_to_tool_file_cmd=func_convert_file_noop
8412 case $host in
8413 *-*-mingw* )
8414 case $build in
8415 *-*-mingw* ) # actually msys
8416 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
8417 ;;
8418 esac
8419 ;;
8420 esac
8421 ])
8422 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
8423 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
8424 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
8425 [0], [convert $build files to toolchain format])dnl
8426 ])# _LT_PATH_CONVERSION_FUNCTIONS
+0
-311
m4/lock.m4 less more
0 # lock.m4 serial 6 (gettext-0.16)
1 dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 dnl Tests for a multithreading library to be used.
9 dnl Defines at most one of the macros USE_POSIX_THREADS, USE_SOLARIS_THREADS,
10 dnl USE_PTH_THREADS, USE_WIN32_THREADS
11 dnl Sets the variables LIBTHREAD and LTLIBTHREAD to the linker options for use
12 dnl in a Makefile (LIBTHREAD for use without libtool, LTLIBTHREAD for use with
13 dnl libtool).
14 dnl Sets the variables LIBMULTITHREAD and LTLIBMULTITHREAD similarly, for
15 dnl programs that really need multithread functionality. The difference
16 dnl between LIBTHREAD and LIBMULTITHREAD is that on platforms supporting weak
17 dnl symbols, typically LIBTHREAD="" whereas LIBMULTITHREAD="-lpthread".
18 dnl Adds to CPPFLAGS the flag -D_REENTRANT or -D_THREAD_SAFE if needed for
19 dnl multithread-safe programs.
20
21 AC_DEFUN([gl_LOCK_EARLY],
22 [
23 AC_REQUIRE([gl_LOCK_EARLY_BODY])
24 ])
25
26 dnl The guts of gl_LOCK_EARLY. Needs to be expanded only once.
27
28 AC_DEFUN([gl_LOCK_EARLY_BODY],
29 [
30 dnl Ordering constraints: This macro modifies CPPFLAGS in a way that
31 dnl influences the result of the autoconf tests that test for *_unlocked
32 dnl declarations, on AIX 5 at least. Therefore it must come early.
33 AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl
34 AC_BEFORE([$0], [gl_ARGP])dnl
35
36 AC_REQUIRE([AC_CANONICAL_HOST])
37 AC_REQUIRE([AC_GNU_SOURCE]) dnl needed for pthread_rwlock_t on glibc systems
38 dnl Check for multithreading.
39 AC_ARG_ENABLE(threads,
40 AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API])
41 AC_HELP_STRING([--disable-threads], [build without multithread safety]),
42 [gl_use_threads=$enableval],
43 [case "$host_os" in
44 dnl Disable multithreading by default on OSF/1, because it interferes
45 dnl with fork()/exec(): When msgexec is linked with -lpthread, its child
46 dnl process gets an endless segmentation fault inside execvp().
47 osf*) gl_use_threads=no ;;
48 *) gl_use_threads=yes ;;
49 esac
50 ])
51 if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
52 # For using <pthread.h>:
53 case "$host_os" in
54 osf*)
55 # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
56 # groks <pthread.h>. cc also understands the flag -pthread, but
57 # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
58 # 2. putting a flag into CPPFLAGS that has an effect on the linker
59 # causes the AC_TRY_LINK test below to succeed unexpectedly,
60 # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
61 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
62 ;;
63 esac
64 # Some systems optimize for single-threaded programs by default, and
65 # need special flags to disable these optimizations. For example, the
66 # definition of 'errno' in <errno.h>.
67 case "$host_os" in
68 aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
69 solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
70 esac
71 fi
72 ])
73
74 dnl The guts of gl_LOCK. Needs to be expanded only once.
75
76 AC_DEFUN([gl_LOCK_BODY],
77 [
78 AC_REQUIRE([gl_LOCK_EARLY_BODY])
79 gl_threads_api=none
80 LIBTHREAD=
81 LTLIBTHREAD=
82 LIBMULTITHREAD=
83 LTLIBMULTITHREAD=
84 if test "$gl_use_threads" != no; then
85 dnl Check whether the compiler and linker support weak declarations.
86 AC_MSG_CHECKING([whether imported symbols can be declared weak])
87 gl_have_weak=no
88 AC_TRY_LINK([extern void xyzzy ();
89 #pragma weak xyzzy], [xyzzy();], [gl_have_weak=yes])
90 AC_MSG_RESULT([$gl_have_weak])
91 if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
92 # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
93 # it groks <pthread.h>. It's added above, in gl_LOCK_EARLY_BODY.
94 AC_CHECK_HEADER(pthread.h, gl_have_pthread_h=yes, gl_have_pthread_h=no)
95 if test "$gl_have_pthread_h" = yes; then
96 # Other possible tests:
97 # -lpthreads (FSU threads, PCthreads)
98 # -lgthreads
99 gl_have_pthread=
100 # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
101 # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
102 # the second one only in libpthread, and lock.c needs it.
103 AC_TRY_LINK([#include <pthread.h>],
104 [pthread_mutex_lock((pthread_mutex_t*)0);
105 pthread_mutexattr_init((pthread_mutexattr_t*)0);],
106 [gl_have_pthread=yes])
107 # Test for libpthread by looking for pthread_kill. (Not pthread_self,
108 # since it is defined as a macro on OSF/1.)
109 if test -n "$gl_have_pthread"; then
110 # The program links fine without libpthread. But it may actually
111 # need to link with libpthread in order to create multiple threads.
112 AC_CHECK_LIB(pthread, pthread_kill,
113 [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
114 # On Solaris and HP-UX, most pthread functions exist also in libc.
115 # Therefore pthread_in_use() needs to actually try to create a
116 # thread: pthread_create from libc will fail, whereas
117 # pthread_create will actually create a thread.
118 case "$host_os" in
119 solaris* | hpux*)
120 AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], 1,
121 [Define if the pthread_in_use() detection is hard.])
122 esac
123 ])
124 else
125 # Some library is needed. Try libpthread and libc_r.
126 AC_CHECK_LIB(pthread, pthread_kill,
127 [gl_have_pthread=yes
128 LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
129 LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread])
130 if test -z "$gl_have_pthread"; then
131 # For FreeBSD 4.
132 AC_CHECK_LIB(c_r, pthread_kill,
133 [gl_have_pthread=yes
134 LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
135 LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r])
136 fi
137 fi
138 if test -n "$gl_have_pthread"; then
139 gl_threads_api=posix
140 AC_DEFINE([USE_POSIX_THREADS], 1,
141 [Define if the POSIX multithreading library can be used.])
142 if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
143 if test $gl_have_weak = yes; then
144 AC_DEFINE([USE_POSIX_THREADS_WEAK], 1,
145 [Define if references to the POSIX multithreading library should be made weak.])
146 LIBTHREAD=
147 LTLIBTHREAD=
148 fi
149 fi
150 # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the
151 # pthread_rwlock_* functions.
152 AC_CHECK_TYPE([pthread_rwlock_t],
153 [AC_DEFINE([HAVE_PTHREAD_RWLOCK], 1,
154 [Define if the POSIX multithreading library has read/write locks.])],
155 [],
156 [#include <pthread.h>])
157 # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
158 AC_TRY_COMPILE([#include <pthread.h>],
159 [#if __FreeBSD__ == 4
160 error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
161 #else
162 int x = (int)PTHREAD_MUTEX_RECURSIVE;
163 return !x;
164 #endif],
165 [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], 1,
166 [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
167 fi
168 fi
169 fi
170 if test -z "$gl_have_pthread"; then
171 if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
172 gl_have_solaristhread=
173 gl_save_LIBS="$LIBS"
174 LIBS="$LIBS -lthread"
175 AC_TRY_LINK([#include <thread.h>
176 #include <synch.h>],
177 [thr_self();],
178 [gl_have_solaristhread=yes])
179 LIBS="$gl_save_LIBS"
180 if test -n "$gl_have_solaristhread"; then
181 gl_threads_api=solaris
182 LIBTHREAD=-lthread
183 LTLIBTHREAD=-lthread
184 LIBMULTITHREAD="$LIBTHREAD"
185 LTLIBMULTITHREAD="$LTLIBTHREAD"
186 AC_DEFINE([USE_SOLARIS_THREADS], 1,
187 [Define if the old Solaris multithreading library can be used.])
188 if test $gl_have_weak = yes; then
189 AC_DEFINE([USE_SOLARIS_THREADS_WEAK], 1,
190 [Define if references to the old Solaris multithreading library should be made weak.])
191 LIBTHREAD=
192 LTLIBTHREAD=
193 fi
194 fi
195 fi
196 fi
197 if test "$gl_use_threads" = pth; then
198 gl_save_CPPFLAGS="$CPPFLAGS"
199 AC_LIB_LINKFLAGS(pth)
200 gl_have_pth=
201 gl_save_LIBS="$LIBS"
202 LIBS="$LIBS -lpth"
203 AC_TRY_LINK([#include <pth.h>], [pth_self();], gl_have_pth=yes)
204 LIBS="$gl_save_LIBS"
205 if test -n "$gl_have_pth"; then
206 gl_threads_api=pth
207 LIBTHREAD="$LIBPTH"
208 LTLIBTHREAD="$LTLIBPTH"
209 LIBMULTITHREAD="$LIBTHREAD"
210 LTLIBMULTITHREAD="$LTLIBTHREAD"
211 AC_DEFINE([USE_PTH_THREADS], 1,
212 [Define if the GNU Pth multithreading library can be used.])
213 if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
214 if test $gl_have_weak = yes; then
215 AC_DEFINE([USE_PTH_THREADS_WEAK], 1,
216 [Define if references to the GNU Pth multithreading library should be made weak.])
217 LIBTHREAD=
218 LTLIBTHREAD=
219 fi
220 fi
221 else
222 CPPFLAGS="$gl_save_CPPFLAGS"
223 fi
224 fi
225 if test -z "$gl_have_pthread"; then
226 if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then
227 if { case "$host_os" in
228 mingw*) true;;
229 *) false;;
230 esac
231 }; then
232 gl_threads_api=win32
233 AC_DEFINE([USE_WIN32_THREADS], 1,
234 [Define if the Win32 multithreading API can be used.])
235 fi
236 fi
237 fi
238 fi
239 AC_MSG_CHECKING([for multithread API to use])
240 AC_MSG_RESULT([$gl_threads_api])
241 AC_SUBST(LIBTHREAD)
242 AC_SUBST(LTLIBTHREAD)
243 AC_SUBST(LIBMULTITHREAD)
244 AC_SUBST(LTLIBMULTITHREAD)
245 ])
246
247 AC_DEFUN([gl_LOCK],
248 [
249 AC_REQUIRE([gl_LOCK_EARLY])
250 AC_REQUIRE([gl_LOCK_BODY])
251 gl_PREREQ_LOCK
252 ])
253
254 # Prerequisites of lib/lock.c.
255 AC_DEFUN([gl_PREREQ_LOCK], [
256 AC_REQUIRE([AC_C_INLINE])
257 ])
258
259 dnl Survey of platforms:
260 dnl
261 dnl Platform Available Compiler Supports test-lock
262 dnl flavours option weak result
263 dnl --------------- --------- --------- -------- ---------
264 dnl Linux 2.4/glibc posix -lpthread Y OK
265 dnl
266 dnl GNU Hurd/glibc posix
267 dnl
268 dnl FreeBSD 5.3 posix -lc_r Y
269 dnl posix -lkse ? Y
270 dnl posix -lpthread ? Y
271 dnl posix -lthr Y
272 dnl
273 dnl FreeBSD 5.2 posix -lc_r Y
274 dnl posix -lkse Y
275 dnl posix -lthr Y
276 dnl
277 dnl FreeBSD 4.0,4.10 posix -lc_r Y OK
278 dnl
279 dnl NetBSD 1.6 --
280 dnl
281 dnl OpenBSD 3.4 posix -lpthread Y OK
282 dnl
283 dnl MacOS X 10.[123] posix -lpthread Y OK
284 dnl
285 dnl Solaris 7,8,9 posix -lpthread Y Sol 7,8: 0.0; Sol 9: OK
286 dnl solaris -lthread Y Sol 7,8: 0.0; Sol 9: OK
287 dnl
288 dnl HP-UX 11 posix -lpthread N (cc) OK
289 dnl Y (gcc)
290 dnl
291 dnl IRIX 6.5 posix -lpthread Y 0.5
292 dnl
293 dnl AIX 4.3,5.1 posix -lpthread N AIX 4: 0.5; AIX 5: OK
294 dnl
295 dnl OSF/1 4.0,5.1 posix -pthread (cc) N OK
296 dnl -lpthread (gcc) Y
297 dnl
298 dnl Cygwin posix -lpthread Y OK
299 dnl
300 dnl Any of the above pth -lpth 0.0
301 dnl
302 dnl Mingw win32 N OK
303 dnl
304 dnl BeOS 5 --
305 dnl
306 dnl The test-lock result shows what happens if in test-lock.c EXPLICIT_YIELD is
307 dnl turned off:
308 dnl OK if all three tests terminate OK,
309 dnl 0.5 if the first test terminates OK but the second one loops endlessly,
310 dnl 0.0 if the first test already loops endlessly.
+0
-31
m4/longdouble.m4 less more
0 # longdouble.m4 serial 2 (gettext-0.15)
1 dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7 dnl Test whether the compiler supports the 'long double' type.
8 dnl Prerequisite: AC_PROG_CC
9
10 dnl This file is only needed in autoconf <= 2.59. Newer versions of autoconf
11 dnl have a macro AC_TYPE_LONG_DOUBLE with identical semantics.
12
13 AC_DEFUN([gt_TYPE_LONGDOUBLE],
14 [
15 AC_CACHE_CHECK([for long double], gt_cv_c_long_double,
16 [if test "$GCC" = yes; then
17 gt_cv_c_long_double=yes
18 else
19 AC_TRY_COMPILE([
20 /* The Stardent Vistra knows sizeof(long double), but does not support it. */
21 long double foo = 0.0;
22 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */
23 int array [2*(sizeof(long double) >= sizeof(double)) - 1];
24 ], ,
25 gt_cv_c_long_double=yes, gt_cv_c_long_double=no)
26 fi])
27 if test $gt_cv_c_long_double = yes; then
28 AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.])
29 fi
30 ])
+0
-48
m4/longlong.m4 less more
0 # longlong.m4 serial 8
1 dnl Copyright (C) 1999-2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Paul Eggert.
7
8 # Define HAVE_LONG_LONG_INT if 'long long int' works.
9 # This fixes a bug in Autoconf 2.60, but can be removed once we
10 # assume 2.61 everywhere.
11
12 # Note: If the type 'long long int' exists but is only 32 bits large
13 # (as on some very old compilers), AC_TYPE_LONG_LONG_INT will not be
14 # defined. In this case you can treat 'long long int' like 'long int'.
15
16 AC_DEFUN([AC_TYPE_LONG_LONG_INT],
17 [
18 AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
19 [AC_LINK_IFELSE(
20 [AC_LANG_PROGRAM(
21 [[long long int ll = 9223372036854775807ll;
22 long long int nll = -9223372036854775807LL;
23 typedef int a[((-9223372036854775807LL < 0
24 && 0 < 9223372036854775807ll)
25 ? 1 : -1)];
26 int i = 63;]],
27 [[long long int llmax = 9223372036854775807ll;
28 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
29 | (llmax / ll) | (llmax % ll));]])],
30 [ac_cv_type_long_long_int=yes],
31 [ac_cv_type_long_long_int=no])])
32 if test $ac_cv_type_long_long_int = yes; then
33 AC_DEFINE([HAVE_LONG_LONG_INT], 1,
34 [Define to 1 if the system has the type `long long int'.])
35 fi
36 ])
37
38 # This macro is obsolescent and should go away soon.
39 AC_DEFUN([gl_AC_TYPE_LONG_LONG],
40 [
41 AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
42 ac_cv_type_long_long=$ac_cv_type_long_long_int
43 if test $ac_cv_type_long_long = yes; then
44 AC_DEFINE(HAVE_LONG_LONG, 1,
45 [Define if you have the 'long long' type.])
46 fi
47 ])
0 # Helper functions for option handling. -*- Autoconf -*-
1 #
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
3 # Software Foundation, Inc.
4 # Written by Gary V. Vaughan, 2004
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # serial 8 ltoptions.m4
11
12 # This is to help aclocal find these macros, as it can't see m4_define.
13 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
14
15
16 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
17 # ------------------------------------------
18 m4_define([_LT_MANGLE_OPTION],
19 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
20
21
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
23 # ---------------------------------------
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
26 # saved as a flag.
27 m4_define([_LT_SET_OPTION],
28 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
29 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
30 _LT_MANGLE_DEFUN([$1], [$2]),
31 [m4_warning([Unknown $1 option '$2'])])[]dnl
32 ])
33
34
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
36 # ------------------------------------------------------------
37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
38 m4_define([_LT_IF_OPTION],
39 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
40
41
42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
43 # -------------------------------------------------------
44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
45 # are set.
46 m4_define([_LT_UNLESS_OPTIONS],
47 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
48 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
49 [m4_define([$0_found])])])[]dnl
50 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
51 ])[]dnl
52 ])
53
54
55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
56 # ----------------------------------------
57 # OPTION-LIST is a space-separated list of Libtool options associated
58 # with MACRO-NAME. If any OPTION has a matching handler declared with
59 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
60 # the unknown option and exit.
61 m4_defun([_LT_SET_OPTIONS],
62 [# Set options
63 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
64 [_LT_SET_OPTION([$1], _LT_Option)])
65
66 m4_if([$1],[LT_INIT],[
67 dnl
68 dnl Simply set some default values (i.e off) if boolean options were not
69 dnl specified:
70 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
71 ])
72 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
73 ])
74 dnl
75 dnl If no reference was made to various pairs of opposing options, then
76 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
78 dnl archives by default:
79 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
80 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
81 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
82 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-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])])
86 ])
87 ])# _LT_SET_OPTIONS
88
89
90 ## --------------------------------- ##
91 ## Macros to handle LT_INIT options. ##
92 ## --------------------------------- ##
93
94 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
95 # -----------------------------------------
96 m4_define([_LT_MANGLE_DEFUN],
97 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
98
99
100 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
101 # -----------------------------------------------
102 m4_define([LT_OPTION_DEFINE],
103 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
104 ])# LT_OPTION_DEFINE
105
106
107 # dlopen
108 # ------
109 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
110 ])
111
112 AU_DEFUN([AC_LIBTOOL_DLOPEN],
113 [_LT_SET_OPTION([LT_INIT], [dlopen])
114 AC_DIAGNOSE([obsolete],
115 [$0: Remove this warning and the call to _LT_SET_OPTION when you
116 put the 'dlopen' option into LT_INIT's first parameter.])
117 ])
118
119 dnl aclocal-1.4 backwards compatibility:
120 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
121
122
123 # win32-dll
124 # ---------
125 # Declare package support for building win32 dll's.
126 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
127 [enable_win32_dll=yes
128
129 case $host in
130 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
131 AC_CHECK_TOOL(AS, as, false)
132 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
133 AC_CHECK_TOOL(OBJDUMP, objdump, false)
134 ;;
135 esac
136
137 test -z "$AS" && AS=as
138 _LT_DECL([], [AS], [1], [Assembler program])dnl
139
140 test -z "$DLLTOOL" && DLLTOOL=dlltool
141 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
142
143 test -z "$OBJDUMP" && OBJDUMP=objdump
144 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
145 ])# win32-dll
146
147 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
148 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
149 _LT_SET_OPTION([LT_INIT], [win32-dll])
150 AC_DIAGNOSE([obsolete],
151 [$0: Remove this warning and the call to _LT_SET_OPTION when you
152 put the 'win32-dll' option into LT_INIT's first parameter.])
153 ])
154
155 dnl aclocal-1.4 backwards compatibility:
156 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
157
158
159 # _LT_ENABLE_SHARED([DEFAULT])
160 # ----------------------------
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'.
164 m4_define([_LT_ENABLE_SHARED],
165 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
166 AC_ARG_ENABLE([shared],
167 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
168 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
169 [p=${PACKAGE-default}
170 case $enableval in
171 yes) enable_shared=yes ;;
172 no) enable_shared=no ;;
173 *)
174 enable_shared=no
175 # Look at the argument we got. We use all the common list separators.
176 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
177 for pkg in $enableval; do
178 IFS=$lt_save_ifs
179 if test "X$pkg" = "X$p"; then
180 enable_shared=yes
181 fi
182 done
183 IFS=$lt_save_ifs
184 ;;
185 esac],
186 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
187
188 _LT_DECL([build_libtool_libs], [enable_shared], [0],
189 [Whether or not to build shared libraries])
190 ])# _LT_ENABLE_SHARED
191
192 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
193 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
194
195 # Old names:
196 AC_DEFUN([AC_ENABLE_SHARED],
197 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
198 ])
199
200 AC_DEFUN([AC_DISABLE_SHARED],
201 [_LT_SET_OPTION([LT_INIT], [disable-shared])
202 ])
203
204 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
205 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
206
207 dnl aclocal-1.4 backwards compatibility:
208 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
209 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
210
211
212
213 # _LT_ENABLE_STATIC([DEFAULT])
214 # ----------------------------
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'.
218 m4_define([_LT_ENABLE_STATIC],
219 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
220 AC_ARG_ENABLE([static],
221 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
222 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
223 [p=${PACKAGE-default}
224 case $enableval in
225 yes) enable_static=yes ;;
226 no) enable_static=no ;;
227 *)
228 enable_static=no
229 # Look at the argument we got. We use all the common list separators.
230 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
231 for pkg in $enableval; do
232 IFS=$lt_save_ifs
233 if test "X$pkg" = "X$p"; then
234 enable_static=yes
235 fi
236 done
237 IFS=$lt_save_ifs
238 ;;
239 esac],
240 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
241
242 _LT_DECL([build_old_libs], [enable_static], [0],
243 [Whether or not to build static libraries])
244 ])# _LT_ENABLE_STATIC
245
246 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
247 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
248
249 # Old names:
250 AC_DEFUN([AC_ENABLE_STATIC],
251 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
252 ])
253
254 AC_DEFUN([AC_DISABLE_STATIC],
255 [_LT_SET_OPTION([LT_INIT], [disable-static])
256 ])
257
258 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
259 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
260
261 dnl aclocal-1.4 backwards compatibility:
262 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
263 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
264
265
266
267 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
268 # ----------------------------------
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'.
272 m4_define([_LT_ENABLE_FAST_INSTALL],
273 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
274 AC_ARG_ENABLE([fast-install],
275 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
276 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
277 [p=${PACKAGE-default}
278 case $enableval in
279 yes) enable_fast_install=yes ;;
280 no) enable_fast_install=no ;;
281 *)
282 enable_fast_install=no
283 # Look at the argument we got. We use all the common list separators.
284 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
285 for pkg in $enableval; do
286 IFS=$lt_save_ifs
287 if test "X$pkg" = "X$p"; then
288 enable_fast_install=yes
289 fi
290 done
291 IFS=$lt_save_ifs
292 ;;
293 esac],
294 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
295
296 _LT_DECL([fast_install], [enable_fast_install], [0],
297 [Whether or not to optimize for fast installation])dnl
298 ])# _LT_ENABLE_FAST_INSTALL
299
300 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
301 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
302
303 # Old names:
304 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
305 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
306 AC_DIAGNOSE([obsolete],
307 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
308 the 'fast-install' option into LT_INIT's first parameter.])
309 ])
310
311 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
312 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
313 AC_DIAGNOSE([obsolete],
314 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
315 the 'disable-fast-install' option into LT_INIT's first parameter.])
316 ])
317
318 dnl aclocal-1.4 backwards compatibility:
319 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
320 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
321
322
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
376 # _LT_WITH_PIC([MODE])
377 # --------------------
378 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
379 # LT_INIT options.
380 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
381 m4_define([_LT_WITH_PIC],
382 [AC_ARG_WITH([pic],
383 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
384 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
385 [lt_p=${PACKAGE-default}
386 case $withval in
387 yes|no) pic_mode=$withval ;;
388 *)
389 pic_mode=default
390 # Look at the argument we got. We use all the common list separators.
391 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
392 for lt_pkg in $withval; do
393 IFS=$lt_save_ifs
394 if test "X$lt_pkg" = "X$lt_p"; then
395 pic_mode=yes
396 fi
397 done
398 IFS=$lt_save_ifs
399 ;;
400 esac],
401 [pic_mode=m4_default([$1], [default])])
402
403 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
404 ])# _LT_WITH_PIC
405
406 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
407 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
408
409 # Old name:
410 AU_DEFUN([AC_LIBTOOL_PICMODE],
411 [_LT_SET_OPTION([LT_INIT], [pic-only])
412 AC_DIAGNOSE([obsolete],
413 [$0: Remove this warning and the call to _LT_SET_OPTION when you
414 put the 'pic-only' option into LT_INIT's first parameter.])
415 ])
416
417 dnl aclocal-1.4 backwards compatibility:
418 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
419
420 ## ----------------- ##
421 ## LTDL_INIT Options ##
422 ## ----------------- ##
423
424 m4_define([_LTDL_MODE], [])
425 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
426 [m4_define([_LTDL_MODE], [nonrecursive])])
427 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
428 [m4_define([_LTDL_MODE], [recursive])])
429 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
430 [m4_define([_LTDL_MODE], [subproject])])
431
432 m4_define([_LTDL_TYPE], [])
433 LT_OPTION_DEFINE([LTDL_INIT], [installable],
434 [m4_define([_LTDL_TYPE], [installable])])
435 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
436 [m4_define([_LTDL_TYPE], [convenience])])
0 # ltversion.m4 -- version numbers -*- Autoconf -*-
1 #
2 # Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
3 # Inc.
4 # Written by Scott James Remnant, 2004
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # @configure_input@
11
12 # serial 4245 ltversion.m4
13 # This file is part of GNU Libtool
14
15 m4_define([LT_PACKAGE_VERSION], [2.4.7])
16 m4_define([LT_PACKAGE_REVISION], [2.4.7])
17
18 AC_DEFUN([LTVERSION_VERSION],
19 [macro_version='2.4.7'
20 macro_revision='2.4.7'
21 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22 _LT_DECL(, macro_revision, 0)
23 ])
0 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
1 #
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
3 # Software Foundation, Inc.
4 # Written by Scott James Remnant, 2004.
5 #
6 # This file is free software; the Free Software Foundation gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
9
10 # serial 5 lt~obsolete.m4
11
12 # These exist entirely to fool aclocal when bootstrapping libtool.
13 #
14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
15 # which have later been changed to m4_define as they aren't part of the
16 # exported API, or moved to Autoconf or Automake where they belong.
17 #
18 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
20 # using a macro with the same name in our local m4/libtool.m4 it'll
21 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
22 # and doesn't know about Autoconf macros at all.)
23 #
24 # So we provide this file, which has a silly filename so it's always
25 # included after everything else. This provides aclocal with the
26 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
27 # because those macros already exist, or will be overwritten later.
28 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
29 #
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
31 # Yes, that means every name once taken will need to remain here until
32 # we give up compatibility with versions before 1.7, at which point
33 # we need to keep only those names which we still refer to.
34
35 # This is to help aclocal find these macros, as it can't see m4_define.
36 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
37
38 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
39 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
40 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
41 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
42 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
43 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
44 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
45 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
46 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
47 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
48 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
49 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
50 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
51 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
52 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
53 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
54 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
55 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
56 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
57 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
58 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
59 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
60 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
61 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
62 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
63 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
64 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
65 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
66 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
67 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
68 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
69 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
70 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
71 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
72 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
73 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
74 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
75 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
76 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
77 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
78 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
79 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
80 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
81 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
82 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
83 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
84 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
85 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
86 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
87 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
88 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
89 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
90 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
91 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
92 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
93 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
94 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
95 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
96 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
97 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
98 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
+0
-44
m4/printf-posix.m4 less more
0 # printf-posix.m4 serial 2 (gettext-0.13.1)
1 dnl Copyright (C) 2003 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7 dnl Test whether the printf() function supports POSIX/XSI format strings with
8 dnl positions.
9
10 AC_DEFUN([gt_PRINTF_POSIX],
11 [
12 AC_REQUIRE([AC_PROG_CC])
13 AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
14 gt_cv_func_printf_posix,
15 [
16 AC_TRY_RUN([
17 #include <stdio.h>
18 #include <string.h>
19 /* The string "%2$d %1$d", with dollar characters protected from the shell's
20 dollar expansion (possibly an autoconf bug). */
21 static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
22 static char buf[100];
23 int main ()
24 {
25 sprintf (buf, format, 33, 55);
26 return (strcmp (buf, "55 33") != 0);
27 }], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no,
28 [
29 AC_EGREP_CPP(notposix, [
30 #if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
31 notposix
32 #endif
33 ], gt_cv_func_printf_posix="guessing no",
34 gt_cv_func_printf_posix="guessing yes")
35 ])
36 ])
37 case $gt_cv_func_printf_posix in
38 *yes)
39 AC_DEFINE(HAVE_POSIX_PRINTF, 1,
40 [Define if your printf() function supports format strings with positions.])
41 ;;
42 esac
43 ])
+0
-62
m4/size_max.m4 less more
0 # size_max.m4 serial 5
1 dnl Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 AC_DEFUN([gl_SIZE_MAX],
9 [
10 AC_CHECK_HEADERS(stdint.h)
11 dnl First test whether the system already has SIZE_MAX.
12 AC_MSG_CHECKING([for SIZE_MAX])
13 AC_CACHE_VAL([gl_cv_size_max], [
14 gl_cv_size_max=
15 AC_EGREP_CPP([Found it], [
16 #include <limits.h>
17 #if HAVE_STDINT_H
18 #include <stdint.h>
19 #endif
20 #ifdef SIZE_MAX
21 Found it
22 #endif
23 ], gl_cv_size_max=yes)
24 if test -z "$gl_cv_size_max"; then
25 dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
26 dnl than the type 'unsigned long'. Try hard to find a definition that can
27 dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
28 _AC_COMPUTE_INT([sizeof (size_t) * CHAR_BIT - 1], size_t_bits_minus_1,
29 [#include <stddef.h>
30 #include <limits.h>], size_t_bits_minus_1=)
31 _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,
32 [#include <stddef.h>], fits_in_uint=)
33 if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
34 if test $fits_in_uint = 1; then
35 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
36 dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
37 AC_TRY_COMPILE([#include <stddef.h>
38 extern size_t foo;
39 extern unsigned long foo;
40 ], [], fits_in_uint=0)
41 fi
42 dnl We cannot use 'expr' to simplify this expression, because 'expr'
43 dnl works only with 'long' integers in the host environment, while we
44 dnl might be cross-compiling from a 32-bit platform to a 64-bit platform.
45 if test $fits_in_uint = 1; then
46 gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
47 else
48 gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
49 fi
50 else
51 dnl Shouldn't happen, but who knows...
52 gl_cv_size_max='((size_t)~(size_t)0)'
53 fi
54 fi
55 ])
56 AC_MSG_RESULT([$gl_cv_size_max])
57 if test "$gl_cv_size_max" != yes; then
58 AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
59 [Define as the maximum value of type 'size_t', if the system doesn't define it.])
60 fi
61 ])
+0
-26
m4/stdint_h.m4 less more
0 # stdint_h.m4 serial 6
1 dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Paul Eggert.
7
8 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
9 # doesn't clash with <sys/types.h>, and declares uintmax_t.
10
11 AC_DEFUN([gl_AC_HEADER_STDINT_H],
12 [
13 AC_CACHE_CHECK([for stdint.h], gl_cv_header_stdint_h,
14 [AC_TRY_COMPILE(
15 [#include <sys/types.h>
16 #include <stdint.h>],
17 [uintmax_t i = (uintmax_t) -1; return !i;],
18 gl_cv_header_stdint_h=yes,
19 gl_cv_header_stdint_h=no)])
20 if test $gl_cv_header_stdint_h = yes; then
21 AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
22 [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
23 and declares uintmax_t. ])
24 fi
25 ])
+0
-30
m4/uintmax_t.m4 less more
0 # uintmax_t.m4 serial 9
1 dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Paul Eggert.
7
8 AC_PREREQ(2.13)
9
10 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
11 # if it is not already defined in <stdint.h> or <inttypes.h>.
12
13 AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
14 [
15 AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
16 AC_REQUIRE([gl_AC_HEADER_STDINT_H])
17 if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
18 AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
19 test $ac_cv_type_unsigned_long_long = yes \
20 && ac_type='unsigned long long' \
21 || ac_type='unsigned long'
22 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
23 [Define to unsigned long or unsigned long long
24 if <stdint.h> and <inttypes.h> don't define.])
25 else
26 AC_DEFINE(HAVE_UINTMAX_T, 1,
27 [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
28 fi
29 ])
+0
-48
m4/ulonglong.m4 less more
0 # ulonglong.m4 serial 6
1 dnl Copyright (C) 1999-2006 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Paul Eggert.
7
8 # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works.
9 # This fixes a bug in Autoconf 2.60, but can be removed once we
10 # assume 2.61 everywhere.
11
12 # Note: If the type 'unsigned long long int' exists but is only 32 bits
13 # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
14 # will not be defined. In this case you can treat 'unsigned long long int'
15 # like 'unsigned long int'.
16
17 AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT],
18 [
19 AC_CACHE_CHECK([for unsigned long long int],
20 [ac_cv_type_unsigned_long_long_int],
21 [AC_LINK_IFELSE(
22 [AC_LANG_PROGRAM(
23 [[unsigned long long int ull = 18446744073709551615ULL;
24 typedef int a[(18446744073709551615ULL <= (unsigned long long int) -1
25 ? 1 : -1)];
26 int i = 63;]],
27 [[unsigned long long int ullmax = 18446744073709551615ull;
28 return (ull << 63 | ull >> 63 | ull << i | ull >> i
29 | ullmax / ull | ullmax % ull);]])],
30 [ac_cv_type_unsigned_long_long_int=yes],
31 [ac_cv_type_unsigned_long_long_int=no])])
32 if test $ac_cv_type_unsigned_long_long_int = yes; then
33 AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1,
34 [Define to 1 if the system has the type `unsigned long long int'.])
35 fi
36 ])
37
38 # This macro is obsolescent and should go away soon.
39 AC_DEFUN([gl_AC_TYPE_UNSIGNED_LONG_LONG],
40 [
41 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
42 ac_cv_type_unsigned_long_long=$ac_cv_type_unsigned_long_long_int
43 if test $ac_cv_type_unsigned_long_long = yes; then
44 AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1,
45 [Define if you have the 'unsigned long long' type.])
46 fi
47 ])
+0
-52
m4/visibility.m4 less more
0 # visibility.m4 serial 1 (gettext-0.15)
1 dnl Copyright (C) 2005 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7
8 dnl Tests whether the compiler supports the command-line option
9 dnl -fvisibility=hidden and the function and variable attributes
10 dnl __attribute__((__visibility__("hidden"))) and
11 dnl __attribute__((__visibility__("default"))).
12 dnl Does *not* test for __visibility__("protected") - which has tricky
13 dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on
14 dnl MacOS X.
15 dnl Does *not* test for __visibility__("internal") - which has processor
16 dnl dependent semantics.
17 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
18 dnl "really only recommended for legacy code".
19 dnl Set the variable CFLAG_VISIBILITY.
20 dnl Defines and sets the variable HAVE_VISIBILITY.
21
22 AC_DEFUN([gl_VISIBILITY],
23 [
24 AC_REQUIRE([AC_PROG_CC])
25 CFLAG_VISIBILITY=
26 HAVE_VISIBILITY=0
27 if test -n "$GCC"; then
28 AC_MSG_CHECKING([for simple visibility declarations])
29 AC_CACHE_VAL(gl_cv_cc_visibility, [
30 gl_save_CFLAGS="$CFLAGS"
31 CFLAGS="$CFLAGS -fvisibility=hidden"
32 AC_TRY_COMPILE(
33 [extern __attribute__((__visibility__("hidden"))) int hiddenvar;
34 extern __attribute__((__visibility__("default"))) int exportedvar;
35 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
36 extern __attribute__((__visibility__("default"))) int exportedfunc (void);],
37 [],
38 gl_cv_cc_visibility=yes,
39 gl_cv_cc_visibility=no)
40 CFLAGS="$gl_save_CFLAGS"])
41 AC_MSG_RESULT([$gl_cv_cc_visibility])
42 if test $gl_cv_cc_visibility = yes; then
43 CFLAG_VISIBILITY="-fvisibility=hidden"
44 HAVE_VISIBILITY=1
45 fi
46 fi
47 AC_SUBST([CFLAG_VISIBILITY])
48 AC_SUBST([HAVE_VISIBILITY])
49 AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
50 [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
51 ])
+0
-20
m4/wchar_t.m4 less more
0 # wchar_t.m4 serial 1 (gettext-0.12)
1 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7 dnl Test whether <stddef.h> has the 'wchar_t' type.
8 dnl Prerequisite: AC_PROG_CC
9
10 AC_DEFUN([gt_TYPE_WCHAR_T],
11 [
12 AC_CACHE_CHECK([for wchar_t], gt_cv_c_wchar_t,
13 [AC_TRY_COMPILE([#include <stddef.h>
14 wchar_t foo = (wchar_t)'\0';], ,
15 gt_cv_c_wchar_t=yes, gt_cv_c_wchar_t=no)])
16 if test $gt_cv_c_wchar_t = yes; then
17 AC_DEFINE(HAVE_WCHAR_T, 1, [Define if you have the 'wchar_t' type.])
18 fi
19 ])
+0
-20
m4/wint_t.m4 less more
0 # wint_t.m4 serial 1 (gettext-0.12)
1 dnl Copyright (C) 2003 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 dnl From Bruno Haible.
7 dnl Test whether <wchar.h> has the 'wint_t' type.
8 dnl Prerequisite: AC_PROG_CC
9
10 AC_DEFUN([gt_TYPE_WINT_T],
11 [
12 AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t,
13 [AC_TRY_COMPILE([#include <wchar.h>
14 wint_t foo = (wchar_t)'\0';], ,
15 gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)])
16 if test $gt_cv_c_wint_t = yes; then
17 AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.])
18 fi
19 ])
+0
-13
m4/xsize.m4 less more
0 # xsize.m4 serial 3
1 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
2 dnl This file is free software; the Free Software Foundation
3 dnl gives unlimited permission to copy and/or distribute it,
4 dnl with or without modifications, as long as this notice is preserved.
5
6 AC_DEFUN([gl_XSIZE],
7 [
8 dnl Prerequisites of lib/xsize.h.
9 AC_REQUIRE([gl_SIZE_MAX])
10 AC_REQUIRE([AC_C_INLINE])
11 AC_CHECK_HEADERS(stdint.h)
12 ])
+0
-13
po/.gitignore less more
0 Makefile
1 Makefile.in
2 Makefile.in.in
3 Makevars.template
4 POTFILES
5 Rules-quot
6 boldquot.sed
7 en@boldquot.header
8 en@quot.header
9 insert-header.sin
10 quot.sed
11 remove-potcdate.sed
12 remove-potcdate.sin
+0
-41
po/Makevars.template less more
0 # Makefile variables for PO directory in any package using GNU gettext.
1
2 # Usually the message domain is the same as the package name.
3 DOMAIN = $(PACKAGE)
4
5 # These two variables depend on the location of this directory.
6 subdir = po
7 top_builddir = ..
8
9 # These options get passed to xgettext.
10 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
11
12 # This is the copyright holder that gets inserted into the header of the
13 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
14 # package. (Note that the msgstr strings, extracted from the package's
15 # sources, belong to the copyright holder of the package.) Translators are
16 # expected to transfer the copyright for their translations to this person
17 # or entity, or to disclaim their copyright. The empty string stands for
18 # the public domain; in this case the translators are expected to disclaim
19 # their copyright.
20 COPYRIGHT_HOLDER = Free Software Foundation, Inc.
21
22 # This is the email address or URL to which the translators shall report
23 # bugs in the untranslated strings:
24 # - Strings which are not entire sentences, see the maintainer guidelines
25 # in the GNU gettext documentation, section 'Preparing Strings'.
26 # - Strings which use unclear terms or require additional context to be
27 # understood.
28 # - Strings which make invalid assumptions about notation of date, time or
29 # money.
30 # - Pluralisation problems.
31 # - Incorrect English spelling.
32 # - Incorrect formatting.
33 # It can be your email address, or a mailing list address where translators
34 # can write to without being subscribed, or the URL of a web page through
35 # which the translators can contact you.
36 MSGID_BUGS_ADDRESS =
37
38 # This is the list of locale categories, beyond LC_MESSAGES, for which the
39 # message catalogs shall be used. It is usually empty.
40 EXTRA_LOCALE_CATEGORIES =
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR Keng-Yu Lin <kengyu@lexical.tw>
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: https://github.com/lexical/ibus-array/issues\n"
10 "POT-Creation-Date: 2022-11-19 17:17+0000\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: src/array.inputMethod.xml.in.in:5
20 msgid "Array 30 Input Method Component"
21 msgstr ""
22
23 #: src/array.inputMethod.xml.in.in:24
24 msgid "Array"
25 msgstr ""
26
27 #: src/array.inputMethod.xml.in.in:25
28 msgid "Array 30 Input Method 行列30輸入法"
29 msgstr ""
30
31 #: src/engine.c:196
32 msgid "Setup"
33 msgstr ""
34
35 #: src/engine.c:197
36 msgid "Configure Array 30 engine"
37 msgstr ""
38
39 #: src/engine.c:421
40 msgid ""
41 "1.comma 2.bracket 3.symbol 4.math 5.arrow 6.unit 7.table 8.roman 9.greek 0."
42 "bopomo"
43 msgstr ""
44
45 #: setup/main.py:46
46 msgid "ibus-array setup"
47 msgstr ""
48
49 #: setup/main.py:54
50 msgid "Special Code Notification"
51 msgstr ""
52
53 #: setup/main.py:56
54 msgid "Special Code Only Mode"
55 msgstr ""
0 timestamp
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: ibus-array 0.2.2\n"
77 "Report-Msgid-Bugs-To: https://github.com/lexical/ibus-array/issues\n"
8 "POT-Creation-Date: 2019-12-10 22:09+0800\n"
8 "POT-Creation-Date: 2022-11-19 17:17+0000\n"
99 "PO-Revision-Date: 2019-12-10 22:12+0800\n"
1010 "Last-Translator: Anthony Fok <foka@debian.org>\n"
1111 "Language-Team: Chinese (traditional)\n"
2626 msgid "Array 30 Input Method 行列30輸入法"
2727 msgstr "行列30輸入法 Array 30 Input Method"
2828
29 #: src/engine.c:194
29 #: src/engine.c:196
3030 msgid "Setup"
3131 msgstr "設定"
3232
33 #: src/engine.c:195
33 #: src/engine.c:197
3434 msgid "Configure Array 30 engine"
3535 msgstr "設定行列輸入法"
3636
37 #: src/engine.c:416
37 #: src/engine.c:421
3838 msgid ""
3939 "1.comma 2.bracket 3.symbol 4.math 5.arrow 6.unit 7.table 8.roman 9.greek 0."
4040 "bopomo"
4141 msgstr "1.標點 2.括弧 3.符號 4.數學 5.箭頭 6.單位 7.圖表 8.羅馬 9.希臘 0.注音"
4242
43 #: setup/main.py:42
43 #: setup/main.py:46
4444 msgid "ibus-array setup"
4545 msgstr "行列輸入法設定"
4646
47 #: setup/main.py:49
47 #: setup/main.py:54
4848 msgid "Special Code Notification"
4949 msgstr "當有特別碼時,顯示提示"
5050
51 #: setup/main.py:51
51 #: setup/main.py:56
5252 msgid "Special Code Only Mode"
5353 msgstr "當有特別碼時,只能用特別碼輸入 (特別碼練習模式)"
0 #!/bin/sh
1 # py-compile - Compile a Python program
2
3 scriptversion=2021-02-27.01; # UTC
4
5 # Copyright (C) 2000-2021 Free Software Foundation, Inc.
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # This file is maintained in Automake, please report
26 # bugs to <bug-automake@gnu.org> or send patches to
27 # <automake-patches@gnu.org>.
28
29 if test -z "$PYTHON"; then
30 PYTHON=python
31 fi
32
33 me=py-compile
34
35 usage_error ()
36 {
37 echo "$me: $*" >&2
38 echo "Try '$me --help' for more information." >&2
39 exit 1
40 }
41
42 basedir=
43 destdir=
44 while test $# -ne 0; do
45 case "$1" in
46 --basedir)
47 if test $# -lt 2; then
48 usage_error "option '--basedir' requires an argument"
49 else
50 basedir=$2
51 fi
52 shift
53 ;;
54 --destdir)
55 if test $# -lt 2; then
56 usage_error "option '--destdir' requires an argument"
57 else
58 destdir=$2
59 fi
60 shift
61 ;;
62 -h|--help)
63 cat <<\EOF
64 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
65
66 Byte compile some python scripts FILES. Use --destdir to specify any
67 leading directory path to the FILES that you don't want to include in the
68 byte compiled file. Specify --basedir for any additional path information you
69 do want to be shown in the byte compiled file.
70
71 Example:
72 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
73
74 Report bugs to <bug-automake@gnu.org>.
75 EOF
76 exit $?
77 ;;
78 -v|--version)
79 echo "$me $scriptversion"
80 exit $?
81 ;;
82 --)
83 shift
84 break
85 ;;
86 -*)
87 usage_error "unrecognized option '$1'"
88 ;;
89 *)
90 break
91 ;;
92 esac
93 shift
94 done
95
96 files=$*
97 if test -z "$files"; then
98 usage_error "no files given"
99 fi
100
101 # if basedir was given, then it should be prepended to filenames before
102 # byte compilation.
103 if test -z "$basedir"; then
104 pathtrans="path = file"
105 else
106 pathtrans="path = os.path.join('$basedir', file)"
107 fi
108
109 # if destdir was given, then it needs to be prepended to the filename to
110 # byte compile but not go into the compiled file.
111 if test -z "$destdir"; then
112 filetrans="filepath = path"
113 else
114 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
115 fi
116
117 python_major=`$PYTHON -V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'`
118 if test -z "$python_major"; then
119 echo "$me: could not determine $PYTHON major version, guessing 3" >&2
120 python_major=3
121 fi
122
123 # The old way to import libraries was deprecated.
124 if test "$python_major" -le 2; then
125 import_lib=imp
126 import_test="hasattr(imp, 'get_tag')"
127 import_call=imp.cache_from_source
128 import_arg2=', False' # needed in one call and not the other
129 else
130 import_lib=importlib
131 import_test="hasattr(sys.implementation, 'cache_tag')"
132 import_call=importlib.util.cache_from_source
133 import_arg2=
134 fi
135
136 $PYTHON -c "
137 import sys, os, py_compile, $import_lib
138
139 files = '''$files'''
140
141 sys.stdout.write('Byte-compiling python modules...\n')
142 for file in files.split():
143 $pathtrans
144 $filetrans
145 if not os.path.exists(filepath) or not (len(filepath) >= 3
146 and filepath[-3:] == '.py'):
147 continue
148 sys.stdout.write(file)
149 sys.stdout.flush()
150 if $import_test:
151 py_compile.compile(filepath, $import_call(filepath), path)
152 else:
153 py_compile.compile(filepath, filepath + 'c', path)
154 sys.stdout.write('\n')" || exit $?
155
156 # this will fail for python < 1.5, but that doesn't matter ...
157 $PYTHON -O -c "
158 import sys, os, py_compile, $import_lib
159
160 # pypy does not use .pyo optimization
161 if hasattr(sys, 'pypy_translation_info'):
162 sys.exit(0)
163
164 files = '''$files'''
165 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
166 for file in files.split():
167 $pathtrans
168 $filetrans
169 if not os.path.exists(filepath) or not (len(filepath) >= 3
170 and filepath[-3:] == '.py'):
171 continue
172 sys.stdout.write(file)
173 sys.stdout.flush()
174 if $import_test:
175 py_compile.compile(filepath, $import_call(filepath$import_arg2), path)
176 else:
177 py_compile.compile(filepath, filepath + 'o', path)
178 sys.stdout.write('\n')" 2>/dev/null || exit $?
179
180 # Local Variables:
181 # mode: shell-script
182 # sh-indentation: 2
183 # eval: (add-hook 'before-save-hook 'time-stamp)
184 # time-stamp-start: "scriptversion="
185 # time-stamp-format: "%:y-%02m-%02d.%02H"
186 # time-stamp-time-zone: "UTC0"
187 # time-stamp-end: "; # UTC"
188 # End:
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 Engine For IBus
17 #
18 # Copyright (c) 2009-2014 Choe Hwanjin <choe.hwanjin@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 subdir = setup
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
113 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
114 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
115 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
116 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
119 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121 $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(setup_hangul_PYTHON) \
123 $(am__DIST_COMMON)
124 mkinstalldirs = $(install_sh) -d
125 CONFIG_HEADER = $(top_builddir)/config.h
126 CONFIG_CLEAN_FILES = ibus-setup-array config.py
127 CONFIG_CLEAN_VPATH_FILES =
128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129 am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131 *) f=$$p;; \
132 esac;
133 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134 am__install_max = 40
135 am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137 am__nobase_strip = \
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139 am__nobase_list = $(am__nobase_strip_setup); \
140 for p in $$list; do echo "$$p $$p"; done | \
141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143 if (++n[$$2] == $(am__install_max)) \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
146 am__base_list = \
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149 am__uninstall_files_from_dir = { \
150 test -z "$$files" \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
154 }
155 am__installdirs = "$(DESTDIR)$(libexecdir)" \
156 "$(DESTDIR)$(setup_hanguldir)" "$(DESTDIR)$(setup_hanguldir)"
157 SCRIPTS = $(libexec_SCRIPTS)
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
170 SOURCES =
171 DIST_SOURCES =
172 am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
177 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
178 am__pep3147_tweak = \
179 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.pyc __pycache__/&.*.pyo|'
180 py_compile = $(top_srcdir)/py-compile
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.py.in \
183 $(srcdir)/ibus-setup-array.in $(top_srcdir)/py-compile
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 ACLOCAL = @ACLOCAL@
186 AMTAR = @AMTAR@
187 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188 AR = @AR@
189 AUTOCONF = @AUTOCONF@
190 AUTOHEADER = @AUTOHEADER@
191 AUTOMAKE = @AUTOMAKE@
192 AWK = @AWK@
193 CC = @CC@
194 CCDEPMODE = @CCDEPMODE@
195 CFLAGS = @CFLAGS@
196 CPPFLAGS = @CPPFLAGS@
197 CSCOPE = @CSCOPE@
198 CTAGS = @CTAGS@
199 CXX = @CXX@
200 CXXCPP = @CXXCPP@
201 CXXDEPMODE = @CXXDEPMODE@
202 CXXFLAGS = @CXXFLAGS@
203 CYGPATH_W = @CYGPATH_W@
204 DEFS = @DEFS@
205 DEPDIR = @DEPDIR@
206 DLLTOOL = @DLLTOOL@
207 DSYMUTIL = @DSYMUTIL@
208 DUMPBIN = @DUMPBIN@
209 ECHO_C = @ECHO_C@
210 ECHO_N = @ECHO_N@
211 ECHO_T = @ECHO_T@
212 EGREP = @EGREP@
213 ETAGS = @ETAGS@
214 EXEEXT = @EXEEXT@
215 FGREP = @FGREP@
216 FILECMD = @FILECMD@
217 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
218 GMSGFMT = @GMSGFMT@
219 GMSGFMT_015 = @GMSGFMT_015@
220 GREP = @GREP@
221 IBUS_CFLAGS = @IBUS_CFLAGS@
222 IBUS_LIBS = @IBUS_LIBS@
223 INSTALL = @INSTALL@
224 INSTALL_DATA = @INSTALL_DATA@
225 INSTALL_PROGRAM = @INSTALL_PROGRAM@
226 INSTALL_SCRIPT = @INSTALL_SCRIPT@
227 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228 INTLLIBS = @INTLLIBS@
229 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230 LD = @LD@
231 LDFLAGS = @LDFLAGS@
232 LIBICONV = @LIBICONV@
233 LIBINTL = @LIBINTL@
234 LIBOBJS = @LIBOBJS@
235 LIBS = @LIBS@
236 LIBTOOL = @LIBTOOL@
237 LIPO = @LIPO@
238 LN_S = @LN_S@
239 LTLIBICONV = @LTLIBICONV@
240 LTLIBINTL = @LTLIBINTL@
241 LTLIBOBJS = @LTLIBOBJS@
242 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
243 MAINT = @MAINT@
244 MAKEINFO = @MAKEINFO@
245 MANIFEST_TOOL = @MANIFEST_TOOL@
246 MKDIR_P = @MKDIR_P@
247 MSGFMT = @MSGFMT@
248 MSGFMT_015 = @MSGFMT_015@
249 MSGMERGE = @MSGMERGE@
250 NM = @NM@
251 NMEDIT = @NMEDIT@
252 OBJDUMP = @OBJDUMP@
253 OBJEXT = @OBJEXT@
254 OTOOL = @OTOOL@
255 OTOOL64 = @OTOOL64@
256 PACKAGE = @PACKAGE@
257 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258 PACKAGE_NAME = @PACKAGE_NAME@
259 PACKAGE_STRING = @PACKAGE_STRING@
260 PACKAGE_TARNAME = @PACKAGE_TARNAME@
261 PACKAGE_URL = @PACKAGE_URL@
262 PACKAGE_VERSION = @PACKAGE_VERSION@
263 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
264 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
265 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
266 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
267 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
268 PATH_SEPARATOR = @PATH_SEPARATOR@
269 PKG_CONFIG = @PKG_CONFIG@
270 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
271 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
272 POSUB = @POSUB@
273 PYTHON = @PYTHON@
274 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
275 PYTHON_PLATFORM = @PYTHON_PLATFORM@
276 PYTHON_PREFIX = @PYTHON_PREFIX@
277 PYTHON_VERSION = @PYTHON_VERSION@
278 RANLIB = @RANLIB@
279 SED = @SED@
280 SET_MAKE = @SET_MAKE@
281 SHELL = @SHELL@
282 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
283 SQLITE3_LIBS = @SQLITE3_LIBS@
284 STRIP = @STRIP@
285 USE_NLS = @USE_NLS@
286 VERSION = @VERSION@
287 XGETTEXT = @XGETTEXT@
288 XGETTEXT_015 = @XGETTEXT_015@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_CXX = @ac_ct_CXX@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 oldincludedir = @oldincludedir@
330 pdfdir = @pdfdir@
331 pkgpyexecdir = @pkgpyexecdir@
332 pkgpythondir = @pkgpythondir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 pyexecdir = @pyexecdir@
337 pythondir = @pythondir@
338 runstatedir = @runstatedir@
339 sbindir = @sbindir@
340 sharedstatedir = @sharedstatedir@
341 srcdir = @srcdir@
342 sysconfdir = @sysconfdir@
343 target_alias = @target_alias@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 setup_hangul_PYTHON = \
348 main.py \
349 $(NULL)
350
351 nodist_setup_hangul_PYTHON = config.py
352 setup_hanguldir = $(datadir)/ibus-array/setup
353 libexec_SCRIPTS = ibus-setup-array
354 CLEANFILES = \
355 *.pyc \
356 $(NULL)
357
358 EXTRA_DIST = \
359 ibus-setup-array.in \
360 $(NULL)
361
362 all: all-am
363
364 .SUFFIXES:
365 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
366 @for dep in $?; do \
367 case '$(am__configure_deps)' in \
368 *$$dep*) \
369 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
370 && { if test -f $@; then exit 0; else break; fi; }; \
371 exit 1;; \
372 esac; \
373 done; \
374 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu setup/Makefile'; \
375 $(am__cd) $(top_srcdir) && \
376 $(AUTOMAKE) --gnu setup/Makefile
377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378 @case '$?' in \
379 *config.status*) \
380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
381 *) \
382 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
384 esac;
385
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
389 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(am__aclocal_m4_deps):
394 ibus-setup-array: $(top_builddir)/config.status $(srcdir)/ibus-setup-array.in
395 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
396 config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
397 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
398 install-libexecSCRIPTS: $(libexec_SCRIPTS)
399 @$(NORMAL_INSTALL)
400 @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
401 if test -n "$$list"; then \
402 echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
403 $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
404 fi; \
405 for p in $$list; do \
406 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
407 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
408 done | \
409 sed -e 'p;s,.*/,,;n' \
410 -e 'h;s|.*|.|' \
411 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
412 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
413 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
414 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
415 if (++n[d] == $(am__install_max)) { \
416 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
417 else { print "f", d "/" $$4, $$1 } } \
418 END { for (d in files) print "f", d, files[d] }' | \
419 while read type dir files; do \
420 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
421 test -z "$$files" || { \
422 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
423 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
424 } \
425 ; done
426
427 uninstall-libexecSCRIPTS:
428 @$(NORMAL_UNINSTALL)
429 @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
430 files=`for p in $$list; do echo "$$p"; done | \
431 sed -e 's,.*/,,;$(transform)'`; \
432 dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
433
434 mostlyclean-libtool:
435 -rm -f *.lo
436
437 clean-libtool:
438 -rm -rf .libs _libs
439 install-nodist_setup_hangulPYTHON: $(nodist_setup_hangul_PYTHON)
440 @$(NORMAL_INSTALL)
441 @list='$(nodist_setup_hangul_PYTHON)'; dlist=; list2=; test -n "$(setup_hanguldir)" || list=; \
442 if test -n "$$list"; then \
443 echo " $(MKDIR_P) '$(DESTDIR)$(setup_hanguldir)'"; \
444 $(MKDIR_P) "$(DESTDIR)$(setup_hanguldir)" || exit 1; \
445 fi; \
446 for p in $$list; do \
447 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
448 if test -f $$b$$p; then \
449 $(am__strip_dir) \
450 dlist="$$dlist $$f"; \
451 list2="$$list2 $$b$$p"; \
452 else :; fi; \
453 done; \
454 for file in $$list2; do echo $$file; done | $(am__base_list) | \
455 while read files; do \
456 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(setup_hanguldir)'"; \
457 $(INSTALL_DATA) $$files "$(DESTDIR)$(setup_hanguldir)" || exit $$?; \
458 done || exit $$?; \
459 if test -n "$$dlist"; then \
460 $(am__py_compile) --destdir "$(DESTDIR)" \
461 --basedir "$(setup_hanguldir)" $$dlist; \
462 else :; fi
463
464 uninstall-nodist_setup_hangulPYTHON:
465 @$(NORMAL_UNINSTALL)
466 @list='$(nodist_setup_hangul_PYTHON)'; test -n "$(setup_hanguldir)" || list=; \
467 py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
468 test -n "$$py_files" || exit 0; \
469 dir='$(DESTDIR)$(setup_hanguldir)'; \
470 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
471 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
472 st=0; \
473 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
474 $(am__uninstall_files_from_dir) || st=$$?; \
475 done; \
476 dir='$(DESTDIR)$(setup_hanguldir)'; \
477 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
478 while read files; do \
479 $(am__uninstall_files_from_dir) || st=$$?; \
480 done || exit $$?; \
481 exit $$st
482 install-setup_hangulPYTHON: $(setup_hangul_PYTHON)
483 @$(NORMAL_INSTALL)
484 @list='$(setup_hangul_PYTHON)'; dlist=; list2=; test -n "$(setup_hanguldir)" || list=; \
485 if test -n "$$list"; then \
486 echo " $(MKDIR_P) '$(DESTDIR)$(setup_hanguldir)'"; \
487 $(MKDIR_P) "$(DESTDIR)$(setup_hanguldir)" || exit 1; \
488 fi; \
489 for p in $$list; do \
490 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
491 if test -f $$b$$p; then \
492 $(am__strip_dir) \
493 dlist="$$dlist $$f"; \
494 list2="$$list2 $$b$$p"; \
495 else :; fi; \
496 done; \
497 for file in $$list2; do echo $$file; done | $(am__base_list) | \
498 while read files; do \
499 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(setup_hanguldir)'"; \
500 $(INSTALL_DATA) $$files "$(DESTDIR)$(setup_hanguldir)" || exit $$?; \
501 done || exit $$?; \
502 if test -n "$$dlist"; then \
503 $(am__py_compile) --destdir "$(DESTDIR)" \
504 --basedir "$(setup_hanguldir)" $$dlist; \
505 else :; fi
506
507 uninstall-setup_hangulPYTHON:
508 @$(NORMAL_UNINSTALL)
509 @list='$(setup_hangul_PYTHON)'; test -n "$(setup_hanguldir)" || list=; \
510 py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
511 test -n "$$py_files" || exit 0; \
512 dir='$(DESTDIR)$(setup_hanguldir)'; \
513 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
514 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
515 st=0; \
516 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
517 $(am__uninstall_files_from_dir) || st=$$?; \
518 done; \
519 dir='$(DESTDIR)$(setup_hanguldir)'; \
520 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
521 while read files; do \
522 $(am__uninstall_files_from_dir) || st=$$?; \
523 done || exit $$?; \
524 exit $$st
525 tags TAGS:
526
527 ctags CTAGS:
528
529 cscope cscopelist:
530
531 distdir: $(BUILT_SOURCES)
532 $(MAKE) $(AM_MAKEFLAGS) distdir-am
533
534 distdir-am: $(DISTFILES)
535 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537 list='$(DISTFILES)'; \
538 dist_files=`for file in $$list; do echo $$file; done | \
539 sed -e "s|^$$srcdirstrip/||;t" \
540 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541 case $$dist_files in \
542 */*) $(MKDIR_P) `echo "$$dist_files" | \
543 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544 sort -u` ;; \
545 esac; \
546 for file in $$dist_files; do \
547 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548 if test -d $$d/$$file; then \
549 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550 if test -d "$(distdir)/$$file"; then \
551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552 fi; \
553 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556 fi; \
557 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558 else \
559 test -f "$(distdir)/$$file" \
560 || cp -p $$d/$$file "$(distdir)/$$file" \
561 || exit 1; \
562 fi; \
563 done
564 check-am: all-am
565 check: check-am
566 all-am: Makefile $(SCRIPTS)
567 installdirs:
568 for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(setup_hanguldir)" "$(DESTDIR)$(setup_hanguldir)"; do \
569 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
570 done
571 install: install-am
572 install-exec: install-exec-am
573 install-data: install-data-am
574 uninstall: uninstall-am
575
576 install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579 installcheck: installcheck-am
580 install-strip:
581 if test -z '$(STRIP)'; then \
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 install; \
585 else \
586 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
589 fi
590 mostlyclean-generic:
591
592 clean-generic:
593 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
594
595 distclean-generic:
596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599 maintainer-clean-generic:
600 @echo "This command is intended for maintainers to use"
601 @echo "it deletes files that may require special tools to rebuild."
602 clean: clean-am
603
604 clean-am: clean-generic clean-libtool mostlyclean-am
605
606 distclean: distclean-am
607 -rm -f Makefile
608 distclean-am: clean-am distclean-generic
609
610 dvi: dvi-am
611
612 dvi-am:
613
614 html: html-am
615
616 html-am:
617
618 info: info-am
619
620 info-am:
621
622 install-data-am: install-nodist_setup_hangulPYTHON \
623 install-setup_hangulPYTHON
624
625 install-dvi: install-dvi-am
626
627 install-dvi-am:
628
629 install-exec-am: install-libexecSCRIPTS
630
631 install-html: install-html-am
632
633 install-html-am:
634
635 install-info: install-info-am
636
637 install-info-am:
638
639 install-man:
640
641 install-pdf: install-pdf-am
642
643 install-pdf-am:
644
645 install-ps: install-ps-am
646
647 install-ps-am:
648
649 installcheck-am:
650
651 maintainer-clean: maintainer-clean-am
652 -rm -f Makefile
653 maintainer-clean-am: distclean-am maintainer-clean-generic
654
655 mostlyclean: mostlyclean-am
656
657 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
658
659 pdf: pdf-am
660
661 pdf-am:
662
663 ps: ps-am
664
665 ps-am:
666
667 uninstall-am: uninstall-libexecSCRIPTS \
668 uninstall-nodist_setup_hangulPYTHON \
669 uninstall-setup_hangulPYTHON
670
671 .MAKE: install-am install-strip
672
673 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
674 cscopelist-am ctags-am distclean distclean-generic \
675 distclean-libtool distdir dvi dvi-am html html-am info info-am \
676 install install-am install-data install-data-am install-dvi \
677 install-dvi-am install-exec install-exec-am install-html \
678 install-html-am install-info install-info-am \
679 install-libexecSCRIPTS install-man \
680 install-nodist_setup_hangulPYTHON install-pdf install-pdf-am \
681 install-ps install-ps-am install-setup_hangulPYTHON \
682 install-strip installcheck installcheck-am installdirs \
683 maintainer-clean maintainer-clean-generic mostlyclean \
684 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
685 tags-am uninstall uninstall-am uninstall-libexecSCRIPTS \
686 uninstall-nodist_setup_hangulPYTHON \
687 uninstall-setup_hangulPYTHON
688
689 .PRECIOUS: Makefile
690
691
692 test:
693 $(ENV) DBUS_DEBUG=true \
694 LANG=en_US \
695 PYTHONPATH=$(abs_top_srcdir):$(pyexecdir) \
696 $(PYTHON) $(srcdir)/main.py
697
698 # Tell versions [3.59,3.63) of GNU make to not export all variables.
699 # Otherwise a system limit (for SysV at least) may be exceeded.
700 .NOEXPORT:
4141 def __create_ui(self):
4242 gettext.bindtextdomain("ibus-array")
4343 gettext.textdomain("ibus-array")
44 self.__window = Gtk.Dialog(_('ibus-array setup'), None,
45 Gtk.DialogFlags.MODAL,
46 (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL,
47 Gtk.STOCK_OK, Gtk.ResponseType.OK)
48 )
44 self.__window = Gtk.Dialog(
45 title=_('ibus-array setup'),
46 parent=None,
47 modal=True)
48 self.__window.add_buttons(
49 Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL,
50 Gtk.STOCK_OK, Gtk.ResponseType.OK)
4951 icon_file = os.path.join(config.datadir, "ibus-array", "icons", "ibus-array.png")
5052 self.__window.set_icon_from_file(icon_file)
51 self.__special_notify_button = Gtk.CheckButton(_("Special Code Notification"))
53 self.__special_notify_button = Gtk.CheckButton(label=_("Special Code Notification"))
5254 self.__window.vbox.pack_start(self.__special_notify_button, True, True, 10)
53 self.__special_only_button = Gtk.CheckButton(_("Special Code Only Mode"))
55 self.__special_only_button = Gtk.CheckButton(label=_("Special Code Only Mode"))
5456 self.__window.vbox.pack_start(self.__special_only_button, True, True ,10)
5557
5658 current_special_mode = self.__read("SpecialOnly", False)
0 # Makefile.in generated by automake 1.16.5 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # ibus-array - The Array 30 engine for IBus
17 #
18 # Copyright (c) 2007-2014 Huang Peng <shawn.p.huang@gmail.com>
19 # Yu-Chun Wang <mainlander1122@gmail.com>
20 # Keng-Yu Lin <kengyu@lexical.tw>
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26 #
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
35
36
37 VPATH = @srcdir@
38 am__is_gnu_make = { \
39 if test -z '$(MAKELEVEL)'; then \
40 false; \
41 elif test -n '$(MAKE_HOST)'; then \
42 true; \
43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
44 true; \
45 else \
46 false; \
47 fi; \
48 }
49 am__make_running_with_option = \
50 case $${target_option-} in \
51 ?) ;; \
52 *) echo "am__make_running_with_option: internal error: invalid" \
53 "target option '$${target_option-}' specified" >&2; \
54 exit 1;; \
55 esac; \
56 has_opt=no; \
57 sane_makeflags=$$MAKEFLAGS; \
58 if $(am__is_gnu_make); then \
59 sane_makeflags=$$MFLAGS; \
60 else \
61 case $$MAKEFLAGS in \
62 *\\[\ \ ]*) \
63 bs=\\; \
64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
66 esac; \
67 fi; \
68 skip_next=no; \
69 strip_trailopt () \
70 { \
71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72 }; \
73 for flg in $$sane_makeflags; do \
74 test $$skip_next = yes && { skip_next=no; continue; }; \
75 case $$flg in \
76 *=*|--*) continue;; \
77 -*I) strip_trailopt 'I'; skip_next=yes;; \
78 -*I?*) strip_trailopt 'I';; \
79 -*O) strip_trailopt 'O'; skip_next=yes;; \
80 -*O?*) strip_trailopt 'O';; \
81 -*l) strip_trailopt 'l'; skip_next=yes;; \
82 -*l?*) strip_trailopt 'l';; \
83 -[dEDm]) skip_next=yes;; \
84 -[JT]) skip_next=yes;; \
85 esac; \
86 case $$flg in \
87 *$$target_option*) has_opt=yes; break;; \
88 esac; \
89 done; \
90 test $$has_opt = yes
91 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93 pkgdatadir = $(datadir)/@PACKAGE@
94 pkgincludedir = $(includedir)/@PACKAGE@
95 pkglibdir = $(libdir)/@PACKAGE@
96 pkglibexecdir = $(libexecdir)/@PACKAGE@
97 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98 install_sh_DATA = $(install_sh) -c -m 644
99 install_sh_PROGRAM = $(install_sh) -c
100 install_sh_SCRIPT = $(install_sh) -c
101 INSTALL_HEADER = $(INSTALL_DATA)
102 transform = $(program_transform_name)
103 NORMAL_INSTALL = :
104 PRE_INSTALL = :
105 POST_INSTALL = :
106 NORMAL_UNINSTALL = :
107 PRE_UNINSTALL = :
108 POST_UNINSTALL = :
109 build_triplet = @build@
110 host_triplet = @host@
111 libexec_PROGRAMS = ibus-engine-array$(EXEEXT)
112 subdir = src
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
115 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
116 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
117 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
118 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
119 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
120 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
121 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123 $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES = array.inputMethod.xml.in
128 CONFIG_CLEAN_VPATH_FILES =
129 am__installdirs = "$(DESTDIR)$(libexecdir)" \
130 "$(DESTDIR)$(componentdir)"
131 PROGRAMS = $(libexec_PROGRAMS)
132 am_ibus_engine_array_OBJECTS = ibus_engine_array-main.$(OBJEXT) \
133 ibus_engine_array-engine.$(OBJEXT) \
134 ibus_engine_array-array.$(OBJEXT)
135 ibus_engine_array_OBJECTS = $(am_ibus_engine_array_OBJECTS)
136 ibus_engine_array_LDADD = $(LDADD)
137 AM_V_lt = $(am__v_lt_@AM_V@)
138 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139 am__v_lt_0 = --silent
140 am__v_lt_1 =
141 ibus_engine_array_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
142 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
143 $(ibus_engine_array_CFLAGS) $(CFLAGS) \
144 $(ibus_engine_array_LDFLAGS) $(LDFLAGS) -o $@
145 AM_V_P = $(am__v_P_@AM_V@)
146 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 am__v_P_0 = false
148 am__v_P_1 = :
149 AM_V_GEN = $(am__v_GEN_@AM_V@)
150 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151 am__v_GEN_0 = @echo " GEN " $@;
152 am__v_GEN_1 =
153 AM_V_at = $(am__v_at_@AM_V@)
154 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155 am__v_at_0 = @
156 am__v_at_1 =
157 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__maybe_remake_depfiles = depfiles
160 am__depfiles_remade = ./$(DEPDIR)/ibus_engine_array-array.Po \
161 ./$(DEPDIR)/ibus_engine_array-engine.Po \
162 ./$(DEPDIR)/ibus_engine_array-main.Po
163 am__mv = mv -f
164 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
165 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
168 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
169 $(AM_CFLAGS) $(CFLAGS)
170 AM_V_CC = $(am__v_CC_@AM_V@)
171 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
172 am__v_CC_0 = @echo " CC " $@;
173 am__v_CC_1 =
174 CCLD = $(CC)
175 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177 $(AM_LDFLAGS) $(LDFLAGS) -o $@
178 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
179 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
180 am__v_CCLD_0 = @echo " CCLD " $@;
181 am__v_CCLD_1 =
182 SOURCES = $(ibus_engine_array_SOURCES)
183 DIST_SOURCES = $(ibus_engine_array_SOURCES)
184 am__can_run_installinfo = \
185 case $$AM_UPDATE_INFO_DIR in \
186 n|no|NO) false;; \
187 *) (install-info --version) >/dev/null 2>&1;; \
188 esac
189 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
190 am__vpath_adj = case $$p in \
191 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
192 *) f=$$p;; \
193 esac;
194 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
195 am__install_max = 40
196 am__nobase_strip_setup = \
197 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
198 am__nobase_strip = \
199 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
200 am__nobase_list = $(am__nobase_strip_setup); \
201 for p in $$list; do echo "$$p $$p"; done | \
202 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
203 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
204 if (++n[$$2] == $(am__install_max)) \
205 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
206 END { for (dir in files) print dir, files[dir] }'
207 am__base_list = \
208 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
209 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
210 am__uninstall_files_from_dir = { \
211 test -z "$$files" \
212 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
213 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
214 $(am__cd) "$$dir" && rm -f $$files; }; \
215 }
216 DATA = $(component_DATA)
217 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218 # Read a list of newline-separated strings from the standard input,
219 # and print each of them once, without duplicates. Input order is
220 # *not* preserved.
221 am__uniquify_input = $(AWK) '\
222 BEGIN { nonempty = 0; } \
223 { items[$$0] = 1; nonempty = 1; } \
224 END { if (nonempty) { for (i in items) print i; }; } \
225 '
226 # Make sure the list of sources is unique. This is necessary because,
227 # e.g., the same source file might be shared among _SOURCES variables
228 # for different programs/libraries.
229 am__define_uniq_tagged_files = \
230 list='$(am__tagged_files)'; \
231 unique=`for i in $$list; do \
232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233 done | $(am__uniquify_input)`
234 am__DIST_COMMON = $(srcdir)/Makefile.in \
235 $(srcdir)/array.inputMethod.xml.in.in $(top_srcdir)/depcomp
236 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237 ACLOCAL = @ACLOCAL@
238 AMTAR = @AMTAR@
239 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
240 AR = @AR@
241 AUTOCONF = @AUTOCONF@
242 AUTOHEADER = @AUTOHEADER@
243 AUTOMAKE = @AUTOMAKE@
244 AWK = @AWK@
245 CC = @CC@
246 CCDEPMODE = @CCDEPMODE@
247 CFLAGS = @CFLAGS@
248 CPPFLAGS = @CPPFLAGS@
249 CSCOPE = @CSCOPE@
250 CTAGS = @CTAGS@
251 CXX = @CXX@
252 CXXCPP = @CXXCPP@
253 CXXDEPMODE = @CXXDEPMODE@
254 CXXFLAGS = @CXXFLAGS@
255 CYGPATH_W = @CYGPATH_W@
256 DEFS = @DEFS@
257 DEPDIR = @DEPDIR@
258 DLLTOOL = @DLLTOOL@
259 DSYMUTIL = @DSYMUTIL@
260 DUMPBIN = @DUMPBIN@
261 ECHO_C = @ECHO_C@
262 ECHO_N = @ECHO_N@
263 ECHO_T = @ECHO_T@
264 EGREP = @EGREP@
265 ETAGS = @ETAGS@
266 EXEEXT = @EXEEXT@
267 FGREP = @FGREP@
268 FILECMD = @FILECMD@
269 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
270 GMSGFMT = @GMSGFMT@
271 GMSGFMT_015 = @GMSGFMT_015@
272 GREP = @GREP@
273 IBUS_CFLAGS = @IBUS_CFLAGS@
274 IBUS_LIBS = @IBUS_LIBS@
275 INSTALL = @INSTALL@
276 INSTALL_DATA = @INSTALL_DATA@
277 INSTALL_PROGRAM = @INSTALL_PROGRAM@
278 INSTALL_SCRIPT = @INSTALL_SCRIPT@
279 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
280 INTLLIBS = @INTLLIBS@
281 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
282 LD = @LD@
283 LDFLAGS = @LDFLAGS@
284 LIBICONV = @LIBICONV@
285 LIBINTL = @LIBINTL@
286 LIBOBJS = @LIBOBJS@
287 LIBS = @LIBS@
288 LIBTOOL = @LIBTOOL@
289 LIPO = @LIPO@
290 LN_S = @LN_S@
291 LTLIBICONV = @LTLIBICONV@
292 LTLIBINTL = @LTLIBINTL@
293 LTLIBOBJS = @LTLIBOBJS@
294 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
295 MAINT = @MAINT@
296 MAKEINFO = @MAKEINFO@
297 MANIFEST_TOOL = @MANIFEST_TOOL@
298 MKDIR_P = @MKDIR_P@
299 MSGFMT = @MSGFMT@
300 MSGFMT_015 = @MSGFMT_015@
301 MSGMERGE = @MSGMERGE@
302 NM = @NM@
303 NMEDIT = @NMEDIT@
304 OBJDUMP = @OBJDUMP@
305 OBJEXT = @OBJEXT@
306 OTOOL = @OTOOL@
307 OTOOL64 = @OTOOL64@
308 PACKAGE = @PACKAGE@
309 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310 PACKAGE_NAME = @PACKAGE_NAME@
311 PACKAGE_STRING = @PACKAGE_STRING@
312 PACKAGE_TARNAME = @PACKAGE_TARNAME@
313 PACKAGE_URL = @PACKAGE_URL@
314 PACKAGE_VERSION = @PACKAGE_VERSION@
315 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
316 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
317 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
318 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
319 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
320 PATH_SEPARATOR = @PATH_SEPARATOR@
321 PKG_CONFIG = @PKG_CONFIG@
322 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
323 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
324 POSUB = @POSUB@
325 PYTHON = @PYTHON@
326 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
327 PYTHON_PLATFORM = @PYTHON_PLATFORM@
328 PYTHON_PREFIX = @PYTHON_PREFIX@
329 PYTHON_VERSION = @PYTHON_VERSION@
330 RANLIB = @RANLIB@
331 SED = @SED@
332 SET_MAKE = @SET_MAKE@
333 SHELL = @SHELL@
334 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
335 SQLITE3_LIBS = @SQLITE3_LIBS@
336 STRIP = @STRIP@
337 USE_NLS = @USE_NLS@
338 VERSION = @VERSION@
339 XGETTEXT = @XGETTEXT@
340 XGETTEXT_015 = @XGETTEXT_015@
341 abs_builddir = @abs_builddir@
342 abs_srcdir = @abs_srcdir@
343 abs_top_builddir = @abs_top_builddir@
344 abs_top_srcdir = @abs_top_srcdir@
345 ac_ct_AR = @ac_ct_AR@
346 ac_ct_CC = @ac_ct_CC@
347 ac_ct_CXX = @ac_ct_CXX@
348 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
349 am__include = @am__include@
350 am__leading_dot = @am__leading_dot@
351 am__quote = @am__quote@
352 am__tar = @am__tar@
353 am__untar = @am__untar@
354 bindir = @bindir@
355 build = @build@
356 build_alias = @build_alias@
357 build_cpu = @build_cpu@
358 build_os = @build_os@
359 build_vendor = @build_vendor@
360 builddir = @builddir@
361 datadir = @datadir@
362 datarootdir = @datarootdir@
363 docdir = @docdir@
364 dvidir = @dvidir@
365 exec_prefix = @exec_prefix@
366 host = @host@
367 host_alias = @host_alias@
368 host_cpu = @host_cpu@
369 host_os = @host_os@
370 host_vendor = @host_vendor@
371 htmldir = @htmldir@
372 includedir = @includedir@
373 infodir = @infodir@
374 install_sh = @install_sh@
375 libdir = @libdir@
376 libexecdir = @libexecdir@
377 localedir = @localedir@
378 localstatedir = @localstatedir@
379 mandir = @mandir@
380 mkdir_p = @mkdir_p@
381 oldincludedir = @oldincludedir@
382 pdfdir = @pdfdir@
383 pkgpyexecdir = @pkgpyexecdir@
384 pkgpythondir = @pkgpythondir@
385 prefix = @prefix@
386 program_transform_name = @program_transform_name@
387 psdir = @psdir@
388 pyexecdir = @pyexecdir@
389 pythondir = @pythondir@
390 runstatedir = @runstatedir@
391 sbindir = @sbindir@
392 sharedstatedir = @sharedstatedir@
393 srcdir = @srcdir@
394 sysconfdir = @sysconfdir@
395 target_alias = @target_alias@
396 top_build_prefix = @top_build_prefix@
397 top_builddir = @top_builddir@
398 top_srcdir = @top_srcdir@
399 ibus_engine_array_SOURCES = \
400 main.c \
401 engine.c \
402 engine.h \
403 array.c \
404 array.h \
405 $(NULL)
406
407 ibus_engine_array_CFLAGS = \
408 @IBUS_CFLAGS@ \
409 @SQLITE3_CFLAGS@ \
410 -DLOCALEDIR=\"$(localedir)\" \
411 -DPKGDATADIR=\"$(pkgdatadir)\" \
412 -DLIBEXECDIR=\"$(libexecdir)\" \
413 $(NULL)
414
415 ibus_engine_array_LDFLAGS = \
416 @IBUS_LIBS@ \
417 @SQLITE3_LIBS@ \
418 @LIBINTL@ \
419 $(NULL)
420
421 component_DATA = \
422 array.xml \
423 $(NULL)
424
425 componentdir = @datadir@/ibus/component
426 EXTRA_DIST = \
427 array.inputMethod.xml.in \
428 $(NULL)
429
430 CLEANFILES = \
431 array.xml \
432 $(NULL)
433
434 all: all-am
435
436 .SUFFIXES:
437 .SUFFIXES: .c .lo .o .obj
438 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
439 @for dep in $?; do \
440 case '$(am__configure_deps)' in \
441 *$$dep*) \
442 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
443 && { if test -f $@; then exit 0; else break; fi; }; \
444 exit 1;; \
445 esac; \
446 done; \
447 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
448 $(am__cd) $(top_srcdir) && \
449 $(AUTOMAKE) --gnu src/Makefile
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451 @case '$?' in \
452 *config.status*) \
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
454 *) \
455 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
456 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
457 esac;
458
459 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
460 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461
462 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466 $(am__aclocal_m4_deps):
467 array.inputMethod.xml.in: $(top_builddir)/config.status $(srcdir)/array.inputMethod.xml.in.in
468 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
469 install-libexecPROGRAMS: $(libexec_PROGRAMS)
470 @$(NORMAL_INSTALL)
471 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
472 if test -n "$$list"; then \
473 echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
474 $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
475 fi; \
476 for p in $$list; do echo "$$p $$p"; done | \
477 sed 's/$(EXEEXT)$$//' | \
478 while read p p1; do if test -f $$p \
479 || test -f $$p1 \
480 ; then echo "$$p"; echo "$$p"; else :; fi; \
481 done | \
482 sed -e 'p;s,.*/,,;n;h' \
483 -e 's|.*|.|' \
484 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
485 sed 'N;N;N;s,\n, ,g' | \
486 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
487 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
488 if ($$2 == $$4) files[d] = files[d] " " $$1; \
489 else { print "f", $$3 "/" $$4, $$1; } } \
490 END { for (d in files) print "f", d, files[d] }' | \
491 while read type dir files; do \
492 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
493 test -z "$$files" || { \
494 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
495 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
496 } \
497 ; done
498
499 uninstall-libexecPROGRAMS:
500 @$(NORMAL_UNINSTALL)
501 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
502 files=`for p in $$list; do echo "$$p"; done | \
503 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
504 -e 's/$$/$(EXEEXT)/' \
505 `; \
506 test -n "$$list" || exit 0; \
507 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
508 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
509
510 clean-libexecPROGRAMS:
511 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
512 echo " rm -f" $$list; \
513 rm -f $$list || exit $$?; \
514 test -n "$(EXEEXT)" || exit 0; \
515 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
516 echo " rm -f" $$list; \
517 rm -f $$list
518
519 ibus-engine-array$(EXEEXT): $(ibus_engine_array_OBJECTS) $(ibus_engine_array_DEPENDENCIES) $(EXTRA_ibus_engine_array_DEPENDENCIES)
520 @rm -f ibus-engine-array$(EXEEXT)
521 $(AM_V_CCLD)$(ibus_engine_array_LINK) $(ibus_engine_array_OBJECTS) $(ibus_engine_array_LDADD) $(LIBS)
522
523 mostlyclean-compile:
524 -rm -f *.$(OBJEXT)
525
526 distclean-compile:
527 -rm -f *.tab.c
528
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ibus_engine_array-array.Po@am__quote@ # am--include-marker
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ibus_engine_array-engine.Po@am__quote@ # am--include-marker
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ibus_engine_array-main.Po@am__quote@ # am--include-marker
532
533 $(am__depfiles_remade):
534 @$(MKDIR_P) $(@D)
535 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
536
537 am--depfiles: $(am__depfiles_remade)
538
539 .c.o:
540 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
541 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
545
546 .c.obj:
547 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
548 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
552
553 .c.lo:
554 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
555 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
559
560 ibus_engine_array-main.o: main.c
561 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-main.o -MD -MP -MF $(DEPDIR)/ibus_engine_array-main.Tpo -c -o ibus_engine_array-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
562 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-main.Tpo $(DEPDIR)/ibus_engine_array-main.Po
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='ibus_engine_array-main.o' libtool=no @AMDEPBACKSLASH@
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
566
567 ibus_engine_array-main.obj: main.c
568 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-main.obj -MD -MP -MF $(DEPDIR)/ibus_engine_array-main.Tpo -c -o ibus_engine_array-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
569 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-main.Tpo $(DEPDIR)/ibus_engine_array-main.Po
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='ibus_engine_array-main.obj' libtool=no @AMDEPBACKSLASH@
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
573
574 ibus_engine_array-engine.o: engine.c
575 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-engine.o -MD -MP -MF $(DEPDIR)/ibus_engine_array-engine.Tpo -c -o ibus_engine_array-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
576 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-engine.Tpo $(DEPDIR)/ibus_engine_array-engine.Po
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='engine.c' object='ibus_engine_array-engine.o' libtool=no @AMDEPBACKSLASH@
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
580
581 ibus_engine_array-engine.obj: engine.c
582 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-engine.obj -MD -MP -MF $(DEPDIR)/ibus_engine_array-engine.Tpo -c -o ibus_engine_array-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
583 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-engine.Tpo $(DEPDIR)/ibus_engine_array-engine.Po
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='engine.c' object='ibus_engine_array-engine.obj' libtool=no @AMDEPBACKSLASH@
585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
587
588 ibus_engine_array-array.o: array.c
589 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-array.o -MD -MP -MF $(DEPDIR)/ibus_engine_array-array.Tpo -c -o ibus_engine_array-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
590 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-array.Tpo $(DEPDIR)/ibus_engine_array-array.Po
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='array.c' object='ibus_engine_array-array.o' libtool=no @AMDEPBACKSLASH@
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
594
595 ibus_engine_array-array.obj: array.c
596 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -MT ibus_engine_array-array.obj -MD -MP -MF $(DEPDIR)/ibus_engine_array-array.Tpo -c -o ibus_engine_array-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
597 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ibus_engine_array-array.Tpo $(DEPDIR)/ibus_engine_array-array.Po
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='array.c' object='ibus_engine_array-array.obj' libtool=no @AMDEPBACKSLASH@
599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_engine_array_CFLAGS) $(CFLAGS) -c -o ibus_engine_array-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
601
602 mostlyclean-libtool:
603 -rm -f *.lo
604
605 clean-libtool:
606 -rm -rf .libs _libs
607 install-componentDATA: $(component_DATA)
608 @$(NORMAL_INSTALL)
609 @list='$(component_DATA)'; test -n "$(componentdir)" || list=; \
610 if test -n "$$list"; then \
611 echo " $(MKDIR_P) '$(DESTDIR)$(componentdir)'"; \
612 $(MKDIR_P) "$(DESTDIR)$(componentdir)" || exit 1; \
613 fi; \
614 for p in $$list; do \
615 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
616 echo "$$d$$p"; \
617 done | $(am__base_list) | \
618 while read files; do \
619 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(componentdir)'"; \
620 $(INSTALL_DATA) $$files "$(DESTDIR)$(componentdir)" || exit $$?; \
621 done
622
623 uninstall-componentDATA:
624 @$(NORMAL_UNINSTALL)
625 @list='$(component_DATA)'; test -n "$(componentdir)" || list=; \
626 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
627 dir='$(DESTDIR)$(componentdir)'; $(am__uninstall_files_from_dir)
628
629 ID: $(am__tagged_files)
630 $(am__define_uniq_tagged_files); mkid -fID $$unique
631 tags: tags-am
632 TAGS: tags
633
634 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
635 set x; \
636 here=`pwd`; \
637 $(am__define_uniq_tagged_files); \
638 shift; \
639 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
640 test -n "$$unique" || unique=$$empty_fix; \
641 if test $$# -gt 0; then \
642 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643 "$$@" $$unique; \
644 else \
645 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646 $$unique; \
647 fi; \
648 fi
649 ctags: ctags-am
650
651 CTAGS: ctags
652 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
653 $(am__define_uniq_tagged_files); \
654 test -z "$(CTAGS_ARGS)$$unique" \
655 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656 $$unique
657
658 GTAGS:
659 here=`$(am__cd) $(top_builddir) && pwd` \
660 && $(am__cd) $(top_srcdir) \
661 && gtags -i $(GTAGS_ARGS) "$$here"
662 cscopelist: cscopelist-am
663
664 cscopelist-am: $(am__tagged_files)
665 list='$(am__tagged_files)'; \
666 case "$(srcdir)" in \
667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
668 *) sdir=$(subdir)/$(srcdir) ;; \
669 esac; \
670 for i in $$list; do \
671 if test -f "$$i"; then \
672 echo "$(subdir)/$$i"; \
673 else \
674 echo "$$sdir/$$i"; \
675 fi; \
676 done >> $(top_builddir)/cscope.files
677
678 distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680 distdir: $(BUILT_SOURCES)
681 $(MAKE) $(AM_MAKEFLAGS) distdir-am
682
683 distdir-am: $(DISTFILES)
684 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
686 list='$(DISTFILES)'; \
687 dist_files=`for file in $$list; do echo $$file; done | \
688 sed -e "s|^$$srcdirstrip/||;t" \
689 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
690 case $$dist_files in \
691 */*) $(MKDIR_P) `echo "$$dist_files" | \
692 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
693 sort -u` ;; \
694 esac; \
695 for file in $$dist_files; do \
696 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
697 if test -d $$d/$$file; then \
698 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
699 if test -d "$(distdir)/$$file"; then \
700 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701 fi; \
702 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
703 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705 fi; \
706 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
707 else \
708 test -f "$(distdir)/$$file" \
709 || cp -p $$d/$$file "$(distdir)/$$file" \
710 || exit 1; \
711 fi; \
712 done
713 check-am: all-am
714 check: check-am
715 all-am: Makefile $(PROGRAMS) $(DATA)
716 installdirs:
717 for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(componentdir)"; do \
718 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
719 done
720 install: install-am
721 install-exec: install-exec-am
722 install-data: install-data-am
723 uninstall: uninstall-am
724
725 install-am: all-am
726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
727
728 installcheck: installcheck-am
729 install-strip:
730 if test -z '$(STRIP)'; then \
731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733 install; \
734 else \
735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 fi
739 mostlyclean-generic:
740
741 clean-generic:
742 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
743
744 distclean-generic:
745 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
746 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
747
748 maintainer-clean-generic:
749 @echo "This command is intended for maintainers to use"
750 @echo "it deletes files that may require special tools to rebuild."
751 clean: clean-am
752
753 clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
754 mostlyclean-am
755
756 distclean: distclean-am
757 -rm -f ./$(DEPDIR)/ibus_engine_array-array.Po
758 -rm -f ./$(DEPDIR)/ibus_engine_array-engine.Po
759 -rm -f ./$(DEPDIR)/ibus_engine_array-main.Po
760 -rm -f Makefile
761 distclean-am: clean-am distclean-compile distclean-generic \
762 distclean-tags
763
764 dvi: dvi-am
765
766 dvi-am:
767
768 html: html-am
769
770 html-am:
771
772 info: info-am
773
774 info-am:
775
776 install-data-am: install-componentDATA
777
778 install-dvi: install-dvi-am
779
780 install-dvi-am:
781
782 install-exec-am: install-libexecPROGRAMS
783
784 install-html: install-html-am
785
786 install-html-am:
787
788 install-info: install-info-am
789
790 install-info-am:
791
792 install-man:
793
794 install-pdf: install-pdf-am
795
796 install-pdf-am:
797
798 install-ps: install-ps-am
799
800 install-ps-am:
801
802 installcheck-am:
803
804 maintainer-clean: maintainer-clean-am
805 -rm -f ./$(DEPDIR)/ibus_engine_array-array.Po
806 -rm -f ./$(DEPDIR)/ibus_engine_array-engine.Po
807 -rm -f ./$(DEPDIR)/ibus_engine_array-main.Po
808 -rm -f Makefile
809 maintainer-clean-am: distclean-am maintainer-clean-generic
810
811 mostlyclean: mostlyclean-am
812
813 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
814 mostlyclean-libtool
815
816 pdf: pdf-am
817
818 pdf-am:
819
820 ps: ps-am
821
822 ps-am:
823
824 uninstall-am: uninstall-componentDATA uninstall-libexecPROGRAMS
825
826 .MAKE: install-am install-strip
827
828 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
829 clean-generic clean-libexecPROGRAMS clean-libtool \
830 cscopelist-am ctags ctags-am distclean distclean-compile \
831 distclean-generic distclean-libtool distclean-tags distdir dvi \
832 dvi-am html html-am info info-am install install-am \
833 install-componentDATA install-data install-data-am install-dvi \
834 install-dvi-am install-exec install-exec-am install-html \
835 install-html-am install-info install-info-am \
836 install-libexecPROGRAMS install-man install-pdf install-pdf-am \
837 install-ps install-ps-am install-strip installcheck \
838 installcheck-am installdirs maintainer-clean \
839 maintainer-clean-generic mostlyclean mostlyclean-compile \
840 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
841 tags tags-am uninstall uninstall-am uninstall-componentDATA \
842 uninstall-libexecPROGRAMS
843
844 .PRECIOUS: Makefile
845
846
847 %.xml: %.inputMethod.xml.in
848 sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|g" \
849 -e "s|\@PKGDATADIR\@|$(pkgdatadir)|g" \
850 $< > $@
851
852 test: ibus-engine-array
853 $(builddir)/ibus-engine-array
854
855 # Tell versions [3.59,3.63) of GNU make to not export all variables.
856 # Otherwise a system limit (for SysV at least) may be exceeded.
857 .NOEXPORT:
5454 "8v", //,
5555 "9v", //.
5656 "0v", ///
57 "0-" //;
57 "0-", //;
58 " ?", //?
5859 };
5960
6061 ArrayContext* array_create_context() {
9697 }
9798 else if (c == ';') {
9899 index = 29;
100 }
101 else if (c == '?') {
102 index = 30;
99103 }
100104
101105 if (index >= 0) {
115119 g_array_free(candidates, TRUE);
116120 }
117121
118 GArray* array_get_candidates_from_main(ArrayContext *context, gchar *keys) {
119 GArray *result;
120 result = (GArray*)g_array_new(FALSE, FALSE, sizeof(gchar*));
121
122 sqlite3_stmt *stmt;
123
124 int retcode;
125 retcode = sqlite3_prepare_v2(context->conn, "SELECT ch FROM main WHERE keys=?", -1, &stmt, NULL);
122 GArray* array_get_candidates_from_main(ArrayContext *context, gchar *keys, guint wildcard_char_count) {
123 GArray *result;
124 result = (GArray*)g_array_new(FALSE, FALSE, sizeof(gchar*));
125
126 sqlite3_stmt *stmt;
127
128 int retcode;
129 if (!wildcard_char_count)
130 retcode = sqlite3_prepare_v2(context->conn, "SELECT ch FROM main WHERE keys=?", -1, &stmt, NULL);
131 else
132 retcode = sqlite3_prepare_v2(context->conn, "SELECT ch FROM main WHERE keys GLOB ?", -1, &stmt, NULL);
133
126134 if (retcode == SQLITE_OK) {
127135 sqlite3_bind_text(stmt, 1, keys, -1, SQLITE_TRANSIENT);
128136 while (sqlite3_step(stmt) == SQLITE_ROW) {
3131 ArrayContext* array_create_context();
3232 void array_release_context(ArrayContext *context);
3333 GString* array_get_preedit_string(GString *preedit);
34 GArray* array_get_candidates_from_main(ArrayContext *context, gchar *keys);
34 GArray* array_get_candidates_from_main(ArrayContext *context, gchar *keys, guint wildcard_char_count);
3535 GArray* array_get_candidates_from_simple(ArrayContext *context, gchar *keys);
3636 GArray* array_get_candidates_from_special(ArrayContext *context, gchar *keys);
3737 GArray* array_get_reverted_key_candidates_from_special(ArrayContext *context, gchar *ch);
0 <?xml version="1.0" encoding="utf-8"?>
1 <!-- filename: array.xml -->
2 <component>
3 <name>org.freedesktop.IBus.Array</name>
4 <description>Array 30 Input Method Component</description>
5 <exec>@LIBEXECDIR@/ibus-engine-array --ibus</exec>
6 <version>0.2.2</version>
7 <author>
8 王昱鈞 Yu-Chun Wang &lt;mainlander1122@gmail.com&gt;
9 林耕宇 Keng-Yu Lin &lt;kengyu@debian.org&gt;</author>
10 <license>GPL</license>
11 <homepage>https://github.com/lexical/ibus-array</homepage>
12 <textdomain>ibus-array</textdomain>
13 <engines>
14 <engine>
15 <name>array</name>
16 <language>zh_TW</language>
17 <license>GPL</license>
18 <author>
19 王昱鈞 Yu-Chun Wang &lt;mainlander1122@gmail.com&gt;
20 林耕宇 Keng-Yu Lin &lt;kengyu@debian.org&gt;</author>
21 <icon>@PKGDATADIR@/icons/ibus-array.png</icon>
22 <layout>us</layout>
23 <longname>Array</longname>
24 <description>Array 30 Input Method
25 行列30輸入法</description>
26 <rank>99</rank>
27 <symbol>&#x884C;</symbol>
28 <setup>@LIBEXECDIR@/ibus-setup-array</setup>
29 </engine>
30 </engines>
31 </component>
3737 GString *preedit;
3838 gint cursor_pos;
3939 guint space_press_count;
40 guint wildcard_char_count;
4041
4142 IBusLookupTable *table;
4243 IBusPropList *prop_list;
6869 static void ibus_array_engine_cursor_up (IBusEngine *engine);
6970 static void ibus_array_engine_cursor_down (IBusEngine *engine);
7071
71 static void ibus_array_engine_property_activate (IBusEngine *engine, const gchar *prop_name, gint prop_state);
72 static void ibus_array_engine_property_activate (IBusEngine *engine, const gchar *prop_name, guint prop_state);
7273 static void ibus_array_engine_property_show (IBusEngine *engine, const gchar *prop_name);
7374 static void ibus_array_engine_property_hide (IBusEngine *engine, const gchar *prop_name);
7475
187188 arrayeng->preedit = g_string_new ("");
188189 arrayeng->cursor_pos = 0;
189190 arrayeng->space_press_count = 0;
191 arrayeng->wildcard_char_count = 0;
190192
191193 arrayeng->table = ibus_lookup_table_new (10, 0, FALSE, TRUE);
192194 g_object_ref_sink (arrayeng->table);
227229 g_string_assign (arrayeng->preedit, "");
228230 arrayeng->cursor_pos = 0;
229231 arrayeng->space_press_count = 0;
232 arrayeng->wildcard_char_count = 0;
230233
231234 ibus_engine_hide_preedit_text (engine);
232235 ibus_engine_hide_lookup_table (engine);
268271 if (arrayeng->preedit->len <= 2 && arrayeng->space_press_count == 0)
269272 candidates = array_get_candidates_from_simple(array_context, arrayeng->preedit->str);
270273 else
271 candidates = array_get_candidates_from_main(array_context, arrayeng->preedit->str);
274 candidates = array_get_candidates_from_main(array_context, arrayeng->preedit->str, arrayeng->wildcard_char_count);
272275
273276 if (candidates == NULL) {
274277 ibus_engine_hide_lookup_table ((IBusEngine *) arrayeng);
329332
330333 GArray *candidates = NULL;
331334
332 candidates = array_get_candidates_from_main(array_context, arrayeng->preedit->str);
335 candidates = array_get_candidates_from_main(array_context, arrayeng->preedit->str, arrayeng->wildcard_char_count);
333336
334337 if (candidates == NULL) {
335338 ibus_engine_hide_lookup_table ((IBusEngine *) arrayeng);
406409 }
407410
408411 #define is_alpha(c) (((c) >= IBUS_a && (c) <= IBUS_z))
412 #define is_root(c) ((is_alpha (c) || (c) == IBUS_period || (c) == IBUS_comma || (c) == IBUS_slash || (c) == IBUS_semicolon))
413 #define is_wildcard(c) (((c) == IBUS_question))
409414
410415 static gboolean ibus_array_engine_process_key_event (IBusEngine *engine, guint keyval, guint keycode, guint modifiers) {
411416 IBusText *text;
472477 return FALSE;
473478 if (arrayeng->cursor_pos > 0) {
474479 arrayeng->cursor_pos-- ;
480 if (is_wildcard (arrayeng->preedit->str[arrayeng->cursor_pos]))
481 arrayeng->wildcard_char_count --;
475482 g_string_erase (arrayeng->preedit, arrayeng->cursor_pos, 1);
476483 ibus_array_engine_update (arrayeng);
477484 }
490497 return ibus_array_engine_process_candidate_key_event(arrayeng, keyval, modifiers);
491498 }
492499
493 if (is_alpha (keyval) || keyval == IBUS_period || keyval == IBUS_comma || keyval == IBUS_slash || keyval == IBUS_semicolon) {
500 if (is_root (keyval) || is_wildcard (keyval)) {
494501 if (arrayeng->space_press_count == 1)
495502 if (arrayeng->table->candidates->len > 0) {
496503 gboolean commit_rev;
504511
505512 if (arrayeng->preedit->len >= 5)
506513 return TRUE;
514
515 if (is_wildcard (keyval))
516 arrayeng->wildcard_char_count ++;
507517
508518 g_string_insert_c (arrayeng->preedit, arrayeng->cursor_pos, keyval);
509519
638648 array_release_candidates(candidates);
639649 }
640650
641 static void ibus_array_engine_property_activate (IBusEngine *engine, const gchar *prop_name, gint prop_state) {
651 static void ibus_array_engine_property_activate (IBusEngine *engine, const gchar *prop_name, guint prop_state) {
642652 if (g_strcmp0(prop_name, "setup") == 0) {
643653 GError *error = NULL;
644654 gchar *argv[2] = { NULL, };