New upstream version 2.5.11+ds1
Hilmar Preusse
1 year, 2 months ago
0 | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.16.1 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
168 | 168 | $(RECURSIVE_CLEAN_TARGETS) \ |
169 | 169 | $(am__extra_recursive_targets) |
170 | 170 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
171 | cscope distdir dist dist-all distcheck | |
171 | cscope distdir distdir-am dist dist-all distcheck | |
172 | 172 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
173 | 173 | $(LISP)config.h.in |
174 | 174 | # Read a list of newline-separated strings from the standard input, |
402 | 402 | echo ' $(SHELL) ./config.status'; \ |
403 | 403 | $(SHELL) ./config.status;; \ |
404 | 404 | *) \ |
405 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
406 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
405 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ | |
406 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ | |
407 | 407 | esac; |
408 | 408 | |
409 | 409 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
570 | 570 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
571 | 571 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
572 | 572 | |
573 | distdir: $(DISTFILES) | |
573 | distdir: $(BUILT_SOURCES) | |
574 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
575 | ||
576 | distdir-am: $(DISTFILES) | |
574 | 577 | $(am__remove_distdir) |
575 | 578 | test -d "$(distdir)" || mkdir "$(distdir)" |
576 | 579 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
0 | 2021-11-08 | |
1 | Version 2.5.11 | |
2 | Updated Unicode character names and normalization data to 14.0.0 | |
3 | Updated documentation | |
4 | ||
0 | 5 | 2020-05-05 |
1 | 6 | Version 2.5.10 |
2 | 7 | Updated Unicode character names and normalization data to 13.0.0 |
6 | 6 | See the Documentation folder for information on the TECkit mapping language |
7 | 7 | and conversion tool usage notes. |
8 | 8 | |
9 | The TECkit libraries have been updated to support the Unicode 13.0.0 character | |
9 | The TECkit libraries have been updated to support the Unicode 14.0.0 character | |
10 | 10 | repertoire. |
11 | 11 | |
12 | 12 | Starting with TECkit version 2.5.7 there are several changes with the Windows |
0 | # generated automatically by aclocal 1.15.1 -*- Autoconf -*- | |
1 | ||
2 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
0 | # generated automatically by aclocal 1.16.1 -*- Autoconf -*- | |
1 | ||
2 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
3 | 3 | |
4 | 4 | # This file is free software; the Free Software Foundation |
5 | 5 | # gives unlimited permission to copy and/or distribute it, |
19 | 19 | If you have problems, you may need to regenerate the build system entirely. |
20 | 20 | To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
21 | 21 | |
22 | # Copyright (C) 2002-2017 Free Software Foundation, Inc. | |
22 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | |
23 | 23 | # |
24 | 24 | # This file is free software; the Free Software Foundation |
25 | 25 | # gives unlimited permission to copy and/or distribute it, |
31 | 31 | # generated from the m4 files accompanying Automake X.Y. |
32 | 32 | # (This private macro should not be called outside this file.) |
33 | 33 | AC_DEFUN([AM_AUTOMAKE_VERSION], |
34 | [am__api_version='1.15' | |
34 | [am__api_version='1.16' | |
35 | 35 | dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
36 | 36 | dnl require some minimum version. Point them to the right macro. |
37 | m4_if([$1], [1.15.1], [], | |
37 | m4_if([$1], [1.16.1], [], | |
38 | 38 | [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
39 | 39 | ]) |
40 | 40 | |
50 | 50 | # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
51 | 51 | # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
52 | 52 | AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
53 | [AM_AUTOMAKE_VERSION([1.15.1])dnl | |
53 | [AM_AUTOMAKE_VERSION([1.16.1])dnl | |
54 | 54 | m4_ifndef([AC_AUTOCONF_VERSION], |
55 | 55 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
56 | 56 | _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
57 | 57 | |
58 | 58 | # AM_AUX_DIR_EXPAND -*- Autoconf -*- |
59 | 59 | |
60 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
60 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
61 | 61 | # |
62 | 62 | # This file is free software; the Free Software Foundation |
63 | 63 | # gives unlimited permission to copy and/or distribute it, |
109 | 109 | |
110 | 110 | # AM_CONDITIONAL -*- Autoconf -*- |
111 | 111 | |
112 | # Copyright (C) 1997-2017 Free Software Foundation, Inc. | |
112 | # Copyright (C) 1997-2018 Free Software Foundation, Inc. | |
113 | 113 | # |
114 | 114 | # This file is free software; the Free Software Foundation |
115 | 115 | # gives unlimited permission to copy and/or distribute it, |
140 | 140 | Usually this means the macro was only invoked conditionally.]]) |
141 | 141 | fi])]) |
142 | 142 | |
143 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
143 | # Copyright (C) 1999-2018 Free Software Foundation, Inc. | |
144 | 144 | # |
145 | 145 | # This file is free software; the Free Software Foundation |
146 | 146 | # gives unlimited permission to copy and/or distribute it, |
331 | 331 | |
332 | 332 | # Generate code to set up dependency tracking. -*- Autoconf -*- |
333 | 333 | |
334 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
335 | # | |
336 | # This file is free software; the Free Software Foundation | |
337 | # gives unlimited permission to copy and/or distribute it, | |
338 | # with or without modifications, as long as this notice is preserved. | |
339 | ||
334 | # Copyright (C) 1999-2018 Free Software Foundation, Inc. | |
335 | # | |
336 | # This file is free software; the Free Software Foundation | |
337 | # gives unlimited permission to copy and/or distribute it, | |
338 | # with or without modifications, as long as this notice is preserved. | |
340 | 339 | |
341 | 340 | # _AM_OUTPUT_DEPENDENCY_COMMANDS |
342 | 341 | # ------------------------------ |
345 | 344 | # Older Autoconf quotes --file arguments for eval, but not when files |
346 | 345 | # are listed without --file. Let's play safe and only enable the eval |
347 | 346 | # if we detect the quoting. |
348 | case $CONFIG_FILES in | |
349 | *\'*) eval set x "$CONFIG_FILES" ;; | |
350 | *) set x $CONFIG_FILES ;; | |
351 | esac | |
347 | # TODO: see whether this extra hack can be removed once we start | |
348 | # requiring Autoconf 2.70 or later. | |
349 | AS_CASE([$CONFIG_FILES], | |
350 | [*\'*], [eval set x "$CONFIG_FILES"], | |
351 | [*], [set x $CONFIG_FILES]) | |
352 | 352 | shift |
353 | for mf | |
353 | # Used to flag and report bootstrapping failures. | |
354 | am_rc=0 | |
355 | for am_mf | |
354 | 356 | do |
355 | 357 | # Strip MF so we end up with the name of the file. |
356 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
357 | # Check whether this is an Automake generated Makefile or not. | |
358 | # We used to match only the files named 'Makefile.in', but | |
359 | # some people rename them; so instead we look at the file content. | |
360 | # Grep'ing the first line is not enough: some people post-process | |
361 | # each Makefile.in and add a new line on top of each file to say so. | |
362 | # Grep'ing the whole file is not good either: AIX grep has a line | |
358 | am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` | |
359 | # Check whether this is an Automake generated Makefile which includes | |
360 | # dependency-tracking related rules and includes. | |
361 | # Grep'ing the whole file directly is not great: AIX grep has a line | |
363 | 362 | # limit of 2048, but all sed's we know have understand at least 4000. |
364 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
365 | dirpart=`AS_DIRNAME("$mf")` | |
366 | else | |
367 | continue | |
368 | fi | |
369 | # Extract the definition of DEPDIR, am__include, and am__quote | |
370 | # from the Makefile without running 'make'. | |
371 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
372 | test -z "$DEPDIR" && continue | |
373 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
374 | test -z "$am__include" && continue | |
375 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
376 | # Find all dependency output files, they are included files with | |
377 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
378 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
379 | # expansion. | |
380 | for file in `sed -n " | |
381 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
382 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do | |
383 | # Make sure the directory exists. | |
384 | test -f "$dirpart/$file" && continue | |
385 | fdir=`AS_DIRNAME(["$file"])` | |
386 | AS_MKDIR_P([$dirpart/$fdir]) | |
387 | # echo "creating $dirpart/$file" | |
388 | echo '# dummy' > "$dirpart/$file" | |
389 | done | |
363 | sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ | |
364 | || continue | |
365 | am_dirpart=`AS_DIRNAME(["$am_mf"])` | |
366 | am_filepart=`AS_BASENAME(["$am_mf"])` | |
367 | AM_RUN_LOG([cd "$am_dirpart" \ | |
368 | && sed -e '/# am--include-marker/d' "$am_filepart" \ | |
369 | | $MAKE -f - am--depfiles]) || am_rc=$? | |
390 | 370 | done |
371 | if test $am_rc -ne 0; then | |
372 | AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments | |
373 | for automatic dependency tracking. Try re-running configure with the | |
374 | '--disable-dependency-tracking' option to at least be able to build | |
375 | the package (albeit without support for automatic dependency tracking).]) | |
376 | fi | |
377 | AS_UNSET([am_dirpart]) | |
378 | AS_UNSET([am_filepart]) | |
379 | AS_UNSET([am_mf]) | |
380 | AS_UNSET([am_rc]) | |
381 | rm -f conftest-deps.mk | |
391 | 382 | } |
392 | 383 | ])# _AM_OUTPUT_DEPENDENCY_COMMANDS |
393 | 384 | |
396 | 387 | # ----------------------------- |
397 | 388 | # This macro should only be invoked once -- use via AC_REQUIRE. |
398 | 389 | # |
399 | # This code is only required when automatic dependency tracking | |
400 | # is enabled. FIXME. This creates each '.P' file that we will | |
401 | # need in order to bootstrap the dependency handling code. | |
390 | # This code is only required when automatic dependency tracking is enabled. | |
391 | # This creates each '.Po' and '.Plo' makefile fragment that we'll need in | |
392 | # order to bootstrap the dependency handling code. | |
402 | 393 | AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
403 | 394 | [AC_CONFIG_COMMANDS([depfiles], |
404 | 395 | [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
405 | [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) | |
406 | ]) | |
396 | [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) | |
407 | 397 | |
408 | 398 | # Do all the work for Automake. -*- Autoconf -*- |
409 | 399 | |
410 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
400 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
411 | 401 | # |
412 | 402 | # This file is free software; the Free Software Foundation |
413 | 403 | # gives unlimited permission to copy and/or distribute it, |
494 | 484 | AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
495 | 485 | # For better backward compatibility. To be removed once Automake 1.9.x |
496 | 486 | # dies out for good. For more background, see: |
497 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | |
498 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | |
487 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | |
488 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | |
499 | 489 | AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
500 | 490 | # We need awk for the "check" target (and possibly the TAP driver). The |
501 | 491 | # system "awk" is bad on some platforms. |
562 | 552 | Aborting the configuration process, to ensure you take notice of the issue. |
563 | 553 | |
564 | 554 | You can download and install GNU coreutils to get an 'rm' implementation |
565 | that behaves properly: <http://www.gnu.org/software/coreutils/>. | |
555 | that behaves properly: <https://www.gnu.org/software/coreutils/>. | |
566 | 556 | |
567 | 557 | If you want to complete the configuration process using your problematic |
568 | 558 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
604 | 594 | done |
605 | 595 | echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
606 | 596 | |
607 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
597 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
608 | 598 | # |
609 | 599 | # This file is free software; the Free Software Foundation |
610 | 600 | # gives unlimited permission to copy and/or distribute it, |
625 | 615 | fi |
626 | 616 | AC_SUBST([install_sh])]) |
627 | 617 | |
628 | # Copyright (C) 2003-2017 Free Software Foundation, Inc. | |
618 | # Copyright (C) 2003-2018 Free Software Foundation, Inc. | |
629 | 619 | # |
630 | 620 | # This file is free software; the Free Software Foundation |
631 | 621 | # gives unlimited permission to copy and/or distribute it, |
647 | 637 | # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
648 | 638 | # From Jim Meyering |
649 | 639 | |
650 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
640 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
651 | 641 | # |
652 | 642 | # This file is free software; the Free Software Foundation |
653 | 643 | # gives unlimited permission to copy and/or distribute it, |
682 | 672 | |
683 | 673 | # Check to see how 'make' treats includes. -*- Autoconf -*- |
684 | 674 | |
685 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
675 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
686 | 676 | # |
687 | 677 | # This file is free software; the Free Software Foundation |
688 | 678 | # gives unlimited permission to copy and/or distribute it, |
690 | 680 | |
691 | 681 | # AM_MAKE_INCLUDE() |
692 | 682 | # ----------------- |
693 | # Check to see how make treats includes. | |
683 | # Check whether make has an 'include' directive that can support all | |
684 | # the idioms we need for our automatic dependency tracking code. | |
694 | 685 | AC_DEFUN([AM_MAKE_INCLUDE], |
695 | [am_make=${MAKE-make} | |
696 | cat > confinc << 'END' | |
686 | [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) | |
687 | cat > confinc.mk << 'END' | |
697 | 688 | am__doit: |
698 | @echo this is the am__doit target | |
689 | @echo this is the am__doit target >confinc.out | |
699 | 690 | .PHONY: am__doit |
700 | 691 | END |
701 | # If we don't find an include directive, just comment out the code. | |
702 | AC_MSG_CHECKING([for style of include used by $am_make]) | |
703 | 692 | am__include="#" |
704 | 693 | am__quote= |
705 | _am_result=none | |
706 | # First try GNU make style include. | |
707 | echo "include confinc" > confmf | |
708 | # Ignore all kinds of additional output from 'make'. | |
709 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
710 | *the\ am__doit\ target*) | |
711 | am__include=include | |
712 | am__quote= | |
713 | _am_result=GNU | |
714 | ;; | |
715 | esac | |
716 | # Now try BSD make style include. | |
717 | if test "$am__include" = "#"; then | |
718 | echo '.include "confinc"' > confmf | |
719 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
720 | *the\ am__doit\ target*) | |
721 | am__include=.include | |
722 | am__quote="\"" | |
723 | _am_result=BSD | |
724 | ;; | |
725 | esac | |
726 | fi | |
727 | AC_SUBST([am__include]) | |
728 | AC_SUBST([am__quote]) | |
729 | AC_MSG_RESULT([$_am_result]) | |
730 | rm -f confinc confmf | |
731 | ]) | |
694 | # BSD make does it like this. | |
695 | echo '.include "confinc.mk" # ignored' > confmf.BSD | |
696 | # Other make implementations (GNU, Solaris 10, AIX) do it like this. | |
697 | echo 'include confinc.mk # ignored' > confmf.GNU | |
698 | _am_result=no | |
699 | for s in GNU BSD; do | |
700 | AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) | |
701 | AS_CASE([$?:`cat confinc.out 2>/dev/null`], | |
702 | ['0:this is the am__doit target'], | |
703 | [AS_CASE([$s], | |
704 | [BSD], [am__include='.include' am__quote='"'], | |
705 | [am__include='include' am__quote=''])]) | |
706 | if test "$am__include" != "#"; then | |
707 | _am_result="yes ($s style)" | |
708 | break | |
709 | fi | |
710 | done | |
711 | rm -f confinc.* confmf.* | |
712 | AC_MSG_RESULT([${_am_result}]) | |
713 | AC_SUBST([am__include])]) | |
714 | AC_SUBST([am__quote])]) | |
732 | 715 | |
733 | 716 | # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
734 | 717 | |
735 | # Copyright (C) 1997-2017 Free Software Foundation, Inc. | |
718 | # Copyright (C) 1997-2018 Free Software Foundation, Inc. | |
736 | 719 | # |
737 | 720 | # This file is free software; the Free Software Foundation |
738 | 721 | # gives unlimited permission to copy and/or distribute it, |
773 | 756 | # Obsolete and "removed" macros, that must however still report explicit |
774 | 757 | # error messages when used, to smooth transition. |
775 | 758 | # |
776 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
759 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
777 | 760 | # |
778 | 761 | # This file is free software; the Free Software Foundation |
779 | 762 | # gives unlimited permission to copy and/or distribute it, |
800 | 783 | |
801 | 784 | # Helper functions for option handling. -*- Autoconf -*- |
802 | 785 | |
803 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
786 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
804 | 787 | # |
805 | 788 | # This file is free software; the Free Software Foundation |
806 | 789 | # gives unlimited permission to copy and/or distribute it, |
829 | 812 | AC_DEFUN([_AM_IF_OPTION], |
830 | 813 | [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
831 | 814 | |
832 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
815 | # Copyright (C) 1999-2018 Free Software Foundation, Inc. | |
833 | 816 | # |
834 | 817 | # This file is free software; the Free Software Foundation |
835 | 818 | # gives unlimited permission to copy and/or distribute it, |
876 | 859 | # For backward compatibility. |
877 | 860 | AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
878 | 861 | |
879 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
862 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
880 | 863 | # |
881 | 864 | # This file is free software; the Free Software Foundation |
882 | 865 | # gives unlimited permission to copy and/or distribute it, |
895 | 878 | |
896 | 879 | # Check to make sure that the build environment is sane. -*- Autoconf -*- |
897 | 880 | |
898 | # Copyright (C) 1996-2017 Free Software Foundation, Inc. | |
881 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
899 | 882 | # |
900 | 883 | # This file is free software; the Free Software Foundation |
901 | 884 | # gives unlimited permission to copy and/or distribute it, |
976 | 959 | rm -f conftest.file |
977 | 960 | ]) |
978 | 961 | |
979 | # Copyright (C) 2009-2017 Free Software Foundation, Inc. | |
962 | # Copyright (C) 2009-2018 Free Software Foundation, Inc. | |
980 | 963 | # |
981 | 964 | # This file is free software; the Free Software Foundation |
982 | 965 | # gives unlimited permission to copy and/or distribute it, |
1036 | 1019 | _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
1037 | 1020 | ]) |
1038 | 1021 | |
1039 | # Copyright (C) 2001-2017 Free Software Foundation, Inc. | |
1022 | # Copyright (C) 2001-2018 Free Software Foundation, Inc. | |
1040 | 1023 | # |
1041 | 1024 | # This file is free software; the Free Software Foundation |
1042 | 1025 | # gives unlimited permission to copy and/or distribute it, |
1064 | 1047 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
1065 | 1048 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
1066 | 1049 | |
1067 | # Copyright (C) 2006-2017 Free Software Foundation, Inc. | |
1050 | # Copyright (C) 2006-2018 Free Software Foundation, Inc. | |
1068 | 1051 | # |
1069 | 1052 | # This file is free software; the Free Software Foundation |
1070 | 1053 | # gives unlimited permission to copy and/or distribute it, |
1083 | 1066 | |
1084 | 1067 | # Check how to create a tarball. -*- Autoconf -*- |
1085 | 1068 | |
1086 | # Copyright (C) 2004-2017 Free Software Foundation, Inc. | |
1069 | # Copyright (C) 2004-2018 Free Software Foundation, Inc. | |
1087 | 1070 | # |
1088 | 1071 | # This file is free software; the Free Software Foundation |
1089 | 1072 | # gives unlimited permission to copy and/or distribute it, |
0 | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.16.1 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
111 | 111 | CONFIG_HEADER = $(top_builddir)/config.h |
112 | 112 | CONFIG_CLEAN_FILES = |
113 | 113 | CONFIG_CLEAN_VPATH_FILES = |
114 | am__installdirs = "$(DESTDIR)$(bindir)" | |
115 | PROGRAMS = $(bin_PROGRAMS) | |
114 | 116 | LIBRARIES = $(noinst_LIBRARIES) |
115 | 117 | ARFLAGS = cru |
116 | 118 | AM_V_AR = $(am__v_AR_@AM_V@) |
130 | 132 | @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT) \ |
131 | 133 | @SYSTEM_EXPAT_FALSE@ @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT) |
132 | 134 | libexpat_a_OBJECTS = $(am_libexpat_a_OBJECTS) |
133 | am__installdirs = "$(DESTDIR)$(bindir)" | |
134 | PROGRAMS = $(bin_PROGRAMS) | |
135 | 135 | am_sfconv_OBJECTS = @top_builddir@/SFconv/sfconv-SFconv.$(OBJEXT) \ |
136 | 136 | @top_builddir@/SFconv/sfconv-UtfCodec.$(OBJEXT) |
137 | 137 | sfconv_OBJECTS = $(am_sfconv_OBJECTS) |
169 | 169 | am__v_at_1 = |
170 | 170 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
171 | 171 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
172 | am__depfiles_maybe = depfiles | |
172 | am__maybe_remake_depfiles = depfiles | |
173 | am__depfiles_remade = \ | |
174 | @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po \ | |
175 | @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po \ | |
176 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po \ | |
177 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po \ | |
178 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po \ | |
179 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po \ | |
180 | @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po \ | |
181 | @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po | |
173 | 182 | am__mv = mv -f |
174 | 183 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
175 | 184 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
434 | 443 | *config.status*) \ |
435 | 444 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
436 | 445 | *) \ |
437 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
438 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
446 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ | |
447 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ | |
439 | 448 | esac; |
440 | 449 | |
441 | 450 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
446 | 455 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
447 | 456 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
448 | 457 | $(am__aclocal_m4_deps): |
449 | ||
450 | clean-noinstLIBRARIES: | |
451 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
452 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp): | |
453 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse | |
454 | @: > @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) | |
455 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp): | |
456 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) | |
457 | @: > @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
458 | @top_builddir@/SFconv/expat/xmlparse/libexpat_a-xmlparse.$(OBJEXT): \ | |
459 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \ | |
460 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
461 | @top_builddir@/SFconv/expat/xmlparse/libexpat_a-hashtable.$(OBJEXT): \ | |
462 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \ | |
463 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
464 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp): | |
465 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok | |
466 | @: > @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) | |
467 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp): | |
468 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) | |
469 | @: > @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
470 | @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT): \ | |
471 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \ | |
472 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
473 | @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT): \ | |
474 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \ | |
475 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
476 | ||
477 | libexpat.a: $(libexpat_a_OBJECTS) $(libexpat_a_DEPENDENCIES) $(EXTRA_libexpat_a_DEPENDENCIES) | |
478 | $(AM_V_at)-rm -f libexpat.a | |
479 | $(AM_V_AR)$(libexpat_a_AR) libexpat.a $(libexpat_a_OBJECTS) $(libexpat_a_LIBADD) | |
480 | $(AM_V_at)$(RANLIB) libexpat.a | |
481 | 458 | install-binPROGRAMS: $(bin_PROGRAMS) |
482 | 459 | @$(NORMAL_INSTALL) |
483 | 460 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
527 | 504 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
528 | 505 | echo " rm -f" $$list; \ |
529 | 506 | rm -f $$list |
507 | ||
508 | clean-noinstLIBRARIES: | |
509 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
510 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp): | |
511 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse | |
512 | @: > @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) | |
513 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp): | |
514 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) | |
515 | @: > @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
516 | @top_builddir@/SFconv/expat/xmlparse/libexpat_a-xmlparse.$(OBJEXT): \ | |
517 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \ | |
518 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
519 | @top_builddir@/SFconv/expat/xmlparse/libexpat_a-hashtable.$(OBJEXT): \ | |
520 | @top_builddir@/SFconv/expat/xmlparse/$(am__dirstamp) \ | |
521 | @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/$(am__dirstamp) | |
522 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp): | |
523 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok | |
524 | @: > @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) | |
525 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp): | |
526 | @$(MKDIR_P) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) | |
527 | @: > @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
528 | @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmlrole.$(OBJEXT): \ | |
529 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \ | |
530 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
531 | @top_builddir@/SFconv/expat/xmltok/libexpat_a-xmltok.$(OBJEXT): \ | |
532 | @top_builddir@/SFconv/expat/xmltok/$(am__dirstamp) \ | |
533 | @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/$(am__dirstamp) | |
534 | ||
535 | libexpat.a: $(libexpat_a_OBJECTS) $(libexpat_a_DEPENDENCIES) $(EXTRA_libexpat_a_DEPENDENCIES) | |
536 | $(AM_V_at)-rm -f libexpat.a | |
537 | $(AM_V_AR)$(libexpat_a_AR) libexpat.a $(libexpat_a_OBJECTS) $(libexpat_a_LIBADD) | |
538 | $(AM_V_at)$(RANLIB) libexpat.a | |
530 | 539 | @top_builddir@/SFconv/$(am__dirstamp): |
531 | 540 | @$(MKDIR_P) @top_builddir@/SFconv |
532 | 541 | @: > @top_builddir@/SFconv/$(am__dirstamp) |
574 | 583 | distclean-compile: |
575 | 584 | -rm -f *.tab.c |
576 | 585 | |
577 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po@am__quote@ | |
578 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po@am__quote@ | |
579 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po@am__quote@ | |
580 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po@am__quote@ | |
581 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po@am__quote@ | |
582 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po@am__quote@ | |
583 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po@am__quote@ | |
584 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po@am__quote@ | |
586 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po@am__quote@ # am--include-marker | |
587 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po@am__quote@ # am--include-marker | |
588 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po@am__quote@ # am--include-marker | |
589 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po@am__quote@ # am--include-marker | |
590 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po@am__quote@ # am--include-marker | |
591 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po@am__quote@ # am--include-marker | |
592 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po@am__quote@ # am--include-marker | |
593 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po@am__quote@ # am--include-marker | |
594 | ||
595 | $(am__depfiles_remade): | |
596 | @$(MKDIR_P) $(@D) | |
597 | @echo '# dummy' >$@-t && $(am__mv) $@-t $@ | |
598 | ||
599 | am--depfiles: $(am__depfiles_remade) | |
585 | 600 | |
586 | 601 | .c.o: |
587 | 602 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
773 | 788 | distclean-tags: |
774 | 789 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
775 | 790 | |
776 | distdir: $(DISTFILES) | |
791 | distdir: $(BUILT_SOURCES) | |
792 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
793 | ||
794 | distdir-am: $(DISTFILES) | |
777 | 795 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
778 | 796 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
779 | 797 | list='$(DISTFILES)'; \ |
805 | 823 | done |
806 | 824 | check-am: all-am |
807 | 825 | check: check-am |
808 | all-am: Makefile $(LIBRARIES) $(PROGRAMS) | |
826 | all-am: Makefile $(PROGRAMS) $(LIBRARIES) | |
809 | 827 | installdirs: |
810 | 828 | for dir in "$(DESTDIR)$(bindir)"; do \ |
811 | 829 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
854 | 872 | clean-noinstLIBRARIES mostlyclean-am |
855 | 873 | |
856 | 874 | distclean: distclean-am |
857 | -rm -rf @top_builddir@/SFconv/$(DEPDIR) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) @top_builddir@/source/Sample-tools/$(DEPDIR) | |
875 | -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po | |
876 | -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po | |
877 | -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po | |
878 | -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po | |
879 | -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po | |
880 | -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po | |
881 | -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po | |
882 | -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po | |
858 | 883 | -rm -f Makefile |
859 | 884 | distclean-am: clean-am distclean-compile distclean-generic \ |
860 | 885 | distclean-tags |
900 | 925 | installcheck-am: |
901 | 926 | |
902 | 927 | maintainer-clean: maintainer-clean-am |
903 | -rm -rf @top_builddir@/SFconv/$(DEPDIR) @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR) @top_builddir@/SFconv/expat/xmltok/$(DEPDIR) @top_builddir@/source/Sample-tools/$(DEPDIR) | |
928 | -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-SFconv.Po | |
929 | -rm -f @top_builddir@/SFconv/$(DEPDIR)/sfconv-UtfCodec.Po | |
930 | -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-hashtable.Po | |
931 | -rm -f @top_builddir@/SFconv/expat/xmlparse/$(DEPDIR)/libexpat_a-xmlparse.Po | |
932 | -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmlrole.Po | |
933 | -rm -f @top_builddir@/SFconv/expat/xmltok/$(DEPDIR)/libexpat_a-xmltok.Po | |
934 | -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TECkit_Compile.Po | |
935 | -rm -f @top_builddir@/source/Sample-tools/$(DEPDIR)/TxtConv.Po | |
904 | 936 | -rm -f Makefile |
905 | 937 | maintainer-clean-am: distclean-am maintainer-clean-generic |
906 | 938 | |
921 | 953 | |
922 | 954 | .MAKE: install-am install-strip |
923 | 955 | |
924 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ | |
956 | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | |
925 | 957 | clean-binPROGRAMS clean-generic clean-libtool \ |
926 | 958 | clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ |
927 | 959 | distclean-compile distclean-generic distclean-libtool \ |
0 | 0 | #! /bin/sh |
1 | 1 | # Wrapper for compilers which do not understand '-c -o'. |
2 | 2 | |
3 | scriptversion=2012-10-14.11; # UTC | |
4 | ||
5 | # Copyright (C) 1999-2014 Free Software Foundation, Inc. | |
3 | scriptversion=2018-03-07.03; # UTC | |
4 | ||
5 | # Copyright (C) 1999-2018 Free Software Foundation, Inc. | |
6 | 6 | # Written by Tom Tromey <tromey@cygnus.com>. |
7 | 7 | # |
8 | 8 | # This program is free software; you can redistribute it and/or modify |
16 | 16 | # GNU General Public License for more details. |
17 | 17 | # |
18 | 18 | # You should have received a copy of the GNU General Public License |
19 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |
20 | 20 | |
21 | 21 | # As a special exception to the GNU General Public License, if you |
22 | 22 | # distribute this file as part of a program that contains a |
254 | 254 | echo "compile $scriptversion" |
255 | 255 | exit $? |
256 | 256 | ;; |
257 | cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) | |
257 | cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ | |
258 | icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) | |
258 | 259 | func_cl_wrapper "$@" # Doesn't return... |
259 | 260 | ;; |
260 | 261 | esac |
338 | 339 | # Local Variables: |
339 | 340 | # mode: shell-script |
340 | 341 | # sh-indentation: 2 |
341 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
342 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
342 | 343 | # time-stamp-start: "scriptversion=" |
343 | 344 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
344 | # time-stamp-time-zone: "UTC" | |
345 | # time-stamp-time-zone: "UTC0" | |
345 | 346 | # time-stamp-end: "; # UTC" |
346 | 347 | # End: |
0 | 0 | #! /bin/sh |
1 | 1 | # Guess values for system-dependent variables and create Makefiles. |
2 | # Generated by GNU Autoconf 2.69 for teckit 2.5.10. | |
2 | # Generated by GNU Autoconf 2.69 for teckit 2.5.11. | |
3 | 3 | # |
4 | 4 | # Report bugs to <wstech@sil.org>. |
5 | 5 | # |
589 | 589 | # Identity of this package. |
590 | 590 | PACKAGE_NAME='teckit' |
591 | 591 | PACKAGE_TARNAME='teckit' |
592 | PACKAGE_VERSION='2.5.10' | |
593 | PACKAGE_STRING='teckit 2.5.10' | |
592 | PACKAGE_VERSION='2.5.11' | |
593 | PACKAGE_STRING='teckit 2.5.11' | |
594 | 594 | PACKAGE_BUGREPORT='wstech@sil.org' |
595 | 595 | PACKAGE_URL='' |
596 | 596 | |
685 | 685 | AMDEPBACKSLASH |
686 | 686 | AMDEP_FALSE |
687 | 687 | AMDEP_TRUE |
688 | am__quote | |
689 | 688 | am__include |
690 | 689 | DEPDIR |
691 | 690 | OBJEXT |
775 | 774 | PACKAGE_TARNAME |
776 | 775 | PACKAGE_NAME |
777 | 776 | PATH_SEPARATOR |
778 | SHELL' | |
777 | SHELL | |
778 | am__quote' | |
779 | 779 | ac_subst_files='' |
780 | 780 | ac_user_opts=' |
781 | 781 | enable_option_checking |
1364 | 1364 | # Omit some internal or obsolete options to make the list less imposing. |
1365 | 1365 | # This message is too long to be a string in the A/UX 3.1 sh. |
1366 | 1366 | cat <<_ACEOF |
1367 | \`configure' configures teckit 2.5.10 to adapt to many kinds of systems. | |
1367 | \`configure' configures teckit 2.5.11 to adapt to many kinds of systems. | |
1368 | 1368 | |
1369 | 1369 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1370 | 1370 | |
1436 | 1436 | |
1437 | 1437 | if test -n "$ac_init_help"; then |
1438 | 1438 | case $ac_init_help in |
1439 | short | recursive ) echo "Configuration of teckit 2.5.10:";; | |
1439 | short | recursive ) echo "Configuration of teckit 2.5.11:";; | |
1440 | 1440 | esac |
1441 | 1441 | cat <<\_ACEOF |
1442 | 1442 | |
1561 | 1561 | test -n "$ac_init_help" && exit $ac_status |
1562 | 1562 | if $ac_init_version; then |
1563 | 1563 | cat <<\_ACEOF |
1564 | teckit configure 2.5.10 | |
1564 | teckit configure 2.5.11 | |
1565 | 1565 | generated by GNU Autoconf 2.69 |
1566 | 1566 | |
1567 | 1567 | Copyright (C) 2012 Free Software Foundation, Inc. |
2051 | 2051 | This file contains any messages produced by compilers while |
2052 | 2052 | running configure, to aid debugging if configure makes a mistake. |
2053 | 2053 | |
2054 | It was created by teckit $as_me 2.5.10, which was | |
2054 | It was created by teckit $as_me 2.5.11, which was | |
2055 | 2055 | generated by GNU Autoconf 2.69. Invocation command line was |
2056 | 2056 | |
2057 | 2057 | $ $0 $@ |
2543 | 2543 | NONENONEs,x,x, && |
2544 | 2544 | program_prefix=${target_alias}- |
2545 | 2545 | |
2546 | am__api_version='1.15' | |
2546 | am__api_version='1.16' | |
2547 | 2547 | |
2548 | 2548 | # Find a good install program. We prefer a C program (faster), |
2549 | 2549 | # so one script is as good as another. But avoid the broken or |
3029 | 3029 | |
3030 | 3030 | # Define the identity of the package. |
3031 | 3031 | PACKAGE='teckit' |
3032 | VERSION='2.5.10' | |
3032 | VERSION='2.5.11' | |
3033 | 3033 | |
3034 | 3034 | |
3035 | 3035 | cat >>confdefs.h <<_ACEOF |
3059 | 3059 | |
3060 | 3060 | # For better backward compatibility. To be removed once Automake 1.9.x |
3061 | 3061 | # dies out for good. For more background, see: |
3062 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | |
3063 | # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | |
3062 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | |
3063 | # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | |
3064 | 3064 | mkdir_p='$(MKDIR_P)' |
3065 | 3065 | |
3066 | 3066 | # We need awk for the "check" target (and possibly the TAP driver). The |
3111 | 3111 | Aborting the configuration process, to ensure you take notice of the issue. |
3112 | 3112 | |
3113 | 3113 | You can download and install GNU coreutils to get an 'rm' implementation |
3114 | that behaves properly: <http://www.gnu.org/software/coreutils/>. | |
3114 | that behaves properly: <https://www.gnu.org/software/coreutils/>. | |
3115 | 3115 | |
3116 | 3116 | If you want to complete the configuration process using your problematic |
3117 | 3117 | 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
3697 | 3697 | |
3698 | 3698 | ac_config_commands="$ac_config_commands depfiles" |
3699 | 3699 | |
3700 | ||
3701 | am_make=${MAKE-make} | |
3702 | cat > confinc << 'END' | |
3700 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 | |
3701 | $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } | |
3702 | cat > confinc.mk << 'END' | |
3703 | 3703 | am__doit: |
3704 | @echo this is the am__doit target | |
3704 | @echo this is the am__doit target >confinc.out | |
3705 | 3705 | .PHONY: am__doit |
3706 | 3706 | END |
3707 | # If we don't find an include directive, just comment out the code. | |
3708 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 | |
3709 | $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
3710 | 3707 | am__include="#" |
3711 | 3708 | am__quote= |
3712 | _am_result=none | |
3713 | # First try GNU make style include. | |
3714 | echo "include confinc" > confmf | |
3715 | # Ignore all kinds of additional output from 'make'. | |
3716 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3717 | *the\ am__doit\ target*) | |
3718 | am__include=include | |
3719 | am__quote= | |
3720 | _am_result=GNU | |
3721 | ;; | |
3709 | # BSD make does it like this. | |
3710 | echo '.include "confinc.mk" # ignored' > confmf.BSD | |
3711 | # Other make implementations (GNU, Solaris 10, AIX) do it like this. | |
3712 | echo 'include confinc.mk # ignored' > confmf.GNU | |
3713 | _am_result=no | |
3714 | for s in GNU BSD; do | |
3715 | { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 | |
3716 | (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 | |
3717 | ac_status=$? | |
3718 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
3719 | (exit $ac_status); } | |
3720 | case $?:`cat confinc.out 2>/dev/null` in #( | |
3721 | '0:this is the am__doit target') : | |
3722 | case $s in #( | |
3723 | BSD) : | |
3724 | am__include='.include' am__quote='"' ;; #( | |
3725 | *) : | |
3726 | am__include='include' am__quote='' ;; | |
3727 | esac ;; #( | |
3728 | *) : | |
3729 | ;; | |
3722 | 3730 | esac |
3723 | # Now try BSD make style include. | |
3724 | if test "$am__include" = "#"; then | |
3725 | echo '.include "confinc"' > confmf | |
3726 | case `$am_make -s -f confmf 2> /dev/null` in #( | |
3727 | *the\ am__doit\ target*) | |
3728 | am__include=.include | |
3729 | am__quote="\"" | |
3730 | _am_result=BSD | |
3731 | ;; | |
3732 | esac | |
3733 | fi | |
3734 | ||
3735 | ||
3736 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 | |
3737 | $as_echo "$_am_result" >&6; } | |
3738 | rm -f confinc confmf | |
3731 | if test "$am__include" != "#"; then | |
3732 | _am_result="yes ($s style)" | |
3733 | break | |
3734 | fi | |
3735 | done | |
3736 | rm -f confinc.* confmf.* | |
3737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 | |
3738 | $as_echo "${_am_result}" >&6; } | |
3739 | 3739 | |
3740 | 3740 | # Check whether --enable-dependency-tracking was given. |
3741 | 3741 | if test "${enable_dependency_tracking+set}" = set; then : |
6214 | 6214 | fi |
6215 | 6215 | |
6216 | 6216 | : ${AR=ar} |
6217 | : ${AR_FLAGS=cru} | |
6217 | : ${AR_FLAGS=cr} | |
6218 | 6218 | |
6219 | 6219 | |
6220 | 6220 | |
6715 | 6715 | test $ac_status = 0; }; then |
6716 | 6716 | # Now try to grab the symbols. |
6717 | 6717 | nlist=conftest.nm |
6718 | if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 | |
6719 | (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 | |
6720 | ac_status=$? | |
6721 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
6722 | test $ac_status = 0; } && test -s "$nlist"; then | |
6718 | $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 | |
6719 | if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then | |
6723 | 6720 | # Try sorting and uniquifying the output. |
6724 | 6721 | if sort "$nlist" | uniq > "$nlist"T; then |
6725 | 6722 | mv -f "$nlist"T "$nlist" |
7938 | 7935 | _LT_EOF |
7939 | 7936 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 |
7940 | 7937 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
7941 | echo "$AR cru libconftest.a conftest.o" >&5 | |
7942 | $AR cru libconftest.a conftest.o 2>&5 | |
7938 | echo "$AR cr libconftest.a conftest.o" >&5 | |
7939 | $AR cr libconftest.a conftest.o 2>&5 | |
7943 | 7940 | echo "$RANLIB libconftest.a" >&5 |
7944 | 7941 | $RANLIB libconftest.a 2>&5 |
7945 | 7942 | cat > conftest.c << _LT_EOF |
9077 | 9074 | ecc*) |
9078 | 9075 | lt_prog_compiler_wl='-Wl,' |
9079 | 9076 | lt_prog_compiler_pic='-KPIC' |
9077 | lt_prog_compiler_static='-static' | |
9078 | ;; | |
9079 | # flang / f18. f95 an alias for gfortran or flang on Debian | |
9080 | flang* | f18* | f95*) | |
9081 | lt_prog_compiler_wl='-Wl,' | |
9082 | lt_prog_compiler_pic='-fPIC' | |
9080 | 9083 | lt_prog_compiler_static='-static' |
9081 | 9084 | ;; |
9082 | 9085 | # icc used to be incompatible with GCC. |
13021 | 13024 | # Commands to make compiler produce verbose output that lists |
13022 | 13025 | # what "hidden" libraries, object files and flags are used when |
13023 | 13026 | # linking a shared library. |
13024 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
13027 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
13025 | 13028 | |
13026 | 13029 | else |
13027 | 13030 | GXX=no |
13513 | 13516 | # explicitly linking system object files so we need to strip them |
13514 | 13517 | # from the output so that they don't get included in the library |
13515 | 13518 | # dependencies. |
13516 | 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"' | |
13519 | 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"' | |
13517 | 13520 | ;; |
13518 | 13521 | *) |
13519 | 13522 | if test yes = "$GXX"; then |
13578 | 13581 | # explicitly linking system object files so we need to strip them |
13579 | 13582 | # from the output so that they don't get included in the library |
13580 | 13583 | # dependencies. |
13581 | 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"' | |
13584 | 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"' | |
13582 | 13585 | ;; |
13583 | 13586 | *) |
13584 | 13587 | if test yes = "$GXX"; then |
13917 | 13920 | # Commands to make compiler produce verbose output that lists |
13918 | 13921 | # what "hidden" libraries, object files and flags are used when |
13919 | 13922 | # linking a shared library. |
13920 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
13923 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
13921 | 13924 | |
13922 | 13925 | else |
13923 | 13926 | # FIXME: insert proper C++ library support |
14001 | 14004 | # Commands to make compiler produce verbose output that lists |
14002 | 14005 | # what "hidden" libraries, object files and flags are used when |
14003 | 14006 | # linking a shared library. |
14004 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
14007 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
14005 | 14008 | else |
14006 | 14009 | # g++ 2.7 appears to require '-G' NOT '-shared' on this |
14007 | 14010 | # platform. |
14012 | 14015 | # Commands to make compiler produce verbose output that lists |
14013 | 14016 | # what "hidden" libraries, object files and flags are used when |
14014 | 14017 | # linking a shared library. |
14015 | output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
14018 | output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
14016 | 14019 | fi |
14017 | 14020 | |
14018 | 14021 | hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' |
17342 | 17345 | # report actual input values of CONFIG_FILES etc. instead of their |
17343 | 17346 | # values after options handling. |
17344 | 17347 | ac_log=" |
17345 | This file was extended by teckit $as_me 2.5.10, which was | |
17348 | This file was extended by teckit $as_me 2.5.11, which was | |
17346 | 17349 | generated by GNU Autoconf 2.69. Invocation command line was |
17347 | 17350 | |
17348 | 17351 | CONFIG_FILES = $CONFIG_FILES |
17408 | 17411 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
17409 | 17412 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
17410 | 17413 | ac_cs_version="\\ |
17411 | teckit config.status 2.5.10 | |
17414 | teckit config.status 2.5.11 | |
17412 | 17415 | configured by $0, generated by GNU Autoconf 2.69, |
17413 | 17416 | with options \\"\$ac_cs_config\\" |
17414 | 17417 | |
17527 | 17530 | # |
17528 | 17531 | # INIT-COMMANDS |
17529 | 17532 | # |
17530 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | |
17533 | AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" | |
17531 | 17534 | |
17532 | 17535 | |
17533 | 17536 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
18613 | 18616 | # Older Autoconf quotes --file arguments for eval, but not when files |
18614 | 18617 | # are listed without --file. Let's play safe and only enable the eval |
18615 | 18618 | # if we detect the quoting. |
18616 | case $CONFIG_FILES in | |
18617 | *\'*) eval set x "$CONFIG_FILES" ;; | |
18618 | *) set x $CONFIG_FILES ;; | |
18619 | esac | |
18619 | # TODO: see whether this extra hack can be removed once we start | |
18620 | # requiring Autoconf 2.70 or later. | |
18621 | case $CONFIG_FILES in #( | |
18622 | *\'*) : | |
18623 | eval set x "$CONFIG_FILES" ;; #( | |
18624 | *) : | |
18625 | set x $CONFIG_FILES ;; #( | |
18626 | *) : | |
18627 | ;; | |
18628 | esac | |
18620 | 18629 | shift |
18621 | for mf | |
18630 | # Used to flag and report bootstrapping failures. | |
18631 | am_rc=0 | |
18632 | for am_mf | |
18622 | 18633 | do |
18623 | 18634 | # Strip MF so we end up with the name of the file. |
18624 | mf=`echo "$mf" | sed -e 's/:.*$//'` | |
18625 | # Check whether this is an Automake generated Makefile or not. | |
18626 | # We used to match only the files named 'Makefile.in', but | |
18627 | # some people rename them; so instead we look at the file content. | |
18628 | # Grep'ing the first line is not enough: some people post-process | |
18629 | # each Makefile.in and add a new line on top of each file to say so. | |
18630 | # Grep'ing the whole file is not good either: AIX grep has a line | |
18635 | am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` | |
18636 | # Check whether this is an Automake generated Makefile which includes | |
18637 | # dependency-tracking related rules and includes. | |
18638 | # Grep'ing the whole file directly is not great: AIX grep has a line | |
18631 | 18639 | # limit of 2048, but all sed's we know have understand at least 4000. |
18632 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
18633 | dirpart=`$as_dirname -- "$mf" || | |
18634 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
18635 | X"$mf" : 'X\(//\)[^/]' \| \ | |
18636 | X"$mf" : 'X\(//\)$' \| \ | |
18637 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || | |
18638 | $as_echo X"$mf" | | |
18640 | sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ | |
18641 | || continue | |
18642 | am_dirpart=`$as_dirname -- "$am_mf" || | |
18643 | $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
18644 | X"$am_mf" : 'X\(//\)[^/]' \| \ | |
18645 | X"$am_mf" : 'X\(//\)$' \| \ | |
18646 | X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || | |
18647 | $as_echo X"$am_mf" | | |
18639 | 18648 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
18640 | 18649 | s//\1/ |
18641 | 18650 | q |
18653 | 18662 | q |
18654 | 18663 | } |
18655 | 18664 | s/.*/./; q'` |
18656 | else | |
18657 | continue | |
18658 | fi | |
18659 | # Extract the definition of DEPDIR, am__include, and am__quote | |
18660 | # from the Makefile without running 'make'. | |
18661 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
18662 | test -z "$DEPDIR" && continue | |
18663 | am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
18664 | test -z "$am__include" && continue | |
18665 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
18666 | # Find all dependency output files, they are included files with | |
18667 | # $(DEPDIR) in their names. We invoke sed twice because it is the | |
18668 | # simplest approach to changing $(DEPDIR) to its actual value in the | |
18669 | # expansion. | |
18670 | for file in `sed -n " | |
18671 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
18672 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do | |
18673 | # Make sure the directory exists. | |
18674 | test -f "$dirpart/$file" && continue | |
18675 | fdir=`$as_dirname -- "$file" || | |
18676 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
18677 | X"$file" : 'X\(//\)[^/]' \| \ | |
18678 | X"$file" : 'X\(//\)$' \| \ | |
18679 | X"$file" : 'X\(/\)' \| . 2>/dev/null || | |
18680 | $as_echo X"$file" | | |
18681 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
18665 | am_filepart=`$as_basename -- "$am_mf" || | |
18666 | $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ | |
18667 | X"$am_mf" : 'X\(//\)$' \| \ | |
18668 | X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || | |
18669 | $as_echo X/"$am_mf" | | |
18670 | sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
18682 | 18671 | s//\1/ |
18683 | 18672 | q |
18684 | 18673 | } |
18685 | /^X\(\/\/\)[^/].*/{ | |
18674 | /^X\/\(\/\/\)$/{ | |
18686 | 18675 | s//\1/ |
18687 | 18676 | q |
18688 | 18677 | } |
18689 | /^X\(\/\/\)$/{ | |
18690 | s//\1/ | |
18691 | q | |
18692 | } | |
18693 | /^X\(\/\).*/{ | |
18678 | /^X\/\(\/\).*/{ | |
18694 | 18679 | s//\1/ |
18695 | 18680 | q |
18696 | 18681 | } |
18697 | 18682 | s/.*/./; q'` |
18698 | as_dir=$dirpart/$fdir; as_fn_mkdir_p | |
18699 | # echo "creating $dirpart/$file" | |
18700 | echo '# dummy' > "$dirpart/$file" | |
18701 | done | |
18683 | { echo "$as_me:$LINENO: cd "$am_dirpart" \ | |
18684 | && sed -e '/# am--include-marker/d' "$am_filepart" \ | |
18685 | | $MAKE -f - am--depfiles" >&5 | |
18686 | (cd "$am_dirpart" \ | |
18687 | && sed -e '/# am--include-marker/d' "$am_filepart" \ | |
18688 | | $MAKE -f - am--depfiles) >&5 2>&5 | |
18689 | ac_status=$? | |
18690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18691 | (exit $ac_status); } || am_rc=$? | |
18702 | 18692 | done |
18693 | if test $am_rc -ne 0; then | |
18694 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
18695 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
18696 | as_fn_error $? "Something went wrong bootstrapping makefile fragments | |
18697 | for automatic dependency tracking. Try re-running configure with the | |
18698 | '--disable-dependency-tracking' option to at least be able to build | |
18699 | the package (albeit without support for automatic dependency tracking). | |
18700 | See \`config.log' for more details" "$LINENO" 5; } | |
18701 | fi | |
18702 | { am_dirpart=; unset am_dirpart;} | |
18703 | { am_filepart=; unset am_filepart;} | |
18704 | { am_mf=; unset am_mf;} | |
18705 | { am_rc=; unset am_rc;} | |
18706 | rm -f conftest-deps.mk | |
18703 | 18707 | } |
18704 | 18708 | ;; |
18705 | 18709 | "libtool":C) |
0 | 0 | AC_PREREQ(2.54) |
1 | AC_INIT(teckit, 2.5.10, wstech@sil.org) | |
1 | AC_INIT(teckit, 2.5.11, wstech@sil.org) | |
2 | 2 | AM_CONFIG_HEADER([config.h]) |
3 | 3 | AC_CONFIG_SRCDIR([source/UnicodeNames.cpp]) |
4 | 4 | AC_CONFIG_MACRO_DIR([m4]) |
0 | 0 | #! /bin/sh |
1 | 1 | # depcomp - compile a program generating dependencies as side-effects |
2 | 2 | |
3 | scriptversion=2016-01-11.22; # UTC | |
4 | ||
5 | # Copyright (C) 1999-2017 Free Software Foundation, Inc. | |
3 | scriptversion=2018-03-07.03; # UTC | |
4 | ||
5 | # Copyright (C) 1999-2018 Free Software Foundation, Inc. | |
6 | 6 | |
7 | 7 | # This program is free software; you can redistribute it and/or modify |
8 | 8 | # it under the terms of the GNU General Public License as published by |
15 | 15 | # GNU General Public License for more details. |
16 | 16 | |
17 | 17 | # You should have received a copy of the GNU General Public License |
18 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |
19 | 19 | |
20 | 20 | # As a special exception to the GNU General Public License, if you |
21 | 21 | # distribute this file as part of a program that contains a |
782 | 782 | # Local Variables: |
783 | 783 | # mode: shell-script |
784 | 784 | # sh-indentation: 2 |
785 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
785 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
786 | 786 | # time-stamp-start: "scriptversion=" |
787 | 787 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
788 | 788 | # time-stamp-time-zone: "UTC0" |
0 | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.16.1 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
310 | 310 | *config.status*) \ |
311 | 311 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
312 | 312 | *) \ |
313 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
314 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
313 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ | |
314 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ | |
315 | 315 | esac; |
316 | 316 | |
317 | 317 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
376 | 376 | cscope cscopelist: |
377 | 377 | |
378 | 378 | |
379 | distdir: $(DISTFILES) | |
379 | distdir: $(BUILT_SOURCES) | |
380 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
381 | ||
382 | distdir-am: $(DISTFILES) | |
380 | 383 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
381 | 384 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
382 | 385 | list='$(DISTFILES)'; \ |
Binary diff not shown
0 | 0 | #!/bin/sh |
1 | 1 | # install - install a program, script, or datafile |
2 | 2 | |
3 | scriptversion=2014-09-12.12; # UTC | |
3 | scriptversion=2018-03-11.20; # UTC | |
4 | 4 | |
5 | 5 | # This originates from X11R5 (mit/util/scripts/install.sh), which was |
6 | 6 | # later released in X11R6 (xc/config/util/install.sh) with the |
270 | 270 | fi |
271 | 271 | dst=$dst_arg |
272 | 272 | |
273 | # If destination is a directory, append the input filename; won't work | |
274 | # if double slashes aren't ignored. | |
273 | # If destination is a directory, append the input filename. | |
275 | 274 | if test -d "$dst"; then |
276 | 275 | if test "$is_target_a_directory" = never; then |
277 | 276 | echo "$0: $dst_arg: Is a directory" >&2 |
278 | 277 | exit 1 |
279 | 278 | fi |
280 | 279 | dstdir=$dst |
281 | dst=$dstdir/`basename "$src"` | |
280 | dstbase=`basename "$src"` | |
281 | case $dst in | |
282 | */) dst=$dst$dstbase;; | |
283 | *) dst=$dst/$dstbase;; | |
284 | esac | |
282 | 285 | dstdir_status=0 |
283 | 286 | else |
284 | 287 | dstdir=`dirname "$dst"` |
286 | 289 | dstdir_status=$? |
287 | 290 | fi |
288 | 291 | fi |
292 | ||
293 | case $dstdir in | |
294 | */) dstdirslash=$dstdir;; | |
295 | *) dstdirslash=$dstdir/;; | |
296 | esac | |
289 | 297 | |
290 | 298 | obsolete_mkdir_used=false |
291 | 299 | |
323 | 331 | # is incompatible with FreeBSD 'install' when (umask & 300) != 0. |
324 | 332 | ;; |
325 | 333 | *) |
326 | # $RANDOM is not portable (e.g. dash); use it when possible to | |
327 | # lower collision chance | |
334 | # Note that $RANDOM variable is not portable (e.g. dash); Use it | |
335 | # here however when possible just to lower collision chance. | |
328 | 336 | tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ |
337 | ||
329 | 338 | trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 |
330 | 339 | |
331 | # As "mkdir -p" follows symlinks and we work in /tmp possibly; so | |
332 | # create the $tmpdir first (and fail if unsuccessful) to make sure | |
333 | # that nobody tries to guess the $tmpdir name. | |
340 | # Because "mkdir -p" follows existing symlinks and we likely work | |
341 | # directly in world-writeable /tmp, make sure that the '$tmpdir' | |
342 | # directory is successfully created first before we actually test | |
343 | # 'mkdir -p' feature. | |
334 | 344 | if (umask $mkdir_umask && |
335 | 345 | $mkdirprog $mkdir_mode "$tmpdir" && |
336 | 346 | exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 |
433 | 443 | else |
434 | 444 | |
435 | 445 | # Make a couple of temp file names in the proper directory. |
436 | dsttmp=$dstdir/_inst.$$_ | |
437 | rmtmp=$dstdir/_rm.$$_ | |
446 | dsttmp=${dstdirslash}_inst.$$_ | |
447 | rmtmp=${dstdirslash}_rm.$$_ | |
438 | 448 | |
439 | 449 | # Trap to clean up those temp files at exit. |
440 | 450 | trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 |
499 | 509 | done |
500 | 510 | |
501 | 511 | # Local variables: |
502 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
512 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
503 | 513 | # time-stamp-start: "scriptversion=" |
504 | 514 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
505 | # time-stamp-time-zone: "UTC" | |
515 | # time-stamp-time-zone: "UTC0" | |
506 | 516 | # time-stamp-end: "; # UTC" |
507 | 517 | # End: |
0 | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |
0 | # Makefile.in generated by automake 1.16.1 from Makefile.am. | |
1 | 1 | # @configure_input@ |
2 | 2 | |
3 | # Copyright (C) 1994-2017 Free Software Foundation, Inc. | |
3 | # Copyright (C) 1994-2018 Free Software Foundation, Inc. | |
4 | 4 | |
5 | 5 | # This Makefile.in is free software; the Free Software Foundation |
6 | 6 | # gives unlimited permission to copy and/or distribute it, |
366 | 366 | am__v_at_1 = |
367 | 367 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
368 | 368 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
369 | am__depfiles_maybe = depfiles | |
369 | am__maybe_remake_depfiles = depfiles | |
370 | am__depfiles_remade = @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo \ | |
371 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo \ | |
372 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo \ | |
373 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo \ | |
374 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo \ | |
375 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo \ | |
376 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo \ | |
377 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo \ | |
378 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo \ | |
379 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo \ | |
380 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo \ | |
381 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo \ | |
382 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo \ | |
383 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo \ | |
384 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo \ | |
385 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo \ | |
386 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo \ | |
387 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo \ | |
388 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo \ | |
389 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo \ | |
390 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo \ | |
391 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo \ | |
392 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo \ | |
393 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo \ | |
394 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo \ | |
395 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo \ | |
396 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo \ | |
397 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo \ | |
398 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo \ | |
399 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo \ | |
400 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo \ | |
401 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo \ | |
402 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo \ | |
403 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo \ | |
404 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo \ | |
405 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo \ | |
406 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo \ | |
407 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo \ | |
408 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo \ | |
409 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo \ | |
410 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo \ | |
411 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo \ | |
412 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo \ | |
413 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo \ | |
414 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo \ | |
415 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo \ | |
416 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo \ | |
417 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo \ | |
418 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo \ | |
419 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo \ | |
420 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo \ | |
421 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo \ | |
422 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo \ | |
423 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo \ | |
424 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo \ | |
425 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo \ | |
426 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo \ | |
427 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo \ | |
428 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo \ | |
429 | @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo \ | |
430 | @top_builddir@/source/$(DEPDIR)/Compiler.Plo \ | |
431 | @top_builddir@/source/$(DEPDIR)/Engine.Plo \ | |
432 | @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo | |
370 | 433 | am__mv = mv -f |
371 | 434 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
372 | 435 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
673 | 736 | *config.status*) \ |
674 | 737 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
675 | 738 | *) \ |
676 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
677 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
739 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ | |
740 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ | |
678 | 741 | esac; |
679 | 742 | $(srcdir)/../source/Makefile.am $(top_srcdir)/source/Public-headers/Makefile.am $(am__empty): |
680 | 743 | |
945 | 1008 | distclean-compile: |
946 | 1009 | -rm -f *.tab.c |
947 | 1010 | |
948 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo@am__quote@ | |
949 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo@am__quote@ | |
950 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo@am__quote@ | |
951 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo@am__quote@ | |
952 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo@am__quote@ | |
953 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo@am__quote@ | |
954 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo@am__quote@ | |
955 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo@am__quote@ | |
956 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo@am__quote@ | |
957 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo@am__quote@ | |
958 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo@am__quote@ | |
959 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo@am__quote@ | |
960 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo@am__quote@ | |
961 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo@am__quote@ | |
962 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo@am__quote@ | |
963 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo@am__quote@ | |
964 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo@am__quote@ | |
965 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo@am__quote@ | |
966 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo@am__quote@ | |
967 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo@am__quote@ | |
968 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo@am__quote@ | |
969 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo@am__quote@ | |
970 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo@am__quote@ | |
971 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo@am__quote@ | |
972 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo@am__quote@ | |
973 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo@am__quote@ | |
974 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo@am__quote@ | |
975 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo@am__quote@ | |
976 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo@am__quote@ | |
977 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo@am__quote@ | |
978 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo@am__quote@ | |
979 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo@am__quote@ | |
980 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo@am__quote@ | |
981 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo@am__quote@ | |
982 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo@am__quote@ | |
983 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo@am__quote@ | |
984 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo@am__quote@ | |
985 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo@am__quote@ | |
986 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo@am__quote@ | |
987 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo@am__quote@ | |
988 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo@am__quote@ | |
989 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo@am__quote@ | |
990 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo@am__quote@ | |
991 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo@am__quote@ | |
992 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo@am__quote@ | |
993 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo@am__quote@ | |
994 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo@am__quote@ | |
995 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo@am__quote@ | |
996 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo@am__quote@ | |
997 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo@am__quote@ | |
998 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo@am__quote@ | |
999 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo@am__quote@ | |
1000 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo@am__quote@ | |
1001 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo@am__quote@ | |
1002 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo@am__quote@ | |
1003 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo@am__quote@ | |
1004 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo@am__quote@ | |
1005 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo@am__quote@ | |
1006 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo@am__quote@ | |
1007 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo@am__quote@ | |
1008 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Compiler.Plo@am__quote@ | |
1009 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Engine.Plo@am__quote@ | |
1010 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo@am__quote@ | |
1011 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo@am__quote@ # am--include-marker | |
1012 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo@am__quote@ # am--include-marker | |
1013 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo@am__quote@ # am--include-marker | |
1014 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo@am__quote@ # am--include-marker | |
1015 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo@am__quote@ # am--include-marker | |
1016 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo@am__quote@ # am--include-marker | |
1017 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo@am__quote@ # am--include-marker | |
1018 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo@am__quote@ # am--include-marker | |
1019 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo@am__quote@ # am--include-marker | |
1020 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo@am__quote@ # am--include-marker | |
1021 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo@am__quote@ # am--include-marker | |
1022 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo@am__quote@ # am--include-marker | |
1023 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo@am__quote@ # am--include-marker | |
1024 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo@am__quote@ # am--include-marker | |
1025 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo@am__quote@ # am--include-marker | |
1026 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo@am__quote@ # am--include-marker | |
1027 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo@am__quote@ # am--include-marker | |
1028 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo@am__quote@ # am--include-marker | |
1029 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo@am__quote@ # am--include-marker | |
1030 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo@am__quote@ # am--include-marker | |
1031 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo@am__quote@ # am--include-marker | |
1032 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo@am__quote@ # am--include-marker | |
1033 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo@am__quote@ # am--include-marker | |
1034 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo@am__quote@ # am--include-marker | |
1035 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo@am__quote@ # am--include-marker | |
1036 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo@am__quote@ # am--include-marker | |
1037 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo@am__quote@ # am--include-marker | |
1038 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo@am__quote@ # am--include-marker | |
1039 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo@am__quote@ # am--include-marker | |
1040 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo@am__quote@ # am--include-marker | |
1041 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo@am__quote@ # am--include-marker | |
1042 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo@am__quote@ # am--include-marker | |
1043 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo@am__quote@ # am--include-marker | |
1044 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo@am__quote@ # am--include-marker | |
1045 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo@am__quote@ # am--include-marker | |
1046 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo@am__quote@ # am--include-marker | |
1047 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo@am__quote@ # am--include-marker | |
1048 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo@am__quote@ # am--include-marker | |
1049 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo@am__quote@ # am--include-marker | |
1050 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo@am__quote@ # am--include-marker | |
1051 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo@am__quote@ # am--include-marker | |
1052 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo@am__quote@ # am--include-marker | |
1053 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo@am__quote@ # am--include-marker | |
1054 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo@am__quote@ # am--include-marker | |
1055 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo@am__quote@ # am--include-marker | |
1056 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo@am__quote@ # am--include-marker | |
1057 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo@am__quote@ # am--include-marker | |
1058 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo@am__quote@ # am--include-marker | |
1059 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo@am__quote@ # am--include-marker | |
1060 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo@am__quote@ # am--include-marker | |
1061 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo@am__quote@ # am--include-marker | |
1062 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo@am__quote@ # am--include-marker | |
1063 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo@am__quote@ # am--include-marker | |
1064 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo@am__quote@ # am--include-marker | |
1065 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo@am__quote@ # am--include-marker | |
1066 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo@am__quote@ # am--include-marker | |
1067 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo@am__quote@ # am--include-marker | |
1068 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo@am__quote@ # am--include-marker | |
1069 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo@am__quote@ # am--include-marker | |
1070 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo@am__quote@ # am--include-marker | |
1071 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Compiler.Plo@am__quote@ # am--include-marker | |
1072 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/Engine.Plo@am__quote@ # am--include-marker | |
1073 | @AMDEP_TRUE@@am__include@ @am__quote@@top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo@am__quote@ # am--include-marker | |
1074 | ||
1075 | $(am__depfiles_remade): | |
1076 | @$(MKDIR_P) $(@D) | |
1077 | @echo '# dummy' >$@-t && $(am__mv) $@-t $@ | |
1078 | ||
1079 | am--depfiles: $(am__depfiles_remade) | |
1011 | 1080 | |
1012 | 1081 | .c.o: |
1013 | 1082 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
1558 | 1627 | distclean-tags: |
1559 | 1628 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
1560 | 1629 | |
1561 | distdir: $(DISTFILES) | |
1630 | distdir: $(BUILT_SOURCES) | |
1631 | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
1632 | ||
1633 | distdir-am: $(DISTFILES) | |
1562 | 1634 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
1563 | 1635 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
1564 | 1636 | list='$(DISTFILES)'; \ |
1635 | 1707 | mostlyclean-am |
1636 | 1708 | |
1637 | 1709 | distclean: distclean-am |
1638 | -rm -rf @top_builddir@/@ZLIBDIR@/$(DEPDIR) @top_builddir@/source/$(DEPDIR) | |
1710 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo | |
1711 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo | |
1712 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo | |
1713 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo | |
1714 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo | |
1715 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo | |
1716 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo | |
1717 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo | |
1718 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo | |
1719 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo | |
1720 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo | |
1721 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo | |
1722 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo | |
1723 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo | |
1724 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo | |
1725 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo | |
1726 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo | |
1727 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo | |
1728 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo | |
1729 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo | |
1730 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo | |
1731 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo | |
1732 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo | |
1733 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo | |
1734 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo | |
1735 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo | |
1736 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo | |
1737 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo | |
1738 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo | |
1739 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo | |
1740 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo | |
1741 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo | |
1742 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo | |
1743 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo | |
1744 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo | |
1745 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo | |
1746 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo | |
1747 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo | |
1748 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo | |
1749 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo | |
1750 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo | |
1751 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo | |
1752 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo | |
1753 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo | |
1754 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo | |
1755 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo | |
1756 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo | |
1757 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo | |
1758 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo | |
1759 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo | |
1760 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo | |
1761 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo | |
1762 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo | |
1763 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo | |
1764 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo | |
1765 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo | |
1766 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo | |
1767 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo | |
1768 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo | |
1769 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo | |
1770 | -rm -f @top_builddir@/source/$(DEPDIR)/Compiler.Plo | |
1771 | -rm -f @top_builddir@/source/$(DEPDIR)/Engine.Plo | |
1772 | -rm -f @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo | |
1639 | 1773 | -rm -f Makefile |
1640 | 1774 | distclean-am: clean-am distclean-compile distclean-generic \ |
1641 | 1775 | distclean-tags |
1681 | 1815 | installcheck-am: |
1682 | 1816 | |
1683 | 1817 | maintainer-clean: maintainer-clean-am |
1684 | -rm -rf @top_builddir@/@ZLIBDIR@/$(DEPDIR) @top_builddir@/source/$(DEPDIR) | |
1818 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-adler32.Plo | |
1819 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-compress.Plo | |
1820 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-crc32.Plo | |
1821 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-deflate.Plo | |
1822 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzclose.Plo | |
1823 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzlib.Plo | |
1824 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzread.Plo | |
1825 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-gzwrite.Plo | |
1826 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-infback.Plo | |
1827 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inffast.Plo | |
1828 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inflate.Plo | |
1829 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-inftrees.Plo | |
1830 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-trees.Plo | |
1831 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-uncompr.Plo | |
1832 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_Compiler_x86_la-zutil.Plo | |
1833 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-adler32.Plo | |
1834 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-compress.Plo | |
1835 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-crc32.Plo | |
1836 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-deflate.Plo | |
1837 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzclose.Plo | |
1838 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzlib.Plo | |
1839 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzread.Plo | |
1840 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-gzwrite.Plo | |
1841 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-infback.Plo | |
1842 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inffast.Plo | |
1843 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inflate.Plo | |
1844 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-inftrees.Plo | |
1845 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-trees.Plo | |
1846 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-uncompr.Plo | |
1847 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/TECkit_x86_la-zutil.Plo | |
1848 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-adler32.Plo | |
1849 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-compress.Plo | |
1850 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-crc32.Plo | |
1851 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-deflate.Plo | |
1852 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzclose.Plo | |
1853 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzlib.Plo | |
1854 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzread.Plo | |
1855 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-gzwrite.Plo | |
1856 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-infback.Plo | |
1857 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inffast.Plo | |
1858 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inflate.Plo | |
1859 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-inftrees.Plo | |
1860 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-trees.Plo | |
1861 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-uncompr.Plo | |
1862 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_Compiler_la-zutil.Plo | |
1863 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-adler32.Plo | |
1864 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-compress.Plo | |
1865 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-crc32.Plo | |
1866 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-deflate.Plo | |
1867 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzclose.Plo | |
1868 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzlib.Plo | |
1869 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzread.Plo | |
1870 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-gzwrite.Plo | |
1871 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-infback.Plo | |
1872 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inffast.Plo | |
1873 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inflate.Plo | |
1874 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-inftrees.Plo | |
1875 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-trees.Plo | |
1876 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-uncompr.Plo | |
1877 | -rm -f @top_builddir@/@ZLIBDIR@/$(DEPDIR)/libTECkit_la-zutil.Plo | |
1878 | -rm -f @top_builddir@/source/$(DEPDIR)/Compiler.Plo | |
1879 | -rm -f @top_builddir@/source/$(DEPDIR)/Engine.Plo | |
1880 | -rm -f @top_builddir@/source/$(DEPDIR)/UnicodeNames.Plo | |
1685 | 1881 | -rm -f Makefile |
1686 | 1882 | maintainer-clean-am: distclean-am maintainer-clean-generic |
1687 | 1883 | |
1702 | 1898 | |
1703 | 1899 | .MAKE: install-am install-strip |
1704 | 1900 | |
1705 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
1706 | clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ | |
1707 | ctags-am distclean distclean-compile distclean-generic \ | |
1901 | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | |
1902 | clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ | |
1903 | ctags ctags-am distclean distclean-compile distclean-generic \ | |
1708 | 1904 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
1709 | 1905 | html-am info info-am install install-am install-data \ |
1710 | 1906 | install-data-am install-dvi install-dvi-am install-exec \ |
11 | 11 | |
12 | 12 | Rest of the project: |
13 | 13 | |
14 | Copyright 2002-2020, SIL International | |
14 | Copyright 2002-2021, SIL International | |
15 | 15 | All rights reserved. |
16 | 16 | |
17 | 17 | This library is free software; you can redistribute it and/or modify |
30 | 30 | |
31 | 31 | PROGRAM=libtool |
32 | 32 | PACKAGE=libtool |
33 | VERSION="2.4.6 Debian-2.4.6-2" | |
33 | VERSION="2.4.6 Debian-2.4.6-14" | |
34 | 34 | package_revision=2.4.6 |
35 | 35 | |
36 | 36 | |
386 | 386 | # putting '$debug_cmd' at the start of all your functions, you can get |
387 | 387 | # bash to show function call trace with: |
388 | 388 | # |
389 | # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name | |
389 | # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name | |
390 | 390 | debug_cmd=${debug_cmd-":"} |
391 | 391 | exit_cmd=: |
392 | 392 | |
1369 | 1369 | #! /bin/sh |
1370 | 1370 | |
1371 | 1371 | # Set a version string for this script. |
1372 | scriptversion=2014-01-07.03; # UTC | |
1372 | scriptversion=2015-10-07.11; # UTC | |
1373 | 1373 | |
1374 | 1374 | # A portable, pluggable option parser for Bourne shell. |
1375 | 1375 | # Written by Gary V. Vaughan, 2010 |
1529 | 1529 | { |
1530 | 1530 | $debug_cmd |
1531 | 1531 | |
1532 | _G_rc_run_hooks=false | |
1533 | ||
1532 | 1534 | case " $hookable_fns " in |
1533 | 1535 | *" $1 "*) ;; |
1534 | 1536 | *) func_fatal_error "'$1' does not support hook funcions.n" ;; |
1537 | 1539 | eval _G_hook_fns=\$$1_hooks; shift |
1538 | 1540 | |
1539 | 1541 | for _G_hook in $_G_hook_fns; do |
1540 | eval $_G_hook '"$@"' | |
1541 | ||
1542 | # store returned options list back into positional | |
1543 | # parameters for next 'cmd' execution. | |
1544 | eval _G_hook_result=\$${_G_hook}_result | |
1545 | eval set dummy "$_G_hook_result"; shift | |
1542 | if eval $_G_hook '"$@"'; then | |
1543 | # store returned options list back into positional | |
1544 | # parameters for next 'cmd' execution. | |
1545 | eval _G_hook_result=\$${_G_hook}_result | |
1546 | eval set dummy "$_G_hook_result"; shift | |
1547 | _G_rc_run_hooks=: | |
1548 | fi | |
1546 | 1549 | done |
1547 | 1550 | |
1548 | func_quote_for_eval ${1+"$@"} | |
1549 | func_run_hooks_result=$func_quote_for_eval_result | |
1551 | $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result | |
1550 | 1552 | } |
1551 | 1553 | |
1552 | 1554 | |
1556 | 1558 | ## --------------- ## |
1557 | 1559 | |
1558 | 1560 | # In order to add your own option parsing hooks, you must accept the |
1559 | # full positional parameter list in your hook function, remove any | |
1560 | # options that you action, and then pass back the remaining unprocessed | |
1561 | # full positional parameter list in your hook function, you may remove/edit | |
1562 | # any options that you action, and then pass back the remaining unprocessed | |
1561 | 1563 | # options in '<hooked_function_name>_result', escaped suitably for |
1562 | # 'eval'. Like this: | |
1564 | # 'eval'. In this case you also must return $EXIT_SUCCESS to let the | |
1565 | # hook's caller know that it should pay attention to | |
1566 | # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that | |
1567 | # arguments are left untouched by the hook and therefore caller will ignore the | |
1568 | # result variable. | |
1569 | # | |
1570 | # Like this: | |
1563 | 1571 | # |
1564 | 1572 | # my_options_prep () |
1565 | 1573 | # { |
1569 | 1577 | # usage_message=$usage_message' |
1570 | 1578 | # -s, --silent don'\''t print informational messages |
1571 | 1579 | # ' |
1572 | # | |
1573 | # func_quote_for_eval ${1+"$@"} | |
1574 | # my_options_prep_result=$func_quote_for_eval_result | |
1580 | # # No change in '$@' (ignored completely by this hook). There is | |
1581 | # # no need to do the equivalent (but slower) action: | |
1582 | # # func_quote_for_eval ${1+"$@"} | |
1583 | # # my_options_prep_result=$func_quote_for_eval_result | |
1584 | # false | |
1575 | 1585 | # } |
1576 | 1586 | # func_add_hook func_options_prep my_options_prep |
1577 | 1587 | # |
1580 | 1590 | # { |
1581 | 1591 | # $debug_cmd |
1582 | 1592 | # |
1593 | # args_changed=false | |
1594 | # | |
1583 | 1595 | # # Note that for efficiency, we parse as many options as we can |
1584 | 1596 | # # recognise in a loop before passing the remainder back to the |
1585 | 1597 | # # caller on the first unrecognised argument we encounter. |
1586 | 1598 | # while test $# -gt 0; do |
1587 | 1599 | # opt=$1; shift |
1588 | 1600 | # case $opt in |
1589 | # --silent|-s) opt_silent=: ;; | |
1601 | # --silent|-s) opt_silent=: | |
1602 | # args_changed=: | |
1603 | # ;; | |
1590 | 1604 | # # Separate non-argument short options: |
1591 | 1605 | # -s*) func_split_short_opt "$_G_opt" |
1592 | 1606 | # set dummy "$func_split_short_opt_name" \ |
1593 | 1607 | # "-$func_split_short_opt_arg" ${1+"$@"} |
1594 | 1608 | # shift |
1609 | # args_changed=: | |
1595 | 1610 | # ;; |
1596 | # *) set dummy "$_G_opt" "$*"; shift; break ;; | |
1611 | # *) # Make sure the first unrecognised option "$_G_opt" | |
1612 | # # is added back to "$@", we could need that later | |
1613 | # # if $args_changed is true. | |
1614 | # set dummy "$_G_opt" ${1+"$@"}; shift; break ;; | |
1597 | 1615 | # esac |
1598 | 1616 | # done |
1599 | 1617 | # |
1600 | # func_quote_for_eval ${1+"$@"} | |
1601 | # my_silent_option_result=$func_quote_for_eval_result | |
1618 | # if $args_changed; then | |
1619 | # func_quote_for_eval ${1+"$@"} | |
1620 | # my_silent_option_result=$func_quote_for_eval_result | |
1621 | # fi | |
1622 | # | |
1623 | # $args_changed | |
1602 | 1624 | # } |
1603 | 1625 | # func_add_hook func_parse_options my_silent_option |
1604 | 1626 | # |
1610 | 1632 | # $opt_silent && $opt_verbose && func_fatal_help "\ |
1611 | 1633 | # '--silent' and '--verbose' options are mutually exclusive." |
1612 | 1634 | # |
1613 | # func_quote_for_eval ${1+"$@"} | |
1614 | # my_option_validation_result=$func_quote_for_eval_result | |
1635 | # false | |
1615 | 1636 | # } |
1616 | 1637 | # func_add_hook func_validate_options my_option_validation |
1617 | 1638 | # |
1618 | # You'll alse need to manually amend $usage_message to reflect the extra | |
1639 | # You'll also need to manually amend $usage_message to reflect the extra | |
1619 | 1640 | # options you parse. It's preferable to append if you can, so that |
1620 | 1641 | # multiple option parsing hooks can be added safely. |
1642 | ||
1643 | ||
1644 | # func_options_finish [ARG]... | |
1645 | # ---------------------------- | |
1646 | # Finishing the option parse loop (call 'func_options' hooks ATM). | |
1647 | func_options_finish () | |
1648 | { | |
1649 | $debug_cmd | |
1650 | ||
1651 | _G_func_options_finish_exit=false | |
1652 | if func_run_hooks func_options ${1+"$@"}; then | |
1653 | func_options_finish_result=$func_run_hooks_result | |
1654 | _G_func_options_finish_exit=: | |
1655 | fi | |
1656 | ||
1657 | $_G_func_options_finish_exit | |
1658 | } | |
1621 | 1659 | |
1622 | 1660 | |
1623 | 1661 | # func_options [ARG]... |
1629 | 1667 | { |
1630 | 1668 | $debug_cmd |
1631 | 1669 | |
1632 | func_options_prep ${1+"$@"} | |
1633 | eval func_parse_options \ | |
1634 | ${func_options_prep_result+"$func_options_prep_result"} | |
1635 | eval func_validate_options \ | |
1636 | ${func_parse_options_result+"$func_parse_options_result"} | |
1637 | ||
1638 | eval func_run_hooks func_options \ | |
1639 | ${func_validate_options_result+"$func_validate_options_result"} | |
1640 | ||
1641 | # save modified positional parameters for caller | |
1642 | func_options_result=$func_run_hooks_result | |
1670 | _G_rc_options=false | |
1671 | ||
1672 | for my_func in options_prep parse_options validate_options options_finish | |
1673 | do | |
1674 | if eval func_$my_func '${1+"$@"}'; then | |
1675 | eval _G_res_var='$'"func_${my_func}_result" | |
1676 | eval set dummy "$_G_res_var" ; shift | |
1677 | _G_rc_options=: | |
1678 | fi | |
1679 | done | |
1680 | ||
1681 | # Save modified positional parameters for caller. As a top-level | |
1682 | # options-parser function we always need to set the 'func_options_result' | |
1683 | # variable (regardless the $_G_rc_options value). | |
1684 | if $_G_rc_options; then | |
1685 | func_options_result=$_G_res_var | |
1686 | else | |
1687 | func_quote_for_eval ${1+"$@"} | |
1688 | func_options_result=$func_quote_for_eval_result | |
1689 | fi | |
1690 | ||
1691 | $_G_rc_options | |
1643 | 1692 | } |
1644 | 1693 | |
1645 | 1694 | |
1648 | 1697 | # All initialisations required before starting the option parse loop. |
1649 | 1698 | # Note that when calling hook functions, we pass through the list of |
1650 | 1699 | # positional parameters. If a hook function modifies that list, and |
1651 | # needs to propogate that back to rest of this script, then the complete | |
1700 | # needs to propagate that back to rest of this script, then the complete | |
1652 | 1701 | # modified list must be put in 'func_run_hooks_result' before |
1653 | # returning. | |
1702 | # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). | |
1654 | 1703 | func_hookable func_options_prep |
1655 | 1704 | func_options_prep () |
1656 | 1705 | { |
1660 | 1709 | opt_verbose=false |
1661 | 1710 | opt_warning_types= |
1662 | 1711 | |
1663 | func_run_hooks func_options_prep ${1+"$@"} | |
1664 | ||
1665 | # save modified positional parameters for caller | |
1666 | func_options_prep_result=$func_run_hooks_result | |
1712 | _G_rc_options_prep=false | |
1713 | if func_run_hooks func_options_prep ${1+"$@"}; then | |
1714 | _G_rc_options_prep=: | |
1715 | # save modified positional parameters for caller | |
1716 | func_options_prep_result=$func_run_hooks_result | |
1717 | fi | |
1718 | ||
1719 | $_G_rc_options_prep | |
1667 | 1720 | } |
1668 | 1721 | |
1669 | 1722 | |
1677 | 1730 | |
1678 | 1731 | func_parse_options_result= |
1679 | 1732 | |
1733 | _G_rc_parse_options=false | |
1680 | 1734 | # this just eases exit handling |
1681 | 1735 | while test $# -gt 0; do |
1682 | 1736 | # Defer to hook functions for initial option parsing, so they |
1683 | 1737 | # get priority in the event of reusing an option name. |
1684 | func_run_hooks func_parse_options ${1+"$@"} | |
1685 | ||
1686 | # Adjust func_parse_options positional parameters to match | |
1687 | eval set dummy "$func_run_hooks_result"; shift | |
1738 | if func_run_hooks func_parse_options ${1+"$@"}; then | |
1739 | eval set dummy "$func_run_hooks_result"; shift | |
1740 | _G_rc_parse_options=: | |
1741 | fi | |
1688 | 1742 | |
1689 | 1743 | # Break out of the loop if we already parsed every option. |
1690 | 1744 | test $# -gt 0 || break |
1691 | 1745 | |
1746 | _G_match_parse_options=: | |
1692 | 1747 | _G_opt=$1 |
1693 | 1748 | shift |
1694 | 1749 | case $_G_opt in |
1703 | 1758 | ;; |
1704 | 1759 | |
1705 | 1760 | --warnings|--warning|-W) |
1706 | test $# = 0 && func_missing_arg $_G_opt && break | |
1761 | if test $# = 0 && func_missing_arg $_G_opt; then | |
1762 | _G_rc_parse_options=: | |
1763 | break | |
1764 | fi | |
1707 | 1765 | case " $warning_categories $1" in |
1708 | 1766 | *" $1 "*) |
1709 | 1767 | # trailing space prevents matching last $1 above |
1756 | 1814 | shift |
1757 | 1815 | ;; |
1758 | 1816 | |
1759 | --) break ;; | |
1817 | --) _G_rc_parse_options=: ; break ;; | |
1760 | 1818 | -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; |
1761 | *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; | |
1819 | *) set dummy "$_G_opt" ${1+"$@"}; shift | |
1820 | _G_match_parse_options=false | |
1821 | break | |
1822 | ;; | |
1762 | 1823 | esac |
1824 | ||
1825 | $_G_match_parse_options && _G_rc_parse_options=: | |
1763 | 1826 | done |
1764 | 1827 | |
1765 | # save modified positional parameters for caller | |
1766 | func_quote_for_eval ${1+"$@"} | |
1767 | func_parse_options_result=$func_quote_for_eval_result | |
1828 | ||
1829 | if $_G_rc_parse_options; then | |
1830 | # save modified positional parameters for caller | |
1831 | func_quote_for_eval ${1+"$@"} | |
1832 | func_parse_options_result=$func_quote_for_eval_result | |
1833 | fi | |
1834 | ||
1835 | $_G_rc_parse_options | |
1768 | 1836 | } |
1769 | 1837 | |
1770 | 1838 | |
1777 | 1845 | { |
1778 | 1846 | $debug_cmd |
1779 | 1847 | |
1848 | _G_rc_validate_options=false | |
1849 | ||
1780 | 1850 | # Display all warnings if -W was not given. |
1781 | 1851 | test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" |
1782 | 1852 | |
1783 | func_run_hooks func_validate_options ${1+"$@"} | |
1853 | if func_run_hooks func_validate_options ${1+"$@"}; then | |
1854 | # save modified positional parameters for caller | |
1855 | func_validate_options_result=$func_run_hooks_result | |
1856 | _G_rc_validate_options=: | |
1857 | fi | |
1784 | 1858 | |
1785 | 1859 | # Bail if the options were screwed! |
1786 | 1860 | $exit_cmd $EXIT_FAILURE |
1787 | 1861 | |
1788 | # save modified positional parameters for caller | |
1789 | func_validate_options_result=$func_run_hooks_result | |
1862 | $_G_rc_validate_options | |
1790 | 1863 | } |
1791 | 1864 | |
1792 | 1865 | |
2067 | 2140 | compiler: $LTCC |
2068 | 2141 | compiler flags: $LTCFLAGS |
2069 | 2142 | linker: $LD (gnu? $with_gnu_ld) |
2070 | version: $progname $scriptversion Debian-2.4.6-2 | |
2143 | version: $progname $scriptversion Debian-2.4.6-14 | |
2071 | 2144 | automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` |
2072 | 2145 | autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` |
2073 | 2146 | |
2269 | 2342 | nonopt= |
2270 | 2343 | preserve_args= |
2271 | 2344 | |
2345 | _G_rc_lt_options_prep=: | |
2346 | ||
2272 | 2347 | # Shorthand for --mode=foo, only valid as the first argument |
2273 | 2348 | case $1 in |
2274 | 2349 | clean|clea|cle|cl) |
2292 | 2367 | uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) |
2293 | 2368 | shift; set dummy --mode uninstall ${1+"$@"}; shift |
2294 | 2369 | ;; |
2370 | *) | |
2371 | _G_rc_lt_options_prep=false | |
2372 | ;; | |
2295 | 2373 | esac |
2296 | 2374 | |
2297 | # Pass back the list of options. | |
2298 | func_quote_for_eval ${1+"$@"} | |
2299 | libtool_options_prep_result=$func_quote_for_eval_result | |
2375 | if $_G_rc_lt_options_prep; then | |
2376 | # Pass back the list of options. | |
2377 | func_quote_for_eval ${1+"$@"} | |
2378 | libtool_options_prep_result=$func_quote_for_eval_result | |
2379 | fi | |
2380 | ||
2381 | $_G_rc_lt_options_prep | |
2300 | 2382 | } |
2301 | 2383 | func_add_hook func_options_prep libtool_options_prep |
2302 | 2384 | |
2308 | 2390 | { |
2309 | 2391 | $debug_cmd |
2310 | 2392 | |
2393 | _G_rc_lt_parse_options=false | |
2394 | ||
2311 | 2395 | # Perform our own loop to consume as many options as possible in |
2312 | 2396 | # each iteration. |
2313 | 2397 | while test $# -gt 0; do |
2398 | _G_match_lt_parse_options=: | |
2314 | 2399 | _G_opt=$1 |
2315 | 2400 | shift |
2316 | 2401 | case $_G_opt in |
2385 | 2470 | func_append preserve_args " $_G_opt" |
2386 | 2471 | ;; |
2387 | 2472 | |
2388 | # An option not handled by this hook function: | |
2389 | *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; | |
2473 | # An option not handled by this hook function: | |
2474 | *) set dummy "$_G_opt" ${1+"$@"} ; shift | |
2475 | _G_match_lt_parse_options=false | |
2476 | break | |
2477 | ;; | |
2390 | 2478 | esac |
2479 | $_G_match_lt_parse_options && _G_rc_lt_parse_options=: | |
2391 | 2480 | done |
2392 | 2481 | |
2393 | ||
2394 | # save modified positional parameters for caller | |
2395 | func_quote_for_eval ${1+"$@"} | |
2396 | libtool_parse_options_result=$func_quote_for_eval_result | |
2482 | if $_G_rc_lt_parse_options; then | |
2483 | # save modified positional parameters for caller | |
2484 | func_quote_for_eval ${1+"$@"} | |
2485 | libtool_parse_options_result=$func_quote_for_eval_result | |
2486 | fi | |
2487 | ||
2488 | $_G_rc_lt_parse_options | |
2397 | 2489 | } |
2398 | 2490 | func_add_hook func_parse_options libtool_parse_options |
2399 | 2491 | |
7274 | 7366 | # -specs=* GCC specs files |
7275 | 7367 | # -stdlib=* select c++ std lib with clang |
7276 | 7368 | # -fsanitize=* Clang/GCC memory and address sanitizer |
7369 | # -fuse-ld=* Linker select flags for GCC | |
7370 | # -static-* direct GCC to link specific libraries statically | |
7371 | # -fcilkplus Cilk Plus language extension features for C/C++ | |
7277 | 7372 | -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ |
7278 | 7373 | -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ |
7279 | 7374 | -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ |
7280 | -specs=*|-fsanitize=*) | |
7375 | -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) | |
7281 | 7376 | func_quote_for_eval "$arg" |
7282 | 7377 | arg=$func_quote_for_eval_result |
7283 | 7378 | func_append compile_command " $arg" |
1040 | 1040 | _LT_EOF |
1041 | 1041 | echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD |
1042 | 1042 | $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD |
1043 | echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD | |
1044 | $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD | |
1043 | echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD | |
1044 | $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD | |
1045 | 1045 | echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD |
1046 | 1046 | $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD |
1047 | 1047 | cat > conftest.c << _LT_EOF |
1491 | 1491 | m4_defun([_LT_PROG_AR], |
1492 | 1492 | [AC_CHECK_TOOLS(AR, [ar], false) |
1493 | 1493 | : ${AR=ar} |
1494 | : ${AR_FLAGS=cru} | |
1494 | : ${AR_FLAGS=cr} | |
1495 | 1495 | _LT_DECL([], [AR], [1], [The archiver]) |
1496 | 1496 | _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) |
1497 | 1497 | |
4062 | 4062 | if AC_TRY_EVAL(ac_compile); then |
4063 | 4063 | # Now try to grab the symbols. |
4064 | 4064 | nlist=conftest.nm |
4065 | if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then | |
4065 | $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD | |
4066 | if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then | |
4066 | 4067 | # Try sorting and uniquifying the output. |
4067 | 4068 | if sort "$nlist" | uniq > "$nlist"T; then |
4068 | 4069 | mv -f "$nlist"T "$nlist" |
4702 | 4703 | _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
4703 | 4704 | _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' |
4704 | 4705 | ;; |
4706 | # flang / f18. f95 an alias for gfortran or flang on Debian | |
4707 | flang* | f18* | f95*) | |
4708 | _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' | |
4709 | _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' | |
4710 | _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' | |
4711 | ;; | |
4705 | 4712 | # icc used to be incompatible with GCC. |
4706 | 4713 | # ICC 10 doesn't accept -KPIC any more. |
4707 | 4714 | icc* | ifort*) |
6437 | 6444 | # Commands to make compiler produce verbose output that lists |
6438 | 6445 | # what "hidden" libraries, object files and flags are used when |
6439 | 6446 | # linking a shared library. |
6440 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
6447 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
6441 | 6448 | |
6442 | 6449 | else |
6443 | 6450 | GXX=no |
6812 | 6819 | # explicitly linking system object files so we need to strip them |
6813 | 6820 | # from the output so that they don't get included in the library |
6814 | 6821 | # dependencies. |
6815 | 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"' | |
6822 | output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' | |
6816 | 6823 | ;; |
6817 | 6824 | *) |
6818 | 6825 | if test yes = "$GXX"; then |
6877 | 6884 | # explicitly linking system object files so we need to strip them |
6878 | 6885 | # from the output so that they don't get included in the library |
6879 | 6886 | # dependencies. |
6880 | 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"' | |
6887 | output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' | |
6881 | 6888 | ;; |
6882 | 6889 | *) |
6883 | 6890 | if test yes = "$GXX"; then |
7216 | 7223 | # Commands to make compiler produce verbose output that lists |
7217 | 7224 | # what "hidden" libraries, object files and flags are used when |
7218 | 7225 | # linking a shared library. |
7219 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
7226 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
7220 | 7227 | |
7221 | 7228 | else |
7222 | 7229 | # FIXME: insert proper C++ library support |
7300 | 7307 | # Commands to make compiler produce verbose output that lists |
7301 | 7308 | # what "hidden" libraries, object files and flags are used when |
7302 | 7309 | # linking a shared library. |
7303 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
7310 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
7304 | 7311 | else |
7305 | 7312 | # g++ 2.7 appears to require '-G' NOT '-shared' on this |
7306 | 7313 | # platform. |
7311 | 7318 | # Commands to make compiler produce verbose output that lists |
7312 | 7319 | # what "hidden" libraries, object files and flags are used when |
7313 | 7320 | # linking a shared library. |
7314 | output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' | |
7321 | output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' | |
7315 | 7322 | fi |
7316 | 7323 | |
7317 | 7324 | _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' |
0 | 0 | #! /bin/sh |
1 | 1 | # Common wrapper for a few potentially missing GNU programs. |
2 | 2 | |
3 | scriptversion=2013-10-28.13; # UTC | |
4 | ||
5 | # Copyright (C) 1996-2014 Free Software Foundation, Inc. | |
3 | scriptversion=2018-03-07.03; # UTC | |
4 | ||
5 | # Copyright (C) 1996-2018 Free Software Foundation, Inc. | |
6 | 6 | # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. |
7 | 7 | |
8 | 8 | # This program is free software; you can redistribute it and/or modify |
16 | 16 | # GNU General Public License for more details. |
17 | 17 | |
18 | 18 | # You should have received a copy of the GNU General Public License |
19 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | |
20 | 20 | |
21 | 21 | # As a special exception to the GNU General Public License, if you |
22 | 22 | # distribute this file as part of a program that contains a |
100 | 100 | exit $st |
101 | 101 | fi |
102 | 102 | |
103 | perl_URL=http://www.perl.org/ | |
104 | flex_URL=http://flex.sourceforge.net/ | |
105 | gnu_software_URL=http://www.gnu.org/software | |
103 | perl_URL=https://www.perl.org/ | |
104 | flex_URL=https://github.com/westes/flex | |
105 | gnu_software_URL=https://www.gnu.org/software | |
106 | 106 | |
107 | 107 | program_details () |
108 | 108 | { |
206 | 206 | exit $st |
207 | 207 | |
208 | 208 | # Local variables: |
209 | # eval: (add-hook 'write-file-hooks 'time-stamp) | |
209 | # eval: (add-hook 'before-save-hook 'time-stamp) | |
210 | 210 | # time-stamp-start: "scriptversion=" |
211 | 211 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
212 | # time-stamp-time-zone: "UTC" | |
212 | # time-stamp-time-zone: "UTC0" | |
213 | 213 | # time-stamp-end: "; # UTC" |
214 | 214 | # End: |
12 | 12 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,230,230,230,230,220,230,230,230,222,220,230,230,230,230,230,230,220,220,220,220,220,220,230,230,220,230,230,222,228,230,10,11,12,13,14,15,16,17,18,19,19,20,21,22,0,23,0,24,25,0,230,220,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
13 | 13 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,30,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,29,30,31,32,33,34,230,230,220,220,230,230,230,230,230,220,230,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,230,230,230,230,220,230,0,0,230,230,0,220,230,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
14 | 14 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,230,220,230,230,220,220,220,230,220,220,230,220,230,230,230,220,230,220,230,220,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,220,230,0,0,0,0,0,0,0,0,0,220,0,0}, |
15 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,230,230,230,230,230,230,230,230,230,0,230,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,220,230,230,220,230,230,220,230,230,230,220,220,220,27,28,29,230,230,230,220,230,230,220,220,230,230,230,230,230}, | |
15 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,230,230,230,230,230,230,230,230,230,0,230,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,220,220,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,220,220,220,220,220,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,220,230,230,220,230,230,220,230,230,230,220,220,220,27,28,29,230,230,230,220,230,230,220,220,230,230,230,230,230}, | |
16 | 16 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,230,220,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0}, |
17 | 17 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
18 | 18 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
19 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,84,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
19 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,84,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
20 | 20 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
21 | 21 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,107,107,107,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,118,9,0,0,0,0,0,0,0,0,0,0,0,0,0,122,122,122,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
22 | 22 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,220,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,130,0,132,0,0,0,0,0,130,130,130,130,0,0,130,0,230,230,9,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
23 | 23 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
24 | 24 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
25 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
25 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
26 | 26 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
27 | 27 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
28 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,220,220,220,220,220,220,230,230,220,0,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
28 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,220,220,220,220,220,220,230,230,220,0,220,220,230,230,220,220,230,230,230,230,230,220,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
29 | 29 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,230,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0}, |
30 | 30 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,1,220,220,220,220,220,230,230,220,220,220,220,230,0,1,1,1,1,1,1,1,0,0,0,0,220,0,0,0,0,0,0,230,0,0,0,230,230,0,0,0,0,0,0}, |
31 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,220,230,230,230,230,230,230,230,220,230,230,234,214,220,202,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,232,228,228,220,0,230,233,220,230,220}, | |
31 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,220,230,230,230,230,230,230,230,220,230,230,234,214,220,202,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,232,228,228,220,218,230,233,220,230,220}, | |
32 | 32 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,1,1,230,230,230,230,1,1,1,230,230,0,0,0,0,230,0,0,0,1,1,230,220,230,1,1,220,220,220,220,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
33 | 33 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
34 | 34 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230}, |
46 | 46 | {0,0,0,0,0,0,0,0,0,0,0,0,0,220,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,1,220,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
47 | 47 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
48 | 48 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
49 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,230,230,230,220,230,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
50 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
49 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,230,230,230,220,230,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,220,230,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
50 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
51 | 51 | {230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
52 | 52 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
53 | 53 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,230,0,0,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
67 | 67 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,216,1,1,1,0,0,0,226,216,216,216,216,216,0,0,0,0,0,0,0,0,220,220,220,220,220,220,220,220,0,0,230,230,230,230,230,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
68 | 68 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
69 | 69 | {230,230,230,230,230,230,230,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,0,0,230,230,230,230,230,230,230,0,230,230,0,230,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
70 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
70 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, | |
71 | 71 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,220,220,220,220,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
72 | 72 | {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,230,230,230,230,230,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, |
73 | 73 | }; |
180 | 180 | {0x11705,"AHOM LETTER ALTERNATE TA"}, |
181 | 181 | {0x11708,"AHOM LETTER BA"}, |
182 | 182 | {0x11718,"AHOM LETTER BHA"}, |
183 | {0x11740,"AHOM LETTER CA"}, | |
183 | 184 | {0x1170B,"AHOM LETTER CHA"}, |
184 | 185 | {0x11713,"AHOM LETTER DA"}, |
186 | {0x11743,"AHOM LETTER DDA"}, | |
187 | {0x11744,"AHOM LETTER DDHA"}, | |
185 | 188 | {0x11714,"AHOM LETTER DHA"}, |
186 | 189 | {0x11715,"AHOM LETTER GA"}, |
187 | 190 | {0x11717,"AHOM LETTER GHA"}, |
191 | 194 | {0x11700,"AHOM LETTER KA"}, |
192 | 195 | {0x11701,"AHOM LETTER KHA"}, |
193 | 196 | {0x1170E,"AHOM LETTER LA"}, |
197 | {0x11746,"AHOM LETTER LLA"}, | |
194 | 198 | {0x11709,"AHOM LETTER MA"}, |
195 | 199 | {0x11703,"AHOM LETTER NA"}, |
196 | 200 | {0x11702,"AHOM LETTER NGA"}, |
201 | {0x11745,"AHOM LETTER NNA"}, | |
197 | 202 | {0x11710,"AHOM LETTER NYA"}, |
198 | 203 | {0x11706,"AHOM LETTER PA"}, |
199 | 204 | {0x11707,"AHOM LETTER PHA"}, |
201 | 206 | {0x1170F,"AHOM LETTER SA"}, |
202 | 207 | {0x11704,"AHOM LETTER TA"}, |
203 | 208 | {0x1170C,"AHOM LETTER THA"}, |
209 | {0x11741,"AHOM LETTER TTA"}, | |
210 | {0x11742,"AHOM LETTER TTHA"}, | |
204 | 211 | {0x1173A,"AHOM NUMBER TEN"}, |
205 | 212 | {0x1173B,"AHOM NUMBER TWENTY"}, |
206 | 213 | {0x1172B,"AHOM SIGN KILLER"}, |
1041 | 1048 | {0x2245,"APPROXIMATELY EQUAL TO"}, |
1042 | 1049 | {0x2252,"APPROXIMATELY EQUAL TO OR THE IMAGE OF"}, |
1043 | 1050 | {0x2652,"AQUARIUS"}, |
1051 | {0x0887,"ARABIC BASELINE ROUND DOT"}, | |
1044 | 1052 | {0x060C,"ARABIC COMMA"}, |
1045 | 1053 | {0x08E5,"ARABIC CURLY DAMMA"}, |
1046 | 1054 | {0x08E8,"ARABIC CURLY DAMMATAN"}, |
1059 | 1067 | {0x08E2,"ARABIC DISPUTED END OF AYAH"}, |
1060 | 1068 | {0x08FB,"ARABIC DOUBLE RIGHT ARROWHEAD ABOVE"}, |
1061 | 1069 | {0x08FC,"ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT"}, |
1070 | {0x089E,"ARABIC DOUBLED MADDA"}, | |
1062 | 1071 | {0x06EB,"ARABIC EMPTY CENTRE HIGH STOP"}, |
1063 | 1072 | {0x06EA,"ARABIC EMPTY CENTRE LOW STOP"}, |
1064 | 1073 | {0x06DD,"ARABIC END OF AYAH"}, |
1074 | {0x061D,"ARABIC END OF TEXT MARK"}, | |
1065 | 1075 | {0x064E,"ARABIC FATHA"}, |
1066 | 1076 | {0xFE76,"ARABIC FATHA ISOLATED FORM"}, |
1067 | 1077 | {0xFE77,"ARABIC FATHA MEDIAL FORM"}, |
1073 | 1083 | {0x066D,"ARABIC FIVE POINTED STAR"}, |
1074 | 1084 | {0x0602,"ARABIC FOOTNOTE MARKER"}, |
1075 | 1085 | {0x06D4,"ARABIC FULL STOP"}, |
1086 | {0x089F,"ARABIC HALF MADDA OVER MADDA"}, | |
1076 | 1087 | {0x0654,"ARABIC HAMZA ABOVE"}, |
1077 | 1088 | {0x0655,"ARABIC HAMZA BELOW"}, |
1078 | 1089 | {0x0657,"ARABIC INVERTED DAMMA"}, |
1082 | 1093 | {0x08F6,"ARABIC KASRA WITH DOT BELOW"}, |
1083 | 1094 | {0x064D,"ARABIC KASRATAN"}, |
1084 | 1095 | {0xFE74,"ARABIC KASRATAN ISOLATED FORM"}, |
1096 | {0x08D1,"ARABIC LARGE CIRCLE BELOW"}, | |
1097 | {0x08CE,"ARABIC LARGE ROUND DOT ABOVE"}, | |
1098 | {0x08CF,"ARABIC LARGE ROUND DOT BELOW"}, | |
1099 | {0x08D2,"ARABIC LARGE ROUND DOT INSIDE CIRCLE BELOW"}, | |
1085 | 1100 | {0x08F7,"ARABIC LEFT ARROWHEAD ABOVE"}, |
1086 | 1101 | {0x08F9,"ARABIC LEFT ARROWHEAD BELOW"}, |
1087 | 1102 | {0x06D5,"ARABIC LETTER AE"}, |
1108 | 1123 | {0x0671,"ARABIC LETTER ALEF WASLA"}, |
1109 | 1124 | {0xFB51,"ARABIC LETTER ALEF WASLA FINAL FORM"}, |
1110 | 1125 | {0xFB50,"ARABIC LETTER ALEF WASLA ISOLATED FORM"}, |
1126 | {0x0875,"ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA"}, | |
1127 | {0x087D,"ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND DOT ABOVE"}, | |
1128 | {0x0880,"ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND LEFT RING"}, | |
1129 | {0x0870,"ARABIC LETTER ALEF WITH ATTACHED FATHA"}, | |
1130 | {0x0874,"ARABIC LETTER ALEF WITH ATTACHED KASRA"}, | |
1131 | {0x0882,"ARABIC LETTER ALEF WITH ATTACHED LEFT HAMZA"}, | |
1132 | {0x0878,"ARABIC LETTER ALEF WITH ATTACHED LEFT ROUND DOT"}, | |
1133 | {0x0881,"ARABIC LETTER ALEF WITH ATTACHED RIGHT HAMZA"}, | |
1134 | {0x0877,"ARABIC LETTER ALEF WITH ATTACHED RIGHT ROUND DOT"}, | |
1135 | {0x0876,"ARABIC LETTER ALEF WITH ATTACHED ROUND DOT ABOVE"}, | |
1136 | {0x0879,"ARABIC LETTER ALEF WITH ATTACHED ROUND DOT BELOW"}, | |
1137 | {0x0871,"ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA"}, | |
1138 | {0x087B,"ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND DOT ABOVE"}, | |
1139 | {0x087E,"ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND LEFT RING"}, | |
1140 | {0x087A,"ARABIC LETTER ALEF WITH DOT ABOVE"}, | |
1111 | 1141 | {0x0774,"ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"}, |
1112 | 1142 | {0x0773,"ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"}, |
1113 | 1143 | {0x0623,"ARABIC LETTER ALEF WITH HAMZA ABOVE"}, |
1116 | 1146 | {0x0625,"ARABIC LETTER ALEF WITH HAMZA BELOW"}, |
1117 | 1147 | {0xFE88,"ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM"}, |
1118 | 1148 | {0xFE87,"ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM"}, |
1149 | {0x0873,"ARABIC LETTER ALEF WITH LEFT MIDDLE STROKE"}, | |
1119 | 1150 | {0x0622,"ARABIC LETTER ALEF WITH MADDA ABOVE"}, |
1120 | 1151 | {0xFE82,"ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM"}, |
1121 | 1152 | {0xFE81,"ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM"}, |
1153 | {0x0872,"ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE"}, | |
1154 | {0x087C,"ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND DOT ABOVE"}, | |
1155 | {0x087F,"ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND LEFT RING"}, | |
1122 | 1156 | {0x0672,"ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE"}, |
1123 | 1157 | {0x0673,"ARABIC LETTER ALEF WITH WAVY HAMZA BELOW"}, |
1124 | 1158 | {0x067B,"ARABIC LETTER BEEH"}, |
1227 | 1261 | {0xFED0,"ARABIC LETTER GHAIN MEDIAL FORM"}, |
1228 | 1262 | {0x06FC,"ARABIC LETTER GHAIN WITH DOT BELOW"}, |
1229 | 1263 | {0x08C3,"ARABIC LETTER GHAIN WITH THREE DOTS ABOVE"}, |
1264 | {0x08C8,"ARABIC LETTER GRAF"}, | |
1230 | 1265 | {0x06B3,"ARABIC LETTER GUEH"}, |
1231 | 1266 | {0xFB97,"ARABIC LETTER GUEH FINAL FORM"}, |
1232 | 1267 | {0xFB98,"ARABIC LETTER GUEH INITIAL FORM"}, |
1239 | 1274 | {0xFEA4,"ARABIC LETTER HAH MEDIAL FORM"}, |
1240 | 1275 | {0x077C,"ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW"}, |
1241 | 1276 | {0x0681,"ARABIC LETTER HAH WITH HAMZA ABOVE"}, |
1277 | {0x088A,"ARABIC LETTER HAH WITH INVERTED SMALL V BELOW"}, | |
1242 | 1278 | {0x0772,"ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE"}, |
1243 | 1279 | {0x076F,"ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"}, |
1244 | 1280 | {0x076E,"ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW"}, |
1305 | 1341 | {0x063C,"ARABIC LETTER KEHEH WITH THREE DOTS BELOW"}, |
1306 | 1342 | {0x0764,"ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW"}, |
1307 | 1343 | {0x063B,"ARABIC LETTER KEHEH WITH TWO DOTS ABOVE"}, |
1344 | {0x088D,"ARABIC LETTER KEHEH WITH TWO DOTS VERTICALLY BELOW"}, | |
1308 | 1345 | {0x062E,"ARABIC LETTER KHAH"}, |
1309 | 1346 | {0xFEA6,"ARABIC LETTER KHAH FINAL FORM"}, |
1310 | 1347 | {0xFEA7,"ARABIC LETTER KHAH INITIAL FORM"}, |
1357 | 1394 | {0xFEE5,"ARABIC LETTER NOON ISOLATED FORM"}, |
1358 | 1395 | {0xFEE8,"ARABIC LETTER NOON MEDIAL FORM"}, |
1359 | 1396 | {0x06B9,"ARABIC LETTER NOON WITH DOT BELOW"}, |
1397 | {0x0889,"ARABIC LETTER NOON WITH INVERTED SMALL V"}, | |
1360 | 1398 | {0x06BC,"ARABIC LETTER NOON WITH RING"}, |
1361 | 1399 | {0x0768,"ARABIC LETTER NOON WITH SMALL TAH"}, |
1362 | 1400 | {0x0769,"ARABIC LETTER NOON WITH SMALL V"}, |
1389 | 1427 | {0xFED8,"ARABIC LETTER QAF MEDIAL FORM"}, |
1390 | 1428 | {0x06A7,"ARABIC LETTER QAF WITH DOT ABOVE"}, |
1391 | 1429 | {0x08A5,"ARABIC LETTER QAF WITH DOT BELOW"}, |
1430 | {0x08B5,"ARABIC LETTER QAF WITH DOT BELOW AND NO DOTS ABOVE"}, | |
1392 | 1431 | {0x06A8,"ARABIC LETTER QAF WITH THREE DOTS ABOVE"}, |
1393 | 1432 | {0x0631,"ARABIC LETTER REH"}, |
1394 | 1433 | {0xFEAE,"ARABIC LETTER REH FINAL FORM"}, |
1451 | 1490 | {0xFEC3,"ARABIC LETTER TAH INITIAL FORM"}, |
1452 | 1491 | {0xFEC1,"ARABIC LETTER TAH ISOLATED FORM"}, |
1453 | 1492 | {0xFEC4,"ARABIC LETTER TAH MEDIAL FORM"}, |
1493 | {0x088B,"ARABIC LETTER TAH WITH DOT BELOW"}, | |
1454 | 1494 | {0x069F,"ARABIC LETTER TAH WITH THREE DOTS ABOVE"}, |
1495 | {0x088C,"ARABIC LETTER TAH WITH THREE DOTS BELOW"}, | |
1455 | 1496 | {0x08A3,"ARABIC LETTER TAH WITH TWO DOTS ABOVE"}, |
1456 | 1497 | {0x0686,"ARABIC LETTER TCHEH"}, |
1457 | 1498 | {0xFB7B,"ARABIC LETTER TCHEH FINAL FORM"}, |
1491 | 1532 | {0xFE9B,"ARABIC LETTER THEH INITIAL FORM"}, |
1492 | 1533 | {0xFE99,"ARABIC LETTER THEH ISOLATED FORM"}, |
1493 | 1534 | {0xFE9C,"ARABIC LETTER THEH MEDIAL FORM"}, |
1535 | {0x0886,"ARABIC LETTER THIN YEH"}, | |
1494 | 1536 | {0x0679,"ARABIC LETTER TTEH"}, |
1495 | 1537 | {0xFB67,"ARABIC LETTER TTEH FINAL FORM"}, |
1496 | 1538 | {0xFB68,"ARABIC LETTER TTEH INITIAL FORM"}, |
1580 | 1622 | {0xFD14,"ARABIC LIGATURE AIN WITH YEH FINAL FORM"}, |
1581 | 1623 | {0xFCF8,"ARABIC LIGATURE AIN WITH YEH ISOLATED FORM"}, |
1582 | 1624 | {0xFDF3,"ARABIC LIGATURE AKBAR ISOLATED FORM"}, |
1625 | {0xFD4D,"ARABIC LIGATURE ALAYHAA AS-SALAAM"}, | |
1583 | 1626 | {0xFDF7,"ARABIC LIGATURE ALAYHE ISOLATED FORM"}, |
1627 | {0xFD47,"ARABIC LIGATURE ALAYHI AS-SALAAM"}, | |
1628 | {0xFD4A,"ARABIC LIGATURE ALAYHI AS-SALAATU WAS-SALAAM"}, | |
1629 | {0xFD48,"ARABIC LIGATURE ALAYHIM AS-SALAAM"}, | |
1630 | {0xFD49,"ARABIC LIGATURE ALAYHIMAA AS-SALAAM"}, | |
1584 | 1631 | {0xFC90,"ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM"}, |
1585 | 1632 | {0xFC5D,"ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM"}, |
1586 | 1633 | {0xFD3C,"ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM"}, |
1587 | 1634 | {0xFD3D,"ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM"}, |
1588 | 1635 | {0xFDF2,"ARABIC LIGATURE ALLAH ISOLATED FORM"}, |
1636 | {0xFDFF,"ARABIC LIGATURE AZZA WA JALL"}, | |
1589 | 1637 | {0xFC6E,"ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM"}, |
1590 | 1638 | {0xFC09,"ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM"}, |
1591 | 1639 | {0xFC9D,"ARABIC LIGATURE BEH WITH HAH INITIAL FORM"}, |
1823 | 1871 | {0xFC7F,"ARABIC LIGATURE QAF WITH YEH FINAL FORM"}, |
1824 | 1872 | {0xFC36,"ARABIC LIGATURE QAF WITH YEH ISOLATED FORM"}, |
1825 | 1873 | {0xFDF1,"ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM"}, |
1874 | {0xFD4B,"ARABIC LIGATURE QUDDISA SIRRAH"}, | |
1875 | {0xFD41,"ARABIC LIGATURE RADI ALLAAHU ANH"}, | |
1876 | {0xFD42,"ARABIC LIGATURE RADI ALLAAHU ANHAA"}, | |
1877 | {0xFD43,"ARABIC LIGATURE RADI ALLAAHU ANHUM"}, | |
1878 | {0xFD44,"ARABIC LIGATURE RADI ALLAAHU ANHUMAA"}, | |
1879 | {0xFD45,"ARABIC LIGATURE RADI ALLAAHU ANHUNNA"}, | |
1880 | {0xFD40,"ARABIC LIGATURE RAHIMAHU ALLAAH"}, | |
1881 | {0xFD4F,"ARABIC LIGATURE RAHIMAHUM ALLAAH"}, | |
1826 | 1882 | {0xFDF6,"ARABIC LIGATURE RASOUL ISOLATED FORM"}, |
1827 | 1883 | {0xFC5C,"ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM"}, |
1828 | 1884 | {0xFD21,"ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM"}, |
1841 | 1897 | {0xFD0F,"ARABIC LIGATURE SAD WITH REH ISOLATED FORM"}, |
1842 | 1898 | {0xFD22,"ARABIC LIGATURE SAD WITH YEH FINAL FORM"}, |
1843 | 1899 | {0xFD06,"ARABIC LIGATURE SAD WITH YEH ISOLATED FORM"}, |
1900 | {0xFDCF,"ARABIC LIGATURE SALAAMUHU ALAYNAA"}, | |
1844 | 1901 | {0xFDF5,"ARABIC LIGATURE SALAM ISOLATED FORM"}, |
1845 | 1902 | {0xFDF9,"ARABIC LIGATURE SALLA ISOLATED FORM"}, |
1846 | 1903 | {0xFDF0,"ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM"}, |
1904 | {0xFD46,"ARABIC LIGATURE SALLALLAAHU ALAYHI WA-AALIH"}, | |
1847 | 1905 | {0xFDFA,"ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM"}, |
1906 | {0xFD4C,"ARABIC LIGATURE SALLALLAHU ALAYHI WAAALIHEE WA-SALLAM"}, | |
1848 | 1907 | {0xFD17,"ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM"}, |
1849 | 1908 | {0xFCFB,"ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM"}, |
1850 | 1909 | {0xFCAE,"ARABIC LIGATURE SEEN WITH HAH INITIAL FORM"}, |
1916 | 1975 | {0xFD0D,"ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM"}, |
1917 | 1976 | {0xFD1A,"ARABIC LIGATURE SHEEN WITH YEH FINAL FORM"}, |
1918 | 1977 | {0xFCFE,"ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM"}, |
1978 | {0xFDFE,"ARABIC LIGATURE SUBHAANAHU WA TAAALAA"}, | |
1979 | {0xFD4E,"ARABIC LIGATURE TABAARAKA WA-TAAALAA"}, | |
1919 | 1980 | {0xFD11,"ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM"}, |
1920 | 1981 | {0xFCF5,"ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM"}, |
1921 | 1982 | {0xFCB8,"ARABIC LIGATURE TAH WITH HAH INITIAL FORM"}, |
2040 | 2101 | {0xFCB9,"ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM"}, |
2041 | 2102 | {0xFC28,"ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM"}, |
2042 | 2103 | {0xFD3B,"ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM"}, |
2104 | {0x089C,"ARABIC MADDA WAAJIB"}, | |
2043 | 2105 | {0x0653,"ARABIC MADDAH ABOVE"}, |
2044 | 2106 | {0x0658,"ARABIC MARK NOON GHUNNA"}, |
2045 | 2107 | {0x08FF,"ARABIC MARK SIDEWAYS NOON GHUNNA"}, |
2192 | 2254 | {0x08F0,"ARABIC OPEN FATHATAN"}, |
2193 | 2255 | {0x08F2,"ARABIC OPEN KASRATAN"}, |
2194 | 2256 | {0x066A,"ARABIC PERCENT SIGN"}, |
2257 | {0x0891,"ARABIC PIASTRE MARK ABOVE"}, | |
2195 | 2258 | {0x06E9,"ARABIC PLACE OF SAJDAH"}, |
2196 | 2259 | {0x060E,"ARABIC POETIC VERSE SIGN"}, |
2260 | {0x0890,"ARABIC POUND MARK ABOVE"}, | |
2197 | 2261 | {0x061F,"ARABIC QUESTION MARK"}, |
2262 | {0x0888,"ARABIC RAISED ROUND DOT"}, | |
2198 | 2263 | {0x0608,"ARABIC RAY"}, |
2199 | 2264 | {0x065D,"ARABIC REVERSED DAMMA"}, |
2200 | 2265 | {0x08F8,"ARABIC RIGHT ARROWHEAD ABOVE"}, |
2217 | 2282 | {0x06FE,"ARABIC SIGN SINDHI POSTPOSITION MEN"}, |
2218 | 2283 | {0x0614,"ARABIC SIGN TAKHALLUS"}, |
2219 | 2284 | {0x0619,"ARABIC SMALL DAMMA"}, |
2285 | {0x08C9,"ARABIC SMALL FARSI YEH"}, | |
2220 | 2286 | {0x0618,"ARABIC SMALL FATHA"}, |
2221 | 2287 | {0x08D6,"ARABIC SMALL HIGH AIN"}, |
2222 | 2288 | {0x06E1,"ARABIC SMALL HIGH DOTLESS HEAD OF KHAH"}, |
2289 | {0x08CA,"ARABIC SMALL HIGH FARSI YEH"}, | |
2223 | 2290 | {0x08E0,"ARABIC SMALL HIGH FOOTNOTE MARKER"}, |
2224 | 2291 | {0x06DA,"ARABIC SMALL HIGH JEEM"}, |
2225 | 2292 | {0x06D9,"ARABIC SMALL HIGH LAM ALEF"}, |
2240 | 2307 | {0x06DB,"ARABIC SMALL HIGH THREE DOTS"}, |
2241 | 2308 | {0x06E0,"ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO"}, |
2242 | 2309 | {0x08F3,"ARABIC SMALL HIGH WAW"}, |
2310 | {0x0898,"ARABIC SMALL HIGH WORD AL-JUZ"}, | |
2243 | 2311 | {0x08DC,"ARABIC SMALL HIGH WORD AN-NISF"}, |
2244 | 2312 | {0x08D4,"ARABIC SMALL HIGH WORD AR-RUB"}, |
2245 | 2313 | {0x08DB,"ARABIC SMALL HIGH WORD AS-SAJDA"}, |
2246 | 2314 | {0x08DA,"ARABIC SMALL HIGH WORD ATH-THALATHA"}, |
2247 | 2315 | {0x08DE,"ARABIC SMALL HIGH WORD QIF"}, |
2316 | {0x08CC,"ARABIC SMALL HIGH WORD SAH"}, | |
2248 | 2317 | {0x08DD,"ARABIC SMALL HIGH WORD SAKTA"}, |
2249 | 2318 | {0x08DF,"ARABIC SMALL HIGH WORD WAQFA"}, |
2250 | 2319 | {0x06E7,"ARABIC SMALL HIGH YEH"}, |
2320 | {0x08CB,"ARABIC SMALL HIGH YEH BARREE WITH TWO DOTS BELOW"}, | |
2321 | {0x08CD,"ARABIC SMALL HIGH ZAH"}, | |
2251 | 2322 | {0x0617,"ARABIC SMALL HIGH ZAIN"}, |
2252 | 2323 | {0x061A,"ARABIC SMALL KASRA"}, |
2253 | 2324 | {0x06ED,"ARABIC SMALL LOW MEEM"}, |
2254 | 2325 | {0x08D9,"ARABIC SMALL LOW NOON WITH KASRA"}, |
2255 | 2326 | {0x06E3,"ARABIC SMALL LOW SEEN"}, |
2256 | 2327 | {0x08D3,"ARABIC SMALL LOW WAW"}, |
2328 | {0x089A,"ARABIC SMALL LOW WORD IMAALA"}, | |
2329 | {0x0899,"ARABIC SMALL LOW WORD ISHMAAM"}, | |
2330 | {0x089B,"ARABIC SMALL LOW WORD TASHEEL"}, | |
2257 | 2331 | {0x06E5,"ARABIC SMALL WAW"}, |
2258 | 2332 | {0x06E6,"ARABIC SMALL YEH"}, |
2259 | 2333 | {0x06DE,"ARABIC START OF RUB EL HIZB"}, |
2260 | 2334 | {0x0656,"ARABIC SUBSCRIPT ALEF"}, |
2261 | 2335 | {0x0652,"ARABIC SUKUN"}, |
2336 | {0x08D0,"ARABIC SUKUN BELOW"}, | |
2262 | 2337 | {0xFE7E,"ARABIC SUKUN ISOLATED FORM"}, |
2263 | 2338 | {0xFE7F,"ARABIC SUKUN MEDIAL FORM"}, |
2339 | {0x089D,"ARABIC SUPERSCRIPT ALEF MOKHASSAS"}, | |
2264 | 2340 | {0xFBB2,"ARABIC SYMBOL DOT ABOVE"}, |
2265 | 2341 | {0xFBB3,"ARABIC SYMBOL DOT BELOW"}, |
2266 | 2342 | {0xFBBC,"ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW"}, |
2277 | 2353 | {0xFBB5,"ARABIC SYMBOL TWO DOTS BELOW"}, |
2278 | 2354 | {0xFBBD,"ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE"}, |
2279 | 2355 | {0xFBBE,"ARABIC SYMBOL TWO DOTS VERTICALLY BELOW"}, |
2356 | {0xFBC2,"ARABIC SYMBOL WASLA ABOVE"}, | |
2280 | 2357 | {0xFE73,"ARABIC TAIL FRAGMENT"}, |
2281 | 2358 | {0x0640,"ARABIC TATWEEL"}, |
2282 | 2359 | {0xFE71,"ARABIC TATWEEL WITH FATHATAN ABOVE"}, |
2360 | {0x0883,"ARABIC TATWEEL WITH OVERSTRUCK HAMZA"}, | |
2361 | {0x0884,"ARABIC TATWEEL WITH OVERSTRUCK WAW"}, | |
2362 | {0x0885,"ARABIC TATWEEL WITH TWO DOTS BELOW"}, | |
2283 | 2363 | {0x066C,"ARABIC THOUSANDS SEPARATOR"}, |
2284 | 2364 | {0x08EC,"ARABIC TONE LOOP ABOVE"}, |
2285 | 2365 | {0x08EF,"ARABIC TONE LOOP BELOW"}, |
2289 | 2369 | {0x08EE,"ARABIC TONE TWO DOTS BELOW"}, |
2290 | 2370 | {0x061E,"ARABIC TRIPLE DOT PUNCTUATION MARK"}, |
2291 | 2371 | {0x08E3,"ARABIC TURNED DAMMA BELOW"}, |
2372 | {0x088E,"ARABIC VERTICAL TAIL"}, | |
2292 | 2373 | {0x065C,"ARABIC VOWEL SIGN DOT BELOW"}, |
2293 | 2374 | {0x065B,"ARABIC VOWEL SIGN INVERTED SMALL V ABOVE"}, |
2294 | 2375 | {0x065A,"ARABIC VOWEL SIGN SMALL V ABOVE"}, |
2521 | 2602 | {0x1B10,"BALINESE LETTER AIKARA"}, |
2522 | 2603 | {0x1B05,"BALINESE LETTER AKARA"}, |
2523 | 2604 | {0x1B06,"BALINESE LETTER AKARA TEDUNG"}, |
2605 | {0x1B4C,"BALINESE LETTER ARCHAIC JNYA"}, | |
2524 | 2606 | {0x1B4B,"BALINESE LETTER ASYURA SASAK"}, |
2525 | 2607 | {0x1B29,"BALINESE LETTER BA"}, |
2526 | 2608 | {0x1B2A,"BALINESE LETTER BA KEMBANG"}, |
2601 | 2683 | {0x1B75,"BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG"}, |
2602 | 2684 | {0x1B74,"BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG"}, |
2603 | 2685 | {0x1B5B,"BALINESE PAMADA"}, |
2686 | {0x1B7E,"BALINESE PAMADA LANTANG"}, | |
2604 | 2687 | {0x1B60,"BALINESE PAMENENG"}, |
2605 | 2688 | {0x1B5A,"BALINESE PANTI"}, |
2689 | {0x1B7D,"BALINESE PANTI LANTANG"}, | |
2606 | 2690 | {0x1B04,"BALINESE SIGN BISAH"}, |
2607 | 2691 | {0x1B02,"BALINESE SIGN CECEK"}, |
2608 | 2692 | {0x1B34,"BALINESE SIGN REREKAN"}, |
3411 | 3495 | {0x1F39D,"BEAMED DESCENDING MUSICAL NOTES"}, |
3412 | 3496 | {0x266B,"BEAMED EIGHTH NOTES"}, |
3413 | 3497 | {0x266C,"BEAMED SIXTEENTH NOTES"}, |
3498 | {0x1FAD8,"BEANS"}, | |
3414 | 3499 | {0x1F43B,"BEAR FACE"}, |
3415 | 3500 | {0x1F9D4,"BEARDED PERSON"}, |
3416 | 3501 | {0x1F493,"BEATING HEART"}, |
3636 | 3721 | {0x1F382,"BIRTHDAY CAKE"}, |
3637 | 3722 | {0x1F9AC,"BISON"}, |
3638 | 3723 | {0x20BF,"BITCOIN SIGN"}, |
3724 | {0x1FAE6,"BITING LIP"}, | |
3639 | 3725 | {0x29D3,"BLACK BOWTIE"}, |
3640 | 3726 | {0x272C,"BLACK CENTRE WHITE STAR"}, |
3641 | 3727 | {0x265D,"BLACK CHESS BISHOP"}, |
3974 | 4060 | {0x23DF,"BOTTOM CURLY BRACKET"}, |
3975 | 4061 | {0x2BCB,"BOTTOM HALF BLACK CIRCLE"}, |
3976 | 4062 | {0x2321,"BOTTOM HALF INTEGRAL"}, |
4063 | {0x2E5B,"BOTTOM HALF LEFT PARENTHESIS"}, | |
4064 | {0x2E5C,"BOTTOM HALF RIGHT PARENTHESIS"}, | |
3977 | 4065 | {0x231E,"BOTTOM LEFT CORNER"}, |
3978 | 4066 | {0x230D,"BOTTOM LEFT CROP"}, |
3979 | 4067 | {0x2E24,"BOTTOM LEFT HALF BRACKET"}, |
4182 | 4270 | {0x11021,"BRAHMI LETTER NNA"}, |
4183 | 4271 | {0x1101C,"BRAHMI LETTER NYA"}, |
4184 | 4272 | {0x11011,"BRAHMI LETTER O"}, |
4273 | {0x11075,"BRAHMI LETTER OLD TAMIL LLA"}, | |
4185 | 4274 | {0x11035,"BRAHMI LETTER OLD TAMIL LLLA"}, |
4186 | 4275 | {0x11037,"BRAHMI LETTER OLD TAMIL NNNA"}, |
4187 | 4276 | {0x11036,"BRAHMI LETTER OLD TAMIL RRA"}, |
4277 | {0x11071,"BRAHMI LETTER OLD TAMIL SHORT E"}, | |
4278 | {0x11072,"BRAHMI LETTER OLD TAMIL SHORT O"}, | |
4188 | 4279 | {0x11027,"BRAHMI LETTER PA"}, |
4189 | 4280 | {0x11028,"BRAHMI LETTER PHA"}, |
4190 | 4281 | {0x1102D,"BRAHMI LETTER RA"}, |
4232 | 4323 | {0x11001,"BRAHMI SIGN ANUSVARA"}, |
4233 | 4324 | {0x11000,"BRAHMI SIGN CANDRABINDU"}, |
4234 | 4325 | {0x11003,"BRAHMI SIGN JIHVAMULIYA"}, |
4326 | {0x11070,"BRAHMI SIGN OLD TAMIL VIRAMA"}, | |
4235 | 4327 | {0x11004,"BRAHMI SIGN UPADHMANIYA"}, |
4236 | 4328 | {0x11002,"BRAHMI SIGN VISARGA"}, |
4237 | 4329 | {0x11046,"BRAHMI VIRAMA"}, |
4243 | 4335 | {0x1103A,"BRAHMI VOWEL SIGN I"}, |
4244 | 4336 | {0x1103B,"BRAHMI VOWEL SIGN II"}, |
4245 | 4337 | {0x11044,"BRAHMI VOWEL SIGN O"}, |
4338 | {0x11073,"BRAHMI VOWEL SIGN OLD TAMIL SHORT E"}, | |
4339 | {0x11074,"BRAHMI VOWEL SIGN OLD TAMIL SHORT O"}, | |
4246 | 4340 | {0x1103C,"BRAHMI VOWEL SIGN U"}, |
4247 | 4341 | {0x1103D,"BRAHMI VOWEL SIGN UU"}, |
4248 | 4342 | {0x11040,"BRAHMI VOWEL SIGN VOCALIC L"}, |
4521 | 4615 | {0x1F9F9,"BROOM"}, |
4522 | 4616 | {0x1F90E,"BROWN HEART"}, |
4523 | 4617 | {0x1F9CB,"BUBBLE TEA"}, |
4618 | {0x1FAE7,"BUBBLES"}, | |
4524 | 4619 | {0x1FAA3,"BUCKET"}, |
4525 | 4620 | {0x1F41B,"BUG"}, |
4526 | 4621 | {0x1A1F,"BUGINESE END OF SECTION"}, |
5189 | 5284 | {0x141B,"CANADIAN SYLLABICS NASKAPI WAA"}, |
5190 | 5285 | {0x1416,"CANADIAN SYLLABICS NASKAPI WOO"}, |
5191 | 5286 | {0x153D,"CANADIAN SYLLABICS NASKAPI YWAA"}, |
5287 | {0x11AB4,"CANADIAN SYLLABICS NATTILIK HA"}, | |
5288 | {0x11AB5,"CANADIAN SYLLABICS NATTILIK HAA"}, | |
5289 | {0x11AB0,"CANADIAN SYLLABICS NATTILIK HI"}, | |
5290 | {0x11AB1,"CANADIAN SYLLABICS NATTILIK HII"}, | |
5291 | {0x11AB2,"CANADIAN SYLLABICS NATTILIK HO"}, | |
5292 | {0x11AB3,"CANADIAN SYLLABICS NATTILIK HOO"}, | |
5293 | {0x11ABA,"CANADIAN SYLLABICS NATTILIK SHRA"}, | |
5294 | {0x11ABB,"CANADIAN SYLLABICS NATTILIK SHRAA"}, | |
5295 | {0x11AB6,"CANADIAN SYLLABICS NATTILIK SHRI"}, | |
5296 | {0x11AB7,"CANADIAN SYLLABICS NATTILIK SHRII"}, | |
5297 | {0x11AB8,"CANADIAN SYLLABICS NATTILIK SHRO"}, | |
5298 | {0x11AB9,"CANADIAN SYLLABICS NATTILIK SHROO"}, | |
5192 | 5299 | {0x18BC,"CANADIAN SYLLABICS NAY"}, |
5193 | 5300 | {0x14C0,"CANADIAN SYLLABICS NE"}, |
5194 | 5301 | {0x1595,"CANADIAN SYLLABICS NG"}, |
5342 | 5449 | {0x1486,"CANADIAN SYLLABICS SOUTH-SLAVEY KIH"}, |
5343 | 5450 | {0x1487,"CANADIAN SYLLABICS SOUTH-SLAVEY KOH"}, |
5344 | 5451 | {0x18BE,"CANADIAN SYLLABICS SOY"}, |
5452 | {0x11ABF,"CANADIAN SYLLABICS SPA"}, | |
5453 | {0x11ABC,"CANADIAN SYLLABICS SPE"}, | |
5454 | {0x11ABD,"CANADIAN SYLLABICS SPI"}, | |
5455 | {0x11ABE,"CANADIAN SYLLABICS SPO"}, | |
5345 | 5456 | {0x1507,"CANADIAN SYLLABICS SW"}, |
5346 | 5457 | {0x1500,"CANADIAN SYLLABICS SWA"}, |
5347 | 5458 | {0x1502,"CANADIAN SYLLABICS SWAA"}, |
7725 | 7836 | {0x1DF8,"COMBINING DOT ABOVE LEFT"}, |
7726 | 7837 | {0x0358,"COMBINING DOT ABOVE RIGHT"}, |
7727 | 7838 | {0x0323,"COMBINING DOT BELOW"}, |
7839 | {0x1DFA,"COMBINING DOT BELOW LEFT"}, | |
7728 | 7840 | {0x1DC1,"COMBINING DOTTED ACUTE ACCENT"}, |
7729 | 7841 | {0x1DC0,"COMBINING DOTTED GRAVE ACCENT"}, |
7730 | 7842 | {0x030B,"COMBINING DOUBLE ACUTE ACCENT"}, |
7740 | 7852 | {0x1AB8,"COMBINING DOUBLE OPEN MARK BELOW"}, |
7741 | 7853 | {0x033F,"COMBINING DOUBLE OVERLINE"}, |
7742 | 7854 | {0x1ABC,"COMBINING DOUBLE PARENTHESES ABOVE"}, |
7855 | {0x1AC9,"COMBINING DOUBLE PLUS SIGN ABOVE"}, | |
7856 | {0x1ACA,"COMBINING DOUBLE PLUS SIGN BELOW"}, | |
7743 | 7857 | {0x0362,"COMBINING DOUBLE RIGHTWARDS ARROW BELOW"}, |
7744 | 7858 | {0x035A,"COMBINING DOUBLE RING BELOW"}, |
7745 | 7859 | {0x0360,"COMBINING DOUBLE TILDE"}, |
7831 | 7945 | {0x0311,"COMBINING INVERTED BREVE"}, |
7832 | 7946 | {0x032F,"COMBINING INVERTED BREVE BELOW"}, |
7833 | 7947 | {0x033A,"COMBINING INVERTED BRIDGE BELOW"}, |
7948 | {0x1AC7,"COMBINING INVERTED DOUBLE ARCH ABOVE"}, | |
7834 | 7949 | {0x032B,"COMBINING INVERTED DOUBLE ARCH BELOW"}, |
7835 | 7950 | {0x1DD0,"COMBINING IS BELOW"}, |
7836 | 7951 | {0x309A,"COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"}, |
7862 | 7977 | {0x036A,"COMBINING LATIN SMALL LETTER H"}, |
7863 | 7978 | {0x0365,"COMBINING LATIN SMALL LETTER I"}, |
7864 | 7979 | {0x1DD8,"COMBINING LATIN SMALL LETTER INSULAR D"}, |
7980 | {0x1ACC,"COMBINING LATIN SMALL LETTER INSULAR G"}, | |
7981 | {0x1ACD,"COMBINING LATIN SMALL LETTER INSULAR R"}, | |
7982 | {0x1ACE,"COMBINING LATIN SMALL LETTER INSULAR T"}, | |
7865 | 7983 | {0x1DDC,"COMBINING LATIN SMALL LETTER K"}, |
7866 | 7984 | {0x1DDD,"COMBINING LATIN SMALL LETTER L"}, |
7867 | 7985 | {0x1DEC,"COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE"}, |
7896 | 8014 | {0x0351,"COMBINING LEFT HALF RING ABOVE"}, |
7897 | 8015 | {0x031C,"COMBINING LEFT HALF RING BELOW"}, |
7898 | 8016 | {0x20D0,"COMBINING LEFT HARPOON ABOVE"}, |
8017 | {0x1AC1,"COMBINING LEFT PARENTHESIS ABOVE LEFT"}, | |
8018 | {0x1AC3,"COMBINING LEFT PARENTHESIS BELOW LEFT"}, | |
7899 | 8019 | {0x20E1,"COMBINING LEFT RIGHT ARROW ABOVE"}, |
7900 | 8020 | {0x034D,"COMBINING LEFT RIGHT ARROW BELOW"}, |
7901 | 8021 | {0x0318,"COMBINING LEFT TACK BELOW"}, |
7922 | 8042 | {0x1DC6,"COMBINING MACRON-GRAVE"}, |
7923 | 8043 | {0x0320,"COMBINING MINUS SIGN BELOW"}, |
7924 | 8044 | {0x034A,"COMBINING NOT TILDE ABOVE"}, |
8045 | {0x1AC6,"COMBINING NUMBER SIGN ABOVE"}, | |
7925 | 8046 | {0x0328,"COMBINING OGONEK"}, |
7926 | 8047 | {0x1DCE,"COMBINING OGONEK ABOVE"}, |
7927 | 8048 | {0x10376,"COMBINING OLD PERMIC LETTER AN"}, |
7935 | 8056 | {0x1ABB,"COMBINING PARENTHESES ABOVE"}, |
7936 | 8057 | {0x1ABD,"COMBINING PARENTHESES BELOW"}, |
7937 | 8058 | {0x1ABE,"COMBINING PARENTHESES OVERLAY"}, |
8059 | {0x1AC8,"COMBINING PLUS SIGN ABOVE"}, | |
7938 | 8060 | {0x031F,"COMBINING PLUS SIGN BELOW"}, |
7939 | 8061 | {0x0322,"COMBINING RETROFLEX HOOK BELOW"}, |
7940 | 8062 | {0x20E5,"COMBINING REVERSE SOLIDUS OVERLAY"}, |
7948 | 8070 | {0x0357,"COMBINING RIGHT HALF RING ABOVE"}, |
7949 | 8071 | {0x0339,"COMBINING RIGHT HALF RING BELOW"}, |
7950 | 8072 | {0x20D1,"COMBINING RIGHT HARPOON ABOVE"}, |
8073 | {0x1AC2,"COMBINING RIGHT PARENTHESIS ABOVE RIGHT"}, | |
8074 | {0x1AC4,"COMBINING RIGHT PARENTHESIS BELOW RIGHT"}, | |
7951 | 8075 | {0x0319,"COMBINING RIGHT TACK BELOW"}, |
7952 | 8076 | {0x20EC,"COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS"}, |
7953 | 8077 | {0x030A,"COMBINING RING ABOVE"}, |
7959 | 8083 | {0x20D3,"COMBINING SHORT VERTICAL LINE OVERLAY"}, |
7960 | 8084 | {0x1DC2,"COMBINING SNAKE BELOW"}, |
7961 | 8085 | {0x033B,"COMBINING SQUARE BELOW"}, |
8086 | {0x1AC5,"COMBINING SQUARE BRACKETS ABOVE"}, | |
7962 | 8087 | {0x1ABA,"COMBINING STRONG CENTRALIZATION STROKE BELOW"}, |
7963 | 8088 | {0x1DC3,"COMBINING SUSPENSION MARK"}, |
7964 | 8089 | {0x20DB,"COMBINING THREE DOTS ABOVE"}, |
7967 | 8092 | {0xFE29,"COMBINING TILDE LEFT HALF BELOW"}, |
7968 | 8093 | {0x0334,"COMBINING TILDE OVERLAY"}, |
7969 | 8094 | {0xFE2A,"COMBINING TILDE RIGHT HALF BELOW"}, |
8095 | {0x1ACB,"COMBINING TRIPLE ACUTE ACCENT"}, | |
7970 | 8096 | {0x1AB4,"COMBINING TRIPLE DOT"}, |
7971 | 8097 | {0x20E8,"COMBINING TRIPLE UNDERDOT"}, |
7972 | 8098 | {0x0312,"COMBINING TURNED COMMA ABOVE"}, |
8182 | 8308 | {0x2CE8,"COPTIC SYMBOL TAU RO"}, |
8183 | 8309 | {0x1F12F,"COPYLEFT SYMBOL"}, |
8184 | 8310 | {0x00A9,"COPYRIGHT SIGN"}, |
8311 | {0x1FAB8,"CORAL"}, | |
8185 | 8312 | {0x2E4F,"CORNISH VERSE DIVIDER"}, |
8186 | 8313 | {0x2258,"CORRESPONDS TO"}, |
8187 | 8314 | {0x1F6CB,"COUCH AND LAMP"}, |
8227 | 8354 | {0x2694,"CROSSED SWORDS"}, |
8228 | 8355 | {0x26CC,"CROSSING LANES"}, |
8229 | 8356 | {0x1F451,"CROWN"}, |
8357 | {0x1FA7C,"CRUTCH"}, | |
8230 | 8358 | {0x20A2,"CRUZEIRO SIGN"}, |
8231 | 8359 | {0x1F63F,"CRYING CAT FACE"}, |
8232 | 8360 | {0x1F622,"CRYING FACE"}, |
9540 | 9668 | {0x10838,"CYPRIOT SYLLABLE XE"}, |
9541 | 9669 | {0x1083C,"CYPRIOT SYLLABLE ZA"}, |
9542 | 9670 | {0x1083F,"CYPRIOT SYLLABLE ZO"}, |
9671 | {0x12F90,"CYPRO-MINOAN SIGN CM001"}, | |
9672 | {0x12F91,"CYPRO-MINOAN SIGN CM002"}, | |
9673 | {0x12F92,"CYPRO-MINOAN SIGN CM004"}, | |
9674 | {0x12F93,"CYPRO-MINOAN SIGN CM005"}, | |
9675 | {0x12F94,"CYPRO-MINOAN SIGN CM006"}, | |
9676 | {0x12F95,"CYPRO-MINOAN SIGN CM007"}, | |
9677 | {0x12F96,"CYPRO-MINOAN SIGN CM008"}, | |
9678 | {0x12F97,"CYPRO-MINOAN SIGN CM009"}, | |
9679 | {0x12F98,"CYPRO-MINOAN SIGN CM010"}, | |
9680 | {0x12F99,"CYPRO-MINOAN SIGN CM011"}, | |
9681 | {0x12F9A,"CYPRO-MINOAN SIGN CM012"}, | |
9682 | {0x12F9B,"CYPRO-MINOAN SIGN CM012B"}, | |
9683 | {0x12F9C,"CYPRO-MINOAN SIGN CM013"}, | |
9684 | {0x12F9D,"CYPRO-MINOAN SIGN CM015"}, | |
9685 | {0x12F9E,"CYPRO-MINOAN SIGN CM017"}, | |
9686 | {0x12F9F,"CYPRO-MINOAN SIGN CM019"}, | |
9687 | {0x12FA0,"CYPRO-MINOAN SIGN CM021"}, | |
9688 | {0x12FA1,"CYPRO-MINOAN SIGN CM023"}, | |
9689 | {0x12FA2,"CYPRO-MINOAN SIGN CM024"}, | |
9690 | {0x12FA3,"CYPRO-MINOAN SIGN CM025"}, | |
9691 | {0x12FA4,"CYPRO-MINOAN SIGN CM026"}, | |
9692 | {0x12FA5,"CYPRO-MINOAN SIGN CM027"}, | |
9693 | {0x12FA6,"CYPRO-MINOAN SIGN CM028"}, | |
9694 | {0x12FA7,"CYPRO-MINOAN SIGN CM029"}, | |
9695 | {0x12FA8,"CYPRO-MINOAN SIGN CM030"}, | |
9696 | {0x12FA9,"CYPRO-MINOAN SIGN CM033"}, | |
9697 | {0x12FAA,"CYPRO-MINOAN SIGN CM034"}, | |
9698 | {0x12FAB,"CYPRO-MINOAN SIGN CM035"}, | |
9699 | {0x12FAC,"CYPRO-MINOAN SIGN CM036"}, | |
9700 | {0x12FAD,"CYPRO-MINOAN SIGN CM037"}, | |
9701 | {0x12FAE,"CYPRO-MINOAN SIGN CM038"}, | |
9702 | {0x12FAF,"CYPRO-MINOAN SIGN CM039"}, | |
9703 | {0x12FB0,"CYPRO-MINOAN SIGN CM040"}, | |
9704 | {0x12FB1,"CYPRO-MINOAN SIGN CM041"}, | |
9705 | {0x12FB2,"CYPRO-MINOAN SIGN CM044"}, | |
9706 | {0x12FB3,"CYPRO-MINOAN SIGN CM046"}, | |
9707 | {0x12FB4,"CYPRO-MINOAN SIGN CM047"}, | |
9708 | {0x12FB5,"CYPRO-MINOAN SIGN CM049"}, | |
9709 | {0x12FB6,"CYPRO-MINOAN SIGN CM050"}, | |
9710 | {0x12FB7,"CYPRO-MINOAN SIGN CM051"}, | |
9711 | {0x12FB8,"CYPRO-MINOAN SIGN CM052"}, | |
9712 | {0x12FB9,"CYPRO-MINOAN SIGN CM053"}, | |
9713 | {0x12FBA,"CYPRO-MINOAN SIGN CM054"}, | |
9714 | {0x12FBB,"CYPRO-MINOAN SIGN CM055"}, | |
9715 | {0x12FBC,"CYPRO-MINOAN SIGN CM056"}, | |
9716 | {0x12FBD,"CYPRO-MINOAN SIGN CM058"}, | |
9717 | {0x12FBE,"CYPRO-MINOAN SIGN CM059"}, | |
9718 | {0x12FBF,"CYPRO-MINOAN SIGN CM060"}, | |
9719 | {0x12FC0,"CYPRO-MINOAN SIGN CM061"}, | |
9720 | {0x12FC1,"CYPRO-MINOAN SIGN CM062"}, | |
9721 | {0x12FC2,"CYPRO-MINOAN SIGN CM063"}, | |
9722 | {0x12FC3,"CYPRO-MINOAN SIGN CM064"}, | |
9723 | {0x12FC4,"CYPRO-MINOAN SIGN CM066"}, | |
9724 | {0x12FC5,"CYPRO-MINOAN SIGN CM067"}, | |
9725 | {0x12FC6,"CYPRO-MINOAN SIGN CM068"}, | |
9726 | {0x12FC7,"CYPRO-MINOAN SIGN CM069"}, | |
9727 | {0x12FC8,"CYPRO-MINOAN SIGN CM070"}, | |
9728 | {0x12FC9,"CYPRO-MINOAN SIGN CM071"}, | |
9729 | {0x12FCA,"CYPRO-MINOAN SIGN CM072"}, | |
9730 | {0x12FCB,"CYPRO-MINOAN SIGN CM073"}, | |
9731 | {0x12FCC,"CYPRO-MINOAN SIGN CM074"}, | |
9732 | {0x12FCD,"CYPRO-MINOAN SIGN CM075"}, | |
9733 | {0x12FCE,"CYPRO-MINOAN SIGN CM075B"}, | |
9734 | {0x12FCF,"CYPRO-MINOAN SIGN CM076"}, | |
9735 | {0x12FD0,"CYPRO-MINOAN SIGN CM078"}, | |
9736 | {0x12FD1,"CYPRO-MINOAN SIGN CM079"}, | |
9737 | {0x12FD2,"CYPRO-MINOAN SIGN CM080"}, | |
9738 | {0x12FD3,"CYPRO-MINOAN SIGN CM081"}, | |
9739 | {0x12FD4,"CYPRO-MINOAN SIGN CM082"}, | |
9740 | {0x12FD5,"CYPRO-MINOAN SIGN CM083"}, | |
9741 | {0x12FD6,"CYPRO-MINOAN SIGN CM084"}, | |
9742 | {0x12FD7,"CYPRO-MINOAN SIGN CM085"}, | |
9743 | {0x12FD8,"CYPRO-MINOAN SIGN CM086"}, | |
9744 | {0x12FD9,"CYPRO-MINOAN SIGN CM087"}, | |
9745 | {0x12FDA,"CYPRO-MINOAN SIGN CM088"}, | |
9746 | {0x12FDB,"CYPRO-MINOAN SIGN CM089"}, | |
9747 | {0x12FDC,"CYPRO-MINOAN SIGN CM090"}, | |
9748 | {0x12FDD,"CYPRO-MINOAN SIGN CM091"}, | |
9749 | {0x12FDE,"CYPRO-MINOAN SIGN CM092"}, | |
9750 | {0x12FDF,"CYPRO-MINOAN SIGN CM094"}, | |
9751 | {0x12FE0,"CYPRO-MINOAN SIGN CM095"}, | |
9752 | {0x12FE1,"CYPRO-MINOAN SIGN CM096"}, | |
9753 | {0x12FE2,"CYPRO-MINOAN SIGN CM097"}, | |
9754 | {0x12FE3,"CYPRO-MINOAN SIGN CM098"}, | |
9755 | {0x12FE4,"CYPRO-MINOAN SIGN CM099"}, | |
9756 | {0x12FE5,"CYPRO-MINOAN SIGN CM100"}, | |
9757 | {0x12FE6,"CYPRO-MINOAN SIGN CM101"}, | |
9758 | {0x12FE7,"CYPRO-MINOAN SIGN CM102"}, | |
9759 | {0x12FE8,"CYPRO-MINOAN SIGN CM103"}, | |
9760 | {0x12FE9,"CYPRO-MINOAN SIGN CM104"}, | |
9761 | {0x12FEA,"CYPRO-MINOAN SIGN CM105"}, | |
9762 | {0x12FEB,"CYPRO-MINOAN SIGN CM107"}, | |
9763 | {0x12FEC,"CYPRO-MINOAN SIGN CM108"}, | |
9764 | {0x12FED,"CYPRO-MINOAN SIGN CM109"}, | |
9765 | {0x12FEE,"CYPRO-MINOAN SIGN CM110"}, | |
9766 | {0x12FEF,"CYPRO-MINOAN SIGN CM112"}, | |
9767 | {0x12FF0,"CYPRO-MINOAN SIGN CM114"}, | |
9768 | {0x12FF1,"CYPRO-MINOAN SIGN CM301"}, | |
9769 | {0x12FF2,"CYPRO-MINOAN SIGN CM302"}, | |
9543 | 9770 | {0x0410,"CYRILLIC CAPITAL LETTER A"}, |
9544 | 9771 | {0x04D0,"CYRILLIC CAPITAL LETTER A WITH BREVE"}, |
9545 | 9772 | {0x04D2,"CYRILLIC CAPITAL LETTER A WITH DIAERESIS"}, |
10562 | 10789 | {0x25CC,"DOTTED CIRCLE"}, |
10563 | 10790 | {0x205C,"DOTTED CROSS"}, |
10564 | 10791 | {0x2999,"DOTTED FENCE"}, |
10792 | {0x1FAE5,"DOTTED LINE FACE"}, | |
10565 | 10793 | {0x2E13,"DOTTED OBELOS"}, |
10566 | 10794 | {0x2E16,"DOTTED RIGHT-POINTING ANGLE"}, |
10567 | 10795 | {0x2E4A,"DOTTED SOLIDUS"}, |
12074 | 12302 | {0x1F3FF,"EMOJI MODIFIER FITZPATRICK TYPE-6"}, |
12075 | 12303 | {0x2383,"EMPHASIS SYMBOL"}, |
12076 | 12304 | {0x1F5CB,"EMPTY DOCUMENT"}, |
12305 | {0x1FAB9,"EMPTY NEST"}, | |
12077 | 12306 | {0x1F5C5,"EMPTY NOTE"}, |
12078 | 12307 | {0x1F5C7,"EMPTY NOTE PAD"}, |
12079 | 12308 | {0x1F5C6,"EMPTY NOTE PAGE"}, |
12287 | 12516 | {0x130E,"ETHIOPIC SYLLABLE GO"}, |
12288 | 12517 | {0x130F,"ETHIOPIC SYLLABLE GOA"}, |
12289 | 12518 | {0x1309,"ETHIOPIC SYLLABLE GU"}, |
12519 | {0x1E7F4,"ETHIOPIC SYLLABLE GURAGE BWEE"}, | |
12520 | {0x1E7F3,"ETHIOPIC SYLLABLE GURAGE BWI"}, | |
12521 | {0x1E7FC,"ETHIOPIC SYLLABLE GURAGE FWEE"}, | |
12522 | {0x1E7FB,"ETHIOPIC SYLLABLE GURAGE FWI"}, | |
12523 | {0x1E7FA,"ETHIOPIC SYLLABLE GURAGE GWE"}, | |
12524 | {0x1E7F9,"ETHIOPIC SYLLABLE GURAGE GWEE"}, | |
12525 | {0x1E7F8,"ETHIOPIC SYLLABLE GURAGE GWI"}, | |
12526 | {0x1E7E8,"ETHIOPIC SYLLABLE GURAGE HHWA"}, | |
12527 | {0x1E7F7,"ETHIOPIC SYLLABLE GURAGE KWE"}, | |
12528 | {0x1E7F6,"ETHIOPIC SYLLABLE GURAGE KWEE"}, | |
12529 | {0x1E7F5,"ETHIOPIC SYLLABLE GURAGE KWI"}, | |
12530 | {0x1E7EE,"ETHIOPIC SYLLABLE GURAGE MWEE"}, | |
12531 | {0x1E7ED,"ETHIOPIC SYLLABLE GURAGE MWI"}, | |
12532 | {0x1E7FE,"ETHIOPIC SYLLABLE GURAGE PWEE"}, | |
12533 | {0x1E7FD,"ETHIOPIC SYLLABLE GURAGE PWI"}, | |
12534 | {0x1E7F2,"ETHIOPIC SYLLABLE GURAGE QWE"}, | |
12535 | {0x1E7F1,"ETHIOPIC SYLLABLE GURAGE QWEE"}, | |
12536 | {0x1E7F0,"ETHIOPIC SYLLABLE GURAGE QWI"}, | |
12290 | 12537 | {0x1310,"ETHIOPIC SYLLABLE GWA"}, |
12291 | 12538 | {0x1313,"ETHIOPIC SYLLABLE GWAA"}, |
12292 | 12539 | {0x1315,"ETHIOPIC SYLLABLE GWE"}, |
12311 | 12558 | {0x1216,"ETHIOPIC SYLLABLE HHO"}, |
12312 | 12559 | {0x1211,"ETHIOPIC SYLLABLE HHU"}, |
12313 | 12560 | {0x1217,"ETHIOPIC SYLLABLE HHWA"}, |
12561 | {0x1E7EB,"ETHIOPIC SYLLABLE HHWE"}, | |
12562 | {0x1E7EA,"ETHIOPIC SYLLABLE HHWEE"}, | |
12563 | {0x1E7E9,"ETHIOPIC SYLLABLE HHWI"}, | |
12564 | {0x1E7E0,"ETHIOPIC SYLLABLE HHYA"}, | |
12565 | {0x1E7E3,"ETHIOPIC SYLLABLE HHYAA"}, | |
12566 | {0x1E7E5,"ETHIOPIC SYLLABLE HHYE"}, | |
12567 | {0x1E7E4,"ETHIOPIC SYLLABLE HHYEE"}, | |
12568 | {0x1E7E2,"ETHIOPIC SYLLABLE HHYI"}, | |
12569 | {0x1E7E6,"ETHIOPIC SYLLABLE HHYO"}, | |
12570 | {0x1E7E1,"ETHIOPIC SYLLABLE HHYU"}, | |
12314 | 12571 | {0x1202,"ETHIOPIC SYLLABLE HI"}, |
12315 | 12572 | {0x1206,"ETHIOPIC SYLLABLE HO"}, |
12316 | 12573 | {0x1207,"ETHIOPIC SYLLABLE HOA"}, |
12652 | 12909 | {0x1F441,"EYE"}, |
12653 | 12910 | {0x1F453,"EYEGLASSES"}, |
12654 | 12911 | {0x1F440,"EYES"}, |
12912 | {0x1F979,"FACE HOLDING BACK TEARS"}, | |
12655 | 12913 | {0x1F486,"FACE MASSAGE"}, |
12656 | 12914 | {0x1F926,"FACE PALM"}, |
12657 | 12915 | {0x1F60B,"FACE SAVOURING DELICIOUS FOOD"}, |
12659 | 12917 | {0x1F618,"FACE THROWING A KISS"}, |
12660 | 12918 | {0x1F613,"FACE WITH COLD SWEAT"}, |
12661 | 12919 | {0x1F920,"FACE WITH COWBOY HAT"}, |
12920 | {0x1FAE4,"FACE WITH DIAGONAL MOUTH"}, | |
12662 | 12921 | {0x1F92B,"FACE WITH FINGER COVERING CLOSED LIPS"}, |
12663 | 12922 | {0x1F915,"FACE WITH HEAD-BANDAGE"}, |
12664 | 12923 | {0x1F624,"FACE WITH LOOK OF TRIUMPH"}, |
12667 | 12926 | {0x1F645,"FACE WITH NO GOOD GESTURE"}, |
12668 | 12927 | {0x1F646,"FACE WITH OK GESTURE"}, |
12669 | 12928 | {0x1F928,"FACE WITH ONE EYEBROW RAISED"}, |
12929 | {0x1FAE2,"FACE WITH OPEN EYES AND HAND OVER MOUTH"}, | |
12670 | 12930 | {0x1F62E,"FACE WITH OPEN MOUTH"}, |
12671 | 12931 | {0x1F630,"FACE WITH OPEN MOUTH AND COLD SWEAT"}, |
12672 | 12932 | {0x1F92E,"FACE WITH OPEN MOUTH VOMITING"}, |
12673 | 12933 | {0x1F973,"FACE WITH PARTY HORN AND PARTY HAT"}, |
12934 | {0x1FAE3,"FACE WITH PEEKING EYE"}, | |
12674 | 12935 | {0x1F97A,"FACE WITH PLEADING EYES"}, |
12675 | 12936 | {0x1F644,"FACE WITH ROLLING EYES"}, |
12676 | 12937 | {0x1F61B,"FACE WITH STUCK-OUT TONGUE"}, |
13088 | 13349 | {0x2C00,"GLAGOLITIC CAPITAL LETTER AZU"}, |
13089 | 13350 | {0x2C28,"GLAGOLITIC CAPITAL LETTER BIG YUS"}, |
13090 | 13351 | {0x2C01,"GLAGOLITIC CAPITAL LETTER BUKY"}, |
13352 | {0x2C2F,"GLAGOLITIC CAPITAL LETTER CAUDATE CHRIVI"}, | |
13091 | 13353 | {0x2C1D,"GLAGOLITIC CAPITAL LETTER CHRIVI"}, |
13092 | 13354 | {0x2C0C,"GLAGOLITIC CAPITAL LETTER DJERVI"}, |
13093 | 13355 | {0x2C04,"GLAGOLITIC CAPITAL LETTER DOBRO"}, |
13135 | 13397 | {0x2C30,"GLAGOLITIC SMALL LETTER AZU"}, |
13136 | 13398 | {0x2C58,"GLAGOLITIC SMALL LETTER BIG YUS"}, |
13137 | 13399 | {0x2C31,"GLAGOLITIC SMALL LETTER BUKY"}, |
13400 | {0x2C5F,"GLAGOLITIC SMALL LETTER CAUDATE CHRIVI"}, | |
13138 | 13401 | {0x2C4D,"GLAGOLITIC SMALL LETTER CHRIVI"}, |
13139 | 13402 | {0x2C3C,"GLAGOLITIC SMALL LETTER DJERVI"}, |
13140 | 13403 | {0x2C34,"GLAGOLITIC SMALL LETTER DOBRO"}, |
14211 | 14474 | {0x2692,"HAMMER AND PICK"}, |
14212 | 14475 | {0x262D,"HAMMER AND SICKLE"}, |
14213 | 14476 | {0x1F6E0,"HAMMER AND WRENCH"}, |
14477 | {0x1FAAC,"HAMSA"}, | |
14214 | 14478 | {0x1F439,"HAMSTER FACE"}, |
14215 | 14479 | {0x1F91E,"HAND WITH INDEX AND MIDDLE FINGERS CROSSED"}, |
14480 | {0x1FAF0,"HAND WITH INDEX FINGER AND THUMB CROSSED"}, | |
14216 | 14481 | {0x1F45C,"HANDBAG"}, |
14217 | 14482 | {0x1F93E,"HANDBALL"}, |
14218 | 14483 | {0x1F91D,"HANDSHAKE"}, |
14786 | 15051 | {0x26FC,"HEADSTONE GRAVEYARD SYMBOL"}, |
14787 | 15052 | {0x1F649,"HEAR-NO-EVIL MONKEY"}, |
14788 | 15053 | {0x1F49F,"HEART DECORATION"}, |
15054 | {0x1FAF6,"HEART HANDS"}, | |
14789 | 15055 | {0x1F498,"HEART WITH ARROW"}, |
14790 | 15056 | {0x1F49D,"HEART WITH RIBBON"}, |
14791 | 15057 | {0x1F394,"HEART WITH TIP ON THE LEFT"}, |
14821 | 15087 | {0x2738,"HEAVY EIGHT POINTED RECTILINEAR BLACK STAR"}, |
14822 | 15088 | {0x1F7BE,"HEAVY EIGHT SPOKED ASTERISK"}, |
14823 | 15089 | {0x274B,"HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK"}, |
15090 | {0x1F7F0,"HEAVY EQUALS SIGN"}, | |
14824 | 15091 | {0x2762,"HEAVY EXCLAMATION MARK ORNAMENT"}, |
14825 | 15092 | {0x2757,"HEAVY EXCLAMATION MARK SYMBOL"}, |
14826 | 15093 | {0x1F7CA,"HEAVY FIVE POINTED BLACK STAR"}, |
15387 | 15654 | {0x309F,"HIRAGANA DIGRAPH YORI"}, |
15388 | 15655 | {0x309D,"HIRAGANA ITERATION MARK"}, |
15389 | 15656 | {0x3042,"HIRAGANA LETTER A"}, |
15657 | {0x1B11F,"HIRAGANA LETTER ARCHAIC WU"}, | |
15390 | 15658 | {0x1B001,"HIRAGANA LETTER ARCHAIC YE"}, |
15391 | 15659 | {0x3070,"HIRAGANA LETTER BA"}, |
15392 | 15660 | {0x3079,"HIRAGANA LETTER BE"}, |
15541 | 15809 | {0x2261,"IDENTICAL TO"}, |
15542 | 15810 | {0x29E5,"IDENTICAL TO AND SLANTED PARALLEL"}, |
15543 | 15811 | {0x2A67,"IDENTICAL WITH DOT ABOVE"}, |
15812 | {0x1FAAA,"IDENTIFICATION CARD"}, | |
15544 | 15813 | {0x3198,"IDEOGRAPHIC ANNOTATION BOTTOM MARK"}, |
15545 | 15814 | {0x319E,"IDEOGRAPHIC ANNOTATION EARTH MARK"}, |