enchant-1.6.0/0000775000076400007640000000000011355204366010156 500000000000000enchant-1.6.0/enchant-uninstalled.pc.in0000664000076400007640000000044211355203721014761 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libenchant Description: A spell checking library Version: @VERSION@ Requires: glib-2.0 gmodule-2.0 Libs: ${pc_top_builddir}/${pcfiledir}/src/libenchant.la Cflags: -I${pc_top_builddir}/${pcfiledir}/src enchant-1.6.0/config.guess0000755000076400007640000012761511355204205012420 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. timestamp='2009-11-20' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner. Please send patches (context # diff format) to and include a ChangeLog # entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) case ${UNAME_MACHINE} in pc98) echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else echo ${UNAME_MACHINE}-unknown-linux-gnueabi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: enchant-1.6.0/depcomp0000755000076400007640000004426711355204205011456 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputing dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u="sed s,\\\\\\\\,/,g" depmode=msvisualcpp fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: enchant-1.6.0/autopackage/0000775000076400007640000000000011355204366012442 500000000000000enchant-1.6.0/autopackage/default.apspec.in0000664000076400007640000000266511355203721015613 00000000000000# -*-shell-script-*- [Meta] RootName: @abisource.org/enchant:@VERSION@ DisplayName: An Enchanting Spell Checking Library ShortName: enchant Maintainer: Dom Lachowicz - http://www.abisource.org/ Packager: Robert Staudinger Summary: A library that wraps other spell checking backends. SoftwareVersion: @VERSION@ AutopackageTarget: 1.0 PackageVersion: 3 # Only uncomment InterfaceVersion if your package exposes interfaces to other software, # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, # or ask on autopackage-dev if you don't understand interface versioning in autopackage. # FIXME set this automatically # but VERSION has 3 digits InterfaceVersion: 1.1 [Description] Enchant is meant to provide a generic interface into various existing spell checking libaries. These include, but are not limited to: * Aspell/Pspell * Ispell * Hspell * Uspell [BuildPrepare] prepareBuild --prefix=/bail/if/binreloc/bails --enable-ispell --enable-myspell --enable-aspell --enable-uspell --enable-hspell [BuildUnprepare] unprepareBuild [Imports] echo '*' | import [Prepare] require @gtk.org/glib 0 require @gtk.org/gmodule 0 [Install] # Put your installation script here installExe ./bin/* installLib ./lib/*.so.*.*.* mkdir -p "$PREFIX/lib/enchant" mv ./lib/enchant/libenchant_*so* "$PREFIX/lib/enchant" installMan 1 man/man1/* [Uninstall] rm -R -f "$PREFIX/lib/enchant" uninstallFromLog enchant-1.6.0/NEWS0000664000076400007640000000103311355203721010564 000000000000000.4.0 ------------------- Ispell-like command line interface 0.3.0 ------------------- Better Aspell detection Aspell backend sync's dictionary lists to disk Ispell crash fixes Myspell crash fixes Refined C++ API/ABI Refined C ABI Implemented some new APIs Better implemented some internals 0.2.0 ------------------- Myspell support Better Uspell support Ability to enumerate providers Win32 support 0.1.0 ------------------- Initial Release Aspell/Pspell support Ispell support Uspell support Ability to order dictionaries/providers enchant-1.6.0/config.sub0000755000076400007640000010316711355204205012057 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. timestamp='2009-11-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze) basic_machine=microblaze-xilinx ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; tile*) basic_machine=tile-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: enchant-1.6.0/COPYING.LIB0000664000076400007640000006347611355203721011550 00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! enchant-1.6.0/Makefile.am0000664000076400007640000000054211355203721012125 00000000000000SUBDIRS=src tests doc data pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = enchant.pc EXTRA_DIST = \ autogen.sh \ enchant.pc.in \ enchant-uninstalled.pc.in \ enchant.spec.in \ enchant.spec \ lt-compile-resource \ compile-resource \ README \ TODO \ HACKING \ NEWS \ BUGS \ ChangeLog \ MAINTAINERS \ AUTHORS \ COPYING.LIB enchant-1.6.0/configure.in0000664000076400007640000004105611355204147012412 00000000000000AC_INIT(src/enchant.h) AC_CANONICAL_HOST dnl Set release number dnl This is derived from "Versioning" chapter of info libtool documentation. PACKAGE=enchant dnl 4a) Increment when removing or changing interfaces. ENCHANT_MAJOR_VERSION=1 dnl 4a) 5) Increment when adding interfaces. dnl 6) Set to zero when removing or changing interfaces. ENCHANT_MINOR_VERSION=6 dnl 3) Increment when interfaces not changed at all, dnl only bug fixes or internal changes made. dnl 4b) Set to zero when adding, removing or changing interfaces. ENCHANT_MICRO_VERSION=0 dnl dnl Set this too MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` dnl VERSION=$ENCHANT_MAJOR_VERSION.$ENCHANT_MINOR_VERSION.$ENCHANT_MICRO_VERSION dnl Version info for libraries = CURRENT:REVISION:AGE VERSION_INFO=$MAJOR_VERSION_PLUS_MINOR_VERSION:$ENCHANT_MICRO_VERSION:$ENCHANT_MINOR_VERSION AC_SUBST(VERSION_INFO) AC_SUBST(ENCHANT_MAJOR_VERSION) AC_SUBST(ENCHANT_MINOR_VERSION) AC_SUBST(ENCHANT_MICRO_VERSION) AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AM_MAINTAINER_MODE dnl Checks for programs. AC_ISC_POSIX AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_STDC_HEADERS AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL gt_TYPE_SSIZE_T AC_C_CONST AC_CHECK_FUNCS(flock lockf) have_cxx=yes AC_PROG_CXX(,have_cxx=no) AM_CONDITIONAL(WITH_CXX, test "x$have_cxx" = "xyes") AC_PATH_PROG(PKG_CONFIG, pkg-config, no) PKG_CHECK_MODULES(ENCHANT, [glib-2.0 >= 2.6 gmodule-2.0]) dnl =========================================================================== dnl check compiler flags AC_DEFUN([ENCHANT_CC_TRY_FLAG], [ AC_MSG_CHECKING([whether $CC supports $1]) enchant_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $1" AC_COMPILE_IFELSE([ ], [enchant_cc_flag=yes], [enchant_cc_flag=no]) CFLAGS="$enchant_save_CFLAGS" if test "x$enchant_cc_flag" = "xyes"; then ifelse([$2], , :, [$2]) else ifelse([$3], , :, [$3]) fi AC_MSG_RESULT([$enchant_cc_flag]) ]) dnl check compiler flags AC_DEFUN([ENCHANT_CXX_TRY_FLAG], [ AC_MSG_CHECKING([whether $CXX supports $1]) AC_LANG_PUSH(C++) enchant_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $1" AC_COMPILE_IFELSE([ ], [enchant_cxx_flag=yes], [enchant_cxx_flag=no]) CXXFLAGS="$enchant_save_CXXFLAGS" if test "x$enchant_cxx_flag" = "xyes"; then ifelse([$2], , :, [$2]) else ifelse([$3], , :, [$3]) fi AC_MSG_RESULT([$enchant_cxx_flag]) AC_LANG_POP(C++) ]) dnl Use lots of warning flags with gcc and compatible compilers dnl Note: if you change the following variable, the cache is automatically dnl skipped and all flags rechecked. So there's no need to do anything dnl else. If for any reason you need to force a recheck, just change dnl MAYBE_WARN in an ignorable way (like adding whitespace) CC_MAYBE_WARN="-Wall -Wextra \ -Wsign-compare -Werror-implicit-function-declaration \ -Wpointer-arith -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wnested-externs \ -Wpacked -Wswitch-enum -Wmissing-format-attribute \ -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \ -Wdeclaration-after-statement -Wold-style-definition \ -Wno-missing-field-initializers -Wno-unused-parameter \ -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing" # invalidate cached value if MAYBE_WARN has changed if test "x$enchant_cv_warn_maybe" != "x$CC_MAYBE_WARN"; then unset enchant_cv_warn_cflags fi AC_CACHE_CHECK([for supported C warning flags], enchant_cv_warn_cflags, [ echo CC_WARN_CFLAGS="" # Some warning options are not supported by all versions of # gcc, so test all desired options against the current # compiler. # # Note that there are some order dependencies # here. Specifically, an option that disables a warning will # have no net effect if a later option then enables that # warnings, (perhaps implicitly). So we put some grouped # options (-Wall and -Wextra) up front and the -Wno options # last. for W in $CC_MAYBE_WARN; do ENCHANT_CC_TRY_FLAG([$W], [CC_WARN_CFLAGS="$CC_WARN_CFLAGS $W"]) done enchant_cv_warn_cflags=$CC_WARN_CFLAGS enchant_cv_warn_maybe=$CC_MAYBE_WARN AC_MSG_CHECKING([which C warning flags were supported])]) CC_WARN_CFLAGS="$enchant_cv_warn_cflags" AC_SUBST(CC_WARN_CFLAGS) CXX_MAYBE_WARN="-Wall -Wextra \ -Wsign-compare \ -Wpointer-arith -Wwrite-strings \ -Wpacked -Wswitch-enum -Wmissing-format-attribute \ -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \ -Wno-missing-field-initializers -Wno-unused-parameter \ -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing" # invalidate cached value if MAYBE_WARN has changed if test "x$enchant_cxx_cv_warn_maybe" != "x$CXX_MAYBE_WARN"; then unset enchant_cxx_cv_warn_cflags fi AC_CACHE_CHECK([for supported C++ warning flags], enchant_cxx_cv_warn_cflags, [ echo CXX_WARN_CFLAGS="" # Some warning options are not supported by all versions of # gcc, so test all desired options against the current # compiler. # # Note that there are some order dependencies # here. Specifically, an option that disables a warning will # have no net effect if a later option then enables that # warnings, (perhaps implicitly). So we put some grouped # options (-Wall and -Wextra) up front and the -Wno options # last. for W in $CXX_MAYBE_WARN; do ENCHANT_CXX_TRY_FLAG([$W], [CXX_WARN_CFLAGS="$CXX_WARN_CFLAGS $W"]) done enchant_cxx_cv_warn_cflags=$CXX_WARN_CFLAGS enchant_cxx_cv_warn_maybe=$CXX_MAYBE_WARN AC_MSG_CHECKING([which C++ warning flags were supported])]) CXX_WARN_CFLAGS="$enchant_cxx_cv_warn_cflags" AC_SUBST(CXX_WARN_CFLAGS) ENCHANT_CFLAGS="$ENCHANT_CFLAGS -DENCHANT_PREFIX_DIR='\"$prefix\"'" AC_SUBST(ENCHANT_CFLAGS) AC_SUBST(ENCHANT_LIBS) AC_MSG_CHECKING([for native Win32]) case "$target" in *-*-mingw*) native_win32=yes SOCKET_LIBS='-lws2_32 -ldnsapi' ENCHANT_WIN32_RESOURCE=enchant-win32res.lo ;; *) native_win32=no SOCKET_LIBS='' ENCHANT_WIN32_RESOURCE= ;; esac AC_MSG_RESULT([$native_win32]) AM_CONDITIONAL(OS_WIN32, test "x$native_win32" = "xyes") AC_SUBST([ENCHANT_WIN32_RESOURCE]) AC_SUBST(SOCKET_LIBS) # Courtesy of Glib: Ensure MSVC-compatible struct packing convention # is used when compiling for Win32 with gcc. # What flag to depends on gcc version: gcc3 uses "-mms-bitfields", while # gcc2 uses "-fnative-struct". if test x"$native_win32" = xyes; then if test x"$GCC" = xyes; then msnative_struct='' AC_MSG_CHECKING([how to get MSVC-compatible struct packing]) if test -z "$ac_cv_prog_CC"; then our_gcc="$CC" else our_gcc="$ac_cv_prog_CC" fi case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in 2.) if $our_gcc -v --help 2>/dev/null | grep fnative-struct >/dev/null; then msnative_struct='-fnative-struct' fi ;; *) if $our_gcc -v --help 2>/dev/null | grep ms-bitfields >/dev/null; then msnative_struct='-mms-bitfields' fi ;; esac if test x"$msnative_struct" = x ; then AC_MSG_RESULT([no way]) AC_MSG_WARN([produced libraries might be incompatible with MSVC-compiled code]) else CFLAGS="$CFLAGS $msnative_struct" CXXFLAGS="$CXXFLAGS $msnative_struct" AC_MSG_RESULT([${msnative_struct}]) fi fi fi dnl =========================================================================== m4_copy([AC_DEFUN],[glib_DEFUN]) glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, [AC_TRY_LINK([#include ], [return LC_MESSAGES], am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) if test $am_cv_val_LC_MESSAGES = yes; then AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your file defines LC_MESSAGES.]) fi fi]) GLIB_LC_MESSAGES dnl =========================================================================== dnl binreloc dnl AM_BINRELOC AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes") build_ispell=yes AC_ARG_ENABLE(ispell, AS_HELP_STRING([--disable-ispell],[enable the ispell backend @<:@default=auto@:>@]), build_ispell="$enableval", build_ispell=yes) if test "x$have_cxx" = "xno"; then build_ispell=no fi AM_CONDITIONAL(WITH_ISPELL, test "x$build_ispell" = "xyes") ispell_dir=${datadir}/enchant/ispell AC_ARG_WITH(ispell-dir, AS_HELP_STRING([--with-ispell-dir=PATH],[path to installed ispell dicts])) if test "x$with_ispell_dir" != "x" ; then ispell_dir=$with_ispell_dir fi ISPELL_CFLAGS="-DENCHANT_ISPELL_DICT_DIR='\"$ispell_dir\"'" AC_SUBST(ISPELL_CFLAGS) build_myspell=yes AC_ARG_ENABLE(myspell, AS_HELP_STRING([--disable-myspell],[enable the myspell backend @<:@default=auto@:>@]), build_myspell="$enableval", build_myspell=yes) if test "x$have_cxx" = "xno"; then build_myspell=no fi AM_CONDITIONAL(WITH_MYSPELL, test "x$build_myspell" = "xyes") myspell_dir=${datadir}/myspell/dicts AC_ARG_WITH(myspell-dir, AS_HELP_STRING([--with-myspell-dir=PATH],[path to installed myspell dicts])) if test "x$with_myspell_dir" != "x" ; then myspell_dir=$with_myspell_dir fi MYSPELL_CFLAGS="$MYSPELL_CFLAGS -DENCHANT_MYSPELL_DICT_DIR='\"$myspell_dir\"'" AC_ARG_WITH(system-myspell, AS_HELP_STRING([--with-system-myspell=yes/no],[use the system myspell/hunspell @<:@default=auto@:>@])) if test "x$with_system_myspell" != "xno"; then PKG_CHECK_MODULES(MYSPELL, [hunspell], have_system_myspell=true, have_system_myspell=false) AC_SUBST(MYSPELL_CFLAGS) AC_SUBST(MYSPELL_LIBS) else have_system_myspell=false; fi AM_CONDITIONAL(WITH_SYSTEM_MYSPELL, test "x$have_system_myspell" = "xtrue") check_aspell=yes build_aspell=no AC_ARG_ENABLE(aspell, AS_HELP_STRING([--disable-aspell],[enable the aspell backend @<:@default=auto@:>@]), check_aspell="$enableval", check_aspell=yes) AC_ARG_WITH(aspell-prefix, AS_HELP_STRING([--with-aspell-prefix=DIR],[specify under which prefix aspell is installed]), aspell_prefix="$withval", ) if test "x$check_aspell" != "xno"; then saved_LDFLAGS=$LDFLAGS ASPELL_CFLAGS= if test "x$aspell_prefix" != "x"; then LDFLAGS="-L$aspell_prefix/lib "$LDFLAGS ASPELL_INC="-I$aspell_prefix/include" ASPELL_LIBS="-L$aspell_prefix/lib -laspell" else aspell_prefix=${prefix} if test "x$prefix" = "xNONE"; then aspell_prefix="/usr/local" fi AC_CHECK_PROG(HAVE_ASPELL, aspell, yes, no) if test "x$HAVE_ASPELL" = "xyes"; then AC_MSG_CHECKING([For Aspell >= 0.50.0]) aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'` if test "$aspell_major" -ge "50"; then aspell_prefix=`aspell config prefix` LDFLAGS="-L${aspell_prefix}/lib "$LDFLAGS ASPELL_INC="-I${aspell_prefix}/include" ASPELL_LIBS="-L${aspell_prefix}/lib -laspell" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([unknown]) fi fi if test "x$HAVE_ASPELL" != "xyes"; then AC_MSG_WARN([Didn't find aspell >= 0.50.0 and no explicit path aspell specified. Guessing at $aspell_prefix]) ASPELL_LIBS="-L$aspell_prefix/lib -laspell" fi fi AC_MSG_CHECKING([For aspell headers in $aspell_prefix/include]) if test -f "$aspell_prefix/include/pspell/pspell.h"; then AC_MSG_RESULT([yes (pspell)]) AC_CHECK_LIB(aspell,new_aspell_config,build_aspell=yes, [AC_CHECK_LIB(pspell, new_pspell_config, build_aspell=yes, AC_MSG_WARN([Enchant building without the aspell library]))] ,) AC_CHECK_LIB(aspell,get_aspell_dict_info_list,ASPELL_CFLAGS="-DASPELL_0_50_0=1",) ASPELL_CFLAGS+=" -DHAVE_PSPELL_H" elif test -f "$aspell_prefix/include/aspell.h"; then AC_MSG_RESULT([yes (aspell)]) AC_CHECK_LIB(aspell,new_aspell_config,build_aspell=yes, [AC_CHECK_LIB(pspell, new_pspell_config, build_aspell=yes, AC_MSG_WARN([Enchant building without the aspell library]))] ,) AC_CHECK_LIB(aspell,get_aspell_dict_info_list,ASPELL_CFLAGS="-DASPELL_0_50_0=1",) else AC_MSG_RESULT([no]) if test "x$HAVE_ASPELL" = "xyes"; then AC_MSG_WARN([Didn't find pspell (aspell) headers]) fi fi LDFLAGS=$saved_LDFLAGS AC_SUBST(ASPELL_INC) AC_SUBST(ASPELL_LIBS) AC_SUBST(ASPELL_CFLAGS) fi AM_CONDITIONAL(WITH_ASPELL, test "$build_aspell" = yes) check_voikko=yes build_voikko=no AC_ARG_ENABLE(voikko, AS_HELP_STRING([--disable-voikko],[enable the voikko backend @<:@default=auto@:>@]), check_voikko="$enableval", check_voikko=yes) AC_ARG_WITH(voikko-prefix, AS_HELP_STRING([--with-voikko-prefix=DIR],[specify under which prefix voikko is installed]), voikko_prefix="$withval", ) if test "x$check_voikko" != "xno"; then saved_LDFLAGS=$LDFLAGS VOIKKO_INC= VOIKKO_LIBS="-lvoikko" if test "x$voikko_prefix" != "x"; then LDFLAGS="-L$voikko_prefix/lib "$LDFLAGS VOIKKO_INC="-I$voikko_prefix/include" VOIKKO_LIBS="-L$voikko_prefix/lib "$VOIKKO_LIBS fi AC_CHECK_LIB(voikko,voikko_init,build_voikko=yes) LDFLAGS=$saved_LDFLAGS AC_SUBST(VOIKKO_INC) AC_SUBST(VOIKKO_LIBS) fi AM_CONDITIONAL(WITH_VOIKKO, test "$build_voikko" = yes) build_uspell=no check_uspell=yes AC_ARG_ENABLE(uspell, AS_HELP_STRING([--disable-uspell],[enable the uspell backend @<:@default=auto@:>@]), check_uspell="$enableval", check_uspell=yes) if test "x$have_cxx" = "xno"; then check_uspell=no fi if test "x$check_uspell" != "xno"; then PKG_CHECK_MODULES(USPELL, [libuspell >= 1.1.0], build_uspell=yes, build_uspell=no) fi uspell_dir=${datadir}/uspell AC_ARG_WITH(uspell-dir, AS_HELP_STRING([--with-uspell-dir=PATH],[path to installed uspell dicts])) if test "x$with_uspell_dir" != "x" ; then uspell_dir=$with_uspell_dir fi USPELL_CFLAGS="$USPELL_CFLAGS -DENCHANT_USPELL_DICT_DIR='\"$uspell_dir\"'" AC_SUBST(USPELL_CFLAGS) AC_SUBST(USPELL_LIBS) AM_CONDITIONAL(WITH_USPELL, test "$build_uspell" = yes) build_hspell=no check_hspell=yes AC_ARG_ENABLE(hspell, AS_HELP_STRING([--disable-hspell],[enable the hspell backend @<:@default=auto@:>@]), check_hspell="$enableval", check_hspell=yes) AC_ARG_WITH(hspell-prefix, AS_HELP_STRING([--with-hspell-prefix=DIR],[specify under which prefix hspell is installed]), hspell_prefix="$withval", ) dnl change to pkg-config when hspell provides a hspell.pc file if test "x$check_hspell" != "xno"; then saved_LDFLAGS=$LDFLAGS HSPELL_CFLAGS= HSPELL_LIBS=" -lhspell -lz" if test "x$hspell_prefix" != "x"; then LDFLAGS="-L$hspell_prefix/lib "$LDFLAGS HSPELL_CFLAGS="-I$hspell_prefix/include" HSPELL_LIBS="-L$hspell_prefix/lib "$HSPELL_LIBS fi AC_CHECK_LIB(hspell, hspell_get_dictionary_path, build_hspell=yes, build_hspell=no, -lz) LDFLAGS=$saved_LDFLAGS AC_SUBST(HSPELL_CFLAGS) AC_SUBST(HSPELL_LIBS) fi AM_CONDITIONAL(WITH_HSPELL, test "$build_hspell" = yes) build_zemberek=no AC_ARG_ENABLE(zemberek, AS_HELP_STRING([--disable-zemberek],[enable the experimental zemberek (turkish) backend @<:@default=auto@:>@]), build_zemberek="$enableval", build_zemberek=no) if test "x$have_cxx" = "xno"; then build_zemberek=no fi AC_MSG_CHECKING([For DBus-Glib >= 0.62]) if pkg-config --atleast-version=0.62 dbus-glib-1; then ZEMBEREK_CFLAGS=`pkg-config --cflags dbus-glib-1` ZEMBEREK_LIBS=`pkg-config --libs dbus-glib-1` else build_zemberek=no fi AC_SUBST(ZEMBEREK_CFLAGS) AC_SUBST(ZEMBEREK_LIBS) AM_CONDITIONAL(WITH_ZEMBEREK, test "x$build_zemberek" = "xyes") zemberek_dir=${datadir}/enchant/zemberek dnl ======================================================================================= AC_OUTPUT([ Makefile enchant.pc enchant-uninstalled.pc enchant.spec src/libenchant.rc src/Makefile src/aspell/Makefile src/ispell/Makefile src/uspell/Makefile src/myspell/Makefile src/hspell/Makefile src/applespell/Makefile src/voikko/Makefile src/zemberek/Makefile tests/Makefile tests/ispell doc/Makefile data/Makefile autopackage/default.apspec ]) dnl =========================================================================================== relocatable_library="no" if test "x$native_win32" = "xyes" || test "x$br_cv_binreloc" = "xyes"; then relocatable_library="yes" fi echo " $PACKAGE-$VERSION prefix: ${prefix} compiler: ${CC} Build Aspell backend: ${build_aspell} Build Ispell backend: ${build_ispell} Build Uspell backend: ${build_uspell} Build Hspell backend: ${build_hspell} Build Myspell/Hunspell backend: ${build_myspell} Build Voikko backend: ${build_voikko} Build Zemberek backend: ${build_zemberek} Build a relocatable library: ${relocatable_library}" if test "x$build_zemberek" = "xyes"; then echo " The Zemberek Turkish spell-checking plugin is enabled. It is known to cause crashes with WebKit. Use at your own discretion." fi enchant-1.6.0/enchant.pc.in0000664000076400007640000000040211355203721012435 00000000000000prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libenchant Description: A spell checking library Version: @VERSION@ Requires: glib-2.0 gmodule-no-export-2.0 Libs: -L${libdir} -lenchant Cflags: -I${includedir}/enchant enchant-1.6.0/MAINTAINERS0000664000076400007640000000004411355203721011563 00000000000000Dom Lachowicz enchant-1.6.0/src/0000775000076400007640000000000011355204366010745 500000000000000enchant-1.6.0/src/enchant.i0000664000076400007640000000014011355203721012444 00000000000000%module enchant %{ #include "enchant.h" %} typedef unsigned long size_t; %include "enchant.h" enchant-1.6.0/src/hspell/0000775000076400007640000000000011355204367012235 500000000000000enchant-1.6.0/src/hspell/Makefile.am0000664000076400007640000000076411355203721014211 00000000000000if WITH_HSPELL target_lib = libenchant_hspell.la else target_lib = endif AM_CPPFLAGS=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) $(HSPELL_CFLAGS) -D_ENCHANT_BUILD=1 hspell_LTLIBRARIES = $(target_lib) hspelldir= $(libdir)/enchant libenchant_hspell_la_LIBADD= $(ENCHANT_LIBS) $(HSPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_hspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_hspell_la_SOURCES = hspell_provider.c libenchant_hspell_lalibdir=$(libdir)/enchant enchant-1.6.0/src/hspell/hspell_provider.c0000664000076400007640000001642311355203721015521 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Yaacov Zamir * Copyright (C) 2004 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz and Yaacov Zamir * give permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" ENCHANT_PLUGIN_DECLARE ("Hspell") /** * hspell helper functions */ /** * is hebrew * return TRUE if iso hebrew ( must be null terminated ) */ static int is_hebrew (const char *const iso_word, gsize len) { int i; for ( i = 0; (i < len) && (iso_word[i]); i++ ) { /* if not a hebrew alphabet or " ` ' using iso-8859-8 encoding */ if ( (iso_word[i] < (char)224 || iso_word[i] > (char)250 ) && /* alef to tav */ (iso_word[i] < (char)146 || iso_word[i] > (char)148 ) && /* ` etc... */ ( iso_word[i] !=(char)34 ) && /* " */ ( iso_word[i] !=(char)39 ) ) /* ' */ return FALSE; } return TRUE; } /** * convert struct corlist to **char * the **char must be g_freed */ static gchar ** corlist2strv (struct corlist *cl, size_t nb_sugg) { int i; gsize len; char **sugg_arr = NULL; const char *sugg; if (nb_sugg > 0) { sugg_arr = g_new0 (char *, nb_sugg + 1); for (i = 0; i < nb_sugg; i++) { sugg = corlist_str (cl, i); if (sugg) sugg_arr[i] = g_convert (sugg, strlen (sugg), "utf-8", "iso8859-8", NULL, &len, NULL); } } return sugg_arr; } /** * end of helper functions */ static int hspell_dict_check (EnchantDict * me, const char *const word, size_t len) { int res; char *iso_word; gsize length; int preflen; struct dict_radix *hspell_dict; hspell_dict = (struct dict_radix *)me->user_data; /* convert to iso 8859-8 */ iso_word = g_convert (word, len, "iso8859-8", "utf-8", NULL, &length, NULL); /* check if hebrew ( if not hebrew give it the benefit of a doubt ) */ if (iso_word == NULL || !is_hebrew (iso_word, length)) { if (iso_word) g_free (iso_word); return FALSE; } /* check */ res = hspell_check_word (hspell_dict, iso_word, &preflen); /* if not correct try gimatria */ if (res != 1) { res = hspell_is_canonic_gimatria (iso_word); if (res != 0) res = 1; } /* free the word */ g_free (iso_word); return (res != 1); } static char ** hspell_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { int res; gsize length; char *iso_word; char **sugg_arr = NULL; struct corlist cl; struct dict_radix *hspell_dict; hspell_dict = (struct dict_radix *)me->user_data; /* convert to iso 8859-8 */ iso_word = g_convert (word, len, "iso8859-8", "utf-8", NULL, &length, NULL); /* check if hebrew ( if not hebrew cant do anything ) */ if (iso_word == NULL || !is_hebrew (iso_word, length)) { if (iso_word != NULL) g_free (iso_word); return NULL; } /* get suggestions */ corlist_init (&cl); hspell_trycorrect (hspell_dict, iso_word, &cl); /* set size of list */ *out_n_suggs = corlist_n (&cl); /* convert suggestion list to strv list */ sugg_arr = corlist2strv (&cl, *out_n_suggs); /* free the list */ corlist_free (&cl); /* free the word */ g_free (iso_word); return sugg_arr; } static EnchantDict * hspell_provider_request_dict (EnchantProvider * me, const char *const tag) { EnchantDict *dict; int dict_flag = 0; struct dict_radix *hspell_dict = NULL; if(!((strlen(tag) >= 2) && tag[0] == 'h' && tag[1] == 'e')) return NULL; /* try to set a new session */ dict_flag = hspell_init (&hspell_dict, HSPELL_OPT_DEFAULT); if (dict_flag != 0 || !hspell_dict) { enchant_provider_set_error (me, "can't create new dict."); return NULL; } dict = g_new0 (EnchantDict, 1); dict->user_data = (void *) hspell_dict; dict->check = hspell_dict_check; dict->suggest = hspell_dict_suggest; return dict; } static void hspell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { struct dict_radix *hspell_dict; hspell_dict = (struct dict_radix *)dict->user_data; /* deleting the dict is not posible on hspell ver. < v.0.8 */ #if (HSPELL_VERSION_MAJOR > 0) || (HSPELL_VERSION_MINOR >= 8) hspell_uninit (hspell_dict); #endif g_free (dict); } /* test for the existence of, then return $prefix/share/hspell/hebrew.wgz */ static char ** hspell_provider_list_dicts (EnchantProvider * me, size_t * out_n_dicts) { const char * dictionary_path; char ** out_list = NULL; *out_n_dicts = 0; dictionary_path = hspell_get_dictionary_path(); if(dictionary_path && *dictionary_path && g_file_test (dictionary_path, G_FILE_TEST_EXISTS)) { *out_n_dicts = 1; out_list = g_new0 (char *, 2); out_list[0] = g_strdup ("he"); } return out_list; } static int hspell_provider_dictionary_exists (struct str_enchant_provider * me, const char *const tag) { (void)me; return (!strcmp ("he", tag) || !strcmp ("he_IL", tag)); } static void hspell_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static void hspell_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * hspell_provider_identify (EnchantProvider * me) { return "hspell"; } static const char * hspell_provider_describe (EnchantProvider * me) { return "Hspell Provider"; } #ifdef __cplusplus extern "C" { #endif ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0 (EnchantProvider, 1); provider->dispose = hspell_provider_dispose; provider->request_dict = hspell_provider_request_dict; provider->dispose_dict = hspell_provider_dispose_dict; provider->dictionary_exists = hspell_provider_dictionary_exists; provider->identify = hspell_provider_identify; provider->describe = hspell_provider_describe; provider->list_dicts = hspell_provider_list_dicts; provider->free_string_list = hspell_provider_free_string_list; return provider; } #ifdef __cplusplus } #endif enchant-1.6.0/src/hspell/Makefile.in0000664000076400007640000004324611355204205014222 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/hspell DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(hspelldir)" LTLIBRARIES = $(hspell_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_hspell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(top_builddir)/src/libenchant.la am_libenchant_hspell_la_OBJECTS = hspell_provider.lo libenchant_hspell_la_OBJECTS = $(am_libenchant_hspell_la_OBJECTS) libenchant_hspell_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libenchant_hspell_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_HSPELL_TRUE@am_libenchant_hspell_la_rpath = -rpath $(hspelldir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_hspell_la_SOURCES) DIST_SOURCES = $(libenchant_hspell_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_HSPELL_FALSE@target_lib = @WITH_HSPELL_TRUE@target_lib = libenchant_hspell.la AM_CPPFLAGS = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) $(HSPELL_CFLAGS) -D_ENCHANT_BUILD=1 hspell_LTLIBRARIES = $(target_lib) hspelldir = $(libdir)/enchant libenchant_hspell_la_LIBADD = $(ENCHANT_LIBS) $(HSPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_hspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_hspell_la_SOURCES = hspell_provider.c libenchant_hspell_lalibdir = $(libdir)/enchant all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/hspell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/hspell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-hspellLTLIBRARIES: $(hspell_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(hspelldir)" || $(MKDIR_P) "$(DESTDIR)$(hspelldir)" @list='$(hspell_LTLIBRARIES)'; test -n "$(hspelldir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(hspelldir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(hspelldir)"; \ } uninstall-hspellLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(hspell_LTLIBRARIES)'; test -n "$(hspelldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(hspelldir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(hspelldir)/$$f"; \ done clean-hspellLTLIBRARIES: -test -z "$(hspell_LTLIBRARIES)" || rm -f $(hspell_LTLIBRARIES) @list='$(hspell_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_hspell.la: $(libenchant_hspell_la_OBJECTS) $(libenchant_hspell_la_DEPENDENCIES) $(libenchant_hspell_la_LINK) $(am_libenchant_hspell_la_rpath) $(libenchant_hspell_la_OBJECTS) $(libenchant_hspell_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hspell_provider.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(hspelldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-hspellLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-hspellLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-hspellLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-hspellLTLIBRARIES clean-libtool ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am \ install-hspellLTLIBRARIES install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-hspellLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/hspell/README0000664000076400007640000000032111355203721013022 00000000000000This is an Hspell Enchant Backend. By Yaacov Zamir Friday, December 05 2003 You can get Hspell from: http://www.ivrix.org.il/projects/spell-checker/ Hspell was written by Nadav Har'El and Dan Kenigsberg. enchant-1.6.0/src/pwl.c0000664000076400007640000010226111355203721011627 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003, 2004 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ /** * * This file implements personal word list (PWL) dictionaries in the * type EnchantPWL. * * Under the hood, a PWL is stored as a Trie. Checking strings for * correctness and making suggestions is done by traversing the Trie * while allowing a certain number of miss-steps. Due to the prefix * compression of the Trie, this allows all strings in the PWL within * a given edit distance of the target word to be enumerated quite * efficiently. * * Ideas for the future: * * - Order the suggestions first by edit distance, then by * soundex key, to put the most similar sounding suggestions * at the front of the list. Would need a "soundex" that is * general enough to handle languages other than English. * * - iterative deepending to find suggestions, rather than a straight * search to depth three. * */ #include #include #include #include #include #include #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include #include #endif #include #include #include "enchant-provider.h" #include "pwl.h" #if defined(_MSC_VER) #pragma warning(disable: 4996) /* The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name. */ #endif #if defined(HAVE_FLOCK) || defined(HAVE_LOCKF) #include #include #endif /* HAVE_FLOCK || HAVE_LOCKF */ #define ENCHANT_PWL_MAX_ERRORS 3 #define ENCHANT_PWL_MAX_SUGGS 15 /* A PWL dictionary is stored as a Trie-like data structure EnchantTrie. * The EnchantTrie datatype is completely recursive - all child nodes * are simply EnchantTrie pointers. This means that all functions * that potentially modify a trie need to return the modified trie, * as additional memory may have been allocated. * * The empty trie is simply the null pointer. If a trie contains * a single string, it is recorded in the "value" attribute and * "subtries" is set to NULL. When two or more strings are contained, * "value" is NULL and "subtries" is a GHashTable mapping the first * character of each string to the subtrie containing the remainder of * that string. * * All strings stored in the Trie are assumed to be in UTF format. * Branching is done on unicode characters, not individual bytes. */ typedef struct str_enchant_trie EnchantTrie; struct str_enchant_trie { char* value; /* final string found under this node */ GHashTable* subtries; /* Maps characters to subtries */ }; struct str_enchant_pwl { EnchantTrie* trie; char * filename; time_t file_changed; GHashTable *words_in_trie; }; /* Special Trie node indicating the end of a string */ static EnchantTrie n_EOSTrie; static EnchantTrie* EOSTrie = &n_EOSTrie; /* mode for searching trie */ typedef enum enum_matcher_mode EnchantTrieMatcherMode; enum enum_matcher_mode { case_sensitive, case_insensitive }; /* The EnchantTrieMatcher structure maintains the state necessary to * search for matching strings within an EnchantTrie. It includes a * callback function which will be called with each matching string * as it is found. The arguments to this function are: * * - a freshly-allocated copy of the matching string, which must * be freed by external code * - the EnchantTrieMatcher object, giving the context of the match * (e.g. number of errors) */ typedef struct str_enchant_trie_matcher EnchantTrieMatcher; struct str_enchant_trie_matcher { int num_errors; /* Num errors encountered so far. */ int max_errors; /* Max errors before search should terminate */ char* word; /* Word being searched for */ ssize_t word_pos; /* Current position in the word */ char* path; /* Path taken through the trie so far */ ssize_t path_len; /* Length of allocated path string */ ssize_t path_pos; /* Current end pos of path string */ EnchantTrieMatcherMode mode; void (*cbfunc)(char*,EnchantTrieMatcher*); /* callback func */ void* cbdata; /* Private data for use by callback func */ }; /* To allow the list of suggestions to be built up an item at a time, * its state is maintained in an EnchantSuggList object. */ typedef struct str_enchant_sugg_list { char** suggs; int* sugg_errs; size_t n_suggs; } EnchantSuggList; /* * Function Prototypes */ static void enchant_pwl_add_to_trie(EnchantPWL *pwl, const char *const word, size_t len); static void enchant_pwl_refresh_from_file(EnchantPWL* pwl); static void enchant_pwl_check_cb(char* match,EnchantTrieMatcher* matcher); static void enchant_pwl_suggest_cb(char* match,EnchantTrieMatcher* matcher); static EnchantTrie* enchant_trie_init(void); static void enchant_trie_free(EnchantTrie* trie); static void enchant_trie_free_cb(void*,void*,void*); static EnchantTrie* enchant_trie_insert(EnchantTrie* trie,const char *const word); static void enchant_trie_remove(EnchantTrie* trie,const char *const word); static void enchant_trie_find_matches(EnchantTrie* trie,EnchantTrieMatcher *matcher); static void enchant_trie_find_matches_cb(void* keyV,void* subtrieV,void* matcherV); static EnchantTrieMatcher* enchant_trie_matcher_init(const char* const word, size_t len, int maxerrs, EnchantTrieMatcherMode mode, void(*cbfunc)(char*,EnchantTrieMatcher*), void* cbdata); static void enchant_trie_matcher_free(EnchantTrieMatcher* matcher); static void enchant_trie_matcher_pushpath(EnchantTrieMatcher* matcher,char* newchars); static void enchant_trie_matcher_poppath(EnchantTrieMatcher* matcher,int num); static int edit_dist(const char* word1, const char* word2); static void enchant_lock_file (FILE * f) { #if defined(HAVE_FLOCK) flock (fileno (f), LOCK_EX); #elif defined(HAVE_LOCKF) lockf (fileno (f), F_LOCK, 0); #elif defined(_WIN32) OVERLAPPED overlapped; overlapped.Offset = 0; overlapped.OffsetHigh = 0; overlapped.hEvent = NULL; if (!LockFileEx ((HANDLE) _get_osfhandle (fileno (f)), LOCKFILE_EXCLUSIVE_LOCK, 0, 0, 0x80000000, &overlapped)) g_warning ("Could not lock file\n"); #else /* TODO: UNIX fcntl. This race condition probably isn't too bad. */ #endif /* HAVE_FLOCK */ } static void enchant_unlock_file (FILE * f) { #if defined(HAVE_FLOCK) flock (fileno (f), LOCK_UN); #elif defined(HAVE_LOCKF) lockf (fileno (f), F_ULOCK, 0); #elif defined(_WIN32) OVERLAPPED overlapped; overlapped.Offset = 0; overlapped.OffsetHigh = 0; overlapped.hEvent = NULL; if (!UnlockFileEx ((HANDLE) _get_osfhandle (fileno (f)), 0, 0, 0x80000000, &overlapped)) g_warning ("Could not unlock file\n"); #else /* TODO: UNIX fcntl. This race condition probably isn't too bad. */ #endif /* HAVE_FLOCK */ } /** * enchant_pwl_init * * Returns: a new PWL object used to store/check/suggest words. */ EnchantPWL* enchant_pwl_init(void) { EnchantPWL *pwl; pwl = g_new0(EnchantPWL, 1); pwl->words_in_trie = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); return pwl; } #ifndef BUFSIZ #define BUFSIZ 1024 #endif /** * enchant_pwl_init_with_file * * Returns: a new PWL object used to store/check/suggest words * or NULL if the file cannot be opened or created */ EnchantPWL* enchant_pwl_init_with_file(const char * file) { FILE* fd; EnchantPWL *pwl; g_return_val_if_fail (file != NULL, NULL); fd = enchant_fopen(file, "ab+"); if(fd == NULL) { return NULL; } fclose(fd); pwl = enchant_pwl_init(); pwl->filename = g_strdup(file); pwl->file_changed = 0; enchant_pwl_refresh_from_file(pwl); return pwl; } static void enchant_pwl_refresh_from_file(EnchantPWL* pwl) { char buffer[BUFSIZ]; char* line; size_t line_number = 1; FILE *f; struct stat stats; if(!pwl->filename) return; if(g_stat(pwl->filename, &stats)!=0) return; /*presumably I won't be able to open the file either*/ if(pwl->file_changed == stats.st_mtime) return; /*nothing changed since last read*/ enchant_trie_free(pwl->trie); pwl->trie = NULL; g_hash_table_destroy (pwl->words_in_trie); pwl->words_in_trie = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); f = enchant_fopen(pwl->filename, "r"); if (!f) return; pwl->file_changed = stats.st_mtime; enchant_lock_file (f); for (;NULL != (fgets (buffer, sizeof (buffer), f));++line_number) { const gunichar BOM = 0xfeff; size_t l; line = buffer; if(line_number == 1 && BOM == g_utf8_get_char(line)) line = g_utf8_next_char(line); l = strlen(line)-1; if (line[l]=='\n') line[l] = '\0'; else if(!feof(f)) /* ignore lines longer than BUFSIZ. */ { g_warning ("Line too long (ignored) in %s at line:%u\n", pwl->filename, line_number); while (NULL != (fgets (buffer, sizeof (buffer), f))) { if (line[strlen(buffer)-1]=='\n') break; } continue; } if( line[0] != '#') { if(g_utf8_validate(line, -1, NULL)) enchant_pwl_add_to_trie(pwl, line, strlen(line)); else g_warning ("Bad UTF-8 sequence in %s at line:%u\n", pwl->filename, line_number); } } enchant_unlock_file (f); fclose (f); } void enchant_pwl_free(EnchantPWL *pwl) { enchant_trie_free(pwl->trie); g_free(pwl->filename); g_hash_table_destroy (pwl->words_in_trie); g_free(pwl); } static void enchant_pwl_add_to_trie(EnchantPWL *pwl, const char *const word, size_t len) { char * normalized_word; normalized_word = g_utf8_normalize (word, len, G_NORMALIZE_NFD); if(NULL != g_hash_table_lookup (pwl->words_in_trie, normalized_word)) { g_free (normalized_word); return; } g_hash_table_insert (pwl->words_in_trie, normalized_word, g_strndup(word,len)); pwl->trie = enchant_trie_insert(pwl->trie, normalized_word); } static void enchant_pwl_remove_from_trie(EnchantPWL *pwl, const char *const word, size_t len) { char * normalized_word = g_utf8_normalize (word, len, G_NORMALIZE_NFD); if( g_hash_table_remove (pwl->words_in_trie, normalized_word) ) { enchant_trie_remove(pwl->trie, normalized_word); if(pwl->trie && pwl->trie->subtries == NULL && pwl->trie->value == NULL) pwl->trie = NULL; /* make trie empty if has no content */ } g_free(normalized_word); } void enchant_pwl_add(EnchantPWL *pwl, const char *const word, size_t len) { enchant_pwl_refresh_from_file(pwl); enchant_pwl_add_to_trie(pwl, word, len); if (pwl->filename != NULL) { FILE *f; f = enchant_fopen(pwl->filename, "a"); if (f) { struct stat stats; enchant_lock_file (f); if(g_stat(pwl->filename, &stats)==0) pwl->file_changed = stats.st_mtime; /* we write the new line first since we can't guarantee that the file was terminated by a new line before and we are just appending to the end of the file */ fwrite ("\n", sizeof(char), 1, f); fwrite (word, sizeof(char), len, f); enchant_unlock_file (f); fclose (f); } } } void enchant_pwl_remove(EnchantPWL *pwl, const char *const word, size_t len) { if(enchant_pwl_check(pwl, word, len) == 1) return; enchant_pwl_refresh_from_file(pwl); enchant_pwl_remove_from_trie(pwl, word, len); if (pwl->filename) { char * contents; size_t length; FILE *f; if(!g_file_get_contents(pwl->filename, &contents, &length, NULL)) return; f = enchant_fopen(pwl->filename, "wb"); /*binary because g_file_get_contents reads binary*/ if (f) { const gunichar BOM = 0xfeff; char * filestart, *searchstart, *needle; char * key; struct stat stats; enchant_lock_file (f); key = g_strndup(word, len); if(BOM == g_utf8_get_char(contents)) { filestart = g_utf8_next_char(contents); fwrite (contents, sizeof(char), filestart-contents, f); } else filestart = contents; searchstart = filestart; for(;;) { /*find word*/ needle = strstr(searchstart, key); if(needle == NULL) { fwrite (searchstart, sizeof(char), length - (searchstart - contents), f); break; } else { char* foundend = needle+len; if((needle == filestart || contents[needle-contents-1] == '\n' || contents[needle-contents-1] == '\r') && (foundend == contents + length || *foundend == '\n' || *foundend == '\r')) { fwrite (searchstart, sizeof(char), needle - searchstart, f); searchstart = foundend; while (*searchstart == '\n' || *searchstart == '\r') ++searchstart; } else { fwrite (searchstart, sizeof(char), needle - searchstart+1, f); searchstart = needle+1; } } } g_free(key); if(g_stat(pwl->filename, &stats)==0) pwl->file_changed = stats.st_mtime; enchant_unlock_file (f); fclose (f); } g_free(contents); } } static int enchant_pwl_contains(EnchantPWL *pwl, const char *const word, size_t len) { EnchantTrieMatcher* matcher; int count = 0; matcher = enchant_trie_matcher_init(word,len,0,case_sensitive,enchant_pwl_check_cb, &count); enchant_trie_find_matches(pwl->trie,matcher); enchant_trie_matcher_free(matcher); return (count == 0 ? 0 : 1); } static int enchant_is_all_caps(const char*const word, size_t len) { const char* it; int hasCap = 0; g_return_val_if_fail (word && *word, 0); for(it = word; it < word + len; it = g_utf8_next_char(it)) { GUnicodeType type = g_unichar_type(g_utf8_get_char(it)); switch(type) { case G_UNICODE_UPPERCASE_LETTER: hasCap = 1; break; case G_UNICODE_TITLECASE_LETTER: case G_UNICODE_LOWERCASE_LETTER: return 0; case G_UNICODE_CONTROL: case G_UNICODE_FORMAT: case G_UNICODE_UNASSIGNED: case G_UNICODE_PRIVATE_USE: case G_UNICODE_SURROGATE: case G_UNICODE_MODIFIER_LETTER: case G_UNICODE_OTHER_LETTER: case G_UNICODE_COMBINING_MARK: case G_UNICODE_ENCLOSING_MARK: case G_UNICODE_NON_SPACING_MARK: case G_UNICODE_DECIMAL_NUMBER: case G_UNICODE_LETTER_NUMBER: case G_UNICODE_OTHER_NUMBER: case G_UNICODE_CONNECT_PUNCTUATION: case G_UNICODE_DASH_PUNCTUATION: case G_UNICODE_CLOSE_PUNCTUATION: case G_UNICODE_FINAL_PUNCTUATION: case G_UNICODE_INITIAL_PUNCTUATION: case G_UNICODE_OTHER_PUNCTUATION: case G_UNICODE_OPEN_PUNCTUATION: case G_UNICODE_CURRENCY_SYMBOL: case G_UNICODE_MODIFIER_SYMBOL: case G_UNICODE_MATH_SYMBOL: case G_UNICODE_OTHER_SYMBOL: case G_UNICODE_LINE_SEPARATOR: case G_UNICODE_PARAGRAPH_SEPARATOR: case G_UNICODE_SPACE_SEPARATOR: default: break; } } return hasCap; } static int enchant_is_title_case(const char*const word, size_t len) { gunichar ch; GUnicodeType type; const char* it = word; g_return_val_if_fail (word && *word, 0); ch = g_utf8_get_char(it); type = g_unichar_type(ch); if(type != G_UNICODE_UPPERCASE_LETTER && type != G_UNICODE_TITLECASE_LETTER) return 0; if(ch != g_unichar_totitle(ch) ) return 0; for(it = g_utf8_next_char(it); it < word + len; it = g_utf8_next_char(it)) { type = g_unichar_type(g_utf8_get_char(it)); if(type == G_UNICODE_UPPERCASE_LETTER || type == G_UNICODE_TITLECASE_LETTER) return 0; } return 1; } static gchar* enchant_utf8_strtitle(const gchar*str, gssize len) { gunichar title_case_char; gchar* result; gchar* upperStr, * upperTail, * lowerTail; gchar title_case_utf8[7]; gint utf8len; upperStr = g_utf8_strup(str, len); /* for locale sensitive casing */ title_case_char = g_unichar_totitle(g_utf8_get_char(upperStr)); utf8len = g_unichar_to_utf8(title_case_char, title_case_utf8); title_case_utf8[utf8len] = '\0'; upperTail = g_utf8_next_char(upperStr); lowerTail = g_utf8_strdown(upperTail, -1); result = g_strconcat(title_case_utf8, lowerTail, NULL); g_free(upperStr); g_free(lowerTail); return result; } int enchant_pwl_check(EnchantPWL *pwl, const char *const word, size_t len) { int exists = 0; int isAllCaps = 0; enchant_pwl_refresh_from_file(pwl); exists = enchant_pwl_contains(pwl, word, len); if(exists) return 0; if(enchant_is_title_case(word, len) || (isAllCaps = enchant_is_all_caps(word, len))) { char * lower_case_word = g_utf8_strdown(word, len); exists = enchant_pwl_contains(pwl, lower_case_word, strlen(lower_case_word)); g_free(lower_case_word); if(exists) return 0; if(isAllCaps) { char * title_case_word = enchant_utf8_strtitle(word, len); exists = enchant_pwl_contains(pwl, title_case_word, strlen(title_case_word)); g_free(title_case_word); if(exists) return 0; } } return 1; /* not found */ } /* matcher callback when a match is found*/ static void enchant_pwl_check_cb(char* match,EnchantTrieMatcher* matcher) { g_free(match); (*((int*)(matcher->cbdata)))++; } static void enchant_pwl_case_and_denormalize_suggestions(EnchantPWL *pwl, const char *const word, size_t len, EnchantSuggList* suggs_list) { size_t i; gchar* (*utf8_case_convert_function)(const gchar*str, gssize len); if(enchant_is_title_case(word, len)) utf8_case_convert_function = enchant_utf8_strtitle; else if (enchant_is_all_caps(word, len)) utf8_case_convert_function = g_utf8_strup; else utf8_case_convert_function = NULL; for(i = 0; i < suggs_list->n_suggs; ++i) { gchar* cased_suggestion; gchar* suggestion; size_t suggestion_len; suggestion = g_hash_table_lookup (pwl->words_in_trie, suggs_list->suggs[i]); suggestion_len = strlen(suggestion); if(utf8_case_convert_function && !enchant_is_all_caps(suggestion, suggestion_len)) { cased_suggestion = utf8_case_convert_function(suggestion, suggestion_len); } else { cased_suggestion = g_strndup(suggestion, suggestion_len); } g_free(suggs_list->suggs[i]); suggs_list->suggs[i] = cased_suggestion; } } static int best_distance(const char*const*const suggs, const char *const word, size_t len) { int best_dist; const char*const* sugg_it; char* normalized_word; normalized_word = g_utf8_normalize (word, len, G_NORMALIZE_NFD); best_dist = g_utf8_strlen(normalized_word, -1); if(suggs) { for(sugg_it = suggs; *sugg_it; ++sugg_it) { char* normalized_sugg; int dist; normalized_sugg = g_utf8_normalize (*sugg_it, -1, G_NORMALIZE_NFD); dist = edit_dist(normalized_word, normalized_sugg); g_free(normalized_sugg); if (dist < best_dist) best_dist = dist; } } g_free(normalized_word); return best_dist; } /* gives the best set of suggestions from pwl that are at least as good as the * given suggs (if suggs == NULL just best from pwl) */ char** enchant_pwl_suggest(EnchantPWL *pwl,const char *const word, size_t len, const char*const*const suggs, size_t* out_n_suggs) { EnchantTrieMatcher* matcher; EnchantSuggList sugg_list; int max_dist; max_dist = suggs? best_distance(suggs, word, len) : ENCHANT_PWL_MAX_ERRORS; if(max_dist > ENCHANT_PWL_MAX_ERRORS) max_dist = ENCHANT_PWL_MAX_ERRORS; enchant_pwl_refresh_from_file(pwl); sugg_list.suggs = g_new0(char*,ENCHANT_PWL_MAX_SUGGS+1); sugg_list.sugg_errs = g_new0(int,ENCHANT_PWL_MAX_SUGGS); sugg_list.n_suggs = 0; matcher = enchant_trie_matcher_init(word,len, max_dist, case_insensitive, enchant_pwl_suggest_cb, &sugg_list); enchant_trie_find_matches(pwl->trie,matcher); enchant_trie_matcher_free(matcher); g_free(sugg_list.sugg_errs); sugg_list.suggs[sugg_list.n_suggs] = NULL; (*out_n_suggs) = sugg_list.n_suggs; enchant_pwl_case_and_denormalize_suggestions(pwl, word, len, &sugg_list); return sugg_list.suggs; } /* matcher callback when a match is found*/ static void enchant_pwl_suggest_cb(char* match,EnchantTrieMatcher* matcher) { EnchantSuggList* sugg_list; size_t loc, i; int changes = 0; /* num words added to list */ sugg_list = (EnchantSuggList*)(matcher->cbdata); /* only get best errors so adapt */ if(matcher->num_errors < matcher->max_errors) matcher->max_errors = matcher->num_errors; /* Find appropriate location in the array, if any */ /* In future, this could be done using binary search... */ for(loc=0; loc < sugg_list->n_suggs; loc++) { /* Better than an existing suggestion, so stop */ if(sugg_list->sugg_errs[loc] > matcher->num_errors) { break; } /* Already in the list with better score, just return */ if(strcmp(match,sugg_list->suggs[loc])==0) { g_free(match); return; } } /* If it's not going to fit, just throw it away */ if(loc >= ENCHANT_PWL_MAX_SUGGS) { g_free(match); return; } changes++; /* Remove all elements with worse score */ for(i=loc; i < sugg_list->n_suggs; i++){ g_free(sugg_list->suggs[i]); changes--; } sugg_list->suggs[loc] = match; sugg_list->sugg_errs[loc] = matcher->num_errors; sugg_list->n_suggs = sugg_list->n_suggs + changes; } void enchant_pwl_free_string_list(EnchantPWL *pwl, char** string_list) { g_strfreev(string_list); } static EnchantTrie* enchant_trie_init(void) { EnchantTrie* trie; trie = g_new(EnchantTrie,1); trie->value = NULL; trie->subtries = NULL; return trie; } static void enchant_trie_free(EnchantTrie* trie) { /* Dont ever free NULL, or the EOSTrie pointer */ if(trie == NULL || trie == EOSTrie) { return; } /* Because we have not set a destroy function for the hashtable * (to make code cleaner below), we need to explicitly free all * subtries with a callback function. */ if (trie->subtries != NULL) { g_hash_table_foreach(trie->subtries,enchant_trie_free_cb,NULL); g_hash_table_destroy(trie->subtries); } if (trie->value != NULL) { g_free(trie->value); } g_free(trie); } static void enchant_trie_free_cb(void* key, void* value, void* data) { enchant_trie_free((EnchantTrie*) value); } static EnchantTrie* enchant_trie_insert(EnchantTrie* trie,const char *const word) { char *tmpWord; ssize_t nxtCh = 0; EnchantTrie* subtrie; if (trie == NULL) { trie = enchant_trie_init(); } if (trie->value == NULL) { if (trie->subtries == NULL) { /* When single word, store in trie->value */ trie->value = g_strdup(word); } else { /* Store multiple words in subtries */ if (word[0] == '\0') { /* Mark end-of-string with special node */ tmpWord = g_strdup(""); g_hash_table_insert(trie->subtries, tmpWord,EOSTrie); } else { nxtCh = (ssize_t)(g_utf8_next_char(word)-word); tmpWord = g_strndup(word,nxtCh); subtrie = g_hash_table_lookup(trie->subtries, tmpWord); subtrie = enchant_trie_insert(subtrie, (word+nxtCh)); g_hash_table_insert(trie->subtries, tmpWord,subtrie); } } } else { /* Create new hastable for subtries, and reinsert */ trie->subtries = g_hash_table_new_full(g_str_hash, g_str_equal,g_free, NULL); tmpWord = trie->value; trie->value = NULL; enchant_trie_insert(trie,tmpWord); enchant_trie_insert(trie,word); g_free(tmpWord); } return trie; } #if !GLIB_CHECK_VERSION(2,14,0) static void grab_keys (gpointer key, gpointer value, gpointer user_data) { GList **l = user_data; *l = g_list_prepend (*l, key); } static GList* g_hash_table_get_keys (GHashTable *hash_table) { GList *l = NULL; g_hash_table_foreach (hash_table, grab_keys, &l); return l; } #endif static void enchant_trie_remove(EnchantTrie* trie,const char *const word) { char *tmpWord; ssize_t nxtCh = 0; EnchantTrie* subtrie; if (trie == NULL) return; if (trie->value == NULL) { if (trie->subtries != NULL) { /* Store multiple words in subtries */ if (word[0] == '\0') { /* Mark end-of-string with special node */ g_hash_table_remove(trie->subtries, ""); } else { nxtCh = (ssize_t)(g_utf8_next_char(word)-word); tmpWord = g_strndup(word,nxtCh); subtrie = g_hash_table_lookup(trie->subtries, tmpWord); enchant_trie_remove(subtrie, (word+nxtCh)); if(subtrie->subtries == NULL && subtrie->value == NULL) g_hash_table_remove(trie->subtries, tmpWord); g_free(tmpWord); } if(g_hash_table_size(trie->subtries) == 1) { char* key; GList* keys = g_hash_table_get_keys(trie->subtries); key = (char*) keys->data; subtrie = g_hash_table_lookup(trie->subtries, key); /* only remove trie nodes that have values by propogating these up */ if(subtrie->value) { trie->value = g_strconcat(key, subtrie->value, NULL); enchant_trie_free(subtrie); g_hash_table_destroy(trie->subtries); trie->subtries = NULL; } g_list_free(keys); } } } else { if(strcmp(trie->value, word) == 0) { g_free(trie->value); trie->value = NULL; } } } static EnchantTrie* enchant_trie_get_subtrie(EnchantTrie* trie, EnchantTrieMatcher* matcher, char** nxtChS) { EnchantTrie* subtrie; if(trie->subtries == NULL || *nxtChS == NULL) return NULL; subtrie = g_hash_table_lookup(trie->subtries,*nxtChS); if(subtrie == NULL && matcher->mode == case_insensitive) { char* nxtChSUp = g_utf8_strup(*nxtChS, -1); /* we ignore the title case scenario since that will give us an edit_distance of one which is acceptable since this mode is used for suggestions*/ g_free(*nxtChS); *nxtChS = nxtChSUp; subtrie = g_hash_table_lookup(trie->subtries,nxtChSUp); } return subtrie; } static void enchant_trie_find_matches(EnchantTrie* trie,EnchantTrieMatcher *matcher) { int errs = 0; ssize_t nxtChI = 0, oldPos = 0; char* nxtChS = NULL; EnchantTrie* subtrie = NULL; g_return_if_fail(matcher); /* Can't match in the empty trie */ if(trie == NULL) { return; } /* Bail out if over the error limits */ if(matcher->num_errors > matcher->max_errors){ return; } /* If the end of a string has been reached, no point recursing */ if (trie == EOSTrie) { size_t word_len = strlen(matcher->word); errs = matcher->num_errors; if((ssize_t)word_len > matcher->word_pos) { matcher->num_errors = errs + word_len - matcher->word_pos; } if (matcher->num_errors <= matcher->max_errors) { matcher->cbfunc(g_strdup(matcher->path),matcher); } matcher->num_errors = errs; return; } /* If there is a value, just check it, no recursion */ if (trie->value != NULL) { gchar* value; errs = matcher->num_errors; value = trie->value; if(matcher->mode == case_insensitive) { value = g_utf8_strdown(value, -1); } matcher->num_errors = errs + edit_dist(value, &(matcher->word[matcher->word_pos])); if(matcher->mode == case_insensitive) { g_free(value); } if (matcher->num_errors <= matcher->max_errors) { matcher->cbfunc(g_strconcat(matcher->path, trie->value,NULL), matcher); } matcher->num_errors = errs; return; } nxtChI = (ssize_t)(g_utf8_next_char(&matcher->word[matcher->word_pos]) - matcher->word); nxtChS = g_strndup(&matcher->word[matcher->word_pos], (nxtChI - matcher->word_pos)); /* Precisely match the first character, and recurse */ subtrie = enchant_trie_get_subtrie(trie, matcher, &nxtChS); if (subtrie != NULL) { enchant_trie_matcher_pushpath(matcher,nxtChS); oldPos = matcher->word_pos; matcher->word_pos = nxtChI; enchant_trie_find_matches(subtrie,matcher); matcher->word_pos = oldPos; enchant_trie_matcher_poppath(matcher,strlen(nxtChS)); } g_free(nxtChS); matcher->num_errors++; if (matcher->word[matcher->word_pos] != '\0') { /* Match on inserting word[0] */ oldPos = matcher->word_pos; matcher->word_pos = nxtChI; enchant_trie_find_matches(trie,matcher); matcher->word_pos = oldPos; } /* for each subtrie, match on delete or substitute word[0] or transpose word[0] and word[1] */ g_hash_table_foreach(trie->subtries, enchant_trie_find_matches_cb, matcher); matcher->num_errors--; } static void enchant_trie_find_matches_cb(void* keyV,void* subtrieV,void* matcherV) { char* key, *key2; EnchantTrie* subtrie, *subtrie2; EnchantTrieMatcher* matcher; ssize_t nxtChI, oldPos; key = (char*) keyV; subtrie = (EnchantTrie*) subtrieV; matcher = (EnchantTrieMatcher*) matcherV; nxtChI = (ssize_t) (g_utf8_next_char(&matcher->word[matcher->word_pos]) - matcher->word); /* Dont handle actual matches, that's already done */ if (strncmp(key,&matcher->word[matcher->word_pos],nxtChI-matcher->word_pos) == 0) { return; } enchant_trie_matcher_pushpath(matcher,key); /* Match on deleting word[0] */ enchant_trie_find_matches(subtrie,matcher); /* Match on substituting word[0] */ oldPos = matcher->word_pos; matcher->word_pos = nxtChI; enchant_trie_find_matches(subtrie,matcher); enchant_trie_matcher_poppath(matcher,strlen(key)); /* Match on transposing word[0] and word[1] */ key2 = g_strndup(&matcher->word[oldPos],nxtChI-oldPos); subtrie2 = enchant_trie_get_subtrie(subtrie, matcher, &key2); if(subtrie2 != NULL) { nxtChI = (ssize_t) (g_utf8_next_char(&matcher->word[matcher->word_pos]) - matcher->word); if (strncmp(key,&matcher->word[matcher->word_pos],nxtChI-matcher->word_pos) == 0) { matcher->word_pos = nxtChI; enchant_trie_matcher_pushpath(matcher,key); enchant_trie_matcher_pushpath(matcher,key2); enchant_trie_find_matches(subtrie2,matcher); enchant_trie_matcher_poppath(matcher,strlen(key2)); enchant_trie_matcher_poppath(matcher,strlen(key)); } } g_free(key2); matcher->word_pos = oldPos; } static EnchantTrieMatcher* enchant_trie_matcher_init(const char* const word, size_t len, int maxerrs, EnchantTrieMatcherMode mode, void(*cbfunc)(char*,EnchantTrieMatcher*), void* cbdata) { EnchantTrieMatcher* matcher; char * normalized_word, * pattern; normalized_word = g_utf8_normalize (word, len, G_NORMALIZE_NFD); len = strlen(normalized_word); if(mode == case_insensitive) { pattern = g_utf8_strdown (normalized_word, len); g_free(normalized_word); } else pattern = normalized_word; matcher = g_new(EnchantTrieMatcher,1); matcher->num_errors = 0; matcher->max_errors = maxerrs; matcher->word = pattern; matcher->word_pos = 0; matcher->path = g_new0(char,len+maxerrs+1); matcher->path[0] = '\0'; matcher->path_len = len+maxerrs+1; matcher->path_pos = 0; matcher->mode = mode; matcher->cbfunc = cbfunc; matcher->cbdata = cbdata; return matcher; } static void enchant_trie_matcher_free(EnchantTrieMatcher* matcher) { g_free(matcher->word); g_free(matcher->path); g_free(matcher); } static void enchant_trie_matcher_pushpath(EnchantTrieMatcher* matcher,char* newchars) { ssize_t len, i; len = strlen(newchars); if(matcher->path_pos + len >= matcher->path_len) { matcher->path_len = matcher->path_len + len + 10; matcher->path = g_renew(char,matcher->path,matcher->path_len); } for(i = 0; i < len; i++) { matcher->path[matcher->path_pos + i] = newchars[i]; } matcher->path_pos = matcher->path_pos + len; matcher->path[matcher->path_pos] = '\0'; } static void enchant_trie_matcher_poppath(EnchantTrieMatcher* matcher,int num) { g_return_if_fail(matcher->path_pos >= 0); matcher->path_pos = matcher->path_pos - num; if(matcher->path_pos < 0) { matcher->path_pos = 0; } matcher->path[matcher->path_pos] = '\0'; } static int edit_dist(const char* utf8word1, const char* utf8word2) { gunichar * word1, * word2; glong len1, len2, cost, i, j; int v1, v2, v3, v4; int* table; word1 = g_utf8_to_ucs4_fast(utf8word1, -1, &len1); word2 = g_utf8_to_ucs4_fast(utf8word2, -1, &len2); table = g_new0(int,(len1+1)*(len2+1)); /* Initialise outer rows of table */ for (i=0; i < len1 + 1; i++) { table[i*(len2+1)] = i; } for (j=0; j < len2 + 1; j++) { table[j] = j; } /* Fill in table in dynamic programming style */ for (i=1; i < len1+1; i++){ for(j=1; j < len2+1; j++) { if(word1[i-1] == word2[j-1]) { cost = 0; } else { cost = 1; } v1 = table[(i-1)*(len2+1)+j] + 1; v2 = table[i*(len2+1)+(j-1)] + 1; v3 = table[(i-1)*(len2+1)+(j-1)] + cost; if(i > 1 && j > 1 && word1[i-1] == word2[j-2] && word1[i-2] == word2[j-1]) { v4 = table[(i-2)*(len2+1)+(j-2)] + cost; if(v4 < v1) v1 = v4; } if (v1 < v2 && v1 < v3) { cost = v1; } else if (v2 < v3) { cost = v2; } else { cost = v3; } table[i*(len2+1)+j] = cost; } } cost = table[len1*(len2+1) + len2]; g_free(word1); g_free(word2); g_free(table); return cost; } enchant-1.6.0/src/Makefile.am0000664000076400007640000000200411355203721012707 00000000000000SUBDIRS=. aspell ispell uspell myspell hspell applespell voikko zemberek INCLUDES=-I$(top_srcdir) $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) -DENCHANT_GLOBAL_MODULE_DIR=\"$(libdir)/enchant\" -DENCHANT_GLOBAL_ORDERING=\"$(datadir)/enchant\" -D_ENCHANT_BUILD=1 -DENCHANT_VERSION_STRING=\"@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@\" lib_LTLIBRARIES = libenchant.la libenchant_la_LIBADD= $(ENCHANT_LIBS) @ENCHANT_WIN32_RESOURCE@ libenchant_la_LDFLAGS = -no-undefined -export-dynamic if OS_WIN32 libenchant_la_LDFLAGS += -avoid-version else libenchant_la_LDFLAGS += -version-info $(VERSION_INFO) endif libenchant_la_DEPENDENCIES = @ENCHANT_WIN32_RESOURCE@ libenchant_la_SOURCES = prefix.c enchant.c pwl.c enchant.h prefix.h pwl.h libenchant_includedir = $(includedir)/enchant libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h EXTRA_DIST=enchant.i if OS_WIN32 @ENCHANT_WIN32_RESOURCE@ : libenchant.rc $(top_srcdir)/lt-compile-resource libenchant.rc @ENCHANT_WIN32_RESOURCE@ endif enchant-1.6.0/src/libenchant.rc.in0000664000076400007640000000206511355203721013724 00000000000000#include VS_VERSION_INFO VERSIONINFO FILEVERSION @ENCHANT_MAJOR_VERSION@,@ENCHANT_MINOR_VERSION@,@ENCHANT_MICRO_VERSION@,BUILDNUMBER PRODUCTVERSION @ENCHANT_MAJOR_VERSION@,@ENCHANT_MINOR_VERSION@,@ENCHANT_MICRO_VERSION@,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "none" VALUE "FileDescription", "libenchant" VALUE "FileVersion", "@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@.BUILDNUMBER" VALUE "InternalName", "libenchant-@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@" VALUE "LegalCopyright", "Copyright (C) 2002-2007 Dom Lachowicz" VALUE "OriginalFilename", "libenchant-@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.dll" VALUE "ProductName", "libenchant" VALUE "ProductVersion", "@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END enchant-1.6.0/src/pwl.h0000664000076400007640000000450111355203721011632 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #ifndef PWL_H #define PWL_H #include "enchant.h" #ifdef __cplusplus extern "C" { #endif typedef struct str_enchant_pwl EnchantPWL; /* Create and initialise a new, empty PWL */ EnchantPWL* enchant_pwl_init(void); EnchantPWL* enchant_pwl_init_with_file(const char * file); void enchant_pwl_add(EnchantPWL * me, const char *const word, size_t len); void enchant_pwl_remove(EnchantPWL * me, const char *const word, size_t len); int enchant_pwl_check(EnchantPWL * me,const char *const word, size_t len); /*gives the best set of suggestions from pwl that are at least as good as the given suggs*/ char** enchant_pwl_suggest(EnchantPWL *me,const char *const word, size_t len, const char*const*const suggs, size_t* out_n_suggs); void enchant_pwl_free(EnchantPWL* me); void enchant_pwl_free_string_list(EnchantPWL* me, char** string_list); #ifdef __cplusplus } #endif #endif /* PWL_H */ enchant-1.6.0/src/enchant++.h0000664000076400007640000001671511355203721012610 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #ifndef ENCHANT_PLUS_PLUS_H #define ENCHANT_PLUS_PLUS_H #include #include #include #include namespace enchant { class Broker; class Exception : public std::exception { public: explicit Exception (const char * ex) : std::exception (), m_ex ("") { if (ex) m_ex = ex; } virtual ~Exception () throw() { } virtual const char * what () throw() { return m_ex.c_str(); } private: Exception (); std::string m_ex; }; class Dict { friend class enchant::Broker; public: ~Dict () { enchant_broker_free_dict (m_broker, m_dict); } bool check (const std::string & utf8word) { int val; val = enchant_dict_check (m_dict, utf8word.c_str(), utf8word.size()); if (val == 0) return true; else if (val > 0) return false; else { throw enchant::Exception (enchant_dict_get_error (m_dict)); } return false; // never reached } void suggest (const std::string & utf8word, std::vector & out_suggestions) { size_t n_suggs; char ** suggs; out_suggestions.clear (); suggs = enchant_dict_suggest (m_dict, utf8word.c_str(), utf8word.size(), &n_suggs); if (suggs && n_suggs) { for (size_t i = 0; i < n_suggs; i++) { out_suggestions.push_back (suggs[i]); } enchant_dict_free_string_list (m_dict, suggs); } } std::vector suggest (const std::string & utf8word) { std::vector result; suggest (utf8word, result); return result; } void add (const std::string & utf8word) { enchant_dict_add (m_dict, utf8word.c_str(), utf8word.size()); } void add_to_session (const std::string & utf8word) { enchant_dict_add_to_session (m_dict, utf8word.c_str(), utf8word.size()); } void is_added (const std::string & utf8word) { enchant_dict_is_added (m_dict, utf8word.c_str(), utf8word.size()); } void remove (const std::string & utf8word) { enchant_dict_remove (m_dict, utf8word.c_str(), utf8word.size()); } void remove_from_session (const std::string & utf8word) { enchant_dict_remove_from_session (m_dict, utf8word.c_str(), utf8word.size()); } void is_removed (const std::string & utf8word) { enchant_dict_is_removed (m_dict, utf8word.c_str(), utf8word.size()); } void store_replacement (const std::string & utf8bad, const std::string & utf8good) { enchant_dict_store_replacement (m_dict, utf8bad.c_str(), utf8bad.size(), utf8good.c_str(), utf8good.size()); } const std::string & get_lang () const { return m_lang; } const std::string & get_provider_name () const { return m_provider_name; } const std::string & get_provider_desc () const { return m_provider_desc; } const std::string & get_provider_file () const { return m_provider_file; } /* deprecated */ void add_to_personal (const std::string & utf8word) { return add (utf8word); } /* deprecated */ void add_to_pwl (const std::string & utf8word) { return add (utf8word); } private: // space reserved for API/ABI expansion void * _private[5]; static void s_describe_fn (const char * const lang, const char * const provider_name, const char * const provider_desc, const char * const provider_file, void * user_data) { enchant::Dict * dict = static_cast (user_data); dict->m_lang = lang; dict->m_provider_name = provider_name; dict->m_provider_desc = provider_desc; dict->m_provider_file = provider_file; } Dict (EnchantDict * dict, EnchantBroker * broker) : m_dict (dict), m_broker (broker) { enchant_dict_describe (m_dict, s_describe_fn, this); } // private, unimplemented Dict (); Dict (const Dict & rhs); Dict& operator=(const Dict & rhs); EnchantDict * m_dict; EnchantBroker * m_broker; std::string m_lang; std::string m_provider_name; std::string m_provider_desc; std::string m_provider_file; }; // class enchant::Dict class Broker { public: static Broker * instance () { return &m_instance; } Dict * request_dict (const std::string & lang) { EnchantDict * dict = enchant_broker_request_dict (m_broker, lang.c_str()); if (!dict) { throw enchant::Exception (enchant_broker_get_error (m_broker)); return 0; // never reached } return new Dict (dict, m_broker); } Dict * request_pwl_dict (const std::string & pwl) { EnchantDict * dict = enchant_broker_request_pwl_dict (m_broker, pwl.c_str()); if (!dict) { throw enchant::Exception (enchant_broker_get_error (m_broker)); return 0; // never reached } return new Dict (dict, m_broker); } bool dict_exists (const std::string & lang) { if (enchant_broker_dict_exists (m_broker, lang.c_str())) return true; return false; } void set_ordering (const std::string & tag, const std::string & ordering) { enchant_broker_set_ordering (m_broker, tag.c_str(), ordering.c_str()); } void describe (EnchantBrokerDescribeFn fn, void * user_data = NULL) { enchant_broker_describe (m_broker, fn, user_data); } void list_dicts (EnchantDictDescribeFn fn, void * user_data = NULL) { enchant_broker_list_dicts (m_broker, fn, user_data); } private: // space reserved for API/ABI expansion void * _private[5]; Broker () : m_broker (enchant_broker_init ()) { } ~Broker () { enchant_broker_free (m_broker); } // not implemented Broker (const Broker & rhs); Broker& operator=(const Broker & rhs); static Broker m_instance; EnchantBroker * m_broker; }; // class enchant::Broker // define the broker instance Broker Broker::m_instance; } // enchant namespace #endif /* ENCHANT_PLUS_PLUS_H */ enchant-1.6.0/src/voikko/0000775000076400007640000000000011355204367012250 500000000000000enchant-1.6.0/src/voikko/Makefile.am0000664000076400007640000000075511355203721014224 00000000000000if WITH_VOIKKO target_lib = libenchant_voikko.la else target_lib = endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) @VOIKKO_INC@ -D_ENCHANT_BUILD=1 voikko_LTLIBRARIES = $(target_lib) voikkodir= $(libdir)/enchant libenchant_voikko_la_LIBADD= $(ENCHANT_LIBS) $(VOIKKO_LIBS) $(top_builddir)/src/libenchant.la libenchant_voikko_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_voikko_la_SOURCES = voikko_provider.c libenchant_voikko_lalibdir=$(libdir)/enchant enchant-1.6.0/src/voikko/voikko_provider.c0000664000076400007640000001226711355203721015551 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003,2004 Dom Lachowicz * 2006-2007 Harri Pitkänen * 2006 Anssi Hannula * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" /** * Voikko is a Finnish spell checker. More information is available from: * * http://voikko.sourceforge.net/ */ ENCHANT_PLUGIN_DECLARE("Voikko") static int voikko_dict_check (EnchantDict * me, const char *const word, size_t len) { int result; int voikko_handle; voikko_handle = (long) me->user_data; result = voikko_spell_cstr(voikko_handle, word); if (result == VOIKKO_SPELL_FAILED) return 1; else if (result == VOIKKO_SPELL_OK) return 0; else return -1; } static char ** voikko_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { char **sugg_arr; int voikko_handle; voikko_handle = (long) me->user_data; sugg_arr = voikko_suggest_cstr(voikko_handle, word); if (sugg_arr == NULL) return NULL; for (*out_n_suggs = 0; sugg_arr[*out_n_suggs] != NULL; (*out_n_suggs)++); return sugg_arr; } static EnchantDict * voikko_provider_request_dict (EnchantProvider * me, const char *const tag) { EnchantDict *dict; const char * voikko_error; int voikko_handle; /* Only Finnish is supported at the moment */ if (strncmp(tag, "fi_FI", 6) != 0 && strncmp(tag, "fi", 3) != 0) return NULL; voikko_error = voikko_init(&voikko_handle, "fi_FI", 0); if (voikko_error) { enchant_provider_set_error(me, voikko_error); return NULL; } dict = g_new0 (EnchantDict, 1); dict->user_data = (void *)(long) voikko_handle; dict->check = voikko_dict_check; dict->suggest = voikko_dict_suggest; return dict; } static void voikko_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { voikko_terminate((long) dict->user_data); g_free (dict); } static int voikko_provider_dictionary_exists (struct str_enchant_provider * me, const char *const tag) { int voikko_handle; /* Only Finnish is supported */ if (strncmp(tag, "fi", 3) != 0) return 0; /* Check that a dictionary is actually available */ if (voikko_init(&voikko_handle, "fi_FI", 0) == NULL) { voikko_terminate(voikko_handle); return 1; } else return 0; } static char ** voikko_provider_list_dicts (EnchantProvider * me, size_t * out_n_dicts) { char ** out_list = NULL; int voikko_handle; *out_n_dicts = 0; if (voikko_init(&voikko_handle, "fi_FI", 0) == NULL) { voikko_terminate(voikko_handle); *out_n_dicts = 1; out_list = g_new0 (char *, *out_n_dicts + 1); out_list[0] = g_strdup("fi"); } return out_list; } static void voikko_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static void voikko_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * voikko_provider_identify (EnchantProvider * me) { return "voikko"; } static const char * voikko_provider_describe (EnchantProvider * me) { return "Voikko Provider"; } #ifdef __cplusplus extern "C" { #endif ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0 (EnchantProvider, 1); provider->dispose = voikko_provider_dispose; provider->request_dict = voikko_provider_request_dict; provider->dispose_dict = voikko_provider_dispose_dict; provider->dictionary_exists = voikko_provider_dictionary_exists; provider->identify = voikko_provider_identify; provider->describe = voikko_provider_describe; provider->list_dicts = voikko_provider_list_dicts; provider->free_string_list = voikko_provider_free_string_list; return provider; } #ifdef __cplusplus } #endif enchant-1.6.0/src/voikko/Makefile.in0000664000076400007640000004323011355204206014227 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/voikko DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(voikkodir)" LTLIBRARIES = $(voikko_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_voikko_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(top_builddir)/src/libenchant.la am_libenchant_voikko_la_OBJECTS = voikko_provider.lo libenchant_voikko_la_OBJECTS = $(am_libenchant_voikko_la_OBJECTS) libenchant_voikko_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libenchant_voikko_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_VOIKKO_TRUE@am_libenchant_voikko_la_rpath = -rpath $(voikkodir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_voikko_la_SOURCES) DIST_SOURCES = $(libenchant_voikko_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_VOIKKO_FALSE@target_lib = @WITH_VOIKKO_TRUE@target_lib = libenchant_voikko.la INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) @VOIKKO_INC@ -D_ENCHANT_BUILD=1 voikko_LTLIBRARIES = $(target_lib) voikkodir = $(libdir)/enchant libenchant_voikko_la_LIBADD = $(ENCHANT_LIBS) $(VOIKKO_LIBS) $(top_builddir)/src/libenchant.la libenchant_voikko_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_voikko_la_SOURCES = voikko_provider.c libenchant_voikko_lalibdir = $(libdir)/enchant all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/voikko/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/voikko/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-voikkoLTLIBRARIES: $(voikko_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(voikkodir)" || $(MKDIR_P) "$(DESTDIR)$(voikkodir)" @list='$(voikko_LTLIBRARIES)'; test -n "$(voikkodir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(voikkodir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(voikkodir)"; \ } uninstall-voikkoLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(voikko_LTLIBRARIES)'; test -n "$(voikkodir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(voikkodir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(voikkodir)/$$f"; \ done clean-voikkoLTLIBRARIES: -test -z "$(voikko_LTLIBRARIES)" || rm -f $(voikko_LTLIBRARIES) @list='$(voikko_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_voikko.la: $(libenchant_voikko_la_OBJECTS) $(libenchant_voikko_la_DEPENDENCIES) $(libenchant_voikko_la_LINK) $(am_libenchant_voikko_la_rpath) $(libenchant_voikko_la_OBJECTS) $(libenchant_voikko_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voikko_provider.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(voikkodir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-voikkoLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-voikkoLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-voikkoLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-voikkoLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip install-voikkoLTLIBRARIES installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-voikkoLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/uspell/0000775000076400007640000000000011355204366012251 500000000000000enchant-1.6.0/src/uspell/Makefile.am0000664000076400007640000000076411355203721014226 00000000000000if WITH_USPELL target_lib = libenchant_uspell.la else target_lib = endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(USPELL_CFLAGS) $(CXX_WARN_CFLAGS) -D_ENCHANT_BUILD=1 uspell_LTLIBRARIES = $(target_lib) uspelldir= $(libdir)/enchant libenchant_uspell_la_LIBADD= $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_uspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_uspell_la_SOURCES = uspell_provider.cpp libenchant_uspell_lalibdir=$(libdir)/enchant enchant-1.6.0/src/uspell/uspell_provider.cpp0000664000076400007640000003037011355203721016110 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz, Raphael Finkel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" #include #include #include ENCHANT_PLUGIN_DECLARE("Uspell") static const size_t MAXALTERNATIVE = 20; // we won't return more than this number of suggestions static const size_t MAXCHARS = 100; // maximum number of bytes of utf8 or chars of UCS4 in a word static GSList * uspell_checker_get_dictionary_dirs (EnchantBroker * broker) { GSList *dirs = NULL; { GSList *config_dirs, *iter; config_dirs = enchant_get_user_config_dirs (); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_build_filename ((const gchar *)iter->data, "uspell", NULL)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } { const gchar* const * system_data_dirs = g_get_system_data_dirs (); const gchar* const * iter; for (iter = system_data_dirs; *iter; iter++) { dirs = g_slist_append (dirs, g_build_filename (*iter, "uspell", "dicts", NULL)); } } /* until I work out how to link the modules against enchant in MacOSX - fjf */ #ifndef XP_TARGET_COCOA char * uspell_prefix = NULL; /* Look for explicitly set registry values */ uspell_prefix = enchant_get_registry_value ("Uspell", "Data_Dir"); if (uspell_prefix) dirs = g_slist_append (dirs, uspell_prefix); /* Dynamically locate library and search for modules relative to it. */ char * enchant_prefix = enchant_get_prefix_dir(); if(enchant_prefix) { uspell_prefix = g_build_filename(enchant_prefix, "share", "enchant", "uspell", NULL); g_free(enchant_prefix); dirs = g_slist_append (dirs, uspell_prefix); } #endif #ifdef ENCHANT_USPELL_DICT_DIR dirs = g_slist_append (dirs, g_strdup (ENCHANT_USPELL_DICT_DIR)); #endif { GSList *config_dirs, *iter; config_dirs = enchant_get_dirs_from_param (broker, "enchant.uspell.dictionary.path"); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_strdup ((const gchar *)iter->data)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } return dirs; } static int uspell_dict_check (EnchantDict * me, const char *const word, size_t len) { uSpell *manager; wide_t buf1[MAXCHARS], buf2[MAXCHARS], *curBuf, *otherBuf, *tmpBuf; utf8_t myWord[MAXCHARS]; int length; if (len >= MAXCHARS) return 1; // too long; can't be right memcpy(reinterpret_cast(myWord), word, len); myWord[len] = 0; curBuf = buf1; otherBuf = buf2; manager = reinterpret_cast(me->user_data); length = utf8_wide(curBuf, myWord, MAXCHARS); if (manager->isSpelledRight(curBuf, length)) { return 0; // correct the first time } if (manager->theFlags & uSpell::upperLower) { toUpper(otherBuf, curBuf, length); if (manager->isSpelledRight(otherBuf, length)) { manager->acceptWord(myWord); return 0; // correct if converted to all upper case } tmpBuf = curBuf; curBuf = otherBuf; otherBuf = tmpBuf; } if (manager->theFlags & uSpell::hasComposition) { unPrecompose(otherBuf, &length, curBuf, length); if (manager->isSpelledRight(otherBuf, length)) { manager->acceptWord(myWord); return 0; // correct if precomposed characters expanded, all upper } tmpBuf = curBuf; curBuf = otherBuf; otherBuf = tmpBuf; } if (manager->theFlags & uSpell::hasCompounds) { if (manager->isSpelledRightMultiple(curBuf, length)) { manager->acceptWord(myWord); return 0; // correct as two words. Not right for all languages. } } return 1; } static char ** uspell_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { uSpell *manager; utf8_t myWord[MAXCHARS]; char **sugg_arr = NULL; const utf8_t *sugg; wide_t buf[MAXCHARS]; int length; unsigned int i; utf8_t **list; if (len >= MAXCHARS) // no suggestions; the word is outlandish return NULL; memcpy(reinterpret_cast(myWord), word, len); myWord[len] = 0; manager = reinterpret_cast(me->user_data); list = reinterpret_cast( calloc(sizeof(char *), MAXALTERNATIVE)); length = utf8_wide(buf, myWord, MAXCHARS); *out_n_suggs = manager->showAlternatives(buf, length, list, MAXALTERNATIVE); if (*out_n_suggs) { sugg_arr = g_new0 (char *, *out_n_suggs + 1); for (i = 0; i < *out_n_suggs; i++) { sugg = list[i]; if (sugg) sugg_arr[i] = g_strdup (reinterpret_cast(sugg)); free(list[i]); } } free(list); return sugg_arr; } // uspell_dict_suggest static void uspell_dict_add_to_session (EnchantDict * me, const char *const word, size_t len) { uSpell *manager; wide_t buf[MAXCHARS]; utf8_t myWord[MAXCHARS]; int length, index; manager = reinterpret_cast(me->user_data); manager->acceptWord((const utf8_t *)word); if (len >= MAXCHARS) return; // too long; can't reasonably convert // see if we want to acceptWord(uppercase(myWord)) if (!(manager->theFlags & uSpell::upperLower)) return; // non-case language length = utf8_wide(buf, (const utf8_t *)word, MAXCHARS); for (index = 0; index < length; index++) { if (g_unichar_isupper(buf[index])) return; // case-sensitive word buf[index] = g_unichar_toupper(buf[index]); } wide_utf8(myWord, MAXCHARS, buf, length); manager->acceptWord(myWord); } // uspell_dict_add_to_session typedef struct { const char * language_tag; const char * corresponding_uspell_file_name; int language_flags; } Mapping; static const Mapping mapping [] = { {"he", "hebrew", 0}, {"he_IL", "hebrew", 0}, {"yi", "yiddish", uSpell::hasComposition}, {"en_US", "american", uSpell::upperLower}, }; static const size_t n_mappings = (sizeof(mapping)/sizeof(mapping[0])); static void s_buildHashNames (std::vector & names, EnchantBroker * broker, const char * tag) { names.clear (); size_t mapIndex; for (mapIndex = 0; mapIndex < n_mappings; mapIndex++) { if (!strcmp(tag, mapping[mapIndex].language_tag)) break; } if (mapIndex < n_mappings) { GSList *dirs, *iter; char * dict = g_strdup_printf ("%s.uspell.dat", mapping[mapIndex].corresponding_uspell_file_name); dirs = uspell_checker_get_dictionary_dirs (broker); for (iter = dirs; iter; iter = iter->next) { char *tmp; tmp = g_build_filename ((const char *)iter->data, dict, NULL); names.push_back (tmp); g_free (tmp); } g_slist_foreach (dirs, (GFunc)g_free, NULL); g_slist_free (dirs); } } static uSpell * uspell_request_dict (const char * base, const char * mapping, const int flags) { char *fileName, *transName, *filePart, *transPart; uSpell *manager; if (!base) return NULL; filePart = g_strconcat(mapping, ".uspell.dat", NULL); transPart = g_strconcat(mapping, ".uspell.trans", NULL); fileName = g_build_filename (base, filePart, NULL); transName = g_build_filename (base, transPart, NULL); g_free(filePart); g_free(transPart); try { manager = new uSpell(fileName, transName, flags); } catch (...) { manager = NULL; } g_free (fileName); g_free (transName); return manager; } static uSpell * uspell_request_manager (const char * dir, size_t mapIndex) { uSpell * manager = NULL; manager = uspell_request_dict (dir, mapping[mapIndex].corresponding_uspell_file_name, mapping[mapIndex].language_flags); if (!manager) return NULL; // look for a supplementary private dictionary const char *config_dir = g_get_user_config_dir(); if (config_dir) { gchar * auxFileName, * transPart; transPart = g_strconcat (mapping[mapIndex].language_tag, ".dic", NULL); auxFileName = g_build_filename (config_dir, transPart, NULL); g_free (transPart); (void) manager->assimilateFile (auxFileName); g_free (auxFileName); } return manager; } extern "C" { ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); static EnchantDict * uspell_provider_request_dict (EnchantProvider * me, const char *const tag) { EnchantDict *dict = NULL; uSpell *manager = NULL; size_t mapIndex; bool found = false; GSList *dirs, *iter; for (mapIndex = 0; mapIndex < n_mappings && !found; mapIndex++) { if (!strcmp(tag, mapping[mapIndex].language_tag)) break; } if (!found) return NULL; dirs = uspell_checker_get_dictionary_dirs (me->owner); for (iter = dirs; iter && !manager; iter = iter->next) { manager = uspell_request_manager ((const char *)iter->data, mapIndex); } g_slist_foreach (dirs, (GFunc)g_free, NULL); g_slist_free (dirs); if (!manager) return NULL; dict = g_new0 (EnchantDict, 1); dict->user_data = manager; dict->check = uspell_dict_check; dict->suggest = uspell_dict_suggest; dict->add_to_session = uspell_dict_add_to_session; // don't use personal, session - let higher level implement that return dict; } static int uspell_provider_dictionary_exists (struct str_enchant_provider * me, const char *const tag) { std::vector names; s_buildHashNames (names, me->owner, tag); for (size_t i = 0; i < names.size(); i++) { if (g_file_test (names[i].c_str(), G_FILE_TEST_EXISTS)) return 1; } return 0; } static void uspell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { uSpell *manager = reinterpret_cast(dict->user_data); delete manager; g_free (dict); } static char ** uspell_provider_list_dictionaries (EnchantProvider * me, size_t * out_n_dicts) { size_t i, nb; nb = 0; for (i = 0; i < n_mappings; i++) if (uspell_provider_dictionary_exists (me, mapping[i].language_tag)) nb++; *out_n_dicts = nb; if (nb == 0) return NULL; char ** out_dicts = g_new0 (char *, nb + 1); for (i = 0; i < n_mappings; i++) if (uspell_provider_dictionary_exists (me, mapping[i].language_tag)) out_dicts[i] = g_strdup (mapping[i].language_tag); return out_dicts; } static void uspell_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static void uspell_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * uspell_provider_identify (EnchantProvider * me) { return "uspell"; } static const char * uspell_provider_describe (EnchantProvider * me) { return "Uspell Provider"; } EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0 (EnchantProvider, 1); provider->dispose = uspell_provider_dispose; provider->request_dict = uspell_provider_request_dict; provider->dispose_dict = uspell_provider_dispose_dict; provider->dictionary_exists = uspell_provider_dictionary_exists; provider->identify = uspell_provider_identify; provider->describe = uspell_provider_describe; provider->list_dicts = uspell_provider_list_dictionaries; provider->free_string_list = uspell_provider_free_string_list; return provider; } } enchant-1.6.0/src/uspell/Makefile.in0000664000076400007640000004340011355204205014227 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/uspell DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(uspelldir)" LTLIBRARIES = $(uspell_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_uspell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(top_builddir)/src/libenchant.la am_libenchant_uspell_la_OBJECTS = uspell_provider.lo libenchant_uspell_la_OBJECTS = $(am_libenchant_uspell_la_OBJECTS) libenchant_uspell_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libenchant_uspell_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_USPELL_TRUE@am_libenchant_uspell_la_rpath = -rpath $(uspelldir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_uspell_la_SOURCES) DIST_SOURCES = $(libenchant_uspell_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_USPELL_FALSE@target_lib = @WITH_USPELL_TRUE@target_lib = libenchant_uspell.la INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(USPELL_CFLAGS) $(CXX_WARN_CFLAGS) -D_ENCHANT_BUILD=1 uspell_LTLIBRARIES = $(target_lib) uspelldir = $(libdir)/enchant libenchant_uspell_la_LIBADD = $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_uspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_uspell_la_SOURCES = uspell_provider.cpp libenchant_uspell_lalibdir = $(libdir)/enchant all: all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/uspell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/uspell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-uspellLTLIBRARIES: $(uspell_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(uspelldir)" || $(MKDIR_P) "$(DESTDIR)$(uspelldir)" @list='$(uspell_LTLIBRARIES)'; test -n "$(uspelldir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(uspelldir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(uspelldir)"; \ } uninstall-uspellLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(uspell_LTLIBRARIES)'; test -n "$(uspelldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(uspelldir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(uspelldir)/$$f"; \ done clean-uspellLTLIBRARIES: -test -z "$(uspell_LTLIBRARIES)" || rm -f $(uspell_LTLIBRARIES) @list='$(uspell_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_uspell.la: $(libenchant_uspell_la_OBJECTS) $(libenchant_uspell_la_DEPENDENCIES) $(libenchant_uspell_la_LINK) $(am_libenchant_uspell_la_rpath) $(libenchant_uspell_la_OBJECTS) $(libenchant_uspell_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uspell_provider.Plo@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(uspelldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-uspellLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-uspellLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-uspellLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-uspellLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip install-uspellLTLIBRARIES installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-uspellLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/uspell/README0000664000076400007640000000030311355203721013037 00000000000000"Raphael Finkel" is the primary author of Uspell. Uspell can be gotten from AbiWord's CVS. Instructions for anoncvs checkout are here: http://www.abisource.com/developers/ enchant-1.6.0/src/myspell/0000775000076400007640000000000011355204367012433 500000000000000enchant-1.6.0/src/myspell/w_char.hxx0000664000076400007640000000036711355203721014346 00000000000000#ifndef __WCHARHXX__ #define __WCHARHXX__ #ifdef WIN32 typedef struct { #else typedef struct { #endif unsigned char l; unsigned char h; } w_char; // two character arrays struct replentry { char * pattern; char * pattern2; }; #endif enchant-1.6.0/src/myspell/license.myspell0000664000076400007640000000554011355203721015401 00000000000000/* * Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada * And Contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL * KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * * NOTE: A special thanks and credit goes to Geoff Kuenning * the creator of ispell. MySpell's affix algorithms were * based on those of ispell which should be noted is * copyright Geoff Kuenning et.al. and now available * under a BSD style license. For more information on ispell * and affix compression in general, please see: * http://www.cs.ucla.edu/ficus-members/geoff/ispell.html * (the home page for ispell) * * An almost complete rewrite of MySpell for use by * the Mozilla project has been developed by David Einstein * (Deinst@world.std.com). David and I are now * working on parallel development tracks to help * our respective projects (Mozilla and OpenOffice.org * and we will maintain full affix file and dictionary * file compatibility and work on merging our versions * of MySpell back into a single tree. David has been * a significant help in improving MySpell. * * Special thanks also go to La'szlo' Ne'meth * who is the author of the * Hungarian dictionary and who developed and contributed * the code to support compound words in MySpell * and fixed numerous problems with the encoding * case conversion tables. * */ enchant-1.6.0/src/myspell/hunzip.cxx0000664000076400007640000001277511355203721014421 00000000000000#ifndef MOZILLA_CLIENT #ifdef __SUNPRO_CC using namespace std; #endif #include #include #include #else #include #include #include #endif #include "hunzip.hxx" #define CODELEN 65536 #define BASEBITREC 5000 #define UNCOMPRESSED '\002' #define MAGIC "hz0" #define MAGIC_ENCRYPT "hz1" #define MAGICLEN (sizeof(MAGIC) - 1) int Hunzip::fail(const char * err, const char * par) { fprintf(stderr, err, par); return -1; } Hunzip::Hunzip(const char * file, const char * key) { bufsiz = 0; lastbit = 0; inc = 0; outc = 0; dec = NULL; filename = (char *) malloc(strlen(file) + 1); if (filename) strcpy(filename, file); if (getcode(key) == -1) bufsiz = -1; else bufsiz = getbuf(); } int Hunzip::getcode(const char * key) { unsigned char c[2]; int i, j, n, p; int allocatedbit = BASEBITREC; const char * enc = key; fin = fopen(filename, "rb"); if (!fin) return -1; // read magic number if ((fread(in, 1, 3, fin) < MAGICLEN) || !(strncmp(MAGIC, in, MAGICLEN) == 0 || strncmp(MAGIC_ENCRYPT, in, MAGICLEN) == 0)) { return fail(MSG_FORMAT, filename); } // check encryption if (strncmp(MAGIC_ENCRYPT, in, MAGICLEN) == 0) { unsigned char cs; if (!key) return fail(MSG_KEY, filename); if (fread(&c, 1, 1, fin) < 1) return fail(MSG_FORMAT, filename); for (cs = 0; *enc; enc++) cs ^= *enc; if (cs != c[0]) return fail(MSG_KEY, filename); enc = key; } else key = NULL; // read record count if (fread(&c, 1, 2, fin) < 2) return fail(MSG_FORMAT, filename); if (key) { c[0] ^= *enc; if (*(++enc) == '\0') enc = key; c[1] ^= *enc; } n = ((int) c[0] << 8) + c[1]; dec = (struct bit *) malloc(BASEBITREC * sizeof(struct bit)); if (!dec) return fail(MSG_MEMORY, filename); dec[0].v[0] = 0; dec[0].v[1] = 0; // read codes for (i = 0; i < n; i++) { unsigned char l; if (fread(c, 1, 2, fin) < 2) return fail(MSG_FORMAT, filename); if (key) { if (*(++enc) == '\0') enc = key; c[0] ^= *enc; if (*(++enc) == '\0') enc = key; c[1] ^= *enc; } if (fread(&l, 1, 1, fin) < 1) return fail(MSG_FORMAT, filename); if (key) { if (*(++enc) == '\0') enc = key; l ^= *enc; } if (fread(in, 1, l/8+1, fin) < (size_t) l/8+1) return fail(MSG_FORMAT, filename); if (key) for (j = 0; j <= l/8; j++) { if (*(++enc) == '\0') enc = key; in[j] ^= *enc; } p = 0; for (j = 0; j < l; j++) { int b = (in[j/8] & (1 << (7 - (j % 8)))) ? 1 : 0; int oldp = p; p = dec[p].v[b]; if (p == 0) { lastbit++; if (lastbit == allocatedbit) { allocatedbit += BASEBITREC; dec = (struct bit *) realloc(dec, allocatedbit * sizeof(struct bit)); } dec[lastbit].v[0] = 0; dec[lastbit].v[1] = 0; dec[oldp].v[b] = lastbit; p = lastbit; } } dec[p].c[0] = c[0]; dec[p].c[1] = c[1]; } return 0; } Hunzip::~Hunzip() { if (dec) free(dec); if (fin) fclose(fin); if (filename) free(filename); } int Hunzip::getbuf() { int p = 0; int o = 0; do { if (inc == 0) inbits = fread(in, 1, BUFSIZE, fin) * 8; for (; inc < inbits; inc++) { int b = (in[inc / 8] & (1 << (7 - (inc % 8)))) ? 1 : 0; int oldp = p; p = dec[p].v[b]; if (p == 0) { if (oldp == lastbit) { fclose(fin); fin = NULL; // add last odd byte if (dec[lastbit].c[0]) out[o++] = dec[lastbit].c[1]; return o; } out[o++] = dec[oldp].c[0]; out[o++] = dec[oldp].c[1]; if (o == BUFSIZE) return o; p = dec[p].v[b]; } } inc = 0; } while (inbits == BUFSIZE * 8); return fail(MSG_FORMAT, filename); } const char * Hunzip::getline() { char linebuf[BUFSIZE]; int l = 0, eol = 0, left = 0, right = 0; if (bufsiz == -1) return NULL; while (l < bufsiz && !eol) { linebuf[l++] = out[outc]; switch (out[outc]) { case '\t': break; case 31: { // escape if (++outc == bufsiz) { bufsiz = getbuf(); outc = 0; } linebuf[l - 1] = out[outc]; break; } case ' ': break; default: if (((unsigned char) out[outc]) < 47) { if (out[outc] > 32) { right = out[outc] - 31; if (++outc == bufsiz) { bufsiz = getbuf(); outc = 0; } } if (out[outc] == 30) left = 9; else left = out[outc]; linebuf[l-1] = '\n'; eol = 1; } } if (++outc == bufsiz) { outc = 0; bufsiz = fin ? getbuf(): -1; } } if (right) strcpy(linebuf + l - 1, line + strlen(line) - right - 1); else linebuf[l] = '\0'; strcpy(line + left, linebuf); return line; } enchant-1.6.0/src/myspell/phonet.cxx0000664000076400007640000002154511355203721014374 00000000000000/* phonetic.c - generic replacement aglogithms for phonetic transformation Copyright (C) 2000 Bjoern Jacke This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation; This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; If not, see . Changelog: 2000-01-05 Bjoern Jacke Initial Release insprired by the article about phonetic transformations out of c't 25/1999 2007-07-26 Bjoern Jacke Released under MPL/GPL/LGPL tri-license for Hunspell 2007-08-23 Laszlo Nemeth Porting from Aspell to Hunspell using C-like structs */ #ifndef MOZILLA_CLIENT #ifdef __SUNPRO_CC using namespace std; #endif #include #include #include #include #else #include #include #include #include #endif #include "csutil.hxx" #include "phonet.hxx" void init_phonet_hash(phonetable & parms) { int i, k; for (i = 0; i < HASHSIZE; i++) { parms.hash[i] = -1; } for (i = 0; parms.rules[i][0] != '\0'; i += 2) { /** set hash value **/ k = (unsigned char) parms.rules[i][0]; if (parms.hash[k] < 0) { parms.hash[k] = i; } } } // like strcpy but safe if the strings overlap // but only if dest < src static inline void strmove(char * dest, char * src) { while (*src) *dest++ = *src++; *dest = '\0'; } /* phonetic transcription algorithm */ /* see: http://aspell.net/man-html/Phonetic-Code.html */ /* convert string to uppercase before this call */ int phonet (const char * inword, char * target, int len, phonetable & parms) { /** Do phonetic transformation. **/ /** "len" = length of "inword" incl. '\0'. **/ /** result: >= 0: length of "target" **/ /** otherwise: error **/ int i,j,k=0,n,p,z; int k0,n0,p0=-333,z0; char c, c0; const char * s; typedef unsigned char uchar; char word[MAXPHONETUTF8LEN + 1]; if (len == -1) len = strlen(inword); if (len > MAXPHONETUTF8LEN) return 0; strcpy(word, inword); /** check word **/ i = j = z = 0; while ((c = word[i]) != '\0') { n = parms.hash[(uchar) c]; z0 = 0; if (n >= 0) { /** check all rules for the same letter **/ while (parms.rules[n][0] == c) { /** check whole string **/ k = 1; /** number of found letters **/ p = 5; /** default priority **/ s = parms.rules[n]; s++; /** important for (see below) "*(s-1)" **/ while (*s != '\0' && word[i+k] == *s && !isdigit (*s) && strchr ("(-<^$", *s) == NULL) { k++; s++; } if (*s == '(') { /** check letters in "(..)" **/ if (isalpha(word[i+k]) // ...could be implied? && strchr(s+1, word[i+k]) != NULL) { k++; while (*s != ')') s++; s++; } } p0 = (int) *s; k0 = k; while (*s == '-' && k > 1) { k--; s++; } if (*s == '<') s++; if (isdigit (*s)) { /** determine priority **/ p = *s - '0'; s++; } if (*s == '^' && *(s+1) == '^') s++; if (*s == '\0' || (*s == '^' && (i == 0 || ! isalpha(word[i-1])) && (*(s+1) != '$' || (! isalpha(word[i+k0]) ))) || (*s == '$' && i > 0 && isalpha(word[i-1]) && (! isalpha(word[i+k0]) ))) { /** search for followup rules, if: **/ /** parms.followup and k > 1 and NO '-' in searchstring **/ c0 = word[i+k-1]; n0 = parms.hash[(uchar) c0]; // if (parms.followup && k > 1 && n0 >= 0 if (k > 1 && n0 >= 0 && p0 != (int) '-' && word[i+k] != '\0') { /** test follow-up rule for "word[i+k]" **/ while (parms.rules[n0][0] == c0) { /** check whole string **/ k0 = k; p0 = 5; s = parms.rules[n0]; s++; while (*s != '\0' && word[i+k0] == *s && ! isdigit(*s) && strchr("(-<^$",*s) == NULL) { k0++; s++; } if (*s == '(') { /** check letters **/ if (isalpha(word[i+k0]) && strchr (s+1, word[i+k0]) != NULL) { k0++; while (*s != ')' && *s != '\0') s++; if (*s == ')') s++; } } while (*s == '-') { /** "k0" gets NOT reduced **/ /** because "if (k0 == k)" **/ s++; } if (*s == '<') s++; if (isdigit (*s)) { p0 = *s - '0'; s++; } if (*s == '\0' /** *s == '^' cuts **/ || (*s == '$' && ! isalpha(word[i+k0]))) { if (k0 == k) { /** this is just a piece of the string **/ n0 += 2; continue; } if (p0 < p) { /** priority too low **/ n0 += 2; continue; } /** rule fits; stop search **/ break; } n0 += 2; } /** End of "while (parms.rules[n0][0] == c0)" **/ if (p0 >= p && parms.rules[n0][0] == c0) { n += 2; continue; } } /** end of follow-up stuff **/ /** replace string **/ s = parms.rules[n+1]; p0 = (parms.rules[n][0] != '\0' && strchr (parms.rules[n]+1,'<') != NULL) ? 1:0; if (p0 == 1 && z == 0) { /** rule with '<' is used **/ if (j > 0 && *s != '\0' && (target[j-1] == c || target[j-1] == *s)) { j--; } z0 = 1; z = 1; k0 = 0; while (*s != '\0' && word[i+k0] != '\0') { word[i+k0] = *s; k0++; s++; } if (k > k0) strmove (&word[0]+i+k0, &word[0]+i+k); /** new "actual letter" **/ c = word[i]; } else { /** no '<' rule used **/ i += k - 1; z = 0; while (*s != '\0' && *(s+1) != '\0' && j < len) { if (j == 0 || target[j-1] != *s) { target[j] = *s; j++; } s++; } /** new "actual letter" **/ c = *s; if (parms.rules[n][0] != '\0' && strstr (parms.rules[n]+1, "^^") != NULL) { if (c != '\0') { target[j] = c; j++; } strmove (&word[0], &word[0]+i+1); i = 0; z0 = 1; } } break; } /** end of follow-up stuff **/ n += 2; } /** end of while (parms.rules[n][0] == c) **/ } /** end of if (n >= 0) **/ if (z0 == 0) { // if (k && (assert(p0!=-333),!p0) && j < len && c != '\0' // && (!parms.collapse_result || j == 0 || target[j-1] != c)){ if (k && !p0 && j < len && c != '\0' && (1 || j == 0 || target[j-1] != c)){ /** condense only double letters **/ target[j] = c; ///printf("\n setting \n"); j++; } i++; z = 0; k=0; } } /** end of while ((c = word[i]) != '\0') **/ target[j] = '\0'; return (j); } /** end of function "phonet" **/ enchant-1.6.0/src/myspell/baseaffix.hxx0000664000076400007640000000102711355203721015025 00000000000000#ifndef _BASEAFF_HXX_ #define _BASEAFF_HXX_ class AffEntry { public: protected: char * appnd; char * strip; unsigned char appndl; unsigned char stripl; char numconds; char opts; unsigned short aflag; union { char conds[MAXCONDLEN]; struct { char conds1[MAXCONDLEN_1]; char * conds2; } l; } c; char * morphcode; unsigned short * contclass; short contclasslen; }; #endif enchant-1.6.0/src/myspell/myspell_checker.cpp0000664000076400007640000003701411355203721016226 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003-2004 Joan Moratinos , Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" #ifdef near #undef near #endif /* built against hunspell 1.2.2 on 2008-04-12 */ #ifdef HUNSPELL_STATIC #include "hunspell.hxx" #else #include #endif ENCHANT_PLUGIN_DECLARE("Myspell") #define G_ICONV_INVALID (GIConv)-1 #include /***************************************************************************/ class MySpellChecker { public: MySpellChecker(EnchantBroker * broker); ~MySpellChecker(); bool checkWord (const char *word, size_t len); char **suggestWord (const char* const word, size_t len, size_t *out_n_suggs); bool requestDictionary (const char * szLang); private: GIConv m_translate_in; /* Selected translation from/to Unicode */ GIConv m_translate_out; Hunspell *myspell; EnchantBroker *m_broker; }; /***************************************************************************/ #if defined(_WIN32) static WCHAR* GetRegistryValue(HKEY baseKey, const WCHAR * uKeyName, const WCHAR * uKey) { HKEY hKey; unsigned long lType; DWORD dwSize; WCHAR* wszValue = NULL; if(RegOpenKeyExW(baseKey, uKeyName, 0, KEY_READ, &hKey) == ERROR_SUCCESS) { /* Determine size of string */ if(RegQueryValueExW( hKey, uKey, NULL, &lType, NULL, &dwSize) == ERROR_SUCCESS) { wszValue = g_new0(WCHAR, dwSize + 1); RegQueryValueExW(hKey, uKey, NULL, &lType, (LPBYTE) wszValue, &dwSize); } } return wszValue; } static char * myspell_checker_get_open_office_dicts_dir(void) { WCHAR* wszDirectory; char* open_office_dir, * open_office_dicts_dir; /*start by trying current user*/ wszDirectory = GetRegistryValue (HKEY_CURRENT_USER, L"Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\soffice.exe", L"Path"); if(wszDirectory == NULL) { /*next try local machine*/ wszDirectory = GetRegistryValue (HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\soffice.exe", L"Path"); } if(wszDirectory == NULL) { return NULL; } else { open_office_dir = g_utf16_to_utf8 ((gunichar2*)wszDirectory, -1, NULL, NULL, NULL); open_office_dicts_dir = g_build_filename(open_office_dir, "share", "dict", "ooo", NULL); g_free(wszDirectory); g_free(open_office_dir); return open_office_dicts_dir; } } #endif static bool g_iconv_is_valid(GIConv i) { return (i != G_ICONV_INVALID); } MySpellChecker::MySpellChecker(EnchantBroker * broker) : m_translate_in(G_ICONV_INVALID), m_translate_out(G_ICONV_INVALID), myspell(0), m_broker(broker) { } MySpellChecker::~MySpellChecker() { delete myspell; if (g_iconv_is_valid (m_translate_in )) g_iconv_close(m_translate_in); if (g_iconv_is_valid(m_translate_out)) g_iconv_close(m_translate_out); } bool MySpellChecker::checkWord(const char *utf8Word, size_t len) { if (len > MAXWORDLEN || !g_iconv_is_valid(m_translate_in)) return false; // the 8bit encodings use precomposed forms char *normalizedWord = g_utf8_normalize (utf8Word, len, G_NORMALIZE_NFC); char *in = normalizedWord; char word8[MAXWORDLEN + 1]; char *out = word8; size_t len_in = strlen(in); size_t len_out = sizeof( word8 ) - 1; size_t result = g_iconv(m_translate_in, &in, &len_in, &out, &len_out); g_free(normalizedWord); if ((size_t)-1 == result) return false; *out = '\0'; if (myspell->spell(word8)) return true; else return false; } char** MySpellChecker::suggestWord(const char* const utf8Word, size_t len, size_t *nsug) { if (len > MAXWORDLEN || !g_iconv_is_valid(m_translate_in) || !g_iconv_is_valid(m_translate_out)) return 0; // the 8bit encodings use precomposed forms char *normalizedWord = g_utf8_normalize (utf8Word, len, G_NORMALIZE_NFC); char *in = normalizedWord; char word8[MAXWORDLEN + 1]; char *out = word8; size_t len_in = strlen(in); size_t len_out = sizeof(word8) - 1; size_t result = g_iconv(m_translate_in, &in, &len_in, &out, &len_out); g_free(normalizedWord); if ((size_t)-1 == result) return NULL; *out = '\0'; char **sugMS; *nsug = myspell->suggest(&sugMS, word8); if (*nsug > 0) { char **sug = g_new0 (char *, *nsug + 1); for (size_t i=0; i<*nsug; i++) { in = sugMS[i]; len_in = strlen(in); len_out = MAXWORDLEN; char *word = g_new0(char, len_out + 1); out = reinterpret_cast(word); if ((size_t)-1 == g_iconv(m_translate_out, &in, &len_in, &out, &len_out)) { for (size_t j = i; j < *nsug; j++) free(sugMS[j]); free(sugMS); *nsug = i; return sug; } *(out) = 0; sug[i] = word; free(sugMS[i]); } free(sugMS); return sug; } else return 0; } static GSList * myspell_checker_get_dictionary_dirs (EnchantBroker * broker) { GSList *dirs = NULL; { GSList *config_dirs, *iter; config_dirs = enchant_get_user_config_dirs (); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_build_filename ((const gchar *)iter->data, "myspell", NULL)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } { const gchar* const * system_data_dirs = g_get_system_data_dirs (); const gchar* const * iter; for (iter = system_data_dirs; *iter; iter++) { dirs = g_slist_append (dirs, g_build_filename (*iter, "myspell", "dicts", NULL)); } } /* until I work out how to link the modules against enchant in MacOSX - fjf */ #ifndef XP_TARGET_COCOA char * myspell_prefix = NULL; /* Look for explicitly set registry values */ myspell_prefix = enchant_get_registry_value ("Myspell", "Data_Dir"); if (myspell_prefix) dirs = g_slist_append (dirs, myspell_prefix); /* Dynamically locate library and search for modules relative to it. */ char * enchant_prefix = enchant_get_prefix_dir(); if(enchant_prefix) { myspell_prefix = g_build_filename(enchant_prefix, "share", "enchant", "myspell", NULL); g_free(enchant_prefix); dirs = g_slist_append (dirs, myspell_prefix); } #endif #ifdef ENCHANT_MYSPELL_DICT_DIR dirs = g_slist_append (dirs, g_strdup (ENCHANT_MYSPELL_DICT_DIR)); #endif #if defined(_WIN32) char* open_office_dicts_dir = myspell_checker_get_open_office_dicts_dir (); if (open_office_dicts_dir) { dirs = g_slist_append (dirs, open_office_dicts_dir); } #endif { GSList *config_dirs, *iter; config_dirs = enchant_get_dirs_from_param (broker, "enchant.myspell.dictionary.path"); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_strdup ((const gchar *)iter->data)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } return dirs; } static void s_buildDictionaryDirs (std::vector & dirs, EnchantBroker * broker) { GSList *myspell_dirs, *iter; dirs.clear (); myspell_dirs = myspell_checker_get_dictionary_dirs (broker); for (iter = myspell_dirs; iter; iter = iter->next) { dirs.push_back ((const char *)iter->data); } g_slist_foreach (myspell_dirs, (GFunc)g_free, NULL); g_slist_free (myspell_dirs); } static void s_buildHashNames (std::vector & names, EnchantBroker * broker, const char * dict) { names.clear (); std::vector dirs; s_buildDictionaryDirs (dirs, broker); char *dict_dic = g_strconcat(dict, ".dic", NULL); for (size_t i = 0; i < dirs.size(); i++) { char *tmp = g_build_filename (dirs[i].c_str(), dict_dic, NULL); names.push_back (tmp); g_free (tmp); } g_free(dict_dic); } static bool s_hasCorrespondingAffFile(const std::string & dicFile) { std::string aff = dicFile; aff.replace(aff.end()-3,aff.end(), "aff"); return g_file_test(aff.c_str(), G_FILE_TEST_EXISTS) != 0; } static bool is_plausible_dict_for_tag(const char *dir_entry, const char *tag) { const char *dic_suffix = ".dic"; size_t dic_suffix_len = strlen(dic_suffix); size_t dir_entry_len = strlen(dir_entry); size_t tag_len = strlen(tag); if (dir_entry_len - dic_suffix_len < tag_len) return false; if (strcmp(dir_entry+dir_entry_len-dic_suffix_len, dic_suffix) != 0) return false; if (strncmp (dir_entry, tag, tag_len) != 0) return false; //e.g. requested dict for "fi", //reject "fil_PH.dic" //allow "fi-FOO.dic", "fi_FOO.dic", "fi.dic", etc. if (!ispunct(dir_entry[tag_len])) return false; return true; } static char * myspell_request_dictionary (EnchantBroker * broker, const char * tag) { std::vector names; s_buildHashNames (names, broker, tag); for (size_t i = 0; i < names.size (); i++) { if (g_file_test(names[i].c_str(), G_FILE_TEST_EXISTS)) { if(s_hasCorrespondingAffFile(names[i])){ return g_strdup (names[i].c_str()); } } } std::vector dirs; s_buildDictionaryDirs (dirs, broker); for (size_t i = 0; i < dirs.size(); i++) { GDir *dir = g_dir_open (dirs[i].c_str(), 0, NULL); if (dir) { const char *dir_entry; while ((dir_entry = g_dir_read_name (dir)) != NULL) { if (is_plausible_dict_for_tag(dir_entry, tag)) { char *dict = g_build_filename (dirs[i].c_str(), dir_entry, NULL); if(s_hasCorrespondingAffFile(dict)){ g_dir_close (dir); return dict; } } } g_dir_close (dir); } } return NULL; } bool MySpellChecker::requestDictionary(const char *szLang) { char *dic = NULL, *aff = NULL; dic = myspell_request_dictionary (m_broker, szLang); if (!dic) return false; aff = g_strdup(dic); int len_dic = strlen(dic); strcpy(aff+len_dic-3, "aff"); if (g_file_test(aff, G_FILE_TEST_EXISTS)) { myspell = new Hunspell(aff, dic); } g_free(dic); g_free(aff); if(myspell == NULL){ return false; } char *enc = myspell->get_dic_encoding(); m_translate_in = g_iconv_open(enc, "UTF-8"); m_translate_out = g_iconv_open("UTF-8", enc); return true; } /* * Enchant */ static char ** myspell_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { MySpellChecker * checker; checker = (MySpellChecker *) me->user_data; return checker->suggestWord (word, len, out_n_suggs); } static int myspell_dict_check (EnchantDict * me, const char *const word, size_t len) { MySpellChecker * checker; checker = (MySpellChecker *) me->user_data; if (checker->checkWord(word, len)) return 0; return 1; } static void myspell_provider_enum_dicts (const char * const directory, std::vector & out_dicts) { GDir * dir = g_dir_open (directory, 0, NULL); if (dir) { const char * entry; while ((entry = g_dir_read_name (dir)) != NULL) { char * utf8_entry = g_filename_to_utf8 (entry, -1, NULL, NULL, NULL); if (utf8_entry) { std::string dir_entry (utf8_entry); g_free (utf8_entry); int hit = dir_entry.rfind (".dic"); if (hit != -1) { /* don't include hyphenation dictionaries and require .aff file to be present*/ if(dir_entry.compare (0, 5, "hyph_") != 0) { std::string name(dir_entry.substr (0, hit)); std::string affFileName(name + ".aff"); char * aff = g_build_filename(directory, affFileName.c_str(), NULL); if (g_file_test(aff, G_FILE_TEST_EXISTS)) { out_dicts.push_back (dir_entry.substr (0, hit)); } g_free(aff); } } } } g_dir_close (dir); } } extern "C" { ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); static char ** myspell_provider_list_dicts (EnchantProvider * me, size_t * out_n_dicts) { std::vector dict_dirs, dicts; char ** dictionary_list = NULL; s_buildDictionaryDirs (dict_dirs, me->owner); for (size_t i = 0; i < dict_dirs.size(); i++) { myspell_provider_enum_dicts (dict_dirs[i].c_str(), dicts); } if (dicts.size () > 0) { dictionary_list = g_new0 (char *, dicts.size() + 1); for (size_t i = 0; i < dicts.size(); i++) dictionary_list[i] = g_strdup (dicts[i].c_str()); } *out_n_dicts = dicts.size (); return dictionary_list; } static void myspell_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static EnchantDict * myspell_provider_request_dict(EnchantProvider * me, const char *const tag) { EnchantDict *dict; MySpellChecker * checker; checker = new MySpellChecker(me->owner); if (!checker) return NULL; if (!checker->requestDictionary(tag)) { delete checker; return NULL; } dict = g_new0(EnchantDict, 1); dict->user_data = (void *) checker; dict->check = myspell_dict_check; dict->suggest = myspell_dict_suggest; // don't implement personal, session return dict; } static void myspell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { MySpellChecker *checker; checker = (MySpellChecker *) dict->user_data; delete checker; g_free (dict); } static int myspell_provider_dictionary_exists (struct str_enchant_provider * me, const char *const tag) { std::vector names; s_buildHashNames (names, me->owner, tag); for (size_t i = 0; i < names.size(); i++) { if (g_file_test (names[i].c_str(), G_FILE_TEST_EXISTS)) { std::string aff(names[i]); aff.replace(aff.end() - 3, aff.end(), "aff"); if (g_file_test(aff.c_str(), G_FILE_TEST_EXISTS)) return 1; } } return 0; } static void myspell_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * myspell_provider_identify (EnchantProvider * me) { return "myspell"; } static const char * myspell_provider_describe (EnchantProvider * me) { return "Myspell Provider"; } EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0(EnchantProvider, 1); provider->dispose = myspell_provider_dispose; provider->request_dict = myspell_provider_request_dict; provider->dispose_dict = myspell_provider_dispose_dict; provider->dictionary_exists = myspell_provider_dictionary_exists; provider->identify = myspell_provider_identify; provider->describe = myspell_provider_describe; provider->free_string_list = myspell_provider_free_string_list; provider->list_dicts = myspell_provider_list_dicts; return provider; } } // extern C linkage enchant-1.6.0/src/myspell/hunzip.hxx0000664000076400007640000000204011355203721014406 00000000000000/* hunzip: file decompression for sorted dictionaries with optional encryption, * algorithm: prefix-suffix encoding and 16-bit Huffman encoding */ #ifndef _HUNZIP_HXX_ #define _HUNZIP_HXX_ #define BUFSIZE 65536 #define HZIP_EXTENSION ".hz" #define MSG_OPEN "error: %s: cannot open\n" #define MSG_FORMAT "error: %s: not in hzip format\n" #define MSG_MEMORY "error: %s: missing memory\n" #define MSG_KEY "error: %s: missing or bad password\n" #include struct bit { unsigned char c[2]; int v[2]; }; class Hunzip { protected: char * filename; FILE * fin; int bufsiz, lastbit, inc, inbits, outc; struct bit * dec; // code table char in[BUFSIZE]; // input buffer char out[BUFSIZE + 1]; // Huffman-decoded buffer char line[BUFSIZE + 50]; // decoded line int getcode(const char * key); int getbuf(); int fail(const char * err, const char * par); public: Hunzip(const char * filename, const char * key = NULL); ~Hunzip(); const char * getline(); }; #endif enchant-1.6.0/src/myspell/hunspell.hxx0000664000076400007640000001210611355203721014727 00000000000000#include "hashmgr.hxx" #include "affixmgr.hxx" #include "suggestmgr.hxx" #include "langnum.hxx" #define SPELL_COMPOUND (1 << 0) #define SPELL_FORBIDDEN (1 << 1) #define SPELL_ALLCAP (1 << 2) #define SPELL_NOCAP (1 << 3) #define SPELL_INITCAP (1 << 4) #define MAXDIC 20 #define MAXSUGGESTION 15 #define MAXSHARPS 5 #ifndef _MYSPELLMGR_HXX_ #define _MYSPELLMGR_HXX_ #ifdef HUNSPELL_STATIC #define DLLEXPORT #else #ifdef HUNSPELL_EXPORTS #define DLLEXPORT __declspec( dllexport ) #else #define DLLEXPORT __declspec( dllimport ) #endif #endif #ifdef WIN32 class DLLEXPORT Hunspell #else class Hunspell #endif { AffixMgr* pAMgr; HashMgr* pHMgr[MAXDIC]; int maxdic; SuggestMgr* pSMgr; char * affixpath; char * encoding; struct cs_info * csconv; int langnum; int utf8; int complexprefixes; char** wordbreak; char * key; public: /* Hunspell(aff, dic) - constructor of Hunspell class * input: path of affix file and dictionary file */ Hunspell(const char * affpath, const char * dpath, const char * key = NULL); ~Hunspell(); /* load extra dictionaries (only dic files) */ int add_dic(const char * dpath, const char * key = NULL); /* spell(word) - spellcheck word * output: 0 = bad word, not 0 = good word * * plus output: * info: information bit array, fields: * SPELL_COMPOUND = a compound word * SPELL_FORBIDDEN = an explicit forbidden word * root: root (stem), when input is a word with affix(es) */ int spell(const char * word, int * info = NULL, char ** root = NULL); /* suggest(suggestions, word) - search suggestions * input: pointer to an array of strings pointer and the (bad) word * array of strings pointer (here *slst) may not be initialized * output: number of suggestions in string array, and suggestions in * a newly allocated array of strings (*slts will be NULL when number * of suggestion equals 0.) */ int suggest(char*** slst, const char * word); char * get_dic_encoding(); /* morphological functions */ /* analyze(result, word) - morphological analysis of the word */ int analyze(char*** slst, const char * word); /* stem(result, word) - stemmer function */ int stem(char*** slst, const char * word); /* stem(result, analysis, n) - get stems from a morph. analysis * example: * char ** result, result2; * int n1 = analyze(result, "words"); * int n2 = stem(result2, result, n1); */ int stem(char*** slst, char ** morph, int n); /* generate(result, word, word2) - morphological generation by example(s) */ int generate(char*** slst, const char * word, const char * word2); /* generate(result, word, desc, n) - generation by morph. description(s) * example: * char ** result; * char * affix = "is:plural"; // description depends from dictionaries, too * int n = generate(result, "word", &affix, 1); * for (int i = 0; i < n; i++) printf("%s\n", result[i]); */ int generate(char*** slst, const char * word, char ** desc, int n); /* functions for run-time modification of the dictionary */ /* add word to the run-time dictionary */ int add(const char * word); /* add word to the run-time dictionary with affix flags of * the example (a dictionary word): Hunspell will recognize * affixed forms of the new word, too. */ int add_with_affix(const char * word, const char * example); /* remove word from the run-time dictionary */ int remove(const char * word); /* other */ /* get extra word characters definied in affix file for tokenization */ const char * get_wordchars(); unsigned short * get_wordchars_utf16(int * len); struct cs_info * get_csconv(); const char * get_version(); /* experimental and deprecated functions */ #ifdef HUNSPELL_EXPERIMENTAL /* suffix is an affix flag string, similarly in dictionary files */ int put_word_suffix(const char * word, const char * suffix); char * morph_with_correction(const char * word); /* spec. suggestions */ int suggest_auto(char*** slst, const char * word); int suggest_pos_stems(char*** slst, const char * word); char * get_possible_root(); #endif private: int cleanword(char *, const char *, int * pcaptype, int * pabbrev); int cleanword2(char *, const char *, w_char *, int * w_len, int * pcaptype, int * pabbrev); void mkinitcap(char *); int mkinitcap2(char * p, w_char * u, int nc); int mkinitsmall2(char * p, w_char * u, int nc); void mkallcap(char *); int mkallcap2(char * p, w_char * u, int nc); void mkallsmall(char *); int mkallsmall2(char * p, w_char * u, int nc); struct hentry * checkword(const char *, int * info, char **root); char * sharps_u8_l1(char * dest, char * source); hentry * spellsharps(char * base, char *, int, int, char * tmp, int * info, char **root); int is_keepcase(const hentry * rv); int insert_sug(char ***slst, char * word, int ns); void cat_result(char * result, char * st); char * stem_description(const char * desc); }; #endif enchant-1.6.0/src/myspell/Makefile.am0000664000076400007640000000255511355203721014407 00000000000000if WITH_MYSPELL target_lib = libenchant_myspell.la else target_lib = endif # copied from hunspell 1.2.2 COPIED_MYSPELL_FILES= \ affentry.cxx \ affentry.hxx \ affixmgr.cxx \ affixmgr.hxx \ atypes.hxx \ baseaffix.hxx \ csutil.cxx \ csutil.hxx \ dictmgr.cxx \ dictmgr.hxx \ filemgr.cxx \ filemgr.hxx \ hashmgr.cxx \ hashmgr.hxx \ htypes.hxx \ hunspell.cxx \ hunspell.h \ hunspell.hxx \ hunzip.cxx \ hunzip.hxx \ langnum.hxx \ phonet.cxx \ phonet.hxx \ suggestmgr.cxx \ suggestmgr.hxx \ utf_info.cxx \ w_char.hxx if WITH_SYSTEM_MYSPELL EXTRA_MYSPELL_FILES= EXTRA_MYSPELL_CFLAGS=-DWITH_SYSTEM_MYSPELL else EXTRA_MYSPELL_FILES=$(COPIED_MYSPELL_FILES) EXTRA_MYSPELL_CFLAGS=-DHUNSPELL_STATIC endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(MYSPELL_CFLAGS) $(CXX_WARN_CFLAGS) $(EXTRA_MYSPELL_CFLAGS) -D_ENCHANT_BUILD=1 myspell_LTLIBRARIES = $(target_lib) myspelldir= $(libdir)/enchant libenchant_myspell_lalibdir=$(libdir)/enchant libenchant_myspell_la_LIBADD= $(MYSPELL_LIBS) $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la libenchant_myspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_myspell_la_SOURCES = \ $(EXTRA_MYSPELL_FILES) \ myspell_checker.cpp EXTRA_DIST= \ $(COPIED_MYSPELL_FILES) \ license.readme \ utf_info.cxx \ license.hunspell \ license.myspell \ license.readme \ hunspell.dsp enchant-1.6.0/src/myspell/affixmgr.hxx0000664000076400007640000002157111355203721014706 00000000000000#ifndef _AFFIXMGR_HXX_ #define _AFFIXMGR_HXX_ #ifdef MOZILLA_CLIENT #include #else #ifdef __SUNPRO_CC // for SunONE Studio compiler using namespace std; #endif #include #endif #include "atypes.hxx" #include "baseaffix.hxx" #include "hashmgr.hxx" #include "phonet.hxx" // check flag duplication #define dupSFX (1 << 0) #define dupPFX (1 << 1) class AffixMgr { AffEntry * pStart[SETSIZE]; AffEntry * sStart[SETSIZE]; AffEntry * pFlag[CONTSIZE]; AffEntry * sFlag[CONTSIZE]; HashMgr * pHMgr; HashMgr ** alldic; int * maxdic; char * keystring; char * trystring; char * encoding; struct cs_info * csconv; int utf8; int complexprefixes; FLAG compoundflag; FLAG compoundbegin; FLAG compoundmiddle; FLAG compoundend; FLAG compoundroot; FLAG compoundforbidflag; FLAG compoundpermitflag; int checkcompounddup; int checkcompoundrep; int checkcompoundcase; int checkcompoundtriple; FLAG forbiddenword; FLAG nosuggest; FLAG needaffix; int cpdmin; int numrep; replentry * reptable; int nummap; mapentry * maptable; int numbreak; char ** breaktable; int numcheckcpd; replentry * checkcpdtable; int numdefcpd; flagentry * defcpdtable; phonetable * phone; int maxngramsugs; int nosplitsugs; int sugswithdots; int cpdwordmax; int cpdmaxsyllable; char * cpdvowels; w_char * cpdvowels_utf16; int cpdvowels_utf16_len; char * cpdsyllablenum; const char * pfxappnd; // BUG: not stateless const char * sfxappnd; // BUG: not stateless FLAG sfxflag; // BUG: not stateless char * derived; // BUG: not stateless AffEntry * sfx; // BUG: not stateless AffEntry * pfx; // BUG: not stateless int checknum; char * wordchars; unsigned short * wordchars_utf16; int wordchars_utf16_len; char * ignorechars; unsigned short * ignorechars_utf16; int ignorechars_utf16_len; char * version; char * lang; int langnum; FLAG lemma_present; FLAG circumfix; FLAG onlyincompound; FLAG keepcase; FLAG substandard; int checksharps; int havecontclass; // boolean variable char contclasses[CONTSIZE]; // flags of possible continuing classes (twofold affix) flag flag_mode; public: AffixMgr(const char * affpath, HashMgr** ptr, int * md, const char * key = NULL); ~AffixMgr(); struct hentry * affix_check(const char * word, int len, const unsigned short needflag = (unsigned short) 0, char in_compound = IN_CPD_NOT); struct hentry * prefix_check(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); inline int isSubset(const char * s1, const char * s2); struct hentry * prefix_check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); inline int isRevSubset(const char * s1, const char * end_of_s2, int len); struct hentry * suffix_check(const char * word, int len, int sfxopts, AffEntry* ppfx, char ** wlst, int maxSug, int * ns, const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound = IN_CPD_NOT); struct hentry * suffix_check_twosfx(const char * word, int len, int sfxopts, AffEntry* ppfx, const FLAG needflag = FLAG_NULL); char * affix_check_morph(const char * word, int len, const FLAG needflag = FLAG_NULL, char in_compound = IN_CPD_NOT); char * prefix_check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); char * suffix_check_morph (const char * word, int len, int sfxopts, AffEntry * ppfx, const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound = IN_CPD_NOT); char * prefix_check_twosfx_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); char * suffix_check_twosfx_morph(const char * word, int len, int sfxopts, AffEntry * ppfx, const FLAG needflag = FLAG_NULL); char * morphgen(char * ts, int wl, const unsigned short * ap, unsigned short al, char * morph, char * targetmorph, int level); int expand_rootword(struct guessword * wlst, int maxn, const char * ts, int wl, const unsigned short * ap, unsigned short al, char * bad, int, char *); short get_syllable (const char * word, int wlen); int cpdrep_check(const char * word, int len); int cpdpat_check(const char * word, int len); int defcpd_check(hentry *** words, short wnum, hentry * rv, hentry ** rwords, char all); int cpdcase_check(const char * word, int len); inline int candidate_check(const char * word, int len); struct hentry * compound_check(const char * word, int len, short wordnum, short numsyllable, short maxwordnum, short wnum, hentry ** words, char hu_mov_rule, int * cmpdstemnum, int * cmpdstem, char is_sug); int compound_check_morph(const char * word, int len, short wordnum, short numsyllable, short maxwordnum, short wnum, hentry ** words, char hu_mov_rule, char ** result, char * partresult); struct hentry * lookup(const char * word); int get_numrep(); struct replentry * get_reptable(); struct phonetable * get_phonetable(); int get_nummap(); struct mapentry * get_maptable(); int get_numbreak(); char ** get_breaktable(); char * get_encoding(); int get_langnum(); char * get_key_string(); char * get_try_string(); const char * get_wordchars(); unsigned short * get_wordchars_utf16(int * len); char * get_ignore(); unsigned short * get_ignore_utf16(int * len); int get_compound(); FLAG get_compoundflag(); FLAG get_compoundbegin(); FLAG get_forbiddenword(); FLAG get_nosuggest(); FLAG get_needaffix(); FLAG get_onlyincompound(); FLAG get_compoundroot(); FLAG get_lemma_present(); int get_checknum(); char * get_possible_root(); const char * get_prefix(); const char * get_suffix(); const char * get_derived(); const char * get_version(); const int have_contclass(); int get_utf8(); int get_complexprefixes(); char * get_suffixed(char ); int get_maxngramsugs(); int get_nosplitsugs(); int get_sugswithdots(void); FLAG get_keepcase(void); int get_checksharps(void); char * encode_flag(unsigned short aflag); private: int parse_file(const char * affpath, const char * key); int parse_flag(char * line, unsigned short * out, const char * name); int parse_num(char * line, int * out, const char * name); int parse_cpdsyllable(char * line); int parse_reptable(char * line, FileMgr * af); int parse_phonetable(char * line, FileMgr * af); int parse_maptable(char * line, FileMgr * af); int parse_breaktable(char * line, FileMgr * af); int parse_checkcpdtable(char * line, FileMgr * af); int parse_defcpdtable(char * line, FileMgr * af); int parse_affix(char * line, const char at, FileMgr * af, char * dupflags); void reverse_condition(char *); void debugflag(char * result, unsigned short flag); int condlen(char *); int encodeit(struct affentry * ptr, char * cs); int build_pfxtree(AffEntry* pfxptr); int build_sfxtree(AffEntry* sfxptr); int process_pfx_order(); int process_sfx_order(); AffEntry * process_pfx_in_order(AffEntry * ptr, AffEntry * nptr); AffEntry * process_sfx_in_order(AffEntry * ptr, AffEntry * nptr); int process_pfx_tree_to_list(); int process_sfx_tree_to_list(); int redundant_condition(char, char * strip, int stripl, const char * cond, char *); }; #endif enchant-1.6.0/src/myspell/langnum.hxx0000664000076400007640000000102011355203721014527 00000000000000#ifndef _LANGNUM_HXX_ #define _LANGNUM_HXX_ /* language numbers for language specific codes see http://l10n.openoffice.org/languages.html */ enum { LANG_ar=96, LANG_az=100, // custom number LANG_bg=41, LANG_ca=37, LANG_cs=42, LANG_da=45, LANG_de=49, LANG_el=30, LANG_en=01, LANG_es=34, LANG_eu=10, LANG_fr=02, LANG_gl=38, LANG_hr=78, LANG_hu=36, LANG_it=39, LANG_la=99, // custom number LANG_lv=101, // custom number LANG_nl=31, LANG_pl=48, LANG_pt=03, LANG_ru=07, LANG_sv=50, LANG_tr=90, LANG_uk=80, LANG_xx=999 }; #endif enchant-1.6.0/src/myspell/suggestmgr.hxx0000664000076400007640000000736711355203721015301 00000000000000#ifndef _SUGGESTMGR_HXX_ #define _SUGGESTMGR_HXX_ #define MAXSWL 100 #define MAXSWUTF8L (MAXSWL * 4) #define MAX_ROOTS 100 #define MAX_WORDS 100 #define MAX_GUESS 200 #define MAXNGRAMSUGS 4 #define MAXPHONSUGS 2 // timelimit: max ~1/4 sec (process time on Linux) for a time consuming function #define TIMELIMIT (CLOCKS_PER_SEC >> 2) #define MINTIMER 100 #define MAXPLUSTIMER 100 #define NGRAM_LONGER_WORSE (1 << 0) #define NGRAM_ANY_MISMATCH (1 << 1) #define NGRAM_LOWERING (1 << 2) #include "atypes.hxx" #include "affixmgr.hxx" #include "hashmgr.hxx" #include "langnum.hxx" #include enum { LCS_UP, LCS_LEFT, LCS_UPLEFT }; class SuggestMgr { char * ckey; int ckeyl; w_char * ckey_utf; char * ctry; int ctryl; w_char * ctry_utf; AffixMgr* pAMgr; int maxSug; struct cs_info * csconv; int utf8; int langnum; int nosplitsugs; int maxngramsugs; int complexprefixes; public: SuggestMgr(const char * tryme, int maxn, AffixMgr *aptr); ~SuggestMgr(); int suggest(char*** slst, const char * word, int nsug, int * onlycmpdsug); int ngsuggest(char ** wlst, char * word, int ns, HashMgr** pHMgr, int md); int suggest_auto(char*** slst, const char * word, int nsug); int suggest_stems(char*** slst, const char * word, int nsug); int suggest_pos_stems(char*** slst, const char * word, int nsug); char * suggest_morph(const char * word); char * suggest_gen(char ** pl, int pln, char * pattern); char * suggest_morph_for_spelling_error(const char * word); private: int testsug(char** wlst, const char * candidate, int wl, int ns, int cpdsuggest, int * timer, clock_t * timelimit); int checkword(const char *, int, int, int *, clock_t *); int check_forbidden(const char *, int); int capchars(char **, const char *, int, int); int replchars(char**, const char *, int, int); int doubletwochars(char**, const char *, int, int); int forgotchar(char **, const char *, int, int); int swapchar(char **, const char *, int, int); int longswapchar(char **, const char *, int, int); int movechar(char **, const char *, int, int); int extrachar(char **, const char *, int, int); int badcharkey(char **, const char *, int, int); int badchar(char **, const char *, int, int); int twowords(char **, const char *, int, int); int fixstems(char **, const char *, int); int capchars_utf(char **, const w_char *, int wl, int, int); int doubletwochars_utf(char**, const w_char *, int wl, int, int); int forgotchar_utf(char**, const w_char *, int wl, int, int); int extrachar_utf(char**, const w_char *, int wl, int, int); int badcharkey_utf(char **, const w_char *, int wl, int, int); int badchar_utf(char **, const w_char *, int wl, int, int); int swapchar_utf(char **, const w_char *, int wl, int, int); int longswapchar_utf(char **, const w_char *, int, int, int); int movechar_utf(char **, const w_char *, int, int, int); int mapchars(char**, const char *, int, int); int map_related(const char *, int, char ** wlst, int, int, const mapentry*, int, int *, clock_t *); int map_related_utf(w_char *, int, int, int, char ** wlst, int, const mapentry*, int, int *, clock_t *); int ngram(int n, char * s1, const char * s2, int opt); int mystrlen(const char * word); int leftcommonsubstring(char * s1, const char * s2); int commoncharacterpositions(char * s1, const char * s2, int * is_swap); void bubblesort( char ** rwd, char ** rwd2, int * rsc, int n); void lcs(const char * s, const char * s2, int * l1, int * l2, char ** result); int lcslen(const char * s, const char* s2); char * suggest_hentry_gen(hentry * rv, char * pattern); }; #endif enchant-1.6.0/src/myspell/dictmgr.hxx0000664000076400007640000000111011355203721014517 00000000000000#ifndef _DICTMGR_HXX_ #define _DICTMGR_HXX_ #define MAXDICTIONARIES 100 #define MAXDICTENTRYLEN 1024 struct dictentry { char * filename; char * lang; char * region; }; class DictMgr { int numdict; dictentry * pdentry; public: DictMgr(const char * dictpath, const char * etype); ~DictMgr(); int get_list(dictentry** ppentry); private: int parse_file(const char * dictpath, const char * etype); char * mystrsep(char ** stringp, const char delim); char * mystrdup(const char * s); void mychomp(char * s); }; #endif enchant-1.6.0/src/myspell/csutil.hxx0000664000076400007640000001317611355203721014410 00000000000000#ifndef __CSUTILHXX__ #define __CSUTILHXX__ // First some base level utility routines #include "w_char.hxx" #define NOCAP 0 #define INITCAP 1 #define ALLCAP 2 #define HUHCAP 3 #define HUHINITCAP 4 #define MORPH_STEM "st:" #define MORPH_ALLOMORPH "al:" #define MORPH_POS "po:" #define MORPH_DERI_PFX "dp:" #define MORPH_INFL_PFX "ip:" #define MORPH_TERM_PFX "tp:" #define MORPH_DERI_SFX "ds:" #define MORPH_INFL_SFX "is:" #define MORPH_TERM_SFX "ts:" #define MORPH_SURF_PFX "sp:" #define MORPH_FREQ "fr:" #define MORPH_PHON "ph:" #define MORPH_HYPH "hy:" #define MORPH_PART "pa:" #define MORPH_FLAG "fl:" #define MORPH_HENTRY "_H:" #define MORPH_TAG_LEN strlen(MORPH_STEM) #define MSEP_FLD ' ' #define MSEP_REC '\n' #define MSEP_ALT '\v' // default flags #define DEFAULTFLAGS 65510 #define FORBIDDENWORD 65510 #define ONLYUPCASEFLAG 65511 // hash entry macros #define HENTRY_DATA(h) (h->var ? ((h->var & H_OPT_ALIASM) ? \ get_stored_pointer(&(h->word) + h->blen + 1) : &(h->word) + h->blen + 1) : NULL) #define HENTRY_FIND(h,p) (HENTRY_DATA(h) ? strstr(HENTRY_DATA(h), p) : NULL) #define w_char_eq(a,b) (((a).l == (b).l) && ((a).h == (b).h)) // convert UTF-16 characters to UTF-8 char * u16_u8(char * dest, int size, const w_char * src, int srclen); // convert UTF-8 characters to UTF-16 int u8_u16(w_char * dest, int size, const char * src); // sort 2-byte vector void flag_qsort(unsigned short flags[], int begin, int end); // binary search in 2-byte vector int flag_bsearch(unsigned short flags[], unsigned short flag, int right); // remove end of line char(s) void mychomp(char * s); // duplicate string char * mystrdup(const char * s); // duplicate reverse of string char * myrevstrdup(const char * s); // parse into tokens with char delimiter char * mystrsep(char ** sptr, const char delim); // parse into tokens with char delimiter char * mystrsep2(char ** sptr, const char delim); // parse into tokens with char delimiter char * mystrrep(char *, const char *, const char *); // append s to ends of every lines in text void strlinecat(char * lines, const char * s); // tokenize into lines with new line int line_tok(const char * text, char *** lines, char breakchar); // tokenize into lines with new line and uniq in place char * line_uniq(char * text, char breakchar); char * line_uniq_app(char ** text, char breakchar); // change oldchar to newchar in place char * tr(char * text, char oldc, char newc); // reverse word int reverseword(char *); // reverse word int reverseword_utf(char *); // remove duplicates int uniqlist(char ** list, int n); // free character array list void freelist(char *** list, int n); // character encoding information struct cs_info { unsigned char ccase; unsigned char clower; unsigned char cupper; }; // Unicode character encoding information struct unicode_info { unsigned short c; unsigned short cupper; unsigned short clower; }; struct unicode_info2 { char cletter; unsigned short cupper; unsigned short clower; }; int initialize_utf_tbl(); void free_utf_tbl(); unsigned short unicodetoupper(unsigned short c, int langnum); unsigned short unicodetolower(unsigned short c, int langnum); int unicodeisalpha(unsigned short c); struct enc_entry { const char * enc_name; struct cs_info * cs_table; }; // language to encoding default map struct lang_map { const char * lang; const char * def_enc; int num; }; struct cs_info * get_current_cs(const char * es); const char * get_default_enc(const char * lang); // get language identifiers of language codes int get_lang_num(const char * lang); // get characters of the given 8bit encoding with lower- and uppercase forms char * get_casechars(const char * enc); // convert null terminated string to all caps using encoding void enmkallcap(char * d, const char * p, const char * encoding); // convert null terminated string to all little using encoding void enmkallsmall(char * d, const char * p, const char * encoding); // convert null terminated string to have intial capital using encoding void enmkinitcap(char * d, const char * p, const char * encoding); // convert null terminated string to all caps void mkallcap(char * p, const struct cs_info * csconv); // convert null terminated string to all little void mkallsmall(char * p, const struct cs_info * csconv); // convert null terminated string to have intial capital void mkinitcap(char * p, const struct cs_info * csconv); // convert first nc characters of UTF-8 string to little void mkallsmall_utf(w_char * u, int nc, int langnum); // convert first nc characters of UTF-8 string to capital void mkallcap_utf(w_char * u, int nc, int langnum); // get type of capitalization int get_captype(char * q, int nl, cs_info *); // get type of capitalization (UTF-8) int get_captype_utf8(w_char * q, int nl, int langnum); // strip all ignored characters in the string void remove_ignored_chars_utf(char * word, unsigned short ignored_chars[], int ignored_len); // strip all ignored characters in the string void remove_ignored_chars(char * word, char * ignored_chars); int parse_string(char * line, char ** out, const char * name); int parse_array(char * line, char ** out, unsigned short ** out_utf16, int * out_utf16_len, const char * name, int utf8); int fieldlen(const char * r); char * copy_field(char * dest, const char * morph, const char * var); int morphcmp(const char * s, const char * t); int get_sfxcount(const char * morph); // conversion function for protected memory void store_pointer(char * dest, char * source); // conversion function for protected memory char * get_stored_pointer(char * s); #endif enchant-1.6.0/src/myspell/hashmgr.cxx0000664000076400007640000006561611355203721014537 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #include #else #include #include #include #include #endif #include "hashmgr.hxx" #include "csutil.hxx" #include "atypes.hxx" #ifdef MOZILLA_CLIENT #ifdef __SUNPRO_CC // for SunONE Studio compiler using namespace std; #endif #else #ifndef WIN32 using namespace std; #endif #endif // build a hash table from a munched word list HashMgr::HashMgr(const char * tpath, const char * apath, const char * key) { tablesize = 0; tableptr = NULL; flag_mode = FLAG_CHAR; complexprefixes = 0; utf8 = 0; langnum = 0; lang = NULL; enc = NULL; csconv = 0; ignorechars = NULL; ignorechars_utf16 = NULL; ignorechars_utf16_len = 0; numaliasf = 0; aliasf = NULL; numaliasm = 0; aliasm = NULL; forbiddenword = FORBIDDENWORD; // forbidden word signing flag load_config(apath, key); int ec = load_tables(tpath, key); if (ec) { /* error condition - what should we do here */ HUNSPELL_WARNING(stderr, "Hash Manager Error : %d\n",ec); if (tableptr) { free(tableptr); tableptr = NULL; } tablesize = 0; } } HashMgr::~HashMgr() { if (tableptr) { // now pass through hash table freeing up everything // go through column by column of the table for (int i=0; i < tablesize; i++) { struct hentry * pt = tableptr[i]; struct hentry * nt = NULL; while(pt) { nt = pt->next; if (pt->astr && (!aliasf || TESTAFF(pt->astr, ONLYUPCASEFLAG, pt->alen))) free(pt->astr); free(pt); pt = nt; } } free(tableptr); } tablesize = 0; if (aliasf) { for (int j = 0; j < (numaliasf); j++) free(aliasf[j]); free(aliasf); aliasf = NULL; if (aliasflen) { free(aliasflen); aliasflen = NULL; } } if (aliasm) { for (int j = 0; j < (numaliasm); j++) free(aliasm[j]); free(aliasm); aliasm = NULL; } #ifndef OPENOFFICEORG #ifndef MOZILLA_CLIENT if (utf8) free_utf_tbl(); #endif #endif if (enc) free(enc); if (lang) free(lang); if (ignorechars) free(ignorechars); if (ignorechars_utf16) free(ignorechars_utf16); } // lookup a root word in the hashtable struct hentry * HashMgr::lookup(const char *word) const { struct hentry * dp; if (tableptr) { dp = tableptr[hash(word)]; if (!dp) return NULL; for ( ; dp != NULL; dp = dp->next) { if (strcmp(word,&(dp->word)) == 0) return dp; } } return NULL; } // add a word to the hash table (private) int HashMgr::add_word(const char * word, int wbl, int wcl, unsigned short * aff, int al, const char * desc, bool onlyupcase) { bool upcasehomonym = false; int descl = desc ? (aliasm ? sizeof(short) : strlen(desc) + 1) : 0; // variable-length hash record with word and optional fields struct hentry* hp = (struct hentry *) malloc (sizeof(struct hentry) + wbl + descl); if (!hp) return 1; char * hpw = &(hp->word); strcpy(hpw, word); if (ignorechars != NULL) { if (utf8) { remove_ignored_chars_utf(hpw, ignorechars_utf16, ignorechars_utf16_len); } else { remove_ignored_chars(hpw, ignorechars); } } if (complexprefixes) { if (utf8) reverseword_utf(hpw); else reverseword(hpw); } int i = hash(hpw); hp->blen = (unsigned char) wbl; hp->clen = (unsigned char) wcl; hp->alen = (short) al; hp->astr = aff; hp->next = NULL; hp->next_homonym = NULL; // store the description string or its pointer if (desc) { hp->var = H_OPT; if (aliasm) { hp->var += H_OPT_ALIASM; // *((char **) (hpw + wbl + 1)) = get_aliasm(atoi(desc)); store_pointer(hpw + wbl + 1, get_aliasm(atoi(desc))); } else { strcpy(hpw + wbl + 1, desc); if (complexprefixes) { if (utf8) reverseword_utf(HENTRY_DATA(hp)); else reverseword(HENTRY_DATA(hp)); } } if (strstr(HENTRY_DATA(hp), MORPH_PHON)) hp->var += H_OPT_PHON; } else hp->var = 0; struct hentry * dp = tableptr[i]; if (!dp) { tableptr[i] = hp; return 0; } while (dp->next != NULL) { if ((!dp->next_homonym) && (strcmp(&(hp->word), &(dp->word)) == 0)) { // remove hidden onlyupcase homonym if (!onlyupcase) { if ((dp->astr) && TESTAFF(dp->astr, ONLYUPCASEFLAG, dp->alen)) { free(dp->astr); dp->astr = hp->astr; dp->alen = hp->alen; free(hp); return 0; } else { dp->next_homonym = hp; } } else { upcasehomonym = true; } } dp=dp->next; } if (strcmp(&(hp->word), &(dp->word)) == 0) { // remove hidden onlyupcase homonym if (!onlyupcase) { if ((dp->astr) && TESTAFF(dp->astr, ONLYUPCASEFLAG, dp->alen)) { free(dp->astr); dp->astr = hp->astr; dp->alen = hp->alen; free(hp); return 0; } else { dp->next_homonym = hp; } } else { upcasehomonym = true; } } if (!upcasehomonym) { dp->next = hp; } else { // remove hidden onlyupcase homonym if (hp->astr) free(hp->astr); free(hp); } return 0; } int HashMgr::add_hidden_capitalized_word(char * word, int wbl, int wcl, unsigned short * flags, int al, char * dp, int captype) { // add inner capitalized forms to handle the following allcap forms: // Mixed caps: OpenOffice.org -> OPENOFFICE.ORG // Allcaps with suffixes: CIA's -> CIA'S if (((captype == HUHCAP) || (captype == HUHINITCAP) || ((captype == ALLCAP) && (flags != NULL))) && !((flags != NULL) && TESTAFF(flags, forbiddenword, al))) { unsigned short * flags2 = (unsigned short *) malloc (sizeof(unsigned short) * (al+1)); if (!flags2) return 1; if (al) memcpy(flags2, flags, al * sizeof(unsigned short)); flags2[al] = ONLYUPCASEFLAG; if (utf8) { char st[BUFSIZE]; w_char w[BUFSIZE]; int wlen = u8_u16(w, BUFSIZE, word); mkallsmall_utf(w, wlen, langnum); mkallcap_utf(w, 1, langnum); u16_u8(st, BUFSIZE, w, wlen); return add_word(st,wbl,wcl,flags2,al+1,dp, true); } else { mkallsmall(word, csconv); mkinitcap(word, csconv); return add_word(word,wbl,wcl,flags2,al+1,dp, true); } } return 0; } // detect captype and modify word length for UTF-8 encoding int HashMgr::get_clen_and_captype(const char * word, int wbl, int * captype) { int len; if (utf8) { w_char dest_utf[BUFSIZE]; len = u8_u16(dest_utf, BUFSIZE, word); *captype = get_captype_utf8(dest_utf, len, langnum); } else { len = wbl; *captype = get_captype((char *) word, len, csconv); } return len; } // remove word (personal dictionary function for standalone applications) int HashMgr::remove(const char * word) { struct hentry * dp = lookup(word); while (dp) { if (dp->alen == 0 || !TESTAFF(dp->astr, forbiddenword, dp->alen)) { unsigned short * flags = (unsigned short *) malloc(sizeof(short *) * (dp->alen + 1)); if (!flags) return 1; for (int i = 0; i < dp->alen; i++) flags[i] = dp->astr[i]; flags[dp->alen] = forbiddenword; dp->astr = flags; dp->alen++; flag_qsort(flags, 0, dp->alen); } dp = dp->next_homonym; } return 0; } /* remove forbidden flag to add a personal word to the hash */ int HashMgr::remove_forbidden_flag(const char * word) { struct hentry * dp = lookup(word); if (!dp) return 1; while (dp) { if (dp->astr && TESTAFF(dp->astr, forbiddenword, dp->alen)) { if (dp->alen == 1) dp->alen = 0; // XXX forbidden words of personal dic. else { unsigned short * flags2 = (unsigned short *) malloc(sizeof(short *) * (dp->alen - 1)); if (!flags2) return 1; int i, j = 0; for (i = 0; i < dp->alen; i++) { if (dp->astr[i] != forbiddenword) flags2[j++] = dp->astr[i]; } dp->alen--; dp->astr = flags2; // XXX allowed forbidden words } } dp = dp->next_homonym; } return 0; } // add a custom dic. word to the hash table (public) int HashMgr::add(const char * word, char * aff) { unsigned short * flags; int al = 0; if (aff) { al = decode_flags(&flags, aff); flag_qsort(flags, 0, al); } else { flags = NULL; } if (remove_forbidden_flag(word)) { int captype; int wbl = strlen(word); int wcl = get_clen_and_captype(word, wbl, &captype); add_word(word, wbl, wcl, flags, al, NULL, false); return add_hidden_capitalized_word((char *) word, wbl, wcl, flags, al, NULL, captype); } return 0; } int HashMgr::add_with_affix(const char * word, const char * example) { // detect captype and modify word length for UTF-8 encoding struct hentry * dp = lookup(example); remove_forbidden_flag(word); if (dp && dp->astr) { int captype; int wbl = strlen(word); int wcl = get_clen_and_captype(word, wbl, &captype); if (aliasf) { add_word(word, wbl, wcl, dp->astr, dp->alen, NULL, false); } else { unsigned short * flags = (unsigned short *) malloc (dp->alen * sizeof(short)); if (flags) { memcpy((void *) flags, (void *) dp->astr, dp->alen * sizeof(short)); add_word(word, wbl, wcl, flags, dp->alen, NULL, false); } else return 1; } return add_hidden_capitalized_word((char *) word, wbl, wcl, dp->astr, dp->alen, NULL, captype); } return 1; } // walk the hash table entry by entry - null at end // initialize: col=-1; hp = NULL; hp = walk_hashtable(&col, hp); struct hentry * HashMgr::walk_hashtable(int &col, struct hentry * hp) const { if (hp && hp->next != NULL) return hp->next; for (col++; col < tablesize; col++) { if (tableptr[col]) return tableptr[col]; } // null at end and reset to start col = -1; return NULL; } // load a munched word list and build a hash table on the fly int HashMgr::load_tables(const char * tpath, const char * key) { int al; char * ap; char * dp; unsigned short * flags; char * ts; // open dictionary file FileMgr * dict = new FileMgr(tpath, key); if (dict == NULL) return 1; // first read the first line of file to get hash table size */ if (!(ts = dict->getline())) { HUNSPELL_WARNING(stderr, "error: empty dic file\n"); delete dict; return 2; } mychomp(ts); /* remove byte order mark */ if (strncmp(ts,"\xEF\xBB\xBF",3) == 0) { memmove(ts, ts+3, strlen(ts+3)+1); HUNSPELL_WARNING(stderr, "warning: dic file begins with byte order mark: possible incompatibility with old Hunspell versions\n"); } if ((*ts < '1') || (*ts > '9')) HUNSPELL_WARNING(stderr, "error - missing word count in dictionary file\n"); tablesize = atoi(ts); if (!tablesize) { delete dict; return 4; } tablesize = tablesize + 5 + USERWORD; if ((tablesize %2) == 0) tablesize++; // allocate the hash table tableptr = (struct hentry **) malloc(tablesize * sizeof(struct hentry *)); if (! tableptr) { delete dict; return 3; } for (int i=0; igetline())) { mychomp(ts); // split each line into word and morphological description dp = strchr(ts,'\t'); char * dp2 = strchr(ts,' '); if (dp2 && (!dp || (dp2 < dp))) dp = dp2; if (dp) { *dp = '\0'; dp++; } else { dp = NULL; } // split each line into word and affix char strings // "\/" signs slash in words (not affix separator) // "/" at beginning of the line is word character (not affix separator) ap = strchr(ts,'/'); while (ap) { if (ap == ts) { ap++; continue; } else if (*(ap - 1) != '\\') break; // replace "\/" with "/" for (char * sp = ap - 1; *sp; *sp = *(sp + 1), sp++); ap = strchr(ap,'/'); } if (ap) { *ap = '\0'; if (aliasf) { int index = atoi(ap + 1); al = get_aliasf(index, &flags); if (!al) { HUNSPELL_WARNING(stderr, "error - bad flag vector alias: %s\n", ts); *ap = '\0'; } } else { al = decode_flags(&flags, ap + 1); flag_qsort(flags, 0, al); } } else { al = 0; ap = NULL; flags = NULL; } int captype; int wbl = strlen(ts); int wcl = get_clen_and_captype(ts, wbl, &captype); // add the word and its index plus its capitalized form optionally if (add_word(ts,wbl,wcl,flags,al,dp, false) || add_hidden_capitalized_word(ts, wbl, wcl, flags, al, dp, captype)) { delete dict; return 5; } } delete dict; return 0; } // the hash function is a simple load and rotate // algorithm borrowed int HashMgr::hash(const char * word) const { long hv = 0; for (int i=0; i < 4 && *word != 0; i++) hv = (hv << 8) | (*word++); while (*word != 0) { ROTATE(hv,ROTATE_LEN); hv ^= (*word++); } return (unsigned long) hv % tablesize; } int HashMgr::decode_flags(unsigned short ** result, char * flags) { int len; switch (flag_mode) { case FLAG_LONG: { // two-character flags (1x2yZz -> 1x 2y Zz) len = strlen(flags); if (len%2 == 1) HUNSPELL_WARNING(stderr, "error: length of FLAG_LONG flagvector is odd: %s\n", flags); len /= 2; *result = (unsigned short *) malloc(len * sizeof(short)); if (!*result) return -1; for (int i = 0; i < len; i++) { (*result)[i] = (((unsigned short) flags[i * 2]) << 8) + (unsigned short) flags[i * 2 + 1]; } break; } case FLAG_NUM: { // decimal numbers separated by comma (4521,23,233 -> 4521 23 233) len = 1; char * src = flags; unsigned short * dest; char * p; for (p = flags; *p; p++) { if (*p == ',') len++; } *result = (unsigned short *) malloc(len * sizeof(short)); if (!*result) return -1; dest = *result; for (p = flags; *p; p++) { if (*p == ',') { *dest = (unsigned short) atoi(src); if (*dest == 0) HUNSPELL_WARNING(stderr, "error: 0 is wrong flag id\n"); src = p + 1; dest++; } } *dest = (unsigned short) atoi(src); if (*dest == 0) HUNSPELL_WARNING(stderr, "error: 0 is wrong flag id\n"); break; } case FLAG_UNI: { // UTF-8 characters w_char w[BUFSIZE/2]; len = u8_u16(w, BUFSIZE/2, flags); *result = (unsigned short *) malloc(len * sizeof(short)); if (!*result) return -1; memcpy(*result, w, len * sizeof(short)); break; } default: { // Ispell's one-character flags (erfg -> e r f g) unsigned short * dest; len = strlen(flags); *result = (unsigned short *) malloc(len * sizeof(short)); if (!*result) return -1; dest = *result; for (unsigned char * p = (unsigned char *) flags; *p; p++) { *dest = (unsigned short) *p; dest++; } } } return len; } unsigned short HashMgr::decode_flag(const char * f) { unsigned short s = 0; switch (flag_mode) { case FLAG_LONG: s = ((unsigned short) f[0] << 8) + (unsigned short) f[1]; break; case FLAG_NUM: s = (unsigned short) atoi(f); break; case FLAG_UNI: u8_u16((w_char *) &s, 1, f); break; default: s = (unsigned short) *((unsigned char *)f); } if (!s) HUNSPELL_WARNING(stderr, "error: 0 is wrong flag id\n"); return s; } char * HashMgr::encode_flag(unsigned short f) { unsigned char ch[10]; if (f==0) return mystrdup("(NULL)"); if (flag_mode == FLAG_LONG) { ch[0] = (unsigned char) (f >> 8); ch[1] = (unsigned char) (f - ((f >> 8) << 8)); ch[2] = '\0'; } else if (flag_mode == FLAG_NUM) { sprintf((char *) ch, "%d", f); } else if (flag_mode == FLAG_UNI) { u16_u8((char *) &ch, 10, (w_char *) &f, 1); } else { ch[0] = (unsigned char) (f); ch[1] = '\0'; } return mystrdup((char *) ch); } // read in aff file and set flag mode int HashMgr::load_config(const char * affpath, const char * key) { char * line; // io buffers int firstline = 1; // open the affix file FileMgr * afflst = new FileMgr(affpath, key); if (!afflst) { HUNSPELL_WARNING(stderr, "Error - could not open affix description file %s\n",affpath); return 1; } // read in each line ignoring any that do not // start with a known line type indicator while ((line = afflst->getline())) { mychomp(line); /* remove byte order mark */ if (firstline) { firstline = 0; if (strncmp(line,"\xEF\xBB\xBF",3) == 0) memmove(line, line+3, strlen(line+3)+1); } /* parse in the try string */ if ((strncmp(line,"FLAG",4) == 0) && isspace(line[4])) { if (flag_mode != FLAG_CHAR) { HUNSPELL_WARNING(stderr, "error: duplicate FLAG parameter\n"); } if (strstr(line, "long")) flag_mode = FLAG_LONG; if (strstr(line, "num")) flag_mode = FLAG_NUM; if (strstr(line, "UTF-8")) flag_mode = FLAG_UNI; if (flag_mode == FLAG_CHAR) { HUNSPELL_WARNING(stderr, "error: FLAG need `num', `long' or `UTF-8' parameter: %s\n", line); } } if (strncmp(line,"FORBIDDENWORD",13) == 0) { char * st = NULL; if (parse_string(line, &st, "FORBIDDENWORD")) { delete afflst; return 1; } forbiddenword = decode_flag(st); free(st); } if (strncmp(line, "SET", 3) == 0) { if (parse_string(line, &enc, "SET")) { delete afflst; return 1; } if (strcmp(enc, "UTF-8") == 0) { utf8 = 1; #ifndef OPENOFFICEORG #ifndef MOZILLA_CLIENT initialize_utf_tbl(); #endif #endif } else csconv = get_current_cs(enc); } if (strncmp(line, "LANG", 4) == 0) { if (parse_string(line, &lang, "LANG")) { delete afflst; return 1; } langnum = get_lang_num(lang); } /* parse in the ignored characters (for example, Arabic optional diacritics characters */ if (strncmp(line,"IGNORE",6) == 0) { if (parse_array(line, &ignorechars, &ignorechars_utf16, &ignorechars_utf16_len, "IGNORE", utf8)) { delete afflst; return 1; } } if ((strncmp(line,"AF",2) == 0) && isspace(line[2])) { if (parse_aliasf(line, afflst)) { delete afflst; return 1; } } if ((strncmp(line,"AM",2) == 0) && isspace(line[2])) { if (parse_aliasm(line, afflst)) { delete afflst; return 1; } } if (strncmp(line,"COMPLEXPREFIXES",15) == 0) complexprefixes = 1; if (((strncmp(line,"SFX",3) == 0) || (strncmp(line,"PFX",3) == 0)) && isspace(line[3])) break; } if (csconv == NULL) csconv = get_current_cs("ISO8859-1"); delete afflst; return 0; } /* parse in the ALIAS table */ int HashMgr::parse_aliasf(char * line, FileMgr * af) { if (numaliasf != 0) { HUNSPELL_WARNING(stderr, "error: duplicate AF (alias for flag vector) tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numaliasf = atoi(piece); if (numaliasf < 1) { numaliasf = 0; aliasf = NULL; aliasflen = NULL; HUNSPELL_WARNING(stderr, "incorrect number of entries in AF table\n"); // free(piece); return 1; } aliasf = (unsigned short **) malloc(numaliasf * sizeof(unsigned short *)); aliasflen = (unsigned short *) malloc(numaliasf * sizeof(short)); if (!aliasf || !aliasflen) { numaliasf = 0; if (aliasf) free(aliasf); if (aliasflen) free(aliasflen); aliasf = NULL; aliasflen = NULL; return 1; } np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { numaliasf = 0; free(aliasf); free(aliasflen); aliasf = NULL; aliasflen = NULL; HUNSPELL_WARNING(stderr, "error: missing AF table information\n"); return 1; } /* now parse the numaliasf lines to read in the remainder of the table */ char * nl; for (int j=0; j < numaliasf; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; aliasf[j] = NULL; aliasflen[j] = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"AF",2) != 0) { numaliasf = 0; free(aliasf); free(aliasflen); aliasf = NULL; aliasflen = NULL; HUNSPELL_WARNING(stderr, "error: AF table is corrupt\n"); // free(piece); return 1; } break; } case 1: { aliasflen[j] = (unsigned short) decode_flags(&(aliasf[j]), piece); flag_qsort(aliasf[j], 0, aliasflen[j]); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (!aliasf[j]) { free(aliasf); free(aliasflen); aliasf = NULL; aliasflen = NULL; numaliasf = 0; HUNSPELL_WARNING(stderr, "error: AF table is corrupt\n"); return 1; } } return 0; } int HashMgr::is_aliasf() { return (aliasf != NULL); } int HashMgr::get_aliasf(int index, unsigned short ** fvec) { if ((index > 0) && (index <= numaliasf)) { *fvec = aliasf[index - 1]; return aliasflen[index - 1]; } HUNSPELL_WARNING(stderr, "error: bad flag alias index: %d\n", index); *fvec = NULL; return 0; } /* parse morph alias definitions */ int HashMgr::parse_aliasm(char * line, FileMgr * af) { if (numaliasm != 0) { HUNSPELL_WARNING(stderr, "error: duplicate AM (aliases for morphological descriptions) tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numaliasm = atoi(piece); if (numaliasm < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in AM table\n"); // free(piece); return 1; } aliasm = (char **) malloc(numaliasm * sizeof(char *)); if (!aliasm) { numaliasm = 0; return 1; } np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { numaliasm = 0; free(aliasm); aliasm = NULL; HUNSPELL_WARNING(stderr, "error: missing AM alias information\n"); return 1; } /* now parse the numaliasm lines to read in the remainder of the table */ char * nl = line; for (int j=0; j < numaliasm; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; aliasm[j] = NULL; piece = mystrsep(&tp, ' '); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"AM",2) != 0) { HUNSPELL_WARNING(stderr, "error: AM table is corrupt\n"); // free(piece); numaliasm = 0; free(aliasm); aliasm = NULL; return 1; } break; } case 1: { // add the remaining of the line if (*tp) { *(tp - 1) = ' '; tp = tp + strlen(tp); } if (complexprefixes) { if (utf8) reverseword_utf(piece); else reverseword(piece); } aliasm[j] = mystrdup(piece); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, ' '); } if (!aliasm[j]) { numaliasm = 0; free(aliasm); aliasm = NULL; HUNSPELL_WARNING(stderr, "error: map table is corrupt\n"); return 1; } } return 0; } int HashMgr::is_aliasm() { return (aliasm != NULL); } char * HashMgr::get_aliasm(int index) { if ((index > 0) && (index <= numaliasm)) return aliasm[index - 1]; HUNSPELL_WARNING(stderr, "error: bad morph. alias index: %d\n", index); return NULL; } enchant-1.6.0/src/myspell/suggestmgr.cxx0000664000076400007640000016370411355203721015272 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #include #else #include #include #include #include #endif #include "suggestmgr.hxx" #include "htypes.hxx" #include "csutil.hxx" #ifndef MOZILLA_CLIENT #ifndef WIN32 using namespace std; #endif #endif const w_char W_VLINE = { '\0', '|' }; SuggestMgr::SuggestMgr(const char * tryme, int maxn, AffixMgr * aptr) { // register affix manager and check in string of chars to // try when building candidate suggestions pAMgr = aptr; ckeyl = 0; ckey = NULL; ckey_utf = NULL; ctryl = 0; ctry = NULL; ctry_utf = NULL; utf8 = 0; langnum = 0; complexprefixes = 0; maxSug = maxn; nosplitsugs = 0; maxngramsugs = MAXNGRAMSUGS; if (pAMgr) { char * enc = pAMgr->get_encoding(); csconv = get_current_cs(enc); free(enc); langnum = pAMgr->get_langnum(); ckey = pAMgr->get_key_string(); nosplitsugs = pAMgr->get_nosplitsugs(); if (pAMgr->get_maxngramsugs() >= 0) maxngramsugs = pAMgr->get_maxngramsugs(); utf8 = pAMgr->get_utf8(); complexprefixes = pAMgr->get_complexprefixes(); } if (ckey) { if (utf8) { w_char t[MAXSWL]; ckeyl = u8_u16(t, MAXSWL, ckey); ckey_utf = (w_char *) malloc(ckeyl * sizeof(w_char)); if (ckey_utf) memcpy(ckey_utf, t, ckeyl * sizeof(w_char)); } else { ckeyl = strlen(ckey); } } if (tryme) { if (utf8) { w_char t[MAXSWL]; ctryl = u8_u16(t, MAXSWL, tryme); ctry_utf = (w_char *) malloc(ctryl * sizeof(w_char)); if (ctry_utf) memcpy(ctry_utf, t, ctryl * sizeof(w_char)); } else { ctry = mystrdup(tryme); ctryl = strlen(ctry); } } } SuggestMgr::~SuggestMgr() { pAMgr = NULL; if (ckey) free(ckey); ckey = NULL; if (ckey_utf) free(ckey_utf); ckey_utf = NULL; ckeyl = 0; if (ctry) free(ctry); ctry = NULL; if (ctry_utf) free(ctry_utf); ctry_utf = NULL; ctryl = 0; maxSug = 0; } int SuggestMgr::testsug(char** wlst, const char * candidate, int wl, int ns, int cpdsuggest, int * timer, clock_t * timelimit) { int cwrd = 1; if (ns == maxSug) return maxSug; for (int k=0; k < ns; k++) { if (strcmp(candidate,wlst[k]) == 0) cwrd = 0; } if ((cwrd) && checkword(candidate, wl, cpdsuggest, timer, timelimit)) { wlst[ns] = mystrdup(candidate); if (wlst[ns] == NULL) { for (int j=0; j HTML) if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? capchars_utf(wlst, word_utf, wl, nsug, cpdsuggest) : capchars(wlst, word, nsug, cpdsuggest); } // perhaps we made a typical fault of spelling if ((nsug < maxSug) && (nsug > -1)) nsug = replchars(wlst, word, nsug, cpdsuggest); // perhaps we made chose the wrong char from a related set if ((nsug < maxSug) && (nsug > -1)) { nsug = mapchars(wlst, word, nsug, cpdsuggest); } // did we swap the order of chars by mistake if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? swapchar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : swapchar(wlst, word, nsug, cpdsuggest); } // did we swap the order of non adjacent chars by mistake if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? longswapchar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : longswapchar(wlst, word, nsug, cpdsuggest); } // did we just hit the wrong key in place of a good char (case and keyboard) if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? badcharkey_utf(wlst, word_utf, wl, nsug, cpdsuggest) : badcharkey(wlst, word, nsug, cpdsuggest); } // did we add a char that should not be there if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? extrachar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : extrachar(wlst, word, nsug, cpdsuggest); } // only suggest compound words when no other suggestion if ((cpdsuggest == 0) && (nsug > 0)) nocompoundtwowords=1; // did we forgot a char if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? forgotchar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : forgotchar(wlst, word, nsug, cpdsuggest); } // did we move a char if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? movechar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : movechar(wlst, word, nsug, cpdsuggest); } // did we just hit the wrong key in place of a good char if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? badchar_utf(wlst, word_utf, wl, nsug, cpdsuggest) : badchar(wlst, word, nsug, cpdsuggest); } // did we double two characters if ((nsug < maxSug) && (nsug > -1)) { nsug = (utf8) ? doubletwochars_utf(wlst, word_utf, wl, nsug, cpdsuggest) : doubletwochars(wlst, word, nsug, cpdsuggest); } // perhaps we forgot to hit space and two words ran together if ((!nosplitsugs) && (nsug < maxSug) && (nsug > -1)) { nsug = twowords(wlst, word, nsug, cpdsuggest); } } // repeating ``for'' statement compounding support if (nsug < 0) { // we ran out of memory - we should free up as much as possible for (int i = 0; i < maxSug; i++) if (wlst[i] != NULL) free(wlst[i]); free(wlst); wlst = NULL; } if (!nocompoundtwowords && (nsug > 0) && onlycompoundsug) *onlycompoundsug = 1; *slst = wlst; return nsug; } // generate suggestions for a word with typical mistake // pass in address of array of char * pointers #ifdef HUNSPELL_EXPERIMENTAL int SuggestMgr::suggest_auto(char*** slst, const char * w, int nsug) { int nocompoundtwowords = 0; char ** wlst; char w2[MAXWORDUTF8LEN]; const char * word = w; // word reversing wrapper for complex prefixes if (complexprefixes) { strcpy(w2, w); if (utf8) reverseword_utf(w2); else reverseword(w2); word = w2; } if (*slst) { wlst = *slst; } else { wlst = (char **) malloc(maxSug * sizeof(char *)); if (wlst == NULL) return -1; } for (int cpdsuggest=0; (cpdsuggest<2) && (nocompoundtwowords==0); cpdsuggest++) { // perhaps we made a typical fault of spelling if ((nsug < maxSug) && (nsug > -1)) nsug = replchars(wlst, word, nsug, cpdsuggest); // perhaps we made chose the wrong char from a related set if ((nsug < maxSug) && (nsug > -1)) nsug = mapchars(wlst, word, nsug, cpdsuggest); if ((cpdsuggest==0) && (nsug>0)) nocompoundtwowords=1; // perhaps we forgot to hit space and two words ran together if ((nsug < maxSug) && (nsug > -1) && check_forbidden(word, strlen(word))) { nsug = twowords(wlst, word, nsug, cpdsuggest); } } // repeating ``for'' statement compounding support if (nsug < 0) { for (int i=0;i HTML) int SuggestMgr::capchars_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; w_char candidate_utf[MAXSWL]; memcpy(candidate_utf, word, wl * sizeof(w_char)); mkallcap_utf(candidate_utf, wl, langnum); u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); return testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); } // suggestions for an uppercase word (html -> HTML) int SuggestMgr::capchars(char** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; strcpy(candidate, word); mkallcap(candidate, csconv); return testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); } // suggestions for when chose the wrong char out of a related set int SuggestMgr::mapchars(char** wlst, const char * word, int ns, int cpdsuggest) { clock_t timelimit; int timer; int wl = strlen(word); if (wl < 2 || ! pAMgr) return ns; int nummap = pAMgr->get_nummap(); struct mapentry* maptable = pAMgr->get_maptable(); if (maptable==NULL) return ns; timelimit = clock(); timer = MINTIMER; if (utf8) { w_char w[MAXSWL]; int len = u8_u16(w, MAXSWL, word); ns = map_related_utf(w, len, 0, cpdsuggest, wlst, ns, maptable, nummap, &timer, &timelimit); } else ns = map_related(word, 0, wlst, cpdsuggest, ns, maptable, nummap, &timer, &timelimit); return ns; } int SuggestMgr::map_related(const char * word, int i, char** wlst, int cpdsuggest, int ns, const mapentry* maptable, int nummap, int * timer, clock_t * timelimit) { char c = *(word + i); if (c == 0) { int cwrd = 1; int wl = strlen(word); for (int m=0; m < ns; m++) if (strcmp(word,wlst[m]) == 0) cwrd = 0; if ((cwrd) && checkword(word, wl, cpdsuggest, timer, timelimit)) { if (ns < maxSug) { wlst[ns] = mystrdup(word); if (wlst[ns] == NULL) return -1; ns++; } } return ns; } int in_map = 0; for (int j = 0; j < nummap; j++) { if (strchr(maptable[j].set,c) != 0) { in_map = 1; char * newword = mystrdup(word); for (int k = 0; k < maptable[j].len; k++) { *(newword + i) = *(maptable[j].set + k); ns = map_related(newword, (i+1), wlst, cpdsuggest, ns, maptable, nummap, timer, timelimit); if (!(*timer)) return ns; } free(newword); } } if (!in_map) { i++; ns = map_related(word, i, wlst, cpdsuggest, ns, maptable, nummap, timer, timelimit); } return ns; } int SuggestMgr::map_related_utf(w_char * word, int len, int i, int cpdsuggest, char** wlst, int ns, const mapentry* maptable, int nummap, int * timer, clock_t * timelimit) { if (i == len) { int cwrd = 1; int wl; char s[MAXSWUTF8L]; u16_u8(s, MAXSWUTF8L, word, len); wl = strlen(s); for (int m=0; m < ns; m++) if (strcmp(s,wlst[m]) == 0) cwrd = 0; if ((cwrd) && checkword(s, wl, cpdsuggest, timer, timelimit)) { if (ns < maxSug) { wlst[ns] = mystrdup(s); if (wlst[ns] == NULL) return -1; ns++; } } return ns; } int in_map = 0; unsigned short c = *((unsigned short *) word + i); for (int j = 0; j < nummap; j++) { if (flag_bsearch((unsigned short *) maptable[j].set_utf16, c, maptable[j].len)) { in_map = 1; for (int k = 0; k < maptable[j].len; k++) { *(word + i) = *(maptable[j].set_utf16 + k); ns = map_related_utf(word, len, i + 1, cpdsuggest, wlst, ns, maptable, nummap, timer, timelimit); if (!(*timer)) return ns; } *((unsigned short *) word + i) = c; } } if (!in_map) { i++; ns = map_related_utf(word, len, i, cpdsuggest, wlst, ns, maptable, nummap, timer, timelimit); } return ns; } // suggestions for a typical fault of spelling, that // differs with more, than 1 letter from the right form. int SuggestMgr::replchars(char** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; const char * r; int lenr, lenp; int wl = strlen(word); if (wl < 2 || ! pAMgr) return ns; int numrep = pAMgr->get_numrep(); struct replentry* reptable = pAMgr->get_reptable(); if (reptable==NULL) return ns; for (int i=0; i < numrep; i++ ) { r = word; lenr = strlen(reptable[i].pattern2); lenp = strlen(reptable[i].pattern); // search every occurence of the pattern in the word while ((r=strstr(r, reptable[i].pattern)) != NULL) { strcpy(candidate, word); if (r-word + lenr + strlen(r+lenp) >= MAXSWUTF8L) break; strcpy(candidate+(r-word),reptable[i].pattern2); strcpy(candidate+(r-word)+lenr, r+lenp); ns = testsug(wlst, candidate, wl-lenp+lenr, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; // check REP suggestions with space char * sp = strchr(candidate, ' '); if (sp) { *sp = '\0'; if (checkword(candidate, strlen(candidate), 0, NULL, NULL)) { int oldns = ns; *sp = ' '; ns = testsug(wlst, sp + 1, strlen(sp + 1), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; if (oldns < ns) { free(wlst[ns - 1]); wlst[ns - 1] = mystrdup(candidate); } } *sp = ' '; } r++; // search for the next letter } } return ns; } // perhaps we doubled two characters (pattern aba -> ababa, for example vacation -> vacacation) int SuggestMgr::doubletwochars(char** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; int state=0; int wl = strlen(word); if (wl < 5 || ! pAMgr) return ns; for (int i=2; i < wl; i++ ) { if (word[i]==word[i-2]) { state++; if (state==3) { strcpy(candidate,word); strcpy(candidate+i-1,word+i+1); ns = testsug(wlst, candidate, wl-2, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; state=0; } } else { state=0; } } return ns; } // perhaps we doubled two characters (pattern aba -> ababa, for example vacation -> vacacation) int SuggestMgr::doubletwochars_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; int state=0; if (wl < 5 || ! pAMgr) return ns; for (int i=2; i < wl; i++) { if (w_char_eq(word[i], word[i-2])) { state++; if (state==3) { memcpy(candidate_utf, word, (i - 1) * sizeof(w_char)); memcpy(candidate_utf+i-1, word+i+1, (wl-i-1) * sizeof(w_char)); u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl-2); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; state=0; } } else { state=0; } } return ns; } // error is wrong char in place of correct one (case and keyboard related version) int SuggestMgr::badcharkey(char ** wlst, const char * word, int ns, int cpdsuggest) { char tmpc; char candidate[MAXSWUTF8L]; int wl = strlen(word); strcpy(candidate, word); // swap out each char one by one and try uppercase and neighbor // keyboard chars in its place to see if that makes a good word for (int i=0; i < wl; i++) { tmpc = candidate[i]; // check with uppercase letters candidate[i] = csconv[((unsigned char)tmpc)].cupper; if (tmpc != candidate[i]) { ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; candidate[i] = tmpc; } // check neighbor characters in keyboard string if (!ckey) continue; char * loc = strchr(ckey, tmpc); while (loc) { if ((loc > ckey) && (*(loc - 1) != '|')) { candidate[i] = *(loc - 1); ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } if ((*(loc + 1) != '|') && (*(loc + 1) != '\0')) { candidate[i] = *(loc + 1); ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } loc = strchr(loc + 1, tmpc); } candidate[i] = tmpc; } return ns; } // error is wrong char in place of correct one (case and keyboard related version) int SuggestMgr::badcharkey_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char tmpc; w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; memcpy(candidate_utf, word, wl * sizeof(w_char)); // swap out each char one by one and try all the tryme // chars in its place to see if that makes a good word for (int i=0; i < wl; i++) { tmpc = candidate_utf[i]; // check with uppercase letters mkallcap_utf(candidate_utf + i, 1, langnum); if (!w_char_eq(tmpc, candidate_utf[i])) { u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; candidate_utf[i] = tmpc; } // check neighbor characters in keyboard string if (!ckey) continue; w_char * loc = ckey_utf; while ((loc < (ckey_utf + ckeyl)) && !w_char_eq(*loc, tmpc)) loc++; while (loc < (ckey_utf + ckeyl)) { if ((loc > ckey_utf) && !w_char_eq(*(loc - 1), W_VLINE)) { candidate_utf[i] = *(loc - 1); u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } if (((loc + 1) < (ckey_utf + ckeyl)) && !w_char_eq(*(loc + 1), W_VLINE)) { candidate_utf[i] = *(loc + 1); u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } do { loc++; } while ((loc < (ckey_utf + ckeyl)) && !w_char_eq(*loc, tmpc)); } candidate_utf[i] = tmpc; } return ns; } // error is wrong char in place of correct one int SuggestMgr::badchar(char ** wlst, const char * word, int ns, int cpdsuggest) { char tmpc; char candidate[MAXSWUTF8L]; clock_t timelimit = clock(); int timer = MINTIMER; int wl = strlen(word); strcpy(candidate, word); // swap out each char one by one and try all the tryme // chars in its place to see if that makes a good word for (int i=0; i < wl; i++) { tmpc = candidate[i]; for (int j=0; j < ctryl; j++) { if (ctry[j] == tmpc) continue; candidate[i] = ctry[j]; ns = testsug(wlst, candidate, wl, ns, cpdsuggest, &timer, &timelimit); if (ns == -1) return -1; if (!timer) return ns; candidate[i] = tmpc; } } return ns; } // error is wrong char in place of correct one int SuggestMgr::badchar_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char tmpc; w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; clock_t timelimit = clock(); int timer = MINTIMER; memcpy(candidate_utf, word, wl * sizeof(w_char)); // swap out each char one by one and try all the tryme // chars in its place to see if that makes a good word for (int i=0; i < wl; i++) { tmpc = candidate_utf[i]; for (int j=0; j < ctryl; j++) { if (w_char_eq(tmpc, ctry_utf[j])) continue; candidate_utf[i] = ctry_utf[j]; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, &timer, &timelimit); if (ns == -1) return -1; if (!timer) return ns; candidate_utf[i] = tmpc; } } return ns; } // error is word has an extra letter it does not need int SuggestMgr::extrachar_utf(char** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; w_char candidate_utf[MAXSWL]; const w_char * p; w_char * r; if (wl < 2) return ns; // try omitting one char of word at a time memcpy(candidate_utf, word + 1, (wl - 1) * sizeof(w_char)); for (p = word, r = candidate_utf; p < word + wl; ) { u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl - 1); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; *r++ = *p++; } return ns; } // error is word has an extra letter it does not need int SuggestMgr::extrachar(char** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; const char * p; char * r; int wl = strlen(word); if (wl < 2) return ns; // try omitting one char of word at a time strcpy (candidate, word + 1); for (p = word, r = candidate; *p != 0; ) { ns = testsug(wlst, candidate, wl-1, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; *r++ = *p++; } return ns; } // error is missing a letter it needs int SuggestMgr::forgotchar(char ** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; const char * p; char * q; clock_t timelimit = clock(); int timer = MINTIMER; int wl = strlen(word); // try inserting a tryme character before every letter strcpy(candidate + 1, word); for (p = word, q = candidate; *p != 0; ) { for (int i = 0; i < ctryl; i++) { *q = ctry[i]; ns = testsug(wlst, candidate, wl+1, ns, cpdsuggest, &timer, &timelimit); if (ns == -1) return -1; if (!timer) return ns; } *q++ = *p++; } // now try adding one to end */ for (int i = 0; i < ctryl; i++) { *q = ctry[i]; ns = testsug(wlst, candidate, wl+1, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } return ns; } // error is missing a letter it needs int SuggestMgr::forgotchar_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; const w_char * p; w_char * q; int cwrd; clock_t timelimit = clock(); int timer = MINTIMER; // try inserting a tryme character before every letter memcpy (candidate_utf + 1, word, wl * sizeof(w_char)); for (p = word, q = candidate_utf; p < (word + wl); ) { for (int i = 0; i < ctryl; i++) { *q = ctry_utf[i]; cwrd = 1; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl + 1); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, &timer, &timelimit); if (ns == -1) return -1; if (!timer) return ns; } *q++ = *p++; } // now try adding one to end */ for (int i = 0; i < ctryl; i++) { *q = ctry_utf[i]; cwrd = 1; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl + 1); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } return ns; } /* error is should have been two words */ int SuggestMgr::twowords(char ** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; char * p; int c1, c2; int forbidden = 0; int cwrd; int wl=strlen(word); if (wl < 3) return ns; if (langnum == LANG_hu) forbidden = check_forbidden(word, wl); strcpy(candidate + 1, word); // split the string into two pieces after every char // if both pieces are good words make them a suggestion for (p = candidate + 1; p[1] != '\0'; p++) { p[-1] = *p; // go to end of the UTF-8 character while (utf8 && ((p[1] & 0xc0) == 0x80)) { *p = p[1]; p++; } if (utf8 && p[1] == '\0') break; // last UTF-8 character *p = '\0'; c1 = checkword(candidate,strlen(candidate), cpdsuggest, NULL, NULL); if (c1) { c2 = checkword((p+1),strlen(p+1), cpdsuggest, NULL, NULL); if (c2) { *p = ' '; // spec. Hungarian code (need a better compound word support) if ((langnum == LANG_hu) && !forbidden && // if 3 repeating letter, use - instead of space (((p[-1] == p[1]) && (((p>candidate+1) && (p[-1] == p[-2])) || (p[-1] == p[2]))) || // or multiple compounding, with more, than 6 syllables ((c1 == 3) && (c2 >= 2)))) *p = '-'; cwrd = 1; for (int k=0; k < ns; k++) if (strcmp(candidate,wlst[k]) == 0) cwrd = 0; if (ns < maxSug) { if (cwrd) { wlst[ns] = mystrdup(candidate); if (wlst[ns] == NULL) return -1; ns++; } } else return ns; } } } return ns; } // error is adjacent letter were swapped int SuggestMgr::swapchar(char ** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; char * p; char tmpc; int wl=strlen(word); // try swapping adjacent chars one by one strcpy(candidate, word); for (p = candidate; p[1] != 0; p++) { tmpc = *p; *p = p[1]; p[1] = tmpc; ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; p[1] = *p; *p = tmpc; } // try double swaps for short words // ahev -> have, owudl -> would if (wl == 4 || wl == 5) { candidate[0] = word[1]; candidate[1] = word[0]; candidate[2] = word[2]; candidate[wl - 2] = word[wl - 1]; candidate[wl - 1] = word[wl - 2]; ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; if (wl == 5) { candidate[0] = word[0]; candidate[1] = word[2]; candidate[2] = word[1]; ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } } return ns; } // error is adjacent letter were swapped int SuggestMgr::swapchar_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; w_char * p; w_char tmpc; int len = 0; // try swapping adjacent chars one by one memcpy (candidate_utf, word, wl * sizeof(w_char)); for (p = candidate_utf; p < (candidate_utf + wl - 1); p++) { tmpc = *p; *p = p[1]; p[1] = tmpc; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); if (len == 0) len = strlen(candidate); ns = testsug(wlst, candidate, len, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; p[1] = *p; *p = tmpc; } // try double swaps for short words // ahev -> have, owudl -> would, suodn -> sound if (wl == 4 || wl == 5) { candidate_utf[0] = word[1]; candidate_utf[1] = word[0]; candidate_utf[2] = word[2]; candidate_utf[wl - 2] = word[wl - 1]; candidate_utf[wl - 1] = word[wl - 2]; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, len, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; if (wl == 5) { candidate_utf[0] = word[0]; candidate_utf[1] = word[2]; candidate_utf[2] = word[1]; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, len, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } } return ns; } // error is not adjacent letter were swapped int SuggestMgr::longswapchar(char ** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; char * p; char * q; char tmpc; int wl=strlen(word); // try swapping not adjacent chars one by one strcpy(candidate, word); for (p = candidate; *p != 0; p++) { for (q = candidate; *q != 0; q++) { if (abs(p-q) > 1) { tmpc = *p; *p = *q; *q = tmpc; ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; *q = *p; *p = tmpc; } } } return ns; } // error is adjacent letter were swapped int SuggestMgr::longswapchar_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; w_char * p; w_char * q; w_char tmpc; // try swapping not adjacent chars memcpy (candidate_utf, word, wl * sizeof(w_char)); for (p = candidate_utf; p < (candidate_utf + wl); p++) { for (q = candidate_utf; q < (candidate_utf + wl); q++) { if (abs(p-q) > 1) { tmpc = *p; *p = *q; *q = tmpc; u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; *q = *p; *p = tmpc; } } } return ns; } // error is a letter was moved int SuggestMgr::movechar(char ** wlst, const char * word, int ns, int cpdsuggest) { char candidate[MAXSWUTF8L]; char * p; char * q; char tmpc; int wl=strlen(word); // try moving a char strcpy(candidate, word); for (p = candidate; *p != 0; p++) { for (q = p + 1; (*q != 0) && ((q - p) < 10); q++) { tmpc = *(q-1); *(q-1) = *q; *q = tmpc; if ((q-p) < 2) continue; // omit swap char ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } strcpy(candidate, word); } for (p = candidate + wl - 1; p > candidate; p--) { for (q = p - 1; (q >= candidate) && ((p - q) < 10); q--) { tmpc = *(q+1); *(q+1) = *q; *q = tmpc; if ((p-q) < 2) continue; // omit swap char ns = testsug(wlst, candidate, wl, ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } strcpy(candidate, word); } return ns; } // error is a letter was moved int SuggestMgr::movechar_utf(char ** wlst, const w_char * word, int wl, int ns, int cpdsuggest) { w_char candidate_utf[MAXSWL]; char candidate[MAXSWUTF8L]; w_char * p; w_char * q; w_char tmpc; // try moving a char memcpy (candidate_utf, word, wl * sizeof(w_char)); for (p = candidate_utf; p < (candidate_utf + wl); p++) { for (q = p + 1; (q < (candidate_utf + wl)) && ((q - p) < 10); q++) { tmpc = *(q-1); *(q-1) = *q; *q = tmpc; if ((q-p) < 2) continue; // omit swap char u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } memcpy (candidate_utf, word, wl * sizeof(w_char)); } for (p = candidate_utf + wl - 1; p > candidate_utf; p--) { for (q = p - 1; (q >= candidate_utf) && ((p - q) < 10); q--) { tmpc = *(q+1); *(q+1) = *q; *q = tmpc; if ((p-q) < 2) continue; // omit swap char u16_u8(candidate, MAXSWUTF8L, candidate_utf, wl); ns = testsug(wlst, candidate, strlen(candidate), ns, cpdsuggest, NULL, NULL); if (ns == -1) return -1; } memcpy (candidate_utf, word, wl * sizeof(w_char)); } return ns; } // generate a set of suggestions for very poorly spelled words int SuggestMgr::ngsuggest(char** wlst, char * w, int ns, HashMgr** pHMgr, int md) { int i, j; int lval; int sc, scphon; int lp, lpphon; int nonbmp = 0; // exhaustively search through all root words // keeping track of the MAX_ROOTS most similar root words struct hentry * roots[MAX_ROOTS]; char * rootsphon[MAX_ROOTS]; int scores[MAX_ROOTS]; int scoresphon[MAX_ROOTS]; for (i = 0; i < MAX_ROOTS; i++) { roots[i] = NULL; scores[i] = -100 * i; rootsphon[i] = NULL; scoresphon[i] = -100 * i; } lp = MAX_ROOTS - 1; lpphon = MAX_ROOTS - 1; scphon = scoresphon[MAX_ROOTS-1]; char w2[MAXWORDUTF8LEN]; char f[MAXSWUTF8L]; char * word = w; // word reversing wrapper for complex prefixes if (complexprefixes) { strcpy(w2, w); if (utf8) reverseword_utf(w2); else reverseword(w2); word = w2; } char mw[MAXSWUTF8L]; w_char u8[MAXSWL]; int nc = strlen(word); int n = (utf8) ? u8_u16(u8, MAXSWL, word) : nc; // set character based ngram suggestion for words with non-BMP Unicode characters if (n == -1) { utf8 = 0; n = nc; nonbmp = 1; } struct hentry* hp = NULL; int col = -1; phonetable * ph = (pAMgr) ? pAMgr->get_phonetable() : NULL; char target[MAXSWUTF8L]; char candidate[MAXSWUTF8L]; if (ph) { strcpy(candidate, word); mkallcap(candidate, csconv); phonet(candidate, target, n, *ph); } for (i = 0; i < md; i++) { while ((hp = (pHMgr[i])->walk_hashtable(col, hp))) { if ((hp->astr) && (pAMgr) && (TESTAFF(hp->astr, pAMgr->get_forbiddenword(), hp->alen) || TESTAFF(hp->astr, ONLYUPCASEFLAG, hp->alen) || TESTAFF(hp->astr, pAMgr->get_nosuggest(), hp->alen) || TESTAFF(hp->astr, pAMgr->get_onlyincompound(), hp->alen))) continue; sc = ngram(3, word, HENTRY_WORD(hp), NGRAM_LONGER_WORSE + NGRAM_LOWERING) + leftcommonsubstring(word, HENTRY_WORD(hp)); // check special pronounciation if ((hp->var & H_OPT_PHON) && copy_field(f, HENTRY_DATA(hp), MORPH_PHON)) { int sc2 = ngram(3, word, f, NGRAM_LONGER_WORSE + NGRAM_LOWERING) + leftcommonsubstring(word, f); if (sc2 > sc) sc = sc2; } if (ph && (sc > 2) && (abs(n - (int) hp->clen) <= 3)) { char target2[MAXSWUTF8L]; strcpy(candidate, HENTRY_WORD(hp)); mkallcap(candidate, csconv); phonet(candidate, target2, -1, *ph); scphon = 2 * ngram(3, target, target2, NGRAM_LONGER_WORSE); } if (sc > scores[lp]) { scores[lp] = sc; roots[lp] = hp; lval = sc; for (j=0; j < MAX_ROOTS; j++) if (scores[j] < lval) { lp = j; lval = scores[j]; } } if (scphon > scoresphon[lpphon]) { scoresphon[lpphon] = scphon; rootsphon[lpphon] = HENTRY_WORD(hp); lval = scphon; for (j=0; j < MAX_ROOTS; j++) if (scoresphon[j] < lval) { lpphon = j; lval = scoresphon[j]; } } }} // find minimum threshhold for a passable suggestion // mangle original word three differnt ways // and score them to generate a minimum acceptable score int thresh = 0; for (int sp = 1; sp < 4; sp++) { if (utf8) { for (int k=sp; k < n; k+=4) *((unsigned short *) u8 + k) = '*'; u16_u8(mw, MAXSWUTF8L, u8, n); thresh = thresh + ngram(n, word, mw, NGRAM_ANY_MISMATCH + NGRAM_LOWERING); } else { strcpy(mw, word); for (int k=sp; k < n; k+=4) *(mw + k) = '*'; thresh = thresh + ngram(n, word, mw, NGRAM_ANY_MISMATCH + NGRAM_LOWERING); } } thresh = thresh / 3; thresh--; // now expand affixes on each of these root words and // and use length adjusted ngram scores to select // possible suggestions char * guess[MAX_GUESS]; char * guessorig[MAX_GUESS]; int gscore[MAX_GUESS]; for(i=0;iexpand_rootword(glst, MAX_WORDS, HENTRY_WORD(rp), rp->blen, rp->astr, rp->alen, word, nc, ((rp->var & H_OPT_PHON) ? copy_field(f, HENTRY_DATA(rp), MORPH_PHON) : NULL)); for (int k = 0; k < nw ; k++) { sc = ngram(n, word, glst[k].word, NGRAM_ANY_MISMATCH + NGRAM_LOWERING) + leftcommonsubstring(word, glst[k].word); if ((sc > thresh)) { if (sc > gscore[lp]) { if (guess[lp]) { free (guess[lp]); if (guessorig[lp]) { free(guessorig[lp]); guessorig[lp] = NULL; } } gscore[lp] = sc; guess[lp] = glst[k].word; guessorig[lp] = glst[k].orig; lval = sc; for (j=0; j < MAX_GUESS; j++) if (gscore[j] < lval) { lp = j; lval = gscore[j]; } } else { free(glst[k].word); if (glst[k].orig) free(glst[k].orig); } } else { free(glst[k].word); if (glst[k].orig) free(glst[k].orig); } } } } free(glst); // now we are done generating guesses // sort in order of decreasing score bubblesort(&guess[0], &guessorig[0], &gscore[0], MAX_GUESS); if (ph) bubblesort(&rootsphon[0], NULL, &scoresphon[0], MAX_ROOTS); // weight suggestions with a similarity index, based on // the longest common subsequent algorithm and resort int is_swap; for (i=0; i < MAX_GUESS; i++) { if (guess[i]) { // lowering guess[i] char gl[MAXSWUTF8L]; int len; if (utf8) { w_char _w[MAXSWL]; len = u8_u16(_w, MAXSWL, guess[i]); mkallsmall_utf(_w, len, langnum); u16_u8(gl, MAXSWUTF8L, _w, len); } else { strcpy(gl, guess[i]); mkallsmall(gl, csconv); len = strlen(guess[i]); } int _lcs = lcslen(word, gl); // same characters with different casing if ((n == len) && (n == _lcs)) { gscore[i] += 2000; break; } // heuristic weigthing of ngram scores gscore[i] += // length of longest common subsequent minus length difference 2 * _lcs - abs((int) (n - len)) + // weight length of the left common substring leftcommonsubstring(word, gl) + // weight equal character positions ((_lcs == commoncharacterpositions(word, gl, &is_swap)) ? 1: 0) + // swap character (not neighboring) ((is_swap) ? 1000 : 0); } } bubblesort(&guess[0], &guessorig[0], &gscore[0], MAX_GUESS); // phonetic version if (ph) for (i=0; i < MAX_ROOTS; i++) { if (rootsphon[i]) { // lowering rootphon[i] char gl[MAXSWUTF8L]; int len; if (utf8) { w_char _w[MAXSWL]; len = u8_u16(_w, MAXSWL, rootsphon[i]); mkallsmall_utf(_w, len, langnum); u16_u8(gl, MAXSWUTF8L, _w, len); } else { strcpy(gl, rootsphon[i]); mkallsmall(gl, csconv); len = strlen(rootsphon[i]); } // heuristic weigthing of ngram scores scoresphon[i] += 2 * lcslen(word, gl) - abs((int) (n - len)) + // weight length of the left common substring leftcommonsubstring(word, gl); } } if (ph) bubblesort(&rootsphon[0], NULL, &scoresphon[0], MAX_ROOTS); // copy over int oldns = ns; int same = 0; for (i=0; i < MAX_GUESS; i++) { if (guess[i]) { if ((ns < oldns + maxngramsugs) && (ns < maxSug) && (!same || (gscore[i] > 1000))) { int unique = 1; // leave only excellent suggestions, if exists if (gscore[i] > 1000) same = 1; for (j = 0; j < ns; j++) { // don't suggest previous suggestions or a previous suggestion with prefixes or affixes if ((!guessorig[i] && strstr(guess[i], wlst[j])) || (guessorig[i] && strstr(guessorig[i], wlst[j])) || // check forbidden words !checkword(guess[i], strlen(guess[i]), 0, NULL, NULL)) unique = 0; } if (unique) { wlst[ns++] = guess[i]; if (guessorig[i]) { free(guess[i]); wlst[ns-1] = guessorig[i]; } } else { free(guess[i]); if (guessorig[i]) free(guessorig[i]); } } else { free(guess[i]); if (guessorig[i]) free(guessorig[i]); } } } oldns = ns; if (ph) for (i=0; i < MAX_ROOTS; i++) { if (rootsphon[i]) { if ((ns < oldns + MAXPHONSUGS) && (ns < maxSug)) { int unique = 1; for (j = 0; j < ns; j++) { // don't suggest previous suggestions or a previous suggestion with prefixes or affixes if (strstr(rootsphon[i], wlst[j]) || // check forbidden words !checkword(rootsphon[i], strlen(rootsphon[i]), 0, NULL, NULL)) unique = 0; } if (unique) wlst[ns++] = mystrdup(rootsphon[i]); } } } if (nonbmp) utf8 = 1; return ns; } // see if a candidate suggestion is spelled correctly // needs to check both root words and words with affixes // obsolote MySpell-HU modifications: // return value 2 and 3 marks compounding with hyphen (-) // `3' marks roots without suffix int SuggestMgr::checkword(const char * word, int len, int cpdsuggest, int * timer, clock_t * timelimit) { struct hentry * rv=NULL; int nosuffix = 0; // check time limit if (timer) { (*timer)--; if (!(*timer) && timelimit) { if ((clock() - *timelimit) > TIMELIMIT) return 0; *timer = MAXPLUSTIMER; } } if (pAMgr) { if (cpdsuggest==1) { if (pAMgr->get_compound()) { rv = pAMgr->compound_check(word,len,0,0,0,0,NULL,0,NULL,NULL,1); if (rv) return 3; // XXX obsolote categorisation } return 0; } rv = pAMgr->lookup(word); if (rv) { if ((rv->astr) && (TESTAFF(rv->astr,pAMgr->get_forbiddenword(),rv->alen) || TESTAFF(rv->astr,pAMgr->get_nosuggest(),rv->alen))) return 0; while (rv) { if (rv->astr && (TESTAFF(rv->astr,pAMgr->get_needaffix(),rv->alen) || TESTAFF(rv->astr, ONLYUPCASEFLAG, rv->alen) || TESTAFF(rv->astr,pAMgr->get_onlyincompound(),rv->alen))) { rv = rv->next_homonym; } else break; } } else rv = pAMgr->prefix_check(word, len, 0); // only prefix, and prefix + suffix XXX if (rv) { nosuffix=1; } else { rv = pAMgr->suffix_check(word, len, 0, NULL, NULL, 0, NULL); // only suffix } if (!rv && pAMgr->have_contclass()) { rv = pAMgr->suffix_check_twosfx(word, len, 0, NULL, FLAG_NULL); if (!rv) rv = pAMgr->prefix_check_twosfx(word, len, 1, FLAG_NULL); } // check forbidden words if ((rv) && (rv->astr) && (TESTAFF(rv->astr,pAMgr->get_forbiddenword(),rv->alen) || TESTAFF(rv->astr, ONLYUPCASEFLAG, rv->alen) || TESTAFF(rv->astr,pAMgr->get_nosuggest(),rv->alen) || TESTAFF(rv->astr,pAMgr->get_onlyincompound(),rv->alen))) return 0; if (rv) { // XXX obsolote if ((pAMgr->get_compoundflag()) && TESTAFF(rv->astr, pAMgr->get_compoundflag(), rv->alen)) return 2 + nosuffix; return 1; } } return 0; } int SuggestMgr::check_forbidden(const char * word, int len) { struct hentry * rv = NULL; if (pAMgr) { rv = pAMgr->lookup(word); if (rv && rv->astr && (TESTAFF(rv->astr,pAMgr->get_needaffix(),rv->alen) || TESTAFF(rv->astr,pAMgr->get_onlyincompound(),rv->alen))) rv = NULL; if (!(pAMgr->prefix_check(word,len,1))) rv = pAMgr->suffix_check(word,len, 0, NULL, NULL, 0, NULL); // prefix+suffix, suffix // check forbidden words if ((rv) && (rv->astr) && TESTAFF(rv->astr,pAMgr->get_forbiddenword(),rv->alen)) return 1; } return 0; } #ifdef HUNSPELL_EXPERIMENTAL // suggest possible stems int SuggestMgr::suggest_pos_stems(char*** slst, const char * w, int nsug) { char ** wlst; struct hentry * rv = NULL; char w2[MAXSWUTF8L]; const char * word = w; // word reversing wrapper for complex prefixes if (complexprefixes) { strcpy(w2, w); if (utf8) reverseword_utf(w2); else reverseword(w2); word = w2; } int wl = strlen(word); if (*slst) { wlst = *slst; } else { wlst = (char **) calloc(maxSug, sizeof(char *)); if (wlst == NULL) return -1; } rv = pAMgr->suffix_check(word, wl, 0, NULL, wlst, maxSug, &nsug); // delete dash from end of word if (nsug > 0) { for (int j=0; j < nsug; j++) { if (wlst[j][strlen(wlst[j]) - 1] == '-') wlst[j][strlen(wlst[j]) - 1] = '\0'; } } *slst = wlst; return nsug; } #endif // END OF HUNSPELL_EXPERIMENTAL CODE char * SuggestMgr::suggest_morph(const char * w) { char result[MAXLNLEN]; char * r = (char *) result; char * st; struct hentry * rv = NULL; *result = '\0'; if (! pAMgr) return NULL; char w2[MAXSWUTF8L]; const char * word = w; // word reversing wrapper for complex prefixes if (complexprefixes) { strcpy(w2, w); if (utf8) reverseword_utf(w2); else reverseword(w2); word = w2; } rv = pAMgr->lookup(word); while (rv) { if ((!rv->astr) || !(TESTAFF(rv->astr, pAMgr->get_forbiddenword(), rv->alen) || TESTAFF(rv->astr, pAMgr->get_needaffix(), rv->alen) || TESTAFF(rv->astr,pAMgr->get_onlyincompound(),rv->alen))) { if (!HENTRY_FIND(rv, MORPH_STEM)) { strcat(result, " "); strcat(result, MORPH_STEM); strcat(result, word); } if (HENTRY_DATA(rv)) { strcat(result, " "); strcat(result, HENTRY_DATA(rv)); } strcat(result, "\n"); } rv = rv->next_homonym; } st = pAMgr->affix_check_morph(word,strlen(word)); if (st) { strcat(result, st); free(st); } if (pAMgr->get_compound() && (*result == '\0')) pAMgr->compound_check_morph(word, strlen(word), 0, 0, 100, 0,NULL, 0, &r, NULL); return (*result) ? mystrdup(line_uniq(result, MSEP_REC)) : NULL; } #ifdef HUNSPELL_EXPERIMENTAL char * SuggestMgr::suggest_morph_for_spelling_error(const char * word) { char * p = NULL; char ** wlst = (char **) calloc(maxSug, sizeof(char *)); if (!**wlst) return NULL; // we will use only the first suggestion for (int i = 0; i < maxSug - 1; i++) wlst[i] = ""; int ns = suggest(&wlst, word, maxSug - 1, NULL); if (ns == maxSug) { p = suggest_morph(wlst[maxSug - 1]); free(wlst[maxSug - 1]); } if (wlst) free(wlst); return p; } #endif // END OF HUNSPELL_EXPERIMENTAL CODE /* affixation */ char * SuggestMgr::suggest_hentry_gen(hentry * rv, char * pattern) { char result[MAXLNLEN]; *result = '\0'; int sfxcount = get_sfxcount(pattern); if (get_sfxcount(HENTRY_DATA(rv)) > sfxcount) return NULL; if (HENTRY_DATA(rv)) { char * aff = pAMgr->morphgen(HENTRY_WORD(rv), rv->blen, rv->astr, rv->alen, HENTRY_DATA(rv), pattern, 0); if (aff) { strcat(result, aff); strcat(result, "\n"); free(aff); } } // check all allomorphs char allomorph[MAXLNLEN]; char * p = NULL; if (HENTRY_DATA(rv)) p = strstr(HENTRY_DATA(rv), MORPH_ALLOMORPH); while (p) { struct hentry * rv2 = NULL; p += MORPH_TAG_LEN; int plen = fieldlen(p); strncpy(allomorph, p, plen); allomorph[plen] = '\0'; rv2 = pAMgr->lookup(allomorph); while (rv2) { // if (HENTRY_DATA(rv2) && get_sfxcount(HENTRY_DATA(rv2)) <= sfxcount) { if (HENTRY_DATA(rv2)) { char * st = strstr(HENTRY_DATA(rv2), MORPH_STEM); if (st && (strncmp(st + MORPH_TAG_LEN, HENTRY_WORD(rv), fieldlen(st + MORPH_TAG_LEN)) == 0)) { char * aff = pAMgr->morphgen(HENTRY_WORD(rv2), rv2->blen, rv2->astr, rv2->alen, HENTRY_DATA(rv2), pattern, 0); if (aff) { strcat(result, aff); strcat(result, "\n"); free(aff); } } } rv2 = rv2->next_homonym; } p = strstr(p + plen, MORPH_ALLOMORPH); } return (*result) ? mystrdup(result) : NULL; } char * SuggestMgr::suggest_gen(char ** desc, int n, char * pattern) { char result[MAXLNLEN]; char result2[MAXLNLEN]; char newpattern[MAXLNLEN]; *newpattern = '\0'; if (n == 0) return 0; *result2 = '\0'; struct hentry * rv = NULL; if (!pAMgr) return NULL; // search affixed forms with and without derivational suffixes while(1) { for (int k = 0; k < n; k++) { *result = '\0'; // add compound word parts (except the last one) char * s = (char *) desc[k]; char * part = strstr(s, MORPH_PART); if (part) { char * nextpart = strstr(part + 1, MORPH_PART); while (nextpart) { copy_field(result + strlen(result), part, MORPH_PART); part = nextpart; nextpart = strstr(part + 1, MORPH_PART); } s = part; } char **pl; char tok[MAXLNLEN]; strcpy(tok, s); char * alt = strstr(tok, " | "); while (alt) { alt[1] = MSEP_ALT; alt = strstr(alt, " | "); } int pln = line_tok(tok, &pl, MSEP_ALT); for (int i = 0; i < pln; i++) { // remove inflectional and terminal suffixes char * is = strstr(pl[i], MORPH_INFL_SFX); if (is) *is = '\0'; char * ts = strstr(pl[i], MORPH_TERM_SFX); while (ts) { *ts = '_'; ts = strstr(pl[i], MORPH_TERM_SFX); } char * st = strstr(s, MORPH_STEM); if (st) { copy_field(tok, st, MORPH_STEM); rv = pAMgr->lookup(tok); while (rv) { char newpat[MAXLNLEN]; strcpy(newpat, pl[i]); strcat(newpat, pattern); char * sg = suggest_hentry_gen(rv, newpat); if (!sg) sg = suggest_hentry_gen(rv, pattern); if (sg) { char ** gen; int genl = line_tok(sg, &gen, MSEP_REC); free(sg); sg = NULL; for (int j = 0; j < genl; j++) { if (strstr(pl[i], MORPH_SURF_PFX)) { int r2l = strlen(result2); result2[r2l] = MSEP_REC; strcpy(result2 + r2l + 1, result); copy_field(result2 + strlen(result2), pl[i], MORPH_SURF_PFX); strcat(result2, gen[j]); } else { sprintf(result2 + strlen(result2), "%c%s%s", MSEP_REC, result, gen[j]); } } freelist(&gen, genl); } rv = rv->next_homonym; } } } freelist(&pl, pln); } if (*result2 || !strstr(pattern, MORPH_DERI_SFX)) break; strcpy(newpattern, pattern); pattern = newpattern; char * ds = strstr(pattern, MORPH_DERI_SFX); while (ds) { strncpy(ds, MORPH_TERM_SFX, MORPH_TAG_LEN); ds = strstr(pattern, MORPH_DERI_SFX); } } return (*result2 ? mystrdup(result2) : NULL); } // generate an n-gram score comparing s1 and s2 int SuggestMgr::ngram(int n, char * s1, const char * s2, int opt) { int nscore = 0; int ns; int l1; int l2; if (utf8) { w_char su1[MAXSWL]; w_char su2[MAXSWL]; l1 = u8_u16(su1, MAXSWL, s1); l2 = u8_u16(su2, MAXSWL, s2); if ((l2 <= 0) || (l1 == -1)) return 0; // lowering dictionary word if (opt & NGRAM_LOWERING) mkallsmall_utf(su2, l2, langnum); for (int j = 1; j <= n; j++) { ns = 0; for (int i = 0; i <= (l1-j); i++) { for (int l = 0; l <= (l2-j); l++) { int k; for (k = 0; (k < j); k++) { w_char * c1 = su1 + i + k; w_char * c2 = su2 + l + k; if ((c1->l != c2->l) || (c1->h != c2->h)) break; } if (k == j) { ns++; break; } } } nscore = nscore + ns; if (ns < 2) break; } } else { char t[MAXSWUTF8L]; l1 = strlen(s1); l2 = strlen(s2); if (l2 == 0) return 0; strcpy(t, s2); if (opt & NGRAM_LOWERING) mkallsmall(t, csconv); for (int j = 1; j <= n; j++) { ns = 0; for (int i = 0; i <= (l1-j); i++) { char c = *(s1 + i + j); *(s1 + i + j) = '\0'; if (strstr(t,(s1+i))) ns++; *(s1 + i + j ) = c; } nscore = nscore + ns; if (ns < 2) break; } } ns = 0; if (opt & NGRAM_LONGER_WORSE) ns = (l2-l1)-2; if (opt & NGRAM_ANY_MISMATCH) ns = abs(l2-l1)-2; ns = (nscore - ((ns > 0) ? ns : 0)); return ns; } // length of the left common substring of s1 and (decapitalised) s2 int SuggestMgr::leftcommonsubstring(char * s1, const char * s2) { if (utf8) { w_char su1[MAXSWL]; w_char su2[MAXSWL]; // decapitalize dictionary word if (complexprefixes) { int l1 = u8_u16(su1, MAXSWL, s1); int l2 = u8_u16(su2, MAXSWL, s2); if (*((short *)su1+l1-1) == *((short *)su2+l2-1)) return 1; } else { int i; u8_u16(su1, 1, s1); u8_u16(su2, 1, s2); unsigned short idx = (su2->h << 8) + su2->l; if (*((short *)su1) != *((short *)su2) && (*((unsigned short *)su1) != unicodetolower(idx, langnum))) return 0; int l1 = u8_u16(su1, MAXSWL, s1); int l2 = u8_u16(su2, MAXSWL, s2); for(i = 1; (i < l1) && (i < l2) && (*((short *)(su1 + i)) == *((short *)(su2 + i))); i++); return i; } } else { if (complexprefixes) { int l1 = strlen(s1); int l2 = strlen(s2); if (*(s2+l1-1) == *(s2+l2-1)) return 1; } else { char * olds = s1; // decapitalise dictionary word if ((*s1 != *s2) && (*s1 != csconv[((unsigned char)*s2)].clower)) return 0; do { s1++; s2++; } while ((*s1 == *s2) && (*s1 != '\0')); return s1 - olds; } } return 0; } int SuggestMgr::commoncharacterpositions(char * s1, const char * s2, int * is_swap) { int num = 0; int diff = 0; int diffpos[2]; *is_swap = 0; if (utf8) { w_char su1[MAXSWL]; w_char su2[MAXSWL]; int l1 = u8_u16(su1, MAXSWL, s1); int l2 = u8_u16(su2, MAXSWL, s2); // decapitalize dictionary word if (complexprefixes) { mkallsmall_utf(su2+l2-1, 1, langnum); } else { mkallsmall_utf(su2, 1, langnum); } for (int i = 0; (i < l1) && (i < l2); i++) { if (((short *) su1)[i] == ((short *) su2)[i]) { num++; } else { if (diff < 2) diffpos[diff] = i; diff++; } } if ((diff == 2) && (l1 == l2) && (((short *) su1)[diffpos[0]] == ((short *) su2)[diffpos[1]]) && (((short *) su1)[diffpos[1]] == ((short *) su2)[diffpos[0]])) *is_swap = 1; } else { int i; char t[MAXSWUTF8L]; strcpy(t, s2); // decapitalize dictionary word if (complexprefixes) { int l2 = strlen(t); *(t+l2-1) = csconv[((unsigned char)*(t+l2-1))].clower; } else { mkallsmall(t, csconv); } for (i = 0; (*(s1+i) != 0) && (*(t+i) != 0); i++) { if (*(s1+i) == *(t+i)) { num++; } else { if (diff < 2) diffpos[diff] = i; diff++; } } if ((diff == 2) && (*(s1+i) == 0) && (*(t+i) == 0) && (*(s1+diffpos[0]) == *(t+diffpos[1])) && (*(s1+diffpos[1]) == *(t+diffpos[0]))) *is_swap = 1; } return num; } int SuggestMgr::mystrlen(const char * word) { if (utf8) { w_char w[MAXSWL]; return u8_u16(w, MAXSWL, word); } else return strlen(word); } // sort in decreasing order of score void SuggestMgr::bubblesort(char** rword, char** rword2, int* rsc, int n ) { int m = 1; while (m < n) { int j = m; while (j > 0) { if (rsc[j-1] < rsc[j]) { int sctmp = rsc[j-1]; char * wdtmp = rword[j-1]; rsc[j-1] = rsc[j]; rword[j-1] = rword[j]; rsc[j] = sctmp; rword[j] = wdtmp; if (rword2) { wdtmp = rword2[j-1]; rword2[j-1] = rword2[j]; rword2[j] = wdtmp; } j--; } else break; } m++; } return; } // longest common subsequence void SuggestMgr::lcs(const char * s, const char * s2, int * l1, int * l2, char ** result) { int n, m; w_char su[MAXSWL]; w_char su2[MAXSWL]; char * b; char * c; int i; int j; if (utf8) { m = u8_u16(su, MAXSWL, s); n = u8_u16(su2, MAXSWL, s2); } else { m = strlen(s); n = strlen(s2); } c = (char *) malloc((m + 1) * (n + 1)); b = (char *) malloc((m + 1) * (n + 1)); if (!c || !b) { if (c) free(c); if (b) free(b); *result = NULL; return; } for (i = 1; i <= m; i++) c[i*(n+1)] = 0; for (j = 0; j <= n; j++) c[j] = 0; for (i = 1; i <= m; i++) { for (j = 1; j <= n; j++) { if ((utf8) && (*((short *) su+i-1) == *((short *)su2+j-1)) || (!utf8) && ((*(s+i-1)) == (*(s2+j-1)))) { c[i*(n+1) + j] = c[(i-1)*(n+1) + j-1]+1; b[i*(n+1) + j] = LCS_UPLEFT; } else if (c[(i-1)*(n+1) + j] >= c[i*(n+1) + j-1]) { c[i*(n+1) + j] = c[(i-1)*(n+1) + j]; b[i*(n+1) + j] = LCS_UP; } else { c[i*(n+1) + j] = c[i*(n+1) + j-1]; b[i*(n+1) + j] = LCS_LEFT; } } } *result = b; free(c); *l1 = m; *l2 = n; } int SuggestMgr::lcslen(const char * s, const char* s2) { int m; int n; int i; int j; char * result; int len = 0; lcs(s, s2, &m, &n, &result); if (!result) return 0; i = m; j = n; while ((i != 0) && (j != 0)) { if (result[i*(n+1) + j] == LCS_UPLEFT) { len++; i--; j--; } else if (result[i*(n+1) + j] == LCS_UP) { i--; } else j--; } free(result); return len; } enchant-1.6.0/src/myspell/utf_info.cxx0000664000076400007640000072113011355203721014705 00000000000000#include "csutil.hxx" /* fields: Unicode letter, toupper, tolower */ static struct unicode_info utf_lst[] = { { 0x0041, 0x0041, 0x0061 }, { 0x0042, 0x0042, 0x0062 }, { 0x0043, 0x0043, 0x0063 }, { 0x0044, 0x0044, 0x0064 }, { 0x0045, 0x0045, 0x0065 }, { 0x0046, 0x0046, 0x0066 }, { 0x0047, 0x0047, 0x0067 }, { 0x0048, 0x0048, 0x0068 }, { 0x0049, 0x0049, 0x0069 }, { 0x004A, 0x004A, 0x006A }, { 0x004B, 0x004B, 0x006B }, { 0x004C, 0x004C, 0x006C }, { 0x004D, 0x004D, 0x006D }, { 0x004E, 0x004E, 0x006E }, { 0x004F, 0x004F, 0x006F }, { 0x0050, 0x0050, 0x0070 }, { 0x0051, 0x0051, 0x0071 }, { 0x0052, 0x0052, 0x0072 }, { 0x0053, 0x0053, 0x0073 }, { 0x0054, 0x0054, 0x0074 }, { 0x0055, 0x0055, 0x0075 }, { 0x0056, 0x0056, 0x0076 }, { 0x0057, 0x0057, 0x0077 }, { 0x0058, 0x0058, 0x0078 }, { 0x0059, 0x0059, 0x0079 }, { 0x005A, 0x005A, 0x007A }, { 0x0061, 0x0041, 0x0061 }, { 0x0062, 0x0042, 0x0062 }, { 0x0063, 0x0043, 0x0063 }, { 0x0064, 0x0044, 0x0064 }, { 0x0065, 0x0045, 0x0065 }, { 0x0066, 0x0046, 0x0066 }, { 0x0067, 0x0047, 0x0067 }, { 0x0068, 0x0048, 0x0068 }, { 0x0069, 0x0049, 0x0069 }, { 0x006A, 0x004A, 0x006A }, { 0x006B, 0x004B, 0x006B }, { 0x006C, 0x004C, 0x006C }, { 0x006D, 0x004D, 0x006D }, { 0x006E, 0x004E, 0x006E }, { 0x006F, 0x004F, 0x006F }, { 0x0070, 0x0050, 0x0070 }, { 0x0071, 0x0051, 0x0071 }, { 0x0072, 0x0052, 0x0072 }, { 0x0073, 0x0053, 0x0073 }, { 0x0074, 0x0054, 0x0074 }, { 0x0075, 0x0055, 0x0075 }, { 0x0076, 0x0056, 0x0076 }, { 0x0077, 0x0057, 0x0077 }, { 0x0078, 0x0058, 0x0078 }, { 0x0079, 0x0059, 0x0079 }, { 0x007A, 0x005A, 0x007A }, { 0x00AA, 0x00AA, 0x00AA }, { 0x00B5, 0x039C, 0x00B5 }, { 0x00BA, 0x00BA, 0x00BA }, { 0x00C0, 0x00C0, 0x00E0 }, { 0x00C1, 0x00C1, 0x00E1 }, { 0x00C2, 0x00C2, 0x00E2 }, { 0x00C3, 0x00C3, 0x00E3 }, { 0x00C4, 0x00C4, 0x00E4 }, { 0x00C5, 0x00C5, 0x00E5 }, { 0x00C6, 0x00C6, 0x00E6 }, { 0x00C7, 0x00C7, 0x00E7 }, { 0x00C8, 0x00C8, 0x00E8 }, { 0x00C9, 0x00C9, 0x00E9 }, { 0x00CA, 0x00CA, 0x00EA }, { 0x00CB, 0x00CB, 0x00EB }, { 0x00CC, 0x00CC, 0x00EC }, { 0x00CD, 0x00CD, 0x00ED }, { 0x00CE, 0x00CE, 0x00EE }, { 0x00CF, 0x00CF, 0x00EF }, { 0x00D0, 0x00D0, 0x00F0 }, { 0x00D1, 0x00D1, 0x00F1 }, { 0x00D2, 0x00D2, 0x00F2 }, { 0x00D3, 0x00D3, 0x00F3 }, { 0x00D4, 0x00D4, 0x00F4 }, { 0x00D5, 0x00D5, 0x00F5 }, { 0x00D6, 0x00D6, 0x00F6 }, { 0x00D8, 0x00D8, 0x00F8 }, { 0x00D9, 0x00D9, 0x00F9 }, { 0x00DA, 0x00DA, 0x00FA }, { 0x00DB, 0x00DB, 0x00FB }, { 0x00DC, 0x00DC, 0x00FC }, { 0x00DD, 0x00DD, 0x00FD }, { 0x00DE, 0x00DE, 0x00FE }, { 0x00DF, 0x00DF, 0x00DF }, { 0x00E0, 0x00C0, 0x00E0 }, { 0x00E1, 0x00C1, 0x00E1 }, { 0x00E2, 0x00C2, 0x00E2 }, { 0x00E3, 0x00C3, 0x00E3 }, { 0x00E4, 0x00C4, 0x00E4 }, { 0x00E5, 0x00C5, 0x00E5 }, { 0x00E6, 0x00C6, 0x00E6 }, { 0x00E7, 0x00C7, 0x00E7 }, { 0x00E8, 0x00C8, 0x00E8 }, { 0x00E9, 0x00C9, 0x00E9 }, { 0x00EA, 0x00CA, 0x00EA }, { 0x00EB, 0x00CB, 0x00EB }, { 0x00EC, 0x00CC, 0x00EC }, { 0x00ED, 0x00CD, 0x00ED }, { 0x00EE, 0x00CE, 0x00EE }, { 0x00EF, 0x00CF, 0x00EF }, { 0x00F0, 0x00D0, 0x00F0 }, { 0x00F1, 0x00D1, 0x00F1 }, { 0x00F2, 0x00D2, 0x00F2 }, { 0x00F3, 0x00D3, 0x00F3 }, { 0x00F4, 0x00D4, 0x00F4 }, { 0x00F5, 0x00D5, 0x00F5 }, { 0x00F6, 0x00D6, 0x00F6 }, { 0x00F8, 0x00D8, 0x00F8 }, { 0x00F9, 0x00D9, 0x00F9 }, { 0x00FA, 0x00DA, 0x00FA }, { 0x00FB, 0x00DB, 0x00FB }, { 0x00FC, 0x00DC, 0x00FC }, { 0x00FD, 0x00DD, 0x00FD }, { 0x00FE, 0x00DE, 0x00FE }, { 0x00FF, 0x0178, 0x00FF }, { 0x0100, 0x0100, 0x0101 }, { 0x0101, 0x0100, 0x0101 }, { 0x0102, 0x0102, 0x0103 }, { 0x0103, 0x0102, 0x0103 }, { 0x0104, 0x0104, 0x0105 }, { 0x0105, 0x0104, 0x0105 }, { 0x0106, 0x0106, 0x0107 }, { 0x0107, 0x0106, 0x0107 }, { 0x0108, 0x0108, 0x0109 }, { 0x0109, 0x0108, 0x0109 }, { 0x010A, 0x010A, 0x010B }, { 0x010B, 0x010A, 0x010B }, { 0x010C, 0x010C, 0x010D }, { 0x010D, 0x010C, 0x010D }, { 0x010E, 0x010E, 0x010F }, { 0x010F, 0x010E, 0x010F }, { 0x0110, 0x0110, 0x0111 }, { 0x0111, 0x0110, 0x0111 }, { 0x0112, 0x0112, 0x0113 }, { 0x0113, 0x0112, 0x0113 }, { 0x0114, 0x0114, 0x0115 }, { 0x0115, 0x0114, 0x0115 }, { 0x0116, 0x0116, 0x0117 }, { 0x0117, 0x0116, 0x0117 }, { 0x0118, 0x0118, 0x0119 }, { 0x0119, 0x0118, 0x0119 }, { 0x011A, 0x011A, 0x011B }, { 0x011B, 0x011A, 0x011B }, { 0x011C, 0x011C, 0x011D }, { 0x011D, 0x011C, 0x011D }, { 0x011E, 0x011E, 0x011F }, { 0x011F, 0x011E, 0x011F }, { 0x0120, 0x0120, 0x0121 }, { 0x0121, 0x0120, 0x0121 }, { 0x0122, 0x0122, 0x0123 }, { 0x0123, 0x0122, 0x0123 }, { 0x0124, 0x0124, 0x0125 }, { 0x0125, 0x0124, 0x0125 }, { 0x0126, 0x0126, 0x0127 }, { 0x0127, 0x0126, 0x0127 }, { 0x0128, 0x0128, 0x0129 }, { 0x0129, 0x0128, 0x0129 }, { 0x012A, 0x012A, 0x012B }, { 0x012B, 0x012A, 0x012B }, { 0x012C, 0x012C, 0x012D }, { 0x012D, 0x012C, 0x012D }, { 0x012E, 0x012E, 0x012F }, { 0x012F, 0x012E, 0x012F }, { 0x0130, 0x0130, 0x0069 }, { 0x0131, 0x0049, 0x0131 }, { 0x0132, 0x0132, 0x0133 }, { 0x0133, 0x0132, 0x0133 }, { 0x0134, 0x0134, 0x0135 }, { 0x0135, 0x0134, 0x0135 }, { 0x0136, 0x0136, 0x0137 }, { 0x0137, 0x0136, 0x0137 }, { 0x0138, 0x0138, 0x0138 }, { 0x0139, 0x0139, 0x013A }, { 0x013A, 0x0139, 0x013A }, { 0x013B, 0x013B, 0x013C }, { 0x013C, 0x013B, 0x013C }, { 0x013D, 0x013D, 0x013E }, { 0x013E, 0x013D, 0x013E }, { 0x013F, 0x013F, 0x0140 }, { 0x0140, 0x013F, 0x0140 }, { 0x0141, 0x0141, 0x0142 }, { 0x0142, 0x0141, 0x0142 }, { 0x0143, 0x0143, 0x0144 }, { 0x0144, 0x0143, 0x0144 }, { 0x0145, 0x0145, 0x0146 }, { 0x0146, 0x0145, 0x0146 }, { 0x0147, 0x0147, 0x0148 }, { 0x0148, 0x0147, 0x0148 }, { 0x0149, 0x0149, 0x0149 }, { 0x014A, 0x014A, 0x014B }, { 0x014B, 0x014A, 0x014B }, { 0x014C, 0x014C, 0x014D }, { 0x014D, 0x014C, 0x014D }, { 0x014E, 0x014E, 0x014F }, { 0x014F, 0x014E, 0x014F }, { 0x0150, 0x0150, 0x0151 }, { 0x0151, 0x0150, 0x0151 }, { 0x0152, 0x0152, 0x0153 }, { 0x0153, 0x0152, 0x0153 }, { 0x0154, 0x0154, 0x0155 }, { 0x0155, 0x0154, 0x0155 }, { 0x0156, 0x0156, 0x0157 }, { 0x0157, 0x0156, 0x0157 }, { 0x0158, 0x0158, 0x0159 }, { 0x0159, 0x0158, 0x0159 }, { 0x015A, 0x015A, 0x015B }, { 0x015B, 0x015A, 0x015B }, { 0x015C, 0x015C, 0x015D }, { 0x015D, 0x015C, 0x015D }, { 0x015E, 0x015E, 0x015F }, { 0x015F, 0x015E, 0x015F }, { 0x0160, 0x0160, 0x0161 }, { 0x0161, 0x0160, 0x0161 }, { 0x0162, 0x0162, 0x0163 }, { 0x0163, 0x0162, 0x0163 }, { 0x0164, 0x0164, 0x0165 }, { 0x0165, 0x0164, 0x0165 }, { 0x0166, 0x0166, 0x0167 }, { 0x0167, 0x0166, 0x0167 }, { 0x0168, 0x0168, 0x0169 }, { 0x0169, 0x0168, 0x0169 }, { 0x016A, 0x016A, 0x016B }, { 0x016B, 0x016A, 0x016B }, { 0x016C, 0x016C, 0x016D }, { 0x016D, 0x016C, 0x016D }, { 0x016E, 0x016E, 0x016F }, { 0x016F, 0x016E, 0x016F }, { 0x0170, 0x0170, 0x0171 }, { 0x0171, 0x0170, 0x0171 }, { 0x0172, 0x0172, 0x0173 }, { 0x0173, 0x0172, 0x0173 }, { 0x0174, 0x0174, 0x0175 }, { 0x0175, 0x0174, 0x0175 }, { 0x0176, 0x0176, 0x0177 }, { 0x0177, 0x0176, 0x0177 }, { 0x0178, 0x0178, 0x00FF }, { 0x0179, 0x0179, 0x017A }, { 0x017A, 0x0179, 0x017A }, { 0x017B, 0x017B, 0x017C }, { 0x017C, 0x017B, 0x017C }, { 0x017D, 0x017D, 0x017E }, { 0x017E, 0x017D, 0x017E }, { 0x017F, 0x0053, 0x017F }, { 0x0180, 0x0180, 0x0180 }, { 0x0181, 0x0181, 0x0253 }, { 0x0182, 0x0182, 0x0183 }, { 0x0183, 0x0182, 0x0183 }, { 0x0184, 0x0184, 0x0185 }, { 0x0185, 0x0184, 0x0185 }, { 0x0186, 0x0186, 0x0254 }, { 0x0187, 0x0187, 0x0188 }, { 0x0188, 0x0187, 0x0188 }, { 0x0189, 0x0189, 0x0256 }, { 0x018A, 0x018A, 0x0257 }, { 0x018B, 0x018B, 0x018C }, { 0x018C, 0x018B, 0x018C }, { 0x018D, 0x018D, 0x018D }, { 0x018E, 0x018E, 0x01DD }, { 0x018F, 0x018F, 0x0259 }, { 0x0190, 0x0190, 0x025B }, { 0x0191, 0x0191, 0x0192 }, { 0x0192, 0x0191, 0x0192 }, { 0x0193, 0x0193, 0x0260 }, { 0x0194, 0x0194, 0x0263 }, { 0x0195, 0x01F6, 0x0195 }, { 0x0196, 0x0196, 0x0269 }, { 0x0197, 0x0197, 0x0268 }, { 0x0198, 0x0198, 0x0199 }, { 0x0199, 0x0198, 0x0199 }, { 0x019A, 0x023D, 0x019A }, { 0x019B, 0x019B, 0x019B }, { 0x019C, 0x019C, 0x026F }, { 0x019D, 0x019D, 0x0272 }, { 0x019E, 0x0220, 0x019E }, { 0x019F, 0x019F, 0x0275 }, { 0x01A0, 0x01A0, 0x01A1 }, { 0x01A1, 0x01A0, 0x01A1 }, { 0x01A2, 0x01A2, 0x01A3 }, { 0x01A3, 0x01A2, 0x01A3 }, { 0x01A4, 0x01A4, 0x01A5 }, { 0x01A5, 0x01A4, 0x01A5 }, { 0x01A6, 0x01A6, 0x0280 }, { 0x01A7, 0x01A7, 0x01A8 }, { 0x01A8, 0x01A7, 0x01A8 }, { 0x01A9, 0x01A9, 0x0283 }, { 0x01AA, 0x01AA, 0x01AA }, { 0x01AB, 0x01AB, 0x01AB }, { 0x01AC, 0x01AC, 0x01AD }, { 0x01AD, 0x01AC, 0x01AD }, { 0x01AE, 0x01AE, 0x0288 }, { 0x01AF, 0x01AF, 0x01B0 }, { 0x01B0, 0x01AF, 0x01B0 }, { 0x01B1, 0x01B1, 0x028A }, { 0x01B2, 0x01B2, 0x028B }, { 0x01B3, 0x01B3, 0x01B4 }, { 0x01B4, 0x01B3, 0x01B4 }, { 0x01B5, 0x01B5, 0x01B6 }, { 0x01B6, 0x01B5, 0x01B6 }, { 0x01B7, 0x01B7, 0x0292 }, { 0x01B8, 0x01B8, 0x01B9 }, { 0x01B9, 0x01B8, 0x01B9 }, { 0x01BA, 0x01BA, 0x01BA }, { 0x01BB, 0x01BB, 0x01BB }, { 0x01BC, 0x01BC, 0x01BD }, { 0x01BD, 0x01BC, 0x01BD }, { 0x01BE, 0x01BE, 0x01BE }, { 0x01BF, 0x01F7, 0x01BF }, { 0x01C0, 0x01C0, 0x01C0 }, { 0x01C1, 0x01C1, 0x01C1 }, { 0x01C2, 0x01C2, 0x01C2 }, { 0x01C3, 0x01C3, 0x01C3 }, { 0x01C4, 0x01C4, 0x01C6 }, { 0x01C5, 0x01C4, 0x01C6 }, { 0x01C6, 0x01C4, 0x01C6 }, { 0x01C7, 0x01C7, 0x01C9 }, { 0x01C8, 0x01C7, 0x01C9 }, { 0x01C9, 0x01C7, 0x01C9 }, { 0x01CA, 0x01CA, 0x01CC }, { 0x01CB, 0x01CA, 0x01CC }, { 0x01CC, 0x01CA, 0x01CC }, { 0x01CD, 0x01CD, 0x01CE }, { 0x01CE, 0x01CD, 0x01CE }, { 0x01CF, 0x01CF, 0x01D0 }, { 0x01D0, 0x01CF, 0x01D0 }, { 0x01D1, 0x01D1, 0x01D2 }, { 0x01D2, 0x01D1, 0x01D2 }, { 0x01D3, 0x01D3, 0x01D4 }, { 0x01D4, 0x01D3, 0x01D4 }, { 0x01D5, 0x01D5, 0x01D6 }, { 0x01D6, 0x01D5, 0x01D6 }, { 0x01D7, 0x01D7, 0x01D8 }, { 0x01D8, 0x01D7, 0x01D8 }, { 0x01D9, 0x01D9, 0x01DA }, { 0x01DA, 0x01D9, 0x01DA }, { 0x01DB, 0x01DB, 0x01DC }, { 0x01DC, 0x01DB, 0x01DC }, { 0x01DD, 0x018E, 0x01DD }, { 0x01DE, 0x01DE, 0x01DF }, { 0x01DF, 0x01DE, 0x01DF }, { 0x01E0, 0x01E0, 0x01E1 }, { 0x01E1, 0x01E0, 0x01E1 }, { 0x01E2, 0x01E2, 0x01E3 }, { 0x01E3, 0x01E2, 0x01E3 }, { 0x01E4, 0x01E4, 0x01E5 }, { 0x01E5, 0x01E4, 0x01E5 }, { 0x01E6, 0x01E6, 0x01E7 }, { 0x01E7, 0x01E6, 0x01E7 }, { 0x01E8, 0x01E8, 0x01E9 }, { 0x01E9, 0x01E8, 0x01E9 }, { 0x01EA, 0x01EA, 0x01EB }, { 0x01EB, 0x01EA, 0x01EB }, { 0x01EC, 0x01EC, 0x01ED }, { 0x01ED, 0x01EC, 0x01ED }, { 0x01EE, 0x01EE, 0x01EF }, { 0x01EF, 0x01EE, 0x01EF }, { 0x01F0, 0x01F0, 0x01F0 }, { 0x01F1, 0x01F1, 0x01F3 }, { 0x01F2, 0x01F1, 0x01F3 }, { 0x01F3, 0x01F1, 0x01F3 }, { 0x01F4, 0x01F4, 0x01F5 }, { 0x01F5, 0x01F4, 0x01F5 }, { 0x01F6, 0x01F6, 0x0195 }, { 0x01F7, 0x01F7, 0x01BF }, { 0x01F8, 0x01F8, 0x01F9 }, { 0x01F9, 0x01F8, 0x01F9 }, { 0x01FA, 0x01FA, 0x01FB }, { 0x01FB, 0x01FA, 0x01FB }, { 0x01FC, 0x01FC, 0x01FD }, { 0x01FD, 0x01FC, 0x01FD }, { 0x01FE, 0x01FE, 0x01FF }, { 0x01FF, 0x01FE, 0x01FF }, { 0x0200, 0x0200, 0x0201 }, { 0x0201, 0x0200, 0x0201 }, { 0x0202, 0x0202, 0x0203 }, { 0x0203, 0x0202, 0x0203 }, { 0x0204, 0x0204, 0x0205 }, { 0x0205, 0x0204, 0x0205 }, { 0x0206, 0x0206, 0x0207 }, { 0x0207, 0x0206, 0x0207 }, { 0x0208, 0x0208, 0x0209 }, { 0x0209, 0x0208, 0x0209 }, { 0x020A, 0x020A, 0x020B }, { 0x020B, 0x020A, 0x020B }, { 0x020C, 0x020C, 0x020D }, { 0x020D, 0x020C, 0x020D }, { 0x020E, 0x020E, 0x020F }, { 0x020F, 0x020E, 0x020F }, { 0x0210, 0x0210, 0x0211 }, { 0x0211, 0x0210, 0x0211 }, { 0x0212, 0x0212, 0x0213 }, { 0x0213, 0x0212, 0x0213 }, { 0x0214, 0x0214, 0x0215 }, { 0x0215, 0x0214, 0x0215 }, { 0x0216, 0x0216, 0x0217 }, { 0x0217, 0x0216, 0x0217 }, { 0x0218, 0x0218, 0x0219 }, { 0x0219, 0x0218, 0x0219 }, { 0x021A, 0x021A, 0x021B }, { 0x021B, 0x021A, 0x021B }, { 0x021C, 0x021C, 0x021D }, { 0x021D, 0x021C, 0x021D }, { 0x021E, 0x021E, 0x021F }, { 0x021F, 0x021E, 0x021F }, { 0x0220, 0x0220, 0x019E }, { 0x0221, 0x0221, 0x0221 }, { 0x0222, 0x0222, 0x0223 }, { 0x0223, 0x0222, 0x0223 }, { 0x0224, 0x0224, 0x0225 }, { 0x0225, 0x0224, 0x0225 }, { 0x0226, 0x0226, 0x0227 }, { 0x0227, 0x0226, 0x0227 }, { 0x0228, 0x0228, 0x0229 }, { 0x0229, 0x0228, 0x0229 }, { 0x022A, 0x022A, 0x022B }, { 0x022B, 0x022A, 0x022B }, { 0x022C, 0x022C, 0x022D }, { 0x022D, 0x022C, 0x022D }, { 0x022E, 0x022E, 0x022F }, { 0x022F, 0x022E, 0x022F }, { 0x0230, 0x0230, 0x0231 }, { 0x0231, 0x0230, 0x0231 }, { 0x0232, 0x0232, 0x0233 }, { 0x0233, 0x0232, 0x0233 }, { 0x0234, 0x0234, 0x0234 }, { 0x0235, 0x0235, 0x0235 }, { 0x0236, 0x0236, 0x0236 }, { 0x0237, 0x0237, 0x0237 }, { 0x0238, 0x0238, 0x0238 }, { 0x0239, 0x0239, 0x0239 }, { 0x023A, 0x023A, 0x023A }, { 0x023B, 0x023B, 0x023C }, { 0x023C, 0x023B, 0x023C }, { 0x023D, 0x023D, 0x019A }, { 0x023E, 0x023E, 0x023E }, { 0x023F, 0x023F, 0x023F }, { 0x0240, 0x0240, 0x0240 }, { 0x0241, 0x0241, 0x0294 }, { 0x0250, 0x0250, 0x0250 }, { 0x0251, 0x0251, 0x0251 }, { 0x0252, 0x0252, 0x0252 }, { 0x0253, 0x0181, 0x0253 }, { 0x0254, 0x0186, 0x0254 }, { 0x0255, 0x0255, 0x0255 }, { 0x0256, 0x0189, 0x0256 }, { 0x0257, 0x018A, 0x0257 }, { 0x0258, 0x0258, 0x0258 }, { 0x0259, 0x018F, 0x0259 }, { 0x025A, 0x025A, 0x025A }, { 0x025B, 0x0190, 0x025B }, { 0x025C, 0x025C, 0x025C }, { 0x025D, 0x025D, 0x025D }, { 0x025E, 0x025E, 0x025E }, { 0x025F, 0x025F, 0x025F }, { 0x0260, 0x0193, 0x0260 }, { 0x0261, 0x0261, 0x0261 }, { 0x0262, 0x0262, 0x0262 }, { 0x0263, 0x0194, 0x0263 }, { 0x0264, 0x0264, 0x0264 }, { 0x0265, 0x0265, 0x0265 }, { 0x0266, 0x0266, 0x0266 }, { 0x0267, 0x0267, 0x0267 }, { 0x0268, 0x0197, 0x0268 }, { 0x0269, 0x0196, 0x0269 }, { 0x026A, 0x026A, 0x026A }, { 0x026B, 0x026B, 0x026B }, { 0x026C, 0x026C, 0x026C }, { 0x026D, 0x026D, 0x026D }, { 0x026E, 0x026E, 0x026E }, { 0x026F, 0x019C, 0x026F }, { 0x0270, 0x0270, 0x0270 }, { 0x0271, 0x0271, 0x0271 }, { 0x0272, 0x019D, 0x0272 }, { 0x0273, 0x0273, 0x0273 }, { 0x0274, 0x0274, 0x0274 }, { 0x0275, 0x019F, 0x0275 }, { 0x0276, 0x0276, 0x0276 }, { 0x0277, 0x0277, 0x0277 }, { 0x0278, 0x0278, 0x0278 }, { 0x0279, 0x0279, 0x0279 }, { 0x027A, 0x027A, 0x027A }, { 0x027B, 0x027B, 0x027B }, { 0x027C, 0x027C, 0x027C }, { 0x027D, 0x027D, 0x027D }, { 0x027E, 0x027E, 0x027E }, { 0x027F, 0x027F, 0x027F }, { 0x0280, 0x01A6, 0x0280 }, { 0x0281, 0x0281, 0x0281 }, { 0x0282, 0x0282, 0x0282 }, { 0x0283, 0x01A9, 0x0283 }, { 0x0284, 0x0284, 0x0284 }, { 0x0285, 0x0285, 0x0285 }, { 0x0286, 0x0286, 0x0286 }, { 0x0287, 0x0287, 0x0287 }, { 0x0288, 0x01AE, 0x0288 }, { 0x0289, 0x0289, 0x0289 }, { 0x028A, 0x01B1, 0x028A }, { 0x028B, 0x01B2, 0x028B }, { 0x028C, 0x028C, 0x028C }, { 0x028D, 0x028D, 0x028D }, { 0x028E, 0x028E, 0x028E }, { 0x028F, 0x028F, 0x028F }, { 0x0290, 0x0290, 0x0290 }, { 0x0291, 0x0291, 0x0291 }, { 0x0292, 0x01B7, 0x0292 }, { 0x0293, 0x0293, 0x0293 }, { 0x0294, 0x0241, 0x0294 }, { 0x0295, 0x0295, 0x0295 }, { 0x0296, 0x0296, 0x0296 }, { 0x0297, 0x0297, 0x0297 }, { 0x0298, 0x0298, 0x0298 }, { 0x0299, 0x0299, 0x0299 }, { 0x029A, 0x029A, 0x029A }, { 0x029B, 0x029B, 0x029B }, { 0x029C, 0x029C, 0x029C }, { 0x029D, 0x029D, 0x029D }, { 0x029E, 0x029E, 0x029E }, { 0x029F, 0x029F, 0x029F }, { 0x02A0, 0x02A0, 0x02A0 }, { 0x02A1, 0x02A1, 0x02A1 }, { 0x02A2, 0x02A2, 0x02A2 }, { 0x02A3, 0x02A3, 0x02A3 }, { 0x02A4, 0x02A4, 0x02A4 }, { 0x02A5, 0x02A5, 0x02A5 }, { 0x02A6, 0x02A6, 0x02A6 }, { 0x02A7, 0x02A7, 0x02A7 }, { 0x02A8, 0x02A8, 0x02A8 }, { 0x02A9, 0x02A9, 0x02A9 }, { 0x02AA, 0x02AA, 0x02AA }, { 0x02AB, 0x02AB, 0x02AB }, { 0x02AC, 0x02AC, 0x02AC }, { 0x02AD, 0x02AD, 0x02AD }, { 0x02AE, 0x02AE, 0x02AE }, { 0x02AF, 0x02AF, 0x02AF }, { 0x02B0, 0x02B0, 0x02B0 }, { 0x02B1, 0x02B1, 0x02B1 }, { 0x02B2, 0x02B2, 0x02B2 }, { 0x02B3, 0x02B3, 0x02B3 }, { 0x02B4, 0x02B4, 0x02B4 }, { 0x02B5, 0x02B5, 0x02B5 }, { 0x02B6, 0x02B6, 0x02B6 }, { 0x02B7, 0x02B7, 0x02B7 }, { 0x02B8, 0x02B8, 0x02B8 }, { 0x02B9, 0x02B9, 0x02B9 }, { 0x02BA, 0x02BA, 0x02BA }, { 0x02BB, 0x02BB, 0x02BB }, { 0x02BC, 0x02BC, 0x02BC }, { 0x02BD, 0x02BD, 0x02BD }, { 0x02BE, 0x02BE, 0x02BE }, { 0x02BF, 0x02BF, 0x02BF }, { 0x02C0, 0x02C0, 0x02C0 }, { 0x02C1, 0x02C1, 0x02C1 }, { 0x02C6, 0x02C6, 0x02C6 }, { 0x02C7, 0x02C7, 0x02C7 }, { 0x02C8, 0x02C8, 0x02C8 }, { 0x02C9, 0x02C9, 0x02C9 }, { 0x02CA, 0x02CA, 0x02CA }, { 0x02CB, 0x02CB, 0x02CB }, { 0x02CC, 0x02CC, 0x02CC }, { 0x02CD, 0x02CD, 0x02CD }, { 0x02CE, 0x02CE, 0x02CE }, { 0x02CF, 0x02CF, 0x02CF }, { 0x02D0, 0x02D0, 0x02D0 }, { 0x02D1, 0x02D1, 0x02D1 }, { 0x02E0, 0x02E0, 0x02E0 }, { 0x02E1, 0x02E1, 0x02E1 }, { 0x02E2, 0x02E2, 0x02E2 }, { 0x02E3, 0x02E3, 0x02E3 }, { 0x02E4, 0x02E4, 0x02E4 }, { 0x02EE, 0x02EE, 0x02EE }, { 0x0300, 0x0300, 0x0300 }, { 0x0301, 0x0301, 0x0301 }, { 0x0302, 0x0302, 0x0302 }, { 0x0303, 0x0303, 0x0303 }, { 0x0304, 0x0304, 0x0304 }, { 0x0305, 0x0305, 0x0305 }, { 0x0306, 0x0306, 0x0306 }, { 0x0307, 0x0307, 0x0307 }, { 0x0308, 0x0308, 0x0308 }, { 0x0309, 0x0309, 0x0309 }, { 0x030A, 0x030A, 0x030A }, { 0x030B, 0x030B, 0x030B }, { 0x030C, 0x030C, 0x030C }, { 0x030D, 0x030D, 0x030D }, { 0x030E, 0x030E, 0x030E }, { 0x030F, 0x030F, 0x030F }, { 0x0310, 0x0310, 0x0310 }, { 0x0311, 0x0311, 0x0311 }, { 0x0312, 0x0312, 0x0312 }, { 0x0313, 0x0313, 0x0313 }, { 0x0314, 0x0314, 0x0314 }, { 0x0315, 0x0315, 0x0315 }, { 0x0316, 0x0316, 0x0316 }, { 0x0317, 0x0317, 0x0317 }, { 0x0318, 0x0318, 0x0318 }, { 0x0319, 0x0319, 0x0319 }, { 0x031A, 0x031A, 0x031A }, { 0x031B, 0x031B, 0x031B }, { 0x031C, 0x031C, 0x031C }, { 0x031D, 0x031D, 0x031D }, { 0x031E, 0x031E, 0x031E }, { 0x031F, 0x031F, 0x031F }, { 0x0320, 0x0320, 0x0320 }, { 0x0321, 0x0321, 0x0321 }, { 0x0322, 0x0322, 0x0322 }, { 0x0323, 0x0323, 0x0323 }, { 0x0324, 0x0324, 0x0324 }, { 0x0325, 0x0325, 0x0325 }, { 0x0326, 0x0326, 0x0326 }, { 0x0327, 0x0327, 0x0327 }, { 0x0328, 0x0328, 0x0328 }, { 0x0329, 0x0329, 0x0329 }, { 0x032A, 0x032A, 0x032A }, { 0x032B, 0x032B, 0x032B }, { 0x032C, 0x032C, 0x032C }, { 0x032D, 0x032D, 0x032D }, { 0x032E, 0x032E, 0x032E }, { 0x032F, 0x032F, 0x032F }, { 0x0330, 0x0330, 0x0330 }, { 0x0331, 0x0331, 0x0331 }, { 0x0332, 0x0332, 0x0332 }, { 0x0333, 0x0333, 0x0333 }, { 0x0334, 0x0334, 0x0334 }, { 0x0335, 0x0335, 0x0335 }, { 0x0336, 0x0336, 0x0336 }, { 0x0337, 0x0337, 0x0337 }, { 0x0338, 0x0338, 0x0338 }, { 0x0339, 0x0339, 0x0339 }, { 0x033A, 0x033A, 0x033A }, { 0x033B, 0x033B, 0x033B }, { 0x033C, 0x033C, 0x033C }, { 0x033D, 0x033D, 0x033D }, { 0x033E, 0x033E, 0x033E }, { 0x033F, 0x033F, 0x033F }, { 0x0340, 0x0340, 0x0340 }, { 0x0341, 0x0341, 0x0341 }, { 0x0342, 0x0342, 0x0342 }, { 0x0343, 0x0343, 0x0343 }, { 0x0344, 0x0344, 0x0344 }, { 0x0345, 0x0399, 0x0345 }, { 0x0346, 0x0346, 0x0346 }, { 0x0347, 0x0347, 0x0347 }, { 0x0348, 0x0348, 0x0348 }, { 0x0349, 0x0349, 0x0349 }, { 0x034A, 0x034A, 0x034A }, { 0x034B, 0x034B, 0x034B }, { 0x034C, 0x034C, 0x034C }, { 0x034D, 0x034D, 0x034D }, { 0x034E, 0x034E, 0x034E }, { 0x034F, 0x034F, 0x034F }, { 0x0350, 0x0350, 0x0350 }, { 0x0351, 0x0351, 0x0351 }, { 0x0352, 0x0352, 0x0352 }, { 0x0353, 0x0353, 0x0353 }, { 0x0354, 0x0354, 0x0354 }, { 0x0355, 0x0355, 0x0355 }, { 0x0356, 0x0356, 0x0356 }, { 0x0357, 0x0357, 0x0357 }, { 0x0358, 0x0358, 0x0358 }, { 0x0359, 0x0359, 0x0359 }, { 0x035A, 0x035A, 0x035A }, { 0x035B, 0x035B, 0x035B }, { 0x035C, 0x035C, 0x035C }, { 0x035D, 0x035D, 0x035D }, { 0x035E, 0x035E, 0x035E }, { 0x035F, 0x035F, 0x035F }, { 0x0360, 0x0360, 0x0360 }, { 0x0361, 0x0361, 0x0361 }, { 0x0362, 0x0362, 0x0362 }, { 0x0363, 0x0363, 0x0363 }, { 0x0364, 0x0364, 0x0364 }, { 0x0365, 0x0365, 0x0365 }, { 0x0366, 0x0366, 0x0366 }, { 0x0367, 0x0367, 0x0367 }, { 0x0368, 0x0368, 0x0368 }, { 0x0369, 0x0369, 0x0369 }, { 0x036A, 0x036A, 0x036A }, { 0x036B, 0x036B, 0x036B }, { 0x036C, 0x036C, 0x036C }, { 0x036D, 0x036D, 0x036D }, { 0x036E, 0x036E, 0x036E }, { 0x036F, 0x036F, 0x036F }, { 0x037A, 0x037A, 0x037A }, { 0x0386, 0x0386, 0x03AC }, { 0x0388, 0x0388, 0x03AD }, { 0x0389, 0x0389, 0x03AE }, { 0x038A, 0x038A, 0x03AF }, { 0x038C, 0x038C, 0x03CC }, { 0x038E, 0x038E, 0x03CD }, { 0x038F, 0x038F, 0x03CE }, { 0x0390, 0x0390, 0x0390 }, { 0x0391, 0x0391, 0x03B1 }, { 0x0392, 0x0392, 0x03B2 }, { 0x0393, 0x0393, 0x03B3 }, { 0x0394, 0x0394, 0x03B4 }, { 0x0395, 0x0395, 0x03B5 }, { 0x0396, 0x0396, 0x03B6 }, { 0x0397, 0x0397, 0x03B7 }, { 0x0398, 0x0398, 0x03B8 }, { 0x0399, 0x0399, 0x03B9 }, { 0x039A, 0x039A, 0x03BA }, { 0x039B, 0x039B, 0x03BB }, { 0x039C, 0x039C, 0x03BC }, { 0x039D, 0x039D, 0x03BD }, { 0x039E, 0x039E, 0x03BE }, { 0x039F, 0x039F, 0x03BF }, { 0x03A0, 0x03A0, 0x03C0 }, { 0x03A1, 0x03A1, 0x03C1 }, { 0x03A3, 0x03A3, 0x03C3 }, { 0x03A4, 0x03A4, 0x03C4 }, { 0x03A5, 0x03A5, 0x03C5 }, { 0x03A6, 0x03A6, 0x03C6 }, { 0x03A7, 0x03A7, 0x03C7 }, { 0x03A8, 0x03A8, 0x03C8 }, { 0x03A9, 0x03A9, 0x03C9 }, { 0x03AA, 0x03AA, 0x03CA }, { 0x03AB, 0x03AB, 0x03CB }, { 0x03AC, 0x0386, 0x03AC }, { 0x03AD, 0x0388, 0x03AD }, { 0x03AE, 0x0389, 0x03AE }, { 0x03AF, 0x038A, 0x03AF }, { 0x03B0, 0x03B0, 0x03B0 }, { 0x03B1, 0x0391, 0x03B1 }, { 0x03B2, 0x0392, 0x03B2 }, { 0x03B3, 0x0393, 0x03B3 }, { 0x03B4, 0x0394, 0x03B4 }, { 0x03B5, 0x0395, 0x03B5 }, { 0x03B6, 0x0396, 0x03B6 }, { 0x03B7, 0x0397, 0x03B7 }, { 0x03B8, 0x0398, 0x03B8 }, { 0x03B9, 0x0399, 0x03B9 }, { 0x03BA, 0x039A, 0x03BA }, { 0x03BB, 0x039B, 0x03BB }, { 0x03BC, 0x039C, 0x03BC }, { 0x03BD, 0x039D, 0x03BD }, { 0x03BE, 0x039E, 0x03BE }, { 0x03BF, 0x039F, 0x03BF }, { 0x03C0, 0x03A0, 0x03C0 }, { 0x03C1, 0x03A1, 0x03C1 }, { 0x03C2, 0x03A3, 0x03C2 }, { 0x03C3, 0x03A3, 0x03C3 }, { 0x03C4, 0x03A4, 0x03C4 }, { 0x03C5, 0x03A5, 0x03C5 }, { 0x03C6, 0x03A6, 0x03C6 }, { 0x03C7, 0x03A7, 0x03C7 }, { 0x03C8, 0x03A8, 0x03C8 }, { 0x03C9, 0x03A9, 0x03C9 }, { 0x03CA, 0x03AA, 0x03CA }, { 0x03CB, 0x03AB, 0x03CB }, { 0x03CC, 0x038C, 0x03CC }, { 0x03CD, 0x038E, 0x03CD }, { 0x03CE, 0x038F, 0x03CE }, { 0x03D0, 0x0392, 0x03D0 }, { 0x03D1, 0x0398, 0x03D1 }, { 0x03D2, 0x03D2, 0x03D2 }, { 0x03D3, 0x03D3, 0x03D3 }, { 0x03D4, 0x03D4, 0x03D4 }, { 0x03D5, 0x03A6, 0x03D5 }, { 0x03D6, 0x03A0, 0x03D6 }, { 0x03D7, 0x03D7, 0x03D7 }, { 0x03D8, 0x03D8, 0x03D9 }, { 0x03D9, 0x03D8, 0x03D9 }, { 0x03DA, 0x03DA, 0x03DB }, { 0x03DB, 0x03DA, 0x03DB }, { 0x03DC, 0x03DC, 0x03DD }, { 0x03DD, 0x03DC, 0x03DD }, { 0x03DE, 0x03DE, 0x03DF }, { 0x03DF, 0x03DE, 0x03DF }, { 0x03E0, 0x03E0, 0x03E1 }, { 0x03E1, 0x03E0, 0x03E1 }, { 0x03E2, 0x03E2, 0x03E3 }, { 0x03E3, 0x03E2, 0x03E3 }, { 0x03E4, 0x03E4, 0x03E5 }, { 0x03E5, 0x03E4, 0x03E5 }, { 0x03E6, 0x03E6, 0x03E7 }, { 0x03E7, 0x03E6, 0x03E7 }, { 0x03E8, 0x03E8, 0x03E9 }, { 0x03E9, 0x03E8, 0x03E9 }, { 0x03EA, 0x03EA, 0x03EB }, { 0x03EB, 0x03EA, 0x03EB }, { 0x03EC, 0x03EC, 0x03ED }, { 0x03ED, 0x03EC, 0x03ED }, { 0x03EE, 0x03EE, 0x03EF }, { 0x03EF, 0x03EE, 0x03EF }, { 0x03F0, 0x039A, 0x03F0 }, { 0x03F1, 0x03A1, 0x03F1 }, { 0x03F2, 0x03F9, 0x03F2 }, { 0x03F3, 0x03F3, 0x03F3 }, { 0x03F4, 0x03F4, 0x03B8 }, { 0x03F5, 0x0395, 0x03F5 }, { 0x03F7, 0x03F7, 0x03F8 }, { 0x03F8, 0x03F7, 0x03F8 }, { 0x03F9, 0x03F9, 0x03F2 }, { 0x03FA, 0x03FA, 0x03FB }, { 0x03FB, 0x03FA, 0x03FB }, { 0x03FC, 0x03FC, 0x03FC }, { 0x03FD, 0x03FD, 0x03FD }, { 0x03FE, 0x03FE, 0x03FE }, { 0x03FF, 0x03FF, 0x03FF }, { 0x0400, 0x0400, 0x0450 }, { 0x0401, 0x0401, 0x0451 }, { 0x0402, 0x0402, 0x0452 }, { 0x0403, 0x0403, 0x0453 }, { 0x0404, 0x0404, 0x0454 }, { 0x0405, 0x0405, 0x0455 }, { 0x0406, 0x0406, 0x0456 }, { 0x0407, 0x0407, 0x0457 }, { 0x0408, 0x0408, 0x0458 }, { 0x0409, 0x0409, 0x0459 }, { 0x040A, 0x040A, 0x045A }, { 0x040B, 0x040B, 0x045B }, { 0x040C, 0x040C, 0x045C }, { 0x040D, 0x040D, 0x045D }, { 0x040E, 0x040E, 0x045E }, { 0x040F, 0x040F, 0x045F }, { 0x0410, 0x0410, 0x0430 }, { 0x0411, 0x0411, 0x0431 }, { 0x0412, 0x0412, 0x0432 }, { 0x0413, 0x0413, 0x0433 }, { 0x0414, 0x0414, 0x0434 }, { 0x0415, 0x0415, 0x0435 }, { 0x0416, 0x0416, 0x0436 }, { 0x0417, 0x0417, 0x0437 }, { 0x0418, 0x0418, 0x0438 }, { 0x0419, 0x0419, 0x0439 }, { 0x041A, 0x041A, 0x043A }, { 0x041B, 0x041B, 0x043B }, { 0x041C, 0x041C, 0x043C }, { 0x041D, 0x041D, 0x043D }, { 0x041E, 0x041E, 0x043E }, { 0x041F, 0x041F, 0x043F }, { 0x0420, 0x0420, 0x0440 }, { 0x0421, 0x0421, 0x0441 }, { 0x0422, 0x0422, 0x0442 }, { 0x0423, 0x0423, 0x0443 }, { 0x0424, 0x0424, 0x0444 }, { 0x0425, 0x0425, 0x0445 }, { 0x0426, 0x0426, 0x0446 }, { 0x0427, 0x0427, 0x0447 }, { 0x0428, 0x0428, 0x0448 }, { 0x0429, 0x0429, 0x0449 }, { 0x042A, 0x042A, 0x044A }, { 0x042B, 0x042B, 0x044B }, { 0x042C, 0x042C, 0x044C }, { 0x042D, 0x042D, 0x044D }, { 0x042E, 0x042E, 0x044E }, { 0x042F, 0x042F, 0x044F }, { 0x0430, 0x0410, 0x0430 }, { 0x0431, 0x0411, 0x0431 }, { 0x0432, 0x0412, 0x0432 }, { 0x0433, 0x0413, 0x0433 }, { 0x0434, 0x0414, 0x0434 }, { 0x0435, 0x0415, 0x0435 }, { 0x0436, 0x0416, 0x0436 }, { 0x0437, 0x0417, 0x0437 }, { 0x0438, 0x0418, 0x0438 }, { 0x0439, 0x0419, 0x0439 }, { 0x043A, 0x041A, 0x043A }, { 0x043B, 0x041B, 0x043B }, { 0x043C, 0x041C, 0x043C }, { 0x043D, 0x041D, 0x043D }, { 0x043E, 0x041E, 0x043E }, { 0x043F, 0x041F, 0x043F }, { 0x0440, 0x0420, 0x0440 }, { 0x0441, 0x0421, 0x0441 }, { 0x0442, 0x0422, 0x0442 }, { 0x0443, 0x0423, 0x0443 }, { 0x0444, 0x0424, 0x0444 }, { 0x0445, 0x0425, 0x0445 }, { 0x0446, 0x0426, 0x0446 }, { 0x0447, 0x0427, 0x0447 }, { 0x0448, 0x0428, 0x0448 }, { 0x0449, 0x0429, 0x0449 }, { 0x044A, 0x042A, 0x044A }, { 0x044B, 0x042B, 0x044B }, { 0x044C, 0x042C, 0x044C }, { 0x044D, 0x042D, 0x044D }, { 0x044E, 0x042E, 0x044E }, { 0x044F, 0x042F, 0x044F }, { 0x0450, 0x0400, 0x0450 }, { 0x0451, 0x0401, 0x0451 }, { 0x0452, 0x0402, 0x0452 }, { 0x0453, 0x0403, 0x0453 }, { 0x0454, 0x0404, 0x0454 }, { 0x0455, 0x0405, 0x0455 }, { 0x0456, 0x0406, 0x0456 }, { 0x0457, 0x0407, 0x0457 }, { 0x0458, 0x0408, 0x0458 }, { 0x0459, 0x0409, 0x0459 }, { 0x045A, 0x040A, 0x045A }, { 0x045B, 0x040B, 0x045B }, { 0x045C, 0x040C, 0x045C }, { 0x045D, 0x040D, 0x045D }, { 0x045E, 0x040E, 0x045E }, { 0x045F, 0x040F, 0x045F }, { 0x0460, 0x0460, 0x0461 }, { 0x0461, 0x0460, 0x0461 }, { 0x0462, 0x0462, 0x0463 }, { 0x0463, 0x0462, 0x0463 }, { 0x0464, 0x0464, 0x0465 }, { 0x0465, 0x0464, 0x0465 }, { 0x0466, 0x0466, 0x0467 }, { 0x0467, 0x0466, 0x0467 }, { 0x0468, 0x0468, 0x0469 }, { 0x0469, 0x0468, 0x0469 }, { 0x046A, 0x046A, 0x046B }, { 0x046B, 0x046A, 0x046B }, { 0x046C, 0x046C, 0x046D }, { 0x046D, 0x046C, 0x046D }, { 0x046E, 0x046E, 0x046F }, { 0x046F, 0x046E, 0x046F }, { 0x0470, 0x0470, 0x0471 }, { 0x0471, 0x0470, 0x0471 }, { 0x0472, 0x0472, 0x0473 }, { 0x0473, 0x0472, 0x0473 }, { 0x0474, 0x0474, 0x0475 }, { 0x0475, 0x0474, 0x0475 }, { 0x0476, 0x0476, 0x0477 }, { 0x0477, 0x0476, 0x0477 }, { 0x0478, 0x0478, 0x0479 }, { 0x0479, 0x0478, 0x0479 }, { 0x047A, 0x047A, 0x047B }, { 0x047B, 0x047A, 0x047B }, { 0x047C, 0x047C, 0x047D }, { 0x047D, 0x047C, 0x047D }, { 0x047E, 0x047E, 0x047F }, { 0x047F, 0x047E, 0x047F }, { 0x0480, 0x0480, 0x0481 }, { 0x0481, 0x0480, 0x0481 }, { 0x0483, 0x0483, 0x0483 }, { 0x0484, 0x0484, 0x0484 }, { 0x0485, 0x0485, 0x0485 }, { 0x0486, 0x0486, 0x0486 }, { 0x048A, 0x048A, 0x048B }, { 0x048B, 0x048A, 0x048B }, { 0x048C, 0x048C, 0x048D }, { 0x048D, 0x048C, 0x048D }, { 0x048E, 0x048E, 0x048F }, { 0x048F, 0x048E, 0x048F }, { 0x0490, 0x0490, 0x0491 }, { 0x0491, 0x0490, 0x0491 }, { 0x0492, 0x0492, 0x0493 }, { 0x0493, 0x0492, 0x0493 }, { 0x0494, 0x0494, 0x0495 }, { 0x0495, 0x0494, 0x0495 }, { 0x0496, 0x0496, 0x0497 }, { 0x0497, 0x0496, 0x0497 }, { 0x0498, 0x0498, 0x0499 }, { 0x0499, 0x0498, 0x0499 }, { 0x049A, 0x049A, 0x049B }, { 0x049B, 0x049A, 0x049B }, { 0x049C, 0x049C, 0x049D }, { 0x049D, 0x049C, 0x049D }, { 0x049E, 0x049E, 0x049F }, { 0x049F, 0x049E, 0x049F }, { 0x04A0, 0x04A0, 0x04A1 }, { 0x04A1, 0x04A0, 0x04A1 }, { 0x04A2, 0x04A2, 0x04A3 }, { 0x04A3, 0x04A2, 0x04A3 }, { 0x04A4, 0x04A4, 0x04A5 }, { 0x04A5, 0x04A4, 0x04A5 }, { 0x04A6, 0x04A6, 0x04A7 }, { 0x04A7, 0x04A6, 0x04A7 }, { 0x04A8, 0x04A8, 0x04A9 }, { 0x04A9, 0x04A8, 0x04A9 }, { 0x04AA, 0x04AA, 0x04AB }, { 0x04AB, 0x04AA, 0x04AB }, { 0x04AC, 0x04AC, 0x04AD }, { 0x04AD, 0x04AC, 0x04AD }, { 0x04AE, 0x04AE, 0x04AF }, { 0x04AF, 0x04AE, 0x04AF }, { 0x04B0, 0x04B0, 0x04B1 }, { 0x04B1, 0x04B0, 0x04B1 }, { 0x04B2, 0x04B2, 0x04B3 }, { 0x04B3, 0x04B2, 0x04B3 }, { 0x04B4, 0x04B4, 0x04B5 }, { 0x04B5, 0x04B4, 0x04B5 }, { 0x04B6, 0x04B6, 0x04B7 }, { 0x04B7, 0x04B6, 0x04B7 }, { 0x04B8, 0x04B8, 0x04B9 }, { 0x04B9, 0x04B8, 0x04B9 }, { 0x04BA, 0x04BA, 0x04BB }, { 0x04BB, 0x04BA, 0x04BB }, { 0x04BC, 0x04BC, 0x04BD }, { 0x04BD, 0x04BC, 0x04BD }, { 0x04BE, 0x04BE, 0x04BF }, { 0x04BF, 0x04BE, 0x04BF }, { 0x04C0, 0x04C0, 0x04C0 }, { 0x04C1, 0x04C1, 0x04C2 }, { 0x04C2, 0x04C1, 0x04C2 }, { 0x04C3, 0x04C3, 0x04C4 }, { 0x04C4, 0x04C3, 0x04C4 }, { 0x04C5, 0x04C5, 0x04C6 }, { 0x04C6, 0x04C5, 0x04C6 }, { 0x04C7, 0x04C7, 0x04C8 }, { 0x04C8, 0x04C7, 0x04C8 }, { 0x04C9, 0x04C9, 0x04CA }, { 0x04CA, 0x04C9, 0x04CA }, { 0x04CB, 0x04CB, 0x04CC }, { 0x04CC, 0x04CB, 0x04CC }, { 0x04CD, 0x04CD, 0x04CE }, { 0x04CE, 0x04CD, 0x04CE }, { 0x04D0, 0x04D0, 0x04D1 }, { 0x04D1, 0x04D0, 0x04D1 }, { 0x04D2, 0x04D2, 0x04D3 }, { 0x04D3, 0x04D2, 0x04D3 }, { 0x04D4, 0x04D4, 0x04D5 }, { 0x04D5, 0x04D4, 0x04D5 }, { 0x04D6, 0x04D6, 0x04D7 }, { 0x04D7, 0x04D6, 0x04D7 }, { 0x04D8, 0x04D8, 0x04D9 }, { 0x04D9, 0x04D8, 0x04D9 }, { 0x04DA, 0x04DA, 0x04DB }, { 0x04DB, 0x04DA, 0x04DB }, { 0x04DC, 0x04DC, 0x04DD }, { 0x04DD, 0x04DC, 0x04DD }, { 0x04DE, 0x04DE, 0x04DF }, { 0x04DF, 0x04DE, 0x04DF }, { 0x04E0, 0x04E0, 0x04E1 }, { 0x04E1, 0x04E0, 0x04E1 }, { 0x04E2, 0x04E2, 0x04E3 }, { 0x04E3, 0x04E2, 0x04E3 }, { 0x04E4, 0x04E4, 0x04E5 }, { 0x04E5, 0x04E4, 0x04E5 }, { 0x04E6, 0x04E6, 0x04E7 }, { 0x04E7, 0x04E6, 0x04E7 }, { 0x04E8, 0x04E8, 0x04E9 }, { 0x04E9, 0x04E8, 0x04E9 }, { 0x04EA, 0x04EA, 0x04EB }, { 0x04EB, 0x04EA, 0x04EB }, { 0x04EC, 0x04EC, 0x04ED }, { 0x04ED, 0x04EC, 0x04ED }, { 0x04EE, 0x04EE, 0x04EF }, { 0x04EF, 0x04EE, 0x04EF }, { 0x04F0, 0x04F0, 0x04F1 }, { 0x04F1, 0x04F0, 0x04F1 }, { 0x04F2, 0x04F2, 0x04F3 }, { 0x04F3, 0x04F2, 0x04F3 }, { 0x04F4, 0x04F4, 0x04F5 }, { 0x04F5, 0x04F4, 0x04F5 }, { 0x04F6, 0x04F6, 0x04F7 }, { 0x04F7, 0x04F6, 0x04F7 }, { 0x04F8, 0x04F8, 0x04F9 }, { 0x04F9, 0x04F8, 0x04F9 }, { 0x0500, 0x0500, 0x0501 }, { 0x0501, 0x0500, 0x0501 }, { 0x0502, 0x0502, 0x0503 }, { 0x0503, 0x0502, 0x0503 }, { 0x0504, 0x0504, 0x0505 }, { 0x0505, 0x0504, 0x0505 }, { 0x0506, 0x0506, 0x0507 }, { 0x0507, 0x0506, 0x0507 }, { 0x0508, 0x0508, 0x0509 }, { 0x0509, 0x0508, 0x0509 }, { 0x050A, 0x050A, 0x050B }, { 0x050B, 0x050A, 0x050B }, { 0x050C, 0x050C, 0x050D }, { 0x050D, 0x050C, 0x050D }, { 0x050E, 0x050E, 0x050F }, { 0x050F, 0x050E, 0x050F }, { 0x0531, 0x0531, 0x0561 }, { 0x0532, 0x0532, 0x0562 }, { 0x0533, 0x0533, 0x0563 }, { 0x0534, 0x0534, 0x0564 }, { 0x0535, 0x0535, 0x0565 }, { 0x0536, 0x0536, 0x0566 }, { 0x0537, 0x0537, 0x0567 }, { 0x0538, 0x0538, 0x0568 }, { 0x0539, 0x0539, 0x0569 }, { 0x053A, 0x053A, 0x056A }, { 0x053B, 0x053B, 0x056B }, { 0x053C, 0x053C, 0x056C }, { 0x053D, 0x053D, 0x056D }, { 0x053E, 0x053E, 0x056E }, { 0x053F, 0x053F, 0x056F }, { 0x0540, 0x0540, 0x0570 }, { 0x0541, 0x0541, 0x0571 }, { 0x0542, 0x0542, 0x0572 }, { 0x0543, 0x0543, 0x0573 }, { 0x0544, 0x0544, 0x0574 }, { 0x0545, 0x0545, 0x0575 }, { 0x0546, 0x0546, 0x0576 }, { 0x0547, 0x0547, 0x0577 }, { 0x0548, 0x0548, 0x0578 }, { 0x0549, 0x0549, 0x0579 }, { 0x054A, 0x054A, 0x057A }, { 0x054B, 0x054B, 0x057B }, { 0x054C, 0x054C, 0x057C }, { 0x054D, 0x054D, 0x057D }, { 0x054E, 0x054E, 0x057E }, { 0x054F, 0x054F, 0x057F }, { 0x0550, 0x0550, 0x0580 }, { 0x0551, 0x0551, 0x0581 }, { 0x0552, 0x0552, 0x0582 }, { 0x0553, 0x0553, 0x0583 }, { 0x0554, 0x0554, 0x0584 }, { 0x0555, 0x0555, 0x0585 }, { 0x0556, 0x0556, 0x0586 }, { 0x0559, 0x0559, 0x0559 }, { 0x0561, 0x0531, 0x0561 }, { 0x0562, 0x0532, 0x0562 }, { 0x0563, 0x0533, 0x0563 }, { 0x0564, 0x0534, 0x0564 }, { 0x0565, 0x0535, 0x0565 }, { 0x0566, 0x0536, 0x0566 }, { 0x0567, 0x0537, 0x0567 }, { 0x0568, 0x0538, 0x0568 }, { 0x0569, 0x0539, 0x0569 }, { 0x056A, 0x053A, 0x056A }, { 0x056B, 0x053B, 0x056B }, { 0x056C, 0x053C, 0x056C }, { 0x056D, 0x053D, 0x056D }, { 0x056E, 0x053E, 0x056E }, { 0x056F, 0x053F, 0x056F }, { 0x0570, 0x0540, 0x0570 }, { 0x0571, 0x0541, 0x0571 }, { 0x0572, 0x0542, 0x0572 }, { 0x0573, 0x0543, 0x0573 }, { 0x0574, 0x0544, 0x0574 }, { 0x0575, 0x0545, 0x0575 }, { 0x0576, 0x0546, 0x0576 }, { 0x0577, 0x0547, 0x0577 }, { 0x0578, 0x0548, 0x0578 }, { 0x0579, 0x0549, 0x0579 }, { 0x057A, 0x054A, 0x057A }, { 0x057B, 0x054B, 0x057B }, { 0x057C, 0x054C, 0x057C }, { 0x057D, 0x054D, 0x057D }, { 0x057E, 0x054E, 0x057E }, { 0x057F, 0x054F, 0x057F }, { 0x0580, 0x0550, 0x0580 }, { 0x0581, 0x0551, 0x0581 }, { 0x0582, 0x0552, 0x0582 }, { 0x0583, 0x0553, 0x0583 }, { 0x0584, 0x0554, 0x0584 }, { 0x0585, 0x0555, 0x0585 }, { 0x0586, 0x0556, 0x0586 }, { 0x0587, 0x0587, 0x0587 }, { 0x0591, 0x0591, 0x0591 }, { 0x0592, 0x0592, 0x0592 }, { 0x0593, 0x0593, 0x0593 }, { 0x0594, 0x0594, 0x0594 }, { 0x0595, 0x0595, 0x0595 }, { 0x0596, 0x0596, 0x0596 }, { 0x0597, 0x0597, 0x0597 }, { 0x0598, 0x0598, 0x0598 }, { 0x0599, 0x0599, 0x0599 }, { 0x059A, 0x059A, 0x059A }, { 0x059B, 0x059B, 0x059B }, { 0x059C, 0x059C, 0x059C }, { 0x059D, 0x059D, 0x059D }, { 0x059E, 0x059E, 0x059E }, { 0x059F, 0x059F, 0x059F }, { 0x05A0, 0x05A0, 0x05A0 }, { 0x05A1, 0x05A1, 0x05A1 }, { 0x05A2, 0x05A2, 0x05A2 }, { 0x05A3, 0x05A3, 0x05A3 }, { 0x05A4, 0x05A4, 0x05A4 }, { 0x05A5, 0x05A5, 0x05A5 }, { 0x05A6, 0x05A6, 0x05A6 }, { 0x05A7, 0x05A7, 0x05A7 }, { 0x05A8, 0x05A8, 0x05A8 }, { 0x05A9, 0x05A9, 0x05A9 }, { 0x05AA, 0x05AA, 0x05AA }, { 0x05AB, 0x05AB, 0x05AB }, { 0x05AC, 0x05AC, 0x05AC }, { 0x05AD, 0x05AD, 0x05AD }, { 0x05AE, 0x05AE, 0x05AE }, { 0x05AF, 0x05AF, 0x05AF }, { 0x05B0, 0x05B0, 0x05B0 }, { 0x05B1, 0x05B1, 0x05B1 }, { 0x05B2, 0x05B2, 0x05B2 }, { 0x05B3, 0x05B3, 0x05B3 }, { 0x05B4, 0x05B4, 0x05B4 }, { 0x05B5, 0x05B5, 0x05B5 }, { 0x05B6, 0x05B6, 0x05B6 }, { 0x05B7, 0x05B7, 0x05B7 }, { 0x05B8, 0x05B8, 0x05B8 }, { 0x05B9, 0x05B9, 0x05B9 }, { 0x05BB, 0x05BB, 0x05BB }, { 0x05BC, 0x05BC, 0x05BC }, { 0x05BD, 0x05BD, 0x05BD }, { 0x05BF, 0x05BF, 0x05BF }, { 0x05C1, 0x05C1, 0x05C1 }, { 0x05C2, 0x05C2, 0x05C2 }, { 0x05C4, 0x05C4, 0x05C4 }, { 0x05C5, 0x05C5, 0x05C5 }, { 0x05C7, 0x05C7, 0x05C7 }, { 0x05D0, 0x05D0, 0x05D0 }, { 0x05D1, 0x05D1, 0x05D1 }, { 0x05D2, 0x05D2, 0x05D2 }, { 0x05D3, 0x05D3, 0x05D3 }, { 0x05D4, 0x05D4, 0x05D4 }, { 0x05D5, 0x05D5, 0x05D5 }, { 0x05D6, 0x05D6, 0x05D6 }, { 0x05D7, 0x05D7, 0x05D7 }, { 0x05D8, 0x05D8, 0x05D8 }, { 0x05D9, 0x05D9, 0x05D9 }, { 0x05DA, 0x05DA, 0x05DA }, { 0x05DB, 0x05DB, 0x05DB }, { 0x05DC, 0x05DC, 0x05DC }, { 0x05DD, 0x05DD, 0x05DD }, { 0x05DE, 0x05DE, 0x05DE }, { 0x05DF, 0x05DF, 0x05DF }, { 0x05E0, 0x05E0, 0x05E0 }, { 0x05E1, 0x05E1, 0x05E1 }, { 0x05E2, 0x05E2, 0x05E2 }, { 0x05E3, 0x05E3, 0x05E3 }, { 0x05E4, 0x05E4, 0x05E4 }, { 0x05E5, 0x05E5, 0x05E5 }, { 0x05E6, 0x05E6, 0x05E6 }, { 0x05E7, 0x05E7, 0x05E7 }, { 0x05E8, 0x05E8, 0x05E8 }, { 0x05E9, 0x05E9, 0x05E9 }, { 0x05EA, 0x05EA, 0x05EA }, { 0x05F0, 0x05F0, 0x05F0 }, { 0x05F1, 0x05F1, 0x05F1 }, { 0x05F2, 0x05F2, 0x05F2 }, { 0x0610, 0x0610, 0x0610 }, { 0x0611, 0x0611, 0x0611 }, { 0x0612, 0x0612, 0x0612 }, { 0x0613, 0x0613, 0x0613 }, { 0x0614, 0x0614, 0x0614 }, { 0x0615, 0x0615, 0x0615 }, { 0x0621, 0x0621, 0x0621 }, { 0x0622, 0x0622, 0x0622 }, { 0x0623, 0x0623, 0x0623 }, { 0x0624, 0x0624, 0x0624 }, { 0x0625, 0x0625, 0x0625 }, { 0x0626, 0x0626, 0x0626 }, { 0x0627, 0x0627, 0x0627 }, { 0x0628, 0x0628, 0x0628 }, { 0x0629, 0x0629, 0x0629 }, { 0x062A, 0x062A, 0x062A }, { 0x062B, 0x062B, 0x062B }, { 0x062C, 0x062C, 0x062C }, { 0x062D, 0x062D, 0x062D }, { 0x062E, 0x062E, 0x062E }, { 0x062F, 0x062F, 0x062F }, { 0x0630, 0x0630, 0x0630 }, { 0x0631, 0x0631, 0x0631 }, { 0x0632, 0x0632, 0x0632 }, { 0x0633, 0x0633, 0x0633 }, { 0x0634, 0x0634, 0x0634 }, { 0x0635, 0x0635, 0x0635 }, { 0x0636, 0x0636, 0x0636 }, { 0x0637, 0x0637, 0x0637 }, { 0x0638, 0x0638, 0x0638 }, { 0x0639, 0x0639, 0x0639 }, { 0x063A, 0x063A, 0x063A }, { 0x0640, 0x0640, 0x0640 }, { 0x0641, 0x0641, 0x0641 }, { 0x0642, 0x0642, 0x0642 }, { 0x0643, 0x0643, 0x0643 }, { 0x0644, 0x0644, 0x0644 }, { 0x0645, 0x0645, 0x0645 }, { 0x0646, 0x0646, 0x0646 }, { 0x0647, 0x0647, 0x0647 }, { 0x0648, 0x0648, 0x0648 }, { 0x0649, 0x0649, 0x0649 }, { 0x064A, 0x064A, 0x064A }, { 0x064B, 0x064B, 0x064B }, { 0x064C, 0x064C, 0x064C }, { 0x064D, 0x064D, 0x064D }, { 0x064E, 0x064E, 0x064E }, { 0x064F, 0x064F, 0x064F }, { 0x0650, 0x0650, 0x0650 }, { 0x0651, 0x0651, 0x0651 }, { 0x0652, 0x0652, 0x0652 }, { 0x0653, 0x0653, 0x0653 }, { 0x0654, 0x0654, 0x0654 }, { 0x0655, 0x0655, 0x0655 }, { 0x0656, 0x0656, 0x0656 }, { 0x0657, 0x0657, 0x0657 }, { 0x0658, 0x0658, 0x0658 }, { 0x0659, 0x0659, 0x0659 }, { 0x065A, 0x065A, 0x065A }, { 0x065B, 0x065B, 0x065B }, { 0x065C, 0x065C, 0x065C }, { 0x065D, 0x065D, 0x065D }, { 0x065E, 0x065E, 0x065E }, { 0x066E, 0x066E, 0x066E }, { 0x066F, 0x066F, 0x066F }, { 0x0670, 0x0670, 0x0670 }, { 0x0671, 0x0671, 0x0671 }, { 0x0672, 0x0672, 0x0672 }, { 0x0673, 0x0673, 0x0673 }, { 0x0674, 0x0674, 0x0674 }, { 0x0675, 0x0675, 0x0675 }, { 0x0676, 0x0676, 0x0676 }, { 0x0677, 0x0677, 0x0677 }, { 0x0678, 0x0678, 0x0678 }, { 0x0679, 0x0679, 0x0679 }, { 0x067A, 0x067A, 0x067A }, { 0x067B, 0x067B, 0x067B }, { 0x067C, 0x067C, 0x067C }, { 0x067D, 0x067D, 0x067D }, { 0x067E, 0x067E, 0x067E }, { 0x067F, 0x067F, 0x067F }, { 0x0680, 0x0680, 0x0680 }, { 0x0681, 0x0681, 0x0681 }, { 0x0682, 0x0682, 0x0682 }, { 0x0683, 0x0683, 0x0683 }, { 0x0684, 0x0684, 0x0684 }, { 0x0685, 0x0685, 0x0685 }, { 0x0686, 0x0686, 0x0686 }, { 0x0687, 0x0687, 0x0687 }, { 0x0688, 0x0688, 0x0688 }, { 0x0689, 0x0689, 0x0689 }, { 0x068A, 0x068A, 0x068A }, { 0x068B, 0x068B, 0x068B }, { 0x068C, 0x068C, 0x068C }, { 0x068D, 0x068D, 0x068D }, { 0x068E, 0x068E, 0x068E }, { 0x068F, 0x068F, 0x068F }, { 0x0690, 0x0690, 0x0690 }, { 0x0691, 0x0691, 0x0691 }, { 0x0692, 0x0692, 0x0692 }, { 0x0693, 0x0693, 0x0693 }, { 0x0694, 0x0694, 0x0694 }, { 0x0695, 0x0695, 0x0695 }, { 0x0696, 0x0696, 0x0696 }, { 0x0697, 0x0697, 0x0697 }, { 0x0698, 0x0698, 0x0698 }, { 0x0699, 0x0699, 0x0699 }, { 0x069A, 0x069A, 0x069A }, { 0x069B, 0x069B, 0x069B }, { 0x069C, 0x069C, 0x069C }, { 0x069D, 0x069D, 0x069D }, { 0x069E, 0x069E, 0x069E }, { 0x069F, 0x069F, 0x069F }, { 0x06A0, 0x06A0, 0x06A0 }, { 0x06A1, 0x06A1, 0x06A1 }, { 0x06A2, 0x06A2, 0x06A2 }, { 0x06A3, 0x06A3, 0x06A3 }, { 0x06A4, 0x06A4, 0x06A4 }, { 0x06A5, 0x06A5, 0x06A5 }, { 0x06A6, 0x06A6, 0x06A6 }, { 0x06A7, 0x06A7, 0x06A7 }, { 0x06A8, 0x06A8, 0x06A8 }, { 0x06A9, 0x06A9, 0x06A9 }, { 0x06AA, 0x06AA, 0x06AA }, { 0x06AB, 0x06AB, 0x06AB }, { 0x06AC, 0x06AC, 0x06AC }, { 0x06AD, 0x06AD, 0x06AD }, { 0x06AE, 0x06AE, 0x06AE }, { 0x06AF, 0x06AF, 0x06AF }, { 0x06B0, 0x06B0, 0x06B0 }, { 0x06B1, 0x06B1, 0x06B1 }, { 0x06B2, 0x06B2, 0x06B2 }, { 0x06B3, 0x06B3, 0x06B3 }, { 0x06B4, 0x06B4, 0x06B4 }, { 0x06B5, 0x06B5, 0x06B5 }, { 0x06B6, 0x06B6, 0x06B6 }, { 0x06B7, 0x06B7, 0x06B7 }, { 0x06B8, 0x06B8, 0x06B8 }, { 0x06B9, 0x06B9, 0x06B9 }, { 0x06BA, 0x06BA, 0x06BA }, { 0x06BB, 0x06BB, 0x06BB }, { 0x06BC, 0x06BC, 0x06BC }, { 0x06BD, 0x06BD, 0x06BD }, { 0x06BE, 0x06BE, 0x06BE }, { 0x06BF, 0x06BF, 0x06BF }, { 0x06C0, 0x06C0, 0x06C0 }, { 0x06C1, 0x06C1, 0x06C1 }, { 0x06C2, 0x06C2, 0x06C2 }, { 0x06C3, 0x06C3, 0x06C3 }, { 0x06C4, 0x06C4, 0x06C4 }, { 0x06C5, 0x06C5, 0x06C5 }, { 0x06C6, 0x06C6, 0x06C6 }, { 0x06C7, 0x06C7, 0x06C7 }, { 0x06C8, 0x06C8, 0x06C8 }, { 0x06C9, 0x06C9, 0x06C9 }, { 0x06CA, 0x06CA, 0x06CA }, { 0x06CB, 0x06CB, 0x06CB }, { 0x06CC, 0x06CC, 0x06CC }, { 0x06CD, 0x06CD, 0x06CD }, { 0x06CE, 0x06CE, 0x06CE }, { 0x06CF, 0x06CF, 0x06CF }, { 0x06D0, 0x06D0, 0x06D0 }, { 0x06D1, 0x06D1, 0x06D1 }, { 0x06D2, 0x06D2, 0x06D2 }, { 0x06D3, 0x06D3, 0x06D3 }, { 0x06D5, 0x06D5, 0x06D5 }, { 0x06D6, 0x06D6, 0x06D6 }, { 0x06D7, 0x06D7, 0x06D7 }, { 0x06D8, 0x06D8, 0x06D8 }, { 0x06D9, 0x06D9, 0x06D9 }, { 0x06DA, 0x06DA, 0x06DA }, { 0x06DB, 0x06DB, 0x06DB }, { 0x06DC, 0x06DC, 0x06DC }, { 0x06DF, 0x06DF, 0x06DF }, { 0x06E0, 0x06E0, 0x06E0 }, { 0x06E1, 0x06E1, 0x06E1 }, { 0x06E2, 0x06E2, 0x06E2 }, { 0x06E3, 0x06E3, 0x06E3 }, { 0x06E4, 0x06E4, 0x06E4 }, { 0x06E5, 0x06E5, 0x06E5 }, { 0x06E6, 0x06E6, 0x06E6 }, { 0x06E7, 0x06E7, 0x06E7 }, { 0x06E8, 0x06E8, 0x06E8 }, { 0x06EA, 0x06EA, 0x06EA }, { 0x06EB, 0x06EB, 0x06EB }, { 0x06EC, 0x06EC, 0x06EC }, { 0x06ED, 0x06ED, 0x06ED }, { 0x06EE, 0x06EE, 0x06EE }, { 0x06EF, 0x06EF, 0x06EF }, { 0x06FA, 0x06FA, 0x06FA }, { 0x06FB, 0x06FB, 0x06FB }, { 0x06FC, 0x06FC, 0x06FC }, { 0x06FF, 0x06FF, 0x06FF }, { 0x0710, 0x0710, 0x0710 }, { 0x0711, 0x0711, 0x0711 }, { 0x0712, 0x0712, 0x0712 }, { 0x0713, 0x0713, 0x0713 }, { 0x0714, 0x0714, 0x0714 }, { 0x0715, 0x0715, 0x0715 }, { 0x0716, 0x0716, 0x0716 }, { 0x0717, 0x0717, 0x0717 }, { 0x0718, 0x0718, 0x0718 }, { 0x0719, 0x0719, 0x0719 }, { 0x071A, 0x071A, 0x071A }, { 0x071B, 0x071B, 0x071B }, { 0x071C, 0x071C, 0x071C }, { 0x071D, 0x071D, 0x071D }, { 0x071E, 0x071E, 0x071E }, { 0x071F, 0x071F, 0x071F }, { 0x0720, 0x0720, 0x0720 }, { 0x0721, 0x0721, 0x0721 }, { 0x0722, 0x0722, 0x0722 }, { 0x0723, 0x0723, 0x0723 }, { 0x0724, 0x0724, 0x0724 }, { 0x0725, 0x0725, 0x0725 }, { 0x0726, 0x0726, 0x0726 }, { 0x0727, 0x0727, 0x0727 }, { 0x0728, 0x0728, 0x0728 }, { 0x0729, 0x0729, 0x0729 }, { 0x072A, 0x072A, 0x072A }, { 0x072B, 0x072B, 0x072B }, { 0x072C, 0x072C, 0x072C }, { 0x072D, 0x072D, 0x072D }, { 0x072E, 0x072E, 0x072E }, { 0x072F, 0x072F, 0x072F }, { 0x0730, 0x0730, 0x0730 }, { 0x0731, 0x0731, 0x0731 }, { 0x0732, 0x0732, 0x0732 }, { 0x0733, 0x0733, 0x0733 }, { 0x0734, 0x0734, 0x0734 }, { 0x0735, 0x0735, 0x0735 }, { 0x0736, 0x0736, 0x0736 }, { 0x0737, 0x0737, 0x0737 }, { 0x0738, 0x0738, 0x0738 }, { 0x0739, 0x0739, 0x0739 }, { 0x073A, 0x073A, 0x073A }, { 0x073B, 0x073B, 0x073B }, { 0x073C, 0x073C, 0x073C }, { 0x073D, 0x073D, 0x073D }, { 0x073E, 0x073E, 0x073E }, { 0x073F, 0x073F, 0x073F }, { 0x0740, 0x0740, 0x0740 }, { 0x0741, 0x0741, 0x0741 }, { 0x0742, 0x0742, 0x0742 }, { 0x0743, 0x0743, 0x0743 }, { 0x0744, 0x0744, 0x0744 }, { 0x0745, 0x0745, 0x0745 }, { 0x0746, 0x0746, 0x0746 }, { 0x0747, 0x0747, 0x0747 }, { 0x0748, 0x0748, 0x0748 }, { 0x0749, 0x0749, 0x0749 }, { 0x074A, 0x074A, 0x074A }, { 0x074D, 0x074D, 0x074D }, { 0x074E, 0x074E, 0x074E }, { 0x074F, 0x074F, 0x074F }, { 0x0750, 0x0750, 0x0750 }, { 0x0751, 0x0751, 0x0751 }, { 0x0752, 0x0752, 0x0752 }, { 0x0753, 0x0753, 0x0753 }, { 0x0754, 0x0754, 0x0754 }, { 0x0755, 0x0755, 0x0755 }, { 0x0756, 0x0756, 0x0756 }, { 0x0757, 0x0757, 0x0757 }, { 0x0758, 0x0758, 0x0758 }, { 0x0759, 0x0759, 0x0759 }, { 0x075A, 0x075A, 0x075A }, { 0x075B, 0x075B, 0x075B }, { 0x075C, 0x075C, 0x075C }, { 0x075D, 0x075D, 0x075D }, { 0x075E, 0x075E, 0x075E }, { 0x075F, 0x075F, 0x075F }, { 0x0760, 0x0760, 0x0760 }, { 0x0761, 0x0761, 0x0761 }, { 0x0762, 0x0762, 0x0762 }, { 0x0763, 0x0763, 0x0763 }, { 0x0764, 0x0764, 0x0764 }, { 0x0765, 0x0765, 0x0765 }, { 0x0766, 0x0766, 0x0766 }, { 0x0767, 0x0767, 0x0767 }, { 0x0768, 0x0768, 0x0768 }, { 0x0769, 0x0769, 0x0769 }, { 0x076A, 0x076A, 0x076A }, { 0x076B, 0x076B, 0x076B }, { 0x076C, 0x076C, 0x076C }, { 0x076D, 0x076D, 0x076D }, { 0x0780, 0x0780, 0x0780 }, { 0x0781, 0x0781, 0x0781 }, { 0x0782, 0x0782, 0x0782 }, { 0x0783, 0x0783, 0x0783 }, { 0x0784, 0x0784, 0x0784 }, { 0x0785, 0x0785, 0x0785 }, { 0x0786, 0x0786, 0x0786 }, { 0x0787, 0x0787, 0x0787 }, { 0x0788, 0x0788, 0x0788 }, { 0x0789, 0x0789, 0x0789 }, { 0x078A, 0x078A, 0x078A }, { 0x078B, 0x078B, 0x078B }, { 0x078C, 0x078C, 0x078C }, { 0x078D, 0x078D, 0x078D }, { 0x078E, 0x078E, 0x078E }, { 0x078F, 0x078F, 0x078F }, { 0x0790, 0x0790, 0x0790 }, { 0x0791, 0x0791, 0x0791 }, { 0x0792, 0x0792, 0x0792 }, { 0x0793, 0x0793, 0x0793 }, { 0x0794, 0x0794, 0x0794 }, { 0x0795, 0x0795, 0x0795 }, { 0x0796, 0x0796, 0x0796 }, { 0x0797, 0x0797, 0x0797 }, { 0x0798, 0x0798, 0x0798 }, { 0x0799, 0x0799, 0x0799 }, { 0x079A, 0x079A, 0x079A }, { 0x079B, 0x079B, 0x079B }, { 0x079C, 0x079C, 0x079C }, { 0x079D, 0x079D, 0x079D }, { 0x079E, 0x079E, 0x079E }, { 0x079F, 0x079F, 0x079F }, { 0x07A0, 0x07A0, 0x07A0 }, { 0x07A1, 0x07A1, 0x07A1 }, { 0x07A2, 0x07A2, 0x07A2 }, { 0x07A3, 0x07A3, 0x07A3 }, { 0x07A4, 0x07A4, 0x07A4 }, { 0x07A5, 0x07A5, 0x07A5 }, { 0x07A6, 0x07A6, 0x07A6 }, { 0x07A7, 0x07A7, 0x07A7 }, { 0x07A8, 0x07A8, 0x07A8 }, { 0x07A9, 0x07A9, 0x07A9 }, { 0x07AA, 0x07AA, 0x07AA }, { 0x07AB, 0x07AB, 0x07AB }, { 0x07AC, 0x07AC, 0x07AC }, { 0x07AD, 0x07AD, 0x07AD }, { 0x07AE, 0x07AE, 0x07AE }, { 0x07AF, 0x07AF, 0x07AF }, { 0x07B0, 0x07B0, 0x07B0 }, { 0x07B1, 0x07B1, 0x07B1 }, { 0x0901, 0x0901, 0x0901 }, { 0x0902, 0x0902, 0x0902 }, { 0x0904, 0x0904, 0x0904 }, { 0x0905, 0x0905, 0x0905 }, { 0x0906, 0x0906, 0x0906 }, { 0x0907, 0x0907, 0x0907 }, { 0x0908, 0x0908, 0x0908 }, { 0x0909, 0x0909, 0x0909 }, { 0x090A, 0x090A, 0x090A }, { 0x090B, 0x090B, 0x090B }, { 0x090C, 0x090C, 0x090C }, { 0x090D, 0x090D, 0x090D }, { 0x090E, 0x090E, 0x090E }, { 0x090F, 0x090F, 0x090F }, { 0x0910, 0x0910, 0x0910 }, { 0x0911, 0x0911, 0x0911 }, { 0x0912, 0x0912, 0x0912 }, { 0x0913, 0x0913, 0x0913 }, { 0x0914, 0x0914, 0x0914 }, { 0x0915, 0x0915, 0x0915 }, { 0x0916, 0x0916, 0x0916 }, { 0x0917, 0x0917, 0x0917 }, { 0x0918, 0x0918, 0x0918 }, { 0x0919, 0x0919, 0x0919 }, { 0x091A, 0x091A, 0x091A }, { 0x091B, 0x091B, 0x091B }, { 0x091C, 0x091C, 0x091C }, { 0x091D, 0x091D, 0x091D }, { 0x091E, 0x091E, 0x091E }, { 0x091F, 0x091F, 0x091F }, { 0x0920, 0x0920, 0x0920 }, { 0x0921, 0x0921, 0x0921 }, { 0x0922, 0x0922, 0x0922 }, { 0x0923, 0x0923, 0x0923 }, { 0x0924, 0x0924, 0x0924 }, { 0x0925, 0x0925, 0x0925 }, { 0x0926, 0x0926, 0x0926 }, { 0x0927, 0x0927, 0x0927 }, { 0x0928, 0x0928, 0x0928 }, { 0x0929, 0x0929, 0x0929 }, { 0x092A, 0x092A, 0x092A }, { 0x092B, 0x092B, 0x092B }, { 0x092C, 0x092C, 0x092C }, { 0x092D, 0x092D, 0x092D }, { 0x092E, 0x092E, 0x092E }, { 0x092F, 0x092F, 0x092F }, { 0x0930, 0x0930, 0x0930 }, { 0x0931, 0x0931, 0x0931 }, { 0x0932, 0x0932, 0x0932 }, { 0x0933, 0x0933, 0x0933 }, { 0x0934, 0x0934, 0x0934 }, { 0x0935, 0x0935, 0x0935 }, { 0x0936, 0x0936, 0x0936 }, { 0x0937, 0x0937, 0x0937 }, { 0x0938, 0x0938, 0x0938 }, { 0x0939, 0x0939, 0x0939 }, { 0x093C, 0x093C, 0x093C }, { 0x093D, 0x093D, 0x093D }, { 0x0941, 0x0941, 0x0941 }, { 0x0942, 0x0942, 0x0942 }, { 0x0943, 0x0943, 0x0943 }, { 0x0944, 0x0944, 0x0944 }, { 0x0945, 0x0945, 0x0945 }, { 0x0946, 0x0946, 0x0946 }, { 0x0947, 0x0947, 0x0947 }, { 0x0948, 0x0948, 0x0948 }, { 0x094D, 0x094D, 0x094D }, { 0x0950, 0x0950, 0x0950 }, { 0x0951, 0x0951, 0x0951 }, { 0x0952, 0x0952, 0x0952 }, { 0x0953, 0x0953, 0x0953 }, { 0x0954, 0x0954, 0x0954 }, { 0x0958, 0x0958, 0x0958 }, { 0x0959, 0x0959, 0x0959 }, { 0x095A, 0x095A, 0x095A }, { 0x095B, 0x095B, 0x095B }, { 0x095C, 0x095C, 0x095C }, { 0x095D, 0x095D, 0x095D }, { 0x095E, 0x095E, 0x095E }, { 0x095F, 0x095F, 0x095F }, { 0x0960, 0x0960, 0x0960 }, { 0x0961, 0x0961, 0x0961 }, { 0x0962, 0x0962, 0x0962 }, { 0x0963, 0x0963, 0x0963 }, { 0x097D, 0x097D, 0x097D }, { 0x0981, 0x0981, 0x0981 }, { 0x0985, 0x0985, 0x0985 }, { 0x0986, 0x0986, 0x0986 }, { 0x0987, 0x0987, 0x0987 }, { 0x0988, 0x0988, 0x0988 }, { 0x0989, 0x0989, 0x0989 }, { 0x098A, 0x098A, 0x098A }, { 0x098B, 0x098B, 0x098B }, { 0x098C, 0x098C, 0x098C }, { 0x098F, 0x098F, 0x098F }, { 0x0990, 0x0990, 0x0990 }, { 0x0993, 0x0993, 0x0993 }, { 0x0994, 0x0994, 0x0994 }, { 0x0995, 0x0995, 0x0995 }, { 0x0996, 0x0996, 0x0996 }, { 0x0997, 0x0997, 0x0997 }, { 0x0998, 0x0998, 0x0998 }, { 0x0999, 0x0999, 0x0999 }, { 0x099A, 0x099A, 0x099A }, { 0x099B, 0x099B, 0x099B }, { 0x099C, 0x099C, 0x099C }, { 0x099D, 0x099D, 0x099D }, { 0x099E, 0x099E, 0x099E }, { 0x099F, 0x099F, 0x099F }, { 0x09A0, 0x09A0, 0x09A0 }, { 0x09A1, 0x09A1, 0x09A1 }, { 0x09A2, 0x09A2, 0x09A2 }, { 0x09A3, 0x09A3, 0x09A3 }, { 0x09A4, 0x09A4, 0x09A4 }, { 0x09A5, 0x09A5, 0x09A5 }, { 0x09A6, 0x09A6, 0x09A6 }, { 0x09A7, 0x09A7, 0x09A7 }, { 0x09A8, 0x09A8, 0x09A8 }, { 0x09AA, 0x09AA, 0x09AA }, { 0x09AB, 0x09AB, 0x09AB }, { 0x09AC, 0x09AC, 0x09AC }, { 0x09AD, 0x09AD, 0x09AD }, { 0x09AE, 0x09AE, 0x09AE }, { 0x09AF, 0x09AF, 0x09AF }, { 0x09B0, 0x09B0, 0x09B0 }, { 0x09B2, 0x09B2, 0x09B2 }, { 0x09B6, 0x09B6, 0x09B6 }, { 0x09B7, 0x09B7, 0x09B7 }, { 0x09B8, 0x09B8, 0x09B8 }, { 0x09B9, 0x09B9, 0x09B9 }, { 0x09BC, 0x09BC, 0x09BC }, { 0x09BD, 0x09BD, 0x09BD }, { 0x09C1, 0x09C1, 0x09C1 }, { 0x09C2, 0x09C2, 0x09C2 }, { 0x09C3, 0x09C3, 0x09C3 }, { 0x09C4, 0x09C4, 0x09C4 }, { 0x09CD, 0x09CD, 0x09CD }, { 0x09CE, 0x09CE, 0x09CE }, { 0x09DC, 0x09DC, 0x09DC }, { 0x09DD, 0x09DD, 0x09DD }, { 0x09DF, 0x09DF, 0x09DF }, { 0x09E0, 0x09E0, 0x09E0 }, { 0x09E1, 0x09E1, 0x09E1 }, { 0x09E2, 0x09E2, 0x09E2 }, { 0x09E3, 0x09E3, 0x09E3 }, { 0x09F0, 0x09F0, 0x09F0 }, { 0x09F1, 0x09F1, 0x09F1 }, { 0x0A01, 0x0A01, 0x0A01 }, { 0x0A02, 0x0A02, 0x0A02 }, { 0x0A05, 0x0A05, 0x0A05 }, { 0x0A06, 0x0A06, 0x0A06 }, { 0x0A07, 0x0A07, 0x0A07 }, { 0x0A08, 0x0A08, 0x0A08 }, { 0x0A09, 0x0A09, 0x0A09 }, { 0x0A0A, 0x0A0A, 0x0A0A }, { 0x0A0F, 0x0A0F, 0x0A0F }, { 0x0A10, 0x0A10, 0x0A10 }, { 0x0A13, 0x0A13, 0x0A13 }, { 0x0A14, 0x0A14, 0x0A14 }, { 0x0A15, 0x0A15, 0x0A15 }, { 0x0A16, 0x0A16, 0x0A16 }, { 0x0A17, 0x0A17, 0x0A17 }, { 0x0A18, 0x0A18, 0x0A18 }, { 0x0A19, 0x0A19, 0x0A19 }, { 0x0A1A, 0x0A1A, 0x0A1A }, { 0x0A1B, 0x0A1B, 0x0A1B }, { 0x0A1C, 0x0A1C, 0x0A1C }, { 0x0A1D, 0x0A1D, 0x0A1D }, { 0x0A1E, 0x0A1E, 0x0A1E }, { 0x0A1F, 0x0A1F, 0x0A1F }, { 0x0A20, 0x0A20, 0x0A20 }, { 0x0A21, 0x0A21, 0x0A21 }, { 0x0A22, 0x0A22, 0x0A22 }, { 0x0A23, 0x0A23, 0x0A23 }, { 0x0A24, 0x0A24, 0x0A24 }, { 0x0A25, 0x0A25, 0x0A25 }, { 0x0A26, 0x0A26, 0x0A26 }, { 0x0A27, 0x0A27, 0x0A27 }, { 0x0A28, 0x0A28, 0x0A28 }, { 0x0A2A, 0x0A2A, 0x0A2A }, { 0x0A2B, 0x0A2B, 0x0A2B }, { 0x0A2C, 0x0A2C, 0x0A2C }, { 0x0A2D, 0x0A2D, 0x0A2D }, { 0x0A2E, 0x0A2E, 0x0A2E }, { 0x0A2F, 0x0A2F, 0x0A2F }, { 0x0A30, 0x0A30, 0x0A30 }, { 0x0A32, 0x0A32, 0x0A32 }, { 0x0A33, 0x0A33, 0x0A33 }, { 0x0A35, 0x0A35, 0x0A35 }, { 0x0A36, 0x0A36, 0x0A36 }, { 0x0A38, 0x0A38, 0x0A38 }, { 0x0A39, 0x0A39, 0x0A39 }, { 0x0A3C, 0x0A3C, 0x0A3C }, { 0x0A41, 0x0A41, 0x0A41 }, { 0x0A42, 0x0A42, 0x0A42 }, { 0x0A47, 0x0A47, 0x0A47 }, { 0x0A48, 0x0A48, 0x0A48 }, { 0x0A4B, 0x0A4B, 0x0A4B }, { 0x0A4C, 0x0A4C, 0x0A4C }, { 0x0A4D, 0x0A4D, 0x0A4D }, { 0x0A59, 0x0A59, 0x0A59 }, { 0x0A5A, 0x0A5A, 0x0A5A }, { 0x0A5B, 0x0A5B, 0x0A5B }, { 0x0A5C, 0x0A5C, 0x0A5C }, { 0x0A5E, 0x0A5E, 0x0A5E }, { 0x0A70, 0x0A70, 0x0A70 }, { 0x0A71, 0x0A71, 0x0A71 }, { 0x0A72, 0x0A72, 0x0A72 }, { 0x0A73, 0x0A73, 0x0A73 }, { 0x0A74, 0x0A74, 0x0A74 }, { 0x0A81, 0x0A81, 0x0A81 }, { 0x0A82, 0x0A82, 0x0A82 }, { 0x0A85, 0x0A85, 0x0A85 }, { 0x0A86, 0x0A86, 0x0A86 }, { 0x0A87, 0x0A87, 0x0A87 }, { 0x0A88, 0x0A88, 0x0A88 }, { 0x0A89, 0x0A89, 0x0A89 }, { 0x0A8A, 0x0A8A, 0x0A8A }, { 0x0A8B, 0x0A8B, 0x0A8B }, { 0x0A8C, 0x0A8C, 0x0A8C }, { 0x0A8D, 0x0A8D, 0x0A8D }, { 0x0A8F, 0x0A8F, 0x0A8F }, { 0x0A90, 0x0A90, 0x0A90 }, { 0x0A91, 0x0A91, 0x0A91 }, { 0x0A93, 0x0A93, 0x0A93 }, { 0x0A94, 0x0A94, 0x0A94 }, { 0x0A95, 0x0A95, 0x0A95 }, { 0x0A96, 0x0A96, 0x0A96 }, { 0x0A97, 0x0A97, 0x0A97 }, { 0x0A98, 0x0A98, 0x0A98 }, { 0x0A99, 0x0A99, 0x0A99 }, { 0x0A9A, 0x0A9A, 0x0A9A }, { 0x0A9B, 0x0A9B, 0x0A9B }, { 0x0A9C, 0x0A9C, 0x0A9C }, { 0x0A9D, 0x0A9D, 0x0A9D }, { 0x0A9E, 0x0A9E, 0x0A9E }, { 0x0A9F, 0x0A9F, 0x0A9F }, { 0x0AA0, 0x0AA0, 0x0AA0 }, { 0x0AA1, 0x0AA1, 0x0AA1 }, { 0x0AA2, 0x0AA2, 0x0AA2 }, { 0x0AA3, 0x0AA3, 0x0AA3 }, { 0x0AA4, 0x0AA4, 0x0AA4 }, { 0x0AA5, 0x0AA5, 0x0AA5 }, { 0x0AA6, 0x0AA6, 0x0AA6 }, { 0x0AA7, 0x0AA7, 0x0AA7 }, { 0x0AA8, 0x0AA8, 0x0AA8 }, { 0x0AAA, 0x0AAA, 0x0AAA }, { 0x0AAB, 0x0AAB, 0x0AAB }, { 0x0AAC, 0x0AAC, 0x0AAC }, { 0x0AAD, 0x0AAD, 0x0AAD }, { 0x0AAE, 0x0AAE, 0x0AAE }, { 0x0AAF, 0x0AAF, 0x0AAF }, { 0x0AB0, 0x0AB0, 0x0AB0 }, { 0x0AB2, 0x0AB2, 0x0AB2 }, { 0x0AB3, 0x0AB3, 0x0AB3 }, { 0x0AB5, 0x0AB5, 0x0AB5 }, { 0x0AB6, 0x0AB6, 0x0AB6 }, { 0x0AB7, 0x0AB7, 0x0AB7 }, { 0x0AB8, 0x0AB8, 0x0AB8 }, { 0x0AB9, 0x0AB9, 0x0AB9 }, { 0x0ABC, 0x0ABC, 0x0ABC }, { 0x0ABD, 0x0ABD, 0x0ABD }, { 0x0AC1, 0x0AC1, 0x0AC1 }, { 0x0AC2, 0x0AC2, 0x0AC2 }, { 0x0AC3, 0x0AC3, 0x0AC3 }, { 0x0AC4, 0x0AC4, 0x0AC4 }, { 0x0AC5, 0x0AC5, 0x0AC5 }, { 0x0AC7, 0x0AC7, 0x0AC7 }, { 0x0AC8, 0x0AC8, 0x0AC8 }, { 0x0ACD, 0x0ACD, 0x0ACD }, { 0x0AD0, 0x0AD0, 0x0AD0 }, { 0x0AE0, 0x0AE0, 0x0AE0 }, { 0x0AE1, 0x0AE1, 0x0AE1 }, { 0x0AE2, 0x0AE2, 0x0AE2 }, { 0x0AE3, 0x0AE3, 0x0AE3 }, { 0x0B01, 0x0B01, 0x0B01 }, { 0x0B05, 0x0B05, 0x0B05 }, { 0x0B06, 0x0B06, 0x0B06 }, { 0x0B07, 0x0B07, 0x0B07 }, { 0x0B08, 0x0B08, 0x0B08 }, { 0x0B09, 0x0B09, 0x0B09 }, { 0x0B0A, 0x0B0A, 0x0B0A }, { 0x0B0B, 0x0B0B, 0x0B0B }, { 0x0B0C, 0x0B0C, 0x0B0C }, { 0x0B0F, 0x0B0F, 0x0B0F }, { 0x0B10, 0x0B10, 0x0B10 }, { 0x0B13, 0x0B13, 0x0B13 }, { 0x0B14, 0x0B14, 0x0B14 }, { 0x0B15, 0x0B15, 0x0B15 }, { 0x0B16, 0x0B16, 0x0B16 }, { 0x0B17, 0x0B17, 0x0B17 }, { 0x0B18, 0x0B18, 0x0B18 }, { 0x0B19, 0x0B19, 0x0B19 }, { 0x0B1A, 0x0B1A, 0x0B1A }, { 0x0B1B, 0x0B1B, 0x0B1B }, { 0x0B1C, 0x0B1C, 0x0B1C }, { 0x0B1D, 0x0B1D, 0x0B1D }, { 0x0B1E, 0x0B1E, 0x0B1E }, { 0x0B1F, 0x0B1F, 0x0B1F }, { 0x0B20, 0x0B20, 0x0B20 }, { 0x0B21, 0x0B21, 0x0B21 }, { 0x0B22, 0x0B22, 0x0B22 }, { 0x0B23, 0x0B23, 0x0B23 }, { 0x0B24, 0x0B24, 0x0B24 }, { 0x0B25, 0x0B25, 0x0B25 }, { 0x0B26, 0x0B26, 0x0B26 }, { 0x0B27, 0x0B27, 0x0B27 }, { 0x0B28, 0x0B28, 0x0B28 }, { 0x0B2A, 0x0B2A, 0x0B2A }, { 0x0B2B, 0x0B2B, 0x0B2B }, { 0x0B2C, 0x0B2C, 0x0B2C }, { 0x0B2D, 0x0B2D, 0x0B2D }, { 0x0B2E, 0x0B2E, 0x0B2E }, { 0x0B2F, 0x0B2F, 0x0B2F }, { 0x0B30, 0x0B30, 0x0B30 }, { 0x0B32, 0x0B32, 0x0B32 }, { 0x0B33, 0x0B33, 0x0B33 }, { 0x0B35, 0x0B35, 0x0B35 }, { 0x0B36, 0x0B36, 0x0B36 }, { 0x0B37, 0x0B37, 0x0B37 }, { 0x0B38, 0x0B38, 0x0B38 }, { 0x0B39, 0x0B39, 0x0B39 }, { 0x0B3C, 0x0B3C, 0x0B3C }, { 0x0B3D, 0x0B3D, 0x0B3D }, { 0x0B3F, 0x0B3F, 0x0B3F }, { 0x0B41, 0x0B41, 0x0B41 }, { 0x0B42, 0x0B42, 0x0B42 }, { 0x0B43, 0x0B43, 0x0B43 }, { 0x0B4D, 0x0B4D, 0x0B4D }, { 0x0B56, 0x0B56, 0x0B56 }, { 0x0B5C, 0x0B5C, 0x0B5C }, { 0x0B5D, 0x0B5D, 0x0B5D }, { 0x0B5F, 0x0B5F, 0x0B5F }, { 0x0B60, 0x0B60, 0x0B60 }, { 0x0B61, 0x0B61, 0x0B61 }, { 0x0B71, 0x0B71, 0x0B71 }, { 0x0B82, 0x0B82, 0x0B82 }, { 0x0B83, 0x0B83, 0x0B83 }, { 0x0B85, 0x0B85, 0x0B85 }, { 0x0B86, 0x0B86, 0x0B86 }, { 0x0B87, 0x0B87, 0x0B87 }, { 0x0B88, 0x0B88, 0x0B88 }, { 0x0B89, 0x0B89, 0x0B89 }, { 0x0B8A, 0x0B8A, 0x0B8A }, { 0x0B8E, 0x0B8E, 0x0B8E }, { 0x0B8F, 0x0B8F, 0x0B8F }, { 0x0B90, 0x0B90, 0x0B90 }, { 0x0B92, 0x0B92, 0x0B92 }, { 0x0B93, 0x0B93, 0x0B93 }, { 0x0B94, 0x0B94, 0x0B94 }, { 0x0B95, 0x0B95, 0x0B95 }, { 0x0B99, 0x0B99, 0x0B99 }, { 0x0B9A, 0x0B9A, 0x0B9A }, { 0x0B9C, 0x0B9C, 0x0B9C }, { 0x0B9E, 0x0B9E, 0x0B9E }, { 0x0B9F, 0x0B9F, 0x0B9F }, { 0x0BA3, 0x0BA3, 0x0BA3 }, { 0x0BA4, 0x0BA4, 0x0BA4 }, { 0x0BA8, 0x0BA8, 0x0BA8 }, { 0x0BA9, 0x0BA9, 0x0BA9 }, { 0x0BAA, 0x0BAA, 0x0BAA }, { 0x0BAE, 0x0BAE, 0x0BAE }, { 0x0BAF, 0x0BAF, 0x0BAF }, { 0x0BB0, 0x0BB0, 0x0BB0 }, { 0x0BB1, 0x0BB1, 0x0BB1 }, { 0x0BB2, 0x0BB2, 0x0BB2 }, { 0x0BB3, 0x0BB3, 0x0BB3 }, { 0x0BB4, 0x0BB4, 0x0BB4 }, { 0x0BB5, 0x0BB5, 0x0BB5 }, { 0x0BB6, 0x0BB6, 0x0BB6 }, { 0x0BB7, 0x0BB7, 0x0BB7 }, { 0x0BB8, 0x0BB8, 0x0BB8 }, { 0x0BB9, 0x0BB9, 0x0BB9 }, { 0x0BC0, 0x0BC0, 0x0BC0 }, { 0x0BCD, 0x0BCD, 0x0BCD }, { 0x0C05, 0x0C05, 0x0C05 }, { 0x0C06, 0x0C06, 0x0C06 }, { 0x0C07, 0x0C07, 0x0C07 }, { 0x0C08, 0x0C08, 0x0C08 }, { 0x0C09, 0x0C09, 0x0C09 }, { 0x0C0A, 0x0C0A, 0x0C0A }, { 0x0C0B, 0x0C0B, 0x0C0B }, { 0x0C0C, 0x0C0C, 0x0C0C }, { 0x0C0E, 0x0C0E, 0x0C0E }, { 0x0C0F, 0x0C0F, 0x0C0F }, { 0x0C10, 0x0C10, 0x0C10 }, { 0x0C12, 0x0C12, 0x0C12 }, { 0x0C13, 0x0C13, 0x0C13 }, { 0x0C14, 0x0C14, 0x0C14 }, { 0x0C15, 0x0C15, 0x0C15 }, { 0x0C16, 0x0C16, 0x0C16 }, { 0x0C17, 0x0C17, 0x0C17 }, { 0x0C18, 0x0C18, 0x0C18 }, { 0x0C19, 0x0C19, 0x0C19 }, { 0x0C1A, 0x0C1A, 0x0C1A }, { 0x0C1B, 0x0C1B, 0x0C1B }, { 0x0C1C, 0x0C1C, 0x0C1C }, { 0x0C1D, 0x0C1D, 0x0C1D }, { 0x0C1E, 0x0C1E, 0x0C1E }, { 0x0C1F, 0x0C1F, 0x0C1F }, { 0x0C20, 0x0C20, 0x0C20 }, { 0x0C21, 0x0C21, 0x0C21 }, { 0x0C22, 0x0C22, 0x0C22 }, { 0x0C23, 0x0C23, 0x0C23 }, { 0x0C24, 0x0C24, 0x0C24 }, { 0x0C25, 0x0C25, 0x0C25 }, { 0x0C26, 0x0C26, 0x0C26 }, { 0x0C27, 0x0C27, 0x0C27 }, { 0x0C28, 0x0C28, 0x0C28 }, { 0x0C2A, 0x0C2A, 0x0C2A }, { 0x0C2B, 0x0C2B, 0x0C2B }, { 0x0C2C, 0x0C2C, 0x0C2C }, { 0x0C2D, 0x0C2D, 0x0C2D }, { 0x0C2E, 0x0C2E, 0x0C2E }, { 0x0C2F, 0x0C2F, 0x0C2F }, { 0x0C30, 0x0C30, 0x0C30 }, { 0x0C31, 0x0C31, 0x0C31 }, { 0x0C32, 0x0C32, 0x0C32 }, { 0x0C33, 0x0C33, 0x0C33 }, { 0x0C35, 0x0C35, 0x0C35 }, { 0x0C36, 0x0C36, 0x0C36 }, { 0x0C37, 0x0C37, 0x0C37 }, { 0x0C38, 0x0C38, 0x0C38 }, { 0x0C39, 0x0C39, 0x0C39 }, { 0x0C3E, 0x0C3E, 0x0C3E }, { 0x0C3F, 0x0C3F, 0x0C3F }, { 0x0C40, 0x0C40, 0x0C40 }, { 0x0C46, 0x0C46, 0x0C46 }, { 0x0C47, 0x0C47, 0x0C47 }, { 0x0C48, 0x0C48, 0x0C48 }, { 0x0C4A, 0x0C4A, 0x0C4A }, { 0x0C4B, 0x0C4B, 0x0C4B }, { 0x0C4C, 0x0C4C, 0x0C4C }, { 0x0C4D, 0x0C4D, 0x0C4D }, { 0x0C55, 0x0C55, 0x0C55 }, { 0x0C56, 0x0C56, 0x0C56 }, { 0x0C60, 0x0C60, 0x0C60 }, { 0x0C61, 0x0C61, 0x0C61 }, { 0x0C85, 0x0C85, 0x0C85 }, { 0x0C86, 0x0C86, 0x0C86 }, { 0x0C87, 0x0C87, 0x0C87 }, { 0x0C88, 0x0C88, 0x0C88 }, { 0x0C89, 0x0C89, 0x0C89 }, { 0x0C8A, 0x0C8A, 0x0C8A }, { 0x0C8B, 0x0C8B, 0x0C8B }, { 0x0C8C, 0x0C8C, 0x0C8C }, { 0x0C8E, 0x0C8E, 0x0C8E }, { 0x0C8F, 0x0C8F, 0x0C8F }, { 0x0C90, 0x0C90, 0x0C90 }, { 0x0C92, 0x0C92, 0x0C92 }, { 0x0C93, 0x0C93, 0x0C93 }, { 0x0C94, 0x0C94, 0x0C94 }, { 0x0C95, 0x0C95, 0x0C95 }, { 0x0C96, 0x0C96, 0x0C96 }, { 0x0C97, 0x0C97, 0x0C97 }, { 0x0C98, 0x0C98, 0x0C98 }, { 0x0C99, 0x0C99, 0x0C99 }, { 0x0C9A, 0x0C9A, 0x0C9A }, { 0x0C9B, 0x0C9B, 0x0C9B }, { 0x0C9C, 0x0C9C, 0x0C9C }, { 0x0C9D, 0x0C9D, 0x0C9D }, { 0x0C9E, 0x0C9E, 0x0C9E }, { 0x0C9F, 0x0C9F, 0x0C9F }, { 0x0CA0, 0x0CA0, 0x0CA0 }, { 0x0CA1, 0x0CA1, 0x0CA1 }, { 0x0CA2, 0x0CA2, 0x0CA2 }, { 0x0CA3, 0x0CA3, 0x0CA3 }, { 0x0CA4, 0x0CA4, 0x0CA4 }, { 0x0CA5, 0x0CA5, 0x0CA5 }, { 0x0CA6, 0x0CA6, 0x0CA6 }, { 0x0CA7, 0x0CA7, 0x0CA7 }, { 0x0CA8, 0x0CA8, 0x0CA8 }, { 0x0CAA, 0x0CAA, 0x0CAA }, { 0x0CAB, 0x0CAB, 0x0CAB }, { 0x0CAC, 0x0CAC, 0x0CAC }, { 0x0CAD, 0x0CAD, 0x0CAD }, { 0x0CAE, 0x0CAE, 0x0CAE }, { 0x0CAF, 0x0CAF, 0x0CAF }, { 0x0CB0, 0x0CB0, 0x0CB0 }, { 0x0CB1, 0x0CB1, 0x0CB1 }, { 0x0CB2, 0x0CB2, 0x0CB2 }, { 0x0CB3, 0x0CB3, 0x0CB3 }, { 0x0CB5, 0x0CB5, 0x0CB5 }, { 0x0CB6, 0x0CB6, 0x0CB6 }, { 0x0CB7, 0x0CB7, 0x0CB7 }, { 0x0CB8, 0x0CB8, 0x0CB8 }, { 0x0CB9, 0x0CB9, 0x0CB9 }, { 0x0CBC, 0x0CBC, 0x0CBC }, { 0x0CBD, 0x0CBD, 0x0CBD }, { 0x0CBF, 0x0CBF, 0x0CBF }, { 0x0CC6, 0x0CC6, 0x0CC6 }, { 0x0CCC, 0x0CCC, 0x0CCC }, { 0x0CCD, 0x0CCD, 0x0CCD }, { 0x0CDE, 0x0CDE, 0x0CDE }, { 0x0CE0, 0x0CE0, 0x0CE0 }, { 0x0CE1, 0x0CE1, 0x0CE1 }, { 0x0D05, 0x0D05, 0x0D05 }, { 0x0D06, 0x0D06, 0x0D06 }, { 0x0D07, 0x0D07, 0x0D07 }, { 0x0D08, 0x0D08, 0x0D08 }, { 0x0D09, 0x0D09, 0x0D09 }, { 0x0D0A, 0x0D0A, 0x0D0A }, { 0x0D0B, 0x0D0B, 0x0D0B }, { 0x0D0C, 0x0D0C, 0x0D0C }, { 0x0D0E, 0x0D0E, 0x0D0E }, { 0x0D0F, 0x0D0F, 0x0D0F }, { 0x0D10, 0x0D10, 0x0D10 }, { 0x0D12, 0x0D12, 0x0D12 }, { 0x0D13, 0x0D13, 0x0D13 }, { 0x0D14, 0x0D14, 0x0D14 }, { 0x0D15, 0x0D15, 0x0D15 }, { 0x0D16, 0x0D16, 0x0D16 }, { 0x0D17, 0x0D17, 0x0D17 }, { 0x0D18, 0x0D18, 0x0D18 }, { 0x0D19, 0x0D19, 0x0D19 }, { 0x0D1A, 0x0D1A, 0x0D1A }, { 0x0D1B, 0x0D1B, 0x0D1B }, { 0x0D1C, 0x0D1C, 0x0D1C }, { 0x0D1D, 0x0D1D, 0x0D1D }, { 0x0D1E, 0x0D1E, 0x0D1E }, { 0x0D1F, 0x0D1F, 0x0D1F }, { 0x0D20, 0x0D20, 0x0D20 }, { 0x0D21, 0x0D21, 0x0D21 }, { 0x0D22, 0x0D22, 0x0D22 }, { 0x0D23, 0x0D23, 0x0D23 }, { 0x0D24, 0x0D24, 0x0D24 }, { 0x0D25, 0x0D25, 0x0D25 }, { 0x0D26, 0x0D26, 0x0D26 }, { 0x0D27, 0x0D27, 0x0D27 }, { 0x0D28, 0x0D28, 0x0D28 }, { 0x0D2A, 0x0D2A, 0x0D2A }, { 0x0D2B, 0x0D2B, 0x0D2B }, { 0x0D2C, 0x0D2C, 0x0D2C }, { 0x0D2D, 0x0D2D, 0x0D2D }, { 0x0D2E, 0x0D2E, 0x0D2E }, { 0x0D2F, 0x0D2F, 0x0D2F }, { 0x0D30, 0x0D30, 0x0D30 }, { 0x0D31, 0x0D31, 0x0D31 }, { 0x0D32, 0x0D32, 0x0D32 }, { 0x0D33, 0x0D33, 0x0D33 }, { 0x0D34, 0x0D34, 0x0D34 }, { 0x0D35, 0x0D35, 0x0D35 }, { 0x0D36, 0x0D36, 0x0D36 }, { 0x0D37, 0x0D37, 0x0D37 }, { 0x0D38, 0x0D38, 0x0D38 }, { 0x0D39, 0x0D39, 0x0D39 }, { 0x0D41, 0x0D41, 0x0D41 }, { 0x0D42, 0x0D42, 0x0D42 }, { 0x0D43, 0x0D43, 0x0D43 }, { 0x0D4D, 0x0D4D, 0x0D4D }, { 0x0D60, 0x0D60, 0x0D60 }, { 0x0D61, 0x0D61, 0x0D61 }, { 0x0D85, 0x0D85, 0x0D85 }, { 0x0D86, 0x0D86, 0x0D86 }, { 0x0D87, 0x0D87, 0x0D87 }, { 0x0D88, 0x0D88, 0x0D88 }, { 0x0D89, 0x0D89, 0x0D89 }, { 0x0D8A, 0x0D8A, 0x0D8A }, { 0x0D8B, 0x0D8B, 0x0D8B }, { 0x0D8C, 0x0D8C, 0x0D8C }, { 0x0D8D, 0x0D8D, 0x0D8D }, { 0x0D8E, 0x0D8E, 0x0D8E }, { 0x0D8F, 0x0D8F, 0x0D8F }, { 0x0D90, 0x0D90, 0x0D90 }, { 0x0D91, 0x0D91, 0x0D91 }, { 0x0D92, 0x0D92, 0x0D92 }, { 0x0D93, 0x0D93, 0x0D93 }, { 0x0D94, 0x0D94, 0x0D94 }, { 0x0D95, 0x0D95, 0x0D95 }, { 0x0D96, 0x0D96, 0x0D96 }, { 0x0D9A, 0x0D9A, 0x0D9A }, { 0x0D9B, 0x0D9B, 0x0D9B }, { 0x0D9C, 0x0D9C, 0x0D9C }, { 0x0D9D, 0x0D9D, 0x0D9D }, { 0x0D9E, 0x0D9E, 0x0D9E }, { 0x0D9F, 0x0D9F, 0x0D9F }, { 0x0DA0, 0x0DA0, 0x0DA0 }, { 0x0DA1, 0x0DA1, 0x0DA1 }, { 0x0DA2, 0x0DA2, 0x0DA2 }, { 0x0DA3, 0x0DA3, 0x0DA3 }, { 0x0DA4, 0x0DA4, 0x0DA4 }, { 0x0DA5, 0x0DA5, 0x0DA5 }, { 0x0DA6, 0x0DA6, 0x0DA6 }, { 0x0DA7, 0x0DA7, 0x0DA7 }, { 0x0DA8, 0x0DA8, 0x0DA8 }, { 0x0DA9, 0x0DA9, 0x0DA9 }, { 0x0DAA, 0x0DAA, 0x0DAA }, { 0x0DAB, 0x0DAB, 0x0DAB }, { 0x0DAC, 0x0DAC, 0x0DAC }, { 0x0DAD, 0x0DAD, 0x0DAD }, { 0x0DAE, 0x0DAE, 0x0DAE }, { 0x0DAF, 0x0DAF, 0x0DAF }, { 0x0DB0, 0x0DB0, 0x0DB0 }, { 0x0DB1, 0x0DB1, 0x0DB1 }, { 0x0DB3, 0x0DB3, 0x0DB3 }, { 0x0DB4, 0x0DB4, 0x0DB4 }, { 0x0DB5, 0x0DB5, 0x0DB5 }, { 0x0DB6, 0x0DB6, 0x0DB6 }, { 0x0DB7, 0x0DB7, 0x0DB7 }, { 0x0DB8, 0x0DB8, 0x0DB8 }, { 0x0DB9, 0x0DB9, 0x0DB9 }, { 0x0DBA, 0x0DBA, 0x0DBA }, { 0x0DBB, 0x0DBB, 0x0DBB }, { 0x0DBD, 0x0DBD, 0x0DBD }, { 0x0DC0, 0x0DC0, 0x0DC0 }, { 0x0DC1, 0x0DC1, 0x0DC1 }, { 0x0DC2, 0x0DC2, 0x0DC2 }, { 0x0DC3, 0x0DC3, 0x0DC3 }, { 0x0DC4, 0x0DC4, 0x0DC4 }, { 0x0DC5, 0x0DC5, 0x0DC5 }, { 0x0DC6, 0x0DC6, 0x0DC6 }, { 0x0DCA, 0x0DCA, 0x0DCA }, { 0x0DD2, 0x0DD2, 0x0DD2 }, { 0x0DD3, 0x0DD3, 0x0DD3 }, { 0x0DD4, 0x0DD4, 0x0DD4 }, { 0x0DD6, 0x0DD6, 0x0DD6 }, { 0x0E01, 0x0E01, 0x0E01 }, { 0x0E02, 0x0E02, 0x0E02 }, { 0x0E03, 0x0E03, 0x0E03 }, { 0x0E04, 0x0E04, 0x0E04 }, { 0x0E05, 0x0E05, 0x0E05 }, { 0x0E06, 0x0E06, 0x0E06 }, { 0x0E07, 0x0E07, 0x0E07 }, { 0x0E08, 0x0E08, 0x0E08 }, { 0x0E09, 0x0E09, 0x0E09 }, { 0x0E0A, 0x0E0A, 0x0E0A }, { 0x0E0B, 0x0E0B, 0x0E0B }, { 0x0E0C, 0x0E0C, 0x0E0C }, { 0x0E0D, 0x0E0D, 0x0E0D }, { 0x0E0E, 0x0E0E, 0x0E0E }, { 0x0E0F, 0x0E0F, 0x0E0F }, { 0x0E10, 0x0E10, 0x0E10 }, { 0x0E11, 0x0E11, 0x0E11 }, { 0x0E12, 0x0E12, 0x0E12 }, { 0x0E13, 0x0E13, 0x0E13 }, { 0x0E14, 0x0E14, 0x0E14 }, { 0x0E15, 0x0E15, 0x0E15 }, { 0x0E16, 0x0E16, 0x0E16 }, { 0x0E17, 0x0E17, 0x0E17 }, { 0x0E18, 0x0E18, 0x0E18 }, { 0x0E19, 0x0E19, 0x0E19 }, { 0x0E1A, 0x0E1A, 0x0E1A }, { 0x0E1B, 0x0E1B, 0x0E1B }, { 0x0E1C, 0x0E1C, 0x0E1C }, { 0x0E1D, 0x0E1D, 0x0E1D }, { 0x0E1E, 0x0E1E, 0x0E1E }, { 0x0E1F, 0x0E1F, 0x0E1F }, { 0x0E20, 0x0E20, 0x0E20 }, { 0x0E21, 0x0E21, 0x0E21 }, { 0x0E22, 0x0E22, 0x0E22 }, { 0x0E23, 0x0E23, 0x0E23 }, { 0x0E24, 0x0E24, 0x0E24 }, { 0x0E25, 0x0E25, 0x0E25 }, { 0x0E26, 0x0E26, 0x0E26 }, { 0x0E27, 0x0E27, 0x0E27 }, { 0x0E28, 0x0E28, 0x0E28 }, { 0x0E29, 0x0E29, 0x0E29 }, { 0x0E2A, 0x0E2A, 0x0E2A }, { 0x0E2B, 0x0E2B, 0x0E2B }, { 0x0E2C, 0x0E2C, 0x0E2C }, { 0x0E2D, 0x0E2D, 0x0E2D }, { 0x0E2E, 0x0E2E, 0x0E2E }, { 0x0E2F, 0x0E2F, 0x0E2F }, { 0x0E30, 0x0E30, 0x0E30 }, { 0x0E31, 0x0E31, 0x0E31 }, { 0x0E32, 0x0E32, 0x0E32 }, { 0x0E33, 0x0E33, 0x0E33 }, { 0x0E34, 0x0E34, 0x0E34 }, { 0x0E35, 0x0E35, 0x0E35 }, { 0x0E36, 0x0E36, 0x0E36 }, { 0x0E37, 0x0E37, 0x0E37 }, { 0x0E38, 0x0E38, 0x0E38 }, { 0x0E39, 0x0E39, 0x0E39 }, { 0x0E3A, 0x0E3A, 0x0E3A }, { 0x0E40, 0x0E40, 0x0E40 }, { 0x0E41, 0x0E41, 0x0E41 }, { 0x0E42, 0x0E42, 0x0E42 }, { 0x0E43, 0x0E43, 0x0E43 }, { 0x0E44, 0x0E44, 0x0E44 }, { 0x0E45, 0x0E45, 0x0E45 }, { 0x0E46, 0x0E46, 0x0E46 }, { 0x0E47, 0x0E47, 0x0E47 }, { 0x0E48, 0x0E48, 0x0E48 }, { 0x0E49, 0x0E49, 0x0E49 }, { 0x0E4A, 0x0E4A, 0x0E4A }, { 0x0E4B, 0x0E4B, 0x0E4B }, { 0x0E4C, 0x0E4C, 0x0E4C }, { 0x0E4D, 0x0E4D, 0x0E4D }, { 0x0E4E, 0x0E4E, 0x0E4E }, { 0x0E81, 0x0E81, 0x0E81 }, { 0x0E82, 0x0E82, 0x0E82 }, { 0x0E84, 0x0E84, 0x0E84 }, { 0x0E87, 0x0E87, 0x0E87 }, { 0x0E88, 0x0E88, 0x0E88 }, { 0x0E8A, 0x0E8A, 0x0E8A }, { 0x0E8D, 0x0E8D, 0x0E8D }, { 0x0E94, 0x0E94, 0x0E94 }, { 0x0E95, 0x0E95, 0x0E95 }, { 0x0E96, 0x0E96, 0x0E96 }, { 0x0E97, 0x0E97, 0x0E97 }, { 0x0E99, 0x0E99, 0x0E99 }, { 0x0E9A, 0x0E9A, 0x0E9A }, { 0x0E9B, 0x0E9B, 0x0E9B }, { 0x0E9C, 0x0E9C, 0x0E9C }, { 0x0E9D, 0x0E9D, 0x0E9D }, { 0x0E9E, 0x0E9E, 0x0E9E }, { 0x0E9F, 0x0E9F, 0x0E9F }, { 0x0EA1, 0x0EA1, 0x0EA1 }, { 0x0EA2, 0x0EA2, 0x0EA2 }, { 0x0EA3, 0x0EA3, 0x0EA3 }, { 0x0EA5, 0x0EA5, 0x0EA5 }, { 0x0EA7, 0x0EA7, 0x0EA7 }, { 0x0EAA, 0x0EAA, 0x0EAA }, { 0x0EAB, 0x0EAB, 0x0EAB }, { 0x0EAD, 0x0EAD, 0x0EAD }, { 0x0EAE, 0x0EAE, 0x0EAE }, { 0x0EAF, 0x0EAF, 0x0EAF }, { 0x0EB0, 0x0EB0, 0x0EB0 }, { 0x0EB1, 0x0EB1, 0x0EB1 }, { 0x0EB2, 0x0EB2, 0x0EB2 }, { 0x0EB3, 0x0EB3, 0x0EB3 }, { 0x0EB4, 0x0EB4, 0x0EB4 }, { 0x0EB5, 0x0EB5, 0x0EB5 }, { 0x0EB6, 0x0EB6, 0x0EB6 }, { 0x0EB7, 0x0EB7, 0x0EB7 }, { 0x0EB8, 0x0EB8, 0x0EB8 }, { 0x0EB9, 0x0EB9, 0x0EB9 }, { 0x0EBB, 0x0EBB, 0x0EBB }, { 0x0EBC, 0x0EBC, 0x0EBC }, { 0x0EBD, 0x0EBD, 0x0EBD }, { 0x0EC0, 0x0EC0, 0x0EC0 }, { 0x0EC1, 0x0EC1, 0x0EC1 }, { 0x0EC2, 0x0EC2, 0x0EC2 }, { 0x0EC3, 0x0EC3, 0x0EC3 }, { 0x0EC4, 0x0EC4, 0x0EC4 }, { 0x0EC6, 0x0EC6, 0x0EC6 }, { 0x0EC8, 0x0EC8, 0x0EC8 }, { 0x0EC9, 0x0EC9, 0x0EC9 }, { 0x0ECA, 0x0ECA, 0x0ECA }, { 0x0ECB, 0x0ECB, 0x0ECB }, { 0x0ECC, 0x0ECC, 0x0ECC }, { 0x0ECD, 0x0ECD, 0x0ECD }, { 0x0EDC, 0x0EDC, 0x0EDC }, { 0x0EDD, 0x0EDD, 0x0EDD }, { 0x0F00, 0x0F00, 0x0F00 }, { 0x0F18, 0x0F18, 0x0F18 }, { 0x0F19, 0x0F19, 0x0F19 }, { 0x0F35, 0x0F35, 0x0F35 }, { 0x0F37, 0x0F37, 0x0F37 }, { 0x0F39, 0x0F39, 0x0F39 }, { 0x0F40, 0x0F40, 0x0F40 }, { 0x0F41, 0x0F41, 0x0F41 }, { 0x0F42, 0x0F42, 0x0F42 }, { 0x0F43, 0x0F43, 0x0F43 }, { 0x0F44, 0x0F44, 0x0F44 }, { 0x0F45, 0x0F45, 0x0F45 }, { 0x0F46, 0x0F46, 0x0F46 }, { 0x0F47, 0x0F47, 0x0F47 }, { 0x0F49, 0x0F49, 0x0F49 }, { 0x0F4A, 0x0F4A, 0x0F4A }, { 0x0F4B, 0x0F4B, 0x0F4B }, { 0x0F4C, 0x0F4C, 0x0F4C }, { 0x0F4D, 0x0F4D, 0x0F4D }, { 0x0F4E, 0x0F4E, 0x0F4E }, { 0x0F4F, 0x0F4F, 0x0F4F }, { 0x0F50, 0x0F50, 0x0F50 }, { 0x0F51, 0x0F51, 0x0F51 }, { 0x0F52, 0x0F52, 0x0F52 }, { 0x0F53, 0x0F53, 0x0F53 }, { 0x0F54, 0x0F54, 0x0F54 }, { 0x0F55, 0x0F55, 0x0F55 }, { 0x0F56, 0x0F56, 0x0F56 }, { 0x0F57, 0x0F57, 0x0F57 }, { 0x0F58, 0x0F58, 0x0F58 }, { 0x0F59, 0x0F59, 0x0F59 }, { 0x0F5A, 0x0F5A, 0x0F5A }, { 0x0F5B, 0x0F5B, 0x0F5B }, { 0x0F5C, 0x0F5C, 0x0F5C }, { 0x0F5D, 0x0F5D, 0x0F5D }, { 0x0F5E, 0x0F5E, 0x0F5E }, { 0x0F5F, 0x0F5F, 0x0F5F }, { 0x0F60, 0x0F60, 0x0F60 }, { 0x0F61, 0x0F61, 0x0F61 }, { 0x0F62, 0x0F62, 0x0F62 }, { 0x0F63, 0x0F63, 0x0F63 }, { 0x0F64, 0x0F64, 0x0F64 }, { 0x0F65, 0x0F65, 0x0F65 }, { 0x0F66, 0x0F66, 0x0F66 }, { 0x0F67, 0x0F67, 0x0F67 }, { 0x0F68, 0x0F68, 0x0F68 }, { 0x0F69, 0x0F69, 0x0F69 }, { 0x0F6A, 0x0F6A, 0x0F6A }, { 0x0F71, 0x0F71, 0x0F71 }, { 0x0F72, 0x0F72, 0x0F72 }, { 0x0F73, 0x0F73, 0x0F73 }, { 0x0F74, 0x0F74, 0x0F74 }, { 0x0F75, 0x0F75, 0x0F75 }, { 0x0F76, 0x0F76, 0x0F76 }, { 0x0F77, 0x0F77, 0x0F77 }, { 0x0F78, 0x0F78, 0x0F78 }, { 0x0F79, 0x0F79, 0x0F79 }, { 0x0F7A, 0x0F7A, 0x0F7A }, { 0x0F7B, 0x0F7B, 0x0F7B }, { 0x0F7C, 0x0F7C, 0x0F7C }, { 0x0F7D, 0x0F7D, 0x0F7D }, { 0x0F7E, 0x0F7E, 0x0F7E }, { 0x0F80, 0x0F80, 0x0F80 }, { 0x0F81, 0x0F81, 0x0F81 }, { 0x0F82, 0x0F82, 0x0F82 }, { 0x0F83, 0x0F83, 0x0F83 }, { 0x0F84, 0x0F84, 0x0F84 }, { 0x0F86, 0x0F86, 0x0F86 }, { 0x0F87, 0x0F87, 0x0F87 }, { 0x0F88, 0x0F88, 0x0F88 }, { 0x0F89, 0x0F89, 0x0F89 }, { 0x0F8A, 0x0F8A, 0x0F8A }, { 0x0F8B, 0x0F8B, 0x0F8B }, { 0x0F90, 0x0F90, 0x0F90 }, { 0x0F91, 0x0F91, 0x0F91 }, { 0x0F92, 0x0F92, 0x0F92 }, { 0x0F93, 0x0F93, 0x0F93 }, { 0x0F94, 0x0F94, 0x0F94 }, { 0x0F95, 0x0F95, 0x0F95 }, { 0x0F96, 0x0F96, 0x0F96 }, { 0x0F97, 0x0F97, 0x0F97 }, { 0x0F99, 0x0F99, 0x0F99 }, { 0x0F9A, 0x0F9A, 0x0F9A }, { 0x0F9B, 0x0F9B, 0x0F9B }, { 0x0F9C, 0x0F9C, 0x0F9C }, { 0x0F9D, 0x0F9D, 0x0F9D }, { 0x0F9E, 0x0F9E, 0x0F9E }, { 0x0F9F, 0x0F9F, 0x0F9F }, { 0x0FA0, 0x0FA0, 0x0FA0 }, { 0x0FA1, 0x0FA1, 0x0FA1 }, { 0x0FA2, 0x0FA2, 0x0FA2 }, { 0x0FA3, 0x0FA3, 0x0FA3 }, { 0x0FA4, 0x0FA4, 0x0FA4 }, { 0x0FA5, 0x0FA5, 0x0FA5 }, { 0x0FA6, 0x0FA6, 0x0FA6 }, { 0x0FA7, 0x0FA7, 0x0FA7 }, { 0x0FA8, 0x0FA8, 0x0FA8 }, { 0x0FA9, 0x0FA9, 0x0FA9 }, { 0x0FAA, 0x0FAA, 0x0FAA }, { 0x0FAB, 0x0FAB, 0x0FAB }, { 0x0FAC, 0x0FAC, 0x0FAC }, { 0x0FAD, 0x0FAD, 0x0FAD }, { 0x0FAE, 0x0FAE, 0x0FAE }, { 0x0FAF, 0x0FAF, 0x0FAF }, { 0x0FB0, 0x0FB0, 0x0FB0 }, { 0x0FB1, 0x0FB1, 0x0FB1 }, { 0x0FB2, 0x0FB2, 0x0FB2 }, { 0x0FB3, 0x0FB3, 0x0FB3 }, { 0x0FB4, 0x0FB4, 0x0FB4 }, { 0x0FB5, 0x0FB5, 0x0FB5 }, { 0x0FB6, 0x0FB6, 0x0FB6 }, { 0x0FB7, 0x0FB7, 0x0FB7 }, { 0x0FB8, 0x0FB8, 0x0FB8 }, { 0x0FB9, 0x0FB9, 0x0FB9 }, { 0x0FBA, 0x0FBA, 0x0FBA }, { 0x0FBB, 0x0FBB, 0x0FBB }, { 0x0FBC, 0x0FBC, 0x0FBC }, { 0x0FC6, 0x0FC6, 0x0FC6 }, { 0x1000, 0x1000, 0x1000 }, { 0x1001, 0x1001, 0x1001 }, { 0x1002, 0x1002, 0x1002 }, { 0x1003, 0x1003, 0x1003 }, { 0x1004, 0x1004, 0x1004 }, { 0x1005, 0x1005, 0x1005 }, { 0x1006, 0x1006, 0x1006 }, { 0x1007, 0x1007, 0x1007 }, { 0x1008, 0x1008, 0x1008 }, { 0x1009, 0x1009, 0x1009 }, { 0x100A, 0x100A, 0x100A }, { 0x100B, 0x100B, 0x100B }, { 0x100C, 0x100C, 0x100C }, { 0x100D, 0x100D, 0x100D }, { 0x100E, 0x100E, 0x100E }, { 0x100F, 0x100F, 0x100F }, { 0x1010, 0x1010, 0x1010 }, { 0x1011, 0x1011, 0x1011 }, { 0x1012, 0x1012, 0x1012 }, { 0x1013, 0x1013, 0x1013 }, { 0x1014, 0x1014, 0x1014 }, { 0x1015, 0x1015, 0x1015 }, { 0x1016, 0x1016, 0x1016 }, { 0x1017, 0x1017, 0x1017 }, { 0x1018, 0x1018, 0x1018 }, { 0x1019, 0x1019, 0x1019 }, { 0x101A, 0x101A, 0x101A }, { 0x101B, 0x101B, 0x101B }, { 0x101C, 0x101C, 0x101C }, { 0x101D, 0x101D, 0x101D }, { 0x101E, 0x101E, 0x101E }, { 0x101F, 0x101F, 0x101F }, { 0x1020, 0x1020, 0x1020 }, { 0x1021, 0x1021, 0x1021 }, { 0x1023, 0x1023, 0x1023 }, { 0x1024, 0x1024, 0x1024 }, { 0x1025, 0x1025, 0x1025 }, { 0x1026, 0x1026, 0x1026 }, { 0x1027, 0x1027, 0x1027 }, { 0x1029, 0x1029, 0x1029 }, { 0x102A, 0x102A, 0x102A }, { 0x102D, 0x102D, 0x102D }, { 0x102E, 0x102E, 0x102E }, { 0x102F, 0x102F, 0x102F }, { 0x1030, 0x1030, 0x1030 }, { 0x1032, 0x1032, 0x1032 }, { 0x1036, 0x1036, 0x1036 }, { 0x1037, 0x1037, 0x1037 }, { 0x1039, 0x1039, 0x1039 }, { 0x1050, 0x1050, 0x1050 }, { 0x1051, 0x1051, 0x1051 }, { 0x1052, 0x1052, 0x1052 }, { 0x1053, 0x1053, 0x1053 }, { 0x1054, 0x1054, 0x1054 }, { 0x1055, 0x1055, 0x1055 }, { 0x1058, 0x1058, 0x1058 }, { 0x1059, 0x1059, 0x1059 }, { 0x10A0, 0x10A0, 0x2D00 }, { 0x10A1, 0x10A1, 0x2D01 }, { 0x10A2, 0x10A2, 0x2D02 }, { 0x10A3, 0x10A3, 0x2D03 }, { 0x10A4, 0x10A4, 0x2D04 }, { 0x10A5, 0x10A5, 0x2D05 }, { 0x10A6, 0x10A6, 0x2D06 }, { 0x10A7, 0x10A7, 0x2D07 }, { 0x10A8, 0x10A8, 0x2D08 }, { 0x10A9, 0x10A9, 0x2D09 }, { 0x10AA, 0x10AA, 0x2D0A }, { 0x10AB, 0x10AB, 0x2D0B }, { 0x10AC, 0x10AC, 0x2D0C }, { 0x10AD, 0x10AD, 0x2D0D }, { 0x10AE, 0x10AE, 0x2D0E }, { 0x10AF, 0x10AF, 0x2D0F }, { 0x10B0, 0x10B0, 0x2D10 }, { 0x10B1, 0x10B1, 0x2D11 }, { 0x10B2, 0x10B2, 0x2D12 }, { 0x10B3, 0x10B3, 0x2D13 }, { 0x10B4, 0x10B4, 0x2D14 }, { 0x10B5, 0x10B5, 0x2D15 }, { 0x10B6, 0x10B6, 0x2D16 }, { 0x10B7, 0x10B7, 0x2D17 }, { 0x10B8, 0x10B8, 0x2D18 }, { 0x10B9, 0x10B9, 0x2D19 }, { 0x10BA, 0x10BA, 0x2D1A }, { 0x10BB, 0x10BB, 0x2D1B }, { 0x10BC, 0x10BC, 0x2D1C }, { 0x10BD, 0x10BD, 0x2D1D }, { 0x10BE, 0x10BE, 0x2D1E }, { 0x10BF, 0x10BF, 0x2D1F }, { 0x10C0, 0x10C0, 0x2D20 }, { 0x10C1, 0x10C1, 0x2D21 }, { 0x10C2, 0x10C2, 0x2D22 }, { 0x10C3, 0x10C3, 0x2D23 }, { 0x10C4, 0x10C4, 0x2D24 }, { 0x10C5, 0x10C5, 0x2D25 }, { 0x10D0, 0x10D0, 0x10D0 }, { 0x10D1, 0x10D1, 0x10D1 }, { 0x10D2, 0x10D2, 0x10D2 }, { 0x10D3, 0x10D3, 0x10D3 }, { 0x10D4, 0x10D4, 0x10D4 }, { 0x10D5, 0x10D5, 0x10D5 }, { 0x10D6, 0x10D6, 0x10D6 }, { 0x10D7, 0x10D7, 0x10D7 }, { 0x10D8, 0x10D8, 0x10D8 }, { 0x10D9, 0x10D9, 0x10D9 }, { 0x10DA, 0x10DA, 0x10DA }, { 0x10DB, 0x10DB, 0x10DB }, { 0x10DC, 0x10DC, 0x10DC }, { 0x10DD, 0x10DD, 0x10DD }, { 0x10DE, 0x10DE, 0x10DE }, { 0x10DF, 0x10DF, 0x10DF }, { 0x10E0, 0x10E0, 0x10E0 }, { 0x10E1, 0x10E1, 0x10E1 }, { 0x10E2, 0x10E2, 0x10E2 }, { 0x10E3, 0x10E3, 0x10E3 }, { 0x10E4, 0x10E4, 0x10E4 }, { 0x10E5, 0x10E5, 0x10E5 }, { 0x10E6, 0x10E6, 0x10E6 }, { 0x10E7, 0x10E7, 0x10E7 }, { 0x10E8, 0x10E8, 0x10E8 }, { 0x10E9, 0x10E9, 0x10E9 }, { 0x10EA, 0x10EA, 0x10EA }, { 0x10EB, 0x10EB, 0x10EB }, { 0x10EC, 0x10EC, 0x10EC }, { 0x10ED, 0x10ED, 0x10ED }, { 0x10EE, 0x10EE, 0x10EE }, { 0x10EF, 0x10EF, 0x10EF }, { 0x10F0, 0x10F0, 0x10F0 }, { 0x10F1, 0x10F1, 0x10F1 }, { 0x10F2, 0x10F2, 0x10F2 }, { 0x10F3, 0x10F3, 0x10F3 }, { 0x10F4, 0x10F4, 0x10F4 }, { 0x10F5, 0x10F5, 0x10F5 }, { 0x10F6, 0x10F6, 0x10F6 }, { 0x10F7, 0x10F7, 0x10F7 }, { 0x10F8, 0x10F8, 0x10F8 }, { 0x10F9, 0x10F9, 0x10F9 }, { 0x10FA, 0x10FA, 0x10FA }, { 0x10FC, 0x10FC, 0x10FC }, { 0x1100, 0x1100, 0x1100 }, { 0x1101, 0x1101, 0x1101 }, { 0x1102, 0x1102, 0x1102 }, { 0x1103, 0x1103, 0x1103 }, { 0x1104, 0x1104, 0x1104 }, { 0x1105, 0x1105, 0x1105 }, { 0x1106, 0x1106, 0x1106 }, { 0x1107, 0x1107, 0x1107 }, { 0x1108, 0x1108, 0x1108 }, { 0x1109, 0x1109, 0x1109 }, { 0x110A, 0x110A, 0x110A }, { 0x110B, 0x110B, 0x110B }, { 0x110C, 0x110C, 0x110C }, { 0x110D, 0x110D, 0x110D }, { 0x110E, 0x110E, 0x110E }, { 0x110F, 0x110F, 0x110F }, { 0x1110, 0x1110, 0x1110 }, { 0x1111, 0x1111, 0x1111 }, { 0x1112, 0x1112, 0x1112 }, { 0x1113, 0x1113, 0x1113 }, { 0x1114, 0x1114, 0x1114 }, { 0x1115, 0x1115, 0x1115 }, { 0x1116, 0x1116, 0x1116 }, { 0x1117, 0x1117, 0x1117 }, { 0x1118, 0x1118, 0x1118 }, { 0x1119, 0x1119, 0x1119 }, { 0x111A, 0x111A, 0x111A }, { 0x111B, 0x111B, 0x111B }, { 0x111C, 0x111C, 0x111C }, { 0x111D, 0x111D, 0x111D }, { 0x111E, 0x111E, 0x111E }, { 0x111F, 0x111F, 0x111F }, { 0x1120, 0x1120, 0x1120 }, { 0x1121, 0x1121, 0x1121 }, { 0x1122, 0x1122, 0x1122 }, { 0x1123, 0x1123, 0x1123 }, { 0x1124, 0x1124, 0x1124 }, { 0x1125, 0x1125, 0x1125 }, { 0x1126, 0x1126, 0x1126 }, { 0x1127, 0x1127, 0x1127 }, { 0x1128, 0x1128, 0x1128 }, { 0x1129, 0x1129, 0x1129 }, { 0x112A, 0x112A, 0x112A }, { 0x112B, 0x112B, 0x112B }, { 0x112C, 0x112C, 0x112C }, { 0x112D, 0x112D, 0x112D }, { 0x112E, 0x112E, 0x112E }, { 0x112F, 0x112F, 0x112F }, { 0x1130, 0x1130, 0x1130 }, { 0x1131, 0x1131, 0x1131 }, { 0x1132, 0x1132, 0x1132 }, { 0x1133, 0x1133, 0x1133 }, { 0x1134, 0x1134, 0x1134 }, { 0x1135, 0x1135, 0x1135 }, { 0x1136, 0x1136, 0x1136 }, { 0x1137, 0x1137, 0x1137 }, { 0x1138, 0x1138, 0x1138 }, { 0x1139, 0x1139, 0x1139 }, { 0x113A, 0x113A, 0x113A }, { 0x113B, 0x113B, 0x113B }, { 0x113C, 0x113C, 0x113C }, { 0x113D, 0x113D, 0x113D }, { 0x113E, 0x113E, 0x113E }, { 0x113F, 0x113F, 0x113F }, { 0x1140, 0x1140, 0x1140 }, { 0x1141, 0x1141, 0x1141 }, { 0x1142, 0x1142, 0x1142 }, { 0x1143, 0x1143, 0x1143 }, { 0x1144, 0x1144, 0x1144 }, { 0x1145, 0x1145, 0x1145 }, { 0x1146, 0x1146, 0x1146 }, { 0x1147, 0x1147, 0x1147 }, { 0x1148, 0x1148, 0x1148 }, { 0x1149, 0x1149, 0x1149 }, { 0x114A, 0x114A, 0x114A }, { 0x114B, 0x114B, 0x114B }, { 0x114C, 0x114C, 0x114C }, { 0x114D, 0x114D, 0x114D }, { 0x114E, 0x114E, 0x114E }, { 0x114F, 0x114F, 0x114F }, { 0x1150, 0x1150, 0x1150 }, { 0x1151, 0x1151, 0x1151 }, { 0x1152, 0x1152, 0x1152 }, { 0x1153, 0x1153, 0x1153 }, { 0x1154, 0x1154, 0x1154 }, { 0x1155, 0x1155, 0x1155 }, { 0x1156, 0x1156, 0x1156 }, { 0x1157, 0x1157, 0x1157 }, { 0x1158, 0x1158, 0x1158 }, { 0x1159, 0x1159, 0x1159 }, { 0x115F, 0x115F, 0x115F }, { 0x1160, 0x1160, 0x1160 }, { 0x1161, 0x1161, 0x1161 }, { 0x1162, 0x1162, 0x1162 }, { 0x1163, 0x1163, 0x1163 }, { 0x1164, 0x1164, 0x1164 }, { 0x1165, 0x1165, 0x1165 }, { 0x1166, 0x1166, 0x1166 }, { 0x1167, 0x1167, 0x1167 }, { 0x1168, 0x1168, 0x1168 }, { 0x1169, 0x1169, 0x1169 }, { 0x116A, 0x116A, 0x116A }, { 0x116B, 0x116B, 0x116B }, { 0x116C, 0x116C, 0x116C }, { 0x116D, 0x116D, 0x116D }, { 0x116E, 0x116E, 0x116E }, { 0x116F, 0x116F, 0x116F }, { 0x1170, 0x1170, 0x1170 }, { 0x1171, 0x1171, 0x1171 }, { 0x1172, 0x1172, 0x1172 }, { 0x1173, 0x1173, 0x1173 }, { 0x1174, 0x1174, 0x1174 }, { 0x1175, 0x1175, 0x1175 }, { 0x1176, 0x1176, 0x1176 }, { 0x1177, 0x1177, 0x1177 }, { 0x1178, 0x1178, 0x1178 }, { 0x1179, 0x1179, 0x1179 }, { 0x117A, 0x117A, 0x117A }, { 0x117B, 0x117B, 0x117B }, { 0x117C, 0x117C, 0x117C }, { 0x117D, 0x117D, 0x117D }, { 0x117E, 0x117E, 0x117E }, { 0x117F, 0x117F, 0x117F }, { 0x1180, 0x1180, 0x1180 }, { 0x1181, 0x1181, 0x1181 }, { 0x1182, 0x1182, 0x1182 }, { 0x1183, 0x1183, 0x1183 }, { 0x1184, 0x1184, 0x1184 }, { 0x1185, 0x1185, 0x1185 }, { 0x1186, 0x1186, 0x1186 }, { 0x1187, 0x1187, 0x1187 }, { 0x1188, 0x1188, 0x1188 }, { 0x1189, 0x1189, 0x1189 }, { 0x118A, 0x118A, 0x118A }, { 0x118B, 0x118B, 0x118B }, { 0x118C, 0x118C, 0x118C }, { 0x118D, 0x118D, 0x118D }, { 0x118E, 0x118E, 0x118E }, { 0x118F, 0x118F, 0x118F }, { 0x1190, 0x1190, 0x1190 }, { 0x1191, 0x1191, 0x1191 }, { 0x1192, 0x1192, 0x1192 }, { 0x1193, 0x1193, 0x1193 }, { 0x1194, 0x1194, 0x1194 }, { 0x1195, 0x1195, 0x1195 }, { 0x1196, 0x1196, 0x1196 }, { 0x1197, 0x1197, 0x1197 }, { 0x1198, 0x1198, 0x1198 }, { 0x1199, 0x1199, 0x1199 }, { 0x119A, 0x119A, 0x119A }, { 0x119B, 0x119B, 0x119B }, { 0x119C, 0x119C, 0x119C }, { 0x119D, 0x119D, 0x119D }, { 0x119E, 0x119E, 0x119E }, { 0x119F, 0x119F, 0x119F }, { 0x11A0, 0x11A0, 0x11A0 }, { 0x11A1, 0x11A1, 0x11A1 }, { 0x11A2, 0x11A2, 0x11A2 }, { 0x11A8, 0x11A8, 0x11A8 }, { 0x11A9, 0x11A9, 0x11A9 }, { 0x11AA, 0x11AA, 0x11AA }, { 0x11AB, 0x11AB, 0x11AB }, { 0x11AC, 0x11AC, 0x11AC }, { 0x11AD, 0x11AD, 0x11AD }, { 0x11AE, 0x11AE, 0x11AE }, { 0x11AF, 0x11AF, 0x11AF }, { 0x11B0, 0x11B0, 0x11B0 }, { 0x11B1, 0x11B1, 0x11B1 }, { 0x11B2, 0x11B2, 0x11B2 }, { 0x11B3, 0x11B3, 0x11B3 }, { 0x11B4, 0x11B4, 0x11B4 }, { 0x11B5, 0x11B5, 0x11B5 }, { 0x11B6, 0x11B6, 0x11B6 }, { 0x11B7, 0x11B7, 0x11B7 }, { 0x11B8, 0x11B8, 0x11B8 }, { 0x11B9, 0x11B9, 0x11B9 }, { 0x11BA, 0x11BA, 0x11BA }, { 0x11BB, 0x11BB, 0x11BB }, { 0x11BC, 0x11BC, 0x11BC }, { 0x11BD, 0x11BD, 0x11BD }, { 0x11BE, 0x11BE, 0x11BE }, { 0x11BF, 0x11BF, 0x11BF }, { 0x11C0, 0x11C0, 0x11C0 }, { 0x11C1, 0x11C1, 0x11C1 }, { 0x11C2, 0x11C2, 0x11C2 }, { 0x11C3, 0x11C3, 0x11C3 }, { 0x11C4, 0x11C4, 0x11C4 }, { 0x11C5, 0x11C5, 0x11C5 }, { 0x11C6, 0x11C6, 0x11C6 }, { 0x11C7, 0x11C7, 0x11C7 }, { 0x11C8, 0x11C8, 0x11C8 }, { 0x11C9, 0x11C9, 0x11C9 }, { 0x11CA, 0x11CA, 0x11CA }, { 0x11CB, 0x11CB, 0x11CB }, { 0x11CC, 0x11CC, 0x11CC }, { 0x11CD, 0x11CD, 0x11CD }, { 0x11CE, 0x11CE, 0x11CE }, { 0x11CF, 0x11CF, 0x11CF }, { 0x11D0, 0x11D0, 0x11D0 }, { 0x11D1, 0x11D1, 0x11D1 }, { 0x11D2, 0x11D2, 0x11D2 }, { 0x11D3, 0x11D3, 0x11D3 }, { 0x11D4, 0x11D4, 0x11D4 }, { 0x11D5, 0x11D5, 0x11D5 }, { 0x11D6, 0x11D6, 0x11D6 }, { 0x11D7, 0x11D7, 0x11D7 }, { 0x11D8, 0x11D8, 0x11D8 }, { 0x11D9, 0x11D9, 0x11D9 }, { 0x11DA, 0x11DA, 0x11DA }, { 0x11DB, 0x11DB, 0x11DB }, { 0x11DC, 0x11DC, 0x11DC }, { 0x11DD, 0x11DD, 0x11DD }, { 0x11DE, 0x11DE, 0x11DE }, { 0x11DF, 0x11DF, 0x11DF }, { 0x11E0, 0x11E0, 0x11E0 }, { 0x11E1, 0x11E1, 0x11E1 }, { 0x11E2, 0x11E2, 0x11E2 }, { 0x11E3, 0x11E3, 0x11E3 }, { 0x11E4, 0x11E4, 0x11E4 }, { 0x11E5, 0x11E5, 0x11E5 }, { 0x11E6, 0x11E6, 0x11E6 }, { 0x11E7, 0x11E7, 0x11E7 }, { 0x11E8, 0x11E8, 0x11E8 }, { 0x11E9, 0x11E9, 0x11E9 }, { 0x11EA, 0x11EA, 0x11EA }, { 0x11EB, 0x11EB, 0x11EB }, { 0x11EC, 0x11EC, 0x11EC }, { 0x11ED, 0x11ED, 0x11ED }, { 0x11EE, 0x11EE, 0x11EE }, { 0x11EF, 0x11EF, 0x11EF }, { 0x11F0, 0x11F0, 0x11F0 }, { 0x11F1, 0x11F1, 0x11F1 }, { 0x11F2, 0x11F2, 0x11F2 }, { 0x11F3, 0x11F3, 0x11F3 }, { 0x11F4, 0x11F4, 0x11F4 }, { 0x11F5, 0x11F5, 0x11F5 }, { 0x11F6, 0x11F6, 0x11F6 }, { 0x11F7, 0x11F7, 0x11F7 }, { 0x11F8, 0x11F8, 0x11F8 }, { 0x11F9, 0x11F9, 0x11F9 }, { 0x1200, 0x1200, 0x1200 }, { 0x1201, 0x1201, 0x1201 }, { 0x1202, 0x1202, 0x1202 }, { 0x1203, 0x1203, 0x1203 }, { 0x1204, 0x1204, 0x1204 }, { 0x1205, 0x1205, 0x1205 }, { 0x1206, 0x1206, 0x1206 }, { 0x1207, 0x1207, 0x1207 }, { 0x1208, 0x1208, 0x1208 }, { 0x1209, 0x1209, 0x1209 }, { 0x120A, 0x120A, 0x120A }, { 0x120B, 0x120B, 0x120B }, { 0x120C, 0x120C, 0x120C }, { 0x120D, 0x120D, 0x120D }, { 0x120E, 0x120E, 0x120E }, { 0x120F, 0x120F, 0x120F }, { 0x1210, 0x1210, 0x1210 }, { 0x1211, 0x1211, 0x1211 }, { 0x1212, 0x1212, 0x1212 }, { 0x1213, 0x1213, 0x1213 }, { 0x1214, 0x1214, 0x1214 }, { 0x1215, 0x1215, 0x1215 }, { 0x1216, 0x1216, 0x1216 }, { 0x1217, 0x1217, 0x1217 }, { 0x1218, 0x1218, 0x1218 }, { 0x1219, 0x1219, 0x1219 }, { 0x121A, 0x121A, 0x121A }, { 0x121B, 0x121B, 0x121B }, { 0x121C, 0x121C, 0x121C }, { 0x121D, 0x121D, 0x121D }, { 0x121E, 0x121E, 0x121E }, { 0x121F, 0x121F, 0x121F }, { 0x1220, 0x1220, 0x1220 }, { 0x1221, 0x1221, 0x1221 }, { 0x1222, 0x1222, 0x1222 }, { 0x1223, 0x1223, 0x1223 }, { 0x1224, 0x1224, 0x1224 }, { 0x1225, 0x1225, 0x1225 }, { 0x1226, 0x1226, 0x1226 }, { 0x1227, 0x1227, 0x1227 }, { 0x1228, 0x1228, 0x1228 }, { 0x1229, 0x1229, 0x1229 }, { 0x122A, 0x122A, 0x122A }, { 0x122B, 0x122B, 0x122B }, { 0x122C, 0x122C, 0x122C }, { 0x122D, 0x122D, 0x122D }, { 0x122E, 0x122E, 0x122E }, { 0x122F, 0x122F, 0x122F }, { 0x1230, 0x1230, 0x1230 }, { 0x1231, 0x1231, 0x1231 }, { 0x1232, 0x1232, 0x1232 }, { 0x1233, 0x1233, 0x1233 }, { 0x1234, 0x1234, 0x1234 }, { 0x1235, 0x1235, 0x1235 }, { 0x1236, 0x1236, 0x1236 }, { 0x1237, 0x1237, 0x1237 }, { 0x1238, 0x1238, 0x1238 }, { 0x1239, 0x1239, 0x1239 }, { 0x123A, 0x123A, 0x123A }, { 0x123B, 0x123B, 0x123B }, { 0x123C, 0x123C, 0x123C }, { 0x123D, 0x123D, 0x123D }, { 0x123E, 0x123E, 0x123E }, { 0x123F, 0x123F, 0x123F }, { 0x1240, 0x1240, 0x1240 }, { 0x1241, 0x1241, 0x1241 }, { 0x1242, 0x1242, 0x1242 }, { 0x1243, 0x1243, 0x1243 }, { 0x1244, 0x1244, 0x1244 }, { 0x1245, 0x1245, 0x1245 }, { 0x1246, 0x1246, 0x1246 }, { 0x1247, 0x1247, 0x1247 }, { 0x1248, 0x1248, 0x1248 }, { 0x124A, 0x124A, 0x124A }, { 0x124B, 0x124B, 0x124B }, { 0x124C, 0x124C, 0x124C }, { 0x124D, 0x124D, 0x124D }, { 0x1250, 0x1250, 0x1250 }, { 0x1251, 0x1251, 0x1251 }, { 0x1252, 0x1252, 0x1252 }, { 0x1253, 0x1253, 0x1253 }, { 0x1254, 0x1254, 0x1254 }, { 0x1255, 0x1255, 0x1255 }, { 0x1256, 0x1256, 0x1256 }, { 0x1258, 0x1258, 0x1258 }, { 0x125A, 0x125A, 0x125A }, { 0x125B, 0x125B, 0x125B }, { 0x125C, 0x125C, 0x125C }, { 0x125D, 0x125D, 0x125D }, { 0x1260, 0x1260, 0x1260 }, { 0x1261, 0x1261, 0x1261 }, { 0x1262, 0x1262, 0x1262 }, { 0x1263, 0x1263, 0x1263 }, { 0x1264, 0x1264, 0x1264 }, { 0x1265, 0x1265, 0x1265 }, { 0x1266, 0x1266, 0x1266 }, { 0x1267, 0x1267, 0x1267 }, { 0x1268, 0x1268, 0x1268 }, { 0x1269, 0x1269, 0x1269 }, { 0x126A, 0x126A, 0x126A }, { 0x126B, 0x126B, 0x126B }, { 0x126C, 0x126C, 0x126C }, { 0x126D, 0x126D, 0x126D }, { 0x126E, 0x126E, 0x126E }, { 0x126F, 0x126F, 0x126F }, { 0x1270, 0x1270, 0x1270 }, { 0x1271, 0x1271, 0x1271 }, { 0x1272, 0x1272, 0x1272 }, { 0x1273, 0x1273, 0x1273 }, { 0x1274, 0x1274, 0x1274 }, { 0x1275, 0x1275, 0x1275 }, { 0x1276, 0x1276, 0x1276 }, { 0x1277, 0x1277, 0x1277 }, { 0x1278, 0x1278, 0x1278 }, { 0x1279, 0x1279, 0x1279 }, { 0x127A, 0x127A, 0x127A }, { 0x127B, 0x127B, 0x127B }, { 0x127C, 0x127C, 0x127C }, { 0x127D, 0x127D, 0x127D }, { 0x127E, 0x127E, 0x127E }, { 0x127F, 0x127F, 0x127F }, { 0x1280, 0x1280, 0x1280 }, { 0x1281, 0x1281, 0x1281 }, { 0x1282, 0x1282, 0x1282 }, { 0x1283, 0x1283, 0x1283 }, { 0x1284, 0x1284, 0x1284 }, { 0x1285, 0x1285, 0x1285 }, { 0x1286, 0x1286, 0x1286 }, { 0x1287, 0x1287, 0x1287 }, { 0x1288, 0x1288, 0x1288 }, { 0x128A, 0x128A, 0x128A }, { 0x128B, 0x128B, 0x128B }, { 0x128C, 0x128C, 0x128C }, { 0x128D, 0x128D, 0x128D }, { 0x1290, 0x1290, 0x1290 }, { 0x1291, 0x1291, 0x1291 }, { 0x1292, 0x1292, 0x1292 }, { 0x1293, 0x1293, 0x1293 }, { 0x1294, 0x1294, 0x1294 }, { 0x1295, 0x1295, 0x1295 }, { 0x1296, 0x1296, 0x1296 }, { 0x1297, 0x1297, 0x1297 }, { 0x1298, 0x1298, 0x1298 }, { 0x1299, 0x1299, 0x1299 }, { 0x129A, 0x129A, 0x129A }, { 0x129B, 0x129B, 0x129B }, { 0x129C, 0x129C, 0x129C }, { 0x129D, 0x129D, 0x129D }, { 0x129E, 0x129E, 0x129E }, { 0x129F, 0x129F, 0x129F }, { 0x12A0, 0x12A0, 0x12A0 }, { 0x12A1, 0x12A1, 0x12A1 }, { 0x12A2, 0x12A2, 0x12A2 }, { 0x12A3, 0x12A3, 0x12A3 }, { 0x12A4, 0x12A4, 0x12A4 }, { 0x12A5, 0x12A5, 0x12A5 }, { 0x12A6, 0x12A6, 0x12A6 }, { 0x12A7, 0x12A7, 0x12A7 }, { 0x12A8, 0x12A8, 0x12A8 }, { 0x12A9, 0x12A9, 0x12A9 }, { 0x12AA, 0x12AA, 0x12AA }, { 0x12AB, 0x12AB, 0x12AB }, { 0x12AC, 0x12AC, 0x12AC }, { 0x12AD, 0x12AD, 0x12AD }, { 0x12AE, 0x12AE, 0x12AE }, { 0x12AF, 0x12AF, 0x12AF }, { 0x12B0, 0x12B0, 0x12B0 }, { 0x12B2, 0x12B2, 0x12B2 }, { 0x12B3, 0x12B3, 0x12B3 }, { 0x12B4, 0x12B4, 0x12B4 }, { 0x12B5, 0x12B5, 0x12B5 }, { 0x12B8, 0x12B8, 0x12B8 }, { 0x12B9, 0x12B9, 0x12B9 }, { 0x12BA, 0x12BA, 0x12BA }, { 0x12BB, 0x12BB, 0x12BB }, { 0x12BC, 0x12BC, 0x12BC }, { 0x12BD, 0x12BD, 0x12BD }, { 0x12BE, 0x12BE, 0x12BE }, { 0x12C0, 0x12C0, 0x12C0 }, { 0x12C2, 0x12C2, 0x12C2 }, { 0x12C3, 0x12C3, 0x12C3 }, { 0x12C4, 0x12C4, 0x12C4 }, { 0x12C5, 0x12C5, 0x12C5 }, { 0x12C8, 0x12C8, 0x12C8 }, { 0x12C9, 0x12C9, 0x12C9 }, { 0x12CA, 0x12CA, 0x12CA }, { 0x12CB, 0x12CB, 0x12CB }, { 0x12CC, 0x12CC, 0x12CC }, { 0x12CD, 0x12CD, 0x12CD }, { 0x12CE, 0x12CE, 0x12CE }, { 0x12CF, 0x12CF, 0x12CF }, { 0x12D0, 0x12D0, 0x12D0 }, { 0x12D1, 0x12D1, 0x12D1 }, { 0x12D2, 0x12D2, 0x12D2 }, { 0x12D3, 0x12D3, 0x12D3 }, { 0x12D4, 0x12D4, 0x12D4 }, { 0x12D5, 0x12D5, 0x12D5 }, { 0x12D6, 0x12D6, 0x12D6 }, { 0x12D8, 0x12D8, 0x12D8 }, { 0x12D9, 0x12D9, 0x12D9 }, { 0x12DA, 0x12DA, 0x12DA }, { 0x12DB, 0x12DB, 0x12DB }, { 0x12DC, 0x12DC, 0x12DC }, { 0x12DD, 0x12DD, 0x12DD }, { 0x12DE, 0x12DE, 0x12DE }, { 0x12DF, 0x12DF, 0x12DF }, { 0x12E0, 0x12E0, 0x12E0 }, { 0x12E1, 0x12E1, 0x12E1 }, { 0x12E2, 0x12E2, 0x12E2 }, { 0x12E3, 0x12E3, 0x12E3 }, { 0x12E4, 0x12E4, 0x12E4 }, { 0x12E5, 0x12E5, 0x12E5 }, { 0x12E6, 0x12E6, 0x12E6 }, { 0x12E7, 0x12E7, 0x12E7 }, { 0x12E8, 0x12E8, 0x12E8 }, { 0x12E9, 0x12E9, 0x12E9 }, { 0x12EA, 0x12EA, 0x12EA }, { 0x12EB, 0x12EB, 0x12EB }, { 0x12EC, 0x12EC, 0x12EC }, { 0x12ED, 0x12ED, 0x12ED }, { 0x12EE, 0x12EE, 0x12EE }, { 0x12EF, 0x12EF, 0x12EF }, { 0x12F0, 0x12F0, 0x12F0 }, { 0x12F1, 0x12F1, 0x12F1 }, { 0x12F2, 0x12F2, 0x12F2 }, { 0x12F3, 0x12F3, 0x12F3 }, { 0x12F4, 0x12F4, 0x12F4 }, { 0x12F5, 0x12F5, 0x12F5 }, { 0x12F6, 0x12F6, 0x12F6 }, { 0x12F7, 0x12F7, 0x12F7 }, { 0x12F8, 0x12F8, 0x12F8 }, { 0x12F9, 0x12F9, 0x12F9 }, { 0x12FA, 0x12FA, 0x12FA }, { 0x12FB, 0x12FB, 0x12FB }, { 0x12FC, 0x12FC, 0x12FC }, { 0x12FD, 0x12FD, 0x12FD }, { 0x12FE, 0x12FE, 0x12FE }, { 0x12FF, 0x12FF, 0x12FF }, { 0x1300, 0x1300, 0x1300 }, { 0x1301, 0x1301, 0x1301 }, { 0x1302, 0x1302, 0x1302 }, { 0x1303, 0x1303, 0x1303 }, { 0x1304, 0x1304, 0x1304 }, { 0x1305, 0x1305, 0x1305 }, { 0x1306, 0x1306, 0x1306 }, { 0x1307, 0x1307, 0x1307 }, { 0x1308, 0x1308, 0x1308 }, { 0x1309, 0x1309, 0x1309 }, { 0x130A, 0x130A, 0x130A }, { 0x130B, 0x130B, 0x130B }, { 0x130C, 0x130C, 0x130C }, { 0x130D, 0x130D, 0x130D }, { 0x130E, 0x130E, 0x130E }, { 0x130F, 0x130F, 0x130F }, { 0x1310, 0x1310, 0x1310 }, { 0x1312, 0x1312, 0x1312 }, { 0x1313, 0x1313, 0x1313 }, { 0x1314, 0x1314, 0x1314 }, { 0x1315, 0x1315, 0x1315 }, { 0x1318, 0x1318, 0x1318 }, { 0x1319, 0x1319, 0x1319 }, { 0x131A, 0x131A, 0x131A }, { 0x131B, 0x131B, 0x131B }, { 0x131C, 0x131C, 0x131C }, { 0x131D, 0x131D, 0x131D }, { 0x131E, 0x131E, 0x131E }, { 0x131F, 0x131F, 0x131F }, { 0x1320, 0x1320, 0x1320 }, { 0x1321, 0x1321, 0x1321 }, { 0x1322, 0x1322, 0x1322 }, { 0x1323, 0x1323, 0x1323 }, { 0x1324, 0x1324, 0x1324 }, { 0x1325, 0x1325, 0x1325 }, { 0x1326, 0x1326, 0x1326 }, { 0x1327, 0x1327, 0x1327 }, { 0x1328, 0x1328, 0x1328 }, { 0x1329, 0x1329, 0x1329 }, { 0x132A, 0x132A, 0x132A }, { 0x132B, 0x132B, 0x132B }, { 0x132C, 0x132C, 0x132C }, { 0x132D, 0x132D, 0x132D }, { 0x132E, 0x132E, 0x132E }, { 0x132F, 0x132F, 0x132F }, { 0x1330, 0x1330, 0x1330 }, { 0x1331, 0x1331, 0x1331 }, { 0x1332, 0x1332, 0x1332 }, { 0x1333, 0x1333, 0x1333 }, { 0x1334, 0x1334, 0x1334 }, { 0x1335, 0x1335, 0x1335 }, { 0x1336, 0x1336, 0x1336 }, { 0x1337, 0x1337, 0x1337 }, { 0x1338, 0x1338, 0x1338 }, { 0x1339, 0x1339, 0x1339 }, { 0x133A, 0x133A, 0x133A }, { 0x133B, 0x133B, 0x133B }, { 0x133C, 0x133C, 0x133C }, { 0x133D, 0x133D, 0x133D }, { 0x133E, 0x133E, 0x133E }, { 0x133F, 0x133F, 0x133F }, { 0x1340, 0x1340, 0x1340 }, { 0x1341, 0x1341, 0x1341 }, { 0x1342, 0x1342, 0x1342 }, { 0x1343, 0x1343, 0x1343 }, { 0x1344, 0x1344, 0x1344 }, { 0x1345, 0x1345, 0x1345 }, { 0x1346, 0x1346, 0x1346 }, { 0x1347, 0x1347, 0x1347 }, { 0x1348, 0x1348, 0x1348 }, { 0x1349, 0x1349, 0x1349 }, { 0x134A, 0x134A, 0x134A }, { 0x134B, 0x134B, 0x134B }, { 0x134C, 0x134C, 0x134C }, { 0x134D, 0x134D, 0x134D }, { 0x134E, 0x134E, 0x134E }, { 0x134F, 0x134F, 0x134F }, { 0x1350, 0x1350, 0x1350 }, { 0x1351, 0x1351, 0x1351 }, { 0x1352, 0x1352, 0x1352 }, { 0x1353, 0x1353, 0x1353 }, { 0x1354, 0x1354, 0x1354 }, { 0x1355, 0x1355, 0x1355 }, { 0x1356, 0x1356, 0x1356 }, { 0x1357, 0x1357, 0x1357 }, { 0x1358, 0x1358, 0x1358 }, { 0x1359, 0x1359, 0x1359 }, { 0x135A, 0x135A, 0x135A }, { 0x135F, 0x135F, 0x135F }, { 0x1380, 0x1380, 0x1380 }, { 0x1381, 0x1381, 0x1381 }, { 0x1382, 0x1382, 0x1382 }, { 0x1383, 0x1383, 0x1383 }, { 0x1384, 0x1384, 0x1384 }, { 0x1385, 0x1385, 0x1385 }, { 0x1386, 0x1386, 0x1386 }, { 0x1387, 0x1387, 0x1387 }, { 0x1388, 0x1388, 0x1388 }, { 0x1389, 0x1389, 0x1389 }, { 0x138A, 0x138A, 0x138A }, { 0x138B, 0x138B, 0x138B }, { 0x138C, 0x138C, 0x138C }, { 0x138D, 0x138D, 0x138D }, { 0x138E, 0x138E, 0x138E }, { 0x138F, 0x138F, 0x138F }, { 0x13A0, 0x13A0, 0x13A0 }, { 0x13A1, 0x13A1, 0x13A1 }, { 0x13A2, 0x13A2, 0x13A2 }, { 0x13A3, 0x13A3, 0x13A3 }, { 0x13A4, 0x13A4, 0x13A4 }, { 0x13A5, 0x13A5, 0x13A5 }, { 0x13A6, 0x13A6, 0x13A6 }, { 0x13A7, 0x13A7, 0x13A7 }, { 0x13A8, 0x13A8, 0x13A8 }, { 0x13A9, 0x13A9, 0x13A9 }, { 0x13AA, 0x13AA, 0x13AA }, { 0x13AB, 0x13AB, 0x13AB }, { 0x13AC, 0x13AC, 0x13AC }, { 0x13AD, 0x13AD, 0x13AD }, { 0x13AE, 0x13AE, 0x13AE }, { 0x13AF, 0x13AF, 0x13AF }, { 0x13B0, 0x13B0, 0x13B0 }, { 0x13B1, 0x13B1, 0x13B1 }, { 0x13B2, 0x13B2, 0x13B2 }, { 0x13B3, 0x13B3, 0x13B3 }, { 0x13B4, 0x13B4, 0x13B4 }, { 0x13B5, 0x13B5, 0x13B5 }, { 0x13B6, 0x13B6, 0x13B6 }, { 0x13B7, 0x13B7, 0x13B7 }, { 0x13B8, 0x13B8, 0x13B8 }, { 0x13B9, 0x13B9, 0x13B9 }, { 0x13BA, 0x13BA, 0x13BA }, { 0x13BB, 0x13BB, 0x13BB }, { 0x13BC, 0x13BC, 0x13BC }, { 0x13BD, 0x13BD, 0x13BD }, { 0x13BE, 0x13BE, 0x13BE }, { 0x13BF, 0x13BF, 0x13BF }, { 0x13C0, 0x13C0, 0x13C0 }, { 0x13C1, 0x13C1, 0x13C1 }, { 0x13C2, 0x13C2, 0x13C2 }, { 0x13C3, 0x13C3, 0x13C3 }, { 0x13C4, 0x13C4, 0x13C4 }, { 0x13C5, 0x13C5, 0x13C5 }, { 0x13C6, 0x13C6, 0x13C6 }, { 0x13C7, 0x13C7, 0x13C7 }, { 0x13C8, 0x13C8, 0x13C8 }, { 0x13C9, 0x13C9, 0x13C9 }, { 0x13CA, 0x13CA, 0x13CA }, { 0x13CB, 0x13CB, 0x13CB }, { 0x13CC, 0x13CC, 0x13CC }, { 0x13CD, 0x13CD, 0x13CD }, { 0x13CE, 0x13CE, 0x13CE }, { 0x13CF, 0x13CF, 0x13CF }, { 0x13D0, 0x13D0, 0x13D0 }, { 0x13D1, 0x13D1, 0x13D1 }, { 0x13D2, 0x13D2, 0x13D2 }, { 0x13D3, 0x13D3, 0x13D3 }, { 0x13D4, 0x13D4, 0x13D4 }, { 0x13D5, 0x13D5, 0x13D5 }, { 0x13D6, 0x13D6, 0x13D6 }, { 0x13D7, 0x13D7, 0x13D7 }, { 0x13D8, 0x13D8, 0x13D8 }, { 0x13D9, 0x13D9, 0x13D9 }, { 0x13DA, 0x13DA, 0x13DA }, { 0x13DB, 0x13DB, 0x13DB }, { 0x13DC, 0x13DC, 0x13DC }, { 0x13DD, 0x13DD, 0x13DD }, { 0x13DE, 0x13DE, 0x13DE }, { 0x13DF, 0x13DF, 0x13DF }, { 0x13E0, 0x13E0, 0x13E0 }, { 0x13E1, 0x13E1, 0x13E1 }, { 0x13E2, 0x13E2, 0x13E2 }, { 0x13E3, 0x13E3, 0x13E3 }, { 0x13E4, 0x13E4, 0x13E4 }, { 0x13E5, 0x13E5, 0x13E5 }, { 0x13E6, 0x13E6, 0x13E6 }, { 0x13E7, 0x13E7, 0x13E7 }, { 0x13E8, 0x13E8, 0x13E8 }, { 0x13E9, 0x13E9, 0x13E9 }, { 0x13EA, 0x13EA, 0x13EA }, { 0x13EB, 0x13EB, 0x13EB }, { 0x13EC, 0x13EC, 0x13EC }, { 0x13ED, 0x13ED, 0x13ED }, { 0x13EE, 0x13EE, 0x13EE }, { 0x13EF, 0x13EF, 0x13EF }, { 0x13F0, 0x13F0, 0x13F0 }, { 0x13F1, 0x13F1, 0x13F1 }, { 0x13F2, 0x13F2, 0x13F2 }, { 0x13F3, 0x13F3, 0x13F3 }, { 0x13F4, 0x13F4, 0x13F4 }, { 0x1401, 0x1401, 0x1401 }, { 0x1402, 0x1402, 0x1402 }, { 0x1403, 0x1403, 0x1403 }, { 0x1404, 0x1404, 0x1404 }, { 0x1405, 0x1405, 0x1405 }, { 0x1406, 0x1406, 0x1406 }, { 0x1407, 0x1407, 0x1407 }, { 0x1408, 0x1408, 0x1408 }, { 0x1409, 0x1409, 0x1409 }, { 0x140A, 0x140A, 0x140A }, { 0x140B, 0x140B, 0x140B }, { 0x140C, 0x140C, 0x140C }, { 0x140D, 0x140D, 0x140D }, { 0x140E, 0x140E, 0x140E }, { 0x140F, 0x140F, 0x140F }, { 0x1410, 0x1410, 0x1410 }, { 0x1411, 0x1411, 0x1411 }, { 0x1412, 0x1412, 0x1412 }, { 0x1413, 0x1413, 0x1413 }, { 0x1414, 0x1414, 0x1414 }, { 0x1415, 0x1415, 0x1415 }, { 0x1416, 0x1416, 0x1416 }, { 0x1417, 0x1417, 0x1417 }, { 0x1418, 0x1418, 0x1418 }, { 0x1419, 0x1419, 0x1419 }, { 0x141A, 0x141A, 0x141A }, { 0x141B, 0x141B, 0x141B }, { 0x141C, 0x141C, 0x141C }, { 0x141D, 0x141D, 0x141D }, { 0x141E, 0x141E, 0x141E }, { 0x141F, 0x141F, 0x141F }, { 0x1420, 0x1420, 0x1420 }, { 0x1421, 0x1421, 0x1421 }, { 0x1422, 0x1422, 0x1422 }, { 0x1423, 0x1423, 0x1423 }, { 0x1424, 0x1424, 0x1424 }, { 0x1425, 0x1425, 0x1425 }, { 0x1426, 0x1426, 0x1426 }, { 0x1427, 0x1427, 0x1427 }, { 0x1428, 0x1428, 0x1428 }, { 0x1429, 0x1429, 0x1429 }, { 0x142A, 0x142A, 0x142A }, { 0x142B, 0x142B, 0x142B }, { 0x142C, 0x142C, 0x142C }, { 0x142D, 0x142D, 0x142D }, { 0x142E, 0x142E, 0x142E }, { 0x142F, 0x142F, 0x142F }, { 0x1430, 0x1430, 0x1430 }, { 0x1431, 0x1431, 0x1431 }, { 0x1432, 0x1432, 0x1432 }, { 0x1433, 0x1433, 0x1433 }, { 0x1434, 0x1434, 0x1434 }, { 0x1435, 0x1435, 0x1435 }, { 0x1436, 0x1436, 0x1436 }, { 0x1437, 0x1437, 0x1437 }, { 0x1438, 0x1438, 0x1438 }, { 0x1439, 0x1439, 0x1439 }, { 0x143A, 0x143A, 0x143A }, { 0x143B, 0x143B, 0x143B }, { 0x143C, 0x143C, 0x143C }, { 0x143D, 0x143D, 0x143D }, { 0x143E, 0x143E, 0x143E }, { 0x143F, 0x143F, 0x143F }, { 0x1440, 0x1440, 0x1440 }, { 0x1441, 0x1441, 0x1441 }, { 0x1442, 0x1442, 0x1442 }, { 0x1443, 0x1443, 0x1443 }, { 0x1444, 0x1444, 0x1444 }, { 0x1445, 0x1445, 0x1445 }, { 0x1446, 0x1446, 0x1446 }, { 0x1447, 0x1447, 0x1447 }, { 0x1448, 0x1448, 0x1448 }, { 0x1449, 0x1449, 0x1449 }, { 0x144A, 0x144A, 0x144A }, { 0x144B, 0x144B, 0x144B }, { 0x144C, 0x144C, 0x144C }, { 0x144D, 0x144D, 0x144D }, { 0x144E, 0x144E, 0x144E }, { 0x144F, 0x144F, 0x144F }, { 0x1450, 0x1450, 0x1450 }, { 0x1451, 0x1451, 0x1451 }, { 0x1452, 0x1452, 0x1452 }, { 0x1453, 0x1453, 0x1453 }, { 0x1454, 0x1454, 0x1454 }, { 0x1455, 0x1455, 0x1455 }, { 0x1456, 0x1456, 0x1456 }, { 0x1457, 0x1457, 0x1457 }, { 0x1458, 0x1458, 0x1458 }, { 0x1459, 0x1459, 0x1459 }, { 0x145A, 0x145A, 0x145A }, { 0x145B, 0x145B, 0x145B }, { 0x145C, 0x145C, 0x145C }, { 0x145D, 0x145D, 0x145D }, { 0x145E, 0x145E, 0x145E }, { 0x145F, 0x145F, 0x145F }, { 0x1460, 0x1460, 0x1460 }, { 0x1461, 0x1461, 0x1461 }, { 0x1462, 0x1462, 0x1462 }, { 0x1463, 0x1463, 0x1463 }, { 0x1464, 0x1464, 0x1464 }, { 0x1465, 0x1465, 0x1465 }, { 0x1466, 0x1466, 0x1466 }, { 0x1467, 0x1467, 0x1467 }, { 0x1468, 0x1468, 0x1468 }, { 0x1469, 0x1469, 0x1469 }, { 0x146A, 0x146A, 0x146A }, { 0x146B, 0x146B, 0x146B }, { 0x146C, 0x146C, 0x146C }, { 0x146D, 0x146D, 0x146D }, { 0x146E, 0x146E, 0x146E }, { 0x146F, 0x146F, 0x146F }, { 0x1470, 0x1470, 0x1470 }, { 0x1471, 0x1471, 0x1471 }, { 0x1472, 0x1472, 0x1472 }, { 0x1473, 0x1473, 0x1473 }, { 0x1474, 0x1474, 0x1474 }, { 0x1475, 0x1475, 0x1475 }, { 0x1476, 0x1476, 0x1476 }, { 0x1477, 0x1477, 0x1477 }, { 0x1478, 0x1478, 0x1478 }, { 0x1479, 0x1479, 0x1479 }, { 0x147A, 0x147A, 0x147A }, { 0x147B, 0x147B, 0x147B }, { 0x147C, 0x147C, 0x147C }, { 0x147D, 0x147D, 0x147D }, { 0x147E, 0x147E, 0x147E }, { 0x147F, 0x147F, 0x147F }, { 0x1480, 0x1480, 0x1480 }, { 0x1481, 0x1481, 0x1481 }, { 0x1482, 0x1482, 0x1482 }, { 0x1483, 0x1483, 0x1483 }, { 0x1484, 0x1484, 0x1484 }, { 0x1485, 0x1485, 0x1485 }, { 0x1486, 0x1486, 0x1486 }, { 0x1487, 0x1487, 0x1487 }, { 0x1488, 0x1488, 0x1488 }, { 0x1489, 0x1489, 0x1489 }, { 0x148A, 0x148A, 0x148A }, { 0x148B, 0x148B, 0x148B }, { 0x148C, 0x148C, 0x148C }, { 0x148D, 0x148D, 0x148D }, { 0x148E, 0x148E, 0x148E }, { 0x148F, 0x148F, 0x148F }, { 0x1490, 0x1490, 0x1490 }, { 0x1491, 0x1491, 0x1491 }, { 0x1492, 0x1492, 0x1492 }, { 0x1493, 0x1493, 0x1493 }, { 0x1494, 0x1494, 0x1494 }, { 0x1495, 0x1495, 0x1495 }, { 0x1496, 0x1496, 0x1496 }, { 0x1497, 0x1497, 0x1497 }, { 0x1498, 0x1498, 0x1498 }, { 0x1499, 0x1499, 0x1499 }, { 0x149A, 0x149A, 0x149A }, { 0x149B, 0x149B, 0x149B }, { 0x149C, 0x149C, 0x149C }, { 0x149D, 0x149D, 0x149D }, { 0x149E, 0x149E, 0x149E }, { 0x149F, 0x149F, 0x149F }, { 0x14A0, 0x14A0, 0x14A0 }, { 0x14A1, 0x14A1, 0x14A1 }, { 0x14A2, 0x14A2, 0x14A2 }, { 0x14A3, 0x14A3, 0x14A3 }, { 0x14A4, 0x14A4, 0x14A4 }, { 0x14A5, 0x14A5, 0x14A5 }, { 0x14A6, 0x14A6, 0x14A6 }, { 0x14A7, 0x14A7, 0x14A7 }, { 0x14A8, 0x14A8, 0x14A8 }, { 0x14A9, 0x14A9, 0x14A9 }, { 0x14AA, 0x14AA, 0x14AA }, { 0x14AB, 0x14AB, 0x14AB }, { 0x14AC, 0x14AC, 0x14AC }, { 0x14AD, 0x14AD, 0x14AD }, { 0x14AE, 0x14AE, 0x14AE }, { 0x14AF, 0x14AF, 0x14AF }, { 0x14B0, 0x14B0, 0x14B0 }, { 0x14B1, 0x14B1, 0x14B1 }, { 0x14B2, 0x14B2, 0x14B2 }, { 0x14B3, 0x14B3, 0x14B3 }, { 0x14B4, 0x14B4, 0x14B4 }, { 0x14B5, 0x14B5, 0x14B5 }, { 0x14B6, 0x14B6, 0x14B6 }, { 0x14B7, 0x14B7, 0x14B7 }, { 0x14B8, 0x14B8, 0x14B8 }, { 0x14B9, 0x14B9, 0x14B9 }, { 0x14BA, 0x14BA, 0x14BA }, { 0x14BB, 0x14BB, 0x14BB }, { 0x14BC, 0x14BC, 0x14BC }, { 0x14BD, 0x14BD, 0x14BD }, { 0x14BE, 0x14BE, 0x14BE }, { 0x14BF, 0x14BF, 0x14BF }, { 0x14C0, 0x14C0, 0x14C0 }, { 0x14C1, 0x14C1, 0x14C1 }, { 0x14C2, 0x14C2, 0x14C2 }, { 0x14C3, 0x14C3, 0x14C3 }, { 0x14C4, 0x14C4, 0x14C4 }, { 0x14C5, 0x14C5, 0x14C5 }, { 0x14C6, 0x14C6, 0x14C6 }, { 0x14C7, 0x14C7, 0x14C7 }, { 0x14C8, 0x14C8, 0x14C8 }, { 0x14C9, 0x14C9, 0x14C9 }, { 0x14CA, 0x14CA, 0x14CA }, { 0x14CB, 0x14CB, 0x14CB }, { 0x14CC, 0x14CC, 0x14CC }, { 0x14CD, 0x14CD, 0x14CD }, { 0x14CE, 0x14CE, 0x14CE }, { 0x14CF, 0x14CF, 0x14CF }, { 0x14D0, 0x14D0, 0x14D0 }, { 0x14D1, 0x14D1, 0x14D1 }, { 0x14D2, 0x14D2, 0x14D2 }, { 0x14D3, 0x14D3, 0x14D3 }, { 0x14D4, 0x14D4, 0x14D4 }, { 0x14D5, 0x14D5, 0x14D5 }, { 0x14D6, 0x14D6, 0x14D6 }, { 0x14D7, 0x14D7, 0x14D7 }, { 0x14D8, 0x14D8, 0x14D8 }, { 0x14D9, 0x14D9, 0x14D9 }, { 0x14DA, 0x14DA, 0x14DA }, { 0x14DB, 0x14DB, 0x14DB }, { 0x14DC, 0x14DC, 0x14DC }, { 0x14DD, 0x14DD, 0x14DD }, { 0x14DE, 0x14DE, 0x14DE }, { 0x14DF, 0x14DF, 0x14DF }, { 0x14E0, 0x14E0, 0x14E0 }, { 0x14E1, 0x14E1, 0x14E1 }, { 0x14E2, 0x14E2, 0x14E2 }, { 0x14E3, 0x14E3, 0x14E3 }, { 0x14E4, 0x14E4, 0x14E4 }, { 0x14E5, 0x14E5, 0x14E5 }, { 0x14E6, 0x14E6, 0x14E6 }, { 0x14E7, 0x14E7, 0x14E7 }, { 0x14E8, 0x14E8, 0x14E8 }, { 0x14E9, 0x14E9, 0x14E9 }, { 0x14EA, 0x14EA, 0x14EA }, { 0x14EB, 0x14EB, 0x14EB }, { 0x14EC, 0x14EC, 0x14EC }, { 0x14ED, 0x14ED, 0x14ED }, { 0x14EE, 0x14EE, 0x14EE }, { 0x14EF, 0x14EF, 0x14EF }, { 0x14F0, 0x14F0, 0x14F0 }, { 0x14F1, 0x14F1, 0x14F1 }, { 0x14F2, 0x14F2, 0x14F2 }, { 0x14F3, 0x14F3, 0x14F3 }, { 0x14F4, 0x14F4, 0x14F4 }, { 0x14F5, 0x14F5, 0x14F5 }, { 0x14F6, 0x14F6, 0x14F6 }, { 0x14F7, 0x14F7, 0x14F7 }, { 0x14F8, 0x14F8, 0x14F8 }, { 0x14F9, 0x14F9, 0x14F9 }, { 0x14FA, 0x14FA, 0x14FA }, { 0x14FB, 0x14FB, 0x14FB }, { 0x14FC, 0x14FC, 0x14FC }, { 0x14FD, 0x14FD, 0x14FD }, { 0x14FE, 0x14FE, 0x14FE }, { 0x14FF, 0x14FF, 0x14FF }, { 0x1500, 0x1500, 0x1500 }, { 0x1501, 0x1501, 0x1501 }, { 0x1502, 0x1502, 0x1502 }, { 0x1503, 0x1503, 0x1503 }, { 0x1504, 0x1504, 0x1504 }, { 0x1505, 0x1505, 0x1505 }, { 0x1506, 0x1506, 0x1506 }, { 0x1507, 0x1507, 0x1507 }, { 0x1508, 0x1508, 0x1508 }, { 0x1509, 0x1509, 0x1509 }, { 0x150A, 0x150A, 0x150A }, { 0x150B, 0x150B, 0x150B }, { 0x150C, 0x150C, 0x150C }, { 0x150D, 0x150D, 0x150D }, { 0x150E, 0x150E, 0x150E }, { 0x150F, 0x150F, 0x150F }, { 0x1510, 0x1510, 0x1510 }, { 0x1511, 0x1511, 0x1511 }, { 0x1512, 0x1512, 0x1512 }, { 0x1513, 0x1513, 0x1513 }, { 0x1514, 0x1514, 0x1514 }, { 0x1515, 0x1515, 0x1515 }, { 0x1516, 0x1516, 0x1516 }, { 0x1517, 0x1517, 0x1517 }, { 0x1518, 0x1518, 0x1518 }, { 0x1519, 0x1519, 0x1519 }, { 0x151A, 0x151A, 0x151A }, { 0x151B, 0x151B, 0x151B }, { 0x151C, 0x151C, 0x151C }, { 0x151D, 0x151D, 0x151D }, { 0x151E, 0x151E, 0x151E }, { 0x151F, 0x151F, 0x151F }, { 0x1520, 0x1520, 0x1520 }, { 0x1521, 0x1521, 0x1521 }, { 0x1522, 0x1522, 0x1522 }, { 0x1523, 0x1523, 0x1523 }, { 0x1524, 0x1524, 0x1524 }, { 0x1525, 0x1525, 0x1525 }, { 0x1526, 0x1526, 0x1526 }, { 0x1527, 0x1527, 0x1527 }, { 0x1528, 0x1528, 0x1528 }, { 0x1529, 0x1529, 0x1529 }, { 0x152A, 0x152A, 0x152A }, { 0x152B, 0x152B, 0x152B }, { 0x152C, 0x152C, 0x152C }, { 0x152D, 0x152D, 0x152D }, { 0x152E, 0x152E, 0x152E }, { 0x152F, 0x152F, 0x152F }, { 0x1530, 0x1530, 0x1530 }, { 0x1531, 0x1531, 0x1531 }, { 0x1532, 0x1532, 0x1532 }, { 0x1533, 0x1533, 0x1533 }, { 0x1534, 0x1534, 0x1534 }, { 0x1535, 0x1535, 0x1535 }, { 0x1536, 0x1536, 0x1536 }, { 0x1537, 0x1537, 0x1537 }, { 0x1538, 0x1538, 0x1538 }, { 0x1539, 0x1539, 0x1539 }, { 0x153A, 0x153A, 0x153A }, { 0x153B, 0x153B, 0x153B }, { 0x153C, 0x153C, 0x153C }, { 0x153D, 0x153D, 0x153D }, { 0x153E, 0x153E, 0x153E }, { 0x153F, 0x153F, 0x153F }, { 0x1540, 0x1540, 0x1540 }, { 0x1541, 0x1541, 0x1541 }, { 0x1542, 0x1542, 0x1542 }, { 0x1543, 0x1543, 0x1543 }, { 0x1544, 0x1544, 0x1544 }, { 0x1545, 0x1545, 0x1545 }, { 0x1546, 0x1546, 0x1546 }, { 0x1547, 0x1547, 0x1547 }, { 0x1548, 0x1548, 0x1548 }, { 0x1549, 0x1549, 0x1549 }, { 0x154A, 0x154A, 0x154A }, { 0x154B, 0x154B, 0x154B }, { 0x154C, 0x154C, 0x154C }, { 0x154D, 0x154D, 0x154D }, { 0x154E, 0x154E, 0x154E }, { 0x154F, 0x154F, 0x154F }, { 0x1550, 0x1550, 0x1550 }, { 0x1551, 0x1551, 0x1551 }, { 0x1552, 0x1552, 0x1552 }, { 0x1553, 0x1553, 0x1553 }, { 0x1554, 0x1554, 0x1554 }, { 0x1555, 0x1555, 0x1555 }, { 0x1556, 0x1556, 0x1556 }, { 0x1557, 0x1557, 0x1557 }, { 0x1558, 0x1558, 0x1558 }, { 0x1559, 0x1559, 0x1559 }, { 0x155A, 0x155A, 0x155A }, { 0x155B, 0x155B, 0x155B }, { 0x155C, 0x155C, 0x155C }, { 0x155D, 0x155D, 0x155D }, { 0x155E, 0x155E, 0x155E }, { 0x155F, 0x155F, 0x155F }, { 0x1560, 0x1560, 0x1560 }, { 0x1561, 0x1561, 0x1561 }, { 0x1562, 0x1562, 0x1562 }, { 0x1563, 0x1563, 0x1563 }, { 0x1564, 0x1564, 0x1564 }, { 0x1565, 0x1565, 0x1565 }, { 0x1566, 0x1566, 0x1566 }, { 0x1567, 0x1567, 0x1567 }, { 0x1568, 0x1568, 0x1568 }, { 0x1569, 0x1569, 0x1569 }, { 0x156A, 0x156A, 0x156A }, { 0x156B, 0x156B, 0x156B }, { 0x156C, 0x156C, 0x156C }, { 0x156D, 0x156D, 0x156D }, { 0x156E, 0x156E, 0x156E }, { 0x156F, 0x156F, 0x156F }, { 0x1570, 0x1570, 0x1570 }, { 0x1571, 0x1571, 0x1571 }, { 0x1572, 0x1572, 0x1572 }, { 0x1573, 0x1573, 0x1573 }, { 0x1574, 0x1574, 0x1574 }, { 0x1575, 0x1575, 0x1575 }, { 0x1576, 0x1576, 0x1576 }, { 0x1577, 0x1577, 0x1577 }, { 0x1578, 0x1578, 0x1578 }, { 0x1579, 0x1579, 0x1579 }, { 0x157A, 0x157A, 0x157A }, { 0x157B, 0x157B, 0x157B }, { 0x157C, 0x157C, 0x157C }, { 0x157D, 0x157D, 0x157D }, { 0x157E, 0x157E, 0x157E }, { 0x157F, 0x157F, 0x157F }, { 0x1580, 0x1580, 0x1580 }, { 0x1581, 0x1581, 0x1581 }, { 0x1582, 0x1582, 0x1582 }, { 0x1583, 0x1583, 0x1583 }, { 0x1584, 0x1584, 0x1584 }, { 0x1585, 0x1585, 0x1585 }, { 0x1586, 0x1586, 0x1586 }, { 0x1587, 0x1587, 0x1587 }, { 0x1588, 0x1588, 0x1588 }, { 0x1589, 0x1589, 0x1589 }, { 0x158A, 0x158A, 0x158A }, { 0x158B, 0x158B, 0x158B }, { 0x158C, 0x158C, 0x158C }, { 0x158D, 0x158D, 0x158D }, { 0x158E, 0x158E, 0x158E }, { 0x158F, 0x158F, 0x158F }, { 0x1590, 0x1590, 0x1590 }, { 0x1591, 0x1591, 0x1591 }, { 0x1592, 0x1592, 0x1592 }, { 0x1593, 0x1593, 0x1593 }, { 0x1594, 0x1594, 0x1594 }, { 0x1595, 0x1595, 0x1595 }, { 0x1596, 0x1596, 0x1596 }, { 0x1597, 0x1597, 0x1597 }, { 0x1598, 0x1598, 0x1598 }, { 0x1599, 0x1599, 0x1599 }, { 0x159A, 0x159A, 0x159A }, { 0x159B, 0x159B, 0x159B }, { 0x159C, 0x159C, 0x159C }, { 0x159D, 0x159D, 0x159D }, { 0x159E, 0x159E, 0x159E }, { 0x159F, 0x159F, 0x159F }, { 0x15A0, 0x15A0, 0x15A0 }, { 0x15A1, 0x15A1, 0x15A1 }, { 0x15A2, 0x15A2, 0x15A2 }, { 0x15A3, 0x15A3, 0x15A3 }, { 0x15A4, 0x15A4, 0x15A4 }, { 0x15A5, 0x15A5, 0x15A5 }, { 0x15A6, 0x15A6, 0x15A6 }, { 0x15A7, 0x15A7, 0x15A7 }, { 0x15A8, 0x15A8, 0x15A8 }, { 0x15A9, 0x15A9, 0x15A9 }, { 0x15AA, 0x15AA, 0x15AA }, { 0x15AB, 0x15AB, 0x15AB }, { 0x15AC, 0x15AC, 0x15AC }, { 0x15AD, 0x15AD, 0x15AD }, { 0x15AE, 0x15AE, 0x15AE }, { 0x15AF, 0x15AF, 0x15AF }, { 0x15B0, 0x15B0, 0x15B0 }, { 0x15B1, 0x15B1, 0x15B1 }, { 0x15B2, 0x15B2, 0x15B2 }, { 0x15B3, 0x15B3, 0x15B3 }, { 0x15B4, 0x15B4, 0x15B4 }, { 0x15B5, 0x15B5, 0x15B5 }, { 0x15B6, 0x15B6, 0x15B6 }, { 0x15B7, 0x15B7, 0x15B7 }, { 0x15B8, 0x15B8, 0x15B8 }, { 0x15B9, 0x15B9, 0x15B9 }, { 0x15BA, 0x15BA, 0x15BA }, { 0x15BB, 0x15BB, 0x15BB }, { 0x15BC, 0x15BC, 0x15BC }, { 0x15BD, 0x15BD, 0x15BD }, { 0x15BE, 0x15BE, 0x15BE }, { 0x15BF, 0x15BF, 0x15BF }, { 0x15C0, 0x15C0, 0x15C0 }, { 0x15C1, 0x15C1, 0x15C1 }, { 0x15C2, 0x15C2, 0x15C2 }, { 0x15C3, 0x15C3, 0x15C3 }, { 0x15C4, 0x15C4, 0x15C4 }, { 0x15C5, 0x15C5, 0x15C5 }, { 0x15C6, 0x15C6, 0x15C6 }, { 0x15C7, 0x15C7, 0x15C7 }, { 0x15C8, 0x15C8, 0x15C8 }, { 0x15C9, 0x15C9, 0x15C9 }, { 0x15CA, 0x15CA, 0x15CA }, { 0x15CB, 0x15CB, 0x15CB }, { 0x15CC, 0x15CC, 0x15CC }, { 0x15CD, 0x15CD, 0x15CD }, { 0x15CE, 0x15CE, 0x15CE }, { 0x15CF, 0x15CF, 0x15CF }, { 0x15D0, 0x15D0, 0x15D0 }, { 0x15D1, 0x15D1, 0x15D1 }, { 0x15D2, 0x15D2, 0x15D2 }, { 0x15D3, 0x15D3, 0x15D3 }, { 0x15D4, 0x15D4, 0x15D4 }, { 0x15D5, 0x15D5, 0x15D5 }, { 0x15D6, 0x15D6, 0x15D6 }, { 0x15D7, 0x15D7, 0x15D7 }, { 0x15D8, 0x15D8, 0x15D8 }, { 0x15D9, 0x15D9, 0x15D9 }, { 0x15DA, 0x15DA, 0x15DA }, { 0x15DB, 0x15DB, 0x15DB }, { 0x15DC, 0x15DC, 0x15DC }, { 0x15DD, 0x15DD, 0x15DD }, { 0x15DE, 0x15DE, 0x15DE }, { 0x15DF, 0x15DF, 0x15DF }, { 0x15E0, 0x15E0, 0x15E0 }, { 0x15E1, 0x15E1, 0x15E1 }, { 0x15E2, 0x15E2, 0x15E2 }, { 0x15E3, 0x15E3, 0x15E3 }, { 0x15E4, 0x15E4, 0x15E4 }, { 0x15E5, 0x15E5, 0x15E5 }, { 0x15E6, 0x15E6, 0x15E6 }, { 0x15E7, 0x15E7, 0x15E7 }, { 0x15E8, 0x15E8, 0x15E8 }, { 0x15E9, 0x15E9, 0x15E9 }, { 0x15EA, 0x15EA, 0x15EA }, { 0x15EB, 0x15EB, 0x15EB }, { 0x15EC, 0x15EC, 0x15EC }, { 0x15ED, 0x15ED, 0x15ED }, { 0x15EE, 0x15EE, 0x15EE }, { 0x15EF, 0x15EF, 0x15EF }, { 0x15F0, 0x15F0, 0x15F0 }, { 0x15F1, 0x15F1, 0x15F1 }, { 0x15F2, 0x15F2, 0x15F2 }, { 0x15F3, 0x15F3, 0x15F3 }, { 0x15F4, 0x15F4, 0x15F4 }, { 0x15F5, 0x15F5, 0x15F5 }, { 0x15F6, 0x15F6, 0x15F6 }, { 0x15F7, 0x15F7, 0x15F7 }, { 0x15F8, 0x15F8, 0x15F8 }, { 0x15F9, 0x15F9, 0x15F9 }, { 0x15FA, 0x15FA, 0x15FA }, { 0x15FB, 0x15FB, 0x15FB }, { 0x15FC, 0x15FC, 0x15FC }, { 0x15FD, 0x15FD, 0x15FD }, { 0x15FE, 0x15FE, 0x15FE }, { 0x15FF, 0x15FF, 0x15FF }, { 0x1600, 0x1600, 0x1600 }, { 0x1601, 0x1601, 0x1601 }, { 0x1602, 0x1602, 0x1602 }, { 0x1603, 0x1603, 0x1603 }, { 0x1604, 0x1604, 0x1604 }, { 0x1605, 0x1605, 0x1605 }, { 0x1606, 0x1606, 0x1606 }, { 0x1607, 0x1607, 0x1607 }, { 0x1608, 0x1608, 0x1608 }, { 0x1609, 0x1609, 0x1609 }, { 0x160A, 0x160A, 0x160A }, { 0x160B, 0x160B, 0x160B }, { 0x160C, 0x160C, 0x160C }, { 0x160D, 0x160D, 0x160D }, { 0x160E, 0x160E, 0x160E }, { 0x160F, 0x160F, 0x160F }, { 0x1610, 0x1610, 0x1610 }, { 0x1611, 0x1611, 0x1611 }, { 0x1612, 0x1612, 0x1612 }, { 0x1613, 0x1613, 0x1613 }, { 0x1614, 0x1614, 0x1614 }, { 0x1615, 0x1615, 0x1615 }, { 0x1616, 0x1616, 0x1616 }, { 0x1617, 0x1617, 0x1617 }, { 0x1618, 0x1618, 0x1618 }, { 0x1619, 0x1619, 0x1619 }, { 0x161A, 0x161A, 0x161A }, { 0x161B, 0x161B, 0x161B }, { 0x161C, 0x161C, 0x161C }, { 0x161D, 0x161D, 0x161D }, { 0x161E, 0x161E, 0x161E }, { 0x161F, 0x161F, 0x161F }, { 0x1620, 0x1620, 0x1620 }, { 0x1621, 0x1621, 0x1621 }, { 0x1622, 0x1622, 0x1622 }, { 0x1623, 0x1623, 0x1623 }, { 0x1624, 0x1624, 0x1624 }, { 0x1625, 0x1625, 0x1625 }, { 0x1626, 0x1626, 0x1626 }, { 0x1627, 0x1627, 0x1627 }, { 0x1628, 0x1628, 0x1628 }, { 0x1629, 0x1629, 0x1629 }, { 0x162A, 0x162A, 0x162A }, { 0x162B, 0x162B, 0x162B }, { 0x162C, 0x162C, 0x162C }, { 0x162D, 0x162D, 0x162D }, { 0x162E, 0x162E, 0x162E }, { 0x162F, 0x162F, 0x162F }, { 0x1630, 0x1630, 0x1630 }, { 0x1631, 0x1631, 0x1631 }, { 0x1632, 0x1632, 0x1632 }, { 0x1633, 0x1633, 0x1633 }, { 0x1634, 0x1634, 0x1634 }, { 0x1635, 0x1635, 0x1635 }, { 0x1636, 0x1636, 0x1636 }, { 0x1637, 0x1637, 0x1637 }, { 0x1638, 0x1638, 0x1638 }, { 0x1639, 0x1639, 0x1639 }, { 0x163A, 0x163A, 0x163A }, { 0x163B, 0x163B, 0x163B }, { 0x163C, 0x163C, 0x163C }, { 0x163D, 0x163D, 0x163D }, { 0x163E, 0x163E, 0x163E }, { 0x163F, 0x163F, 0x163F }, { 0x1640, 0x1640, 0x1640 }, { 0x1641, 0x1641, 0x1641 }, { 0x1642, 0x1642, 0x1642 }, { 0x1643, 0x1643, 0x1643 }, { 0x1644, 0x1644, 0x1644 }, { 0x1645, 0x1645, 0x1645 }, { 0x1646, 0x1646, 0x1646 }, { 0x1647, 0x1647, 0x1647 }, { 0x1648, 0x1648, 0x1648 }, { 0x1649, 0x1649, 0x1649 }, { 0x164A, 0x164A, 0x164A }, { 0x164B, 0x164B, 0x164B }, { 0x164C, 0x164C, 0x164C }, { 0x164D, 0x164D, 0x164D }, { 0x164E, 0x164E, 0x164E }, { 0x164F, 0x164F, 0x164F }, { 0x1650, 0x1650, 0x1650 }, { 0x1651, 0x1651, 0x1651 }, { 0x1652, 0x1652, 0x1652 }, { 0x1653, 0x1653, 0x1653 }, { 0x1654, 0x1654, 0x1654 }, { 0x1655, 0x1655, 0x1655 }, { 0x1656, 0x1656, 0x1656 }, { 0x1657, 0x1657, 0x1657 }, { 0x1658, 0x1658, 0x1658 }, { 0x1659, 0x1659, 0x1659 }, { 0x165A, 0x165A, 0x165A }, { 0x165B, 0x165B, 0x165B }, { 0x165C, 0x165C, 0x165C }, { 0x165D, 0x165D, 0x165D }, { 0x165E, 0x165E, 0x165E }, { 0x165F, 0x165F, 0x165F }, { 0x1660, 0x1660, 0x1660 }, { 0x1661, 0x1661, 0x1661 }, { 0x1662, 0x1662, 0x1662 }, { 0x1663, 0x1663, 0x1663 }, { 0x1664, 0x1664, 0x1664 }, { 0x1665, 0x1665, 0x1665 }, { 0x1666, 0x1666, 0x1666 }, { 0x1667, 0x1667, 0x1667 }, { 0x1668, 0x1668, 0x1668 }, { 0x1669, 0x1669, 0x1669 }, { 0x166A, 0x166A, 0x166A }, { 0x166B, 0x166B, 0x166B }, { 0x166C, 0x166C, 0x166C }, { 0x166F, 0x166F, 0x166F }, { 0x1670, 0x1670, 0x1670 }, { 0x1671, 0x1671, 0x1671 }, { 0x1672, 0x1672, 0x1672 }, { 0x1673, 0x1673, 0x1673 }, { 0x1674, 0x1674, 0x1674 }, { 0x1675, 0x1675, 0x1675 }, { 0x1676, 0x1676, 0x1676 }, { 0x1681, 0x1681, 0x1681 }, { 0x1682, 0x1682, 0x1682 }, { 0x1683, 0x1683, 0x1683 }, { 0x1684, 0x1684, 0x1684 }, { 0x1685, 0x1685, 0x1685 }, { 0x1686, 0x1686, 0x1686 }, { 0x1687, 0x1687, 0x1687 }, { 0x1688, 0x1688, 0x1688 }, { 0x1689, 0x1689, 0x1689 }, { 0x168A, 0x168A, 0x168A }, { 0x168B, 0x168B, 0x168B }, { 0x168C, 0x168C, 0x168C }, { 0x168D, 0x168D, 0x168D }, { 0x168E, 0x168E, 0x168E }, { 0x168F, 0x168F, 0x168F }, { 0x1690, 0x1690, 0x1690 }, { 0x1691, 0x1691, 0x1691 }, { 0x1692, 0x1692, 0x1692 }, { 0x1693, 0x1693, 0x1693 }, { 0x1694, 0x1694, 0x1694 }, { 0x1695, 0x1695, 0x1695 }, { 0x1696, 0x1696, 0x1696 }, { 0x1697, 0x1697, 0x1697 }, { 0x1698, 0x1698, 0x1698 }, { 0x1699, 0x1699, 0x1699 }, { 0x169A, 0x169A, 0x169A }, { 0x16A0, 0x16A0, 0x16A0 }, { 0x16A1, 0x16A1, 0x16A1 }, { 0x16A2, 0x16A2, 0x16A2 }, { 0x16A3, 0x16A3, 0x16A3 }, { 0x16A4, 0x16A4, 0x16A4 }, { 0x16A5, 0x16A5, 0x16A5 }, { 0x16A6, 0x16A6, 0x16A6 }, { 0x16A7, 0x16A7, 0x16A7 }, { 0x16A8, 0x16A8, 0x16A8 }, { 0x16A9, 0x16A9, 0x16A9 }, { 0x16AA, 0x16AA, 0x16AA }, { 0x16AB, 0x16AB, 0x16AB }, { 0x16AC, 0x16AC, 0x16AC }, { 0x16AD, 0x16AD, 0x16AD }, { 0x16AE, 0x16AE, 0x16AE }, { 0x16AF, 0x16AF, 0x16AF }, { 0x16B0, 0x16B0, 0x16B0 }, { 0x16B1, 0x16B1, 0x16B1 }, { 0x16B2, 0x16B2, 0x16B2 }, { 0x16B3, 0x16B3, 0x16B3 }, { 0x16B4, 0x16B4, 0x16B4 }, { 0x16B5, 0x16B5, 0x16B5 }, { 0x16B6, 0x16B6, 0x16B6 }, { 0x16B7, 0x16B7, 0x16B7 }, { 0x16B8, 0x16B8, 0x16B8 }, { 0x16B9, 0x16B9, 0x16B9 }, { 0x16BA, 0x16BA, 0x16BA }, { 0x16BB, 0x16BB, 0x16BB }, { 0x16BC, 0x16BC, 0x16BC }, { 0x16BD, 0x16BD, 0x16BD }, { 0x16BE, 0x16BE, 0x16BE }, { 0x16BF, 0x16BF, 0x16BF }, { 0x16C0, 0x16C0, 0x16C0 }, { 0x16C1, 0x16C1, 0x16C1 }, { 0x16C2, 0x16C2, 0x16C2 }, { 0x16C3, 0x16C3, 0x16C3 }, { 0x16C4, 0x16C4, 0x16C4 }, { 0x16C5, 0x16C5, 0x16C5 }, { 0x16C6, 0x16C6, 0x16C6 }, { 0x16C7, 0x16C7, 0x16C7 }, { 0x16C8, 0x16C8, 0x16C8 }, { 0x16C9, 0x16C9, 0x16C9 }, { 0x16CA, 0x16CA, 0x16CA }, { 0x16CB, 0x16CB, 0x16CB }, { 0x16CC, 0x16CC, 0x16CC }, { 0x16CD, 0x16CD, 0x16CD }, { 0x16CE, 0x16CE, 0x16CE }, { 0x16CF, 0x16CF, 0x16CF }, { 0x16D0, 0x16D0, 0x16D0 }, { 0x16D1, 0x16D1, 0x16D1 }, { 0x16D2, 0x16D2, 0x16D2 }, { 0x16D3, 0x16D3, 0x16D3 }, { 0x16D4, 0x16D4, 0x16D4 }, { 0x16D5, 0x16D5, 0x16D5 }, { 0x16D6, 0x16D6, 0x16D6 }, { 0x16D7, 0x16D7, 0x16D7 }, { 0x16D8, 0x16D8, 0x16D8 }, { 0x16D9, 0x16D9, 0x16D9 }, { 0x16DA, 0x16DA, 0x16DA }, { 0x16DB, 0x16DB, 0x16DB }, { 0x16DC, 0x16DC, 0x16DC }, { 0x16DD, 0x16DD, 0x16DD }, { 0x16DE, 0x16DE, 0x16DE }, { 0x16DF, 0x16DF, 0x16DF }, { 0x16E0, 0x16E0, 0x16E0 }, { 0x16E1, 0x16E1, 0x16E1 }, { 0x16E2, 0x16E2, 0x16E2 }, { 0x16E3, 0x16E3, 0x16E3 }, { 0x16E4, 0x16E4, 0x16E4 }, { 0x16E5, 0x16E5, 0x16E5 }, { 0x16E6, 0x16E6, 0x16E6 }, { 0x16E7, 0x16E7, 0x16E7 }, { 0x16E8, 0x16E8, 0x16E8 }, { 0x16E9, 0x16E9, 0x16E9 }, { 0x16EA, 0x16EA, 0x16EA }, { 0x1700, 0x1700, 0x1700 }, { 0x1701, 0x1701, 0x1701 }, { 0x1702, 0x1702, 0x1702 }, { 0x1703, 0x1703, 0x1703 }, { 0x1704, 0x1704, 0x1704 }, { 0x1705, 0x1705, 0x1705 }, { 0x1706, 0x1706, 0x1706 }, { 0x1707, 0x1707, 0x1707 }, { 0x1708, 0x1708, 0x1708 }, { 0x1709, 0x1709, 0x1709 }, { 0x170A, 0x170A, 0x170A }, { 0x170B, 0x170B, 0x170B }, { 0x170C, 0x170C, 0x170C }, { 0x170E, 0x170E, 0x170E }, { 0x170F, 0x170F, 0x170F }, { 0x1710, 0x1710, 0x1710 }, { 0x1711, 0x1711, 0x1711 }, { 0x1712, 0x1712, 0x1712 }, { 0x1713, 0x1713, 0x1713 }, { 0x1714, 0x1714, 0x1714 }, { 0x1720, 0x1720, 0x1720 }, { 0x1721, 0x1721, 0x1721 }, { 0x1722, 0x1722, 0x1722 }, { 0x1723, 0x1723, 0x1723 }, { 0x1724, 0x1724, 0x1724 }, { 0x1725, 0x1725, 0x1725 }, { 0x1726, 0x1726, 0x1726 }, { 0x1727, 0x1727, 0x1727 }, { 0x1728, 0x1728, 0x1728 }, { 0x1729, 0x1729, 0x1729 }, { 0x172A, 0x172A, 0x172A }, { 0x172B, 0x172B, 0x172B }, { 0x172C, 0x172C, 0x172C }, { 0x172D, 0x172D, 0x172D }, { 0x172E, 0x172E, 0x172E }, { 0x172F, 0x172F, 0x172F }, { 0x1730, 0x1730, 0x1730 }, { 0x1731, 0x1731, 0x1731 }, { 0x1732, 0x1732, 0x1732 }, { 0x1733, 0x1733, 0x1733 }, { 0x1734, 0x1734, 0x1734 }, { 0x1740, 0x1740, 0x1740 }, { 0x1741, 0x1741, 0x1741 }, { 0x1742, 0x1742, 0x1742 }, { 0x1743, 0x1743, 0x1743 }, { 0x1744, 0x1744, 0x1744 }, { 0x1745, 0x1745, 0x1745 }, { 0x1746, 0x1746, 0x1746 }, { 0x1747, 0x1747, 0x1747 }, { 0x1748, 0x1748, 0x1748 }, { 0x1749, 0x1749, 0x1749 }, { 0x174A, 0x174A, 0x174A }, { 0x174B, 0x174B, 0x174B }, { 0x174C, 0x174C, 0x174C }, { 0x174D, 0x174D, 0x174D }, { 0x174E, 0x174E, 0x174E }, { 0x174F, 0x174F, 0x174F }, { 0x1750, 0x1750, 0x1750 }, { 0x1751, 0x1751, 0x1751 }, { 0x1752, 0x1752, 0x1752 }, { 0x1753, 0x1753, 0x1753 }, { 0x1760, 0x1760, 0x1760 }, { 0x1761, 0x1761, 0x1761 }, { 0x1762, 0x1762, 0x1762 }, { 0x1763, 0x1763, 0x1763 }, { 0x1764, 0x1764, 0x1764 }, { 0x1765, 0x1765, 0x1765 }, { 0x1766, 0x1766, 0x1766 }, { 0x1767, 0x1767, 0x1767 }, { 0x1768, 0x1768, 0x1768 }, { 0x1769, 0x1769, 0x1769 }, { 0x176A, 0x176A, 0x176A }, { 0x176B, 0x176B, 0x176B }, { 0x176C, 0x176C, 0x176C }, { 0x176E, 0x176E, 0x176E }, { 0x176F, 0x176F, 0x176F }, { 0x1770, 0x1770, 0x1770 }, { 0x1772, 0x1772, 0x1772 }, { 0x1773, 0x1773, 0x1773 }, { 0x1780, 0x1780, 0x1780 }, { 0x1781, 0x1781, 0x1781 }, { 0x1782, 0x1782, 0x1782 }, { 0x1783, 0x1783, 0x1783 }, { 0x1784, 0x1784, 0x1784 }, { 0x1785, 0x1785, 0x1785 }, { 0x1786, 0x1786, 0x1786 }, { 0x1787, 0x1787, 0x1787 }, { 0x1788, 0x1788, 0x1788 }, { 0x1789, 0x1789, 0x1789 }, { 0x178A, 0x178A, 0x178A }, { 0x178B, 0x178B, 0x178B }, { 0x178C, 0x178C, 0x178C }, { 0x178D, 0x178D, 0x178D }, { 0x178E, 0x178E, 0x178E }, { 0x178F, 0x178F, 0x178F }, { 0x1790, 0x1790, 0x1790 }, { 0x1791, 0x1791, 0x1791 }, { 0x1792, 0x1792, 0x1792 }, { 0x1793, 0x1793, 0x1793 }, { 0x1794, 0x1794, 0x1794 }, { 0x1795, 0x1795, 0x1795 }, { 0x1796, 0x1796, 0x1796 }, { 0x1797, 0x1797, 0x1797 }, { 0x1798, 0x1798, 0x1798 }, { 0x1799, 0x1799, 0x1799 }, { 0x179A, 0x179A, 0x179A }, { 0x179B, 0x179B, 0x179B }, { 0x179C, 0x179C, 0x179C }, { 0x179D, 0x179D, 0x179D }, { 0x179E, 0x179E, 0x179E }, { 0x179F, 0x179F, 0x179F }, { 0x17A0, 0x17A0, 0x17A0 }, { 0x17A1, 0x17A1, 0x17A1 }, { 0x17A2, 0x17A2, 0x17A2 }, { 0x17A3, 0x17A3, 0x17A3 }, { 0x17A4, 0x17A4, 0x17A4 }, { 0x17A5, 0x17A5, 0x17A5 }, { 0x17A6, 0x17A6, 0x17A6 }, { 0x17A7, 0x17A7, 0x17A7 }, { 0x17A8, 0x17A8, 0x17A8 }, { 0x17A9, 0x17A9, 0x17A9 }, { 0x17AA, 0x17AA, 0x17AA }, { 0x17AB, 0x17AB, 0x17AB }, { 0x17AC, 0x17AC, 0x17AC }, { 0x17AD, 0x17AD, 0x17AD }, { 0x17AE, 0x17AE, 0x17AE }, { 0x17AF, 0x17AF, 0x17AF }, { 0x17B0, 0x17B0, 0x17B0 }, { 0x17B1, 0x17B1, 0x17B1 }, { 0x17B2, 0x17B2, 0x17B2 }, { 0x17B3, 0x17B3, 0x17B3 }, { 0x17B7, 0x17B7, 0x17B7 }, { 0x17B8, 0x17B8, 0x17B8 }, { 0x17B9, 0x17B9, 0x17B9 }, { 0x17BA, 0x17BA, 0x17BA }, { 0x17BB, 0x17BB, 0x17BB }, { 0x17BC, 0x17BC, 0x17BC }, { 0x17BD, 0x17BD, 0x17BD }, { 0x17C6, 0x17C6, 0x17C6 }, { 0x17C9, 0x17C9, 0x17C9 }, { 0x17CA, 0x17CA, 0x17CA }, { 0x17CB, 0x17CB, 0x17CB }, { 0x17CC, 0x17CC, 0x17CC }, { 0x17CD, 0x17CD, 0x17CD }, { 0x17CE, 0x17CE, 0x17CE }, { 0x17CF, 0x17CF, 0x17CF }, { 0x17D0, 0x17D0, 0x17D0 }, { 0x17D1, 0x17D1, 0x17D1 }, { 0x17D2, 0x17D2, 0x17D2 }, { 0x17D3, 0x17D3, 0x17D3 }, { 0x17D7, 0x17D7, 0x17D7 }, { 0x17DC, 0x17DC, 0x17DC }, { 0x17DD, 0x17DD, 0x17DD }, { 0x180B, 0x180B, 0x180B }, { 0x180C, 0x180C, 0x180C }, { 0x180D, 0x180D, 0x180D }, { 0x1820, 0x1820, 0x1820 }, { 0x1821, 0x1821, 0x1821 }, { 0x1822, 0x1822, 0x1822 }, { 0x1823, 0x1823, 0x1823 }, { 0x1824, 0x1824, 0x1824 }, { 0x1825, 0x1825, 0x1825 }, { 0x1826, 0x1826, 0x1826 }, { 0x1827, 0x1827, 0x1827 }, { 0x1828, 0x1828, 0x1828 }, { 0x1829, 0x1829, 0x1829 }, { 0x182A, 0x182A, 0x182A }, { 0x182B, 0x182B, 0x182B }, { 0x182C, 0x182C, 0x182C }, { 0x182D, 0x182D, 0x182D }, { 0x182E, 0x182E, 0x182E }, { 0x182F, 0x182F, 0x182F }, { 0x1830, 0x1830, 0x1830 }, { 0x1831, 0x1831, 0x1831 }, { 0x1832, 0x1832, 0x1832 }, { 0x1833, 0x1833, 0x1833 }, { 0x1834, 0x1834, 0x1834 }, { 0x1835, 0x1835, 0x1835 }, { 0x1836, 0x1836, 0x1836 }, { 0x1837, 0x1837, 0x1837 }, { 0x1838, 0x1838, 0x1838 }, { 0x1839, 0x1839, 0x1839 }, { 0x183A, 0x183A, 0x183A }, { 0x183B, 0x183B, 0x183B }, { 0x183C, 0x183C, 0x183C }, { 0x183D, 0x183D, 0x183D }, { 0x183E, 0x183E, 0x183E }, { 0x183F, 0x183F, 0x183F }, { 0x1840, 0x1840, 0x1840 }, { 0x1841, 0x1841, 0x1841 }, { 0x1842, 0x1842, 0x1842 }, { 0x1843, 0x1843, 0x1843 }, { 0x1844, 0x1844, 0x1844 }, { 0x1845, 0x1845, 0x1845 }, { 0x1846, 0x1846, 0x1846 }, { 0x1847, 0x1847, 0x1847 }, { 0x1848, 0x1848, 0x1848 }, { 0x1849, 0x1849, 0x1849 }, { 0x184A, 0x184A, 0x184A }, { 0x184B, 0x184B, 0x184B }, { 0x184C, 0x184C, 0x184C }, { 0x184D, 0x184D, 0x184D }, { 0x184E, 0x184E, 0x184E }, { 0x184F, 0x184F, 0x184F }, { 0x1850, 0x1850, 0x1850 }, { 0x1851, 0x1851, 0x1851 }, { 0x1852, 0x1852, 0x1852 }, { 0x1853, 0x1853, 0x1853 }, { 0x1854, 0x1854, 0x1854 }, { 0x1855, 0x1855, 0x1855 }, { 0x1856, 0x1856, 0x1856 }, { 0x1857, 0x1857, 0x1857 }, { 0x1858, 0x1858, 0x1858 }, { 0x1859, 0x1859, 0x1859 }, { 0x185A, 0x185A, 0x185A }, { 0x185B, 0x185B, 0x185B }, { 0x185C, 0x185C, 0x185C }, { 0x185D, 0x185D, 0x185D }, { 0x185E, 0x185E, 0x185E }, { 0x185F, 0x185F, 0x185F }, { 0x1860, 0x1860, 0x1860 }, { 0x1861, 0x1861, 0x1861 }, { 0x1862, 0x1862, 0x1862 }, { 0x1863, 0x1863, 0x1863 }, { 0x1864, 0x1864, 0x1864 }, { 0x1865, 0x1865, 0x1865 }, { 0x1866, 0x1866, 0x1866 }, { 0x1867, 0x1867, 0x1867 }, { 0x1868, 0x1868, 0x1868 }, { 0x1869, 0x1869, 0x1869 }, { 0x186A, 0x186A, 0x186A }, { 0x186B, 0x186B, 0x186B }, { 0x186C, 0x186C, 0x186C }, { 0x186D, 0x186D, 0x186D }, { 0x186E, 0x186E, 0x186E }, { 0x186F, 0x186F, 0x186F }, { 0x1870, 0x1870, 0x1870 }, { 0x1871, 0x1871, 0x1871 }, { 0x1872, 0x1872, 0x1872 }, { 0x1873, 0x1873, 0x1873 }, { 0x1874, 0x1874, 0x1874 }, { 0x1875, 0x1875, 0x1875 }, { 0x1876, 0x1876, 0x1876 }, { 0x1877, 0x1877, 0x1877 }, { 0x1880, 0x1880, 0x1880 }, { 0x1881, 0x1881, 0x1881 }, { 0x1882, 0x1882, 0x1882 }, { 0x1883, 0x1883, 0x1883 }, { 0x1884, 0x1884, 0x1884 }, { 0x1885, 0x1885, 0x1885 }, { 0x1886, 0x1886, 0x1886 }, { 0x1887, 0x1887, 0x1887 }, { 0x1888, 0x1888, 0x1888 }, { 0x1889, 0x1889, 0x1889 }, { 0x188A, 0x188A, 0x188A }, { 0x188B, 0x188B, 0x188B }, { 0x188C, 0x188C, 0x188C }, { 0x188D, 0x188D, 0x188D }, { 0x188E, 0x188E, 0x188E }, { 0x188F, 0x188F, 0x188F }, { 0x1890, 0x1890, 0x1890 }, { 0x1891, 0x1891, 0x1891 }, { 0x1892, 0x1892, 0x1892 }, { 0x1893, 0x1893, 0x1893 }, { 0x1894, 0x1894, 0x1894 }, { 0x1895, 0x1895, 0x1895 }, { 0x1896, 0x1896, 0x1896 }, { 0x1897, 0x1897, 0x1897 }, { 0x1898, 0x1898, 0x1898 }, { 0x1899, 0x1899, 0x1899 }, { 0x189A, 0x189A, 0x189A }, { 0x189B, 0x189B, 0x189B }, { 0x189C, 0x189C, 0x189C }, { 0x189D, 0x189D, 0x189D }, { 0x189E, 0x189E, 0x189E }, { 0x189F, 0x189F, 0x189F }, { 0x18A0, 0x18A0, 0x18A0 }, { 0x18A1, 0x18A1, 0x18A1 }, { 0x18A2, 0x18A2, 0x18A2 }, { 0x18A3, 0x18A3, 0x18A3 }, { 0x18A4, 0x18A4, 0x18A4 }, { 0x18A5, 0x18A5, 0x18A5 }, { 0x18A6, 0x18A6, 0x18A6 }, { 0x18A7, 0x18A7, 0x18A7 }, { 0x18A8, 0x18A8, 0x18A8 }, { 0x18A9, 0x18A9, 0x18A9 }, { 0x1900, 0x1900, 0x1900 }, { 0x1901, 0x1901, 0x1901 }, { 0x1902, 0x1902, 0x1902 }, { 0x1903, 0x1903, 0x1903 }, { 0x1904, 0x1904, 0x1904 }, { 0x1905, 0x1905, 0x1905 }, { 0x1906, 0x1906, 0x1906 }, { 0x1907, 0x1907, 0x1907 }, { 0x1908, 0x1908, 0x1908 }, { 0x1909, 0x1909, 0x1909 }, { 0x190A, 0x190A, 0x190A }, { 0x190B, 0x190B, 0x190B }, { 0x190C, 0x190C, 0x190C }, { 0x190D, 0x190D, 0x190D }, { 0x190E, 0x190E, 0x190E }, { 0x190F, 0x190F, 0x190F }, { 0x1910, 0x1910, 0x1910 }, { 0x1911, 0x1911, 0x1911 }, { 0x1912, 0x1912, 0x1912 }, { 0x1913, 0x1913, 0x1913 }, { 0x1914, 0x1914, 0x1914 }, { 0x1915, 0x1915, 0x1915 }, { 0x1916, 0x1916, 0x1916 }, { 0x1917, 0x1917, 0x1917 }, { 0x1918, 0x1918, 0x1918 }, { 0x1919, 0x1919, 0x1919 }, { 0x191A, 0x191A, 0x191A }, { 0x191B, 0x191B, 0x191B }, { 0x191C, 0x191C, 0x191C }, { 0x1920, 0x1920, 0x1920 }, { 0x1921, 0x1921, 0x1921 }, { 0x1922, 0x1922, 0x1922 }, { 0x1927, 0x1927, 0x1927 }, { 0x1928, 0x1928, 0x1928 }, { 0x1932, 0x1932, 0x1932 }, { 0x1939, 0x1939, 0x1939 }, { 0x193A, 0x193A, 0x193A }, { 0x193B, 0x193B, 0x193B }, { 0x1950, 0x1950, 0x1950 }, { 0x1951, 0x1951, 0x1951 }, { 0x1952, 0x1952, 0x1952 }, { 0x1953, 0x1953, 0x1953 }, { 0x1954, 0x1954, 0x1954 }, { 0x1955, 0x1955, 0x1955 }, { 0x1956, 0x1956, 0x1956 }, { 0x1957, 0x1957, 0x1957 }, { 0x1958, 0x1958, 0x1958 }, { 0x1959, 0x1959, 0x1959 }, { 0x195A, 0x195A, 0x195A }, { 0x195B, 0x195B, 0x195B }, { 0x195C, 0x195C, 0x195C }, { 0x195D, 0x195D, 0x195D }, { 0x195E, 0x195E, 0x195E }, { 0x195F, 0x195F, 0x195F }, { 0x1960, 0x1960, 0x1960 }, { 0x1961, 0x1961, 0x1961 }, { 0x1962, 0x1962, 0x1962 }, { 0x1963, 0x1963, 0x1963 }, { 0x1964, 0x1964, 0x1964 }, { 0x1965, 0x1965, 0x1965 }, { 0x1966, 0x1966, 0x1966 }, { 0x1967, 0x1967, 0x1967 }, { 0x1968, 0x1968, 0x1968 }, { 0x1969, 0x1969, 0x1969 }, { 0x196A, 0x196A, 0x196A }, { 0x196B, 0x196B, 0x196B }, { 0x196C, 0x196C, 0x196C }, { 0x196D, 0x196D, 0x196D }, { 0x1970, 0x1970, 0x1970 }, { 0x1971, 0x1971, 0x1971 }, { 0x1972, 0x1972, 0x1972 }, { 0x1973, 0x1973, 0x1973 }, { 0x1974, 0x1974, 0x1974 }, { 0x1980, 0x1980, 0x1980 }, { 0x1981, 0x1981, 0x1981 }, { 0x1982, 0x1982, 0x1982 }, { 0x1983, 0x1983, 0x1983 }, { 0x1984, 0x1984, 0x1984 }, { 0x1985, 0x1985, 0x1985 }, { 0x1986, 0x1986, 0x1986 }, { 0x1987, 0x1987, 0x1987 }, { 0x1988, 0x1988, 0x1988 }, { 0x1989, 0x1989, 0x1989 }, { 0x198A, 0x198A, 0x198A }, { 0x198B, 0x198B, 0x198B }, { 0x198C, 0x198C, 0x198C }, { 0x198D, 0x198D, 0x198D }, { 0x198E, 0x198E, 0x198E }, { 0x198F, 0x198F, 0x198F }, { 0x1990, 0x1990, 0x1990 }, { 0x1991, 0x1991, 0x1991 }, { 0x1992, 0x1992, 0x1992 }, { 0x1993, 0x1993, 0x1993 }, { 0x1994, 0x1994, 0x1994 }, { 0x1995, 0x1995, 0x1995 }, { 0x1996, 0x1996, 0x1996 }, { 0x1997, 0x1997, 0x1997 }, { 0x1998, 0x1998, 0x1998 }, { 0x1999, 0x1999, 0x1999 }, { 0x199A, 0x199A, 0x199A }, { 0x199B, 0x199B, 0x199B }, { 0x199C, 0x199C, 0x199C }, { 0x199D, 0x199D, 0x199D }, { 0x199E, 0x199E, 0x199E }, { 0x199F, 0x199F, 0x199F }, { 0x19A0, 0x19A0, 0x19A0 }, { 0x19A1, 0x19A1, 0x19A1 }, { 0x19A2, 0x19A2, 0x19A2 }, { 0x19A3, 0x19A3, 0x19A3 }, { 0x19A4, 0x19A4, 0x19A4 }, { 0x19A5, 0x19A5, 0x19A5 }, { 0x19A6, 0x19A6, 0x19A6 }, { 0x19A7, 0x19A7, 0x19A7 }, { 0x19A8, 0x19A8, 0x19A8 }, { 0x19A9, 0x19A9, 0x19A9 }, { 0x19C1, 0x19C1, 0x19C1 }, { 0x19C2, 0x19C2, 0x19C2 }, { 0x19C3, 0x19C3, 0x19C3 }, { 0x19C4, 0x19C4, 0x19C4 }, { 0x19C5, 0x19C5, 0x19C5 }, { 0x19C6, 0x19C6, 0x19C6 }, { 0x19C7, 0x19C7, 0x19C7 }, { 0x1A00, 0x1A00, 0x1A00 }, { 0x1A01, 0x1A01, 0x1A01 }, { 0x1A02, 0x1A02, 0x1A02 }, { 0x1A03, 0x1A03, 0x1A03 }, { 0x1A04, 0x1A04, 0x1A04 }, { 0x1A05, 0x1A05, 0x1A05 }, { 0x1A06, 0x1A06, 0x1A06 }, { 0x1A07, 0x1A07, 0x1A07 }, { 0x1A08, 0x1A08, 0x1A08 }, { 0x1A09, 0x1A09, 0x1A09 }, { 0x1A0A, 0x1A0A, 0x1A0A }, { 0x1A0B, 0x1A0B, 0x1A0B }, { 0x1A0C, 0x1A0C, 0x1A0C }, { 0x1A0D, 0x1A0D, 0x1A0D }, { 0x1A0E, 0x1A0E, 0x1A0E }, { 0x1A0F, 0x1A0F, 0x1A0F }, { 0x1A10, 0x1A10, 0x1A10 }, { 0x1A11, 0x1A11, 0x1A11 }, { 0x1A12, 0x1A12, 0x1A12 }, { 0x1A13, 0x1A13, 0x1A13 }, { 0x1A14, 0x1A14, 0x1A14 }, { 0x1A15, 0x1A15, 0x1A15 }, { 0x1A16, 0x1A16, 0x1A16 }, { 0x1A17, 0x1A17, 0x1A17 }, { 0x1A18, 0x1A18, 0x1A18 }, { 0x1D00, 0x1D00, 0x1D00 }, { 0x1D01, 0x1D01, 0x1D01 }, { 0x1D02, 0x1D02, 0x1D02 }, { 0x1D03, 0x1D03, 0x1D03 }, { 0x1D04, 0x1D04, 0x1D04 }, { 0x1D05, 0x1D05, 0x1D05 }, { 0x1D06, 0x1D06, 0x1D06 }, { 0x1D07, 0x1D07, 0x1D07 }, { 0x1D08, 0x1D08, 0x1D08 }, { 0x1D09, 0x1D09, 0x1D09 }, { 0x1D0A, 0x1D0A, 0x1D0A }, { 0x1D0B, 0x1D0B, 0x1D0B }, { 0x1D0C, 0x1D0C, 0x1D0C }, { 0x1D0D, 0x1D0D, 0x1D0D }, { 0x1D0E, 0x1D0E, 0x1D0E }, { 0x1D0F, 0x1D0F, 0x1D0F }, { 0x1D10, 0x1D10, 0x1D10 }, { 0x1D11, 0x1D11, 0x1D11 }, { 0x1D12, 0x1D12, 0x1D12 }, { 0x1D13, 0x1D13, 0x1D13 }, { 0x1D14, 0x1D14, 0x1D14 }, { 0x1D15, 0x1D15, 0x1D15 }, { 0x1D16, 0x1D16, 0x1D16 }, { 0x1D17, 0x1D17, 0x1D17 }, { 0x1D18, 0x1D18, 0x1D18 }, { 0x1D19, 0x1D19, 0x1D19 }, { 0x1D1A, 0x1D1A, 0x1D1A }, { 0x1D1B, 0x1D1B, 0x1D1B }, { 0x1D1C, 0x1D1C, 0x1D1C }, { 0x1D1D, 0x1D1D, 0x1D1D }, { 0x1D1E, 0x1D1E, 0x1D1E }, { 0x1D1F, 0x1D1F, 0x1D1F }, { 0x1D20, 0x1D20, 0x1D20 }, { 0x1D21, 0x1D21, 0x1D21 }, { 0x1D22, 0x1D22, 0x1D22 }, { 0x1D23, 0x1D23, 0x1D23 }, { 0x1D24, 0x1D24, 0x1D24 }, { 0x1D25, 0x1D25, 0x1D25 }, { 0x1D26, 0x1D26, 0x1D26 }, { 0x1D27, 0x1D27, 0x1D27 }, { 0x1D28, 0x1D28, 0x1D28 }, { 0x1D29, 0x1D29, 0x1D29 }, { 0x1D2A, 0x1D2A, 0x1D2A }, { 0x1D2B, 0x1D2B, 0x1D2B }, { 0x1D2C, 0x1D2C, 0x1D2C }, { 0x1D2D, 0x1D2D, 0x1D2D }, { 0x1D2E, 0x1D2E, 0x1D2E }, { 0x1D2F, 0x1D2F, 0x1D2F }, { 0x1D30, 0x1D30, 0x1D30 }, { 0x1D31, 0x1D31, 0x1D31 }, { 0x1D32, 0x1D32, 0x1D32 }, { 0x1D33, 0x1D33, 0x1D33 }, { 0x1D34, 0x1D34, 0x1D34 }, { 0x1D35, 0x1D35, 0x1D35 }, { 0x1D36, 0x1D36, 0x1D36 }, { 0x1D37, 0x1D37, 0x1D37 }, { 0x1D38, 0x1D38, 0x1D38 }, { 0x1D39, 0x1D39, 0x1D39 }, { 0x1D3A, 0x1D3A, 0x1D3A }, { 0x1D3B, 0x1D3B, 0x1D3B }, { 0x1D3C, 0x1D3C, 0x1D3C }, { 0x1D3D, 0x1D3D, 0x1D3D }, { 0x1D3E, 0x1D3E, 0x1D3E }, { 0x1D3F, 0x1D3F, 0x1D3F }, { 0x1D40, 0x1D40, 0x1D40 }, { 0x1D41, 0x1D41, 0x1D41 }, { 0x1D42, 0x1D42, 0x1D42 }, { 0x1D43, 0x1D43, 0x1D43 }, { 0x1D44, 0x1D44, 0x1D44 }, { 0x1D45, 0x1D45, 0x1D45 }, { 0x1D46, 0x1D46, 0x1D46 }, { 0x1D47, 0x1D47, 0x1D47 }, { 0x1D48, 0x1D48, 0x1D48 }, { 0x1D49, 0x1D49, 0x1D49 }, { 0x1D4A, 0x1D4A, 0x1D4A }, { 0x1D4B, 0x1D4B, 0x1D4B }, { 0x1D4C, 0x1D4C, 0x1D4C }, { 0x1D4D, 0x1D4D, 0x1D4D }, { 0x1D4E, 0x1D4E, 0x1D4E }, { 0x1D4F, 0x1D4F, 0x1D4F }, { 0x1D50, 0x1D50, 0x1D50 }, { 0x1D51, 0x1D51, 0x1D51 }, { 0x1D52, 0x1D52, 0x1D52 }, { 0x1D53, 0x1D53, 0x1D53 }, { 0x1D54, 0x1D54, 0x1D54 }, { 0x1D55, 0x1D55, 0x1D55 }, { 0x1D56, 0x1D56, 0x1D56 }, { 0x1D57, 0x1D57, 0x1D57 }, { 0x1D58, 0x1D58, 0x1D58 }, { 0x1D59, 0x1D59, 0x1D59 }, { 0x1D5A, 0x1D5A, 0x1D5A }, { 0x1D5B, 0x1D5B, 0x1D5B }, { 0x1D5C, 0x1D5C, 0x1D5C }, { 0x1D5D, 0x1D5D, 0x1D5D }, { 0x1D5E, 0x1D5E, 0x1D5E }, { 0x1D5F, 0x1D5F, 0x1D5F }, { 0x1D60, 0x1D60, 0x1D60 }, { 0x1D61, 0x1D61, 0x1D61 }, { 0x1D62, 0x1D62, 0x1D62 }, { 0x1D63, 0x1D63, 0x1D63 }, { 0x1D64, 0x1D64, 0x1D64 }, { 0x1D65, 0x1D65, 0x1D65 }, { 0x1D66, 0x1D66, 0x1D66 }, { 0x1D67, 0x1D67, 0x1D67 }, { 0x1D68, 0x1D68, 0x1D68 }, { 0x1D69, 0x1D69, 0x1D69 }, { 0x1D6A, 0x1D6A, 0x1D6A }, { 0x1D6B, 0x1D6B, 0x1D6B }, { 0x1D6C, 0x1D6C, 0x1D6C }, { 0x1D6D, 0x1D6D, 0x1D6D }, { 0x1D6E, 0x1D6E, 0x1D6E }, { 0x1D6F, 0x1D6F, 0x1D6F }, { 0x1D70, 0x1D70, 0x1D70 }, { 0x1D71, 0x1D71, 0x1D71 }, { 0x1D72, 0x1D72, 0x1D72 }, { 0x1D73, 0x1D73, 0x1D73 }, { 0x1D74, 0x1D74, 0x1D74 }, { 0x1D75, 0x1D75, 0x1D75 }, { 0x1D76, 0x1D76, 0x1D76 }, { 0x1D77, 0x1D77, 0x1D77 }, { 0x1D78, 0x1D78, 0x1D78 }, { 0x1D79, 0x1D79, 0x1D79 }, { 0x1D7A, 0x1D7A, 0x1D7A }, { 0x1D7B, 0x1D7B, 0x1D7B }, { 0x1D7C, 0x1D7C, 0x1D7C }, { 0x1D7D, 0x1D7D, 0x1D7D }, { 0x1D7E, 0x1D7E, 0x1D7E }, { 0x1D7F, 0x1D7F, 0x1D7F }, { 0x1D80, 0x1D80, 0x1D80 }, { 0x1D81, 0x1D81, 0x1D81 }, { 0x1D82, 0x1D82, 0x1D82 }, { 0x1D83, 0x1D83, 0x1D83 }, { 0x1D84, 0x1D84, 0x1D84 }, { 0x1D85, 0x1D85, 0x1D85 }, { 0x1D86, 0x1D86, 0x1D86 }, { 0x1D87, 0x1D87, 0x1D87 }, { 0x1D88, 0x1D88, 0x1D88 }, { 0x1D89, 0x1D89, 0x1D89 }, { 0x1D8A, 0x1D8A, 0x1D8A }, { 0x1D8B, 0x1D8B, 0x1D8B }, { 0x1D8C, 0x1D8C, 0x1D8C }, { 0x1D8D, 0x1D8D, 0x1D8D }, { 0x1D8E, 0x1D8E, 0x1D8E }, { 0x1D8F, 0x1D8F, 0x1D8F }, { 0x1D90, 0x1D90, 0x1D90 }, { 0x1D91, 0x1D91, 0x1D91 }, { 0x1D92, 0x1D92, 0x1D92 }, { 0x1D93, 0x1D93, 0x1D93 }, { 0x1D94, 0x1D94, 0x1D94 }, { 0x1D95, 0x1D95, 0x1D95 }, { 0x1D96, 0x1D96, 0x1D96 }, { 0x1D97, 0x1D97, 0x1D97 }, { 0x1D98, 0x1D98, 0x1D98 }, { 0x1D99, 0x1D99, 0x1D99 }, { 0x1D9A, 0x1D9A, 0x1D9A }, { 0x1D9B, 0x1D9B, 0x1D9B }, { 0x1D9C, 0x1D9C, 0x1D9C }, { 0x1D9D, 0x1D9D, 0x1D9D }, { 0x1D9E, 0x1D9E, 0x1D9E }, { 0x1D9F, 0x1D9F, 0x1D9F }, { 0x1DA0, 0x1DA0, 0x1DA0 }, { 0x1DA1, 0x1DA1, 0x1DA1 }, { 0x1DA2, 0x1DA2, 0x1DA2 }, { 0x1DA3, 0x1DA3, 0x1DA3 }, { 0x1DA4, 0x1DA4, 0x1DA4 }, { 0x1DA5, 0x1DA5, 0x1DA5 }, { 0x1DA6, 0x1DA6, 0x1DA6 }, { 0x1DA7, 0x1DA7, 0x1DA7 }, { 0x1DA8, 0x1DA8, 0x1DA8 }, { 0x1DA9, 0x1DA9, 0x1DA9 }, { 0x1DAA, 0x1DAA, 0x1DAA }, { 0x1DAB, 0x1DAB, 0x1DAB }, { 0x1DAC, 0x1DAC, 0x1DAC }, { 0x1DAD, 0x1DAD, 0x1DAD }, { 0x1DAE, 0x1DAE, 0x1DAE }, { 0x1DAF, 0x1DAF, 0x1DAF }, { 0x1DB0, 0x1DB0, 0x1DB0 }, { 0x1DB1, 0x1DB1, 0x1DB1 }, { 0x1DB2, 0x1DB2, 0x1DB2 }, { 0x1DB3, 0x1DB3, 0x1DB3 }, { 0x1DB4, 0x1DB4, 0x1DB4 }, { 0x1DB5, 0x1DB5, 0x1DB5 }, { 0x1DB6, 0x1DB6, 0x1DB6 }, { 0x1DB7, 0x1DB7, 0x1DB7 }, { 0x1DB8, 0x1DB8, 0x1DB8 }, { 0x1DB9, 0x1DB9, 0x1DB9 }, { 0x1DBA, 0x1DBA, 0x1DBA }, { 0x1DBB, 0x1DBB, 0x1DBB }, { 0x1DBC, 0x1DBC, 0x1DBC }, { 0x1DBD, 0x1DBD, 0x1DBD }, { 0x1DBE, 0x1DBE, 0x1DBE }, { 0x1DBF, 0x1DBF, 0x1DBF }, { 0x1DC0, 0x1DC0, 0x1DC0 }, { 0x1DC1, 0x1DC1, 0x1DC1 }, { 0x1DC2, 0x1DC2, 0x1DC2 }, { 0x1DC3, 0x1DC3, 0x1DC3 }, { 0x1E00, 0x1E00, 0x1E01 }, { 0x1E01, 0x1E00, 0x1E01 }, { 0x1E02, 0x1E02, 0x1E03 }, { 0x1E03, 0x1E02, 0x1E03 }, { 0x1E04, 0x1E04, 0x1E05 }, { 0x1E05, 0x1E04, 0x1E05 }, { 0x1E06, 0x1E06, 0x1E07 }, { 0x1E07, 0x1E06, 0x1E07 }, { 0x1E08, 0x1E08, 0x1E09 }, { 0x1E09, 0x1E08, 0x1E09 }, { 0x1E0A, 0x1E0A, 0x1E0B }, { 0x1E0B, 0x1E0A, 0x1E0B }, { 0x1E0C, 0x1E0C, 0x1E0D }, { 0x1E0D, 0x1E0C, 0x1E0D }, { 0x1E0E, 0x1E0E, 0x1E0F }, { 0x1E0F, 0x1E0E, 0x1E0F }, { 0x1E10, 0x1E10, 0x1E11 }, { 0x1E11, 0x1E10, 0x1E11 }, { 0x1E12, 0x1E12, 0x1E13 }, { 0x1E13, 0x1E12, 0x1E13 }, { 0x1E14, 0x1E14, 0x1E15 }, { 0x1E15, 0x1E14, 0x1E15 }, { 0x1E16, 0x1E16, 0x1E17 }, { 0x1E17, 0x1E16, 0x1E17 }, { 0x1E18, 0x1E18, 0x1E19 }, { 0x1E19, 0x1E18, 0x1E19 }, { 0x1E1A, 0x1E1A, 0x1E1B }, { 0x1E1B, 0x1E1A, 0x1E1B }, { 0x1E1C, 0x1E1C, 0x1E1D }, { 0x1E1D, 0x1E1C, 0x1E1D }, { 0x1E1E, 0x1E1E, 0x1E1F }, { 0x1E1F, 0x1E1E, 0x1E1F }, { 0x1E20, 0x1E20, 0x1E21 }, { 0x1E21, 0x1E20, 0x1E21 }, { 0x1E22, 0x1E22, 0x1E23 }, { 0x1E23, 0x1E22, 0x1E23 }, { 0x1E24, 0x1E24, 0x1E25 }, { 0x1E25, 0x1E24, 0x1E25 }, { 0x1E26, 0x1E26, 0x1E27 }, { 0x1E27, 0x1E26, 0x1E27 }, { 0x1E28, 0x1E28, 0x1E29 }, { 0x1E29, 0x1E28, 0x1E29 }, { 0x1E2A, 0x1E2A, 0x1E2B }, { 0x1E2B, 0x1E2A, 0x1E2B }, { 0x1E2C, 0x1E2C, 0x1E2D }, { 0x1E2D, 0x1E2C, 0x1E2D }, { 0x1E2E, 0x1E2E, 0x1E2F }, { 0x1E2F, 0x1E2E, 0x1E2F }, { 0x1E30, 0x1E30, 0x1E31 }, { 0x1E31, 0x1E30, 0x1E31 }, { 0x1E32, 0x1E32, 0x1E33 }, { 0x1E33, 0x1E32, 0x1E33 }, { 0x1E34, 0x1E34, 0x1E35 }, { 0x1E35, 0x1E34, 0x1E35 }, { 0x1E36, 0x1E36, 0x1E37 }, { 0x1E37, 0x1E36, 0x1E37 }, { 0x1E38, 0x1E38, 0x1E39 }, { 0x1E39, 0x1E38, 0x1E39 }, { 0x1E3A, 0x1E3A, 0x1E3B }, { 0x1E3B, 0x1E3A, 0x1E3B }, { 0x1E3C, 0x1E3C, 0x1E3D }, { 0x1E3D, 0x1E3C, 0x1E3D }, { 0x1E3E, 0x1E3E, 0x1E3F }, { 0x1E3F, 0x1E3E, 0x1E3F }, { 0x1E40, 0x1E40, 0x1E41 }, { 0x1E41, 0x1E40, 0x1E41 }, { 0x1E42, 0x1E42, 0x1E43 }, { 0x1E43, 0x1E42, 0x1E43 }, { 0x1E44, 0x1E44, 0x1E45 }, { 0x1E45, 0x1E44, 0x1E45 }, { 0x1E46, 0x1E46, 0x1E47 }, { 0x1E47, 0x1E46, 0x1E47 }, { 0x1E48, 0x1E48, 0x1E49 }, { 0x1E49, 0x1E48, 0x1E49 }, { 0x1E4A, 0x1E4A, 0x1E4B }, { 0x1E4B, 0x1E4A, 0x1E4B }, { 0x1E4C, 0x1E4C, 0x1E4D }, { 0x1E4D, 0x1E4C, 0x1E4D }, { 0x1E4E, 0x1E4E, 0x1E4F }, { 0x1E4F, 0x1E4E, 0x1E4F }, { 0x1E50, 0x1E50, 0x1E51 }, { 0x1E51, 0x1E50, 0x1E51 }, { 0x1E52, 0x1E52, 0x1E53 }, { 0x1E53, 0x1E52, 0x1E53 }, { 0x1E54, 0x1E54, 0x1E55 }, { 0x1E55, 0x1E54, 0x1E55 }, { 0x1E56, 0x1E56, 0x1E57 }, { 0x1E57, 0x1E56, 0x1E57 }, { 0x1E58, 0x1E58, 0x1E59 }, { 0x1E59, 0x1E58, 0x1E59 }, { 0x1E5A, 0x1E5A, 0x1E5B }, { 0x1E5B, 0x1E5A, 0x1E5B }, { 0x1E5C, 0x1E5C, 0x1E5D }, { 0x1E5D, 0x1E5C, 0x1E5D }, { 0x1E5E, 0x1E5E, 0x1E5F }, { 0x1E5F, 0x1E5E, 0x1E5F }, { 0x1E60, 0x1E60, 0x1E61 }, { 0x1E61, 0x1E60, 0x1E61 }, { 0x1E62, 0x1E62, 0x1E63 }, { 0x1E63, 0x1E62, 0x1E63 }, { 0x1E64, 0x1E64, 0x1E65 }, { 0x1E65, 0x1E64, 0x1E65 }, { 0x1E66, 0x1E66, 0x1E67 }, { 0x1E67, 0x1E66, 0x1E67 }, { 0x1E68, 0x1E68, 0x1E69 }, { 0x1E69, 0x1E68, 0x1E69 }, { 0x1E6A, 0x1E6A, 0x1E6B }, { 0x1E6B, 0x1E6A, 0x1E6B }, { 0x1E6C, 0x1E6C, 0x1E6D }, { 0x1E6D, 0x1E6C, 0x1E6D }, { 0x1E6E, 0x1E6E, 0x1E6F }, { 0x1E6F, 0x1E6E, 0x1E6F }, { 0x1E70, 0x1E70, 0x1E71 }, { 0x1E71, 0x1E70, 0x1E71 }, { 0x1E72, 0x1E72, 0x1E73 }, { 0x1E73, 0x1E72, 0x1E73 }, { 0x1E74, 0x1E74, 0x1E75 }, { 0x1E75, 0x1E74, 0x1E75 }, { 0x1E76, 0x1E76, 0x1E77 }, { 0x1E77, 0x1E76, 0x1E77 }, { 0x1E78, 0x1E78, 0x1E79 }, { 0x1E79, 0x1E78, 0x1E79 }, { 0x1E7A, 0x1E7A, 0x1E7B }, { 0x1E7B, 0x1E7A, 0x1E7B }, { 0x1E7C, 0x1E7C, 0x1E7D }, { 0x1E7D, 0x1E7C, 0x1E7D }, { 0x1E7E, 0x1E7E, 0x1E7F }, { 0x1E7F, 0x1E7E, 0x1E7F }, { 0x1E80, 0x1E80, 0x1E81 }, { 0x1E81, 0x1E80, 0x1E81 }, { 0x1E82, 0x1E82, 0x1E83 }, { 0x1E83, 0x1E82, 0x1E83 }, { 0x1E84, 0x1E84, 0x1E85 }, { 0x1E85, 0x1E84, 0x1E85 }, { 0x1E86, 0x1E86, 0x1E87 }, { 0x1E87, 0x1E86, 0x1E87 }, { 0x1E88, 0x1E88, 0x1E89 }, { 0x1E89, 0x1E88, 0x1E89 }, { 0x1E8A, 0x1E8A, 0x1E8B }, { 0x1E8B, 0x1E8A, 0x1E8B }, { 0x1E8C, 0x1E8C, 0x1E8D }, { 0x1E8D, 0x1E8C, 0x1E8D }, { 0x1E8E, 0x1E8E, 0x1E8F }, { 0x1E8F, 0x1E8E, 0x1E8F }, { 0x1E90, 0x1E90, 0x1E91 }, { 0x1E91, 0x1E90, 0x1E91 }, { 0x1E92, 0x1E92, 0x1E93 }, { 0x1E93, 0x1E92, 0x1E93 }, { 0x1E94, 0x1E94, 0x1E95 }, { 0x1E95, 0x1E94, 0x1E95 }, { 0x1E96, 0x1E96, 0x1E96 }, { 0x1E97, 0x1E97, 0x1E97 }, { 0x1E98, 0x1E98, 0x1E98 }, { 0x1E99, 0x1E99, 0x1E99 }, { 0x1E9A, 0x1E9A, 0x1E9A }, { 0x1E9B, 0x1E60, 0x1E9B }, { 0x1EA0, 0x1EA0, 0x1EA1 }, { 0x1EA1, 0x1EA0, 0x1EA1 }, { 0x1EA2, 0x1EA2, 0x1EA3 }, { 0x1EA3, 0x1EA2, 0x1EA3 }, { 0x1EA4, 0x1EA4, 0x1EA5 }, { 0x1EA5, 0x1EA4, 0x1EA5 }, { 0x1EA6, 0x1EA6, 0x1EA7 }, { 0x1EA7, 0x1EA6, 0x1EA7 }, { 0x1EA8, 0x1EA8, 0x1EA9 }, { 0x1EA9, 0x1EA8, 0x1EA9 }, { 0x1EAA, 0x1EAA, 0x1EAB }, { 0x1EAB, 0x1EAA, 0x1EAB }, { 0x1EAC, 0x1EAC, 0x1EAD }, { 0x1EAD, 0x1EAC, 0x1EAD }, { 0x1EAE, 0x1EAE, 0x1EAF }, { 0x1EAF, 0x1EAE, 0x1EAF }, { 0x1EB0, 0x1EB0, 0x1EB1 }, { 0x1EB1, 0x1EB0, 0x1EB1 }, { 0x1EB2, 0x1EB2, 0x1EB3 }, { 0x1EB3, 0x1EB2, 0x1EB3 }, { 0x1EB4, 0x1EB4, 0x1EB5 }, { 0x1EB5, 0x1EB4, 0x1EB5 }, { 0x1EB6, 0x1EB6, 0x1EB7 }, { 0x1EB7, 0x1EB6, 0x1EB7 }, { 0x1EB8, 0x1EB8, 0x1EB9 }, { 0x1EB9, 0x1EB8, 0x1EB9 }, { 0x1EBA, 0x1EBA, 0x1EBB }, { 0x1EBB, 0x1EBA, 0x1EBB }, { 0x1EBC, 0x1EBC, 0x1EBD }, { 0x1EBD, 0x1EBC, 0x1EBD }, { 0x1EBE, 0x1EBE, 0x1EBF }, { 0x1EBF, 0x1EBE, 0x1EBF }, { 0x1EC0, 0x1EC0, 0x1EC1 }, { 0x1EC1, 0x1EC0, 0x1EC1 }, { 0x1EC2, 0x1EC2, 0x1EC3 }, { 0x1EC3, 0x1EC2, 0x1EC3 }, { 0x1EC4, 0x1EC4, 0x1EC5 }, { 0x1EC5, 0x1EC4, 0x1EC5 }, { 0x1EC6, 0x1EC6, 0x1EC7 }, { 0x1EC7, 0x1EC6, 0x1EC7 }, { 0x1EC8, 0x1EC8, 0x1EC9 }, { 0x1EC9, 0x1EC8, 0x1EC9 }, { 0x1ECA, 0x1ECA, 0x1ECB }, { 0x1ECB, 0x1ECA, 0x1ECB }, { 0x1ECC, 0x1ECC, 0x1ECD }, { 0x1ECD, 0x1ECC, 0x1ECD }, { 0x1ECE, 0x1ECE, 0x1ECF }, { 0x1ECF, 0x1ECE, 0x1ECF }, { 0x1ED0, 0x1ED0, 0x1ED1 }, { 0x1ED1, 0x1ED0, 0x1ED1 }, { 0x1ED2, 0x1ED2, 0x1ED3 }, { 0x1ED3, 0x1ED2, 0x1ED3 }, { 0x1ED4, 0x1ED4, 0x1ED5 }, { 0x1ED5, 0x1ED4, 0x1ED5 }, { 0x1ED6, 0x1ED6, 0x1ED7 }, { 0x1ED7, 0x1ED6, 0x1ED7 }, { 0x1ED8, 0x1ED8, 0x1ED9 }, { 0x1ED9, 0x1ED8, 0x1ED9 }, { 0x1EDA, 0x1EDA, 0x1EDB }, { 0x1EDB, 0x1EDA, 0x1EDB }, { 0x1EDC, 0x1EDC, 0x1EDD }, { 0x1EDD, 0x1EDC, 0x1EDD }, { 0x1EDE, 0x1EDE, 0x1EDF }, { 0x1EDF, 0x1EDE, 0x1EDF }, { 0x1EE0, 0x1EE0, 0x1EE1 }, { 0x1EE1, 0x1EE0, 0x1EE1 }, { 0x1EE2, 0x1EE2, 0x1EE3 }, { 0x1EE3, 0x1EE2, 0x1EE3 }, { 0x1EE4, 0x1EE4, 0x1EE5 }, { 0x1EE5, 0x1EE4, 0x1EE5 }, { 0x1EE6, 0x1EE6, 0x1EE7 }, { 0x1EE7, 0x1EE6, 0x1EE7 }, { 0x1EE8, 0x1EE8, 0x1EE9 }, { 0x1EE9, 0x1EE8, 0x1EE9 }, { 0x1EEA, 0x1EEA, 0x1EEB }, { 0x1EEB, 0x1EEA, 0x1EEB }, { 0x1EEC, 0x1EEC, 0x1EED }, { 0x1EED, 0x1EEC, 0x1EED }, { 0x1EEE, 0x1EEE, 0x1EEF }, { 0x1EEF, 0x1EEE, 0x1EEF }, { 0x1EF0, 0x1EF0, 0x1EF1 }, { 0x1EF1, 0x1EF0, 0x1EF1 }, { 0x1EF2, 0x1EF2, 0x1EF3 }, { 0x1EF3, 0x1EF2, 0x1EF3 }, { 0x1EF4, 0x1EF4, 0x1EF5 }, { 0x1EF5, 0x1EF4, 0x1EF5 }, { 0x1EF6, 0x1EF6, 0x1EF7 }, { 0x1EF7, 0x1EF6, 0x1EF7 }, { 0x1EF8, 0x1EF8, 0x1EF9 }, { 0x1EF9, 0x1EF8, 0x1EF9 }, { 0x1F00, 0x1F08, 0x1F00 }, { 0x1F01, 0x1F09, 0x1F01 }, { 0x1F02, 0x1F0A, 0x1F02 }, { 0x1F03, 0x1F0B, 0x1F03 }, { 0x1F04, 0x1F0C, 0x1F04 }, { 0x1F05, 0x1F0D, 0x1F05 }, { 0x1F06, 0x1F0E, 0x1F06 }, { 0x1F07, 0x1F0F, 0x1F07 }, { 0x1F08, 0x1F08, 0x1F00 }, { 0x1F09, 0x1F09, 0x1F01 }, { 0x1F0A, 0x1F0A, 0x1F02 }, { 0x1F0B, 0x1F0B, 0x1F03 }, { 0x1F0C, 0x1F0C, 0x1F04 }, { 0x1F0D, 0x1F0D, 0x1F05 }, { 0x1F0E, 0x1F0E, 0x1F06 }, { 0x1F0F, 0x1F0F, 0x1F07 }, { 0x1F10, 0x1F18, 0x1F10 }, { 0x1F11, 0x1F19, 0x1F11 }, { 0x1F12, 0x1F1A, 0x1F12 }, { 0x1F13, 0x1F1B, 0x1F13 }, { 0x1F14, 0x1F1C, 0x1F14 }, { 0x1F15, 0x1F1D, 0x1F15 }, { 0x1F18, 0x1F18, 0x1F10 }, { 0x1F19, 0x1F19, 0x1F11 }, { 0x1F1A, 0x1F1A, 0x1F12 }, { 0x1F1B, 0x1F1B, 0x1F13 }, { 0x1F1C, 0x1F1C, 0x1F14 }, { 0x1F1D, 0x1F1D, 0x1F15 }, { 0x1F20, 0x1F28, 0x1F20 }, { 0x1F21, 0x1F29, 0x1F21 }, { 0x1F22, 0x1F2A, 0x1F22 }, { 0x1F23, 0x1F2B, 0x1F23 }, { 0x1F24, 0x1F2C, 0x1F24 }, { 0x1F25, 0x1F2D, 0x1F25 }, { 0x1F26, 0x1F2E, 0x1F26 }, { 0x1F27, 0x1F2F, 0x1F27 }, { 0x1F28, 0x1F28, 0x1F20 }, { 0x1F29, 0x1F29, 0x1F21 }, { 0x1F2A, 0x1F2A, 0x1F22 }, { 0x1F2B, 0x1F2B, 0x1F23 }, { 0x1F2C, 0x1F2C, 0x1F24 }, { 0x1F2D, 0x1F2D, 0x1F25 }, { 0x1F2E, 0x1F2E, 0x1F26 }, { 0x1F2F, 0x1F2F, 0x1F27 }, { 0x1F30, 0x1F38, 0x1F30 }, { 0x1F31, 0x1F39, 0x1F31 }, { 0x1F32, 0x1F3A, 0x1F32 }, { 0x1F33, 0x1F3B, 0x1F33 }, { 0x1F34, 0x1F3C, 0x1F34 }, { 0x1F35, 0x1F3D, 0x1F35 }, { 0x1F36, 0x1F3E, 0x1F36 }, { 0x1F37, 0x1F3F, 0x1F37 }, { 0x1F38, 0x1F38, 0x1F30 }, { 0x1F39, 0x1F39, 0x1F31 }, { 0x1F3A, 0x1F3A, 0x1F32 }, { 0x1F3B, 0x1F3B, 0x1F33 }, { 0x1F3C, 0x1F3C, 0x1F34 }, { 0x1F3D, 0x1F3D, 0x1F35 }, { 0x1F3E, 0x1F3E, 0x1F36 }, { 0x1F3F, 0x1F3F, 0x1F37 }, { 0x1F40, 0x1F48, 0x1F40 }, { 0x1F41, 0x1F49, 0x1F41 }, { 0x1F42, 0x1F4A, 0x1F42 }, { 0x1F43, 0x1F4B, 0x1F43 }, { 0x1F44, 0x1F4C, 0x1F44 }, { 0x1F45, 0x1F4D, 0x1F45 }, { 0x1F48, 0x1F48, 0x1F40 }, { 0x1F49, 0x1F49, 0x1F41 }, { 0x1F4A, 0x1F4A, 0x1F42 }, { 0x1F4B, 0x1F4B, 0x1F43 }, { 0x1F4C, 0x1F4C, 0x1F44 }, { 0x1F4D, 0x1F4D, 0x1F45 }, { 0x1F50, 0x1F50, 0x1F50 }, { 0x1F51, 0x1F59, 0x1F51 }, { 0x1F52, 0x1F52, 0x1F52 }, { 0x1F53, 0x1F5B, 0x1F53 }, { 0x1F54, 0x1F54, 0x1F54 }, { 0x1F55, 0x1F5D, 0x1F55 }, { 0x1F56, 0x1F56, 0x1F56 }, { 0x1F57, 0x1F5F, 0x1F57 }, { 0x1F59, 0x1F59, 0x1F51 }, { 0x1F5B, 0x1F5B, 0x1F53 }, { 0x1F5D, 0x1F5D, 0x1F55 }, { 0x1F5F, 0x1F5F, 0x1F57 }, { 0x1F60, 0x1F68, 0x1F60 }, { 0x1F61, 0x1F69, 0x1F61 }, { 0x1F62, 0x1F6A, 0x1F62 }, { 0x1F63, 0x1F6B, 0x1F63 }, { 0x1F64, 0x1F6C, 0x1F64 }, { 0x1F65, 0x1F6D, 0x1F65 }, { 0x1F66, 0x1F6E, 0x1F66 }, { 0x1F67, 0x1F6F, 0x1F67 }, { 0x1F68, 0x1F68, 0x1F60 }, { 0x1F69, 0x1F69, 0x1F61 }, { 0x1F6A, 0x1F6A, 0x1F62 }, { 0x1F6B, 0x1F6B, 0x1F63 }, { 0x1F6C, 0x1F6C, 0x1F64 }, { 0x1F6D, 0x1F6D, 0x1F65 }, { 0x1F6E, 0x1F6E, 0x1F66 }, { 0x1F6F, 0x1F6F, 0x1F67 }, { 0x1F70, 0x1FBA, 0x1F70 }, { 0x1F71, 0x1FBB, 0x1F71 }, { 0x1F72, 0x1FC8, 0x1F72 }, { 0x1F73, 0x1FC9, 0x1F73 }, { 0x1F74, 0x1FCA, 0x1F74 }, { 0x1F75, 0x1FCB, 0x1F75 }, { 0x1F76, 0x1FDA, 0x1F76 }, { 0x1F77, 0x1FDB, 0x1F77 }, { 0x1F78, 0x1FF8, 0x1F78 }, { 0x1F79, 0x1FF9, 0x1F79 }, { 0x1F7A, 0x1FEA, 0x1F7A }, { 0x1F7B, 0x1FEB, 0x1F7B }, { 0x1F7C, 0x1FFA, 0x1F7C }, { 0x1F7D, 0x1FFB, 0x1F7D }, { 0x1F80, 0x1F88, 0x1F80 }, { 0x1F81, 0x1F89, 0x1F81 }, { 0x1F82, 0x1F8A, 0x1F82 }, { 0x1F83, 0x1F8B, 0x1F83 }, { 0x1F84, 0x1F8C, 0x1F84 }, { 0x1F85, 0x1F8D, 0x1F85 }, { 0x1F86, 0x1F8E, 0x1F86 }, { 0x1F87, 0x1F8F, 0x1F87 }, { 0x1F88, 0x1F88, 0x1F80 }, { 0x1F89, 0x1F89, 0x1F81 }, { 0x1F8A, 0x1F8A, 0x1F82 }, { 0x1F8B, 0x1F8B, 0x1F83 }, { 0x1F8C, 0x1F8C, 0x1F84 }, { 0x1F8D, 0x1F8D, 0x1F85 }, { 0x1F8E, 0x1F8E, 0x1F86 }, { 0x1F8F, 0x1F8F, 0x1F87 }, { 0x1F90, 0x1F98, 0x1F90 }, { 0x1F91, 0x1F99, 0x1F91 }, { 0x1F92, 0x1F9A, 0x1F92 }, { 0x1F93, 0x1F9B, 0x1F93 }, { 0x1F94, 0x1F9C, 0x1F94 }, { 0x1F95, 0x1F9D, 0x1F95 }, { 0x1F96, 0x1F9E, 0x1F96 }, { 0x1F97, 0x1F9F, 0x1F97 }, { 0x1F98, 0x1F98, 0x1F90 }, { 0x1F99, 0x1F99, 0x1F91 }, { 0x1F9A, 0x1F9A, 0x1F92 }, { 0x1F9B, 0x1F9B, 0x1F93 }, { 0x1F9C, 0x1F9C, 0x1F94 }, { 0x1F9D, 0x1F9D, 0x1F95 }, { 0x1F9E, 0x1F9E, 0x1F96 }, { 0x1F9F, 0x1F9F, 0x1F97 }, { 0x1FA0, 0x1FA8, 0x1FA0 }, { 0x1FA1, 0x1FA9, 0x1FA1 }, { 0x1FA2, 0x1FAA, 0x1FA2 }, { 0x1FA3, 0x1FAB, 0x1FA3 }, { 0x1FA4, 0x1FAC, 0x1FA4 }, { 0x1FA5, 0x1FAD, 0x1FA5 }, { 0x1FA6, 0x1FAE, 0x1FA6 }, { 0x1FA7, 0x1FAF, 0x1FA7 }, { 0x1FA8, 0x1FA8, 0x1FA0 }, { 0x1FA9, 0x1FA9, 0x1FA1 }, { 0x1FAA, 0x1FAA, 0x1FA2 }, { 0x1FAB, 0x1FAB, 0x1FA3 }, { 0x1FAC, 0x1FAC, 0x1FA4 }, { 0x1FAD, 0x1FAD, 0x1FA5 }, { 0x1FAE, 0x1FAE, 0x1FA6 }, { 0x1FAF, 0x1FAF, 0x1FA7 }, { 0x1FB0, 0x1FB8, 0x1FB0 }, { 0x1FB1, 0x1FB9, 0x1FB1 }, { 0x1FB2, 0x1FB2, 0x1FB2 }, { 0x1FB3, 0x1FBC, 0x1FB3 }, { 0x1FB4, 0x1FB4, 0x1FB4 }, { 0x1FB6, 0x1FB6, 0x1FB6 }, { 0x1FB7, 0x1FB7, 0x1FB7 }, { 0x1FB8, 0x1FB8, 0x1FB0 }, { 0x1FB9, 0x1FB9, 0x1FB1 }, { 0x1FBA, 0x1FBA, 0x1F70 }, { 0x1FBB, 0x1FBB, 0x1F71 }, { 0x1FBC, 0x1FBC, 0x1FB3 }, { 0x1FBE, 0x0399, 0x1FBE }, { 0x1FC2, 0x1FC2, 0x1FC2 }, { 0x1FC3, 0x1FCC, 0x1FC3 }, { 0x1FC4, 0x1FC4, 0x1FC4 }, { 0x1FC6, 0x1FC6, 0x1FC6 }, { 0x1FC7, 0x1FC7, 0x1FC7 }, { 0x1FC8, 0x1FC8, 0x1F72 }, { 0x1FC9, 0x1FC9, 0x1F73 }, { 0x1FCA, 0x1FCA, 0x1F74 }, { 0x1FCB, 0x1FCB, 0x1F75 }, { 0x1FCC, 0x1FCC, 0x1FC3 }, { 0x1FD0, 0x1FD8, 0x1FD0 }, { 0x1FD1, 0x1FD9, 0x1FD1 }, { 0x1FD2, 0x1FD2, 0x1FD2 }, { 0x1FD3, 0x1FD3, 0x1FD3 }, { 0x1FD6, 0x1FD6, 0x1FD6 }, { 0x1FD7, 0x1FD7, 0x1FD7 }, { 0x1FD8, 0x1FD8, 0x1FD0 }, { 0x1FD9, 0x1FD9, 0x1FD1 }, { 0x1FDA, 0x1FDA, 0x1F76 }, { 0x1FDB, 0x1FDB, 0x1F77 }, { 0x1FE0, 0x1FE8, 0x1FE0 }, { 0x1FE1, 0x1FE9, 0x1FE1 }, { 0x1FE2, 0x1FE2, 0x1FE2 }, { 0x1FE3, 0x1FE3, 0x1FE3 }, { 0x1FE4, 0x1FE4, 0x1FE4 }, { 0x1FE5, 0x1FEC, 0x1FE5 }, { 0x1FE6, 0x1FE6, 0x1FE6 }, { 0x1FE7, 0x1FE7, 0x1FE7 }, { 0x1FE8, 0x1FE8, 0x1FE0 }, { 0x1FE9, 0x1FE9, 0x1FE1 }, { 0x1FEA, 0x1FEA, 0x1F7A }, { 0x1FEB, 0x1FEB, 0x1F7B }, { 0x1FEC, 0x1FEC, 0x1FE5 }, { 0x1FF2, 0x1FF2, 0x1FF2 }, { 0x1FF3, 0x1FFC, 0x1FF3 }, { 0x1FF4, 0x1FF4, 0x1FF4 }, { 0x1FF6, 0x1FF6, 0x1FF6 }, { 0x1FF7, 0x1FF7, 0x1FF7 }, { 0x1FF8, 0x1FF8, 0x1F78 }, { 0x1FF9, 0x1FF9, 0x1F79 }, { 0x1FFA, 0x1FFA, 0x1F7C }, { 0x1FFB, 0x1FFB, 0x1F7D }, { 0x1FFC, 0x1FFC, 0x1FF3 }, { 0x2071, 0x2071, 0x2071 }, { 0x207F, 0x207F, 0x207F }, { 0x2090, 0x2090, 0x2090 }, { 0x2091, 0x2091, 0x2091 }, { 0x2092, 0x2092, 0x2092 }, { 0x2093, 0x2093, 0x2093 }, { 0x2094, 0x2094, 0x2094 }, { 0x20D0, 0x20D0, 0x20D0 }, { 0x20D1, 0x20D1, 0x20D1 }, { 0x20D2, 0x20D2, 0x20D2 }, { 0x20D3, 0x20D3, 0x20D3 }, { 0x20D4, 0x20D4, 0x20D4 }, { 0x20D5, 0x20D5, 0x20D5 }, { 0x20D6, 0x20D6, 0x20D6 }, { 0x20D7, 0x20D7, 0x20D7 }, { 0x20D8, 0x20D8, 0x20D8 }, { 0x20D9, 0x20D9, 0x20D9 }, { 0x20DA, 0x20DA, 0x20DA }, { 0x20DB, 0x20DB, 0x20DB }, { 0x20DC, 0x20DC, 0x20DC }, { 0x20E1, 0x20E1, 0x20E1 }, { 0x20E5, 0x20E5, 0x20E5 }, { 0x20E6, 0x20E6, 0x20E6 }, { 0x20E7, 0x20E7, 0x20E7 }, { 0x20E8, 0x20E8, 0x20E8 }, { 0x20E9, 0x20E9, 0x20E9 }, { 0x20EA, 0x20EA, 0x20EA }, { 0x20EB, 0x20EB, 0x20EB }, { 0x2102, 0x2102, 0x2102 }, { 0x2107, 0x2107, 0x2107 }, { 0x210A, 0x210A, 0x210A }, { 0x210B, 0x210B, 0x210B }, { 0x210C, 0x210C, 0x210C }, { 0x210D, 0x210D, 0x210D }, { 0x210E, 0x210E, 0x210E }, { 0x210F, 0x210F, 0x210F }, { 0x2110, 0x2110, 0x2110 }, { 0x2111, 0x2111, 0x2111 }, { 0x2112, 0x2112, 0x2112 }, { 0x2113, 0x2113, 0x2113 }, { 0x2115, 0x2115, 0x2115 }, { 0x2119, 0x2119, 0x2119 }, { 0x211A, 0x211A, 0x211A }, { 0x211B, 0x211B, 0x211B }, { 0x211C, 0x211C, 0x211C }, { 0x211D, 0x211D, 0x211D }, { 0x2124, 0x2124, 0x2124 }, { 0x2126, 0x2126, 0x03C9 }, { 0x2128, 0x2128, 0x2128 }, { 0x212A, 0x212A, 0x006B }, { 0x212B, 0x212B, 0x00E5 }, { 0x212C, 0x212C, 0x212C }, { 0x212D, 0x212D, 0x212D }, { 0x212F, 0x212F, 0x212F }, { 0x2130, 0x2130, 0x2130 }, { 0x2131, 0x2131, 0x2131 }, { 0x2133, 0x2133, 0x2133 }, { 0x2134, 0x2134, 0x2134 }, { 0x2135, 0x2135, 0x2135 }, { 0x2136, 0x2136, 0x2136 }, { 0x2137, 0x2137, 0x2137 }, { 0x2138, 0x2138, 0x2138 }, { 0x2139, 0x2139, 0x2139 }, { 0x213C, 0x213C, 0x213C }, { 0x213D, 0x213D, 0x213D }, { 0x213E, 0x213E, 0x213E }, { 0x213F, 0x213F, 0x213F }, { 0x2145, 0x2145, 0x2145 }, { 0x2146, 0x2146, 0x2146 }, { 0x2147, 0x2147, 0x2147 }, { 0x2148, 0x2148, 0x2148 }, { 0x2149, 0x2149, 0x2149 }, { 0x2C00, 0x2C00, 0x2C30 }, { 0x2C01, 0x2C01, 0x2C31 }, { 0x2C02, 0x2C02, 0x2C32 }, { 0x2C03, 0x2C03, 0x2C33 }, { 0x2C04, 0x2C04, 0x2C34 }, { 0x2C05, 0x2C05, 0x2C35 }, { 0x2C06, 0x2C06, 0x2C36 }, { 0x2C07, 0x2C07, 0x2C37 }, { 0x2C08, 0x2C08, 0x2C38 }, { 0x2C09, 0x2C09, 0x2C39 }, { 0x2C0A, 0x2C0A, 0x2C3A }, { 0x2C0B, 0x2C0B, 0x2C3B }, { 0x2C0C, 0x2C0C, 0x2C3C }, { 0x2C0D, 0x2C0D, 0x2C3D }, { 0x2C0E, 0x2C0E, 0x2C3E }, { 0x2C0F, 0x2C0F, 0x2C3F }, { 0x2C10, 0x2C10, 0x2C40 }, { 0x2C11, 0x2C11, 0x2C41 }, { 0x2C12, 0x2C12, 0x2C42 }, { 0x2C13, 0x2C13, 0x2C43 }, { 0x2C14, 0x2C14, 0x2C44 }, { 0x2C15, 0x2C15, 0x2C45 }, { 0x2C16, 0x2C16, 0x2C46 }, { 0x2C17, 0x2C17, 0x2C47 }, { 0x2C18, 0x2C18, 0x2C48 }, { 0x2C19, 0x2C19, 0x2C49 }, { 0x2C1A, 0x2C1A, 0x2C4A }, { 0x2C1B, 0x2C1B, 0x2C4B }, { 0x2C1C, 0x2C1C, 0x2C4C }, { 0x2C1D, 0x2C1D, 0x2C4D }, { 0x2C1E, 0x2C1E, 0x2C4E }, { 0x2C1F, 0x2C1F, 0x2C4F }, { 0x2C20, 0x2C20, 0x2C50 }, { 0x2C21, 0x2C21, 0x2C51 }, { 0x2C22, 0x2C22, 0x2C52 }, { 0x2C23, 0x2C23, 0x2C53 }, { 0x2C24, 0x2C24, 0x2C54 }, { 0x2C25, 0x2C25, 0x2C55 }, { 0x2C26, 0x2C26, 0x2C56 }, { 0x2C27, 0x2C27, 0x2C57 }, { 0x2C28, 0x2C28, 0x2C58 }, { 0x2C29, 0x2C29, 0x2C59 }, { 0x2C2A, 0x2C2A, 0x2C5A }, { 0x2C2B, 0x2C2B, 0x2C5B }, { 0x2C2C, 0x2C2C, 0x2C5C }, { 0x2C2D, 0x2C2D, 0x2C5D }, { 0x2C2E, 0x2C2E, 0x2C5E }, { 0x2C30, 0x2C00, 0x2C30 }, { 0x2C31, 0x2C01, 0x2C31 }, { 0x2C32, 0x2C02, 0x2C32 }, { 0x2C33, 0x2C03, 0x2C33 }, { 0x2C34, 0x2C04, 0x2C34 }, { 0x2C35, 0x2C05, 0x2C35 }, { 0x2C36, 0x2C06, 0x2C36 }, { 0x2C37, 0x2C07, 0x2C37 }, { 0x2C38, 0x2C08, 0x2C38 }, { 0x2C39, 0x2C09, 0x2C39 }, { 0x2C3A, 0x2C0A, 0x2C3A }, { 0x2C3B, 0x2C0B, 0x2C3B }, { 0x2C3C, 0x2C0C, 0x2C3C }, { 0x2C3D, 0x2C0D, 0x2C3D }, { 0x2C3E, 0x2C0E, 0x2C3E }, { 0x2C3F, 0x2C0F, 0x2C3F }, { 0x2C40, 0x2C10, 0x2C40 }, { 0x2C41, 0x2C11, 0x2C41 }, { 0x2C42, 0x2C12, 0x2C42 }, { 0x2C43, 0x2C13, 0x2C43 }, { 0x2C44, 0x2C14, 0x2C44 }, { 0x2C45, 0x2C15, 0x2C45 }, { 0x2C46, 0x2C16, 0x2C46 }, { 0x2C47, 0x2C17, 0x2C47 }, { 0x2C48, 0x2C18, 0x2C48 }, { 0x2C49, 0x2C19, 0x2C49 }, { 0x2C4A, 0x2C1A, 0x2C4A }, { 0x2C4B, 0x2C1B, 0x2C4B }, { 0x2C4C, 0x2C1C, 0x2C4C }, { 0x2C4D, 0x2C1D, 0x2C4D }, { 0x2C4E, 0x2C1E, 0x2C4E }, { 0x2C4F, 0x2C1F, 0x2C4F }, { 0x2C50, 0x2C20, 0x2C50 }, { 0x2C51, 0x2C21, 0x2C51 }, { 0x2C52, 0x2C22, 0x2C52 }, { 0x2C53, 0x2C23, 0x2C53 }, { 0x2C54, 0x2C24, 0x2C54 }, { 0x2C55, 0x2C25, 0x2C55 }, { 0x2C56, 0x2C26, 0x2C56 }, { 0x2C57, 0x2C27, 0x2C57 }, { 0x2C58, 0x2C28, 0x2C58 }, { 0x2C59, 0x2C29, 0x2C59 }, { 0x2C5A, 0x2C2A, 0x2C5A }, { 0x2C5B, 0x2C2B, 0x2C5B }, { 0x2C5C, 0x2C2C, 0x2C5C }, { 0x2C5D, 0x2C2D, 0x2C5D }, { 0x2C5E, 0x2C2E, 0x2C5E }, { 0x2C80, 0x2C80, 0x2C81 }, { 0x2C81, 0x2C80, 0x2C81 }, { 0x2C82, 0x2C82, 0x2C83 }, { 0x2C83, 0x2C82, 0x2C83 }, { 0x2C84, 0x2C84, 0x2C85 }, { 0x2C85, 0x2C84, 0x2C85 }, { 0x2C86, 0x2C86, 0x2C87 }, { 0x2C87, 0x2C86, 0x2C87 }, { 0x2C88, 0x2C88, 0x2C89 }, { 0x2C89, 0x2C88, 0x2C89 }, { 0x2C8A, 0x2C8A, 0x2C8B }, { 0x2C8B, 0x2C8A, 0x2C8B }, { 0x2C8C, 0x2C8C, 0x2C8D }, { 0x2C8D, 0x2C8C, 0x2C8D }, { 0x2C8E, 0x2C8E, 0x2C8F }, { 0x2C8F, 0x2C8E, 0x2C8F }, { 0x2C90, 0x2C90, 0x2C91 }, { 0x2C91, 0x2C90, 0x2C91 }, { 0x2C92, 0x2C92, 0x2C93 }, { 0x2C93, 0x2C92, 0x2C93 }, { 0x2C94, 0x2C94, 0x2C95 }, { 0x2C95, 0x2C94, 0x2C95 }, { 0x2C96, 0x2C96, 0x2C97 }, { 0x2C97, 0x2C96, 0x2C97 }, { 0x2C98, 0x2C98, 0x2C99 }, { 0x2C99, 0x2C98, 0x2C99 }, { 0x2C9A, 0x2C9A, 0x2C9B }, { 0x2C9B, 0x2C9A, 0x2C9B }, { 0x2C9C, 0x2C9C, 0x2C9D }, { 0x2C9D, 0x2C9C, 0x2C9D }, { 0x2C9E, 0x2C9E, 0x2C9F }, { 0x2C9F, 0x2C9E, 0x2C9F }, { 0x2CA0, 0x2CA0, 0x2CA1 }, { 0x2CA1, 0x2CA0, 0x2CA1 }, { 0x2CA2, 0x2CA2, 0x2CA3 }, { 0x2CA3, 0x2CA2, 0x2CA3 }, { 0x2CA4, 0x2CA4, 0x2CA5 }, { 0x2CA5, 0x2CA4, 0x2CA5 }, { 0x2CA6, 0x2CA6, 0x2CA7 }, { 0x2CA7, 0x2CA6, 0x2CA7 }, { 0x2CA8, 0x2CA8, 0x2CA9 }, { 0x2CA9, 0x2CA8, 0x2CA9 }, { 0x2CAA, 0x2CAA, 0x2CAB }, { 0x2CAB, 0x2CAA, 0x2CAB }, { 0x2CAC, 0x2CAC, 0x2CAD }, { 0x2CAD, 0x2CAC, 0x2CAD }, { 0x2CAE, 0x2CAE, 0x2CAF }, { 0x2CAF, 0x2CAE, 0x2CAF }, { 0x2CB0, 0x2CB0, 0x2CB1 }, { 0x2CB1, 0x2CB0, 0x2CB1 }, { 0x2CB2, 0x2CB2, 0x2CB3 }, { 0x2CB3, 0x2CB2, 0x2CB3 }, { 0x2CB4, 0x2CB4, 0x2CB5 }, { 0x2CB5, 0x2CB4, 0x2CB5 }, { 0x2CB6, 0x2CB6, 0x2CB7 }, { 0x2CB7, 0x2CB6, 0x2CB7 }, { 0x2CB8, 0x2CB8, 0x2CB9 }, { 0x2CB9, 0x2CB8, 0x2CB9 }, { 0x2CBA, 0x2CBA, 0x2CBB }, { 0x2CBB, 0x2CBA, 0x2CBB }, { 0x2CBC, 0x2CBC, 0x2CBD }, { 0x2CBD, 0x2CBC, 0x2CBD }, { 0x2CBE, 0x2CBE, 0x2CBF }, { 0x2CBF, 0x2CBE, 0x2CBF }, { 0x2CC0, 0x2CC0, 0x2CC1 }, { 0x2CC1, 0x2CC0, 0x2CC1 }, { 0x2CC2, 0x2CC2, 0x2CC3 }, { 0x2CC3, 0x2CC2, 0x2CC3 }, { 0x2CC4, 0x2CC4, 0x2CC5 }, { 0x2CC5, 0x2CC4, 0x2CC5 }, { 0x2CC6, 0x2CC6, 0x2CC7 }, { 0x2CC7, 0x2CC6, 0x2CC7 }, { 0x2CC8, 0x2CC8, 0x2CC9 }, { 0x2CC9, 0x2CC8, 0x2CC9 }, { 0x2CCA, 0x2CCA, 0x2CCB }, { 0x2CCB, 0x2CCA, 0x2CCB }, { 0x2CCC, 0x2CCC, 0x2CCD }, { 0x2CCD, 0x2CCC, 0x2CCD }, { 0x2CCE, 0x2CCE, 0x2CCF }, { 0x2CCF, 0x2CCE, 0x2CCF }, { 0x2CD0, 0x2CD0, 0x2CD1 }, { 0x2CD1, 0x2CD0, 0x2CD1 }, { 0x2CD2, 0x2CD2, 0x2CD3 }, { 0x2CD3, 0x2CD2, 0x2CD3 }, { 0x2CD4, 0x2CD4, 0x2CD5 }, { 0x2CD5, 0x2CD4, 0x2CD5 }, { 0x2CD6, 0x2CD6, 0x2CD7 }, { 0x2CD7, 0x2CD6, 0x2CD7 }, { 0x2CD8, 0x2CD8, 0x2CD9 }, { 0x2CD9, 0x2CD8, 0x2CD9 }, { 0x2CDA, 0x2CDA, 0x2CDB }, { 0x2CDB, 0x2CDA, 0x2CDB }, { 0x2CDC, 0x2CDC, 0x2CDD }, { 0x2CDD, 0x2CDC, 0x2CDD }, { 0x2CDE, 0x2CDE, 0x2CDF }, { 0x2CDF, 0x2CDE, 0x2CDF }, { 0x2CE0, 0x2CE0, 0x2CE1 }, { 0x2CE1, 0x2CE0, 0x2CE1 }, { 0x2CE2, 0x2CE2, 0x2CE3 }, { 0x2CE3, 0x2CE2, 0x2CE3 }, { 0x2CE4, 0x2CE4, 0x2CE4 }, { 0x2D00, 0x10A0, 0x2D00 }, { 0x2D01, 0x10A1, 0x2D01 }, { 0x2D02, 0x10A2, 0x2D02 }, { 0x2D03, 0x10A3, 0x2D03 }, { 0x2D04, 0x10A4, 0x2D04 }, { 0x2D05, 0x10A5, 0x2D05 }, { 0x2D06, 0x10A6, 0x2D06 }, { 0x2D07, 0x10A7, 0x2D07 }, { 0x2D08, 0x10A8, 0x2D08 }, { 0x2D09, 0x10A9, 0x2D09 }, { 0x2D0A, 0x10AA, 0x2D0A }, { 0x2D0B, 0x10AB, 0x2D0B }, { 0x2D0C, 0x10AC, 0x2D0C }, { 0x2D0D, 0x10AD, 0x2D0D }, { 0x2D0E, 0x10AE, 0x2D0E }, { 0x2D0F, 0x10AF, 0x2D0F }, { 0x2D10, 0x10B0, 0x2D10 }, { 0x2D11, 0x10B1, 0x2D11 }, { 0x2D12, 0x10B2, 0x2D12 }, { 0x2D13, 0x10B3, 0x2D13 }, { 0x2D14, 0x10B4, 0x2D14 }, { 0x2D15, 0x10B5, 0x2D15 }, { 0x2D16, 0x10B6, 0x2D16 }, { 0x2D17, 0x10B7, 0x2D17 }, { 0x2D18, 0x10B8, 0x2D18 }, { 0x2D19, 0x10B9, 0x2D19 }, { 0x2D1A, 0x10BA, 0x2D1A }, { 0x2D1B, 0x10BB, 0x2D1B }, { 0x2D1C, 0x10BC, 0x2D1C }, { 0x2D1D, 0x10BD, 0x2D1D }, { 0x2D1E, 0x10BE, 0x2D1E }, { 0x2D1F, 0x10BF, 0x2D1F }, { 0x2D20, 0x10C0, 0x2D20 }, { 0x2D21, 0x10C1, 0x2D21 }, { 0x2D22, 0x10C2, 0x2D22 }, { 0x2D23, 0x10C3, 0x2D23 }, { 0x2D24, 0x10C4, 0x2D24 }, { 0x2D25, 0x10C5, 0x2D25 }, { 0x2D30, 0x2D30, 0x2D30 }, { 0x2D31, 0x2D31, 0x2D31 }, { 0x2D32, 0x2D32, 0x2D32 }, { 0x2D33, 0x2D33, 0x2D33 }, { 0x2D34, 0x2D34, 0x2D34 }, { 0x2D35, 0x2D35, 0x2D35 }, { 0x2D36, 0x2D36, 0x2D36 }, { 0x2D37, 0x2D37, 0x2D37 }, { 0x2D38, 0x2D38, 0x2D38 }, { 0x2D39, 0x2D39, 0x2D39 }, { 0x2D3A, 0x2D3A, 0x2D3A }, { 0x2D3B, 0x2D3B, 0x2D3B }, { 0x2D3C, 0x2D3C, 0x2D3C }, { 0x2D3D, 0x2D3D, 0x2D3D }, { 0x2D3E, 0x2D3E, 0x2D3E }, { 0x2D3F, 0x2D3F, 0x2D3F }, { 0x2D40, 0x2D40, 0x2D40 }, { 0x2D41, 0x2D41, 0x2D41 }, { 0x2D42, 0x2D42, 0x2D42 }, { 0x2D43, 0x2D43, 0x2D43 }, { 0x2D44, 0x2D44, 0x2D44 }, { 0x2D45, 0x2D45, 0x2D45 }, { 0x2D46, 0x2D46, 0x2D46 }, { 0x2D47, 0x2D47, 0x2D47 }, { 0x2D48, 0x2D48, 0x2D48 }, { 0x2D49, 0x2D49, 0x2D49 }, { 0x2D4A, 0x2D4A, 0x2D4A }, { 0x2D4B, 0x2D4B, 0x2D4B }, { 0x2D4C, 0x2D4C, 0x2D4C }, { 0x2D4D, 0x2D4D, 0x2D4D }, { 0x2D4E, 0x2D4E, 0x2D4E }, { 0x2D4F, 0x2D4F, 0x2D4F }, { 0x2D50, 0x2D50, 0x2D50 }, { 0x2D51, 0x2D51, 0x2D51 }, { 0x2D52, 0x2D52, 0x2D52 }, { 0x2D53, 0x2D53, 0x2D53 }, { 0x2D54, 0x2D54, 0x2D54 }, { 0x2D55, 0x2D55, 0x2D55 }, { 0x2D56, 0x2D56, 0x2D56 }, { 0x2D57, 0x2D57, 0x2D57 }, { 0x2D58, 0x2D58, 0x2D58 }, { 0x2D59, 0x2D59, 0x2D59 }, { 0x2D5A, 0x2D5A, 0x2D5A }, { 0x2D5B, 0x2D5B, 0x2D5B }, { 0x2D5C, 0x2D5C, 0x2D5C }, { 0x2D5D, 0x2D5D, 0x2D5D }, { 0x2D5E, 0x2D5E, 0x2D5E }, { 0x2D5F, 0x2D5F, 0x2D5F }, { 0x2D60, 0x2D60, 0x2D60 }, { 0x2D61, 0x2D61, 0x2D61 }, { 0x2D62, 0x2D62, 0x2D62 }, { 0x2D63, 0x2D63, 0x2D63 }, { 0x2D64, 0x2D64, 0x2D64 }, { 0x2D65, 0x2D65, 0x2D65 }, { 0x2D6F, 0x2D6F, 0x2D6F }, { 0x2D80, 0x2D80, 0x2D80 }, { 0x2D81, 0x2D81, 0x2D81 }, { 0x2D82, 0x2D82, 0x2D82 }, { 0x2D83, 0x2D83, 0x2D83 }, { 0x2D84, 0x2D84, 0x2D84 }, { 0x2D85, 0x2D85, 0x2D85 }, { 0x2D86, 0x2D86, 0x2D86 }, { 0x2D87, 0x2D87, 0x2D87 }, { 0x2D88, 0x2D88, 0x2D88 }, { 0x2D89, 0x2D89, 0x2D89 }, { 0x2D8A, 0x2D8A, 0x2D8A }, { 0x2D8B, 0x2D8B, 0x2D8B }, { 0x2D8C, 0x2D8C, 0x2D8C }, { 0x2D8D, 0x2D8D, 0x2D8D }, { 0x2D8E, 0x2D8E, 0x2D8E }, { 0x2D8F, 0x2D8F, 0x2D8F }, { 0x2D90, 0x2D90, 0x2D90 }, { 0x2D91, 0x2D91, 0x2D91 }, { 0x2D92, 0x2D92, 0x2D92 }, { 0x2D93, 0x2D93, 0x2D93 }, { 0x2D94, 0x2D94, 0x2D94 }, { 0x2D95, 0x2D95, 0x2D95 }, { 0x2D96, 0x2D96, 0x2D96 }, { 0x2DA0, 0x2DA0, 0x2DA0 }, { 0x2DA1, 0x2DA1, 0x2DA1 }, { 0x2DA2, 0x2DA2, 0x2DA2 }, { 0x2DA3, 0x2DA3, 0x2DA3 }, { 0x2DA4, 0x2DA4, 0x2DA4 }, { 0x2DA5, 0x2DA5, 0x2DA5 }, { 0x2DA6, 0x2DA6, 0x2DA6 }, { 0x2DA8, 0x2DA8, 0x2DA8 }, { 0x2DA9, 0x2DA9, 0x2DA9 }, { 0x2DAA, 0x2DAA, 0x2DAA }, { 0x2DAB, 0x2DAB, 0x2DAB }, { 0x2DAC, 0x2DAC, 0x2DAC }, { 0x2DAD, 0x2DAD, 0x2DAD }, { 0x2DAE, 0x2DAE, 0x2DAE }, { 0x2DB0, 0x2DB0, 0x2DB0 }, { 0x2DB1, 0x2DB1, 0x2DB1 }, { 0x2DB2, 0x2DB2, 0x2DB2 }, { 0x2DB3, 0x2DB3, 0x2DB3 }, { 0x2DB4, 0x2DB4, 0x2DB4 }, { 0x2DB5, 0x2DB5, 0x2DB5 }, { 0x2DB6, 0x2DB6, 0x2DB6 }, { 0x2DB8, 0x2DB8, 0x2DB8 }, { 0x2DB9, 0x2DB9, 0x2DB9 }, { 0x2DBA, 0x2DBA, 0x2DBA }, { 0x2DBB, 0x2DBB, 0x2DBB }, { 0x2DBC, 0x2DBC, 0x2DBC }, { 0x2DBD, 0x2DBD, 0x2DBD }, { 0x2DBE, 0x2DBE, 0x2DBE }, { 0x2DC0, 0x2DC0, 0x2DC0 }, { 0x2DC1, 0x2DC1, 0x2DC1 }, { 0x2DC2, 0x2DC2, 0x2DC2 }, { 0x2DC3, 0x2DC3, 0x2DC3 }, { 0x2DC4, 0x2DC4, 0x2DC4 }, { 0x2DC5, 0x2DC5, 0x2DC5 }, { 0x2DC6, 0x2DC6, 0x2DC6 }, { 0x2DC8, 0x2DC8, 0x2DC8 }, { 0x2DC9, 0x2DC9, 0x2DC9 }, { 0x2DCA, 0x2DCA, 0x2DCA }, { 0x2DCB, 0x2DCB, 0x2DCB }, { 0x2DCC, 0x2DCC, 0x2DCC }, { 0x2DCD, 0x2DCD, 0x2DCD }, { 0x2DCE, 0x2DCE, 0x2DCE }, { 0x2DD0, 0x2DD0, 0x2DD0 }, { 0x2DD1, 0x2DD1, 0x2DD1 }, { 0x2DD2, 0x2DD2, 0x2DD2 }, { 0x2DD3, 0x2DD3, 0x2DD3 }, { 0x2DD4, 0x2DD4, 0x2DD4 }, { 0x2DD5, 0x2DD5, 0x2DD5 }, { 0x2DD6, 0x2DD6, 0x2DD6 }, { 0x2DD8, 0x2DD8, 0x2DD8 }, { 0x2DD9, 0x2DD9, 0x2DD9 }, { 0x2DDA, 0x2DDA, 0x2DDA }, { 0x2DDB, 0x2DDB, 0x2DDB }, { 0x2DDC, 0x2DDC, 0x2DDC }, { 0x2DDD, 0x2DDD, 0x2DDD }, { 0x2DDE, 0x2DDE, 0x2DDE }, { 0x3005, 0x3005, 0x3005 }, { 0x3006, 0x3006, 0x3006 }, { 0x302A, 0x302A, 0x302A }, { 0x302B, 0x302B, 0x302B }, { 0x302C, 0x302C, 0x302C }, { 0x302D, 0x302D, 0x302D }, { 0x302E, 0x302E, 0x302E }, { 0x302F, 0x302F, 0x302F }, { 0x3031, 0x3031, 0x3031 }, { 0x3032, 0x3032, 0x3032 }, { 0x3033, 0x3033, 0x3033 }, { 0x3034, 0x3034, 0x3034 }, { 0x3035, 0x3035, 0x3035 }, { 0x303B, 0x303B, 0x303B }, { 0x303C, 0x303C, 0x303C }, { 0x3041, 0x3041, 0x3041 }, { 0x3042, 0x3042, 0x3042 }, { 0x3043, 0x3043, 0x3043 }, { 0x3044, 0x3044, 0x3044 }, { 0x3045, 0x3045, 0x3045 }, { 0x3046, 0x3046, 0x3046 }, { 0x3047, 0x3047, 0x3047 }, { 0x3048, 0x3048, 0x3048 }, { 0x3049, 0x3049, 0x3049 }, { 0x304A, 0x304A, 0x304A }, { 0x304B, 0x304B, 0x304B }, { 0x304C, 0x304C, 0x304C }, { 0x304D, 0x304D, 0x304D }, { 0x304E, 0x304E, 0x304E }, { 0x304F, 0x304F, 0x304F }, { 0x3050, 0x3050, 0x3050 }, { 0x3051, 0x3051, 0x3051 }, { 0x3052, 0x3052, 0x3052 }, { 0x3053, 0x3053, 0x3053 }, { 0x3054, 0x3054, 0x3054 }, { 0x3055, 0x3055, 0x3055 }, { 0x3056, 0x3056, 0x3056 }, { 0x3057, 0x3057, 0x3057 }, { 0x3058, 0x3058, 0x3058 }, { 0x3059, 0x3059, 0x3059 }, { 0x305A, 0x305A, 0x305A }, { 0x305B, 0x305B, 0x305B }, { 0x305C, 0x305C, 0x305C }, { 0x305D, 0x305D, 0x305D }, { 0x305E, 0x305E, 0x305E }, { 0x305F, 0x305F, 0x305F }, { 0x3060, 0x3060, 0x3060 }, { 0x3061, 0x3061, 0x3061 }, { 0x3062, 0x3062, 0x3062 }, { 0x3063, 0x3063, 0x3063 }, { 0x3064, 0x3064, 0x3064 }, { 0x3065, 0x3065, 0x3065 }, { 0x3066, 0x3066, 0x3066 }, { 0x3067, 0x3067, 0x3067 }, { 0x3068, 0x3068, 0x3068 }, { 0x3069, 0x3069, 0x3069 }, { 0x306A, 0x306A, 0x306A }, { 0x306B, 0x306B, 0x306B }, { 0x306C, 0x306C, 0x306C }, { 0x306D, 0x306D, 0x306D }, { 0x306E, 0x306E, 0x306E }, { 0x306F, 0x306F, 0x306F }, { 0x3070, 0x3070, 0x3070 }, { 0x3071, 0x3071, 0x3071 }, { 0x3072, 0x3072, 0x3072 }, { 0x3073, 0x3073, 0x3073 }, { 0x3074, 0x3074, 0x3074 }, { 0x3075, 0x3075, 0x3075 }, { 0x3076, 0x3076, 0x3076 }, { 0x3077, 0x3077, 0x3077 }, { 0x3078, 0x3078, 0x3078 }, { 0x3079, 0x3079, 0x3079 }, { 0x307A, 0x307A, 0x307A }, { 0x307B, 0x307B, 0x307B }, { 0x307C, 0x307C, 0x307C }, { 0x307D, 0x307D, 0x307D }, { 0x307E, 0x307E, 0x307E }, { 0x307F, 0x307F, 0x307F }, { 0x3080, 0x3080, 0x3080 }, { 0x3081, 0x3081, 0x3081 }, { 0x3082, 0x3082, 0x3082 }, { 0x3083, 0x3083, 0x3083 }, { 0x3084, 0x3084, 0x3084 }, { 0x3085, 0x3085, 0x3085 }, { 0x3086, 0x3086, 0x3086 }, { 0x3087, 0x3087, 0x3087 }, { 0x3088, 0x3088, 0x3088 }, { 0x3089, 0x3089, 0x3089 }, { 0x308A, 0x308A, 0x308A }, { 0x308B, 0x308B, 0x308B }, { 0x308C, 0x308C, 0x308C }, { 0x308D, 0x308D, 0x308D }, { 0x308E, 0x308E, 0x308E }, { 0x308F, 0x308F, 0x308F }, { 0x3090, 0x3090, 0x3090 }, { 0x3091, 0x3091, 0x3091 }, { 0x3092, 0x3092, 0x3092 }, { 0x3093, 0x3093, 0x3093 }, { 0x3094, 0x3094, 0x3094 }, { 0x3095, 0x3095, 0x3095 }, { 0x3096, 0x3096, 0x3096 }, { 0x3099, 0x3099, 0x3099 }, { 0x309A, 0x309A, 0x309A }, { 0x309D, 0x309D, 0x309D }, { 0x309E, 0x309E, 0x309E }, { 0x309F, 0x309F, 0x309F }, { 0x30A1, 0x30A1, 0x30A1 }, { 0x30A2, 0x30A2, 0x30A2 }, { 0x30A3, 0x30A3, 0x30A3 }, { 0x30A4, 0x30A4, 0x30A4 }, { 0x30A5, 0x30A5, 0x30A5 }, { 0x30A6, 0x30A6, 0x30A6 }, { 0x30A7, 0x30A7, 0x30A7 }, { 0x30A8, 0x30A8, 0x30A8 }, { 0x30A9, 0x30A9, 0x30A9 }, { 0x30AA, 0x30AA, 0x30AA }, { 0x30AB, 0x30AB, 0x30AB }, { 0x30AC, 0x30AC, 0x30AC }, { 0x30AD, 0x30AD, 0x30AD }, { 0x30AE, 0x30AE, 0x30AE }, { 0x30AF, 0x30AF, 0x30AF }, { 0x30B0, 0x30B0, 0x30B0 }, { 0x30B1, 0x30B1, 0x30B1 }, { 0x30B2, 0x30B2, 0x30B2 }, { 0x30B3, 0x30B3, 0x30B3 }, { 0x30B4, 0x30B4, 0x30B4 }, { 0x30B5, 0x30B5, 0x30B5 }, { 0x30B6, 0x30B6, 0x30B6 }, { 0x30B7, 0x30B7, 0x30B7 }, { 0x30B8, 0x30B8, 0x30B8 }, { 0x30B9, 0x30B9, 0x30B9 }, { 0x30BA, 0x30BA, 0x30BA }, { 0x30BB, 0x30BB, 0x30BB }, { 0x30BC, 0x30BC, 0x30BC }, { 0x30BD, 0x30BD, 0x30BD }, { 0x30BE, 0x30BE, 0x30BE }, { 0x30BF, 0x30BF, 0x30BF }, { 0x30C0, 0x30C0, 0x30C0 }, { 0x30C1, 0x30C1, 0x30C1 }, { 0x30C2, 0x30C2, 0x30C2 }, { 0x30C3, 0x30C3, 0x30C3 }, { 0x30C4, 0x30C4, 0x30C4 }, { 0x30C5, 0x30C5, 0x30C5 }, { 0x30C6, 0x30C6, 0x30C6 }, { 0x30C7, 0x30C7, 0x30C7 }, { 0x30C8, 0x30C8, 0x30C8 }, { 0x30C9, 0x30C9, 0x30C9 }, { 0x30CA, 0x30CA, 0x30CA }, { 0x30CB, 0x30CB, 0x30CB }, { 0x30CC, 0x30CC, 0x30CC }, { 0x30CD, 0x30CD, 0x30CD }, { 0x30CE, 0x30CE, 0x30CE }, { 0x30CF, 0x30CF, 0x30CF }, { 0x30D0, 0x30D0, 0x30D0 }, { 0x30D1, 0x30D1, 0x30D1 }, { 0x30D2, 0x30D2, 0x30D2 }, { 0x30D3, 0x30D3, 0x30D3 }, { 0x30D4, 0x30D4, 0x30D4 }, { 0x30D5, 0x30D5, 0x30D5 }, { 0x30D6, 0x30D6, 0x30D6 }, { 0x30D7, 0x30D7, 0x30D7 }, { 0x30D8, 0x30D8, 0x30D8 }, { 0x30D9, 0x30D9, 0x30D9 }, { 0x30DA, 0x30DA, 0x30DA }, { 0x30DB, 0x30DB, 0x30DB }, { 0x30DC, 0x30DC, 0x30DC }, { 0x30DD, 0x30DD, 0x30DD }, { 0x30DE, 0x30DE, 0x30DE }, { 0x30DF, 0x30DF, 0x30DF }, { 0x30E0, 0x30E0, 0x30E0 }, { 0x30E1, 0x30E1, 0x30E1 }, { 0x30E2, 0x30E2, 0x30E2 }, { 0x30E3, 0x30E3, 0x30E3 }, { 0x30E4, 0x30E4, 0x30E4 }, { 0x30E5, 0x30E5, 0x30E5 }, { 0x30E6, 0x30E6, 0x30E6 }, { 0x30E7, 0x30E7, 0x30E7 }, { 0x30E8, 0x30E8, 0x30E8 }, { 0x30E9, 0x30E9, 0x30E9 }, { 0x30EA, 0x30EA, 0x30EA }, { 0x30EB, 0x30EB, 0x30EB }, { 0x30EC, 0x30EC, 0x30EC }, { 0x30ED, 0x30ED, 0x30ED }, { 0x30EE, 0x30EE, 0x30EE }, { 0x30EF, 0x30EF, 0x30EF }, { 0x30F0, 0x30F0, 0x30F0 }, { 0x30F1, 0x30F1, 0x30F1 }, { 0x30F2, 0x30F2, 0x30F2 }, { 0x30F3, 0x30F3, 0x30F3 }, { 0x30F4, 0x30F4, 0x30F4 }, { 0x30F5, 0x30F5, 0x30F5 }, { 0x30F6, 0x30F6, 0x30F6 }, { 0x30F7, 0x30F7, 0x30F7 }, { 0x30F8, 0x30F8, 0x30F8 }, { 0x30F9, 0x30F9, 0x30F9 }, { 0x30FA, 0x30FA, 0x30FA }, { 0x30FC, 0x30FC, 0x30FC }, { 0x30FD, 0x30FD, 0x30FD }, { 0x30FE, 0x30FE, 0x30FE }, { 0x30FF, 0x30FF, 0x30FF }, { 0x3105, 0x3105, 0x3105 }, { 0x3106, 0x3106, 0x3106 }, { 0x3107, 0x3107, 0x3107 }, { 0x3108, 0x3108, 0x3108 }, { 0x3109, 0x3109, 0x3109 }, { 0x310A, 0x310A, 0x310A }, { 0x310B, 0x310B, 0x310B }, { 0x310C, 0x310C, 0x310C }, { 0x310D, 0x310D, 0x310D }, { 0x310E, 0x310E, 0x310E }, { 0x310F, 0x310F, 0x310F }, { 0x3110, 0x3110, 0x3110 }, { 0x3111, 0x3111, 0x3111 }, { 0x3112, 0x3112, 0x3112 }, { 0x3113, 0x3113, 0x3113 }, { 0x3114, 0x3114, 0x3114 }, { 0x3115, 0x3115, 0x3115 }, { 0x3116, 0x3116, 0x3116 }, { 0x3117, 0x3117, 0x3117 }, { 0x3118, 0x3118, 0x3118 }, { 0x3119, 0x3119, 0x3119 }, { 0x311A, 0x311A, 0x311A }, { 0x311B, 0x311B, 0x311B }, { 0x311C, 0x311C, 0x311C }, { 0x311D, 0x311D, 0x311D }, { 0x311E, 0x311E, 0x311E }, { 0x311F, 0x311F, 0x311F }, { 0x3120, 0x3120, 0x3120 }, { 0x3121, 0x3121, 0x3121 }, { 0x3122, 0x3122, 0x3122 }, { 0x3123, 0x3123, 0x3123 }, { 0x3124, 0x3124, 0x3124 }, { 0x3125, 0x3125, 0x3125 }, { 0x3126, 0x3126, 0x3126 }, { 0x3127, 0x3127, 0x3127 }, { 0x3128, 0x3128, 0x3128 }, { 0x3129, 0x3129, 0x3129 }, { 0x312A, 0x312A, 0x312A }, { 0x312B, 0x312B, 0x312B }, { 0x312C, 0x312C, 0x312C }, { 0x3131, 0x3131, 0x3131 }, { 0x3132, 0x3132, 0x3132 }, { 0x3133, 0x3133, 0x3133 }, { 0x3134, 0x3134, 0x3134 }, { 0x3135, 0x3135, 0x3135 }, { 0x3136, 0x3136, 0x3136 }, { 0x3137, 0x3137, 0x3137 }, { 0x3138, 0x3138, 0x3138 }, { 0x3139, 0x3139, 0x3139 }, { 0x313A, 0x313A, 0x313A }, { 0x313B, 0x313B, 0x313B }, { 0x313C, 0x313C, 0x313C }, { 0x313D, 0x313D, 0x313D }, { 0x313E, 0x313E, 0x313E }, { 0x313F, 0x313F, 0x313F }, { 0x3140, 0x3140, 0x3140 }, { 0x3141, 0x3141, 0x3141 }, { 0x3142, 0x3142, 0x3142 }, { 0x3143, 0x3143, 0x3143 }, { 0x3144, 0x3144, 0x3144 }, { 0x3145, 0x3145, 0x3145 }, { 0x3146, 0x3146, 0x3146 }, { 0x3147, 0x3147, 0x3147 }, { 0x3148, 0x3148, 0x3148 }, { 0x3149, 0x3149, 0x3149 }, { 0x314A, 0x314A, 0x314A }, { 0x314B, 0x314B, 0x314B }, { 0x314C, 0x314C, 0x314C }, { 0x314D, 0x314D, 0x314D }, { 0x314E, 0x314E, 0x314E }, { 0x314F, 0x314F, 0x314F }, { 0x3150, 0x3150, 0x3150 }, { 0x3151, 0x3151, 0x3151 }, { 0x3152, 0x3152, 0x3152 }, { 0x3153, 0x3153, 0x3153 }, { 0x3154, 0x3154, 0x3154 }, { 0x3155, 0x3155, 0x3155 }, { 0x3156, 0x3156, 0x3156 }, { 0x3157, 0x3157, 0x3157 }, { 0x3158, 0x3158, 0x3158 }, { 0x3159, 0x3159, 0x3159 }, { 0x315A, 0x315A, 0x315A }, { 0x315B, 0x315B, 0x315B }, { 0x315C, 0x315C, 0x315C }, { 0x315D, 0x315D, 0x315D }, { 0x315E, 0x315E, 0x315E }, { 0x315F, 0x315F, 0x315F }, { 0x3160, 0x3160, 0x3160 }, { 0x3161, 0x3161, 0x3161 }, { 0x3162, 0x3162, 0x3162 }, { 0x3163, 0x3163, 0x3163 }, { 0x3164, 0x3164, 0x3164 }, { 0x3165, 0x3165, 0x3165 }, { 0x3166, 0x3166, 0x3166 }, { 0x3167, 0x3167, 0x3167 }, { 0x3168, 0x3168, 0x3168 }, { 0x3169, 0x3169, 0x3169 }, { 0x316A, 0x316A, 0x316A }, { 0x316B, 0x316B, 0x316B }, { 0x316C, 0x316C, 0x316C }, { 0x316D, 0x316D, 0x316D }, { 0x316E, 0x316E, 0x316E }, { 0x316F, 0x316F, 0x316F }, { 0x3170, 0x3170, 0x3170 }, { 0x3171, 0x3171, 0x3171 }, { 0x3172, 0x3172, 0x3172 }, { 0x3173, 0x3173, 0x3173 }, { 0x3174, 0x3174, 0x3174 }, { 0x3175, 0x3175, 0x3175 }, { 0x3176, 0x3176, 0x3176 }, { 0x3177, 0x3177, 0x3177 }, { 0x3178, 0x3178, 0x3178 }, { 0x3179, 0x3179, 0x3179 }, { 0x317A, 0x317A, 0x317A }, { 0x317B, 0x317B, 0x317B }, { 0x317C, 0x317C, 0x317C }, { 0x317D, 0x317D, 0x317D }, { 0x317E, 0x317E, 0x317E }, { 0x317F, 0x317F, 0x317F }, { 0x3180, 0x3180, 0x3180 }, { 0x3181, 0x3181, 0x3181 }, { 0x3182, 0x3182, 0x3182 }, { 0x3183, 0x3183, 0x3183 }, { 0x3184, 0x3184, 0x3184 }, { 0x3185, 0x3185, 0x3185 }, { 0x3186, 0x3186, 0x3186 }, { 0x3187, 0x3187, 0x3187 }, { 0x3188, 0x3188, 0x3188 }, { 0x3189, 0x3189, 0x3189 }, { 0x318A, 0x318A, 0x318A }, { 0x318B, 0x318B, 0x318B }, { 0x318C, 0x318C, 0x318C }, { 0x318D, 0x318D, 0x318D }, { 0x318E, 0x318E, 0x318E }, { 0x31A0, 0x31A0, 0x31A0 }, { 0x31A1, 0x31A1, 0x31A1 }, { 0x31A2, 0x31A2, 0x31A2 }, { 0x31A3, 0x31A3, 0x31A3 }, { 0x31A4, 0x31A4, 0x31A4 }, { 0x31A5, 0x31A5, 0x31A5 }, { 0x31A6, 0x31A6, 0x31A6 }, { 0x31A7, 0x31A7, 0x31A7 }, { 0x31A8, 0x31A8, 0x31A8 }, { 0x31A9, 0x31A9, 0x31A9 }, { 0x31AA, 0x31AA, 0x31AA }, { 0x31AB, 0x31AB, 0x31AB }, { 0x31AC, 0x31AC, 0x31AC }, { 0x31AD, 0x31AD, 0x31AD }, { 0x31AE, 0x31AE, 0x31AE }, { 0x31AF, 0x31AF, 0x31AF }, { 0x31B0, 0x31B0, 0x31B0 }, { 0x31B1, 0x31B1, 0x31B1 }, { 0x31B2, 0x31B2, 0x31B2 }, { 0x31B3, 0x31B3, 0x31B3 }, { 0x31B4, 0x31B4, 0x31B4 }, { 0x31B5, 0x31B5, 0x31B5 }, { 0x31B6, 0x31B6, 0x31B6 }, { 0x31B7, 0x31B7, 0x31B7 }, { 0x31F0, 0x31F0, 0x31F0 }, { 0x31F1, 0x31F1, 0x31F1 }, { 0x31F2, 0x31F2, 0x31F2 }, { 0x31F3, 0x31F3, 0x31F3 }, { 0x31F4, 0x31F4, 0x31F4 }, { 0x31F5, 0x31F5, 0x31F5 }, { 0x31F6, 0x31F6, 0x31F6 }, { 0x31F7, 0x31F7, 0x31F7 }, { 0x31F8, 0x31F8, 0x31F8 }, { 0x31F9, 0x31F9, 0x31F9 }, { 0x31FA, 0x31FA, 0x31FA }, { 0x31FB, 0x31FB, 0x31FB }, { 0x31FC, 0x31FC, 0x31FC }, { 0x31FD, 0x31FD, 0x31FD }, { 0x31FE, 0x31FE, 0x31FE }, { 0x31FF, 0x31FF, 0x31FF }, { 0x3400, 0x3400, 0x3400 }, { 0x4DB5, 0x4DB5, 0x4DB5 }, { 0x4E00, 0x4E00, 0x4E00 }, { 0x9FBB, 0x9FBB, 0x9FBB }, { 0xA000, 0xA000, 0xA000 }, { 0xA001, 0xA001, 0xA001 }, { 0xA002, 0xA002, 0xA002 }, { 0xA003, 0xA003, 0xA003 }, { 0xA004, 0xA004, 0xA004 }, { 0xA005, 0xA005, 0xA005 }, { 0xA006, 0xA006, 0xA006 }, { 0xA007, 0xA007, 0xA007 }, { 0xA008, 0xA008, 0xA008 }, { 0xA009, 0xA009, 0xA009 }, { 0xA00A, 0xA00A, 0xA00A }, { 0xA00B, 0xA00B, 0xA00B }, { 0xA00C, 0xA00C, 0xA00C }, { 0xA00D, 0xA00D, 0xA00D }, { 0xA00E, 0xA00E, 0xA00E }, { 0xA00F, 0xA00F, 0xA00F }, { 0xA010, 0xA010, 0xA010 }, { 0xA011, 0xA011, 0xA011 }, { 0xA012, 0xA012, 0xA012 }, { 0xA013, 0xA013, 0xA013 }, { 0xA014, 0xA014, 0xA014 }, { 0xA015, 0xA015, 0xA015 }, { 0xA016, 0xA016, 0xA016 }, { 0xA017, 0xA017, 0xA017 }, { 0xA018, 0xA018, 0xA018 }, { 0xA019, 0xA019, 0xA019 }, { 0xA01A, 0xA01A, 0xA01A }, { 0xA01B, 0xA01B, 0xA01B }, { 0xA01C, 0xA01C, 0xA01C }, { 0xA01D, 0xA01D, 0xA01D }, { 0xA01E, 0xA01E, 0xA01E }, { 0xA01F, 0xA01F, 0xA01F }, { 0xA020, 0xA020, 0xA020 }, { 0xA021, 0xA021, 0xA021 }, { 0xA022, 0xA022, 0xA022 }, { 0xA023, 0xA023, 0xA023 }, { 0xA024, 0xA024, 0xA024 }, { 0xA025, 0xA025, 0xA025 }, { 0xA026, 0xA026, 0xA026 }, { 0xA027, 0xA027, 0xA027 }, { 0xA028, 0xA028, 0xA028 }, { 0xA029, 0xA029, 0xA029 }, { 0xA02A, 0xA02A, 0xA02A }, { 0xA02B, 0xA02B, 0xA02B }, { 0xA02C, 0xA02C, 0xA02C }, { 0xA02D, 0xA02D, 0xA02D }, { 0xA02E, 0xA02E, 0xA02E }, { 0xA02F, 0xA02F, 0xA02F }, { 0xA030, 0xA030, 0xA030 }, { 0xA031, 0xA031, 0xA031 }, { 0xA032, 0xA032, 0xA032 }, { 0xA033, 0xA033, 0xA033 }, { 0xA034, 0xA034, 0xA034 }, { 0xA035, 0xA035, 0xA035 }, { 0xA036, 0xA036, 0xA036 }, { 0xA037, 0xA037, 0xA037 }, { 0xA038, 0xA038, 0xA038 }, { 0xA039, 0xA039, 0xA039 }, { 0xA03A, 0xA03A, 0xA03A }, { 0xA03B, 0xA03B, 0xA03B }, { 0xA03C, 0xA03C, 0xA03C }, { 0xA03D, 0xA03D, 0xA03D }, { 0xA03E, 0xA03E, 0xA03E }, { 0xA03F, 0xA03F, 0xA03F }, { 0xA040, 0xA040, 0xA040 }, { 0xA041, 0xA041, 0xA041 }, { 0xA042, 0xA042, 0xA042 }, { 0xA043, 0xA043, 0xA043 }, { 0xA044, 0xA044, 0xA044 }, { 0xA045, 0xA045, 0xA045 }, { 0xA046, 0xA046, 0xA046 }, { 0xA047, 0xA047, 0xA047 }, { 0xA048, 0xA048, 0xA048 }, { 0xA049, 0xA049, 0xA049 }, { 0xA04A, 0xA04A, 0xA04A }, { 0xA04B, 0xA04B, 0xA04B }, { 0xA04C, 0xA04C, 0xA04C }, { 0xA04D, 0xA04D, 0xA04D }, { 0xA04E, 0xA04E, 0xA04E }, { 0xA04F, 0xA04F, 0xA04F }, { 0xA050, 0xA050, 0xA050 }, { 0xA051, 0xA051, 0xA051 }, { 0xA052, 0xA052, 0xA052 }, { 0xA053, 0xA053, 0xA053 }, { 0xA054, 0xA054, 0xA054 }, { 0xA055, 0xA055, 0xA055 }, { 0xA056, 0xA056, 0xA056 }, { 0xA057, 0xA057, 0xA057 }, { 0xA058, 0xA058, 0xA058 }, { 0xA059, 0xA059, 0xA059 }, { 0xA05A, 0xA05A, 0xA05A }, { 0xA05B, 0xA05B, 0xA05B }, { 0xA05C, 0xA05C, 0xA05C }, { 0xA05D, 0xA05D, 0xA05D }, { 0xA05E, 0xA05E, 0xA05E }, { 0xA05F, 0xA05F, 0xA05F }, { 0xA060, 0xA060, 0xA060 }, { 0xA061, 0xA061, 0xA061 }, { 0xA062, 0xA062, 0xA062 }, { 0xA063, 0xA063, 0xA063 }, { 0xA064, 0xA064, 0xA064 }, { 0xA065, 0xA065, 0xA065 }, { 0xA066, 0xA066, 0xA066 }, { 0xA067, 0xA067, 0xA067 }, { 0xA068, 0xA068, 0xA068 }, { 0xA069, 0xA069, 0xA069 }, { 0xA06A, 0xA06A, 0xA06A }, { 0xA06B, 0xA06B, 0xA06B }, { 0xA06C, 0xA06C, 0xA06C }, { 0xA06D, 0xA06D, 0xA06D }, { 0xA06E, 0xA06E, 0xA06E }, { 0xA06F, 0xA06F, 0xA06F }, { 0xA070, 0xA070, 0xA070 }, { 0xA071, 0xA071, 0xA071 }, { 0xA072, 0xA072, 0xA072 }, { 0xA073, 0xA073, 0xA073 }, { 0xA074, 0xA074, 0xA074 }, { 0xA075, 0xA075, 0xA075 }, { 0xA076, 0xA076, 0xA076 }, { 0xA077, 0xA077, 0xA077 }, { 0xA078, 0xA078, 0xA078 }, { 0xA079, 0xA079, 0xA079 }, { 0xA07A, 0xA07A, 0xA07A }, { 0xA07B, 0xA07B, 0xA07B }, { 0xA07C, 0xA07C, 0xA07C }, { 0xA07D, 0xA07D, 0xA07D }, { 0xA07E, 0xA07E, 0xA07E }, { 0xA07F, 0xA07F, 0xA07F }, { 0xA080, 0xA080, 0xA080 }, { 0xA081, 0xA081, 0xA081 }, { 0xA082, 0xA082, 0xA082 }, { 0xA083, 0xA083, 0xA083 }, { 0xA084, 0xA084, 0xA084 }, { 0xA085, 0xA085, 0xA085 }, { 0xA086, 0xA086, 0xA086 }, { 0xA087, 0xA087, 0xA087 }, { 0xA088, 0xA088, 0xA088 }, { 0xA089, 0xA089, 0xA089 }, { 0xA08A, 0xA08A, 0xA08A }, { 0xA08B, 0xA08B, 0xA08B }, { 0xA08C, 0xA08C, 0xA08C }, { 0xA08D, 0xA08D, 0xA08D }, { 0xA08E, 0xA08E, 0xA08E }, { 0xA08F, 0xA08F, 0xA08F }, { 0xA090, 0xA090, 0xA090 }, { 0xA091, 0xA091, 0xA091 }, { 0xA092, 0xA092, 0xA092 }, { 0xA093, 0xA093, 0xA093 }, { 0xA094, 0xA094, 0xA094 }, { 0xA095, 0xA095, 0xA095 }, { 0xA096, 0xA096, 0xA096 }, { 0xA097, 0xA097, 0xA097 }, { 0xA098, 0xA098, 0xA098 }, { 0xA099, 0xA099, 0xA099 }, { 0xA09A, 0xA09A, 0xA09A }, { 0xA09B, 0xA09B, 0xA09B }, { 0xA09C, 0xA09C, 0xA09C }, { 0xA09D, 0xA09D, 0xA09D }, { 0xA09E, 0xA09E, 0xA09E }, { 0xA09F, 0xA09F, 0xA09F }, { 0xA0A0, 0xA0A0, 0xA0A0 }, { 0xA0A1, 0xA0A1, 0xA0A1 }, { 0xA0A2, 0xA0A2, 0xA0A2 }, { 0xA0A3, 0xA0A3, 0xA0A3 }, { 0xA0A4, 0xA0A4, 0xA0A4 }, { 0xA0A5, 0xA0A5, 0xA0A5 }, { 0xA0A6, 0xA0A6, 0xA0A6 }, { 0xA0A7, 0xA0A7, 0xA0A7 }, { 0xA0A8, 0xA0A8, 0xA0A8 }, { 0xA0A9, 0xA0A9, 0xA0A9 }, { 0xA0AA, 0xA0AA, 0xA0AA }, { 0xA0AB, 0xA0AB, 0xA0AB }, { 0xA0AC, 0xA0AC, 0xA0AC }, { 0xA0AD, 0xA0AD, 0xA0AD }, { 0xA0AE, 0xA0AE, 0xA0AE }, { 0xA0AF, 0xA0AF, 0xA0AF }, { 0xA0B0, 0xA0B0, 0xA0B0 }, { 0xA0B1, 0xA0B1, 0xA0B1 }, { 0xA0B2, 0xA0B2, 0xA0B2 }, { 0xA0B3, 0xA0B3, 0xA0B3 }, { 0xA0B4, 0xA0B4, 0xA0B4 }, { 0xA0B5, 0xA0B5, 0xA0B5 }, { 0xA0B6, 0xA0B6, 0xA0B6 }, { 0xA0B7, 0xA0B7, 0xA0B7 }, { 0xA0B8, 0xA0B8, 0xA0B8 }, { 0xA0B9, 0xA0B9, 0xA0B9 }, { 0xA0BA, 0xA0BA, 0xA0BA }, { 0xA0BB, 0xA0BB, 0xA0BB }, { 0xA0BC, 0xA0BC, 0xA0BC }, { 0xA0BD, 0xA0BD, 0xA0BD }, { 0xA0BE, 0xA0BE, 0xA0BE }, { 0xA0BF, 0xA0BF, 0xA0BF }, { 0xA0C0, 0xA0C0, 0xA0C0 }, { 0xA0C1, 0xA0C1, 0xA0C1 }, { 0xA0C2, 0xA0C2, 0xA0C2 }, { 0xA0C3, 0xA0C3, 0xA0C3 }, { 0xA0C4, 0xA0C4, 0xA0C4 }, { 0xA0C5, 0xA0C5, 0xA0C5 }, { 0xA0C6, 0xA0C6, 0xA0C6 }, { 0xA0C7, 0xA0C7, 0xA0C7 }, { 0xA0C8, 0xA0C8, 0xA0C8 }, { 0xA0C9, 0xA0C9, 0xA0C9 }, { 0xA0CA, 0xA0CA, 0xA0CA }, { 0xA0CB, 0xA0CB, 0xA0CB }, { 0xA0CC, 0xA0CC, 0xA0CC }, { 0xA0CD, 0xA0CD, 0xA0CD }, { 0xA0CE, 0xA0CE, 0xA0CE }, { 0xA0CF, 0xA0CF, 0xA0CF }, { 0xA0D0, 0xA0D0, 0xA0D0 }, { 0xA0D1, 0xA0D1, 0xA0D1 }, { 0xA0D2, 0xA0D2, 0xA0D2 }, { 0xA0D3, 0xA0D3, 0xA0D3 }, { 0xA0D4, 0xA0D4, 0xA0D4 }, { 0xA0D5, 0xA0D5, 0xA0D5 }, { 0xA0D6, 0xA0D6, 0xA0D6 }, { 0xA0D7, 0xA0D7, 0xA0D7 }, { 0xA0D8, 0xA0D8, 0xA0D8 }, { 0xA0D9, 0xA0D9, 0xA0D9 }, { 0xA0DA, 0xA0DA, 0xA0DA }, { 0xA0DB, 0xA0DB, 0xA0DB }, { 0xA0DC, 0xA0DC, 0xA0DC }, { 0xA0DD, 0xA0DD, 0xA0DD }, { 0xA0DE, 0xA0DE, 0xA0DE }, { 0xA0DF, 0xA0DF, 0xA0DF }, { 0xA0E0, 0xA0E0, 0xA0E0 }, { 0xA0E1, 0xA0E1, 0xA0E1 }, { 0xA0E2, 0xA0E2, 0xA0E2 }, { 0xA0E3, 0xA0E3, 0xA0E3 }, { 0xA0E4, 0xA0E4, 0xA0E4 }, { 0xA0E5, 0xA0E5, 0xA0E5 }, { 0xA0E6, 0xA0E6, 0xA0E6 }, { 0xA0E7, 0xA0E7, 0xA0E7 }, { 0xA0E8, 0xA0E8, 0xA0E8 }, { 0xA0E9, 0xA0E9, 0xA0E9 }, { 0xA0EA, 0xA0EA, 0xA0EA }, { 0xA0EB, 0xA0EB, 0xA0EB }, { 0xA0EC, 0xA0EC, 0xA0EC }, { 0xA0ED, 0xA0ED, 0xA0ED }, { 0xA0EE, 0xA0EE, 0xA0EE }, { 0xA0EF, 0xA0EF, 0xA0EF }, { 0xA0F0, 0xA0F0, 0xA0F0 }, { 0xA0F1, 0xA0F1, 0xA0F1 }, { 0xA0F2, 0xA0F2, 0xA0F2 }, { 0xA0F3, 0xA0F3, 0xA0F3 }, { 0xA0F4, 0xA0F4, 0xA0F4 }, { 0xA0F5, 0xA0F5, 0xA0F5 }, { 0xA0F6, 0xA0F6, 0xA0F6 }, { 0xA0F7, 0xA0F7, 0xA0F7 }, { 0xA0F8, 0xA0F8, 0xA0F8 }, { 0xA0F9, 0xA0F9, 0xA0F9 }, { 0xA0FA, 0xA0FA, 0xA0FA }, { 0xA0FB, 0xA0FB, 0xA0FB }, { 0xA0FC, 0xA0FC, 0xA0FC }, { 0xA0FD, 0xA0FD, 0xA0FD }, { 0xA0FE, 0xA0FE, 0xA0FE }, { 0xA0FF, 0xA0FF, 0xA0FF }, { 0xA100, 0xA100, 0xA100 }, { 0xA101, 0xA101, 0xA101 }, { 0xA102, 0xA102, 0xA102 }, { 0xA103, 0xA103, 0xA103 }, { 0xA104, 0xA104, 0xA104 }, { 0xA105, 0xA105, 0xA105 }, { 0xA106, 0xA106, 0xA106 }, { 0xA107, 0xA107, 0xA107 }, { 0xA108, 0xA108, 0xA108 }, { 0xA109, 0xA109, 0xA109 }, { 0xA10A, 0xA10A, 0xA10A }, { 0xA10B, 0xA10B, 0xA10B }, { 0xA10C, 0xA10C, 0xA10C }, { 0xA10D, 0xA10D, 0xA10D }, { 0xA10E, 0xA10E, 0xA10E }, { 0xA10F, 0xA10F, 0xA10F }, { 0xA110, 0xA110, 0xA110 }, { 0xA111, 0xA111, 0xA111 }, { 0xA112, 0xA112, 0xA112 }, { 0xA113, 0xA113, 0xA113 }, { 0xA114, 0xA114, 0xA114 }, { 0xA115, 0xA115, 0xA115 }, { 0xA116, 0xA116, 0xA116 }, { 0xA117, 0xA117, 0xA117 }, { 0xA118, 0xA118, 0xA118 }, { 0xA119, 0xA119, 0xA119 }, { 0xA11A, 0xA11A, 0xA11A }, { 0xA11B, 0xA11B, 0xA11B }, { 0xA11C, 0xA11C, 0xA11C }, { 0xA11D, 0xA11D, 0xA11D }, { 0xA11E, 0xA11E, 0xA11E }, { 0xA11F, 0xA11F, 0xA11F }, { 0xA120, 0xA120, 0xA120 }, { 0xA121, 0xA121, 0xA121 }, { 0xA122, 0xA122, 0xA122 }, { 0xA123, 0xA123, 0xA123 }, { 0xA124, 0xA124, 0xA124 }, { 0xA125, 0xA125, 0xA125 }, { 0xA126, 0xA126, 0xA126 }, { 0xA127, 0xA127, 0xA127 }, { 0xA128, 0xA128, 0xA128 }, { 0xA129, 0xA129, 0xA129 }, { 0xA12A, 0xA12A, 0xA12A }, { 0xA12B, 0xA12B, 0xA12B }, { 0xA12C, 0xA12C, 0xA12C }, { 0xA12D, 0xA12D, 0xA12D }, { 0xA12E, 0xA12E, 0xA12E }, { 0xA12F, 0xA12F, 0xA12F }, { 0xA130, 0xA130, 0xA130 }, { 0xA131, 0xA131, 0xA131 }, { 0xA132, 0xA132, 0xA132 }, { 0xA133, 0xA133, 0xA133 }, { 0xA134, 0xA134, 0xA134 }, { 0xA135, 0xA135, 0xA135 }, { 0xA136, 0xA136, 0xA136 }, { 0xA137, 0xA137, 0xA137 }, { 0xA138, 0xA138, 0xA138 }, { 0xA139, 0xA139, 0xA139 }, { 0xA13A, 0xA13A, 0xA13A }, { 0xA13B, 0xA13B, 0xA13B }, { 0xA13C, 0xA13C, 0xA13C }, { 0xA13D, 0xA13D, 0xA13D }, { 0xA13E, 0xA13E, 0xA13E }, { 0xA13F, 0xA13F, 0xA13F }, { 0xA140, 0xA140, 0xA140 }, { 0xA141, 0xA141, 0xA141 }, { 0xA142, 0xA142, 0xA142 }, { 0xA143, 0xA143, 0xA143 }, { 0xA144, 0xA144, 0xA144 }, { 0xA145, 0xA145, 0xA145 }, { 0xA146, 0xA146, 0xA146 }, { 0xA147, 0xA147, 0xA147 }, { 0xA148, 0xA148, 0xA148 }, { 0xA149, 0xA149, 0xA149 }, { 0xA14A, 0xA14A, 0xA14A }, { 0xA14B, 0xA14B, 0xA14B }, { 0xA14C, 0xA14C, 0xA14C }, { 0xA14D, 0xA14D, 0xA14D }, { 0xA14E, 0xA14E, 0xA14E }, { 0xA14F, 0xA14F, 0xA14F }, { 0xA150, 0xA150, 0xA150 }, { 0xA151, 0xA151, 0xA151 }, { 0xA152, 0xA152, 0xA152 }, { 0xA153, 0xA153, 0xA153 }, { 0xA154, 0xA154, 0xA154 }, { 0xA155, 0xA155, 0xA155 }, { 0xA156, 0xA156, 0xA156 }, { 0xA157, 0xA157, 0xA157 }, { 0xA158, 0xA158, 0xA158 }, { 0xA159, 0xA159, 0xA159 }, { 0xA15A, 0xA15A, 0xA15A }, { 0xA15B, 0xA15B, 0xA15B }, { 0xA15C, 0xA15C, 0xA15C }, { 0xA15D, 0xA15D, 0xA15D }, { 0xA15E, 0xA15E, 0xA15E }, { 0xA15F, 0xA15F, 0xA15F }, { 0xA160, 0xA160, 0xA160 }, { 0xA161, 0xA161, 0xA161 }, { 0xA162, 0xA162, 0xA162 }, { 0xA163, 0xA163, 0xA163 }, { 0xA164, 0xA164, 0xA164 }, { 0xA165, 0xA165, 0xA165 }, { 0xA166, 0xA166, 0xA166 }, { 0xA167, 0xA167, 0xA167 }, { 0xA168, 0xA168, 0xA168 }, { 0xA169, 0xA169, 0xA169 }, { 0xA16A, 0xA16A, 0xA16A }, { 0xA16B, 0xA16B, 0xA16B }, { 0xA16C, 0xA16C, 0xA16C }, { 0xA16D, 0xA16D, 0xA16D }, { 0xA16E, 0xA16E, 0xA16E }, { 0xA16F, 0xA16F, 0xA16F }, { 0xA170, 0xA170, 0xA170 }, { 0xA171, 0xA171, 0xA171 }, { 0xA172, 0xA172, 0xA172 }, { 0xA173, 0xA173, 0xA173 }, { 0xA174, 0xA174, 0xA174 }, { 0xA175, 0xA175, 0xA175 }, { 0xA176, 0xA176, 0xA176 }, { 0xA177, 0xA177, 0xA177 }, { 0xA178, 0xA178, 0xA178 }, { 0xA179, 0xA179, 0xA179 }, { 0xA17A, 0xA17A, 0xA17A }, { 0xA17B, 0xA17B, 0xA17B }, { 0xA17C, 0xA17C, 0xA17C }, { 0xA17D, 0xA17D, 0xA17D }, { 0xA17E, 0xA17E, 0xA17E }, { 0xA17F, 0xA17F, 0xA17F }, { 0xA180, 0xA180, 0xA180 }, { 0xA181, 0xA181, 0xA181 }, { 0xA182, 0xA182, 0xA182 }, { 0xA183, 0xA183, 0xA183 }, { 0xA184, 0xA184, 0xA184 }, { 0xA185, 0xA185, 0xA185 }, { 0xA186, 0xA186, 0xA186 }, { 0xA187, 0xA187, 0xA187 }, { 0xA188, 0xA188, 0xA188 }, { 0xA189, 0xA189, 0xA189 }, { 0xA18A, 0xA18A, 0xA18A }, { 0xA18B, 0xA18B, 0xA18B }, { 0xA18C, 0xA18C, 0xA18C }, { 0xA18D, 0xA18D, 0xA18D }, { 0xA18E, 0xA18E, 0xA18E }, { 0xA18F, 0xA18F, 0xA18F }, { 0xA190, 0xA190, 0xA190 }, { 0xA191, 0xA191, 0xA191 }, { 0xA192, 0xA192, 0xA192 }, { 0xA193, 0xA193, 0xA193 }, { 0xA194, 0xA194, 0xA194 }, { 0xA195, 0xA195, 0xA195 }, { 0xA196, 0xA196, 0xA196 }, { 0xA197, 0xA197, 0xA197 }, { 0xA198, 0xA198, 0xA198 }, { 0xA199, 0xA199, 0xA199 }, { 0xA19A, 0xA19A, 0xA19A }, { 0xA19B, 0xA19B, 0xA19B }, { 0xA19C, 0xA19C, 0xA19C }, { 0xA19D, 0xA19D, 0xA19D }, { 0xA19E, 0xA19E, 0xA19E }, { 0xA19F, 0xA19F, 0xA19F }, { 0xA1A0, 0xA1A0, 0xA1A0 }, { 0xA1A1, 0xA1A1, 0xA1A1 }, { 0xA1A2, 0xA1A2, 0xA1A2 }, { 0xA1A3, 0xA1A3, 0xA1A3 }, { 0xA1A4, 0xA1A4, 0xA1A4 }, { 0xA1A5, 0xA1A5, 0xA1A5 }, { 0xA1A6, 0xA1A6, 0xA1A6 }, { 0xA1A7, 0xA1A7, 0xA1A7 }, { 0xA1A8, 0xA1A8, 0xA1A8 }, { 0xA1A9, 0xA1A9, 0xA1A9 }, { 0xA1AA, 0xA1AA, 0xA1AA }, { 0xA1AB, 0xA1AB, 0xA1AB }, { 0xA1AC, 0xA1AC, 0xA1AC }, { 0xA1AD, 0xA1AD, 0xA1AD }, { 0xA1AE, 0xA1AE, 0xA1AE }, { 0xA1AF, 0xA1AF, 0xA1AF }, { 0xA1B0, 0xA1B0, 0xA1B0 }, { 0xA1B1, 0xA1B1, 0xA1B1 }, { 0xA1B2, 0xA1B2, 0xA1B2 }, { 0xA1B3, 0xA1B3, 0xA1B3 }, { 0xA1B4, 0xA1B4, 0xA1B4 }, { 0xA1B5, 0xA1B5, 0xA1B5 }, { 0xA1B6, 0xA1B6, 0xA1B6 }, { 0xA1B7, 0xA1B7, 0xA1B7 }, { 0xA1B8, 0xA1B8, 0xA1B8 }, { 0xA1B9, 0xA1B9, 0xA1B9 }, { 0xA1BA, 0xA1BA, 0xA1BA }, { 0xA1BB, 0xA1BB, 0xA1BB }, { 0xA1BC, 0xA1BC, 0xA1BC }, { 0xA1BD, 0xA1BD, 0xA1BD }, { 0xA1BE, 0xA1BE, 0xA1BE }, { 0xA1BF, 0xA1BF, 0xA1BF }, { 0xA1C0, 0xA1C0, 0xA1C0 }, { 0xA1C1, 0xA1C1, 0xA1C1 }, { 0xA1C2, 0xA1C2, 0xA1C2 }, { 0xA1C3, 0xA1C3, 0xA1C3 }, { 0xA1C4, 0xA1C4, 0xA1C4 }, { 0xA1C5, 0xA1C5, 0xA1C5 }, { 0xA1C6, 0xA1C6, 0xA1C6 }, { 0xA1C7, 0xA1C7, 0xA1C7 }, { 0xA1C8, 0xA1C8, 0xA1C8 }, { 0xA1C9, 0xA1C9, 0xA1C9 }, { 0xA1CA, 0xA1CA, 0xA1CA }, { 0xA1CB, 0xA1CB, 0xA1CB }, { 0xA1CC, 0xA1CC, 0xA1CC }, { 0xA1CD, 0xA1CD, 0xA1CD }, { 0xA1CE, 0xA1CE, 0xA1CE }, { 0xA1CF, 0xA1CF, 0xA1CF }, { 0xA1D0, 0xA1D0, 0xA1D0 }, { 0xA1D1, 0xA1D1, 0xA1D1 }, { 0xA1D2, 0xA1D2, 0xA1D2 }, { 0xA1D3, 0xA1D3, 0xA1D3 }, { 0xA1D4, 0xA1D4, 0xA1D4 }, { 0xA1D5, 0xA1D5, 0xA1D5 }, { 0xA1D6, 0xA1D6, 0xA1D6 }, { 0xA1D7, 0xA1D7, 0xA1D7 }, { 0xA1D8, 0xA1D8, 0xA1D8 }, { 0xA1D9, 0xA1D9, 0xA1D9 }, { 0xA1DA, 0xA1DA, 0xA1DA }, { 0xA1DB, 0xA1DB, 0xA1DB }, { 0xA1DC, 0xA1DC, 0xA1DC }, { 0xA1DD, 0xA1DD, 0xA1DD }, { 0xA1DE, 0xA1DE, 0xA1DE }, { 0xA1DF, 0xA1DF, 0xA1DF }, { 0xA1E0, 0xA1E0, 0xA1E0 }, { 0xA1E1, 0xA1E1, 0xA1E1 }, { 0xA1E2, 0xA1E2, 0xA1E2 }, { 0xA1E3, 0xA1E3, 0xA1E3 }, { 0xA1E4, 0xA1E4, 0xA1E4 }, { 0xA1E5, 0xA1E5, 0xA1E5 }, { 0xA1E6, 0xA1E6, 0xA1E6 }, { 0xA1E7, 0xA1E7, 0xA1E7 }, { 0xA1E8, 0xA1E8, 0xA1E8 }, { 0xA1E9, 0xA1E9, 0xA1E9 }, { 0xA1EA, 0xA1EA, 0xA1EA }, { 0xA1EB, 0xA1EB, 0xA1EB }, { 0xA1EC, 0xA1EC, 0xA1EC }, { 0xA1ED, 0xA1ED, 0xA1ED }, { 0xA1EE, 0xA1EE, 0xA1EE }, { 0xA1EF, 0xA1EF, 0xA1EF }, { 0xA1F0, 0xA1F0, 0xA1F0 }, { 0xA1F1, 0xA1F1, 0xA1F1 }, { 0xA1F2, 0xA1F2, 0xA1F2 }, { 0xA1F3, 0xA1F3, 0xA1F3 }, { 0xA1F4, 0xA1F4, 0xA1F4 }, { 0xA1F5, 0xA1F5, 0xA1F5 }, { 0xA1F6, 0xA1F6, 0xA1F6 }, { 0xA1F7, 0xA1F7, 0xA1F7 }, { 0xA1F8, 0xA1F8, 0xA1F8 }, { 0xA1F9, 0xA1F9, 0xA1F9 }, { 0xA1FA, 0xA1FA, 0xA1FA }, { 0xA1FB, 0xA1FB, 0xA1FB }, { 0xA1FC, 0xA1FC, 0xA1FC }, { 0xA1FD, 0xA1FD, 0xA1FD }, { 0xA1FE, 0xA1FE, 0xA1FE }, { 0xA1FF, 0xA1FF, 0xA1FF }, { 0xA200, 0xA200, 0xA200 }, { 0xA201, 0xA201, 0xA201 }, { 0xA202, 0xA202, 0xA202 }, { 0xA203, 0xA203, 0xA203 }, { 0xA204, 0xA204, 0xA204 }, { 0xA205, 0xA205, 0xA205 }, { 0xA206, 0xA206, 0xA206 }, { 0xA207, 0xA207, 0xA207 }, { 0xA208, 0xA208, 0xA208 }, { 0xA209, 0xA209, 0xA209 }, { 0xA20A, 0xA20A, 0xA20A }, { 0xA20B, 0xA20B, 0xA20B }, { 0xA20C, 0xA20C, 0xA20C }, { 0xA20D, 0xA20D, 0xA20D }, { 0xA20E, 0xA20E, 0xA20E }, { 0xA20F, 0xA20F, 0xA20F }, { 0xA210, 0xA210, 0xA210 }, { 0xA211, 0xA211, 0xA211 }, { 0xA212, 0xA212, 0xA212 }, { 0xA213, 0xA213, 0xA213 }, { 0xA214, 0xA214, 0xA214 }, { 0xA215, 0xA215, 0xA215 }, { 0xA216, 0xA216, 0xA216 }, { 0xA217, 0xA217, 0xA217 }, { 0xA218, 0xA218, 0xA218 }, { 0xA219, 0xA219, 0xA219 }, { 0xA21A, 0xA21A, 0xA21A }, { 0xA21B, 0xA21B, 0xA21B }, { 0xA21C, 0xA21C, 0xA21C }, { 0xA21D, 0xA21D, 0xA21D }, { 0xA21E, 0xA21E, 0xA21E }, { 0xA21F, 0xA21F, 0xA21F }, { 0xA220, 0xA220, 0xA220 }, { 0xA221, 0xA221, 0xA221 }, { 0xA222, 0xA222, 0xA222 }, { 0xA223, 0xA223, 0xA223 }, { 0xA224, 0xA224, 0xA224 }, { 0xA225, 0xA225, 0xA225 }, { 0xA226, 0xA226, 0xA226 }, { 0xA227, 0xA227, 0xA227 }, { 0xA228, 0xA228, 0xA228 }, { 0xA229, 0xA229, 0xA229 }, { 0xA22A, 0xA22A, 0xA22A }, { 0xA22B, 0xA22B, 0xA22B }, { 0xA22C, 0xA22C, 0xA22C }, { 0xA22D, 0xA22D, 0xA22D }, { 0xA22E, 0xA22E, 0xA22E }, { 0xA22F, 0xA22F, 0xA22F }, { 0xA230, 0xA230, 0xA230 }, { 0xA231, 0xA231, 0xA231 }, { 0xA232, 0xA232, 0xA232 }, { 0xA233, 0xA233, 0xA233 }, { 0xA234, 0xA234, 0xA234 }, { 0xA235, 0xA235, 0xA235 }, { 0xA236, 0xA236, 0xA236 }, { 0xA237, 0xA237, 0xA237 }, { 0xA238, 0xA238, 0xA238 }, { 0xA239, 0xA239, 0xA239 }, { 0xA23A, 0xA23A, 0xA23A }, { 0xA23B, 0xA23B, 0xA23B }, { 0xA23C, 0xA23C, 0xA23C }, { 0xA23D, 0xA23D, 0xA23D }, { 0xA23E, 0xA23E, 0xA23E }, { 0xA23F, 0xA23F, 0xA23F }, { 0xA240, 0xA240, 0xA240 }, { 0xA241, 0xA241, 0xA241 }, { 0xA242, 0xA242, 0xA242 }, { 0xA243, 0xA243, 0xA243 }, { 0xA244, 0xA244, 0xA244 }, { 0xA245, 0xA245, 0xA245 }, { 0xA246, 0xA246, 0xA246 }, { 0xA247, 0xA247, 0xA247 }, { 0xA248, 0xA248, 0xA248 }, { 0xA249, 0xA249, 0xA249 }, { 0xA24A, 0xA24A, 0xA24A }, { 0xA24B, 0xA24B, 0xA24B }, { 0xA24C, 0xA24C, 0xA24C }, { 0xA24D, 0xA24D, 0xA24D }, { 0xA24E, 0xA24E, 0xA24E }, { 0xA24F, 0xA24F, 0xA24F }, { 0xA250, 0xA250, 0xA250 }, { 0xA251, 0xA251, 0xA251 }, { 0xA252, 0xA252, 0xA252 }, { 0xA253, 0xA253, 0xA253 }, { 0xA254, 0xA254, 0xA254 }, { 0xA255, 0xA255, 0xA255 }, { 0xA256, 0xA256, 0xA256 }, { 0xA257, 0xA257, 0xA257 }, { 0xA258, 0xA258, 0xA258 }, { 0xA259, 0xA259, 0xA259 }, { 0xA25A, 0xA25A, 0xA25A }, { 0xA25B, 0xA25B, 0xA25B }, { 0xA25C, 0xA25C, 0xA25C }, { 0xA25D, 0xA25D, 0xA25D }, { 0xA25E, 0xA25E, 0xA25E }, { 0xA25F, 0xA25F, 0xA25F }, { 0xA260, 0xA260, 0xA260 }, { 0xA261, 0xA261, 0xA261 }, { 0xA262, 0xA262, 0xA262 }, { 0xA263, 0xA263, 0xA263 }, { 0xA264, 0xA264, 0xA264 }, { 0xA265, 0xA265, 0xA265 }, { 0xA266, 0xA266, 0xA266 }, { 0xA267, 0xA267, 0xA267 }, { 0xA268, 0xA268, 0xA268 }, { 0xA269, 0xA269, 0xA269 }, { 0xA26A, 0xA26A, 0xA26A }, { 0xA26B, 0xA26B, 0xA26B }, { 0xA26C, 0xA26C, 0xA26C }, { 0xA26D, 0xA26D, 0xA26D }, { 0xA26E, 0xA26E, 0xA26E }, { 0xA26F, 0xA26F, 0xA26F }, { 0xA270, 0xA270, 0xA270 }, { 0xA271, 0xA271, 0xA271 }, { 0xA272, 0xA272, 0xA272 }, { 0xA273, 0xA273, 0xA273 }, { 0xA274, 0xA274, 0xA274 }, { 0xA275, 0xA275, 0xA275 }, { 0xA276, 0xA276, 0xA276 }, { 0xA277, 0xA277, 0xA277 }, { 0xA278, 0xA278, 0xA278 }, { 0xA279, 0xA279, 0xA279 }, { 0xA27A, 0xA27A, 0xA27A }, { 0xA27B, 0xA27B, 0xA27B }, { 0xA27C, 0xA27C, 0xA27C }, { 0xA27D, 0xA27D, 0xA27D }, { 0xA27E, 0xA27E, 0xA27E }, { 0xA27F, 0xA27F, 0xA27F }, { 0xA280, 0xA280, 0xA280 }, { 0xA281, 0xA281, 0xA281 }, { 0xA282, 0xA282, 0xA282 }, { 0xA283, 0xA283, 0xA283 }, { 0xA284, 0xA284, 0xA284 }, { 0xA285, 0xA285, 0xA285 }, { 0xA286, 0xA286, 0xA286 }, { 0xA287, 0xA287, 0xA287 }, { 0xA288, 0xA288, 0xA288 }, { 0xA289, 0xA289, 0xA289 }, { 0xA28A, 0xA28A, 0xA28A }, { 0xA28B, 0xA28B, 0xA28B }, { 0xA28C, 0xA28C, 0xA28C }, { 0xA28D, 0xA28D, 0xA28D }, { 0xA28E, 0xA28E, 0xA28E }, { 0xA28F, 0xA28F, 0xA28F }, { 0xA290, 0xA290, 0xA290 }, { 0xA291, 0xA291, 0xA291 }, { 0xA292, 0xA292, 0xA292 }, { 0xA293, 0xA293, 0xA293 }, { 0xA294, 0xA294, 0xA294 }, { 0xA295, 0xA295, 0xA295 }, { 0xA296, 0xA296, 0xA296 }, { 0xA297, 0xA297, 0xA297 }, { 0xA298, 0xA298, 0xA298 }, { 0xA299, 0xA299, 0xA299 }, { 0xA29A, 0xA29A, 0xA29A }, { 0xA29B, 0xA29B, 0xA29B }, { 0xA29C, 0xA29C, 0xA29C }, { 0xA29D, 0xA29D, 0xA29D }, { 0xA29E, 0xA29E, 0xA29E }, { 0xA29F, 0xA29F, 0xA29F }, { 0xA2A0, 0xA2A0, 0xA2A0 }, { 0xA2A1, 0xA2A1, 0xA2A1 }, { 0xA2A2, 0xA2A2, 0xA2A2 }, { 0xA2A3, 0xA2A3, 0xA2A3 }, { 0xA2A4, 0xA2A4, 0xA2A4 }, { 0xA2A5, 0xA2A5, 0xA2A5 }, { 0xA2A6, 0xA2A6, 0xA2A6 }, { 0xA2A7, 0xA2A7, 0xA2A7 }, { 0xA2A8, 0xA2A8, 0xA2A8 }, { 0xA2A9, 0xA2A9, 0xA2A9 }, { 0xA2AA, 0xA2AA, 0xA2AA }, { 0xA2AB, 0xA2AB, 0xA2AB }, { 0xA2AC, 0xA2AC, 0xA2AC }, { 0xA2AD, 0xA2AD, 0xA2AD }, { 0xA2AE, 0xA2AE, 0xA2AE }, { 0xA2AF, 0xA2AF, 0xA2AF }, { 0xA2B0, 0xA2B0, 0xA2B0 }, { 0xA2B1, 0xA2B1, 0xA2B1 }, { 0xA2B2, 0xA2B2, 0xA2B2 }, { 0xA2B3, 0xA2B3, 0xA2B3 }, { 0xA2B4, 0xA2B4, 0xA2B4 }, { 0xA2B5, 0xA2B5, 0xA2B5 }, { 0xA2B6, 0xA2B6, 0xA2B6 }, { 0xA2B7, 0xA2B7, 0xA2B7 }, { 0xA2B8, 0xA2B8, 0xA2B8 }, { 0xA2B9, 0xA2B9, 0xA2B9 }, { 0xA2BA, 0xA2BA, 0xA2BA }, { 0xA2BB, 0xA2BB, 0xA2BB }, { 0xA2BC, 0xA2BC, 0xA2BC }, { 0xA2BD, 0xA2BD, 0xA2BD }, { 0xA2BE, 0xA2BE, 0xA2BE }, { 0xA2BF, 0xA2BF, 0xA2BF }, { 0xA2C0, 0xA2C0, 0xA2C0 }, { 0xA2C1, 0xA2C1, 0xA2C1 }, { 0xA2C2, 0xA2C2, 0xA2C2 }, { 0xA2C3, 0xA2C3, 0xA2C3 }, { 0xA2C4, 0xA2C4, 0xA2C4 }, { 0xA2C5, 0xA2C5, 0xA2C5 }, { 0xA2C6, 0xA2C6, 0xA2C6 }, { 0xA2C7, 0xA2C7, 0xA2C7 }, { 0xA2C8, 0xA2C8, 0xA2C8 }, { 0xA2C9, 0xA2C9, 0xA2C9 }, { 0xA2CA, 0xA2CA, 0xA2CA }, { 0xA2CB, 0xA2CB, 0xA2CB }, { 0xA2CC, 0xA2CC, 0xA2CC }, { 0xA2CD, 0xA2CD, 0xA2CD }, { 0xA2CE, 0xA2CE, 0xA2CE }, { 0xA2CF, 0xA2CF, 0xA2CF }, { 0xA2D0, 0xA2D0, 0xA2D0 }, { 0xA2D1, 0xA2D1, 0xA2D1 }, { 0xA2D2, 0xA2D2, 0xA2D2 }, { 0xA2D3, 0xA2D3, 0xA2D3 }, { 0xA2D4, 0xA2D4, 0xA2D4 }, { 0xA2D5, 0xA2D5, 0xA2D5 }, { 0xA2D6, 0xA2D6, 0xA2D6 }, { 0xA2D7, 0xA2D7, 0xA2D7 }, { 0xA2D8, 0xA2D8, 0xA2D8 }, { 0xA2D9, 0xA2D9, 0xA2D9 }, { 0xA2DA, 0xA2DA, 0xA2DA }, { 0xA2DB, 0xA2DB, 0xA2DB }, { 0xA2DC, 0xA2DC, 0xA2DC }, { 0xA2DD, 0xA2DD, 0xA2DD }, { 0xA2DE, 0xA2DE, 0xA2DE }, { 0xA2DF, 0xA2DF, 0xA2DF }, { 0xA2E0, 0xA2E0, 0xA2E0 }, { 0xA2E1, 0xA2E1, 0xA2E1 }, { 0xA2E2, 0xA2E2, 0xA2E2 }, { 0xA2E3, 0xA2E3, 0xA2E3 }, { 0xA2E4, 0xA2E4, 0xA2E4 }, { 0xA2E5, 0xA2E5, 0xA2E5 }, { 0xA2E6, 0xA2E6, 0xA2E6 }, { 0xA2E7, 0xA2E7, 0xA2E7 }, { 0xA2E8, 0xA2E8, 0xA2E8 }, { 0xA2E9, 0xA2E9, 0xA2E9 }, { 0xA2EA, 0xA2EA, 0xA2EA }, { 0xA2EB, 0xA2EB, 0xA2EB }, { 0xA2EC, 0xA2EC, 0xA2EC }, { 0xA2ED, 0xA2ED, 0xA2ED }, { 0xA2EE, 0xA2EE, 0xA2EE }, { 0xA2EF, 0xA2EF, 0xA2EF }, { 0xA2F0, 0xA2F0, 0xA2F0 }, { 0xA2F1, 0xA2F1, 0xA2F1 }, { 0xA2F2, 0xA2F2, 0xA2F2 }, { 0xA2F3, 0xA2F3, 0xA2F3 }, { 0xA2F4, 0xA2F4, 0xA2F4 }, { 0xA2F5, 0xA2F5, 0xA2F5 }, { 0xA2F6, 0xA2F6, 0xA2F6 }, { 0xA2F7, 0xA2F7, 0xA2F7 }, { 0xA2F8, 0xA2F8, 0xA2F8 }, { 0xA2F9, 0xA2F9, 0xA2F9 }, { 0xA2FA, 0xA2FA, 0xA2FA }, { 0xA2FB, 0xA2FB, 0xA2FB }, { 0xA2FC, 0xA2FC, 0xA2FC }, { 0xA2FD, 0xA2FD, 0xA2FD }, { 0xA2FE, 0xA2FE, 0xA2FE }, { 0xA2FF, 0xA2FF, 0xA2FF }, { 0xA300, 0xA300, 0xA300 }, { 0xA301, 0xA301, 0xA301 }, { 0xA302, 0xA302, 0xA302 }, { 0xA303, 0xA303, 0xA303 }, { 0xA304, 0xA304, 0xA304 }, { 0xA305, 0xA305, 0xA305 }, { 0xA306, 0xA306, 0xA306 }, { 0xA307, 0xA307, 0xA307 }, { 0xA308, 0xA308, 0xA308 }, { 0xA309, 0xA309, 0xA309 }, { 0xA30A, 0xA30A, 0xA30A }, { 0xA30B, 0xA30B, 0xA30B }, { 0xA30C, 0xA30C, 0xA30C }, { 0xA30D, 0xA30D, 0xA30D }, { 0xA30E, 0xA30E, 0xA30E }, { 0xA30F, 0xA30F, 0xA30F }, { 0xA310, 0xA310, 0xA310 }, { 0xA311, 0xA311, 0xA311 }, { 0xA312, 0xA312, 0xA312 }, { 0xA313, 0xA313, 0xA313 }, { 0xA314, 0xA314, 0xA314 }, { 0xA315, 0xA315, 0xA315 }, { 0xA316, 0xA316, 0xA316 }, { 0xA317, 0xA317, 0xA317 }, { 0xA318, 0xA318, 0xA318 }, { 0xA319, 0xA319, 0xA319 }, { 0xA31A, 0xA31A, 0xA31A }, { 0xA31B, 0xA31B, 0xA31B }, { 0xA31C, 0xA31C, 0xA31C }, { 0xA31D, 0xA31D, 0xA31D }, { 0xA31E, 0xA31E, 0xA31E }, { 0xA31F, 0xA31F, 0xA31F }, { 0xA320, 0xA320, 0xA320 }, { 0xA321, 0xA321, 0xA321 }, { 0xA322, 0xA322, 0xA322 }, { 0xA323, 0xA323, 0xA323 }, { 0xA324, 0xA324, 0xA324 }, { 0xA325, 0xA325, 0xA325 }, { 0xA326, 0xA326, 0xA326 }, { 0xA327, 0xA327, 0xA327 }, { 0xA328, 0xA328, 0xA328 }, { 0xA329, 0xA329, 0xA329 }, { 0xA32A, 0xA32A, 0xA32A }, { 0xA32B, 0xA32B, 0xA32B }, { 0xA32C, 0xA32C, 0xA32C }, { 0xA32D, 0xA32D, 0xA32D }, { 0xA32E, 0xA32E, 0xA32E }, { 0xA32F, 0xA32F, 0xA32F }, { 0xA330, 0xA330, 0xA330 }, { 0xA331, 0xA331, 0xA331 }, { 0xA332, 0xA332, 0xA332 }, { 0xA333, 0xA333, 0xA333 }, { 0xA334, 0xA334, 0xA334 }, { 0xA335, 0xA335, 0xA335 }, { 0xA336, 0xA336, 0xA336 }, { 0xA337, 0xA337, 0xA337 }, { 0xA338, 0xA338, 0xA338 }, { 0xA339, 0xA339, 0xA339 }, { 0xA33A, 0xA33A, 0xA33A }, { 0xA33B, 0xA33B, 0xA33B }, { 0xA33C, 0xA33C, 0xA33C }, { 0xA33D, 0xA33D, 0xA33D }, { 0xA33E, 0xA33E, 0xA33E }, { 0xA33F, 0xA33F, 0xA33F }, { 0xA340, 0xA340, 0xA340 }, { 0xA341, 0xA341, 0xA341 }, { 0xA342, 0xA342, 0xA342 }, { 0xA343, 0xA343, 0xA343 }, { 0xA344, 0xA344, 0xA344 }, { 0xA345, 0xA345, 0xA345 }, { 0xA346, 0xA346, 0xA346 }, { 0xA347, 0xA347, 0xA347 }, { 0xA348, 0xA348, 0xA348 }, { 0xA349, 0xA349, 0xA349 }, { 0xA34A, 0xA34A, 0xA34A }, { 0xA34B, 0xA34B, 0xA34B }, { 0xA34C, 0xA34C, 0xA34C }, { 0xA34D, 0xA34D, 0xA34D }, { 0xA34E, 0xA34E, 0xA34E }, { 0xA34F, 0xA34F, 0xA34F }, { 0xA350, 0xA350, 0xA350 }, { 0xA351, 0xA351, 0xA351 }, { 0xA352, 0xA352, 0xA352 }, { 0xA353, 0xA353, 0xA353 }, { 0xA354, 0xA354, 0xA354 }, { 0xA355, 0xA355, 0xA355 }, { 0xA356, 0xA356, 0xA356 }, { 0xA357, 0xA357, 0xA357 }, { 0xA358, 0xA358, 0xA358 }, { 0xA359, 0xA359, 0xA359 }, { 0xA35A, 0xA35A, 0xA35A }, { 0xA35B, 0xA35B, 0xA35B }, { 0xA35C, 0xA35C, 0xA35C }, { 0xA35D, 0xA35D, 0xA35D }, { 0xA35E, 0xA35E, 0xA35E }, { 0xA35F, 0xA35F, 0xA35F }, { 0xA360, 0xA360, 0xA360 }, { 0xA361, 0xA361, 0xA361 }, { 0xA362, 0xA362, 0xA362 }, { 0xA363, 0xA363, 0xA363 }, { 0xA364, 0xA364, 0xA364 }, { 0xA365, 0xA365, 0xA365 }, { 0xA366, 0xA366, 0xA366 }, { 0xA367, 0xA367, 0xA367 }, { 0xA368, 0xA368, 0xA368 }, { 0xA369, 0xA369, 0xA369 }, { 0xA36A, 0xA36A, 0xA36A }, { 0xA36B, 0xA36B, 0xA36B }, { 0xA36C, 0xA36C, 0xA36C }, { 0xA36D, 0xA36D, 0xA36D }, { 0xA36E, 0xA36E, 0xA36E }, { 0xA36F, 0xA36F, 0xA36F }, { 0xA370, 0xA370, 0xA370 }, { 0xA371, 0xA371, 0xA371 }, { 0xA372, 0xA372, 0xA372 }, { 0xA373, 0xA373, 0xA373 }, { 0xA374, 0xA374, 0xA374 }, { 0xA375, 0xA375, 0xA375 }, { 0xA376, 0xA376, 0xA376 }, { 0xA377, 0xA377, 0xA377 }, { 0xA378, 0xA378, 0xA378 }, { 0xA379, 0xA379, 0xA379 }, { 0xA37A, 0xA37A, 0xA37A }, { 0xA37B, 0xA37B, 0xA37B }, { 0xA37C, 0xA37C, 0xA37C }, { 0xA37D, 0xA37D, 0xA37D }, { 0xA37E, 0xA37E, 0xA37E }, { 0xA37F, 0xA37F, 0xA37F }, { 0xA380, 0xA380, 0xA380 }, { 0xA381, 0xA381, 0xA381 }, { 0xA382, 0xA382, 0xA382 }, { 0xA383, 0xA383, 0xA383 }, { 0xA384, 0xA384, 0xA384 }, { 0xA385, 0xA385, 0xA385 }, { 0xA386, 0xA386, 0xA386 }, { 0xA387, 0xA387, 0xA387 }, { 0xA388, 0xA388, 0xA388 }, { 0xA389, 0xA389, 0xA389 }, { 0xA38A, 0xA38A, 0xA38A }, { 0xA38B, 0xA38B, 0xA38B }, { 0xA38C, 0xA38C, 0xA38C }, { 0xA38D, 0xA38D, 0xA38D }, { 0xA38E, 0xA38E, 0xA38E }, { 0xA38F, 0xA38F, 0xA38F }, { 0xA390, 0xA390, 0xA390 }, { 0xA391, 0xA391, 0xA391 }, { 0xA392, 0xA392, 0xA392 }, { 0xA393, 0xA393, 0xA393 }, { 0xA394, 0xA394, 0xA394 }, { 0xA395, 0xA395, 0xA395 }, { 0xA396, 0xA396, 0xA396 }, { 0xA397, 0xA397, 0xA397 }, { 0xA398, 0xA398, 0xA398 }, { 0xA399, 0xA399, 0xA399 }, { 0xA39A, 0xA39A, 0xA39A }, { 0xA39B, 0xA39B, 0xA39B }, { 0xA39C, 0xA39C, 0xA39C }, { 0xA39D, 0xA39D, 0xA39D }, { 0xA39E, 0xA39E, 0xA39E }, { 0xA39F, 0xA39F, 0xA39F }, { 0xA3A0, 0xA3A0, 0xA3A0 }, { 0xA3A1, 0xA3A1, 0xA3A1 }, { 0xA3A2, 0xA3A2, 0xA3A2 }, { 0xA3A3, 0xA3A3, 0xA3A3 }, { 0xA3A4, 0xA3A4, 0xA3A4 }, { 0xA3A5, 0xA3A5, 0xA3A5 }, { 0xA3A6, 0xA3A6, 0xA3A6 }, { 0xA3A7, 0xA3A7, 0xA3A7 }, { 0xA3A8, 0xA3A8, 0xA3A8 }, { 0xA3A9, 0xA3A9, 0xA3A9 }, { 0xA3AA, 0xA3AA, 0xA3AA }, { 0xA3AB, 0xA3AB, 0xA3AB }, { 0xA3AC, 0xA3AC, 0xA3AC }, { 0xA3AD, 0xA3AD, 0xA3AD }, { 0xA3AE, 0xA3AE, 0xA3AE }, { 0xA3AF, 0xA3AF, 0xA3AF }, { 0xA3B0, 0xA3B0, 0xA3B0 }, { 0xA3B1, 0xA3B1, 0xA3B1 }, { 0xA3B2, 0xA3B2, 0xA3B2 }, { 0xA3B3, 0xA3B3, 0xA3B3 }, { 0xA3B4, 0xA3B4, 0xA3B4 }, { 0xA3B5, 0xA3B5, 0xA3B5 }, { 0xA3B6, 0xA3B6, 0xA3B6 }, { 0xA3B7, 0xA3B7, 0xA3B7 }, { 0xA3B8, 0xA3B8, 0xA3B8 }, { 0xA3B9, 0xA3B9, 0xA3B9 }, { 0xA3BA, 0xA3BA, 0xA3BA }, { 0xA3BB, 0xA3BB, 0xA3BB }, { 0xA3BC, 0xA3BC, 0xA3BC }, { 0xA3BD, 0xA3BD, 0xA3BD }, { 0xA3BE, 0xA3BE, 0xA3BE }, { 0xA3BF, 0xA3BF, 0xA3BF }, { 0xA3C0, 0xA3C0, 0xA3C0 }, { 0xA3C1, 0xA3C1, 0xA3C1 }, { 0xA3C2, 0xA3C2, 0xA3C2 }, { 0xA3C3, 0xA3C3, 0xA3C3 }, { 0xA3C4, 0xA3C4, 0xA3C4 }, { 0xA3C5, 0xA3C5, 0xA3C5 }, { 0xA3C6, 0xA3C6, 0xA3C6 }, { 0xA3C7, 0xA3C7, 0xA3C7 }, { 0xA3C8, 0xA3C8, 0xA3C8 }, { 0xA3C9, 0xA3C9, 0xA3C9 }, { 0xA3CA, 0xA3CA, 0xA3CA }, { 0xA3CB, 0xA3CB, 0xA3CB }, { 0xA3CC, 0xA3CC, 0xA3CC }, { 0xA3CD, 0xA3CD, 0xA3CD }, { 0xA3CE, 0xA3CE, 0xA3CE }, { 0xA3CF, 0xA3CF, 0xA3CF }, { 0xA3D0, 0xA3D0, 0xA3D0 }, { 0xA3D1, 0xA3D1, 0xA3D1 }, { 0xA3D2, 0xA3D2, 0xA3D2 }, { 0xA3D3, 0xA3D3, 0xA3D3 }, { 0xA3D4, 0xA3D4, 0xA3D4 }, { 0xA3D5, 0xA3D5, 0xA3D5 }, { 0xA3D6, 0xA3D6, 0xA3D6 }, { 0xA3D7, 0xA3D7, 0xA3D7 }, { 0xA3D8, 0xA3D8, 0xA3D8 }, { 0xA3D9, 0xA3D9, 0xA3D9 }, { 0xA3DA, 0xA3DA, 0xA3DA }, { 0xA3DB, 0xA3DB, 0xA3DB }, { 0xA3DC, 0xA3DC, 0xA3DC }, { 0xA3DD, 0xA3DD, 0xA3DD }, { 0xA3DE, 0xA3DE, 0xA3DE }, { 0xA3DF, 0xA3DF, 0xA3DF }, { 0xA3E0, 0xA3E0, 0xA3E0 }, { 0xA3E1, 0xA3E1, 0xA3E1 }, { 0xA3E2, 0xA3E2, 0xA3E2 }, { 0xA3E3, 0xA3E3, 0xA3E3 }, { 0xA3E4, 0xA3E4, 0xA3E4 }, { 0xA3E5, 0xA3E5, 0xA3E5 }, { 0xA3E6, 0xA3E6, 0xA3E6 }, { 0xA3E7, 0xA3E7, 0xA3E7 }, { 0xA3E8, 0xA3E8, 0xA3E8 }, { 0xA3E9, 0xA3E9, 0xA3E9 }, { 0xA3EA, 0xA3EA, 0xA3EA }, { 0xA3EB, 0xA3EB, 0xA3EB }, { 0xA3EC, 0xA3EC, 0xA3EC }, { 0xA3ED, 0xA3ED, 0xA3ED }, { 0xA3EE, 0xA3EE, 0xA3EE }, { 0xA3EF, 0xA3EF, 0xA3EF }, { 0xA3F0, 0xA3F0, 0xA3F0 }, { 0xA3F1, 0xA3F1, 0xA3F1 }, { 0xA3F2, 0xA3F2, 0xA3F2 }, { 0xA3F3, 0xA3F3, 0xA3F3 }, { 0xA3F4, 0xA3F4, 0xA3F4 }, { 0xA3F5, 0xA3F5, 0xA3F5 }, { 0xA3F6, 0xA3F6, 0xA3F6 }, { 0xA3F7, 0xA3F7, 0xA3F7 }, { 0xA3F8, 0xA3F8, 0xA3F8 }, { 0xA3F9, 0xA3F9, 0xA3F9 }, { 0xA3FA, 0xA3FA, 0xA3FA }, { 0xA3FB, 0xA3FB, 0xA3FB }, { 0xA3FC, 0xA3FC, 0xA3FC }, { 0xA3FD, 0xA3FD, 0xA3FD }, { 0xA3FE, 0xA3FE, 0xA3FE }, { 0xA3FF, 0xA3FF, 0xA3FF }, { 0xA400, 0xA400, 0xA400 }, { 0xA401, 0xA401, 0xA401 }, { 0xA402, 0xA402, 0xA402 }, { 0xA403, 0xA403, 0xA403 }, { 0xA404, 0xA404, 0xA404 }, { 0xA405, 0xA405, 0xA405 }, { 0xA406, 0xA406, 0xA406 }, { 0xA407, 0xA407, 0xA407 }, { 0xA408, 0xA408, 0xA408 }, { 0xA409, 0xA409, 0xA409 }, { 0xA40A, 0xA40A, 0xA40A }, { 0xA40B, 0xA40B, 0xA40B }, { 0xA40C, 0xA40C, 0xA40C }, { 0xA40D, 0xA40D, 0xA40D }, { 0xA40E, 0xA40E, 0xA40E }, { 0xA40F, 0xA40F, 0xA40F }, { 0xA410, 0xA410, 0xA410 }, { 0xA411, 0xA411, 0xA411 }, { 0xA412, 0xA412, 0xA412 }, { 0xA413, 0xA413, 0xA413 }, { 0xA414, 0xA414, 0xA414 }, { 0xA415, 0xA415, 0xA415 }, { 0xA416, 0xA416, 0xA416 }, { 0xA417, 0xA417, 0xA417 }, { 0xA418, 0xA418, 0xA418 }, { 0xA419, 0xA419, 0xA419 }, { 0xA41A, 0xA41A, 0xA41A }, { 0xA41B, 0xA41B, 0xA41B }, { 0xA41C, 0xA41C, 0xA41C }, { 0xA41D, 0xA41D, 0xA41D }, { 0xA41E, 0xA41E, 0xA41E }, { 0xA41F, 0xA41F, 0xA41F }, { 0xA420, 0xA420, 0xA420 }, { 0xA421, 0xA421, 0xA421 }, { 0xA422, 0xA422, 0xA422 }, { 0xA423, 0xA423, 0xA423 }, { 0xA424, 0xA424, 0xA424 }, { 0xA425, 0xA425, 0xA425 }, { 0xA426, 0xA426, 0xA426 }, { 0xA427, 0xA427, 0xA427 }, { 0xA428, 0xA428, 0xA428 }, { 0xA429, 0xA429, 0xA429 }, { 0xA42A, 0xA42A, 0xA42A }, { 0xA42B, 0xA42B, 0xA42B }, { 0xA42C, 0xA42C, 0xA42C }, { 0xA42D, 0xA42D, 0xA42D }, { 0xA42E, 0xA42E, 0xA42E }, { 0xA42F, 0xA42F, 0xA42F }, { 0xA430, 0xA430, 0xA430 }, { 0xA431, 0xA431, 0xA431 }, { 0xA432, 0xA432, 0xA432 }, { 0xA433, 0xA433, 0xA433 }, { 0xA434, 0xA434, 0xA434 }, { 0xA435, 0xA435, 0xA435 }, { 0xA436, 0xA436, 0xA436 }, { 0xA437, 0xA437, 0xA437 }, { 0xA438, 0xA438, 0xA438 }, { 0xA439, 0xA439, 0xA439 }, { 0xA43A, 0xA43A, 0xA43A }, { 0xA43B, 0xA43B, 0xA43B }, { 0xA43C, 0xA43C, 0xA43C }, { 0xA43D, 0xA43D, 0xA43D }, { 0xA43E, 0xA43E, 0xA43E }, { 0xA43F, 0xA43F, 0xA43F }, { 0xA440, 0xA440, 0xA440 }, { 0xA441, 0xA441, 0xA441 }, { 0xA442, 0xA442, 0xA442 }, { 0xA443, 0xA443, 0xA443 }, { 0xA444, 0xA444, 0xA444 }, { 0xA445, 0xA445, 0xA445 }, { 0xA446, 0xA446, 0xA446 }, { 0xA447, 0xA447, 0xA447 }, { 0xA448, 0xA448, 0xA448 }, { 0xA449, 0xA449, 0xA449 }, { 0xA44A, 0xA44A, 0xA44A }, { 0xA44B, 0xA44B, 0xA44B }, { 0xA44C, 0xA44C, 0xA44C }, { 0xA44D, 0xA44D, 0xA44D }, { 0xA44E, 0xA44E, 0xA44E }, { 0xA44F, 0xA44F, 0xA44F }, { 0xA450, 0xA450, 0xA450 }, { 0xA451, 0xA451, 0xA451 }, { 0xA452, 0xA452, 0xA452 }, { 0xA453, 0xA453, 0xA453 }, { 0xA454, 0xA454, 0xA454 }, { 0xA455, 0xA455, 0xA455 }, { 0xA456, 0xA456, 0xA456 }, { 0xA457, 0xA457, 0xA457 }, { 0xA458, 0xA458, 0xA458 }, { 0xA459, 0xA459, 0xA459 }, { 0xA45A, 0xA45A, 0xA45A }, { 0xA45B, 0xA45B, 0xA45B }, { 0xA45C, 0xA45C, 0xA45C }, { 0xA45D, 0xA45D, 0xA45D }, { 0xA45E, 0xA45E, 0xA45E }, { 0xA45F, 0xA45F, 0xA45F }, { 0xA460, 0xA460, 0xA460 }, { 0xA461, 0xA461, 0xA461 }, { 0xA462, 0xA462, 0xA462 }, { 0xA463, 0xA463, 0xA463 }, { 0xA464, 0xA464, 0xA464 }, { 0xA465, 0xA465, 0xA465 }, { 0xA466, 0xA466, 0xA466 }, { 0xA467, 0xA467, 0xA467 }, { 0xA468, 0xA468, 0xA468 }, { 0xA469, 0xA469, 0xA469 }, { 0xA46A, 0xA46A, 0xA46A }, { 0xA46B, 0xA46B, 0xA46B }, { 0xA46C, 0xA46C, 0xA46C }, { 0xA46D, 0xA46D, 0xA46D }, { 0xA46E, 0xA46E, 0xA46E }, { 0xA46F, 0xA46F, 0xA46F }, { 0xA470, 0xA470, 0xA470 }, { 0xA471, 0xA471, 0xA471 }, { 0xA472, 0xA472, 0xA472 }, { 0xA473, 0xA473, 0xA473 }, { 0xA474, 0xA474, 0xA474 }, { 0xA475, 0xA475, 0xA475 }, { 0xA476, 0xA476, 0xA476 }, { 0xA477, 0xA477, 0xA477 }, { 0xA478, 0xA478, 0xA478 }, { 0xA479, 0xA479, 0xA479 }, { 0xA47A, 0xA47A, 0xA47A }, { 0xA47B, 0xA47B, 0xA47B }, { 0xA47C, 0xA47C, 0xA47C }, { 0xA47D, 0xA47D, 0xA47D }, { 0xA47E, 0xA47E, 0xA47E }, { 0xA47F, 0xA47F, 0xA47F }, { 0xA480, 0xA480, 0xA480 }, { 0xA481, 0xA481, 0xA481 }, { 0xA482, 0xA482, 0xA482 }, { 0xA483, 0xA483, 0xA483 }, { 0xA484, 0xA484, 0xA484 }, { 0xA485, 0xA485, 0xA485 }, { 0xA486, 0xA486, 0xA486 }, { 0xA487, 0xA487, 0xA487 }, { 0xA488, 0xA488, 0xA488 }, { 0xA489, 0xA489, 0xA489 }, { 0xA48A, 0xA48A, 0xA48A }, { 0xA48B, 0xA48B, 0xA48B }, { 0xA48C, 0xA48C, 0xA48C }, { 0xA800, 0xA800, 0xA800 }, { 0xA801, 0xA801, 0xA801 }, { 0xA803, 0xA803, 0xA803 }, { 0xA804, 0xA804, 0xA804 }, { 0xA805, 0xA805, 0xA805 }, { 0xA806, 0xA806, 0xA806 }, { 0xA807, 0xA807, 0xA807 }, { 0xA808, 0xA808, 0xA808 }, { 0xA809, 0xA809, 0xA809 }, { 0xA80A, 0xA80A, 0xA80A }, { 0xA80B, 0xA80B, 0xA80B }, { 0xA80C, 0xA80C, 0xA80C }, { 0xA80D, 0xA80D, 0xA80D }, { 0xA80E, 0xA80E, 0xA80E }, { 0xA80F, 0xA80F, 0xA80F }, { 0xA810, 0xA810, 0xA810 }, { 0xA811, 0xA811, 0xA811 }, { 0xA812, 0xA812, 0xA812 }, { 0xA813, 0xA813, 0xA813 }, { 0xA814, 0xA814, 0xA814 }, { 0xA815, 0xA815, 0xA815 }, { 0xA816, 0xA816, 0xA816 }, { 0xA817, 0xA817, 0xA817 }, { 0xA818, 0xA818, 0xA818 }, { 0xA819, 0xA819, 0xA819 }, { 0xA81A, 0xA81A, 0xA81A }, { 0xA81B, 0xA81B, 0xA81B }, { 0xA81C, 0xA81C, 0xA81C }, { 0xA81D, 0xA81D, 0xA81D }, { 0xA81E, 0xA81E, 0xA81E }, { 0xA81F, 0xA81F, 0xA81F }, { 0xA820, 0xA820, 0xA820 }, { 0xA821, 0xA821, 0xA821 }, { 0xA822, 0xA822, 0xA822 }, { 0xA825, 0xA825, 0xA825 }, { 0xA826, 0xA826, 0xA826 }, { 0xAC00, 0xAC00, 0xAC00 }, { 0xD7A3, 0xD7A3, 0xD7A3 }, { 0xF900, 0xF900, 0xF900 }, { 0xF901, 0xF901, 0xF901 }, { 0xF902, 0xF902, 0xF902 }, { 0xF903, 0xF903, 0xF903 }, { 0xF904, 0xF904, 0xF904 }, { 0xF905, 0xF905, 0xF905 }, { 0xF906, 0xF906, 0xF906 }, { 0xF907, 0xF907, 0xF907 }, { 0xF908, 0xF908, 0xF908 }, { 0xF909, 0xF909, 0xF909 }, { 0xF90A, 0xF90A, 0xF90A }, { 0xF90B, 0xF90B, 0xF90B }, { 0xF90C, 0xF90C, 0xF90C }, { 0xF90D, 0xF90D, 0xF90D }, { 0xF90E, 0xF90E, 0xF90E }, { 0xF90F, 0xF90F, 0xF90F }, { 0xF910, 0xF910, 0xF910 }, { 0xF911, 0xF911, 0xF911 }, { 0xF912, 0xF912, 0xF912 }, { 0xF913, 0xF913, 0xF913 }, { 0xF914, 0xF914, 0xF914 }, { 0xF915, 0xF915, 0xF915 }, { 0xF916, 0xF916, 0xF916 }, { 0xF917, 0xF917, 0xF917 }, { 0xF918, 0xF918, 0xF918 }, { 0xF919, 0xF919, 0xF919 }, { 0xF91A, 0xF91A, 0xF91A }, { 0xF91B, 0xF91B, 0xF91B }, { 0xF91C, 0xF91C, 0xF91C }, { 0xF91D, 0xF91D, 0xF91D }, { 0xF91E, 0xF91E, 0xF91E }, { 0xF91F, 0xF91F, 0xF91F }, { 0xF920, 0xF920, 0xF920 }, { 0xF921, 0xF921, 0xF921 }, { 0xF922, 0xF922, 0xF922 }, { 0xF923, 0xF923, 0xF923 }, { 0xF924, 0xF924, 0xF924 }, { 0xF925, 0xF925, 0xF925 }, { 0xF926, 0xF926, 0xF926 }, { 0xF927, 0xF927, 0xF927 }, { 0xF928, 0xF928, 0xF928 }, { 0xF929, 0xF929, 0xF929 }, { 0xF92A, 0xF92A, 0xF92A }, { 0xF92B, 0xF92B, 0xF92B }, { 0xF92C, 0xF92C, 0xF92C }, { 0xF92D, 0xF92D, 0xF92D }, { 0xF92E, 0xF92E, 0xF92E }, { 0xF92F, 0xF92F, 0xF92F }, { 0xF930, 0xF930, 0xF930 }, { 0xF931, 0xF931, 0xF931 }, { 0xF932, 0xF932, 0xF932 }, { 0xF933, 0xF933, 0xF933 }, { 0xF934, 0xF934, 0xF934 }, { 0xF935, 0xF935, 0xF935 }, { 0xF936, 0xF936, 0xF936 }, { 0xF937, 0xF937, 0xF937 }, { 0xF938, 0xF938, 0xF938 }, { 0xF939, 0xF939, 0xF939 }, { 0xF93A, 0xF93A, 0xF93A }, { 0xF93B, 0xF93B, 0xF93B }, { 0xF93C, 0xF93C, 0xF93C }, { 0xF93D, 0xF93D, 0xF93D }, { 0xF93E, 0xF93E, 0xF93E }, { 0xF93F, 0xF93F, 0xF93F }, { 0xF940, 0xF940, 0xF940 }, { 0xF941, 0xF941, 0xF941 }, { 0xF942, 0xF942, 0xF942 }, { 0xF943, 0xF943, 0xF943 }, { 0xF944, 0xF944, 0xF944 }, { 0xF945, 0xF945, 0xF945 }, { 0xF946, 0xF946, 0xF946 }, { 0xF947, 0xF947, 0xF947 }, { 0xF948, 0xF948, 0xF948 }, { 0xF949, 0xF949, 0xF949 }, { 0xF94A, 0xF94A, 0xF94A }, { 0xF94B, 0xF94B, 0xF94B }, { 0xF94C, 0xF94C, 0xF94C }, { 0xF94D, 0xF94D, 0xF94D }, { 0xF94E, 0xF94E, 0xF94E }, { 0xF94F, 0xF94F, 0xF94F }, { 0xF950, 0xF950, 0xF950 }, { 0xF951, 0xF951, 0xF951 }, { 0xF952, 0xF952, 0xF952 }, { 0xF953, 0xF953, 0xF953 }, { 0xF954, 0xF954, 0xF954 }, { 0xF955, 0xF955, 0xF955 }, { 0xF956, 0xF956, 0xF956 }, { 0xF957, 0xF957, 0xF957 }, { 0xF958, 0xF958, 0xF958 }, { 0xF959, 0xF959, 0xF959 }, { 0xF95A, 0xF95A, 0xF95A }, { 0xF95B, 0xF95B, 0xF95B }, { 0xF95C, 0xF95C, 0xF95C }, { 0xF95D, 0xF95D, 0xF95D }, { 0xF95E, 0xF95E, 0xF95E }, { 0xF95F, 0xF95F, 0xF95F }, { 0xF960, 0xF960, 0xF960 }, { 0xF961, 0xF961, 0xF961 }, { 0xF962, 0xF962, 0xF962 }, { 0xF963, 0xF963, 0xF963 }, { 0xF964, 0xF964, 0xF964 }, { 0xF965, 0xF965, 0xF965 }, { 0xF966, 0xF966, 0xF966 }, { 0xF967, 0xF967, 0xF967 }, { 0xF968, 0xF968, 0xF968 }, { 0xF969, 0xF969, 0xF969 }, { 0xF96A, 0xF96A, 0xF96A }, { 0xF96B, 0xF96B, 0xF96B }, { 0xF96C, 0xF96C, 0xF96C }, { 0xF96D, 0xF96D, 0xF96D }, { 0xF96E, 0xF96E, 0xF96E }, { 0xF96F, 0xF96F, 0xF96F }, { 0xF970, 0xF970, 0xF970 }, { 0xF971, 0xF971, 0xF971 }, { 0xF972, 0xF972, 0xF972 }, { 0xF973, 0xF973, 0xF973 }, { 0xF974, 0xF974, 0xF974 }, { 0xF975, 0xF975, 0xF975 }, { 0xF976, 0xF976, 0xF976 }, { 0xF977, 0xF977, 0xF977 }, { 0xF978, 0xF978, 0xF978 }, { 0xF979, 0xF979, 0xF979 }, { 0xF97A, 0xF97A, 0xF97A }, { 0xF97B, 0xF97B, 0xF97B }, { 0xF97C, 0xF97C, 0xF97C }, { 0xF97D, 0xF97D, 0xF97D }, { 0xF97E, 0xF97E, 0xF97E }, { 0xF97F, 0xF97F, 0xF97F }, { 0xF980, 0xF980, 0xF980 }, { 0xF981, 0xF981, 0xF981 }, { 0xF982, 0xF982, 0xF982 }, { 0xF983, 0xF983, 0xF983 }, { 0xF984, 0xF984, 0xF984 }, { 0xF985, 0xF985, 0xF985 }, { 0xF986, 0xF986, 0xF986 }, { 0xF987, 0xF987, 0xF987 }, { 0xF988, 0xF988, 0xF988 }, { 0xF989, 0xF989, 0xF989 }, { 0xF98A, 0xF98A, 0xF98A }, { 0xF98B, 0xF98B, 0xF98B }, { 0xF98C, 0xF98C, 0xF98C }, { 0xF98D, 0xF98D, 0xF98D }, { 0xF98E, 0xF98E, 0xF98E }, { 0xF98F, 0xF98F, 0xF98F }, { 0xF990, 0xF990, 0xF990 }, { 0xF991, 0xF991, 0xF991 }, { 0xF992, 0xF992, 0xF992 }, { 0xF993, 0xF993, 0xF993 }, { 0xF994, 0xF994, 0xF994 }, { 0xF995, 0xF995, 0xF995 }, { 0xF996, 0xF996, 0xF996 }, { 0xF997, 0xF997, 0xF997 }, { 0xF998, 0xF998, 0xF998 }, { 0xF999, 0xF999, 0xF999 }, { 0xF99A, 0xF99A, 0xF99A }, { 0xF99B, 0xF99B, 0xF99B }, { 0xF99C, 0xF99C, 0xF99C }, { 0xF99D, 0xF99D, 0xF99D }, { 0xF99E, 0xF99E, 0xF99E }, { 0xF99F, 0xF99F, 0xF99F }, { 0xF9A0, 0xF9A0, 0xF9A0 }, { 0xF9A1, 0xF9A1, 0xF9A1 }, { 0xF9A2, 0xF9A2, 0xF9A2 }, { 0xF9A3, 0xF9A3, 0xF9A3 }, { 0xF9A4, 0xF9A4, 0xF9A4 }, { 0xF9A5, 0xF9A5, 0xF9A5 }, { 0xF9A6, 0xF9A6, 0xF9A6 }, { 0xF9A7, 0xF9A7, 0xF9A7 }, { 0xF9A8, 0xF9A8, 0xF9A8 }, { 0xF9A9, 0xF9A9, 0xF9A9 }, { 0xF9AA, 0xF9AA, 0xF9AA }, { 0xF9AB, 0xF9AB, 0xF9AB }, { 0xF9AC, 0xF9AC, 0xF9AC }, { 0xF9AD, 0xF9AD, 0xF9AD }, { 0xF9AE, 0xF9AE, 0xF9AE }, { 0xF9AF, 0xF9AF, 0xF9AF }, { 0xF9B0, 0xF9B0, 0xF9B0 }, { 0xF9B1, 0xF9B1, 0xF9B1 }, { 0xF9B2, 0xF9B2, 0xF9B2 }, { 0xF9B3, 0xF9B3, 0xF9B3 }, { 0xF9B4, 0xF9B4, 0xF9B4 }, { 0xF9B5, 0xF9B5, 0xF9B5 }, { 0xF9B6, 0xF9B6, 0xF9B6 }, { 0xF9B7, 0xF9B7, 0xF9B7 }, { 0xF9B8, 0xF9B8, 0xF9B8 }, { 0xF9B9, 0xF9B9, 0xF9B9 }, { 0xF9BA, 0xF9BA, 0xF9BA }, { 0xF9BB, 0xF9BB, 0xF9BB }, { 0xF9BC, 0xF9BC, 0xF9BC }, { 0xF9BD, 0xF9BD, 0xF9BD }, { 0xF9BE, 0xF9BE, 0xF9BE }, { 0xF9BF, 0xF9BF, 0xF9BF }, { 0xF9C0, 0xF9C0, 0xF9C0 }, { 0xF9C1, 0xF9C1, 0xF9C1 }, { 0xF9C2, 0xF9C2, 0xF9C2 }, { 0xF9C3, 0xF9C3, 0xF9C3 }, { 0xF9C4, 0xF9C4, 0xF9C4 }, { 0xF9C5, 0xF9C5, 0xF9C5 }, { 0xF9C6, 0xF9C6, 0xF9C6 }, { 0xF9C7, 0xF9C7, 0xF9C7 }, { 0xF9C8, 0xF9C8, 0xF9C8 }, { 0xF9C9, 0xF9C9, 0xF9C9 }, { 0xF9CA, 0xF9CA, 0xF9CA }, { 0xF9CB, 0xF9CB, 0xF9CB }, { 0xF9CC, 0xF9CC, 0xF9CC }, { 0xF9CD, 0xF9CD, 0xF9CD }, { 0xF9CE, 0xF9CE, 0xF9CE }, { 0xF9CF, 0xF9CF, 0xF9CF }, { 0xF9D0, 0xF9D0, 0xF9D0 }, { 0xF9D1, 0xF9D1, 0xF9D1 }, { 0xF9D2, 0xF9D2, 0xF9D2 }, { 0xF9D3, 0xF9D3, 0xF9D3 }, { 0xF9D4, 0xF9D4, 0xF9D4 }, { 0xF9D5, 0xF9D5, 0xF9D5 }, { 0xF9D6, 0xF9D6, 0xF9D6 }, { 0xF9D7, 0xF9D7, 0xF9D7 }, { 0xF9D8, 0xF9D8, 0xF9D8 }, { 0xF9D9, 0xF9D9, 0xF9D9 }, { 0xF9DA, 0xF9DA, 0xF9DA }, { 0xF9DB, 0xF9DB, 0xF9DB }, { 0xF9DC, 0xF9DC, 0xF9DC }, { 0xF9DD, 0xF9DD, 0xF9DD }, { 0xF9DE, 0xF9DE, 0xF9DE }, { 0xF9DF, 0xF9DF, 0xF9DF }, { 0xF9E0, 0xF9E0, 0xF9E0 }, { 0xF9E1, 0xF9E1, 0xF9E1 }, { 0xF9E2, 0xF9E2, 0xF9E2 }, { 0xF9E3, 0xF9E3, 0xF9E3 }, { 0xF9E4, 0xF9E4, 0xF9E4 }, { 0xF9E5, 0xF9E5, 0xF9E5 }, { 0xF9E6, 0xF9E6, 0xF9E6 }, { 0xF9E7, 0xF9E7, 0xF9E7 }, { 0xF9E8, 0xF9E8, 0xF9E8 }, { 0xF9E9, 0xF9E9, 0xF9E9 }, { 0xF9EA, 0xF9EA, 0xF9EA }, { 0xF9EB, 0xF9EB, 0xF9EB }, { 0xF9EC, 0xF9EC, 0xF9EC }, { 0xF9ED, 0xF9ED, 0xF9ED }, { 0xF9EE, 0xF9EE, 0xF9EE }, { 0xF9EF, 0xF9EF, 0xF9EF }, { 0xF9F0, 0xF9F0, 0xF9F0 }, { 0xF9F1, 0xF9F1, 0xF9F1 }, { 0xF9F2, 0xF9F2, 0xF9F2 }, { 0xF9F3, 0xF9F3, 0xF9F3 }, { 0xF9F4, 0xF9F4, 0xF9F4 }, { 0xF9F5, 0xF9F5, 0xF9F5 }, { 0xF9F6, 0xF9F6, 0xF9F6 }, { 0xF9F7, 0xF9F7, 0xF9F7 }, { 0xF9F8, 0xF9F8, 0xF9F8 }, { 0xF9F9, 0xF9F9, 0xF9F9 }, { 0xF9FA, 0xF9FA, 0xF9FA }, { 0xF9FB, 0xF9FB, 0xF9FB }, { 0xF9FC, 0xF9FC, 0xF9FC }, { 0xF9FD, 0xF9FD, 0xF9FD }, { 0xF9FE, 0xF9FE, 0xF9FE }, { 0xF9FF, 0xF9FF, 0xF9FF }, { 0xFA00, 0xFA00, 0xFA00 }, { 0xFA01, 0xFA01, 0xFA01 }, { 0xFA02, 0xFA02, 0xFA02 }, { 0xFA03, 0xFA03, 0xFA03 }, { 0xFA04, 0xFA04, 0xFA04 }, { 0xFA05, 0xFA05, 0xFA05 }, { 0xFA06, 0xFA06, 0xFA06 }, { 0xFA07, 0xFA07, 0xFA07 }, { 0xFA08, 0xFA08, 0xFA08 }, { 0xFA09, 0xFA09, 0xFA09 }, { 0xFA0A, 0xFA0A, 0xFA0A }, { 0xFA0B, 0xFA0B, 0xFA0B }, { 0xFA0C, 0xFA0C, 0xFA0C }, { 0xFA0D, 0xFA0D, 0xFA0D }, { 0xFA0E, 0xFA0E, 0xFA0E }, { 0xFA0F, 0xFA0F, 0xFA0F }, { 0xFA10, 0xFA10, 0xFA10 }, { 0xFA11, 0xFA11, 0xFA11 }, { 0xFA12, 0xFA12, 0xFA12 }, { 0xFA13, 0xFA13, 0xFA13 }, { 0xFA14, 0xFA14, 0xFA14 }, { 0xFA15, 0xFA15, 0xFA15 }, { 0xFA16, 0xFA16, 0xFA16 }, { 0xFA17, 0xFA17, 0xFA17 }, { 0xFA18, 0xFA18, 0xFA18 }, { 0xFA19, 0xFA19, 0xFA19 }, { 0xFA1A, 0xFA1A, 0xFA1A }, { 0xFA1B, 0xFA1B, 0xFA1B }, { 0xFA1C, 0xFA1C, 0xFA1C }, { 0xFA1D, 0xFA1D, 0xFA1D }, { 0xFA1E, 0xFA1E, 0xFA1E }, { 0xFA1F, 0xFA1F, 0xFA1F }, { 0xFA20, 0xFA20, 0xFA20 }, { 0xFA21, 0xFA21, 0xFA21 }, { 0xFA22, 0xFA22, 0xFA22 }, { 0xFA23, 0xFA23, 0xFA23 }, { 0xFA24, 0xFA24, 0xFA24 }, { 0xFA25, 0xFA25, 0xFA25 }, { 0xFA26, 0xFA26, 0xFA26 }, { 0xFA27, 0xFA27, 0xFA27 }, { 0xFA28, 0xFA28, 0xFA28 }, { 0xFA29, 0xFA29, 0xFA29 }, { 0xFA2A, 0xFA2A, 0xFA2A }, { 0xFA2B, 0xFA2B, 0xFA2B }, { 0xFA2C, 0xFA2C, 0xFA2C }, { 0xFA2D, 0xFA2D, 0xFA2D }, { 0xFA30, 0xFA30, 0xFA30 }, { 0xFA31, 0xFA31, 0xFA31 }, { 0xFA32, 0xFA32, 0xFA32 }, { 0xFA33, 0xFA33, 0xFA33 }, { 0xFA34, 0xFA34, 0xFA34 }, { 0xFA35, 0xFA35, 0xFA35 }, { 0xFA36, 0xFA36, 0xFA36 }, { 0xFA37, 0xFA37, 0xFA37 }, { 0xFA38, 0xFA38, 0xFA38 }, { 0xFA39, 0xFA39, 0xFA39 }, { 0xFA3A, 0xFA3A, 0xFA3A }, { 0xFA3B, 0xFA3B, 0xFA3B }, { 0xFA3C, 0xFA3C, 0xFA3C }, { 0xFA3D, 0xFA3D, 0xFA3D }, { 0xFA3E, 0xFA3E, 0xFA3E }, { 0xFA3F, 0xFA3F, 0xFA3F }, { 0xFA40, 0xFA40, 0xFA40 }, { 0xFA41, 0xFA41, 0xFA41 }, { 0xFA42, 0xFA42, 0xFA42 }, { 0xFA43, 0xFA43, 0xFA43 }, { 0xFA44, 0xFA44, 0xFA44 }, { 0xFA45, 0xFA45, 0xFA45 }, { 0xFA46, 0xFA46, 0xFA46 }, { 0xFA47, 0xFA47, 0xFA47 }, { 0xFA48, 0xFA48, 0xFA48 }, { 0xFA49, 0xFA49, 0xFA49 }, { 0xFA4A, 0xFA4A, 0xFA4A }, { 0xFA4B, 0xFA4B, 0xFA4B }, { 0xFA4C, 0xFA4C, 0xFA4C }, { 0xFA4D, 0xFA4D, 0xFA4D }, { 0xFA4E, 0xFA4E, 0xFA4E }, { 0xFA4F, 0xFA4F, 0xFA4F }, { 0xFA50, 0xFA50, 0xFA50 }, { 0xFA51, 0xFA51, 0xFA51 }, { 0xFA52, 0xFA52, 0xFA52 }, { 0xFA53, 0xFA53, 0xFA53 }, { 0xFA54, 0xFA54, 0xFA54 }, { 0xFA55, 0xFA55, 0xFA55 }, { 0xFA56, 0xFA56, 0xFA56 }, { 0xFA57, 0xFA57, 0xFA57 }, { 0xFA58, 0xFA58, 0xFA58 }, { 0xFA59, 0xFA59, 0xFA59 }, { 0xFA5A, 0xFA5A, 0xFA5A }, { 0xFA5B, 0xFA5B, 0xFA5B }, { 0xFA5C, 0xFA5C, 0xFA5C }, { 0xFA5D, 0xFA5D, 0xFA5D }, { 0xFA5E, 0xFA5E, 0xFA5E }, { 0xFA5F, 0xFA5F, 0xFA5F }, { 0xFA60, 0xFA60, 0xFA60 }, { 0xFA61, 0xFA61, 0xFA61 }, { 0xFA62, 0xFA62, 0xFA62 }, { 0xFA63, 0xFA63, 0xFA63 }, { 0xFA64, 0xFA64, 0xFA64 }, { 0xFA65, 0xFA65, 0xFA65 }, { 0xFA66, 0xFA66, 0xFA66 }, { 0xFA67, 0xFA67, 0xFA67 }, { 0xFA68, 0xFA68, 0xFA68 }, { 0xFA69, 0xFA69, 0xFA69 }, { 0xFA6A, 0xFA6A, 0xFA6A }, { 0xFA70, 0xFA70, 0xFA70 }, { 0xFA71, 0xFA71, 0xFA71 }, { 0xFA72, 0xFA72, 0xFA72 }, { 0xFA73, 0xFA73, 0xFA73 }, { 0xFA74, 0xFA74, 0xFA74 }, { 0xFA75, 0xFA75, 0xFA75 }, { 0xFA76, 0xFA76, 0xFA76 }, { 0xFA77, 0xFA77, 0xFA77 }, { 0xFA78, 0xFA78, 0xFA78 }, { 0xFA79, 0xFA79, 0xFA79 }, { 0xFA7A, 0xFA7A, 0xFA7A }, { 0xFA7B, 0xFA7B, 0xFA7B }, { 0xFA7C, 0xFA7C, 0xFA7C }, { 0xFA7D, 0xFA7D, 0xFA7D }, { 0xFA7E, 0xFA7E, 0xFA7E }, { 0xFA7F, 0xFA7F, 0xFA7F }, { 0xFA80, 0xFA80, 0xFA80 }, { 0xFA81, 0xFA81, 0xFA81 }, { 0xFA82, 0xFA82, 0xFA82 }, { 0xFA83, 0xFA83, 0xFA83 }, { 0xFA84, 0xFA84, 0xFA84 }, { 0xFA85, 0xFA85, 0xFA85 }, { 0xFA86, 0xFA86, 0xFA86 }, { 0xFA87, 0xFA87, 0xFA87 }, { 0xFA88, 0xFA88, 0xFA88 }, { 0xFA89, 0xFA89, 0xFA89 }, { 0xFA8A, 0xFA8A, 0xFA8A }, { 0xFA8B, 0xFA8B, 0xFA8B }, { 0xFA8C, 0xFA8C, 0xFA8C }, { 0xFA8D, 0xFA8D, 0xFA8D }, { 0xFA8E, 0xFA8E, 0xFA8E }, { 0xFA8F, 0xFA8F, 0xFA8F }, { 0xFA90, 0xFA90, 0xFA90 }, { 0xFA91, 0xFA91, 0xFA91 }, { 0xFA92, 0xFA92, 0xFA92 }, { 0xFA93, 0xFA93, 0xFA93 }, { 0xFA94, 0xFA94, 0xFA94 }, { 0xFA95, 0xFA95, 0xFA95 }, { 0xFA96, 0xFA96, 0xFA96 }, { 0xFA97, 0xFA97, 0xFA97 }, { 0xFA98, 0xFA98, 0xFA98 }, { 0xFA99, 0xFA99, 0xFA99 }, { 0xFA9A, 0xFA9A, 0xFA9A }, { 0xFA9B, 0xFA9B, 0xFA9B }, { 0xFA9C, 0xFA9C, 0xFA9C }, { 0xFA9D, 0xFA9D, 0xFA9D }, { 0xFA9E, 0xFA9E, 0xFA9E }, { 0xFA9F, 0xFA9F, 0xFA9F }, { 0xFAA0, 0xFAA0, 0xFAA0 }, { 0xFAA1, 0xFAA1, 0xFAA1 }, { 0xFAA2, 0xFAA2, 0xFAA2 }, { 0xFAA3, 0xFAA3, 0xFAA3 }, { 0xFAA4, 0xFAA4, 0xFAA4 }, { 0xFAA5, 0xFAA5, 0xFAA5 }, { 0xFAA6, 0xFAA6, 0xFAA6 }, { 0xFAA7, 0xFAA7, 0xFAA7 }, { 0xFAA8, 0xFAA8, 0xFAA8 }, { 0xFAA9, 0xFAA9, 0xFAA9 }, { 0xFAAA, 0xFAAA, 0xFAAA }, { 0xFAAB, 0xFAAB, 0xFAAB }, { 0xFAAC, 0xFAAC, 0xFAAC }, { 0xFAAD, 0xFAAD, 0xFAAD }, { 0xFAAE, 0xFAAE, 0xFAAE }, { 0xFAAF, 0xFAAF, 0xFAAF }, { 0xFAB0, 0xFAB0, 0xFAB0 }, { 0xFAB1, 0xFAB1, 0xFAB1 }, { 0xFAB2, 0xFAB2, 0xFAB2 }, { 0xFAB3, 0xFAB3, 0xFAB3 }, { 0xFAB4, 0xFAB4, 0xFAB4 }, { 0xFAB5, 0xFAB5, 0xFAB5 }, { 0xFAB6, 0xFAB6, 0xFAB6 }, { 0xFAB7, 0xFAB7, 0xFAB7 }, { 0xFAB8, 0xFAB8, 0xFAB8 }, { 0xFAB9, 0xFAB9, 0xFAB9 }, { 0xFABA, 0xFABA, 0xFABA }, { 0xFABB, 0xFABB, 0xFABB }, { 0xFABC, 0xFABC, 0xFABC }, { 0xFABD, 0xFABD, 0xFABD }, { 0xFABE, 0xFABE, 0xFABE }, { 0xFABF, 0xFABF, 0xFABF }, { 0xFAC0, 0xFAC0, 0xFAC0 }, { 0xFAC1, 0xFAC1, 0xFAC1 }, { 0xFAC2, 0xFAC2, 0xFAC2 }, { 0xFAC3, 0xFAC3, 0xFAC3 }, { 0xFAC4, 0xFAC4, 0xFAC4 }, { 0xFAC5, 0xFAC5, 0xFAC5 }, { 0xFAC6, 0xFAC6, 0xFAC6 }, { 0xFAC7, 0xFAC7, 0xFAC7 }, { 0xFAC8, 0xFAC8, 0xFAC8 }, { 0xFAC9, 0xFAC9, 0xFAC9 }, { 0xFACA, 0xFACA, 0xFACA }, { 0xFACB, 0xFACB, 0xFACB }, { 0xFACC, 0xFACC, 0xFACC }, { 0xFACD, 0xFACD, 0xFACD }, { 0xFACE, 0xFACE, 0xFACE }, { 0xFACF, 0xFACF, 0xFACF }, { 0xFAD0, 0xFAD0, 0xFAD0 }, { 0xFAD1, 0xFAD1, 0xFAD1 }, { 0xFAD2, 0xFAD2, 0xFAD2 }, { 0xFAD3, 0xFAD3, 0xFAD3 }, { 0xFAD4, 0xFAD4, 0xFAD4 }, { 0xFAD5, 0xFAD5, 0xFAD5 }, { 0xFAD6, 0xFAD6, 0xFAD6 }, { 0xFAD7, 0xFAD7, 0xFAD7 }, { 0xFAD8, 0xFAD8, 0xFAD8 }, { 0xFAD9, 0xFAD9, 0xFAD9 }, { 0xFB00, 0xFB00, 0xFB00 }, { 0xFB01, 0xFB01, 0xFB01 }, { 0xFB02, 0xFB02, 0xFB02 }, { 0xFB03, 0xFB03, 0xFB03 }, { 0xFB04, 0xFB04, 0xFB04 }, { 0xFB05, 0xFB05, 0xFB05 }, { 0xFB06, 0xFB06, 0xFB06 }, { 0xFB13, 0xFB13, 0xFB13 }, { 0xFB14, 0xFB14, 0xFB14 }, { 0xFB15, 0xFB15, 0xFB15 }, { 0xFB16, 0xFB16, 0xFB16 }, { 0xFB17, 0xFB17, 0xFB17 }, { 0xFB1D, 0xFB1D, 0xFB1D }, { 0xFB1E, 0xFB1E, 0xFB1E }, { 0xFB1F, 0xFB1F, 0xFB1F }, { 0xFB20, 0xFB20, 0xFB20 }, { 0xFB21, 0xFB21, 0xFB21 }, { 0xFB22, 0xFB22, 0xFB22 }, { 0xFB23, 0xFB23, 0xFB23 }, { 0xFB24, 0xFB24, 0xFB24 }, { 0xFB25, 0xFB25, 0xFB25 }, { 0xFB26, 0xFB26, 0xFB26 }, { 0xFB27, 0xFB27, 0xFB27 }, { 0xFB28, 0xFB28, 0xFB28 }, { 0xFB2A, 0xFB2A, 0xFB2A }, { 0xFB2B, 0xFB2B, 0xFB2B }, { 0xFB2C, 0xFB2C, 0xFB2C }, { 0xFB2D, 0xFB2D, 0xFB2D }, { 0xFB2E, 0xFB2E, 0xFB2E }, { 0xFB2F, 0xFB2F, 0xFB2F }, { 0xFB30, 0xFB30, 0xFB30 }, { 0xFB31, 0xFB31, 0xFB31 }, { 0xFB32, 0xFB32, 0xFB32 }, { 0xFB33, 0xFB33, 0xFB33 }, { 0xFB34, 0xFB34, 0xFB34 }, { 0xFB35, 0xFB35, 0xFB35 }, { 0xFB36, 0xFB36, 0xFB36 }, { 0xFB38, 0xFB38, 0xFB38 }, { 0xFB39, 0xFB39, 0xFB39 }, { 0xFB3A, 0xFB3A, 0xFB3A }, { 0xFB3B, 0xFB3B, 0xFB3B }, { 0xFB3C, 0xFB3C, 0xFB3C }, { 0xFB3E, 0xFB3E, 0xFB3E }, { 0xFB40, 0xFB40, 0xFB40 }, { 0xFB41, 0xFB41, 0xFB41 }, { 0xFB43, 0xFB43, 0xFB43 }, { 0xFB44, 0xFB44, 0xFB44 }, { 0xFB46, 0xFB46, 0xFB46 }, { 0xFB47, 0xFB47, 0xFB47 }, { 0xFB48, 0xFB48, 0xFB48 }, { 0xFB49, 0xFB49, 0xFB49 }, { 0xFB4A, 0xFB4A, 0xFB4A }, { 0xFB4B, 0xFB4B, 0xFB4B }, { 0xFB4C, 0xFB4C, 0xFB4C }, { 0xFB4D, 0xFB4D, 0xFB4D }, { 0xFB4E, 0xFB4E, 0xFB4E }, { 0xFB4F, 0xFB4F, 0xFB4F }, { 0xFB50, 0xFB50, 0xFB50 }, { 0xFB51, 0xFB51, 0xFB51 }, { 0xFB52, 0xFB52, 0xFB52 }, { 0xFB53, 0xFB53, 0xFB53 }, { 0xFB54, 0xFB54, 0xFB54 }, { 0xFB55, 0xFB55, 0xFB55 }, { 0xFB56, 0xFB56, 0xFB56 }, { 0xFB57, 0xFB57, 0xFB57 }, { 0xFB58, 0xFB58, 0xFB58 }, { 0xFB59, 0xFB59, 0xFB59 }, { 0xFB5A, 0xFB5A, 0xFB5A }, { 0xFB5B, 0xFB5B, 0xFB5B }, { 0xFB5C, 0xFB5C, 0xFB5C }, { 0xFB5D, 0xFB5D, 0xFB5D }, { 0xFB5E, 0xFB5E, 0xFB5E }, { 0xFB5F, 0xFB5F, 0xFB5F }, { 0xFB60, 0xFB60, 0xFB60 }, { 0xFB61, 0xFB61, 0xFB61 }, { 0xFB62, 0xFB62, 0xFB62 }, { 0xFB63, 0xFB63, 0xFB63 }, { 0xFB64, 0xFB64, 0xFB64 }, { 0xFB65, 0xFB65, 0xFB65 }, { 0xFB66, 0xFB66, 0xFB66 }, { 0xFB67, 0xFB67, 0xFB67 }, { 0xFB68, 0xFB68, 0xFB68 }, { 0xFB69, 0xFB69, 0xFB69 }, { 0xFB6A, 0xFB6A, 0xFB6A }, { 0xFB6B, 0xFB6B, 0xFB6B }, { 0xFB6C, 0xFB6C, 0xFB6C }, { 0xFB6D, 0xFB6D, 0xFB6D }, { 0xFB6E, 0xFB6E, 0xFB6E }, { 0xFB6F, 0xFB6F, 0xFB6F }, { 0xFB70, 0xFB70, 0xFB70 }, { 0xFB71, 0xFB71, 0xFB71 }, { 0xFB72, 0xFB72, 0xFB72 }, { 0xFB73, 0xFB73, 0xFB73 }, { 0xFB74, 0xFB74, 0xFB74 }, { 0xFB75, 0xFB75, 0xFB75 }, { 0xFB76, 0xFB76, 0xFB76 }, { 0xFB77, 0xFB77, 0xFB77 }, { 0xFB78, 0xFB78, 0xFB78 }, { 0xFB79, 0xFB79, 0xFB79 }, { 0xFB7A, 0xFB7A, 0xFB7A }, { 0xFB7B, 0xFB7B, 0xFB7B }, { 0xFB7C, 0xFB7C, 0xFB7C }, { 0xFB7D, 0xFB7D, 0xFB7D }, { 0xFB7E, 0xFB7E, 0xFB7E }, { 0xFB7F, 0xFB7F, 0xFB7F }, { 0xFB80, 0xFB80, 0xFB80 }, { 0xFB81, 0xFB81, 0xFB81 }, { 0xFB82, 0xFB82, 0xFB82 }, { 0xFB83, 0xFB83, 0xFB83 }, { 0xFB84, 0xFB84, 0xFB84 }, { 0xFB85, 0xFB85, 0xFB85 }, { 0xFB86, 0xFB86, 0xFB86 }, { 0xFB87, 0xFB87, 0xFB87 }, { 0xFB88, 0xFB88, 0xFB88 }, { 0xFB89, 0xFB89, 0xFB89 }, { 0xFB8A, 0xFB8A, 0xFB8A }, { 0xFB8B, 0xFB8B, 0xFB8B }, { 0xFB8C, 0xFB8C, 0xFB8C }, { 0xFB8D, 0xFB8D, 0xFB8D }, { 0xFB8E, 0xFB8E, 0xFB8E }, { 0xFB8F, 0xFB8F, 0xFB8F }, { 0xFB90, 0xFB90, 0xFB90 }, { 0xFB91, 0xFB91, 0xFB91 }, { 0xFB92, 0xFB92, 0xFB92 }, { 0xFB93, 0xFB93, 0xFB93 }, { 0xFB94, 0xFB94, 0xFB94 }, { 0xFB95, 0xFB95, 0xFB95 }, { 0xFB96, 0xFB96, 0xFB96 }, { 0xFB97, 0xFB97, 0xFB97 }, { 0xFB98, 0xFB98, 0xFB98 }, { 0xFB99, 0xFB99, 0xFB99 }, { 0xFB9A, 0xFB9A, 0xFB9A }, { 0xFB9B, 0xFB9B, 0xFB9B }, { 0xFB9C, 0xFB9C, 0xFB9C }, { 0xFB9D, 0xFB9D, 0xFB9D }, { 0xFB9E, 0xFB9E, 0xFB9E }, { 0xFB9F, 0xFB9F, 0xFB9F }, { 0xFBA0, 0xFBA0, 0xFBA0 }, { 0xFBA1, 0xFBA1, 0xFBA1 }, { 0xFBA2, 0xFBA2, 0xFBA2 }, { 0xFBA3, 0xFBA3, 0xFBA3 }, { 0xFBA4, 0xFBA4, 0xFBA4 }, { 0xFBA5, 0xFBA5, 0xFBA5 }, { 0xFBA6, 0xFBA6, 0xFBA6 }, { 0xFBA7, 0xFBA7, 0xFBA7 }, { 0xFBA8, 0xFBA8, 0xFBA8 }, { 0xFBA9, 0xFBA9, 0xFBA9 }, { 0xFBAA, 0xFBAA, 0xFBAA }, { 0xFBAB, 0xFBAB, 0xFBAB }, { 0xFBAC, 0xFBAC, 0xFBAC }, { 0xFBAD, 0xFBAD, 0xFBAD }, { 0xFBAE, 0xFBAE, 0xFBAE }, { 0xFBAF, 0xFBAF, 0xFBAF }, { 0xFBB0, 0xFBB0, 0xFBB0 }, { 0xFBB1, 0xFBB1, 0xFBB1 }, { 0xFBD3, 0xFBD3, 0xFBD3 }, { 0xFBD4, 0xFBD4, 0xFBD4 }, { 0xFBD5, 0xFBD5, 0xFBD5 }, { 0xFBD6, 0xFBD6, 0xFBD6 }, { 0xFBD7, 0xFBD7, 0xFBD7 }, { 0xFBD8, 0xFBD8, 0xFBD8 }, { 0xFBD9, 0xFBD9, 0xFBD9 }, { 0xFBDA, 0xFBDA, 0xFBDA }, { 0xFBDB, 0xFBDB, 0xFBDB }, { 0xFBDC, 0xFBDC, 0xFBDC }, { 0xFBDD, 0xFBDD, 0xFBDD }, { 0xFBDE, 0xFBDE, 0xFBDE }, { 0xFBDF, 0xFBDF, 0xFBDF }, { 0xFBE0, 0xFBE0, 0xFBE0 }, { 0xFBE1, 0xFBE1, 0xFBE1 }, { 0xFBE2, 0xFBE2, 0xFBE2 }, { 0xFBE3, 0xFBE3, 0xFBE3 }, { 0xFBE4, 0xFBE4, 0xFBE4 }, { 0xFBE5, 0xFBE5, 0xFBE5 }, { 0xFBE6, 0xFBE6, 0xFBE6 }, { 0xFBE7, 0xFBE7, 0xFBE7 }, { 0xFBE8, 0xFBE8, 0xFBE8 }, { 0xFBE9, 0xFBE9, 0xFBE9 }, { 0xFBEA, 0xFBEA, 0xFBEA }, { 0xFBEB, 0xFBEB, 0xFBEB }, { 0xFBEC, 0xFBEC, 0xFBEC }, { 0xFBED, 0xFBED, 0xFBED }, { 0xFBEE, 0xFBEE, 0xFBEE }, { 0xFBEF, 0xFBEF, 0xFBEF }, { 0xFBF0, 0xFBF0, 0xFBF0 }, { 0xFBF1, 0xFBF1, 0xFBF1 }, { 0xFBF2, 0xFBF2, 0xFBF2 }, { 0xFBF3, 0xFBF3, 0xFBF3 }, { 0xFBF4, 0xFBF4, 0xFBF4 }, { 0xFBF5, 0xFBF5, 0xFBF5 }, { 0xFBF6, 0xFBF6, 0xFBF6 }, { 0xFBF7, 0xFBF7, 0xFBF7 }, { 0xFBF8, 0xFBF8, 0xFBF8 }, { 0xFBF9, 0xFBF9, 0xFBF9 }, { 0xFBFA, 0xFBFA, 0xFBFA }, { 0xFBFB, 0xFBFB, 0xFBFB }, { 0xFBFC, 0xFBFC, 0xFBFC }, { 0xFBFD, 0xFBFD, 0xFBFD }, { 0xFBFE, 0xFBFE, 0xFBFE }, { 0xFBFF, 0xFBFF, 0xFBFF }, { 0xFC00, 0xFC00, 0xFC00 }, { 0xFC01, 0xFC01, 0xFC01 }, { 0xFC02, 0xFC02, 0xFC02 }, { 0xFC03, 0xFC03, 0xFC03 }, { 0xFC04, 0xFC04, 0xFC04 }, { 0xFC05, 0xFC05, 0xFC05 }, { 0xFC06, 0xFC06, 0xFC06 }, { 0xFC07, 0xFC07, 0xFC07 }, { 0xFC08, 0xFC08, 0xFC08 }, { 0xFC09, 0xFC09, 0xFC09 }, { 0xFC0A, 0xFC0A, 0xFC0A }, { 0xFC0B, 0xFC0B, 0xFC0B }, { 0xFC0C, 0xFC0C, 0xFC0C }, { 0xFC0D, 0xFC0D, 0xFC0D }, { 0xFC0E, 0xFC0E, 0xFC0E }, { 0xFC0F, 0xFC0F, 0xFC0F }, { 0xFC10, 0xFC10, 0xFC10 }, { 0xFC11, 0xFC11, 0xFC11 }, { 0xFC12, 0xFC12, 0xFC12 }, { 0xFC13, 0xFC13, 0xFC13 }, { 0xFC14, 0xFC14, 0xFC14 }, { 0xFC15, 0xFC15, 0xFC15 }, { 0xFC16, 0xFC16, 0xFC16 }, { 0xFC17, 0xFC17, 0xFC17 }, { 0xFC18, 0xFC18, 0xFC18 }, { 0xFC19, 0xFC19, 0xFC19 }, { 0xFC1A, 0xFC1A, 0xFC1A }, { 0xFC1B, 0xFC1B, 0xFC1B }, { 0xFC1C, 0xFC1C, 0xFC1C }, { 0xFC1D, 0xFC1D, 0xFC1D }, { 0xFC1E, 0xFC1E, 0xFC1E }, { 0xFC1F, 0xFC1F, 0xFC1F }, { 0xFC20, 0xFC20, 0xFC20 }, { 0xFC21, 0xFC21, 0xFC21 }, { 0xFC22, 0xFC22, 0xFC22 }, { 0xFC23, 0xFC23, 0xFC23 }, { 0xFC24, 0xFC24, 0xFC24 }, { 0xFC25, 0xFC25, 0xFC25 }, { 0xFC26, 0xFC26, 0xFC26 }, { 0xFC27, 0xFC27, 0xFC27 }, { 0xFC28, 0xFC28, 0xFC28 }, { 0xFC29, 0xFC29, 0xFC29 }, { 0xFC2A, 0xFC2A, 0xFC2A }, { 0xFC2B, 0xFC2B, 0xFC2B }, { 0xFC2C, 0xFC2C, 0xFC2C }, { 0xFC2D, 0xFC2D, 0xFC2D }, { 0xFC2E, 0xFC2E, 0xFC2E }, { 0xFC2F, 0xFC2F, 0xFC2F }, { 0xFC30, 0xFC30, 0xFC30 }, { 0xFC31, 0xFC31, 0xFC31 }, { 0xFC32, 0xFC32, 0xFC32 }, { 0xFC33, 0xFC33, 0xFC33 }, { 0xFC34, 0xFC34, 0xFC34 }, { 0xFC35, 0xFC35, 0xFC35 }, { 0xFC36, 0xFC36, 0xFC36 }, { 0xFC37, 0xFC37, 0xFC37 }, { 0xFC38, 0xFC38, 0xFC38 }, { 0xFC39, 0xFC39, 0xFC39 }, { 0xFC3A, 0xFC3A, 0xFC3A }, { 0xFC3B, 0xFC3B, 0xFC3B }, { 0xFC3C, 0xFC3C, 0xFC3C }, { 0xFC3D, 0xFC3D, 0xFC3D }, { 0xFC3E, 0xFC3E, 0xFC3E }, { 0xFC3F, 0xFC3F, 0xFC3F }, { 0xFC40, 0xFC40, 0xFC40 }, { 0xFC41, 0xFC41, 0xFC41 }, { 0xFC42, 0xFC42, 0xFC42 }, { 0xFC43, 0xFC43, 0xFC43 }, { 0xFC44, 0xFC44, 0xFC44 }, { 0xFC45, 0xFC45, 0xFC45 }, { 0xFC46, 0xFC46, 0xFC46 }, { 0xFC47, 0xFC47, 0xFC47 }, { 0xFC48, 0xFC48, 0xFC48 }, { 0xFC49, 0xFC49, 0xFC49 }, { 0xFC4A, 0xFC4A, 0xFC4A }, { 0xFC4B, 0xFC4B, 0xFC4B }, { 0xFC4C, 0xFC4C, 0xFC4C }, { 0xFC4D, 0xFC4D, 0xFC4D }, { 0xFC4E, 0xFC4E, 0xFC4E }, { 0xFC4F, 0xFC4F, 0xFC4F }, { 0xFC50, 0xFC50, 0xFC50 }, { 0xFC51, 0xFC51, 0xFC51 }, { 0xFC52, 0xFC52, 0xFC52 }, { 0xFC53, 0xFC53, 0xFC53 }, { 0xFC54, 0xFC54, 0xFC54 }, { 0xFC55, 0xFC55, 0xFC55 }, { 0xFC56, 0xFC56, 0xFC56 }, { 0xFC57, 0xFC57, 0xFC57 }, { 0xFC58, 0xFC58, 0xFC58 }, { 0xFC59, 0xFC59, 0xFC59 }, { 0xFC5A, 0xFC5A, 0xFC5A }, { 0xFC5B, 0xFC5B, 0xFC5B }, { 0xFC5C, 0xFC5C, 0xFC5C }, { 0xFC5D, 0xFC5D, 0xFC5D }, { 0xFC5E, 0xFC5E, 0xFC5E }, { 0xFC5F, 0xFC5F, 0xFC5F }, { 0xFC60, 0xFC60, 0xFC60 }, { 0xFC61, 0xFC61, 0xFC61 }, { 0xFC62, 0xFC62, 0xFC62 }, { 0xFC63, 0xFC63, 0xFC63 }, { 0xFC64, 0xFC64, 0xFC64 }, { 0xFC65, 0xFC65, 0xFC65 }, { 0xFC66, 0xFC66, 0xFC66 }, { 0xFC67, 0xFC67, 0xFC67 }, { 0xFC68, 0xFC68, 0xFC68 }, { 0xFC69, 0xFC69, 0xFC69 }, { 0xFC6A, 0xFC6A, 0xFC6A }, { 0xFC6B, 0xFC6B, 0xFC6B }, { 0xFC6C, 0xFC6C, 0xFC6C }, { 0xFC6D, 0xFC6D, 0xFC6D }, { 0xFC6E, 0xFC6E, 0xFC6E }, { 0xFC6F, 0xFC6F, 0xFC6F }, { 0xFC70, 0xFC70, 0xFC70 }, { 0xFC71, 0xFC71, 0xFC71 }, { 0xFC72, 0xFC72, 0xFC72 }, { 0xFC73, 0xFC73, 0xFC73 }, { 0xFC74, 0xFC74, 0xFC74 }, { 0xFC75, 0xFC75, 0xFC75 }, { 0xFC76, 0xFC76, 0xFC76 }, { 0xFC77, 0xFC77, 0xFC77 }, { 0xFC78, 0xFC78, 0xFC78 }, { 0xFC79, 0xFC79, 0xFC79 }, { 0xFC7A, 0xFC7A, 0xFC7A }, { 0xFC7B, 0xFC7B, 0xFC7B }, { 0xFC7C, 0xFC7C, 0xFC7C }, { 0xFC7D, 0xFC7D, 0xFC7D }, { 0xFC7E, 0xFC7E, 0xFC7E }, { 0xFC7F, 0xFC7F, 0xFC7F }, { 0xFC80, 0xFC80, 0xFC80 }, { 0xFC81, 0xFC81, 0xFC81 }, { 0xFC82, 0xFC82, 0xFC82 }, { 0xFC83, 0xFC83, 0xFC83 }, { 0xFC84, 0xFC84, 0xFC84 }, { 0xFC85, 0xFC85, 0xFC85 }, { 0xFC86, 0xFC86, 0xFC86 }, { 0xFC87, 0xFC87, 0xFC87 }, { 0xFC88, 0xFC88, 0xFC88 }, { 0xFC89, 0xFC89, 0xFC89 }, { 0xFC8A, 0xFC8A, 0xFC8A }, { 0xFC8B, 0xFC8B, 0xFC8B }, { 0xFC8C, 0xFC8C, 0xFC8C }, { 0xFC8D, 0xFC8D, 0xFC8D }, { 0xFC8E, 0xFC8E, 0xFC8E }, { 0xFC8F, 0xFC8F, 0xFC8F }, { 0xFC90, 0xFC90, 0xFC90 }, { 0xFC91, 0xFC91, 0xFC91 }, { 0xFC92, 0xFC92, 0xFC92 }, { 0xFC93, 0xFC93, 0xFC93 }, { 0xFC94, 0xFC94, 0xFC94 }, { 0xFC95, 0xFC95, 0xFC95 }, { 0xFC96, 0xFC96, 0xFC96 }, { 0xFC97, 0xFC97, 0xFC97 }, { 0xFC98, 0xFC98, 0xFC98 }, { 0xFC99, 0xFC99, 0xFC99 }, { 0xFC9A, 0xFC9A, 0xFC9A }, { 0xFC9B, 0xFC9B, 0xFC9B }, { 0xFC9C, 0xFC9C, 0xFC9C }, { 0xFC9D, 0xFC9D, 0xFC9D }, { 0xFC9E, 0xFC9E, 0xFC9E }, { 0xFC9F, 0xFC9F, 0xFC9F }, { 0xFCA0, 0xFCA0, 0xFCA0 }, { 0xFCA1, 0xFCA1, 0xFCA1 }, { 0xFCA2, 0xFCA2, 0xFCA2 }, { 0xFCA3, 0xFCA3, 0xFCA3 }, { 0xFCA4, 0xFCA4, 0xFCA4 }, { 0xFCA5, 0xFCA5, 0xFCA5 }, { 0xFCA6, 0xFCA6, 0xFCA6 }, { 0xFCA7, 0xFCA7, 0xFCA7 }, { 0xFCA8, 0xFCA8, 0xFCA8 }, { 0xFCA9, 0xFCA9, 0xFCA9 }, { 0xFCAA, 0xFCAA, 0xFCAA }, { 0xFCAB, 0xFCAB, 0xFCAB }, { 0xFCAC, 0xFCAC, 0xFCAC }, { 0xFCAD, 0xFCAD, 0xFCAD }, { 0xFCAE, 0xFCAE, 0xFCAE }, { 0xFCAF, 0xFCAF, 0xFCAF }, { 0xFCB0, 0xFCB0, 0xFCB0 }, { 0xFCB1, 0xFCB1, 0xFCB1 }, { 0xFCB2, 0xFCB2, 0xFCB2 }, { 0xFCB3, 0xFCB3, 0xFCB3 }, { 0xFCB4, 0xFCB4, 0xFCB4 }, { 0xFCB5, 0xFCB5, 0xFCB5 }, { 0xFCB6, 0xFCB6, 0xFCB6 }, { 0xFCB7, 0xFCB7, 0xFCB7 }, { 0xFCB8, 0xFCB8, 0xFCB8 }, { 0xFCB9, 0xFCB9, 0xFCB9 }, { 0xFCBA, 0xFCBA, 0xFCBA }, { 0xFCBB, 0xFCBB, 0xFCBB }, { 0xFCBC, 0xFCBC, 0xFCBC }, { 0xFCBD, 0xFCBD, 0xFCBD }, { 0xFCBE, 0xFCBE, 0xFCBE }, { 0xFCBF, 0xFCBF, 0xFCBF }, { 0xFCC0, 0xFCC0, 0xFCC0 }, { 0xFCC1, 0xFCC1, 0xFCC1 }, { 0xFCC2, 0xFCC2, 0xFCC2 }, { 0xFCC3, 0xFCC3, 0xFCC3 }, { 0xFCC4, 0xFCC4, 0xFCC4 }, { 0xFCC5, 0xFCC5, 0xFCC5 }, { 0xFCC6, 0xFCC6, 0xFCC6 }, { 0xFCC7, 0xFCC7, 0xFCC7 }, { 0xFCC8, 0xFCC8, 0xFCC8 }, { 0xFCC9, 0xFCC9, 0xFCC9 }, { 0xFCCA, 0xFCCA, 0xFCCA }, { 0xFCCB, 0xFCCB, 0xFCCB }, { 0xFCCC, 0xFCCC, 0xFCCC }, { 0xFCCD, 0xFCCD, 0xFCCD }, { 0xFCCE, 0xFCCE, 0xFCCE }, { 0xFCCF, 0xFCCF, 0xFCCF }, { 0xFCD0, 0xFCD0, 0xFCD0 }, { 0xFCD1, 0xFCD1, 0xFCD1 }, { 0xFCD2, 0xFCD2, 0xFCD2 }, { 0xFCD3, 0xFCD3, 0xFCD3 }, { 0xFCD4, 0xFCD4, 0xFCD4 }, { 0xFCD5, 0xFCD5, 0xFCD5 }, { 0xFCD6, 0xFCD6, 0xFCD6 }, { 0xFCD7, 0xFCD7, 0xFCD7 }, { 0xFCD8, 0xFCD8, 0xFCD8 }, { 0xFCD9, 0xFCD9, 0xFCD9 }, { 0xFCDA, 0xFCDA, 0xFCDA }, { 0xFCDB, 0xFCDB, 0xFCDB }, { 0xFCDC, 0xFCDC, 0xFCDC }, { 0xFCDD, 0xFCDD, 0xFCDD }, { 0xFCDE, 0xFCDE, 0xFCDE }, { 0xFCDF, 0xFCDF, 0xFCDF }, { 0xFCE0, 0xFCE0, 0xFCE0 }, { 0xFCE1, 0xFCE1, 0xFCE1 }, { 0xFCE2, 0xFCE2, 0xFCE2 }, { 0xFCE3, 0xFCE3, 0xFCE3 }, { 0xFCE4, 0xFCE4, 0xFCE4 }, { 0xFCE5, 0xFCE5, 0xFCE5 }, { 0xFCE6, 0xFCE6, 0xFCE6 }, { 0xFCE7, 0xFCE7, 0xFCE7 }, { 0xFCE8, 0xFCE8, 0xFCE8 }, { 0xFCE9, 0xFCE9, 0xFCE9 }, { 0xFCEA, 0xFCEA, 0xFCEA }, { 0xFCEB, 0xFCEB, 0xFCEB }, { 0xFCEC, 0xFCEC, 0xFCEC }, { 0xFCED, 0xFCED, 0xFCED }, { 0xFCEE, 0xFCEE, 0xFCEE }, { 0xFCEF, 0xFCEF, 0xFCEF }, { 0xFCF0, 0xFCF0, 0xFCF0 }, { 0xFCF1, 0xFCF1, 0xFCF1 }, { 0xFCF2, 0xFCF2, 0xFCF2 }, { 0xFCF3, 0xFCF3, 0xFCF3 }, { 0xFCF4, 0xFCF4, 0xFCF4 }, { 0xFCF5, 0xFCF5, 0xFCF5 }, { 0xFCF6, 0xFCF6, 0xFCF6 }, { 0xFCF7, 0xFCF7, 0xFCF7 }, { 0xFCF8, 0xFCF8, 0xFCF8 }, { 0xFCF9, 0xFCF9, 0xFCF9 }, { 0xFCFA, 0xFCFA, 0xFCFA }, { 0xFCFB, 0xFCFB, 0xFCFB }, { 0xFCFC, 0xFCFC, 0xFCFC }, { 0xFCFD, 0xFCFD, 0xFCFD }, { 0xFCFE, 0xFCFE, 0xFCFE }, { 0xFCFF, 0xFCFF, 0xFCFF }, { 0xFD00, 0xFD00, 0xFD00 }, { 0xFD01, 0xFD01, 0xFD01 }, { 0xFD02, 0xFD02, 0xFD02 }, { 0xFD03, 0xFD03, 0xFD03 }, { 0xFD04, 0xFD04, 0xFD04 }, { 0xFD05, 0xFD05, 0xFD05 }, { 0xFD06, 0xFD06, 0xFD06 }, { 0xFD07, 0xFD07, 0xFD07 }, { 0xFD08, 0xFD08, 0xFD08 }, { 0xFD09, 0xFD09, 0xFD09 }, { 0xFD0A, 0xFD0A, 0xFD0A }, { 0xFD0B, 0xFD0B, 0xFD0B }, { 0xFD0C, 0xFD0C, 0xFD0C }, { 0xFD0D, 0xFD0D, 0xFD0D }, { 0xFD0E, 0xFD0E, 0xFD0E }, { 0xFD0F, 0xFD0F, 0xFD0F }, { 0xFD10, 0xFD10, 0xFD10 }, { 0xFD11, 0xFD11, 0xFD11 }, { 0xFD12, 0xFD12, 0xFD12 }, { 0xFD13, 0xFD13, 0xFD13 }, { 0xFD14, 0xFD14, 0xFD14 }, { 0xFD15, 0xFD15, 0xFD15 }, { 0xFD16, 0xFD16, 0xFD16 }, { 0xFD17, 0xFD17, 0xFD17 }, { 0xFD18, 0xFD18, 0xFD18 }, { 0xFD19, 0xFD19, 0xFD19 }, { 0xFD1A, 0xFD1A, 0xFD1A }, { 0xFD1B, 0xFD1B, 0xFD1B }, { 0xFD1C, 0xFD1C, 0xFD1C }, { 0xFD1D, 0xFD1D, 0xFD1D }, { 0xFD1E, 0xFD1E, 0xFD1E }, { 0xFD1F, 0xFD1F, 0xFD1F }, { 0xFD20, 0xFD20, 0xFD20 }, { 0xFD21, 0xFD21, 0xFD21 }, { 0xFD22, 0xFD22, 0xFD22 }, { 0xFD23, 0xFD23, 0xFD23 }, { 0xFD24, 0xFD24, 0xFD24 }, { 0xFD25, 0xFD25, 0xFD25 }, { 0xFD26, 0xFD26, 0xFD26 }, { 0xFD27, 0xFD27, 0xFD27 }, { 0xFD28, 0xFD28, 0xFD28 }, { 0xFD29, 0xFD29, 0xFD29 }, { 0xFD2A, 0xFD2A, 0xFD2A }, { 0xFD2B, 0xFD2B, 0xFD2B }, { 0xFD2C, 0xFD2C, 0xFD2C }, { 0xFD2D, 0xFD2D, 0xFD2D }, { 0xFD2E, 0xFD2E, 0xFD2E }, { 0xFD2F, 0xFD2F, 0xFD2F }, { 0xFD30, 0xFD30, 0xFD30 }, { 0xFD31, 0xFD31, 0xFD31 }, { 0xFD32, 0xFD32, 0xFD32 }, { 0xFD33, 0xFD33, 0xFD33 }, { 0xFD34, 0xFD34, 0xFD34 }, { 0xFD35, 0xFD35, 0xFD35 }, { 0xFD36, 0xFD36, 0xFD36 }, { 0xFD37, 0xFD37, 0xFD37 }, { 0xFD38, 0xFD38, 0xFD38 }, { 0xFD39, 0xFD39, 0xFD39 }, { 0xFD3A, 0xFD3A, 0xFD3A }, { 0xFD3B, 0xFD3B, 0xFD3B }, { 0xFD3C, 0xFD3C, 0xFD3C }, { 0xFD3D, 0xFD3D, 0xFD3D }, { 0xFD50, 0xFD50, 0xFD50 }, { 0xFD51, 0xFD51, 0xFD51 }, { 0xFD52, 0xFD52, 0xFD52 }, { 0xFD53, 0xFD53, 0xFD53 }, { 0xFD54, 0xFD54, 0xFD54 }, { 0xFD55, 0xFD55, 0xFD55 }, { 0xFD56, 0xFD56, 0xFD56 }, { 0xFD57, 0xFD57, 0xFD57 }, { 0xFD58, 0xFD58, 0xFD58 }, { 0xFD59, 0xFD59, 0xFD59 }, { 0xFD5A, 0xFD5A, 0xFD5A }, { 0xFD5B, 0xFD5B, 0xFD5B }, { 0xFD5C, 0xFD5C, 0xFD5C }, { 0xFD5D, 0xFD5D, 0xFD5D }, { 0xFD5E, 0xFD5E, 0xFD5E }, { 0xFD5F, 0xFD5F, 0xFD5F }, { 0xFD60, 0xFD60, 0xFD60 }, { 0xFD61, 0xFD61, 0xFD61 }, { 0xFD62, 0xFD62, 0xFD62 }, { 0xFD63, 0xFD63, 0xFD63 }, { 0xFD64, 0xFD64, 0xFD64 }, { 0xFD65, 0xFD65, 0xFD65 }, { 0xFD66, 0xFD66, 0xFD66 }, { 0xFD67, 0xFD67, 0xFD67 }, { 0xFD68, 0xFD68, 0xFD68 }, { 0xFD69, 0xFD69, 0xFD69 }, { 0xFD6A, 0xFD6A, 0xFD6A }, { 0xFD6B, 0xFD6B, 0xFD6B }, { 0xFD6C, 0xFD6C, 0xFD6C }, { 0xFD6D, 0xFD6D, 0xFD6D }, { 0xFD6E, 0xFD6E, 0xFD6E }, { 0xFD6F, 0xFD6F, 0xFD6F }, { 0xFD70, 0xFD70, 0xFD70 }, { 0xFD71, 0xFD71, 0xFD71 }, { 0xFD72, 0xFD72, 0xFD72 }, { 0xFD73, 0xFD73, 0xFD73 }, { 0xFD74, 0xFD74, 0xFD74 }, { 0xFD75, 0xFD75, 0xFD75 }, { 0xFD76, 0xFD76, 0xFD76 }, { 0xFD77, 0xFD77, 0xFD77 }, { 0xFD78, 0xFD78, 0xFD78 }, { 0xFD79, 0xFD79, 0xFD79 }, { 0xFD7A, 0xFD7A, 0xFD7A }, { 0xFD7B, 0xFD7B, 0xFD7B }, { 0xFD7C, 0xFD7C, 0xFD7C }, { 0xFD7D, 0xFD7D, 0xFD7D }, { 0xFD7E, 0xFD7E, 0xFD7E }, { 0xFD7F, 0xFD7F, 0xFD7F }, { 0xFD80, 0xFD80, 0xFD80 }, { 0xFD81, 0xFD81, 0xFD81 }, { 0xFD82, 0xFD82, 0xFD82 }, { 0xFD83, 0xFD83, 0xFD83 }, { 0xFD84, 0xFD84, 0xFD84 }, { 0xFD85, 0xFD85, 0xFD85 }, { 0xFD86, 0xFD86, 0xFD86 }, { 0xFD87, 0xFD87, 0xFD87 }, { 0xFD88, 0xFD88, 0xFD88 }, { 0xFD89, 0xFD89, 0xFD89 }, { 0xFD8A, 0xFD8A, 0xFD8A }, { 0xFD8B, 0xFD8B, 0xFD8B }, { 0xFD8C, 0xFD8C, 0xFD8C }, { 0xFD8D, 0xFD8D, 0xFD8D }, { 0xFD8E, 0xFD8E, 0xFD8E }, { 0xFD8F, 0xFD8F, 0xFD8F }, { 0xFD92, 0xFD92, 0xFD92 }, { 0xFD93, 0xFD93, 0xFD93 }, { 0xFD94, 0xFD94, 0xFD94 }, { 0xFD95, 0xFD95, 0xFD95 }, { 0xFD96, 0xFD96, 0xFD96 }, { 0xFD97, 0xFD97, 0xFD97 }, { 0xFD98, 0xFD98, 0xFD98 }, { 0xFD99, 0xFD99, 0xFD99 }, { 0xFD9A, 0xFD9A, 0xFD9A }, { 0xFD9B, 0xFD9B, 0xFD9B }, { 0xFD9C, 0xFD9C, 0xFD9C }, { 0xFD9D, 0xFD9D, 0xFD9D }, { 0xFD9E, 0xFD9E, 0xFD9E }, { 0xFD9F, 0xFD9F, 0xFD9F }, { 0xFDA0, 0xFDA0, 0xFDA0 }, { 0xFDA1, 0xFDA1, 0xFDA1 }, { 0xFDA2, 0xFDA2, 0xFDA2 }, { 0xFDA3, 0xFDA3, 0xFDA3 }, { 0xFDA4, 0xFDA4, 0xFDA4 }, { 0xFDA5, 0xFDA5, 0xFDA5 }, { 0xFDA6, 0xFDA6, 0xFDA6 }, { 0xFDA7, 0xFDA7, 0xFDA7 }, { 0xFDA8, 0xFDA8, 0xFDA8 }, { 0xFDA9, 0xFDA9, 0xFDA9 }, { 0xFDAA, 0xFDAA, 0xFDAA }, { 0xFDAB, 0xFDAB, 0xFDAB }, { 0xFDAC, 0xFDAC, 0xFDAC }, { 0xFDAD, 0xFDAD, 0xFDAD }, { 0xFDAE, 0xFDAE, 0xFDAE }, { 0xFDAF, 0xFDAF, 0xFDAF }, { 0xFDB0, 0xFDB0, 0xFDB0 }, { 0xFDB1, 0xFDB1, 0xFDB1 }, { 0xFDB2, 0xFDB2, 0xFDB2 }, { 0xFDB3, 0xFDB3, 0xFDB3 }, { 0xFDB4, 0xFDB4, 0xFDB4 }, { 0xFDB5, 0xFDB5, 0xFDB5 }, { 0xFDB6, 0xFDB6, 0xFDB6 }, { 0xFDB7, 0xFDB7, 0xFDB7 }, { 0xFDB8, 0xFDB8, 0xFDB8 }, { 0xFDB9, 0xFDB9, 0xFDB9 }, { 0xFDBA, 0xFDBA, 0xFDBA }, { 0xFDBB, 0xFDBB, 0xFDBB }, { 0xFDBC, 0xFDBC, 0xFDBC }, { 0xFDBD, 0xFDBD, 0xFDBD }, { 0xFDBE, 0xFDBE, 0xFDBE }, { 0xFDBF, 0xFDBF, 0xFDBF }, { 0xFDC0, 0xFDC0, 0xFDC0 }, { 0xFDC1, 0xFDC1, 0xFDC1 }, { 0xFDC2, 0xFDC2, 0xFDC2 }, { 0xFDC3, 0xFDC3, 0xFDC3 }, { 0xFDC4, 0xFDC4, 0xFDC4 }, { 0xFDC5, 0xFDC5, 0xFDC5 }, { 0xFDC6, 0xFDC6, 0xFDC6 }, { 0xFDC7, 0xFDC7, 0xFDC7 }, { 0xFDF0, 0xFDF0, 0xFDF0 }, { 0xFDF1, 0xFDF1, 0xFDF1 }, { 0xFDF2, 0xFDF2, 0xFDF2 }, { 0xFDF3, 0xFDF3, 0xFDF3 }, { 0xFDF4, 0xFDF4, 0xFDF4 }, { 0xFDF5, 0xFDF5, 0xFDF5 }, { 0xFDF6, 0xFDF6, 0xFDF6 }, { 0xFDF7, 0xFDF7, 0xFDF7 }, { 0xFDF8, 0xFDF8, 0xFDF8 }, { 0xFDF9, 0xFDF9, 0xFDF9 }, { 0xFDFA, 0xFDFA, 0xFDFA }, { 0xFDFB, 0xFDFB, 0xFDFB }, { 0xFE00, 0xFE00, 0xFE00 }, { 0xFE01, 0xFE01, 0xFE01 }, { 0xFE02, 0xFE02, 0xFE02 }, { 0xFE03, 0xFE03, 0xFE03 }, { 0xFE04, 0xFE04, 0xFE04 }, { 0xFE05, 0xFE05, 0xFE05 }, { 0xFE06, 0xFE06, 0xFE06 }, { 0xFE07, 0xFE07, 0xFE07 }, { 0xFE08, 0xFE08, 0xFE08 }, { 0xFE09, 0xFE09, 0xFE09 }, { 0xFE0A, 0xFE0A, 0xFE0A }, { 0xFE0B, 0xFE0B, 0xFE0B }, { 0xFE0C, 0xFE0C, 0xFE0C }, { 0xFE0D, 0xFE0D, 0xFE0D }, { 0xFE0E, 0xFE0E, 0xFE0E }, { 0xFE0F, 0xFE0F, 0xFE0F }, { 0xFE20, 0xFE20, 0xFE20 }, { 0xFE21, 0xFE21, 0xFE21 }, { 0xFE22, 0xFE22, 0xFE22 }, { 0xFE23, 0xFE23, 0xFE23 }, { 0xFE70, 0xFE70, 0xFE70 }, { 0xFE71, 0xFE71, 0xFE71 }, { 0xFE72, 0xFE72, 0xFE72 }, { 0xFE73, 0xFE73, 0xFE73 }, { 0xFE74, 0xFE74, 0xFE74 }, { 0xFE76, 0xFE76, 0xFE76 }, { 0xFE77, 0xFE77, 0xFE77 }, { 0xFE78, 0xFE78, 0xFE78 }, { 0xFE79, 0xFE79, 0xFE79 }, { 0xFE7A, 0xFE7A, 0xFE7A }, { 0xFE7B, 0xFE7B, 0xFE7B }, { 0xFE7C, 0xFE7C, 0xFE7C }, { 0xFE7D, 0xFE7D, 0xFE7D }, { 0xFE7E, 0xFE7E, 0xFE7E }, { 0xFE7F, 0xFE7F, 0xFE7F }, { 0xFE80, 0xFE80, 0xFE80 }, { 0xFE81, 0xFE81, 0xFE81 }, { 0xFE82, 0xFE82, 0xFE82 }, { 0xFE83, 0xFE83, 0xFE83 }, { 0xFE84, 0xFE84, 0xFE84 }, { 0xFE85, 0xFE85, 0xFE85 }, { 0xFE86, 0xFE86, 0xFE86 }, { 0xFE87, 0xFE87, 0xFE87 }, { 0xFE88, 0xFE88, 0xFE88 }, { 0xFE89, 0xFE89, 0xFE89 }, { 0xFE8A, 0xFE8A, 0xFE8A }, { 0xFE8B, 0xFE8B, 0xFE8B }, { 0xFE8C, 0xFE8C, 0xFE8C }, { 0xFE8D, 0xFE8D, 0xFE8D }, { 0xFE8E, 0xFE8E, 0xFE8E }, { 0xFE8F, 0xFE8F, 0xFE8F }, { 0xFE90, 0xFE90, 0xFE90 }, { 0xFE91, 0xFE91, 0xFE91 }, { 0xFE92, 0xFE92, 0xFE92 }, { 0xFE93, 0xFE93, 0xFE93 }, { 0xFE94, 0xFE94, 0xFE94 }, { 0xFE95, 0xFE95, 0xFE95 }, { 0xFE96, 0xFE96, 0xFE96 }, { 0xFE97, 0xFE97, 0xFE97 }, { 0xFE98, 0xFE98, 0xFE98 }, { 0xFE99, 0xFE99, 0xFE99 }, { 0xFE9A, 0xFE9A, 0xFE9A }, { 0xFE9B, 0xFE9B, 0xFE9B }, { 0xFE9C, 0xFE9C, 0xFE9C }, { 0xFE9D, 0xFE9D, 0xFE9D }, { 0xFE9E, 0xFE9E, 0xFE9E }, { 0xFE9F, 0xFE9F, 0xFE9F }, { 0xFEA0, 0xFEA0, 0xFEA0 }, { 0xFEA1, 0xFEA1, 0xFEA1 }, { 0xFEA2, 0xFEA2, 0xFEA2 }, { 0xFEA3, 0xFEA3, 0xFEA3 }, { 0xFEA4, 0xFEA4, 0xFEA4 }, { 0xFEA5, 0xFEA5, 0xFEA5 }, { 0xFEA6, 0xFEA6, 0xFEA6 }, { 0xFEA7, 0xFEA7, 0xFEA7 }, { 0xFEA8, 0xFEA8, 0xFEA8 }, { 0xFEA9, 0xFEA9, 0xFEA9 }, { 0xFEAA, 0xFEAA, 0xFEAA }, { 0xFEAB, 0xFEAB, 0xFEAB }, { 0xFEAC, 0xFEAC, 0xFEAC }, { 0xFEAD, 0xFEAD, 0xFEAD }, { 0xFEAE, 0xFEAE, 0xFEAE }, { 0xFEAF, 0xFEAF, 0xFEAF }, { 0xFEB0, 0xFEB0, 0xFEB0 }, { 0xFEB1, 0xFEB1, 0xFEB1 }, { 0xFEB2, 0xFEB2, 0xFEB2 }, { 0xFEB3, 0xFEB3, 0xFEB3 }, { 0xFEB4, 0xFEB4, 0xFEB4 }, { 0xFEB5, 0xFEB5, 0xFEB5 }, { 0xFEB6, 0xFEB6, 0xFEB6 }, { 0xFEB7, 0xFEB7, 0xFEB7 }, { 0xFEB8, 0xFEB8, 0xFEB8 }, { 0xFEB9, 0xFEB9, 0xFEB9 }, { 0xFEBA, 0xFEBA, 0xFEBA }, { 0xFEBB, 0xFEBB, 0xFEBB }, { 0xFEBC, 0xFEBC, 0xFEBC }, { 0xFEBD, 0xFEBD, 0xFEBD }, { 0xFEBE, 0xFEBE, 0xFEBE }, { 0xFEBF, 0xFEBF, 0xFEBF }, { 0xFEC0, 0xFEC0, 0xFEC0 }, { 0xFEC1, 0xFEC1, 0xFEC1 }, { 0xFEC2, 0xFEC2, 0xFEC2 }, { 0xFEC3, 0xFEC3, 0xFEC3 }, { 0xFEC4, 0xFEC4, 0xFEC4 }, { 0xFEC5, 0xFEC5, 0xFEC5 }, { 0xFEC6, 0xFEC6, 0xFEC6 }, { 0xFEC7, 0xFEC7, 0xFEC7 }, { 0xFEC8, 0xFEC8, 0xFEC8 }, { 0xFEC9, 0xFEC9, 0xFEC9 }, { 0xFECA, 0xFECA, 0xFECA }, { 0xFECB, 0xFECB, 0xFECB }, { 0xFECC, 0xFECC, 0xFECC }, { 0xFECD, 0xFECD, 0xFECD }, { 0xFECE, 0xFECE, 0xFECE }, { 0xFECF, 0xFECF, 0xFECF }, { 0xFED0, 0xFED0, 0xFED0 }, { 0xFED1, 0xFED1, 0xFED1 }, { 0xFED2, 0xFED2, 0xFED2 }, { 0xFED3, 0xFED3, 0xFED3 }, { 0xFED4, 0xFED4, 0xFED4 }, { 0xFED5, 0xFED5, 0xFED5 }, { 0xFED6, 0xFED6, 0xFED6 }, { 0xFED7, 0xFED7, 0xFED7 }, { 0xFED8, 0xFED8, 0xFED8 }, { 0xFED9, 0xFED9, 0xFED9 }, { 0xFEDA, 0xFEDA, 0xFEDA }, { 0xFEDB, 0xFEDB, 0xFEDB }, { 0xFEDC, 0xFEDC, 0xFEDC }, { 0xFEDD, 0xFEDD, 0xFEDD }, { 0xFEDE, 0xFEDE, 0xFEDE }, { 0xFEDF, 0xFEDF, 0xFEDF }, { 0xFEE0, 0xFEE0, 0xFEE0 }, { 0xFEE1, 0xFEE1, 0xFEE1 }, { 0xFEE2, 0xFEE2, 0xFEE2 }, { 0xFEE3, 0xFEE3, 0xFEE3 }, { 0xFEE4, 0xFEE4, 0xFEE4 }, { 0xFEE5, 0xFEE5, 0xFEE5 }, { 0xFEE6, 0xFEE6, 0xFEE6 }, { 0xFEE7, 0xFEE7, 0xFEE7 }, { 0xFEE8, 0xFEE8, 0xFEE8 }, { 0xFEE9, 0xFEE9, 0xFEE9 }, { 0xFEEA, 0xFEEA, 0xFEEA }, { 0xFEEB, 0xFEEB, 0xFEEB }, { 0xFEEC, 0xFEEC, 0xFEEC }, { 0xFEED, 0xFEED, 0xFEED }, { 0xFEEE, 0xFEEE, 0xFEEE }, { 0xFEEF, 0xFEEF, 0xFEEF }, { 0xFEF0, 0xFEF0, 0xFEF0 }, { 0xFEF1, 0xFEF1, 0xFEF1 }, { 0xFEF2, 0xFEF2, 0xFEF2 }, { 0xFEF3, 0xFEF3, 0xFEF3 }, { 0xFEF4, 0xFEF4, 0xFEF4 }, { 0xFEF5, 0xFEF5, 0xFEF5 }, { 0xFEF6, 0xFEF6, 0xFEF6 }, { 0xFEF7, 0xFEF7, 0xFEF7 }, { 0xFEF8, 0xFEF8, 0xFEF8 }, { 0xFEF9, 0xFEF9, 0xFEF9 }, { 0xFEFA, 0xFEFA, 0xFEFA }, { 0xFEFB, 0xFEFB, 0xFEFB }, { 0xFEFC, 0xFEFC, 0xFEFC }, { 0xFF21, 0xFF21, 0xFF41 }, { 0xFF22, 0xFF22, 0xFF42 }, { 0xFF23, 0xFF23, 0xFF43 }, { 0xFF24, 0xFF24, 0xFF44 }, { 0xFF25, 0xFF25, 0xFF45 }, { 0xFF26, 0xFF26, 0xFF46 }, { 0xFF27, 0xFF27, 0xFF47 }, { 0xFF28, 0xFF28, 0xFF48 }, { 0xFF29, 0xFF29, 0xFF49 }, { 0xFF2A, 0xFF2A, 0xFF4A }, { 0xFF2B, 0xFF2B, 0xFF4B }, { 0xFF2C, 0xFF2C, 0xFF4C }, { 0xFF2D, 0xFF2D, 0xFF4D }, { 0xFF2E, 0xFF2E, 0xFF4E }, { 0xFF2F, 0xFF2F, 0xFF4F }, { 0xFF30, 0xFF30, 0xFF50 }, { 0xFF31, 0xFF31, 0xFF51 }, { 0xFF32, 0xFF32, 0xFF52 }, { 0xFF33, 0xFF33, 0xFF53 }, { 0xFF34, 0xFF34, 0xFF54 }, { 0xFF35, 0xFF35, 0xFF55 }, { 0xFF36, 0xFF36, 0xFF56 }, { 0xFF37, 0xFF37, 0xFF57 }, { 0xFF38, 0xFF38, 0xFF58 }, { 0xFF39, 0xFF39, 0xFF59 }, { 0xFF3A, 0xFF3A, 0xFF5A }, { 0xFF41, 0xFF21, 0xFF41 }, { 0xFF42, 0xFF22, 0xFF42 }, { 0xFF43, 0xFF23, 0xFF43 }, { 0xFF44, 0xFF24, 0xFF44 }, { 0xFF45, 0xFF25, 0xFF45 }, { 0xFF46, 0xFF26, 0xFF46 }, { 0xFF47, 0xFF27, 0xFF47 }, { 0xFF48, 0xFF28, 0xFF48 }, { 0xFF49, 0xFF29, 0xFF49 }, { 0xFF4A, 0xFF2A, 0xFF4A }, { 0xFF4B, 0xFF2B, 0xFF4B }, { 0xFF4C, 0xFF2C, 0xFF4C }, { 0xFF4D, 0xFF2D, 0xFF4D }, { 0xFF4E, 0xFF2E, 0xFF4E }, { 0xFF4F, 0xFF2F, 0xFF4F }, { 0xFF50, 0xFF30, 0xFF50 }, { 0xFF51, 0xFF31, 0xFF51 }, { 0xFF52, 0xFF32, 0xFF52 }, { 0xFF53, 0xFF33, 0xFF53 }, { 0xFF54, 0xFF34, 0xFF54 }, { 0xFF55, 0xFF35, 0xFF55 }, { 0xFF56, 0xFF36, 0xFF56 }, { 0xFF57, 0xFF37, 0xFF57 }, { 0xFF58, 0xFF38, 0xFF58 }, { 0xFF59, 0xFF39, 0xFF59 }, { 0xFF5A, 0xFF3A, 0xFF5A }, { 0xFF66, 0xFF66, 0xFF66 }, { 0xFF67, 0xFF67, 0xFF67 }, { 0xFF68, 0xFF68, 0xFF68 }, { 0xFF69, 0xFF69, 0xFF69 }, { 0xFF6A, 0xFF6A, 0xFF6A }, { 0xFF6B, 0xFF6B, 0xFF6B }, { 0xFF6C, 0xFF6C, 0xFF6C }, { 0xFF6D, 0xFF6D, 0xFF6D }, { 0xFF6E, 0xFF6E, 0xFF6E }, { 0xFF6F, 0xFF6F, 0xFF6F }, { 0xFF70, 0xFF70, 0xFF70 }, { 0xFF71, 0xFF71, 0xFF71 }, { 0xFF72, 0xFF72, 0xFF72 }, { 0xFF73, 0xFF73, 0xFF73 }, { 0xFF74, 0xFF74, 0xFF74 }, { 0xFF75, 0xFF75, 0xFF75 }, { 0xFF76, 0xFF76, 0xFF76 }, { 0xFF77, 0xFF77, 0xFF77 }, { 0xFF78, 0xFF78, 0xFF78 }, { 0xFF79, 0xFF79, 0xFF79 }, { 0xFF7A, 0xFF7A, 0xFF7A }, { 0xFF7B, 0xFF7B, 0xFF7B }, { 0xFF7C, 0xFF7C, 0xFF7C }, { 0xFF7D, 0xFF7D, 0xFF7D }, { 0xFF7E, 0xFF7E, 0xFF7E }, { 0xFF7F, 0xFF7F, 0xFF7F }, { 0xFF80, 0xFF80, 0xFF80 }, { 0xFF81, 0xFF81, 0xFF81 }, { 0xFF82, 0xFF82, 0xFF82 }, { 0xFF83, 0xFF83, 0xFF83 }, { 0xFF84, 0xFF84, 0xFF84 }, { 0xFF85, 0xFF85, 0xFF85 }, { 0xFF86, 0xFF86, 0xFF86 }, { 0xFF87, 0xFF87, 0xFF87 }, { 0xFF88, 0xFF88, 0xFF88 }, { 0xFF89, 0xFF89, 0xFF89 }, { 0xFF8A, 0xFF8A, 0xFF8A }, { 0xFF8B, 0xFF8B, 0xFF8B }, { 0xFF8C, 0xFF8C, 0xFF8C }, { 0xFF8D, 0xFF8D, 0xFF8D }, { 0xFF8E, 0xFF8E, 0xFF8E }, { 0xFF8F, 0xFF8F, 0xFF8F }, { 0xFF90, 0xFF90, 0xFF90 }, { 0xFF91, 0xFF91, 0xFF91 }, { 0xFF92, 0xFF92, 0xFF92 }, { 0xFF93, 0xFF93, 0xFF93 }, { 0xFF94, 0xFF94, 0xFF94 }, { 0xFF95, 0xFF95, 0xFF95 }, { 0xFF96, 0xFF96, 0xFF96 }, { 0xFF97, 0xFF97, 0xFF97 }, { 0xFF98, 0xFF98, 0xFF98 }, { 0xFF99, 0xFF99, 0xFF99 }, { 0xFF9A, 0xFF9A, 0xFF9A }, { 0xFF9B, 0xFF9B, 0xFF9B }, { 0xFF9C, 0xFF9C, 0xFF9C }, { 0xFF9D, 0xFF9D, 0xFF9D }, { 0xFF9E, 0xFF9E, 0xFF9E }, { 0xFF9F, 0xFF9F, 0xFF9F }, { 0xFFA0, 0xFFA0, 0xFFA0 }, { 0xFFA1, 0xFFA1, 0xFFA1 }, { 0xFFA2, 0xFFA2, 0xFFA2 }, { 0xFFA3, 0xFFA3, 0xFFA3 }, { 0xFFA4, 0xFFA4, 0xFFA4 }, { 0xFFA5, 0xFFA5, 0xFFA5 }, { 0xFFA6, 0xFFA6, 0xFFA6 }, { 0xFFA7, 0xFFA7, 0xFFA7 }, { 0xFFA8, 0xFFA8, 0xFFA8 }, { 0xFFA9, 0xFFA9, 0xFFA9 }, { 0xFFAA, 0xFFAA, 0xFFAA }, { 0xFFAB, 0xFFAB, 0xFFAB }, { 0xFFAC, 0xFFAC, 0xFFAC }, { 0xFFAD, 0xFFAD, 0xFFAD }, { 0xFFAE, 0xFFAE, 0xFFAE }, { 0xFFAF, 0xFFAF, 0xFFAF }, { 0xFFB0, 0xFFB0, 0xFFB0 }, { 0xFFB1, 0xFFB1, 0xFFB1 }, { 0xFFB2, 0xFFB2, 0xFFB2 }, { 0xFFB3, 0xFFB3, 0xFFB3 }, { 0xFFB4, 0xFFB4, 0xFFB4 }, { 0xFFB5, 0xFFB5, 0xFFB5 }, { 0xFFB6, 0xFFB6, 0xFFB6 }, { 0xFFB7, 0xFFB7, 0xFFB7 }, { 0xFFB8, 0xFFB8, 0xFFB8 }, { 0xFFB9, 0xFFB9, 0xFFB9 }, { 0xFFBA, 0xFFBA, 0xFFBA }, { 0xFFBB, 0xFFBB, 0xFFBB }, { 0xFFBC, 0xFFBC, 0xFFBC }, { 0xFFBD, 0xFFBD, 0xFFBD }, { 0xFFBE, 0xFFBE, 0xFFBE }, { 0xFFC2, 0xFFC2, 0xFFC2 }, { 0xFFC3, 0xFFC3, 0xFFC3 }, { 0xFFC4, 0xFFC4, 0xFFC4 }, { 0xFFC5, 0xFFC5, 0xFFC5 }, { 0xFFC6, 0xFFC6, 0xFFC6 }, { 0xFFC7, 0xFFC7, 0xFFC7 }, { 0xFFCA, 0xFFCA, 0xFFCA }, { 0xFFCB, 0xFFCB, 0xFFCB }, { 0xFFCC, 0xFFCC, 0xFFCC }, { 0xFFCD, 0xFFCD, 0xFFCD }, { 0xFFCE, 0xFFCE, 0xFFCE }, { 0xFFCF, 0xFFCF, 0xFFCF }, { 0xFFD2, 0xFFD2, 0xFFD2 }, { 0xFFD3, 0xFFD3, 0xFFD3 }, { 0xFFD4, 0xFFD4, 0xFFD4 }, { 0xFFD5, 0xFFD5, 0xFFD5 }, { 0xFFD6, 0xFFD6, 0xFFD6 }, { 0xFFD7, 0xFFD7, 0xFFD7 }, { 0xFFDA, 0xFFDA, 0xFFDA }, { 0xFFDB, 0xFFDB, 0xFFDB }, { 0xFFDC, 0xFFDC, 0xFFDC } }; enchant-1.6.0/src/myspell/hunspell.cxx0000664000076400007640000015624511355203721014737 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #else #include #include #include #endif #include "hunspell.hxx" #include "hunspell.h" #include "csutil.hxx" #ifndef MOZILLA_CLIENT #ifndef WIN32 using namespace std; #endif #endif Hunspell::Hunspell(const char * affpath, const char * dpath, const char * key) { encoding = NULL; csconv = NULL; utf8 = 0; complexprefixes = 0; affixpath = mystrdup(affpath); maxdic = 0; /* first set up the hash manager */ pHMgr[0] = new HashMgr(dpath, affpath, key); if (pHMgr[0]) maxdic = 1; /* next set up the affix manager */ /* it needs access to the hash manager lookup methods */ pAMgr = new AffixMgr(affpath, pHMgr, &maxdic, key); /* get the preferred try string and the dictionary */ /* encoding from the Affix Manager for that dictionary */ char * try_string = pAMgr->get_try_string(); encoding = pAMgr->get_encoding(); csconv = get_current_cs(encoding); langnum = pAMgr->get_langnum(); utf8 = pAMgr->get_utf8(); complexprefixes = pAMgr->get_complexprefixes(); wordbreak = pAMgr->get_breaktable(); /* and finally set up the suggestion manager */ pSMgr = new SuggestMgr(try_string, MAXSUGGESTION, pAMgr); if (try_string) free(try_string); } Hunspell::~Hunspell() { if (pSMgr) delete pSMgr; if (pAMgr) delete pAMgr; for (int i = 0; i < maxdic; i++) delete pHMgr[i]; maxdic = 0; pSMgr = NULL; pAMgr = NULL; #ifdef MOZILLA_CLIENT free(csconv); #endif csconv= NULL; if (encoding) free(encoding); encoding = NULL; if (affixpath) free(affixpath); affixpath = NULL; } // load extra dictionaries int Hunspell::add_dic(const char * dpath, const char * key) { if (maxdic == MAXDIC) return 1; pHMgr[maxdic] = new HashMgr(dpath, affixpath, key); if (pHMgr[maxdic]) maxdic++; else return 1; return 0; } // make a copy of src at destination while removing all leading // blanks and removing any trailing periods after recording // their presence with the abbreviation flag // also since already going through character by character, // set the capitalization type // return the length of the "cleaned" (and UTF-8 encoded) word int Hunspell::cleanword2(char * dest, const char * src, w_char * dest_utf, int * nc, int * pcaptype, int * pabbrev) { unsigned char * p = (unsigned char *) dest; const unsigned char * q = (const unsigned char * ) src; // first skip over any leading blanks while ((*q != '\0') && (*q == ' ')) q++; // now strip off any trailing periods (recording their presence) *pabbrev = 0; int nl = strlen((const char *)q); while ((nl > 0) && (*(q+nl-1)=='.')) { nl--; (*pabbrev)++; } // if no characters are left it can't be capitalized if (nl <= 0) { *pcaptype = NOCAP; *p = '\0'; return 0; } strncpy(dest, (char *) q, nl); *(dest + nl) = '\0'; nl = strlen(dest); if (utf8) { *nc = u8_u16(dest_utf, MAXWORDLEN, dest); // don't check too long words if (*nc >= MAXWORDLEN) return 0; if (*nc == -1) { // big Unicode character (non BMP area) *pcaptype = NOCAP; return nl; } *pcaptype = get_captype_utf8(dest_utf, *nc, langnum); } else { *pcaptype = get_captype(dest, nl, csconv); *nc = nl; } return nl; } int Hunspell::cleanword(char * dest, const char * src, int * pcaptype, int * pabbrev) { unsigned char * p = (unsigned char *) dest; const unsigned char * q = (const unsigned char * ) src; int firstcap = 0; // first skip over any leading blanks while ((*q != '\0') && (*q == ' ')) q++; // now strip off any trailing periods (recording their presence) *pabbrev = 0; int nl = strlen((const char *)q); while ((nl > 0) && (*(q+nl-1)=='.')) { nl--; (*pabbrev)++; } // if no characters are left it can't be capitalized if (nl <= 0) { *pcaptype = NOCAP; *p = '\0'; return 0; } // now determine the capitalization type of the first nl letters int ncap = 0; int nneutral = 0; int nc = 0; if (!utf8) { while (nl > 0) { nc++; if (csconv[(*q)].ccase) ncap++; if (csconv[(*q)].cupper == csconv[(*q)].clower) nneutral++; *p++ = *q++; nl--; } // remember to terminate the destination string *p = '\0'; firstcap = csconv[(unsigned char)(*dest)].ccase; } else { unsigned short idx; w_char t[MAXWORDLEN]; nc = u8_u16(t, MAXWORDLEN, src); for (int i = 0; i < nc; i++) { idx = (t[i].h << 8) + t[i].l; unsigned short low = unicodetolower(idx, langnum); if (idx != low) ncap++; if (unicodetoupper(idx, langnum) == low) nneutral++; } u16_u8(dest, MAXWORDUTF8LEN, t, nc); if (ncap) { idx = (t[0].h << 8) + t[0].l; firstcap = (idx != unicodetolower(idx, langnum)); } } // now finally set the captype if (ncap == 0) { *pcaptype = NOCAP; } else if ((ncap == 1) && firstcap) { *pcaptype = INITCAP; } else if ((ncap == nc) || ((ncap + nneutral) == nc)){ *pcaptype = ALLCAP; } else if ((ncap > 1) && firstcap) { *pcaptype = HUHINITCAP; } else { *pcaptype = HUHCAP; } return strlen(dest); } void Hunspell::mkallcap(char * p) { if (utf8) { w_char u[MAXWORDLEN]; int nc = u8_u16(u, MAXWORDLEN, p); unsigned short idx; for (int i = 0; i < nc; i++) { idx = (u[i].h << 8) + u[i].l; if (idx != unicodetoupper(idx, langnum)) { u[i].h = (unsigned char) (unicodetoupper(idx, langnum) >> 8); u[i].l = (unsigned char) (unicodetoupper(idx, langnum) & 0x00FF); } } u16_u8(p, MAXWORDUTF8LEN, u, nc); } else { while (*p != '\0') { *p = csconv[((unsigned char) *p)].cupper; p++; } } } int Hunspell::mkallcap2(char * p, w_char * u, int nc) { if (utf8) { unsigned short idx; for (int i = 0; i < nc; i++) { idx = (u[i].h << 8) + u[i].l; unsigned short up = unicodetoupper(idx, langnum); if (idx != up) { u[i].h = (unsigned char) (up >> 8); u[i].l = (unsigned char) (up & 0x00FF); } } u16_u8(p, MAXWORDUTF8LEN, u, nc); return strlen(p); } else { while (*p != '\0') { *p = csconv[((unsigned char) *p)].cupper; p++; } } return nc; } void Hunspell::mkallsmall(char * p) { while (*p != '\0') { *p = csconv[((unsigned char) *p)].clower; p++; } } int Hunspell::mkallsmall2(char * p, w_char * u, int nc) { if (utf8) { unsigned short idx; for (int i = 0; i < nc; i++) { idx = (u[i].h << 8) + u[i].l; unsigned short low = unicodetolower(idx, langnum); if (idx != low) { u[i].h = (unsigned char) (low >> 8); u[i].l = (unsigned char) (low & 0x00FF); } } u16_u8(p, MAXWORDUTF8LEN, u, nc); return strlen(p); } else { while (*p != '\0') { *p = csconv[((unsigned char) *p)].clower; p++; } } return nc; } // convert UTF-8 sharp S codes to latin 1 char * Hunspell::sharps_u8_l1(char * dest, char * source) { char * p = dest; *p = *source; for (p++, source++; *(source - 1); p++, source++) { *p = *source; if (*source == '\x9F') *--p = '\xDF'; } return dest; } // recursive search for right ss - sharp s permutations hentry * Hunspell::spellsharps(char * base, char * pos, int n, int repnum, char * tmp, int * info, char **root) { pos = strstr(pos, "ss"); if (pos && (n < MAXSHARPS)) { *pos = '\xC3'; *(pos + 1) = '\x9F'; hentry * h = spellsharps(base, pos + 2, n + 1, repnum + 1, tmp, info, root); if (h) return h; *pos = 's'; *(pos + 1) = 's'; h = spellsharps(base, pos + 2, n + 1, repnum, tmp, info, root); if (h) return h; } else if (repnum > 0) { if (utf8) return checkword(base, info, root); return checkword(sharps_u8_l1(tmp, base), info, root); } return NULL; } int Hunspell::is_keepcase(const hentry * rv) { return pAMgr && rv->astr && pAMgr->get_keepcase() && TESTAFF(rv->astr, pAMgr->get_keepcase(), rv->alen); } /* insert a word to beginning of the suggestion array and return ns */ int Hunspell::insert_sug(char ***slst, char * word, int ns) { if (ns == MAXSUGGESTION) { ns--; free((*slst)[ns]); } for (int k = ns; k > 0; k--) (*slst)[k] = (*slst)[k - 1]; (*slst)[0] = mystrdup(word); return ns + 1; } int Hunspell::spell(const char * word, int * info, char ** root) { struct hentry * rv=NULL; // need larger vector. For example, Turkish capital letter I converted a // 2-byte UTF-8 character (dotless i) by mkallsmall. char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; w_char unicw[MAXWORDLEN]; int nc = strlen(word); int wl2 = 0; if (utf8) { if (nc >= MAXWORDUTF8LEN) return 0; } else { if (nc >= MAXWORDLEN) return 0; } int captype = 0; int abbv = 0; int wl = cleanword2(cw, word, unicw, &nc, &captype, &abbv); int info2 = 0; if (wl == 0 || maxdic == 0) return 1; if (root) *root = NULL; // allow numbers with dots and commas (but forbid double separators: "..", ",," etc.) enum { NBEGIN, NNUM, NSEP }; int nstate = NBEGIN; int i; for (i = 0; (i < wl); i++) { if ((cw[i] <= '9') && (cw[i] >= '0')) { nstate = NNUM; } else if ((cw[i] == ',') || (cw[i] == '.') || (cw[i] == '-')) { if ((nstate == NSEP) || (i == 0)) break; nstate = NSEP; } else break; } if ((i == wl) && (nstate == NNUM)) return 1; if (!info) info = &info2; else *info = 0; // LANG_hu section: number(s) + (percent or degree) with suffixes if (langnum == LANG_hu) { if ((nstate == NNUM) && ((cw[i] == '%') || ((!utf8 && (cw[i] == '\xB0')) || (utf8 && (strncmp(cw + i, "\xC2\xB0", 2)==0 || // UTF-8 degree strncmp(cw + i, "\xE2\x80\xB0", 3)==0)))) // UTF-8 per mille && checkword(cw + i, info, root)) return 1; } // END of LANG_hu section switch(captype) { case HUHCAP: case HUHINITCAP: case NOCAP: { rv = checkword(cw, info, root); if ((abbv) && !(rv)) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; rv = checkword(wspace, info, root); } break; } case ALLCAP: { rv = checkword(cw, info, root); if (rv) break; if (abbv) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; rv = checkword(wspace, info, root); if (rv) break; } // Spec. prefix handling for Catalan, French, Italian: // prefixes separated by apostrophe (SANT'ELIA -> Sant'+Elia). if (pAMgr && strchr(cw, '\'')) { wl = mkallsmall2(cw, unicw, nc); char * apostrophe = strchr(cw, '\''); if (utf8) { w_char tmpword[MAXWORDLEN]; *apostrophe = '\0'; wl2 = u8_u16(tmpword, MAXWORDLEN, cw); *apostrophe = '\''; if (wl2 < nc) { mkinitcap2(apostrophe + 1, unicw + wl2 + 1, nc - wl2 - 1); rv = checkword(cw, info, root); if (rv) break; } } else { mkinitcap2(apostrophe + 1, unicw, nc); rv = checkword(cw, info, root); if (rv) break; } mkinitcap2(cw, unicw, nc); rv = checkword(cw, info, root); if (rv) break; } if (pAMgr && pAMgr->get_checksharps() && strstr(cw, "SS")) { char tmpword[MAXWORDUTF8LEN]; wl = mkallsmall2(cw, unicw, nc); memcpy(wspace,cw,(wl+1)); rv = spellsharps(wspace, wspace, 0, 0, tmpword, info, root); if (!rv) { wl2 = mkinitcap2(cw, unicw, nc); rv = spellsharps(cw, cw, 0, 0, tmpword, info, root); } if ((abbv) && !(rv)) { *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; rv = spellsharps(wspace, wspace, 0, 0, tmpword, info, root); if (!rv) { memcpy(wspace, cw, wl2); *(wspace+wl2) = '.'; *(wspace+wl2+1) = '\0'; rv = spellsharps(wspace, wspace, 0, 0, tmpword, info, root); } } if (rv) break; } } case INITCAP: { wl = mkallsmall2(cw, unicw, nc); memcpy(wspace,cw,(wl+1)); wl2 = mkinitcap2(cw, unicw, nc); if (captype == INITCAP) *info += SPELL_INITCAP; rv = checkword(cw, info, root); if (captype == INITCAP) *info -= SPELL_INITCAP; // forbid bad capitalization // (for example, ijs -> Ijs instead of IJs in Dutch) // use explicit forms in dic: Ijs/F (F = FORBIDDENWORD flag) if (*info & SPELL_FORBIDDEN) { rv = NULL; break; } if (rv && is_keepcase(rv) && (captype == ALLCAP)) rv = NULL; if (rv) break; rv = checkword(wspace, info, root); if (abbv && !rv) { *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; rv = checkword(wspace, info, root); if (!rv) { memcpy(wspace, cw, wl2); *(wspace+wl2) = '.'; *(wspace+wl2+1) = '\0'; if (captype == INITCAP) *info += SPELL_INITCAP; rv = checkword(wspace, info, root); if (captype == INITCAP) *info -= SPELL_INITCAP; if (rv && is_keepcase(rv) && (captype == ALLCAP)) rv = NULL; break; } } if (rv && is_keepcase(rv) && ((captype == ALLCAP) || // if CHECKSHARPS: KEEPCASE words with \xDF are allowed // in INITCAP form, too. !(pAMgr->get_checksharps() && ((utf8 && strstr(wspace, "\xC3\x9F")) || (!utf8 && strchr(wspace, '\xDF')))))) rv = NULL; break; } } if (rv) return 1; // recursive breaking at break points (not good for morphological analysis) if (wordbreak) { char * s; char r; int corr = 0; // German words beginning with "-" are not accepted if (langnum == LANG_de) corr = 1; int numbreak = pAMgr ? pAMgr->get_numbreak() : 0; for (int j = 0; j < numbreak; j++) { s=(char *) strstr(cw + corr, wordbreak[j]); if (s) { r = *s; *s = '\0'; // examine 2 sides of the break point if (spell(cw) && spell(s + strlen(wordbreak[j]))) { *s = r; return 1; } *s = r; } } } // LANG_hu: compoundings with dashes and n-dashes XXX deprecated! if (langnum == LANG_hu) { int n; // compound word with dash (HU) I18n char * dash; int result = 0; // n-dash dash = (char *) strstr(cw,"\xE2\x80\x93"); if (dash && !wordbreak) { *dash = '\0'; // examine 2 sides of the dash if (spell(cw) && spell(dash + 3)) { *dash = '\xE2'; return 1; } *dash = '\xE2'; } dash = (char *) strchr(cw,'-'); if (dash) { *dash='\0'; // examine 2 sides of the dash if (dash[1] == '\0') { // base word ending with dash if (spell(cw)) return 1; } else { // first word ending with dash: word- char r2 = *(dash + 1); dash[0]='-'; dash[1]='\0'; result = spell(cw); dash[1] = r2; dash[0]='\0'; if (result && spell(dash+1) && ((strlen(dash+1) > 1) || (dash[1] == 'e') || ((dash[1] > '0') && (dash[1] < '9')))) return 1; } // affixed number in correct word if (result && (dash > cw) && (((*(dash-1)<='9') && (*(dash-1)>='0')) || (*(dash-1)>='.'))) { *dash='-'; n = 1; if (*(dash - n) == '.') n++; // search first not a number character to left from dash while (((dash - n)>=cw) && ((*(dash - n)=='0') || (n < 3)) && (n < 6)) { n++; } if ((dash - n) < cw) n--; // numbers: deprecated for(; n >= 1; n--) { if ((*(dash - n) >= '0') && (*(dash - n) <= '9') && checkword(dash - n, info, root)) return 1; } } } } return 0; } struct hentry * Hunspell::checkword(const char * w, int * info, char ** root) { struct hentry * he = NULL; int len, i; char w2[MAXWORDUTF8LEN]; const char * word; char * ignoredchars = pAMgr->get_ignore(); if (ignoredchars != NULL) { strcpy(w2, w); if (utf8) { int ignoredchars_utf16_len; unsigned short * ignoredchars_utf16 = pAMgr->get_ignore_utf16(&ignoredchars_utf16_len); remove_ignored_chars_utf(w2, ignoredchars_utf16, ignoredchars_utf16_len); } else { remove_ignored_chars(w2,ignoredchars); } word = w2; } else word = w; // word reversing wrapper for complex prefixes if (complexprefixes) { if (word != w2) { strcpy(w2, word); word = w2; } if (utf8) reverseword_utf(w2); else reverseword(w2); } // look word in hash table for (i = 0; (i < maxdic) && !he; i ++) { he = (pHMgr[i])->lookup(word); // check forbidden and onlyincompound words if ((he) && (he->astr) && (pAMgr) && TESTAFF(he->astr, pAMgr->get_forbiddenword(), he->alen)) { if (info) *info += SPELL_FORBIDDEN; // LANG_hu section: set dash information for suggestions if (langnum == LANG_hu) { if (pAMgr->get_compoundflag() && TESTAFF(he->astr, pAMgr->get_compoundflag(), he->alen)) { if (info) *info += SPELL_COMPOUND; } } return NULL; } // he = next not needaffix, onlyincompound homonym or onlyupcase word while (he && (he->astr) && ((pAMgr->get_needaffix() && TESTAFF(he->astr, pAMgr->get_needaffix(), he->alen)) || (pAMgr->get_onlyincompound() && TESTAFF(he->astr, pAMgr->get_onlyincompound(), he->alen)) || (info && (*info & SPELL_INITCAP) && TESTAFF(he->astr, ONLYUPCASEFLAG, he->alen)) )) he = he->next_homonym; } // check with affixes if (!he && pAMgr) { // try stripping off affixes */ len = strlen(word); he = pAMgr->affix_check(word, len, 0); // check compound restriction and onlyupcase if (he && he->astr && ( (pAMgr->get_onlyincompound() && TESTAFF(he->astr, pAMgr->get_onlyincompound(), he->alen)) || (info && (*info & SPELL_INITCAP) && TESTAFF(he->astr, ONLYUPCASEFLAG, he->alen)))) { he = NULL; } if (he) { if ((he->astr) && (pAMgr) && TESTAFF(he->astr, pAMgr->get_forbiddenword(), he->alen)) { if (info) *info += SPELL_FORBIDDEN; return NULL; } if (root) { *root = mystrdup(&(he->word)); if (complexprefixes) { if (utf8) reverseword_utf(*root); else reverseword(*root); } } // try check compound word } else if (pAMgr->get_compound()) { he = pAMgr->compound_check(word, len, 0,0,100,0,NULL,0,NULL,NULL,0); // LANG_hu section: `moving rule' with last dash if ((!he) && (langnum == LANG_hu) && (word[len-1]=='-')) { char * dup = mystrdup(word); dup[len-1] = '\0'; he = pAMgr->compound_check(dup, len-1, -5,0,100,0,NULL,1,NULL,NULL,0); free(dup); } // end of LANG speficic region if (he) { if (root) { *root = mystrdup(&(he->word)); if (complexprefixes) { if (utf8) reverseword_utf(*root); else reverseword(*root); } } if (info) *info += SPELL_COMPOUND; } } } return he; } int Hunspell::suggest(char*** slst, const char * word) { int onlycmpdsug = 0; char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; if (!pSMgr || maxdic == 0) return 0; w_char unicw[MAXWORDLEN]; int nc = strlen(word); if (utf8) { if (nc >= MAXWORDUTF8LEN) return 0; } else { if (nc >= MAXWORDLEN) return 0; } int captype = 0; int abbv = 0; int wl = cleanword2(cw, word, unicw, &nc, &captype, &abbv); if (wl == 0) return 0; int ns = 0; *slst = NULL; int capwords = 0; switch(captype) { case NOCAP: { ns = pSMgr->suggest(slst, cw, ns, &onlycmpdsug); break; } case INITCAP: { capwords = 1; ns = pSMgr->suggest(slst, cw, ns, &onlycmpdsug); if (ns == -1) break; memcpy(wspace,cw,(wl+1)); mkallsmall2(wspace, unicw, nc); ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); break; } case HUHINITCAP: capwords = 1; case HUHCAP: { ns = pSMgr->suggest(slst, cw, ns, &onlycmpdsug); if (ns != -1) { int prevns; // something.The -> something. The char * dot = strchr(cw, '.'); if (dot && (dot > cw)) { int captype_; if (utf8) { w_char w_[MAXWORDLEN]; int wl_ = u8_u16(w_, MAXWORDLEN, dot + 1); captype_ = get_captype_utf8(w_, wl_, langnum); } else captype_ = get_captype(dot+1, strlen(dot+1), csconv); if (captype_ == INITCAP) { char * st = mystrdup(cw); st = (char *) realloc(st, wl + 2); if (st) { st[(dot - cw) + 1] = ' '; strcpy(st + (dot - cw) + 2, dot + 1); ns = insert_sug(slst, st, ns); free(st); } } } if (captype == HUHINITCAP) { // TheOpenOffice.org -> The OpenOffice.org memcpy(wspace,cw,(wl+1)); mkinitsmall2(wspace, unicw, nc); ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); } memcpy(wspace,cw,(wl+1)); mkallsmall2(wspace, unicw, nc); if (spell(wspace)) ns = insert_sug(slst, wspace, ns); prevns = ns; ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); if (captype == HUHINITCAP) { mkinitcap2(wspace, unicw, nc); if (spell(wspace)) ns = insert_sug(slst, wspace, ns); ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); } // aNew -> "a New" (instead of "a new") for (int j = prevns; j < ns; j++) { char * space = strchr((*slst)[j],' '); if (space) { int slen = strlen(space + 1); // different case after space (need capitalisation) if ((slen < wl) && strcmp(cw + wl - slen, space + 1)) { w_char w[MAXWORDLEN]; int wc = 0; char * r = (*slst)[j]; if (utf8) wc = u8_u16(w, MAXWORDLEN, space + 1); mkinitcap2(space + 1, w, wc); // set as first suggestion for (int k = j; k > 0; k--) (*slst)[k] = (*slst)[k - 1]; (*slst)[0] = r; } } } } break; } case ALLCAP: { memcpy(wspace, cw, (wl+1)); mkallsmall2(wspace, unicw, nc); ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); if (ns == -1) break; if (pAMgr && pAMgr->get_keepcase() && spell(wspace)) ns = insert_sug(slst, wspace, ns); mkinitcap2(wspace, unicw, nc); ns = pSMgr->suggest(slst, wspace, ns, &onlycmpdsug); for (int j=0; j < ns; j++) { mkallcap((*slst)[j]); if (pAMgr && pAMgr->get_checksharps()) { char * pos; if (utf8) { pos = strstr((*slst)[j], "\xC3\x9F"); while (pos) { *pos = 'S'; *(pos+1) = 'S'; pos = strstr(pos+2, "\xC3\x9F"); } } else { pos = strchr((*slst)[j], '\xDF'); while (pos) { (*slst)[j] = (char *) realloc((*slst)[j], strlen((*slst)[j]) + 2); mystrrep((*slst)[j], "\xDF", "SS"); pos = strchr((*slst)[j], '\xDF'); } } } } break; } } // LANG_hu section: replace '-' with ' ' in Hungarian if (langnum == LANG_hu) { for (int j=0; j < ns; j++) { char * pos = strchr((*slst)[j],'-'); if (pos) { int info; char w[MAXWORDUTF8LEN]; *pos = '\0'; strcpy(w, (*slst)[j]); strcat(w, pos + 1); spell(w, &info, NULL); if ((info & SPELL_COMPOUND) && (info & SPELL_FORBIDDEN)) { *pos = ' '; } else *pos = '-'; } } } // END OF LANG_hu section // try ngram approach since found nothing if ((ns == 0 || onlycmpdsug) && pAMgr && (pAMgr->get_maxngramsugs() != 0)) { switch(captype) { case NOCAP: { ns = pSMgr->ngsuggest(*slst, cw, ns, pHMgr, maxdic); break; } case HUHCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall2(wspace, unicw, nc); ns = pSMgr->ngsuggest(*slst, wspace, ns, pHMgr, maxdic); break; } case INITCAP: { capwords = 1; memcpy(wspace,cw,(wl+1)); mkallsmall2(wspace, unicw, nc); ns = pSMgr->ngsuggest(*slst, wspace, ns, pHMgr, maxdic); break; } case ALLCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall2(wspace, unicw, nc); int oldns = ns; ns = pSMgr->ngsuggest(*slst, wspace, ns, pHMgr, maxdic); for (int j = oldns; j < ns; j++) mkallcap((*slst)[j]); break; } } } // word reversing wrapper for complex prefixes if (complexprefixes) { for (int j = 0; j < ns; j++) { if (utf8) reverseword_utf((*slst)[j]); else reverseword((*slst)[j]); } } // capitalize if (capwords) for (int j=0; j < ns; j++) { mkinitcap((*slst)[j]); } // expand suggestions with dot(s) if (abbv && pAMgr && pAMgr->get_sugswithdots()) { for (int j = 0; j < ns; j++) { (*slst)[j] = (char *) realloc((*slst)[j], strlen((*slst)[j]) + 1 + abbv); strcat((*slst)[j], word + strlen(word) - abbv); } } // remove bad capitalized and forbidden forms if (pAMgr && (pAMgr->get_keepcase() || pAMgr->get_forbiddenword())) { switch (captype) { case INITCAP: case ALLCAP: { int l = 0; for (int j=0; j < ns; j++) { if (!strchr((*slst)[j],' ') && !spell((*slst)[j])) { char s[MAXSWUTF8L]; w_char w[MAXSWL]; int len; if (utf8) { len = u8_u16(w, MAXSWL, (*slst)[j]); } else { strcpy(s, (*slst)[j]); len = strlen(s); } mkallsmall2(s, w, len); free((*slst)[j]); if (spell(s)) { (*slst)[l] = mystrdup(s); l++; } else { mkinitcap2(s, w, len); if (spell(s)) { (*slst)[l] = mystrdup(s); l++; } } } else { (*slst)[l] = (*slst)[j]; l++; } } ns = l; } } } // remove duplications int l = 0; for (int j = 0; j < ns; j++) { (*slst)[l] = (*slst)[j]; for (int k = 0; k < l; k++) { if (strcmp((*slst)[k], (*slst)[j]) == 0) { free((*slst)[j]); l--; } } l++; } return l; } char * Hunspell::get_dic_encoding() { return encoding; } #ifdef HUNSPELL_EXPERIMENTAL // XXX need UTF-8 support int Hunspell::suggest_auto(char*** slst, const char * word) { char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; if (!pSMgr || maxdic == 0) return 0; int wl = strlen(word); if (utf8) { if (wl >= MAXWORDUTF8LEN) return 0; } else { if (wl >= MAXWORDLEN) return 0; } int captype = 0; int abbv = 0; wl = cleanword(cw, word, &captype, &abbv); if (wl == 0) return 0; int ns = 0; *slst = NULL; // HU, nsug in pSMgr->suggest switch(captype) { case NOCAP: { ns = pSMgr->suggest_auto(slst, cw, ns); if (ns>0) break; break; } case INITCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); ns = pSMgr->suggest_auto(slst, wspace, ns); for (int j=0; j < ns; j++) mkinitcap((*slst)[j]); ns = pSMgr->suggest_auto(slst, cw, ns); break; } case HUHCAP: { ns = pSMgr->suggest_auto(slst, cw, ns); if (ns == 0) { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); ns = pSMgr->suggest_auto(slst, wspace, ns); } break; } case ALLCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); ns = pSMgr->suggest_auto(slst, wspace, ns); mkinitcap(wspace); ns = pSMgr->suggest_auto(slst, wspace, ns); for (int j=0; j < ns; j++) mkallcap((*slst)[j]); break; } } // word reversing wrapper for complex prefixes if (complexprefixes) { for (int j = 0; j < ns; j++) { if (utf8) reverseword_utf((*slst)[j]); else reverseword((*slst)[j]); } } // expand suggestions with dot(s) if (abbv && pAMgr && pAMgr->get_sugswithdots()) { for (int j = 0; j < ns; j++) { (*slst)[j] = (char *) realloc((*slst)[j], strlen((*slst)[j]) + 1 + abbv); strcat((*slst)[j], word + strlen(word) - abbv); } } // LANG_hu section: replace '-' with ' ' in Hungarian if (langnum == LANG_hu) { for (int j=0; j < ns; j++) { char * pos = strchr((*slst)[j],'-'); if (pos) { int info; char w[MAXWORDUTF8LEN]; *pos = '\0'; strcpy(w, (*slst)[j]); strcat(w, pos + 1); spell(w, &info, NULL); if ((info & SPELL_COMPOUND) && (info & SPELL_FORBIDDEN)) { *pos = ' '; } else *pos = '-'; } } } // END OF LANG_hu section return ns; } #endif int Hunspell::stem(char*** slst, char ** desc, int n) { char result[MAXLNLEN]; char result2[MAXLNLEN]; if (n == 0) return 0; *result2 = '\0'; for (int i = 0; i < n; i++) { *result = '\0'; // add compound word parts (except the last one) char * s = (char *) desc[i]; char * part = strstr(s, MORPH_PART); if (part) { char * nextpart = strstr(part + 1, MORPH_PART); while (nextpart) { copy_field(result + strlen(result), part, MORPH_PART); part = nextpart; nextpart = strstr(part + 1, MORPH_PART); } s = part; } char **pl; char tok[MAXLNLEN]; strcpy(tok, s); char * alt = strstr(tok, " | "); while (alt) { alt[1] = MSEP_ALT; alt = strstr(alt, " | "); } int pln = line_tok(tok, &pl, MSEP_ALT); for (int k = 0; k < pln; k++) { // add derivational suffixes if (strstr(pl[k], MORPH_DERI_SFX)) { // remove inflectional suffixes char * is = strstr(pl[k], MORPH_INFL_SFX); if (is) *is = '\0'; char * sg = pSMgr->suggest_gen(&(pl[k]), 1, pl[k]); if (sg) { char ** gen; int genl = line_tok(sg, &gen, MSEP_REC); free(sg); for (int j = 0; j < genl; j++) { sprintf(result2 + strlen(result2), "%c%s%s", MSEP_REC, result, gen[j]); } freelist(&gen, genl); } } else { sprintf(result2 + strlen(result2), "%c%s", MSEP_REC, result); if (strstr(pl[k], MORPH_SURF_PFX)) { copy_field(result2 + strlen(result2), pl[k], MORPH_SURF_PFX); } copy_field(result2 + strlen(result2), pl[k], MORPH_STEM); } } freelist(&pl, pln); } int sln = line_tok(result2, slst, MSEP_REC); return uniqlist(*slst, sln); } int Hunspell::stem(char*** slst, const char * word) { char ** pl; int pln = analyze(&pl, word); int pln2 = stem(slst, pl, pln); freelist(&pl, pln); return pln2; } #ifdef HUNSPELL_EXPERIMENTAL int Hunspell::suggest_pos_stems(char*** slst, const char * word) { char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; if (! pSMgr || maxdic == 0) return 0; int wl = strlen(word); if (utf8) { if (wl >= MAXWORDUTF8LEN) return 0; } else { if (wl >= MAXWORDLEN) return 0; } int captype = 0; int abbv = 0; wl = cleanword(cw, word, &captype, &abbv); if (wl == 0) return 0; int ns = 0; // ns=0 = normalized input *slst = NULL; // HU, nsug in pSMgr->suggest switch(captype) { case HUHCAP: case NOCAP: { ns = pSMgr->suggest_pos_stems(slst, cw, ns); if ((abbv) && (ns == 0)) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; ns = pSMgr->suggest_pos_stems(slst, wspace, ns); } break; } case INITCAP: { ns = pSMgr->suggest_pos_stems(slst, cw, ns); if (ns == 0 || ((*slst)[0][0] == '#')) { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); ns = pSMgr->suggest_pos_stems(slst, wspace, ns); } break; } case ALLCAP: { ns = pSMgr->suggest_pos_stems(slst, cw, ns); if (ns != 0) break; memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); ns = pSMgr->suggest_pos_stems(slst, wspace, ns); if (ns == 0) { mkinitcap(wspace); ns = pSMgr->suggest_pos_stems(slst, wspace, ns); } break; } } return ns; } #endif // END OF HUNSPELL_EXPERIMENTAL CODE const char * Hunspell::get_wordchars() { return pAMgr->get_wordchars(); } unsigned short * Hunspell::get_wordchars_utf16(int * len) { return pAMgr->get_wordchars_utf16(len); } void Hunspell::mkinitcap(char * p) { if (!utf8) { if (*p != '\0') *p = csconv[((unsigned char)*p)].cupper; } else { int len; w_char u[MAXWORDLEN]; len = u8_u16(u, MAXWORDLEN, p); unsigned short i = unicodetoupper((u[0].h << 8) + u[0].l, langnum); u[0].h = (unsigned char) (i >> 8); u[0].l = (unsigned char) (i & 0x00FF); u16_u8(p, MAXWORDUTF8LEN, u, len); } } int Hunspell::mkinitcap2(char * p, w_char * u, int nc) { if (!utf8) { if (*p != '\0') *p = csconv[((unsigned char)*p)].cupper; } else if (nc > 0) { unsigned short i = unicodetoupper((u[0].h << 8) + u[0].l, langnum); u[0].h = (unsigned char) (i >> 8); u[0].l = (unsigned char) (i & 0x00FF); u16_u8(p, MAXWORDUTF8LEN, u, nc); return strlen(p); } return nc; } int Hunspell::mkinitsmall2(char * p, w_char * u, int nc) { if (!utf8) { if (*p != '\0') *p = csconv[((unsigned char)*p)].clower; } else if (nc > 0) { unsigned short i = unicodetolower((u[0].h << 8) + u[0].l, langnum); u[0].h = (unsigned char) (i >> 8); u[0].l = (unsigned char) (i & 0x00FF); u16_u8(p, MAXWORDUTF8LEN, u, nc); return strlen(p); } return nc; } int Hunspell::add(const char * word) { if (pHMgr[0]) return (pHMgr[0])->add(word, NULL); return 0; } int Hunspell::add_with_affix(const char * word, const char * example) { if (pHMgr[0]) return (pHMgr[0])->add_with_affix(word, example); return 0; } int Hunspell::remove(const char * word) { if (pHMgr[0]) return (pHMgr[0])->remove(word); return 0; } const char * Hunspell::get_version() { return pAMgr->get_version(); } struct cs_info * Hunspell::get_csconv() { return csconv; } void Hunspell::cat_result(char * result, char * st) { if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } } int Hunspell::analyze(char*** slst, const char * word) { char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; if (! pSMgr || maxdic == 0) return 0; int wl = strlen(word); if (utf8) { if (wl >= MAXWORDUTF8LEN) return 0; } else { if (wl >= MAXWORDLEN) return 0; } int captype = 0; int abbv = 0; wl = cleanword(cw, word, &captype, &abbv); if (wl == 0) { if (abbv) { for (wl = 0; wl < abbv; wl++) cw[wl] = '.'; cw[wl] = '\0'; abbv = 0; } else return 0; } char result[MAXLNLEN]; char * st = NULL; *result = '\0'; int n = 0; int n2 = 0; int n3 = 0; // test numbers // LANG_hu section: set dash information for suggestions if (langnum == LANG_hu) { while ((n < wl) && (((cw[n] <= '9') && (cw[n] >= '0')) || (((cw[n] == '.') || (cw[n] == ',')) && (n > 0)))) { n++; if ((cw[n] == '.') || (cw[n] == ',')) { if (((n2 == 0) && (n > 3)) || ((n2 > 0) && ((cw[n-1] == '.') || (cw[n-1] == ',')))) break; n2++; n3 = n; } } if ((n == wl) && (n3 > 0) && (n - n3 > 3)) return 0; if ((n == wl) || ((n>0) && ((cw[n]=='%') || (cw[n]=='\xB0')) && checkword(cw+n, NULL, NULL))) { strcat(result, cw); result[n - 1] = '\0'; if (n == wl) cat_result(result, pSMgr->suggest_morph(cw + n - 1)); else { char sign = cw[n]; cw[n] = '\0'; cat_result(result, pSMgr->suggest_morph(cw + n - 1)); strcat(result, "+"); // XXX SPEC. MORPHCODE cw[n] = sign; cat_result(result, pSMgr->suggest_morph(cw + n)); } return line_tok(result, slst, MSEP_REC); } } // END OF LANG_hu section switch(captype) { case NOCAP: { cat_result(result, pSMgr->suggest_morph(cw)); if (abbv) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; cat_result(result, pSMgr->suggest_morph(wspace)); } break; } case INITCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); cat_result(result, pSMgr->suggest_morph(cw)); if (abbv) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; mkallsmall(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); mkinitcap(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); } break; } case HUHCAP: { cat_result(result, pSMgr->suggest_morph(cw)); #if 0 memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); #endif break; } case ALLCAP: { memcpy(wspace,cw,(wl+1)); cat_result(result, pSMgr->suggest_morph(wspace)); mkallsmall(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); mkinitcap(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); if (abbv) { memcpy(wspace,cw,(wl+1)); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; cat_result(result, pSMgr->suggest_morph(wspace)); mkallsmall(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); mkinitcap(wspace); cat_result(result, pSMgr->suggest_morph(wspace)); } break; } } if (result && (*result)) { // word reversing wrapper for complex prefixes if (complexprefixes) { if (utf8) reverseword_utf(result); else reverseword(result); } return line_tok(result, slst, MSEP_REC); } // compound word with dash (HU) I18n char * dash = NULL; int nresult = 0; // LANG_hu section: set dash information for suggestions if (langnum == LANG_hu) dash = (char *) strchr(cw,'-'); if ((langnum == LANG_hu) && dash) { *dash='\0'; // examine 2 sides of the dash if (dash[1] == '\0') { // base word ending with dash if (spell(cw)) return line_tok(pSMgr->suggest_morph(cw), slst, MSEP_REC); } else if ((dash[1] == 'e') && (dash[2] == '\0')) { // XXX (HU) -e hat. if (spell(cw) && (spell("-e"))) { st = pSMgr->suggest_morph(cw); if (st) { strcat(result, st); free(st); } strcat(result,"+"); // XXX spec. separator in MORPHCODE st = pSMgr->suggest_morph("-e"); if (st) { strcat(result, st); free(st); } return line_tok(result, slst, MSEP_REC); } } else { // first word ending with dash: word- XXX ??? char r2 = *(dash + 1); dash[0]='-'; dash[1]='\0'; nresult = spell(cw); dash[1] = r2; dash[0]='\0'; if (nresult && spell(dash+1) && ((strlen(dash+1) > 1) || ((dash[1] > '0') && (dash[1] < '9')))) { st = pSMgr->suggest_morph(cw); if (st) { strcat(result, st); free(st); strcat(result,"+"); // XXX spec. separator in MORPHCODE } st = pSMgr->suggest_morph(dash+1); if (st) { strcat(result, st); free(st); } return line_tok(result, slst, MSEP_REC); } } // affixed number in correct word if (nresult && (dash > cw) && (((*(dash-1)<='9') && (*(dash-1)>='0')) || (*(dash-1)=='.'))) { *dash='-'; n = 1; if (*(dash - n) == '.') n++; // search first not a number character to left from dash while (((dash - n)>=cw) && ((*(dash - n)=='0') || (n < 3)) && (n < 6)) { n++; } if ((dash - n) < cw) n--; // numbers: valami1000000-hoz // examine 100000-hoz, 10000-hoz 1000-hoz, 10-hoz, // 56-hoz, 6-hoz for(; n >= 1; n--) { if ((*(dash - n) >= '0') && (*(dash - n) <= '9') && checkword(dash - n, NULL, NULL)) { strcat(result, cw); result[dash - cw - n] = '\0'; st = pSMgr->suggest_morph(dash - n); if (st) { strcat(result, st); free(st); } return line_tok(result, slst, MSEP_REC); } } } } return 0; } int Hunspell::generate(char*** slst, const char * word, char ** pl, int pln) { if (!pSMgr || !pln) return 0; char **pl2; int pl2n = analyze(&pl2, word); int captype = 0; int abbv = 0; char cw[MAXWORDUTF8LEN]; cleanword(cw, word, &captype, &abbv); char result[MAXLNLEN]; *result = '\0'; for (int i = 0; i < pln; i++) { cat_result(result, pSMgr->suggest_gen(pl2, pl2n, pl[i])); } freelist(&pl2, pl2n); if (*result) { // allcap if (captype == ALLCAP) mkallcap(result); // line split int linenum = line_tok(result, slst, MSEP_REC); // capitalize if (captype == INITCAP || captype == HUHINITCAP) { for (int j=0; j < linenum; j++) mkinitcap((*slst)[j]); } // temporary filtering of prefix related errors (eg. // generate("undrinkable", "eats") --> "undrinkables" and "*undrinks") int r = 0; for (int j=0; j < linenum; j++) { if (!spell((*slst)[j])) { free((*slst)[j]); (*slst)[j] = NULL; } else { if (r < j) (*slst)[r] = (*slst)[j]; r++; } } if (r > 0) return r; free(*slst); *slst = NULL; } return 0; } int Hunspell::generate(char*** slst, const char * word, const char * pattern) { char **pl; int pln = analyze(&pl, pattern); int n = generate(slst, word, pl, pln); freelist(&pl, pln); return uniqlist(*slst, n); } #ifdef HUNSPELL_EXPERIMENTAL // XXX need UTF-8 support char * Hunspell::morph_with_correction(const char * word) { char cw[MAXWORDUTF8LEN]; char wspace[MAXWORDUTF8LEN]; if (! pSMgr || maxdic == 0) return NULL; int wl = strlen(word); if (utf8) { if (wl >= MAXWORDUTF8LEN) return NULL; } else { if (wl >= MAXWORDLEN) return NULL; } int captype = 0; int abbv = 0; wl = cleanword(cw, word, &captype, &abbv); if (wl == 0) return NULL; char result[MAXLNLEN]; char * st = NULL; *result = '\0'; switch(captype) { case NOCAP: { st = pSMgr->suggest_morph_for_spelling_error(cw); if (st) { strcat(result, st); free(st); } if (abbv) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } } break; } case INITCAP: { memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { strcat(result, st); free(st); } st = pSMgr->suggest_morph_for_spelling_error(cw); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } if (abbv) { memcpy(wspace,cw,wl); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; mkallsmall(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } mkinitcap(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } } break; } case HUHCAP: { st = pSMgr->suggest_morph_for_spelling_error(cw); if (st) { strcat(result, st); free(st); } memcpy(wspace,cw,(wl+1)); mkallsmall(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } break; } case ALLCAP: { memcpy(wspace,cw,(wl+1)); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { strcat(result, st); free(st); } mkallsmall(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } mkinitcap(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } if (abbv) { memcpy(wspace,cw,(wl+1)); *(wspace+wl) = '.'; *(wspace+wl+1) = '\0'; if (*result) strcat(result, "\n"); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { strcat(result, st); free(st); } mkallsmall(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } mkinitcap(wspace); st = pSMgr->suggest_morph_for_spelling_error(wspace); if (st) { if (*result) strcat(result, "\n"); strcat(result, st); free(st); } } break; } } if (result) return mystrdup(result); return NULL; } #endif // END OF HUNSPELL_EXPERIMENTAL CODE Hunhandle *Hunspell_create(const char * affpath, const char * dpath) { return (Hunhandle*)(new Hunspell(affpath, dpath)); } Hunhandle *Hunspell_create_key(const char * affpath, const char * dpath, const char * key) { return (Hunhandle*)(new Hunspell(affpath, dpath, key)); } void Hunspell_destroy(Hunhandle *pHunspell) { delete (Hunspell*)(pHunspell); } int Hunspell_spell(Hunhandle *pHunspell, const char *word) { return ((Hunspell*)pHunspell)->spell(word); } char *Hunspell_get_dic_encoding(Hunhandle *pHunspell) { return ((Hunspell*)pHunspell)->get_dic_encoding(); } int Hunspell_suggest(Hunhandle *pHunspell, char*** slst, const char * word) { return ((Hunspell*)pHunspell)->suggest(slst, word); } int Hunspell_analyze(Hunhandle *pHunspell, char*** slst, const char * word) { return ((Hunspell*)pHunspell)->analyze(slst, word); } int Hunspell_stem(Hunhandle *pHunspell, char*** slst, const char * word) { return ((Hunspell*)pHunspell)->stem(slst, word); } int Hunspell_stem(Hunhandle *pHunspell, char*** slst, char** desc, int n) { return ((Hunspell*)pHunspell)->stem(slst, desc, n); } int Hunspell_generate(Hunhandle *pHunspell, char*** slst, const char * word, const char * word2) { return ((Hunspell*)pHunspell)->generate(slst, word, word2); } int Hunspell_generate(Hunhandle *pHunspell, char*** slst, const char * word, char** desc, int n) { return ((Hunspell*)pHunspell)->generate(slst, word, desc, n); } /* functions for run-time modification of the dictionary */ /* add word to the run-time dictionary */ int Hunspell_add(Hunhandle *pHunspell, const char * word) { return ((Hunspell*)pHunspell)->add(word); } /* add word to the run-time dictionary with affix flags of * the example (a dictionary word): Hunspell will recognize * affixed forms of the new word, too. */ int Hunspell_add_with_affix(Hunhandle *pHunspell, const char * word, const char * example) { return ((Hunspell*)pHunspell)->add_with_affix(word, example); } /* remove word from the run-time dictionary */ int Hunspell_remove(Hunhandle *pHunspell, const char * word) { return ((Hunspell*)pHunspell)->remove(word); } enchant-1.6.0/src/myspell/atypes.hxx0000664000076400007640000000333311355203721014404 00000000000000#ifndef _ATYPES_HXX_ #define _ATYPES_HXX_ #include #ifndef HUNSPELL_WARNING #ifdef HUNSPELL_WARNING_ON #define HUNSPELL_WARNING fprintf #else // empty inline function to switch off warnings (instead of the C99 standard variadic macros) static inline void HUNSPELL_WARNING(FILE *, const char *, ...) {} #endif #endif // HUNSTEM def. #define HUNSTEM #include "hashmgr.hxx" #include "w_char.hxx" #define SETSIZE 256 #define CONTSIZE 65536 #define MAXWORDLEN 100 #define MAXWORDUTF8LEN 256 // affentry options #define aeXPRODUCT (1 << 0) #define aeUTF8 (1 << 1) #define aeALIASF (1 << 2) #define aeALIASM (1 << 3) #define aeLONGCOND (1 << 4) // compound options #define IN_CPD_NOT 0 #define IN_CPD_BEGIN 1 #define IN_CPD_END 2 #define IN_CPD_OTHER 3 #define MAXLNLEN 8192 #define MINCPDLEN 3 #define MAXCOMPOUND 10 #define MAXCONDLEN 20 #define MAXCONDLEN_1 (MAXCONDLEN - sizeof(char *)) #define MAXACC 1000 #define FLAG unsigned short #define FLAG_NULL 0x00 #define FREE_FLAG(a) a = 0 #define TESTAFF( a, b , c ) flag_bsearch((unsigned short *) a, (unsigned short) b, c) struct affentry { char * strip; char * appnd; unsigned char stripl; unsigned char appndl; char numconds; char opts; unsigned short aflag; unsigned short * contclass; short contclasslen; union { char conds[MAXCONDLEN]; struct { char conds1[MAXCONDLEN_1]; char * conds2; } l; } c; char * morphcode; }; struct guessword { char * word; bool allow; char * orig; }; struct mapentry { char * set; w_char * set_utf16; int len; }; struct flagentry { FLAG * def; int len; }; #endif enchant-1.6.0/src/myspell/filemgr.cxx0000664000076400007640000000153011355203721014514 00000000000000#include #include #include #include "filemgr.hxx" int FileMgr::fail(const char * err, const char * par) { fprintf(stderr, err, par); return -1; } FileMgr::FileMgr(const char * file, const char * key) { hin = NULL; fin = fopen(file, "r"); if (!fin) { // check hzipped file char * st = (char *) malloc(strlen(file) + strlen(HZIP_EXTENSION)); if (st) { strcpy(st, file); strcat(st, HZIP_EXTENSION); hin = new Hunzip(st, key); } } if (!fin && !hin) fail(MSG_OPEN, file); } FileMgr::~FileMgr() { if (fin) fclose(fin); if (hin) delete hin; } char * FileMgr::getline() { const char * l; if (fin) return fgets(in, BUFSIZE - 1, fin); if (hin && (l = hin->getline())) return strcpy(in, l); return NULL; } enchant-1.6.0/src/myspell/license.readme0000664000076400007640000000554011355203721015151 00000000000000/* * Copyright 2002 Kevin B. Hendricks, Stratford, Ontario, Canada * And Contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL * KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * * NOTE: A special thanks and credit goes to Geoff Kuenning * the creator of ispell. MySpell's affix algorithms were * based on those of ispell which should be noted is * copyright Geoff Kuenning et.al. and now available * under a BSD style license. For more information on ispell * and affix compression in general, please see: * http://www.cs.ucla.edu/ficus-members/geoff/ispell.html * (the home page for ispell) * * An almost complete rewrite of MySpell for use by * the Mozilla project has been developed by David Einstein * (Deinst@world.std.com). David and I are now * working on parallel development tracks to help * our respective projects (Mozilla and OpenOffice.org * and we will maintain full affix file and dictionary * file compatibility and work on merging our versions * of MySpell back into a single tree. David has been * a significant help in improving MySpell. * * Special thanks also go to La'szlo' Ne'meth * who is the author of the * Hungarian dictionary and who developed and contributed * the code to support compound words in MySpell * and fixed numerous problems with the encoding * case conversion tables. * */ enchant-1.6.0/src/myspell/dictmgr.cxx0000664000076400007640000001021411355203721014517 00000000000000 #include #include #include #include #include "dictmgr.hxx" using namespace std; DictMgr::DictMgr(const char * dictpath, const char * etype) { // load list of etype entries numdict = 0; pdentry = (dictentry *)malloc(MAXDICTIONARIES*sizeof(struct dictentry)); if (pdentry) { if (parse_file(dictpath, etype)) { numdict = 0; // no dictionary.lst found is okay } } else { numdict = 0; } } DictMgr::~DictMgr() { dictentry * pdict = NULL; if (pdentry) { pdict = pdentry; for (int i=0;ilang) { free(pdict->lang); pdict->lang = NULL; } if (pdict->region) { free(pdict->region); pdict->region=NULL; } if (pdict->filename) { free(pdict->filename); pdict->filename = NULL; } pdict++; } free(pdentry); pdentry = NULL; pdict = NULL; } numdict = 0; } // read in list of etype entries and build up structure to describe them int DictMgr::parse_file(const char * dictpath, const char * etype) { int i; char line[MAXDICTENTRYLEN+1]; dictentry * pdict = pdentry; // open the dictionary list file FILE * dictlst; dictlst = fopen(dictpath,"r"); if (!dictlst) { return 1; } // step one is to parse the dictionary list building up the // descriptive structures // read in each line ignoring any that dont start with etype while (fgets(line,MAXDICTENTRYLEN,dictlst)) { mychomp(line); /* parse in a dictionary entry */ if (strncmp(line,etype,4) == 0) { if (numdict < MAXDICTIONARIES) { char * tp = line; char * piece; i = 0; while ((piece=mystrsep(&tp,' '))) { if (*piece != '\0') { switch(i) { case 0: break; case 1: pdict->lang = mystrdup(piece); break; case 2: if (strcmp (piece, "ANY") == 0) pdict->region = mystrdup(""); else pdict->region = mystrdup(piece); break; case 3: pdict->filename = mystrdup(piece); break; default: break; } i++; } free(piece); } if (i == 4) { numdict++; pdict++; } else { fprintf(stderr,"dictionary list corruption in line \"%s\"\n",line); fflush(stderr); } } } } fclose(dictlst); return 0; } // return text encoding of dictionary int DictMgr::get_list(dictentry ** ppentry) { *ppentry = pdentry; return numdict; } // strip strings into token based on single char delimiter // acts like strsep() but only uses a delim char and not // a delim string char * DictMgr::mystrsep(char ** stringp, const char delim) { char * rv = NULL; char * mp = *stringp; int n = strlen(mp); if (n > 0) { char * dp = (char *)memchr(mp,(int)((unsigned char)delim),n); if (dp) { *stringp = dp+1; int nc = (int)((size_t)dp - (size_t)mp); rv = (char *) malloc(nc+1); if (rv) { memcpy(rv,mp,nc); *(rv+nc) = '\0'; return rv; } } else { rv = (char *) malloc(n+1); if (rv) { memcpy(rv, mp, n); *(rv+n) = '\0'; *stringp = mp + n; return rv; } } } return NULL; } // replaces strdup with ansi version char * DictMgr::mystrdup(const char * s) { char * d = NULL; if (s) { int sl = strlen(s); d = (char *) malloc(((sl+1) * sizeof(char))); if (d) memcpy(d,s,((sl+1)*sizeof(char))); } return d; } // remove cross-platform text line end characters void DictMgr:: mychomp(char * s) { int k = strlen(s); if ((k > 0) && ((*(s+k-1)=='\r') || (*(s+k-1)=='\n'))) *(s+k-1) = '\0'; if ((k > 1) && (*(s+k-2) == '\r')) *(s+k-2) = '\0'; } enchant-1.6.0/src/myspell/filemgr.hxx0000664000076400007640000000064211355203721014524 00000000000000/* file manager class - read lines of files [filename] OR [filename.hz] */ #ifndef _FILEMGR_HXX_ #define _FILEMGR_HXX_ #include "hunzip.hxx" class FileMgr { protected: FILE * fin; Hunzip * hin; char in[BUFSIZE + 50]; // input buffer int fail(const char * err, const char * par); public: FileMgr(const char * filename, const char * key = NULL); ~FileMgr(); char * getline(); }; #endif enchant-1.6.0/src/myspell/hunspell.h0000664000076400007640000000547211355203721014357 00000000000000#ifndef _MYSPELLMGR_H_ #define _MYSPELLMGR_H_ #ifdef __cplusplus extern "C" { #endif typedef struct Hunhandle Hunhandle; #ifdef _MSC_VER #define DLL __declspec ( dllexport ) #else #define DLL #endif DLL Hunhandle *Hunspell_create(const char * affpath, const char * dpath); DLL Hunhandle *Hunspell_create_key(const char * affpath, const char * dpath, const char * key); DLL void Hunspell_destroy(Hunhandle *pHunspell); /* spell(word) - spellcheck word * output: 0 = bad word, not 0 = good word */ DLL int Hunspell_spell(Hunhandle *pHunspell, const char *); DLL char *Hunspell_get_dic_encoding(Hunhandle *pHunspell); /* suggest(suggestions, word) - search suggestions * input: pointer to an array of strings pointer and the (bad) word * array of strings pointer (here *slst) may not be initialized * output: number of suggestions in string array, and suggestions in * a newly allocated array of strings (*slts will be NULL when number * of suggestion equals 0.) */ DLL int Hunspell_suggest(Hunhandle *pHunspell, char*** slst, const char * word); /* morphological functions */ /* analyze(result, word) - morphological analysis of the word */ DLL int Hunspell_analyze(Hunhandle *pHunspell, char*** slst, const char * word); /* stem(result, word) - stemmer function */ DLL int Hunspell_stem(Hunhandle *pHunspell, char*** slst, const char * word); /* stem(result, analysis, n) - get stems from a morph. analysis * example: * char ** result, result2; * int n1 = Hunspell_analyze(result, "words"); * int n2 = Hunspell_stem2(result2, result, n1); */ DLL int Hunspell_stem2(Hunhandle *pHunspell, char*** slst, char** desc, int n); /* generate(result, word, word2) - morphological generation by example(s) */ DLL int Hunspell_generate(Hunhandle *pHunspell, char*** slst, const char * word, const char * word2); /* generate(result, word, desc, n) - generation by morph. description(s) * example: * char ** result; * char * affix = "is:plural"; // description depends from dictionaries, too * int n = Hunspell_generate2(result, "word", &affix, 1); * for (int i = 0; i < n; i++) printf("%s\n", result[i]); */ DLL int Hunspell_generate2(Hunhandle *pHunspell, char*** slst, const char * word, char** desc, int n); /* functions for run-time modification of the dictionary */ /* add word to the run-time dictionary */ DLL int Hunspell_add(Hunhandle *pHunspell, const char * word); /* add word to the run-time dictionary with affix flags of * the example (a dictionary word): Hunspell will recognize * affixed forms of the new word, too. */ DLL int Hunspell_add_with_affix(Hunhandle *pHunspell, const char * word, const char * example); /* remove word from the run-time dictionary */ DLL int Hunspell_remove(Hunhandle *pHunspell, const char * word); #ifdef __cplusplus } #endif #endif enchant-1.6.0/src/myspell/hunspell.dsp0000664000076400007640000000730311355203721014711 00000000000000# Microsoft Developer Studio Project File - Name="hunspell" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=hunspell - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "hunspell.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "hunspell.mak" CFG="hunspell - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "hunspell - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "hunspell - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "hunspell - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "W32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /W3 /GX /O2 /D "W32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x40e /d "NDEBUG" # ADD RSC /l 0x40e /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo !ELSEIF "$(CFG)" == "hunspell - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "W32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "W32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD BASE RSC /l 0x40e /d "_DEBUG" # ADD RSC /l 0x40e /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo !ENDIF # Begin Target # Name "hunspell - Win32 Release" # Name "hunspell - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\affentry.cxx # End Source File # Begin Source File SOURCE=.\affixmgr.cxx # End Source File # Begin Source File SOURCE=.\csutil.cxx # End Source File # Begin Source File SOURCE=.\dictmgr.cxx # End Source File # Begin Source File SOURCE=.\hashmgr.cxx # End Source File # Begin Source File SOURCE=.\hunspell.cxx # End Source File # Begin Source File SOURCE=.\suggestmgr.cxx # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\affentry.hxx # End Source File # Begin Source File SOURCE=.\affixmgr.hxx # End Source File # Begin Source File SOURCE=.\atypes.hxx # End Source File # Begin Source File SOURCE=.\baseaffix.hxx # End Source File # Begin Source File SOURCE=.\csutil.hxx # End Source File # Begin Source File SOURCE=.\dictmgr.hxx # End Source File # Begin Source File SOURCE=.\hashmgr.hxx # End Source File # Begin Source File SOURCE=.\htypes.hxx # End Source File # Begin Source File SOURCE=.\langnum.hxx # End Source File # Begin Source File SOURCE=.\hunspell.hxx # End Source File # Begin Source File SOURCE=.\suggestmgr.hxx # End Source File # End Group # End Target # End Project enchant-1.6.0/src/myspell/Makefile.in0000664000076400007640000005344611355204205014423 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/myspell DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(myspelldir)" LTLIBRARIES = $(myspell_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_myspell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(top_builddir)/src/libenchant.la am__libenchant_myspell_la_SOURCES_DIST = affentry.cxx affentry.hxx \ affixmgr.cxx affixmgr.hxx atypes.hxx baseaffix.hxx csutil.cxx \ csutil.hxx dictmgr.cxx dictmgr.hxx filemgr.cxx filemgr.hxx \ hashmgr.cxx hashmgr.hxx htypes.hxx hunspell.cxx hunspell.h \ hunspell.hxx hunzip.cxx hunzip.hxx langnum.hxx phonet.cxx \ phonet.hxx suggestmgr.cxx suggestmgr.hxx utf_info.cxx \ w_char.hxx myspell_checker.cpp am__objects_1 = affentry.lo affixmgr.lo csutil.lo dictmgr.lo \ filemgr.lo hashmgr.lo hunspell.lo hunzip.lo phonet.lo \ suggestmgr.lo utf_info.lo @WITH_SYSTEM_MYSPELL_FALSE@am__objects_2 = $(am__objects_1) am_libenchant_myspell_la_OBJECTS = $(am__objects_2) myspell_checker.lo libenchant_myspell_la_OBJECTS = $(am_libenchant_myspell_la_OBJECTS) libenchant_myspell_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libenchant_myspell_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_MYSPELL_TRUE@am_libenchant_myspell_la_rpath = -rpath \ @WITH_MYSPELL_TRUE@ $(myspelldir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_myspell_la_SOURCES) DIST_SOURCES = $(am__libenchant_myspell_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_MYSPELL_FALSE@target_lib = @WITH_MYSPELL_TRUE@target_lib = libenchant_myspell.la # copied from hunspell 1.2.2 COPIED_MYSPELL_FILES = \ affentry.cxx \ affentry.hxx \ affixmgr.cxx \ affixmgr.hxx \ atypes.hxx \ baseaffix.hxx \ csutil.cxx \ csutil.hxx \ dictmgr.cxx \ dictmgr.hxx \ filemgr.cxx \ filemgr.hxx \ hashmgr.cxx \ hashmgr.hxx \ htypes.hxx \ hunspell.cxx \ hunspell.h \ hunspell.hxx \ hunzip.cxx \ hunzip.hxx \ langnum.hxx \ phonet.cxx \ phonet.hxx \ suggestmgr.cxx \ suggestmgr.hxx \ utf_info.cxx \ w_char.hxx @WITH_SYSTEM_MYSPELL_FALSE@EXTRA_MYSPELL_FILES = $(COPIED_MYSPELL_FILES) @WITH_SYSTEM_MYSPELL_TRUE@EXTRA_MYSPELL_FILES = @WITH_SYSTEM_MYSPELL_FALSE@EXTRA_MYSPELL_CFLAGS = -DHUNSPELL_STATIC @WITH_SYSTEM_MYSPELL_TRUE@EXTRA_MYSPELL_CFLAGS = -DWITH_SYSTEM_MYSPELL INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(MYSPELL_CFLAGS) $(CXX_WARN_CFLAGS) $(EXTRA_MYSPELL_CFLAGS) -D_ENCHANT_BUILD=1 myspell_LTLIBRARIES = $(target_lib) myspelldir = $(libdir)/enchant libenchant_myspell_lalibdir = $(libdir)/enchant libenchant_myspell_la_LIBADD = $(MYSPELL_LIBS) $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la libenchant_myspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_myspell_la_SOURCES = \ $(EXTRA_MYSPELL_FILES) \ myspell_checker.cpp EXTRA_DIST = \ $(COPIED_MYSPELL_FILES) \ license.readme \ utf_info.cxx \ license.hunspell \ license.myspell \ license.readme \ hunspell.dsp all: all-am .SUFFIXES: .SUFFIXES: .cpp .cxx .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/myspell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/myspell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-myspellLTLIBRARIES: $(myspell_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(myspelldir)" || $(MKDIR_P) "$(DESTDIR)$(myspelldir)" @list='$(myspell_LTLIBRARIES)'; test -n "$(myspelldir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(myspelldir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(myspelldir)"; \ } uninstall-myspellLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(myspell_LTLIBRARIES)'; test -n "$(myspelldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(myspelldir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(myspelldir)/$$f"; \ done clean-myspellLTLIBRARIES: -test -z "$(myspell_LTLIBRARIES)" || rm -f $(myspell_LTLIBRARIES) @list='$(myspell_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_myspell.la: $(libenchant_myspell_la_OBJECTS) $(libenchant_myspell_la_DEPENDENCIES) $(libenchant_myspell_la_LINK) $(am_libenchant_myspell_la_rpath) $(libenchant_myspell_la_OBJECTS) $(libenchant_myspell_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affixmgr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csutil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dictmgr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemgr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmgr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hunspell.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hunzip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myspell_checker.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phonet.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suggestmgr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf_info.Plo@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< .cxx.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cxx.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cxx.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(myspelldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-myspellLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-myspellLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-myspellLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-myspellLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-myspellLTLIBRARIES install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-myspellLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/myspell/htypes.hxx0000664000076400007640000000163111355203721014412 00000000000000#ifndef _HTYPES_HXX_ #define _HTYPES_HXX_ #define ROTATE_LEN 5 #define ROTATE(v,q) \ (v) = ((v) << (q)) | (((v) >> (32 - q)) & ((1 << (q))-1)); // hentry options #define H_OPT (1 << 0) #define H_OPT_ALIASM (1 << 1) #define H_OPT_PHON (1 << 2) // see also csutil.hxx #define HENTRY_WORD(h) &(h->word) // approx. number of user defined words #define USERWORD 1000 struct hentry { unsigned char blen; // word length in bytes unsigned char clen; // word length in characters (different for UTF-8 enc.) short alen; // length of affix flag vector unsigned short * astr; // affix flag vector struct hentry * next; // next word with same hash code struct hentry * next_homonym; // next homonym word (with same hash code) char var; // variable fields (only for special pronounciation yet) char word; // variable-length word (8-bit or UTF-8 encoding) }; #endif enchant-1.6.0/src/myspell/affixmgr.cxx0000664000076400007640000042363011355203721014703 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #include #else #include #include #include #include #endif #include "affixmgr.hxx" #include "affentry.hxx" #include "langnum.hxx" #include "csutil.hxx" #ifndef MOZILLA_CLIENT #ifndef WIN32 using namespace std; #endif #endif AffixMgr::AffixMgr(const char * affpath, HashMgr** ptr, int * md, const char * key) { // register hash manager and load affix data from aff file pHMgr = ptr[0]; alldic = ptr; maxdic = md; keystring = NULL; trystring = NULL; encoding=NULL; utf8 = 0; complexprefixes = 0; maptable = NULL; nummap = 0; breaktable = NULL; numbreak = 0; reptable = NULL; numrep = 0; checkcpdtable = NULL; numcheckcpd = 0; defcpdtable = NULL; numdefcpd = 0; phone = NULL; compoundflag = FLAG_NULL; // permits word in compound forms compoundbegin = FLAG_NULL; // may be first word in compound forms compoundmiddle = FLAG_NULL; // may be middle word in compound forms compoundend = FLAG_NULL; // may be last word in compound forms compoundroot = FLAG_NULL; // compound word signing flag compoundpermitflag = FLAG_NULL; // compound permitting flag for suffixed word compoundforbidflag = FLAG_NULL; // compound fordidden flag for suffixed word checkcompounddup = 0; // forbid double words in compounds checkcompoundrep = 0; // forbid bad compounds (may be non compound word with a REP substitution) checkcompoundcase = 0; // forbid upper and lowercase combinations at word bounds checkcompoundtriple = 0; // forbid compounds with triple letters forbiddenword = FORBIDDENWORD; // forbidden word signing flag nosuggest = FLAG_NULL; // don't suggest words signed with NOSUGGEST flag lang = NULL; // language langnum = 0; // language code (see http://l10n.openoffice.org/languages.html) needaffix = FLAG_NULL; // forbidden root, allowed only with suffixes cpdwordmax = -1; // default: unlimited wordcount in compound words cpdmin = -1; // undefined cpdmaxsyllable = 0; // default: unlimited syllablecount in compound words cpdvowels=NULL; // vowels (for calculating of Hungarian compounding limit, O(n) search! XXX) cpdvowels_utf16=NULL; // vowels for UTF-8 encoding (bsearch instead of O(n) search) cpdvowels_utf16_len=0; // vowels pfxappnd=NULL; // previous prefix for counting the syllables of prefix BUG sfxappnd=NULL; // previous suffix for counting a special syllables BUG cpdsyllablenum=NULL; // syllable count incrementing flag checknum=0; // checking numbers, and word with numbers wordchars=NULL; // letters + spec. word characters wordchars_utf16=NULL; // letters + spec. word characters wordchars_utf16_len=0; // letters + spec. word characters ignorechars=NULL; // letters + spec. word characters ignorechars_utf16=NULL; // letters + spec. word characters ignorechars_utf16_len=0; // letters + spec. word characters version=NULL; // affix and dictionary file version string havecontclass=0; // flags of possible continuing classes (double affix) // LEMMA_PRESENT: not put root into the morphological output. Lemma presents // in morhological description in dictionary file. It's often combined with PSEUDOROOT. lemma_present = FLAG_NULL; circumfix = FLAG_NULL; onlyincompound = FLAG_NULL; flag_mode = FLAG_CHAR; // default one-character flags in affix and dic file maxngramsugs = -1; // undefined nosplitsugs = 0; sugswithdots = 0; keepcase = 0; checksharps = 0; substandard = FLAG_NULL; derived = NULL; // XXX not threadsafe variable for experimental stemming sfx = NULL; pfx = NULL; for (int i=0; i < SETSIZE; i++) { pStart[i] = NULL; sStart[i] = NULL; pFlag[i] = NULL; sFlag[i] = NULL; } for (int j=0; j < CONTSIZE; j++) { contclasses[j] = 0; } if (parse_file(affpath, key)) { HUNSPELL_WARNING(stderr, "Failure loading aff file %s\n",affpath); } if (cpdmin == -1) cpdmin = MINCPDLEN; } AffixMgr::~AffixMgr() { // pass through linked prefix entries and clean up for (int i=0; i < SETSIZE ;i++) { pFlag[i] = NULL; PfxEntry * ptr = (PfxEntry *)pStart[i]; PfxEntry * nptr = NULL; while (ptr) { nptr = ptr->getNext(); delete(ptr); ptr = nptr; nptr = NULL; } } // pass through linked suffix entries and clean up for (int j=0; j < SETSIZE ; j++) { sFlag[j] = NULL; SfxEntry * ptr = (SfxEntry *)sStart[j]; SfxEntry * nptr = NULL; while (ptr) { nptr = ptr->getNext(); delete(ptr); ptr = nptr; nptr = NULL; } sStart[j] = NULL; } if (keystring) free(keystring); keystring=NULL; if (trystring) free(trystring); trystring=NULL; if (encoding) free(encoding); encoding=NULL; if (maptable) { for (int j=0; j < nummap; j++) { if (maptable[j].set) free(maptable[j].set); if (maptable[j].set_utf16) free(maptable[j].set_utf16); maptable[j].set = NULL; maptable[j].len = 0; } free(maptable); maptable = NULL; } nummap = 0; if (breaktable) { for (int j=0; j < numbreak; j++) { if (breaktable[j]) free(breaktable[j]); breaktable[j] = NULL; } free(breaktable); breaktable = NULL; } numbreak = 0; if (reptable) { for (int j=0; j < numrep; j++) { free(reptable[j].pattern); free(reptable[j].pattern2); } free(reptable); reptable = NULL; } if (phone && phone->rules) { for (int j=0; j < phone->num + 1; j++) { free(phone->rules[j * 2]); free(phone->rules[j * 2 + 1]); } free(phone->rules); free(phone); phone = NULL; } if (defcpdtable) { for (int j=0; j < numdefcpd; j++) { free(defcpdtable[j].def); defcpdtable[j].def = NULL; } free(defcpdtable); defcpdtable = NULL; } numrep = 0; if (checkcpdtable) { for (int j=0; j < numcheckcpd; j++) { free(checkcpdtable[j].pattern); free(checkcpdtable[j].pattern2); checkcpdtable[j].pattern = NULL; checkcpdtable[j].pattern2 = NULL; } free(checkcpdtable); checkcpdtable = NULL; } numcheckcpd = 0; FREE_FLAG(compoundflag); FREE_FLAG(compoundbegin); FREE_FLAG(compoundmiddle); FREE_FLAG(compoundend); FREE_FLAG(compoundpermitflag); FREE_FLAG(compoundforbidflag); FREE_FLAG(compoundroot); FREE_FLAG(forbiddenword); FREE_FLAG(nosuggest); FREE_FLAG(needaffix); FREE_FLAG(lemma_present); FREE_FLAG(circumfix); FREE_FLAG(onlyincompound); cpdwordmax = 0; pHMgr = NULL; cpdmin = 0; cpdmaxsyllable = 0; if (cpdvowels) free(cpdvowels); if (cpdvowels_utf16) free(cpdvowels_utf16); if (cpdsyllablenum) free(cpdsyllablenum); free_utf_tbl(); if (lang) free(lang); if (wordchars) free(wordchars); if (wordchars_utf16) free(wordchars_utf16); if (ignorechars) free(ignorechars); if (ignorechars_utf16) free(ignorechars_utf16); if (version) free(version); if (derived) free(derived); checknum=0; } // read in aff file and build up prefix and suffix entry objects int AffixMgr::parse_file(const char * affpath, const char * key) { char * line; // io buffers char ft; // affix type // checking flag duplication char dupflags[CONTSIZE]; char dupflags_ini = 1; // first line indicator for removing byte order mark int firstline = 1; // open the affix file FileMgr * afflst = new FileMgr(affpath, key); if (!afflst) { HUNSPELL_WARNING(stderr, "error: could not open affix description file %s\n",affpath); return 1; } // step one is to parse the affix file building up the internal // affix data structures // read in each line ignoring any that do not // start with a known line type indicator while ((line = afflst->getline())) { mychomp(line); /* remove byte order mark */ if (firstline) { firstline = 0; if (strncmp(line,"\xEF\xBB\xBF",3) == 0) { memmove(line, line+3, strlen(line+3)+1); HUNSPELL_WARNING(stderr, "warning: affix file begins with byte order mark: possible incompatibility with old Hunspell versions\n"); } } /* parse in the keyboard string */ if (strncmp(line,"KEY",3) == 0) { if (parse_string(line, &keystring, "KEY")) { delete afflst; return 1; } } /* parse in the try string */ if (strncmp(line,"TRY",3) == 0) { if (parse_string(line, &trystring, "TRY")) { delete afflst; return 1; } } /* parse in the name of the character set used by the .dict and .aff */ if (strncmp(line,"SET",3) == 0) { if (parse_string(line, &encoding, "SET")) { delete afflst; return 1; } if (strcmp(encoding, "UTF-8") == 0) { utf8 = 1; #ifndef OPENOFFICEORG #ifndef MOZILLA_CLIENT if (initialize_utf_tbl()) return 1; #endif #endif } } /* parse COMPLEXPREFIXES for agglutinative languages with right-to-left writing system */ if (strncmp(line,"COMPLEXPREFIXES",15) == 0) complexprefixes = 1; /* parse in the flag used by the controlled compound words */ if (strncmp(line,"COMPOUNDFLAG",12) == 0) { if (parse_flag(line, &compoundflag, "COMPOUNDFLAG")) { delete afflst; return 1; } } /* parse in the flag used by compound words */ if (strncmp(line,"COMPOUNDBEGIN",13) == 0) { if (complexprefixes) { if (parse_flag(line, &compoundend, "COMPOUNDBEGIN")) { delete afflst; return 1; } } else { if (parse_flag(line, &compoundbegin, "COMPOUNDBEGIN")) { delete afflst; return 1; } } } /* parse in the flag used by compound words */ if (strncmp(line,"COMPOUNDMIDDLE",14) == 0) { if (parse_flag(line, &compoundmiddle, "COMPOUNDMIDDLE")) { delete afflst; return 1; } } /* parse in the flag used by compound words */ if (strncmp(line,"COMPOUNDEND",11) == 0) { if (complexprefixes) { if (parse_flag(line, &compoundbegin, "COMPOUNDEND")) { delete afflst; return 1; } } else { if (parse_flag(line, &compoundend, "COMPOUNDEND")) { delete afflst; return 1; } } } /* parse in the data used by compound_check() method */ if (strncmp(line,"COMPOUNDWORDMAX",15) == 0) { if (parse_num(line, &cpdwordmax, "COMPOUNDWORDMAX")) { delete afflst; return 1; } } /* parse in the flag sign compounds in dictionary */ if (strncmp(line,"COMPOUNDROOT",12) == 0) { if (parse_flag(line, &compoundroot, "COMPOUNDROOT")) { delete afflst; return 1; } } /* parse in the flag used by compound_check() method */ if (strncmp(line,"COMPOUNDPERMITFLAG",18) == 0) { if (parse_flag(line, &compoundpermitflag, "COMPOUNDPERMITFLAG")) { delete afflst; return 1; } } /* parse in the flag used by compound_check() method */ if (strncmp(line,"COMPOUNDFORBIDFLAG",18) == 0) { if (parse_flag(line, &compoundforbidflag, "COMPOUNDFORBIDFLAG")) { delete afflst; return 1; } } if (strncmp(line,"CHECKCOMPOUNDDUP",16) == 0) { checkcompounddup = 1; } if (strncmp(line,"CHECKCOMPOUNDREP",16) == 0) { checkcompoundrep = 1; } if (strncmp(line,"CHECKCOMPOUNDTRIPLE",19) == 0) { checkcompoundtriple = 1; } if (strncmp(line,"CHECKCOMPOUNDCASE",17) == 0) { checkcompoundcase = 1; } if (strncmp(line,"NOSUGGEST",9) == 0) { if (parse_flag(line, &nosuggest, "NOSUGGEST")) { delete afflst; return 1; } } /* parse in the flag used by forbidden words */ if (strncmp(line,"FORBIDDENWORD",13) == 0) { if (parse_flag(line, &forbiddenword, "FORBIDDENWORD")) { delete afflst; return 1; } } /* parse in the flag used by forbidden words */ if (strncmp(line,"LEMMA_PRESENT",13) == 0) { if (parse_flag(line, &lemma_present, "LEMMA_PRESENT")) { delete afflst; return 1; } } /* parse in the flag used by circumfixes */ if (strncmp(line,"CIRCUMFIX",9) == 0) { if (parse_flag(line, &circumfix, "CIRCUMFIX")) { delete afflst; return 1; } } /* parse in the flag used by fogemorphemes */ if (strncmp(line,"ONLYINCOMPOUND",14) == 0) { if (parse_flag(line, &onlyincompound, "ONLYINCOMPOUND")) { delete afflst; return 1; } } /* parse in the flag used by `needaffixs' */ if (strncmp(line,"PSEUDOROOT",10) == 0) { if (parse_flag(line, &needaffix, "PSEUDOROOT")) { delete afflst; return 1; } } /* parse in the flag used by `needaffixs' */ if (strncmp(line,"NEEDAFFIX",9) == 0) { if (parse_flag(line, &needaffix, "NEEDAFFIX")) { delete afflst; return 1; } } /* parse in the minimal length for words in compounds */ if (strncmp(line,"COMPOUNDMIN",11) == 0) { if (parse_num(line, &cpdmin, "COMPOUNDMIN")) { delete afflst; return 1; } if (cpdmin < 1) cpdmin = 1; } /* parse in the max. words and syllables in compounds */ if (strncmp(line,"COMPOUNDSYLLABLE",16) == 0) { if (parse_cpdsyllable(line)) { delete afflst; return 1; } } /* parse in the flag used by compound_check() method */ if (strncmp(line,"SYLLABLENUM",11) == 0) { if (parse_string(line, &cpdsyllablenum, "SYLLABLENUM")) { delete afflst; return 1; } } /* parse in the flag used by the controlled compound words */ if (strncmp(line,"CHECKNUM",8) == 0) { checknum=1; } /* parse in the extra word characters */ if (strncmp(line,"WORDCHARS",9) == 0) { if (parse_array(line, &wordchars, &wordchars_utf16, &wordchars_utf16_len, "WORDCHARS", utf8)) { delete afflst; return 1; } } /* parse in the ignored characters (for example, Arabic optional diacretics charachters */ if (strncmp(line,"IGNORE",6) == 0) { if (parse_array(line, &ignorechars, &ignorechars_utf16, &ignorechars_utf16_len, "IGNORE", utf8)) { delete afflst; return 1; } } /* parse in the typical fault correcting table */ if (strncmp(line,"REP",3) == 0) { if (parse_reptable(line, afflst)) { delete afflst; return 1; } } /* parse in the phonetic translation table */ if (strncmp(line,"PHONE",5) == 0) { if (parse_phonetable(line, afflst)) { delete afflst; return 1; } } /* parse in the checkcompoundpattern table */ if (strncmp(line,"CHECKCOMPOUNDPATTERN",20) == 0) { if (parse_checkcpdtable(line, afflst)) { delete afflst; return 1; } } /* parse in the defcompound table */ if (strncmp(line,"COMPOUNDRULE",12) == 0) { if (parse_defcpdtable(line, afflst)) { delete afflst; return 1; } } /* parse in the related character map table */ if (strncmp(line,"MAP",3) == 0) { if (parse_maptable(line, afflst)) { delete afflst; return 1; } } /* parse in the word breakpoints table */ if (strncmp(line,"BREAK",5) == 0) { if (parse_breaktable(line, afflst)) { delete afflst; return 1; } } /* parse in the language for language specific codes */ if (strncmp(line,"LANG",4) == 0) { if (parse_string(line, &lang, "LANG")) { delete afflst; return 1; } langnum = get_lang_num(lang); } if (strncmp(line,"VERSION",7) == 0) { if (parse_string(line, &version, "VERSION")) { delete afflst; return 1; } } if (strncmp(line,"MAXNGRAMSUGS",12) == 0) { if (parse_num(line, &maxngramsugs, "MAXNGRAMSUGS")) { delete afflst; return 1; } } if (strncmp(line,"NOSPLITSUGS",11) == 0) { nosplitsugs=1; } if (strncmp(line,"SUGSWITHDOTS",12) == 0) { sugswithdots=1; } /* parse in the flag used by forbidden words */ if (strncmp(line,"KEEPCASE",8) == 0) { if (parse_flag(line, &keepcase, "KEEPCASE")) { delete afflst; return 1; } } /* parse in the flag used by the affix generator */ if (strncmp(line,"SUBSTANDARD",11) == 0) { if (parse_flag(line, &substandard, "SUBSTANDARD")) { delete afflst; return 1; } } if (strncmp(line,"CHECKSHARPS",11) == 0) { checksharps=1; } /* parse this affix: P - prefix, S - suffix */ ft = ' '; if (strncmp(line,"PFX",3) == 0) ft = complexprefixes ? 'S' : 'P'; if (strncmp(line,"SFX",3) == 0) ft = complexprefixes ? 'P' : 'S'; if (ft != ' ') { if (dupflags_ini) { for (int i = 0; i < CONTSIZE; i++) dupflags[i] = 0; dupflags_ini = 0; } if (parse_affix(line, ft, afflst, dupflags)) { delete afflst; process_pfx_tree_to_list(); process_sfx_tree_to_list(); return 1; } } } delete afflst; // convert affix trees to sorted list process_pfx_tree_to_list(); process_sfx_tree_to_list(); // now we can speed up performance greatly taking advantage of the // relationship between the affixes and the idea of "subsets". // View each prefix as a potential leading subset of another and view // each suffix (reversed) as a potential trailing subset of another. // To illustrate this relationship if we know the prefix "ab" is found in the // word to examine, only prefixes that "ab" is a leading subset of need be examined. // Furthermore is "ab" is not present then none of the prefixes that "ab" is // is a subset need be examined. // The same argument goes for suffix string that are reversed. // Then to top this off why not examine the first char of the word to quickly // limit the set of prefixes to examine (i.e. the prefixes to examine must // be leading supersets of the first character of the word (if they exist) // To take advantage of this "subset" relationship, we need to add two links // from entry. One to take next if the current prefix is found (call it nexteq) // and one to take next if the current prefix is not found (call it nextne). // Since we have built ordered lists, all that remains is to properly intialize // the nextne and nexteq pointers that relate them process_pfx_order(); process_sfx_order(); /* get encoding for CHECKCOMPOUNDCASE */ char * enc = get_encoding(); csconv = get_current_cs(enc); free(enc); enc = NULL; #ifdef WINSHELL char expw[MAXLNLEN]; if (wordchars) { strcpy(expw, wordchars); free(wordchars); } else *expw = '\0'; for (int i = 0; i <= 255; i++) { if ( (csconv[i].cupper != csconv[i].clower) && (! strchr(expw, (char) i))) { *(expw + strlen(expw) + 1) = '\0'; *(expw + strlen(expw)) = (char) i; } } wordchars = mystrdup(expw); #endif // temporary BREAK definition for German dash handling (OOo issue 64400) if ((langnum == LANG_de) && (!breaktable)) { breaktable = (char **) malloc(sizeof(char *)); if (!breaktable) return 1; breaktable[0] = mystrdup("-"); numbreak = 1; } return 0; } // we want to be able to quickly access prefix information // both by prefix flag, and sorted by prefix string itself // so we need to set up two indexes int AffixMgr::build_pfxtree(AffEntry* pfxptr) { PfxEntry * ptr; PfxEntry * pptr; PfxEntry * ep = (PfxEntry*) pfxptr; // get the right starting points const char * key = ep->getKey(); const unsigned char flg = (unsigned char) (ep->getFlag() & 0x00FF); // first index by flag which must exist ptr = (PfxEntry*)pFlag[flg]; ep->setFlgNxt(ptr); pFlag[flg] = (AffEntry *) ep; // handle the special case of null affix string if (strlen(key) == 0) { // always inset them at head of list at element 0 ptr = (PfxEntry*)pStart[0]; ep->setNext(ptr); pStart[0] = (AffEntry*)ep; return 0; } // now handle the normal case ep->setNextEQ(NULL); ep->setNextNE(NULL); unsigned char sp = *((const unsigned char *)key); ptr = (PfxEntry*)pStart[sp]; // handle the first insert if (!ptr) { pStart[sp] = (AffEntry*)ep; return 0; } // otherwise use binary tree insertion so that a sorted // list can easily be generated later pptr = NULL; for (;;) { pptr = ptr; if (strcmp(ep->getKey(), ptr->getKey() ) <= 0) { ptr = ptr->getNextEQ(); if (!ptr) { pptr->setNextEQ(ep); break; } } else { ptr = ptr->getNextNE(); if (!ptr) { pptr->setNextNE(ep); break; } } } return 0; } // we want to be able to quickly access suffix information // both by suffix flag, and sorted by the reverse of the // suffix string itself; so we need to set up two indexes int AffixMgr::build_sfxtree(AffEntry* sfxptr) { SfxEntry * ptr; SfxEntry * pptr; SfxEntry * ep = (SfxEntry *) sfxptr; /* get the right starting point */ const char * key = ep->getKey(); const unsigned char flg = (unsigned char) (ep->getFlag() & 0x00FF); // first index by flag which must exist ptr = (SfxEntry*)sFlag[flg]; ep->setFlgNxt(ptr); sFlag[flg] = (AffEntry *) ep; // next index by affix string // handle the special case of null affix string if (strlen(key) == 0) { // always inset them at head of list at element 0 ptr = (SfxEntry*)sStart[0]; ep->setNext(ptr); sStart[0] = (AffEntry*)ep; return 0; } // now handle the normal case ep->setNextEQ(NULL); ep->setNextNE(NULL); unsigned char sp = *((const unsigned char *)key); ptr = (SfxEntry*)sStart[sp]; // handle the first insert if (!ptr) { sStart[sp] = (AffEntry*)ep; return 0; } // otherwise use binary tree insertion so that a sorted // list can easily be generated later pptr = NULL; for (;;) { pptr = ptr; if (strcmp(ep->getKey(), ptr->getKey() ) <= 0) { ptr = ptr->getNextEQ(); if (!ptr) { pptr->setNextEQ(ep); break; } } else { ptr = ptr->getNextNE(); if (!ptr) { pptr->setNextNE(ep); break; } } } return 0; } // convert from binary tree to sorted list int AffixMgr::process_pfx_tree_to_list() { for (int i=1; i< SETSIZE; i++) { pStart[i] = process_pfx_in_order(pStart[i],NULL); } return 0; } AffEntry* AffixMgr::process_pfx_in_order(AffEntry* ptr, AffEntry* nptr) { if (ptr) { nptr = process_pfx_in_order(((PfxEntry*) ptr)->getNextNE(), nptr); ((PfxEntry*) ptr)->setNext((PfxEntry*) nptr); nptr = process_pfx_in_order(((PfxEntry*) ptr)->getNextEQ(), ptr); } return nptr; } // convert from binary tree to sorted list int AffixMgr:: process_sfx_tree_to_list() { for (int i=1; i< SETSIZE; i++) { sStart[i] = process_sfx_in_order(sStart[i],NULL); } return 0; } AffEntry* AffixMgr::process_sfx_in_order(AffEntry* ptr, AffEntry* nptr) { if (ptr) { nptr = process_sfx_in_order(((SfxEntry*) ptr)->getNextNE(), nptr); ((SfxEntry*) ptr)->setNext((SfxEntry*) nptr); nptr = process_sfx_in_order(((SfxEntry*) ptr)->getNextEQ(), ptr); } return nptr; } // reinitialize the PfxEntry links NextEQ and NextNE to speed searching // using the idea of leading subsets this time int AffixMgr::process_pfx_order() { PfxEntry* ptr; // loop through each prefix list starting point for (int i=1; i < SETSIZE; i++) { ptr = (PfxEntry*)pStart[i]; // look through the remainder of the list // and find next entry with affix that // the current one is not a subset of // mark that as destination for NextNE // use next in list that you are a subset // of as NextEQ for (; ptr != NULL; ptr = ptr->getNext()) { PfxEntry * nptr = ptr->getNext(); for (; nptr != NULL; nptr = nptr->getNext()) { if (! isSubset( ptr->getKey() , nptr->getKey() )) break; } ptr->setNextNE(nptr); ptr->setNextEQ(NULL); if ((ptr->getNext()) && isSubset(ptr->getKey() , (ptr->getNext())->getKey())) ptr->setNextEQ(ptr->getNext()); } // now clean up by adding smart search termination strings: // if you are already a superset of the previous prefix // but not a subset of the next, search can end here // so set NextNE properly ptr = (PfxEntry *) pStart[i]; for (; ptr != NULL; ptr = ptr->getNext()) { PfxEntry * nptr = ptr->getNext(); PfxEntry * mptr = NULL; for (; nptr != NULL; nptr = nptr->getNext()) { if (! isSubset(ptr->getKey(),nptr->getKey())) break; mptr = nptr; } if (mptr) mptr->setNextNE(NULL); } } return 0; } // initialize the SfxEntry links NextEQ and NextNE to speed searching // using the idea of leading subsets this time int AffixMgr::process_sfx_order() { SfxEntry* ptr; // loop through each prefix list starting point for (int i=1; i < SETSIZE; i++) { ptr = (SfxEntry *) sStart[i]; // look through the remainder of the list // and find next entry with affix that // the current one is not a subset of // mark that as destination for NextNE // use next in list that you are a subset // of as NextEQ for (; ptr != NULL; ptr = ptr->getNext()) { SfxEntry * nptr = ptr->getNext(); for (; nptr != NULL; nptr = nptr->getNext()) { if (! isSubset(ptr->getKey(),nptr->getKey())) break; } ptr->setNextNE(nptr); ptr->setNextEQ(NULL); if ((ptr->getNext()) && isSubset(ptr->getKey(),(ptr->getNext())->getKey())) ptr->setNextEQ(ptr->getNext()); } // now clean up by adding smart search termination strings: // if you are already a superset of the previous suffix // but not a subset of the next, search can end here // so set NextNE properly ptr = (SfxEntry *) sStart[i]; for (; ptr != NULL; ptr = ptr->getNext()) { SfxEntry * nptr = ptr->getNext(); SfxEntry * mptr = NULL; for (; nptr != NULL; nptr = nptr->getNext()) { if (! isSubset(ptr->getKey(),nptr->getKey())) break; mptr = nptr; } if (mptr) mptr->setNextNE(NULL); } } return 0; } // add flags to the result for dictionary debugging void AffixMgr::debugflag(char * result, unsigned short flag) { char * st = encode_flag(flag); strcat(result, " "); strcat(result, MORPH_FLAG); strcat(result, st); free(st); } // calculate the character length of the condition int AffixMgr::condlen(char * st) { int l = 0; bool group = false; for(; *st; st++) { if (*st == '[') { group = true; l++; } else if (*st == ']') group = false; else if (!group && (!utf8 || (!(*st & 0x80) || ((*st & 0xc0) == 0x80)))) l++; } return l; } int AffixMgr::encodeit(struct affentry * ptr, char * cs) { if (strcmp(cs,".") != 0) { ptr->numconds = (char) condlen(cs); strncpy(ptr->c.conds, cs, MAXCONDLEN); // long condition (end of conds padded by strncpy) if (ptr->c.conds[MAXCONDLEN - 1] && cs[MAXCONDLEN]) { ptr->opts += aeLONGCOND; ptr->c.l.conds2 = mystrdup(cs + MAXCONDLEN_1); } } else { ptr->numconds = 0; ptr->c.conds[0] = '\0'; } return 0; } // return 1 if s1 is a leading subset of s2 (dots are for infixes) inline int AffixMgr::isSubset(const char * s1, const char * s2) { while (((*s1 == *s2) || (*s1 == '.')) && (*s1 != '\0')) { s1++; s2++; } return (*s1 == '\0'); } // check word for prefixes struct hentry * AffixMgr::prefix_check(const char * word, int len, char in_compound, const FLAG needflag) { struct hentry * rv= NULL; pfx = NULL; pfxappnd = NULL; sfxappnd = NULL; // first handle the special case of 0 length prefixes PfxEntry * pe = (PfxEntry *) pStart[0]; while (pe) { if ( // fogemorpheme ((in_compound != IN_CPD_NOT) || !(pe->getCont() && (TESTAFF(pe->getCont(), onlyincompound, pe->getContLen())))) && // permit prefixes in compounds ((in_compound != IN_CPD_END) || (pe->getCont() && (TESTAFF(pe->getCont(), compoundpermitflag, pe->getContLen())))) ) { // check prefix rv = pe->checkword(word, len, in_compound, needflag); if (rv) { pfx=(AffEntry *)pe; // BUG: pfx not stateless return rv; } } pe = pe->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)word); PfxEntry * pptr = (PfxEntry *)pStart[sp]; while (pptr) { if (isSubset(pptr->getKey(),word)) { if ( // fogemorpheme ((in_compound != IN_CPD_NOT) || !(pptr->getCont() && (TESTAFF(pptr->getCont(), onlyincompound, pptr->getContLen())))) && // permit prefixes in compounds ((in_compound != IN_CPD_END) || (pptr->getCont() && (TESTAFF(pptr->getCont(), compoundpermitflag, pptr->getContLen())))) ) { // check prefix rv = pptr->checkword(word, len, in_compound, needflag); if (rv) { pfx=(AffEntry *)pptr; // BUG: pfx not stateless return rv; } } pptr = pptr->getNextEQ(); } else { pptr = pptr->getNextNE(); } } return NULL; } // check word for prefixes struct hentry * AffixMgr::prefix_check_twosfx(const char * word, int len, char in_compound, const FLAG needflag) { struct hentry * rv= NULL; pfx = NULL; sfxappnd = NULL; // first handle the special case of 0 length prefixes PfxEntry * pe = (PfxEntry *) pStart[0]; while (pe) { rv = pe->check_twosfx(word, len, in_compound, needflag); if (rv) return rv; pe = pe->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)word); PfxEntry * pptr = (PfxEntry *)pStart[sp]; while (pptr) { if (isSubset(pptr->getKey(),word)) { rv = pptr->check_twosfx(word, len, in_compound, needflag); if (rv) { pfx = (AffEntry *)pptr; return rv; } pptr = pptr->getNextEQ(); } else { pptr = pptr->getNextNE(); } } return NULL; } // check word for prefixes char * AffixMgr::prefix_check_morph(const char * word, int len, char in_compound, const FLAG needflag) { char * st; char result[MAXLNLEN]; result[0] = '\0'; pfx = NULL; sfxappnd = NULL; // first handle the special case of 0 length prefixes PfxEntry * pe = (PfxEntry *) pStart[0]; while (pe) { st = pe->check_morph(word,len,in_compound, needflag); if (st) { strcat(result, st); free(st); } // if (rv) return rv; pe = pe->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)word); PfxEntry * pptr = (PfxEntry *)pStart[sp]; while (pptr) { if (isSubset(pptr->getKey(),word)) { st = pptr->check_morph(word,len,in_compound, needflag); if (st) { // fogemorpheme if ((in_compound != IN_CPD_NOT) || !((pptr->getCont() && (TESTAFF(pptr->getCont(), onlyincompound, pptr->getContLen()))))) { strcat(result, st); pfx = (AffEntry *)pptr; } free(st); } pptr = pptr->getNextEQ(); } else { pptr = pptr->getNextNE(); } } if (*result) return mystrdup(result); return NULL; } // check word for prefixes char * AffixMgr::prefix_check_twosfx_morph(const char * word, int len, char in_compound, const FLAG needflag) { char * st; char result[MAXLNLEN]; result[0] = '\0'; pfx = NULL; sfxappnd = NULL; // first handle the special case of 0 length prefixes PfxEntry * pe = (PfxEntry *) pStart[0]; while (pe) { st = pe->check_twosfx_morph(word,len,in_compound, needflag); if (st) { strcat(result, st); free(st); } pe = pe->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)word); PfxEntry * pptr = (PfxEntry *)pStart[sp]; while (pptr) { if (isSubset(pptr->getKey(),word)) { st = pptr->check_twosfx_morph(word, len, in_compound, needflag); if (st) { strcat(result, st); free(st); pfx = (AffEntry *)pptr; } pptr = pptr->getNextEQ(); } else { pptr = pptr->getNextNE(); } } if (*result) return mystrdup(result); return NULL; } // Is word a non compound with a REP substitution (see checkcompoundrep)? int AffixMgr::cpdrep_check(const char * word, int wl) { char candidate[MAXLNLEN]; const char * r; int lenr, lenp; if ((wl < 2) || !numrep) return 0; for (int i=0; i < numrep; i++ ) { r = word; lenr = strlen(reptable[i].pattern2); lenp = strlen(reptable[i].pattern); // search every occurence of the pattern in the word while ((r=strstr(r, reptable[i].pattern)) != NULL) { strcpy(candidate, word); if (r-word + lenr + strlen(r+lenp) >= MAXLNLEN) break; strcpy(candidate+(r-word),reptable[i].pattern2); strcpy(candidate+(r-word)+lenr, r+lenp); if (candidate_check(candidate,strlen(candidate))) return 1; r++; // search for the next letter } } return 0; } // forbid compoundings when there are special patterns at word bound int AffixMgr::cpdpat_check(const char * word, int pos) { int len; for (int i = 0; i < numcheckcpd; i++) { if (isSubset(checkcpdtable[i].pattern2, word + pos) && (len = strlen(checkcpdtable[i].pattern)) && (pos > len) && (strncmp(word + pos - len, checkcpdtable[i].pattern, len) == 0)) return 1; } return 0; } // forbid compounding with neighbouring upper and lower case characters at word bounds int AffixMgr::cpdcase_check(const char * word, int pos) { if (utf8) { w_char u, w; const char * p; u8_u16(&u, 1, word + pos); for (p = word + pos - 1; (*p & 0xc0) == 0x80; p--); u8_u16(&w, 1, p); unsigned short a = (u.h << 8) + u.l; unsigned short b = (w.h << 8) + w.l; if (((unicodetoupper(a, langnum) == a) || (unicodetoupper(b, langnum) == b))) return 1; } else { unsigned char a = *(word + pos - 1); unsigned char b = *(word + pos); if ((csconv[a].ccase || csconv[b].ccase) && (a != '-') && (b != '-')) return 1; } return 0; } // check compound patterns int AffixMgr::defcpd_check(hentry *** words, short wnum, hentry * rv, hentry ** def, char all) { signed short btpp[MAXWORDLEN]; // metacharacter (*, ?) positions for backtracking signed short btwp[MAXWORDLEN]; // word positions for metacharacters int btnum[MAXWORDLEN]; // number of matched characters in metacharacter positions short bt = 0; int i; int ok; int w = 0; if (!*words) { w = 1; *words = def; } (*words)[wnum] = rv; for (i = 0; i < numdefcpd; i++) { signed short pp = 0; // pattern position signed short wp = 0; // "words" position int ok2; ok = 1; ok2 = 1; do { while ((pp < defcpdtable[i].len) && (wp <= wnum)) { if (((pp+1) < defcpdtable[i].len) && ((defcpdtable[i].def[pp+1] == '*') || (defcpdtable[i].def[pp+1] == '?'))) { int wend = (defcpdtable[i].def[pp+1] == '?') ? wp : wnum; ok2 = 1; pp+=2; btpp[bt] = pp; btwp[bt] = wp; while (wp <= wend) { if (!(*words)[wp]->alen || !TESTAFF((*words)[wp]->astr, defcpdtable[i].def[pp-2], (*words)[wp]->alen)) { ok2 = 0; break; } wp++; } if (wp <= wnum) ok2 = 0; btnum[bt] = wp - btwp[bt]; if (btnum[bt] > 0) bt++; if (ok2) break; } else { ok2 = 1; if (!(*words)[wp] || !(*words)[wp]->alen || !TESTAFF((*words)[wp]->astr, defcpdtable[i].def[pp], (*words)[wp]->alen)) { ok = 0; break; } pp++; wp++; if ((defcpdtable[i].len == pp) && !(wp > wnum)) ok = 0; } } if (ok && ok2) { int r = pp; while ((defcpdtable[i].len > r) && ((r+1) < defcpdtable[i].len) && ((defcpdtable[i].def[r+1] == '*') || (defcpdtable[i].def[r+1] == '?'))) r+=2; if (defcpdtable[i].len <= r) return 1; } // backtrack if (bt) do { ok = 1; btnum[bt - 1]--; pp = btpp[bt - 1]; wp = btwp[bt - 1] + (signed short) btnum[bt - 1]; } while ((btnum[bt - 1] < 0) && --bt); } while (bt); if (ok && ok2 && (!all || (defcpdtable[i].len <= pp))) return 1; // check zero ending while (ok && ok2 && (defcpdtable[i].len > pp) && ((pp+1) < defcpdtable[i].len) && ((defcpdtable[i].def[pp+1] == '*') || (defcpdtable[i].def[pp+1] == '?'))) pp+=2; if (ok && ok2 && (defcpdtable[i].len <= pp)) return 1; } (*words)[wnum] = NULL; if (w) *words = NULL; return 0; } inline int AffixMgr::candidate_check(const char * word, int len) { struct hentry * rv=NULL; rv = lookup(word); if (rv) return 1; // rv = prefix_check(word,len,1); // if (rv) return 1; rv = affix_check(word,len); if (rv) return 1; return 0; } // calculate number of syllable for compound-checking short AffixMgr::get_syllable(const char * word, int wlen) { if (cpdmaxsyllable==0) return 0; short num=0; if (!utf8) { for (int i=0; i 0; i--) { if (flag_bsearch((unsigned short *) cpdvowels_utf16, ((unsigned short *) w)[i - 1], cpdvowels_utf16_len)) num++; } } return num; } // check if compound word is correctly spelled // hu_mov_rule = spec. Hungarian rule (XXX) struct hentry * AffixMgr::compound_check(const char * word, int len, short wordnum, short numsyllable, short maxwordnum, short wnum, hentry ** words = NULL, char hu_mov_rule = 0, int * cmpdstemnum = NULL, int * cmpdstem = NULL, char is_sug = 0) { int i; short oldnumsyllable, oldnumsyllable2, oldwordnum, oldwordnum2; int oldcmpdstemnum = 0; struct hentry * rv = NULL; struct hentry * rv_first; struct hentry * rwords[MAXWORDLEN]; // buffer for COMPOUND pattern checking char st [MAXWORDUTF8LEN + 4]; char ch; int cmin; int cmax; int checked_prefix; #ifdef HUNSTEM if (cmpdstemnum) { if (wordnum == 0) { *cmpdstemnum = 1; } else { (*cmpdstemnum)++; } } #endif if (utf8) { for (cmin = 0, i = 0; (i < cpdmin) && word[cmin]; i++) { cmin++; for (; (word[cmin] & 0xc0) == 0x80; cmin++); } for (cmax = len, i = 0; (i < (cpdmin - 1)) && cmax; i++) { cmax--; for (; (word[cmax] & 0xc0) == 0x80; cmax--); } } else { cmin = cpdmin; cmax = len - cpdmin + 1; } strcpy(st, word); for (i = cmin; i < cmax; i++) { oldnumsyllable = numsyllable; oldwordnum = wordnum; checked_prefix = 0; // go to end of the UTF-8 character if (utf8) { for (; (st[i] & 0xc0) == 0x80; i++); if (i >= cmax) return NULL; } ch = st[i]; st[i] = '\0'; sfx = NULL; pfx = NULL; // FIRST WORD rv = lookup(st); // perhaps without prefix // search homonym with compound flag while ((rv) && !hu_mov_rule && ((needaffix && TESTAFF(rv->astr, needaffix, rv->alen)) || !((compoundflag && !words && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundbegin && !wordnum && TESTAFF(rv->astr, compoundbegin, rv->alen)) || (compoundmiddle && wordnum && !words && TESTAFF(rv->astr, compoundmiddle, rv->alen)) || (numdefcpd && ((!words && !wordnum && defcpd_check(&words, wnum, rv, (hentry **) &rwords, 0)) || (words && defcpd_check(&words, wnum, rv, (hentry **) &rwords, 0)))) ))) { rv = rv->next_homonym; } if (!rv) { if (compoundflag && !(rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundflag))) { if ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundflag, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) && !hu_mov_rule && ((SfxEntry*)sfx)->getCont() && ((compoundforbidflag && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())) || (compoundend && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundend, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } } if (rv || (((wordnum == 0) && compoundbegin && ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundbegin, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) || (rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundbegin)))) || ((wordnum > 0) && compoundmiddle && ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundmiddle, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) || (rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundmiddle))))) ) checked_prefix = 1; // else check forbiddenwords and needaffix } else if (rv->astr && (TESTAFF(rv->astr, forbiddenword, rv->alen) || TESTAFF(rv->astr, needaffix, rv->alen) || (is_sug && nosuggest && TESTAFF(rv->astr, nosuggest, rv->alen)) )) { st[i] = ch; continue; } // check non_compound flag in suffix and prefix if ((rv) && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundforbidflag, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check compoundend flag in suffix and prefix if ((rv) && !checked_prefix && compoundend && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundend, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundend, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check compoundmiddle flag in suffix and prefix if ((rv) && !checked_prefix && (wordnum==0) && compoundmiddle && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundmiddle, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundmiddle, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check forbiddenwords if ((rv) && (rv->astr) && (TESTAFF(rv->astr, forbiddenword, rv->alen) || (is_sug && nosuggest && TESTAFF(rv->astr, nosuggest, rv->alen)))) { return NULL; } // increment word number, if the second root has a compoundroot flag if ((rv) && compoundroot && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // first word is acceptable in compound words? if (((rv) && ( checked_prefix || (words && words[wnum]) || (compoundflag && TESTAFF(rv->astr, compoundflag, rv->alen)) || ((oldwordnum == 0) && compoundbegin && TESTAFF(rv->astr, compoundbegin, rv->alen)) || ((oldwordnum > 0) && compoundmiddle && TESTAFF(rv->astr, compoundmiddle, rv->alen))// || // (numdefcpd && ) // LANG_hu section: spec. Hungarian rule || ((langnum == LANG_hu) && hu_mov_rule && ( TESTAFF(rv->astr, 'F', rv->alen) || // XXX hardwired Hungarian dictionary codes TESTAFF(rv->astr, 'G', rv->alen) || TESTAFF(rv->astr, 'H', rv->alen) ) ) // END of LANG_hu section ) && ! (( checkcompoundtriple && // test triple letters (word[i-1]==word[i]) && ( ((i>1) && (word[i-1]==word[i-2])) || ((word[i-1]==word[i+1])) // may be word[i+1] == '\0' ) ) || ( // test CHECKCOMPOUNDPATTERN numcheckcpd && cpdpat_check(word, i) ) || ( checkcompoundcase && cpdcase_check(word, i) )) ) // LANG_hu section: spec. Hungarian rule || ((!rv) && (langnum == LANG_hu) && hu_mov_rule && (rv = affix_check(st,i)) && (sfx && ((SfxEntry*)sfx)->getCont() && ( // XXX hardwired Hungarian dic. codes TESTAFF(((SfxEntry*)sfx)->getCont(), (unsigned short) 'x', ((SfxEntry*)sfx)->getContLen()) || TESTAFF(((SfxEntry*)sfx)->getCont(), (unsigned short) '%', ((SfxEntry*)sfx)->getContLen()) ) ) ) // END of LANG_hu section ) { // LANG_hu section: spec. Hungarian rule if (langnum == LANG_hu) { // calculate syllable number of the word numsyllable += get_syllable(st, i); // + 1 word, if syllable number of the prefix > 1 (hungarian convention) if (pfx && (get_syllable(((PfxEntry *)pfx)->getKey(),strlen(((PfxEntry *)pfx)->getKey())) > 1)) wordnum++; } // END of LANG_hu section #ifdef HUNSTEM if (cmpdstem) cmpdstem[*cmpdstemnum - 1] = i; #endif // NEXT WORD(S) rv_first = rv; rv = lookup((word+i)); // perhaps without prefix // search homonym with compound flag while ((rv) && ((needaffix && TESTAFF(rv->astr, needaffix, rv->alen)) || !((compoundflag && !words && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundend && !words && TESTAFF(rv->astr, compoundend, rv->alen)) || (numdefcpd && words && defcpd_check(&words, wnum + 1, rv, NULL,1))))) { rv = rv->next_homonym; } if (rv && words && words[wnum + 1]) return rv; oldnumsyllable2 = numsyllable; oldwordnum2 = wordnum; // LANG_hu section: spec. Hungarian rule, XXX hardwired dictionary code if ((rv) && (langnum == LANG_hu) && (TESTAFF(rv->astr, 'I', rv->alen)) && !(TESTAFF(rv->astr, 'J', rv->alen))) { numsyllable--; } // END of LANG_hu section // increment word number, if the second root has a compoundroot flag if ((rv) && (compoundroot) && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // check forbiddenwords if ((rv) && (rv->astr) && (TESTAFF(rv->astr, forbiddenword, rv->alen) || (is_sug && nosuggest && TESTAFF(rv->astr, nosuggest, rv->alen)))) return NULL; // second word is acceptable, as a root? // hungarian conventions: compounding is acceptable, // when compound forms consist of 2 words, or if more, // then the syllable number of root words must be 6, or lesser. if ((rv) && ( (compoundflag && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundend && TESTAFF(rv->astr, compoundend, rv->alen)) ) && ( ((cpdwordmax==-1) || (wordnum+1clen)<=cpdmaxsyllable)) ) && ( (!checkcompounddup || (rv != rv_first)) ) ) { // forbid compound word, if it is a non compound word with typical fault if (checkcompoundrep && cpdrep_check(word,len)) return NULL; return rv; } numsyllable = oldnumsyllable2 ; wordnum = oldwordnum2; // perhaps second word has prefix or/and suffix sfx = NULL; sfxflag = FLAG_NULL; rv = (compoundflag) ? affix_check((word+i),strlen(word+i), compoundflag, IN_CPD_END) : NULL; if (!rv && compoundend) { sfx = NULL; pfx = NULL; rv = affix_check((word+i),strlen(word+i), compoundend, IN_CPD_END); } if (!rv && numdefcpd && words) { rv = affix_check((word+i),strlen(word+i), 0, IN_CPD_END); if (rv && defcpd_check(&words, wnum + 1, rv, NULL, 1)) return rv; rv = NULL; } // check non_compound flag in suffix and prefix if ((rv) && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundforbidflag, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check forbiddenwords if ((rv) && (rv->astr) && (TESTAFF(rv->astr, forbiddenword, rv->alen) || (is_sug && nosuggest && TESTAFF(rv->astr, nosuggest, rv->alen)))) return NULL; // pfxappnd = prefix of word+i, or NULL // calculate syllable number of prefix. // hungarian convention: when syllable number of prefix is more, // than 1, the prefix+word counts as two words. if (langnum == LANG_hu) { // calculate syllable number of the word numsyllable += get_syllable(word + i, strlen(word + i)); // - affix syllable num. // XXX only second suffix (inflections, not derivations) if (sfxappnd) { char * tmp = myrevstrdup(sfxappnd); numsyllable -= get_syllable(tmp, strlen(tmp)); free(tmp); } // + 1 word, if syllable number of the prefix > 1 (hungarian convention) if (pfx && (get_syllable(((PfxEntry *)pfx)->getKey(),strlen(((PfxEntry *)pfx)->getKey())) > 1)) wordnum++; // increment syllable num, if last word has a SYLLABLENUM flag // and the suffix is beginning `s' if (cpdsyllablenum) { switch (sfxflag) { case 'c': { numsyllable+=2; break; } case 'J': { numsyllable += 1; break; } case 'I': { if (TESTAFF(rv->astr, 'J', rv->alen)) numsyllable += 1; break; } } } } // increment word number, if the second word has a compoundroot flag if ((rv) && (compoundroot) && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // second word is acceptable, as a word with prefix or/and suffix? // hungarian conventions: compounding is acceptable, // when compound forms consist 2 word, otherwise // the syllable number of root words is 6, or lesser. if ((rv) && ( ((cpdwordmax == -1) || (wordnum + 1 < cpdwordmax)) || ((cpdmaxsyllable == 0) || (numsyllable <= cpdmaxsyllable)) ) && ( (!checkcompounddup || (rv != rv_first)) )) { // forbid compound word, if it is a non compound word with typical fault if (checkcompoundrep && cpdrep_check(word, len)) return NULL; return rv; } numsyllable = oldnumsyllable2; wordnum = oldwordnum2; #ifdef HUNSTEM if (cmpdstemnum) oldcmpdstemnum = *cmpdstemnum; #endif // perhaps second word is a compound word (recursive call) if (wordnum < maxwordnum) { rv = compound_check((word+i),strlen(word+i), wordnum+1, numsyllable, maxwordnum, wnum + 1, words, 0, cmpdstemnum, cmpdstem, is_sug); } else { rv=NULL; } if (rv) { // forbid compound word, if it is a non compound word with typical fault if (checkcompoundrep && cpdrep_check(word, len)) return NULL; return rv; } else { #ifdef HUNSTEM if (cmpdstemnum) *cmpdstemnum = oldcmpdstemnum; #endif } } st[i] = ch; wordnum = oldwordnum; numsyllable = oldnumsyllable; } return NULL; } // check if compound word is correctly spelled // hu_mov_rule = spec. Hungarian rule (XXX) int AffixMgr::compound_check_morph(const char * word, int len, short wordnum, short numsyllable, short maxwordnum, short wnum, hentry ** words, char hu_mov_rule = 0, char ** result = NULL, char * partresult = NULL) { int i; short oldnumsyllable, oldnumsyllable2, oldwordnum, oldwordnum2; int ok = 0; struct hentry * rv = NULL; struct hentry * rv_first; struct hentry * rwords[MAXWORDLEN]; // buffer for COMPOUND pattern checking char st [MAXWORDUTF8LEN + 4]; char ch; int checked_prefix; char presult[MAXLNLEN]; int cmin; int cmax; if (utf8) { for (cmin = 0, i = 0; (i < cpdmin) && word[cmin]; i++) { cmin++; for (; (word[cmin] & 0xc0) == 0x80; cmin++); } for (cmax = len, i = 0; (i < (cpdmin - 1)) && cmax; i++) { cmax--; for (; (word[cmax] & 0xc0) == 0x80; cmax--); } } else { cmin = cpdmin; cmax = len - cpdmin + 1; } strcpy(st, word); for (i = cmin; i < cmax; i++) { oldnumsyllable = numsyllable; oldwordnum = wordnum; checked_prefix = 0; // go to end of the UTF-8 character if (utf8) { for (; (st[i] & 0xc0) == 0x80; i++); if (i >= cmax) return 0; } ch = st[i]; st[i] = '\0'; sfx = NULL; // FIRST WORD *presult = '\0'; if (partresult) strcat(presult, partresult); rv = lookup(st); // perhaps without prefix // search homonym with compound flag while ((rv) && !hu_mov_rule && ((needaffix && TESTAFF(rv->astr, needaffix, rv->alen)) || !((compoundflag && !words && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundbegin && !wordnum && TESTAFF(rv->astr, compoundbegin, rv->alen)) || (compoundmiddle && wordnum && !words && TESTAFF(rv->astr, compoundmiddle, rv->alen)) || (numdefcpd && ((!words && !wordnum && defcpd_check(&words, wnum, rv, (hentry **) &rwords, 0)) || (words && defcpd_check(&words, wnum, rv, (hentry **) &rwords, 0)))) ))) { rv = rv->next_homonym; } if (rv) { sprintf(presult + strlen(presult), "%c%s%s", MSEP_FLD, MORPH_PART, st); if (!HENTRY_FIND(rv, MORPH_STEM)) { sprintf(presult + strlen(presult), "%c%s%s", MSEP_FLD, MORPH_STEM, st); } // store the pointer of the hash entry // sprintf(presult + strlen(presult), "%c%s%p", MSEP_FLD, MORPH_HENTRY, rv); if (HENTRY_DATA(rv)) { sprintf(presult + strlen(presult), "%c%s", MSEP_FLD, HENTRY_DATA(rv)); } } if (!rv) { if (compoundflag && !(rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundflag))) { if ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundflag, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) && !hu_mov_rule && ((SfxEntry*)sfx)->getCont() && ((compoundforbidflag && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())) || (compoundend && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundend, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } } if (rv || (((wordnum == 0) && compoundbegin && ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundbegin, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) || (rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundbegin)))) || ((wordnum > 0) && compoundmiddle && ((rv = suffix_check(st, i, 0, NULL, NULL, 0, NULL, FLAG_NULL, compoundmiddle, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN)) || (rv = prefix_check(st, i, hu_mov_rule ? IN_CPD_OTHER : IN_CPD_BEGIN, compoundmiddle))))) ) { // char * p = prefix_check_morph(st, i, 0, compound); char * p = NULL; if (compoundflag) p = affix_check_morph(st, i, compoundflag); if (!p || (*p == '\0')) { if (p) free(p); p = NULL; if ((wordnum == 0) && compoundbegin) { p = affix_check_morph(st, i, compoundbegin); } else if ((wordnum > 0) && compoundmiddle) { p = affix_check_morph(st, i, compoundmiddle); } } if (p && (*p != '\0')) { sprintf(presult + strlen(presult), "%c%s%s%s", MSEP_FLD, MORPH_PART, st, line_uniq_app(&p, MSEP_REC)); } if (p) free(p); checked_prefix = 1; } // else check forbiddenwords } else if (rv->astr && (TESTAFF(rv->astr, forbiddenword, rv->alen) || TESTAFF(rv->astr, needaffix, rv->alen))) { st[i] = ch; continue; } // check non_compound flag in suffix and prefix if ((rv) && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundforbidflag, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())))) { continue; } // check compoundend flag in suffix and prefix if ((rv) && !checked_prefix && compoundend && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundend, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundend, ((SfxEntry*)sfx)->getContLen())))) { continue; } // check compoundmiddle flag in suffix and prefix if ((rv) && !checked_prefix && (wordnum==0) && compoundmiddle && !hu_mov_rule && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundmiddle, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundmiddle, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check forbiddenwords if ((rv) && (rv->astr) && TESTAFF(rv->astr, forbiddenword, rv->alen)) continue; // increment word number, if the second root has a compoundroot flag if ((rv) && (compoundroot) && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // first word is acceptable in compound words? if (((rv) && ( checked_prefix || (words && words[wnum]) || (compoundflag && TESTAFF(rv->astr, compoundflag, rv->alen)) || ((oldwordnum == 0) && compoundbegin && TESTAFF(rv->astr, compoundbegin, rv->alen)) || ((oldwordnum > 0) && compoundmiddle && TESTAFF(rv->astr, compoundmiddle, rv->alen)) // LANG_hu section: spec. Hungarian rule || ((langnum == LANG_hu) && // hu_mov_rule hu_mov_rule && ( TESTAFF(rv->astr, 'F', rv->alen) || TESTAFF(rv->astr, 'G', rv->alen) || TESTAFF(rv->astr, 'H', rv->alen) ) ) // END of LANG_hu section ) && ! (( checkcompoundtriple && // test triple letters (word[i-1]==word[i]) && ( ((i>1) && (word[i-1]==word[i-2])) || ((word[i-1]==word[i+1])) // may be word[i+1] == '\0' ) ) || ( // test CHECKCOMPOUNDPATTERN numcheckcpd && cpdpat_check(word, i) ) || ( checkcompoundcase && cpdcase_check(word, i) )) ) // LANG_hu section: spec. Hungarian rule || ((!rv) && (langnum == LANG_hu) && hu_mov_rule && (rv = affix_check(st,i)) && (sfx && ((SfxEntry*)sfx)->getCont() && ( TESTAFF(((SfxEntry*)sfx)->getCont(), (unsigned short) 'x', ((SfxEntry*)sfx)->getContLen()) || TESTAFF(((SfxEntry*)sfx)->getCont(), (unsigned short) '%', ((SfxEntry*)sfx)->getContLen()) ) ) ) // END of LANG_hu section ) { // LANG_hu section: spec. Hungarian rule if (langnum == LANG_hu) { // calculate syllable number of the word numsyllable += get_syllable(st, i); // + 1 word, if syllable number of the prefix > 1 (hungarian convention) if (pfx && (get_syllable(((PfxEntry *)pfx)->getKey(),strlen(((PfxEntry *)pfx)->getKey())) > 1)) wordnum++; } // END of LANG_hu section // NEXT WORD(S) rv_first = rv; rv = lookup((word+i)); // perhaps without prefix // search homonym with compound flag while ((rv) && ((needaffix && TESTAFF(rv->astr, needaffix, rv->alen)) || !((compoundflag && !words && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundend && !words && TESTAFF(rv->astr, compoundend, rv->alen)) || (numdefcpd && defcpd_check(&words, wnum + 1, rv, NULL,1))))) { rv = rv->next_homonym; } if (rv && words && words[wnum + 1]) { strcat(*result, presult); strcat(*result, " "); strcat(*result, MORPH_PART); strcat(*result, word+i); if (complexprefixes && HENTRY_DATA(rv)) strcat(*result, HENTRY_DATA(rv)); if (!HENTRY_FIND(rv, MORPH_STEM)) { strcat(*result, " "); strcat(*result, MORPH_STEM); strcat(*result, HENTRY_WORD(rv)); } // store the pointer of the hash entry // sprintf(*result + strlen(*result), " %s%p", MORPH_HENTRY, rv); if (!complexprefixes && HENTRY_DATA(rv)) { strcat(*result, " "); strcat(*result, HENTRY_DATA(rv)); } strcat(*result, "\n"); ok = 1; return 0; } oldnumsyllable2 = numsyllable; oldwordnum2 = wordnum; // LANG_hu section: spec. Hungarian rule if ((rv) && (langnum == LANG_hu) && (TESTAFF(rv->astr, 'I', rv->alen)) && !(TESTAFF(rv->astr, 'J', rv->alen))) { numsyllable--; } // END of LANG_hu section // increment word number, if the second root has a compoundroot flag if ((rv) && (compoundroot) && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // check forbiddenwords if ((rv) && (rv->astr) && TESTAFF(rv->astr, forbiddenword, rv->alen)) { st[i] = ch; continue; } // second word is acceptable, as a root? // hungarian conventions: compounding is acceptable, // when compound forms consist of 2 words, or if more, // then the syllable number of root words must be 6, or lesser. if ((rv) && ( (compoundflag && TESTAFF(rv->astr, compoundflag, rv->alen)) || (compoundend && TESTAFF(rv->astr, compoundend, rv->alen)) ) && ( ((cpdwordmax==-1) || (wordnum+1blen)<=cpdmaxsyllable)) ) && ( (!checkcompounddup || (rv != rv_first)) ) ) { // bad compound word strcat(*result, presult); strcat(*result, " "); strcat(*result, MORPH_PART); strcat(*result, word+i); if (HENTRY_DATA(rv)) { if (complexprefixes) strcat(*result, HENTRY_DATA(rv)); if (! HENTRY_FIND(rv, MORPH_STEM)) { strcat(*result, " "); strcat(*result, MORPH_STEM); strcat(*result, HENTRY_WORD(rv)); } // store the pointer of the hash entry // sprintf(*result + strlen(*result), " %s%p", MORPH_HENTRY, rv); if (!complexprefixes) { strcat(*result, " "); strcat(*result, HENTRY_DATA(rv)); } } strcat(*result, "\n"); ok = 1; } numsyllable = oldnumsyllable2 ; wordnum = oldwordnum2; // perhaps second word has prefix or/and suffix sfx = NULL; sfxflag = FLAG_NULL; if (compoundflag) rv = affix_check((word+i),strlen(word+i), compoundflag); else rv = NULL; if (!rv && compoundend) { sfx = NULL; pfx = NULL; rv = affix_check((word+i),strlen(word+i), compoundend); } if (!rv && numdefcpd && words) { rv = affix_check((word+i),strlen(word+i), 0, IN_CPD_END); if (rv && words && defcpd_check(&words, wnum + 1, rv, NULL, 1)) { char * m = NULL; if (compoundflag) m = affix_check_morph((word+i),strlen(word+i), compoundflag); if ((!m || *m == '\0') && compoundend) { if (m) free(m); m = affix_check_morph((word+i),strlen(word+i), compoundend); } strcat(*result, presult); if (m || (*m != '\0')) { sprintf(*result + strlen(*result), "%c%s%s%s", MSEP_FLD, MORPH_PART, word + i, line_uniq_app(&m, MSEP_REC)); } if (m) free(m); strcat(*result, "\n"); ok = 1; } } // check non_compound flag in suffix and prefix if ((rv) && ((pfx && ((PfxEntry*)pfx)->getCont() && TESTAFF(((PfxEntry*)pfx)->getCont(), compoundforbidflag, ((PfxEntry*)pfx)->getContLen())) || (sfx && ((SfxEntry*)sfx)->getCont() && TESTAFF(((SfxEntry*)sfx)->getCont(), compoundforbidflag, ((SfxEntry*)sfx)->getContLen())))) { rv = NULL; } // check forbiddenwords if ((rv) && (rv->astr) && (TESTAFF(rv->astr,forbiddenword,rv->alen)) && (! TESTAFF(rv->astr, needaffix, rv->alen))) { st[i] = ch; continue; } if (langnum == LANG_hu) { // calculate syllable number of the word numsyllable += get_syllable(word + i, strlen(word + i)); // - affix syllable num. // XXX only second suffix (inflections, not derivations) if (sfxappnd) { char * tmp = myrevstrdup(sfxappnd); numsyllable -= get_syllable(tmp, strlen(tmp)); free(tmp); } // + 1 word, if syllable number of the prefix > 1 (hungarian convention) if (pfx && (get_syllable(((PfxEntry *)pfx)->getKey(),strlen(((PfxEntry *)pfx)->getKey())) > 1)) wordnum++; // increment syllable num, if last word has a SYLLABLENUM flag // and the suffix is beginning `s' if (cpdsyllablenum) { switch (sfxflag) { case 'c': { numsyllable+=2; break; } case 'J': { numsyllable += 1; break; } case 'I': { if (rv && TESTAFF(rv->astr, 'J', rv->alen)) numsyllable += 1; break; } } } } // increment word number, if the second word has a compoundroot flag if ((rv) && (compoundroot) && (TESTAFF(rv->astr, compoundroot, rv->alen))) { wordnum++; } // second word is acceptable, as a word with prefix or/and suffix? // hungarian conventions: compounding is acceptable, // when compound forms consist 2 word, otherwise // the syllable number of root words is 6, or lesser. if ((rv) && ( ((cpdwordmax==-1) || (wordnum+1 0) && *s1 && (*s1 == *end_of_s2)) { s1++; end_of_s2--; len--; } return (*s1 == '\0'); } */ inline int AffixMgr::isRevSubset(const char * s1, const char * end_of_s2, int len) { while ((len > 0) && (*s1 != '\0') && ((*s1 == *end_of_s2) || (*s1 == '.'))) { s1++; end_of_s2--; len--; } return (*s1 == '\0'); } // check word for suffixes struct hentry * AffixMgr::suffix_check (const char * word, int len, int sfxopts, AffEntry * ppfx, char ** wlst, int maxSug, int * ns, const FLAG cclass, const FLAG needflag, char in_compound) { struct hentry * rv = NULL; char result[MAXLNLEN]; PfxEntry* ep = (PfxEntry *) ppfx; // first handle the special case of 0 length suffixes SfxEntry * se = (SfxEntry *) sStart[0]; while (se) { if (!cclass || se->getCont()) { // suffixes are not allowed in beginning of compounds if ((((in_compound != IN_CPD_BEGIN)) || // && !cclass // except when signed with compoundpermitflag flag (se->getCont() && compoundpermitflag && TESTAFF(se->getCont(),compoundpermitflag,se->getContLen()))) && (!circumfix || // no circumfix flag in prefix and suffix ((!ppfx || !(ep->getCont()) || !TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (!se->getCont() || !(TESTAFF(se->getCont(),circumfix,se->getContLen())))) || // circumfix flag in prefix AND suffix ((ppfx && (ep->getCont()) && TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (se->getCont() && (TESTAFF(se->getCont(),circumfix,se->getContLen()))))) && // fogemorpheme (in_compound || !((se->getCont() && (TESTAFF(se->getCont(), onlyincompound, se->getContLen()))))) && // needaffix on prefix or first suffix (cclass || !(se->getCont() && TESTAFF(se->getCont(), needaffix, se->getContLen())) || (ppfx && !((ep->getCont()) && TESTAFF(ep->getCont(), needaffix, ep->getContLen()))) ) ) { rv = se->checkword(word,len, sfxopts, ppfx, wlst, maxSug, ns, (FLAG) cclass, needflag, (in_compound ? 0 : onlyincompound)); if (rv) { sfx=(AffEntry *)se; // BUG: sfx not stateless return rv; } } } se = se->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)(word + len - 1)); SfxEntry * sptr = (SfxEntry *) sStart[sp]; while (sptr) { if (isRevSubset(sptr->getKey(), word + len - 1, len) ) { // suffixes are not allowed in beginning of compounds if ((((in_compound != IN_CPD_BEGIN)) || // && !cclass // except when signed with compoundpermitflag flag (sptr->getCont() && compoundpermitflag && TESTAFF(sptr->getCont(),compoundpermitflag,sptr->getContLen()))) && (!circumfix || // no circumfix flag in prefix and suffix ((!ppfx || !(ep->getCont()) || !TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (!sptr->getCont() || !(TESTAFF(sptr->getCont(),circumfix,sptr->getContLen())))) || // circumfix flag in prefix AND suffix ((ppfx && (ep->getCont()) && TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (sptr->getCont() && (TESTAFF(sptr->getCont(),circumfix,sptr->getContLen()))))) && // fogemorpheme (in_compound || !((sptr->getCont() && (TESTAFF(sptr->getCont(), onlyincompound, sptr->getContLen()))))) && // needaffix on prefix or first suffix (cclass || !(sptr->getCont() && TESTAFF(sptr->getCont(), needaffix, sptr->getContLen())) || (ppfx && !((ep->getCont()) && TESTAFF(ep->getCont(), needaffix, ep->getContLen()))) ) ) { rv = sptr->checkword(word,len, sfxopts, ppfx, wlst, maxSug, ns, cclass, needflag, (in_compound ? 0 : onlyincompound)); if (rv) { sfx=(AffEntry *)sptr; // BUG: sfx not stateless sfxflag = sptr->getFlag(); // BUG: sfxflag not stateless if (!sptr->getCont()) sfxappnd=sptr->getKey(); // BUG: sfxappnd not stateless if (cclass || sptr->getCont()) { if (!derived) { derived = mystrdup(word); } else { strcat(result, " "); strcpy(result, MORPH_STEM); strcpy(result, derived); // XXX check size strcat(result, "\n"); strcat(result, " "); strcat(result, MORPH_STEM); strcat(result, word); // store the pointer of the hash entry // sprintf(result + strlen(result), " %s%p", MORPH_HENTRY, rv); free(derived); derived = mystrdup(result); } } return rv; } } sptr = sptr->getNextEQ(); } else { sptr = sptr->getNextNE(); } } return NULL; } // check word for two-level suffixes struct hentry * AffixMgr::suffix_check_twosfx(const char * word, int len, int sfxopts, AffEntry * ppfx, const FLAG needflag) { struct hentry * rv = NULL; // first handle the special case of 0 length suffixes SfxEntry * se = (SfxEntry *) sStart[0]; while (se) { if (contclasses[se->getFlag()]) { rv = se->check_twosfx(word,len, sfxopts, ppfx, needflag); if (rv) return rv; } se = se->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)(word + len - 1)); SfxEntry * sptr = (SfxEntry *) sStart[sp]; while (sptr) { if (isRevSubset(sptr->getKey(), word + len - 1, len)) { if (contclasses[sptr->getFlag()]) { rv = sptr->check_twosfx(word,len, sfxopts, ppfx, needflag); if (rv) { sfxflag = sptr->getFlag(); // BUG: sfxflag not stateless if (!sptr->getCont()) sfxappnd=sptr->getKey(); // BUG: sfxappnd not stateless return rv; } } sptr = sptr->getNextEQ(); } else { sptr = sptr->getNextNE(); } } return NULL; } char * AffixMgr::suffix_check_twosfx_morph(const char * word, int len, int sfxopts, AffEntry * ppfx, const FLAG needflag) { char result[MAXLNLEN]; char result2[MAXLNLEN]; char result3[MAXLNLEN]; char * st; result[0] = '\0'; result2[0] = '\0'; result3[0] = '\0'; // first handle the special case of 0 length suffixes SfxEntry * se = (SfxEntry *) sStart[0]; while (se) { if (contclasses[se->getFlag()]) { st = se->check_twosfx_morph(word,len, sfxopts, ppfx, needflag); if (st) { if (ppfx) { if (((PfxEntry *) ppfx)->getMorph()) { strcat(result, ((PfxEntry *) ppfx)->getMorph()); strcat(result, " "); } else debugflag(result, ((PfxEntry *) ppfx)->getFlag()); } strcat(result, st); free(st); if (se->getMorph()) { strcat(result, " "); strcat(result, se->getMorph()); } else debugflag(result, se->getFlag()); strcat(result, "\n"); } } se = se->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)(word + len - 1)); SfxEntry * sptr = (SfxEntry *) sStart[sp]; while (sptr) { if (isRevSubset(sptr->getKey(), word + len - 1, len)) { if (contclasses[sptr->getFlag()]) { st = sptr->check_twosfx_morph(word,len, sfxopts, ppfx, needflag); if (st) { sfxflag = sptr->getFlag(); // BUG: sfxflag not stateless if (!sptr->getCont()) sfxappnd=sptr->getKey(); // BUG: sfxappnd not stateless strcpy(result2, st); free(st); result3[0] = '\0'; #ifdef DEBUG unsigned short flag = sptr->getFlag(); if (flag_mode == FLAG_NUM) { sprintf(result3, "<%d>", sptr->getKey()); } else if (flag_mode == FLAG_LONG) { sprintf(result3, "<%c%c>", flag >> 8, (flag << 8) >>8); } else sprintf(result3, "<%c>", flag); strcat(result3, ":"); #endif if (sptr->getMorph()) { strcat(result3, " "); strcat(result3, sptr->getMorph()); } else debugflag(result3, sptr->getFlag()); strlinecat(result2, result3); strcat(result2, "\n"); strcat(result, result2); } } sptr = sptr->getNextEQ(); } else { sptr = sptr->getNextNE(); } } if (result) return mystrdup(result); return NULL; } char * AffixMgr::suffix_check_morph(const char * word, int len, int sfxopts, AffEntry * ppfx, const FLAG cclass, const FLAG needflag, char in_compound) { char result[MAXLNLEN]; struct hentry * rv = NULL; result[0] = '\0'; PfxEntry* ep = (PfxEntry *) ppfx; // first handle the special case of 0 length suffixes SfxEntry * se = (SfxEntry *) sStart[0]; while (se) { if (!cclass || se->getCont()) { // suffixes are not allowed in beginning of compounds if (((((in_compound != IN_CPD_BEGIN)) || // && !cclass // except when signed with compoundpermitflag flag (se->getCont() && compoundpermitflag && TESTAFF(se->getCont(),compoundpermitflag,se->getContLen()))) && (!circumfix || // no circumfix flag in prefix and suffix ((!ppfx || !(ep->getCont()) || !TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (!se->getCont() || !(TESTAFF(se->getCont(),circumfix,se->getContLen())))) || // circumfix flag in prefix AND suffix ((ppfx && (ep->getCont()) && TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (se->getCont() && (TESTAFF(se->getCont(),circumfix,se->getContLen()))))) && // fogemorpheme (in_compound || !((se->getCont() && (TESTAFF(se->getCont(), onlyincompound, se->getContLen()))))) && // needaffix on prefix or first suffix (cclass || !(se->getCont() && TESTAFF(se->getCont(), needaffix, se->getContLen())) || (ppfx && !((ep->getCont()) && TESTAFF(ep->getCont(), needaffix, ep->getContLen()))) ) )) rv = se->checkword(word,len, sfxopts, ppfx, NULL, 0, 0, cclass, needflag); while (rv) { if (ppfx) { if (((PfxEntry *) ppfx)->getMorph()) { strcat(result, ((PfxEntry *) ppfx)->getMorph()); strcat(result, " "); } else debugflag(result, ((PfxEntry *) ppfx)->getFlag()); } if (complexprefixes && HENTRY_DATA(rv)) strcat(result, HENTRY_DATA(rv)); if (! HENTRY_FIND(rv, MORPH_STEM)) { strcat(result, " "); strcat(result, MORPH_STEM); strcat(result, HENTRY_WORD(rv)); } // store the pointer of the hash entry // sprintf(result + strlen(result), " %s%p", MORPH_HENTRY, rv); if (!complexprefixes && HENTRY_DATA(rv)) { strcat(result, " "); strcat(result, HENTRY_DATA(rv)); } if (se->getMorph()) { strcat(result, " "); strcat(result, se->getMorph()); } else debugflag(result, se->getFlag()); strcat(result, "\n"); rv = se->get_next_homonym(rv, sfxopts, ppfx, cclass, needflag); } } se = se->getNext(); } // now handle the general case unsigned char sp = *((const unsigned char *)(word + len - 1)); SfxEntry * sptr = (SfxEntry *) sStart[sp]; while (sptr) { if (isRevSubset(sptr->getKey(), word + len - 1, len) ) { // suffixes are not allowed in beginning of compounds if (((((in_compound != IN_CPD_BEGIN)) || // && !cclass // except when signed with compoundpermitflag flag (sptr->getCont() && compoundpermitflag && TESTAFF(sptr->getCont(),compoundpermitflag,sptr->getContLen()))) && (!circumfix || // no circumfix flag in prefix and suffix ((!ppfx || !(ep->getCont()) || !TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (!sptr->getCont() || !(TESTAFF(sptr->getCont(),circumfix,sptr->getContLen())))) || // circumfix flag in prefix AND suffix ((ppfx && (ep->getCont()) && TESTAFF(ep->getCont(), circumfix, ep->getContLen())) && (sptr->getCont() && (TESTAFF(sptr->getCont(),circumfix,sptr->getContLen()))))) && // fogemorpheme (in_compound || !((sptr->getCont() && (TESTAFF(sptr->getCont(), onlyincompound, sptr->getContLen()))))) && // needaffix on first suffix (cclass || !(sptr->getCont() && TESTAFF(sptr->getCont(), needaffix, sptr->getContLen()))) )) rv = sptr->checkword(word,len, sfxopts, ppfx, NULL, 0, 0, cclass, needflag); while (rv) { if (ppfx) { if (((PfxEntry *) ppfx)->getMorph()) { strcat(result, ((PfxEntry *) ppfx)->getMorph()); strcat(result, " "); } else debugflag(result, ((PfxEntry *) ppfx)->getFlag()); } if (complexprefixes && HENTRY_DATA(rv)) strcat(result, HENTRY_DATA(rv)); if (! HENTRY_FIND(rv, MORPH_STEM)) { strcat(result, " "); strcat(result, MORPH_STEM); strcat(result, HENTRY_WORD(rv)); } // store the pointer of the hash entry // sprintf(result + strlen(result), " %s%p", MORPH_HENTRY, rv); if (!complexprefixes && HENTRY_DATA(rv)) { strcat(result, " "); strcat(result, HENTRY_DATA(rv)); } #ifdef DEBUG unsigned short flag = sptr->getFlag(); if (flag_mode == FLAG_NUM) { sprintf(result, "<%d>", sptr->getKey()); } else if (flag_mode == FLAG_LONG) { sprintf(result, "<%c%c>", flag >> 8, (flag << 8) >>8); } else sprintf(result, "<%c>", flag); strcat(result, ":"); #endif if (sptr->getMorph()) { strcat(result, " "); strcat(result, sptr->getMorph()); } else debugflag(result, sptr->getFlag()); strcat(result, "\n"); rv = sptr->get_next_homonym(rv, sfxopts, ppfx, cclass, needflag); } sptr = sptr->getNextEQ(); } else { sptr = sptr->getNextNE(); } } if (*result) return mystrdup(result); return NULL; } // check if word with affixes is correctly spelled struct hentry * AffixMgr::affix_check (const char * word, int len, const FLAG needflag, char in_compound) { struct hentry * rv= NULL; if (derived) free(derived); derived = NULL; // check all prefixes (also crossed with suffixes if allowed) rv = prefix_check(word, len, in_compound, needflag); if (rv) return rv; // if still not found check all suffixes rv = suffix_check(word, len, 0, NULL, NULL, 0, NULL, FLAG_NULL, needflag, in_compound); if (havecontclass) { sfx = NULL; pfx = NULL; if (rv) return rv; // if still not found check all two-level suffixes rv = suffix_check_twosfx(word, len, 0, NULL, needflag); if (rv) return rv; // if still not found check all two-level suffixes rv = prefix_check_twosfx(word, len, IN_CPD_NOT, needflag); } return rv; } // check if word with affixes is correctly spelled char * AffixMgr::affix_check_morph(const char * word, int len, const FLAG needflag, char in_compound) { char result[MAXLNLEN]; char * st = NULL; *result = '\0'; // check all prefixes (also crossed with suffixes if allowed) st = prefix_check_morph(word, len, in_compound); if (st) { strcat(result, st); free(st); } // if still not found check all suffixes st = suffix_check_morph(word, len, 0, NULL, '\0', needflag, in_compound); if (st) { strcat(result, st); free(st); } if (havecontclass) { sfx = NULL; pfx = NULL; // if still not found check all two-level suffixes st = suffix_check_twosfx_morph(word, len, 0, NULL, needflag); if (st) { strcat(result, st); free(st); } // if still not found check all two-level suffixes st = prefix_check_twosfx_morph(word, len, IN_CPD_NOT, needflag); if (st) { strcat(result, st); free(st); } } return mystrdup(result); } char * AffixMgr::morphgen(char * ts, int wl, const unsigned short * ap, unsigned short al, char * morph, char * targetmorph, int level) { // handle suffixes char * stemmorph; char * stemmorphcatpos; char mymorph[MAXLNLEN]; if (!morph && !targetmorph) return NULL; // check substandard flag if (TESTAFF(ap, substandard, al)) return NULL; if (morphcmp(morph, targetmorph) == 0) return mystrdup(ts); // int targetcount = get_sfxcount(targetmorph); // use input suffix fields, if exist if (strstr(morph, MORPH_INFL_SFX) || strstr(morph, MORPH_DERI_SFX)) { stemmorph = mymorph; strcpy(stemmorph, morph); strcat(stemmorph, " "); stemmorphcatpos = stemmorph + strlen(stemmorph); } else { stemmorph = morph; stemmorphcatpos = NULL; } for (int i = 0; i < al; i++) { const unsigned char c = (unsigned char) (ap[i] & 0x00FF); SfxEntry * sptr = (SfxEntry *)sFlag[c]; while (sptr) { if (sptr->getFlag() == ap[i] && ((sptr->getContLen() == 0) || // don't generate forms with substandard affixes !TESTAFF(sptr->getCont(), substandard, sptr->getContLen()))) { if (stemmorphcatpos) strcpy(stemmorphcatpos, sptr->getMorph()); else stemmorph = (char *) sptr->getMorph(); int cmp = morphcmp(stemmorph, targetmorph); if (cmp == 0) { char * newword = sptr->add(ts, wl); if (newword) { hentry * check = pHMgr->lookup(newword); // XXX extra dic if (!check || !check->astr || !TESTAFF(check->astr, forbiddenword, check->alen)) { return newword; } free(newword); } } // recursive call for secondary suffixes if ((level == 0) && (cmp == 1) && (sptr->getContLen() > 0) && // (get_sfxcount(stemmorph) < targetcount) && !TESTAFF(sptr->getCont(), substandard, sptr->getContLen())) { char * newword = sptr->add(ts, wl); if (newword) { char * newword2 = morphgen(newword, strlen(newword), sptr->getCont(), sptr->getContLen(), stemmorph, targetmorph, 1); if (newword2) { free(newword); return newword2; } free(newword); newword = NULL; } } } sptr = (SfxEntry *)sptr ->getFlgNxt(); } } return NULL; } int AffixMgr::expand_rootword(struct guessword * wlst, int maxn, const char * ts, int wl, const unsigned short * ap, unsigned short al, char * bad, int badl, char * phon) { int nh=0; // first add root word to list if ((nh < maxn) && !(al && ((needaffix && TESTAFF(ap, needaffix, al)) || (onlyincompound && TESTAFF(ap, onlyincompound, al))))) { wlst[nh].word = mystrdup(ts); wlst[nh].allow = (1 == 0); wlst[nh].orig = NULL; nh++; // add special phonetic version if (phon && (nh < maxn)) { wlst[nh].word = mystrdup(phon); wlst[nh].allow = (1 == 0); wlst[nh].orig = mystrdup(ts); nh++; } } // handle suffixes for (int i = 0; i < al; i++) { const unsigned char c = (unsigned char) (ap[i] & 0x00FF); SfxEntry * sptr = (SfxEntry *)sFlag[c]; while (sptr) { if ((sptr->getFlag() == ap[i]) && (!sptr->getKeyLen() || ((badl > sptr->getKeyLen()) && (strcmp(sptr->getAffix(), bad + badl - sptr->getKeyLen()) == 0))) && // check needaffix flag !(sptr->getCont() && ((needaffix && TESTAFF(sptr->getCont(), needaffix, sptr->getContLen())) || (circumfix && TESTAFF(sptr->getCont(), circumfix, sptr->getContLen())) || (onlyincompound && TESTAFF(sptr->getCont(), onlyincompound, sptr->getContLen())))) ) { char * newword = sptr->add(ts, wl); if (newword) { if (nh < maxn) { wlst[nh].word = newword; wlst[nh].allow = sptr->allowCross(); wlst[nh].orig = NULL; nh++; // add special phonetic version if (phon && (nh < maxn)) { char st[MAXWORDUTF8LEN]; strcpy(st, phon); strcat(st, sptr->getKey()); reverseword(st + strlen(phon)); wlst[nh].word = mystrdup(st); wlst[nh].allow = (1 == 0); wlst[nh].orig = mystrdup(newword); nh++; } } else { free(newword); } } } sptr = (SfxEntry *)sptr ->getFlgNxt(); } } int n = nh; // handle cross products of prefixes and suffixes for (int j=1;jgetFlag() == ap[k]) && cptr->allowCross() && (!cptr->getKeyLen() || ((badl > cptr->getKeyLen()) && (strncmp(cptr->getKey(), bad, cptr->getKeyLen()) == 0)))) { int l1 = strlen(wlst[j].word); char * newword = cptr->add(wlst[j].word, l1); if (newword) { if (nh < maxn) { wlst[nh].word = newword; wlst[nh].allow = cptr->allowCross(); wlst[nh].orig = NULL; nh++; } else { free(newword); } } } cptr = (PfxEntry *)cptr ->getFlgNxt(); } } } // now handle pure prefixes for (int m = 0; m < al; m ++) { const unsigned char c = (unsigned char) (ap[m] & 0x00FF); PfxEntry * ptr = (PfxEntry *) pFlag[c]; while (ptr) { if ((ptr->getFlag() == ap[m]) && (!ptr->getKeyLen() || ((badl > ptr->getKeyLen()) && (strncmp(ptr->getKey(), bad, ptr->getKeyLen()) == 0))) && // check needaffix flag !(ptr->getCont() && ((needaffix && TESTAFF(ptr->getCont(), needaffix, ptr->getContLen())) || (circumfix && TESTAFF(ptr->getCont(), circumfix, ptr->getContLen())) || (onlyincompound && TESTAFF(ptr->getCont(), onlyincompound, ptr->getContLen())))) ) { char * newword = ptr->add(ts, wl); if (newword) { if (nh < maxn) { wlst[nh].word = newword; wlst[nh].allow = ptr->allowCross(); wlst[nh].orig = NULL; nh++; } else { free(newword); } } } ptr = (PfxEntry *)ptr ->getFlgNxt(); } } return nh; } // return length of replacing table int AffixMgr::get_numrep() { return numrep; } // return replacing table struct replentry * AffixMgr::get_reptable() { if (! reptable ) return NULL; return reptable; } // return replacing table struct phonetable * AffixMgr::get_phonetable() { if (! phone ) return NULL; return phone; } // return length of character map table int AffixMgr::get_nummap() { return nummap; } // return character map table struct mapentry * AffixMgr::get_maptable() { if (! maptable ) return NULL; return maptable; } // return length of word break table int AffixMgr::get_numbreak() { return numbreak; } // return character map table char ** AffixMgr::get_breaktable() { if (! breaktable ) return NULL; return breaktable; } // return text encoding of dictionary char * AffixMgr::get_encoding() { if (! encoding ) { encoding = mystrdup("ISO8859-1"); } return mystrdup(encoding); } // return text encoding of dictionary int AffixMgr::get_langnum() { return langnum; } // return double prefix option int AffixMgr::get_complexprefixes() { return complexprefixes; } FLAG AffixMgr::get_keepcase() { return keepcase; } int AffixMgr::get_checksharps() { return checksharps; } char * AffixMgr::encode_flag(unsigned short aflag) { return pHMgr->encode_flag(aflag); } // return the preferred ignore string for suggestions char * AffixMgr::get_ignore() { if (!ignorechars) return NULL; return ignorechars; } // return the preferred ignore string for suggestions unsigned short * AffixMgr::get_ignore_utf16(int * len) { *len = ignorechars_utf16_len; return ignorechars_utf16; } // return the keyboard string for suggestions char * AffixMgr::get_key_string() { if (! keystring ) return NULL; return mystrdup(keystring); } // return the preferred try string for suggestions char * AffixMgr::get_try_string() { if (! trystring ) return NULL; return mystrdup(trystring); } // return the preferred try string for suggestions const char * AffixMgr::get_wordchars() { return wordchars; } unsigned short * AffixMgr::get_wordchars_utf16(int * len) { *len = wordchars_utf16_len; return wordchars_utf16; } // is there compounding? int AffixMgr::get_compound() { return compoundflag || compoundbegin || numdefcpd; } // return the compound words control flag FLAG AffixMgr::get_compoundflag() { return compoundflag; } // return the forbidden words control flag FLAG AffixMgr::get_forbiddenword() { return forbiddenword; } // return the forbidden words control flag FLAG AffixMgr::get_nosuggest() { return nosuggest; } // return the forbidden words flag modify flag FLAG AffixMgr::get_needaffix() { return needaffix; } // return the onlyincompound flag FLAG AffixMgr::get_onlyincompound() { return onlyincompound; } // return the compound word signal flag FLAG AffixMgr::get_compoundroot() { return compoundroot; } // return the compound begin signal flag FLAG AffixMgr::get_compoundbegin() { return compoundbegin; } // return the value of checknum int AffixMgr::get_checknum() { return checknum; } // return the value of prefix const char * AffixMgr::get_prefix() { if (pfx) return ((PfxEntry *)pfx)->getKey(); return NULL; } // return the value of suffix const char * AffixMgr::get_suffix() { return sfxappnd; } // return the value of derived form (base word with first suffix). const char * AffixMgr::get_derived() { return derived; } // return the value of suffix const char * AffixMgr::get_version() { return version; } // return lemma_present flag FLAG AffixMgr::get_lemma_present() { return lemma_present; } // utility method to look up root words in hash table struct hentry * AffixMgr::lookup(const char * word) { int i; struct hentry * he = NULL; for (i = 0; i < *maxdic && !he; i++) { he = (alldic[i])->lookup(word); } return he; } // return the value of suffix const int AffixMgr::have_contclass() { return havecontclass; } // return utf8 int AffixMgr::get_utf8() { return utf8; } // return nosplitsugs int AffixMgr::get_maxngramsugs(void) { return maxngramsugs; } // return nosplitsugs int AffixMgr::get_nosplitsugs(void) { return nosplitsugs; } // return sugswithdots int AffixMgr::get_sugswithdots(void) { return sugswithdots; } /* parse flag */ int AffixMgr::parse_flag(char * line, unsigned short * out, const char * name) { char * s = NULL; if (*out != FLAG_NULL && !(*out >= DEFAULTFLAGS)) { HUNSPELL_WARNING(stderr, "error: duplicate %s line\n", name); return 1; } if (parse_string(line, &s, name)) return 1; *out = pHMgr->decode_flag(s); free(s); return 0; } /* parse num */ int AffixMgr::parse_num(char * line, int * out, const char * name) { char * s = NULL; if (*out != -1) { HUNSPELL_WARNING(stderr, "error: duplicate %s line\n", name); return 1; } if (parse_string(line, &s, name)) return 1; *out = atoi(s); free(s); return 0; } /* parse in the max syllablecount of compound words and */ int AffixMgr::parse_cpdsyllable(char * line) { char * tp = line; char * piece; int i = 0; int np = 0; w_char w[MAXWORDLEN]; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { cpdmaxsyllable = atoi(piece); np++; break; } case 2: { if (!utf8) { cpdvowels = mystrdup(piece); } else { int n = u8_u16(w, MAXWORDLEN, piece); if (n > 0) { flag_qsort((unsigned short *) w, 0, n); cpdvowels_utf16 = (w_char *) malloc(n * sizeof(w_char)); if (!cpdvowels_utf16) return 1; memcpy(cpdvowels_utf16, w, n * sizeof(w_char)); } cpdvowels_utf16_len = n; } np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np < 2) { HUNSPELL_WARNING(stderr, "error: missing compoundsyllable information\n"); return 1; } if (np == 2) cpdvowels = mystrdup("aeiouAEIOU"); return 0; } /* parse in the typical fault correcting table */ int AffixMgr::parse_reptable(char * line, FileMgr * af) { if (numrep != 0) { HUNSPELL_WARNING(stderr, "error: duplicate REP tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numrep = atoi(piece); if (numrep < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in replacement table\n"); // free(piece); return 1; } reptable = (replentry *) malloc(numrep * sizeof(struct replentry)); if (!reptable) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing replacement table information\n"); return 1; } /* now parse the numrep lines to read in the remainder of the table */ char * nl; for (int j=0; j < numrep; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; reptable[j].pattern = NULL; reptable[j].pattern2 = NULL; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"REP",3) != 0) { HUNSPELL_WARNING(stderr, "error: replacement table is corrupt\n"); numrep = 0; // free(piece); return 1; } break; } case 1: { reptable[j].pattern = mystrrep(mystrdup(piece),"_"," "); break; } case 2: { reptable[j].pattern2 = mystrrep(mystrdup(piece),"_"," "); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if ((!(reptable[j].pattern)) || (!(reptable[j].pattern2))) { HUNSPELL_WARNING(stderr, "error: replacement table is corrupt\n"); numrep = 0; return 1; } } return 0; } /* parse in the typical fault correcting table */ int AffixMgr::parse_phonetable(char * line, FileMgr * af) { if (phone) { HUNSPELL_WARNING(stderr, "error: duplicate PHONE tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { phone = (phonetable *) malloc(sizeof(struct phonetable)); phone->num = atoi(piece); phone->rules = NULL; phone->utf8 = (char) utf8; if (!phone) return 1; if (phone->num < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in phonelacement table\n"); // free(piece); return 1; } phone->rules = (char * *) malloc(2 * (phone->num + 1) * sizeof(char *)); if (!phone->rules) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing PHONE table information\n"); return 1; } /* now parse the phone->num lines to read in the remainder of the table */ char * nl; for (int j=0; j < phone->num; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; phone->rules[j * 2] = NULL; phone->rules[j * 2 + 1] = NULL; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"PHONE",5) != 0) { HUNSPELL_WARNING(stderr, "error: PHONE table is corrupt\n"); phone->num = 0; // free(piece); return 1; } break; } case 1: { phone->rules[j * 2] = mystrrep(mystrdup(piece),"_",""); break; } case 2: { phone->rules[j * 2 + 1] = mystrrep(mystrdup(piece),"_",""); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if ((!(phone->rules[j * 2])) || (!(phone->rules[j * 2 + 1]))) { HUNSPELL_WARNING(stderr, "error: PHONE table is corrupt\n"); phone->num = 0; return 1; } } phone->rules[phone->num * 2] = mystrdup(""); phone->rules[phone->num * 2 + 1] = mystrdup(""); init_phonet_hash(*phone); return 0; } /* parse in the checkcompoundpattern table */ int AffixMgr::parse_checkcpdtable(char * line, FileMgr * af) { if (numcheckcpd != 0) { HUNSPELL_WARNING(stderr, "error: duplicate compound pattern tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numcheckcpd = atoi(piece); if (numcheckcpd < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in compound pattern table\n"); // free(piece); return 1; } checkcpdtable = (replentry *) malloc(numcheckcpd * sizeof(struct replentry)); if (!checkcpdtable) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing compound pattern table information\n"); return 1; } /* now parse the numcheckcpd lines to read in the remainder of the table */ char * nl; for (int j=0; j < numcheckcpd; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; checkcpdtable[j].pattern = NULL; checkcpdtable[j].pattern2 = NULL; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"CHECKCOMPOUNDPATTERN",20) != 0) { HUNSPELL_WARNING(stderr, "error: compound pattern table is corrupt\n"); numcheckcpd = 0; // free(piece); return 1; } break; } case 1: { checkcpdtable[j].pattern = mystrdup(piece); break; } case 2: { checkcpdtable[j].pattern2 = mystrdup(piece); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if ((!(checkcpdtable[j].pattern)) || (!(checkcpdtable[j].pattern2))) { HUNSPELL_WARNING(stderr, "error: compound pattern table is corrupt\n"); numcheckcpd = 0; return 1; } } return 0; } /* parse in the compound rule table */ int AffixMgr::parse_defcpdtable(char * line, FileMgr * af) { if (numdefcpd != 0) { HUNSPELL_WARNING(stderr, "error: duplicate compound rule tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numdefcpd = atoi(piece); if (numdefcpd < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in compound rule table\n"); // free(piece); return 1; } defcpdtable = (flagentry *) malloc(numdefcpd * sizeof(flagentry)); if (!defcpdtable) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing compound rule table information\n"); return 1; } /* now parse the numdefcpd lines to read in the remainder of the table */ char * nl; for (int j=0; j < numdefcpd; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; defcpdtable[j].def = NULL; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece, "COMPOUNDRULE", 12) != 0) { HUNSPELL_WARNING(stderr, "error: compound rule table is corrupt\n"); // free(piece); numdefcpd = 0; return 1; } break; } case 1: { defcpdtable[j].len = pHMgr->decode_flags(&(defcpdtable[j].def), piece); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (!defcpdtable[j].len) { HUNSPELL_WARNING(stderr, "error: compound rule table is corrupt\n"); numdefcpd = 0; return 1; } } return 0; } /* parse in the character map table */ int AffixMgr::parse_maptable(char * line, FileMgr * af) { if (nummap != 0) { HUNSPELL_WARNING(stderr, "error: duplicate MAP tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { nummap = atoi(piece); if (nummap < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in map table\n"); // free(piece); return 1; } maptable = (mapentry *) malloc(nummap * sizeof(struct mapentry)); if (!maptable) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing map table information\n"); return 1; } /* now parse the nummap lines to read in the remainder of the table */ char * nl; for (int j=0; j < nummap; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; maptable[j].set = NULL; maptable[j].len = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"MAP",3) != 0) { HUNSPELL_WARNING(stderr, "error: map table is corrupt\n"); nummap = 0; // free(piece); return 1; } break; } case 1: { maptable[j].len = 0; maptable[j].set = NULL; maptable[j].set_utf16 = NULL; if (!utf8) { maptable[j].set = mystrdup(piece); maptable[j].len = strlen(maptable[j].set); } else { w_char w[MAXWORDLEN]; int n = u8_u16(w, MAXWORDLEN, piece); if (n > 0) { flag_qsort((unsigned short *) w, 0, n); maptable[j].set_utf16 = (w_char *) malloc(n * sizeof(w_char)); if (!maptable[j].set_utf16) return 1; memcpy(maptable[j].set_utf16, w, n * sizeof(w_char)); } maptable[j].len = n; } break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if ((!(maptable[j].set || maptable[j].set_utf16)) || (!(maptable[j].len))) { HUNSPELL_WARNING(stderr, "error: map table is corrupt\n"); nummap = 0; return 1; } } return 0; } /* parse in the word breakpoint table */ int AffixMgr::parse_breaktable(char * line, FileMgr * af) { if (numbreak != 0) { HUNSPELL_WARNING(stderr, "error: duplicate word breakpoint tables used\n"); return 1; } char * tp = line; char * piece; int i = 0; int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { numbreak = atoi(piece); if (numbreak < 1) { HUNSPELL_WARNING(stderr, "incorrect number of entries in BREAK table\n"); // free(piece); return 1; } breaktable = (char **) malloc(numbreak * sizeof(char *)); if (!breaktable) return 1; np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing word breakpoint table information\n"); return 1; } /* now parse the numbreak lines to read in the remainder of the table */ char * nl; for (int j=0; j < numbreak; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { if (strncmp(piece,"BREAK",5) != 0) { HUNSPELL_WARNING(stderr, "error: BREAK table is corrupt\n"); // free(piece); numbreak = 0; return 1; } break; } case 1: { breaktable[j] = mystrdup(piece); break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (!breaktable) { HUNSPELL_WARNING(stderr, "error: BREAK table is corrupt\n"); numbreak = 0; return 1; } } return 0; } void AffixMgr::reverse_condition(char * piece) { int neg = 0; for (char * k = piece + strlen(piece) - 1; k >= piece; k--) { switch(*k) { case '[': { if (neg) *(k+1) = '['; else *k = ']'; break; } case ']': { *k = '['; if (neg) *(k+1) = '^'; neg = 0; break; } case '^': { if (*(k+1) == ']') neg = 1; else *(k+1) = *k; break; } default: { if (neg) *(k+1) = *k; } } } } int AffixMgr::parse_affix(char * line, const char at, FileMgr * af, char * dupflags) { int numents = 0; // number of affentry structures to parse unsigned short aflag = 0; // affix char identifier char ff=0; struct affentry * ptr= NULL; struct affentry * nptr= NULL; char * tp = line; char * nl = NULL; char * piece; int i = 0; // checking lines with bad syntax #ifdef DEBUG int basefieldnum = 0; #endif // split affix header line into pieces int np = 0; piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { // piece 1 - is type of affix case 0: { np++; break; } // piece 2 - is affix char case 1: { np++; aflag = pHMgr->decode_flag(piece); if (((at == 'S') && (dupflags[aflag] & dupSFX)) || ((at == 'P') && (dupflags[aflag] & dupPFX))) { HUNSPELL_WARNING(stderr, "error: duplicate affix flag %s in line %s\n", piece, nl); // return 1; XXX permissive mode for bad dictionaries } dupflags[aflag] += (char) ((at == 'S') ? dupSFX : dupPFX); break; } // piece 3 - is cross product indicator case 2: { np++; if (*piece == 'Y') ff = aeXPRODUCT; break; } // piece 4 - is number of affentries case 3: { np++; numents = atoi(piece); if (numents == 0) { char * err = pHMgr->encode_flag(aflag); HUNSPELL_WARNING(stderr, "error: affix %s header has incorrect entry count in line %s\n", err, nl); free(err); return 1; } ptr = (struct affentry *) malloc(numents * sizeof(struct affentry)); if (!ptr) return 1; ptr->opts = ff; if (utf8) ptr->opts += aeUTF8; if (pHMgr->is_aliasf()) ptr->opts += aeALIASF; if (pHMgr->is_aliasm()) ptr->opts += aeALIASM; ptr->aflag = aflag; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } // check to make sure we parsed enough pieces if (np != 4) { char * err = pHMgr->encode_flag(aflag); HUNSPELL_WARNING(stderr, "error: affix %s header has insufficient data in line %s\n", err, nl); free(err); free(ptr); return 1; } // store away ptr to first affentry nptr = ptr; // now parse numents affentries for this affix for (int j=0; j < numents; j++) { if (!(nl = af->getline())) return 1; mychomp(nl); tp = nl; i = 0; np = 0; // split line into pieces piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { // piece 1 - is type case 0: { np++; if (nptr != ptr) nptr->opts = ptr->opts & (char) (aeXPRODUCT + aeUTF8 + aeALIASF + aeALIASM); break; } // piece 2 - is affix char case 1: { np++; if (pHMgr->decode_flag(piece) != aflag) { char * err = pHMgr->encode_flag(aflag); HUNSPELL_WARNING(stderr, "error: affix %s is corrupt near line %s\n", err, nl); HUNSPELL_WARNING(stderr, "error: possible incorrect count\n"); free(err); // free(piece); return 1; } if (nptr != ptr) nptr->aflag = ptr->aflag; break; } // piece 3 - is string to strip or 0 for null case 2: { np++; if (complexprefixes) { if (utf8) reverseword_utf(piece); else reverseword(piece); } nptr->strip = mystrdup(piece); nptr->stripl = (unsigned char) strlen(nptr->strip); if (strcmp(nptr->strip,"0") == 0) { free(nptr->strip); nptr->strip=mystrdup(""); nptr->stripl = 0; } break; } // piece 4 - is affix string or 0 for null case 3: { char * dash; nptr->morphcode = NULL; nptr->contclass = NULL; nptr->contclasslen = 0; np++; dash = strchr(piece, '/'); if (dash) { *dash = '\0'; if (ignorechars) { if (utf8) { remove_ignored_chars_utf(piece, ignorechars_utf16, ignorechars_utf16_len); } else { remove_ignored_chars(piece,ignorechars); } } if (complexprefixes) { if (utf8) reverseword_utf(piece); else reverseword(piece); } nptr->appnd = mystrdup(piece); if (pHMgr->is_aliasf()) { int index = atoi(dash + 1); nptr->contclasslen = (unsigned short) pHMgr->get_aliasf(index, &(nptr->contclass)); if (!nptr->contclasslen) HUNSPELL_WARNING(stderr, "error: bad affix flag alias: \"%s\"\n", dash+1); } else { nptr->contclasslen = (unsigned short) pHMgr->decode_flags(&(nptr->contclass), dash + 1); flag_qsort(nptr->contclass, 0, nptr->contclasslen); } *dash = '/'; havecontclass = 1; for (unsigned short _i = 0; _i < nptr->contclasslen; _i++) { contclasses[(nptr->contclass)[_i]] = 1; } } else { if (ignorechars) { if (utf8) { remove_ignored_chars_utf(piece, ignorechars_utf16, ignorechars_utf16_len); } else { remove_ignored_chars(piece,ignorechars); } } if (complexprefixes) { if (utf8) reverseword_utf(piece); else reverseword(piece); } nptr->appnd = mystrdup(piece); } nptr->appndl = (unsigned char) strlen(nptr->appnd); if (strcmp(nptr->appnd,"0") == 0) { free(nptr->appnd); nptr->appnd=mystrdup(""); nptr->appndl = 0; } break; } // piece 5 - is the conditions descriptions case 4: { np++; if (complexprefixes) { if (utf8) reverseword_utf(piece); else reverseword(piece); reverse_condition(piece); } if (nptr->stripl && (strcmp(piece, ".") != 0) && redundant_condition(at, nptr->strip, nptr->stripl, piece, nl)) strcpy(piece, "."); if (at == 'S') { reverseword(piece); reverse_condition(piece); } if (encodeit(nptr, piece)) return 1; break; } case 5: { np++; if (pHMgr->is_aliasm()) { int index = atoi(piece); nptr->morphcode = pHMgr->get_aliasm(index); } else { if (complexprefixes) { // XXX - fix me for morph. gen. if (utf8) reverseword_utf(piece); else reverseword(piece); } // add the remaining of the line if (*tp) { *(tp - 1) = ' '; tp = tp + strlen(tp); } nptr->morphcode = (char *) malloc(strlen(piece)+1); strcpy(nptr->morphcode, piece); } break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } // check to make sure we parsed enough pieces if (np < 4) { char * err = pHMgr->encode_flag(aflag); HUNSPELL_WARNING(stderr, "error: affix %s is corrupt near line %s\n", err, nl); free(err); free(ptr); return 1; } #ifdef DEBUG // detect unnecessary fields, excepting comments if (basefieldnum) { int fieldnum = !(nptr->morphcode) ? 5 : ((*(nptr->morphcode)=='#') ? 5 : 6); if (fieldnum != basefieldnum) HUNSPELL_WARNING(stderr, "warning: bad field number:\n%s\n", nl); } else { basefieldnum = !(nptr->morphcode) ? 5 : ((*(nptr->morphcode)=='#') ? 5 : 6); } #endif nptr++; } // now create SfxEntry or PfxEntry objects and use links to // build an ordered (sorted by affix string) list nptr = ptr; for (int k = 0; k < numents; k++) { if (at == 'P') { PfxEntry * pfxptr = new PfxEntry(this,nptr); build_pfxtree((AffEntry *)pfxptr); } else { SfxEntry * sfxptr = new SfxEntry(this,nptr); build_sfxtree((AffEntry *)sfxptr); } nptr++; } free(ptr); return 0; } int AffixMgr::redundant_condition(char ft, char * strip, int stripl, const char * cond, char * warnvar) { int condl = strlen(cond); int i; int j; int neg; int in; if (ft == 'P') { // prefix if (strncmp(strip, cond, condl) == 0) return 1; if (utf8) { } else { for (i = 0, j = 0; (i < stripl) && (j < condl); i++, j++) { if (cond[j] != '[') { if (cond[j] != strip[i]) { HUNSPELL_WARNING(stderr, "warning: incompatible stripping characters and condition:\n%s\n", warnvar); } } else { neg = (cond[j+1] == '^') ? 1 : 0; in = 0; do { j++; if (strip[i] == cond[j]) in = 1; } while ((j < (condl - 1)) && (cond[j] != ']')); if (j == (condl - 1) && (cond[j] != ']')) { HUNSPELL_WARNING(stderr, "error: missing ] in condition:\n%s\n", warnvar); return 0; } if ((!neg && !in) || (neg && in)) { HUNSPELL_WARNING(stderr, "warning: incompatible stripping characters and condition:\n%s\n", warnvar); return 0; } } } if (j >= condl) return 1; } } else { // suffix if ((stripl >= condl) && strcmp(strip + stripl - condl, cond) == 0) return 1; if (utf8) { } else { for (i = stripl - 1, j = condl - 1; (i >= 0) && (j >= 0); i--, j--) { if (cond[j] != ']') { if (cond[j] != strip[i]) { HUNSPELL_WARNING(stderr, "warning: incompatible stripping characters and condition:\n%s\n", warnvar); } } else { in = 0; do { j--; if (strip[i] == cond[j]) in = 1; } while ((j > 0) && (cond[j] != '[')); if ((j == 0) && (cond[j] != '[')) { HUNSPELL_WARNING(stderr, "error: missing ] in condition:\n%s\n", warnvar); return 0; } neg = (cond[j+1] == '^') ? 1 : 0; if ((!neg && !in) || (neg && in)) { HUNSPELL_WARNING(stderr, "warning: incompatible stripping characters and condition:\n%s\n", warnvar); return 0; } } } if (j < 0) return 1; } } return 0; } enchant-1.6.0/src/myspell/csutil.cxx0000664000076400007640000036602311355203721014405 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #include #else #include #include #include #include #endif #include "csutil.hxx" #include "atypes.hxx" #include "langnum.hxx" #ifdef OPENOFFICEORG # include #else # ifndef MOZILLA_CLIENT # include "utf_info.cxx" # define UTF_LST_LEN (sizeof(utf_lst) / (sizeof(unicode_info))) # endif #endif #ifdef MOZILLA_CLIENT #include "nsCOMPtr.h" #include "nsServiceManagerUtils.h" #include "nsIUnicodeEncoder.h" #include "nsIUnicodeDecoder.h" #include "nsICaseConversion.h" #include "nsICharsetConverterManager.h" #include "nsUnicharUtilCIID.h" #include "nsUnicharUtils.h" static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID); static NS_DEFINE_CID(kUnicharUtilCID, NS_UNICHARUTIL_CID); #endif #ifdef MOZILLA_CLIENT #ifdef __SUNPRO_CC // for SunONE Studio compiler using namespace std; #endif #else #ifndef WIN32 using namespace std; #endif #endif static struct unicode_info2 * utf_tbl = NULL; static int utf_tbl_count = 0; // utf_tbl can be used by multiple Hunspell instances /* only UTF-16 (BMP) implementation */ char * u16_u8(char * dest, int size, const w_char * src, int srclen) { signed char * u8 = (signed char *)dest; signed char * u8_max = (signed char *)(u8 + size); const w_char * u2 = src; const w_char * u2_max = src + srclen; while ((u2 < u2_max) && (u8 < u8_max)) { if (u2->h) { // > 0xFF // XXX 4-byte haven't implemented yet. if (u2->h >= 0x08) { // >= 0x800 (3-byte UTF-8 character) *u8 = 0xe0 + (u2->h >> 4); u8++; if (u8 < u8_max) { *u8 = 0x80 + ((u2->h & 0xf) << 2) + (u2->l >> 6); u8++; if (u8 < u8_max) { *u8 = 0x80 + (u2->l & 0x3f); u8++; } } } else { // < 0x800 (2-byte UTF-8 character) *u8 = 0xc0 + (u2->h << 2) + (u2->l >> 6); u8++; if (u8 < u8_max) { *u8 = 0x80 + (u2->l & 0x3f); u8++; } } } else { // <= 0xFF if (u2->l & 0x80) { // >0x80 (2-byte UTF-8 character) *u8 = 0xc0 + (u2->l >> 6); u8++; if (u8 < u8_max) { *u8 = 0x80 + (u2->l & 0x3f); u8++; } } else { // < 0x80 (1-byte UTF-8 character) *u8 = u2->l; u8++; } } u2++; } *u8 = '\0'; return dest; } /* only UTF-16 (BMP) implementation */ int u8_u16(w_char * dest, int size, const char * src) { const signed char * u8 = (const signed char *)src; w_char * u2 = dest; w_char * u2_max = u2 + size; while ((u2 < u2_max) && *u8) { switch ((*u8) & 0xf0) { case 0x00: case 0x10: case 0x20: case 0x30: case 0x40: case 0x50: case 0x60: case 0x70: { u2->h = 0; u2->l = *u8; break; } case 0x80: case 0x90: case 0xa0: case 0xb0: { HUNSPELL_WARNING(stderr, "UTF-8 encoding error. Unexpected continuation bytes in %ld. character position\n%s\n", static_cast(u8 - (signed char *)src), src); u2->h = 0xff; u2->l = 0xfd; break; } case 0xc0: case 0xd0: { // 2-byte UTF-8 codes if ((*(u8+1) & 0xc0) == 0x80) { u2->h = (*u8 & 0x1f) >> 2; u2->l = (*u8 << 6) + (*(u8+1) & 0x3f); u8++; } else { HUNSPELL_WARNING(stderr, "UTF-8 encoding error. Missing continuation byte in %ld. character position:\n%s\n", static_cast(u8 - (signed char *)src), src); u2->h = 0xff; u2->l = 0xfd; } break; } case 0xe0: { // 3-byte UTF-8 codes if ((*(u8+1) & 0xc0) == 0x80) { u2->h = ((*u8 & 0x0f) << 4) + ((*(u8+1) & 0x3f) >> 2); u8++; if ((*(u8+1) & 0xc0) == 0x80) { u2->l = (*u8 << 6) + (*(u8+1) & 0x3f); u8++; } else { HUNSPELL_WARNING(stderr, "UTF-8 encoding error. Missing continuation byte in %ld. character position:\n%s\n", static_cast(u8 - (signed char *)src), src); u2->h = 0xff; u2->l = 0xfd; } } else { HUNSPELL_WARNING(stderr, "UTF-8 encoding error. Missing continuation byte in %ld. character position:\n%s\n", static_cast(u8 - (signed char *)src), src); u2->h = 0xff; u2->l = 0xfd; } break; } case 0xf0: { // 4 or more byte UTF-8 codes HUNSPELL_WARNING(stderr, "This UTF-8 encoding can't convert to UTF-16:\n%s\n", src); u2->h = 0xff; u2->l = 0xfd; return -1; } } u8++; u2++; } return u2 - dest; } void flag_qsort(unsigned short flags[], int begin, int end) { unsigned short reg; if (end > begin) { unsigned short pivot = flags[begin]; int l = begin + 1; int r = end; while(l < r) { if (flags[l] <= pivot) { l++; } else { r--; reg = flags[l]; flags[l] = flags[r]; flags[r] = reg; } } l--; reg = flags[begin]; flags[begin] = flags[l]; flags[l] = reg; flag_qsort(flags, begin, l); flag_qsort(flags, r, end); } } int flag_bsearch(unsigned short flags[], unsigned short flag, int length) { int mid; int left = 0; int right = length - 1; while (left <= right) { mid = (left + right) / 2; if (flags[mid] == flag) return 1; if (flag < flags[mid]) right = mid - 1; else left = mid + 1; } return 0; } // strip strings into token based on single char delimiter // acts like strsep() but only uses a delim char and not // a delim string // default delimiter: white space characters char * mystrsep(char ** stringp, const char delim) { char * mp = *stringp; if (*mp != '\0') { char * dp; if (delim) { dp = strchr(mp, delim); } else { // don't use isspace() here, the string can be in some random charset // that's way different than the locale's for (dp = mp; (*dp && *dp != ' ' && *dp != '\t'); dp++); if (!*dp) dp = NULL; } if (dp) { *stringp = dp+1; int nc = (int)((size_t)dp - (size_t)mp); *(mp+nc) = '\0'; return mp; } else { *stringp = mp + strlen(mp); return mp; } } return NULL; } // replaces strdup with ansi version char * mystrdup(const char * s) { char * d = NULL; if (s) { int sl = strlen(s); d = (char *) malloc(((sl+1) * sizeof(char))); if (d) memcpy(d,s,((sl+1)*sizeof(char))); } return d; } // remove cross-platform text line end characters void mychomp(char * s) { int k = strlen(s); if ((k > 0) && ((*(s+k-1)=='\r') || (*(s+k-1)=='\n'))) *(s+k-1) = '\0'; if ((k > 1) && (*(s+k-2) == '\r')) *(s+k-2) = '\0'; } // does an ansi strdup of the reverse of a string char * myrevstrdup(const char * s) { char * d = NULL; if (s) { int sl = strlen(s); d = (char *) malloc((sl+1) * sizeof(char)); if (d) { const char * p = s + sl - 1; char * q = d; while (p >= s) *q++ = *p--; *q = '\0'; } } return d; } // break text to lines // return number of lines int line_tok(const char * text, char *** lines, char breakchar) { int linenum = 0; char * dup = mystrdup(text); char * p = strchr(dup, breakchar); while (p) { linenum++; *p = '\0'; p++; p = strchr(p, breakchar); } linenum++; *lines = (char **) malloc(linenum * sizeof(char *)); if (!(*lines)) { free(dup); return 0; } p = dup; int l = 0; for (int i = 0; i < linenum; i++) { if (*p != '\0') { (*lines)[l] = mystrdup(p); l++; } p += strlen(p) + 1; } free(dup); if (!l) free(*lines); return l; } // uniq line in place char * line_uniq(char * text, char breakchar) { char ** lines; int linenum = line_tok(text, &lines, breakchar); int i; strcpy(text, lines[0]); for ( i = 1; i < linenum; i++ ) { int dup = 0; for (int j = 0; j < i; j++) { if (strcmp(lines[i], lines[j]) == 0) dup = 1; } if (!dup) { if ((i > 1) || (*(lines[0]) != '\0')) { sprintf(text + strlen(text), "%c", breakchar); } strcat(text, lines[i]); } } for ( i = 0; i < linenum; i++ ) { if (lines[i]) free(lines[i]); } if (lines) free(lines); return text; } // uniq and boundary for compound analysis: "1\n\2\n\1" -> " ( \1 | \2 ) " char * line_uniq_app(char ** text, char breakchar) { if (!strchr(*text, breakchar)) { return *text; } char ** lines; int i; int linenum = line_tok(*text, &lines, breakchar); int dup = 0; for (i = 0; i < linenum; i++) { for (int j = 0; j < (i - 1); j++) { if (strcmp(lines[i], lines[j]) == 0) { *(lines[i]) = '\0'; dup++; break; } } } if ((linenum - dup) == 1) { strcpy(*text, lines[0]); freelist(&lines, linenum); return *text; } char * newtext = (char *) malloc(strlen(*text) + 2 * linenum + 3 + 1); if (newtext) { free(*text); *text = newtext; } else { freelist(&lines, linenum); return *text; } strcpy(*text," ( "); for (i = 0; i < linenum; i++) if (*(lines[i])) { sprintf(*text + strlen(*text), "%s%s", lines[i], " | "); } (*text)[strlen(*text) - 2] = ')'; // " ) " freelist(&lines, linenum); return *text; } // append s to ends of every lines in text void strlinecat(char * dest, const char * s) { char * dup = mystrdup(dest); char * source = dup; int len = strlen(s); while (*source) { if (*source == '\n') { strncpy(dest, s, len); dest += len; } *dest = *source; source++; dest++; } strcpy(dest, s); free(dup); } // change \n to char c char * tr(char * text, char oldc, char newc) { char * p; for (p = text; *p; p++) if (*p == oldc) *p = newc; return text; } // morphcmp(): compare MORPH_DERI_SFX, MORPH_INFL_SFX and MORPH_TERM_SFX fields // in the first line of the inputs // return 0, if inputs equal // return 1, if inputs may equal with a secondary suffix // otherwise return -1 int morphcmp(const char * s, const char * t) { int se = 0; int te = 0; const char * sl; const char * tl; const char * olds; const char * oldt; if (!s || !t) return 1; olds = s; sl = strchr(s, '\n'); s = strstr(s, MORPH_DERI_SFX); if (!s || (sl && sl < s)) s = strstr(olds, MORPH_INFL_SFX); if (!s || (sl && sl < s)) { s= strstr(olds, MORPH_TERM_SFX); olds = NULL; } oldt = t; tl = strchr(t, '\n'); t = strstr(t, MORPH_DERI_SFX); if (!t || (tl && tl < t)) t = strstr(oldt, MORPH_INFL_SFX); if (!t || (tl && tl < t)) { t = strstr(oldt, MORPH_TERM_SFX); oldt = NULL; } while (s && t && (!sl || sl > s) && (!tl || tl > t)) { s += MORPH_TAG_LEN; t += MORPH_TAG_LEN; se = 0; te = 0; while ((*s == *t) && !se && !te) { s++; t++; switch(*s) { case ' ': case '\n': case '\t': case '\0': se = 1; } switch(*t) { case ' ': case '\n': case '\t': case '\0': te = 1; } } if (!se || !te) { // not terminal suffix difference if (olds) return -1; return 1; } olds = s; s = strstr(s, MORPH_DERI_SFX); if (!s || (sl && sl < s)) s = strstr(olds, MORPH_INFL_SFX); if (!s || (sl && sl < s)) { s = strstr(olds, MORPH_TERM_SFX); olds = NULL; } oldt = t; t = strstr(t, MORPH_DERI_SFX); if (!t || (tl && tl < t)) t = strstr(oldt, MORPH_INFL_SFX); if (!t || (tl && tl < t)) { t = strstr(oldt, MORPH_TERM_SFX); oldt = NULL; } } if (!s && !t && se && te) return 0; return 1; } int get_sfxcount(const char * morph) { if (!morph || !*morph) return 0; int n = 0; const char * old = morph; morph = strstr(morph, MORPH_DERI_SFX); if (!morph) morph = strstr(old, MORPH_INFL_SFX); if (!morph) morph = strstr(old, MORPH_TERM_SFX); while (morph) { n++; old = morph; morph = strstr(morph + 1, MORPH_DERI_SFX); if (!morph) morph = strstr(old + 1, MORPH_INFL_SFX); if (!morph) morph = strstr(old + 1, MORPH_TERM_SFX); } return n; } int fieldlen(const char * r) { int n = 0; while (r && *r != '\t' && *r != '\0' && *r != '\n' && *r != ' ') { r++; n++; } return n; } char * copy_field(char * dest, const char * morph, const char * var) { if (!morph) return NULL; const char * beg = strstr(morph, var); if (beg) { char * d = dest; for (beg += MORPH_TAG_LEN; *beg != ' ' && *beg != '\t' && *beg != '\n' && *beg != '\0'; d++, beg++) { *d = *beg; } *d = '\0'; return dest; } return NULL; } char * mystrrep(char * word, const char * pat, const char * rep) { char * pos = strstr(word, pat); if (pos) { int replen = strlen(rep); int patlen = strlen(pat); if (replen < patlen) { char * end = word + strlen(word); char * next = pos + replen; char * prev = pos + strlen(pat); for (; prev < end; *next = *prev, prev++, next++); *next = '\0'; } else if (replen > patlen) { char * end = pos + patlen; char * next = word + strlen(word) + replen - patlen; char * prev = next - replen + patlen; for (; prev >= end; *next = *prev, prev--, next--); } strncpy(pos, rep, replen); } return word; } // reverse word int reverseword(char * word) { char r; for (char * dest = word + strlen(word) - 1; word < dest; word++, dest--) { r=*word; *word = *dest; *dest = r; } return 0; } // reverse word (error: 1) int reverseword_utf(char * word) { w_char w[MAXWORDLEN]; w_char * p; w_char r; int l = u8_u16(w, MAXWORDLEN, word); if (l == -1) return 1; p = w; for (w_char * dest = w + l - 1; p < dest; p++, dest--) { r=*p; *p = *dest; *dest = r; } u16_u8(word, MAXWORDUTF8LEN, w, l); return 0; } int uniqlist(char ** list, int n) { int i; if (n < 2) return n; for (i = 0; i < n; i++) { for (int j = 0; j < i; j++) { if (list[j] && list[i] && (strcmp(list[j], list[i]) == 0)) { free(list[i]); list[i] = NULL; break; } } } int m = 1; for (i = 1; i < n; i++) if (list[i]) { list[m] = list[i]; m++; } return m; } void freelist(char *** list, int n) { if (list && (n > 0)) { for (int i = 0; i < n; i++) if ((*list)[i]) free((*list)[i]); free(*list); *list = NULL; } } // convert null terminated string to all caps void mkallcap(char * p, const struct cs_info * csconv) { while (*p != '\0') { *p = csconv[((unsigned char) *p)].cupper; p++; } } // convert null terminated string to all little void mkallsmall(char * p, const struct cs_info * csconv) { while (*p != '\0') { *p = csconv[((unsigned char) *p)].clower; p++; } } void mkallsmall_utf(w_char * u, int nc, int langnum) { for (int i = 0; i < nc; i++) { unsigned short idx = (u[i].h << 8) + u[i].l; if (idx != unicodetolower(idx, langnum)) { u[i].h = (unsigned char) (unicodetolower(idx, langnum) >> 8); u[i].l = (unsigned char) (unicodetolower(idx, langnum) & 0x00FF); } } } void mkallcap_utf(w_char * u, int nc, int langnum) { for (int i = 0; i < nc; i++) { unsigned short idx = (u[i].h << 8) + u[i].l; if (idx != unicodetoupper(idx, langnum)) { u[i].h = (unsigned char) (unicodetoupper(idx, langnum) >> 8); u[i].l = (unsigned char) (unicodetoupper(idx, langnum) & 0x00FF); } } } // convert null terminated string to have intial capital void mkinitcap(char * p, const struct cs_info * csconv) { if (*p != '\0') *p = csconv[((unsigned char)*p)].cupper; } #ifndef MOZILLA_CLIENT // convert null terminated string to all caps using encoding void enmkallcap(char * d, const char * p, const char * encoding) { struct cs_info * csconv = get_current_cs(encoding); while (*p != '\0') { *d++ = csconv[((unsigned char) *p)].cupper; p++; } *d = '\0'; } // convert null terminated string to all little using encoding void enmkallsmall(char * d, const char * p, const char * encoding) { struct cs_info * csconv = get_current_cs(encoding); while (*p != '\0') { *d++ = csconv[((unsigned char) *p)].clower; p++; } *d = '\0'; } // convert null terminated string to have intial capital using encoding void enmkinitcap(char * d, const char * p, const char * encoding) { struct cs_info * csconv = get_current_cs(encoding); memcpy(d,p,(strlen(p)+1)); if (*p != '\0') *d= csconv[((unsigned char)*p)].cupper; } // conversion function for protected memory void store_pointer(char * dest, char * source) { memcpy(dest, &source, sizeof(char *)); } // conversion function for protected memory char * get_stored_pointer(char * s) { char * p; memcpy(&p, s, sizeof(char *)); return p; } // these are simple character mappings for the // encodings supported // supplying isupper, tolower, and toupper struct cs_info iso1_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso2_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xb1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x01, 0xb3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x01, 0xb5, 0xa5 }, { 0x01, 0xb6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x01, 0xb9, 0xa9 }, { 0x01, 0xba, 0xaa }, { 0x01, 0xbb, 0xab }, { 0x01, 0xbc, 0xac }, { 0x00, 0xad, 0xad }, { 0x01, 0xbe, 0xae }, { 0x01, 0xbf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xa1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xa3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xa5 }, { 0x00, 0xb6, 0xa6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xa9 }, { 0x00, 0xba, 0xaa }, { 0x00, 0xbb, 0xab }, { 0x00, 0xbc, 0xac }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xae }, { 0x00, 0xbf, 0xaf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso3_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xb1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x01, 0xb6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x01, 0x69, 0xa9 }, { 0x01, 0xba, 0xaa }, { 0x01, 0xbb, 0xab }, { 0x01, 0xbc, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x01, 0xbf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xa1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xa6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0x49 }, { 0x00, 0xba, 0xaa }, { 0x00, 0xbb, 0xab }, { 0x00, 0xbc, 0xac }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xaf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x00, 0xc3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x00, 0xd0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xe3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso4_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xb1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x01, 0xb3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x01, 0xb5, 0xa5 }, { 0x01, 0xb6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x01, 0xb9, 0xa9 }, { 0x01, 0xba, 0xaa }, { 0x01, 0xbb, 0xab }, { 0x01, 0xbc, 0xac }, { 0x00, 0xad, 0xad }, { 0x01, 0xbe, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xa1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xa3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xa5 }, { 0x00, 0xb6, 0xa6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xa9 }, { 0x00, 0xba, 0xaa }, { 0x00, 0xbb, 0xab }, { 0x00, 0xbc, 0xac }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xae }, { 0x00, 0xbf, 0xbf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso5_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xf1, 0xa1 }, { 0x01, 0xf2, 0xa2 }, { 0x01, 0xf3, 0xa3 }, { 0x01, 0xf4, 0xa4 }, { 0x01, 0xf5, 0xa5 }, { 0x01, 0xf6, 0xa6 }, { 0x01, 0xf7, 0xa7 }, { 0x01, 0xf8, 0xa8 }, { 0x01, 0xf9, 0xa9 }, { 0x01, 0xfa, 0xaa }, { 0x01, 0xfb, 0xab }, { 0x01, 0xfc, 0xac }, { 0x00, 0xad, 0xad }, { 0x01, 0xfe, 0xae }, { 0x01, 0xff, 0xaf }, { 0x01, 0xd0, 0xb0 }, { 0x01, 0xd1, 0xb1 }, { 0x01, 0xd2, 0xb2 }, { 0x01, 0xd3, 0xb3 }, { 0x01, 0xd4, 0xb4 }, { 0x01, 0xd5, 0xb5 }, { 0x01, 0xd6, 0xb6 }, { 0x01, 0xd7, 0xb7 }, { 0x01, 0xd8, 0xb8 }, { 0x01, 0xd9, 0xb9 }, { 0x01, 0xda, 0xba }, { 0x01, 0xdb, 0xbb }, { 0x01, 0xdc, 0xbc }, { 0x01, 0xdd, 0xbd }, { 0x01, 0xde, 0xbe }, { 0x01, 0xdf, 0xbf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x00, 0xd0, 0xb0 }, { 0x00, 0xd1, 0xb1 }, { 0x00, 0xd2, 0xb2 }, { 0x00, 0xd3, 0xb3 }, { 0x00, 0xd4, 0xb4 }, { 0x00, 0xd5, 0xb5 }, { 0x00, 0xd6, 0xb6 }, { 0x00, 0xd7, 0xb7 }, { 0x00, 0xd8, 0xb8 }, { 0x00, 0xd9, 0xb9 }, { 0x00, 0xda, 0xba }, { 0x00, 0xdb, 0xbb }, { 0x00, 0xdc, 0xbc }, { 0x00, 0xdd, 0xbd }, { 0x00, 0xde, 0xbe }, { 0x00, 0xdf, 0xbf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xa1 }, { 0x00, 0xf2, 0xa2 }, { 0x00, 0xf3, 0xa3 }, { 0x00, 0xf4, 0xa4 }, { 0x00, 0xf5, 0xa5 }, { 0x00, 0xf6, 0xa6 }, { 0x00, 0xf7, 0xa7 }, { 0x00, 0xf8, 0xa8 }, { 0x00, 0xf9, 0xa9 }, { 0x00, 0xfa, 0xaa }, { 0x00, 0xfb, 0xab }, { 0x00, 0xfc, 0xac }, { 0x00, 0xfd, 0xfd }, { 0x00, 0xfe, 0xae }, { 0x00, 0xff, 0xaf } }; struct cs_info iso6_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xc0 }, { 0x00, 0xc1, 0xc1 }, { 0x00, 0xc2, 0xc2 }, { 0x00, 0xc3, 0xc3 }, { 0x00, 0xc4, 0xc4 }, { 0x00, 0xc5, 0xc5 }, { 0x00, 0xc6, 0xc6 }, { 0x00, 0xc7, 0xc7 }, { 0x00, 0xc8, 0xc8 }, { 0x00, 0xc9, 0xc9 }, { 0x00, 0xca, 0xca }, { 0x00, 0xcb, 0xcb }, { 0x00, 0xcc, 0xcc }, { 0x00, 0xcd, 0xcd }, { 0x00, 0xce, 0xce }, { 0x00, 0xcf, 0xcf }, { 0x00, 0xd0, 0xd0 }, { 0x00, 0xd1, 0xd1 }, { 0x00, 0xd2, 0xd2 }, { 0x00, 0xd3, 0xd3 }, { 0x00, 0xd4, 0xd4 }, { 0x00, 0xd5, 0xd5 }, { 0x00, 0xd6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x00, 0xd8, 0xd8 }, { 0x00, 0xd9, 0xd9 }, { 0x00, 0xda, 0xda }, { 0x00, 0xdb, 0xdb }, { 0x00, 0xdc, 0xdc }, { 0x00, 0xdd, 0xdd }, { 0x00, 0xde, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xe0 }, { 0x00, 0xe1, 0xe1 }, { 0x00, 0xe2, 0xe2 }, { 0x00, 0xe3, 0xe3 }, { 0x00, 0xe4, 0xe4 }, { 0x00, 0xe5, 0xe5 }, { 0x00, 0xe6, 0xe6 }, { 0x00, 0xe7, 0xe7 }, { 0x00, 0xe8, 0xe8 }, { 0x00, 0xe9, 0xe9 }, { 0x00, 0xea, 0xea }, { 0x00, 0xeb, 0xeb }, { 0x00, 0xec, 0xec }, { 0x00, 0xed, 0xed }, { 0x00, 0xee, 0xee }, { 0x00, 0xef, 0xef }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xf1 }, { 0x00, 0xf2, 0xf2 }, { 0x00, 0xf3, 0xf3 }, { 0x00, 0xf4, 0xf4 }, { 0x00, 0xf5, 0xf5 }, { 0x00, 0xf6, 0xf6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xf8 }, { 0x00, 0xf9, 0xf9 }, { 0x00, 0xfa, 0xfa }, { 0x00, 0xfb, 0xfb }, { 0x00, 0xfc, 0xfc }, { 0x00, 0xfd, 0xfd }, { 0x00, 0xfe, 0xfe }, { 0x00, 0xff, 0xff } }; struct cs_info iso7_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x01, 0xdc, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x01, 0xdd, 0xb8 }, { 0x01, 0xde, 0xb9 }, { 0x01, 0xdf, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x01, 0xfc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x01, 0xfd, 0xbe }, { 0x01, 0xfe, 0xbf }, { 0x00, 0xc0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x00, 0xd2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x01, 0xf7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x00, 0xdc, 0xb6 }, { 0x00, 0xdd, 0xb8 }, { 0x00, 0xde, 0xb9 }, { 0x00, 0xdf, 0xba }, { 0x00, 0xe0, 0xe0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd3 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xd7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xbc }, { 0x00, 0xfd, 0xbe }, { 0x00, 0xfe, 0xbf }, { 0x00, 0xff, 0xff } }; struct cs_info iso8_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xc0 }, { 0x00, 0xc1, 0xc1 }, { 0x00, 0xc2, 0xc2 }, { 0x00, 0xc3, 0xc3 }, { 0x00, 0xc4, 0xc4 }, { 0x00, 0xc5, 0xc5 }, { 0x00, 0xc6, 0xc6 }, { 0x00, 0xc7, 0xc7 }, { 0x00, 0xc8, 0xc8 }, { 0x00, 0xc9, 0xc9 }, { 0x00, 0xca, 0xca }, { 0x00, 0xcb, 0xcb }, { 0x00, 0xcc, 0xcc }, { 0x00, 0xcd, 0xcd }, { 0x00, 0xce, 0xce }, { 0x00, 0xcf, 0xcf }, { 0x00, 0xd0, 0xd0 }, { 0x00, 0xd1, 0xd1 }, { 0x00, 0xd2, 0xd2 }, { 0x00, 0xd3, 0xd3 }, { 0x00, 0xd4, 0xd4 }, { 0x00, 0xd5, 0xd5 }, { 0x00, 0xd6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x00, 0xd8, 0xd8 }, { 0x00, 0xd9, 0xd9 }, { 0x00, 0xda, 0xda }, { 0x00, 0xdb, 0xdb }, { 0x00, 0xdc, 0xdc }, { 0x00, 0xdd, 0xdd }, { 0x00, 0xde, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xe0 }, { 0x00, 0xe1, 0xe1 }, { 0x00, 0xe2, 0xe2 }, { 0x00, 0xe3, 0xe3 }, { 0x00, 0xe4, 0xe4 }, { 0x00, 0xe5, 0xe5 }, { 0x00, 0xe6, 0xe6 }, { 0x00, 0xe7, 0xe7 }, { 0x00, 0xe8, 0xe8 }, { 0x00, 0xe9, 0xe9 }, { 0x00, 0xea, 0xea }, { 0x00, 0xeb, 0xeb }, { 0x00, 0xec, 0xec }, { 0x00, 0xed, 0xed }, { 0x00, 0xee, 0xee }, { 0x00, 0xef, 0xef }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xf1 }, { 0x00, 0xf2, 0xf2 }, { 0x00, 0xf3, 0xf3 }, { 0x00, 0xf4, 0xf4 }, { 0x00, 0xf5, 0xf5 }, { 0x00, 0xf6, 0xf6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xf8 }, { 0x00, 0xf9, 0xf9 }, { 0x00, 0xfa, 0xfa }, { 0x00, 0xfb, 0xfb }, { 0x00, 0xfc, 0xfc }, { 0x00, 0xfd, 0xfd }, { 0x00, 0xfe, 0xfe }, { 0x00, 0xff, 0xff } }; struct cs_info iso9_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0xfd, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0xdd }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0x69, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0x49 }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso10_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xc0 }, { 0x00, 0xc1, 0xc1 }, { 0x00, 0xc2, 0xc2 }, { 0x00, 0xc3, 0xc3 }, { 0x00, 0xc4, 0xc4 }, { 0x00, 0xc5, 0xc5 }, { 0x00, 0xc6, 0xc6 }, { 0x00, 0xc7, 0xc7 }, { 0x00, 0xc8, 0xc8 }, { 0x00, 0xc9, 0xc9 }, { 0x00, 0xca, 0xca }, { 0x00, 0xcb, 0xcb }, { 0x00, 0xcc, 0xcc }, { 0x00, 0xcd, 0xcd }, { 0x00, 0xce, 0xce }, { 0x00, 0xcf, 0xcf }, { 0x00, 0xd0, 0xd0 }, { 0x00, 0xd1, 0xd1 }, { 0x00, 0xd2, 0xd2 }, { 0x00, 0xd3, 0xd3 }, { 0x00, 0xd4, 0xd4 }, { 0x00, 0xd5, 0xd5 }, { 0x00, 0xd6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x00, 0xd8, 0xd8 }, { 0x00, 0xd9, 0xd9 }, { 0x00, 0xda, 0xda }, { 0x00, 0xdb, 0xdb }, { 0x00, 0xdc, 0xdc }, { 0x00, 0xdd, 0xdd }, { 0x00, 0xde, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xe0 }, { 0x00, 0xe1, 0xe1 }, { 0x00, 0xe2, 0xe2 }, { 0x00, 0xe3, 0xe3 }, { 0x00, 0xe4, 0xe4 }, { 0x00, 0xe5, 0xe5 }, { 0x00, 0xe6, 0xe6 }, { 0x00, 0xe7, 0xe7 }, { 0x00, 0xe8, 0xe8 }, { 0x00, 0xe9, 0xe9 }, { 0x00, 0xea, 0xea }, { 0x00, 0xeb, 0xeb }, { 0x00, 0xec, 0xec }, { 0x00, 0xed, 0xed }, { 0x00, 0xee, 0xee }, { 0x00, 0xef, 0xef }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xf1 }, { 0x00, 0xf2, 0xf2 }, { 0x00, 0xf3, 0xf3 }, { 0x00, 0xf4, 0xf4 }, { 0x00, 0xf5, 0xf5 }, { 0x00, 0xf6, 0xf6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xf8 }, { 0x00, 0xf9, 0xf9 }, { 0x00, 0xfa, 0xfa }, { 0x00, 0xfb, 0xfb }, { 0x00, 0xfc, 0xfc }, { 0x00, 0xfd, 0xfd }, { 0x00, 0xfe, 0xfe }, { 0x00, 0xff, 0xff } }; struct cs_info koi8r_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xb3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x01, 0xa3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xe0 }, { 0x00, 0xc1, 0xe1 }, { 0x00, 0xc2, 0xe2 }, { 0x00, 0xc3, 0xe3 }, { 0x00, 0xc4, 0xe4 }, { 0x00, 0xc5, 0xe5 }, { 0x00, 0xc6, 0xe6 }, { 0x00, 0xc7, 0xe7 }, { 0x00, 0xc8, 0xe8 }, { 0x00, 0xc9, 0xe9 }, { 0x00, 0xca, 0xea }, { 0x00, 0xcb, 0xeb }, { 0x00, 0xcc, 0xec }, { 0x00, 0xcd, 0xed }, { 0x00, 0xce, 0xee }, { 0x00, 0xcf, 0xef }, { 0x00, 0xd0, 0xf0 }, { 0x00, 0xd1, 0xf1 }, { 0x00, 0xd2, 0xf2 }, { 0x00, 0xd3, 0xf3 }, { 0x00, 0xd4, 0xf4 }, { 0x00, 0xd5, 0xf5 }, { 0x00, 0xd6, 0xf6 }, { 0x00, 0xd7, 0xf7 }, { 0x00, 0xd8, 0xf8 }, { 0x00, 0xd9, 0xf9 }, { 0x00, 0xda, 0xfa }, { 0x00, 0xdb, 0xfb }, { 0x00, 0xdc, 0xfc }, { 0x00, 0xdd, 0xfd }, { 0x00, 0xde, 0xfe }, { 0x00, 0xdf, 0xff }, { 0x01, 0xc0, 0xe0 }, { 0x01, 0xc1, 0xe1 }, { 0x01, 0xc2, 0xe2 }, { 0x01, 0xc3, 0xe3 }, { 0x01, 0xc4, 0xe4 }, { 0x01, 0xc5, 0xe5 }, { 0x01, 0xc6, 0xe6 }, { 0x01, 0xc7, 0xe7 }, { 0x01, 0xc8, 0xe8 }, { 0x01, 0xc9, 0xe9 }, { 0x01, 0xca, 0xea }, { 0x01, 0xcb, 0xeb }, { 0x01, 0xcc, 0xec }, { 0x01, 0xcd, 0xed }, { 0x01, 0xce, 0xee }, { 0x01, 0xcf, 0xef }, { 0x01, 0xd0, 0xf0 }, { 0x01, 0xd1, 0xf1 }, { 0x01, 0xd2, 0xf2 }, { 0x01, 0xd3, 0xf3 }, { 0x01, 0xd4, 0xf4 }, { 0x01, 0xd5, 0xf5 }, { 0x01, 0xd6, 0xf6 }, { 0x01, 0xd7, 0xf7 }, { 0x01, 0xd8, 0xf8 }, { 0x01, 0xd9, 0xf9 }, { 0x01, 0xda, 0xfa }, { 0x01, 0xdb, 0xfb }, { 0x01, 0xdc, 0xfc }, { 0x01, 0xdd, 0xfd }, { 0x01, 0xde, 0xfe }, { 0x01, 0xdf, 0xff } }; struct cs_info koi8u_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xb3 }, { 0x00, 0xa4, 0xb4 }, /* ie */ { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xb6 }, /* i */ { 0x00, 0xa7, 0xb7 }, /* ii */ { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xbd }, /* g'' */ { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x01, 0xa3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, /* IE */ { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, /* I */ { 0x00, 0xb7, 0xb7 }, /* II */ { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xe0 }, { 0x00, 0xc1, 0xe1 }, { 0x00, 0xc2, 0xe2 }, { 0x00, 0xc3, 0xe3 }, { 0x00, 0xc4, 0xe4 }, { 0x00, 0xc5, 0xe5 }, { 0x00, 0xc6, 0xe6 }, { 0x00, 0xc7, 0xe7 }, { 0x00, 0xc8, 0xe8 }, { 0x00, 0xc9, 0xe9 }, { 0x00, 0xca, 0xea }, { 0x00, 0xcb, 0xeb }, { 0x00, 0xcc, 0xec }, { 0x00, 0xcd, 0xed }, { 0x00, 0xce, 0xee }, { 0x00, 0xcf, 0xef }, { 0x00, 0xd0, 0xf0 }, { 0x00, 0xd1, 0xf1 }, { 0x00, 0xd2, 0xf2 }, { 0x00, 0xd3, 0xf3 }, { 0x00, 0xd4, 0xf4 }, { 0x00, 0xd5, 0xf5 }, { 0x00, 0xd6, 0xf6 }, { 0x00, 0xd7, 0xf7 }, { 0x00, 0xd8, 0xf8 }, { 0x00, 0xd9, 0xf9 }, { 0x00, 0xda, 0xfa }, { 0x00, 0xdb, 0xfb }, { 0x00, 0xdc, 0xfc }, { 0x00, 0xdd, 0xfd }, { 0x00, 0xde, 0xfe }, { 0x00, 0xdf, 0xff }, { 0x01, 0xc0, 0xe0 }, { 0x01, 0xc1, 0xe1 }, { 0x01, 0xc2, 0xe2 }, { 0x01, 0xc3, 0xe3 }, { 0x01, 0xc4, 0xe4 }, { 0x01, 0xc5, 0xe5 }, { 0x01, 0xc6, 0xe6 }, { 0x01, 0xc7, 0xe7 }, { 0x01, 0xc8, 0xe8 }, { 0x01, 0xc9, 0xe9 }, { 0x01, 0xca, 0xea }, { 0x01, 0xcb, 0xeb }, { 0x01, 0xcc, 0xec }, { 0x01, 0xcd, 0xed }, { 0x01, 0xce, 0xee }, { 0x01, 0xcf, 0xef }, { 0x01, 0xd0, 0xf0 }, { 0x01, 0xd1, 0xf1 }, { 0x01, 0xd2, 0xf2 }, { 0x01, 0xd3, 0xf3 }, { 0x01, 0xd4, 0xf4 }, { 0x01, 0xd5, 0xf5 }, { 0x01, 0xd6, 0xf6 }, { 0x01, 0xd7, 0xf7 }, { 0x01, 0xd8, 0xf8 }, { 0x01, 0xd9, 0xf9 }, { 0x01, 0xda, 0xfa }, { 0x01, 0xdb, 0xfb }, { 0x01, 0xdc, 0xfc }, { 0x01, 0xdd, 0xfd }, { 0x01, 0xde, 0xfe }, { 0x01, 0xdf, 0xff } }; struct cs_info cp1251_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x01, 0x90, 0x80 }, { 0x01, 0x83, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x81 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x01, 0x9a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x01, 0x9c, 0x8c }, { 0x01, 0x9d, 0x8d }, { 0x01, 0x9e, 0x8e }, { 0x01, 0x9f, 0x8f }, { 0x00, 0x90, 0x80 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x8a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x8c }, { 0x00, 0x9d, 0x8d }, { 0x00, 0x9e, 0x8e }, { 0x00, 0x9f, 0x8f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xa2, 0xa1 }, { 0x00, 0xa2, 0xa1 }, { 0x01, 0xbc, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x01, 0xb4, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x01, 0xb8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x01, 0xba, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x01, 0xbf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x01, 0xb3, 0xb2 }, { 0x00, 0xb3, 0xb2 }, { 0x00, 0xb4, 0xa5 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xa8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xaa }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xa3 }, { 0x01, 0xbe, 0xbd }, { 0x00, 0xbe, 0xbd }, { 0x00, 0xbf, 0xaf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x01, 0xf7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x01, 0xff, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xd7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xdf } }; struct cs_info iso13_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0A, 0x0A }, { 0x00, 0x0B, 0x0B }, { 0x00, 0x0C, 0x0C }, { 0x00, 0x0D, 0x0D }, { 0x00, 0x0E, 0x0E }, { 0x00, 0x0F, 0x0F }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1A, 0x1A }, { 0x00, 0x1B, 0x1B }, { 0x00, 0x1C, 0x1C }, { 0x00, 0x1D, 0x1D }, { 0x00, 0x1E, 0x1E }, { 0x00, 0x1F, 0x1F }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2A, 0x2A }, { 0x00, 0x2B, 0x2B }, { 0x00, 0x2C, 0x2C }, { 0x00, 0x2D, 0x2D }, { 0x00, 0x2E, 0x2E }, { 0x00, 0x2F, 0x2F }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3A, 0x3A }, { 0x00, 0x3B, 0x3B }, { 0x00, 0x3C, 0x3C }, { 0x00, 0x3D, 0x3D }, { 0x00, 0x3E, 0x3E }, { 0x00, 0x3F, 0x3F }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6A, 0x4A }, { 0x01, 0x6B, 0x4B }, { 0x01, 0x6C, 0x4C }, { 0x01, 0x6D, 0x4D }, { 0x01, 0x6E, 0x4E }, { 0x01, 0x6F, 0x4F }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7A, 0x5A }, { 0x00, 0x5B, 0x5B }, { 0x00, 0x5C, 0x5C }, { 0x00, 0x5D, 0x5D }, { 0x00, 0x5E, 0x5E }, { 0x00, 0x5F, 0x5F }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6A, 0x4A }, { 0x00, 0x6B, 0x4B }, { 0x00, 0x6C, 0x4C }, { 0x00, 0x6D, 0x4D }, { 0x00, 0x6E, 0x4E }, { 0x00, 0x6F, 0x4F }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7A, 0x5A }, { 0x00, 0x7B, 0x7B }, { 0x00, 0x7C, 0x7C }, { 0x00, 0x7D, 0x7D }, { 0x00, 0x7E, 0x7E }, { 0x00, 0x7F, 0x7F }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8A, 0x8A }, { 0x00, 0x8B, 0x8B }, { 0x00, 0x8C, 0x8C }, { 0x00, 0x8D, 0x8D }, { 0x00, 0x8E, 0x8E }, { 0x00, 0x8F, 0x8F }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9A, 0x9A }, { 0x00, 0x9B, 0x9B }, { 0x00, 0x9C, 0x9C }, { 0x00, 0x9D, 0x9D }, { 0x00, 0x9E, 0x9E }, { 0x00, 0x9F, 0x9F }, { 0x00, 0xA0, 0xA0 }, { 0x00, 0xA1, 0xA1 }, { 0x00, 0xA2, 0xA2 }, { 0x00, 0xA3, 0xA3 }, { 0x00, 0xA4, 0xA4 }, { 0x00, 0xA5, 0xA5 }, { 0x00, 0xA6, 0xA6 }, { 0x00, 0xA7, 0xA7 }, { 0x01, 0xB8, 0xA8 }, { 0x00, 0xA9, 0xA9 }, { 0x01, 0xBA, 0xAA }, { 0x00, 0xAB, 0xAB }, { 0x00, 0xAC, 0xAC }, { 0x00, 0xAD, 0xAD }, { 0x00, 0xAE, 0xAE }, { 0x01, 0xBF, 0xAF }, { 0x00, 0xB0, 0xB0 }, { 0x00, 0xB1, 0xB1 }, { 0x00, 0xB2, 0xB2 }, { 0x00, 0xB3, 0xB3 }, { 0x00, 0xB4, 0xB4 }, { 0x00, 0xB5, 0xB5 }, { 0x00, 0xB6, 0xB6 }, { 0x00, 0xB7, 0xB7 }, { 0x00, 0xB8, 0xA8 }, { 0x00, 0xB9, 0xB9 }, { 0x00, 0xBA, 0xAA }, { 0x00, 0xBB, 0xBB }, { 0x00, 0xBC, 0xBC }, { 0x00, 0xBD, 0xBD }, { 0x00, 0xBE, 0xBE }, { 0x00, 0xBF, 0xAF }, { 0x01, 0xE0, 0xC0 }, { 0x01, 0xE1, 0xC1 }, { 0x01, 0xE2, 0xC2 }, { 0x01, 0xE3, 0xC3 }, { 0x01, 0xE4, 0xC4 }, { 0x01, 0xE5, 0xC5 }, { 0x01, 0xE6, 0xC6 }, { 0x01, 0xE7, 0xC7 }, { 0x01, 0xE8, 0xC8 }, { 0x01, 0xE9, 0xC9 }, { 0x01, 0xEA, 0xCA }, { 0x01, 0xEB, 0xCB }, { 0x01, 0xEC, 0xCC }, { 0x01, 0xED, 0xCD }, { 0x01, 0xEE, 0xCE }, { 0x01, 0xEF, 0xCF }, { 0x01, 0xF0, 0xD0 }, { 0x01, 0xF1, 0xD1 }, { 0x01, 0xF2, 0xD2 }, { 0x01, 0xF3, 0xD3 }, { 0x01, 0xF4, 0xD4 }, { 0x01, 0xF5, 0xD5 }, { 0x01, 0xF6, 0xD6 }, { 0x00, 0xD7, 0xD7 }, { 0x01, 0xF8, 0xD8 }, { 0x01, 0xF9, 0xD9 }, { 0x01, 0xFA, 0xDA }, { 0x01, 0xFB, 0xDB }, { 0x01, 0xFC, 0xDC }, { 0x01, 0xFD, 0xDD }, { 0x01, 0xFE, 0xDE }, { 0x00, 0xDF, 0xDF }, { 0x00, 0xE0, 0xC0 }, { 0x00, 0xE1, 0xC1 }, { 0x00, 0xE2, 0xC2 }, { 0x00, 0xE3, 0xC3 }, { 0x00, 0xE4, 0xC4 }, { 0x00, 0xE5, 0xC5 }, { 0x00, 0xE6, 0xC6 }, { 0x00, 0xE7, 0xC7 }, { 0x00, 0xE8, 0xC8 }, { 0x00, 0xE9, 0xC9 }, { 0x00, 0xEA, 0xCA }, { 0x00, 0xEB, 0xCB }, { 0x00, 0xEC, 0xCC }, { 0x00, 0xED, 0xCD }, { 0x00, 0xEE, 0xCE }, { 0x00, 0xEF, 0xCF }, { 0x00, 0xF0, 0xD0 }, { 0x00, 0xF1, 0xD1 }, { 0x00, 0xF2, 0xD2 }, { 0x00, 0xF3, 0xD3 }, { 0x00, 0xF4, 0xD4 }, { 0x00, 0xF5, 0xD5 }, { 0x00, 0xF6, 0xD6 }, { 0x00, 0xF7, 0xF7 }, { 0x00, 0xF8, 0xD8 }, { 0x00, 0xF9, 0xD9 }, { 0x00, 0xFA, 0xDA }, { 0x00, 0xFB, 0xDB }, { 0x00, 0xFC, 0xDC }, { 0x00, 0xFD, 0xDD }, { 0x00, 0xFE, 0xDE }, { 0x00, 0xFF, 0xFF } }; struct cs_info iso14_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x01, 0xa2, 0xa1 }, { 0x00, 0xa2, 0xa1 }, { 0x00, 0xa3, 0xa3 }, { 0x01, 0xa5, 0xa4 }, { 0x00, 0xa5, 0xa4 }, { 0x01, 0xa6, 0xab }, { 0x00, 0xa7, 0xa7 }, { 0x01, 0xb8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x01, 0xba, 0xaa }, { 0x00, 0xab, 0xa6 }, { 0x01, 0xbc, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x01, 0xff, 0xaf }, { 0x01, 0xb1, 0xb0 }, { 0x00, 0xb1, 0xb0 }, { 0x01, 0xb3, 0xb2 }, { 0x00, 0xb3, 0xb2 }, { 0x01, 0xb5, 0xb4 }, { 0x00, 0xb5, 0xb4 }, { 0x00, 0xb6, 0xb6 }, { 0x01, 0xb9, 0xb7 }, { 0x00, 0xb8, 0xa8 }, { 0x00, 0xb9, 0xb6 }, { 0x00, 0xba, 0xaa }, { 0x01, 0xbf, 0xbb }, { 0x00, 0xbc, 0xac }, { 0x01, 0xbe, 0xbd }, { 0x00, 0xbe, 0xbd }, { 0x00, 0xbf, 0xbb }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x01, 0xf7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xd7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xff } }; struct cs_info iso15_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x01, 0xa8, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa6 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x01, 0xb8, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb4 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x01, 0xbd, 0xbc }, { 0x00, 0xbd, 0xbc }, { 0x01, 0xff, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x01, 0xe0, 0xc0 }, { 0x01, 0xe1, 0xc1 }, { 0x01, 0xe2, 0xc2 }, { 0x01, 0xe3, 0xc3 }, { 0x01, 0xe4, 0xc4 }, { 0x01, 0xe5, 0xc5 }, { 0x01, 0xe6, 0xc6 }, { 0x01, 0xe7, 0xc7 }, { 0x01, 0xe8, 0xc8 }, { 0x01, 0xe9, 0xc9 }, { 0x01, 0xea, 0xca }, { 0x01, 0xeb, 0xcb }, { 0x01, 0xec, 0xcc }, { 0x01, 0xed, 0xcd }, { 0x01, 0xee, 0xce }, { 0x01, 0xef, 0xcf }, { 0x01, 0xf0, 0xd0 }, { 0x01, 0xf1, 0xd1 }, { 0x01, 0xf2, 0xd2 }, { 0x01, 0xf3, 0xd3 }, { 0x01, 0xf4, 0xd4 }, { 0x01, 0xf5, 0xd5 }, { 0x01, 0xf6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x01, 0xf8, 0xd8 }, { 0x01, 0xf9, 0xd9 }, { 0x01, 0xfa, 0xda }, { 0x01, 0xfb, 0xdb }, { 0x01, 0xfc, 0xdc }, { 0x01, 0xfd, 0xdd }, { 0x01, 0xfe, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xc0 }, { 0x00, 0xe1, 0xc1 }, { 0x00, 0xe2, 0xc2 }, { 0x00, 0xe3, 0xc3 }, { 0x00, 0xe4, 0xc4 }, { 0x00, 0xe5, 0xc5 }, { 0x00, 0xe6, 0xc6 }, { 0x00, 0xe7, 0xc7 }, { 0x00, 0xe8, 0xc8 }, { 0x00, 0xe9, 0xc9 }, { 0x00, 0xea, 0xca }, { 0x00, 0xeb, 0xcb }, { 0x00, 0xec, 0xcc }, { 0x00, 0xed, 0xcd }, { 0x00, 0xee, 0xce }, { 0x00, 0xef, 0xcf }, { 0x00, 0xf0, 0xd0 }, { 0x00, 0xf1, 0xd1 }, { 0x00, 0xf2, 0xd2 }, { 0x00, 0xf3, 0xd3 }, { 0x00, 0xf4, 0xd4 }, { 0x00, 0xf5, 0xd5 }, { 0x00, 0xf6, 0xd6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xd8 }, { 0x00, 0xf9, 0xd9 }, { 0x00, 0xfa, 0xda }, { 0x00, 0xfb, 0xdb }, { 0x00, 0xfc, 0xdc }, { 0x00, 0xfd, 0xdd }, { 0x00, 0xfe, 0xde }, { 0x00, 0xff, 0xbe } }; struct cs_info iscii_devanagari_tbl[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x01, 0x01 }, { 0x00, 0x02, 0x02 }, { 0x00, 0x03, 0x03 }, { 0x00, 0x04, 0x04 }, { 0x00, 0x05, 0x05 }, { 0x00, 0x06, 0x06 }, { 0x00, 0x07, 0x07 }, { 0x00, 0x08, 0x08 }, { 0x00, 0x09, 0x09 }, { 0x00, 0x0a, 0x0a }, { 0x00, 0x0b, 0x0b }, { 0x00, 0x0c, 0x0c }, { 0x00, 0x0d, 0x0d }, { 0x00, 0x0e, 0x0e }, { 0x00, 0x0f, 0x0f }, { 0x00, 0x10, 0x10 }, { 0x00, 0x11, 0x11 }, { 0x00, 0x12, 0x12 }, { 0x00, 0x13, 0x13 }, { 0x00, 0x14, 0x14 }, { 0x00, 0x15, 0x15 }, { 0x00, 0x16, 0x16 }, { 0x00, 0x17, 0x17 }, { 0x00, 0x18, 0x18 }, { 0x00, 0x19, 0x19 }, { 0x00, 0x1a, 0x1a }, { 0x00, 0x1b, 0x1b }, { 0x00, 0x1c, 0x1c }, { 0x00, 0x1d, 0x1d }, { 0x00, 0x1e, 0x1e }, { 0x00, 0x1f, 0x1f }, { 0x00, 0x20, 0x20 }, { 0x00, 0x21, 0x21 }, { 0x00, 0x22, 0x22 }, { 0x00, 0x23, 0x23 }, { 0x00, 0x24, 0x24 }, { 0x00, 0x25, 0x25 }, { 0x00, 0x26, 0x26 }, { 0x00, 0x27, 0x27 }, { 0x00, 0x28, 0x28 }, { 0x00, 0x29, 0x29 }, { 0x00, 0x2a, 0x2a }, { 0x00, 0x2b, 0x2b }, { 0x00, 0x2c, 0x2c }, { 0x00, 0x2d, 0x2d }, { 0x00, 0x2e, 0x2e }, { 0x00, 0x2f, 0x2f }, { 0x00, 0x30, 0x30 }, { 0x00, 0x31, 0x31 }, { 0x00, 0x32, 0x32 }, { 0x00, 0x33, 0x33 }, { 0x00, 0x34, 0x34 }, { 0x00, 0x35, 0x35 }, { 0x00, 0x36, 0x36 }, { 0x00, 0x37, 0x37 }, { 0x00, 0x38, 0x38 }, { 0x00, 0x39, 0x39 }, { 0x00, 0x3a, 0x3a }, { 0x00, 0x3b, 0x3b }, { 0x00, 0x3c, 0x3c }, { 0x00, 0x3d, 0x3d }, { 0x00, 0x3e, 0x3e }, { 0x00, 0x3f, 0x3f }, { 0x00, 0x40, 0x40 }, { 0x01, 0x61, 0x41 }, { 0x01, 0x62, 0x42 }, { 0x01, 0x63, 0x43 }, { 0x01, 0x64, 0x44 }, { 0x01, 0x65, 0x45 }, { 0x01, 0x66, 0x46 }, { 0x01, 0x67, 0x47 }, { 0x01, 0x68, 0x48 }, { 0x01, 0x69, 0x49 }, { 0x01, 0x6a, 0x4a }, { 0x01, 0x6b, 0x4b }, { 0x01, 0x6c, 0x4c }, { 0x01, 0x6d, 0x4d }, { 0x01, 0x6e, 0x4e }, { 0x01, 0x6f, 0x4f }, { 0x01, 0x70, 0x50 }, { 0x01, 0x71, 0x51 }, { 0x01, 0x72, 0x52 }, { 0x01, 0x73, 0x53 }, { 0x01, 0x74, 0x54 }, { 0x01, 0x75, 0x55 }, { 0x01, 0x76, 0x56 }, { 0x01, 0x77, 0x57 }, { 0x01, 0x78, 0x58 }, { 0x01, 0x79, 0x59 }, { 0x01, 0x7a, 0x5a }, { 0x00, 0x5b, 0x5b }, { 0x00, 0x5c, 0x5c }, { 0x00, 0x5d, 0x5d }, { 0x00, 0x5e, 0x5e }, { 0x00, 0x5f, 0x5f }, { 0x00, 0x60, 0x60 }, { 0x00, 0x61, 0x41 }, { 0x00, 0x62, 0x42 }, { 0x00, 0x63, 0x43 }, { 0x00, 0x64, 0x44 }, { 0x00, 0x65, 0x45 }, { 0x00, 0x66, 0x46 }, { 0x00, 0x67, 0x47 }, { 0x00, 0x68, 0x48 }, { 0x00, 0x69, 0x49 }, { 0x00, 0x6a, 0x4a }, { 0x00, 0x6b, 0x4b }, { 0x00, 0x6c, 0x4c }, { 0x00, 0x6d, 0x4d }, { 0x00, 0x6e, 0x4e }, { 0x00, 0x6f, 0x4f }, { 0x00, 0x70, 0x50 }, { 0x00, 0x71, 0x51 }, { 0x00, 0x72, 0x52 }, { 0x00, 0x73, 0x53 }, { 0x00, 0x74, 0x54 }, { 0x00, 0x75, 0x55 }, { 0x00, 0x76, 0x56 }, { 0x00, 0x77, 0x57 }, { 0x00, 0x78, 0x58 }, { 0x00, 0x79, 0x59 }, { 0x00, 0x7a, 0x5a }, { 0x00, 0x7b, 0x7b }, { 0x00, 0x7c, 0x7c }, { 0x00, 0x7d, 0x7d }, { 0x00, 0x7e, 0x7e }, { 0x00, 0x7f, 0x7f }, { 0x00, 0x80, 0x80 }, { 0x00, 0x81, 0x81 }, { 0x00, 0x82, 0x82 }, { 0x00, 0x83, 0x83 }, { 0x00, 0x84, 0x84 }, { 0x00, 0x85, 0x85 }, { 0x00, 0x86, 0x86 }, { 0x00, 0x87, 0x87 }, { 0x00, 0x88, 0x88 }, { 0x00, 0x89, 0x89 }, { 0x00, 0x8a, 0x8a }, { 0x00, 0x8b, 0x8b }, { 0x00, 0x8c, 0x8c }, { 0x00, 0x8d, 0x8d }, { 0x00, 0x8e, 0x8e }, { 0x00, 0x8f, 0x8f }, { 0x00, 0x90, 0x90 }, { 0x00, 0x91, 0x91 }, { 0x00, 0x92, 0x92 }, { 0x00, 0x93, 0x93 }, { 0x00, 0x94, 0x94 }, { 0x00, 0x95, 0x95 }, { 0x00, 0x96, 0x96 }, { 0x00, 0x97, 0x97 }, { 0x00, 0x98, 0x98 }, { 0x00, 0x99, 0x99 }, { 0x00, 0x9a, 0x9a }, { 0x00, 0x9b, 0x9b }, { 0x00, 0x9c, 0x9c }, { 0x00, 0x9d, 0x9d }, { 0x00, 0x9e, 0x9e }, { 0x00, 0x9f, 0x9f }, { 0x00, 0xa0, 0xa0 }, { 0x00, 0xa1, 0xa1 }, { 0x00, 0xa2, 0xa2 }, { 0x00, 0xa3, 0xa3 }, { 0x00, 0xa4, 0xa4 }, { 0x00, 0xa5, 0xa5 }, { 0x00, 0xa6, 0xa6 }, { 0x00, 0xa7, 0xa7 }, { 0x00, 0xa8, 0xa8 }, { 0x00, 0xa9, 0xa9 }, { 0x00, 0xaa, 0xaa }, { 0x00, 0xab, 0xab }, { 0x00, 0xac, 0xac }, { 0x00, 0xad, 0xad }, { 0x00, 0xae, 0xae }, { 0x00, 0xaf, 0xaf }, { 0x00, 0xb0, 0xb0 }, { 0x00, 0xb1, 0xb1 }, { 0x00, 0xb2, 0xb2 }, { 0x00, 0xb3, 0xb3 }, { 0x00, 0xb4, 0xb4 }, { 0x00, 0xb5, 0xb5 }, { 0x00, 0xb6, 0xb6 }, { 0x00, 0xb7, 0xb7 }, { 0x00, 0xb8, 0xb8 }, { 0x00, 0xb9, 0xb9 }, { 0x00, 0xba, 0xba }, { 0x00, 0xbb, 0xbb }, { 0x00, 0xbc, 0xbc }, { 0x00, 0xbd, 0xbd }, { 0x00, 0xbe, 0xbe }, { 0x00, 0xbf, 0xbf }, { 0x00, 0xc0, 0xc0 }, { 0x00, 0xc1, 0xc1 }, { 0x00, 0xc2, 0xc2 }, { 0x00, 0xc3, 0xc3 }, { 0x00, 0xc4, 0xc4 }, { 0x00, 0xc5, 0xc5 }, { 0x00, 0xc6, 0xc6 }, { 0x00, 0xc7, 0xc7 }, { 0x00, 0xc8, 0xc8 }, { 0x00, 0xc9, 0xc9 }, { 0x00, 0xca, 0xca }, { 0x00, 0xcb, 0xcb }, { 0x00, 0xcc, 0xcc }, { 0x00, 0xcd, 0xcd }, { 0x00, 0xce, 0xce }, { 0x00, 0xcf, 0xcf }, { 0x00, 0xd0, 0xd0 }, { 0x00, 0xd1, 0xd1 }, { 0x00, 0xd2, 0xd2 }, { 0x00, 0xd3, 0xd3 }, { 0x00, 0xd4, 0xd4 }, { 0x00, 0xd5, 0xd5 }, { 0x00, 0xd6, 0xd6 }, { 0x00, 0xd7, 0xd7 }, { 0x00, 0xd8, 0xd8 }, { 0x00, 0xd9, 0xd9 }, { 0x00, 0xda, 0xda }, { 0x00, 0xdb, 0xdb }, { 0x00, 0xdc, 0xdc }, { 0x00, 0xdd, 0xdd }, { 0x00, 0xde, 0xde }, { 0x00, 0xdf, 0xdf }, { 0x00, 0xe0, 0xe0 }, { 0x00, 0xe1, 0xe1 }, { 0x00, 0xe2, 0xe2 }, { 0x00, 0xe3, 0xe3 }, { 0x00, 0xe4, 0xe4 }, { 0x00, 0xe5, 0xe5 }, { 0x00, 0xe6, 0xe6 }, { 0x00, 0xe7, 0xe7 }, { 0x00, 0xe8, 0xe8 }, { 0x00, 0xe9, 0xe9 }, { 0x00, 0xea, 0xea }, { 0x00, 0xeb, 0xeb }, { 0x00, 0xec, 0xec }, { 0x00, 0xed, 0xed }, { 0x00, 0xee, 0xee }, { 0x00, 0xef, 0xef }, { 0x00, 0xf0, 0xf0 }, { 0x00, 0xf1, 0xf1 }, { 0x00, 0xf2, 0xf2 }, { 0x00, 0xf3, 0xf3 }, { 0x00, 0xf4, 0xf4 }, { 0x00, 0xf5, 0xf5 }, { 0x00, 0xf6, 0xf6 }, { 0x00, 0xf7, 0xf7 }, { 0x00, 0xf8, 0xf8 }, { 0x00, 0xf9, 0xf9 }, { 0x00, 0xfa, 0xfa }, { 0x00, 0xfb, 0xfb }, { 0x00, 0xfc, 0xfc }, { 0x00, 0xfd, 0xfd }, { 0x00, 0xfe, 0xfe }, { 0x00, 0xff, 0xff } }; static struct enc_entry encds[] = { {"ISO8859-1",iso1_tbl}, {"ISO8859-2",iso2_tbl}, {"ISO8859-3",iso3_tbl}, {"ISO8859-4",iso4_tbl}, {"ISO8859-5",iso5_tbl}, {"ISO8859-6",iso6_tbl}, {"ISO8859-7",iso7_tbl}, {"ISO8859-8",iso8_tbl}, {"ISO8859-9",iso9_tbl}, {"ISO8859-10",iso10_tbl}, {"KOI8-R",koi8r_tbl}, {"KOI8-U",koi8u_tbl}, {"microsoft-cp1251",cp1251_tbl}, {"ISO8859-13", iso13_tbl}, {"ISO8859-14", iso14_tbl}, {"ISO8859-15", iso15_tbl}, {"ISCII-DEVANAGARI", iscii_devanagari_tbl} }; struct cs_info * get_current_cs(const char * es) { struct cs_info * ccs = encds[0].cs_table; int n = sizeof(encds) / sizeof(encds[0]); for (int i = 0; i < n; i++) { if (strcmp(es,encds[i].enc_name) == 0) { ccs = encds[i].cs_table; break; } } return ccs; } #else // XXX This function was rewritten for mozilla. Instead of storing the // conversion tables static in this file, create them when needed // with help the mozilla backend. struct cs_info * get_current_cs(const char * es) { struct cs_info *ccs; nsCOMPtr encoder; nsCOMPtr decoder; nsCOMPtr caseConv; nsresult rv; nsCOMPtr ccm = do_GetService(kCharsetConverterManagerCID, &rv); if (NS_FAILED(rv)) return nsnull; rv = ccm->GetUnicodeEncoder(es, getter_AddRefs(encoder)); if (encoder && NS_SUCCEEDED(rv)) encoder->SetOutputErrorBehavior(encoder->kOnError_Replace, nsnull, '?'); if (NS_FAILED(rv)) return nsnull; rv = ccm->GetUnicodeDecoder(es, getter_AddRefs(decoder)); caseConv = do_GetService(kUnicharUtilCID, &rv); if (NS_FAILED(rv)) return nsnull; ccs = (struct cs_info *) malloc(256 * sizeof(cs_info)); PRInt32 charLength = 256; PRInt32 uniLength = 512; char *source = (char *)malloc(charLength * sizeof(char)); PRUnichar *uni = (PRUnichar *)malloc(uniLength * sizeof(PRUnichar)); char *lower = (char *)malloc(charLength * sizeof(char)); char *upper = (char *)malloc(charLength * sizeof(char)); // Create a long string of all chars. unsigned int i; for (i = 0x00; i <= 0xff ; ++i) { source[i] = i; } // Convert this long string to unicode rv = decoder->Convert(source, &charLength, uni, &uniLength); // Do case conversion stuff, and convert back. caseConv->ToUpper(uni, uni, uniLength); encoder->Convert(uni, &uniLength, upper, &charLength); uniLength = 512; charLength = 256; rv = decoder->Convert(source, &charLength, uni, &uniLength); caseConv->ToLower(uni, uni, uniLength); encoder->Convert(uni, &uniLength, lower, &charLength); // Store for (i = 0x00; i <= 0xff ; ++i) { ccs[i].cupper = upper[i]; ccs[i].clower = lower[i]; if (ccs[i].clower != (unsigned char)i) ccs[i].ccase = true; else ccs[i].ccase = false; } free(source); free(uni); free(lower); free(upper); return ccs; } #endif // primitive isalpha() replacement for tokenization char * get_casechars(const char * enc) { struct cs_info * csconv = get_current_cs(enc); char expw[MAXLNLEN]; char * p = expw; for (int i = 0; i <= 255; i++) { if ((csconv[i].cupper != csconv[i].clower)) { *p = (char) i; p++; } } *p = '\0'; #ifdef MOZILLA_CLIENT delete csconv; #endif return mystrdup(expw); } struct lang_map lang2enc[] = { {"ar", "UTF-8", LANG_ar}, {"az", "UTF-8", LANG_az}, {"bg", "microsoft-cp1251", LANG_bg}, {"ca", "ISO8859-1", LANG_ca}, {"cs", "ISO8859-2", LANG_cs}, {"da", "ISO8859-1", LANG_da}, {"de", "ISO8859-1", LANG_de}, {"el", "ISO8859-7", LANG_el}, {"en", "ISO8859-1", LANG_en}, {"es", "ISO8859-1", LANG_es}, {"eu", "ISO8859-1", LANG_eu}, {"gl", "ISO8859-1", LANG_gl}, {"fr", "ISO8859-15", LANG_fr}, {"hr", "ISO8859-2", LANG_hr}, {"hu", "ISO8859-2", LANG_hu}, {"it", "ISO8859-1", LANG_it}, {"la", "ISO8859-1", LANG_la}, {"lv", "ISO8859-13", LANG_lv}, {"nl", "ISO8859-1", LANG_nl}, {"pl", "ISO8859-2", LANG_pl}, {"pt", "ISO8859-1", LANG_pt}, {"sv", "ISO8859-1", LANG_sv}, {"tr", "UTF-8", LANG_tr}, {"ru", "KOI8-R", LANG_ru}, {"uk", "KOI8-U", LANG_uk} }; const char * get_default_enc(const char * lang) { int n = sizeof(lang2enc) / sizeof(lang2enc[0]); for (int i = 0; i < n; i++) { if (strcmp(lang,lang2enc[i].lang) == 0) { return lang2enc[i].def_enc; } } return NULL; } int get_lang_num(const char * lang) { int n = sizeof(lang2enc) / sizeof(lang2enc[0]); for (int i = 0; i < n; i++) { if (strncmp(lang,lang2enc[i].lang,2) == 0) { return lang2enc[i].num; } } return LANG_xx; } #ifndef OPENOFFICEORG #ifndef MOZILLA_CLIENT int initialize_utf_tbl() { utf_tbl_count++; if (utf_tbl) return 0; utf_tbl = (unicode_info2 *) malloc(CONTSIZE * sizeof(unicode_info2)); if (utf_tbl) { int j; for (j = 0; j < CONTSIZE; j++) { utf_tbl[j].cletter = 0; utf_tbl[j].clower = (unsigned short) j; utf_tbl[j].cupper = (unsigned short) j; } for (j = 0; j < UTF_LST_LEN; j++) { utf_tbl[utf_lst[j].c].cletter = 1; utf_tbl[utf_lst[j].c].clower = utf_lst[j].clower; utf_tbl[utf_lst[j].c].cupper = utf_lst[j].cupper; } } else return 1; return 0; } #endif #endif void free_utf_tbl() { if (utf_tbl_count > 0) utf_tbl_count--; if (utf_tbl && (utf_tbl_count == 0)) { free(utf_tbl); utf_tbl = NULL; } } #ifdef MOZILLA_CLIENT static nsCOMPtr& getcaseConv() { nsresult rv; static nsCOMPtr caseConv = do_GetService(kUnicharUtilCID, &rv); return caseConv; } #endif unsigned short unicodetoupper(unsigned short c, int langnum) { // In Azeri and Turkish, I and i dictinct letters: // There are a dotless lower case i pair of upper `I', // and an upper I with dot pair of lower `i'. if (c == 0x0069 && ((langnum == LANG_az) || (langnum == LANG_tr))) return 0x0130; #ifdef OPENOFFICEORG return u_toupper(c); #else #ifdef MOZILLA_CLIENT PRUnichar ch2; getcaseConv()->ToUpper((PRUnichar) c, &ch2); return ch2; #else return (utf_tbl) ? utf_tbl[c].cupper : c; #endif #endif } unsigned short unicodetolower(unsigned short c, int langnum) { // In Azeri and Turkish, I and i dictinct letters: // There are a dotless lower case i pair of upper `I', // and an upper I with dot pair of lower `i'. if (c == 0x0049 && ((langnum == LANG_az) || (langnum == LANG_tr))) return 0x0131; #ifdef OPENOFFICEORG return u_tolower(c); #else #ifdef MOZILLA_CLIENT PRUnichar ch2; getcaseConv()->ToLower((PRUnichar) c, &ch2); return ch2; #else return (utf_tbl) ? utf_tbl[c].clower : c; #endif #endif } int unicodeisalpha(unsigned short c) { #ifdef OPENOFFICEORG return u_isalpha(c); #else return (utf_tbl) ? utf_tbl[c].cletter : 0; #endif } /* get type of capitalization */ int get_captype(char * word, int nl, cs_info * csconv) { // now determine the capitalization type of the first nl letters int ncap = 0; int nneutral = 0; int firstcap = 0; if (csconv == NULL) return NOCAP; for (char * q = word; *q != '\0'; q++) { if (csconv[*((unsigned char *)q)].ccase) ncap++; if (csconv[*((unsigned char *)q)].cupper == csconv[*((unsigned char *)q)].clower) nneutral++; } if (ncap) { firstcap = csconv[*((unsigned char *) word)].ccase; } // now finally set the captype if (ncap == 0) { return NOCAP; } else if ((ncap == 1) && firstcap) { return INITCAP; } else if ((ncap == nl) || ((ncap + nneutral) == nl)) { return ALLCAP; } else if ((ncap > 1) && firstcap) { return HUHINITCAP; } return HUHCAP; } int get_captype_utf8(w_char * word, int nl, int langnum) { // now determine the capitalization type of the first nl letters int ncap = 0; int nneutral = 0; int firstcap = 0; unsigned short idx; // don't check too long words if (nl >= MAXWORDLEN) return 0; // big Unicode character (non BMP area) if (nl == -1) return NOCAP; for (int i = 0; i < nl; i++) { idx = (word[i].h << 8) + word[i].l; if (idx != unicodetolower(idx, langnum)) ncap++; if (unicodetoupper(idx, langnum) == unicodetolower(idx, langnum)) nneutral++; } if (ncap) { idx = (word[0].h << 8) + word[0].l; firstcap = (idx != unicodetolower(idx, langnum)); } // now finally set the captype if (ncap == 0) { return NOCAP; } else if ((ncap == 1) && firstcap) { return INITCAP; } else if ((ncap == nl) || ((ncap + nneutral) == nl)) { return ALLCAP; } else if ((ncap > 1) && firstcap) { return HUHINITCAP; } return HUHCAP; } // strip all ignored characters in the string void remove_ignored_chars_utf(char * word, unsigned short ignored_chars[], int ignored_len) { w_char w[MAXWORDLEN]; w_char w2[MAXWORDLEN]; int i; int j; int len = u8_u16(w, MAXWORDLEN, word); for (i = 0, j = 0; i < len; i++) { if (!flag_bsearch(ignored_chars, ((unsigned short *) w)[i], ignored_len)) { w2[j] = w[i]; j++; } } if (j < i) u16_u8(word, MAXWORDUTF8LEN, w2, j); } // strip all ignored characters in the string void remove_ignored_chars(char * word, char * ignored_chars) { for (char * p = word; *p != '\0'; p++) { if (!strchr(ignored_chars, *p)) { *word = *p; word++; } } *word = '\0'; } int parse_string(char * line, char ** out, const char * warnvar) { char * tp = line; char * piece; int i = 0; int np = 0; if (*out) { HUNSPELL_WARNING(stderr, "error: duplicate %s line\n", warnvar); return 1; } piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { switch(i) { case 0: { np++; break; } case 1: { *out = mystrdup(piece); np++; break; } default: break; } i++; } // free(piece); piece = mystrsep(&tp, 0); } if (np != 2) { HUNSPELL_WARNING(stderr, "error: missing %s information\n", warnvar); return 1; } return 0; } int parse_array(char * line, char ** out, unsigned short ** out_utf16, int * out_utf16_len, const char * name, int utf8) { if (parse_string(line, out, name)) return 1; if (utf8) { w_char w[MAXWORDLEN]; int n = u8_u16(w, MAXWORDLEN, *out); if (n > 0) { flag_qsort((unsigned short *) w, 0, n); *out_utf16 = (unsigned short *) malloc(n * sizeof(unsigned short)); if (!*out_utf16) return 1; memcpy(*out_utf16, w, n * sizeof(unsigned short)); } *out_utf16_len = n; } return 0; } enchant-1.6.0/src/myspell/phonet.hxx0000664000076400007640000000300611355203721014371 00000000000000/* phonetic.c - generic replacement aglogithms for phonetic transformation Copyright (C) 2000 Bjoern Jacke This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation; This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; If not, see . Changelog: 2000-01-05 Bjoern Jacke Initial Release insprired by the article about phonetic transformations out of c't 25/1999 2007-07-26 Bjoern Jacke Released under MPL/GPL/LGPL tri-license for Hunspell 2007-08-23 Laszlo Nemeth Porting from Aspell to Hunspell using C-like structs */ #ifndef __PHONETHXX__ #define __PHONETHXX__ #define HASHSIZE 256 #define MAXPHONETLEN 256 #define MAXPHONETUTF8LEN (MAXPHONETLEN * 4) struct phonetable { char utf8; cs_info * lang; int num; char * * rules; int hash[HASHSIZE]; }; void init_phonet_hash(phonetable & parms); int phonet (const char * inword, char * target, int len, phonetable & phone); #endif enchant-1.6.0/src/myspell/README0000664000076400007640000000164111355203721013226 00000000000000Hunspell spell checker and morphological analyser library Documentation, tests, examples: http://hunspell.sourceforge.net Author of Hunspell: László Németh (nemethl (at) gyorsposta.hu) Hunspell based on OpenOffice.org's Myspell. MySpell's author: Kevin Hendricks (kevin.hendricks (at) sympatico.ca) License: GPL 2.0/LGPL 2.1/MPL 1.1 tri-license The contents of this library may be used under the terms of the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL", see http://gnu.org/copyleft/lesser.html) or the Mozilla Public License Version 1.1 or later (the "MPL", see http://mozilla.org/MPL/MPL-1.1.html). Software distributed under these licenses is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences for the specific language governing rights and limitations under the licenses. enchant-1.6.0/src/myspell/affentry.hxx0000664000076400007640000001047711355203721014724 00000000000000#ifndef _AFFIX_HXX_ #define _AFFIX_HXX_ #include "atypes.hxx" #include "baseaffix.hxx" #include "affixmgr.hxx" /* A Prefix Entry */ class PfxEntry : public AffEntry { AffixMgr* pmyMgr; PfxEntry * next; PfxEntry * nexteq; PfxEntry * nextne; PfxEntry * flgnxt; public: PfxEntry(AffixMgr* pmgr, affentry* dp ); ~PfxEntry(); inline bool allowCross() { return ((opts & aeXPRODUCT) != 0); } struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); char * check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); char * check_twosfx_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); inline FLAG getFlag() { return aflag; } inline const char * getKey() { return appnd; } char * add(const char * word, int len); inline short getKeyLen() { return appndl; } inline const char * getMorph() { return morphcode; } inline const unsigned short * getCont() { return contclass; } inline short getContLen() { return contclasslen; } inline PfxEntry * getNext() { return next; } inline PfxEntry * getNextNE() { return nextne; } inline PfxEntry * getNextEQ() { return nexteq; } inline PfxEntry * getFlgNxt() { return flgnxt; } inline void setNext(PfxEntry * ptr) { next = ptr; } inline void setNextNE(PfxEntry * ptr) { nextne = ptr; } inline void setNextEQ(PfxEntry * ptr) { nexteq = ptr; } inline void setFlgNxt(PfxEntry * ptr) { flgnxt = ptr; } inline char * nextchar(char * p); inline int test_condition(const char * st); }; /* A Suffix Entry */ class SfxEntry : public AffEntry { AffixMgr* pmyMgr; char * rappnd; SfxEntry * next; SfxEntry * nexteq; SfxEntry * nextne; SfxEntry * flgnxt; SfxEntry * l_morph; SfxEntry * r_morph; SfxEntry * eq_morph; public: SfxEntry(AffixMgr* pmgr, affentry* dp ); ~SfxEntry(); inline bool allowCross() { return ((opts & aeXPRODUCT) != 0); } struct hentry * checkword(const char * word, int len, int optflags, AffEntry* ppfx, char ** wlst, int maxSug, int * ns, // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); struct hentry * check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = NULL); char * check_twosfx_morph(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag = FLAG_NULL); struct hentry * get_next_homonym(struct hentry * he); struct hentry * get_next_homonym(struct hentry * word, int optflags, AffEntry* ppfx, const FLAG cclass, const FLAG needflag); inline FLAG getFlag() { return aflag; } inline const char * getKey() { return rappnd; } char * add(const char * word, int len); inline const char * getMorph() { return morphcode; } inline const unsigned short * getCont() { return contclass; } inline short getContLen() { return contclasslen; } inline const char * getAffix() { return appnd; } inline short getKeyLen() { return appndl; } inline SfxEntry * getNext() { return next; } inline SfxEntry * getNextNE() { return nextne; } inline SfxEntry * getNextEQ() { return nexteq; } inline SfxEntry * getLM() { return l_morph; } inline SfxEntry * getRM() { return r_morph; } inline SfxEntry * getEQM() { return eq_morph; } inline SfxEntry * getFlgNxt() { return flgnxt; } inline void setNext(SfxEntry * ptr) { next = ptr; } inline void setNextNE(SfxEntry * ptr) { nextne = ptr; } inline void setNextEQ(SfxEntry * ptr) { nexteq = ptr; } inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; } inline char * nextchar(char * p); inline int test_condition(const char * st, const char * begin); }; #endif enchant-1.6.0/src/myspell/hashmgr.hxx0000664000076400007640000000421711355203721014532 00000000000000#ifndef _HASHMGR_HXX_ #define _HASHMGR_HXX_ #ifndef MOZILLA_CLIENT #include #else #include #endif #include "htypes.hxx" #include "filemgr.hxx" enum flag { FLAG_CHAR, FLAG_LONG, FLAG_NUM, FLAG_UNI }; class HashMgr { int tablesize; struct hentry ** tableptr; int userword; flag flag_mode; int complexprefixes; int utf8; unsigned short forbiddenword; int langnum; char * enc; char * lang; struct cs_info * csconv; char * ignorechars; unsigned short * ignorechars_utf16; int ignorechars_utf16_len; int numaliasf; // flag vector `compression' with aliases unsigned short ** aliasf; unsigned short * aliasflen; int numaliasm; // morphological desciption `compression' with aliases char ** aliasm; public: HashMgr(const char * tpath, const char * apath, const char * key = NULL); ~HashMgr(); struct hentry * lookup(const char *) const; int hash(const char *) const; struct hentry * walk_hashtable(int & col, struct hentry * hp) const; int add(const char * word, char * aff); int add_with_affix(const char * word, const char * pattern); int remove(const char * word); int decode_flags(unsigned short ** result, char * flags); unsigned short decode_flag(const char * flag); char * encode_flag(unsigned short flag); int is_aliasf(); int get_aliasf(int index, unsigned short ** fvec); int is_aliasm(); char * get_aliasm(int index); private: int get_clen_and_captype(const char * word, int wbl, int * captype); int load_tables(const char * tpath, const char * key); int add_word(const char * word, int wbl, int wcl, unsigned short * ap, int al, const char * desc, bool onlyupcase); int load_config(const char * affpath, const char * key); int parse_aliasf(char * line, FileMgr * af); int add_hidden_capitalized_word(char * word, int wbl, int wcl, unsigned short * flags, int al, char * dp, int captype); int parse_aliasm(char * line, FileMgr * af); int remove_forbidden_flag(const char * word); }; #endif enchant-1.6.0/src/myspell/license.hunspell0000664000076400007640000000417011355203721015544 00000000000000/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Hunspell, based on MySpell. * * The Initial Developers of the Original Code are * Kevin Hendricks (MySpell) and Laszlo Nemeth (Hunspell). * Portions created by the Initial Developers are Copyright (C) 2002-2005 * the Initial Developers. All Rights Reserved. * * Contributor(s): * David Einstein * Davide Prina * Giuseppe Modugno * Gianluca Turconi * Simon Brouwer * Noll Janos * Biro Arpad * Goldman Eleonora * Sarlos Tamas * Bencsath Boldizsar * Halacsy Peter * Dvornik Laszlo * Gefferth Andras * Nagy Viktor * Varga Daniel * Chris Halls * Rene Engelhard * Bram Moolenaar * Dafydd Jones * Harri Pitkanen * Andras Timar * Tor Lillqvist * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ #ifdef HAVE_CONFIG_H #include "config.h" #endif enchant-1.6.0/src/myspell/affentry.cxx0000664000076400007640000010572611355203721014721 00000000000000#include "license.hunspell" #include "license.myspell" #ifndef MOZILLA_CLIENT #include #include #include #include #else #include #include #include #include #endif #include "affentry.hxx" #include "csutil.hxx" #ifndef MOZILLA_CLIENT #ifndef WIN32 using namespace std; #endif #endif PfxEntry::PfxEntry(AffixMgr* pmgr, affentry* dp) { // register affix manager pmyMgr = pmgr; // set up its intial values aflag = dp->aflag; // flag strip = dp->strip; // string to strip appnd = dp->appnd; // string to append stripl = dp->stripl; // length of strip string appndl = dp->appndl; // length of append string numconds = dp->numconds; // length of the condition opts = dp->opts; // cross product flag // then copy over all of the conditions if (opts & aeLONGCOND) { memcpy(c.conds, dp->c.l.conds1, MAXCONDLEN_1); c.l.conds2 = dp->c.l.conds2; } else memcpy(c.conds, dp->c.conds, MAXCONDLEN); next = NULL; nextne = NULL; nexteq = NULL; morphcode = dp->morphcode; contclass = dp->contclass; contclasslen = dp->contclasslen; } PfxEntry::~PfxEntry() { aflag = 0; if (appnd) free(appnd); if (strip) free(strip); pmyMgr = NULL; appnd = NULL; strip = NULL; if (opts & aeLONGCOND) free(c.l.conds2); if (morphcode && !(opts & aeALIASM)) free(morphcode); if (contclass && !(opts & aeALIASF)) free(contclass); } // add prefix to this word assuming conditions hold char * PfxEntry::add(const char * word, int len) { char tword[MAXWORDUTF8LEN + 4]; if ((len > stripl) && (len >= numconds) && test_condition(word) && (!stripl || (strncmp(word, strip, stripl) == 0)) && ((MAXWORDUTF8LEN + 4) > (len + appndl - stripl))) { /* we have a match so add prefix */ char * pp = tword; if (appndl) { strcpy(tword,appnd); pp += appndl; } strcpy(pp, (word + stripl)); return mystrdup(tword); } return NULL; } inline char * PfxEntry::nextchar(char * p) { if (p) { p++; if (opts & aeLONGCOND) { // jump to the 2nd part of the condition if (p == c.conds + MAXCONDLEN_1) return c.l.conds2; // end of the MAXCONDLEN length condition } else if (p == c.conds + MAXCONDLEN) return NULL; } return p; } inline int PfxEntry::test_condition(const char * st) { const char * pos = NULL; // group with pos input position bool neg = false; // complementer bool ingroup = false; // character in the group if (numconds == 0) return 1; char * p = c.conds; while (1) { switch (*p) { case '\0': return 1; case '[': { p = nextchar(p); pos = st; break; } case '^': { p = nextchar(p); neg = true; break; } case ']': { if ((neg && ingroup) || (!neg && !ingroup)) return 0; pos = NULL; neg = false; ingroup = false; p = nextchar(p); st++; if (*st == '\0' && p && *p != '\0') return 0; // word <= condition break; } case '.': if (!pos) { // dots are not metacharacters in groups: [.] p = nextchar(p); // skip the next character for (st++; (opts & aeUTF8) && (*st & 0xc0) == 0x80; st++); if (*st == '\0') return 0; // word <= condition break; } default: { if (*st == *p) { st++; p = nextchar(p); if ((opts & aeUTF8) && (*(st - 1) & 0x80)) { // multibyte while (p && (*p & 0xc0) == 0x80) { // character if (*p != *st) { if (!pos) return 0; st = pos; break; } p = nextchar(p); st++; } if (st != pos) ingroup = true; } else if (pos) ingroup = true; } else if (pos) { // group p = nextchar(p); } else return 0; } } if (!p) return 1; } } // check if this prefix entry matches struct hentry * PfxEntry::checkword(const char * word, int len, char in_compound, const FLAG needflag) { int tmpl; // length of tmpword struct hentry * he; // hash entry of root word or NULL char tmpword[MAXWORDUTF8LEN + 4]; // on entry prefix is 0 length or already matches the beginning of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; // if ((tmpl > 0) && (tmpl + stripl >= numconds)) { if (tmpl > 0) { // generate new root word by removing prefix and adding // back any characters that would have been stripped if (stripl) strcpy (tmpword, strip); strcpy ((tmpword + stripl), (word + appndl)); // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then check if resulting // root word in the dictionary if (test_condition(tmpword)) { tmpl += stripl; if ((he = pmyMgr->lookup(tmpword)) != NULL) { do { if (TESTAFF(he->astr, aflag, he->alen) && // forbid single prefixes with needaffix flag ! TESTAFF(contclass, pmyMgr->get_needaffix(), contclasslen) && // needflag ((!needflag) || TESTAFF(he->astr, needflag, he->alen) || (contclass && TESTAFF(contclass, needflag, contclasslen)))) return he; he = he->next_homonym; // check homonyms } while (he); } // prefix matched but no root word was found // if aeXPRODUCT is allowed, try again but now // ross checked combined with a suffix //if ((opts & aeXPRODUCT) && in_compound) { if ((opts & aeXPRODUCT)) { he = pmyMgr->suffix_check(tmpword, tmpl, aeXPRODUCT, (AffEntry *)this, NULL, 0, NULL, FLAG_NULL, needflag, in_compound); if (he) return he; } } } return NULL; } // check if this prefix entry matches struct hentry * PfxEntry::check_twosfx(const char * word, int len, char in_compound, const FLAG needflag) { int tmpl; // length of tmpword struct hentry * he; // hash entry of root word or NULL char tmpword[MAXWORDUTF8LEN + 4]; // on entry prefix is 0 length or already matches the beginning of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing prefix and adding // back any characters that would have been stripped if (stripl) strcpy (tmpword, strip); strcpy ((tmpword + stripl), (word + appndl)); // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then check if resulting // root word in the dictionary if (test_condition(tmpword)) { tmpl += stripl; // prefix matched but no root word was found // if aeXPRODUCT is allowed, try again but now // cross checked combined with a suffix if ((opts & aeXPRODUCT) && (in_compound != IN_CPD_BEGIN)) { he = pmyMgr->suffix_check_twosfx(tmpword, tmpl, aeXPRODUCT, (AffEntry *)this, needflag); if (he) return he; } } } return NULL; } // check if this prefix entry matches char * PfxEntry::check_twosfx_morph(const char * word, int len, char in_compound, const FLAG needflag) { int tmpl; // length of tmpword char tmpword[MAXWORDUTF8LEN + 4]; // on entry prefix is 0 length or already matches the beginning of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing prefix and adding // back any characters that would have been stripped if (stripl) strcpy (tmpword, strip); strcpy ((tmpword + stripl), (word + appndl)); // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then check if resulting // root word in the dictionary if (test_condition(tmpword)) { tmpl += stripl; // prefix matched but no root word was found // if aeXPRODUCT is allowed, try again but now // ross checked combined with a suffix if ((opts & aeXPRODUCT) && (in_compound != IN_CPD_BEGIN)) { return pmyMgr->suffix_check_twosfx_morph(tmpword, tmpl, aeXPRODUCT, (AffEntry *)this, needflag); } } } return NULL; } // check if this prefix entry matches char * PfxEntry::check_morph(const char * word, int len, char in_compound, const FLAG needflag) { int tmpl; // length of tmpword struct hentry * he; // hash entry of root word or NULL char tmpword[MAXWORDUTF8LEN + 4]; char result[MAXLNLEN]; char * st; *result = '\0'; // on entry prefix is 0 length or already matches the beginning of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing prefix and adding // back any characters that would have been stripped if (stripl) strcpy (tmpword, strip); strcpy ((tmpword + stripl), (word + appndl)); // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then check if resulting // root word in the dictionary if (test_condition(tmpword)) { tmpl += stripl; if ((he = pmyMgr->lookup(tmpword)) != NULL) { do { if (TESTAFF(he->astr, aflag, he->alen) && // forbid single prefixes with needaffix flag ! TESTAFF(contclass, pmyMgr->get_needaffix(), contclasslen) && // needflag ((!needflag) || TESTAFF(he->astr, needflag, he->alen) || (contclass && TESTAFF(contclass, needflag, contclasslen)))) { if (morphcode) { strcat(result, " "); strcat(result, morphcode); } else strcat(result,getKey()); if (!HENTRY_FIND(he, MORPH_STEM)) { strcat(result, " "); strcat(result, MORPH_STEM); strcat(result,HENTRY_WORD(he)); } // store the pointer of the hash entry // sprintf(result + strlen(result), " %s%p", MORPH_HENTRY, he); if (HENTRY_DATA(he)) { strcat(result, " "); strcat(result,HENTRY_DATA(he)); } else { // return with debug information char * flag = pmyMgr->encode_flag(getFlag()); strcat(result, " "); strcat(result, MORPH_FLAG); strcat(result, flag); free(flag); } strcat(result, "\n"); } he = he->next_homonym; } while (he); } // prefix matched but no root word was found // if aeXPRODUCT is allowed, try again but now // ross checked combined with a suffix if ((opts & aeXPRODUCT) && (in_compound != IN_CPD_BEGIN)) { st = pmyMgr->suffix_check_morph(tmpword, tmpl, aeXPRODUCT, (AffEntry *)this, FLAG_NULL, needflag); if (st) { strcat(result, st); free(st); } } } } if (*result) return mystrdup(result); return NULL; } SfxEntry::SfxEntry(AffixMgr * pmgr, affentry* dp) { // register affix manager pmyMgr = pmgr; // set up its intial values aflag = dp->aflag; // char flag strip = dp->strip; // string to strip appnd = dp->appnd; // string to append stripl = dp->stripl; // length of strip string appndl = dp->appndl; // length of append string numconds = dp->numconds; // length of the condition opts = dp->opts; // cross product flag // then copy over all of the conditions if (opts & aeLONGCOND) { memcpy(c.l.conds1, dp->c.l.conds1, MAXCONDLEN_1); c.l.conds2 = dp->c.l.conds2; } else memcpy(c.conds, dp->c.conds, MAXCONDLEN); rappnd = myrevstrdup(appnd); morphcode = dp->morphcode; contclass = dp->contclass; contclasslen = dp->contclasslen; } SfxEntry::~SfxEntry() { aflag = 0; if (appnd) free(appnd); if (rappnd) free(rappnd); if (strip) free(strip); pmyMgr = NULL; appnd = NULL; strip = NULL; if (opts & aeLONGCOND) free(c.l.conds2); if (morphcode && !(opts & aeALIASM)) free(morphcode); if (contclass && !(opts & aeALIASF)) free(contclass); } // add suffix to this word assuming conditions hold char * SfxEntry::add(const char * word, int len) { char tword[MAXWORDUTF8LEN + 4]; /* make sure all conditions match */ if ((len > stripl) && (len >= numconds) && test_condition(word + len, word) && (!stripl || (strcmp(word + len - stripl, strip) == 0)) && ((MAXWORDUTF8LEN + 4) > (len + appndl - stripl))) { /* we have a match so add suffix */ strcpy(tword,word); if (appndl) { strcpy(tword + len - stripl, appnd); } else { *(tword + len - stripl) = '\0'; } return mystrdup(tword); } return NULL; } inline char * SfxEntry::nextchar(char * p) { p++; if (opts & aeLONGCOND) { // jump to the 2nd part of the condition if (p == c.l.conds1 + MAXCONDLEN_1) return c.l.conds2; // end of the MAXCONDLEN length condition } else if (p == c.conds + MAXCONDLEN) return NULL; return p; } inline int SfxEntry::test_condition(const char * st, const char * beg) { const char * pos = NULL; // group with pos input position bool neg = false; // complementer bool ingroup = false; // character in the group if (numconds == 0) return 1; char * p = c.conds; st--; int i = 1; while (1) { switch (*p) { case '\0': return 1; case '[': { p = nextchar(p); pos = st; break; } case '^': { p = nextchar(p); neg = true; break; } case ']': { if (!neg && !ingroup) return 0; i++; pos = NULL; neg = false; ingroup = false; p = nextchar(p); st--; if (st < beg && p && *p != '\0') return 0; // word <= condition break; } case '.': if (!pos) { // dots are not metacharacters in groups: [.] p = nextchar(p); // skip the next character for (st--; (opts & aeUTF8) && (st >= beg) && (*st & 0xc0) == 0x80; st--); if (st < beg) return 0; // word <= condition if (*st & 0x80) { // head of the UTF-8 character st--; if (st < beg) return 0; // word <= condition } break; } default: { if (*st == *p) { p = nextchar(p); if ((opts & aeUTF8) && (*st & 0x80)) { st--; while (p && (st >= beg)) { if (*p != *st) { if (!pos) return 0; st = pos; break; } // first byte of the UTF-8 multibyte character if ((*p & 0xc0) != 0x80) break; p = nextchar(p); st--; } if (pos && st != pos) { if (neg) return 0; else if (i == numconds) return 1; ingroup = true; } if (p && *p != '\0') p = nextchar(p); } else if (pos) { if (neg) return 0; else if (i == numconds) return 1; ingroup = true; } if (!pos) { i++; st--; if (st < beg && p && *p != '\0') return 0; // word <= condition } } else if (pos) { // group p = nextchar(p); } else return 0; } } if (!p) return 1; } } // see if this suffix is present in the word struct hentry * SfxEntry::checkword(const char * word, int len, int optflags, AffEntry* ppfx, char ** wlst, int maxSug, int * ns, const FLAG cclass, const FLAG needflag, const FLAG badflag) { int tmpl; // length of tmpword struct hentry * he; // hash entry pointer unsigned char * cp; char tmpword[MAXWORDUTF8LEN + 4]; PfxEntry* ep = (PfxEntry *) ppfx; // if this suffix is being cross checked with a prefix // but it does not support cross products skip it if (((optflags & aeXPRODUCT) != 0) && ((opts & aeXPRODUCT) == 0)) return NULL; // upon entry suffix is 0 length or already matches the end of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; // the second condition is not enough for UTF-8 strings // it checked in test_condition() if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing suffix and adding // back any characters that would have been stripped or // or null terminating the shorter string strcpy (tmpword, word); cp = (unsigned char *)(tmpword + tmpl); if (stripl) { strcpy ((char *)cp, strip); tmpl += stripl; cp = (unsigned char *)(tmpword + tmpl); } else *cp = '\0'; // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then check if resulting // root word in the dictionary if (test_condition((char *) cp, (char *) tmpword)) { #ifdef SZOSZABLYA_POSSIBLE_ROOTS fprintf(stdout,"%s %s %c\n", word, tmpword, aflag); #endif if ((he = pmyMgr->lookup(tmpword)) != NULL) { do { // check conditional suffix (enabled by prefix) if ((TESTAFF(he->astr, aflag, he->alen) || (ep && ep->getCont() && TESTAFF(ep->getCont(), aflag, ep->getContLen()))) && (((optflags & aeXPRODUCT) == 0) || TESTAFF(he->astr, ep->getFlag(), he->alen) || // enabled by prefix ((contclass) && TESTAFF(contclass, ep->getFlag(), contclasslen)) ) && // handle cont. class ((!cclass) || ((contclass) && TESTAFF(contclass, cclass, contclasslen)) ) && // check only in compound homonyms (bad flags) (!badflag || !TESTAFF(he->astr, badflag, he->alen) ) && // handle required flag ((!needflag) || (TESTAFF(he->astr, needflag, he->alen) || ((contclass) && TESTAFF(contclass, needflag, contclasslen))) ) ) return he; he = he->next_homonym; // check homonyms } while (he); // obsolote stemming code (used only by the // experimental SuffixMgr:suggest_pos_stems) // store resulting root in wlst } else if (wlst && (*ns < maxSug)) { int cwrd = 1; for (int k=0; k < *ns; k++) if (strcmp(tmpword, wlst[k]) == 0) cwrd = 0; if (cwrd) { wlst[*ns] = mystrdup(tmpword); if (wlst[*ns] == NULL) { for (int j=0; j<*ns; j++) free(wlst[j]); *ns = -1; return NULL; } (*ns)++; } } } } return NULL; } // see if two-level suffix is present in the word struct hentry * SfxEntry::check_twosfx(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag) { int tmpl; // length of tmpword struct hentry * he; // hash entry pointer unsigned char * cp; char tmpword[MAXWORDUTF8LEN + 4]; PfxEntry* ep = (PfxEntry *) ppfx; // if this suffix is being cross checked with a prefix // but it does not support cross products skip it if ((optflags & aeXPRODUCT) != 0 && (opts & aeXPRODUCT) == 0) return NULL; // upon entry suffix is 0 length or already matches the end of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing suffix and adding // back any characters that would have been stripped or // or null terminating the shorter string strcpy (tmpword, word); cp = (unsigned char *)(tmpword + tmpl); if (stripl) { strcpy ((char *)cp, strip); tmpl += stripl; cp = (unsigned char *)(tmpword + tmpl); } else *cp = '\0'; // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then recall suffix_check if (test_condition((char *) cp, (char *) tmpword)) { if (ppfx) { // handle conditional suffix if ((contclass) && TESTAFF(contclass, ep->getFlag(), contclasslen)) he = pmyMgr->suffix_check(tmpword, tmpl, 0, NULL, NULL, 0, NULL, (FLAG) aflag, needflag); else he = pmyMgr->suffix_check(tmpword, tmpl, optflags, ppfx, NULL, 0, NULL, (FLAG) aflag, needflag); } else { he = pmyMgr->suffix_check(tmpword, tmpl, 0, NULL, NULL, 0, NULL, (FLAG) aflag, needflag); } if (he) return he; } } return NULL; } // see if two-level suffix is present in the word char * SfxEntry::check_twosfx_morph(const char * word, int len, int optflags, AffEntry* ppfx, const FLAG needflag) { int tmpl; // length of tmpword unsigned char * cp; char tmpword[MAXWORDUTF8LEN + 4]; PfxEntry* ep = (PfxEntry *) ppfx; char * st; char result[MAXLNLEN]; *result = '\0'; // if this suffix is being cross checked with a prefix // but it does not support cross products skip it if ((optflags & aeXPRODUCT) != 0 && (opts & aeXPRODUCT) == 0) return NULL; // upon entry suffix is 0 length or already matches the end of the word. // So if the remaining root word has positive length // and if there are enough chars in root word and added back strip chars // to meet the number of characters conditions, then test it tmpl = len - appndl; if ((tmpl > 0) && (tmpl + stripl >= numconds)) { // if (tmpl > 0) { // generate new root word by removing suffix and adding // back any characters that would have been stripped or // or null terminating the shorter string strcpy (tmpword, word); cp = (unsigned char *)(tmpword + tmpl); if (stripl) { strcpy ((char *)cp, strip); tmpl += stripl; cp = (unsigned char *)(tmpword + tmpl); } else *cp = '\0'; // now make sure all of the conditions on characters // are met. Please see the appendix at the end of // this file for more info on exactly what is being // tested // if all conditions are met then recall suffix_check if (test_condition((char *) cp, (char *) tmpword)) { if (ppfx) { // handle conditional suffix if ((contclass) && TESTAFF(contclass, ep->getFlag(), contclasslen)) { st = pmyMgr->suffix_check_morph(tmpword, tmpl, 0, NULL, aflag, needflag); if (st) { if (((PfxEntry *) ppfx)->getMorph()) { strcat(result, ((PfxEntry *) ppfx)->getMorph()); strcat(result, " "); } strcat(result,st); free(st); mychomp(result); } } else { st = pmyMgr->suffix_check_morph(tmpword, tmpl, optflags, ppfx, aflag, needflag); if (st) { strcat(result, st); free(st); mychomp(result); } } } else { st = pmyMgr->suffix_check_morph(tmpword, tmpl, 0, NULL, aflag, needflag); if (st) { strcat(result, st); free(st); mychomp(result); } } if (*result) return mystrdup(result); } } return NULL; } // get next homonym with same affix struct hentry * SfxEntry::get_next_homonym(struct hentry * he, int optflags, AffEntry* ppfx, const FLAG cclass, const FLAG needflag) { PfxEntry* ep = (PfxEntry *) ppfx; FLAG eFlag = ep ? ep->getFlag() : FLAG_NULL; while (he->next_homonym) { he = he->next_homonym; if ((TESTAFF(he->astr, aflag, he->alen) || (ep && ep->getCont() && TESTAFF(ep->getCont(), aflag, ep->getContLen()))) && ((optflags & aeXPRODUCT) == 0 || TESTAFF(he->astr, eFlag, he->alen) || // handle conditional suffix ((contclass) && TESTAFF(contclass, eFlag, contclasslen)) ) && // handle cont. class ((!cclass) || ((contclass) && TESTAFF(contclass, cclass, contclasslen)) ) && // handle required flag ((!needflag) || (TESTAFF(he->astr, needflag, he->alen) || ((contclass) && TESTAFF(contclass, needflag, contclasslen))) ) ) return he; } return NULL; } #if 0 Appendix: Understanding Affix Code An affix is either a prefix or a suffix attached to root words to make other words. Basically a Prefix or a Suffix is set of AffEntry objects which store information about the prefix or suffix along with supporting routines to check if a word has a particular prefix or suffix or a combination. The structure affentry is defined as follows: struct affentry { unsigned short aflag; // ID used to represent the affix char * strip; // string to strip before adding affix char * appnd; // the affix string to add unsigned char stripl; // length of the strip string unsigned char appndl; // length of the affix string char numconds; // the number of conditions that must be met char opts; // flag: aeXPRODUCT- combine both prefix and suffix char conds[SETSIZE]; // array which encodes the conditions to be met }; Here is a suffix borrowed from the en_US.aff file. This file is whitespace delimited. SFX D Y 4 SFX D 0 e d SFX D y ied [^aeiou]y SFX D 0 ed [^ey] SFX D 0 ed [aeiou]y This information can be interpreted as follows: In the first line has 4 fields Field ----- 1 SFX - indicates this is a suffix 2 D - is the name of the character flag which represents this suffix 3 Y - indicates it can be combined with prefixes (cross product) 4 4 - indicates that sequence of 4 affentry structures are needed to properly store the affix information The remaining lines describe the unique information for the 4 SfxEntry objects that make up this affix. Each line can be interpreted as follows: (note fields 1 and 2 are as a check against line 1 info) Field ----- 1 SFX - indicates this is a suffix 2 D - is the name of the character flag for this affix 3 y - the string of chars to strip off before adding affix (a 0 here indicates the NULL string) 4 ied - the string of affix characters to add 5 [^aeiou]y - the conditions which must be met before the affix can be applied Field 5 is interesting. Since this is a suffix, field 5 tells us that there are 2 conditions that must be met. The first condition is that the next to the last character in the word must *NOT* be any of the following "a", "e", "i", "o" or "u". The second condition is that the last character of the word must end in "y". So how can we encode this information concisely and be able to test for both conditions in a fast manner? The answer is found but studying the wonderful ispell code of Geoff Kuenning, et.al. (now available under a normal BSD license). If we set up a conds array of 256 bytes indexed (0 to 255) and access it using a character (cast to an unsigned char) of a string, we have 8 bits of information we can store about that character. Specifically we could use each bit to say if that character is allowed in any of the last (or first for prefixes) 8 characters of the word. Basically, each character at one end of the word (up to the number of conditions) is used to index into the conds array and the resulting value found there says whether the that character is valid for a specific character position in the word. For prefixes, it does this by setting bit 0 if that char is valid in the first position, bit 1 if valid in the second position, and so on. If a bit is not set, then that char is not valid for that postion in the word. If working with suffixes bit 0 is used for the character closest to the front, bit 1 for the next character towards the end, ..., with bit numconds-1 representing the last char at the end of the string. Note: since entries in the conds[] are 8 bits, only 8 conditions (read that only 8 character positions) can be examined at one end of a word (the beginning for prefixes and the end for suffixes. So to make this clearer, lets encode the conds array values for the first two affentries for the suffix D described earlier. For the first affentry: numconds = 1 (only examine the last character) conds['e'] = (1 << 0) (the word must end in an E) all others are all 0 For the second affentry: numconds = 2 (only examine the last two characters) conds[X] = conds[X] | (1 << 0) (aeiou are not allowed) where X is all characters *but* a, e, i, o, or u conds['y'] = (1 << 1) (the last char must be a y) all other bits for all other entries in the conds array are zero #endif enchant-1.6.0/src/ispell/0000775000076400007640000000000011355204366012235 500000000000000enchant-1.6.0/src/ispell/lookup.cpp0000664000076400007640000005250011355203721014166 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * lookup.c - see if a word appears in the dictionary * * Pace Willisson, 1983 * * Copyright 1987, 1988, 1989, 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.7 2003/09/25 02:44:48 dom * bug 5813 * * Revision 1.6 2003/08/26 13:20:40 dom * ispell crasher fix, implement enchant_dictionary_release * * Revision 1.5 2003/08/26 13:08:03 uwog * Fix segfault when the requested dictionary couldn't be found. * * Revision 1.4 2003/08/14 16:27:36 dom * update some documentation * * Revision 1.3 2003/07/28 20:40:27 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:47 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:07 dom * ispell enchant backend * * Revision 1.3 2003/01/29 05:50:12 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.2 2003/01/25 03:16:05 hippietrail * * An UT_ICONV_INVALID fix which escaped the last commit. * * Revision 1.1 2003/01/24 05:52:34 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.12 2003/01/06 18:48:39 dom * ispell cleanup, start of using new 'add' save features * * Revision 1.11 2002/09/19 05:31:17 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.10 2002/09/17 03:03:30 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.9 2002/09/13 17:20:13 mpritchett * Fix more warnings for Linux build * * Revision 1.8 2002/05/03 09:49:43 fjfranklin * o hash downloader update (Gabriel Gerhardsson) * - Comment out the "Can't open " printf. * - Make the progressbar more clean at the begining of the download. * - Add support for tarballs that doesn't have the full path included * - Fix copyright headers on the newly added files (*HashDownloader.*) * * Revision 1.7 2001/08/27 19:06:30 dom * Lots of compilation fixes * * Revision 1.6 2001/08/10 18:32:40 dom * Spelling and iconv updates. god, i hate iconv * * Revision 1.5 2001/08/10 09:57:49 hub * Patch by sobomax@FreeBSD.org * #include "iconv.h" directive is missed from src/other/spell/xp/lookup.c and * src/wp/impexp/xp/ie_imp_RTF.cpp. * See bug 1823 * * Revision 1.4 2001/07/18 17:46:01 dom * Module changes, and fix compiler warnings * * Revision 1.3 2001/06/12 21:32:49 dom * More ispell work... * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.7 1999/09/29 23:33:32 justin * Updates to the underlying ispell-based code to support suggested corrections. * * Revision 1.6 1999/04/13 17:12:51 jeff * Applied "Darren O. Benham" spell check changes. * Fixed crash on Win32 with the new code. * * Revision 1.5 1999/01/07 01:07:48 paul * Fixed spell leaks. * * Revision 1.5 1999/01/07 01:07:48 paul * Fixed spell leaks. * * Revision 1.4 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.3 1998/12/28 23:11:30 eric * * modified spell code and integration to build on Windows. * This is still a hack. * * Actually, it doesn't yet WORK on Windows. It just builds. * SpellCheckInit is failing for some reason. * * Revision 1.2 1998/12/28 22:16:22 eric * * These changes begin to incorporate the spell checker into AbiWord. Most * of this is a hack. * * 1. added other/spell to the -I list in config/abi_defs * 2. replaced other/spell/Makefile with one which is more like * our build system. * 3. added other/spell to other/Makefile so that the build will now * dive down and build the spell check library. * 4. added the AbiSpell library to the Makefiles in wp/main * 5. added a call to SpellCheckInit in wp/main/unix/UnixMain.cpp. * This call is a HACK and should be replaced with something * proper later. * 6. added code to fv_View.cpp as follows: * whenever you double-click on a word, the spell checker * verifies that word and prints its status to stdout. * * Caveats: * 1. This will break the Windows build. I'm going to work on fixing it * now. * 2. This only works if your dictionary is in /usr/lib/ispell/american.hash. * The dictionary location is currently hard-coded. This will be * fixed as well. * * Anyway, such as it is, it works. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.42 1995/01/08 23:23:42 geoff * Support MSDOS_BINARY_OPEN when opening the hash file to read it in. * * Revision 1.41 1994/01/25 07:11:51 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include #include #include #include "enchant-provider.h" #include "ispell_checker.h" #include "msgs.h" #define G_ICONV_INVALID (GIConv)-1 static bool g_iconv_is_valid(GIConv i) { return (i != G_ICONV_INVALID); } #ifdef INDEXDUMP static void dumpindex P ((struct flagptr * indexp, int depth)); #endif /* INDEXDUMP */ int gnMaskBits = 64; /*! * \param hashname name of the hash file (dictionary) * * \return */ int ISpellChecker::linit (char *hashname) { FILE* fpHash; register int i; register struct dent * dp; struct flagent * entry; struct flagptr * ind; int nextchar, x; int viazero; register ichar_t * cp; if ((fpHash = enchant_fopen (hashname, "rb")) == NULL) { return (-1); } m_hashsize = fread (reinterpret_cast(&m_hashheader), 1, sizeof m_hashheader, fpHash); if (m_hashsize < static_cast(sizeof(m_hashheader))) { if (m_hashsize < 0) fprintf (stderr, LOOKUP_C_CANT_READ, hashname); else if (m_hashsize == 0) fprintf (stderr, LOOKUP_C_NULL_HASH, hashname); else fprintf (stderr, LOOKUP_C_SHORT_HASH (m_hashname, m_hashsize, static_cast(sizeof m_hashheader))); return (-1); } else if (m_hashheader.magic != MAGIC) { fprintf (stderr, LOOKUP_C_BAD_MAGIC (hashname, static_cast(MAGIC), static_cast(m_hashheader.magic))); return (-1); } else if (m_hashheader.magic2 != MAGIC) { fprintf (stderr, LOOKUP_C_BAD_MAGIC2 (hashname, static_cast(MAGIC), static_cast(m_hashheader.magic2))); return (-1); } /* else if (hashheader.compileoptions != COMPILEOPTIONS*/ else if ( 1 != 1 || m_hashheader.maxstringchars != MAXSTRINGCHARS || m_hashheader.maxstringcharlen != MAXSTRINGCHARLEN) { fprintf (stderr, LOOKUP_C_BAD_OPTIONS (static_cast(m_hashheader.compileoptions), m_hashheader.maxstringchars, m_hashheader.maxstringcharlen, static_cast(COMPILEOPTIONS), MAXSTRINGCHARS, MAXSTRINGCHARLEN)); return (-1); } { m_hashtbl = (struct dent *) calloc (static_cast(m_hashheader.tblsize), sizeof (struct dent)); m_hashsize = m_hashheader.tblsize; m_hashstrings = static_cast(malloc(static_cast(m_hashheader.stringsize))); } m_numsflags = m_hashheader.stblsize; m_numpflags = m_hashheader.ptblsize; m_sflaglist = (struct flagent *) malloc ((m_numsflags + m_numpflags) * sizeof (struct flagent)); if (m_hashtbl == NULL || m_hashstrings == NULL || m_sflaglist == NULL) { fprintf (stderr, LOOKUP_C_NO_HASH_SPACE); return (-1); } m_pflaglist = m_sflaglist + m_numsflags; { if( fread ( m_hashstrings, 1, static_cast(m_hashheader.stringsize), fpHash) != static_cast(m_hashheader.stringsize) ) { fprintf (stderr, LOOKUP_C_BAD_FORMAT); fprintf (stderr, "stringsize err\n" ); return (-1); } if ( m_hashheader.compileoptions & 0x04 ) { if( fread (reinterpret_cast(m_hashtbl), 1, static_cast(m_hashheader.tblsize) * sizeof(struct dent), fpHash) != (static_cast(m_hashheader.tblsize * sizeof (struct dent)))) { fprintf (stderr, LOOKUP_C_BAD_FORMAT); return (-1); } } else { for( x=0; x(m_hashtbl+x), sizeof( struct dent)-sizeof( MASKTYPE ), 1, fpHash) != 1) { fprintf (stderr, LOOKUP_C_BAD_FORMAT); return (-1); } } /*for*/ } /*else*/ } if (fread (reinterpret_cast(m_sflaglist), 1, static_cast(m_numsflags+ m_numpflags) * sizeof (struct flagent), fpHash) != (m_numsflags + m_numpflags) * sizeof (struct flagent)) { fprintf (stderr, LOOKUP_C_BAD_FORMAT); return (-1); } fclose (fpHash); { for (i = m_hashsize, dp = m_hashtbl; --i >= 0; dp++) { if (dp->word == (char *) -1) dp->word = NULL; else dp->word = &m_hashstrings [ reinterpret_cast(dp->word) ]; if (dp->next == (struct dent *) -1) dp->next = NULL; else dp->next = &m_hashtbl [ reinterpret_cast(dp->next) ]; } } for (i = m_numsflags + m_numpflags, entry = m_sflaglist; --i >= 0; entry++) { if (entry->stripl) entry->strip = reinterpret_cast(&m_hashstrings[reinterpret_cast(entry->strip)]); else entry->strip = NULL; if (entry->affl) entry->affix = reinterpret_cast(&m_hashstrings[reinterpret_cast(entry->affix)]); else entry->affix = NULL; } /* ** Warning - 'entry' and 'i' are reset in the body of the loop ** below. Don't try to optimize it by (e.g.) moving the decrement ** of i into the loop condition. */ for (i = m_numsflags, entry = m_sflaglist; i > 0; i--, entry++) { if (entry->affl == 0) { cp = NULL; ind = &m_sflagindex[0]; viazero = 1; } else { cp = entry->affix + entry->affl - 1; ind = &m_sflagindex[*cp]; viazero = 0; while (ind->numents == 0 && ind->pu.fp != NULL) { if (cp == entry->affix) { ind = &ind->pu.fp[0]; viazero = 1; } else { ind = &ind->pu.fp[*--cp]; viazero = 0; } } } if (ind->numents == 0) ind->pu.ent = entry; ind->numents++; /* ** If this index entry has more than MAXSEARCH flags in ** it, we will split it into subentries to reduce the ** searching. However, the split doesn't make sense in ** two cases: (a) if we are already at the end of the ** current affix, or (b) if all the entries in the list ** have identical affixes. Since the list is sorted, (b) ** is true if the first and last affixes in the list ** are identical. */ if (!viazero && ind->numents >= MAXSEARCH && icharcmp (entry->affix, ind->pu.ent->affix) != 0) { /* Sneaky trick: back up and reprocess */ entry = ind->pu.ent - 1; /* -1 is for entry++ in loop */ i = m_numsflags - (entry - m_sflaglist); ind->pu.fp = (struct flagptr *) calloc (static_cast(SET_SIZE + m_hashheader.nstrchars), sizeof (struct flagptr)); if (ind->pu.fp == NULL) { fprintf (stderr, LOOKUP_C_NO_LANG_SPACE); return (-1); } ind->numents = 0; } } /* ** Warning - 'entry' and 'i' are reset in the body of the loop ** below. Don't try to optimize it by (e.g.) moving the decrement ** of i into the loop condition. */ for (i = m_numpflags, entry = m_pflaglist; i > 0; i--, entry++) { if (entry->affl == 0) { cp = NULL; ind = &m_pflagindex[0]; viazero = 1; } else { cp = entry->affix; ind = &m_pflagindex[*cp++]; viazero = 0; while (ind->numents == 0 && ind->pu.fp != NULL) { if (*cp == 0) { ind = &ind->pu.fp[0]; viazero = 1; } else { ind = &ind->pu.fp[*cp++]; viazero = 0; } } } if (ind->numents == 0) ind->pu.ent = entry; ind->numents++; /* ** If this index entry has more than MAXSEARCH flags in ** it, we will split it into subentries to reduce the ** searching. However, the split doesn't make sense in ** two cases: (a) if we are already at the end of the ** current affix, or (b) if all the entries in the list ** have identical affixes. Since the list is sorted, (b) ** is true if the first and last affixes in the list ** are identical. */ if (!viazero && ind->numents >= MAXSEARCH && icharcmp (entry->affix, ind->pu.ent->affix) != 0) { /* Sneaky trick: back up and reprocess */ entry = ind->pu.ent - 1; /* -1 is for entry++ in loop */ i = m_numpflags - (entry - m_pflaglist); ind->pu.fp = static_cast(calloc(SET_SIZE + m_hashheader.nstrchars, sizeof (struct flagptr))); if (ind->pu.fp == NULL) { fprintf (stderr, LOOKUP_C_NO_LANG_SPACE); return (-1); } ind->numents = 0; } } #ifdef INDEXDUMP fprintf (stderr, "Prefix index table:\n"); dumpindex (m_pflagindex, 0); fprintf (stderr, "Suffix index table:\n"); dumpindex (m_sflagindex, 0); #endif if (m_hashheader.nstrchartype == 0) m_chartypes = NULL; else { m_chartypes = (struct strchartype *) malloc (m_hashheader.nstrchartype * sizeof (struct strchartype)); if (m_chartypes == NULL) { fprintf (stderr, LOOKUP_C_NO_LANG_SPACE); return (-1); } for (i = 0, nextchar = m_hashheader.strtypestart; i < m_hashheader.nstrchartype; i++) { m_chartypes[i].name = &m_hashstrings[nextchar]; nextchar += strlen (m_chartypes[i].name) + 1; m_chartypes[i].deformatter = &m_hashstrings[nextchar]; nextchar += strlen (m_chartypes[i].deformatter) + 1; m_chartypes[i].suffixes = &m_hashstrings[nextchar]; while (m_hashstrings[nextchar] != '\0') nextchar += strlen (&m_hashstrings[nextchar]) + 1; nextchar++; } } initckch(NULL); return (0); } #ifndef FREEP #define FREEP(p) do { if (p) free(p); } while (0) #endif /*! * \param wchars Characters in -w option, if any */ void ISpellChecker::initckch (char *wchars) { register ichar_t c; char num[4]; for (c = 0; c < static_cast(SET_SIZE+ m_hashheader.nstrchars); ++c) { if (iswordch (c)) { if (!mylower (c)) { m_Try[m_Trynum] = c; ++m_Trynum; } } else if (isboundarych (c)) { m_Try[m_Trynum] = c; ++m_Trynum; } } if (wchars != NULL) { while (m_Trynum < SET_SIZE && *wchars != '\0') { if (*wchars != 'n' && *wchars != '\\') { c = *wchars; ++wchars; } else { ++wchars; num[0] = '\0'; num[1] = '\0'; num[2] = '\0'; num[3] = '\0'; if (isdigit (wchars[0])) { num[0] = wchars[0]; if (isdigit (wchars[1])) { num[1] = wchars[1]; if (isdigit (wchars[2])) num[2] = wchars[2]; } } if (wchars[-1] == 'n') { wchars += strlen (num); c = atoi (num); } else { wchars += strlen (num); c = 0; if (num[0]) c = num[0] - '0'; if (num[1]) { c <<= 3; c += num[1] - '0'; } if (num[2]) { c <<= 3; c += num[2] - '0'; } } } /* c &= NOPARITY;*/ if (!m_hashheader.wordchars[c]) { m_hashheader.wordchars[c] = 1; m_hashheader.sortorder[c] = m_hashheader.sortval++; m_Try[m_Trynum] = c; ++m_Trynum; } } } } /* * \param indexp */ void ISpellChecker::clearindex (struct flagptr *indexp) { register int i; for (i = 0; i < SET_SIZE + m_hashheader.nstrchars; i++, indexp++) { if (indexp->numents == 0 && indexp->pu.fp != NULL) { clearindex(indexp->pu.fp); free(indexp->pu.fp); } } } #ifdef INDEXDUMP static void dumpindex (indexp, depth) register struct flagptr * indexp; register int depth; { register int i; int j; int k; char stripbuf[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; for (i = 0; i < SET_SIZE + hashheader.nstrchars; i++, indexp++) { if (indexp->numents == 0 && indexp->pu.fp != NULL) { for (j = depth; --j >= 0; ) putc (' ', stderr); if (i >= ' ' && i <= '~') putc (i, stderr); else fprintf (stderr, "0x%x", i); putc ('\n', stderr); dumpindex (indexp->pu.fp, depth + 1); } else if (indexp->numents) { for (j = depth; --j >= 0; ) putc (' ', stderr); if (i >= ' ' && i <= '~') putc (i, stderr); else fprintf (stderr, "0x%x", i); fprintf (stderr, " -> %d entries\n", indexp->numents); for (k = 0; k < indexp->numents; k++) { for (j = depth; --j >= 0; ) putc (' ', stderr); if (indexp->pu.ent[k].stripl) { ichartostr (stripbuf, indexp->pu.ent[k].strip, sizeof stripbuf, 1); fprintf (stderr, " entry %d (-%s,%s)\n", &indexp->pu.ent[k] - sflaglist, stripbuf, indexp->pu.ent[k].affl ? ichartosstr (indexp->pu.ent[k].affix, 1) : "-"); } else fprintf (stderr, " entry %d (%s)\n", &indexp->pu.ent[k] - sflaglist, ichartosstr (indexp->pu.ent[k].affix, 1)); } } } } #endif /* n is length of s */ /* * \param s * \param dotree * * \return */ struct dent * ISpellChecker::ispell_lookup (ichar_t *s, int dotree) { register struct dent * dp; register char * s1; char schar[INPUTWORDLEN + MAXAFFIXLEN]; dp = &m_hashtbl[hash (s, m_hashsize)]; if (ichartostr (schar, s, sizeof schar, 1)) fprintf (stderr, WORD_TOO_LONG (schar)); for ( ; dp != NULL; dp = dp->next) { /* quick strcmp, but only for equality */ s1 = dp->word; if (s1 && s1[0] == schar[0] && strcmp (s1 + 1, schar + 1) == 0) return dp; #ifndef NO_CAPITALIZATION_SUPPORT while (dp->flagfield & MOREVARIANTS) /* Skip variations */ dp = dp->next; #endif } return NULL; } void ISpellChecker::alloc_ispell_struct() { m_translate_in = m_translate_out = G_ICONV_INVALID; } void ISpellChecker::free_ispell_struct() { if (g_iconv_is_valid(m_translate_in)) g_iconv_close (m_translate_in); if (g_iconv_is_valid(m_translate_out)) g_iconv_close (m_translate_out); } enchant-1.6.0/src/ispell/ispell_def.h0000664000076400007640000000032711355203721014430 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* largest word accepted from a file by any input routine, plus one */ #ifndef INPUTWORDLEN #define INPUTWORDLEN 100 #endif enchant-1.6.0/src/ispell/Makefile.am0000664000076400007640000000121311355203721014200 00000000000000if WITH_ISPELL target_lib = libenchant_ispell.la else target_lib = endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CXX_WARN_CFLAGS) $(ISPELL_CFLAGS) -D_ENCHANT_BUILD=1 ispell_LTLIBRARIES = $(target_lib) ispelldir= $(libdir)/enchant libenchant_ispell_lalibdir=$(libdir)/enchant libenchant_ispell_la_LIBADD= $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la libenchant_ispell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_ispell_la_SOURCES = \ correct.cpp \ good.cpp \ hash.cpp \ ispell_checker.cpp \ ispell_checker.h \ ispell_def.h \ ispell.h \ lookup.cpp \ makedent.cpp \ msgs.h \ sp_spell.h \ tgood.cpp enchant-1.6.0/src/ispell/msgs.h0000664000076400007640000003427111355203721013300 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * $Id: msgs.h 28601 2010-01-11 12:40:00Z dom $ * * Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /* * Messages header file. * * This file contains all text strings that are written by any of the * C programs in the ispell package. The strings are collected here so that * you can have the option of translating them into your local language for * the benefit of your users. * * Anyone who goes to the effort of making a translation may wish to return * the translated strings to me, geoff@ITcorp.com, so that I can include * them in a later distribution under #ifdef control. * * Besides the strings in this header file, you may also want to translate * the strings in version.h, which give the version and copyright information. * However, any translation of these strings MUST accurately preserve the * legal rights under international law; you may wish to consult a lawyer * about this since you will be responsible for the results of any * incorrect translation. * * Most of the strings below are simple printf format strings. If the printf * takes more than one parameter, the string is given as a parameterized * macro in case your local language needs a different word order. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:28 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:27 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:52 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:08 dom * ispell enchant backend * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.31 1994/12/27 23:08:57 geoff * Add a message to be issued if a word contains illegal characters. * * Revision 1.30 1994/10/25 05:46:40 geoff * Improve a couple of error messages relating to affix flags. * * Revision 1.29 1994/10/04 03:46:23 geoff * Add a missing carriage return in the help message * * Revision 1.28 1994/09/16 05:07:00 geoff * Add the BAD_FLAG message, and start a sentence in another message with * an uppercase letter. * * Revision 1.27 1994/07/28 05:11:38 geoff * Log message for previous revision: add BHASH_C_ZERO_COUNT. * * Revision 1.26 1994/07/28 04:53:49 geoff * * Revision 1.25 1994/05/24 04:54:36 geoff * Add error messages for affix-flag checking. * * Revision 1.24 1994/01/25 07:12:42 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ /* * The following strings are used in numerous places: */ #define BAD_FLAG "\r\nIllegal affix flag character '%c'\r\n" #define CANT_OPEN "Can't open %s\r\n" #define CANT_CREATE "Can't create %s\r\n" #define WORD_TOO_LONG(w) "\r\nWord '%s' too long at line %d of %s, truncated\r\n", \ w, __LINE__, __FILE__ /* * The following strings are used in buildhash.c: */ #define BHASH_C_NO_DICT "No dictionary (%s)\n" #define BHASH_C_NO_COUNT "No count file\n" #define BHASH_C_BAD_COUNT "Bad count file\n" #define BHASH_C_ZERO_COUNT "No words in dictionary\n" /* I think this message looks better when it's nearly 80 characters wide, * thus the ugly formatting in the next two defines. GK 9-87 */ #define BHASH_C_BAFF_1(max, excess) \ " Warning: this language table may exceed the maximum total affix length\nof %d by up to %d bytes. You should either increase MAXAFFIXLEN in config.X\nor shorten your largest affix/strip string difference. (This is the\n", \ max, excess #define BHASH_C_BAFF_2 \ "difference between the affix length and the strip length in a given\nreplacement rule, or the affix length if there is no strip string\nin that rule.)\n" #define BHASH_C_OVERFLOW "Hash table overflowed by %d words\n" #define BHASH_C_CANT_OPEN_DICT "Can't open dictionary\n" #define BHASH_C_NO_SPACE "Couldn't allocate hash table\n" #define BHASH_C_COLLISION_SPACE "\ncouldn't allocate space for collision\n" #define BHASH_C_COUNTING "Counting words in dictionary ...\n" #define BHASH_C_WORD_COUNT "\n%d words\n" #define BHASH_C_USAGE "Usage: buildhash [-s] dict-file aff-file hash-file\n\tbuildhash -c count aff-file\n" /* * The following strings are used in correct.c: */ #define CORR_C_HELP_1 "Whenever a word is found that is not in the dictionary,\r\n" #define CORR_C_HELP_2 "it is printed on the first line of the screen. If the dictionary\r\n" #define CORR_C_HELP_3 "contains any similar words, they are listed with a number\r\n" #define CORR_C_HELP_4 "next to each one. You have the option of replacing the word\r\n" #define CORR_C_HELP_5 "completely, or choosing one of the suggested words.\r\n" /* You may add HELP_6 through HELP_9 if your language needs more lines */ #define CORR_C_HELP_6 "" #define CORR_C_HELP_7 "" #define CORR_C_HELP_8 "" #define CORR_C_HELP_9 "" #define CORR_C_HELP_COMMANDS "\r\nCommands are:\r\n\r\n" #define CORR_C_HELP_R_CMD "R Replace the misspelled word completely.\r\n" #define CORR_C_HELP_BLANK "Space Accept the word this time only.\r\n" #define CORR_C_HELP_A_CMD "A Accept the word for the rest of this session.\r\n" #define CORR_C_HELP_I_CMD "I Accept the word, and put it in your private dictionary.\r\n" #define CORR_C_HELP_U_CMD "U Accept and add lowercase version to private dictionary.\r\n" #define CORR_C_HELP_0_CMD "0-n Replace with one of the suggested words.\r\n" #define CORR_C_HELP_L_CMD "L Look up words in system dictionary.\r\n" #define CORR_C_HELP_X_CMD "X Write the rest of this file, ignoring misspellings,\r\n and start next file.\r\n" #define CORR_C_HELP_Q_CMD "Q Quit immediately. Asks for confirmation.\r\n Leaves file unchanged.\r\n" #define CORR_C_HELP_BANG "! Shell escape.\r\n" #define CORR_C_HELP_REDRAW "^L Redraw screen.\r\n" #define CORR_C_HELP_SUSPEND "^Z Suspend program.\r\n" #define CORR_C_HELP_HELP "? Show this help screen.\r\n" #define CORR_C_HELP_TYPE_SPACE "-- Type space to continue --" #define CORR_C_FILE_LABEL " File: %s" #define CORR_C_READONLY "[READONLY]" #define CORR_C_MINI_MENU "[SP] R)epl A)ccept I)nsert L)ookup U)ncap Q)uit e(X)it or ? for help\r\n" #define CORR_C_CONFIRM_QUIT "Are you sure you want to throw away your changes? " #define CORR_C_REPLACE_WITH "Replace with: " #define CORR_C_LOOKUP_PROMPT "Lookup string ('*' is wildcard): " #define CORR_C_MORE_PROMPT "-- more --" #define CORR_C_BLANK_MORE "\r \r" #define CORR_C_END_LOOK "--end--" /* * The following strings are used in defmt.c: */ #define DEFMT_C_TEX_MATH_ERROR "****ERROR in parsing TeX math mode!\r\n" #define DEFMT_C_LR_MATH_ERROR "***ERROR in LR to math-mode switch.\n" /* * The following strings are used in icombine.c: */ #define ICOMBINE_C_BAD_TYPE "icombine: unrecognized formatter type '%s'\n" #define ICOMBINE_C_USAGE "Usage: icombine [-T suffix] [aff-file] < wordlist\n" /* * The following strings are used in ispell.c: */ #define ISPELL_C_USAGE1 "Usage: %s [-dfile | -pfile | -wchars | -Wn | -t | -n | -x | -b | -S | -B | -C | -P | -m | -Lcontext | -M | -N | -Ttype | -V] file .....\n" #define ISPELL_C_USAGE2 " %s [-dfile | -pfile | -wchars | -Wn | -t | -n | -Ttype] -l\n" #ifndef USG #define ISPELL_C_USAGE3 " %s [-dfile | -pfile | -ffile | -Wn | -t | -n | -s | -B | -C | -P | -m | -Ttype] {-a | -A}\n" #else #define ISPELL_C_USAGE3 " %s [-dfile | -pfile | -ffile | -Wn | -t | -n | -B | -C | -P | -m | -Ttype] {-a | -A}\n" #endif #define ISPELL_C_USAGE4 " %s [-dfile] [-wchars | -Wn] -c\n" #define ISPELL_C_USAGE5 " %s [-dfile] [-wchars] -e[1-4]\n" #define ISPELL_C_USAGE6 " %s [-dfile] [-wchars] -D\n" #define ISPELL_C_USAGE7 " %s -v\n" #define ISPELL_C_TEMP_DISAPPEARED "temporary file disappeared (%s)\r\n" #define ISPELL_C_BAD_TYPE "ispell: unrecognized formatter type '%s'\n" #define ISPELL_C_NO_FILE "ispell: specified file does not exist\n" #define ISPELL_C_NO_FILES "ispell: specified files do not exist\n" #define ISPELL_C_CANT_WRITE "Warning: Can't write to %s\r\n" #define ISPELL_C_OPTIONS_ARE "Compiled-in options:\n" /* * The following strings are used in lookup.c: */ #define LOOKUP_C_CANT_READ "Trouble reading hash table %s\r\n" #define LOOKUP_C_NULL_HASH "Null hash table %s\r\n" #define LOOKUP_C_SHORT_HASH(name, gotten, wanted) \ "Truncated hash table %s: got %d bytes, expected %d\r\n", \ name, gotten, wanted #define LOOKUP_C_BAD_MAGIC(name, wanted, gotten) \ "Illegal format hash table %s - expected magic 0x%x, got 0x%x\r\n", \ name, wanted, gotten #define LOOKUP_C_BAD_MAGIC2(name, wanted, gotten) \ "Illegal format hash table %s - expected magic2 0x%x, got 0x%x\r\n", \ name, wanted, gotten #define LOOKUP_C_BAD_OPTIONS(gotopts, gotchars, gotlen, wantedopts, wantedchars, wantedlen) \ "Hash table options don't agree with buildhash - 0x%x/%d/%d vs. 0x%x/%d/%d\r\n", \ gotopts, gotchars, gotlen, \ wantedopts, wantedchars, wantedlen #define LOOKUP_C_NO_HASH_SPACE "Couldn't allocate space for hash table\r\n" #define LOOKUP_C_BAD_FORMAT "Illegal format hash table\r\n" #define LOOKUP_C_NO_LANG_SPACE "Couldn't allocate space for language tables\r\n" /* * The following strings are used in makedent.c: */ #define MAKEDENT_C_NO_WORD_SPACE "\r\nCouldn't allocate space for word '%s'\r\n" #define MAKEDENT_C_BAD_WORD_CHAR "\r\nWord '%s' contains illegal characters\r\n" /* * The following strings are used in parse.y: */ #define PARSE_Y_8_BIT "Eighth bit ignored (recompile ispell without NO8BIT)" #define PARSE_Y_NO_WORD_STRINGS "wordchars statement may not specify string characters" #define PARSE_Y_UNMATCHED "Unmatched charset lengths" #define PARSE_Y_NO_BOUNDARY_STRINGS "boundarychars statement may not specify string characters" #define PARSE_Y_LONG_STRING "String character is too long" #define PARSE_Y_NULL_STRING "String character must have nonzero length" #define PARSE_Y_MANY_STRINGS "Too many string characters" #define PARSE_Y_NO_SUCH_STRING "No such string character" #define PARSE_Y_MULTIPLE_STRINGS "Alternate string character was already defined" #define PARSE_Y_LENGTH_MISMATCH "Upper and lower versions of string character must be same length" #define PARSE_Y_WRONG_NROFF "Incorrect character count in nroffchars statement" #define PARSE_Y_WRONG_TEX "Incorrect character count in TeXchars statement" #define PARSE_Y_DOUBLE_COMPOUND "Compoundwords option may only appear once" #define PARSE_Y_LONG_FLAG "Flag must be single character" #define PARSE_Y_BAD_FLAG "Flag must be alphabetic" #define PARSE_Y_DUP_FLAG "Duplicate flag" #define PARSE_Y_NO_SPACE "Out of memory" #define PARSE_Y_NEED_BLANK "Single characters must be separated by a blank" #define PARSE_Y_MANY_CONDS "Too many conditions; 8 maximum" #define PARSE_Y_EOF "Unexpected EOF in quoted string" #define PARSE_Y_LONG_QUOTE "Quoted string too long, max 256 characters" #define PARSE_Y_ERROR_FORMAT(file, lineno, error) \ "%s line %d: %s\n", file, lineno, error #define PARSE_Y_MALLOC_TROUBLE "yyopen: trouble allocating memory\n" #define PARSE_Y_UNGRAB_PROBLEM "Internal error: ungrab buffer overflow" #define PARSE_Y_BAD_DEFORMATTER "Deformatter must be either 'nroff' or 'tex'" #define PARSE_Y_BAD_NUMBER "Illegal digit in number" /* * The following strings are used in term.c: */ #define TERM_C_SMALL_SCREEN "Screen too small: need at least %d lines\n" #define TERM_C_NO_BATCH "Can't deal with non-interactive use yet.\n" #define TERM_C_CANT_FORK "Couldn't fork, try later.\r\n" #define TERM_C_TYPE_SPACE "\n-- Type space to continue --" /* * The following strings are used in tree.c: */ #define TREE_C_CANT_UPDATE "Warning: Cannot update personal dictionary (%s)\r\n" #define TREE_C_NO_SPACE "Ran out of space for personal dictionary\r\n" #define TREE_C_TRY_ANYWAY "Continuing anyway (with reduced performance).\r\n" /* * The following strings are used in unsq.c: */ #define UNSQ_C_BAD_COUNT "Illegal count character 0x%x\n" #define UNSQ_C_SURPRISE_EOF "Unexpected EOF\n" enchant-1.6.0/src/ispell/ispell_checker.h0000664000076400007640000002031211355203721015272 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef ISPELL_CHECKER_H #define ISPELL_CHECKER_H #include // give glib a chance to override MAXPATHLEN first before it is set in ispell.h #include "ispell.h" #include "enchant.h" class ISpellChecker { public: ISpellChecker(EnchantBroker * broker); ~ISpellChecker(); bool checkWord(const char * const word, size_t len); char ** suggestWord(const char * const word, size_t len, size_t * out_n_suggs); bool requestDictionary (const char * szLang); private: EnchantBroker* m_broker; ISpellChecker(); ISpellChecker(const ISpellChecker&); // no impl void operator=(const ISpellChecker&); // no impl char * loadDictionary (const char * szLang ); bool loadDictionaryForLanguage ( const char * szLang ); void setDictionaryEncoding ( const char * hashname, const char * enc ); // // The member functions after this point were formerly global functions // passed a context structure pointer... // void try_autodetect_charset(const char * inEncoding); // // From ispell correct.c // int casecmp P ((char * a, char * b, int canonical)); void makepossibilities P ((ichar_t * word)); int insert P ((ichar_t * word)); #ifndef NO_CAPITALIZATION_SUPPORT void wrongcapital P ((ichar_t * word)); #endif /* NO_CAPITALIZATION_SUPPORT */ void wrongletter P ((ichar_t * word)); void extraletter P ((ichar_t * word)); void missingletter P ((ichar_t * word)); void missingspace P ((ichar_t * word)); int compoundgood P ((ichar_t * word, int pfxopts)); void transposedletter P ((ichar_t * word)); int ins_cap P ((ichar_t * word, ichar_t * pattern)); int save_cap P ((ichar_t * word, ichar_t * pattern, ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN])); int ins_root_cap P ((ichar_t * word, ichar_t * pattern, int prestrip, int preadd, int sufstrip, int sufadd, struct dent * firstdent, struct flagent * pfxent, struct flagent * sufent)); void save_root_cap P ((ichar_t * word, ichar_t * pattern, int prestrip, int preadd, int sufstrip, int sufadd, struct dent * firstdent, struct flagent * pfxent, struct flagent * sufent, ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN], int * nsaved)); // // From ispell good.c // int good (ichar_t* w, int ignoreflagbits, int allhits, int pfxopts, int sfxopts); void chk_aff (ichar_t* word, ichar_t* ucword, int len, int ignoreflagbits, int allhits, int pfxopts, int sfxopts); int linit(char*); struct dent * ispell_lookup (ichar_t* s, int dotree); int strtoichar (ichar_t* out, char* in, int outlen, int canonical); int ichartostr (char* out, ichar_t* in, int outlen, int canonical); char * ichartosstr (ichar_t* in, int canonical); int findfiletype (const char * name, int searchnames, int * deformatter); long whatcap (ichar_t* word); /* HACK: macros replaced with function implementations so we could do a side-effect-free check for unicode characters which aren't in hashheader */ char myupper(ichar_t c); char mylower(ichar_t c); int myspace(ichar_t c); char iswordch(ichar_t c); char isboundarych(ichar_t c); char isstringstart(ichar_t c); ichar_t mytolower(ichar_t c); ichar_t mytoupper(ichar_t c); #ifndef ICHAR_IS_CHAR int cap_ok (ichar_t* word, struct success* hit, int len); int hash (ichar_t* s, int hashtblsize); #endif // // From ispell lookup.c // void clearindex P ((struct flagptr * indexp)); void initckch P ((char *)); void alloc_ispell_struct(); void free_ispell_struct(); // // From ispell makedent.c // int addvheader P ((struct dent * ent)); void upcase P ((ichar_t * string)); void lowcase P ((ichar_t * string)); void chupcase P ((char * s)); int stringcharlen P ((char * bufp, int canonical)); ichar_t * strtosichar P ((char * in, int canonical)); char * printichar P ((int in)); // // From ispell tgood.c // void pfx_list_chk P ((ichar_t * word, ichar_t * ucword, int len, int optflags, int sfxopts, struct flagptr * ind, int ignoreflagbits, int allhits)); void chk_suf P ((ichar_t * word, ichar_t * ucword, int len, int optflags, struct flagent * pfxent, int ignoreflagbits, int allhits)); void suf_list_chk P ((ichar_t * word, ichar_t * ucword, int len, struct flagptr * ind, int optflags, struct flagent * pfxent, int ignoreflagbits, int allhits)); int expand_pre P ((char * croot, ichar_t * rootword, MASKTYPE mask[], int option, char * extra)); int pr_pre_expansion P ((char * croot, ichar_t * rootword, struct flagent * flent, MASKTYPE mask[], int option, char * extra)); int expand_suf P ((char * croot, ichar_t * rootword, MASKTYPE mask[], int optflags, int option, char * extra)); int pr_suf_expansion P ((char * croot, ichar_t * rootword, struct flagent * flent, int option, char * extra)); void forcelc P ((ichar_t * dst, int len)); /* this is used for converting form unsigned short to UCS-4 */ int deftflag; /* NZ for TeX mode by default */ int prefstringchar; /* Preferred string character type */ bool m_bSuccessfulInit; // // The members after this point were formerly global variables // in the original ispell code // char * m_BC; /* backspace if not ^H */ char * m_cd; /* clear to end of display */ char * m_cl; /* clear display */ char * m_cm; /* cursor movement */ char * m_ho; /* home */ char * m_nd; /* non-destructive space */ char * m_so; /* standout */ char * m_se; /* standout end */ int m_sg; /* space taken by so/se */ char * m_ti; /* terminal initialization sequence */ char * m_te; /* terminal termination sequence */ int m_li; /* lines */ int m_co; /* columns */ char m_ctoken[INPUTWORDLEN + MAXAFFIXLEN]; /* Current token as char */ ichar_t m_itoken[INPUTWORDLEN + MAXAFFIXLEN]; /* Ctoken as ichar_t str */ int m_numhits; /* number of hits in dictionary lookups */ struct success m_hits[MAX_HITS]; /* table of hits gotten in lookup */ char * m_hashstrings; /* Strings in hash table */ struct hashheader m_hashheader; /* Header of hash table */ struct dent * m_hashtbl; /* Main hash table, for dictionary */ int m_hashsize; /* Size of main hash table */ char m_hashname[MAXPATHLEN]; /* Name of hash table file */ int m_aflag; /* NZ if -a or -A option specified */ int m_cflag; /* NZ if -c (crunch) option */ int m_lflag; /* NZ if -l (list) option */ int m_incfileflag; /* whether xgets() acts exactly like gets() */ int m_nodictflag; /* NZ if dictionary not needed */ int m_uerasechar; /* User's erase character, from stty */ int m_ukillchar; /* User's kill character */ unsigned int m_laststringch; /* Number of last string character */ int m_defdupchar; /* Default duplicate string type */ int m_numpflags; /* Number of prefix flags in table */ int m_numsflags; /* Number of suffix flags in table */ struct flagptr m_pflagindex[SET_SIZE + MAXSTRINGCHARS]; /* Fast index to pflaglist */ struct flagent * m_pflaglist; /* Prefix flag control list */ struct flagptr m_sflagindex[SET_SIZE + MAXSTRINGCHARS]; /* Fast index to sflaglist */ struct flagent * m_sflaglist; /* Suffix flag control list */ struct strchartype * /* String character type collection */ m_chartypes; FILE * m_infile; /* File being corrected */ FILE * m_outfile; /* Corrected copy of infile */ char * m_askfilename; /* File specified in -f option */ int m_changes; /* NZ if changes made to cur. file */ int m_readonly; /* NZ if current file is readonly */ int m_quit; /* NZ if we're done with this file */ #define MAXPOSSIBLE 100 /* Max no. of possibilities to generate */ char m_possibilities[MAXPOSSIBLE][INPUTWORDLEN + MAXAFFIXLEN]; /* Table of possible corrections */ int m_pcount; /* Count of possibilities generated */ int m_maxposslen; /* Length of longest possibility */ int m_easypossibilities; /* Number of "easy" corrections found */ /* ..(defined as those using legal affixes) */ /* * The following array contains a list of characters that should be tried * in "missingletter." Note that lowercase characters are omitted. */ int m_Trynum; /* Size of "Try" array */ ichar_t m_Try[SET_SIZE + MAXSTRINGCHARS]; GIConv m_translate_in; /* Selected translation from/to Unicode */ GIConv m_translate_out; }; #endif /* ISPELL_CHECKER_H */ enchant-1.6.0/src/ispell/hash.cpp0000664000076400007640000001475211355203721013607 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * hash.c - a simple hash function for ispell * * Pace Willisson, 1983 * * Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:27 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:26 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:39 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:05 dom * ispell enchant backend * * Revision 1.2 2003/01/29 05:50:11 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.1 2003/01/24 05:52:33 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.5 2002/09/19 05:31:15 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.4 2002/09/17 03:03:29 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.3 2002/09/13 17:20:13 mpritchett * Fix more warnings for Linux build * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.3 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.2 1998/12/28 23:11:30 eric * * modified spell code and integration to build on Windows. * This is still a hack. * * Actually, it doesn't yet WORK on Windows. It just builds. * SpellCheckInit is failing for some reason. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.20 1994/01/25 07:11:34 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include "ispell_checker.h" /* * The following hash algorithm is due to Ian Dall, with slight modifications * by Geoff Kuenning to reflect the results of testing with the English * dictionaries actually distributed with ispell. */ #define HASHSHIFT 5 #ifdef NO_CAPITALIZATION_SUPPORT #define HASHUPPER(c) c #else /* NO_CAPITALIZATION_SUPPORT */ #define HASHUPPER(c) mytoupper(c) #endif /* NO_CAPITALIZATION_SUPPORT */ /* * \param s * \param hashtblsize */ int ISpellChecker::hash (ichar_t *s, int hashtblsize) { register long h = 0; register int i; #ifdef ICHAR_IS_CHAR for (i = 4; i-- && *s != 0; ) h = (h << 8) | HASHUPPER (*s++); #else /* ICHAR_IS_CHAR */ for (i = 2; i-- && *s != 0; ) h = (h << 16) | HASHUPPER (*s++); #endif /* ICHAR_IS_CHAR */ while (*s != 0) { /* * We have to do circular shifts the hard way, since C doesn't * have them even though the hardware probably does. Oh, well. */ h = (h << HASHSHIFT) | ((h >> (32 - HASHSHIFT)) & ((1 << HASHSHIFT) - 1)); h ^= HASHUPPER (*s++); } return static_cast(h) % hashtblsize; } enchant-1.6.0/src/ispell/correct.cpp0000664000076400007640000006104611355203721014323 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * correct.c - Routines to manage the higher-level aspects of spell-checking * * This code originally resided in ispell.c, but was moved here to keep * file sizes smaller. * * Copyright (c), 1983, by Pace Willisson * * Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:26 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:25 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:35 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:04 dom * ispell enchant backend * * Revision 1.2 2003/01/29 05:50:11 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.1 2003/01/24 05:52:31 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.7 2002/09/19 05:31:15 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.6 2002/09/17 03:03:28 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.5 2002/09/13 17:20:12 mpritchett * Fix more warnings for Linux build * * Revision 1.4 2002/03/06 08:27:16 fjfranklin * o Only activate compound handling when the hash file says so (Per Larsson) * * Revision 1.3 2001/05/14 09:52:50 hub * Removed newMain.c from GNUmakefile.am * * C++ comments are not C comment. Changed to C comments * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.2 1999/10/05 16:17:28 paul * Fixed build, and other tidyness. * Spell dialog enabled by default, with keyboard binding of F7. * * Revision 1.1 1999/09/29 23:33:32 justin * Updates to the underlying ispell-based code to support suggested corrections. * * Revision 1.59 1995/08/05 23:19:43 geoff * Fix a bug that caused offsets for long lines to be confused if the * line started with a quoting uparrow. * * Revision 1.58 1994/11/02 06:56:00 geoff * Remove the anyword feature, which I've decided is a bad idea. * * Revision 1.57 1994/10/26 05:12:39 geoff * Try boundary characters when inserting or substituting letters, except * (naturally) at word boundaries. * * Revision 1.56 1994/10/25 05:46:30 geoff * Fix an assignment inside a conditional that could generate spurious * warnings (as well as being bad style). Add support for the FF_ANYWORD * option. * * Revision 1.55 1994/09/16 04:48:24 geoff * Don't pass newlines from the input to various other routines, and * don't assume that those routines leave the input unchanged. * * Revision 1.54 1994/09/01 06:06:41 geoff * Change erasechar/killchar to uerasechar/ukillchar to avoid * shared-library problems on HP systems. * * Revision 1.53 1994/08/31 05:58:38 geoff * Add code to handle extremely long lines in -a mode without splitting * words or reporting incorrect offsets. * * Revision 1.52 1994/05/25 04:29:24 geoff * Fix a bug that caused line widths to be calculated incorrectly when * displaying lines containing tabs. Fix a couple of places where * characters were sign-extended incorrectly, which could cause 8-bit * characters to be displayed wrong. * * Revision 1.51 1994/05/17 06:44:05 geoff * Add support for controlled compound formation and the COMPOUNDONLY * option to affix flags. * * Revision 1.50 1994/04/27 05:20:14 geoff * Allow compound words to be formed from more than two components * * Revision 1.49 1994/04/27 01:50:31 geoff * Add support to correctly capitalize words generated as a result of a * missing-space suggestion. * * Revision 1.48 1994/04/03 23:23:02 geoff * Clean up the code in missingspace() to be a bit simpler and more * efficient. * * Revision 1.47 1994/03/15 06:24:23 geoff * Fix the +/-/~ commands to be independent. Allow the + command to * receive a suffix which is a deformatter type (currently hardwired to * be either tex or nroff/troff). * * Revision 1.46 1994/02/21 00:20:03 geoff * Fix some bugs that could cause bad displays in the interaction between * TeX parsing and string characters. Show_char now will not overrun * the inverse-video display area by accident. * * Revision 1.45 1994/02/14 00:34:51 geoff * Fix correct to accept length parameters for ctok and itok, so that it * can pass them to the to/from ichar routines. * * Revision 1.44 1994/01/25 07:11:22 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include #include #include #include "ispell_checker.h" #include "msgs.h" /* extern void upcase P ((ichar_t * string)); extern void lowcase P ((ichar_t * string)); extern ichar_t * strtosichar P ((char * in, int canonical)); int compoundflag = COMPOUND_CONTROLLED; */ /* * \param a * \param b * \param canonical NZ for canonical string chars * * \return */ int ISpellChecker::casecmp (char *a, char *b, int canonical) { register ichar_t * ap; register ichar_t * bp; ichar_t inta[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; ichar_t intb[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; strtoichar (inta, a, sizeof inta, canonical); strtoichar (intb, b, sizeof intb, canonical); for (ap = inta, bp = intb; *ap != 0; ap++, bp++) { if (*ap != *bp) { if (*bp == '\0') return m_hashheader.sortorder[*ap]; else if (mylower (*ap)) { if (mylower (*bp) || mytoupper (*ap) != *bp) return static_cast(m_hashheader.sortorder[*ap]) - static_cast(m_hashheader.sortorder[*bp]); } else { if (myupper (*bp) || mytolower (*ap) != *bp) return static_cast(m_hashheader.sortorder[*ap]) - static_cast(m_hashheader.sortorder[*bp]); } } } if (*bp != '\0') return -static_cast(m_hashheader.sortorder[*bp]); for (ap = inta, bp = intb; *ap; ap++, bp++) { if (*ap != *bp) { return static_cast(m_hashheader.sortorder[*ap]) - static_cast(m_hashheader.sortorder[*bp]); } } return 0; } /* * \param word */ void ISpellChecker::makepossibilities (ichar_t *word) { register int i; for (i = 0; i < MAXPOSSIBLE; i++) m_possibilities[i][0] = 0; m_pcount = 0; m_maxposslen = 0; m_easypossibilities = 0; #ifndef NO_CAPITALIZATION_SUPPORT wrongcapital (word); #endif /* * according to Pollock and Zamora, CACM April 1984 (V. 27, No. 4), * page 363, the correct order for this is: * OMISSION = TRANSPOSITION > INSERTION > SUBSTITUTION * thus, it was exactly backwards in the old version. -- PWP */ if (m_pcount < MAXPOSSIBLE) missingletter (word); /* omission */ if (m_pcount < MAXPOSSIBLE) transposedletter (word); /* transposition */ if (m_pcount < MAXPOSSIBLE) extraletter (word); /* insertion */ if (m_pcount < MAXPOSSIBLE) wrongletter (word); /* substitution */ if ((m_hashheader.compoundflag != COMPOUND_ANYTIME) && m_pcount < MAXPOSSIBLE) missingspace (word); /* two words */ } /* * \param word * * \return */ int ISpellChecker::insert (ichar_t *word) { register int i; register char * realword; realword = ichartosstr (word, 0); for (i = 0; i < m_pcount; i++) { if (strcmp (m_possibilities[i], realword) == 0) return (0); } strcpy (m_possibilities[m_pcount++], realword); i = strlen (realword); if (i > m_maxposslen) m_maxposslen = i; if (m_pcount >= MAXPOSSIBLE) return (-1); else return (0); } #ifndef NO_CAPITALIZATION_SUPPORT /* * \param word */ void ISpellChecker::wrongcapital (ichar_t *word) { ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN]; /* ** When the third parameter to "good" is nonzero, it ignores ** case. If the word matches this way, "ins_cap" will recapitalize ** it correctly. */ if (good (word, 0, 1, 0, 0)) { icharcpy (newword, word); upcase (newword); ins_cap (newword, word); } } #endif /* * \param word */ void ISpellChecker::wrongletter (ichar_t *word) { register int i; register int j; register int n; ichar_t savechar; ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN]; n = icharlen (word); icharcpy (newword, word); #ifndef NO_CAPITALIZATION_SUPPORT upcase (newword); #endif for (i = 0; i < n; i++) { savechar = newword[i]; for (j=0; j < m_Trynum; ++j) { if (m_Try[j] == savechar) continue; else if (isboundarych (m_Try[j]) && (i == 0 || i == n - 1)) continue; newword[i] = m_Try[j]; if (good (newword, 0, 1, 0, 0)) { if (ins_cap (newword, word) < 0) return; } } newword[i] = savechar; } } /* * \param word */ void ISpellChecker::extraletter (ichar_t *word) { ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN]; register ichar_t * p; register ichar_t * r; if (icharlen (word) < 2) return; icharcpy (newword, word + 1); for (p = word, r = newword; *p != 0; ) { if (good (newword, 0, 1, 0, 0)) { if (ins_cap (newword, word) < 0) return; } *r++ = *p++; } } /* * \param word */ void ISpellChecker::missingletter (ichar_t *word) { ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN + 1]; register ichar_t * p; register ichar_t * r; register int i; icharcpy (newword + 1, word); for (p = word, r = newword; *p != 0; ) { for (i = 0; i < m_Trynum; i++) { if (isboundarych (m_Try[i]) && r == newword) continue; *r = m_Try[i]; if (good (newword, 0, 1, 0, 0)) { if (ins_cap (newword, word) < 0) return; } } *r++ = *p++; } for (i = 0; i < m_Trynum; i++) { if (isboundarych (m_Try[i])) continue; *r = m_Try[i]; if (good (newword, 0, 1, 0, 0)) { if (ins_cap (newword, word) < 0) return; } } } /* * \param word */ void ISpellChecker::missingspace (ichar_t *word) { ichar_t firsthalf[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN]; int firstno; /* Index into first */ ichar_t * firstp; /* Ptr into current firsthalf word */ ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN + 1]; int nfirsthalf; /* No. words saved in 1st half */ int nsecondhalf; /* No. words saved in 2nd half */ register ichar_t * p; ichar_t secondhalf[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN]; int secondno; /* Index into second */ /* ** We don't do words of length less than 3; this keeps us from ** splitting all two-letter words into two single letters. We ** also don't do maximum-length words, since adding the space ** would exceed the size of the "possibilities" array. */ nfirsthalf = icharlen (word); if (nfirsthalf < 3 || nfirsthalf >= INPUTWORDLEN + MAXAFFIXLEN - 1) return; icharcpy (newword + 1, word); for (p = newword + 1; p[1] != '\0'; p++) { p[-1] = *p; *p = '\0'; if (good (newword, 0, 1, 0, 0)) { /* * Save_cap must be called before good() is called on the * second half, because it uses state left around by * good(). This is unfortunate because it wastes a bit of * time, but I don't think it's a significant performance * problem. */ nfirsthalf = save_cap (newword, word, firsthalf); if (good (p + 1, 0, 1, 0, 0)) { nsecondhalf = save_cap (p + 1, p + 1, secondhalf); for (firstno = 0; firstno < nfirsthalf; firstno++) { firstp = &firsthalf[firstno][p - newword]; for (secondno = 0; secondno < nsecondhalf; secondno++) { *firstp = ' '; icharcpy (firstp + 1, secondhalf[secondno]); if (insert (firsthalf[firstno]) < 0) return; *firstp = '-'; if (insert (firsthalf[firstno]) < 0) return; } } } } } } /* * \param word * \param pfxopts Options to apply to prefixes */ int ISpellChecker::compoundgood (ichar_t *word, int pfxopts) { ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN]; register ichar_t * p; register ichar_t savech; long secondcap; /* Capitalization of 2nd half */ /* ** If compoundflag is COMPOUND_NEVER, compound words are never ok. */ if (m_hashheader.compoundflag == COMPOUND_NEVER) return 0; /* ** Test for a possible compound word (for languages like German that ** form lots of compounds). ** ** This is similar to missingspace, except we quit on the first hit, ** and we won't allow either member of the compound to be a single ** letter. ** ** We don't do words of length less than 2 * compoundmin, since ** both halves must at least compoundmin letters. */ if (icharlen (word) < 2 * m_hashheader.compoundmin) return 0; icharcpy (newword, word); p = newword + m_hashheader.compoundmin; for ( ; p[m_hashheader.compoundmin - 1] != 0; p++) { savech = *p; *p = 0; if (good (newword, 0, 0, pfxopts, FF_COMPOUNDONLY)) { *p = savech; if (good (p, 0, 1, FF_COMPOUNDONLY, 0) || compoundgood (p, FF_COMPOUNDONLY)) { secondcap = whatcap (p); switch (whatcap (newword)) { case ANYCASE: case CAPITALIZED: case FOLLOWCASE: /* Followcase can have l.c. suffix */ return secondcap == ANYCASE; case ALLCAPS: return secondcap == ALLCAPS; } } } else *p = savech; } return 0; } /* * \param word */ void ISpellChecker::transposedletter (ichar_t *word) { ichar_t newword[INPUTWORDLEN + MAXAFFIXLEN]; register ichar_t * p; register ichar_t temp; icharcpy (newword, word); for (p = newword; p[1] != 0; p++) { temp = *p; *p = p[1]; p[1] = temp; if (good (newword, 0, 1, 0, 0)) { if (ins_cap (newword, word) < 0) return; } temp = *p; *p = p[1]; p[1] = temp; } } /*! * Insert one or more correctly capitalized versions of word * * \param word * \param pattern * * \return */ int ISpellChecker::ins_cap (ichar_t *word, ichar_t *pattern) { int i; /* Index into savearea */ int nsaved; /* No. of words saved */ ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN]; nsaved = save_cap (word, pattern, savearea); for (i = 0; i < nsaved; i++) { if (insert (savearea[i]) < 0) return -1; } return 0; } /*! * Save one or more correctly capitalized versions of word * * \param word Word to save * \param pattern Prototype capitalization pattern * \param savearea Room to save words * * \return */ int ISpellChecker::save_cap (ichar_t *word, ichar_t *pattern, ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN]) { int hitno; /* Index into hits array */ int nsaved; /* Number of words saved */ int preadd; /* No. chars added to front of root */ int prestrip; /* No. chars stripped from front */ int sufadd; /* No. chars added to back of root */ int sufstrip; /* No. chars stripped from back */ if (*word == 0) return 0; for (hitno = m_numhits, nsaved = 0; --hitno >= 0 && nsaved < MAX_CAPS; ) { if (m_hits[hitno].prefix) { prestrip = m_hits[hitno].prefix->stripl; preadd = m_hits[hitno].prefix->affl; } else prestrip = preadd = 0; if (m_hits[hitno].suffix) { sufstrip = m_hits[hitno].suffix->stripl; sufadd = m_hits[hitno].suffix->affl; } else sufadd = sufstrip = 0; save_root_cap (word, pattern, prestrip, preadd, sufstrip, sufadd, m_hits[hitno].dictent, m_hits[hitno].prefix, m_hits[hitno].suffix, savearea, &nsaved); } return nsaved; } /* * \param word * \param pattern * \param prestrip * \param preadd * \param sufstrip * \param sufadd * \param firstdent * \param pfxent * \param sufent * * \return */ int ISpellChecker::ins_root_cap (ichar_t *word, ichar_t *pattern, int prestrip, int preadd, int sufstrip, int sufadd, struct dent *firstdent, struct flagent *pfxent, struct flagent *sufent) { int i; /* Index into savearea */ ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN]; int nsaved; /* Number of words saved */ nsaved = 0; save_root_cap (word, pattern, prestrip, preadd, sufstrip, sufadd, firstdent, pfxent, sufent, savearea, &nsaved); for (i = 0; i < nsaved; i++) { if (insert (savearea[i]) < 0) return -1; } return 0; } /* ARGSUSED */ /*! * \param word Word to be saved * \param pattern Capitalization pattern * \param prestrip No. chars stripped from front * \param preadd No. chars added to front of root * \param sufstrip No. chars stripped from back * \param sufadd No. chars added to back of root * \param firstdent First dent for root * \param pfxent Pfx-flag entry for word * \param sufent Sfx-flag entry for word * \param savearea Room to save words * \param nsaved Number saved so far (updated) */ void ISpellChecker::save_root_cap (ichar_t *word, ichar_t *pattern, int prestrip, int preadd, int sufstrip, int sufadd, struct dent *firstdent, struct flagent *pfxent, struct flagent *sufent, ichar_t savearea[MAX_CAPS][INPUTWORDLEN + MAXAFFIXLEN], int * nsaved) { #ifndef NO_CAPITALIZATION_SUPPORT register struct dent * dent; #endif /* NO_CAPITALIZATION_SUPPORT */ int firstisupper; ichar_t newword[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; #ifndef NO_CAPITALIZATION_SUPPORT register ichar_t * p; int len; int i; int limit; #endif /* NO_CAPITALIZATION_SUPPORT */ if (*nsaved >= MAX_CAPS) return; icharcpy (newword, word); firstisupper = myupper (pattern[0]); #ifdef NO_CAPITALIZATION_SUPPORT /* ** Apply the old, simple-minded capitalization rules. */ if (firstisupper) { if (myupper (pattern[1])) upcase (newword); else { lowcase (newword); newword[0] = mytoupper (newword[0]); } } else lowcase (newword); icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; #else /* NO_CAPITALIZATION_SUPPORT */ #define flagsareok(dent) \ ((pfxent == NULL \ || TSTMASKBIT (dent->mask, pfxent->flagbit)) \ && (sufent == NULL \ || TSTMASKBIT (dent->mask, sufent->flagbit))) dent = firstdent; if ((dent->flagfield & (CAPTYPEMASK | MOREVARIANTS)) == ALLCAPS) { upcase (newword); /* Uppercase required */ icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } for (p = pattern; *p; p++) { if (mylower (*p)) break; } if (*p == 0) { upcase (newword); /* Pattern was all caps */ icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } for (p = pattern + 1; *p; p++) { if (myupper (*p)) break; } if (*p == 0) { /* ** The pattern was all-lower or capitalized. If that's ** legal, insert only that version. */ if (firstisupper) { if (captype (dent->flagfield) == CAPITALIZED || captype (dent->flagfield) == ANYCASE) { lowcase (newword); newword[0] = mytoupper (newword[0]); icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } } else { if (captype (dent->flagfield) == ANYCASE) { lowcase (newword); icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } } while (dent->flagfield & MOREVARIANTS) { dent = dent->next; if (captype (dent->flagfield) == FOLLOWCASE || !flagsareok (dent)) continue; if (firstisupper) { if (captype (dent->flagfield) == CAPITALIZED) { lowcase (newword); newword[0] = mytoupper (newword[0]); icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } } else { if (captype (dent->flagfield) == ANYCASE) { lowcase (newword); icharcpy (savearea[*nsaved], newword); (*nsaved)++; return; } } } } /* ** Either the sample had complex capitalization, or the simple ** capitalizations (all-lower or capitalized) are illegal. ** Insert all legal capitalizations, including those that are ** all-lower or capitalized. If the prototype is capitalized, ** capitalized all-lower samples. Watch out for affixes. */ dent = firstdent; p = strtosichar (dent->word, 1); len = icharlen (p); if (dent->flagfield & MOREVARIANTS) dent = dent->next; /* Skip place-holder entry */ for ( ; ; ) { if (flagsareok (dent)) { if (captype (dent->flagfield) != FOLLOWCASE) { lowcase (newword); if (firstisupper || captype (dent->flagfield) == CAPITALIZED) newword[0] = mytoupper (newword[0]); icharcpy (savearea[*nsaved], newword); (*nsaved)++; if (*nsaved >= MAX_CAPS) return; } else { /* Followcase is the tough one. */ p = strtosichar (dent->word, 1); memmove ( reinterpret_cast(newword + preadd), reinterpret_cast(p + prestrip), (len - prestrip - sufstrip) * sizeof (ichar_t)); if (myupper (p[prestrip])) { for (i = 0; i < preadd; i++) newword[i] = mytoupper (newword[i]); } else { for (i = 0; i < preadd; i++) newword[i] = mytolower (newword[i]); } limit = len + preadd + sufadd - prestrip - sufstrip; i = len + preadd - prestrip - sufstrip; p += len - sufstrip - 1; if (myupper (*p)) { for (p = newword + i; i < limit; i++, p++) *p = mytoupper (*p); } else { for (p = newword + i; i < limit; i++, p++) *p = mytolower (*p); } icharcpy (savearea[*nsaved], newword); (*nsaved)++; if (*nsaved >= MAX_CAPS) return; } } if ((dent->flagfield & MOREVARIANTS) == 0) break; /* End of the line */ dent = dent->next; } return; #endif /* NO_CAPITALIZATION_SUPPORT */ } enchant-1.6.0/src/ispell/ispell.h0000664000076400007640000006564311355203721013626 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef ISPELL_H #define ISPELL_H #include /* * $Id: ispell.h 28601 2010-01-11 12:40:00Z dom $ */ /* * Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:27 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:26 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:40 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:06 dom * ispell enchant backend * * Revision 1.10 2003/01/24 05:52:33 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.9 2002/09/19 05:31:15 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.8 2002/09/17 03:03:29 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.7 2002/03/22 14:31:57 dom * fix mg's compile problem * * Revision 1.6 2002/03/05 16:55:52 dom * compound word support, tested against swedish * * Revision 1.5 2001/08/10 18:32:40 dom * Spelling and iconv updates. god, i hate iconv * * Revision 1.4 2001/06/26 16:33:27 dom * 128 StringChars and some other stuff * * Revision 1.3 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.2 2001/04/18 00:59:36 thomasf * Removed the duplicate declarations of variables that was causing build * to bail. This new ispell stuff is a total mess. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.13 2001/04/13 12:33:12 tamlin * ispell can now be used from C++ * * Revision 1.12 2001/03/25 01:30:02 tomb * 1. Fixed ispell #define problems on Win32 * 2. Changed the way that togglable toolbars are tracked so that Full * Screen mode works right on Windows * 3. Fixed SET_GATHER macro in ap_Win32Dialog_Options.h * 4. Fixed Toggle Case dialog to default to Sentence Case when loaded * 5. Added #define for Auto Save checkbox (though I haven't updated the * Prefs dialog yet) * * Revision 1.11 2001/03/24 23:28:41 dom * Make C++ aware and watch out for VOID on Win32 * * Revision 1.10 1999/12/21 18:46:29 sterwill * ispell patch for non-English dictionaries by Henrik Berg * * Revision 1.9 1999/10/20 03:19:35 paul * Hacked ispell code to ignore any characters that don't fit in the lookup tables loaded from the dictionary. It ain't pretty, but at least we don't crash there any more. * * Revision 1.8 1999/09/29 23:33:32 justin * Updates to the underlying ispell-based code to support suggested corrections. * * Revision 1.7 1999/04/13 17:12:51 jeff * Applied "Darren O. Benham" spell check changes. * Fixed crash on Win32 with the new code. * * Revision 1.6 1999/01/07 05:14:22 sterwill * So it builds on Unix... it might break win32 in ispell, since ut_types * is no longer included. This is a temporary solution to a larger problem * of including C++ headers in C source files. * * Revision 1.6 1999/01/07 05:14:22 sterwill * So it builds on Unix... it might break win32 in ispell, since ut_types * is no longer included. This is a temporary solution to a larger problem * of including C++ headers in C source files. * * Revision 1.5 1999/01/07 05:02:25 sterwill * Checking in half-broken to avoid tree lossage * * Revision 1.4 1999/01/07 01:07:48 paul * Fixed spell leaks. * * Revision 1.3 1998/12/29 15:03:54 eric * * minor fix to ispell.h to get things to compile on Linux again. * * Revision 1.2 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.68 1995/03/06 02:42:41 geoff * Be vastly more paranoid about parenthesizing macro arguments. This * fixes a bug in defmt.c where a complex argument was passed to * isstringch. * * Revision 1.67 1995/01/03 19:24:12 geoff * Get rid of a non-global declaration. * * Revision 1.66 1994/12/27 23:08:49 geoff * Fix a lot of subtly bad assumptions about the widths of ints and longs * which only show up on 64-bit machines like the Cray and the DEC Alpha. * * Revision 1.65 1994/11/02 06:56:10 geoff * Remove the anyword feature, which I've decided is a bad idea. * * Revision 1.64 1994/10/25 05:46:18 geoff * Add the FF_ANYWORD flag for defining an affix that will apply to any * word, even if not explicitly specified. (Good for French.) * * Revision 1.63 1994/09/16 04:48:28 geoff * Make stringdups and laststringch unsigned ints, and dupnos a plain * int, so that we can handle more than 128 stringchars and stringchar * types. * * Revision 1.62 1994/09/01 06:06:39 geoff * Change erasechar/killchar to uerasechar/ukillchar to avoid * shared-library problems on HP systems. * * Revision 1.61 1994/08/31 05:58:35 geoff * Add contextoffset, used in -a mode to handle extremely long lines. * * Revision 1.60 1994/05/17 06:44:15 geoff * Add support for controlled compound formation and the COMPOUNDONLY * option to affix flags. * * Revision 1.59 1994/03/15 06:25:16 geoff * Change deftflag's initialization so we can tell if -t/-n appeared. * * Revision 1.58 1994/02/07 05:53:28 geoff * Add typecasts to the the 7-bit versions of ichar* routines * * Revision 1.57 1994/01/25 07:11:48 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include /* #include "ut_types.h" */ #include "ispell_def.h" #ifdef __cplusplus extern "C" { #endif /* c++ */ /* largest amount that a word might be extended by adding affixes */ #ifndef MAXAFFIXLEN #define MAXAFFIXLEN 20 #endif /* ** Number of mask bits (affix flags) supported. Must be 32, 64, 128, or ** 256. If MASKBITS is 32 or 64, there are really only 26 or 58 flags ** available, respectively. If it is 32, the flags are named with the ** 26 English uppercase letters; lowercase will be converted to uppercase. ** If MASKBITS is 64, the 58 flags are named 'A' through 'z' in ASCII ** order, including the 6 special characters from 'Z' to 'a': "[\]^_`". ** If MASKBITS is 128 or 256, all the 7-bit or 8-bit characters, ** respectively, are theoretically available, though a few (newline, slash, ** null byte) are pretty hard to actually use successfully. ** ** Note that a number of non-English affix files depend on having a ** larger value for MASKBITS. See the affix files for more ** information. */ #ifndef MASKBITS #define MASKBITS 64 #endif extern int gnMaskBits; /* ** C type to use for masks. This should be a type that the processor ** accesses efficiently. ** ** MASKTYPE_WIDTH must correctly reflect the number of bits in a ** MASKTYPE. Unfortunately, it is also required to be a constant at ** preprocessor time, which means you can't use the sizeof operator to ** define it. ** ** Note that MASKTYPE *must* match MASKTYPE_WIDTH or you may get ** division-by-zero errors! */ #ifndef MASKTYPE #define MASKTYPE long #endif #ifndef MASKTYPE_WIDTH #define MASKTYPE_WIDTH 32 #endif /* program: this should be coded now in init */ #if MASKBITS < MASKTYPE_WIDTH #undef MASKBITS #define MASKBITS MASKTYPE_WIDTH #endif /* MASKBITS < MASKTYPE_WIDTH */ /* ** Maximum hash table fullness percentage. Larger numbers trade space ** for time. **/ #ifndef MAXPCT #define MAXPCT 70 /* Expand table when 70% full */ #endif /* ** Maximum number of "string" characters that can be defined in a ** language (affix) file. Don't forget that an upper/lower string ** character counts as two! */ #ifndef MAXSTRINGCHARS #define MAXSTRINGCHARS 128 #endif /* MAXSTRINGCHARS */ /* ** Maximum length of a "string" character. The default is appropriate for ** nroff-style characters starting with a backslash. */ #ifndef MAXSTRINGCHARLEN #define MAXSTRINGCHARLEN 10 #endif /* MAXSTRINGCHARLEN */ /* ** Maximum number of "hits" expected on a word. This is basically the ** number of different ways different affixes can produce the same word. ** For example, with "english.aff", "brothers" can be produced 3 ways: ** "brothers," "brother+s", or "broth+ers". If this is too low, no major ** harm will be done, but ispell may occasionally forget a capitalization. */ #ifndef MAX_HITS #define MAX_HITS 10 #endif /* ** Maximum number of capitalization variations expected in any word. ** Besides the obvious all-lower, all-upper, and capitalized versions, ** this includes followcase variants. If this is too low, no real ** harm will be done, but ispell may occasionally fail to suggest a ** correct capitalization. */ #ifndef MAX_CAPS #define MAX_CAPS 10 #endif /* MAX_CAPS */ /* buffer size to use for file names if not in sys/param.h */ #ifndef MAXPATHLEN #define MAXPATHLEN 512 #endif /* ** Maximum language-table search size. Smaller numbers make ispell ** run faster, at the expense of more memory (the lowest reasonable value ** is 2). If a given character appears in a significant position in ** more than MAXSEARCH suffixes, it will be given its own index table. ** If you change this, define INDEXDUMP in lookup.c to be sure your ** index table looks reasonable. */ #ifndef MAXSEARCH #define MAXSEARCH 4 #endif #if defined(__STDC__) || defined(__cplusplus) #define P(x) x #ifndef VOID #define VOID void #endif #else /* __STDC__ */ #define P(x) () #ifndef VOID #define VOID char #endif #define const #endif /* __STDC__ */ #ifdef NO8BIT #define SET_SIZE 128 #else #define SET_SIZE 256 #endif #define MASKSIZE (gnMaskBits / MASKTYPE_WIDTH) #ifdef lint extern int TSTMASKBIT P ((MASKTYPE * mask, int bit)); #else /* lint */ /* The following is really testing for MASKSIZE <= 1, but cpp can't do that */ #define TSTMASKBIT(mask, bit) \ ((mask)[(bit) / MASKTYPE_WIDTH] & \ ((MASKTYPE) 1 << ((bit) & (MASKTYPE_WIDTH - 1)))) #endif /* lint */ #if MASKBITS > 64 #define FULLMASKSET #endif #if MASKBITS <= 32 #define FLAGBASE ((MASKTYPE_WIDTH) - 6) #else # if MASKBITS <= 64 #define FLAGBASE ((MASKTYPE_WIDTH) - 6) # else #define FLAGBASE 0 # endif #endif /* ** Data type for internal word storage. If necessary, we use shorts rather ** than chars so that string characters can be encoded as a single unit. */ #if (SET_SIZE + MAXSTRINGCHARS) <= 256 #ifndef lint #define ICHAR_IS_CHAR #endif /* lint */ #endif #ifdef ICHAR_IS_CHAR typedef unsigned char ichar_t; /* Internal character */ #define icharlen(s) strlen ((char *) (s)) #define icharcpy(a, b) strcpy ((char *) (a), (char *) (b)) #define icharcmp(a, b) strcmp ((char *) (a), (char *) (b)) #define icharncmp(a, b, n) strncmp ((char *) (a), (char *) (b), (n)) #define chartoichar(x) ((ichar_t) (x)) #else typedef unsigned short ichar_t; /* Internal character */ #define chartoichar(x) ((ichar_t) (unsigned char) (x)) /* * Structure used to record data about successful lookups; these values * are used in the ins_root_cap routine to produce correct capitalizations. */ struct success { struct dent * dictent; /* Header of dict entry chain for wd */ struct flagent * prefix; /* Prefix flag used, or NULL */ struct flagent * suffix; /* Suffix flag used, or NULL */ }; ichar_t* icharcpy (ichar_t* out, ichar_t* in); int icharlen (ichar_t* in); int icharcmp (ichar_t* s1, ichar_t* s2); int icharncmp (ichar_t* s1, ichar_t* s2, int n); #endif struct dent { struct dent * next; char * word; MASKTYPE mask[2]; #ifdef FULLMASKSET char flags; #endif }; /* ** Flags in the directory entry. If FULLMASKSET is undefined, these are ** stored in the highest bits of the last longword of the mask field. If ** FULLMASKSET is defined, they are stored in the extra "flags" field. #ifndef NO_CAPITALIZATION_SUPPORT ** ** If a word has only one capitalization form, and that form is not ** FOLLOWCASE, it will have exactly one entry in the dictionary. The ** legal capitalizations will be indicated by the 2-bit capitalization ** field, as follows: ** ** ALLCAPS The word must appear in all capitals. ** CAPITALIZED The word must be capitalized (e.g., London). ** It will also be accepted in all capitals. ** ANYCASE The word may appear in lowercase, capitalized, ** or all-capitals. ** ** Regardless of the capitalization flags, the "word" field of the entry ** will point to an all-uppercase copy of the word. This is to simplify ** the large portion of the code that doesn't care about capitalization. ** Ispell will generate the correct version when needed. ** ** If a word has more than one capitalization, there will be multiple ** entries for it, linked together by the "next" field. The initial ** entry for such words will be a dummy entry, primarily for use by code ** that ignores capitalization. The "word" field of this entry will ** again point to an all-uppercase copy of the word. The "mask" field ** will contain the logical OR of the mask fields of all variants. ** A header entry is indicated by a capitalization type of ALLCAPS, ** with the MOREVARIANTS bit set. ** ** The following entries will define the individual variants. Each ** entry except the last has the MOREVARIANTS flag set, and each ** contains one of the following capitalization options: ** ** ALLCAPS The word must appear in all capitals. ** CAPITALIZED The word must be capitalized (e.g., London). ** It will also be accepted in all capitals. ** FOLLOWCASE The word must be capitalized exactly like the ** sample in the entry. Prefix (suffix) characters ** must be rendered in the case of the first (last) ** "alphabetic" character. It will also be accepted ** in all capitals. ("Alphabetic" means "mentioned ** in a 'casechars' statement".) ** ANYCASE The word may appear in lowercase, capitalized, ** or all-capitals. ** ** The "mask" field for the entry contains only the affix flag bits that ** are legal for that capitalization. The "word" field will be null ** except for FOLLOWCASE entries, where it will point to the ** correctly-capitalized spelling of the root word. ** ** It is worth discussing why the ALLCAPS option is used in ** the header entry. The header entry accepts an all-capitals ** version of the root plus every affix (this is always legal, since ** words get capitalized in headers and so forth). Further, all of ** the following variant entries will reject any all-capitals form ** that is illegal due to an affix. ** ** Finally, note that variations in the KEEP flag can cause a multiple-variant ** entry as well. For example, if the personal dictionary contains "ALPHA", ** (KEEP flag set) and the user adds "alpha" with the KEEP flag clear, a ** multiple-variant entry will be created so that "alpha" will be accepted ** but only "ALPHA" will actually be kept. #endif */ #ifdef FULLMASKSET #define flagfield flags #else #define flagfield mask[1] #endif #define USED ((MASKTYPE) 1 << (FLAGBASE + 0)) #define KEEP ((MASKTYPE) 1 << (FLAGBASE + 1)) #ifdef NO_CAPITALIZATION_SUPPORT #define ALLFLAGS (USED | KEEP) #else /* NO_CAPITALIZATION_SUPPORT */ #define ANYCASE ((MASKTYPE) 0 << (FLAGBASE + 2)) #define ALLCAPS ((MASKTYPE) 1 << (FLAGBASE + 2)) #define CAPITALIZED ((MASKTYPE) 2 << (FLAGBASE + 2)) #define FOLLOWCASE ((MASKTYPE) 3 << (FLAGBASE + 2)) #define CAPTYPEMASK ((MASKTYPE) 3 << (FLAGBASE + 2)) #define MOREVARIANTS ((MASKTYPE) 1 << (FLAGBASE + 4)) #define ALLFLAGS (USED | KEEP | CAPTYPEMASK | MOREVARIANTS) #define captype(x) ((x) & CAPTYPEMASK) #endif /* NO_CAPITALIZATION_SUPPORT */ /* * Language tables used to encode prefix and suffix information. */ struct flagent { ichar_t * strip; /* String to strip off */ ichar_t * affix; /* Affix to append */ short flagbit; /* Flag bit this ent matches */ short stripl; /* Length of strip */ short affl; /* Length of affix */ short numconds; /* Number of char conditions */ short flagflags; /* Modifiers on this flag */ char conds[SET_SIZE + MAXSTRINGCHARS]; /* Adj. char conds */ }; /* * Bits in flagflags */ #define FF_CROSSPRODUCT (1 << 0) /* Affix does cross-products */ #define FF_COMPOUNDONLY (1 << 1) /* Afx works in compounds */ union ptr_union /* Aid for building flg ptrs */ { struct flagptr * fp; /* Pointer to more indexing */ struct flagent * ent; /* First of a list of ents */ }; struct flagptr { union ptr_union pu; /* Ent list or more indexes */ int numents; /* If zero, pu.fp is valid */ }; /* * Description of a single string character type. */ struct strchartype { char * name; /* Name of the type */ char * deformatter; /* Deformatter to use */ char * suffixes; /* File suffixes, null seps */ }; /* * Header placed at the beginning of the hash file. */ struct hashheader { unsigned short magic; /* Magic number for ID */ unsigned short compileoptions; /* How we were compiled */ short maxstringchars; /* Max # strchrs we support */ short maxstringcharlen; /* Max strchr len supported */ short compoundmin; /* Min lth of compound parts */ short compoundbit; /* Flag 4 compounding roots */ int stringsize; /* Size of string table */ int lstringsize; /* Size of lang. str tbl */ int tblsize; /* No. entries in hash tbl */ int stblsize; /* No. entries in sfx tbl */ int ptblsize; /* No. entries in pfx tbl */ int sortval; /* Largest sort ID assigned */ int nstrchars; /* No. strchars defined */ int nstrchartype; /* No. strchar types */ int strtypestart; /* Start of strtype table */ char nrchars[5]; /* Nroff special characters */ char texchars[13]; /* TeX special characters */ char compoundflag; /* Compund-word handling */ char defhardflag; /* Default tryveryhard flag */ char flagmarker; /* "Start-of-flags" char */ unsigned short sortorder[SET_SIZE + MAXSTRINGCHARS]; /* Sort ordering */ ichar_t lowerconv[SET_SIZE + MAXSTRINGCHARS]; /* Lower-conversion table */ ichar_t upperconv[SET_SIZE + MAXSTRINGCHARS]; /* Upper-conversion table */ char wordchars[SET_SIZE + MAXSTRINGCHARS]; /* NZ for chars found in wrds */ char upperchars[SET_SIZE + MAXSTRINGCHARS]; /* NZ for uppercase chars */ char lowerchars[SET_SIZE + MAXSTRINGCHARS]; /* NZ for lowercase chars */ char boundarychars[SET_SIZE + MAXSTRINGCHARS]; /* NZ for boundary chars */ char stringstarts[SET_SIZE]; /* NZ if char can start str */ char stringchars[MAXSTRINGCHARS][MAXSTRINGCHARLEN + 1]; /* String chars */ unsigned int stringdups[MAXSTRINGCHARS]; /* No. of "base" char */ int dupnos[MAXSTRINGCHARS]; /* Dup char ID # */ unsigned short magic2; /* Second magic for dbl chk */ }; /* hash table magic number */ #define MAGIC 0x9602 /* compile options, put in the hash header for consistency checking */ #ifdef NO8BIT # define MAGIC8BIT 0x01 #else # define MAGIC8BIT 0x00 #endif #ifdef NO_CAPITALIZATION_SUPPORT # define MAGICCAPITALIZATION 0x00 #else # define MAGICCAPITALIZATION 0x02 #endif # define MAGICMASKSET 0x04 #if MASKBITS <= 32 # define MAGICMASKSET 0x00 #else # if MASKBITS <= 64 # else # if MASKBITS <= 128 # define MAGICMASKSET 0x08 # else # define MAGICMASKSET 0x0C # endif # endif #endif #define COMPILEOPTIONS (MAGIC8BIT | MAGICCAPITALIZATION | MAGICMASKSET) /* ** Offsets into the nroff special-character array */ #define NRLEFTPAREN hashheader.nrchars[0] #define NRRIGHTPAREN hashheader.nrchars[1] #define NRDOT hashheader.nrchars[2] #define NRBACKSLASH hashheader.nrchars[3] #define NRSTAR hashheader.nrchars[4] /* ** Offsets into the TeX special-character array */ #define TEXLEFTPAREN hashheader.texchars[0] #define TEXRIGHTPAREN hashheader.texchars[1] #define TEXLEFTSQUARE hashheader.texchars[2] #define TEXRIGHTSQUARE hashheader.texchars[3] #define TEXLEFTCURLY hashheader.texchars[4] #define TEXRIGHTCURLY hashheader.texchars[5] #define TEXLEFTANGLE hashheader.texchars[6] #define TEXRIGHTANGLE hashheader.texchars[7] #define TEXBACKSLASH hashheader.texchars[8] #define TEXDOLLAR hashheader.texchars[9] #define TEXSTAR hashheader.texchars[10] #define TEXDOT hashheader.texchars[11] #define TEXPERCENT hashheader.texchars[12] /* ** Values for compoundflag */ #define COMPOUND_NEVER 0 /* Compound words are never good */ #define COMPOUND_ANYTIME 1 /* Accept run-together words */ #define COMPOUND_CONTROLLED 2 /* Compounds controlled by afx flags */ /* ** These macros are similar to the ones above, but they take into account ** the possibility of string characters. Note well that they take a POINTER, ** not a character. ** ** The "l_" versions set "len" to the length of the string character as a ** handy side effect. (Note that the global "laststringch" is also set, ** and sometimes used, by these macros.) ** ** The "l1_" versions go one step further and guarantee that the "len" ** field is valid for *all* characters, being set to 1 even if the macro ** returns false. This macro is a great example of how NOT to write ** readable C. */ /*TF NOTE: This is actually defined in code (makedent) now */ #if 0 #define isstringch(ptr, canon) (isstringstart (*(ptr)) \ && stringcharlen ((ptr), (canon)) > 0) #define l_isstringch(ptr, len, canon) \ (isstringstart (*(ptr)) \ && (len = stringcharlen ((ptr), (canon))) \ > 0) #define l1_isstringch(ptr, len, canon) \ (len = 1, \ isstringstart ((unsigned char)(*(ptr))) \ && ((len = \ stringcharlen ((ptr), (canon))) \ > 0 \ ? 1 : (len = 1, 0))) #endif /* * Sizes of buffers returned by ichartosstr/strtosichar. */ #define ICHARTOSSTR_SIZE (INPUTWORDLEN + 4 * MAXAFFIXLEN + 4) #define STRTOSICHAR_SIZE ((INPUTWORDLEN + 4 * MAXAFFIXLEN + 4) \ * sizeof (ichar_t)) /* TF CHANGE: We should fill this as a structure and then use it throughout. */ /* * Initialized variables. These are generated using macros so that they * may be consistently declared in all programs. Numerous examples of * usage are given below. */ #ifdef MAIN #define INIT(decl, init) decl = init #else #define INIT(decl, init) extern decl #endif #ifdef MINIMENU INIT (int minimenusize, 2); /* MUST be either 2 or zero */ #else /* MINIMENU */ INIT (int minimenusize, 0); /* MUST be either 2 or zero */ #endif /* MINIMENU */ INIT (int eflag, 0); /* NZ for expand mode */ INIT (int dumpflag, 0); /* NZ to do dump mode */ INIT (int fflag, 0); /* NZ if -f specified */ #ifndef USG INIT (int sflag, 0); /* NZ to stop self after EOF */ #endif INIT (int vflag, 0); /* NZ to display characters as M-xxx */ INIT (int xflag, DEFNOBACKUPFLAG); /* NZ to suppress backups */ INIT (int deftflag, -1); /* NZ for TeX mode by default */ INIT (int tflag, DEFTEXFLAG); /* NZ for TeX mode in current file */ INIT (int prefstringchar, -1); /* Preferred string character type */ INIT (int terse, 0); /* NZ for "terse" mode */ INIT (char tempfile[MAXPATHLEN], ""); /* Name of file we're spelling into */ INIT (int minword, MINWORD); /* Longest always-legal word */ INIT (int sortit, 1); /* Sort suggestions alphabetically */ INIT (int compoundflag, -1); /* How to treat compounds: see above */ INIT (int tryhardflag, -1); /* Always call tryveryhard */ INIT (char * currentfile, NULL); /* Name of current input file */ /* Odd numbers for math mode in LaTeX; even for LR or paragraph mode */ INIT (int math_mode, 0); /* P -- paragraph or LR mode * b -- parsing a \begin statement * e -- parsing an \end statement * r -- parsing a \ref type of argument. * m -- looking for a \begin{minipage} argument. */ INIT (char LaTeX_Mode, 'P'); #ifdef __cplusplus } #endif /* c++ */ #endif /* ISPELL_H */ enchant-1.6.0/src/ispell/makedent.cpp0000664000076400007640000006406211355203721014453 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright 1988, 1989, 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:28 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:27 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:49 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:08 dom * ispell enchant backend * * Revision 1.3 2003/02/12 02:10:38 hippietrail * * C casts -> C++ casts * Improved const-correctness due to changing casts * Fixed some warnings * * Revision 1.2 2003/01/29 05:50:12 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.1 2003/01/24 05:52:35 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.8 2003/01/06 18:48:40 dom * ispell cleanup, start of using new 'add' save features * * Revision 1.7 2003/01/04 19:09:04 dom * some tidying... bug pissing me off... * * Revision 1.6 2002/09/19 05:31:18 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.5 2002/09/17 03:03:30 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.4 2002/09/13 17:20:13 mpritchett * Fix more warnings for Linux build * * Revision 1.3 2002/03/22 14:31:57 dom * fix mg's compile problem * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.6 1999/12/21 18:46:29 sterwill * ispell patch for non-English dictionaries by Henrik Berg * * Revision 1.5 1999/10/20 03:19:35 paul * Hacked ispell code to ignore any characters that don't fit in the lookup tables loaded from the dictionary. It ain't pretty, but at least we don't crash there any more. * * Revision 1.4 1999/04/13 17:12:51 jeff * Applied "Darren O. Benham" spell check changes. * Fixed crash on Win32 with the new code. * * Revision 1.3 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.3 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.2 1998/12/28 23:11:30 eric * * modified spell code and integration to build on Windows. * This is still a hack. * * Actually, it doesn't yet WORK on Windows. It just builds. * SpellCheckInit is failing for some reason. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.45 1994/12/27 23:08:52 geoff * Add code to makedent to reject words that contain non-word characters. * This helps protect people who use ISO 8-bit characters when ispell * isn't configured for that option. * * Revision 1.44 1994/10/25 05:46:20 geoff * Fix some incorrect declarations in the lint versions of some routines. * * Revision 1.43 1994/09/16 03:32:34 geoff * Issue an error message for bad affix flags * * Revision 1.42 1994/02/07 04:23:43 geoff * Correctly identify the deformatter when changing file types * * Revision 1.41 1994/01/25 07:11:55 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include #include #include #include "ispell_checker.h" #include "msgs.h" int makedent P ((char * lbuf, int lbuflen, struct dent * ent)); /*int combinecaps P ((struct dent * hdr, struct dent * newent)); #ifndef NO_CAPITALIZATION_SUPPORT static void forcevheader P ((struct dent * hdrp, struct dent * oldp, struct dent * newp)); #endif / * NO_CAPITALIZATION_SUPPORT * / static int combine_two_entries P ((struct dent * hdrp, struct dent * oldp, struct dent * newp)); static int acoversb P ((struct dent * enta, struct dent * entb)); */ /*static int issubset P ((struct dent * ent1, struct dent * ent2)); static void combineaffixes P ((struct dent * ent1, struct dent * ent2));*/ void toutent P ((FILE * outfile, struct dent * hent, int onlykeep)); /*static void toutword P ((FILE * outfile, char * word, struct dent * cent)); static void flagout P ((FILE * outfile, int flag)); */ #ifndef ICHAR_IS_CHAR ichar_t * icharcpy P ((ichar_t * out, ichar_t * in)); int icharlen P ((ichar_t * str)); int icharcmp P ((ichar_t * s1, ichar_t * s2)); int icharncmp P ((ichar_t * s1, ichar_t * s2, int n)); #endif /* ICHAR_IS_CHAR */ /*static int has_marker;*/ /* * Fill in a directory entry, including setting the capitalization flags, and * allocate and initialize memory for the d->word field. Returns -1 * if there was trouble. The input word must be in canonical form. int makedent (lbuf, lbuflen, d) This function is not used by AbiWord. I don't know if it'll be needed for other abi documents */ #ifndef NO_CAPITALIZATION_SUPPORT /*! ** Classify the capitalization of a sample entry. Returns one of the ** four capitalization codes ANYCASE, ALLCAPS, CAPITALIZED, or FOLLOWCASE. ** ** \param word ** ** \return */ long ISpellChecker::whatcap (ichar_t *word) { register ichar_t * p; for (p = word; *p; p++) { if (mylower (*p)) break; } if (*p == '\0') return ALLCAPS; else { for ( ; *p; p++) { if (myupper (*p)) break; } if (*p == '\0') { /* ** No uppercase letters follow the lowercase ones. ** If there is more than one uppercase letter, it's ** "followcase". If only the first one is capitalized, ** it's "capitalize". If there are no capitals ** at all, it's ANYCASE. */ if (myupper (word[0])) { for (p = word + 1; *p != '\0'; p++) { if (myupper (*p)) return FOLLOWCASE; } return CAPITALIZED; } else return ANYCASE; } else return FOLLOWCASE; /* .../lower/upper */ } } /*! ** Add a variant-capitalization header to a word. This routine may be ** called even for a followcase word that doesn't yet have a header. ** ** \param dp Entry to update ** ** \return 0 if all was ok, -1 if allocation error. */ int ISpellChecker::addvheader ( struct dent *dp) { register struct dent * tdent; /* Copy of entry */ /* ** Add a second entry with the correct capitalization, and then make ** dp into a special dummy entry. */ tdent = static_cast(malloc(sizeof (struct dent))); if (tdent == NULL) { fprintf (stderr, MAKEDENT_C_NO_WORD_SPACE, dp->word); return -1; } *tdent = *dp; if (captype (tdent->flagfield) != FOLLOWCASE) tdent->word = NULL; else { /* Followcase words need a copy of the capitalization */ tdent->word = static_cast(malloc (static_cast(strlen(tdent->word)) + 1)); if (tdent->word == NULL) { fprintf (stderr, MAKEDENT_C_NO_WORD_SPACE, dp->word); free (reinterpret_cast(tdent)); return -1; } strcpy (tdent->word, dp->word); } chupcase (dp->word); dp->next = tdent; dp->flagfield &= ~CAPTYPEMASK; dp->flagfield |= (ALLCAPS | MOREVARIANTS); return 0; } #endif /* NO_CAPITALIZATION_SUPPORT */ /* ** Combine and resolve the entries describing two capitalizations of the same ** word. This may require allocating yet more entries. ** ** Hdrp is a pointer into a hash table. If the word covered by hdrp has ** variations, hdrp must point to the header. Newp is a pointer to temporary ** storage, and space is malloc'ed if newp is to be kept. The newp->word ** field must have been allocated with mymalloc, so that this routine may free ** the space if it keeps newp but not the word. ** ** Return value: 0 if the word was added, 1 if the word was combined ** with an existing entry, and -1 if trouble occurred (e.g., malloc). ** If 1 is returned, newp->word may have been be freed using myfree. ** ** Life is made much more difficult by the KEEP flag's possibilities. We ** must ensure that a !KEEP word doesn't find its way into the personal ** dictionary as a result of this routine's actions. However, a !KEEP ** word that has affixes must have come from the main dictionary, so it ** is acceptable to combine entries in that case (got that?). ** ** The net result of all this is a set of rules that is a bloody pain ** to figure out. Basically, we want to choose one of the following actions: ** ** (1) Add newp's affixes and KEEP flag to oldp, and discard newp. ** (2) Add oldp's affixes and KEEP flag to newp, replace oldp with ** newp, and discard newp. #ifndef NO_CAPITALIZATION_SUPPORT ** (3) Insert newp as a new entry in the variants list. If there is ** currently no variant header, this requires adding one. Adding a ** header splits into two sub-cases: ** ** (3a) If oldp is ALLCAPS and the KEEP flags match, just turn it ** into the header. ** (3b) Otherwise, add a new entry to serve as the header. ** To ease list linking, this is done by copying oldp into ** the new entry, and then performing (3a). ** ** After newp has been added as a variant, its affixes and KEEP ** flag are OR-ed into the variant header. #endif ** ** So how to choose which? The default is always case (3), which adds newp ** as a new entry in the variants list. Cases (1) and (2) are symmetrical ** except for which entry is discarded. We can use case (1) or (2) whenever ** one entry "covers" the other. "Covering" is defined as follows: ** ** (4) For entries with matching capitalization types, A covers B ** if: ** ** (4a) B's affix flags are a subset of A's, or the KEEP flags ** match, and ** (4b) either the KEEP flags match, or A's KEEP flag is set. ** (Since A has more suffixes, combining B with it won't ** cause any extra suffixes to be added to the dictionary.) ** (4c) If the words are FOLLOWCASE, the capitalizations match ** exactly. ** #ifndef NO_CAPITALIZATION_SUPPORT ** (5) For entries with mismatched capitalization types, A covers B ** if (4a) and (4b) are true, and: ** ** (5a) B is ALLCAPS, or ** (5b) A is ANYCASE, and B is CAPITALIZED. #endif ** ** For any "hdrp" without variants, oldp is the same as hdrp. Otherwise, ** the above tests are applied using each variant in turn for oldp. int combinecaps (hdrp, newp) static void forcevheader (hdrp, oldp, newp) static int combine_two_entries (hdrp, oldp, newp) static int acoversb (enta, entb) */ /* * \param s */ void ISpellChecker::upcase (ichar_t *s) { while (*s) { *s = mytoupper (*s); s++; } } /* * \param s */ void ISpellChecker::lowcase (ichar_t *s) { while (*s) { *s = mytolower (*s); s++; } } /*! * Upcase variant that works on normal strings. Note that it is a lot * slower than the normal upcase. The input must be in canonical form. * * \param s */ void ISpellChecker::chupcase (char *s) { ichar_t * is; is = strtosichar (s, 1); upcase (is); ichartostr (s, is, strlen (s) + 1, 1); } /* ** See if one affix field is a subset of another. Returns NZ if ent1 ** is a subset of ent2. The KEEP flag is not taken into consideration. static int issubset (ent1, ent2) static void combineaffixes (ent1, ent2) */ /* ** Write out a dictionary entry, including capitalization variants. ** If onlykeep is true, only those variants with KEEP set will be ** written. Removed -- not used by Abiword void toutent_ (toutfile, hent, onlykeep) static void toutword (toutfile, word, cent) static void flagout (toutfile, flag) */ /*! * If the string under the given pointer begins with a string character, * return the length of that "character". If not, return 0. * May be called any time, but it's best if "isstrstart" is first * used to filter out unnecessary calls. * * As a side effect, "laststringch" is set to the number of the string * found, or to -1 if none was found. This can be useful for such things * as case conversion. * * \param bufp * \param canonical NZ if input is in canonical form * * \return */ int ISpellChecker::stringcharlen (char *bufp, int canonical) { #ifdef SLOWMULTIPLY static char * sp[MAXSTRINGCHARS]; static int inited = 0; #endif /* SLOWMULTIPLY */ register char * bufcur; register char * stringcur; register int stringno; register int lowstringno; register int highstringno; int dupwanted; #ifdef SLOWMULTIPLY if (!inited) { inited = 1; for (stringno = 0; stringno < MAXSTRINGCHARS; stringno++) sp[stringno] = &hashheader.stringchars[stringno][0]; } #endif /* SLOWMULTIPLY */ lowstringno = 0; highstringno = m_hashheader.nstrchars - 1; dupwanted = canonical ? 0 : m_defdupchar; while (lowstringno <= highstringno) { stringno = (lowstringno + highstringno) >> 1; #ifdef SLOWMULTIPLY stringcur = sp[stringno]; #else /* SLOWMULTIPLY */ stringcur = &m_hashheader.stringchars[stringno][0]; #endif /* SLOWMULTIPLY */ bufcur = bufp; while (*stringcur) { #ifdef NO8BIT if (((*bufcur++ ^ *stringcur) & 0x7F) != 0) #else /* NO8BIT */ if (*bufcur++ != *stringcur) #endif /* NO8BIT */ break; /* ** We can't use autoincrement above because of the ** test below. */ stringcur++; } if (*stringcur == '\0') { if (m_hashheader.dupnos[stringno] == dupwanted) { /* We have a match */ m_laststringch = m_hashheader.stringdups[stringno]; #ifdef SLOWMULTIPLY return stringcur - sp[stringno]; #else /* SLOWMULTIPLY */ return stringcur - &m_hashheader.stringchars[stringno][0]; #endif /* SLOWMULTIPLY */ } else --stringcur; } /* No match - choose which side to search on */ #ifdef NO8BIT if ((*--bufcur & 0x7F) < (*stringcur & 0x7F)) highstringno = stringno - 1; else if ((*bufcur & 0x7F) > (*stringcur & 0x7F)) lowstringno = stringno + 1; #else /* NO8BIT */ if (*--bufcur < *stringcur) highstringno = stringno - 1; else if (*bufcur > *stringcur) lowstringno = stringno + 1; #endif /* NO8BIT */ else if (dupwanted < m_hashheader.dupnos[stringno]) highstringno = stringno - 1; else lowstringno = stringno + 1; } m_laststringch = static_cast(-1); return 0; /* Not a string character */ } /* MACROS CONVERTED TO FUNCTIONS ** These macros are similar to the ones above, but they take into account ** the possibility of string characters. Note well that they take a POINTER, ** not a character. ** ** The "l_" versions set "len" to the length of the string character as a ** handy side effect. (Note that the global "laststringch" is also set, ** and sometimes used, by these macros.) ** ** The "l1_" versions go one step further and guarantee that the "len" ** field is valid for *all* characters, being set to 1 even if the macro ** returns false. This macro is a great example of how NOT to write ** readable C. */ #define isstringch(ptr, canon) (isstringstart (*(ptr)) \ && stringcharlen ((ptr), (canon)) > 0) /* int isstringch(char *ptr, int canon) { return (isstringstart (*(ptr)) && (len = stringcharlen ((ptr), (canon))) > 0); } */ #define l_isstringch(ptr, len, canon) \ (isstringstart (*(ptr)) \ && (len = stringcharlen ((ptr), (canon))) \ > 0) /* int l_isstringch(char *ptr, int len, int canon) { return (isstringstart (*(ptr)) && (len = stringcharlen ((ptr), (canon))) > 0); } */ #define l1_isstringch(ptr, len, canon) \ (len = 1, \ isstringstart ((unsigned char)(*(ptr))) \ && ((len = \ stringcharlen ((ptr), (canon))) \ > 0 \ ? 1 : (len = 1, 0))) /* int l1_isstringch(char *ptr, int len, int canon) { return (len = 1, isstringstart ((unsigned char)(*(ptr))) && ((len = stringcharlen ((ptr), (canon))) > 0 ? 1 : (len = 1, 0))); } */ /*** END MACRO CONVERSION ***/ /*! * Convert an external string to an ichar_t string. If necessary, the parity * bit is stripped off as part of the process. * * \param out Where to put result * \param in String to convert * \param outlen Size of output buffer, *BYTES* * \param canonical NZ if input is in canonical form * * \return NZ if the output string overflowed. */ int ISpellChecker::strtoichar (ichar_t *out, char *in, int outlen, int canonical) { register int len = 1; /* Length of next character */ outlen /= sizeof (ichar_t); /* Convert to an ichar_t count */ for ( ; --outlen > 0 && *in != '\0'; in += len) { if (l1_isstringch (in, len , canonical)) *out++ = SET_SIZE + m_laststringch; else *out++ = (unsigned char)( *in ); } *out = 0; return outlen <= 0; } /*! * Convert an ichar_t string to an external string. * * WARNING: the resulting string may wind up being longer than the * original. In fact, even the sequence strtoichar->ichartostr may * produce a result longer than the original, because the output form * may use a different string type set than the original input form. * * \param out Where to put result * \param in String to convert * \param outlen Size of output buffer, bytes * \param canonical NZ for canonical form * * \return NZ if the output string overflowed. */ int ISpellChecker::ichartostr ( char *out, ichar_t *in, int outlen, int canonical) { register int ch; /* Next character to store */ register int i; /* Index into duplicates list */ register char * scharp; /* Pointer into a string char */ while (--outlen > 0 && (ch = *in++) != 0) { if (ch < SET_SIZE) *out++ = static_cast(ch); else { ch -= SET_SIZE; if (!canonical) { for (i = m_hashheader.nstrchars; --i >= 0; ) { if (m_hashheader.dupnos[i] == m_defdupchar && (static_cast(m_hashheader.stringdups[i])) == ch) { ch = i; break; } } } scharp = m_hashheader.stringchars[static_cast(ch)]; while ((*out++ = *scharp++) != '\0') ; out--; } } *out = '\0'; return outlen <= 0; } /*! * Convert a string to an ichar_t, storing the result in a static area. * * \param in String to convert * \param canonical NZ if input is in canonical form * * \return */ ichar_t * ISpellChecker::strtosichar ( char *in, int canonical) { static ichar_t out[STRTOSICHAR_SIZE / sizeof (ichar_t)]; if (strtoichar (out, in, sizeof out, canonical)) fprintf (stderr, WORD_TOO_LONG (in)); return out; } /*! * Convert an ichar_t to a string, storing the result in a static area. * * \param in Internal string to convert * \param canonical NZ for canonical conversion * * \return */ char * ISpellChecker::ichartosstr (ichar_t *in, int canonical) { static char out[ICHARTOSSTR_SIZE]; if (ichartostr (out, in, sizeof out, canonical)) fprintf (stderr, WORD_TOO_LONG (out)); return out; } /*! * Convert a single ichar to a printable string, storing the result in * a static area. * * \param in * * \return */ char * ISpellChecker::printichar (int in) { static char out[MAXSTRINGCHARLEN + 1]; if (in < SET_SIZE) { out[0] = static_cast(in); out[1] = '\0'; } else strcpy (out, m_hashheader.stringchars[static_cast(in) - SET_SIZE]); return out; } #ifndef ICHAR_IS_CHAR /*! * Copy an ichar_t. * * \param out Destination * \param in Source * * \return */ ichar_t * icharcpy (ichar_t *out, ichar_t *in) { ichar_t * origout; /* Copy of destination for return */ origout = out; while ((*out++ = *in++) != 0) ; return origout; } /*! * Return the length of an ichar_t. * * \param in String to count * * \return */ int icharlen (ichar_t * in) { register int len; /* Length so far */ for (len = 0; *in++ != 0; len++) ; return len; } /*! * Compare two ichar_t's. * * \param s1 * \param s2 * * \return */ int icharcmp (ichar_t * s1, ichar_t * s2) { while (*s1 != 0) { if (*s1++ != *s2++) return *--s1 - *--s2; } return *s1 - *s2; } /*! * Strncmp for two ichar_t's. * * \param s1 * \param s2 * \param n * * \return */ int icharncmp (ichar_t *s1, ichar_t *s2, int n) { while (--n >= 0 && *s1 != 0) { if (*s1++ != *s2++) return *--s1 - *--s2; } if (n < 0) return 0; else return *s1 - *s2; } #endif /* ICHAR_IS_CHAR */ /* * \param istate * \param name * \param searchnames * \param deformatter * * \return */ int ISpellChecker::findfiletype (const char *name, int searchnames, int *deformatter) { char * cp; /* Pointer into suffix list */ int cplen; /* Length of current suffix */ register int i; /* Index into type table */ int len; /* Length of the name */ /* * Note: for now, the deformatter is set to 1 for tex, 0 for nroff. * Further, we assume that it's one or the other, so that a test * for tex is sufficient. This needs to be generalized. */ len = strlen (name); if (searchnames) { for (i = 0; i < m_hashheader.nstrchartype; i++) { if (strcmp (name, m_chartypes[i].name) == 0) { if (deformatter != NULL) *deformatter = (strcmp (m_chartypes[i].deformatter, "tex") == 0); return i; } } } for (i = 0; i < m_hashheader.nstrchartype; i++) { for (cp = m_chartypes[i].suffixes; *cp != '\0'; cp += cplen + 1) { cplen = strlen (cp); if (len >= cplen && strcmp (&name[len - cplen], cp) == 0) { if (deformatter != NULL) *deformatter = (strcmp (m_chartypes[i].deformatter, "tex") == 0); return i; } } } return -1; } /* HACK: macros replaced with function implementations so we could do a side-effect-free check for unicode characters which aren't in hashheader TODO: this is just a workaround to keep us from crashing. more sophisticated logic needed here. */ char ISpellChecker::myupper(ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.upperchars[c]; else return 0; } char ISpellChecker::mylower(ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.lowerchars[c]; else return 0; } int myspace(ichar_t c) { return ((c > 0) && (c < 0x80) && isspace(static_cast(c))); } char ISpellChecker::iswordch(ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.wordchars[c]; else return 0; } char ISpellChecker::isboundarych(ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.boundarychars[c]; else return 0; } char ISpellChecker::isstringstart(ichar_t c) { if (c < (SET_SIZE)) return m_hashheader.stringstarts[static_cast(c)]; else return 0; } ichar_t ISpellChecker::mytolower(ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.lowerconv[c]; else return c; } ichar_t ISpellChecker::mytoupper (ichar_t c) { if (c < (SET_SIZE + MAXSTRINGCHARS)) return m_hashheader.upperconv[c]; else return c; } enchant-1.6.0/src/ispell/sp_spell.h0000664000076400007640000000124711355203721014145 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef SPELL_H #define SPELL_H /* TODO stuff we need to do for this spell module: eliminate all the stderr fprintfs rip out the support for ICHAR_IS_CHAR */ #ifdef __cplusplus extern "C" { #endif typedef struct _sp_suggestions { int count; short *score; unsigned short **word; } sp_suggestions; int SpellCheckInit(char *hashname); void SpellCheckCleanup(void); int SpellCheckNWord16(const unsigned short *word16, int length); int SpellCheckSuggestNWord16(const unsigned short *word16, int length, sp_suggestions *sg); #ifdef __cplusplus } #endif #endif /* SPELL_H */ enchant-1.6.0/src/ispell/tgood.cpp0000664000076400007640000005735111355203721014002 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright 1987, 1988, 1989, 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * Table-driven version of good.c. * * Geoff Kuenning, July 1987 */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:29 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:28 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:56 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:09 dom * ispell enchant backend * * Revision 1.2 2003/01/29 05:50:12 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.1 2003/01/24 05:52:36 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.6 2003/01/06 18:48:42 dom * ispell cleanup, start of using new 'add' save features * * Revision 1.5 2002/09/19 05:31:20 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.4 2002/09/17 03:03:31 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.3 2002/09/13 17:20:14 mpritchett * Fix more warnings for Linux build * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.7 1999/10/20 06:03:56 sterwill * Changed C++-style comments to C-style comments in C code. * * Revision 1.6 1999/10/20 03:19:35 paul * Hacked ispell code to ignore any characters that don't fit in the lookup tables loaded from the dictionary. It ain't pretty, but at least we don't crash there any more. * * Revision 1.5 1999/04/13 17:12:51 jeff * Applied "Darren O. Benham" spell check changes. * Fixed crash on Win32 with the new code. * * Revision 1.4 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.4 1998/12/29 14:55:33 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.3 1998/12/28 23:11:30 eric * * modified spell code and integration to build on Windows. * This is still a hack. * * Actually, it doesn't yet WORK on Windows. It just builds. * SpellCheckInit is failing for some reason. * * Revision 1.2 1998/12/28 22:16:22 eric * * These changes begin to incorporate the spell checker into AbiWord. Most * of this is a hack. * * 1. added other/spell to the -I list in config/abi_defs * 2. replaced other/spell/Makefile with one which is more like * our build system. * 3. added other/spell to other/Makefile so that the build will now * dive down and build the spell check library. * 4. added the AbiSpell library to the Makefiles in wp/main * 5. added a call to SpellCheckInit in wp/main/unix/UnixMain.cpp. * This call is a HACK and should be replaced with something * proper later. * 6. added code to fv_View.cpp as follows: * whenever you double-click on a word, the spell checker * verifies that word and prints its status to stdout. * * Caveats: * 1. This will break the Windows build. I'm going to work on fixing it * now. * 2. This only works if your dictionary is in /usr/lib/ispell/american.hash. * The dictionary location is currently hard-coded. This will be * fixed as well. * * Anyway, such as it is, it works. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.32 1994/11/02 06:56:16 geoff * Remove the anyword feature, which I've decided is a bad idea. * * Revision 1.31 1994/10/25 05:46:25 geoff * Add support for the FF_ANYWORD (affix applies to all words, even if * flag bit isn't set) flag option. * * Revision 1.30 1994/05/24 06:23:08 geoff * Don't create a hit if "allhits" is clear and capitalization * mismatches. This cures a bug where a word could be in the dictionary * and yet not found. * * Revision 1.29 1994/05/17 06:44:21 geoff * Add support for controlled compound formation and the COMPOUNDONLY * option to affix flags. * * Revision 1.28 1994/01/25 07:12:13 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include #include #include #include "ispell_checker.h" /*! * Check possible affixes * * \param word Word to be checked * \param ucword Upper-case-only copy of word * \param len The length of word/ucword * \param ignoreflagbits Ignore whether affix is legal * \param allhits Keep going after first hit * \param pfxopts Options to apply to prefixes * \param sfxopts Options to apply to suffixes */ void ISpellChecker::chk_aff (ichar_t *word, ichar_t *ucword, int len, int ignoreflagbits, int allhits, int pfxopts, int sfxopts) { register ichar_t * cp; /* Pointer to char to index on */ struct flagptr * ind; /* Flag index table to test */ pfx_list_chk (word, ucword, len, pfxopts, sfxopts, &m_pflagindex[0], ignoreflagbits, allhits); cp = ucword; /* HACK: bail on unrecognized chars */ if (*cp >= (SET_SIZE + MAXSTRINGCHARS)) return; ind = &m_pflagindex[*cp++]; while (ind->numents == 0 && ind->pu.fp != NULL) { if (*cp == 0) return; if (ind->pu.fp[0].numents) { pfx_list_chk (word, ucword, len, pfxopts, sfxopts, &ind->pu.fp[0], ignoreflagbits, allhits); if (m_numhits && !allhits && /* !cflag && */ !ignoreflagbits) return; } /* HACK: bail on unrecognized chars */ if (*cp >= (SET_SIZE + MAXSTRINGCHARS)) return; ind = &ind->pu.fp[*cp++]; } pfx_list_chk (word, ucword, len, pfxopts, sfxopts, ind, ignoreflagbits, allhits); if (m_numhits && !allhits && /* !cflag &&*/ !ignoreflagbits) return; chk_suf (word, ucword, len, sfxopts, static_cast(NULL), ignoreflagbits, allhits); } /*! * Check some prefix flags * * \param word Word to be checked * \param ucword Upper-case-only word * \param len The length of ucword * \param optflags Options to apply * \param sfxopts Options to apply to suffixes * \param ind Flag index table * \param ignoreflagbits Ignore whether affix is legal * \param allhits Keep going after first hit * */ void ISpellChecker::pfx_list_chk (ichar_t *word, ichar_t *ucword, int len, int optflags, int sfxopts, struct flagptr * ind, int ignoreflagbits, int allhits) { int cond; /* Condition number */ register ichar_t * cp; /* Pointer into end of ucword */ struct dent * dent; /* Dictionary entry we found */ int entcount; /* Number of entries to process */ register struct flagent * flent; /* Current table entry */ int preadd; /* Length added to tword2 as prefix */ register int tlen; /* Length of tword */ ichar_t tword[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; /* Tmp cpy */ ichar_t tword2[sizeof tword]; /* 2nd copy for ins_root_cap */ for (flent = ind->pu.ent, entcount = ind->numents; entcount > 0; flent++, entcount--) { /* * If this is a compound-only affix, ignore it unless we're * looking for that specific thing. */ if ((flent->flagflags & FF_COMPOUNDONLY) != 0 && (optflags & FF_COMPOUNDONLY) == 0) continue; /* * See if the prefix matches. */ tlen = len - flent->affl; if (tlen > 0 && (flent->affl == 0 || icharncmp (flent->affix, ucword, flent->affl) == 0) && tlen + flent->stripl >= flent->numconds) { /* * The prefix matches. Remove it, replace it by the "strip" * string (if any), and check the original conditions. */ if (flent->stripl) icharcpy (tword, flent->strip); icharcpy (tword + flent->stripl, ucword + flent->affl); cp = tword; for (cond = 0; cond < flent->numconds; cond++) { if ((flent->conds[*cp++] & (1 << cond)) == 0) break; } if (cond >= flent->numconds) { /* * The conditions match. See if the word is in the * dictionary. */ tlen += flent->stripl; if (ignoreflagbits) { if ((dent = ispell_lookup (tword, 1)) != NULL) { cp = tword2; if (flent->affl) { icharcpy (cp, flent->affix); cp += flent->affl; *cp++ = '+'; } preadd = cp - tword2; icharcpy (cp, tword); cp += tlen; if (flent->stripl) { *cp++ = '-'; icharcpy (cp, flent->strip); } } } else if ((dent = ispell_lookup (tword, 1)) != NULL && TSTMASKBIT (dent->mask, flent->flagbit)) { if (m_numhits < MAX_HITS) { m_hits[m_numhits].dictent = dent; m_hits[m_numhits].prefix = flent; m_hits[m_numhits].suffix = NULL; m_numhits++; } if (!allhits) { #ifndef NO_CAPITALIZATION_SUPPORT if (cap_ok (word, &m_hits[0], len)) return; m_numhits = 0; #else /* NO_CAPITALIZATION_SUPPORT */ return; #endif /* NO_CAPITALIZATION_SUPPORT */ } } /* * Handle cross-products. */ if (flent->flagflags & FF_CROSSPRODUCT) chk_suf (word, tword, tlen, sfxopts | FF_CROSSPRODUCT, flent, ignoreflagbits, allhits); } } } } /*! * Check possible suffixes * * \param word Word to be checked * \param ucword Upper-case-only word * \param len The length of ucword * \param optflags Affix option flags * \param pfxent Prefix flag entry if cross-prod * \param ignoreflagbits Ignore whether affix is legal * \param allhits Keep going after first hit */ void ISpellChecker::chk_suf (ichar_t *word, ichar_t *ucword, int len, int optflags, struct flagent *pfxent, int ignoreflagbits, int allhits) { register ichar_t * cp; /* Pointer to char to index on */ struct flagptr * ind; /* Flag index table to test */ suf_list_chk (word, ucword, len, &m_sflagindex[0], optflags, pfxent, ignoreflagbits, allhits); cp = ucword + len - 1; /* HACK: bail on unrecognized chars */ if (*cp >= (SET_SIZE + MAXSTRINGCHARS)) return; ind = &m_sflagindex[*cp]; while (ind->numents == 0 && ind->pu.fp != NULL) { if (cp == ucword) return; if (ind->pu.fp[0].numents) { suf_list_chk (word, ucword, len, &ind->pu.fp[0], optflags, pfxent, ignoreflagbits, allhits); if (m_numhits != 0 && !allhits && /* !cflag && */ !ignoreflagbits) return; } /* HACK: bail on unrecognized chars */ if (*(cp-1) >= (SET_SIZE + MAXSTRINGCHARS)) return; ind = &ind->pu.fp[*--cp]; } suf_list_chk (word, ucword, len, ind, optflags, pfxent, ignoreflagbits, allhits); } /*! * \param word Word to be checked * \param ucword Upper-case-only word * \param len The length of ucword * \param ind Flag index table * \param optflags Affix option flags * \param pfxent Prefix flag entry if crossonly * \param ignoreflagbits Ignore whether affix is legal * \pram allhits Keep going after first hit */ void ISpellChecker::suf_list_chk (ichar_t *word, ichar_t *ucword, int len, struct flagptr *ind, int optflags, struct flagent *pfxent, int ignoreflagbits, int allhits) { register ichar_t * cp; /* Pointer into end of ucword */ int cond; /* Condition number */ struct dent * dent; /* Dictionary entry we found */ int entcount; /* Number of entries to process */ register struct flagent * flent; /* Current table entry */ int preadd; /* Length added to tword2 as prefix */ register int tlen; /* Length of tword */ ichar_t tword[INPUTWORDLEN + 4 * MAXAFFIXLEN + 4]; /* Tmp cpy */ ichar_t tword2[sizeof tword]; /* 2nd copy for ins_root_cap */ icharcpy (tword, ucword); for (flent = ind->pu.ent, entcount = ind->numents; entcount > 0; flent++, entcount--) { if ((optflags & FF_CROSSPRODUCT) != 0 && (flent->flagflags & FF_CROSSPRODUCT) == 0) continue; /* * If this is a compound-only affix, ignore it unless we're * looking for that specific thing. */ if ((flent->flagflags & FF_COMPOUNDONLY) != 0 && (optflags & FF_COMPOUNDONLY) == 0) continue; /* * See if the suffix matches. */ tlen = len - flent->affl; if (tlen > 0 && (flent->affl == 0 || icharcmp (flent->affix, ucword + tlen) == 0) && tlen + flent->stripl >= flent->numconds) { /* * The suffix matches. Remove it, replace it by the "strip" * string (if any), and check the original conditions. */ icharcpy (tword, ucword); cp = tword + tlen; if (flent->stripl) { icharcpy (cp, flent->strip); tlen += flent->stripl; cp = tword + tlen; } else *cp = '\0'; for (cond = flent->numconds; --cond >= 0; ) { if ((flent->conds[*--cp] & (1 << cond)) == 0) break; } if (cond < 0) { /* * The conditions match. See if the word is in the * dictionary. */ if (ignoreflagbits) { if ((dent = ispell_lookup (tword, 1)) != NULL) { cp = tword2; if ((optflags & FF_CROSSPRODUCT) && pfxent->affl != 0) { icharcpy (cp, pfxent->affix); cp += pfxent->affl; *cp++ = '+'; } preadd = cp - tword2; icharcpy (cp, tword); cp += tlen; if ((optflags & FF_CROSSPRODUCT) && pfxent->stripl != 0) { *cp++ = '-'; icharcpy (cp, pfxent->strip); cp += pfxent->stripl; } if (flent->stripl) { *cp++ = '-'; icharcpy (cp, flent->strip); cp += flent->stripl; } if (flent->affl) { *cp++ = '+'; icharcpy (cp, flent->affix); cp += flent->affl; } } } else if ((dent = ispell_lookup (tword, 1)) != NULL && TSTMASKBIT (dent->mask, flent->flagbit) && ((optflags & FF_CROSSPRODUCT) == 0 || TSTMASKBIT (dent->mask, pfxent->flagbit))) { if (m_numhits < MAX_HITS) { m_hits[m_numhits].dictent = dent; m_hits[m_numhits].prefix = pfxent; m_hits[m_numhits].suffix = flent; m_numhits++; } if (!allhits) { #ifndef NO_CAPITALIZATION_SUPPORT if (cap_ok (word, &m_hits[0], len)) return; m_numhits = 0; #else /* NO_CAPITALIZATION_SUPPORT */ return; #endif /* NO_CAPITALIZATION_SUPPORT */ } } } } } } /*! * Expand a dictionary prefix entry * * \param croot Char version of rootword * \param rootword Root word to expand * \param mask Mask bits to expand on * \param option Option, see expandmode * \param extra Extra info to add to line * * \return */ int ISpellChecker::expand_pre (char *croot, ichar_t *rootword, MASKTYPE mask[], int option, char *extra) { int entcount; /* No. of entries to process */ int explength; /* Length of expansions */ register struct flagent * flent; /* Current table entry */ for (flent = m_pflaglist, entcount = m_numpflags, explength = 0; entcount > 0; flent++, entcount--) { if (TSTMASKBIT (mask, flent->flagbit)) explength += pr_pre_expansion (croot, rootword, flent, mask, option, extra); } return explength; } /*! * Print a prefix expansion * * \param croot Char version of rootword * \param rootword Root word to expand * \param flent Current table entry * \param mask Mask bits to expand on * \param option Option, see expandmode * \param extra Extra info to add to line * * \return */ int ISpellChecker::pr_pre_expansion ( char *croot, ichar_t *rootword, struct flagent *flent, MASKTYPE mask[], int option, char *extra) { int cond; /* Current condition number */ register ichar_t * nextc; /* Next case choice */ int tlen; /* Length of tword */ ichar_t tword[INPUTWORDLEN + MAXAFFIXLEN]; /* Temp */ tlen = icharlen (rootword); if (flent->numconds > tlen) return 0; tlen -= flent->stripl; if (tlen <= 0) return 0; tlen += flent->affl; for (cond = 0, nextc = rootword; cond < flent->numconds; cond++) { if ((flent->conds[mytoupper (*nextc++)] & (1 << cond)) == 0) return 0; } /* * The conditions are satisfied. Copy the word, add the prefix, * and make it the proper case. This code is carefully written * to match that ins_cap and cap_ok. Note that the affix, as * inserted, is uppercase. * * There is a tricky bit here: if the root is capitalized, we * want a capitalized result. If the root is followcase, however, * we want to duplicate the case of the first remaining letter * of the root. In other words, "Loved/U" should generate "Unloved", * but "LOved/U" should generate "UNLOved" and "lOved/U" should * produce "unlOved". */ if (flent->affl) { icharcpy (tword, flent->affix); nextc = tword + flent->affl; } icharcpy (nextc, rootword + flent->stripl); if (myupper (rootword[0])) { /* We must distinguish followcase from capitalized and all-upper */ for (nextc = rootword + 1; *nextc; nextc++) { if (!myupper (*nextc)) break; } if (*nextc) { /* It's a followcase or capitalized word. Figure out which. */ for ( ; *nextc; nextc++) { if (myupper (*nextc)) break; } if (*nextc) { /* It's followcase. */ if (!myupper (tword[flent->affl])) forcelc (tword, flent->affl); } else { /* It's capitalized */ forcelc (tword + 1, tlen - 1); } } } else { /* Followcase or all-lower, we don't care which */ if (!myupper (*nextc)) forcelc (tword, flent->affl); } if (option == 3) printf ("\n%s", croot); if (option != 4) printf (" %s%s", ichartosstr (tword, 1), extra); if (flent->flagflags & FF_CROSSPRODUCT) return tlen + expand_suf (croot, tword, mask, FF_CROSSPRODUCT, option, extra); else return tlen; } /*! * Expand a dictionary suffix entry * * \param croot Char version of rootword * \param rootword Root word to expand * \param mask Mask bits to expand on * \param optflags Affix option flags * \param option Option, see expandmode * \param extra Extra info to add to line * * \return */ int ISpellChecker::expand_suf (char *croot, ichar_t *rootword, MASKTYPE mask[], int optflags, int option, char *extra) { int entcount; /* No. of entries to process */ int explength; /* Length of expansions */ register struct flagent * flent; /* Current table entry */ for (flent = m_sflaglist, entcount = m_numsflags, explength = 0; entcount > 0; flent++, entcount--) { if (TSTMASKBIT (mask, flent->flagbit)) { if ((optflags & FF_CROSSPRODUCT) == 0 || (flent->flagflags & FF_CROSSPRODUCT)) explength += pr_suf_expansion (croot, rootword, flent, option, extra); } } return explength; } /*! * Print a suffix expansion * * \param croot Char version of rootword * \param rootword Root word to expand * \param flent Current table entry * \param option Option, see expandmode * \param extra Extra info to add to line * * \return */ int ISpellChecker::pr_suf_expansion (char *croot, ichar_t *rootword, struct flagent *flent, int option, char *extra) { int cond; /* Current condition number */ register ichar_t * nextc; /* Next case choice */ int tlen; /* Length of tword */ ichar_t tword[INPUTWORDLEN + MAXAFFIXLEN]; /* Temp */ tlen = icharlen (rootword); cond = flent->numconds; if (cond > tlen) return 0; if (tlen - flent->stripl <= 0) return 0; for (nextc = rootword + tlen; --cond >= 0; ) { if ((flent->conds[mytoupper (*--nextc)] & (1 << cond)) == 0) return 0; } /* * The conditions are satisfied. Copy the word, add the suffix, * and make it match the case of the last remaining character of the * root. Again, this code carefully matches ins_cap and cap_ok. */ icharcpy (tword, rootword); nextc = tword + tlen - flent->stripl; if (flent->affl) { icharcpy (nextc, flent->affix); if (!myupper (nextc[-1])) forcelc (nextc, flent->affl); } else *nextc = 0; if (option == 3) printf ("\n%s", croot); if (option != 4) printf (" %s%s", ichartosstr (tword, 1), extra); return tlen + flent->affl - flent->stripl; } /*! * \param dst Destination to modify * \param len Length to copy */ void ISpellChecker::forcelc (ichar_t *dst, int len) /* Force to lowercase */ { for ( ; --len >= 0; dst++) *dst = mytolower (*dst); } enchant-1.6.0/src/ispell/Makefile.in0000664000076400007640000004544511355204205014226 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/ispell DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(ispelldir)" LTLIBRARIES = $(ispell_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_ispell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/src/libenchant.la am_libenchant_ispell_la_OBJECTS = correct.lo good.lo hash.lo \ ispell_checker.lo lookup.lo makedent.lo tgood.lo libenchant_ispell_la_OBJECTS = $(am_libenchant_ispell_la_OBJECTS) libenchant_ispell_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libenchant_ispell_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_ISPELL_TRUE@am_libenchant_ispell_la_rpath = -rpath $(ispelldir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_ispell_la_SOURCES) DIST_SOURCES = $(libenchant_ispell_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_ISPELL_FALSE@target_lib = @WITH_ISPELL_TRUE@target_lib = libenchant_ispell.la INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CXX_WARN_CFLAGS) $(ISPELL_CFLAGS) -D_ENCHANT_BUILD=1 ispell_LTLIBRARIES = $(target_lib) ispelldir = $(libdir)/enchant libenchant_ispell_lalibdir = $(libdir)/enchant libenchant_ispell_la_LIBADD = $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la libenchant_ispell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_ispell_la_SOURCES = \ correct.cpp \ good.cpp \ hash.cpp \ ispell_checker.cpp \ ispell_checker.h \ ispell_def.h \ ispell.h \ lookup.cpp \ makedent.cpp \ msgs.h \ sp_spell.h \ tgood.cpp all: all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ispell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/ispell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-ispellLTLIBRARIES: $(ispell_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(ispelldir)" || $(MKDIR_P) "$(DESTDIR)$(ispelldir)" @list='$(ispell_LTLIBRARIES)'; test -n "$(ispelldir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ispelldir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ispelldir)"; \ } uninstall-ispellLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(ispell_LTLIBRARIES)'; test -n "$(ispelldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ispelldir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ispelldir)/$$f"; \ done clean-ispellLTLIBRARIES: -test -z "$(ispell_LTLIBRARIES)" || rm -f $(ispell_LTLIBRARIES) @list='$(ispell_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_ispell.la: $(libenchant_ispell_la_OBJECTS) $(libenchant_ispell_la_DEPENDENCIES) $(libenchant_ispell_la_LINK) $(am_libenchant_ispell_la_rpath) $(libenchant_ispell_la_OBJECTS) $(libenchant_ispell_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/correct.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/good.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ispell_checker.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makedent.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tgood.Plo@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(ispelldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-ispellLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-ispellLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-ispellLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-ispellLTLIBRARIES clean-libtool ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am \ install-ispellLTLIBRARIES install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-ispellLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/ispell/ispell_checker.cpp0000664000076400007640000004117611355203721015640 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include #include #include #include #include #include "enchant-provider.h" #include "sp_spell.h" #include "ispell_checker.h" #include "enchant.h" #ifndef ENCHANT_ISPELL_HOME_DIR #define ENCHANT_ISPELL_HOME_DIR "ispell" #endif ENCHANT_PLUGIN_DECLARE("Ispell") #define G_ICONV_INVALID (GIConv)-1 /***************************************************************************/ typedef struct str_ispell_map { const char * lang; const char * dict; const char * enc; } IspellMap; static const IspellMap ispell_map [] = { {"ca" ,"catala.hash" ,"iso-8859-1" }, {"cs" ,"czech.hash" ,"iso-8859-2" }, {"da" ,"dansk.hash" ,"iso-8859-1" }, {"de" ,"deutsch.hash" ,"iso-8859-1" }, {"de_CH" ,"swiss.hash" ,"iso-8859-1" }, {"el" ,"ellhnika.hash" ,"iso-8859-7" }, {"en" ,"british.hash" ,"iso-8859-1" }, {"en_PH" ,"american.hash" ,"iso-8859-1" }, {"en_US" ,"american.hash" ,"iso-8859-1" }, {"eo" ,"esperanto.hash" ,"iso-8859-3" }, {"es" ,"espanol.hash" ,"iso-8859-1" }, {"fi" ,"finnish.hash" ,"iso-8859-1" }, {"fr" ,"francais.hash" ,"iso-8859-1" }, {"hu" ,"hungarian.hash" ,"iso-8859-2" }, {"ga" ,"irish.hash" ,"iso-8859-1" }, {"gl" ,"galician.hash" ,"iso-8859-1" }, {"ia" ,"interlingua.hash" ,"iso-8859-1" }, {"it" ,"italian.hash" ,"iso-8859-1" }, {"la" ,"mlatin.hash" ,"iso-8859-1" }, {"lt" ,"lietuviu.hash" ,"iso-8859-13" }, {"nl" ,"nederlands.hash" ,"iso-8859-1" }, {"nb" ,"norsk.hash" ,"iso-8859-1" }, {"nn" ,"nynorsk.hash" ,"iso-8859-1" }, {"no" ,"norsk.hash" ,"iso-8859-1" }, {"pl" ,"polish.hash" ,"iso-8859-2" }, {"pt" ,"brazilian.hash" ,"iso-8859-1" }, {"pt_PT" ,"portugues.hash" ,"iso-8859-1" }, {"ru" ,"russian.hash" ,"koi8-r" }, {"sc" ,"sardinian.hash" ,"iso-8859-1" }, {"sk" ,"slovak.hash" ,"iso-8859-2" }, {"sl" ,"slovensko.hash" ,"iso-8859-2" }, {"sv" ,"svenska.hash" ,"iso-8859-1" }, {"uk" ,"ukrainian.hash" ,"koi8-u" }, {"yi" ,"yiddish-yivo.hash" ,"utf-8" } }; static const size_t size_ispell_map = G_N_ELEMENTS(ispell_map); static bool g_iconv_is_valid(GIConv i) { return (i != G_ICONV_INVALID); } void ISpellChecker::try_autodetect_charset(const char * const inEncoding) { if (inEncoding && strlen(inEncoding)) { m_translate_in = g_iconv_open(inEncoding, "UTF-8"); m_translate_out = g_iconv_open("UTF-8", inEncoding); } } /***************************************************************************/ /***************************************************************************/ ISpellChecker::ISpellChecker(EnchantBroker * broker) : m_broker(broker), deftflag(-1), prefstringchar(-1), m_bSuccessfulInit(false), m_BC(NULL), m_cd(NULL), m_cl(NULL), m_cm(NULL), m_ho(NULL), m_nd(NULL), m_so(NULL), m_se(NULL), m_ti(NULL), m_te(NULL), m_hashstrings(NULL), m_hashtbl(NULL), m_pflaglist(NULL), m_sflaglist(NULL), m_chartypes(NULL), m_infile(NULL), m_outfile(NULL), m_askfilename(NULL), m_Trynum(0), m_translate_in(G_ICONV_INVALID), m_translate_out(G_ICONV_INVALID) { memset(m_sflagindex,0,sizeof(m_sflagindex)); memset(m_pflagindex,0,sizeof(m_pflagindex)); } #ifndef FREEP #define FREEP(p) do { if (p) free(p); } while (0) #endif ISpellChecker::~ISpellChecker() { if (m_bSuccessfulInit) { // only cleanup our mess if we were successfully initialized clearindex (m_pflagindex); clearindex (m_sflagindex); } FREEP(m_hashtbl); FREEP(m_hashstrings); FREEP(m_sflaglist); FREEP(m_chartypes); if (g_iconv_is_valid (m_translate_in )) g_iconv_close(m_translate_in); m_translate_in = G_ICONV_INVALID; if (g_iconv_is_valid(m_translate_out)) g_iconv_close(m_translate_out); m_translate_out = G_ICONV_INVALID; } bool ISpellChecker::checkWord(const char * const utf8Word, size_t length) { ichar_t iWord[INPUTWORDLEN + MAXAFFIXLEN]; char szWord[INPUTWORDLEN + MAXAFFIXLEN]; if (!m_bSuccessfulInit) return false; if (!utf8Word || length >= (INPUTWORDLEN + MAXAFFIXLEN) || length == 0) return false; bool retVal = false; if (!g_iconv_is_valid(m_translate_in)) return false; else { /* convert to 8bit string and null terminate */ size_t len_in, len_out, result; // the 8bit encodings use precomposed forms char *normalizedWord = g_utf8_normalize (utf8Word, length, G_NORMALIZE_NFC); char *In = normalizedWord; char *Out = szWord; len_in = strlen(In); len_out = sizeof( szWord ) - 1; result = g_iconv(m_translate_in, &In, &len_in, &Out, &len_out); g_free(normalizedWord); if ((size_t)-1 == result) return false; *Out = '\0'; } if (!strtoichar(iWord, szWord, sizeof(iWord), 0)) { if (good(iWord, 0, 0, 1, 0) == 1 || compoundgood(iWord, 1) == 1) { retVal = true; } } return retVal; } char ** ISpellChecker::suggestWord(const char * const utf8Word, size_t length, size_t * out_n_suggestions) { ichar_t iWord[INPUTWORDLEN + MAXAFFIXLEN]; char word8[INPUTWORDLEN + MAXAFFIXLEN]; int c; *out_n_suggestions = 0; if (!m_bSuccessfulInit) return NULL; if (!utf8Word || length >= (INPUTWORDLEN + MAXAFFIXLEN) || length == 0) return NULL; if (!g_iconv_is_valid(m_translate_in)) return NULL; else { /* convert to 8bit string and null terminate */ size_t len_in, len_out, result; // the 8bit encodings use precomposed forms char *normalizedWord = g_utf8_normalize (utf8Word, length, G_NORMALIZE_NFC); char *In = normalizedWord; char *Out = word8; len_in = strlen(In); len_out = sizeof( word8 ) - 1; result = g_iconv(m_translate_in, &In, &len_in, &Out, &len_out); g_free(normalizedWord); if ((size_t)-1 == result) return NULL; *Out = '\0'; } if (!strtoichar(iWord, word8, sizeof(iWord), 0)) makepossibilities(iWord); else return NULL; char **sugg_arr = NULL; *out_n_suggestions = m_pcount; { sugg_arr = g_new0 (char *, *out_n_suggestions + 1); for (c = 0; c < m_pcount; c++) { int l = strlen(m_possibilities[c]); char *utf8Sugg = g_new0(char, INPUTWORDLEN + MAXAFFIXLEN + 1); if (!g_iconv_is_valid(m_translate_out)) { /* copy to 8bit string and null terminate */ for (int x = 0; x < l; x++) utf8Sugg[x] = static_cast(m_possibilities[c][x]); utf8Sugg[l] = 0; } else { /* convert to 32bit string and null terminate */ size_t len_in, len_out; char *In = m_possibilities[c]; char *Out = reinterpret_cast(utf8Sugg); len_in = l; len_out = INPUTWORDLEN + MAXAFFIXLEN; if ((size_t)-1 == g_iconv(m_translate_out, &In, &len_in, &Out, &len_out)) { *out_n_suggestions = c; return sugg_arr; } *(Out) = 0; } sugg_arr[c] = utf8Sugg; } } return sugg_arr; } static GSList * ispell_checker_get_dictionary_dirs (EnchantBroker * broker) { GSList *dirs = NULL; { GSList *config_dirs, *iter; config_dirs = enchant_get_user_config_dirs (); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_build_filename ((const gchar *)iter->data, ENCHANT_ISPELL_HOME_DIR, NULL)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } #if 0 { const gchar* const * system_data_dirs = g_get_system_data_dirs (); const gchar* const * iter; for (iter = system_data_dirs; *iter; iter++) { dirs = g_slist_append (dirs, g_build_filename (*iter, "ispell", "dicts", NULL)); } } #endif /* until I work out how to link the modules against enchant in MacOSX - fjf */ #ifndef XP_TARGET_COCOA char * ispell_prefix = NULL; /* Look for explicitly set registry values */ ispell_prefix = enchant_get_registry_value ("Ispell", "Data_Dir"); if (ispell_prefix) dirs = g_slist_append (dirs, ispell_prefix); /* Dynamically locate library and search for modules relative to it. */ char * enchant_prefix = enchant_get_prefix_dir(); if(enchant_prefix) { ispell_prefix = g_build_filename(enchant_prefix, "share", "enchant", "ispell", NULL); g_free(enchant_prefix); dirs = g_slist_append (dirs, ispell_prefix); } #endif #ifdef ENCHANT_ISPELL_DICT_DIR dirs = g_slist_append (dirs, g_strdup (ENCHANT_ISPELL_DICT_DIR)); #endif { GSList *config_dirs, *iter; config_dirs = enchant_get_dirs_from_param (broker, "enchant.ispell.dictionary.path"); for (iter = config_dirs; iter; iter = iter->next) { dirs = g_slist_append (dirs, g_strdup ((const gchar *)iter->data)); } g_slist_foreach (config_dirs, (GFunc)g_free, NULL); g_slist_free (config_dirs); } return dirs; } static void s_buildHashNames (std::vector & names, EnchantBroker * broker, const char * dict) { names.clear (); GSList *dirs, *iter; dirs = ispell_checker_get_dictionary_dirs(broker); for (iter = dirs; iter; iter = iter->next) { char *tmp; tmp = g_build_filename ((const gchar *)iter->data, dict, NULL); names.push_back (tmp); g_free (tmp); } g_slist_foreach (dirs, (GFunc)g_free, NULL); g_slist_free (dirs); } char * ISpellChecker::loadDictionary (const char * szdict) { std::vector dict_names; s_buildHashNames (dict_names, m_broker, szdict); for (size_t i = 0; i < dict_names.size(); i++) { if (linit(const_cast(dict_names[i].c_str())) >= 0) return g_strdup (dict_names[i].c_str()); } return NULL; } /*! * Load ispell dictionary hash file for given language. * * \param szLang - The language tag ("en-US") we want to use * \return The name of the dictionary file */ bool ISpellChecker::loadDictionaryForLanguage ( const char * szLang ) { char *hashname = NULL; const char * encoding = NULL; const char * szFile = NULL; for (size_t i = 0; i < size_ispell_map; i++) { const IspellMap * mapping = (const IspellMap *)(&(ispell_map[i])); if (!strcmp (szLang, mapping->lang)) { szFile = mapping->dict; encoding = mapping->enc; break; } } if (!szFile || !strlen(szFile)) return false; alloc_ispell_struct(); if (!(hashname = loadDictionary(szFile))) return false; // one of the two above calls succeeded setDictionaryEncoding (hashname, encoding); g_free (hashname); return true; } void ISpellChecker::setDictionaryEncoding( const char * hashname, const char * encoding ) { /* Get Hash encoding from XML file. This should always work! */ try_autodetect_charset(encoding); if (g_iconv_is_valid(m_translate_in) && g_iconv_is_valid(m_translate_out)) { /* We still have to setup prefstringchar*/ prefstringchar = findfiletype("utf8", 1, deftflag < 0 ? &deftflag : static_cast(NULL)); if (prefstringchar < 0) { char teststring[64]; for(int n1 = 1; n1 <= 15; n1++) { sprintf(teststring, "latin%d", n1); prefstringchar = findfiletype(teststring, 1, deftflag < 0 ? &deftflag : static_cast(NULL)); if (prefstringchar >= 0) break; } } return; /* success */ } /* Test for UTF-8 first */ prefstringchar = findfiletype("utf8", 1, deftflag < 0 ? &deftflag : static_cast(NULL)); if (prefstringchar >= 0) { m_translate_in = g_iconv_open("UTF-8", "UTF-8"); m_translate_out = g_iconv_open("UTF-8", "UTF-8"); } if (g_iconv_is_valid(m_translate_in) && g_iconv_is_valid(m_translate_out)) return; /* success */ /* Test for "latinN" */ if (!g_iconv_is_valid(m_translate_in)) { /* Look for "altstringtype" names from latin1 to latin15 */ for(int n1 = 1; n1 <= 15; n1++) { char * teststring = g_strdup_printf("latin%u", n1); prefstringchar = findfiletype(teststring, 1, deftflag < 0 ? &deftflag : static_cast(NULL)); if (prefstringchar >= 0) { m_translate_in = g_iconv_open(teststring, "UTF-8"); m_translate_out = g_iconv_open("UTF-8", teststring); g_free (teststring); break; } else { g_free (teststring); } } } /* If nothing found, use latin1 */ if (!g_iconv_is_valid(m_translate_in)) { m_translate_in = g_iconv_open("latin1", "UTF-8"); m_translate_out = g_iconv_open("UTF-8", "latin1"); } } bool ISpellChecker::requestDictionary(const char *szLang) { if (!loadDictionaryForLanguage (szLang)) { // handle a shortened version of the language tag: en_US => en std::string shortened_dict (szLang); size_t uscore_pos; if ((uscore_pos = shortened_dict.rfind ('_')) != ((size_t)-1)) { shortened_dict = shortened_dict.substr(0, uscore_pos); if (!loadDictionaryForLanguage (shortened_dict.c_str())) return false; } else return false; } m_bSuccessfulInit = true; if (prefstringchar < 0) m_defdupchar = 0; else m_defdupchar = prefstringchar; return true; } static char ** ispell_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { ISpellChecker * checker; checker = (ISpellChecker *) me->user_data; return checker->suggestWord (word, len, out_n_suggs); } static int ispell_dict_check (EnchantDict * me, const char *const word, size_t len) { ISpellChecker * checker; checker = (ISpellChecker *) me->user_data; if (checker->checkWord(word, len)) return 0; return 1; } static EnchantDict * ispell_provider_request_dict (EnchantProvider * me, const char *const tag) { EnchantDict *dict; ISpellChecker * checker; checker = new ISpellChecker (me->owner); if (!checker) { return NULL; } if (!checker->requestDictionary(tag)) { delete checker; return NULL; } dict = g_new0 (EnchantDict, 1); dict->user_data = (void *) checker; dict->check = ispell_dict_check; dict->suggest = ispell_dict_suggest; // don't implement session or personal return dict; } static void ispell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { ISpellChecker * checker; checker = (ISpellChecker *) dict->user_data; delete checker; g_free (dict); } static int _ispell_provider_dictionary_exists (EnchantBroker * broker, const char *const szFile) { std::vector names; s_buildHashNames (names, broker, szFile); for (size_t i = 0; i < names.size(); i++) { if (g_file_test (names[i].c_str(), G_FILE_TEST_EXISTS)) return 1; } return 0; } extern "C" { ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); static char ** ispell_provider_list_dictionaries (EnchantProvider * me, size_t * out_n_dicts) { size_t i, nb; char ** out_dicts = g_new0 (char *, size_ispell_map + 1); (void)me; nb = 0; for (i = 0; i < size_ispell_map; i++) if (_ispell_provider_dictionary_exists (me->owner, ispell_map[i].dict)) out_dicts[nb++] = g_strdup (ispell_map[i].lang); *out_n_dicts = nb; if (nb == 0) { g_free (out_dicts); out_dicts = NULL; } return out_dicts; } static int ispell_provider_dictionary_exists (struct str_enchant_provider * me, const char *const tag) { std::string shortened_dict (tag); size_t uscore_pos; if ((uscore_pos = shortened_dict.rfind ('_')) != ((size_t)-1)) shortened_dict = shortened_dict.substr(0, uscore_pos); for (size_t i = 0; i < size_ispell_map; i++) { const IspellMap * mapping = (const IspellMap *)(&(ispell_map[i])); if (!strcmp (tag, mapping->lang) || !strcmp (shortened_dict.c_str(), mapping->lang)) return _ispell_provider_dictionary_exists(me->owner, mapping->dict); } return 0; } static void ispell_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static void ispell_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * ispell_provider_identify (EnchantProvider * me) { return "ispell"; } static const char * ispell_provider_describe (EnchantProvider * me) { return "Ispell Provider"; } EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0 (EnchantProvider, 1); provider->dispose = ispell_provider_dispose; provider->request_dict = ispell_provider_request_dict; provider->dispose_dict = ispell_provider_dispose_dict; provider->dictionary_exists = ispell_provider_dictionary_exists; provider->identify = ispell_provider_identify; provider->describe = ispell_provider_describe; provider->list_dicts = ispell_provider_list_dictionaries; provider->free_string_list = ispell_provider_free_string_list; return provider; } } // extern C linkage enchant-1.6.0/src/ispell/good.cpp0000664000076400007640000002736311355203721013616 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * good.c - see if a word or its root word * is in the dictionary. * * Pace Willisson, 1983 * * Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All modifications to the source code must be clearly marked as * such. Binary redistributions based on modified source code * must be clearly marked as modified versions in the documentation * and/or other materials provided with the distribution. * 4. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * This product includes software developed by Geoff Kuenning and * other unpaid contributors. * 5. The name of Geoff Kuenning may not be used to endorse or promote * products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * $Log$ * Revision 1.4 2003/08/14 17:51:26 dom * update license - exception clause should be Lesser GPL * * Revision 1.3 2003/07/28 20:40:25 dom * fix up the license clause, further win32-registry proof some directory getting functions * * Revision 1.2 2003/07/16 22:52:37 dom * LGPL + exception license * * Revision 1.1 2003/07/15 01:15:04 dom * ispell enchant backend * * Revision 1.2 2003/01/29 05:50:11 hippietrail * * Fixed my mess in EncodingManager. * Changed many C casts to C++ casts. * * Revision 1.1 2003/01/24 05:52:32 hippietrail * * Refactored ispell code. Old ispell global variables had been put into * an allocated structure, a pointer to which was passed to many functions. * I have now made all such functions and variables private members of the * ISpellChecker class. It was C OO, now it's C++ OO. * * I've fixed the makefiles and tested compilation but am unable to test * operation. Please back out my changes if they cause problems which * are not obvious or easy to fix. * * Revision 1.6 2003/01/06 18:48:38 dom * ispell cleanup, start of using new 'add' save features * * Revision 1.5 2002/09/19 05:31:15 hippietrail * * More Ispell cleanup. Conditional globals and DEREF macros are removed. * K&R function declarations removed, converted to Doxygen style comments * where possible. No code has been changed (I hope). Compiles for me but * unable to test. * * Revision 1.4 2002/09/17 03:03:29 hippietrail * * After seeking permission on the developer list I've reformatted all the * spelling source which seemed to have parts which used 2, 3, 4, and 8 * spaces for tabs. It should all look good with our standard 4-space * tabs now. * I've concentrated just on indentation in the actual code. More prettying * could be done. * * NO code changes were made * * * Revision 1.3 2002/09/13 17:20:12 mpritchett * Fix more warnings for Linux build * * Revision 1.2 2001/05/12 16:05:42 thomasf * Big pseudo changes to ispell to make it pass around a structure rather * than rely on all sorts of gloabals willy nilly here and there. Also * fixed our spelling class to work with accepting suggestions once more. * This code is dirty, gross and ugly (not to mention still not supporting * multiple hash sized just yet) but it works on my machine and will no * doubt break other machines. * * Revision 1.1 2001/04/15 16:01:24 tomas_f * moving to spell/xp * * Revision 1.5 2000/02/09 22:35:25 sterwill * Clean up some warnings * * Revision 1.4 1998/12/29 14:55:32 eric * * I've doctored the ispell code pretty extensively here. It is now * warning-free on Win32. It also *works* on Win32 now, since I * replaced all the I/O calls with ANSI standard ones. * * Revision 1.3 1998/12/28 23:11:30 eric * * modified spell code and integration to build on Windows. * This is still a hack. * * Actually, it doesn't yet WORK on Windows. It just builds. * SpellCheckInit is failing for some reason. * * Revision 1.2 1998/12/28 22:16:22 eric * * These changes begin to incorporate the spell checker into AbiWord. Most * of this is a hack. * * 1. added other/spell to the -I list in config/abi_defs * 2. replaced other/spell/Makefile with one which is more like * our build system. * 3. added other/spell to other/Makefile so that the build will now * dive down and build the spell check library. * 4. added the AbiSpell library to the Makefiles in wp/main * 5. added a call to SpellCheckInit in wp/main/unix/UnixMain.cpp. * This call is a HACK and should be replaced with something * proper later. * 6. added code to fv_View.cpp as follows: * whenever you double-click on a word, the spell checker * verifies that word and prints its status to stdout. * * Caveats: * 1. This will break the Windows build. I'm going to work on fixing it * now. * 2. This only works if your dictionary is in /usr/lib/ispell/american.hash. * The dictionary location is currently hard-coded. This will be * fixed as well. * * Anyway, such as it is, it works. * * Revision 1.1 1998/12/28 18:04:43 davet * Spell checker code stripped from ispell. At this point, there are * two external routines... the Init routine, and a check-a-word routine * which returns a boolean value, and takes a 16 bit char string. * The code resembles the ispell code as much as possible still. * * Revision 1.43 1994/11/02 06:56:05 geoff * Remove the anyword feature, which I've decided is a bad idea. * * Revision 1.42 1994/10/25 05:45:59 geoff * Add support for an affix that will work with any word, even if there's * no explicit flag. * * Revision 1.41 1994/05/24 06:23:06 geoff * Let tgood decide capitalization questions, rather than doing it ourselves. * * Revision 1.40 1994/05/17 06:44:10 geoff * Add support for controlled compound formation and the COMPOUNDONLY * option to affix flags. * * Revision 1.39 1994/01/25 07:11:31 geoff * Get rid of all old RCS log lines in preparation for the 3.1 release. * */ #include #include #include #include #include "ispell_checker.h" int good P ((ichar_t * word, int ignoreflagbits, int allhits, int pfxopts, int sfxopts)); #ifndef NO_CAPITALIZATION_SUPPORT /*! ** See if this particular capitalization (dent) is legal with these ** particular affixes. ** ** \param dent ** \param hit ** ** \return */ static int entryhasaffixes (struct dent *dent, struct success *hit) { if (hit->prefix && !TSTMASKBIT (dent->mask, hit->prefix->flagbit)) return 0; if (hit->suffix && !TSTMASKBIT (dent->mask, hit->suffix->flagbit)) return 0; return 1; /* Yes, these affixes are legal */ } /* * \param word * \param hit * \param len * * \return */ int ISpellChecker::cap_ok (ichar_t *word, struct success *hit, int len) { register ichar_t * dword; register ichar_t * w; register struct dent * dent; ichar_t dentword[INPUTWORDLEN + MAXAFFIXLEN]; int preadd; int prestrip; int sufadd; ichar_t * limit; long thiscap; long dentcap; thiscap = whatcap (word); /* ** All caps is always legal, regardless of affixes. */ preadd = prestrip = sufadd = 0; if (thiscap == ALLCAPS) return 1; else if (thiscap == FOLLOWCASE) { /* Set up some constants for the while(1) loop below */ if (hit->prefix) { preadd = hit->prefix->affl; prestrip = hit->prefix->stripl; } else preadd = prestrip = 0; sufadd = hit->suffix ? hit->suffix->affl : 0; } /* ** Search the variants for one that matches what we have. Note ** that thiscap can't be ALLCAPS, since we already returned ** for that case. */ dent = hit->dictent; for ( ; ; ) { dentcap = captype (dent->flagfield); if (dentcap != thiscap) { if (dentcap == ANYCASE && thiscap == CAPITALIZED && entryhasaffixes (dent, hit)) return 1; } else /* captypes match */ { if (thiscap != FOLLOWCASE) { if (entryhasaffixes (dent, hit)) return 1; } else { /* ** Make sure followcase matches exactly. ** Life is made more difficult by the ** possibility of affixes. Start with ** the prefix. */ strtoichar (dentword, dent->word, INPUTWORDLEN, 1); dword = dentword; limit = word + preadd; if (myupper (dword[prestrip])) { for (w = word; w < limit; w++) { if (mylower (*w)) goto doublecontinue; } } else { for (w = word; w < limit; w++) { if (myupper (*w)) goto doublecontinue; } } dword += prestrip; /* Do root part of word */ limit = dword + len - preadd - sufadd; while (dword < limit) { if (*dword++ != *w++) goto doublecontinue; } /* Do suffix */ dword = limit - 1; if (myupper (*dword)) { for ( ; *w; w++) { if (mylower (*w)) goto doublecontinue; } } else { for ( ; *w; w++) { if (myupper (*w)) goto doublecontinue; } } /* ** All failure paths go to "doublecontinue," ** so if we get here it must match. */ if (entryhasaffixes (dent, hit)) return 1; doublecontinue: ; } } if ((dent->flagfield & MOREVARIANTS) == 0) break; dent = dent->next; } /* No matches found */ return 0; } #endif #ifndef NO_CAPITALIZATION_SUPPORT /*! * \param w Word to look up * \param ignoreflagbits NZ to ignore affix flags in dict * \param allhits NZ to ignore case, get every hit * \param pfxopts Options to apply to prefixes * \param sfxopts Options to apply to suffixes * * \return */ int ISpellChecker::good (ichar_t *w, int ignoreflagbits, int allhits, int pfxopts, int sfxopts) #else /* ARGSUSED */ int ISpellChecker::good (ichar_t *w, int ignoreflagbits, int dummy, int pfxopts, int sfxopts) #endif { ichar_t nword[INPUTWORDLEN + MAXAFFIXLEN]; register ichar_t * p; register ichar_t * q; register int n; register struct dent * dp; /* ** Make an uppercase copy of the word we are checking. */ for (p = w, q = nword; *p; ) *q++ = mytoupper (*p++); *q = 0; n = q - nword; m_numhits = 0; if ((dp = ispell_lookup (nword, 1)) != NULL) { m_hits[0].dictent = dp; m_hits[0].prefix = NULL; m_hits[0].suffix = NULL; #ifndef NO_CAPITALIZATION_SUPPORT if (allhits || cap_ok (w, &m_hits[0], n)) m_numhits = 1; #else m_numhits = 1; #endif } if (m_numhits && !allhits) return 1; /* try stripping off affixes */ chk_aff (w, nword, n, ignoreflagbits, allhits, pfxopts, sfxopts); return m_numhits; } enchant-1.6.0/src/ispell/README0000664000076400007640000000154211355203721013031 00000000000000Ispell Enchant Backend Ispell is as old as time. I'll bore you with the history lesson - let it suffice to say that there are many forks of Ispell floating around there. This is based off of work done by myself (Dom) and others inside of AbiWord (http://www.abisource.com). It is a port of Ispell to C++, some other general modifications, plus it's stateful (no static/global data). These are all good things. The current version of enchant looks for dictionary files in 2 places: 1) Global directory - this is $prefix/share/enchant/ispell/ 2) User-local directory - this is $home/.enchant/ispell/ The user's dictionaries, if present, always take precedence over the global ones. You can grab dictionaries compatible with this version of Ispell from: http://www.abisource.com/~fjf/ http://sourceforge.net/project/showfiles.php?group_id=15518&release_id=84373 enchant-1.6.0/src/zemberek/0000775000076400007640000000000011355204367012552 500000000000000enchant-1.6.0/src/zemberek/Makefile.am0000664000076400007640000000102711355203721014517 00000000000000if WITH_ZEMBEREK target_lib = libenchant_zemberek.la else target_lib = endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(ZEMBEREK_CFLAGS) $(CXX_WARN_CFLAGS) -D_ENCHANT_BUILD=1 zemberek_LTLIBRARIES = $(target_lib) zemberekdir= $(libdir)/enchant libenchant_zemberek_lalibdir=$(libdir)/enchant libenchant_zemberek_la_LIBADD= $(ZEMBEREK_LIBS) $(top_builddir)/src/libenchant.la libenchant_zemberek_la_LDFLAGS = -avoid-version -no-undefined libenchant_zemberek_la_SOURCES =\ zemberek.cpp \ zemberek.h \ zemberek_provider.cpp enchant-1.6.0/src/zemberek/zemberek.h0000664000076400007640000000344211355203721014443 00000000000000/* Copyright (C) 2006 Barış Metin * Copyright (C) 2007 Serkan Kaba * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #ifndef ZEMBEREK_H #define ZEMBEREK_H #include #include class Zemberek { public: Zemberek(); ~Zemberek(); int checkWord(const char* word) const; char** suggestWord(const char* word, size_t *out_n_suggs); private: DBusGConnection *connection; DBusGProxy *proxy; }; bool zemberek_service_is_running (); #endif enchant-1.6.0/src/zemberek/zemberek_provider.cpp0000664000076400007640000001005511355203721016706 00000000000000/* Copyright (C) 2006 Barış Metin * Copyright (C) 2007 Serkan Kaba * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include "enchant.h" #include "enchant-provider.h" #include "zemberek.h" ENCHANT_PLUGIN_DECLARE("Zemberek") extern "C" { ENCHANT_MODULE_EXPORT(EnchantProvider *) init_enchant_provider(void); static int zemberek_dict_check (EnchantDict * me, const char *const word, size_t len) { Zemberek *checker; checker = (Zemberek *) me->user_data; return checker->checkWord(word); } static char** zemberek_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { Zemberek *checker; checker = (Zemberek *) me->user_data; return checker->suggestWord (word, out_n_suggs); } static void zemberek_provider_dispose(EnchantProvider *me) { g_free(me); } static EnchantDict* zemberek_provider_request_dict(EnchantProvider *me, const char *tag) { if (!((strcmp(tag, "tr") == 0) || (strncmp(tag, "tr_", 3) == 0))) return NULL; // only handle turkish try { Zemberek* checker = new Zemberek(); EnchantDict* dict = g_new0(EnchantDict, 1); dict->user_data = (void *) checker; dict->check = zemberek_dict_check; dict->suggest = zemberek_dict_suggest; return dict; } catch(...) { // will fail if zemberek service isn't running return NULL; } } static void zemberek_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { Zemberek *checker; checker = (Zemberek *) dict->user_data; delete checker; g_free (dict); } static const char * zemberek_provider_identify (EnchantProvider * me) { return "zemberek"; } static const char * zemberek_provider_describe (EnchantProvider * me) { return "Zemberek Provider"; } static void zemberek_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static char ** zemberek_provider_list_dicts (EnchantProvider * me, size_t * out_n_dicts) { if (!zemberek_service_is_running ()) { *out_n_dicts = 0; return NULL; } else { char ** out_list = NULL; *out_n_dicts = 1; out_list = g_new0 (char *, 2); out_list[0] = g_strdup ("tr"); return out_list; } } EnchantProvider * init_enchant_provider(void) { EnchantProvider *provider; provider = g_new0(EnchantProvider, 1); provider->dispose = zemberek_provider_dispose; provider->request_dict = zemberek_provider_request_dict; provider->dispose_dict = zemberek_provider_dispose_dict; provider->identify = zemberek_provider_identify; provider->describe = zemberek_provider_describe; provider->list_dicts = zemberek_provider_list_dicts; provider->free_string_list = zemberek_provider_free_string_list; return provider; } } enchant-1.6.0/src/zemberek/zemberek.cpp0000664000076400007640000000735111355203721015001 00000000000000/* Copyright (C) 2006 Barış Metin * Copyright (C) 2007 Serkan Kaba * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include "zemberek.h" bool zemberek_service_is_running () { DBusGConnection *connection; DBusGProxy *proxy; GError *Error = NULL; g_type_init (); connection = dbus_g_bus_get (DBUS_BUS_SYSTEM, &Error); if (connection == NULL) { g_error_free (Error); return false; } proxy = dbus_g_proxy_new_for_name_owner (connection, "net.zemberekserver.server.dbus", "/net/zemberekserver/server/dbus/ZemberekDbus", "net.zemberekserver.server.dbus.ZemberekDbusInterface", &Error); dbus_g_connection_unref (connection); if (proxy == NULL) { return false; } g_object_unref (proxy); return true; } Zemberek::Zemberek() : connection(NULL), proxy(NULL) { GError *Error = NULL; g_type_init (); connection = dbus_g_bus_get (DBUS_BUS_SYSTEM, &Error); if (connection == NULL) { g_error_free (Error); throw "couldn't connect to the system bus"; } proxy = dbus_g_proxy_new_for_name (connection, "net.zemberekserver.server.dbus", "/net/zemberekserver/server/dbus/ZemberekDbus", "net.zemberekserver.server.dbus.ZemberekDbusInterface"); if (proxy == NULL) { throw "couldn't connect to the Zemberek service"; } } Zemberek::~Zemberek() { if(proxy) g_object_unref (proxy); if(connection) dbus_g_connection_unref (connection); } int Zemberek::checkWord(const char* word) const { gboolean result; GError *Error = NULL; if (!dbus_g_proxy_call (proxy, "kelimeDenetle", &Error, G_TYPE_STRING,word,G_TYPE_INVALID, G_TYPE_BOOLEAN, &result, G_TYPE_INVALID)) { g_error_free (Error); return -1; } else { if (result) return 0; else return 1; } } char** Zemberek::suggestWord(const char* word, size_t *out_n_suggs) { char** suggs; GError *Error = NULL; if (!dbus_g_proxy_call (proxy, "oner", &Error, G_TYPE_STRING,word,G_TYPE_INVALID, G_TYPE_STRV, &suggs,G_TYPE_INVALID)) { g_error_free (Error); return NULL; } *out_n_suggs = g_strv_length(suggs); return suggs; } enchant-1.6.0/src/zemberek/Makefile.in0000664000076400007640000004462511355204206014542 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/zemberek DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(zemberekdir)" LTLIBRARIES = $(zemberek_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_zemberek_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/src/libenchant.la am_libenchant_zemberek_la_OBJECTS = zemberek.lo zemberek_provider.lo libenchant_zemberek_la_OBJECTS = $(am_libenchant_zemberek_la_OBJECTS) libenchant_zemberek_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(libenchant_zemberek_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_ZEMBEREK_TRUE@am_libenchant_zemberek_la_rpath = -rpath \ @WITH_ZEMBEREK_TRUE@ $(zemberekdir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_zemberek_la_SOURCES) DIST_SOURCES = $(libenchant_zemberek_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_ZEMBEREK_FALSE@target_lib = @WITH_ZEMBEREK_TRUE@target_lib = libenchant_zemberek.la INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(ZEMBEREK_CFLAGS) $(CXX_WARN_CFLAGS) -D_ENCHANT_BUILD=1 zemberek_LTLIBRARIES = $(target_lib) zemberekdir = $(libdir)/enchant libenchant_zemberek_lalibdir = $(libdir)/enchant libenchant_zemberek_la_LIBADD = $(ZEMBEREK_LIBS) $(top_builddir)/src/libenchant.la libenchant_zemberek_la_LDFLAGS = -avoid-version -no-undefined libenchant_zemberek_la_SOURCES = \ zemberek.cpp \ zemberek.h \ zemberek_provider.cpp all: all-am .SUFFIXES: .SUFFIXES: .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/zemberek/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/zemberek/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-zemberekLTLIBRARIES: $(zemberek_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(zemberekdir)" || $(MKDIR_P) "$(DESTDIR)$(zemberekdir)" @list='$(zemberek_LTLIBRARIES)'; test -n "$(zemberekdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(zemberekdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(zemberekdir)"; \ } uninstall-zemberekLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(zemberek_LTLIBRARIES)'; test -n "$(zemberekdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(zemberekdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(zemberekdir)/$$f"; \ done clean-zemberekLTLIBRARIES: -test -z "$(zemberek_LTLIBRARIES)" || rm -f $(zemberek_LTLIBRARIES) @list='$(zemberek_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_zemberek.la: $(libenchant_zemberek_la_OBJECTS) $(libenchant_zemberek_la_DEPENDENCIES) $(libenchant_zemberek_la_LINK) $(am_libenchant_zemberek_la_rpath) $(libenchant_zemberek_la_OBJECTS) $(libenchant_zemberek_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zemberek.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zemberek_provider.Plo@am__quote@ .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(zemberekdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-zemberekLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-zemberekLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-zemberekLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-zemberekLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip install-zemberekLTLIBRARIES installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-zemberekLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/Makefile.in0000664000076400007640000006126711355204205012736 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @OS_WIN32_TRUE@am__append_1 = -avoid-version @OS_WIN32_FALSE@am__append_2 = -version-info $(VERSION_INFO) subdir = src DIST_COMMON = $(libenchant_include_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/libenchant.rc.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = libenchant.rc CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(libdir)" \ "$(DESTDIR)$(libenchant_includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = am_libenchant_la_OBJECTS = prefix.lo enchant.lo pwl.lo libenchant_la_OBJECTS = $(am_libenchant_la_OBJECTS) libenchant_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libenchant_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_la_SOURCES) DIST_SOURCES = $(libenchant_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive HEADERS = $(libenchant_include_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = . aspell ispell uspell myspell hspell applespell voikko zemberek INCLUDES = -I$(top_srcdir) $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) -DENCHANT_GLOBAL_MODULE_DIR=\"$(libdir)/enchant\" -DENCHANT_GLOBAL_ORDERING=\"$(datadir)/enchant\" -D_ENCHANT_BUILD=1 -DENCHANT_VERSION_STRING=\"@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@\" lib_LTLIBRARIES = libenchant.la libenchant_la_LIBADD = $(ENCHANT_LIBS) @ENCHANT_WIN32_RESOURCE@ libenchant_la_LDFLAGS = -no-undefined -export-dynamic $(am__append_1) \ $(am__append_2) libenchant_la_DEPENDENCIES = @ENCHANT_WIN32_RESOURCE@ libenchant_la_SOURCES = prefix.c enchant.c pwl.c enchant.h prefix.h pwl.h libenchant_includedir = $(includedir)/enchant libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h EXTRA_DIST = enchant.i all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): libenchant.rc: $(top_builddir)/config.status $(srcdir)/libenchant.rc.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant.la: $(libenchant_la_OBJECTS) $(libenchant_la_DEPENDENCIES) $(libenchant_la_LINK) -rpath $(libdir) $(libenchant_la_OBJECTS) $(libenchant_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enchant.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwl.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-libenchant_includeHEADERS: $(libenchant_include_HEADERS) @$(NORMAL_INSTALL) test -z "$(libenchant_includedir)" || $(MKDIR_P) "$(DESTDIR)$(libenchant_includedir)" @list='$(libenchant_include_HEADERS)'; test -n "$(libenchant_includedir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libenchant_includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libenchant_includedir)" || exit $$?; \ done uninstall-libenchant_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(libenchant_include_HEADERS)'; test -n "$(libenchant_includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(libenchant_includedir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(libenchant_includedir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libenchant_includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-libenchant_includeHEADERS install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-libLTLIBRARIES \ uninstall-libenchant_includeHEADERS .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLTLIBRARIES \ install-libenchant_includeHEADERS install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-libLTLIBRARIES uninstall-libenchant_includeHEADERS @OS_WIN32_TRUE@@ENCHANT_WIN32_RESOURCE@ : libenchant.rc @OS_WIN32_TRUE@ $(top_srcdir)/lt-compile-resource libenchant.rc @ENCHANT_WIN32_RESOURCE@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/enchant-provider.h0000664000076400007640000001057711355203721014312 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #ifndef ENCHANT_PROVIDER_H #define ENCHANT_PROVIDER_H #include #include #include #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include #endif #ifdef __cplusplus extern "C" { #endif /* private */ ENCHANT_MODULE_EXPORT(char *) enchant_get_user_language(void); #ifdef _WIN32 #define ENCHANT_PLUGIN_DECLARE(name) static HANDLE s_hModule = (HANDLE)(NULL); BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { s_hModule = hModule; return TRUE; } #else #define ENCHANT_PLUGIN_DECLARE(name) #endif typedef struct str_enchant_provider EnchantProvider; ENCHANT_MODULE_EXPORT (GSList *) enchant_get_user_config_dirs (void); ENCHANT_MODULE_EXPORT (char *) enchant_get_registry_value (const char * const prefix, const char * const key); ENCHANT_MODULE_EXPORT(char *) enchant_get_prefix_dir(void); ENCHANT_MODULE_EXPORT(void) enchant_dict_set_error (EnchantDict * dict, const char * const err); ENCHANT_MODULE_EXPORT(void) enchant_provider_set_error (EnchantProvider * provider, const char * const err); ENCHANT_MODULE_EXPORT(FILE *) enchant_fopen (const gchar *filename, const gchar *mode); ENCHANT_MODULE_EXPORT (GSList *) enchant_get_dirs_from_param (EnchantBroker * broker, const char * const param_name); struct str_enchant_dict { void *user_data; void *enchant_private_data; int (*check) (struct str_enchant_dict * me, const char *const word, size_t len); /* returns utf8*/ char **(*suggest) (struct str_enchant_dict * me, const char *const word, size_t len, size_t * out_n_suggs); void (*add_to_personal) (struct str_enchant_dict * me, const char *const word, size_t len); void (*add_to_session) (struct str_enchant_dict * me, const char *const word, size_t len); void (*store_replacement) (struct str_enchant_dict * me, const char *const mis, size_t mis_len, const char *const cor, size_t cor_len); void (*add_to_exclude) (struct str_enchant_dict * me, const char *const word, size_t len); void * _reserved[5]; }; struct str_enchant_provider { void *user_data; void *enchant_private_data; EnchantBroker * owner; void (*dispose) (struct str_enchant_provider * me); EnchantDict *(*request_dict) (struct str_enchant_provider * me, const char *const tag); void (*dispose_dict) (struct str_enchant_provider * me, EnchantDict * dict); int (*dictionary_exists) (struct str_enchant_provider * me, const char *const tag); /* returns utf8*/ const char * (*identify) (struct str_enchant_provider * me); /* returns utf8*/ const char * (*describe) (struct str_enchant_provider * me); /* frees string lists returned by list_dicts and dict->suggest */ void (*free_string_list) (struct str_enchant_provider * me, char **str_list); char ** (*list_dicts) (struct str_enchant_provider * me, size_t * out_n_dicts); void * _reserved[5]; }; #ifdef __cplusplus } #endif #endif /* ENCHANT_H */ enchant-1.6.0/src/aspell/0000775000076400007640000000000011355204366012225 500000000000000enchant-1.6.0/src/aspell/Makefile.am0000664000076400007640000000077511355203721014204 00000000000000if WITH_ASPELL target_lib = libenchant_aspell.la else target_lib = endif INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) @ASPELL_INC@ -D_ENCHANT_BUILD=1 @ASPELL_CFLAGS@ aspell_LTLIBRARIES = $(target_lib) aspelldir= $(libdir)/enchant libenchant_aspell_la_LIBADD= $(ENCHANT_LIBS) $(ASPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_aspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_aspell_la_SOURCES = aspell_provider.c libenchant_aspell_lalibdir=$(libdir)/enchant enchant-1.6.0/src/aspell/aspell_provider.c0000664000076400007640000003110411355203721015474 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003,2004 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #ifdef HAVE_PSPELL_H #include #else #include /* to allow this to build on places that lack pspell.h */ #define PspellManager AspellSpeller #define PspellWordList AspellWordList #define PspellStringEmulation AspellStringEnumeration #define PspellCanHaveError AspellCanHaveError #define PspellConfig AspellConfig #define new_pspell_config new_aspell_config #define delete_pspell_config delete_aspell_config #define pspell_config_replace aspell_config_replace #define new_pspell_manager new_aspell_speller #define to_pspell_manager to_aspell_speller #define delete_pspell_manager delete_aspell_speller #define pspell_manager_error_number aspell_speller_error_number #define pspell_manager_error_message aspell_speller_error_message #define pspell_manager_save_all_word_lists aspell_speller_save_all_word_lists #define pspell_manager_check aspell_speller_check #define pspell_manager_add_to_personal aspell_speller_add_to_personal #define pspell_manager_add_to_session aspell_speller_add_to_session #define pspell_manager_suggest aspell_speller_suggest #define pspell_manager_store_replacement aspell_speller_store_replacement #define pspell_word_list_elements aspell_word_list_elements #define pspell_word_list_size aspell_word_list_size #define pspell_string_emulation_next aspell_string_enumeration_next #define delete_pspell_string_emulation delete_aspell_string_enumeration #define pspell_error_message aspell_error_message #define pspell_error_number aspell_error_number #endif #include "enchant.h" #include "enchant-provider.h" ENCHANT_PLUGIN_DECLARE("Aspell") #ifdef __cplusplus extern "C" { #endif ENCHANT_MODULE_EXPORT(void) configure_enchant_provider(EnchantProvider * me, const char *dir_name); ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void); #ifdef __cplusplus } #endif static int aspell_dict_check (EnchantDict * me, const char *const word, size_t len) { PspellManager *manager; int val; char *normalizedWord; manager = (PspellManager *) me->user_data; normalizedWord = g_utf8_normalize (word, len, G_NORMALIZE_NFC); val = pspell_manager_check (manager, normalizedWord, strlen(normalizedWord)); g_free(normalizedWord); if (val == 0) return 1; else if (val > 0) return 0; else { enchant_dict_set_error (me, pspell_manager_error_message (manager)); return -1; } } static char ** aspell_dict_suggest (EnchantDict * me, const char *const word, size_t len, size_t * out_n_suggs) { PspellManager *manager; const PspellWordList *word_list; PspellStringEmulation *suggestions; char *normalizedWord; char **sugg_arr = NULL; size_t n_suggestions, i; const char *sugg; manager = (PspellManager *) me->user_data; normalizedWord = g_utf8_normalize (word, len, G_NORMALIZE_NFC); word_list = pspell_manager_suggest (manager, normalizedWord, strlen(normalizedWord)); g_free(normalizedWord); if (word_list) { suggestions = pspell_word_list_elements (word_list); if (suggestions) { n_suggestions = pspell_word_list_size (word_list); *out_n_suggs = n_suggestions; if (n_suggestions) { sugg_arr = g_new0 (char *, n_suggestions + 1); for (i = 0; i < n_suggestions; i++) { sugg = pspell_string_emulation_next (suggestions); if (sugg) sugg_arr[i] = g_strdup (sugg); } } delete_pspell_string_emulation (suggestions); } } return sugg_arr; } static void aspell_dict_add_to_personal (EnchantDict * me, const char *const word, size_t len) { PspellManager *manager; manager = (PspellManager *) me->user_data; pspell_manager_add_to_personal (manager, word, len); pspell_manager_save_all_word_lists (manager); } static void aspell_dict_add_to_session (EnchantDict * me, const char *const word, size_t len) { PspellManager *manager; manager = (PspellManager *) me->user_data; pspell_manager_add_to_session (manager, word, len); } static void aspell_dict_store_replacement (EnchantDict * me, const char *const mis, size_t mis_len, const char *const cor, size_t cor_len) { PspellManager *manager; manager = (PspellManager *) me->user_data; pspell_manager_store_replacement (manager, mis, mis_len, cor, cor_len); pspell_manager_save_all_word_lists (manager); } static EnchantDict * aspell_provider_request_dict (EnchantProvider * me, const char *const tag) { EnchantDict *dict; PspellManager *manager; PspellConfig *spell_config; PspellCanHaveError *spell_error; spell_config = new_pspell_config (); pspell_config_replace (spell_config, "language-tag", tag); pspell_config_replace (spell_config, "encoding", "utf-8"); spell_error = new_pspell_manager (spell_config); delete_pspell_config (spell_config); if (pspell_error_number (spell_error) != 0) { return NULL; } manager = to_pspell_manager (spell_error); dict = g_new0 (EnchantDict, 1); dict->user_data = (void *) manager; dict->check = aspell_dict_check; dict->suggest = aspell_dict_suggest; dict->add_to_personal = aspell_dict_add_to_personal; dict->add_to_session = aspell_dict_add_to_session; dict->store_replacement = aspell_dict_store_replacement; return dict; } static void aspell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { PspellManager *manager; manager = (PspellManager *) dict->user_data; delete_pspell_manager (manager); g_free (dict); } #if ASPELL_0_50_0 static char ** aspell_provider_list_dicts (EnchantProvider * me, size_t * out_n_dicts) { PspellConfig * spell_config; AspellDictInfoList * dlist; AspellDictInfoEnumeration * dels; const AspellDictInfo * entry; char ** out_list = NULL; spell_config = new_pspell_config (); dlist = get_aspell_dict_info_list (spell_config); *out_n_dicts = 0; dels = aspell_dict_info_list_elements (dlist); /* TODO: Use aspell_dict_info_list_size() once it is implemented and returns non-zero. */ while ( (entry = aspell_dict_info_enumeration_next(dels)) != 0) (*out_n_dicts)++; if (*out_n_dicts) { size_t i; out_list = g_new0 (char *, *out_n_dicts + 1); dels = aspell_dict_info_list_elements (dlist); for (i = 0; i < *out_n_dicts; i++) { entry = aspell_dict_info_enumeration_next (dels); /* XXX: should this be entry->code or entry->name ? */ out_list[i] = g_strdup (entry->code); } delete_aspell_dict_info_enumeration (dels); } delete_pspell_config (spell_config); return out_list; } #endif static void aspell_provider_free_string_list (EnchantProvider * me, char **str_list) { g_strfreev (str_list); } static void aspell_provider_dispose (EnchantProvider * me) { g_free (me); } static const char * aspell_provider_identify (EnchantProvider * me) { return "aspell"; } static const char * aspell_provider_describe (EnchantProvider * me) { return "Aspell Provider"; } #ifdef __cplusplus extern "C" { #endif EnchantProvider * init_enchant_provider (void) { EnchantProvider *provider; provider = g_new0 (EnchantProvider, 1); provider->dispose = aspell_provider_dispose; provider->request_dict = aspell_provider_request_dict; provider->dispose_dict = aspell_provider_dispose_dict; provider->identify = aspell_provider_identify; provider->describe = aspell_provider_describe; #if ASPELL_0_50_0 provider->list_dicts = aspell_provider_list_dicts; #else # ifdef __GNUC__ # warning "You're using an ancient version of Aspell. Some things won't work properly." # endif #endif provider->free_string_list = aspell_provider_free_string_list; return provider; } #if defined(_WIN32) static WCHAR* GetDirectoryOfThisLibrary(void) { WCHAR dll_path[MAX_PATH]; gchar* utf8_dll_path; gchar* utf8_prefix; gunichar2* utf16_prefix; if(!GetModuleFileNameW(s_hModule,dll_path,MAX_PATH)) { /* unable to determine filename of this library */ return NULL; } utf8_dll_path = g_utf16_to_utf8 (dll_path, -1, NULL, NULL, NULL); utf8_prefix = g_path_get_dirname(utf8_dll_path); g_free(utf8_dll_path); utf16_prefix = g_utf8_to_utf16 (utf8_prefix, -1, NULL, NULL, NULL); g_free(utf8_prefix); return utf16_prefix; } static HMODULE LoadLibraryFromPath(const WCHAR* path, const WCHAR* libraryName) { HMODULE h; WCHAR* wszFullLibraryPath; size_t fullLibraryPathLen; fullLibraryPathLen = wcslen(path) + 1 /* '\\' */+ wcslen(libraryName); wszFullLibraryPath = g_new0(WCHAR, fullLibraryPathLen + 1); wcscpy(wszFullLibraryPath, path); wcscat(wszFullLibraryPath, L"\\"); wcscat(wszFullLibraryPath, libraryName); h = LoadLibraryW(wszFullLibraryPath); g_free(wszFullLibraryPath); return h; } static WCHAR* GetRegistryValue(HKEY baseKey, const WCHAR * uKeyName, const WCHAR * uKey) { HKEY hKey; unsigned long lType; DWORD dwSize; WCHAR* wszValue = NULL; if(RegOpenKeyExW(baseKey, uKeyName, 0, KEY_READ, &hKey) == ERROR_SUCCESS) { /* Determine size of string */ if(RegQueryValueExW( hKey, uKey, NULL, &lType, NULL, &dwSize) == ERROR_SUCCESS) { wszValue = g_new0(WCHAR, dwSize + 1); RegQueryValueExW(hKey, uKey, NULL, &lType, (LPBYTE) wszValue, &dwSize); } } return wszValue; } #endif #if defined(_WIN32) gboolean load_library(EnchantProvider * me, const char *dir_name, const WCHAR *aspell_module_name) { HMODULE aspell_module = NULL; char* szModule; /* first try load from registry path */ szModule = enchant_get_registry_value ("Aspell", "Module"); if(szModule) { WCHAR* wszModule; wszModule = g_utf8_to_utf16 (szModule, -1, NULL, NULL, NULL); aspell_module = LoadLibraryW(wszModule); g_free(wszModule); } if (aspell_module == NULL) { /* next try load from aspell registry path */ WCHAR* wszDirectory = GetRegistryValue (HKEY_LOCAL_MACHINE, L"Software\\Aspell", L"Path"); if(wszDirectory) { aspell_module = LoadLibraryFromPath(wszDirectory, aspell_module_name); g_free(wszDirectory); } } if (aspell_module == NULL) { /* then try from same directory as provider */ WCHAR* wszDirectory = GetDirectoryOfThisLibrary(); if(wszDirectory) { aspell_module = LoadLibraryFromPath(wszDirectory, aspell_module_name); g_free(wszDirectory); } } if (aspell_module == NULL) { /* then try default lookup */ aspell_module = LoadLibraryW(aspell_module_name); } if (aspell_module == NULL) { return FALSE; } return TRUE; } #endif void configure_enchant_provider(EnchantProvider * me, const char *dir_name) { #if defined(_WIN32) if(!load_library(me, dir_name, L"aspell-15.dll") && !load_library(me, dir_name, L"libaspell-15.dll")) { /* we can't seem to load aspell. Avoid late binding problems later */ g_warning("Unable to load library aspell-15.dll."); me->request_dict = NULL; me->dispose_dict = NULL; me->list_dicts = NULL; } #endif } #ifdef __cplusplus } #endif enchant-1.6.0/src/aspell/Makefile.in0000664000076400007640000004326211355204205014211 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/aspell DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(aspelldir)" LTLIBRARIES = $(aspell_LTLIBRARIES) am__DEPENDENCIES_1 = libenchant_aspell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(top_builddir)/src/libenchant.la am_libenchant_aspell_la_OBJECTS = aspell_provider.lo libenchant_aspell_la_OBJECTS = $(am_libenchant_aspell_la_OBJECTS) libenchant_aspell_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libenchant_aspell_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_ASPELL_TRUE@am_libenchant_aspell_la_rpath = -rpath $(aspelldir) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libenchant_aspell_la_SOURCES) DIST_SOURCES = $(libenchant_aspell_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WITH_ASPELL_FALSE@target_lib = @WITH_ASPELL_TRUE@target_lib = libenchant_aspell.la INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) @ASPELL_INC@ -D_ENCHANT_BUILD=1 @ASPELL_CFLAGS@ aspell_LTLIBRARIES = $(target_lib) aspelldir = $(libdir)/enchant libenchant_aspell_la_LIBADD = $(ENCHANT_LIBS) $(ASPELL_LIBS) $(top_builddir)/src/libenchant.la libenchant_aspell_la_LDFLAGS = -module -avoid-version -no-undefined libenchant_aspell_la_SOURCES = aspell_provider.c libenchant_aspell_lalibdir = $(libdir)/enchant all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/aspell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/aspell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-aspellLTLIBRARIES: $(aspell_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(aspelldir)" || $(MKDIR_P) "$(DESTDIR)$(aspelldir)" @list='$(aspell_LTLIBRARIES)'; test -n "$(aspelldir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(aspelldir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(aspelldir)"; \ } uninstall-aspellLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(aspell_LTLIBRARIES)'; test -n "$(aspelldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(aspelldir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(aspelldir)/$$f"; \ done clean-aspellLTLIBRARIES: -test -z "$(aspell_LTLIBRARIES)" || rm -f $(aspell_LTLIBRARIES) @list='$(aspell_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libenchant_aspell.la: $(libenchant_aspell_la_OBJECTS) $(libenchant_aspell_la_DEPENDENCIES) $(libenchant_aspell_la_LINK) $(am_libenchant_aspell_la_rpath) $(libenchant_aspell_la_OBJECTS) $(libenchant_aspell_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aspell_provider.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(aspelldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-aspellLTLIBRARIES clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-aspellLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-aspellLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean \ clean-aspellLTLIBRARIES clean-generic clean-libtool ctags \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am \ install-aspellLTLIBRARIES install-data install-data-am \ install-dvi install-dvi-am install-exec install-exec-am \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-aspellLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/src/aspell/README0000664000076400007640000000023511355203721013017 00000000000000This is the Aspell/Pspell Enchant Backend. Aspell/Pspell are by Kevin Atkinson. You can find out more information about Aspell/Pspell at http://aspell.net/ enchant-1.6.0/src/prefix.c0000664000076400007640000004214711355203721012330 00000000000000/* * BinReloc - a library for creating relocatable executables * Written by: Hongli Lai * http://autopackage.org/ * * This source code is public domain. You can relicense this code * under whatever license you want. * * See http://autopackage.org/docs/binreloc/ for * more information and how to use this. */ #ifndef __BINRELOC_C__ #define __BINRELOC_C__ #ifdef ENABLE_BINRELOC #include #include #include #endif /* ENABLE_BINRELOC */ #include #include #include #include #include "prefix.h" G_BEGIN_DECLS /** @internal * Find the canonical filename of the executable. Returns the filename * (which must be freed) or NULL on error. If the parameter 'error' is * not NULL, the error code will be stored there, if an error occured. */ static char * _br_find_exe (GbrInitError *error) { #ifndef ENABLE_BINRELOC if (error) *error = GBR_INIT_ERROR_DISABLED; return NULL; #else char *path, *path2, *line, *result; size_t buf_size; ssize_t size; struct stat stat_buf; FILE *f; /* Read from /proc/self/exe (symlink) */ if (sizeof (path) > SSIZE_MAX) buf_size = SSIZE_MAX - 1; else buf_size = PATH_MAX - 1; path = (char *) g_try_malloc (buf_size); if (path == NULL) { /* Cannot allocate memory. */ if (error) *error = GBR_INIT_ERROR_NOMEM; return NULL; } path2 = (char *) g_try_malloc (buf_size); if (path2 == NULL) { /* Cannot allocate memory. */ if (error) *error = GBR_INIT_ERROR_NOMEM; g_free (path); return NULL; } strncpy (path2, "/proc/self/exe", buf_size - 1); while (1) { int i; size = readlink (path2, path, buf_size - 1); if (size == -1) { /* Error. */ g_free (path2); break; } /* readlink() success. */ path[size] = '\0'; /* Check whether the symlink's target is also a symlink. * We want to get the final target. */ i = stat (path, &stat_buf); if (i == -1) { /* Error. */ g_free (path2); break; } /* stat() success. */ if (!S_ISLNK (stat_buf.st_mode)) { /* path is not a symlink. Done. */ g_free (path2); return path; } /* path is a symlink. Continue loop and resolve this. */ strncpy (path, path2, buf_size - 1); } /* readlink() or stat() failed; this can happen when the program is * running in Valgrind 2.2. Read from /proc/self/maps as fallback. */ buf_size = PATH_MAX + 128; line = (char *) g_try_realloc (path, buf_size); if (line == NULL) { /* Cannot allocate memory. */ g_free (path); if (error) *error = GBR_INIT_ERROR_NOMEM; return NULL; } f = fopen ("/proc/self/maps", "r"); if (f == NULL) { g_free (line); if (error) *error = GBR_INIT_ERROR_OPEN_MAPS; return NULL; } /* The first entry should be the executable name. */ result = fgets (line, (int) buf_size, f); if (result == NULL) { fclose (f); g_free (line); if (error) *error = GBR_INIT_ERROR_READ_MAPS; return NULL; } /* Get rid of newline character. */ buf_size = strlen (line); if (buf_size <= 0) { /* Huh? An empty string? */ fclose (f); g_free (line); if (error) *error = GBR_INIT_ERROR_INVALID_MAPS; return NULL; } if (line[buf_size - 1] == 10) line[buf_size - 1] = 0; /* Extract the filename; it is always an absolute path. */ path = strchr (line, '/'); /* Sanity check. */ if (strstr (line, " r-xp ") == NULL || path == NULL) { fclose (f); g_free (line); if (error) *error = GBR_INIT_ERROR_INVALID_MAPS; return NULL; } path = g_strdup (path); g_free (line); fclose (f); return path; #endif /* ENABLE_BINRELOC */ } /** @internal * Find the canonical filename of the executable which owns symbol. * Returns a filename which must be freed, or NULL on error. */ static char * _br_find_exe_for_symbol (const void *symbol, GbrInitError *error) { #ifndef ENABLE_BINRELOC if (error) *error = GBR_INIT_ERROR_DISABLED; return (char *) NULL; #else #define SIZE PATH_MAX + 100 FILE *f; size_t address_string_len; char *address_string, line[SIZE], *found; if (symbol == NULL) return (char *) NULL; f = fopen ("/proc/self/maps", "r"); if (f == NULL) return (char *) NULL; address_string_len = 4; address_string = (char *) g_try_malloc (address_string_len); found = (char *) NULL; while (!feof (f)) { char *start_addr, *end_addr, *end_addr_end, *file; void *start_addr_p, *end_addr_p; size_t len; if (fgets (line, SIZE, f) == NULL) break; /* Sanity check. */ if (strstr (line, " r-xp ") == NULL || strchr (line, '/') == NULL) continue; /* Parse line. */ start_addr = line; end_addr = strchr (line, '-'); file = strchr (line, '/'); /* More sanity check. */ if (!(file > end_addr && end_addr != NULL && end_addr[0] == '-')) continue; end_addr[0] = '\0'; end_addr++; end_addr_end = strchr (end_addr, ' '); if (end_addr_end == NULL) continue; end_addr_end[0] = '\0'; len = strlen (file); if (len == 0) continue; if (file[len - 1] == '\n') file[len - 1] = '\0'; /* Get rid of "(deleted)" from the filename. */ len = strlen (file); if (len > 10 && strcmp (file + len - 10, " (deleted)") == 0) file[len - 10] = '\0'; /* I don't know whether this can happen but better safe than sorry. */ len = strlen (start_addr); if (len != strlen (end_addr)) continue; /* Transform the addresses into a string in the form of 0xdeadbeef, * then transform that into a pointer. */ if (address_string_len < len + 3) { address_string_len = len + 3; address_string = (char *) g_try_realloc (address_string, address_string_len); } memcpy (address_string, "0x", 2); memcpy (address_string + 2, start_addr, len); address_string[2 + len] = '\0'; sscanf (address_string, "%p", &start_addr_p); memcpy (address_string, "0x", 2); memcpy (address_string + 2, end_addr, len); address_string[2 + len] = '\0'; sscanf (address_string, "%p", &end_addr_p); if (symbol >= start_addr_p && symbol < end_addr_p) { found = file; break; } } g_free (address_string); fclose (f); if (found == NULL) return (char *) NULL; else return g_strdup (found); #endif /* ENABLE_BINRELOC */ } static gchar *exe = NULL; static void set_gerror (GError **error, GbrInitError errcode); /** Initialize the BinReloc library (for applications). * * This function must be called before using any other BinReloc functions. * It attempts to locate the application's canonical filename. * * @note If you want to use BinReloc for a library, then you should call * gbr_init_lib() instead. * * @param error If BinReloc failed to initialize, then the error report will * be stored in this variable. Set to NULL if you don't want an * error report. See the #GbrInitError for a list of error * codes. * * @returns TRUE on success, FALSE if BinReloc failed to initialize. */ gboolean gbr_init (GError **error) { GbrInitError errcode; /* Locate the application's filename. */ exe = _br_find_exe (&errcode); if (exe != NULL) /* Success! */ return TRUE; else { /* Failed :-( */ set_gerror (error, errcode); return FALSE; } } /** Initialize the BinReloc library (for libraries). * * This function must be called before using any other BinReloc functions. * It attempts to locate the calling library's canonical filename. * * @note The BinReloc source code MUST be included in your library, or this * function won't work correctly. * * @returns TRUE on success, FALSE if a filename cannot be found. */ gboolean gbr_init_lib (GError **error) { GbrInitError errcode; exe = _br_find_exe_for_symbol ((const void *) "", &errcode); if (exe != NULL) /* Success! */ return TRUE; else { /* Failed :-( */ set_gerror (error, errcode); return exe != NULL; } } static void set_gerror (GError **error, GbrInitError errcode) { const gchar *error_message; if (error == NULL) return; switch (errcode) { case GBR_INIT_ERROR_NOMEM: error_message = "Cannot allocate memory."; break; case GBR_INIT_ERROR_OPEN_MAPS: error_message = "Unable to open /proc/self/maps for reading."; break; case GBR_INIT_ERROR_READ_MAPS: error_message = "Unable to read from /proc/self/maps."; break; case GBR_INIT_ERROR_INVALID_MAPS: error_message = "The file format of /proc/self/maps is invalid."; break; case GBR_INIT_ERROR_DISABLED: error_message = "Binary relocation support is disabled."; break; default: error_message = "Unknown error."; break; }; g_set_error (error, g_quark_from_static_string ("GBinReloc"), errcode, "%s", error_message); } /** Find the canonical filename of the current application. * * @param default_exe A default filename which will be used as fallback. * @returns A string containing the application's canonical filename, * which must be freed when no longer necessary. If BinReloc is * not initialized, or if the initialization function failed, * then a copy of default_exe will be returned. If default_exe * is NULL, then NULL will be returned. */ gchar * gbr_find_exe (const gchar *default_exe) { if (exe == NULL) { /* BinReloc is not initialized. */ if (default_exe != NULL) return g_strdup (default_exe); else return NULL; } return g_strdup (exe); } /** Locate the directory in which the current application is installed. * * The prefix is generated by the following pseudo-code evaluation: * \code * dirname(exename) * \endcode * * @param default_dir A default directory which will used as fallback. * @return A string containing the directory, which must be freed when no * longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_dir * will be returned. If default_dir is NULL, then NULL will be * returned. */ gchar * gbr_find_exe_dir (const gchar *default_dir) { if (exe == NULL) { /* BinReloc not initialized. */ if (default_dir != NULL) return g_strdup (default_dir); else return NULL; } return g_path_get_dirname (exe); } /** Locate the prefix in which the current application is installed. * * The prefix is generated by the following pseudo-code evaluation: * \code * dirname(dirname(exename)) * \endcode * * @param default_prefix A default prefix which will used as fallback. * @return A string containing the prefix, which must be freed when no * longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_prefix * will be returned. If default_prefix is NULL, then NULL will be * returned. */ gchar * gbr_find_prefix (const gchar *default_prefix) { gchar *dir1, *dir2; if (exe == NULL) { /* BinReloc not initialized. */ if (default_prefix != NULL) return g_strdup (default_prefix); else return NULL; } dir1 = g_path_get_dirname (exe); dir2 = g_path_get_dirname (dir1); g_free (dir1); return dir2; } /** Locate the application's binary folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/bin" * \endcode * * @param default_bin_dir A default path which will used as fallback. * @return A string containing the bin folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_bin_dir will * be returned. If default_bin_dir is NULL, then NULL will be returned. */ gchar * gbr_find_bin_dir (const gchar *default_bin_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_bin_dir != NULL) return g_strdup (default_bin_dir); else return NULL; } dir = g_build_filename (prefix, "bin", NULL); g_free (prefix); return dir; } /** Locate the application's superuser binary folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/sbin" * \endcode * * @param default_sbin_dir A default path which will used as fallback. * @return A string containing the sbin folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_sbin_dir will * be returned. If default_bin_dir is NULL, then NULL will be returned. */ gchar * gbr_find_sbin_dir (const gchar *default_sbin_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_sbin_dir != NULL) return g_strdup (default_sbin_dir); else return NULL; } dir = g_build_filename (prefix, "sbin", NULL); g_free (prefix); return dir; } /** Locate the application's data folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/share" * \endcode * * @param default_data_dir A default path which will used as fallback. * @return A string containing the data folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_data_dir * will be returned. If default_data_dir is NULL, then NULL will be * returned. */ gchar * gbr_find_data_dir (const gchar *default_data_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_data_dir != NULL) return g_strdup (default_data_dir); else return NULL; } dir = g_build_filename (prefix, "share", NULL); g_free (prefix); return dir; } /** Locate the application's localization folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/share/locale" * \endcode * * @param default_locale_dir A default path which will used as fallback. * @return A string containing the localization folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_locale_dir will be returned. * If default_locale_dir is NULL, then NULL will be returned. */ gchar * gbr_find_locale_dir (const gchar *default_locale_dir) { gchar *data_dir, *dir; data_dir = gbr_find_data_dir (NULL); if (data_dir == NULL) { /* BinReloc not initialized. */ if (default_locale_dir != NULL) return g_strdup (default_locale_dir); else return NULL; } dir = g_build_filename (data_dir, "locale", NULL); g_free (data_dir); return dir; } /** Locate the application's library folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/lib" * \endcode * * @param default_lib_dir A default path which will used as fallback. * @return A string containing the library folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the * initialization function failed, then a copy of default_lib_dir will be returned. * If default_lib_dir is NULL, then NULL will be returned. */ gchar * gbr_find_lib_dir (const gchar *default_lib_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_lib_dir != NULL) return g_strdup (default_lib_dir); else return NULL; } dir = g_build_filename (prefix, "lib", NULL); g_free (prefix); return dir; } /** Locate the application's libexec folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/libexec" * \endcode * * @param default_libexec_dir A default path which will used as fallback. * @return A string containing the libexec folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the initialization * function failed, then a copy of default_libexec_dir will be returned. * If default_libexec_dir is NULL, then NULL will be returned. */ gchar * gbr_find_libexec_dir (const gchar *default_libexec_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_libexec_dir != NULL) return g_strdup (default_libexec_dir); else return NULL; } dir = g_build_filename (prefix, "libexec", NULL); g_free (prefix); return dir; } /** Locate the application's configuration files folder. * * The path is generated by the following pseudo-code evaluation: * \code * prefix + "/etc" * \endcode * * @param default_etc_dir A default path which will used as fallback. * @return A string containing the etc folder's path, which must be freed when * no longer necessary. If BinReloc is not initialized, or if the initialization * function failed, then a copy of default_etc_dir will be returned. * If default_etc_dir is NULL, then NULL will be returned. */ gchar * gbr_find_etc_dir (const gchar *default_etc_dir) { gchar *prefix, *dir; prefix = gbr_find_prefix (NULL); if (prefix == NULL) { /* BinReloc not initialized. */ if (default_etc_dir != NULL) return g_strdup (default_etc_dir); else return NULL; } dir = g_build_filename (prefix, "etc", NULL); g_free (prefix); return dir; } G_END_DECLS #endif /* __BINRELOC_C__ */ enchant-1.6.0/src/prefix.h0000664000076400007640000000473111355203721012332 00000000000000/* * BinReloc - a library for creating relocatable executables * Written by: Hongli Lai * http://autopackage.org/ * * This source code is public domain. You can relicense this code * under whatever license you want. * * See http://autopackage.org/docs/binreloc/ for * more information and how to use this. */ #ifndef __BINRELOC_H__ #define __BINRELOC_H__ #include G_BEGIN_DECLS /** These error codes can be returned by br_init(), br_init_lib(), gbr_init() or gbr_init_lib(). */ typedef enum { /** Cannot allocate memory. */ GBR_INIT_ERROR_NOMEM, /** Unable to open /proc/self/maps; see errno for details. */ GBR_INIT_ERROR_OPEN_MAPS, /** Unable to read from /proc/self/maps; see errno for details. */ GBR_INIT_ERROR_READ_MAPS, /** The file format of /proc/self/maps is invalid; kernel bug? */ GBR_INIT_ERROR_INVALID_MAPS, /** BinReloc is disabled (the ENABLE_BINRELOC macro is not defined). */ GBR_INIT_ERROR_DISABLED } GbrInitError; #ifndef BINRELOC_RUNNING_DOXYGEN /* Mangle symbol names to avoid symbol collisions with other ELF objects. */ #define gbr_find_exe qYFU3719188448765_gbr_find_exe #define gbr_find_exe_dir qYFU3719188448765_gbr_find_exe_dir #define gbr_find_prefix qYFU3719188448765_gbr_find_prefix #define gbr_find_bin_dir qYFU3719188448765_gbr_find_bin_dir #define gbr_find_sbin_dir qYFU3719188448765_gbr_find_sbin_dir #define gbr_find_data_dir qYFU3719188448765_gbr_find_data_dir #define gbr_find_locale_dir qYFU3719188448765_gbr_find_locale_dir #define gbr_find_lib_dir qYFU3719188448765_gbr_find_lib_dir #define gbr_find_libexec_dir qYFU3719188448765_gbr_find_libexec_dir #define gbr_find_etc_dir qYFU3719188448765_gbr_find_etc_dir #endif gboolean gbr_init (GError **error); gboolean gbr_init_lib (GError **error); gchar *gbr_find_exe (const gchar *default_exe); gchar *gbr_find_exe_dir (const gchar *default_dir); gchar *gbr_find_prefix (const gchar *default_prefix); gchar *gbr_find_bin_dir (const gchar *default_bin_dir); gchar *gbr_find_sbin_dir (const gchar *default_sbin_dir); gchar *gbr_find_data_dir (const gchar *default_data_dir); gchar *gbr_find_locale_dir (const gchar *default_locale_dir); gchar *gbr_find_lib_dir (const gchar *default_lib_dir); gchar *gbr_find_libexec_dir (const gchar *default_libexec_dir); gchar *gbr_find_etc_dir (const gchar *default_etc_dir); G_END_DECLS #endif /* __BINRELOC_H__ */ enchant-1.6.0/src/enchant.h0000664000076400007640000001536311355203721012460 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #ifndef ENCHANT_H #define ENCHANT_H /* for size_t, ssize_t */ #include #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #ifdef _ENCHANT_BUILD #define ENCHANT_MODULE_EXPORT(x) __declspec(dllexport) x #else #define ENCHANT_MODULE_EXPORT(x) __declspec(dllimport) x #endif #else #define ENCHANT_MODULE_EXPORT(x) x #endif typedef struct str_enchant_broker EnchantBroker; typedef struct str_enchant_dict EnchantDict; /* const */ ENCHANT_MODULE_EXPORT (char *) enchant_get_version (void); ENCHANT_MODULE_EXPORT (EnchantBroker *) enchant_broker_init (void); ENCHANT_MODULE_EXPORT (void) enchant_broker_free (EnchantBroker * broker); ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_dict (EnchantBroker * broker, const char *const tag); ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_pwl_dict (EnchantBroker * broker, const char *const pwl); ENCHANT_MODULE_EXPORT (void) enchant_broker_free_dict (EnchantBroker * broker, EnchantDict * dict); ENCHANT_MODULE_EXPORT (int) enchant_broker_dict_exists (EnchantBroker * broker, const char * const tag); ENCHANT_MODULE_EXPORT (void) enchant_broker_set_ordering (EnchantBroker * broker, const char * const tag, const char * const ordering); /* const */ ENCHANT_MODULE_EXPORT(char *) enchant_broker_get_error (EnchantBroker * broker); /* const */ ENCHANT_MODULE_EXPORT(char *) enchant_broker_get_param (EnchantBroker * broker, const char * const param_name); ENCHANT_MODULE_EXPORT(void) enchant_broker_set_param (EnchantBroker * broker, const char * const param_name, const char * const param_value); /** * EnchantBrokerDescribeFn * @provider_name: The provider's identifier, such as "ispell" or "aspell" in UTF8 encoding * @provider_desc: A description of the provider, such as "Aspell 0.53" in UTF8 encoding * @provider_dll_file: The provider's DLL filename in Glib file encoding (UTF8 on Windows) * @user_data: Supplied user data, or %null if you don't care * * Callback used to enumerate and describe Enchant's various providers */ typedef void (*EnchantBrokerDescribeFn) (const char * const provider_name, const char * const provider_desc, const char * const provider_dll_file, void * user_data); ENCHANT_MODULE_EXPORT (void) enchant_broker_describe (EnchantBroker * broker, EnchantBrokerDescribeFn fn, void * user_data); ENCHANT_MODULE_EXPORT (int) enchant_dict_check (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (char **) enchant_dict_suggest (EnchantDict * dict, const char *const word, ssize_t len, size_t * out_n_suggs); ENCHANT_MODULE_EXPORT (void) enchant_dict_add (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_session (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (void) enchant_dict_remove (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (void) enchant_dict_remove_from_session (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (int) enchant_dict_is_added (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (int) enchant_dict_is_removed (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (void) enchant_dict_store_replacement (EnchantDict * dict, const char *const mis, ssize_t mis_len, const char *const cor, ssize_t cor_len); ENCHANT_MODULE_EXPORT (void) enchant_dict_free_string_list (EnchantDict * dict, char **string_list); #ifndef ENCHANT_DISABLE_DEPRECATED ENCHANT_MODULE_EXPORT (void) enchant_dict_free_suggestions (EnchantDict * dict, char **suggestions); ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_personal (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_pwl (EnchantDict * dict, const char *const word, ssize_t len); ENCHANT_MODULE_EXPORT (int) enchant_dict_is_in_session (EnchantDict * dict, const char *const word, ssize_t len); #endif /* ENCHANT_DISABLE_DEPRECATED */ /* const */ ENCHANT_MODULE_EXPORT(char *) enchant_dict_get_error (EnchantDict * dict); /** * EnchantDictDescribeFn * @lang_tag: The dictionary's language tag (eg: en_US, de_AT, ...) * @provider_name: The provider's name (eg: Aspell) in UTF8 encoding * @provider_desc: The provider's description (eg: Aspell 0.50.3) in UTF8 encoding * @provider_file: The DLL/SO where this dict's provider was loaded from in Glib file encoding (UTF8 on Windows) * @user_data: Supplied user data, or %null if you don't care * * Callback used to describe an individual dictionary */ typedef void (*EnchantDictDescribeFn) (const char * const lang_tag, const char * const provider_name, const char * const provider_desc, const char * const provider_file, void * user_data); ENCHANT_MODULE_EXPORT (void) enchant_dict_describe (EnchantDict * dict, EnchantDictDescribeFn fn, void * user_data); ENCHANT_MODULE_EXPORT (void) enchant_broker_list_dicts (EnchantBroker * broker, EnchantDictDescribeFn fn, void * user_data); #ifdef __cplusplus } #endif #endif /* ENCHANT_H */ enchant-1.6.0/src/enchant.c0000664000076400007640000016514211355203721012454 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003, 2004 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" #include "pwl.h" #ifdef XP_TARGET_COCOA #import "enchant_cocoa.h" #endif #ifdef XP_TARGET_COCOA #define ENCHANT_USER_PATH_EXTENSION "Library", "Application Support", "Enchant" #elif defined(_WIN32) #define ENCHANT_USER_PATH_EXTENSION "enchant" #else #define ENCHANT_USER_PATH_EXTENSION ".enchant" #endif #ifdef ENABLE_BINRELOC #include "prefix.h" #endif ENCHANT_PLUGIN_DECLARE("Enchant") static char * enchant_get_registry_value_ex (int current_user, const char * const prefix, const char * const key); /********************************************************************************/ /********************************************************************************/ struct str_enchant_broker { GSList *provider_list; /* list of all of the spelling backend providers */ GHashTable *dict_map; /* map of language tag -> dictionary */ GHashTable *provider_ordering; /* map of language tag -> provider order */ GHashTable *params; gchar * error; }; typedef struct str_enchant_session { GHashTable *session_include; GHashTable *session_exclude; EnchantPWL *personal; EnchantPWL *exclude; char * personal_filename; char * exclude_filename; char * language_tag; char * error; gboolean is_pwl; EnchantProvider * provider; } EnchantSession; typedef struct str_enchant_dict_private_data { unsigned int reference_count; EnchantSession* session; } EnchantDictPrivateData; typedef EnchantProvider *(*EnchantProviderInitFunc) (void); typedef void (*EnchantPreConfigureFunc) (EnchantProvider * provider, const char * module_dir); /********************************************************************************/ /********************************************************************************/ #ifdef _WIN32 #define path_cmp g_utf8_collate #else #define path_cmp strcmp #endif static GSList* enchant_slist_prepend_unique_path (GSList *slist, gchar* data) { if (NULL == g_slist_find_custom (slist, data, (GCompareFunc)path_cmp)) { return g_slist_prepend (slist, data); } else { g_free (data); return slist; } } static GSList* enchant_slist_append_unique_path (GSList *slist, gchar* data) { if (NULL == g_slist_find_custom (slist, data, (GCompareFunc)path_cmp)) { return g_slist_append (slist, data); } else { g_free (data); return slist; } } static GSList * _enchant_get_user_home_dirs (void) { GSList *dirs = NULL; const char* home_dir; char *tmp; tmp = enchant_get_registry_value_ex (1, "Config", "Home_Dir"); if (tmp) dirs = enchant_slist_append_unique_path (dirs, tmp); home_dir = g_get_home_dir (); if (home_dir) dirs = enchant_slist_append_unique_path (dirs, g_strdup (home_dir)); return dirs; } static void _enchant_ensure_dir_exists (const char* dir) { if (dir && !g_file_test (dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) { (void)g_remove (dir); g_mkdir_with_parents (dir, 0700); } } static GSList * enchant_get_user_dirs (void) { GSList *user_dirs = NULL; { const char * user_config_dir; user_config_dir = g_get_user_config_dir(); if (user_config_dir) user_dirs = enchant_slist_append_unique_path (user_dirs, g_build_filename (user_config_dir, "enchant", NULL)); } { GSList *home_dirs = NULL, *dir; home_dirs = _enchant_get_user_home_dirs (); for (dir = home_dirs; dir; dir = dir->next) { user_dirs = enchant_slist_append_unique_path (user_dirs, g_build_filename (dir->data, ENCHANT_USER_PATH_EXTENSION, NULL)); } g_slist_foreach (home_dirs, (GFunc)g_free, NULL); g_slist_free (home_dirs); } return user_dirs; } /* place to look for system level providers */ static GSList * enchant_get_module_dirs (void) { GSList *module_dirs = NULL; char * module_dir = NULL; char * prefix = NULL; { char* user_module_dir; user_module_dir = enchant_get_registry_value_ex (1, "Config", "Module_Dir"); if (user_module_dir) module_dirs = enchant_slist_append_unique_path (module_dirs, user_module_dir); } #ifdef XP_TARGET_COCOA module_dirs = enchant_slist_append_unique_path (module_dirs, g_strdup ([[EnchantResourceProvider instance] moduleFolder])); #endif { GSList *user_dirs, *iter; user_dirs = enchant_get_user_dirs(); for (iter = user_dirs; iter; iter = iter->next) module_dirs = enchant_slist_append_unique_path (module_dirs, iter->data); g_slist_free (user_dirs); } /* Look for explicitly set registry values */ module_dir = enchant_get_registry_value_ex (0, "Config", "Module_Dir"); if (module_dir) module_dirs = enchant_slist_append_unique_path (module_dirs, module_dir); #if defined(ENCHANT_GLOBAL_MODULE_DIR) module_dirs = enchant_slist_append_unique_path (module_dirs, g_strdup (ENCHANT_GLOBAL_MODULE_DIR)); #else /* Dynamically locate library and search for modules relative to it. */ prefix = enchant_get_prefix_dir(); if(prefix) { module_dir = g_build_filename(prefix,"lib","enchant",NULL); g_free(prefix); module_dirs = enchant_slist_append_unique_path (module_dirs, module_dir); } #endif return module_dirs; } static GSList * enchant_get_conf_dirs (void) { GSList *conf_dirs = NULL, *user_conf_dirs, *iter; char * ordering_dir = NULL, * prefix = NULL; user_conf_dirs = enchant_get_user_config_dirs(); for (iter = user_conf_dirs; iter != NULL; iter = iter->next) { conf_dirs = enchant_slist_append_unique_path (conf_dirs, iter->data); } g_slist_free (user_conf_dirs); #ifdef XP_TARGET_COCOA conf_dirs = enchant_slist_append_unique_path (conf_dirs, g_strdup ([[EnchantResourceProvider instance] configFolder])); #endif /* Look for explicitly set registry values */ ordering_dir = enchant_get_registry_value_ex (0, "Config", "Data_Dir"); if (ordering_dir) conf_dirs = enchant_slist_append_unique_path (conf_dirs, ordering_dir); /* Dynamically locate library and search for files relative to it. */ prefix = enchant_get_prefix_dir(); if(prefix) { ordering_dir = g_build_filename(prefix,"share","enchant",NULL); g_free(prefix); conf_dirs = enchant_slist_append_unique_path (conf_dirs, ordering_dir); } #if defined(ENCHANT_GLOBAL_ORDERING) conf_dirs = enchant_slist_append_unique_path (conf_dirs, g_strdup (ENCHANT_GLOBAL_ORDERING)); #endif return conf_dirs; } ENCHANT_MODULE_EXPORT(FILE *) enchant_fopen (const gchar *filename, const gchar *mode) { #ifdef G_OS_WIN32 wchar_t *wfilename = g_utf8_to_utf16 (filename, -1, NULL, NULL, NULL); wchar_t *wmode; FILE *retval; int save_errno; if (wfilename == NULL) { errno = EINVAL; return NULL; } wmode = g_utf8_to_utf16 (mode, -1, NULL, NULL, NULL); if (wmode == NULL) { g_free (wfilename); errno = EINVAL; return NULL; } retval = _wfopen (wfilename, wmode); save_errno = errno; g_free (wfilename); g_free (wmode); errno = save_errno; return retval; #else return fopen (filename, mode); #endif } /** * enchant_get_user_config_dir * * Returns: the user's enchant directory, or %null. Returned value * must be free'd. * * The enchant directory is the place where enchant finds user * dictionaries and settings related to enchant * * This API is private to the providers. */ ENCHANT_MODULE_EXPORT (GSList *) enchant_get_user_config_dirs (void) { GSList *dirs; char* user_config; dirs = enchant_get_user_dirs(); user_config = enchant_get_registry_value_ex (1, "Config", "Data_Dir"); if (user_config) dirs = enchant_slist_prepend_unique_path (dirs, user_config); return dirs; } /* * Returns: the value if it exists and is not an empty string ("") or %null otherwise. Must be free'd. */ static char * enchant_get_registry_value_ex (int current_user, const char * const prefix, const char * const key) { #ifndef _WIN32 /* TODO: GConf? KConfig? */ return NULL; #else HKEY hKey; HKEY baseKey; unsigned long lType; DWORD dwSize; char* keyName; WCHAR* wszValue = NULL; char* szValue = NULL; gunichar2 * uKeyName; gunichar2 * uKey; if (current_user) baseKey = HKEY_CURRENT_USER; else baseKey = HKEY_LOCAL_MACHINE; keyName = g_strdup_printf("Software\\Enchant\\%s", prefix); uKeyName = g_utf8_to_utf16 (keyName, -1, NULL, NULL, NULL); uKey = g_utf8_to_utf16 (key, -1, NULL, NULL, NULL); if(RegOpenKeyExW(baseKey, uKeyName, 0, KEY_READ, &hKey) == ERROR_SUCCESS) { /* Determine size of string */ if(RegQueryValueExW( hKey, uKey, NULL, &lType, NULL, &dwSize) == ERROR_SUCCESS) { wszValue = g_new0(WCHAR, dwSize + 1); RegQueryValueExW(hKey, uKey, NULL, &lType, (LPBYTE) wszValue, &dwSize); } RegCloseKey(hKey); } if(wszValue && *wszValue) szValue = g_utf16_to_utf8 (wszValue, -1, NULL, NULL, NULL); g_free(keyName); g_free(uKeyName); g_free(uKey); g_free(wszValue); return szValue; #endif } /** * enchant_get_registry_value * @prefix: Your category, such as "Ispell" or "Myspell" * @key: The tag within your category that you're interested in * * Returns: the value if it exists and is not an empty string ("") or %null otherwise. Must be free'd. * * This API is private to the providers. */ ENCHANT_MODULE_EXPORT (char *) enchant_get_registry_value (const char * const prefix, const char * const key) { char *val; g_return_val_if_fail (prefix, NULL); g_return_val_if_fail (key, NULL); val = enchant_get_registry_value_ex(1, prefix, key); if(val == NULL) { val = enchant_get_registry_value_ex (0, prefix, key); } return val; } /********************************************************************************/ /********************************************************************************/ static gchar* enchant_modify_string_chars (gchar *str, gssize len, gchar (*function)(gchar)) { gchar* it, *end; g_return_val_if_fail (str != NULL, NULL); if (len < 0) len = strlen (str); end = str + len; for (it = str; it != end; ++it) *it = function (*it); return str; } static gchar* enchant_ascii_strup (gchar *str, gssize len) { return enchant_modify_string_chars(str, len, g_ascii_toupper); } static gchar* enchant_ascii_strdown (gchar *str, gssize len) { return enchant_modify_string_chars(str, len, g_ascii_tolower); } /* returns TRUE if tag is valid * for requires alphanumeric ASCII or underscore */ static int enchant_is_valid_dictionary_tag(const char * const tag) { const char * it; for (it = tag; *it; ++it) { if(!g_ascii_isalnum(*it) && *it != '_') return 0; } return it != tag; /*empty tag invalid*/ } static char * enchant_normalize_dictionary_tag (const char * const dict_tag) { char * new_tag = g_strdup (dict_tag); char * needle; new_tag = g_strstrip (new_tag); /* strip off en_GB@euro */ if ((needle = strchr (new_tag, '@')) != NULL) *needle = '\0'; /* strip off en_GB.UTF-8 */ if ((needle = strchr (new_tag, '.')) != NULL) *needle = '\0'; /* turn en-GB into en_GB */ if ((needle = strchr (new_tag, '-')) != NULL) *needle = '_'; /* everything before first '_' is converted to lower case */ if ((needle = strchr (new_tag, '_')) != NULL) { enchant_ascii_strdown(new_tag, needle - new_tag); ++needle; /* everything after first '_' is converted to upper case */ enchant_ascii_strup(needle, -1); } else { enchant_ascii_strdown(new_tag, -1); } return new_tag; } static char * enchant_iso_639_from_tag (const char * const dict_tag) { char * new_tag = g_strdup (dict_tag); char * needle; if ((needle = strchr (new_tag, '_')) != NULL) *needle = '\0'; return new_tag; } static void enchant_session_destroy (EnchantSession * session) { g_hash_table_destroy (session->session_include); g_hash_table_destroy (session->session_exclude); enchant_pwl_free (session->personal); enchant_pwl_free (session->exclude); g_free (session->personal_filename); g_free (session->exclude_filename); g_free (session->language_tag); if (session->error) g_free (session->error); g_free (session); } static EnchantSession * enchant_session_new_with_pwl (EnchantProvider * provider, const char * const pwl, const char * const excl, const char * const lang, gboolean fail_if_no_pwl) { EnchantSession * session; EnchantPWL *personal = NULL; EnchantPWL *exclude = NULL; if (pwl) personal = enchant_pwl_init_with_file (pwl); if (personal == NULL) { if (fail_if_no_pwl) return NULL; else personal = enchant_pwl_init (); } if (excl) exclude = enchant_pwl_init_with_file (excl); if (exclude == NULL) exclude = enchant_pwl_init (); session = g_new0 (EnchantSession, 1); session->session_include = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); session->session_exclude = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); session->personal = personal; session->exclude = exclude; session->provider = provider; session->language_tag = g_strdup (lang); session->personal_filename = g_strdup (pwl); session->exclude_filename = g_strdup (excl); return session; } static EnchantSession * _enchant_session_new (EnchantProvider *provider, const char * const user_config_dir, const char * const lang, gboolean fail_if_no_pwl) { char *filename, *dic, *excl; EnchantSession * session; if (!user_config_dir || !lang) return NULL; filename = g_strdup_printf ("%s.dic", lang); dic = g_build_filename (user_config_dir, filename, NULL); g_free (filename); filename = g_strdup_printf ("%s.exc", lang); excl = g_build_filename (user_config_dir, filename, NULL); g_free (filename); session = enchant_session_new_with_pwl (provider, dic, excl, lang, fail_if_no_pwl); g_free (dic); g_free (excl); return session; } static EnchantSession * enchant_session_new (EnchantProvider *provider, const char * const lang) { EnchantSession * session = NULL; GSList *user_config_dirs, *iter; user_config_dirs = enchant_get_user_config_dirs (); for (iter = user_config_dirs; iter != NULL && session == NULL; iter = iter->next) { session =_enchant_session_new (provider, iter->data, lang, TRUE); } if (session == NULL && user_config_dirs != NULL) { _enchant_ensure_dir_exists (user_config_dirs->data); session =_enchant_session_new (provider, user_config_dirs->data, lang, FALSE); } g_slist_foreach (user_config_dirs, (GFunc)g_free, NULL); g_slist_free (user_config_dirs); return session; } static void enchant_session_add (EnchantSession * session, const char * const word, size_t len) { char* key = g_strndup (word, len); g_hash_table_remove (session->session_exclude, key); g_hash_table_insert (session->session_include, key, GINT_TO_POINTER(TRUE)); } static void enchant_session_remove (EnchantSession * session, const char * const word, size_t len) { char* key = g_strndup (word, len); g_hash_table_remove (session->session_include, key); g_hash_table_insert (session->session_exclude, key, GINT_TO_POINTER(TRUE)); } static void enchant_session_add_personal (EnchantSession * session, const char * const word, size_t len) { enchant_pwl_add(session->personal, word, len); } static void enchant_session_remove_personal (EnchantSession * session, const char * const word, size_t len) { enchant_pwl_remove(session->personal, word, len); } static void enchant_session_add_exclude (EnchantSession * session, const char * const word, size_t len) { enchant_pwl_add(session->exclude, word, len); } static void enchant_session_remove_exclude (EnchantSession * session, const char * const word, size_t len) { enchant_pwl_remove(session->exclude, word, len); } /* a word is excluded if it is in the exclude dictionary or in the session exclude list * AND the word has not been added to the session include list */ static gboolean enchant_session_exclude (EnchantSession * session, const char * const word, size_t len) { gboolean result = FALSE; char * utf = g_strndup (word, len); if (!g_hash_table_lookup (session->session_include, utf) && (g_hash_table_lookup (session->session_exclude, utf)|| enchant_pwl_check (session->exclude, word, len) == 0 )) result = TRUE; g_free (utf); return result; } static gboolean enchant_session_contains (EnchantSession * session, const char * const word, size_t len) { gboolean result = FALSE; char * utf = g_strndup (word, len); if (g_hash_table_lookup (session->session_include, utf) || (enchant_pwl_check (session->personal, word, len) == 0 && !enchant_pwl_check (session->exclude, word, len) == 0)) result = TRUE; g_free (utf); return result; } static void enchant_session_clear_error (EnchantSession * session) { if (session->error) { g_free (session->error); session->error = NULL; } } /********************************************************************************/ /********************************************************************************/ static void enchant_provider_free_string_list (EnchantProvider * provider, char ** string_list) { if (provider && provider->free_string_list) (*provider->free_string_list) (provider, string_list); } /** * enchant_dict_set_error * @dict: A non-null dictionary * @err: A non-null error message * * Sets the current runtime error to @err. This API is private to the * providers. */ ENCHANT_MODULE_EXPORT(void) enchant_dict_set_error (EnchantDict * dict, const char * const err) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (err); g_return_if_fail (g_utf8_validate(err, -1, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); session->error = g_strdup (err); } /** * enchant_dict_get_error * @dict: A non-null dictionary * * Returns a const char string or NULL describing the last exception in UTF8 encoding. * WARNING: error is transient. It will likely be cleared as soon as * the next dictionary operation is called * * Returns: an error message */ ENCHANT_MODULE_EXPORT(char *) enchant_dict_get_error (EnchantDict * dict) { EnchantSession * session; g_return_val_if_fail (dict, NULL); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; return session->error; } /** * enchant_dict_check * @dict: A non-null #EnchantDict * @word: The non-null word you wish to check, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * * Will return an "incorrect" value if any of those pre-conditions * are not met. * * Returns: 0 if the word is correctly spelled, positive if not, negative if error */ ENCHANT_MODULE_EXPORT (int) enchant_dict_check (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_val_if_fail (dict, -1); g_return_val_if_fail (word, -1); if (len < 0) len = strlen (word); g_return_val_if_fail (len, -1); g_return_val_if_fail (g_utf8_validate(word, len, NULL),-1); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); /* first, see if it's to be excluded*/ if (enchant_session_exclude (session, word, len)) return 1; /* then, see if it's in our pwl or session*/ if (enchant_session_contains(session, word, len)) return 0; if (dict->check) return (*dict->check) (dict, word, len); else if (session->is_pwl) return 1; return -1; } /* @suggs must have at least n_suggs + n_new_suggs space allocated * @n_suggs is the number if items currently appearing in @suggs * * returns the number of items in @suggs after merge is complete */ static int enchant_dict_merge_suggestions(EnchantDict * dict, const char ** suggs, size_t n_suggs, const char * const* const new_suggs, size_t n_new_suggs) { EnchantSession * session; size_t i, j; session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; for(i = 0; i < n_new_suggs; i++) { int is_duplicate = 0; char * normalized_new_sugg; normalized_new_sugg = g_utf8_normalize (new_suggs[i], -1, G_NORMALIZE_NFD); for(j = 0; j < n_suggs; j++) { char* normalized_sugg; normalized_sugg = g_utf8_normalize (suggs[j], -1, G_NORMALIZE_NFD); if(strcmp(normalized_sugg,normalized_new_sugg)==0) { is_duplicate = 1; g_free(normalized_sugg); break; } g_free(normalized_sugg); } g_free(normalized_new_sugg); if(!is_duplicate) { suggs[n_suggs] = g_strdup (new_suggs[i]); ++n_suggs; } } return n_suggs; } static char ** enchant_dict_get_good_suggestions(EnchantDict * dict, const char * const* const suggs, size_t n_suggs, size_t* out_n_filtered_suggs) { EnchantSession * session; size_t i, n_filtered_suggs; char ** filtered_suggs; session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; filtered_suggs = g_new0 (char *, n_suggs + 1); n_filtered_suggs = 0; for(i = 0; i < n_suggs; i++) { size_t sugg_len = strlen(suggs[i]); if(g_utf8_validate(suggs[i], sugg_len, NULL) && !enchant_session_exclude(session, suggs[i], sugg_len) ) { filtered_suggs[n_filtered_suggs] = g_strdup (suggs[i]); ++n_filtered_suggs; } } if(out_n_filtered_suggs) *out_n_filtered_suggs = n_filtered_suggs; return filtered_suggs; } /** * enchant_dict_suggest * @dict: A non-null #EnchantDict * @word: The non-null word you wish to find suggestions for, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * @out_n_suggs: The location to store the # of suggestions returned, or %null * * Will return an %null value if any of those pre-conditions * are not met. * * Returns: A %null terminated list of UTF-8 encoded suggestions, or %null */ ENCHANT_MODULE_EXPORT (char **) enchant_dict_suggest (EnchantDict * dict, const char *const word, ssize_t len, size_t * out_n_suggs) { EnchantSession * session; size_t n_suggs = 0, n_dict_suggs = 0, n_pwl_suggs = 0, n_suggsT = 0; char **suggs, **dict_suggs = NULL, **pwl_suggs = NULL, **suggsT; g_return_val_if_fail (dict, NULL); g_return_val_if_fail (word, NULL); if (len < 0) len = strlen (word); g_return_val_if_fail (len, NULL); g_return_val_if_fail (g_utf8_validate(word, len, NULL), NULL); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); /* Check for suggestions from provider dictionary */ if (dict->suggest) { dict_suggs = (*dict->suggest) (dict, word, len, &n_dict_suggs); if(dict_suggs) { suggsT = enchant_dict_get_good_suggestions(dict, dict_suggs, n_dict_suggs, &n_suggsT); enchant_provider_free_string_list (session->provider, dict_suggs); dict_suggs = suggsT; n_dict_suggs = n_suggsT; } } /* Check for suggestions from personal dictionary */ if(session->personal) { pwl_suggs = enchant_pwl_suggest(session->personal, word, len, dict_suggs, &n_pwl_suggs); if(pwl_suggs) { suggsT = enchant_dict_get_good_suggestions(dict, pwl_suggs, n_pwl_suggs, &n_suggsT); enchant_pwl_free_string_list (session->personal, pwl_suggs); pwl_suggs = suggsT; n_pwl_suggs = n_suggsT; } } /* Clone suggestions if there are any */ n_suggs = n_pwl_suggs + n_dict_suggs; if (n_suggs > 0) { suggs = g_new0 (char *, n_suggs + 1); /* Copy over suggestions from dict, if no dupes */ n_suggs = enchant_dict_merge_suggestions(dict, suggs, 0, dict_suggs, n_dict_suggs); /* Copy over suggestions from pwl, if no dupes */ n_suggs = enchant_dict_merge_suggestions(dict, suggs, n_suggs, pwl_suggs, n_pwl_suggs); if(n_suggs == 0) { g_free(suggs); suggs = NULL; } } else { suggs = NULL; } g_strfreev(dict_suggs); g_strfreev(pwl_suggs); if (out_n_suggs) *out_n_suggs = n_suggs; return suggs; } /** * enchant_dict_add * @dict: A non-null #EnchantDict * @word: The non-null word you wish to add to your personal dictionary, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * * Remarks: if the word exists in the exclude dictionary, it will be removed from the * exclude dictionary */ ENCHANT_MODULE_EXPORT (void) enchant_dict_add (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (word); if (len < 0) len = strlen (word); g_return_if_fail (len); g_return_if_fail (g_utf8_validate(word, len, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); enchant_session_add_personal (session, word, len); enchant_session_remove_exclude (session, word, len); if (dict->add_to_personal) (*dict->add_to_personal) (dict, word, len); } /** * enchant_dict_add_to_pwl * @dict: A non-null #EnchantDict * @word: The non-null word you wish to add to your personal dictionary, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * * DEPRECATED. Please use enchant_dict_add() instead. */ ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_pwl (EnchantDict * dict, const char *const word, ssize_t len) { enchant_dict_add(dict,word,len); } /** * enchant_dict_add_to_personal * @dict: A non-null #EnchantDict * @word: The non-null word you wish to add to your personal dictionary, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * * DEPRECATED. Please use enchant_dict_add() instead. */ ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_personal (EnchantDict * dict, const char *const word, ssize_t len) { enchant_dict_add(dict, word, len); } /** * enchant_dict_add_to_session * @dict: A non-null #EnchantDict * @word: The non-null word you wish to add to this spell-checking session, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * */ ENCHANT_MODULE_EXPORT (void) enchant_dict_add_to_session (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (word); if (len < 0) len = strlen (word); g_return_if_fail (len); g_return_if_fail (g_utf8_validate(word, len, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); enchant_session_add (session, word, len); if (dict->add_to_session) (*dict->add_to_session) (dict, word, len); } /** * enchant_dict_is_added * @dict: A non-null #EnchantDict * @word: The word you wish to see if it has been added (to your session or dict) in UTF8 encoding * @len: the byte length of @word, or -1 for strlen (@word) */ ENCHANT_MODULE_EXPORT (int) enchant_dict_is_added (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_val_if_fail (dict, 0); g_return_val_if_fail (word, 0); if (len < 0) len = strlen (word); g_return_val_if_fail (len, 0); g_return_val_if_fail (g_utf8_validate(word, len, NULL), 0); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); return enchant_session_contains (session, word, len); } /** * enchant_dict_is_in_session * @dict: A non-null #EnchantDict * @word: The word you wish to see if it's in your session in UTF8 encoding * @len: the byte length of @word, or -1 for strlen (@word) * * DEPRECATED. Please use enchant_dict_is_added() instead. */ ENCHANT_MODULE_EXPORT (int) enchant_dict_is_in_session (EnchantDict * dict, const char *const word, ssize_t len) { return enchant_dict_is_added(dict, word, len); } /** * enchant_dict_remove * @dict: A non-null #EnchantDict * @word: The non-null word you wish to add to your exclude dictionary and * remove from the personal dictionary, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * */ ENCHANT_MODULE_EXPORT (void) enchant_dict_remove (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (word); if (len < 0) len = strlen (word); g_return_if_fail (len); g_return_if_fail (g_utf8_validate(word, len, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); enchant_session_remove_personal (session, word, len); enchant_session_add_exclude(session, word, len); if (dict->add_to_exclude) (*dict->add_to_exclude) (dict, word, len); } /** * enchant_dict_remove_from_session * @dict: A non-null #EnchantDict * @word: The non-null word you wish to exclude from this spell-checking session, in UTF-8 encoding * @len: The byte length of @word, or -1 for strlen (@word) * */ ENCHANT_MODULE_EXPORT (void) enchant_dict_remove_from_session (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (word); if (len < 0) len = strlen (word); g_return_if_fail (len); g_return_if_fail (g_utf8_validate(word, len, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); enchant_session_remove (session, word, len); } /** * enchant_dict_is_removed * @dict: A non-null #EnchantDict * @word: The word you wish to see if it has been removed (from your session or dict) in UTF8 encoding * @len: the byte length of @word, or -1 for strlen (@word) */ ENCHANT_MODULE_EXPORT (int) enchant_dict_is_removed (EnchantDict * dict, const char *const word, ssize_t len) { EnchantSession * session; g_return_val_if_fail (dict, 0); g_return_val_if_fail (word, 0); if (len < 0) len = strlen (word); g_return_val_if_fail (len, 0); g_return_val_if_fail (g_utf8_validate(word, len, NULL), 0); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); return enchant_session_exclude (session, word, len); } /** * enchant_dict_store_replacement * @dict: A non-null #EnchantDict * @mis: The non-null word you wish to add a correction for, in UTF-8 encoding * @mis_len: The byte length of @mis, or -1 for strlen (@mis) * @cor: The non-null correction word, in UTF-8 encoding * @cor_len: The byte length of @cor, or -1 for strlen (@cor) * * Notes that you replaced @mis with @cor, so it's possibly more likely * that future occurrences of @mis will be replaced with @cor. So it might * bump @cor up in the suggestion list. */ ENCHANT_MODULE_EXPORT (void) enchant_dict_store_replacement (EnchantDict * dict, const char *const mis, ssize_t mis_len, const char *const cor, ssize_t cor_len) { EnchantSession * session; g_return_if_fail (dict); g_return_if_fail (mis); g_return_if_fail (cor); if (mis_len < 0) mis_len = strlen (mis); if (cor_len < 0) cor_len = strlen (cor); g_return_if_fail (mis_len); g_return_if_fail (cor_len); g_return_if_fail (g_utf8_validate(mis, mis_len, NULL)); g_return_if_fail (g_utf8_validate(cor, cor_len, NULL)); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); /* if it's not implemented, it's not worth emulating */ if (dict->store_replacement) (*dict->store_replacement) (dict, mis, mis_len, cor, cor_len); } /** * enchant_dict_free_string_list * @dict: A non-null #EnchantDict * @string_list: A non-null string list returned from enchant_dict_suggest * * Releases the string list */ ENCHANT_MODULE_EXPORT (void) enchant_dict_free_string_list (EnchantDict * dict, char **string_list) { EnchantSession * session; g_return_if_fail (dict); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); g_strfreev(string_list); } /** * enchant_dict_free_suggestions * @dict: A non-null #EnchantDict * @suggestions: The non-null suggestion list returned by * 'enchant_dict_suggest' * * Releases the suggestions * This function is DEPRECATED. Please use enchant_dict_free_string_list() instead. */ ENCHANT_MODULE_EXPORT (void) enchant_dict_free_suggestions (EnchantDict * dict, char **suggestions) { enchant_dict_free_string_list (dict, suggestions); } /** * enchant_dict_describe * @broker: A non-null #EnchantDict * @dict: A non-null #EnchantDictDescribeFn * @user_data: Optional user-data * * Describes an individual dictionary */ ENCHANT_MODULE_EXPORT (void) enchant_dict_describe (EnchantDict * dict, EnchantDictDescribeFn fn, void * user_data) { EnchantSession * session; EnchantProvider * provider; GModule *module; const char * tag, * name, * desc, * file; g_return_if_fail (dict); g_return_if_fail (fn); session = ((EnchantDictPrivateData*)dict->enchant_private_data)->session; enchant_session_clear_error (session); provider = session->provider; if (provider) { module = (GModule *) provider->enchant_private_data; file = g_module_name (module); name = (*provider->identify) (provider); desc = (*provider->describe) (provider); } else { file = session->personal_filename; name = "Personal Wordlist"; desc = "Personal Wordlist"; } tag = session->language_tag; (*fn) (tag, name, desc, file, user_data); } /***********************************************************************************/ /***********************************************************************************/ static void enchant_broker_clear_error (EnchantBroker * broker) { if (broker->error) { g_free (broker->error); broker->error = NULL; } } static void enchant_broker_set_error (EnchantBroker * broker, const char * const err) { enchant_broker_clear_error (broker); broker->error = g_strdup (err); } static int enchant_provider_is_valid(EnchantProvider * provider) { if(provider == NULL) { g_warning ("EnchantProvider cannot be NULL\n"); return 0; } if(provider->identify == NULL) { g_warning ("EnchantProvider's identify method cannot be NULL\n"); return 0; } else if(!g_utf8_validate((*provider->identify)(provider), -1, NULL)) { g_warning ("EnchantProvider's identify method does not return valid utf8.\n"); return 0; } if(provider->describe == NULL) { g_warning ("EnchantProvider's describe method cannot be NULL\n"); return 0; } else if(!g_utf8_validate((*provider->describe)(provider), -1, NULL)) { g_warning ("EnchantProvider's describe method does not return valid utf8.\n"); return 0; } return 1; } static void enchant_load_providers_in_dir (EnchantBroker * broker, const char *dir_name) { GModule *module = NULL; GDir *dir; G_CONST_RETURN char *dir_entry; size_t entry_len, g_module_suffix_len; char * filename; EnchantProvider *provider; EnchantProviderInitFunc init_func; EnchantPreConfigureFunc conf_func; dir = g_dir_open (dir_name, 0, NULL); if (!dir) return; g_module_suffix_len = strlen (G_MODULE_SUFFIX); while ((dir_entry = g_dir_read_name (dir)) != NULL) { provider = 0; entry_len = strlen (dir_entry); if ((entry_len > g_module_suffix_len) && !strcmp(dir_entry+(entry_len-g_module_suffix_len), G_MODULE_SUFFIX)) { #ifdef _WIN32 /* Suppress error popups for failing to load plugins */ UINT old_error_mode = SetErrorMode(SEM_FAILCRITICALERRORS); #endif filename = g_build_filename (dir_name, dir_entry, NULL); module = g_module_open (filename, (GModuleFlags) 0); if (module) { if (g_module_symbol (module, "init_enchant_provider", (gpointer *) (&init_func)) && init_func) { provider = init_func (); if (!enchant_provider_is_valid(provider)) { g_warning ("Error loading plugin: %s's init_enchant_provider returned invalid provider.\n", dir_entry); if(provider) { if(provider->dispose) provider->dispose(provider); provider = NULL; } g_module_close (module); } } else { g_module_close (module); } } else { g_warning ("Error loading plugin: %s\n", g_module_error()); } g_free (filename); #ifdef _WIN32 /* Restore the original error mode */ SetErrorMode(old_error_mode); #endif } if (provider) { /* optional entry point to allow modules to look for associated files */ if (g_module_symbol (module, "configure_enchant_provider", (gpointer *) (&conf_func)) && conf_func) { conf_func (provider, dir_name); if (!enchant_provider_is_valid(provider)) { g_warning ("Error loading plugin: %s's configure_enchant_provider modified provider and it is now invalid.\n", dir_entry); if(provider->dispose) provider->dispose(provider); provider = NULL; g_module_close (module); } } } if (provider) { provider->enchant_private_data = (void *) module; provider->owner = broker; broker->provider_list = g_slist_append (broker->provider_list, (gpointer)provider); } } g_dir_close (dir); } static void enchant_load_providers (EnchantBroker * broker) { GSList *module_dirs, *iter; module_dirs = enchant_get_module_dirs(); for (iter = module_dirs; iter; iter = iter->next) { enchant_load_providers_in_dir (broker, iter->data); } g_slist_foreach (module_dirs, (GFunc)g_free, NULL); g_slist_free (module_dirs); } static void enchant_load_ordering_from_file (EnchantBroker * broker, const char * file) { char line [1024]; char * tag, * ordering; size_t i, len; FILE * f; f = enchant_fopen (file, "r"); if (!f) return; while (NULL != fgets (line, sizeof(line), f)) { for (i = 0, len = strlen(line); i < len && line[i] != ':'; i++) ; if (i < len) { tag = g_strndup (line, i); ordering = g_strndup (line+(i+1), len - i); enchant_broker_set_ordering (broker, tag, ordering); g_free (tag); g_free (ordering); } } fclose (f); } static void enchant_load_provider_ordering (EnchantBroker * broker) { GSList *conf_dirs, *iter; broker->provider_ordering = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); /* we want the user's dirs to show up last, so they override system dirs */ conf_dirs = g_slist_reverse (enchant_get_conf_dirs ()); for (iter = conf_dirs; iter; iter = iter->next) { char *ordering_file; ordering_file = g_build_filename (iter->data, "enchant.ordering", NULL); enchant_load_ordering_from_file (broker, ordering_file); g_free (ordering_file); } g_slist_foreach (conf_dirs, (GFunc)g_free, NULL); g_slist_free (conf_dirs); } static GSList * enchant_get_ordered_providers (EnchantBroker * broker, const char * const tag) { EnchantProvider *provider; GSList * list = NULL, * iter = NULL; char * ordering = NULL, ** tokens, *token; size_t i; ordering = (char *)g_hash_table_lookup (broker->provider_ordering, (gpointer)tag); if (!ordering) ordering = (char *)g_hash_table_lookup (broker->provider_ordering, (gpointer)"*"); if (!ordering) { /* return an unordered copy of the list */ for (iter = broker->provider_list; iter != NULL; iter = g_slist_next (iter)) list = g_slist_append (list, iter->data); return list; } tokens = g_strsplit (ordering, ",", 0); if (tokens) { for (i = 0; tokens[i]; i++) { token = g_strstrip(tokens[i]); for (iter = broker->provider_list; iter != NULL; iter = g_slist_next (iter)) { provider = (EnchantProvider*)iter->data; if (provider && !strcmp (token, (*provider->identify)(provider))) list = g_slist_append (list, (gpointer)provider); } } g_strfreev (tokens); } /* providers not in the list need to be appended at the end */ for (iter = broker->provider_list; iter != NULL; iter = g_slist_next (iter)) { if (!g_slist_find (list, iter->data)) list = g_slist_append (list, iter->data); } return list; } static void enchant_dict_destroyed (gpointer data) { EnchantDict *dict; EnchantProvider *owner; EnchantSession *session; EnchantDictPrivateData *enchant_dict_private_data; g_return_if_fail (data); dict = (EnchantDict *) data; enchant_dict_private_data = (EnchantDictPrivateData*)dict->enchant_private_data; session = enchant_dict_private_data->session; owner = session->provider; if (owner && owner->dispose_dict) (*owner->dispose_dict) (owner, dict); else if(session->is_pwl) g_free (dict); g_free(enchant_dict_private_data); enchant_session_destroy (session); } static void enchant_provider_free (gpointer data, gpointer user_data) { EnchantProvider *provider; GModule *module; g_return_if_fail (data); provider = (EnchantProvider *) data; module = (GModule *) provider->enchant_private_data; if (provider->dispose) (*provider->dispose) (provider); /* close module only after invoking dispose */ g_module_close (module); } /** * enchant_broker_init * * Returns: A new broker object capable of requesting * dictionaries from */ ENCHANT_MODULE_EXPORT (EnchantBroker *) enchant_broker_init (void) { EnchantBroker *broker = NULL; g_return_val_if_fail (g_module_supported (), NULL); #ifdef ENABLE_BINRELOC { static gboolean binreloc_initialized = FALSE; if (!binreloc_initialized) { (void)gbr_init_lib (NULL); binreloc_initialized = TRUE; } } #endif broker = g_new0 (EnchantBroker, 1); broker->dict_map = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, enchant_dict_destroyed); broker->params = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); enchant_load_providers (broker); enchant_load_provider_ordering (broker); return broker; } /** * enchant_broker_free * @broker: A non-null #EnchantBroker * * Destroys the broker object. Must only be called once per broker init */ ENCHANT_MODULE_EXPORT (void) enchant_broker_free (EnchantBroker * broker) { guint n_remaining; g_return_if_fail (broker); n_remaining = g_hash_table_size (broker->dict_map); if (n_remaining) { g_warning ("%u dictionaries weren't free'd.\n", n_remaining); } /* will destroy any remaining dictionaries for us */ g_hash_table_destroy (broker->dict_map); g_hash_table_destroy (broker->provider_ordering); g_hash_table_destroy (broker->params); g_slist_foreach (broker->provider_list, enchant_provider_free, NULL); g_slist_free (broker->provider_list); enchant_broker_clear_error (broker); g_free (broker); } /** * enchant_broker_request_pwl_dict * * PWL is a personal wordlist file, 1 entry per line * * @pwl: A non-null pathname in the GLib file name encoding (UTF-8 on Windows) * to the personal wordlist file * * Returns: An EnchantDict. This dictionary is reference counted. */ ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_pwl_dict (EnchantBroker * broker, const char *const pwl) { EnchantSession *session; EnchantDictPrivateData *enchant_dict_private_data; EnchantDict *dict = NULL; g_return_val_if_fail (broker, NULL); g_return_val_if_fail (pwl && strlen(pwl), NULL); enchant_broker_clear_error (broker); dict = (EnchantDict*)g_hash_table_lookup (broker->dict_map, (gpointer) pwl); if (dict) { ((EnchantDictPrivateData*)dict->enchant_private_data)->reference_count++; return dict; } /* since the broker pwl file is a read/write file (there is no readonly dictionary associated) * there is no need for complementary exclude file to add a word to. The word just needs to be * removed from the broker pwl file */ session = enchant_session_new_with_pwl (NULL, pwl, NULL, "Personal Wordlist", TRUE); if (!session) { broker->error = g_strdup_printf ("Couldn't open personal wordlist '%s'", pwl); return NULL; } session->is_pwl = 1; dict = g_new0 (EnchantDict, 1); enchant_dict_private_data = g_new0 (EnchantDictPrivateData, 1); enchant_dict_private_data->reference_count = 1; enchant_dict_private_data->session = session; dict->enchant_private_data = (void *)enchant_dict_private_data; g_hash_table_insert (broker->dict_map, (gpointer)g_strdup (pwl), dict); return dict; } static EnchantDict * _enchant_broker_request_dict (EnchantBroker * broker, const char *const tag) { EnchantDict * dict; GSList * list; GSList * listIter; dict = (EnchantDict*)g_hash_table_lookup (broker->dict_map, (gpointer) tag); if (dict) { ((EnchantDictPrivateData*)dict->enchant_private_data)->reference_count++; return dict; } list = enchant_get_ordered_providers (broker, tag); for (listIter = list; listIter != NULL; listIter = g_slist_next (listIter)) { EnchantProvider * provider; provider = (EnchantProvider *) listIter->data; if (provider->request_dict) { dict = (*provider->request_dict) (provider, tag); if (dict) { EnchantSession *session; EnchantDictPrivateData *enchant_dict_private_data; session = enchant_session_new (provider, tag); enchant_dict_private_data = g_new0 (EnchantDictPrivateData, 1); enchant_dict_private_data->reference_count = 1; enchant_dict_private_data->session = session; dict->enchant_private_data = (void *)enchant_dict_private_data; g_hash_table_insert (broker->dict_map, (gpointer)g_strdup (tag), dict); break; } } } g_slist_free (list); return dict; } /** * enchant_broker_request_dict * @broker: A non-null #EnchantBroker * @tag: The non-null language tag you wish to request a dictionary for ("en_US", "de_DE", ...) * * Returns: An #EnchantDict, or %null if no suitable dictionary could be found. This dictionary is reference counted. */ ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_dict (EnchantBroker * broker, const char *const tag) { EnchantDict *dict = NULL; char * normalized_tag; g_return_val_if_fail (broker, NULL); g_return_val_if_fail (tag && strlen(tag), NULL); enchant_broker_clear_error (broker); normalized_tag = enchant_normalize_dictionary_tag (tag); if(!enchant_is_valid_dictionary_tag(normalized_tag)) { enchant_broker_set_error (broker, "invalid tag character found"); } else if ((dict = _enchant_broker_request_dict (broker, normalized_tag)) == NULL) { char * iso_639_only_tag; iso_639_only_tag = enchant_iso_639_from_tag (normalized_tag); dict = _enchant_broker_request_dict (broker, iso_639_only_tag); g_free (iso_639_only_tag); } g_free (normalized_tag); return dict; } /** * enchant_broker_describe * @broker: A non-null #EnchantBroker * @fn: A non-null #EnchantBrokerDescribeFn * @user_data: Optional user-data * * Enumerates the Enchant providers and tells * you some rudimentary information about them. */ ENCHANT_MODULE_EXPORT (void) enchant_broker_describe (EnchantBroker * broker, EnchantBrokerDescribeFn fn, void * user_data) { GSList *list; EnchantProvider *provider; GModule *module; const char * name, * desc, * file; g_return_if_fail (broker); g_return_if_fail (fn); enchant_broker_clear_error (broker); for (list = broker->provider_list; list != NULL; list = g_slist_next (list)) { provider = (EnchantProvider *) list->data; module = (GModule *) provider->enchant_private_data; name = (*provider->identify) (provider); desc = (*provider->describe) (provider); file = g_module_name (module); (*fn) (name, desc, file, user_data); } } /** * enchant_broker_list_dicts * @broker: A non-null #EnchantBroker * @fn: A non-null #EnchantDictDescribeFn * @user_data: Optional user-data * * Enumerates the dictionaries available from * all Enchant providers. */ ENCHANT_MODULE_EXPORT (void) enchant_broker_list_dicts (EnchantBroker * broker, EnchantDictDescribeFn fn, void * user_data) { GSList *list; GHashTable *tags; g_return_if_fail (broker); g_return_if_fail (fn); tags = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); enchant_broker_clear_error (broker); for (list = broker->provider_list; list != NULL; list = g_slist_next (list)) { EnchantProvider *provider; GModule *module; provider = (EnchantProvider *) list->data; module = (GModule *) provider->enchant_private_data; if (provider->list_dicts) { const char * tag, * name, * desc, * file; size_t n_dicts, i; char ** dicts; dicts = (*provider->list_dicts) (provider, &n_dicts); name = (*provider->identify) (provider); desc = (*provider->describe) (provider); file = g_module_name (module); for (i = 0; i < n_dicts; i++) { tag = dicts[i]; if(enchant_is_valid_dictionary_tag(tag) && !g_hash_table_lookup (tags, tag)) { g_hash_table_insert (tags, g_strdup (tag), GINT_TO_POINTER(TRUE)); (*fn) (tag, name, desc, file, user_data); } } enchant_provider_free_string_list (provider, dicts); } } g_hash_table_destroy (tags); } /** * enchant_broker_free_dict * @broker: A non-null #EnchantBroker * @dict: A non-null #EnchantDict * * Releases the dictionary when you are done using it. Must only be called once per dictionary request */ ENCHANT_MODULE_EXPORT (void) enchant_broker_free_dict (EnchantBroker * broker, EnchantDict * dict) { EnchantSession * session; EnchantDictPrivateData * dict_private_data; g_return_if_fail (broker); g_return_if_fail (dict); enchant_broker_clear_error (broker); dict_private_data = (EnchantDictPrivateData*)dict->enchant_private_data; dict_private_data->reference_count--; if(dict_private_data->reference_count == 0) { session = dict_private_data->session; if (session->provider) g_hash_table_remove (broker->dict_map, session->language_tag); else g_hash_table_remove (broker->dict_map, session->personal_filename); } } static int _enchant_provider_dictionary_exists (EnchantProvider * provider, const char * const tag) { int exists = 0; if (provider->dictionary_exists) { exists = (*provider->dictionary_exists) (provider, tag); } else if (provider->list_dicts) { size_t n_dicts, i; char ** dicts; dicts = (*provider->list_dicts) (provider, &n_dicts); for (i = 0; (i < n_dicts) && !exists; i++) { if (!strcmp(dicts[i], tag)) exists = 1; } enchant_provider_free_string_list (provider, dicts); } else if (provider->request_dict) { EnchantDict *dict; dict = (*provider->request_dict) (provider, tag); if (dict) { if (provider->dispose_dict) (*provider->dispose_dict) (provider, dict); exists = 1; } } return exists; } static int _enchant_broker_dict_exists (EnchantBroker * broker, const char * const tag) { GSList * list; /* don't query the providers if it is an empty string */ if (tag == NULL || *tag == '\0') { return 0; } /* don't query the providers if we can just do a quick map lookup */ if (g_hash_table_lookup (broker->dict_map, (gpointer) tag) != NULL) { return 1; } for (list = broker->provider_list; list != NULL; list = g_slist_next (list)) { EnchantProvider * provider; provider = (EnchantProvider *) list->data; if (_enchant_provider_dictionary_exists (provider, tag)) { return 1; } } return 0; } /** * enchant_broker_dict_exists * @broker: A non-null #EnchantBroker * @tag: The non-null language tag you wish to request a dictionary for ("en_US", "de_DE", ...) * * Return existance of the requested dictionary (1 == true, 0 == false) */ ENCHANT_MODULE_EXPORT (int) enchant_broker_dict_exists (EnchantBroker * broker, const char * const tag) { char * normalized_tag; int exists = 0; g_return_val_if_fail (broker, 0); g_return_val_if_fail (tag && strlen(tag), 0); enchant_broker_clear_error (broker); normalized_tag = enchant_normalize_dictionary_tag (tag); if(!enchant_is_valid_dictionary_tag(normalized_tag)) { enchant_broker_set_error (broker, "invalid tag character found"); } else if ((exists = _enchant_broker_dict_exists (broker, normalized_tag)) == 0) { char * iso_639_only_tag; iso_639_only_tag = enchant_iso_639_from_tag (normalized_tag); if (strcmp (normalized_tag, iso_639_only_tag) != 0) { exists = _enchant_broker_dict_exists (broker, iso_639_only_tag); } g_free (iso_639_only_tag); } g_free (normalized_tag); return exists; } /** * enchant_broker_set_ordering * @broker: A non-null #EnchantBroker * @tag: A non-null language tag (en_US) * @ordering: A non-null ordering (aspell,myspell,ispell,uspell,hspell) * * Declares a preference of dictionaries to use for the language * described/referred to by @tag. The ordering is a comma delimited * list of provider names. As a special exception, the "*" tag can * be used as a language tag to declare a default ordering for any * language that does not explictly declare an ordering. */ ENCHANT_MODULE_EXPORT (void) enchant_broker_set_ordering (EnchantBroker * broker, const char * const tag, const char * const ordering) { char * tag_dupl; char * ordering_dupl; g_return_if_fail (broker); g_return_if_fail (tag && strlen(tag)); g_return_if_fail (ordering && strlen(ordering)); enchant_broker_clear_error (broker); tag_dupl = enchant_normalize_dictionary_tag (tag); ordering_dupl = g_strdup (ordering); ordering_dupl = g_strstrip (ordering_dupl); if (tag_dupl && strlen(tag_dupl) && ordering_dupl && strlen(ordering_dupl)) { /* we will free ordering_dupl && tag_dupl when the hash is destroyed */ g_hash_table_insert (broker->provider_ordering, (gpointer)tag_dupl, (gpointer)(ordering_dupl)); } else { g_free (tag_dupl); g_free (ordering_dupl); } } /** * enchant_provider_set_error * @provider: A non-null provider * @err: A non-null error message * * Sets the current runtime error to @err. This API is private to * the providers. */ ENCHANT_MODULE_EXPORT(void) enchant_provider_set_error (EnchantProvider * provider, const char * const err) { EnchantBroker * broker; g_return_if_fail (provider); g_return_if_fail (err); g_return_if_fail (g_utf8_validate(err, -1, NULL)); broker = provider->owner; g_return_if_fail (broker); enchant_broker_set_error (broker, err); } /** * enchant_broker_get_error * @broker: A non-null broker * * Returns a const char string or NULL describing the last exception in UTF8 encoding. * WARNING: error is transient and is likely cleared as soon as the * next broker operation happens */ ENCHANT_MODULE_EXPORT(char *) enchant_broker_get_error (EnchantBroker * broker) { g_return_val_if_fail (broker, NULL); return broker->error; } /* private. returned string should be free'd with g_free */ ENCHANT_MODULE_EXPORT(char *) enchant_get_user_language(void) { char * locale = NULL; #if defined(G_OS_WIN32) if(!locale) locale = g_win32_getlocale (); #endif if(!locale) locale = g_strdup (g_getenv ("LANG")); #if defined(HAVE_LC_MESSAGES) if(!locale) locale = g_strdup (setlocale (LC_MESSAGES, NULL)); #endif if(!locale) locale = g_strdup (setlocale (LC_ALL, NULL)); if(!locale || strcmp(locale, "C") == 0) { g_free(locale); locale = g_strdup("en"); } return locale; } /** * enchant_get_prefix_dir * * Returns a string giving the location of the base directory * of the enchant installation. This corresponds roughly to * the --prefix option given to ./configure when enchant is * compiled, except it is determined at runtime based on the location * of the enchant library. * * Returns: the prefix dir if it can be determined, or %null otherwise. Must be free'd. * * This API is private to the providers. * */ ENCHANT_MODULE_EXPORT (char *) enchant_get_prefix_dir(void) { char * prefix = NULL; #ifdef _WIN32 if (!prefix) { /* Dynamically locate library and return containing directory */ WCHAR dll_path[MAX_PATH]; if(GetModuleFileNameW(s_hModule,dll_path,MAX_PATH)) { gchar* utf8_dll_path = g_utf16_to_utf8 (dll_path, -1, NULL, NULL, NULL); prefix = g_path_get_dirname(utf8_dll_path); g_free(utf8_dll_path); /* Strip off "bin" subfolder if present */ if (strlen(prefix) >=6 && G_IS_DIR_SEPARATOR(prefix[strlen(prefix)-4]) && g_ascii_strcasecmp(prefix+strlen(prefix)-3, "bin") == 0) prefix[strlen(prefix)-4] = '\0'; } } #endif #if defined(ENABLE_BINRELOC) if (!prefix) { /* Use standard binreloc PREFIX macro */ prefix = gbr_find_prefix(NULL); } #endif #if defined(ENCHANT_PREFIX_DIR) if (!prefix) { prefix = g_strdup (ENCHANT_PREFIX_DIR); } #endif return prefix; } ENCHANT_MODULE_EXPORT(char *) enchant_broker_get_param (EnchantBroker * broker, const char * const param_name) { g_return_val_if_fail (broker, NULL); g_return_val_if_fail (param_name && *param_name, NULL); return g_hash_table_lookup (broker->params, param_name); } ENCHANT_MODULE_EXPORT(void) enchant_broker_set_param (EnchantBroker * broker, const char * const param_name, const char * const param_value) { g_return_if_fail (broker); g_return_if_fail (param_name && *param_name); if (param_value == NULL || *param_value == '\0') g_hash_table_remove (broker->params, param_name); else g_hash_table_insert (broker->params, g_strdup (param_name), g_strdup (param_value)); } ENCHANT_MODULE_EXPORT (GSList *) enchant_get_dirs_from_param (EnchantBroker * broker, const char * const param_name) { const char *param_value; char **tokens; GSList *dirs = NULL; param_value = enchant_broker_get_param (broker, param_name); if (param_value == NULL) return NULL; #ifdef _WIN32 tokens = g_strsplit (param_value, ";", 0); #else tokens = g_strsplit (param_value, ":", 0); #endif if (tokens != NULL) { int i; for (i = 0; tokens[i]; i++) { char *token = g_strstrip(tokens[i]); dirs = g_slist_append (dirs, g_strdup (token)); } g_strfreev (tokens); } return dirs; } ENCHANT_MODULE_EXPORT(char *) enchant_get_version (void) { return ENCHANT_VERSION_STRING; } enchant-1.6.0/src/applespell/0000775000076400007640000000000011355204367013107 500000000000000enchant-1.6.0/src/applespell/AppleSpell.config0000664000076400007640000000045511355203721016254 00000000000000de_DE de Deutsch en_US en English en_AU en_AU Australian English en_CA en_CA Canadian English en_GB en_GB British English es_ES es Español fr_FR fr Français it_IT it Italiano nl_NL nl Nederlands pt_PT pt Português pt_BR pt_BR Português do Brasil sv_SE sv Svenska hu_HU hu Magyar (MySpellX) enchant-1.6.0/src/applespell/Makefile.am0000664000076400007640000000012411355203721015051 00000000000000EXTRA_DIST= \ applespell_checker.h \ applespell_checker.mm \ AppleSpell.config enchant-1.6.0/src/applespell/applespell_checker.mm0000664000076400007640000002507611355203721017212 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2004 Remi Payette * Copyright (C) 2004 Francis James Franklin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02110-1301, USA. */ #include #include #include "applespell_checker.h" AppleSpellChecker::AppleSpellChecker() { // NSLog (@"AppleSpellChecker::AppleSpellChecker"); m_checker = [NSSpellChecker sharedSpellChecker]; m_languages = [[NSMutableDictionary alloc] initWithCapacity:16]; } AppleSpellChecker::~AppleSpellChecker() { // NSLog (@"AppleSpellChecker::~AppleSpellChecker"); if (m_languages) { [m_languages release]; m_languages = 0; } } void AppleSpellChecker::parseConfigFile (const char * configFile) { if (!m_languages || !configFile) return; // NSLog (@"AppleSpellChecker::parseConfigFile: file=\"%s\"", configFile); if (FILE * in = fopen (configFile, "r")) { char line[1024]; char code[1024]; char name[1024]; char lang[1024]; while (fgets (line, sizeof(line), in)) if (sscanf (line, "%s %s %s", code, name, lang) == 3) { NSString * key = [[NSString alloc] initWithUTF8String:code]; NSString * value = [[NSString alloc] initWithUTF8String:name]; NSString * language = [[NSString alloc] initWithUTF8String:lang]; if (key && value) { // NSLog (@"AppleSpellChecker: %@ -> %@ (%@)", key, value, language); [m_languages setObject:value forKey:key]; } if (key) [key release]; if (value) [value release]; if (language) [language release]; } fclose (in); } } NSString * AppleSpellChecker::dictionaryForCode (NSString * code) { if (!m_languages) return 0; return [m_languages objectForKey:code]; } bool AppleSpellChecker::checkWord (const char * word, size_t len, NSString * lang) { // NSLog(@"AppleSpellChecker::checkWord: lang=\"%@\"", lang); if (!m_checker || !lang) return false; NSString * str = [[NSString alloc] initWithBytes:word length:len encoding:NSUTF8StringEncoding]; if (!str) return false; // NSLog (@"AppleSpellChecker::checkWord: word=\"%@\"", str); [m_checker setLanguage:lang]; NSRange result = [m_checker checkSpellingOfString:str startingAt:0]; [str release]; return (result.length ? true : false); } char ** AppleSpellChecker::suggestWord (const char * const word, size_t len, size_t * nsug, NSString * lang) { // NSLog (@"AppleSpellChecker::suggestWord: lang=\"%@\"", lang); if (!m_checker || !word || !len || !nsug || !lang) return 0; *nsug = 0; [m_checker setLanguage:lang]; NSString * str = [[NSString alloc] initWithBytes:word length:len encoding:NSUTF8StringEncoding]; if (!str) return 0; // NSLog (@"AppleSpellChecker::suggestWord: word=\"%@\"", str); NSArray * result = [m_checker guessesForWord:str]; [str release]; char ** sug = 0; if (unsigned int count = [result count]) { sug = g_new0 (char *, static_cast(count) + 1); if (sug) { for (unsigned int i = 0; i < count; i++) { str = [result objectAtIndex:i]; sug[*nsug] = g_strdup ([str UTF8String]); if (sug[*nsug]) *nsug = *nsug + 1; } } } return sug; } NSString * AppleSpellChecker::requestDictionary (const char * const code) { // NSLog (@"AppleSpellChecker::requestDictionary: code=\"%s\"", code); if (!m_checker || !code) return 0; NSString * dictionary = dictionaryForCode ([NSString stringWithUTF8String:code]); if (dictionary) { NSString * language = [m_checker language]; // NSLog (@"AppleSpellChecker::requestDictionary: ld language=\"%@\", new language=\"%@\"", language, dictionary); if (![m_checker setLanguage:dictionary]) { // NSLog (@"AppleSpellChecker::requestDictionary: failed to set new language!"); dictionary = 0; } if (language) [m_checker setLanguage:language]; } return dictionary; } /* * Enchant */ static char ** appleSpell_dict_suggest (EnchantDict * me, const char * const word, size_t len, size_t * out_n_suggs) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_dict_suggest word=\"%s\"", word); if (!me || !word || !len || !out_n_suggs) { if (pool) [pool release]; return 0; } char ** result = 0; if (AppleSpellDictionary * ASD = static_cast(me->user_data)) { result = ASD->AppleSpell->suggestWord (word, len, out_n_suggs, ASD->DictionaryName); } if (pool) [pool release]; return result; } static int appleSpell_dict_check (EnchantDict * me, const char * const word, size_t len) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_dict_check"); if (!me || !word || !len) { if (pool) [pool release]; return 0; } int result = 0; if (AppleSpellDictionary * ASD = static_cast(me->user_data)) { result = ASD->AppleSpell->checkWord (word, len, ASD->DictionaryName); } if (pool) [pool release]; return result; } static EnchantDict * appleSpell_provider_request_dict (EnchantProvider * me, const char * const tag) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_provider_request_dict"); if (!me || !tag) { if (pool) [pool release]; return 0; } AppleSpellChecker * checker = static_cast(me->user_data); if (!checker) { if (pool) [pool release]; return 0; } EnchantDict * dict = g_new0 (EnchantDict, 1); if (!dict) { if (pool) [pool release]; return 0; } dict->check = appleSpell_dict_check; dict->suggest = appleSpell_dict_suggest; AppleSpellDictionary * ASD = g_new0 (AppleSpellDictionary, 1); if (!ASD) { g_free (dict); if (pool) [pool release]; return 0; } ASD->AppleSpell = checker; ASD->DictionaryName = checker->requestDictionary (tag); if (ASD->DictionaryName) { [ASD->DictionaryName retain]; // NSLog (@"appleSpell_provider_request_dict: providing dictionary \"%@\"", ASD->DictionaryName); dict->user_data = (void *) ASD; } else { g_free (ASD); g_free (dict); dict = 0; } if (pool) [pool release]; return dict; } static void appleSpell_provider_dispose_dict (EnchantProvider * me, EnchantDict * dict) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_provider_dispose_dict"); if (dict) { AppleSpellDictionary * ASD = static_cast(dict->user_data); if (ASD) { [ASD->DictionaryName release]; g_free (ASD); } g_free (dict); } if (pool) [pool release]; } static int appleSpell_provider_dictionary_exists (EnchantProvider * me, const char * const tag) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_provider_dictionary_exists: tag=\"%s\"", tag); int result = 0; AppleSpellChecker * checker = static_cast(me->user_data); if (checker) result = (checker->requestDictionary (tag) ? 1 : 0); if (pool) [pool release]; return result; } static void appleSpell_provider_dispose (EnchantProvider * me) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_provider_dispose"); if (me) { AppleSpellChecker * checker = static_cast(me->user_data); if (checker) delete checker; g_free (me); } if (pool) [pool release]; } static const char * appleSpell_provider_identify (EnchantProvider * me) { return "AppleSpell"; } static const char * appleSpell_provider_describe (EnchantProvider * me) { return "AppleSpell Provider"; } static void appleSpell_provider_free_string_list (EnchantProvider * me, char **str_list) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"appleSpell_provider_free_suggestions"); if (str_list) g_strfreev (str_list); if (pool) [pool release]; } extern "C" { ENCHANT_MODULE_EXPORT (EnchantProvider *) init_enchant_provider (void) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"init_enchant_provider"); EnchantProvider * provider = g_new0 (EnchantProvider, 1); if (!provider) { if (pool) [pool release]; return 0; } provider->dispose = appleSpell_provider_dispose; provider->request_dict = appleSpell_provider_request_dict; provider->dispose_dict = appleSpell_provider_dispose_dict; provider->dictionary_exists = appleSpell_provider_dictionary_exists; provider->identify = appleSpell_provider_identify; provider->describe = appleSpell_provider_describe; provider->free_string_list = appleSpell_provider_free_string_list; AppleSpellChecker * checker = 0; try { checker = new AppleSpellChecker; } catch (...) { checker = 0; } if (checker) { provider->user_data = (void *) checker; } else { g_free (provider); provider = 0; } if (pool) [pool release]; return provider; } static bool s_bReloadSelf = true; ENCHANT_MODULE_EXPORT (void) configure_enchant_provider (EnchantProvider * me, const char * module_dir) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; // NSLog (@"configure_enchant_provider"); if (!me || !module_dir) { if (pool) [pool release]; return; } AppleSpellChecker * checker = static_cast(me->user_data); if (checker) { if (s_bReloadSelf) if (gchar * moduleFile = g_build_filename (module_dir, "AppleSpell.so", NULL)) { /* ugly hack :-( * Darwin linker doesn't like unloading Obj-C modules; * reload once to suppress unloading... */ g_module_open (moduleFile, (GModuleFlags) 0); g_free (moduleFile); s_bReloadSelf = false; } if (gchar * configFile = g_build_filename (module_dir, "AppleSpell.config", NULL)) { checker->parseConfigFile (configFile); g_free (configFile); } } if (pool) [pool release]; return; } } enchant-1.6.0/src/applespell/applespell_checker.h0000664000076400007640000000306511355203721017022 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2004 Remi Payette * Copyright (C) 2004 Francis James Franklin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02110-1301, USA. */ #import #include "enchant-provider.h" ENCHANT_PLUGIN_DECLARE("AppleSpell") class AppleSpellChecker { public: AppleSpellChecker(); ~AppleSpellChecker(); void parseConfigFile (const char * configFile); bool checkWord (const char * word, size_t len, NSString * lang); char ** suggestWord (const char * const word, size_t len, size_t * nsug, NSString * lang); NSString * requestDictionary (const char * const code); private: NSString * dictionaryForCode (NSString * code); NSSpellChecker * m_checker; NSMutableDictionary * m_languages; }; typedef struct { AppleSpellChecker * AppleSpell; NSString * DictionaryName; } AppleSpellDictionary; enchant-1.6.0/src/applespell/Makefile.in0000664000076400007640000002427211355204205015072 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/applespell DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = \ applespell_checker.h \ applespell_checker.mm \ AppleSpell.config all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/applespell/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/applespell/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/ac-helpers/0000775000076400007640000000000011355204366012201 500000000000000enchant-1.6.0/ac-helpers/ssize_t.m40000664000076400007640000000136211355203720014036 00000000000000# ssize_t.m4 serial 4 (gettext-0.15) dnl Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether ssize_t is defined. AC_DEFUN([gt_TYPE_SSIZE_T], [ AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t], [AC_TRY_COMPILE([#include ], [int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x;], [gt_cv_ssize_t=yes], [gt_cv_ssize_t=no])]) if test $gt_cv_ssize_t = no; then AC_DEFINE([ssize_t], [int], [Define as a signed type of the same size as size_t.]) fi ]) enchant-1.6.0/autogen.sh0000775000076400007640000000404011355203721012067 00000000000000#!/bin/sh # # Run this before configure # # This file blatantly ripped off from subversion. # # Note: this dependency on Perl is fine: only developers use autogen.sh # and we can state that dev people need Perl on their machine # rm -f autogen.err srcdir=`dirname $0` test -z "$srcdir" && srcdir=. olddir=`pwd` cd $srcdir automake --version | perl -ne 'if (/\(GNU automake\) (([0-9]+).([0-9]+))/) {print; if ($2 < 1 || ($2 == 1 && $3 < 4)) {exit 1;}}' if [ $? -ne 0 ]; then echo "Error: you need automake 1.4 or later. Please upgrade." exit 1 fi if test ! -d `aclocal --print-ac-dir 2>> autogen.err`; then echo "Bad aclocal (automake) installation" exit 1 fi libtoolize --force --copy || { echo "error: libtoolize failed" exit 1 } # Produce aclocal.m4, so autoconf gets the automake macros it needs # echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err # Produce all the `GNUmakefile.in's and create neat missing things # like `install-sh', etc. # echo "automake --add-missing --copy --foreign" automake --add-missing --copy --foreign 2>> autogen.err || { echo "" echo "* * * warning: possible errors while running automake - check autogen.err" echo "" } # If there's a config.cache file, we may need to delete it. # If we have an existing configure script, save a copy for comparison. if [ -f config.cache ] && [ -f configure ]; then cp configure configure.$$.tmp fi # Produce ./configure # echo "Creating configure..." autoconf 2>> autogen.err || { echo "" echo "* * * warning: possible errors while running automake - check autogen.err" echo "" } cd $olddir run_configure=true for arg in $*; do case $arg in --no-configure) run_configure=false ;; *) ;; esac done if $run_configure; then $srcdir/configure --enable-maintainer-mode "$@" echo echo "Now type 'make' to compile enchant." else echo echo "Now run 'configure' and 'make' to compile enchant." fi enchant-1.6.0/doc/0000775000076400007640000000000011355204367010724 500000000000000enchant-1.6.0/doc/Makefile.am0000664000076400007640000000005711355203721012673 00000000000000man_MANS = enchant.1 EXTRA_DIST = $(man_MANS) enchant-1.6.0/doc/enchant.10000664000076400007640000000471311355203721012344 00000000000000.PU .TH ENCHANT 1 "July 2006" enchant "Enchant Mini Help File" .SH NAME Enchant \- a spellchecker .SH SYNOPSIS .ll +8 .B enchant [\fB\-a\fR] [\fB\-l\fR] [\fB\-L\fR] [\fB\-v\fR] .ll -8 .br .SH DESCRIPTION .B Enchant is an ispell-compatible spellchecker. .SS OPTIONS .TP .B "\-a" List alternatives. .TP .B "\-l" List only the misspellings. .TP .B "\-L" Include the line number in the output. .TP .B "\-v" Prints the program's version. .SH ENCHANT ORDERING FILE Enchant has a global and a per-user ordering file named \fIenchant.ordering\fR. It lets the user specify which spelling backend to use for individual languages in the case when you care which backend gets used. The global file is located in \fI$(datadir)/enchant\fR and the per-user file is located in \fI~/.enchant\fR. The per-user file takes precedence, if found. .PP The ordering file takes the form language_tag:. I am currently aware of the following backends: aspell, myspell, ispell, uspell, hspell, voikko, and zemberek. '*' is used to mean "use this ordering for all languages, unless instructed otherwise." For example: .PP *:aspell,myspell,ispell .br en:aspell,myspell,ispell .br en_UK:myspell,aspell,ispell .br fr:myspell,ispell:aspell .SH DIRECTORIES IMPORTANT TO ENCHANT Unless configured otherwise, Enchant's Myspell, Ispell, and Uspell backends will look for dictionaries in directories specific to Enchant, and will not use your system-wide installed dictionaries. This is for pragmatic reasons since many distributions install these dictionaries into different locations. .PP Like the \fIenchant.ordering\fR file described above, Enchant looks in the global directory for these dictionaries and a per-user directory. The per-user directory takes precedence if it is found. Enchant looks for Myspell dictionaries in \fI$(datadir)/enchant/myspell\fR and \fI~/.enchant/myspell\fR. Enchant looks for Ispell dictionaries in \fI$(datadir)/enchant/ispell\fR and \fI~/.enchant/ispell\fR. Enchant looks for Uspell dictionaries in \fI$(datadir)/enchant/uspell\fR and \fI~/.enchant/uspell\fR. .PP Packagers and users may wish to make symbolic links to the system-wide dictionary directories. Or, preferably, use the --with-myspell-dir, --with-ispell-dir, and --with-uspell-dir 'configure' arguments. .SH MORE INFORMATION http://www.abisource.com/enchant/ .SH "SEE ALSO" .BR aspell(1), .BR ispell(1), .SH "AUTHOR" Dom Lachowicz WEB: http://www.abisource.com/enchant/ MAIL: domlachowicz@gmail.com enchant-1.6.0/doc/Makefile.in0000664000076400007640000003310411355204205012701 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff MANS = $(man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ man_MANS = enchant.1 EXTRA_DIST = $(man_MANS) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-man1 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-man uninstall-man1 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/BUGS0000664000076400007640000000001511355203721010547 00000000000000none, yet... enchant-1.6.0/enchant.spec0000664000076400007640000000475511355204216012377 00000000000000%define name enchant %define version 1.6.0 %define release 1 Summary: An Enchanting Spell Checking Library Name: %{name} Version: %{version} Release: %{release} Group: System Environment/Libraries License: LGPL Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libenchant/%{name}-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version}-%{release}-root URL: http://www.abisource.com/ Requires: glib2 >= 2.0.0 BuildRequires: glib2-devel >= 2.0.0 %description A library that wraps other spell checking backends. %package devel Summary: Support files necessary to compile applications with libenchant. Group: Development/Libraries Requires: enchant %description devel Libraries, headers, and support files necessary to compile applications using libenchant. %prep %setup %build %ifarch alpha MYARCH_FLAGS="--host=alpha-redhat-linux" %endif if [ ! -f configure ]; then CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} fi CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ %{?_without_ispell:--disable-ispell} \ %{?_without_myspell:--disable-myspell} \ %{?_without_aspell:--disable-aspell} \ %{?_with_uspell:--enable-uspell} if [ "$SMP" != "" ]; then (%__make "MAKE=%__make -k -j $SMP"; exit 0) %__make else %__make fi %install if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi %__make DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT/%{_libdir} -name \*.la -exec rm -f \{\} \; %files %defattr(644,root,root,755) %doc AUTHORS COPYING.LIB README %attr(755,root,root)%{_bindir}/* %{_libdir}/lib*.so* %{_prefix}/man/man1/enchant.1.gz %{!?_without_ispell:%{_libdir}/enchant/*ispell.so*} %{!?_without_myspell:%{_libdir}/enchant/*myspell.so*} %{!?_without_aspell:%{_libdir}/enchant/*aspell.so*} %{?_with_uspell:%{_libdir}/enchant/*uspell.so*} %files devel %defattr(644,root,root,755) %{_libdir}/*.a %{!?_without_ispell:%{_libdir}/enchant/*ispell.a} %{!?_without_myspell:%{_libdir}/enchant/*myspell.a} %{!?_without_aspell:%{_libdir}/enchant/*aspell.a} %{?_with_uspell:%{_libdir}/enchant/*uspell.a} %{_libdir}/pkgconfig/enchant.pc %{_includedir}/enchant/* %clean %__rm -r $RPM_BUILD_ROOT %changelog * Sun Aug 24 2003 Rui Miguel Seabra - update spec to current stat of affairs - building from source rpm is now aware of --with and --without flags: - --without aspell --without ispell --without myspell --with uspell * Wed Jul 16 2003 Rui Miguel Seabra - take advantage of environment rpm macros * Sun Jul 13 2003 Dom Lachowicz - Initial version enchant-1.6.0/ltmain.sh0000755000076400007640000073306011355204201011714 00000000000000# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print informational messages (default) # --version print version information # -h, --help print short or long help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.2.6b # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . PROGRAM=ltmain.sh PACKAGE=libtool VERSION=2.2.6b TIMESTAMP="" package_revision=1.3017 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # NLS nuisances: We save the old values to restore during execute mode. # Only set LANG and LC_ALL to C if already set. # These must not be set unconditionally because not all systems understand # e.g. LANG=C (notably SCO). lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done $lt_unset CDPATH : ${CP="cp -f"} : ${ECHO="echo"} : ${EGREP="/bin/grep -E"} : ${FGREP="/bin/grep -F"} : ${GREP="/bin/grep"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # Generated shell functions inserted here. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" # The name of this program: # In the unlikely event $progname began with a '-', it would play havoc with # func_echo (imagine progname=-n), so we prepend ./ in that case: func_dirname_and_basename "$progpath" progname=$func_basename_result case $progname in -*) progname=./$progname ;; esac # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=: for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname${mode+: }$mode: $*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` done my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "X$my_tmpdir" | $Xsed } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "X$1" | $Xsed \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_version # Echo version message to standard output and exit. func_version () { $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $SED -n '/^# Usage:/,/# -h/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" $ECHO $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help # Echo long help message to standard output and exit. func_help () { $SED -n '/^# Usage:/,/# Report bugs to/ { s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ p }' < "$progpath" exit $? } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { func_error "missing argument for $1" exit_cmd=exit } exit_cmd=: # Check that we have a working $ECHO. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then # Yippee, $ECHO works! : else # Restart under the correct shell, and then maybe $ECHO will work. exec $SHELL "$progpath" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # Parse options once, thoroughly. This comes as soon as possible in # the script to make things like `libtool --version' happen quickly. { # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Parse non-mode specific arguments: while test "$#" -gt 0; do opt="$1" shift case $opt in --config) func_config ;; --debug) preserve_args="$preserve_args $opt" func_echo "enabling shell trace mode" opt_debug='set -x' $opt_debug ;; -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break execute_dlfiles="$execute_dlfiles $1" shift ;; --dry-run | -n) opt_dry_run=: ;; --features) func_features ;; --finish) mode="finish" ;; --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break case $1 in # Valid mode arguments: clean) ;; compile) ;; execute) ;; finish) ;; install) ;; link) ;; relink) ;; uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac mode="$1" shift ;; --preserve-dup-deps) opt_duplicate_deps=: ;; --quiet|--silent) preserve_args="$preserve_args $opt" opt_silent=: ;; --verbose| -v) preserve_args="$preserve_args $opt" opt_silent=false ;; --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break preserve_args="$preserve_args $opt $1" func_enable_tag "$1" # tagname is set here shift ;; # Separate optargs to long options: -dlopen=*|--mode=*|--tag=*) func_opt_split "$opt" set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} shift ;; -\?|-h) func_usage ;; --help) opt_help=: ;; --version) func_version ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) nonopt="$opt" break ;; esac done case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_duplicate_deps ;; esac # Having warned about all mis-specified options, bail out if # anything was wrong. $exit_cmd $EXIT_FAILURE } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } ## ----------- ## ## Main. ## ## ----------- ## $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi test -z "$mode" && func_fatal_error "error: you must specify a MODE." # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$mode' for more information." } # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_ltwrapper_scriptname_result="" if func_ltwrapper_executable_p "$1"; then func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" fi } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case "$@ " in " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T <?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi removelist="$removelist $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist removelist="$removelist $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir command="$command -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then command="$command -o $obj" fi # Suppress compiler output if we already did a PIC compilation. command="$command$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$mode'" ;; esac $ECHO $ECHO "Try \`$progname --help' for more information about other modes." exit $? } # Now that we've collected a possible --mode arg, show help if necessary $opt_help && func_mode_help # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $execute_dlfiles; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -*) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_quote_for_eval "$file" args="$args $func_quote_for_eval_result" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" $ECHO "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS $ECHO "X----------------------------------------------------------------------" | $Xsed $ECHO "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done $ECHO $ECHO "If you ever happen to want to link against installed libraries" $ECHO "in a given directory, LIBDIR, you must either use libtool, and" $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" $ECHO "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" $ECHO " during execution" fi if test -n "$runpath_var"; then $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" $ECHO " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi $ECHO $ECHO "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" $ECHO "pages." ;; *) $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac $ECHO "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS } test "$mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $ECHO "X$nonopt" | $GREP shtool >/dev/null; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" install_prog="$install_prog$func_quote_for_eval_result" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) case " $install_prog " in *[\\\ /]cp\ *) ;; *) prev=$arg ;; esac ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" install_prog="$install_prog $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" dir="$dir$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for progfile in $progfiles; do func_verbose "extracting global C symbols from \`$progfile'" $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" } done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" fi $ECHO >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; " case $host in *cygwin* | *mingw* | *cegcc* ) $ECHO >> "$output_objdir/$my_dlsyms" "\ /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */" lt_dlsym_const= ;; *osf5*) echo >> "$output_objdir/$my_dlsyms" "\ /* This system does not cope well with relocations in const data */" lt_dlsym_const= ;; *) lt_dlsym_const=const ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ extern $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) symtab_cflags="$symtab_cflags $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper_part1 [arg=no] # # Emit the first part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part1 () { func_emit_wrapper_part1_arg1=no if test -n "$1" ; then func_emit_wrapper_part1_arg1=$1 fi $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then ECHO=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then # Yippee, \$ECHO works! : else # Restart under the correct shell, and then maybe \$ECHO will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $ECHO "\ # Find the directory that this script lives in. thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done " } # end: func_emit_wrapper_part1 # func_emit_wrapper_part2 [arg=no] # # Emit the second part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part2 () { func_emit_wrapper_part2_arg1=no if test -n "$1" ; then func_emit_wrapper_part2_arg1=$1 fi $ECHO "\ # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # end: func_emit_wrapper_part2 # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=no if test -n "$1" ; then func_emit_wrapper_arg1=$1 fi # split this up so that func_emit_cwrapperexe_src # can call each part independently. func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" } # func_to_host_path arg # # Convert paths to host format when used with build tools. # Intended for use with "native" mingw (where libtool itself # is running under the msys shell), or in the following cross- # build environments: # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # where wine is equipped with the `winepath' executable. # In the native mingw case, the (msys) shell automatically # converts paths for any non-msys applications it launches, # but that facility isn't available from inside the cwrapper. # Similar accommodations are necessary for $host mingw and # $build cygwin. Calling this function does no harm for other # $host/$build combinations not listed above. # # ARG is the path (on $build) that should be converted to # the proper representation for $host. The result is stored # in $func_to_host_path_result. func_to_host_path () { func_to_host_path_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' case $build in *mingw* ) # actually, msys # awkward: cmd appends spaces to result lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_path_tmp1=`( cmd //c echo "$1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_path_tmp1=`cygpath -w "$1"` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # Unfortunately, winepath does not exit with a non-zero # error code, so we are forced to check the contents of # stdout. On the other hand, if the command is not # found, the shell will set an exit code of 127 and print # *an error message* to stdout. So we must check for both # error code of zero AND non-empty stdout, which explains # the odd construction: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` else # Allow warning below. func_to_host_path_result="" fi ;; esac if test -z "$func_to_host_path_result" ; then func_error "Could not determine host path corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_path_result="$1" fi ;; esac fi } # end: func_to_host_path # func_to_host_pathlist arg # # Convert pathlists to host format when used with build tools. # See func_to_host_path(), above. This function supports the # following $build/$host combinations (but does no harm for # combinations not listed here): # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # # Path separators are also converted from $build format to # $host format. If ARG begins or ends with a path separator # character, it is preserved (but converted to $host format) # on output. # # ARG is a pathlist (on $build) that should be converted to # the proper representation on $host. The result is stored # in $func_to_host_pathlist_result. func_to_host_pathlist () { func_to_host_pathlist_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_to_host_pathlist_tmp2="$1" # Once set for this call, this variable should not be # reassigned. It is used in tha fallback case. func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e 's|^:*||' -e 's|:*$||'` case $build in *mingw* ) # Actually, msys. # Awkward: cmd appends spaces to result. lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # unfortunately, winepath doesn't convert pathlists func_to_host_pathlist_result="" func_to_host_pathlist_oldIFS=$IFS IFS=: for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do IFS=$func_to_host_pathlist_oldIFS if test -n "$func_to_host_pathlist_f" ; then func_to_host_path "$func_to_host_pathlist_f" if test -n "$func_to_host_path_result" ; then if test -z "$func_to_host_pathlist_result" ; then func_to_host_pathlist_result="$func_to_host_path_result" else func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" fi fi fi IFS=: done IFS=$func_to_host_pathlist_oldIFS ;; esac if test -z "$func_to_host_pathlist_result" ; then func_error "Could not determine the host path(s) corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This may break if $1 contains DOS-style drive # specifications. The fix is not to complicate the expression # below, but for the user to provide a working wine installation # with winepath so that path translation in the cross-to-mingw # case works properly. lt_replace_pathsep_nix_to_dos="s|:|;|g" func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_replace_pathsep_nix_to_dos"` fi # Now, add the leading and trailing path separators back case "$1" in :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" ;; esac case "$1" in *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" ;; esac ;; esac fi } # end: func_to_host_pathlist # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include # define setmode _setmode #else # include # include # ifdef __CYGWIN__ # include # define HAVE_SETENV # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif # endif #endif #include #include #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif #ifdef _MSC_VER # define S_IXUSR _S_IEXEC # define stat _stat # ifndef _INTPTR_T_DEFINED # define intptr_t int # endif #endif #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifdef __CYGWIN__ # define FOPEN_WB "wb" #endif #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #undef LTWRAPPER_DEBUGPRINTF #if defined DEBUGWRAPPER # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args static void ltwrapper_debugprintf (const char *fmt, ...) { va_list args; va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } #else # define LTWRAPPER_DEBUGPRINTF(args) #endif const char *program_name = NULL; void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_fatal (const char *message, ...); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_opt_process_env_set (const char *arg); void lt_opt_process_env_prepend (const char *arg); void lt_opt_process_env_append (const char *arg); int lt_split_name_value (const char *arg, char** name, char** value); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); static const char *script_text_part1 = EOF func_emit_wrapper_part1 yes | $SED -e 's/\([\\"]\)/\\\1/g' \ -e 's/^/ "/' -e 's/$/\\n"/' echo ";" cat <"))); for (i = 0; i < newargc; i++) { LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); } EOF case $host_os in mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); return 127; } return rval; EOF ;; *) cat <<"EOF" execv (lt_argv_zero, newargz); return rval; /* =127, but avoids unused variable warning */ EOF ;; esac cat <<"EOF" } void * xmalloc (size_t num) { void *p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char) name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable (const char *path) { struct stat st; LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", tmp_pathspec)); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { char *errstr = strerror (errno); lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal ("Could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } void lt_setenv (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", (name ? name : ""), (value ? value : ""))); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } int lt_split_name_value (const char *arg, char** name, char** value) { const char *p; int len; if (!arg || !*arg) return 1; p = strchr (arg, (int)'='); if (!p) return 1; *value = xstrdup (++p); len = strlen (arg) - strlen (*value); *name = XMALLOC (char, len); strncpy (*name, arg, len-1); (*name)[len - 1] = '\0'; return 0; } void lt_opt_process_env_set (const char *arg) { char *name = NULL; char *value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); } lt_setenv (name, value); XFREE (name); XFREE (value); } void lt_opt_process_env_prepend (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); } new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_opt_process_env_append (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); } new_value = lt_extend_str (getenv (name), value, 1); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_update_exe_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF } # end: func_emit_cwrapperexe_src # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) deplibs="$deplibs $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) weak_libs="$weak_libs $arg" prev= continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname '-L' '' "$arg" dir=$func_stripname_result if test -z "$dir"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) dllsearchpath="$dllsearchpath:$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" linker_flags="$linker_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler # -r[0-9][0-9]* specifies the processor on the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler # +DA*, +DD* enable 64-bit mode on the HP compiler # -q* pass through compiler args for the IBM compiler # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -F/path gives path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" compiler_flags="$compiler_flags $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_duplicate_deps ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$pre_post_deps $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= case $lib in *.la) func_source "$lib" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` case " $weak_libs " in *" $deplib_base "*) ;; *) deplibs="$deplibs $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else compiler_flags="$compiler_flags $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" dir=$func_stripname_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then $ECHO $ECHO "*** Warning: Trying to link with static lib archive $deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because the file extensions .$libext of this argument makes me believe" $ECHO "*** that it is just a static archive that I should not use here." else $ECHO $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$newdlfiles $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) temp_rpath="$temp_rpath$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded notinst_deplibs="$notinst_deplibs $lib" need_relink=no ;; *) if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then $ECHO if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $ECHO $ECHO "*** And there doesn't seem to be a static archive available" $ECHO "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. $ECHO $ECHO "*** Warning: This system can not link to static lib archive $lib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then $ECHO "*** But as you try to build a module library, libtool will still create " $ECHO "*** a static module, that should work as long as the dlopening application" $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do case $deplib in -L*) path="$deplib" ;; *.la) func_dirname "$deplib" "" "." dir="$func_dirname_result" # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else $ECHO $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" libobjs="$libobjs $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi removelist="$removelist $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) dlfiles="$dlfiles $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$deplibs -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$newdeplibs $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` done fi if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | $GREP . >/dev/null; then $ECHO if test "X$deplibs_check_method" = "Xnone"; then $ECHO "*** Warning: inter-library dependencies are not supported in this platform." else $ECHO "*** Warning: inter-library dependencies are not known to be supported." fi $ECHO "*** All declared inter-library dependencies are being dropped." droppeddeps=yes fi ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then $ECHO $ECHO "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" $ECHO "*** a static module, that should work as long as the dlopening" $ECHO "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else $ECHO "*** The inter-library dependencies that have been dropped here will be" $ECHO "*** automatically added whenever a program is linked with this library" $ECHO "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then $ECHO $ECHO "*** Since this library must not contain undefined symbols," $ECHO "*** because either the platform does not support them or" $ECHO "*** it was explicitly requested with -no-undefined," $ECHO "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" delfiles="$delfiles $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" func_len " $cmd" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then func_show_eval "$cmd" 'exit $?' skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $convenience libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output output_la=`$ECHO "X$output" | $Xsed -e "$basename"` # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" $ECHO 'INPUT (' > $output for obj in $save_libobjs do $ECHO "$obj" >> $output done $ECHO ')' >> $output delfiles="$delfiles $output" elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do $ECHO "$obj" >> $output done delfiles="$delfiles $output" output=$firstobj\"$file_list_spec$output\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=$obj func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi delfiles="$delfiles $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done compile_deplibs="$new_libs" compile_command="$compile_command $compile_deplibs" finalize_command="$finalize_command $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) dllsearchpath="$dllsearchpath:$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *cegcc) # Disable wrappers for cegcc, we are cross compiling anyway. wrappers_required=no ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` fi # Quote $ECHO for shipping. if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then case $progpath in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; esac qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then oldobjs="$oldobjs $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $addlibs oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles oldobjs="$oldobjs $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else $ECHO "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" oldobjs="$oldobjs $gentop/$newobj" ;; *) oldobjs="$oldobjs $obj" ;; esac done fi eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlfiles="$newdlfiles $libdir/$name" ;; *) newdlfiles="$newdlfiles $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlprefiles="$newdlprefiles $libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$mode" = link || test "$mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) RM="$RM $arg"; rmforce=yes ;; -*) RM="$RM $arg" ;; *) files="$files $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= origobjdir="$objdir" for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then objdir="$origobjdir" else objdir="$dir/$origobjdir" fi func_basename "$file" name="$func_basename_result" test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" case "$mode" in clean) case " $library_names " in # " " in the beginning catches empty $dlname *" $dlname "*) ;; *) rmfiles="$rmfiles $objdir/$dlname" ;; esac test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result rmfiles="$rmfiles $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$mode" = uninstall || test "$mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 enchant-1.6.0/ChangeLog0000664000076400007640000000305611355203721011646 000000000000002007-01-14 Hubert Figuiere * src/Makefile.am (libenchant_includedir): removed trailing '/' that breaks on MacOS X. 2006-10-22 Dom Lachowicz * Added Voikko spell checker backend (AbiWord bug 10450), for better Finnish support. Credit goes to Harri Pitknen and Anssi Hannula. * Added Zemberek spell checker backend, for better Turkish support. Credit goes to Baris Metin. 2006-07-22 Jose Da Silva * doc/enchant.1: enchant.1 page more similar to other man/info pages (bug 10375) 2006-07-22 Dom Lachowicz * src/*/Makefile.am: add '-module' to LDFLAGS so that things get built correctly on Mac OSX (bug 10398) * src/enchant.c: Fix C99-ism (bug 10387) * configure.in: Grab the value of `aspell config prefix` and use that if available (bug 10308) 2006-05-06 Dom Lachowicz * configure.in: Bump version number to indicate an unstable series * src/pwl.[ch]: New personal wordlist implementation, based on Trie. Thanks to Ryan Kelly (bug 10212). * src/enchant.c: Ditto 2006-04-23 Dom Lachowicz * configure.in: --with-aspell-prefix didn't work 2006-03-20 Dom Lachowicz * configure.in: relocatable_library undefined command in configure; Bug 10134, from Pierre Joye * configure.in: configure does not check if aspell/pspell headers exist; Bug 10135, based on a patch from Pierre Joye 2003-07-13 Dom Lachowicz * Initial import enchant-1.6.0/tests/0000775000076400007640000000000011355204367011321 500000000000000enchant-1.6.0/tests/test-enchant.c0000664000076400007640000001076411355203721014003 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * the non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include "enchant.h" static void enumerate_providers_fn (const char * const name, const char * const desc, const char * const file, void * ud) { printf ("%s: '%s' (%s)\n", name, desc, file); } static void describe_dict_fn (const char * const lang, const char * const name, const char * const desc, const char * const file, void * ud) { printf ("%s: %s '%s' (%s)\n", lang, name, desc, file); } static const char * print_found(EnchantDict *dict, const char * word) { if (enchant_dict_check (dict, word, -1) == 0) return "found"; return "not found"; } static void run_dict_tests (EnchantDict * dict) { char **suggs; size_t n_suggs; size_t i, j; const char *check_checks[] = { "hello", "helllo" }; const char *sugg_checks[] = { "helllo", "taag" }; for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %s\n", check_checks[i], print_found(dict, check_checks[i])); } for (i = 0; i < (sizeof (sugg_checks) / sizeof (sugg_checks[0])); i++) { suggs = enchant_dict_suggest (dict, sugg_checks[i], strlen (sugg_checks[i]), &n_suggs); printf ("enchant_dict_suggest(%s): %d\n", sugg_checks[i], n_suggs); for (j = 0; j < n_suggs; j++) { printf ("\t=>%s\n", suggs[j]); } if (suggs && n_suggs) enchant_dict_free_string_list (dict, suggs); } printf ("Adding 'helllo' to session\n"); enchant_dict_add_to_session (dict, "helllo", 6); for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %s\n", check_checks[i], print_found(dict, check_checks[i])); } printf ("Adding 'helllo' to personal\n"); enchant_dict_add (dict, "helllo", 6); for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %s\n", check_checks[i], print_found(dict, check_checks[i])); } } int main (int argc, char **argv) { EnchantBroker *broker; EnchantDict *dict; const char * err; broker = enchant_broker_init (); dict = enchant_broker_request_dict (broker, "en_US"); if (!dict) { err = enchant_broker_get_error (broker); if (err) fprintf (stderr, "Couldn't create dictionary for en_US: %s\n", err); else fprintf (stderr, "Couldn't create dictionary for en_US\n"); } else { enchant_dict_describe (dict, describe_dict_fn, NULL); run_dict_tests (dict); enchant_broker_free_dict (broker, dict); } dict = enchant_broker_request_pwl_dict (broker, "test.pwl"); if (!dict) { err = enchant_broker_get_error (broker); if (err) fprintf (stderr, "Couldn't create personal wordlist dictionary: %s\n", err); else fprintf (stderr, "Couldn't create personal wordlist dictionary\n"); } else { enchant_dict_describe (dict, describe_dict_fn, NULL); run_dict_tests (dict); enchant_broker_free_dict (broker, dict); } enchant_broker_describe (broker, enumerate_providers_fn, NULL); enchant_broker_free (broker); return 0; } enchant-1.6.0/tests/enchant-ispell.c0000664000076400007640000003206211355203721014307 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * 2007 Hannu Väisänen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * the non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ /** * This is a rough approximation of an "ispell compatibility mode" * for Enchant. * * Modified in 2007 to work when called from emacs which * calls a spelling program (e.g. enchant) like this * * enchant -a -m -d dictionary */ #include #include #include #include #include #include "enchant.h" #include "enchant-provider.h" /* word has to be bigger than this to be checked */ #define MIN_WORD_LENGTH 1 typedef enum { MODE_NONE, MODE_VERSION, MODE_A, MODE_L } IspellMode_t; static void print_version (FILE * to) { fprintf (to, "@(#) International Ispell Version 3.1.20 (but really Enchant %s)\n", VERSION); fflush (to); } static void print_help (FILE * to, const char * prog) { fprintf (to, "Usage: %s [options] -a|-d dict|-l|-L|-m|-v[v]|\n", prog); fprintf (to, "\t-a lists alternatives.\n"); fprintf (to, "\t-d dict uses dictionary .\n"); fprintf (to, "\t-l lists misspellings.\n"); fprintf (to, "\t-m is ignored.\n"); fprintf (to, "\t-L displays line numbers.\n"); fprintf (to, "\t-v displays program version.\n"); } static gboolean consume_line (FILE * in, GString * str) { int ch; gsize bytes_read, bytes_written; gchar * utf; gboolean ret = TRUE; g_string_truncate (str, 0); while (ret && (ch = fgetc (in)) != EOF) { if (ch == '\r') continue; else { g_string_append_c (str, ch); if (ch == '\n') ret = FALSE; } } if (str->len) { utf = g_locale_to_utf8 (str->str, str->len, &bytes_read, &bytes_written, NULL); if (utf) { g_string_assign (str, utf); g_free (utf); } /* Else str->str stays the same. we'll assume that it's already utf8 and glib is just being stupid. */ } return ret; } static void print_utf (FILE * out, const char * str) { gsize bytes_read, bytes_written; gchar * native; native = g_locale_from_utf8 (str, -1, &bytes_read, &bytes_written, NULL); if (native) { fwrite (native, 1, bytes_written, out); g_free (native); } else { /* We'll assume that it's already utf8 and glib is just being stupid. */ fwrite (str, 1, strlen (str), out); } } static void do_mode_a (FILE * out, EnchantDict * dict, GString * word, size_t start_pos, size_t lineCount) { size_t n_suggs; char ** suggs; if (word->len <= MIN_WORD_LENGTH || enchant_dict_check (dict, word->str, word->len) == 0) { if (lineCount) fprintf (out, "* %u\n", (unsigned int)lineCount); else fwrite ("*\n", 1, 2, out); } else { suggs = enchant_dict_suggest (dict, word->str, word->len, &n_suggs); if (!n_suggs || !suggs) { fwrite ("# ", 1, 2, out); if (lineCount) fprintf (out, "%u ", (unsigned int)lineCount); print_utf (out, word->str); fprintf (out, " %u\n", (unsigned int)start_pos); } else { size_t i = 0; fwrite ("& ", 1, 2, out); if (lineCount) fprintf (out, "%u ", (unsigned int)lineCount); print_utf (out, word->str); fprintf (out, " %u %u:", (unsigned int)n_suggs, (unsigned int)start_pos); for (i = 0; i < n_suggs; i++) { fprintf (out, " "); print_utf (out, suggs[i]); if (i != (n_suggs - 1)) fwrite (",", 1, 1, out); else fwrite ("\n", 1, 1, out); } enchant_dict_free_string_list (dict, suggs); } } } static void do_mode_l (FILE * out, EnchantDict * dict, GString * word, size_t lineCount) { if (enchant_dict_check (dict, word->str, word->len) != 0) { if (lineCount) fprintf (out, "%u ", (unsigned int)lineCount); print_utf (out, word->str); fwrite ("\n", 1, 1, out); } } static int is_word_char (gunichar uc, size_t n) { GUnicodeType type; type = g_unichar_type(uc); switch (type) { case G_UNICODE_MODIFIER_LETTER: case G_UNICODE_LOWERCASE_LETTER: case G_UNICODE_TITLECASE_LETTER: case G_UNICODE_UPPERCASE_LETTER: case G_UNICODE_OTHER_LETTER: case G_UNICODE_COMBINING_MARK: case G_UNICODE_ENCLOSING_MARK: case G_UNICODE_NON_SPACING_MARK: case G_UNICODE_DECIMAL_NUMBER: case G_UNICODE_LETTER_NUMBER: case G_UNICODE_OTHER_NUMBER: case G_UNICODE_CONNECT_PUNCTUATION: return 1; /* Enchant 1.3.0 defines word chars like this. */ case G_UNICODE_CONTROL: case G_UNICODE_FORMAT: case G_UNICODE_UNASSIGNED: case G_UNICODE_PRIVATE_USE: case G_UNICODE_SURROGATE: case G_UNICODE_DASH_PUNCTUATION: case G_UNICODE_CLOSE_PUNCTUATION: case G_UNICODE_FINAL_PUNCTUATION: case G_UNICODE_INITIAL_PUNCTUATION: case G_UNICODE_OTHER_PUNCTUATION: case G_UNICODE_OPEN_PUNCTUATION: case G_UNICODE_CURRENCY_SYMBOL: case G_UNICODE_MODIFIER_SYMBOL: case G_UNICODE_MATH_SYMBOL: case G_UNICODE_OTHER_SYMBOL: case G_UNICODE_LINE_SEPARATOR: case G_UNICODE_PARAGRAPH_SEPARATOR: case G_UNICODE_SPACE_SEPARATOR: default: if ((n > 0) && (uc == g_utf8_get_char("'"))) { return 1; /** Char ' is accepted only within a word. */ } else if ((n > 0) && (type == G_UNICODE_DASH_PUNCTUATION)) { return 1; /* hyphens only accepted within a word. */ } return 0; } } typedef struct lang_map { const char *ispell; const char *enchant; } LangMap; /* Maps ispell language codes to enchant language codes. */ /* The list is partially taken from src/ispell/ispell_checker.cpp. */ static const LangMap lingua[] = { {"american", "en_US"}, {"brazilian", "pt_BR"}, {"british", "en_GB"}, {"bulgarian", "bg"}, {"catala", "ca"}, {"catalan", "ca"}, {"danish", "da"}, {"dansk", "da"}, {"deutsch", "de"}, {"dutch", "nl"}, {"ellhnika", "el"}, {"espanol", "es"}, {"esperanto", "eo"}, {"estonian", "et"}, {"faeroese", "fo"}, {"finnish", "fi"}, {"francais", "fr"}, {"french", "fr"}, {"galician", "gl"}, {"german", "de"}, {"hungarian", "hu"}, {"interlingua", "ia"}, {"irish", "ga"}, {"italian", "it"}, {"latin", "la"}, {"lietuviu", "lt"}, {"lithuanian", "lt"}, {"mlatin", "la"}, {"nederlands", "nl"}, {"norsk", "no"}, {"norwegian", "no"}, {"nynorsk", "nn"}, {"polish", "pl"}, {"portugues", "pt"}, {"portuguese", "pt"}, {"russian", "ru"}, {"sardinian", "sc"}, {"slovak", "sk"}, {"slovenian", "sl"}, {"slovensko", "sl"}, {"spanish", "es"}, {"suomi", "fi"}, /* For Emacs/Voikko/tmispell compatibility. */ {"svenska", "sv"}, {"swedish", "sv"}, {"swiss", "de_CH"}, {"ukrainian", "uk"}, {"yiddish-yivo", "yi"}, {NULL, NULL} /* Last item must be {NULL, NULL}. */ }; /* Converts ispell language code to enchant language code. */ static gchar * convert_language_code (gchar *code) { size_t i; for (i = 0; lingua[i].ispell; i++) { if (!strcmp(code,lingua[i].ispell)) { /* We must call g_strdup() because the calling program g_free()s the result. */ return g_strdup (lingua[i].enchant); } } /* Let's call g_strdup() here too! */ return g_strdup (code); } /* Splits a line into a set of (word,word_position) touples. */ static GSList * tokenize_line (GString * line) { GSList * tokens = NULL; char *utf = (char *) line->str; GString * word; gunichar uc; size_t cur_pos = 0; size_t start_pos = 0; word = g_string_new (NULL); while (cur_pos < line->len && *utf) { int i; /* Skip non-word characters. */ cur_pos = g_utf8_pointer_to_offset ((const char*)line->str, utf); uc = g_utf8_get_char (utf); while (cur_pos < line->len && *utf && !is_word_char(uc,0)) { utf = g_utf8_next_char (utf); uc = g_utf8_get_char (utf); cur_pos = g_utf8_pointer_to_offset ((const char*)line->str, utf); } start_pos = cur_pos; /* Skip over word. */ while (cur_pos < line->len && *utf && is_word_char(uc,1)) { g_string_append_unichar (word, uc); utf = g_utf8_next_char (utf); uc = g_utf8_get_char (utf); cur_pos = g_utf8_pointer_to_offset ((const char*)line->str, utf); } /* Do not accept one or more ' at the end of the word. */ i = word->len-1; while ((i >= 0) && (word->str[i] == '\'')) { g_string_truncate (word, i); i--; } /* Save (word, position) touple. */ if (word->len) { tokens = g_slist_append (tokens, g_string_new_len (word->str, word->len)); tokens = g_slist_append (tokens, GINT_TO_POINTER(start_pos)); g_string_truncate (word, 0); } } g_string_free (word, TRUE); return tokens; } static int parse_file (FILE * in, FILE * out, IspellMode_t mode, int countLines, gchar *dictionary) { EnchantBroker * broker; EnchantDict * dict; GString * str, * word = NULL; GSList * tokens, *token_ptr; gchar * lang; size_t pos, lineCount = 0; gboolean was_last_line = FALSE, corrected_something = FALSE; if (mode == MODE_A) print_version (out); if (dictionary) { lang = convert_language_code (dictionary); } else { lang = enchant_get_user_language(); if(!lang) return 1; } /* Enchant will get rid of useless trailing garbage like de_DE@euro or de_DE.ISO-8859-15 */ broker = enchant_broker_init (); dict = enchant_broker_request_dict (broker, lang); if (!dict) { fprintf (stderr, "Couldn't create a dictionary for %s\n", lang); g_free (lang); enchant_broker_free (broker); return 1; } g_free (lang); str = g_string_new (NULL); while (!was_last_line) { was_last_line = consume_line (in, str); if (countLines) lineCount++; if (str->len) { corrected_something = FALSE; token_ptr = tokens = tokenize_line (str); while (tokens != NULL) { corrected_something = TRUE; word = (GString *)tokens->data; tokens = tokens->next; pos = GPOINTER_TO_INT(tokens->data); tokens = tokens->next; if (mode == MODE_A) do_mode_a (out, dict, word, pos, lineCount); else if (mode == MODE_L) do_mode_l (out, dict, word, lineCount); g_string_free(word, TRUE); } if (token_ptr) g_slist_free (token_ptr); } if (mode == MODE_A && corrected_something) { fwrite ("\n", 1, 1, out); } g_string_truncate (str, 0); fflush (out); } enchant_broker_free_dict (broker, dict); enchant_broker_free (broker); g_string_free (str, TRUE); return 0; } int main (int argc, char ** argv) { IspellMode_t mode = MODE_NONE; char * file = NULL; int i, rval = 0; FILE * fp = stdin; int countLines = 0; gchar *dictionary = 0; /* -d dictionary */ /* Initialize system locale */ setlocale(LC_ALL, ""); for (i = 1; i < argc; i++) { char * arg = argv[i]; if (arg[0] == '-') { if (strlen (arg) == 2) { /* It seems that the first one of these that is specified gets precedence. */ if (arg[1] == 'a' && MODE_NONE == mode) mode = MODE_A; else if (arg[1] == 'l' && MODE_NONE == mode) mode = MODE_L; else if (arg[1] == 'v' && MODE_NONE == mode) mode = MODE_VERSION; else if (arg[1] == 'L' && MODE_NONE == mode) countLines = 1; else if (arg[1] == 'm') ; /* Ignore. Emacs calls ispell with '-m'. */ else if (arg[1] == 'd') { i++; dictionary = argv[i]; /* Emacs calls ispell with '-d dictionary'. */ } } else if ((strlen (arg) == 3) && (arg[1] == 'v') && (arg[2] == 'v')) { mode = MODE_VERSION; /* Emacs (or ispell.el) calls [ai]spell with '-vv'. */ } else if (arg[1] == 'd') { dictionary = arg + 2; /* Accept "-ddictionary", i.e. no space between -d and dictionary. */ } else if (strlen (arg) > 2) { fprintf (stderr, "-%c does not take any parameters.\n", arg[1]); exit(1); } else file = arg; } else file = arg; } if (mode == MODE_VERSION) { print_version (stdout); } else if (mode == MODE_NONE && !file) { print_help (stdout, argv[0]); } else { if (file) { fp = enchant_fopen (file, "rb"); if (!fp) { fprintf (stderr, "Error: Could not open the file \"%s\" for reading.\n", file); exit (1); } } rval = parse_file (fp, stdout, mode, countLines, dictionary); if (file) fclose (fp); } return rval; } enchant-1.6.0/tests/test-enchantxx.cpp0000664000076400007640000000733511355203721014723 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * the non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include "enchant.h" #include "enchant++.h" static void enumerate_providers_fn (const char * const name, const char * const desc, const char * const file, void * ud) { printf ("%s: '%s' (%s)\n", name, desc, file); } static void describe_dict (enchant::Dict * dict) { printf ("%s: %s '%s' (%s)\n", dict->get_lang().c_str(), dict->get_provider_name().c_str(), dict->get_provider_desc().c_str(), dict->get_provider_file().c_str()); } static void run_dict_tests (enchant::Dict * dict) { std::vector suggs; size_t i, j; const char *check_checks[] = { "hello", "helllo" }; const char *sugg_checks[] = { "helllo", "taag" }; for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %d\n", check_checks[i], dict->check (check_checks[i]) == false); } for (i = 0; i < (sizeof (sugg_checks) / sizeof (sugg_checks[0])); i++) { dict->suggest (sugg_checks[i], suggs); printf ("enchant_dict_suggest(%s): %d\n", sugg_checks[i], suggs.size()); for (j = 0; j < suggs.size(); j++) { printf ("\t=>%s\n", suggs[j].c_str()); } } printf ("Adding 'helllo' to session\n"); dict->add_to_session ("helllo"); for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %d\n", check_checks[i], dict->check (check_checks[i]) == false); } #if 0 printf ("Adding 'helllo' to personal\n"); dict->add_to_pwl ("helllo"); for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++) { printf ("enchant_dict_check (%s): %d\n", check_checks[i], dict->check (check_checks[i]) == false); } #endif } int main (int argc, char **argv) { enchant::Broker *broker; enchant::Dict *dict; broker = enchant::Broker::instance (); try { dict = broker->request_dict ("en_US"); describe_dict (dict); run_dict_tests (dict); delete dict; // test personal wordlist dictionaries dict = broker->request_pwl_dict ("test.pwl"); describe_dict (dict); run_dict_tests (dict); delete dict; } catch (enchant::Exception & ex) { fprintf (stderr, "Couldn't create dictionary for en_US: %s\n", ex.what()); return 1; } broker->describe (enumerate_providers_fn); return 0; } enchant-1.6.0/tests/Makefile.am0000664000076400007640000000150011355203721013262 00000000000000INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) EXTRA_DIST=test.pwl ispell.in DEPS= $(top_builddir)/src/libenchant.la ldadd= $(top_builddir)/src/libenchant.la $(ENCHANT_LIBS) if WITH_CXX cxx_progs = test-enchantxx else cxx_progs = endif noinst_PROGRAMS = test-enchant $(cxx_progs) bin_PROGRAMS= enchant-lsmod enchant test_enchant_SOURCES = test-enchant.c test_enchant_LDFLAGS = test_enchant_DEPENDENCIES = $(DEPS) test_enchant_LDADD = $(ldadd) enchant_SOURCES = enchant-ispell.c enchant_LDFLAGS = enchant_DEPENDENCIES = $(DEPS) enchant_LDADD = $(ldadd) test_enchantxx_SOURCES = test-enchantxx.cpp test_enchantxx_LDFLAGS = test_enchantxx_DEPENDENCIES = $(DEPS) test_enchantxx_LDADD = $(ldadd) enchant_lsmod_SOURCES = enchant-lsmod.c enchant_lsmod_LDFLAGS = enchant_lsmod_DEPENDENCIES = $(DEPS) enchant_lsmod_LDADD = $(ldadd) enchant-1.6.0/tests/test.pwl0000664000076400007640000000001211355203721012726 00000000000000hello tag enchant-1.6.0/tests/Makefile.in0000664000076400007640000005227711355204206013313 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = test-enchant$(EXEEXT) $(am__EXEEXT_1) bin_PROGRAMS = enchant-lsmod$(EXEEXT) enchant$(EXEEXT) subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/ispell.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = ispell CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" @WITH_CXX_TRUE@am__EXEEXT_1 = test-enchantxx$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am_enchant_OBJECTS = enchant-ispell.$(OBJEXT) enchant_OBJECTS = $(am_enchant_OBJECTS) am__DEPENDENCIES_1 = am__DEPENDENCIES_2 = $(top_builddir)/src/libenchant.la \ $(am__DEPENDENCIES_1) enchant_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(enchant_LDFLAGS) \ $(LDFLAGS) -o $@ am_enchant_lsmod_OBJECTS = enchant-lsmod.$(OBJEXT) enchant_lsmod_OBJECTS = $(am_enchant_lsmod_OBJECTS) enchant_lsmod_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(enchant_lsmod_LDFLAGS) $(LDFLAGS) -o $@ am_test_enchant_OBJECTS = test-enchant.$(OBJEXT) test_enchant_OBJECTS = $(am_test_enchant_OBJECTS) test_enchant_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(test_enchant_LDFLAGS) $(LDFLAGS) -o $@ am_test_enchantxx_OBJECTS = test-enchantxx.$(OBJEXT) test_enchantxx_OBJECTS = $(am_test_enchantxx_OBJECTS) test_enchantxx_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(test_enchantxx_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(enchant_SOURCES) $(enchant_lsmod_SOURCES) \ $(test_enchant_SOURCES) $(test_enchantxx_SOURCES) DIST_SOURCES = $(enchant_SOURCES) $(enchant_lsmod_SOURCES) \ $(test_enchant_SOURCES) $(test_enchantxx_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/src $(ENCHANT_CFLAGS) EXTRA_DIST = test.pwl ispell.in DEPS = $(top_builddir)/src/libenchant.la ldadd = $(top_builddir)/src/libenchant.la $(ENCHANT_LIBS) @WITH_CXX_FALSE@cxx_progs = @WITH_CXX_TRUE@cxx_progs = test-enchantxx test_enchant_SOURCES = test-enchant.c test_enchant_LDFLAGS = test_enchant_DEPENDENCIES = $(DEPS) test_enchant_LDADD = $(ldadd) enchant_SOURCES = enchant-ispell.c enchant_LDFLAGS = enchant_DEPENDENCIES = $(DEPS) enchant_LDADD = $(ldadd) test_enchantxx_SOURCES = test-enchantxx.cpp test_enchantxx_LDFLAGS = test_enchantxx_DEPENDENCIES = $(DEPS) test_enchantxx_LDADD = $(ldadd) enchant_lsmod_SOURCES = enchant-lsmod.c enchant_lsmod_LDFLAGS = enchant_lsmod_DEPENDENCIES = $(DEPS) enchant_lsmod_LDADD = $(ldadd) all: all-am .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): ispell: $(top_builddir)/config.status $(srcdir)/ispell.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list enchant$(EXEEXT): $(enchant_OBJECTS) $(enchant_DEPENDENCIES) @rm -f enchant$(EXEEXT) $(enchant_LINK) $(enchant_OBJECTS) $(enchant_LDADD) $(LIBS) enchant-lsmod$(EXEEXT): $(enchant_lsmod_OBJECTS) $(enchant_lsmod_DEPENDENCIES) @rm -f enchant-lsmod$(EXEEXT) $(enchant_lsmod_LINK) $(enchant_lsmod_OBJECTS) $(enchant_lsmod_LDADD) $(LIBS) test-enchant$(EXEEXT): $(test_enchant_OBJECTS) $(test_enchant_DEPENDENCIES) @rm -f test-enchant$(EXEEXT) $(test_enchant_LINK) $(test_enchant_OBJECTS) $(test_enchant_LDADD) $(LIBS) test-enchantxx$(EXEEXT): $(test_enchantxx_OBJECTS) $(test_enchantxx_DEPENDENCIES) @rm -f test-enchantxx$(EXEEXT) $(test_enchantxx_LINK) $(test_enchantxx_OBJECTS) $(test_enchantxx_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enchant-ispell.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enchant-lsmod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-enchant.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-enchantxx.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< .cpp.o: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool clean-noinstPROGRAMS ctags \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-binPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/tests/ispell.in0000775000076400007640000000112611355203721013055 00000000000000#!/bin/sh # Ispell compatibility script for Enchant exec_prefix=@prefix@ bindir=${exec_prefix}/bin command="" for p do case $p in -a|-A|-l|-c|-e*|-v*|-D) command=$p ;; -* ) ;; * ) command=${command:="-"} ;; esac done case $command in -A|-c|-e*|-d) echo "Enchant does not support the $command mode.";; -a|-l|-v* ) exec ${bindir}/enchant "$@" ;; "-" ) exec ${bindir}/enchant "$@" ;; * ) echo "Ispell compatibility script for Enchant." echo "Usage: $0 [options] -a|-l|-v[v]|" exit 1 ;; esac enchant-1.6.0/tests/enchant-lsmod.c0000664000076400007640000001011011355203721014123 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02110-1301, USA. * * In addition, as a special exception, Dom Lachowicz * gives permission to link the code of this program with * the non-LGPL Spelling Provider libraries (eg: a MSFT Office * spell checker backend) and distribute linked combinations including * the two. You must obey the GNU Lesser General Public License in all * respects for all of the code used other than said providers. If you modify * this file, you may extend this exception to your version of the * file, but you are not obligated to do so. If you do not wish to * do so, delete this exception statement from your version. */ #include #include #include #include #include "enchant.h" #include "enchant-provider.h" static void describe_dict (const char * const lang_tag, const char * const provider_name, const char * const provider_desc, const char * const provider_file, void * user_data) { FILE * out = (FILE *)user_data; fprintf (out, "%s (%s)\n", lang_tag, provider_name); } static void enumerate_providers (const char * name, const char * desc, const char * file, void * user_data) { FILE * out = (FILE *)user_data; fprintf (out, "%s (%s)\n", name, desc); } static void enumerate_dicts (const char * const lang_tag, const char * const provider_name, const char * const provider_desc, const char * const provider_file, void * user_data) { FILE * out = (FILE *)user_data; fprintf (out, "%s (%s)\n", lang_tag, provider_name); } int main (int argc, char **argv) { EnchantBroker *broker; EnchantDict *dict; char * lang_tag = NULL; int mode = 0, i; for (i = 1; i < argc; i++) { if (!strcmp (argv[i], "-lang")) { if (i < (argc - 1)) { lang_tag = g_strdup (argv[++i]); } else { lang_tag = enchant_get_user_language(); if (!lang_tag || !strcmp (lang_tag, "C")) { if (lang_tag) /* lang might be "C" */ g_free (lang_tag); lang_tag = g_strdup ("en"); } } mode = 1; } else if (!strcmp (argv[i], "-h") || !strcmp (argv[i], "-?") || !strcmp(argv[i], "-help")) { printf ("%s [-lang [language_tag]] [-list-dicts] [-h] [-v]\n", argv[0]); if (lang_tag) g_free (lang_tag); return 0; } else if (!strcmp (argv[i], "-v") || !strcmp (argv[i], "-version")) { printf ("%s %s\n", argv[0], VERSION); if (lang_tag) g_free (lang_tag); return 0; } else if (!strcmp (argv[i], "-list-dicts")) { mode = 2; } } broker = enchant_broker_init (); if (mode == 0) { enchant_broker_describe (broker, enumerate_providers, stdout); } else if (mode == 1) { if (!lang_tag) { printf ("Error: language tag not specified and environment variable $LANG not set.\n"); enchant_broker_free (broker); return 1; } dict = enchant_broker_request_dict (broker, lang_tag); if (!dict) { printf ("No dictionary available for '%s'.\n", lang_tag); if (lang_tag) g_free (lang_tag); enchant_broker_free (broker); return 1; } else { enchant_dict_describe (dict, describe_dict, stdout); enchant_broker_free_dict (broker, dict); } } else if (mode == 2) { enchant_broker_list_dicts (broker, enumerate_dicts, stdout); } if (lang_tag) g_free (lang_tag); enchant_broker_free (broker); return 0; } enchant-1.6.0/install-sh0000755000076400007640000003253711355204205012102 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # Protect names starting with `-'. case $dst in -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; -*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: enchant-1.6.0/data/0000775000076400007640000000000011355204367011070 500000000000000enchant-1.6.0/data/Makefile.am0000664000076400007640000000013511355203721013034 00000000000000orderingdir=$(datadir)/enchant ordering_DATA=enchant.ordering EXTRA_DIST = $(ordering_DATA) enchant-1.6.0/data/enchant.ordering0000664000076400007640000000024711355203721014157 00000000000000*:myspell,aspell,ispell fi:voikko,ispell,myspell,aspell fi_FI:voikko,ispell,myspell,aspell he:hspell,myspell he_IL:hspell,myspell yi:uspell tr:zemberek tr_TR:zemberek enchant-1.6.0/data/Makefile.in0000664000076400007640000003022311355204205013044 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(orderingdir)" DATA = $(ordering_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ orderingdir = $(datadir)/enchant ordering_DATA = enchant.ordering EXTRA_DIST = $(ordering_DATA) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-orderingDATA: $(ordering_DATA) @$(NORMAL_INSTALL) test -z "$(orderingdir)" || $(MKDIR_P) "$(DESTDIR)$(orderingdir)" @list='$(ordering_DATA)'; test -n "$(orderingdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(orderingdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(orderingdir)" || exit $$?; \ done uninstall-orderingDATA: @$(NORMAL_UNINSTALL) @list='$(ordering_DATA)'; test -n "$(orderingdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(orderingdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(orderingdir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(orderingdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-orderingDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-orderingDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-orderingDATA \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-orderingDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/missing0000755000076400007640000002623311355204205011471 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and \`g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # normalize program name to check for. program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). This is about non-GNU programs, so use $1 not # $program. case $1 in lex*|yacc*) # Not GNU programs, they don't have --version. ;; tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit $? fi ;; makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar*) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: enchant-1.6.0/lt-compile-resource0000775000076400007640000000415011355203721013710 00000000000000#!/bin/sh # Script to compile a resource file for a DLL in the same way that # libtool would, if it knew about .rc files. # This kinda sucks, but the alternative would be to teach autoconf, # automake, and libtool about compiling .rc files. That would be # doable, but waiting for those changes to propagate to official # versions of those tools would take some time. # The command line arguments are: # $1: the name of the .rc file to compile if it exists # $2: the name of the resource libtool object file to produce rcfile=$1 lo=$2 case "$lo" in *.lo) resfile=.libs/`basename $lo .lo`.o ;; *) echo libtool object name should end with .lo exit 1 ;; esac d=`dirname $0` # Create .libs if not there already [ ! -d .libs ] && mkdir .libs # Super-ugly hack: libtool can work in two ways on Win32: Either it # uses .lo files which are the real object files in "this" directory, # or it creates .o files in the .libs subdirectory, and the .lo file # is a small text file. We try to deduce which case this is by # checking if there are any .o files in .libs. This requires that the # resource file gets built last in the Makefile. o_files_in_dotlibs=`echo .libs/*.o` case "$o_files_in_dotlibs" in .libs/\*.o) use_script=false ;; *) use_script=true ;; esac # Another way of working of libtool: When compiling with --enable-static and # --disable-shared options, the .lo file can be still a small text file, and # the .o files are created in the same directory as the .lo files. o_files_in_dot=`echo ./*.o` case "$o_files_in_dot" in ./\*.o) use_script=$use_script ;; *) use_script=true ;; esac # Try to compile resource file $d/compile-resource $rcfile $resfile && { if [ $use_script = true ]; then # Handcraft a libtool object # libtool checks for a second line matching "Generated by .* libtool"! (echo "# $lo" echo "# Generated by lt-compile-resource, compatible with libtool" echo "pic_object=$resfile" echo "non_pic_object=none") >$lo else mv $resfile $lo fi # Success exit 0 } # If unsuccessful (no .rc file, or some error in it) return failure exit 1 enchant-1.6.0/Makefile.in0000664000076400007640000006241311355204206012142 00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/enchant-uninstalled.pc.in \ $(srcdir)/enchant.pc.in $(srcdir)/enchant.spec.in \ $(top_srcdir)/autopackage/default.apspec.in \ $(top_srcdir)/configure AUTHORS COPYING.LIB ChangeLog NEWS \ TODO config.guess config.sub depcomp install-sh ltmain.sh \ missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/ac-helpers/ssize_t.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = enchant.pc enchant-uninstalled.pc enchant.spec \ autopackage/default.apspec CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr "$(distdir)"; }; } am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ ASPELL_CFLAGS = @ASPELL_CFLAGS@ ASPELL_INC = @ASPELL_INC@ ASPELL_LIBS = @ASPELL_LIBS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CC_WARN_CFLAGS = @CC_WARN_CFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CXX_WARN_CFLAGS = @CXX_WARN_CFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ ENCHANT_CFLAGS = @ENCHANT_CFLAGS@ ENCHANT_LIBS = @ENCHANT_LIBS@ ENCHANT_MAJOR_VERSION = @ENCHANT_MAJOR_VERSION@ ENCHANT_MICRO_VERSION = @ENCHANT_MICRO_VERSION@ ENCHANT_MINOR_VERSION = @ENCHANT_MINOR_VERSION@ ENCHANT_WIN32_RESOURCE = @ENCHANT_WIN32_RESOURCE@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HAVE_ASPELL = @HAVE_ASPELL@ HSPELL_CFLAGS = @HSPELL_CFLAGS@ HSPELL_LIBS = @HSPELL_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ISPELL_CFLAGS = @ISPELL_CFLAGS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MYSPELL_CFLAGS = @MYSPELL_CFLAGS@ MYSPELL_LIBS = @MYSPELL_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOCKET_LIBS = @SOCKET_LIBS@ STRIP = @STRIP@ USPELL_CFLAGS = @USPELL_CFLAGS@ USPELL_LIBS = @USPELL_LIBS@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ VOIKKO_INC = @VOIKKO_INC@ VOIKKO_LIBS = @VOIKKO_LIBS@ ZEMBEREK_CFLAGS = @ZEMBEREK_CFLAGS@ ZEMBEREK_LIBS = @ZEMBEREK_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src tests doc data pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = enchant.pc EXTRA_DIST = \ autogen.sh \ enchant.pc.in \ enchant-uninstalled.pc.in \ enchant.spec.in \ enchant.spec \ lt-compile-resource \ compile-resource \ README \ TODO \ HACKING \ NEWS \ BUGS \ ChangeLog \ MAINTAINERS \ AUTHORS \ COPYING.LIB all: all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): enchant.pc: $(top_builddir)/config.status $(srcdir)/enchant.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ enchant-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/enchant-uninstalled.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ enchant.spec: $(top_builddir)/config.status $(srcdir)/enchant.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ autopackage/default.apspec: $(top_builddir)/config.status $(top_srcdir)/autopackage/default.apspec.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-pkgconfigDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: enchant-1.6.0/AUTHORS0000664000076400007640000000004411355203721011136 00000000000000Dom Lachowicz enchant-1.6.0/TODO0000664000076400007640000000000111355203721010547 00000000000000 enchant-1.6.0/enchant.spec.in0000664000076400007640000000476111355203721013001 00000000000000%define name enchant %define version @VERSION@ %define release 1 Summary: An Enchanting Spell Checking Library Name: %{name} Version: %{version} Release: %{release} Group: System Environment/Libraries License: LGPL Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libenchant/%{name}-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version}-%{release}-root URL: http://www.abisource.com/ Requires: glib2 >= 2.0.0 BuildRequires: glib2-devel >= 2.0.0 %description A library that wraps other spell checking backends. %package devel Summary: Support files necessary to compile applications with libenchant. Group: Development/Libraries Requires: enchant %description devel Libraries, headers, and support files necessary to compile applications using libenchant. %prep %setup %build %ifarch alpha MYARCH_FLAGS="--host=alpha-redhat-linux" %endif if [ ! -f configure ]; then CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} fi CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ %{?_without_ispell:--disable-ispell} \ %{?_without_myspell:--disable-myspell} \ %{?_without_aspell:--disable-aspell} \ %{?_with_uspell:--enable-uspell} if [ "$SMP" != "" ]; then (%__make "MAKE=%__make -k -j $SMP"; exit 0) %__make else %__make fi %install if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi %__make DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT/%{_libdir} -name \*.la -exec rm -f \{\} \; %files %defattr(644,root,root,755) %doc AUTHORS COPYING.LIB README %attr(755,root,root)%{_bindir}/* %{_libdir}/lib*.so* %{_prefix}/man/man1/enchant.1.gz %{!?_without_ispell:%{_libdir}/enchant/*ispell.so*} %{!?_without_myspell:%{_libdir}/enchant/*myspell.so*} %{!?_without_aspell:%{_libdir}/enchant/*aspell.so*} %{?_with_uspell:%{_libdir}/enchant/*uspell.so*} %files devel %defattr(644,root,root,755) %{_libdir}/*.a %{!?_without_ispell:%{_libdir}/enchant/*ispell.a} %{!?_without_myspell:%{_libdir}/enchant/*myspell.a} %{!?_without_aspell:%{_libdir}/enchant/*aspell.a} %{?_with_uspell:%{_libdir}/enchant/*uspell.a} %{_libdir}/pkgconfig/enchant.pc %{_includedir}/enchant/* %clean %__rm -r $RPM_BUILD_ROOT %changelog * Sun Aug 24 2003 Rui Miguel Seabra - update spec to current stat of affairs - building from source rpm is now aware of --with and --without flags: - --without aspell --without ispell --without myspell --with uspell * Wed Jul 16 2003 Rui Miguel Seabra - take advantage of environment rpm macros * Sun Jul 13 2003 Dom Lachowicz - Initial version enchant-1.6.0/compile-resource0000775000076400007640000000313311355203721013273 00000000000000#!/bin/sh # Script to compile a resource file for a DLL if there is a .rc file # for it. The resource source file is supposed to contain a version # info section, that uses the string BUILDNUMBER as the least # significant part of the version numbers. This script replaces that # string with a "build number" before compiling the binary resource # file. The build number is kept between builds in a "stamp" file, and # incremented each time. (If there is no stamp file, build number 0 is # used.) The intention is that only the "official" maintainer of a DLL # keeps such a stamp file, and thus the DLLs he releases have # increasing version number resources, which can be used by an # installer program to decide whether to replace an existing DLL with # the same name. # This is just my (tml@iki.fi) idea, if somebody comes up with a # better way to generate version number resources, don't hesitate to # suggest. # The command line arguments are: # $1: the name of the .rc file to check # $2: the name of the resource object file to produce, if the rc file exists # Check if we have a resource file for this DLL. rcfile=$1 resfile=$2 if [ -f $rcfile ]; then # Check if we have a build number stamp file. basename=`basename $rcfile .rc` if [ -f $basename-build.stamp ]; then read number <$basename-build.stamp buildnumber=$[number] echo Build number $buildnumber rm -rf $basename-build.stamp else echo Using zero as build number buildnumber=0 fi m4 -DBUILDNUMBER=$buildnumber <$rcfile >$$.rc && ${WINDRES-windres} $$.rc $resfile && rm $$.rc else # Return failure exit 1 fi enchant-1.6.0/HACKING0000664000076400007640000000756711355203721011076 00000000000000* Don't commit directly, instead send your diff to the authors (use 'cvs diff -Nu'). Working in libenchant ------------------- When writing libenchant our priorities are 1) Portable 2) Maintainable & Documented 3) Modular and well designed When you submit code to inclusion in libenchant, or when you modify the sources directly on the CVS repository, please keep those things in mind. While performance is important please note that we do not want to hand tune code to shave milliseconds at this point. Well designed algorithms and data strucutures are fertile areas for development, obfuscated code to make a loop 3% faster is not. Specifically, this means: - Clarity of design and function are paramount - Make sure your code does not generate warnings at all. - Please follow the formatting style Formatting style ---------------- The formatting style of libenchant is a mix of various styles, make yourself familiar with the GNU coding standards (shipped with most GNU/Linux systems as the standards.info file), then read the Linux kernel coding standards and ignore Linus' jokes. Then look at the Gtk+ header files to get aquainted on how to write nice header files that are almost self documenting. Remember: Use 8 space tabs for indentation: that will keep your code honest as you will be forced to split your routines in more modular chunks (as detailed by Linus). Emacs users can get the default indentation style with this: (set-c-style "K&R") (setq c-basic-offset 8) On top of that, you will have to: - Follow the Gtk+ cleanliness conventions for function prototypes. - Follow the Gtk+ namespace convention for function names. module_submodule_operation - Make sure your code does not have a single warning (with the default strong warnings that Gnumeric compiles with) before your code is submited. (Although we do not advocate -Werror) - Every entry point to a public routine should use the g_return_if_fail and g_return_val_if_fail macros to verify that the parameters passed are valid. - Under no circunstances use magic variables. Use typedef enum { ... } type; to create enumerations. Do not use integers to hold references to enumerations, the compiler can help catch various errors. - Use g_warning to mark spots that need to be reviewed or are not finished to let me fix it eventually. - Do not submit code that is just a temporary workaround for a full fledged feature. i.e. don't submit a quick hack at "search text" which is not designed to be expanded upon. We do not want to maintain limited features. It is better submit an implementation that has been designed to be expanded and enhanced, even if it is not completely finished. - It is more important to be correct than to be fast. - Do not optimize unnecesarly. Do profile, do look for the weak spots before applying "optimization by feeling". This is not a Ouija-based project. - It is more important to keep the code maintainable and readable than to be fast. If you have a great idea about optimizing the code, make sure it is implemented cleanly, that there is a clean and maintainable way to do it: - Fast code that is difficult to maintain has no place in Gnumeric and will be dropped. - Follow the libenchant commenting style, which is not the Gtk style; /* ie. use this for * multi-line comments */ All of this is to ensure the libenchant code will be kept within reasonable margins of maintainability for the future: Remember, in two years you will probably be far too busy to maintain your own contributions, and they might become a burden to the program maintainers. libenchant is intented to be a foundation for a various document centric projects. Cleaning code in libenchant is more important than trying not to break existing code. By all means, code clean ups are always welcome. enchant-1.6.0/configure0000775000076400007640000234462511355204207012017 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH if test "x$CONFIG_SHELL" = x; then if (eval ":") 2>/dev/null; then as_have_required=yes else as_have_required=no fi if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=\$LINENO as_lineno_2=\$LINENO test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } ") 2> /dev/null; then : else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. case $as_dir in /*) for as_base in sh bash ksh sh5; do as_candidate_shells="$as_candidate_shells $as_dir/$as_base" done;; esac done IFS=$as_save_IFS for as_shell in $as_candidate_shells $SHELL; do # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : _ASEOF }; then CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : (as_func_return () { (exit $1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = "$1" ); then : else exitcode=1 echo positional parameters were not saved. fi test $exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } _ASEOF }; then break fi fi done if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test $as_have_required = no; then echo This script requires a shell more modern than all the echo shells that I found on your system. Please install a echo modern shell, or manually run the script under such a echo shell if you do have one. { (exit 1); exit 1; } fi fi fi (eval "as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0") || { echo No shell found that supports shell functions. echo Please tell bug-autoconf@gnu.org about your system, echo including any error possibly output before this message. echo This can help us improve future autoconf versions. echo Configuration will now proceed without shell functions. } as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac ECHO=${lt_ECHO-echo} if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF $* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="src/enchant.h" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS WITH_ZEMBEREK_FALSE WITH_ZEMBEREK_TRUE ZEMBEREK_LIBS ZEMBEREK_CFLAGS WITH_HSPELL_FALSE WITH_HSPELL_TRUE HSPELL_LIBS HSPELL_CFLAGS WITH_USPELL_FALSE WITH_USPELL_TRUE USPELL_LIBS USPELL_CFLAGS WITH_VOIKKO_FALSE WITH_VOIKKO_TRUE VOIKKO_LIBS VOIKKO_INC WITH_ASPELL_FALSE WITH_ASPELL_TRUE ASPELL_CFLAGS ASPELL_LIBS ASPELL_INC HAVE_ASPELL WITH_SYSTEM_MYSPELL_FALSE WITH_SYSTEM_MYSPELL_TRUE MYSPELL_LIBS MYSPELL_CFLAGS WITH_MYSPELL_FALSE WITH_MYSPELL_TRUE ISPELL_CFLAGS WITH_ISPELL_FALSE WITH_ISPELL_TRUE WITH_BINRELOC_FALSE WITH_BINRELOC_TRUE SOCKET_LIBS ENCHANT_WIN32_RESOURCE OS_WIN32_FALSE OS_WIN32_TRUE CXX_WARN_CFLAGS CC_WARN_CFLAGS ENCHANT_LIBS ENCHANT_CFLAGS PKG_CONFIG WITH_CXX_FALSE WITH_CXX_TRUE CXXCPP am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL lt_ECHO RANLIB AR NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL OBJDUMP DLLTOOL AS EGREP GREP LN_S CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM ENCHANT_MICRO_VERSION ENCHANT_MINOR_VERSION ENCHANT_MAJOR_VERSION VERSION_INFO host_os host_vendor host_cpu host build_os build_vendor build_cpu build target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_maintainer_mode enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_gnu_ld enable_libtool_lock enable_ispell with_ispell_dir enable_myspell with_myspell_dir with_system_myspell enable_aspell with_aspell_prefix enable_voikko with_voikko_prefix enable_uspell with_uspell_dir enable_hspell with_hspell_prefix enable_zemberek ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP CXX CXXFLAGS CCC CXXCPP PKG_CONFIG ENCHANT_CFLAGS ENCHANT_LIBS MYSPELL_CFLAGS MYSPELL_LIBS USPELL_CFLAGS USPELL_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 { (exit 1); exit 1; }; } ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || { $as_echo "$as_me: error: working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-ispell enable the ispell backend [default=auto] --disable-myspell enable the myspell backend [default=auto] --disable-aspell enable the aspell backend [default=auto] --disable-voikko enable the voikko backend [default=auto] --disable-uspell enable the uspell backend [default=auto] --disable-hspell enable the hspell backend [default=auto] --disable-zemberek enable the experimental zemberek (turkish) backend [default=auto] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-ispell-dir=PATH path to installed ispell dicts --with-myspell-dir=PATH path to installed myspell dicts --with-system-myspell=yes/no use the system myspell/hunspell [default=auto] --with-aspell-prefix=DIR specify under which prefix aspell is installed --with-voikko-prefix=DIR specify under which prefix voikko is installed --with-uspell-dir=PATH path to installed uspell dicts --with-hspell-prefix=DIR specify under which prefix hspell is installed Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor PKG_CONFIG path to pkg-config utility ENCHANT_CFLAGS C compiler flags for ENCHANT, overriding pkg-config ENCHANT_LIBS linker flags for ENCHANT, overriding pkg-config MYSPELL_CFLAGS C compiler flags for MYSPELL, overriding pkg-config MYSPELL_LIBS linker flags for MYSPELL, overriding pkg-config USPELL_CFLAGS C compiler flags for USPELL, overriding pkg-config USPELL_LIBS linker flags for USPELL, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF configure generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------------- ## ## File substitutions. ## ## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } { $as_echo "$as_me:$LINENO: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 $as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:$LINENO: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 $as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac PACKAGE=enchant ENCHANT_MAJOR_VERSION=1 ENCHANT_MINOR_VERSION=6 ENCHANT_MICRO_VERSION=0 MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` VERSION=$ENCHANT_MAJOR_VERSION.$ENCHANT_MINOR_VERSION.$ENCHANT_MICRO_VERSION VERSION_INFO=$MAJOR_VERSION_PLUS_MINOR_VERSION:$ENCHANT_MICRO_VERSION:$ENCHANT_MINOR_VERSION am__api_version='1.11' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;} { (exit 1); exit 1; }; };; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} { (exit 1); exit 1; }; };; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftest.file ) then # Ok. : else { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 $as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:$LINENO: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE=$PACKAGE VERSION=$VERSION cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { (ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } if test -z "$ac_file"; then $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 $as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi fi fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest$ac_cv_exeext { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:$LINENO: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:$LINENO: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } if test "${ac_cv_search_strerror+set}" = set; then $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strerror (); int main () { return strerror (); ; return 0; } _ACEOF for ac_lib in '' cposix; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_search_strerror=$ac_res else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_strerror+set}" = set; then break fi done if test "${ac_cv_search_strerror+set}" = set; then : else ac_cv_search_strerror=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 $as_echo "$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:$LINENO: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:$LINENO: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:$LINENO: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:$LINENO: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF rm -f conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AS+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:$LINENO: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AS+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DLLTOOL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OBJDUMP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump case `pwd` in *\ * | *\ *) { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.2.6b' macro_revision='1.3017' ltmain="$ac_aux_dir/ltmain.sh" { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${ac_cv_path_SED+set}" = set; then $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed $as_unset ac_script || ac_script= if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:$LINENO: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if test "${ac_cv_path_FGREP+set}" = set; then $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if test "${lt_cv_path_NM+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$ac_tool_prefix"; then for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DUMPBIN+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if test "${lt_cv_nm_interface+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:6262: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:6265: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:6268: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } # find the maximum length of command line arguments { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:$LINENO: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OBJDUMP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:$LINENO: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:$LINENO: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:$LINENO: result: ok" >&5 $as_echo "ok" >&6; } fi # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line 7459 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_cv_cc_needs_belf=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DSYMUTIL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_NMEDIT+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_LIPO+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:$LINENO: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL64+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if test "${lt_cv_apple_cc_single_mod+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if test "${lt_cv_ld_exported_symbols_list+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_cv_ld_exported_symbols_list=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_ld_exported_symbols_list=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done # Set options enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then withval=$with_pic; pic_mode="$withval" else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:$LINENO: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if test "${lt_cv_objdir+set}" = set; then $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:$LINENO: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:8895: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:8899: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 $as_echo "$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test "${lt_cv_prog_compiler_pic_works+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9234: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:9238: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9339: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:9343: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9394: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:9398: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld='-rpath $libdir' archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported whole_archive_flag_spec='' link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat >conftest.$ac_ext <<_ACEOF int foo(void) {} _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no else archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 $as_echo "$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then shlibpath_overrides_runpath=yes fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_dl_dlopen=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) { $as_echo "$as_me:$LINENO: checking for shl_load" >&5 $as_echo_n "checking for shl_load... " >&6; } if test "${ac_cv_func_shl_load+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define shl_load to an innocuous variant, in case declares shl_load. For example, HP-UX 11i declares gettimeofday. */ #define shl_load innocuous_shl_load /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef shl_load /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_shl_load || defined __stub___shl_load choke me #endif int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_shl_load=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 $as_echo "$ac_cv_func_shl_load" >&6; } if test "x$ac_cv_func_shl_load" = x""yes; then lt_cv_dlopen="shl_load" else { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_dld_shl_load=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = x""yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 $as_echo_n "checking for dlopen... " >&6; } if test "${ac_cv_func_dlopen+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define dlopen to an innocuous variant, in case declares dlopen. For example, HP-UX 11i declares gettimeofday. */ #define dlopen innocuous_dlopen /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef dlopen /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_dlopen || defined __stub___dlopen choke me #endif int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_dlopen=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 $as_echo "$ac_cv_func_dlopen" >&6; } if test "x$ac_cv_func_dlopen" = x""yes; then lt_cv_dlopen="dlopen" else { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_dl_dlopen=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_svld_dlopen=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = x""yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_dld_dld_link=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = x""yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self+set}" = set; then $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 12197 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 12293 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:$LINENO: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if test "${gt_cv_ssize_t+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then gt_cv_ssize_t=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_ssize_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $gt_cv_ssize_t" >&5 $as_echo "$gt_cv_ssize_t" >&6; } if test $gt_cv_ssize_t = no; then cat >>confdefs.h <<\_ACEOF #define ssize_t int _ACEOF fi { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset cs; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF #define const /**/ _ACEOF fi for ac_func in flock lockf do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done have_cxx=yes ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:$LINENO: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { $as_echo "$as_me:$LINENO: result: $CXX" >&5 $as_echo "$CXX" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GXX=yes else GXX= fi ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 $as_echo_n "checking whether $CXX accepts -g... " >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 $as_echo "$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CXX" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then $as_echo_n "(cached) " >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 $as_echo "$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} _lt_caught_CXX_error=yes; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu else _lt_caught_CXX_error=yes fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu archive_cmds_need_lc_CXX=no allow_undefined_flag_CXX= always_export_symbols_CXX=no archive_expsym_cmds_CXX= compiler_needs_object_CXX=no export_dynamic_flag_spec_CXX= hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no hardcode_libdir_flag_spec_CXX= hardcode_libdir_flag_spec_ld_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o objext_CXX=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC compiler_CXX=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' else lt_prog_compiler_no_builtin_flag_CXX= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_CXX= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_CXX='' hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes file_list_spec_CXX='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_CXX=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_CXX=yes hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_libdir_separator_CXX= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec_CXX='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. always_export_symbols_CXX=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_CXX='-berok' # Determine the default libpath from the value encoded in an empty # executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_CXX="-z nodefs" archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' ${wl}-bernotok' allow_undefined_flag_CXX=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_CXX='$convenience' archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds its shared # libraries. archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_CXX=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_CXX=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_CXX=no fi ;; darwin* | rhapsody*) archive_cmds_need_lc_CXX=no hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported whole_archive_flag_spec_CXX='' link_all_deplibs_CXX=yes allow_undefined_flag_CXX="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" if test "$lt_cv_apple_cc_single_mod" != "yes"; then archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi else ld_shlibs_CXX=no fi ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before # switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes ;; gnu*) ;; hpux9*) hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: export_dynamic_flag_spec_CXX='${wl}-E' hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. 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; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: case $host_cpu in hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no ;; *) hardcode_direct_CXX=yes hardcode_direct_absolute_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. 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; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' fi fi link_all_deplibs_CXX=yes ;; esac hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: inherit_rpath_CXX=yes ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [1-5]* | *pgcpp\ [1-5]*) prelink_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' old_archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ $RANLIB $oldlib' archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 will use weak symbols archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; xl*) # IBM XL 8.0 on PPC, with GNU ld hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object_CXX=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; m88k*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) ld_shlibs_CXX=yes ;; openbsd2*) # C++ shared libraries are fairly broken ld_shlibs_CXX=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no hardcode_direct_absolute_CXX=yes archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' export_dynamic_flag_spec_CXX='${wl}-E' whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=echo else ld_shlibs_CXX=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) case $host in osf3*) allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ;; *) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' ;; esac hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then no_undefined_flag_CXX=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_CXX='${wl}-z,text' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_CXX='${wl}-z,text' allow_undefined_flag_CXX='${wl}-z,nodefs' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir' hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes export_dynamic_flag_spec_CXX='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 $as_echo "$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no GCC_CXX="$GXX" LD_CXX="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... # Dependencies to place before and after the object being linked: predep_objects_CXX= postdep_objects_CXX= predeps_CXX= postdeps_CXX= compiler_lib_search_path_CXX= cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$compiler_lib_search_path_CXX"; then compiler_lib_search_path_CXX="${prev}${p}" else compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$postdeps_CXX"; then postdeps_CXX="${prev}${p}" else postdeps_CXX="${postdeps_CXX} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$predep_objects_CXX"; then predep_objects_CXX="$p" else predep_objects_CXX="$predep_objects_CXX $p" fi else if test -z "$postdep_objects_CXX"; then postdep_objects_CXX="$p" else postdep_objects_CXX="$postdep_objects_CXX $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling CXX test program" fi $RM -f confest.$objext # PORTME: override above test on systems where it is broken case $host_os in interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= postdep_objects_CXX= postdeps_CXX= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; esac case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac compiler_lib_search_dirs_CXX= if test -n "${compiler_lib_search_path_CXX}"; then compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic_CXX='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_CXX='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac else case $host_os in aix[4-9]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' else lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; dgux*) case $cc_basename in ec++*) lt_prog_compiler_pic_CXX='-KPIC' ;; ghcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then lt_prog_compiler_pic_CXX='+Z' fi ;; aCC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_CXX='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fPIC' lt_prog_compiler_static_CXX='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fpic' lt_prog_compiler_static_CXX='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; xlc* | xlC*) # IBM XL 8.0 on PPC lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-qpic' lt_prog_compiler_static_CXX='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic_CXX='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) lt_prog_compiler_wl_CXX='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 lt_prog_compiler_pic_CXX='-pic' ;; cxx*) # Digital/Compaq C++ lt_prog_compiler_wl_CXX='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x lt_prog_compiler_pic_CXX='-pic' lt_prog_compiler_static_CXX='-Bstatic' ;; lcc*) # Lucid lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) lt_prog_compiler_can_build_shared_CXX=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_CXX= ;; *) lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" ;; esac { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 $as_echo "$lt_prog_compiler_pic_CXX" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:15842: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:15846: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works_CXX=yes fi fi $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then case $lt_prog_compiler_pic_CXX in "" | " "*) ;; *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; esac else lt_prog_compiler_pic_CXX= lt_prog_compiler_can_build_shared_CXX=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works_CXX=yes fi else lt_cv_prog_compiler_static_works_CXX=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then : else lt_prog_compiler_static_CXX= fi { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:15941: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:15945: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o_CXX=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:15993: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:15997: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix[4-9]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 $as_echo "$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no with_gnu_ld_CXX=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_CXX" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_CXX=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_CXX in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_CXX pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no else archive_cmds_need_lc_CXX=yes fi allow_undefined_flag_CXX=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 $as_echo "$archive_cmds_need_lc_CXX" >&6; } ;; esac fi ;; esac { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then shlibpath_overrides_runpath=yes fi else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || test -n "$runpath_var_CXX" || test "X$hardcode_automatic_CXX" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct_CXX" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no && test "$hardcode_minus_L_CXX" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_CXX=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_CXX=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_CXX=unsupported fi { $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 $as_echo "$hardcode_action_CXX" >&6; } if test "$hardcode_action_CXX" = relink || test "$inherit_rpath_CXX" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi fi # test -n "$compiler" CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "x$have_cxx" = "xyes"; then WITH_CXX_TRUE= WITH_CXX_FALSE='#' else WITH_CXX_TRUE='#' WITH_CXX_FALSE= fi # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:$LINENO: checking for ENCHANT" >&5 $as_echo_n "checking for ENCHANT... " >&6; } if test -n "$ENCHANT_CFLAGS"; then pkg_cv_ENCHANT_CFLAGS="$ENCHANT_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.6 gmodule-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gmodule-2.0") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_ENCHANT_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.6 gmodule-2.0" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$ENCHANT_LIBS"; then pkg_cv_ENCHANT_LIBS="$ENCHANT_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.6 gmodule-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gmodule-2.0") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_ENCHANT_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.6 gmodule-2.0" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.6 gmodule-2.0" 2>&1` else ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.6 gmodule-2.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$ENCHANT_PKG_ERRORS" >&5 { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= 2.6 gmodule-2.0) were not met: $ENCHANT_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ENCHANT_CFLAGS and ENCHANT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 $as_echo "$as_me: error: Package requirements (glib-2.0 >= 2.6 gmodule-2.0) were not met: $ENCHANT_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ENCHANT_CFLAGS and ENCHANT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables ENCHANT_CFLAGS and ENCHANT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&5 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables ENCHANT_CFLAGS and ENCHANT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } else ENCHANT_CFLAGS=$pkg_cv_ENCHANT_CFLAGS ENCHANT_LIBS=$pkg_cv_ENCHANT_LIBS { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } : fi CC_MAYBE_WARN="-Wall -Wextra \ -Wsign-compare -Werror-implicit-function-declaration \ -Wpointer-arith -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wnested-externs \ -Wpacked -Wswitch-enum -Wmissing-format-attribute \ -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \ -Wdeclaration-after-statement -Wold-style-definition \ -Wno-missing-field-initializers -Wno-unused-parameter \ -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing" # invalidate cached value if MAYBE_WARN has changed if test "x$enchant_cv_warn_maybe" != "x$CC_MAYBE_WARN"; then unset enchant_cv_warn_cflags fi { $as_echo "$as_me:$LINENO: checking for supported C warning flags" >&5 $as_echo_n "checking for supported C warning flags... " >&6; } if test "${enchant_cv_warn_cflags+set}" = set; then $as_echo_n "(cached) " >&6 else echo CC_WARN_CFLAGS="" # Some warning options are not supported by all versions of # gcc, so test all desired options against the current # compiler. # # Note that there are some order dependencies # here. Specifically, an option that disables a warning will # have no net effect if a later option then enables that # warnings, (perhaps implicitly). So we put some grouped # options (-Wall and -Wextra) up front and the -Wno options # last. for W in $CC_MAYBE_WARN; do { $as_echo "$as_me:$LINENO: checking whether $CC supports $W" >&5 $as_echo_n "checking whether $CC supports $W... " >&6; } enchant_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $W" cat >conftest.$ac_ext <<_ACEOF _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then enchant_cc_flag=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 enchant_cc_flag=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$enchant_save_CFLAGS" if test "x$enchant_cc_flag" = "xyes"; then CC_WARN_CFLAGS="$CC_WARN_CFLAGS $W" else : fi { $as_echo "$as_me:$LINENO: result: $enchant_cc_flag" >&5 $as_echo "$enchant_cc_flag" >&6; } done enchant_cv_warn_cflags=$CC_WARN_CFLAGS enchant_cv_warn_maybe=$CC_MAYBE_WARN { $as_echo "$as_me:$LINENO: checking which C warning flags were supported" >&5 $as_echo_n "checking which C warning flags were supported... " >&6; } fi { $as_echo "$as_me:$LINENO: result: $enchant_cv_warn_cflags" >&5 $as_echo "$enchant_cv_warn_cflags" >&6; } CC_WARN_CFLAGS="$enchant_cv_warn_cflags" CXX_MAYBE_WARN="-Wall -Wextra \ -Wsign-compare \ -Wpointer-arith -Wwrite-strings \ -Wpacked -Wswitch-enum -Wmissing-format-attribute \ -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \ -Wno-missing-field-initializers -Wno-unused-parameter \ -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing" # invalidate cached value if MAYBE_WARN has changed if test "x$enchant_cxx_cv_warn_maybe" != "x$CXX_MAYBE_WARN"; then unset enchant_cxx_cv_warn_cflags fi { $as_echo "$as_me:$LINENO: checking for supported C++ warning flags" >&5 $as_echo_n "checking for supported C++ warning flags... " >&6; } if test "${enchant_cxx_cv_warn_cflags+set}" = set; then $as_echo_n "(cached) " >&6 else echo CXX_WARN_CFLAGS="" # Some warning options are not supported by all versions of # gcc, so test all desired options against the current # compiler. # # Note that there are some order dependencies # here. Specifically, an option that disables a warning will # have no net effect if a later option then enables that # warnings, (perhaps implicitly). So we put some grouped # options (-Wall and -Wextra) up front and the -Wno options # last. for W in $CXX_MAYBE_WARN; do { $as_echo "$as_me:$LINENO: checking whether $CXX supports $W" >&5 $as_echo_n "checking whether $CXX supports $W... " >&6; } ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu enchant_save_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS $W" cat >conftest.$ac_ext <<_ACEOF _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then enchant_cxx_flag=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 enchant_cxx_flag=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CXXFLAGS="$enchant_save_CXXFLAGS" if test "x$enchant_cxx_flag" = "xyes"; then CXX_WARN_CFLAGS="$CXX_WARN_CFLAGS $W" else : fi { $as_echo "$as_me:$LINENO: result: $enchant_cxx_flag" >&5 $as_echo "$enchant_cxx_flag" >&6; } ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu done enchant_cxx_cv_warn_cflags=$CXX_WARN_CFLAGS enchant_cxx_cv_warn_maybe=$CXX_MAYBE_WARN { $as_echo "$as_me:$LINENO: checking which C++ warning flags were supported" >&5 $as_echo_n "checking which C++ warning flags were supported... " >&6; } fi { $as_echo "$as_me:$LINENO: result: $enchant_cxx_cv_warn_cflags" >&5 $as_echo "$enchant_cxx_cv_warn_cflags" >&6; } CXX_WARN_CFLAGS="$enchant_cxx_cv_warn_cflags" ENCHANT_CFLAGS="$ENCHANT_CFLAGS -DENCHANT_PREFIX_DIR='\"$prefix\"'" { $as_echo "$as_me:$LINENO: checking for native Win32" >&5 $as_echo_n "checking for native Win32... " >&6; } case "$target" in *-*-mingw*) native_win32=yes SOCKET_LIBS='-lws2_32 -ldnsapi' ENCHANT_WIN32_RESOURCE=enchant-win32res.lo ;; *) native_win32=no SOCKET_LIBS='' ENCHANT_WIN32_RESOURCE= ;; esac { $as_echo "$as_me:$LINENO: result: $native_win32" >&5 $as_echo "$native_win32" >&6; } if test "x$native_win32" = "xyes"; then OS_WIN32_TRUE= OS_WIN32_FALSE='#' else OS_WIN32_TRUE='#' OS_WIN32_FALSE= fi # Courtesy of Glib: Ensure MSVC-compatible struct packing convention # is used when compiling for Win32 with gcc. # What flag to depends on gcc version: gcc3 uses "-mms-bitfields", while # gcc2 uses "-fnative-struct". if test x"$native_win32" = xyes; then if test x"$GCC" = xyes; then msnative_struct='' { $as_echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5 $as_echo_n "checking how to get MSVC-compatible struct packing... " >&6; } if test -z "$ac_cv_prog_CC"; then our_gcc="$CC" else our_gcc="$ac_cv_prog_CC" fi case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in 2.) if $our_gcc -v --help 2>/dev/null | grep fnative-struct >/dev/null; then msnative_struct='-fnative-struct' fi ;; *) if $our_gcc -v --help 2>/dev/null | grep ms-bitfields >/dev/null; then msnative_struct='-mms-bitfields' fi ;; esac if test x"$msnative_struct" = x ; then { $as_echo "$as_me:$LINENO: result: no way" >&5 $as_echo "no way" >&6; } { $as_echo "$as_me:$LINENO: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&5 $as_echo "$as_me: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&2;} else CFLAGS="$CFLAGS $msnative_struct" CXXFLAGS="$CXXFLAGS $msnative_struct" { $as_echo "$as_me:$LINENO: result: ${msnative_struct}" >&5 $as_echo "${msnative_struct}" >&6; } fi fi fi for ac_header in locale.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 $as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 $as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return LC_MESSAGES ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then am_cv_val_LC_MESSAGES=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 $as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LC_MESSAGES 1 _ACEOF fi fi if test "x$br_cv_binreloc" = "xyes"; then WITH_BINRELOC_TRUE= WITH_BINRELOC_FALSE='#' else WITH_BINRELOC_TRUE='#' WITH_BINRELOC_FALSE= fi build_ispell=yes # Check whether --enable-ispell was given. if test "${enable_ispell+set}" = set; then enableval=$enable_ispell; build_ispell="$enableval" else build_ispell=yes fi if test "x$have_cxx" = "xno"; then build_ispell=no fi if test "x$build_ispell" = "xyes"; then WITH_ISPELL_TRUE= WITH_ISPELL_FALSE='#' else WITH_ISPELL_TRUE='#' WITH_ISPELL_FALSE= fi ispell_dir=${datadir}/enchant/ispell # Check whether --with-ispell-dir was given. if test "${with_ispell_dir+set}" = set; then withval=$with_ispell_dir; fi if test "x$with_ispell_dir" != "x" ; then ispell_dir=$with_ispell_dir fi ISPELL_CFLAGS="-DENCHANT_ISPELL_DICT_DIR='\"$ispell_dir\"'" build_myspell=yes # Check whether --enable-myspell was given. if test "${enable_myspell+set}" = set; then enableval=$enable_myspell; build_myspell="$enableval" else build_myspell=yes fi if test "x$have_cxx" = "xno"; then build_myspell=no fi if test "x$build_myspell" = "xyes"; then WITH_MYSPELL_TRUE= WITH_MYSPELL_FALSE='#' else WITH_MYSPELL_TRUE='#' WITH_MYSPELL_FALSE= fi myspell_dir=${datadir}/myspell/dicts # Check whether --with-myspell-dir was given. if test "${with_myspell_dir+set}" = set; then withval=$with_myspell_dir; fi if test "x$with_myspell_dir" != "x" ; then myspell_dir=$with_myspell_dir fi MYSPELL_CFLAGS="$MYSPELL_CFLAGS -DENCHANT_MYSPELL_DICT_DIR='\"$myspell_dir\"'" # Check whether --with-system-myspell was given. if test "${with_system_myspell+set}" = set; then withval=$with_system_myspell; fi if test "x$with_system_myspell" != "xno"; then pkg_failed=no { $as_echo "$as_me:$LINENO: checking for MYSPELL" >&5 $as_echo_n "checking for MYSPELL... " >&6; } if test -n "$MYSPELL_CFLAGS"; then pkg_cv_MYSPELL_CFLAGS="$MYSPELL_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hunspell\"") >&5 ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_MYSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$MYSPELL_LIBS"; then pkg_cv_MYSPELL_LIBS="$MYSPELL_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hunspell\"") >&5 ($PKG_CONFIG --exists --print-errors "hunspell") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_MYSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then MYSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hunspell" 2>&1` else MYSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hunspell" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$MYSPELL_PKG_ERRORS" >&5 { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } have_system_myspell=false elif test $pkg_failed = untried; then have_system_myspell=false else MYSPELL_CFLAGS=$pkg_cv_MYSPELL_CFLAGS MYSPELL_LIBS=$pkg_cv_MYSPELL_LIBS { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } have_system_myspell=true fi else have_system_myspell=false; fi if test "x$have_system_myspell" = "xtrue"; then WITH_SYSTEM_MYSPELL_TRUE= WITH_SYSTEM_MYSPELL_FALSE='#' else WITH_SYSTEM_MYSPELL_TRUE='#' WITH_SYSTEM_MYSPELL_FALSE= fi check_aspell=yes build_aspell=no # Check whether --enable-aspell was given. if test "${enable_aspell+set}" = set; then enableval=$enable_aspell; check_aspell="$enableval" else check_aspell=yes fi # Check whether --with-aspell-prefix was given. if test "${with_aspell_prefix+set}" = set; then withval=$with_aspell_prefix; aspell_prefix="$withval" fi if test "x$check_aspell" != "xno"; then saved_LDFLAGS=$LDFLAGS ASPELL_CFLAGS= if test "x$aspell_prefix" != "x"; then LDFLAGS="-L$aspell_prefix/lib "$LDFLAGS ASPELL_INC="-I$aspell_prefix/include" ASPELL_LIBS="-L$aspell_prefix/lib -laspell" else aspell_prefix=${prefix} if test "x$prefix" = "xNONE"; then aspell_prefix="/usr/local" fi # Extract the first word of "aspell", so it can be a program name with args. set dummy aspell; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_HAVE_ASPELL+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$HAVE_ASPELL"; then ac_cv_prog_HAVE_ASPELL="$HAVE_ASPELL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_HAVE_ASPELL="yes" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_HAVE_ASPELL" && ac_cv_prog_HAVE_ASPELL="no" fi fi HAVE_ASPELL=$ac_cv_prog_HAVE_ASPELL if test -n "$HAVE_ASPELL"; then { $as_echo "$as_me:$LINENO: result: $HAVE_ASPELL" >&5 $as_echo "$HAVE_ASPELL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$HAVE_ASPELL" = "xyes"; then { $as_echo "$as_me:$LINENO: checking For Aspell >= 0.50.0" >&5 $as_echo_n "checking For Aspell >= 0.50.0... " >&6; } aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'` if test "$aspell_major" -ge "50"; then aspell_prefix=`aspell config prefix` LDFLAGS="-L${aspell_prefix}/lib "$LDFLAGS ASPELL_INC="-I${aspell_prefix}/include" ASPELL_LIBS="-L${aspell_prefix}/lib -laspell" { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: unknown" >&5 $as_echo "unknown" >&6; } fi fi if test "x$HAVE_ASPELL" != "xyes"; then { $as_echo "$as_me:$LINENO: WARNING: Didn't find aspell >= 0.50.0 and no explicit path aspell specified. Guessing at $aspell_prefix" >&5 $as_echo "$as_me: WARNING: Didn't find aspell >= 0.50.0 and no explicit path aspell specified. Guessing at $aspell_prefix" >&2;} ASPELL_LIBS="-L$aspell_prefix/lib -laspell" fi fi { $as_echo "$as_me:$LINENO: checking For aspell headers in $aspell_prefix/include" >&5 $as_echo_n "checking For aspell headers in $aspell_prefix/include... " >&6; } if test -f "$aspell_prefix/include/pspell/pspell.h"; then { $as_echo "$as_me:$LINENO: result: yes (pspell)" >&5 $as_echo "yes (pspell)" >&6; } { $as_echo "$as_me:$LINENO: checking for new_aspell_config in -laspell" >&5 $as_echo_n "checking for new_aspell_config in -laspell... " >&6; } if test "${ac_cv_lib_aspell_new_aspell_config+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-laspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char new_aspell_config (); int main () { return new_aspell_config (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_aspell_new_aspell_config=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_aspell_new_aspell_config=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5 $as_echo "$ac_cv_lib_aspell_new_aspell_config" >&6; } if test "x$ac_cv_lib_aspell_new_aspell_config" = x""yes; then build_aspell=yes else { $as_echo "$as_me:$LINENO: checking for new_pspell_config in -lpspell" >&5 $as_echo_n "checking for new_pspell_config in -lpspell... " >&6; } if test "${ac_cv_lib_pspell_new_pspell_config+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char new_pspell_config (); int main () { return new_pspell_config (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_pspell_new_pspell_config=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_pspell_new_pspell_config=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_config" >&5 $as_echo "$ac_cv_lib_pspell_new_pspell_config" >&6; } if test "x$ac_cv_lib_pspell_new_pspell_config" = x""yes; then build_aspell=yes else { $as_echo "$as_me:$LINENO: WARNING: Enchant building without the aspell library" >&5 $as_echo "$as_me: WARNING: Enchant building without the aspell library" >&2;} fi fi { $as_echo "$as_me:$LINENO: checking for get_aspell_dict_info_list in -laspell" >&5 $as_echo_n "checking for get_aspell_dict_info_list in -laspell... " >&6; } if test "${ac_cv_lib_aspell_get_aspell_dict_info_list+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-laspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char get_aspell_dict_info_list (); int main () { return get_aspell_dict_info_list (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_aspell_get_aspell_dict_info_list=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_aspell_get_aspell_dict_info_list=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_get_aspell_dict_info_list" >&5 $as_echo "$ac_cv_lib_aspell_get_aspell_dict_info_list" >&6; } if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list" = x""yes; then ASPELL_CFLAGS="-DASPELL_0_50_0=1" fi ASPELL_CFLAGS+=" -DHAVE_PSPELL_H" elif test -f "$aspell_prefix/include/aspell.h"; then { $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5 $as_echo "yes (aspell)" >&6; } { $as_echo "$as_me:$LINENO: checking for new_aspell_config in -laspell" >&5 $as_echo_n "checking for new_aspell_config in -laspell... " >&6; } if test "${ac_cv_lib_aspell_new_aspell_config+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-laspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char new_aspell_config (); int main () { return new_aspell_config (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_aspell_new_aspell_config=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_aspell_new_aspell_config=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5 $as_echo "$ac_cv_lib_aspell_new_aspell_config" >&6; } if test "x$ac_cv_lib_aspell_new_aspell_config" = x""yes; then build_aspell=yes else { $as_echo "$as_me:$LINENO: checking for new_pspell_config in -lpspell" >&5 $as_echo_n "checking for new_pspell_config in -lpspell... " >&6; } if test "${ac_cv_lib_pspell_new_pspell_config+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char new_pspell_config (); int main () { return new_pspell_config (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_pspell_new_pspell_config=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_pspell_new_pspell_config=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_config" >&5 $as_echo "$ac_cv_lib_pspell_new_pspell_config" >&6; } if test "x$ac_cv_lib_pspell_new_pspell_config" = x""yes; then build_aspell=yes else { $as_echo "$as_me:$LINENO: WARNING: Enchant building without the aspell library" >&5 $as_echo "$as_me: WARNING: Enchant building without the aspell library" >&2;} fi fi { $as_echo "$as_me:$LINENO: checking for get_aspell_dict_info_list in -laspell" >&5 $as_echo_n "checking for get_aspell_dict_info_list in -laspell... " >&6; } if test "${ac_cv_lib_aspell_get_aspell_dict_info_list+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-laspell $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char get_aspell_dict_info_list (); int main () { return get_aspell_dict_info_list (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_aspell_get_aspell_dict_info_list=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_aspell_get_aspell_dict_info_list=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_get_aspell_dict_info_list" >&5 $as_echo "$ac_cv_lib_aspell_get_aspell_dict_info_list" >&6; } if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list" = x""yes; then ASPELL_CFLAGS="-DASPELL_0_50_0=1" fi else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } if test "x$HAVE_ASPELL" = "xyes"; then { $as_echo "$as_me:$LINENO: WARNING: Didn't find pspell (aspell) headers" >&5 $as_echo "$as_me: WARNING: Didn't find pspell (aspell) headers" >&2;} fi fi LDFLAGS=$saved_LDFLAGS fi if test "$build_aspell" = yes; then WITH_ASPELL_TRUE= WITH_ASPELL_FALSE='#' else WITH_ASPELL_TRUE='#' WITH_ASPELL_FALSE= fi check_voikko=yes build_voikko=no # Check whether --enable-voikko was given. if test "${enable_voikko+set}" = set; then enableval=$enable_voikko; check_voikko="$enableval" else check_voikko=yes fi # Check whether --with-voikko-prefix was given. if test "${with_voikko_prefix+set}" = set; then withval=$with_voikko_prefix; voikko_prefix="$withval" fi if test "x$check_voikko" != "xno"; then saved_LDFLAGS=$LDFLAGS VOIKKO_INC= VOIKKO_LIBS="-lvoikko" if test "x$voikko_prefix" != "x"; then LDFLAGS="-L$voikko_prefix/lib "$LDFLAGS VOIKKO_INC="-I$voikko_prefix/include" VOIKKO_LIBS="-L$voikko_prefix/lib "$VOIKKO_LIBS fi { $as_echo "$as_me:$LINENO: checking for voikko_init in -lvoikko" >&5 $as_echo_n "checking for voikko_init in -lvoikko... " >&6; } if test "${ac_cv_lib_voikko_voikko_init+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lvoikko $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char voikko_init (); int main () { return voikko_init (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_voikko_voikko_init=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_voikko_voikko_init=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_voikko_voikko_init" >&5 $as_echo "$ac_cv_lib_voikko_voikko_init" >&6; } if test "x$ac_cv_lib_voikko_voikko_init" = x""yes; then build_voikko=yes fi LDFLAGS=$saved_LDFLAGS fi if test "$build_voikko" = yes; then WITH_VOIKKO_TRUE= WITH_VOIKKO_FALSE='#' else WITH_VOIKKO_TRUE='#' WITH_VOIKKO_FALSE= fi build_uspell=no check_uspell=yes # Check whether --enable-uspell was given. if test "${enable_uspell+set}" = set; then enableval=$enable_uspell; check_uspell="$enableval" else check_uspell=yes fi if test "x$have_cxx" = "xno"; then check_uspell=no fi if test "x$check_uspell" != "xno"; then pkg_failed=no { $as_echo "$as_me:$LINENO: checking for USPELL" >&5 $as_echo_n "checking for USPELL... " >&6; } if test -n "$USPELL_CFLAGS"; then pkg_cv_USPELL_CFLAGS="$USPELL_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libuspell >= 1.1.0\"") >&5 ($PKG_CONFIG --exists --print-errors "libuspell >= 1.1.0") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_USPELL_CFLAGS=`$PKG_CONFIG --cflags "libuspell >= 1.1.0" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$USPELL_LIBS"; then pkg_cv_USPELL_LIBS="$USPELL_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libuspell >= 1.1.0\"") >&5 ($PKG_CONFIG --exists --print-errors "libuspell >= 1.1.0") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_USPELL_LIBS=`$PKG_CONFIG --libs "libuspell >= 1.1.0" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then USPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libuspell >= 1.1.0" 2>&1` else USPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libuspell >= 1.1.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$USPELL_PKG_ERRORS" >&5 { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } build_uspell=no elif test $pkg_failed = untried; then build_uspell=no else USPELL_CFLAGS=$pkg_cv_USPELL_CFLAGS USPELL_LIBS=$pkg_cv_USPELL_LIBS { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } build_uspell=yes fi fi uspell_dir=${datadir}/uspell # Check whether --with-uspell-dir was given. if test "${with_uspell_dir+set}" = set; then withval=$with_uspell_dir; fi if test "x$with_uspell_dir" != "x" ; then uspell_dir=$with_uspell_dir fi USPELL_CFLAGS="$USPELL_CFLAGS -DENCHANT_USPELL_DICT_DIR='\"$uspell_dir\"'" if test "$build_uspell" = yes; then WITH_USPELL_TRUE= WITH_USPELL_FALSE='#' else WITH_USPELL_TRUE='#' WITH_USPELL_FALSE= fi build_hspell=no check_hspell=yes # Check whether --enable-hspell was given. if test "${enable_hspell+set}" = set; then enableval=$enable_hspell; check_hspell="$enableval" else check_hspell=yes fi # Check whether --with-hspell-prefix was given. if test "${with_hspell_prefix+set}" = set; then withval=$with_hspell_prefix; hspell_prefix="$withval" fi if test "x$check_hspell" != "xno"; then saved_LDFLAGS=$LDFLAGS HSPELL_CFLAGS= HSPELL_LIBS=" -lhspell -lz" if test "x$hspell_prefix" != "x"; then LDFLAGS="-L$hspell_prefix/lib "$LDFLAGS HSPELL_CFLAGS="-I$hspell_prefix/include" HSPELL_LIBS="-L$hspell_prefix/lib "$HSPELL_LIBS fi { $as_echo "$as_me:$LINENO: checking for hspell_get_dictionary_path in -lhspell" >&5 $as_echo_n "checking for hspell_get_dictionary_path in -lhspell... " >&6; } if test "${ac_cv_lib_hspell_hspell_get_dictionary_path+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lhspell -lz $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char hspell_get_dictionary_path (); int main () { return hspell_get_dictionary_path (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_hspell_hspell_get_dictionary_path=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_hspell_hspell_get_dictionary_path=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_hspell_hspell_get_dictionary_path" >&5 $as_echo "$ac_cv_lib_hspell_hspell_get_dictionary_path" >&6; } if test "x$ac_cv_lib_hspell_hspell_get_dictionary_path" = x""yes; then build_hspell=yes else build_hspell=no fi LDFLAGS=$saved_LDFLAGS fi if test "$build_hspell" = yes; then WITH_HSPELL_TRUE= WITH_HSPELL_FALSE='#' else WITH_HSPELL_TRUE='#' WITH_HSPELL_FALSE= fi build_zemberek=no # Check whether --enable-zemberek was given. if test "${enable_zemberek+set}" = set; then enableval=$enable_zemberek; build_zemberek="$enableval" else build_zemberek=no fi if test "x$have_cxx" = "xno"; then build_zemberek=no fi { $as_echo "$as_me:$LINENO: checking For DBus-Glib >= 0.62" >&5 $as_echo_n "checking For DBus-Glib >= 0.62... " >&6; } if pkg-config --atleast-version=0.62 dbus-glib-1; then ZEMBEREK_CFLAGS=`pkg-config --cflags dbus-glib-1` ZEMBEREK_LIBS=`pkg-config --libs dbus-glib-1` else build_zemberek=no fi if test "x$build_zemberek" = "xyes"; then WITH_ZEMBEREK_TRUE= WITH_ZEMBEREK_FALSE='#' else WITH_ZEMBEREK_TRUE='#' WITH_ZEMBEREK_FALSE= fi zemberek_dir=${datadir}/enchant/zemberek ac_config_files="$ac_config_files Makefile enchant.pc enchant-uninstalled.pc enchant.spec src/libenchant.rc src/Makefile src/aspell/Makefile src/ispell/Makefile src/uspell/Makefile src/myspell/Makefile src/hspell/Makefile src/applespell/Makefile src/voikko/Makefile src/zemberek/Makefile tests/Makefile tests/ispell doc/Makefile data/Makefile autopackage/default.apspec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_CXX_TRUE}" && test -z "${WITH_CXX_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_CXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_CXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${OS_WIN32_TRUE}" && test -z "${OS_WIN32_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"OS_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"OS_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_BINRELOC_TRUE}" && test -z "${WITH_BINRELOC_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_BINRELOC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_BINRELOC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_ISPELL_TRUE}" && test -z "${WITH_ISPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_ISPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_ISPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_MYSPELL_TRUE}" && test -z "${WITH_MYSPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_MYSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_MYSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_SYSTEM_MYSPELL_TRUE}" && test -z "${WITH_SYSTEM_MYSPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_SYSTEM_MYSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_SYSTEM_MYSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_ASPELL_TRUE}" && test -z "${WITH_ASPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_ASPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_ASPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_VOIKKO_TRUE}" && test -z "${WITH_VOIKKO_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_VOIKKO\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_VOIKKO\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_USPELL_TRUE}" && test -z "${WITH_USPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_USPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_USPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_HSPELL_TRUE}" && test -z "${WITH_HSPELL_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_HSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_HSPELL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_ZEMBEREK_TRUE}" && test -z "${WITH_ZEMBEREK_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_ZEMBEREK\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"WITH_ZEMBEREK\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 # Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by $as_me, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTION]... [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`' predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`' postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`' predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`' postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`' compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`' LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`' old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`' GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`' enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`' export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`' inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`' link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`' fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`' export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`' compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`' predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ AR \ AR_FLAGS \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ SHELL \ ECHO \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ fix_srcfile_path \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ finish_eval \ old_striplib \ striplib \ compiler_lib_search_dirs \ predep_objects \ postdep_objects \ predeps \ postdeps \ compiler_lib_search_path \ LD_CXX \ compiler_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ lt_prog_compiler_wl_CXX \ lt_prog_compiler_pic_CXX \ lt_prog_compiler_static_CXX \ lt_cv_prog_compiler_c_o_CXX \ export_dynamic_flag_spec_CXX \ whole_archive_flag_spec_CXX \ compiler_needs_object_CXX \ with_gnu_ld_CXX \ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ hardcode_libdir_flag_spec_CXX \ hardcode_libdir_flag_spec_ld_CXX \ hardcode_libdir_separator_CXX \ fix_srcfile_path_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX \ file_list_spec_CXX \ compiler_lib_search_dirs_CXX \ predep_objects_CXX \ postdep_objects_CXX \ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ archive_cmds_CXX \ archive_expsym_cmds_CXX \ module_cmds_CXX \ module_expsym_cmds_CXX \ export_symbols_cmds_CXX \ prelink_cmds_CXX; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` ;; esac ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "enchant.pc") CONFIG_FILES="$CONFIG_FILES enchant.pc" ;; "enchant-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES enchant-uninstalled.pc" ;; "enchant.spec") CONFIG_FILES="$CONFIG_FILES enchant.spec" ;; "src/libenchant.rc") CONFIG_FILES="$CONFIG_FILES src/libenchant.rc" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/aspell/Makefile") CONFIG_FILES="$CONFIG_FILES src/aspell/Makefile" ;; "src/ispell/Makefile") CONFIG_FILES="$CONFIG_FILES src/ispell/Makefile" ;; "src/uspell/Makefile") CONFIG_FILES="$CONFIG_FILES src/uspell/Makefile" ;; "src/myspell/Makefile") CONFIG_FILES="$CONFIG_FILES src/myspell/Makefile" ;; "src/hspell/Makefile") CONFIG_FILES="$CONFIG_FILES src/hspell/Makefile" ;; "src/applespell/Makefile") CONFIG_FILES="$CONFIG_FILES src/applespell/Makefile" ;; "src/voikko/Makefile") CONFIG_FILES="$CONFIG_FILES src/voikko/Makefile" ;; "src/zemberek/Makefile") CONFIG_FILES="$CONFIG_FILES src/zemberek/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "tests/ispell") CONFIG_FILES="$CONFIG_FILES tests/ispell" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "autopackage/default.apspec") CONFIG_FILES="$CONFIG_FILES autopackage/default.apspec" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || { $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=' ' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\).*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\).*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 $as_echo "$as_me: error: could not setup config files machinery" >&2;} { (exit 1); exit 1; }; } _ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="CXX " # ### BEGIN LIBTOOL CONFIG # Assembler program. AS=$AS # DLL creation program. DLLTOOL=$DLLTOOL # Object dumper program. OBJDUMP=$OBJDUMP # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == "file_magic". file_magic_cmd=$lt_file_magic_cmd # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name of the directory that contains temporary libtool files. objdir=$objdir # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that does not interpret backslashes. ECHO=$lt_ECHO # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # If ld is used when linking, flag to hardcode \$libdir into a binary # during linking. This must work even if \$libdir does not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects postdep_objects=$lt_postdep_objects predeps=$lt_predeps postdeps=$lt_postdeps # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $* )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[^=]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$@"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1+=\$2" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1=\$$1\$2" } _LT_EOF ;; esac sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" cat <<_LT_EOF >> "$ofile" # ### BEGIN LIBTOOL TAG CONFIG: CXX # The linker used to build libraries. LD=$lt_LD_CXX # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds_CXX # A language specific compiler. CC=$lt_compiler_CXX # Is the compiler the GNU compiler? with_gcc=$GCC_CXX # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_CXX # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_CXX # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_CXX # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_CXX # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object_CXX # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds_CXX archive_expsym_cmds=$lt_archive_expsym_cmds_CXX # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds_CXX module_expsym_cmds=$lt_module_expsym_cmds_CXX # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld_CXX # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_CXX # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_CXX # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX # If ld is used when linking, flag to hardcode \$libdir into a binary # during linking. This must work even if \$libdir does not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct_CXX # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute_CXX # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L_CXX # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic_CXX # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath_CXX # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_CXX # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path_CXX # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols_CXX # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_CXX # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_CXX # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_CXX # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds_CXX # Specify filename containing input files. file_list_spec=$lt_file_list_spec_CXX # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_CXX # The directories searched by this compiler when creating a shared library. compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX # Dependencies to place before and after the objects being linked to # create a shared library. predep_objects=$lt_predep_objects_CXX postdep_objects=$lt_postdep_objects_CXX predeps=$lt_predeps_CXX postdeps=$lt_postdeps_CXX # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # ### END LIBTOOL TAG CONFIG: CXX _LT_EOF ;; esac done # for ac_tag { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi relocatable_library="no" if test "x$native_win32" = "xyes" || test "x$br_cv_binreloc" = "xyes"; then relocatable_library="yes" fi echo " $PACKAGE-$VERSION prefix: ${prefix} compiler: ${CC} Build Aspell backend: ${build_aspell} Build Ispell backend: ${build_ispell} Build Uspell backend: ${build_uspell} Build Hspell backend: ${build_hspell} Build Myspell/Hunspell backend: ${build_myspell} Build Voikko backend: ${build_voikko} Build Zemberek backend: ${build_zemberek} Build a relocatable library: ${relocatable_library}" if test "x$build_zemberek" = "xyes"; then echo " The Zemberek Turkish spell-checking plugin is enabled. It is known to cause crashes with WebKit. Use at your own discretion." fi enchant-1.6.0/aclocal.m40000664000076400007640000116724011355204203011737 00000000000000# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, [m4_warning([this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 56 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl _LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\[$]0 --fallback-echo"')dnl " lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` ;; esac _LT_OUTPUT_LIBTOOL_INIT ]) # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) cat >"$CONFIG_LT" <<_LTEOF #! $SHELL # Generated by $as_me. # Run this file to recreate a libtool stub with the current configuration. lt_cl_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2008 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. if test "$no_create" != yes; then lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) fi ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_XSI_SHELLFNS sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES # -------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(whole_archive_flag_spec, $1)='' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX # ----------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl AC_LINK_IFELSE(AC_LANG_PROGRAM,[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. m4_defun([_LT_PROG_ECHO_BACKSLASH], [_LT_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac ECHO=${lt_ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF [$]* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(lt_ECHO) ]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that does not interpret backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [AC_CHECK_TOOL(AR, ar, false) test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1]) AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line __oline__ "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[123]]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Add ABI-specific directories to the system library path. sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method == "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC*) # IBM XL 8.0 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE(int foo(void) {}, _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' ) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then _LT_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], [[If ld is used when linking, flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [fix_srcfile_path], [1], [Fix the shell variable $srcfile for the compiler]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_PROG_CXX # ------------ # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ # compiler, we have our own version here. m4_defun([_LT_PROG_CXX], [ pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) AC_PROG_CXX if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_CXX dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_CXX], []) # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [AC_REQUIRE([_LT_PROG_CXX])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. 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; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. 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; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 will use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; xl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=echo else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ]) dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_PROG_F77 # ------------ # Since AC_PROG_F77 is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_F77], [ pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) AC_PROG_F77 if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_F77], []) # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_REQUIRE([_LT_PROG_F77])dnl AC_LANG_PUSH(Fortran 77) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${F77-"f77"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_PROG_FC # ----------- # Since AC_PROG_FC is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_FC], [ pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) AC_PROG_FC if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_FC dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_FC], []) # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_REQUIRE([_LT_PROG_FC])dnl AC_LANG_PUSH(Fortran) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${FC-"f95"} compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC="$lt_save_CC" ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC= CC=${RC-"windres"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC="$lt_save_CC" ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_XSI_SHELLFNS # --------------------- # Bourne and XSI compatible variants of some useful shell functions. m4_defun([_LT_PROG_XSI_SHELLFNS], [case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $[*] )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } dnl func_dirname_and_basename dnl A portable version of this function is already defined in general.m4sh dnl so there is no need for it here. # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[[^=]]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$[@]"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]+=\$[2]" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]=\$$[1]\$[2]" } _LT_EOF ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [0], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [pic_mode="$withval"], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) # ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # Generated from ltversion.in. # serial 3017 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.2.6b]) m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6b' macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 4 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # # Similar to PKG_CHECK_MODULES, make sure that the first instance of # this or PKG_CHECK_MODULES is called, or make sure to call # PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_ifval([$2], [$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT ])], [AC_MSG_RESULT([no]) $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl ])# PKG_CHECK_MODULES # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 10 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless `enable' is passed literally. # For symmetry, `disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful (and sometimes confusing) to the casual installer], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([ac-helpers/ssize_t.m4]) enchant-1.6.0/README0000664000076400007640000000460511355203721010755 00000000000000libenchant -- Generic spell checking library Dom Lachowicz libenchant is licensed under the terms of the GNU LGPL included in the file COPYING.LIB. The project aims to provide an efficient extensible abstraction for dealing with different spell checking libraries. Enchant is meant to provide a generic interface into various existing spell checking libaries. These include, but are not limited to: * Aspell/Pspell * Ispell * Hspell * Uspell Enchant is also meant to be used in a cross-platform (XP) environment. Part of this means that Enchant wants to limit its number of external dependencies to 0, or as close is as humanly possible. Also, any enchant consumer (i.e. a Word Processor) should not need to know about what backend providers Enchant knows about. In fact, Enchant shouldn't even need to know this information itself. To accomplish this, all of Enchant's providers are DLLs. Enchant is also meant to be used in a multi-user environment, such as Unix. It is preferable to have both a $USER and a $GLOBAL location for both provider DLLs and for dictionaries themselves, when possible. Enchant's DLL location algorithm takes this into account, and gives preference to the $USER DLLs, when found. To report libenchant bugs, please visit bugzilla.abisource.com. This library is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA -- This library has taken insight from Aspell/Pspell: - http://aspell.net Mailing lists ------------- There is NO mailing list used to discuss libenchant specificly as yet. For now please use the AbiWord-devel list. To subscribe send a mail to: abiword-dev-request@abisource.com And in the body of the message write "subscribe" An archive of the mailing lists is available in: http://www.abisource.com/mailinglists/abiword-dev/